docs: Expand icon-palette example

Add a warning color, and show that hex colors work here.
This commit is contained in:
Matthias Clasen 2016-10-21 11:08:07 -04:00
parent 9a684accfe
commit c501867192

View File

@ -824,7 +824,7 @@ label {
<programlisting><![CDATA[
spinner {
-gtk-icon-source: -gtk-icontheme('process-working-symbolic');
-gtk-icon-palette: success blue, error magenta;
-gtk-icon-palette: success blue, warning #fc3, error magenta;
}
arrow.fancy {
-gtk-icon-source: -gtk-icontheme('pan-down');