diff --git a/Aurora.gtk/Program.cs b/Aurora.gtk/Program.cs
index a3e02b1..db0296c 100644
--- a/Aurora.gtk/Program.cs
+++ b/Aurora.gtk/Program.cs
@@ -18,11 +18,6 @@ namespace Aurora.gtk
//Also css doesn't work without adding the Xaml assembly
global::Xamarin.Forms.Forms.Init(new[] { typeof(LibVLCSharp.Forms.Platforms.GTK.VideoViewRenderer).Assembly, typeof(Xamarin.Forms.Xaml.ArrayExtension).Assembly });
- if (PlatformHelper.GetGTKPlatform() == GTKPlatform.Windows)
- {
- GtkThemes.LoadCustomTheme("Themes/gtkrc-dark");
- }
-
var app = new App();
var window = new FormsWindow();
window.LoadApplication(app);
diff --git a/Aurora.gtk/Themes/apps.rc b/Aurora.gtk/Themes/apps.rc
deleted file mode 100755
index f48b013..0000000
--- a/Aurora.gtk/Themes/apps.rc
+++ /dev/null
@@ -1,92 +0,0 @@
-# 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/pan-up-alt.png"
- overlay_stretch = FALSE
- }
-
- image {
- function = BOX
- state = PRELIGHT
- detail = "spinbutton_up"
- overlay_file = "assets/pan-up.png"
- overlay_stretch = FALSE
- }
-
- image {
- function = BOX
- state = ACTIVE
- detail = "spinbutton_up"
- overlay_file = "assets/pan-up.png"
- overlay_stretch = FALSE
- }
-
- image {
- function = BOX
- state = INSENSITIVE
- detail = "spinbutton_up"
- overlay_file = "assets/pan-up-alt-insensitive.png"
- overlay_stretch = FALSE
- }
-
- image {
- function = BOX
- state = NORMAL
- detail = "spinbutton_down"
- overlay_file = "assets/pan-down-alt.png"
- overlay_stretch = FALSE
- }
-
- image {
- function = BOX
- state = PRELIGHT
- detail = "spinbutton_down"
- overlay_file = "assets/pan-down.png"
- overlay_stretch = FALSE
- }
-
- image {
- function = BOX
- state = ACTIVE
- detail = "spinbutton_down"
- overlay_file = "assets/pan-down.png"
- overlay_stretch = FALSE
- }
-
- image {
- function = BOX
- state = INSENSITIVE
- detail = "spinbutton_down"
- overlay_file = "assets/pan-down-alt-insensitive.png"
- overlay_stretch = FALSE
- }
- }
-}
-
-style "chrome_gtk_frame" {
- ChromeGtkFrame::frame-color = @titlebar_bg_color
- ChromeGtkFrame::inactive-frame-color = @titlebar_bg_color
- ChromeGtkFrame::incognito-frame-color = @titlebar_bg_color
- ChromeGtkFrame::incognito-inactive-frame-color = @titlebar_bg_color
-
- ChromeGtkFrame::frame-gradient-size = 0
-}
-
-# 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/Aurora.gtk/Themes/assets-dark.svg b/Aurora.gtk/Themes/assets-dark.svg
deleted file mode 100755
index 5685871..0000000
--- a/Aurora.gtk/Themes/assets-dark.svg
+++ /dev/null
@@ -1,657 +0,0 @@
-
diff --git a/Aurora.gtk/Themes/assets-dark/border.png b/Aurora.gtk/Themes/assets-dark/border.png
deleted file mode 100755
index b7427ff..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/border.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/button-active.png b/Aurora.gtk/Themes/assets-dark/button-active.png
deleted file mode 100755
index 70d101e..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/button-active.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/button-hover.png b/Aurora.gtk/Themes/assets-dark/button-hover.png
deleted file mode 100755
index 1c41342..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/button-hover.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/button-insensitive.png b/Aurora.gtk/Themes/assets-dark/button-insensitive.png
deleted file mode 100755
index 04f9edb..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/button-insensitive.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/button.png b/Aurora.gtk/Themes/assets-dark/button.png
deleted file mode 100755
index ac1c9be..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/button.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/checkbox-checked-active.png b/Aurora.gtk/Themes/assets-dark/checkbox-checked-active.png
deleted file mode 100755
index df0fb2a..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/checkbox-checked-active.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/checkbox-checked-hover.png b/Aurora.gtk/Themes/assets-dark/checkbox-checked-hover.png
deleted file mode 100755
index c8c025e..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/checkbox-checked-hover.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/checkbox-checked-insensitive.png b/Aurora.gtk/Themes/assets-dark/checkbox-checked-insensitive.png
deleted file mode 100755
index 8963156..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/checkbox-checked-insensitive.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/checkbox-checked.png b/Aurora.gtk/Themes/assets-dark/checkbox-checked.png
deleted file mode 100755
index f747595..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/checkbox-checked.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/checkbox-mixed-active.png b/Aurora.gtk/Themes/assets-dark/checkbox-mixed-active.png
deleted file mode 100755
index 1fc825d..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/checkbox-mixed-active.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/checkbox-mixed-hover.png b/Aurora.gtk/Themes/assets-dark/checkbox-mixed-hover.png
deleted file mode 100755
index eea7f4b..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/checkbox-mixed-hover.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/checkbox-mixed-insensitive.png b/Aurora.gtk/Themes/assets-dark/checkbox-mixed-insensitive.png
deleted file mode 100755
index 7666030..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/checkbox-mixed-insensitive.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/checkbox-mixed.png b/Aurora.gtk/Themes/assets-dark/checkbox-mixed.png
deleted file mode 100755
index 0c2ec4e..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/checkbox-mixed.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/checkbox-unchecked-active.png b/Aurora.gtk/Themes/assets-dark/checkbox-unchecked-active.png
deleted file mode 100755
index cdfe82c..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/checkbox-unchecked-active.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/checkbox-unchecked-hover.png b/Aurora.gtk/Themes/assets-dark/checkbox-unchecked-hover.png
deleted file mode 100755
index 1963aad..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/checkbox-unchecked-hover.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/checkbox-unchecked-insensitive.png b/Aurora.gtk/Themes/assets-dark/checkbox-unchecked-insensitive.png
deleted file mode 100755
index 01339df..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/checkbox-unchecked-insensitive.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/checkbox-unchecked.png b/Aurora.gtk/Themes/assets-dark/checkbox-unchecked.png
deleted file mode 100755
index 6d519eb..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/checkbox-unchecked.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/combo-ltr-button-active.png b/Aurora.gtk/Themes/assets-dark/combo-ltr-button-active.png
deleted file mode 100755
index 3c73a2b..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/combo-ltr-button-active.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/combo-ltr-button-hover.png b/Aurora.gtk/Themes/assets-dark/combo-ltr-button-hover.png
deleted file mode 100755
index 4dbe2f0..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/combo-ltr-button-hover.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/combo-ltr-button-insensitive.png b/Aurora.gtk/Themes/assets-dark/combo-ltr-button-insensitive.png
deleted file mode 100755
index dc10818..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/combo-ltr-button-insensitive.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/combo-ltr-button.png b/Aurora.gtk/Themes/assets-dark/combo-ltr-button.png
deleted file mode 100755
index cc00e89..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/combo-ltr-button.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/combo-ltr-entry-active.png b/Aurora.gtk/Themes/assets-dark/combo-ltr-entry-active.png
deleted file mode 100755
index 639c902..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/combo-ltr-entry-active.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/combo-ltr-entry-insensitive.png b/Aurora.gtk/Themes/assets-dark/combo-ltr-entry-insensitive.png
deleted file mode 100755
index 92f0c65..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/combo-ltr-entry-insensitive.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/combo-ltr-entry.png b/Aurora.gtk/Themes/assets-dark/combo-ltr-entry.png
deleted file mode 100755
index 6a4a93c..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/combo-ltr-entry.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/combo-rtl-button-active.png b/Aurora.gtk/Themes/assets-dark/combo-rtl-button-active.png
deleted file mode 100755
index 726e7c4..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/combo-rtl-button-active.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/combo-rtl-button-hover.png b/Aurora.gtk/Themes/assets-dark/combo-rtl-button-hover.png
deleted file mode 100755
index eef3458..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/combo-rtl-button-hover.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/combo-rtl-button-insensitive.png b/Aurora.gtk/Themes/assets-dark/combo-rtl-button-insensitive.png
deleted file mode 100755
index 6f2894f..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/combo-rtl-button-insensitive.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/combo-rtl-button.png b/Aurora.gtk/Themes/assets-dark/combo-rtl-button.png
deleted file mode 100755
index b3ce794..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/combo-rtl-button.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/combo-rtl-entry-active.png b/Aurora.gtk/Themes/assets-dark/combo-rtl-entry-active.png
deleted file mode 100755
index 0423ea6..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/combo-rtl-entry-active.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/combo-rtl-entry-insensitive.png b/Aurora.gtk/Themes/assets-dark/combo-rtl-entry-insensitive.png
deleted file mode 100755
index 869fe6e..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/combo-rtl-entry-insensitive.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/combo-rtl-entry.png b/Aurora.gtk/Themes/assets-dark/combo-rtl-entry.png
deleted file mode 100755
index adedca1..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/combo-rtl-entry.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/entry-active.png b/Aurora.gtk/Themes/assets-dark/entry-active.png
deleted file mode 100755
index 98a2739..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/entry-active.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/entry-background-insensitive.png b/Aurora.gtk/Themes/assets-dark/entry-background-insensitive.png
deleted file mode 100755
index 6a420df..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/entry-background-insensitive.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/entry-background.png b/Aurora.gtk/Themes/assets-dark/entry-background.png
deleted file mode 100755
index ae35f5b..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/entry-background.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/entry-insensitive.png b/Aurora.gtk/Themes/assets-dark/entry-insensitive.png
deleted file mode 100755
index 3173bf5..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/entry-insensitive.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/entry.png b/Aurora.gtk/Themes/assets-dark/entry.png
deleted file mode 100755
index 3f58f5f..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/entry.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/flat-button-active.png b/Aurora.gtk/Themes/assets-dark/flat-button-active.png
deleted file mode 100755
index 2df20d5..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/flat-button-active.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/flat-button-hover.png b/Aurora.gtk/Themes/assets-dark/flat-button-hover.png
deleted file mode 100755
index 91ca0cb..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/flat-button-hover.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/flat-button-insensitive.png b/Aurora.gtk/Themes/assets-dark/flat-button-insensitive.png
deleted file mode 100755
index 2e3cfdc..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/flat-button-insensitive.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/flat-button.png b/Aurora.gtk/Themes/assets-dark/flat-button.png
deleted file mode 100755
index 2e3cfdc..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/flat-button.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/focus.png b/Aurora.gtk/Themes/assets-dark/focus.png
deleted file mode 100755
index 112b0da..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/focus.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/frame-inline.png b/Aurora.gtk/Themes/assets-dark/frame-inline.png
deleted file mode 100755
index bbea6af..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/frame-inline.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/frame-notebook.png b/Aurora.gtk/Themes/assets-dark/frame-notebook.png
deleted file mode 100755
index 0dde7c1..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/frame-notebook.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/frame.png b/Aurora.gtk/Themes/assets-dark/frame.png
deleted file mode 100755
index ed565f6..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/frame.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/handle-horz-active.png b/Aurora.gtk/Themes/assets-dark/handle-horz-active.png
deleted file mode 100755
index eb0d2cf..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/handle-horz-active.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/handle-horz-hover.png b/Aurora.gtk/Themes/assets-dark/handle-horz-hover.png
deleted file mode 100755
index d5c4539..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/handle-horz-hover.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/handle-horz.png b/Aurora.gtk/Themes/assets-dark/handle-horz.png
deleted file mode 100755
index 04d401d..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/handle-horz.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/handle-vert-active.png b/Aurora.gtk/Themes/assets-dark/handle-vert-active.png
deleted file mode 100755
index cfc430b..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/handle-vert-active.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/handle-vert-hover.png b/Aurora.gtk/Themes/assets-dark/handle-vert-hover.png
deleted file mode 100755
index c92301b..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/handle-vert-hover.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/handle-vert.png b/Aurora.gtk/Themes/assets-dark/handle-vert.png
deleted file mode 100755
index ca711fc..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/handle-vert.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/menu-checkbox-checked-insensitive.png b/Aurora.gtk/Themes/assets-dark/menu-checkbox-checked-insensitive.png
deleted file mode 100755
index 09d32c4..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/menu-checkbox-checked-insensitive.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/menu-checkbox-checked.png b/Aurora.gtk/Themes/assets-dark/menu-checkbox-checked.png
deleted file mode 100755
index 9e2785b..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/menu-checkbox-checked.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/menu-checkbox-mixed-insensitive.png b/Aurora.gtk/Themes/assets-dark/menu-checkbox-mixed-insensitive.png
deleted file mode 100755
index 35e4b61..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/menu-checkbox-mixed-insensitive.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/menu-checkbox-mixed.png b/Aurora.gtk/Themes/assets-dark/menu-checkbox-mixed.png
deleted file mode 100755
index 7d80131..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/menu-checkbox-mixed.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/menu-checkbox-unchecked-insensitive.png b/Aurora.gtk/Themes/assets-dark/menu-checkbox-unchecked-insensitive.png
deleted file mode 100755
index db57f7e..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/menu-checkbox-unchecked-insensitive.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/menu-checkbox-unchecked.png b/Aurora.gtk/Themes/assets-dark/menu-checkbox-unchecked.png
deleted file mode 100755
index 842b159..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/menu-checkbox-unchecked.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/menu-radio-checked-insensitive.png b/Aurora.gtk/Themes/assets-dark/menu-radio-checked-insensitive.png
deleted file mode 100755
index 8a48620..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/menu-radio-checked-insensitive.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/menu-radio-checked.png b/Aurora.gtk/Themes/assets-dark/menu-radio-checked.png
deleted file mode 100755
index ee73ff5..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/menu-radio-checked.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/menu-radio-mixed-insensitive.png b/Aurora.gtk/Themes/assets-dark/menu-radio-mixed-insensitive.png
deleted file mode 100755
index 8fcb893..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/menu-radio-mixed-insensitive.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/menu-radio-mixed.png b/Aurora.gtk/Themes/assets-dark/menu-radio-mixed.png
deleted file mode 100755
index 012bc41..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/menu-radio-mixed.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/menu-radio-unchecked-insensitive.png b/Aurora.gtk/Themes/assets-dark/menu-radio-unchecked-insensitive.png
deleted file mode 100755
index 81274cf..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/menu-radio-unchecked-insensitive.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/menu-radio-unchecked.png b/Aurora.gtk/Themes/assets-dark/menu-radio-unchecked.png
deleted file mode 100755
index 167a6b6..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/menu-radio-unchecked.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/notebook-combo-ltr-entry-active.png b/Aurora.gtk/Themes/assets-dark/notebook-combo-ltr-entry-active.png
deleted file mode 100755
index 4412019..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/notebook-combo-ltr-entry-active.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/notebook-combo-ltr-entry-insensitive.png b/Aurora.gtk/Themes/assets-dark/notebook-combo-ltr-entry-insensitive.png
deleted file mode 100755
index 539b570..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/notebook-combo-ltr-entry-insensitive.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/notebook-combo-ltr-entry.png b/Aurora.gtk/Themes/assets-dark/notebook-combo-ltr-entry.png
deleted file mode 100755
index e8c8b1a..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/notebook-combo-ltr-entry.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/notebook-combo-rtl-entry-active.png b/Aurora.gtk/Themes/assets-dark/notebook-combo-rtl-entry-active.png
deleted file mode 100755
index 7b716af..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/notebook-combo-rtl-entry-active.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/notebook-combo-rtl-entry-insensitive.png b/Aurora.gtk/Themes/assets-dark/notebook-combo-rtl-entry-insensitive.png
deleted file mode 100755
index 85b78cc..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/notebook-combo-rtl-entry-insensitive.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/notebook-combo-rtl-entry.png b/Aurora.gtk/Themes/assets-dark/notebook-combo-rtl-entry.png
deleted file mode 100755
index 960e52c..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/notebook-combo-rtl-entry.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/notebook-entry-active.png b/Aurora.gtk/Themes/assets-dark/notebook-entry-active.png
deleted file mode 100755
index 1c07c14..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/notebook-entry-active.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/notebook-entry-insensitive.png b/Aurora.gtk/Themes/assets-dark/notebook-entry-insensitive.png
deleted file mode 100755
index d2b5bea..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/notebook-entry-insensitive.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/notebook-entry.png b/Aurora.gtk/Themes/assets-dark/notebook-entry.png
deleted file mode 100755
index 266c460..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/notebook-entry.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/pan-down-alt-insensitive.png b/Aurora.gtk/Themes/assets-dark/pan-down-alt-insensitive.png
deleted file mode 100755
index c6f07ec..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/pan-down-alt-insensitive.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/pan-down-alt.png b/Aurora.gtk/Themes/assets-dark/pan-down-alt.png
deleted file mode 100755
index c9bfa29..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/pan-down-alt.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/pan-down-insensitive.png b/Aurora.gtk/Themes/assets-dark/pan-down-insensitive.png
deleted file mode 100755
index ed2784b..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/pan-down-insensitive.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/pan-down.png b/Aurora.gtk/Themes/assets-dark/pan-down.png
deleted file mode 100755
index 504f527..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/pan-down.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/pan-left-alt-insensitive.png b/Aurora.gtk/Themes/assets-dark/pan-left-alt-insensitive.png
deleted file mode 100755
index e4eb9b7..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/pan-left-alt-insensitive.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/pan-left-alt.png b/Aurora.gtk/Themes/assets-dark/pan-left-alt.png
deleted file mode 100755
index b42dfc0..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/pan-left-alt.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/pan-left-insensitive.png b/Aurora.gtk/Themes/assets-dark/pan-left-insensitive.png
deleted file mode 100755
index b3e0717..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/pan-left-insensitive.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/pan-left-semi.png b/Aurora.gtk/Themes/assets-dark/pan-left-semi.png
deleted file mode 100755
index eac4ea1..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/pan-left-semi.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/pan-left.png b/Aurora.gtk/Themes/assets-dark/pan-left.png
deleted file mode 100755
index 3521f01..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/pan-left.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/pan-right-alt-insensitive.png b/Aurora.gtk/Themes/assets-dark/pan-right-alt-insensitive.png
deleted file mode 100755
index b2ee252..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/pan-right-alt-insensitive.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/pan-right-alt.png b/Aurora.gtk/Themes/assets-dark/pan-right-alt.png
deleted file mode 100755
index 801ca0c..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/pan-right-alt.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/pan-right-insensitive.png b/Aurora.gtk/Themes/assets-dark/pan-right-insensitive.png
deleted file mode 100755
index 952e6a0..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/pan-right-insensitive.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/pan-right-semi.png b/Aurora.gtk/Themes/assets-dark/pan-right-semi.png
deleted file mode 100755
index bc64e96..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/pan-right-semi.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/pan-right.png b/Aurora.gtk/Themes/assets-dark/pan-right.png
deleted file mode 100755
index 1ed3fa4..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/pan-right.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/pan-up-alt-insensitive.png b/Aurora.gtk/Themes/assets-dark/pan-up-alt-insensitive.png
deleted file mode 100755
index 58bcfe2..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/pan-up-alt-insensitive.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/pan-up-alt.png b/Aurora.gtk/Themes/assets-dark/pan-up-alt.png
deleted file mode 100755
index 2c23cc9..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/pan-up-alt.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/pan-up-insensitive.png b/Aurora.gtk/Themes/assets-dark/pan-up-insensitive.png
deleted file mode 100755
index 4932807..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/pan-up-insensitive.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/pan-up.png b/Aurora.gtk/Themes/assets-dark/pan-up.png
deleted file mode 100755
index f6b9375..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/pan-up.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/progressbar-progress.png b/Aurora.gtk/Themes/assets-dark/progressbar-progress.png
deleted file mode 100755
index d27bb6c..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/progressbar-progress.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/progressbar-trough.png b/Aurora.gtk/Themes/assets-dark/progressbar-trough.png
deleted file mode 100755
index e160b8d..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/progressbar-trough.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/radio-checked-active.png b/Aurora.gtk/Themes/assets-dark/radio-checked-active.png
deleted file mode 100755
index 2eae3dd..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/radio-checked-active.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/radio-checked-hover.png b/Aurora.gtk/Themes/assets-dark/radio-checked-hover.png
deleted file mode 100755
index 0ff99bc..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/radio-checked-hover.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/radio-checked-insensitive.png b/Aurora.gtk/Themes/assets-dark/radio-checked-insensitive.png
deleted file mode 100755
index 901626a..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/radio-checked-insensitive.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/radio-checked.png b/Aurora.gtk/Themes/assets-dark/radio-checked.png
deleted file mode 100755
index dc7ad42..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/radio-checked.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/radio-mixed-active.png b/Aurora.gtk/Themes/assets-dark/radio-mixed-active.png
deleted file mode 100755
index 2594bef..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/radio-mixed-active.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/radio-mixed-hover.png b/Aurora.gtk/Themes/assets-dark/radio-mixed-hover.png
deleted file mode 100755
index 367ecb6..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/radio-mixed-hover.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/radio-mixed-insensitive.png b/Aurora.gtk/Themes/assets-dark/radio-mixed-insensitive.png
deleted file mode 100755
index aa9a2f2..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/radio-mixed-insensitive.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/radio-mixed.png b/Aurora.gtk/Themes/assets-dark/radio-mixed.png
deleted file mode 100755
index 6772f69..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/radio-mixed.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/radio-unchecked-active.png b/Aurora.gtk/Themes/assets-dark/radio-unchecked-active.png
deleted file mode 100755
index bd7d230..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/radio-unchecked-active.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/radio-unchecked-hover.png b/Aurora.gtk/Themes/assets-dark/radio-unchecked-hover.png
deleted file mode 100755
index c1cdae7..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/radio-unchecked-hover.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/radio-unchecked-insensitive.png b/Aurora.gtk/Themes/assets-dark/radio-unchecked-insensitive.png
deleted file mode 100755
index cbd61e2..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/radio-unchecked-insensitive.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/radio-unchecked.png b/Aurora.gtk/Themes/assets-dark/radio-unchecked.png
deleted file mode 100755
index 4f05f37..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/radio-unchecked.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/scale-horz-trough-active.png b/Aurora.gtk/Themes/assets-dark/scale-horz-trough-active.png
deleted file mode 100755
index dcbea6e..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/scale-horz-trough-active.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/scale-horz-trough-insensitive.png b/Aurora.gtk/Themes/assets-dark/scale-horz-trough-insensitive.png
deleted file mode 100755
index 6d95beb..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/scale-horz-trough-insensitive.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/scale-horz-trough.png b/Aurora.gtk/Themes/assets-dark/scale-horz-trough.png
deleted file mode 100755
index 065c598..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/scale-horz-trough.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/scale-slider-active.png b/Aurora.gtk/Themes/assets-dark/scale-slider-active.png
deleted file mode 100755
index a2b7bb9..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/scale-slider-active.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/scale-slider-hover.png b/Aurora.gtk/Themes/assets-dark/scale-slider-hover.png
deleted file mode 100755
index ba5d993..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/scale-slider-hover.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/scale-slider-insensitive.png b/Aurora.gtk/Themes/assets-dark/scale-slider-insensitive.png
deleted file mode 100755
index d1ce8ed..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/scale-slider-insensitive.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/scale-slider.png b/Aurora.gtk/Themes/assets-dark/scale-slider.png
deleted file mode 100755
index 5e9fdec..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/scale-slider.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/scale-vert-trough-active.png b/Aurora.gtk/Themes/assets-dark/scale-vert-trough-active.png
deleted file mode 100755
index 9a0ec10..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/scale-vert-trough-active.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/scale-vert-trough-insensitive.png b/Aurora.gtk/Themes/assets-dark/scale-vert-trough-insensitive.png
deleted file mode 100755
index bb5aa6d..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/scale-vert-trough-insensitive.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/scale-vert-trough.png b/Aurora.gtk/Themes/assets-dark/scale-vert-trough.png
deleted file mode 100755
index 6281828..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/scale-vert-trough.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/scrollbar-horz-slider-active.png b/Aurora.gtk/Themes/assets-dark/scrollbar-horz-slider-active.png
deleted file mode 100755
index f12cd7f..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/scrollbar-horz-slider-active.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/scrollbar-horz-slider-hover.png b/Aurora.gtk/Themes/assets-dark/scrollbar-horz-slider-hover.png
deleted file mode 100755
index 895cbbd..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/scrollbar-horz-slider-hover.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/scrollbar-horz-slider-insensitive.png b/Aurora.gtk/Themes/assets-dark/scrollbar-horz-slider-insensitive.png
deleted file mode 100755
index 7068fa2..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/scrollbar-horz-slider-insensitive.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/scrollbar-horz-slider.png b/Aurora.gtk/Themes/assets-dark/scrollbar-horz-slider.png
deleted file mode 100755
index 8c01cd7..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/scrollbar-horz-slider.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/scrollbar-horz-trough.png b/Aurora.gtk/Themes/assets-dark/scrollbar-horz-trough.png
deleted file mode 100755
index 99aac97..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/scrollbar-horz-trough.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/scrollbar-vert-ltr-slider-active.png b/Aurora.gtk/Themes/assets-dark/scrollbar-vert-ltr-slider-active.png
deleted file mode 100755
index d2c2c1b..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/scrollbar-vert-ltr-slider-active.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/scrollbar-vert-ltr-slider-hover.png b/Aurora.gtk/Themes/assets-dark/scrollbar-vert-ltr-slider-hover.png
deleted file mode 100755
index fbceba7..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/scrollbar-vert-ltr-slider-hover.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/scrollbar-vert-ltr-slider-insensitive.png b/Aurora.gtk/Themes/assets-dark/scrollbar-vert-ltr-slider-insensitive.png
deleted file mode 100755
index 3987167..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/scrollbar-vert-ltr-slider-insensitive.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/scrollbar-vert-ltr-slider.png b/Aurora.gtk/Themes/assets-dark/scrollbar-vert-ltr-slider.png
deleted file mode 100755
index 79b386d..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/scrollbar-vert-ltr-slider.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/scrollbar-vert-ltr-trough.png b/Aurora.gtk/Themes/assets-dark/scrollbar-vert-ltr-trough.png
deleted file mode 100755
index e5da90a..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/scrollbar-vert-ltr-trough.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/scrollbar-vert-rtl-slider-active.png b/Aurora.gtk/Themes/assets-dark/scrollbar-vert-rtl-slider-active.png
deleted file mode 100755
index dded4fa..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/scrollbar-vert-rtl-slider-active.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/scrollbar-vert-rtl-slider-hover.png b/Aurora.gtk/Themes/assets-dark/scrollbar-vert-rtl-slider-hover.png
deleted file mode 100755
index fb28f6b..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/scrollbar-vert-rtl-slider-hover.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/scrollbar-vert-rtl-slider-insensitive.png b/Aurora.gtk/Themes/assets-dark/scrollbar-vert-rtl-slider-insensitive.png
deleted file mode 100755
index 6d0883f..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/scrollbar-vert-rtl-slider-insensitive.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/scrollbar-vert-rtl-slider.png b/Aurora.gtk/Themes/assets-dark/scrollbar-vert-rtl-slider.png
deleted file mode 100755
index c8eb7b4..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/scrollbar-vert-rtl-slider.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/scrollbar-vert-rtl-trough.png b/Aurora.gtk/Themes/assets-dark/scrollbar-vert-rtl-trough.png
deleted file mode 100755
index 647f2e5..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/scrollbar-vert-rtl-trough.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/spin-ltr-down-active.png b/Aurora.gtk/Themes/assets-dark/spin-ltr-down-active.png
deleted file mode 100755
index b781ef5..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/spin-ltr-down-active.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/spin-ltr-down-hover.png b/Aurora.gtk/Themes/assets-dark/spin-ltr-down-hover.png
deleted file mode 100755
index c97e2fd..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/spin-ltr-down-hover.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/spin-ltr-down-insensitive.png b/Aurora.gtk/Themes/assets-dark/spin-ltr-down-insensitive.png
deleted file mode 100755
index 9cf71a9..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/spin-ltr-down-insensitive.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/spin-ltr-down.png b/Aurora.gtk/Themes/assets-dark/spin-ltr-down.png
deleted file mode 100755
index a89f8c6..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/spin-ltr-down.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/spin-ltr-up-active.png b/Aurora.gtk/Themes/assets-dark/spin-ltr-up-active.png
deleted file mode 100755
index 134da5d..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/spin-ltr-up-active.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/spin-ltr-up-hover.png b/Aurora.gtk/Themes/assets-dark/spin-ltr-up-hover.png
deleted file mode 100755
index 4fa6b41..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/spin-ltr-up-hover.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/spin-ltr-up-insensitive.png b/Aurora.gtk/Themes/assets-dark/spin-ltr-up-insensitive.png
deleted file mode 100755
index dd70229..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/spin-ltr-up-insensitive.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/spin-ltr-up.png b/Aurora.gtk/Themes/assets-dark/spin-ltr-up.png
deleted file mode 100755
index 5830dc0..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/spin-ltr-up.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/spin-rtl-down-active.png b/Aurora.gtk/Themes/assets-dark/spin-rtl-down-active.png
deleted file mode 100755
index 49a7503..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/spin-rtl-down-active.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/spin-rtl-down-hover.png b/Aurora.gtk/Themes/assets-dark/spin-rtl-down-hover.png
deleted file mode 100755
index 1493a6a..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/spin-rtl-down-hover.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/spin-rtl-down-insensitive.png b/Aurora.gtk/Themes/assets-dark/spin-rtl-down-insensitive.png
deleted file mode 100755
index 4fc5a8d..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/spin-rtl-down-insensitive.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/spin-rtl-down.png b/Aurora.gtk/Themes/assets-dark/spin-rtl-down.png
deleted file mode 100755
index 0dae955..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/spin-rtl-down.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/spin-rtl-up-active.png b/Aurora.gtk/Themes/assets-dark/spin-rtl-up-active.png
deleted file mode 100755
index 8036f1a..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/spin-rtl-up-active.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/spin-rtl-up-hover.png b/Aurora.gtk/Themes/assets-dark/spin-rtl-up-hover.png
deleted file mode 100755
index 02fea7a..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/spin-rtl-up-hover.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/spin-rtl-up-insensitive.png b/Aurora.gtk/Themes/assets-dark/spin-rtl-up-insensitive.png
deleted file mode 100755
index 1ba0c76..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/spin-rtl-up-insensitive.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/spin-rtl-up.png b/Aurora.gtk/Themes/assets-dark/spin-rtl-up.png
deleted file mode 100755
index 35147c2..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/spin-rtl-up.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/tab.png b/Aurora.gtk/Themes/assets-dark/tab.png
deleted file mode 100755
index c18e718..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/tab.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/treeview-ltr-button-active.png b/Aurora.gtk/Themes/assets-dark/treeview-ltr-button-active.png
deleted file mode 100755
index 6bac33b..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/treeview-ltr-button-active.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/treeview-ltr-button-hover.png b/Aurora.gtk/Themes/assets-dark/treeview-ltr-button-hover.png
deleted file mode 100755
index 1dbe86c..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/treeview-ltr-button-hover.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/treeview-ltr-button.png b/Aurora.gtk/Themes/assets-dark/treeview-ltr-button.png
deleted file mode 100755
index a638577..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/treeview-ltr-button.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/treeview-rtl-button-active.png b/Aurora.gtk/Themes/assets-dark/treeview-rtl-button-active.png
deleted file mode 100755
index 5f7c60e..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/treeview-rtl-button-active.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/treeview-rtl-button-hover.png b/Aurora.gtk/Themes/assets-dark/treeview-rtl-button-hover.png
deleted file mode 100755
index c5f0db0..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/treeview-rtl-button-hover.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets-dark/treeview-rtl-button.png b/Aurora.gtk/Themes/assets-dark/treeview-rtl-button.png
deleted file mode 100755
index 0b0d2f3..0000000
Binary files a/Aurora.gtk/Themes/assets-dark/treeview-rtl-button.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets.svg b/Aurora.gtk/Themes/assets.svg
deleted file mode 100755
index a52aa76..0000000
--- a/Aurora.gtk/Themes/assets.svg
+++ /dev/null
@@ -1,657 +0,0 @@
-
diff --git a/Aurora.gtk/Themes/assets.txt b/Aurora.gtk/Themes/assets.txt
deleted file mode 100755
index 1162374..0000000
--- a/Aurora.gtk/Themes/assets.txt
+++ /dev/null
@@ -1,151 +0,0 @@
-entry-background
-entry-background-insensitive
-entry
-entry-active
-entry-insensitive
-flat-button
-flat-button-hover
-flat-button-active
-flat-button-insensitive
-button
-button-hover
-button-active
-button-insensitive
-combo-ltr-entry
-combo-ltr-entry-active
-combo-ltr-entry-insensitive
-combo-ltr-button
-combo-ltr-button-hover
-combo-ltr-button-active
-combo-ltr-button-insensitive
-combo-rtl-entry
-combo-rtl-entry-active
-combo-rtl-entry-insensitive
-combo-rtl-button
-combo-rtl-button-hover
-combo-rtl-button-active
-combo-rtl-button-insensitive
-spin-ltr-up
-spin-ltr-up-hover
-spin-ltr-up-active
-spin-ltr-up-insensitive
-spin-ltr-down
-spin-ltr-down-hover
-spin-ltr-down-active
-spin-ltr-down-insensitive
-spin-rtl-up
-spin-rtl-up-hover
-spin-rtl-up-active
-spin-rtl-up-insensitive
-spin-rtl-down
-spin-rtl-down-hover
-spin-rtl-down-active
-spin-rtl-down-insensitive
-notebook-entry
-notebook-entry-active
-notebook-entry-insensitive
-notebook-combo-ltr-entry
-notebook-combo-ltr-entry-active
-notebook-combo-ltr-entry-insensitive
-notebook-combo-rtl-entry
-notebook-combo-rtl-entry-active
-notebook-combo-rtl-entry-insensitive
-checkbox-unchecked
-checkbox-unchecked-hover
-checkbox-unchecked-active
-checkbox-unchecked-insensitive
-checkbox-checked
-checkbox-checked-hover
-checkbox-checked-active
-checkbox-checked-insensitive
-checkbox-mixed
-checkbox-mixed-hover
-checkbox-mixed-active
-checkbox-mixed-insensitive
-radio-unchecked
-radio-unchecked-hover
-radio-unchecked-active
-radio-unchecked-insensitive
-radio-checked
-radio-checked-hover
-radio-checked-active
-radio-checked-insensitive
-radio-mixed
-radio-mixed-hover
-radio-mixed-active
-radio-mixed-insensitive
-menu-checkbox-unchecked
-menu-checkbox-unchecked-insensitive
-menu-checkbox-checked
-menu-checkbox-checked-insensitive
-menu-checkbox-mixed
-menu-checkbox-mixed-insensitive
-menu-radio-unchecked
-menu-radio-unchecked-insensitive
-menu-radio-checked
-menu-radio-checked-insensitive
-menu-radio-mixed
-menu-radio-mixed-insensitive
-scale-slider
-scale-slider-hover
-scale-slider-active
-scale-slider-insensitive
-scale-horz-trough
-scale-horz-trough-active
-scale-horz-trough-insensitive
-scale-vert-trough
-scale-vert-trough-active
-scale-vert-trough-insensitive
-scrollbar-horz-slider
-scrollbar-horz-slider-hover
-scrollbar-horz-slider-active
-scrollbar-horz-slider-insensitive
-scrollbar-horz-trough
-scrollbar-vert-ltr-slider
-scrollbar-vert-ltr-slider-hover
-scrollbar-vert-ltr-slider-active
-scrollbar-vert-ltr-slider-insensitive
-scrollbar-vert-ltr-trough
-scrollbar-vert-rtl-slider
-scrollbar-vert-rtl-slider-hover
-scrollbar-vert-rtl-slider-active
-scrollbar-vert-rtl-slider-insensitive
-scrollbar-vert-rtl-trough
-handle-horz
-handle-horz-hover
-handle-horz-active
-handle-vert
-handle-vert-hover
-handle-vert-active
-pan-up
-pan-up-insensitive
-pan-up-alt
-pan-up-alt-insensitive
-pan-down
-pan-down-insensitive
-pan-down-alt
-pan-down-alt-insensitive
-pan-left
-pan-left-insensitive
-pan-left-alt
-pan-left-alt-insensitive
-pan-left-semi
-pan-right
-pan-right-insensitive
-pan-right-alt
-pan-right-alt-insensitive
-pan-right-semi
-border
-tab
-progressbar-progress
-progressbar-trough
-frame
-frame-notebook
-frame-inline
-focus
-treeview-ltr-button
-treeview-ltr-button-hover
-treeview-ltr-button-active
-treeview-rtl-button
-treeview-rtl-button-hover
-treeview-rtl-button-active
diff --git a/Aurora.gtk/Themes/assets/border.png b/Aurora.gtk/Themes/assets/border.png
deleted file mode 100755
index 5d2d9ca..0000000
Binary files a/Aurora.gtk/Themes/assets/border.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/button-active.png b/Aurora.gtk/Themes/assets/button-active.png
deleted file mode 100755
index a68a2cf..0000000
Binary files a/Aurora.gtk/Themes/assets/button-active.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/button-hover.png b/Aurora.gtk/Themes/assets/button-hover.png
deleted file mode 100755
index 89cfa89..0000000
Binary files a/Aurora.gtk/Themes/assets/button-hover.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/button-insensitive.png b/Aurora.gtk/Themes/assets/button-insensitive.png
deleted file mode 100755
index f1f0ff4..0000000
Binary files a/Aurora.gtk/Themes/assets/button-insensitive.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/button.png b/Aurora.gtk/Themes/assets/button.png
deleted file mode 100755
index 455cabb..0000000
Binary files a/Aurora.gtk/Themes/assets/button.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/checkbox-checked-active.png b/Aurora.gtk/Themes/assets/checkbox-checked-active.png
deleted file mode 100755
index df0fb2a..0000000
Binary files a/Aurora.gtk/Themes/assets/checkbox-checked-active.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/checkbox-checked-hover.png b/Aurora.gtk/Themes/assets/checkbox-checked-hover.png
deleted file mode 100755
index c8c025e..0000000
Binary files a/Aurora.gtk/Themes/assets/checkbox-checked-hover.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/checkbox-checked-insensitive.png b/Aurora.gtk/Themes/assets/checkbox-checked-insensitive.png
deleted file mode 100755
index 8963156..0000000
Binary files a/Aurora.gtk/Themes/assets/checkbox-checked-insensitive.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/checkbox-checked.png b/Aurora.gtk/Themes/assets/checkbox-checked.png
deleted file mode 100755
index f747595..0000000
Binary files a/Aurora.gtk/Themes/assets/checkbox-checked.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/checkbox-mixed-active.png b/Aurora.gtk/Themes/assets/checkbox-mixed-active.png
deleted file mode 100755
index 1fc825d..0000000
Binary files a/Aurora.gtk/Themes/assets/checkbox-mixed-active.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/checkbox-mixed-hover.png b/Aurora.gtk/Themes/assets/checkbox-mixed-hover.png
deleted file mode 100755
index eea7f4b..0000000
Binary files a/Aurora.gtk/Themes/assets/checkbox-mixed-hover.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/checkbox-mixed-insensitive.png b/Aurora.gtk/Themes/assets/checkbox-mixed-insensitive.png
deleted file mode 100755
index 7666030..0000000
Binary files a/Aurora.gtk/Themes/assets/checkbox-mixed-insensitive.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/checkbox-mixed.png b/Aurora.gtk/Themes/assets/checkbox-mixed.png
deleted file mode 100755
index 0c2ec4e..0000000
Binary files a/Aurora.gtk/Themes/assets/checkbox-mixed.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/checkbox-unchecked-active.png b/Aurora.gtk/Themes/assets/checkbox-unchecked-active.png
deleted file mode 100755
index 29e4e42..0000000
Binary files a/Aurora.gtk/Themes/assets/checkbox-unchecked-active.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/checkbox-unchecked-hover.png b/Aurora.gtk/Themes/assets/checkbox-unchecked-hover.png
deleted file mode 100755
index 5ae04c0..0000000
Binary files a/Aurora.gtk/Themes/assets/checkbox-unchecked-hover.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/checkbox-unchecked-insensitive.png b/Aurora.gtk/Themes/assets/checkbox-unchecked-insensitive.png
deleted file mode 100755
index 209eaaa..0000000
Binary files a/Aurora.gtk/Themes/assets/checkbox-unchecked-insensitive.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/checkbox-unchecked.png b/Aurora.gtk/Themes/assets/checkbox-unchecked.png
deleted file mode 100755
index 3235cbb..0000000
Binary files a/Aurora.gtk/Themes/assets/checkbox-unchecked.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/combo-ltr-button-active.png b/Aurora.gtk/Themes/assets/combo-ltr-button-active.png
deleted file mode 100755
index 73d7916..0000000
Binary files a/Aurora.gtk/Themes/assets/combo-ltr-button-active.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/combo-ltr-button-hover.png b/Aurora.gtk/Themes/assets/combo-ltr-button-hover.png
deleted file mode 100755
index 243eec4..0000000
Binary files a/Aurora.gtk/Themes/assets/combo-ltr-button-hover.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/combo-ltr-button-insensitive.png b/Aurora.gtk/Themes/assets/combo-ltr-button-insensitive.png
deleted file mode 100755
index f0143cf..0000000
Binary files a/Aurora.gtk/Themes/assets/combo-ltr-button-insensitive.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/combo-ltr-button.png b/Aurora.gtk/Themes/assets/combo-ltr-button.png
deleted file mode 100755
index 21ceb48..0000000
Binary files a/Aurora.gtk/Themes/assets/combo-ltr-button.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/combo-ltr-entry-active.png b/Aurora.gtk/Themes/assets/combo-ltr-entry-active.png
deleted file mode 100755
index adeab9b..0000000
Binary files a/Aurora.gtk/Themes/assets/combo-ltr-entry-active.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/combo-ltr-entry-insensitive.png b/Aurora.gtk/Themes/assets/combo-ltr-entry-insensitive.png
deleted file mode 100755
index f81e09b..0000000
Binary files a/Aurora.gtk/Themes/assets/combo-ltr-entry-insensitive.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/combo-ltr-entry.png b/Aurora.gtk/Themes/assets/combo-ltr-entry.png
deleted file mode 100755
index 34fca32..0000000
Binary files a/Aurora.gtk/Themes/assets/combo-ltr-entry.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/combo-rtl-button-active.png b/Aurora.gtk/Themes/assets/combo-rtl-button-active.png
deleted file mode 100755
index d49dbdf..0000000
Binary files a/Aurora.gtk/Themes/assets/combo-rtl-button-active.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/combo-rtl-button-hover.png b/Aurora.gtk/Themes/assets/combo-rtl-button-hover.png
deleted file mode 100755
index 21dd9f8..0000000
Binary files a/Aurora.gtk/Themes/assets/combo-rtl-button-hover.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/combo-rtl-button-insensitive.png b/Aurora.gtk/Themes/assets/combo-rtl-button-insensitive.png
deleted file mode 100755
index c6405f8..0000000
Binary files a/Aurora.gtk/Themes/assets/combo-rtl-button-insensitive.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/combo-rtl-button.png b/Aurora.gtk/Themes/assets/combo-rtl-button.png
deleted file mode 100755
index 908b4b4..0000000
Binary files a/Aurora.gtk/Themes/assets/combo-rtl-button.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/combo-rtl-entry-active.png b/Aurora.gtk/Themes/assets/combo-rtl-entry-active.png
deleted file mode 100755
index 562bb91..0000000
Binary files a/Aurora.gtk/Themes/assets/combo-rtl-entry-active.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/combo-rtl-entry-insensitive.png b/Aurora.gtk/Themes/assets/combo-rtl-entry-insensitive.png
deleted file mode 100755
index 5543d69..0000000
Binary files a/Aurora.gtk/Themes/assets/combo-rtl-entry-insensitive.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/combo-rtl-entry.png b/Aurora.gtk/Themes/assets/combo-rtl-entry.png
deleted file mode 100755
index 7f96ccd..0000000
Binary files a/Aurora.gtk/Themes/assets/combo-rtl-entry.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/entry-active.png b/Aurora.gtk/Themes/assets/entry-active.png
deleted file mode 100755
index 1ce076f..0000000
Binary files a/Aurora.gtk/Themes/assets/entry-active.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/entry-background-insensitive.png b/Aurora.gtk/Themes/assets/entry-background-insensitive.png
deleted file mode 100755
index 60fe539..0000000
Binary files a/Aurora.gtk/Themes/assets/entry-background-insensitive.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/entry-background.png b/Aurora.gtk/Themes/assets/entry-background.png
deleted file mode 100755
index d7a6d76..0000000
Binary files a/Aurora.gtk/Themes/assets/entry-background.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/entry-insensitive.png b/Aurora.gtk/Themes/assets/entry-insensitive.png
deleted file mode 100755
index fe91869..0000000
Binary files a/Aurora.gtk/Themes/assets/entry-insensitive.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/entry.png b/Aurora.gtk/Themes/assets/entry.png
deleted file mode 100755
index 2b44035..0000000
Binary files a/Aurora.gtk/Themes/assets/entry.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/flat-button-active.png b/Aurora.gtk/Themes/assets/flat-button-active.png
deleted file mode 100755
index d23bf0c..0000000
Binary files a/Aurora.gtk/Themes/assets/flat-button-active.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/flat-button-hover.png b/Aurora.gtk/Themes/assets/flat-button-hover.png
deleted file mode 100755
index bb15149..0000000
Binary files a/Aurora.gtk/Themes/assets/flat-button-hover.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/flat-button-insensitive.png b/Aurora.gtk/Themes/assets/flat-button-insensitive.png
deleted file mode 100755
index 2e3cfdc..0000000
Binary files a/Aurora.gtk/Themes/assets/flat-button-insensitive.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/flat-button.png b/Aurora.gtk/Themes/assets/flat-button.png
deleted file mode 100755
index 2e3cfdc..0000000
Binary files a/Aurora.gtk/Themes/assets/flat-button.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/focus.png b/Aurora.gtk/Themes/assets/focus.png
deleted file mode 100755
index 559d92c..0000000
Binary files a/Aurora.gtk/Themes/assets/focus.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/frame-inline.png b/Aurora.gtk/Themes/assets/frame-inline.png
deleted file mode 100755
index bfb7e80..0000000
Binary files a/Aurora.gtk/Themes/assets/frame-inline.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/frame-notebook.png b/Aurora.gtk/Themes/assets/frame-notebook.png
deleted file mode 100755
index 692d82e..0000000
Binary files a/Aurora.gtk/Themes/assets/frame-notebook.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/frame.png b/Aurora.gtk/Themes/assets/frame.png
deleted file mode 100755
index 10dd5c7..0000000
Binary files a/Aurora.gtk/Themes/assets/frame.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/handle-horz-active.png b/Aurora.gtk/Themes/assets/handle-horz-active.png
deleted file mode 100755
index ed0e6de..0000000
Binary files a/Aurora.gtk/Themes/assets/handle-horz-active.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/handle-horz-hover.png b/Aurora.gtk/Themes/assets/handle-horz-hover.png
deleted file mode 100755
index 7f3a508..0000000
Binary files a/Aurora.gtk/Themes/assets/handle-horz-hover.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/handle-horz.png b/Aurora.gtk/Themes/assets/handle-horz.png
deleted file mode 100755
index 5c448a4..0000000
Binary files a/Aurora.gtk/Themes/assets/handle-horz.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/handle-vert-active.png b/Aurora.gtk/Themes/assets/handle-vert-active.png
deleted file mode 100755
index 9cffb90..0000000
Binary files a/Aurora.gtk/Themes/assets/handle-vert-active.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/handle-vert-hover.png b/Aurora.gtk/Themes/assets/handle-vert-hover.png
deleted file mode 100755
index a21c1cc..0000000
Binary files a/Aurora.gtk/Themes/assets/handle-vert-hover.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/handle-vert.png b/Aurora.gtk/Themes/assets/handle-vert.png
deleted file mode 100755
index 069ce9d..0000000
Binary files a/Aurora.gtk/Themes/assets/handle-vert.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/menu-checkbox-checked-insensitive.png b/Aurora.gtk/Themes/assets/menu-checkbox-checked-insensitive.png
deleted file mode 100755
index 09d32c4..0000000
Binary files a/Aurora.gtk/Themes/assets/menu-checkbox-checked-insensitive.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/menu-checkbox-checked.png b/Aurora.gtk/Themes/assets/menu-checkbox-checked.png
deleted file mode 100755
index 9e2785b..0000000
Binary files a/Aurora.gtk/Themes/assets/menu-checkbox-checked.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/menu-checkbox-mixed-insensitive.png b/Aurora.gtk/Themes/assets/menu-checkbox-mixed-insensitive.png
deleted file mode 100755
index 35e4b61..0000000
Binary files a/Aurora.gtk/Themes/assets/menu-checkbox-mixed-insensitive.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/menu-checkbox-mixed.png b/Aurora.gtk/Themes/assets/menu-checkbox-mixed.png
deleted file mode 100755
index 7d80131..0000000
Binary files a/Aurora.gtk/Themes/assets/menu-checkbox-mixed.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/menu-checkbox-unchecked-insensitive.png b/Aurora.gtk/Themes/assets/menu-checkbox-unchecked-insensitive.png
deleted file mode 100755
index 40441ec..0000000
Binary files a/Aurora.gtk/Themes/assets/menu-checkbox-unchecked-insensitive.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/menu-checkbox-unchecked.png b/Aurora.gtk/Themes/assets/menu-checkbox-unchecked.png
deleted file mode 100755
index e956648..0000000
Binary files a/Aurora.gtk/Themes/assets/menu-checkbox-unchecked.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/menu-radio-checked-insensitive.png b/Aurora.gtk/Themes/assets/menu-radio-checked-insensitive.png
deleted file mode 100755
index 8a48620..0000000
Binary files a/Aurora.gtk/Themes/assets/menu-radio-checked-insensitive.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/menu-radio-checked.png b/Aurora.gtk/Themes/assets/menu-radio-checked.png
deleted file mode 100755
index ee73ff5..0000000
Binary files a/Aurora.gtk/Themes/assets/menu-radio-checked.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/menu-radio-mixed-insensitive.png b/Aurora.gtk/Themes/assets/menu-radio-mixed-insensitive.png
deleted file mode 100755
index 8fcb893..0000000
Binary files a/Aurora.gtk/Themes/assets/menu-radio-mixed-insensitive.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/menu-radio-mixed.png b/Aurora.gtk/Themes/assets/menu-radio-mixed.png
deleted file mode 100755
index 012bc41..0000000
Binary files a/Aurora.gtk/Themes/assets/menu-radio-mixed.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/menu-radio-unchecked-insensitive.png b/Aurora.gtk/Themes/assets/menu-radio-unchecked-insensitive.png
deleted file mode 100755
index 12e487e..0000000
Binary files a/Aurora.gtk/Themes/assets/menu-radio-unchecked-insensitive.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/menu-radio-unchecked.png b/Aurora.gtk/Themes/assets/menu-radio-unchecked.png
deleted file mode 100755
index 433752a..0000000
Binary files a/Aurora.gtk/Themes/assets/menu-radio-unchecked.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/notebook-combo-ltr-entry-active.png b/Aurora.gtk/Themes/assets/notebook-combo-ltr-entry-active.png
deleted file mode 100755
index 333355c..0000000
Binary files a/Aurora.gtk/Themes/assets/notebook-combo-ltr-entry-active.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/notebook-combo-ltr-entry-insensitive.png b/Aurora.gtk/Themes/assets/notebook-combo-ltr-entry-insensitive.png
deleted file mode 100755
index 424d696..0000000
Binary files a/Aurora.gtk/Themes/assets/notebook-combo-ltr-entry-insensitive.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/notebook-combo-ltr-entry.png b/Aurora.gtk/Themes/assets/notebook-combo-ltr-entry.png
deleted file mode 100755
index 649303d..0000000
Binary files a/Aurora.gtk/Themes/assets/notebook-combo-ltr-entry.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/notebook-combo-rtl-entry-active.png b/Aurora.gtk/Themes/assets/notebook-combo-rtl-entry-active.png
deleted file mode 100755
index 9d2d05f..0000000
Binary files a/Aurora.gtk/Themes/assets/notebook-combo-rtl-entry-active.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/notebook-combo-rtl-entry-insensitive.png b/Aurora.gtk/Themes/assets/notebook-combo-rtl-entry-insensitive.png
deleted file mode 100755
index c0ed7c9..0000000
Binary files a/Aurora.gtk/Themes/assets/notebook-combo-rtl-entry-insensitive.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/notebook-combo-rtl-entry.png b/Aurora.gtk/Themes/assets/notebook-combo-rtl-entry.png
deleted file mode 100755
index 1b592c0..0000000
Binary files a/Aurora.gtk/Themes/assets/notebook-combo-rtl-entry.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/notebook-entry-active.png b/Aurora.gtk/Themes/assets/notebook-entry-active.png
deleted file mode 100755
index c3d91c8..0000000
Binary files a/Aurora.gtk/Themes/assets/notebook-entry-active.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/notebook-entry-insensitive.png b/Aurora.gtk/Themes/assets/notebook-entry-insensitive.png
deleted file mode 100755
index 18fdcc1..0000000
Binary files a/Aurora.gtk/Themes/assets/notebook-entry-insensitive.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/notebook-entry.png b/Aurora.gtk/Themes/assets/notebook-entry.png
deleted file mode 100755
index 60a03fc..0000000
Binary files a/Aurora.gtk/Themes/assets/notebook-entry.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/pan-down-alt-insensitive.png b/Aurora.gtk/Themes/assets/pan-down-alt-insensitive.png
deleted file mode 100755
index 4c12a2f..0000000
Binary files a/Aurora.gtk/Themes/assets/pan-down-alt-insensitive.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/pan-down-alt.png b/Aurora.gtk/Themes/assets/pan-down-alt.png
deleted file mode 100755
index 1fe4d25..0000000
Binary files a/Aurora.gtk/Themes/assets/pan-down-alt.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/pan-down-insensitive.png b/Aurora.gtk/Themes/assets/pan-down-insensitive.png
deleted file mode 100755
index 9a93703..0000000
Binary files a/Aurora.gtk/Themes/assets/pan-down-insensitive.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/pan-down.png b/Aurora.gtk/Themes/assets/pan-down.png
deleted file mode 100755
index 91024ac..0000000
Binary files a/Aurora.gtk/Themes/assets/pan-down.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/pan-left-alt-insensitive.png b/Aurora.gtk/Themes/assets/pan-left-alt-insensitive.png
deleted file mode 100755
index d076a81..0000000
Binary files a/Aurora.gtk/Themes/assets/pan-left-alt-insensitive.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/pan-left-alt.png b/Aurora.gtk/Themes/assets/pan-left-alt.png
deleted file mode 100755
index 2139824..0000000
Binary files a/Aurora.gtk/Themes/assets/pan-left-alt.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/pan-left-insensitive.png b/Aurora.gtk/Themes/assets/pan-left-insensitive.png
deleted file mode 100755
index 4be6f80..0000000
Binary files a/Aurora.gtk/Themes/assets/pan-left-insensitive.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/pan-left-semi.png b/Aurora.gtk/Themes/assets/pan-left-semi.png
deleted file mode 100755
index 134254b..0000000
Binary files a/Aurora.gtk/Themes/assets/pan-left-semi.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/pan-left.png b/Aurora.gtk/Themes/assets/pan-left.png
deleted file mode 100755
index 956cff3..0000000
Binary files a/Aurora.gtk/Themes/assets/pan-left.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/pan-right-alt-insensitive.png b/Aurora.gtk/Themes/assets/pan-right-alt-insensitive.png
deleted file mode 100755
index 8db9075..0000000
Binary files a/Aurora.gtk/Themes/assets/pan-right-alt-insensitive.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/pan-right-alt.png b/Aurora.gtk/Themes/assets/pan-right-alt.png
deleted file mode 100755
index bc082e9..0000000
Binary files a/Aurora.gtk/Themes/assets/pan-right-alt.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/pan-right-insensitive.png b/Aurora.gtk/Themes/assets/pan-right-insensitive.png
deleted file mode 100755
index 6d2fa6f..0000000
Binary files a/Aurora.gtk/Themes/assets/pan-right-insensitive.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/pan-right-semi.png b/Aurora.gtk/Themes/assets/pan-right-semi.png
deleted file mode 100755
index 7495986..0000000
Binary files a/Aurora.gtk/Themes/assets/pan-right-semi.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/pan-right.png b/Aurora.gtk/Themes/assets/pan-right.png
deleted file mode 100755
index 3eaf3c8..0000000
Binary files a/Aurora.gtk/Themes/assets/pan-right.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/pan-up-alt-insensitive.png b/Aurora.gtk/Themes/assets/pan-up-alt-insensitive.png
deleted file mode 100755
index e32044f..0000000
Binary files a/Aurora.gtk/Themes/assets/pan-up-alt-insensitive.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/pan-up-alt.png b/Aurora.gtk/Themes/assets/pan-up-alt.png
deleted file mode 100755
index c5cc3a3..0000000
Binary files a/Aurora.gtk/Themes/assets/pan-up-alt.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/pan-up-insensitive.png b/Aurora.gtk/Themes/assets/pan-up-insensitive.png
deleted file mode 100755
index 30e1dcc..0000000
Binary files a/Aurora.gtk/Themes/assets/pan-up-insensitive.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/pan-up.png b/Aurora.gtk/Themes/assets/pan-up.png
deleted file mode 100755
index fd41f15..0000000
Binary files a/Aurora.gtk/Themes/assets/pan-up.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/progressbar-progress.png b/Aurora.gtk/Themes/assets/progressbar-progress.png
deleted file mode 100755
index d27bb6c..0000000
Binary files a/Aurora.gtk/Themes/assets/progressbar-progress.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/progressbar-trough.png b/Aurora.gtk/Themes/assets/progressbar-trough.png
deleted file mode 100755
index b257089..0000000
Binary files a/Aurora.gtk/Themes/assets/progressbar-trough.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/radio-checked-active.png b/Aurora.gtk/Themes/assets/radio-checked-active.png
deleted file mode 100755
index 2eae3dd..0000000
Binary files a/Aurora.gtk/Themes/assets/radio-checked-active.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/radio-checked-hover.png b/Aurora.gtk/Themes/assets/radio-checked-hover.png
deleted file mode 100755
index 0ff99bc..0000000
Binary files a/Aurora.gtk/Themes/assets/radio-checked-hover.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/radio-checked-insensitive.png b/Aurora.gtk/Themes/assets/radio-checked-insensitive.png
deleted file mode 100755
index 901626a..0000000
Binary files a/Aurora.gtk/Themes/assets/radio-checked-insensitive.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/radio-checked.png b/Aurora.gtk/Themes/assets/radio-checked.png
deleted file mode 100755
index dc7ad42..0000000
Binary files a/Aurora.gtk/Themes/assets/radio-checked.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/radio-mixed-active.png b/Aurora.gtk/Themes/assets/radio-mixed-active.png
deleted file mode 100755
index 2594bef..0000000
Binary files a/Aurora.gtk/Themes/assets/radio-mixed-active.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/radio-mixed-hover.png b/Aurora.gtk/Themes/assets/radio-mixed-hover.png
deleted file mode 100755
index 367ecb6..0000000
Binary files a/Aurora.gtk/Themes/assets/radio-mixed-hover.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/radio-mixed-insensitive.png b/Aurora.gtk/Themes/assets/radio-mixed-insensitive.png
deleted file mode 100755
index aa9a2f2..0000000
Binary files a/Aurora.gtk/Themes/assets/radio-mixed-insensitive.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/radio-mixed.png b/Aurora.gtk/Themes/assets/radio-mixed.png
deleted file mode 100755
index 6772f69..0000000
Binary files a/Aurora.gtk/Themes/assets/radio-mixed.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/radio-unchecked-active.png b/Aurora.gtk/Themes/assets/radio-unchecked-active.png
deleted file mode 100755
index 91f4d30..0000000
Binary files a/Aurora.gtk/Themes/assets/radio-unchecked-active.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/radio-unchecked-hover.png b/Aurora.gtk/Themes/assets/radio-unchecked-hover.png
deleted file mode 100755
index 7f2e573..0000000
Binary files a/Aurora.gtk/Themes/assets/radio-unchecked-hover.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/radio-unchecked-insensitive.png b/Aurora.gtk/Themes/assets/radio-unchecked-insensitive.png
deleted file mode 100755
index 428f6d1..0000000
Binary files a/Aurora.gtk/Themes/assets/radio-unchecked-insensitive.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/radio-unchecked.png b/Aurora.gtk/Themes/assets/radio-unchecked.png
deleted file mode 100755
index ed0e1fb..0000000
Binary files a/Aurora.gtk/Themes/assets/radio-unchecked.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/scale-horz-trough-active.png b/Aurora.gtk/Themes/assets/scale-horz-trough-active.png
deleted file mode 100755
index dcbea6e..0000000
Binary files a/Aurora.gtk/Themes/assets/scale-horz-trough-active.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/scale-horz-trough-insensitive.png b/Aurora.gtk/Themes/assets/scale-horz-trough-insensitive.png
deleted file mode 100755
index c84a0d8..0000000
Binary files a/Aurora.gtk/Themes/assets/scale-horz-trough-insensitive.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/scale-horz-trough.png b/Aurora.gtk/Themes/assets/scale-horz-trough.png
deleted file mode 100755
index 688d158..0000000
Binary files a/Aurora.gtk/Themes/assets/scale-horz-trough.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/scale-slider-active.png b/Aurora.gtk/Themes/assets/scale-slider-active.png
deleted file mode 100755
index a2b7bb9..0000000
Binary files a/Aurora.gtk/Themes/assets/scale-slider-active.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/scale-slider-hover.png b/Aurora.gtk/Themes/assets/scale-slider-hover.png
deleted file mode 100755
index ba5d993..0000000
Binary files a/Aurora.gtk/Themes/assets/scale-slider-hover.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/scale-slider-insensitive.png b/Aurora.gtk/Themes/assets/scale-slider-insensitive.png
deleted file mode 100755
index 7a9ae61..0000000
Binary files a/Aurora.gtk/Themes/assets/scale-slider-insensitive.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/scale-slider.png b/Aurora.gtk/Themes/assets/scale-slider.png
deleted file mode 100755
index 5e9fdec..0000000
Binary files a/Aurora.gtk/Themes/assets/scale-slider.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/scale-vert-trough-active.png b/Aurora.gtk/Themes/assets/scale-vert-trough-active.png
deleted file mode 100755
index 9a0ec10..0000000
Binary files a/Aurora.gtk/Themes/assets/scale-vert-trough-active.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/scale-vert-trough-insensitive.png b/Aurora.gtk/Themes/assets/scale-vert-trough-insensitive.png
deleted file mode 100755
index a198f2d..0000000
Binary files a/Aurora.gtk/Themes/assets/scale-vert-trough-insensitive.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/scale-vert-trough.png b/Aurora.gtk/Themes/assets/scale-vert-trough.png
deleted file mode 100755
index 30c074c..0000000
Binary files a/Aurora.gtk/Themes/assets/scale-vert-trough.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/scrollbar-horz-slider-active.png b/Aurora.gtk/Themes/assets/scrollbar-horz-slider-active.png
deleted file mode 100755
index c75b311..0000000
Binary files a/Aurora.gtk/Themes/assets/scrollbar-horz-slider-active.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/scrollbar-horz-slider-hover.png b/Aurora.gtk/Themes/assets/scrollbar-horz-slider-hover.png
deleted file mode 100755
index 62fe658..0000000
Binary files a/Aurora.gtk/Themes/assets/scrollbar-horz-slider-hover.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/scrollbar-horz-slider-insensitive.png b/Aurora.gtk/Themes/assets/scrollbar-horz-slider-insensitive.png
deleted file mode 100755
index cdc6f1e..0000000
Binary files a/Aurora.gtk/Themes/assets/scrollbar-horz-slider-insensitive.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/scrollbar-horz-slider.png b/Aurora.gtk/Themes/assets/scrollbar-horz-slider.png
deleted file mode 100755
index c3e1cc3..0000000
Binary files a/Aurora.gtk/Themes/assets/scrollbar-horz-slider.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/scrollbar-horz-trough.png b/Aurora.gtk/Themes/assets/scrollbar-horz-trough.png
deleted file mode 100755
index add06a4..0000000
Binary files a/Aurora.gtk/Themes/assets/scrollbar-horz-trough.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/scrollbar-vert-ltr-slider-active.png b/Aurora.gtk/Themes/assets/scrollbar-vert-ltr-slider-active.png
deleted file mode 100755
index 3443f19..0000000
Binary files a/Aurora.gtk/Themes/assets/scrollbar-vert-ltr-slider-active.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/scrollbar-vert-ltr-slider-hover.png b/Aurora.gtk/Themes/assets/scrollbar-vert-ltr-slider-hover.png
deleted file mode 100755
index b6ccfc2..0000000
Binary files a/Aurora.gtk/Themes/assets/scrollbar-vert-ltr-slider-hover.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/scrollbar-vert-ltr-slider-insensitive.png b/Aurora.gtk/Themes/assets/scrollbar-vert-ltr-slider-insensitive.png
deleted file mode 100755
index ca849de..0000000
Binary files a/Aurora.gtk/Themes/assets/scrollbar-vert-ltr-slider-insensitive.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/scrollbar-vert-ltr-slider.png b/Aurora.gtk/Themes/assets/scrollbar-vert-ltr-slider.png
deleted file mode 100755
index cb47721..0000000
Binary files a/Aurora.gtk/Themes/assets/scrollbar-vert-ltr-slider.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/scrollbar-vert-ltr-trough.png b/Aurora.gtk/Themes/assets/scrollbar-vert-ltr-trough.png
deleted file mode 100755
index 6b6e359..0000000
Binary files a/Aurora.gtk/Themes/assets/scrollbar-vert-ltr-trough.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/scrollbar-vert-rtl-slider-active.png b/Aurora.gtk/Themes/assets/scrollbar-vert-rtl-slider-active.png
deleted file mode 100755
index 8044e69..0000000
Binary files a/Aurora.gtk/Themes/assets/scrollbar-vert-rtl-slider-active.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/scrollbar-vert-rtl-slider-hover.png b/Aurora.gtk/Themes/assets/scrollbar-vert-rtl-slider-hover.png
deleted file mode 100755
index 04980a2..0000000
Binary files a/Aurora.gtk/Themes/assets/scrollbar-vert-rtl-slider-hover.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/scrollbar-vert-rtl-slider-insensitive.png b/Aurora.gtk/Themes/assets/scrollbar-vert-rtl-slider-insensitive.png
deleted file mode 100755
index b8bc0c0..0000000
Binary files a/Aurora.gtk/Themes/assets/scrollbar-vert-rtl-slider-insensitive.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/scrollbar-vert-rtl-slider.png b/Aurora.gtk/Themes/assets/scrollbar-vert-rtl-slider.png
deleted file mode 100755
index 2b25b3d..0000000
Binary files a/Aurora.gtk/Themes/assets/scrollbar-vert-rtl-slider.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/scrollbar-vert-rtl-trough.png b/Aurora.gtk/Themes/assets/scrollbar-vert-rtl-trough.png
deleted file mode 100755
index 5156424..0000000
Binary files a/Aurora.gtk/Themes/assets/scrollbar-vert-rtl-trough.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/spin-ltr-down-active.png b/Aurora.gtk/Themes/assets/spin-ltr-down-active.png
deleted file mode 100755
index 63cbce6..0000000
Binary files a/Aurora.gtk/Themes/assets/spin-ltr-down-active.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/spin-ltr-down-hover.png b/Aurora.gtk/Themes/assets/spin-ltr-down-hover.png
deleted file mode 100755
index aaf3760..0000000
Binary files a/Aurora.gtk/Themes/assets/spin-ltr-down-hover.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/spin-ltr-down-insensitive.png b/Aurora.gtk/Themes/assets/spin-ltr-down-insensitive.png
deleted file mode 100755
index dc2fc26..0000000
Binary files a/Aurora.gtk/Themes/assets/spin-ltr-down-insensitive.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/spin-ltr-down.png b/Aurora.gtk/Themes/assets/spin-ltr-down.png
deleted file mode 100755
index 939dd43..0000000
Binary files a/Aurora.gtk/Themes/assets/spin-ltr-down.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/spin-ltr-up-active.png b/Aurora.gtk/Themes/assets/spin-ltr-up-active.png
deleted file mode 100755
index 82a1f81..0000000
Binary files a/Aurora.gtk/Themes/assets/spin-ltr-up-active.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/spin-ltr-up-hover.png b/Aurora.gtk/Themes/assets/spin-ltr-up-hover.png
deleted file mode 100755
index 162d8f8..0000000
Binary files a/Aurora.gtk/Themes/assets/spin-ltr-up-hover.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/spin-ltr-up-insensitive.png b/Aurora.gtk/Themes/assets/spin-ltr-up-insensitive.png
deleted file mode 100755
index a5f2507..0000000
Binary files a/Aurora.gtk/Themes/assets/spin-ltr-up-insensitive.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/spin-ltr-up.png b/Aurora.gtk/Themes/assets/spin-ltr-up.png
deleted file mode 100755
index f4a506b..0000000
Binary files a/Aurora.gtk/Themes/assets/spin-ltr-up.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/spin-rtl-down-active.png b/Aurora.gtk/Themes/assets/spin-rtl-down-active.png
deleted file mode 100755
index ed71e41..0000000
Binary files a/Aurora.gtk/Themes/assets/spin-rtl-down-active.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/spin-rtl-down-hover.png b/Aurora.gtk/Themes/assets/spin-rtl-down-hover.png
deleted file mode 100755
index cf2227a..0000000
Binary files a/Aurora.gtk/Themes/assets/spin-rtl-down-hover.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/spin-rtl-down-insensitive.png b/Aurora.gtk/Themes/assets/spin-rtl-down-insensitive.png
deleted file mode 100755
index 334e9b2..0000000
Binary files a/Aurora.gtk/Themes/assets/spin-rtl-down-insensitive.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/spin-rtl-down.png b/Aurora.gtk/Themes/assets/spin-rtl-down.png
deleted file mode 100755
index 18d2f78..0000000
Binary files a/Aurora.gtk/Themes/assets/spin-rtl-down.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/spin-rtl-up-active.png b/Aurora.gtk/Themes/assets/spin-rtl-up-active.png
deleted file mode 100755
index fc59be9..0000000
Binary files a/Aurora.gtk/Themes/assets/spin-rtl-up-active.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/spin-rtl-up-hover.png b/Aurora.gtk/Themes/assets/spin-rtl-up-hover.png
deleted file mode 100755
index a2d6c58..0000000
Binary files a/Aurora.gtk/Themes/assets/spin-rtl-up-hover.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/spin-rtl-up-insensitive.png b/Aurora.gtk/Themes/assets/spin-rtl-up-insensitive.png
deleted file mode 100755
index 78510c4..0000000
Binary files a/Aurora.gtk/Themes/assets/spin-rtl-up-insensitive.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/spin-rtl-up.png b/Aurora.gtk/Themes/assets/spin-rtl-up.png
deleted file mode 100755
index 9b9de65..0000000
Binary files a/Aurora.gtk/Themes/assets/spin-rtl-up.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/tab.png b/Aurora.gtk/Themes/assets/tab.png
deleted file mode 100755
index c18e718..0000000
Binary files a/Aurora.gtk/Themes/assets/tab.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/treeview-ltr-button-active.png b/Aurora.gtk/Themes/assets/treeview-ltr-button-active.png
deleted file mode 100755
index bedb8e2..0000000
Binary files a/Aurora.gtk/Themes/assets/treeview-ltr-button-active.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/treeview-ltr-button-hover.png b/Aurora.gtk/Themes/assets/treeview-ltr-button-hover.png
deleted file mode 100755
index 09894d0..0000000
Binary files a/Aurora.gtk/Themes/assets/treeview-ltr-button-hover.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/treeview-ltr-button.png b/Aurora.gtk/Themes/assets/treeview-ltr-button.png
deleted file mode 100755
index fb67848..0000000
Binary files a/Aurora.gtk/Themes/assets/treeview-ltr-button.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/treeview-rtl-button-active.png b/Aurora.gtk/Themes/assets/treeview-rtl-button-active.png
deleted file mode 100755
index 7a78a4d..0000000
Binary files a/Aurora.gtk/Themes/assets/treeview-rtl-button-active.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/treeview-rtl-button-hover.png b/Aurora.gtk/Themes/assets/treeview-rtl-button-hover.png
deleted file mode 100755
index 89e781d..0000000
Binary files a/Aurora.gtk/Themes/assets/treeview-rtl-button-hover.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/assets/treeview-rtl-button.png b/Aurora.gtk/Themes/assets/treeview-rtl-button.png
deleted file mode 100755
index e223350..0000000
Binary files a/Aurora.gtk/Themes/assets/treeview-rtl-button.png and /dev/null differ
diff --git a/Aurora.gtk/Themes/gtkrc b/Aurora.gtk/Themes/gtkrc
deleted file mode 100755
index ab9c56f..0000000
--- a/Aurora.gtk/Themes/gtkrc
+++ /dev/null
@@ -1,32 +0,0 @@
-# Based on Bridge by ScionicSpectre and Adwaita by GNOME
-# vim:set ts=2 sw=2 sts=2 ai et:
-#
-# This is the GTK+ 2 version of Flat-Plat. 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:#212121\nbase_color:#FFFFFF"
-# Foreground/background
-gtk-color-scheme = "fg_color:#212121\nbg_color:#F5F5F5"
-# Selected foreground/background
-gtk-color-scheme = "selected_fg_color:#FFFFFF\nselected_bg_color:#42A5F5"
-# Titlebar foreground/background
-gtk-color-scheme = "titlebar_fg_color:#FFFFFF\ntitlebar_bg_color:#455A64"
-# Links
-gtk-color-scheme = "link_color:#42A5F5\nvisited_link_color:#E040FB"
-
-# Set GTK settings
-gtk-auto-mnemonics = 1
-gtk-primary-button-warps-slider = 1
-
-# And hand over the control to the theme files
-include "main.rc"
-include "apps.rc"
-include "hacks.rc"
diff --git a/Aurora.gtk/Themes/gtkrc-dark b/Aurora.gtk/Themes/gtkrc-dark
deleted file mode 100755
index 8d838d7..0000000
--- a/Aurora.gtk/Themes/gtkrc-dark
+++ /dev/null
@@ -1,32 +0,0 @@
-# Based on Bridge by ScionicSpectre and Adwaita by GNOME
-# vim:set ts=2 sw=2 sts=2 ai et:
-#
-# This is the GTK+ 2 version of Flat-Plat. 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:#FFFFFF\nbase_color:#50636c"
-# Foreground/background
-gtk-color-scheme = "fg_color:#FFFFFF\nbg_color:#44545c"
-# Selected foreground/background
-gtk-color-scheme = "selected_fg_color:#FFFFFF\nselected_bg_color:#42A5F5"
-# Titlebar foreground/background
-gtk-color-scheme = "titlebar_fg_color:#FFFFFF\ntitlebar_bg_color:#37474F"
-# Links
-gtk-color-scheme = "link_color:#42A5F5\nvisited_link_color:#E040FB"
-
-# Set GTK settings
-gtk-auto-mnemonics = 1
-gtk-primary-button-warps-slider = 1
-
-# And hand over the control to the theme files
-include "main.rc"
-include "apps.rc"
-include "hacks.rc"
diff --git a/Aurora.gtk/Themes/gtkrc-light b/Aurora.gtk/Themes/gtkrc-light
deleted file mode 100755
index 9ad718a..0000000
--- a/Aurora.gtk/Themes/gtkrc-light
+++ /dev/null
@@ -1,32 +0,0 @@
-# Based on Bridge by ScionicSpectre and Adwaita by GNOME
-# vim:set ts=2 sw=2 sts=2 ai et:
-#
-# This is the GTK+ 2 version of Flat-Plat. 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:#212121\nbase_color:#FFFFFF"
-# Foreground/background
-gtk-color-scheme = "fg_color:#212121\nbg_color:#F5F5F5"
-# Selected foreground/background
-gtk-color-scheme = "selected_fg_color:#FFFFFF\nselected_bg_color:#42A5F5"
-# Titlebar foreground/background
-gtk-color-scheme = "titlebar_fg_color:#212121\ntitlebar_bg_color:#E0E0E0"
-# Links
-gtk-color-scheme = "link_color:#42A5F5\nvisited_link_color:#E040FB"
-
-# Set GTK settings
-gtk-auto-mnemonics = 1
-gtk-primary-button-warps-slider = 1
-
-# And hand over the control to the theme files
-include "main.rc"
-include "apps.rc"
-include "hacks.rc"
diff --git a/Aurora.gtk/Themes/hacks.rc b/Aurora.gtk/Themes/hacks.rc
deleted file mode 100755
index 96eb088..0000000
--- a/Aurora.gtk/Themes/hacks.rc
+++ /dev/null
@@ -1,36 +0,0 @@
-# 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] = @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*" style "chrome_entry"
-
-# Hack to be able to match widgets in LibreOffice
-class "GtkWindow" style "toplevel_hack"
diff --git a/Aurora.gtk/Themes/main.rc b/Aurora.gtk/Themes/main.rc
deleted file mode 100755
index 3658fe5..0000000
--- a/Aurora.gtk/Themes/main.rc
+++ /dev/null
@@ -1,2781 +0,0 @@
-# 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-padding = 0
- GtkWidget::focus-line-width = 2
- GtkWidget::focus-line-pattern = "\2\1"
-
- GtkToolbar::space-size = 5 # 1 + 2*2 (separator + margins)
- GtkToolbar::internal-padding = 2
- GtkToolButton::icon-spacing = 4
-
- GtkWidget::tooltip-radius = 2
- GtkWidget::tooltip-alpha = 230
- 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 = 3
-
- 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 = {4, 4, 4, 4}
-
- GtkPaned::handle-size = 8
- GtkHPaned::handle-size = 8
- GtkVPaned::handle-size = 8
-
- GtkScrollbar::trough-border = 0
- GtkRange::trough-border = 0
- GtkRange::slider-width = 17
- 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 = 32 # 24 + 2*4 (margins)
- GtkScrolledWindow::scrollbar-spacing = 0
- GtkScrolledWindow::scrollbars-within-bevel = 1
-
- GtkScale::slider_length = 24
- GtkScale::slider_width = 24
- GtkScale::trough-side-details = 1
-
- GtkProgressBar::min-horizontal-bar-height = 4
- GtkProgressBar::min-vertical-bar-width = 4
- 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 = 4
- GtkMenu::double-arrows = 0
- GtkMenuItem::arrow-scaling = 1
- GtkMenuItem::toggle-spacing = 12
-
- GtkCheckButton::indicator-size = 24
- GtkCheckButton::indicator_spacing = 2
- GtkOptionMenu::indicator_spacing = {10, 10, 6, 6}
-
- 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 = 0
-
- ##########
- # Colors #
- ##########
-
- bg[NORMAL] = @bg_color
- bg[PRELIGHT] = @bg_color
- bg[SELECTED] = @selected_bg_color
- bg[INSENSITIVE] = @bg_color
- bg[ACTIVE] = @bg_color
-
- fg[NORMAL] = @fg_color
- fg[PRELIGHT] = @fg_color
- fg[SELECTED] = @selected_fg_color
- fg[INSENSITIVE] = mix (0.4, @fg_color, @bg_color)
- fg[ACTIVE] = @fg_color
-
- text[NORMAL] = @text_color
- text[PRELIGHT] = @text_color
- text[SELECTED] = @selected_fg_color
- text[INSENSITIVE] = mix (0.4, @text_color, @base_color)
- text[ACTIVE] = @selected_fg_color
-
- base[NORMAL] = @base_color
- base[PRELIGHT] = mix (0.05, @text_color, @base_color)
- base[SELECTED] = @selected_bg_color
- base[INSENSITIVE] = mix (0.5, @base_color, @bg_color)
- base[ACTIVE] = @selected_bg_color
-
- # For succinctness, all reasonable pixmap options remain here
-
- # Draw frame around menu in a non-compositied environment
- # This needs to go before pixmap because we need to override some stuff
- engine "adwaita" {}
-
- engine "pixmap" {
-
- #################
- # Check Buttons #
- #################
-
- image {
- function = CHECK
- state = NORMAL
- shadow = OUT
- overlay_file = "assets/checkbox-unchecked.png"
- overlay_stretch = FALSE
- }
-
- image {
- function = CHECK
- state = PRELIGHT
- shadow = OUT
- overlay_file = "assets/checkbox-unchecked-hover.png"
- overlay_stretch = FALSE
- }
-
- image {
- function = CHECK
- state = ACTIVE
- shadow = OUT
- overlay_file = "assets/checkbox-unchecked-active.png"
- overlay_stretch = FALSE
- }
-
- image {
- function = CHECK
- state = SELECTED
- shadow = OUT
- overlay_file = "assets/checkbox-unchecked.png"
- overlay_stretch = FALSE
- }
-
- image {
- function = CHECK
- state = INSENSITIVE
- shadow = OUT
- overlay_file = "assets/checkbox-unchecked-insensitive.png"
- overlay_stretch = FALSE
- }
-
- image {
- function = CHECK
- state = NORMAL
- shadow = IN
- overlay_file = "assets/checkbox-checked.png"
- overlay_stretch = FALSE
- }
-
- image {
- function = CHECK
- state = PRELIGHT
- shadow = IN
- overlay_file = "assets/checkbox-checked-hover.png"
- overlay_stretch = FALSE
- }
-
- image {
- function = CHECK
- state = ACTIVE
- shadow = IN
- overlay_file = "assets/checkbox-checked-active.png"
- overlay_stretch = FALSE
- }
-
- image {
- function = CHECK
- state = SELECTED
- shadow = IN
- overlay_file = "assets/checkbox-checked.png"
- overlay_stretch = FALSE
- }
-
- image {
- function = CHECK
- state = INSENSITIVE
- shadow = IN
- overlay_file = "assets/checkbox-checked-insensitive.png"
- overlay_stretch = FALSE
- }
-
- image {
- function = CHECK
- state = NORMAL
- shadow = ETCHED_IN
- overlay_file = "assets/checkbox-mixed.png"
- overlay_stretch = FALSE
- }
-
- image {
- function = CHECK
- state = PRELIGHT
- shadow = ETCHED_IN
- overlay_file = "assets/checkbox-mixed-hover.png"
- overlay_stretch = FALSE
- }
-
- image {
- function = CHECK
- state = ACTIVE
- shadow = ETCHED_IN
- overlay_file = "assets/checkbox-mixed-active.png"
- overlay_stretch = FALSE
- }
-
- image {
- function = CHECK
- state = SELECTED
- shadow = ETCHED_IN
- overlay_file = "assets/checkbox-mixed.png"
- overlay_stretch = FALSE
- }
-
- image {
- function = CHECK
- state = INSENSITIVE
- shadow = ETCHED_IN
- overlay_file = "assets/checkbox-mixed-insensitive.png"
- overlay_stretch = FALSE
- }
-
- #################
- # Radio Buttons #
- #################
-
- image {
- function = OPTION
- state = NORMAL
- shadow = OUT
- overlay_file = "assets/radio-unchecked.png"
- overlay_stretch = FALSE
- }
-
- image {
- function = OPTION
- state = PRELIGHT
- shadow = OUT
- overlay_file = "assets/radio-unchecked-hover.png"
- overlay_stretch = FALSE
- }
-
- image {
- function = OPTION
- state = ACTIVE
- shadow = OUT
- overlay_file = "assets/radio-unchecked-active.png"
- overlay_stretch = FALSE
- }
-
- image {
- function = OPTION
- state = SELECTED
- shadow = OUT
- overlay_file = "assets/radio-unchecked.png"
- overlay_stretch = FALSE
- }
-
- image {
- function = OPTION
- state = INSENSITIVE
- shadow = OUT
- overlay_file = "assets/radio-unchecked-insensitive.png"
- overlay_stretch = FALSE
- }
-
- image {
- function = OPTION
- state = NORMAL
- shadow = IN
- overlay_file = "assets/radio-checked.png"
- overlay_stretch = FALSE
- }
-
- image {
- function = OPTION
- state = PRELIGHT
- shadow = IN
- overlay_file = "assets/radio-checked-hover.png"
- overlay_stretch = FALSE
- }
-
- image {
- function = OPTION
- state = ACTIVE
- shadow = IN
- overlay_file = "assets/radio-checked-active.png"
- overlay_stretch = FALSE
- }
-
- image {
- function = OPTION
- state = SELECTED
- shadow = IN
- overlay_file = "assets/radio-checked.png"
- overlay_stretch = FALSE
- }
-
- image {
- function = OPTION
- state = INSENSITIVE
- shadow = IN
- overlay_file = "assets/radio-checked-insensitive.png"
- overlay_stretch = FALSE
- }
-
- image {
- function = OPTION
- state = NORMAL
- shadow = ETCHED_IN
- overlay_file = "assets/radio-mixed.png"
- overlay_stretch = FALSE
- }
-
- image {
- function = OPTION
- state = PRELIGHT
- shadow = ETCHED_IN
- overlay_file = "assets/radio-mixed-hover.png"
- overlay_stretch = FALSE
- }
-
- image {
- function = OPTION
- state = ACTIVE
- shadow = ETCHED_IN
- overlay_file = "assets/radio-mixed-active.png"
- overlay_stretch = FALSE
- }
-
- image {
- function = OPTION
- state = SELECTED
- shadow = ETCHED_IN
- overlay_file = "assets/radio-mixed.png"
- overlay_stretch = FALSE
- }
-
- image {
- function = OPTION
- state = INSENSITIVE
- shadow = ETCHED_IN
- overlay_file = "assets/radio-mixed-insensitive.png"
- overlay_stretch = FALSE
- }
-
- ##########
- # Arrows #
- ##########
-
- # Overrides
-
- # Disable arrows in spinbuttons
- image {
- function = ARROW
- detail = "spinbutton"
- }
-
- # Disable arrows for qt in scrollbars
-
- image {
- function = ARROW
- detail = "vscrollbar"
- }
-
- image {
- function = ARROW
- detail = "hscrollbar"
- }
-
- # Menu arrows
-
- image {
- function = ARROW
- state = NORMAL
- detail = "menuitem"
- overlay_file = "assets/pan-left.png"
- overlay_stretch = FALSE
- arrow_direction = LEFT
- }
-
- image {
- function = ARROW
- state = PRELIGHT
- detail = "menuitem"
- overlay_file = "assets/pan-left.png"
- overlay_stretch = FALSE
- arrow_direction = LEFT
- }
-
- image {
- function = ARROW
- state = INSENSITIVE
- detail = "menuitem"
- overlay_file = "assets/pan-left-insensitive.png"
- overlay_stretch = FALSE
- arrow_direction = LEFT
- }
-
- image {
- function = ARROW
- state = NORMAL
- detail = "menuitem"
- overlay_file = "assets/pan-right.png"
- overlay_stretch = FALSE
- arrow_direction = RIGHT
- }
-
- image {
- function = ARROW
- state = PRELIGHT
- detail = "menuitem"
- overlay_file = "assets/pan-right.png"
- overlay_stretch = FALSE
- arrow_direction = RIGHT
- }
-
- image {
- function = ARROW
- state = INSENSITIVE
- detail = "menuitem"
- overlay_file = "assets/pan-right-insensitive.png"
- overlay_stretch = FALSE
- arrow_direction = RIGHT
- }
-
- image {
- function = ARROW
- state = INSENSITIVE
- detail = "menu_scroll_arrow_up"
- overlay_file = "assets/pan-up-insensitive.png"
- overlay_stretch = FALSE
- }
-
- image {
- function = ARROW
- detail = "menu_scroll_arrow_up"
- overlay_file = "assets/pan-up.png"
- overlay_stretch = FALSE
- }
-
- image {
- function = ARROW
- state = INSENSITIVE
- detail = "menu_scroll_arrow_down"
- overlay_file = "assets/pan-down-insensitive.png"
- overlay_stretch = FALSE
- }
-
- image {
- function = ARROW
- detail = "menu_scroll_arrow_down"
- overlay_file = "assets/pan-down.png"
- overlay_stretch = FALSE
- }
-
- # Regular arrows
-
- image {
- function = ARROW
- state = NORMAL
- overlay_file = "assets/pan-up-alt.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-alt-insensitive.png"
- overlay_stretch = FALSE
- arrow_direction = UP
- }
-
- image {
- function = ARROW
- state = NORMAL
- overlay_file = "assets/pan-down-alt.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-alt-insensitive.png"
- overlay_stretch = FALSE
- arrow_direction = DOWN
- }
-
- image {
- function = ARROW
- state = NORMAL
- overlay_file = "assets/pan-left-alt.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-alt-insensitive.png"
- overlay_stretch = FALSE
- arrow_direction = LEFT
- }
-
- image {
- function = ARROW
- state = NORMAL
- overlay_file = "assets/pan-right-alt.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-alt-insensitive.png"
- overlay_stretch = FALSE
- arrow_direction = RIGHT
- }
-
- ######################
- # Option Menu Arrows #
- ######################
-
- image {
- function = TAB
- state = NORMAL
- overlay_file = "assets/pan-down-alt.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-alt-insensitive.png"
- overlay_stretch = FALSE
- }
-
- #########
- # Lines #
- #########
-
- image {
- function = VLINE
- file = "assets/border.png"
- border = {1, 0, 0, 0}
- }
-
- image {
- function = HLINE
- file = "assets/border.png"
- border = {0, 0, 1, 0}
- }
-
- #########
- # Focus #
- #########
-
- image {
- function = FOCUS
- file = "assets/focus.png"
- border = {2, 2, 2, 2}
- stretch = TRUE
- }
-
- ###########
- # Handles #
- ###########
-
- image {
- function = HANDLE
- detail = "handlebox"
- overlay_file = "assets/handle-vert.png"
- overlay_stretch = FALSE
- }
-
- image {
- function = HANDLE
- state = NORMAL
- overlay_file = "assets/handle-horz.png"
- overlay_stretch = FALSE
- orientation = HORIZONTAL
- }
-
- image {
- function = HANDLE
- state = PRELIGHT
- overlay_file = "assets/handle-horz-hover.png"
- overlay_stretch = FALSE
- orientation = HORIZONTAL
- }
-
- image {
- function = HANDLE
- state = ACTIVE
- overlay_file = "assets/handle-horz-active.png"
- overlay_stretch = FALSE
- orientation = HORIZONTAL
- }
-
- image {
- function = HANDLE
- state = NORMAL
- overlay_file = "assets/handle-vert.png"
- overlay_stretch = FALSE
- orientation = VERTICAL
- }
-
- image {
- function = HANDLE
- state = PRELIGHT
- overlay_file = "assets/handle-vert-hover.png"
- overlay_stretch = FALSE
- orientation = VERTICAL
- }
-
- image {
- function = HANDLE
- state = ACTIVE
- overlay_file = "assets/handle-vert-active.png"
- overlay_stretch = FALSE
- orientation = VERTICAL
- }
-
- image {
- function = RESIZE_GRIP
- }
-
- #############
- # Expanders #
- #############
-
- image {
- function = EXPANDER
- expander_style = EXPANDED
- state = NORMAL
- file = "assets/pan-down-alt.png"
- }
-
- image {
- function = EXPANDER
- expander_style = EXPANDED
- state = PRELIGHT
- file = "assets/pan-down.png"
- }
-
- image {
- function = EXPANDER
- expander_style = EXPANDED
- state = ACTIVE
- file = "assets/pan-down.png"
- }
-
- image {
- function = EXPANDER
- expander_style = EXPANDED
- state = INSENSITIVE
- file = "assets/pan-down-alt-insensitive.png"
- }
-
- # LTR
-
- image {
- function = EXPANDER
- expander_style = COLLAPSED
- state = NORMAL
- file = "assets/pan-right-alt.png"
- direction = LTR
- }
-
- image {
- function = EXPANDER
- expander_style = COLLAPSED
- state = PRELIGHT
- file = "assets/pan-right.png"
- direction = LTR
- }
-
- image {
- function = EXPANDER
- expander_style = COLLAPSED
- state = ACTIVE
- file = "assets/pan-right.png"
- direction = LTR
- }
-
- image {
- function = EXPANDER
- expander_style = COLLAPSED
- state = INSENSITIVE
- file = "assets/pan-right-alt-insensitive.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
- state = NORMAL
- file = "assets/pan-left-alt.png"
- direction = RTL
- }
-
- image {
- function = EXPANDER
- expander_style = COLLAPSED
- state = PRELIGHT
- file = "assets/pan-left.png"
- direction = RTL
- }
-
- image {
- function = EXPANDER
- expander_style = COLLAPSED
- state = ACTIVE
- file = "assets/pan-left.png"
- direction = RTL
- }
-
- image {
- function = EXPANDER
- expander_style = COLLAPSED
- state = INSENSITIVE
- file = "assets/pan-left-alt-insensitive.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.png"
- border = {0, 1, 0, 0}
- stretch = TRUE
- gap_side = RIGHT
- }
-
- image {
- function = EXTENSION
- gap_side = RIGHT
- }
-
- # Right
-
- image {
- function = EXTENSION
- state = NORMAL
- file = "assets/tab.png"
- border = {1, 0, 0, 0}
- stretch = TRUE
- gap_side = LEFT
- }
-
- image {
- function = EXTENSION
- gap_side = LEFT
- }
-
- # Up
-
- image {
- function = EXTENSION
- state = NORMAL
- file = "assets/tab.png"
- border = {0, 0, 0, 1}
- stretch = TRUE
- gap_side = BOTTOM
- }
-
- image {
- function = EXTENSION
- gap_side = BOTTOM
- }
-
- # Down
-
- image {
- function = EXTENSION
- state = NORMAL
- file = "assets/tab.png"
- border = {0, 0, 1, 0}
- stretch = TRUE
- gap_side = TOP
- }
-
- image {
- function = EXTENSION
- 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.png"
- gap_border = {1, 0, 0, 0}
- 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.png"
- gap_border = {0, 1, 0, 0}
- 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.png"
- gap_border = {0, 0, 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.png"
- gap_border = {0, 0, 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-ltr-trough.png"
- border = {1, 0, 0, 0}
- orientation = VERTICAL
- direction = LTR
- }
-
- image {
- function = BOX
- detail = "trough"
- file = "assets/scrollbar-vert-rtl-trough.png"
- border = {0, 1, 0, 0}
- orientation = VERTICAL
- direction = RTL
- }
-
- # Horizontal sliders
-
- image {
- function = SLIDER
- state = NORMAL
- detail = "slider"
- file = "assets/scrollbar-horz-slider.png"
- border = {8, 8, 9, 8 }
- stretch = TRUE
- orientation = HORIZONTAL
- }
-
- image {
- function = SLIDER
- state = PRELIGHT
- detail = "slider"
- file = "assets/scrollbar-horz-slider-hover.png"
- border = {8, 8, 9, 8 }
- stretch = TRUE
- orientation = HORIZONTAL
- }
-
- image {
- function = SLIDER
- state = ACTIVE
- detail = "slider"
- file = "assets/scrollbar-horz-slider-active.png"
- border = {8, 8, 9, 8 }
- stretch = TRUE
- orientation = HORIZONTAL
- }
-
- image {
- function = SLIDER
- state = INSENSITIVE
- detail = "slider"
- file = "assets/scrollbar-horz-slider-insensitive.png"
- border = {8, 8, 9, 8 }
- stretch = TRUE
- orientation = HORIZONTAL
- }
-
- # Vertical sliders
-
- image {
- function = SLIDER
- state = NORMAL
- detail = "slider"
- file = "assets/scrollbar-vert-ltr-slider.png"
- border = {9, 8, 8, 8}
- stretch = TRUE
- orientation = VERTICAL
- direction = LTR
- }
-
- image {
- function = SLIDER
- state = PRELIGHT
- detail = "slider"
- file = "assets/scrollbar-vert-ltr-slider-hover.png"
- border = {9, 8, 8, 8}
- stretch = TRUE
- orientation = VERTICAL
- direction = LTR
- }
-
- image {
- function = SLIDER
- state = ACTIVE
- detail = "slider"
- file = "assets/scrollbar-vert-ltr-slider-active.png"
- border = {9, 8, 8, 8}
- stretch = TRUE
- orientation = VERTICAL
- direction = LTR
- }
-
- image {
- function = SLIDER
- state = INSENSITIVE
- detail = "slider"
- file = "assets/scrollbar-vert-ltr-slider-insensitive.png"
- border = {9, 8, 8, 8}
- stretch = TRUE
- orientation = VERTICAL
- direction = LTR
- }
-
- # RTL
-
- image {
- function = SLIDER
- state = NORMAL
- detail = "slider"
- file = "assets/scrollbar-vert-rtl-slider.png"
- border = {8, 9, 8, 8}
- stretch = TRUE
- orientation = VERTICAL
- direction = RTL
- }
-
- image {
- function = SLIDER
- state = PRELIGHT
- detail = "slider"
- file = "assets/scrollbar-vert-rtl-slider-hover.png"
- border = {8, 9, 8, 8}
- stretch = TRUE
- orientation = VERTICAL
- direction = RTL
- }
-
- image {
- function = SLIDER
- state = ACTIVE
- detail = "slider"
- file = "assets/scrollbar-vert-rtl-slider-active.png"
- border = {8, 9, 8, 8}
- stretch = TRUE
- orientation = VERTICAL
- direction = RTL
- }
-
- image {
- function = SLIDER
- state = INSENSITIVE
- detail = "slider"
- file = "assets/scrollbar-vert-rtl-slider-insensitive.png"
- border = {8, 9, 8, 8}
- 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 = {6, 6, 0, 0}
- stretch = TRUE
- orientation = HORIZONTAL
- }
-
- image {
- function = BOX
- state = INSENSITIVE
- detail = "trough-upper"
- file = "assets/scale-horz-trough-insensitive.png"
- border = {6, 6, 0, 0}
- stretch = TRUE
- orientation = HORIZONTAL
- }
-
- image {
- function = BOX
- detail = "trough-lower"
- file = "assets/scale-horz-trough-active.png"
- border = {6, 6, 0, 0}
- stretch = TRUE
- orientation = HORIZONTAL
- }
-
- image {
- function = BOX
- state = INSENSITIVE
- detail = "trough-lower"
- file = "assets/scale-horz-trough-insensitive.png"
- border = {6, 6, 0, 0}
- stretch = TRUE
- orientation = HORIZONTAL
- }
-
- image {
- function = BOX
- detail = "trough-upper"
- file = "assets/scale-vert-trough.png"
- border = {0, 0, 6, 6}
- stretch = TRUE
- orientation = VERTICAL
- }
-
- image {
- function = BOX
- state = INSENSITIVE
- detail = "trough-upper"
- file = "assets/scale-vert-trough-insensitive.png"
- border = {0, 0, 6, 6}
- stretch = TRUE
- orientation = VERTICAL
- }
-
- image {
- function = BOX
- detail = "trough-lower"
- file = "assets/scale-vert-trough-active.png"
- border = {0, 0, 6, 6}
- stretch = TRUE
- orientation = VERTICAL
- }
-
- image {
- function = BOX
- state = INSENSITIVE
- detail = "trough-lower"
- file = "assets/scale-vert-trough-insensitive.png"
- border = {0, 0, 6, 6}
- 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/border.png"
- # border = {0, 0, 0, 1}
- # }
-
- #########
- # Menus #
- #########
-
- image {
- function = BOX
- state = PRELIGHT
- detail = "menu_scroll_arrow_up"
- file = "assets/border.png"
- }
-
- image {
- function = BOX
- detail = "menu_scroll_arrow_up"
- file = "assets/border.png"
- border = {0, 0, 0, 1}
- }
-
- image {
- function = BOX
- state = PRELIGHT
- detail = "menu_scroll_arrow_down"
- file = "assets/border.png"
- }
-
- image {
- function = BOX
- detail = "menu_scroll_arrow_down"
- file = "assets/border.png"
- border = {0, 0, 1, 0}
- }
-
- ###########
- # Entries #
- ###########
-
- image {
- function = SHADOW
- state = ACTIVE
- detail = "entry"
- file = "assets/entry-active.png"
- border = {8, 8, 8, 8}
- stretch = TRUE
- }
-
- image {
- function = SHADOW
- state = INSENSITIVE
- detail = "entry"
- file = "assets/entry-insensitive.png"
- border = {8, 8, 8, 8}
- stretch = TRUE
- }
-
- image {
- function = SHADOW
- detail = "entry"
- file = "assets/entry.png"
- border = {8, 8, 8, 8}
- 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 = {0, 8, 8, 0}
- stretch = TRUE
- overlay_file = "assets/pan-up-alt.png"
- overlay_stretch = FALSE
- direction = LTR
- }
-
- image {
- function = BOX
- state = PRELIGHT
- detail = "spinbutton_up"
- file = "assets/spin-ltr-up-hover.png"
- border = {0, 8, 8, 0}
- stretch = TRUE
- overlay_file = "assets/pan-up.png"
- overlay_stretch = FALSE
- direction = LTR
- }
-
- image {
- function = BOX
- state = ACTIVE
- detail = "spinbutton_up"
- file = "assets/spin-ltr-up-active.png"
- border = {0, 8, 8, 0}
- stretch = TRUE
- overlay_file = "assets/pan-up.png"
- overlay_stretch = FALSE
- direction = LTR
- }
-
- image {
- function = BOX
- state = INSENSITIVE
- detail = "spinbutton_up"
- file = "assets/spin-ltr-up-insensitive.png"
- border = {0, 8, 8, 0}
- stretch = TRUE
- overlay_file = "assets/pan-up-alt-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 = {8, 0, 8, 0}
- stretch = TRUE
- overlay_file = "assets/pan-up-alt.png"
- overlay_stretch = FALSE
- direction = RTL
- }
-
- image {
- function = BOX
- state = PRELIGHT
- detail = "spinbutton_up"
- file = "assets/spin-rtl-up-hover.png"
- border = {8, 0, 8, 0}
- stretch = TRUE
- overlay_file = "assets/pan-up.png"
- overlay_stretch = FALSE
- direction = RTL
- }
-
- image {
- function = BOX
- state = ACTIVE
- detail = "spinbutton_up"
- file = "assets/spin-rtl-up-hover.png"
- border = {8, 0, 8, 0}
- stretch = TRUE
- overlay_file = "assets/pan-up.png"
- overlay_stretch = FALSE
- direction = RTL
- }
-
- image {
- function = BOX
- state = INSENSITIVE
- detail = "spinbutton_up"
- file = "assets/spin-rtl-up-insensitive.png"
- border = {8, 0, 8, 0}
- stretch = TRUE
- overlay_file = "assets/pan-up-alt-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 = {0, 8, 0, 8}
- stretch = TRUE
- overlay_file = "assets/pan-down-alt.png"
- overlay_stretch = FALSE
- direction = LTR
- }
-
- image {
- function = BOX
- state = PRELIGHT
- detail = "spinbutton_down"
- file = "assets/spin-ltr-down-hover.png"
- border = {0, 8, 0, 8}
- stretch = TRUE
- overlay_file = "assets/pan-down.png"
- overlay_stretch = FALSE
- direction = LTR
- }
-
- image {
- function = BOX
- state = ACTIVE
- detail = "spinbutton_down"
- file = "assets/spin-ltr-down-active.png"
- border = {0, 8, 0, 8}
- stretch = TRUE
- overlay_file = "assets/pan-down.png"
- overlay_stretch = FALSE
- direction = LTR
- }
-
- image {
- function = BOX
- state = INSENSITIVE
- detail = "spinbutton_down"
- file = "assets/spin-ltr-down-insensitive.png"
- border = {0, 8, 0, 8}
- stretch = TRUE
- overlay_file = "assets/pan-down-alt-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 = {8, 0, 0, 8}
- stretch = TRUE
- overlay_file = "assets/pan-down-alt.png"
- overlay_stretch = FALSE
- direction = RTL
- }
-
- image {
- function = BOX
- state = PRELIGHT
- detail = "spinbutton_down"
- file = "assets/spin-rtl-down-hover.png"
- border = {8, 0, 0, 8}
- stretch = TRUE
- overlay_file = "assets/pan-down.png"
- overlay_stretch = FALSE
- direction = RTL
- }
-
- image {
- function = BOX
- state = ACTIVE
- detail = "spinbutton_down"
- file = "assets/spin-rtl-down-active.png"
- border = {8, 0, 0, 8}
- stretch = TRUE
- overlay_file = "assets/pan-down.png"
- overlay_stretch = FALSE
- direction = RTL
- }
-
- image {
- function = BOX
- state = INSENSITIVE
- detail = "spinbutton_down"
- file = "assets/spin-rtl-down-insensitive.png"
- border = {8, 0, 0, 8}
- stretch = TRUE
- overlay_file = "assets/pan-down-alt-insensitive.png"
- overlay_stretch = FALSE
- direction = RTL
- }
-
- ##############
- # Scrollbars #
- ##############
-
- image {
- function = BOX
- detail = "bar"
- file = "assets/progressbar-progress.png"
- stretch = TRUE
- border = {0, 0, 0, 0}
- orientation = HORIZONTAL
- }
-
- image {
- function = BOX
- detail = "bar"
- file = "assets/progressbar-progress.png"
- stretch = TRUE
- border = {0, 0, 0, 0}
- 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" {
- bg[NORMAL] = @titlebar_bg_color
- fg[NORMAL] = mix(0.7, @titlebar_fg_color, @titlebar_bg_color)
- fg[PRELIGHT] = @titlebar_fg_color
- fg[INSENSITIVE] = mix(0.3, @titlebar_fg_color, @titlebar_bg_color)
- # Needed to fix Firefox's menubar text
- bg[SELECTED] = mix(0.15, @titlebar_fg_color, @titlebar_bg_color)
- fg[SELECTED] = @titlebar_fg_color
-}
-
-style "menubar_item" {
- xthickness = 3
- ythickness = 4
-
- fg[NORMAL] = mix(0.7, @titlebar_fg_color, @titlebar_bg_color)
- bg[PRELIGHT] = mix(0.15, @titlebar_fg_color, @titlebar_bg_color)
- fg[PRELIGHT] = @titlebar_fg_color
- fg[INSENSITIVE] = mix(0.3, @titlebar_fg_color, @titlebar_bg_color)
-}
-
-style "menu" {
- xthickness = 0
- ythickness = 0
-
- bg[NORMAL] = @base_color
- bg[INSENSITIVE] = @base_color
- bg[PRELIGHT] = @base_color
- bg[SELECTED] = mix(0.15, @fg_color, @base_color)
-}
-
-style "menu_item" {
- xthickness = 4
- ythickness = 4
-
- bg[PRELIGHT] = mix(0.15, @fg_color, @base_color)
- fg[PRELIGHT] = @fg_color
- # Chromium uses this setting
- bg[SELECTED] = mix(0.15, @fg_color, @base_color)
- text[SELECTED] = @fg_color
- # Some widgets use text, we need to handle that
- text[NORMAL] = @fg_color
- text[PRELIGHT] = @fg_color
-
- # Unfortunately we can't tell regular and menu checks/radios apart
- # Without the heirarchy
- engine "pixmap" {
-
- #################
- # Check Buttons #
- #################
-
- image {
- function = CHECK
- state = NORMAL
- shadow = OUT
- overlay_file = "assets/menu-checkbox-unchecked.png"
- overlay_stretch = FALSE
- }
-
- image {
- function = CHECK
- state = PRELIGHT
- shadow = OUT
- overlay_file = "assets/menu-checkbox-unchecked.png"
- overlay_stretch = FALSE
- }
-
- image {
- function = CHECK
- state = ACTIVE
- shadow = OUT
- overlay_file = "assets/menu-checkbox-unchecked.png"
- overlay_stretch = FALSE
- }
-
- image {
- function = CHECK
- state = INSENSITIVE
- shadow = OUT
- overlay_file = "assets/menu-checkbox-unchecked-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-unchecked.png"
- overlay_stretch = FALSE
- }
-
- image {
- function = OPTION
- state = PRELIGHT
- shadow = OUT
- overlay_file = "assets/menu-radio-unchecked.png"
- overlay_stretch = FALSE
- }
-
- image {
- function = OPTION
- state = ACTIVE
- shadow = OUT
- overlay_file = "assets/menu-radio-unchecked.png"
- overlay_stretch = FALSE
- }
-
- image {
- function = OPTION
- state = INSENSITIVE
- shadow = OUT
- overlay_file = "assets/menu-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 = 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 = 2
-
- engine "pixmap" {
- image {
- function = BOX
- file = "assets/border.png"
- border = {0, 0, 0, 1}
- }
- }
-}
-
-style "button_label" {
- fg[NORMAL] = mix(0.75, @fg_color, @bg_color)
- # fg[INSENSITIVE] = mix(0.3, @fg_color, @bg_color)
-
- font_name = "Medium"
-}
-
-style "checkbutton_label" {
- fg[NORMAL] = @fg_color
- # fg[INSENSITIVE] = mix(0.4, @fg_color, @bg_color)
-
- font_name = "Regular"
-}
-
-style "button" {
- xthickness = 4
- ythickness = 4
-
- # For the sake of sanity style buttons this way
- engine "pixmap" {
-
- ###########
- # Buttons #
- ###########
-
- image {
- function = BOX
- state = NORMAL
- file = "assets/button.png"
- border = {8, 8, 8, 8}
- stretch = TRUE
- }
-
- image {
- function = BOX
- state = PRELIGHT
- shadow = OUT
- file = "assets/button-hover.png"
- border = {8, 8, 8, 8}
- stretch = TRUE
- }
-
- # Don't add hover effect on pressed buttons
- image {
- function = BOX
- state = PRELIGHT
- shadow = IN
- file = "assets/button-active.png"
- border = {8, 8, 8, 8}
- stretch = TRUE
- }
-
- image {
- function = BOX
- state = ACTIVE
- file = "assets/button-active.png"
- border = {8, 8, 8, 8}
- stretch = TRUE
- }
-
- image {
- function = BOX
- state = INSENSITIVE
- file = "assets/button-insensitive.png"
- border = {8, 8, 8, 8}
- 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 = 6
- ythickness = 6
-}
-
-style "combobox" {
- xthickness = 6
- ythickness = 6
-
- # This affects only the button beside an entry
- GtkButton::inner-border = {0, 0, 0, 0}
-}
-
-style "combobox_cellview" {
- text[NORMAL] = mix(0.75, @fg_color, @bg_color)
- # text[INSENSITIVE] = mix(0.3, @fg_color, @bg_color)
-
- font_name = "Medium"
-}
-
-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, 2, 0, 0}
-
- engine "pixmap" {
-
- #############
- # LTR entry #
- #############
-
- image {
- function = SHADOW
- state = NORMAL
- detail = "entry"
- file = "assets/combo-ltr-entry.png"
- border = {8, 0, 8, 8}
- stretch = TRUE
- direction = LTR
- }
-
- image {
- function = SHADOW
- state = ACTIVE
- detail = "entry"
- file = "assets/combo-ltr-entry-active.png"
- border = {8, 0, 8, 8}
- stretch = TRUE
- direction = LTR
- }
-
- image {
- function = SHADOW
- state = INSENSITIVE
- detail = "entry"
- file = "assets/combo-ltr-entry-insensitive.png"
- border = {8, 0, 8, 8}
- stretch = TRUE
- direction = LTR
- }
-
- #############
- # RTL entry #
- #############
-
- image {
- function = SHADOW
- state = NORMAL
- detail = "entry"
- file = "assets/combo-rtl-entry.png"
- border = {0, 8, 8, 8}
- stretch = TRUE
- direction = RTL
- }
-
- image {
- function = SHADOW
- state = ACTIVE
- detail = "entry"
- file = "assets/combo-rtl-entry-active.png"
- border = {0, 8, 8, 8}
- stretch = TRUE
- direction = RTL
- }
-
- image {
- function = SHADOW
- state = INSENSITIVE
- detail = "entry"
- file = "assets/combo-rtl-entry-insensitive.png"
- border = {0, 8, 8, 8}
- stretch = TRUE
- direction = RTL
- }
-
- ##############
- # LTR button #
- ##############
-
- image {
- function = BOX
- state = NORMAL
- detail = "button"
- file = "assets/combo-ltr-button.png"
- border = {0, 8, 8, 8}
- stretch = TRUE
- direction = LTR
- }
-
- image {
- function = BOX
- state = PRELIGHT
- detail = "button"
- file = "assets/combo-ltr-button-hover.png"
- border = {0, 8, 8, 8}
- stretch = TRUE
- direction = LTR
- }
-
- image {
- function = BOX
- state = ACTIVE
- detail = "button"
- file = "assets/combo-ltr-button-active.png"
- border = {0, 8, 8, 8}
- stretch = TRUE
- direction = LTR
- }
-
- image {
- function = BOX
- state = INSENSITIVE
- detail = "button"
- file = "assets/combo-ltr-button-insensitive.png"
- border = {0, 8, 8, 8}
- stretch = TRUE
- direction = LTR
- }
-
- ##############
- # RTL button #
- ##############
-
- image {
- function = BOX
- state = NORMAL
- detail = "button"
- file = "assets/combo-rtl-button.png"
- border = {8, 0, 8, 8}
- stretch = TRUE
- direction = RTL
- }
-
- image {
- function = BOX
- state = PRELIGHT
- detail = "button"
- file = "assets/combo-rtl-button-hover.png"
- border = {8, 0, 8, 8}
- stretch = TRUE
- direction = RTL
- }
-
- image {
- function = BOX
- state = ACTIVE
- detail = "button"
- file = "assets/combo-rtl-button-active.png"
- border = {8, 0, 8, 8}
- stretch = TRUE
- direction = RTL
- }
-
- image {
- function = BOX
- state = INSENSITIVE
- detail = "button"
- file = "assets/combo-rtl-button-insensitive.png"
- border = {8, 0, 8, 8}
- 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 = {3, 6, 3, 3}
-}
-
-style "notebook" {
- xthickness = 3
- ythickness = 3
-}
-
-style "notebook_tab_label" {
- fg[ACTIVE] = mix(0.75, @fg_color, @bg_color)
-
- font_name = "Medium"
-}
-
-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 = {8, 8, 8, 8}
- stretch = TRUE
- }
-
- image {
- function = SHADOW
- state = INSENSITIVE
- detail = "entry"
- file = "assets/notebook-entry-insensitive.png"
- border = {8, 8, 8, 8}
- stretch = TRUE
- }
-
- image {
- function = SHADOW
- detail = "entry"
- file = "assets/notebook-entry.png"
- border = {8, 8, 8, 8}
- stretch = TRUE
- }
- }
-}
-
-style "normal_bg" {
- bg[NORMAL] = @bg_color
- bg[PRELIGHT] = @bg_color
- bg[INSENSITIVE] = @bg_color
-}
-
-style "normal_entry" {
- engine "pixmap" {
- image {
- function = SHADOW
- state = ACTIVE
- detail = "entry"
- file = "assets/entry-active.png"
- border = {8, 8, 8, 8}
- stretch = TRUE
- }
-
- image {
- function = SHADOW
- state = INSENSITIVE
- detail = "entry"
- file = "assets/entry-insensitive.png"
- border = {8, 8, 8, 8}
- stretch = TRUE
- }
-
- image {
- function = SHADOW
- detail = "entry"
- file = "assets/entry.png"
- border = {8, 8, 8, 8}
- stretch = TRUE
- }
- }
-}
-
-style "notebook_combo" {
- engine "pixmap" {
-
- #############
- # LTR entry #
- #############
-
- image {
- function = SHADOW
- state = NORMAL
- detail = "entry"
- file = "assets/notebook-combo-ltr-entry.png"
- border = {8, 8, 8, 8}
- stretch = TRUE
- direction = LTR
- }
-
- image {
- function = SHADOW
- state = ACTIVE
- detail = "entry"
- file = "assets/notebook-combo-ltr-entry-active.png"
- border = {8, 8, 8, 8}
- stretch = TRUE
- direction = LTR
- }
-
- image {
- function = SHADOW
- state = INSENSITIVE
- detail = "entry"
- file = "assets/notebook-combo-ltr-entry-insensitive.png"
- border = {8, 8, 8, 8}
- stretch = TRUE
- direction = LTR
- }
-
- #############
- # RTL entry #
- #############
-
- image {
- function = SHADOW
- state = NORMAL
- detail = "entry"
- file = "assets/notebook-combo-rtl-entry.png"
- border = {8, 8, 8, 8}
- stretch = TRUE
- direction = RTL
- }
-
- image {
- function = SHADOW
- state = ACTIVE
- detail = "entry"
- file = "assets/notebook-combo-rtl-entry-active.png"
- border = {8, 8, 8, 8}
- stretch = TRUE
- direction = RTL
- }
-
- image {
- function = SHADOW
- state = INSENSITIVE
- detail = "entry"
- file = "assets/notebook-combo-rtl-entry-insensitive.png"
- border = {8, 8, 8, 8}
- 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 = {6, 6, 0, 0}
- stretch = TRUE
- }
-
- image {
- function = BOX
- detail = "trough-lower"
- file = "assets/scale-horz-trough-active.png"
- border = {6, 6, 0, 0}
- stretch = TRUE
- }
- }
-}
-
-style "scale_vert" {
- engine "pixmap" {
- image {
- function = BOX
- detail = "trough-upper"
- file = "assets/scale-vert-trough.png"
- border = {0, 0, 6, 6}
- stretch = TRUE
- }
-
- image {
- function = BOX
- detail = "trough-lower"
- file = "assets/scale-vert-trough-active.png"
- border = {0, 0, 6, 6}
- stretch = TRUE
- }
- }
-}
-
-style "progressbar" {
- xthickness = 0
- ythickness = 0
-
- fg[PRELIGHT] = @selected_fg_color
-
- engine "pixmap" {
- image {
- function = BOX
- detail = "trough"
- file = "assets/progressbar-trough.png"
- border = {0, 0, 0, 0}
- stretch = TRUE
- orientation = HORIZONTAL
- }
-
- image {
- function = BOX
- detail = "trough"
- file = "assets/progressbar-trough.png"
- border = {0, 0, 0, 0}
- stretch = TRUE
- orientation = VERTICAL
- }
- }
-}
-
-style "treeview_header" {
- xthickness = 2
- ythickness = 2
-
- fg[NORMAL] = mix(0.75, @fg_color, @base_color)
- fg[PRELIGHT] = @fg_color
-
- font_name = "Medium"
-
- GtkButton::inner-border = {4, 4, 0, 2}
-
- engine "pixmap" {
- image {
- function = BOX
- state = NORMAL
- file = "assets/treeview-ltr-button.png"
- border = {0, 1, 0, 1}
- stretch = TRUE
- direction = LTR
- }
-
- image {
- function = BOX
- state = PRELIGHT
- file = "assets/treeview-ltr-button-hover.png"
- border = {0, 1, 0, 1}
- stretch = TRUE
- direction = LTR
- }
-
- image {
- function = BOX
- state = ACTIVE
- file = "assets/treeview-ltr-button-active.png"
- border = {0, 1, 0, 1}
- stretch = TRUE
- direction = LTR
- }
-
- image {
- function = BOX
- state = NORMAL
- file = "assets/treeview-rtl-button.png"
- border = {1, 0, 0, 1}
- stretch = TRUE
- direction = RTL
- }
-
- image {
- function = BOX
- state = PRELIGHT
- file = "assets/treeview-rtl-button-hover.png"
- border = {1, 0, 0, 1}
- stretch = TRUE
- direction = RTL
- }
-
- image {
- function = BOX
- state = ACTIVE
- file = "assets/treeview-rtl-button-active.png"
- border = {1, 0, 0, 1}
- stretch = TRUE
- direction = RTL
- }
-
- image {
- function = ARROW
- state = NORMAL
- overlay_file = "assets/pan-up-alt.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 = NORMAL
- overlay_file = "assets/pan-down-alt.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
- }
- }
-}
-
-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 "tool_button" {
- GtkButton::inner-border = {2, 2, 2, 2}
-
- # For the sake of sanity style buttons this way
- engine "pixmap" {
- image {
- function = BOX
- state = NORMAL
- file = "assets/flat-button.png"
- border = {8, 8, 8, 8}
- stretch = TRUE
- }
-
- image {
- function = BOX
- state = PRELIGHT
- shadow = OUT
- file = "assets/flat-button-hover.png"
- border = {8, 8, 8, 8}
- stretch = TRUE
- }
-
- # Don't add hover effect on pressed buttons
- image {
- function = BOX
- state = PRELIGHT
- shadow = IN
- file = "assets/flat-button-active.png"
- border = {8, 8, 8, 8}
- stretch = TRUE
- }
-
- image {
- function = BOX
- state = ACTIVE
- file = "assets/flat-button-active.png"
- border = {8, 8, 8, 8}
- stretch = TRUE
- }
-
- image {
- function = BOX
- state = INSENSITIVE
- shadow = OUT
- file = "assets/flat-button-insensitive.png"
- border = {8, 8, 8, 8}
- stretch = TRUE
- }
-
- image {
- function = BOX
- state = INSENSITIVE
- shadow = IN
- file = "assets/button-insensitive.png"
- border = {8, 8, 8, 8}
- stretch = TRUE
- }
- }
-}
-
-style "toolbar_separator" {
- GtkWidget::wide-separators = 1
- GtkWidget::separator-width = 1
- GtkWidget::separator-height = 1
-
- engine "pixmap" {
- image {
- function = BOX
- file = "assets/border.png"
- }
- }
-}
-
-style "inline_toolbar" {
- # GtkToolbar::button-relief = GTK_RELIEF_NORMAL
-
- engine "pixmap" {
- image {
- function = BOX
- file = "assets/frame-inline.png"
- border = {1, 1, 0, 1}
- stretch = TRUE
- }
- }
-}
-
-style "tooltip" {
- xthickness = 8
- ythickness = 8
-
- bg[NORMAL] = @base_color
- fg[NORMAL] = @fg_color
- bg[SELECTED] = @base_color
-}
-
-style "disable_text_shadow" {
- 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 "**" style "menu_item"
-widget_class "*.*" style "menubar_item"
-widget_class "**" style "separator_menu_item"
-
-# Treeview buttons
-widget_class "***" style "treeview_header"
-
-# Give the file chooser toolbar a border
-widget_class "**" style "inline_toolbar"
-
-# Fix padding on regular comboboxes
-widget_class "*." style "combobox"
-
-# And disable separators on them
-widget_class "*.*" style "disable_separator"
-widget_class "**" style "disable_separator"
-widget_class "**" style "disable_separator"
-
-# Join together the ComboBoxEntry entry and button
-widget_class "**" style "combobox_entry"
-
-# Join the Combo entry and button
-widget_class "**" style "combobox_entry"
-
-# Tweak the padding on the button a little bit because it
-# uses it a bit differently
-widget_class "*." style "combo_button_padding"
-
-# Alas we cannot do the same for ComboBoxText because there
-# isn't a way to apply the style to only the comboboxes that
-# have an entry inside
-
-# Tool buttons have different styles
-widget_class "**" style "tool_button"
-widget_class "**.*" style "tool_button"
-
-# Notebooks
-widget_class "*." style "notebook_tab_label"
-widget_class "*.." style "notebook_tab_label"
-
-# Notebooks are white, act accordingly
-widget_class "**" style "notebook_entry"
-widget_class "**" style "notebook_bg"
-widget_class "**" style "notebook_bg"
-widget_class "***" style "notebook_bg"
-widget_class "**" style "notebook_bg"
-widget_class "*.*" style "notebook_bg"
-widget_class "***" style "notebook_combo"
-widget_class "***" style "notebook_combo"
-
-# However, stuff inside eventboxes inside notebooks is grey
-# again, react
-widget_class "***" style "normal_entry"
-widget_class "***" style "normal_bg"
-widget_class "***" style "normal_bg"
-widget_class "****" style "combobox_entry"
-widget_class "****" style "combobox_entry"
-widget_class "***." style "combo_button_padding"
-
-# Button labels
-widget_class "**" style "button_label"
-
-# Checkbutton labels
-widget_class "*." style "checkbutton_label"
-
-# ComboBoxes tend to draw the button label with text[]
-# instead of fg[], we need to fix that
-widget_class "**" style "combobox_cellview"
-
-# Disable white text shadows
-widget_class "*" style "disable_text_shadow"
-widget_class "*" style "disable_text_shadow"
-
-# GTK tooltips
-widget "gtk-tooltip*" style "tooltip"
diff --git a/Aurora.gtk/Themes/render-assets-dark.sh b/Aurora.gtk/Themes/render-assets-dark.sh
deleted file mode 100755
index cca8e10..0000000
--- a/Aurora.gtk/Themes/render-assets-dark.sh
+++ /dev/null
@@ -1,24 +0,0 @@
-#! /bin/bash
-
-INKSCAPE="/usr/bin/inkscape"
-OPTIPNG="/usr/bin/optipng"
-
-SRC_FILE="assets-dark.svg"
-ASSETS_DIR="assets-dark"
-INDEX="assets.txt"
-
-for i in `cat $INDEX`
-do
-if [ -f $ASSETS_DIR/$i.png ]; then
- echo $ASSETS_DIR/$i.png exists.
-else
- echo
- echo Rendering $ASSETS_DIR/$i.png
- $INKSCAPE --export-id=$i \
- --export-id-only \
- --export-background-opacity=0 \
- --export-png=$ASSETS_DIR/$i.png $SRC_FILE >/dev/null \
- && $OPTIPNG -o7 --quiet $ASSETS_DIR/$i.png
-fi
-done
-exit 0
diff --git a/Aurora.gtk/Themes/render-assets.sh b/Aurora.gtk/Themes/render-assets.sh
deleted file mode 100755
index abc5e93..0000000
--- a/Aurora.gtk/Themes/render-assets.sh
+++ /dev/null
@@ -1,24 +0,0 @@
-#! /bin/bash
-
-INKSCAPE="/usr/bin/inkscape"
-OPTIPNG="/usr/bin/optipng"
-
-SRC_FILE="assets.svg"
-ASSETS_DIR="assets"
-INDEX="assets.txt"
-
-for i in `cat $INDEX`
-do
-if [ -f $ASSETS_DIR/$i.png ]; then
- echo $ASSETS_DIR/$i.png exists.
-else
- echo
- echo Rendering $ASSETS_DIR/$i.png
- $INKSCAPE --export-id=$i \
- --export-id-only \
- --export-background-opacity=0 \
- --export-png=$ASSETS_DIR/$i.png $SRC_FILE >/dev/null \
- && $OPTIPNG -o7 --quiet $ASSETS_DIR/$i.png
-fi
-done
-exit 0
diff --git a/Aurora/Design/Components/MemberList/MemberList.xaml b/Aurora/Design/Components/MemberList/MemberList.xaml
index 3297930..6f09b66 100644
--- a/Aurora/Design/Components/MemberList/MemberList.xaml
+++ b/Aurora/Design/Components/MemberList/MemberList.xaml
@@ -7,6 +7,7 @@
diff --git a/Aurora/Design/Views/MainView/MainView.xaml b/Aurora/Design/Views/MainView/MainView.xaml
index 37714c9..d830855 100644
--- a/Aurora/Design/Views/MainView/MainView.xaml
+++ b/Aurora/Design/Views/MainView/MainView.xaml
@@ -56,7 +56,6 @@
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- White
-
-
-
-
- Transparent
-
-
-
+
\ No newline at end of file