themes: prefer symbolic icons when available.

This is a first step to make our 2 symbolic themes into one and properly
"announce" them as symbolic through icon naming (which will allow
recoloring according to style colors).
With this CSS style, GTK+ widgets will search for symbolic icon variants
when using the generic name (with "*-symbolic" suffix).
This commit is contained in:
Jehan 2018-05-28 20:48:55 +02:00
parent cafbec9b83
commit cba95fb8a5
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
/* GIMP theme css file */
* {
-gtk-icon-style: symbolic;
-GimpDockWindow-default-height: 300;
-GimpMenuDock-minimal-width: 200;
-GimpDockWindow-menu-preview-size: button;