blob: 3ce4a648194758a0d2cb4d7899c749caf44090b6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
export const variables = {
cursor: "#d1dbe0",
number: "#d1dbe0",
parens: "#BFC3B9",
result: "#94A4A8",
comment: "#92999c",
matched: "#94A4A8",
function: "#376089",
operator: "#708C9F",
variable: "#507495",
scrollbar: "#708C9F",
separator: "#708C9F",
background: "#0a0e0d",
editorbackground: "#0a0e0d",
};
|