Last active
February 21, 2024 12:20
-
-
Save kamek-pf/2eae4f570061a97788a8a9ca4c893797 to your computer and use it in GitHub Desktop.
Gruvbox Material Dark Medium - Alacritty
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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' |
thanks!
Thank you! :)
Thank you!
Great work!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thank you!