diff options
Diffstat (limited to '.config/neomutt/colors')
-rw-r--r-- | .config/neomutt/colors | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/neomutt/colors b/.config/neomutt/colors index 3a83cb0..a9a63c9 100644 --- a/.config/neomutt/colors +++ b/.config/neomutt/colors @@ -16,7 +16,8 @@ color index_subject brightblue default ~N color hdrdefault brightmagenta default color header brightblue default ^Subject: -color body blue default [\-\.+_a-zA-Z0-9]+@[\-\.+_a-zA-Z0-9]+ color body magenta default (https?|ftp)://[\-\.,/%~_:?&=\#a-zA-Z0-9]+ +color body blue default [\-\.+_a-zA-Z0-9]+@[\-\.+_a-zA-Z0-9]+ +color body magenta default (https?|ftp)://[\-\.,/%~_:?&=\#a-zA-Z0-9]+ color body brightdefault default (^|[[:space:]])\\*[^[:space:]]+\\*([[:space:]]|$) color body brightdefault default (^|[[:space:]])_[^[:space:]]+_([[:space:]]|$) color body brightdefault default (^|[[:space:]])/[^[:space:]]+/([[:space:]]|$) |