summaryrefslogtreecommitdiff
path: root/.mutt/colors.muttrc
diff options
context:
space:
mode:
Diffstat (limited to '.mutt/colors.muttrc')
-rw-r--r--.mutt/colors.muttrc25
1 files changed, 19 insertions, 6 deletions
diff --git a/.mutt/colors.muttrc b/.mutt/colors.muttrc
index a9af895..c7e5679 100644
--- a/.mutt/colors.muttrc
+++ b/.mutt/colors.muttrc
@@ -55,7 +55,7 @@ color index brightwhite default "~v~(~N)"
#color index color64 color235 "~N~v~(~F~N)" # collapsed thread with unread parent & flagged
#color index color64 color235 "~N~v~(~F)" # collapsed thread with unread parent, no unread inside, but some flagged
#color index color37 color235 "~v~(~p)" # collapsed thread with unread parent, no unread inside, some to me directly
-#color index color136 red "~v~(~D)" # thread with deleted (doesn't differentiate between all or partial)
+color index brightblack red "~v~(~D)" # thread with deleted (doesn't differentiate between all or partial)
##color index color136 default "~(~N)" # messages in threads with some unread
##color index color64 default "~S" # superseded messages
##color index red default "~T" # tagged messages
@@ -80,8 +80,21 @@ color quoted default default
## PGP
-color body brightblack default " +aka:.*"
-color body brightgreen default "^Good signature .*"
-color body brightwhite red "^\\*BAD\\* signature from.*"
-mono body bold "^Good signature"
-mono body bold "^\\*BAD\\* signature from.*"
+color body brightblack default "^gpg: "
+color body brightgreen default "^gpg: Good signature .*"
+color body brightwhite red "^gpg: BAD signature from.*"
+mono body bold "^gpg: Good signature"
+mono body bold "^gpg: BAD signature from.*"
+
+## Patches
+#color body green default "^\+.*"
+#color body red default "^-.*"
+#color body yellow default "^@@@.*"
+color body brightwhite default "^>?diff \-.*"
+color body brightwhite default "^>?index [a-f0-9].*"
+color body brightwhite default "^>?\-\-\- .*"
+color body brightwhite default "^>?[\+]{3} .*"
+color body green default "^>?[\+][^\+]+.*"
+color body green default "^>?[\+]$"
+color body red default "^>?\-[^\-]+.*"
+color body cyan default "^>?@@ .*"