dotfiles/.config/alacritty/theme.yml
Louis Vallat d4e9bd871e
feat: added alacritty conf, friendship over with kitty
Signed-off-by: Louis Vallat <louis@louis-vallat.xyz>
2022-08-15 22:00:22 +02:00

27 lines
515 B
YAML

colors:
# Default colors
primary:
background: '#000000'
foreground: '#dddddd'
# Normal colors
normal:
black: '#000000'
red: '#cc0403'
green: '#19cb00'
yellow: '#cecb00'
blue: '#0d73cc'
magenta: '#cb1ed1'
cyan: '#0dcdcd'
white: '#dddddd'
# Bright colors
bright:
black: '#767676'
red: '#f2201f'
green: '#23fd00'
yellow: '#fffd00'
blue: '#1a8fff'
magenta: '#fd28ff'
cyan: '#14ffff'
white: '#ffffff'