summaryrefslogtreecommitdiff
path: root/data/themes/irssi.py
blob: 95ba3d627a2997fc0b56d2d8471f6e074c977f38 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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()