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 /data/themes | |
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 'data/themes')
-rw-r--r-- | data/themes/dark | 3 | ||||
-rw-r--r-- | data/themes/poezio | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/data/themes/dark b/data/themes/dark index db1b2021..77093577 100644 --- a/data/themes/dark +++ b/data/themes/dark @@ -34,6 +34,7 @@ COLOR_TAB_CURRENT = 7 COLOR_TAB_NEW_MESSAGE = 10 COLOR_TAB_HIGHLIGHT = 8 COLOR_TAB_PRIVATE = 9 +COLOR_TAB_DISCONNECTED = 30 # Nickname colors LIST_COLOR_NICKNAMES = [ @@ -77,4 +78,4 @@ COLOR_CURLYBRACKETED_WORD = 4 # words between {} COLOR_ACCOLADE_WORD = 6 # words between [] -COLOR_BRACKETED_WORD = 3
\ No newline at end of file +COLOR_BRACKETED_WORD = 3 diff --git a/data/themes/poezio b/data/themes/poezio index b49403ab..b5bb6a66 100644 --- a/data/themes/poezio +++ b/data/themes/poezio @@ -37,6 +37,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 = [ |