Created
June 18, 2019 05:34
-
-
Save firat/864e21d8d0a64dcf62ca9ba107cc2b0f to your computer and use it in GitHub Desktop.
gruvbox-dark-hard-256-alacritty
This file contains hidden or 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
# Base16 Gruvbox dark, hard 256 - alacritty color config | |
# Dawid Kurek ([email protected]), morhetz (https://github.com/morhetz/gruvbox) | |
colors: | |
# Default colors | |
primary: | |
background: '0x1d2021' | |
foreground: '0xd5c4a1' | |
# Colors the cursor will use if `custom_cursor_colors` is true | |
cursor: | |
text: '0x1d2021' | |
cursor: '0xd5c4a1' | |
# Normal colors | |
normal: | |
black: '0x1d2021' | |
red: '0xfb4934' | |
green: '0xb8bb26' | |
yellow: '0xfabd2f' | |
blue: '0x83a598' | |
magenta: '0xd3869b' | |
cyan: '0x8ec07c' | |
white: '0xd5c4a1' | |
# Bright colors | |
bright: | |
black: '0x665c54' | |
red: '0xfb4934' | |
green: '0xb8bb26' | |
yellow: '0xfabd2f' | |
blue: '0x83a598' | |
magenta: '0xd3869b' | |
cyan: '0x8ec07c' | |
white: '0xfbf1c7' | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment