Re: [MlMt] Background color of MailMate windows

2016-04-28 Thread John Cooper

Thanks.

Benny Kjær Nielsen wrote (at 23:48 on 27 Apr 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
___
mailmate mailing list
mailmate@lists.freron.com
https://lists.freron.com/listinfo/mailmate
___
mailmate mailing list
mailmate@lists.freron.com
https://lists.freron.com/listinfo/mailmate


Re: [MlMt] Background color of MailMate windows

2016-04-28 Thread Benny Kjær Nielsen

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


Re: [MlMt] Background color of MailMate windows

2016-04-27 Thread John Cooper

Andrew De Ponte wrote (at 9:35 on 27 Apr 2016):


Have you looked at https://justgetflux.com it has a darkroom mode.


Yes, I often use Flux at night. But for ordinary working, reasonable 
color fidelity is very important to me.  I only want to customize 
MailMate to tone down the bright white background.

___
mailmate mailing list
mailmate@lists.freron.com
https://lists.freron.com/listinfo/mailmate


[MlMt] Background color of MailMate windows

2016-04-27 Thread John Cooper
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?

___
mailmate mailing list
mailmate@lists.freron.com
https://lists.freron.com/listinfo/mailmate