dotfiles/.config/alacritty/colors.yml

26 lines
569 B
YAML
Raw Normal View History

colors:
primary:
background: '#090907'
foreground: '#C2C2C1'
cursor:
text: '#090907'
cursor: '#C2C2C1'
normal:
black: '#090907'
red: '#75736C'
green: '#8B7666'
yellow: '#8D8363'
blue: '#9B9990'
magenta: '#AB9781'
cyan: '#BABAB8'
white: '#F3F3F2'
bright:
black: '#AAAAA9'
red: '#9D9A90'
green: '#BA9E89'
yellow: '#BDAF84'
blue: '#CFCDC1'
magenta: '#E5CAAD'
cyan: '#F9F9F6'
white: '#C2C2C1'