23 lines
474 B
TOML
23 lines
474 B
TOML
|
[colors]
|
||
|
background = '#1b1d1e'
|
||
|
foreground = '#e3e3e3'
|
||
|
selection-background = '#070e50'
|
||
|
selection-foreground = '#f0272d'
|
||
|
cursor = '#2c3fff'
|
||
|
black = '#1b1d1e'
|
||
|
red = '#e60813'
|
||
|
green = '#e22928'
|
||
|
yellow = '#e24756'
|
||
|
blue = '#2c3fff'
|
||
|
magenta = '#2435db'
|
||
|
cyan = '#3256ff'
|
||
|
white = '#fffef6'
|
||
|
light_black = '#505354'
|
||
|
light_red = '#ff0325'
|
||
|
light_green = '#ff3338'
|
||
|
light_yellow = '#fe3a35'
|
||
|
light_blue = '#1d50ff'
|
||
|
light_magenta = '#747cff'
|
||
|
light_cyan = '#6184ff'
|
||
|
light_white = '#fffff9'
|