about summary refs log tree commit diff stats
path: root/src/config/theme.h
Commit message (Expand)AuthorAgeFilesLines
* Added /theme colours commandJames Booth2014-11-171-1/+17
* Changed type to enum for presence colour attributesJames Booth2014-11-161-0/+1
* Added support for bold theme settingsJames Booth2014-11-161-1/+4
* Replaced colours with theme_item_tJames Booth2014-11-161-43/+46
* Added /presence command to show contacts presenceJames Booth2014-11-071-23/+29
* Added main.text.me and main.text.them theme settingsJames Booth2014-11-071-34/+36
* Added license exemption for OpenSSL to source headersJames Booth2014-08-241-0/+12
* Colour chat room messages that contain users nicknameJames Booth2014-07-161-15/+16
* Updated copyrightJames Booth2014-03-091-1/+1
* Added OTR remaining system messages and colouringJames Booth2014-01-171-29/+34
* Show OTR coloured statusJames Booth2014-01-161-25/+29
* Coloured contact and subscription in /roster and /group outputJames Booth2013-07-031-0/+2
* Added config dir to sourceJames Booth2013-02-021-0/+65
02:58:27 +0200 committer hut <hut@lavabit.com> 2011-10-07 02:58:27 +0200 merged ext.keybindings.py into ext.keybindings_parser.py' href='/akspecs/ranger/commit/ranger/core/environment.py?id=6a3b4bca95d9341ac2a593c5935d463bb9d5e0cf'>6a3b4bca ^
5fd44f5a ^
b0e65cb1 ^
a4570538 ^
9506fb8e ^
9e63489a ^
2a6ad17d ^

6a5d09b8 ^

766a5b6a ^
6a5d09b8 ^
90dc5f6a ^
a8407dbf ^
6a5d09b8 ^





6a5d09b8 ^
65cb1a32 ^
9e63489a ^
f8e96a97 ^
9e63489a ^
9506fb8e ^

41df56be ^

6a5d09b8 ^
bd33933d ^
9506fb8e ^
3547d300 ^






9e63489a ^















9506fb8e ^
728fb838 ^
ea87d005 ^
67bb838c ^



91e5b943 ^
9506fb8e ^

728fb838 ^
5645f266 ^
ea87d005 ^
9506fb8e ^
1f62d7db ^


b4b0eb24 ^
1f62d7db ^

9506fb8e ^





1f62d7db ^







dd7a4f63 ^
1f62d7db ^
419e4aa5 ^

dd7a4f63 ^
1f62d7db ^
871c502d ^
fc5d8640 ^
728fb838 ^
9b83f114 ^
871c502d ^
aee68749 ^


fc5d8640 ^
aee68749 ^



e3f6f484 ^

ea87d005 ^
3201b163 ^
766a5b6a ^

3201b163 ^
ea87d005 ^
9506fb8e ^
728fb838 ^
3d566884 ^
9506fb8e ^


3201b163 ^


ea87d005 ^
a1274aba ^
eaaeed3d ^
a1274aba ^
9506fb8e ^
89660a64 ^
728fb838 ^
dd7a4f63 ^

419e4aa5 ^

dd7a4f63 ^

5599636d ^
419e4aa5 ^
ea87d005 ^
581cce8c ^
766a5b6a ^

581cce8c ^
45cb587d ^
728fb838 ^
4162b636 ^
bd33933d ^
45cb587d ^

728fb838 ^
4162b636 ^
cc952d63 ^

227f75db ^

9506fb8e ^
419e4aa5 ^
9506fb8e ^
e48e3c5c ^
3ea48208 ^
c6953a55 ^
3ea48208 ^
ecd0d386 ^



9506fb8e ^
766a5b6a ^
9506fb8e ^
766a5b6a ^
9506fb8e ^








3d566884 ^
9506fb8e ^


89660a64 ^
dd7a4f63 ^
9506fb8e ^
876e288a ^

766a5b6a ^

419e4aa5 ^
45cb587d ^
766a5b6a ^
45cb587d ^
227f75db ^

3ea48208 ^
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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221