summaryrefslogtreecommitdiff
path: root/alot/defaults/theme.spec
blob: 825c2060f62996e0fddb8d32940e1e2bc8747fa5 (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
[global]
    # attributes used in all modi
    footer = attrtriple
    body = attrtriple
    notify_error = attrtriple
    notify_normal = attrtriple
    prompt = attrtriple
    tag = attrtriple
    tag_focus = attrtriple
[help]
    # formatting of the `help bindings` overlay
    text = attrtriple
    section = attrtriple
    title = attrtriple
# mode specific attributes
[bufferlist]
    focus = attrtriple
    results_even = attrtriple
    results_odd = attrtriple
[search]
    [[threadline]]
        normal = attrtriple
        focus = attrtriple
        # order subwidgets are displayed. subset of {date,mailcount,tags,authors,subject,count}
        # every element listed must have its own subsection below
        order = string_list(default=list(date,mailcount,tags,authors,subject))
        [[[__many__]]]
            normal = attrtriple
            focus = attrtriple
            width = widthtuple(default=None)
            alignment = align(default='right')
    [[__many__]]
        normal = attrtriple
        focus = attrtriple
        order = string_list(default=list(date,mailcount,tags,authors,subject))
        [[[__many__]]]
            normal = attrtriple
            focus = attrtriple
            width = widthtuple(default=None)
            alignment = align(default='right')
[thread]
    attachment = attrtriple
    attachment_focus = attrtriple
    body = attrtriple
    header = attrtriple
    header_key = attrtriple
    header_value = attrtriple
    summary_even = attrtriple
    summary_focus = attrtriple
    summary_odd = attrtriple
[envelope]
    body = attrtriple
    header = attrtriple
    header_key = attrtriple
    header_value = attrtriple