32 lines
530 B
TOML
32 lines
530 B
TOML
[colors.primary]
|
|
background = '#f9f9ff'
|
|
foreground = '#191c20'
|
|
|
|
[colors.selection]
|
|
text = '#191c20'
|
|
background = '#d4e3ff'
|
|
|
|
[colors.cursor]
|
|
text = '#f9f9ff'
|
|
cursor = '#3b608f'
|
|
|
|
[colors.normal]
|
|
black = '#111318'
|
|
red = '#872844'
|
|
green = '#196b24'
|
|
yellow = '#aba314'
|
|
blue = '#396296'
|
|
magenta = '#cde2fd'
|
|
cyan = '#3b608f'
|
|
white = '#262628'
|
|
|
|
[colors.bright]
|
|
black = '#757779'
|
|
red = '#b34d6b'
|
|
green = '#379d45'
|
|
yellow = '#b9b221'
|
|
blue = '#4471ad'
|
|
magenta = '#cde2fd'
|
|
cyan = '#839bb9'
|
|
white = '#d1d3d6'
|