poezio/data/themes/dark
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 107a9e99e3 also this
2010-08-22 16:34:14 +00:00

71 lines
No EOL
1.4 KiB
Text

# A dark theme file.
# For more informations, see http://codingteam.net/project/poezio/doc/TheThemes
# Message text color
COLOR_NORMAL_TEXT = 80
COLOR_INFORMATION_TEXT = 76
COLOR_HIGHLIGHT_TEXT = 79
# User list color
COLOR_USER_VISITOR = 78
COLOR_USER_PARTICIPANT = 73
COLOR_USER_NONE = 80
COLOR_USER_MODERATOR = 77
# The character printed in color (COLOR_STATUS_*) before the nickname
# in the user list
CHAR_STATUS = '|'
# Separators
COLOR_VERTICAL_SEPARATOR = 72
COLOR_NEW_TEXT_SEPARATOR = 75
# Time
COLOR_TIME_SEPARATOR = 79
COLOR_TIME_BRACKETS = 72
COLOR_TIME_NUMBERS = 0
# Tabs
COLOR_TAB_NORMAL = 8
COLOR_TAB_CURRENT = 0
COLOR_TAB_NEW_MESSAGE = 7
COLOR_TAB_HIGHLIGHT = 5
COLOR_TAB_PRIVATE = 3
# Nickname colors
LIST_COLOR_NICKNAMES = [
73, 74, 75, 76, 77, 79
]
COLOR_OWN_NICK = 80
# Status color
COLOR_STATUS_XA = 76
COLOR_STATUS_NONE = 73
COLOR_STATUS_DND = 77
COLOR_STATUS_AWAY = 79
COLOR_STATUS_CHAT = 75
# Bars
COLOR_INFORMATION_BAR = 8
COLOR_TOPIC_BAR = 8
COLOR_PRIVATE_ROOM_BAR = 3
COLOR_SCROLLABLE_NUMBER = 75
# Strings for special messages (like join, quit, nick change, etc)
# Special messages
CHAR_JOIN = '---->'
CHAR_QUIT = '<----'
CHAR_KICK = '-!-'
COLOR_JOIN_CHAR = 73
COLOR_QUIT_CHAR = 77
COLOR_KICK_CHAR = 77
# words between ()
COLOR_CURLYBRACKETED_WORD = 72
# words between {}
COLOR_ACCOLADE_WORD = 74
# words between []
COLOR_BRACKETED_WORD = 79