29 lines
481 B
TOML
29 lines
481 B
TOML
[colors]
|
|
[colors.primary]
|
|
background = "#e9e3d5"
|
|
foreground = "#2a2822"
|
|
|
|
[colors.normal]
|
|
black = "#e9e3d5"
|
|
red = "#96392a"
|
|
green = "#5c6631"
|
|
yellow = "#c56a2b"
|
|
blue = "#3d6b72"
|
|
magenta = "#6a4c72"
|
|
cyan = "#3d6b72"
|
|
white = "#5b5449"
|
|
|
|
[colors.bright]
|
|
black = "#8d8578"
|
|
red = "#96392a"
|
|
green = "#5c6631"
|
|
yellow = "#c56a2b"
|
|
blue = "#3d6b72"
|
|
magenta = "#6a4c72"
|
|
cyan = "#3d6b72"
|
|
white = "#2a2822"
|
|
|
|
[colors.cursor]
|
|
text = "#e9e3d5"
|
|
cursor = "#2a2822"
|