[MlMt] Background color of MailMate windows

Benny Kjær Nielsen mailinglist at freron.com
Thu Apr 28 02:48:27 EDT 2016


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freron.com/pipermail/mailmate/attachments/20160428/d2baa090/attachment-0001.html>


More information about the mailmate mailing list