Comment 5 for bug 830738

Revision history for this message
Matthew McGowan (mmcg069) wrote :

Hi mpt,

in the globalpane-themeability branch i have changed things such that the 'sublte-label' color can be controlled by setting the value of the following lines in the softwarecenter/data/ui/gtk3/css/softwarecenter.css file:

#subtle-label {
    -GtkWidget-link-color: shade (@super-light-aubergine, 0.4);
    -GtkWidget-visited-link-color: shade (@super-light-aubergine, 0.5);
    color: shade (@super-light-aubergine, 0.6);
}

This should affect any label with .set_name("subtle-label") in the python code, and in the case of this bug it _should_ cover all applicable labels....

Play around with the css colors and push a branch with the changes or alternatively let me know your fav colors and i can make the changes on your behalf.

Cheers
Matt