Skip to content

Commit

Permalink
themes: Add missing __init__.py.
Browse files Browse the repository at this point in the history
This doesn't appear to be an issue for running locally from source or
similar, but causes an error with using `pipx`. This should resolve part
of #1143.
  • Loading branch information
neiljp committed Dec 15, 2021
1 parent 8e502c5 commit 793e73d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zulipterminal/config/themes.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
}
# fmt: on

THEMES = {
THEMES: Dict[str, Any] = {
"gruvbox_dark": gruvbox,
"zt_dark": zt_dark,
"zt_light": zt_light,
Expand Down
Empty file.

0 comments on commit 793e73d

Please sign in to comment.