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

** Branch linked: lp:~mmcg069/software-center/globalpane-themeability

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to software-center in Ubuntu.
https://bugs.launchpad.net/bugs/830738

Title:
  [GTK3] Almost all text in the software item screen is the wrong color

Status in “software-center” package in Ubuntu:
  In Progress

Bug description:
  software-center-gtk3 trunk r2155, Ubuntu Ocelot

  In the software item screen, all text that should be black is grey,
  and almost all text that should be grey is either black or red.

  In particular:
  * The title, description, add-on names, review titles, and review text are 
grey when they should be black.
  * The add-on package names, metadata labels, reviewer names, and "This review 
was written for a different version" are black when they should be grey.
  * The "Yes", "No", and "Inappropriate" links are red when they should be grey.
  * The metadata values and "found this review helpful" text are the right 
color.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/830738/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to     : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to