diff --git a/.vscode/settings.json b/.vscode/settings.json
new file mode 100644
index 0000000..e83af87
--- /dev/null
+++ b/.vscode/settings.json
@@ -0,0 +1,3 @@
+{
+ "svg.preview.background": "transparent"
+}
diff --git a/Readme.md b/Readme.md
index 8229337..1560748 100644
--- a/Readme.md
+++ b/Readme.md
@@ -27,6 +27,7 @@
--color-orange-3: rgb(245, 189, 7);
/* default1 */
--color-plain-a: rgba(150, 204, 248, 0.35);
+ --color-plain-a: #96ccf859;
--color-plain-1: #f2f5fc;
--color-plain-2: #e8ebf4;
--color-plain-3: #dae1e9;
@@ -38,6 +39,8 @@
/* inverse */
--color-dark-a: rgba(87, 96, 111, 0.35);
--color-dark-1: #57606f;
+ --color-dark-12: #4d535d;
+ --color-dark-13: #44484d;
--color-dark-2: #3c4d5e;
--color-dark-3: #323f4d;
}
diff --git a/cinnamon/cinnamon.css b/cinnamon/cinnamon.css
index a3f9975..d8b6f64 100644
--- a/cinnamon/cinnamon.css
+++ b/cinnamon/cinnamon.css
@@ -549,7 +549,7 @@ StScrollBar StButton#hhandle:active {
padding: 0;
}
.calendar-today-home-button-enabled:hover {
- color: rgb(100, 181, 246);
+ color: #64b5f6;
}
.calendar-today-home-button-enabled:hover .calendar-today-day-label,
.calendar-today-home-button-enabled:hover .calendar-today-date-label {
@@ -567,7 +567,7 @@ StScrollBar StButton#hhandle:active {
.calendar-change-month-forward {
width: 32px;
height: 32px;
- background-size: 32px;
+ background-size: 28px;
}
.calendar-change-month-back {
diff --git a/cinnamon/sass/ui/calendar.scss b/cinnamon/sass/ui/calendar.scss
index 9119a91..9b87654 100644
--- a/cinnamon/sass/ui/calendar.scss
+++ b/cinnamon/sass/ui/calendar.scss
@@ -182,7 +182,7 @@
.calendar-change-month-forward {
width: 32px;
height: 32px;
- background-size: 32px;
+ background-size: 28px;
}
//arrow back
diff --git a/metacity-1/button-bg.svg b/metacity-1/button-bg.svg
index 16dd6fa..51cd684 100644
--- a/metacity-1/button-bg.svg
+++ b/metacity-1/button-bg.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/metacity-1/mac-close.svg b/metacity-1/mac-close.svg
new file mode 100755
index 0000000..20f66e1
--- /dev/null
+++ b/metacity-1/mac-close.svg
@@ -0,0 +1,8 @@
+
\ No newline at end of file
diff --git a/metacity-1/mac-close_a.svg b/metacity-1/mac-close_a.svg
new file mode 100755
index 0000000..ce146d8
--- /dev/null
+++ b/metacity-1/mac-close_a.svg
@@ -0,0 +1,12 @@
+
\ No newline at end of file
diff --git a/metacity-1/mac-max.svg b/metacity-1/mac-max.svg
new file mode 100755
index 0000000..8e658b1
--- /dev/null
+++ b/metacity-1/mac-max.svg
@@ -0,0 +1,8 @@
+
\ No newline at end of file
diff --git a/metacity-1/mac-max_a.svg b/metacity-1/mac-max_a.svg
new file mode 100755
index 0000000..db67eee
--- /dev/null
+++ b/metacity-1/mac-max_a.svg
@@ -0,0 +1,10 @@
+
\ No newline at end of file
diff --git a/metacity-1/mac-min.svg b/metacity-1/mac-min.svg
new file mode 100755
index 0000000..5c89a9d
--- /dev/null
+++ b/metacity-1/mac-min.svg
@@ -0,0 +1,8 @@
+
\ No newline at end of file
diff --git a/metacity-1/mac-min_a.svg b/metacity-1/mac-min_a.svg
new file mode 100755
index 0000000..d13b3f0
--- /dev/null
+++ b/metacity-1/mac-min_a.svg
@@ -0,0 +1,11 @@
+
\ No newline at end of file
diff --git a/metacity-1/metacity-theme-3.xml b/metacity-1/metacity-theme-3.xml
index 82a9050..da8f97e 100644
--- a/metacity-1/metacity-theme-3.xml
+++ b/metacity-1/metacity-theme-3.xml
@@ -15,8 +15,8 @@
-
-
+
+
@@ -278,86 +278,72 @@
-
-
+
-
-
+
-
-
+
-
-
+
-
+
-
+
-
-
+
-
-
+
-
-
+
-
+
-
+
-
-
+
-
-
+
-
-
+
-
-
+
-
+
-
-
+
-
-
+
-
-
+
-
+
diff --git a/metacity-1/restore-icon.svg b/metacity-1/restore-icon.svg
index f37c129..2ec4acf 100644
--- a/metacity-1/restore-icon.svg
+++ b/metacity-1/restore-icon.svg
@@ -1 +1,15 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/update-theme.sh b/update-theme.sh
old mode 100644
new mode 100755