diff options
| author | Brahmajit Das <listout@listout.xyz> | 2026-03-10 14:01:18 +0000 |
|---|---|---|
| committer | Brahmajit Das <listout@listout.xyz> | 2026-03-10 14:01:23 +0000 |
| commit | d1ecb00ec2aa049d3fe24252ec52bb99d746b806 (patch) | |
| tree | 6a326c3b6bf7f259dca704c76ea0519fcb1a01aa | |
| parent | 7106ee515f8e9e9335f3d98299de906a5cebafb9 (diff) | |
| download | dots-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/color | 6 |
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 |
