summaryrefslogtreecommitdiff
path: root/alot/defaults
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2012-02-23 21:17:38 +0000
committerPatrick Totzke <patricktotzke@gmail.com>2012-02-23 21:17:38 +0000
commit1dba891b3ff51a2172a431f732b8d0e3a2586f50 (patch)
treee2e7a34805283ee038ffd335aed46b97edd2c3ee /alot/defaults
parent8b3a8f2b67f5518b8552ba5f3ca58b1dcd821000 (diff)
read themes from themes_dir
this introduces two new config keys: theme: the string identifier of the theme file to use theme_dir: where to look for this file. theme_dir defaults to ~/.config/alot.themes
Diffstat (limited to 'alot/defaults')
-rw-r--r--alot/defaults/alot.rc.spec6
1 files changed, 6 insertions, 0 deletions
diff --git a/alot/defaults/alot.rc.spec b/alot/defaults/alot.rc.spec
index 3d277437..296d58f0 100644
--- a/alot/defaults/alot.rc.spec
+++ b/alot/defaults/alot.rc.spec
@@ -16,6 +16,12 @@ tabwidth = integer(default=8)
# It will be used if you give `compose --template` a filename without a path prefix.
template_dir = string(default='$XDG_CONFIG_HOME/alot/templates')
+# directory containing theme files
+themes_dir = string(default=None)
+
+# name of the theme to use
+theme = string(default=None)
+
# fill threadline with message content
display_content_in_threadline = boolean(default=False)