diff options
Diffstat (limited to 'src/theming.py')
-rw-r--r-- | src/theming.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/theming.py b/src/theming.py index 94d7b005..cf128c5b 100644 --- a/src/theming.py +++ b/src/theming.py @@ -161,6 +161,7 @@ class Theme(object): COLOR_STATUS_ONLINE = (16, 4) # Bars + COLOR_WARNING_PROMPT = (16, 1, 'b') COLOR_INFORMATION_BAR = (7, 4) COLOR_TOPIC_BAR = (7, 4) COLOR_SCROLLABLE_NUMBER = (220, 4, 'b') |