diff options
Diffstat (limited to 'data/themes/dark')
-rw-r--r-- | data/themes/dark | 3 |
1 files changed, 2 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 |