Skip to content

Commit 2091e8e

Browse files
committed
refactor: color/colors_gruvbox: Remove unused DEFAULT colors.
1 parent 7f9e85a commit 2091e8e

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

zulipterminal/config/color.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ class Background(Enum):
3737
# make use of the complete range instead of only 216 colors.
3838
class DefaultColor(Enum):
3939
# color = 16code 256code 24code
40-
DEFAULT = 'default default default'
4140
BLACK = 'black g19 g19'
4241
DARK_RED = 'dark_red #a00 #a00'
4342
DARK_GREEN = 'dark_green #080 #080'

zulipterminal/themes/colors_gruvbox.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121

2222
class GruvBoxColor(Enum):
2323
# color = 16code 256code 24code
24-
DEFAULT = 'default default default'
2524

2625
# Only or primarily dark mode - grayscales
2726
# - generally background

0 commit comments

Comments
 (0)