aboutsummaryrefslogtreecommitdiffstats
path: root/.config/mutt/color.rc
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2022-05-01 11:21:44 +0200
committerDavid Runge <dave@sleepmap.de>2022-05-01 16:18:04 +0200
commita514a615c56d94211efe62ea1f3ce31f10d65629 (patch)
tree7a76e2b8b52c9cdfc24948c45c5981cf69921734 /.config/mutt/color.rc
parent707b4455c7002d84cb0b16e33d67320f03a47145 (diff)
downloaddotfiles-a514a615c56d94211efe62ea1f3ce31f10d65629.tar.gz
dotfiles-a514a615c56d94211efe62ea1f3ce31f10d65629.tar.bz2
dotfiles-a514a615c56d94211efe62ea1f3ce31f10d65629.tar.xz
dotfiles-a514a615c56d94211efe62ea1f3ce31f10d65629.zip
mutt: Use XDG compliant config location
.config/mutt/*: Use XDG_CONFIG_DIR compliant config location
Diffstat (limited to '.config/mutt/color.rc')
-rw-r--r--.config/mutt/color.rc84
1 files changed, 84 insertions, 0 deletions
diff --git a/.config/mutt/color.rc b/.config/mutt/color.rc
new file mode 100644
index 0000000..b413dca
--- /dev/null
+++ b/.config/mutt/color.rc
@@ -0,0 +1,84 @@
+# Colors for items in the index
+color index brightcyan default ~N
+color index brightred default ~O
+color index brightyellow default ~F
+color index black green ~T
+color index brightred default ~D
+mono index bold ~N
+mono index bold ~F
+mono index bold ~T
+mono index bold ~D
+
+# Highlights inside the body of a message.
+
+# URLs
+color body brightgreen default "(http|ftp|news|telnet|finger)://[^ \"\t\r\n]*"
+color body brightgreen default "mailto:[-a-z_0-9.]+@[-a-z_0-9.]+"
+mono body bold "(http|ftp|news|telnet|finger)://[^ \"\t\r\n]*"
+mono body bold "mailto:[-a-z_0-9.]+@[-a-z_0-9.]+"
+
+# Email addresses.
+color body brightgreen default "[-a-z_0-9.%$]+@[-a-z_0-9.]+\\.[-a-z][-a-z]+"
+
+# Header
+color header green default "^from:"
+color header green default "^to:"
+color header green default "^cc:"
+color header green default "^date:"
+color header yellow default "^newsgroups:"
+color header yellow default "^reply-to:"
+color header brightcyan default "^subject:"
+color header red default "^x-spam-rule:"
+color header green default "^x-mailer:"
+color header yellow default "^message-id:"
+color header yellow default "^Organization:"
+color header yellow default "^Organisation:"
+color header yellow default "^User-Agent:"
+color header yellow default "^message-id: .*pine"
+color header yellow default "^X-Fnord:"
+color header yellow default "^X-WebTV-Stationery:"
+
+color header red default "^x-spam-rule:"
+color header green default "^x-mailer:"
+color header yellow default "^message-id:"
+color header yellow default "^Organization:"
+color header yellow default "^Organisation:"
+color header yellow default "^User-Agent:"
+color header yellow default "^message-id: .*pine"
+color header yellow default "^X-Fnord:"
+color header yellow default "^X-WebTV-Stationery:"
+color header yellow default "^X-Message-Flag:"
+color header yellow default "^X-Spam-Status:"
+color header yellow default "^X-SpamProbe:"
+color header red default "^X-SpamProbe: SPAM"
+
+# Coloring quoted text - coloring the first 7 levels:
+color quoted cyan default
+color quoted1 yellow default
+color quoted2 red default
+color quoted3 green default
+color quoted4 cyan default
+color quoted5 yellow default
+color quoted6 red default
+color quoted7 green default
+
+# Default color definitions
+#color hdrdefault white green
+color signature brightmagenta default
+color indicator black cyan
+color attachment black green
+color error red default
+color message white default
+color search brightwhite magenta
+color status brightyellow blue
+color tree brightblue default
+color normal white default
+color tilde green default
+color bold brightyellow default
+color underline magenta default
+color markers brightcyan default
+
+# Color definitions when on a mono screen
+mono bold bold
+mono underline underline
+mono indicator reverse