aboutsummaryrefslogtreecommitdiffstats
path: root/.config/neomutt/nord.mutt
diff options
context:
space:
mode:
Diffstat (limited to '.config/neomutt/nord.mutt')
-rw-r--r--.config/neomutt/nord.mutt42
1 files changed, 42 insertions, 0 deletions
diff --git a/.config/neomutt/nord.mutt b/.config/neomutt/nord.mutt
new file mode 100644
index 0000000..5b8f152
--- /dev/null
+++ b/.config/neomutt/nord.mutt
@@ -0,0 +1,42 @@
+# mutt color scheme
+# https://gitlab.uni-oldenburg.de/fili6799/dotfiles/
+
+color normal default default # default colours
+color index brightblue default ~N # new messages
+color index red default ~F # flagged messages
+color index blue default ~T # tagged messages
+color index cyan default ~D # deleted messages
+color body brightyellow default (https?|ftp)://[\-\.+,/%~_:?&=\#a-zA-Z0-9]+
+color body brightgreen default [\-\.+_a-zA-Z0-9]+@[\-\.a-zA-Z0-9]+
+color attachment magenta default # attachments
+color signature brightwhite default # sigs
+color search brightred black # highlight results
+
+color indicator brightyellow default # currently highlighted message
+color error red default # error messages
+color status white cyan # status line
+color tree brightblack default # thread tree
+color tilde cyan default # blank line padding
+
+color hdrdefault black cyan # default headers
+color header brightwhite cyan "^From:"
+color header brightwhite cyan "^Subject:"
+
+color quoted cyan default # quote colours
+color quoted1 brightcyan default
+color quoted2 blue default
+color quoted3 green default
+color quoted4 yellow default
+color quoted5 red default
+
+color body green default "^gpg: Good signature from"
+color body brightred default "^gpg: Bad signature from"
+color body brightred default "^gpg: BAD signature from"
+color body brightred default "^gpg: Note: This key has expired!"
+color body brightyellow default "^gpg: WARNING: This key is not certified with a trusted signature!"
+color body brightyellow default "^gpg: There is no indication that the signature belongs to the owner."
+color body brightyellow default "^gpg: can't handle these multiple signatures"
+color body brightyellow default "^gpg: signature verification suppressed"
+color body brightyellow default "^gpg: invalid node with packet of type"
+
+# vim: syntax=neomuttrc