diff options
author | Florent Le Coz <louiz@louiz.org> | 2011-09-30 17:34:40 +0200 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2011-09-30 17:34:40 +0200 |
commit | b6cfd033000fabbb47355dc5054dabd8f26e0139 (patch) | |
tree | 9b9c03c8dde6040eb3b2b9894862b9456af3d755 /data/themes | |
parent | e9e15058bd22ecc225bde40380b0fcc2b422d37f (diff) | |
download | poezio-b6cfd033000fabbb47355dc5054dabd8f26e0139.tar.gz poezio-b6cfd033000fabbb47355dc5054dabd8f26e0139.tar.bz2 poezio-b6cfd033000fabbb47355dc5054dabd8f26e0139.tar.xz poezio-b6cfd033000fabbb47355dc5054dabd8f26e0139.zip |
add color for participant none in dark theme
Diffstat (limited to 'data/themes')
-rw-r--r-- | data/themes/dark.py | 1 |
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) |