diff --git a/Paper/gtk-2.0/Apps/gimp.rc b/Paper/gtk-2.0/Apps/gimp.rc deleted file mode 100644 index f11cdee..0000000 --- a/Paper/gtk-2.0/Apps/gimp.rc +++ /dev/null @@ -1,107 +0,0 @@ -# ============================================================================== -# GIMP SPECIFIC SETTINGS -# ============================================================================== - -style "gimp_toolbox_frame" -{ - engine "pixmap" - { - image - { - function = SHADOW - } - } -} - -style "gimp_spin_scale" -{ - bg[NORMAL] = @base_color - - engine "pixmap" - { - image - { - function = FLAT_BOX - detail = "entry_bg" - state = NORMAL - } - image - { - function = FLAT_BOX - detail = "entry_bg" - state = ACTIVE - } - - image - { - function = BOX - state = NORMAL - detail = "spinbutton_up" - overlay_file = "Arrows/arrow-up-small.png" - overlay_stretch = FALSE - } - image - { - function = BOX - state = PRELIGHT - detail = "spinbutton_up" - overlay_file = "Arrows/arrow-up-small-prelight.png" - overlay_stretch = FALSE - } - image - { - function = BOX - state = ACTIVE - detail = "spinbutton_up" - overlay_file = "Arrows/arrow-up-small-prelight.png" - overlay_stretch = FALSE - } - image - { - function = BOX - state = INSENSITIVE - detail = "spinbutton_up" - overlay_file = "Arrows/arrow-up-small-insens.png" - overlay_stretch = FALSE - } - image - { - function = BOX - state = NORMAL - detail = "spinbutton_down" - overlay_file = "Arrows/arrow-down-small.png" - overlay_stretch = FALSE - } - image - { - function = BOX - state = PRELIGHT - detail = "spinbutton_down" - overlay_file = "Arrows/arrow-down-small-prelight.png" - overlay_stretch = FALSE - } - image - { - function = BOX - state = ACTIVE - detail = "spinbutton_down" - overlay_file = "Arrows/arrow-down-small-prelight.png" - overlay_stretch = FALSE - } - image - { - function = BOX - state = INSENSITIVE - detail = "spinbutton_down" - overlay_file = "Arrows/arrow-down-small-insens.png" - overlay_stretch = FALSE - } - } -} - - -# GIMP -# Disable gradients completely for GimpSpinScale -class "GimpSpinScale" style "gimp_spin_scale" -# Remove borders from "Wilbert frame" in Gimp -widget_class "**" style "gimp_toolbox_frame" \ No newline at end of file diff --git a/Paper/gtk-2.0/Arrows/arrow-down-insens.png b/Paper/gtk-2.0/Arrows/arrow-down-insens.png deleted file mode 100644 index e87bb51..0000000 Binary files a/Paper/gtk-2.0/Arrows/arrow-down-insens.png and /dev/null differ diff --git a/Paper/gtk-2.0/Arrows/arrow-down-prelight.png b/Paper/gtk-2.0/Arrows/arrow-down-prelight.png deleted file mode 100644 index 2d10da9..0000000 Binary files a/Paper/gtk-2.0/Arrows/arrow-down-prelight.png and /dev/null differ diff --git a/Paper/gtk-2.0/Arrows/arrow-down-small-insens.png b/Paper/gtk-2.0/Arrows/arrow-down-small-insens.png deleted file mode 100755 index 5b5e93c..0000000 Binary files a/Paper/gtk-2.0/Arrows/arrow-down-small-insens.png and /dev/null differ diff --git a/Paper/gtk-2.0/Arrows/arrow-down-small-prelight.png b/Paper/gtk-2.0/Arrows/arrow-down-small-prelight.png deleted file mode 100755 index 0c8dea7..0000000 Binary files a/Paper/gtk-2.0/Arrows/arrow-down-small-prelight.png and /dev/null differ diff --git a/Paper/gtk-2.0/Arrows/arrow-down-small.png b/Paper/gtk-2.0/Arrows/arrow-down-small.png deleted file mode 100755 index a382bdc..0000000 Binary files a/Paper/gtk-2.0/Arrows/arrow-down-small.png and /dev/null differ diff --git a/Paper/gtk-2.0/Arrows/arrow-down.png b/Paper/gtk-2.0/Arrows/arrow-down.png deleted file mode 100644 index 6019518..0000000 Binary files a/Paper/gtk-2.0/Arrows/arrow-down.png and /dev/null differ diff --git a/Paper/gtk-2.0/Arrows/arrow-left-insens.png b/Paper/gtk-2.0/Arrows/arrow-left-insens.png deleted file mode 100644 index 36a6452..0000000 Binary files a/Paper/gtk-2.0/Arrows/arrow-left-insens.png and /dev/null differ diff --git a/Paper/gtk-2.0/Arrows/arrow-left-prelight.png b/Paper/gtk-2.0/Arrows/arrow-left-prelight.png deleted file mode 100644 index 364984e..0000000 Binary files a/Paper/gtk-2.0/Arrows/arrow-left-prelight.png and /dev/null differ diff --git a/Paper/gtk-2.0/Arrows/arrow-left.png b/Paper/gtk-2.0/Arrows/arrow-left.png deleted file mode 100644 index e7f216d..0000000 Binary files a/Paper/gtk-2.0/Arrows/arrow-left.png and /dev/null differ diff --git a/Paper/gtk-2.0/Arrows/arrow-right-insens.png b/Paper/gtk-2.0/Arrows/arrow-right-insens.png deleted file mode 100644 index c726f5a..0000000 Binary files a/Paper/gtk-2.0/Arrows/arrow-right-insens.png and /dev/null differ diff --git a/Paper/gtk-2.0/Arrows/arrow-right-prelight.png b/Paper/gtk-2.0/Arrows/arrow-right-prelight.png deleted file mode 100644 index 934076a..0000000 Binary files a/Paper/gtk-2.0/Arrows/arrow-right-prelight.png and /dev/null differ diff --git a/Paper/gtk-2.0/Arrows/arrow-right.png b/Paper/gtk-2.0/Arrows/arrow-right.png deleted file mode 100644 index 2f640e2..0000000 Binary files a/Paper/gtk-2.0/Arrows/arrow-right.png and /dev/null differ diff --git a/Paper/gtk-2.0/Arrows/arrow-up-insens.png b/Paper/gtk-2.0/Arrows/arrow-up-insens.png deleted file mode 100644 index 546fd03..0000000 Binary files a/Paper/gtk-2.0/Arrows/arrow-up-insens.png and /dev/null differ diff --git a/Paper/gtk-2.0/Arrows/arrow-up-prelight.png b/Paper/gtk-2.0/Arrows/arrow-up-prelight.png deleted file mode 100644 index 80a746d..0000000 Binary files a/Paper/gtk-2.0/Arrows/arrow-up-prelight.png and /dev/null differ diff --git a/Paper/gtk-2.0/Arrows/arrow-up-small-insens.png b/Paper/gtk-2.0/Arrows/arrow-up-small-insens.png deleted file mode 100755 index b89863c..0000000 Binary files a/Paper/gtk-2.0/Arrows/arrow-up-small-insens.png and /dev/null differ diff --git a/Paper/gtk-2.0/Arrows/arrow-up-small-prelight.png b/Paper/gtk-2.0/Arrows/arrow-up-small-prelight.png deleted file mode 100755 index 75c45c9..0000000 Binary files a/Paper/gtk-2.0/Arrows/arrow-up-small-prelight.png and /dev/null differ diff --git a/Paper/gtk-2.0/Arrows/arrow-up-small.png b/Paper/gtk-2.0/Arrows/arrow-up-small.png deleted file mode 100755 index fc7ce0b..0000000 Binary files a/Paper/gtk-2.0/Arrows/arrow-up-small.png and /dev/null differ diff --git a/Paper/gtk-2.0/Arrows/arrow-up.png b/Paper/gtk-2.0/Arrows/arrow-up.png deleted file mode 100644 index ad87231..0000000 Binary files a/Paper/gtk-2.0/Arrows/arrow-up.png and /dev/null differ diff --git a/Paper/gtk-2.0/Arrows/menu-arrow-prelight.png b/Paper/gtk-2.0/Arrows/menu-arrow-prelight.png deleted file mode 100644 index 9a2d7de..0000000 Binary files a/Paper/gtk-2.0/Arrows/menu-arrow-prelight.png and /dev/null differ diff --git a/Paper/gtk-2.0/Arrows/menu-arrow.png b/Paper/gtk-2.0/Arrows/menu-arrow.png deleted file mode 100644 index d481aa7..0000000 Binary files a/Paper/gtk-2.0/Arrows/menu-arrow.png and /dev/null differ diff --git a/Paper/gtk-2.0/Buttons/button-default-nohilight.png b/Paper/gtk-2.0/Buttons/button-default-nohilight.png deleted file mode 100644 index cf485e8..0000000 Binary files a/Paper/gtk-2.0/Buttons/button-default-nohilight.png and /dev/null differ diff --git a/Paper/gtk-2.0/Buttons/button-default.png b/Paper/gtk-2.0/Buttons/button-default.png deleted file mode 100644 index cf485e8..0000000 Binary files a/Paper/gtk-2.0/Buttons/button-default.png and /dev/null differ diff --git a/Paper/gtk-2.0/Buttons/button-insensitive-nohilight.png b/Paper/gtk-2.0/Buttons/button-insensitive-nohilight.png deleted file mode 100644 index aaa8a79..0000000 Binary files a/Paper/gtk-2.0/Buttons/button-insensitive-nohilight.png and /dev/null differ diff --git a/Paper/gtk-2.0/Buttons/button-insensitive.png b/Paper/gtk-2.0/Buttons/button-insensitive.png deleted file mode 100644 index aaa8a79..0000000 Binary files a/Paper/gtk-2.0/Buttons/button-insensitive.png and /dev/null differ diff --git a/Paper/gtk-2.0/Buttons/button-prelight-nohilight.png b/Paper/gtk-2.0/Buttons/button-prelight-nohilight.png deleted file mode 100644 index eaa7474..0000000 Binary files a/Paper/gtk-2.0/Buttons/button-prelight-nohilight.png and /dev/null differ diff --git a/Paper/gtk-2.0/Buttons/button-prelight.png b/Paper/gtk-2.0/Buttons/button-prelight.png deleted file mode 100644 index eaa7474..0000000 Binary files a/Paper/gtk-2.0/Buttons/button-prelight.png and /dev/null differ diff --git a/Paper/gtk-2.0/Buttons/button-pressed-nohilight.png b/Paper/gtk-2.0/Buttons/button-pressed-nohilight.png deleted file mode 100644 index c356971..0000000 Binary files a/Paper/gtk-2.0/Buttons/button-pressed-nohilight.png and /dev/null differ diff --git a/Paper/gtk-2.0/Buttons/button-pressed.png b/Paper/gtk-2.0/Buttons/button-pressed.png deleted file mode 100644 index c356971..0000000 Binary files a/Paper/gtk-2.0/Buttons/button-pressed.png and /dev/null differ diff --git a/Paper/gtk-2.0/Check-Radio/checkbox-checked-insensitive.png b/Paper/gtk-2.0/Check-Radio/checkbox-checked-insensitive.png deleted file mode 100644 index 8ca4f3f..0000000 Binary files a/Paper/gtk-2.0/Check-Radio/checkbox-checked-insensitive.png and /dev/null differ diff --git a/Paper/gtk-2.0/Check-Radio/checkbox-checked.png b/Paper/gtk-2.0/Check-Radio/checkbox-checked.png deleted file mode 100644 index 51896c2..0000000 Binary files a/Paper/gtk-2.0/Check-Radio/checkbox-checked.png and /dev/null differ diff --git a/Paper/gtk-2.0/Check-Radio/checkbox-unchecked-insensitive.png b/Paper/gtk-2.0/Check-Radio/checkbox-unchecked-insensitive.png deleted file mode 100644 index a79bd86..0000000 Binary files a/Paper/gtk-2.0/Check-Radio/checkbox-unchecked-insensitive.png and /dev/null differ diff --git a/Paper/gtk-2.0/Check-Radio/checkbox-unchecked.png b/Paper/gtk-2.0/Check-Radio/checkbox-unchecked.png deleted file mode 100644 index e2b9dac..0000000 Binary files a/Paper/gtk-2.0/Check-Radio/checkbox-unchecked.png and /dev/null differ diff --git a/Paper/gtk-2.0/Check-Radio/menucheck.png b/Paper/gtk-2.0/Check-Radio/menucheck.png deleted file mode 100644 index ae0cc6a..0000000 Binary files a/Paper/gtk-2.0/Check-Radio/menucheck.png and /dev/null differ diff --git a/Paper/gtk-2.0/Check-Radio/menucheck_prelight.png b/Paper/gtk-2.0/Check-Radio/menucheck_prelight.png deleted file mode 100644 index 35dc5a7..0000000 Binary files a/Paper/gtk-2.0/Check-Radio/menucheck_prelight.png and /dev/null differ diff --git a/Paper/gtk-2.0/Check-Radio/menuoption.png b/Paper/gtk-2.0/Check-Radio/menuoption.png deleted file mode 100644 index ca3b939..0000000 Binary files a/Paper/gtk-2.0/Check-Radio/menuoption.png and /dev/null differ diff --git a/Paper/gtk-2.0/Check-Radio/menuoption_prelight.png b/Paper/gtk-2.0/Check-Radio/menuoption_prelight.png deleted file mode 100644 index 0a409ab..0000000 Binary files a/Paper/gtk-2.0/Check-Radio/menuoption_prelight.png and /dev/null differ diff --git a/Paper/gtk-2.0/Check-Radio/option-checked-insensitive.png b/Paper/gtk-2.0/Check-Radio/option-checked-insensitive.png deleted file mode 100644 index d42245c..0000000 Binary files a/Paper/gtk-2.0/Check-Radio/option-checked-insensitive.png and /dev/null differ diff --git a/Paper/gtk-2.0/Check-Radio/option-checked.png b/Paper/gtk-2.0/Check-Radio/option-checked.png deleted file mode 100644 index 8c61cd1..0000000 Binary files a/Paper/gtk-2.0/Check-Radio/option-checked.png and /dev/null differ diff --git a/Paper/gtk-2.0/Check-Radio/option-unchecked-insensitive.png b/Paper/gtk-2.0/Check-Radio/option-unchecked-insensitive.png deleted file mode 100644 index ee74c1c..0000000 Binary files a/Paper/gtk-2.0/Check-Radio/option-unchecked-insensitive.png and /dev/null differ diff --git a/Paper/gtk-2.0/Check-Radio/option-unchecked.png b/Paper/gtk-2.0/Check-Radio/option-unchecked.png deleted file mode 100644 index 39cad4a..0000000 Binary files a/Paper/gtk-2.0/Check-Radio/option-unchecked.png and /dev/null differ diff --git a/Paper/gtk-2.0/Entry/combo-entry-border-active-bg.png b/Paper/gtk-2.0/Entry/combo-entry-border-active-bg.png deleted file mode 120000 index 07a9fe5..0000000 --- a/Paper/gtk-2.0/Entry/combo-entry-border-active-bg.png +++ /dev/null @@ -1 +0,0 @@ -combo-entry-border-active.png \ No newline at end of file diff --git a/Paper/gtk-2.0/Entry/combo-entry-border-active-notebook.png b/Paper/gtk-2.0/Entry/combo-entry-border-active-notebook.png deleted file mode 120000 index 07a9fe5..0000000 --- a/Paper/gtk-2.0/Entry/combo-entry-border-active-notebook.png +++ /dev/null @@ -1 +0,0 @@ -combo-entry-border-active.png \ No newline at end of file diff --git a/Paper/gtk-2.0/Entry/combo-entry-border-active-rtl-bg.png b/Paper/gtk-2.0/Entry/combo-entry-border-active-rtl-bg.png deleted file mode 120000 index 35376f1..0000000 --- a/Paper/gtk-2.0/Entry/combo-entry-border-active-rtl-bg.png +++ /dev/null @@ -1 +0,0 @@ -combo-entry-border-active-rtl.png \ No newline at end of file diff --git a/Paper/gtk-2.0/Entry/combo-entry-border-active-rtl-notebook.png b/Paper/gtk-2.0/Entry/combo-entry-border-active-rtl-notebook.png deleted file mode 120000 index 35376f1..0000000 --- a/Paper/gtk-2.0/Entry/combo-entry-border-active-rtl-notebook.png +++ /dev/null @@ -1 +0,0 @@ -combo-entry-border-active-rtl.png \ No newline at end of file diff --git a/Paper/gtk-2.0/Entry/combo-entry-border-active-rtl.png b/Paper/gtk-2.0/Entry/combo-entry-border-active-rtl.png deleted file mode 100644 index 7f218ef..0000000 Binary files a/Paper/gtk-2.0/Entry/combo-entry-border-active-rtl.png and /dev/null differ diff --git a/Paper/gtk-2.0/Entry/combo-entry-border-active.png b/Paper/gtk-2.0/Entry/combo-entry-border-active.png deleted file mode 100644 index a08e00d..0000000 Binary files a/Paper/gtk-2.0/Entry/combo-entry-border-active.png and /dev/null differ diff --git a/Paper/gtk-2.0/Entry/combo-entry-border-bg.png b/Paper/gtk-2.0/Entry/combo-entry-border-bg.png deleted file mode 120000 index 2986620..0000000 --- a/Paper/gtk-2.0/Entry/combo-entry-border-bg.png +++ /dev/null @@ -1 +0,0 @@ -combo-entry-border.png \ No newline at end of file diff --git a/Paper/gtk-2.0/Entry/combo-entry-border-disabled-bg.png b/Paper/gtk-2.0/Entry/combo-entry-border-disabled-bg.png deleted file mode 120000 index 11f6ae4..0000000 --- a/Paper/gtk-2.0/Entry/combo-entry-border-disabled-bg.png +++ /dev/null @@ -1 +0,0 @@ -combo-entry-border-disabled.png \ No newline at end of file diff --git a/Paper/gtk-2.0/Entry/combo-entry-border-disabled-notebook.png b/Paper/gtk-2.0/Entry/combo-entry-border-disabled-notebook.png deleted file mode 120000 index 11f6ae4..0000000 --- a/Paper/gtk-2.0/Entry/combo-entry-border-disabled-notebook.png +++ /dev/null @@ -1 +0,0 @@ -combo-entry-border-disabled.png \ No newline at end of file diff --git a/Paper/gtk-2.0/Entry/combo-entry-border-disabled-rtl-bg.png b/Paper/gtk-2.0/Entry/combo-entry-border-disabled-rtl-bg.png deleted file mode 120000 index 582a97f..0000000 --- a/Paper/gtk-2.0/Entry/combo-entry-border-disabled-rtl-bg.png +++ /dev/null @@ -1 +0,0 @@ -combo-entry-border-disabled-rtl.png \ No newline at end of file diff --git a/Paper/gtk-2.0/Entry/combo-entry-border-disabled-rtl-notebook.png b/Paper/gtk-2.0/Entry/combo-entry-border-disabled-rtl-notebook.png deleted file mode 120000 index 582a97f..0000000 --- a/Paper/gtk-2.0/Entry/combo-entry-border-disabled-rtl-notebook.png +++ /dev/null @@ -1 +0,0 @@ -combo-entry-border-disabled-rtl.png \ No newline at end of file diff --git a/Paper/gtk-2.0/Entry/combo-entry-border-disabled-rtl.png b/Paper/gtk-2.0/Entry/combo-entry-border-disabled-rtl.png deleted file mode 100644 index 7425a75..0000000 Binary files a/Paper/gtk-2.0/Entry/combo-entry-border-disabled-rtl.png and /dev/null differ diff --git a/Paper/gtk-2.0/Entry/combo-entry-border-disabled.png b/Paper/gtk-2.0/Entry/combo-entry-border-disabled.png deleted file mode 100644 index 59c4bbb..0000000 Binary files a/Paper/gtk-2.0/Entry/combo-entry-border-disabled.png and /dev/null differ diff --git a/Paper/gtk-2.0/Entry/combo-entry-border-notebook.png b/Paper/gtk-2.0/Entry/combo-entry-border-notebook.png deleted file mode 120000 index 2986620..0000000 --- a/Paper/gtk-2.0/Entry/combo-entry-border-notebook.png +++ /dev/null @@ -1 +0,0 @@ -combo-entry-border.png \ No newline at end of file diff --git a/Paper/gtk-2.0/Entry/combo-entry-border-rtl-bg.png b/Paper/gtk-2.0/Entry/combo-entry-border-rtl-bg.png deleted file mode 120000 index 2986620..0000000 --- a/Paper/gtk-2.0/Entry/combo-entry-border-rtl-bg.png +++ /dev/null @@ -1 +0,0 @@ -combo-entry-border.png \ No newline at end of file diff --git a/Paper/gtk-2.0/Entry/combo-entry-border-rtl-notebook.png b/Paper/gtk-2.0/Entry/combo-entry-border-rtl-notebook.png deleted file mode 120000 index 2986620..0000000 --- a/Paper/gtk-2.0/Entry/combo-entry-border-rtl-notebook.png +++ /dev/null @@ -1 +0,0 @@ -combo-entry-border.png \ No newline at end of file diff --git a/Paper/gtk-2.0/Entry/combo-entry-border-rtl.png b/Paper/gtk-2.0/Entry/combo-entry-border-rtl.png deleted file mode 100644 index 333db71..0000000 Binary files a/Paper/gtk-2.0/Entry/combo-entry-border-rtl.png and /dev/null differ diff --git a/Paper/gtk-2.0/Entry/combo-entry-border.png b/Paper/gtk-2.0/Entry/combo-entry-border.png deleted file mode 100644 index 952ba8a..0000000 Binary files a/Paper/gtk-2.0/Entry/combo-entry-border.png and /dev/null differ diff --git a/Paper/gtk-2.0/Entry/combo-entry-button-active-rtl.png b/Paper/gtk-2.0/Entry/combo-entry-button-active-rtl.png deleted file mode 100644 index 85bf35b..0000000 Binary files a/Paper/gtk-2.0/Entry/combo-entry-button-active-rtl.png and /dev/null differ diff --git a/Paper/gtk-2.0/Entry/combo-entry-button-active.png b/Paper/gtk-2.0/Entry/combo-entry-button-active.png deleted file mode 100644 index 7743d68..0000000 Binary files a/Paper/gtk-2.0/Entry/combo-entry-button-active.png and /dev/null differ diff --git a/Paper/gtk-2.0/Entry/combo-entry-button-disabled-rtl.png b/Paper/gtk-2.0/Entry/combo-entry-button-disabled-rtl.png deleted file mode 100644 index 8525849..0000000 Binary files a/Paper/gtk-2.0/Entry/combo-entry-button-disabled-rtl.png and /dev/null differ diff --git a/Paper/gtk-2.0/Entry/combo-entry-button-disabled.png b/Paper/gtk-2.0/Entry/combo-entry-button-disabled.png deleted file mode 100644 index cd478ac..0000000 Binary files a/Paper/gtk-2.0/Entry/combo-entry-button-disabled.png and /dev/null differ diff --git a/Paper/gtk-2.0/Entry/combo-entry-button-rtl.png b/Paper/gtk-2.0/Entry/combo-entry-button-rtl.png deleted file mode 100644 index 0063fa4..0000000 Binary files a/Paper/gtk-2.0/Entry/combo-entry-button-rtl.png and /dev/null differ diff --git a/Paper/gtk-2.0/Entry/combo-entry-button.png b/Paper/gtk-2.0/Entry/combo-entry-button.png deleted file mode 100644 index 74e8b10..0000000 Binary files a/Paper/gtk-2.0/Entry/combo-entry-button.png and /dev/null differ diff --git a/Paper/gtk-2.0/Entry/entry-bg-disabled.png b/Paper/gtk-2.0/Entry/entry-bg-disabled.png deleted file mode 100644 index 411a321..0000000 Binary files a/Paper/gtk-2.0/Entry/entry-bg-disabled.png and /dev/null differ diff --git a/Paper/gtk-2.0/Entry/entry-bg.png b/Paper/gtk-2.0/Entry/entry-bg.png deleted file mode 100644 index 411a321..0000000 Binary files a/Paper/gtk-2.0/Entry/entry-bg.png and /dev/null differ diff --git a/Paper/gtk-2.0/Entry/entry-border-active-bg-solid.png b/Paper/gtk-2.0/Entry/entry-border-active-bg-solid.png deleted file mode 120000 index c9d7d2d..0000000 --- a/Paper/gtk-2.0/Entry/entry-border-active-bg-solid.png +++ /dev/null @@ -1 +0,0 @@ -entry-border-active.png \ No newline at end of file diff --git a/Paper/gtk-2.0/Entry/entry-border-active-bg.png b/Paper/gtk-2.0/Entry/entry-border-active-bg.png deleted file mode 120000 index c9d7d2d..0000000 --- a/Paper/gtk-2.0/Entry/entry-border-active-bg.png +++ /dev/null @@ -1 +0,0 @@ -entry-border-active.png \ No newline at end of file diff --git a/Paper/gtk-2.0/Entry/entry-border-active-notebook.png b/Paper/gtk-2.0/Entry/entry-border-active-notebook.png deleted file mode 120000 index c9d7d2d..0000000 --- a/Paper/gtk-2.0/Entry/entry-border-active-notebook.png +++ /dev/null @@ -1 +0,0 @@ -entry-border-active.png \ No newline at end of file diff --git a/Paper/gtk-2.0/Entry/entry-border-active.png b/Paper/gtk-2.0/Entry/entry-border-active.png deleted file mode 100644 index 8f36fb6..0000000 Binary files a/Paper/gtk-2.0/Entry/entry-border-active.png and /dev/null differ diff --git a/Paper/gtk-2.0/Entry/entry-border-bg-solid.png b/Paper/gtk-2.0/Entry/entry-border-bg-solid.png deleted file mode 120000 index 0f33619..0000000 --- a/Paper/gtk-2.0/Entry/entry-border-bg-solid.png +++ /dev/null @@ -1 +0,0 @@ -entry-border.png \ No newline at end of file diff --git a/Paper/gtk-2.0/Entry/entry-border-bg.png b/Paper/gtk-2.0/Entry/entry-border-bg.png deleted file mode 120000 index 0f33619..0000000 --- a/Paper/gtk-2.0/Entry/entry-border-bg.png +++ /dev/null @@ -1 +0,0 @@ -entry-border.png \ No newline at end of file diff --git a/Paper/gtk-2.0/Entry/entry-border-disabled-bg.png b/Paper/gtk-2.0/Entry/entry-border-disabled-bg.png deleted file mode 120000 index aed1d59..0000000 --- a/Paper/gtk-2.0/Entry/entry-border-disabled-bg.png +++ /dev/null @@ -1 +0,0 @@ -entry-border-disabled.png \ No newline at end of file diff --git a/Paper/gtk-2.0/Entry/entry-border-disabled-notebook.png b/Paper/gtk-2.0/Entry/entry-border-disabled-notebook.png deleted file mode 120000 index aed1d59..0000000 --- a/Paper/gtk-2.0/Entry/entry-border-disabled-notebook.png +++ /dev/null @@ -1 +0,0 @@ -entry-border-disabled.png \ No newline at end of file diff --git a/Paper/gtk-2.0/Entry/entry-border-disabled.png b/Paper/gtk-2.0/Entry/entry-border-disabled.png deleted file mode 100644 index 105bfe4..0000000 Binary files a/Paper/gtk-2.0/Entry/entry-border-disabled.png and /dev/null differ diff --git a/Paper/gtk-2.0/Entry/entry-border-fill-plain.png b/Paper/gtk-2.0/Entry/entry-border-fill-plain.png deleted file mode 120000 index 70c23dc..0000000 --- a/Paper/gtk-2.0/Entry/entry-border-fill-plain.png +++ /dev/null @@ -1 +0,0 @@ -entry-bg.png \ No newline at end of file diff --git a/Paper/gtk-2.0/Entry/entry-border-fill-solid.png b/Paper/gtk-2.0/Entry/entry-border-fill-solid.png deleted file mode 120000 index 70c23dc..0000000 --- a/Paper/gtk-2.0/Entry/entry-border-fill-solid.png +++ /dev/null @@ -1 +0,0 @@ -entry-bg.png \ No newline at end of file diff --git a/Paper/gtk-2.0/Entry/entry-border-fill.png b/Paper/gtk-2.0/Entry/entry-border-fill.png deleted file mode 120000 index 70c23dc..0000000 --- a/Paper/gtk-2.0/Entry/entry-border-fill.png +++ /dev/null @@ -1 +0,0 @@ -entry-bg.png \ No newline at end of file diff --git a/Paper/gtk-2.0/Entry/entry-border-notebook.png b/Paper/gtk-2.0/Entry/entry-border-notebook.png deleted file mode 120000 index c9d7d2d..0000000 --- a/Paper/gtk-2.0/Entry/entry-border-notebook.png +++ /dev/null @@ -1 +0,0 @@ -entry-border-active.png \ No newline at end of file diff --git a/Paper/gtk-2.0/Entry/entry-border.png b/Paper/gtk-2.0/Entry/entry-border.png deleted file mode 100644 index 7a52a05..0000000 Binary files a/Paper/gtk-2.0/Entry/entry-border.png and /dev/null differ diff --git a/Paper/gtk-2.0/Expanders/minus.png b/Paper/gtk-2.0/Expanders/minus.png deleted file mode 100644 index 4a0d126..0000000 Binary files a/Paper/gtk-2.0/Expanders/minus.png and /dev/null differ diff --git a/Paper/gtk-2.0/Expanders/plus.png b/Paper/gtk-2.0/Expanders/plus.png deleted file mode 100644 index e5ac141..0000000 Binary files a/Paper/gtk-2.0/Expanders/plus.png and /dev/null differ diff --git a/Paper/gtk-2.0/Handles/handle-h.png b/Paper/gtk-2.0/Handles/handle-h.png deleted file mode 100644 index f87fa8b..0000000 Binary files a/Paper/gtk-2.0/Handles/handle-h.png and /dev/null differ diff --git a/Paper/gtk-2.0/Handles/handle-v.png b/Paper/gtk-2.0/Handles/handle-v.png deleted file mode 100644 index f7675dd..0000000 Binary files a/Paper/gtk-2.0/Handles/handle-v.png and /dev/null differ diff --git a/Paper/gtk-2.0/Lines/line-h.png b/Paper/gtk-2.0/Lines/line-h.png deleted file mode 100755 index 05ffb1f..0000000 Binary files a/Paper/gtk-2.0/Lines/line-h.png and /dev/null differ diff --git a/Paper/gtk-2.0/Lines/line-v.png b/Paper/gtk-2.0/Lines/line-v.png deleted file mode 100644 index ce3e140..0000000 Binary files a/Paper/gtk-2.0/Lines/line-v.png and /dev/null differ diff --git a/Paper/gtk-2.0/Lines/menu_line_h.png b/Paper/gtk-2.0/Lines/menu_line_h.png deleted file mode 100644 index 071d5a7..0000000 Binary files a/Paper/gtk-2.0/Lines/menu_line_h.png and /dev/null differ diff --git a/Paper/gtk-2.0/Menu-Menubar/menubar_button.png b/Paper/gtk-2.0/Menu-Menubar/menubar_button.png deleted file mode 100644 index 7bb832c..0000000 Binary files a/Paper/gtk-2.0/Menu-Menubar/menubar_button.png and /dev/null differ diff --git a/Paper/gtk-2.0/Others/focus.png b/Paper/gtk-2.0/Others/focus.png deleted file mode 100755 index 24b65d3..0000000 Binary files a/Paper/gtk-2.0/Others/focus.png and /dev/null differ diff --git a/Paper/gtk-2.0/Others/null.png b/Paper/gtk-2.0/Others/null.png deleted file mode 100755 index 9d7e6be..0000000 Binary files a/Paper/gtk-2.0/Others/null.png and /dev/null differ diff --git a/Paper/gtk-2.0/Others/tree_header.png b/Paper/gtk-2.0/Others/tree_header.png deleted file mode 100644 index b5b4b3d..0000000 Binary files a/Paper/gtk-2.0/Others/tree_header.png and /dev/null differ diff --git a/Paper/gtk-2.0/ProgressBar/progressbar.png b/Paper/gtk-2.0/ProgressBar/progressbar.png deleted file mode 100644 index e296d2d..0000000 Binary files a/Paper/gtk-2.0/ProgressBar/progressbar.png and /dev/null differ diff --git a/Paper/gtk-2.0/ProgressBar/progressbar_v.png b/Paper/gtk-2.0/ProgressBar/progressbar_v.png deleted file mode 100644 index b89053f..0000000 Binary files a/Paper/gtk-2.0/ProgressBar/progressbar_v.png and /dev/null differ diff --git a/Paper/gtk-2.0/ProgressBar/trough-progressbar.png b/Paper/gtk-2.0/ProgressBar/trough-progressbar.png deleted file mode 100644 index c356971..0000000 Binary files a/Paper/gtk-2.0/ProgressBar/trough-progressbar.png and /dev/null differ diff --git a/Paper/gtk-2.0/ProgressBar/trough-progressbar_v.png b/Paper/gtk-2.0/ProgressBar/trough-progressbar_v.png deleted file mode 100644 index e2afd76..0000000 Binary files a/Paper/gtk-2.0/ProgressBar/trough-progressbar_v.png and /dev/null differ diff --git a/Paper/gtk-2.0/Range/slider-horiz-prelight.png b/Paper/gtk-2.0/Range/slider-horiz-prelight.png deleted file mode 100644 index 3bd6fe0..0000000 Binary files a/Paper/gtk-2.0/Range/slider-horiz-prelight.png and /dev/null differ diff --git a/Paper/gtk-2.0/Range/slider-horiz.png b/Paper/gtk-2.0/Range/slider-horiz.png deleted file mode 100644 index 3bd6fe0..0000000 Binary files a/Paper/gtk-2.0/Range/slider-horiz.png and /dev/null differ diff --git a/Paper/gtk-2.0/Range/slider-vert-prelight.png b/Paper/gtk-2.0/Range/slider-vert-prelight.png deleted file mode 100644 index 3bd6fe0..0000000 Binary files a/Paper/gtk-2.0/Range/slider-vert-prelight.png and /dev/null differ diff --git a/Paper/gtk-2.0/Range/slider-vert.png b/Paper/gtk-2.0/Range/slider-vert.png deleted file mode 100644 index 3bd6fe0..0000000 Binary files a/Paper/gtk-2.0/Range/slider-vert.png and /dev/null differ diff --git a/Paper/gtk-2.0/Range/trough-horizontal.png b/Paper/gtk-2.0/Range/trough-horizontal.png deleted file mode 100644 index e6d11d7..0000000 Binary files a/Paper/gtk-2.0/Range/trough-horizontal.png and /dev/null differ diff --git a/Paper/gtk-2.0/Range/trough-vertical.png b/Paper/gtk-2.0/Range/trough-vertical.png deleted file mode 100644 index f03e15d..0000000 Binary files a/Paper/gtk-2.0/Range/trough-vertical.png and /dev/null differ diff --git a/Paper/gtk-2.0/Scrollbars/slider-horiz-active.png b/Paper/gtk-2.0/Scrollbars/slider-horiz-active.png deleted file mode 100644 index 8da9e58..0000000 Binary files a/Paper/gtk-2.0/Scrollbars/slider-horiz-active.png and /dev/null differ diff --git a/Paper/gtk-2.0/Scrollbars/slider-horiz-insens.png b/Paper/gtk-2.0/Scrollbars/slider-horiz-insens.png deleted file mode 100644 index 6b2a1b8..0000000 Binary files a/Paper/gtk-2.0/Scrollbars/slider-horiz-insens.png and /dev/null differ diff --git a/Paper/gtk-2.0/Scrollbars/slider-horiz-prelight.png b/Paper/gtk-2.0/Scrollbars/slider-horiz-prelight.png deleted file mode 100644 index b9f6e9b..0000000 Binary files a/Paper/gtk-2.0/Scrollbars/slider-horiz-prelight.png and /dev/null differ diff --git a/Paper/gtk-2.0/Scrollbars/slider-horiz.png b/Paper/gtk-2.0/Scrollbars/slider-horiz.png deleted file mode 100644 index 3a1002c..0000000 Binary files a/Paper/gtk-2.0/Scrollbars/slider-horiz.png and /dev/null differ diff --git a/Paper/gtk-2.0/Scrollbars/slider-vert-active.png b/Paper/gtk-2.0/Scrollbars/slider-vert-active.png deleted file mode 100644 index b53035c..0000000 Binary files a/Paper/gtk-2.0/Scrollbars/slider-vert-active.png and /dev/null differ diff --git a/Paper/gtk-2.0/Scrollbars/slider-vert-insens.png b/Paper/gtk-2.0/Scrollbars/slider-vert-insens.png deleted file mode 100644 index 188a98f..0000000 Binary files a/Paper/gtk-2.0/Scrollbars/slider-vert-insens.png and /dev/null differ diff --git a/Paper/gtk-2.0/Scrollbars/slider-vert-prelight.png b/Paper/gtk-2.0/Scrollbars/slider-vert-prelight.png deleted file mode 100644 index 3836396..0000000 Binary files a/Paper/gtk-2.0/Scrollbars/slider-vert-prelight.png and /dev/null differ diff --git a/Paper/gtk-2.0/Scrollbars/slider-vert.png b/Paper/gtk-2.0/Scrollbars/slider-vert.png deleted file mode 100644 index b35da7b..0000000 Binary files a/Paper/gtk-2.0/Scrollbars/slider-vert.png and /dev/null differ diff --git a/Paper/gtk-2.0/Scrollbars/trough-scrollbar-horiz-dark.png b/Paper/gtk-2.0/Scrollbars/trough-scrollbar-horiz-dark.png deleted file mode 100644 index 6906796..0000000 Binary files a/Paper/gtk-2.0/Scrollbars/trough-scrollbar-horiz-dark.png and /dev/null differ diff --git a/Paper/gtk-2.0/Scrollbars/trough-scrollbar-horiz.png b/Paper/gtk-2.0/Scrollbars/trough-scrollbar-horiz.png deleted file mode 100644 index af8eff8..0000000 Binary files a/Paper/gtk-2.0/Scrollbars/trough-scrollbar-horiz.png and /dev/null differ diff --git a/Paper/gtk-2.0/Scrollbars/trough-scrollbar-vert-dark.png b/Paper/gtk-2.0/Scrollbars/trough-scrollbar-vert-dark.png deleted file mode 100644 index 2bc2d3f..0000000 Binary files a/Paper/gtk-2.0/Scrollbars/trough-scrollbar-vert-dark.png and /dev/null differ diff --git a/Paper/gtk-2.0/Scrollbars/trough-scrollbar-vert.png b/Paper/gtk-2.0/Scrollbars/trough-scrollbar-vert.png deleted file mode 100644 index a154e38..0000000 Binary files a/Paper/gtk-2.0/Scrollbars/trough-scrollbar-vert.png and /dev/null differ diff --git a/Paper/gtk-2.0/Shadows/frame-gap-end.png b/Paper/gtk-2.0/Shadows/frame-gap-end.png deleted file mode 100644 index 58cacf5..0000000 Binary files a/Paper/gtk-2.0/Shadows/frame-gap-end.png and /dev/null differ diff --git a/Paper/gtk-2.0/Shadows/frame-gap-start.png b/Paper/gtk-2.0/Shadows/frame-gap-start.png deleted file mode 100644 index 0b7e484..0000000 Binary files a/Paper/gtk-2.0/Shadows/frame-gap-start.png and /dev/null differ diff --git a/Paper/gtk-2.0/Shadows/frame.png b/Paper/gtk-2.0/Shadows/frame.png deleted file mode 100644 index d971298..0000000 Binary files a/Paper/gtk-2.0/Shadows/frame.png and /dev/null differ diff --git a/Paper/gtk-2.0/Spin/down-background-disable-notebook-rtl.png b/Paper/gtk-2.0/Spin/down-background-disable-notebook-rtl.png deleted file mode 100644 index 7c95a29..0000000 Binary files a/Paper/gtk-2.0/Spin/down-background-disable-notebook-rtl.png and /dev/null differ diff --git a/Paper/gtk-2.0/Spin/down-background-disable-notebook.png b/Paper/gtk-2.0/Spin/down-background-disable-notebook.png deleted file mode 100644 index 5e0dfe5..0000000 Binary files a/Paper/gtk-2.0/Spin/down-background-disable-notebook.png and /dev/null differ diff --git a/Paper/gtk-2.0/Spin/down-background-disable-rtl.png b/Paper/gtk-2.0/Spin/down-background-disable-rtl.png deleted file mode 100644 index ba385d4..0000000 Binary files a/Paper/gtk-2.0/Spin/down-background-disable-rtl.png and /dev/null differ diff --git a/Paper/gtk-2.0/Spin/down-background-disable.png b/Paper/gtk-2.0/Spin/down-background-disable.png deleted file mode 100644 index c3803ec..0000000 Binary files a/Paper/gtk-2.0/Spin/down-background-disable.png and /dev/null differ diff --git a/Paper/gtk-2.0/Spin/down-background-notebook-rtl.png b/Paper/gtk-2.0/Spin/down-background-notebook-rtl.png deleted file mode 100644 index 94abaf4..0000000 Binary files a/Paper/gtk-2.0/Spin/down-background-notebook-rtl.png and /dev/null differ diff --git a/Paper/gtk-2.0/Spin/down-background-notebook.png b/Paper/gtk-2.0/Spin/down-background-notebook.png deleted file mode 100644 index 1566232..0000000 Binary files a/Paper/gtk-2.0/Spin/down-background-notebook.png and /dev/null differ diff --git a/Paper/gtk-2.0/Spin/down-background-rtl.png b/Paper/gtk-2.0/Spin/down-background-rtl.png deleted file mode 100644 index 94abaf4..0000000 Binary files a/Paper/gtk-2.0/Spin/down-background-rtl.png and /dev/null differ diff --git a/Paper/gtk-2.0/Spin/down-background.png b/Paper/gtk-2.0/Spin/down-background.png deleted file mode 100644 index 7456153..0000000 Binary files a/Paper/gtk-2.0/Spin/down-background.png and /dev/null differ diff --git a/Paper/gtk-2.0/Spin/up-background-disable-notebook-rtl.png b/Paper/gtk-2.0/Spin/up-background-disable-notebook-rtl.png deleted file mode 100644 index 1940f19..0000000 Binary files a/Paper/gtk-2.0/Spin/up-background-disable-notebook-rtl.png and /dev/null differ diff --git a/Paper/gtk-2.0/Spin/up-background-disable-notebook.png b/Paper/gtk-2.0/Spin/up-background-disable-notebook.png deleted file mode 100644 index aa092e2..0000000 Binary files a/Paper/gtk-2.0/Spin/up-background-disable-notebook.png and /dev/null differ diff --git a/Paper/gtk-2.0/Spin/up-background-disable-rtl.png b/Paper/gtk-2.0/Spin/up-background-disable-rtl.png deleted file mode 100644 index f73ea66..0000000 Binary files a/Paper/gtk-2.0/Spin/up-background-disable-rtl.png and /dev/null differ diff --git a/Paper/gtk-2.0/Spin/up-background-disable.png b/Paper/gtk-2.0/Spin/up-background-disable.png deleted file mode 100644 index b169e0a..0000000 Binary files a/Paper/gtk-2.0/Spin/up-background-disable.png and /dev/null differ diff --git a/Paper/gtk-2.0/Spin/up-background-notebook-rtl.png b/Paper/gtk-2.0/Spin/up-background-notebook-rtl.png deleted file mode 100644 index 7c59dab..0000000 Binary files a/Paper/gtk-2.0/Spin/up-background-notebook-rtl.png and /dev/null differ diff --git a/Paper/gtk-2.0/Spin/up-background-notebook.png b/Paper/gtk-2.0/Spin/up-background-notebook.png deleted file mode 100644 index 953530f..0000000 Binary files a/Paper/gtk-2.0/Spin/up-background-notebook.png and /dev/null differ diff --git a/Paper/gtk-2.0/Spin/up-background-rtl.png b/Paper/gtk-2.0/Spin/up-background-rtl.png deleted file mode 100644 index 5a12d55..0000000 Binary files a/Paper/gtk-2.0/Spin/up-background-rtl.png and /dev/null differ diff --git a/Paper/gtk-2.0/Spin/up-background.png b/Paper/gtk-2.0/Spin/up-background.png deleted file mode 100644 index d322bd1..0000000 Binary files a/Paper/gtk-2.0/Spin/up-background.png and /dev/null differ diff --git a/Paper/gtk-2.0/Tabs/notebook-gap-horiz.png b/Paper/gtk-2.0/Tabs/notebook-gap-horiz.png deleted file mode 100644 index db0b21c..0000000 Binary files a/Paper/gtk-2.0/Tabs/notebook-gap-horiz.png and /dev/null differ diff --git a/Paper/gtk-2.0/Tabs/notebook-gap-vert.png b/Paper/gtk-2.0/Tabs/notebook-gap-vert.png deleted file mode 100644 index bd8565d..0000000 Binary files a/Paper/gtk-2.0/Tabs/notebook-gap-vert.png and /dev/null differ diff --git a/Paper/gtk-2.0/Tabs/notebook.png b/Paper/gtk-2.0/Tabs/notebook.png deleted file mode 100644 index fd6048d..0000000 Binary files a/Paper/gtk-2.0/Tabs/notebook.png and /dev/null differ diff --git a/Paper/gtk-2.0/Tabs/tab-bottom-active.png b/Paper/gtk-2.0/Tabs/tab-bottom-active.png deleted file mode 100644 index 899bf36..0000000 Binary files a/Paper/gtk-2.0/Tabs/tab-bottom-active.png and /dev/null differ diff --git a/Paper/gtk-2.0/Tabs/tab-bottom.png b/Paper/gtk-2.0/Tabs/tab-bottom.png deleted file mode 100644 index 001e606..0000000 Binary files a/Paper/gtk-2.0/Tabs/tab-bottom.png and /dev/null differ diff --git a/Paper/gtk-2.0/Tabs/tab-left-active.png b/Paper/gtk-2.0/Tabs/tab-left-active.png deleted file mode 100644 index 3a1ec6a..0000000 Binary files a/Paper/gtk-2.0/Tabs/tab-left-active.png and /dev/null differ diff --git a/Paper/gtk-2.0/Tabs/tab-left.png b/Paper/gtk-2.0/Tabs/tab-left.png deleted file mode 100644 index d3c1d4b..0000000 Binary files a/Paper/gtk-2.0/Tabs/tab-left.png and /dev/null differ diff --git a/Paper/gtk-2.0/Tabs/tab-right-active.png b/Paper/gtk-2.0/Tabs/tab-right-active.png deleted file mode 100644 index 8fc9132..0000000 Binary files a/Paper/gtk-2.0/Tabs/tab-right-active.png and /dev/null differ diff --git a/Paper/gtk-2.0/Tabs/tab-right.png b/Paper/gtk-2.0/Tabs/tab-right.png deleted file mode 100644 index 093cab9..0000000 Binary files a/Paper/gtk-2.0/Tabs/tab-right.png and /dev/null differ diff --git a/Paper/gtk-2.0/Tabs/tab-top-active.png b/Paper/gtk-2.0/Tabs/tab-top-active.png deleted file mode 100644 index 6236a25..0000000 Binary files a/Paper/gtk-2.0/Tabs/tab-top-active.png and /dev/null differ diff --git a/Paper/gtk-2.0/Tabs/tab-top.png b/Paper/gtk-2.0/Tabs/tab-top.png deleted file mode 100644 index fbeb6ed..0000000 Binary files a/Paper/gtk-2.0/Tabs/tab-top.png and /dev/null differ diff --git a/Paper/gtk-2.0/Toolbar/inline-toolbar.png b/Paper/gtk-2.0/Toolbar/inline-toolbar.png deleted file mode 100644 index b6fd5b4..0000000 Binary files a/Paper/gtk-2.0/Toolbar/inline-toolbar.png and /dev/null differ diff --git a/Paper/gtk-2.0/Apps/chrome.rc b/Paper/gtk-2.0/apps/chrome.rc similarity index 65% rename from Paper/gtk-2.0/Apps/chrome.rc rename to Paper/gtk-2.0/apps/chrome.rc index ac2bfea..2b25090 100644 --- a/Paper/gtk-2.0/Apps/chrome.rc +++ b/Paper/gtk-2.0/apps/chrome.rc @@ -2,6 +2,9 @@ # CHROME/-UIM SPECIFIC SETTINGS # ============================================================================== +# Chromium lets us define some colours and settings for better integration +class "ChromeGtkFrame" style "chrome-gtk-frame" + style "chrome-gtk-frame" { ChromeGtkFrame::frame-color = @wm_color @@ -20,12 +23,28 @@ style "chrome-gtk-frame" ChromeGtkFrame::scrollbar-slider-normal-color = @wm_color } +# Chromium uses base as the fill colour of its own entries +# This would be fine but Gtk+ uses it to fill the surrounding space, so its set to bg +# That results in Chromium using it for the fill, so we need to handle that + +widget_class "*Chrom*" style "chrome_entry" + +style "chrome_entry" { + base[NORMAL] = @base_color + base[INSENSITIVE] = @base_color +} + + +# Chrome Menu item background + +widget_class "***" style "chrome_menu_item" + style "chrome_menu_item" { bg[SELECTED] = @wm_color } -class "ChromeGtkFrame" style "chrome-gtk-frame" + +# Chrome buttons + widget_class "*Chrom*Button*" style "button" -widget_class "***" style "chrome_menu_item" -widget_class "" style "standalone_entry" \ No newline at end of file diff --git a/Paper/gtk-2.0/Apps/eclipse.rc b/Paper/gtk-2.0/apps/eclipse.rc similarity index 100% rename from Paper/gtk-2.0/Apps/eclipse.rc rename to Paper/gtk-2.0/apps/eclipse.rc diff --git a/Paper/gtk-2.0/Apps/firefox.rc b/Paper/gtk-2.0/apps/firefox.rc similarity index 100% rename from Paper/gtk-2.0/Apps/firefox.rc rename to Paper/gtk-2.0/apps/firefox.rc diff --git a/Paper/gtk-2.0/apps/gimp.rc b/Paper/gtk-2.0/apps/gimp.rc new file mode 100644 index 0000000..4908803 --- /dev/null +++ b/Paper/gtk-2.0/apps/gimp.rc @@ -0,0 +1,83 @@ +# ============================================================================== +# GIMP SPECIFIC SETTINGS +# ============================================================================== + +# TODO: This could really look nicer +style "gimp_spin_scale" { + + # Spin background + bg[NORMAL] = @base_color + + engine "pixmap" { + + image { + function = BOX + state = NORMAL + detail = "spinbutton_up" + overlay_file = "assets/spin-up.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_up" + overlay_file = "assets/spin-up.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_up" + overlay_file = "assets/spin-up.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_up" + overlay_file = "assets/spin-up-insensitive.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = NORMAL + detail = "spinbutton_down" + overlay_file = "assets/spin-down.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_down" + overlay_file = "assets/spin-down.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_down" + overlay_file = "assets/spin-down.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_down" + overlay_file = "assets/spin-down-insensitive.png" + overlay_stretch = FALSE + } + + } + +} + + +# Disable spin button assets for GimpSpinScale +class "GimpSpinScale" style "gimp_spin_scale" \ No newline at end of file diff --git a/Paper/gtk-2.0/Apps/libreoffice.rc b/Paper/gtk-2.0/apps/libreoffice.rc similarity index 100% rename from Paper/gtk-2.0/Apps/libreoffice.rc rename to Paper/gtk-2.0/apps/libreoffice.rc diff --git a/Paper/gtk-2.0/Apps/panel.rc b/Paper/gtk-2.0/apps/panel.rc similarity index 100% rename from Paper/gtk-2.0/Apps/panel.rc rename to Paper/gtk-2.0/apps/panel.rc diff --git a/Paper/gtk-2.0/Apps/terminal.rc b/Paper/gtk-2.0/apps/terminal.rc similarity index 100% rename from Paper/gtk-2.0/Apps/terminal.rc rename to Paper/gtk-2.0/apps/terminal.rc diff --git a/Paper/gtk-2.0/Apps/thunar.rc b/Paper/gtk-2.0/apps/thunar.rc similarity index 100% rename from Paper/gtk-2.0/Apps/thunar.rc rename to Paper/gtk-2.0/apps/thunar.rc diff --git a/Paper/gtk-2.0/Apps/apps.rc b/Paper/gtk-2.0/apps/xchat.rc similarity index 100% rename from Paper/gtk-2.0/Apps/apps.rc rename to Paper/gtk-2.0/apps/xchat.rc diff --git a/Paper/gtk-2.0/Apps/xfce.rc b/Paper/gtk-2.0/apps/xfce.rc similarity index 100% rename from Paper/gtk-2.0/Apps/xfce.rc rename to Paper/gtk-2.0/apps/xfce.rc diff --git a/Paper/gtk-2.0/assets/border.png b/Paper/gtk-2.0/assets/border.png new file mode 100644 index 0000000..dee4574 Binary files /dev/null and b/Paper/gtk-2.0/assets/border.png differ diff --git a/Paper/gtk-2.0/assets/button-active.png b/Paper/gtk-2.0/assets/button-active.png new file mode 100644 index 0000000..042288f Binary files /dev/null and b/Paper/gtk-2.0/assets/button-active.png differ diff --git a/Paper/gtk-2.0/assets/button-hover.png b/Paper/gtk-2.0/assets/button-hover.png new file mode 100644 index 0000000..a812130 Binary files /dev/null and b/Paper/gtk-2.0/assets/button-hover.png differ diff --git a/Paper/gtk-2.0/assets/button-insensitive.png b/Paper/gtk-2.0/assets/button-insensitive.png new file mode 100644 index 0000000..f304aeb Binary files /dev/null and b/Paper/gtk-2.0/assets/button-insensitive.png differ diff --git a/Paper/gtk-2.0/assets/button.png b/Paper/gtk-2.0/assets/button.png new file mode 100644 index 0000000..5b9ffd3 Binary files /dev/null and b/Paper/gtk-2.0/assets/button.png differ diff --git a/Paper/gtk-2.0/assets/checkbox-checked-active.png b/Paper/gtk-2.0/assets/checkbox-checked-active.png new file mode 100644 index 0000000..edb397f Binary files /dev/null and b/Paper/gtk-2.0/assets/checkbox-checked-active.png differ diff --git a/Paper/gtk-2.0/assets/checkbox-checked-hover.png b/Paper/gtk-2.0/assets/checkbox-checked-hover.png new file mode 100644 index 0000000..35940a2 Binary files /dev/null and b/Paper/gtk-2.0/assets/checkbox-checked-hover.png differ diff --git a/Paper/gtk-2.0/assets/checkbox-checked-insensitive.png b/Paper/gtk-2.0/assets/checkbox-checked-insensitive.png new file mode 100644 index 0000000..08eb1e8 Binary files /dev/null and b/Paper/gtk-2.0/assets/checkbox-checked-insensitive.png differ diff --git a/Paper/gtk-2.0/assets/checkbox-checked.png b/Paper/gtk-2.0/assets/checkbox-checked.png new file mode 100644 index 0000000..b518444 Binary files /dev/null and b/Paper/gtk-2.0/assets/checkbox-checked.png differ diff --git a/Paper/gtk-2.0/assets/checkbox-mixed-active.png b/Paper/gtk-2.0/assets/checkbox-mixed-active.png new file mode 100644 index 0000000..9d2935e Binary files /dev/null and b/Paper/gtk-2.0/assets/checkbox-mixed-active.png differ diff --git a/Paper/gtk-2.0/assets/checkbox-mixed-hover.png b/Paper/gtk-2.0/assets/checkbox-mixed-hover.png new file mode 100644 index 0000000..ac136ed Binary files /dev/null and b/Paper/gtk-2.0/assets/checkbox-mixed-hover.png differ diff --git a/Paper/gtk-2.0/assets/checkbox-mixed-insensitive.png b/Paper/gtk-2.0/assets/checkbox-mixed-insensitive.png new file mode 100644 index 0000000..c70df97 Binary files /dev/null and b/Paper/gtk-2.0/assets/checkbox-mixed-insensitive.png differ diff --git a/Paper/gtk-2.0/assets/checkbox-mixed.png b/Paper/gtk-2.0/assets/checkbox-mixed.png new file mode 100644 index 0000000..ba24eff Binary files /dev/null and b/Paper/gtk-2.0/assets/checkbox-mixed.png differ diff --git a/Paper/gtk-2.0/assets/checkbox-unchecked-active.png b/Paper/gtk-2.0/assets/checkbox-unchecked-active.png new file mode 100644 index 0000000..0ee4270 Binary files /dev/null and b/Paper/gtk-2.0/assets/checkbox-unchecked-active.png differ diff --git a/Paper/gtk-2.0/assets/checkbox-unchecked-hover.png b/Paper/gtk-2.0/assets/checkbox-unchecked-hover.png new file mode 100644 index 0000000..18e1373 Binary files /dev/null and b/Paper/gtk-2.0/assets/checkbox-unchecked-hover.png differ diff --git a/Paper/gtk-2.0/assets/checkbox-unchecked-insensitive.png b/Paper/gtk-2.0/assets/checkbox-unchecked-insensitive.png new file mode 100644 index 0000000..dd12f44 Binary files /dev/null and b/Paper/gtk-2.0/assets/checkbox-unchecked-insensitive.png differ diff --git a/Paper/gtk-2.0/assets/checkbox-unchecked.png b/Paper/gtk-2.0/assets/checkbox-unchecked.png new file mode 100644 index 0000000..af72132 Binary files /dev/null and b/Paper/gtk-2.0/assets/checkbox-unchecked.png differ diff --git a/Paper/gtk-2.0/assets/combo-entry-ltr-button-active.png b/Paper/gtk-2.0/assets/combo-entry-ltr-button-active.png new file mode 100644 index 0000000..e242331 Binary files /dev/null and b/Paper/gtk-2.0/assets/combo-entry-ltr-button-active.png differ diff --git a/Paper/gtk-2.0/assets/combo-entry-ltr-button-hover.png b/Paper/gtk-2.0/assets/combo-entry-ltr-button-hover.png new file mode 100644 index 0000000..0753561 Binary files /dev/null and b/Paper/gtk-2.0/assets/combo-entry-ltr-button-hover.png differ diff --git a/Paper/gtk-2.0/assets/combo-entry-ltr-button-insensitive.png b/Paper/gtk-2.0/assets/combo-entry-ltr-button-insensitive.png new file mode 100644 index 0000000..34f2b81 Binary files /dev/null and b/Paper/gtk-2.0/assets/combo-entry-ltr-button-insensitive.png differ diff --git a/Paper/gtk-2.0/assets/combo-entry-ltr-button.png b/Paper/gtk-2.0/assets/combo-entry-ltr-button.png new file mode 100644 index 0000000..05002e9 Binary files /dev/null and b/Paper/gtk-2.0/assets/combo-entry-ltr-button.png differ diff --git a/Paper/gtk-2.0/assets/combo-entry-ltr-entry-active.png b/Paper/gtk-2.0/assets/combo-entry-ltr-entry-active.png new file mode 100644 index 0000000..604470c Binary files /dev/null and b/Paper/gtk-2.0/assets/combo-entry-ltr-entry-active.png differ diff --git a/Paper/gtk-2.0/assets/combo-entry-ltr-entry-insensitive.png b/Paper/gtk-2.0/assets/combo-entry-ltr-entry-insensitive.png new file mode 100644 index 0000000..df5ca69 Binary files /dev/null and b/Paper/gtk-2.0/assets/combo-entry-ltr-entry-insensitive.png differ diff --git a/Paper/gtk-2.0/assets/combo-entry-ltr-entry.png b/Paper/gtk-2.0/assets/combo-entry-ltr-entry.png new file mode 100644 index 0000000..454050e Binary files /dev/null and b/Paper/gtk-2.0/assets/combo-entry-ltr-entry.png differ diff --git a/Paper/gtk-2.0/assets/combo-entry-rtl-button-active.png b/Paper/gtk-2.0/assets/combo-entry-rtl-button-active.png new file mode 100644 index 0000000..726cb51 Binary files /dev/null and b/Paper/gtk-2.0/assets/combo-entry-rtl-button-active.png differ diff --git a/Paper/gtk-2.0/assets/combo-entry-rtl-button-hover.png b/Paper/gtk-2.0/assets/combo-entry-rtl-button-hover.png new file mode 100644 index 0000000..6bb6a06 Binary files /dev/null and b/Paper/gtk-2.0/assets/combo-entry-rtl-button-hover.png differ diff --git a/Paper/gtk-2.0/assets/combo-entry-rtl-button-insensitive.png b/Paper/gtk-2.0/assets/combo-entry-rtl-button-insensitive.png new file mode 100644 index 0000000..e574fed Binary files /dev/null and b/Paper/gtk-2.0/assets/combo-entry-rtl-button-insensitive.png differ diff --git a/Paper/gtk-2.0/assets/combo-entry-rtl-button.png b/Paper/gtk-2.0/assets/combo-entry-rtl-button.png new file mode 100644 index 0000000..bd9ec2b Binary files /dev/null and b/Paper/gtk-2.0/assets/combo-entry-rtl-button.png differ diff --git a/Paper/gtk-2.0/assets/combo-entry-rtl-entry-active.png b/Paper/gtk-2.0/assets/combo-entry-rtl-entry-active.png new file mode 100644 index 0000000..43cba4a Binary files /dev/null and b/Paper/gtk-2.0/assets/combo-entry-rtl-entry-active.png differ diff --git a/Paper/gtk-2.0/assets/combo-entry-rtl-entry-insensitive.png b/Paper/gtk-2.0/assets/combo-entry-rtl-entry-insensitive.png new file mode 100644 index 0000000..c1d62b3 Binary files /dev/null and b/Paper/gtk-2.0/assets/combo-entry-rtl-entry-insensitive.png differ diff --git a/Paper/gtk-2.0/assets/combo-entry-rtl-entry.png b/Paper/gtk-2.0/assets/combo-entry-rtl-entry.png new file mode 100644 index 0000000..41533e3 Binary files /dev/null and b/Paper/gtk-2.0/assets/combo-entry-rtl-entry.png differ diff --git a/Paper/gtk-2.0/assets/entry-active.png b/Paper/gtk-2.0/assets/entry-active.png new file mode 100644 index 0000000..aa7eecc Binary files /dev/null and b/Paper/gtk-2.0/assets/entry-active.png differ diff --git a/Paper/gtk-2.0/assets/entry-background-insensitive.png b/Paper/gtk-2.0/assets/entry-background-insensitive.png new file mode 100644 index 0000000..3f9b224 Binary files /dev/null and b/Paper/gtk-2.0/assets/entry-background-insensitive.png differ diff --git a/Paper/gtk-2.0/assets/entry-background.png b/Paper/gtk-2.0/assets/entry-background.png new file mode 100644 index 0000000..ac6f839 Binary files /dev/null and b/Paper/gtk-2.0/assets/entry-background.png differ diff --git a/Paper/gtk-2.0/assets/entry-insensitive.png b/Paper/gtk-2.0/assets/entry-insensitive.png new file mode 100644 index 0000000..22ba72a Binary files /dev/null and b/Paper/gtk-2.0/assets/entry-insensitive.png differ diff --git a/Paper/gtk-2.0/assets/entry.png b/Paper/gtk-2.0/assets/entry.png new file mode 100644 index 0000000..d7f2dda Binary files /dev/null and b/Paper/gtk-2.0/assets/entry.png differ diff --git a/Paper/gtk-2.0/assets/focus.png b/Paper/gtk-2.0/assets/focus.png new file mode 100644 index 0000000..fa3f531 Binary files /dev/null and b/Paper/gtk-2.0/assets/focus.png differ diff --git a/Paper/gtk-2.0/assets/frame-inline.png b/Paper/gtk-2.0/assets/frame-inline.png new file mode 100644 index 0000000..d2dd532 Binary files /dev/null and b/Paper/gtk-2.0/assets/frame-inline.png differ diff --git a/Paper/gtk-2.0/assets/frame-notebook.png b/Paper/gtk-2.0/assets/frame-notebook.png new file mode 100644 index 0000000..3ffc805 Binary files /dev/null and b/Paper/gtk-2.0/assets/frame-notebook.png differ diff --git a/Paper/gtk-2.0/assets/frame.png b/Paper/gtk-2.0/assets/frame.png new file mode 100644 index 0000000..2a97e00 Binary files /dev/null and b/Paper/gtk-2.0/assets/frame.png differ diff --git a/Paper/gtk-2.0/assets/handle-horz.png b/Paper/gtk-2.0/assets/handle-horz.png new file mode 100644 index 0000000..5708eca Binary files /dev/null and b/Paper/gtk-2.0/assets/handle-horz.png differ diff --git a/Paper/gtk-2.0/assets/handle-vert.png b/Paper/gtk-2.0/assets/handle-vert.png new file mode 100644 index 0000000..aaa774c Binary files /dev/null and b/Paper/gtk-2.0/assets/handle-vert.png differ diff --git a/Paper/gtk-2.0/assets/handle.png b/Paper/gtk-2.0/assets/handle.png new file mode 100644 index 0000000..4808876 Binary files /dev/null and b/Paper/gtk-2.0/assets/handle.png differ diff --git a/Paper/gtk-2.0/assets/line.png b/Paper/gtk-2.0/assets/line.png new file mode 100644 index 0000000..5712b40 Binary files /dev/null and b/Paper/gtk-2.0/assets/line.png differ diff --git a/Paper/gtk-2.0/assets/menu-border.png b/Paper/gtk-2.0/assets/menu-border.png new file mode 100644 index 0000000..2a97e00 Binary files /dev/null and b/Paper/gtk-2.0/assets/menu-border.png differ diff --git a/Paper/gtk-2.0/assets/menu-checkbox-checked-hover.png b/Paper/gtk-2.0/assets/menu-checkbox-checked-hover.png new file mode 100644 index 0000000..0e35dad Binary files /dev/null and b/Paper/gtk-2.0/assets/menu-checkbox-checked-hover.png differ diff --git a/Paper/gtk-2.0/assets/menu-checkbox-checked-insensitive.png b/Paper/gtk-2.0/assets/menu-checkbox-checked-insensitive.png new file mode 100644 index 0000000..a57889c Binary files /dev/null and b/Paper/gtk-2.0/assets/menu-checkbox-checked-insensitive.png differ diff --git a/Paper/gtk-2.0/assets/menu-checkbox-checked.png b/Paper/gtk-2.0/assets/menu-checkbox-checked.png new file mode 100644 index 0000000..ccd2d39 Binary files /dev/null and b/Paper/gtk-2.0/assets/menu-checkbox-checked.png differ diff --git a/Paper/gtk-2.0/assets/menu-checkbox-hover.png b/Paper/gtk-2.0/assets/menu-checkbox-hover.png new file mode 100644 index 0000000..1bda8d9 Binary files /dev/null and b/Paper/gtk-2.0/assets/menu-checkbox-hover.png differ diff --git a/Paper/gtk-2.0/assets/menu-checkbox-insensitive.png b/Paper/gtk-2.0/assets/menu-checkbox-insensitive.png new file mode 100644 index 0000000..330968d Binary files /dev/null and b/Paper/gtk-2.0/assets/menu-checkbox-insensitive.png differ diff --git a/Paper/gtk-2.0/assets/menu-checkbox-mixed-hover.png b/Paper/gtk-2.0/assets/menu-checkbox-mixed-hover.png new file mode 100644 index 0000000..5311eb0 Binary files /dev/null and b/Paper/gtk-2.0/assets/menu-checkbox-mixed-hover.png differ diff --git a/Paper/gtk-2.0/assets/menu-checkbox-mixed-insensitive.png b/Paper/gtk-2.0/assets/menu-checkbox-mixed-insensitive.png new file mode 100644 index 0000000..bfffaf9 Binary files /dev/null and b/Paper/gtk-2.0/assets/menu-checkbox-mixed-insensitive.png differ diff --git a/Paper/gtk-2.0/assets/menu-checkbox-mixed.png b/Paper/gtk-2.0/assets/menu-checkbox-mixed.png new file mode 100644 index 0000000..18eacf0 Binary files /dev/null and b/Paper/gtk-2.0/assets/menu-checkbox-mixed.png differ diff --git a/Paper/gtk-2.0/assets/menu-checkbox.png b/Paper/gtk-2.0/assets/menu-checkbox.png new file mode 100644 index 0000000..38217c8 Binary files /dev/null and b/Paper/gtk-2.0/assets/menu-checkbox.png differ diff --git a/Paper/gtk-2.0/assets/menu-pan-down-insensitive.png b/Paper/gtk-2.0/assets/menu-pan-down-insensitive.png new file mode 100644 index 0000000..77279e2 Binary files /dev/null and b/Paper/gtk-2.0/assets/menu-pan-down-insensitive.png differ diff --git a/Paper/gtk-2.0/assets/menu-pan-down.png b/Paper/gtk-2.0/assets/menu-pan-down.png new file mode 100644 index 0000000..ad4d50c Binary files /dev/null and b/Paper/gtk-2.0/assets/menu-pan-down.png differ diff --git a/Paper/gtk-2.0/assets/menu-pan-left-hover.png b/Paper/gtk-2.0/assets/menu-pan-left-hover.png new file mode 100644 index 0000000..542e9ef Binary files /dev/null and b/Paper/gtk-2.0/assets/menu-pan-left-hover.png differ diff --git a/Paper/gtk-2.0/assets/menu-pan-left-insensitive.png b/Paper/gtk-2.0/assets/menu-pan-left-insensitive.png new file mode 100644 index 0000000..4154d5a Binary files /dev/null and b/Paper/gtk-2.0/assets/menu-pan-left-insensitive.png differ diff --git a/Paper/gtk-2.0/assets/menu-pan-left.png b/Paper/gtk-2.0/assets/menu-pan-left.png new file mode 100644 index 0000000..f6041e8 Binary files /dev/null and b/Paper/gtk-2.0/assets/menu-pan-left.png differ diff --git a/Paper/gtk-2.0/assets/menu-pan-right-hover.png b/Paper/gtk-2.0/assets/menu-pan-right-hover.png new file mode 100644 index 0000000..534e6bb Binary files /dev/null and b/Paper/gtk-2.0/assets/menu-pan-right-hover.png differ diff --git a/Paper/gtk-2.0/assets/menu-pan-right-insensitive.png b/Paper/gtk-2.0/assets/menu-pan-right-insensitive.png new file mode 100644 index 0000000..04786a0 Binary files /dev/null and b/Paper/gtk-2.0/assets/menu-pan-right-insensitive.png differ diff --git a/Paper/gtk-2.0/assets/menu-pan-right.png b/Paper/gtk-2.0/assets/menu-pan-right.png new file mode 100644 index 0000000..c0bfdba Binary files /dev/null and b/Paper/gtk-2.0/assets/menu-pan-right.png differ diff --git a/Paper/gtk-2.0/assets/menu-pan-up-insensitive.png b/Paper/gtk-2.0/assets/menu-pan-up-insensitive.png new file mode 100644 index 0000000..726f911 Binary files /dev/null and b/Paper/gtk-2.0/assets/menu-pan-up-insensitive.png differ diff --git a/Paper/gtk-2.0/assets/menu-pan-up.png b/Paper/gtk-2.0/assets/menu-pan-up.png new file mode 100644 index 0000000..d477c88 Binary files /dev/null and b/Paper/gtk-2.0/assets/menu-pan-up.png differ diff --git a/Paper/gtk-2.0/assets/menu-radio-checked-hover.png b/Paper/gtk-2.0/assets/menu-radio-checked-hover.png new file mode 100644 index 0000000..8e7c38e Binary files /dev/null and b/Paper/gtk-2.0/assets/menu-radio-checked-hover.png differ diff --git a/Paper/gtk-2.0/assets/menu-radio-checked-insensitive.png b/Paper/gtk-2.0/assets/menu-radio-checked-insensitive.png new file mode 100644 index 0000000..dc2aacc Binary files /dev/null and b/Paper/gtk-2.0/assets/menu-radio-checked-insensitive.png differ diff --git a/Paper/gtk-2.0/assets/menu-radio-checked.png b/Paper/gtk-2.0/assets/menu-radio-checked.png new file mode 100644 index 0000000..7d09c68 Binary files /dev/null and b/Paper/gtk-2.0/assets/menu-radio-checked.png differ diff --git a/Paper/gtk-2.0/assets/menu-radio-hover.png b/Paper/gtk-2.0/assets/menu-radio-hover.png new file mode 100644 index 0000000..6ac8ad5 Binary files /dev/null and b/Paper/gtk-2.0/assets/menu-radio-hover.png differ diff --git a/Paper/gtk-2.0/assets/menu-radio-insensitive.png b/Paper/gtk-2.0/assets/menu-radio-insensitive.png new file mode 100644 index 0000000..f48e281 Binary files /dev/null and b/Paper/gtk-2.0/assets/menu-radio-insensitive.png differ diff --git a/Paper/gtk-2.0/assets/menu-radio-mixed-hover.png b/Paper/gtk-2.0/assets/menu-radio-mixed-hover.png new file mode 100644 index 0000000..9176662 Binary files /dev/null and b/Paper/gtk-2.0/assets/menu-radio-mixed-hover.png differ diff --git a/Paper/gtk-2.0/assets/menu-radio-mixed-insensitive.png b/Paper/gtk-2.0/assets/menu-radio-mixed-insensitive.png new file mode 100644 index 0000000..6ae3458 Binary files /dev/null and b/Paper/gtk-2.0/assets/menu-radio-mixed-insensitive.png differ diff --git a/Paper/gtk-2.0/assets/menu-radio-mixed.png b/Paper/gtk-2.0/assets/menu-radio-mixed.png new file mode 100644 index 0000000..a892c4e Binary files /dev/null and b/Paper/gtk-2.0/assets/menu-radio-mixed.png differ diff --git a/Paper/gtk-2.0/assets/menu-radio.png b/Paper/gtk-2.0/assets/menu-radio.png new file mode 100644 index 0000000..c33cf2a Binary files /dev/null and b/Paper/gtk-2.0/assets/menu-radio.png differ diff --git a/Paper/gtk-2.0/assets/menubar-item-active.png b/Paper/gtk-2.0/assets/menubar-item-active.png new file mode 100644 index 0000000..b4144cb Binary files /dev/null and b/Paper/gtk-2.0/assets/menubar-item-active.png differ diff --git a/Paper/gtk-2.0/assets/notebook-combo-entry-ltr-entry-active.png b/Paper/gtk-2.0/assets/notebook-combo-entry-ltr-entry-active.png new file mode 100644 index 0000000..bebfc7b Binary files /dev/null and b/Paper/gtk-2.0/assets/notebook-combo-entry-ltr-entry-active.png differ diff --git a/Paper/gtk-2.0/assets/notebook-combo-entry-ltr-entry-insensitive.png b/Paper/gtk-2.0/assets/notebook-combo-entry-ltr-entry-insensitive.png new file mode 100644 index 0000000..7b0d122 Binary files /dev/null and b/Paper/gtk-2.0/assets/notebook-combo-entry-ltr-entry-insensitive.png differ diff --git a/Paper/gtk-2.0/assets/notebook-combo-entry-ltr-entry.png b/Paper/gtk-2.0/assets/notebook-combo-entry-ltr-entry.png new file mode 100644 index 0000000..f782aa9 Binary files /dev/null and b/Paper/gtk-2.0/assets/notebook-combo-entry-ltr-entry.png differ diff --git a/Paper/gtk-2.0/assets/notebook-combo-entry-rtl-entry-active.png b/Paper/gtk-2.0/assets/notebook-combo-entry-rtl-entry-active.png new file mode 100644 index 0000000..a89da06 Binary files /dev/null and b/Paper/gtk-2.0/assets/notebook-combo-entry-rtl-entry-active.png differ diff --git a/Paper/gtk-2.0/assets/notebook-combo-entry-rtl-entry-insensitive.png b/Paper/gtk-2.0/assets/notebook-combo-entry-rtl-entry-insensitive.png new file mode 100644 index 0000000..c1d85d8 Binary files /dev/null and b/Paper/gtk-2.0/assets/notebook-combo-entry-rtl-entry-insensitive.png differ diff --git a/Paper/gtk-2.0/assets/notebook-combo-entry-rtl-entry.png b/Paper/gtk-2.0/assets/notebook-combo-entry-rtl-entry.png new file mode 100644 index 0000000..d335ace Binary files /dev/null and b/Paper/gtk-2.0/assets/notebook-combo-entry-rtl-entry.png differ diff --git a/Paper/gtk-2.0/assets/notebook-entry-active.png b/Paper/gtk-2.0/assets/notebook-entry-active.png new file mode 100644 index 0000000..aa7eecc Binary files /dev/null and b/Paper/gtk-2.0/assets/notebook-entry-active.png differ diff --git a/Paper/gtk-2.0/assets/notebook-entry-insensitive.png b/Paper/gtk-2.0/assets/notebook-entry-insensitive.png new file mode 100644 index 0000000..22ba72a Binary files /dev/null and b/Paper/gtk-2.0/assets/notebook-entry-insensitive.png differ diff --git a/Paper/gtk-2.0/assets/notebook-entry.png b/Paper/gtk-2.0/assets/notebook-entry.png new file mode 100644 index 0000000..d7f2dda Binary files /dev/null and b/Paper/gtk-2.0/assets/notebook-entry.png differ diff --git a/Paper/gtk-2.0/assets/pan-down-insensitive.png b/Paper/gtk-2.0/assets/pan-down-insensitive.png new file mode 100644 index 0000000..77279e2 Binary files /dev/null and b/Paper/gtk-2.0/assets/pan-down-insensitive.png differ diff --git a/Paper/gtk-2.0/assets/pan-down.png b/Paper/gtk-2.0/assets/pan-down.png new file mode 100644 index 0000000..ad4d50c Binary files /dev/null and b/Paper/gtk-2.0/assets/pan-down.png differ diff --git a/Paper/gtk-2.0/assets/pan-left-insensitive.png b/Paper/gtk-2.0/assets/pan-left-insensitive.png new file mode 100644 index 0000000..85cd42c Binary files /dev/null and b/Paper/gtk-2.0/assets/pan-left-insensitive.png differ diff --git a/Paper/gtk-2.0/assets/pan-left-semi.png b/Paper/gtk-2.0/assets/pan-left-semi.png new file mode 100644 index 0000000..04fe46e Binary files /dev/null and b/Paper/gtk-2.0/assets/pan-left-semi.png differ diff --git a/Paper/gtk-2.0/assets/pan-left.png b/Paper/gtk-2.0/assets/pan-left.png new file mode 100644 index 0000000..83befa0 Binary files /dev/null and b/Paper/gtk-2.0/assets/pan-left.png differ diff --git a/Paper/gtk-2.0/assets/pan-right-insensitive.png b/Paper/gtk-2.0/assets/pan-right-insensitive.png new file mode 100644 index 0000000..ca635ab Binary files /dev/null and b/Paper/gtk-2.0/assets/pan-right-insensitive.png differ diff --git a/Paper/gtk-2.0/assets/pan-right-semi.png b/Paper/gtk-2.0/assets/pan-right-semi.png new file mode 100644 index 0000000..0394ff3 Binary files /dev/null and b/Paper/gtk-2.0/assets/pan-right-semi.png differ diff --git a/Paper/gtk-2.0/assets/pan-right.png b/Paper/gtk-2.0/assets/pan-right.png new file mode 100644 index 0000000..c2873fe Binary files /dev/null and b/Paper/gtk-2.0/assets/pan-right.png differ diff --git a/Paper/gtk-2.0/assets/pan-up-insensitive.png b/Paper/gtk-2.0/assets/pan-up-insensitive.png new file mode 100644 index 0000000..726f911 Binary files /dev/null and b/Paper/gtk-2.0/assets/pan-up-insensitive.png differ diff --git a/Paper/gtk-2.0/assets/pan-up.png b/Paper/gtk-2.0/assets/pan-up.png new file mode 100644 index 0000000..d477c88 Binary files /dev/null and b/Paper/gtk-2.0/assets/pan-up.png differ diff --git a/Paper/gtk-2.0/assets/progressbar-horz-trough.png b/Paper/gtk-2.0/assets/progressbar-horz-trough.png new file mode 100644 index 0000000..6e24f6f Binary files /dev/null and b/Paper/gtk-2.0/assets/progressbar-horz-trough.png differ diff --git a/Paper/gtk-2.0/assets/progressbar-horz.png b/Paper/gtk-2.0/assets/progressbar-horz.png new file mode 100644 index 0000000..48d2bcd Binary files /dev/null and b/Paper/gtk-2.0/assets/progressbar-horz.png differ diff --git a/Paper/gtk-2.0/assets/progressbar-vert-trough.png b/Paper/gtk-2.0/assets/progressbar-vert-trough.png new file mode 100644 index 0000000..157e13b Binary files /dev/null and b/Paper/gtk-2.0/assets/progressbar-vert-trough.png differ diff --git a/Paper/gtk-2.0/assets/progressbar-vert.png b/Paper/gtk-2.0/assets/progressbar-vert.png new file mode 100644 index 0000000..acbcec3 Binary files /dev/null and b/Paper/gtk-2.0/assets/progressbar-vert.png differ diff --git a/Paper/gtk-2.0/assets/radio-checked-active.png b/Paper/gtk-2.0/assets/radio-checked-active.png new file mode 100644 index 0000000..cd3e9e2 Binary files /dev/null and b/Paper/gtk-2.0/assets/radio-checked-active.png differ diff --git a/Paper/gtk-2.0/assets/radio-checked-hover.png b/Paper/gtk-2.0/assets/radio-checked-hover.png new file mode 100644 index 0000000..c9c7590 Binary files /dev/null and b/Paper/gtk-2.0/assets/radio-checked-hover.png differ diff --git a/Paper/gtk-2.0/assets/radio-checked-insensitive.png b/Paper/gtk-2.0/assets/radio-checked-insensitive.png new file mode 100644 index 0000000..e1682cc Binary files /dev/null and b/Paper/gtk-2.0/assets/radio-checked-insensitive.png differ diff --git a/Paper/gtk-2.0/assets/radio-checked.png b/Paper/gtk-2.0/assets/radio-checked.png new file mode 100644 index 0000000..dde0bd2 Binary files /dev/null and b/Paper/gtk-2.0/assets/radio-checked.png differ diff --git a/Paper/gtk-2.0/assets/radio-mixed-active.png b/Paper/gtk-2.0/assets/radio-mixed-active.png new file mode 100644 index 0000000..cb79300 Binary files /dev/null and b/Paper/gtk-2.0/assets/radio-mixed-active.png differ diff --git a/Paper/gtk-2.0/assets/radio-mixed-hover.png b/Paper/gtk-2.0/assets/radio-mixed-hover.png new file mode 100644 index 0000000..e013d34 Binary files /dev/null and b/Paper/gtk-2.0/assets/radio-mixed-hover.png differ diff --git a/Paper/gtk-2.0/assets/radio-mixed-insensitive.png b/Paper/gtk-2.0/assets/radio-mixed-insensitive.png new file mode 100644 index 0000000..5916bb0 Binary files /dev/null and b/Paper/gtk-2.0/assets/radio-mixed-insensitive.png differ diff --git a/Paper/gtk-2.0/assets/radio-mixed.png b/Paper/gtk-2.0/assets/radio-mixed.png new file mode 100644 index 0000000..b6ba05c Binary files /dev/null and b/Paper/gtk-2.0/assets/radio-mixed.png differ diff --git a/Paper/gtk-2.0/assets/radio-unchecked-active.png b/Paper/gtk-2.0/assets/radio-unchecked-active.png new file mode 100644 index 0000000..3efe763 Binary files /dev/null and b/Paper/gtk-2.0/assets/radio-unchecked-active.png differ diff --git a/Paper/gtk-2.0/assets/radio-unchecked-hover.png b/Paper/gtk-2.0/assets/radio-unchecked-hover.png new file mode 100644 index 0000000..8bcc548 Binary files /dev/null and b/Paper/gtk-2.0/assets/radio-unchecked-hover.png differ diff --git a/Paper/gtk-2.0/assets/radio-unchecked-insensitive.png b/Paper/gtk-2.0/assets/radio-unchecked-insensitive.png new file mode 100644 index 0000000..82c1bcf Binary files /dev/null and b/Paper/gtk-2.0/assets/radio-unchecked-insensitive.png differ diff --git a/Paper/gtk-2.0/assets/radio-unchecked.png b/Paper/gtk-2.0/assets/radio-unchecked.png new file mode 100644 index 0000000..2b16c4b Binary files /dev/null and b/Paper/gtk-2.0/assets/radio-unchecked.png differ diff --git a/Paper/gtk-2.0/assets/scale-horz-focus.png b/Paper/gtk-2.0/assets/scale-horz-focus.png new file mode 100644 index 0000000..4c60e0c Binary files /dev/null and b/Paper/gtk-2.0/assets/scale-horz-focus.png differ diff --git a/Paper/gtk-2.0/assets/scale-horz-trough-active.png b/Paper/gtk-2.0/assets/scale-horz-trough-active.png new file mode 100644 index 0000000..5a8a4e7 Binary files /dev/null and b/Paper/gtk-2.0/assets/scale-horz-trough-active.png differ diff --git a/Paper/gtk-2.0/assets/scale-horz-trough.png b/Paper/gtk-2.0/assets/scale-horz-trough.png new file mode 100644 index 0000000..71c9947 Binary files /dev/null and b/Paper/gtk-2.0/assets/scale-horz-trough.png differ diff --git a/Paper/gtk-2.0/assets/scale-slider-active.png b/Paper/gtk-2.0/assets/scale-slider-active.png new file mode 100644 index 0000000..4205ced Binary files /dev/null and b/Paper/gtk-2.0/assets/scale-slider-active.png differ diff --git a/Paper/gtk-2.0/assets/scale-slider-hover.png b/Paper/gtk-2.0/assets/scale-slider-hover.png new file mode 100644 index 0000000..164f464 Binary files /dev/null and b/Paper/gtk-2.0/assets/scale-slider-hover.png differ diff --git a/Paper/gtk-2.0/assets/scale-slider-insensitive.png b/Paper/gtk-2.0/assets/scale-slider-insensitive.png new file mode 100644 index 0000000..e3d1d0f Binary files /dev/null and b/Paper/gtk-2.0/assets/scale-slider-insensitive.png differ diff --git a/Paper/gtk-2.0/assets/scale-slider.png b/Paper/gtk-2.0/assets/scale-slider.png new file mode 100644 index 0000000..57fd118 Binary files /dev/null and b/Paper/gtk-2.0/assets/scale-slider.png differ diff --git a/Paper/gtk-2.0/assets/scale-vert-trough-active.png b/Paper/gtk-2.0/assets/scale-vert-trough-active.png new file mode 100644 index 0000000..b01b02b Binary files /dev/null and b/Paper/gtk-2.0/assets/scale-vert-trough-active.png differ diff --git a/Paper/gtk-2.0/assets/scale-vert-trough.png b/Paper/gtk-2.0/assets/scale-vert-trough.png new file mode 100644 index 0000000..2151e0f Binary files /dev/null and b/Paper/gtk-2.0/assets/scale-vert-trough.png differ diff --git a/Paper/gtk-2.0/assets/scrollbar-horz-slider-active.png b/Paper/gtk-2.0/assets/scrollbar-horz-slider-active.png new file mode 100644 index 0000000..f758322 Binary files /dev/null and b/Paper/gtk-2.0/assets/scrollbar-horz-slider-active.png differ diff --git a/Paper/gtk-2.0/assets/scrollbar-horz-slider-hover.png b/Paper/gtk-2.0/assets/scrollbar-horz-slider-hover.png new file mode 100644 index 0000000..8fde833 Binary files /dev/null and b/Paper/gtk-2.0/assets/scrollbar-horz-slider-hover.png differ diff --git a/Paper/gtk-2.0/assets/scrollbar-horz-slider.png b/Paper/gtk-2.0/assets/scrollbar-horz-slider.png new file mode 100644 index 0000000..8b1acd4 Binary files /dev/null and b/Paper/gtk-2.0/assets/scrollbar-horz-slider.png differ diff --git a/Paper/gtk-2.0/assets/scrollbar-horz-trough.png b/Paper/gtk-2.0/assets/scrollbar-horz-trough.png new file mode 100644 index 0000000..882945e Binary files /dev/null and b/Paper/gtk-2.0/assets/scrollbar-horz-trough.png differ diff --git a/Paper/gtk-2.0/assets/scrollbar-vert-slider-active-rtl.png b/Paper/gtk-2.0/assets/scrollbar-vert-slider-active-rtl.png new file mode 100644 index 0000000..e4e189e Binary files /dev/null and b/Paper/gtk-2.0/assets/scrollbar-vert-slider-active-rtl.png differ diff --git a/Paper/gtk-2.0/assets/scrollbar-vert-slider-active.png b/Paper/gtk-2.0/assets/scrollbar-vert-slider-active.png new file mode 100644 index 0000000..14208f0 Binary files /dev/null and b/Paper/gtk-2.0/assets/scrollbar-vert-slider-active.png differ diff --git a/Paper/gtk-2.0/assets/scrollbar-vert-slider-hover-rtl.png b/Paper/gtk-2.0/assets/scrollbar-vert-slider-hover-rtl.png new file mode 100644 index 0000000..5237dbe Binary files /dev/null and b/Paper/gtk-2.0/assets/scrollbar-vert-slider-hover-rtl.png differ diff --git a/Paper/gtk-2.0/assets/scrollbar-vert-slider-hover.png b/Paper/gtk-2.0/assets/scrollbar-vert-slider-hover.png new file mode 100644 index 0000000..e469bcd Binary files /dev/null and b/Paper/gtk-2.0/assets/scrollbar-vert-slider-hover.png differ diff --git a/Paper/gtk-2.0/assets/scrollbar-vert-slider-rtl.png b/Paper/gtk-2.0/assets/scrollbar-vert-slider-rtl.png new file mode 100644 index 0000000..d77c17e Binary files /dev/null and b/Paper/gtk-2.0/assets/scrollbar-vert-slider-rtl.png differ diff --git a/Paper/gtk-2.0/assets/scrollbar-vert-slider.png b/Paper/gtk-2.0/assets/scrollbar-vert-slider.png new file mode 100644 index 0000000..7178768 Binary files /dev/null and b/Paper/gtk-2.0/assets/scrollbar-vert-slider.png differ diff --git a/Paper/gtk-2.0/assets/scrollbar-vert-trough-rtl.png b/Paper/gtk-2.0/assets/scrollbar-vert-trough-rtl.png new file mode 100644 index 0000000..9d56a3c Binary files /dev/null and b/Paper/gtk-2.0/assets/scrollbar-vert-trough-rtl.png differ diff --git a/Paper/gtk-2.0/assets/scrollbar-vert-trough.png b/Paper/gtk-2.0/assets/scrollbar-vert-trough.png new file mode 100644 index 0000000..d751c23 Binary files /dev/null and b/Paper/gtk-2.0/assets/scrollbar-vert-trough.png differ diff --git a/Paper/gtk-2.0/assets/spin-down-insensitive.png b/Paper/gtk-2.0/assets/spin-down-insensitive.png new file mode 100644 index 0000000..1082dda Binary files /dev/null and b/Paper/gtk-2.0/assets/spin-down-insensitive.png differ diff --git a/Paper/gtk-2.0/assets/spin-down.png b/Paper/gtk-2.0/assets/spin-down.png new file mode 100644 index 0000000..76a8d95 Binary files /dev/null and b/Paper/gtk-2.0/assets/spin-down.png differ diff --git a/Paper/gtk-2.0/assets/spin-ltr-down-active.png b/Paper/gtk-2.0/assets/spin-ltr-down-active.png new file mode 100644 index 0000000..3ae2607 Binary files /dev/null and b/Paper/gtk-2.0/assets/spin-ltr-down-active.png differ diff --git a/Paper/gtk-2.0/assets/spin-ltr-down-hover.png b/Paper/gtk-2.0/assets/spin-ltr-down-hover.png new file mode 100644 index 0000000..97bcc91 Binary files /dev/null and b/Paper/gtk-2.0/assets/spin-ltr-down-hover.png differ diff --git a/Paper/gtk-2.0/assets/spin-ltr-down-insensitive.png b/Paper/gtk-2.0/assets/spin-ltr-down-insensitive.png new file mode 100644 index 0000000..11730de Binary files /dev/null and b/Paper/gtk-2.0/assets/spin-ltr-down-insensitive.png differ diff --git a/Paper/gtk-2.0/assets/spin-ltr-down.png b/Paper/gtk-2.0/assets/spin-ltr-down.png new file mode 100644 index 0000000..519bc4d Binary files /dev/null and b/Paper/gtk-2.0/assets/spin-ltr-down.png differ diff --git a/Paper/gtk-2.0/assets/spin-ltr-up-active.png b/Paper/gtk-2.0/assets/spin-ltr-up-active.png new file mode 100644 index 0000000..234547d Binary files /dev/null and b/Paper/gtk-2.0/assets/spin-ltr-up-active.png differ diff --git a/Paper/gtk-2.0/assets/spin-ltr-up-hover.png b/Paper/gtk-2.0/assets/spin-ltr-up-hover.png new file mode 100644 index 0000000..32d10be Binary files /dev/null and b/Paper/gtk-2.0/assets/spin-ltr-up-hover.png differ diff --git a/Paper/gtk-2.0/assets/spin-ltr-up-insensitive.png b/Paper/gtk-2.0/assets/spin-ltr-up-insensitive.png new file mode 100644 index 0000000..3798593 Binary files /dev/null and b/Paper/gtk-2.0/assets/spin-ltr-up-insensitive.png differ diff --git a/Paper/gtk-2.0/assets/spin-ltr-up.png b/Paper/gtk-2.0/assets/spin-ltr-up.png new file mode 100644 index 0000000..5910f4f Binary files /dev/null and b/Paper/gtk-2.0/assets/spin-ltr-up.png differ diff --git a/Paper/gtk-2.0/assets/spin-rtl-down-active.png b/Paper/gtk-2.0/assets/spin-rtl-down-active.png new file mode 100644 index 0000000..4c3277c Binary files /dev/null and b/Paper/gtk-2.0/assets/spin-rtl-down-active.png differ diff --git a/Paper/gtk-2.0/assets/spin-rtl-down-hover.png b/Paper/gtk-2.0/assets/spin-rtl-down-hover.png new file mode 100644 index 0000000..e8ef4e6 Binary files /dev/null and b/Paper/gtk-2.0/assets/spin-rtl-down-hover.png differ diff --git a/Paper/gtk-2.0/assets/spin-rtl-down-insensitive.png b/Paper/gtk-2.0/assets/spin-rtl-down-insensitive.png new file mode 100644 index 0000000..785d110 Binary files /dev/null and b/Paper/gtk-2.0/assets/spin-rtl-down-insensitive.png differ diff --git a/Paper/gtk-2.0/assets/spin-rtl-down.png b/Paper/gtk-2.0/assets/spin-rtl-down.png new file mode 100644 index 0000000..a436453 Binary files /dev/null and b/Paper/gtk-2.0/assets/spin-rtl-down.png differ diff --git a/Paper/gtk-2.0/assets/spin-rtl-up-active.png b/Paper/gtk-2.0/assets/spin-rtl-up-active.png new file mode 100644 index 0000000..829e1ac Binary files /dev/null and b/Paper/gtk-2.0/assets/spin-rtl-up-active.png differ diff --git a/Paper/gtk-2.0/assets/spin-rtl-up-hover.png b/Paper/gtk-2.0/assets/spin-rtl-up-hover.png new file mode 100644 index 0000000..5b6533f Binary files /dev/null and b/Paper/gtk-2.0/assets/spin-rtl-up-hover.png differ diff --git a/Paper/gtk-2.0/assets/spin-rtl-up-insensitive.png b/Paper/gtk-2.0/assets/spin-rtl-up-insensitive.png new file mode 100644 index 0000000..1bce11b Binary files /dev/null and b/Paper/gtk-2.0/assets/spin-rtl-up-insensitive.png differ diff --git a/Paper/gtk-2.0/assets/spin-rtl-up.png b/Paper/gtk-2.0/assets/spin-rtl-up.png new file mode 100644 index 0000000..20a4fc6 Binary files /dev/null and b/Paper/gtk-2.0/assets/spin-rtl-up.png differ diff --git a/Paper/gtk-2.0/assets/spin-up-insensitive.png b/Paper/gtk-2.0/assets/spin-up-insensitive.png new file mode 100644 index 0000000..5651890 Binary files /dev/null and b/Paper/gtk-2.0/assets/spin-up-insensitive.png differ diff --git a/Paper/gtk-2.0/assets/spin-up.png b/Paper/gtk-2.0/assets/spin-up.png new file mode 100644 index 0000000..fe6a1f0 Binary files /dev/null and b/Paper/gtk-2.0/assets/spin-up.png differ diff --git a/Paper/gtk-2.0/assets/tab-down-active.png b/Paper/gtk-2.0/assets/tab-down-active.png new file mode 100644 index 0000000..04b4681 Binary files /dev/null and b/Paper/gtk-2.0/assets/tab-down-active.png differ diff --git a/Paper/gtk-2.0/assets/tab-down.png b/Paper/gtk-2.0/assets/tab-down.png new file mode 100644 index 0000000..07b0238 Binary files /dev/null and b/Paper/gtk-2.0/assets/tab-down.png differ diff --git a/Paper/gtk-2.0/assets/tab-horz-gap.png b/Paper/gtk-2.0/assets/tab-horz-gap.png new file mode 100644 index 0000000..a7dc386 Binary files /dev/null and b/Paper/gtk-2.0/assets/tab-horz-gap.png differ diff --git a/Paper/gtk-2.0/assets/tab-left-active.png b/Paper/gtk-2.0/assets/tab-left-active.png new file mode 100644 index 0000000..0db2fe4 Binary files /dev/null and b/Paper/gtk-2.0/assets/tab-left-active.png differ diff --git a/Paper/gtk-2.0/assets/tab-left.png b/Paper/gtk-2.0/assets/tab-left.png new file mode 100644 index 0000000..c6254b1 Binary files /dev/null and b/Paper/gtk-2.0/assets/tab-left.png differ diff --git a/Paper/gtk-2.0/assets/tab-right-active.png b/Paper/gtk-2.0/assets/tab-right-active.png new file mode 100644 index 0000000..fdea585 Binary files /dev/null and b/Paper/gtk-2.0/assets/tab-right-active.png differ diff --git a/Paper/gtk-2.0/assets/tab-right.png b/Paper/gtk-2.0/assets/tab-right.png new file mode 100644 index 0000000..4a1325c Binary files /dev/null and b/Paper/gtk-2.0/assets/tab-right.png differ diff --git a/Paper/gtk-2.0/assets/tab-up-active.png b/Paper/gtk-2.0/assets/tab-up-active.png new file mode 100644 index 0000000..6fef3bc Binary files /dev/null and b/Paper/gtk-2.0/assets/tab-up-active.png differ diff --git a/Paper/gtk-2.0/assets/tab-up.png b/Paper/gtk-2.0/assets/tab-up.png new file mode 100644 index 0000000..1c211aa Binary files /dev/null and b/Paper/gtk-2.0/assets/tab-up.png differ diff --git a/Paper/gtk-2.0/assets/tab-vert-gap.png b/Paper/gtk-2.0/assets/tab-vert-gap.png new file mode 100644 index 0000000..13afe4e Binary files /dev/null and b/Paper/gtk-2.0/assets/tab-vert-gap.png differ diff --git a/Paper/gtk-2.0/assets/treeview-pan-down-active.png b/Paper/gtk-2.0/assets/treeview-pan-down-active.png new file mode 100644 index 0000000..ad4d50c Binary files /dev/null and b/Paper/gtk-2.0/assets/treeview-pan-down-active.png differ diff --git a/Paper/gtk-2.0/assets/treeview-pan-down-hover.png b/Paper/gtk-2.0/assets/treeview-pan-down-hover.png new file mode 100644 index 0000000..d3e0b8e Binary files /dev/null and b/Paper/gtk-2.0/assets/treeview-pan-down-hover.png differ diff --git a/Paper/gtk-2.0/assets/treeview-pan-down.png b/Paper/gtk-2.0/assets/treeview-pan-down.png new file mode 100644 index 0000000..163bf0e Binary files /dev/null and b/Paper/gtk-2.0/assets/treeview-pan-down.png differ diff --git a/Paper/gtk-2.0/assets/treeview-pan-up-active.png b/Paper/gtk-2.0/assets/treeview-pan-up-active.png new file mode 100644 index 0000000..d477c88 Binary files /dev/null and b/Paper/gtk-2.0/assets/treeview-pan-up-active.png differ diff --git a/Paper/gtk-2.0/assets/treeview-pan-up-hover.png b/Paper/gtk-2.0/assets/treeview-pan-up-hover.png new file mode 100644 index 0000000..26d291a Binary files /dev/null and b/Paper/gtk-2.0/assets/treeview-pan-up-hover.png differ diff --git a/Paper/gtk-2.0/assets/treeview-pan-up.png b/Paper/gtk-2.0/assets/treeview-pan-up.png new file mode 100644 index 0000000..34a4f13 Binary files /dev/null and b/Paper/gtk-2.0/assets/treeview-pan-up.png differ diff --git a/Paper/gtk-2.0/assets/treeview-separator-ltr.png b/Paper/gtk-2.0/assets/treeview-separator-ltr.png new file mode 100644 index 0000000..0b06a74 Binary files /dev/null and b/Paper/gtk-2.0/assets/treeview-separator-ltr.png differ diff --git a/Paper/gtk-2.0/assets/treeview-separator-rtl.png b/Paper/gtk-2.0/assets/treeview-separator-rtl.png new file mode 100644 index 0000000..424751e Binary files /dev/null and b/Paper/gtk-2.0/assets/treeview-separator-rtl.png differ diff --git a/Paper/gtk-2.0/gtkrc b/Paper/gtk-2.0/gtkrc old mode 100644 new mode 100755 index 8240ab2..c8f472a --- a/Paper/gtk-2.0/gtkrc +++ b/Paper/gtk-2.0/gtkrc @@ -17,2322 +17,30 @@ # Paper GTK2 Theme -gtk-color-scheme = "base_color:#FFFFFF\nfg_color:#555555\ntooltip_fg_color:#FFFFFF\nmenubar_color:#546e7a\nselected_bg_color:#3f51b5\nselected_fg_color:#FFFFFF\ntext_color:#555555\nwm_color:#546e7a\nunfocused_wm_color:#5A6367\nbg_color:#EFEFEF\ninsensitive_bg_color:#efefef\ntooltip_bg_color:#333333\npanel_bg_color:#576165\npanel_fg_color:#efefef\nlink_color:#3f51b5" +# Text/base colors +gtk-color-scheme = "text_color:black\nbase_color:white" +# Foreground/background colors +gtk-color-scheme = "fg_color:#333333\nbg_color:#ececec" +# Selected foreground/background colors +gtk-color-scheme = "selected_fg_color:#ffffff\nselected_bg_color:#607d8b" +# Tooltip colors +gtk-color-scheme = "tooltip_fg_color:#333333\ntooltip_bg_color:#ffffff" +# Window colors +gtk-color-scheme = "wm_color:#546e7a\nunfocused_wm_color:#5A6367" gtk-auto-mnemonics = 1 gtk-primary-button-warps-slider = 1 -style "default" -{ - xthickness = 1 - ythickness = 1 - - # Style Properties - - GtkWidget::focus-line-width = 0 - GtkMenuBar::window-dragging = 1 - GtkToolbar::window-dragging = 1 - GtkToolbar::internal-padding = 4 - GtkToolButton::icon-spacing = 4 - - GtkWidget::tooltip-radius = 3 - GtkWidget::tooltip-alpha = 235 - GtkWidget::new-tooltip-style = 1 #for compatibility - - GtkSeparatorMenuItem::horizontal-padding = 3 - GtkSeparatorMenuItem::wide-separators = 1 - GtkSeparatorMenuItem::separator-height = 1 - - GtkButton::child-displacement-y = 0 - GtkButton::default-border = { 0, 0, 0, 0 } - GtkButton::default-outside_border = { 0, 0, 0, 0 } - - GtkEntry::state-hint = 1 - - GtkScrollbar::trough-border = 0 - GtkRange::trough-border = 0 - GtkRange::slider-width = 13 - GtkRange::stepper-size = 0 - - GtkScrollbar::activate-slider = 1 - GtkScrollbar::has-backward-stepper = 0 - GtkScrollbar::has-forward-stepper = 0 - GtkScrollbar::min-slider-length = 42 - GtkScrolledWindow::scrollbar-spacing = 0 - GtkScrolledWindow::scrollbars-within-bevel = 1 - - GtkVScale::slider_length = 16 - GtkVScale::slider_width = 16 - GtkHScale::slider_length = 16 - GtkHScale::slider_width = 17 - - GtkStatusbar::shadow_type = GTK_SHADOW_NONE - GtkSpinButton::shadow_type = GTK_SHADOW_NONE - GtkMenuBar::shadow-type = GTK_SHADOW_NONE - GtkToolbar::shadow-type = GTK_SHADOW_NONE - GtkMenuBar::internal-padding = 0 #( every window is misaligned for the sake of menus ): - GtkMenu::horizontal-padding = 0 - GtkMenu::vertical-padding = 0 - - GtkCheckButton::indicator_spacing = 3 - GtkOptionMenu::indicator_spacing = { 8, 2, 0, 0 } - - GtkTreeView::row_ending_details = 0 - GtkTreeView::expander-size = 11 - GtkTreeView::vertical-separator = 4 - GtkTreeView::horizontal-separator = 4 - GtkTreeView::allow-rules = 1 - - GtkExpander::expander-size = 11 - - GtkWidget::link-color = @link_color - GtkWidget::visited-link-color = @link_color - - # Colors - - bg[NORMAL] = @bg_color - bg[PRELIGHT] = shade (1.02, @bg_color) - bg[SELECTED] = @selected_bg_color - bg[INSENSITIVE] = @bg_color - bg[ACTIVE] = shade (0.9, @bg_color) - - fg[NORMAL] = @text_color - fg[PRELIGHT] = @fg_color - fg[SELECTED] = @selected_fg_color - fg[INSENSITIVE] = darker (@bg_color) - fg[ACTIVE] = @fg_color - - text[NORMAL] = @text_color - text[PRELIGHT] = @text_color - text[SELECTED] = @selected_fg_color - text[INSENSITIVE] = darker (@bg_color) - text[ACTIVE] = @selected_fg_color - - base[NORMAL] = @base_color - base[PRELIGHT] = shade (0.95, @bg_color) - base[SELECTED] = @selected_bg_color - base[INSENSITIVE] = @bg_color - base[ACTIVE] = shade (0.9, @selected_bg_color) - - # For succinctness, all reasonable pixmap options remain here - - engine "pixmap" - { - - # Check Buttons - - image - { - function = CHECK - recolorable = TRUE - state = NORMAL - shadow = OUT - overlay_file = "Check-Radio/checkbox-unchecked.png" - overlay_stretch = FALSE - } - image - { - function = CHECK - recolorable = TRUE - state = PRELIGHT - shadow = OUT - overlay_file = "Check-Radio/checkbox-unchecked.png" - overlay_stretch = FALSE - } - image - { - function = CHECK - recolorable = TRUE - state = ACTIVE - shadow = OUT - overlay_file = "Check-Radio/checkbox-unchecked.png" - overlay_stretch = FALSE - } - image - { - function = CHECK - recolorable = TRUE - state = SELECTED - shadow = OUT - overlay_file = "Check-Radio/checkbox-unchecked.png" - overlay_stretch = FALSE - } - image - { - function = CHECK - recolorable = TRUE - state = INSENSITIVE - shadow = OUT - overlay_file = "Check-Radio/checkbox-unchecked-insensitive.png" - overlay_stretch = FALSE - } - image - { - function = CHECK - recolorable = TRUE - state = NORMAL - shadow = IN - overlay_file = "Check-Radio/checkbox-checked.png" - overlay_stretch = FALSE - } - image - { - function = CHECK - recolorable = TRUE - state = PRELIGHT - shadow = IN - overlay_file = "Check-Radio/checkbox-checked.png" - overlay_stretch = FALSE - } - image - { - function = CHECK - recolorable = TRUE - state = ACTIVE - shadow = IN - overlay_file = "Check-Radio/checkbox-checked.png" - overlay_stretch = FALSE - } - image - { - function = CHECK - recolorable = TRUE - state = SELECTED - shadow = IN - overlay_file = "Check-Radio/checkbox-checked.png" - overlay_stretch = FALSE - } - image - { - function = CHECK - recolorable = TRUE - state = INSENSITIVE - shadow = IN - overlay_file = "Check-Radio/checkbox-checked-insensitive.png" - overlay_stretch = FALSE - } - - # Radio Buttons - - image - { - function = OPTION - state = NORMAL - shadow = OUT - overlay_file = "Check-Radio/option-unchecked.png" - overlay_stretch = FALSE - } - image - { - function = OPTION - state = PRELIGHT - shadow = OUT - overlay_file = "Check-Radio/option-unchecked.png" - overlay_stretch = FALSE - } - image - { - function = OPTION - state = ACTIVE - shadow = OUT - overlay_file = "Check-Radio/option-unchecked.png" - overlay_stretch = FALSE - } - image - { - function = OPTION - state = SELECTED - shadow = OUT - overlay_file = "Check-Radio/option-unchecked.png" - overlay_stretch = FALSE - } - image - { - function = OPTION - state = INSENSITIVE - shadow = OUT - overlay_file = "Check-Radio/option-unchecked-insensitive.png" - overlay_stretch = FALSE - } - image - { - function = OPTION - state = NORMAL - shadow = IN - overlay_file = "Check-Radio/option-checked.png" - overlay_stretch = FALSE - } - image - { - function = OPTION - state = PRELIGHT - shadow = IN - overlay_file = "Check-Radio/option-checked.png" - overlay_stretch = FALSE - } - image - { - function = OPTION - state = ACTIVE - shadow = IN - overlay_file = "Check-Radio/option-checked.png" - overlay_stretch = FALSE - } - image - { - function = OPTION - state = SELECTED - shadow = IN - overlay_file = "Check-Radio/option-checked.png" - overlay_stretch = FALSE - } - image - { - function = OPTION - state = INSENSITIVE - shadow = IN - overlay_file = "Check-Radio/option-checked-insensitive.png" - overlay_stretch = FALSE - } - - # Arrows - - image - { - function = ARROW - overlay_file = "Arrows/arrow-up.png" - overlay_border = { 0, 0, 0, 0 } - overlay_stretch = FALSE - arrow_direction = UP - } - image - { - function = ARROW - state = PRELIGHT - overlay_file = "Arrows/arrow-up-prelight.png" - overlay_border = { 0, 0, 0, 0 } - overlay_stretch = FALSE - arrow_direction = UP - } - image - { - function = ARROW - state = ACTIVE - overlay_file = "Arrows/arrow-up-prelight.png" - overlay_border = { 0, 0, 0, 0 } - overlay_stretch = FALSE - arrow_direction = UP - } - image - { - function = ARROW - state = INSENSITIVE - overlay_file = "Arrows/arrow-up-insens.png" - overlay_border = { 0, 0, 0, 0 } - overlay_stretch = FALSE - arrow_direction = UP - } - - image - { - function = ARROW - state = NORMAL - overlay_file = "Arrows/arrow-down.png" - overlay_border = { 0, 0, 0, 0 } - overlay_stretch = FALSE - arrow_direction = DOWN - } - image - { - function = ARROW - state = PRELIGHT - overlay_file = "Arrows/arrow-down-prelight.png" - overlay_border = { 0, 0, 0, 0 } - overlay_stretch = FALSE - arrow_direction = DOWN - } - image - { - function = ARROW - state = ACTIVE - overlay_file = "Arrows/arrow-down-prelight.png" - overlay_border = { 0, 0, 0, 0 } - overlay_stretch = FALSE - arrow_direction = DOWN - } - image - { - function = ARROW - state = INSENSITIVE - overlay_file = "Arrows/arrow-down-insens.png" - overlay_border = { 0, 0, 0, 0 } - overlay_stretch = FALSE - arrow_direction = DOWN - } - image - { - function = ARROW - overlay_file = "Arrows/arrow-left.png" - overlay_border = { 0, 0, 0, 0 } - overlay_stretch = FALSE - arrow_direction = LEFT - } - image - { - function = ARROW - state = PRELIGHT - overlay_file = "Arrows/arrow-left-prelight.png" - overlay_border = { 0, 0, 0, 0 } - overlay_stretch = FALSE - arrow_direction = LEFT - } - image - { - function = ARROW - state = ACTIVE - overlay_file = "Arrows/arrow-left-prelight.png" - overlay_border = { 0, 0, 0, 0 } - overlay_stretch = FALSE - arrow_direction = LEFT - } - image - { - function = ARROW - state = INSENSITIVE - overlay_file = "Arrows/arrow-left-insens.png" - overlay_border = { 0, 0, 0, 0 } - overlay_stretch = FALSE - arrow_direction = LEFT - } - - image - { - function = ARROW - overlay_file = "Arrows/arrow-right.png" - overlay_border = { 0, 0, 0, 0 } - overlay_stretch = FALSE - arrow_direction = RIGHT - } - image - { - function = ARROW - state = PRELIGHT - overlay_file = "Arrows/arrow-right-prelight.png" - overlay_border = { 0, 0, 0, 0 } - overlay_stretch = FALSE - arrow_direction = RIGHT - } - image - { - function = ARROW - state = ACTIVE - overlay_file = "Arrows/arrow-right-prelight.png" - overlay_border = { 0, 0, 0, 0 } - overlay_stretch = FALSE - arrow_direction = RIGHT - } - image - { - function = ARROW - state = INSENSITIVE - overlay_file = "Arrows/arrow-right-insens.png" - overlay_border = { 0, 0, 0, 0 } - overlay_stretch = FALSE - arrow_direction = RIGHT - } - - - # Option Menu Arrows - - image - { - function = TAB - state = INSENSITIVE - overlay_file = "Arrows/arrow-down-insens.png" - overlay_stretch = FALSE - } - image - { - function = TAB - state = NORMAL - overlay_file = "Arrows/arrow-down.png" - overlay_border = { 0, 0, 0, 0 } - overlay_stretch = FALSE - } - image - { - function = TAB - state = PRELIGHT - overlay_file = "Arrows/arrow-down-prelight.png" - overlay_border = { 0, 0, 0, 0 } - overlay_stretch = FALSE - } - - # Lines - - image - { - function = VLINE - file = "Lines/line-v.png" - border = { 0, 0, 0, 0 } - stretch = TRUE - } - image - { - function = HLINE - file = "Lines/line-h.png" - border = { 0, 0, 0, 0 } - stretch = TRUE - } - - # Focus lines - - image - { - function = FOCUS - file = "Others/focus.png" - border = { 1, 1, 1, 1 } - stretch = TRUE - } - - # Handles - - image - { - function = HANDLE - overlay_file = "Handles/handle-h.png" - overlay_stretch = FALSE - orientation = HORIZONTAL - } - image - { - function = HANDLE - overlay_file = "Handles/handle-v.png" - overlay_stretch = FALSE - orientation = VERTICAL - } - - # Expanders - - image - { - function = EXPANDER - expander_style = COLLAPSED - file = "Expanders/plus.png" - } - - image - { - function = EXPANDER - expander_style = EXPANDED - file = "Expanders/minus.png" - } - - image - { - function = EXPANDER - expander_style = SEMI_EXPANDED - file = "Expanders/minus.png" - } - - image - { - function = EXPANDER - expander_style = SEMI_COLLAPSED - file = "Expanders/plus.png" - } - - image - { - function = RESIZE_GRIP - state = NORMAL - detail = "statusbar" - overlay_file = "Others/null.png" - overlay_border = { 0,0,0,0 } - overlay_stretch = FALSE - } - - # Shadows ( this area needs help :P ) - - image - { - function = SHADOW_GAP - file = "Others/null.png" - border = { 4, 4, 4, 4 } - stretch = TRUE - } - - } -} - -style "dark" -{ - color["bg_color_dark"] = "#4B5044" - color["fg_color_dark"] = "#ffffff" - color["selected_fg_color_dark"] = "#ffffff" - - fg[NORMAL] = @fg_color_dark - fg[PRELIGHT] = shade (1.15, @fg_color_dark) - fg[ACTIVE] = @fg_color_dark - fg[SELECTED] = @selected_fg_color_dark - fg[INSENSITIVE] = shade (0.5, @fg_color_dark) - - bg[NORMAL] = @bg_color_dark - bg[ACTIVE] = shade (0.8, @bg_color_dark) - bg[SELECTED] = @selected_bg_color - bg[PRELIGHT] = shade (1.0, "#4D4C48") - bg[INSENSITIVE] = shade (0.85, @bg_color_dark) - - text[NORMAL] = @fg_color_dark - text[PRELIGHT] = shade (1.15, @fg_color_dark) - text[SELECTED] = @selected_fg_color_dark - text[ACTIVE] = @fg_color_dark - text[INSENSITIVE] = mix (0.5, @bg_color, @bg_color_dark) -} - -style "scrollbar" -{ - engine "pixmap" - { - image - { - function = BOX - detail = "trough" - file = "Scrollbars/trough-scrollbar-horiz.png" - border = { 19, 19, 4, 4 } - stretch = TRUE - orientation = HORIZONTAL - } - image - { - function = BOX - detail = "trough" - file = "Scrollbars/trough-scrollbar-vert.png" - border = { 4, 4, 19, 19 } - stretch = TRUE - orientation = VERTICAL - } - -# Sliders - - image - { - function = SLIDER - state = NORMAL - file = "Scrollbars/slider-horiz.png" - border = { 7, 7, 5, 5 } - stretch = TRUE - orientation = HORIZONTAL - - } - image - { - function = SLIDER - state = ACTIVE - file = "Scrollbars/slider-horiz-active.png" - border = { 7, 7, 5, 5 } - stretch = TRUE - orientation = HORIZONTAL - - } - image - { - function = SLIDER - state = PRELIGHT - file = "Scrollbars/slider-horiz-prelight.png" - border = { 7, 7, 5, 5 } - stretch = TRUE - orientation = HORIZONTAL - - } - image - { - function = SLIDER - state = INSENSITIVE - file = "Scrollbars/slider-horiz-insens.png" - border = { 7, 7, 5, 5 } - stretch = TRUE - orientation = HORIZONTAL - } - -# X Verticals - - image - { - function = SLIDER - state = NORMAL - file = "Scrollbars/slider-vert.png" - border = { 5, 5, 7, 7 } - stretch = TRUE - orientation = VERTICAL - - } - image - { - function = SLIDER - state = ACTIVE - file = "Scrollbars/slider-vert-active.png" - border = { 5, 5, 7, 7 } - stretch = TRUE - orientation = VERTICAL - - } - image - { - function = SLIDER - state = PRELIGHT - file = "Scrollbars/slider-vert-prelight.png" - border = { 5, 5, 7, 7 } - stretch = TRUE - orientation = VERTICAL - - } - image - { - function = SLIDER - state = INSENSITIVE - file = "Scrollbars/slider-vert-insens.png" - border = { 5, 5, 7, 7 } - stretch = TRUE - orientation = VERTICAL - - } - } -} - -style "scrollbar_dark" -{ - engine "pixmap" - { - image - { - function = BOX - detail = "trough" - file = "Scrollbars/trough-scrollbar-horiz-dark.png" - border = { 19, 19, 4, 4 } - stretch = TRUE - orientation = HORIZONTAL - } - image - { - function = BOX - detail = "trough" - file = "Scrollbars/trough-scrollbar-vert-dark.png" - border = { 4, 4, 19, 19 } - stretch = TRUE - orientation = VERTICAL - } - -# Sliders - - image - { - function = SLIDER - state = NORMAL - file = "Scrollbars/slider-horiz.png" - border = { 7, 7, 5, 5 } - stretch = TRUE - orientation = HORIZONTAL - - } - image - { - function = SLIDER - state = ACTIVE - file = "Scrollbars/slider-horiz-active.png" - border = { 7, 7, 5, 5 } - stretch = TRUE - orientation = HORIZONTAL - - } - image - { - function = SLIDER - state = PRELIGHT - file = "Scrollbars/slider-horiz-prelight.png" - border = { 7, 7, 5, 5 } - stretch = TRUE - orientation = HORIZONTAL - - } - image - { - function = SLIDER - state = INSENSITIVE - file = "Scrollbars/slider-horiz-insens.png" - border = { 7, 7, 5, 5 } - stretch = TRUE - orientation = HORIZONTAL - } - -# X Verticals - - image - { - function = SLIDER - state = NORMAL - file = "Scrollbars/slider-vert.png" - border = { 5, 5, 7, 7 } - stretch = TRUE - orientation = VERTICAL - - } - image - { - function = SLIDER - state = ACTIVE - file = "Scrollbars/slider-vert-active.png" - border = { 5, 5, 7, 7 } - stretch = TRUE - orientation = VERTICAL - - } - image - { - function = SLIDER - state = PRELIGHT - file = "Scrollbars/slider-vert-prelight.png" - border = { 5, 5, 7, 7 } - stretch = TRUE - orientation = VERTICAL - - } - image - { - function = SLIDER - state = INSENSITIVE - file = "Scrollbars/slider-vert-insens.png" - border = { 5, 5, 7, 7 } - stretch = TRUE - orientation = VERTICAL - - } - } -} - -style "menubar" -{ - bg[PRELIGHT] = "#FFF" - fg[SELECTED] = @text_color - - xthickness = 0 - ythickness = 0 - - engine "pixmap" - { - image - { - function = BOX - recolorable = TRUE - state = PRELIGHT - file = "Menu-Menubar/menubar_button.png" - border = { 4, 4, 4, 4 } - stretch = TRUE - } - } -} - -style "menu" -{ - xthickness = 0 - ythickness = 0 - - GtkMenuItem::arrow-scaling = 0.4 - - bg[NORMAL] = shade (1.08, @bg_color) - bg[INSENSITIVE] = @base_color - bg[PRELIGHT] = @base_color - - engine "pixmap" - - # For menus that use horizontal lines rather than gtkseparator - - { - image - { - function = HLINE - file = "Lines/menu_line_h.png" - border = { 0, 0, 0, 0 } - stretch = TRUE - } - } -} - -style "menu_item" -{ - xthickness = 2 - ythickness = 4 - - # HACK: Gtk doesn't actually read this value - # while rendering the menu items, but Libreoffice - # does; setting this value equal to the one in - # fg[PRELIGHT] ensures a code path in the LO theming code - # that falls back to a dark text color for menu item text - # highlight. The price to pay is black text on menus as well, - # but at least it's readable. - # See https://bugs.freedesktop.org/show_bug.cgi?id=38038 - bg[SELECTED] = @selected_fg_color - - bg[PRELIGHT] = @selected_bg_color - fg[PRELIGHT] = @selected_fg_color - text[PRELIGHT] = @selected_fg_color - - engine "pixmap" - { - - # Check Buttons - - image - { - function = CHECK - recolorable = TRUE - state = NORMAL - shadow = OUT - overlay_file = "Others/null.png" - overlay_stretch = FALSE - } - image - { - function = CHECK - recolorable = TRUE - state = PRELIGHT - shadow = OUT - overlay_file = "Others/null.png" - overlay_stretch = FALSE - } - image - { - function = CHECK - recolorable = TRUE - state = ACTIVE - shadow = OUT - overlay_file = "Others/null.png" - overlay_stretch = FALSE - } - image - { - function = CHECK - recolorable = TRUE - state = INSENSITIVE - shadow = OUT - overlay_file = "Others/null.png" - overlay_stretch = FALSE - } - image - { - function = CHECK - recolorable = TRUE - state = NORMAL - shadow = IN - overlay_file = "Check-Radio/menucheck.png" - overlay_stretch = FALSE - } - image - { - function = CHECK - recolorable = TRUE - state = PRELIGHT - shadow = IN - overlay_file = "Check-Radio/menucheck_prelight.png" - overlay_stretch = FALSE - } - image - { - function = CHECK - recolorable = TRUE - state = ACTIVE - shadow = IN - overlay_file = "Check-Radio/menucheck.png" - overlay_stretch = FALSE - } - image - { - function = CHECK - recolorable = TRUE - state = INSENSITIVE - shadow = IN - overlay_file = "Others/null.png" - overlay_stretch = FALSE - } - - # Radio Buttons - - image - { - function = OPTION - state = NORMAL - shadow = OUT - overlay_file = "Others/null.png" - overlay_stretch = FALSE - } - image - { - function = OPTION - state = PRELIGHT - shadow = OUT - overlay_file = "Others/null.png" - overlay_stretch = FALSE - } - image - { - function = OPTION - state = ACTIVE - shadow = OUT - overlay_file = "Others/null.png" - overlay_stretch = FALSE - } - image - { - function = OPTION - state = INSENSITIVE - shadow = OUT - overlay_file = "Others/null.png" - overlay_stretch = FALSE - } - image - { - function = OPTION - state = NORMAL - shadow = IN - overlay_file = "Check-Radio/menuoption.png" - overlay_stretch = FALSE - } - image - { - function = OPTION - state = PRELIGHT - shadow = IN - overlay_file = "Check-Radio/menuoption_prelight.png" - overlay_stretch = FALSE - } - image - { - function = OPTION - state = ACTIVE - shadow = IN - overlay_file = "Check-Radio/menuoption.png" - overlay_stretch = FALSE - } - image - { - function = OPTION - state = INSENSITIVE - shadow = IN - overlay_file = "Others/null.png" - overlay_stretch = FALSE - } - image - { - function = SHADOW # This fixes boxy Qt menu items - file = "Others/null.png" - border = { 4, 4, 4, 4 } - stretch = TRUE - } - - # Arrow Buttons - - image - { - function = ARROW - state = NORMAL - overlay_file = "Arrows/menu-arrow.png" - overlay_border = { 0, 0, 0, 0 } - overlay_stretch = FALSE - arrow_direction = RIGHT - } - image - { - function = ARROW - state = PRELIGHT - overlay_file = "Arrows/menu-arrow-prelight.png" - overlay_border = { 0, 0, 0, 0 } - overlay_stretch = FALSE - arrow_direction = RIGHT - } - } -} - -style "menubar_item" -{ - xthickness = 2 - ythickness = 3 - bg[PRELIGHT] = @selected_fg_color - fg[PRELIGHT] = @text_color -} - -style "button" -{ - xthickness = 4 - ythickness = 3 - - engine "pixmap" - { - image - { - function = BOX - state = NORMAL - file = "Buttons/button-default.png" - border = { 4, 4, 4, 4 } - stretch = TRUE - } - image - { - function = BOX - state = PRELIGHT - file = "Buttons/button-prelight.png" - border = { 4, 4, 4, 4 } - stretch = TRUE - } - image - { - function = BOX - state = ACTIVE - file = "Buttons/button-pressed.png" - border = { 4, 4, 4, 4 } - stretch = TRUE - } - image - { - function = BOX - state = INSENSITIVE - file = "Buttons/button-insensitive.png" - border = { 4, 4, 4, 4 } - stretch = TRUE - } - } -} - -style "button_nohilight" -{ - xthickness = 4 - ythickness = 3 - - engine "pixmap" - { - image - { - function = BOX - state = NORMAL - file = "Buttons/button-default-nohilight.png" - border = { 4, 4, 4, 4 } - stretch = TRUE - } - image - { - function = BOX - state = PRELIGHT - file = "Buttons/button-prelight-nohilight.png" - border = { 4, 4, 4, 4 } - stretch = TRUE - } - image - { - function = BOX - state = ACTIVE - file = "Buttons/button-pressed-nohilight.png" - border = { 4, 4, 4, 4 } - stretch = TRUE - } - image - { - function = BOX - state = INSENSITIVE - file = "Buttons/button-insensitive-nohilight.png" - border = { 4, 4, 4, 4 } - stretch = TRUE - } - } -} - -style "checkbutton" -{ - fg[PRELIGHT] = @text_color - fg[ACTIVE] = @text_color -} - -style "entry" -{ - xthickness = 3 - ythickness = 4 - - base[NORMAL] = @base_color - base[INSENSITIVE] = @insensitive_bg_color - - engine "pixmap" - { - image - { - function = SHADOW - detail = "entry" - state = NORMAL - shadow = IN - file = "Entry/entry-border.png" - border = { 4, 4, 4, 4 } - stretch = TRUE - } - - image - { - function = SHADOW - detail = "entry" - state = INSENSITIVE - shadow = IN - file = "Entry/entry-border-disabled.png" - border = { 4, 4, 4, 4 } - stretch = TRUE - } - image - { - function = SHADOW - detail = "entry" - state = ACTIVE - file = "Entry/entry-border-active.png" - border = { 4, 4, 4, 4 } - stretch = TRUE - } - image - { - function = FLAT_BOX - detail = "entry_bg" - state = NORMAL - overlay_file = "Entry/entry-border-fill-plain.png" - overlay_border = { 1, 1, 1, 1 } - overlay_stretch = TRUE - } - image - { - function = FLAT_BOX - detail = "entry_bg" - state = ACTIVE - overlay_file = "Entry/entry-border-fill-plain.png" - overlay_border = { 0, 0, 0, 0 } - overlay_stretch = TRUE - } - } -} - -style "notebook_entry" -{ - engine "pixmap" - { - image - { - function = SHADOW - detail = "entry" - state = NORMAL - shadow = IN - file = "Entry/entry-border.png" - border = { 4, 4, 4, 4 } - stretch = TRUE - } - image - { - function = SHADOW - detail = "entry" - state = INSENSITIVE - shadow = IN - file = "Entry/entry-border-disabled.png" - border = { 4, 4, 4, 4 } - stretch = TRUE - } - image - { - function = SHADOW - detail = "entry" - state = ACTIVE - file = "Entry/entry-border-active.png" - border = { 4, 4, 4, 4 } - stretch = TRUE - } - } -} - -style "notebook_tab_label" -{ - fg[ACTIVE] = @text_color -} - -style "combobox_entry" -{ - xthickness = 3 - ythickness = 4 - - engine "pixmap" - { - # LTR version - image - { - function = SHADOW - detail = "entry" - state = NORMAL - shadow = IN - file = "Entry/combo-entry-border.png" - border = { 4, 4, 5, 4 } - stretch = TRUE - direction = LTR - } - image - { - function = SHADOW - detail = "entry" - state = INSENSITIVE - shadow = IN - file = "Entry/combo-entry-border-disabled.png" - border = { 4, 4, 5, 4 } - stretch = TRUE - direction = LTR - } - image - { - function = SHADOW - detail = "entry" - state = ACTIVE - file = "Entry/combo-entry-border-active.png" - border = { 4, 4, 5, 4 } - stretch = TRUE - direction = LTR - } - - # RTL version - - image - { - function = SHADOW - detail = "entry" - state = NORMAL - shadow = IN - file = "Entry/combo-entry-border-rtl.png" - border = { 4, 4, 5, 4 } - stretch = TRUE - direction = RTL - } - image - { - function = SHADOW - detail = "entry" - state = INSENSITIVE - shadow = IN - file = "Entry/combo-entry-border-disabled-rtl.png" - border = { 4, 4, 5, 4 } - stretch = TRUE - direction = RTL - } - image - { - function = SHADOW - detail = "entry" - state = ACTIVE - file = "Entry/combo-entry-border-active-rtl.png" - border = { 4, 4, 5, 4 } - stretch = TRUE - direction = RTL - } - } -} - -style "notebook_combobox_entry" -{ - engine "pixmap" - { - # LTR version - image - { - function = SHADOW - detail = "entry" - state = NORMAL - shadow = IN - file = "Entry/combo-entry-border.png" - border = { 4, 4, 5, 4 } - stretch = TRUE - direction = LTR - } - image - { - function = SHADOW - detail = "entry" - state = INSENSITIVE - shadow = IN - file = "Entry/combo-entry-border-disabled.png" - border = { 4, 4, 5, 4 } - stretch = TRUE - direction = LTR - } - image - { - function = SHADOW - detail = "entry" - state = ACTIVE - file = "Entry/combo-entry-border-active.png" - border = { 4, 4, 5, 4 } - stretch = TRUE - direction = LTR - } - - # RTL version - - image - { - function = SHADOW - detail = "entry" - state = NORMAL - shadow = IN - file = "Entry/combo-entry-border-rtl.png" - border = { 4, 4, 5, 4 } - stretch = TRUE - direction = RTL - } - image - { - function = SHADOW - detail = "entry" - state = INSENSITIVE - shadow = IN - file = "Entry/combo-entry-border-disabled-rtl.png" - border = { 4, 4, 5, 4 } - stretch = TRUE - direction = RTL - } - image - { - function = SHADOW - detail = "entry" - state = ACTIVE - file = "Entry/combo-entry-border-active-rtl.png" - border = { 4, 4, 5, 4 } - stretch = TRUE - direction = RTL - } - } -} - -style "combobox_entry_button" -{ - fg[ACTIVE] = @text_color - - engine "pixmap" - { - - # LTR version - image - { - function = BOX - state = NORMAL - file = "Entry/combo-entry-button.png" - border = { 4, 4, 5, 4 } - stretch = TRUE - direction = LTR - } - image - { - function = BOX - state = PRELIGHT - file = "Entry/combo-entry-button.png" - border = { 4, 4, 5, 4 } - stretch = TRUE - direction = LTR - } - image - { - function = BOX - state = INSENSITIVE - file = "Entry/combo-entry-button-disabled.png" - border = { 4, 4, 5, 4 } - stretch = TRUE - direction = LTR - } - image - { - function = BOX - state = ACTIVE - file = "Entry/combo-entry-button-active.png" - border = { 4, 4, 5, 4 } - stretch = TRUE - direction = LTR - } - - # RTL version - image - { - function = BOX - state = NORMAL - file = "Entry/combo-entry-button-rtl.png" - border = { 4, 4, 5, 4 } - stretch = TRUE - direction = RTL - } - image - { - function = BOX - state = PRELIGHT - file = "Entry/combo-entry-button-rtl.png" - border = { 4, 4, 5, 4 } - stretch = TRUE - direction = RTL - } - image - { - function = BOX - state = INSENSITIVE - file = "Entry/combo-entry-button-disabled-rtl.png" - border = { 4, 4, 5, 4 } - stretch = TRUE - direction = RTL - } - image - { - function = BOX - state = ACTIVE - file = "Entry/combo-entry-button-active-rtl.png" - border = { 4, 4, 5, 4 } - stretch = TRUE - direction = RTL - } - - } -} - -style "spinbutton" -{ - bg[NORMAL] = @bg_color - - xthickness = 3 - ythickness = 4 - - engine "pixmap" - { - image - { - function = ARROW - } - - # Spin-Up LTR - image - { - function = BOX - state = NORMAL - detail = "spinbutton_up" - file = "Spin/up-background.png" - border = { 1, 4, 5, 0 } - stretch = TRUE - overlay_file = "Arrows/arrow-up-small.png" - overlay_stretch = FALSE - direction = LTR - } - image - { - function = BOX - state = PRELIGHT - detail = "spinbutton_up" - file = "Spin/up-background.png" - border = { 1, 4, 5, 0 } - stretch = TRUE - overlay_file = "Arrows/arrow-up-small-prelight.png" - overlay_stretch = FALSE - direction = LTR - } - image - { - function = BOX - state = INSENSITIVE - detail = "spinbutton_up" - file = "Spin/up-background-disable.png" - border = { 1, 4, 5, 0 } - stretch = TRUE - overlay_file = "Arrows/arrow-up-small-insens.png" - overlay_stretch = FALSE - direction = LTR - } - image - { - function = BOX - state = ACTIVE - detail = "spinbutton_up" - file = "Spin/up-background.png" - border = { 1, 4, 5, 0 } - stretch = TRUE - overlay_file = "Arrows/arrow-up-small-prelight.png" - overlay_stretch = FALSE - direction = LTR - } - - # Spin-Up RTL - image - { - function = BOX - state = NORMAL - detail = "spinbutton_up" - file = "Spin/up-background-rtl.png" - border = { 4, 1, 5, 0 } - stretch = TRUE - overlay_file = "Arrows/arrow-up-small.png" - overlay_stretch = FALSE - direction = RTL - } - image - { - function = BOX - state = PRELIGHT - detail = "spinbutton_up" - file = "Spin/up-background-rtl.png" - border = { 4, 1, 5, 0 } - stretch = TRUE - overlay_file = "Arrows/arrow-up-small-prelight.png" - overlay_stretch = FALSE - direction = RTL - } - image - { - function = BOX - state = INSENSITIVE - detail = "spinbutton_up" - file = "Spin/up-background-disable-rtl.png" - border = { 4, 1, 5, 0 } - stretch = TRUE - overlay_file = "Arrows/arrow-up-small-insens.png" - overlay_stretch = FALSE - direction = RTL - } - image - { - function = BOX - state = ACTIVE - detail = "spinbutton_up" - file = "Spin/up-background-rtl.png" - border = { 4, 1, 5, 0 } - stretch = TRUE - overlay_file = "Arrows/arrow-up-small-prelight.png" - overlay_stretch = FALSE - direction = RTL - } - - # Spin-Down LTR - image - { - function = BOX - state = NORMAL - detail = "spinbutton_down" - file = "Spin/down-background.png" - border = { 1, 4, 1, 4 } - stretch = TRUE - overlay_file = "Arrows/arrow-down-small.png" - overlay_stretch = FALSE - direction = LTR - } - image - { - function = BOX - state = PRELIGHT - detail = "spinbutton_down" - file = "Spin/down-background.png" - border = { 1, 4, 1, 4 } - stretch = TRUE - overlay_file = "Arrows/arrow-down-small-prelight.png" - overlay_stretch = FALSE - direction = LTR - } - image - { - function = BOX - state = INSENSITIVE - detail = "spinbutton_down" - file = "Spin/down-background-disable.png" - border = { 1, 4, 1, 4 } - stretch = TRUE - overlay_file = "Arrows/arrow-down-small-insens.png" - overlay_stretch = FALSE - direction = LTR - } - image - { - function = BOX - state = ACTIVE - detail = "spinbutton_down" - file = "Spin/down-background.png" - border = { 1, 4, 1, 4 } - stretch = TRUE - overlay_file = "Arrows/arrow-down-small-prelight.png" - overlay_stretch = FALSE - direction = LTR - } - - # Spin-Down RTL - image - { - function = BOX - state = NORMAL - detail = "spinbutton_down" - file = "Spin/down-background-rtl.png" - border = { 4, 1, 1, 4 } - stretch = TRUE - overlay_file = "Arrows/arrow-down-small.png" - overlay_stretch = FALSE - direction = RTL - } - image - { - function = BOX - state = PRELIGHT - detail = "spinbutton_down" - file = "Spin/down-background-rtl.png" - border = { 4, 1, 1, 4 } - stretch = TRUE - overlay_file = "Arrows/arrow-down-small-prelight.png" - overlay_stretch = FALSE - direction = RTL - } - image - { - function = BOX - state = INSENSITIVE - detail = "spinbutton_down" - file = "Spin/down-background-disable-rtl.png" - border = { 4, 1, 1, 4 } - stretch = TRUE - overlay_file = "Arrows/arrow-down-small-insens.png" - overlay_stretch = FALSE - direction = RTL - } - image - { - function = BOX - state = ACTIVE - detail = "spinbutton_down" - file = "Spin/down-background-rtl.png" - border = { 4, 1, 1, 4 } - stretch = TRUE - overlay_file = "Arrows/arrow-down-small-prelight.png" - overlay_stretch = FALSE - direction = RTL - } - } -} - - - - -style "standalone_entry" -{ - engine "pixmap" - { - image - { - function = FLAT_BOX - detail = "entry_bg" - state = NORMAL - file = "Entry/entry-border-fill-plain.png" - stretch = TRUE - border = { 0, 0, 0, 0 } - } - image - { - function = FLAT_BOX - detail = "entry_bg" - state = ACTIVE - file = "Entry/entry-border-fill-plain.png" - stretch = TRUE - border = { 0, 0, 0, 0 } - } - image - { - function = SHADOW - detail = "entry" - state = NORMAL - shadow = IN - file = "Entry/entry-border.png" - border = { 4, 4, 4, 4 } - stretch = TRUE - } - image - { - function = SHADOW - detail = "entry" - state = ACTIVE - file = "Entry/entry-border-active.png" - border = { 4, 4, 4, 4 } - stretch = TRUE - } - } -} - -style "notebook" -{ - - xthickness = 5 - ythickness = 2 - - engine "pixmap" - { - image - { - function = EXTENSION - state = ACTIVE - file = "Tabs/tab-bottom.png" - border = { 3,3,3,5 } - stretch = TRUE - gap_side = TOP - } - image - { - function = EXTENSION - state = ACTIVE - file = "Tabs/tab-top.png" - border = { 3,3,5,3 } - stretch = TRUE - gap_side = BOTTOM - } - image - { - function = EXTENSION - state = ACTIVE - file = "Tabs/tab-left.png" - border = { 3,3,3,3 } - stretch = TRUE - gap_side = RIGHT - } - image - { - function = EXTENSION - state = ACTIVE - file = "Tabs/tab-right.png" - border = { 3,3,3,3 } - stretch = TRUE - gap_side = LEFT - } - image - { - function = EXTENSION - file = "Tabs/tab-top-active.png" - border = { 3,3,3,3 } - stretch = TRUE - gap_side = BOTTOM - } - image - { - function = EXTENSION - file = "Tabs/tab-bottom-active.png" - border = { 3,3,3,3 } - stretch = TRUE - gap_side = TOP - } - image - { - function = EXTENSION - file = "Tabs/tab-left-active.png" - border = { 3,3,3,3 } - stretch = TRUE - gap_side = RIGHT - } - image - { - function = EXTENSION - file = "Tabs/tab-right-active.png" - border = { 3,3,3,3 } - stretch = TRUE - gap_side = LEFT - } - -# How to draw boxes with a gap on one side (ie the page of a notebook) - - image - { - function = BOX_GAP - file = "Tabs/notebook.png" - border = { 4, 4, 4, 4 } - stretch = TRUE - gap_file = "Tabs/notebook-gap-horiz.png" - gap_border = { 1, 1, 0, 0 } - gap_side = TOP - } - image - { - function = BOX_GAP - file = "Tabs/notebook.png" - border = { 4, 4, 4, 4 } - stretch = TRUE - gap_file = "Tabs/notebook-gap-horiz.png" - gap_border = { 1, 1, 0, 0 } - gap_side = BOTTOM - } - image - { - function = BOX_GAP - file = "Tabs/notebook.png" - border = { 4, 4, 4, 4 } - stretch = TRUE - gap_file = "Tabs/notebook-gap-vert.png" - gap_border = { 0, 0, 1, 1 } - gap_side = LEFT - } - image - { - function = BOX_GAP - file = "Tabs/notebook.png" - border = { 4, 4, 4, 4 } - stretch = TRUE - gap_file = "Tabs/notebook-gap-vert.png" - gap_border = { 0, 0, 1, 1 } - gap_side = RIGHT - } - -# How to draw the box of a notebook when it isnt attached to a tab - - image - { - function = BOX - file = "Tabs/notebook.png" - border = { 4, 4, 4, 4 } - stretch = TRUE - } - } -} - -style "handlebox" -{ - engine "pixmap" - { - image - { - function = BOX - file = "Others/null.png" - border = { 4, 4, 4, 4 } - stretch = TRUE - detail = "handlebox_bin" - shadow = IN - } - image - { - function = BOX - file = "Others/null.png" - border = { 4, 4, 4, 4 } - stretch = TRUE - detail = "handlebox_bin" - shadow = OUT - } - } -} - -style "combobox_separator" -{ - xthickness = 0 - ythickness = 0 - GtkWidget::wide-separators = 1 -} - -style "combobox" -{ - xthickness = 0 - ythickness = 0 -} - -style "combobox_button" -{ - xthickness = 2 - ythickness = 2 -} - -style "range" -{ - engine "pixmap" - { - image - { - function = BOX - detail = "trough" - file = "Range/trough-horizontal.png" - border = { 4, 4, 0, 0 } - stretch = TRUE - orientation = HORIZONTAL - } - image - { - function = BOX - detail = "trough" - file = "Range/trough-vertical.png" - border = { 0, 0, 4, 4 } - stretch = TRUE - orientation = VERTICAL - } - - # Horizontal - - image - { - function = SLIDER - state = NORMAL - file = "Others/null.png" - border = { 0, 0, 0, 0 } - stretch = TRUE - overlay_file = "Range/slider-horiz.png" - overlay_stretch = FALSE - orientation = HORIZONTAL - } - image - { - function = SLIDER - state = PRELIGHT - file = "Others/null.png" - border = { 0, 0, 0, 0 } - stretch = TRUE - overlay_file = "Range/slider-horiz-prelight.png" - overlay_stretch = FALSE - orientation = HORIZONTAL - } - image - { - function = SLIDER - state = INSENSITIVE - file = "Others/null.png" - border = { 0, 0, 0, 0 } - stretch = TRUE - overlay_file = "Range/slider-horiz.png" - overlay_stretch = FALSE - orientation = HORIZONTAL - } - - # Vertical - - image - { - function = SLIDER - state = NORMAL - file = "Others/null.png" - border = { 0, 0, 0, 0 } - stretch = TRUE - overlay_file = "Range/slider-vert.png" - overlay_stretch = FALSE - orientation = VERTICAL - } - image - { - function = SLIDER - state = PRELIGHT - file = "Others/null.png" - border = { 0, 0, 0, 0 } - stretch = TRUE - overlay_file = "Range/slider-vert-prelight.png" - overlay_stretch = FALSE - orientation = VERTICAL - } - image - { - function = SLIDER - state = INSENSITIVE - file = "Others/null.png" - border = { 0, 0, 0, 0 } - stretch = TRUE - overlay_file = "Range/slider-vert.png" - overlay_stretch = FALSE - orientation = VERTICAL - } - -# Function below removes ugly boxes - - image - { - function = BOX - file = "Others/null.png" - border = { 3, 3, 3, 3 } - stretch = TRUE - } - - } -} - -style "progressbar" -{ - xthickness = 1 - ythickness = 1 - - engine "pixmap" - { - image - { - function = BOX - detail = "trough" - file = "ProgressBar/trough-progressbar.png" - border = { 4, 4, 4, 4 } - stretch = TRUE - orientation = HORIZONTAL - } - image - { - function = BOX - detail = "bar" - file = "ProgressBar/progressbar.png" - stretch = TRUE - border = { 3, 3, 3, 3 } - orientation = HORIZONTAL - } - image - { - function = BOX - detail = "trough" - file = "ProgressBar/trough-progressbar_v.png" - border = { 4, 4, 4, 4 } - stretch = TRUE - orientation = VERTICAL - } - image - { - function = BOX - detail = "bar" - file = "ProgressBar/progressbar_v.png" - stretch = TRUE - border = { 3, 3, 3, 3 } - orientation = VERTICAL - } - } -} - -style "separator_menu_item" -{ - engine "pixmap" - { - image - { - function = BOX - file = "Lines/menu_line_h.png" - border = { 0, 0, 1, 0 } - stretch = TRUE - } - } -} - -style "treeview_header" -{ - ythickness = 1 - - fg[NORMAL] = shade(0.55, @bg_color) - fg[PRELIGHT] = shade(0.80, @text_color) - font_name = "Bold" - - engine "pixmap" - { - image - { - function = BOX - file = "Others/tree_header.png" - border = { 1, 1, 1, 1 } - stretch = TRUE - } - } -} - -style "scrolled_window" -{ - xthickness = 1 - ythickness = 1 - - engine "pixmap" - { - image - { - function = SHADOW - file = "Shadows/frame.png" - border = { 5, 5, 5, 5 } - stretch = TRUE - } - } -} - -style "frame" -{ - xthickness = 1 - ythickness = 1 - - engine "pixmap" - { - image - { - function = SHADOW - file = "Shadows/frame.png" - border = { 1, 1, 1, 1 } - stretch = TRUE - shadow = IN - } - image - { - function = SHADOW_GAP - file = "Shadows/frame.png" - border = { 1, 1, 1, 1 } - stretch = TRUE - gap_start_file = "Shadows/frame-gap-start.png" - gap_start_border = { 1, 0, 0, 0 } - gap_end_file = "Shadows/frame-gap-end.png" - gap_end_border = { 0, 1, 0, 0 } - shadow = IN - } - image - { - function = SHADOW - file = "Shadows/frame.png" - border = { 1, 1, 1, 1 } - stretch = TRUE - shadow = OUT - } - image - { - function = SHADOW_GAP - file = "Shadows/frame.png" - border = { 1, 1, 1, 1 } - stretch = TRUE - gap_start_file = "Shadows/frame-gap-start.png" - gap_start_border = { 1, 0, 0, 0 } - gap_end_file = "Shadows/frame-gap-end.png" - gap_end_border = { 0, 1, 0, 0 } - shadow = OUT - } - image - { - function = SHADOW - file = "Shadows/frame.png" - border = { 1, 1, 1, 1 } - stretch = TRUE - shadow = ETCHED_IN - } - image - { - function = SHADOW_GAP - file = "Shadows/frame.png" - border = { 1, 1, 1, 1 } - stretch = TRUE - gap_start_file = "Shadows/frame-gap-start.png" - gap_start_border = { 1, 0, 0, 0 } - gap_end_file = "Shadows/frame-gap-end.png" - gap_end_border = { 0, 1, 0, 0 } - shadow = ETCHED_IN - } - image - { - function = SHADOW - file = "Shadows/frame.png" - border = { 1, 1, 1, 1 } - stretch = TRUE - shadow = ETCHED_OUT - } - image - { - function = SHADOW_GAP - file = "Shadows/frame.png" - border = { 1, 1, 1, 1 } - stretch = TRUE - gap_start_file = "Shadows/frame-gap-start.png" - gap_start_border = { 1, 0, 0, 0 } - gap_end_file = "Shadows/frame-gap-end.png" - gap_end_border = { 0, 1, 0, 0 } - shadow = ETCHED_OUT - } - } -} - -style "toolbar" -{ - engine "pixmap" - { - image - { - function = SHADOW - } - } -} - -style "inline_toolbar" -{ - GtkToolbar::button-relief = GTK_RELIEF_NORMAL - - engine "pixmap" - { - image - { - function = BOX - file = "Toolbar/inline-toolbar.png" - stretch = TRUE - } - } -} - -style "notebook_viewport" -{ - bg[NORMAL] = @base_color -} - -style "tooltips" -{ - xthickness = 8 - ythickness = 4 - - bg[NORMAL] = @tooltip_bg_color - fg[NORMAL] = @tooltip_fg_color - bg[SELECTED] = @tooltip_bg_color -} - - -style "null" -{ - engine "pixmap" - { - image - { - function = BOX - file = "Others/null.png" - stretch = TRUE - } - } -} - - -class "GtkWidget" style "default" -class "GtkScrollbar" style "scrollbar" -class "GtkButton" style "button" -class "GtkEntry" style "entry" -class "GtkOldEditable" style "entry" -class "GtkSpinButton" style "spinbutton" -class "GtkNotebook" style "notebook" -class "GtkRange" style "range" -class "GtkProgressBar" style "progressbar" -class "GtkSeparatorMenuItem" style "separator_menu_item" -class "GtkScrolledWindow" style "scrolled_window" -class "GtkFrame" style "frame" -class "GtkToolbar" style "toolbar" - -widget_class "**" style "menubar" -widget_class "**" style "menu" -widget_class "**" style "menu_item" -widget_class "*.*" style "menubar_item" -widget_class "**" style "checkbutton" -widget_class "*" style "combobox" -widget_class "**" style "combobox_button" -widget_class "**" style "combobox_separator" -widget_class "*HandleBox" style "handlebox" -widget_class "***" style "treeview_header" -widget_class "**" style "inline_toolbar" -widget_class "***" style "button_nohilight" -widget_class "**" style "combobox_entry" -widget_class "**" style "combobox_entry_button" -widget_class "**" style "button_nohilight" -widget_class "***" style "notebook_viewport" - -# Entries in notebooks draw with notebook's base color, but not if there's -# something else in the middle that draws gray again -widget_class "**" style "notebook_entry" -widget_class "***" style "entry" - -widget_class "***" style "notebook_combobox_entry" -widget_class "****" style "combobox_entry" - -# We also need to avoid changing fg color for the inactive notebook tab labels -widget_class "*." style "notebook_tab_label" - -# GTK tooltips -widget "gtk-tooltip*" style "tooltips" - -# Includes -include "Apps/apps.rc" -include "Apps/chrome.rc" -include "Apps/eclipse.rc" -include "Apps/firefox.rc" -include "Apps/gimp.rc" -include "Apps/libreoffice.rc" -include "Apps/panel.rc" -include "Apps/terminal.rc" -include "Apps/thunar.rc" +include "main.rc" + +# App stylings +include "apps/chrome.rc" +include "apps/eclipse.rc" +include "apps/firefox.rc" +include "apps/gimp.rc" +include "apps/libreoffice.rc" +include "apps/panel.rc" +include "apps/terminal.rc" +include "apps/thunar.rc" +include "apps/xchat.rc" +include "apps/xfce.rc" \ No newline at end of file diff --git a/Paper/gtk-2.0/main.rc b/Paper/gtk-2.0/main.rc new file mode 100644 index 0000000..f30cc2f --- /dev/null +++ b/Paper/gtk-2.0/main.rc @@ -0,0 +1,2549 @@ +# vim:set ft=gtkrc ts=2 sw=2 sts=2 ai et: + +style "default" { + + xthickness = 1 + ythickness = 1 + + #################### + # Style Properties # + #################### + + GtkWidget::focus-line-width = 1 + GtkWidget::focus-line-pattern = "\2\1" + + GtkToolbar::internal-padding = 4 + GtkToolButton::icon-spacing = 4 + + GtkWidget::tooltip-radius = 3 + GtkWidget::tooltip-alpha = 235 + GtkWidget::new-tooltip-style = 1 #for compatibility + + GtkWidget::link-color = shade(0.9, @selected_bg_color) + GtkWidget::visited-link-color = shade(0.8, @selected_bg_color) + GnomeHRef::link_color = shade(0.9, @selected_bg_color) + GtkHTML::link-color = shade(0.9, @selected_bg_color) + GtkHTML::vlink-color = shade(0.8, @selected_bg_color) + GtkIMHtml::hyperlink-color = shade(0.9, @selected_bg_color) + GtkIMHtml::hyperlink-visited-color = shade(0.8, @selected_bg_color) + + GtkSeparatorMenuItem::horizontal-padding = 0 + GtkSeparatorMenuItem::wide-separators = 1 + GtkSeparatorMenuItem::separator-height = 1 + + GtkButton::child-displacement-y = 0 + + GtkButton::default-border = {0, 0, 0, 0} + GtkButton::default-outside-border = {0, 0, 0, 0} + GtkButton::inner-border = {4, 4, 4, 4} + + GtkEntry::state-hint = 1 + GtkEntry::inner-border = {7, 7, 4, 5} + + GtkPaned::handle-size = 9 + GtkHPaned::handle-size = 9 + GtkVPaned::handle-size = 9 + + GtkScrollbar::trough-border = 0 + GtkRange::trough-border = 0 + GtkRange::slider-width = 13 + GtkRange::stepper-size = 0 + GtkRange::activate-slider = 1 + + GtkScrollbar::activate-slider = 1 + GtkScrollbar::stepper-size = 0 + GtkScrollbar::has-backward-stepper = 0 + GtkScrollbar::has-forward-stepper = 0 + GtkScrollbar::min-slider-length = 48 # 42 + 2*3 (margins) + GtkScrolledWindow::scrollbar-spacing = 0 + GtkScrolledWindow::scrollbars-within-bevel = 1 + + GtkScale::slider_length = 26 + GtkScale::slider_width = 26 + GtkScale::trough-side-details = 1 + + GtkProgressBar::min-horizontal-bar-height = 6 + GtkProgressBar::min-vertical-bar-width = 6 + # Making this bigger than the min[height,width]-2*[y,x]spacing makes the + # whole progressbar thicker, so by setting it to the exact above value + # we get the maximum spacing between the text and the edges without + # doing so. + GtkProgressBar::xspacing = 4 + GtkProgressBar::yspacing = 4 + + GtkStatusbar::shadow_type = GTK_SHADOW_NONE + GtkSpinButton::shadow_type = GTK_SHADOW_NONE + GtkMenuBar::shadow-type = GTK_SHADOW_NONE + GtkToolbar::shadow-type = GTK_SHADOW_NONE + # TODO: find out what this comment means: + # ( every window is misaligned for the sake of menus ): + GtkMenuBar::internal-padding = 0 + GtkMenu::horizontal-padding = 0 + GtkMenu::vertical-padding = 2 + GtkMenu::double-arrows = 0 + GtkMenuItem::arrow-scaling = 1 + GtkMenuItem::toggle-spacing = 10 + + GtkCheckButton::indicator_spacing = 3 + GtkOptionMenu::indicator_spacing = {13, 13, 5, 8} + + GtkTreeView::expander-size = 16 + GtkTreeView::vertical-separator = 0 + GtkTreeView::horizontal-separator = 4 + GtkTreeView::allow-rules = 0 + # Set this because some apps read it + GtkTreeView::odd-row-color = @base_color + GtkTreeView::even-row-color = @base_color + + GtkExpander::expander-size = 16 + + GtkNotebook::tab-overlap = 4 + + ########## + # Colors # + ########## + + bg[NORMAL] = @bg_color + bg[PRELIGHT] = @bg_color + bg[SELECTED] = @selected_bg_color + bg[INSENSITIVE] = mix (0.6, @bg_color, @base_color) + bg[ACTIVE] = @bg_color + + fg[NORMAL] = @fg_color + fg[PRELIGHT] = @fg_color + fg[SELECTED] = @selected_fg_color + fg[INSENSITIVE] = mix (0.5, @fg_color, @bg_color) + fg[ACTIVE] = @fg_color + + text[NORMAL] = @text_color + text[PRELIGHT] = @text_color + text[SELECTED] = @selected_fg_color + text[INSENSITIVE] = darker (@bg_color) + text[ACTIVE] = @selected_fg_color + + base[NORMAL] = @base_color + base[PRELIGHT] = shade (0.95, @bg_color) + base[SELECTED] = @selected_bg_color + base[INSENSITIVE] = mix (0.5, @fg_color, @bg_color) + base[ACTIVE] = @selected_bg_color + + # For succinctness, all reasonable pixmap options remain here + + # Draw frame around menu in a non-compositied environment + # This needs to go before pixmap because we need to override some stuff + engine "adwaita" {} + + engine "pixmap" { + + ################# + # Check Buttons # + ################# + + image { + function = CHECK + state = NORMAL + shadow = OUT + overlay_file = "assets/checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + state = PRELIGHT + shadow = OUT + overlay_file = "assets/checkbox-unchecked-hover.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + state = ACTIVE + shadow = OUT + overlay_file = "assets/checkbox-unchecked-active.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + state = SELECTED + shadow = OUT + overlay_file = "assets/checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + state = INSENSITIVE + shadow = OUT + overlay_file = "assets/checkbox-unchecked-insensitive.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + state = NORMAL + shadow = IN + overlay_file = "assets/checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + state = PRELIGHT + shadow = IN + overlay_file = "assets/checkbox-checked-hover.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + state = ACTIVE + shadow = IN + overlay_file = "assets/checkbox-checked-active.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + state = SELECTED + shadow = IN + overlay_file = "assets/checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + state = INSENSITIVE + shadow = IN + overlay_file = "assets/checkbox-checked-insensitive.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + state = NORMAL + shadow = ETCHED_IN + overlay_file = "assets/checkbox-mixed.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + state = PRELIGHT + shadow = ETCHED_IN + overlay_file = "assets/checkbox-mixed-hover.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + state = ACTIVE + shadow = ETCHED_IN + overlay_file = "assets/checkbox-mixed-active.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + state = SELECTED + shadow = ETCHED_IN + overlay_file = "assets/checkbox-mixed.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + state = INSENSITIVE + shadow = ETCHED_IN + overlay_file = "assets/checkbox-mixed-insensitive.png" + overlay_stretch = FALSE + } + + ################# + # Radio Buttons # + ################# + + image { + function = OPTION + state = NORMAL + shadow = OUT + overlay_file = "assets/radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = PRELIGHT + shadow = OUT + overlay_file = "assets/radio-unchecked-hover.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = ACTIVE + shadow = OUT + overlay_file = "assets/radio-unchecked-active.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = SELECTED + shadow = OUT + overlay_file = "assets/radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = INSENSITIVE + shadow = OUT + overlay_file = "assets/radio-unchecked-insensitive.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = NORMAL + shadow = IN + overlay_file = "assets/radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = PRELIGHT + shadow = IN + overlay_file = "assets/radio-checked-hover.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = ACTIVE + shadow = IN + overlay_file = "assets/radio-checked-active.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = SELECTED + shadow = IN + overlay_file = "assets/radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = INSENSITIVE + shadow = IN + overlay_file = "assets/radio-checked-insensitive.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = NORMAL + shadow = ETCHED_IN + overlay_file = "assets/radio-mixed.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = PRELIGHT + shadow = ETCHED_IN + overlay_file = "assets/radio-mixed-hover.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = ACTIVE + shadow = ETCHED_IN + overlay_file = "assets/radio-mixed-active.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = SELECTED + shadow = ETCHED_IN + overlay_file = "assets/radio-mixed.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = INSENSITIVE + shadow = ETCHED_IN + overlay_file = "assets/radio-mixed-insensitive.png" + overlay_stretch = FALSE + } + + ########## + # Arrows # + ########## + + # Overrides + + # Disable arrows in spinbuttons + image { + function = ARROW + detail = "spinbutton" + } + + # Disable arrows for qt in scrollbars + image { + function = ARROW + detail = "vscrollbar" + } + image { + function = ARROW + detail = "hscrollbar" + } + + # Menu arrows + + image { + function = ARROW + state = NORMAL + detail = "menuitem" + overlay_file = "assets/menu-pan-left.png" + overlay_stretch = FALSE + arrow_direction = LEFT + } + + image { + function = ARROW + state = PRELIGHT + detail = "menuitem" + overlay_file = "assets/menu-pan-left-hover.png" + overlay_stretch = FALSE + arrow_direction = LEFT + } + + image { + function = ARROW + state = INSENSITIVE + detail = "menuitem" + overlay_file = "assets/menu-pan-left-insensitive.png" + overlay_stretch = FALSE + arrow_direction = LEFT + } + + image { + function = ARROW + state = NORMAL + detail = "menuitem" + overlay_file = "assets/menu-pan-right.png" + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + image { + function = ARROW + state = PRELIGHT + detail = "menuitem" + overlay_file = "assets/menu-pan-right-hover.png" + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + image { + function = ARROW + state = INSENSITIVE + detail = "menuitem" + overlay_file = "assets/menu-pan-right-insensitive.png" + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + image { + function = ARROW + state = INSENSITIVE + detail = "menu_scroll_arrow_up" + overlay_file = "assets/menu-pan-up-insensitive.png" + overlay_stretch = FALSE + } + + image { + function = ARROW + detail = "menu_scroll_arrow_up" + overlay_file = "assets/menu-pan-up.png" + overlay_stretch = FALSE + } + + image { + function = ARROW + state = INSENSITIVE + detail = "menu_scroll_arrow_down" + overlay_file = "assets/menu-pan-down-insensitive.png" + overlay_stretch = FALSE + } + + image { + function = ARROW + detail = "menu_scroll_arrow_down" + overlay_file = "assets/menu-pan-down.png" + overlay_stretch = FALSE + } + + # Regular arrows + + image { + function = ARROW + state = NORMAL + overlay_file = "assets/pan-up.png" + overlay_stretch = FALSE + arrow_direction = UP + } + + image { + function = ARROW + state = PRELIGHT + overlay_file = "assets/pan-up.png" + overlay_stretch = FALSE + arrow_direction = UP + } + + image { + function = ARROW + state = ACTIVE + overlay_file = "assets/pan-up.png" + overlay_stretch = FALSE + arrow_direction = UP + } + + image { + function = ARROW + state = INSENSITIVE + overlay_file = "assets/pan-up-insensitive.png" + overlay_stretch = FALSE + arrow_direction = UP + } + + image { + function = ARROW + state = NORMAL + overlay_file = "assets/pan-down.png" + overlay_stretch = FALSE + arrow_direction = DOWN + } + + image { + function = ARROW + state = PRELIGHT + overlay_file = "assets/pan-down.png" + overlay_stretch = FALSE + arrow_direction = DOWN + } + + image { + function = ARROW + state = ACTIVE + overlay_file = "assets/pan-down.png" + overlay_stretch = FALSE + arrow_direction = DOWN + } + + image { + function = ARROW + state = INSENSITIVE + overlay_file = "assets/pan-down-insensitive.png" + overlay_stretch = FALSE + arrow_direction = DOWN + } + + image { + function = ARROW + state = NORMAL + overlay_file = "assets/pan-left.png" + overlay_stretch = FALSE + arrow_direction = LEFT + } + + image { + function = ARROW + state = PRELIGHT + overlay_file = "assets/pan-left.png" + overlay_stretch = FALSE + arrow_direction = LEFT + } + + image { + function = ARROW + state = ACTIVE + overlay_file = "assets/pan-left.png" + overlay_stretch = FALSE + arrow_direction = LEFT + } + + image { + function = ARROW + state = INSENSITIVE + overlay_file = "assets/pan-left-insensitive.png" + overlay_stretch = FALSE + arrow_direction = LEFT + } + + image { + function = ARROW + state = NORMAL + overlay_file = "assets/pan-right.png" + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + image { + function = ARROW + state = PRELIGHT + overlay_file = "assets/pan-right.png" + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + image { + function = ARROW + state = ACTIVE + overlay_file = "assets/pan-right.png" + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + image { + function = ARROW + state = INSENSITIVE + overlay_file = "assets/pan-right-insensitive.png" + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + ###################### + # Option Menu Arrows # + ###################### + + image { + function = TAB + state = NORMAL + overlay_file = "assets/pan-down.png" + overlay_stretch = FALSE + } + + image { + function = TAB + state = PRELIGHT + overlay_file = "assets/pan-down.png" + overlay_stretch = FALSE + } + + image { + function = TAB + state = ACTIVE + overlay_file = "assets/pan-down.png" + overlay_stretch = FALSE + } + + image { + function = TAB + state = INSENSITIVE + overlay_file = "assets/pan-down-insensitive.png" + overlay_stretch = FALSE + } + + ######### + # Lines # + ######### + + image { + function = VLINE + file = "assets/line.png" + border = {1, 0, 0, 0} + } + + image { + function = HLINE + file = "assets/line.png" + border = {0, 0, 1, 0} + } + + ######### + # Focus # + ######### + + image { + function = FOCUS + file = "assets/focus.png" + border = {1, 1, 1, 1} + stretch = TRUE + } + + ########### + # Handles # + ########### + + image { + function = HANDLE + detail = "handlebox" + overlay_file = "assets/handle.png" + overlay_stretch = FALSE + } + + image { + function = HANDLE + file = "assets/handle-horz.png" + border = {0, 0, 4, 4} + orientation = HORIZONTAL + } + + image { + function = HANDLE + file = "assets/handle-vert.png" + border = {4, 4, 0, 0} + orientation = VERTICAL + } + + image { + function = RESIZE_GRIP + } + + ############# + # Expanders # + ############# + + image { + function = EXPANDER + expander_style = EXPANDED + file = "assets/pan-down.png" + } + + # LTR + + image { + function = EXPANDER + expander_style = COLLAPSED + file = "assets/pan-right.png" + direction = LTR + } + + image { + function = EXPANDER + expander_style = SEMI_COLLAPSED + file = "assets/pan-right-semi.png" + direction = LTR + } + + image { + function = EXPANDER + expander_style = SEMI_EXPANDED + file = "assets/pan-right-semi.png" + direction = LTR + } + + # RTL + + image { + function = EXPANDER + expander_style = COLLAPSED + file = "assets/pan-left.png" + direction = RTL + } + + image { + function = EXPANDER + expander_style = SEMI_COLLAPSED + file = "assets/pan-left-semi.png" + direction = RTL + } + + image { + function = EXPANDER + expander_style = SEMI_EXPANDED + file = "assets/pan-left-semi.png" + direction = RTL + } + + ############# + # Notebooks # + ############# + + # Left + + image { + function = EXTENSION + state = NORMAL + file = "assets/tab-left-active.png" + border = { 3,3,3,3 } + stretch = TRUE + gap_side = RIGHT + } + + image { + function = EXTENSION + file = "assets/tab-left.png" + border = { 3,3,3,3 } + stretch = TRUE + gap_side = RIGHT + } + + # Right + + image { + function = EXTENSION + state = NORMAL + file = "assets/tab-right-active.png" + border = { 3,3,3,3 } + stretch = TRUE + gap_side = LEFT + } + + image { + function = EXTENSION + file = "assets/tab-right.png" + border = { 3,3,3,3 } + stretch = TRUE + gap_side = LEFT + } + + # Up + + image { + function = EXTENSION + state = NORMAL + file = "assets/tab-up-active.png" + border = { 3,3,5,3 } + stretch = TRUE + gap_side = BOTTOM + } + + image { + function = EXTENSION + file = "assets/tab-up.png" + border = { 3,3,3,3 } + stretch = TRUE + gap_side = BOTTOM + } + + # Down + + image { + function = EXTENSION + state = NORMAL + file = "assets/tab-down-active.png" + border = { 3,3,3,5 } + stretch = TRUE + gap_side = TOP + } + + image { + function = EXTENSION + file = "assets/tab-down.png" + border = { 3,3,3,3 } + stretch = TRUE + gap_side = TOP + } + + # Inner frame + + image { + function = BOX_GAP + detail = "notebook" + file = "assets/frame-notebook.png" + border = {1, 1, 1, 1} + stretch = TRUE + gap_file = "assets/tab-vert-gap.png" + gap_border = {1, 0, 1, 1} + gap_side = LEFT + } + + image { + function = BOX_GAP + detail = "notebook" + file = "assets/frame-notebook.png" + border = {1, 1, 1, 1} + stretch = TRUE + gap_file = "assets/tab-vert-gap.png" + gap_border = {0, 1, 1, 1} + gap_side = RIGHT + } + + image { + function = BOX_GAP + detail = "notebook" + file = "assets/frame-notebook.png" + border = {1, 1, 1, 1} + stretch = TRUE + gap_file = "assets/tab-horz-gap.png" + gap_border = {1, 1, 1, 0} + gap_side = TOP + } + + image { + function = BOX_GAP + detail = "notebook" + file = "assets/frame-notebook.png" + border = {1, 1, 1, 1} + stretch = TRUE + gap_file = "assets/tab-horz-gap.png" + gap_border = {1, 1, 0, 1} + gap_side = BOTTOM + } + + # Standalone frame + image { + function = BOX + detail = "notebook" + file = "assets/frame-notebook.png" + border = {1, 1, 1, 1} + stretch = TRUE + } + + ############## + # Scrollbars # + ############## + + image { + function = BOX + detail = "trough" + file = "assets/scrollbar-horz-trough.png" + border = {0, 0, 1, 0} + orientation = HORIZONTAL + } + + image { + function = BOX + detail = "trough" + file = "assets/scrollbar-vert-trough.png" + border = {1, 0, 0, 0} + orientation = VERTICAL + direction = LTR + } + + image { + function = BOX + detail = "trough" + file = "assets/scrollbar-vert-trough-rtl.png" + border = {0, 1, 0, 0} + orientation = VERTICAL + direction = RTL + } + + + # Disable insensitive sliders + + image { + function = SLIDER + state = INSENSITIVE + detail = "slider" + } + + # Horizontal sliders + + image { + function = SLIDER + state = NORMAL + detail = "slider" + file = "assets/scrollbar-horz-slider.png" + border = {6, 6, 7, 6 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = SLIDER + state = PRELIGHT + detail = "slider" + file = "assets/scrollbar-horz-slider-hover.png" + border = {6, 6, 7, 6 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = SLIDER + state = ACTIVE + detail = "slider" + file = "assets/scrollbar-horz-slider-active.png" + border = {6, 6, 7, 6 } + stretch = TRUE + orientation = HORIZONTAL + } + + # Vertical sliders + + image { + function = SLIDER + state = NORMAL + detail = "slider" + file = "assets/scrollbar-vert-slider.png" + border = {7, 6, 6, 6} + stretch = TRUE + orientation = VERTICAL + direction = LTR + } + + image { + function = SLIDER + state = PRELIGHT + detail = "slider" + file = "assets/scrollbar-vert-slider-hover.png" + border = {7, 6, 6, 6} + stretch = TRUE + orientation = VERTICAL + direction = LTR + } + + image { + function = SLIDER + state = ACTIVE + detail = "slider" + file = "assets/scrollbar-vert-slider-active.png" + border = {7, 6, 6, 6} + stretch = TRUE + orientation = VERTICAL + direction = LTR + } + + # RTL + + image { + function = SLIDER + state = NORMAL + detail = "slider" + file = "assets/scrollbar-vert-slider-rtl.png" + border = {6, 7, 6, 6} + stretch = TRUE + orientation = VERTICAL + direction = RTL + } + + image { + function = SLIDER + state = PRELIGHT + detail = "slider" + file = "assets/scrollbar-vert-slider-hover-rtl.png" + border = {6, 7, 6, 6} + stretch = TRUE + orientation = VERTICAL + direction = RTL + } + + image { + function = SLIDER + state = ACTIVE + detail = "slider" + file = "assets/scrollbar-vert-slider-active-rtl.png" + border = {6, 7, 6, 6} + stretch = TRUE + orientation = VERTICAL + direction = RTL + } + + ########## + # Scales # + ########## + + # Troughs + # They are overrided later on + # We set them here too because some widgets don't specify their orientation + + image { + function = BOX + detail = "trough-upper" + file = "assets/scale-horz-trough.png" + border = {10, 10, 0, 0} + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = BOX + detail = "trough-lower" + file = "assets/scale-horz-trough-active.png" + border = {10, 10, 0, 0} + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = BOX + detail = "trough-upper" + file = "assets/scale-vert-trough.png" + border = {0, 0, 10, 10} + stretch = TRUE + orientation = VERTICAL + } + + image { + function = BOX + detail = "trough-lower" + file = "assets/scale-vert-trough-active.png" + border = {0, 0, 10, 10} + stretch = TRUE + orientation = VERTICAL + } + + # Sliders + + image { + function = SLIDER + state = NORMAL + detail = "hscale" + file = "assets/scale-slider.png" + } + + image { + function = SLIDER + state = PRELIGHT + detail = "hscale" + file = "assets/scale-slider-hover.png" + } + + image { + function = SLIDER + state = ACTIVE + detail = "hscale" + file = "assets/scale-slider-active.png" + } + + image { + function = SLIDER + state = INSENSITIVE + detail = "hscale" + file = "assets/scale-slider-insensitive.png" + } + image { + function = SLIDER + state = NORMAL + detail = "vscale" + file = "assets/scale-slider.png" + } + + image { + function = SLIDER + state = PRELIGHT + detail = "vscale" + file = "assets/scale-slider-hover.png" + } + + image { + function = SLIDER + state = ACTIVE + detail = "vscale" + file = "assets/scale-slider-active.png" + } + + image { + function = SLIDER + state = INSENSITIVE + detail = "vscale" + file = "assets/scale-slider-insensitive.png" + } + + ########### + # Menubar # + ########### + + image { + function = BOX + detail = "menubar" + file = "assets/line.png" + border = {0, 0, 0, 1} + } + + ######### + # Menus # + ######### + + image { + function = BOX + state = PRELIGHT + detail = "menu_scroll_arrow_up" + file = "assets/line.png" + } + + image { + function = BOX + detail = "menu_scroll_arrow_up" + file = "assets/line.png" + border = {0, 0, 0, 1} + } + + image { + function = BOX + state = PRELIGHT + detail = "menu_scroll_arrow_down" + file = "assets/line.png" + } + + image { + function = BOX + detail = "menu_scroll_arrow_down" + file = "assets/line.png" + border = {0, 0, 1, 0} + } + + ########### + # Entries # + ########### + + + image { + function = SHADOW + state = ACTIVE + detail = "entry" + file = "assets/entry-active.png" + border = {4, 4, 4, 4} + stretch = TRUE + } + + image { + function = SHADOW + state = INSENSITIVE + detail = "entry" + file = "assets/entry-insensitive.png" + border = {4, 4, 4, 4} + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + file = "assets/entry.png" + border = {4, 4, 4, 4} + stretch = TRUE + } + + image { + function = FLAT_BOX + state = ACTIVE + detail = "entry_bg" + file = "assets/entry-background.png" + } + + image { + function = FLAT_BOX + state = INSENSITIVE + detail = "entry_bg" + file = "assets/entry-background-insensitive.png" + } + + image { + function = FLAT_BOX + detail = "entry_bg" + file = "assets/entry-background.png" + } + ######### + # Spins # + ######### + + # Spin-Up LTR + + image { + function = BOX + state = NORMAL + detail = "spinbutton_up" + file = "assets/spin-ltr-up.png" + border = {1, 4, 4, 0} + stretch = TRUE + overlay_file = "assets/spin-up.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_up" + file = "assets/spin-ltr-up-hover.png" + border = {1, 4, 4, 0} + stretch = TRUE + overlay_file = "assets/spin-up.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_up" + file = "assets/spin-ltr-up-active.png" + border = {1, 4, 4, 0} + stretch = TRUE + overlay_file = "assets/spin-up.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_up" + file = "assets/spin-ltr-up-insensitive.png" + border = {1, 4, 4, 0} + stretch = TRUE + overlay_file = "assets/spin-up-insensitive.png" + overlay_stretch = FALSE + direction = LTR + } + + # Spin-Up RTL + + image { + function = BOX + state = NORMAL + detail = "spinbutton_up" + file = "assets/spin-rtl-up.png" + border = {4, 1, 4, 0} + stretch = TRUE + overlay_file = "assets/spin-up.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_up" + file = "assets/spin-rtl-up-hover.png" + border = {4, 1, 4, 0} + stretch = TRUE + overlay_file = "assets/spin-up.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_up" + file = "assets/spin-rtl-up-hover.png" + border = {4, 1, 4, 0} + stretch = TRUE + overlay_file = "assets/spin-up.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_up" + file = "assets/spin-rtl-up-insensitive.png" + border = {4, 1, 4, 0} + stretch = TRUE + overlay_file = "assets/spin-up-insensitive.png" + overlay_stretch = FALSE + direction = RTL + } + + # Spin-Down LTR + + image { + function = BOX + state = NORMAL + detail = "spinbutton_down" + file = "assets/spin-ltr-down.png" + border = {1, 4, 1, 4} + stretch = TRUE + overlay_file = "assets/spin-down.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_down" + file = "assets/spin-ltr-down-hover.png" + border = {1, 4, 1, 4} + stretch = TRUE + overlay_file = "assets/spin-down.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_down" + file = "assets/spin-ltr-down-active.png" + border = {1, 4, 1, 4} + stretch = TRUE + overlay_file = "assets/spin-down.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_down" + file = "assets/spin-ltr-down-insensitive.png" + border = {1, 4, 1, 4} + stretch = TRUE + overlay_file = "assets/spin-down-insensitive.png" + overlay_stretch = FALSE + direction = LTR + } + + # Spin-Down RTL + + image { + function = BOX + state = NORMAL + detail = "spinbutton_down" + file = "assets/spin-rtl-down.png" + border = {4, 1, 1, 4} + stretch = TRUE + overlay_file = "assets/spin-down.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_down" + file = "assets/spin-rtl-down-hover.png" + border = {4, 1, 1, 4} + stretch = TRUE + overlay_file = "assets/spin-down.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_down" + file = "assets/spin-rtl-down-active.png" + border = {4, 1, 1, 4} + stretch = TRUE + overlay_file = "assets/spin-down.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_down" + file = "assets/spin-rtl-down-insensitive.png" + border = {4, 1, 1, 4} + stretch = TRUE + overlay_file = "assets/spin-down-insensitive.png" + overlay_stretch = FALSE + direction = RTL + } + + ############## + # Scrollbars # + ############## + + image { + function = BOX + detail = "bar" + file = "assets/progressbar-horz.png" + stretch = TRUE + border = {2, 2, 1, 1} + orientation = HORIZONTAL + } + + image { + function = BOX + detail = "bar" + file = "assets/progressbar-vert.png" + stretch = TRUE + border = {1, 1, 2, 2} + orientation = VERTICAL + } + + ############# + # Treeviews # + ############# + + # Disable active the column highlight + # We need to match specific cells or we break stuff + # Looking at you deadbeef + + image { + function = FLAT_BOX + detail = "cell_even_sorted" + state = NORMAL + } + + image { + function = FLAT_BOX + detail = "cell_odd_sorted" + state = NORMAL + } + + # Disable all the other shadows + # This prevents the Raleigh effect + image { + function = SHADOW + } + + } + +} + +style "menubar" { + + # Needed to fix Firefox's menubar text + bg[SELECTED] = @selected_fg_color + fg[SELECTED] = shade(0.9, @selected_bg_color) + +} + +style "menubar_item" { + + xthickness = 3 + ythickness = 4 + + fg[PRELIGHT] = shade(0.9, @selected_bg_color) + + engine "pixmap" { + image { + function = BOX + state = PRELIGHT + file = "assets/menubar-item-active.png" + border = {0, 0, 0, 3} + } + } + +} + +style "menu" { + + xthickness = 0 + ythickness = 0 + + bg[NORMAL] = @base_color + bg[INSENSITIVE] = @base_color + bg[PRELIGHT] = @base_color + bg[SELECTED] = @selected_bg_color + +} + +style "menu_item" { + + xthickness = 3 + ythickness = 4 + + bg[PRELIGHT] = @selected_bg_color + # Chromium uses this setting + bg[SELECTED] = @selected_bg_color + + fg[PRELIGHT] = @selected_fg_color + # Some widgets use text, we need to handle that + text[NORMAL] = @fg_color + text[PRELIGHT] = @selected_fg_color + + # Unfortunately we can't tell regular and menu checks/radios apart + # Without the heirarchy + engine "pixmap" { + + ################# + # Check Buttons # + ################# + + image { + function = CHECK + state = NORMAL + shadow = OUT + overlay_file = "assets/menu-checkbox.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + state = PRELIGHT + shadow = OUT + overlay_file = "assets/menu-checkbox-hover.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + state = ACTIVE + shadow = OUT + overlay_file = "assets/menu-checkbox.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + state = INSENSITIVE + shadow = OUT + overlay_file = "assets/menu-checkbox-insensitive.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + state = NORMAL + shadow = IN + overlay_file = "assets/menu-checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + state = PRELIGHT + shadow = IN + overlay_file = "assets/menu-checkbox-checked-hover.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + state = ACTIVE + shadow = IN + overlay_file = "assets/menu-checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + state = INSENSITIVE + shadow = IN + overlay_file = "assets/menu-checkbox-checked-insensitive.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + state = NORMAL + shadow = ETCHED_IN + overlay_file = "assets/menu-checkbox-mixed.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + state = PRELIGHT + shadow = ETCHED_IN + overlay_file = "assets/menu-checkbox-mixed-hover.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + state = ACTIVE + shadow = ETCHED_IN + overlay_file = "assets/menu-checkbox-mixed.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + state = INSENSITIVE + shadow = ETCHED_IN + overlay_file = "assets/menu-checkbox-mixed-insensitive.png" + overlay_stretch = FALSE + } + + ################# + # Radio Buttons # + ################# + + image { + function = OPTION + state = NORMAL + shadow = OUT + overlay_file = "assets/menu-radio.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = PRELIGHT + shadow = OUT + overlay_file = "assets/menu-radio-hover.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = ACTIVE + shadow = OUT + overlay_file = "assets/menu-radio.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = INSENSITIVE + shadow = OUT + overlay_file = "assets/menu-radio-insensitive.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = NORMAL + shadow = IN + overlay_file = "assets/menu-radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = PRELIGHT + shadow = IN + overlay_file = "assets/menu-radio-checked-hover.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = ACTIVE + shadow = IN + overlay_file = "assets/menu-radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = INSENSITIVE + shadow = IN + overlay_file = "assets/menu-radio-checked-insensitive.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = NORMAL + shadow = ETCHED_IN + overlay_file = "assets/menu-radio-mixed.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = PRELIGHT + shadow = ETCHED_IN + overlay_file = "assets/menu-radio-mixed-hover.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = ACTIVE + shadow = ETCHED_IN + overlay_file = "assets/menu-radio-mixed.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = INSENSITIVE + shadow = ETCHED_IN + overlay_file = "assets/menu-radio-mixed-insensitive.png" + overlay_stretch = FALSE + } + + + + } + +} + +style "separator_menu_item" { + + xthickness = 0 + ythickness = 0 + + engine "pixmap" { + image { + function = BOX + file = "assets/line.png" + } + } + +} + +style "button" { + + xthickness = 2 + ythickness = 2 + + # For the sake of sanity style buttons this way + engine "pixmap" { + + ########### + # Buttons # + ########### + + image { + function = BOX + state = NORMAL + file = "assets/button.png" + border = {4, 4, 4, 4} + stretch = TRUE + } + + image { + function = BOX + state = PRELIGHT + shadow = OUT + file = "assets/button-hover.png" + border = {4, 4, 4, 4} + stretch = TRUE + } + + # Don't add hover effect on pressed buttons + image { + function = BOX + state = PRELIGHT + shadow = IN + file = "assets/button-active.png" + border = {4, 4, 4, 4} + stretch = TRUE + } + + image { + function = BOX + state = ACTIVE + file = "assets/button-active.png" + border = {4, 4, 4, 4} + stretch = TRUE + } + + image { + function = BOX + state = INSENSITIVE + file = "assets/button-insensitive.png" + border = {4, 4, 4, 4} + stretch = TRUE + } + } +} + +style "link_button" { + + # Disable the button effect, leave just the link + engine "pixmap" { + image { + function = BOX + } + } + +} + +style "entry" { + + # We set this same as the border of the border of the entry + # This way there's no overlap + xthickness = 4 + ythickness = 4 + +} + +style "combobox" { + + xthickness = 6 + ythickness = 4 + + # This affects only the button beside an entry + GtkButton::inner-border = {0, 0, 0, 0} + +} + +style "combobox_cellview" { + text[NORMAL] = @fg_color + text[PRELIGHT] = @fg_color +} + +style "combobox_entry" { + + # Since one side of the button is missing, we need to shift the arrow a little to the right + GtkButton::inner-border = {0, 1, 0, 0} + + engine "pixmap" { + + ############# + # LTR entry # + ############# + + image { + function = SHADOW + state = NORMAL + detail = "entry" + file = "assets/combo-entry-ltr-entry.png" + border = {4, 4, 4, 4} + stretch = TRUE + direction = LTR + } + + image { + function = SHADOW + state = ACTIVE + detail = "entry" + file = "assets/combo-entry-ltr-entry-active.png" + border = {4, 4, 4, 4} + stretch = TRUE + direction = LTR + } + + image { + function = SHADOW + state = INSENSITIVE + detail = "entry" + file = "assets/combo-entry-ltr-entry-insensitive.png" + border = {4, 4, 4, 4} + stretch = TRUE + direction = LTR + } + + ############# + # RTL entry # + ############# + + image { + function = SHADOW + state = NORMAL + detail = "entry" + file = "assets/combo-entry-rtl-entry.png" + border = {4, 4, 4, 4} + stretch = TRUE + direction = RTL + } + + image { + function = SHADOW + state = ACTIVE + detail = "entry" + file = "assets/combo-entry-rtl-entry-active.png" + border = {4, 4, 4, 4} + stretch = TRUE + direction = RTL + } + + image { + function = SHADOW + state = INSENSITIVE + detail = "entry" + file = "assets/combo-entry-rtl-entry-insensitive.png" + border = {4, 4, 4, 4} + stretch = TRUE + direction = RTL + } + + ############## + # LTR button # + ############## + + image { + function = BOX + state = NORMAL + detail = "button" + file = "assets/combo-entry-ltr-button.png" + border = {0, 4, 4, 4} + stretch = TRUE + direction = LTR + } + + image { + function = BOX + state = PRELIGHT + detail = "button" + file = "assets/combo-entry-ltr-button-hover.png" + border = {0, 4, 4, 4} + stretch = TRUE + direction = LTR + } + + image { + function = BOX + state = ACTIVE + detail = "button" + file = "assets/combo-entry-ltr-button-active.png" + border = {0, 4, 4, 4} + stretch = TRUE + direction = LTR + } + + image { + function = BOX + state = INSENSITIVE + detail = "button" + file = "assets/combo-entry-ltr-button-insensitive.png" + border = {0, 4, 4, 4} + stretch = TRUE + direction = LTR + } + + ############## + # RTL button # + ############## + + image { + function = BOX + state = NORMAL + detail = "button" + file = "assets/combo-entry-rtl-button.png" + border = {4, 0, 4, 4} + stretch = TRUE + direction = RTL + } + + image { + function = BOX + state = PRELIGHT + detail = "button" + file = "assets/combo-entry-rtl-button-hover.png" + border = {4, 0, 4, 4} + stretch = TRUE + direction = RTL + } + + image { + function = BOX + state = ACTIVE + detail = "button" + file = "assets/combo-entry-rtl-button-active.png" + border = {4, 0, 4, 4} + stretch = TRUE + direction = RTL + } + + image { + function = BOX + state = INSENSITIVE + detail = "button" + file = "assets/combo-entry-rtl-button-insensitive.png" + border = {4, 0, 4, 4} + stretch = TRUE + direction = RTL + } + + } + +} + +style "combo_button_padding" { + + # Since one side of the button is missing, we need to shift the arrow a little to the right + # This is the same thing we've done above but the combo, unlike the combobox, + # uses padding the same way as a button + GtkButton::inner-border = {6, 8, 4, 4} + +} + +style "notebook" { + + xthickness = 5 + ythickness = 2 + +} + +style "notebook_viewport" { + bg[NORMAL] = @base_color +} + +style "notebook_bg" { + bg[NORMAL] = @base_color + bg[PRELIGHT] = @base_color + bg[INSENSITIVE] = @base_color +} + +style "notebook_entry" { + + engine "pixmap" { + + image { + function = SHADOW + state = ACTIVE + detail = "entry" + file = "assets/notebook-entry-active.png" + border = {4, 4, 4, 4} + stretch = TRUE + } + + image { + function = SHADOW + state = INSENSITIVE + detail = "entry" + file = "assets/notebook-entry-insensitive.png" + border = {4, 4, 4, 4} + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + file = "assets/notebook-entry.png" + border = {4, 4, 4, 4} + stretch = TRUE + } + } +} + +style "normal_bg" { + bg[NORMAL] = @bg_color + bg[PRELIGHT] = @bg_color + bg[INSENSITIVE] = mix (0.6, @bg_color, @base_color) +} + +style "normal_entry" { + + engine "pixmap" { + + image { + function = SHADOW + state = ACTIVE + detail = "entry" + file = "assets/entry-active.png" + border = {4, 4, 4, 4} + stretch = TRUE + } + + image { + function = SHADOW + state = INSENSITIVE + detail = "entry" + file = "assets/entry-insensitive.png" + border = {4, 4, 4, 4} + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + file = "assets/entry.png" + border = {4, 4, 4, 4} + stretch = TRUE + } + } +} + +style "notebook_combo" { + + engine "pixmap" { + + ############# + # LTR entry # + ############# + + image { + function = SHADOW + state = NORMAL + detail = "entry" + file = "assets/notebook-combo-entry-ltr-entry.png" + border = {4, 4, 4, 4} + stretch = TRUE + direction = LTR + } + + image { + function = SHADOW + state = ACTIVE + detail = "entry" + file = "assets/notebook-combo-entry-ltr-entry-active.png" + border = {4, 4, 4, 4} + stretch = TRUE + direction = LTR + } + + image { + function = SHADOW + state = INSENSITIVE + detail = "entry" + file = "assets/notebook-combo-entry-ltr-entry-insensitive.png" + border = {4, 4, 4, 4} + stretch = TRUE + direction = LTR + } + + ############# + # RTL entry # + ############# + + image { + function = SHADOW + state = NORMAL + detail = "entry" + file = "assets/notebook-combo-entry-rtl-entry.png" + border = {4, 4, 4, 4} + stretch = TRUE + direction = RTL + } + + image { + function = SHADOW + state = ACTIVE + detail = "entry" + file = "assets/notebook-combo-entry-rtl-entry-active.png" + border = {4, 4, 4, 4} + stretch = TRUE + direction = RTL + } + + image { + function = SHADOW + state = INSENSITIVE + detail = "entry" + file = "assets/notebook-combo-entry-rtl-entry-insensitive.png" + border = {4, 4, 4, 4} + stretch = TRUE + direction = RTL + } + + } + +} + +style "textview" { + bg[NORMAL] = @base_color +} + +style "scale_horz" { + + engine "pixmap" { + + image { + function = BOX + detail = "trough-upper" + file = "assets/scale-horz-trough.png" + border = {10, 10, 0, 0} + stretch = TRUE + } + + image { + function = BOX + detail = "trough-lower" + file = "assets/scale-horz-trough-active.png" + border = {10, 10, 0, 0} + stretch = TRUE + } + + } + +} + +style "scale_vert" { + + engine "pixmap" { + + image { + function = BOX + detail = "trough-upper" + file = "assets/scale-vert-trough.png" + border = {0, 0, 10, 10} + stretch = TRUE + } + + image { + function = BOX + detail = "trough-lower" + file = "assets/scale-vert-trough-active.png" + border = {0, 0, 10, 10} + stretch = TRUE + } + + } + +} + +style "progressbar" { + + xthickness = 1 + ythickness = 1 + + fg[PRELIGHT] = @selected_fg_color + + engine "pixmap" { + + image { + function = BOX + detail = "trough" + file = "assets/progressbar-horz-trough.png" + border = {3, 3, 2, 2} + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = BOX + detail = "trough" + file = "assets/progressbar-vert-trough.png" + border = {2, 2, 3, 3} + stretch = TRUE + orientation = VERTICAL + } + + } + +} + +style "treeview_header" { + + xthickness = 1 + ythickness = 0 + + fg[NORMAL] = mix(0.5, @fg_color, @base_color) + fg[PRELIGHT] = mix(0.5, mix(0.5, @fg_color, @base_color), @fg_color) + + font_name = "Bold" + + GtkButton::inner-border = {5, 5, 0, 1} + + engine "pixmap" { + + image { + function = BOX + file = "assets/treeview-separator-ltr.png" + border = {0, 1, 0, 1} + stretch = TRUE + direction = LTR + } + + image { + function = BOX + file = "assets/treeview-separator-rtl.png" + border = {1, 0, 0, 1} + stretch = TRUE + direction = RTL + } + + image { + function = ARROW + state = NORMAL + overlay_file = "assets/treeview-pan-up.png" + overlay_stretch = FALSE + arrow_direction = UP + } + + image { + function = ARROW + state = PRELIGHT + overlay_file = "assets/treeview-pan-up-hover.png" + overlay_stretch = FALSE + arrow_direction = UP + } + + image { + function = ARROW + state = ACTIVE + overlay_file = "assets/treeview-pan-up-active.png" + overlay_stretch = FALSE + arrow_direction = UP + } + + image { + function = ARROW + state = NORMAL + overlay_file = "assets/treeview-pan-down.png" + overlay_stretch = FALSE + arrow_direction = DOWN + } + + image { + function = ARROW + state = PRELIGHT + overlay_file = "assets/treeview-pan-down-hover.png" + overlay_stretch = FALSE + arrow_direction = DOWN + } + + image { + function = ARROW + state = ACTIVE + overlay_file = "assets/treeview-pan-down-active.png" + overlay_stretch = FALSE + arrow_direction = DOWN + } + + } + +} + +style "scrolled_window" { + + engine "pixmap" { + image { + function = SHADOW + file = "assets/frame.png" + border = {1, 1, 1, 1} + stretch = TRUE + } + } + +} + +style "frame" { + + engine "pixmap" { + + image { + function = SHADOW + file = "assets/frame.png" + border = {1, 1, 1, 1} + stretch = TRUE + } + + image { + function = SHADOW_GAP + file = "assets/frame.png" + border = {1, 1, 1, 1} + stretch = TRUE + gap_start_file = "assets/border.png" + gap_end_file = "assets/border.png" + } + + } + +} + +style "toolbar_button" { + + xthickness = 2 + ythickness = 2 + + GtkButton::inner-border = {2, 2, 2, 2} + +} + +style "toolbar_separator" { + + GtkWidget::wide-separators = 1 + GtkWidget::separator-width = 1 + GtkWidget::separator-height = 1 + + engine "pixmap" { + image { + function = BOX + file = "assets/line.png" + } + } + +} + +style "inline_toolbar" { + + GtkToolbar::button-relief = GTK_RELIEF_NORMAL + + engine "pixmap" { + image { + function = SHADOW + file = "assets/frame-inline.png" + border = {1, 1, 0, 1} + stretch = TRUE + } + } + +} + +style "tooltip" { + + xthickness = 13 + ythickness = 13 + + bg[NORMAL] = @tooltip_bg_color + fg[NORMAL] = @tooltip_fg_color + bg[SELECTED] = @tooltip_bg_color + +} + + +style "disable_shadow" { + + engine "pixmap" { + image { + function = SHADOW + } + } + +} + +style "disable_separator" { + + xthickness = 0 + ythickness = 0 + + GtkWidget::wide-separators = 1 + +} + +# Default style, containing most of the stuff +class "GtkWidget" style "default" + +# Override padding, style and colour +class "GtkButton" style "button" +class "GtkLinkButton" style "link_button" +class "GtkEntry" style "entry" +class "GtkOldEditable" style "entry" +class "GtkNotebook" style "notebook" +class "GtkHScale" style "scale_horz" +class "GtkVScale" style "scale_vert" +class "GtkProgressBar" style "progressbar" +class "GtkScrolledWindow" style "scrolled_window" +class "GtkFrame" style "frame" +class "GtkSeparatorToolItem" style "toolbar_separator" +class "GtkMenuBar" style "menubar" +class "GtkMenu" style "menu" +class "GtkTextView" style "textview" + +# Menu and menubar items +widget_class "**" style "menu_item" +widget_class "*.*" style "menubar_item" +widget_class "**" style "separator_menu_item" + +# Frames in statusbars look ugly, let's disable them +widget_class "**" style "disable_shadow" +# Disable the frame around poor Wilbert too +widget_class "**" style "disable_shadow" + +# Treeview buttons +widget_class "***" style "treeview_header" + +# Give the file chooser toolbar a border +widget_class "**" style "inline_toolbar" + +# Fix padding on regular comboboxes +widget_class "*." style "combobox" +# And disable separators on them +widget_class "*.*" style "disable_separator" + +# Join together the ComboBoxEntry entry and button +widget_class "**" style "combobox_entry" + +# Join the Combo entry and button +widget_class "**" style "combobox_entry" +# Tweak the padding on the button a little bit because it uses it a bit differently +widget_class "*." style "combo_button_padding" + +# Alas we cannot do the same for ComboBoxText because there isn't a way to apply the style to only +# the comboboxes that have an entry inside + +# Toolbar buttons have different paddings +widget_class "**" style "toolbar_button" + +# Notebooks are white, act accordingly +widget_class "**" style "notebook_entry" +widget_class "**" style "notebook_bg" +widget_class "**" style "notebook_bg" +widget_class "***" style "notebook_bg" +widget_class "**" style "notebook_bg" +widget_class "*.*" style "notebook_bg" +widget_class "***" style "notebook_combo" +widget_class "***" style "notebook_combo" + +# However, stuff inside eventboxes inside notebooks is grey again, react +widget_class "***" style "normal_entry" +widget_class "***" style "normal_bg" +widget_class "***" style "normal_bg" +widget_class "****" style "combobox_entry" +widget_class "****" style "combobox_entry" +widget_class "***." style "combo_button_padding" + +# ComboBoxes tend to draw the button label with text[] instead of fg[], we need to fix that +widget_class "**" style "combobox_cellview" + +# GTK tooltips +widget "gtk-tooltip*" style "tooltip" diff --git a/Paper/gtk-3.18/_colors.scss b/Paper/gtk-3.18/_colors.scss index 7f554c2..bce4af0 100644 --- a/Paper/gtk-3.18/_colors.scss +++ b/Paper/gtk-3.18/_colors.scss @@ -4,7 +4,7 @@ // Main definitions $base_color: if($variant == 'light', #ffffff, #455a64); $bg_color: if($variant == 'light', #f7f7f7, #37474f); -$fg_color: if($variant == 'light', #444, #cfd8dc); +$fg_color: if($variant == 'light', #333, #cfd8dc); $text_color: if($variant == 'light', $fg_color, $fg_color); $headerbar_bg_color: if($variant == 'light', #546e7a, darken($base_color, 10%)); $headerbar_fg_color: if($variant == 'light', #ffffff, transparentize(#ffffff, 0.2)); diff --git a/Paper/gtk-3.18/gtk.css b/Paper/gtk-3.18/gtk.css index 1a0d530..c7b7566 100644 --- a/Paper/gtk-3.18/gtk.css +++ b/Paper/gtk-3.18/gtk.css @@ -19,9 +19,9 @@ ---------------- use responsibly! */ /* widget text/foreground color */ -@define-color theme_fg_color #444; +@define-color theme_fg_color #333; /* text color for entries, views and content in general */ -@define-color theme_text_color #444; +@define-color theme_text_color #333; /* widget base background color */ @define-color theme_bg_color #f7f7f7; /* text widgets and the like base background color */ @@ -33,13 +33,13 @@ /* base background color of insensitive widgets */ @define-color insensitive_bg_color #fafafa; /* text foreground color of insensitive widgets */ -@define-color insensitive_fg_color #9e9e9e; +@define-color insensitive_fg_color #959595; /* insensitive text widgets and the like base background color */ @define-color insensitive_base_color #ffffff; /* widget text/foreground color on backdrop windows */ -@define-color theme_unfocused_fg_color #9e9e9e; +@define-color theme_unfocused_fg_color #959595; /* text color for entries, views and content in general on backdrop windows */ -@define-color theme_unfocused_text_color #444; +@define-color theme_unfocused_text_color #333; /* widget base background color on backdrop windows */ @define-color theme_unfocused_bg_color #f7f7f7; /* text widgets and the like base background color on backdrop windows */ @@ -58,8 +58,8 @@ @define-color success_color #4caf50; /* these colors are exported for the window manager and shouldn't be used in applications, read if you used those and something break with a version upgrade you're on your own... */ -@define-color wm_title shade(#444, 1.8); -@define-color wm_unfocused_title #9e9e9e; +@define-color wm_title shade(#333, 1.8); +@define-color wm_unfocused_title #959595; @define-color wm_highlight rgba(255, 255, 255, 0.2); @define-color wm_borders_edge rgba(255, 255, 255, 0.2); @define-color wm_bg_a shade(#f7f7f7, 1.2); @@ -88,7 +88,7 @@ read if you used those and something break with a version upgrade you're on your -GtkDialog-button-spacing: 4; -GtkDialog-action-area-border: 0; -GtkPaned-handle-size: 1; - outline-color: rgba(68, 68, 68, 0.3); + outline-color: rgba(51, 51, 51, 0.3); outline-style: dashed; outline-offset: -3px; outline-width: 1px; @@ -104,7 +104,7 @@ read if you used those and something break with a version upgrade you're on your background-color: #dedede; border: solid #c4c4c4; border-width: 1px 0 0 0; - color: #444; + color: #333; box-shadow: none; } .action-bar:backdrop { background-color: #dedede; @@ -135,10 +135,10 @@ read if you used those and something break with a version upgrade you're on your * Base States * ***************/ .background { - color: #444; + color: #333; background-color: #f7f7f7; } .background:backdrop { - color: #9e9e9e; + color: #959595; background-color: #f7f7f7; text-shadow: none; icon-shadow: none; } @@ -153,16 +153,16 @@ read if you used those and something break with a version upgrade you're on your -gtk-image-effect: dim; } .gtkstyle-fallback { - color: #444; + color: #333; background-color: #f7f7f7; } .gtkstyle-fallback:hover { - color: #444; + color: #333; background-color: white; } .gtkstyle-fallback:active { - color: #444; + color: #333; background-color: #dedede; } .gtkstyle-fallback:insensitive { - color: #9e9e9e; + color: #959595; background-color: #fafafa; } .gtkstyle-fallback:selected { color: #ffffff; @@ -170,11 +170,11 @@ read if you used those and something break with a version upgrade you're on your .view, GtkIconView, GtkTextView GtkLabel { - color: #444; + color: #333; background-color: #ffffff; } .view:backdrop, GtkIconView:backdrop, GtkTextView GtkLabel:backdrop { - color: dimgray; + color: #5b5b5b; background-color: #fcfcfc; } .view:selected:focus, GtkIconView:selected:focus, .view:selected, GtkIconView:selected, GtkTextView GtkLabel:selected:focus, @@ -223,18 +223,18 @@ GtkFlow flowboxchild { outline-offset: -2px; } GtkLabel.separator { - color: #444; } + color: #333; } GtkLabel.separator:backdrop { - color: #9e9e9e; } + color: #959595; } GtkLabel:selected { background-color: #0d8aee; color: #ffffff; } GtkLabel:insensitive { - color: #9e9e9e; } + color: #959595; } GtkLabel:insensitive:backdrop { color: #d1d1d1; } GtkLabel:backdrop { - color: #9e9e9e; } + color: #959595; } .dim-label, GtkLabel.separator, .titlebar:not(headerbar) .subtitle, .header-bar .subtitle { @@ -311,8 +311,8 @@ treeview.view:selected { border: 1px solid #c4c4c4; border-radius: 3px; transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - color: #444; - outline-color: rgba(68, 68, 68, 0.3); + color: #333; + outline-color: rgba(51, 51, 51, 0.3); border-color: #c4c4c4; background-image: linear-gradient(to bottom, #f7f7f7, #eaeaea); text-shadow: 0 1px rgba(255, 255, 255, 0.76923); @@ -333,8 +333,8 @@ treeview.view:selected { .button.flat:hover:active { transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } .button:hover { - color: #444; - outline-color: rgba(68, 68, 68, 0.3); + color: #333; + outline-color: rgba(51, 51, 51, 0.3); border-color: #c4c4c4; background-image: linear-gradient(to bottom, white, #f7f7f7 60%, #ededed); text-shadow: 0 1px rgba(255, 255, 255, 0.76923); @@ -343,8 +343,8 @@ treeview.view:selected { -gtk-image-effect: highlight; } .button:active, .button:checked { - color: #444; - outline-color: rgba(68, 68, 68, 0.3); + color: #333; + outline-color: rgba(51, 51, 51, 0.3); border-color: #c4c4c4; background-image: linear-gradient(to bottom, #e5e5e5, #f2f2f2); text-shadow: 0 1px rgba(255, 255, 255, 0.76923); @@ -365,7 +365,7 @@ treeview.view:selected { .button:backdrop.flat, .button:backdrop GtkLabel, .button:backdrop { - color: #9e9e9e; } + color: #959595; } .button:backdrop.flat:active, .button:backdrop.flat:checked, .button:backdrop:active, @@ -381,7 +381,7 @@ treeview.view:selected { .button:backdrop:active, .button:backdrop:checked GtkLabel, .button:backdrop:checked { - color: #9e9e9e; } + color: #959595; } .button:backdrop.flat:active label, .button:backdrop.flat:active, .button:backdrop.flat:checked label, @@ -390,7 +390,7 @@ treeview.view:selected { .button:backdrop:active, .button:backdrop:checked label, .button:backdrop:checked { - color: #9e9e9e; } + color: #959595; } .button:backdrop.flat:insensitive, .button:backdrop:insensitive { border-color: #c9c9c9; @@ -438,7 +438,7 @@ treeview.view:selected { .button:insensitive, .button:insensitive GtkLabel, .button:insensitive { - color: #9e9e9e; } + color: #959595; } .button:insensitive:active, .button:insensitive:checked, .button:insensitive:active, @@ -456,7 +456,7 @@ treeview.view:selected { .button:insensitive:active, .button:insensitive:checked GtkLabel, .button:insensitive:checked { - color: #9e9e9e; } + color: #959595; } .button.image-button { padding-left: 4px; padding-right: 4px; } @@ -759,7 +759,7 @@ row:selected icon-shadow: none; } .button.suggested-action:insensitive GtkLabel, .button.suggested-action:insensitive { - color: #9e9e9e; } + color: #959595; } .button.suggested-action:insensitive:active, .button.suggested-action:insensitive:checked { border-color: #064475; @@ -941,7 +941,7 @@ row:selected icon-shadow: none; } .button.destructive-action:insensitive GtkLabel, .button.destructive-action:insensitive { - color: #9e9e9e; } + color: #959595; } .button.destructive-action:insensitive:active, .button.destructive-action:insensitive:checked { border-color: #6c1717; @@ -1066,8 +1066,8 @@ row:selected background-position: left 3px, left 4px; } .inline-toolbar toolbutton > button { - color: #444; - outline-color: rgba(68, 68, 68, 0.3); + color: #333; + outline-color: rgba(51, 51, 51, 0.3); border-color: #c4c4c4; background-image: linear-gradient(to bottom, #f7f7f7, #eaeaea); text-shadow: 0 1px rgba(255, 255, 255, 0.76923); @@ -1075,16 +1075,16 @@ row:selected box-shadow: inset 0 1px white; box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.8); } .inline-toolbar toolbutton > button:hover { - color: #444; - outline-color: rgba(68, 68, 68, 0.3); + color: #333; + outline-color: rgba(51, 51, 51, 0.3); border-color: #c4c4c4; background-image: linear-gradient(to bottom, white, #f7f7f7 60%, #ededed); text-shadow: 0 1px rgba(255, 255, 255, 0.76923); icon-shadow: 0 1px rgba(255, 255, 255, 0.76923); box-shadow: inset 0 1px white; } .inline-toolbar toolbutton > button:active, .inline-toolbar toolbutton > button:checked { - color: #444; - outline-color: rgba(68, 68, 68, 0.3); + color: #333; + outline-color: rgba(51, 51, 51, 0.3); border-color: #c4c4c4; background-image: linear-gradient(to bottom, #e5e5e5, #f2f2f2); text-shadow: 0 1px rgba(255, 255, 255, 0.76923); @@ -1099,7 +1099,7 @@ row:selected box-shadow: none; icon-shadow: none; } .inline-toolbar toolbutton > button:insensitive GtkLabel, .inline-toolbar toolbutton > button:insensitive { - color: #9e9e9e; } + color: #959595; } .inline-toolbar toolbutton > button:insensitive:active, .inline-toolbar toolbutton > button:insensitive:checked { border-color: #c4c4c4; background-image: none; @@ -1107,7 +1107,7 @@ row:selected text-shadow: none; box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.05), 0 1px 0 0 rgba(255, 255, 255, 0.8); } .inline-toolbar toolbutton > button:insensitive:active GtkLabel, .inline-toolbar toolbutton > button:insensitive:active, .inline-toolbar toolbutton > button:insensitive:checked GtkLabel, .inline-toolbar toolbutton > button:insensitive:checked { - color: #9e9e9e; } + color: #959595; } .inline-toolbar toolbutton > button:backdrop { border-color: #c9c9c9; background-image: linear-gradient(to bottom, #f7f7f7); @@ -1115,15 +1115,15 @@ row:selected icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); } .inline-toolbar toolbutton > button:backdrop GtkLabel, .inline-toolbar toolbutton > button:backdrop { - color: #9e9e9e; } + color: #959595; } .inline-toolbar toolbutton > button:backdrop:active, .inline-toolbar toolbutton > button:backdrop:checked { border-color: #c9c9c9; background-image: none; box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.05), 0 1px 0 0 rgba(255, 255, 255, 0.8); } .inline-toolbar toolbutton > button:backdrop:active GtkLabel, .inline-toolbar toolbutton > button:backdrop:active, .inline-toolbar toolbutton > button:backdrop:checked GtkLabel, .inline-toolbar toolbutton > button:backdrop:checked { - color: #9e9e9e; } + color: #959595; } .inline-toolbar toolbutton > button:backdrop:active label, .inline-toolbar toolbutton > button:backdrop:active, .inline-toolbar toolbutton > button:backdrop:checked label, .inline-toolbar toolbutton > button:backdrop:checked { - color: #9e9e9e; } + color: #959595; } .inline-toolbar toolbutton > button:backdrop:insensitive { border-color: #c9c9c9; background-image: none; @@ -1281,7 +1281,7 @@ button.color { * Calendar * ***********/ GtkCalendar { - color: #444; + color: #333; border: 1px solid #c4c4c4; } GtkCalendar:selected { border-radius: 3px; } @@ -1291,18 +1291,18 @@ GtkCalendar { GtkCalendar.header:backdrop { border-color: rgba(0, 0, 0, 0.1); } GtkCalendar.button { - color: rgba(68, 68, 68, 0.45); } + color: rgba(51, 51, 51, 0.45); } GtkCalendar.button:hover { - color: #444; } + color: #333; } GtkCalendar.button:backdrop { - color: rgba(158, 158, 158, 0.45); } + color: rgba(149, 149, 149, 0.45); } GtkCalendar.button:insensitive { - color: rgba(158, 158, 158, 0.45); } + color: rgba(149, 149, 149, 0.45); } GtkCalendar.highlight, GtkCalendar.highlight:backdrop { font-size: smaller; - color: #444; } + color: #333; } GtkCalendar:backdrop { - color: dimgray; + color: #5b5b5b; border-color: #c9c9c9; } /************************* @@ -1710,18 +1710,18 @@ GtkCalendar { GtkTreeView.view check:selected:focus, GtkTreeView.view check:selected, GtkTreeView.view radio:selected:focus, GtkTreeView.view radio:selected { - color: #444; + color: #333; border-color: #0a6ebd; } GtkTreeView.view check:selected:insensitive, GtkTreeView.view radio:selected:insensitive { - color: #9e9e9e; } + color: #959595; } GtkTreeView.view check:selected:insensitive:backdrop, GtkTreeView.view radio:selected:insensitive:backdrop { color: #d1d1d1; } GtkTreeView.view check:backdrop:selected, GtkTreeView.view check:backdrop, GtkTreeView.view radio:backdrop:selected, GtkTreeView.view radio:backdrop { - color: #9e9e9e; } + color: #959595; } /***************** * Color Chooser * @@ -1757,11 +1757,11 @@ GtkColorSwatch.dark overlay { GtkColorSwatch.dark overlay:backdrop { color: rgba(255, 255, 255, 0.5); } GtkColorSwatch.light overlay { - color: #444; } + color: #333; } GtkColorSwatch.light overlay:hover { border-color: rgba(0, 0, 0, 0.5); } GtkColorSwatch.light overlay:backdrop { - color: dimgray; } + color: #5b5b5b; } GtkColorSwatch overlay { box-shadow: inset 0 2px 2px -3px rgba(0, 0, 0, 0.7); border: 1px solid rgba(0, 0, 0, 0.3); } @@ -1775,8 +1775,8 @@ GtkColorSwatch#add-color-button { GtkColorSwatch#add-color-button:only-child { border-radius: 5px; } GtkColorSwatch#add-color-button overlay { - color: #444; - outline-color: rgba(68, 68, 68, 0.3); + color: #333; + outline-color: rgba(51, 51, 51, 0.3); border-color: #c4c4c4; background-image: linear-gradient(to bottom, #f7f7f7, #eaeaea); text-shadow: 0 1px rgba(255, 255, 255, 0.76923); @@ -1784,8 +1784,8 @@ GtkColorSwatch#add-color-button { box-shadow: inset 0 1px white; box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.8); } GtkColorSwatch#add-color-button overlay:hover { - color: #444; - outline-color: rgba(68, 68, 68, 0.3); + color: #333; + outline-color: rgba(51, 51, 51, 0.3); border-color: #c4c4c4; background-image: linear-gradient(to bottom, white, #f7f7f7 60%, #ededed); text-shadow: 0 1px rgba(255, 255, 255, 0.76923); @@ -1798,7 +1798,7 @@ GtkColorSwatch#add-color-button { icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); } GtkColorSwatch#add-color-button overlay:backdrop GtkLabel, GtkColorSwatch#add-color-button overlay:backdrop { - color: #9e9e9e; } + color: #959595; } GtkColorSwatch:insensitive { opacity: 0.5; } GtkColorSwatch:insensitive overlay { @@ -1863,13 +1863,13 @@ GtkMessageDialog .titlebar, .message-dialog .titlebar.default-decoration { padding: 6px; background-color: #f7f7f7; - color: #444; } + color: #333; } GtkMessageDialog .header-bar.default-decoration:backdrop, GtkMessageDialog .titlebar.default-decoration:backdrop, .message-dialog .header-bar.default-decoration:backdrop, .message-dialog .titlebar.default-decoration:backdrop { background-color: #f7f7f7; - color: #9e9e9e; } + color: #959595; } GtkMessageDialog .header-bar.default-decoration .button.titlebutton, GtkMessageDialog .titlebar.default-decoration .button.titlebutton, .message-dialog .header-bar.default-decoration .button.titlebutton, @@ -1884,34 +1884,34 @@ GtkMessageDialog .titlebar, GtkMessageDialog .titlebar.default-decoration .button.titlebutton GtkImage, .message-dialog .header-bar.default-decoration .button.titlebutton GtkImage, .message-dialog .titlebar.default-decoration .button.titlebutton GtkImage { - color: #444; } + color: #333; } GtkMessageDialog .header-bar.default-decoration .button.titlebutton:hover, GtkMessageDialog .titlebar.default-decoration .button.titlebutton:hover, .message-dialog .header-bar.default-decoration .button.titlebutton:hover, .message-dialog .titlebar.default-decoration .button.titlebutton:hover { background-color: #dedede; - color: #5e5e5e; } + color: #4d4d4d; } GtkMessageDialog .header-bar.default-decoration .button.titlebutton:hover GtkImage, GtkMessageDialog .titlebar.default-decoration .button.titlebutton:hover GtkImage, .message-dialog .header-bar.default-decoration .button.titlebutton:hover GtkImage, .message-dialog .titlebar.default-decoration .button.titlebutton:hover GtkImage { - color: #5e5e5e; } + color: #4d4d4d; } GtkMessageDialog .header-bar.default-decoration .button.titlebutton:backdrop, GtkMessageDialog .titlebar.default-decoration .button.titlebutton:backdrop, .message-dialog .header-bar.default-decoration .button.titlebutton:backdrop, .message-dialog .titlebar.default-decoration .button.titlebutton:backdrop { background-color: transparent; - color: #9e9e9e; } + color: #959595; } GtkMessageDialog .header-bar.default-decoration .button.titlebutton:backdrop GtkImage, GtkMessageDialog .titlebar.default-decoration .button.titlebutton:backdrop GtkImage, .message-dialog .header-bar.default-decoration .button.titlebutton:backdrop GtkImage, .message-dialog .titlebar.default-decoration .button.titlebutton:backdrop GtkImage { - color: #b8b8b8; } + color: #afafaf; } GtkMessageDialog .header-bar.default-decoration .button.titlebutton:active, GtkMessageDialog .titlebar.default-decoration .button.titlebutton:active, .message-dialog .header-bar.default-decoration .button.titlebutton:active, .message-dialog .titlebar.default-decoration .button.titlebutton:active { - background-color: #444; + background-color: #333; color: #f7f7f7; border-radius: 50%; box-shadow: none; } @@ -1965,22 +1965,22 @@ GtkFileChooserDialog { border: 1px solid; border-radius: 3px; transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - color: #444; + color: #333; border-color: #c4c4c4; background-color: #ffffff; box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.05), inset 0 1px 1px 0 rgba(0, 0, 0, 0.1); } .spinbutton:not(.vertical) GtkImage, GeditWindow > .entry GtkImage, .entry GtkImage { - color: dimgray; } + color: #5c5c5c; } .spinbutton:not(.vertical) GtkImage:hover, GeditWindow > .entry GtkImage:hover, .entry GtkImage:hover { - color: #444; } + color: #333; } .spinbutton:not(.vertical) GtkImage:active, GeditWindow > .entry GtkImage:active, .entry GtkImage:active { color: #0d8aee; } .spinbutton:not(.vertical) GtkImage:backdrop, GeditWindow > .entry GtkImage:backdrop, .entry GtkImage:backdrop { - color: #b1b1b1; } + color: #aaaaaa; } .spinbutton:not(.vertical) GtkImage.left, GeditWindow > .entry GtkImage.left, .entry GtkImage.left { padding-left: 0; @@ -2024,13 +2024,13 @@ GtkFileChooserDialog { border-color: #0d8aee; } .spinbutton:insensitive:not(.vertical), GeditWindow > .entry:insensitive, .entry:insensitive { - color: #9e9e9e; + color: #959595; border-color: #c4c4c4; background-image: linear-gradient(to bottom, #fafafa); box-shadow: none; } .spinbutton:backdrop:not(.vertical), GeditWindow > .entry:backdrop, .entry:backdrop { - color: dimgray; + color: #5b5b5b; border-color: #c9c9c9; background-image: linear-gradient(to bottom, #fcfcfc); box-shadow: none; @@ -2141,7 +2141,7 @@ expander .arrow { expander .arrow:dir(rtl) { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } expander .arrow:hover { - color: #919191; } + color: gray; } expander .arrow:checked { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } @@ -2187,7 +2187,7 @@ expander .arrow { GtkScrolledWindow GtkViewport.frame { border-style: none; } GtkScrolledWindow overshoot.top { - background-image: -gtk-gradient(radial, center top, 0, center top, 0.5, to(#ababab), to(rgba(171, 171, 171, 0))), -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(68, 68, 68, 0.07)), to(rgba(68, 68, 68, 0))); + background-image: -gtk-gradient(radial, center top, 0, center top, 0.5, to(#ababab), to(rgba(171, 171, 171, 0))), -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(51, 51, 51, 0.07)), to(rgba(51, 51, 51, 0))); background-size: 100% 5%, 100% 100%; background-repeat: no-repeat; background-position: center top; @@ -2203,7 +2203,7 @@ GtkScrolledWindow overshoot.top { border: none; box-shadow: none; } GtkScrolledWindow overshoot.bottom { - background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#ababab), to(rgba(171, 171, 171, 0))), -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(68, 68, 68, 0.07)), to(rgba(68, 68, 68, 0))); + background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#ababab), to(rgba(171, 171, 171, 0))), -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(51, 51, 51, 0.07)), to(rgba(51, 51, 51, 0))); background-size: 100% 5%, 100% 100%; background-repeat: no-repeat; background-position: center bottom; @@ -2219,7 +2219,7 @@ GtkScrolledWindow overshoot.bottom { border: none; box-shadow: none; } GtkScrolledWindow overshoot.left { - background-image: -gtk-gradient(radial, left center, 0, left center, 0.5, to(#ababab), to(rgba(171, 171, 171, 0))), -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(68, 68, 68, 0.07)), to(rgba(68, 68, 68, 0))); + background-image: -gtk-gradient(radial, left center, 0, left center, 0.5, to(#ababab), to(rgba(171, 171, 171, 0))), -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(51, 51, 51, 0.07)), to(rgba(51, 51, 51, 0))); background-size: 5% 100%, 100% 100%; background-repeat: no-repeat; background-position: left center; @@ -2235,7 +2235,7 @@ GtkScrolledWindow overshoot.left { border: none; box-shadow: none; } GtkScrolledWindow overshoot.right { - background-image: -gtk-gradient(radial, right center, 0, right center, 0.5, to(#ababab), to(rgba(171, 171, 171, 0))), -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(68, 68, 68, 0.07)), to(rgba(68, 68, 68, 0))); + background-image: -gtk-gradient(radial, right center, 0, right center, 0.5, to(#ababab), to(rgba(171, 171, 171, 0))), -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(51, 51, 51, 0.07)), to(rgba(51, 51, 51, 0))); background-size: 5% 100%, 100% 100%; background-repeat: no-repeat; background-position: right center; @@ -2315,7 +2315,7 @@ GraniteWidgetsPopOver { -GraniteWidgetsPopOver-shadow-size: 12; border: 1px solid #ffffff; background: #ffffff; - color: #444; } + color: #333; } GraniteWidgetsPopOver .button { background-image: none; background: none; @@ -2334,7 +2334,7 @@ GraniteWidgetsStaticNotebook .frame { .popover_bg { background-color: #ffffff; border: 1px solid #ffffff; - color: #444; } + color: #333; } /*********** * Welcome * @@ -2342,9 +2342,9 @@ GraniteWidgetsStaticNotebook .frame { GraniteWidgetsWelcome { background-color: #ffffff; } GraniteWidgetsWelcome GtkLabel { - color: #444; } + color: #333; } GraniteWidgetsWelcome .h1, GraniteWidgetsWelcome .h3 { - color: rgba(68, 68, 68, 0.8); } + color: rgba(51, 51, 51, 0.8); } /************** * Source List * @@ -2354,7 +2354,7 @@ GraniteWidgetsWelcome { -GtkTreeView-vertical-separator: 4px; background-color: #f7f7f7; border: solid #c4c4c4; - color: #444; + color: #333; border-right-width: 1px; } .source-list .view, .source-list GtkIconView { border-width: 0; @@ -2362,7 +2362,7 @@ GraniteWidgetsWelcome { border-color: #c4c4c4; } .source-list .category-expander { border: none; - color: #444; } + color: #333; } .source-list .badge { background-image: none; background-color: rgba(0, 0, 0, 0.4); @@ -2407,7 +2407,7 @@ GraniteWidgetsWelcome { .category-label { font-size: 9px; padding: 6px; - color: rgba(68, 68, 68, 0.9); + color: rgba(51, 51, 51, 0.9); font-weight: bold; text-shadow: 0 1px rgba(255, 255, 255, 0.2); } @@ -2540,51 +2540,51 @@ GraniteWidgetsWelcome { border: none; box-shadow: none; background: rgba(255, 255, 255, 0.95); - color: #444; + color: #333; box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2); } .titlebar:not(headerbar) .entry > .image, .header-bar .entry > .image { padding-right: 6px; - color: rgba(68, 68, 68, 0.8); } + color: rgba(51, 51, 51, 0.8); } .titlebar:not(headerbar) .entry:active, .titlebar:not(headerbar) .entry:focus, .header-bar .entry:active, .header-bar .entry:focus { background: #ffffff; - color: #444; + color: #333; box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4); } .titlebar:not(headerbar) .entry:active > .image, .titlebar:not(headerbar) .entry:focus > .image, .header-bar .entry:active > .image, .header-bar .entry:focus > .image { padding-right: 6px; - color: #444; } + color: #333; } .titlebar:not(headerbar) .entry:active:backdrop, .titlebar:not(headerbar) .entry:focus:backdrop, .header-bar .entry:active:backdrop, .header-bar .entry:focus:backdrop { background: rgba(255, 255, 255, 0.8); - color: rgba(68, 68, 68, 0.5); + color: rgba(51, 51, 51, 0.5); box-shadow: none; } .titlebar:not(headerbar) .entry:insensitive, .header-bar .entry:insensitive { background: rgba(255, 255, 255, 0.6); - color: rgba(68, 68, 68, 0.5); + color: rgba(51, 51, 51, 0.5); box-shadow: none; } .titlebar:not(headerbar) .entry:insensitive > .image, .header-bar .entry:insensitive > .image { padding-right: 6px; - color: rgba(68, 68, 68, 0.5); } + color: rgba(51, 51, 51, 0.5); } .titlebar:not(headerbar) .entry:insensitive:backdrop, .header-bar .entry:insensitive:backdrop { background: rgba(255, 255, 255, 0.5); - color: rgba(68, 68, 68, 0.5); + color: rgba(51, 51, 51, 0.5); box-shadow: none; } .titlebar:not(headerbar) .entry:backdrop, .header-bar .entry:backdrop { background: rgba(255, 255, 255, 0.8); - color: rgba(68, 68, 68, 0.5); + color: rgba(51, 51, 51, 0.5); box-shadow: none; } .titlebar:not(headerbar) .entry:backdrop > .image, .header-bar .entry:backdrop > .image { - color: rgba(68, 68, 68, 0.5); } + color: rgba(51, 51, 51, 0.5); } .titlebar:not(headerbar) .button, .header-bar .button { background-color: transparent; @@ -2736,10 +2736,10 @@ GraniteWidgetsWelcome { color: #546e7a; } .titlebar:not(headerbar) .button.menu-button .menu .menuitem GtkLabel, .header-bar .button.menu-button .menu .menuitem GtkLabel { - color: #444; } + color: #333; } .titlebar:not(headerbar) .button.menu-button .menu .menuitem GtkLabel:insensitive, .header-bar .button.menu-button .menu .menuitem GtkLabel:insensitive { - color: #9e9e9e; } + color: #959595; } .titlebar:not(headerbar) .button.menu-button .menu .menuitem .separator, .header-bar .button.menu-button .menu .menuitem .separator { color: #c4c4c4; } @@ -2828,7 +2828,7 @@ window.csd > .titlebar:not(headerbar) { GtkInfoBar, infobar { text-shadow: none; - color: #444; + color: #333; background-color: #f7f7f7; border-bottom: 1px solid #dedede; box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px 0 0 rgba(0, 0, 0, 0.05), 0 1px 2px 0 rgba(0, 0, 0, 0.15); } @@ -2849,21 +2849,21 @@ infobar { border-radius: 2px; border: none; background: rgba(255, 255, 255, 0.95); - color: #444; + color: #333; box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2); } .info .button .label, .warning .button .label, .question .button .label, .error .button .label, .info button .label, .warning button .label, .question button .label, .error button .label { - color: #444; } + color: #333; } .info .button:active, .warning .button:active, .question .button:active, .error .button:active, .info button:active, .warning button:active, .question button:active, .error button:active { background: #ffffff; - color: #444; + color: #333; box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4); } .info .button:active:backdrop, .warning .button:active:backdrop, .question .button:active:backdrop, .error .button:active:backdrop, .info button:active:backdrop, @@ -2871,7 +2871,7 @@ infobar { .question button:active:backdrop, .error button:active:backdrop { background: rgba(255, 255, 255, 0.8); - color: rgba(68, 68, 68, 0.5); + color: rgba(51, 51, 51, 0.5); box-shadow: none; } .info .button:hover, .warning .button:hover, .question .button:hover, .error .button:hover, .info .button:focus, .warning .button:focus, .question .button:focus, .error .button:focus, .info button:hover, @@ -2889,7 +2889,7 @@ infobar { .question button:insensitive, .error button:insensitive { background: rgba(255, 255, 255, 0.6); - color: rgba(68, 68, 68, 0.5); + color: rgba(51, 51, 51, 0.5); box-shadow: none; } .info .button:insensitive:backdrop, .warning .button:insensitive:backdrop, .question .button:insensitive:backdrop, .error .button:insensitive:backdrop, .info button:insensitive:backdrop, @@ -2897,7 +2897,7 @@ infobar { .question button:insensitive:backdrop, .error button:insensitive:backdrop { background: rgba(255, 255, 255, 0.5); - color: rgba(68, 68, 68, 0.5); + color: rgba(51, 51, 51, 0.5); box-shadow: none; } .info .button:backdrop, .warning .button:backdrop, .question .button:backdrop, .error .button:backdrop, .info button:backdrop, @@ -2905,7 +2905,7 @@ infobar { .question button:backdrop, .error button:backdrop { background: rgba(255, 255, 255, 0.8); - color: rgba(68, 68, 68, 0.5); + color: rgba(51, 51, 51, 0.5); box-shadow: none; } .info { @@ -3035,7 +3035,7 @@ GtkLevelBar.vertical { * Lists * *********/ .list { - color: #444; + color: #333; background-color: #ffffff; border-color: #c4c4c4; } .list:backdrop { @@ -3069,7 +3069,7 @@ GtkLevelBar.vertical { box-shadow: inset 0 -3px #0d8aee; color: #ffffff; } .menubar > .menuitem:insensitive { - color: #9e9e9e; + color: #959595; box-shadow: none; } .menu, .content-view .menu, @@ -3095,7 +3095,7 @@ GtkLevelBar.vertical { .menu .menuitem:insensitive, .popup .menuitem:insensitive, .context-menu .menuitem:insensitive { - color: #9e9e9e; } + color: #959595; } .menu .menuitem:insensitive:backdrop, .popup .menuitem:insensitive:backdrop, .context-menu .menuitem:insensitive:backdrop { @@ -3105,7 +3105,7 @@ GtkLevelBar.vertical { .context-menu .menuitem:backdrop, .menu .menuitem:backdrop:hover, .popup .menuitem:backdrop:hover, .context-menu .menuitem:backdrop:hover { - color: #9e9e9e; + color: #959595; background-color: transparent; } .menu .menuitem .arrow:dir(ltr), .popup .menuitem .arrow:dir(ltr), @@ -3137,18 +3137,18 @@ GtkLevelBar.vertical { .popup > .arrow.top, .context-menu > .arrow.top { margin-top: -6px; - border-bottom: 1px solid #ececec; + border-bottom: 1px solid #ebebeb; -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); } .menu > .arrow.bottom, .content-view .menu > .arrow.bottom, .popup > .arrow.bottom, .context-menu > .arrow.bottom { margin-bottom: -6px; - border-top: 1px solid #ececec; + border-top: 1px solid #ebebeb; -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } .menu > .arrow:hover, .content-view .menu > .arrow:hover, .popup > .arrow:hover, .context-menu > .arrow:hover { - background-color: #ececec; } + background-color: #ebebeb; } .menu > .arrow:backdrop, .content-view .menu > .arrow:backdrop, .popup > .arrow:backdrop, .context-menu > .arrow:backdrop { @@ -3194,7 +3194,7 @@ GtkLevelBar.vertical { border-radius: 5px; } .scale-popup .button:hover, .scale-popup button:hover { - background-color: rgba(68, 68, 68, 0.1); + background-color: rgba(51, 51, 51, 0.1); border-radius: 5px; } .separator { @@ -3218,7 +3218,7 @@ GtkAssistant { GtkAssistant .sidebar GtkLabel { padding: 6px 12px; } GtkAssistant .sidebar GtkLabel.highlight { - background-color: lightgray; } + background-color: #d0d0d0; } /************* * Notebooks * @@ -3398,11 +3398,11 @@ GtkAssistant { color: #ffffff; background-color: #0d8aee; } .popover .menuitem:insensitive { - color: #9e9e9e; } + color: #959595; } .popover .menuitem:insensitive:backdrop { color: #d1d1d1; } .popover .menuitem:backdrop, .popover .menuitem:backdrop:hover { - color: #9e9e9e; + color: #959595; background-color: transparent; } .popover .menuitem .arrow:dir(ltr) { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); @@ -3417,7 +3417,7 @@ GtkAssistant { GtkProgressBar, .progressbar { font-size: smaller; - color: rgba(68, 68, 68, 0.4); } + color: rgba(51, 51, 51, 0.4); } GtkProgressBar.horizontal progress, .progressbar.horizontal progress { margin: 0 -1px; } @@ -3727,13 +3727,13 @@ GtkProgressBar .progressbar, border: 4px solid transparent; border-radius: 8px; background-clip: padding-box; - background-color: #8c8c8c; } + background-color: #818181; } .scrollbar .slider:hover { - background-color: #686868; } + background-color: #5a5a5a; } .scrollbar .slider:hover:active { background-color: #0a6ebd; } .scrollbar .slider:backdrop { - background-color: lightgray; } + background-color: #d0d0d0; } .scrollbar .slider:insensitive { background-color: transparent; } .scrollbar.fine-tune.horizontal .slider { @@ -3746,11 +3746,11 @@ GtkProgressBar .progressbar, background-color: transparent; } .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .slider { margin: -1px; - background-color: #444; + background-color: #333; border: 1px solid white; } .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .button, .scrollbar.overlay-indicator:not(.dragging):not(.hovering) button { - background-color: #444; + background-color: #333; background-clip: padding-box; border-radius: 100%; border: 1px solid white; @@ -3777,7 +3777,7 @@ GtkProgressBar .progressbar, box-shadow: inset 0 1px rgba(255, 255, 255, 0); text-shadow: none; icon-shadow: none; - color: #8c8c8c; } + color: #818181; } .scrollbar .button:hover { border-color: transparent; background-color: transparent; @@ -3785,7 +3785,7 @@ GtkProgressBar .progressbar, box-shadow: inset 0 1px rgba(255, 255, 255, 0); text-shadow: none; icon-shadow: none; - color: #686868; } + color: #5a5a5a; } .scrollbar .button:active, .scrollbar .button:checked { border-color: transparent; background-color: transparent; @@ -3801,7 +3801,7 @@ GtkProgressBar .progressbar, box-shadow: inset 0 1px rgba(255, 255, 255, 0); text-shadow: none; icon-shadow: none; - color: rgba(140, 140, 140, 0.2); } + color: rgba(129, 129, 129, 0.2); } .scrollbar .button:backdrop { border-color: transparent; background-color: transparent; @@ -3809,7 +3809,7 @@ GtkProgressBar .progressbar, box-shadow: inset 0 1px rgba(255, 255, 255, 0); text-shadow: none; icon-shadow: none; - color: lightgray; } + color: #d0d0d0; } .scrollbar .button:backdrop:insensitive { border-color: transparent; background-color: transparent; @@ -3817,7 +3817,7 @@ GtkProgressBar .progressbar, box-shadow: inset 0 1px rgba(255, 255, 255, 0); text-shadow: none; icon-shadow: none; - color: rgba(211, 211, 211, 0.2); } + color: rgba(208, 208, 208, 0.2); } .scrollbar.vertical .button.down, .scrollbar.vertical button.down { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } @@ -3848,10 +3848,10 @@ OsScrollbar { OsThumb:backdrop, OsThumb:active:backdrop, OsScrollbar:backdrop, OsScrollbar:active:backdrop { - background-color: #9e9e9e; } + background-color: #959595; } OsThumb:insensitive, OsScrollbar:insensitive { - background-color: #9e9e9e; } + background-color: #959595; } /*********** * Sidebar * @@ -3899,7 +3899,7 @@ OsScrollbar { .sidebar .sidebar-item:hover, .sidebar .sidebar-row:hover { background-color: #ffffff; - color: #444; + color: #333; box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2); } .sidebar .sidebar-item:hover:backdrop, .sidebar .sidebar-row:hover:backdrop { @@ -3922,7 +3922,7 @@ OsScrollbar { .spinbutton:not(.vertical) .button { margin: 0; padding: 6px; - color: #575757; + color: #474747; background-image: none; border-style: none none none solid; border-color: rgba(196, 196, 196, 0.3); @@ -3931,15 +3931,15 @@ OsScrollbar { .spinbutton:not(.vertical) .button:dir(rtl) { border-style: none solid none none; } .spinbutton:not(.vertical) .button:hover { - color: #444; - background-color: rgba(68, 68, 68, 0.05); } + color: #333; + background-color: rgba(51, 51, 51, 0.05); } .spinbutton:not(.vertical) .button:insensitive { - color: rgba(158, 158, 158, 0.3); } + color: rgba(149, 149, 149, 0.3); } .spinbutton:not(.vertical) .button:active { background-color: rgba(0, 0, 0, 0.1); box-shadow: inset 0 2px 3px -1px rgba(0, 0, 0, 0.2); } .spinbutton:not(.vertical) .button:backdrop { - color: #a7a7a7; + color: #9f9f9f; background-color: transparent; border-color: rgba(201, 201, 201, 0.3); transition: 200ms ease-out; } @@ -3999,7 +3999,7 @@ OsScrollbar { .osd .spinbutton:not(.vertical) .button:dir(rtl):first-child { border-radius: 3px 0 0 3px; } .spinbutton.vertical:insensitive { - color: #9e9e9e; } + color: #959595; } .spinbutton.vertical:backdrop:insensitive { color: #d1d1d1; } .spinbutton.vertical .entry { @@ -4010,14 +4010,14 @@ OsScrollbar { border: none; background: none; box-shadow: none; - color: #444; } + color: #333; } .spinbutton.vertical .button:hover { background-color: #0d8aee; color: #ffffff; icon-shadow: none; } .spinbutton.vertical .button:active { background-color: transparent; - color: #444; } + color: #333; } .spinbutton.vertical .button.up { border-radius: 3px 3px 0 0; border-style: solid solid none solid; } @@ -4245,9 +4245,9 @@ GtkSwitch { .toolbar .button:insensitive:backdrop GtkImage { -gtk-image-effect: dim; } .toolbar .button.menu-button .menu .menuitem GtkLabel { - color: #444; } + color: #333; } .toolbar .button.menu-button .menu .menuitem GtkLabel:insensitive { - color: #9e9e9e; } + color: #959595; } .toolbar .button.menu-button .menu .menuitem .separator { color: #c4c4c4; } .toolbar .button.menu-button .menu .menuitem:hover GtkLabel { @@ -4275,7 +4275,7 @@ searchbar, .inline-toolbar { -GtkWidget-window-dragging: true; background-color: #f2f2f2; - color: #444; + color: #333; border: 1px solid #c4c4c4; border-top-width: 0; border-radius: 0 0 5px 5px; @@ -4315,7 +4315,7 @@ searchbar, text-shadow: none; box-shadow: none; background-color: transparent; - color: #444; + color: #333; border-radius: 0px; padding: 10px; } searchbar .button:focus, @@ -4324,7 +4324,7 @@ searchbar, .inline-toolbar .button:focus, .inline-toolbar .button:active { font: bold; - color: #444; + color: #333; text-shadow: none; box-shadow: none; background-color: rgba(0, 0, 0, 0.05); } @@ -4335,27 +4335,27 @@ searchbar, .inline-toolbar .button:active:backdrop { border: none; background-color: transparent; - color: #9e9e9e; } + color: #959595; } searchbar .button:hover, .search-bar .button:hover, .location-bar .button:hover, .inline-toolbar .button:hover { background-color: rgba(0, 0, 0, 0.05); text-shadow: none; - color: #444; + color: #333; box-shadow: none; } searchbar .button:insensitive, .search-bar .button:insensitive, .location-bar .button:insensitive, .inline-toolbar .button:insensitive { background: none; background-color: transparent; - color: rgba(68, 68, 68, 0.5); } + color: rgba(51, 51, 51, 0.5); } searchbar .button:backdrop, .search-bar .button:backdrop, .location-bar .button:backdrop, .inline-toolbar .button:backdrop { border: none; background: none; background-color: transparent; - color: #9e9e9e; } + color: #959595; } searchbar .button GtkLabel, .search-bar .button GtkLabel, .location-bar .button GtkLabel, searchbar .button GtkImage, @@ -4363,7 +4363,7 @@ searchbar, .location-bar .button GtkImage, .inline-toolbar .button GtkLabel, .inline-toolbar .button GtkImage { - color: #444; } + color: #333; } searchbar .button GtkLabel:insensitive, .search-bar .button GtkLabel:insensitive, .location-bar .button GtkLabel:insensitive, searchbar .button GtkLabel:backdrop, .search-bar .button GtkLabel:backdrop, .location-bar .button GtkLabel:backdrop, @@ -4377,7 +4377,7 @@ searchbar, .inline-toolbar .button GtkLabel:backdrop, .inline-toolbar .button GtkImage:insensitive, .inline-toolbar .button GtkImage:backdrop { - color: #9e9e9e; + color: #959595; -gtk-image-effect: dim; } searchbar .entry, .search-bar .entry, .location-bar .entry, @@ -4387,7 +4387,7 @@ searchbar, .inline-toolbar .entry, .inline-toolbar entry { background: none; - color: #444; + color: #333; border-radius: 0px; border: none; box-shadow: none; } @@ -4398,7 +4398,7 @@ searchbar, .location-bar entry.image, .inline-toolbar .entry.image, .inline-toolbar entry.image { - color: #444; } + color: #333; } searchbar .entry.image.left, .search-bar .entry.image.left, .location-bar .entry.image.left, searchbar entry.image.left, @@ -4414,7 +4414,7 @@ searchbar, .location-bar entry:backdrop, .inline-toolbar .entry:backdrop, .inline-toolbar entry:backdrop { - color: #9e9e9e; } + color: #959595; } searchbar .entry:selected, .search-bar .entry:selected, .location-bar .entry:selected, searchbar entry:selected, @@ -4456,7 +4456,7 @@ searchbar, border: none; border-radius: 3px; background-color: #ffffff; - color: #444; } + color: #333; } .tooltip.background, .overlay-bar.background { background-color: #ffffff; @@ -4466,7 +4466,7 @@ searchbar, .overlay-bar * { padding: 2px; background-color: transparent; - color: #444; } + color: #333; } .tooltip .csd, .overlay-bar .csd { border-radius: 5px; @@ -4481,7 +4481,7 @@ treeview.view { -GtkTreeView-tree-line-width: 1; -GtkTreeView-tree-line-pattern: ''; -GtkTreeView-expander-size: 16; - border-left-color: #a2a2a2; + border-left-color: #999999; border-top-color: #f7f7f7; } GtkTreeView.view:selected:focus, GtkTreeView.view:selected, treeview.view:selected:focus, @@ -4491,10 +4491,10 @@ treeview.view { treeview.view:selected:backdrop, treeview.view:selected { border-left-color: #86c5f7; - border-top-color: rgba(68, 68, 68, 0.1); } + border-top-color: rgba(51, 51, 51, 0.1); } GtkTreeView.view:insensitive, treeview.view:insensitive { - color: #9e9e9e; } + color: #959595; } GtkTreeView.view:insensitive:selected, treeview.view:insensitive:selected { color: #6eb9f5; } @@ -4512,18 +4512,18 @@ treeview.view { color: rgba(247, 247, 247, 0.1); } GtkTreeView.view:backdrop, treeview.view:backdrop { - border-left-color: #cbcbcb; + border-left-color: #c6c6c6; border-top: #f7f7f7; } GtkTreeView.view.expander, treeview.view.expander { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); - color: #7c7c7c; } + color: #707070; } GtkTreeView.view.expander:dir(rtl), treeview.view.expander:dir(rtl) { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } GtkTreeView.view.expander:hover, treeview.view.expander:hover { - color: #444; } + color: #333; } GtkTreeView.view.expander:selected, treeview.view.expander:selected { color: #b6dcfa; } @@ -4538,7 +4538,7 @@ treeview.view { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } GtkTreeView.view.expander:backdrop, treeview.view.expander:backdrop { - color: #bababa; } + color: #b4b4b4; } GtkTreeView.view.progressbar, treeview.view.progressbar { color: #ffffff; @@ -4567,7 +4567,7 @@ treeview.view { box-shadow: none; } GtkTreeView.view.trough, treeview.view.trough { - background-color: rgba(68, 68, 68, 0.1); + background-color: rgba(51, 51, 51, 0.1); border-radius: 4px; } GtkTreeView.view.trough:selected:focus, GtkTreeView.view.trough:selected, treeview.view.trough:selected:focus, @@ -4585,7 +4585,7 @@ treeview.view { treeview.view column-header button, treeview.view header .button, treeview.view header button { - color: #a2a2a2; + color: #999999; background-color: #ffffff; font-weight: bold; text-shadow: none; @@ -4598,7 +4598,7 @@ treeview.view { treeview.view column-header button:hover, treeview.view header .button:hover, treeview.view header button:hover { - color: #737373; + color: #666666; box-shadow: none; transition: none; } GtkTreeView.view column-header .button:active, @@ -4609,7 +4609,7 @@ treeview.view { treeview.view column-header button:active, treeview.view header .button:active, treeview.view header button:active { - color: #444; + color: #333; transition: none; } GtkTreeView.view column-header button:last-child:backdrop, GtkTreeView.view column-header button:last-child, GtkTreeView.view header button:last-child:backdrop, @@ -4706,7 +4706,7 @@ treeview.view header button:active { treeview.view header button:backdrop { border-color: #f7f7f7; border-style: none solid solid none; - color: #cbcbcb; + color: #c6c6c6; background-image: none; background-color: #fcfcfc; } GtkTreeView.view column-header .button:backdrop:insensitive, @@ -4756,56 +4756,56 @@ treeview.view header button:active { background-color: rgba(0, 0, 0, 0.1); } .top .budgie-panel .unpinned .launcher, .top .budgie-panel .pinned .launcher.running { - border-top: 2px solid rgba(68, 68, 68, 0.2); } + border-top: 2px solid rgba(51, 51, 51, 0.2); } .top .budgie-panel .pinned .launcher:hover, .budgie-panel .pinned .top .launcher:hover, .top .budgie-panel .unpinned .launcher:hover, .budgie-panel .unpinned .top .launcher:hover { - border-top: 3px solid rgba(68, 68, 68, 0.5); } + border-top: 3px solid rgba(51, 51, 51, 0.5); } .top .budgie-panel .pinned .launcher:active, .budgie-panel .pinned .top .launcher:active, .top .budgie-panel .unpinned .launcher:active, .budgie-panel .unpinned .top .launcher:active, .top .budgie-panel .pinned .launcher:checked, .budgie-panel .pinned .top .launcher:checked, .top .budgie-panel .unpinned .launcher:checked, .budgie-panel .unpinned .top .launcher:checked { - border-top: 3px solid #444; } + border-top: 3px solid #333; } .bottom .budgie-panel .unpinned .launcher, .bottom .budgie-panel .pinned .launcher.running { - border-bottom: 2px solid rgba(68, 68, 68, 0.2); } + border-bottom: 2px solid rgba(51, 51, 51, 0.2); } .bottom .budgie-panel .pinned .launcher:hover, .budgie-panel .pinned .bottom .launcher:hover, .bottom .budgie-panel .unpinned .launcher:hover, .budgie-panel .unpinned .bottom .launcher:hover { - border-bottom: 3px solid rgba(68, 68, 68, 0.5); } + border-bottom: 3px solid rgba(51, 51, 51, 0.5); } .bottom .budgie-panel .pinned .launcher:active, .budgie-panel .pinned .bottom .launcher:active, .bottom .budgie-panel .unpinned .launcher:active, .budgie-panel .unpinned .bottom .launcher:active, .bottom .budgie-panel .pinned .launcher:checked, .budgie-panel .pinned .bottom .launcher:checked, .bottom .budgie-panel .unpinned .launcher:checked, .budgie-panel .unpinned .bottom .launcher:checked { - border-bottom: 3px solid #444; } + border-bottom: 3px solid #333; } .left .budgie-panel .unpinned .launcher, .left .budgie-panel .pinned .launcher.running { - border-left: 2px solid rgba(68, 68, 68, 0.2); } + border-left: 2px solid rgba(51, 51, 51, 0.2); } .left .budgie-panel .pinned .launcher:hover, .budgie-panel .pinned .left .launcher:hover, .left .budgie-panel .unpinned .launcher:hover, .budgie-panel .unpinned .left .launcher:hover { - border-left: 3px solid rgba(68, 68, 68, 0.5); } + border-left: 3px solid rgba(51, 51, 51, 0.5); } .left .budgie-panel .pinned .launcher:active, .budgie-panel .pinned .left .launcher:active, .left .budgie-panel .unpinned .launcher:active, .budgie-panel .unpinned .left .launcher:active, .left .budgie-panel .pinned .launcher:checked, .budgie-panel .pinned .left .launcher:checked, .left .budgie-panel .unpinned .launcher:checked, .budgie-panel .unpinned .left .launcher:checked { - border-left: 3px solid #444; } + border-left: 3px solid #333; } .right .budgie-panel .unpinned .launcher, .right .budgie-panel .pinned .launcher.running { - border-right: 2px solid rgba(68, 68, 68, 0.2); } + border-right: 2px solid rgba(51, 51, 51, 0.2); } .right .budgie-panel .pinned .launcher:hover, .budgie-panel .pinned .right .launcher:hover, .right .budgie-panel .unpinned .launcher:hover, .budgie-panel .unpinned .right .launcher:hover { - border-right: 3px solid rgba(68, 68, 68, 0.5); } + border-right: 3px solid rgba(51, 51, 51, 0.5); } .right .budgie-panel .pinned .launcher:active, .budgie-panel .pinned .right .launcher:active, .right .budgie-panel .unpinned .launcher:active, .budgie-panel .unpinned .right .launcher:active, .right .budgie-panel .pinned .launcher:checked, .budgie-panel .pinned .right .launcher:checked, .right .budgie-panel .unpinned .launcher:checked, .budgie-panel .unpinned .right .launcher:checked { - border-right: 3px solid #444; } + border-right: 3px solid #333; } .top .budgie-panel { border-bottom: 1px solid rgba(0, 0, 0, 0.2); @@ -4875,22 +4875,22 @@ treeview.view header button:active { color: inherit; } .budgie-panel { - color: #444; + color: #333; background-color: #f7f7f7; } .budgie-panel:backdrop { - color: #444; + color: #333; background-color: #f7f7f7; } .budgie-panel BudgieMenuApplet { font: bold; } .budgie-panel BudgieMenuApplet .label { - color: #444; + color: #333; icon-shadow: 0 1px rgba(255, 255, 255, 0.1); text-shadow: 0 1px rgba(255, 255, 255, 0.1); } .budgie-panel ClockApplet { font: monospace bold; font-size: 90%; } .budgie-panel ClockApplet .label { - color: #444; + color: #333; icon-shadow: 0 1px rgba(255, 255, 255, 0.1); text-shadow: 0 1px rgba(255, 255, 255, 0.1); } .budgie-panel WnckTasklist .button, @@ -4915,7 +4915,7 @@ treeview.view header button:active { background: none; } .raven { - color: #444; + color: #333; background-color: rgba(247, 247, 247, 0.98); transition: 170ms ease-out; } .raven .raven-header { @@ -4925,7 +4925,7 @@ treeview.view header button:active { icon-shadow: 0 1px rgba(255, 255, 255, 0.1); background-color: #f7f7f7; background-image: linear-gradient(to bottom, white, #f7f7f7); - color: #444; + color: #333; border: solid #c4c4c4; border-width: 1px 0 1px 0; box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.1), inset 0 -1px 0 0 rgba(255, 255, 255, 0.05), 0 1px 2px 0 rgba(0, 0, 0, 0.2); } @@ -4973,7 +4973,7 @@ treeview.view header button:active { .raven-mpris { text-shadow: 0 1px rgba(255, 255, 255, 0.1); icon-shadow: 0 1px rgba(255, 255, 255, 0.1); - color: #444; + color: #333; background-color: rgba(247, 247, 247, 0.8); border: solid rgba(0, 0, 0, 0.2); border-width: 1px 0; @@ -4993,10 +4993,10 @@ treeview.view header button:active { padding: 4px; } .budgie-notification .notification-title { font-size: 110%; - color: #444; } + color: #333; } .budgie-notification .notification-body { border: none; - color: rgba(68, 68, 68, 0.7); } + color: rgba(51, 51, 51, 0.7); } .budgie-session-dialog, .budgie-polkit-dialog { border-radius: 4px; @@ -5016,7 +5016,7 @@ treeview.view header button:active { border-radius: 0 0 4px 0; } .budgie-polkit-dialog .message { - color: rgba(68, 68, 68, 0.7); } + color: rgba(51, 51, 51, 0.7); } .budgie-polkit-dialog .failure { color: #d32f2f; } @@ -5100,16 +5100,16 @@ NautilusCanvasView { border-color: #a5a5a5; } .nautilus-desktop { - color: #444; } + color: #333; } .nautilus-desktop .nautilus-canvas-item { border-radius: 5px; color: #ffffff; text-shadow: 1px 1px rgba(0, 0, 0, 0.6); } .nautilus-desktop .nautilus-canvas-item:active { - color: #444; + color: #333; text-shadow: none; } .nautilus-desktop .nautilus-canvas-item:prelight { - color: #444; + color: #333; text-shadow: none; } .nautilus-desktop .nautilus-canvas-item:selected { color: #ffffff; @@ -5413,7 +5413,7 @@ YelpWindow .header-bar { background-color: #ffffff; } .gala-notification .title, .gala-notification .label { - color: #444; } + color: #333; } .gala-button { padding: 3px; @@ -5438,7 +5438,7 @@ YelpWindow .header-bar { ***************/ .category-label { font-weight: bold; - color: #444; } + color: #333; } /************* * Slingshot * @@ -5459,7 +5459,7 @@ YelpWindow .header-bar { .search-item { border-radius: 0; border: none; - color: #444; + color: #333; background: none; } .search-item:hover, .search-item:focus { border-radius: 0; @@ -5478,7 +5478,7 @@ YelpWindow .header-bar { .search-category-header { font-weight: bold; - color: #444; } + color: #333; } /********* * Panel * @@ -5622,7 +5622,7 @@ LibraryWindow .the-button-in-the-combobox { background-position: 0 0, 12px 12px; } .checkboard-layout .item { - background-color: #444; } + background-color: #333; } /******** * Unity * @@ -5735,7 +5735,7 @@ UnityPanelWidget:backdrop, .unity-panel.menubar:backdrop, .unity-panel .menubar *:backdrop { - color: #9e9e9e; } + color: #959595; } .unity-panel.menubar.menuitem, .unity-panel.menubar .menuitem { @@ -5883,7 +5883,7 @@ ConversationListView { font: normal; border-style: none; background-color: transparent; - color: #444; } + color: #333; } #content_frame { padding-bottom: 14px; @@ -5894,8 +5894,8 @@ ConversationListView { border-width: 1px 1px 0 1px; } #content_frame button { - color: #444; - outline-color: rgba(68, 68, 68, 0.3); + color: #333; + outline-color: rgba(51, 51, 51, 0.3); border-color: #c4c4c4; background-image: linear-gradient(to bottom, #f7f7f7, #eaeaea); text-shadow: 0 1px rgba(255, 255, 255, 0.76923); @@ -5903,16 +5903,16 @@ ConversationListView { box-shadow: inset 0 1px white; box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.8); } #content_frame button:hover { - color: #444; - outline-color: rgba(68, 68, 68, 0.3); + color: #333; + outline-color: rgba(51, 51, 51, 0.3); border-color: #c4c4c4; background-image: linear-gradient(to bottom, white, #f7f7f7 60%, #ededed); text-shadow: 0 1px rgba(255, 255, 255, 0.76923); icon-shadow: 0 1px rgba(255, 255, 255, 0.76923); box-shadow: inset 0 1px white; } #content_frame button:active, #content_frame button:checked { - color: #444; - outline-color: rgba(68, 68, 68, 0.3); + color: #333; + outline-color: rgba(51, 51, 51, 0.3); border-color: #c4c4c4; background-image: linear-gradient(to bottom, #e5e5e5, #f2f2f2); text-shadow: 0 1px rgba(255, 255, 255, 0.76923); @@ -5927,7 +5927,7 @@ ConversationListView { box-shadow: none; icon-shadow: none; } #content_frame button:insensitive GtkLabel, #content_frame button:insensitive { - color: #9e9e9e; } + color: #959595; } #buttonbox_frame { padding-top: 20px; @@ -5976,7 +5976,7 @@ ConversationListView { icon-shadow: none; } #login_window #user_combobox { - color: #444; + color: #333; font: 13px; } #login_window #user_combobox .menu, #login_window #user_combobox menu { diff --git a/paper-gtk-theme.spec b/paper-gtk-theme.spec index 9a05947..627e28c 100644 --- a/paper-gtk-theme.spec +++ b/paper-gtk-theme.spec @@ -14,8 +14,8 @@ # Name: paper-gtk-theme -Version: 2.0 -Release: 3 +Version: 2.1 +Release: 0 License: GPL-3.0+ Summary: Paper GTK theme Url: https://snwh.org/paper diff --git a/src/gtk2/Buttons/button-default-nohilight.png b/src/gtk2/Buttons/button-default-nohilight.png deleted file mode 100644 index cf485e8..0000000 Binary files a/src/gtk2/Buttons/button-default-nohilight.png and /dev/null differ diff --git a/src/gtk2/Buttons/button-default.png b/src/gtk2/Buttons/button-default.png deleted file mode 100644 index cf485e8..0000000 Binary files a/src/gtk2/Buttons/button-default.png and /dev/null differ diff --git a/src/gtk2/Buttons/button-insensitive-nohilight.png b/src/gtk2/Buttons/button-insensitive-nohilight.png deleted file mode 100644 index aaa8a79..0000000 Binary files a/src/gtk2/Buttons/button-insensitive-nohilight.png and /dev/null differ diff --git a/src/gtk2/Buttons/button-insensitive.png b/src/gtk2/Buttons/button-insensitive.png deleted file mode 100644 index aaa8a79..0000000 Binary files a/src/gtk2/Buttons/button-insensitive.png and /dev/null differ diff --git a/src/gtk2/Buttons/button-prelight-nohilight.png b/src/gtk2/Buttons/button-prelight-nohilight.png deleted file mode 100644 index eaa7474..0000000 Binary files a/src/gtk2/Buttons/button-prelight-nohilight.png and /dev/null differ diff --git a/src/gtk2/Buttons/button-prelight.png b/src/gtk2/Buttons/button-prelight.png deleted file mode 100644 index eaa7474..0000000 Binary files a/src/gtk2/Buttons/button-prelight.png and /dev/null differ diff --git a/src/gtk2/Buttons/button-pressed-nohilight.png b/src/gtk2/Buttons/button-pressed-nohilight.png deleted file mode 100644 index c356971..0000000 Binary files a/src/gtk2/Buttons/button-pressed-nohilight.png and /dev/null differ diff --git a/src/gtk2/Buttons/button-pressed.png b/src/gtk2/Buttons/button-pressed.png deleted file mode 100644 index c356971..0000000 Binary files a/src/gtk2/Buttons/button-pressed.png and /dev/null differ diff --git a/src/gtk2/Entry/combo-entry-border-active-rtl.png b/src/gtk2/Entry/combo-entry-border-active-rtl.png deleted file mode 100644 index 7f218ef..0000000 Binary files a/src/gtk2/Entry/combo-entry-border-active-rtl.png and /dev/null differ diff --git a/src/gtk2/Entry/combo-entry-border-active.png b/src/gtk2/Entry/combo-entry-border-active.png deleted file mode 100644 index a08e00d..0000000 Binary files a/src/gtk2/Entry/combo-entry-border-active.png and /dev/null differ diff --git a/src/gtk2/Entry/combo-entry-border-disabled-rtl.png b/src/gtk2/Entry/combo-entry-border-disabled-rtl.png deleted file mode 100644 index 7425a75..0000000 Binary files a/src/gtk2/Entry/combo-entry-border-disabled-rtl.png and /dev/null differ diff --git a/src/gtk2/Entry/combo-entry-border-disabled.png b/src/gtk2/Entry/combo-entry-border-disabled.png deleted file mode 100644 index 59c4bbb..0000000 Binary files a/src/gtk2/Entry/combo-entry-border-disabled.png and /dev/null differ diff --git a/src/gtk2/Entry/combo-entry-border-rtl.png b/src/gtk2/Entry/combo-entry-border-rtl.png deleted file mode 100644 index 333db71..0000000 Binary files a/src/gtk2/Entry/combo-entry-border-rtl.png and /dev/null differ diff --git a/src/gtk2/Entry/combo-entry-border.png b/src/gtk2/Entry/combo-entry-border.png deleted file mode 100644 index 952ba8a..0000000 Binary files a/src/gtk2/Entry/combo-entry-border.png and /dev/null differ diff --git a/src/gtk2/Entry/combo-entry-button-active-rtl.png b/src/gtk2/Entry/combo-entry-button-active-rtl.png deleted file mode 100644 index 85bf35b..0000000 Binary files a/src/gtk2/Entry/combo-entry-button-active-rtl.png and /dev/null differ diff --git a/src/gtk2/Entry/combo-entry-button-active.png b/src/gtk2/Entry/combo-entry-button-active.png deleted file mode 100644 index 7743d68..0000000 Binary files a/src/gtk2/Entry/combo-entry-button-active.png and /dev/null differ diff --git a/src/gtk2/Entry/combo-entry-button-disabled-rtl.png b/src/gtk2/Entry/combo-entry-button-disabled-rtl.png deleted file mode 100644 index 8525849..0000000 Binary files a/src/gtk2/Entry/combo-entry-button-disabled-rtl.png and /dev/null differ diff --git a/src/gtk2/Entry/combo-entry-button-disabled.png b/src/gtk2/Entry/combo-entry-button-disabled.png deleted file mode 100644 index cd478ac..0000000 Binary files a/src/gtk2/Entry/combo-entry-button-disabled.png and /dev/null differ diff --git a/src/gtk2/Entry/combo-entry-button-rtl.png b/src/gtk2/Entry/combo-entry-button-rtl.png deleted file mode 100644 index 0063fa4..0000000 Binary files a/src/gtk2/Entry/combo-entry-button-rtl.png and /dev/null differ diff --git a/src/gtk2/Entry/combo-entry-button.png b/src/gtk2/Entry/combo-entry-button.png deleted file mode 100644 index 74e8b10..0000000 Binary files a/src/gtk2/Entry/combo-entry-button.png and /dev/null differ diff --git a/src/gtk2/Entry/entry-bg-disabled.png b/src/gtk2/Entry/entry-bg-disabled.png deleted file mode 100644 index 411a321..0000000 Binary files a/src/gtk2/Entry/entry-bg-disabled.png and /dev/null differ diff --git a/src/gtk2/Entry/entry-bg.png b/src/gtk2/Entry/entry-bg.png deleted file mode 100644 index 411a321..0000000 Binary files a/src/gtk2/Entry/entry-bg.png and /dev/null differ diff --git a/src/gtk2/Entry/entry-border-active.png b/src/gtk2/Entry/entry-border-active.png deleted file mode 100644 index 8f36fb6..0000000 Binary files a/src/gtk2/Entry/entry-border-active.png and /dev/null differ diff --git a/src/gtk2/Entry/entry-border-disabled.png b/src/gtk2/Entry/entry-border-disabled.png deleted file mode 100644 index 105bfe4..0000000 Binary files a/src/gtk2/Entry/entry-border-disabled.png and /dev/null differ diff --git a/src/gtk2/Entry/entry-border.png b/src/gtk2/Entry/entry-border.png deleted file mode 100644 index 7a52a05..0000000 Binary files a/src/gtk2/Entry/entry-border.png and /dev/null differ diff --git a/src/gtk2/ProgressBar/progressbar.png b/src/gtk2/ProgressBar/progressbar.png deleted file mode 100644 index e296d2d..0000000 Binary files a/src/gtk2/ProgressBar/progressbar.png and /dev/null differ diff --git a/src/gtk2/ProgressBar/progressbar_v.png b/src/gtk2/ProgressBar/progressbar_v.png deleted file mode 100644 index b89053f..0000000 Binary files a/src/gtk2/ProgressBar/progressbar_v.png and /dev/null differ diff --git a/src/gtk2/ProgressBar/trough-progressbar.png b/src/gtk2/ProgressBar/trough-progressbar.png deleted file mode 100644 index c356971..0000000 Binary files a/src/gtk2/ProgressBar/trough-progressbar.png and /dev/null differ diff --git a/src/gtk2/ProgressBar/trough-progressbar_v.png b/src/gtk2/ProgressBar/trough-progressbar_v.png deleted file mode 100644 index e2afd76..0000000 Binary files a/src/gtk2/ProgressBar/trough-progressbar_v.png and /dev/null differ diff --git a/src/gtk2/Spin/down-background-disable-notebook-rtl.png b/src/gtk2/Spin/down-background-disable-notebook-rtl.png deleted file mode 100644 index 7c95a29..0000000 Binary files a/src/gtk2/Spin/down-background-disable-notebook-rtl.png and /dev/null differ diff --git a/src/gtk2/Spin/down-background-disable-notebook.png b/src/gtk2/Spin/down-background-disable-notebook.png deleted file mode 100644 index 5e0dfe5..0000000 Binary files a/src/gtk2/Spin/down-background-disable-notebook.png and /dev/null differ diff --git a/src/gtk2/Spin/down-background-disable-rtl.png b/src/gtk2/Spin/down-background-disable-rtl.png deleted file mode 100644 index ba385d4..0000000 Binary files a/src/gtk2/Spin/down-background-disable-rtl.png and /dev/null differ diff --git a/src/gtk2/Spin/down-background-disable.png b/src/gtk2/Spin/down-background-disable.png deleted file mode 100644 index c3803ec..0000000 Binary files a/src/gtk2/Spin/down-background-disable.png and /dev/null differ diff --git a/src/gtk2/Spin/down-background-notebook-rtl.png b/src/gtk2/Spin/down-background-notebook-rtl.png deleted file mode 100644 index 94abaf4..0000000 Binary files a/src/gtk2/Spin/down-background-notebook-rtl.png and /dev/null differ diff --git a/src/gtk2/Spin/down-background-notebook.png b/src/gtk2/Spin/down-background-notebook.png deleted file mode 100644 index 1566232..0000000 Binary files a/src/gtk2/Spin/down-background-notebook.png and /dev/null differ diff --git a/src/gtk2/Spin/down-background-rtl.png b/src/gtk2/Spin/down-background-rtl.png deleted file mode 100644 index 94abaf4..0000000 Binary files a/src/gtk2/Spin/down-background-rtl.png and /dev/null differ diff --git a/src/gtk2/Spin/down-background.png b/src/gtk2/Spin/down-background.png deleted file mode 100644 index 7456153..0000000 Binary files a/src/gtk2/Spin/down-background.png and /dev/null differ diff --git a/src/gtk2/Spin/up-background-disable-notebook-rtl.png b/src/gtk2/Spin/up-background-disable-notebook-rtl.png deleted file mode 100644 index 1940f19..0000000 Binary files a/src/gtk2/Spin/up-background-disable-notebook-rtl.png and /dev/null differ diff --git a/src/gtk2/Spin/up-background-disable-notebook.png b/src/gtk2/Spin/up-background-disable-notebook.png deleted file mode 100644 index aa092e2..0000000 Binary files a/src/gtk2/Spin/up-background-disable-notebook.png and /dev/null differ diff --git a/src/gtk2/Spin/up-background-disable-rtl.png b/src/gtk2/Spin/up-background-disable-rtl.png deleted file mode 100644 index f73ea66..0000000 Binary files a/src/gtk2/Spin/up-background-disable-rtl.png and /dev/null differ diff --git a/src/gtk2/Spin/up-background-disable.png b/src/gtk2/Spin/up-background-disable.png deleted file mode 100644 index b169e0a..0000000 Binary files a/src/gtk2/Spin/up-background-disable.png and /dev/null differ diff --git a/src/gtk2/Spin/up-background-notebook-rtl.png b/src/gtk2/Spin/up-background-notebook-rtl.png deleted file mode 100644 index 7c59dab..0000000 Binary files a/src/gtk2/Spin/up-background-notebook-rtl.png and /dev/null differ diff --git a/src/gtk2/Spin/up-background-notebook.png b/src/gtk2/Spin/up-background-notebook.png deleted file mode 100644 index 953530f..0000000 Binary files a/src/gtk2/Spin/up-background-notebook.png and /dev/null differ diff --git a/src/gtk2/Spin/up-background-rtl.png b/src/gtk2/Spin/up-background-rtl.png deleted file mode 100644 index 5a12d55..0000000 Binary files a/src/gtk2/Spin/up-background-rtl.png and /dev/null differ diff --git a/src/gtk2/Spin/up-background.png b/src/gtk2/Spin/up-background.png deleted file mode 100644 index d322bd1..0000000 Binary files a/src/gtk2/Spin/up-background.png and /dev/null differ diff --git a/src/gtk2/assets-external.svg b/src/gtk2/assets-external.svg new file mode 100644 index 0000000..44601fc --- /dev/null +++ b/src/gtk2/assets-external.svg @@ -0,0 +1,1474 @@ + + + + + Moka Icon Theme Template + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + Sam Hewitt + + + + + Moka Icon Theme Template + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/gtk2/assets-external.txt b/src/gtk2/assets-external.txt new file mode 100644 index 0000000..0bd3000 --- /dev/null +++ b/src/gtk2/assets-external.txt @@ -0,0 +1,24 @@ +checkbox-checked +checkbox-checked-hover +checkbox-checked-active +checkbox-checked-insensitive +checkbox-unchecked +checkbox-unchecked-hover +checkbox-unchecked-active +checkbox-unchecked-insensitive +checkbox-mixed +checkbox-mixed-hover +checkbox-mixed-active +checkbox-mixed-insensitive +radio-checked +radio-checked-hover +radio-checked-active +radio-checked-insensitive +radio-unchecked +radio-unchecked-hover +radio-unchecked-active +radio-unchecked-insensitive +radio-mixed +radio-mixed-hover +radio-mixed-active +radio-mixed-insensitive diff --git a/src/gtk2/assets.svg b/src/gtk2/assets.svg new file mode 100644 index 0000000..2db6701 --- /dev/null +++ b/src/gtk2/assets.svg @@ -0,0 +1,5033 @@ + + + + + Paper GTK2 Source + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Paper GTK2 Source + + + Sam Hewitt + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/gtk2/assets.txt b/src/gtk2/assets.txt new file mode 100644 index 0000000..cdb7ba8 --- /dev/null +++ b/src/gtk2/assets.txt @@ -0,0 +1,144 @@ +menu-checkbox +menu-checkbox-hover +menu-checkbox-insensitive +menu-checkbox-checked +menu-checkbox-checked-hover +menu-checkbox-checked-insensitive +menu-checkbox-mixed +menu-checkbox-mixed-hover +menu-checkbox-mixed-insensitive +menu-radio +menu-radio-hover +menu-radio-insensitive +menu-radio-checked +menu-radio-checked-hover +menu-radio-checked-insensitive +menu-radio-mixed +menu-radio-mixed-hover +menu-radio-mixed-insensitive +menu-pan-left +menu-pan-left-hover +menu-pan-left-insensitive +menu-pan-right +menu-pan-right-hover +menu-pan-right-insensitive +menu-pan-up +menu-pan-up-insensitive +menu-pan-down +menu-pan-down-insensitive +button +button-hover +button-active +button-insensitive +combo-entry-ltr-entry +combo-entry-ltr-entry-active +combo-entry-ltr-entry-insensitive +combo-entry-ltr-button +combo-entry-ltr-button-hover +combo-entry-ltr-button-active +combo-entry-ltr-button-insensitive +combo-entry-rtl-entry +combo-entry-rtl-entry-active +combo-entry-rtl-entry-insensitive +combo-entry-rtl-button +combo-entry-rtl-button-hover +combo-entry-rtl-button-active +combo-entry-rtl-button-insensitive +entry +entry-active +entry-insensitive +entry-background +entry-background-insensitive +border +frame +frame-inline +frame-notebook +line +focus +handle +handle-horz +handle-vert +menu-border +menubar-item-active +notebook-entry +notebook-entry-active +notebook-entry-insensitive +notebook-combo-entry-ltr-entry +notebook-combo-entry-ltr-entry-active +notebook-combo-entry-ltr-entry-insensitive +notebook-combo-entry-rtl-entry +notebook-combo-entry-rtl-entry-active +notebook-combo-entry-rtl-entry-insensitive +pan-left +pan-left-semi +pan-left-insensitive +pan-right +pan-right-semi +pan-right-insensitive +pan-up +pan-up-insensitive +pan-down +pan-down-insensitive +progressbar-horz +progressbar-horz-trough +progressbar-vert +progressbar-vert-trough +scrollbar-horz-slider +scrollbar-horz-slider-hover +scrollbar-horz-slider-active +scrollbar-horz-trough +scrollbar-vert-slider +scrollbar-vert-slider-hover +scrollbar-vert-slider-active +scrollbar-vert-trough +scrollbar-vert-slider-rtl +scrollbar-vert-slider-hover-rtl +scrollbar-vert-slider-active-rtl +scrollbar-vert-trough-rtl +spin-ltr-down +spin-ltr-down-hover +spin-ltr-down-active +spin-ltr-down-insensitive +spin-ltr-up +spin-ltr-up-hover +spin-ltr-up-active +spin-ltr-up-insensitive +spin-rtl-down +spin-rtl-down-hover +spin-rtl-down-active +spin-rtl-down-insensitive +spin-rtl-up +spin-rtl-up-hover +spin-rtl-up-active +spin-rtl-up-insensitive +spin-up +spin-down +spin-up-insensitive +spin-down-insensitive +scale-slider +scale-slider-hover +scale-slider-active +scale-slider-insensitive +scale-horz-focus +scale-horz-trough +scale-horz-trough-active +scale-vert-trough +scale-vert-trough-active +tab-left +tab-left-active +tab-right +tab-right-active +tab-up +tab-up-active +tab-down +tab-down-active +tab-horz-gap +tab-vert-gap +treeview-pan-up +treeview-pan-up-hover +treeview-pan-up-active +treeview-pan-down +treeview-pan-down-hover +treeview-pan-down-active +treeview-separator-ltr +treeview-separator-rtl diff --git a/src/gtk2/assets/border.png b/src/gtk2/assets/border.png new file mode 100644 index 0000000..dee4574 Binary files /dev/null and b/src/gtk2/assets/border.png differ diff --git a/src/gtk2/assets/button-active.png b/src/gtk2/assets/button-active.png new file mode 100644 index 0000000..042288f Binary files /dev/null and b/src/gtk2/assets/button-active.png differ diff --git a/src/gtk2/assets/button-hover.png b/src/gtk2/assets/button-hover.png new file mode 100644 index 0000000..a812130 Binary files /dev/null and b/src/gtk2/assets/button-hover.png differ diff --git a/src/gtk2/assets/button-insensitive.png b/src/gtk2/assets/button-insensitive.png new file mode 100644 index 0000000..f304aeb Binary files /dev/null and b/src/gtk2/assets/button-insensitive.png differ diff --git a/src/gtk2/assets/button.png b/src/gtk2/assets/button.png new file mode 100644 index 0000000..5b9ffd3 Binary files /dev/null and b/src/gtk2/assets/button.png differ diff --git a/src/gtk2/assets/checkbox-checked-active.png b/src/gtk2/assets/checkbox-checked-active.png new file mode 100644 index 0000000..edb397f Binary files /dev/null and b/src/gtk2/assets/checkbox-checked-active.png differ diff --git a/src/gtk2/assets/checkbox-checked-hover.png b/src/gtk2/assets/checkbox-checked-hover.png new file mode 100644 index 0000000..35940a2 Binary files /dev/null and b/src/gtk2/assets/checkbox-checked-hover.png differ diff --git a/src/gtk2/assets/checkbox-checked-insensitive.png b/src/gtk2/assets/checkbox-checked-insensitive.png new file mode 100644 index 0000000..08eb1e8 Binary files /dev/null and b/src/gtk2/assets/checkbox-checked-insensitive.png differ diff --git a/src/gtk2/assets/checkbox-checked.png b/src/gtk2/assets/checkbox-checked.png new file mode 100644 index 0000000..b518444 Binary files /dev/null and b/src/gtk2/assets/checkbox-checked.png differ diff --git a/src/gtk2/assets/checkbox-mixed-active.png b/src/gtk2/assets/checkbox-mixed-active.png new file mode 100644 index 0000000..9d2935e Binary files /dev/null and b/src/gtk2/assets/checkbox-mixed-active.png differ diff --git a/src/gtk2/assets/checkbox-mixed-hover.png b/src/gtk2/assets/checkbox-mixed-hover.png new file mode 100644 index 0000000..ac136ed Binary files /dev/null and b/src/gtk2/assets/checkbox-mixed-hover.png differ diff --git a/src/gtk2/assets/checkbox-mixed-insensitive.png b/src/gtk2/assets/checkbox-mixed-insensitive.png new file mode 100644 index 0000000..c70df97 Binary files /dev/null and b/src/gtk2/assets/checkbox-mixed-insensitive.png differ diff --git a/src/gtk2/assets/checkbox-mixed.png b/src/gtk2/assets/checkbox-mixed.png new file mode 100644 index 0000000..ba24eff Binary files /dev/null and b/src/gtk2/assets/checkbox-mixed.png differ diff --git a/src/gtk2/assets/checkbox-unchecked-active.png b/src/gtk2/assets/checkbox-unchecked-active.png new file mode 100644 index 0000000..0ee4270 Binary files /dev/null and b/src/gtk2/assets/checkbox-unchecked-active.png differ diff --git a/src/gtk2/assets/checkbox-unchecked-hover.png b/src/gtk2/assets/checkbox-unchecked-hover.png new file mode 100644 index 0000000..18e1373 Binary files /dev/null and b/src/gtk2/assets/checkbox-unchecked-hover.png differ diff --git a/src/gtk2/assets/checkbox-unchecked-insensitive.png b/src/gtk2/assets/checkbox-unchecked-insensitive.png new file mode 100644 index 0000000..dd12f44 Binary files /dev/null and b/src/gtk2/assets/checkbox-unchecked-insensitive.png differ diff --git a/src/gtk2/assets/checkbox-unchecked.png b/src/gtk2/assets/checkbox-unchecked.png new file mode 100644 index 0000000..af72132 Binary files /dev/null and b/src/gtk2/assets/checkbox-unchecked.png differ diff --git a/src/gtk2/assets/combo-entry-ltr-button-active.png b/src/gtk2/assets/combo-entry-ltr-button-active.png new file mode 100644 index 0000000..e242331 Binary files /dev/null and b/src/gtk2/assets/combo-entry-ltr-button-active.png differ diff --git a/src/gtk2/assets/combo-entry-ltr-button-hover.png b/src/gtk2/assets/combo-entry-ltr-button-hover.png new file mode 100644 index 0000000..0753561 Binary files /dev/null and b/src/gtk2/assets/combo-entry-ltr-button-hover.png differ diff --git a/src/gtk2/assets/combo-entry-ltr-button-insensitive.png b/src/gtk2/assets/combo-entry-ltr-button-insensitive.png new file mode 100644 index 0000000..34f2b81 Binary files /dev/null and b/src/gtk2/assets/combo-entry-ltr-button-insensitive.png differ diff --git a/src/gtk2/assets/combo-entry-ltr-button.png b/src/gtk2/assets/combo-entry-ltr-button.png new file mode 100644 index 0000000..05002e9 Binary files /dev/null and b/src/gtk2/assets/combo-entry-ltr-button.png differ diff --git a/src/gtk2/assets/combo-entry-ltr-entry-active.png b/src/gtk2/assets/combo-entry-ltr-entry-active.png new file mode 100644 index 0000000..604470c Binary files /dev/null and b/src/gtk2/assets/combo-entry-ltr-entry-active.png differ diff --git a/src/gtk2/assets/combo-entry-ltr-entry-insensitive.png b/src/gtk2/assets/combo-entry-ltr-entry-insensitive.png new file mode 100644 index 0000000..df5ca69 Binary files /dev/null and b/src/gtk2/assets/combo-entry-ltr-entry-insensitive.png differ diff --git a/src/gtk2/assets/combo-entry-ltr-entry.png b/src/gtk2/assets/combo-entry-ltr-entry.png new file mode 100644 index 0000000..454050e Binary files /dev/null and b/src/gtk2/assets/combo-entry-ltr-entry.png differ diff --git a/src/gtk2/assets/combo-entry-rtl-button-active.png b/src/gtk2/assets/combo-entry-rtl-button-active.png new file mode 100644 index 0000000..726cb51 Binary files /dev/null and b/src/gtk2/assets/combo-entry-rtl-button-active.png differ diff --git a/src/gtk2/assets/combo-entry-rtl-button-hover.png b/src/gtk2/assets/combo-entry-rtl-button-hover.png new file mode 100644 index 0000000..6bb6a06 Binary files /dev/null and b/src/gtk2/assets/combo-entry-rtl-button-hover.png differ diff --git a/src/gtk2/assets/combo-entry-rtl-button-insensitive.png b/src/gtk2/assets/combo-entry-rtl-button-insensitive.png new file mode 100644 index 0000000..e574fed Binary files /dev/null and b/src/gtk2/assets/combo-entry-rtl-button-insensitive.png differ diff --git a/src/gtk2/assets/combo-entry-rtl-button.png b/src/gtk2/assets/combo-entry-rtl-button.png new file mode 100644 index 0000000..bd9ec2b Binary files /dev/null and b/src/gtk2/assets/combo-entry-rtl-button.png differ diff --git a/src/gtk2/assets/combo-entry-rtl-entry-active.png b/src/gtk2/assets/combo-entry-rtl-entry-active.png new file mode 100644 index 0000000..43cba4a Binary files /dev/null and b/src/gtk2/assets/combo-entry-rtl-entry-active.png differ diff --git a/src/gtk2/assets/combo-entry-rtl-entry-insensitive.png b/src/gtk2/assets/combo-entry-rtl-entry-insensitive.png new file mode 100644 index 0000000..c1d62b3 Binary files /dev/null and b/src/gtk2/assets/combo-entry-rtl-entry-insensitive.png differ diff --git a/src/gtk2/assets/combo-entry-rtl-entry.png b/src/gtk2/assets/combo-entry-rtl-entry.png new file mode 100644 index 0000000..41533e3 Binary files /dev/null and b/src/gtk2/assets/combo-entry-rtl-entry.png differ diff --git a/src/gtk2/assets/entry-active.png b/src/gtk2/assets/entry-active.png new file mode 100644 index 0000000..aa7eecc Binary files /dev/null and b/src/gtk2/assets/entry-active.png differ diff --git a/src/gtk2/assets/entry-background-insensitive.png b/src/gtk2/assets/entry-background-insensitive.png new file mode 100644 index 0000000..3f9b224 Binary files /dev/null and b/src/gtk2/assets/entry-background-insensitive.png differ diff --git a/src/gtk2/assets/entry-background.png b/src/gtk2/assets/entry-background.png new file mode 100644 index 0000000..ac6f839 Binary files /dev/null and b/src/gtk2/assets/entry-background.png differ diff --git a/src/gtk2/assets/entry-insensitive.png b/src/gtk2/assets/entry-insensitive.png new file mode 100644 index 0000000..22ba72a Binary files /dev/null and b/src/gtk2/assets/entry-insensitive.png differ diff --git a/src/gtk2/assets/entry.png b/src/gtk2/assets/entry.png new file mode 100644 index 0000000..d7f2dda Binary files /dev/null and b/src/gtk2/assets/entry.png differ diff --git a/src/gtk2/assets/focus.png b/src/gtk2/assets/focus.png new file mode 100644 index 0000000..fa3f531 Binary files /dev/null and b/src/gtk2/assets/focus.png differ diff --git a/src/gtk2/assets/frame-inline.png b/src/gtk2/assets/frame-inline.png new file mode 100644 index 0000000..d2dd532 Binary files /dev/null and b/src/gtk2/assets/frame-inline.png differ diff --git a/src/gtk2/assets/frame-notebook.png b/src/gtk2/assets/frame-notebook.png new file mode 100644 index 0000000..3ffc805 Binary files /dev/null and b/src/gtk2/assets/frame-notebook.png differ diff --git a/src/gtk2/assets/frame.png b/src/gtk2/assets/frame.png new file mode 100644 index 0000000..2a97e00 Binary files /dev/null and b/src/gtk2/assets/frame.png differ diff --git a/src/gtk2/assets/handle-horz.png b/src/gtk2/assets/handle-horz.png new file mode 100644 index 0000000..5708eca Binary files /dev/null and b/src/gtk2/assets/handle-horz.png differ diff --git a/src/gtk2/assets/handle-vert.png b/src/gtk2/assets/handle-vert.png new file mode 100644 index 0000000..aaa774c Binary files /dev/null and b/src/gtk2/assets/handle-vert.png differ diff --git a/src/gtk2/assets/handle.png b/src/gtk2/assets/handle.png new file mode 100644 index 0000000..4808876 Binary files /dev/null and b/src/gtk2/assets/handle.png differ diff --git a/src/gtk2/assets/line.png b/src/gtk2/assets/line.png new file mode 100644 index 0000000..5712b40 Binary files /dev/null and b/src/gtk2/assets/line.png differ diff --git a/src/gtk2/assets/menu-border.png b/src/gtk2/assets/menu-border.png new file mode 100644 index 0000000..2a97e00 Binary files /dev/null and b/src/gtk2/assets/menu-border.png differ diff --git a/src/gtk2/assets/menu-checkbox-checked-hover.png b/src/gtk2/assets/menu-checkbox-checked-hover.png new file mode 100644 index 0000000..0e35dad Binary files /dev/null and b/src/gtk2/assets/menu-checkbox-checked-hover.png differ diff --git a/src/gtk2/assets/menu-checkbox-checked-insensitive.png b/src/gtk2/assets/menu-checkbox-checked-insensitive.png new file mode 100644 index 0000000..a57889c Binary files /dev/null and b/src/gtk2/assets/menu-checkbox-checked-insensitive.png differ diff --git a/src/gtk2/assets/menu-checkbox-checked.png b/src/gtk2/assets/menu-checkbox-checked.png new file mode 100644 index 0000000..ccd2d39 Binary files /dev/null and b/src/gtk2/assets/menu-checkbox-checked.png differ diff --git a/src/gtk2/assets/menu-checkbox-hover.png b/src/gtk2/assets/menu-checkbox-hover.png new file mode 100644 index 0000000..1bda8d9 Binary files /dev/null and b/src/gtk2/assets/menu-checkbox-hover.png differ diff --git a/src/gtk2/assets/menu-checkbox-insensitive.png b/src/gtk2/assets/menu-checkbox-insensitive.png new file mode 100644 index 0000000..330968d Binary files /dev/null and b/src/gtk2/assets/menu-checkbox-insensitive.png differ diff --git a/src/gtk2/assets/menu-checkbox-mixed-hover.png b/src/gtk2/assets/menu-checkbox-mixed-hover.png new file mode 100644 index 0000000..5311eb0 Binary files /dev/null and b/src/gtk2/assets/menu-checkbox-mixed-hover.png differ diff --git a/src/gtk2/assets/menu-checkbox-mixed-insensitive.png b/src/gtk2/assets/menu-checkbox-mixed-insensitive.png new file mode 100644 index 0000000..bfffaf9 Binary files /dev/null and b/src/gtk2/assets/menu-checkbox-mixed-insensitive.png differ diff --git a/src/gtk2/assets/menu-checkbox-mixed.png b/src/gtk2/assets/menu-checkbox-mixed.png new file mode 100644 index 0000000..18eacf0 Binary files /dev/null and b/src/gtk2/assets/menu-checkbox-mixed.png differ diff --git a/src/gtk2/assets/menu-checkbox.png b/src/gtk2/assets/menu-checkbox.png new file mode 100644 index 0000000..38217c8 Binary files /dev/null and b/src/gtk2/assets/menu-checkbox.png differ diff --git a/src/gtk2/assets/menu-pan-down-insensitive.png b/src/gtk2/assets/menu-pan-down-insensitive.png new file mode 100644 index 0000000..77279e2 Binary files /dev/null and b/src/gtk2/assets/menu-pan-down-insensitive.png differ diff --git a/src/gtk2/assets/menu-pan-down.png b/src/gtk2/assets/menu-pan-down.png new file mode 100644 index 0000000..ad4d50c Binary files /dev/null and b/src/gtk2/assets/menu-pan-down.png differ diff --git a/src/gtk2/assets/menu-pan-left-hover.png b/src/gtk2/assets/menu-pan-left-hover.png new file mode 100644 index 0000000..542e9ef Binary files /dev/null and b/src/gtk2/assets/menu-pan-left-hover.png differ diff --git a/src/gtk2/assets/menu-pan-left-insensitive.png b/src/gtk2/assets/menu-pan-left-insensitive.png new file mode 100644 index 0000000..4154d5a Binary files /dev/null and b/src/gtk2/assets/menu-pan-left-insensitive.png differ diff --git a/src/gtk2/assets/menu-pan-left.png b/src/gtk2/assets/menu-pan-left.png new file mode 100644 index 0000000..f6041e8 Binary files /dev/null and b/src/gtk2/assets/menu-pan-left.png differ diff --git a/src/gtk2/assets/menu-pan-right-hover.png b/src/gtk2/assets/menu-pan-right-hover.png new file mode 100644 index 0000000..534e6bb Binary files /dev/null and b/src/gtk2/assets/menu-pan-right-hover.png differ diff --git a/src/gtk2/assets/menu-pan-right-insensitive.png b/src/gtk2/assets/menu-pan-right-insensitive.png new file mode 100644 index 0000000..04786a0 Binary files /dev/null and b/src/gtk2/assets/menu-pan-right-insensitive.png differ diff --git a/src/gtk2/assets/menu-pan-right.png b/src/gtk2/assets/menu-pan-right.png new file mode 100644 index 0000000..c0bfdba Binary files /dev/null and b/src/gtk2/assets/menu-pan-right.png differ diff --git a/src/gtk2/assets/menu-pan-up-insensitive.png b/src/gtk2/assets/menu-pan-up-insensitive.png new file mode 100644 index 0000000..726f911 Binary files /dev/null and b/src/gtk2/assets/menu-pan-up-insensitive.png differ diff --git a/src/gtk2/assets/menu-pan-up.png b/src/gtk2/assets/menu-pan-up.png new file mode 100644 index 0000000..d477c88 Binary files /dev/null and b/src/gtk2/assets/menu-pan-up.png differ diff --git a/src/gtk2/assets/menu-radio-checked-hover.png b/src/gtk2/assets/menu-radio-checked-hover.png new file mode 100644 index 0000000..8e7c38e Binary files /dev/null and b/src/gtk2/assets/menu-radio-checked-hover.png differ diff --git a/src/gtk2/assets/menu-radio-checked-insensitive.png b/src/gtk2/assets/menu-radio-checked-insensitive.png new file mode 100644 index 0000000..dc2aacc Binary files /dev/null and b/src/gtk2/assets/menu-radio-checked-insensitive.png differ diff --git a/src/gtk2/assets/menu-radio-checked.png b/src/gtk2/assets/menu-radio-checked.png new file mode 100644 index 0000000..7d09c68 Binary files /dev/null and b/src/gtk2/assets/menu-radio-checked.png differ diff --git a/src/gtk2/assets/menu-radio-hover.png b/src/gtk2/assets/menu-radio-hover.png new file mode 100644 index 0000000..6ac8ad5 Binary files /dev/null and b/src/gtk2/assets/menu-radio-hover.png differ diff --git a/src/gtk2/assets/menu-radio-insensitive.png b/src/gtk2/assets/menu-radio-insensitive.png new file mode 100644 index 0000000..f48e281 Binary files /dev/null and b/src/gtk2/assets/menu-radio-insensitive.png differ diff --git a/src/gtk2/assets/menu-radio-mixed-hover.png b/src/gtk2/assets/menu-radio-mixed-hover.png new file mode 100644 index 0000000..9176662 Binary files /dev/null and b/src/gtk2/assets/menu-radio-mixed-hover.png differ diff --git a/src/gtk2/assets/menu-radio-mixed-insensitive.png b/src/gtk2/assets/menu-radio-mixed-insensitive.png new file mode 100644 index 0000000..6ae3458 Binary files /dev/null and b/src/gtk2/assets/menu-radio-mixed-insensitive.png differ diff --git a/src/gtk2/assets/menu-radio-mixed.png b/src/gtk2/assets/menu-radio-mixed.png new file mode 100644 index 0000000..a892c4e Binary files /dev/null and b/src/gtk2/assets/menu-radio-mixed.png differ diff --git a/src/gtk2/assets/menu-radio.png b/src/gtk2/assets/menu-radio.png new file mode 100644 index 0000000..c33cf2a Binary files /dev/null and b/src/gtk2/assets/menu-radio.png differ diff --git a/src/gtk2/assets/menubar-item-active.png b/src/gtk2/assets/menubar-item-active.png new file mode 100644 index 0000000..b4144cb Binary files /dev/null and b/src/gtk2/assets/menubar-item-active.png differ diff --git a/src/gtk2/assets/notebook-combo-entry-ltr-entry-active.png b/src/gtk2/assets/notebook-combo-entry-ltr-entry-active.png new file mode 100644 index 0000000..bebfc7b Binary files /dev/null and b/src/gtk2/assets/notebook-combo-entry-ltr-entry-active.png differ diff --git a/src/gtk2/assets/notebook-combo-entry-ltr-entry-insensitive.png b/src/gtk2/assets/notebook-combo-entry-ltr-entry-insensitive.png new file mode 100644 index 0000000..7b0d122 Binary files /dev/null and b/src/gtk2/assets/notebook-combo-entry-ltr-entry-insensitive.png differ diff --git a/src/gtk2/assets/notebook-combo-entry-ltr-entry.png b/src/gtk2/assets/notebook-combo-entry-ltr-entry.png new file mode 100644 index 0000000..f782aa9 Binary files /dev/null and b/src/gtk2/assets/notebook-combo-entry-ltr-entry.png differ diff --git a/src/gtk2/assets/notebook-combo-entry-rtl-entry-active.png b/src/gtk2/assets/notebook-combo-entry-rtl-entry-active.png new file mode 100644 index 0000000..a89da06 Binary files /dev/null and b/src/gtk2/assets/notebook-combo-entry-rtl-entry-active.png differ diff --git a/src/gtk2/assets/notebook-combo-entry-rtl-entry-insensitive.png b/src/gtk2/assets/notebook-combo-entry-rtl-entry-insensitive.png new file mode 100644 index 0000000..c1d85d8 Binary files /dev/null and b/src/gtk2/assets/notebook-combo-entry-rtl-entry-insensitive.png differ diff --git a/src/gtk2/assets/notebook-combo-entry-rtl-entry.png b/src/gtk2/assets/notebook-combo-entry-rtl-entry.png new file mode 100644 index 0000000..d335ace Binary files /dev/null and b/src/gtk2/assets/notebook-combo-entry-rtl-entry.png differ diff --git a/src/gtk2/assets/notebook-entry-active.png b/src/gtk2/assets/notebook-entry-active.png new file mode 100644 index 0000000..aa7eecc Binary files /dev/null and b/src/gtk2/assets/notebook-entry-active.png differ diff --git a/src/gtk2/assets/notebook-entry-insensitive.png b/src/gtk2/assets/notebook-entry-insensitive.png new file mode 100644 index 0000000..22ba72a Binary files /dev/null and b/src/gtk2/assets/notebook-entry-insensitive.png differ diff --git a/src/gtk2/assets/notebook-entry.png b/src/gtk2/assets/notebook-entry.png new file mode 100644 index 0000000..d7f2dda Binary files /dev/null and b/src/gtk2/assets/notebook-entry.png differ diff --git a/src/gtk2/assets/pan-down-insensitive.png b/src/gtk2/assets/pan-down-insensitive.png new file mode 100644 index 0000000..77279e2 Binary files /dev/null and b/src/gtk2/assets/pan-down-insensitive.png differ diff --git a/src/gtk2/assets/pan-down.png b/src/gtk2/assets/pan-down.png new file mode 100644 index 0000000..ad4d50c Binary files /dev/null and b/src/gtk2/assets/pan-down.png differ diff --git a/src/gtk2/assets/pan-left-insensitive.png b/src/gtk2/assets/pan-left-insensitive.png new file mode 100644 index 0000000..85cd42c Binary files /dev/null and b/src/gtk2/assets/pan-left-insensitive.png differ diff --git a/src/gtk2/assets/pan-left-semi.png b/src/gtk2/assets/pan-left-semi.png new file mode 100644 index 0000000..04fe46e Binary files /dev/null and b/src/gtk2/assets/pan-left-semi.png differ diff --git a/src/gtk2/assets/pan-left.png b/src/gtk2/assets/pan-left.png new file mode 100644 index 0000000..83befa0 Binary files /dev/null and b/src/gtk2/assets/pan-left.png differ diff --git a/src/gtk2/assets/pan-right-insensitive.png b/src/gtk2/assets/pan-right-insensitive.png new file mode 100644 index 0000000..ca635ab Binary files /dev/null and b/src/gtk2/assets/pan-right-insensitive.png differ diff --git a/src/gtk2/assets/pan-right-semi.png b/src/gtk2/assets/pan-right-semi.png new file mode 100644 index 0000000..0394ff3 Binary files /dev/null and b/src/gtk2/assets/pan-right-semi.png differ diff --git a/src/gtk2/assets/pan-right.png b/src/gtk2/assets/pan-right.png new file mode 100644 index 0000000..c2873fe Binary files /dev/null and b/src/gtk2/assets/pan-right.png differ diff --git a/src/gtk2/assets/pan-up-insensitive.png b/src/gtk2/assets/pan-up-insensitive.png new file mode 100644 index 0000000..726f911 Binary files /dev/null and b/src/gtk2/assets/pan-up-insensitive.png differ diff --git a/src/gtk2/assets/pan-up.png b/src/gtk2/assets/pan-up.png new file mode 100644 index 0000000..d477c88 Binary files /dev/null and b/src/gtk2/assets/pan-up.png differ diff --git a/src/gtk2/assets/progressbar-horz-trough.png b/src/gtk2/assets/progressbar-horz-trough.png new file mode 100644 index 0000000..6e24f6f Binary files /dev/null and b/src/gtk2/assets/progressbar-horz-trough.png differ diff --git a/src/gtk2/assets/progressbar-horz.png b/src/gtk2/assets/progressbar-horz.png new file mode 100644 index 0000000..48d2bcd Binary files /dev/null and b/src/gtk2/assets/progressbar-horz.png differ diff --git a/src/gtk2/assets/progressbar-vert-trough.png b/src/gtk2/assets/progressbar-vert-trough.png new file mode 100644 index 0000000..157e13b Binary files /dev/null and b/src/gtk2/assets/progressbar-vert-trough.png differ diff --git a/src/gtk2/assets/progressbar-vert.png b/src/gtk2/assets/progressbar-vert.png new file mode 100644 index 0000000..acbcec3 Binary files /dev/null and b/src/gtk2/assets/progressbar-vert.png differ diff --git a/src/gtk2/assets/radio-checked-active.png b/src/gtk2/assets/radio-checked-active.png new file mode 100644 index 0000000..cd3e9e2 Binary files /dev/null and b/src/gtk2/assets/radio-checked-active.png differ diff --git a/src/gtk2/assets/radio-checked-hover.png b/src/gtk2/assets/radio-checked-hover.png new file mode 100644 index 0000000..c9c7590 Binary files /dev/null and b/src/gtk2/assets/radio-checked-hover.png differ diff --git a/src/gtk2/assets/radio-checked-insensitive.png b/src/gtk2/assets/radio-checked-insensitive.png new file mode 100644 index 0000000..e1682cc Binary files /dev/null and b/src/gtk2/assets/radio-checked-insensitive.png differ diff --git a/src/gtk2/assets/radio-checked.png b/src/gtk2/assets/radio-checked.png new file mode 100644 index 0000000..dde0bd2 Binary files /dev/null and b/src/gtk2/assets/radio-checked.png differ diff --git a/src/gtk2/assets/radio-mixed-active.png b/src/gtk2/assets/radio-mixed-active.png new file mode 100644 index 0000000..cb79300 Binary files /dev/null and b/src/gtk2/assets/radio-mixed-active.png differ diff --git a/src/gtk2/assets/radio-mixed-hover.png b/src/gtk2/assets/radio-mixed-hover.png new file mode 100644 index 0000000..e013d34 Binary files /dev/null and b/src/gtk2/assets/radio-mixed-hover.png differ diff --git a/src/gtk2/assets/radio-mixed-insensitive.png b/src/gtk2/assets/radio-mixed-insensitive.png new file mode 100644 index 0000000..5916bb0 Binary files /dev/null and b/src/gtk2/assets/radio-mixed-insensitive.png differ diff --git a/src/gtk2/assets/radio-mixed.png b/src/gtk2/assets/radio-mixed.png new file mode 100644 index 0000000..b6ba05c Binary files /dev/null and b/src/gtk2/assets/radio-mixed.png differ diff --git a/src/gtk2/assets/radio-unchecked-active.png b/src/gtk2/assets/radio-unchecked-active.png new file mode 100644 index 0000000..3efe763 Binary files /dev/null and b/src/gtk2/assets/radio-unchecked-active.png differ diff --git a/src/gtk2/assets/radio-unchecked-hover.png b/src/gtk2/assets/radio-unchecked-hover.png new file mode 100644 index 0000000..8bcc548 Binary files /dev/null and b/src/gtk2/assets/radio-unchecked-hover.png differ diff --git a/src/gtk2/assets/radio-unchecked-insensitive.png b/src/gtk2/assets/radio-unchecked-insensitive.png new file mode 100644 index 0000000..82c1bcf Binary files /dev/null and b/src/gtk2/assets/radio-unchecked-insensitive.png differ diff --git a/src/gtk2/assets/radio-unchecked.png b/src/gtk2/assets/radio-unchecked.png new file mode 100644 index 0000000..2b16c4b Binary files /dev/null and b/src/gtk2/assets/radio-unchecked.png differ diff --git a/src/gtk2/assets/scale-horz-focus.png b/src/gtk2/assets/scale-horz-focus.png new file mode 100644 index 0000000..4c60e0c Binary files /dev/null and b/src/gtk2/assets/scale-horz-focus.png differ diff --git a/src/gtk2/assets/scale-horz-trough-active.png b/src/gtk2/assets/scale-horz-trough-active.png new file mode 100644 index 0000000..5a8a4e7 Binary files /dev/null and b/src/gtk2/assets/scale-horz-trough-active.png differ diff --git a/src/gtk2/assets/scale-horz-trough.png b/src/gtk2/assets/scale-horz-trough.png new file mode 100644 index 0000000..71c9947 Binary files /dev/null and b/src/gtk2/assets/scale-horz-trough.png differ diff --git a/src/gtk2/assets/scale-slider-active.png b/src/gtk2/assets/scale-slider-active.png new file mode 100644 index 0000000..4205ced Binary files /dev/null and b/src/gtk2/assets/scale-slider-active.png differ diff --git a/src/gtk2/assets/scale-slider-hover.png b/src/gtk2/assets/scale-slider-hover.png new file mode 100644 index 0000000..164f464 Binary files /dev/null and b/src/gtk2/assets/scale-slider-hover.png differ diff --git a/src/gtk2/assets/scale-slider-insensitive.png b/src/gtk2/assets/scale-slider-insensitive.png new file mode 100644 index 0000000..e3d1d0f Binary files /dev/null and b/src/gtk2/assets/scale-slider-insensitive.png differ diff --git a/src/gtk2/assets/scale-slider.png b/src/gtk2/assets/scale-slider.png new file mode 100644 index 0000000..57fd118 Binary files /dev/null and b/src/gtk2/assets/scale-slider.png differ diff --git a/src/gtk2/assets/scale-vert-trough-active.png b/src/gtk2/assets/scale-vert-trough-active.png new file mode 100644 index 0000000..b01b02b Binary files /dev/null and b/src/gtk2/assets/scale-vert-trough-active.png differ diff --git a/src/gtk2/assets/scale-vert-trough.png b/src/gtk2/assets/scale-vert-trough.png new file mode 100644 index 0000000..2151e0f Binary files /dev/null and b/src/gtk2/assets/scale-vert-trough.png differ diff --git a/src/gtk2/assets/scrollbar-horz-slider-active.png b/src/gtk2/assets/scrollbar-horz-slider-active.png new file mode 100644 index 0000000..f758322 Binary files /dev/null and b/src/gtk2/assets/scrollbar-horz-slider-active.png differ diff --git a/src/gtk2/assets/scrollbar-horz-slider-hover.png b/src/gtk2/assets/scrollbar-horz-slider-hover.png new file mode 100644 index 0000000..8fde833 Binary files /dev/null and b/src/gtk2/assets/scrollbar-horz-slider-hover.png differ diff --git a/src/gtk2/assets/scrollbar-horz-slider.png b/src/gtk2/assets/scrollbar-horz-slider.png new file mode 100644 index 0000000..8b1acd4 Binary files /dev/null and b/src/gtk2/assets/scrollbar-horz-slider.png differ diff --git a/src/gtk2/assets/scrollbar-horz-trough.png b/src/gtk2/assets/scrollbar-horz-trough.png new file mode 100644 index 0000000..882945e Binary files /dev/null and b/src/gtk2/assets/scrollbar-horz-trough.png differ diff --git a/src/gtk2/assets/scrollbar-vert-slider-active-rtl.png b/src/gtk2/assets/scrollbar-vert-slider-active-rtl.png new file mode 100644 index 0000000..e4e189e Binary files /dev/null and b/src/gtk2/assets/scrollbar-vert-slider-active-rtl.png differ diff --git a/src/gtk2/assets/scrollbar-vert-slider-active.png b/src/gtk2/assets/scrollbar-vert-slider-active.png new file mode 100644 index 0000000..14208f0 Binary files /dev/null and b/src/gtk2/assets/scrollbar-vert-slider-active.png differ diff --git a/src/gtk2/assets/scrollbar-vert-slider-hover-rtl.png b/src/gtk2/assets/scrollbar-vert-slider-hover-rtl.png new file mode 100644 index 0000000..5237dbe Binary files /dev/null and b/src/gtk2/assets/scrollbar-vert-slider-hover-rtl.png differ diff --git a/src/gtk2/assets/scrollbar-vert-slider-hover.png b/src/gtk2/assets/scrollbar-vert-slider-hover.png new file mode 100644 index 0000000..e469bcd Binary files /dev/null and b/src/gtk2/assets/scrollbar-vert-slider-hover.png differ diff --git a/src/gtk2/assets/scrollbar-vert-slider-rtl.png b/src/gtk2/assets/scrollbar-vert-slider-rtl.png new file mode 100644 index 0000000..d77c17e Binary files /dev/null and b/src/gtk2/assets/scrollbar-vert-slider-rtl.png differ diff --git a/src/gtk2/assets/scrollbar-vert-slider.png b/src/gtk2/assets/scrollbar-vert-slider.png new file mode 100644 index 0000000..7178768 Binary files /dev/null and b/src/gtk2/assets/scrollbar-vert-slider.png differ diff --git a/src/gtk2/assets/scrollbar-vert-trough-rtl.png b/src/gtk2/assets/scrollbar-vert-trough-rtl.png new file mode 100644 index 0000000..9d56a3c Binary files /dev/null and b/src/gtk2/assets/scrollbar-vert-trough-rtl.png differ diff --git a/src/gtk2/assets/scrollbar-vert-trough.png b/src/gtk2/assets/scrollbar-vert-trough.png new file mode 100644 index 0000000..d751c23 Binary files /dev/null and b/src/gtk2/assets/scrollbar-vert-trough.png differ diff --git a/src/gtk2/assets/spin-down-insensitive.png b/src/gtk2/assets/spin-down-insensitive.png new file mode 100644 index 0000000..1082dda Binary files /dev/null and b/src/gtk2/assets/spin-down-insensitive.png differ diff --git a/src/gtk2/assets/spin-down.png b/src/gtk2/assets/spin-down.png new file mode 100644 index 0000000..76a8d95 Binary files /dev/null and b/src/gtk2/assets/spin-down.png differ diff --git a/src/gtk2/assets/spin-ltr-down-active.png b/src/gtk2/assets/spin-ltr-down-active.png new file mode 100644 index 0000000..3ae2607 Binary files /dev/null and b/src/gtk2/assets/spin-ltr-down-active.png differ diff --git a/src/gtk2/assets/spin-ltr-down-hover.png b/src/gtk2/assets/spin-ltr-down-hover.png new file mode 100644 index 0000000..97bcc91 Binary files /dev/null and b/src/gtk2/assets/spin-ltr-down-hover.png differ diff --git a/src/gtk2/assets/spin-ltr-down-insensitive.png b/src/gtk2/assets/spin-ltr-down-insensitive.png new file mode 100644 index 0000000..11730de Binary files /dev/null and b/src/gtk2/assets/spin-ltr-down-insensitive.png differ diff --git a/src/gtk2/assets/spin-ltr-down.png b/src/gtk2/assets/spin-ltr-down.png new file mode 100644 index 0000000..519bc4d Binary files /dev/null and b/src/gtk2/assets/spin-ltr-down.png differ diff --git a/src/gtk2/assets/spin-ltr-up-active.png b/src/gtk2/assets/spin-ltr-up-active.png new file mode 100644 index 0000000..234547d Binary files /dev/null and b/src/gtk2/assets/spin-ltr-up-active.png differ diff --git a/src/gtk2/assets/spin-ltr-up-hover.png b/src/gtk2/assets/spin-ltr-up-hover.png new file mode 100644 index 0000000..32d10be Binary files /dev/null and b/src/gtk2/assets/spin-ltr-up-hover.png differ diff --git a/src/gtk2/assets/spin-ltr-up-insensitive.png b/src/gtk2/assets/spin-ltr-up-insensitive.png new file mode 100644 index 0000000..3798593 Binary files /dev/null and b/src/gtk2/assets/spin-ltr-up-insensitive.png differ diff --git a/src/gtk2/assets/spin-ltr-up.png b/src/gtk2/assets/spin-ltr-up.png new file mode 100644 index 0000000..5910f4f Binary files /dev/null and b/src/gtk2/assets/spin-ltr-up.png differ diff --git a/src/gtk2/assets/spin-rtl-down-active.png b/src/gtk2/assets/spin-rtl-down-active.png new file mode 100644 index 0000000..4c3277c Binary files /dev/null and b/src/gtk2/assets/spin-rtl-down-active.png differ diff --git a/src/gtk2/assets/spin-rtl-down-hover.png b/src/gtk2/assets/spin-rtl-down-hover.png new file mode 100644 index 0000000..e8ef4e6 Binary files /dev/null and b/src/gtk2/assets/spin-rtl-down-hover.png differ diff --git a/src/gtk2/assets/spin-rtl-down-insensitive.png b/src/gtk2/assets/spin-rtl-down-insensitive.png new file mode 100644 index 0000000..785d110 Binary files /dev/null and b/src/gtk2/assets/spin-rtl-down-insensitive.png differ diff --git a/src/gtk2/assets/spin-rtl-down.png b/src/gtk2/assets/spin-rtl-down.png new file mode 100644 index 0000000..a436453 Binary files /dev/null and b/src/gtk2/assets/spin-rtl-down.png differ diff --git a/src/gtk2/assets/spin-rtl-up-active.png b/src/gtk2/assets/spin-rtl-up-active.png new file mode 100644 index 0000000..829e1ac Binary files /dev/null and b/src/gtk2/assets/spin-rtl-up-active.png differ diff --git a/src/gtk2/assets/spin-rtl-up-hover.png b/src/gtk2/assets/spin-rtl-up-hover.png new file mode 100644 index 0000000..5b6533f Binary files /dev/null and b/src/gtk2/assets/spin-rtl-up-hover.png differ diff --git a/src/gtk2/assets/spin-rtl-up-insensitive.png b/src/gtk2/assets/spin-rtl-up-insensitive.png new file mode 100644 index 0000000..1bce11b Binary files /dev/null and b/src/gtk2/assets/spin-rtl-up-insensitive.png differ diff --git a/src/gtk2/assets/spin-rtl-up.png b/src/gtk2/assets/spin-rtl-up.png new file mode 100644 index 0000000..20a4fc6 Binary files /dev/null and b/src/gtk2/assets/spin-rtl-up.png differ diff --git a/src/gtk2/assets/spin-up-insensitive.png b/src/gtk2/assets/spin-up-insensitive.png new file mode 100644 index 0000000..5651890 Binary files /dev/null and b/src/gtk2/assets/spin-up-insensitive.png differ diff --git a/src/gtk2/assets/spin-up.png b/src/gtk2/assets/spin-up.png new file mode 100644 index 0000000..fe6a1f0 Binary files /dev/null and b/src/gtk2/assets/spin-up.png differ diff --git a/src/gtk2/assets/tab-down-active.png b/src/gtk2/assets/tab-down-active.png new file mode 100644 index 0000000..04b4681 Binary files /dev/null and b/src/gtk2/assets/tab-down-active.png differ diff --git a/src/gtk2/assets/tab-down.png b/src/gtk2/assets/tab-down.png new file mode 100644 index 0000000..07b0238 Binary files /dev/null and b/src/gtk2/assets/tab-down.png differ diff --git a/src/gtk2/assets/tab-horz-gap.png b/src/gtk2/assets/tab-horz-gap.png new file mode 100644 index 0000000..a7dc386 Binary files /dev/null and b/src/gtk2/assets/tab-horz-gap.png differ diff --git a/src/gtk2/assets/tab-left-active.png b/src/gtk2/assets/tab-left-active.png new file mode 100644 index 0000000..0db2fe4 Binary files /dev/null and b/src/gtk2/assets/tab-left-active.png differ diff --git a/src/gtk2/assets/tab-left.png b/src/gtk2/assets/tab-left.png new file mode 100644 index 0000000..c6254b1 Binary files /dev/null and b/src/gtk2/assets/tab-left.png differ diff --git a/src/gtk2/assets/tab-right-active.png b/src/gtk2/assets/tab-right-active.png new file mode 100644 index 0000000..fdea585 Binary files /dev/null and b/src/gtk2/assets/tab-right-active.png differ diff --git a/src/gtk2/assets/tab-right.png b/src/gtk2/assets/tab-right.png new file mode 100644 index 0000000..4a1325c Binary files /dev/null and b/src/gtk2/assets/tab-right.png differ diff --git a/src/gtk2/assets/tab-up-active.png b/src/gtk2/assets/tab-up-active.png new file mode 100644 index 0000000..6fef3bc Binary files /dev/null and b/src/gtk2/assets/tab-up-active.png differ diff --git a/src/gtk2/assets/tab-up.png b/src/gtk2/assets/tab-up.png new file mode 100644 index 0000000..1c211aa Binary files /dev/null and b/src/gtk2/assets/tab-up.png differ diff --git a/src/gtk2/assets/tab-vert-gap.png b/src/gtk2/assets/tab-vert-gap.png new file mode 100644 index 0000000..13afe4e Binary files /dev/null and b/src/gtk2/assets/tab-vert-gap.png differ diff --git a/src/gtk2/assets/treeview-pan-down-active.png b/src/gtk2/assets/treeview-pan-down-active.png new file mode 100644 index 0000000..ad4d50c Binary files /dev/null and b/src/gtk2/assets/treeview-pan-down-active.png differ diff --git a/src/gtk2/assets/treeview-pan-down-hover.png b/src/gtk2/assets/treeview-pan-down-hover.png new file mode 100644 index 0000000..d3e0b8e Binary files /dev/null and b/src/gtk2/assets/treeview-pan-down-hover.png differ diff --git a/src/gtk2/assets/treeview-pan-down.png b/src/gtk2/assets/treeview-pan-down.png new file mode 100644 index 0000000..163bf0e Binary files /dev/null and b/src/gtk2/assets/treeview-pan-down.png differ diff --git a/src/gtk2/assets/treeview-pan-up-active.png b/src/gtk2/assets/treeview-pan-up-active.png new file mode 100644 index 0000000..d477c88 Binary files /dev/null and b/src/gtk2/assets/treeview-pan-up-active.png differ diff --git a/src/gtk2/assets/treeview-pan-up-hover.png b/src/gtk2/assets/treeview-pan-up-hover.png new file mode 100644 index 0000000..26d291a Binary files /dev/null and b/src/gtk2/assets/treeview-pan-up-hover.png differ diff --git a/src/gtk2/assets/treeview-pan-up.png b/src/gtk2/assets/treeview-pan-up.png new file mode 100644 index 0000000..34a4f13 Binary files /dev/null and b/src/gtk2/assets/treeview-pan-up.png differ diff --git a/src/gtk2/assets/treeview-separator-ltr.png b/src/gtk2/assets/treeview-separator-ltr.png new file mode 100644 index 0000000..0b06a74 Binary files /dev/null and b/src/gtk2/assets/treeview-separator-ltr.png differ diff --git a/src/gtk2/assets/treeview-separator-rtl.png b/src/gtk2/assets/treeview-separator-rtl.png new file mode 100644 index 0000000..424751e Binary files /dev/null and b/src/gtk2/assets/treeview-separator-rtl.png differ diff --git a/src/gtk2/bits-list.txt b/src/gtk2/bits-list.txt deleted file mode 100644 index 4ebad1c..0000000 --- a/src/gtk2/bits-list.txt +++ /dev/null @@ -1,46 +0,0 @@ -Buttons/button-default -Buttons/button-prelight -Buttons/button-insensitive -Buttons/button-pressed -Buttons/button-default-nohilight -Buttons/button-prelight-nohilight -Buttons/button-insensitive-nohilight -Buttons/button-pressed-nohilight -Entry/entry-border -Entry/entry-border-active -Entry/entry-border-disabled -Entry/entry-bg -Entry/entry-bg-disabled -Entry/combo-entry-border -Entry/combo-entry-border-active -Entry/combo-entry-border-rtl -Entry/combo-entry-border-active-rtl -Entry/combo-entry-border-disabled -Entry/combo-entry-border-disabled-rtl -Entry/combo-entry-button -Entry/combo-entry-button-active -Entry/combo-entry-button-rtl -Entry/combo-entry-button-active-rtl -Entry/combo-entry-button-disabled -Entry/combo-entry-button-disabled-rtl -Spin/down-background -Spin/down-background-disable -Spin/down-background-rtl -Spin/down-background-disable-rtl -Spin/up-background -Spin/up-background-disable -Spin/up-background-rtl -Spin/up-background-disable-rtl -Spin/down-background-notebook -Spin/down-background-disable-notebook -Spin/down-background-notebook-rtl -Spin/down-background-disable-notebook-rtl -Spin/up-background-notebook -Spin/up-background-disable-notebook -Spin/up-background-notebook-rtl -Spin/up-background-disable-notebook-rtl -ProgressBar/trough-progressbar -ProgressBar/trough-progressbar_v -ProgressBar/progressbar -ProgressBar/progressbar_v - diff --git a/src/gtk2/bits.svg b/src/gtk2/bits.svg deleted file mode 100644 index f177916..0000000 --- a/src/gtk2/bits.svg +++ /dev/null @@ -1,3120 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/gtk2/external-assets.svg b/src/gtk2/external-assets.svg new file mode 100644 index 0000000..a413514 --- /dev/null +++ b/src/gtk2/external-assets.svg @@ -0,0 +1,1440 @@ + + + + + Moka Icon Theme Template + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + Sam Hewitt + + + + + Moka Icon Theme Template + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/gtk2/render-assets-external.sh b/src/gtk2/render-assets-external.sh new file mode 100755 index 0000000..4e64692 --- /dev/null +++ b/src/gtk2/render-assets-external.sh @@ -0,0 +1,24 @@ +#! /bin/bash + +INKSCAPE="/usr/bin/inkscape" +OPTIPNG="/usr/bin/optipng" + +SRC_FILE="assets-external.svg" +ASSETS_DIR="assets" +INDEX="assets-external.txt" + +for i in `cat $INDEX` +do +if [ -f $ASSETS_DIR/$i.png ]; then + echo $ASSETS_DIR/$i.png exists. +else + echo + echo Rendering $ASSETS_DIR/$i.png + $INKSCAPE --export-id=$i \ + --export-id-only \ + --export-background-opacity=0 \ + --export-png=$ASSETS_DIR/$i.png $SRC_FILE >/dev/null \ + && $OPTIPNG -o7 --quiet $ASSETS_DIR/$i.png +fi +done +exit 0 diff --git a/src/gtk2/render-assets.sh b/src/gtk2/render-assets.sh new file mode 100755 index 0000000..abc5e93 --- /dev/null +++ b/src/gtk2/render-assets.sh @@ -0,0 +1,24 @@ +#! /bin/bash + +INKSCAPE="/usr/bin/inkscape" +OPTIPNG="/usr/bin/optipng" + +SRC_FILE="assets.svg" +ASSETS_DIR="assets" +INDEX="assets.txt" + +for i in `cat $INDEX` +do +if [ -f $ASSETS_DIR/$i.png ]; then + echo $ASSETS_DIR/$i.png exists. +else + echo + echo Rendering $ASSETS_DIR/$i.png + $INKSCAPE --export-id=$i \ + --export-id-only \ + --export-background-opacity=0 \ + --export-png=$ASSETS_DIR/$i.png $SRC_FILE >/dev/null \ + && $OPTIPNG -o7 --quiet $ASSETS_DIR/$i.png +fi +done +exit 0 diff --git a/src/gtk2/render-bits.sh b/src/gtk2/render-bits.sh deleted file mode 100644 index 0f6d1b8..0000000 --- a/src/gtk2/render-bits.sh +++ /dev/null @@ -1,16 +0,0 @@ -#! /bin/bash -# -# Yeah this script is pretty bad and ugly, so? -# -INKSCAPE=/usr/bin/inkscape -SVG=bits.svg -LISTFILE=bits-list.txt -for filename in `cat $LISTFILE` -do - DIR=`echo $filename | cut -f1 -d '/'` - if [ '!' -d $DIR ]; - then mkdir $DIR; - fi - ID=`echo $filename | tr '/' '_'` - $INKSCAPE $SVG -i $ID -e $filename.png -done