1
0
Fork 0
mirror of https://github.com/Horhik/dotfiles.git synced 2024-07-22 12:13:34 +00:00
Dotfiles/.config/alacritty/colors/gruvbox_material.yml
2020-10-07 15:39:19 +03:00

27 lines
521 B
YAML

# Colors (Gruvbox Material Dark Medium)
colors:
primary:
background: '0x282828'
foreground: '0xdfbf8e'
normal:
black: '0x665c54'
red: '0xea6962'
green: '0xa9b665'
yellow: '0xe78a4e'
blue: '0x7daea3'
magenta: '0xd3869b'
cyan: '0x89b482'
white: '0xdfbf8e'
bright:
black: '0x928374'
red: '0xea6962'
green: '0xa9b665'
yellow: '0xe3a84e'
blue: '0x7daea3'
magenta: '0xd3869b'
cyan: '0x89b482'
white: '0xdfbf8e'