summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrahmajit Das <listout@listout.xyz>2026-03-10 14:01:18 +0000
committerBrahmajit Das <listout@listout.xyz>2026-03-10 14:01:23 +0000
commitd1ecb00ec2aa049d3fe24252ec52bb99d746b806 (patch)
tree6a326c3b6bf7f259dca704c76ea0519fcb1a01aa
parent7106ee515f8e9e9335f3d98299de906a5cebafb9 (diff)
downloaddots-d1ecb00ec2aa049d3fe24252ec52bb99d746b806.tar.gz
neomutt: color: add color for patch, pull, ... etc types email
Signed-off-by: Brahmajit Das <listout@listout.xyz>
-rw-r--r--.config/neomutt/color6
1 files changed, 6 insertions, 0 deletions
diff --git a/.config/neomutt/color b/.config/neomutt/color
index 78b961b..5abffc7 100644
--- a/.config/neomutt/color
+++ b/.config/neomutt/color
@@ -111,4 +111,10 @@ color body bold color39 color233 "((@(([0-9a-z-]+\\.)*[0-9a-z
#color body magenta default "(ftp|https?|gopher|news|telnet|finger)://[^ \"\t\r\n]+"
#color body magenta default "[-a-z_0-9.]+@[-a-z_0-9.]+"
+color index brightgreen default "\\[PATCH.*\\]"
+color index brightyellow default "\\[RFC"
+color index brightcyan default "\\[RESEND"
+color index brightmagenta default "\\[PULL"
+color index brightmagenta default "\\[GIT\ PULL"
+
# vi: ft=muttrc ts=4 sw=4 sts=4 et