From 6d4e5c069ec1a953f01c1abacc398a05c5a1485d Mon Sep 17 00:00:00 2001 From: Florent Le Coz Date: Wed, 12 Jan 2011 20:09:48 +0100 Subject: Finish the two default themes And remove the automatic copy of the config files --- data/themes/dark | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'data/themes/dark') 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) -- cgit v1.2.3