/usr/share/alot/alot/defaults/theme.spec is in alot 0.3.6-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 | [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]
line_focus = attrtriple
line_even = attrtriple
line_odd = attrtriple
[taglist]
line_focus = attrtriple
line_even = attrtriple
line_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
parts = string_list(default=None)
[[[__many__]]]
normal = attrtriple
focus = attrtriple
width = widthtuple(default=None)
alignment = align(default='left')
[[__many__]]
normal = attrtriple(default=None)
focus = attrtriple(default=None)
parts = string_list(default=None)
query = string(default=None)
tagged_with = force_list(default=None)
[[[__many__]]]
normal = attrtriple(default=None)
focus = attrtriple(default=None)
width = widthtuple(default=None)
alignment = align(default=None)
[thread]
arrow_heads = attrtriple
arrow_bars = attrtriple
attachment = attrtriple
attachment_focus = attrtriple
body = attrtriple
body_focus = attrtriple(default=None)
header = attrtriple
header_key = attrtriple
header_value = attrtriple
[[summary]]
even = attrtriple
odd = attrtriple
focus = attrtriple
[envelope]
body = attrtriple
header = attrtriple
header_key = attrtriple
header_value = attrtriple
|