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;
|
2024-07-27 08:39:05 -07:00
|
|
|
-GimpDock-tool-icon-size: large-toolbar;
|
2011-02-08 05:10:36 -08:00
|
|
|
-GimpDockbook-tab-icon-size: button;
|
|
|
|
|
-GimpColorNotebook-tab-icon-size: button;
|
|
|
|
|
-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;
|
|
|
|
|
}
|
|
|
|
|
|
2024-11-24 02:51:22 -08:00
|
|
|
/* Define colors so the nib handle appears in Gimp Ink Options */
|
|
|
|
|
GimpBlobEditor {
|
|
|
|
|
color: @theme_fg_color;
|
|
|
|
|
background-color: @theme_bg_color;
|
|
|
|
|
border: 0.1em solid @theme_fg_color;
|
|
|
|
|
}
|
|
|
|
|
|
2023-05-24 05:47:42 -07:00
|
|
|
GimpDock entry,
|
2023-05-24 06:17:27 -07:00
|
|
|
GimpDock spinbutton,
|
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;
|
2023-05-24 06:17:27 -07:00
|
|
|
padding-top: 2px;
|
|
|
|
|
padding-bottom: 2px;
|
2018-04-30 15:17:27 -07:00
|
|
|
}
|
|
|
|
|
|
2026-03-17 19:15:46 -07:00
|
|
|
GimpColorSelect button.radio {
|
|
|
|
|
margin-right: 0px;
|
|
|
|
|
}
|
|
|
|
|
|
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 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;
|
|
|
|
|
}
|
|
|
|
|
|
2025-12-04 11:08:09 -08:00
|
|
|
GimpDock :not(toolbutton) > button + button,
|
|
|
|
|
GimpOverlayDialog button + button,
|
|
|
|
|
GimpToolDialog :not(headerbar) button + button,
|
|
|
|
|
GimpTextStyleEditor button + button {
|
|
|
|
|
margin-right: 4px;
|
|
|
|
|
}
|
|
|
|
|
|
2018-06-11 03:46:24 -07:00
|
|
|
GimpToolDialog headerbar {
|
|
|
|
|
min-height: 0;
|
|
|
|
|
}
|
|
|
|
|
|
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;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
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;
|
|
|
|
|
}
|
|
|
|
|
|
2022-08-20 05:04:28 -07:00
|
|
|
spinbutton entry {
|
|
|
|
|
border-radius: 3px;
|
|
|
|
|
}
|
|
|
|
|
|
2026-02-18 09:40:20 -08:00
|
|
|
/* 9 button toggles on some transformation tools */
|
|
|
|
|
GimpPivotSelector .toggle {
|
|
|
|
|
margin-right: 0px;
|
|
|
|
|
}
|
|
|
|
|
|
2022-02-16 10:01:39 -08:00
|
|
|
GimpSpinScale entry {
|
|
|
|
|
/* Important: prevent overhigh spin scale */
|
|
|
|
|
min-height: 16px;
|
2025-04-13 05:57:07 -07:00
|
|
|
padding: 0px;
|
2022-02-16 10:01:39 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
GimpSpinScale entry progress {
|
2020-06-16 09:35:58 -07:00
|
|
|
background-color: @theme_selected_bg_color;
|
|
|
|
|
border-width: 0px;
|
|
|
|
|
border-radius: 3px;
|
2025-04-13 05:57:07 -07:00
|
|
|
margin: 0px;
|
2020-06-16 09:35:58 -07:00
|
|
|
}
|
|
|
|
|
|
2022-02-16 10:01:39 -08:00
|
|
|
GimpSpinScale button {
|
|
|
|
|
/* Makes the +- buttons a bit more compact. */
|
|
|
|
|
padding: 0 1px 0 1px;
|
|
|
|
|
}
|
|
|
|
|
|
2025-11-14 18:50:17 -08:00
|
|
|
|
|
|
|
|
/* Create appearance of toggle group for enum radio buttons */
|
|
|
|
|
buttonbox button.radio
|
|
|
|
|
{
|
|
|
|
|
min-height: 24px;
|
|
|
|
|
min-width: 16px;
|
|
|
|
|
outline-width: 0px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
buttonbox button.radio image
|
|
|
|
|
{
|
|
|
|
|
padding: 4px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
buttonbox.horizontal button.radio
|
|
|
|
|
{
|
|
|
|
|
border-top: 1px solid @borders;
|
|
|
|
|
border-bottom: 1px solid @borders;
|
|
|
|
|
border-left: 1px solid @borders;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
buttonbox.horizontal button.radio:last-child
|
|
|
|
|
{
|
|
|
|
|
border-right: 1px solid @borders;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
buttonbox.vertical button.radio
|
|
|
|
|
{
|
|
|
|
|
border-top: 1px solid @borders;
|
|
|
|
|
border-left: 1px solid @borders;
|
|
|
|
|
border-right: 1px solid @borders;
|
2026-03-15 10:41:06 -07:00
|
|
|
margin-right: 0px;
|
2025-11-14 18:50:17 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
buttonbox.vertical button.radio:last-child
|
|
|
|
|
{
|
|
|
|
|
border-bottom: 1px solid @borders;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
buttonbox.horizontal button.radio:not(:first-child)
|
|
|
|
|
{
|
|
|
|
|
margin-right: -1px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
buttonbox.vertical button.radio:not(:first-child)
|
|
|
|
|
{
|
|
|
|
|
margin-bottom: -1px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
combobox button {
|
|
|
|
|
outline-width: 0px;
|
|
|
|
|
}
|
|
|
|
|
|
2018-05-21 10:31:15 -07:00
|
|
|
entry.italic {
|
|
|
|
|
font-style: italic;
|
|
|
|
|
}
|
|
|
|
|
|
2024-04-03 13:37:59 -07:00
|
|
|
tooltip decoration {
|
|
|
|
|
box-shadow: 0px 0px;
|
|
|
|
|
}
|
|
|
|
|
|
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;
|
|
|
|
|
}
|
2024-05-09 05:16:40 -07:00
|
|
|
|
|
|
|
|
.metadata-tag-row box {
|
|
|
|
|
background-color: transparent;
|
|
|
|
|
margin: 3px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.metadata-value-label {
|
|
|
|
|
margin-left: 12px;
|
|
|
|
|
}
|