Skip to content

Commit 325c0a6

Browse files
committed
nord: _dark suffix
1 parent af60bdb commit 325c0a6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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,
@@ -97,6 +97,7 @@
9797
"gruvbox": "gruvbox_dark",
9898
"light": "zt_light",
9999
"blue": "zt_blue",
100+
"nord": "nord_dark"
100101
}
101102

102103

0 commit comments

Comments
 (0)