24 lines
342 B
TOML
24 lines
342 B
TOML
extends = "_base"
|
|
|
|
[surface]
|
|
0 = "#ffffff"
|
|
1 = "#f3f3f3"
|
|
2 = "#ececec"
|
|
3 = "#3a3b3c"
|
|
|
|
[text_color]
|
|
dull = "#acacac"
|
|
bright = "#111111"
|
|
normal = "#333333"
|
|
|
|
[syntax]
|
|
keyword = "#0000fa"
|
|
function = "#795e26"
|
|
string = "#a82121"
|
|
type = "#267f29"
|
|
number = "#b5cea8"
|
|
comment = "#6a9955"
|
|
property = "#4e94ce"
|
|
variant = "#4fc1ff"
|
|
constant = "#9cdcfe"
|