2024-01-15 17:52:41 +01:00
|
|
|
[[colors.indexed_colors]]
|
|
|
|
color = "0x{{base09-hex}}"
|
|
|
|
index = 16
|
|
|
|
|
|
|
|
[[colors.indexed_colors]]
|
|
|
|
color = "0x{{base0F-hex}}"
|
|
|
|
index = 17
|
|
|
|
|
|
|
|
[[colors.indexed_colors]]
|
|
|
|
color = "0x{{base01-hex}}"
|
|
|
|
index = 18
|
|
|
|
|
|
|
|
[[colors.indexed_colors]]
|
|
|
|
color = "0x{{base02-hex}}"
|
|
|
|
index = 19
|
|
|
|
|
|
|
|
[[colors.indexed_colors]]
|
|
|
|
color = "0x{{base04-hex}}"
|
|
|
|
index = 20
|
|
|
|
|
|
|
|
[[colors.indexed_colors]]
|
|
|
|
color = "0x{{base06-hex}}"
|
|
|
|
index = 21
|
|
|
|
|
|
|
|
[colors.bright]
|
|
|
|
black = "0x{{base03-hex}}"
|
|
|
|
blue = "0x{{base0D-hex}}"
|
|
|
|
cyan = "0x{{base0C-hex}}"
|
|
|
|
green = "0x{{base0B-hex}}"
|
|
|
|
magenta = "0x{{base0E-hex}}"
|
|
|
|
red = "0x{{base08-hex}}"
|
|
|
|
white = "0x{{base07-hex}}"
|
|
|
|
yellow = "0x{{base0A-hex}}"
|
|
|
|
|
|
|
|
[colors.cursor]
|
|
|
|
cursor = "0x{{base00-hex}}"
|
|
|
|
text = "0x{{base05-hex}}"
|
|
|
|
|
|
|
|
[colors.normal]
|
|
|
|
black = "0x{{base00-hex}}"
|
|
|
|
blue = "0x{{base0D-hex}}"
|
|
|
|
cyan = "0x{{base0C-hex}}"
|
|
|
|
green = "0x{{base0B-hex}}"
|
|
|
|
magenta = "0x{{base0E-hex}}"
|
|
|
|
red = "0x{{base08-hex}}"
|
|
|
|
white = "0x{{base05-hex}}"
|
|
|
|
yellow = "0x{{base0A-hex}}"
|
|
|
|
|
|
|
|
[colors.primary]
|
|
|
|
background = "0x{{base00-hex}}"
|
|
|
|
foreground = "0x{{base05-hex}}"
|