69 lines
1.1 KiB
TOML
69 lines
1.1 KiB
TOML
[colors.primary]
|
|
background = '#121212'
|
|
foreground = '#e8e8e8'
|
|
|
|
[colors.cursor]
|
|
text = '#121212'
|
|
cursor = '#e8e8e8'
|
|
|
|
[colors.vi_mode_cursor]
|
|
text = '#121212'
|
|
cursor = '#a9afbd'
|
|
|
|
[colors.search.matches]
|
|
foreground = '#161616'
|
|
background = '#8b909c'
|
|
|
|
[colors.search.focused_match]
|
|
foreground = '#161616'
|
|
background = '#a9afbd'
|
|
|
|
[colors.footer_bar]
|
|
foreground = '#161616'
|
|
background = '#e8e3e3'
|
|
|
|
[colors.hints.start]
|
|
foreground = '#161616'
|
|
background = '#7d8390'
|
|
|
|
[colors.hints.end]
|
|
foreground = '#161616'
|
|
background = '#7d8390'
|
|
|
|
[colors.selection]
|
|
text = '#e8e8e8'
|
|
background = '#2a2a2a'
|
|
|
|
|
|
[colors.normal]
|
|
black = '#161616'
|
|
red = '#c77b7b'
|
|
green = '#9cb89c'
|
|
yellow = '#c7b98b'
|
|
blue = '#8b95a9'
|
|
magenta = '#a99bb0'
|
|
cyan = '#8fadb0'
|
|
white = '#b0b0b0'
|
|
|
|
|
|
[colors.bright]
|
|
black = '#3a3a3a'
|
|
red = '#d89a9a'
|
|
green = '#b0ccaf'
|
|
yellow = '#d8cba0'
|
|
blue = '#a9afbd'
|
|
magenta = '#beb0c4'
|
|
cyan = '#a9c4c7'
|
|
white = '#f0f0f0'
|
|
|
|
|
|
[colors.dim]
|
|
black = '#161616'
|
|
red = '#c77b7b'
|
|
green = '#9cb89c'
|
|
yellow = '#c7b98b'
|
|
blue = '#8b95a9'
|
|
magenta = '#a99bb0'
|
|
cyan = '#8fadb0'
|
|
white = '#b0b0b0'
|