We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b17c285 commit 173ee60Copy full SHA for 173ee60
zulipterminal/themes/colors_gruvbox.py
@@ -32,7 +32,7 @@ class GruvBoxColor(Enum):
32
DARK2 = 'black h239 #504945'
33
DARK3 = 'black h241 #665c54'
34
DARK4 = 'black h243 #7c6f64'
35
- DARK4_256 = 'black h243 #7c6f64'
+
36
# - generally foreground
37
LIGHT2 = 'white h250 #d5c4a1'
38
# - grays
@@ -46,7 +46,6 @@ class GruvBoxColor(Enum):
46
LIGHT0 = 'white h229 #fbf1c7'
47
LIGHT0_SOFT = 'white h228 #f2e5bc'
48
LIGHT1 = 'white h223 #ebdbb2'
49
- LIGHT3 = 'light_gray h248 #bdae93'
50
LIGHT4_256 = 'light_gray h246 #a89984'
51
52
# Dark mode only - colors
0 commit comments