GNOME Bugzilla – Bug 616924
Add more symbolic colours
Last modified: 2011-09-18 11:27:27 UTC
For the purpose of the symbolic icons support, GTK+ themes should add some values for error_color, warning_color and success_color. For comparison, the defaults are: - error, #cc0000 - warning, #f5793e - success, #4e9a06
I've added this to the GNOME3 theme. Should all of the themes support this? When you say defaults, does that mean gtk will generate the CSS with the values above if a gtk theme doesn't have the above three named colors?
Yes, it will check for each of the colours, and fallback for each of one them if a colour isn't available.
I don't think that there is much of a point in backporting this to GTK+ 2.x themes. If you disagree, feel free to reopen.