diff options
author | Florent Le Coz <louiz@louiz.org> | 2013-01-26 05:44:08 +0100 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2013-01-26 05:44:08 +0100 |
commit | 1e60dc2cead1b1dfc2ee3b0af9420ce53b59a8c7 (patch) | |
tree | d17f221ab3f7242e20c652211b95c1d47a11f975 /data/themes | |
parent | 6aa2a05f01fab3947c960b64c3f85b59074aaff1 (diff) | |
download | poezio-1e60dc2cead1b1dfc2ee3b0af9420ce53b59a8c7.tar.gz poezio-1e60dc2cead1b1dfc2ee3b0af9420ce53b59a8c7.tar.bz2 poezio-1e60dc2cead1b1dfc2ee3b0af9420ce53b59a8c7.tar.xz poezio-1e60dc2cead1b1dfc2ee3b0af9420ce53b59a8c7.zip |
Add the color of the resource (for dynamic conversations) in the 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 a7a1549e..0d4f9b69 100644 --- a/data/themes/dark.py +++ b/data/themes/dark.py @@ -27,6 +27,7 @@ class DarkTheme(theming.Theme): COLOR_SELECTED_ROW = (-1, 238) COLOR_PRIVATE_NAME = (173, 236) COLOR_CONVERSATION_NAME = (2, 236) + COLOR_CONVERSATION_RESOURCE = (58, 236) COLOR_GROUPCHAT_NAME = (106, 236) COLOR_COLUMN_HEADER = (36, 236) |