blob: 0addef14426d3e166dbbabdfb6e9745f75afca5a (
plain)
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
|
[default]
default_calendar = personal
highlight_event_days = True
timedelta = 10d
[calendars]
[[personal]]
path = /home/cynerd/.khal/private
type = calendar
color = dark blue
[[school]]
path = /home/cynerd/.khal/school
type = calendar
color = dark red
[[work]]
path = /home/cynerd/.khal/work
type = calendar
color = yellow
[highlight_days]
default_color = dark gray
method = background
[locale]
timeformat = %H:%M
dateformat = %d.%m.%Y
longdateformat = %d.%m.%Y
datetimeformat = %d.%m.%Y %H:%M
longdatetimeformat = %d.%m.%Y %H:%M
|