mirror of https://github.com/GNOME/gimp.git
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:
parent
cafbec9b83
commit
cba95fb8a5
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue