dotfiles/configlinux/alacritty/colors.yml
2022-12-20 09:41:39 -06:00

29 lines
558 B
YAML

## Colors configuration
colors:
# Default colors
primary:
background: '0x191D27'
foreground: '0x767D8A'
# Normal colors
normal:
black: '0x27292D'
red: '0xec7875'
green: '0x61c766'
yellow: '0xfdd835'
blue: '0x42a5f5'
magenta: '0xba68c8'
cyan: '0x4dd0e1'
white: '0xd8d8d8'
# Bright colors
bright:
black: '0x3B3D41'
red: '0xfb8784'
green: '0x70d675'
yellow: '0xffe744'
blue: '0x51b4ff'
magenta: '0xc979d7'
cyan: '0x5cdff0'
white: '0xfdf6e3'