summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2022-04-09 07:10:14 -0400
committerLuke Smith <luke@lukesmith.xyz>2022-04-09 07:10:14 -0400
commite9f58514536a042df853df9b5359dfd0ecf02aa0 (patch)
tree277e1cc60e0ca8ca0f4afd42fd37e685e5c64028
parente0f34910f34c2464d2fd57125d2a0542b4b75e63 (diff)
for color update
-rw-r--r--share/mutt-wizard.muttrc6
1 files changed, 3 insertions, 3 deletions
diff --git a/share/mutt-wizard.muttrc b/share/mutt-wizard.muttrc
index f99d74d..3cefeeb 100644
--- a/share/mutt-wizard.muttrc
+++ b/share/mutt-wizard.muttrc
@@ -161,10 +161,10 @@ color underline black default
color normal default default
# Regex highlighting:
-color header blue default ".*"
-color header brightmagenta default "^(From)"
-color header brightcyan default "^(Subject)"
+color header brightmagenta default "^From"
+color header brightcyan default "^Subject"
color header brightwhite default "^(CC|BCC)"
+color header blue default ".*"
color body brightred default "[\-\.+_a-zA-Z0-9]+@[\-\.a-zA-Z0-9]+" # Email addresses
color body brightblue default "(https?|ftp)://[\-\.,/%~_:?&=\#a-zA-Z0-9]+" # URL
color body green default "\`[^\`]*\`" # Green text between ` and `