71 lines
1.1 KiB
TOML
71 lines
1.1 KiB
TOML
[[colors.indexed_colors]]
|
|
color = "#ed6c13"
|
|
index = 16
|
|
|
|
[[colors.indexed_colors]]
|
|
color = "#f4dbd6"
|
|
index = 17
|
|
|
|
[colors.bright]
|
|
black = "#5b6078"
|
|
blue = "#8aadf4"
|
|
cyan = "#8bd5ca"
|
|
green = "#a6da95"
|
|
magenta = "#f5bde6"
|
|
red = "#ed6070"
|
|
white = "#e3e3f3"
|
|
yellow = "#eed49f"
|
|
|
|
[colors.cursor]
|
|
cursor = "#f4dbd6"
|
|
text = "#24273a"
|
|
|
|
[colors.dim]
|
|
black = "#494d64"
|
|
blue = "#8aadf4"
|
|
cyan = "#8bd5ca"
|
|
green = "#a6da95"
|
|
magenta = "#f5bde6"
|
|
red = "#ed6070"
|
|
white = "#ced4e0"
|
|
yellow = "#eed49f"
|
|
|
|
[colors.hints.end]
|
|
background = "#e3e3f3"
|
|
foreground = "#24273a"
|
|
|
|
[colors.hints.start]
|
|
background = "#eed49f"
|
|
foreground = "#24273a"
|
|
|
|
[colors.normal]
|
|
black = "#494d64"
|
|
blue = "#8aadf4"
|
|
cyan = "#8bd5ca"
|
|
green = "#a6da95"
|
|
magenta = "#f5bde6"
|
|
red = "#ed6070"
|
|
white = "#ced4e0"
|
|
yellow = "#eed49f"
|
|
|
|
[colors.primary]
|
|
background = "#24273a"
|
|
bright_foreground = "#cad3f5"
|
|
dim_foreground = "#cad3f5"
|
|
foreground = "#cad3f5"
|
|
|
|
[colors.search.focused_match]
|
|
background = "#a6da95"
|
|
foreground = "#24273a"
|
|
|
|
[colors.search.matches]
|
|
background = "#e3e3f3"
|
|
foreground = "#24273a"
|
|
|
|
[colors.selection]
|
|
background = "#f4dbd6"
|
|
text = "#24273a"
|
|
|
|
[colors.vi_mode_cursor]
|
|
cursor = "#b7bdf8"
|
|
text = "#24273a"
|