summaryrefslogtreecommitdiff
path: root/data/themes
diff options
context:
space:
mode:
authorFlorent Le Coz <louiz@louiz.org>2011-01-12 20:09:48 +0100
committerFlorent Le Coz <louiz@louiz.org>2011-01-12 20:09:48 +0100
commit6d4e5c069ec1a953f01c1abacc398a05c5a1485d (patch)
treeccd61410874686d9b500d53c8813e40ee139f387 /data/themes
parentce1fc18e104c9ed963347c50c48a7e40f755027e (diff)
downloadpoezio-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')
-rw-r--r--data/themes/dark8
-rw-r--r--data/themes/poezio12
2 files changed, 19 insertions, 1 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)
diff --git a/data/themes/poezio b/data/themes/poezio
index 4bdc367d..8b5d30b2 100644
--- a/data/themes/poezio
+++ b/data/themes/poezio
@@ -12,6 +12,9 @@ COLOR_USER_PARTICIPANT = 4
COLOR_USER_NONE = 0
COLOR_USER_MODERATOR = 1
+# nickname colors
+COLOR_REMOTE_USER = 5
+
# The character printed in color (COLOR_STATUS_*) before the nickname
# in the user list
CHAR_STATUS = ' '
@@ -19,6 +22,7 @@ CHAR_STATUS = ' '
# Separators
COLOR_VERTICAL_SEPARATOR = 4
COLOR_NEW_TEXT_SEPARATOR = 2
+COLOR_MORE_INDICATOR = 6
# Time
COLOR_TIME_SEPARATOR = 6
@@ -46,15 +50,21 @@ COLOR_STATUS_NONE = 0
COLOR_STATUS_DND = 21
COLOR_STATUS_AWAY = 35
COLOR_STATUS_CHAT = 28
+COLOR_STATUS_UNAVAILABLE = 57
+COLOR_STATUS_ONLINE = 41
# Bars
COLOR_INFORMATION_BAR = 42
COLOR_TOPIC_BAR = 42
COLOR_PRIVATE_ROOM_BAR = 28
COLOR_SCROLLABLE_NUMBER = 39
+COLOR_SELECTED_ROW = 42
+COLOR_PRIVATE_NAME = 42
+COLOR_CONVERSATION_NAME = 42
+COLOR_GROUPCHAT_NAME = 42
+COLOR_COLUMN_HEADER = 36
# Strings for special messages (like join, quit, nick change, etc)
-
# Special messages
CHAR_JOIN = '---->'
CHAR_QUIT = '<----'