diff options
author | mathieui <mathieui@mathieui.net> | 2011-09-12 10:56:02 +0200 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2011-09-12 10:56:02 +0200 |
commit | 7a312992921debb1d904a0f2b7083272113e253e (patch) | |
tree | 2b06d711f99575b6d533bb1c6551f6057d3e7717 /src/theme.py | |
parent | d24b3c42958f50c3979b37ab7666379d78b3fad1 (diff) | |
download | poezio-7a312992921debb1d904a0f2b7083272113e253e.tar.gz poezio-7a312992921debb1d904a0f2b7083272113e253e.tar.bz2 poezio-7a312992921debb1d904a0f2b7083272113e253e.tar.xz poezio-7a312992921debb1d904a0f2b7083272113e253e.zip |
Add a color state for disconnected rooms (Fixes #2166)
Diffstat (limited to 'src/theme.py')
-rw-r--r-- | src/theme.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/theme.py b/src/theme.py index 244d6006..2502e5c6 100644 --- a/src/theme.py +++ b/src/theme.py @@ -58,6 +58,7 @@ COLOR_TAB_CURRENT = 56 COLOR_TAB_NEW_MESSAGE = 49 COLOR_TAB_HIGHLIGHT = 21 COLOR_TAB_PRIVATE = 28 +COLOR_TAB_DISCONNECTED = 30 # Nickname colors LIST_COLOR_NICKNAMES = [ |