aboutsummaryrefslogtreecommitdiffstats
path: root/alot/themes/foo
blob: 1492bd01e30cdcf8615742536ca5c87e47d134e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
############################################################################
#  Foo, based on the default theme                                         #
#                                                                          #
# for alot. © 2012 Patrick Totzke, GNU GPL3+, https://github.com/pazz/alot #
############################################################################

[global]
    footer = 'standout','','white,bold','dark blue','white,bold','#006'
    body = 'default','','dark gray','default','g20','default'
    notify_error = 'standout','','white','dark red','white','dark red'
    notify_normal = 'default','','light gray','dark gray','light gray','#68a'
    prompt = 'default','','light gray','black','light gray','g11'
    tag = 'default','','light gray','black','light gray','default'
    tag_focus = 'standout, bold','','white','dark gray','#ffa','#68a'
[help]
    text = 'default','','default','dark gray','default','g35'
    section = 'underline','','bold,underline','dark gray','bold,underline','g35'
    title = 'standout','','white','dark blue','white,bold,underline','g35'
[bufferlist]
    line_focus = 'standout','','yellow','light gray','#ff8','g20'
    line_even = 'default','','light gray','black','default','g3'
    line_odd = 'default','','light gray','black','default','default'
[taglist]
    line_focus = 'standout','','yellow','light gray','#ff8','g20'
    line_even = 'default','','light gray','black','default','g3'
    line_odd = 'default','','light gray','black','default','default'
[namedqueries]
    line_focus = 'standout','','yellow','light gray','#ff8','g20'
    line_even = 'default','','light gray','black','default','g3'
    line_odd = 'default','','light gray','black','default','default'
[thread]
    arrow_heads = '','','dark red','','#a00',''
    arrow_bars = '','','dark red','','#800',''
    attachment = 'default','','light gray','dark gray','light gray','g15'
    attachment_focus = 'underline','','light gray','light green','light gray','g20'
    body = 'default','','light gray','default','light gray','default'
    body_focus = 'default','','light gray','default','white','default'
    header = 'default','','white','dark gray','white','g30'
    header_key = 'default','','white','dark gray','white','g30'
    header_value = 'default','','light gray','dark gray','light gray','g30'

    [[summary]]
        even = 'default','','white','light blue','white','#006'
        odd = 'default','','white','dark blue','white','#068'
        focus = 'standout','','white','light gray','#ff8','g20'

[envelope]
    body = 'default','','light gray','default','light gray','default'
    header = 'default','','white','dark gray','white','dark gray'
    header_key = 'default','','white','dark gray','white','dark gray'
    header_value = 'default','','light gray','dark gray','light gray','dark gray'

[search]
    [[threadline]]
        normal = 'default','','default','default','#6d6','default'
        focus = 'standout','','light gray','light gray','g85','g20'
        parts = date,mailcount,authors,subject,tags
        [[[date]]]
            normal = 'default','','light gray','default','g74','default'
            focus = 'standout','','yellow','light gray','yellow','g20'
            width = 'fit',10,10
            alignment = right
        [[[mailcount]]]
            normal = 'default','','light gray','default','g66','default'
            focus = 'standout','','yellow','light gray','yellow','g20'
            width = 'fit', 5,5
        [[[authors]]]
            normal = 'default,underline','','light blue','default','#068','default'
            focus = 'standout','','yellow','light gray','yellow','g20'
            width = 'fit',0,30
        [[[subject]]]
            normal = 'default','','light gray','default','g66','default'
            focus = 'standout','','yellow','light gray','yellow','g20'
            width = 'weight', 1
        [[[content]]]
            normal = 'default','','light gray','default','dark gray','default'
            focus = 'standout','','yellow','light gray','yellow','g20'
            width = 'weight', 1
        [[[tags]]]
            normal = 'bold','','dark cyan','','dark cyan',''
            focus = 'standout','','yellow','light gray','yellow','g20'

    # highlight threads containing unread messages
    [[threadline-unread]]
        tagged_with = 'unread'
        normal = 'default','','default,bold','default','#6d6,bold','default'
        parts = date,mailcount,authors,subject,tags
        [[[date]]]
            normal = 'default','','light gray,bold','default','white','default'
            alignment = right
        [[[mailcount]]]
            normal = 'default','','light gray,bold','default','g93','default'
        [[[authors]]]
            normal = 'default,underline','','light blue,bold','default','#68f','default'
        [[[subject]]]
            normal = 'default','','light gray,bold','default','g93','default'
        [[[content]]]
            normal = 'default','','light gray,bold','default','dark gray,bold','default'
        [[[tags]]]
            normal = 'bold','','dark cyan,bold','','#6dd',''