23 lines
474 B
TOML
23 lines
474 B
TOML
|
[colors]
|
||
|
background = '#1c1e22'
|
||
|
foreground = '#e6e8ef'
|
||
|
selection-background = '#2f363e'
|
||
|
selection-foreground = '#7d8fa4'
|
||
|
cursor = '#f6f7ec'
|
||
|
black = '#23252b'
|
||
|
red = '#b54036'
|
||
|
green = '#5ab977'
|
||
|
yellow = '#deb566'
|
||
|
blue = '#6a7c93'
|
||
|
magenta = '#a4799d'
|
||
|
cyan = '#3f94a8'
|
||
|
white = '#e6e8ef'
|
||
|
light_black = '#23252b'
|
||
|
light_red = '#b54036'
|
||
|
light_green = '#5ab977'
|
||
|
light_yellow = '#deb566'
|
||
|
light_blue = '#6a7c93'
|
||
|
light_magenta = '#a4799d'
|
||
|
light_cyan = '#3f94a8'
|
||
|
light_white = '#ebedf2'
|