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.
17 lines
227 B
CSS
17 lines
227 B
CSS
/* Dark variant for the Compact theme for GIMP 3.0 */
|
|
|
|
@import url("../Default/gimp-dark.css");
|
|
|
|
* {
|
|
-GimpToolPalette-tool-icon-size: small-toolbar;
|
|
}
|
|
|
|
toolpalette button {
|
|
padding: 0px;
|
|
}
|
|
|
|
button, tab {
|
|
padding: 0px;
|
|
}
|
|
|