diff options
| author | AlexanderCurl <alexc@alexc.hu> | 2026-04-18 17:46:06 +0100 |
|---|---|---|
| committer | AlexanderCurl <alexc@alexc.hu> | 2026-04-18 17:46:06 +0100 |
| commit | 70ca3fef77ee8bdc6e3ac28589a6fa08c024cc69 (patch) | |
| tree | ab1123d4067c1b086dd6faa7ee4ea643236b565a /raveos-gnome-theme/theme-data/user-themes | |
| parent | 5d94c0a7d44a2255b81815a52a7056a94a39842d (diff) | |
| download | RaveOS-PKGBUILD-70ca3fef77ee8bdc6e3ac28589a6fa08c024cc69.tar.gz RaveOS-PKGBUILD-70ca3fef77ee8bdc6e3ac28589a6fa08c024cc69.zip | |
Replaced file structures for themes in the correct format
Diffstat (limited to 'raveos-gnome-theme/theme-data/user-themes')
177 files changed, 2836 insertions, 0 deletions
diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gnome-shell/gnome-shell.css b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gnome-shell/gnome-shell.css new file mode 100644 index 0000000..299432b --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gnome-shell/gnome-shell.css @@ -0,0 +1,2 @@ +/* RaveOS Dark Shell Theme - imports GNOME Shell dark variant */ +@import url("resource:///org/gnome/shell/theme/gnome-shell-dark.css"); diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/apps.rc b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/apps.rc new file mode 100644 index 0000000..916acfd --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/apps.rc @@ -0,0 +1,99 @@ +# vim:set ft=gtkrc ts=2 sw=2 sts=2 ai et: +# +# This file, unlike hacks.rc, contains legitimate cases we need to handle, e.g. +# custom widgets, programs giving us a chance to alter their UI to fit more with +# the theme or stuff that is supposed to look different, like panels. + +# 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 + } + + } + +} + +style "chrome_gtk_frame" { + + ChromeGtkFrame::frame-color = @window_color + ChromeGtkFrame::frame-gradient-color = @window_color + ChromeGtkFrame::inactive-frame-color = @bg_color + + ChromeGtkFrame::incognito-frame-color = "#cbd2d9" + ChromeGtkFrame::incognito-frame-gradient-color = "#cbd2d9" + ChromeGtkFrame::incognito-inactive-frame-color = mix (0.5, @bg_color, "#cbd2d9") + +} + +# Disable spin button assets for GimpSpinScale +class "GimpSpinScale" style "gimp_spin_scale" + +# Chromium lets us define some colours and settings for better integration +class "ChromeGtkFrame" style "chrome_gtk_frame" diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/border.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/border.png Binary files differnew file mode 100644 index 0000000..9f6d1a0 --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/border.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/button-active.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/button-active.png Binary files differnew file mode 100644 index 0000000..a81736f --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/button-active.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/button-hover.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/button-hover.png Binary files differnew file mode 100644 index 0000000..5e6a3e4 --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/button-hover.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/button-insensitive.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/button-insensitive.png Binary files differnew file mode 100644 index 0000000..6f21fd8 --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/button-insensitive.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/button.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/button.png Binary files differnew file mode 100644 index 0000000..c841d1f --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/button.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/checkbox-checked-active.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/checkbox-checked-active.png Binary files differnew file mode 100644 index 0000000..828060b --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/checkbox-checked-active.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/checkbox-checked-insensitive.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/checkbox-checked-insensitive.png Binary files differnew file mode 100644 index 0000000..bf9c6f4 --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/checkbox-checked-insensitive.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/checkbox-checked.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/checkbox-checked.png Binary files differnew file mode 100644 index 0000000..6d2d0d5 --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/checkbox-checked.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/checkbox-mixed-active.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/checkbox-mixed-active.png Binary files differnew file mode 100644 index 0000000..2163c35 --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/checkbox-mixed-active.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/checkbox-mixed-insensitive.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/checkbox-mixed-insensitive.png Binary files differnew file mode 100644 index 0000000..67dc7d0 --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/checkbox-mixed-insensitive.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/checkbox-mixed.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/checkbox-mixed.png Binary files differnew file mode 100644 index 0000000..6c5162e --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/checkbox-mixed.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/checkbox-unchecked-active.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/checkbox-unchecked-active.png Binary files differnew file mode 100644 index 0000000..6dd3621 --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/checkbox-unchecked-active.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/checkbox-unchecked-hover.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/checkbox-unchecked-hover.png Binary files differnew file mode 100644 index 0000000..1d53f96 --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/checkbox-unchecked-hover.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/checkbox-unchecked-insensitive.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/checkbox-unchecked-insensitive.png Binary files differnew file mode 100644 index 0000000..2282847 --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/checkbox-unchecked-insensitive.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/checkbox-unchecked.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/checkbox-unchecked.png Binary files differnew file mode 100644 index 0000000..e296479 --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/checkbox-unchecked.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/combo-entry-ltr-button-active.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/combo-entry-ltr-button-active.png Binary files differnew file mode 100644 index 0000000..a45d33e --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/combo-entry-ltr-button-active.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/combo-entry-ltr-button-hover.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/combo-entry-ltr-button-hover.png Binary files differnew file mode 100644 index 0000000..10703ad --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/combo-entry-ltr-button-hover.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/combo-entry-ltr-button-insensitive.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/combo-entry-ltr-button-insensitive.png Binary files differnew file mode 100644 index 0000000..bdbae85 --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/combo-entry-ltr-button-insensitive.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/combo-entry-ltr-button.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/combo-entry-ltr-button.png Binary files differnew file mode 100644 index 0000000..78e2354 --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/combo-entry-ltr-button.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/combo-entry-ltr-entry-active.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/combo-entry-ltr-entry-active.png Binary files differnew file mode 100644 index 0000000..a3c5f39 --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/combo-entry-ltr-entry-active.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/combo-entry-ltr-entry-insensitive.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/combo-entry-ltr-entry-insensitive.png Binary files differnew file mode 100644 index 0000000..ab286b3 --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/combo-entry-ltr-entry-insensitive.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/combo-entry-ltr-entry.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/combo-entry-ltr-entry.png Binary files differnew file mode 100644 index 0000000..d6703ca --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/combo-entry-ltr-entry.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/combo-entry-rtl-button-active.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/combo-entry-rtl-button-active.png Binary files differnew file mode 100644 index 0000000..41176ab --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/combo-entry-rtl-button-active.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/combo-entry-rtl-button-hover.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/combo-entry-rtl-button-hover.png Binary files differnew file mode 100644 index 0000000..182dcea --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/combo-entry-rtl-button-hover.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/combo-entry-rtl-button-insensitive.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/combo-entry-rtl-button-insensitive.png Binary files differnew file mode 100644 index 0000000..56ea027 --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/combo-entry-rtl-button-insensitive.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/combo-entry-rtl-button.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/combo-entry-rtl-button.png Binary files differnew file mode 100644 index 0000000..f5c3259 --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/combo-entry-rtl-button.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/combo-entry-rtl-entry-active.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/combo-entry-rtl-entry-active.png Binary files differnew file mode 100644 index 0000000..4210a4c --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/combo-entry-rtl-entry-active.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/combo-entry-rtl-entry-insensitive.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/combo-entry-rtl-entry-insensitive.png Binary files differnew file mode 100644 index 0000000..b45560d --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/combo-entry-rtl-entry-insensitive.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/combo-entry-rtl-entry.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/combo-entry-rtl-entry.png Binary files differnew file mode 100644 index 0000000..5fca5f2 --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/combo-entry-rtl-entry.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/entry-active.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/entry-active.png Binary files differnew file mode 100644 index 0000000..db337cc --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/entry-active.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/entry-background-insensitive.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/entry-background-insensitive.png Binary files differnew file mode 100644 index 0000000..e702aee --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/entry-background-insensitive.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/entry-background.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/entry-background.png Binary files differnew file mode 100644 index 0000000..95e7c81 --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/entry-background.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/entry-insensitive.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/entry-insensitive.png Binary files differnew file mode 100644 index 0000000..1225573 --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/entry-insensitive.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/entry.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/entry.png Binary files differnew file mode 100644 index 0000000..7b4f439 --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/entry.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/focus.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/focus.png Binary files differnew file mode 100644 index 0000000..0bd025e --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/focus.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/frame-inline.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/frame-inline.png Binary files differnew file mode 100644 index 0000000..6bac7b9 --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/frame-inline.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/frame-notebook.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/frame-notebook.png Binary files differnew file mode 100644 index 0000000..8b3f329 --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/frame-notebook.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/frame.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/frame.png Binary files differnew file mode 100644 index 0000000..56a2d8d --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/frame.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/handle-horz.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/handle-horz.png Binary files differnew file mode 100644 index 0000000..7e53b2e --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/handle-horz.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/handle-vert.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/handle-vert.png Binary files differnew file mode 100644 index 0000000..fd6890c --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/handle-vert.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/handle.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/handle.png Binary files differnew file mode 100644 index 0000000..c7b9825 --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/handle.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/line.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/line.png Binary files differnew file mode 100644 index 0000000..1fad628 --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/line.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/menu-border.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/menu-border.png Binary files differnew file mode 100644 index 0000000..728f243 --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/menu-border.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/menu-checkbox-checked-insensitive.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/menu-checkbox-checked-insensitive.png Binary files differnew file mode 100644 index 0000000..49038d3 --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/menu-checkbox-checked-insensitive.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/menu-checkbox-checked.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/menu-checkbox-checked.png Binary files differnew file mode 100644 index 0000000..25c34e7 --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/menu-checkbox-checked.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/menu-checkbox-hover.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/menu-checkbox-hover.png Binary files differnew file mode 100644 index 0000000..83ef341 --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/menu-checkbox-hover.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/menu-checkbox-insensitive.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/menu-checkbox-insensitive.png Binary files differnew file mode 100644 index 0000000..b82efc4 --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/menu-checkbox-insensitive.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/menu-checkbox-mixed-insensitive.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/menu-checkbox-mixed-insensitive.png Binary files differnew file mode 100644 index 0000000..861685a --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/menu-checkbox-mixed-insensitive.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/menu-checkbox-mixed.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/menu-checkbox-mixed.png Binary files differnew file mode 100644 index 0000000..fc85684 --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/menu-checkbox-mixed.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/menu-checkbox.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/menu-checkbox.png Binary files differnew file mode 100644 index 0000000..b82efc4 --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/menu-checkbox.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/menu-pan-down-insensitive.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/menu-pan-down-insensitive.png Binary files differnew file mode 100644 index 0000000..535de1c --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/menu-pan-down-insensitive.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/menu-pan-down.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/menu-pan-down.png Binary files differnew file mode 100644 index 0000000..31ef6a3 --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/menu-pan-down.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/menu-pan-left-hover.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/menu-pan-left-hover.png Binary files differnew file mode 100644 index 0000000..a2cac3e --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/menu-pan-left-hover.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/menu-pan-left-insensitive.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/menu-pan-left-insensitive.png Binary files differnew file mode 100644 index 0000000..29323a7 --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/menu-pan-left-insensitive.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/menu-pan-left.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/menu-pan-left.png Binary files differnew file mode 100644 index 0000000..6dce59e --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/menu-pan-left.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/menu-pan-right-hover.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/menu-pan-right-hover.png Binary files differnew file mode 100644 index 0000000..80da318 --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/menu-pan-right-hover.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/menu-pan-right-insensitive.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/menu-pan-right-insensitive.png Binary files differnew file mode 100644 index 0000000..9de489b --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/menu-pan-right-insensitive.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/menu-pan-right.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/menu-pan-right.png Binary files differnew file mode 100644 index 0000000..fcf6cd8 --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/menu-pan-right.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/menu-pan-up-insensitive.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/menu-pan-up-insensitive.png Binary files differnew file mode 100644 index 0000000..76af286 --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/menu-pan-up-insensitive.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/menu-pan-up.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/menu-pan-up.png Binary files differnew file mode 100644 index 0000000..e42cce9 --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/menu-pan-up.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/menu-radio-checked-insensitive.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/menu-radio-checked-insensitive.png Binary files differnew file mode 100644 index 0000000..66d5a91 --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/menu-radio-checked-insensitive.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/menu-radio-checked.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/menu-radio-checked.png Binary files differnew file mode 100644 index 0000000..2fb650e --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/menu-radio-checked.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/menu-radio-hover.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/menu-radio-hover.png Binary files differnew file mode 100644 index 0000000..0a49b1b --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/menu-radio-hover.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/menu-radio-insensitive.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/menu-radio-insensitive.png Binary files differnew file mode 100644 index 0000000..b82efc4 --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/menu-radio-insensitive.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/menu-radio-mixed-insensitive.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/menu-radio-mixed-insensitive.png Binary files differnew file mode 100644 index 0000000..861685a --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/menu-radio-mixed-insensitive.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/menu-radio-mixed.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/menu-radio-mixed.png Binary files differnew file mode 100644 index 0000000..fc85684 --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/menu-radio-mixed.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/menu-radio.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/menu-radio.png Binary files differnew file mode 100644 index 0000000..b82efc4 --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/menu-radio.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/menubar-item-active.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/menubar-item-active.png Binary files differnew file mode 100644 index 0000000..3acfe52 --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/menubar-item-active.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/notebook-combo-entry-ltr-entry-active.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/notebook-combo-entry-ltr-entry-active.png Binary files differnew file mode 100644 index 0000000..74dbd9f --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/notebook-combo-entry-ltr-entry-active.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/notebook-combo-entry-ltr-entry-insensitive.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/notebook-combo-entry-ltr-entry-insensitive.png Binary files differnew file mode 100644 index 0000000..35419c4 --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/notebook-combo-entry-ltr-entry-insensitive.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/notebook-combo-entry-ltr-entry.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/notebook-combo-entry-ltr-entry.png Binary files differnew file mode 100644 index 0000000..9ec4987 --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/notebook-combo-entry-ltr-entry.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/notebook-combo-entry-rtl-entry-active.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/notebook-combo-entry-rtl-entry-active.png Binary files differnew file mode 100644 index 0000000..e576bda --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/notebook-combo-entry-rtl-entry-active.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/notebook-combo-entry-rtl-entry-insensitive.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/notebook-combo-entry-rtl-entry-insensitive.png Binary files differnew file mode 100644 index 0000000..ea235aa --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/notebook-combo-entry-rtl-entry-insensitive.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/notebook-combo-entry-rtl-entry.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/notebook-combo-entry-rtl-entry.png Binary files differnew file mode 100644 index 0000000..9564a57 --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/notebook-combo-entry-rtl-entry.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/notebook-entry-active.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/notebook-entry-active.png Binary files differnew file mode 100644 index 0000000..f04d9df --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/notebook-entry-active.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/notebook-entry-insensitive.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/notebook-entry-insensitive.png Binary files differnew file mode 100644 index 0000000..81631c7 --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/notebook-entry-insensitive.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/notebook-entry.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/notebook-entry.png Binary files differnew file mode 100644 index 0000000..e29fd1e --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/notebook-entry.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/pan-down-insensitive.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/pan-down-insensitive.png Binary files differnew file mode 100644 index 0000000..e898198 --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/pan-down-insensitive.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/pan-down.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/pan-down.png Binary files differnew file mode 100644 index 0000000..31ef6a3 --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/pan-down.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/pan-left-insensitive.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/pan-left-insensitive.png Binary files differnew file mode 100644 index 0000000..e765c2d --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/pan-left-insensitive.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/pan-left-semi.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/pan-left-semi.png Binary files differnew file mode 100644 index 0000000..936672e --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/pan-left-semi.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/pan-left.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/pan-left.png Binary files differnew file mode 100644 index 0000000..5280692 --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/pan-left.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/pan-right-insensitive.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/pan-right-insensitive.png Binary files differnew file mode 100644 index 0000000..70f578f --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/pan-right-insensitive.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/pan-right-semi.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/pan-right-semi.png Binary files differnew file mode 100644 index 0000000..6f0796e --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/pan-right-semi.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/pan-right.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/pan-right.png Binary files differnew file mode 100644 index 0000000..936c2be --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/pan-right.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/pan-up-insensitive.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/pan-up-insensitive.png Binary files differnew file mode 100644 index 0000000..4dda1cd --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/pan-up-insensitive.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/pan-up.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/pan-up.png Binary files differnew file mode 100644 index 0000000..e42cce9 --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/pan-up.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/progressbar-horz-trough.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/progressbar-horz-trough.png Binary files differnew file mode 100644 index 0000000..5589ac5 --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/progressbar-horz-trough.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/progressbar-horz.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/progressbar-horz.png Binary files differnew file mode 100644 index 0000000..db97e93 --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/progressbar-horz.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/progressbar-vert-trough.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/progressbar-vert-trough.png Binary files differnew file mode 100644 index 0000000..d4152da --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/progressbar-vert-trough.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/progressbar-vert.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/progressbar-vert.png Binary files differnew file mode 100644 index 0000000..eeded9b --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/progressbar-vert.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/radio-checked-active.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/radio-checked-active.png Binary files differnew file mode 100644 index 0000000..b209139 --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/radio-checked-active.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/radio-checked-insensitive.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/radio-checked-insensitive.png Binary files differnew file mode 100644 index 0000000..dd06ac5 --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/radio-checked-insensitive.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/radio-checked.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/radio-checked.png Binary files differnew file mode 100644 index 0000000..48b69f0 --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/radio-checked.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/radio-mixed-active.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/radio-mixed-active.png Binary files differnew file mode 100644 index 0000000..e062443 --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/radio-mixed-active.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/radio-mixed-insensitive.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/radio-mixed-insensitive.png Binary files differnew file mode 100644 index 0000000..10606ee --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/radio-mixed-insensitive.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/radio-mixed.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/radio-mixed.png Binary files differnew file mode 100644 index 0000000..13ac165 --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/radio-mixed.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/radio-unchecked-active.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/radio-unchecked-active.png Binary files differnew file mode 100644 index 0000000..3b551f2 --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/radio-unchecked-active.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/radio-unchecked-hover.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/radio-unchecked-hover.png Binary files differnew file mode 100644 index 0000000..cecf227 --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/radio-unchecked-hover.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/radio-unchecked-insensitive.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/radio-unchecked-insensitive.png Binary files differnew file mode 100644 index 0000000..e8a5fdb --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/radio-unchecked-insensitive.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/radio-unchecked.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/radio-unchecked.png Binary files differnew file mode 100644 index 0000000..78f114f --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/radio-unchecked.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/scale-horz-focus.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/scale-horz-focus.png Binary files differnew file mode 100644 index 0000000..e6688bd --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/scale-horz-focus.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/scale-horz-trough-active.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/scale-horz-trough-active.png Binary files differnew file mode 100644 index 0000000..2026213 --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/scale-horz-trough-active.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/scale-horz-trough.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/scale-horz-trough.png Binary files differnew file mode 100644 index 0000000..8e2f291 --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/scale-horz-trough.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/scale-slider-active.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/scale-slider-active.png Binary files differnew file mode 100644 index 0000000..c9f4fa6 --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/scale-slider-active.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/scale-slider-hover.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/scale-slider-hover.png Binary files differnew file mode 100644 index 0000000..93f1a71 --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/scale-slider-hover.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/scale-slider-insensitive.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/scale-slider-insensitive.png Binary files differnew file mode 100644 index 0000000..a417de4 --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/scale-slider-insensitive.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/scale-slider.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/scale-slider.png Binary files differnew file mode 100644 index 0000000..2432f87 --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/scale-slider.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/scale-vert-trough-active.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/scale-vert-trough-active.png Binary files differnew file mode 100644 index 0000000..398791c --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/scale-vert-trough-active.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/scale-vert-trough.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/scale-vert-trough.png Binary files differnew file mode 100644 index 0000000..b2f0421 --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/scale-vert-trough.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/scrollbar-arrow-down.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/scrollbar-arrow-down.png Binary files differnew file mode 100644 index 0000000..0219b31 --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/scrollbar-arrow-down.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/scrollbar-arrow-left.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/scrollbar-arrow-left.png Binary files differnew file mode 100644 index 0000000..d075b0a --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/scrollbar-arrow-left.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/scrollbar-arrow-right.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/scrollbar-arrow-right.png Binary files differnew file mode 100644 index 0000000..e424846 --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/scrollbar-arrow-right.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/scrollbar-arrow-up.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/scrollbar-arrow-up.png Binary files differnew file mode 100644 index 0000000..4122df1 --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/scrollbar-arrow-up.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/scrollbar-horz-slider-active.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/scrollbar-horz-slider-active.png Binary files differnew file mode 100644 index 0000000..3a71367 --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/scrollbar-horz-slider-active.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/scrollbar-horz-slider-hover.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/scrollbar-horz-slider-hover.png Binary files differnew file mode 100644 index 0000000..9d936cb --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/scrollbar-horz-slider-hover.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/scrollbar-horz-slider.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/scrollbar-horz-slider.png Binary files differnew file mode 100644 index 0000000..e56537d --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/scrollbar-horz-slider.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/scrollbar-horz-trough.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/scrollbar-horz-trough.png Binary files differnew file mode 100644 index 0000000..2d5d36b --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/scrollbar-horz-trough.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/scrollbar-vert-slider-active-rtl.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/scrollbar-vert-slider-active-rtl.png Binary files differnew file mode 100644 index 0000000..e8f95e4 --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/scrollbar-vert-slider-active-rtl.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/scrollbar-vert-slider-active.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/scrollbar-vert-slider-active.png Binary files differnew file mode 100644 index 0000000..9ae4300 --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/scrollbar-vert-slider-active.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/scrollbar-vert-slider-hover-rtl.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/scrollbar-vert-slider-hover-rtl.png Binary files differnew file mode 100644 index 0000000..525a929 --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/scrollbar-vert-slider-hover-rtl.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/scrollbar-vert-slider-hover.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/scrollbar-vert-slider-hover.png Binary files differnew file mode 100644 index 0000000..dc1c0bd --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/scrollbar-vert-slider-hover.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/scrollbar-vert-slider-rtl.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/scrollbar-vert-slider-rtl.png Binary files differnew file mode 100644 index 0000000..8b535f9 --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/scrollbar-vert-slider-rtl.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/scrollbar-vert-slider.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/scrollbar-vert-slider.png Binary files differnew file mode 100644 index 0000000..68a3b5c --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/scrollbar-vert-slider.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/scrollbar-vert-trough-rtl.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/scrollbar-vert-trough-rtl.png Binary files differnew file mode 100644 index 0000000..694e334 --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/scrollbar-vert-trough-rtl.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/scrollbar-vert-trough.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/scrollbar-vert-trough.png Binary files differnew file mode 100644 index 0000000..694e334 --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/scrollbar-vert-trough.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/spin-down-insensitive.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/spin-down-insensitive.png Binary files differnew file mode 100644 index 0000000..2a77729 --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/spin-down-insensitive.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/spin-down.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/spin-down.png Binary files differnew file mode 100644 index 0000000..9ba7e8c --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/spin-down.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/spin-ltr-down-active.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/spin-ltr-down-active.png Binary files differnew file mode 100644 index 0000000..215721f --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/spin-ltr-down-active.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/spin-ltr-down-hover.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/spin-ltr-down-hover.png Binary files differnew file mode 100644 index 0000000..d1ff4fc --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/spin-ltr-down-hover.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/spin-ltr-down-insensitive.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/spin-ltr-down-insensitive.png Binary files differnew file mode 100644 index 0000000..bd9508a --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/spin-ltr-down-insensitive.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/spin-ltr-down.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/spin-ltr-down.png Binary files differnew file mode 100644 index 0000000..4f366b4 --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/spin-ltr-down.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/spin-ltr-up-active.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/spin-ltr-up-active.png Binary files differnew file mode 100644 index 0000000..57a84eb --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/spin-ltr-up-active.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/spin-ltr-up-hover.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/spin-ltr-up-hover.png Binary files differnew file mode 100644 index 0000000..286c4ca --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/spin-ltr-up-hover.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/spin-ltr-up-insensitive.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/spin-ltr-up-insensitive.png Binary files differnew file mode 100644 index 0000000..01d6287 --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/spin-ltr-up-insensitive.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/spin-ltr-up.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/spin-ltr-up.png Binary files differnew file mode 100644 index 0000000..a3aaab0 --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/spin-ltr-up.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/spin-rtl-down-active.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/spin-rtl-down-active.png Binary files differnew file mode 100644 index 0000000..18d48ad --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/spin-rtl-down-active.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/spin-rtl-down-hover.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/spin-rtl-down-hover.png Binary files differnew file mode 100644 index 0000000..96e40b4 --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/spin-rtl-down-hover.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/spin-rtl-down-insensitive.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/spin-rtl-down-insensitive.png Binary files differnew file mode 100644 index 0000000..03b9993 --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/spin-rtl-down-insensitive.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/spin-rtl-down.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/spin-rtl-down.png Binary files differnew file mode 100644 index 0000000..7d0ec86 --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/spin-rtl-down.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/spin-rtl-up-active.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/spin-rtl-up-active.png Binary files differnew file mode 100644 index 0000000..ebaa3ff --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/spin-rtl-up-active.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/spin-rtl-up-hover.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/spin-rtl-up-hover.png Binary files differnew file mode 100644 index 0000000..4b6b7b6 --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/spin-rtl-up-hover.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/spin-rtl-up-insensitive.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/spin-rtl-up-insensitive.png Binary files differnew file mode 100644 index 0000000..05cd2a3 --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/spin-rtl-up-insensitive.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/spin-rtl-up.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/spin-rtl-up.png Binary files differnew file mode 100644 index 0000000..f334c25 --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/spin-rtl-up.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/spin-up-insensitive.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/spin-up-insensitive.png Binary files differnew file mode 100644 index 0000000..c9dcc0a --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/spin-up-insensitive.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/spin-up.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/spin-up.png Binary files differnew file mode 100644 index 0000000..69d2766 --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/spin-up.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/tab-down-active.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/tab-down-active.png Binary files differnew file mode 100644 index 0000000..e6c3b8c --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/tab-down-active.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/tab-down.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/tab-down.png Binary files differnew file mode 100644 index 0000000..eecbdf3 --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/tab-down.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/tab-horz-gap.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/tab-horz-gap.png Binary files differnew file mode 100644 index 0000000..5a24cc1 --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/tab-horz-gap.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/tab-left-active.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/tab-left-active.png Binary files differnew file mode 100644 index 0000000..63a7e3b --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/tab-left-active.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/tab-left.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/tab-left.png Binary files differnew file mode 100644 index 0000000..4973e1f --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/tab-left.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/tab-right-active.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/tab-right-active.png Binary files differnew file mode 100644 index 0000000..a85784c --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/tab-right-active.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/tab-right.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/tab-right.png Binary files differnew file mode 100644 index 0000000..4973e1f --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/tab-right.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/tab-up-active.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/tab-up-active.png Binary files differnew file mode 100644 index 0000000..3007d88 --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/tab-up-active.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/tab-up.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/tab-up.png Binary files differnew file mode 100644 index 0000000..eecbdf3 --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/tab-up.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/tab-vert-gap.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/tab-vert-gap.png Binary files differnew file mode 100644 index 0000000..6670b11 --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/tab-vert-gap.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/treeview-header-button.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/treeview-header-button.png Binary files differnew file mode 100644 index 0000000..86da7ad --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/treeview-header-button.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/treeview-pan-down-active.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/treeview-pan-down-active.png Binary files differnew file mode 100644 index 0000000..31ef6a3 --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/treeview-pan-down-active.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/treeview-pan-down-hover.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/treeview-pan-down-hover.png Binary files differnew file mode 100644 index 0000000..2f28e41 --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/treeview-pan-down-hover.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/treeview-pan-down.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/treeview-pan-down.png Binary files differnew file mode 100644 index 0000000..e898198 --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/treeview-pan-down.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/treeview-pan-up-active.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/treeview-pan-up-active.png Binary files differnew file mode 100644 index 0000000..e42cce9 --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/treeview-pan-up-active.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/treeview-pan-up-hover.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/treeview-pan-up-hover.png Binary files differnew file mode 100644 index 0000000..a99f7cf --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/treeview-pan-up-hover.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/treeview-pan-up.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/treeview-pan-up.png Binary files differnew file mode 100644 index 0000000..4dda1cd --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/treeview-pan-up.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/treeview-separator-ltr.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/treeview-separator-ltr.png Binary files differnew file mode 100644 index 0000000..109c32b --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/treeview-separator-ltr.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/treeview-separator-rtl.png b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/treeview-separator-rtl.png Binary files differnew file mode 100644 index 0000000..dec2110 --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/assets/treeview-separator-rtl.png diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/gtkrc b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/gtkrc new file mode 100644 index 0000000..6ddfa60 --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/gtkrc @@ -0,0 +1,49 @@ +# Based on Bridge by ScionicSpectre +# vim:set ts=2 sw=2 sts=2 ai et: +# +# This is the GTK+ 2 version of Adwaita. It's whole purpose is to look as the +# GTK+ 3 version as much as possible until GTK+ 2 dies completely. +# +# Note: comments for explaining styles are on the bottom of each file beside the +# widget matches. + +# Declare the colours used throughout the theme. +# There shouldn't be any fiddling with them in the theme files themselves in +# order to not mess up the dark theme. + +# Text/base +gtk-color-scheme = "text_color:#F7F7F7\nbase_color:#3d3d3d" +# Foreground/background +gtk-color-scheme = "fg_color:#F7F7F7\nbg_color:#353535" +# Selected foreground/background +gtk-color-scheme = "selected_fg_color:#FFFFFF\nselected_bg_color:#4B8501" +# Insensitive foreground/background +gtk-color-scheme = "insensitive_fg_color:#969696\ninsensitive_bg_color:#383838" +# Menus +gtk-color-scheme = "menu_color:#424242\nmenubar_bg:#3A3A3A" +gtk-color-scheme = "menubar_fg:#F7F7F7\nmenubar_insensitive_fg:#CCCCCC" +# Links +gtk-color-scheme = "link_color:#4B8501\nvisited_link_color:#368501" +# Treeview headers +gtk-color-scheme = "column_header_color:#353535\nhover_column_header_color:#636769" +# Window decoration +gtk-color-scheme = "menu_hover_color:#616161\nwindow_color:#f4f4f4" +# Tooltips +gtk-color-scheme = "tooltip_fg_color:#f7f7f7\ntooltip_bg_color:#353535" + +# Set GTK settings +gtk-auto-mnemonics = 1 +gtk-primary-button-warps-slider = 1 +gtk-icon-sizes="gtk-menu=16,16:\ + gtk-button=16,16:\ + gtk-small-toolbar=16,16:\ + gtk-dnd=16,16:\ + gtk-dialog=16,16" +gtk-toolbar-style = GTK_TOOLBAR_ICONS +gtk-menu-images = 0 +gtk-menu-popup-delay = 0 + +# And hand over the control to the theme files +include "main.rc" +include "apps.rc" +include "hacks.rc" diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/hacks.rc b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/hacks.rc new file mode 100644 index 0000000..1bdbee9 --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/hacks.rc @@ -0,0 +1,36 @@ +# vim:set ft=gtkrc ts=2 sw=2 sts=2 ai et: +# +# This file contains horrible hacks to make this theme work with some programs +# This is mostly due to the limitations of gtk2 but sometimes its the fault of +# the programs themselves. Not going to point fingers. +# +# Either way, it's a WONTFIX for both, hence this horrible file. + +style "toplevel_hack" { + engine "adwaita" {} +} + +style "chrome_entry" { + base[NORMAL] = @base_color + base[INSENSITIVE] = @base_color +} + +style "vim_notebook" { + bg[NORMAL] = @base_color + bg[ACTIVE] = @insensitive_bg_color +} + +# Vim puts an eventbox between the tab and the label and colours it, +# we need to handle that +widget "vim-main-window*GtkNotebook.GtkEventBox" style "vim_notebook" + +# (he)xchat input box +class "SexySpellEntry" style:highest "normal_entry" + +# 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*<GtkEntry>" style "chrome_entry" + +# Hack to be able to match widgets in LibreOffice +class "GtkWindow" style "toplevel_hack" diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/main.rc b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/main.rc new file mode 100644 index 0000000..8b2997f --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-2.0/main.rc @@ -0,0 +1,2630 @@ +# vim:set ft=gtkrc ts=2 sw=2 sts=2 ai et: +# +# This is the main theme file, handling all the default widgets and theme +# properties. Since GTK+ 2 is old, we need to overcome some of its limitations, +# which is also mostly done in this file. Sadly not all of them can be overcome +# so there will always be a visible difference between the GTK+ 2 and 3 theme. + +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 = @link_color + GtkWidget::visited-link-color = @visited_link_color + GnomeHRef::link_color = @link_color + GtkHTML::link-color = @link_color + GtkHTML::vlink-color = @visited_link_color + GtkIMHtml::hyperlink-color = @link_color + GtkIMHtml::hyperlink-visited-color = @visited_link_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 = 8 + GtkHPaned::handle-size = 8 + GtkVPaned::handle-size = 8 + + 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] = @insensitive_bg_color + bg[ACTIVE] = @bg_color + + fg[NORMAL] = @fg_color + fg[PRELIGHT] = @fg_color + fg[SELECTED] = @selected_fg_color + fg[INSENSITIVE] = @insensitive_fg_color + fg[ACTIVE] = @fg_color + + text[NORMAL] = @text_color + text[PRELIGHT] = @text_color + text[SELECTED] = @selected_fg_color + text[INSENSITIVE] = @insensitive_fg_color + text[ACTIVE] = @selected_fg_color + + base[NORMAL] = @base_color + base[PRELIGHT] = shade (0.95, @bg_color) + base[SELECTED] = @selected_bg_color + base[INSENSITIVE] = @insensitive_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.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.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/menu-radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = PRELIGHT + shadow = IN + overlay_file = "assets/menu-radio-checked.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 = SELECTED + 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/radio-mixed.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = PRELIGHT + shadow = ETCHED_IN + overlay_file = "assets/radio-mixed.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" + } + + # QGtkStyle (used for Qt apps) *always* assumes scrollbars have + # arrows, so configure these here. Gtk2 apps will atually ignore + # this. + + image { + function = ARROW + overlay_file = "assets/scrollbar-arrow-up.png" + detail = "vscrollbar" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = UP + } + + image { + function = ARROW + overlay_file = "assets/scrollbar-arrow-down.png" + detail = "vscrollbar" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = DOWN + } + + image { + function = ARROW + overlay_file = "assets/scrollbar-arrow-left.png" + detail = "hscrollbar" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = LEFT + } + + image { + function = ARROW + overlay_file = "assets/scrollbar-arrow-right.png" + detail = "hscrollbar" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + image { + function = BOX + detail = "hscrollbar" + orientation = HORIZONTAL + } + + image { + function = BOX + detail = "vscrollbar" + orientation = VERTICAL + } + + # 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.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.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, 0, 3, 3} + stretch = TRUE + gap_side = RIGHT + } + + image { + function = EXTENSION + file = "assets/tab-left.png" + border = {3, 0, 3, 3} + stretch = TRUE + gap_side = RIGHT + } + + # Right + + image { + function = EXTENSION + state = NORMAL + file = "assets/tab-right-active.png" + border = {0, 3, 3, 3} + stretch = TRUE + gap_side = LEFT + } + + image { + function = EXTENSION + file = "assets/tab-right.png" + border = {0, 3, 3, 3} + stretch = TRUE + gap_side = LEFT + } + + # Up + + image { + function = EXTENSION + state = NORMAL + file = "assets/tab-up-active.png" + border = {3, 3, 3, 0} + stretch = TRUE + gap_side = BOTTOM + } + + image { + function = EXTENSION + file = "assets/tab-up.png" + border = {3, 3, 3, 0} + stretch = TRUE + gap_side = BOTTOM + } + + # Down + + image { + function = EXTENSION + state = NORMAL + file = "assets/tab-down-active.png" + border = {3, 3, 0, 3} + stretch = TRUE + gap_side = TOP + } + + image { + function = EXTENSION + file = "assets/tab-down.png" + border = {3, 3, 0, 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, 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[NORMAL] = @menubar_bg + bg[SELECTED] = @selected_fg_color + fg[SELECTED] = @link_color +} + +style "menubar_item" { + + xthickness = 3 + ythickness = 4 + + fg[NORMAL] = @menubar_insensitive_fg + fg[PRELIGHT] = @menubar_fg + + 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] = @menu_color + bg[INSENSITIVE] = @menu_color + bg[PRELIGHT] = @menu_color + bg[SELECTED] = @selected_bg_color + +} + +style "menu_item" { + + xthickness = 3 + ythickness = 4 + + bg[PRELIGHT] = @menu_hover_color + # Chromium uses this setting + bg[SELECTED] = @menu_hover_color + + fg[PRELIGHT] = @fg_color + fg[SELECTED] = @fg_color + text[NORMAL] = @fg_color + text[PRELIGHT] = @fg_color + text[ACTIVE] = @fg_color + text[SELECTED] = @fg_color + + # Some widgets use text, we need to handle that + # Don't know what this comment is about but maybe we've nulled it + + # 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.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.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.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.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.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.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] = @insensitive_bg_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_button" { + + engine "pixmap" { + image { + function = SHADOW + state = NORMAL + file = "assets/treeview-header-button.png" + border = {4, 4, 4, 4} + stretch = TRUE + } + } + +} + +style "treeview_header_label" { + + xthickness = 1 + ythickness = 0 + + 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 + shadow = NONE + } + + 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 "text" = "default" { + engine "murrine" { textstyle = 0 } +} + +style "menu_text" = "menu_item" { + engine "murrine" { textstyle = 0 } +} + +style "disable_separator" { + + xthickness = 0 + ythickness = 0 + + GtkWidget::wide-separators = 1 + +} + +# Default style, containing theme properties and trying to match every widget as +# much as possible, which is not only faster than trying to match every widget +# by its own but also less bug-prune and more consistent. However there is some +# widget specific stuff that needs to be taken care of, which is the point of +# every other style below. +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 "*<GtkMenuItem>*" style "menu_item" +widget_class "*<GtkMenuBar>.<GtkMenuItem>*" style "menubar_item" +widget_class "*<GtkMenuBar>*" style "menubar_item" +widget_class "*<GtkSeparatorMenuItem>*" style "separator_menu_item" + +# Treeview buttons +widget_class "*<GtkTreeView>*<GtkButton>*" style "treeview_header_label" +widget_class "*<GtkTreeView>*<GtkButton>" style "treeview_header_button" + +# Give the file chooser toolbar a border +widget_class "*<GtkFileChooserDefault>*<GtkToolbar>" style "inline_toolbar" + +# Fix padding on regular comboboxes +widget_class "*<GtkComboBox>.<GtkButton>" style "combobox" +# And disable separators on them +widget_class "*<GtkComboBox>.<GtkButton>*<GtkSeparator>" style "disable_separator" + +# Join together the ComboBoxEntry entry and button +widget_class "*<GtkComboBoxEntry>*" style "combobox_entry" + +# Join the Combo entry and button +widget_class "*<GtkCombo>*" style "combobox_entry" +# Tweak the padding on the button a little bit because it +# uses it a bit differently +widget_class "*<GtkCombo>.<GtkButton>" 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 "*<GtkToolbar>*<GtkButton>" style "toolbar_button" + +# Notebooks are white, act accordingly +widget_class "*<GtkNotebook>*<GtkEntry>" style "notebook_entry" +widget_class "*<GtkNotebook>*<GtkProgressBar>" style "notebook_bg" +widget_class "*<GtkNotebook>*<GtkSpinButton>" style "notebook_bg" +widget_class "*<GtkNotebook>*<GtkScrolledWindow>*<GtkViewport>" style "notebook_bg" +widget_class "*<GtkNotebook>*<GimpRuler>" style "notebook_bg" +widget_class "*<GtkNotebook>.<GimpDisplayShell>*<GtkEventBox>" style "notebook_bg" +widget_class "*<GtkNotebook>*<GtkComboBoxEntry>*" style "notebook_combo" +widget_class "*<GtkNotebook>*<GtkCombo>*" style "notebook_combo" + +# However, stuff inside eventboxes inside notebooks is grey +# again, react +widget_class "*<GtkNotebook>*<GtkEventBox>*<GtkEntry>" style "normal_entry" +widget_class "*<GtkNotebook>*<GtkEventBox>*<GtkProgressBar>" style "normal_bg" +widget_class "*<GtkNotebook>*<GtkEventBox>*<GtkSpinButton>" style "normal_bg" +widget_class "*<GtkNotebook>*<GtkEventBox>*<GtkComboBoxEntry>*" style "combobox_entry" +widget_class "*<GtkNotebook>*<GtkEventBox>*<GtkCombo>*" style "combobox_entry" +widget_class "*<GtkNotebook>*<GtkEventBox>*<GtkCombo>.<GtkButton>" style "combo_button_padding" + +# ComboBoxes tend to draw the button label with text[] +# instead of fg[], we need to fix that +widget_class "*<GtkComboBox>*<GtkCellView>" style "combobox_cellview" + +# GTK tooltips +widget "gtk-tooltip*" style "tooltip" + +# Fixes ugly text shadows for insensitive text +widget_class "*<GtkLabel>" style "text" +widget_class "*<GtkMenu>*<GtkLabel>" style "menu_text" +widget_class "*<GtkComboBox>*<GtkCellLayout>" style "text" +widget_class "*<GtkNotebook>*<GtkLabel>" style "text" +widget_class "*<GtkNotebook>*<GtkCellLayout>" style "text"
\ No newline at end of file diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-3.0/gtk-dark.css b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-3.0/gtk-dark.css new file mode 100644 index 0000000..18221e9 --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-3.0/gtk-dark.css @@ -0,0 +1 @@ +@import url("resource:///com/ubuntu/themes/Yaru-olive-dark/3.0/gtk-dark.css"); diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-3.0/gtk.css b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-3.0/gtk.css new file mode 100644 index 0000000..7e37938 --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-3.0/gtk.css @@ -0,0 +1 @@ +@import url("resource:///com/ubuntu/themes/Yaru-olive-dark/3.0/gtk.css"); diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-3.0/gtk.gresource b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-3.0/gtk.gresource Binary files differnew file mode 100644 index 0000000..9abd337 --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-3.0/gtk.gresource diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-4.0/gtk-dark.css b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-4.0/gtk-dark.css new file mode 100644 index 0000000..7a5252e --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-4.0/gtk-dark.css @@ -0,0 +1 @@ +@import url("resource:///com/ubuntu/themes/Yaru-olive-dark/4.0/gtk-dark.css"); diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-4.0/gtk.css b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-4.0/gtk.css new file mode 100644 index 0000000..2c9b1ac --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-4.0/gtk.css @@ -0,0 +1 @@ +@import url("resource:///com/ubuntu/themes/Yaru-olive-dark/4.0/gtk.css"); diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-4.0/gtk.gresource b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-4.0/gtk.gresource Binary files differnew file mode 100644 index 0000000..2dce2b8 --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/gtk-4.0/gtk.gresource diff --git a/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/index.theme b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/index.theme new file mode 100644 index 0000000..10ace7a --- /dev/null +++ b/raveos-gnome-theme/theme-data/user-themes/Yaru-olive-dark/index.theme @@ -0,0 +1,16 @@ +[Desktop Entry] +Name=Yaru-olive-dark +Type=X-GNOME-Metatheme +Comment=Ubuntu Yaru-olive-dark theme +Encoding=UTF-8 + +[X-GNOME-Metatheme] +GtkTheme=Yaru-olive-dark +MetacityTheme=Yaru-dark +IconTheme=Yaru-olive-dark +CursorTheme=Yaru +CursorSize=24 +X-Yaru-Dark=true +X-Yaru-Accent-Name=olive +X-Yaru-Accent-Color=#4B8501 +/home/rave/cosmetics/yaru/src/build/gtk/src/Yaru-olive-dark-olive-accent-color-info.scss:48 DEBUG: Contrast optimized accent is #498101 |