mirror of
https://github.com/alacritty/alacritty-theme
synced 2024-11-16 19:51:03 +01:00
33 lines
527 B
TOML
33 lines
527 B
TOML
# Colors (Night Owlish Light)
|
|
|
|
[colors.primary]
|
|
background = '#ffffff'
|
|
foreground = '#403f53'
|
|
|
|
[colors.normal]
|
|
black = '#011627'
|
|
red = '#d3423e'
|
|
green = '#2aa298'
|
|
yellow = '#daaa01'
|
|
blue = '#4876d6'
|
|
magenta = '#403f53'
|
|
cyan = '#08916a'
|
|
white = '#7a8181'
|
|
|
|
[colors.bright]
|
|
black = '#7a8181'
|
|
red = '#f76e6e'
|
|
green = '#49d0c5'
|
|
yellow = '#dac26b'
|
|
blue = '#5ca7e4'
|
|
magenta = '#697098'
|
|
cyan = '#00c990'
|
|
white = '#989fb1'
|
|
|
|
[colors.cursor]
|
|
cursor = '#403f53'
|
|
text = '#fbfbfb'
|
|
|
|
[colors.selection]
|
|
background = '#f2f2f2'
|
|
text = '#403f53'
|