Files
dotfiles/.config/alacritty/themes/light/ashes_light.toml
2026-03-20 14:30:47 +01:00

27 lines
469 B
TOML

[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'