Search code examples
cssgtk3

GTK 3.0 Evolution css theme gtk.css


I have looked all over the place and can't seem to find the CSS ID's for Evolution..

I want to be able to customize the colors in Evolution. I have found some CSS tags that were changing sizes but nothing to do with unread email.

My primary goal is to have unread email have a different font color... Any help is greatly appreciated!!


Solution

  • create file called gtk.css in directory ~/.config/gtk-3.0

    Edit gtk.css with the following:

    MessageList,* {
            -MessageList-new-mail-bg-color: SteelBlue;
    }
    

    save changes made to gtk.css file and restart evolution mail client