22 lines
474 B
TOML
22 lines
474 B
TOML
[colors]
|
|
background = '#283033'
|
|
foreground = '#cdcdcd'
|
|
selection-background = '#3e4c4f'
|
|
selection-foreground = '#dfe1e2'
|
|
cursor = '#c0cad0'
|
|
black = '#000000'
|
|
red = '#a60001'
|
|
green = '#00bb00'
|
|
yellow = '#fecd22'
|
|
blue = '#3a9bdb'
|
|
magenta = '#bb00bb'
|
|
cyan = '#00bbbb'
|
|
white = '#bbbbbb'
|
|
light_black = '#555555'
|
|
light_red = '#ff0003'
|
|
light_green = '#93c863'
|
|
light_yellow = '#fef874'
|
|
light_blue = '#a1d7ff'
|
|
light_magenta = '#ff55ff'
|
|
light_cyan = '#55ffff'
|
|
light_white = '#ffffff'
|