From a79b1cee8a23fdc63b28265919e429919870bf4f Mon Sep 17 00:00:00 2001
From: Horst3180
Date: Thu, 9 Jul 2015 19:34:30 +0200
Subject: metacity tweaks
---
common/gtk-3.0/3.14/_colors.scss | 6 +-
common/gtk-3.0/3.14/gtk-contained-solid.css | 6 +-
common/gtk-3.0/3.14/gtk-contained.css | 6 +-
common/gtk-3.0/3.16/_colors.scss | 6 +-
common/gtk-3.0/3.16/gtk-contained-solid.css | 6 +-
common/gtk-3.0/3.16/gtk-contained.css | 6 +-
common/metacity-1/close.svg | 109 ----
common/metacity-1/close_prelight.svg | 109 ----
common/metacity-1/close_pressed.svg | 109 ----
common/metacity-1/close_unfocused.svg | 108 ----
common/metacity-1/max.svg | 85 ---
common/metacity-1/max_prelight.svg | 118 -----
common/metacity-1/max_pressed.svg | 119 -----
common/metacity-1/max_unfocused.svg | 85 ---
common/metacity-1/metacity-theme-1-dark.xml | 778 ++++++++++++++++++++++++++++
common/metacity-1/metacity-theme-1.xml | 108 +++-
common/metacity-1/metacity-theme-2-dark.xml | 778 ++++++++++++++++++++++++++++
common/metacity-1/metacity-theme-2.xml | 108 +++-
common/metacity-1/min.svg | 85 ---
common/metacity-1/min_prelight.svg | 118 -----
common/metacity-1/min_pressed.svg | 119 -----
common/metacity-1/min_unfocused.svg | 85 ---
22 files changed, 1736 insertions(+), 1321 deletions(-)
delete mode 100644 common/metacity-1/close.svg
delete mode 100644 common/metacity-1/close_prelight.svg
delete mode 100644 common/metacity-1/close_pressed.svg
delete mode 100644 common/metacity-1/close_unfocused.svg
delete mode 100644 common/metacity-1/max.svg
delete mode 100644 common/metacity-1/max_prelight.svg
delete mode 100644 common/metacity-1/max_pressed.svg
delete mode 100644 common/metacity-1/max_unfocused.svg
create mode 100644 common/metacity-1/metacity-theme-1-dark.xml
create mode 100644 common/metacity-1/metacity-theme-2-dark.xml
delete mode 100644 common/metacity-1/min.svg
delete mode 100644 common/metacity-1/min_prelight.svg
delete mode 100644 common/metacity-1/min_pressed.svg
delete mode 100644 common/metacity-1/min_unfocused.svg
(limited to 'common')
diff --git a/common/gtk-3.0/3.14/_colors.scss b/common/gtk-3.0/3.14/_colors.scss
index c031362..3186aac 100644
--- a/common/gtk-3.0/3.14/_colors.scss
+++ b/common/gtk-3.0/3.14/_colors.scss
@@ -91,7 +91,7 @@ $wm_button_unfocused_border: if($variant == 'light' and $darker == 'false', #ddd
$wm_button_hover_border: $selected_bg_color;
$wm_button_active_border: $selected_bg_color;
-$wm_icon_bg: if($variant == 'light' and $darker == 'false', #a7adb9, #939ca8);
-$wm_icon_unfocused_bg: if($variant == 'light' and $darker == 'false', #babec7, #686f78);
-$wm_icon_hover_bg: if($variant == 'light' and $darker == 'false', #757d91, #afb8c5);
+$wm_icon_bg: if($variant == 'light' and $darker == 'false', #8d93a4, #939ca8);
+$wm_icon_unfocused_bg: if($variant == 'light' and $darker == 'false', #b8bcc7, #686f78);
+$wm_icon_hover_bg: if($variant == 'light' and $darker == 'false', #70788d, #afb8c5);
$wm_icon_active_bg: $selected_fg_color;
diff --git a/common/gtk-3.0/3.14/gtk-contained-solid.css b/common/gtk-3.0/3.14/gtk-contained-solid.css
index 3782119..61fe1c3 100644
--- a/common/gtk-3.0/3.14/gtk-contained-solid.css
+++ b/common/gtk-3.0/3.14/gtk-contained-solid.css
@@ -3529,8 +3529,8 @@ GtkFileChooserDialog .action-bar.frame {
@define-color wm_button_unfocused_border #dddee2;
@define-color wm_button_hover_border #5294E2;
@define-color wm_button_active_border #5294E2;
-@define-color wm_icon_bg #a7adb9;
-@define-color wm_icon_unfocused_bg #babec7;
-@define-color wm_icon_hover_bg #757d91;
+@define-color wm_icon_bg #8d93a4;
+@define-color wm_icon_unfocused_bg #b8bcc7;
+@define-color wm_icon_hover_bg #70788d;
@define-color wm_icon_active_bg #ffffff;
@define-color content_view_bg #ffffff;
diff --git a/common/gtk-3.0/3.14/gtk-contained.css b/common/gtk-3.0/3.14/gtk-contained.css
index 3017f8a..4d2bc97 100644
--- a/common/gtk-3.0/3.14/gtk-contained.css
+++ b/common/gtk-3.0/3.14/gtk-contained.css
@@ -3529,8 +3529,8 @@ GtkFileChooserDialog .action-bar.frame {
@define-color wm_button_unfocused_border #dddee2;
@define-color wm_button_hover_border #5294E2;
@define-color wm_button_active_border #5294E2;
-@define-color wm_icon_bg #a7adb9;
-@define-color wm_icon_unfocused_bg #babec7;
-@define-color wm_icon_hover_bg #757d91;
+@define-color wm_icon_bg #8d93a4;
+@define-color wm_icon_unfocused_bg #b8bcc7;
+@define-color wm_icon_hover_bg #70788d;
@define-color wm_icon_active_bg #ffffff;
@define-color content_view_bg #ffffff;
diff --git a/common/gtk-3.0/3.16/_colors.scss b/common/gtk-3.0/3.16/_colors.scss
index c031362..3186aac 100644
--- a/common/gtk-3.0/3.16/_colors.scss
+++ b/common/gtk-3.0/3.16/_colors.scss
@@ -91,7 +91,7 @@ $wm_button_unfocused_border: if($variant == 'light' and $darker == 'false', #ddd
$wm_button_hover_border: $selected_bg_color;
$wm_button_active_border: $selected_bg_color;
-$wm_icon_bg: if($variant == 'light' and $darker == 'false', #a7adb9, #939ca8);
-$wm_icon_unfocused_bg: if($variant == 'light' and $darker == 'false', #babec7, #686f78);
-$wm_icon_hover_bg: if($variant == 'light' and $darker == 'false', #757d91, #afb8c5);
+$wm_icon_bg: if($variant == 'light' and $darker == 'false', #8d93a4, #939ca8);
+$wm_icon_unfocused_bg: if($variant == 'light' and $darker == 'false', #b8bcc7, #686f78);
+$wm_icon_hover_bg: if($variant == 'light' and $darker == 'false', #70788d, #afb8c5);
$wm_icon_active_bg: $selected_fg_color;
diff --git a/common/gtk-3.0/3.16/gtk-contained-solid.css b/common/gtk-3.0/3.16/gtk-contained-solid.css
index e71b521..cc13fa1 100644
--- a/common/gtk-3.0/3.16/gtk-contained-solid.css
+++ b/common/gtk-3.0/3.16/gtk-contained-solid.css
@@ -3392,8 +3392,8 @@ GtkFileChooserDialog .action-bar.frame {
@define-color wm_button_unfocused_border #dddee2;
@define-color wm_button_hover_border #5294E2;
@define-color wm_button_active_border #5294E2;
-@define-color wm_icon_bg #a7adb9;
-@define-color wm_icon_unfocused_bg #babec7;
-@define-color wm_icon_hover_bg #757d91;
+@define-color wm_icon_bg #8d93a4;
+@define-color wm_icon_unfocused_bg #b8bcc7;
+@define-color wm_icon_hover_bg #70788d;
@define-color wm_icon_active_bg #ffffff;
@define-color content_view_bg #ffffff;
diff --git a/common/gtk-3.0/3.16/gtk-contained.css b/common/gtk-3.0/3.16/gtk-contained.css
index a685262..188ea9f 100644
--- a/common/gtk-3.0/3.16/gtk-contained.css
+++ b/common/gtk-3.0/3.16/gtk-contained.css
@@ -3392,8 +3392,8 @@ GtkFileChooserDialog .action-bar.frame {
@define-color wm_button_unfocused_border #dddee2;
@define-color wm_button_hover_border #5294E2;
@define-color wm_button_active_border #5294E2;
-@define-color wm_icon_bg #a7adb9;
-@define-color wm_icon_unfocused_bg #babec7;
-@define-color wm_icon_hover_bg #757d91;
+@define-color wm_icon_bg #8d93a4;
+@define-color wm_icon_unfocused_bg #b8bcc7;
+@define-color wm_icon_hover_bg #70788d;
@define-color wm_icon_active_bg #ffffff;
@define-color content_view_bg #ffffff;
diff --git a/common/metacity-1/close.svg b/common/metacity-1/close.svg
deleted file mode 100644
index ee25b7c..0000000
--- a/common/metacity-1/close.svg
+++ /dev/null
@@ -1,109 +0,0 @@
-
-
\ No newline at end of file
diff --git a/common/metacity-1/close_prelight.svg b/common/metacity-1/close_prelight.svg
deleted file mode 100644
index 6b7ff04..0000000
--- a/common/metacity-1/close_prelight.svg
+++ /dev/null
@@ -1,109 +0,0 @@
-
-
\ No newline at end of file
diff --git a/common/metacity-1/close_pressed.svg b/common/metacity-1/close_pressed.svg
deleted file mode 100644
index a294819..0000000
--- a/common/metacity-1/close_pressed.svg
+++ /dev/null
@@ -1,109 +0,0 @@
-
-
\ No newline at end of file
diff --git a/common/metacity-1/close_unfocused.svg b/common/metacity-1/close_unfocused.svg
deleted file mode 100644
index 4beb085..0000000
--- a/common/metacity-1/close_unfocused.svg
+++ /dev/null
@@ -1,108 +0,0 @@
-
-
\ No newline at end of file
diff --git a/common/metacity-1/max.svg b/common/metacity-1/max.svg
deleted file mode 100644
index 37b7f8e..0000000
--- a/common/metacity-1/max.svg
+++ /dev/null
@@ -1,85 +0,0 @@
-
-
\ No newline at end of file
diff --git a/common/metacity-1/max_prelight.svg b/common/metacity-1/max_prelight.svg
deleted file mode 100644
index a6986e1..0000000
--- a/common/metacity-1/max_prelight.svg
+++ /dev/null
@@ -1,118 +0,0 @@
-
-
\ No newline at end of file
diff --git a/common/metacity-1/max_pressed.svg b/common/metacity-1/max_pressed.svg
deleted file mode 100644
index eafbbf5..0000000
--- a/common/metacity-1/max_pressed.svg
+++ /dev/null
@@ -1,119 +0,0 @@
-
-
\ No newline at end of file
diff --git a/common/metacity-1/max_unfocused.svg b/common/metacity-1/max_unfocused.svg
deleted file mode 100644
index 035326e..0000000
--- a/common/metacity-1/max_unfocused.svg
+++ /dev/null
@@ -1,85 +0,0 @@
-
-
\ No newline at end of file
diff --git a/common/metacity-1/metacity-theme-1-dark.xml b/common/metacity-1/metacity-theme-1-dark.xml
new file mode 100644
index 0000000..113dce4
--- /dev/null
+++ b/common/metacity-1/metacity-theme-1-dark.xml
@@ -0,0 +1,778 @@
+
+
+
+ Arc
+ horst3180
+ horst3180
+ 2015
+ Arc Metacity theme
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/common/metacity-1/metacity-theme-1.xml b/common/metacity-1/metacity-theme-1.xml
index ba83938..13c50a8 100644
--- a/common/metacity-1/metacity-theme-1.xml
+++ b/common/metacity-1/metacity-theme-1.xml
@@ -18,6 +18,33 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -90,116 +117,143 @@
-
-
-
+
+
-
+
+
-
+
-
+
-
+
-
+
-
+
-
+
+
-
+
+
-
+
+
-
+
+
+
-
+
+
-
+
+
-
+
+
+
-
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
-
+
+
+
-
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
diff --git a/common/metacity-1/metacity-theme-2-dark.xml b/common/metacity-1/metacity-theme-2-dark.xml
new file mode 100644
index 0000000..113dce4
--- /dev/null
+++ b/common/metacity-1/metacity-theme-2-dark.xml
@@ -0,0 +1,778 @@
+
+
+
+ Arc
+ horst3180
+ horst3180
+ 2015
+ Arc Metacity theme
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/common/metacity-1/metacity-theme-2.xml b/common/metacity-1/metacity-theme-2.xml
index ba83938..79fee42 100644
--- a/common/metacity-1/metacity-theme-2.xml
+++ b/common/metacity-1/metacity-theme-2.xml
@@ -18,6 +18,33 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -90,116 +117,143 @@
-
-
-
+
+
-
+
+
-
+
-
+
-
+
-
+
-
+
-
+
+
-
+
+
-
+
+
-
+
+
+
-
+
+
-
+
+
-
+
+
+
-
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
-
+
+
+
-
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
diff --git a/common/metacity-1/min.svg b/common/metacity-1/min.svg
deleted file mode 100644
index 4f386fa..0000000
--- a/common/metacity-1/min.svg
+++ /dev/null
@@ -1,85 +0,0 @@
-
-
\ No newline at end of file
diff --git a/common/metacity-1/min_prelight.svg b/common/metacity-1/min_prelight.svg
deleted file mode 100644
index e97be51..0000000
--- a/common/metacity-1/min_prelight.svg
+++ /dev/null
@@ -1,118 +0,0 @@
-
-
\ No newline at end of file
diff --git a/common/metacity-1/min_pressed.svg b/common/metacity-1/min_pressed.svg
deleted file mode 100644
index 9365f86..0000000
--- a/common/metacity-1/min_pressed.svg
+++ /dev/null
@@ -1,119 +0,0 @@
-
-
\ No newline at end of file
diff --git a/common/metacity-1/min_unfocused.svg b/common/metacity-1/min_unfocused.svg
deleted file mode 100644
index 472d968..0000000
--- a/common/metacity-1/min_unfocused.svg
+++ /dev/null
@@ -1,85 +0,0 @@
-
-
\ No newline at end of file
--
cgit v1.2.3