about summary refs log tree commit diff stats
path: root/src/config/theme.c
Commit message (Expand)AuthorAgeFilesLines
* Allow utf8 in roster contact charMichael Vetter2021-10-221-2/+2
* Allow utf8 in roster header charMichael Vetter2021-10-211-2/+2
* MUC: Show offline members in sidebarThorben Günther2021-03-081-0/+1
* Update copyrightMichael Vetter2021-01-081-1/+1
* Set default color for trackbarMichael Vetter2020-12-101-0/+1
* Fix various typosMichael Vetter2020-12-101-1/+1
* docs: fix simple typo, certian -> certainTim Gates2020-12-101-1/+1
* Basic support for building on NetBSD.nia2020-09-041-0/+2
* Apply coding styleMichael Vetter2020-07-071-237/+447
* Revert "Apply coding style"Michael Vetter2020-07-071-450/+240
* Apply coding styleMichael Vetter2020-07-071-240/+450
* Remove prefs_free_string()Michael Vetter2020-07-021-1/+1
* Add default value for titlebar.scrolledMichael Vetter2020-07-011-0/+1
* Define POSIX macro to have strdupMichael Vetter2020-06-121-4/+5
* Make 'scrolled' themeableMichael Vetter2020-05-211-0/+2
* Add -t theme optionMichael Vetter2020-03-241-2/+6
* titlebar: allow displaying MUC name and MUC jidMichael Vetter2020-03-241-1/+2
* Make trackbar color configurableMichael Vetter2020-02-211-0/+1
* Allow utf8 symbols as omemo/pgp/otr indicator charMichael Vetter2020-02-201-6/+6
* Fix theme setting correction charMichael Vetter2020-02-201-1/+1
* xep-0308: make correction.char themeableMichael Vetter2020-02-101-0/+8
* Change theme handlingMichael Vetter2020-01-291-3/+5
* Refactor theme.cMichael Vetter2020-01-291-27/+44
* Add option to display MUC name or JID in titlebarMichael Vetter2020-01-231-0/+1
* Add `/roster room use` commandMichael Vetter2020-01-231-0/+1
* XEP-0392: get background color from themeMichael Vetter2020-01-221-0/+8
* Update my Copyright to 2020Michael Vetter2020-01-031-1/+1
* Dont kill *.char preferences if theme doesnt contain itMichael Vetter2019-12-201-14/+0
* Improve color blindness handlingMichael Vetter2019-12-121-2/+2
* Implement Color Vision Deficiencies settingMichael Vetter2019-12-121-1/+11
* XEP-0392: theme, ui: conditionally colorize user nicksAurelien Aptel2019-12-031-0/+6
* Add vim modelineMichael Vetter2019-11-131-0/+1
* Change default text colors to default (#1213)Martin2019-10-221-8/+8
* Add option to hilight unread rooms in /wins commandMichael Vetter2019-10-121-0/+2
* Add coloring of statusbar.current tab in viewDaniel Lublin2019-09-241-0/+3
* Set default color for main.text.historyMichael Vetter2019-09-111-0/+1
* Allow colorization of history messagesMichael Vetter2019-09-101-0/+1
* Remove unused colour_string_t structMichael Vetter2019-08-231-5/+0
* theme: print to log not to consoleMichael Vetter2019-08-231-2/+1
* Notify trying to load 256 colour theme in incapable terminalMichael Vetter2019-08-231-1/+2
* Reset color pairs when new theme is loadedMichael Vetter2019-08-231-0/+2
* Use log_error() instead of g_warning()Michael Vetter2019-08-231-2/+2
* Add 256 colors supportAurelien Aptel2019-08-231-104/+7
* Set foreground color for untrusted messagesPaul Fariello2019-06-201-0/+2
* Add myself to copyrightMichael Vetter2019-06-171-0/+1
* Add omemo.char theme optionMichael Vetter2019-06-051-0/+8
* Add occupants charMichael Vetter2019-05-021-0/+10
* Fix statusbar number in themeMichael Vetter2019-04-241-1/+1
* Add occupants wrap optionMichael Vetter2019-04-241-0/+1
* Add occupants header charMichael Vetter2019-04-231-0/+10
lass='alt'>
bc20cc3d ^



33352536 ^
bc20cc3d ^
33352536 ^
7dac9ade ^
bc20cc3d ^


7a583220 ^
33352536 ^

71eb22a5 ^
c88b9e31 ^

33352536 ^
c88b9e31 ^
bc20cc3d ^
33352536 ^
bc20cc3d ^
bc20cc3d ^
c88b9e31 ^
bc20cc3d ^
33352536 ^


546a9298 ^




bc20cc3d ^
546a9298 ^
bc20cc3d ^

33352536 ^
bc20cc3d ^


546a9298 ^


33352536 ^
bc20cc3d ^

33352536 ^

bc20cc3d ^


33352536 ^
546a9298 ^

bfcc0f85 ^
bc20cc3d ^
bfcc0f85 ^
bc20cc3d ^
33352536 ^
bc20cc3d ^


33352536 ^
bc20cc3d ^
546a9298 ^

7a583220 ^
33352536 ^

bc20cc3d ^


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