Something which is regularly asked is to use smaller icons. We used to have a "Small" theme in 2.8, which got away in 2.10 with icon sizing (cf issue #6121). This is a revival of such a theme (except I call it "Compact" because it feels more appropriate than "Small"). The theme is basically the same as "Default" (through an include), just tweaking some size related CSS rules.
16 lines
222 B
CSS
16 lines
222 B
CSS
/* Light variant for the Compact theme for GIMP 3.0 */
|
|
|
|
@import url("../Default/gimp.css");
|
|
|
|
* {
|
|
-GimpToolPalette-tool-icon-size: small-toolbar;
|
|
}
|
|
|
|
toolpalette button {
|
|
padding: 0px;
|
|
}
|
|
|
|
button, tab {
|
|
padding: 0px;
|
|
}
|