So I’m getting closer. :)
I’ve copied and modified display.plist from
/Applications/MailMate.app/…/MmMessageTextView (copying under
“Application Support/Resources/…” as such:
{
foregroundColors = ( '#dcdcdc', '#b9d8ec', '#25e380', '#f8fba3',
'#f0b4bf' );
backgroundColors = ( '#282828', '#282828', '#282828', '#282828',
'#282828' );
}
And all the quoted text is properly displayed (using color items 1
through N); however, the initial element 0 isn’t honored and the
actual text I’m adding is black on white. Is there a different
property I could modify to change this, or could MailMate be made to
honor colors at index 0?
Thanks,
Chris.
On 25 Mar 2015, at 7:38, Christian Hopps wrote:
Hi,
So I have modified my message viewer to use a dark theme, primarily
using the below changes in the stylesheet.css. I asked in the ticket
system regarding the message list and folder list and the answer was
there was that I couldn’t modify those the same way. I’m wondering
though if I can at least modify the composition windows for replies
and new message perhaps. Is there another stylesheet (or style types)
to do that?
Thanks,
Chris.
Current relevant css:
@media screen {
body {
color: #eee8d5;
background-color: #002b36;
}
}
blockquote {
border-left: 2px solid #cb4b16;
color: #cb4b16;
}
blockquote blockquote {
border-left: 2px solid #859900;
color: #859900;
}
_______________________________________________
mailmate mailing list
[email protected]
http://lists.freron.com/listinfo/mailmate