summaryrefslogtreecommitdiff
path: root/alot/defaults
diff options
context:
space:
mode:
authordtk <dtk@gmx.de>2012-01-10 21:08:20 +0100
committerdtk <dtk@gmx.de>2012-01-10 22:04:13 +0100
commita8ff1cea00bf3a03e8204f3a049ccc54ee9c0248 (patch)
tree84eeae09f1cf097b537a6fa09cfd3bfa0e9a33f6 /alot/defaults
parenta6a11892666b368e16e10b1159f882c80c91776a (diff)
Add default highlight theming for `content` component
This commit adds default theming options for the `isunread` and `isunread+flagged` targets. Cf issue #25.
Diffstat (limited to 'alot/defaults')
-rw-r--r--alot/defaults/alot.rc6
1 files changed, 5 insertions, 1 deletions
diff --git a/alot/defaults/alot.rc b/alot/defaults/alot.rc
index 28ca3d4d..61fd14e0 100644
--- a/alot/defaults/alot.rc
+++ b/alot/defaults/alot.rc
@@ -49,7 +49,7 @@ thread_highlight_rules = { "tag:unread AND tag:flagged":"isunread+flagged",
# comma separated list of the components of a thread line you want highlighted
# if a query matches.
-# Possible components are [date|mailcount|tags|authors|subject].
+# Possible components are [date|mailcount|tags|authors|subject|content].
thread_highlight_components = subject
####################
@@ -246,8 +246,12 @@ search_thread_authors_isunread+flagged_focus_fg = #8f6,bold
search_thread_bg = default
search_thread_content_bg = default
search_thread_content_fg = #866
+search_thread_content_isunread_fg = #866,bold
+search_thread_content_isunread+flagged_fg = #866,bold
search_thread_content_focus_bg = #68a
search_thread_content_focus_fg = #866
+search_thread_content_isunread_focus_fg = #866,bold
+search_thread_content_isunread+flagged_focus_fg = #866,bold
search_thread_date_bg = default
search_thread_date_fg = g58
search_thread_date_isunread_fg = g58,bold