summaryrefslogtreecommitdiff
path: root/alot
diff options
context:
space:
mode:
Diffstat (limited to 'alot')
-rw-r--r--alot/settings/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/alot/settings/__init__.py b/alot/settings/__init__.py
index c367d49c..8097fae4 100644
--- a/alot/settings/__init__.py
+++ b/alot/settings/__init__.py
@@ -253,7 +253,7 @@ class SettingsManager(object):
if a.background in ['default', '']:
a.background = fallback.background
if a.foreground in ['default', '']:
- a.foreground = fallfore.foreground
+ a.foreground = fallback.foreground
return a
default_normal = theme.get_attribute('global', 'tag', colourmode)