diff options
author | Florent Le Coz <louiz@louiz.org> | 2011-01-12 20:09:48 +0100 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2011-01-12 20:09:48 +0100 |
commit | 6d4e5c069ec1a953f01c1abacc398a05c5a1485d (patch) | |
tree | ccd61410874686d9b500d53c8813e40ee139f387 /data/themes/dark | |
parent | ce1fc18e104c9ed963347c50c48a7e40f755027e (diff) | |
download | poezio-6d4e5c069ec1a953f01c1abacc398a05c5a1485d.tar.gz poezio-6d4e5c069ec1a953f01c1abacc398a05c5a1485d.tar.bz2 poezio-6d4e5c069ec1a953f01c1abacc398a05c5a1485d.tar.xz poezio-6d4e5c069ec1a953f01c1abacc398a05c5a1485d.zip |
Finish the two default themes
And remove the automatic copy of the config files
Diffstat (limited to 'data/themes/dark')
-rw-r--r-- | data/themes/dark | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/data/themes/dark b/data/themes/dark index 6e0b6c9d..cad02136 100644 --- a/data/themes/dark +++ b/data/themes/dark @@ -19,6 +19,7 @@ CHAR_STATUS = '|' # Separators COLOR_VERTICAL_SEPARATOR = 0 COLOR_NEW_TEXT_SEPARATOR = 2 +COLOR_MORE_INDICATOR = 3 # Time COLOR_TIME_SEPARATOR = 6 @@ -46,12 +47,19 @@ COLOR_STATUS_NONE = 4 COLOR_STATUS_DND = 1 COLOR_STATUS_AWAY = 3 COLOR_STATUS_CHAT = 2 +COLOR_STATUS_UNAVAILABLE = 57 +COLOR_STATUS_ONLINE = 41 # Bars COLOR_INFORMATION_BAR = 57 COLOR_TOPIC_BAR = 14 COLOR_PRIVATE_ROOM_BAR = 9 COLOR_SCROLLABLE_NUMBER = 10 +COLOR_SELECTED_ROW = 14 +COLOR_PRIVATE_NAME = 13 +COLOR_CONVERSATION_NAME = 10 +COLOR_GROUPCHAT_NAME = 13 +COLOR_COLUMN_HEADER = 13 # Strings for special messages (like join, quit, nick change, etc) |