23 lines
474 B
TOML
23 lines
474 B
TOML
|
[colors]
|
||
|
background = '#0a1e24'
|
||
|
foreground = '#ecf0c1'
|
||
|
selection-background = '#0a385c'
|
||
|
selection-foreground = '#ffffff'
|
||
|
cursor = '#708284'
|
||
|
black = '#6e5346'
|
||
|
red = '#e35b00'
|
||
|
green = '#5cab96'
|
||
|
yellow = '#e3cd7b'
|
||
|
blue = '#0f548b'
|
||
|
magenta = '#e35b00'
|
||
|
cyan = '#06afc7'
|
||
|
white = '#f0f1ce'
|
||
|
light_black = '#684c31'
|
||
|
light_red = '#ff8a3a'
|
||
|
light_green = '#aecab8'
|
||
|
light_yellow = '#ffc878'
|
||
|
light_blue = '#67a0ce'
|
||
|
light_magenta = '#ff8a3a'
|
||
|
light_cyan = '#83a7b4'
|
||
|
light_white = '#fefff1'
|