summaryrefslogtreecommitdiff
path: root/data/themes/dark.py
diff options
context:
space:
mode:
Diffstat (limited to 'data/themes/dark.py')
-rw-r--r--data/themes/dark.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/data/themes/dark.py b/data/themes/dark.py
index bbe226f8..015e2988 100644
--- a/data/themes/dark.py
+++ b/data/themes/dark.py
@@ -8,6 +8,7 @@ class DarkTheme(theming.Theme):
COLOR_STATUS_CHAT = (34 , -1)
COLOR_STATUS_UNAVAILABLE = (242 , -1)
COLOR_STATUS_ONLINE = (27 , -1)
+ COLOR_STATUS_NONE = (27 , -1)
COLOR_VERTICAL_SEPARATOR = (236, -1)
COLOR_NEW_TEXT_SEPARATOR = (213, -1)