From 4ced657d598ceab30806a9cd1095766a54492fb9 Mon Sep 17 00:00:00 2001 From: Patrick Totzke Date: Sat, 2 Mar 2013 22:34:18 +0000 Subject: introduce new themable thread.body_focus for focussed body text lines --- alot/defaults/default.theme | 1 + alot/defaults/theme.spec | 1 + 2 files changed, 2 insertions(+) (limited to 'alot/defaults') diff --git a/alot/defaults/default.theme b/alot/defaults/default.theme index 56773288..473bc2a5 100644 --- a/alot/defaults/default.theme +++ b/alot/defaults/default.theme @@ -30,6 +30,7 @@ attachment = 'default','','light gray','dark gray','light gray','dark gray' attachment_focus = 'underline','','light gray','light green','light gray','light green' body = 'default','','light gray','default','light gray','default' + body_focus = 'default','','light gray','default','white','default' header = 'default','','white','dark gray','white','dark gray' header_key = 'default','','white','dark gray','white','dark gray' header_value = 'default','','light gray','dark gray','light gray','dark gray' diff --git a/alot/defaults/theme.spec b/alot/defaults/theme.spec index 05df2b88..ab237484 100644 --- a/alot/defaults/theme.spec +++ b/alot/defaults/theme.spec @@ -51,6 +51,7 @@ attachment = attrtriple attachment_focus = attrtriple body = attrtriple + body_focus = attrtriple(default=None) header = attrtriple header_key = attrtriple header_value = attrtriple -- cgit v1.2.3