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
|
# vim: ft=dosini commentstring=#\ %s
[calendars]
[[google-basic]]
path = ~/.local/share/vdirsyncer/calendars/google/m.r.karimi.j@gmail.com/
color = dark blue
[[google-mit]]
path = ~/.local/share/vdirsyncer/calendars/google/e226ae4bc148235546e47f7f333b825b35642cd08018edd849c35840cc103167@group.calendar.google.com/
color = brown
[[google-holiday-iran]]
path = ~/.local/share/vdirsyncer/calendars/google/cln2sqbi4dk6ur39chgnig37e9nnas1eeon66obccln68obi5pjmurr7dhiisorfdk@virtual
color = "#aaaaaa"
[[google-holiday-switzerland]]
path = ~/.local/share/vdirsyncer/calendars/google/cln2sor84dk6ur39chgnig37e9nnas1eeon66obccln68obi5pjmurr7dhiisorfdk@virtual
color = "#aaaaaa"
[[google-holiday-us]]
path = ~/.local/share/vdirsyncer/calendars/google/cln2stbjc4hmgrrcd5i62ua0ctp6utbg5pr2sor1dhimsp31e8n6errfctm6abj3dtmg@virtual
color = "#aaaaaa"
[[moreka]]
path = ~/.local/share/vdirsyncer/calendars/moreka.cc/b3f68fb7-93d3-2129-5b31-bb490d4bc387/
color = dark magenta
[locale]
timeformat = %H:%M
dateformat = %d.%m.%Y
longdateformat = %d.%m.%Y
datetimeformat = %d.%m.%Y %H:%M
longdatetimeformat = %d.%m.%Y %H:%M
[default]
default_calendar = moreka
highlight_event_days = True
timedelta = 7d
[view]
frame = top
[highlight_days]
multiple = dark green
[keybindings]
external_edit = E
[palette]
# 1. Foreground color and settings for 16-color (normal) mode
# 2. Background color for normal mode
# 3. Settings for monochrome mode (optional)
# 4. Foreground color and settings for 88 and 256-color modes (optional)
# 5. Background color for 88 and 256-color modes (optional)
header = 'light red', 'black'
# ('footer', 'white', 'black'),
'line header' = 'black', 'white', 'bold', '#ff0000', ''
# ('alt header', 'white', '', 'bold'),
# ('bright', 'dark blue', 'white', 'bold,standout'),
# list = '', ''
# list focused = 'white', 'light blue', 'bold'
edit = 'black', 'white', '', '#cccccc', '#333333'
edit focus = 'white', 'light red', 'bold'
# ('button', 'black', 'dark cyan'),
# ('button focused', 'white', 'light blue', 'bold'),
#
# ('reveal focus', 'black', 'light gray'),
# ('today focus', 'white', 'dark magenta'),
# ('today', 'dark gray', 'dark green',),
#
date header = 'white', 'black', '', '#cccccc,underline', 'black'
date header focused = 'dark gray', 'black', 'bold', '#cccccc,bold', '#444444'
date header selected = 'dark gray', 'black', '', '#cccccc,bold', '#333333'
# ('date header', '', 'white'),
# ('date header focused', 'white', 'dark gray', 'bold,standout'),
# ('date header selected', 'dark gray', 'light cyan'),
# ('dayname', 'light gray', ''),
# ('monthname', 'light gray', ''),
# ('weeknumber_right', 'light gray', ''),
# ('alert', 'white', 'dark red'),
# ('mark', 'white', 'dark green'),
# ('frame', 'white', 'black'),
# ('frame focus', 'light red', 'black'),
# ('frame focus color', 'dark blue', 'black'),
# ('frame focus top', 'dark magenta', 'black'),
#
# ('eventcolumn', '', '', ''),
# ('eventcolumn focus', '', '', ''),
# ('calendar', '', '', ''),
# ('calendar focus', '', '', ''),
#
# ('editbx', 'light gray', 'dark blue'),
# ('editcp', 'black', 'light gray', 'standout'),
# ('popupbg', 'white', 'black', 'bold'),
# ('popupper', 'white', 'dark cyan'),
# ('caption', 'white', '', 'bold'),
|