On 27 Apr 2016, at 17:09, John Cooper wrote:

I work in a dark room and would like to change the background color of MailMate's windows (viewer and message) from white to gray. Possible?

Well, not in general, but for the message view you can create this file:

~/Library/Application Support/MailMate/Resources/MmMessagesWebView/html_stylesheet.css

Here's an example overriding the background color of all elements:

~~~css
* {
        background-color: lightgray !important;
}
~~~

--
Benny
_______________________________________________
mailmate mailing list
mailmate@lists.freron.com
https://lists.freron.com/listinfo/mailmate

Reply via email to