diff options
Diffstat (limited to 'src/theme.py')
-rw-r--r-- | src/theme.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/theme.py b/src/theme.py index dda01166..7285ceb0 100644 --- a/src/theme.py +++ b/src/theme.py @@ -74,7 +74,8 @@ COLOR_STATUS_NONE = 0 COLOR_STATUS_DND = 21 COLOR_STATUS_AWAY = 35 COLOR_STATUS_CHAT = 28 - +COLOR_STATUS_UNAVAILABLE = 57 +COLOR_STATUS_ONLINE = 41 # Bars COLOR_INFORMATION_BAR = 42 COLOR_TOPIC_BAR = 42 |