diff --git a/cinnamon/_colors.scss b/cinnamon/_colors.scss
index cc03f48..214ed65 100644
--- a/cinnamon/_colors.scss
+++ b/cinnamon/_colors.scss
@@ -2,9 +2,9 @@
// it gets @if ed depending on $variant
-$base_color: #181b28;
+$base_color: #202127;
$text_color: #98abb2;
-$bg_color: #181b28;
+$bg_color: #101013;
$fg_color: #98abb2;
$main_dark_color: darken($bg_color, 5%);
@@ -18,13 +18,10 @@ $darkpurple: #7b7bbd;
$blue: #7cb7ff;
$cyan: #00c1e4;
-$g1: #c50ed2;
-$g2: #8500f7;
-
-$selected_fg_color: #fefefe;
-$selected_bg_color: #c50ed2;
+$selected_fg_color: #f7f7f7;
+$selected_bg_color: #f7b922;
$selected_borders_color: darken($selected_bg_color, 20%);
-$borders_color: darken($main_dark_color, 5%);
+$borders_color: darken(#1d2021, 3%);
$link_color: $blue;
$link_visited_color:transparentize($link_color,0.5);
diff --git a/cinnamon/_common.scss b/cinnamon/_common.scss
index a635119..6c46a50 100644
--- a/cinnamon/_common.scss
+++ b/cinnamon/_common.scss
@@ -298,8 +298,7 @@ StScrollBar {
&:active {
color: $selected_fg_color;
- background-color: transparent;
- border-image: url("common-assets/menu/menu-hover.svg") 9 9 1 1;
+ background-color: transparentize($selected_bg_color, 0.3);
}
&:insensitive {
color: transparentize($fg_color, 0.5);
diff --git a/cinnamon/cinnamon-dark.css b/cinnamon/cinnamon-dark.css
index 2e539fb..7152d9e 100644
--- a/cinnamon/cinnamon-dark.css
+++ b/cinnamon/cinnamon-dark.css
@@ -12,11 +12,11 @@ stage {
min-height: 20px;
padding: 5px 32px;
transition-duration: 0;
- text-shadow: 0 1px rgba(24, 27, 40, 0);
+ text-shadow: 0 1px rgba(32, 33, 39, 0);
color: #98abb2;
- background-color: #1c1f2e;
- border: 1px solid #050508;
- box-shadow: inset 0 2px 4px rgba(28, 31, 46, 0.05); }
+ background-color: #25262d;
+ border: 1px solid #161819;
+ box-shadow: inset 0 2px 4px rgba(37, 38, 45, 0.05); }
.menu #notification .notification-button, .menu #notification .notification-icon-button,
.popup-menu #notification .notification-button,
.popup-menu #notification .notification-icon-button, .sound-button, .menu #notification .notification-button:focus, .menu #notification .notification-icon-button:focus,
@@ -36,98 +36,98 @@ stage {
.menu #notification .notification-button:focus, .menu #notification .notification-icon-button:focus,
.popup-menu #notification .notification-button:focus,
.popup-menu #notification .notification-icon-button:focus, .sound-button:focus {
- text-shadow: 0 1px rgba(24, 27, 40, 0);
+ text-shadow: 0 1px rgba(32, 33, 39, 0);
color: #98abb2;
- background-color: #1c1f2e;
- border: 1px solid #c50ed2;
- box-shadow: inset 0 2px 4px rgba(28, 31, 46, 0.05); }
+ background-color: #25262d;
+ border: 1px solid #f7b922;
+ box-shadow: inset 0 2px 4px rgba(37, 38, 45, 0.05); }
.menu #notification .notification-button:hover, .menu #notification .notification-icon-button:hover,
.popup-menu #notification .notification-button:hover,
.popup-menu #notification .notification-icon-button:hover, .menu-favorites-button:hover, .menu-application-button-selected, .menu-category-button-selected, .sound-button:hover {
- text-shadow: 0 1px rgba(24, 27, 40, 0);
+ text-shadow: 0 1px rgba(32, 33, 39, 0);
color: #98abb2;
- background-color: #252a3e;
- border: 1px solid #050508;
- box-shadow: inset 0 2px 4px rgba(37, 42, 62, 0.05); }
+ background-color: #30323b;
+ border: 1px solid #161819;
+ box-shadow: inset 0 2px 4px rgba(48, 50, 59, 0.05); }
.menu #notification .notification-button:hover:focus, .menu #notification .notification-icon-button:hover:focus,
.popup-menu #notification .notification-button:hover:focus,
.popup-menu #notification .notification-icon-button:hover:focus, .menu-favorites-button:focus:hover, .menu-application-button-selected:focus, .menu-category-button-selected:focus, .sound-button:hover:focus {
- text-shadow: 0 1px rgba(24, 27, 40, 0);
+ text-shadow: 0 1px rgba(32, 33, 39, 0);
color: #98abb2;
- background-color: #1c1f2e;
- border: 1px solid #c50ed2;
- box-shadow: inset 0 2px 4px rgba(28, 31, 46, 0.05); }
+ background-color: #25262d;
+ border: 1px solid #f7b922;
+ box-shadow: inset 0 2px 4px rgba(37, 38, 45, 0.05); }
.menu #notification .notification-button:active, .menu #notification .notification-icon-button:active,
.popup-menu #notification .notification-button:active,
.popup-menu #notification .notification-icon-button:active, .sound-button:active, .menu #notification .notification-button:active:focus, .menu #notification .notification-icon-button:active:focus,
.popup-menu #notification .notification-button:active:focus,
.popup-menu #notification .notification-icon-button:active:focus, .sound-button:active:focus {
- text-shadow: 0 1px rgba(24, 27, 40, 0);
- color: #fefefe;
- background-color: #c50ed2;
- border: 1px solid #c50ed2;
- box-shadow: inset 0 2px 4px #c50ed2; }
+ text-shadow: 0 1px rgba(32, 33, 39, 0);
+ color: #f7f7f7;
+ background-color: #f7b922;
+ border: 1px solid #f7b922;
+ box-shadow: inset 0 2px 4px #f7b922; }
.menu #notification .notification-button:insensitive, .menu #notification .notification-icon-button:insensitive,
.popup-menu #notification .notification-button:insensitive,
.popup-menu #notification .notification-icon-button:insensitive, .sound-button:insensitive {
- text-shadow: 0 1px rgba(24, 27, 40, 0);
+ text-shadow: 0 1px rgba(32, 33, 39, 0);
color: rgba(152, 171, 178, 0.45);
- border: 1px solid rgba(5, 5, 8, 0.55);
- background-color: rgba(28, 31, 46, 0.55);
- box-shadow: inset 0 2px 4px rgba(28, 31, 46, 0.05); }
+ border: 1px solid rgba(22, 24, 25, 0.55);
+ background-color: rgba(37, 38, 45, 0.55);
+ box-shadow: inset 0 2px 4px rgba(37, 38, 45, 0.05); }
.notification-button, .notification-icon-button, .modal-dialog-button-box .modal-dialog-button {
min-height: 20px;
padding: 5px 32px;
transition-duration: 0;
border-radius: 2px;
- text-shadow: 0 1px rgba(24, 27, 40, 0);
+ text-shadow: 0 1px rgba(32, 33, 39, 0);
color: #BAC3CF;
border: 1px solid rgba(0, 0, 0, 0.4);
- background-color: rgba(57, 64, 94, 0.4); }
+ background-color: rgba(56, 56, 66, 0.4); }
.notification-button:hover, .notification-icon-button:hover, .modal-dialog-button-box .modal-dialog-button:hover {
- text-shadow: 0 1px rgba(24, 27, 40, 0);
+ text-shadow: 0 1px rgba(32, 33, 39, 0);
color: #BAC3CF;
border: 1px solid rgba(0, 0, 0, 0.4);
- background-color: rgba(70, 79, 117, 0.5); }
+ background-color: rgba(72, 72, 85, 0.5); }
.notification-button:focus, .notification-icon-button:focus, .modal-dialog-button-box .modal-dialog-button:focus {
- color: #c50ed2; }
+ color: #f7b922; }
.notification-button:active, .notification-icon-button:active, .modal-dialog-button-box .modal-dialog-button:active {
- text-shadow: 0 1px rgba(24, 27, 40, 0);
- color: #fefefe;
- border: 1px solid #c50ed2;
- background-color: #c50ed2; }
+ text-shadow: 0 1px rgba(32, 33, 39, 0);
+ color: #f7f7f7;
+ border: 1px solid #f7b922;
+ background-color: #f7b922; }
.notification-button:insensitive, .notification-icon-button:insensitive, .modal-dialog-button-box .modal-dialog-button:insensitive {
- text-shadow: 0 1px rgba(24, 27, 40, 0);
- color: #42464f;
+ text-shadow: 0 1px rgba(32, 33, 39, 0);
+ color: #3b3e42;
border: 1px solid rgba(0, 0, 0, 0.4);
- background-color: rgba(57, 64, 94, 0.25); }
+ background-color: rgba(56, 56, 66, 0.25); }
.menu #notification StEntry,
.popup-menu #notification StEntry, #menu-search-entry {
padding: 7px;
caret-size: 1px;
- selection-background-color: #c50ed2;
- selected-color: #fefefe;
+ selection-background-color: #f7b922;
+ selected-color: #f7f7f7;
transition-duration: 300ms;
border-radius: 3px;
color: #98abb2;
- background-color: #181b28;
- border: 1px solid #050508;
- box-shadow: inset 0 2px 4px rgba(24, 27, 40, 0.05); }
+ background-color: #202127;
+ border: 1px solid #161819;
+ box-shadow: inset 0 2px 4px rgba(32, 33, 39, 0.05); }
.menu #notification StEntry:focus,
.popup-menu #notification StEntry:focus, #menu-search-entry:focus, .menu #notification StEntry:hover,
.popup-menu #notification StEntry:hover, #menu-search-entry:hover {
color: #98abb2;
- background-color: #181b28;
- border: 1px solid #c50ed2;
- box-shadow: inset 0 2px 4px rgba(24, 27, 40, 0.05); }
+ background-color: #202127;
+ border: 1px solid #f7b922;
+ box-shadow: inset 0 2px 4px rgba(32, 33, 39, 0.05); }
.menu #notification StEntry:insensitive,
.popup-menu #notification StEntry:insensitive, #menu-search-entry:insensitive {
color: rgba(152, 171, 178, 0.45);
- background-color: #181b28;
- border-color: 1px solid #0d0f16;
- box-shadow: inset 0 2px 4px rgba(24, 27, 40, 0.05); }
+ background-color: #19191e;
+ border-color: 1px solid #131416;
+ box-shadow: inset 0 2px 4px rgba(25, 25, 30, 0.05); }
.menu #notification StEntry StIcon.capslock-warning, .popup-menu #notification StEntry StIcon.capslock-warning, #menu-search-entry StIcon.capslock-warning {
icon-size: 16px;
warning-color: #F27835;
@@ -137,22 +137,22 @@ stage {
padding: 7px;
caret-size: 1px;
caret-color: #BAC3CF;
- selection-background-color: #c50ed2;
- selected-color: #fefefe;
+ selection-background-color: #f7b922;
+ selected-color: #f7f7f7;
transition-duration: 300ms;
border-radius: 3px;
color: #BAC3CF;
- background-color: rgba(57, 64, 94, 0.4);
+ background-color: rgba(56, 56, 66, 0.4);
border: 1px solid rgba(0, 0, 0, 0.4);
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); }
.notification StEntry:focus {
- color: #fefefe;
- background-color: #c50ed2;
- border: 1px solid #c50ed2;
+ color: #f7f7f7;
+ background-color: #f7b922;
+ border: 1px solid #f7b922;
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); }
.notification StEntry:insensitive {
color: rgba(186, 195, 207, 0.55);
- background-color: rgba(57, 64, 94, 0.25);
+ background-color: rgba(56, 56, 66, 0.25);
border: 1px solid rgba(0, 0, 0, 0.4);
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); }
@@ -168,17 +168,17 @@ StScrollBar {
min-width: 5px;
min-height: 5px; }
StScrollBar StBin#trough {
- background-color: rgba(24, 27, 40, 0.1);
+ background-color: rgba(32, 33, 39, 0.1);
border-radius: 8px; }
StScrollBar StButton#vhandle, StScrollBar StButton#hhandle {
border-radius: 2px;
- background-color: #4b555f;
+ background-color: #464e53;
border: 0px solid;
margin: 0px; }
StScrollBar StButton#vhandle:hover, StScrollBar StButton#hhandle:hover {
- background-color: #3e4651; }
+ background-color: #393f43; }
StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
- background-color: #c50ed2; }
+ background-color: #f7b922; }
.separator {
-gradient-height: 1px;
@@ -190,9 +190,9 @@ StScrollBar {
.popup-slider-menu-item,
.slider {
-slider-height: 4px;
- -slider-background-color: #050508;
+ -slider-background-color: #161819;
-slider-border-color: rgba(0, 0, 0, 0);
- -slider-active-background-color: #c50ed2;
+ -slider-active-background-color: #f7b922;
-slider-active-border-color: rgba(0, 0, 0, 0);
-slider-border-width: 0;
-slider-handle-radius: 4px;
@@ -205,7 +205,7 @@ StScrollBar {
.popup-menu-item:active .popup-slider-menu-item, .popup-menu-item:active
.slider {
-slider-background-color: rgba(0, 0, 0, 0.2);
- -slider-active-background-color: #fefefe; }
+ -slider-active-background-color: #f7f7f7; }
.check-box CinnamonGenericContainer {
spacing: .2em;
@@ -274,7 +274,7 @@ StScrollBar {
#Tooltip {
border-radius: 3px;
padding: 5px 12px;
- background-color: #0e1018;
+ background-color: #040405;
color: #BAC3CF;
font-size: 1em;
font-weight: normal;
@@ -284,9 +284,9 @@ StScrollBar {
.popup-menu,
.popup-combo-menu {
color: #98abb2;
- background-color: #0e1018;
+ background-color: #040405;
border-radius: 5px;
- border: 1px solid #050508; }
+ border: 1px solid #161819; }
.menu-arrow,
.popup-menu-arrow {
icon-size: 16px; }
@@ -295,7 +295,7 @@ StScrollBar {
.popup-combo-menu .popup-sub-menu {
background-gradient-direction: none;
box-shadow: none;
- background-color: #0b0c12; }
+ background-color: black; }
.menu .popup-sub-menu .popup-menu-item:ltr,
.popup-menu .popup-sub-menu .popup-menu-item:ltr,
.popup-combo-menu .popup-sub-menu .popup-menu-item:ltr {
@@ -326,9 +326,8 @@ StScrollBar {
.menu .popup-menu-item:active,
.popup-menu .popup-menu-item:active,
.popup-combo-menu .popup-menu-item:active {
- color: #fefefe;
- background-color: transparent;
- border-image: url("common-assets/menu/menu-hover.svg") 9 9 1 1; }
+ color: #f7f7f7;
+ background-color: rgba(247, 185, 34, 0.7); }
.menu .popup-menu-item:insensitive,
.popup-menu .popup-menu-item:insensitive,
.popup-combo-menu .popup-menu-item:insensitive {
@@ -345,7 +344,7 @@ StScrollBar {
.menu .popup-menu-item:active .popup-inactive-menu-item,
.popup-menu .popup-menu-item:active .popup-inactive-menu-item,
.popup-combo-menu .popup-menu-item:active .popup-inactive-menu-item {
- color: #fefefe; }
+ color: #f7f7f7; }
.menu-icon,
.popup-menu-icon {
icon-size: 16px; }
@@ -388,7 +387,7 @@ StScrollBar {
height: 28px;
width: 32px;
font-weight: 700;
- background-color: #0e1018;
+ background-color: #040405;
color: #98abb2; }
#panel:highlight {
border-image: none;
@@ -465,8 +464,8 @@ StScrollBar {
spacing: 12px; }
.window-caption {
- background-color: #0e1018;
- border: 1px solid #0e1018;
+ background-color: #040405;
+ border: 1px solid #040405;
color: #BAC3CF;
spacing: 25px;
border-radius: 2px;
@@ -474,9 +473,9 @@ StScrollBar {
padding: 5px 8px;
-cinnamon-caption-spacing: 4px; }
.window-caption#selected {
- background-color: #c50ed2;
- color: #fefefe;
- border: 1px solid #c50ed2;
+ background-color: #f7b922;
+ color: #f7f7f7;
+ border: 1px solid #f7b922;
spacing: 25px; }
.expo-workspaces-name-entry,
@@ -487,30 +486,30 @@ StScrollBar {
padding: 5px 8px;
-cinnamon-caption-spacing: 4px;
color: #BAC3CF;
- background-color: rgba(57, 64, 94, 0.4);
+ background-color: rgba(56, 56, 66, 0.4);
border: 1px solid rgba(0, 0, 0, 0.4);
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); }
.expo-workspaces-name-entry:focus,
.expo-workspaces-name-entry#selected:focus {
- border: 1px solid #c50ed2;
- background-color: #c50ed2;
- color: #fefefe;
+ border: 1px solid #f7b922;
+ background-color: #f7b922;
+ color: #f7f7f7;
font-style: italic;
transition-duration: 300;
- selection-background-color: #fefefe;
- selected-color: #c50ed2; }
+ selection-background-color: #f7f7f7;
+ selected-color: #f7b922; }
.expo-workspace-thumbnail-frame {
border: 4px solid rgba(255, 255, 255, 0);
background-color: rgba(255, 255, 255, 0);
border-radius: 2px; }
.expo-workspace-thumbnail-frame#active {
- border: 4px solid #c50ed2;
+ border: 4px solid #f7b922;
background-color: black;
border-radius: 2px; }
.expo-background {
- background-color: #0e1018; }
+ background-color: #040405; }
.workspace-thumbnails {
spacing: 26px; }
@@ -576,9 +575,9 @@ StScrollBar {
padding-bottom: 14px; }
.about-scrollBox {
- border: 1px solid #050508;
+ border: 1px solid #161819;
border-radius: 2px;
- background-color: #181b28;
+ background-color: #202127;
padding: 4px;
padding-right: 0;
border-radius: 0; }
@@ -677,8 +676,8 @@ StScrollBar {
.calendar-today:focus,
.calendar-today:hover {
font-weight: bold;
- color: #fefefe;
- background-color: #c50ed2;
+ color: #f7f7f7;
+ background-color: #f7b922;
border-width: 0; }
.calendar-other-month-day {
@@ -755,11 +754,11 @@ StScrollBar {
border-radius: 2px; }
.switcher-list .item-box:outlined {
padding: 8px;
- border: 1px solid #c50ed2; }
+ border: 1px solid #f7b922; }
.switcher-list .item-box:selected {
- color: #fefefe;
- background-color: #c50ed2;
- border: 0px solid #c50ed2; }
+ color: #f7f7f7;
+ background-color: #f7b922;
+ border: 0px solid #f7b922; }
.switcher-list .thumbnail {
width: 256px; }
.switcher-list .thumbnail-box {
@@ -804,7 +803,7 @@ StScrollBar {
.modal-dialog {
color: #98abb2;
- background-color: rgba(24, 27, 40, 0);
+ background-color: rgba(16, 16, 19, 0);
border: none;
border-image: url("dark-assets/misc/modal.svg") 9 9 9 67;
padding: 0 5px 6px 5px; }
@@ -845,16 +844,16 @@ StScrollBar {
padding: 7px;
border-radius: 3px;
caret-color: #BAC3CF;
- selected-color: #fefefe;
- selection-background-color: #c50ed2;
+ selected-color: #f7f7f7;
+ selection-background-color: #f7b922;
color: #BAC3CF;
- background-color: rgba(57, 64, 94, 0.4);
+ background-color: rgba(56, 56, 66, 0.4);
border: 1px solid rgba(0, 0, 0, 0.4);
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); }
.run-dialog-entry:focus {
- color: #fefefe;
- background-color: #c50ed2;
- border: 1px solid #c50ed2;
+ color: #f7f7f7;
+ background-color: #f7b922;
+ border: 1px solid #f7b922;
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); }
.run-dialog .modal-dialog-button-box {
border: none;
@@ -918,7 +917,7 @@ StScrollBar {
border-width: 0px; }
#keyboard {
- background-color: #0e1018;
+ background-color: #040405;
border-width: 0;
border-top-width: 1px;
border-color: rgba(0, 0, 0, 0.4); }
@@ -937,31 +936,31 @@ StScrollBar {
font-weight: bold;
border-radius: 3px;
box-shadow: none;
- text-shadow: 0 1px rgba(24, 27, 40, 0);
+ text-shadow: 0 1px rgba(32, 33, 39, 0);
color: #BAC3CF;
border: 1px solid rgba(0, 0, 0, 0.4);
- background-color: rgba(57, 64, 94, 0.4); }
+ background-color: rgba(56, 56, 66, 0.4); }
.keyboard-key:hover {
- text-shadow: 0 1px rgba(24, 27, 40, 0);
+ text-shadow: 0 1px rgba(32, 33, 39, 0);
color: #BAC3CF;
border: 1px solid rgba(0, 0, 0, 0.4);
- background-color: rgba(70, 79, 117, 0.5); }
+ background-color: rgba(72, 72, 85, 0.5); }
.keyboard-key:active, .keyboard-key:checked {
- text-shadow: 0 1px rgba(24, 27, 40, 0);
- color: #fefefe;
- border: 1px solid #c50ed2;
- background-color: #c50ed2; }
+ text-shadow: 0 1px rgba(32, 33, 39, 0);
+ color: #f7f7f7;
+ border: 1px solid #f7b922;
+ background-color: #f7b922; }
.keyboard-key:grayed {
- text-shadow: 0 1px rgba(24, 27, 40, 0);
- color: #42464f;
+ text-shadow: 0 1px rgba(32, 33, 39, 0);
+ color: #3b3e42;
border: 1px solid rgba(0, 0, 0, 0.4);
- background-color: rgba(57, 64, 94, 0.25); }
+ background-color: rgba(56, 56, 66, 0.25); }
.keyboard-subkeys {
color: #BAC3CF;
padding: 5px;
-arrow-border-radius: 2px;
- -arrow-background-color: #0e1018;
+ -arrow-background-color: #040405;
-arrow-border-width: 1px;
-arrow-border-color: rgba(0, 0, 0, 0.4);
-arrow-base: 20px;
@@ -972,8 +971,8 @@ StScrollBar {
margin: auto;
padding: 10px;
transition-duration: 300;
- background-color: #181b28;
- border: 1px solid #050508; }
+ background-color: #101013;
+ border: 1px solid #161819; }
.menu-favorites-button {
padding: 10px;
@@ -1084,9 +1083,9 @@ StScrollBar {
height: 4px;
background-color: rgba(0, 0, 0, 0.5);
border-radius: 2px;
- color: #c50ed2; }
+ color: #f7b922; }
.osd-window .level-bar {
- background-color: #c50ed2; }
+ background-color: #f7b922; }
.window-list-box {
spacing: 0; }
@@ -1099,28 +1098,28 @@ StScrollBar {
.window-list-box.vertical {
padding: 6px 0 0 0; }
.window-list-box:highlight {
- background-color: #c50ed2; }
+ background-color: #f7b922; }
.window-list-item-box {
border: 0 none transparent;
border-image: none;
background-image: none;
- background-color: #0e1018;
+ background-color: #040405;
color: #BAC3CF;
box-shadow: none;
font-weight: 400; }
.window-list-item-box:hover {
- color: #fefefe; }
+ color: #f7f7f7; }
.panel-top .window-list-item-box:hover {
- box-shadow: inset 0 2px #c50ed2; }
+ box-shadow: inset 0 2px #f7b922; }
.panel-bottom .window-list-item-box:hover {
- box-shadow: inset 0 -2px #c50ed2; }
+ box-shadow: inset 0 -2px #f7b922; }
.panel-left .window-list-item-box:hover {
- box-shadow: inset 2px 0 #c50ed2; }
+ box-shadow: inset 2px 0 #f7b922; }
.panel-right .window-list-item-box:hover {
- box-shadow: inset -2px 0 #c50ed2; }
+ box-shadow: inset -2px 0 #f7b922; }
.window-list-item-box:active, .window-list-item-box:active:hover, .window-list-item-box:checked, .window-list-item-box:checked:hover, .window-list-item-box:focus, .window-list-item-box:focus:hover {
- color: #fefefe; }
+ color: #f7f7f7; }
.panel-top .window-list-item-box:active, .panel-top .window-list-item-box:active:hover, .panel-top .window-list-item-box:checked, .panel-top .window-list-item-box:checked:hover, .panel-top .window-list-item-box:focus, .panel-top .window-list-item-box:focus:hover {
box-shadow: inset 0 2px #ed254e; }
.panel-bottom .window-list-item-box:active, .panel-bottom .window-list-item-box:active:hover, .panel-bottom .window-list-item-box:checked, .panel-bottom .window-list-item-box:checked:hover, .panel-bottom .window-list-item-box:focus, .panel-bottom .window-list-item-box:focus:hover {
@@ -1148,21 +1147,21 @@ StScrollBar {
padding: 0 0 0 4px; }
.window-list-item-box:progress,
.window-list-item-box .progress {
- background-gradient-start: #c50ed2;
- background-gradient-end: #c50ed2; }
+ background-gradient-start: #f7b922;
+ background-gradient-end: #f7b922; }
.window-list-item-demands-attention {
- background-gradient-start: #c50ed2;
- background-gradient-end: #c50ed2;
- color: #fefefe; }
+ background-gradient-start: #f7b922;
+ background-gradient-end: #f7b922;
+ color: #f7f7f7; }
.panel-top .window-list-item-demands-attention {
- box-shadow: inset 0 2px #c50ed2; }
+ box-shadow: inset 0 2px #f7b922; }
.panel-bottom .window-list-item-demands-attention {
- box-shadow: inset 0 -2px #c50ed2; }
+ box-shadow: inset 0 -2px #f7b922; }
.panel-left .window-list-item-demands-attention {
- box-shadow: inset 2px 0 #c50ed2; }
+ box-shadow: inset 2px 0 #f7b922; }
.panel-right .window-list-item-demands-attention {
- box-shadow: inset -2px 0 #c50ed2; }
+ box-shadow: inset -2px 0 #f7b922; }
.window-list-preview {
padding: 12px;
@@ -1177,7 +1176,7 @@ StScrollBar {
border: 0 none transparent;
border-image: none;
background-image: none;
- background-color: #0e1018;
+ background-color: #040405;
color: #BAC3CF;
box-shadow: none;
font-weight: 400; }
@@ -1188,38 +1187,38 @@ StScrollBar {
.grouped-window-list-item-box StBin {
padding: 0 4px; }
.panel-top .grouped-window-list-item-box:active, .panel-top .grouped-window-list-item-box:checked {
- box-shadow: inset 0 2px #485178; }
+ box-shadow: inset 0 2px #4a4a58; }
.panel-bottom .grouped-window-list-item-box:active, .panel-bottom .grouped-window-list-item-box:checked {
- box-shadow: inset 0 -2px #485178; }
+ box-shadow: inset 0 -2px #4a4a58; }
.panel-left .grouped-window-list-item-box:active, .panel-left .grouped-window-list-item-box:checked {
- box-shadow: inset 2px 0 #485178; }
+ box-shadow: inset 2px 0 #4a4a58; }
.panel-right .grouped-window-list-item-box:active, .panel-right .grouped-window-list-item-box:checked {
- box-shadow: inset -2px 0 #485178; }
+ box-shadow: inset -2px 0 #4a4a58; }
.panel-top .grouped-window-list-item-box:hover, .panel-top .grouped-window-list-item-box:active:hover, .panel-top .grouped-window-list-item-box:focus, .panel-top .grouped-window-list-item-box:active:focus, .panel-top .grouped-window-list-item-box:focus:hover, .panel-top .grouped-window-list-item-box:active:focus:hover {
- box-shadow: inset 0 2px #c50ed2; }
+ box-shadow: inset 0 2px #f7b922; }
.panel-bottom .grouped-window-list-item-box:hover, .panel-bottom .grouped-window-list-item-box:active:hover, .panel-bottom .grouped-window-list-item-box:focus, .panel-bottom .grouped-window-list-item-box:active:focus, .panel-bottom .grouped-window-list-item-box:focus:hover, .panel-bottom .grouped-window-list-item-box:active:focus:hover {
- box-shadow: inset 0 -2px #c50ed2; }
+ box-shadow: inset 0 -2px #f7b922; }
.panel-left .grouped-window-list-item-box:hover, .panel-left .grouped-window-list-item-box:active:hover, .panel-left .grouped-window-list-item-box:focus, .panel-left .grouped-window-list-item-box:active:focus, .panel-left .grouped-window-list-item-box:focus:hover, .panel-left .grouped-window-list-item-box:active:focus:hover {
- box-shadow: inset 2px 0 #c50ed2; }
+ box-shadow: inset 2px 0 #f7b922; }
.panel-right .grouped-window-list-item-box:hover, .panel-right .grouped-window-list-item-box:active:hover, .panel-right .grouped-window-list-item-box:focus, .panel-right .grouped-window-list-item-box:active:focus, .panel-right .grouped-window-list-item-box:focus:hover, .panel-right .grouped-window-list-item-box:active:focus:hover {
- box-shadow: inset -2px 0 #c50ed2; }
+ box-shadow: inset -2px 0 #f7b922; }
.grouped-window-list-item-box:progress,
.grouped-window-list-item-box .progress {
- background-gradient-start: #c50ed2;
- background-gradient-end: #c50ed2; }
+ background-gradient-start: #f7b922;
+ background-gradient-end: #f7b922; }
.grouped-window-list-item-demands-attention {
- background-gradient-start: #c50ed2;
- background-gradient-end: #c50ed2;
- color: #fefefe; }
+ background-gradient-start: #f7b922;
+ background-gradient-end: #f7b922;
+ color: #f7f7f7; }
.panel-top .grouped-window-list-item-demands-attention {
- box-shadow: inset 0 2px #c50ed2; }
+ box-shadow: inset 0 2px #f7b922; }
.panel-bottom .grouped-window-list-item-demands-attention {
- box-shadow: inset 0 -2px #c50ed2; }
+ box-shadow: inset 0 -2px #f7b922; }
.panel-left .grouped-window-list-item-demands-attention {
- box-shadow: inset 2px 0 #c50ed2; }
+ box-shadow: inset 2px 0 #f7b922; }
.panel-right .grouped-window-list-item-demands-attention {
- box-shadow: inset -2px 0 #c50ed2; }
+ box-shadow: inset -2px 0 #f7b922; }
.sound-button {
width: 22px;
@@ -1286,7 +1285,7 @@ StScrollBar {
height: 70px;
padding: 15px;
spacing: 0.5em;
- background: rgba(5, 5, 8, 0.9);
+ background: rgba(0, 0, 0, 0.9);
border: 0px solid black;
border-bottom: 1px;
color: #BAC3CF; }
@@ -1296,20 +1295,20 @@ StScrollBar {
padding: 5px;
color: #BAC3CF;
border-radius: 2px;
- border: 1px solid rgba(14, 16, 24, 0); }
+ border: 1px solid rgba(4, 4, 5, 0); }
.sound-player-overlay StButton StIcon {
icon-size: 16px; }
.sound-player-overlay StButton:hover {
- text-shadow: 0 1px rgba(24, 27, 40, 0);
+ text-shadow: 0 1px rgba(32, 33, 39, 0);
color: #BAC3CF;
border: 1px solid rgba(0, 0, 0, 0.4);
- background-color: rgba(70, 79, 117, 0.5); }
+ background-color: rgba(72, 72, 85, 0.5); }
.sound-player-overlay StButton:active {
- text-shadow: 0 1px rgba(24, 27, 40, 0);
- color: #fefefe;
- background-color: #c50ed2;
- border: 1px solid #c50ed2;
- box-shadow: inset 0 2px 4px #c50ed2; }
+ text-shadow: 0 1px rgba(32, 33, 39, 0);
+ color: #f7f7f7;
+ background-color: #f7b922;
+ border: 1px solid #f7b922;
+ box-shadow: inset 0 2px 4px #f7b922; }
.sound-player-overlay StBoxLayout {
padding-top: 2px; }
.sound-player .slider {
@@ -1317,9 +1316,9 @@ StScrollBar {
padding: 0;
border: none;
-slider-height: 0.5em;
- -slider-background-color: #0e1018;
+ -slider-background-color: #040405;
-slider-border-color: rgba(0, 0, 0, 0);
- -slider-active-background-color: #c50ed2;
+ -slider-active-background-color: #f7b922;
-slider-active-border-color: rgba(0, 0, 0, 0);
-slider-border-width: 0px;
-slider-handle-radius: 0px; }
@@ -1336,14 +1335,14 @@ StScrollBar {
.workspace-button {
width: 20px;
height: 10px;
- color: #fefefe;
+ color: #f7f7f7;
padding: 3px;
padding-top: 4px;
transition-duration: 300; }
.workspace-button:outlined, .workspace-button:outlined:hover {
- color: #c50ed2; }
+ color: #f7b922; }
.workspace-button:hover {
- color: rgba(197, 14, 210, 0.5); }
+ color: rgba(247, 185, 34, 0.5); }
/* Controls the style when using the "Visual representation" option */
.workspace-graph {
@@ -1356,19 +1355,19 @@ StScrollBar {
background-color: rgba(0, 0, 0, 0.2); }
.workspace-graph .workspace:active {
- border: 1px solid #c50ed2;
+ border: 1px solid #f7b922;
background-gradient-direction: none; }
.workspace-graph .workspace .windows {
- -active-window-background: #2b3148;
+ -active-window-background: #27272f;
-active-window-border: rgba(0, 0, 0, 0.8);
- -inactive-window-background: #2b3148;
+ -inactive-window-background: #27272f;
-inactive-window-border: rgba(0, 0, 0, 0.8); }
.workspace-graph .workspace:active .windows {
- -active-window-background: #353b58;
+ -active-window-background: #33333d;
-active-window-border: rgba(0, 0, 0, 0.8);
- -inactive-window-background: #181b28;
+ -inactive-window-background: #101013;
-inactive-window-border: rgba(0, 0, 0, 0.8); }
#panel-launchers-box {
@@ -1384,7 +1383,7 @@ StScrollBar {
.panel-launcher:hover,
.launcher:hover {
background-gradient-direction: none;
- border: 0px solid #c50ed2; }
+ border: 0px solid #f7b922; }
.panel-bottom .panel-launcher:hover, .panel-bottom
.launcher:hover {
border-bottom-width: 1px; }
@@ -1421,8 +1420,8 @@ StScrollBar {
.applet-box.vertical {
padding: 3px 0; }
.applet-box:hover {
- color: #fefefe;
- background-color: #c50ed2; }
+ color: #f7f7f7;
+ background-color: #f7b922; }
.applet-box:highlight {
background-image: none;
border-image: none;
@@ -1432,14 +1431,14 @@ StScrollBar {
font-weight: bold;
color: #98abb2; }
.applet-label:hover, .applet-box:hover .applet-label {
- color: #fefefe;
+ color: #f7f7f7;
text-shadow: none; }
.applet-icon {
color: #98abb2;
icon-size: 22px; }
.applet-icon:hover, .applet-box:hover > .applet-icon {
- color: #fefefe;
+ color: #f7f7f7;
text-shadow: none; }
.user-icon {
@@ -1483,8 +1482,8 @@ StScrollBar {
padding: 12px;
padding-bottom: 6px; }
.desklet-drag-placeholder {
- border: 2px solid #c50ed2;
- background-color: rgba(197, 14, 210, 0.3); }
+ border: 2px solid #f7b922;
+ background-color: rgba(247, 185, 34, 0.3); }
.photoframe-box {
border-image: url("common-assets/misc/bg.svg") 9 9 9 9;
@@ -1507,8 +1506,8 @@ StScrollBar {
.tile-preview, .tile-preview.snap,
.tile-hud, .tile-hud.snap {
- background-color: rgba(197, 14, 210, 0.3);
- border: 1px solid #c50ed2; }
+ background-color: rgba(247, 185, 34, 0.3);
+ border: 1px solid #f7b922; }
.xkcd-box {
padding: 6px;
diff --git a/cinnamon/cinnamon.css b/cinnamon/cinnamon.css
index 2e539fb..7152d9e 100644
--- a/cinnamon/cinnamon.css
+++ b/cinnamon/cinnamon.css
@@ -12,11 +12,11 @@ stage {
min-height: 20px;
padding: 5px 32px;
transition-duration: 0;
- text-shadow: 0 1px rgba(24, 27, 40, 0);
+ text-shadow: 0 1px rgba(32, 33, 39, 0);
color: #98abb2;
- background-color: #1c1f2e;
- border: 1px solid #050508;
- box-shadow: inset 0 2px 4px rgba(28, 31, 46, 0.05); }
+ background-color: #25262d;
+ border: 1px solid #161819;
+ box-shadow: inset 0 2px 4px rgba(37, 38, 45, 0.05); }
.menu #notification .notification-button, .menu #notification .notification-icon-button,
.popup-menu #notification .notification-button,
.popup-menu #notification .notification-icon-button, .sound-button, .menu #notification .notification-button:focus, .menu #notification .notification-icon-button:focus,
@@ -36,98 +36,98 @@ stage {
.menu #notification .notification-button:focus, .menu #notification .notification-icon-button:focus,
.popup-menu #notification .notification-button:focus,
.popup-menu #notification .notification-icon-button:focus, .sound-button:focus {
- text-shadow: 0 1px rgba(24, 27, 40, 0);
+ text-shadow: 0 1px rgba(32, 33, 39, 0);
color: #98abb2;
- background-color: #1c1f2e;
- border: 1px solid #c50ed2;
- box-shadow: inset 0 2px 4px rgba(28, 31, 46, 0.05); }
+ background-color: #25262d;
+ border: 1px solid #f7b922;
+ box-shadow: inset 0 2px 4px rgba(37, 38, 45, 0.05); }
.menu #notification .notification-button:hover, .menu #notification .notification-icon-button:hover,
.popup-menu #notification .notification-button:hover,
.popup-menu #notification .notification-icon-button:hover, .menu-favorites-button:hover, .menu-application-button-selected, .menu-category-button-selected, .sound-button:hover {
- text-shadow: 0 1px rgba(24, 27, 40, 0);
+ text-shadow: 0 1px rgba(32, 33, 39, 0);
color: #98abb2;
- background-color: #252a3e;
- border: 1px solid #050508;
- box-shadow: inset 0 2px 4px rgba(37, 42, 62, 0.05); }
+ background-color: #30323b;
+ border: 1px solid #161819;
+ box-shadow: inset 0 2px 4px rgba(48, 50, 59, 0.05); }
.menu #notification .notification-button:hover:focus, .menu #notification .notification-icon-button:hover:focus,
.popup-menu #notification .notification-button:hover:focus,
.popup-menu #notification .notification-icon-button:hover:focus, .menu-favorites-button:focus:hover, .menu-application-button-selected:focus, .menu-category-button-selected:focus, .sound-button:hover:focus {
- text-shadow: 0 1px rgba(24, 27, 40, 0);
+ text-shadow: 0 1px rgba(32, 33, 39, 0);
color: #98abb2;
- background-color: #1c1f2e;
- border: 1px solid #c50ed2;
- box-shadow: inset 0 2px 4px rgba(28, 31, 46, 0.05); }
+ background-color: #25262d;
+ border: 1px solid #f7b922;
+ box-shadow: inset 0 2px 4px rgba(37, 38, 45, 0.05); }
.menu #notification .notification-button:active, .menu #notification .notification-icon-button:active,
.popup-menu #notification .notification-button:active,
.popup-menu #notification .notification-icon-button:active, .sound-button:active, .menu #notification .notification-button:active:focus, .menu #notification .notification-icon-button:active:focus,
.popup-menu #notification .notification-button:active:focus,
.popup-menu #notification .notification-icon-button:active:focus, .sound-button:active:focus {
- text-shadow: 0 1px rgba(24, 27, 40, 0);
- color: #fefefe;
- background-color: #c50ed2;
- border: 1px solid #c50ed2;
- box-shadow: inset 0 2px 4px #c50ed2; }
+ text-shadow: 0 1px rgba(32, 33, 39, 0);
+ color: #f7f7f7;
+ background-color: #f7b922;
+ border: 1px solid #f7b922;
+ box-shadow: inset 0 2px 4px #f7b922; }
.menu #notification .notification-button:insensitive, .menu #notification .notification-icon-button:insensitive,
.popup-menu #notification .notification-button:insensitive,
.popup-menu #notification .notification-icon-button:insensitive, .sound-button:insensitive {
- text-shadow: 0 1px rgba(24, 27, 40, 0);
+ text-shadow: 0 1px rgba(32, 33, 39, 0);
color: rgba(152, 171, 178, 0.45);
- border: 1px solid rgba(5, 5, 8, 0.55);
- background-color: rgba(28, 31, 46, 0.55);
- box-shadow: inset 0 2px 4px rgba(28, 31, 46, 0.05); }
+ border: 1px solid rgba(22, 24, 25, 0.55);
+ background-color: rgba(37, 38, 45, 0.55);
+ box-shadow: inset 0 2px 4px rgba(37, 38, 45, 0.05); }
.notification-button, .notification-icon-button, .modal-dialog-button-box .modal-dialog-button {
min-height: 20px;
padding: 5px 32px;
transition-duration: 0;
border-radius: 2px;
- text-shadow: 0 1px rgba(24, 27, 40, 0);
+ text-shadow: 0 1px rgba(32, 33, 39, 0);
color: #BAC3CF;
border: 1px solid rgba(0, 0, 0, 0.4);
- background-color: rgba(57, 64, 94, 0.4); }
+ background-color: rgba(56, 56, 66, 0.4); }
.notification-button:hover, .notification-icon-button:hover, .modal-dialog-button-box .modal-dialog-button:hover {
- text-shadow: 0 1px rgba(24, 27, 40, 0);
+ text-shadow: 0 1px rgba(32, 33, 39, 0);
color: #BAC3CF;
border: 1px solid rgba(0, 0, 0, 0.4);
- background-color: rgba(70, 79, 117, 0.5); }
+ background-color: rgba(72, 72, 85, 0.5); }
.notification-button:focus, .notification-icon-button:focus, .modal-dialog-button-box .modal-dialog-button:focus {
- color: #c50ed2; }
+ color: #f7b922; }
.notification-button:active, .notification-icon-button:active, .modal-dialog-button-box .modal-dialog-button:active {
- text-shadow: 0 1px rgba(24, 27, 40, 0);
- color: #fefefe;
- border: 1px solid #c50ed2;
- background-color: #c50ed2; }
+ text-shadow: 0 1px rgba(32, 33, 39, 0);
+ color: #f7f7f7;
+ border: 1px solid #f7b922;
+ background-color: #f7b922; }
.notification-button:insensitive, .notification-icon-button:insensitive, .modal-dialog-button-box .modal-dialog-button:insensitive {
- text-shadow: 0 1px rgba(24, 27, 40, 0);
- color: #42464f;
+ text-shadow: 0 1px rgba(32, 33, 39, 0);
+ color: #3b3e42;
border: 1px solid rgba(0, 0, 0, 0.4);
- background-color: rgba(57, 64, 94, 0.25); }
+ background-color: rgba(56, 56, 66, 0.25); }
.menu #notification StEntry,
.popup-menu #notification StEntry, #menu-search-entry {
padding: 7px;
caret-size: 1px;
- selection-background-color: #c50ed2;
- selected-color: #fefefe;
+ selection-background-color: #f7b922;
+ selected-color: #f7f7f7;
transition-duration: 300ms;
border-radius: 3px;
color: #98abb2;
- background-color: #181b28;
- border: 1px solid #050508;
- box-shadow: inset 0 2px 4px rgba(24, 27, 40, 0.05); }
+ background-color: #202127;
+ border: 1px solid #161819;
+ box-shadow: inset 0 2px 4px rgba(32, 33, 39, 0.05); }
.menu #notification StEntry:focus,
.popup-menu #notification StEntry:focus, #menu-search-entry:focus, .menu #notification StEntry:hover,
.popup-menu #notification StEntry:hover, #menu-search-entry:hover {
color: #98abb2;
- background-color: #181b28;
- border: 1px solid #c50ed2;
- box-shadow: inset 0 2px 4px rgba(24, 27, 40, 0.05); }
+ background-color: #202127;
+ border: 1px solid #f7b922;
+ box-shadow: inset 0 2px 4px rgba(32, 33, 39, 0.05); }
.menu #notification StEntry:insensitive,
.popup-menu #notification StEntry:insensitive, #menu-search-entry:insensitive {
color: rgba(152, 171, 178, 0.45);
- background-color: #181b28;
- border-color: 1px solid #0d0f16;
- box-shadow: inset 0 2px 4px rgba(24, 27, 40, 0.05); }
+ background-color: #19191e;
+ border-color: 1px solid #131416;
+ box-shadow: inset 0 2px 4px rgba(25, 25, 30, 0.05); }
.menu #notification StEntry StIcon.capslock-warning, .popup-menu #notification StEntry StIcon.capslock-warning, #menu-search-entry StIcon.capslock-warning {
icon-size: 16px;
warning-color: #F27835;
@@ -137,22 +137,22 @@ stage {
padding: 7px;
caret-size: 1px;
caret-color: #BAC3CF;
- selection-background-color: #c50ed2;
- selected-color: #fefefe;
+ selection-background-color: #f7b922;
+ selected-color: #f7f7f7;
transition-duration: 300ms;
border-radius: 3px;
color: #BAC3CF;
- background-color: rgba(57, 64, 94, 0.4);
+ background-color: rgba(56, 56, 66, 0.4);
border: 1px solid rgba(0, 0, 0, 0.4);
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); }
.notification StEntry:focus {
- color: #fefefe;
- background-color: #c50ed2;
- border: 1px solid #c50ed2;
+ color: #f7f7f7;
+ background-color: #f7b922;
+ border: 1px solid #f7b922;
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); }
.notification StEntry:insensitive {
color: rgba(186, 195, 207, 0.55);
- background-color: rgba(57, 64, 94, 0.25);
+ background-color: rgba(56, 56, 66, 0.25);
border: 1px solid rgba(0, 0, 0, 0.4);
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); }
@@ -168,17 +168,17 @@ StScrollBar {
min-width: 5px;
min-height: 5px; }
StScrollBar StBin#trough {
- background-color: rgba(24, 27, 40, 0.1);
+ background-color: rgba(32, 33, 39, 0.1);
border-radius: 8px; }
StScrollBar StButton#vhandle, StScrollBar StButton#hhandle {
border-radius: 2px;
- background-color: #4b555f;
+ background-color: #464e53;
border: 0px solid;
margin: 0px; }
StScrollBar StButton#vhandle:hover, StScrollBar StButton#hhandle:hover {
- background-color: #3e4651; }
+ background-color: #393f43; }
StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
- background-color: #c50ed2; }
+ background-color: #f7b922; }
.separator {
-gradient-height: 1px;
@@ -190,9 +190,9 @@ StScrollBar {
.popup-slider-menu-item,
.slider {
-slider-height: 4px;
- -slider-background-color: #050508;
+ -slider-background-color: #161819;
-slider-border-color: rgba(0, 0, 0, 0);
- -slider-active-background-color: #c50ed2;
+ -slider-active-background-color: #f7b922;
-slider-active-border-color: rgba(0, 0, 0, 0);
-slider-border-width: 0;
-slider-handle-radius: 4px;
@@ -205,7 +205,7 @@ StScrollBar {
.popup-menu-item:active .popup-slider-menu-item, .popup-menu-item:active
.slider {
-slider-background-color: rgba(0, 0, 0, 0.2);
- -slider-active-background-color: #fefefe; }
+ -slider-active-background-color: #f7f7f7; }
.check-box CinnamonGenericContainer {
spacing: .2em;
@@ -274,7 +274,7 @@ StScrollBar {
#Tooltip {
border-radius: 3px;
padding: 5px 12px;
- background-color: #0e1018;
+ background-color: #040405;
color: #BAC3CF;
font-size: 1em;
font-weight: normal;
@@ -284,9 +284,9 @@ StScrollBar {
.popup-menu,
.popup-combo-menu {
color: #98abb2;
- background-color: #0e1018;
+ background-color: #040405;
border-radius: 5px;
- border: 1px solid #050508; }
+ border: 1px solid #161819; }
.menu-arrow,
.popup-menu-arrow {
icon-size: 16px; }
@@ -295,7 +295,7 @@ StScrollBar {
.popup-combo-menu .popup-sub-menu {
background-gradient-direction: none;
box-shadow: none;
- background-color: #0b0c12; }
+ background-color: black; }
.menu .popup-sub-menu .popup-menu-item:ltr,
.popup-menu .popup-sub-menu .popup-menu-item:ltr,
.popup-combo-menu .popup-sub-menu .popup-menu-item:ltr {
@@ -326,9 +326,8 @@ StScrollBar {
.menu .popup-menu-item:active,
.popup-menu .popup-menu-item:active,
.popup-combo-menu .popup-menu-item:active {
- color: #fefefe;
- background-color: transparent;
- border-image: url("common-assets/menu/menu-hover.svg") 9 9 1 1; }
+ color: #f7f7f7;
+ background-color: rgba(247, 185, 34, 0.7); }
.menu .popup-menu-item:insensitive,
.popup-menu .popup-menu-item:insensitive,
.popup-combo-menu .popup-menu-item:insensitive {
@@ -345,7 +344,7 @@ StScrollBar {
.menu .popup-menu-item:active .popup-inactive-menu-item,
.popup-menu .popup-menu-item:active .popup-inactive-menu-item,
.popup-combo-menu .popup-menu-item:active .popup-inactive-menu-item {
- color: #fefefe; }
+ color: #f7f7f7; }
.menu-icon,
.popup-menu-icon {
icon-size: 16px; }
@@ -388,7 +387,7 @@ StScrollBar {
height: 28px;
width: 32px;
font-weight: 700;
- background-color: #0e1018;
+ background-color: #040405;
color: #98abb2; }
#panel:highlight {
border-image: none;
@@ -465,8 +464,8 @@ StScrollBar {
spacing: 12px; }
.window-caption {
- background-color: #0e1018;
- border: 1px solid #0e1018;
+ background-color: #040405;
+ border: 1px solid #040405;
color: #BAC3CF;
spacing: 25px;
border-radius: 2px;
@@ -474,9 +473,9 @@ StScrollBar {
padding: 5px 8px;
-cinnamon-caption-spacing: 4px; }
.window-caption#selected {
- background-color: #c50ed2;
- color: #fefefe;
- border: 1px solid #c50ed2;
+ background-color: #f7b922;
+ color: #f7f7f7;
+ border: 1px solid #f7b922;
spacing: 25px; }
.expo-workspaces-name-entry,
@@ -487,30 +486,30 @@ StScrollBar {
padding: 5px 8px;
-cinnamon-caption-spacing: 4px;
color: #BAC3CF;
- background-color: rgba(57, 64, 94, 0.4);
+ background-color: rgba(56, 56, 66, 0.4);
border: 1px solid rgba(0, 0, 0, 0.4);
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); }
.expo-workspaces-name-entry:focus,
.expo-workspaces-name-entry#selected:focus {
- border: 1px solid #c50ed2;
- background-color: #c50ed2;
- color: #fefefe;
+ border: 1px solid #f7b922;
+ background-color: #f7b922;
+ color: #f7f7f7;
font-style: italic;
transition-duration: 300;
- selection-background-color: #fefefe;
- selected-color: #c50ed2; }
+ selection-background-color: #f7f7f7;
+ selected-color: #f7b922; }
.expo-workspace-thumbnail-frame {
border: 4px solid rgba(255, 255, 255, 0);
background-color: rgba(255, 255, 255, 0);
border-radius: 2px; }
.expo-workspace-thumbnail-frame#active {
- border: 4px solid #c50ed2;
+ border: 4px solid #f7b922;
background-color: black;
border-radius: 2px; }
.expo-background {
- background-color: #0e1018; }
+ background-color: #040405; }
.workspace-thumbnails {
spacing: 26px; }
@@ -576,9 +575,9 @@ StScrollBar {
padding-bottom: 14px; }
.about-scrollBox {
- border: 1px solid #050508;
+ border: 1px solid #161819;
border-radius: 2px;
- background-color: #181b28;
+ background-color: #202127;
padding: 4px;
padding-right: 0;
border-radius: 0; }
@@ -677,8 +676,8 @@ StScrollBar {
.calendar-today:focus,
.calendar-today:hover {
font-weight: bold;
- color: #fefefe;
- background-color: #c50ed2;
+ color: #f7f7f7;
+ background-color: #f7b922;
border-width: 0; }
.calendar-other-month-day {
@@ -755,11 +754,11 @@ StScrollBar {
border-radius: 2px; }
.switcher-list .item-box:outlined {
padding: 8px;
- border: 1px solid #c50ed2; }
+ border: 1px solid #f7b922; }
.switcher-list .item-box:selected {
- color: #fefefe;
- background-color: #c50ed2;
- border: 0px solid #c50ed2; }
+ color: #f7f7f7;
+ background-color: #f7b922;
+ border: 0px solid #f7b922; }
.switcher-list .thumbnail {
width: 256px; }
.switcher-list .thumbnail-box {
@@ -804,7 +803,7 @@ StScrollBar {
.modal-dialog {
color: #98abb2;
- background-color: rgba(24, 27, 40, 0);
+ background-color: rgba(16, 16, 19, 0);
border: none;
border-image: url("dark-assets/misc/modal.svg") 9 9 9 67;
padding: 0 5px 6px 5px; }
@@ -845,16 +844,16 @@ StScrollBar {
padding: 7px;
border-radius: 3px;
caret-color: #BAC3CF;
- selected-color: #fefefe;
- selection-background-color: #c50ed2;
+ selected-color: #f7f7f7;
+ selection-background-color: #f7b922;
color: #BAC3CF;
- background-color: rgba(57, 64, 94, 0.4);
+ background-color: rgba(56, 56, 66, 0.4);
border: 1px solid rgba(0, 0, 0, 0.4);
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); }
.run-dialog-entry:focus {
- color: #fefefe;
- background-color: #c50ed2;
- border: 1px solid #c50ed2;
+ color: #f7f7f7;
+ background-color: #f7b922;
+ border: 1px solid #f7b922;
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); }
.run-dialog .modal-dialog-button-box {
border: none;
@@ -918,7 +917,7 @@ StScrollBar {
border-width: 0px; }
#keyboard {
- background-color: #0e1018;
+ background-color: #040405;
border-width: 0;
border-top-width: 1px;
border-color: rgba(0, 0, 0, 0.4); }
@@ -937,31 +936,31 @@ StScrollBar {
font-weight: bold;
border-radius: 3px;
box-shadow: none;
- text-shadow: 0 1px rgba(24, 27, 40, 0);
+ text-shadow: 0 1px rgba(32, 33, 39, 0);
color: #BAC3CF;
border: 1px solid rgba(0, 0, 0, 0.4);
- background-color: rgba(57, 64, 94, 0.4); }
+ background-color: rgba(56, 56, 66, 0.4); }
.keyboard-key:hover {
- text-shadow: 0 1px rgba(24, 27, 40, 0);
+ text-shadow: 0 1px rgba(32, 33, 39, 0);
color: #BAC3CF;
border: 1px solid rgba(0, 0, 0, 0.4);
- background-color: rgba(70, 79, 117, 0.5); }
+ background-color: rgba(72, 72, 85, 0.5); }
.keyboard-key:active, .keyboard-key:checked {
- text-shadow: 0 1px rgba(24, 27, 40, 0);
- color: #fefefe;
- border: 1px solid #c50ed2;
- background-color: #c50ed2; }
+ text-shadow: 0 1px rgba(32, 33, 39, 0);
+ color: #f7f7f7;
+ border: 1px solid #f7b922;
+ background-color: #f7b922; }
.keyboard-key:grayed {
- text-shadow: 0 1px rgba(24, 27, 40, 0);
- color: #42464f;
+ text-shadow: 0 1px rgba(32, 33, 39, 0);
+ color: #3b3e42;
border: 1px solid rgba(0, 0, 0, 0.4);
- background-color: rgba(57, 64, 94, 0.25); }
+ background-color: rgba(56, 56, 66, 0.25); }
.keyboard-subkeys {
color: #BAC3CF;
padding: 5px;
-arrow-border-radius: 2px;
- -arrow-background-color: #0e1018;
+ -arrow-background-color: #040405;
-arrow-border-width: 1px;
-arrow-border-color: rgba(0, 0, 0, 0.4);
-arrow-base: 20px;
@@ -972,8 +971,8 @@ StScrollBar {
margin: auto;
padding: 10px;
transition-duration: 300;
- background-color: #181b28;
- border: 1px solid #050508; }
+ background-color: #101013;
+ border: 1px solid #161819; }
.menu-favorites-button {
padding: 10px;
@@ -1084,9 +1083,9 @@ StScrollBar {
height: 4px;
background-color: rgba(0, 0, 0, 0.5);
border-radius: 2px;
- color: #c50ed2; }
+ color: #f7b922; }
.osd-window .level-bar {
- background-color: #c50ed2; }
+ background-color: #f7b922; }
.window-list-box {
spacing: 0; }
@@ -1099,28 +1098,28 @@ StScrollBar {
.window-list-box.vertical {
padding: 6px 0 0 0; }
.window-list-box:highlight {
- background-color: #c50ed2; }
+ background-color: #f7b922; }
.window-list-item-box {
border: 0 none transparent;
border-image: none;
background-image: none;
- background-color: #0e1018;
+ background-color: #040405;
color: #BAC3CF;
box-shadow: none;
font-weight: 400; }
.window-list-item-box:hover {
- color: #fefefe; }
+ color: #f7f7f7; }
.panel-top .window-list-item-box:hover {
- box-shadow: inset 0 2px #c50ed2; }
+ box-shadow: inset 0 2px #f7b922; }
.panel-bottom .window-list-item-box:hover {
- box-shadow: inset 0 -2px #c50ed2; }
+ box-shadow: inset 0 -2px #f7b922; }
.panel-left .window-list-item-box:hover {
- box-shadow: inset 2px 0 #c50ed2; }
+ box-shadow: inset 2px 0 #f7b922; }
.panel-right .window-list-item-box:hover {
- box-shadow: inset -2px 0 #c50ed2; }
+ box-shadow: inset -2px 0 #f7b922; }
.window-list-item-box:active, .window-list-item-box:active:hover, .window-list-item-box:checked, .window-list-item-box:checked:hover, .window-list-item-box:focus, .window-list-item-box:focus:hover {
- color: #fefefe; }
+ color: #f7f7f7; }
.panel-top .window-list-item-box:active, .panel-top .window-list-item-box:active:hover, .panel-top .window-list-item-box:checked, .panel-top .window-list-item-box:checked:hover, .panel-top .window-list-item-box:focus, .panel-top .window-list-item-box:focus:hover {
box-shadow: inset 0 2px #ed254e; }
.panel-bottom .window-list-item-box:active, .panel-bottom .window-list-item-box:active:hover, .panel-bottom .window-list-item-box:checked, .panel-bottom .window-list-item-box:checked:hover, .panel-bottom .window-list-item-box:focus, .panel-bottom .window-list-item-box:focus:hover {
@@ -1148,21 +1147,21 @@ StScrollBar {
padding: 0 0 0 4px; }
.window-list-item-box:progress,
.window-list-item-box .progress {
- background-gradient-start: #c50ed2;
- background-gradient-end: #c50ed2; }
+ background-gradient-start: #f7b922;
+ background-gradient-end: #f7b922; }
.window-list-item-demands-attention {
- background-gradient-start: #c50ed2;
- background-gradient-end: #c50ed2;
- color: #fefefe; }
+ background-gradient-start: #f7b922;
+ background-gradient-end: #f7b922;
+ color: #f7f7f7; }
.panel-top .window-list-item-demands-attention {
- box-shadow: inset 0 2px #c50ed2; }
+ box-shadow: inset 0 2px #f7b922; }
.panel-bottom .window-list-item-demands-attention {
- box-shadow: inset 0 -2px #c50ed2; }
+ box-shadow: inset 0 -2px #f7b922; }
.panel-left .window-list-item-demands-attention {
- box-shadow: inset 2px 0 #c50ed2; }
+ box-shadow: inset 2px 0 #f7b922; }
.panel-right .window-list-item-demands-attention {
- box-shadow: inset -2px 0 #c50ed2; }
+ box-shadow: inset -2px 0 #f7b922; }
.window-list-preview {
padding: 12px;
@@ -1177,7 +1176,7 @@ StScrollBar {
border: 0 none transparent;
border-image: none;
background-image: none;
- background-color: #0e1018;
+ background-color: #040405;
color: #BAC3CF;
box-shadow: none;
font-weight: 400; }
@@ -1188,38 +1187,38 @@ StScrollBar {
.grouped-window-list-item-box StBin {
padding: 0 4px; }
.panel-top .grouped-window-list-item-box:active, .panel-top .grouped-window-list-item-box:checked {
- box-shadow: inset 0 2px #485178; }
+ box-shadow: inset 0 2px #4a4a58; }
.panel-bottom .grouped-window-list-item-box:active, .panel-bottom .grouped-window-list-item-box:checked {
- box-shadow: inset 0 -2px #485178; }
+ box-shadow: inset 0 -2px #4a4a58; }
.panel-left .grouped-window-list-item-box:active, .panel-left .grouped-window-list-item-box:checked {
- box-shadow: inset 2px 0 #485178; }
+ box-shadow: inset 2px 0 #4a4a58; }
.panel-right .grouped-window-list-item-box:active, .panel-right .grouped-window-list-item-box:checked {
- box-shadow: inset -2px 0 #485178; }
+ box-shadow: inset -2px 0 #4a4a58; }
.panel-top .grouped-window-list-item-box:hover, .panel-top .grouped-window-list-item-box:active:hover, .panel-top .grouped-window-list-item-box:focus, .panel-top .grouped-window-list-item-box:active:focus, .panel-top .grouped-window-list-item-box:focus:hover, .panel-top .grouped-window-list-item-box:active:focus:hover {
- box-shadow: inset 0 2px #c50ed2; }
+ box-shadow: inset 0 2px #f7b922; }
.panel-bottom .grouped-window-list-item-box:hover, .panel-bottom .grouped-window-list-item-box:active:hover, .panel-bottom .grouped-window-list-item-box:focus, .panel-bottom .grouped-window-list-item-box:active:focus, .panel-bottom .grouped-window-list-item-box:focus:hover, .panel-bottom .grouped-window-list-item-box:active:focus:hover {
- box-shadow: inset 0 -2px #c50ed2; }
+ box-shadow: inset 0 -2px #f7b922; }
.panel-left .grouped-window-list-item-box:hover, .panel-left .grouped-window-list-item-box:active:hover, .panel-left .grouped-window-list-item-box:focus, .panel-left .grouped-window-list-item-box:active:focus, .panel-left .grouped-window-list-item-box:focus:hover, .panel-left .grouped-window-list-item-box:active:focus:hover {
- box-shadow: inset 2px 0 #c50ed2; }
+ box-shadow: inset 2px 0 #f7b922; }
.panel-right .grouped-window-list-item-box:hover, .panel-right .grouped-window-list-item-box:active:hover, .panel-right .grouped-window-list-item-box:focus, .panel-right .grouped-window-list-item-box:active:focus, .panel-right .grouped-window-list-item-box:focus:hover, .panel-right .grouped-window-list-item-box:active:focus:hover {
- box-shadow: inset -2px 0 #c50ed2; }
+ box-shadow: inset -2px 0 #f7b922; }
.grouped-window-list-item-box:progress,
.grouped-window-list-item-box .progress {
- background-gradient-start: #c50ed2;
- background-gradient-end: #c50ed2; }
+ background-gradient-start: #f7b922;
+ background-gradient-end: #f7b922; }
.grouped-window-list-item-demands-attention {
- background-gradient-start: #c50ed2;
- background-gradient-end: #c50ed2;
- color: #fefefe; }
+ background-gradient-start: #f7b922;
+ background-gradient-end: #f7b922;
+ color: #f7f7f7; }
.panel-top .grouped-window-list-item-demands-attention {
- box-shadow: inset 0 2px #c50ed2; }
+ box-shadow: inset 0 2px #f7b922; }
.panel-bottom .grouped-window-list-item-demands-attention {
- box-shadow: inset 0 -2px #c50ed2; }
+ box-shadow: inset 0 -2px #f7b922; }
.panel-left .grouped-window-list-item-demands-attention {
- box-shadow: inset 2px 0 #c50ed2; }
+ box-shadow: inset 2px 0 #f7b922; }
.panel-right .grouped-window-list-item-demands-attention {
- box-shadow: inset -2px 0 #c50ed2; }
+ box-shadow: inset -2px 0 #f7b922; }
.sound-button {
width: 22px;
@@ -1286,7 +1285,7 @@ StScrollBar {
height: 70px;
padding: 15px;
spacing: 0.5em;
- background: rgba(5, 5, 8, 0.9);
+ background: rgba(0, 0, 0, 0.9);
border: 0px solid black;
border-bottom: 1px;
color: #BAC3CF; }
@@ -1296,20 +1295,20 @@ StScrollBar {
padding: 5px;
color: #BAC3CF;
border-radius: 2px;
- border: 1px solid rgba(14, 16, 24, 0); }
+ border: 1px solid rgba(4, 4, 5, 0); }
.sound-player-overlay StButton StIcon {
icon-size: 16px; }
.sound-player-overlay StButton:hover {
- text-shadow: 0 1px rgba(24, 27, 40, 0);
+ text-shadow: 0 1px rgba(32, 33, 39, 0);
color: #BAC3CF;
border: 1px solid rgba(0, 0, 0, 0.4);
- background-color: rgba(70, 79, 117, 0.5); }
+ background-color: rgba(72, 72, 85, 0.5); }
.sound-player-overlay StButton:active {
- text-shadow: 0 1px rgba(24, 27, 40, 0);
- color: #fefefe;
- background-color: #c50ed2;
- border: 1px solid #c50ed2;
- box-shadow: inset 0 2px 4px #c50ed2; }
+ text-shadow: 0 1px rgba(32, 33, 39, 0);
+ color: #f7f7f7;
+ background-color: #f7b922;
+ border: 1px solid #f7b922;
+ box-shadow: inset 0 2px 4px #f7b922; }
.sound-player-overlay StBoxLayout {
padding-top: 2px; }
.sound-player .slider {
@@ -1317,9 +1316,9 @@ StScrollBar {
padding: 0;
border: none;
-slider-height: 0.5em;
- -slider-background-color: #0e1018;
+ -slider-background-color: #040405;
-slider-border-color: rgba(0, 0, 0, 0);
- -slider-active-background-color: #c50ed2;
+ -slider-active-background-color: #f7b922;
-slider-active-border-color: rgba(0, 0, 0, 0);
-slider-border-width: 0px;
-slider-handle-radius: 0px; }
@@ -1336,14 +1335,14 @@ StScrollBar {
.workspace-button {
width: 20px;
height: 10px;
- color: #fefefe;
+ color: #f7f7f7;
padding: 3px;
padding-top: 4px;
transition-duration: 300; }
.workspace-button:outlined, .workspace-button:outlined:hover {
- color: #c50ed2; }
+ color: #f7b922; }
.workspace-button:hover {
- color: rgba(197, 14, 210, 0.5); }
+ color: rgba(247, 185, 34, 0.5); }
/* Controls the style when using the "Visual representation" option */
.workspace-graph {
@@ -1356,19 +1355,19 @@ StScrollBar {
background-color: rgba(0, 0, 0, 0.2); }
.workspace-graph .workspace:active {
- border: 1px solid #c50ed2;
+ border: 1px solid #f7b922;
background-gradient-direction: none; }
.workspace-graph .workspace .windows {
- -active-window-background: #2b3148;
+ -active-window-background: #27272f;
-active-window-border: rgba(0, 0, 0, 0.8);
- -inactive-window-background: #2b3148;
+ -inactive-window-background: #27272f;
-inactive-window-border: rgba(0, 0, 0, 0.8); }
.workspace-graph .workspace:active .windows {
- -active-window-background: #353b58;
+ -active-window-background: #33333d;
-active-window-border: rgba(0, 0, 0, 0.8);
- -inactive-window-background: #181b28;
+ -inactive-window-background: #101013;
-inactive-window-border: rgba(0, 0, 0, 0.8); }
#panel-launchers-box {
@@ -1384,7 +1383,7 @@ StScrollBar {
.panel-launcher:hover,
.launcher:hover {
background-gradient-direction: none;
- border: 0px solid #c50ed2; }
+ border: 0px solid #f7b922; }
.panel-bottom .panel-launcher:hover, .panel-bottom
.launcher:hover {
border-bottom-width: 1px; }
@@ -1421,8 +1420,8 @@ StScrollBar {
.applet-box.vertical {
padding: 3px 0; }
.applet-box:hover {
- color: #fefefe;
- background-color: #c50ed2; }
+ color: #f7f7f7;
+ background-color: #f7b922; }
.applet-box:highlight {
background-image: none;
border-image: none;
@@ -1432,14 +1431,14 @@ StScrollBar {
font-weight: bold;
color: #98abb2; }
.applet-label:hover, .applet-box:hover .applet-label {
- color: #fefefe;
+ color: #f7f7f7;
text-shadow: none; }
.applet-icon {
color: #98abb2;
icon-size: 22px; }
.applet-icon:hover, .applet-box:hover > .applet-icon {
- color: #fefefe;
+ color: #f7f7f7;
text-shadow: none; }
.user-icon {
@@ -1483,8 +1482,8 @@ StScrollBar {
padding: 12px;
padding-bottom: 6px; }
.desklet-drag-placeholder {
- border: 2px solid #c50ed2;
- background-color: rgba(197, 14, 210, 0.3); }
+ border: 2px solid #f7b922;
+ background-color: rgba(247, 185, 34, 0.3); }
.photoframe-box {
border-image: url("common-assets/misc/bg.svg") 9 9 9 9;
@@ -1507,8 +1506,8 @@ StScrollBar {
.tile-preview, .tile-preview.snap,
.tile-hud, .tile-hud.snap {
- background-color: rgba(197, 14, 210, 0.3);
- border: 1px solid #c50ed2; }
+ background-color: rgba(247, 185, 34, 0.3);
+ border: 1px solid #f7b922; }
.xkcd-box {
padding: 6px;
diff --git a/cinnamon/common-assets/menu/menu-hover.svg b/cinnamon/common-assets/menu/menu-hover.svg
index 0be39ad..e2740de 100644
--- a/cinnamon/common-assets/menu/menu-hover.svg
+++ b/cinnamon/common-assets/menu/menu-hover.svg
@@ -80,14 +80,14 @@
+ style="fill:#f7b922;fill-opacity:1;opacity:0.5">
+ style="opacity:1;fill:#f7b922;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" />
diff --git a/cinnamon/common-assets/misc/add-workspace-active.svg b/cinnamon/common-assets/misc/add-workspace-active.svg
index dc5801a..5a5d499 100644
--- a/cinnamon/common-assets/misc/add-workspace-active.svg
+++ b/cinnamon/common-assets/misc/add-workspace-active.svg
@@ -102,7 +102,7 @@
id="layer1"
transform="translate(0,-852.36218)">
@@ -112,7 +112,7 @@
style="opacity:0.5;fill:#000000;fill-opacity:1" />
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#f7b922;fill-opacity:1;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" />
diff --git a/cinnamon/common-assets/misc/calendar-arrow-right-hover.svg b/cinnamon/common-assets/misc/calendar-arrow-right-hover.svg
index 730d900..8738bdb 100644
--- a/cinnamon/common-assets/misc/calendar-arrow-right-hover.svg
+++ b/cinnamon/common-assets/misc/calendar-arrow-right-hover.svg
@@ -156,6 +156,6 @@
inkscape:connector-curvature="0"
id="path6040"
d="m 106.17699,751.00006 a 0.67182557,0.66502524 0 0 1 0.10367,0.009 0.67182557,0.66502524 0 0 1 0.39887,0.18702 l 3.35878,3.32479 0.46184,0.47795 -0.46184,0.47792 -3.35878,3.32481 a 0.68281953,0.67590797 0 0 1 -0.698,0.16363 c -0.0374,0.0143 -0.0779,0.0233 -0.1207,0.0233 -0.18608,0 -0.33589,-0.14829 -0.33589,-0.33248 0,-0.0423 0.009,-0.0823 0.0236,-0.11948 a 0.68281953,0.67590797 0 0 1 0.16531,-0.69094 l 2.876,-2.84689 -2.87597,-2.84686 a 0.67182557,0.66502524 0 0 1 -0.17056,-0.72082 c -0.008,-0.0292 -0.0185,-0.058 -0.0185,-0.0896 0,-0.18421 0.14978,-0.33249 0.33587,-0.33249 0.0395,0 0.0765,0.01 0.11152,0.022 A 0.67182557,0.66502524 0 0 1 106.17701,751 Z"
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#c50ed2;fill-opacity:1;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" />
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#f7b922;fill-opacity:1;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" />
diff --git a/cinnamon/common-assets/misc/corner-ripple.svg b/cinnamon/common-assets/misc/corner-ripple.svg
index 717a040..db7eb16 100644
--- a/cinnamon/common-assets/misc/corner-ripple.svg
+++ b/cinnamon/common-assets/misc/corner-ripple.svg
@@ -49,7 +49,7 @@
id="stop3859" />
+ style="display:inline;opacity:0.95;fill:#101013;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+ style="display:inline;opacity:0.95;fill:#101013;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+ style="opacity:1;fill:#f7b922;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+ style="display:inline;opacity:1;fill:#f7b922;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;enable-background:new" />
+ style="display:inline;opacity:1;fill:#f7b922;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;enable-background:new" />
diff --git a/cinnamon/common-assets/panel/window-list-active-bottom.svg b/cinnamon/common-assets/panel/window-list-active-bottom.svg
index c74745c..3ca6dd8 100644
--- a/cinnamon/common-assets/panel/window-list-active-bottom.svg
+++ b/cinnamon/common-assets/panel/window-list-active-bottom.svg
@@ -146,6 +146,6 @@
height="2"
width="24"
id="rect4270-9"
- style="opacity:1;fill:#c50ed2;fill-opacity:1;stroke:none" />
+ style="opacity:1;fill:#f7b922;fill-opacity:1;stroke:none" />
diff --git a/cinnamon/common-assets/panel/window-list-active-left.svg b/cinnamon/common-assets/panel/window-list-active-left.svg
index ea243e7..4b2fbe2 100644
--- a/cinnamon/common-assets/panel/window-list-active-left.svg
+++ b/cinnamon/common-assets/panel/window-list-active-left.svg
@@ -147,6 +147,6 @@
height="2"
width="24"
id="rect4270-9"
- style="opacity:1;fill:#c50ed2;fill-opacity:1;stroke:none" />
+ style="opacity:1;fill:#f7b922;fill-opacity:1;stroke:none" />
diff --git a/cinnamon/common-assets/panel/window-list-active-right.svg b/cinnamon/common-assets/panel/window-list-active-right.svg
index 44bbe21..0f97945 100644
--- a/cinnamon/common-assets/panel/window-list-active-right.svg
+++ b/cinnamon/common-assets/panel/window-list-active-right.svg
@@ -147,6 +147,6 @@
height="2"
width="24"
id="rect4270-9"
- style="opacity:1;fill:#c50ed2;fill-opacity:1;stroke:none" />
+ style="opacity:1;fill:#f7b922;fill-opacity:1;stroke:none" />
diff --git a/cinnamon/common-assets/panel/window-list-active-top.svg b/cinnamon/common-assets/panel/window-list-active-top.svg
index 16e14f8..f7e05ca 100644
--- a/cinnamon/common-assets/panel/window-list-active-top.svg
+++ b/cinnamon/common-assets/panel/window-list-active-top.svg
@@ -146,6 +146,6 @@
height="2"
width="24"
id="rect4270-9"
- style="opacity:1;fill:#c50ed2;fill-opacity:1;stroke:none" />
+ style="opacity:1;fill:#f7b922;fill-opacity:1;stroke:none" />
diff --git a/cinnamon/common-assets/switch/switch-off-selected.svg b/cinnamon/common-assets/switch/switch-off-selected.svg
index 3afe623..97f4965 100644
--- a/cinnamon/common-assets/switch/switch-off-selected.svg
+++ b/cinnamon/common-assets/switch/switch-off-selected.svg
@@ -7,142 +7,142 @@
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- sodipodi:docname="switch-off-selected.svg"
- inkscape:version="1.0 (4035a4fb49, 2020-05-01)"
- version="1.1"
- id="svg7539"
+ width="50"
height="20"
- width="50">
+ id="svg7539"
+ version="1.1"
+ inkscape:version="1.0 (4035a4fb49, 2020-05-01)"
+ sodipodi:docname="switch-off.svg">
+ offset="0" />
+ offset="1" />
+ id="stop3770-0" />
-
+
+ id="stop3776-2" />
+ id="stop3971-2-6" />
+ id="stop3973-0-1" />
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ style="stop-color:#ffffff;stop-opacity:0.54901963;" />
+ style="stop-color:#1a1a1a;stop-opacity:1;" />
+ style="stop-color:#1a1a1a;stop-opacity:0;" />
+ style="stop-color:#bebebe;stop-opacity:1;" />
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ width="1.072"
+ x="-0.035999998"
+ id="filter930"
+ style="color-interpolation-filters:sRGB"
+ inkscape:collect="always">
+ inkscape:collect="always" />
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="4.8062428"
+ inkscape:cx="3.8344054"
+ inkscape:cy="11.11566"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:grid-bbox="true"
+ inkscape:document-units="px"
+ fit-margin-top="0"
+ fit-margin-left="0"
+ fit-margin-right="0"
+ fit-margin-bottom="0"
+ inkscape:window-width="1366"
+ inkscape:window-height="714"
+ inkscape:window-x="0"
+ inkscape:window-y="0"
+ inkscape:window-maximized="1"
+ inkscape:snap-bbox="true"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:snap-bbox-midpoints="false"
+ inkscape:bbox-paths="true"
+ inkscape:bbox-nodes="true"
+ inkscape:snap-bbox-edge-midpoints="true"
+ inkscape:document-rotation="0">
+ empspacing="5"
+ visible="true"
+ enabled="true"
+ snapvisiblegridlinesonly="true"
+ originx="-4"
+ originy="2.6171874e-06" />
@@ -157,51 +157,51 @@
+ inkscape:groupmode="layer"
+ transform="translate(-120,87.999997)">
+ style="opacity:1;fill:none;fill-opacity:1" />
+ d="m 137.34,-87.159997 a 9.5,9.5 0 0 0 -9.5,9.5 9.5,9.5 0 0 0 9.5,9.5 h 7.5 2 7.5 a 9.5,9.5 0 0 0 9.5,-9.5 9.5,9.5 0 0 0 -9.5,-9.5 h -7.5 -2 z"
+ style="fill:#485563;fill-opacity:1;stroke:#485563;stroke-opacity:1" />
+
-
+ x="129.83998"
+ height="15"
+ width="15"
+ id="rect3872"
+ style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#859398;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.76471;stroke-opacity:1;marker:none;enable-background:new" />
+ style="fill:none;fill-opacity:1" />
+ d="m 137.23259,-85.159997 c -4.09536,0 -7.39258,3.29722 -7.39258,7.39258 v 0.21484 c 0,0.1326 0.0127,0.26174 0.0195,0.39258 0.20406,-3.91019 3.41029,-7 7.37305,-7 h 0.21484 c 3.96276,0 7.16899,3.08981 7.37305,7 0.007,-0.13084 0.0195,-0.25998 0.0195,-0.39258 v -0.21484 c 0,-4.09536 -3.29722,-7.39258 -7.39258,-7.39258 z"
+ style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:none;fill-opacity:0.2;fill-rule:nonzero;stroke:none;stroke-width:1.76471;stroke-opacity:1;marker:none;enable-background:new" />
diff --git a/cinnamon/common-assets/switch/switch-on-selected.svg b/cinnamon/common-assets/switch/switch-on-selected.svg
index 3e98326..a24e206 100644
--- a/cinnamon/common-assets/switch/switch-on-selected.svg
+++ b/cinnamon/common-assets/switch/switch-on-selected.svg
@@ -9,197 +9,209 @@
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- sodipodi:docname="switch-on-selected.svg"
- inkscape:version="1.0 (4035a4fb49, 2020-05-01)"
- version="1.1"
- id="svg7539"
+ width="50"
height="20"
- width="50">
+ id="svg7539"
+ version="1.1"
+ inkscape:version="1.0 (4035a4fb49, 2020-05-01)"
+ sodipodi:docname="switch-on.svg">
+
+
+
+
+ style="stop-color:#56ccf2;stop-opacity:1" />
+ style="stop-color:#2f80ed;stop-opacity:1" />
+ id="selected_fg_color"
+ osb:paint="solid">
+ id="stop4171" />
+ id="selected_bg_color"
+ osb:paint="solid">
+ id="stop4166" />
+ offset="0" />
+ offset="1" />
+ id="stop3770-0" />
-
+
+ id="stop3776-2" />
+ id="stop3971-2-6" />
+ id="stop3973-0-1" />
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ style="stop-color:#ffffff;stop-opacity:0.54901963;" />
+ style="stop-color:#1a1a1a;stop-opacity:1;" />
+ style="stop-color:#1a1a1a;stop-opacity:0;" />
+ style="stop-color:#bebebe;stop-opacity:1;" />
+ style="stop-color:#ffffff;stop-opacity:1;" />
-
+
+ width="1.072"
+ x="-0.035999998"
+ id="filter930"
+ style="color-interpolation-filters:sRGB"
+ inkscape:collect="always">
+ inkscape:collect="always" />
-
+
+ x1="127.34"
+ y1="-78"
+ x2="164.34"
+ y2="-78"
+ gradientUnits="userSpaceOnUse" />
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="9.6124852"
+ inkscape:cx="14.042172"
+ inkscape:cy="11.838426"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:grid-bbox="true"
+ inkscape:document-units="px"
+ fit-margin-top="0"
+ fit-margin-left="0"
+ fit-margin-right="0"
+ fit-margin-bottom="0"
+ inkscape:window-width="1366"
+ inkscape:window-height="714"
+ inkscape:window-x="0"
+ inkscape:window-y="0"
+ inkscape:window-maximized="1"
+ inkscape:snap-bbox="true"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:snap-bbox-midpoints="false"
+ inkscape:bbox-paths="true"
+ inkscape:bbox-nodes="true"
+ inkscape:snap-bbox-edge-midpoints="true"
+ inkscape:document-rotation="0">
+ empspacing="5"
+ visible="true"
+ enabled="true"
+ snapvisiblegridlinesonly="true"
+ originx="-4"
+ originy="2.6171874e-06" />
@@ -214,30 +226,30 @@
+ inkscape:groupmode="layer"
+ transform="translate(-120,87.999997)">
+ d="m 137.34,-87.499997 a 9.5,9.5 0 0 0 -9.5,9.5 9.5,9.5 0 0 0 9.5,9.5 h 7.5 2 7.5 a 9.5,9.5 0 0 0 9.5,-9.5 9.5,9.5 0 0 0 -9.5,-9.5 h -7.5 -2 z"
+ style="fill:url(#linearGradient867);fill-opacity:1.0;stroke:url(#linearGradient875);stroke-opacity:1" />
+
-
+ x="146.34"
+ height="15"
+ width="15"
+ id="rect3872"
+ style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#f8f8f8;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.76471;stroke-opacity:1;marker:none;enable-background:new" />
diff --git a/cinnamon/dark-assets/checkbox/checkbox-checked-focused.svg b/cinnamon/dark-assets/checkbox/checkbox-checked-focused.svg
index c6c508c..243eb93 100644
--- a/cinnamon/dark-assets/checkbox/checkbox-checked-focused.svg
+++ b/cinnamon/dark-assets/checkbox/checkbox-checked-focused.svg
@@ -8,79 +8,79 @@
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- inkscape:export-ydpi="90"
- inkscape:export-xdpi="90"
- inkscape:export-filename="/home/steffen/.local/share/themes/neu2/gtk-3.0/assets/dark/checkbox-unchecked.png"
- sodipodi:docname="checkbox-checked-focused.svg"
- inkscape:version="1.0 (4035a4fb49, 2020-05-01)"
- version="1.1"
- id="svg2"
+ width="16"
height="16"
- width="16">
+ id="svg2"
+ version="1.1"
+ inkscape:version="1.0 (4035a4fb49, 2020-05-01)"
+ sodipodi:docname="checkbox-checked-focused.svg"
+ inkscape:export-filename="/home/steffen/.local/share/themes/neu2/gtk-3.0/assets/dark/checkbox-unchecked.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90">
+ id="selected_bg_color"
+ osb:paint="solid">
+ id="stop4159" />
+ id="stop3770-6" />
-
+
+ id="stop3776-1" />
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="4.7301113"
+ inkscape:cx="-30.177817"
+ inkscape:cy="0.18346861"
+ inkscape:document-units="px"
+ inkscape:current-layer="g5400-6-68"
+ showgrid="true"
+ inkscape:snap-bbox="true"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:showpageshadow="false"
+ showborder="true"
+ inkscape:window-width="1366"
+ inkscape:window-height="714"
+ inkscape:window-x="0"
+ inkscape:window-y="0"
+ inkscape:window-maximized="1"
+ inkscape:bbox-paths="true"
+ inkscape:bbox-nodes="true"
+ inkscape:snap-bbox-edge-midpoints="true"
+ inkscape:document-rotation="0">
+ empspacing="5"
+ visible="true"
+ enabled="true"
+ snapvisiblegridlinesonly="true" />
@@ -95,106 +95,106 @@
+ id="layer1"
+ transform="translate(0,-1036.3622)">
+ id="checkbox-checked-dark"
+ inkscape:label="#g10758">
+ style="display:inline"
+ transform="translate(19)">
+ id="sdsd-7-54"
+ inkscape:label="#g21853">
+ id="scdsdcd-5-8">
+ style="display:inline">
+ transform="matrix(0.5089163,0,0,0.51739823,161.7932,197.56426)">
+ width="16"
+ height="16"
+ x="17"
+ y="30.362183" />
+ x="18.000006"
+ height="13.99999"
+ width="13.999989"
+ id="rect5147-9-1-5-7-6-7-4"
+ style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#f7b922;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
+ ry="1.9999917" />
+ transform="translate(36,-1036)"
+ style="display:inline">
+ style="opacity:0.85;fill:#1a1a1a;fill-opacity:1" />
+ id="g4049-2-5"
+ transform="rotate(45,7.4999938,1026.3622)">
+ id="g4056-7-6"
+ transform="translate(12.374375,11.531233)">
+ style="fill:#3b3c3e;fill-opacity:1">
+ y="1033.3622"
+ x="8"
+ height="1.9999826"
+ width="5"
+ id="rect3977-39-90"
+ style="fill:#ffffff;fill-opacity:1;stroke:none" />
+ x="11"
+ height="7.9999828"
+ width="2"
+ id="rect3979-7-60"
+ style="fill:#ffffff;fill-opacity:1;stroke:none" />
+ width="3"
+ height="1"
+ x="5"
+ y="-8"
+ transform="translate(0,1036.3622)" />
diff --git a/cinnamon/dark-assets/checkbox/checkbox-checked.svg b/cinnamon/dark-assets/checkbox/checkbox-checked.svg
index 95e7fe7..e8e2ca4 100644
--- a/cinnamon/dark-assets/checkbox/checkbox-checked.svg
+++ b/cinnamon/dark-assets/checkbox/checkbox-checked.svg
@@ -8,79 +8,79 @@
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- inkscape:export-ydpi="90"
- inkscape:export-xdpi="90"
- inkscape:export-filename="/home/steffen/.local/share/themes/neu2/gtk-3.0/assets/dark/checkbox-unchecked.png"
- sodipodi:docname="checkbox-checked.svg"
- inkscape:version="1.0 (4035a4fb49, 2020-05-01)"
- version="1.1"
- id="svg2"
+ width="16"
height="16"
- width="16">
+ id="svg2"
+ version="1.1"
+ inkscape:version="1.0 (4035a4fb49, 2020-05-01)"
+ sodipodi:docname="checkbox-checked.svg"
+ inkscape:export-filename="/home/steffen/.local/share/themes/neu2/gtk-3.0/assets/dark/checkbox-unchecked.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90">
+ id="selected_bg_color"
+ osb:paint="solid">
+ id="stop4159" />
+ id="stop3770-6" />
-
+
+ id="stop3776-1" />
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="6.6893874"
+ inkscape:cx="-23.283526"
+ inkscape:cy="7.5299665"
+ inkscape:document-units="px"
+ inkscape:current-layer="g5400-6-68"
+ showgrid="true"
+ inkscape:snap-bbox="true"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:showpageshadow="false"
+ showborder="true"
+ inkscape:window-width="1366"
+ inkscape:window-height="714"
+ inkscape:window-x="0"
+ inkscape:window-y="0"
+ inkscape:window-maximized="1"
+ inkscape:bbox-paths="true"
+ inkscape:bbox-nodes="true"
+ inkscape:snap-bbox-edge-midpoints="true"
+ inkscape:document-rotation="0">
+ empspacing="5"
+ visible="true"
+ enabled="true"
+ snapvisiblegridlinesonly="true" />
@@ -95,106 +95,106 @@
+ id="layer1"
+ transform="translate(0,-1036.3622)">
+ id="checkbox-checked-dark"
+ inkscape:label="#g10758">
+ style="display:inline"
+ transform="translate(19)">
+ id="sdsd-7-54"
+ inkscape:label="#g21853">
+ id="scdsdcd-5-8">
+ style="display:inline">
+ transform="matrix(0.5089163,0,0,0.51739823,161.7932,197.56426)">
+ width="16"
+ height="16"
+ x="17"
+ y="30.362183" />
+ x="18.000006"
+ height="13.99999"
+ width="13.999989"
+ id="rect5147-9-1-5-7-6-7-4"
+ style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#f7b922;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
+ ry="1.9999917" />
+ transform="translate(36,-1036)"
+ style="display:inline">
+ style="opacity:0.85;fill:#1a1a1a;fill-opacity:1" />
+ id="g4049-2-5"
+ transform="rotate(45,7.4999938,1026.3622)">
+ id="g4056-7-6"
+ transform="translate(12.374375,11.531233)">
+ style="fill:#3b3c3e;fill-opacity:1">
+ y="1033.3622"
+ x="8"
+ height="1.9999826"
+ width="5"
+ id="rect3977-39-90"
+ style="fill:#ffffff;fill-opacity:1;stroke:none" />
+ x="11"
+ height="7.9999828"
+ width="2"
+ id="rect3979-7-60"
+ style="fill:#ffffff;fill-opacity:1;stroke:none" />
+ width="3"
+ height="1"
+ x="5"
+ y="-8"
+ transform="translate(0,1036.3622)" />
diff --git a/cinnamon/dark-assets/checkbox/checkbox-unchecked-focused.svg b/cinnamon/dark-assets/checkbox/checkbox-unchecked-focused.svg
index f5636a3..0a4cae0 100644
--- a/cinnamon/dark-assets/checkbox/checkbox-unchecked-focused.svg
+++ b/cinnamon/dark-assets/checkbox/checkbox-unchecked-focused.svg
@@ -8,79 +8,79 @@
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- inkscape:export-ydpi="90"
- inkscape:export-xdpi="90"
- inkscape:export-filename="/home/steffen/.local/share/themes/neu2/gtk-3.0/assets/dark/checkbox-unchecked.png"
- sodipodi:docname="checkbox-unchecked-focused.svg"
- inkscape:version="1.0 (4035a4fb49, 2020-05-01)"
- version="1.1"
- id="svg2"
+ width="16"
height="16"
- width="16">
+ id="svg2"
+ version="1.1"
+ inkscape:version="1.0 (4035a4fb49, 2020-05-01)"
+ sodipodi:docname="checkbox-unchecked-focused.svg"
+ inkscape:export-filename="/home/steffen/.local/share/themes/neu2/gtk-3.0/assets/dark/checkbox-unchecked.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90">
+ id="selected_bg_color"
+ osb:paint="solid">
+ id="stop4150" />
+ id="stop3770-6" />
-
+
+ id="stop3776-1" />
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="26.365674"
+ inkscape:cx="0.1158876"
+ inkscape:cy="2.1620001"
+ inkscape:document-units="px"
+ inkscape:current-layer="g5400-2-47"
+ showgrid="true"
+ inkscape:snap-bbox="true"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:showpageshadow="false"
+ showborder="true"
+ inkscape:window-width="1366"
+ inkscape:window-height="714"
+ inkscape:window-x="0"
+ inkscape:window-y="0"
+ inkscape:window-maximized="1"
+ inkscape:bbox-paths="true"
+ inkscape:bbox-nodes="true"
+ inkscape:snap-bbox-edge-midpoints="true"
+ inkscape:document-rotation="0">
+ empspacing="5"
+ visible="true"
+ enabled="true"
+ snapvisiblegridlinesonly="true" />
@@ -95,52 +95,52 @@
+ id="layer1"
+ transform="translate(0,-1036.3622)">
+ id="checkbox-unchecked-dark"
+ inkscape:label="#g22047">
+ inkscape:label="#g21853"
+ id="sdsd-0-1">
+ transform="translate(0,-30)">
+ transform="matrix(0.92951982,0,0,0.92914368,-156.75069,-212.9618)">
+ style="display:inline">
+ height="16"
+ width="16"
+ id="rect13523-4-0"
+ style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" />
+ width="13"
+ height="12.999997"
+ x="18.5"
+ y="31.862183"
+ rx="2" />
diff --git a/cinnamon/dark-assets/menu/menu.svg b/cinnamon/dark-assets/menu/menu.svg
index d06a64e..48513d3 100644
--- a/cinnamon/dark-assets/menu/menu.svg
+++ b/cinnamon/dark-assets/menu/menu.svg
@@ -71,7 +71,7 @@
rx="2.0000005"
ry="1.9999999" />
+ id="svg7539"
+ version="1.1"
+ inkscape:version="1.0 (4035a4fb49, 2020-05-01)"
+ sodipodi:docname="switch-off.svg">
+ offset="0" />
+ offset="1" />
+ id="stop3770-0" />
-
+
+ id="stop3776-2" />
+ id="stop3971-2-6" />
+ id="stop3973-0-1" />
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ style="stop-color:#ffffff;stop-opacity:0.54901963;" />
+ style="stop-color:#1a1a1a;stop-opacity:1;" />
+ style="stop-color:#1a1a1a;stop-opacity:0;" />
+ style="stop-color:#bebebe;stop-opacity:1;" />
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ width="1.072"
+ x="-0.035999998"
+ id="filter930"
+ style="color-interpolation-filters:sRGB"
+ inkscape:collect="always">
+ inkscape:collect="always" />
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="4.8062428"
+ inkscape:cx="3.8344054"
+ inkscape:cy="11.11566"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:grid-bbox="true"
+ inkscape:document-units="px"
+ fit-margin-top="0"
+ fit-margin-left="0"
+ fit-margin-right="0"
+ fit-margin-bottom="0"
+ inkscape:window-width="1366"
+ inkscape:window-height="714"
+ inkscape:window-x="0"
+ inkscape:window-y="0"
+ inkscape:window-maximized="1"
+ inkscape:snap-bbox="true"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:snap-bbox-midpoints="false"
+ inkscape:bbox-paths="true"
+ inkscape:bbox-nodes="true"
+ inkscape:snap-bbox-edge-midpoints="true"
+ inkscape:document-rotation="0">
+ empspacing="5"
+ visible="true"
+ enabled="true"
+ snapvisiblegridlinesonly="true"
+ originx="-4"
+ originy="2.6171874e-06" />
@@ -157,51 +157,51 @@
+ inkscape:groupmode="layer"
+ transform="translate(-120,87.999997)">
+ style="opacity:1;fill:none;fill-opacity:1" />
+ d="m 137.34,-87.159997 a 9.5,9.5 0 0 0 -9.5,9.5 9.5,9.5 0 0 0 9.5,9.5 h 7.5 2 7.5 a 9.5,9.5 0 0 0 9.5,-9.5 9.5,9.5 0 0 0 -9.5,-9.5 h -7.5 -2 z"
+ style="fill:#485563;fill-opacity:1;stroke:#485563;stroke-opacity:1" />
+
-
+ x="129.83998"
+ height="15"
+ width="15"
+ id="rect3872"
+ style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#859398;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.76471;stroke-opacity:1;marker:none;enable-background:new" />
+ style="fill:none;fill-opacity:1" />
+ d="m 137.23259,-85.159997 c -4.09536,0 -7.39258,3.29722 -7.39258,7.39258 v 0.21484 c 0,0.1326 0.0127,0.26174 0.0195,0.39258 0.20406,-3.91019 3.41029,-7 7.37305,-7 h 0.21484 c 3.96276,0 7.16899,3.08981 7.37305,7 0.007,-0.13084 0.0195,-0.25998 0.0195,-0.39258 v -0.21484 c 0,-4.09536 -3.29722,-7.39258 -7.39258,-7.39258 z"
+ style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:none;fill-opacity:0.2;fill-rule:nonzero;stroke:none;stroke-width:1.76471;stroke-opacity:1;marker:none;enable-background:new" />
diff --git a/cinnamon/dark-assets/switch/switch-on.svg b/cinnamon/dark-assets/switch/switch-on.svg
index 3e98326..a24e206 100644
--- a/cinnamon/dark-assets/switch/switch-on.svg
+++ b/cinnamon/dark-assets/switch/switch-on.svg
@@ -9,197 +9,209 @@
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- sodipodi:docname="switch-on-selected.svg"
- inkscape:version="1.0 (4035a4fb49, 2020-05-01)"
- version="1.1"
- id="svg7539"
+ width="50"
height="20"
- width="50">
+ id="svg7539"
+ version="1.1"
+ inkscape:version="1.0 (4035a4fb49, 2020-05-01)"
+ sodipodi:docname="switch-on.svg">
+
+
+
+
+ style="stop-color:#56ccf2;stop-opacity:1" />
+ style="stop-color:#2f80ed;stop-opacity:1" />
+ id="selected_fg_color"
+ osb:paint="solid">
+ id="stop4171" />
+ id="selected_bg_color"
+ osb:paint="solid">
+ id="stop4166" />
+ offset="0" />
+ offset="1" />
+ id="stop3770-0" />
-
+
+ id="stop3776-2" />
+ id="stop3971-2-6" />
+ id="stop3973-0-1" />
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ style="stop-color:#ffffff;stop-opacity:0.54901963;" />
+ style="stop-color:#1a1a1a;stop-opacity:1;" />
+ style="stop-color:#1a1a1a;stop-opacity:0;" />
+ style="stop-color:#bebebe;stop-opacity:1;" />
+ style="stop-color:#ffffff;stop-opacity:1;" />
-
+
+ width="1.072"
+ x="-0.035999998"
+ id="filter930"
+ style="color-interpolation-filters:sRGB"
+ inkscape:collect="always">
+ inkscape:collect="always" />
-
+
+ x1="127.34"
+ y1="-78"
+ x2="164.34"
+ y2="-78"
+ gradientUnits="userSpaceOnUse" />
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="9.6124852"
+ inkscape:cx="14.042172"
+ inkscape:cy="11.838426"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:grid-bbox="true"
+ inkscape:document-units="px"
+ fit-margin-top="0"
+ fit-margin-left="0"
+ fit-margin-right="0"
+ fit-margin-bottom="0"
+ inkscape:window-width="1366"
+ inkscape:window-height="714"
+ inkscape:window-x="0"
+ inkscape:window-y="0"
+ inkscape:window-maximized="1"
+ inkscape:snap-bbox="true"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:snap-bbox-midpoints="false"
+ inkscape:bbox-paths="true"
+ inkscape:bbox-nodes="true"
+ inkscape:snap-bbox-edge-midpoints="true"
+ inkscape:document-rotation="0">
+ empspacing="5"
+ visible="true"
+ enabled="true"
+ snapvisiblegridlinesonly="true"
+ originx="-4"
+ originy="2.6171874e-06" />
@@ -214,30 +226,30 @@
+ inkscape:groupmode="layer"
+ transform="translate(-120,87.999997)">
+ d="m 137.34,-87.499997 a 9.5,9.5 0 0 0 -9.5,9.5 9.5,9.5 0 0 0 9.5,9.5 h 7.5 2 7.5 a 9.5,9.5 0 0 0 9.5,-9.5 9.5,9.5 0 0 0 -9.5,-9.5 h -7.5 -2 z"
+ style="fill:url(#linearGradient867);fill-opacity:1.0;stroke:url(#linearGradient875);stroke-opacity:1" />
+
-
+ x="146.34"
+ height="15"
+ width="15"
+ id="rect3872"
+ style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#f8f8f8;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.76471;stroke-opacity:1;marker:none;enable-background:new" />
diff --git a/cinnamon/thumbnail.png b/cinnamon/thumbnail.png
index e208393..b56b5b6 100644
Binary files a/cinnamon/thumbnail.png and b/cinnamon/thumbnail.png differ