A dark theme for the Mailspring email client, inspired by the Predawn theme for Atom/Sublime Text.
- Download the Mailspring email client.
- Download or clone the latest version of the Predawn theme from https://github.com/asparc/predawn.
- Open
Mailspring > Edit > Install Theme...
and select the folder you just downloaded. - Enjoy a polished dark theme that's easy on your eyes!
Emails with white backgrounds are made less bright by the theme, to ease your eyes. If you dislike that option, open the file styles/ui-variables.less
and change the line
@message-filter-undo: hue-rotate(-180deg) invert(85%);
to
@message-filter-undo: hue-rotate(-180deg) invert(100%);
It's quite straightforward to replace the orange accent color by another color of your choosing:
- Replace all occurrences of
@orange
and@orange-prefilter
instyles/ui-variables.less
. - Change the color of all orange icons in
style/images
.
That's it!
- Fine-tune for MacOS (Mac users are welcome to contribute :-))
- Include calendar feature, once it's fully operational.