poezio/data/themes/irssi.py

17 lines
335 B
Python
Raw Normal View History

2017-07-26 08:23:57 +00:00
import poezio.theming
class IrssiTheme(poezio.theming.Theme):
COLOR_INFORMATION_BAR = (6, 4)
COLOR_TAB_NEW_MESSAGE = (15, 4)
COLOR_TAB_CURRENT = (7, 12)
COLOR_TAB_HIGHLIGHT = (13, 4)
COLOR_TAB_DISCONNECTED = (9, 4)
COLOR_HIGHLIGHT_NICK = (11, -1, 'b')
COLOR_ME_MESSAGE = (15, -1)
theme = IrssiTheme()