summaryrefslogtreecommitdiff
path: root/src/theming.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/theming.py')
-rwxr-xr-xsrc/theming.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/theming.py b/src/theming.py
index b88009a3..5d263741 100755
--- a/src/theming.py
+++ b/src/theming.py
@@ -201,6 +201,7 @@ class Theme(object):
# Time
CHAR_TIME_LEFT = ''
CHAR_TIME_RIGHT = ''
+ COLOR_TIME_STRING = (-1, -1)
# Tabs
COLOR_TAB_NORMAL = (7, 4)