alacritty-theme/themes/ashes_light.toml

28 lines
470 B
TOML
Raw Normal View History

2024-01-10 21:52:16 +01:00
[colors.primary]
background = '#f3f4f5'
foreground = '#565e65'
[colors.cursor]
text = '#f3f4f5'
cursor = '#565e65'
[colors.normal]
black = '#1c2023'
red = '#c7ae95'
green = '#95c7ae'
yellow = '#aec795'
blue = '#ae95c7'
magenta = '#c795ae'
cyan = '#95aec7'
white = '#c7ccd1'
[colors.bright]
black = '#747c84'
red = '#c7ae95'
green = '#95c7ae'
yellow = '#aec795'
blue = '#ae95c7'
magenta = '#c795ae'
cyan = '#95aec7'
white = '#f3f4f5'