commit cb18be5c9f075dd601ac1cbcfada850c26753994
parent 7642b1fb4585ec1757af2f1958f6ca864d0898a4
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date: Sat, 26 Jan 2019 14:54:20 -0500
Use correct gruvbox colors.
Diffstat:
1 file changed, 21 insertions(+), 21 deletions(-)
diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml
@@ -133,12 +133,12 @@ persistent_logging: false
# If `true`, bold text is drawn using the bright color variants.
draw_bold_text_with_bright_colors: false
-# Colors (Gruvbox Dark Pale)
+# Colors (Gruvbox Dark)
colors:
# Default colors
primary:
- background: '0x262626'
- foreground: '0xdab997'
+ background: '0x282828'
+ foreground: '0xebdbb2'
# Bright and dim foreground colors
#
@@ -152,30 +152,30 @@ colors:
#
# Colors which should be used to draw the terminal cursor. If these are unset,
# the cursor color will be the inverse of the cell color.
- cursor:
- text: '0x262626'
- cursor: '0xdab997'
+ # cursor:
+ # text: '0x282828'
+ # cursor: '0xebdbb2'
# Normal colors
normal:
- black: '0x262626'
- red: '0xd75f5f'
- green: '0xafaf00'
- yellow: '0xffaf00'
- blue: '0x83adad'
- magenta: '0xd485ad'
- cyan: '0x85ad85'
- white: '0xdab997'
+ black: '0x282828'
+ red: '0xcc241d'
+ green: '0x98971a'
+ yellow: '0xd79921'
+ blue: '0x458588'
+ magenta: '0xb16286'
+ cyan: '0x689d6a'
+ white: '0xa89984'
# Bright colors
bright:
- black: '0x8a8a8a'
- red: '0xff8700'
- green: '0x3a3a3a'
- yellow: '0x4e4e4e'
- blue: '0x949494'
- magenta: '0xd5c4a1'
- cyan: '0xd65d0e'
+ black: '0x928374'
+ red: '0xfb4934'
+ green: '0xb8bb26'
+ yellow: '0xfabd2f'
+ blue: '0x83a598'
+ magenta: '0xd3869b'
+ cyan: '0x8ec97c'
white: '0xebdbb2'
# Dim colors