Skip to content

Instantly share code, notes, and snippets.

@vixfwis
Forked from kamek-pf/alacritty.yml
Created March 15, 2023 08:53
Show Gist options
  • Save vixfwis/24be453431fc65fab9dcc00db429d417 to your computer and use it in GitHub Desktop.
Save vixfwis/24be453431fc65fab9dcc00db429d417 to your computer and use it in GitHub Desktop.
Gruvbox Material Dark Medium - Alacritty
# 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'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment