+#/etc/khal/khal.conf.sample
+[calendars]
+[[home]]
+path = ~/.local/share/calendars/events
+color = dark blue
+
+[sqlite]
+path = ~/.local/share/khal/khal.db
+
+[locale]
+local_timezone = Europe/London
+default_timezone = Europe/London
+
+# If you use certain characters (e.g. commas) in these formats you may need to
+# enclose them in "" to ensure that they are loaded as strings.
+timeformat = %H:%M
+dateformat = %d %B
+longdateformat = %Y-%m-%d
+datetimeformat = %c
+longdatetimeformat = %Y-%m-%d %H:%M
+
+firstweekday = 0
+
+[view]
+monthdisplay = firstday
+agenda_day_format = "{bold}{name}, {date}{reset}"
+
+[default]
+default_calendar = home
+timedelta = 2d # the default timedelta that list uses
+highlight_event_days = True # the default is False