diff --git a/GTK-Gnome/Mondrian/cinnamon/cinnamon-dark.css b/GTK-Gnome/Mondrian/cinnamon/cinnamon-dark.css
new file mode 100644
index 0000000000000000000000000000000000000000..34f45efad6b39fa64a8653c9e62a580780bb52c9
--- /dev/null
+++ b/GTK-Gnome/Mondrian/cinnamon/cinnamon-dark.css
@@ -0,0 +1,1423 @@
+stage {
+ font-family: Futura Bk bt, sans, Sans-Serif;
+ font-size: 9pt;
+ color: #D3DAE3; }
+
+.label-shadow {
+ color: transparent; }
+
+.menu #notification .notification-button, .menu #notification .notification-icon-button,
+.popup-menu #notification .notification-button,
+.popup-menu #notification .notification-icon-button, .sound-button {
+ min-height: 20px;
+ padding: 5px 32px;
+ transition-duration: 0;
+ text-shadow: 0 1px rgba(64, 69, 82, 0);
+ color: #D3DAE3;
+ background-color: #444a58;
+ border: 1px solid #2b2e39;
+ box-shadow: inset 0 2px 4px rgba(68, 74, 88, 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,
+ .popup-menu #notification .notification-button:focus,
+ .popup-menu #notification .notification-icon-button:focus, .sound-button:focus, .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, .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, .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, .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 {
+ border-radius: 2px; }
+ .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(64, 69, 82, 0);
+ color: #D3DAE3;
+ background-color: #444a58;
+ border: 1px solid #5294e2;
+ box-shadow: inset 0 2px 4px rgba(68, 74, 88, 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(64, 69, 82, 0);
+ color: #D3DAE3;
+ background-color: #505666;
+ border: 1px solid #2b2e39;
+ box-shadow: inset 0 2px 4px rgba(80, 86, 102, 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(64, 69, 82, 0);
+ color: #D3DAE3;
+ background-color: #444a58;
+ border: 1px solid #5294e2;
+ box-shadow: inset 0 2px 4px rgba(68, 74, 88, 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(64, 69, 82, 0);
+ color: #ffffff;
+ background-color: #5294e2;
+ border: 1px solid #5294e2;
+ box-shadow: inset 0 2px 4px #5294e2; }
+ .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(64, 69, 82, 0);
+ color: rgba(211, 218, 227, 0.45);
+ border: 1px solid rgba(43, 46, 57, 0.55);
+ background-color: rgba(68, 74, 88, 0.55);
+ box-shadow: inset 0 2px 4px rgba(68, 74, 88, 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(64, 69, 82, 0);
+ color: #BAC3CF;
+ border: 1px solid rgba(26, 28, 34, 0.35);
+ background-color: rgba(102, 109, 132, 0.35); }
+ .notification-button:hover, .notification-icon-button:hover, .modal-dialog-button-box .modal-dialog-button:hover {
+ text-shadow: 0 1px rgba(64, 69, 82, 0);
+ color: #BAC3CF;
+ border: 1px solid rgba(26, 28, 34, 0.35);
+ background-color: rgba(119, 127, 151, 0.45); }
+ .notification-button:focus, .notification-icon-button:focus, .modal-dialog-button-box .modal-dialog-button:focus {
+ color: #5294e2; }
+ .notification-button:active, .notification-icon-button:active, .modal-dialog-button-box .modal-dialog-button:active {
+ text-shadow: 0 1px rgba(64, 69, 82, 0);
+ color: #ffffff;
+ border: 1px solid #5294e2;
+ background-color: #5294e2; }
+ .notification-button:insensitive, .notification-icon-button:insensitive, .modal-dialog-button-box .modal-dialog-button:insensitive {
+ text-shadow: 0 1px rgba(64, 69, 82, 0);
+ color: #5d626e;
+ border: 1px solid rgba(26, 28, 34, 0.35);
+ background-color: rgba(102, 109, 132, 0.2); }
+
+.menu #notification StEntry,
+.popup-menu #notification StEntry, #menu-search-entry {
+ padding: 7px;
+ caret-size: 1px;
+ selection-background-color: #5294e2;
+ selected-color: #ffffff;
+ transition-duration: 300ms;
+ border-radius: 3px;
+ color: #D3DAE3;
+ background-color: #404552;
+ border: 1px solid #2b2e39;
+ box-shadow: inset 0 2px 4px rgba(64, 69, 82, 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: #D3DAE3;
+ background-color: #404552;
+ border: 1px solid #5294e2;
+ box-shadow: inset 0 2px 4px rgba(64, 69, 82, 0.05); }
+ .menu #notification StEntry:insensitive,
+ .popup-menu #notification StEntry:insensitive, #menu-search-entry:insensitive {
+ color: rgba(211, 218, 227, 0.45);
+ background-color: #3c414e;
+ border-color: 1px solid #313440;
+ box-shadow: inset 0 2px 4px rgba(60, 65, 78, 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;
+ padding: 0 4px; }
+
+.notification StEntry {
+ padding: 7px;
+ caret-size: 1px;
+ caret-color: #BAC3CF;
+ selection-background-color: #5294e2;
+ selected-color: #ffffff;
+ transition-duration: 300ms;
+ border-radius: 3px;
+ color: #BAC3CF;
+ background-color: rgba(102, 109, 132, 0.35);
+ border: 1px solid rgba(26, 28, 34, 0.35);
+ box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); }
+ .notification StEntry:focus {
+ color: #ffffff;
+ background-color: #5294e2;
+ border: 1px solid #5294e2;
+ 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(102, 109, 132, 0.2);
+ border: 1px solid rgba(26, 28, 34, 0.35);
+ box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); }
+
+StScrollView.vfade {
+ -st-vfade-offset: 0px; }
+
+StScrollView.hfade {
+ -st-hfade-offset: 0px; }
+
+StScrollBar {
+ padding: 8px; }
+ StScrollView StScrollBar {
+ min-width: 5px;
+ min-height: 5px; }
+ StScrollBar StBin#trough {
+ background-color: rgba(64, 69, 82, 0.1);
+ border-radius: 8px; }
+ StScrollBar StButton#vhandle, StScrollBar StButton#hhandle {
+ border-radius: 2px;
+ background-color: #767b87;
+ border: 0px solid;
+ margin: 0px; }
+ StScrollBar StButton#vhandle:hover, StScrollBar StButton#hhandle:hover {
+ background-color: #676b78; }
+ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
+ background-color: #5294e2; }
+
+.separator {
+ -gradient-height: 1px;
+ -gradient-start: transparent;
+ -gradient-end: transparent;
+ -margin-horizontal: 1.5em;
+ height: 1em; }
+
+.popup-slider-menu-item,
+.slider {
+ -slider-height: 4px;
+ -slider-background-color: #2b2e39;
+ -slider-border-color: transparent;
+ -slider-active-background-color: #5294e2;
+ -slider-active-border-color: transparent;
+ -slider-border-width: 0;
+ -slider-handle-radius: 4px;
+ height: 18px;
+ min-width: 15em;
+ border: 0 solid transparent;
+ border-right-width: 1px;
+ border-left-width: 5px;
+ color: transparent; }
+ .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: #ffffff; }
+
+.check-box CinnamonGenericContainer {
+ spacing: .2em;
+ min-height: 30px;
+ padding-top: 2px; }
+
+.check-box StLabel {
+ font-weight: normal; }
+
+.check-box StBin {
+ width: 16px;
+ height: 16px;
+ background-image: url("dark-assets/checkbox/checkbox-unchecked.svg"); }
+
+.check-box:focus StBin {
+ background-image: url("dark-assets/checkbox/checkbox-unchecked-focused.svg"); }
+
+.check-box:checked StBin {
+ background-image: url("dark-assets/checkbox/checkbox-checked.svg"); }
+
+.check-box:focus:checked StBin {
+ background-image: url("dark-assets/checkbox/checkbox-checked-focused.svg"); }
+
+.radiobutton CinnamonGenericContainer {
+ spacing: .2em;
+ height: 26px;
+ padding-top: 2px; }
+
+.radiobutton StLabel {
+ padding-top: 4px;
+ font-size: 0.9em;
+ box-shadow: none; }
+
+.radiobutton StBin {
+ width: 16px;
+ height: 16px;
+ background-image: url("dark-assets/checkbox/checkbox-unchecked.svg"); }
+
+.radiobutton:focus StBin {
+ background-image: url("dark-assets/checkbox/checkbox-unchecked-focused.svg"); }
+
+.radiobutton:checked StBin {
+ background-image: url("dark-assets/checkbox/checkbox-checked.svg"); }
+
+.radiobutton:focus:checked StBin {
+ background-image: url("dark-assets/checkbox/checkbox-checked-focused.svg"); }
+
+.toggle-switch {
+ width: 50px;
+ height: 20px;
+ background-size: contain;
+ background-image: url("dark-assets/switch/switch-off.svg"); }
+ .toggle-switch:checked {
+ background-image: url("dark-assets/switch/switch-on.svg"); }
+ .popup-menu-item:active .toggle-switch {
+ background-image: url("common-assets/switch/switch-off-selected.svg"); }
+ .popup-menu-item:active .toggle-switch:checked {
+ background-image: url("common-assets/switch/switch-on-selected.svg"); }
+
+.cinnamon-link {
+ color: #a9caf1;
+ text-decoration: underline; }
+ .cinnamon-link:hover {
+ color: #d5e5f8; }
+
+#Tooltip {
+ border-radius: 3px;
+ padding: 5px 12px;
+ background-color: rgba(53, 57, 69, 0.95);
+ color: #BAC3CF;
+ font-size: 1em;
+ font-weight: normal;
+ text-align: center; }
+
+.menu,
+.popup-menu,
+.popup-combo-menu {
+ color: #D3DAE3;
+ border-image: url("dark-assets/menu/menu.svg") 9 9 9 9; }
+ .menu-arrow,
+ .popup-menu-arrow {
+ icon-size: 16px; }
+ .menu .popup-sub-menu,
+ .popup-menu .popup-sub-menu, .popup-combo-menu .popup-sub-menu {
+ background-gradient-direction: none;
+ box-shadow: none;
+ border-image: url("dark-assets/menu/submenu.svg") 9 9 9 9; }
+ .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 {
+ padding-right: 0em; }
+ .menu .popup-sub-menu .popup-menu-item:rtl,
+ .popup-menu .popup-sub-menu .popup-menu-item:rtl, .popup-combo-menu .popup-sub-menu .popup-menu-item:rtl {
+ padding-left: 0em; }
+ .menu .popup-sub-menu StScrollBar,
+ .popup-menu .popup-sub-menu StScrollBar, .popup-combo-menu .popup-sub-menu StScrollBar {
+ padding: 4px; }
+ .menu .popup-sub-menu StScrollBar StBin#trough, .menu .popup-sub-menu StScrollBar StBin#vhandle,
+ .popup-menu .popup-sub-menu StScrollBar StBin#trough,
+ .popup-menu .popup-sub-menu StScrollBar StBin#vhandle, .popup-combo-menu .popup-sub-menu StScrollBar StBin#trough, .popup-combo-menu .popup-sub-menu StScrollBar StBin#vhandle {
+ border-width: 0; }
+ .menu .popup-menu-content,
+ .popup-menu .popup-menu-content, .popup-combo-menu .popup-menu-content {
+ padding: 1em 0em 1em 0em; }
+ .menu .popup-menu-item,
+ .popup-menu .popup-menu-item, .popup-combo-menu .popup-menu-item {
+ padding: .4em 1.75em;
+ spacing: 1em; }
+ .menu .popup-menu-item:active,
+ .popup-menu .popup-menu-item:active, .popup-combo-menu .popup-menu-item:active {
+ color: #ffffff;
+ background-color: transparent;
+ border-image: url("common-assets/menu/menu-hover.svg") 9 9 1 1; }
+ .menu .popup-menu-item:insensitive,
+ .popup-menu .popup-menu-item:insensitive, .popup-combo-menu .popup-menu-item:insensitive {
+ color: rgba(211, 218, 227, 0.5);
+ background: none; }
+ .menu .popup-inactive-menu-item,
+ .popup-menu .popup-inactive-menu-item, .popup-combo-menu .popup-inactive-menu-item {
+ color: #D3DAE3; }
+ .menu .popup-inactive-menu-item:insensitive,
+ .popup-menu .popup-inactive-menu-item:insensitive, .popup-combo-menu .popup-inactive-menu-item:insensitive {
+ color: rgba(211, 218, 227, 0.45); }
+ .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: #ffffff; }
+ .menu-icon,
+ .popup-menu-icon {
+ icon-size: 16px; }
+
+.popup-menu-boxpointer {
+ -arrow-border-radius: 3px;
+ -arrow-background-color: transparent;
+ -arrow-border-width: 1px;
+ -arrow-border-color: transparent;
+ -arrow-base: 0;
+ -arrow-rise: 0; }
+
+.popup-combo-menu {
+ padding: 10px 1px; }
+
+.popup-combobox-item {
+ spacing: 1em; }
+
+.popup-separator-menu-item {
+ -gradient-height: 2px;
+ -gradient-start: transparent;
+ -gradient-end: transparent;
+ -margin-horizontal: 1.5em;
+ height: 1em; }
+
+.popup-alternating-menu-item:alternate {
+ font-weight: normal; }
+
+.popup-device-menu-item {
+ spacing: .5em; }
+
+.popup-subtitle-menu-item {
+ font-weight: normal; }
+
+.nm-menu-item-icons {
+ spacing: .5em; }
+
+#panel {
+ font-weight: bold;
+ height: 27px;
+ width: 32px; }
+ #panel:highlight {
+ border-image: none;
+ background-color: rgba(252, 65, 56, 0.5); }
+ #panelLeft {
+ spacing: 4px; }
+ #panelLeft:dnd {
+ background-gradient-direction: vertical;
+ background-gradient-start: rgba(255, 0, 0, 0.05);
+ background-gradient-end: rgba(255, 0, 0, 0.2); }
+ #panelLeft:ltr {
+ padding-right: 4px; }
+ #panelLeft:rtl {
+ padding-left: 4px; }
+ #panelLeft.vertical {
+ padding: 0; }
+ #panelLeft.vertical:ltr {
+ padding-right: 0px; }
+ #panelLeft.vertical:rtl {
+ padding-left: 0px; }
+ #panelRight:dnd {
+ background-gradient-direction: vertical;
+ background-gradient-start: rgba(0, 0, 255, 0.05);
+ background-gradient-end: rgba(0, 0, 255, 0.2); }
+ #panelRight:ltr {
+ padding-left: 4px;
+ spacing: 0px; }
+ #panelRight:rtl {
+ padding-right: 4px;
+ spacing: 0px; }
+ #panelRight.vertical {
+ padding: 0; }
+ #panelRight.vertical:ltr {
+ padding-right: 0px; }
+ #panelRight.vertical:rtl {
+ padding-left: 0px; }
+ #panelCenter {
+ spacing: 4px; }
+ #panelCenter:dnd {
+ background-gradient-direction: vertical;
+ background-gradient-start: rgba(0, 255, 0, 0.05);
+ background-gradient-end: rgba(0, 255, 0, 0.2); }
+
+.panel-top, .panel-bottom, .panel-left, .panel-right {
+ color: white;
+ font-size: 1em;
+ padding: 0px; }
+
+.panel-top {
+ border-image: url("common-assets/panel/panel-top.svg") 1 1 1 1; }
+
+.panel-bottom {
+ border-image: url("common-assets/panel/panel-bottom.svg") 1 1 1 1; }
+
+.panel-left {
+ border-image: url("common-assets/panel/panel-left.svg") 1 1 1 1; }
+
+.panel-right {
+ border-image: url("common-assets/panel/panel-right.svg") 1 1 1 1; }
+
+.panel-dummy {
+ background-color: rgba(252, 65, 56, 0.5); }
+ .panel-dummy:entered {
+ background-color: rgba(252, 65, 56, 0.6); }
+
+.panel-status-button {
+ border-width: 0;
+ -natural-hpadding: 3px;
+ -minimum-hpadding: 3px;
+ font-weight: bold;
+ color: white;
+ height: 22px; }
+
+.panel-button {
+ -natural-hpadding: 6px;
+ -minimum-hpadding: 2px;
+ font-weight: bold;
+ color: green;
+ transition-duration: 100; }
+
+.system-status-icon {
+ icon-size: 16px;
+ padding: 0 1px; }
+
+#overview {
+ spacing: 12px; }
+
+.window-caption {
+ background-color: rgba(53, 57, 69, 0.95);
+ border: 1px solid rgba(53, 57, 69, 0.95);
+ color: #BAC3CF;
+ spacing: 25px;
+ border-radius: 2px;
+ font-size: 9pt;
+ padding: 5px 8px;
+ -cinnamon-caption-spacing: 4px; }
+ .window-caption#selected {
+ background-color: #5294e2;
+ color: #ffffff;
+ border: 1px solid #5294e2;
+ spacing: 25px; }
+
+.expo-workspaces-name-entry,
+.expo-workspaces-name-entry#selected {
+ height: 15px;
+ border-radius: 2px;
+ font-size: 9pt;
+ padding: 5px 8px;
+ -cinnamon-caption-spacing: 4px;
+ color: #BAC3CF;
+ background-color: rgba(102, 109, 132, 0.35);
+ border: 1px solid rgba(26, 28, 34, 0.35);
+ 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 #5294e2;
+ background-color: #5294e2;
+ color: #ffffff;
+ font-style: italic;
+ transition-duration: 300;
+ selection-background-color: #ffffff;
+ selected-color: #5294e2; }
+
+.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 #5294e2;
+ background-color: black;
+ border-radius: 2px; }
+
+.expo-background {
+ background-color: #353945; }
+
+.workspace-thumbnails {
+ spacing: 26px; }
+ .workspace-thumbnails-background, .workspace-thumbnails-background:rtl {
+ padding: 8px; }
+
+.workspace-add-button {
+ background-image: url("common-assets/misc/add-workspace.svg");
+ height: 200px;
+ width: 35px;
+ transition-duration: 100; }
+ .workspace-add-button:hover {
+ background-image: url("common-assets/misc/add-workspace-hover.svg");
+ transition-duration: 100; }
+ .workspace-add-button:active {
+ background-image: url("common-assets/misc/add-workspace-active.svg");
+ transition-duration: 100; }
+
+.workspace-overview-background-shade {
+ background-color: rgba(0, 0, 0, 0.5); }
+
+.workspace-close-button,
+.window-close {
+ background-image: url("common-assets/misc/close.svg");
+ background-size: 26px;
+ height: 26px;
+ width: 26px;
+ -cinnamon-close-overlap: 10px; }
+ .workspace-close-button:hover,
+ .window-close:hover {
+ background-image: url("common-assets/misc/close-hover.svg");
+ background-size: 26px;
+ height: 26px;
+ width: 26px; }
+ .workspace-close-button:active,
+ .window-close:active {
+ background-image: url("common-assets/misc/close-active.svg");
+ background-size: 26px;
+ height: 26px;
+ width: 26px; }
+
+.window-close-area {
+ background-image: url("common-assets/misc/trash-icon.svg");
+ height: 120px;
+ width: 400px; }
+
+.about-content {
+ width: 550px;
+ height: 250px;
+ spacing: 8px;
+ padding-bottom: 10px; }
+
+.about-title {
+ font-size: 2em;
+ font-weight: bold; }
+
+.about-uuid {
+ font-size: 10px;
+ color: #888; }
+
+.about-icon {
+ padding-right: 20px;
+ padding-bottom: 14px; }
+
+.about-scrollBox {
+ border: 1px solid #2b2e39;
+ border-radius: 2px;
+ background-color: #404552;
+ padding: 4px;
+ padding-right: 0;
+ border-radius: 0; }
+ .about-scrollBox-innerBox {
+ padding: 1.2em;
+ spacing: 1.2em; }
+
+.about-description {
+ padding-top: 4px;
+ padding-bottom: 16px; }
+
+.about-version {
+ padding-left: 7px;
+ font-size: 10px;
+ color: #888; }
+
+.calendar {
+ padding: .4em 1.75em;
+ spacing-rows: 0px;
+ spacing-columns: 0px; }
+
+.calendar-month-label {
+ color: #D3DAE3;
+ font-weight: bold;
+ padding: 8px 0; }
+
+.calendar-change-month-back,
+.calendar-change-month-forward {
+ width: 16px;
+ height: 16px; }
+
+.calendar-change-month-back {
+ background-image: url("common-assets/misc/calendar-arrow-left.svg"); }
+ .calendar-change-month-back:focus, .calendar-change-month-back:hover {
+ background-image: url("common-assets/misc/calendar-arrow-left-hover.svg"); }
+ .calendar-change-month-back:active {
+ background-image: url("common-assets/misc/calendar-arrow-left.svg"); }
+ .calendar-change-month-back:rtl {
+ background-image: url("common-assets/misc/calendar-arrow-right.svg"); }
+ .calendar-change-month-back:rtl:focus, .calendar-change-month-back:rtl:hover {
+ background-image: url("common-assets/misc/calendar-arrow-right-hover.svg"); }
+ .calendar-change-month-back:rtl:active {
+ background-image: url("common-assets/misc/calendar-arrow-right.svg"); }
+
+.calendar-change-month-forward {
+ background-image: url("common-assets/misc/calendar-arrow-right.svg"); }
+ .calendar-change-month-forward:focus, .calendar-change-month-forward:hover {
+ background-image: url("common-assets/misc/calendar-arrow-right-hover.svg"); }
+ .calendar-change-month-forward:active {
+ background-image: url("common-assets/misc/calendar-arrow-right.svg"); }
+ .calendar-change-month-forward:rtl {
+ background-image: url("common-assets/misc/calendar-arrow-left.svg"); }
+ .calendar-change-month-forward:rtl:focus, .calendar-change-month-forward:rtl:hover {
+ background-image: url("common-assets/misc/calendar-arrow-left-hover.svg"); }
+ .calendar-change-month-forward:rtl:active {
+ background-image: url("common-assets/misc/calendar-arrow-left.svg"); }
+
+.datemenu-date-label {
+ padding: .4em 1.75em;
+ font-weight: bold;
+ text-align: center;
+ color: #D3DAE3;
+ border-radius: 2px; }
+
+.calendar-day-base {
+ font-size: 80%;
+ text-align: center;
+ width: 25px;
+ height: 25px;
+ padding: 0.1em;
+ margin: 2px;
+ border-radius: 12.5px; }
+
+.calendar-day-heading {
+ color: rgba(211, 218, 227, 0.85);
+ margin-top: 1em;
+ font-size: 70%; }
+
+.calendar-day {
+ border-width: 0;
+ color: rgba(211, 218, 227, 0.8); }
+
+.calendar-day-top {
+ border-top-width: 0; }
+
+.calendar-day-left {
+ border-left-width: 0; }
+
+.calendar-nonwork-day {
+ color: #D3DAE3;
+ background-color: transparent;
+ font-weight: bold; }
+
+.calendar-today,
+.calendar-today:active,
+.calendar-today:focus,
+.calendar-today:hover {
+ font-weight: bold;
+ color: #ffffff;
+ background-color: #5294e2;
+ border-width: 0; }
+
+.calendar-other-month-day {
+ color: rgba(211, 218, 227, 0.3);
+ opacity: 1; }
+
+.calendar-week-number {
+ color: rgba(211, 218, 227, 0.7);
+ font-size: 80%; }
+
+#notification {
+ border-radius: 3px;
+ border-image: url("common-assets/misc/bg.svg") 9 9 9 9;
+ padding: 13px;
+ spacing-rows: 10px;
+ spacing-columns: 10px;
+ margin-from-right-edge-of-screen: 20px;
+ width: 34em;
+ color: #BAC3CF; }
+ .menu #notification,
+ .popup-menu #notification {
+ border-image: url("dark-assets/misc/message.svg") 9 9 9 9; }
+ .menu #notification, .menu #notification.multi-line-notification,
+ .popup-menu #notification,
+ .popup-menu #notification.multi-line-notification {
+ color: #D3DAE3; }
+ .menu #notification .notification-button, .menu #notification .notification-icon-button,
+ .popup-menu #notification .notification-button,
+ .popup-menu #notification .notification-icon-button {
+ padding: 5px; }
+ #notification.multi-line-notification {
+ padding-bottom: 13px;
+ color: #BAC3CF; }
+ #notification-scrollview {
+ max-height: 10em; }
+ #notification-scrollview > .top-shadow, #notification-scrollview > .bottom-shadow {
+ height: 1em; }
+ #notification-scrollview:ltr > StScrollBar {
+ padding-left: 6px; }
+ #notification-scrollview:rtl > StScrollBar {
+ padding-right: 6px; }
+ #notification-body {
+ spacing: 5px; }
+ #notification-actions {
+ spacing: 10px; }
+
+.notification-with-image {
+ min-height: 159px;
+ color: #BAC3CF; }
+
+.notification-button, .notification-icon-button {
+ padding: 5px; }
+
+.notification-icon-button > StIcon {
+ icon-size: 36px; }
+
+#altTabPopup {
+ padding: 8px;
+ spacing: 16px; }
+
+.switcher-list {
+ color: #BAC3CF;
+ background: none;
+ border: none;
+ border-image: url("common-assets/misc/bg.svg") 9 9 9 9;
+ border-radius: 3px;
+ padding: 20px; }
+ .switcher-list > StBoxLayout {
+ padding: 4px; }
+ .switcher-list-item-container {
+ spacing: 8px; }
+ .switcher-list .item-box {
+ padding: 8px;
+ border-radius: 2px; }
+ .switcher-list .item-box:outlined {
+ padding: 8px;
+ border: 1px solid #5294e2; }
+ .switcher-list .item-box:selected {
+ color: #ffffff;
+ background-color: #5294e2;
+ border: 0px solid #5294e2; }
+ .switcher-list .thumbnail {
+ width: 256px; }
+ .switcher-list .thumbnail-box {
+ padding: 2px;
+ spacing: 4px; }
+ .switcher-list .separator {
+ width: 1px;
+ background: rgba(255, 255, 255, 0.2); }
+
+.switcher-arrow {
+ border-color: transparent;
+ color: #BAC3CF; }
+ .switcher-arrow:highlighted {
+ border-color: transparent;
+ color: white; }
+
+.thumbnail-scroll-gradient-left {
+ background-color: transparent;
+ border-radius: 24px;
+ border-radius-topright: 0px;
+ border-radius-bottomright: 0px;
+ width: 60px; }
+
+.thumbnail-scroll-gradient-right {
+ background-color: transparent;
+ border-radius: 24px;
+ border-radius-topleft: 0px;
+ border-radius-bottomleft: 0px;
+ width: 60px; }
+
+.ripple-box {
+ width: 104px;
+ height: 104px;
+ background-image: url("common-assets/misc/corner-ripple.svg");
+ background-size: contain; }
+
+.lightbox {
+ background-color: rgba(0, 0, 0, 0.4); }
+
+.flashspot {
+ background-color: white; }
+
+.modal-dialog {
+ color: #D3DAE3;
+ background-color: rgba(56, 60, 74, 0);
+ border: none;
+ border-image: url("dark-assets/misc/modal.svg") 9 9 9 67;
+ padding: 0 5px 6px 5px; }
+ .modal-dialog > StBoxLayout:first-child {
+ padding: 20px 10px 10px 10px; }
+ .modal-dialog-button-box {
+ spacing: 0;
+ margin: 0px;
+ padding: 14px 10px;
+ background: none;
+ border: none;
+ border-image: url("dark-assets/misc/button-box.svg") 9 9 9 9; }
+ .modal-dialog-button-box .modal-dialog-button {
+ padding-top: 0;
+ padding-bottom: 0;
+ height: 30px; }
+
+.run-dialog {
+ padding: 0px 15px 10px 15px;
+ border-image: url("common-assets/misc/bg.svg") 9 9 9 9; }
+ .run-dialog > * {
+ padding: 0; }
+ .run-dialog-label {
+ font-size: 0;
+ font-weight: bold;
+ color: #BAC3CF;
+ padding-bottom: 0; }
+ .run-dialog-error-label {
+ color: #FC4138; }
+ .run-dialog-error-box {
+ padding-top: 15px;
+ spacing: 5px; }
+ .run-dialog-completion-box {
+ padding-left: 15px;
+ font-size: 10px; }
+ .run-dialog-entry {
+ width: 21em;
+ padding: 7px;
+ border-radius: 3px;
+ caret-color: #BAC3CF;
+ selected-color: #ffffff;
+ selection-background-color: #5294e2;
+ color: #BAC3CF;
+ background-color: rgba(102, 109, 132, 0.35);
+ border: 1px solid rgba(26, 28, 34, 0.35);
+ box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); }
+ .run-dialog-entry:focus {
+ color: #ffffff;
+ background-color: #5294e2;
+ border: 1px solid #5294e2;
+ box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); }
+ .run-dialog .modal-dialog-button-box {
+ border: none;
+ box-shadow: none;
+ background: none;
+ background-gradient-direction: none; }
+
+/* CinnamonMountOperation Dialogs */
+.cinnamon-mount-operation-icon {
+ icon-size: 48px; }
+
+.mount-password-reask {
+ color: #F27835; }
+
+.show-processes-dialog,
+.mount-question-dialog {
+ spacing: 24px; }
+ .show-processes-dialog-subject,
+ .mount-question-dialog-subject {
+ padding-top: 10px;
+ padding-left: 17px;
+ padding-bottom: 6px; }
+ .show-processes-dialog-subject:rtl,
+ .mount-question-dialog-subject:rtl {
+ padding-left: 0px;
+ padding-right: 17px; }
+ .show-processes-dialog-description,
+ .mount-question-dialog-description {
+ padding-left: 17px;
+ width: 28em; }
+ .show-processes-dialog-description:rtl,
+ .mount-question-dialog-description:rtl {
+ padding-right: 17px; }
+
+.show-processes-dialog-app-list {
+ max-height: 200px;
+ padding-top: 24px;
+ padding-left: 49px;
+ padding-right: 32px; }
+ .show-processes-dialog-app-list:rtl {
+ padding-right: 49px;
+ padding-left: 32px; }
+ .show-processes-dialog-app-list-item {
+ color: #ccc; }
+ .show-processes-dialog-app-list-item:hover {
+ color: white; }
+ .show-processes-dialog-app-list-item:ltr {
+ padding-right: 1em; }
+ .show-processes-dialog-app-list-item:rtl {
+ padding-left: 1em; }
+ .show-processes-dialog-app-list-item-icon:ltr {
+ padding-right: 17px; }
+ .show-processes-dialog-app-list-item-icon:rtl {
+ padding-left: 17px; }
+ .show-processes-dialog-app-list-item-name {
+ font-size: 1.1em; }
+
+.magnifier-zoom-region {
+ border: 2px solid maroon; }
+ .magnifier-zoom-region .full-screen {
+ border-width: 0px; }
+
+#keyboard {
+ background-color: rgba(53, 57, 69, 0.95);
+ border-width: 0;
+ border-top-width: 1px;
+ border-color: rgba(0, 0, 0, 0.4); }
+
+.keyboard-layout {
+ spacing: 10px;
+ padding: 10px; }
+
+.keyboard-row {
+ spacing: 15px; }
+
+.keyboard-key {
+ min-height: 2em;
+ min-width: 2em;
+ font-size: 14pt;
+ font-weight: bold;
+ border-radius: 3px;
+ box-shadow: none;
+ text-shadow: 0 1px rgba(64, 69, 82, 0);
+ color: #BAC3CF;
+ border: 1px solid rgba(26, 28, 34, 0.35);
+ background-color: rgba(102, 109, 132, 0.35); }
+ .keyboard-key:hover {
+ text-shadow: 0 1px rgba(64, 69, 82, 0);
+ color: #BAC3CF;
+ border: 1px solid rgba(26, 28, 34, 0.35);
+ background-color: rgba(119, 127, 151, 0.45); }
+ .keyboard-key:active, .keyboard-key:checked {
+ text-shadow: 0 1px rgba(64, 69, 82, 0);
+ color: #ffffff;
+ border: 1px solid #5294e2;
+ background-color: #5294e2; }
+ .keyboard-key:grayed {
+ text-shadow: 0 1px rgba(64, 69, 82, 0);
+ color: #5d626e;
+ border: 1px solid rgba(26, 28, 34, 0.35);
+ background-color: rgba(102, 109, 132, 0.2); }
+
+.keyboard-subkeys {
+ color: #BAC3CF;
+ padding: 5px;
+ -arrow-border-radius: 2px;
+ -arrow-background-color: rgba(53, 57, 69, 0.95);
+ -arrow-border-width: 1px;
+ -arrow-border-color: rgba(0, 0, 0, 0.4);
+ -arrow-base: 20px;
+ -arrow-rise: 10px;
+ -boxpointer-gap: 5px; }
+
+.menu-favorites-box {
+ margin: auto;
+ padding: 10px;
+ transition-duration: 300;
+ background-color: #383C4A;
+ border: 1px solid #2b2e39; }
+
+.menu-favorites-button {
+ padding: 10px;
+ border: 1px solid transparent; }
+
+.menu-places-box {
+ margin: auto;
+ padding: 10px;
+ border: 0px solid red; }
+
+.menu-places-button {
+ padding: 10px; }
+
+.menu-categories-box {
+ padding: 10px 30px 10px 30px; }
+
+.menu-applications-inner-box, .menu-applications-outer-box {
+ padding: 10px 10px 0 10px; }
+
+.menu-application-button {
+ padding: 7px;
+ border: 1px solid transparent; }
+ .menu-application-button:highlighted {
+ font-weight: bold; }
+ .menu-application-button-selected {
+ padding: 7px; }
+ .menu-application-button-selected:highlighted {
+ font-weight: bold; }
+ .menu-application-button-label:ltr {
+ padding-left: 5px; }
+ .menu-application-button-label:rtl {
+ padding-right: 5px; }
+
+.menu-category-button {
+ padding: 7px;
+ border: 1px solid transparent; }
+ .menu-category-button-selected {
+ padding: 7px; }
+ .menu-category-button-hover {
+ background-color: red;
+ border-radius: 2px; }
+ .menu-category-button-greyed {
+ padding: 7px;
+ color: rgba(211, 218, 227, 0.45);
+ border: 1px solid transparent; }
+ .menu-category-button-label:ltr {
+ padding-left: 5px; }
+ .menu-category-button-label:rtl {
+ padding-right: 5px; }
+
+.menu-selected-app-box {
+ padding-right: 30px;
+ padding-left: 28px;
+ text-align: right;
+ height: 30px; }
+ .menu-selected-app-box:rtl {
+ padding-top: 10px;
+ height: 30px; }
+
+.menu-selected-app-title {
+ font-weight: bold; }
+
+.menu-selected-app-description {
+ max-width: 150px; }
+
+.menu-search-box:ltr {
+ padding-left: 30px; }
+
+.menu-search-box-rtl {
+ padding-right: 30px; }
+
+#menu-search-entry {
+ width: 250px;
+ height: 15px;
+ font-weight: normal;
+ caret-color: #D3DAE3; }
+
+.menu-search-entry-icon {
+ icon-size: 1em;
+ color: #D3DAE3; }
+
+/* Context menu (at the moment only for favorites) */
+.info-osd {
+ text-align: center;
+ font-weight: bold;
+ spacing: 1em;
+ padding: 16px;
+ color: white;
+ border-image: url("common-assets/misc/osd.svg") 9 9 9 9; }
+
+.osd-window {
+ text-align: center;
+ font-weight: bold;
+ spacing: 1em;
+ padding: 20px;
+ margin: 32px;
+ min-width: 64px;
+ min-height: 64px;
+ color: white;
+ background: none;
+ border: none;
+ border-radius: 5px;
+ border-image: url("common-assets/misc/osd.svg") 9 9 9 9; }
+ .osd-window .osd-monitor-label {
+ font-size: 3em; }
+ .osd-window .level {
+ padding: 0;
+ height: 4px;
+ background-color: rgba(0, 0, 0, 0.5);
+ border-radius: 2px;
+ color: #5294e2; }
+
+.window-list-box {
+ spacing: 6px;
+ padding-left: 10px; }
+ .panel-bottom .window-list-box {
+ padding-top: 1px; }
+ .panel-top .window-list-box {
+ padding-bottom: 1px; }
+ .window-list-box.vertical {
+ spacing: 4px;
+ padding: 10px 0; }
+ .window-list-box:highlight {
+ background-color: rgba(252, 65, 56, 0.5); }
+
+.window-list-item-label {
+ font-weight: bold;
+ width: 15em;
+ min-width: 5px; }
+
+.window-list-item-box {
+ font-weight: bold;
+ background-image: none;
+ padding-top: 0;
+ padding-left: 8px;
+ padding-right: 8px;
+ transition-duration: 100;
+ color: rgba(255, 255, 255, 0.6); }
+ .window-list-item-box:hover {
+ color: white; }
+ .window-list-item-box:active, .window-list-item-box:checked, .window-list-item-box:focus {
+ color: white; }
+ .panel-bottom .window-list-item-box:active, .panel-bottom .window-list-item-box:checked, .panel-bottom .window-list-item-box:focus {
+ border-image: url("common-assets/panel/window-list-active-bottom.svg") 3 3 1 3; }
+ .panel-top .window-list-item-box:active, .panel-top .window-list-item-box:checked, .panel-top .window-list-item-box:focus {
+ border-image: url("common-assets/panel/window-list-active-top.svg") 3 3 3 1; }
+ .panel-left .window-list-item-box:active, .panel-left .window-list-item-box:checked, .panel-left .window-list-item-box:focus {
+ border-image: url("common-assets/panel/window-list-active-left.svg") 3 1 3 3; }
+ .panel-right .window-list-item-box:active, .panel-right .window-list-item-box:checked, .panel-right .window-list-item-box:focus {
+ border-image: url("common-assets/panel/window-list-active-right.svg") 1 3 3 3; }
+ .window-list-item-box.right, .window-list-item-box.left {
+ padding-left: 0px;
+ padding-right: 0px; }
+
+.window-list-item-demands-attention {
+ background-gradient-start: #F27835;
+ background-gradient-end: #F27835; }
+
+.sound-button {
+ width: 22px;
+ height: 13px;
+ padding: 8px; }
+ .sound-button-container {
+ padding-right: 3px;
+ padding-left: 3px; }
+ .sound-button StIcon {
+ icon-size: 1.4em; }
+
+.sound-track-infos {
+ padding: 5px; }
+
+.sound-track-info {
+ padding-top: 2px;
+ padding-bottom: 2px; }
+ .sound-track-info StIcon {
+ icon-size: 16px; }
+ .sound-track-info StLabel {
+ padding-left: 5px;
+ padding-right: 5px; }
+
+.sound-track-box {
+ padding-left: 15px;
+ padding-right: 15px;
+ max-width: 220px; }
+
+.sound-seek-box {
+ padding-left: 15px; }
+ .sound-seek-box StLabel {
+ padding-top: 2px; }
+ .sound-seek-box StIcon {
+ icon-size: 16px; }
+
+.sound-seek-slider {
+ width: 140px; }
+
+.sound-volume-menu-item {
+ padding: .4em 1.75em; }
+ .sound-volume-menu-item StIcon {
+ icon-size: 1.14em;
+ padding-left: 8px;
+ padding-right: 8px; }
+
+.sound-playback-control {
+ padding: 5px 10px 10px 10px; }
+
+.sound-player {
+ padding: 0 4px; }
+ .sound-player > StBoxLayout:first-child {
+ padding: 5px 10px 12px 10px;
+ spacing: 0.5em; }
+ .sound-player > StBoxLayout:first-child StButton:small {
+ width: 16px;
+ height: 8px;
+ padding: 1px; }
+ .sound-player > StBoxLayout:first-child StButton:small StIcon {
+ icon-size: 12px; }
+ .sound-player-generic-coverart {
+ background: rgba(0, 0, 0, 0.2); }
+ .sound-player-overlay {
+ width: 290px;
+ height: 70px;
+ padding: 15px;
+ spacing: 0.5em;
+ background: rgba(42, 45, 55, 0.85);
+ border: 0px solid rgba(31, 33, 40, 0.95);
+ border-bottom: 1px;
+ color: #BAC3CF; }
+ .sound-player-overlay StButton {
+ width: 22px;
+ height: 13px;
+ padding: 5px;
+ color: #BAC3CF;
+ border-radius: 2px;
+ border: 1px solid rgba(53, 57, 69, 0); }
+ .sound-player-overlay StButton StIcon {
+ icon-size: 16px; }
+ .sound-player-overlay StButton:hover {
+ text-shadow: 0 1px rgba(64, 69, 82, 0);
+ color: #BAC3CF;
+ border: 1px solid rgba(26, 28, 34, 0.35);
+ background-color: rgba(119, 127, 151, 0.45); }
+ .sound-player-overlay StButton:active {
+ text-shadow: 0 1px rgba(64, 69, 82, 0);
+ color: #ffffff;
+ background-color: #5294e2;
+ border: 1px solid #5294e2;
+ box-shadow: inset 0 2px 4px #5294e2; }
+ .sound-player-overlay StBoxLayout {
+ padding-top: 2px; }
+ .sound-player .slider {
+ height: 0.5em;
+ padding: 0;
+ border: none;
+ -slider-height: 0.5em;
+ -slider-background-color: #2d303b;
+ -slider-border-color: transparent;
+ -slider-active-background-color: #5294e2;
+ -slider-active-border-color: transparent;
+ -slider-border-width: 0px;
+ -slider-handle-radius: 0px; }
+
+#workspaceSwitcher {
+ spacing: 0px;
+ padding: 3px; }
+
+/* Controls the styling when using the "Simple buttons" option */
+.workspace-switcher {
+ padding-left: 3px;
+ padding-right: 3px; }
+
+.workspace-button {
+ width: 20px;
+ height: 10px;
+ color: #ffffff;
+ padding: 3px;
+ padding-top: 4px;
+ transition-duration: 300; }
+ .workspace-button:outlined, .workspace-button:outlined:hover {
+ color: #5294e2; }
+ .workspace-button:hover {
+ color: rgba(82, 148, 226, 0.5); }
+
+/* Controls the style when using the "Visual representation" option */
+.workspace-graph {
+ padding: 3px;
+ spacing: 3px; }
+
+.workspace-graph .workspace {
+ border: 1px solid rgba(0, 0, 0, 0.4);
+ background-gradient-direction: none;
+ background-color: rgba(0, 0, 0, 0.2); }
+
+.workspace-graph .workspace:active {
+ border: 1px solid #5294e2;
+ background-gradient-direction: none; }
+
+.workspace-graph .workspace .windows {
+ -active-window-background: rgba(76, 82, 99, 0.95);
+ -active-window-border: rgba(0, 0, 0, 0.8);
+ -inactive-window-background: rgba(76, 82, 99, 0.95);
+ -inactive-window-border: rgba(0, 0, 0, 0.8); }
+
+.workspace-graph .workspace:active .windows {
+ -active-window-background: rgba(87, 93, 113, 0.95);
+ -active-window-border: rgba(0, 0, 0, 0.8);
+ -inactive-window-background: rgba(54, 58, 70, 0.95);
+ -inactive-window-border: rgba(0, 0, 0, 0.8); }
+
+#panel-launchers-box {
+ padding-left: 7px; }
+ #panel-launchers-box.vertical {
+ padding: 2px 0; }
+
+.panel-launcher,
+.launcher {
+ margin: 1px;
+ padding: 1px;
+ transition-duration: 200; }
+ .panel-launcher:hover,
+ .launcher:hover {
+ background-gradient-direction: none;
+ border: 0px solid #5294e2; }
+ .panel-bottom .panel-launcher:hover, .panel-bottom
+ .launcher:hover {
+ border-bottom-width: 1px; }
+ .panel-top .panel-launcher:hover, .panel-top
+ .launcher:hover {
+ border-top-width: 1px; }
+ .panel-left .panel-launcher:hover, .panel-left
+ .launcher:hover {
+ border-left-width: 1px;
+ padding-left: 0; }
+ .panel-right .panel-launcher:hover, .panel-right
+ .launcher:hover {
+ border-right-width: 1px;
+ padding-right: 0; }
+
+#overview-corner {
+ background-image: url("common-assets/misc/overview.png"); }
+ #overview-corner:hover {
+ background-image: url("common-assets/misc/overview-hover.png"); }
+
+.applet-separator {
+ padding: 1px 4px; }
+
+.applet-separator-line {
+ width: 1px;
+ background: rgba(255, 255, 255, 0.12); }
+
+.applet-box {
+ padding-left: 3px;
+ padding-right: 3px;
+ color: white;
+ text-shadow: none;
+ transition-duration: 100; }
+ .applet-box.vertical {
+ padding: 3px 0; }
+ .applet-box:hover {
+ color: #ffffff;
+ background-color: #5294e2; }
+ .applet-box:highlight {
+ background-image: none;
+ border-image: none;
+ background-color: rgba(252, 65, 56, 0.5); }
+
+.applet-label {
+ font-weight: bold;
+ color: white; }
+ .applet-label:hover, .applet-box:hover > .applet-label {
+ color: #ffffff;
+ text-shadow: none; }
+
+.applet-icon {
+ color: white;
+ icon-size: 22px; }
+ .applet-icon:hover, .applet-box:hover > .applet-icon {
+ color: #ffffff;
+ text-shadow: none; }
+
+.user-icon {
+ width: 32px;
+ height: 32px;
+ background-color: transparent;
+ border: none;
+ border-radius: 0; }
+
+.user-label {
+ color: #D3DAE3;
+ font-size: 1em;
+ font-weight: bold;
+ margin: 0px; }
+
+.desklet {
+ color: #BAC3CF; }
+ .desklet:highlight {
+ background-color: rgba(252, 65, 56, 0.5); }
+ .desklet-with-borders {
+ border-image: url("common-assets/misc/bg.svg") 9 9 9 9;
+ color: #BAC3CF;
+ padding: 12px;
+ padding-bottom: 16px; }
+ .desklet-with-borders:highlight {
+ background-color: rgba(252, 65, 56, 0.5); }
+ .desklet-with-borders-and-header {
+ border-image: url("common-assets/misc/desklet.svg") 9 9 9 9;
+ color: #BAC3CF;
+ border-radius: 0;
+ border-radius-topleft: 0;
+ border-radius-topright: 0;
+ padding: 12px;
+ padding-bottom: 17px; }
+ .desklet-with-borders-and-header:highlight {
+ background-color: rgba(252, 65, 56, 0.5); }
+ .desklet-header {
+ border-image: url("common-assets/misc/desklet-header.svg") 9 9 9 9;
+ color: #BAC3CF;
+ font-size: 1em;
+ padding: 12px;
+ padding-bottom: 6px; }
+ .desklet-drag-placeholder {
+ border: 2px solid #5294e2;
+ background-color: rgba(82, 148, 226, 0.3); }
+
+.photoframe-box {
+ border-image: url("common-assets/misc/bg.svg") 9 9 9 9;
+ color: #BAC3CF;
+ padding: 12px;
+ padding-bottom: 16px; }
+
+/*FIXME*/
+.workspace-osd {
+ /*color: red;*/
+ text-shadow: black 5px 5px 5px;
+ font-weight: bold;
+ font-size: 48pt; }
+
+.notification-applet-padding {
+ padding: .5em 1em; }
+
+.notification-applet-container {
+ max-height: 100px; }
+
+.tile-preview, .tile-preview.snap,
+.tile-hud, .tile-hud.snap {
+ background-color: rgba(82, 148, 226, 0.3);
+ border: 1px solid #5294e2; }
+
+.xkcd-box {
+ padding: 6px;
+ border: 0px;
+ background-color: transparent;
+ border-radius: 0px; }
diff --git a/GTK-Gnome/Mondrian/cinnamon/cinnamon.css b/GTK-Gnome/Mondrian/cinnamon/cinnamon.css
new file mode 100644
index 0000000000000000000000000000000000000000..b816ac32c1437b1397aebf0235f6e98e753ae9ee
--- /dev/null
+++ b/GTK-Gnome/Mondrian/cinnamon/cinnamon.css
@@ -0,0 +1,1423 @@
+stage {
+ font-family: Futura Bk bt, sans, Sans-Serif;
+ font-size: 9pt;
+ color: #5c616c; }
+
+.label-shadow {
+ color: transparent; }
+
+.menu #notification .notification-button, .menu #notification .notification-icon-button,
+.popup-menu #notification .notification-button,
+.popup-menu #notification .notification-icon-button, .sound-button {
+ min-height: 20px;
+ padding: 5px 32px;
+ transition-duration: 0;
+ text-shadow: 0 1px rgba(255, 255, 255, 0);
+ color: #5c616c;
+ background-color: #fbfbfc;
+ border: 1px solid #cfd6e6;
+ box-shadow: inset 0 2px 4px rgba(251, 251, 252, 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,
+ .popup-menu #notification .notification-button:focus,
+ .popup-menu #notification .notification-icon-button:focus, .sound-button:focus, .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, .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, .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, .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 {
+ border-radius: 2px; }
+ .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(255, 255, 255, 0);
+ color: #5c616c;
+ background-color: #fbfbfc;
+ border: 1px solid #5294e2;
+ box-shadow: inset 0 2px 4px rgba(251, 251, 252, 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(255, 255, 255, 0);
+ color: #5c616c;
+ background-color: white;
+ border: 1px solid #cfd6e6;
+ box-shadow: inset 0 2px 4px rgba(255, 255, 255, 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(255, 255, 255, 0);
+ color: #5c616c;
+ background-color: #fbfbfc;
+ border: 1px solid #5294e2;
+ box-shadow: inset 0 2px 4px rgba(251, 251, 252, 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(255, 255, 255, 0);
+ color: #ffffff;
+ background-color: #5294e2;
+ border: 1px solid #5294e2;
+ box-shadow: inset 0 2px 4px #5294e2; }
+ .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(255, 255, 255, 0);
+ color: rgba(92, 97, 108, 0.55);
+ border: 1px solid rgba(207, 214, 230, 0.55);
+ background-color: rgba(251, 251, 252, 0.55);
+ box-shadow: inset 0 2px 4px rgba(251, 251, 252, 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(255, 255, 255, 0);
+ color: #BAC3CF;
+ border: 1px solid rgba(26, 28, 34, 0.35);
+ background-color: rgba(102, 109, 132, 0.35); }
+ .notification-button:hover, .notification-icon-button:hover, .modal-dialog-button-box .modal-dialog-button:hover {
+ text-shadow: 0 1px rgba(255, 255, 255, 0);
+ color: #BAC3CF;
+ border: 1px solid rgba(26, 28, 34, 0.35);
+ background-color: rgba(119, 127, 151, 0.45); }
+ .notification-button:focus, .notification-icon-button:focus, .modal-dialog-button-box .modal-dialog-button:focus {
+ color: #5294e2; }
+ .notification-button:active, .notification-icon-button:active, .modal-dialog-button-box .modal-dialog-button:active {
+ text-shadow: 0 1px rgba(255, 255, 255, 0);
+ color: #ffffff;
+ border: 1px solid #5294e2;
+ background-color: #5294e2; }
+ .notification-button:insensitive, .notification-icon-button:insensitive, .modal-dialog-button-box .modal-dialog-button:insensitive {
+ text-shadow: 0 1px rgba(255, 255, 255, 0);
+ color: #5d626e;
+ border: 1px solid rgba(26, 28, 34, 0.35);
+ background-color: rgba(102, 109, 132, 0.2); }
+
+.menu #notification StEntry,
+.popup-menu #notification StEntry, #menu-search-entry {
+ padding: 7px;
+ caret-size: 1px;
+ selection-background-color: #5294e2;
+ selected-color: #ffffff;
+ transition-duration: 300ms;
+ border-radius: 3px;
+ color: #5c616c;
+ background-color: #ffffff;
+ border: 1px solid #cfd6e6;
+ box-shadow: inset 0 2px 4px rgba(255, 255, 255, 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: #5c616c;
+ background-color: #ffffff;
+ border: 1px solid #5294e2;
+ box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.05); }
+ .menu #notification StEntry:insensitive,
+ .popup-menu #notification StEntry:insensitive, #menu-search-entry:insensitive {
+ color: rgba(92, 97, 108, 0.55);
+ background-color: #fbfbfb;
+ border-color: 1px solid #e0e4ee;
+ box-shadow: inset 0 2px 4px rgba(251, 251, 251, 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;
+ padding: 0 4px; }
+
+.notification StEntry {
+ padding: 7px;
+ caret-size: 1px;
+ caret-color: #BAC3CF;
+ selection-background-color: #5294e2;
+ selected-color: #ffffff;
+ transition-duration: 300ms;
+ border-radius: 3px;
+ color: #BAC3CF;
+ background-color: rgba(102, 109, 132, 0.35);
+ border: 1px solid rgba(26, 28, 34, 0.35);
+ box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); }
+ .notification StEntry:focus {
+ color: #ffffff;
+ background-color: #5294e2;
+ border: 1px solid #5294e2;
+ 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(102, 109, 132, 0.2);
+ border: 1px solid rgba(26, 28, 34, 0.35);
+ box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); }
+
+StScrollView.vfade {
+ -st-vfade-offset: 0px; }
+
+StScrollView.hfade {
+ -st-hfade-offset: 0px; }
+
+StScrollBar {
+ padding: 8px; }
+ StScrollView StScrollBar {
+ min-width: 5px;
+ min-height: 5px; }
+ StScrollBar StBin#trough {
+ background-color: rgba(255, 255, 255, 0.1);
+ border-radius: 8px; }
+ StScrollBar StButton#vhandle, StScrollBar StButton#hhandle {
+ border-radius: 2px;
+ background-color: #b8babf;
+ border: 0px solid;
+ margin: 0px; }
+ StScrollBar StButton#vhandle:hover, StScrollBar StButton#hhandle:hover {
+ background-color: #c7c9cd; }
+ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
+ background-color: #5294e2; }
+
+.separator {
+ -gradient-height: 1px;
+ -gradient-start: transparent;
+ -gradient-end: transparent;
+ -margin-horizontal: 1.5em;
+ height: 1em; }
+
+.popup-slider-menu-item,
+.slider {
+ -slider-height: 4px;
+ -slider-background-color: #cfd6e6;
+ -slider-border-color: transparent;
+ -slider-active-background-color: #5294e2;
+ -slider-active-border-color: transparent;
+ -slider-border-width: 0;
+ -slider-handle-radius: 4px;
+ height: 18px;
+ min-width: 15em;
+ border: 0 solid transparent;
+ border-right-width: 1px;
+ border-left-width: 5px;
+ color: transparent; }
+ .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: #ffffff; }
+
+.check-box CinnamonGenericContainer {
+ spacing: .2em;
+ min-height: 30px;
+ padding-top: 2px; }
+
+.check-box StLabel {
+ font-weight: normal; }
+
+.check-box StBin {
+ width: 16px;
+ height: 16px;
+ background-image: url("light-assets/checkbox/checkbox-unchecked.svg"); }
+
+.check-box:focus StBin {
+ background-image: url("light-assets/checkbox/checkbox-unchecked-focused.svg"); }
+
+.check-box:checked StBin {
+ background-image: url("light-assets/checkbox/checkbox-checked.svg"); }
+
+.check-box:focus:checked StBin {
+ background-image: url("light-assets/checkbox/checkbox-checked-focused.svg"); }
+
+.radiobutton CinnamonGenericContainer {
+ spacing: .2em;
+ height: 26px;
+ padding-top: 2px; }
+
+.radiobutton StLabel {
+ padding-top: 4px;
+ font-size: 0.9em;
+ box-shadow: none; }
+
+.radiobutton StBin {
+ width: 16px;
+ height: 16px;
+ background-image: url("light-assets/checkbox/checkbox-unchecked.svg"); }
+
+.radiobutton:focus StBin {
+ background-image: url("light-assets/checkbox/checkbox-unchecked-focused.svg"); }
+
+.radiobutton:checked StBin {
+ background-image: url("light-assets/checkbox/checkbox-checked.svg"); }
+
+.radiobutton:focus:checked StBin {
+ background-image: url("light-assets/checkbox/checkbox-checked-focused.svg"); }
+
+.toggle-switch {
+ width: 50px;
+ height: 20px;
+ background-size: contain;
+ background-image: url("light-assets/switch/switch-off.svg"); }
+ .toggle-switch:checked {
+ background-image: url("light-assets/switch/switch-on.svg"); }
+ .popup-menu-item:active .toggle-switch {
+ background-image: url("common-assets/switch/switch-off-selected.svg"); }
+ .popup-menu-item:active .toggle-switch:checked {
+ background-image: url("common-assets/switch/switch-on-selected.svg"); }
+
+.cinnamon-link {
+ color: #2679db;
+ text-decoration: underline; }
+ .cinnamon-link:hover {
+ color: #5294e2; }
+
+#Tooltip {
+ border-radius: 3px;
+ padding: 5px 12px;
+ background-color: rgba(53, 57, 69, 0.95);
+ color: #BAC3CF;
+ font-size: 1em;
+ font-weight: normal;
+ text-align: center; }
+
+.menu,
+.popup-menu,
+.popup-combo-menu {
+ color: #5c616c;
+ border-image: url("light-assets/menu/menu.svg") 9 9 9 9; }
+ .menu-arrow,
+ .popup-menu-arrow {
+ icon-size: 16px; }
+ .menu .popup-sub-menu,
+ .popup-menu .popup-sub-menu, .popup-combo-menu .popup-sub-menu {
+ background-gradient-direction: none;
+ box-shadow: none;
+ border-image: url("light-assets/menu/submenu.svg") 9 9 9 9; }
+ .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 {
+ padding-right: 0em; }
+ .menu .popup-sub-menu .popup-menu-item:rtl,
+ .popup-menu .popup-sub-menu .popup-menu-item:rtl, .popup-combo-menu .popup-sub-menu .popup-menu-item:rtl {
+ padding-left: 0em; }
+ .menu .popup-sub-menu StScrollBar,
+ .popup-menu .popup-sub-menu StScrollBar, .popup-combo-menu .popup-sub-menu StScrollBar {
+ padding: 4px; }
+ .menu .popup-sub-menu StScrollBar StBin#trough, .menu .popup-sub-menu StScrollBar StBin#vhandle,
+ .popup-menu .popup-sub-menu StScrollBar StBin#trough,
+ .popup-menu .popup-sub-menu StScrollBar StBin#vhandle, .popup-combo-menu .popup-sub-menu StScrollBar StBin#trough, .popup-combo-menu .popup-sub-menu StScrollBar StBin#vhandle {
+ border-width: 0; }
+ .menu .popup-menu-content,
+ .popup-menu .popup-menu-content, .popup-combo-menu .popup-menu-content {
+ padding: 1em 0em 1em 0em; }
+ .menu .popup-menu-item,
+ .popup-menu .popup-menu-item, .popup-combo-menu .popup-menu-item {
+ padding: .4em 1.75em;
+ spacing: 1em; }
+ .menu .popup-menu-item:active,
+ .popup-menu .popup-menu-item:active, .popup-combo-menu .popup-menu-item:active {
+ color: #ffffff;
+ background-color: transparent;
+ border-image: url("common-assets/menu/menu-hover.svg") 9 9 1 1; }
+ .menu .popup-menu-item:insensitive,
+ .popup-menu .popup-menu-item:insensitive, .popup-combo-menu .popup-menu-item:insensitive {
+ color: rgba(92, 97, 108, 0.5);
+ background: none; }
+ .menu .popup-inactive-menu-item,
+ .popup-menu .popup-inactive-menu-item, .popup-combo-menu .popup-inactive-menu-item {
+ color: #5c616c; }
+ .menu .popup-inactive-menu-item:insensitive,
+ .popup-menu .popup-inactive-menu-item:insensitive, .popup-combo-menu .popup-inactive-menu-item:insensitive {
+ color: rgba(92, 97, 108, 0.55); }
+ .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: #ffffff; }
+ .menu-icon,
+ .popup-menu-icon {
+ icon-size: 16px; }
+
+.popup-menu-boxpointer {
+ -arrow-border-radius: 3px;
+ -arrow-background-color: transparent;
+ -arrow-border-width: 1px;
+ -arrow-border-color: transparent;
+ -arrow-base: 0;
+ -arrow-rise: 0; }
+
+.popup-combo-menu {
+ padding: 10px 1px; }
+
+.popup-combobox-item {
+ spacing: 1em; }
+
+.popup-separator-menu-item {
+ -gradient-height: 2px;
+ -gradient-start: transparent;
+ -gradient-end: transparent;
+ -margin-horizontal: 1.5em;
+ height: 1em; }
+
+.popup-alternating-menu-item:alternate {
+ font-weight: normal; }
+
+.popup-device-menu-item {
+ spacing: .5em; }
+
+.popup-subtitle-menu-item {
+ font-weight: normal; }
+
+.nm-menu-item-icons {
+ spacing: .5em; }
+
+#panel {
+ font-weight: bold;
+ height: 27px;
+ width: 32px; }
+ #panel:highlight {
+ border-image: none;
+ background-color: rgba(252, 65, 56, 0.5); }
+ #panelLeft {
+ spacing: 4px; }
+ #panelLeft:dnd {
+ background-gradient-direction: vertical;
+ background-gradient-start: rgba(255, 0, 0, 0.05);
+ background-gradient-end: rgba(255, 0, 0, 0.2); }
+ #panelLeft:ltr {
+ padding-right: 4px; }
+ #panelLeft:rtl {
+ padding-left: 4px; }
+ #panelLeft.vertical {
+ padding: 0; }
+ #panelLeft.vertical:ltr {
+ padding-right: 0px; }
+ #panelLeft.vertical:rtl {
+ padding-left: 0px; }
+ #panelRight:dnd {
+ background-gradient-direction: vertical;
+ background-gradient-start: rgba(0, 0, 255, 0.05);
+ background-gradient-end: rgba(0, 0, 255, 0.2); }
+ #panelRight:ltr {
+ padding-left: 4px;
+ spacing: 0px; }
+ #panelRight:rtl {
+ padding-right: 4px;
+ spacing: 0px; }
+ #panelRight.vertical {
+ padding: 0; }
+ #panelRight.vertical:ltr {
+ padding-right: 0px; }
+ #panelRight.vertical:rtl {
+ padding-left: 0px; }
+ #panelCenter {
+ spacing: 4px; }
+ #panelCenter:dnd {
+ background-gradient-direction: vertical;
+ background-gradient-start: rgba(0, 255, 0, 0.05);
+ background-gradient-end: rgba(0, 255, 0, 0.2); }
+
+.panel-top, .panel-bottom, .panel-left, .panel-right {
+ color: white;
+ font-size: 1em;
+ padding: 0px; }
+
+.panel-top {
+ border-image: url("common-assets/panel/panel-top.svg") 1 1 1 1; }
+
+.panel-bottom {
+ border-image: url("common-assets/panel/panel-bottom.svg") 1 1 1 1; }
+
+.panel-left {
+ border-image: url("common-assets/panel/panel-left.svg") 1 1 1 1; }
+
+.panel-right {
+ border-image: url("common-assets/panel/panel-right.svg") 1 1 1 1; }
+
+.panel-dummy {
+ background-color: rgba(252, 65, 56, 0.5); }
+ .panel-dummy:entered {
+ background-color: rgba(252, 65, 56, 0.6); }
+
+.panel-status-button {
+ border-width: 0;
+ -natural-hpadding: 3px;
+ -minimum-hpadding: 3px;
+ font-weight: bold;
+ color: white;
+ height: 22px; }
+
+.panel-button {
+ -natural-hpadding: 6px;
+ -minimum-hpadding: 2px;
+ font-weight: bold;
+ color: green;
+ transition-duration: 100; }
+
+.system-status-icon {
+ icon-size: 16px;
+ padding: 0 1px; }
+
+#overview {
+ spacing: 12px; }
+
+.window-caption {
+ background-color: rgba(53, 57, 69, 0.95);
+ border: 1px solid rgba(53, 57, 69, 0.95);
+ color: #BAC3CF;
+ spacing: 25px;
+ border-radius: 2px;
+ font-size: 9pt;
+ padding: 5px 8px;
+ -cinnamon-caption-spacing: 4px; }
+ .window-caption#selected {
+ background-color: #5294e2;
+ color: #ffffff;
+ border: 1px solid #5294e2;
+ spacing: 25px; }
+
+.expo-workspaces-name-entry,
+.expo-workspaces-name-entry#selected {
+ height: 15px;
+ border-radius: 2px;
+ font-size: 9pt;
+ padding: 5px 8px;
+ -cinnamon-caption-spacing: 4px;
+ color: #BAC3CF;
+ background-color: rgba(102, 109, 132, 0.35);
+ border: 1px solid rgba(26, 28, 34, 0.35);
+ 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 #5294e2;
+ background-color: #5294e2;
+ color: #ffffff;
+ font-style: italic;
+ transition-duration: 300;
+ selection-background-color: #ffffff;
+ selected-color: #5294e2; }
+
+.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 #5294e2;
+ background-color: black;
+ border-radius: 2px; }
+
+.expo-background {
+ background-color: #353945; }
+
+.workspace-thumbnails {
+ spacing: 26px; }
+ .workspace-thumbnails-background, .workspace-thumbnails-background:rtl {
+ padding: 8px; }
+
+.workspace-add-button {
+ background-image: url("common-assets/misc/add-workspace.svg");
+ height: 200px;
+ width: 35px;
+ transition-duration: 100; }
+ .workspace-add-button:hover {
+ background-image: url("common-assets/misc/add-workspace-hover.svg");
+ transition-duration: 100; }
+ .workspace-add-button:active {
+ background-image: url("common-assets/misc/add-workspace-active.svg");
+ transition-duration: 100; }
+
+.workspace-overview-background-shade {
+ background-color: rgba(0, 0, 0, 0.5); }
+
+.workspace-close-button,
+.window-close {
+ background-image: url("common-assets/misc/close.svg");
+ background-size: 26px;
+ height: 26px;
+ width: 26px;
+ -cinnamon-close-overlap: 10px; }
+ .workspace-close-button:hover,
+ .window-close:hover {
+ background-image: url("common-assets/misc/close-hover.svg");
+ background-size: 26px;
+ height: 26px;
+ width: 26px; }
+ .workspace-close-button:active,
+ .window-close:active {
+ background-image: url("common-assets/misc/close-active.svg");
+ background-size: 26px;
+ height: 26px;
+ width: 26px; }
+
+.window-close-area {
+ background-image: url("common-assets/misc/trash-icon.svg");
+ height: 120px;
+ width: 400px; }
+
+.about-content {
+ width: 550px;
+ height: 250px;
+ spacing: 8px;
+ padding-bottom: 10px; }
+
+.about-title {
+ font-size: 2em;
+ font-weight: bold; }
+
+.about-uuid {
+ font-size: 10px;
+ color: #888; }
+
+.about-icon {
+ padding-right: 20px;
+ padding-bottom: 14px; }
+
+.about-scrollBox {
+ border: 1px solid #dcdfe3;
+ border-radius: 2px;
+ background-color: #ffffff;
+ padding: 4px;
+ padding-right: 0;
+ border-radius: 0; }
+ .about-scrollBox-innerBox {
+ padding: 1.2em;
+ spacing: 1.2em; }
+
+.about-description {
+ padding-top: 4px;
+ padding-bottom: 16px; }
+
+.about-version {
+ padding-left: 7px;
+ font-size: 10px;
+ color: #888; }
+
+.calendar {
+ padding: .4em 1.75em;
+ spacing-rows: 0px;
+ spacing-columns: 0px; }
+
+.calendar-month-label {
+ color: #5c616c;
+ font-weight: bold;
+ padding: 8px 0; }
+
+.calendar-change-month-back,
+.calendar-change-month-forward {
+ width: 16px;
+ height: 16px; }
+
+.calendar-change-month-back {
+ background-image: url("common-assets/misc/calendar-arrow-left.svg"); }
+ .calendar-change-month-back:focus, .calendar-change-month-back:hover {
+ background-image: url("common-assets/misc/calendar-arrow-left-hover.svg"); }
+ .calendar-change-month-back:active {
+ background-image: url("common-assets/misc/calendar-arrow-left.svg"); }
+ .calendar-change-month-back:rtl {
+ background-image: url("common-assets/misc/calendar-arrow-right.svg"); }
+ .calendar-change-month-back:rtl:focus, .calendar-change-month-back:rtl:hover {
+ background-image: url("common-assets/misc/calendar-arrow-right-hover.svg"); }
+ .calendar-change-month-back:rtl:active {
+ background-image: url("common-assets/misc/calendar-arrow-right.svg"); }
+
+.calendar-change-month-forward {
+ background-image: url("common-assets/misc/calendar-arrow-right.svg"); }
+ .calendar-change-month-forward:focus, .calendar-change-month-forward:hover {
+ background-image: url("common-assets/misc/calendar-arrow-right-hover.svg"); }
+ .calendar-change-month-forward:active {
+ background-image: url("common-assets/misc/calendar-arrow-right.svg"); }
+ .calendar-change-month-forward:rtl {
+ background-image: url("common-assets/misc/calendar-arrow-left.svg"); }
+ .calendar-change-month-forward:rtl:focus, .calendar-change-month-forward:rtl:hover {
+ background-image: url("common-assets/misc/calendar-arrow-left-hover.svg"); }
+ .calendar-change-month-forward:rtl:active {
+ background-image: url("common-assets/misc/calendar-arrow-left.svg"); }
+
+.datemenu-date-label {
+ padding: .4em 1.75em;
+ font-weight: bold;
+ text-align: center;
+ color: #5c616c;
+ border-radius: 2px; }
+
+.calendar-day-base {
+ font-size: 80%;
+ text-align: center;
+ width: 25px;
+ height: 25px;
+ padding: 0.1em;
+ margin: 2px;
+ border-radius: 12.5px; }
+
+.calendar-day-heading {
+ color: rgba(92, 97, 108, 0.85);
+ margin-top: 1em;
+ font-size: 70%; }
+
+.calendar-day {
+ border-width: 0;
+ color: rgba(92, 97, 108, 0.8); }
+
+.calendar-day-top {
+ border-top-width: 0; }
+
+.calendar-day-left {
+ border-left-width: 0; }
+
+.calendar-nonwork-day {
+ color: #5c616c;
+ background-color: transparent;
+ font-weight: bold; }
+
+.calendar-today,
+.calendar-today:active,
+.calendar-today:focus,
+.calendar-today:hover {
+ font-weight: bold;
+ color: #ffffff;
+ background-color: #5294e2;
+ border-width: 0; }
+
+.calendar-other-month-day {
+ color: rgba(92, 97, 108, 0.3);
+ opacity: 1; }
+
+.calendar-week-number {
+ color: rgba(92, 97, 108, 0.7);
+ font-size: 80%; }
+
+#notification {
+ border-radius: 3px;
+ border-image: url("common-assets/misc/bg.svg") 9 9 9 9;
+ padding: 13px;
+ spacing-rows: 10px;
+ spacing-columns: 10px;
+ margin-from-right-edge-of-screen: 20px;
+ width: 34em;
+ color: #BAC3CF; }
+ .menu #notification,
+ .popup-menu #notification {
+ border-image: url("light-assets/misc/message.svg") 9 9 9 9; }
+ .menu #notification, .menu #notification.multi-line-notification,
+ .popup-menu #notification,
+ .popup-menu #notification.multi-line-notification {
+ color: #5c616c; }
+ .menu #notification .notification-button, .menu #notification .notification-icon-button,
+ .popup-menu #notification .notification-button,
+ .popup-menu #notification .notification-icon-button {
+ padding: 5px; }
+ #notification.multi-line-notification {
+ padding-bottom: 13px;
+ color: #BAC3CF; }
+ #notification-scrollview {
+ max-height: 10em; }
+ #notification-scrollview > .top-shadow, #notification-scrollview > .bottom-shadow {
+ height: 1em; }
+ #notification-scrollview:ltr > StScrollBar {
+ padding-left: 6px; }
+ #notification-scrollview:rtl > StScrollBar {
+ padding-right: 6px; }
+ #notification-body {
+ spacing: 5px; }
+ #notification-actions {
+ spacing: 10px; }
+
+.notification-with-image {
+ min-height: 159px;
+ color: #BAC3CF; }
+
+.notification-button, .notification-icon-button {
+ padding: 5px; }
+
+.notification-icon-button > StIcon {
+ icon-size: 36px; }
+
+#altTabPopup {
+ padding: 8px;
+ spacing: 16px; }
+
+.switcher-list {
+ color: #BAC3CF;
+ background: none;
+ border: none;
+ border-image: url("common-assets/misc/bg.svg") 9 9 9 9;
+ border-radius: 3px;
+ padding: 20px; }
+ .switcher-list > StBoxLayout {
+ padding: 4px; }
+ .switcher-list-item-container {
+ spacing: 8px; }
+ .switcher-list .item-box {
+ padding: 8px;
+ border-radius: 2px; }
+ .switcher-list .item-box:outlined {
+ padding: 8px;
+ border: 1px solid #5294e2; }
+ .switcher-list .item-box:selected {
+ color: #ffffff;
+ background-color: #5294e2;
+ border: 0px solid #5294e2; }
+ .switcher-list .thumbnail {
+ width: 256px; }
+ .switcher-list .thumbnail-box {
+ padding: 2px;
+ spacing: 4px; }
+ .switcher-list .separator {
+ width: 1px;
+ background: rgba(255, 255, 255, 0.2); }
+
+.switcher-arrow {
+ border-color: transparent;
+ color: #BAC3CF; }
+ .switcher-arrow:highlighted {
+ border-color: transparent;
+ color: white; }
+
+.thumbnail-scroll-gradient-left {
+ background-color: transparent;
+ border-radius: 24px;
+ border-radius-topright: 0px;
+ border-radius-bottomright: 0px;
+ width: 60px; }
+
+.thumbnail-scroll-gradient-right {
+ background-color: transparent;
+ border-radius: 24px;
+ border-radius-topleft: 0px;
+ border-radius-bottomleft: 0px;
+ width: 60px; }
+
+.ripple-box {
+ width: 104px;
+ height: 104px;
+ background-image: url("common-assets/misc/corner-ripple.svg");
+ background-size: contain; }
+
+.lightbox {
+ background-color: rgba(0, 0, 0, 0.4); }
+
+.flashspot {
+ background-color: white; }
+
+.modal-dialog {
+ color: #5c616c;
+ background-color: rgba(245, 246, 247, 0);
+ border: none;
+ border-image: url("light-assets/misc/modal.svg") 9 9 9 67;
+ padding: 0 5px 6px 5px; }
+ .modal-dialog > StBoxLayout:first-child {
+ padding: 20px 10px 10px 10px; }
+ .modal-dialog-button-box {
+ spacing: 0;
+ margin: 0px;
+ padding: 14px 10px;
+ background: none;
+ border: none;
+ border-image: url("light-assets/misc/button-box.svg") 9 9 9 9; }
+ .modal-dialog-button-box .modal-dialog-button {
+ padding-top: 0;
+ padding-bottom: 0;
+ height: 30px; }
+
+.run-dialog {
+ padding: 0px 15px 10px 15px;
+ border-image: url("common-assets/misc/bg.svg") 9 9 9 9; }
+ .run-dialog > * {
+ padding: 0; }
+ .run-dialog-label {
+ font-size: 0;
+ font-weight: bold;
+ color: #BAC3CF;
+ padding-bottom: 0; }
+ .run-dialog-error-label {
+ color: #FC4138; }
+ .run-dialog-error-box {
+ padding-top: 15px;
+ spacing: 5px; }
+ .run-dialog-completion-box {
+ padding-left: 15px;
+ font-size: 10px; }
+ .run-dialog-entry {
+ width: 21em;
+ padding: 7px;
+ border-radius: 3px;
+ caret-color: #BAC3CF;
+ selected-color: #ffffff;
+ selection-background-color: #5294e2;
+ color: #BAC3CF;
+ background-color: rgba(102, 109, 132, 0.35);
+ border: 1px solid rgba(26, 28, 34, 0.35);
+ box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); }
+ .run-dialog-entry:focus {
+ color: #ffffff;
+ background-color: #5294e2;
+ border: 1px solid #5294e2;
+ box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); }
+ .run-dialog .modal-dialog-button-box {
+ border: none;
+ box-shadow: none;
+ background: none;
+ background-gradient-direction: none; }
+
+/* CinnamonMountOperation Dialogs */
+.cinnamon-mount-operation-icon {
+ icon-size: 48px; }
+
+.mount-password-reask {
+ color: #F27835; }
+
+.show-processes-dialog,
+.mount-question-dialog {
+ spacing: 24px; }
+ .show-processes-dialog-subject,
+ .mount-question-dialog-subject {
+ padding-top: 10px;
+ padding-left: 17px;
+ padding-bottom: 6px; }
+ .show-processes-dialog-subject:rtl,
+ .mount-question-dialog-subject:rtl {
+ padding-left: 0px;
+ padding-right: 17px; }
+ .show-processes-dialog-description,
+ .mount-question-dialog-description {
+ padding-left: 17px;
+ width: 28em; }
+ .show-processes-dialog-description:rtl,
+ .mount-question-dialog-description:rtl {
+ padding-right: 17px; }
+
+.show-processes-dialog-app-list {
+ max-height: 200px;
+ padding-top: 24px;
+ padding-left: 49px;
+ padding-right: 32px; }
+ .show-processes-dialog-app-list:rtl {
+ padding-right: 49px;
+ padding-left: 32px; }
+ .show-processes-dialog-app-list-item {
+ color: #ccc; }
+ .show-processes-dialog-app-list-item:hover {
+ color: white; }
+ .show-processes-dialog-app-list-item:ltr {
+ padding-right: 1em; }
+ .show-processes-dialog-app-list-item:rtl {
+ padding-left: 1em; }
+ .show-processes-dialog-app-list-item-icon:ltr {
+ padding-right: 17px; }
+ .show-processes-dialog-app-list-item-icon:rtl {
+ padding-left: 17px; }
+ .show-processes-dialog-app-list-item-name {
+ font-size: 1.1em; }
+
+.magnifier-zoom-region {
+ border: 2px solid maroon; }
+ .magnifier-zoom-region .full-screen {
+ border-width: 0px; }
+
+#keyboard {
+ background-color: rgba(53, 57, 69, 0.95);
+ border-width: 0;
+ border-top-width: 1px;
+ border-color: rgba(0, 0, 0, 0.4); }
+
+.keyboard-layout {
+ spacing: 10px;
+ padding: 10px; }
+
+.keyboard-row {
+ spacing: 15px; }
+
+.keyboard-key {
+ min-height: 2em;
+ min-width: 2em;
+ font-size: 14pt;
+ font-weight: bold;
+ border-radius: 3px;
+ box-shadow: none;
+ text-shadow: 0 1px rgba(255, 255, 255, 0);
+ color: #BAC3CF;
+ border: 1px solid rgba(26, 28, 34, 0.35);
+ background-color: rgba(102, 109, 132, 0.35); }
+ .keyboard-key:hover {
+ text-shadow: 0 1px rgba(255, 255, 255, 0);
+ color: #BAC3CF;
+ border: 1px solid rgba(26, 28, 34, 0.35);
+ background-color: rgba(119, 127, 151, 0.45); }
+ .keyboard-key:active, .keyboard-key:checked {
+ text-shadow: 0 1px rgba(255, 255, 255, 0);
+ color: #ffffff;
+ border: 1px solid #5294e2;
+ background-color: #5294e2; }
+ .keyboard-key:grayed {
+ text-shadow: 0 1px rgba(255, 255, 255, 0);
+ color: #5d626e;
+ border: 1px solid rgba(26, 28, 34, 0.35);
+ background-color: rgba(102, 109, 132, 0.2); }
+
+.keyboard-subkeys {
+ color: #BAC3CF;
+ padding: 5px;
+ -arrow-border-radius: 2px;
+ -arrow-background-color: rgba(53, 57, 69, 0.95);
+ -arrow-border-width: 1px;
+ -arrow-border-color: rgba(0, 0, 0, 0.4);
+ -arrow-base: 20px;
+ -arrow-rise: 10px;
+ -boxpointer-gap: 5px; }
+
+.menu-favorites-box {
+ margin: auto;
+ padding: 10px;
+ transition-duration: 300;
+ background-color: #F5F6F7;
+ border: 1px solid #dcdfe3; }
+
+.menu-favorites-button {
+ padding: 10px;
+ border: 1px solid transparent; }
+
+.menu-places-box {
+ margin: auto;
+ padding: 10px;
+ border: 0px solid red; }
+
+.menu-places-button {
+ padding: 10px; }
+
+.menu-categories-box {
+ padding: 10px 30px 10px 30px; }
+
+.menu-applications-inner-box, .menu-applications-outer-box {
+ padding: 10px 10px 0 10px; }
+
+.menu-application-button {
+ padding: 7px;
+ border: 1px solid transparent; }
+ .menu-application-button:highlighted {
+ font-weight: bold; }
+ .menu-application-button-selected {
+ padding: 7px; }
+ .menu-application-button-selected:highlighted {
+ font-weight: bold; }
+ .menu-application-button-label:ltr {
+ padding-left: 5px; }
+ .menu-application-button-label:rtl {
+ padding-right: 5px; }
+
+.menu-category-button {
+ padding: 7px;
+ border: 1px solid transparent; }
+ .menu-category-button-selected {
+ padding: 7px; }
+ .menu-category-button-hover {
+ background-color: red;
+ border-radius: 2px; }
+ .menu-category-button-greyed {
+ padding: 7px;
+ color: rgba(92, 97, 108, 0.55);
+ border: 1px solid transparent; }
+ .menu-category-button-label:ltr {
+ padding-left: 5px; }
+ .menu-category-button-label:rtl {
+ padding-right: 5px; }
+
+.menu-selected-app-box {
+ padding-right: 30px;
+ padding-left: 28px;
+ text-align: right;
+ height: 30px; }
+ .menu-selected-app-box:rtl {
+ padding-top: 10px;
+ height: 30px; }
+
+.menu-selected-app-title {
+ font-weight: bold; }
+
+.menu-selected-app-description {
+ max-width: 150px; }
+
+.menu-search-box:ltr {
+ padding-left: 30px; }
+
+.menu-search-box-rtl {
+ padding-right: 30px; }
+
+#menu-search-entry {
+ width: 250px;
+ height: 15px;
+ font-weight: normal;
+ caret-color: #5c616c; }
+
+.menu-search-entry-icon {
+ icon-size: 1em;
+ color: #5c616c; }
+
+/* Context menu (at the moment only for favorites) */
+.info-osd {
+ text-align: center;
+ font-weight: bold;
+ spacing: 1em;
+ padding: 16px;
+ color: white;
+ border-image: url("common-assets/misc/osd.svg") 9 9 9 9; }
+
+.osd-window {
+ text-align: center;
+ font-weight: bold;
+ spacing: 1em;
+ padding: 20px;
+ margin: 32px;
+ min-width: 64px;
+ min-height: 64px;
+ color: white;
+ background: none;
+ border: none;
+ border-radius: 5px;
+ border-image: url("common-assets/misc/osd.svg") 9 9 9 9; }
+ .osd-window .osd-monitor-label {
+ font-size: 3em; }
+ .osd-window .level {
+ padding: 0;
+ height: 4px;
+ background-color: rgba(0, 0, 0, 0.5);
+ border-radius: 2px;
+ color: #5294e2; }
+
+.window-list-box {
+ spacing: 6px;
+ padding-left: 10px; }
+ .panel-bottom .window-list-box {
+ padding-top: 1px; }
+ .panel-top .window-list-box {
+ padding-bottom: 1px; }
+ .window-list-box.vertical {
+ spacing: 4px;
+ padding: 10px 0; }
+ .window-list-box:highlight {
+ background-color: rgba(252, 65, 56, 0.5); }
+
+.window-list-item-label {
+ font-weight: bold;
+ width: 15em;
+ min-width: 5px; }
+
+.window-list-item-box {
+ font-weight: bold;
+ background-image: none;
+ padding-top: 0;
+ padding-left: 8px;
+ padding-right: 8px;
+ transition-duration: 100;
+ color: rgba(255, 255, 255, 0.6); }
+ .window-list-item-box:hover {
+ color: white; }
+ .window-list-item-box:active, .window-list-item-box:checked, .window-list-item-box:focus {
+ color: white; }
+ .panel-bottom .window-list-item-box:active, .panel-bottom .window-list-item-box:checked, .panel-bottom .window-list-item-box:focus {
+ border-image: url("common-assets/panel/window-list-active-bottom.svg") 3 3 1 3; }
+ .panel-top .window-list-item-box:active, .panel-top .window-list-item-box:checked, .panel-top .window-list-item-box:focus {
+ border-image: url("common-assets/panel/window-list-active-top.svg") 3 3 3 1; }
+ .panel-left .window-list-item-box:active, .panel-left .window-list-item-box:checked, .panel-left .window-list-item-box:focus {
+ border-image: url("common-assets/panel/window-list-active-left.svg") 3 1 3 3; }
+ .panel-right .window-list-item-box:active, .panel-right .window-list-item-box:checked, .panel-right .window-list-item-box:focus {
+ border-image: url("common-assets/panel/window-list-active-right.svg") 1 3 3 3; }
+ .window-list-item-box.right, .window-list-item-box.left {
+ padding-left: 0px;
+ padding-right: 0px; }
+
+.window-list-item-demands-attention {
+ background-gradient-start: #F27835;
+ background-gradient-end: #F27835; }
+
+.sound-button {
+ width: 22px;
+ height: 13px;
+ padding: 8px; }
+ .sound-button-container {
+ padding-right: 3px;
+ padding-left: 3px; }
+ .sound-button StIcon {
+ icon-size: 1.4em; }
+
+.sound-track-infos {
+ padding: 5px; }
+
+.sound-track-info {
+ padding-top: 2px;
+ padding-bottom: 2px; }
+ .sound-track-info StIcon {
+ icon-size: 16px; }
+ .sound-track-info StLabel {
+ padding-left: 5px;
+ padding-right: 5px; }
+
+.sound-track-box {
+ padding-left: 15px;
+ padding-right: 15px;
+ max-width: 220px; }
+
+.sound-seek-box {
+ padding-left: 15px; }
+ .sound-seek-box StLabel {
+ padding-top: 2px; }
+ .sound-seek-box StIcon {
+ icon-size: 16px; }
+
+.sound-seek-slider {
+ width: 140px; }
+
+.sound-volume-menu-item {
+ padding: .4em 1.75em; }
+ .sound-volume-menu-item StIcon {
+ icon-size: 1.14em;
+ padding-left: 8px;
+ padding-right: 8px; }
+
+.sound-playback-control {
+ padding: 5px 10px 10px 10px; }
+
+.sound-player {
+ padding: 0 4px; }
+ .sound-player > StBoxLayout:first-child {
+ padding: 5px 10px 12px 10px;
+ spacing: 0.5em; }
+ .sound-player > StBoxLayout:first-child StButton:small {
+ width: 16px;
+ height: 8px;
+ padding: 1px; }
+ .sound-player > StBoxLayout:first-child StButton:small StIcon {
+ icon-size: 12px; }
+ .sound-player-generic-coverart {
+ background: rgba(0, 0, 0, 0.2); }
+ .sound-player-overlay {
+ width: 290px;
+ height: 70px;
+ padding: 15px;
+ spacing: 0.5em;
+ background: rgba(42, 45, 55, 0.85);
+ border: 0px solid rgba(31, 33, 40, 0.95);
+ border-bottom: 1px;
+ color: #BAC3CF; }
+ .sound-player-overlay StButton {
+ width: 22px;
+ height: 13px;
+ padding: 5px;
+ color: #BAC3CF;
+ border-radius: 2px;
+ border: 1px solid rgba(53, 57, 69, 0); }
+ .sound-player-overlay StButton StIcon {
+ icon-size: 16px; }
+ .sound-player-overlay StButton:hover {
+ text-shadow: 0 1px rgba(255, 255, 255, 0);
+ color: #BAC3CF;
+ border: 1px solid rgba(26, 28, 34, 0.35);
+ background-color: rgba(119, 127, 151, 0.45); }
+ .sound-player-overlay StButton:active {
+ text-shadow: 0 1px rgba(255, 255, 255, 0);
+ color: #ffffff;
+ background-color: #5294e2;
+ border: 1px solid #5294e2;
+ box-shadow: inset 0 2px 4px #5294e2; }
+ .sound-player-overlay StBoxLayout {
+ padding-top: 2px; }
+ .sound-player .slider {
+ height: 0.5em;
+ padding: 0;
+ border: none;
+ -slider-height: 0.5em;
+ -slider-background-color: #cfd6e6;
+ -slider-border-color: transparent;
+ -slider-active-background-color: #5294e2;
+ -slider-active-border-color: transparent;
+ -slider-border-width: 0px;
+ -slider-handle-radius: 0px; }
+
+#workspaceSwitcher {
+ spacing: 0px;
+ padding: 3px; }
+
+/* Controls the styling when using the "Simple buttons" option */
+.workspace-switcher {
+ padding-left: 3px;
+ padding-right: 3px; }
+
+.workspace-button {
+ width: 20px;
+ height: 10px;
+ color: #ffffff;
+ padding: 3px;
+ padding-top: 4px;
+ transition-duration: 300; }
+ .workspace-button:outlined, .workspace-button:outlined:hover {
+ color: #5294e2; }
+ .workspace-button:hover {
+ color: rgba(82, 148, 226, 0.5); }
+
+/* Controls the style when using the "Visual representation" option */
+.workspace-graph {
+ padding: 3px;
+ spacing: 3px; }
+
+.workspace-graph .workspace {
+ border: 1px solid rgba(0, 0, 0, 0.4);
+ background-gradient-direction: none;
+ background-color: rgba(0, 0, 0, 0.2); }
+
+.workspace-graph .workspace:active {
+ border: 1px solid #5294e2;
+ background-gradient-direction: none; }
+
+.workspace-graph .workspace .windows {
+ -active-window-background: rgba(76, 82, 99, 0.95);
+ -active-window-border: rgba(0, 0, 0, 0.8);
+ -inactive-window-background: rgba(76, 82, 99, 0.95);
+ -inactive-window-border: rgba(0, 0, 0, 0.8); }
+
+.workspace-graph .workspace:active .windows {
+ -active-window-background: rgba(87, 93, 113, 0.95);
+ -active-window-border: rgba(0, 0, 0, 0.8);
+ -inactive-window-background: rgba(54, 58, 70, 0.95);
+ -inactive-window-border: rgba(0, 0, 0, 0.8); }
+
+#panel-launchers-box {
+ padding-left: 7px; }
+ #panel-launchers-box.vertical {
+ padding: 2px 0; }
+
+.panel-launcher,
+.launcher {
+ margin: 1px;
+ padding: 1px;
+ transition-duration: 200; }
+ .panel-launcher:hover,
+ .launcher:hover {
+ background-gradient-direction: none;
+ border: 0px solid #5294e2; }
+ .panel-bottom .panel-launcher:hover, .panel-bottom
+ .launcher:hover {
+ border-bottom-width: 1px; }
+ .panel-top .panel-launcher:hover, .panel-top
+ .launcher:hover {
+ border-top-width: 1px; }
+ .panel-left .panel-launcher:hover, .panel-left
+ .launcher:hover {
+ border-left-width: 1px;
+ padding-left: 0; }
+ .panel-right .panel-launcher:hover, .panel-right
+ .launcher:hover {
+ border-right-width: 1px;
+ padding-right: 0; }
+
+#overview-corner {
+ background-image: url("common-assets/misc/overview.png"); }
+ #overview-corner:hover {
+ background-image: url("common-assets/misc/overview-hover.png"); }
+
+.applet-separator {
+ padding: 1px 4px; }
+
+.applet-separator-line {
+ width: 1px;
+ background: rgba(255, 255, 255, 0.12); }
+
+.applet-box {
+ padding-left: 3px;
+ padding-right: 3px;
+ color: white;
+ text-shadow: none;
+ transition-duration: 100; }
+ .applet-box.vertical {
+ padding: 3px 0; }
+ .applet-box:hover {
+ color: #ffffff;
+ background-color: #5294e2; }
+ .applet-box:highlight {
+ background-image: none;
+ border-image: none;
+ background-color: rgba(252, 65, 56, 0.5); }
+
+.applet-label {
+ font-weight: bold;
+ color: white; }
+ .applet-label:hover, .applet-box:hover > .applet-label {
+ color: #ffffff;
+ text-shadow: none; }
+
+.applet-icon {
+ color: white;
+ icon-size: 22px; }
+ .applet-icon:hover, .applet-box:hover > .applet-icon {
+ color: #ffffff;
+ text-shadow: none; }
+
+.user-icon {
+ width: 32px;
+ height: 32px;
+ background-color: transparent;
+ border: none;
+ border-radius: 0; }
+
+.user-label {
+ color: #5c616c;
+ font-size: 1em;
+ font-weight: bold;
+ margin: 0px; }
+
+.desklet {
+ color: #BAC3CF; }
+ .desklet:highlight {
+ background-color: rgba(252, 65, 56, 0.5); }
+ .desklet-with-borders {
+ border-image: url("common-assets/misc/bg.svg") 9 9 9 9;
+ color: #BAC3CF;
+ padding: 12px;
+ padding-bottom: 16px; }
+ .desklet-with-borders:highlight {
+ background-color: rgba(252, 65, 56, 0.5); }
+ .desklet-with-borders-and-header {
+ border-image: url("common-assets/misc/desklet.svg") 9 9 9 9;
+ color: #BAC3CF;
+ border-radius: 0;
+ border-radius-topleft: 0;
+ border-radius-topright: 0;
+ padding: 12px;
+ padding-bottom: 17px; }
+ .desklet-with-borders-and-header:highlight {
+ background-color: rgba(252, 65, 56, 0.5); }
+ .desklet-header {
+ border-image: url("common-assets/misc/desklet-header.svg") 9 9 9 9;
+ color: #BAC3CF;
+ font-size: 1em;
+ padding: 12px;
+ padding-bottom: 6px; }
+ .desklet-drag-placeholder {
+ border: 2px solid #5294e2;
+ background-color: rgba(82, 148, 226, 0.3); }
+
+.photoframe-box {
+ border-image: url("common-assets/misc/bg.svg") 9 9 9 9;
+ color: #BAC3CF;
+ padding: 12px;
+ padding-bottom: 16px; }
+
+/*FIXME*/
+.workspace-osd {
+ /*color: red;*/
+ text-shadow: black 5px 5px 5px;
+ font-weight: bold;
+ font-size: 48pt; }
+
+.notification-applet-padding {
+ padding: .5em 1em; }
+
+.notification-applet-container {
+ max-height: 100px; }
+
+.tile-preview, .tile-preview.snap,
+.tile-hud, .tile-hud.snap {
+ background-color: rgba(82, 148, 226, 0.3);
+ border: 1px solid #5294e2; }
+
+.xkcd-box {
+ padding: 6px;
+ border: 0px;
+ background-color: transparent;
+ border-radius: 0px; }
diff --git a/GTK-Gnome/Mondrian/cinnamon/common-assets/menu/menu-hover.svg b/GTK-Gnome/Mondrian/cinnamon/common-assets/menu/menu-hover.svg
new file mode 100644
index 0000000000000000000000000000000000000000..4d3f2621b149b560b8bb5d9279e7c966493ffaf1
--- /dev/null
+++ b/GTK-Gnome/Mondrian/cinnamon/common-assets/menu/menu-hover.svg
@@ -0,0 +1,104 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ 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"
+ width="9.0311108mm"
+ height="9.3133335mm"
+ viewBox="0 0 31.999999 33"
+ id="svg6927"
+ version="1.1"
+ inkscape:version="0.91 r13725"
+ sodipodi:docname="menu-hover.svg">
+ <defs
+ id="defs6929">
+ <linearGradient
+ id="selected_bg_color"
+ osb:paint="solid">
+ <stop
+ style="stop-color:#5294e2;stop-opacity:1;"
+ offset="0"
+ id="stop4138" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#selected_bg_color"
+ id="linearGradient4140"
+ x1="1185"
+ y1="108"
+ x2="1185"
+ y2="141"
+ gradientUnits="userSpaceOnUse" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="11.2"
+ inkscape:cx="0.595299"
+ inkscape:cy="17.160274"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ fit-margin-top="0"
+ fit-margin-left="0"
+ fit-margin-right="0"
+ fit-margin-bottom="0"
+ inkscape:window-width="1920"
+ inkscape:window-height="1032"
+ inkscape:window-x="0"
+ inkscape:window-y="25"
+ inkscape:window-maximized="1"
+ inkscape:snap-bbox="true"
+ inkscape:bbox-paths="false"
+ inkscape:bbox-nodes="true"
+ inkscape:snap-bbox-midpoints="false"
+ inkscape:snap-bbox-edge-midpoints="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid4140"
+ originx="0"
+ originy="1.2503989e-05" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata6932">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Ebene 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ transform="translate(-137,-382.36221)">
+ <g
+ transform="matrix(0.0689655,0,0,1.0000001,71.275885,274.36218)"
+ id="g6908"
+ style="fill:url(#linearGradient4140);fill-opacity:1">
+ <rect
+ y="108"
+ x="1011"
+ height="33"
+ width="348"
+ id="rect5271"
+ style="opacity:1;fill:url(#linearGradient4140);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" />
+ </g>
+ </g>
+</svg>
diff --git a/GTK-Gnome/Mondrian/cinnamon/common-assets/menu/menu-separator.svg b/GTK-Gnome/Mondrian/cinnamon/common-assets/menu/menu-separator.svg
new file mode 100644
index 0000000000000000000000000000000000000000..4962ebcdb7c3758e5a00734075564b3d6462a1d1
--- /dev/null
+++ b/GTK-Gnome/Mondrian/cinnamon/common-assets/menu/menu-separator.svg
@@ -0,0 +1,60 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ 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"
+ width="90.311111mm"
+ height="0.56444442mm"
+ viewBox="0 0 320 1.9999999"
+ id="svg7537"
+ version="1.1"
+ inkscape:version="0.91 r13725"
+ sodipodi:docname="menu-separator.svg">
+ <defs
+ id="defs7539" />
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="11.2"
+ inkscape:cx="115.53549"
+ inkscape:cy="8.9322818"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="false"
+ fit-margin-top="0"
+ fit-margin-left="0"
+ fit-margin-right="0"
+ fit-margin-bottom="0"
+ inkscape:window-width="1366"
+ inkscape:window-height="723"
+ inkscape:window-x="0"
+ inkscape:window-y="23"
+ inkscape:window-maximized="1" />
+ <metadata
+ id="metadata7542">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Ebene 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ transform="translate(340,-443.3622)" />
+</svg>
diff --git a/GTK-Gnome/Mondrian/cinnamon/common-assets/misc/add-workspace-active.svg b/GTK-Gnome/Mondrian/cinnamon/common-assets/misc/add-workspace-active.svg
new file mode 100644
index 0000000000000000000000000000000000000000..d39784cb186688c00e82d58946bd273877436067
--- /dev/null
+++ b/GTK-Gnome/Mondrian/cinnamon/common-assets/misc/add-workspace-active.svg
@@ -0,0 +1,154 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ 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"
+ width="35"
+ height="200"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.91 r13725"
+ sodipodi:docname="add-workspace-active.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ id="selected_fg_color"
+ osb:paint="solid">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop4147" />
+ </linearGradient>
+ <linearGradient
+ id="selected_bg_color"
+ osb:paint="solid">
+ <stop
+ style="stop-color:#5294e2;stop-opacity:1;"
+ offset="0"
+ id="stop4144" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#selected_bg_color"
+ id="linearGradient4146"
+ x1="19.500005"
+ y1="853.36218"
+ x2="19.500005"
+ y2="1051.3622"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#selected_fg_color"
+ id="linearGradient4149"
+ x1="18.000003"
+ y1="944.36218"
+ x2="18.000003"
+ y2="960.36218"
+ gradientUnits="userSpaceOnUse" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="8"
+ inkscape:cx="1.6114609"
+ inkscape:cy="95.511861"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:window-width="1366"
+ inkscape:window-height="696"
+ inkscape:window-x="0"
+ inkscape:window-y="25"
+ inkscape:window-maximized="1"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:snap-bbox="true"
+ inkscape:bbox-paths="true"
+ inkscape:snap-bbox-edge-midpoints="true"
+ inkscape:bbox-nodes="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid3040"
+ empspacing="5"
+ visible="true"
+ enabled="true"
+ snapvisiblegridlinesonly="true" />
+ <sodipodi:guide
+ orientation="0,1"
+ position="20,100"
+ id="guide3893" />
+ <sodipodi:guide
+ orientation="1,0"
+ position="18,190"
+ id="guide3895" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Ebene 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ transform="translate(0,-852.36218)">
+ <path
+ style="opacity:1;fill:url(#selected_bg_color);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+ d="M 3 0 C 1.3380015 0 0 1.3380015 0 3 L 0 197 C 0 198.662 1.3380015 200 3 200 L 36 200 C 37.661999 200 39 198.662 39 197 L 39 3 C 39 1.3380015 37.661999 0 36 0 L 3 0 z M 3 1 L 36 1 C 37.108 1 38 1.892 38 3 L 38 197 C 38 198.108 37.108 199 36 199 L 3 199 C 1.892 199 1 198.108 1 197 L 1 3 C 1 1.892 1.892 1 3 1 z "
+ transform="translate(0,852.36218)"
+ id="rect3810" />
+ <g
+ transform="translate(0,-0.9999969)"
+ id="g3917-7"
+ style="fill:#000000;fill-opacity:1;opacity:0.5" />
+ <rect
+ rx="2"
+ style="opacity:1;fill:url(#linearGradient4146);fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect3812"
+ width="37"
+ height="198"
+ x="1.000005"
+ y="853.36218"
+ ry="2" />
+ <g
+ id="g3917"
+ style="fill:url(#linearGradient4149);fill-opacity:1">
+ <rect
+ ry="1.1428567"
+ y="944.36218"
+ x="17"
+ height="15.999994"
+ width="2.0000002"
+ id="rect3897"
+ style="opacity:1;fill:url(#linearGradient4149);fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
+ <rect
+ transform="matrix(0,1,-1,0,0,0)"
+ ry="1.1428567"
+ y="-26"
+ x="951.36218"
+ height="15.999994"
+ width="2.0000002"
+ id="rect3897-6"
+ style="opacity:1;fill:url(#linearGradient4149);fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
+ </g>
+ </g>
+</svg>
diff --git a/GTK-Gnome/Mondrian/cinnamon/common-assets/misc/add-workspace-hover.svg b/GTK-Gnome/Mondrian/cinnamon/common-assets/misc/add-workspace-hover.svg
new file mode 100644
index 0000000000000000000000000000000000000000..e771e33f99ae7e931f2ee9b2e9b59144bb9ba2f6
--- /dev/null
+++ b/GTK-Gnome/Mondrian/cinnamon/common-assets/misc/add-workspace-hover.svg
@@ -0,0 +1,117 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ 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"
+ width="35"
+ height="200"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.91 r13725"
+ sodipodi:docname="add-workspace-hover.svg">
+ <defs
+ id="defs4" />
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="8"
+ inkscape:cx="-12.039549"
+ inkscape:cy="128.92473"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:window-width="1366"
+ inkscape:window-height="696"
+ inkscape:window-x="0"
+ inkscape:window-y="25"
+ inkscape:window-maximized="1"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:snap-bbox="true"
+ inkscape:bbox-paths="true"
+ inkscape:snap-bbox-edge-midpoints="true"
+ inkscape:bbox-nodes="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid3040"
+ empspacing="5"
+ visible="true"
+ enabled="true"
+ snapvisiblegridlinesonly="true" />
+ <sodipodi:guide
+ orientation="0,1"
+ position="20,100"
+ id="guide3893" />
+ <sodipodi:guide
+ orientation="1,0"
+ position="18,190"
+ id="guide3895" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Ebene 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ transform="translate(0,-852.36218)">
+ <path
+ style="opacity:0.45;fill:#000000;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+ d="M 3 0 C 1.3380015 0 0 1.3380015 0 3 L 0 197 C 0 198.662 1.3380015 200 3 200 L 36 200 C 37.661999 200 39 198.662 39 197 L 39 3 C 39 1.3380015 37.661999 0 36 0 L 3 0 z M 3 1 L 36 1 C 37.108 1 38 1.892 38 3 L 38 197 C 38 198.108 37.108 199 36 199 L 3 199 C 1.892 199 1 198.108 1 197 L 1 3 C 1 1.892 1.892 1 3 1 z "
+ transform="translate(0,852.36218)"
+ id="rect3810" />
+ <g
+ transform="translate(0,-0.9999969)"
+ id="g3917-7"
+ style="fill:#000000;fill-opacity:1;opacity:0.5" />
+ <rect
+ rx="2"
+ style="opacity:0.45;fill:#202229;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect3812"
+ width="37"
+ height="198"
+ x="1.000005"
+ y="853.36218"
+ ry="2" />
+ <g
+ id="g3917"
+ style="fill:#bac3cf;fill-opacity:1">
+ <rect
+ ry="1.1428567"
+ y="944.36218"
+ x="17"
+ height="15.999994"
+ width="2.0000002"
+ id="rect3897"
+ style="opacity:1;fill:#bac3cf;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
+ <rect
+ transform="matrix(0,1,-1,0,0,0)"
+ ry="1.1428567"
+ y="-26"
+ x="951.36218"
+ height="15.999994"
+ width="2.0000002"
+ id="rect3897-6"
+ style="opacity:1;fill:#bac3cf;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
+ </g>
+ </g>
+</svg>
diff --git a/GTK-Gnome/Mondrian/cinnamon/common-assets/misc/add-workspace.svg b/GTK-Gnome/Mondrian/cinnamon/common-assets/misc/add-workspace.svg
new file mode 100644
index 0000000000000000000000000000000000000000..65f536108e3d69c2776e65eb0f7768dc61fb622f
--- /dev/null
+++ b/GTK-Gnome/Mondrian/cinnamon/common-assets/misc/add-workspace.svg
@@ -0,0 +1,117 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ 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"
+ width="35"
+ height="200"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.91 r13725"
+ sodipodi:docname="add-workspace.svg">
+ <defs
+ id="defs4" />
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="8"
+ inkscape:cx="-12.039549"
+ inkscape:cy="128.92473"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:window-width="1366"
+ inkscape:window-height="696"
+ inkscape:window-x="0"
+ inkscape:window-y="25"
+ inkscape:window-maximized="1"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:snap-bbox="true"
+ inkscape:bbox-paths="true"
+ inkscape:snap-bbox-edge-midpoints="true"
+ inkscape:bbox-nodes="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid3040"
+ empspacing="5"
+ visible="true"
+ enabled="true"
+ snapvisiblegridlinesonly="true" />
+ <sodipodi:guide
+ orientation="0,1"
+ position="20,100"
+ id="guide3893" />
+ <sodipodi:guide
+ orientation="1,0"
+ position="18,190"
+ id="guide3895" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Ebene 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ transform="translate(0,-852.36218)">
+ <path
+ style="opacity:0.45;fill:#000000;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+ d="M 3 0 C 1.3380015 0 0 1.3380015 0 3 L 0 197 C 0 198.662 1.3380015 200 3 200 L 36 200 C 37.661999 200 39 198.662 39 197 L 39 3 C 39 1.3380015 37.661999 0 36 0 L 3 0 z M 3 1 L 36 1 C 37.108 1 38 1.892 38 3 L 38 197 C 38 198.108 37.108 199 36 199 L 3 199 C 1.892 199 1 198.108 1 197 L 1 3 C 1 1.892 1.892 1 3 1 z "
+ transform="translate(0,852.36218)"
+ id="rect3810" />
+ <g
+ transform="translate(0,-0.9999969)"
+ id="g3917-7"
+ style="fill:#000000;fill-opacity:1;opacity:0.5" />
+ <rect
+ rx="2"
+ style="opacity:0.3;fill:#000000;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect3812"
+ width="37"
+ height="198"
+ x="1.000005"
+ y="853.36218"
+ ry="2" />
+ <g
+ id="g3917"
+ style="fill:#bac3cf;fill-opacity:1">
+ <rect
+ ry="1.1428567"
+ y="944.36218"
+ x="17"
+ height="15.999994"
+ width="2.0000002"
+ id="rect3897"
+ style="opacity:1;fill:#bac3cf;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
+ <rect
+ transform="matrix(0,1,-1,0,0,0)"
+ ry="1.1428567"
+ y="-26"
+ x="951.36218"
+ height="15.999994"
+ width="2.0000002"
+ id="rect3897-6"
+ style="opacity:1;fill:#bac3cf;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
+ </g>
+ </g>
+</svg>
diff --git a/GTK-Gnome/Mondrian/cinnamon/common-assets/misc/bg.svg b/GTK-Gnome/Mondrian/cinnamon/common-assets/misc/bg.svg
new file mode 100644
index 0000000000000000000000000000000000000000..feeddea4a1e9b393cc8a3e47e5ea19862268dc0b
--- /dev/null
+++ b/GTK-Gnome/Mondrian/cinnamon/common-assets/misc/bg.svg
@@ -0,0 +1,127 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ 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"
+ width="32"
+ height="32"
+ viewBox="0 0 32 32"
+ id="svg5386"
+ version="1.1"
+ inkscape:version="0.91 r13725"
+ sodipodi:docname="bg.svg">
+ <defs
+ id="defs5388" />
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="11.313708"
+ inkscape:cx="18.271674"
+ inkscape:cy="5.838404"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="false"
+ units="px"
+ inkscape:snap-bbox="true"
+ inkscape:bbox-paths="true"
+ inkscape:bbox-nodes="true"
+ inkscape:snap-bbox-edge-midpoints="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid5954" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata5391">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Ebene 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ transform="translate(0,-1020.3622)">
+ <rect
+ style="display:inline;opacity:0.81;fill:none;fill-opacity:1;stroke:#161a26;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect4164-4-3"
+ width="23"
+ height="21.999889"
+ x="4.5"
+ y="1024.8622"
+ rx="2.0000005"
+ ry="1.9999999" />
+ <rect
+ style="display:inline;opacity:0.95;fill:#353945;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"
+ id="rect4164"
+ width="22"
+ height="20.999971"
+ x="5"
+ y="1025.3622"
+ rx="1.4"
+ ry="1.4" />
+ <g
+ transform="translate(-425.99995,658.36226)"
+ id="g4271"
+ style="display:inline;opacity:0.65">
+ <rect
+ ry="8"
+ rx="8"
+ y="362.49994"
+ x="426.49994"
+ height="31"
+ width="31.000011"
+ id="rect4164-4-7-5-3-8-8"
+ style="display:inline;opacity:0.02000002;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+ <rect
+ ry="6.999999"
+ rx="7"
+ y="363.49997"
+ x="427.49994"
+ height="28.999996"
+ width="29.000011"
+ id="rect4164-4-7-5-3-8"
+ style="display:inline;opacity:0.07000002;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999982;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+ <rect
+ ry="6"
+ rx="6"
+ y="364.49994"
+ x="428.49994"
+ height="26.999998"
+ width="27.000011"
+ id="rect4164-4-7-5-3"
+ style="display:inline;opacity:0.12999998;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+ <rect
+ ry="5"
+ rx="4.9999995"
+ y="365.49997"
+ x="429.49997"
+ height="24.999998"
+ width="24.999981"
+ id="rect4164-4-7-5"
+ style="display:inline;opacity:0.2;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+ <path
+ transform="translate(-6.1035156e-5,0)"
+ id="rect4164-4-7"
+ d="M 431.64844,388.30469 C 432.37319,389.0416 433.37997,389.5 434.5,389.5 l 15.00023,0 c 1.12003,0 2.12681,-0.4584 2.85156,-1.19531 -0.2591,0.12217 -0.5451,0.19531 -0.85156,0.19531 l -19.00023,0 c -0.30646,0 -0.59246,-0.0731 -0.85156,-0.19531 z"
+ style="display:inline;opacity:0.25;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="csscssc" />
+ </g>
+ </g>
+</svg>
diff --git a/GTK-Gnome/Mondrian/cinnamon/common-assets/misc/calendar-arrow-left-hover.svg b/GTK-Gnome/Mondrian/cinnamon/common-assets/misc/calendar-arrow-left-hover.svg
new file mode 100644
index 0000000000000000000000000000000000000000..9292ecc187a21df6d518a1202aef822b17821916
--- /dev/null
+++ b/GTK-Gnome/Mondrian/cinnamon/common-assets/misc/calendar-arrow-left-hover.svg
@@ -0,0 +1,172 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ 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="calendar-arrow-left-hover.svg"
+ height="16"
+ id="svg7384"
+ inkscape:version="0.91 r13725"
+ version="1.1"
+ width="16">
+ <metadata
+ id="metadata90">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title>Gnome Symbolic Icon Theme</dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <sodipodi:namedview
+ inkscape:bbox-nodes="true"
+ inkscape:bbox-paths="true"
+ bordercolor="#666666"
+ borderopacity="1"
+ inkscape:current-layer="layer12"
+ inkscape:cx="6.1613659"
+ inkscape:cy="7.9323223"
+ gridtolerance="10"
+ inkscape:guide-bbox="true"
+ guidetolerance="10"
+ id="namedview88"
+ inkscape:object-nodes="false"
+ inkscape:object-paths="false"
+ objecttolerance="10"
+ pagecolor="#ffffff"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ showborder="true"
+ showgrid="true"
+ showguides="true"
+ inkscape:snap-bbox="true"
+ inkscape:snap-bbox-midpoints="false"
+ inkscape:snap-global="true"
+ inkscape:snap-grids="true"
+ inkscape:snap-nodes="true"
+ inkscape:snap-others="false"
+ inkscape:snap-to-guides="true"
+ inkscape:window-height="720"
+ inkscape:window-maximized="1"
+ inkscape:window-width="1366"
+ inkscape:window-x="0"
+ inkscape:window-y="25"
+ inkscape:zoom="22.627417"
+ inkscape:snap-bbox-edge-midpoints="true">
+ <inkscape:grid
+ empspacing="2"
+ enabled="true"
+ id="grid4866"
+ originx="141px"
+ originy="530px"
+ snapvisiblegridlinesonly="true"
+ spacingx="1px"
+ spacingy="1px"
+ type="xygrid"
+ visible="true" />
+ <inkscape:grid
+ color="#000000"
+ empcolor="#000000"
+ empopacity="0"
+ empspacing="4"
+ enabled="true"
+ id="grid5968"
+ opacity="0.1254902"
+ originx="141px"
+ originy="530px"
+ snapvisiblegridlinesonly="true"
+ spacingx="0.5px"
+ spacingy="0.5px"
+ type="xygrid"
+ visible="true" />
+ </sodipodi:namedview>
+ <title
+ id="title9167">Gnome Symbolic Icon Theme</title>
+ <defs
+ id="defs7386">
+ <linearGradient
+ id="selected_bg_color"
+ osb:paint="solid">
+ <stop
+ style="stop-color:#5294e2;stop-opacity:1;"
+ offset="0"
+ id="stop4147" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#selected_bg_color"
+ id="linearGradient4149"
+ x1="108.00018"
+ y1="751"
+ x2="108.00018"
+ y2="758.99959"
+ gradientUnits="userSpaceOnUse" />
+ </defs>
+ <g
+ inkscape:groupmode="layer"
+ id="layer9"
+ inkscape:label="status"
+ style="display:inline"
+ transform="translate(-100.0002,-747)" />
+ <g
+ inkscape:groupmode="layer"
+ id="layer10"
+ inkscape:label="devices"
+ transform="translate(-100.0002,-747)" />
+ <g
+ inkscape:groupmode="layer"
+ id="layer11"
+ inkscape:label="apps"
+ transform="translate(-100.0002,-747)" />
+ <g
+ inkscape:groupmode="layer"
+ id="layer13"
+ inkscape:label="places"
+ transform="translate(-100.0002,-747)" />
+ <g
+ inkscape:groupmode="layer"
+ id="layer14"
+ inkscape:label="mimetypes"
+ transform="translate(-100.0002,-747)" />
+ <g
+ inkscape:groupmode="layer"
+ id="layer15"
+ inkscape:label="emblems"
+ style="display:inline"
+ transform="translate(-100.0002,-747)" />
+ <g
+ inkscape:groupmode="layer"
+ id="g71291"
+ inkscape:label="emotes"
+ style="display:inline"
+ transform="translate(-100.0002,-747)" />
+ <g
+ inkscape:groupmode="layer"
+ id="g4953"
+ inkscape:label="categories"
+ style="display:inline"
+ transform="translate(-100.0002,-747)" />
+ <g
+ inkscape:groupmode="layer"
+ id="layer12"
+ inkscape:label="actions"
+ style="display:inline"
+ transform="translate(-100.0002,-747)">
+ <path
+ 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;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient4149);fill-opacity:1;stroke:none;stroke-width:2;marker:none;enable-background:accumulate"
+ d="m 109.82336,751.00006 a 0.67182557,0.66502524 0 0 0 -0.10367,0.009 0.67182557,0.66502524 0 0 0 -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 0 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 0 -0.16531,-0.69094 l -2.876,-2.84689 2.87597,-2.84686 a 0.67182557,0.66502524 0 0 0 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 0 109.82334,751 Z"
+ id="path6040"
+ inkscape:connector-curvature="0" />
+ </g>
+</svg>
diff --git a/GTK-Gnome/Mondrian/cinnamon/common-assets/misc/calendar-arrow-left.svg b/GTK-Gnome/Mondrian/cinnamon/common-assets/misc/calendar-arrow-left.svg
new file mode 100644
index 0000000000000000000000000000000000000000..27742545b283e89bbdb1ecb1e6c06415d8cc6786
--- /dev/null
+++ b/GTK-Gnome/Mondrian/cinnamon/common-assets/misc/calendar-arrow-left.svg
@@ -0,0 +1,152 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ 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="calendar-arrow-left.svg"
+ height="16"
+ id="svg7384"
+ inkscape:version="0.91 r13725"
+ version="1.1"
+ width="16">
+ <metadata
+ id="metadata90">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title>Gnome Symbolic Icon Theme</dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <sodipodi:namedview
+ inkscape:bbox-nodes="true"
+ inkscape:bbox-paths="true"
+ bordercolor="#666666"
+ borderopacity="1"
+ inkscape:current-layer="layer12"
+ inkscape:cx="13.983735"
+ inkscape:cy="8.0207106"
+ gridtolerance="10"
+ inkscape:guide-bbox="true"
+ guidetolerance="10"
+ id="namedview88"
+ inkscape:object-nodes="false"
+ inkscape:object-paths="false"
+ objecttolerance="10"
+ pagecolor="#ffffff"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ showborder="true"
+ showgrid="true"
+ showguides="true"
+ inkscape:snap-bbox="true"
+ inkscape:snap-bbox-midpoints="false"
+ inkscape:snap-global="true"
+ inkscape:snap-grids="true"
+ inkscape:snap-nodes="true"
+ inkscape:snap-others="false"
+ inkscape:snap-to-guides="true"
+ inkscape:window-height="720"
+ inkscape:window-maximized="1"
+ inkscape:window-width="1366"
+ inkscape:window-x="0"
+ inkscape:window-y="25"
+ inkscape:zoom="22.627417"
+ inkscape:snap-bbox-edge-midpoints="true">
+ <inkscape:grid
+ empspacing="2"
+ enabled="true"
+ id="grid4866"
+ originx="141px"
+ originy="530px"
+ snapvisiblegridlinesonly="true"
+ spacingx="1px"
+ spacingy="1px"
+ type="xygrid"
+ visible="true" />
+ <inkscape:grid
+ color="#000000"
+ empcolor="#000000"
+ empopacity="0"
+ empspacing="4"
+ enabled="true"
+ id="grid5968"
+ opacity="0.1254902"
+ originx="141px"
+ originy="530px"
+ snapvisiblegridlinesonly="true"
+ spacingx="0.5px"
+ spacingy="0.5px"
+ type="xygrid"
+ visible="true" />
+ </sodipodi:namedview>
+ <title
+ id="title9167">Gnome Symbolic Icon Theme</title>
+ <defs
+ id="defs7386" />
+ <g
+ inkscape:groupmode="layer"
+ id="layer9"
+ inkscape:label="status"
+ style="display:inline"
+ transform="translate(-100.0002,-747)" />
+ <g
+ inkscape:groupmode="layer"
+ id="layer10"
+ inkscape:label="devices"
+ transform="translate(-100.0002,-747)" />
+ <g
+ inkscape:groupmode="layer"
+ id="layer11"
+ inkscape:label="apps"
+ transform="translate(-100.0002,-747)" />
+ <g
+ inkscape:groupmode="layer"
+ id="layer13"
+ inkscape:label="places"
+ transform="translate(-100.0002,-747)" />
+ <g
+ inkscape:groupmode="layer"
+ id="layer14"
+ inkscape:label="mimetypes"
+ transform="translate(-100.0002,-747)" />
+ <g
+ inkscape:groupmode="layer"
+ id="layer15"
+ inkscape:label="emblems"
+ style="display:inline"
+ transform="translate(-100.0002,-747)" />
+ <g
+ inkscape:groupmode="layer"
+ id="g71291"
+ inkscape:label="emotes"
+ style="display:inline"
+ transform="translate(-100.0002,-747)" />
+ <g
+ inkscape:groupmode="layer"
+ id="g4953"
+ inkscape:label="categories"
+ style="display:inline"
+ transform="translate(-100.0002,-747)" />
+ <g
+ inkscape:groupmode="layer"
+ id="layer12"
+ inkscape:label="actions"
+ style="display:inline"
+ transform="translate(-100.0002,-747)">
+ <path
+ 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;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#a1a1a1;fill-opacity:1;stroke:none;stroke-width:2;marker:none;enable-background:accumulate"
+ d="m 109.82336,751.00006 a 0.67182557,0.66502524 0 0 0 -0.10367,0.009 0.67182557,0.66502524 0 0 0 -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 0 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 0 -0.16531,-0.69094 l -2.876,-2.84689 2.87597,-2.84686 a 0.67182557,0.66502524 0 0 0 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 0 109.82334,751 Z"
+ id="path6040"
+ inkscape:connector-curvature="0" />
+ </g>
+</svg>
diff --git a/GTK-Gnome/Mondrian/cinnamon/common-assets/misc/calendar-arrow-right-hover.svg b/GTK-Gnome/Mondrian/cinnamon/common-assets/misc/calendar-arrow-right-hover.svg
new file mode 100644
index 0000000000000000000000000000000000000000..e29be395c7812cf9bb416068a36085967f032519
--- /dev/null
+++ b/GTK-Gnome/Mondrian/cinnamon/common-assets/misc/calendar-arrow-right-hover.svg
@@ -0,0 +1,172 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ 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="calendar-arrow-right-hover.svg"
+ height="16"
+ id="svg7384"
+ inkscape:version="0.91 r13725"
+ version="1.1"
+ width="16">
+ <metadata
+ id="metadata90">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title>Gnome Symbolic Icon Theme</dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <sodipodi:namedview
+ inkscape:bbox-nodes="true"
+ inkscape:bbox-paths="true"
+ bordercolor="#666666"
+ borderopacity="1"
+ inkscape:current-layer="layer12"
+ inkscape:cx="6.1613659"
+ inkscape:cy="7.9323223"
+ gridtolerance="10"
+ inkscape:guide-bbox="true"
+ guidetolerance="10"
+ id="namedview88"
+ inkscape:object-nodes="false"
+ inkscape:object-paths="false"
+ objecttolerance="10"
+ pagecolor="#ffffff"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ showborder="true"
+ showgrid="true"
+ showguides="true"
+ inkscape:snap-bbox="true"
+ inkscape:snap-bbox-midpoints="false"
+ inkscape:snap-global="true"
+ inkscape:snap-grids="true"
+ inkscape:snap-nodes="true"
+ inkscape:snap-others="false"
+ inkscape:snap-to-guides="true"
+ inkscape:window-height="720"
+ inkscape:window-maximized="1"
+ inkscape:window-width="1366"
+ inkscape:window-x="0"
+ inkscape:window-y="25"
+ inkscape:zoom="22.627417"
+ inkscape:snap-bbox-edge-midpoints="true">
+ <inkscape:grid
+ empspacing="2"
+ enabled="true"
+ id="grid4866"
+ originx="141px"
+ originy="530px"
+ snapvisiblegridlinesonly="true"
+ spacingx="1px"
+ spacingy="1px"
+ type="xygrid"
+ visible="true" />
+ <inkscape:grid
+ color="#000000"
+ empcolor="#000000"
+ empopacity="0"
+ empspacing="4"
+ enabled="true"
+ id="grid5968"
+ opacity="0.1254902"
+ originx="141px"
+ originy="530px"
+ snapvisiblegridlinesonly="true"
+ spacingx="0.5px"
+ spacingy="0.5px"
+ type="xygrid"
+ visible="true" />
+ </sodipodi:namedview>
+ <title
+ id="title9167">Gnome Symbolic Icon Theme</title>
+ <defs
+ id="defs7386">
+ <linearGradient
+ id="selected_bg_color"
+ osb:paint="solid">
+ <stop
+ style="stop-color:#5294e2;stop-opacity:1;"
+ offset="0"
+ id="stop4147" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#selected_bg_color"
+ id="linearGradient4149"
+ x1="108.00017"
+ y1="751"
+ x2="108.00017"
+ y2="758.99959"
+ gradientUnits="userSpaceOnUse" />
+ </defs>
+ <g
+ inkscape:groupmode="layer"
+ id="layer9"
+ inkscape:label="status"
+ style="display:inline"
+ transform="translate(-100.0002,-747)" />
+ <g
+ inkscape:groupmode="layer"
+ id="layer10"
+ inkscape:label="devices"
+ transform="translate(-100.0002,-747)" />
+ <g
+ inkscape:groupmode="layer"
+ id="layer11"
+ inkscape:label="apps"
+ transform="translate(-100.0002,-747)" />
+ <g
+ inkscape:groupmode="layer"
+ id="layer13"
+ inkscape:label="places"
+ transform="translate(-100.0002,-747)" />
+ <g
+ inkscape:groupmode="layer"
+ id="layer14"
+ inkscape:label="mimetypes"
+ transform="translate(-100.0002,-747)" />
+ <g
+ inkscape:groupmode="layer"
+ id="layer15"
+ inkscape:label="emblems"
+ style="display:inline"
+ transform="translate(-100.0002,-747)" />
+ <g
+ inkscape:groupmode="layer"
+ id="g71291"
+ inkscape:label="emotes"
+ style="display:inline"
+ transform="translate(-100.0002,-747)" />
+ <g
+ inkscape:groupmode="layer"
+ id="g4953"
+ inkscape:label="categories"
+ style="display:inline"
+ transform="translate(-100.0002,-747)" />
+ <g
+ inkscape:groupmode="layer"
+ id="layer12"
+ inkscape:label="actions"
+ style="display:inline"
+ transform="translate(-100.0002,-747)">
+ <path
+ 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;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient4149);fill-opacity:1;stroke:none;stroke-width:2;marker:none;enable-background:accumulate"
+ 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"
+ id="path6040"
+ inkscape:connector-curvature="0" />
+ </g>
+</svg>
diff --git a/GTK-Gnome/Mondrian/cinnamon/common-assets/misc/calendar-arrow-right.svg b/GTK-Gnome/Mondrian/cinnamon/common-assets/misc/calendar-arrow-right.svg
new file mode 100644
index 0000000000000000000000000000000000000000..366e69b10d97c14ddc61a7b1558e148846539a9a
--- /dev/null
+++ b/GTK-Gnome/Mondrian/cinnamon/common-assets/misc/calendar-arrow-right.svg
@@ -0,0 +1,152 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ 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="calendar-arrow-right.svg"
+ height="16"
+ id="svg7384"
+ inkscape:version="0.91 r13725"
+ version="1.1"
+ width="16">
+ <metadata
+ id="metadata90">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title>Gnome Symbolic Icon Theme</dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <sodipodi:namedview
+ inkscape:bbox-nodes="true"
+ inkscape:bbox-paths="true"
+ bordercolor="#666666"
+ borderopacity="1"
+ inkscape:current-layer="layer12"
+ inkscape:cx="13.983735"
+ inkscape:cy="8.0207106"
+ gridtolerance="10"
+ inkscape:guide-bbox="true"
+ guidetolerance="10"
+ id="namedview88"
+ inkscape:object-nodes="false"
+ inkscape:object-paths="false"
+ objecttolerance="10"
+ pagecolor="#ffffff"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ showborder="true"
+ showgrid="true"
+ showguides="true"
+ inkscape:snap-bbox="true"
+ inkscape:snap-bbox-midpoints="false"
+ inkscape:snap-global="true"
+ inkscape:snap-grids="true"
+ inkscape:snap-nodes="true"
+ inkscape:snap-others="false"
+ inkscape:snap-to-guides="true"
+ inkscape:window-height="720"
+ inkscape:window-maximized="1"
+ inkscape:window-width="1366"
+ inkscape:window-x="0"
+ inkscape:window-y="25"
+ inkscape:zoom="22.627417"
+ inkscape:snap-bbox-edge-midpoints="true">
+ <inkscape:grid
+ empspacing="2"
+ enabled="true"
+ id="grid4866"
+ originx="141px"
+ originy="530px"
+ snapvisiblegridlinesonly="true"
+ spacingx="1px"
+ spacingy="1px"
+ type="xygrid"
+ visible="true" />
+ <inkscape:grid
+ color="#000000"
+ empcolor="#000000"
+ empopacity="0"
+ empspacing="4"
+ enabled="true"
+ id="grid5968"
+ opacity="0.1254902"
+ originx="141px"
+ originy="530px"
+ snapvisiblegridlinesonly="true"
+ spacingx="0.5px"
+ spacingy="0.5px"
+ type="xygrid"
+ visible="true" />
+ </sodipodi:namedview>
+ <title
+ id="title9167">Gnome Symbolic Icon Theme</title>
+ <defs
+ id="defs7386" />
+ <g
+ inkscape:groupmode="layer"
+ id="layer9"
+ inkscape:label="status"
+ style="display:inline"
+ transform="translate(-100.0002,-747)" />
+ <g
+ inkscape:groupmode="layer"
+ id="layer10"
+ inkscape:label="devices"
+ transform="translate(-100.0002,-747)" />
+ <g
+ inkscape:groupmode="layer"
+ id="layer11"
+ inkscape:label="apps"
+ transform="translate(-100.0002,-747)" />
+ <g
+ inkscape:groupmode="layer"
+ id="layer13"
+ inkscape:label="places"
+ transform="translate(-100.0002,-747)" />
+ <g
+ inkscape:groupmode="layer"
+ id="layer14"
+ inkscape:label="mimetypes"
+ transform="translate(-100.0002,-747)" />
+ <g
+ inkscape:groupmode="layer"
+ id="layer15"
+ inkscape:label="emblems"
+ style="display:inline"
+ transform="translate(-100.0002,-747)" />
+ <g
+ inkscape:groupmode="layer"
+ id="g71291"
+ inkscape:label="emotes"
+ style="display:inline"
+ transform="translate(-100.0002,-747)" />
+ <g
+ inkscape:groupmode="layer"
+ id="g4953"
+ inkscape:label="categories"
+ style="display:inline"
+ transform="translate(-100.0002,-747)" />
+ <g
+ inkscape:groupmode="layer"
+ id="layer12"
+ inkscape:label="actions"
+ style="display:inline"
+ transform="translate(-100.0002,-747)">
+ <path
+ 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;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#a1a1a1;fill-opacity:1;stroke:none;stroke-width:2;marker:none;enable-background:accumulate"
+ 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"
+ id="path6040"
+ inkscape:connector-curvature="0" />
+ </g>
+</svg>
diff --git a/GTK-Gnome/Mondrian/cinnamon/common-assets/misc/close-active.svg b/GTK-Gnome/Mondrian/cinnamon/common-assets/misc/close-active.svg
new file mode 100644
index 0000000000000000000000000000000000000000..95822bf34602731dc65c43ae15977fb4b2f22103
--- /dev/null
+++ b/GTK-Gnome/Mondrian/cinnamon/common-assets/misc/close-active.svg
@@ -0,0 +1,100 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Generator: Adobe Illustrator 13.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 14948) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ 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"
+ version="1.0"
+ id="Foreground"
+ x="0px"
+ y="0px"
+ width="26"
+ height="26"
+ viewBox="0 0 18.909091 18.909091"
+ enable-background="new 0 0 16 16"
+ xml:space="preserve"
+ sodipodi:version="0.32"
+ inkscape:version="0.91 r13725"
+ sodipodi:docname="close-active.svg"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape"><metadata
+ id="metadata2399"><rdf:RDF><cc:Work
+ rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title /></cc:Work></rdf:RDF></metadata><defs
+ id="defs2397" /><sodipodi:namedview
+ inkscape:window-height="720"
+ inkscape:window-width="1364"
+ inkscape:pageshadow="2"
+ inkscape:pageopacity="0"
+ guidetolerance="10.0"
+ gridtolerance="10.0"
+ objecttolerance="10.0"
+ borderopacity="1.0"
+ bordercolor="#666666"
+ pagecolor="#3e3e3e"
+ id="base"
+ showgrid="false"
+ inkscape:zoom="11.313708"
+ inkscape:cx="6.9788731"
+ inkscape:cy="7.4229136"
+ inkscape:window-x="0"
+ inkscape:window-y="23"
+ inkscape:current-layer="Foreground"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ borderlayer="true"
+ inkscape:showpageshadow="false"
+ inkscape:window-maximized="0"
+ fit-margin-top="0"
+ fit-margin-left="0"
+ fit-margin-right="0"
+ fit-margin-bottom="0"
+ inkscape:snap-bbox="true"
+ inkscape:bbox-paths="true"
+ inkscape:bbox-nodes="true"
+ inkscape:snap-bbox-edge-midpoints="true"><inkscape:grid
+ type="xygrid"
+ id="grid11246"
+ empspacing="5"
+ visible="true"
+ enabled="true"
+ snapvisiblegridlinesonly="true"
+ originx="-3.6363603"
+ originy="-2.9090857" /></sodipodi:namedview><g
+ id="g3175-4"
+ transform="translate(1.8442616,0.64207471)"
+ style="opacity:0.8"><g
+ id="g3172-6" /></g><circle
+ style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#f70505;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="path3808-4"
+ cx="9.4545488"
+ cy="10.181814"
+ r="8" /><circle
+ style="opacity:1;fill:#d8354a;fill-opacity:1;stroke:#f70505;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="path3808"
+ cx="9.4545488"
+ cy="9.454545"
+ r="8" /><g
+ inkscape:label="window-close"
+ id="g27275-6-6-6"
+ style="display:inline;fill:#000000;fill-opacity:1"
+ transform="matrix(0.72727272,0,0,0.72727272,4.1762041,2.78384)"><g
+ transform="translate(-41,-760)"
+ id="g27277-1-1-2"
+ style="display:inline;fill:#000000;fill-opacity:1" /></g><g
+ inkscape:label="window-close"
+ id="g27275-6-6"
+ style="display:inline;fill:#ffffff;fill-opacity:1"
+ transform="matrix(0.72727273,0,0,0.72727273,4.2045495,3.5383247)"><g
+ transform="translate(-41,-760)"
+ id="g27277-1-1"
+ style="display:inline;fill:#ffffff;fill-opacity:1"><path
+ d="m 44.226475,764.17222 1,0 c 0.01037,-1.2e-4 0.02079,-4.6e-4 0.03125,0 0.254951,0.0112 0.50987,0.12858 0.6875,0.3125 l 2.28125,2.28125 2.3125,-2.28125 c 0.265625,-0.2305 0.446672,-0.3055 0.6875,-0.3125 l 1,0 0,1 c 0,0.28647 -0.03434,0.55065 -0.25,0.75 l -2.28125,2.28125 2.25,2.25 c 0.188188,0.18817 0.281242,0.45345 0.28125,0.71875 l 0,1 -1,0 c -0.265301,-1e-5 -0.530586,-0.0931 -0.71875,-0.28125 l -2.28125,-2.28125 -2.28125,2.28125 c -0.188164,0.18819 -0.45346,0.28125 -0.71875,0.28125 l -1,0 0,-1 c -3e-6,-0.26529 0.09306,-0.53058 0.28125,-0.71875 l 2.28125,-2.25 -2.28125,-2.28125 c -0.210742,-0.19463 -0.30316,-0.46925 -0.28125,-0.75 l 0,-1 z"
+ inkscape:connector-curvature="0"
+ id="path27279-0-5"
+ style="color:#bebebe;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:'Andale Mono';-inkscape-font-specification:'Andale Mono';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new"
+ sodipodi:nodetypes="ccsccccccccccccccccccccccc" /></g></g></svg>
\ No newline at end of file
diff --git a/GTK-Gnome/Mondrian/cinnamon/common-assets/misc/close-hover.svg b/GTK-Gnome/Mondrian/cinnamon/common-assets/misc/close-hover.svg
new file mode 100644
index 0000000000000000000000000000000000000000..7b52140c5609950b67df747363425bf3252f734a
--- /dev/null
+++ b/GTK-Gnome/Mondrian/cinnamon/common-assets/misc/close-hover.svg
@@ -0,0 +1,100 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Generator: Adobe Illustrator 13.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 14948) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ 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"
+ version="1.0"
+ id="Foreground"
+ x="0px"
+ y="0px"
+ width="26"
+ height="26"
+ viewBox="0 0 18.909091 18.909091"
+ enable-background="new 0 0 16 16"
+ xml:space="preserve"
+ sodipodi:version="0.32"
+ inkscape:version="0.91 r13725"
+ sodipodi:docname="close-hover.svg"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape"><metadata
+ id="metadata2399"><rdf:RDF><cc:Work
+ rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title /></cc:Work></rdf:RDF></metadata><defs
+ id="defs2397" /><sodipodi:namedview
+ inkscape:window-height="720"
+ inkscape:window-width="1364"
+ inkscape:pageshadow="2"
+ inkscape:pageopacity="0"
+ guidetolerance="10.0"
+ gridtolerance="10.0"
+ objecttolerance="10.0"
+ borderopacity="1.0"
+ bordercolor="#666666"
+ pagecolor="#3e3e3e"
+ id="base"
+ showgrid="false"
+ inkscape:zoom="11.313708"
+ inkscape:cx="6.9788731"
+ inkscape:cy="7.4229136"
+ inkscape:window-x="0"
+ inkscape:window-y="23"
+ inkscape:current-layer="Foreground"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ borderlayer="true"
+ inkscape:showpageshadow="false"
+ inkscape:window-maximized="0"
+ fit-margin-top="0"
+ fit-margin-left="0"
+ fit-margin-right="0"
+ fit-margin-bottom="0"
+ inkscape:snap-bbox="true"
+ inkscape:bbox-paths="true"
+ inkscape:bbox-nodes="true"
+ inkscape:snap-bbox-edge-midpoints="true"><inkscape:grid
+ type="xygrid"
+ id="grid11246"
+ empspacing="5"
+ visible="true"
+ enabled="true"
+ snapvisiblegridlinesonly="true"
+ originx="-3.6363603"
+ originy="-2.9090857" /></sodipodi:namedview><g
+ id="g3175-4"
+ transform="translate(1.8442616,0.64207471)"
+ style="opacity:0.8"><g
+ id="g3172-6" /></g><circle
+ style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#f70505;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="path3808-4"
+ cx="9.4545488"
+ cy="10.181814"
+ r="8" /><circle
+ style="opacity:1;fill:#ff7a80;fill-opacity:1;stroke:#f70505;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="path3808"
+ cx="9.4545488"
+ cy="9.454545"
+ r="8" /><g
+ inkscape:label="window-close"
+ id="g27275-6-6-6"
+ style="display:inline;fill:#000000;fill-opacity:1"
+ transform="matrix(0.72727272,0,0,0.72727272,4.1762041,2.78384)"><g
+ transform="translate(-41,-760)"
+ id="g27277-1-1-2"
+ style="display:inline;fill:#000000;fill-opacity:1" /></g><g
+ inkscape:label="window-close"
+ id="g27275-6-6"
+ style="display:inline;fill:#ffffff;fill-opacity:1"
+ transform="matrix(0.72727273,0,0,0.72727273,4.2045495,3.5383247)"><g
+ transform="translate(-41,-760)"
+ id="g27277-1-1"
+ style="display:inline;fill:#ffffff;fill-opacity:1"><path
+ d="m 44.226475,764.17222 1,0 c 0.01037,-1.2e-4 0.02079,-4.6e-4 0.03125,0 0.254951,0.0112 0.50987,0.12858 0.6875,0.3125 l 2.28125,2.28125 2.3125,-2.28125 c 0.265625,-0.2305 0.446672,-0.3055 0.6875,-0.3125 l 1,0 0,1 c 0,0.28647 -0.03434,0.55065 -0.25,0.75 l -2.28125,2.28125 2.25,2.25 c 0.188188,0.18817 0.281242,0.45345 0.28125,0.71875 l 0,1 -1,0 c -0.265301,-1e-5 -0.530586,-0.0931 -0.71875,-0.28125 l -2.28125,-2.28125 -2.28125,2.28125 c -0.188164,0.18819 -0.45346,0.28125 -0.71875,0.28125 l -1,0 0,-1 c -3e-6,-0.26529 0.09306,-0.53058 0.28125,-0.71875 l 2.28125,-2.25 -2.28125,-2.28125 c -0.210742,-0.19463 -0.30316,-0.46925 -0.28125,-0.75 l 0,-1 z"
+ inkscape:connector-curvature="0"
+ id="path27279-0-5"
+ style="color:#bebebe;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:'Andale Mono';-inkscape-font-specification:'Andale Mono';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new"
+ sodipodi:nodetypes="ccsccccccccccccccccccccccc" /></g></g></svg>
\ No newline at end of file
diff --git a/GTK-Gnome/Mondrian/cinnamon/common-assets/misc/close.svg b/GTK-Gnome/Mondrian/cinnamon/common-assets/misc/close.svg
new file mode 100644
index 0000000000000000000000000000000000000000..e221a33fb09502ee2908770a7415d21b63efac04
--- /dev/null
+++ b/GTK-Gnome/Mondrian/cinnamon/common-assets/misc/close.svg
@@ -0,0 +1,100 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Generator: Adobe Illustrator 13.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 14948) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ 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"
+ version="1.0"
+ id="Foreground"
+ x="0px"
+ y="0px"
+ width="26"
+ height="26"
+ viewBox="0 0 18.909091 18.909091"
+ enable-background="new 0 0 16 16"
+ xml:space="preserve"
+ sodipodi:version="0.32"
+ inkscape:version="0.91 r13725"
+ sodipodi:docname="close.svg"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape"><metadata
+ id="metadata2399"><rdf:RDF><cc:Work
+ rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title /></cc:Work></rdf:RDF></metadata><defs
+ id="defs2397" /><sodipodi:namedview
+ inkscape:window-height="720"
+ inkscape:window-width="1364"
+ inkscape:pageshadow="2"
+ inkscape:pageopacity="0"
+ guidetolerance="10.0"
+ gridtolerance="10.0"
+ objecttolerance="10.0"
+ borderopacity="1.0"
+ bordercolor="#666666"
+ pagecolor="#3e3e3e"
+ id="base"
+ showgrid="false"
+ inkscape:zoom="11.313708"
+ inkscape:cx="6.9788731"
+ inkscape:cy="7.4229136"
+ inkscape:window-x="0"
+ inkscape:window-y="23"
+ inkscape:current-layer="Foreground"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ borderlayer="true"
+ inkscape:showpageshadow="false"
+ inkscape:window-maximized="0"
+ fit-margin-top="0"
+ fit-margin-left="0"
+ fit-margin-right="0"
+ fit-margin-bottom="0"
+ inkscape:snap-bbox="true"
+ inkscape:bbox-paths="true"
+ inkscape:bbox-nodes="true"
+ inkscape:snap-bbox-edge-midpoints="true"><inkscape:grid
+ type="xygrid"
+ id="grid11246"
+ empspacing="5"
+ visible="true"
+ enabled="true"
+ snapvisiblegridlinesonly="true"
+ originx="-3.6363603"
+ originy="-2.9090857" /></sodipodi:namedview><g
+ id="g3175-4"
+ transform="translate(1.8442616,0.64207471)"
+ style="opacity:0.8"><g
+ id="g3172-6" /></g><circle
+ style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#f70505;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="path3808-4"
+ cx="9.4545488"
+ cy="10.181814"
+ r="8" /><circle
+ style="opacity:1;fill:#f75a61;fill-opacity:1;stroke:#f70505;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="path3808"
+ cx="9.4545488"
+ cy="9.454545"
+ r="8" /><g
+ inkscape:label="window-close"
+ id="g27275-6-6-6"
+ style="display:inline;fill:#000000;fill-opacity:1"
+ transform="matrix(0.72727272,0,0,0.72727272,4.1762041,2.78384)"><g
+ transform="translate(-41,-760)"
+ id="g27277-1-1-2"
+ style="display:inline;fill:#000000;fill-opacity:1" /></g><g
+ inkscape:label="window-close"
+ id="g27275-6-6"
+ style="display:inline;fill:#ffffff;fill-opacity:1"
+ transform="matrix(0.72727273,0,0,0.72727273,4.2045495,3.5383247)"><g
+ transform="translate(-41,-760)"
+ id="g27277-1-1"
+ style="display:inline;fill:#ffffff;fill-opacity:1"><path
+ d="m 44.226475,764.17222 1,0 c 0.01037,-1.2e-4 0.02079,-4.6e-4 0.03125,0 0.254951,0.0112 0.50987,0.12858 0.6875,0.3125 l 2.28125,2.28125 2.3125,-2.28125 c 0.265625,-0.2305 0.446672,-0.3055 0.6875,-0.3125 l 1,0 0,1 c 0,0.28647 -0.03434,0.55065 -0.25,0.75 l -2.28125,2.28125 2.25,2.25 c 0.188188,0.18817 0.281242,0.45345 0.28125,0.71875 l 0,1 -1,0 c -0.265301,-1e-5 -0.530586,-0.0931 -0.71875,-0.28125 l -2.28125,-2.28125 -2.28125,2.28125 c -0.188164,0.18819 -0.45346,0.28125 -0.71875,0.28125 l -1,0 0,-1 c -3e-6,-0.26529 0.09306,-0.53058 0.28125,-0.71875 l 2.28125,-2.25 -2.28125,-2.28125 c -0.210742,-0.19463 -0.30316,-0.46925 -0.28125,-0.75 l 0,-1 z"
+ inkscape:connector-curvature="0"
+ id="path27279-0-5"
+ style="color:#bebebe;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:'Andale Mono';-inkscape-font-specification:'Andale Mono';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new"
+ sodipodi:nodetypes="ccsccccccccccccccccccccccc" /></g></g></svg>
\ No newline at end of file
diff --git a/GTK-Gnome/Mondrian/cinnamon/common-assets/misc/corner-ripple.svg b/GTK-Gnome/Mondrian/cinnamon/common-assets/misc/corner-ripple.svg
new file mode 100644
index 0000000000000000000000000000000000000000..3f52f68864d3f9e46f8727a9c04f8da71c8f66b9
--- /dev/null
+++ b/GTK-Gnome/Mondrian/cinnamon/common-assets/misc/corner-ripple.svg
@@ -0,0 +1,85 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ 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"
+ version="1.1"
+ width="104.00001"
+ height="104"
+ id="svg2"
+ inkscape:version="0.91 r13725"
+ sodipodi:docname="corner-ripple.svg">
+ <sodipodi:namedview
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1"
+ objecttolerance="10"
+ gridtolerance="10"
+ guidetolerance="10"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:window-width="640"
+ inkscape:window-height="480"
+ id="namedview955"
+ showgrid="false"
+ fit-margin-top="0"
+ fit-margin-left="0"
+ fit-margin-right="0"
+ fit-margin-bottom="0"
+ inkscape:zoom="2.3864854"
+ inkscape:cx="54.174496"
+ inkscape:cy="43.066171"
+ inkscape:current-layer="svg2" />
+ <defs
+ id="defs4">
+ <linearGradient
+ id="linearGradient3857">
+ <stop
+ id="stop3859"
+ style="stop-color:#398dd3;stop-opacity:0"
+ offset="0" />
+ <stop
+ id="stop3861"
+ style="stop-color:#398cd3;stop-opacity:1"
+ offset="1" />
+ </linearGradient>
+ <radialGradient
+ cx="0"
+ cy="0"
+ r="52"
+ fx="0"
+ fy="0"
+ id="radialGradient3863"
+ xlink:href="#linearGradient3857"
+ gradientUnits="userSpaceOnUse" />
+ </defs>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ transform="translate(4.9999999e-6,-948.3622)"
+ id="layer1">
+ <path
+ d="M 52,0 A 52,52 0 1 1 -52,0 52,52 0 1 1 52,0 Z"
+ transform="translate(52,1000.3622)"
+ id="path2991"
+ style="fill:url(#radialGradient3863);fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ inkscape:connector-curvature="0" />
+ </g>
+</svg>
diff --git a/GTK-Gnome/Mondrian/cinnamon/common-assets/misc/desklet-header.svg b/GTK-Gnome/Mondrian/cinnamon/common-assets/misc/desklet-header.svg
new file mode 100644
index 0000000000000000000000000000000000000000..a6e1054c7151b20442692e7aba1f2d081de5daca
--- /dev/null
+++ b/GTK-Gnome/Mondrian/cinnamon/common-assets/misc/desklet-header.svg
@@ -0,0 +1,158 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ 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"
+ width="32.000011"
+ height="22.999983"
+ viewBox="0 0 32.000011 22.999983"
+ id="svg5386"
+ version="1.1"
+ inkscape:version="0.91 r13725"
+ sodipodi:docname="desklet-header.svg">
+ <defs
+ id="defs5388">
+ <clipPath
+ clipPathUnits="userSpaceOnUse"
+ id="clipPath4156">
+ <rect
+ style="opacity:0.45;fill:#000000;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"
+ id="rect4158"
+ width="48"
+ height="26.999983"
+ x="-7"
+ y="-1043.3622"
+ transform="scale(1,-1)" />
+ </clipPath>
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="15.999999"
+ inkscape:cx="13.051047"
+ inkscape:cy="8.8454562"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ units="px"
+ inkscape:snap-bbox="true"
+ inkscape:bbox-paths="true"
+ inkscape:bbox-nodes="true"
+ inkscape:snap-bbox-edge-midpoints="true"
+ showguides="false"
+ fit-margin-top="0"
+ fit-margin-left="0"
+ fit-margin-right="0"
+ fit-margin-bottom="0">
+ <inkscape:grid
+ type="xygrid"
+ id="grid5954"
+ originx="1.0975551e-05"
+ originy="-9.0000174" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata5391">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Ebene 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ transform="translate(1.0975552e-5,-1020.3622)">
+ <g
+ id="g4146"
+ clip-path="url(#clipPath4156)">
+ <rect
+ ry="1.9999999"
+ rx="2.0000005"
+ y="1024.8622"
+ x="4.5"
+ height="21.999889"
+ width="23"
+ id="rect4164-4-3"
+ style="display:inline;opacity:0.84;fill:none;fill-opacity:1;stroke:#161a26;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+ <rect
+ ry="1.4"
+ rx="1.4"
+ y="1025.3622"
+ x="5"
+ height="20.999971"
+ width="22"
+ id="rect4164"
+ style="display:inline;opacity:0.95;fill:#2b2f3b;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" />
+ <g
+ style="display:inline;opacity:0.75"
+ id="g4271"
+ transform="translate(-425.99995,658.36226)">
+ <rect
+ style="display:inline;opacity:0.02000002;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect4164-4-7-5-3-8-8"
+ width="31.000011"
+ height="31"
+ x="426.49994"
+ y="362.49994"
+ rx="8"
+ ry="8" />
+ <rect
+ style="display:inline;opacity:0.07000002;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999982;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect4164-4-7-5-3-8"
+ width="29.000011"
+ height="28.999996"
+ x="427.49994"
+ y="363.49997"
+ rx="7"
+ ry="6.999999" />
+ <rect
+ style="display:inline;opacity:0.12999998;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect4164-4-7-5-3"
+ width="27.000011"
+ height="26.999998"
+ x="428.49994"
+ y="364.49994"
+ rx="6"
+ ry="6" />
+ <rect
+ style="display:inline;opacity:0.2;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect4164-4-7-5"
+ width="24.999981"
+ height="24.999998"
+ x="429.49997"
+ y="365.49997"
+ rx="4.9999995"
+ ry="5" />
+ <path
+ sodipodi:nodetypes="csscssc"
+ inkscape:connector-curvature="0"
+ style="display:inline;opacity:0.25;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ d="M 431.64844,388.30469 C 432.37319,389.0416 433.37997,389.5 434.5,389.5 l 15.00023,0 c 1.12003,0 2.12681,-0.4584 2.85156,-1.19531 -0.2591,0.12217 -0.5451,0.19531 -0.85156,0.19531 l -19.00023,0 c -0.30646,0 -0.59246,-0.0731 -0.85156,-0.19531 z"
+ id="rect4164-4-7"
+ transform="translate(-6.1035156e-5,0)" />
+ </g>
+ </g>
+ <rect
+ style="opacity:0.2;fill:#000000;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"
+ id="rect4145"
+ width="22"
+ height="1"
+ x="5"
+ y="1042.3622" />
+ </g>
+</svg>
diff --git a/GTK-Gnome/Mondrian/cinnamon/common-assets/misc/desklet.svg b/GTK-Gnome/Mondrian/cinnamon/common-assets/misc/desklet.svg
new file mode 100644
index 0000000000000000000000000000000000000000..8445c613f0b89f196cd5e89733b5359a2026d1f1
--- /dev/null
+++ b/GTK-Gnome/Mondrian/cinnamon/common-assets/misc/desklet.svg
@@ -0,0 +1,152 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ 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"
+ width="32.000011"
+ height="22.999983"
+ viewBox="0 0 32.000011 22.999983"
+ id="svg5386"
+ version="1.1"
+ inkscape:version="0.91 r13725"
+ sodipodi:docname="desklet.svg">
+ <defs
+ id="defs5388">
+ <clipPath
+ clipPathUnits="userSpaceOnUse"
+ id="clipPath4180">
+ <rect
+ transform="scale(1,-1)"
+ y="-1052.1622"
+ x="-7"
+ height="22.999983"
+ width="48"
+ id="rect4182"
+ style="opacity:0.45;fill:#000000;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" />
+ </clipPath>
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="11.313708"
+ inkscape:cx="22.308942"
+ inkscape:cy="7.633471"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ units="px"
+ inkscape:snap-bbox="true"
+ inkscape:bbox-paths="true"
+ inkscape:bbox-nodes="true"
+ inkscape:snap-bbox-edge-midpoints="true"
+ showguides="false"
+ fit-margin-top="0"
+ fit-margin-left="0"
+ fit-margin-right="0"
+ fit-margin-bottom="0">
+ <inkscape:grid
+ type="xygrid"
+ id="grid5954"
+ originx="1.0975551e-05"
+ originy="-9.0000174" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata5391">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Ebene 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ transform="translate(1.0975552e-5,-1020.3622)">
+ <g
+ id="g4146"
+ clip-path="url(#clipPath4180)"
+ transform="translate(0,-8.8000161)">
+ <rect
+ ry="1.9999999"
+ rx="2.0000005"
+ y="1024.8622"
+ x="4.5"
+ height="21.999889"
+ width="23"
+ id="rect4164-4-3"
+ style="display:inline;opacity:0.72000002;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+ <rect
+ ry="1.4"
+ rx="1.4"
+ y="1025.3622"
+ x="5"
+ height="20.999971"
+ width="22"
+ id="rect4164"
+ style="display:inline;opacity:0.95;fill:#3c4049;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" />
+ <g
+ style="display:inline;opacity:0.75"
+ id="g4271"
+ transform="translate(-425.99995,658.36226)">
+ <rect
+ style="display:inline;opacity:0.02000002;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect4164-4-7-5-3-8-8"
+ width="31.000011"
+ height="31"
+ x="426.49994"
+ y="362.49994"
+ rx="8"
+ ry="8" />
+ <rect
+ style="display:inline;opacity:0.07000002;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999982;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect4164-4-7-5-3-8"
+ width="29.000011"
+ height="28.999996"
+ x="427.49994"
+ y="363.49997"
+ rx="7"
+ ry="6.999999" />
+ <rect
+ style="display:inline;opacity:0.12999998;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect4164-4-7-5-3"
+ width="27.000011"
+ height="26.999998"
+ x="428.49994"
+ y="364.49994"
+ rx="6"
+ ry="6" />
+ <rect
+ style="display:inline;opacity:0.2;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect4164-4-7-5"
+ width="24.999981"
+ height="24.999998"
+ x="429.49997"
+ y="365.49997"
+ rx="4.9999995"
+ ry="5" />
+ <path
+ sodipodi:nodetypes="csscssc"
+ inkscape:connector-curvature="0"
+ style="display:inline;opacity:0.25;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ d="M 431.64844,388.30469 C 432.37319,389.0416 433.37997,389.5 434.5,389.5 l 15.00023,0 c 1.12003,0 2.12681,-0.4584 2.85156,-1.19531 -0.2591,0.12217 -0.5451,0.19531 -0.85156,0.19531 l -19.00023,0 c -0.30646,0 -0.59246,-0.0731 -0.85156,-0.19531 z"
+ id="rect4164-4-7"
+ transform="translate(-6.1035156e-5,0)" />
+ </g>
+ </g>
+ </g>
+</svg>
diff --git a/GTK-Gnome/Mondrian/cinnamon/common-assets/misc/osd.svg b/GTK-Gnome/Mondrian/cinnamon/common-assets/misc/osd.svg
new file mode 100644
index 0000000000000000000000000000000000000000..df41a00ef26e35ebe9fdcf6aadb311ce58c7e2ba
--- /dev/null
+++ b/GTK-Gnome/Mondrian/cinnamon/common-assets/misc/osd.svg
@@ -0,0 +1,127 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ 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"
+ width="32"
+ height="32"
+ viewBox="0 0 32 32"
+ id="svg5386"
+ version="1.1"
+ inkscape:version="0.91 r13725"
+ sodipodi:docname="osd.svg">
+ <defs
+ id="defs5388" />
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="16"
+ inkscape:cx="23.210075"
+ inkscape:cy="11.575503"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="false"
+ units="px"
+ inkscape:snap-bbox="true"
+ inkscape:bbox-paths="true"
+ inkscape:bbox-nodes="true"
+ inkscape:snap-bbox-edge-midpoints="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid5954" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata5391">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Ebene 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ transform="translate(0,-1020.3622)">
+ <rect
+ style="display:inline;opacity:0.85;fill:none;fill-opacity:1;stroke:#0f1116;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect4164-4-3"
+ width="23"
+ height="21.999889"
+ x="4.5"
+ y="1024.8622"
+ rx="2.0000005"
+ ry="1.9999999" />
+ <rect
+ style="display:inline;opacity:0.95;fill:#252a35;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"
+ id="rect4164"
+ width="22"
+ height="20.999971"
+ x="5"
+ y="1025.3622"
+ rx="1.4"
+ ry="1.4" />
+ <g
+ transform="translate(-425.99995,658.36226)"
+ id="g4271"
+ style="display:inline;opacity:0.65">
+ <rect
+ ry="8"
+ rx="8"
+ y="362.49994"
+ x="426.49994"
+ height="31"
+ width="31.000011"
+ id="rect4164-4-7-5-3-8-8"
+ style="display:inline;opacity:0.02000002;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+ <rect
+ ry="6.999999"
+ rx="7"
+ y="363.49997"
+ x="427.49994"
+ height="28.999996"
+ width="29.000011"
+ id="rect4164-4-7-5-3-8"
+ style="display:inline;opacity:0.07000002;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999982;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+ <rect
+ ry="6"
+ rx="6"
+ y="364.49994"
+ x="428.49994"
+ height="26.999998"
+ width="27.000011"
+ id="rect4164-4-7-5-3"
+ style="display:inline;opacity:0.12999998;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+ <rect
+ ry="5"
+ rx="4.9999995"
+ y="365.49997"
+ x="429.49997"
+ height="24.999998"
+ width="24.999981"
+ id="rect4164-4-7-5"
+ style="display:inline;opacity:0.2;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+ <path
+ transform="translate(-6.1035156e-5,0)"
+ id="rect4164-4-7"
+ d="M 431.64844,388.30469 C 432.37319,389.0416 433.37997,389.5 434.5,389.5 l 15.00023,0 c 1.12003,0 2.12681,-0.4584 2.85156,-1.19531 -0.2591,0.12217 -0.5451,0.19531 -0.85156,0.19531 l -19.00023,0 c -0.30646,0 -0.59246,-0.0731 -0.85156,-0.19531 z"
+ style="display:inline;opacity:0.25;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="csscssc" />
+ </g>
+ </g>
+</svg>
diff --git a/GTK-Gnome/Mondrian/cinnamon/common-assets/misc/overview-hover.png b/GTK-Gnome/Mondrian/cinnamon/common-assets/misc/overview-hover.png
new file mode 100644
index 0000000000000000000000000000000000000000..75673f9cf4d11cc891275cbcb5fc775db9585540
Binary files /dev/null and b/GTK-Gnome/Mondrian/cinnamon/common-assets/misc/overview-hover.png differ
diff --git a/GTK-Gnome/Mondrian/cinnamon/common-assets/misc/overview.png b/GTK-Gnome/Mondrian/cinnamon/common-assets/misc/overview.png
new file mode 100644
index 0000000000000000000000000000000000000000..9eb4f87f4e8e2b95cb3ae488e84da3d63d1786ed
Binary files /dev/null and b/GTK-Gnome/Mondrian/cinnamon/common-assets/misc/overview.png differ
diff --git a/GTK-Gnome/Mondrian/cinnamon/common-assets/misc/trash-icon.svg b/GTK-Gnome/Mondrian/cinnamon/common-assets/misc/trash-icon.svg
new file mode 100644
index 0000000000000000000000000000000000000000..61097ddb031a64c620624c84ff16539ab365fc64
--- /dev/null
+++ b/GTK-Gnome/Mondrian/cinnamon/common-assets/misc/trash-icon.svg
@@ -0,0 +1,97 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ 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"
+ width="400"
+ height="120"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.91 r13725"
+ sodipodi:docname="trash-icon.svg">
+ <defs
+ id="defs4" />
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="1.28"
+ inkscape:cx="36.193504"
+ inkscape:cy="50.945434"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:window-width="1366"
+ inkscape:window-height="721"
+ inkscape:window-x="0"
+ inkscape:window-y="25"
+ inkscape:window-maximized="1"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:snap-bbox="true"
+ inkscape:bbox-paths="true"
+ inkscape:bbox-nodes="true"
+ inkscape:snap-bbox-edge-midpoints="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid2985"
+ empspacing="5"
+ visible="true"
+ enabled="true"
+ snapvisiblegridlinesonly="true" />
+ <sodipodi:guide
+ orientation="1,0"
+ position="200,105"
+ id="guide3920" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Ebene 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ transform="translate(0,-932.36218)">
+ <path
+ style="opacity:0.45;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ d="M 8 6 C 6.892 6 6 6.8919999 6 8 L 6 121 C 6 122.108 6.892 123 8 123 L 392 123 C 393.108 123 394 122.108 394 121 L 394 8 C 394 6.8919999 393.108 6 392 6 L 8 6 z M 8 7 L 392 7 C 392.554 7 393 7.446 393 8 L 393 121 C 393 121.554 392.554 122 392 122 L 8 122 C 7.446 122 7 121.554 7 121 L 7 8 C 7 7.446 7.446 7 8 7 z "
+ transform="translate(0,932.36218)"
+ id="rect4179-2-0-9-8" />
+ <rect
+ style="opacity:0.3;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect4179-2-0-9"
+ width="386"
+ height="115"
+ x="7"
+ y="939.36218"
+ ry="1"
+ rx="1" />
+ <image
+ y="964.36218"
+ x="168"
+ id="image3917"
+ xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAAEACAYAAABccqhmAAAABHNCSVQICAgIfAhkiAAAEIlJREFU eJzt3WuMHWd9x/Hv7MV27CQkbu6iKYikhBIKpZfwggC9pCRAKyFoJSCloKpSERG9qKUqinoTUhXR oqY3elMRFYJKiJLSilYtfZHSAIEQkVIcpUCkAAlxQtK4ju317p59+uKZx2f2eG3vWZ85Z878vx/p aNf2WZ//zszzm2eemXkGJEmSJEmSJEmSJEmSJEmSJEmSJEmSJHVUNesCtHMpJYBdwCKwwPTX50b9 WgU2qsrNad64xuZM3egXgWcBLwNeDlwJ7K1f01qna8BR4Ang88CdwBeAowbB/HBNzZGUUkVu+D8H vB64BFhitusxkXsBR4AvAn9IDoNVg6D7XENzIqW0BLwa+C3gOeR117X1l8hB8EHgNuDbhkC3uXbm QEppmbzXvxU4n5PXW5p6Uac3AD4B/Apw0BDoLtdMx6WUFoA3AO8BzmXzOksj32/UXxPTD4Vq5LUB /BPwDuApQ6CbXCsdVg/4XQv8HXmgr6yv1PiayHvcAbDO5hBovrdNVePrAnmQcqmu6Tbg9qqqBlOo Q2MyADospbQH+BPgp8gNCzY37HXyaHx5lSCYRQ8Aco3NAFgGngJeB9xvL6B7lmZdgLZW7/2/D3gl Jzf+DXKDXwWO11+32vvPQrMXsEw+NXkz8JvkcFKHGADdtQi8hjzoB5sb/yqwUr/WGDb+LihjEYPG 63rgO4DHZliXtrBw5rdoRvYB17F5HZU9/wpwjLz3X6M7jb+pHKIcB84DXlj3atQhBkB3XQBcVX/f HOw7Tg6AVYbH+11WwumZOObUOQZAd+0H9jT+XLr+5Zh/Hhp/kYBLcXvrHMcAumsF+CT5Zh/I3ely 7L/G7Af7xvUQ81VvCHbJOqq+7n+Zk8/9z6sBMPBUoCRJkiRJkiRNkUOyDfWVahX5Mtzd5KvxdjM8 FTdr834moGla296AfPr0aP1ax/kLT3ApcOKe+3OBq4EXAy8iT711OfmKvD2n/GF13QA4TL4P4SHg f4C7gQeAgwSfuizsb17v7ZeBa4CbgBvq7/cx+3n21I5yo9Iq8CjwOeBjwKeAw1VV9amHtS3hNvK6 4S8BLyBPs3UT+U61WUyrrdlK5JuqDgAfAO4g2OxFcX5TTlxd953A28jTbF3IqSfXPNXeINxeooe2 Wt9rwD3A7xNoVuP+/4a1emLNG8iz6j6XPNB30ttGvj/VS/OtTFoyOo8hwNPk3sDtwKN9D4F+/3ac 6PLvBd4O/CKnn1W3NPDyxJsyoUX587Tn2tNklfVeGn95olL5Wl4D4DPAO4Ev9zkE+vubcaLx7yfv 9d9EPp231ay6o7PYlPn11hnedtuF6bY0GaUHMDqHYXmVQPgq8EvAXX0dIOxtANSN/0Lg94CfJo/4 n/jnxtcyc0253bZMtDk6waZ7/v5odvmbQVAmMi2vJeAR4Bbgzj6GQJ8DYC/wbuAtnLrxl4tEyqsL M+tqNpqHBCUAdtWvrwM/D9zbt8OBfv02tfoxWreQn6Szu/lP9detZtUtc+t1cX49TU85PCi9gXIl 6JeAtwLf7FMI9G6Kprrr/zLysVvzEt7mvHqr5PO/RxhOrtmlmXU1O81tZIXhNvI84Nfp2VWhvQqA uvFfTt7z72fzbDrNSTXLdeFdnlVXs1XGhsp9BCvAq4CfrK8n6YVeBQD5GO5nyQ/U2Krxlz3/MeZv Yk3NRnMq9g3gF4Ar+jLFeW8CoF4hV5OP08pkp6MP0zjGfE2prW5oPuPgCuCNbH0h2dzpTQCQV8jP AJfVfx4d8CtP0lnFLr/G1zxd/Crgyj70AvoUAJcBr2Xz71RWWvMxWjZ+7VTZnvYDr6AHZ9F6EQB1 Ev84m/f+zUE/B/s0KWW3/6PkR57NtV4EAPnUzKvZ/KCTxPBcv8f8mqQN8njTVfN+GNCXALgc+F5y l2x01L9c3jvfa0pdswz8AHN+GDD3AVAn8AvI1/2f+GuGe//yGC1pkirg+Wy+zHzuzH0AkH+Ha8kr ojT0ckdfubbfAFAbriJPITe3+hAAS+QJPsrvUrr/a3h5r9p1AZt7nnOnDwGwSB4DKDYYnq+18atN i8Alsy7ibPQhACryjD9FCYAyk4/UlgXmvAewdOa3dF65fbOc529e8usAoNo0oDsPjdmRuT6FASfu /f8Rci+g3M/fnMpLaksC7q+q6pFZFyJJkiRJkiRJkrTZ3J8GHFf9vIDXkid1kJoS8Kmqqu6bdSHT 0ocLgcZ1LvAO4JpZF6LO2QDeBRgAPVeuHpSawl04FjUAmsKtdKmIHACjDwiVyhOgw4gcALD5keDh Vr5OUu4jCcMAGD4g1HkDVZ4hEUb0AGg+8WUVAyA6ewDBNGcQ9vZhhTsM9FSYtJkBICkGA0AKzACQ AjMApMAMACkwA0AKzACQAjMApMAMACmw6JcCt6lcYnwMOEJe1ueRH2M+6+BN5MtejwOHyROknE9+ zNWsa4PhTVqH6+/PBXaTH8YZbhq7NhkA7VgD/hv4Z+B+4BC54V8BvIL8KLMLmM3GPAAeBD5Bnvrq ibqOS4DrgBvrOmdRWwIeA/4NuAt4tK73QuBFdW3fTQ4CTYABMFkJOAq8H/gocKiqqhPXlqeUHgQ+ S258v0qel3CaDW0N+DjwV+SGlqqqKrU9BNxLDq23A9cz3e1jANwN/BHwVWDQqO0bwJfIy+2twOuZ 84dydkUXunt9sgq8D/gA8FSz8QNUVUVVVevkhnYreUOf1s0nA+AO4L3AwaqqTjT+Rm0D4GvAu4FP M73HqyfyMvkd4IGqqgZb1JaAbwN/DHyEYLfttsUAmJxE7rZ+DFhvbsCj6n97kBwWR6dU21eAvwSO bqO2J4E/BR5nOgF1iNywHztTbVVVrQB/DRyYUm29ZgBMzgq58Z+2gRX1e+4mjxG0bQD8I/DEGLV9 DfiPdssCciO+k/yY7e3+zFPk3sy0eii9ZQBMzreAA2NsxJDPEHyOPA7Q5ljAMeDzjLfHLMfkiXZr WyePi2y7S18v43vIh1xuw2fBhTc5T5JP942jHNfuIg+4tdXQDpEHJLf9A/V7v0neRto8dbkOPLyD nztC7nV14bTq3HLBTc7Y3dG6kT1NPse9h/ZCoEx6Oq4N4BzarQ0aZyPGsEoOgXPozvULc8fTgLNX kQMAhtOTD2ZXzialtt0MLx7qyuh7Rd77n8Pwoiuf8TAmU3P2yoa8q3517Wq3RYa1tdkL2IlFhstu mW7VNhcMgG6oyI1rme41sorc0JbqV5e2mVJbWW5dqm0uuMC6oZwFWCSvk64FQFdrg+GDXkt9GoML rDvKhtz2KcGdKLV1NQBGX9omA6B7ur4Bd7E+G/8OGQDqCxv/DhgAUmAGgBSYASAFZgBIgRkAUmAG gBSYASAFZgBIgRkAUmAGgBSYASAFZgBIgRkAUmAGgBSYASAFZgBIgRkAUmAGgBSYASAFZgBIgRkA UmAGgBSYASAFZgBIgRkAUmAGgBSYASAFZgBIgRkAUmAGgBSYASAFZgBIgRkAUmAGgBSYASAFZgBI gRkAUmAGgBSYASAFZgBIgRkAUmAGgBSYASAFZgBIgRkAUmAGgBSYASAFZgBIgRkAUmAGgBSYASAF ZgBIgRkAUmAGgBSYASAFZgBIgRkAUmAGgBSYASAFZgBIgRkAUmAGgBSYASAFZgBIgRkAUmAGgBSY ASAFZgBIgRkAUmAGgBSYASAFZgBIgRkAUmAGgBSYASAFZgBIgRkAUmAGgBSYASAFZgBIgRkAUmAG gBSYASAFZgBIgRkAUmAGgBSYASAFZgBIgRkAUmAGgBSYASAFZgBIgRkAUmAGgBSYASAFZgBIgRkA UmAGgBSYASAFZgBIgRkAUmAGgBSYASAFZgBonqVZFzDvDIDZWwaqWRcxhxaA3bMuYt4ZAJOzizGX Z0oJYP+4P7cD57KzxnIe7ddWAbvrZTGOXcDFky8nFgNgci4FLhpzQ14Enlt/bdP5wBXj1Fa/93uA PS3VVCwDV43zA3VtzwQuaKOgSAyAybkIeAnb7M7XG/HFwI9t92fOwm7g5YwXNOcAPwEstVLR0AK5 tnPG/JnXjPkz2oIBMDlLwOuAS7e5p10CbgaubrOo2gJwI3DNdmpLKVXATcD1tB9OFfBi4Ib6c89U G+SeyZtov+fUewbA5FTkxvzLwIWna2gppRIWt9D+Hra4CPgN4NlnqK00yFuBfdMpjV3A24DvTymd cpus634O8F7giuY/NV4agwEwWQvADcAfAD+YUtqTUqpSStRfF1NKlwK/BryHPADY3Ou1uSFXwPPJ jeeGlNK+lNJCXRv1988A3gz8Lfm4vGrU0nZtlwG3ATenlPbXy4rGsttHPlx6P3AdJ/dMbPw7MK29 TyQL5A30h4D7gC8AjwJ7gecBPww8m9x9HW38G/WrTVcDtwMPAPcCDzIcjHwpOSR2naK2tveyF5N7 KW8BPgN8BVgDnsVwme5t1NYMpUnUtwEcPoufnzsRA6DtRlY2wr3kPdaN9d9X5OW91Z6rbMCD+tVm I0vkkfeXkAff0hlqY8q1LZDD6IWNvy+1jYZSqW29ru1s12sCVs/y/5grEQ8BjgJPtvwZA/Kea63+ 8xJbh21zIy7vn8SGfDqlwZTP2k5t5f3rLdeW6s9YrWtbZHih1FaNPzFc1pOobYA9gN5bAw62/Bmp /pzjDEO27MXSyPs2Gu89Tt4I21Qa9HGGhyFLdZ2je/fR2ta3eM8kNQOg1LZ8mtrK73G8rvNsA2AV +NZZ/h9zJWIADMjHv202tLJnWmn8eRfDjbpqvKdsxCvkjXgag1mD+jNLHbvY3M0uwdSsbZX2xydg 2A0ve/wNhgFVamsGxQqTC87/BR6fwP8zNyIGwAZwD8O9TJufs07eQMuedKnxmWUjXqtrKXuwaQRA +ewVhl3o5ZHamocxpUs+rdpKQJVlWGoroVCCc3WCtSXgQP25YYQLgKqqSCkdAB4Grmz540rDL41p keEhQdnQy2sae9emEgKlkZXamj2A0tCmfY69LJtS22gPoDkoOanQHAB3158XRrgAqD0O/CfwRk4e YJq05sY8+lnT2uOfymhDm9Y1Cdsxenak7dqeIPcMQ4l4FgDy3vjvgSMMG2Xbl7yO7rmm1aXejq1q m3U4NbVdWwI+DRysqlh3ZocMgHol301e6RXD7qVi+j/gHwjW/YegAVA7BvwZuRdgAMS1AfwrcCDa 3h8CB0C9sj8LfKj+q7DLIrAEfB34IMOLtkKJvtGvAe8DvszmEXrFcAT4C+AbEff+EHyDr1f6QeC3 gUcIvjyCWQM+DPx7VVVdGeycuvAbfB0C9wG/CzyGYwERrAEfJ99aHLLrX7ix1+qJKF4KvIs8v5/6 p1xm/FHgz4HDUbv+RezffkQ9G861wDvJ005N4/oATUcCDgF/A3wEWIne+MGN+ySNyTrfTJ548hm4 nOZZueT5v8gDvl8EBjb+zKWwhToElsiTUryBPBvNPlxe86Tckv0gcAfwL8AhG/5mLo3TqINgN3ma rFeSp6S6jOGUWS6/bil7+6fJp3Y/CdwFPBF5pP903IC3oQ6CRfKDKK4ijxN8FzkMLsCzKbN2lHyD 18PA/eTG/zj5ON+GfxoGwJjqMCj3D5TbVDVbzclV8gqyqy9JkiRJkiRJkiRJkiRJkiRJkiRJkiRJ kiRJkiRJkjrs/wF74LkrtNf36QAAAABJRU5ErkJggg== "
+ height="64"
+ width="64"
+ style="fill:#000000;fill-opacity:1" />
+ </g>
+</svg>
diff --git a/GTK-Gnome/Mondrian/cinnamon/common-assets/panel/activities-active.svg b/GTK-Gnome/Mondrian/cinnamon/common-assets/panel/activities-active.svg
new file mode 100644
index 0000000000000000000000000000000000000000..ae5c602f1caaacb377277f47ffbcde03417bdf39
--- /dev/null
+++ b/GTK-Gnome/Mondrian/cinnamon/common-assets/panel/activities-active.svg
@@ -0,0 +1,178 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ 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"
+ inkscape:export-ydpi="90.000000"
+ inkscape:export-xdpi="90.000000"
+ width="24"
+ height="24"
+ id="svg11300"
+ sodipodi:version="0.32"
+ inkscape:version="0.91 r13725"
+ sodipodi:docname="activities-active.svg"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape"
+ version="1.0"
+ style="display:inline;enable-background:new">
+ <sodipodi:namedview
+ stroke="#ef2929"
+ fill="#f57900"
+ id="base"
+ pagecolor="#bebebe"
+ bordercolor="#525252"
+ borderopacity="1"
+ inkscape:pageopacity="1"
+ inkscape:pageshadow="2"
+ inkscape:zoom="22.627417"
+ inkscape:cx="4.4779162"
+ inkscape:cy="11.459165"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:grid-bbox="true"
+ inkscape:document-units="px"
+ inkscape:showpageshadow="true"
+ inkscape:window-width="1600"
+ inkscape:window-height="848"
+ inkscape:window-x="0"
+ inkscape:window-y="25"
+ width="400px"
+ height="300px"
+ inkscape:snap-nodes="true"
+ inkscape:snap-bbox="true"
+ gridtolerance="10000"
+ inkscape:object-nodes="true"
+ inkscape:snap-grids="true"
+ showguides="false"
+ inkscape:guide-bbox="true"
+ inkscape:window-maximized="1"
+ inkscape:bbox-nodes="true"
+ inkscape:bbox-paths="false"
+ inkscape:snap-bbox-edge-midpoints="false"
+ inkscape:snap-bbox-midpoints="false"
+ objecttolerance="10000"
+ guidetolerance="10000"
+ borderlayer="true"
+ showborder="true"
+ guidecolor="#ff0b00"
+ guideopacity="1"
+ guidehicolor="#001aff"
+ guidehiopacity="0.49803922">
+ <inkscape:grid
+ type="xygrid"
+ id="grid3123"
+ empspacing="4"
+ visible="true"
+ enabled="true"
+ snapvisiblegridlinesonly="true" />
+ <sodipodi:guide
+ position="12,12"
+ orientation="1,0"
+ id="guide4135" />
+ </sodipodi:namedview>
+ <defs
+ id="defs3">
+ <linearGradient
+ id="selected_bg_color"
+ osb:paint="solid">
+ <stop
+ style="stop-color:#5294e2;stop-opacity:1;"
+ offset="0"
+ id="stop4140" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#selected_bg_color"
+ id="linearGradient4142"
+ x1="6"
+ y1="287"
+ x2="6"
+ y2="289"
+ gradientUnits="userSpaceOnUse" />
+ </defs>
+ <metadata
+ id="metadata4">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:creator>
+ <cc:Agent>
+ <dc:title />
+ </cc:Agent>
+ </dc:creator>
+ <dc:source />
+ <cc:license
+ rdf:resource="" />
+ <dc:title />
+ <dc:subject>
+ <rdf:Bag />
+ </dc:subject>
+ <dc:date />
+ <dc:rights>
+ <cc:Agent>
+ <dc:title />
+ </cc:Agent>
+ </dc:rights>
+ <dc:publisher>
+ <cc:Agent>
+ <dc:title />
+ </cc:Agent>
+ </dc:publisher>
+ <dc:identifier />
+ <dc:relation />
+ <dc:language />
+ <dc:coverage />
+ <dc:description />
+ <dc:contributor>
+ <cc:Agent>
+ <dc:title />
+ </cc:Agent>
+ </dc:contributor>
+ </cc:Work>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ style="display:inline"
+ inkscape:groupmode="layer"
+ inkscape:label="Base"
+ id="layer1"
+ transform="translate(0,-276)">
+ <rect
+ style="opacity:1;fill:url(#linearGradient4142);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"
+ id="rect4138"
+ width="2"
+ height="2"
+ x="5"
+ y="287" />
+ <rect
+ style="display:inline;opacity:1;fill:url(#selected_bg_color);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"
+ id="rect4138-6"
+ width="2"
+ height="2"
+ x="11"
+ y="287" />
+ <rect
+ style="display:inline;opacity:1;fill:url(#selected_bg_color);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"
+ id="rect4138-9"
+ width="2"
+ height="2"
+ x="17"
+ y="287" />
+ </g>
+</svg>
diff --git a/GTK-Gnome/Mondrian/cinnamon/common-assets/panel/activities.svg b/GTK-Gnome/Mondrian/cinnamon/common-assets/panel/activities.svg
new file mode 100644
index 0000000000000000000000000000000000000000..b4a4b0dd8b7bd71ee31de703d40519c3bb760736
--- /dev/null
+++ b/GTK-Gnome/Mondrian/cinnamon/common-assets/panel/activities.svg
@@ -0,0 +1,158 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ 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.000000"
+ inkscape:export-xdpi="90.000000"
+ width="24"
+ height="24"
+ id="svg11300"
+ sodipodi:version="0.32"
+ inkscape:version="0.91 r13725"
+ sodipodi:docname="activities.svg"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape"
+ version="1.0"
+ style="display:inline;enable-background:new">
+ <sodipodi:namedview
+ stroke="#ef2929"
+ fill="#f57900"
+ id="base"
+ pagecolor="#bebebe"
+ bordercolor="#525252"
+ borderopacity="1"
+ inkscape:pageopacity="1"
+ inkscape:pageshadow="2"
+ inkscape:zoom="22.627417"
+ inkscape:cx="11.305916"
+ inkscape:cy="11.635941"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:grid-bbox="true"
+ inkscape:document-units="px"
+ inkscape:showpageshadow="true"
+ inkscape:window-width="1600"
+ inkscape:window-height="848"
+ inkscape:window-x="0"
+ inkscape:window-y="25"
+ width="400px"
+ height="300px"
+ inkscape:snap-nodes="true"
+ inkscape:snap-bbox="true"
+ gridtolerance="10000"
+ inkscape:object-nodes="true"
+ inkscape:snap-grids="true"
+ showguides="false"
+ inkscape:guide-bbox="true"
+ inkscape:window-maximized="1"
+ inkscape:bbox-nodes="true"
+ inkscape:bbox-paths="false"
+ inkscape:snap-bbox-edge-midpoints="false"
+ inkscape:snap-bbox-midpoints="false"
+ objecttolerance="10000"
+ guidetolerance="10000"
+ borderlayer="true"
+ showborder="true"
+ guidecolor="#ff0b00"
+ guideopacity="1"
+ guidehicolor="#001aff"
+ guidehiopacity="0.49803922">
+ <inkscape:grid
+ type="xygrid"
+ id="grid3123"
+ empspacing="4"
+ visible="true"
+ enabled="true"
+ snapvisiblegridlinesonly="true" />
+ <sodipodi:guide
+ position="12,12"
+ orientation="1,0"
+ id="guide4135" />
+ </sodipodi:namedview>
+ <defs
+ id="defs3" />
+ <metadata
+ id="metadata4">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:creator>
+ <cc:Agent>
+ <dc:title />
+ </cc:Agent>
+ </dc:creator>
+ <dc:source />
+ <cc:license
+ rdf:resource="" />
+ <dc:title />
+ <dc:subject>
+ <rdf:Bag />
+ </dc:subject>
+ <dc:date />
+ <dc:rights>
+ <cc:Agent>
+ <dc:title />
+ </cc:Agent>
+ </dc:rights>
+ <dc:publisher>
+ <cc:Agent>
+ <dc:title />
+ </cc:Agent>
+ </dc:publisher>
+ <dc:identifier />
+ <dc:relation />
+ <dc:language />
+ <dc:coverage />
+ <dc:description />
+ <dc:contributor>
+ <cc:Agent>
+ <dc:title />
+ </cc:Agent>
+ </dc:contributor>
+ </cc:Work>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ style="display:inline"
+ inkscape:groupmode="layer"
+ inkscape:label="Base"
+ id="layer1"
+ transform="translate(0,-276)">
+ <rect
+ style="opacity:1;fill:#ffffff;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"
+ id="rect4138"
+ width="2"
+ height="2"
+ x="5"
+ y="287" />
+ <rect
+ style="display:inline;opacity:1;fill:#ffffff;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"
+ id="rect4138-6"
+ width="2"
+ height="2"
+ x="11"
+ y="287" />
+ <rect
+ style="display:inline;opacity:1;fill:#ffffff;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"
+ id="rect4138-9"
+ width="2"
+ height="2"
+ x="17"
+ y="287" />
+ </g>
+</svg>
diff --git a/GTK-Gnome/Mondrian/cinnamon/common-assets/panel/panel-bottom.svg b/GTK-Gnome/Mondrian/cinnamon/common-assets/panel/panel-bottom.svg
new file mode 100644
index 0000000000000000000000000000000000000000..b5635bc6a8306df4da3eb672408f0339180a87f9
--- /dev/null
+++ b/GTK-Gnome/Mondrian/cinnamon/common-assets/panel/panel-bottom.svg
@@ -0,0 +1,79 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ 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"
+ width="27"
+ height="27"
+ viewBox="0 0 27 27"
+ id="svg4196"
+ version="1.1"
+ inkscape:version="0.91 r13725"
+ sodipodi:docname="panel-bottom.svg">
+ <defs
+ id="defs4198" />
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="22.627416"
+ inkscape:cx="3.5273194"
+ inkscape:cy="2.920327"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ units="px"
+ inkscape:snap-bbox="true"
+ inkscape:bbox-paths="true"
+ inkscape:bbox-nodes="true"
+ inkscape:snap-bbox-edge-midpoints="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid4762" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata4201">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Ebene 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ transform="translate(0,-1025.3622)">
+ <g
+ id="g4136"
+ transform="matrix(1,0,0,-1,0,2077.7244)">
+ <rect
+ y="1025.3622"
+ x="0"
+ height="26"
+ width="27"
+ id="rect4713"
+ style="display:inline;opacity:0.95;fill:#252a35;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+ <rect
+ y="1051.3622"
+ x="0"
+ height="1"
+ width="27"
+ id="rect4713-4"
+ style="display:inline;opacity:0.85;fill:#0f1116;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+ </g>
+ </g>
+</svg>
diff --git a/GTK-Gnome/Mondrian/cinnamon/common-assets/panel/panel-left.svg b/GTK-Gnome/Mondrian/cinnamon/common-assets/panel/panel-left.svg
new file mode 100644
index 0000000000000000000000000000000000000000..e5796b27a3a0130814598bb01726e799b57fff3d
--- /dev/null
+++ b/GTK-Gnome/Mondrian/cinnamon/common-assets/panel/panel-left.svg
@@ -0,0 +1,79 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ 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"
+ width="27"
+ height="27"
+ viewBox="0 0 27 27"
+ id="svg4196"
+ version="1.1"
+ inkscape:version="0.91 r13725"
+ sodipodi:docname="panel-left.svg">
+ <defs
+ id="defs4198" />
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="11.313708"
+ inkscape:cx="4.4037501"
+ inkscape:cy="17.013621"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ units="px"
+ inkscape:snap-bbox="true"
+ inkscape:bbox-paths="true"
+ inkscape:bbox-nodes="true"
+ inkscape:snap-bbox-edge-midpoints="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid4762" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata4201">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Ebene 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ transform="translate(0,-1025.3622)">
+ <g
+ id="g4136"
+ transform="matrix(0,-1,1,0,-1025.3622,1052.3622)">
+ <rect
+ y="1025.3622"
+ x="0"
+ height="26"
+ width="27"
+ id="rect4713"
+ style="display:inline;opacity:0.95;fill:#252a35;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+ <rect
+ y="1051.3622"
+ x="0"
+ height="1"
+ width="27"
+ id="rect4713-4"
+ style="display:inline;opacity:0.85;fill:#0f1116;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+ </g>
+ </g>
+</svg>
diff --git a/GTK-Gnome/Mondrian/cinnamon/common-assets/panel/panel-right.svg b/GTK-Gnome/Mondrian/cinnamon/common-assets/panel/panel-right.svg
new file mode 100644
index 0000000000000000000000000000000000000000..09f1889d453ebb430e7e2846a340998709dbaa53
--- /dev/null
+++ b/GTK-Gnome/Mondrian/cinnamon/common-assets/panel/panel-right.svg
@@ -0,0 +1,79 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ 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"
+ width="27"
+ height="27"
+ viewBox="0 0 27 27"
+ id="svg4196"
+ version="1.1"
+ inkscape:version="0.91 r13725"
+ sodipodi:docname="panel-right.svg">
+ <defs
+ id="defs4198" />
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="11.313708"
+ inkscape:cx="4.4037501"
+ inkscape:cy="17.013621"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ units="px"
+ inkscape:snap-bbox="true"
+ inkscape:bbox-paths="true"
+ inkscape:bbox-nodes="true"
+ inkscape:snap-bbox-edge-midpoints="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid4762" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata4201">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Ebene 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ transform="translate(0,-1025.3622)">
+ <g
+ id="g4136"
+ transform="matrix(0,-1,-1,0,1052.3622,1052.3622)">
+ <rect
+ y="1025.3622"
+ x="0"
+ height="26"
+ width="27"
+ id="rect4713"
+ style="display:inline;opacity:0.95;fill:#252a35;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+ <rect
+ y="1051.3622"
+ x="0"
+ height="1"
+ width="27"
+ id="rect4713-4"
+ style="display:inline;opacity:0.85;fill:#0f1116;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+ </g>
+ </g>
+</svg>
diff --git a/GTK-Gnome/Mondrian/cinnamon/common-assets/panel/panel-top.svg b/GTK-Gnome/Mondrian/cinnamon/common-assets/panel/panel-top.svg
new file mode 100644
index 0000000000000000000000000000000000000000..c0a64da2ae5c806e4c8106c0da2c4cafeadb5f46
--- /dev/null
+++ b/GTK-Gnome/Mondrian/cinnamon/common-assets/panel/panel-top.svg
@@ -0,0 +1,75 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ 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"
+ width="27"
+ height="27"
+ viewBox="0 0 27 27"
+ id="svg4196"
+ version="1.1"
+ inkscape:version="0.91 r13725"
+ sodipodi:docname="panel.svg">
+ <defs
+ id="defs4198" />
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="22.627416"
+ inkscape:cx="11.460174"
+ inkscape:cy="2.920327"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ units="px"
+ inkscape:snap-bbox="true"
+ inkscape:bbox-paths="true"
+ inkscape:bbox-nodes="true"
+ inkscape:snap-bbox-edge-midpoints="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid4762" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata4201">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Ebene 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ transform="translate(0,-1025.3622)">
+ <rect
+ style="display:inline;opacity:0.95;fill:#252a35;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect4713"
+ width="27"
+ height="26"
+ x="0"
+ y="1025.3622" />
+ <rect
+ style="display:inline;opacity:0.85;fill:#0f1116;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect4713-4"
+ width="27"
+ height="1"
+ x="0"
+ y="1051.3622" />
+ </g>
+</svg>
diff --git a/GTK-Gnome/Mondrian/cinnamon/common-assets/panel/window-list-active-bottom.svg b/GTK-Gnome/Mondrian/cinnamon/common-assets/panel/window-list-active-bottom.svg
new file mode 100644
index 0000000000000000000000000000000000000000..fbe4599f36b96f6e92983464d9a2827c6592284f
--- /dev/null
+++ b/GTK-Gnome/Mondrian/cinnamon/common-assets/panel/window-list-active-bottom.svg
@@ -0,0 +1,162 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ 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"
+ inkscape:export-ydpi="90.000000"
+ inkscape:export-xdpi="90.000000"
+ width="28"
+ height="4"
+ id="svg11300"
+ sodipodi:version="0.32"
+ inkscape:version="0.91 r13725"
+ sodipodi:docname="window-list-active-bottom.svg"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape"
+ version="1.0"
+ style="display:inline;enable-background:new">
+ <sodipodi:namedview
+ stroke="#ef2929"
+ fill="#f57900"
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#808080"
+ borderopacity="1"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="19.769528"
+ inkscape:cx="6.9341604"
+ inkscape:cy="3.0971298"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:grid-bbox="true"
+ inkscape:document-units="px"
+ inkscape:showpageshadow="true"
+ inkscape:window-width="1600"
+ inkscape:window-height="851"
+ inkscape:window-x="0"
+ inkscape:window-y="24"
+ width="400px"
+ height="300px"
+ inkscape:snap-nodes="true"
+ inkscape:snap-bbox="true"
+ gridtolerance="10000"
+ inkscape:object-nodes="true"
+ inkscape:snap-grids="true"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:window-maximized="1"
+ inkscape:bbox-nodes="true"
+ inkscape:bbox-paths="false"
+ inkscape:snap-bbox-edge-midpoints="false"
+ inkscape:snap-bbox-midpoints="false"
+ objecttolerance="10000"
+ guidetolerance="10000"
+ borderlayer="true"
+ showborder="true"
+ guidecolor="#ff0b00"
+ guideopacity="1"
+ guidehicolor="#001aff"
+ guidehiopacity="0.49803922"
+ inkscape:snap-smooth-nodes="false"
+ inkscape:snap-page="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid3123"
+ empspacing="4"
+ visible="true"
+ enabled="true"
+ snapvisiblegridlinesonly="true" />
+ </sodipodi:namedview>
+ <defs
+ id="defs3">
+ <linearGradient
+ id="selected_bg_color"
+ osb:paint="solid">
+ <stop
+ style="stop-color:#5294e2;stop-opacity:1;"
+ offset="0"
+ id="stop4137" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#selected_bg_color"
+ id="linearGradient4139"
+ x1="14"
+ y1="298"
+ x2="14"
+ y2="300"
+ gradientUnits="userSpaceOnUse" />
+ </defs>
+ <metadata
+ id="metadata4">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:creator>
+ <cc:Agent>
+ <dc:title />
+ </cc:Agent>
+ </dc:creator>
+ <dc:source />
+ <cc:license
+ rdf:resource="" />
+ <dc:title />
+ <dc:subject>
+ <rdf:Bag />
+ </dc:subject>
+ <dc:date />
+ <dc:rights>
+ <cc:Agent>
+ <dc:title />
+ </cc:Agent>
+ </dc:rights>
+ <dc:publisher>
+ <cc:Agent>
+ <dc:title />
+ </cc:Agent>
+ </dc:publisher>
+ <dc:identifier />
+ <dc:relation />
+ <dc:language />
+ <dc:coverage />
+ <dc:description />
+ <dc:contributor>
+ <cc:Agent>
+ <dc:title />
+ </cc:Agent>
+ </dc:contributor>
+ </cc:Work>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ style="display:inline"
+ inkscape:groupmode="layer"
+ inkscape:label="Base"
+ id="layer1"
+ transform="translate(0,-296)">
+ <rect
+ style="opacity:1;fill:url(#linearGradient4139);fill-opacity:1;stroke:none"
+ id="rect4270-9"
+ width="24"
+ height="2"
+ x="2"
+ y="298" />
+ </g>
+</svg>
diff --git a/GTK-Gnome/Mondrian/cinnamon/common-assets/panel/window-list-active-left.svg b/GTK-Gnome/Mondrian/cinnamon/common-assets/panel/window-list-active-left.svg
new file mode 100644
index 0000000000000000000000000000000000000000..fecc258e063bb58617a9a2515c22be41af7d806f
--- /dev/null
+++ b/GTK-Gnome/Mondrian/cinnamon/common-assets/panel/window-list-active-left.svg
@@ -0,0 +1,164 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ 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"
+ inkscape:export-ydpi="90.000000"
+ inkscape:export-xdpi="90.000000"
+ width="4"
+ height="28"
+ id="svg11300"
+ sodipodi:version="0.32"
+ inkscape:version="0.91 r13725"
+ sodipodi:docname="window-list-active-left.svg"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape"
+ version="1.0"
+ style="display:inline;enable-background:new">
+ <sodipodi:namedview
+ stroke="#ef2929"
+ fill="#f57900"
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#808080"
+ borderopacity="1"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="9.884764"
+ inkscape:cx="6.9544689"
+ inkscape:cy="5.3696817"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:grid-bbox="true"
+ inkscape:document-units="px"
+ inkscape:showpageshadow="true"
+ inkscape:window-width="1600"
+ inkscape:window-height="851"
+ inkscape:window-x="0"
+ inkscape:window-y="24"
+ width="400px"
+ height="300px"
+ inkscape:snap-nodes="true"
+ inkscape:snap-bbox="true"
+ gridtolerance="10000"
+ inkscape:object-nodes="true"
+ inkscape:snap-grids="true"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:window-maximized="1"
+ inkscape:bbox-nodes="true"
+ inkscape:bbox-paths="false"
+ inkscape:snap-bbox-edge-midpoints="false"
+ inkscape:snap-bbox-midpoints="false"
+ objecttolerance="10000"
+ guidetolerance="10000"
+ borderlayer="true"
+ showborder="true"
+ guidecolor="#ff0b00"
+ guideopacity="1"
+ guidehicolor="#001aff"
+ guidehiopacity="0.49803922"
+ inkscape:snap-smooth-nodes="false"
+ inkscape:snap-page="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid3123"
+ empspacing="4"
+ visible="true"
+ enabled="true"
+ snapvisiblegridlinesonly="true" />
+ </sodipodi:namedview>
+ <defs
+ id="defs3">
+ <linearGradient
+ id="selected_bg_color"
+ osb:paint="solid">
+ <stop
+ style="stop-color:#5294e2;stop-opacity:1;"
+ offset="0"
+ id="stop4137" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#selected_bg_color"
+ id="linearGradient4139"
+ x1="14"
+ y1="298"
+ x2="14"
+ y2="300"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(272,-300)" />
+ </defs>
+ <metadata
+ id="metadata4">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:creator>
+ <cc:Agent>
+ <dc:title />
+ </cc:Agent>
+ </dc:creator>
+ <dc:source />
+ <cc:license
+ rdf:resource="" />
+ <dc:title></dc:title>
+ <dc:subject>
+ <rdf:Bag />
+ </dc:subject>
+ <dc:date />
+ <dc:rights>
+ <cc:Agent>
+ <dc:title />
+ </cc:Agent>
+ </dc:rights>
+ <dc:publisher>
+ <cc:Agent>
+ <dc:title />
+ </cc:Agent>
+ </dc:publisher>
+ <dc:identifier />
+ <dc:relation />
+ <dc:language />
+ <dc:coverage />
+ <dc:description />
+ <dc:contributor>
+ <cc:Agent>
+ <dc:title />
+ </cc:Agent>
+ </dc:contributor>
+ </cc:Work>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ style="display:inline"
+ inkscape:groupmode="layer"
+ inkscape:label="Base"
+ id="layer1"
+ transform="translate(0,-272)">
+ <rect
+ style="opacity:1;fill:url(#linearGradient4139);fill-opacity:1;stroke:none"
+ id="rect4270-9"
+ width="24"
+ height="2"
+ x="274"
+ y="-2"
+ transform="matrix(0,1,-1,0,0,0)" />
+ </g>
+</svg>
diff --git a/GTK-Gnome/Mondrian/cinnamon/common-assets/panel/window-list-active-right.svg b/GTK-Gnome/Mondrian/cinnamon/common-assets/panel/window-list-active-right.svg
new file mode 100644
index 0000000000000000000000000000000000000000..1f78f1d10ea9e956ba375d20230ecb25a1ab0f5f
--- /dev/null
+++ b/GTK-Gnome/Mondrian/cinnamon/common-assets/panel/window-list-active-right.svg
@@ -0,0 +1,164 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ 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"
+ inkscape:export-ydpi="90.000000"
+ inkscape:export-xdpi="90.000000"
+ width="4"
+ height="28"
+ id="svg11300"
+ sodipodi:version="0.32"
+ inkscape:version="0.91 r13725"
+ sodipodi:docname="window-list-active-right.svg"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape"
+ version="1.0"
+ style="display:inline;enable-background:new">
+ <sodipodi:namedview
+ stroke="#ef2929"
+ fill="#f57900"
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#808080"
+ borderopacity="1"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="9.884764"
+ inkscape:cx="6.9544689"
+ inkscape:cy="5.3696817"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:grid-bbox="true"
+ inkscape:document-units="px"
+ inkscape:showpageshadow="true"
+ inkscape:window-width="1600"
+ inkscape:window-height="851"
+ inkscape:window-x="0"
+ inkscape:window-y="24"
+ width="400px"
+ height="300px"
+ inkscape:snap-nodes="true"
+ inkscape:snap-bbox="true"
+ gridtolerance="10000"
+ inkscape:object-nodes="true"
+ inkscape:snap-grids="true"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:window-maximized="1"
+ inkscape:bbox-nodes="true"
+ inkscape:bbox-paths="false"
+ inkscape:snap-bbox-edge-midpoints="false"
+ inkscape:snap-bbox-midpoints="false"
+ objecttolerance="10000"
+ guidetolerance="10000"
+ borderlayer="true"
+ showborder="true"
+ guidecolor="#ff0b00"
+ guideopacity="1"
+ guidehicolor="#001aff"
+ guidehiopacity="0.49803922"
+ inkscape:snap-smooth-nodes="false"
+ inkscape:snap-page="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid3123"
+ empspacing="4"
+ visible="true"
+ enabled="true"
+ snapvisiblegridlinesonly="true" />
+ </sodipodi:namedview>
+ <defs
+ id="defs3">
+ <linearGradient
+ id="selected_bg_color"
+ osb:paint="solid">
+ <stop
+ style="stop-color:#5294e2;stop-opacity:1;"
+ offset="0"
+ id="stop4137" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#selected_bg_color"
+ id="linearGradient4139"
+ x1="14"
+ y1="298"
+ x2="14"
+ y2="300"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(272,-302)" />
+ </defs>
+ <metadata
+ id="metadata4">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:creator>
+ <cc:Agent>
+ <dc:title />
+ </cc:Agent>
+ </dc:creator>
+ <dc:source />
+ <cc:license
+ rdf:resource="" />
+ <dc:title></dc:title>
+ <dc:subject>
+ <rdf:Bag />
+ </dc:subject>
+ <dc:date />
+ <dc:rights>
+ <cc:Agent>
+ <dc:title />
+ </cc:Agent>
+ </dc:rights>
+ <dc:publisher>
+ <cc:Agent>
+ <dc:title />
+ </cc:Agent>
+ </dc:publisher>
+ <dc:identifier />
+ <dc:relation />
+ <dc:language />
+ <dc:coverage />
+ <dc:description />
+ <dc:contributor>
+ <cc:Agent>
+ <dc:title />
+ </cc:Agent>
+ </dc:contributor>
+ </cc:Work>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ style="display:inline"
+ inkscape:groupmode="layer"
+ inkscape:label="Base"
+ id="layer1"
+ transform="translate(0,-272)">
+ <rect
+ style="opacity:1;fill:url(#linearGradient4139);fill-opacity:1;stroke:none"
+ id="rect4270-9"
+ width="24"
+ height="2"
+ x="274"
+ y="-4"
+ transform="matrix(0,1,-1,0,0,0)" />
+ </g>
+</svg>
diff --git a/GTK-Gnome/Mondrian/cinnamon/common-assets/panel/window-list-active-top.svg b/GTK-Gnome/Mondrian/cinnamon/common-assets/panel/window-list-active-top.svg
new file mode 100644
index 0000000000000000000000000000000000000000..54a903640e36ae240002fbc3fe878434f5dd0551
--- /dev/null
+++ b/GTK-Gnome/Mondrian/cinnamon/common-assets/panel/window-list-active-top.svg
@@ -0,0 +1,162 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ 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"
+ inkscape:export-ydpi="90.000000"
+ inkscape:export-xdpi="90.000000"
+ width="28"
+ height="4"
+ id="svg11300"
+ sodipodi:version="0.32"
+ inkscape:version="0.91 r13725"
+ sodipodi:docname="window-list-active-top.svg"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape"
+ version="1.0"
+ style="display:inline;enable-background:new">
+ <sodipodi:namedview
+ stroke="#ef2929"
+ fill="#f57900"
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#808080"
+ borderopacity="1"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="19.769528"
+ inkscape:cx="-2.1454696"
+ inkscape:cy="3.0971298"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:grid-bbox="true"
+ inkscape:document-units="px"
+ inkscape:showpageshadow="true"
+ inkscape:window-width="1600"
+ inkscape:window-height="851"
+ inkscape:window-x="0"
+ inkscape:window-y="24"
+ width="400px"
+ height="300px"
+ inkscape:snap-nodes="true"
+ inkscape:snap-bbox="true"
+ gridtolerance="10000"
+ inkscape:object-nodes="true"
+ inkscape:snap-grids="true"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:window-maximized="1"
+ inkscape:bbox-nodes="true"
+ inkscape:bbox-paths="false"
+ inkscape:snap-bbox-edge-midpoints="false"
+ inkscape:snap-bbox-midpoints="false"
+ objecttolerance="10000"
+ guidetolerance="10000"
+ borderlayer="true"
+ showborder="true"
+ guidecolor="#ff0b00"
+ guideopacity="1"
+ guidehicolor="#001aff"
+ guidehiopacity="0.49803922"
+ inkscape:snap-smooth-nodes="false"
+ inkscape:snap-page="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid3123"
+ empspacing="4"
+ visible="true"
+ enabled="true"
+ snapvisiblegridlinesonly="true" />
+ </sodipodi:namedview>
+ <defs
+ id="defs3">
+ <linearGradient
+ id="selected_bg_color"
+ osb:paint="solid">
+ <stop
+ style="stop-color:#5294e2;stop-opacity:1;"
+ offset="0"
+ id="stop4137" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#selected_bg_color"
+ id="linearGradient4139"
+ x1="14"
+ y1="296"
+ x2="14"
+ y2="298"
+ gradientUnits="userSpaceOnUse" />
+ </defs>
+ <metadata
+ id="metadata4">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:creator>
+ <cc:Agent>
+ <dc:title />
+ </cc:Agent>
+ </dc:creator>
+ <dc:source />
+ <cc:license
+ rdf:resource="" />
+ <dc:title />
+ <dc:subject>
+ <rdf:Bag />
+ </dc:subject>
+ <dc:date />
+ <dc:rights>
+ <cc:Agent>
+ <dc:title />
+ </cc:Agent>
+ </dc:rights>
+ <dc:publisher>
+ <cc:Agent>
+ <dc:title />
+ </cc:Agent>
+ </dc:publisher>
+ <dc:identifier />
+ <dc:relation />
+ <dc:language />
+ <dc:coverage />
+ <dc:description />
+ <dc:contributor>
+ <cc:Agent>
+ <dc:title />
+ </cc:Agent>
+ </dc:contributor>
+ </cc:Work>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ style="display:inline"
+ inkscape:groupmode="layer"
+ inkscape:label="Base"
+ id="layer1"
+ transform="translate(0,-296)">
+ <rect
+ style="opacity:1;fill:url(#linearGradient4139);fill-opacity:1;stroke:none"
+ id="rect4270-9"
+ width="24"
+ height="2"
+ x="2"
+ y="296" />
+ </g>
+</svg>
diff --git a/GTK-Gnome/Mondrian/cinnamon/common-assets/switch/switch-off-selected.svg b/GTK-Gnome/Mondrian/cinnamon/common-assets/switch/switch-off-selected.svg
new file mode 100644
index 0000000000000000000000000000000000000000..c374f2260f41011849a6cfc55e227f8631681b6a
--- /dev/null
+++ b/GTK-Gnome/Mondrian/cinnamon/common-assets/switch/switch-off-selected.svg
@@ -0,0 +1,229 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ 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"
+ width="50"
+ height="20"
+ id="svg7539"
+ version="1.1"
+ inkscape:version="0.91 r13725"
+ sodipodi:docname="switch-off-selected.svg">
+ <defs
+ id="defs7541">
+ <linearGradient
+ id="selected_fg_color"
+ osb:paint="solid">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop4164" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4695-1-4-3-5-0-6">
+ <stop
+ id="stop4697-9-9-7-0-1-5"
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0" />
+ <stop
+ id="stop4699-5-8-9-0-4-0"
+ style="stop-color:#000000;stop-opacity:0"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3768-6">
+ <stop
+ style="stop-color:#0f0f0f;stop-opacity:1;"
+ offset="0"
+ id="stop3770-0" />
+ <stop
+ id="stop3778-6"
+ offset="0.078125"
+ style="stop-color:#171717;stop-opacity:1;" />
+ <stop
+ style="stop-color:#171717;stop-opacity:1;"
+ offset="0.97355771"
+ id="stop3774-2" />
+ <stop
+ style="stop-color:#1b1b1b;stop-opacity:1;"
+ offset="1"
+ id="stop3776-2" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3969-0-4">
+ <stop
+ style="stop-color:#353537;stop-opacity:1;"
+ offset="0"
+ id="stop3971-2-6" />
+ <stop
+ style="stop-color:#4d4f52;stop-opacity:1;"
+ offset="1"
+ id="stop3973-0-1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3938">
+ <stop
+ id="stop3940"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ id="stop3942"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0.54901963;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6523">
+ <stop
+ id="stop6525"
+ offset="0"
+ style="stop-color:#1a1a1a;stop-opacity:1;" />
+ <stop
+ id="stop6527"
+ offset="1"
+ style="stop-color:#1a1a1a;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3938-6">
+ <stop
+ id="stop3940-4"
+ offset="0"
+ style="stop-color:#bebebe;stop-opacity:1;" />
+ <stop
+ id="stop3942-8"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#selected_fg_color"
+ id="linearGradient4166"
+ x1="41"
+ y1="1032.3622"
+ x2="41"
+ y2="1050.3622"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#selected_fg_color"
+ id="linearGradient4168"
+ x1="1046.0012"
+ y1="336.99982"
+ x2="1046.0012"
+ y2="343"
+ gradientUnits="userSpaceOnUse" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="8.2495794"
+ inkscape:cx="34.261465"
+ inkscape:cy="7.0057377"
+ inkscape:current-layer="switch-selected"
+ 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="1920"
+ inkscape:window-height="1032"
+ inkscape:window-x="0"
+ inkscape:window-y="23"
+ 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:grid
+ type="xygrid"
+ id="grid3019"
+ empspacing="5"
+ visible="true"
+ enabled="true"
+ snapvisiblegridlinesonly="true"
+ originx="-4"
+ originy="2.6171874e-06" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7544">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ id="layer1"
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ transform="translate(-120,87.999997)">
+ <g
+ transform="translate(-886,-418)"
+ style="display:inline;opacity:1"
+ id="switch-selected"
+ inkscape:label="#g4820">
+ <g
+ id="layer1-9-3"
+ inkscape:label="Layer 1"
+ transform="matrix(-1,0,0,1,1177,420)">
+ <g
+ style="display:inline"
+ transform="translate(120,-116.99998)"
+ inkscape:label="Layer 1"
+ id="switch-active-2-8">
+ <g
+ id="g3900-12-2"
+ transform="translate(0,-1004.3622)">
+ <rect
+ style="display:inline;opacity:0;fill:#434343;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:1"
+ id="rect5465-3-32-9"
+ width="52"
+ height="24"
+ x="0"
+ y="1029.3622" />
+ <rect
+ style="opacity:0.2;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ id="rect2987-07-3"
+ width="50"
+ height="20"
+ x="1"
+ y="1031.3622"
+ ry="11"
+ rx="11" />
+ <circle
+ style="fill:url(#linearGradient4166);fill-opacity:1;fill-rule:nonzero;stroke:none"
+ id="path3759-7-1"
+ cx="41"
+ cy="1041.3622"
+ r="9" />
+ </g>
+ </g>
+ </g>
+ <path
+ inkscape:connector-curvature="0"
+ d="m 1043.0028,337 0.75,0 c 0.01,-9e-5 0.016,-3.5e-4 0.023,0 0.1912,0.008 0.3824,0.0964 0.5156,0.23437 l 1.711,1.71094 1.7343,-1.71094 c 0.1993,-0.17287 0.335,-0.22912 0.5157,-0.23437 l 0.75,0 0,0.75 c 0,0.21485 -0.026,0.41298 -0.1875,0.5625 l -1.711,1.71093 1.6875,1.6875 c 0.1412,0.14113 0.211,0.34009 0.211,0.53907 l 0,0.75 -0.75,0 c -0.199,-10e-6 -0.398,-0.0698 -0.5391,-0.21094 l -1.7109,-1.71094 -1.711,1.71094 c -0.1411,0.14114 -0.3401,0.21094 -0.539,0.21094 l -0.75,0 0,-0.75 c 0,-0.19897 0.07,-0.39794 0.2109,-0.53907 l 1.7109,-1.6875 -1.7109,-1.71093 c -0.1581,-0.14598 -0.2274,-0.35194 -0.2109,-0.5625 l 0,-0.75 z"
+ id="path10839-9-8-2-2-5-7"
+ style="color:#bebebe;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:'Andale Mono';-inkscape-font-specification:'Andale Mono';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;display:inline;overflow:visible;visibility:visible;opacity:0.6;fill:url(#linearGradient4168);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" />
+ </g>
+ </g>
+</svg>
diff --git a/GTK-Gnome/Mondrian/cinnamon/common-assets/switch/switch-on-selected.svg b/GTK-Gnome/Mondrian/cinnamon/common-assets/switch/switch-on-selected.svg
new file mode 100644
index 0000000000000000000000000000000000000000..a86b37a06a4dda5af7fa2ce7d8c5987fbce58d83
--- /dev/null
+++ b/GTK-Gnome/Mondrian/cinnamon/common-assets/switch/switch-on-selected.svg
@@ -0,0 +1,274 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ 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"
+ width="50"
+ height="20"
+ id="svg7539"
+ version="1.1"
+ inkscape:version="0.91 r13725"
+ sodipodi:docname="switch-on-selected.svg">
+ <defs
+ id="defs7541">
+ <linearGradient
+ id="selected_fg_color"
+ osb:paint="solid">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop4171" />
+ </linearGradient>
+ <linearGradient
+ id="selected_bg_color"
+ osb:paint="solid">
+ <stop
+ style="stop-color:#5294e2;stop-opacity:1;"
+ offset="0"
+ id="stop4166" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4695-1-4-3-5-0-6">
+ <stop
+ id="stop4697-9-9-7-0-1-5"
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0" />
+ <stop
+ id="stop4699-5-8-9-0-4-0"
+ style="stop-color:#000000;stop-opacity:0"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3768-6">
+ <stop
+ style="stop-color:#0f0f0f;stop-opacity:1;"
+ offset="0"
+ id="stop3770-0" />
+ <stop
+ id="stop3778-6"
+ offset="0.078125"
+ style="stop-color:#171717;stop-opacity:1;" />
+ <stop
+ style="stop-color:#171717;stop-opacity:1;"
+ offset="0.97355771"
+ id="stop3774-2" />
+ <stop
+ style="stop-color:#1b1b1b;stop-opacity:1;"
+ offset="1"
+ id="stop3776-2" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3969-0-4">
+ <stop
+ style="stop-color:#353537;stop-opacity:1;"
+ offset="0"
+ id="stop3971-2-6" />
+ <stop
+ style="stop-color:#4d4f52;stop-opacity:1;"
+ offset="1"
+ id="stop3973-0-1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3938">
+ <stop
+ id="stop3940"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ id="stop3942"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0.54901963;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6523">
+ <stop
+ id="stop6525"
+ offset="0"
+ style="stop-color:#1a1a1a;stop-opacity:1;" />
+ <stop
+ id="stop6527"
+ offset="1"
+ style="stop-color:#1a1a1a;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3938-6">
+ <stop
+ id="stop3940-4"
+ offset="0"
+ style="stop-color:#bebebe;stop-opacity:1;" />
+ <stop
+ id="stop3942-8"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#selected_bg_color"
+ id="linearGradient4168"
+ x1="980.04999"
+ y1="-456.09485"
+ x2="980.04999"
+ y2="-454.09487"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#selected_bg_color"
+ id="linearGradient4170"
+ x1="981.54999"
+ y1="-462.09485"
+ x2="981.54999"
+ y2="-454.09487"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#selected_bg_color"
+ id="linearGradient4172"
+ x1="41"
+ y1="1032.3622"
+ x2="41"
+ y2="1050.3622"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#selected_fg_color"
+ id="linearGradient4173"
+ x1="26"
+ y1="1031.3622"
+ x2="26"
+ y2="1051.3622"
+ gradientUnits="userSpaceOnUse" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="11.666667"
+ inkscape:cx="14.042172"
+ inkscape:cy="11.702892"
+ 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="1920"
+ inkscape:window-height="1032"
+ inkscape:window-x="0"
+ inkscape:window-y="23"
+ 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:grid
+ type="xygrid"
+ id="grid3019"
+ empspacing="5"
+ visible="true"
+ enabled="true"
+ snapvisiblegridlinesonly="true"
+ originx="-4"
+ originy="2.6171874e-06" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7544">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ id="layer1"
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ transform="translate(-120,87.999997)">
+ <g
+ transform="translate(-886,-448)"
+ style="display:inline;opacity:1"
+ id="switch-active-selected"
+ inkscape:label="#g4829">
+ <g
+ id="layer1-9-0-0"
+ inkscape:label="Layer 1"
+ transform="translate(885,450)"
+ style="display:inline;opacity:1">
+ <g
+ style="display:inline"
+ transform="translate(120,-116.99998)"
+ inkscape:label="Layer 1"
+ id="switch-active-8-4">
+ <g
+ id="g3900-1-87-6"
+ transform="translate(0,-1004.3622)">
+ <rect
+ style="display:inline;opacity:0;fill:#434343;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:1"
+ id="rect5465-3-3-6"
+ width="52"
+ height="24"
+ x="0"
+ y="1029.3622" />
+ <rect
+ style="fill:url(#linearGradient4173);fill-opacity:1;fill-rule:nonzero;stroke:none"
+ id="rect2987-0-8-4"
+ width="50"
+ height="20"
+ x="1"
+ y="1031.3622"
+ ry="11"
+ rx="11" />
+ <circle
+ style="fill:url(#linearGradient4172);fill-opacity:1;fill-rule:nonzero;stroke:none"
+ id="path3759-0-7"
+ cx="41"
+ cy="1041.3622"
+ r="9" />
+ </g>
+ </g>
+ </g>
+ <g
+ transform="translate(-1.0003162,0)"
+ id="g4816-0">
+ <rect
+ transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)"
+ ry="0.66666085"
+ rx="0.66666085"
+ y="-456.09485"
+ x="977.54999"
+ height="1.9999826"
+ width="5"
+ id="rect3977-39-2-1"
+ style="display:inline;opacity:1;fill:url(#linearGradient4168);fill-opacity:1;stroke:none" />
+ <rect
+ transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)"
+ ry="0"
+ y="-462.09485"
+ x="980.54999"
+ height="7.9999828"
+ width="2"
+ id="rect3979-7-0-8"
+ style="display:inline;opacity:1;fill:url(#linearGradient4170);fill-opacity:1;stroke:none" />
+ </g>
+ </g>
+ </g>
+</svg>
diff --git a/GTK-Gnome/Mondrian/cinnamon/dark-assets/checkbox/checkbox-checked-focused.svg b/GTK-Gnome/Mondrian/cinnamon/dark-assets/checkbox/checkbox-checked-focused.svg
new file mode 100644
index 0000000000000000000000000000000000000000..0c2a8ee777eb4c5628ba28403f2628028306f0c3
--- /dev/null
+++ b/GTK-Gnome/Mondrian/cinnamon/dark-assets/checkbox/checkbox-checked-focused.svg
@@ -0,0 +1,214 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ 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"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.91 r13725"
+ 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">
+ <defs
+ id="defs4">
+ <linearGradient
+ id="selected_bg_color"
+ osb:paint="solid">
+ <stop
+ style="stop-color:#5294e2;stop-opacity:1;"
+ offset="0"
+ id="stop4159" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3768-6">
+ <stop
+ style="stop-color:#0f0f0f;stop-opacity:1;"
+ offset="0"
+ id="stop3770-6" />
+ <stop
+ id="stop3778-2"
+ offset="0.078125"
+ style="stop-color:#171717;stop-opacity:1;" />
+ <stop
+ style="stop-color:#171717;stop-opacity:1;"
+ offset="0.97355771"
+ id="stop3774-0" />
+ <stop
+ style="stop-color:#1b1b1b;stop-opacity:1;"
+ offset="1"
+ id="stop3776-1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#selected_bg_color"
+ id="linearGradient4161"
+ x1="25"
+ y1="31.362191"
+ x2="25"
+ y2="45.362191"
+ gradientUnits="userSpaceOnUse" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="11.313709"
+ inkscape:cx="-8.8873943"
+ inkscape:cy="0.45889901"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:snap-bbox="true"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:showpageshadow="false"
+ showborder="true"
+ inkscape:window-width="1006"
+ inkscape:window-height="723"
+ inkscape:window-x="358"
+ inkscape:window-y="22"
+ inkscape:window-maximized="0"
+ inkscape:bbox-paths="true"
+ inkscape:bbox-nodes="true"
+ inkscape:snap-bbox-edge-midpoints="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid2985"
+ empspacing="5"
+ visible="true"
+ enabled="true"
+ snapvisiblegridlinesonly="true" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Ebene 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ transform="translate(0,-1036.3622)">
+ <g
+ transform="translate(-36,1036)"
+ style="display:inline;opacity:1"
+ id="checkbox-checked-dark"
+ inkscape:label="#g10758">
+ <g
+ inkscape:label="#g22047"
+ id="checkbox-unchecked-5-59"
+ style="display:inline"
+ transform="translate(19,0)">
+ <g
+ id="sdsd-7-54"
+ inkscape:label="#g21853">
+ <g
+ transform="translate(0,-30)"
+ inkscape:label="#g14325"
+ id="scdsdcd-5-8">
+ <g
+ transform="matrix(0.92951982,0,0,0.92914368,-156.75069,-212.9618)"
+ id="g15812-6-6-1-5-4"
+ style="display:inline">
+ <g
+ style="display:inline"
+ id="g5489-2-9-6-8-8-53-5"
+ transform="matrix(0.5089163,0,0,0.51739823,161.7932,197.56426)">
+ <g
+ id="g5428-8-1-4-0-0-4-2" />
+ </g>
+ </g>
+ <rect
+ style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:none;stroke-width:2;marker:none;enable-background:accumulate"
+ id="rect13523-7-11"
+ width="16"
+ height="16"
+ x="17"
+ y="30.362183" />
+ <g
+ id="g5400-6-68">
+ <rect
+ rx="1.9999943"
+ y="31.362196"
+ 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:url(#linearGradient4161);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" />
+ </g>
+ </g>
+ </g>
+ </g>
+ <g
+ inkscape:label="Ebene 1"
+ id="checkbox-checked-dark-7-37"
+ transform="translate(36,-1036)"
+ style="display:inline">
+ <g
+ id="g3981-6-4-97"
+ transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,729.95475,305.0582)"
+ style="opacity:0.85;fill:#1a1a1a;fill-opacity:1" />
+ <g
+ id="g4049-2-5"
+ transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,727.94436,295.31123)">
+ <g
+ id="g4056-7-6"
+ transform="translate(12.374375,11.531233)">
+ <g
+ id="g3981-0-8"
+ transform="translate(-3,-4.9999826)"
+ style="fill:#3b3c3e;fill-opacity:1">
+ <rect
+ ry="0.66666085"
+ rx="0.66666085"
+ y="1033.3622"
+ x="8"
+ height="1.9999826"
+ width="5"
+ id="rect3977-39-90"
+ style="fill:#2b303b;fill-opacity:1;stroke:none" />
+ <rect
+ ry="0"
+ y="1027.3622"
+ x="11"
+ height="7.9999828"
+ width="2"
+ id="rect3979-7-60"
+ style="fill:#2b303b;fill-opacity:1;stroke:none" />
+ </g>
+ <rect
+ style="fill:#eeeeee;fill-opacity:0;stroke:none"
+ id="rect4047-81-5"
+ width="3"
+ height="1"
+ x="5"
+ y="-8"
+ transform="translate(0,1036.3622)" />
+ </g>
+ </g>
+ </g>
+ </g>
+ </g>
+</svg>
diff --git a/GTK-Gnome/Mondrian/cinnamon/dark-assets/checkbox/checkbox-checked.svg b/GTK-Gnome/Mondrian/cinnamon/dark-assets/checkbox/checkbox-checked.svg
new file mode 100644
index 0000000000000000000000000000000000000000..b17ab7ce917a22e6a4150f0f04f8d14219517748
--- /dev/null
+++ b/GTK-Gnome/Mondrian/cinnamon/dark-assets/checkbox/checkbox-checked.svg
@@ -0,0 +1,214 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ 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"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.91 r13725"
+ 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">
+ <defs
+ id="defs4">
+ <linearGradient
+ id="selected_bg_color"
+ osb:paint="solid">
+ <stop
+ style="stop-color:#5294e2;stop-opacity:1;"
+ offset="0"
+ id="stop4159" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3768-6">
+ <stop
+ style="stop-color:#0f0f0f;stop-opacity:1;"
+ offset="0"
+ id="stop3770-6" />
+ <stop
+ id="stop3778-2"
+ offset="0.078125"
+ style="stop-color:#171717;stop-opacity:1;" />
+ <stop
+ style="stop-color:#171717;stop-opacity:1;"
+ offset="0.97355771"
+ id="stop3774-0" />
+ <stop
+ style="stop-color:#1b1b1b;stop-opacity:1;"
+ offset="1"
+ id="stop3776-1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#selected_bg_color"
+ id="linearGradient4161"
+ x1="25"
+ y1="31.362191"
+ x2="25"
+ y2="45.362191"
+ gradientUnits="userSpaceOnUse" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="11.313709"
+ inkscape:cx="-1.9931035"
+ inkscape:cy="7.5299665"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:snap-bbox="true"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:showpageshadow="false"
+ showborder="true"
+ inkscape:window-width="1006"
+ inkscape:window-height="723"
+ inkscape:window-x="358"
+ inkscape:window-y="22"
+ inkscape:window-maximized="0"
+ inkscape:bbox-paths="true"
+ inkscape:bbox-nodes="true"
+ inkscape:snap-bbox-edge-midpoints="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid2985"
+ empspacing="5"
+ visible="true"
+ enabled="true"
+ snapvisiblegridlinesonly="true" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Ebene 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ transform="translate(0,-1036.3622)">
+ <g
+ transform="translate(-36,1036)"
+ style="display:inline;opacity:1"
+ id="checkbox-checked-dark"
+ inkscape:label="#g10758">
+ <g
+ inkscape:label="#g22047"
+ id="checkbox-unchecked-5-59"
+ style="display:inline"
+ transform="translate(19,0)">
+ <g
+ id="sdsd-7-54"
+ inkscape:label="#g21853">
+ <g
+ transform="translate(0,-30)"
+ inkscape:label="#g14325"
+ id="scdsdcd-5-8">
+ <g
+ transform="matrix(0.92951982,0,0,0.92914368,-156.75069,-212.9618)"
+ id="g15812-6-6-1-5-4"
+ style="display:inline">
+ <g
+ style="display:inline"
+ id="g5489-2-9-6-8-8-53-5"
+ transform="matrix(0.5089163,0,0,0.51739823,161.7932,197.56426)">
+ <g
+ id="g5428-8-1-4-0-0-4-2" />
+ </g>
+ </g>
+ <rect
+ style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:none;stroke-width:2;marker:none;enable-background:accumulate"
+ id="rect13523-7-11"
+ width="16"
+ height="16"
+ x="17"
+ y="30.362183" />
+ <g
+ id="g5400-6-68">
+ <rect
+ rx="1.9999943"
+ y="31.362196"
+ 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:url(#linearGradient4161);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" />
+ </g>
+ </g>
+ </g>
+ </g>
+ <g
+ inkscape:label="Ebene 1"
+ id="checkbox-checked-dark-7-37"
+ transform="translate(36,-1036)"
+ style="display:inline">
+ <g
+ id="g3981-6-4-97"
+ transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,729.95475,305.0582)"
+ style="opacity:0.85;fill:#1a1a1a;fill-opacity:1" />
+ <g
+ id="g4049-2-5"
+ transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,727.94436,295.31123)">
+ <g
+ id="g4056-7-6"
+ transform="translate(12.374375,11.531233)">
+ <g
+ id="g3981-0-8"
+ transform="translate(-3,-4.9999826)"
+ style="fill:#3b3c3e;fill-opacity:1">
+ <rect
+ ry="0.66666085"
+ rx="0.66666085"
+ y="1033.3622"
+ x="8"
+ height="1.9999826"
+ width="5"
+ id="rect3977-39-90"
+ style="fill:#2b303b;fill-opacity:1;stroke:none" />
+ <rect
+ ry="0"
+ y="1027.3622"
+ x="11"
+ height="7.9999828"
+ width="2"
+ id="rect3979-7-60"
+ style="fill:#2b303b;fill-opacity:1;stroke:none" />
+ </g>
+ <rect
+ style="fill:#eeeeee;fill-opacity:0;stroke:none"
+ id="rect4047-81-5"
+ width="3"
+ height="1"
+ x="5"
+ y="-8"
+ transform="translate(0,1036.3622)" />
+ </g>
+ </g>
+ </g>
+ </g>
+ </g>
+</svg>
diff --git a/GTK-Gnome/Mondrian/cinnamon/dark-assets/checkbox/checkbox-unchecked-focused.svg b/GTK-Gnome/Mondrian/cinnamon/dark-assets/checkbox/checkbox-unchecked-focused.svg
new file mode 100644
index 0000000000000000000000000000000000000000..0c111f0cb1c73c9cd2384ea5d37526bf213f6d72
--- /dev/null
+++ b/GTK-Gnome/Mondrian/cinnamon/dark-assets/checkbox/checkbox-unchecked-focused.svg
@@ -0,0 +1,160 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ 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"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.91 r13725"
+ 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">
+ <defs
+ id="defs4">
+ <linearGradient
+ id="selected_bg_color"
+ osb:paint="solid">
+ <stop
+ style="stop-color:#5294e2;stop-opacity:1;"
+ offset="0"
+ id="stop4150" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3768-6">
+ <stop
+ style="stop-color:#0f0f0f;stop-opacity:1;"
+ offset="0"
+ id="stop3770-6" />
+ <stop
+ id="stop3778-2"
+ offset="0.078125"
+ style="stop-color:#171717;stop-opacity:1;" />
+ <stop
+ style="stop-color:#171717;stop-opacity:1;"
+ offset="0.97355771"
+ id="stop3774-0" />
+ <stop
+ style="stop-color:#1b1b1b;stop-opacity:1;"
+ offset="1"
+ id="stop3776-1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#selected_bg_color"
+ id="linearGradient4152"
+ x1="25"
+ y1="31.362183"
+ x2="25"
+ y2="45.36218"
+ gradientUnits="userSpaceOnUse" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="11.313709"
+ inkscape:cx="5.2547407"
+ inkscape:cy="14.601034"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:snap-bbox="true"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:showpageshadow="false"
+ showborder="true"
+ inkscape:window-width="1006"
+ inkscape:window-height="723"
+ inkscape:window-x="358"
+ inkscape:window-y="22"
+ inkscape:window-maximized="0"
+ inkscape:bbox-paths="true"
+ inkscape:bbox-nodes="true"
+ inkscape:snap-bbox-edge-midpoints="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid2985"
+ empspacing="5"
+ visible="true"
+ enabled="true"
+ snapvisiblegridlinesonly="true" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Ebene 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ transform="translate(0,-1036.3622)">
+ <g
+ transform="translate(-17,1036)"
+ style="display:inline;opacity:1"
+ id="checkbox-unchecked-dark"
+ inkscape:label="#g22047">
+ <g
+ inkscape:label="#g21853"
+ id="sdsd-0-1">
+ <g
+ id="scdsdcd-0-4"
+ inkscape:label="#g14325"
+ transform="translate(0,-30)">
+ <g
+ style="display:inline"
+ id="g15812-6-6-1-4-4"
+ transform="matrix(0.92951982,0,0,0.92914368,-156.75069,-212.9618)">
+ <g
+ transform="matrix(0.5089163,0,0,0.51739823,161.7932,197.56426)"
+ id="g5489-2-9-6-8-8-9-7"
+ style="display:inline">
+ <g
+ id="g5428-8-1-4-0-0-65-8" />
+ </g>
+ </g>
+ <rect
+ y="30.362183"
+ x="17"
+ 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" />
+ <g
+ id="g5400-2-47">
+ <rect
+ ry="2"
+ style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#2d323d;fill-opacity:1;stroke:url(#linearGradient4152);stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
+ id="rect5147-9-1-5-7-6-3-70"
+ width="13"
+ height="12.999997"
+ x="18.5"
+ y="31.862183"
+ rx="2" />
+ </g>
+ </g>
+ </g>
+ </g>
+ </g>
+</svg>
diff --git a/GTK-Gnome/Mondrian/cinnamon/dark-assets/checkbox/checkbox-unchecked.svg b/GTK-Gnome/Mondrian/cinnamon/dark-assets/checkbox/checkbox-unchecked.svg
new file mode 100644
index 0000000000000000000000000000000000000000..d7c2217d0a570f585a0a016311d00cb757e1815c
--- /dev/null
+++ b/GTK-Gnome/Mondrian/cinnamon/dark-assets/checkbox/checkbox-unchecked.svg
@@ -0,0 +1,141 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ 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"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.91 r13725"
+ sodipodi:docname="checkbox-unchecked.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">
+ <defs
+ id="defs4">
+ <linearGradient
+ id="linearGradient3768-6">
+ <stop
+ style="stop-color:#0f0f0f;stop-opacity:1;"
+ offset="0"
+ id="stop3770-6" />
+ <stop
+ id="stop3778-2"
+ offset="0.078125"
+ style="stop-color:#171717;stop-opacity:1;" />
+ <stop
+ style="stop-color:#171717;stop-opacity:1;"
+ offset="0.97355771"
+ id="stop3774-0" />
+ <stop
+ style="stop-color:#1b1b1b;stop-opacity:1;"
+ offset="1"
+ id="stop3776-1" />
+ </linearGradient>
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="11.313709"
+ inkscape:cx="-7.3847925"
+ inkscape:cy="7.7067432"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:snap-bbox="true"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:showpageshadow="false"
+ showborder="true"
+ inkscape:window-width="1006"
+ inkscape:window-height="723"
+ inkscape:window-x="358"
+ inkscape:window-y="22"
+ inkscape:window-maximized="0"
+ inkscape:bbox-paths="true"
+ inkscape:bbox-nodes="true"
+ inkscape:snap-bbox-edge-midpoints="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid2985"
+ empspacing="5"
+ visible="true"
+ enabled="true"
+ snapvisiblegridlinesonly="true" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Ebene 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ transform="translate(0,-1036.3622)">
+ <g
+ transform="translate(-17,1036)"
+ style="display:inline;opacity:1"
+ id="checkbox-unchecked-dark"
+ inkscape:label="#g22047">
+ <g
+ inkscape:label="#g21853"
+ id="sdsd-0-1">
+ <g
+ id="scdsdcd-0-4"
+ inkscape:label="#g14325"
+ transform="translate(0,-30)">
+ <g
+ style="display:inline"
+ id="g15812-6-6-1-4-4"
+ transform="matrix(0.92951982,0,0,0.92914368,-156.75069,-212.9618)">
+ <g
+ transform="matrix(0.5089163,0,0,0.51739823,161.7932,197.56426)"
+ id="g5489-2-9-6-8-8-9-7"
+ style="display:inline">
+ <g
+ id="g5428-8-1-4-0-0-65-8" />
+ </g>
+ </g>
+ <rect
+ y="30.362183"
+ x="17"
+ 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" />
+ <g
+ id="g5400-2-47">
+ <rect
+ ry="2"
+ style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#2d323d;fill-opacity:1;stroke:#262934;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
+ id="rect5147-9-1-5-7-6-3-70"
+ width="13"
+ height="12.999997"
+ x="18.5"
+ y="31.862183"
+ rx="2" />
+ </g>
+ </g>
+ </g>
+ </g>
+ </g>
+</svg>
diff --git a/GTK-Gnome/Mondrian/cinnamon/dark-assets/menu/menu.svg b/GTK-Gnome/Mondrian/cinnamon/dark-assets/menu/menu.svg
new file mode 100644
index 0000000000000000000000000000000000000000..44e295d6aa20c753cd26a3de40bf29d4343fc255
--- /dev/null
+++ b/GTK-Gnome/Mondrian/cinnamon/dark-assets/menu/menu.svg
@@ -0,0 +1,127 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ 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"
+ width="32"
+ height="32"
+ viewBox="0 0 32 32"
+ id="svg5386"
+ version="1.1"
+ inkscape:version="0.91 r13725"
+ sodipodi:docname="menu.svg">
+ <defs
+ id="defs5388" />
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="22.627416"
+ inkscape:cx="10.702765"
+ inkscape:cy="22.873719"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="false"
+ units="px"
+ inkscape:snap-bbox="true"
+ inkscape:bbox-paths="true"
+ inkscape:bbox-nodes="true"
+ inkscape:snap-bbox-edge-midpoints="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid5954" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata5391">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Ebene 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ transform="translate(0,-1020.3622)">
+ <rect
+ style="display:inline;opacity:0.83;fill:none;fill-opacity:1;stroke:#1b1c21;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect4164-4-3"
+ width="23"
+ height="21.999889"
+ x="4.5"
+ y="1024.8622"
+ rx="2.0000005"
+ ry="1.9999999" />
+ <rect
+ style="display:inline;opacity:1;fill:#383c4a;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"
+ id="rect4164"
+ width="22"
+ height="20.999971"
+ x="5"
+ y="1025.3622"
+ rx="1.4"
+ ry="1.4" />
+ <g
+ transform="translate(-425.99995,658.36226)"
+ id="g4271"
+ style="display:inline;opacity:0.65">
+ <rect
+ ry="8"
+ rx="8"
+ y="362.49994"
+ x="426.49994"
+ height="31"
+ width="31.000011"
+ id="rect4164-4-7-5-3-8-8"
+ style="display:inline;opacity:0.02000002;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+ <rect
+ ry="6.999999"
+ rx="7"
+ y="363.49997"
+ x="427.49994"
+ height="28.999996"
+ width="29.000011"
+ id="rect4164-4-7-5-3-8"
+ style="display:inline;opacity:0.07000002;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999982;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+ <rect
+ ry="6"
+ rx="6"
+ y="364.49994"
+ x="428.49994"
+ height="26.999998"
+ width="27.000011"
+ id="rect4164-4-7-5-3"
+ style="display:inline;opacity:0.12999998;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+ <rect
+ ry="5"
+ rx="4.9999995"
+ y="365.49997"
+ x="429.49997"
+ height="24.999998"
+ width="24.999981"
+ id="rect4164-4-7-5"
+ style="display:inline;opacity:0.2;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+ <path
+ transform="translate(-6.1035156e-5,0)"
+ id="rect4164-4-7"
+ d="M 431.64844,388.30469 C 432.37319,389.0416 433.37997,389.5 434.5,389.5 l 15.00023,0 c 1.12003,0 2.12681,-0.4584 2.85156,-1.19531 -0.2591,0.12217 -0.5451,0.19531 -0.85156,0.19531 l -19.00023,0 c -0.30646,0 -0.59246,-0.0731 -0.85156,-0.19531 z"
+ style="display:inline;opacity:0.25;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="csscssc" />
+ </g>
+ </g>
+</svg>
diff --git a/GTK-Gnome/Mondrian/cinnamon/dark-assets/menu/submenu.svg b/GTK-Gnome/Mondrian/cinnamon/dark-assets/menu/submenu.svg
new file mode 100644
index 0000000000000000000000000000000000000000..93695444514656fe733d33a040886f83956921db
--- /dev/null
+++ b/GTK-Gnome/Mondrian/cinnamon/dark-assets/menu/submenu.svg
@@ -0,0 +1,117 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ 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"
+ width="37"
+ height="18"
+ id="svg3783"
+ version="1.1"
+ inkscape:version="0.91 r13725"
+ sodipodi:docname="submenu.svg"
+ inkscape:export-filename="/home/steffen/.local/share/themes/Vertex_Shell/gnome-shell/menu.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90">
+ <defs
+ id="defs3785" />
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#838383"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="16.000001"
+ inkscape:cx="6.5686977"
+ inkscape:cy="6.4384088"
+ inkscape:document-units="px"
+ inkscape:current-layer="g3027"
+ showgrid="true"
+ inkscape:showpageshadow="false"
+ inkscape:window-width="1364"
+ inkscape:window-height="718"
+ inkscape:window-x="0"
+ inkscape:window-y="25"
+ inkscape:window-maximized="0"
+ inkscape:snap-global="true"
+ inkscape:snap-bbox="true"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ fit-margin-top="0"
+ fit-margin-left="0"
+ fit-margin-right="0"
+ fit-margin-bottom="0"
+ inkscape:bbox-paths="true"
+ inkscape:bbox-nodes="true"
+ inkscape:snap-bbox-edge-midpoints="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid4301"
+ empspacing="8"
+ visible="true"
+ enabled="true"
+ snapvisiblegridlinesonly="true"
+ originx="0"
+ originy="0" />
+ <sodipodi:guide
+ orientation="0,1"
+ position="14.052204,22.065004"
+ id="guide3831" />
+ <sodipodi:guide
+ orientation="0,1"
+ position="14.052204,-3.9349962"
+ id="guide3835" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata3788">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Calque 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ transform="translate(-5.9477962,-1025.4272)">
+ <g
+ id="g3027"
+ transform="matrix(0,-1,1,0,-1048.3622,1052.3622)">
+ <rect
+ style="opacity:0.15;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect3092"
+ width="28.999735"
+ height="18"
+ x="1058.3102"
+ y="-26.934996"
+ transform="matrix(0,1,-1,0,0,0)" />
+ <rect
+ style="opacity:0.15;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect3883"
+ width="28.999802"
+ height="1"
+ x="1058.3102"
+ y="-9.9350014"
+ transform="matrix(0,1,-1,0,0,0)" />
+ <rect
+ style="opacity:0.15;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect3883-1"
+ width="28.999802"
+ height="1"
+ x="1058.3101"
+ y="-26.934996"
+ transform="matrix(0,1,-1,0,0,0)" />
+ </g>
+ </g>
+</svg>
diff --git a/GTK-Gnome/Mondrian/cinnamon/dark-assets/misc/button-box.svg b/GTK-Gnome/Mondrian/cinnamon/dark-assets/misc/button-box.svg
new file mode 100644
index 0000000000000000000000000000000000000000..0342698afd26828f74f8c7fbd0b24f6705358f22
--- /dev/null
+++ b/GTK-Gnome/Mondrian/cinnamon/dark-assets/misc/button-box.svg
@@ -0,0 +1,101 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ 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"
+ width="22"
+ height="18.999971"
+ viewBox="0 0 22 18.999971"
+ id="svg5386"
+ version="1.1"
+ inkscape:version="0.91 r13725"
+ sodipodi:docname="button-box.svg">
+ <defs
+ id="defs5388">
+ <clipPath
+ clipPathUnits="userSpaceOnUse"
+ id="clipPath4228">
+ <rect
+ style="opacity:1;fill:#5294e2;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"
+ id="rect4230"
+ width="38"
+ height="29.000017"
+ x="-3"
+ y="1027.3622"
+ rx="1.5"
+ ry="1.5" />
+ </clipPath>
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="1"
+ inkscape:cx="18.945179"
+ inkscape:cy="17.423975"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ units="px"
+ inkscape:snap-bbox="true"
+ inkscape:bbox-paths="true"
+ inkscape:bbox-nodes="true"
+ inkscape:snap-bbox-edge-midpoints="true"
+ fit-margin-top="0"
+ fit-margin-left="0"
+ fit-margin-right="0"
+ fit-margin-bottom="0"
+ showguides="false"
+ inkscape:object-paths="true"
+ inkscape:snap-intersection-paths="true"
+ inkscape:object-nodes="true"
+ inkscape:snap-smooth-nodes="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid5954"
+ originx="-5"
+ originy="-6.000065" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata5391">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Ebene 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ transform="translate(-5,-1027.3622)">
+ <path
+ style="opacity:0.95;fill:#353945;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"
+ d="m 27,1027.3622 0,17.9445 c 0,0.5848 -0.4906,1.0555 -1.1,1.0555 l -19.8,0 c -0.6094,0 -1.1,-0.4707 -1.1,-1.0555 l 0,-17.9445 z"
+ id="rect4145-1"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="csssscc" />
+ <rect
+ style="opacity:0.35;fill:#000000;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"
+ id="rect4137"
+ width="22"
+ height="1"
+ x="5"
+ y="1027.3622"
+ rx="0"
+ ry="1.3877788e-16" />
+ </g>
+</svg>
diff --git a/GTK-Gnome/Mondrian/cinnamon/dark-assets/misc/message.svg b/GTK-Gnome/Mondrian/cinnamon/dark-assets/misc/message.svg
new file mode 100644
index 0000000000000000000000000000000000000000..7c8f1b61f20ca995115a65ddcaa82cbd14df76df
--- /dev/null
+++ b/GTK-Gnome/Mondrian/cinnamon/dark-assets/misc/message.svg
@@ -0,0 +1,96 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ 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"
+ width="32"
+ height="32"
+ viewBox="0 0 32 32.000001"
+ id="svg6621"
+ version="1.1"
+ inkscape:version="0.91 r13725"
+ sodipodi:docname="message.svg">
+ <defs
+ id="defs6623">
+ <linearGradient
+ id="selected_bg_color"
+ osb:paint="solid">
+ <stop
+ style="stop-color:#5294e2;stop-opacity:1;"
+ offset="0"
+ id="stop4138" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#selected_bg_color"
+ id="linearGradient4140"
+ x1="2"
+ y1="1021.3622"
+ x2="2"
+ y2="1051.3622"
+ gradientUnits="userSpaceOnUse" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="15.839192"
+ inkscape:cx="0.58833524"
+ inkscape:cy="24.231157"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ units="px"
+ inkscape:snap-bbox="true"
+ inkscape:bbox-paths="true"
+ inkscape:bbox-nodes="true"
+ inkscape:snap-bbox-edge-midpoints="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid7177" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata6626">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Ebene 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ transform="translate(0,-1020.3622)">
+ <rect
+ style="display:inline;opacity:1;fill:#000000;fill-opacity:0.15294118;stroke:#000000;stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.38039216"
+ id="rect4160"
+ width="31"
+ height="31.000017"
+ x="0.5"
+ y="1020.8622"
+ rx="1.5"
+ ry="1.5" />
+ <path
+ style="display:inline;opacity:1;fill:url(#linearGradient4140);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:0.39215686"
+ d="m 2.5,1021.3622 0.5,0 0,30 -0.5,0 c -0.831,0 -1.5,-0.669 -1.5,-1.5 l 0,-27 c 0,-0.831 0.669,-1.5 1.5,-1.5 z"
+ id="rect4162"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="sccssss" />
+ </g>
+</svg>
diff --git a/GTK-Gnome/Mondrian/cinnamon/dark-assets/misc/modal.svg b/GTK-Gnome/Mondrian/cinnamon/dark-assets/misc/modal.svg
new file mode 100644
index 0000000000000000000000000000000000000000..ec0b9454af6e9d49136784748c898653d9e2e9d1
--- /dev/null
+++ b/GTK-Gnome/Mondrian/cinnamon/dark-assets/misc/modal.svg
@@ -0,0 +1,143 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ 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"
+ width="32"
+ height="84"
+ viewBox="0 0 32 84"
+ id="svg5386"
+ version="1.1"
+ inkscape:version="0.91 r13725"
+ sodipodi:docname="modal.svg">
+ <defs
+ id="defs5388">
+ <clipPath
+ clipPathUnits="userSpaceOnUse"
+ id="clipPath4154">
+ <rect
+ transform="scale(1,-1)"
+ ry="1.5"
+ rx="1.5"
+ y="-992.36218"
+ x="-5.5"
+ height="24.500061"
+ width="43"
+ id="rect4156"
+ style="opacity:1;fill:#5294e2;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" />
+ </clipPath>
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#c7c7c7"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="22.627416"
+ inkscape:cx="20.862219"
+ inkscape:cy="64.999507"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ units="px"
+ inkscape:snap-bbox="true"
+ inkscape:bbox-paths="true"
+ inkscape:bbox-nodes="true"
+ inkscape:snap-bbox-edge-midpoints="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid5954" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata5391">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Ebene 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ transform="translate(0,-968.3622)">
+ <rect
+ style="display:inline;opacity:0.64;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect4164-4-3"
+ width="23"
+ height="73.999352"
+ x="4.5"
+ y="972.86285"
+ rx="2.0000005"
+ ry="1.9999999" />
+ <rect
+ style="display:inline;opacity:0.99999999;fill:#323644;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"
+ id="rect4164"
+ width="22"
+ height="20.999971"
+ x="5"
+ y="973.36285"
+ rx="1.4"
+ ry="2.0461845"
+ clip-path="url(#clipPath4154)"
+ transform="matrix(1,0,0,0.68420028,0,307.38771)" />
+ <g
+ transform="translate(-425.99995,606.36226)"
+ id="g4271"
+ style="display:inline;opacity:0.64999999">
+ <rect
+ ry="8"
+ rx="8"
+ y="362.49994"
+ x="426.49994"
+ height="83"
+ width="31.000011"
+ id="rect4164-4-7-5-3-8-8"
+ style="display:inline;opacity:0.02;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+ <rect
+ ry="6.9999981"
+ rx="7"
+ y="363.49997"
+ x="427.49994"
+ height="80.999969"
+ width="29.000011"
+ id="rect4164-4-7-5-3-8"
+ style="display:inline;opacity:0.07;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999982;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+ <rect
+ ry="6.0000005"
+ rx="6"
+ y="364.49997"
+ x="428.49994"
+ height="79"
+ width="27.000011"
+ id="rect4164-4-7-5-3"
+ style="display:inline;opacity:0.13;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+ <rect
+ ry="5"
+ rx="4.9999995"
+ y="365.49997"
+ x="429.49997"
+ height="76.999969"
+ width="24.999981"
+ id="rect4164-4-7-5"
+ style="display:inline;opacity:0.2;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+ <path
+ id="rect4164-4-7"
+ d="m 431.64838,440.30463 c 0.72475,0.73691 1.73153,1.19531 2.85156,1.19531 l 15.00023,0 c 1.12003,0 2.12681,-0.4584 2.85156,-1.19531 -0.2591,0.12217 -0.5451,0.19531 -0.85156,0.19531 l -19.00023,0 c -0.30646,0 -0.59246,-0.0731 -0.85156,-0.19531 z"
+ style="display:inline;opacity:0.25;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="csscssc" />
+ </g>
+ </g>
+</svg>
diff --git a/GTK-Gnome/Mondrian/cinnamon/dark-assets/switch/switch-off.svg b/GTK-Gnome/Mondrian/cinnamon/dark-assets/switch/switch-off.svg
new file mode 100644
index 0000000000000000000000000000000000000000..68eed5da1de6ff85da46168e33f61223acab8d64
--- /dev/null
+++ b/GTK-Gnome/Mondrian/cinnamon/dark-assets/switch/switch-off.svg
@@ -0,0 +1,201 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ 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"
+ width="50"
+ height="20"
+ id="svg7539"
+ version="1.1"
+ inkscape:version="0.91 r13725"
+ sodipodi:docname="switch-off.svg">
+ <defs
+ id="defs7541">
+ <linearGradient
+ id="linearGradient4695-1-4-3-5-0-6">
+ <stop
+ id="stop4697-9-9-7-0-1-5"
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0" />
+ <stop
+ id="stop4699-5-8-9-0-4-0"
+ style="stop-color:#000000;stop-opacity:0"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3768-6">
+ <stop
+ style="stop-color:#0f0f0f;stop-opacity:1;"
+ offset="0"
+ id="stop3770-0" />
+ <stop
+ id="stop3778-6"
+ offset="0.078125"
+ style="stop-color:#171717;stop-opacity:1;" />
+ <stop
+ style="stop-color:#171717;stop-opacity:1;"
+ offset="0.97355771"
+ id="stop3774-2" />
+ <stop
+ style="stop-color:#1b1b1b;stop-opacity:1;"
+ offset="1"
+ id="stop3776-2" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3969-0-4">
+ <stop
+ style="stop-color:#353537;stop-opacity:1;"
+ offset="0"
+ id="stop3971-2-6" />
+ <stop
+ style="stop-color:#4d4f52;stop-opacity:1;"
+ offset="1"
+ id="stop3973-0-1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3938">
+ <stop
+ id="stop3940"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ id="stop3942"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0.54901963;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6523">
+ <stop
+ id="stop6525"
+ offset="0"
+ style="stop-color:#1a1a1a;stop-opacity:1;" />
+ <stop
+ id="stop6527"
+ offset="1"
+ style="stop-color:#1a1a1a;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3938-6">
+ <stop
+ id="stop3940-4"
+ offset="0"
+ style="stop-color:#bebebe;stop-opacity:1;" />
+ <stop
+ id="stop3942-8"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ </linearGradient>
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="32.998318"
+ 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="1920"
+ inkscape:window-height="1032"
+ inkscape:window-x="0"
+ inkscape:window-y="23"
+ 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:grid
+ type="xygrid"
+ id="grid3019"
+ empspacing="5"
+ visible="true"
+ enabled="true"
+ snapvisiblegridlinesonly="true"
+ originx="-4"
+ originy="2.6171874e-06" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7544">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ id="layer1"
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ transform="translate(-120,87.999997)">
+ <g
+ transform="translate(-886,-418)"
+ style="display:inline;opacity:1"
+ id="switch-dark"
+ inkscape:label="#g4820">
+ <g
+ id="layer1-9-13"
+ inkscape:label="Layer 1"
+ transform="matrix(-1,0,0,1,1177,420)">
+ <g
+ style="display:inline"
+ transform="translate(120,-116.99998)"
+ inkscape:label="Layer 1"
+ id="switch-active-2-2">
+ <g
+ id="g3900-12-8"
+ transform="translate(0,-1004.3622)">
+ <rect
+ style="display:inline;opacity:0;fill:#434343;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:1"
+ id="rect5465-3-32-7"
+ width="52"
+ height="24"
+ x="0"
+ y="1029.3622" />
+ <rect
+ style="fill:#5b627b;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ id="rect2987-07-4"
+ width="50"
+ height="20"
+ x="1"
+ y="1031.3622"
+ ry="11"
+ rx="11" />
+ <circle
+ style="fill:#353a47;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ id="path3759-7-4"
+ cx="41"
+ cy="1041.3622"
+ r="9" />
+ </g>
+ </g>
+ </g>
+ <path
+ inkscape:connector-curvature="0"
+ d="m 1043.0028,337 0.75,0 c 0.01,-9e-5 0.016,-3.5e-4 0.023,0 0.1912,0.008 0.3824,0.0964 0.5156,0.23437 l 1.711,1.71094 1.7343,-1.71094 c 0.1993,-0.17287 0.335,-0.22912 0.5157,-0.23437 l 0.75,0 0,0.75 c 0,0.21485 -0.026,0.41298 -0.1875,0.5625 l -1.711,1.71093 1.6875,1.6875 c 0.1412,0.14113 0.211,0.34009 0.211,0.53907 l 0,0.75 -0.75,0 c -0.199,-10e-6 -0.398,-0.0698 -0.5391,-0.21094 l -1.7109,-1.71094 -1.711,1.71094 c -0.1411,0.14114 -0.3401,0.21094 -0.539,0.21094 l -0.75,0 0,-0.75 c 0,-0.19897 0.07,-0.39794 0.2109,-0.53907 l 1.7109,-1.6875 -1.7109,-1.71093 c -0.1581,-0.14598 -0.2274,-0.35194 -0.2109,-0.5625 l 0,-0.75 z"
+ id="path10839-9-8-2-2-5-46"
+ style="color:#bebebe;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:'Andale Mono';-inkscape-font-specification:'Andale Mono';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#353a47;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" />
+ </g>
+ </g>
+</svg>
diff --git a/GTK-Gnome/Mondrian/cinnamon/dark-assets/switch/switch-on.svg b/GTK-Gnome/Mondrian/cinnamon/dark-assets/switch/switch-on.svg
new file mode 100644
index 0000000000000000000000000000000000000000..b6a9be9de10e1c0adab49d067ad0a8614ecd3ba0
--- /dev/null
+++ b/GTK-Gnome/Mondrian/cinnamon/dark-assets/switch/switch-on.svg
@@ -0,0 +1,239 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ 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"
+ width="50"
+ height="20"
+ id="svg7539"
+ version="1.1"
+ inkscape:version="0.91 r13725"
+ sodipodi:docname="switch-on.svg">
+ <defs
+ id="defs7541">
+ <linearGradient
+ id="selected_bg_color"
+ osb:paint="solid">
+ <stop
+ style="stop-color:#5294e2;stop-opacity:1;"
+ offset="0"
+ id="stop4166" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4695-1-4-3-5-0-6">
+ <stop
+ id="stop4697-9-9-7-0-1-5"
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0" />
+ <stop
+ id="stop4699-5-8-9-0-4-0"
+ style="stop-color:#000000;stop-opacity:0"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3768-6">
+ <stop
+ style="stop-color:#0f0f0f;stop-opacity:1;"
+ offset="0"
+ id="stop3770-0" />
+ <stop
+ id="stop3778-6"
+ offset="0.078125"
+ style="stop-color:#171717;stop-opacity:1;" />
+ <stop
+ style="stop-color:#171717;stop-opacity:1;"
+ offset="0.97355771"
+ id="stop3774-2" />
+ <stop
+ style="stop-color:#1b1b1b;stop-opacity:1;"
+ offset="1"
+ id="stop3776-2" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3969-0-4">
+ <stop
+ style="stop-color:#353537;stop-opacity:1;"
+ offset="0"
+ id="stop3971-2-6" />
+ <stop
+ style="stop-color:#4d4f52;stop-opacity:1;"
+ offset="1"
+ id="stop3973-0-1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3938">
+ <stop
+ id="stop3940"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ id="stop3942"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0.54901963;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6523">
+ <stop
+ id="stop6525"
+ offset="0"
+ style="stop-color:#1a1a1a;stop-opacity:1;" />
+ <stop
+ id="stop6527"
+ offset="1"
+ style="stop-color:#1a1a1a;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3938-6">
+ <stop
+ id="stop3940-4"
+ offset="0"
+ style="stop-color:#bebebe;stop-opacity:1;" />
+ <stop
+ id="stop3942-8"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#selected_bg_color"
+ id="linearGradient4168"
+ x1="26"
+ y1="1031.3622"
+ x2="26"
+ y2="1051.3622"
+ gradientUnits="userSpaceOnUse" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="11.666667"
+ inkscape:cx="10.930796"
+ inkscape:cy="16.13001"
+ 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="1920"
+ inkscape:window-height="1032"
+ inkscape:window-x="0"
+ inkscape:window-y="23"
+ 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:grid
+ type="xygrid"
+ id="grid3019"
+ empspacing="5"
+ visible="true"
+ enabled="true"
+ snapvisiblegridlinesonly="true"
+ originx="-4"
+ originy="2.6171874e-06" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7544">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ id="layer1"
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ transform="translate(-120,87.999997)">
+ <g
+ transform="translate(-886,-448)"
+ style="display:inline;opacity:1"
+ id="switch-active-dark"
+ inkscape:label="#g4829">
+ <g
+ id="layer1-9-0-51"
+ inkscape:label="Layer 1"
+ transform="translate(885,450)"
+ style="display:inline;opacity:1">
+ <g
+ style="display:inline"
+ transform="translate(120,-116.99998)"
+ inkscape:label="Layer 1"
+ id="switch-active-8-8">
+ <g
+ id="g3900-1-87-0"
+ transform="translate(0,-1004.3622)">
+ <rect
+ style="display:inline;opacity:0;fill:#434343;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:1"
+ id="rect5465-3-3-3"
+ width="52"
+ height="24"
+ x="0"
+ y="1029.3622" />
+ <rect
+ style="fill:url(#linearGradient4168);fill-opacity:1;fill-rule:nonzero;stroke:none"
+ id="rect2987-0-8-7"
+ width="50"
+ height="20"
+ x="1"
+ y="1031.3622"
+ ry="11"
+ rx="11" />
+ <circle
+ style="fill:#353a47;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ id="path3759-0-75"
+ cx="41"
+ cy="1041.3622"
+ r="9" />
+ </g>
+ </g>
+ </g>
+ <g
+ transform="translate(-1.0003162,0)"
+ id="g4816-8">
+ <rect
+ transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)"
+ ry="0.66666085"
+ rx="0.66666085"
+ y="-456.09485"
+ x="977.54999"
+ height="1.9999826"
+ width="5"
+ id="rect3977-39-2-13"
+ style="display:inline;opacity:1;fill:#353a47;fill-opacity:1;stroke:none" />
+ <rect
+ transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)"
+ ry="0"
+ y="-462.09485"
+ x="980.54999"
+ height="7.9999828"
+ width="2"
+ id="rect3979-7-0-65"
+ style="display:inline;opacity:1;fill:#353a47;fill-opacity:1;stroke:none" />
+ </g>
+ </g>
+ </g>
+</svg>
diff --git a/GTK-Gnome/Mondrian/cinnamon/light-assets/checkbox/checkbox-checked-focused.svg b/GTK-Gnome/Mondrian/cinnamon/light-assets/checkbox/checkbox-checked-focused.svg
new file mode 100644
index 0000000000000000000000000000000000000000..e2140881cae5ef84167031311bc61a26979b0bf0
--- /dev/null
+++ b/GTK-Gnome/Mondrian/cinnamon/light-assets/checkbox/checkbox-checked-focused.svg
@@ -0,0 +1,268 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ 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"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.91 r13725"
+ sodipodi:docname="checkbox-checked-focused.svg"
+ inkscape:export-filename="/home/steffen/.local/share/themes/Vertex-git/gtk-3.0/assets/dark/checkbox-checked.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90">
+ <defs
+ id="defs4">
+ <linearGradient
+ id="selected_fg_color"
+ osb:paint="solid">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop4169" />
+ </linearGradient>
+ <linearGradient
+ id="selected_bg_color"
+ osb:paint="solid">
+ <stop
+ style="stop-color:#5294e2;stop-opacity:1;"
+ offset="0"
+ id="stop4166" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7704">
+ <stop
+ style="stop-color:#4080fb;stop-opacity:0.74509805;"
+ offset="0"
+ id="stop7706" />
+ <stop
+ style="stop-color:#4080fb;stop-opacity:0.49197862;"
+ offset="1"
+ id="stop7708" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7694">
+ <stop
+ style="stop-color:#0f0f0f;stop-opacity:1;"
+ offset="0"
+ id="stop7696" />
+ <stop
+ id="stop7698"
+ offset="0.078125"
+ style="stop-color:#171717;stop-opacity:1;" />
+ <stop
+ style="stop-color:#171717;stop-opacity:1;"
+ offset="0.97355771"
+ id="stop7700" />
+ <stop
+ style="stop-color:#1b1b1b;stop-opacity:1;"
+ offset="1"
+ id="stop7702" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3969-0-4-9">
+ <stop
+ style="stop-color:#353537;stop-opacity:1;"
+ offset="0"
+ id="stop3971-2-2-7" />
+ <stop
+ style="stop-color:#4d4f52;stop-opacity:1;"
+ offset="1"
+ id="stop3973-0-5-3" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#selected_bg_color"
+ id="linearGradient4168"
+ x1="25"
+ y1="31.362191"
+ x2="25"
+ y2="45.362191"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#selected_fg_color"
+ id="linearGradient4171"
+ x1="10.5"
+ y1="1033.3622"
+ x2="10.5"
+ y2="1035.3622"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#selected_fg_color"
+ id="linearGradient4173"
+ x1="12"
+ y1="1027.3622"
+ x2="12"
+ y2="1035.3622"
+ gradientUnits="userSpaceOnUse" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="11.313709"
+ inkscape:cx="-12.701718"
+ inkscape:cy="-4.172704"
+ inkscape:document-units="px"
+ inkscape:current-layer="checkbox-checked-dark"
+ showgrid="true"
+ inkscape:snap-bbox="true"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:showpageshadow="false"
+ showborder="true"
+ inkscape:window-width="929"
+ inkscape:window-height="614"
+ inkscape:window-x="230"
+ inkscape:window-y="97"
+ inkscape:window-maximized="0"
+ inkscape:snap-global="true"
+ inkscape:bbox-paths="true"
+ inkscape:snap-bbox-edge-midpoints="true"
+ inkscape:bbox-nodes="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid2985"
+ empspacing="5"
+ visible="true"
+ enabled="true"
+ snapvisiblegridlinesonly="true" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Ebene 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ transform="translate(0,-1036.3622)">
+ <g
+ id="checkbox-checked-dark"
+ inkscape:label="Ebene 1"
+ transform="translate(16.837126,14.010408)">
+ <g
+ transform="translate(-52.837126,1021.9896)"
+ style="display:inline;opacity:1"
+ id="checkbox-checked"
+ inkscape:label="#g10758">
+ <g
+ inkscape:label="#g22047"
+ id="checkbox-unchecked-5"
+ style="display:inline"
+ transform="translate(19,0)">
+ <g
+ id="sdsd-7"
+ inkscape:label="#g21853">
+ <g
+ transform="translate(0,-30)"
+ inkscape:label="#g14325"
+ id="scdsdcd-5">
+ <g
+ transform="matrix(0.92951982,0,0,0.92914368,-156.75069,-212.9618)"
+ id="g15812-6-6-1-5"
+ style="display:inline">
+ <g
+ style="display:inline"
+ id="g5489-2-9-6-8-8-53"
+ transform="matrix(0.5089163,0,0,0.51739823,161.7932,197.56426)">
+ <g
+ id="g5428-8-1-4-0-0-4" />
+ </g>
+ </g>
+ <rect
+ style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:none;stroke-width:2;marker:none;enable-background:accumulate"
+ id="rect13523-7"
+ width="16"
+ height="16"
+ x="17"
+ y="30.362183" />
+ <g
+ id="g5400-6">
+ <rect
+ rx="1.9999943"
+ y="31.362196"
+ x="18.000006"
+ height="13.99999"
+ width="13.999989"
+ id="rect5147-9-1-5-7-6-7"
+ style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient4168);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" />
+ </g>
+ </g>
+ </g>
+ </g>
+ <g
+ inkscape:label="Ebene 1"
+ id="checkbox-checked-dark-7"
+ transform="translate(36,-1036)"
+ style="display:inline">
+ <g
+ id="g3981-6-4"
+ transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,729.95475,305.0582)"
+ style="opacity:0.85;fill:#1a1a1a;fill-opacity:1" />
+ <g
+ id="g4049-2"
+ transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,727.94436,295.31123)">
+ <g
+ id="g4056-7"
+ transform="translate(12.374375,11.531233)">
+ <g
+ id="g3981-0"
+ transform="translate(-3,-4.9999826)"
+ style="fill:#3b3c3e;fill-opacity:1">
+ <rect
+ ry="0.66666085"
+ rx="0.66666085"
+ y="1033.3622"
+ x="8"
+ height="1.9999826"
+ width="5"
+ id="rect3977-39"
+ style="fill:url(#linearGradient4171);fill-opacity:1;stroke:none" />
+ <rect
+ ry="0"
+ y="1027.3622"
+ x="11"
+ height="7.9999828"
+ width="2"
+ id="rect3979-7"
+ style="fill:url(#linearGradient4173);fill-opacity:1;stroke:none" />
+ </g>
+ <rect
+ style="fill:#eeeeee;fill-opacity:0;stroke:none"
+ id="rect4047-81"
+ width="3"
+ height="1"
+ x="5"
+ y="-8"
+ transform="translate(0,1036.3622)" />
+ </g>
+ </g>
+ </g>
+ </g>
+ </g>
+ </g>
+</svg>
diff --git a/GTK-Gnome/Mondrian/cinnamon/light-assets/checkbox/checkbox-checked.svg b/GTK-Gnome/Mondrian/cinnamon/light-assets/checkbox/checkbox-checked.svg
new file mode 100644
index 0000000000000000000000000000000000000000..6b5caeb95fb5214842d6df208d2028781f621a5d
--- /dev/null
+++ b/GTK-Gnome/Mondrian/cinnamon/light-assets/checkbox/checkbox-checked.svg
@@ -0,0 +1,268 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ 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"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.91 r13725"
+ sodipodi:docname="checkbox-checked.svg"
+ inkscape:export-filename="/home/steffen/.local/share/themes/Vertex-git/gtk-3.0/assets/dark/checkbox-checked.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90">
+ <defs
+ id="defs4">
+ <linearGradient
+ id="selected_fg_color"
+ osb:paint="solid">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop4169" />
+ </linearGradient>
+ <linearGradient
+ id="selected_bg_color"
+ osb:paint="solid">
+ <stop
+ style="stop-color:#5294e2;stop-opacity:1;"
+ offset="0"
+ id="stop4166" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7704">
+ <stop
+ style="stop-color:#4080fb;stop-opacity:0.74509805;"
+ offset="0"
+ id="stop7706" />
+ <stop
+ style="stop-color:#4080fb;stop-opacity:0.49197862;"
+ offset="1"
+ id="stop7708" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7694">
+ <stop
+ style="stop-color:#0f0f0f;stop-opacity:1;"
+ offset="0"
+ id="stop7696" />
+ <stop
+ id="stop7698"
+ offset="0.078125"
+ style="stop-color:#171717;stop-opacity:1;" />
+ <stop
+ style="stop-color:#171717;stop-opacity:1;"
+ offset="0.97355771"
+ id="stop7700" />
+ <stop
+ style="stop-color:#1b1b1b;stop-opacity:1;"
+ offset="1"
+ id="stop7702" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3969-0-4-9">
+ <stop
+ style="stop-color:#353537;stop-opacity:1;"
+ offset="0"
+ id="stop3971-2-2-7" />
+ <stop
+ style="stop-color:#4d4f52;stop-opacity:1;"
+ offset="1"
+ id="stop3973-0-5-3" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#selected_bg_color"
+ id="linearGradient4168"
+ x1="25"
+ y1="31.362191"
+ x2="25"
+ y2="45.362191"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#selected_fg_color"
+ id="linearGradient4171"
+ x1="10.5"
+ y1="1033.3622"
+ x2="10.5"
+ y2="1035.3622"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#selected_fg_color"
+ id="linearGradient4173"
+ x1="12"
+ y1="1027.3622"
+ x2="12"
+ y2="1035.3622"
+ gradientUnits="userSpaceOnUse" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="11.313709"
+ inkscape:cx="-16.237251"
+ inkscape:cy="2.8983635"
+ inkscape:document-units="px"
+ inkscape:current-layer="checkbox-checked-dark"
+ showgrid="true"
+ inkscape:snap-bbox="true"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:showpageshadow="false"
+ showborder="true"
+ inkscape:window-width="929"
+ inkscape:window-height="614"
+ inkscape:window-x="230"
+ inkscape:window-y="97"
+ inkscape:window-maximized="0"
+ inkscape:snap-global="true"
+ inkscape:bbox-paths="true"
+ inkscape:snap-bbox-edge-midpoints="true"
+ inkscape:bbox-nodes="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid2985"
+ empspacing="5"
+ visible="true"
+ enabled="true"
+ snapvisiblegridlinesonly="true" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Ebene 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ transform="translate(0,-1036.3622)">
+ <g
+ id="checkbox-checked-dark"
+ inkscape:label="Ebene 1"
+ transform="translate(16.837126,14.010408)">
+ <g
+ transform="translate(-52.837126,1021.9896)"
+ style="display:inline;opacity:1"
+ id="checkbox-checked"
+ inkscape:label="#g10758">
+ <g
+ inkscape:label="#g22047"
+ id="checkbox-unchecked-5"
+ style="display:inline"
+ transform="translate(19,0)">
+ <g
+ id="sdsd-7"
+ inkscape:label="#g21853">
+ <g
+ transform="translate(0,-30)"
+ inkscape:label="#g14325"
+ id="scdsdcd-5">
+ <g
+ transform="matrix(0.92951982,0,0,0.92914368,-156.75069,-212.9618)"
+ id="g15812-6-6-1-5"
+ style="display:inline">
+ <g
+ style="display:inline"
+ id="g5489-2-9-6-8-8-53"
+ transform="matrix(0.5089163,0,0,0.51739823,161.7932,197.56426)">
+ <g
+ id="g5428-8-1-4-0-0-4" />
+ </g>
+ </g>
+ <rect
+ style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:none;stroke-width:2;marker:none;enable-background:accumulate"
+ id="rect13523-7"
+ width="16"
+ height="16"
+ x="17"
+ y="30.362183" />
+ <g
+ id="g5400-6">
+ <rect
+ rx="1.9999943"
+ y="31.362196"
+ x="18.000006"
+ height="13.99999"
+ width="13.999989"
+ id="rect5147-9-1-5-7-6-7"
+ style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient4168);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" />
+ </g>
+ </g>
+ </g>
+ </g>
+ <g
+ inkscape:label="Ebene 1"
+ id="checkbox-checked-dark-7"
+ transform="translate(36,-1036)"
+ style="display:inline">
+ <g
+ id="g3981-6-4"
+ transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,729.95475,305.0582)"
+ style="opacity:0.85;fill:#1a1a1a;fill-opacity:1" />
+ <g
+ id="g4049-2"
+ transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,727.94436,295.31123)">
+ <g
+ id="g4056-7"
+ transform="translate(12.374375,11.531233)">
+ <g
+ id="g3981-0"
+ transform="translate(-3,-4.9999826)"
+ style="fill:#3b3c3e;fill-opacity:1">
+ <rect
+ ry="0.66666085"
+ rx="0.66666085"
+ y="1033.3622"
+ x="8"
+ height="1.9999826"
+ width="5"
+ id="rect3977-39"
+ style="fill:url(#linearGradient4171);fill-opacity:1;stroke:none" />
+ <rect
+ ry="0"
+ y="1027.3622"
+ x="11"
+ height="7.9999828"
+ width="2"
+ id="rect3979-7"
+ style="fill:url(#linearGradient4173);fill-opacity:1;stroke:none" />
+ </g>
+ <rect
+ style="fill:#eeeeee;fill-opacity:0;stroke:none"
+ id="rect4047-81"
+ width="3"
+ height="1"
+ x="5"
+ y="-8"
+ transform="translate(0,1036.3622)" />
+ </g>
+ </g>
+ </g>
+ </g>
+ </g>
+ </g>
+</svg>
diff --git a/GTK-Gnome/Mondrian/cinnamon/light-assets/checkbox/checkbox-unchecked-focused.svg b/GTK-Gnome/Mondrian/cinnamon/light-assets/checkbox/checkbox-unchecked-focused.svg
new file mode 100644
index 0000000000000000000000000000000000000000..da48d45bf8d300234246e9f627864fac1fe073e2
--- /dev/null
+++ b/GTK-Gnome/Mondrian/cinnamon/light-assets/checkbox/checkbox-unchecked-focused.svg
@@ -0,0 +1,160 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ 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"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.91 r13725"
+ 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">
+ <defs
+ id="defs4">
+ <linearGradient
+ id="selected_bg_color"
+ osb:paint="solid">
+ <stop
+ style="stop-color:#5294e2;stop-opacity:1;"
+ offset="0"
+ id="stop4150" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3768-6">
+ <stop
+ style="stop-color:#0f0f0f;stop-opacity:1;"
+ offset="0"
+ id="stop3770-6" />
+ <stop
+ id="stop3778-2"
+ offset="0.078125"
+ style="stop-color:#171717;stop-opacity:1;" />
+ <stop
+ style="stop-color:#171717;stop-opacity:1;"
+ offset="0.97355771"
+ id="stop3774-0" />
+ <stop
+ style="stop-color:#1b1b1b;stop-opacity:1;"
+ offset="1"
+ id="stop3776-1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#selected_bg_color"
+ id="linearGradient4152"
+ x1="25"
+ y1="31.362183"
+ x2="25"
+ y2="45.36218"
+ gradientUnits="userSpaceOnUse" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="11.313709"
+ inkscape:cx="-9.8744294"
+ inkscape:cy="-1.1201818"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:snap-bbox="true"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:showpageshadow="false"
+ showborder="true"
+ inkscape:window-width="1006"
+ inkscape:window-height="723"
+ inkscape:window-x="358"
+ inkscape:window-y="22"
+ inkscape:window-maximized="0"
+ inkscape:bbox-paths="true"
+ inkscape:bbox-nodes="true"
+ inkscape:snap-bbox-edge-midpoints="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid2985"
+ empspacing="5"
+ visible="true"
+ enabled="true"
+ snapvisiblegridlinesonly="true" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Ebene 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ transform="translate(0,-1036.3622)">
+ <g
+ transform="translate(-17,1036)"
+ style="display:inline;opacity:1"
+ id="checkbox-unchecked-9"
+ inkscape:label="#g22047">
+ <g
+ inkscape:label="#g21853"
+ id="sdsd-0">
+ <g
+ id="scdsdcd-0"
+ inkscape:label="#g14325"
+ transform="translate(0,-30)">
+ <g
+ style="display:inline"
+ id="g15812-6-6-1-4"
+ transform="matrix(0.92951982,0,0,0.92914368,-156.75069,-212.9618)">
+ <g
+ transform="matrix(0.5089163,0,0,0.51739823,161.7932,197.56426)"
+ id="g5489-2-9-6-8-8-9"
+ style="display:inline">
+ <g
+ id="g5428-8-1-4-0-0-65" />
+ </g>
+ </g>
+ <rect
+ y="30.362183"
+ x="17"
+ height="16"
+ width="16"
+ id="rect13523-4"
+ style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" />
+ <g
+ id="g5400-2">
+ <rect
+ ry="2"
+ style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;stroke:url(#linearGradient4152);stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
+ id="rect5147-9-1-5-7-6-3"
+ width="13"
+ height="12.999997"
+ x="18.5"
+ y="31.862183"
+ rx="2" />
+ </g>
+ </g>
+ </g>
+ </g>
+ </g>
+</svg>
diff --git a/GTK-Gnome/Mondrian/cinnamon/light-assets/checkbox/checkbox-unchecked.svg b/GTK-Gnome/Mondrian/cinnamon/light-assets/checkbox/checkbox-unchecked.svg
new file mode 100644
index 0000000000000000000000000000000000000000..d50e0e2f602272def563c663732c83db5dc0d467
--- /dev/null
+++ b/GTK-Gnome/Mondrian/cinnamon/light-assets/checkbox/checkbox-unchecked.svg
@@ -0,0 +1,141 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ 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"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.91 r13725"
+ sodipodi:docname="checkbox-unchecked.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">
+ <defs
+ id="defs4">
+ <linearGradient
+ id="linearGradient3768-6">
+ <stop
+ style="stop-color:#0f0f0f;stop-opacity:1;"
+ offset="0"
+ id="stop3770-6" />
+ <stop
+ id="stop3778-2"
+ offset="0.078125"
+ style="stop-color:#171717;stop-opacity:1;" />
+ <stop
+ style="stop-color:#171717;stop-opacity:1;"
+ offset="0.97355771"
+ id="stop3774-0" />
+ <stop
+ style="stop-color:#1b1b1b;stop-opacity:1;"
+ offset="1"
+ id="stop3776-1" />
+ </linearGradient>
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="11.313709"
+ inkscape:cx="-0.57889006"
+ inkscape:cy="7.8835199"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:snap-bbox="true"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:showpageshadow="false"
+ showborder="true"
+ inkscape:window-width="1006"
+ inkscape:window-height="723"
+ inkscape:window-x="358"
+ inkscape:window-y="22"
+ inkscape:window-maximized="0"
+ inkscape:bbox-paths="true"
+ inkscape:bbox-nodes="true"
+ inkscape:snap-bbox-edge-midpoints="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid2985"
+ empspacing="5"
+ visible="true"
+ enabled="true"
+ snapvisiblegridlinesonly="true" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Ebene 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ transform="translate(0,-1036.3622)">
+ <g
+ transform="translate(-17,1036)"
+ style="display:inline;opacity:1"
+ id="checkbox-unchecked-7"
+ inkscape:label="#g22047">
+ <g
+ inkscape:label="#g21853"
+ id="sdsd-0">
+ <g
+ id="scdsdcd-0"
+ inkscape:label="#g14325"
+ transform="translate(0,-30)">
+ <g
+ style="display:inline"
+ id="g15812-6-6-1-4"
+ transform="matrix(0.92951982,0,0,0.92914368,-156.75069,-212.9618)">
+ <g
+ transform="matrix(0.5089163,0,0,0.51739823,161.7932,197.56426)"
+ id="g5489-2-9-6-8-8-9"
+ style="display:inline">
+ <g
+ id="g5428-8-1-4-0-0-65" />
+ </g>
+ </g>
+ <rect
+ y="30.362183"
+ x="17"
+ height="16"
+ width="16"
+ id="rect13523-4"
+ style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" />
+ <g
+ id="g5400-2">
+ <rect
+ ry="2"
+ style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;stroke:#cfd6e6;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
+ id="rect5147-9-1-5-7-6-3"
+ width="13"
+ height="12.999997"
+ x="18.5"
+ y="31.862183"
+ rx="2" />
+ </g>
+ </g>
+ </g>
+ </g>
+ </g>
+</svg>
diff --git a/GTK-Gnome/Mondrian/cinnamon/light-assets/menu/menu.svg b/GTK-Gnome/Mondrian/cinnamon/light-assets/menu/menu.svg
new file mode 100644
index 0000000000000000000000000000000000000000..5ae74664f8100af39597b03bb31f8d21c63bcdd1
--- /dev/null
+++ b/GTK-Gnome/Mondrian/cinnamon/light-assets/menu/menu.svg
@@ -0,0 +1,127 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ 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"
+ width="32"
+ height="32"
+ viewBox="0 0 32 32"
+ id="svg5386"
+ version="1.1"
+ inkscape:version="0.91 r13725"
+ sodipodi:docname="menu.svg">
+ <defs
+ id="defs5388" />
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="1"
+ inkscape:cx="22.519877"
+ inkscape:cy="5.5302687"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="false"
+ units="px"
+ inkscape:snap-bbox="true"
+ inkscape:bbox-paths="true"
+ inkscape:bbox-nodes="true"
+ inkscape:snap-bbox-edge-midpoints="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid5954" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata5391">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Ebene 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ transform="translate(0,-1020.3622)">
+ <rect
+ style="display:inline;opacity:0.1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect4164-4-3"
+ width="23"
+ height="21.999889"
+ x="4.5"
+ y="1024.8622"
+ rx="2.0000005"
+ ry="1.9999999" />
+ <rect
+ style="display:inline;opacity:1;fill:#ffffff;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"
+ id="rect4164"
+ width="22"
+ height="20.999971"
+ x="5"
+ y="1025.3622"
+ rx="1.4"
+ ry="1.4" />
+ <g
+ transform="translate(-425.99995,658.36226)"
+ id="g4271"
+ style="display:inline;opacity:0.75">
+ <rect
+ ry="8"
+ rx="8"
+ y="362.49994"
+ x="426.49994"
+ height="31"
+ width="31.000011"
+ id="rect4164-4-7-5-3-8-8"
+ style="display:inline;opacity:0.01;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+ <rect
+ ry="6.999999"
+ rx="7"
+ y="363.49997"
+ x="427.49994"
+ height="28.999996"
+ width="29.000011"
+ id="rect4164-4-7-5-3-8"
+ style="display:inline;opacity:0.02;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999982;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+ <rect
+ ry="6"
+ rx="6"
+ y="364.49994"
+ x="428.49994"
+ height="26.999998"
+ width="27.000011"
+ id="rect4164-4-7-5-3"
+ style="display:inline;opacity:0.04;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+ <rect
+ ry="5"
+ rx="4.9999995"
+ y="365.49997"
+ x="429.49997"
+ height="24.999998"
+ width="24.999981"
+ id="rect4164-4-7-5"
+ style="display:inline;opacity:0.06;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+ <path
+ transform="translate(-6.1035156e-5,0)"
+ id="rect4164-4-7"
+ d="M 431.64844,388.30469 C 432.37319,389.0416 433.37997,389.5 434.5,389.5 l 15.00023,0 c 1.12003,0 2.12681,-0.4584 2.85156,-1.19531 -0.2591,0.12217 -0.5451,0.19531 -0.85156,0.19531 l -19.00023,0 c -0.30646,0 -0.59246,-0.0731 -0.85156,-0.19531 z"
+ style="display:inline;opacity:0.09;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="csscssc" />
+ </g>
+ </g>
+</svg>
diff --git a/GTK-Gnome/Mondrian/cinnamon/light-assets/menu/submenu.svg b/GTK-Gnome/Mondrian/cinnamon/light-assets/menu/submenu.svg
new file mode 100644
index 0000000000000000000000000000000000000000..378f29be1cdd2742fbbc86dcfeae8a3a04e6f9ce
--- /dev/null
+++ b/GTK-Gnome/Mondrian/cinnamon/light-assets/menu/submenu.svg
@@ -0,0 +1,117 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ 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"
+ width="37"
+ height="18"
+ id="svg3783"
+ version="1.1"
+ inkscape:version="0.91 r13725"
+ sodipodi:docname="submenu.svg"
+ inkscape:export-filename="/home/steffen/.local/share/themes/Vertex_Shell/gnome-shell/menu.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90">
+ <defs
+ id="defs3785" />
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#838383"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="45.254837"
+ inkscape:cx="2.5411162"
+ inkscape:cy="14.440542"
+ inkscape:document-units="px"
+ inkscape:current-layer="g3027"
+ showgrid="true"
+ inkscape:showpageshadow="false"
+ inkscape:window-width="1364"
+ inkscape:window-height="718"
+ inkscape:window-x="0"
+ inkscape:window-y="25"
+ inkscape:window-maximized="0"
+ inkscape:snap-global="true"
+ inkscape:snap-bbox="true"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ fit-margin-top="0"
+ fit-margin-left="0"
+ fit-margin-right="0"
+ fit-margin-bottom="0"
+ inkscape:bbox-paths="true"
+ inkscape:bbox-nodes="true"
+ inkscape:snap-bbox-edge-midpoints="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid4301"
+ empspacing="8"
+ visible="true"
+ enabled="true"
+ snapvisiblegridlinesonly="true"
+ originx="0"
+ originy="0" />
+ <sodipodi:guide
+ orientation="0,1"
+ position="14.052204,22.065004"
+ id="guide3831" />
+ <sodipodi:guide
+ orientation="0,1"
+ position="14.052204,-3.9349962"
+ id="guide3835" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata3788">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Calque 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ transform="translate(-5.9477962,-1025.4272)">
+ <g
+ id="g3027"
+ transform="matrix(0,-1,1,0,-1048.3622,1052.3622)">
+ <rect
+ style="opacity:0.05;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect3092"
+ width="28.999735"
+ height="18"
+ x="1058.3102"
+ y="-26.934996"
+ transform="matrix(0,1,-1,0,0,0)" />
+ <rect
+ style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect3883"
+ width="28.999802"
+ height="1"
+ x="1058.3102"
+ y="-9.9350014"
+ transform="matrix(0,1,-1,0,0,0)" />
+ <rect
+ style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect3883-9"
+ width="28.999802"
+ height="1"
+ x="1058.3101"
+ y="-26.935005"
+ transform="matrix(0,1,-1,0,0,0)" />
+ </g>
+ </g>
+</svg>
diff --git a/GTK-Gnome/Mondrian/cinnamon/light-assets/misc/button-box.svg b/GTK-Gnome/Mondrian/cinnamon/light-assets/misc/button-box.svg
new file mode 100644
index 0000000000000000000000000000000000000000..036f0d1fc2f55383428ceb6b76d5f951188e6a92
--- /dev/null
+++ b/GTK-Gnome/Mondrian/cinnamon/light-assets/misc/button-box.svg
@@ -0,0 +1,92 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ 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"
+ width="22"
+ height="18.999971"
+ viewBox="0 0 22 18.999971"
+ id="svg5386"
+ version="1.1"
+ inkscape:version="0.91 r13725"
+ sodipodi:docname="button-box.svg">
+ <defs
+ id="defs5388">
+ <clipPath
+ clipPathUnits="userSpaceOnUse"
+ id="clipPath4228">
+ <rect
+ style="opacity:1;fill:#5294e2;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"
+ id="rect4230"
+ width="38"
+ height="29.000017"
+ x="-3"
+ y="1027.3622"
+ rx="1.5"
+ ry="1.5" />
+ </clipPath>
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="16"
+ inkscape:cx="9.376447"
+ inkscape:cy="10.14915"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ units="px"
+ inkscape:snap-bbox="true"
+ inkscape:bbox-paths="true"
+ inkscape:bbox-nodes="true"
+ inkscape:snap-bbox-edge-midpoints="true"
+ fit-margin-top="0"
+ fit-margin-left="0"
+ fit-margin-right="0"
+ fit-margin-bottom="0"
+ showguides="false"
+ inkscape:object-paths="true"
+ inkscape:snap-intersection-paths="true"
+ inkscape:object-nodes="true"
+ inkscape:snap-smooth-nodes="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid5954"
+ originx="-5"
+ originy="-6.000065" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata5391">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Ebene 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ transform="translate(-5,-1027.3622)">
+ <path
+ style="opacity:0.95;fill:#353945;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"
+ d="m 27,1027.3622 0,17.9445 c 0,0.5848 -0.4906,1.0555 -1.1,1.0555 l -19.8,0 c -0.6094,0 -1.1,-0.4707 -1.1,-1.0555 l 0,-17.9445 z"
+ id="rect4145-1"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="csssscc" />
+ </g>
+</svg>
diff --git a/GTK-Gnome/Mondrian/cinnamon/light-assets/misc/message.svg b/GTK-Gnome/Mondrian/cinnamon/light-assets/misc/message.svg
new file mode 100644
index 0000000000000000000000000000000000000000..039cb8f3ebd4244f8e9a023778c93fcebe26596a
--- /dev/null
+++ b/GTK-Gnome/Mondrian/cinnamon/light-assets/misc/message.svg
@@ -0,0 +1,103 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ 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"
+ width="32"
+ height="32"
+ viewBox="0 0 32 32.000001"
+ id="svg6621"
+ version="1.1"
+ inkscape:version="0.91 r13725"
+ sodipodi:docname="message.svg">
+ <defs
+ id="defs6623">
+ <linearGradient
+ id="selected_bg_color"
+ osb:paint="solid">
+ <stop
+ style="stop-color:#5294e2;stop-opacity:1;"
+ offset="0"
+ id="stop4153" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#selected_bg_color"
+ id="linearGradient4155"
+ x1="2"
+ y1="1020.3622"
+ x2="2"
+ y2="1052.3622"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.3333334,0,0,1.032258,-0.66666666,-33.431038)" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="1"
+ inkscape:cx="-3.6188723"
+ inkscape:cy="36.101629"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="false"
+ units="px"
+ inkscape:snap-bbox="true"
+ inkscape:bbox-paths="true"
+ inkscape:bbox-nodes="true"
+ inkscape:snap-bbox-edge-midpoints="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid7177" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata6626">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Ebene 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ transform="translate(0,-1020.3622)">
+ <rect
+ style="display:inline;opacity:1;fill:#fcfdfd;fill-opacity:1;stroke:#cfd6e6;stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect4160"
+ width="31"
+ height="31.000017"
+ x="0.5"
+ y="1020.8622"
+ rx="1.5"
+ ry="1.5" />
+ <path
+ style="display:inline;opacity:1;fill:url(#linearGradient4155);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"
+ d="m 3,1020.3622 1,0 0,32 -1,0 c -1.662,0 -3,-0.7025 -3,-1.5751 l 0,-28.8498 c 0,-0.8726 1.338,-1.5751 3,-1.5751 z"
+ id="rect4162-5"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="sccssss" />
+ <path
+ style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.08095238"
+ d="m 2.75,1020.8622 0.75,0 0,31 -0.75,0 c -1.2465,0 -2.25,-0.6805 -2.25,-1.5259 l 0,-27.9482 c 0,-0.8454 1.0035,-1.5259 2.25,-1.5259 z"
+ id="rect4162-5-7"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="sccssss" />
+ </g>
+</svg>
diff --git a/GTK-Gnome/Mondrian/cinnamon/light-assets/misc/modal.svg b/GTK-Gnome/Mondrian/cinnamon/light-assets/misc/modal.svg
new file mode 100644
index 0000000000000000000000000000000000000000..b61f537e22eb029397a06e81b7c56e4056ef0c0d
--- /dev/null
+++ b/GTK-Gnome/Mondrian/cinnamon/light-assets/misc/modal.svg
@@ -0,0 +1,143 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ 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"
+ width="32"
+ height="84"
+ viewBox="0 0 32 84"
+ id="svg5386"
+ version="1.1"
+ inkscape:version="0.91 r13725"
+ sodipodi:docname="modal.svg">
+ <defs
+ id="defs5388">
+ <clipPath
+ clipPathUnits="userSpaceOnUse"
+ id="clipPath4154">
+ <rect
+ transform="scale(1,-1)"
+ ry="1.5"
+ rx="1.5"
+ y="-992.36218"
+ x="-5.5"
+ height="24.500061"
+ width="43"
+ id="rect4156"
+ style="opacity:1;fill:#5294e2;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" />
+ </clipPath>
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#c7c7c7"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="11.313708"
+ inkscape:cx="-10.839259"
+ inkscape:cy="63.908322"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ units="px"
+ inkscape:snap-bbox="true"
+ inkscape:bbox-paths="true"
+ inkscape:bbox-nodes="true"
+ inkscape:snap-bbox-edge-midpoints="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid5954" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata5391">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Ebene 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ transform="translate(0,-968.3622)">
+ <rect
+ style="display:inline;opacity:0.1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect4164-4-3"
+ width="23"
+ height="73.999352"
+ x="4.5"
+ y="972.86285"
+ rx="2.0000005"
+ ry="1.9999999" />
+ <rect
+ style="display:inline;opacity:1;fill:#f5f6f7;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"
+ id="rect4164"
+ width="22"
+ height="20.999971"
+ x="5"
+ y="973.36285"
+ rx="1.4"
+ ry="2.0461845"
+ clip-path="url(#clipPath4154)"
+ transform="matrix(1,0,0,0.68420028,0,307.38771)" />
+ <g
+ transform="translate(-425.99995,606.36226)"
+ id="g4271"
+ style="display:inline;opacity:0.75">
+ <rect
+ ry="8"
+ rx="8"
+ y="362.49994"
+ x="426.49994"
+ height="83"
+ width="31.000011"
+ id="rect4164-4-7-5-3-8-8"
+ style="display:inline;opacity:0.01000001;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+ <rect
+ ry="6.9999981"
+ rx="7"
+ y="363.49997"
+ x="427.49994"
+ height="80.999969"
+ width="29.000011"
+ id="rect4164-4-7-5-3-8"
+ style="display:inline;opacity:0.02000002;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999982;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+ <rect
+ ry="6.0000005"
+ rx="6"
+ y="364.49997"
+ x="428.49994"
+ height="79"
+ width="27.000011"
+ id="rect4164-4-7-5-3"
+ style="display:inline;opacity:0.03999999;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+ <rect
+ ry="5"
+ rx="4.9999995"
+ y="365.49997"
+ x="429.49997"
+ height="76.999969"
+ width="24.999981"
+ id="rect4164-4-7-5"
+ style="display:inline;opacity:0.06000001;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+ <path
+ id="rect4164-4-7"
+ d="m 431.64838,440.30463 c 0.72475,0.73691 1.73153,1.19531 2.85156,1.19531 l 15.00023,0 c 1.12003,0 2.12681,-0.4584 2.85156,-1.19531 -0.2591,0.12217 -0.5451,0.19531 -0.85156,0.19531 l -19.00023,0 c -0.30646,0 -0.59246,-0.0731 -0.85156,-0.19531 z"
+ style="display:inline;opacity:0.08999999;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="csscssc" />
+ </g>
+ </g>
+</svg>
diff --git a/GTK-Gnome/Mondrian/cinnamon/light-assets/switch/switch-off.svg b/GTK-Gnome/Mondrian/cinnamon/light-assets/switch/switch-off.svg
new file mode 100644
index 0000000000000000000000000000000000000000..96749e2490245aa4162e1ec95f35c3c4c652a62b
--- /dev/null
+++ b/GTK-Gnome/Mondrian/cinnamon/light-assets/switch/switch-off.svg
@@ -0,0 +1,201 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ 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"
+ width="50"
+ height="20"
+ id="svg7539"
+ version="1.1"
+ inkscape:version="0.91 r13725"
+ sodipodi:docname="switch-off.svg">
+ <defs
+ id="defs7541">
+ <linearGradient
+ id="linearGradient4695-1-4-3-5-0-6">
+ <stop
+ id="stop4697-9-9-7-0-1-5"
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0" />
+ <stop
+ id="stop4699-5-8-9-0-4-0"
+ style="stop-color:#000000;stop-opacity:0"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3768-6">
+ <stop
+ style="stop-color:#0f0f0f;stop-opacity:1;"
+ offset="0"
+ id="stop3770-0" />
+ <stop
+ id="stop3778-6"
+ offset="0.078125"
+ style="stop-color:#171717;stop-opacity:1;" />
+ <stop
+ style="stop-color:#171717;stop-opacity:1;"
+ offset="0.97355771"
+ id="stop3774-2" />
+ <stop
+ style="stop-color:#1b1b1b;stop-opacity:1;"
+ offset="1"
+ id="stop3776-2" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3969-0-4">
+ <stop
+ style="stop-color:#353537;stop-opacity:1;"
+ offset="0"
+ id="stop3971-2-6" />
+ <stop
+ style="stop-color:#4d4f52;stop-opacity:1;"
+ offset="1"
+ id="stop3973-0-1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3938">
+ <stop
+ id="stop3940"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ id="stop3942"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0.54901963;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6523">
+ <stop
+ id="stop6525"
+ offset="0"
+ style="stop-color:#1a1a1a;stop-opacity:1;" />
+ <stop
+ id="stop6527"
+ offset="1"
+ style="stop-color:#1a1a1a;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3938-6">
+ <stop
+ id="stop3940-4"
+ offset="0"
+ style="stop-color:#bebebe;stop-opacity:1;" />
+ <stop
+ id="stop3942-8"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ </linearGradient>
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="8.2495794"
+ inkscape:cx="19.533441"
+ inkscape:cy="12.339343"
+ 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="1920"
+ inkscape:window-height="1032"
+ inkscape:window-x="0"
+ inkscape:window-y="23"
+ 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:grid
+ type="xygrid"
+ id="grid3019"
+ empspacing="5"
+ visible="true"
+ enabled="true"
+ snapvisiblegridlinesonly="true"
+ originx="-4"
+ originy="2.6171874e-06" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7544">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ id="layer1"
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ transform="translate(-120,87.999997)">
+ <g
+ transform="translate(-886,-418)"
+ style="display:inline;opacity:1"
+ id="switch"
+ inkscape:label="#g4820">
+ <g
+ id="layer1-9"
+ inkscape:label="Layer 1"
+ transform="matrix(-1,0,0,1,1177,420)">
+ <g
+ style="display:inline"
+ transform="translate(120,-116.99998)"
+ inkscape:label="Layer 1"
+ id="switch-active-2">
+ <g
+ id="g3900-12"
+ transform="translate(0,-1004.3622)">
+ <rect
+ style="display:inline;opacity:0;fill:#434343;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:1"
+ id="rect5465-3-32"
+ width="52"
+ height="24"
+ x="0"
+ y="1029.3622" />
+ <rect
+ style="fill:#cfd6e6;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ id="rect2987-07"
+ width="50"
+ height="20"
+ x="1"
+ y="1031.3622"
+ ry="11"
+ rx="11" />
+ <circle
+ style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ id="path3759-7"
+ cx="41"
+ cy="1041.3622"
+ r="9" />
+ </g>
+ </g>
+ </g>
+ <path
+ inkscape:connector-curvature="0"
+ d="m 1043.0028,337 0.75,0 c 0.01,-9e-5 0.016,-3.5e-4 0.023,0 0.1912,0.008 0.3824,0.0964 0.5156,0.23437 l 1.711,1.71094 1.7343,-1.71094 c 0.1993,-0.17287 0.335,-0.22912 0.5157,-0.23437 l 0.75,0 0,0.75 c 0,0.21485 -0.026,0.41298 -0.1875,0.5625 l -1.711,1.71093 1.6875,1.6875 c 0.1412,0.14113 0.211,0.34009 0.211,0.53907 l 0,0.75 -0.75,0 c -0.199,-10e-6 -0.398,-0.0698 -0.5391,-0.21094 l -1.7109,-1.71094 -1.711,1.71094 c -0.1411,0.14114 -0.3401,0.21094 -0.539,0.21094 l -0.75,0 0,-0.75 c 0,-0.19897 0.07,-0.39794 0.2109,-0.53907 l 1.7109,-1.6875 -1.7109,-1.71093 c -0.1581,-0.14598 -0.2274,-0.35194 -0.2109,-0.5625 l 0,-0.75 z"
+ id="path10839-9-8-2-2-5"
+ style="color:#bebebe;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:'Andale Mono';-inkscape-font-specification:'Andale Mono';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;display:inline;overflow:visible;visibility:visible;opacity:0.6;fill:#5c616c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" />
+ </g>
+ </g>
+</svg>
diff --git a/GTK-Gnome/Mondrian/cinnamon/light-assets/switch/switch-on.svg b/GTK-Gnome/Mondrian/cinnamon/light-assets/switch/switch-on.svg
new file mode 100644
index 0000000000000000000000000000000000000000..9945e14c237b89706e650ab7756450ab9dd5c985
--- /dev/null
+++ b/GTK-Gnome/Mondrian/cinnamon/light-assets/switch/switch-on.svg
@@ -0,0 +1,274 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ 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"
+ width="50"
+ height="20"
+ id="svg7539"
+ version="1.1"
+ inkscape:version="0.91 r13725"
+ sodipodi:docname="switch-on.svg">
+ <defs
+ id="defs7541">
+ <linearGradient
+ id="selected_fg_color"
+ osb:paint="solid">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop4181" />
+ </linearGradient>
+ <linearGradient
+ id="selected_bg_color"
+ osb:paint="solid">
+ <stop
+ style="stop-color:#5294e2;stop-opacity:1;"
+ offset="0"
+ id="stop4166" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4695-1-4-3-5-0-6">
+ <stop
+ id="stop4697-9-9-7-0-1-5"
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0" />
+ <stop
+ id="stop4699-5-8-9-0-4-0"
+ style="stop-color:#000000;stop-opacity:0"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3768-6">
+ <stop
+ style="stop-color:#0f0f0f;stop-opacity:1;"
+ offset="0"
+ id="stop3770-0" />
+ <stop
+ id="stop3778-6"
+ offset="0.078125"
+ style="stop-color:#171717;stop-opacity:1;" />
+ <stop
+ style="stop-color:#171717;stop-opacity:1;"
+ offset="0.97355771"
+ id="stop3774-2" />
+ <stop
+ style="stop-color:#1b1b1b;stop-opacity:1;"
+ offset="1"
+ id="stop3776-2" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3969-0-4">
+ <stop
+ style="stop-color:#353537;stop-opacity:1;"
+ offset="0"
+ id="stop3971-2-6" />
+ <stop
+ style="stop-color:#4d4f52;stop-opacity:1;"
+ offset="1"
+ id="stop3973-0-1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3938">
+ <stop
+ id="stop3940"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ <stop
+ id="stop3942"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0.54901963;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6523">
+ <stop
+ id="stop6525"
+ offset="0"
+ style="stop-color:#1a1a1a;stop-opacity:1;" />
+ <stop
+ id="stop6527"
+ offset="1"
+ style="stop-color:#1a1a1a;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3938-6">
+ <stop
+ id="stop3940-4"
+ offset="0"
+ style="stop-color:#bebebe;stop-opacity:1;" />
+ <stop
+ id="stop3942-8"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#selected_bg_color"
+ id="linearGradient4168"
+ x1="26"
+ y1="1031.3622"
+ x2="26"
+ y2="1051.3622"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#selected_fg_color"
+ id="linearGradient4183"
+ x1="980.04999"
+ y1="-456.09485"
+ x2="980.04999"
+ y2="-454.09487"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#selected_fg_color"
+ id="linearGradient4185"
+ x1="981.54999"
+ y1="-462.09485"
+ x2="981.54999"
+ y2="-454.09487"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#selected_fg_color"
+ id="linearGradient4187"
+ x1="41"
+ y1="1032.3622"
+ x2="41"
+ y2="1050.3622"
+ gradientUnits="userSpaceOnUse" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="8.2495795"
+ inkscape:cx="1.2517535"
+ inkscape:cy="0.45938131"
+ inkscape:current-layer="switch-active-2"
+ 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="1920"
+ inkscape:window-height="1032"
+ inkscape:window-x="0"
+ inkscape:window-y="23"
+ 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:grid
+ type="xygrid"
+ id="grid3019"
+ empspacing="5"
+ visible="true"
+ enabled="true"
+ snapvisiblegridlinesonly="true"
+ originx="-4"
+ originy="2.6171874e-06" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7544">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ id="layer1"
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ transform="translate(-120,87.999997)">
+ <g
+ transform="translate(-886,-448)"
+ style="display:inline;opacity:1"
+ id="switch-active-2"
+ inkscape:label="#g4829">
+ <g
+ id="layer1-9-0"
+ inkscape:label="Layer 1"
+ transform="translate(885,450)"
+ style="display:inline;opacity:1">
+ <g
+ style="display:inline"
+ transform="translate(120,-116.99998)"
+ inkscape:label="Layer 1"
+ id="switch-active-8">
+ <g
+ id="g3900-1-87"
+ transform="translate(0,-1004.3622)">
+ <rect
+ style="display:inline;opacity:0;fill:#434343;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:1"
+ id="rect5465-3-3"
+ width="52"
+ height="24"
+ x="0"
+ y="1029.3622" />
+ <rect
+ style="fill:url(#linearGradient4168);fill-opacity:1;fill-rule:nonzero;stroke:none"
+ id="rect2987-0-8"
+ width="50"
+ height="20"
+ x="1"
+ y="1031.3622"
+ ry="11"
+ rx="11" />
+ <circle
+ style="fill:url(#linearGradient4187);fill-opacity:1;fill-rule:nonzero;stroke:none"
+ id="path3759-0"
+ cx="41"
+ cy="1041.3622"
+ r="9" />
+ </g>
+ </g>
+ </g>
+ <g
+ transform="translate(-1.0003162,0)"
+ id="g4816">
+ <rect
+ transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)"
+ ry="0.66666085"
+ rx="0.66666085"
+ y="-456.09485"
+ x="977.54999"
+ height="1.9999826"
+ width="5"
+ id="rect3977-39-2"
+ style="display:inline;opacity:1;fill:url(#linearGradient4183);fill-opacity:1;stroke:none" />
+ <rect
+ transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)"
+ ry="0"
+ y="-462.09485"
+ x="980.54999"
+ height="7.9999828"
+ width="2"
+ id="rect3979-7-0"
+ style="display:inline;opacity:1;fill:url(#linearGradient4185);fill-opacity:1;stroke:none" />
+ </g>
+ </g>
+ </g>
+</svg>
diff --git a/GTK-Gnome/Mondrian/cinnamon/sass/_colors.scss b/GTK-Gnome/Mondrian/cinnamon/sass/_colors.scss
new file mode 100644
index 0000000000000000000000000000000000000000..8d3a5f274082fafe3f454e9584486c781492e41a
--- /dev/null
+++ b/GTK-Gnome/Mondrian/cinnamon/sass/_colors.scss
@@ -0,0 +1,101 @@
+// When color definition differs for dark and light variant,
+// it gets @if ed depending on $variant
+
+
+$base_color: if($variant =='light', #ffffff, #404552);
+$text_color: if($variant == 'light', #5c616c, #D3DAE3);
+$bg_color: if($variant =='light', #F5F6F7, #383C4A);
+$fg_color: if($variant =='light', #5c616c, #D3DAE3);
+
+$selected_fg_color: #ffffff;
+$selected_bg_color: #5294e2;
+$selected_borders_color: darken($selected_bg_color, 20%);
+$borders_color: if($variant =='light', darken($bg_color,9%), darken($bg_color,6%));
+
+$link_color: if($variant == 'light', darken($selected_bg_color,10%),
+ lighten($selected_bg_color,20%));
+$link_visited_color: if($variant == 'light', darken($selected_bg_color,20%),
+ lighten($selected_bg_color,10%));
+
+$selection_mode_bg: if($transparency == 'true', transparentize($selected_bg_color, 0.05), $selected_bg_color);
+$selection_mode_fg: $selected_fg_color;
+$warning_color: #F27835;
+$error_color: #FC4138;
+$warning_fg_color: white;
+$error_fg_color: white;
+$success_color: #73d216;
+$destructive_color: #F04A50;
+$suggested_color: #4DADD4;
+$destructive_fg_color: white;
+$suggested_fg_color: white;
+
+$drop_target_color: #F08437;
+
+//insensitive state derived colors
+$insensitive_fg_color: if($variant == 'light', transparentize($fg_color, 0.45), transparentize($fg_color, 0.55));
+$insensitive_bg_color: if($variant == 'light', mix($bg_color, $base_color, 40%), lighten($bg_color, 2%));
+
+$header_bg: red;
+@if $transparency=='true' and $variant=='light' { $header_bg: transparentize(#e7e8eb, 0.05); }
+@if $transparency=='false' and $variant=='light' { $header_bg: #e7e8eb; }
+@if $transparency=='true' and ($variant=='dark' or $darker=='true') { $header_bg: transparentize(#2f343f, 0.03); }
+@if $transparency=='false' and ($variant=='dark' or $darker=='true') { $header_bg: #2f343f; }
+
+$header_bg_backdrop: if($darker == 'true' or $variant == 'dark', lighten($header_bg, 1.5%), lighten($header_bg, 3%));
+
+$header_border: if($variant == 'light' and $darker=='false', darken($header_bg, 7%), darken($header_bg, 4%));
+
+$header_fg: if($variant == 'light', saturate(transparentize($fg_color, 0.2), 10%), saturate(transparentize($fg_color, 0.2), 10%));
+$header_fg: if($darker == 'true', saturate(transparentize(#D3DAE3, 0.2), 10%), $header_fg);
+
+$dark_sidebar_bg: if($transparency == 'true', transparentize(#353945, 0.05), #353945);
+$dark_sidebar_fg: #BAC3CF;
+$dark_sidebar_border: if($variant == 'light', $dark_sidebar_bg, darken($dark_sidebar_bg, 5%));
+
+$osd_fg_color: $dark_sidebar_fg;
+$osd_bg_color: $dark_sidebar_bg;
+
+$osd_button_bg: transparentize(lighten($osd_bg_color, 22%), 0.6);
+$osd_button_border: transparentize(darken($osd_bg_color, 12%), 0.6);
+
+$osd_entry_bg: transparentize(lighten($osd_bg_color, 22%), 0.6);
+$osd_entry_border: transparentize(darken($osd_bg_color, 12%), 0.6);
+
+$osd_insensitive_bg_color: darken($osd_bg_color, 3%);
+$osd_insensitive_fg_color: mix($osd_fg_color, opacify($osd_bg_color, 1), 30%);
+$osd_borders_color: transparentize(black, 0.3);
+
+$panel_bg: darken($dark_sidebar_bg, 4.7%);
+$panel_fg: $dark_sidebar_fg;
+
+$entry_bg: if($variant=='light', $base_color, lighten($base_color, 0%));
+$entry_border: if($variant == 'light', #cfd6e6, darken($borders_color, 0%));
+
+$header_entry_bg: if($darker == 'true' or $variant == 'dark', transparentize(lighten($header_bg, 22%), 0.6), transparentize($base_color, 0.1));
+$header_entry_border: if($darker == 'true' or $variant == 'dark', transparentize(darken($header_bg, 12%), 0.6), transparentize($header_fg, 0.7));
+
+$button_bg: if($variant == 'light', lighten($bg_color, 2%), lighten($base_color, 2%));
+$button_border: $entry_border;
+
+$header_button_bg: if($darker == 'true' or $variant == 'dark', transparentize(lighten($header_bg, 22%), 0.6), transparentize($button_bg, 0.1));
+$header_button_border: if($darker == 'true' or $variant == 'dark', transparentize(darken($header_bg, 12%), 0.6), transparentize($header_fg, 0.7));
+
+//WM Buttons
+
+// Close
+$wm_button_close_bg: if($variant == 'light' and $darker == 'false', #f46067, #cc575d);
+$wm_button_close_hover_bg: if($variant == 'light' and $darker == 'false', #f68086, #d7787d);
+$wm_button_close_active_bg: if($variant == 'light' and $darker == 'false', #f13039, #be3841);
+
+$wm_icon_close_bg: if($variant == 'light' and $darker == 'false',#F8F8F9 , #2f343f);
+
+// Minimize, Maximize
+$wm_button_hover_bg: if($variant == 'light' and $darker == 'false', #fdfdfd, #454C5C);
+$wm_button_active_bg: $selected_bg_color;
+
+$wm_button_hover_border: if($variant == 'light' and $darker == 'false', #D1D3DA, #262932);
+
+$wm_icon_bg: if($variant == 'light' and $darker == 'false', #90949E, #90939B);
+$wm_icon_unfocused_bg: if($variant == 'light' and $darker == 'false', #B6B8C0, #666A74);
+$wm_icon_hover_bg: if($variant == 'light' and $darker == 'false', #7A7F8B, #C4C7CC);
+$wm_icon_active_bg: $selected_fg_color;
diff --git a/GTK-Gnome/Mondrian/cinnamon/sass/_common.scss b/GTK-Gnome/Mondrian/cinnamon/sass/_common.scss
new file mode 100644
index 0000000000000000000000000000000000000000..00af8f7f92aa29b2f0d26bc152419d31918a27c3
--- /dev/null
+++ b/GTK-Gnome/Mondrian/cinnamon/sass/_common.scss
@@ -0,0 +1,1688 @@
+$asset_path: if($variant == 'dark', dark-assets, light-assets);
+
+//
+// Globals
+//
+$font-size: 9;
+$font-family: Futura Bk bt, sans, Sans-Serif;
+$_bubble_bg_color: opacify($osd_bg_color,0.25);
+$_bubble_fg_color: $osd_fg_color;
+$_bubble_borders_color: transparentize($osd_fg_color,0.8);
+$_shell_fg_color: white;
+
+stage {
+ font-family: $font-family;
+ @include fontsize($font-size);
+ color: $fg_color;
+}
+
+.label-shadow {
+ color: rgba(0, 0, 0, 0);
+}
+
+%reset_style {
+ background-color: transparent !important;
+ background-gradient-direction: none !important;
+ border: none !important;
+ border-radius: 0 !important;
+}
+
+//
+// Buttons
+//
+%button {
+ min-height: 20px;
+ padding: 5px 32px;
+ transition-duration: 0;
+
+ &, &:focus, &:hover, &:hover:focus, &:active, &:active:focus, &:insensitive {
+ border-radius: 2px;
+ }
+
+ @include button(normal);
+
+ &:focus { @include button(focus); }
+ &:hover { @include button(hover); }
+ &:hover:focus { @include button(focus-hover); }
+ &:active, &:active:focus { @include button(active); }
+ &:insensitive { @include button(insensitive); }
+}
+
+%osd_button {
+ min-height: 20px;
+ padding: 5px 32px;
+ transition-duration: 0;
+ border-radius: 2px;
+
+ @include button(osd);
+
+ &:hover { @include button(osd-hover); }
+ &:focus { color: $selected_bg_color; }
+ &:active { @include button(osd-active); }
+ &:insensitive { @include button(osd-insensitive); }
+}
+
+//
+// Entries
+//
+%entry {
+ padding: 7px;
+ caret-size: 1px;
+ selection-background-color: $selected_bg_color;
+ selected-color: $selected_fg_color;
+ transition-duration: 300ms;
+ border-radius: 3px;
+
+ @include entry(normal);
+
+ &:focus, &:hover { @include entry(focus); }
+ &:insensitive { @include entry(insensitive); }
+
+ StIcon.capslock-warning {
+ icon-size: 16px;
+ warning-color: $warning_color;
+ padding: 0 4px;
+ }
+}
+
+%osd_entry {
+ padding: 7px;
+ caret-size: 1px;
+ caret-color: $osd_fg_color;
+ selection-background-color: $selected_bg_color;
+ selected-color: $selected_fg_color;
+ transition-duration: 300ms;
+ border-radius: 3px;
+
+ @include entry(osd);
+
+ &:focus { @include entry(osd-focus); }
+ &:insensitive { @include entry(osd-insensitive); }
+}
+
+//
+// Scrollbars
+//
+StScrollView {
+ &.vfade { -st-vfade-offset: 0px; }
+ &.hfade { -st-hfade-offset: 0px; }
+}
+
+StScrollBar {
+
+ padding: 8px;
+
+ StScrollView & {
+ min-width: 5px;
+ min-height: 5px;
+ }
+
+ StBin#trough {
+ background-color: transparentize($base_color, 0.9);
+ border-radius: 8px;
+ }
+
+ StButton#vhandle, StButton#hhandle {
+ border-radius: 2px;
+ background-color: mix($fg_color, $bg_color, 40%);
+ border: 0px solid;
+ margin: 0px;
+
+ &:hover { background-color: mix($fg_color, $bg_color, 30%); }
+
+ &:active { background-color: $selected_bg_color; }
+ }
+}
+
+.separator {
+ -gradient-height: 1px;
+ -gradient-start: rgba(0,0,0,0);
+ -gradient-end: rgba(0,0,0,0);
+ -margin-horizontal: 1.5em;
+ height: 1em;
+}
+
+//
+// Slider
+//
+.popup-slider-menu-item,
+.slider {
+ -slider-height: 4px;
+ -slider-background-color: $button_border; //background of the trough
+ -slider-border-color: transparentize(black, 1); //trough border color
+ -slider-active-background-color: $selected_bg_color; //active trough fill
+ -slider-active-border-color: transparentize(black, 1); //active trough border
+ -slider-border-width: 0;
+ -slider-handle-radius: 4px;
+ height: 18px;
+ min-width: 15em;
+ border: 0 solid transparent;
+ border-right-width: 1px;
+ border-left-width: 5px;
+ color: transparent;
+
+ .popup-menu-item:active & {
+ -slider-background-color: transparentize(black, 0.8);
+ -slider-active-background-color: $selected_fg_color;
+ }
+}
+
+//
+// Check Boxes
+//
+.check-box {
+
+ CinnamonGenericContainer {
+ spacing: .2em;
+ min-height: 30px;
+ padding-top: 2px;
+ }
+
+ StLabel { font-weight: normal; }
+
+ StBin {
+ width: 16px;
+ height: 16px;
+ background-image: url("#{$asset_path}/checkbox/checkbox-unchecked.svg");
+ }
+
+ &:focus StBin { background-image: url("#{$asset_path}/checkbox/checkbox-unchecked-focused.svg"); }
+
+ &:checked StBin { background-image: url("#{$asset_path}/checkbox/checkbox-checked.svg"); }
+
+ &:focus:checked StBin { background-image: url("#{$asset_path}/checkbox/checkbox-checked-focused.svg"); }
+}
+
+//
+// Radio Buttons
+//
+.radiobutton {
+
+ CinnamonGenericContainer {
+ spacing: .2em;
+ height: 26px;
+ padding-top: 2px;
+ }
+
+ StLabel {
+ padding-top: 4px;
+ font-size: 0.9em;
+ box-shadow: none;
+ }
+
+ StBin {
+ width: 16px;
+ height: 16px;
+ background-image: url("#{$asset_path}/checkbox/checkbox-unchecked.svg");
+ }
+
+ &:focus StBin { background-image: url("#{$asset_path}/checkbox/checkbox-unchecked-focused.svg"); }
+
+ &:checked StBin { background-image: url("#{$asset_path}/checkbox/checkbox-checked.svg"); }
+
+ &:focus:checked StBin { background-image: url("#{$asset_path}/checkbox/checkbox-checked-focused.svg"); }
+}
+
+//
+// Switches
+//
+.toggle-switch {
+ width: 50px;
+ height: 20px;
+ background-size: contain;
+ background-image: url("#{$asset_path}/switch/switch-off.svg");
+
+ &:checked { background-image: url("#{$asset_path}/switch/switch-on.svg"); }
+
+ .popup-menu-item:active & {
+ background-image: url("common-assets/switch/switch-off-selected.svg");
+
+ &:checked { background-image: url("common-assets/switch/switch-on-selected.svg"); }
+ }
+}
+
+//
+// Links
+//
+.cinnamon-link {
+ color: $link_color;
+ text-decoration: underline;
+
+ &:hover { color: lighten($link_color,10%); }
+}
+
+//
+// Tooltip
+//
+#Tooltip {
+ border-radius: 3px;
+ padding: 5px 12px;
+ background-color: $osd_bg_color;
+ color: $osd_fg_color;
+ font-size: 1em;
+ font-weight: normal;
+ text-align: center;
+}
+
+//
+// Popvers/Menus
+//
+.menu,
+.popup-menu,
+%menu {
+ color: $fg_color;
+ border-image: url("#{$asset_path}/menu/menu.svg") 9 9 9 9;
+
+ &-arrow { icon-size: 16px; }
+
+ .popup-sub-menu {
+ background-gradient-direction: none;
+ box-shadow: none;
+ border-image: url("#{$asset_path}/menu/submenu.svg") 9 9 9 9;
+
+ .popup-menu-item:ltr { padding-right: 0em; }
+ .popup-menu-item:rtl { padding-left: 0em; }
+
+ StScrollBar {
+ padding: 4px;
+ StBin#trough, StBin#vhandle { border-width: 0; }
+ }
+ }
+
+ .popup-menu-content { padding: 1em 0em 1em 0em; }
+ .popup-menu-item {
+ padding: .4em 1.75em;
+ spacing: 1em;
+
+ &:active {
+ color: $selected_fg_color;
+ background-color: transparent;
+ border-image: url("common-assets/menu/menu-hover.svg") 9 9 1 1;
+ }
+ &:insensitive {
+ color: transparentize($fg_color, 0.5);
+ background: none;
+ }
+ }
+
+ .popup-inactive-menu-item { //all icons and other graphical elements
+ color: $fg_color;
+
+ &:insensitive { color: $insensitive_fg_color; }
+ }
+
+ .popup-menu-item:active .popup-inactive-menu-item { color: $selected_fg_color; }
+
+ &-icon { icon-size: 16px; }
+}
+
+.popup-menu-boxpointer {
+ -arrow-border-radius: 3px;
+ -arrow-background-color: rgba(0,0,0,0.0);
+ -arrow-border-width: 1px;
+ -arrow-border-color: rgba(0,0,0,0.0);
+ -arrow-base: 0;
+ -arrow-rise: 0;
+}
+
+.popup-combo-menu {
+ @extend %menu;
+ padding: 10px 1px;
+}
+.popup-image-menu-item {}
+
+.popup-combobox-item { spacing: 1em; }
+
+.popup-separator-menu-item {
+ -gradient-height: 2px;
+ -gradient-start: transparent;
+ -gradient-end: transparent;
+ -margin-horizontal: 1.5em;
+ height: 1em;
+}
+
+.popup-alternating-menu-item:alternate {
+ font-weight: normal;
+}
+
+.popup-device-menu-item { spacing: .5em; }
+
+.popup-subtitle-menu-item { font-weight: normal; }
+
+.nm-menu-item-icons { spacing: .5em; }
+
+//
+// Panel
+//
+#panel {
+ font-weight: bold;
+ height: 27px;
+ width: 32px;
+
+ &:highlight {
+ border-image: none;
+ background-color: transparentize($error_color, 0.5);
+ }
+
+ &Left {
+ spacing: 4px;
+
+ &:dnd {
+ background-gradient-direction: vertical;
+ background-gradient-start: rgba(255,0,0,0.05);
+ background-gradient-end: rgba(255,0,0,0.2);
+ }
+ &:ltr { padding-right: 4px; }
+ &:rtl { padding-left: 4px; }
+
+ &.vertical {
+ padding: 0;
+
+ &:ltr { padding-right: 0px; }
+ &:rtl { padding-left: 0px; }
+ }
+ }
+
+ &Right {
+
+ &:dnd {
+ background-gradient-direction: vertical;
+ background-gradient-start: rgba(0,0,255,0.05);
+ background-gradient-end: rgba(0,0,255,0.2);
+ }
+ &:ltr { padding-left: 4px; spacing: 0px; }
+ &:rtl { padding-right: 4px; spacing: 0px; }
+
+ &.vertical {
+ padding: 0;
+
+ &:ltr { padding-right: 0px; }
+ &:rtl { padding-left: 0px; }
+ }
+ }
+
+ &Center {
+ spacing: 4px;
+
+ &:dnd {
+ background-gradient-direction: vertical;
+ background-gradient-start: rgba(0,255,0,0.05);
+ background-gradient-end: rgba(0,255,0,0.2);
+ }
+ }
+}
+
+.panel {
+ $_panel_fg_color: $_shell_fg_color;
+
+ &-top, &-bottom, &-left, &-right {
+ color: $_panel_fg_color;
+ font-size: 1em;
+ padding: 0px;
+ }
+
+ &-top { border-image: url('common-assets/panel/panel-top.svg') 1 1 1 1; }
+ &-bottom { border-image: url('common-assets/panel/panel-bottom.svg') 1 1 1 1; }
+ &-left { border-image: url('common-assets/panel/panel-left.svg') 1 1 1 1; }
+ &-right { border-image: url('common-assets/panel/panel-right.svg') 1 1 1 1; }
+
+ &-dummy {
+ background-color: transparentize($error_color, 0.5);
+
+ &:entered { background-color: transparentize($error_color, 0.4); }
+ }
+
+ &-status-button {
+ border-width: 0;
+ -natural-hpadding: 3px;
+ -minimum-hpadding: 3px;
+ font-weight: bold;
+ color: white;
+ height: 22px;
+
+ &:hover {}
+ }
+
+ &-button {
+ -natural-hpadding: 6px;
+ -minimum-hpadding: 2px;
+ font-weight: bold;
+ color: green;
+ transition-duration: 100;
+
+ &:hover {}
+ }
+}
+
+.system-status-icon {
+ icon-size: 16px;
+ padding: 0 1px;
+}
+
+//
+// Overview
+//
+#overview { spacing: 12px; }
+
+.window-caption {
+ background-color: $osd_bg_color;
+ border: 1px solid $osd_bg_color;
+ color: $osd_fg_color;
+ spacing: 25px;
+ border-radius: 2px;
+ font-size: 9pt;
+ padding: 5px 8px;
+ -cinnamon-caption-spacing: 4px;
+
+ &#selected {
+ background-color: $selected_bg_color;
+ color: $selected_fg_color;
+ border: 1px solid $selected_bg_color;
+ spacing: 25px;
+ }
+}
+
+.expo-workspaces-name-entry,
+.expo-workspaces-name-entry#selected {
+ height: 15px;
+ border-radius: 2px;
+ font-size: 9pt;
+ padding: 5px 8px;
+ -cinnamon-caption-spacing: 4px;
+ @include entry(osd);
+
+ &:focus {
+ border: 1px solid $selected_bg_color;
+ background-color: $selected_bg_color;
+ color: $selected_fg_color;
+ font-style: italic;
+ transition-duration: 300;
+ selection-background-color: $selected_fg_color;
+ selected-color: $selected_bg_color;
+ }
+}
+
+.expo-workspace-thumbnail-frame {
+ border: 4px solid rgba(255,255,255,0.0);
+ background-color: rgba(255,255,255,0.0);
+ border-radius: 2px;
+
+ &#active {
+ border: 4px solid $selected_bg_color;
+ background-color: black;
+ border-radius: 2px;
+ }
+}
+
+.expo-background {
+ background-color: opacify($osd_bg_color, 1);
+}
+
+.workspace {
+ //&-controls { visible-height: 32px; }
+
+ &-thumbnails {
+ spacing: 26px;
+
+ &-background, &-background:rtl { padding: 8px; }
+ }
+
+ &-add-button {
+ background-image: url("common-assets/misc/add-workspace.svg");
+ height: 200px;
+ width: 35px;
+ transition-duration: 100;
+
+ &:hover {
+ background-image: url("common-assets/misc/add-workspace-hover.svg");
+ transition-duration: 100;
+ }
+ &:active {
+ background-image: url("common-assets/misc/add-workspace-active.svg");
+ transition-duration: 100;
+ }
+ }
+ &-overview-background-shade { background-color: rgba(0,0,0,0.5); }
+}
+
+.workspace-close-button,
+.window-close {
+ background-image: url("common-assets/misc/close.svg");
+ background-size: 26px;
+ height: 26px;
+ width: 26px;
+ -cinnamon-close-overlap: 10px;
+
+ &:hover {
+ background-image: url("common-assets/misc/close-hover.svg");
+ background-size: 26px;
+ height: 26px;
+ width: 26px;
+ }
+ &:active {
+ background-image: url("common-assets/misc/close-active.svg");
+ background-size: 26px;
+ height: 26px;
+ width: 26px;
+ }
+}
+
+//.workspace-thumbnail-indicator {
+// outline: 2px solid red;
+// border: 1px solid green;
+//}
+//
+//.window-close:rtl {
+// -st-background-image-shadow: 2px 2px 6px rgba(0,0,0,0.5);
+//}
+
+.window-close-area {
+ background-image: url("common-assets/misc/trash-icon.svg");
+ height: 120px;
+ width: 400px;
+}
+
+//
+// About Dialog (applet.js and desklet.js)
+//
+.about {
+ &-content {
+ width: 550px;
+ height: 250px;
+ spacing: 8px;
+ padding-bottom: 10px;
+ }
+ &-title {
+ font-size: 2em;
+ font-weight: bold;
+ }
+ &-uuid {
+ font-size: 10px;
+ color: #888;
+ }
+ &-icon {
+ padding-right: 20px;
+ padding-bottom: 14px;
+ }
+ &-scrollBox {
+ border: 1px solid $borders_color;
+ border-radius: 2px;
+ background-color: $base_color;
+ padding: 4px;
+ padding-right: 0;
+ border-radius: 0;
+
+ &-innerBox {
+ padding: 1.2em;
+ spacing: 1.2em;
+ }
+ }
+ &-description {
+ padding-top: 4px;
+ padding-bottom: 16px;
+ }
+ &-version {
+ padding-left: 7px;
+ font-size: 10px;
+ color: #888;
+ }
+}
+
+
+//
+// Calendar
+//
+.calendar {
+ padding: .4em 1.75em;
+ spacing-rows: 0px;
+ spacing-columns: 0px;
+}
+
+.calendar-month-label {
+ color: $fg_color;
+ font-weight: bold;
+ padding: 8px 0;
+}
+
+.calendar-change-month-back,
+.calendar-change-month-forward {
+ width: 16px;
+ height: 16px;
+}
+
+//arrow back
+.calendar-change-month-back {
+ background-image: url("common-assets/misc/calendar-arrow-left.svg");
+
+ &:focus, &:hover { background-image: url("common-assets/misc/calendar-arrow-left-hover.svg"); }
+
+ &:active { background-image: url("common-assets/misc/calendar-arrow-left.svg"); }
+
+ &:rtl {
+ background-image: url("common-assets/misc/calendar-arrow-right.svg");
+
+ &:focus, &:hover { background-image: url("common-assets/misc/calendar-arrow-right-hover.svg"); }
+
+ &:active { background-image: url("common-assets/misc/calendar-arrow-right.svg"); }
+ }
+}
+
+//arrow forward
+.calendar-change-month-forward {
+ background-image: url("common-assets/misc/calendar-arrow-right.svg");
+
+ &:focus, &:hover { background-image: url("common-assets/misc/calendar-arrow-right-hover.svg"); }
+
+ &:active { background-image: url("common-assets/misc/calendar-arrow-right.svg"); }
+
+ &:rtl {
+ background-image: url("common-assets/misc/calendar-arrow-left.svg");
+
+ &:focus, &:hover { background-image: url("common-assets/misc/calendar-arrow-left-hover.svg"); }
+
+ &:active { background-image: url("common-assets/misc/calendar-arrow-left.svg"); }
+ }
+}
+
+.datemenu-date-label {
+ padding: .4em 1.75em;
+ font-weight: bold;
+ text-align: center;
+ color: $fg_color;
+ border-radius: 2px;
+}
+
+.calendar-day-base {
+ font-size: 80%;
+ text-align: center;
+ width: 25px;
+ height: 25px;
+ padding: 0.1em;
+ margin: 2px;
+ border-radius: 12.5px;
+}
+
+.calendar-day-heading {
+ color: transparentize($fg_color, 0.15);
+ margin-top: 1em;
+ font-size: 70%;
+}
+
+.calendar-day {
+ border-width: 0;
+ color: transparentize($fg_color, 0.2);
+}
+
+.calendar-day-top {
+ border-top-width: 0;
+}
+
+.calendar-day-left {
+ border-left-width: 0;
+}
+
+.calendar-nonwork-day {
+ color: $fg_color;
+ background-color: transparent;
+ font-weight: bold;
+}
+
+.calendar-today,
+.calendar-today:active,
+.calendar-today:focus,
+.calendar-today:hover {
+ font-weight: bold;
+ color: $selected_fg_color;
+ background-color: $selected_bg_color;
+ border-width: 0;
+}
+
+.calendar-other-month-day {
+ color: transparentize($fg_color, 0.7);
+ opacity: 1;
+}
+
+.calendar-week-number {
+ color: transparentize($fg_color, 0.3);
+ font-size: 80%;
+}
+
+//
+// Notifications
+//
+#notification {
+ border-radius: 3px;
+ border-image: url("common-assets/misc/bg.svg") 9 9 9 9;
+ padding: 13px;
+ spacing-rows: 10px;
+ spacing-columns: 10px;
+ margin-from-right-edge-of-screen: 20px;
+ width: 34em;
+ color: $osd_fg_color;
+
+ .menu &,
+ .popup-menu & {
+ &, &.multi-line-notification { color: $fg_color; }
+ border-image: url("#{$asset_path}/misc/message.svg") 9 9 9 9;
+
+ .notification-button, .notification-icon-button {
+ @extend %button;
+ padding: 5px;
+ }
+
+ StEntry { @extend %entry; }
+ }
+
+ &.multi-line-notification {
+ padding-bottom: 13px;
+ color: $osd_fg_color;
+ }
+
+ &-scrollview {
+ max-height: 10em;
+
+ > .top-shadow, > .bottom-shadow { height: 1em; }
+
+ &:ltr > StScrollBar { padding-left: 6px; }
+ &:rtl > StScrollBar { padding-right: 6px; }
+ }
+
+ &-body { spacing: 5px; }
+ &-actions { spacing: 10px; }
+}
+
+.notification {
+
+ &-with-image {
+ min-height: 159px;
+ color: $osd_fg_color;
+ }
+
+ &-button, &-icon-button {
+ @extend %osd_button;
+ padding: 5px;
+ }
+
+ &-icon-button > StIcon { icon-size: 36px; }
+
+ StEntry { @extend %osd_entry; }
+}
+
+//
+// Alt Tab
+///
+#altTabPopup {
+ padding: 8px;
+ spacing: 16px;
+}
+
+.switcher-list {
+ color: $osd_fg_color;
+ background: none;
+ border: none;
+ border-image: url("common-assets/misc/bg.svg") 9 9 9 9;
+ border-radius: 3px;
+ padding: 20px;
+
+ > StBoxLayout {
+ padding: 4px;
+ }
+
+ &-item-container { spacing: 8px; }
+
+ .item-box {
+ padding: 8px;
+ border-radius: 2px;
+
+ &:outlined {
+ padding: 8px;
+ border: 1px solid $selected_bg_color;
+ }
+
+ &:selected {
+ color: $selected_fg_color;
+ background-color: $selected_bg_color;
+ border: 0px solid $selected_bg_color;
+ }
+ }
+
+ .thumbnail { width: 256px; }
+
+ .thumbnail-box {
+ padding: 2px;
+ spacing: 4px;
+ }
+ .separator {
+ width: 1px;
+ background: rgba(255,255,255,0.2);
+ }
+}
+
+.switcher-arrow {
+ border-color: rgba(0,0,0,0);
+ color: $osd_fg_color;
+
+ &:highlighted {
+ border-color: rgba(0,0,0,0);
+ color: $_shell_fg_color;
+ }
+}
+
+//.switcher-preview-backdrop { background-color: rgba(25,25,25,0.95); }
+
+.thumbnail-scroll-gradient-left {
+ background-color: rgba(0, 0, 0, 0);
+ border-radius: 24px;
+ border-radius-topright: 0px;
+ border-radius-bottomright: 0px;
+ width: 60px;
+}
+
+.thumbnail-scroll-gradient-right {
+ background-color: rgba(0, 0, 0, 0);
+ border-radius: 24px;
+ border-radius-topleft: 0px;
+ border-radius-bottomleft: 0px;
+ width: 60px;
+}
+
+//
+//Activities Ripples
+//
+.ripple-box {
+ width: 104px;
+ height: 104px;
+ background-image: url("common-assets/misc/corner-ripple.svg");
+ background-size: contain;
+}
+
+//
+// Modal dialogs
+//
+.lightbox { background-color: rgba(0, 0, 0, 0.4); }
+.flashspot { background-color: white; }
+
+.modal-dialog {
+ color: $fg_color;
+ background-color: transparentize($bg_color, 1);
+ border: none;
+ border-image: url("#{$asset_path}/misc/modal.svg") 9 9 9 67;
+ padding: 0 5px 6px 5px;
+
+ > StBoxLayout:first-child {
+ padding: 20px 10px 10px 10px;
+ }
+
+ &-button-box {
+ spacing: 0;
+ margin: 0px;
+ padding: 14px 10px;
+ background: none;
+ border: none;
+ border-image: url("#{$asset_path}/misc/button-box.svg") 9 9 9 9;
+
+ .modal-dialog-button {
+ padding-top: 0;
+ padding-bottom: 0;
+ height: 30px;
+
+ @extend %osd_button;
+ }
+ }
+}
+
+//
+// Run dialog
+//
+.run-dialog {
+ padding: 0px 15px 10px 15px;
+ border-image: url("common-assets/misc/bg.svg") 9 9 9 9;
+
+ > * { padding: 0; }
+
+ &-label {
+ font-size: 0;
+ font-weight: bold;
+ color: $osd_fg_color;
+ padding-bottom: 0;
+ }
+
+ &-error-label { color: $error_color; }
+
+ &-error-box {
+ padding-top: 15px;
+ spacing: 5px;
+ }
+ &-completion-box {
+ padding-left: 15px;
+ font-size: 10px;
+ }
+ &-entry {
+ width: 21em;
+ padding: 7px;
+ border-radius: 3px;
+ caret-color: $osd_fg_color;
+ selected-color: $selected_fg_color;
+ selection-background-color: $selected_bg_color;
+
+ @include entry(osd);
+
+ &:focus { @include entry(osd-focus); }
+ }
+ .modal-dialog-button-box {
+ border: none;
+ box-shadow: none;
+ background: none;
+ background-gradient-direction: none;
+ }
+}
+
+/* CinnamonMountOperation Dialogs */
+.cinnamon-mount-operation-icon {
+ icon-size: 48px;
+}
+
+.mount-password-reask {
+ color: $warning_color;
+}
+
+.show-processes-dialog,
+.mount-question-dialog {
+ spacing: 24px;
+
+ &-subject {
+ padding-top: 10px;
+ padding-left: 17px;
+ padding-bottom: 6px;
+
+ &:rtl {
+ padding-left: 0px;
+ padding-right: 17px;
+ }
+ }
+ &-description {
+ padding-left: 17px;
+ width: 28em;
+
+ &:rtl { padding-right: 17px; }
+ }
+}
+
+.show-processes-dialog-app-list {
+ max-height: 200px;
+ padding-top: 24px;
+ padding-left: 49px;
+ padding-right: 32px;
+
+ &:rtl {
+ padding-right: 49px;
+ padding-left: 32px;
+ }
+
+ &-item {
+ color: #ccc;
+
+ &:hover { color: white }
+
+ &:ltr { padding-right: 1em; }
+ &:rtl { padding-left: 1em; }
+
+ &-icon:ltr { padding-right: 17px; }
+ &-icon:rtl { padding-left: 17px; }
+
+ &-name { font-size: 1.1em; }
+ }
+}
+
+//
+// Magnifier
+//
+.magnifier-zoom-region {
+ border: 2px solid rgba(128, 0, 0, 1);
+
+ .full-screen { border-width: 0px; }
+}
+
+//
+// On-Screen Keyboard
+//
+#keyboard {
+ background-color: $osd_bg_color;
+ border-width: 0;
+ border-top-width: 1px;
+ border-color: transparentize(black, 0.6);
+}
+
+.keyboard-layout {
+ spacing: 10px;
+ padding: 10px;
+}
+
+.keyboard-row {
+ spacing: 15px;
+}
+
+.keyboard-key {
+ min-height: 2em;
+ min-width: 2em;
+ font-size: 14pt;
+ font-weight: bold;
+ border-radius: 3px;
+ box-shadow: none;
+
+ @include button(osd);
+
+ &:hover { @include button(osd-hover); }
+ &:active, &:checked { @include button(osd-active); }
+
+ &:grayed { @include button(osd-insensitive); }
+}
+
+.keyboard-subkeys { //long press on a key popup
+ color: $osd_fg_color;
+ padding: 5px;
+ -arrow-border-radius: 2px;
+ -arrow-background-color: $osd_bg_color;
+ -arrow-border-width: 1px;
+ -arrow-border-color: transparentize(black, 0.6);;
+ -arrow-base: 20px;
+ -arrow-rise: 10px;
+ -boxpointer-gap: 5px;
+}
+
+//
+// Cinnamon Specific Section
+//
+
+//
+// Menu (menu.js)
+//
+.menu {
+ &-favorites-box {
+ margin: auto;
+ padding: 10px;
+ transition-duration: 300;
+ background-color: $bg_color;
+ border: 1px solid $borders_color;
+ }
+
+ &-favorites-button {
+ padding: 10px;
+ border: 1px solid rgba(0,0,0,0);
+
+ &:hover { @extend %button:hover; }
+ }
+
+ &-places {
+
+ &-box {
+ margin: auto;
+ padding: 10px;
+ border: 0px solid red;
+ }
+
+ &-button { padding: 10px; }
+ }
+
+ &-categories-box { padding: 10px 30px 10px 30px; }
+
+ &-applications-inner-box,
+ &-applications-outer-box { padding: 10px 10px 0 10px; }
+
+ &-application-button {
+ padding: 7px;
+ border: 1px solid rgba(0,0,0,0);
+
+ // This style is used in menu application buttons for applications which were newly installed
+ &:highlighted { font-weight: bold; }
+
+ &-selected {
+ padding: 7px;
+ @extend %button:hover;
+
+ &:highlighted { font-weight: bold; }
+ }
+
+ &-label:ltr { padding-left: 5px; }
+ &-label:rtl { padding-right: 5px; }
+ }
+
+ &-category-button {
+ padding: 7px;
+ border: 1px solid rgba(0,0,0,0);
+
+ &-selected {
+ padding: 7px;
+ @extend %button:hover;
+ }
+ &-hover {
+ background-color: red;
+ border-radius: 2px;
+ }
+ &-greyed {
+ padding: 7px;
+ color: $insensitive_fg_color;
+ border: 1px solid rgba(0,0,0,0);
+ }
+
+ &-label:ltr { padding-left: 5px; }
+ &-label:rtl { padding-right: 5px; }
+ }
+
+ // Name and description of the currently hovered item in the menu
+ // This appears on the bottom right hand corner of the menu
+ &-selected-app-box {
+ padding-right: 30px;
+ padding-left: 28px;
+ text-align: right;
+ height: 30px;
+
+ &:rtl {
+ padding-top: 10px;
+ height: 30px;
+ }
+ }
+
+ &-selected-app-title { font-weight: bold; }
+
+ &-selected-app-description { max-width: 150px; }
+
+ &-search-box:ltr { padding-left: 30px; }
+ &-search-box-rtl { padding-right: 30px; }
+}
+
+#menu-search-entry {
+ width: 250px;
+ height: 15px;
+ font-weight: normal;
+ caret-color: $fg_color;
+
+ @extend %entry;
+}
+
+.menu-search-entry-icon {
+ icon-size: 1em;
+ color: $fg_color;
+}
+
+/* Context menu (at the moment only for favorites) */
+.menu-context-menu {
+}
+
+//
+// OSD
+//
+.info-osd {
+ text-align: center;
+ font-weight: bold;
+ spacing: 1em;
+ padding: 16px;
+ color: $_shell_fg_color;
+ border-image: url("common-assets/misc/osd.svg") 9 9 9 9;
+}
+
+.osd-window {
+ text-align: center;
+ font-weight: bold;
+ spacing: 1em;
+ padding: 20px;
+ margin: 32px;
+ min-width: 64px;
+ min-height: 64px;
+
+ color: $_shell_fg_color;
+ background: none;
+ border: none;
+ border-radius: 5px;
+ border-image: url("common-assets/misc/osd.svg") 9 9 9 9;
+
+.osd-monitor-label { font-size: 3em; }
+
+ .level {
+ padding: 0;
+ height: 4px;
+ background-color: transparentize(black, 0.5);
+ border-radius: 2px;
+ color: $selected_bg_color;
+ }
+}
+
+//
+// Window list (windowList.js)
+//
+.window-list {
+
+ &-box {
+ spacing: 6px;
+ padding-left: 10px;
+
+ .panel-bottom & { padding-top: 1px; }
+ .panel-top & { padding-bottom: 1px; }
+
+ &.vertical {
+ spacing: 4px;
+ padding: 10px 0;
+ }
+
+ &:highlight { background-color: transparentize($error_color, 0.5); }
+ }
+
+ &-item-label {
+ font-weight: bold;
+ width: 15em;
+ min-width: 5px;
+ }
+
+ &-item-box {
+ font-weight: bold;
+ background-image: none;
+ padding-top: 0;
+ padding-left: 8px;
+ padding-right: 8px;
+ transition-duration: 100;
+ color: transparentize($_shell_fg_color, 0.4);
+
+ &:hover {color: $_shell_fg_color;}
+
+ &:active,
+ &:checked,
+ &:focus {
+ color: $_shell_fg_color;
+
+ .panel-bottom & { border-image: url("common-assets/panel/window-list-active-bottom.svg") 3 3 1 3; }
+ .panel-top & { border-image: url("common-assets/panel/window-list-active-top.svg") 3 3 3 1; }
+ .panel-left & { border-image: url("common-assets/panel/window-list-active-left.svg") 3 1 3 3; }
+ .panel-right & { border-image: url("common-assets/panel/window-list-active-right.svg") 1 3 3 3; }
+ }
+
+ &.right, &.left {
+ padding-left: 0px;
+ padding-right: 0px;
+ }
+ }
+
+ &-item-demands-attention {
+ background-gradient-start: $warning_color;
+ background-gradient-end: $warning_color;
+ }
+}
+
+///
+// Sound Applet (status/volume.js)
+//
+.sound-button {
+ width: 22px;
+ height: 13px;
+ padding: 8px;
+
+ @extend %button;
+
+ &-container {
+ padding-right: 3px;
+ padding-left: 3px;
+ }
+ StIcon { icon-size: 1.4em; }
+}
+
+.sound-track {
+ &-infos { padding: 5px; }
+ &-info {
+ padding-top: 2px;
+ padding-bottom: 2px;
+
+ StIcon { icon-size: 16px; }
+
+ StLabel {
+ padding-left: 5px;
+ padding-right: 5px;
+ }
+ }
+ &-box {
+ padding-left: 15px;
+ padding-right: 15px;
+ max-width: 220px;
+ }
+}
+
+.sound-seek-box {
+ padding-left: 15px;
+
+ StLabel { padding-top: 2px; }
+ StIcon { icon-size: 16px; }
+}
+
+.sound-seek-slider { width: 140px; }
+
+.sound-volume-menu-item {
+ padding: .4em 1.75em;
+
+ StIcon {
+ icon-size: 1.14em;
+ padding-left: 8px;
+ padding-right: 8px;
+ }
+}
+
+.sound-playback-control { padding: 5px 10px 10px 10px; }
+
+// 2.8
+.sound-player {
+ padding: 0 4px;
+
+ > StBoxLayout:first-child {
+ padding: 5px 10px 12px 10px;
+ spacing: 0.5em;
+
+ StButton:small {
+ width: 16px;
+ height: 8px;
+ padding: 1px;
+
+ StIcon { icon-size: 12px; }
+ }
+ }
+
+ &-generic-coverart {
+ background: rgba(0,0,0,0.2);
+ }
+
+ &-overlay {
+ width: 290px;
+ height: 70px;
+ padding: 15px;
+ spacing: 0.5em;
+ background: transparentize(darken($osd_bg_color, 5%), 0.1);
+ border: 0px solid darken($osd_bg_color, 10%);
+ border-bottom: 1px ;
+ color: $osd_fg_color;
+
+ StButton {
+ width: 22px;
+ height: 13px;
+ padding: 5px;
+ color: $osd_fg_color;
+ border-radius: 2px;
+ border: 1px solid transparentize($osd_bg_color,1);
+
+ StIcon { icon-size: 16px; }
+
+ &:hover{ @include button(osd-hover); }
+ &:active { @include button(active); }
+ }
+
+ StBoxLayout {
+ padding-top: 2px;
+ }
+ }
+
+ .slider {
+ height: 0.5em;
+ padding: 0;
+ border: none;
+ -slider-height: 0.5em;
+ -slider-background-color: if($variant == 'light', $button_border, darken($bg_color, 5%));
+ -slider-border-color: rgba(0,0,0,0);
+ -slider-active-background-color: $selected_bg_color;
+ -slider-active-border-color: rgba(0,0,0,0);
+ -slider-border-width: 0px;
+ -slider-handle-radius: 0px;
+ }
+}
+
+//
+// Workspace Switcher applet (workspaceSwitcher.js)
+//
+#workspaceSwitcher {
+ spacing: 0px;
+ padding: 3px;
+}
+
+/* Controls the styling when using the "Simple buttons" option */
+.workspace-switcher {
+ padding-left: 3px;
+ padding-right: 3px;
+}
+
+.workspace-button {
+ width: 20px;
+ height: 10px;
+ color: $selected_fg_color;
+ padding: 3px;
+ padding-top: 4px;
+ transition-duration: 300;
+
+ &:outlined, &:outlined:hover { color: $selected_bg_color; }
+ &:hover { color: transparentize($selected_bg_color, 0.5) }
+}
+
+/* Controls the style when using the "Visual representation" option */
+.workspace-graph {
+ padding: 3px;
+ spacing: 3px;
+}
+
+.workspace-graph .workspace {
+ border: 1px solid transparentize(black, 0.6);
+ background-gradient-direction: none;
+ background-color: transparentize(black, 0.8);
+}
+
+.workspace-graph .workspace:active {
+ border: 1px solid $selected_bg_color;
+ background-gradient-direction: none;
+}
+
+.workspace-graph .workspace .windows {
+ -active-window-background: lighten($panel_bg, 15%);
+ -active-window-border: rgba(0, 0, 0, 0.8);
+ -inactive-window-background: lighten($panel_bg, 15%);
+ -inactive-window-border: rgba(0, 0, 0, 0.8);
+}
+
+.workspace-graph .workspace:active .windows {
+ -active-window-background: lighten($panel_bg, 20%);
+ -active-window-border: rgba(0, 0, 0, 0.8);
+ -inactive-window-background: lighten($panel_bg, 5%);
+ -inactive-window-border: rgba(0, 0, 0, 0.8);
+}
+
+//
+// Panel Launchers Applet (panelLaunchers.js)
+//
+#panel-launchers-box {
+ padding-left: 7px;
+
+ &.vertical {
+ padding: 2px 0;
+ }
+}
+
+.panel-launcher,
+.launcher {
+ margin: 1px;
+ padding: 1px;
+ transition-duration: 200;
+
+ &:hover {
+ background-gradient-direction: none;
+ border: 0px solid $selected_bg_color;
+
+ .panel-bottom & { border-bottom-width: 1px; }
+ .panel-top & { border-top-width: 1px; }
+ .panel-left & { border-left-width: 1px; padding-left: 0; }
+ .panel-right & { border-right-width: 1px; padding-right: 0; }
+ }
+}
+
+//
+// Overview corner
+//
+#overview-corner {
+ background-image: url("common-assets/misc/overview.png");
+
+ &:hover { background-image: url("common-assets/misc/overview-hover.png"); }
+}
+
+//
+// Applets (applet.js)
+//
+.applet {
+ &-separator { padding: 1px 4px; }
+
+ &-separator-line {
+ width: 1px;
+ background: rgba(255,255,255, 0.12);
+ }
+
+ &-box {
+ padding-left: 3px;
+ padding-right: 3px;
+ color: $_shell_fg_color;
+ text-shadow: none;
+ transition-duration: 100;
+
+ &.vertical {
+ padding: 3px 0;
+ }
+
+ &:hover {
+ color: $selected_fg_color;
+ background-color: $selected_bg_color;
+ }
+
+ &:highlight {
+ background-image: none;
+ border-image: none;
+ background-color: transparentize($error_color, 0.5);
+ }
+ }
+
+ &-label {
+ font-weight: bold;
+ color: $_shell_fg_color;
+
+ &:hover, .applet-box:hover > & {
+ color: $selected_fg_color;
+ text-shadow: none;
+ }
+ }
+
+ &-icon {
+ color: $_shell_fg_color;
+ icon-size: 22px;
+
+ &:hover, .applet-box:hover > & {
+ color: $selected_fg_color;
+ text-shadow: none;
+ }
+ }
+
+}
+
+//
+// User Applet
+//
+.user-icon {
+ width: 32px;
+ height: 32px;
+ background-color: transparent;
+ border: none;
+ border-radius: 0;
+}
+
+.user-label {
+ color: $fg_color;
+ font-size: 1em;
+ font-weight: bold;
+ margin: 0px;
+}
+
+//
+// Desklets (desklet.js)
+//
+.desklet {
+ color: $osd_fg_color;
+
+ &:highlight {
+ background-color: transparentize($error_color, 0.5);
+ }
+
+ &-with-borders {
+ border-image: url("common-assets/misc/bg.svg") 9 9 9 9;
+ color: $osd_fg_color;
+ padding: 12px;
+ padding-bottom: 16px;
+
+ &:highlight {
+ background-color: transparentize($error_color, 0.5);
+ }
+ }
+ &-with-borders-and-header {
+ border-image: url("common-assets/misc/desklet.svg") 9 9 9 9;
+ color: $osd_fg_color;
+ border-radius: 0;
+ border-radius-topleft: 0;
+ border-radius-topright: 0;
+ padding: 12px;
+ padding-bottom: 17px;
+
+ &:highlight {
+ background-color: transparentize($error_color, 0.5);
+ }
+ }
+ &-header {
+ border-image: url("common-assets/misc/desklet-header.svg") 9 9 9 9;
+ color: $osd_fg_color;
+ font-size: 1em;
+ padding: 12px;
+ padding-bottom: 6px;
+ }
+ &-drag-placeholder {
+ border: 2px solid $selected_bg_color;
+ background-color: transparentize($selected_bg_color, 0.7);
+ }
+}
+
+.photoframe-box {
+ border-image: url("common-assets/misc/bg.svg") 9 9 9 9;
+ color: $osd_fg_color;
+ padding: 12px;
+ padding-bottom: 16px;
+}
+
+//
+// Workspace OSD
+//
+/*FIXME*/
+.workspace-osd {
+ /*color: red;*/
+ text-shadow: black 5px 5px 5px;
+ font-weight: bold;
+ font-size: 48pt;
+}
+
+//
+// Notification Applet
+//
+.notification-applet-padding { padding: .5em 1em; }
+
+.notification-applet-container { max-height: 100px; }
+
+//
+// Tile Preview
+//
+.tile-preview, .tile-preview.snap,
+.tile-hud, .tile-hud.snap {
+ background-color: transparentize($selected_bg_color, 0.7);
+ border: 1px solid $selected_bg_color;
+}
+
+//
+// Xkcd Desklet
+//
+.xkcd-box {
+ padding: 6px;
+ border: 0px;
+ background-color: rgba(0,0,0,0);
+ border-radius: 0px;
+}
diff --git a/GTK-Gnome/Mondrian/cinnamon/sass/_drawing.scss b/GTK-Gnome/Mondrian/cinnamon/sass/_drawing.scss
new file mode 100644
index 0000000000000000000000000000000000000000..738a69d6426b4cfa75b4a3c8c348d154342cc6e4
--- /dev/null
+++ b/GTK-Gnome/Mondrian/cinnamon/sass/_drawing.scss
@@ -0,0 +1,167 @@
+// Drawing mixins
+
+// generic drawing of more complex things
+
+// provide font size in rem, with px fallback
+@mixin fontsize($size: 24, $base: 16) {
+ font-size: round($size) + pt;
+ //font-size: ($size / $base) * 1rem;
+}
+
+// Entries
+
+@mixin entry($t, $dark:false) {
+//
+// Entries drawing function
+//
+ //@extend %reset_style;
+
+ @if $t==normal {
+ color: $text_color;
+ background-color: $entry_bg;
+ border: 1px solid $entry_border;
+ box-shadow: inset 0 2px 4px transparentize($entry_bg, 0.95);
+ }
+
+ @if $t==focus {
+ color: $fg_color;
+ background-color: $entry_bg;
+ border: 1px solid $selected_bg_color;
+ box-shadow: inset 0 2px 4px transparentize($entry_bg, 0.95);
+ }
+
+ @if $t==insensitive {
+ color: $insensitive_fg_color;
+ background-color: mix($entry_bg, $bg_color, 55%);
+ border-color: 1px solid mix($entry_border, $bg_color, 55%);
+ box-shadow: inset 0 2px 4px transparentize(mix($entry_bg, $bg_color, 55%), 0.95);
+ }
+
+ @if $t==osd {
+ color: $osd_fg_color;
+ background-color: $osd_entry_bg;
+ border: 1px solid $osd_entry_border;
+ box-shadow: inset 0 2px 4px transparentize(black, 0.95);
+ }
+
+ @if $t==osd-focus {
+ color: $selected_fg_color;
+ background-color: $selected_bg_color;
+ border: 1px solid $selected_bg_color;
+ box-shadow: inset 0 2px 4px transparentize(black, 0.95);
+ }
+
+ @if $t==osd-insensitive {
+ color: transparentize($osd_fg_color, 0.45);
+ background-color: transparentize($osd_entry_bg, 0.15);
+ border: 1px solid $osd_entry_border;
+ box-shadow: inset 0 2px 4px transparentize(black, 0.95);
+ }
+}
+
+// Buttons
+
+@mixin button($t) {
+//
+// Button drawing function
+//
+ //@extend %reset_style;
+
+ text-shadow: 0 1px transparentize($base_color, 1);
+
+ @if $t==normal {
+ //
+ // normal button
+ //
+ color: $fg_color;
+ background-color: $button_bg;
+ border: 1px solid $button_border;
+ box-shadow: inset 0 2px 4px transparentize($button_bg, 0.95);
+ }
+
+ @else if $t==focus {
+ //
+ // focused button
+ //
+ color: $fg_color;
+ background-color: $button_bg;
+ border: 1px solid $selected_bg_color;
+ box-shadow: inset 0 2px 4px transparentize($button_bg, 0.95);
+ }
+
+ @else if $t==focus-hover {
+ //
+ // focused button
+ //
+ color: $fg_color;
+ background-color: $button_bg;
+ border: 1px solid $selected_bg_color;
+ box-shadow: inset 0 2px 4px transparentize($button_bg, 0.95);
+ }
+
+ @else if $t==hover {
+ //
+ // hovered button
+ //
+ color: $fg_color;
+ background-color: lighten($button_bg, 5%);
+ border: 1px solid $button_border;
+ box-shadow: inset 0 2px 4px transparentize(lighten($button_bg, 5%), 0.95);
+ }
+
+ @else if $t==active {
+ //
+ // pushed button
+ //
+ color: $selected_fg_color;
+ background-color: $selected_bg_color;
+ border: 1px solid $selected_bg_color;
+ box-shadow: inset 0 2px 4px $selected_bg_color;
+ }
+
+ @else if $t==insensitive {
+ //
+ // insensitive button
+ //
+ color: $insensitive_fg_color;
+ border: 1px solid transparentize($button_border, 0.45);
+ background-color: transparentize($button_bg, 0.45);
+ box-shadow: inset 0 2px 4px transparentize($button_bg, 0.95);
+ }
+
+ @else if $t==osd {
+ //
+ // normal osd button
+ //
+ color: $osd_fg_color;
+ border: 1px solid $osd_button_border;
+ background-color: $osd_button_bg;
+ }
+
+ @else if $t==osd-hover {
+ //
+ // active osd button
+ //
+ color: $osd_fg_color;
+ border: 1px solid $osd_button_border;
+ background-color: opacify(lighten($osd_button_bg, 7%), 0.1);
+ }
+
+ @else if $t==osd-active {
+ //
+ // active osd button
+ //
+ color: $selected_fg_color;
+ border: 1px solid $selected_bg_color;
+ background-color: $selected_bg_color;
+ }
+
+ @else if $t==osd-insensitive {
+ //
+ // insensitive osd button
+ //
+ color: $osd_insensitive_fg_color;
+ border: 1px solid $osd_button_border;
+ background-color: transparentize($osd_button_bg, 0.15);
+ }
+}
diff --git a/GTK-Gnome/Mondrian/cinnamon/sass/cinnamon-dark.scss b/GTK-Gnome/Mondrian/cinnamon/sass/cinnamon-dark.scss
new file mode 100644
index 0000000000000000000000000000000000000000..4a614619224804c83d62e03b06e5ac5dd6194c42
--- /dev/null
+++ b/GTK-Gnome/Mondrian/cinnamon/sass/cinnamon-dark.scss
@@ -0,0 +1,7 @@
+$variant: 'dark';
+$transparency: 'true';
+$darker: 'false';
+
+@import "_colors"; //use gtk colors
+@import "_drawing";
+@import "_common";
diff --git a/GTK-Gnome/Mondrian/cinnamon/sass/cinnamon.scss b/GTK-Gnome/Mondrian/cinnamon/sass/cinnamon.scss
new file mode 100644
index 0000000000000000000000000000000000000000..674f742d9e0a726a490d7844a225f5f0143d972a
--- /dev/null
+++ b/GTK-Gnome/Mondrian/cinnamon/sass/cinnamon.scss
@@ -0,0 +1,7 @@
+$variant: 'light';
+$transparency: 'true';
+$darker: 'false';
+
+@import "_colors"; //use gtk colors
+@import "_drawing";
+@import "_common";
diff --git a/GTK-Gnome/Mondrian/cinnamon/thumbnail-dark.png b/GTK-Gnome/Mondrian/cinnamon/thumbnail-dark.png
new file mode 100644
index 0000000000000000000000000000000000000000..abff6d562af873e67b0fc4f1079098e6c23177d6
Binary files /dev/null and b/GTK-Gnome/Mondrian/cinnamon/thumbnail-dark.png differ
diff --git a/GTK-Gnome/Mondrian/cinnamon/thumbnail.png b/GTK-Gnome/Mondrian/cinnamon/thumbnail.png
new file mode 100644
index 0000000000000000000000000000000000000000..bcc6216d7967ef247675dd61a10e905d4588db50
Binary files /dev/null and b/GTK-Gnome/Mondrian/cinnamon/thumbnail.png differ