Files
dotfiles/alacritty/.config/alacritty/light.toml

34 lines
526 B
TOML

# Colors (five-colors light)
[colors.primary]
foreground = '#696257'
background = '#faf8f5'
[colors.normal]
black = '#272117'
red = '#d0818f'
green = '#52af92'
yellow = '#bc944f'
blue = '#60a3d4'
magenta = '#b289c7'
cyan = '#3dadba'
white = '#b6c3cd'
[colors.bright]
black = '#919da7'
red = '#85c9fc'
green = '#7ad6b7'
yellow = '#e3ba74'
blue = '#60a3d4'
magenta = '#d9aeee'
cyan = '#85c9fc'
white = '#faf8f5'
[colors.cursor]
cursor = '#7ad6b7'
text = '#faf8f5'
[colors.selection]
background = '#3a7ead'
text = '#faf8f5'