]> git.rmz.io Git - dotfiles.git/commitdiff
mutt: initial nord color theme
authorSamir Benmendil <me@rmz.io>
Mon, 1 Feb 2021 09:58:41 +0000 (09:58 +0000)
committerSamir Benmendil <me@rmz.io>
Mon, 1 Feb 2021 11:09:15 +0000 (11:09 +0000)
mutt/colors/nord [new file with mode: 0644]
mutt/muttrc

diff --git a/mutt/colors/nord b/mutt/colors/nord
new file mode 100644 (file)
index 0000000..ece1443
--- /dev/null
@@ -0,0 +1,61 @@
+# vim: ft=muttrc
+
+# Default color definitions
+color   normal     color15        default
+
+color   status     brightblue  default
+color   indicator  color15        color235
+color   tree       color8         default
+color   error      brightcolor15  color196
+color   markers    color142       default
+
+uncolor index *
+# messages from me
+color   index      color8       default ~P
+# threads containing new messages
+color   index      color4      default "~(~N)"
+# new messages + sidebar
+color   index      brightcolor3   default ~N
+# tagged
+color   index      brightcolor12  default ~T
+# deleted
+color   index      brightcolor1       default ~D
+
+uncolor header *
+# set up the headers
+color   hdrdefault color8       default
+color   header     brightyellow   default "^from:"
+color   header     yellow         default "^to:"
+color   header     yellow         default "^cc:"
+color   header     blue           default "^date:"
+color   header     brightyellow   default "^subject: "
+
+# message bodies
+color   attachment brightcolor211 default
+color   search     brightcolor16  color221
+color   signature  color243       default
+color   tilde      color240       default
+
+uncolor body *
+color   body       color137       default "[\-\.+_a-zA-Z0-9]+@[\-\.a-zA-Z0-9]+"
+color   bold       brightcolor15  default
+# gpg
+color   body       brightgreen    default "^gpg: Good signature.*"
+color   body       brightred      default "^gpg: BAD signature.*"
+color   body       yellow         default "^gpg: Can't check signature.*"
+# urls
+color   body       brightblue     default "(^|<| )mailto:[^ ]+@[^ ]( |>|$)"
+color   body       color137       default "(^|<| )((https?|ftp|file|telnet|news|finger)://|www)[\-\.\;@,/%~_:?&=\#a-zA-Z0-9+]+( |>|$)"
+# smileys, the right way and the backward-ass euro way
+color   body       brightmagenta  default "(^| )+(|[<>|])[8;:](|[^ ])[)(/|DOPS]( |$)+"
+color   body       brightmagenta  default "(^| )+[)(/|DOPS](|[^ ])[8;:](|[<>|])( |$)+"
+# *bold*, _underline_, and /italic/
+color   body       brightcyan     default "(^| )\\*[^*]+\\*( |$)"
+color   body       brightcyan     default "(^| )_[^_]+_( |$)"
+color   body       brightcyan     default "(^| )/[^/]+/( |$)"
+
+color   quoted     color243       default
+color   quoted1    color211       default
+color   quoted2    color222       default
+color   quoted3    color214       default
+color   quoted4    color154       default
index c3a76e137ad4c3267d0d683f81ce159db01b1363..a54242665821ca5ba6d266000d4b0de075adc604 100644 (file)
@@ -105,6 +105,6 @@ send-hook "%t nosign"  "set crypt_autosign = no"
 
 source hooks
 source bindings
-source colors/badfox         # color theme
+source colors/nord         # color theme
 
 source accounts/mailfence  # source default account