<div class="markdown">
<p dir="auto">Thanks.</p>

<p dir="auto">Benny Kjær Nielsen wrote (at 23:48 on 27 Apr 2016):</p>

<blockquote>
<p dir="auto">On 27 Apr 2016, at 17:09, John Cooper wrote:</p>

<blockquote>
<p dir="auto">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?</p>
</blockquote>

<p dir="auto">Well, not in general, but for the message view you can create this file:</p>

<pre><code>~/Library/Application Support/MailMate/Resources/MmMessagesWebView/html_stylesheet.css
</code></pre>

<p dir="auto">Here's an example overriding the background color of all elements:</p>

<pre><code class="css">* {
    background-color: lightgray !important;
}
</code></pre>

<p dir="auto">-- <br>
Benny</p>

<hr>

<p dir="auto">mailmate mailing list<br>
<a href="mailto:mailmate@lists.freron.com">mailmate@lists.freron.com</a><br>
<a href="https://lists.freron.com/listinfo/mailmate">https://lists.freron.com/listinfo/mailmate</a></p>
</blockquote>

</div>