<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8">
</head>
<body>
<div style="font-family:sans-serif"><div style="white-space:normal">
<p dir="auto">On 15 Sep 2016, at 19:03, Eric A. Meyer wrote:</p>

<p dir="auto"></p></div>
<div style="white-space:pre-wrap"><blockquote style="border-left:2px solid #777; color:#777; margin:0 0 5px; padding-left:5px"><div dir="auto">I just got the 1.9.5 update, and the change list is impressive!  One thing that snagged me, though: some of the new default counter colors make it really hard to read the numbers within-- specifically, the mustard yellow and light-ish green counters, which I'm using because I prefer my most-commonly-seen counters at the bottom of the dock icon instead of the top.
</div><div dir="auto">
</div><div dir="auto">Is there a hidden preference or something that would let me define my own colors, or rotate these new colors, or go back to the old colors?
</div></blockquote></div>
<div style="white-space:normal">

<p dir="auto">The Counters preferences pane lacks a way to change the color, but it <em>is</em> possible. MailMate saves the settings here:</p>

<pre style="background-color:#F7F7F7; border-radius:5px 5px 5px 5px; margin-left:15px; margin-right:15px; max-width:90vw; overflow-x:auto; padding:5px" bgcolor="#F7F7F7"><code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0" bgcolor="#F7F7F7">defaults read com.freron.MailMate MmCounters
</code></pre>

<p dir="auto">I believe you can edit the output of the above and then replace it using</p>

<pre style="background-color:#F7F7F7; border-radius:5px 5px 5px 5px; margin-left:15px; margin-right:15px; max-width:90vw; overflow-x:auto; padding:5px" bgcolor="#F7F7F7"><code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0" bgcolor="#F7F7F7">defaults write com.freron.MailMate MmCounters '...'
</code></pre>

<p dir="auto">See <code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7">man defaults</code> for more. (I haven't checked to see if this really works.)</p>

<p dir="auto">-- <br>
Benny</p>
</div>
</div>
</body>
</html>