From 54bfa151c46b838a735ca8e0d2d8e9db01222be5 Mon Sep 17 00:00:00 2001 From: Rinaldus Date: Tue, 30 Mar 2021 14:44:40 +0300 Subject: [PATCH] initial commit --- cinnamon/assets/checkbox/checkbox-checked.svg | 101 ++ .../assets/checkbox/checkbox-unchecked.svg | 99 ++ .../assets/checkbox/radiobutton-checked.svg | 104 ++ .../assets/checkbox/radiobutton-unchecked.svg | 96 ++ cinnamon/assets/misc/add-workspace-active.svg | 139 ++ cinnamon/assets/misc/add-workspace-hover.svg | 139 ++ cinnamon/assets/misc/add-workspace.svg | 133 ++ cinnamon/assets/misc/calendar-arrow-left.svg | 161 ++ cinnamon/assets/misc/calendar-arrow-right.svg | 161 ++ cinnamon/assets/misc/close-active.svg | 116 ++ cinnamon/assets/misc/close-hover.svg | 122 ++ cinnamon/assets/misc/close.svg | 116 ++ cinnamon/assets/misc/osd.svg | 201 +++ cinnamon/assets/misc/overview-hover.svg | 114 ++ cinnamon/assets/misc/overview.svg | 114 ++ cinnamon/assets/misc/trash-icon.svg | 135 ++ cinnamon/assets/panel/activities-active.svg | 173 ++ cinnamon/assets/panel/activities.svg | 173 ++ cinnamon/assets/switch/switch-off.svg | 224 +++ cinnamon/assets/switch/switch-on.svg | 228 +++ cinnamon/cinnamon.css | 946 +++++++++++ cinnamon/thumbnail.png | Bin 0 -> 32249 bytes index.theme | 12 + metacity-1/close_focused_normal.svg | 84 + metacity-1/close_focused_prelight.svg | 84 + metacity-1/close_focused_pressed.svg | 85 + metacity-1/close_unfocused.svg | 85 + metacity-1/close_unfocused_prelight.svg | 85 + metacity-1/close_unfocused_pressed.svg | 85 + metacity-1/maximize_focused_normal.svg | 117 ++ metacity-1/maximize_focused_prelight.svg | 117 ++ metacity-1/maximize_focused_pressed.svg | 117 ++ metacity-1/maximize_unfocused.svg | 117 ++ metacity-1/maximize_unfocused_prelight.svg | 117 ++ metacity-1/maximize_unfocused_pressed.svg | 117 ++ metacity-1/menu_focused_normal.svg | 72 + metacity-1/menu_focused_prelight.svg | 72 + metacity-1/menu_focused_pressed.svg | 72 + metacity-1/menu_unfocused.svg | 72 + metacity-1/menu_unfocused_prelight.svg | 72 + metacity-1/menu_unfocused_pressed.svg | 72 + metacity-1/metacity-theme-1.xml | 1472 +++++++++++++++++ metacity-1/metacity-theme-2.xml | 1 + metacity-1/metacity-theme-3.xml | 1 + metacity-1/minimize_focused_normal.svg | 78 + metacity-1/minimize_focused_prelight.svg | 78 + metacity-1/minimize_focused_pressed.svg | 78 + metacity-1/minimize_unfocused.svg | 78 + metacity-1/minimize_unfocused_prelight.svg | 78 + metacity-1/minimize_unfocused_pressed.svg | 78 + metacity-1/unmaximize_focused_normal.svg | 143 ++ metacity-1/unmaximize_focused_prelight.svg | 143 ++ metacity-1/unmaximize_focused_pressed.svg | 143 ++ metacity-1/unmaximize_unfocused.svg | 143 ++ metacity-1/unmaximize_unfocused_prelight.svg | 143 ++ metacity-1/unmaximize_unfocused_pressed.svg | 143 ++ patches/cinnamon.css.patch | 59 + patches/metacity-theme-1.xml.patch | 15 + 58 files changed, 8323 insertions(+) create mode 100644 cinnamon/assets/checkbox/checkbox-checked.svg create mode 100644 cinnamon/assets/checkbox/checkbox-unchecked.svg create mode 100644 cinnamon/assets/checkbox/radiobutton-checked.svg create mode 100644 cinnamon/assets/checkbox/radiobutton-unchecked.svg create mode 100644 cinnamon/assets/misc/add-workspace-active.svg create mode 100644 cinnamon/assets/misc/add-workspace-hover.svg create mode 100644 cinnamon/assets/misc/add-workspace.svg create mode 100644 cinnamon/assets/misc/calendar-arrow-left.svg create mode 100644 cinnamon/assets/misc/calendar-arrow-right.svg create mode 100644 cinnamon/assets/misc/close-active.svg create mode 100644 cinnamon/assets/misc/close-hover.svg create mode 100644 cinnamon/assets/misc/close.svg create mode 100644 cinnamon/assets/misc/osd.svg create mode 100644 cinnamon/assets/misc/overview-hover.svg create mode 100644 cinnamon/assets/misc/overview.svg create mode 100644 cinnamon/assets/misc/trash-icon.svg create mode 100644 cinnamon/assets/panel/activities-active.svg create mode 100644 cinnamon/assets/panel/activities.svg create mode 100644 cinnamon/assets/switch/switch-off.svg create mode 100644 cinnamon/assets/switch/switch-on.svg create mode 100644 cinnamon/cinnamon.css create mode 100644 cinnamon/thumbnail.png create mode 100644 index.theme create mode 100644 metacity-1/close_focused_normal.svg create mode 100644 metacity-1/close_focused_prelight.svg create mode 100644 metacity-1/close_focused_pressed.svg create mode 100644 metacity-1/close_unfocused.svg create mode 100644 metacity-1/close_unfocused_prelight.svg create mode 100644 metacity-1/close_unfocused_pressed.svg create mode 100644 metacity-1/maximize_focused_normal.svg create mode 100644 metacity-1/maximize_focused_prelight.svg create mode 100644 metacity-1/maximize_focused_pressed.svg create mode 100644 metacity-1/maximize_unfocused.svg create mode 100644 metacity-1/maximize_unfocused_prelight.svg create mode 100644 metacity-1/maximize_unfocused_pressed.svg create mode 100644 metacity-1/menu_focused_normal.svg create mode 100644 metacity-1/menu_focused_prelight.svg create mode 100644 metacity-1/menu_focused_pressed.svg create mode 100644 metacity-1/menu_unfocused.svg create mode 100644 metacity-1/menu_unfocused_prelight.svg create mode 100644 metacity-1/menu_unfocused_pressed.svg create mode 100644 metacity-1/metacity-theme-1.xml create mode 120000 metacity-1/metacity-theme-2.xml create mode 120000 metacity-1/metacity-theme-3.xml create mode 100644 metacity-1/minimize_focused_normal.svg create mode 100644 metacity-1/minimize_focused_prelight.svg create mode 100644 metacity-1/minimize_focused_pressed.svg create mode 100644 metacity-1/minimize_unfocused.svg create mode 100644 metacity-1/minimize_unfocused_prelight.svg create mode 100644 metacity-1/minimize_unfocused_pressed.svg create mode 100644 metacity-1/unmaximize_focused_normal.svg create mode 100644 metacity-1/unmaximize_focused_prelight.svg create mode 100644 metacity-1/unmaximize_focused_pressed.svg create mode 100644 metacity-1/unmaximize_unfocused.svg create mode 100644 metacity-1/unmaximize_unfocused_prelight.svg create mode 100644 metacity-1/unmaximize_unfocused_pressed.svg create mode 100644 patches/cinnamon.css.patch create mode 100644 patches/metacity-theme-1.xml.patch diff --git a/cinnamon/assets/checkbox/checkbox-checked.svg b/cinnamon/assets/checkbox/checkbox-checked.svg new file mode 100644 index 0000000..129bd73 --- /dev/null +++ b/cinnamon/assets/checkbox/checkbox-checked.svg @@ -0,0 +1,101 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + diff --git a/cinnamon/assets/checkbox/checkbox-unchecked.svg b/cinnamon/assets/checkbox/checkbox-unchecked.svg new file mode 100644 index 0000000..19ddb03 --- /dev/null +++ b/cinnamon/assets/checkbox/checkbox-unchecked.svg @@ -0,0 +1,99 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/cinnamon/assets/checkbox/radiobutton-checked.svg b/cinnamon/assets/checkbox/radiobutton-checked.svg new file mode 100644 index 0000000..46a51c6 --- /dev/null +++ b/cinnamon/assets/checkbox/radiobutton-checked.svg @@ -0,0 +1,104 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + diff --git a/cinnamon/assets/checkbox/radiobutton-unchecked.svg b/cinnamon/assets/checkbox/radiobutton-unchecked.svg new file mode 100644 index 0000000..8788385 --- /dev/null +++ b/cinnamon/assets/checkbox/radiobutton-unchecked.svg @@ -0,0 +1,96 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/cinnamon/assets/misc/add-workspace-active.svg b/cinnamon/assets/misc/add-workspace-active.svg new file mode 100644 index 0000000..d89294e --- /dev/null +++ b/cinnamon/assets/misc/add-workspace-active.svg @@ -0,0 +1,139 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + diff --git a/cinnamon/assets/misc/add-workspace-hover.svg b/cinnamon/assets/misc/add-workspace-hover.svg new file mode 100644 index 0000000..945b0d6 --- /dev/null +++ b/cinnamon/assets/misc/add-workspace-hover.svg @@ -0,0 +1,139 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + diff --git a/cinnamon/assets/misc/add-workspace.svg b/cinnamon/assets/misc/add-workspace.svg new file mode 100644 index 0000000..e39b677 --- /dev/null +++ b/cinnamon/assets/misc/add-workspace.svg @@ -0,0 +1,133 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + diff --git a/cinnamon/assets/misc/calendar-arrow-left.svg b/cinnamon/assets/misc/calendar-arrow-left.svg new file mode 100644 index 0000000..419834c --- /dev/null +++ b/cinnamon/assets/misc/calendar-arrow-left.svg @@ -0,0 +1,161 @@ + + + + + + + + image/svg+xml + + Gnome Symbolic Icon Theme + + + + + + + + + + + + + + + + Gnome Symbolic Icon Theme + + + + + + + + + + + + + diff --git a/cinnamon/assets/misc/calendar-arrow-right.svg b/cinnamon/assets/misc/calendar-arrow-right.svg new file mode 100644 index 0000000..548b568 --- /dev/null +++ b/cinnamon/assets/misc/calendar-arrow-right.svg @@ -0,0 +1,161 @@ + + + + + + + + image/svg+xml + + Gnome Symbolic Icon Theme + + + + + + + + + + + + + + + + Gnome Symbolic Icon Theme + + + + + + + + + + + + + diff --git a/cinnamon/assets/misc/close-active.svg b/cinnamon/assets/misc/close-active.svg new file mode 100644 index 0000000..2bf1efb --- /dev/null +++ b/cinnamon/assets/misc/close-active.svg @@ -0,0 +1,116 @@ + + + + + + + + Gnome Symbolic Icon Theme + + + + image/svg+xml + + Gnome Symbolic Icon Theme + + + + + + + + + + + + + + + + + + + + + diff --git a/cinnamon/assets/misc/close-hover.svg b/cinnamon/assets/misc/close-hover.svg new file mode 100644 index 0000000..c1bd74f --- /dev/null +++ b/cinnamon/assets/misc/close-hover.svg @@ -0,0 +1,122 @@ + + + + + + + + Gnome Symbolic Icon Theme + + + + image/svg+xml + + Gnome Symbolic Icon Theme + + + + + + + + + + + + + + + + + + + + + + diff --git a/cinnamon/assets/misc/close.svg b/cinnamon/assets/misc/close.svg new file mode 100644 index 0000000..573b896 --- /dev/null +++ b/cinnamon/assets/misc/close.svg @@ -0,0 +1,116 @@ + + + + + + + + Gnome Symbolic Icon Theme + + + + image/svg+xml + + Gnome Symbolic Icon Theme + + + + + + + + + + + + + + + + + + + + + diff --git a/cinnamon/assets/misc/osd.svg b/cinnamon/assets/misc/osd.svg new file mode 100644 index 0000000..91a4e74 --- /dev/null +++ b/cinnamon/assets/misc/osd.svg @@ -0,0 +1,201 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + diff --git a/cinnamon/assets/misc/overview-hover.svg b/cinnamon/assets/misc/overview-hover.svg new file mode 100644 index 0000000..7bf4fe3 --- /dev/null +++ b/cinnamon/assets/misc/overview-hover.svg @@ -0,0 +1,114 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/cinnamon/assets/misc/overview.svg b/cinnamon/assets/misc/overview.svg new file mode 100644 index 0000000..8186e67 --- /dev/null +++ b/cinnamon/assets/misc/overview.svg @@ -0,0 +1,114 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/cinnamon/assets/misc/trash-icon.svg b/cinnamon/assets/misc/trash-icon.svg new file mode 100644 index 0000000..12df008 --- /dev/null +++ b/cinnamon/assets/misc/trash-icon.svg @@ -0,0 +1,135 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + diff --git a/cinnamon/assets/panel/activities-active.svg b/cinnamon/assets/panel/activities-active.svg new file mode 100644 index 0000000..df9b849 --- /dev/null +++ b/cinnamon/assets/panel/activities-active.svg @@ -0,0 +1,173 @@ + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/cinnamon/assets/panel/activities.svg b/cinnamon/assets/panel/activities.svg new file mode 100644 index 0000000..3d94481 --- /dev/null +++ b/cinnamon/assets/panel/activities.svg @@ -0,0 +1,173 @@ + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/cinnamon/assets/switch/switch-off.svg b/cinnamon/assets/switch/switch-off.svg new file mode 100644 index 0000000..66a79a9 --- /dev/null +++ b/cinnamon/assets/switch/switch-off.svg @@ -0,0 +1,224 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/cinnamon/assets/switch/switch-on.svg b/cinnamon/assets/switch/switch-on.svg new file mode 100644 index 0000000..77e9d92 --- /dev/null +++ b/cinnamon/assets/switch/switch-on.svg @@ -0,0 +1,228 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/cinnamon/cinnamon.css b/cinnamon/cinnamon.css new file mode 100644 index 0000000..4b8ed32 --- /dev/null +++ b/cinnamon/cinnamon.css @@ -0,0 +1,946 @@ +/* This file is part of plata-theme Copyright (C) 2018-2020 Tista This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. */ +* { transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 0.17s; text-shadow: none; icon-shadow: none; } + +stage { color: #111111; font-family: Roboto, Sans-Serif; font-weight: 400; font-size: 10pt; } + +.label-shadow { color: transparent; } + +.menu #notification .notification-button, .menu #notification .notification-icon-button, .popup-menu #notification .notification-button, .popup-menu #notification .notification-icon-button { min-height: 2em; padding: 7px 16px 8px; border-radius: 2.5px; font-weight: 500; border: none; background-color: rgba(255, 255, 255, 0.01); color: rgba(17, 17, 17, 0.87); box-shadow: inset 0 0 0 2px transparent; } + +.menu #notification .notification-button:focus, .menu #notification .notification-icon-button:focus, .popup-menu #notification .notification-button:focus, .popup-menu #notification .notification-icon-button:focus { border: none; color: #111111; box-shadow: inset 0 0 0 2px rgba(17, 17, 17, 0.2); } + +.menu #notification .notification-button:hover, .menu #notification .notification-icon-button:hover, .popup-menu #notification .notification-button:hover, .popup-menu #notification .notification-icon-button:hover { border: none; background-color: rgba(17, 17, 17, 0.12); color: #111111; } + +.menu #notification .notification-button:active, .menu #notification .notification-icon-button:active, .popup-menu #notification .notification-button:active, .popup-menu #notification .notification-icon-button:active { border: none; background-color: rgba(17, 17, 17, 0.25); color: #111111; box-shadow: 0 0 transparent; } + +.menu #notification .notification-button:insensitive, .menu #notification .notification-icon-button:insensitive, .popup-menu #notification .notification-button:insensitive, .popup-menu #notification .notification-icon-button:insensitive { border: none; background-color: rgba(0, 0, 0, 0.01); color: rgba(17, 17, 17, 0.28); box-shadow: 0 0 transparent; } + +.notification-button, .notification-icon-button { min-height: 2.5em; padding: 9px 16px 10px; border: 0 none transparent; border-radius: 2.5px; border: none; background-color: rgba(255, 255, 255, 0.01); color: rgba(17, 17, 17, 0.87); box-shadow: inset 0 0 0 2px transparent; } + +.notification-button:focus, .notification-icon-button:focus { border: none; color: #111111; box-shadow: inset 0 0 0 2px rgba(17, 17, 17, 0.2); } + +.notification-button:hover, .notification-icon-button:hover { border: none; background-color: rgba(17, 17, 17, 0.12); color: #111111; } + +.notification-button:active, .notification-icon-button:active { border: none; background-color: rgba(17, 17, 17, 0.25); color: #111111; box-shadow: 0 0 transparent; } + +.notification-button:insensitive, .notification-icon-button:insensitive { border: none; background-color: rgba(0, 0, 0, 0.01); color: rgba(17, 17, 17, 0.28); box-shadow: 0 0 transparent; } + +#menu-search-entry, .menu #notification StEntry, .popup-menu #notification StEntry { min-height: 1.2em; padding: 7px 8px 8px; border-radius: 4.5px 4.5px 0 0; border: 0 none transparent; caret-size: 1px; transition: none; selection-background-color: #3f51b5; selected-color: white; background-color: rgba(17, 17, 17, 0.06); color: rgba(17, 17, 17, 0.87); caret-color: rgba(17, 17, 17, 0.87); box-shadow: inset 0 -2px rgba(17, 17, 17, 0.2); } + +#menu-search-entry:hover, .menu #notification StEntry:hover, .popup-menu #notification StEntry:hover { background-color: rgba(17, 17, 17, 0.12); color: #111111; box-shadow: inset 0 -2px rgba(17, 17, 17, 0.2); } + +#menu-search-entry:focus, .menu #notification StEntry:focus, .popup-menu #notification StEntry:focus { background-color: rgba(17, 17, 17, 0.12); color: #111111; caret-color: #111111; box-shadow: inset 0 -2px #3f51b5; } + +#menu-search-entry StIcon.capslock-warning, .menu #notification StEntry StIcon.capslock-warning, .popup-menu #notification StEntry StIcon.capslock-warning { icon-size: 16px; padding: 0 2px; warning-color: #ff9800; } + +.run-dialog-entry, .notification StEntry { min-height: 1.2em; padding: 7px 8px 8px; border-radius: 4.5px 4.5px 0 0; border: 0 none transparent; caret-size: 1px; selection-background-color: #3f51b5; selected-color: white; background-color: rgba(17, 17, 17, 0.06); color: rgba(17, 17, 17, 0.87); caret-color: rgba(17, 17, 17, 0.87); box-shadow: inset 0 -2px rgba(17, 17, 17, 0.2); } + +.run-dialog-entry:hover, .notification StEntry:hover { background-color: rgba(17, 17, 17, 0.12); color: #111111; box-shadow: inset 0 -2px rgba(17, 17, 17, 0.2); } + +.run-dialog-entry:focus, .notification StEntry:focus { background-color: rgba(17, 17, 17, 0.12); color: #111111; caret-color: #111111; box-shadow: inset 0 -2px #3f51b5; } + +.run-dialog-entry:insensitive, .notification StEntry:insensitive { background-color: rgba(17, 17, 17, 0.0168); color: rgba(17, 17, 17, 0.28); box-shadow: 0 0 transparent; } + +StScrollView.vfade { -st-vfade-offset: 0; } + +StScrollView.hfade { -st-hfade-offset: 0; } + +StScrollBar { padding: 0; } + +StScrollView StScrollBar { min-width: 0.75em; min-height: 0.75em; } + +StScrollBar StBin#trough { margin: 0; border-radius: 0; background-color: white; } + +StScrollBar StButton#vhandle, StScrollBar StButton#hhandle { margin: 0; border-radius: 0; background-color: rgba(17, 17, 17, 0.2916); } + +StScrollBar StButton#vhandle:hover, StScrollBar StButton#hhandle:hover { background-color: rgba(17, 17, 17, 0.4698); } + +StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { background-color: #111111; } + +.separator { height: 1px; margin: 0; padding: 0; border-color: rgba(0, 0, 0, 0.15); border-bottom-width: 1px; border-bottom-style: solid; background-color: transparent; } + +.popup-slider-menu-item, .slider { height: 16px; min-width: 15em; border: 0 solid transparent; border-right-width: 3px; border-left-width: 3px; color: #7986cb; -slider-height: 2px; -slider-background-color: rgba(17, 17, 17, 0.2); -slider-border-color: transparent; -slider-active-background-color: #7986cb; -slider-active-border-color: transparent; -slider-border-width: 0; -slider-handle-radius: 8px; } + +.radiobutton CinnamonGenericContainer, .check-box CinnamonGenericContainer { min-height: 26.66px; spacing: 0.4em; padding-top: 5.33px; } + +.radiobutton StLabel, .check-box StLabel { padding-top: 0.1em; padding-bottom: 0.2em; font-weight: 400; font-size: 100%; } + +.check-box StBin { width: 16px; height: 16px; background-image: url("assets/checkbox/checkbox-unchecked.svg"); } + +.check-box:checked StBin { background-image: url("assets/checkbox/checkbox-checked.svg"); } + +.radiobutton StBin { width: 16px; height: 16px; background-image: url("assets/checkbox/radiobutton-unchecked.svg"); } + +.radiobutton:checked StBin { background-image: url("assets/checkbox/radiobutton-checked.svg"); } + +.toggle-switch { width: 40px; height: 20px; background-size: contain; } + +.toggle-switch-us, .toggle-switch-intl { background-image: url("assets/switch/switch-off.svg"); } + +.toggle-switch-us:checked, .toggle-switch-intl:checked { background-image: url("assets/switch/switch-on.svg"); } + +.cinnamon-link { border-radius: 2.5px; color: #2196f3; text-decoration: underline; } + +.cinnamon-link:hover { color: #2196f3; background-color: pacity(#2196f3, 0.12); } + +.cinnamon-link:active { color: #2196f3; background-color: rgba(33, 150, 243, 0.25); } + +#Tooltip { padding: 7px 8px 8px; border-radius: 2.5px; background-color: rgba(189, 189, 189, 0.93); color: #111111; box-shadow: 0 0 transparent; font-weight: 400; font-size: 100%; text-align: center; } + +.popup-menu, .menu { min-width: 0; } + +.popup-menu-arrow, .menu-arrow { icon-size: 16px; } + +.popup-menu .popup-sub-menu, .menu .popup-sub-menu { min-width: 0; padding-bottom: 1px; border-bottom: 1px solid rgba(0, 0, 0, 0.15); background-color: #f8f8f8; background-gradient-direction: none; box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.12); } + +.popup-menu .popup-sub-menu StScrollBar, .menu .popup-sub-menu StScrollBar { padding: 4px; } + +.popup-menu .popup-sub-menu StScrollBar StBin#trough, .popup-menu .popup-sub-menu StScrollBar StBin#vhandle, .menu .popup-sub-menu StScrollBar StBin#trough, .menu .popup-sub-menu StScrollBar StBin#vhandle { border-width: 0; } + +.popup-menu .popup-menu-content, .menu .popup-menu-content { margin: 3px 5px 10px; padding: 0.3em 0; border-radius: 4.5px; border: 1px solid lightgray; background-color: #e7e7e7; color: rgba(17, 17, 17, 0.87); box-shadow: 0 4.5px 5.5px rgba(0, 0, 0, 0.38); } + +.popup-menu .popup-menu-item, .menu .popup-menu-item { padding: 0.4em 1.75em; spacing: 1em; border: 0 none transparent; color: rgba(17, 17, 17, 0.87); } + +.popup-menu .popup-menu-item:active, .menu .popup-menu-item:active { background-color: rgba(17, 17, 17, 0.12); color: #111111; } + +.popup-menu .popup-menu-item:insensitive, .menu .popup-menu-item:insensitive { color: rgba(17, 17, 17, 0.28); background: none; } + +.popup-menu .popup-menu-item StLabel, .menu .popup-menu-item StLabel { max-width: 45em; } + +.popup-menu .popup-inactive-menu-item, .menu .popup-inactive-menu-item { color: rgba(17, 17, 17, 0.87); } + +.popup-menu .popup-inactive-menu-item:insensitive, .menu .popup-inactive-menu-item:insensitive { color: rgba(17, 17, 17, 0.28); } + +.popup-menu-icon, .menu-icon { icon-size: 16px; } + +.popup-menu-boxpointer { -arrow-border-radius: 0; -arrow-background-color: transparent; -arrow-border-width: 0; -arrow-border-color: transparent; -arrow-base: 0; -arrow-rise: 0; -arrow-box-shadow: 0 0 transparent; } + +.popup-combo-menu { padding: 1em; border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 4.5px; color: #111111; background-color: rgba(231, 231, 231, 0.93); } + +.popup-combobox-item { spacing: 1em; } + +.popup-separator-menu-item { height: 1px; margin: 0; padding: 0; border-color: rgba(0, 0, 0, 0.15); border-bottom-width: 1px; border-bottom-style: solid; background-color: transparent; -gradient-start: transparent; -gradient-end: transparent; } + +.popup-alternating-menu-item:alternate { font-weight: 500; } + +.popup-device-menu-item { spacing: 0.5em; } + +.popup-subtitle-menu-item { font-weight: 500; } + +.popup-menu-item-dot { color: #3f51b5; } + +.nm-menu-item-icons { spacing: 0.5em; } + +#panel { min-width: 32px; min-height: 28px; width: 2.25em; height: 1.95em; color: #111111; background-color: #e0e0e0; font-weight: 700; font-size: 100%; } + +#panel:highlight { background-color: rgba(30, 52, 166, 0.25); } + +#panelLeft, .panelLeft { spacing: 4px; } + +#panelLeft:dnd, .panelLeft:dnd { background-gradient-direction: vertical; background-gradient-start: rgba(244, 67, 54, 0.4); background-gradient-end: rgba(244, 67, 54, 0.4); } + +#panelLeft:ltr, .panelLeft:ltr { padding-right: 4px; } + +#panelLeft:rtl, .panelLeft:rtl { padding-left: 4px; } + +#panelLeft.vertical, .panelLeft.vertical { padding: 0; spacing: 0; } + +#panelRight:dnd, .panelRight:dnd { background-gradient-direction: vertical; background-gradient-start: rgba(33, 150, 243, 0.4); background-gradient-end: rgba(33, 150, 243, 0.4); } + +#panelRight:ltr, .panelRight:ltr { padding-left: 4px; spacing: 0; } + +#panelRight:rtl, .panelRight:rtl { padding-right: 4px; spacing: 0; } + +#panelRight.vertical, .panelRight.vertical { padding: 0; spacing: 0; } + +#panelCenter, .panelCenter { spacing: 4px; } + +#panelCenter:dnd, .panelCenter:dnd { background-gradient-direction: vertical; background-gradient-start: rgba(76, 175, 80, 0.4); background-gradient-end: rgba(76, 175, 80, 0.4); } + +#panelCenter.vertical, .panelCenter.vertical { padding: 0; spacing: 0; } + +.panel { padding: 0; } + +.panel-dummy { background-color: rgba(224, 224, 224, 0.4); } + +.panel-dummy:entered { background-color: rgba(30, 52, 166, 0.25); } + +.panel-status-button { height: 22px; -natural-hpadding: 3px; -minimum-hpadding: 3px; border-width: 0; font-weight: 700; color: #111111; } + +.panel-status-button:hover { color: black; } + +.panel-button { -natural-hpadding: 6px; -minimum-hpadding: 3px; background-color: rgba(0, 0, 0, 0.01); color: #111111; font-weight: 700; transition-duration: 0.17s; } + +.panel-button:hover, .panel-button:active { color: black; background-color: rgba(0, 0, 0, 0.01); } + +.panel-top .panel-button:hover, .panel-top .panel-status-button:hover { box-shadow: inset 0 2px 0 rgba(17, 17, 17, 0.2); } + +.panel-top .panel-button:active, .panel-top .panel-status-button:active { box-shadow: inset 0 2px 0 #3f51b5; } + +.panel-bottom .panel-button:hover, .panel-bottom .panel-status-button:hover { box-shadow: inset 0 -2px 0 rgba(17, 17, 17, 0.2); } + +.panel-bottom .panel-button:active, .panel-bottom .panel-status-button:active { box-shadow: inset 0 -2px 0 #3f51b5; } + +.panel-left .panel-button, .panel-left .panel-status-button { -natural-hpadding: 0; -minimum-hpadding: 0; -natural-vpadding: 2px; -minimum-vpadding: 2px; } + +.panel-left .panel-button:hover, .panel-left .panel-status-button:hover { box-shadow: inset 2px 0 0 rgba(17, 17, 17, 0.2); } + +.panel-left .panel-button:active, .panel-left .panel-status-button:active { box-shadow: inset 2px 0 0 #3f51b5; } + +.panel-right .panel-button, .panel-right .panel-status-button { -natural-hpadding: 0; -minimum-hpadding: 0; -natural-vpadding: 2px; -minimum-vpadding: 2px; } + +.panel-right .panel-button:hover, .panel-right .panel-status-button:hover { box-shadow: inset -2px 0 0 rgba(17, 17, 17, 0.2); } + +.panel-right .panel-button:active, .panel-right .panel-status-button:active { box-shadow: inset -2px 0 0 #3f51b5; } + +.panel StIcon { icon-size: 16px; } + +.panel-corner, .panel-corner:active, .panel-corner:overview, .panel-corner:focus { -panel-corner-radius: 0; -panel-corner-background-color: #e0e0e0; -panel-corner-inner-border-width: 0; -panel-corner-inner-border-color: transparent; -panel-corner-outer-border-width: 0; -panel-corner-outer-border-color: transparent; } + +.panel-menu { -boxpointer-gap: 4px; } + +.system-status-icon { icon-size: 16px; margin: 0; spacing: 0; padding-left: 0; padding-right: 0; } + +.system-status-icon.warning { color: #ff9800; } + +.system-status-icon.error { color: #f44336; } + +#overview { spacing: 12px; } + +.window-border { border: 4px solid rgba(255, 255, 255, 0.12); border-radius: 2.5px 2.5px 0 0; box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12); } + +.window-caption { max-width: 20em; -cinnamon-caption-spacing: 12px; spacing: 25px; padding: 0.3em 0.9em 0.4em; border-radius: 2.5px; color: #111111; background-color: rgba(231, 231, 231, 0.93); box-shadow: 0 0 transparent; } + +#selected.window-caption, .window-caption:focus { spacing: 25px; color: #111111; background-color: rgba(17, 17, 17, 0.12); box-shadow: 0 0 transparent; } + +.workspace-controls { visible-height: 2.25em; } + +.workspace-thumbnails { spacing: 2.25em; } + +.workspace-thumbnails-background, .workspace-thumbnails-background:rtl { padding: 8px; } + +.workspace-thumbnail-indicator { outline: 0 none transparent; border: 2px solid #3f51b5; } + +.workspace-add-button { height: 200px; width: 35px; background-image: url("assets/misc/add-workspace.svg"); transition-duration: 0.17s; } + +.workspace-add-button:hover { background-image: url("assets/misc/add-workspace-hover.svg"); transition-duration: 0.17s; } + +.workspace-add-button:active { background-image: url("assets/misc/add-workspace-active.svg"); transition-duration: 0.17s; } + +.workspace-overview-background-shade { background-color: rgba(255, 255, 255, 0.28); } + +.workspace-close-button, .window-close { height: 36px; width: 36px; -cinnamon-close-overlap: 24px; background-image: url("assets/misc/close.svg"); background-size: 36px; } + +.workspace-close-button:hover, .window-close:hover { height: 36px; width: 36px; background-image: url("assets/misc/close-hover.svg"); background-size: 36px; } + +.workspace-close-button:active, .window-close:active { height: 36px; width: 36px; background-image: url("assets/misc/close-active.svg"); background-size: 36px; } + +.window-close-area { width: 400px; height: 120px; background-image: url("assets/misc/trash-icon.svg"); } + +.overview-icon { padding: 9px; border: none; border-radius: 2.5px; color: #111111; transition-duration: 0.17s; text-align: center; } + +.overview-icon StLabel { padding-top: 6px; } + +.overview-empty-placeholder { color: rgba(255, 255, 255, 0.54); font-size: 200%; } + +#LookingGlassDialog { spacing: 4px; padding: 6px; border: none; border-radius: 8.5px; background-color: rgba(231, 231, 231, 0.93); color: #111111; box-shadow: 0 10px 14px rgba(0, 0, 0, 0.44); } + +.calendar { padding: 0.4em 1.75em; spacing-rows: 0; spacing-columns: 0; } + +.calendar-month-label { margin: 0 0.2em; padding-top: 0.35em; color: #111111; font-weight: 400; font-size: 90%; } + +.calendar-change-month-back, .calendar-change-month-forward { width: 2em; height: 2em; margin: 0; padding: 0; border-radius: 999px; font-size: 90%; } + +.calendar-change-month-back:hover, .calendar-change-month-forward:hover { background-color: rgba(17, 17, 17, 0.12); } + +.calendar-change-month-back:active, .calendar-change-month-forward:active { background-color: rgba(17, 17, 17, 0.25); } + +.calendar-change-month-back { background-image: url("assets/misc/calendar-arrow-left.svg"); } + +.calendar-change-month-back:rtl { background-image: url("assets/misc/calendar-arrow-right.svg"); } + +.calendar-change-month-forward { background-image: url("assets/misc/calendar-arrow-right.svg"); } + +.calendar-change-month-forward:rtl { background-image: url("assets/misc/calendar-arrow-left.svg"); } + +.datemenu-date-label { padding: 0.4em 0; border-radius: 2.5px; color: #111111; font-weight: 700; text-align: center; } + +.calendar-day { border-width: 0; color: #111111; } + +.calendar-day-base { width: 2.4em; height: 2.4em; padding: 0; margin: 0.2em; border-radius: 999px; font-size: 90%; text-align: center; } + +.calendar-day-heading { width: 2.4em; height: 1.9em; margin-top: 0.2em; padding: 0.5em 0 0; background-color: transparent; color: rgba(17, 17, 17, 0.54); font-weight: 500; font-size: 90%; text-align: center; } + +.calendar-day-top { border-top-width: 0; } + +.calendar-day-left { border-left-width: 0; } + +.calendar-day-with-events { background-image: none; color: #2196f3; font-weight: 500; text-decoration: underline; } + +.calendar-week-number { width: 2.4em; height: 1.9em; margin: 0.2em; padding: 0.5em 0 0; background-color: transparent; color: rgba(17, 17, 17, 0.54); font-weight: 500; font-size: inherit; text-align: center; } + +.calendar-nonwork-day { color: rgba(17, 17, 17, 0.87); background-color: transparent; } + +.calendar-today { border-width: 0; color: white; background-color: #3f51b5; font-weight: 700; } + +.calendar-other-month-day { color: rgba(17, 17, 17, 0.2916); } + +#notification { width: 34em; spacing-rows: 10px; spacing-columns: 10px; margin-from-right-edge-of-screen: 20px; padding: 13px; border-radius: 8.5px; background-color: rgba(189, 189, 189, 0.93); color: #111111; box-shadow: 0 10px 14px rgba(0, 0, 0, 0.44); } + +.menu #notification, .menu #notification.multi-line-notification, .popup-menu #notification, .popup-menu #notification.multi-line-notification { padding: 9px; border-radius: 0; border: 1px solid rgba(0, 0, 0, 0.15); background-color: white; color: #111111; box-shadow: 0 0 transparent; } + +.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: #111111; } + +#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: #111111; } + +.notification-button, .notification-icon-button { padding: 5px; } + +.notification-icon-button > StIcon { icon-size: 36px; } + +.grouped-window-list-thumbnail-menu .item-box, .switcher-list .item-box { padding: 8px; border-radius: 2.5px; } + +.grouped-window-list-thumbnail-menu .item-box:outlined, .switcher-list .item-box:outlined { padding: 6px; border: 2px solid rgba(17, 17, 17, 0.2); } + +.grouped-window-list-thumbnail-menu .item-box:selected, .switcher-list .item-box:selected { background-color: rgba(30, 52, 166, 0.25); color: #1e34a6; } + +.grouped-window-list-thumbnail-menu .thumbnail, .switcher-list .thumbnail { width: 256px; } + +.grouped-window-list-thumbnail-menu .thumbnail-box, .switcher-list .thumbnail-box { padding: 2px; spacing: 4px; } + +.grouped-window-list-thumbnail-menu .separator, .switcher-list .separator { width: 1px; background: rgba(0, 0, 0, 0.15); } + +#altTabPopup { padding: 8px; spacing: 16px; } + +.switcher-list { padding: 20px; border: none; border-radius: 8.5px; color: #111111; background-color: rgba(231, 231, 231, 0.93); box-shadow: 0 10px 14px rgba(0, 0, 0, 0.44); } + +.switcher-list > StBoxLayout { padding: 4px; } + +.switcher-list-item-container { spacing: 8px; } + +.switcher-arrow { border-color: transparent; color: #111111; } + +.thumbnail-scroll-gradient-left { width: 60px; border-radius: 24px; border-radius-topright: 0; border-radius-bottomright: 0; background-color: transparent; } + +.thumbnail-scroll-gradient-right { width: 60px; border-radius: 24px; border-radius-topleft: 0; border-radius-bottomleft: 0; background-color: transparent; } + +.ripple-box:ltr, .ripple-box:rtl { width: 104px; height: 104px; border-radius: 104px; background-image: none; background-color: rgba(121, 134, 203, 0.54); box-shadow: 0 0 transparent; } + +.modal-dialog { padding: 0 5px 6px 5px; border: none; border-radius: 8.5px; color: #111111; background-color: rgba(231, 231, 231, 0.93); box-shadow: 0 10px 14px rgba(0, 0, 0, 0.44); } + +.modal-dialog > StBoxLayout:first-child { padding: 20px 10px 10px 10px; } + +.modal-dialog-button-box { spacing: 0; margin: 0; padding: 14px 10px; border: none; background: none; } + +.modal-dialog-button-box .modal-dialog-button { padding: 7px 16px 8px; border: 0 none transparent; border-radius: 2.5px; font-weight: 700; border: none; background-color: rgba(255, 255, 255, 0.01); color: rgba(30, 52, 166, 0.87); box-shadow: inset 0 0 0 2px transparent; } + +.modal-dialog-button-box .modal-dialog-button:hover { border: none; background-color: rgba(30, 52, 166, 0.12); color: #1e34a6; } + +.modal-dialog-button-box .modal-dialog-button:focus { border: none; color: #1e34a6; box-shadow: inset 0 0 0 2px rgba(30, 52, 166, 0.2); } + +.modal-dialog-button-box .modal-dialog-button:active { border: none; background-color: rgba(30, 52, 166, 0.25); color: #1e34a6; box-shadow: 0 0 transparent; } + +.modal-dialog-button-box .modal-dialog-button:insensitive { border: none; background-color: rgba(0, 0, 0, 0.01); color: rgba(17, 17, 17, 0.28); box-shadow: 0 0 transparent; } + +.run-dialog { padding: 0 15px 10px 15px; border-radius: 8.5px; background-color: rgba(231, 231, 231, 0.93); box-shadow: 0 10px 14px rgba(0, 0, 0, 0.44); } + +.run-dialog > * { padding: 0; } + +.run-dialog-label { padding-bottom: 0; color: rgba(17, 17, 17, 0.54); font-weight: 400; font-size: 90%; } + +.run-dialog-error-label { color: #f44336; } + +.run-dialog-error-box { padding-top: 15px; spacing: 5px; color: #f44336; font-size: 90%; } + +.run-dialog-completion-box { padding-left: 15px; font-size: 100%; } + +.run-dialog-entry { width: 28em; padding: 7px; border-radius: 4.5px 4.5px 0 0; caret-color: #111111; selected-color: white; selection-background-color: #3f51b5; } + +.run-dialog .modal-dialog-button-box { border: none; background: none; background-gradient-direction: none; box-shadow: 0 0 transparent; } + +.cinnamon-mount-operation-icon { icon-size: 48px; } + +.mount-password-reask { color: #ff9800; } + +.show-processes-dialog, .mount-question-dialog { spacing: 24px; } + +.show-processes-dialog-subject, .mount-question-dialog-subject { padding-top: 10px; padding-bottom: 6px; } + +.show-processes-dialog-subject:ltr, .mount-question-dialog-subject:ltr { padding-left: 17px; } + +.show-processes-dialog-subject:rtl, .mount-question-dialog-subject:rtl { padding-right: 17px; } + +.show-processes-dialog-description, .mount-question-dialog-description { width: 28em; } + +.show-processes-dialog-description:ltr, .mount-question-dialog-description:ltr { padding-left: 17px; } + +.show-processes-dialog-description:rtl, .mount-question-dialog-description:rtl { padding-right: 17px; } + +.show-processes-dialog-app-list { max-height: 200px; padding-top: 24px; } + +.show-processes-dialog-app-list:ltr { 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: rgba(17, 17, 17, 0.87); } + +.show-processes-dialog-app-list-item:hover { color: #111111; } + +.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: 110%; } + +.magnifier-zoom-region { border: 2px solid #3f51b5; } + +.magnifier-zoom-region.full-screen { border-width: 0; } + +#keyboard { border-width: 0; background-color: rgba(255, 255, 255, 0.28); } + +.keyboard-layout { spacing: 3.999px; padding: 3.999px; } + +.keyboard-row { spacing: 3.999px; } + +.keyboard-key { min-height: 26.66px; min-width: 26.66px; border-radius: 2.5px; border: 1px solid rgba(205, 205, 205, 0.9805); background-color: #e7e7e7; color: rgba(17, 17, 17, 0.87); box-shadow: 0 0 transparent; text-shadow: none; icon-shadow: none; font-size: 26.66px; font-weight: 700; transition-timing-function: cubic-bezier(0, 0, 0.2, 1); } + +.keyboard-key:focus, .keyboard-key:hover, .keyboard-key:checked { color: #111111; border-color: #cbcbcb; background-color: #cbcbcb; transition-timing-function: cubic-bezier(0, 0, 0.2, 1); } + +.keyboard-key:active { border-color: #b2b2b2; background-color: #b2b2b2; color: #111111; transition-timing-function: cubic-bezier(0, 0, 0.2, 1); } + +.keyboard-key:grayed { border-color: rgba(224, 224, 224, 0.99454); background-color: #e0e0e0; color: rgba(17, 17, 17, 0.54); transition-timing-function: cubic-bezier(0, 0, 0.2, 1); } + +.keyboard-subkeys { padding: 0; border-radius: 2.5px; -arrow-border-radius: 0; -arrow-background-color: transparent; -arrow-border-width: 0; -arrow-border-color: transparent; -arrow-base: 0; -arrow-rise: 0; -boxpointer-gap: 3.999px; background-color: #673ab7; color: white; box-shadow: 0 2.5px 4.5px rgba(0, 0, 0, 0.34); } + +.keyboard-subkeys .keyboard-key { border: 0 none transparent; background-color: rgba(0, 0, 0, 0.01); color: rgba(255, 255, 255, 0.9); box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.2); } + +.keyboard-subkeys .keyboard-key:focus, .keyboard-subkeys .keyboard-key:hover, .keyboard-subkeys .keyboard-key:checked { border: 0 none transparent; background-color: rgba(255, 255, 255, 0.12); color: white; box-shadow: 0 0 transparent; } + +.keyboard-subkeys .keyboard-key:active { border: 0 none transparent; background-color: rgba(255, 255, 255, 0.25); color: white; box-shadow: 0 0 transparent; } + +.menu-favorites-box { padding: 7px; border-radius: 0; border: 0 none transparent; background-color: transparent; } + +.menu-favorites-box .popup-menu-item { padding: 10px; } + +.menu-favorites-button { padding: 10px; border-radius: 2.5px; border: 0 none transparent; } + +.menu-favorites-button:hover { border: none; background-color: rgba(17, 17, 17, 0.12); color: #111111; } + +.menu-places-box { padding: 7px; } + +.menu-places-button { padding: 10px; border-radius: 2.5px; border: 0 none transparent; } + +.menu-categories-box { padding: 7px 7px 0 7px; border: 0 solid rgba(0, 0, 0, 0.15); } + +.menu-categories-box:ltr { border-right-width: 1px; } + +.menu-categories-box:rtl { border-left-width: 1px; } + +.menu-applications-outer-box:ltr { padding: 7px 14px 0 7px; } + +.menu-applications-outer-box:rtl { padding: 7px 7px 0 14px; } + +.menu-applications-inner-box { padding: 7px 7px 0 7px; } + +.menu-application-button { padding: 0 7px; border: 0 none transparent; color: rgba(17, 17, 17, 0.87); } + +.menu-application-button:highlighted { font-weight: 700; } + +.menu-application-button-selected { border: none; background-color: rgba(17, 17, 17, 0.12); color: #111111; padding: 0 7px; border-radius: 2.5px; } + +.menu-application-button-selected:highlighted { font-weight: 700; } + +.menu-application-button-label:ltr { padding: 6px 0 7px 5px; } + +.menu-application-button-label:rtl { padding: 6px 5px 7px 0; } + +.menu StScrollView.menu-application-button { padding: 0; border-radius: 4.5px; border: 1px solid rgba(0, 0, 0, 0.15); background-color: #f8f8f8; } + +.menu StScrollView.menu-application-button .popup-menu-item { padding: 0; spacing: 0; } + +.menu StScrollView.menu-application-button .popup-menu-item:ltr { padding-left: 7px; } + +.menu StScrollView.menu-application-button .popup-menu-item:rtl { padding-right: 7px; } + +.menu StScrollView.menu-application-button .popup-menu-item:first-child { border-radius: 4.5px 4.5px 0 0; } + +.menu StScrollView.menu-application-button .popup-menu-item:last-child { border-radius: 0 0 4.5px 4.5px; } + +.menu StScrollView.menu-application-button .popup-menu-item:active { border-image: none; background-color: rgba(17, 17, 17, 0.12); } + +.menu StScrollView.menu-application-button .popup-menu-item StIcon { min-width: 22px; } + +.menu StScrollView.menu-application-button .popup-menu-item StLabel:ltr { padding: 6px 0 7px 5px; } + +.menu StScrollView.menu-application-button .popup-menu-item StLabel:rtl { padding: 6px 5px 7px 0; } + +.menu-category-button { color: rgba(17, 17, 17, 0.87); } + +.menu-category-button, .menu-category-button-hover, .menu-category-button-selected, .menu-category-button-greyed { padding: 0 7px; border-radius: 2.5px; border: 0 none transparent; font-weight: 500; } + +.menu-category-button-hover, .menu-category-button-selected { background-color: rgba(63, 81, 181, 0.12); color: #3f51b5; } + +.menu-category-button-hover:ltr, .menu-category-button-selected:ltr { border-radius: 2.5px 999px 999px 2.5px; } + +.menu-category-button-hover:rtl, .menu-category-button-selected:rtl { border-radius: 999px 2.5px 2.5px 999px; } + +.menu-category-button-greyed { color: rgba(17, 17, 17, 0.28); } + +.menu-category-button-greyed StIcon { opacity: 0.54; } + +.menu-category-button-label:ltr { padding: 6px 0 7px 5px; } + +.menu-category-button-label:rtl { padding: 6px 5px 7px 0; } + +.menu-selected-app-box { margin-bottom: 1.06em; padding: 0 30px; text-align: right; } + +.menu-selected-app-title { margin-top: 0.4em; color: rgba(17, 17, 17, 0.87); font-weight: 700; font-size: 90%; } + +.menu-selected-app-description { max-width: 150px; color: rgba(17, 17, 17, 0.54); font-size: 90%; } + +.menu-top-box { spacing: 7px; } + +.menu-search-box:ltr { padding: 0 0 7px 7px; } + +.menu-search-box:rtl { padding: 0 7px 7px 0; } + +.menu-search-entry-icon { icon-size: 16px; color: #111111; } + +#menu-search-entry { width: 24em; caret-color: #111111; font-weight: 400; } + +.info-osd { spacing: 1em; padding: 16px; border-radius: 8.5px; background-color: rgba(231, 231, 231, 0.93); color: #111111; box-shadow: 0 10px 14px rgba(0, 0, 0, 0.44); text-align: center; font-weight: 700; } + +.osd-window { min-width: 64px; min-height: 64px; spacing: 1em; margin: 0; padding: 20px; border: none; border-radius: 8.5px; color: #111111; background-color: rgba(231, 231, 231, 0.93); box-shadow: 0 10px 14px rgba(0, 0, 0, 0.44); font-weight: 700; text-align: center; } + +.osd-window .osd-monitor-label { font-size: 300%; } + +.osd-window .level { height: 3px; padding: 0; border-radius: 0; background-color: rgba(17, 17, 17, 0.2); color: #4caf50; } + +.osd-window .level-bar { border-radius: 0; background-color: #4caf50; } + +.grouped-window-list-item-box, .window-list-item-box { border: 0 none transparent; border-image: none; background-image: none; background-color: rgba(0, 0, 0, 0.01); color: #111111; box-shadow: 0 0 transparent; font-weight: 400; } + +.grouped-window-list-item-box StLabel, .window-list-item-box StLabel { font-weight: 400; } + +.panel-top .grouped-window-list-item-box StLabel:ltr, .panel-top .window-list-item-box StLabel:ltr, .panel-bottom .grouped-window-list-item-box StLabel:ltr, .panel-bottom .window-list-item-box StLabel:ltr { padding: 0 4px 0 0; } + +.panel-top .grouped-window-list-item-box StLabel:rtl, .panel-top .window-list-item-box StLabel:rtl, .panel-bottom .grouped-window-list-item-box StLabel:rtl, .panel-bottom .window-list-item-box StLabel:rtl { padding: 0 0 0 4px; } + +.grouped-window-list-item-box:hover, .window-list-item-box:hover { background-color: rgba(17, 17, 17, 0.12); color: black; } + +.panel-top .grouped-window-list-item-box:hover, .panel-top .window-list-item-box:hover { box-shadow: inset 0 -2px rgba(41, 51, 240, 1); } + +.panel-bottom .grouped-window-list-item-box:hover, .panel-bottom .window-list-item-box:hover { box-shadow: inset 0 -2px rgba(41, 51, 240, 1); } + +.panel-left .grouped-window-list-item-box:hover, .panel-left .window-list-item-box:hover { box-shadow: inset 2px 0 rgba(41, 51, 240, 1); } + +.panel-right .grouped-window-list-item-box:hover, .panel-right .window-list-item-box:hover { box-shadow: inset -2px 0 rgba(41, 51, 240, 1); } + +.grouped-window-list-item-box:active:focus, .grouped-window-list-item-box:checked:focus, .window-list-item-box:active, .window-list-item-box:checked, .window-list-item-box:focus, .window-list-item-box:running { background-color: rgba(54, 154, 255, 0.50); color: black; } + +.panel-top .grouped-window-list-item-box:active:focus, .panel-top .grouped-window-list-item-box:checked:focus, .panel-top .window-list-item-box:active, .panel-top .window-list-item-box:checked, .panel-top .window-list-item-box:focus, .panel-top .window-list-item-box:running { box-shadow: inset 0 -2px #3f51b5; } + +.panel-bottom .grouped-window-list-item-box:active:focus, .panel-bottom .grouped-window-list-item-box:checked:focus, .panel-bottom .window-list-item-box:active, .panel-bottom .window-list-item-box:checked, .panel-bottom .window-list-item-box:focus, .panel-bottom .window-list-item-box:running { box-shadow: inset 0 -2px #3f51b5; } + +.panel-left .grouped-window-list-item-box:active:focus, .panel-left .grouped-window-list-item-box:checked:focus, .panel-left .window-list-item-box:active, .panel-left .window-list-item-box:checked, .panel-left .window-list-item-box:focus, .panel-left .window-list-item-box:running { box-shadow: inset 2px 0 #3f51b5; } + +.panel-right .grouped-window-list-item-box:active:focus, .panel-right .grouped-window-list-item-box:checked:focus, .panel-right .window-list-item-box:active, .panel-right .window-list-item-box:checked, .panel-right .window-list-item-box:focus, .panel-right .window-list-item-box:running { box-shadow: inset -2px 0 #3f51b5; } + +.grouped-window-list-item-box:hover:active:focus, .grouped-window-list-item-box:hover:checked:focus, .window-list-item-box:hover:active, .window-list-item-box:hover:checked, .window-list-item-box:hover:focus, .window-list-item-box:hover:running { background-color: rgba(41, 51, 240, 1); color: black; } + +.panel-top .grouped-window-list-item-box:hover:active:focus, .panel-top .grouped-window-list-item-box:hover:checked:focus, .panel-top .window-list-item-box:hover:active, .panel-top .window-list-item-box:hover:checked, .panel-top .window-list-item-box:hover:focus, .panel-top .window-list-item-box:hover:running { box-shadow: inset 0 -2px #3f51b5; } + +.panel-bottom .grouped-window-list-item-box:hover:active:focus, .panel-bottom .grouped-window-list-item-box:hover:checked:focus, .panel-bottom .window-list-item-box:hover:active, .panel-bottom .window-list-item-box:hover:checked, .panel-bottom .window-list-item-box:hover:focus, .panel-bottom .window-list-item-box:hover:running { box-shadow: inset 0 -2px #3f51b5; } + +.panel-left .grouped-window-list-item-box:hover:active:focus, .panel-left .grouped-window-list-item-box:hover:checked:focus, .panel-left .window-list-item-box:hover:active, .panel-left .window-list-item-box:hover:checked, .panel-left .window-list-item-box:hover:focus, .panel-left .window-list-item-box:hover:running { box-shadow: inset 2px 0 #3f51b5; } + +.panel-right .grouped-window-list-item-box:hover:active:focus, .panel-right .grouped-window-list-item-box:hover:checked:focus, .panel-right .window-list-item-box:hover:active, .panel-right .window-list-item-box:hover:checked, .panel-right .window-list-item-box:hover:focus, .panel-right .window-list-item-box:hover:running { box-shadow: inset -2px 0 #3f51b5; } + +.grouped-window-list-item-box:active, .grouped-window-list-item-box:checked { background-color: rgba(0, 0, 0, 0.01); color: black; } + +.grouped-window-list-item-box:hover:active, .grouped-window-list-item-box:hover:checked { background-color: rgba(41, 51, 240, 1); } + +.panel-top .grouped-window-list-item-box:active, .panel-top .grouped-window-list-item-box:checked { box-shadow: inset 0 -2px rgba(41, 51, 240, 1); } + +.panel-bottom .grouped-window-list-item-box:active, .panel-bottom .grouped-window-list-item-box:checked { box-shadow: inset 0 -2px rgba(41, 51, 240, 1); } + +.panel-left .grouped-window-list-item-box:active, .panel-left .grouped-window-list-item-box:checked { box-shadow: inset 2px 0 rgba(41, 51, 240, 1); } + +.panel-right .grouped-window-list-item-box:active, .panel-right .grouped-window-list-item-box:checked { box-shadow: inset -2px 0 rgba(41, 51, 240, 1); } + +.grouped-window-list-item-box .progress, .window-list-item-box:progress, .window-list-item-box .progress, .grouped-window-list-item-demands-attention, .window-list-item-demands-attention { background-gradient-start: rgba(30, 52, 166, 0.25); background-gradient-end: rgba(30, 52, 166, 0.25); } + +.grouped-window-list-item-demands-attention, .window-list-item-demands-attention { color: black; } + +.panel-top .grouped-window-list-item-demands-attention, .panel-top .window-list-item-demands-attention { box-shadow: inset 0 2px #7986cb; } + +.panel-bottom .grouped-window-list-item-demands-attention, .panel-bottom .window-list-item-demands-attention { box-shadow: inset 0 -2px #7986cb; } + +.panel-left .grouped-window-list-item-demands-attention, .panel-left .window-list-item-demands-attention { box-shadow: inset 2px 0 #7986cb; } + +.panel-right .grouped-window-list-item-demands-attention, .panel-right .window-list-item-demands-attention { box-shadow: inset -2px 0 #7986cb; } + +.window-list-preview { padding: 12px; spacing: 8px; border: none; border-radius: 8.5px; color: #111111; background-color: rgba(231, 231, 231, 0.93); box-shadow: 0 10px 14px rgba(0, 0, 0, 0.44); } + +.window-list-box { spacing: 0; } + +.panel-top .window-list-box:ltr, .panel-bottom .window-list-box:ltr { padding: 0 0 0 8px; } + +.panel-top .window-list-box:rtl, .panel-bottom .window-list-box:rtl { padding: 0 8px 0 0; } + +.window-list-box.vertical { padding: 6px 0 0 0; } + +.window-list-box:highlight { background-color: rgba(30, 52, 166, 0.25); } + +.panel-top .window-list-item-box StIcon, .panel-bottom .window-list-item-box StIcon, .panel-top .window-list-item-box StBin, .panel-bottom .window-list-item-box StBin { padding: 0 4px; } + +.window-list-item-box.vertical StIcon, .window-list-item-box.vertical StBin { padding: 0; } + +.grouped-window-list-thumbnail-label:ltr { padding-left: 4px; } + +.grouped-window-list-thumbnail-label:rtl { padding-right: 4px; } + +.grouped-window-list-thumbnail-alert { background: rgba(30, 52, 166, 0.25); } + +.grouped-window-list-thumbnail-menu { margin: 0.6em; border: none; border-radius: 8.5px; color: #111111; background-color: rgba(231, 231, 231, 0.93); box-shadow: 0 10px 14px rgba(0, 0, 0, 0.44); } + +.grouped-window-list-number-label { margin: 0.1em 0 0; padding: 0; color: #111111; font-size: 10px; font-weight: 700; text-shadow: none; } + +.grouped-window-list-item-box:active:focus .grouped-window-list-number-label { color: white; } + +.grouped-window-list-badge { border-radius: 999px; background-color: rgba(189, 189, 189, 0.93); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.28); } + +.grouped-window-list-badge:ltr { margin: 1px 0 0 1px; } + +.grouped-window-list-badge:rtl { margin: 1px 1px 0 0; } + +.grouped-window-list-item-box:active:focus .grouped-window-list-badge { background-color: #3f51b5; } + +.grouped-window-list-button-label:ltr { padding-left: 4px; } + +.grouped-window-list-button-label:rtl { padding-right: 4px; } + +.sound-player { padding: 0 3px; } + +.sound-player > StBoxLayout:first-child { padding: 0.4em 1em 0.8em; } + +.sound-player > StBoxLayout:first-child StLabel { padding: 0 0.4em 1px; } + +.sound-player > StBoxLayout:first-child StButton:small { width: 16px; height: 16px; padding: 1px 0.4em 0; } + +.sound-player > StBoxLayout:first-child StButton:small StIcon { icon-size: 16px; } + +.sound-player-generic-coverart { background-color: #f8f8f8; } + +.sound-player-overlay { width: 290px; height: 70px; padding: 0.4em 1em 1.2em; spacing: 5px; border: 0 solid #e7e7e7; border-bottom-width: 1px; color: #111111; background: rgba(231, 231, 231, 0.93); } + +.sound-player-overlay StButton { width: 32px; height: 32px; padding: 0; border-radius: 999px; border: 0 none transparent; color: rgba(17, 17, 17, 0.87); } + +.sound-player-overlay StButton:hover { border: none; background-color: rgba(17, 17, 17, 0.12); color: #111111; } + +.sound-player-overlay StButton:active { border: none; background-color: rgba(17, 17, 17, 0.25); color: #111111; box-shadow: 0 0 transparent; } + +.sound-player-overlay StButton StIcon { icon-size: 16px; } + +.sound-player-overlay StLabel { padding: 0 5px 1px; } + +.sound-player .slider { height: 4px; padding: 0; border: 0 none transparent; -slider-height: 4px; -slider-background-color: #d1d4e1; -slider-border-color: transparent; -slider-active-background-color: #7986cb; -slider-active-border-color: transparent; -slider-border-width: 0; -slider-handle-radius: 0; } + +.spacer-box { border-radius: 0; border: 0 none transparent; } + +.spacer-box:highlight { background-color: rgba(30, 52, 166, 0.25); } + +.panelLeft:dnd .spacer-box.edit-mode, .panelLeft:dnd .spacer-box.edit-mode:highlight, #panelLeft:dnd .spacer-box.edit-mode, #panelLeft:dnd .spacer-box.edit-mode:highlight { background-color: rgba(244, 67, 54, 0.25); box-shadow: inset 0 0 0 1px #f44336; } + +.panelRight:dnd .spacer-box.edit-mode, .panelRight:dnd .spacer-box.edit-mode:highlight, #panelRight:dnd .spacer-box.edit-mode, #panelRight:dnd .spacer-box.edit-mode:highlight { background-color: rgba(33, 150, 243, 0.25); box-shadow: inset 0 0 0 1px #2196f3; } + +.panelCenter:dnd .spacer-box.edit-mode, .panelCenter:dnd .spacer-box.edit-mode:highlight, #panelCenter:dnd .spacer-box.edit-mode, #panelCenter:dnd .spacer-box.edit-mode:highlight { background-color: rgba(76, 175, 80, 0.25); box-shadow: inset 0 0 0 1px #4caf50; } + +#workspaceSwitcher { spacing: 0; padding: 3px; } + +.panel-top .workspace-switcher, .panel-bottom .workspace-switcher { padding-left: 3px; padding-right: 3px; } + +.panel-left .workspace-switcher, .panel-right .workspace-switcher { padding-top: 3px; padding-bottom: 3px; } + +.workspace-button { width: 20px; height: 10px; color: #111111; background-color: rgba(0, 0, 0, 0.01); transition-duration: 0.17s; } + +.workspace-button:hover { color: black; } + +.panel-top .workspace-button:hover { box-shadow: inset 0 2px 0 #3f51b5; } + +.panel-bottom .workspace-button:hover { box-shadow: inset 0 -2px 0 #3f51b5; } + +.panel-left .workspace-button:hover { box-shadow: inset 2px 0 0 #3f51b5; } + +.panel-right .workspace-button:hover { box-shadow: inset -2px 0 0 #3f51b5; } + +.workspace-button:outlined { color: #3f51b5; } + +.panel-top .workspace-button:outlined, .panel-top .workspace-button:outlined:hover { box-shadow: inset 0 2px 0 #3f51b5; } + +.panel-bottom .workspace-button:outlined, .panel-bottom .workspace-button:outlined:hover { box-shadow: inset 0 -2px 0 #3f51b5; } + +.panel-left .workspace-button:outlined, .panel-left .workspace-button:outlined:hover { box-shadow: inset 2px 0 0 #3f51b5; } + +.panel-right .workspace-button:outlined, .panel-right .workspace-button:outlined:hover { box-shadow: inset -2px 0 0 #3f51b5; } + +.workspace-button:shaded { color: rgba(17, 17, 17, 0.54); } + +.workspace-button:shaded:hover { color: rgba(17, 17, 17, 0.87); } + +.workspace-graph { padding: 3px; spacing: 3px; } + +.workspace-graph .workspace { border: 1px solid rgba(17, 17, 17, 0.2); background-gradient-direction: none; background-color: #e0e0e0; } + +.workspace-graph .workspace:active { border: 1px solid #3f51b5; background-gradient-direction: none; background-color: #a4abd3; } + +.workspace-graph .workspace .windows { -active-window-background: #b2b2b2; -active-window-border: rgba(17, 17, 17, 0.2); -inactive-window-background: #cdcdcd; -inactive-window-border: rgba(17, 17, 17, 0.2); } + +.workspace-graph .workspace:active .windows { -active-window-background: #3f51b5; -active-window-border: #3f51b5; -inactive-window-background: #a4abd3; -inactive-window-border: #3f51b5; } + +#panel-launchers-box { padding: 0 7px; } + +.panel-launcher { border: 0 solid transparent; } + +.panel-top .panel-launcher { padding: 0 4px 2px 4px; border-top-width: 2px; } + +.panel-bottom .panel-launcher { padding: 2px 4px 0 4px; border-bottom-width: 2px; } + +.panel-left .panel-launcher { padding: 2px 2px 2px 0; border-left-width: 2px; } + +.panel-right .panel-launcher { padding: 2px 0 2px 2px; border-right-width: 2px; } + +.panel-launcher:hover { border: 0 solid #3f51b5; background-gradient-direction: none; } + +.panel-top .panel-launcher:hover { padding: 0 4px 2px 4px; border-top-width: 2px; } + +.panel-bottom .panel-launcher:hover { padding: 2px 4px 0 4px; border-bottom-width: 2px; } + +.panel-left .panel-launcher:hover { padding: 2px 2px 2px 0; border-left-width: 2px; } + +.panel-right .panel-launcher:hover { padding: 2px 0 2px 2px; border-right-width: 2px; } + +.launcher { padding: 2px; spacing: 2px; transition-duration: 0.17s; } + +.launcher:hover { border: 0 solid #3f51b5; background-gradient-direction: none; } + +.panel-top .launcher:hover { padding-top: 0; border-top-width: 2px; } + +.panel-bottom .launcher:hover { padding-bottom: 0; border-bottom-width: 2px; } + +.panel-left .launcher:hover { padding-left: 0; border-left-width: 2px; } + +.panel-right .launcher:hover { padding-right: 0; border-right-width: 2px; } + +.launcher .icon-box { padding: 0 2px; } + +.launcher .icon-box.vertical { padding: 2px 0; } + +.panel-launchers { padding: 0 0 0 4px; spacing: 2px; } + +.panel-launchers.vertical { padding: 2px 0 0 0; spacing: 2px; } + +.panel-launchers .launcher .icon-box { padding: 0 2px; } + +.panel-launchers .launcher .icon-box.vertical { padding: 2px 0; } + +#overview-corner { background-image: url("assets/misc/overview.svg"); } + +#overview-corner:hover { background-image: url("assets/misc/overview-hover.svg"); } + +.applet-separator { padding: 1px 4px; } + +.applet-separator-line { width: 1px; background: rgba(17, 17, 17, 0.2); } + +.applet-separator-line-vertical { height: 1px; background: rgba(17, 17, 17, 0.2); } + +.applet-box { color: #111111; text-shadow: none; } + +.applet-box:hover, .applet-box:checked { color: black; background-color: rgba(0, 0, 0, 0.01); } + +.applet-box:highlight { background-color: rgba(30, 52, 166, 0.25); } + +.panel-top .applet-box { padding: 0 6px; spacing: 2px; } + +.panel-top .applet-box:hover, .panel-top .applet-box:checked { box-shadow: inset 0 2px 0 #3f51b5; } + +.panel-bottom .applet-box { padding: 0 6px; spacing: 2px; } + +.panel-bottom .applet-box:hover, .panel-bottom .applet-box:checked { box-shadow: inset 0 -2px 0 #3f51b5; } + +.panel-left .applet-box { padding: 2px 0; spacing: 2px; } + +.panel-left .applet-box:hover, .panel-left .applet-box:checked { box-shadow: inset 2px 0 0 #3f51b5; } + +.panel-right .applet-box { padding: 2px 0; spacing: 2px; } + +.panel-right .applet-box:hover, .panel-right .applet-box:checked { box-shadow: inset -2px 0 0 #3f51b5; } + +.applet-label { color: #111111; font-weight: 700; } + +.applet-label:hover, .applet-box:hover .applet-label, .applet-box:checked .applet-label { color: black; text-shadow: none; } + +.applet-icon { icon-size: 16px; color: #111111; } + +.applet-icon:hover, .applet-box:hover > .applet-icon, .applet-box:checked > .applet-icon { color: black; text-shadow: none; } + +.user-icon { width: 32px; height: 32px; border: none; border-radius: 0; background-color: transparent; } + +.user-label { margin: 0; color: #111111; font-weight: 700; font-size: 100%; } + +.photoframe-box, .desklet-with-borders, .desklet-with-borders-and-header, .desklet-header { padding: 6px; border: 0 none transparent; background-color: rgba(231, 231, 231, 0.54); color: #111111; box-shadow: 0 2.5px 4.5px rgba(0, 0, 0, 0.34); } + +.photoframe-box:highlight, .desklet:highlight, .desklet:highlight-with-borders, .desklet:highlight-with-borders-and-header { background-color: rgba(0, 0, 0, 0.01); box-shadow: 0 0 0 2px #7986cb; } + +.desklet { color: rgba(17, 17, 17, 0.87); } + +.desklet-with-borders { border-radius: 8.5px; } + +.desklet-with-borders-and-header { border-radius-bottomleft: 8.5px; border-radius-bottomright: 8.5px; } + +.desklet-header { border-radius-topleft: 8.5px; border-radius-topright: 8.5px; font-size: 100%; } + +.desklet-drag-placeholder { background-color: rgba(121, 134, 203, 0.2); box-shadow: inset 0 0 0 2px #7986cb; } + +.photoframe-box { border-radius: 8.5px; } + +.about-content { width: 550px; height: 250px; spacing: 8px; padding-bottom: 10px; } + +.about-title { font-weight: 700; font-size: 200%; } + +.about-uuid { color: rgba(17, 17, 17, 0.54); font-size: 100%; } + +.about-icon { padding-right: 20px; padding-bottom: 14px; } + +.about-scrollBox { padding: 4px; padding-right: 0; border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 0; background-color: white; } + +.about-scrollBox-innerBox { padding: 1.2em; spacing: 1.2em; } + +.about-description { padding-top: 4px; padding-bottom: 16px; } + +.about-version { padding-left: 7px; color: rgba(17, 17, 17, 0.54); font-size: 100%; } + +.workspace-osd { padding: 0.2em 0.8em; border-radius: 8.5px; background-color: rgba(231, 231, 231, 0.93); color: #111111; box-shadow: 0 10px 14px rgba(0, 0, 0, 0.44); font-weight: 400; font-size: 300%; text-shadow: none; } + +.expo-workspaces-name-entry { -cinnamon-caption-spacing: 12px; height: 1.9em; padding: 0 8px; border-radius: 0; border-top: 0.1em solid transparent; border-bottom: 0.25em solid transparent; background-color: rgba(0, 0, 0, 0.01); color: rgba(17, 17, 17, 0.87); caret-color: rgba(17, 17, 17, 0.87); caret-size: 1px; selection-background-color: #3f51b5; selected-color: white; font-weight: 700; font-size: 90%; } + +.expo-workspaces-name-entry:focus { background-color: rgba(17, 17, 17, 0.12); color: #111111; caret-color: #111111; box-shadow: inset 0 -2px #3f51b5; } + +#selected.expo-workspaces-name-entry { color: #111111; caret-color: #111111; } + +.expo-workspace-thumbnail-frame { border-radius: 2.5px; border: 2px solid rgba(17, 17, 17, 0.2); background-color: transparent; } + +#active.expo-workspace-thumbnail-frame { border-radius: 2.5px; border: 2px solid #3f51b5; } + +.expo-background { background-color: rgba(255, 255, 255, 0.28); } + +.notification-applet-padding { padding: 0.5em 1em; } + +.notification-applet-container { max-height: 100px; } + +.flashspot { background-color: white; } + +.tile-preview, .tile-preview.snap, .tile-hud, .tile-hud.snap { border: 1px solid #3f51b5; border-radius: 0; background-color: rgba(63, 81, 181, 0.2); } + +.xkcd-box { padding: 6px; border: none; border-radius: 0; background-color: transparent; } + +.systray, #CinnamonTrayIcon { spacing: 0; padding: 0; } + +.slingshot.popup-menu-content { margin: 0 3px; padding: 0.45em 0; } + +.slingshot .button { padding: 4px; border-radius: 2.5px; border-color: lightgray; background-color: white; } + +.slingshot .button:hover { background-color: rgba(17, 17, 17, 0.12); color: #111111; } + +.slingshot .button:checked, .slingshot .button:checked:hover, .slingshot .button:active:checked, .slingshot .button:active:checked:hover { background-color: #3f51b5; color: white; } + +.slingshot .button:insensitive { background-color: rgba(0, 0, 0, 0.01); color: rgba(17, 17, 17, 0.28); } + +.slingshot .sidebar .button, .slingshot .button.app { background-color: rgba(0, 0, 0, 0.01); } + +.slingshot .sidebar .button:hover, .slingshot .button.app:hover { background-color: rgba(17, 17, 17, 0.12); color: #111111; } + +.slingshot .sidebar .button:checked, .slingshot .sidebar .button:checked:hover, .slingshot .sidebar .button:active:checked, .slingshot .sidebar .button:active:checked:hover, .slingshot .button.app:checked, .slingshot .button.app:checked:hover, .slingshot .button.app:active:checked, .slingshot .button.app:active:checked:hover { border-color: transparent; background-color: rgba(63, 81, 181, 0.25); color: #3f51b5; } + +.slingshot .entry { min-height: 24px; padding: 0 8px; border-radius: 2.5px; border-color: transparent; background-color: white; color: rgba(17, 17, 17, 0.87); caret-color: rgba(17, 17, 17, 0.87); box-shadow: inset 0 0 0 1px lightgray; } + +.slingshot .entry:ltr { margin-right: 3px; } + +.slingshot .entry:rtl { margin-left: 3px; } + +.slingshot .entry:focus, .slingshot .entry:focus:hover { border-color: transparent; background-color: white; color: #111111; caret-color: #111111; box-shadow: inset 0 0 0 1px #3f51b5; } + +.slingshot .entry:insensitive { border-color: transparent; background-color: rgba(0, 0, 0, 0.01); color: rgba(17, 17, 17, 0.28); box-shadow: inset 0 0 0 1px lightgray; } + +.slingshot > StBoxLayout > StBoxLayout { margin: 3px 0; } + +.panel-top .applet-box .window-list-item-box StIcon, .panel-top .applet-box .window-list-item-box StBin, .panel-bottom .applet-box .window-list-item-box StIcon, .panel-bottom .applet-box .window-list-item-box StBin, .panel-left .applet-box .window-list-item-box StIcon, .panel-left .applet-box .window-list-item-box StBin, .panel-right .applet-box .window-list-item-box StIcon, .panel-right .applet-box .window-list-item-box StBin { padding: 0; } + +.panel-top .applet-box .window-list-item-box { spacing: 0; padding: 0; border: 0 none transparent; border-image: none; background-color: rgba(0, 0, 0, 0.01); box-shadow: inset 0 2px rgba(17, 17, 17, 0.2); } + +.panel-top .applet-box .window-list-item-box:hover { background-color: rgba(17, 17, 17, 0.12); box-shadow: inset 0 2px rgba(17, 17, 17, 0.2); } + +.panel-top .applet-box .window-list-item-box:focus, .panel-top .applet-box .window-list-item-box:active, .panel-top .applet-box .window-list-item-box:checked { background-color: rgba(17, 17, 17, 0.12); box-shadow: inset 0 2px #3f51b5; } + +.panel-top .applet-box .window-list-item-box:closed, .panel-top .applet-box .window-list-item-box:closed:hover, .panel-top .applet-box .window-list-item-box:closed:focus, .panel-top .applet-box .window-list-item-box:closed:active, .panel-top .applet-box .window-list-item-box:closed:checked { background-color: rgba(0, 0, 0, 0.01); box-shadow: 0 0 transparent; } + +.panel-bottom .applet-box .window-list-item-box { spacing: 0; padding: 0; border: 0 none transparent; border-image: none; background-color: rgba(0, 0, 0, 0.01); box-shadow: inset 0 -2px rgba(17, 17, 17, 0.2); } + +.panel-bottom .applet-box .window-list-item-box:hover { background-color: rgba(17, 17, 17, 0.12); box-shadow: inset 0 -2px rgba(17, 17, 17, 0.2); } + +.panel-bottom .applet-box .window-list-item-box:focus, .panel-bottom .applet-box .window-list-item-box:active, .panel-bottom .applet-box .window-list-item-box:checked { background-color: rgba(17, 17, 17, 0.12); box-shadow: inset 0 -2px #3f51b5; } + +.panel-bottom .applet-box .window-list-item-box:closed, .panel-bottom .applet-box .window-list-item-box:closed:hover, .panel-bottom .applet-box .window-list-item-box:closed:focus, .panel-bottom .applet-box .window-list-item-box:closed:active, .panel-bottom .applet-box .window-list-item-box:closed:checked { background-color: rgba(0, 0, 0, 0.01); box-shadow: 0 0 transparent; } + +.panel-left .applet-box .window-list-item-box { spacing: 0; padding: 0; border: 0 none transparent; border-image: none; background-color: rgba(0, 0, 0, 0.01); box-shadow: inset 2px 0 rgba(17, 17, 17, 0.2); } + +.panel-left .applet-box .window-list-item-box:hover { background-color: rgba(17, 17, 17, 0.12); box-shadow: inset 2px 0 rgba(17, 17, 17, 0.2); } + +.panel-left .applet-box .window-list-item-box:focus, .panel-left .applet-box .window-list-item-box:active, .panel-left .applet-box .window-list-item-box:checked { background-color: rgba(17, 17, 17, 0.12); box-shadow: inset 2px 0 #3f51b5; } + +.panel-left .applet-box .window-list-item-box:closed, .panel-left .applet-box .window-list-item-box:closed:hover, .panel-left .applet-box .window-list-item-box:closed:focus, .panel-left .applet-box .window-list-item-box:closed:active, .panel-left .applet-box .window-list-item-box:closed:checked { background-color: rgba(0, 0, 0, 0.01); box-shadow: 0 0 transparent; } + +.panel-right .applet-box .window-list-item-box { spacing: 0; padding: 0; border: 0 none transparent; border-image: none; background-color: rgba(0, 0, 0, 0.01); box-shadow: inset -2px 0 rgba(17, 17, 17, 0.2); } + +.panel-right .applet-box .window-list-item-box:hover { background-color: rgba(17, 17, 17, 0.12); box-shadow: inset -2px 0 rgba(17, 17, 17, 0.2); } + +.panel-right .applet-box .window-list-item-box:focus, .panel-right .applet-box .window-list-item-box:active, .panel-right .applet-box .window-list-item-box:checked { background-color: rgba(17, 17, 17, 0.12); box-shadow: inset -2px 0 #3f51b5; } + +.panel-right .applet-box .window-list-item-box:closed, .panel-right .applet-box .window-list-item-box:closed:hover, .panel-right .applet-box .window-list-item-box:closed:focus, .panel-right .applet-box .window-list-item-box:closed:active, .panel-right .applet-box .window-list-item-box:closed:checked { background-color: rgba(0, 0, 0, 0.01); box-shadow: 0 0 transparent; } + +.applet-box .window-icon-list-numlabel { color: black; font-weight: 700; font-size: 90%; } + +StBin.popup-menu StBoxLayout.switcher-list, StBin.menu StBoxLayout.switcher-list { margin: 3px 5px 10px; border-radius: 8.5px; background-color: rgba(231, 231, 231, 0.93); } + +StBin.popup-menu StBoxLayout.switcher-list .item-box, StBin.menu StBoxLayout.switcher-list .item-box { margin: 0.3em; background-color: rgba(0, 0, 0, 0.01); border-radius: 4.5px; } + +StBin.popup-menu StBoxLayout.switcher-list .item-box:selected, StBin.menu StBoxLayout.switcher-list .item-box:selected { background-color: rgba(121, 134, 203, 0.25); } + +StBin.popup-menu StBoxLayout.switcher-list .item-box > StBoxLayout:ltr, StBin.menu StBoxLayout.switcher-list .item-box > StBoxLayout:ltr { margin: 6px 0 0 6px; } + +StBin.popup-menu StBoxLayout.switcher-list .item-box > StBoxLayout:rtl, StBin.menu StBoxLayout.switcher-list .item-box > StBoxLayout:rtl { margin: 6px 6px 0 0; } + +StBin.popup-menu StBoxLayout.switcher-list .item-box > StBoxLayout StLabel, StBin.menu StBoxLayout.switcher-list .item-box > StBoxLayout StLabel { padding-bottom: 0.1em; } + +StBin.popup-menu StBoxLayout.switcher-list .item-box > StButton:ltr, StBin.menu StBoxLayout.switcher-list .item-box > StButton:ltr { margin: 6px 6px 0 0; } + +StBin.popup-menu StBoxLayout.switcher-list .item-box > StButton:rtl, StBin.menu StBoxLayout.switcher-list .item-box > StButton:rtl { margin: 6px 0 0 6px; } + +StBin.popup-menu StBoxLayout.switcher-list .item-box > StBin.thumbnail, StBin.menu StBoxLayout.switcher-list .item-box > StBin.thumbnail { margin: 6px; } diff --git a/cinnamon/thumbnail.png b/cinnamon/thumbnail.png new file mode 100644 index 0000000000000000000000000000000000000000..4b15d8534ee8ce1bb8c031a341e708f2143fafa6 GIT binary patch literal 32249 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 + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/metacity-1/close_focused_prelight.svg b/metacity-1/close_focused_prelight.svg new file mode 100644 index 0000000..2fb3c95 --- /dev/null +++ b/metacity-1/close_focused_prelight.svg @@ -0,0 +1,84 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/metacity-1/close_focused_pressed.svg b/metacity-1/close_focused_pressed.svg new file mode 100644 index 0000000..b7d9f09 --- /dev/null +++ b/metacity-1/close_focused_pressed.svg @@ -0,0 +1,85 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/metacity-1/close_unfocused.svg b/metacity-1/close_unfocused.svg new file mode 100644 index 0000000..64d876f --- /dev/null +++ b/metacity-1/close_unfocused.svg @@ -0,0 +1,85 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/metacity-1/close_unfocused_prelight.svg b/metacity-1/close_unfocused_prelight.svg new file mode 100644 index 0000000..36aa30d --- /dev/null +++ b/metacity-1/close_unfocused_prelight.svg @@ -0,0 +1,85 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/metacity-1/close_unfocused_pressed.svg b/metacity-1/close_unfocused_pressed.svg new file mode 100644 index 0000000..fde3342 --- /dev/null +++ b/metacity-1/close_unfocused_pressed.svg @@ -0,0 +1,85 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/metacity-1/maximize_focused_normal.svg b/metacity-1/maximize_focused_normal.svg new file mode 100644 index 0000000..68f2d26 --- /dev/null +++ b/metacity-1/maximize_focused_normal.svg @@ -0,0 +1,117 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/metacity-1/maximize_focused_prelight.svg b/metacity-1/maximize_focused_prelight.svg new file mode 100644 index 0000000..73cc137 --- /dev/null +++ b/metacity-1/maximize_focused_prelight.svg @@ -0,0 +1,117 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/metacity-1/maximize_focused_pressed.svg b/metacity-1/maximize_focused_pressed.svg new file mode 100644 index 0000000..131d5d9 --- /dev/null +++ b/metacity-1/maximize_focused_pressed.svg @@ -0,0 +1,117 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/metacity-1/maximize_unfocused.svg b/metacity-1/maximize_unfocused.svg new file mode 100644 index 0000000..ea8e7aa --- /dev/null +++ b/metacity-1/maximize_unfocused.svg @@ -0,0 +1,117 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/metacity-1/maximize_unfocused_prelight.svg b/metacity-1/maximize_unfocused_prelight.svg new file mode 100644 index 0000000..e99135d --- /dev/null +++ b/metacity-1/maximize_unfocused_prelight.svg @@ -0,0 +1,117 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/metacity-1/maximize_unfocused_pressed.svg b/metacity-1/maximize_unfocused_pressed.svg new file mode 100644 index 0000000..7104ef2 --- /dev/null +++ b/metacity-1/maximize_unfocused_pressed.svg @@ -0,0 +1,117 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/metacity-1/menu_focused_normal.svg b/metacity-1/menu_focused_normal.svg new file mode 100644 index 0000000..8462f06 --- /dev/null +++ b/metacity-1/menu_focused_normal.svg @@ -0,0 +1,72 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/metacity-1/menu_focused_prelight.svg b/metacity-1/menu_focused_prelight.svg new file mode 100644 index 0000000..c375161 --- /dev/null +++ b/metacity-1/menu_focused_prelight.svg @@ -0,0 +1,72 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/metacity-1/menu_focused_pressed.svg b/metacity-1/menu_focused_pressed.svg new file mode 100644 index 0000000..b20bf44 --- /dev/null +++ b/metacity-1/menu_focused_pressed.svg @@ -0,0 +1,72 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/metacity-1/menu_unfocused.svg b/metacity-1/menu_unfocused.svg new file mode 100644 index 0000000..cd3a038 --- /dev/null +++ b/metacity-1/menu_unfocused.svg @@ -0,0 +1,72 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/metacity-1/menu_unfocused_prelight.svg b/metacity-1/menu_unfocused_prelight.svg new file mode 100644 index 0000000..cdf1dbb --- /dev/null +++ b/metacity-1/menu_unfocused_prelight.svg @@ -0,0 +1,72 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/metacity-1/menu_unfocused_pressed.svg b/metacity-1/menu_unfocused_pressed.svg new file mode 100644 index 0000000..90b9ef0 --- /dev/null +++ b/metacity-1/menu_unfocused_pressed.svg @@ -0,0 +1,72 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/metacity-1/metacity-theme-1.xml b/metacity-1/metacity-theme-1.xml new file mode 100644 index 0000000..53573bf --- /dev/null +++ b/metacity-1/metacity-theme-1.xml @@ -0,0 +1,1472 @@ + + + + Yaru-light + Martin Wimpress + Martin Wimpress, 2021 + January 20, 2021 + Yaru-light Metacity (Marco) Theme + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + </draw_ops> + + <draw_ops name="title_unfocused"> + <title x="(0 `max` ((frame_x_center - title_width / 2) `min` (width - title_width)))" y="(0 `max` ((height - title_height) / 2))" color="C_title_unfocused" /> + </draw_ops> + + <!-- WINDOW DECORATIONS --> + <draw_ops name="entire_background_focused"> + <rectangle color="C_titlebar" x="0" y="0" width="width" height="height" filled="true" /> + </draw_ops> + + <draw_ops name="entire_background_unfocused"> + <rectangle color="C_titlebar_unfocused" x="0" y="0" width="width" height="height" filled="true" /> + </draw_ops> + + <draw_ops name="titlebar_fill_focused"> + <rectangle color="C_titlebar" x="0" y="0" width="width" height="height" filled="true" /> + </draw_ops> + + <draw_ops name="titlebar_fill_unfocused"> + <rectangle color="C_titlebar_unfocused" x="0" y="0" width="width" height="height" filled="true" /> + </draw_ops> + + <draw_ops name="titlebar_tiled_focused"> + <rectangle color="C_titlebar" x="0" y="0" width="width" height="height" filled="true" /> + </draw_ops> + + <draw_ops name="titlebar_tiled_unfocused"> + <rectangle color="C_titlebar_unfocused" x="0" y="0" width="width" height="height" filled="true" /> + </draw_ops> + + <draw_ops name="border_focused"> + <rectangle color="C_border_focused" x="0" y="0" width="width-1" height="height-1" filled="false" /> + </draw_ops> + + <draw_ops name="border_unfocused"> + <rectangle color="C_border_unfocused" x="0" y="0" width="width-1" height="height-1" filled="false" /> + </draw_ops> + + <draw_ops name="rounded_border_focused"> + <line color="C_titlebar_border_focused" x1="2" y1="0" x2="width-3" y2="0" /> + <line color="C_titlebar_border_unfocused" x1="1" y1="top_height-1" x2="width-1" y2="top_height-1" /> + <line color="C_border_focused" x1="0" y1="height-1" x2="width-1" y2="height-1" /> + <line color="C_border_focused" x1="0" y1="2" x2="0" y2="height-2" /> + <line color="C_border_focused" x1="width-1" y1="2" x2="width-1" y2="height-2" /> + + <!-- left arch --> + <line color="C_titlebar_border_focused" x1="0" x2="4" y1="1" y2="1" /> + <line color="C_titlebar_border_focused" x1="0" x2="2" y1="2" y2="2" /> + <line color="C_titlebar_border_focused" x1="0" x2="1" y1="3" y2="3" /> + <line color="C_titlebar_border_focused" x1="0" x2="1" y1="4" y2="4" /> + <!-- left title bar edge --> + <gradient type="vertical" x="0" y="2" width="1" height="height/3"> + <color value="C_titlebar_border_focused" /> + <color value="C_border_focused" /> + </gradient> + + <!-- right arch --> + <line color="C_titlebar_border_focused" x1="width-5" x2="width" y1="1" y2="1" /> + <line color="C_titlebar_border_focused" x1="width-3" x2="width" y1="2" y2="2" /> + <line color="C_titlebar_border_focused" x1="width-2" x2="width" y1="3" y2="3" /> + <line color="C_titlebar_border_focused" x1="width-2" x2="width" y1="4" y2="4" /> + <!-- right title bar edge --> + <gradient type="vertical" x="width-1" y="2" width="1" height="height/3"> + <color value="C_titlebar_border_focused" /> + <color value="C_border_focused" /> + </gradient> + + <!-- title bar top highlight --> + <line color="C_titlebar_highlight_focused" x1="5" y1="1" x2="width-6" y2="1" /> + <line color="C_titlebar_highlight_focused" x1="3" x2="4" y1="2" y2="2" /> + <line color="C_titlebar_highlight_focused" x1="2" x2="2" y1="3" y2="3" /> + <line color="C_titlebar_highlight_focused" x1="width-5" x2="width-4" y1="2" y2="2" /> + <line color="C_titlebar_highlight_focused" x1="width-3" x2="width-3" y1="3" y2="3" /> + </draw_ops> + + <draw_ops name="rounded_border_unfocused"> + <line color="C_titlebar_border_unfocused" x1="2" y1="0" x2="width-3" y2="0" /> + <line color="C_titlebar_border_unfocused" x1="1" y1="top_height-1" x2="width-1" y2="top_height-1" /> + <line color="C_border_unfocused" x1="0" y1="height-1" x2="width-1" y2="height-1" /> + <line color="C_border_unfocused" x1="0" y1="2" x2="0" y2="height-2" /> + <line color="C_border_unfocused" x1="width-1" y1="2" x2="width-1" y2="height-2" /> + + <!-- left arch --> + <line color="C_titlebar_border_unfocused" x1="0" x2="4" y1="1" y2="1" /> + <line color="C_titlebar_border_unfocused" x1="0" x2="2" y1="2" y2="2" /> + <line color="C_titlebar_border_unfocused" x1="0" x2="1" y1="3" y2="3" /> + <line color="C_titlebar_border_unfocused" x1="0" x2="1" y1="4" y2="4" /> + <!-- left title bar edge --> + <gradient type="vertical" x="0" y="2" width="1" height="height/3"> + <color value="C_titlebar_border_unfocused" /> + <color value="C_border_unfocused" /> + </gradient> + + <!-- right arch --> + <line color="C_titlebar_border_unfocused" x1="width-5" x2="width" y1="1" y2="1" /> + <line color="C_titlebar_border_unfocused" x1="width-3" x2="width" y1="2" y2="2" /> + <line color="C_titlebar_border_unfocused" x1="width-2" x2="width" y1="3" y2="3" /> + <line color="C_titlebar_border_unfocused" x1="width-2" x2="width" y1="4" y2="4" /> + <!-- right title bar edge --> + <gradient type="vertical" x="width-1" y="2" width="1" height="height/3"> + <color value="C_titlebar_border_unfocused" /> + <color value="C_border_unfocused" /> + </gradient> + + <!-- title bar top highlight --> + <line color="C_titlebar_highlight_unfocused" x1="5" y1="1" x2="width-6" y2="1" /> + <line color="C_titlebar_highlight_unfocused" x1="3" x2="4" y1="2" y2="2" /> + <line color="C_titlebar_highlight_unfocused" x1="2" x2="2" y1="3" y2="3" /> + <line color="C_titlebar_highlight_unfocused" x1="width-5" x2="width-4" y1="2" y2="2" /> + <line color="C_titlebar_highlight_unfocused" x1="width-3" x2="width-3" y1="3" y2="3" /> + </draw_ops> + + <draw_ops name="rounded_border_shaded_focused"> + <line color="C_titlebar_border_focused" x1="2" y1="0" x2="width-3" y2="0" /> + <line color="C_titlebar_border_unfocused" x1="1" y1="top_height-1" x2="width-1" y2="top_height-1" /> + <line color="C_titlebar_border_focused" x1="0" y1="height-1" x2="width-1" y2="height-1" /> + <line color="C_titlebar_border_focused" x1="0" y1="2" x2="0" y2="height-2" /> + <line color="C_titlebar_border_focused" x1="width-1" y1="2" x2="width-1" y2="height-2" /> + + <!-- left arch --> + <line color="C_titlebar_border_focused" x1="0" x2="4" y1="1" y2="1" /> + <line color="C_titlebar_border_focused" x1="0" x2="2" y1="2" y2="2" /> + <line color="C_titlebar_border_focused" x1="0" x2="1" y1="3" y2="3" /> + <line color="C_titlebar_border_focused" x1="0" x2="1" y1="4" y2="4" /> + + <!-- right arch --> + <line color="C_titlebar_border_focused" x1="width-5" x2="width" y1="1" y2="1" /> + <line color="C_titlebar_border_focused" x1="width-3" x2="width" y1="2" y2="2" /> + <line color="C_titlebar_border_focused" x1="width-2" x2="width" y1="3" y2="3" /> + <line color="C_titlebar_border_focused" x1="width-2" x2="width" y1="4" y2="4" /> + + <!-- title bar top highlight --> + <line color="C_titlebar_highlight_focused" x1="5" y1="1" x2="width-6" y2="1" /> + <line color="C_titlebar_highlight_focused" x1="3" x2="4" y1="2" y2="2" /> + <line color="C_titlebar_highlight_focused" x1="2" x2="2" y1="3" y2="3" /> + <line color="C_titlebar_highlight_focused" x1="width-5" x2="width-4" y1="2" y2="2" /> + <line color="C_titlebar_highlight_focused" x1="width-3" x2="width-3" y1="3" y2="3" /> + </draw_ops> + + <draw_ops name="rounded_border_shaded_unfocused"> + <line color="C_titlebar_border_unfocused" x1="2" y1="0" x2="width-3" y2="0" /> + <line color="C_titlebar_border_unfocused" x1="1" y1="top_height-1" x2="width-1" y2="top_height-1" /> + <line color="C_titlebar_border_unfocused" x1="0" y1="height-1" x2="width-1" y2="height-1" /> + <line color="C_titlebar_border_unfocused" x1="0" y1="2" x2="0" y2="height-2" /> + <line color="C_titlebar_border_unfocused" x1="width-1" y1="2" x2="width-1" y2="height-2" /> + + <!-- left arch --> + <line color="C_titlebar_border_unfocused" x1="0" x2="4" y1="1" y2="1" /> + <line color="C_titlebar_border_unfocused" x1="0" x2="2" y1="2" y2="2" /> + <line color="C_titlebar_border_unfocused" x1="0" x2="1" y1="3" y2="3" /> + <line color="C_titlebar_border_unfocused" x1="0" x2="1" y1="4" y2="4" /> + + <!-- right arch --> + <line color="C_titlebar_border_unfocused" x1="width-5" x2="width" y1="1" y2="1" /> + <line color="C_titlebar_border_unfocused" x1="width-3" x2="width" y1="2" y2="2" /> + <line color="C_titlebar_border_unfocused" x1="width-2" x2="width" y1="3" y2="3" /> + <line color="C_titlebar_border_unfocused" x1="width-2" x2="width" y1="4" y2="4" /> + + <!-- title bar top highlight --> + <line color="C_titlebar_highlight_unfocused" x1="5" y1="1" x2="width-6" y2="1" /> + <line color="C_titlebar_highlight_unfocused" x1="3" x2="4" y1="2" y2="2" /> + <line color="C_titlebar_highlight_unfocused" x1="2" x2="2" y1="3" y2="3" /> + <line color="C_titlebar_highlight_unfocused" x1="width-5" x2="width-4" y1="2" y2="2" /> + <line color="C_titlebar_highlight_unfocused" x1="width-3" x2="width-3" y1="3" y2="3" /> + </draw_ops> + + <!-- maximized --> + <draw_ops name="max_border_focused"> + <line color="C_titlebar_highlight_focused" x1="0" y1="0" x2="width" y2="0" /> + <line color="C_titlebar_border_unfocused" x1="0" y1="top_height-1" x2="width" y2="top_height-1" /> + </draw_ops> + + <draw_ops name="max_border_unfocused"> + <line color="C_titlebar_highlight_unfocused" x1="0" y1="0" x2="width" y2="0" /> + <line color="C_titlebar_border_unfocused" x1="0" y1="top_height-1" x2="width" y2="top_height-1" /> + </draw_ops> + + <!-- tiled --> + <draw_ops name="tiled_left_border_focused"> + <include name="max_border_focused" /> + </draw_ops> + + <draw_ops name="tiled_left_border_unfocused"> + <include name="max_border_unfocused" /> + </draw_ops> + + <draw_ops name="tiled_right_border_focused"> + <line color="C_titlebar_highlight_focused" x1="0" y1="0" x2="width" y2="0" /> + <line color="C_titlebar_border_unfocused" x1="0" y1="top_height-1" x2="width" y2="top_height-1" /> + <line color="C_titlebar_border_focused" x1="0" y1="1" x2="0" y2="top_height-2" /> + <line color="C_titlebar_border_focused" x1="0" y1="top_height" x2="0" y2="height" /> + </draw_ops> + + <draw_ops name="tiled_right_border_unfocused"> + <line color="C_titlebar_highlight_unfocused" x1="0" y1="0" x2="width" y2="0" /> + <line color="C_titlebar_border_unfocused" x1="0" y1="top_height-1" x2="width" y2="top_height-1" /> + <line color="C_titlebar_border_focused" x1="0" y1="1" x2="0" y2="top_height-2" /> + <line color="C_titlebar_border_focused" x1="0" y1="top_height" x2="0" y2="height" /> + </draw_ops> + + <!-- BUTTON ICONS --> + <!-- note: negative values in x or y causes gnome-shell to crash --> + + <!-- Close icon --> + <draw_ops name="close_focused"> + <image filename="close_focused_normal.svg" x="0" y="2" width="object_width" height="object_height" /> + </draw_ops> + <draw_ops name="close_focused_prelight"> + <image filename="close_focused_prelight.svg" x="0" y="2" width="object_width" height="object_height" /> + </draw_ops> + <draw_ops name="close_focused_pressed"> + <image filename="close_focused_pressed.svg" x="0" y="2" width="object_width" height="object_height" /> + </draw_ops> + <draw_ops name="close_unfocused"> + <image filename="close_unfocused.svg" x="0" y="2" width="object_width" height="object_height" /> + </draw_ops> + <draw_ops name="close_unfocused_prelight"> + <image filename="close_unfocused_prelight.svg" x="0" y="2" width="object_width" height="object_height" /> + </draw_ops> + <draw_ops name="close_unfocused_pressed"> + <image filename="close_unfocused_pressed.svg" x="0" y="2" width="object_width" height="object_height" /> + </draw_ops> + + <!-- Maximize icon --> + <draw_ops name="maximize_focused"> + <image filename="maximize_focused_normal.svg" x="0" y="2" width="object_width" height="object_height" /> + </draw_ops> + <draw_ops name="maximize_focused_prelight"> + <image filename="maximize_focused_prelight.svg" x="0" y="2" width="object_width" height="object_height" /> + </draw_ops> + <draw_ops name="maximize_focused_pressed"> + <image filename="maximize_focused_pressed.svg" x="0" y="2" width="object_width" height="object_height" /> + </draw_ops> + <draw_ops name="maximize_unfocused"> + <image filename="maximize_unfocused.svg" x="0" y="2" width="object_width" height="object_height" /> + </draw_ops> + <draw_ops name="maximize_unfocused_prelight"> + <image filename="maximize_unfocused_prelight.svg" x="0" y="2" width="object_width" height="object_height" /> + </draw_ops> + <draw_ops name="maximize_unfocused_pressed"> + <image filename="maximize_unfocused_pressed.svg" x="0" y="2" width="object_width" height="object_height" /> + </draw_ops> + + <!-- Unmaximize icon --> + <draw_ops name="unmaximize_focused"> + <image filename="unmaximize_focused_normal.svg" x="0" y="2" width="object_width" height="object_height" /> + </draw_ops> + <draw_ops name="unmaximize_focused_prelight"> + <image filename="unmaximize_focused_prelight.svg" x="0" y="2" width="object_width" height="object_height" /> + </draw_ops> + <draw_ops name="unmaximize_focused_pressed"> + <image filename="unmaximize_focused_pressed.svg" x="0" y="2" width="object_width" height="object_height" /> + </draw_ops> + <draw_ops name="unmaximize_unfocused"> + <image filename="unmaximize_unfocused.svg" x="0" y="2" width="object_width" height="object_height" /> + </draw_ops> + <draw_ops name="unmaximize_unfocused_prelight"> + <image filename="unmaximize_unfocused_prelight.svg" x="0" y="2" width="object_width" height="object_height" /> + </draw_ops> + <draw_ops name="unmaximize_unfocused_pressed"> + <image filename="unmaximize_unfocused_pressed.svg" x="0" y="2" width="object_width" height="object_height" /> + </draw_ops> + + <!-- Minimize icon --> + <draw_ops name="minimize_focused"> + <image filename="minimize_focused_normal.svg" x="0" y="2" width="object_width" height="object_height" /> + </draw_ops> + <draw_ops name="minimize_focused_prelight"> + <image filename="minimize_focused_prelight.svg" x="0" y="2" width="object_width" height="object_height" /> + </draw_ops> + <draw_ops name="minimize_focused_pressed"> + <image filename="minimize_focused_pressed.svg" x="0" y="2" width="object_width" height="object_height" /> + </draw_ops> + <draw_ops name="minimize_unfocused"> + <image filename="minimize_unfocused.svg" x="0" y="2" width="object_width" height="object_height" /> + </draw_ops> + <draw_ops name="minimize_unfocused_prelight"> + <image filename="minimize_unfocused_prelight.svg" x="0" y="2" width="object_width" height="object_height" /> + </draw_ops> + <draw_ops name="minimize_unfocused_pressed"> + <image filename="minimize_unfocused_pressed.svg" x="0" y="2" width="object_width" height="object_height" /> + </draw_ops> + + <!-- Menu icon --> + <draw_ops name="menu_focused"> + <image filename="menu_focused_normal.svg" x="0" y="2" width="object_width" height="object_height" /> + </draw_ops> + <draw_ops name="menu_focused_prelight"> + <image filename="menu_focused_prelight.svg" x="0" y="2" width="object_width" height="object_height" /> + </draw_ops> + <draw_ops name="menu_focused_pressed"> + <image filename="menu_focused_pressed.svg" x="0" y="2" width="object_width" height="object_height" /> + </draw_ops> + <draw_ops name="menu_unfocused"> + <image filename="menu_unfocused.svg" x="0" y="2" width="object_width" height="object_height" /> + </draw_ops> + <draw_ops name="menu_unfocused_prelight"> + <image filename="menu_unfocused_prelight.svg" x="0" y="2" width="object_width" height="object_height" /> + </draw_ops> + <draw_ops name="menu_unfocused_pressed"> + <image filename="menu_unfocused_pressed.svg" x="0" y="2" width="object_width" height="object_height" /> + </draw_ops> + + <!-- FRAME STYLES --> + <frame_style name="normal_focused" geometry="normal"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_fill_focused" /> + <piece position="title" draw_ops="title_focused" /> + <piece position="overlay" draw_ops="rounded_border_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="prelight"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="prelight"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> + </frame_style> + + <frame_style name="normal_unfocused" geometry="normal"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <piece position="overlay" draw_ops="rounded_border_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused" /> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight" /> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_unfocused" /> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight" /> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_unfocused" /> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight" /> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="prelight"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="prelight"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> + </frame_style> + + <frame_style name="normal_shaded_focused" geometry="normal_shaded"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_fill_focused" /> + <piece position="title" draw_ops="title_focused" /> + <piece position="overlay" draw_ops="rounded_border_shaded_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="prelight"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="prelight"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> + </frame_style> + + <frame_style name="normal_shaded_unfocused" geometry="normal_shaded"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <piece position="overlay" draw_ops="rounded_border_shaded_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused" /> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight" /> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_unfocused" /> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight" /> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_unfocused" /> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight" /> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="prelight"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="prelight"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> + </frame_style> + + <frame_style name="normal_max_focused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_fill_focused" /> + <piece position="title" draw_ops="title_focused" /> + <piece position="overlay" draw_ops="max_border_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="maximize" state="normal" draw_ops="unmaximize_focused" /> + <button function="maximize" state="prelight" draw_ops="unmaximize_focused_prelight" /> + <button function="maximize" state="pressed" draw_ops="unmaximize_focused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="prelight"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="prelight"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> + </frame_style> + + <frame_style name="normal_max_unfocused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <piece position="overlay" draw_ops="max_border_focused" /> + <button function="close" state="normal" draw_ops="close_unfocused" /> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight" /> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed" /> + <button function="maximize" state="normal" draw_ops="unmaximize_unfocused" /> + <button function="maximize" state="prelight" draw_ops="unmaximize_unfocused_prelight" /> + <button function="maximize" state="pressed" draw_ops="unmaximize_unfocused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_unfocused" /> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight" /> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="prelight"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="prelight"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> + </frame_style> + + <frame_style name="normal_max_shaded_focused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_fill_focused" /> + <piece position="title" draw_ops="title_focused" /> + <piece position="overlay" draw_ops="max_border_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="maximize" state="normal" draw_ops="unmaximize_focused" /> + <button function="maximize" state="prelight" draw_ops="unmaximize_focused_prelight" /> + <button function="maximize" state="pressed" draw_ops="unmaximize_focused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="prelight"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="prelight"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> + </frame_style> + + <frame_style name="normal_max_shaded_unfocused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <piece position="overlay" draw_ops="max_border_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused" /> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight" /> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed" /> + <button function="maximize" state="normal" draw_ops="unmaximize_unfocused" /> + <button function="maximize" state="prelight" draw_ops="unmaximize_unfocused_prelight" /> + <button function="maximize" state="pressed" draw_ops="unmaximize_unfocused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_unfocused" /> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight" /> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="prelight"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="prelight"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> + </frame_style> + + <frame_style name="dialog_focused" geometry="nobuttons"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_fill_focused" /> + <piece position="title" draw_ops="title_focused" /> + <piece position="overlay" draw_ops="rounded_border_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="prelight"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="prelight"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> + </frame_style> + + <frame_style name="dialog_unfocused" geometry="nobuttons"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <piece position="overlay" draw_ops="rounded_border_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused" /> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight" /> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_unfocused" /> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight" /> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_unfocused" /> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight" /> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="prelight"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="prelight"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> + </frame_style> + + <frame_style name="dialog_shaded_focused" geometry="nobuttons_shaded"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_fill_focused" /> + <piece position="title" draw_ops="title_focused" /> + <piece position="overlay" draw_ops="rounded_border_shaded_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="prelight"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="prelight"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> + </frame_style> + + <frame_style name="dialog_shaded_unfocused" geometry="nobuttons_shaded"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <piece position="overlay" draw_ops="rounded_border_shaded_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused" /> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight" /> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_unfocused" /> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight" /> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_unfocused" /> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight" /> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="prelight"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="prelight"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> + </frame_style> + + <frame_style name="modal_dialog_focused" geometry="nobuttons"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_fill_focused" /> + <piece position="title" draw_ops="title_focused" /> + <piece position="overlay" draw_ops="rounded_border_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="prelight"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="prelight"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> + </frame_style> + + <frame_style name="modal_dialog_unfocused" geometry="nobuttons"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <piece position="overlay" draw_ops="rounded_border_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused" /> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight" /> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_unfocused" /> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight" /> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_unfocused" /> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight" /> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="prelight"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="prelight"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> + </frame_style> + + <frame_style name="modal_dialog_shaded_focused" geometry="nobuttons_shaded"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_fill_focused" /> + <piece position="title" draw_ops="title_focused" /> + <piece position="overlay" draw_ops="rounded_border_shaded_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="prelight"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="prelight"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> + </frame_style> + + <frame_style name="modal_dialog_shaded_unfocused" geometry="nobuttons_shaded"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <piece position="overlay" draw_ops="rounded_border_shaded_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused" /> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight" /> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_unfocused" /> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight" /> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_unfocused" /> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight" /> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="prelight"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="prelight"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> + </frame_style> + + <frame_style name="utility_focused" geometry="normal"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_fill_focused" /> + <piece position="title" draw_ops="title_focused" /> + <piece position="overlay" draw_ops="rounded_border_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="prelight"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="prelight"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> + </frame_style> + + <frame_style name="utility_unfocused" geometry="normal"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <piece position="overlay" draw_ops="rounded_border_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused" /> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight" /> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_unfocused" /> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight" /> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_unfocused" /> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight" /> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="prelight"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="prelight"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> + </frame_style> + + <frame_style name="utility_shaded_focused" geometry="normal_shaded"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_fill_focused" /> + <piece position="title" draw_ops="title_focused" /> + <piece position="overlay" draw_ops="rounded_border_shaded_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="prelight"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="prelight"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> + </frame_style> + + <frame_style name="utility_shaded_unfocused" geometry="normal_shaded"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <piece position="overlay" draw_ops="rounded_border_shaded_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused" /> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight" /> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_unfocused" /> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight" /> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_unfocused" /> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight" /> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="prelight"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="prelight"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> + </frame_style> + + <frame_style name="border_focused" geometry="border"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="overlay" draw_ops="border_focused" /> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="prelight"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="prelight"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> + </frame_style> + + <frame_style name="border_unfocused" geometry="border"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="overlay" draw_ops="border_unfocused" /> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="prelight"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="prelight"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> + </frame_style> + + <frame_style name="borderless" geometry="borderless"> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="prelight"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="prelight"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> + </frame_style> + + <frame_style name="attached_focused" geometry="nobuttons"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_fill_focused" /> + <piece position="title" draw_ops="title_focused" /> + <piece position="overlay" draw_ops="rounded_border_focused" /> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="prelight"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="prelight"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> + </frame_style> + + <frame_style name="attached_unfocused" geometry="nobuttons"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <piece position="overlay" draw_ops="rounded_border_unfocused" /> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="prelight"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="prelight"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> + </frame_style> + + <frame_style name="attached_shaded_focused" geometry="nobuttons_shaded"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_fill_focused" /> + <piece position="title" draw_ops="title_focused" /> + <piece position="overlay" draw_ops="rounded_border_shaded_focused" /> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="prelight"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="prelight"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> + </frame_style> + + <frame_style name="attached_shaded_unfocused" geometry="nobuttons_shaded"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <piece position="overlay" draw_ops="rounded_border_shaded_unfocused" /> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="prelight"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="prelight"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> + </frame_style> + + <frame_style name="tiled_left_focused" geometry="tiled_left_active"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_tiled_focused" /> + <piece position="title" draw_ops="title_focused" /> + <piece position="overlay" draw_ops="tiled_left_border_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="prelight"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="prelight"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> + </frame_style> + + <frame_style name="tiled_left_unfocused" geometry="tiled_left_inactive"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_tiled_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <piece position="overlay" draw_ops="tiled_left_border_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused" /> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight" /> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_unfocused" /> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight" /> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_unfocused" /> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight" /> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="prelight"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="prelight"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> + </frame_style> + + <frame_style name="tiled_right_focused" geometry="tiled_right_active"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_tiled_focused" /> + <piece position="title" draw_ops="title_focused" /> + <piece position="overlay" draw_ops="tiled_right_border_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="prelight"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="prelight"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> + </frame_style> + + <frame_style name="tiled_right_unfocused" geometry="tiled_right_inactive"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_tiled_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <piece position="overlay" draw_ops="tiled_right_border_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused" /> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight" /> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_unfocused" /> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight" /> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_unfocused" /> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight" /> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="prelight"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="prelight"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> + </frame_style> + + <!-- placeholder for unimplementated styles--> + <frame_style name="blank" geometry="normal"> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="prelight"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="prelight"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> + </frame_style> + + <!-- FRAME STYLE SETS --> + <frame_style_set name="normal_style_set"> + <frame focus="yes" state="normal" resize="both" style="normal_focused" /> + <frame focus="no" state="normal" resize="both" style="normal_unfocused" /> + <frame focus="yes" state="maximized" style="normal_max_focused" /> + <frame focus="no" state="maximized" style="normal_max_unfocused" /> + <frame focus="yes" state="tiled_left" style="tiled_left_focused" /> + <frame focus="no" state="tiled_left" style="tiled_left_unfocused" /> + <frame focus="yes" state="tiled_right" style="tiled_right_focused" /> + <frame focus="no" state="tiled_right" style="tiled_right_unfocused" /> + <frame focus="yes" state="shaded" style="normal_shaded_focused" /> + <frame focus="no" state="shaded" style="normal_shaded_unfocused" /> + <frame focus="yes" state="maximized_and_shaded" style="normal_max_shaded_focused" /> + <frame focus="no" state="maximized_and_shaded" style="normal_max_shaded_unfocused" /> + </frame_style_set> + + <frame_style_set name="dialog_style_set"> + <frame focus="yes" state="normal" resize="both" style="dialog_focused" /> + <frame focus="no" state="normal" resize="both" style="dialog_unfocused" /> + <frame focus="yes" state="maximized" style="blank" /> + <frame focus="no" state="maximized" style="blank" /> + <frame focus="yes" state="shaded" style="dialog_shaded_focused" /> + <frame focus="no" state="shaded" style="dialog_shaded_unfocused" /> + <frame focus="yes" state="maximized_and_shaded" style="blank" /> + <frame focus="no" state="maximized_and_shaded" style="blank" /> + </frame_style_set> + + <frame_style_set name="modal_dialog_style_set"> + <frame focus="yes" state="normal" resize="both" style="modal_dialog_focused" /> + <frame focus="no" state="normal" resize="both" style="modal_dialog_unfocused" /> + <frame focus="yes" state="maximized" style="blank" /> + <frame focus="no" state="maximized" style="blank" /> + <frame focus="yes" state="shaded" style="modal_dialog_shaded_focused" /> + <frame focus="no" state="shaded" style="modal_dialog_shaded_unfocused" /> + <frame focus="yes" state="maximized_and_shaded" style="blank" /> + <frame focus="no" state="maximized_and_shaded" style="blank" /> + </frame_style_set> + + <frame_style_set name="utility_style_set"> + <frame focus="yes" state="normal" resize="both" style="utility_focused" /> + <frame focus="no" state="normal" resize="both" style="utility_unfocused" /> + <frame focus="yes" state="maximized" style="blank" /> + <frame focus="no" state="maximized" style="blank" /> + <frame focus="yes" state="shaded" style="utility_shaded_focused" /> + <frame focus="no" state="shaded" style="utility_shaded_unfocused" /> + <frame focus="yes" state="maximized_and_shaded" style="blank" /> + <frame focus="no" state="maximized_and_shaded" style="blank" /> + </frame_style_set> + + <frame_style_set name="border_style_set"> + <frame focus="yes" state="normal" resize="both" style="border_focused" /> + <frame focus="no" state="normal" resize="both" style="border_unfocused" /> + <frame focus="yes" state="maximized" style="borderless" /> + <frame focus="no" state="maximized" style="borderless" /> + <frame focus="yes" state="shaded" style="blank" /> + <frame focus="no" state="shaded" style="blank" /> + <frame focus="yes" state="maximized_and_shaded" style="blank" /> + <frame focus="no" state="maximized_and_shaded" style="blank" /> + </frame_style_set> + + <!-- WINDOWS --> + <window type="normal" style_set="normal_style_set" /> + <window type="dialog" style_set="dialog_style_set" /> + <window type="modal_dialog" style_set="modal_dialog_style_set" /> + <window type="menu" style_set="utility_style_set" /> + <window type="utility" style_set="utility_style_set" /> + <window type="border" style_set="border_style_set" /> +</metacity_theme> diff --git a/metacity-1/metacity-theme-2.xml b/metacity-1/metacity-theme-2.xml new file mode 120000 index 0000000..84bdbf0 --- /dev/null +++ b/metacity-1/metacity-theme-2.xml @@ -0,0 +1 @@ +metacity-theme-1.xml \ No newline at end of file diff --git a/metacity-1/metacity-theme-3.xml b/metacity-1/metacity-theme-3.xml new file mode 120000 index 0000000..84bdbf0 --- /dev/null +++ b/metacity-1/metacity-theme-3.xml @@ -0,0 +1 @@ +metacity-theme-1.xml \ No newline at end of file diff --git a/metacity-1/minimize_focused_normal.svg b/metacity-1/minimize_focused_normal.svg new file mode 100644 index 0000000..5085217 --- /dev/null +++ b/metacity-1/minimize_focused_normal.svg @@ -0,0 +1,78 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<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="24" + height="24" + version="1.1" + viewBox="0 0 6.35 6.35" + id="svg4579" + sodipodi:docname="minimize_focused_normal.svg" + inkscape:version="1.0.2 (1.0.2+r75+1)"> + <metadata + id="metadata4585"> + <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="defs4583" /> + <sodipodi:namedview + pagecolor="#3D3D3D" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1465" + inkscape:window-height="897" + id="namedview4581" + showgrid="true" + inkscape:zoom="25.416667" + inkscape:cx="0.11803297" + inkscape:cy="11.881967" + inkscape:window-x="363" + inkscape:window-y="274" + inkscape:window-maximized="0" + inkscape:current-layer="g4575" + inkscape:document-rotation="0"> + <inkscape:grid + type="xygrid" + id="grid4587" /> + </sodipodi:namedview> + <g + transform="translate(0,-290.91496)" + id="g4577"> + <circle + cx="3.175" + cy="294.09" + r="2.6458001" + id="circle4571" + style="fill:#DEDEDE;stroke-width:0.66123003" /> + <g + transform="matrix(0.56569,-0.70711,0.56569,0.70711,-164.83669,88.367351)" + id="g4575"> + <rect + transform="rotate(-45)" + x="-206.51541" + y="208.69" + width="0.26458001" + height="2.6458001" + id="rect4573" + style="fill:#3D3D3D;stroke-width:0.19721" /> + </g> + </g> +</svg> diff --git a/metacity-1/minimize_focused_prelight.svg b/metacity-1/minimize_focused_prelight.svg new file mode 100644 index 0000000..219199a --- /dev/null +++ b/metacity-1/minimize_focused_prelight.svg @@ -0,0 +1,78 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<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="24" + height="24" + version="1.1" + viewBox="0 0 6.35 6.35" + id="svg4579" + sodipodi:docname="minimize_focused_prelight.svg" + inkscape:version="1.0.2 (1.0.2+r75+1)"> + <metadata + id="metadata4585"> + <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="defs4583" /> + <sodipodi:namedview + pagecolor="#3D3D3D" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1465" + inkscape:window-height="897" + id="namedview4581" + showgrid="true" + inkscape:zoom="25.416667" + inkscape:cx="0.11803297" + inkscape:cy="11.881967" + inkscape:window-x="333" + inkscape:window-y="283" + inkscape:window-maximized="0" + inkscape:current-layer="g4577" + inkscape:document-rotation="0"> + <inkscape:grid + type="xygrid" + id="grid4587" /> + </sodipodi:namedview> + <g + transform="translate(0,-290.91496)" + id="g4577"> + <circle + cx="3.175" + cy="294.09" + r="2.6458001" + id="circle4571" + style="fill:#C6C6C6;stroke-width:0.66123003" /> + <g + transform="matrix(0.56569,-0.70711,0.56569,0.70711,-164.83669,88.102768)" + id="g4575"> + <rect + transform="rotate(-45)" + x="-206.78" + y="208.69" + width="0.26458001" + height="2.6458001" + id="rect4573" + style="fill:#3D3D3D;stroke-width:0.19721" /> + </g> + </g> +</svg> diff --git a/metacity-1/minimize_focused_pressed.svg b/metacity-1/minimize_focused_pressed.svg new file mode 100644 index 0000000..d9695c7 --- /dev/null +++ b/metacity-1/minimize_focused_pressed.svg @@ -0,0 +1,78 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<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="24" + height="24" + version="1.1" + viewBox="0 0 6.35 6.35" + id="svg4579" + sodipodi:docname="minimize_focused_pressed.svg" + inkscape:version="1.0.2 (1.0.2+r75+1)"> + <metadata + id="metadata4585"> + <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="defs4583" /> + <sodipodi:namedview + pagecolor="#3D3D3D" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1465" + inkscape:window-height="897" + id="namedview4581" + showgrid="true" + inkscape:zoom="25.416667" + inkscape:cx="-0.39344243" + inkscape:cy="11.881967" + inkscape:window-x="398" + inkscape:window-y="283" + inkscape:window-maximized="0" + inkscape:current-layer="g4577" + inkscape:document-rotation="0"> + <inkscape:grid + type="xygrid" + id="grid4587" /> + </sodipodi:namedview> + <g + transform="translate(0,-290.91496)" + id="g4577"> + <circle + cx="3.175" + cy="294.09" + r="2.6458001" + id="circle4571" + style="fill:#B5B5B5;stroke-width:0.66123003" /> + <g + transform="matrix(0.56569,-0.70711,0.56569,0.70711,-164.83669,88.102768)" + id="g4575"> + <rect + transform="rotate(-45)" + x="-206.78" + y="208.69" + width="0.26458001" + height="2.6458001" + id="rect4573" + style="fill:#3D3D3D;stroke-width:0.19721" /> + </g> + </g> +</svg> diff --git a/metacity-1/minimize_unfocused.svg b/metacity-1/minimize_unfocused.svg new file mode 100644 index 0000000..e22bc03 --- /dev/null +++ b/metacity-1/minimize_unfocused.svg @@ -0,0 +1,78 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<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="24" + height="24" + version="1.1" + viewBox="0 0 6.35 6.35" + id="svg4579" + sodipodi:docname="minimize_unfocused.svg" + inkscape:version="1.0.2 (1.0.2+r75+1)"> + <metadata + id="metadata4585"> + <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="defs4583" /> + <sodipodi:namedview + pagecolor="#626262" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1465" + inkscape:window-height="897" + id="namedview4581" + showgrid="true" + inkscape:zoom="25.416667" + inkscape:cx="-0.39344243" + inkscape:cy="11.881967" + inkscape:window-x="503" + inkscape:window-y="307" + inkscape:window-maximized="0" + inkscape:current-layer="g4575" + inkscape:document-rotation="0"> + <inkscape:grid + type="xygrid" + id="grid4587" /> + </sodipodi:namedview> + <g + transform="translate(0,-290.91496)" + id="g4577"> + <circle + cx="3.175" + cy="294.09" + r="2.6458001" + id="circle4571" + style="fill:#F7F7F7;stroke-width:0.66123003" /> + <g + transform="matrix(0.56569,-0.70711,0.56569,0.70711,-164.83669,88.367351)" + id="g4575"> + <rect + transform="rotate(-45)" + x="-206.51541" + y="208.69" + width="0.26458001" + height="2.6458001" + id="rect4573" + style="fill:#626262;stroke-width:0.19721" /> + </g> + </g> +</svg> diff --git a/metacity-1/minimize_unfocused_prelight.svg b/metacity-1/minimize_unfocused_prelight.svg new file mode 100644 index 0000000..ca86db7 --- /dev/null +++ b/metacity-1/minimize_unfocused_prelight.svg @@ -0,0 +1,78 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<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="24" + height="24" + version="1.1" + viewBox="0 0 6.35 6.35" + id="svg4579" + sodipodi:docname="minimize_unfocused_prelight.svg" + inkscape:version="1.0.2 (1.0.2+r75+1)"> + <metadata + id="metadata4585"> + <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="defs4583" /> + <sodipodi:namedview + pagecolor="#626262" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1465" + inkscape:window-height="897" + id="namedview4581" + showgrid="true" + inkscape:zoom="25.416667" + inkscape:cx="-0.39344243" + inkscape:cy="11.881967" + inkscape:window-x="455" + inkscape:window-y="253" + inkscape:window-maximized="0" + inkscape:current-layer="g4575" + inkscape:document-rotation="0"> + <inkscape:grid + type="xygrid" + id="grid4587" /> + </sodipodi:namedview> + <g + transform="translate(0,-290.91496)" + id="g4577"> + <circle + cx="3.175" + cy="294.09" + r="2.6458001" + id="circle4571" + style="fill:#dbdbdb;stroke-width:0.66123003" /> + <g + transform="matrix(0.56569,-0.70711,0.56569,0.70711,-164.83669,88.367351)" + id="g4575"> + <rect + transform="rotate(-45)" + x="-206.51541" + y="208.69" + width="0.26458001" + height="2.6458001" + id="rect4573" + style="fill:#626262;stroke-width:0.19721" /> + </g> + </g> +</svg> diff --git a/metacity-1/minimize_unfocused_pressed.svg b/metacity-1/minimize_unfocused_pressed.svg new file mode 100644 index 0000000..e5a3812 --- /dev/null +++ b/metacity-1/minimize_unfocused_pressed.svg @@ -0,0 +1,78 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<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="24" + height="24" + version="1.1" + viewBox="0 0 6.35 6.35" + id="svg4579" + sodipodi:docname="minimize_unfocused_pressed.svg" + inkscape:version="1.0.2 (1.0.2+r75+1)"> + <metadata + id="metadata4585"> + <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="defs4583" /> + <sodipodi:namedview + pagecolor="#626262" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1465" + inkscape:window-height="897" + id="namedview4581" + showgrid="true" + inkscape:zoom="25.416667" + inkscape:cx="5.8032788" + inkscape:cy="11.881967" + inkscape:window-x="425" + inkscape:window-y="283" + inkscape:window-maximized="0" + inkscape:current-layer="g4577" + inkscape:document-rotation="0"> + <inkscape:grid + type="xygrid" + id="grid4587" /> + </sodipodi:namedview> + <g + transform="translate(0,-290.91496)" + id="g4577"> + <circle + cx="3.175" + cy="294.09" + r="2.6458001" + id="circle4571" + style="fill:#B5B5B5;stroke-width:0.66123003" /> + <g + transform="matrix(0.56569,-0.70711,0.56569,0.70711,-164.83669,88.102768)" + id="g4575"> + <rect + transform="rotate(-45)" + x="-206.78" + y="208.69" + width="0.26458001" + height="2.6458001" + id="rect4573" + style="fill:#626262;stroke-width:0.19721" /> + </g> + </g> +</svg> diff --git a/metacity-1/unmaximize_focused_normal.svg b/metacity-1/unmaximize_focused_normal.svg new file mode 100644 index 0000000..587e466 --- /dev/null +++ b/metacity-1/unmaximize_focused_normal.svg @@ -0,0 +1,143 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<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="24" + height="24" + version="1.1" + viewBox="0 0 6.35 6.3499636" + id="svg5275" + sodipodi:docname="unmaximize_focused_normal.svg" + inkscape:version="1.0.2 (1.0.2+r75+1)"> + <metadata + id="metadata5281"> + <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="defs5279" /> + <sodipodi:namedview + pagecolor="#3D3D3D" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1548" + inkscape:window-height="1208" + id="namedview5277" + showgrid="true" + inkscape:zoom="21.454545" + inkscape:cx="7.6532981" + inkscape:cy="9.8855007" + inkscape:window-x="416" + inkscape:window-y="101" + inkscape:window-maximized="0" + inkscape:current-layer="g5273" + inkscape:document-rotation="0"> + <inkscape:grid + type="xygrid" + id="grid5826" /> + </sodipodi:namedview> + <g + transform="translate(0,-290.91498)" + id="g5273"> + <circle + cx="3.175" + cy="294.09" + r="2.6458001" + id="circle5255" + style="fill:#DEDEDE;stroke-width:0.66123003" /> + <g + id="g303"> + <rect + transform="matrix(0,-1.0000046,0.60000258,0,-123.09786,88.367361)" + x="-206.78" + y="208.69" + width="0.26458001" + height="2.6458001" + id="rect5257" + style="fill:#3D3D3D;stroke-width:0.19721" /> + <g + transform="matrix(-0.70712378,-0.28341845,0.70712378,-0.28341845,-203.0808,378.52763)" + id="g5263"> + <rect + transform="rotate(-45)" + x="-206.78" + y="208.67967" + width="0.26457697" + height="2.6458001" + id="rect5261" + style="fill:#3D3D3D;stroke-width:0.197209" /> + </g> + <g + transform="matrix(-0.70711,-0.28284658,0.70711,-0.28284658,-204.39968,378.36085)" + id="g5267"> + <rect + transform="rotate(-45)" + x="-206.78" + y="208.69" + width="0.26458001" + height="2.6458001" + id="rect5265" + style="fill:#3D3D3D;stroke-width:0.19721" /> + </g> + <g + transform="matrix(0.4242694,-0.70711,0.4242694,0.70711,-123.08922,87.038233)" + id="g5271"> + <rect + transform="rotate(-45)" + x="-206.78621" + y="208.67384" + width="0.26458001" + height="2.6458001" + id="rect5269" + style="fill:#3D3D3D;stroke-width:0.19721" /> + </g> + <g + id="right-edge" + transform="matrix(1,0,0,0.99531863,-3.8027428e-6,2.6959391)" + inkscape:label="right-edge"> + <g + transform="matrix(-0.70710999,-0.35522075,0.70710999,-0.35522075,-202.5476,398.12812)" + id="g5263-3"> + <rect + transform="rotate(-45)" + x="-206.78" + y="208.67967" + width="0.26458001" + height="2.6458001" + id="rect5261-6" + style="fill:#a3a3a3;stroke-width:0.19721" /> + </g> + </g> + <g + transform="matrix(0.4242694,-0.70710999,0.4242694,0.70710999,-122.56004,86.509064)" + id="top-edge" + inkscape:label="top-edge"> + <rect + transform="rotate(-45)" + x="-206.78621" + y="208.67384" + width="0.26458001" + height="2.6458001" + id="rect5269-5" + style="fill:#a3a3a3;stroke-width:0.19721" /> + </g> + </g> + </g> +</svg> diff --git a/metacity-1/unmaximize_focused_prelight.svg b/metacity-1/unmaximize_focused_prelight.svg new file mode 100644 index 0000000..078c369 --- /dev/null +++ b/metacity-1/unmaximize_focused_prelight.svg @@ -0,0 +1,143 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<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="24" + height="24" + version="1.1" + viewBox="0 0 6.35 6.3499636" + id="svg5275" + sodipodi:docname="unmaximize_focused_prelight.svg" + inkscape:version="1.0.2 (1.0.2+r75+1)"> + <metadata + id="metadata5281"> + <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="defs5279" /> + <sodipodi:namedview + pagecolor="#3D3D3D" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1548" + inkscape:window-height="1208" + id="namedview5277" + showgrid="true" + inkscape:zoom="21.454545" + inkscape:cx="7.6532981" + inkscape:cy="9.8855007" + inkscape:window-x="767" + inkscape:window-y="101" + inkscape:window-maximized="0" + inkscape:current-layer="g5273" + inkscape:document-rotation="0"> + <inkscape:grid + type="xygrid" + id="grid5826" /> + </sodipodi:namedview> + <g + transform="translate(0,-290.91498)" + id="g5273"> + <circle + cx="3.175" + cy="294.09" + r="2.6458001" + id="circle5255" + style="fill:#C6C6C6;stroke-width:0.66123003" /> + <g + id="g303"> + <rect + transform="matrix(0,-1.0000046,0.60000258,0,-123.09786,88.367361)" + x="-206.78" + y="208.69" + width="0.26458001" + height="2.6458001" + id="rect5257" + style="fill:#3D3D3D;stroke-width:0.19721" /> + <g + transform="matrix(-0.70712378,-0.28341845,0.70712378,-0.28341845,-203.0808,378.52763)" + id="g5263"> + <rect + transform="rotate(-45)" + x="-206.78" + y="208.67967" + width="0.26457697" + height="2.6458001" + id="rect5261" + style="fill:#3D3D3D;stroke-width:0.197209" /> + </g> + <g + transform="matrix(-0.70711,-0.28284658,0.70711,-0.28284658,-204.39968,378.36085)" + id="g5267"> + <rect + transform="rotate(-45)" + x="-206.78" + y="208.69" + width="0.26458001" + height="2.6458001" + id="rect5265" + style="fill:#3D3D3D;stroke-width:0.19721" /> + </g> + <g + transform="matrix(0.4242694,-0.70711,0.4242694,0.70711,-123.08922,87.038233)" + id="g5271"> + <rect + transform="rotate(-45)" + x="-206.78621" + y="208.67384" + width="0.26458001" + height="2.6458001" + id="rect5269" + style="fill:#3D3D3D;stroke-width:0.19721" /> + </g> + <g + id="right-edge" + transform="matrix(1,0,0,0.99531863,-3.8027428e-6,2.6959391)" + inkscape:label="right-edge"> + <g + transform="matrix(-0.70710999,-0.35522075,0.70710999,-0.35522075,-202.5476,398.12812)" + id="g5263-3"> + <rect + transform="rotate(-45)" + x="-206.78" + y="208.67967" + width="0.26458001" + height="2.6458001" + id="rect5261-6" + style="fill:#a3a3a3;stroke-width:0.19721" /> + </g> + </g> + <g + transform="matrix(0.4242694,-0.70710999,0.4242694,0.70710999,-122.56004,86.509064)" + id="top-edge" + inkscape:label="top-edge"> + <rect + transform="rotate(-45)" + x="-206.78621" + y="208.67384" + width="0.26458001" + height="2.6458001" + id="rect5269-5" + style="fill:#a3a3a3;stroke-width:0.19721" /> + </g> + </g> + </g> +</svg> diff --git a/metacity-1/unmaximize_focused_pressed.svg b/metacity-1/unmaximize_focused_pressed.svg new file mode 100644 index 0000000..46ee916 --- /dev/null +++ b/metacity-1/unmaximize_focused_pressed.svg @@ -0,0 +1,143 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<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="24" + height="24" + version="1.1" + viewBox="0 0 6.35 6.3499636" + id="svg5275" + sodipodi:docname="unmaximize_focused_pressed.svg" + inkscape:version="1.0.2 (1.0.2+r75+1)"> + <metadata + id="metadata5281"> + <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="defs5279" /> + <sodipodi:namedview + pagecolor="#3D3D3D" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1548" + inkscape:window-height="1208" + id="namedview5277" + showgrid="true" + inkscape:zoom="21.454545" + inkscape:cx="7.6532981" + inkscape:cy="9.8855007" + inkscape:window-x="869" + inkscape:window-y="135" + inkscape:window-maximized="0" + inkscape:current-layer="g5273" + inkscape:document-rotation="0"> + <inkscape:grid + type="xygrid" + id="grid5826" /> + </sodipodi:namedview> + <g + transform="translate(0,-290.91498)" + id="g5273"> + <circle + cx="3.175" + cy="294.09" + r="2.6458001" + id="circle5255" + style="fill:#B5B5B5;stroke-width:0.66123003" /> + <g + id="g303"> + <rect + transform="matrix(0,-1.0000046,0.60000258,0,-123.09786,88.367361)" + x="-206.78" + y="208.69" + width="0.26458001" + height="2.6458001" + id="rect5257" + style="fill:#3D3D3D;stroke-width:0.19721" /> + <g + transform="matrix(-0.70712378,-0.28341845,0.70712378,-0.28341845,-203.0808,378.52763)" + id="g5263"> + <rect + transform="rotate(-45)" + x="-206.78" + y="208.67967" + width="0.26457697" + height="2.6458001" + id="rect5261" + style="fill:#3D3D3D;stroke-width:0.197209" /> + </g> + <g + transform="matrix(-0.70711,-0.28284658,0.70711,-0.28284658,-204.39968,378.36085)" + id="g5267"> + <rect + transform="rotate(-45)" + x="-206.78" + y="208.69" + width="0.26458001" + height="2.6458001" + id="rect5265" + style="fill:#3D3D3D;stroke-width:0.19721" /> + </g> + <g + transform="matrix(0.4242694,-0.70711,0.4242694,0.70711,-123.08922,87.038233)" + id="g5271"> + <rect + transform="rotate(-45)" + x="-206.78621" + y="208.67384" + width="0.26458001" + height="2.6458001" + id="rect5269" + style="fill:#3D3D3D;stroke-width:0.19721" /> + </g> + <g + id="right-edge" + transform="matrix(1,0,0,0.99531863,-3.8027428e-6,2.6959391)" + inkscape:label="right-edge"> + <g + transform="matrix(-0.70710999,-0.35522075,0.70710999,-0.35522075,-202.5476,398.12812)" + id="g5263-3"> + <rect + transform="rotate(-45)" + x="-206.78" + y="208.67967" + width="0.26458001" + height="2.6458001" + id="rect5261-6" + style="fill:#a3a3a3;stroke-width:0.19721" /> + </g> + </g> + <g + transform="matrix(0.4242694,-0.70710999,0.4242694,0.70710999,-122.56004,86.509064)" + id="top-edge" + inkscape:label="top-edge"> + <rect + transform="rotate(-45)" + x="-206.78621" + y="208.67384" + width="0.26458001" + height="2.6458001" + id="rect5269-5" + style="fill:#a3a3a3;stroke-width:0.19721" /> + </g> + </g> + </g> +</svg> diff --git a/metacity-1/unmaximize_unfocused.svg b/metacity-1/unmaximize_unfocused.svg new file mode 100644 index 0000000..1c52324 --- /dev/null +++ b/metacity-1/unmaximize_unfocused.svg @@ -0,0 +1,143 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<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="24" + height="24" + version="1.1" + viewBox="0 0 6.35 6.3499636" + id="svg5275" + sodipodi:docname="unmaximize_unfocused.svg" + inkscape:version="1.0.2 (1.0.2+r75+1)"> + <metadata + id="metadata5281"> + <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="defs5279" /> + <sodipodi:namedview + pagecolor="#626262" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1548" + inkscape:window-height="1208" + id="namedview5277" + showgrid="true" + inkscape:zoom="21.454545" + inkscape:cx="7.6532981" + inkscape:cy="9.8855007" + inkscape:window-x="3075" + inkscape:window-y="197" + inkscape:window-maximized="0" + inkscape:current-layer="g5273" + inkscape:document-rotation="0"> + <inkscape:grid + type="xygrid" + id="grid5826" /> + </sodipodi:namedview> + <g + transform="translate(0,-290.91498)" + id="g5273"> + <circle + cx="3.175" + cy="294.09" + r="2.6458001" + id="circle5255" + style="fill:#F7F7F7;stroke-width:0.66123003" /> + <g + id="g303"> + <rect + transform="matrix(0,-1.0000046,0.60000258,0,-123.09786,88.367361)" + x="-206.78" + y="208.69" + width="0.26458001" + height="2.6458001" + id="rect5257" + style="fill:#626262;stroke-width:0.19721" /> + <g + transform="matrix(-0.70712378,-0.28341845,0.70712378,-0.28341845,-203.0808,378.52763)" + id="g5263"> + <rect + transform="rotate(-45)" + x="-206.78" + y="208.67967" + width="0.26457697" + height="2.6458001" + id="rect5261" + style="fill:#626262;stroke-width:0.197209" /> + </g> + <g + transform="matrix(-0.70711,-0.28284658,0.70711,-0.28284658,-204.39968,378.36085)" + id="g5267"> + <rect + transform="rotate(-45)" + x="-206.78" + y="208.69" + width="0.26458001" + height="2.6458001" + id="rect5265" + style="fill:#626262;stroke-width:0.19721" /> + </g> + <g + transform="matrix(0.4242694,-0.70711,0.4242694,0.70711,-123.08922,87.038233)" + id="g5271"> + <rect + transform="rotate(-45)" + x="-206.78621" + y="208.67384" + width="0.26458001" + height="2.6458001" + id="rect5269" + style="fill:#626262;stroke-width:0.19721" /> + </g> + <g + id="right-edge" + transform="matrix(1,0,0,0.99531863,-3.8027428e-6,2.6959391)" + inkscape:label="right-edge"> + <g + transform="matrix(-0.70710999,-0.35522075,0.70710999,-0.35522075,-202.5476,398.12812)" + id="g5263-3"> + <rect + transform="rotate(-45)" + x="-206.78" + y="208.67967" + width="0.26458001" + height="2.6458001" + id="rect5261-6" + style="fill:#a3a3a3;stroke-width:0.19721" /> + </g> + </g> + <g + transform="matrix(0.4242694,-0.70710999,0.4242694,0.70710999,-122.56004,86.509064)" + id="top-edge" + inkscape:label="top-edge"> + <rect + transform="rotate(-45)" + x="-206.78621" + y="208.67384" + width="0.26458001" + height="2.6458001" + id="rect5269-5" + style="fill:#a3a3a3;stroke-width:0.19721" /> + </g> + </g> + </g> +</svg> diff --git a/metacity-1/unmaximize_unfocused_prelight.svg b/metacity-1/unmaximize_unfocused_prelight.svg new file mode 100644 index 0000000..e1e35a5 --- /dev/null +++ b/metacity-1/unmaximize_unfocused_prelight.svg @@ -0,0 +1,143 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<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="24" + height="24" + version="1.1" + viewBox="0 0 6.35 6.3499636" + id="svg5275" + sodipodi:docname="unmaximize_unfocused_prelight.svg" + inkscape:version="1.0.2 (1.0.2+r75+1)"> + <metadata + id="metadata5281"> + <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="defs5279" /> + <sodipodi:namedview + pagecolor="#626262" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1548" + inkscape:window-height="1208" + id="namedview5277" + showgrid="true" + inkscape:zoom="21.454545" + inkscape:cx="7.6532981" + inkscape:cy="9.8855007" + inkscape:window-x="1026" + inkscape:window-y="129" + inkscape:window-maximized="0" + inkscape:current-layer="g5273" + inkscape:document-rotation="0"> + <inkscape:grid + type="xygrid" + id="grid5826" /> + </sodipodi:namedview> + <g + transform="translate(0,-290.91498)" + id="g5273"> + <circle + cx="3.175" + cy="294.09" + r="2.6458001" + id="circle5255" + style="fill:#dbdbdb;stroke-width:0.66123003" /> + <g + id="g303"> + <rect + transform="matrix(0,-1.0000046,0.60000258,0,-123.09786,88.367361)" + x="-206.78" + y="208.69" + width="0.26458001" + height="2.6458001" + id="rect5257" + style="fill:#626262;stroke-width:0.19721" /> + <g + transform="matrix(-0.70712378,-0.28341845,0.70712378,-0.28341845,-203.0808,378.52763)" + id="g5263"> + <rect + transform="rotate(-45)" + x="-206.78" + y="208.67967" + width="0.26457697" + height="2.6458001" + id="rect5261" + style="fill:#626262;stroke-width:0.197209" /> + </g> + <g + transform="matrix(-0.70711,-0.28284658,0.70711,-0.28284658,-204.39968,378.36085)" + id="g5267"> + <rect + transform="rotate(-45)" + x="-206.78" + y="208.69" + width="0.26458001" + height="2.6458001" + id="rect5265" + style="fill:#626262;stroke-width:0.19721" /> + </g> + <g + transform="matrix(0.4242694,-0.70711,0.4242694,0.70711,-123.08922,87.038233)" + id="g5271"> + <rect + transform="rotate(-45)" + x="-206.78621" + y="208.67384" + width="0.26458001" + height="2.6458001" + id="rect5269" + style="fill:#626262;stroke-width:0.19721" /> + </g> + <g + id="right-edge" + transform="matrix(1,0,0,0.99531863,-3.8027428e-6,2.6959391)" + inkscape:label="right-edge"> + <g + transform="matrix(-0.70710999,-0.35522075,0.70710999,-0.35522075,-202.5476,398.12812)" + id="g5263-3"> + <rect + transform="rotate(-45)" + x="-206.78" + y="208.67967" + width="0.26458001" + height="2.6458001" + id="rect5261-6" + style="fill:#a3a3a3;stroke-width:0.19721" /> + </g> + </g> + <g + transform="matrix(0.4242694,-0.70710999,0.4242694,0.70710999,-122.56004,86.509064)" + id="top-edge" + inkscape:label="top-edge"> + <rect + transform="rotate(-45)" + x="-206.78621" + y="208.67384" + width="0.26458001" + height="2.6458001" + id="rect5269-5" + style="fill:#a3a3a3;stroke-width:0.19721" /> + </g> + </g> + </g> +</svg> diff --git a/metacity-1/unmaximize_unfocused_pressed.svg b/metacity-1/unmaximize_unfocused_pressed.svg new file mode 100644 index 0000000..32bfcb0 --- /dev/null +++ b/metacity-1/unmaximize_unfocused_pressed.svg @@ -0,0 +1,143 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<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="24" + height="24" + version="1.1" + viewBox="0 0 6.35 6.3499636" + id="svg5275" + sodipodi:docname="unmaximize_unfocused_pressed.svg" + inkscape:version="1.0.2 (1.0.2+r75+1)"> + <metadata + id="metadata5281"> + <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="defs5279" /> + <sodipodi:namedview + pagecolor="#626262" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1548" + inkscape:window-height="1208" + id="namedview5277" + showgrid="true" + inkscape:zoom="21.454545" + inkscape:cx="7.6532981" + inkscape:cy="9.8855007" + inkscape:window-x="614" + inkscape:window-y="146" + inkscape:window-maximized="0" + inkscape:current-layer="g5273" + inkscape:document-rotation="0"> + <inkscape:grid + type="xygrid" + id="grid5826" /> + </sodipodi:namedview> + <g + transform="translate(0,-290.91498)" + id="g5273"> + <circle + cx="3.175" + cy="294.09" + r="2.6458001" + id="circle5255" + style="fill:#B5B5B5;stroke-width:0.66123003" /> + <g + id="g303"> + <rect + transform="matrix(0,-1.0000046,0.60000258,0,-123.09786,88.367361)" + x="-206.78" + y="208.69" + width="0.26458001" + height="2.6458001" + id="rect5257" + style="fill:#626262;stroke-width:0.19721" /> + <g + transform="matrix(-0.70712378,-0.28341845,0.70712378,-0.28341845,-203.0808,378.52763)" + id="g5263"> + <rect + transform="rotate(-45)" + x="-206.78" + y="208.67967" + width="0.26457697" + height="2.6458001" + id="rect5261" + style="fill:#626262;stroke-width:0.197209" /> + </g> + <g + transform="matrix(-0.70711,-0.28284658,0.70711,-0.28284658,-204.39968,378.36085)" + id="g5267"> + <rect + transform="rotate(-45)" + x="-206.78" + y="208.69" + width="0.26458001" + height="2.6458001" + id="rect5265" + style="fill:#626262;stroke-width:0.19721" /> + </g> + <g + transform="matrix(0.4242694,-0.70711,0.4242694,0.70711,-123.08922,87.038233)" + id="g5271"> + <rect + transform="rotate(-45)" + x="-206.78621" + y="208.67384" + width="0.26458001" + height="2.6458001" + id="rect5269" + style="fill:#626262;stroke-width:0.19721" /> + </g> + <g + id="right-edge" + transform="matrix(1,0,0,0.99531863,-3.8027428e-6,2.6959391)" + inkscape:label="right-edge"> + <g + transform="matrix(-0.70710999,-0.35522075,0.70710999,-0.35522075,-202.5476,398.12812)" + id="g5263-3"> + <rect + transform="rotate(-45)" + x="-206.78" + y="208.67967" + width="0.26458001" + height="2.6458001" + id="rect5261-6" + style="fill:#a3a3a3;stroke-width:0.19721" /> + </g> + </g> + <g + transform="matrix(0.4242694,-0.70710999,0.4242694,0.70710999,-122.56004,86.509064)" + id="top-edge" + inkscape:label="top-edge"> + <rect + transform="rotate(-45)" + x="-206.78621" + y="208.67384" + width="0.26458001" + height="2.6458001" + id="rect5269-5" + style="fill:#a3a3a3;stroke-width:0.19721" /> + </g> + </g> + </g> +</svg> diff --git a/patches/cinnamon.css.patch b/patches/cinnamon.css.patch new file mode 100644 index 0000000..766904f --- /dev/null +++ b/patches/cinnamon.css.patch @@ -0,0 +1,59 @@ +--- /usr/share/themes/Plata-Lumine/cinnamon/cinnamon.css 2021-01-22 08:13:29.000000000 +0300 ++++ /home/rinaldus/.themes/rinaldus-cinnamon-theme/cinnamon/cinnamon.css 2021-03-30 12:34:25.619267675 +0300 +@@ -545,17 +545,17 @@ + + .grouped-window-list-item-box:hover, .window-list-item-box:hover { background-color: rgba(17, 17, 17, 0.12); color: black; } + +-.panel-top .grouped-window-list-item-box:hover, .panel-top .window-list-item-box:hover { box-shadow: inset 0 2px rgba(17, 17, 17, 0.2); } ++.panel-top .grouped-window-list-item-box:hover, .panel-top .window-list-item-box:hover { box-shadow: inset 0 -2px rgba(41, 51, 240, 1); } + +-.panel-bottom .grouped-window-list-item-box:hover, .panel-bottom .window-list-item-box:hover { box-shadow: inset 0 -2px rgba(17, 17, 17, 0.2); } ++.panel-bottom .grouped-window-list-item-box:hover, .panel-bottom .window-list-item-box:hover { box-shadow: inset 0 -2px rgba(41, 51, 240, 1); } + +-.panel-left .grouped-window-list-item-box:hover, .panel-left .window-list-item-box:hover { box-shadow: inset 2px 0 rgba(17, 17, 17, 0.2); } ++.panel-left .grouped-window-list-item-box:hover, .panel-left .window-list-item-box:hover { box-shadow: inset 2px 0 rgba(41, 51, 240, 1); } + +-.panel-right .grouped-window-list-item-box:hover, .panel-right .window-list-item-box:hover { box-shadow: inset -2px 0 rgba(17, 17, 17, 0.2); } ++.panel-right .grouped-window-list-item-box:hover, .panel-right .window-list-item-box:hover { box-shadow: inset -2px 0 rgba(41, 51, 240, 1); } + +-.grouped-window-list-item-box:active:focus, .grouped-window-list-item-box:checked:focus, .window-list-item-box:active, .window-list-item-box:checked, .window-list-item-box:focus, .window-list-item-box:running { background-color: rgba(17, 17, 17, 0.12); color: black; } ++.grouped-window-list-item-box:active:focus, .grouped-window-list-item-box:checked:focus, .window-list-item-box:active, .window-list-item-box:checked, .window-list-item-box:focus, .window-list-item-box:running { background-color: rgba(54, 154, 255, 0.50); color: black; } + +-.panel-top .grouped-window-list-item-box:active:focus, .panel-top .grouped-window-list-item-box:checked:focus, .panel-top .window-list-item-box:active, .panel-top .window-list-item-box:checked, .panel-top .window-list-item-box:focus, .panel-top .window-list-item-box:running { box-shadow: inset 0 2px #3f51b5; } ++.panel-top .grouped-window-list-item-box:active:focus, .panel-top .grouped-window-list-item-box:checked:focus, .panel-top .window-list-item-box:active, .panel-top .window-list-item-box:checked, .panel-top .window-list-item-box:focus, .panel-top .window-list-item-box:running { box-shadow: inset 0 -2px #3f51b5; } + + .panel-bottom .grouped-window-list-item-box:active:focus, .panel-bottom .grouped-window-list-item-box:checked:focus, .panel-bottom .window-list-item-box:active, .panel-bottom .window-list-item-box:checked, .panel-bottom .window-list-item-box:focus, .panel-bottom .window-list-item-box:running { box-shadow: inset 0 -2px #3f51b5; } + +@@ -563,9 +563,9 @@ + + .panel-right .grouped-window-list-item-box:active:focus, .panel-right .grouped-window-list-item-box:checked:focus, .panel-right .window-list-item-box:active, .panel-right .window-list-item-box:checked, .panel-right .window-list-item-box:focus, .panel-right .window-list-item-box:running { box-shadow: inset -2px 0 #3f51b5; } + +-.grouped-window-list-item-box:hover:active:focus, .grouped-window-list-item-box:hover:checked:focus, .window-list-item-box:hover:active, .window-list-item-box:hover:checked, .window-list-item-box:hover:focus, .window-list-item-box:hover:running { background-color: rgba(17, 17, 17, 0.12); color: black; } ++.grouped-window-list-item-box:hover:active:focus, .grouped-window-list-item-box:hover:checked:focus, .window-list-item-box:hover:active, .window-list-item-box:hover:checked, .window-list-item-box:hover:focus, .window-list-item-box:hover:running { background-color: rgba(41, 51, 240, 1); color: black; } + +-.panel-top .grouped-window-list-item-box:hover:active:focus, .panel-top .grouped-window-list-item-box:hover:checked:focus, .panel-top .window-list-item-box:hover:active, .panel-top .window-list-item-box:hover:checked, .panel-top .window-list-item-box:hover:focus, .panel-top .window-list-item-box:hover:running { box-shadow: inset 0 2px #3f51b5; } ++.panel-top .grouped-window-list-item-box:hover:active:focus, .panel-top .grouped-window-list-item-box:hover:checked:focus, .panel-top .window-list-item-box:hover:active, .panel-top .window-list-item-box:hover:checked, .panel-top .window-list-item-box:hover:focus, .panel-top .window-list-item-box:hover:running { box-shadow: inset 0 -2px #3f51b5; } + + .panel-bottom .grouped-window-list-item-box:hover:active:focus, .panel-bottom .grouped-window-list-item-box:hover:checked:focus, .panel-bottom .window-list-item-box:hover:active, .panel-bottom .window-list-item-box:hover:checked, .panel-bottom .window-list-item-box:hover:focus, .panel-bottom .window-list-item-box:hover:running { box-shadow: inset 0 -2px #3f51b5; } + +@@ -575,15 +575,15 @@ + + .grouped-window-list-item-box:active, .grouped-window-list-item-box:checked { background-color: rgba(0, 0, 0, 0.01); color: black; } + +-.grouped-window-list-item-box:hover:active, .grouped-window-list-item-box:hover:checked { background-color: rgba(17, 17, 17, 0.12); } ++.grouped-window-list-item-box:hover:active, .grouped-window-list-item-box:hover:checked { background-color: rgba(41, 51, 240, 1); } + +-.panel-top .grouped-window-list-item-box:active, .panel-top .grouped-window-list-item-box:checked { box-shadow: inset 0 2px rgba(17, 17, 17, 0.2); } ++.panel-top .grouped-window-list-item-box:active, .panel-top .grouped-window-list-item-box:checked { box-shadow: inset 0 -2px rgba(41, 51, 240, 1); } + +-.panel-bottom .grouped-window-list-item-box:active, .panel-bottom .grouped-window-list-item-box:checked { box-shadow: inset 0 -2px rgba(17, 17, 17, 0.2); } ++.panel-bottom .grouped-window-list-item-box:active, .panel-bottom .grouped-window-list-item-box:checked { box-shadow: inset 0 -2px rgba(41, 51, 240, 1); } + +-.panel-left .grouped-window-list-item-box:active, .panel-left .grouped-window-list-item-box:checked { box-shadow: inset 2px 0 rgba(17, 17, 17, 0.2); } ++.panel-left .grouped-window-list-item-box:active, .panel-left .grouped-window-list-item-box:checked { box-shadow: inset 2px 0 rgba(41, 51, 240, 1); } + +-.panel-right .grouped-window-list-item-box:active, .panel-right .grouped-window-list-item-box:checked { box-shadow: inset -2px 0 rgba(17, 17, 17, 0.2); } ++.panel-right .grouped-window-list-item-box:active, .panel-right .grouped-window-list-item-box:checked { box-shadow: inset -2px 0 rgba(41, 51, 240, 1); } + + .grouped-window-list-item-box .progress, .window-list-item-box:progress, .window-list-item-box .progress, .grouped-window-list-item-demands-attention, .window-list-item-demands-attention { background-gradient-start: rgba(30, 52, 166, 0.25); background-gradient-end: rgba(30, 52, 166, 0.25); } + diff --git a/patches/metacity-theme-1.xml.patch b/patches/metacity-theme-1.xml.patch new file mode 100644 index 0000000..620997e --- /dev/null +++ b/patches/metacity-theme-1.xml.patch @@ -0,0 +1,15 @@ +--- /usr/share/themes/Yaru-light/metacity-1/metacity-theme-1.xml 2021-03-30 13:55:56.000000000 +0300 ++++ /home/rinaldus/.themes/rinaldus-cinnamon-theme/metacity-1/metacity-theme-1.xml 2021-03-30 14:23:14.883895616 +0300 +@@ -28,10 +28,10 @@ + <distance name="bottom_height" value="1" /> + <distance name="left_titlebar_edge" value="6" /> + <distance name="right_titlebar_edge" value="6" /> +- <distance name="title_vertical_pad" value="1" /> ++ <distance name="title_vertical_pad" value="8" /> + <aspect_ratio name="button" value="1" /> + <border name="title_border" left="0" right="0" top="8" bottom="8" /> +- <border name="button_border" left="11" right="0" top="3" bottom="3" /> ++ <border name="button_border" left="11" right="0" top="8" bottom="0" /> + </frame_geometry> + <frame_geometry name="normal_shaded" rounded_bottom_left="true" rounded_bottom_right="true" parent="normal" /> +