diff --git a/gtk-3.22/gtk.css b/gtk-3.22/gtk.css
index 16bf07b..99ec36f 100644
--- a/gtk-3.22/gtk.css
+++ b/gtk-3.22/gtk.css
@@ -90,8 +90,7 @@
@define-color selected_fg_color white;
@define-color text_color @BLACK_500;
@define-color text_shadow_color alpha (white, 0.4);
-/*@define-color titlebar_color mix (@SILVER_300, @SILVER_100, 0.25);*/
-@define-color titlebar_color #E3E4E6;
+@define-color titlebar_color mix (@SILVER_300, @SILVER_100, 0.25);
@define-color title_color shade (@titlebar_color, 0.55);
@define-color title_shadow_color alpha (white, 0.6);
@define-color tooltip_bg_color @BLACK_900;
diff --git a/install_fixed_icons.sh b/install_fixed_icons.sh
index 4290990..0f0cd0f 100644
--- a/install_fixed_icons.sh
+++ b/install_fixed_icons.sh
@@ -3,6 +3,6 @@ cd ~/.icons/la-captaine
# Fix wingpanel icons
cp -r /usr/share/icons/elementary/status/24/* panel/24/
# Fix wingpanel power button
-rm -rf ~/.icons/la-captaine/panel/24-light/system-devices-panel.svg
-rm -rf ~/.icons/la-captaine/panel/24-dark/system-devices-panel.svg
+rm -rf ~/.icons/la-captaine/status/symbolic/system-shutdown-symbolic.svg
+rm -rf ~/.icons/la-captaine/actions/symbolic/system-shutdown-symbolic.svg
sed -i -e 's/breeze,//g' index.theme
\ No newline at end of file
diff --git a/metacity-1/close.png b/metacity-1/close.png
new file mode 100644
index 0000000..795aaf6
Binary files /dev/null and b/metacity-1/close.png differ
diff --git a/metacity-1/close_focused.png b/metacity-1/close_focused.png
new file mode 100644
index 0000000..b0d3f0d
Binary files /dev/null and b/metacity-1/close_focused.png differ
diff --git a/metacity-1/close_focused_normal.png b/metacity-1/close_focused_normal.png
new file mode 100644
index 0000000..b0d3f0d
Binary files /dev/null and b/metacity-1/close_focused_normal.png differ
diff --git a/metacity-1/close_focused_prelight.png b/metacity-1/close_focused_prelight.png
new file mode 100644
index 0000000..718d9d2
Binary files /dev/null and b/metacity-1/close_focused_prelight.png differ
diff --git a/metacity-1/close_focused_pressed.png b/metacity-1/close_focused_pressed.png
new file mode 100644
index 0000000..b071423
Binary files /dev/null and b/metacity-1/close_focused_pressed.png differ
diff --git a/metacity-1/close_unfocused.png b/metacity-1/close_unfocused.png
new file mode 100644
index 0000000..ee0830f
Binary files /dev/null and b/metacity-1/close_unfocused.png differ
diff --git a/metacity-1/close_unfocused_over.png b/metacity-1/close_unfocused_over.png
new file mode 100644
index 0000000..cf9a937
Binary files /dev/null and b/metacity-1/close_unfocused_over.png differ
diff --git a/metacity-1/close_unfocused_prelight.png b/metacity-1/close_unfocused_prelight.png
new file mode 100644
index 0000000..718d9d2
Binary files /dev/null and b/metacity-1/close_unfocused_prelight.png differ
diff --git a/metacity-1/close_unfocused_pressed.png b/metacity-1/close_unfocused_pressed.png
new file mode 100644
index 0000000..b071423
Binary files /dev/null and b/metacity-1/close_unfocused_pressed.png differ
diff --git a/metacity-1/maximize.png b/metacity-1/maximize.png
new file mode 100644
index 0000000..7af5daf
Binary files /dev/null and b/metacity-1/maximize.png differ
diff --git a/metacity-1/maximize_focused.png b/metacity-1/maximize_focused.png
new file mode 100644
index 0000000..7af5daf
Binary files /dev/null and b/metacity-1/maximize_focused.png differ
diff --git a/metacity-1/maximize_focused_normal.png b/metacity-1/maximize_focused_normal.png
new file mode 100644
index 0000000..ece28b9
Binary files /dev/null and b/metacity-1/maximize_focused_normal.png differ
diff --git a/metacity-1/maximize_focused_prelight.png b/metacity-1/maximize_focused_prelight.png
new file mode 100644
index 0000000..75205ab
Binary files /dev/null and b/metacity-1/maximize_focused_prelight.png differ
diff --git a/metacity-1/maximize_focused_pressed.png b/metacity-1/maximize_focused_pressed.png
new file mode 100644
index 0000000..2ddf530
Binary files /dev/null and b/metacity-1/maximize_focused_pressed.png differ
diff --git a/metacity-1/maximize_unfocused.png b/metacity-1/maximize_unfocused.png
new file mode 100644
index 0000000..ee0830f
Binary files /dev/null and b/metacity-1/maximize_unfocused.png differ
diff --git a/metacity-1/maximize_unfocused_over.png b/metacity-1/maximize_unfocused_over.png
new file mode 100644
index 0000000..44768c7
Binary files /dev/null and b/metacity-1/maximize_unfocused_over.png differ
diff --git a/metacity-1/maximize_unfocused_prelight.png b/metacity-1/maximize_unfocused_prelight.png
new file mode 100644
index 0000000..75205ab
Binary files /dev/null and b/metacity-1/maximize_unfocused_prelight.png differ
diff --git a/metacity-1/maximize_unfocused_pressed.png b/metacity-1/maximize_unfocused_pressed.png
new file mode 100644
index 0000000..2ddf530
Binary files /dev/null and b/metacity-1/maximize_unfocused_pressed.png differ
diff --git a/metacity-1/menu-focus-none.svg b/metacity-1/menu-focus-none.svg
new file mode 100644
index 0000000..bdccb69
--- /dev/null
+++ b/metacity-1/menu-focus-none.svg
@@ -0,0 +1,42 @@
+
+
+
diff --git a/metacity-1/menu-focus-normal.svg b/metacity-1/menu-focus-normal.svg
new file mode 100644
index 0000000..277f0b0
--- /dev/null
+++ b/metacity-1/menu-focus-normal.svg
@@ -0,0 +1,42 @@
+
+
+
diff --git a/metacity-1/menu-focus.svg b/metacity-1/menu-focus.svg
new file mode 100644
index 0000000..74fb5fd
--- /dev/null
+++ b/metacity-1/menu-focus.svg
@@ -0,0 +1,51 @@
+
+
+
diff --git a/metacity-1/menu-pressed.svg b/metacity-1/menu-pressed.svg
new file mode 100644
index 0000000..b48395d
--- /dev/null
+++ b/metacity-1/menu-pressed.svg
@@ -0,0 +1,42 @@
+
+
+
diff --git a/metacity-1/menu.png b/metacity-1/menu.png
new file mode 100644
index 0000000..7d2fff7
Binary files /dev/null and b/metacity-1/menu.png differ
diff --git a/metacity-1/menu_focused.png b/metacity-1/menu_focused.png
new file mode 100644
index 0000000..7fcfdc9
Binary files /dev/null and b/metacity-1/menu_focused.png differ
diff --git a/metacity-1/menu_focused_normal.png b/metacity-1/menu_focused_normal.png
new file mode 100644
index 0000000..7fcfdc9
Binary files /dev/null and b/metacity-1/menu_focused_normal.png differ
diff --git a/metacity-1/menu_focused_prelight.png b/metacity-1/menu_focused_prelight.png
new file mode 100644
index 0000000..cc4f00b
Binary files /dev/null and b/metacity-1/menu_focused_prelight.png differ
diff --git a/metacity-1/menu_focused_pressed.png b/metacity-1/menu_focused_pressed.png
new file mode 100644
index 0000000..6db5464
Binary files /dev/null and b/metacity-1/menu_focused_pressed.png differ
diff --git a/metacity-1/menu_prelight.png b/metacity-1/menu_prelight.png
new file mode 100644
index 0000000..efd98cc
Binary files /dev/null and b/metacity-1/menu_prelight.png differ
diff --git a/metacity-1/menu_unfocused.png b/metacity-1/menu_unfocused.png
new file mode 100644
index 0000000..c5a5f1a
Binary files /dev/null and b/metacity-1/menu_unfocused.png differ
diff --git a/metacity-1/menu_unfocused_prelight.png b/metacity-1/menu_unfocused_prelight.png
new file mode 100644
index 0000000..8ef27d0
Binary files /dev/null and b/metacity-1/menu_unfocused_prelight.png differ
diff --git a/metacity-1/menu_unfocused_pressed.png b/metacity-1/menu_unfocused_pressed.png
new file mode 100644
index 0000000..4fb6c70
Binary files /dev/null and b/metacity-1/menu_unfocused_pressed.png differ
diff --git a/metacity-1/metacity-theme-dark.xml b/metacity-1/metacity-theme-dark.xml
new file mode 100644
index 0000000..e18988d
--- /dev/null
+++ b/metacity-1/metacity-theme-dark.xml
@@ -0,0 +1,1144 @@
+
+
+
+ Sierra
+ Vince Liuice
+ GPL-3.0+
+ 2018.01.12
+ Sierra Metacity Theme
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/metacity-1/metacity-theme-light.xml b/metacity-1/metacity-theme-light.xml
new file mode 100644
index 0000000..69b2ff8
--- /dev/null
+++ b/metacity-1/metacity-theme-light.xml
@@ -0,0 +1,1144 @@
+
+
+
+ Sierra
+ Vince Liuice
+ GPL-3.0+
+ 2018.01.12
+ Sierra Metacity Theme
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/metacity-1/minimize.png b/metacity-1/minimize.png
new file mode 100644
index 0000000..52f8715
Binary files /dev/null and b/metacity-1/minimize.png differ
diff --git a/metacity-1/minimize_focused.png b/metacity-1/minimize_focused.png
new file mode 100644
index 0000000..d28c44c
Binary files /dev/null and b/metacity-1/minimize_focused.png differ
diff --git a/metacity-1/minimize_focused_normal.png b/metacity-1/minimize_focused_normal.png
new file mode 100644
index 0000000..d28c44c
Binary files /dev/null and b/metacity-1/minimize_focused_normal.png differ
diff --git a/metacity-1/minimize_focused_prelight.png b/metacity-1/minimize_focused_prelight.png
new file mode 100644
index 0000000..595765c
Binary files /dev/null and b/metacity-1/minimize_focused_prelight.png differ
diff --git a/metacity-1/minimize_focused_pressed.png b/metacity-1/minimize_focused_pressed.png
new file mode 100644
index 0000000..5416263
Binary files /dev/null and b/metacity-1/minimize_focused_pressed.png differ
diff --git a/metacity-1/minimize_unfocused.png b/metacity-1/minimize_unfocused.png
new file mode 100644
index 0000000..ee0830f
Binary files /dev/null and b/metacity-1/minimize_unfocused.png differ
diff --git a/metacity-1/minimize_unfocused_over.png b/metacity-1/minimize_unfocused_over.png
new file mode 100644
index 0000000..d28c44c
Binary files /dev/null and b/metacity-1/minimize_unfocused_over.png differ
diff --git a/metacity-1/minimize_unfocused_prelight.png b/metacity-1/minimize_unfocused_prelight.png
new file mode 100644
index 0000000..595765c
Binary files /dev/null and b/metacity-1/minimize_unfocused_prelight.png differ
diff --git a/metacity-1/minimize_unfocused_pressed.png b/metacity-1/minimize_unfocused_pressed.png
new file mode 100644
index 0000000..5416263
Binary files /dev/null and b/metacity-1/minimize_unfocused_pressed.png differ
diff --git a/metacity-1/shade.png b/metacity-1/shade.png
new file mode 100644
index 0000000..fba5cd6
Binary files /dev/null and b/metacity-1/shade.png differ
diff --git a/metacity-1/shade_focused.png b/metacity-1/shade_focused.png
new file mode 100644
index 0000000..fba5cd6
Binary files /dev/null and b/metacity-1/shade_focused.png differ
diff --git a/metacity-1/shade_focused_normal.png b/metacity-1/shade_focused_normal.png
new file mode 100644
index 0000000..fba5cd6
Binary files /dev/null and b/metacity-1/shade_focused_normal.png differ
diff --git a/metacity-1/shade_focused_prelight.png b/metacity-1/shade_focused_prelight.png
new file mode 100644
index 0000000..cd24ba1
Binary files /dev/null and b/metacity-1/shade_focused_prelight.png differ
diff --git a/metacity-1/shade_focused_pressed.png b/metacity-1/shade_focused_pressed.png
new file mode 100644
index 0000000..b8781ac
Binary files /dev/null and b/metacity-1/shade_focused_pressed.png differ
diff --git a/metacity-1/shade_unfocused.png b/metacity-1/shade_unfocused.png
new file mode 100644
index 0000000..bb5c727
Binary files /dev/null and b/metacity-1/shade_unfocused.png differ
diff --git a/metacity-1/shade_unfocused_prelight.png b/metacity-1/shade_unfocused_prelight.png
new file mode 100644
index 0000000..fba5cd6
Binary files /dev/null and b/metacity-1/shade_unfocused_prelight.png differ
diff --git a/metacity-1/shade_unfocused_pressed.png b/metacity-1/shade_unfocused_pressed.png
new file mode 100644
index 0000000..b8781ac
Binary files /dev/null and b/metacity-1/shade_unfocused_pressed.png differ
diff --git a/metacity-1/trough_left.png b/metacity-1/trough_left.png
new file mode 100644
index 0000000..ab2f614
Binary files /dev/null and b/metacity-1/trough_left.png differ
diff --git a/metacity-1/trough_middle.png b/metacity-1/trough_middle.png
new file mode 100644
index 0000000..05d29ff
Binary files /dev/null and b/metacity-1/trough_middle.png differ
diff --git a/metacity-1/trough_right.png b/metacity-1/trough_right.png
new file mode 100644
index 0000000..a03bae8
Binary files /dev/null and b/metacity-1/trough_right.png differ
diff --git a/metacity-1/trough_unfocused_left.png b/metacity-1/trough_unfocused_left.png
new file mode 100644
index 0000000..5fe1515
Binary files /dev/null and b/metacity-1/trough_unfocused_left.png differ
diff --git a/metacity-1/trough_unfocused_middle.png b/metacity-1/trough_unfocused_middle.png
new file mode 100644
index 0000000..bbaab30
Binary files /dev/null and b/metacity-1/trough_unfocused_middle.png differ
diff --git a/metacity-1/trough_unfocused_right.png b/metacity-1/trough_unfocused_right.png
new file mode 100644
index 0000000..9a1ccfa
Binary files /dev/null and b/metacity-1/trough_unfocused_right.png differ
diff --git a/metacity-1/unmaximize.png b/metacity-1/unmaximize.png
new file mode 100644
index 0000000..7af5daf
Binary files /dev/null and b/metacity-1/unmaximize.png differ
diff --git a/metacity-1/unmaximize_focused.png b/metacity-1/unmaximize_focused.png
new file mode 100644
index 0000000..7af5daf
Binary files /dev/null and b/metacity-1/unmaximize_focused.png differ
diff --git a/metacity-1/unmaximize_focused_normal.png b/metacity-1/unmaximize_focused_normal.png
new file mode 100644
index 0000000..ece28b9
Binary files /dev/null and b/metacity-1/unmaximize_focused_normal.png differ
diff --git a/metacity-1/unmaximize_focused_prelight.png b/metacity-1/unmaximize_focused_prelight.png
new file mode 100644
index 0000000..75205ab
Binary files /dev/null and b/metacity-1/unmaximize_focused_prelight.png differ
diff --git a/metacity-1/unmaximize_focused_pressed.png b/metacity-1/unmaximize_focused_pressed.png
new file mode 100644
index 0000000..2ddf530
Binary files /dev/null and b/metacity-1/unmaximize_focused_pressed.png differ
diff --git a/metacity-1/unmaximize_unfocused.png b/metacity-1/unmaximize_unfocused.png
new file mode 100644
index 0000000..ee0830f
Binary files /dev/null and b/metacity-1/unmaximize_unfocused.png differ
diff --git a/metacity-1/unmaximize_unfocused_over.png b/metacity-1/unmaximize_unfocused_over.png
new file mode 100644
index 0000000..7af5daf
Binary files /dev/null and b/metacity-1/unmaximize_unfocused_over.png differ
diff --git a/metacity-1/unmaximize_unfocused_prelight.png b/metacity-1/unmaximize_unfocused_prelight.png
new file mode 100644
index 0000000..75205ab
Binary files /dev/null and b/metacity-1/unmaximize_unfocused_prelight.png differ
diff --git a/metacity-1/unmaximize_unfocused_pressed.png b/metacity-1/unmaximize_unfocused_pressed.png
new file mode 100644
index 0000000..2ddf530
Binary files /dev/null and b/metacity-1/unmaximize_unfocused_pressed.png differ
diff --git a/metacity-1/unshade.png b/metacity-1/unshade.png
new file mode 100644
index 0000000..9f274fe
Binary files /dev/null and b/metacity-1/unshade.png differ
diff --git a/metacity-1/unshade_focused.png b/metacity-1/unshade_focused.png
new file mode 100644
index 0000000..9f274fe
Binary files /dev/null and b/metacity-1/unshade_focused.png differ
diff --git a/metacity-1/unshade_focused_normal.png b/metacity-1/unshade_focused_normal.png
new file mode 100644
index 0000000..9f274fe
Binary files /dev/null and b/metacity-1/unshade_focused_normal.png differ
diff --git a/metacity-1/unshade_focused_prelight.png b/metacity-1/unshade_focused_prelight.png
new file mode 100644
index 0000000..6c0e592
Binary files /dev/null and b/metacity-1/unshade_focused_prelight.png differ
diff --git a/metacity-1/unshade_focused_pressed.png b/metacity-1/unshade_focused_pressed.png
new file mode 100644
index 0000000..e5670a4
Binary files /dev/null and b/metacity-1/unshade_focused_pressed.png differ
diff --git a/metacity-1/unshade_unfocused.png b/metacity-1/unshade_unfocused.png
new file mode 100644
index 0000000..bb5c727
Binary files /dev/null and b/metacity-1/unshade_unfocused.png differ
diff --git a/metacity-1/unshade_unfocused_prelight.png b/metacity-1/unshade_unfocused_prelight.png
new file mode 100644
index 0000000..9f274fe
Binary files /dev/null and b/metacity-1/unshade_unfocused_prelight.png differ
diff --git a/metacity-1/unshade_unfocused_pressed.png b/metacity-1/unshade_unfocused_pressed.png
new file mode 100644
index 0000000..e5670a4
Binary files /dev/null and b/metacity-1/unshade_unfocused_pressed.png differ
diff --git a/xfwm4/assets-dark.svg b/xfwm4/assets-dark.svg
new file mode 100644
index 0000000..d53df0d
--- /dev/null
+++ b/xfwm4/assets-dark.svg
@@ -0,0 +1,1713 @@
+
+
+
+
diff --git a/xfwm4/assets-dark/bottom-active.png b/xfwm4/assets-dark/bottom-active.png
new file mode 100644
index 0000000..c1aa9ad
Binary files /dev/null and b/xfwm4/assets-dark/bottom-active.png differ
diff --git a/xfwm4/assets-dark/bottom-inactive.png b/xfwm4/assets-dark/bottom-inactive.png
new file mode 100644
index 0000000..c1aa9ad
Binary files /dev/null and b/xfwm4/assets-dark/bottom-inactive.png differ
diff --git a/xfwm4/assets-dark/bottom-left-active.png b/xfwm4/assets-dark/bottom-left-active.png
new file mode 100644
index 0000000..246d970
Binary files /dev/null and b/xfwm4/assets-dark/bottom-left-active.png differ
diff --git a/xfwm4/assets-dark/bottom-left-inactive.png b/xfwm4/assets-dark/bottom-left-inactive.png
new file mode 100644
index 0000000..246d970
Binary files /dev/null and b/xfwm4/assets-dark/bottom-left-inactive.png differ
diff --git a/xfwm4/assets-dark/bottom-right-active.png b/xfwm4/assets-dark/bottom-right-active.png
new file mode 100644
index 0000000..246d970
Binary files /dev/null and b/xfwm4/assets-dark/bottom-right-active.png differ
diff --git a/xfwm4/assets-dark/bottom-right-inactive.png b/xfwm4/assets-dark/bottom-right-inactive.png
new file mode 100644
index 0000000..246d970
Binary files /dev/null and b/xfwm4/assets-dark/bottom-right-inactive.png differ
diff --git a/xfwm4/assets-dark/close-active.png b/xfwm4/assets-dark/close-active.png
new file mode 100644
index 0000000..681a85f
Binary files /dev/null and b/xfwm4/assets-dark/close-active.png differ
diff --git a/xfwm4/assets-dark/close-inactive.png b/xfwm4/assets-dark/close-inactive.png
new file mode 100644
index 0000000..718495d
Binary files /dev/null and b/xfwm4/assets-dark/close-inactive.png differ
diff --git a/xfwm4/assets-dark/close-prelight.png b/xfwm4/assets-dark/close-prelight.png
new file mode 100644
index 0000000..c624733
Binary files /dev/null and b/xfwm4/assets-dark/close-prelight.png differ
diff --git a/xfwm4/assets-dark/close-pressed.png b/xfwm4/assets-dark/close-pressed.png
new file mode 100644
index 0000000..09bf934
Binary files /dev/null and b/xfwm4/assets-dark/close-pressed.png differ
diff --git a/xfwm4/assets-dark/hide-active.png b/xfwm4/assets-dark/hide-active.png
new file mode 100644
index 0000000..d00c55f
Binary files /dev/null and b/xfwm4/assets-dark/hide-active.png differ
diff --git a/xfwm4/assets-dark/hide-inactive.png b/xfwm4/assets-dark/hide-inactive.png
new file mode 100644
index 0000000..718495d
Binary files /dev/null and b/xfwm4/assets-dark/hide-inactive.png differ
diff --git a/xfwm4/assets-dark/hide-prelight.png b/xfwm4/assets-dark/hide-prelight.png
new file mode 100644
index 0000000..773b4ee
Binary files /dev/null and b/xfwm4/assets-dark/hide-prelight.png differ
diff --git a/xfwm4/assets-dark/hide-pressed.png b/xfwm4/assets-dark/hide-pressed.png
new file mode 100644
index 0000000..63bb26b
Binary files /dev/null and b/xfwm4/assets-dark/hide-pressed.png differ
diff --git a/xfwm4/assets-dark/left-active.png b/xfwm4/assets-dark/left-active.png
new file mode 100644
index 0000000..7d6f91d
Binary files /dev/null and b/xfwm4/assets-dark/left-active.png differ
diff --git a/xfwm4/assets-dark/left-inactive.png b/xfwm4/assets-dark/left-inactive.png
new file mode 100644
index 0000000..7d6f91d
Binary files /dev/null and b/xfwm4/assets-dark/left-inactive.png differ
diff --git a/xfwm4/assets-dark/maximize-active.png b/xfwm4/assets-dark/maximize-active.png
new file mode 100644
index 0000000..4f79110
Binary files /dev/null and b/xfwm4/assets-dark/maximize-active.png differ
diff --git a/xfwm4/assets-dark/maximize-inactive.png b/xfwm4/assets-dark/maximize-inactive.png
new file mode 100644
index 0000000..718495d
Binary files /dev/null and b/xfwm4/assets-dark/maximize-inactive.png differ
diff --git a/xfwm4/assets-dark/maximize-prelight.png b/xfwm4/assets-dark/maximize-prelight.png
new file mode 100644
index 0000000..3949154
Binary files /dev/null and b/xfwm4/assets-dark/maximize-prelight.png differ
diff --git a/xfwm4/assets-dark/maximize-pressed.png b/xfwm4/assets-dark/maximize-pressed.png
new file mode 100644
index 0000000..0f34bb3
Binary files /dev/null and b/xfwm4/assets-dark/maximize-pressed.png differ
diff --git a/xfwm4/assets-dark/menu-active.png b/xfwm4/assets-dark/menu-active.png
new file mode 100644
index 0000000..7e21026
Binary files /dev/null and b/xfwm4/assets-dark/menu-active.png differ
diff --git a/xfwm4/assets-dark/menu-inactive.png b/xfwm4/assets-dark/menu-inactive.png
new file mode 100644
index 0000000..7e21026
Binary files /dev/null and b/xfwm4/assets-dark/menu-inactive.png differ
diff --git a/xfwm4/assets-dark/menu-pressed.png b/xfwm4/assets-dark/menu-pressed.png
new file mode 100644
index 0000000..7e21026
Binary files /dev/null and b/xfwm4/assets-dark/menu-pressed.png differ
diff --git a/xfwm4/assets-dark/right-active.png b/xfwm4/assets-dark/right-active.png
new file mode 100644
index 0000000..7d6f91d
Binary files /dev/null and b/xfwm4/assets-dark/right-active.png differ
diff --git a/xfwm4/assets-dark/right-inactive.png b/xfwm4/assets-dark/right-inactive.png
new file mode 100644
index 0000000..7d6f91d
Binary files /dev/null and b/xfwm4/assets-dark/right-inactive.png differ
diff --git a/xfwm4/assets-dark/shade-active.png b/xfwm4/assets-dark/shade-active.png
new file mode 100644
index 0000000..1ce618d
Binary files /dev/null and b/xfwm4/assets-dark/shade-active.png differ
diff --git a/xfwm4/assets-dark/shade-inactive.png b/xfwm4/assets-dark/shade-inactive.png
new file mode 100644
index 0000000..1a96e4c
Binary files /dev/null and b/xfwm4/assets-dark/shade-inactive.png differ
diff --git a/xfwm4/assets-dark/shade-pressed.png b/xfwm4/assets-dark/shade-pressed.png
new file mode 100644
index 0000000..d1bac55
Binary files /dev/null and b/xfwm4/assets-dark/shade-pressed.png differ
diff --git a/xfwm4/assets-dark/stick-active.png b/xfwm4/assets-dark/stick-active.png
new file mode 100644
index 0000000..0f206bf
Binary files /dev/null and b/xfwm4/assets-dark/stick-active.png differ
diff --git a/xfwm4/assets-dark/stick-inactive.png b/xfwm4/assets-dark/stick-inactive.png
new file mode 100644
index 0000000..5dbf690
Binary files /dev/null and b/xfwm4/assets-dark/stick-inactive.png differ
diff --git a/xfwm4/assets-dark/stick-pressed.png b/xfwm4/assets-dark/stick-pressed.png
new file mode 100644
index 0000000..b7f8c79
Binary files /dev/null and b/xfwm4/assets-dark/stick-pressed.png differ
diff --git a/xfwm4/assets-dark/title-1-active.png b/xfwm4/assets-dark/title-1-active.png
new file mode 100644
index 0000000..2ce8f45
Binary files /dev/null and b/xfwm4/assets-dark/title-1-active.png differ
diff --git a/xfwm4/assets-dark/title-1-inactive.png b/xfwm4/assets-dark/title-1-inactive.png
new file mode 100644
index 0000000..2ce8f45
Binary files /dev/null and b/xfwm4/assets-dark/title-1-inactive.png differ
diff --git a/xfwm4/assets-dark/title-2-active.png b/xfwm4/assets-dark/title-2-active.png
new file mode 100644
index 0000000..2ce8f45
Binary files /dev/null and b/xfwm4/assets-dark/title-2-active.png differ
diff --git a/xfwm4/assets-dark/title-2-inactive.png b/xfwm4/assets-dark/title-2-inactive.png
new file mode 100644
index 0000000..2ce8f45
Binary files /dev/null and b/xfwm4/assets-dark/title-2-inactive.png differ
diff --git a/xfwm4/assets-dark/title-3-active.png b/xfwm4/assets-dark/title-3-active.png
new file mode 100644
index 0000000..2ce8f45
Binary files /dev/null and b/xfwm4/assets-dark/title-3-active.png differ
diff --git a/xfwm4/assets-dark/title-3-inactive.png b/xfwm4/assets-dark/title-3-inactive.png
new file mode 100644
index 0000000..2ce8f45
Binary files /dev/null and b/xfwm4/assets-dark/title-3-inactive.png differ
diff --git a/xfwm4/assets-dark/title-4-active.png b/xfwm4/assets-dark/title-4-active.png
new file mode 100644
index 0000000..2ce8f45
Binary files /dev/null and b/xfwm4/assets-dark/title-4-active.png differ
diff --git a/xfwm4/assets-dark/title-4-inactive.png b/xfwm4/assets-dark/title-4-inactive.png
new file mode 100644
index 0000000..2ce8f45
Binary files /dev/null and b/xfwm4/assets-dark/title-4-inactive.png differ
diff --git a/xfwm4/assets-dark/title-5-active.png b/xfwm4/assets-dark/title-5-active.png
new file mode 100644
index 0000000..2ce8f45
Binary files /dev/null and b/xfwm4/assets-dark/title-5-active.png differ
diff --git a/xfwm4/assets-dark/title-5-inactive.png b/xfwm4/assets-dark/title-5-inactive.png
new file mode 100644
index 0000000..2ce8f45
Binary files /dev/null and b/xfwm4/assets-dark/title-5-inactive.png differ
diff --git a/xfwm4/assets-dark/top-left-active.png b/xfwm4/assets-dark/top-left-active.png
new file mode 100644
index 0000000..bfbec67
Binary files /dev/null and b/xfwm4/assets-dark/top-left-active.png differ
diff --git a/xfwm4/assets-dark/top-left-inactive.png b/xfwm4/assets-dark/top-left-inactive.png
new file mode 100644
index 0000000..bfbec67
Binary files /dev/null and b/xfwm4/assets-dark/top-left-inactive.png differ
diff --git a/xfwm4/assets-dark/top-right-active.png b/xfwm4/assets-dark/top-right-active.png
new file mode 100644
index 0000000..c6e254d
Binary files /dev/null and b/xfwm4/assets-dark/top-right-active.png differ
diff --git a/xfwm4/assets-dark/top-right-inactive.png b/xfwm4/assets-dark/top-right-inactive.png
new file mode 100644
index 0000000..c6e254d
Binary files /dev/null and b/xfwm4/assets-dark/top-right-inactive.png differ
diff --git a/xfwm4/assets-light.svg b/xfwm4/assets-light.svg
new file mode 100644
index 0000000..f43bf52
--- /dev/null
+++ b/xfwm4/assets-light.svg
@@ -0,0 +1,1742 @@
+
+
+
+
diff --git a/xfwm4/assets-light/bottom-active.png b/xfwm4/assets-light/bottom-active.png
new file mode 100644
index 0000000..9d118a6
Binary files /dev/null and b/xfwm4/assets-light/bottom-active.png differ
diff --git a/xfwm4/assets-light/bottom-inactive.png b/xfwm4/assets-light/bottom-inactive.png
new file mode 100644
index 0000000..9d118a6
Binary files /dev/null and b/xfwm4/assets-light/bottom-inactive.png differ
diff --git a/xfwm4/assets-light/bottom-left-active.png b/xfwm4/assets-light/bottom-left-active.png
new file mode 100644
index 0000000..531a87f
Binary files /dev/null and b/xfwm4/assets-light/bottom-left-active.png differ
diff --git a/xfwm4/assets-light/bottom-left-inactive.png b/xfwm4/assets-light/bottom-left-inactive.png
new file mode 100644
index 0000000..531a87f
Binary files /dev/null and b/xfwm4/assets-light/bottom-left-inactive.png differ
diff --git a/xfwm4/assets-light/bottom-right-active.png b/xfwm4/assets-light/bottom-right-active.png
new file mode 100644
index 0000000..531a87f
Binary files /dev/null and b/xfwm4/assets-light/bottom-right-active.png differ
diff --git a/xfwm4/assets-light/bottom-right-inactive.png b/xfwm4/assets-light/bottom-right-inactive.png
new file mode 100644
index 0000000..531a87f
Binary files /dev/null and b/xfwm4/assets-light/bottom-right-inactive.png differ
diff --git a/xfwm4/assets-light/close-active.png b/xfwm4/assets-light/close-active.png
new file mode 100644
index 0000000..da5dba1
Binary files /dev/null and b/xfwm4/assets-light/close-active.png differ
diff --git a/xfwm4/assets-light/close-inactive.png b/xfwm4/assets-light/close-inactive.png
new file mode 100644
index 0000000..293dfd5
Binary files /dev/null and b/xfwm4/assets-light/close-inactive.png differ
diff --git a/xfwm4/assets-light/close-prelight.png b/xfwm4/assets-light/close-prelight.png
new file mode 100644
index 0000000..8550542
Binary files /dev/null and b/xfwm4/assets-light/close-prelight.png differ
diff --git a/xfwm4/assets-light/close-pressed.png b/xfwm4/assets-light/close-pressed.png
new file mode 100644
index 0000000..8825c02
Binary files /dev/null and b/xfwm4/assets-light/close-pressed.png differ
diff --git a/xfwm4/assets-light/hide-active.png b/xfwm4/assets-light/hide-active.png
new file mode 100644
index 0000000..7d3398a
Binary files /dev/null and b/xfwm4/assets-light/hide-active.png differ
diff --git a/xfwm4/assets-light/hide-inactive.png b/xfwm4/assets-light/hide-inactive.png
new file mode 100644
index 0000000..293dfd5
Binary files /dev/null and b/xfwm4/assets-light/hide-inactive.png differ
diff --git a/xfwm4/assets-light/hide-prelight.png b/xfwm4/assets-light/hide-prelight.png
new file mode 100644
index 0000000..75aef05
Binary files /dev/null and b/xfwm4/assets-light/hide-prelight.png differ
diff --git a/xfwm4/assets-light/hide-pressed.png b/xfwm4/assets-light/hide-pressed.png
new file mode 100644
index 0000000..84f2279
Binary files /dev/null and b/xfwm4/assets-light/hide-pressed.png differ
diff --git a/xfwm4/assets-light/left-active.png b/xfwm4/assets-light/left-active.png
new file mode 100644
index 0000000..4a702b3
Binary files /dev/null and b/xfwm4/assets-light/left-active.png differ
diff --git a/xfwm4/assets-light/left-inactive.png b/xfwm4/assets-light/left-inactive.png
new file mode 100644
index 0000000..4a702b3
Binary files /dev/null and b/xfwm4/assets-light/left-inactive.png differ
diff --git a/xfwm4/assets-light/maximize-active.png b/xfwm4/assets-light/maximize-active.png
new file mode 100644
index 0000000..1cfcc33
Binary files /dev/null and b/xfwm4/assets-light/maximize-active.png differ
diff --git a/xfwm4/assets-light/maximize-inactive.png b/xfwm4/assets-light/maximize-inactive.png
new file mode 100644
index 0000000..293dfd5
Binary files /dev/null and b/xfwm4/assets-light/maximize-inactive.png differ
diff --git a/xfwm4/assets-light/maximize-prelight.png b/xfwm4/assets-light/maximize-prelight.png
new file mode 100644
index 0000000..95797ba
Binary files /dev/null and b/xfwm4/assets-light/maximize-prelight.png differ
diff --git a/xfwm4/assets-light/maximize-pressed.png b/xfwm4/assets-light/maximize-pressed.png
new file mode 100644
index 0000000..dbaba48
Binary files /dev/null and b/xfwm4/assets-light/maximize-pressed.png differ
diff --git a/xfwm4/assets-light/menu-active.png b/xfwm4/assets-light/menu-active.png
new file mode 100644
index 0000000..d234909
Binary files /dev/null and b/xfwm4/assets-light/menu-active.png differ
diff --git a/xfwm4/assets-light/menu-inactive.png b/xfwm4/assets-light/menu-inactive.png
new file mode 100644
index 0000000..d234909
Binary files /dev/null and b/xfwm4/assets-light/menu-inactive.png differ
diff --git a/xfwm4/assets-light/menu-pressed.png b/xfwm4/assets-light/menu-pressed.png
new file mode 100644
index 0000000..d234909
Binary files /dev/null and b/xfwm4/assets-light/menu-pressed.png differ
diff --git a/xfwm4/assets-light/right-active.png b/xfwm4/assets-light/right-active.png
new file mode 100644
index 0000000..4a702b3
Binary files /dev/null and b/xfwm4/assets-light/right-active.png differ
diff --git a/xfwm4/assets-light/right-inactive.png b/xfwm4/assets-light/right-inactive.png
new file mode 100644
index 0000000..4a702b3
Binary files /dev/null and b/xfwm4/assets-light/right-inactive.png differ
diff --git a/xfwm4/assets-light/shade-active.png b/xfwm4/assets-light/shade-active.png
new file mode 100644
index 0000000..fa0616d
Binary files /dev/null and b/xfwm4/assets-light/shade-active.png differ
diff --git a/xfwm4/assets-light/shade-inactive.png b/xfwm4/assets-light/shade-inactive.png
new file mode 100644
index 0000000..7637b96
Binary files /dev/null and b/xfwm4/assets-light/shade-inactive.png differ
diff --git a/xfwm4/assets-light/shade-pressed.png b/xfwm4/assets-light/shade-pressed.png
new file mode 100644
index 0000000..651710f
Binary files /dev/null and b/xfwm4/assets-light/shade-pressed.png differ
diff --git a/xfwm4/assets-light/stick-active.png b/xfwm4/assets-light/stick-active.png
new file mode 100644
index 0000000..607e060
Binary files /dev/null and b/xfwm4/assets-light/stick-active.png differ
diff --git a/xfwm4/assets-light/stick-inactive.png b/xfwm4/assets-light/stick-inactive.png
new file mode 100644
index 0000000..9d26265
Binary files /dev/null and b/xfwm4/assets-light/stick-inactive.png differ
diff --git a/xfwm4/assets-light/stick-pressed.png b/xfwm4/assets-light/stick-pressed.png
new file mode 100644
index 0000000..d6e16a8
Binary files /dev/null and b/xfwm4/assets-light/stick-pressed.png differ
diff --git a/xfwm4/assets-light/title-1-active.png b/xfwm4/assets-light/title-1-active.png
new file mode 100644
index 0000000..caaca6d
Binary files /dev/null and b/xfwm4/assets-light/title-1-active.png differ
diff --git a/xfwm4/assets-light/title-1-inactive.png b/xfwm4/assets-light/title-1-inactive.png
new file mode 100644
index 0000000..caaca6d
Binary files /dev/null and b/xfwm4/assets-light/title-1-inactive.png differ
diff --git a/xfwm4/assets-light/title-2-active.png b/xfwm4/assets-light/title-2-active.png
new file mode 100644
index 0000000..caaca6d
Binary files /dev/null and b/xfwm4/assets-light/title-2-active.png differ
diff --git a/xfwm4/assets-light/title-2-inactive.png b/xfwm4/assets-light/title-2-inactive.png
new file mode 100644
index 0000000..caaca6d
Binary files /dev/null and b/xfwm4/assets-light/title-2-inactive.png differ
diff --git a/xfwm4/assets-light/title-3-active.png b/xfwm4/assets-light/title-3-active.png
new file mode 100644
index 0000000..caaca6d
Binary files /dev/null and b/xfwm4/assets-light/title-3-active.png differ
diff --git a/xfwm4/assets-light/title-3-inactive.png b/xfwm4/assets-light/title-3-inactive.png
new file mode 100644
index 0000000..caaca6d
Binary files /dev/null and b/xfwm4/assets-light/title-3-inactive.png differ
diff --git a/xfwm4/assets-light/title-4-active.png b/xfwm4/assets-light/title-4-active.png
new file mode 100644
index 0000000..caaca6d
Binary files /dev/null and b/xfwm4/assets-light/title-4-active.png differ
diff --git a/xfwm4/assets-light/title-4-inactive.png b/xfwm4/assets-light/title-4-inactive.png
new file mode 100644
index 0000000..caaca6d
Binary files /dev/null and b/xfwm4/assets-light/title-4-inactive.png differ
diff --git a/xfwm4/assets-light/title-5-active.png b/xfwm4/assets-light/title-5-active.png
new file mode 100644
index 0000000..caaca6d
Binary files /dev/null and b/xfwm4/assets-light/title-5-active.png differ
diff --git a/xfwm4/assets-light/title-5-inactive.png b/xfwm4/assets-light/title-5-inactive.png
new file mode 100644
index 0000000..caaca6d
Binary files /dev/null and b/xfwm4/assets-light/title-5-inactive.png differ
diff --git a/xfwm4/assets-light/top-left-active.png b/xfwm4/assets-light/top-left-active.png
new file mode 100644
index 0000000..b2fbf76
Binary files /dev/null and b/xfwm4/assets-light/top-left-active.png differ
diff --git a/xfwm4/assets-light/top-left-inactive.png b/xfwm4/assets-light/top-left-inactive.png
new file mode 100644
index 0000000..b2fbf76
Binary files /dev/null and b/xfwm4/assets-light/top-left-inactive.png differ
diff --git a/xfwm4/assets-light/top-right-active.png b/xfwm4/assets-light/top-right-active.png
new file mode 100644
index 0000000..08bd980
Binary files /dev/null and b/xfwm4/assets-light/top-right-active.png differ
diff --git a/xfwm4/assets-light/top-right-inactive.png b/xfwm4/assets-light/top-right-inactive.png
new file mode 100644
index 0000000..08bd980
Binary files /dev/null and b/xfwm4/assets-light/top-right-inactive.png differ
diff --git a/xfwm4/assets.txt b/xfwm4/assets.txt
new file mode 100644
index 0000000..55e3c9f
--- /dev/null
+++ b/xfwm4/assets.txt
@@ -0,0 +1,45 @@
+close-active
+close-inactive
+close-prelight
+close-pressed
+hide-active
+hide-inactive
+hide-prelight
+hide-pressed
+maximize-active
+maximize-inactive
+maximize-prelight
+maximize-pressed
+menu-active
+menu-inactive
+menu-pressed
+shade-active
+shade-inactive
+shade-pressed
+stick-active
+stick-inactive
+stick-pressed
+title-1-active
+title-1-inactive
+title-2-active
+title-2-inactive
+title-3-active
+title-3-inactive
+title-4-active
+title-4-inactive
+title-5-active
+title-5-inactive
+top-left-active
+top-left-inactive
+top-right-active
+top-right-inactive
+left-active
+left-inactive
+right-active
+right-inactive
+bottom-active
+bottom-inactive
+bottom-left-active
+bottom-left-inactive
+bottom-right-active
+bottom-right-inactive
diff --git a/xfwm4/render-assets.sh b/xfwm4/render-assets.sh
new file mode 100644
index 0000000..327bd56
--- /dev/null
+++ b/xfwm4/render-assets.sh
@@ -0,0 +1,36 @@
+#! /bin/bash
+
+INKSCAPE="/usr/bin/inkscape"
+OPTIPNG="/usr/bin/optipng"
+
+SRC_FILE="assets-light.svg"
+DARK_SRC_FILE="assets-dark.svg"
+ASSETS_DIR="assets-light"
+DARK_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-png=$ASSETS_DIR/$i.png $SRC_FILE >/dev/null \
+ && $OPTIPNG -o7 --quiet $ASSETS_DIR/$i.png
+fi
+if [ -f $DARK_ASSETS_DIR/$i.png ]; then
+ echo $DARK_ASSETS_DIR/$i.png exists.
+else
+ echo
+ echo Rendering $DARK_ASSETS_DIR/$i.png
+ $INKSCAPE --export-id=$i \
+ --export-id-only \
+ --export-png=$DARK_ASSETS_DIR/$i.png $DARK_SRC_FILE >/dev/null \
+ && $OPTIPNG -o7 --quiet $DARK_ASSETS_DIR/$i.png
+fi
+done
+exit 0
diff --git a/xfwm4/themerc-dark b/xfwm4/themerc-dark
new file mode 100644
index 0000000..9a98800
--- /dev/null
+++ b/xfwm4/themerc-dark
@@ -0,0 +1,23 @@
+button_offset=2
+button_spacing=0
+
+show_app_icon=true
+
+full_width_title=true
+
+title_shadow_active=false
+title_shadow_inactive=false
+
+title_horizontal_offset=3
+
+active_text_color=#afafaf
+active_text_shadow_color=#252525
+
+inactive_text_color=#808080
+inactive_text_shadow_color=#252525
+
+shadow_delta_height=2
+shadow_delta_width=0
+shadow_delta_x=0
+shadow_delta_y=-5
+shadow_opacity=40
diff --git a/xfwm4/themerc-light b/xfwm4/themerc-light
new file mode 100644
index 0000000..d964308
--- /dev/null
+++ b/xfwm4/themerc-light
@@ -0,0 +1,23 @@
+button_offset=2
+button_spacing=0
+
+show_app_icon=true
+
+full_width_title=true
+
+title_shadow_active=false
+title_shadow_inactive=false
+
+title_horizontal_offset=3
+
+active_text_color=#707070
+active_text_shadow_color=#e7e7e7
+
+inactive_text_color=#979797
+inactive_text_shadow_color=#e7e7e7
+
+shadow_delta_height=2
+shadow_delta_width=0
+shadow_delta_x=0
+shadow_delta_y=-5
+shadow_opacity=40