about summary refs log tree commit diff stats
path: root/worker/lib
diff options
context:
space:
mode:
authorKalyan Sriram <coder.kalyan@gmail.com>2020-07-27 01:03:55 -0700
committerReto Brunner <reto@labrat.space>2020-07-30 19:35:59 +0200
commit1ff687ca2b0821c2cacc1fa725abb3302d2af9da (patch)
treeb84df04a645c1fd2ee94d7a08f2f9c717930e9ab /worker/lib
parent1bab1754f095a5c0537fc639d0214f6efbb340a2 (diff)
downloadaerc-1ff687ca2b0821c2cacc1fa725abb3302d2af9da.tar.gz
Implement style configuration.
Introduce the ability to configure stylesets, allowing customization of
aerc's look (color scheme, font weight, etc). Default styleset is
installed to /path/to/aerc/stylesets/default.
Diffstat (limited to 'worker/lib')
0 files changed, 0 insertions, 0 deletions
evision' href='/akspecs/aerc/blame/go.sum?id=19646823c9caf483122b68f633119e1977cc7618'>^
62cd0b0 ^

0c2ede5 ^

43dba93 ^

43dba93 ^

0911cd5 ^

0c2ede5 ^



bbdf9df ^

56b84d3 ^

8d20e92 ^

d394fd1 ^

072bc26 ^

0c2ede5 ^

072bc26 ^

0c2ede5 ^

56b84d3 ^

475b697 ^

0c2ede5 ^

1170893 ^

56b84d3 ^

b0bf09b ^

513e8aa ^

cef784b ^

8d20e92 ^

16c3f0a ^

072bc26 ^

0c2ede5 ^

072bc26 ^

8d20e92 ^


072bc26 ^
855362d ^
072bc26 ^

0c2ede5 ^


648ca98 ^

072bc26 ^





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