Skip to content

Commit 5f4e8dd

Browse files
committed
nord: _dark suffix
1 parent af60bdb commit 5f4e8dd

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

tests/config/test_themes.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"gruvbox_dark",
2525
"zt_light",
2626
"zt_blue",
27-
"nord",
27+
"nord_dark",
2828
}
2929
aliases_16_color = [
3030
"default",

zulipterminal/config/themes.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686

8787
THEMES = {
8888
"gruvbox_dark": gruvbox,
89-
"nord": nord,
89+
"nord_dark": nord,
9090
"zt_dark": zt_dark,
9191
"zt_light": zt_light,
9292
"zt_blue": zt_blue,
@@ -95,6 +95,7 @@
9595
THEME_ALIASES = {
9696
"default": "zt_dark",
9797
"gruvbox": "gruvbox_dark",
98+
"nord": "nord_dark",
9899
"light": "zt_light",
99100
"blue": "zt_blue",
100101
}

0 commit comments

Comments
 (0)