dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 6208fbb20e527ddd890d6121032191d5e68fefe5
parent b6773fdea7ecef9eeda047f87fc06dc2134f3451
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Mon, 11 Mar 2019 09:42:53 +0100

Use more default colors

Diffstat:
Mlinks/.mutt/colors | 18+++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/links/.mutt/colors b/links/.mutt/colors @@ -17,12 +17,12 @@ color markers color250 color237 color tilde blue default color search white red color tree color7 default -color bold color0 default +color bold default default -color hdrdefault color7 default -color header color0 default '^From:' -color header red default '^Subject:' -color header color0 default '^(To|CC):.*anders.*' +color hdrdefault default default +color header blue default '^From:' +color header yellow default '^Subject:' +#color header default default '^(To|CC):.*anders.*' # Colours for items in the index color index cyan default ~N @@ -40,15 +40,15 @@ mono index bold ~D # Highlights inside the body of a message. # URLs -color body brightgreen default "(http|https|ftp|news|telnet|finger)://[^ \">\t\r\n]*" -color body brightgreen default "mailto:[-a-z_0-9.]+@[-a-z_0-9.]+" -color body brightgreen default "news:[^ \">\t\r\n]*" +color body green default "(http|https|ftp|news|telnet|finger)://[^ \">\t\r\n]*" +color body green default "mailto:[-a-z_0-9.]+@[-a-z_0-9.]+" +color body green default "news:[^ \">\t\r\n]*" mono body bold "(http|https|ftp|news|telnet|finger)://[^ \">\t\r\n]*" mono body bold "mailto:[-a-z_0-9.]+@[-a-z_0-9.]+" mono body bold "news:[^ \">\t\r\n]*" # email addresses -color body brightcyan default "[-a-z_0-9.%$]+@[-a-z_0-9.]+\\.[-a-z][-a-z]+" +color body cyan default "[-a-z_0-9.%$]+@[-a-z_0-9.]+\\.[-a-z][-a-z]+" mono body bold "[-a-z_0-9.%$]+@[-a-z_0-9.]+\\.[-a-z][-a-z]+" # Various smilies and the like