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 1be23451c221acaa1cc095c2a1b30afb7fbca43e
parent f32f39c2c080aebe0b3467e50ba50835f03de07c
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Tue, 26 Nov 2019 09:15:00 +0100

Don't use colors for mutt

Diffstat:
M.config/mutt/colors | 78++++++++++++------------------------------------------------------------------
1 file changed, 12 insertions(+), 66 deletions(-)

diff --git a/.config/mutt/colors b/.config/mutt/colors @@ -1,66 +1,12 @@ -# Default colour definitions -color normal default default -color quoted yellow default -color quoted1 green default -color quoted2 white default -color quoted3 yellow default -color quoted4 green default -color quoted5 default default - -color indicator default color7 -color message yellow default -color status default default -color error default default -color attachment magenta default -color signature red default -color markers color250 color237 -color tilde blue default -color search white red -color tree color7 default -color bold default default - -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 -#color index blue default "~t anders\.damsgaard@geo\.au\.dk" -color index blue default "~N (~t anders\.damsgaard@geo\.au\.dk )" -color index blue default "~N (~f .*au\.dk | ~h \"^In-[Rr]eply-[Tt]o: .*au\.dk\")" -color index green default "~N (~f .*stanford\.edu | ~h \"^In-[Rr]eply-[Tt]o: .*stanford\.edu\")" -color index red default ~F -color index brightred default "~F (~f .*stanford\.edu | ~h \"^In-[Rr]eply-[Tt]o: .*stanford\.edu\")" -color index brightblue default "~F (~f .*au\.dk | ~h \"^In-[Rr]eply-[Tt]o: .*au\.dk\")" -color index green default ~T -color index brightwhite default ~D -mono index bold ~N -mono index bold ~F -mono index bold ~T -mono index bold ~D - -# Highlights inside the body of a message. - -# URLs -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 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 -color body yellow default "(^|[[:space:]])\\*[^[:space:]]+\\*([[:space:]]|$)" # *Bold* text. -color body yellow default "(^|[[:space:]])_[^[:space:]]+_([[:space:]]|$)" # _Underlined_ text. -color body yellow default "(^|[[:space:]])/[^[:space:]]+/([[:space:]]|$)" # /Italic/ text. - -# Colour definitions when on a mono screen -mono bold bold -mono underline underline -mono indicator reverse -mono header bold "^(From|Subject|X-Junked-Because|X-Virus-hagbard):" +color normal default default +color indicator default color7 +color status default default + +color index bold default default ~N +color index bold default default ~F +color index bold default default ~T +color index bold default default ~D +mono index bold ~N +mono index bold ~F +mono index bold ~T +mono index bold ~D