28 lines
436 B
TOML
28 lines
436 B
TOML
|
[colors.primary]
|
||
|
background = '#040503'
|
||
|
foreground = '#F1F6EE'
|
||
|
|
||
|
[colors.cursor]
|
||
|
text = '#040503'
|
||
|
cursor = '#F1F6EE'
|
||
|
|
||
|
[colors.normal]
|
||
|
black = '#040503'
|
||
|
red = '#58854C'
|
||
|
green = '#638263'
|
||
|
yellow = '#7B8178'
|
||
|
blue = '#7CA29B'
|
||
|
magenta = '#8BB48E'
|
||
|
cyan = '#B7BEB3'
|
||
|
white = '#F1F6EE'
|
||
|
|
||
|
[colors.bright]
|
||
|
black = '#A8ACA6'
|
||
|
red = '#76B266'
|
||
|
green = '#85AE85'
|
||
|
yellow = '#A5ACA1'
|
||
|
blue = '#A6D9CF'
|
||
|
magenta = '#BAF0BE'
|
||
|
cyan = '#F4FEEF'
|
||
|
white = '#F1F6EE'
|