commit 6eaf0a8b5211d8c83ed42e393a03560cb7e8bb6b Author: Marco Thomas Date: Sun Apr 4 12:33:50 2021 +0200 Initial commit diff --git a/README.md b/README.md new file mode 100644 index 0000000..4f5a6cb --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# mutt-nord + +This is an official port created by me based on the colors from the [Nord](https://nordtheme.com) theme. + +### Screenshot + +![screenshot](screenshot.png) + +### Improvents + +If you have ideas for improvements, please open a PR! diff --git a/nord.theme b/nord.theme new file mode 100644 index 0000000..8d4d40d --- /dev/null +++ b/nord.theme @@ -0,0 +1,27 @@ +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 brightred default ~D # deleted messages +color body brightgreen default (https?|ftp)://[\-\.+,/%~_:?&=\#a-zA-Z0-9]+ # links +color body brightgreen default [\-\.+_a-zA-Z0-9]+@[\-\.a-zA-Z0-9]+ # email-addresses +color attachment magenta default # attachments +color signature brightwhite default # sigs +color search brightred black # highlight results + +color indicator black cyan # currently highlighted message +color error red default # error messages +color status white brightblack # status line +color tree white default # thread tree arrows +color tilde cyan default # blank line padding + +color hdrdefault brightblue default # default headers +color header cyan default "^From:" +color header cyan default "^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 diff --git a/screenshot.png b/screenshot.png new file mode 100644 index 0000000..9b387fc Binary files /dev/null and b/screenshot.png differ