We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af60bdb commit 5f4e8ddCopy full SHA for 5f4e8dd
tests/config/test_themes.py
@@ -24,7 +24,7 @@
24
"gruvbox_dark",
25
"zt_light",
26
"zt_blue",
27
- "nord",
+ "nord_dark",
28
}
29
aliases_16_color = [
30
"default",
zulipterminal/config/themes.py
@@ -86,7 +86,7 @@
86
87
THEMES = {
88
"gruvbox_dark": gruvbox,
89
- "nord": nord,
+ "nord_dark": nord,
90
"zt_dark": zt_dark,
91
"zt_light": zt_light,
92
"zt_blue": zt_blue,
@@ -95,6 +95,7 @@
95
THEME_ALIASES = {
96
"default": "zt_dark",
97
"gruvbox": "gruvbox_dark",
98
+ "nord": "nord_dark",
99
"light": "zt_light",
100
"blue": "zt_blue",
101
0 commit comments