Open antaranyan opened 4 years ago
Hi @mushegha :wave:, thanks for your contribution :+1:
I've added it to the backlog and @-mention you as soon as I start working on it so you can track the progress or contribute ideas for this port project.
Please note that it may take some time for this port project to be implemented. There is a massive amount of other issues & PRs over many other port projects with requests and proposals waiting in the queue as well as 40+ port project requests in the backlog. I'm currently very busy working and focusing on the data transition of all port projects to the new and shiny website and documentations to finally have a „single source of truth“ for Nord and all related data, reduce the maintenance overhead and increase the overall project quality. :octocat:
Please also take into account that I work as a software developer in the "real world" and I hope you understand that the time to work on my projects may vary depending on my free time. :pray:
Feel free to work on a port on your own and maybe submit it into a public repository so other users can use it in the meantime. This could also help to bootstrap the official port later on by using it as fundamental code base :smile:
While looking for an existing theme I just came across this theme by @polvanrijn that is interesting and could provide a basis: https://gitlab.uni-oldenburg.de/fili6799/dotfiles/-/blob/2c78cceae1f2a6cc86d9f23452903f4d133beeab/mutt/colors/okubax.mutt
For the record I've also seen https://www.reddit.com/r/nordtheme/comments/fdc0ts/in_progress_nord_mutt/ but no source (yet):
The dracula theme could also provide some inspiration, the theme file is quite clear/concise: https://github.com/dracula/mutt/blob/master/dracula.muttrc
Really cool project! I just installed your themes ☺️
This looks great 💙 Definitely a good base for an official port.
The official Solarize dark might be a good place to start.
I'll just leave this here: https://github.com/marcothms/mutt-nord
The official Solarize dark might be a good place to start.
Seems unreachable now.
Seems that following https://github.com/neomutt/neomutt/issues/3431 it got moved to https://github.com/neomutt/neomutt/tree/main/data/colorschemes
This is the one that I use:
# mutt color scheme
# https://web.archive.org/web/20190712111427/https://jonasjacek.github.io/colors/
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
# The older the email, the darker it appears.
color index color250 default "~d >7d" # older than 7 days
color index color245 default "~d >20d" # older than 20 days
color index color240 default "~d >30d" # older than 30 days
color index color238 default "~d >90d" # older than 90 days
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 black 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"
Description
Add color support for the mutt and neomutt command line email clients.
Those provide similar color configuration settings, described here for neomutt
References