2010-12-29 06:14:18 -08:00
|
|
|
/* GIMP theme css file */
|
|
|
|
|
|
|
|
|
|
* {
|
2018-05-28 11:48:55 -07:00
|
|
|
-gtk-icon-style: symbolic;
|
2011-02-08 05:10:36 -08:00
|
|
|
-GimpDockWindow-default-height: 300;
|
|
|
|
|
-GimpMenuDock-minimal-width: 200;
|
|
|
|
|
-GimpDockWindow-menu-preview-size: button;
|
2018-05-31 06:24:13 -07:00
|
|
|
-GimpToolPalette-tool-icon-size: large-toolbar;
|
2011-02-08 05:10:36 -08:00
|
|
|
-GimpToolPalette-button-relief: none;
|
|
|
|
|
-GimpDockbook-tab-icon-size: button;
|
|
|
|
|
-GimpColorNotebook-tab-icon-size: button;
|
2012-02-01 11:32:22 -08:00
|
|
|
-GimpDeviceEditor-handle-size: 12;
|
2011-02-08 05:10:36 -08:00
|
|
|
-GimpDockable-content-border: 2;
|
|
|
|
|
-GimpEditor-content-spacing: 2;
|
|
|
|
|
-GimpEditor-button-spacing: 2;
|
|
|
|
|
-GimpEditor-button-icon-size: menu;
|
|
|
|
|
-GimpDataEditor-minimal-height: 96;
|
|
|
|
|
-GtkDialog-content-area-border: 0;
|
|
|
|
|
-GtkDialog-button-spacing: 6;
|
|
|
|
|
-GtkDialog-action-area-border: 12;
|
|
|
|
|
-GimpUnitComboBox-appears-as-list: 0;
|
2010-12-29 06:14:18 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
GimpToolDialog {
|
2011-02-08 05:10:36 -08:00
|
|
|
-GtkDialog-action-area-border: 6;
|
2010-12-29 06:14:18 -08:00
|
|
|
}
|
|
|
|
|
|
2012-02-01 11:32:22 -08:00
|
|
|
GimpColorNotebook tab {
|
|
|
|
|
padding: 0 0 0 0;
|
|
|
|
|
}
|
|
|
|
|
|
2020-06-17 00:33:40 -07:00
|
|
|
GimpDock GimpColorNotebook spinbutton,
|
|
|
|
|
GimpDock GimpColorNotebook spinbutton entry,
|
|
|
|
|
GimpDock GimpColorScales spinbutton,
|
|
|
|
|
GimpDock GimpColorScales spinbutton entry {
|
2018-04-30 15:17:27 -07:00
|
|
|
min-height: 0;
|
|
|
|
|
}
|
|
|
|
|
|
2018-06-24 06:36:00 -07:00
|
|
|
GimpColorSelection ColorselCmyk {
|
|
|
|
|
padding: 2px 2px 2px 2px;
|
|
|
|
|
}
|
|
|
|
|
|
2018-06-10 07:42:39 -07:00
|
|
|
GimpColorHistory button {
|
|
|
|
|
padding: 3px 3px 3px 3px;
|
|
|
|
|
}
|
|
|
|
|
|
2018-06-19 14:22:50 -07:00
|
|
|
#gimp-color-tag-box button {
|
|
|
|
|
padding: 4px 6px 4px 6px;
|
|
|
|
|
}
|
|
|
|
|
|
2018-06-24 04:56:08 -07:00
|
|
|
tab GimpFgBgView {
|
|
|
|
|
padding: 6px 6px 6px 6px;
|
|
|
|
|
}
|
|
|
|
|
|
2018-10-25 03:02:41 -07:00
|
|
|
GimpFgBgEditor:active {
|
|
|
|
|
border-width: 2px 2px 2px 2px;
|
|
|
|
|
}
|
|
|
|
|
|
2018-04-30 15:17:27 -07:00
|
|
|
GimpDock {
|
|
|
|
|
font-size: smaller;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
GimpDock notebook tab {
|
|
|
|
|
padding: 0 0 0 0;
|
|
|
|
|
}
|
|
|
|
|
|
2018-06-13 06:38:12 -07:00
|
|
|
GimpDock :not(toolbutton) > button,
|
2018-06-10 14:56:57 -07:00
|
|
|
GimpOverlayDialog button,
|
2018-06-17 16:04:08 -07:00
|
|
|
GimpToolDialog :not(headerbar) button,
|
|
|
|
|
GimpTextStyleEditor button {
|
2018-06-10 07:42:39 -07:00
|
|
|
padding: 0px 2px 0px 2px;
|
|
|
|
|
}
|
|
|
|
|
|
2018-06-11 03:46:24 -07:00
|
|
|
GimpToolDialog headerbar {
|
|
|
|
|
min-height: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
GimpToolDialog headerbar button {
|
|
|
|
|
padding: 2px 2px 2px 2px;
|
|
|
|
|
}
|
|
|
|
|
|
2018-06-10 07:42:39 -07:00
|
|
|
GimpDock frame {
|
2011-02-08 05:10:36 -08:00
|
|
|
-GimpFrame-label-bold: 0;
|
|
|
|
|
-GimpFrame-label-spacing: 2;
|
2010-12-29 06:14:18 -08:00
|
|
|
}
|
|
|
|
|
|
2018-06-13 06:38:12 -07:00
|
|
|
GimpDisplayShell grid > button {
|
2018-05-13 15:19:19 -07:00
|
|
|
min-height: 0;
|
|
|
|
|
min-width: 0;
|
|
|
|
|
padding: 0 0 0 0;
|
|
|
|
|
}
|
|
|
|
|
|
2018-05-12 06:34:41 -07:00
|
|
|
GimpDisplayShell combobox entry {
|
|
|
|
|
font-size: smaller;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
GimpDisplayShell combobox button {
|
|
|
|
|
font-size: smaller;
|
2010-12-29 06:14:18 -08:00
|
|
|
}
|
|
|
|
|
|
2018-05-13 15:19:19 -07:00
|
|
|
GimpDisplayShell progressbar text {
|
|
|
|
|
font-size: larger;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
GimpDisplayShell progressbar trough,
|
|
|
|
|
GimpDisplayShell progressbar progress {
|
|
|
|
|
min-height: 1em;
|
|
|
|
|
}
|
|
|
|
|
|
2018-07-03 10:40:42 -07:00
|
|
|
GimpFileDialog progressbar trough,
|
|
|
|
|
GimpFileDialog progressbar progress {
|
|
|
|
|
min-width: 1px; /* hack */
|
|
|
|
|
min-height: 1em;
|
|
|
|
|
}
|
|
|
|
|
|
2018-05-13 15:19:19 -07:00
|
|
|
GimpRuler {
|
|
|
|
|
font-size: smaller;
|
|
|
|
|
}
|
|
|
|
|
|
2022-08-20 05:04:28 -07:00
|
|
|
spinbutton entry {
|
|
|
|
|
border-radius: 3px;
|
|
|
|
|
}
|
|
|
|
|
|
2022-02-16 10:01:39 -08:00
|
|
|
GimpSpinScale entry {
|
|
|
|
|
/* Important: prevent overhigh spin scale */
|
|
|
|
|
min-height: 16px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
GimpSpinScale entry progress {
|
2020-06-16 09:35:58 -07:00
|
|
|
background-color: @theme_selected_bg_color;
|
|
|
|
|
border-width: 0px;
|
|
|
|
|
border-radius: 3px;
|
|
|
|
|
}
|
|
|
|
|
|
2022-02-16 10:01:39 -08:00
|
|
|
GimpSpinScale button {
|
|
|
|
|
/* Makes the +- buttons a bit more compact. */
|
|
|
|
|
padding: 0 1px 0 1px;
|
|
|
|
|
}
|
|
|
|
|
|
2018-05-21 10:31:15 -07:00
|
|
|
entry.italic {
|
|
|
|
|
font-style: italic;
|
|
|
|
|
}
|
|
|
|
|
|
2018-05-08 14:00:38 -07:00
|
|
|
.grid {
|
|
|
|
|
/* why does this not work */
|
|
|
|
|
color: rgba (1.0, 0.0, 0.0, 1.0);
|
2010-12-29 06:14:18 -08:00
|
|
|
}
|
2022-02-14 04:24:37 -08:00
|
|
|
|
2022-02-14 04:35:51 -08:00
|
|
|
treeview header button {
|
|
|
|
|
padding: 6px;
|
|
|
|
|
}
|
|
|
|
|
|
2022-02-14 04:24:37 -08:00
|
|
|
treeview .toggle-icon:not(.visible):hover {
|
|
|
|
|
border: 1px solid gray;
|
|
|
|
|
border-radius: 3px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
treeview .toggle-icon:not(.visible):selected {
|
|
|
|
|
border-color: lightgray;
|
|
|
|
|
}
|