34 lines
545 B
TOML
34 lines
545 B
TOML
# Colors (five-colors dark)
|
|
|
|
[colors.primary]
|
|
foreground = '#a29e98'
|
|
background = '#272117'
|
|
|
|
[colors.normal]
|
|
black = '#85919b'
|
|
red = '#c37583'
|
|
green = '#44a386'
|
|
yellow = '#af8842'
|
|
blue = '#5396c7'
|
|
magenta = '#a57cba'
|
|
cyan = '#2da0ad'
|
|
white = '#b0bcc7'
|
|
|
|
[colors.bright]
|
|
black = '#85919b'
|
|
red = '#f2a0ae'
|
|
green = '#73d0b1'
|
|
yellow = '#dcb46e'
|
|
blue = '#7fc3f5'
|
|
magenta = '#d2a8e8'
|
|
cyan = '#62cdda'
|
|
white = '#a29e98'
|
|
|
|
[colors.cursor]
|
|
cursor = '#73d0b1'
|
|
text = '#272117'
|
|
|
|
[colors.selection]
|
|
background = '#276c9a'
|
|
text = '#272117'
|