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

Reply via email to