53 lines
1.5 KiB
YAML
53 lines
1.5 KiB
YAML
colors:
|
|
primary:
|
|
background: "#1c1408" # -bg
|
|
foreground: "#7cb518" # green, adjusted for better visibility
|
|
bright_foreground: "#dfdfdf" # base8
|
|
cursor:
|
|
text: CellBackground
|
|
cursor: CellForeground
|
|
vi_mode_cursor:
|
|
text: CellBackground
|
|
cursor: CellForeground
|
|
search:
|
|
matches:
|
|
foreground: "#3f444a" # base4
|
|
background: "#7cb518" # green
|
|
focused_match:
|
|
foreground: "#3f444a" # base4
|
|
background: "#ffbf00" # yellow
|
|
footer_bar:
|
|
background: "#1c1408" # -bg
|
|
foreground: "#7cb518" # green
|
|
hints:
|
|
start:
|
|
foreground: "#1c1408" # -bg
|
|
background: "#ffbf00" # yellow
|
|
end:
|
|
foreground: "#ffbf00" # yellow
|
|
background: "#1c1408" # -bg
|
|
line_indicator:
|
|
foreground: None
|
|
background: None
|
|
selection:
|
|
text: CellForeground
|
|
background: "#3f444a" # base4
|
|
normal:
|
|
black: "#1B2229" # base0
|
|
red: "#ff4e00" # red
|
|
green: "#7cb518" # green
|
|
yellow: "#ffbf00" # yellow
|
|
blue: "#dbc077" # teal, lightened umber
|
|
magenta: "#d72638" # magenta
|
|
cyan: "#dbc077" # teal (sand/beige)
|
|
white: "#dfdfdf" # base8
|
|
bright:
|
|
black: "#1c1f24" # base1
|
|
red: "#ff7000" # orange
|
|
green: "#7cb518" # green
|
|
yellow: "#ffbf00" # yellow
|
|
blue: "#dbc077" # teal, lightened umber
|
|
magenta: "#d72638" # magenta
|
|
cyan: "#dbc077" # teal (sand/beige)
|
|
white: "#dfdfdf" # base8
|