From 112b90c43391644f24559f5aa58752214de0e8a5 Mon Sep 17 00:00:00 2001 From: David Levine Date: Wed, 7 Nov 2012 16:48:05 -0600 Subject: [PATCH] In scan.highlighted, set black background on the colorized lines to enhance visibility if the user has a light background. --- etc/scan.highlighted | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/etc/scan.highlighted b/etc/scan.highlighted index 134317b..d6a140e 100644 --- a/etc/scan.highlighted +++ b/etc/scan.highlighted @@ -1,9 +1,10 @@ %; scan.highlighted %; %; This file shows how to use ANSI escape sequences to highlight a -%; current message in yellow and any unseen messages in cyan. It -%; differs from the default scan format in the two additional lines at -%; the beginning and the literal sequence at the end. +%; current message in yellow and any unseen messages in cyan (both on +%; black background). It differs from the default scan format in the +%; two additional lines at the beginning and the literal sequence at +%; the end. %; %; To enable use of this format, add "-form scan.highlighted" to your %; scan invocation or to your profile (~/.mh_profile), e.g.: @@ -31,8 +32,8 @@ %; and at the end: %; %(void(profile normal))%(zputlit) %; -%<(cur)%(void(lit ))%(zputlit)%>\ -%<(unseen)%(void(lit ))%(zputlit)%>\ +%<(cur)%(void(lit ))%(zputlit)%>\ +%<(unseen)%(void(lit ))%(zputlit)%>\ %4(msg)%<(cur)+%| %>%<{replied}-%?{encrypted}E%| %>\ %02(mon{date})/%02(mday{date})%<{date} %|*%>\ %<(mymbox{from})%<{to}To:%14(decode(friendly{to}))%>%>\ -- 1.7.10.4