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 7f9e85a commit 2091e8eCopy full SHA for 2091e8e
zulipterminal/config/color.py
@@ -37,7 +37,6 @@ class Background(Enum):
37
# make use of the complete range instead of only 216 colors.
38
class DefaultColor(Enum):
39
# color = 16code 256code 24code
40
- DEFAULT = 'default default default'
41
BLACK = 'black g19 g19'
42
DARK_RED = 'dark_red #a00 #a00'
43
DARK_GREEN = 'dark_green #080 #080'
zulipterminal/themes/colors_gruvbox.py
@@ -21,7 +21,6 @@
21
22
class GruvBoxColor(Enum):
23
24
25
26
# Only or primarily dark mode - grayscales
27
# - generally background
0 commit comments