diff options
| author | Syndamia <kamen@syndamia.com> | 2023-05-20 11:28:29 +0300 |
|---|---|---|
| committer | Syndamia <kamen@syndamia.com> | 2023-05-20 11:28:29 +0300 |
| commit | eab0507af6367a9a75f40ac3dd92e5e42860c2dc (patch) | |
| tree | 71f56e8725b505d70954ad665a03988d85316c85 /themes/Mint-Y | |
| parent | 48de6d4af249f23b3a431d357236588208a9f419 (diff) | |
| download | old-mint-y-eab0507af6367a9a75f40ac3dd92e5e42860c2dc.tar old-mint-y-eab0507af6367a9a75f40ac3dd92e5e42860c2dc.tar.gz old-mint-y-eab0507af6367a9a75f40ac3dd92e5e42860c2dc.zip | |
Diffstat (limited to 'themes/Mint-Y')
425 files changed, 11816 insertions, 0 deletions
diff --git a/themes/Mint-Y/cinnamon/cinnamon.css b/themes/Mint-Y/cinnamon/cinnamon.css new file mode 100644 index 00000000..9d0402b1 --- /dev/null +++ b/themes/Mint-Y/cinnamon/cinnamon.css @@ -0,0 +1,1590 @@ +stage { + color: #202020; } + +.label-shadow { + color: rgba(0, 0, 0, 0); } + +.sound-button, .modal-dialog-button-box .modal-dialog-button, .notification-button, .notification-icon-button, .popup-menu #notification .notification-button, .popup-menu #notification .notification-icon-button { + min-height: 20px; + padding: 5px 32px; + transition-duration: 0; + color: #202020; + background-color: whitesmoke; + border: 1px solid #d9d9d9; + box-shadow: inset 0 2px 4px rgba(245, 245, 245, 0.05); } + .sound-button, .modal-dialog-button-box .modal-dialog-button, .notification-button, .notification-icon-button, .popup-menu #notification .notification-button, .popup-menu #notification .notification-icon-button { + border-radius: 2px; } + .sound-button:focus, .modal-dialog-button-box .modal-dialog-button:focus, .notification-button:focus, .notification-icon-button:focus, .popup-menu #notification .notification-button:focus, .popup-menu #notification .notification-icon-button:focus { + color: #202020; + background-color: whitesmoke; + border: 1px solid #92b372; + box-shadow: inset 0 2px 4px rgba(245, 245, 245, 0.05); } + .sound-button:hover, .modal-dialog-button-box .modal-dialog-button:hover, .notification-button:hover, .notification-icon-button:hover, .popup-menu #notification .notification-button:hover, .popup-menu #notification .notification-icon-button:hover { + color: #202020; + background-color: white; + border: 1px solid #d9d9d9; + box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.05); } + .sound-button:hover:focus, .modal-dialog-button-box .modal-dialog-button:hover:focus, .notification-button:hover:focus, .notification-icon-button:hover:focus, .popup-menu #notification .notification-button:hover:focus, .popup-menu #notification .notification-icon-button:hover:focus { + color: #202020; + background-color: white; + border: 1px solid #92b372; + box-shadow: inset 0 2px 4px rgba(245, 245, 245, 0.05); } + .sound-button:active, .modal-dialog-button-box .modal-dialog-button:active, .notification-button:active, .notification-icon-button:active, .popup-menu #notification .notification-button:active, .popup-menu #notification .notification-icon-button:active { + color: #ffffff; + background-color: #92b372; + border: 1px solid #92b372; + box-shadow: inset 0 2px 4px #92b372; } + .sound-button:insensitive, .modal-dialog-button-box .modal-dialog-button:insensitive, .notification-button:insensitive, .notification-icon-button:insensitive, .popup-menu #notification .notification-button:insensitive, .popup-menu #notification .notification-icon-button:insensitive { + color: rgba(32, 32, 32, 0.55); + border: 1px solid rgba(217, 217, 217, 0.55); + background-color: rgba(245, 245, 245, 0.55); + box-shadow: inset 0 2px 4px rgba(245, 245, 245, 0.05); } + +#menu-search-entry, .popup-menu #notification StEntry { + padding: 7px; + caret-size: 1px; + selection-background-color: #92b372; + selected-color: #ffffff; + transition-duration: 300ms; + border-radius: 3px; + color: #202020; + background-color: #ffffff; + border: 1px solid #cfd6e6; + box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.05); } + #menu-search-entry:focus, .popup-menu #notification StEntry:focus, #menu-search-entry:hover, .popup-menu #notification StEntry:hover { + color: #202020; + background-color: #ffffff; + border: 1px solid #92b372; + box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.05); } + #menu-search-entry:insensitive, .popup-menu #notification StEntry:insensitive { + color: rgba(32, 32, 32, 0.55); + background-color: #f8f8f8; + border-color: 1px solid #dee2eb; + box-shadow: inset 0 2px 4px rgba(248, 248, 248, 0.05); } + #menu-search-entry StIcon.capslock-warning, .popup-menu #notification StEntry StIcon.capslock-warning { + icon-size: 16px; + warning-color: #F27835; + padding: 0 4px; } + +.notification StEntry { + padding: 7px; + caret-size: 1px; + caret-color: #c3c3c3; + selection-background-color: #92b372; + selected-color: #ffffff; + transition-duration: 300ms; + border-radius: 3px; + color: #c3c3c3; + background-color: rgba(109, 109, 109, 0.4); + border: 1px solid rgba(22, 22, 22, 0.4); + box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } + .notification StEntry:focus { + color: #ffffff; + background-color: #92b372; + border: 1px solid #92b372; + box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } + .notification StEntry:insensitive { + color: rgba(195, 195, 195, 0.55); + background-color: rgba(109, 109, 109, 0.25); + border: 1px solid rgba(22, 22, 22, 0.4); + box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } + +StScrollView.vfade { + -st-vfade-offset: 68px; } + +StScrollView.hfade { + -st-hfade-offset: 68px; } + +StScrollBar { + padding: 8px; } + StScrollView StScrollBar { + min-width: 5px; + min-height: 5px; } + StScrollBar StBin#trough { + background-color: rgba(255, 255, 255, 0.1); + border-radius: 8px; } + StScrollBar StButton#vhandle, StScrollBar StButton#hhandle { + border-radius: 2px; + background-color: #9d9d9d; + border: 0px solid; + margin: 0px; } + StScrollBar StButton#vhandle:hover, StScrollBar StButton#hhandle:hover { + background-color: #b2b2b2; } + StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { + background-color: #92b372; } + +.separator { + -gradient-height: 1px; + -gradient-start: rgba(0, 0, 0, 0); + -gradient-end: rgba(0, 0, 0, 0); + -margin-horizontal: 1.5em; + height: 1em; } + +.popup-slider-menu-item, +.slider { + -slider-height: 0.3em; + -slider-background-color: #cfd6e6; + -slider-border-color: rgba(240, 240, 240, 0.3); + -slider-active-background-color: #92b372; + -slider-active-border-color: rgba(240, 240, 240, 0.3); + -slider-border-width: 1px; + -slider-handle-radius: 0.5em; + height: 1em; + min-width: 15em; + border: 0 solid transparent; + border-right-width: 1px; + border-left-width: 5px; } + +.check-box CinnamonGenericContainer { + spacing: .2em; + min-height: 30px; + padding-top: 2px; } + +.check-box StLabel { + font-weight: normal; } + +.check-box StBin { + width: 16px; + height: 16px; + background-image: url("light-assets/checkbox/checkbox-unchecked.svg"); } + +.check-box:focus StBin { + background-image: url("light-assets/checkbox/checkbox-unchecked-focused.svg"); } + +.check-box:checked StBin { + background-image: url("light-assets/checkbox/checkbox-checked.svg"); } + +.check-box:focus:checked StBin { + background-image: url("light-assets/checkbox/checkbox-checked-focused.svg"); } + +.radiobutton CinnamonGenericContainer { + spacing: .2em; + height: 26px; + padding-top: 2px; } + +.radiobutton StLabel { + padding-top: 4px; + font-size: 0.9em; + box-shadow: none; } + +.radiobutton StBin { + width: 16px; + height: 16px; + background-image: url("light-assets/checkbox/checkbox-unchecked.svg"); } + +.radiobutton:focus StBin { + background-image: url("light-assets/checkbox/checkbox-unchecked-focused.svg"); } + +.radiobutton:checked StBin { + background-image: url("light-assets/checkbox/checkbox-checked.svg"); } + +.radiobutton:focus:checked StBin { + background-image: url("light-assets/checkbox/checkbox-checked-focused.svg"); } + +.toggle-switch { + width: 50px; + height: 20px; + background-size: contain; } + .toggle-switch-us, .toggle-switch-intl { + background-image: url("light-assets/switch/switch-off.svg"); } + .toggle-switch-us:checked, .toggle-switch-intl:checked { + background-image: url("light-assets/switch/switch-on.svg"); } + +.cinnamon-link { + color: #789d55; + text-decoration: underline; } + .cinnamon-link:hover { + color: #92b372; } + +#Tooltip { + border: 1px solid #d0d0d0; + border-radius: 3px; + padding: 5px 12px; + background-color: #fbeaa0; + color: #4a4a4a; + font-size: 1em; + font-weight: normal; + text-align: center; } + +#LookingGlassDialog { + color: #202020; + border: 1px solid #d9d9d9; + border-radius: 3px; + background-color: #F0F0F0; + spacing: 4px; + padding: 8px; } + +.menu { + color: #202020; + border: 1px solid #d9d9d9; + border-radius: 3px; + background-color: rgba(240, 240, 240, 0.99); } + .menu.top { + border-radius: 0 0 3px 3px; } + .menu.bottom { + border-radius: 3px 3px 0 0; } + .menu.left { + border-radius: 0 3px 3px 0; } + .menu.right { + border-radius: 3px 0 0 3px; } + +.popup-sub-menu { + background-color: #ffffff; + box-shadow: none; } + .popup-sub-menu .popup-menu-item:ltr { + padding-right: 1.75em; } + .popup-sub-menu .popup-menu-item:rtl { + padding-left: 1.75em; } + .popup-sub-menu StScrollBar { + padding: 4px; } + .popup-sub-menu StScrollBar StBin#trough, .popup-sub-menu StScrollBar StBin#vhandle { + border-width: 0; } + +.popup-menu-content { + padding: 1em 0em 1em 0em; } + +.popup-menu-item { + padding: .4em 1.75em; + spacing: 1em; + border-left-width: 0; + border-right-width: 0; } + .popup-menu-item:active { + color: #ffffff; + background-color: #92b372; } + .popup-menu-item:insensitive { + color: rgba(32, 32, 32, 0.5); + background: none; } + +.popup-inactive-menu-item { + color: #202020; } + .popup-inactive-menu-item:insensitive { + color: rgba(32, 32, 32, 0.55); } + +/* This is for popup menus in Cinnamon versions < 3.2 */ +.popup-menu { + color: white; + color: #202020; } + .popup-menu-arrow { + icon-size: 16px; } + .popup-menu .popup-sub-menu { + background-color: #ffffff; + box-shadow: none; } + .popup-menu .popup-sub-menu .popup-menu-item:ltr { + padding-right: 1.75em; } + .popup-menu .popup-sub-menu .popup-menu-item:rtl { + padding-left: 1.75em; } + .popup-menu .popup-sub-menu StScrollBar { + padding: 4px; } + .popup-menu .popup-sub-menu StScrollBar StBin#trough, .popup-menu .popup-sub-menu StScrollBar StBin#vhandle { + border-width: 0; } + .popup-menu .popup-menu-content { + padding: 1em 0em 1em 0em; } + .popup-menu .popup-menu-item { + padding: .4em 1.75em; + spacing: 1em; + border: 1px solid transparent; + border-left-width: 0; + border-right-width: 0; } + .popup-menu .popup-menu-item:active { + color: #202020; + border-color: rgba(32, 32, 32, 0.11); + background-color: rgba(32, 32, 32, 0.08); } + .popup-menu .popup-menu-item:insensitive { + color: rgba(32, 32, 32, 0.5); + background: none; } + .popup-menu .popup-inactive-menu-item { + color: #202020; } + .popup-menu .popup-inactive-menu-item:insensitive { + color: rgba(32, 32, 32, 0.55); } + .popup-menu-icon { + icon-size: 16px; } + +.popup-menu-boxpointer { + -arrow-border-radius: 3px; + -arrow-background-color: #F0F0F0; + -arrow-border-width: 1px; + -arrow-border-color: #d9d9d9; + -arrow-base: 21px; + -arrow-rise: 9px; + -boxpointer-gap: 2px; } + +/*Scale view context menu*/ +.popup-combo-menu { + color: #202020; + border: 1px solid #d9d9d9; + border-radius: 3px; + background-color: #ffffff; + box-shadow: none; + padding: 1em 0em 1em 0em; } + +.popup-combobox-item { + spacing: 1em; + padding: .4em 1.75em; + border: 1px solid transparent; + border-left-width: 0; + border-right-width: 0; } + +.popup-separator-menu-item { + -gradient-height: 1px; + -gradient-start: #cfcfcf; + -gradient-end: #cfcfcf; + -margin-horizontal: 0; + height: 1px; } + +.popup-alternating-menu-item:alternate { + font-weight: normal; } + +.popup-device-menu-item { + spacing: .5em; } + +.popup-subtitle-menu-item { + font-weight: normal; } + +.nm-menu-item-icons { + spacing: .5em; } + +#panel { + font-weight: bold; + /* sets the height of horizontal panels */ + height: 40px; + /* sets the width of vertical panels */ + width: 32px; } + #panelLeft { + spacing: 4px; } + #panelLeft:dnd { + background-gradient-direction: vertical; + background-gradient-start: rgba(255, 0, 0, 0.05); + background-gradient-end: rgba(255, 0, 0, 0.2); } + #panelLeft:ltr { + padding-right: 4px; } + #panelLeft:rtl { + padding-left: 4px; } + #panelLeft.vertical { + padding: 0px; } + #panelLeft.vertical:ltr { + padding-right: 0px; } + #panelLeft.vertical:rtl { + padding-left: 0px; } + #panelRight:dnd { + background-gradient-direction: vertical; + background-gradient-start: rgba(0, 0, 255, 0.05); + background-gradient-end: rgba(0, 0, 255, 0.2); } + #panelRight:ltr { + padding-left: 4px; + spacing: 0px; } + #panelRight:rtl { + padding-right: 4px; + spacing: 0px; } + #panelRight.vertical { + padding: 0px; } + #panelRight.vertical:ltr { + padding-right: 0px; } + #panelRight.vertical:rtl { + padding-left: 0px; } + #panelCenter { + spacing: 4px; } + #panelCenter:dnd { + background-gradient-direction: vertical; + background-gradient-start: rgba(0, 255, 0, 0.05); + background-gradient-end: rgba(0, 255, 0, 0.2); } + #panel:highlight { + border-image: none; + background-color: rgba(252, 65, 56, 0.5); } + +.panelLeft { + spacing: 4px; } + .panelLeft:dnd { + background-gradient-direction: vertical; + background-gradient-start: rgba(255, 0, 0, 0.05); + background-gradient-end: rgba(255, 0, 0, 0.2); } + .panelLeft:ltr { + padding-right: 4px; } + .panelLeft:rtl { + padding-left: 4px; } + .panelLeft.vertical { + padding: 0px; } + .panelLeft.vertical:ltr { + padding-right: 0px; } + .panelLeft.vertical:rtl { + padding-left: 0px; } + +.panelRight:dnd { + background-gradient-direction: vertical; + background-gradient-start: rgba(0, 0, 255, 0.05); + background-gradient-end: rgba(0, 0, 255, 0.2); } + +.panelRight:ltr { + padding-left: 4px; + spacing: 0px; } + +.panelRight:rtl { + padding-right: 4px; + spacing: 0px; } + +.panelRight.vertical { + padding: 0px; } + .panelRight.vertical:ltr { + padding-left: 0px; + spacing: 0px; } + .panelRight.vertical:rtl { + padding-right: 0px; + spacing: 0px; } + +.panelCenter { + spacing: 4px; } + .panelCenter.vertical { + padding-left: 0px; + padding-right: 0px; } + .panelCenter:dnd { + background-gradient-direction: vertical; + background-gradient-start: rgba(0, 255, 0, 0.05); + background-gradient-end: rgba(0, 255, 0, 0.2); } + +.panel-top, .panel-bottom, .panel-left, .panel-right { + color: #ffffff; + border: none; + background-color: rgba(47, 47, 47, 0.99); + font-size: 1em; + padding: 0px; } + +.panel-top { + box-shadow: 0 1px #202020; } + +.panel-bottom { + box-shadow: 0 -1px #202020; } + +.panel-left { + box-shadow: 1px 0 #202020; } + +.panel-right { + box-shadow: -1px 0 #202020; } + +.panel-dummy { + background-color: rgba(252, 65, 56, 0.5); } + .panel-dummy:entered { + background-color: rgba(252, 65, 56, 0.6); } + +.panel-status-button { + border-width: 0; + -natural-hpadding: 3px; + -minimum-hpadding: 3px; + font-weight: bold; + color: white; } + +.panel-button { + -natural-hpadding: 6px; + -minimum-hpadding: 2px; + font-weight: bold; + color: green; + transition-duration: 100; } + +.system-status-icon { + icon-size: 16px; + padding: 0 1px; } + .system-status-icon.warning { + color: #F27835; } + .system-status-icon.error { + color: #FC4138; } + +#overview { + spacing: 12px; } + +.window-caption { + background-color: #353535; + border: 1px solid #353535; + color: #c3c3c3; + spacing: 8px; + border-radius: 2px; + font-size: 0.9em; + padding: 5px 8px; + -cinnamon-caption-spacing: 8px; } + .window-caption:focus { + background-color: #92b372; + color: #ffffff; + border: 1px solid #92b372; } + +.window-border { + border: 3px #92b372; + border-radius: 2px; + background-color: rgba(255, 255, 255, 0.05); + /* Cover rounded corners and some bad adjustment gaps */ + box-shadow: 0 0 0 1px #92b372 inset; } + +.overview-empty-placeholder { + color: #ffffff; + font-size: 2em; } + +.expo-workspaces-name-entry, +#selected.expo-workspaces-name-entry { + height: 1.5em; + border-radius: 2px; + font-size: 1em; + padding: 5px 8px; + -cinnamon-caption-spacing: 4px; + color: #c3c3c3; + background-color: rgba(109, 109, 109, 0.4); + border: 1px solid rgba(22, 22, 22, 0.4); + box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } + .expo-workspaces-name-entry:focus, + #selected.expo-workspaces-name-entry:focus { + border: 1px solid #92b372; + background-color: #92b372; + color: #ffffff; + font-style: italic; + transition-duration: 300; + selection-background-color: #ffffff; + selected-color: #92b372; } + +.expo-workspace-thumbnail-frame { + border: 4px solid rgba(255, 255, 255, 0); + background-color: rgba(255, 255, 255, 0); + border-radius: 2px; } + #active.expo-workspace-thumbnail-frame { + border: 4px solid #92b372; + background-color: black; + border-radius: 2px; } + +.expo-background { + background-color: #353535; } + +.workspace-thumbnails { + spacing: 26px; } + .workspace-thumbnails-background, .workspace-thumbnails-background:rtl { + padding: 8px; } + +.workspace-add-button { + background-image: url("common-assets/misc/add-workspace.svg"); + height: 200px; + width: 35px; + transition-duration: 100; } + .workspace-add-button:hover { + background-image: url("common-assets/misc/add-workspace-hover.svg"); + transition-duration: 100; } + .workspace-add-button:active { + background-image: url("common-assets/misc/add-workspace-active.svg"); + transition-duration: 100; } + +.workspace-overview-background-shade { + background-color: rgba(0, 0, 0, 0.5); } + +.workspace-close-button, +.window-close { + background-image: url("common-assets/misc/close.svg"); + background-size: 26px; + height: 26px; + width: 26px; + -cinnamon-close-overlap: 12px; } + .workspace-close-button:hover, + .window-close:hover { + background-image: url("common-assets/misc/close-hover.svg"); + background-size: 26px; + height: 26px; + width: 26px; } + .workspace-close-button:active, + .window-close:active { + background-image: url("common-assets/misc/close-active.svg"); + background-size: 26px; + height: 26px; + width: 26px; } + +.window-close-area { + background-image: url("common-assets/misc/trash-icon.svg"); + height: 120px; + width: 400px; } + +.calendar { + padding: .4em 1.75em; + spacing-rows: 0px; + spacing-columns: 0px; } + +.calendar-month-label { + color: #202020; + font-weight: bold; + padding: 8px 0; } + +.calendar-change-month-back, +.calendar-change-month-forward { + width: 16px; + height: 16px; } + +.calendar-change-month-back { + background-image: url("common-assets/misc/calendar-arrow-left.svg"); } + .calendar-change-month-back:focus, .calendar-change-month-back:hover { + background-image: url("common-assets/misc/calendar-arrow-left-hover.svg"); } + .calendar-change-month-back:active { + background-image: url("common-assets/misc/calendar-arrow-left.svg"); } + .calendar-change-month-back:rtl { + background-image: url("common-assets/misc/calendar-arrow-right.svg"); } + .calendar-change-month-back:rtl:focus, .calendar-change-month-back:rtl:hover { + background-image: url("common-assets/misc/calendar-arrow-right-hover.svg"); } + .calendar-change-month-back:rtl:active { + background-image: url("common-assets/misc/calendar-arrow-right.svg"); } + +.calendar-change-month-forward { + background-image: url("common-assets/misc/calendar-arrow-right.svg"); } + .calendar-change-month-forward:focus, .calendar-change-month-forward:hover { + background-image: url("common-assets/misc/calendar-arrow-right-hover.svg"); } + .calendar-change-month-forward:active { + background-image: url("common-assets/misc/calendar-arrow-right.svg"); } + .calendar-change-month-forward:rtl { + background-image: url("common-assets/misc/calendar-arrow-left.svg"); } + .calendar-change-month-forward:rtl:focus, .calendar-change-month-forward:rtl:hover { + background-image: url("common-assets/misc/calendar-arrow-left-hover.svg"); } + .calendar-change-month-forward:rtl:active { + background-image: url("common-assets/misc/calendar-arrow-left.svg"); } + +.datemenu-date-label { + padding: .4em 1.75em; + font-weight: bold; + font-size: 1.15em; + text-align: center; + color: #202020; + border-radius: 2px; } + +.calendar-day-base { + font-size: 1em; + text-align: center; + width: 2.2em; + height: 2.2em; + padding: 0.1em; + border-radius: 999px; } + +.calendar-day-heading { + color: rgba(32, 32, 32, 0.85); + margin-top: 1em; + font-size: 1.05em; } + +.calendar-day { + border-width: 0; + color: rgba(32, 32, 32, 0.9); } + +.calendar-day-top { + border-top-width: 0; } + +.calendar-day-left { + border-left-width: 0; } + +.calendar-nonwork-day { + color: #202020; + background-color: transparent; + font-weight: bold; } + +.calendar-today, +.calendar-today:active, +.calendar-today:focus, +.calendar-today:hover { + font-weight: bold; + color: #ffffff; + background-color: #92b372; + border-width: 0; } + +.calendar-other-month-day { + color: rgba(32, 32, 32, 0.3); + opacity: 1; } + +.calendar-week-number { + color: rgba(32, 32, 32, 0.85); + font-size: 0.8em; + margin-top: 0.8em; } + +#notification { + border: 1px solid #d9d9d9; + border-radius: 3px; + background-color: #F0F0F0; + padding: 13px; + spacing-rows: 10px; + spacing-columns: 10px; + margin-from-right-edge-of-screen: 20px; + width: 34em; + color: #202020; } + .popup-menu #notification { + color: #202020; + border-image: url("light-assets/misc/message.svg") 9 9 9 9; } + .popup-menu #notification .notification-button, .popup-menu #notification .notification-icon-button { + padding: 5px; } + #notification.multi-line-notification { + padding-bottom: 13px; + color: #202020; } + #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: #202020; } + +.notification-button, .notification-icon-button { + padding: 5px; } + +.notification-icon-button > StIcon { + icon-size: 32px; } + +#altTabPopup { + padding: 8px; + spacing: 16px; } + +.switcher-list { + color: #202020; + border: 1px solid #d9d9d9; + background-color: #F0F0F0; + border-radius: 3px; + padding: 20px; } + .switcher-list > StBoxLayout { + padding: 4px; } + .switcher-list-item-container { + spacing: 8px; } + .switcher-list .item-box { + padding: 8px; + border-radius: 2px; } + .switcher-list .item-box:outlined { + padding: 8px; + border: 1px solid #92b372; } + .switcher-list .item-box:selected { + color: #ffffff; + background-color: #92b372; + border: 0px solid #92b372; } + .switcher-list .thumbnail { + width: 256px; } + .switcher-list .thumbnail-box { + padding: 2px; + spacing: 4px; } + .switcher-list .separator { + width: 1px; + background: rgba(255, 255, 255, 0.2); } + +.switcher-arrow { + border-color: rgba(0, 0, 0, 0); + color: #202020; } + .switcher-arrow:highlighted { + border-color: rgba(0, 0, 0, 0); + color: #ffffff; } + +.thumbnail-scroll-gradient-left { + background-color: rgba(0, 0, 0, 0); + border-radius: 24px; + border-radius-topright: 0px; + border-radius-bottomright: 0px; + width: 60px; } + +.thumbnail-scroll-gradient-right { + background-color: rgba(0, 0, 0, 0); + border-radius: 24px; + border-radius-topleft: 0px; + border-radius-bottomleft: 0px; + width: 60px; } + +.ripple-box { + width: 104px; + height: 104px; + background-image: url("common-assets/misc/corner-ripple.svg"); + background-size: contain; } + .ripple-box:rtl { + background-image: url("common-assets/misc/corner-ripple.svg"); } + +.lightbox { + background-color: rgba(0, 0, 0, 0.4); } + +.flashspot { + background-color: white; } + +.modal-dialog { + background-color: #F0F0F0; + border: 1px solid #d9d9d9; + border-radius: 3px; + padding: 0; } + .modal-dialog > StBoxLayout:first-child { + padding: 10px; } + .modal-dialog-button-box { + spacing: 0; + margin: 0px; + padding: 10px; + border: none; + background-color: #F0F0F0; } + .modal-dialog-button-box .modal-dialog-button { + padding-top: 0; + padding-bottom: 0; + height: 30px; } + +.run-dialog { + padding: 10px 15px 10px 15px; + border: 1px solid #d9d9d9; + border-radius: 3px; + background-color: #F0F0F0; } + .run-dialog > * { + padding: 0; } + .run-dialog-label { + font-size: 0; + font-weight: bold; + color: #202020; + padding-bottom: 0; } + .run-dialog-error-label { + color: #FC4138; } + .run-dialog-error-box { + padding-top: 15px; + spacing: 5px; } + .run-dialog-completion-box { + padding-top: 5px; + padding-left: 15px; + font-size: 1em; } + .run-dialog-entry { + width: 21em; + padding: 7px; + border-radius: 3px; + caret-color: #c3c3c3; + selected-color: #ffffff; + selection-background-color: #92b372; + color: #c3c3c3; + background-color: rgba(109, 109, 109, 0.4); + border: 1px solid rgba(22, 22, 22, 0.4); + box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } + .run-dialog-entry:focus { + color: #202020; + background-color: #ffffff; + border: 1px solid #92b372; + box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.05); } + .run-dialog .modal-dialog-button-box { + border: none; + box-shadow: none; + background: none; } + +/* CinnamonMountOperation Dialogs */ +.cinnamon-mount-operation-icon { + icon-size: 48px; } + +.mount-password-reask { + color: #F27835; } + +.show-processes-dialog, +.mount-question-dialog { + spacing: 24px; } + .show-processes-dialog-subject, + .mount-question-dialog-subject { + padding-top: 10px; + padding-left: 17px; + padding-bottom: 6px; } + .show-processes-dialog-subject:rtl, + .mount-question-dialog-subject:rtl { + padding-left: 0px; + padding-right: 17px; } + .show-processes-dialog-description, + .mount-question-dialog-description { + padding-left: 17px; + width: 28em; } + .show-processes-dialog-description:rtl, + .mount-question-dialog-description:rtl { + padding-right: 17px; } + +.show-processes-dialog-app-list { + max-height: 200px; + padding-top: 24px; + padding-left: 49px; + padding-right: 32px; } + .show-processes-dialog-app-list:rtl { + padding-right: 49px; + padding-left: 32px; } + .show-processes-dialog-app-list-item { + color: #ccc; } + .show-processes-dialog-app-list-item:hover { + color: white; } + .show-processes-dialog-app-list-item:ltr { + padding-right: 1em; } + .show-processes-dialog-app-list-item:rtl { + padding-left: 1em; } + .show-processes-dialog-app-list-item-icon:ltr { + padding-right: 17px; } + .show-processes-dialog-app-list-item-icon:rtl { + padding-left: 17px; } + .show-processes-dialog-app-list-item-name { + font-size: 1.1em; } + +.magnifier-zoom-region { + border: 2px solid maroon; } + .magnifier-zoom-region .full-screen { + border-width: 0px; } + +#keyboard { + background-color: #353535; + border-width: 0; + border-top-width: 1px; + border-color: rgba(0, 0, 0, 0.4); } + +.keyboard-layout { + spacing: 10px; + padding: 10px; } + +.keyboard-row { + spacing: 15px; } + +.keyboard-key { + min-height: 2em; + min-width: 2em; + font-size: 1.4em; + font-weight: bold; + border-radius: 3px; + box-shadow: none; + color: #c3c3c3; + border: 1px solid #d9d9d9; + background-color: rgba(109, 109, 109, 0.4); } + .keyboard-key:hover { + color: #c3c3c3; + border: 1px solid rgba(2, 2, 2, 0.4); + background-color: rgba(127, 127, 127, 0.5); } + .keyboard-key:active, .keyboard-key:checked { + color: #ffffff; + border: 1px solid #92b372; + background-color: #92b372; } + .keyboard-key:grayed { + color: #606060; + border: 1px solid rgba(2, 2, 2, 0.4); + background-color: rgba(109, 109, 109, 0.25); } + +.keyboard-subkeys { + color: #c3c3c3; + padding: 5px; + -arrow-border-radius: 2px; + -arrow-background-color: #353535; + -arrow-border-width: 1px; + -arrow-border-color: rgba(0, 0, 0, 0.4); + -arrow-base: 20px; + -arrow-rise: 10px; + -boxpointer-gap: 5px; } + +.menu-favorites-box { + padding: 10px; + transition-duration: 300; + background-color: #ffffff; + border: 1px solid #d9d9d9; } + +.menu-favorites-button { + padding: .9em 1em; + border: 1px solid rgba(0, 0, 0, 0); + border-radius: 2px; } + .menu-favorites-button:hover { + background-color: #92b372; } + +.menu-places-box { + padding: 10px; + border: 0px solid red; } + +.menu-places-button { + padding: 10px; } + +.menu-categories-box { + padding: 10px 30px 10px 30px; } + +.menu-applications-inner-box, .menu-applications-outer-box { + padding: 10px 10px 0 10px; } + +.menu-application-button { + padding: 7px; + border: 1px solid rgba(0, 0, 0, 0); } + .menu-application-button:highlighted { + font-weight: bold; } + .menu-application-button-selected { + padding: 7px; + color: #ffffff; + background-color: #92b372; + border: 1px solid #d9d9d9; } + .menu-application-button-selected:highlighted { + font-weight: bold; } + .menu-application-button-label:ltr { + padding-left: 5px; } + .menu-application-button-label:rtl { + padding-right: 5px; } + +.menu-category-button { + padding: 7px; + border: 1px solid rgba(0, 0, 0, 0); } + .menu-category-button-selected { + padding: 7px; + color: #ffffff; + background-color: #92b372; + border: 1px solid #d9d9d9; } + .menu-category-button-hover { + background-color: red; + border-radius: 2px; } + .menu-category-button-greyed { + padding: 7px; + color: rgba(32, 32, 32, 0.55); + border: 1px solid rgba(0, 0, 0, 0); } + .menu-category-button-label:ltr { + padding-left: 5px; } + .menu-category-button-label:rtl { + padding-right: 5px; } + +.menu-selected-app-box { + padding-right: 30px; + padding-left: 28px; + text-align: right; + height: 2.2em; } + .menu-selected-app-box:rtl { + padding-top: 10px; + height: 2.2em; } + +.menu-selected-app-title { + font-weight: bold; } + +.menu-selected-app-description { + max-width: 150px; } + +.menu-search-box:ltr { + padding-left: 30px; } + +.menu-search-box-rtl { + padding-right: 30px; } + +#menu-search-entry { + width: 250px; + min-height: 16px; + font-weight: normal; + caret-color: #202020; } + +.menu-search-entry-icon { + icon-size: 1em; + color: #202020; } + +/* Context menu (at the moment only for favorites) */ +.info-osd { + text-align: center; + font-weight: bold; + spacing: 1em; + padding: 16px; + color: #202020; + border: 1px solid #d9d9d9; + border-radius: 5px; + background-color: #F0F0F0; } + +.restart-osd { + font-size: 1.6em; } + +.workspace-osd { + font-size: 4em; } + +.osd-window { + text-align: center; + font-weight: bold; + spacing: 1em; + padding: 20px; + color: #202020; + background-color: #F0F0F0; + border: 1px solid #d9d9d9; + border-radius: 5px; } + .osd-window .osd-monitor-label { + font-size: 3em; } + .osd-window .level { + padding: 0; + height: 0.7em; + background-color: rgba(0, 0, 0, 0.5); + border-radius: 2px; } + .osd-window .level-bar { + border-radius: 2px; + background-color: #92b372; } + +.window-list-box { + spacing: 6px; + padding-left: 10px; + padding-top: 1px; } + .window-list-box.vertical { + spacing: 2px; + padding-left: 0px; + padding-right: 0px; + padding-top: 10px; + padding-bottom: 10px; } + .window-list-box:highlight { + background-color: rgba(252, 65, 56, 0.5); } + +.window-list-item-label { + font-weight: bold; + width: 15em; + min-width: 5px; } + +.window-list-item-box { + font-weight: bold; + background-image: none; + padding-top: 0; + padding-left: 8px; + padding-right: 8px; + transition-duration: 100; + color: rgba(255, 255, 255, 0.6); } + .window-list-item-box.top, .window-list-item-box.bottom { + border-bottom-width: 2px; } + .window-list-item-box.top StLabel, .window-list-item-box.bottom StLabel { + padding-left: 2px; } + .window-list-item-box.right { + padding-left: 0px; + padding-right: 0px; + border-right-width: 2px; } + .window-list-item-box.right StBin { + padding-right: 0; } + .window-list-item-box.left { + padding-left: 0px; + padding-right: 0px; + border-left-width: 2px; } + .window-list-item-box.left StBin { + padding-left: 1px; } + .window-list-item-box:hover, .window-list-item-box:groupFocus { + color: #ffffff; + background-color: rgba(255, 255, 255, 0.1); } + .window-list-item-box:active, .window-list-item-box:checked, .window-list-item-box:focus, .window-list-item-box:running { + color: #ffffff; + border-color: #92b372; } + .window-list-item-box .progress { + background-color: rgba(146, 179, 114, 0.8); } + +.window-list-item-demands-attention { + background-gradient-direction: vertical; + background-gradient-start: #F04A50; + background-gradient-end: #F04A50; } + +.window-list-preview { + spacing: 6px; + color: #202020; + border: 1px solid #d9d9d9; + background-color: #F0F0F0; + border-radius: 3px; + padding: 6px 12px 12px 12px; + font-size: 1em; } + +.grouped-window-list-item-label { + font-weight: bold; + width: 15em; + min-width: 5px; } + +.grouped-window-list-item-box { + text-align: left; + font-weight: bold; + background-image: none; + padding-top: 0; + padding-left: 8px; + padding-right: 8px; + transition-duration: 100; + color: rgba(255, 255, 255, 0.6); } + .grouped-window-list-item-box.top, .grouped-window-list-item-box.bottom { + border-bottom-width: 2px; } + .grouped-window-list-item-box.top StLabel, .grouped-window-list-item-box.bottom StLabel { + padding-left: 2px; } + .grouped-window-list-item-box.right { + padding-left: 0px; + padding-right: 0px; + border-right-width: 2px; } + .grouped-window-list-item-box.right StBin { + padding-right: 0; } + .grouped-window-list-item-box.left { + padding-left: 0px; + padding-right: 0px; + border-left-width: 2px; } + .grouped-window-list-item-box.left StBin { + padding-left: 1px; } + .grouped-window-list-item-box:hover, .grouped-window-list-item-box:focus { + color: #ffffff; + background-color: rgba(255, 255, 255, 0.3); } + .grouped-window-list-item-box:active, .grouped-window-list-item-box:checked { + color: #ffffff; + border-color: #92b372; } + .grouped-window-list-item-box .progress { + background-color: rgba(146, 179, 114, 0.8); } + +.grouped-window-list-item-demands-attention { + background-gradient-direction: vertical; + background-gradient-start: #F04A50; + background-gradient-end: #F04A50; } + +.grouped-window-list-thumbnail-label { + padding-left: 4px; } + +.grouped-window-list-number-label { + z-index: 99; + color: #d0d0d0; } + +.grouped-window-list-badge { + border-radius: 256px; + background-color: #4a4a4a; } + +.grouped-window-list-button-label { + padding-left: 4px; } + +.grouped-window-list-thumbnail-alert { + background: rgba(255, 52, 52, 0.3); } + +.grouped-window-list-thumbnail-menu { + color: #202020; + border: 1px solid #d9d9d9; + background-color: #F0F0F0; + border-radius: 3px; + padding: 0px; } + .grouped-window-list-thumbnail-menu > StBoxLayout { + padding: 4px; } + .grouped-window-list-thumbnail-menu .item-box { + padding: 10px; + border-radius: 2px; + spacing: 4px; } + .grouped-window-list-thumbnail-menu .item-box:outlined { + padding: 8px; + border: 1px solid #92b372; } + .grouped-window-list-thumbnail-menu .item-box:selected { + border: 1px solid #92b372; } + .grouped-window-list-thumbnail-menu .thumbnail { + width: 256px; } + .grouped-window-list-thumbnail-menu .separator { + width: 1px; + background: rgba(255, 255, 255, 0.2); } + +.sound-button { + width: 22px; + height: 13px; + padding: 8px; } + .sound-button-container { + padding-right: 3px; + padding-left: 3px; } + .sound-button StIcon { + icon-size: 1.4em; } + +.sound-track-infos { + padding: 5px; } + +.sound-track-info { + padding-top: 2px; + padding-bottom: 2px; } + .sound-track-info StIcon { + icon-size: 16px; } + .sound-track-info StLabel { + padding-left: 5px; + padding-right: 5px; } + +.sound-track-box { + padding-left: 15px; + padding-right: 15px; + max-width: 220px; } + +.sound-seek-box { + padding-left: 15px; } + .sound-seek-box StLabel { + padding-top: 2px; } + .sound-seek-box StIcon { + icon-size: 16px; } + +.sound-seek-slider { + width: 140px; } + +.sound-volume-menu-item { + padding: .4em 1.75em; } + .sound-volume-menu-item StIcon { + icon-size: 1.14em; + padding-left: 8px; + padding-right: 8px; } + +.sound-playback-control { + padding: 5px 10px 10px 10px; } + +.sound-player > StBoxLayout:first-child { + padding: 5px 10px 12px 10px; + spacing: 0.5em; } + .sound-player > StBoxLayout:first-child StButton:small { + width: 20px; + height: 20px; + border: 1px solid transparent; } + .sound-player > StBoxLayout:first-child StButton:small StIcon { + icon-size: 12px; } + .sound-player > StBoxLayout:first-child StButton:small:hover { + color: #202020; + background-color: white; + border: 1px solid #d9d9d9; + box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.05); } + .sound-player > StBoxLayout:first-child StButton:small:active { + color: #ffffff; + background-color: #92b372; + border: 1px solid #92b372; + box-shadow: inset 0 2px 4px #92b372; } + +.sound-player-generic-coverart { + background: rgba(0, 0, 0, 0.2); } + +.sound-player-overlay { + width: 290px; + height: 70px; + padding: 15px; + spacing: 0.5em; + background: rgba(240, 240, 240, 0.9); + border-top: 1px solid #d9d9d9; + color: #202020; } + .sound-player-overlay StButton { + width: 22px; + height: 13px; + padding: 5px; + color: #202020; + border-radius: 2px; + border: 1px solid transparent; } + .sound-player-overlay StButton StIcon { + icon-size: 16px; } + .sound-player-overlay StButton:hover { + color: #202020; + background-color: white; + border: 1px solid #d9d9d9; + box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.05); } + .sound-player-overlay StButton:active { + color: #ffffff; + background-color: #92b372; + border: 1px solid #92b372; + box-shadow: inset 0 2px 4px #92b372; } + .sound-player-overlay StBoxLayout { + padding-top: 2px; } + .sound-player-overlay > StBoxLayout { + spacing: 5px; } + +.sound-player .slider { + height: 0.5em; + padding: 0; + border: none; + -slider-height: 0.5em; + -slider-background-color: #cfd6e6; + -slider-border-color: rgba(0, 0, 0, 0); + -slider-active-background-color: #92b372; + -slider-active-border-color: rgba(0, 0, 0, 0); + -slider-border-width: 0px; + -slider-handle-radius: 0px; } + +#workspaceSwitcher { + spacing: 0px; + padding: 3px; } + +/* Controls the styling when using the "Simple buttons" option */ +.workspace-switcher { + padding-left: 3px; + padding-right: 3px; } + .panel-left .workspace-switcher, .panel-right .workspace-switcher { + padding: 0; } + +.workspace-button { + border: 1px solid rgba(0, 0, 0, 0.4); + background-color: rgba(0, 0, 0, 0.2); + width: 20px; + height: 14px; + color: rgba(255, 255, 255, 0.45); + padding: 3px; + padding-top: 4px; + transition-duration: 200; } + .workspace-button.vertical { + height: 1.5em; + width: 24px; + padding: 0; + padding-top: 3px; + padding-bottom: 3px; } + .workspace-button:outlined { + background-color: #92b372; + color: #ffffff; } + .workspace-button:outlined:hover { + background-color: rgba(146, 179, 114, 0.7); + color: #ffffff; } + .workspace-button:hover { + background-color: rgba(32, 32, 32, 0.2); + color: #ffffff; } + +/* Controls the style when using the "Visual representation" option */ +.workspace-graph { + padding: 3px; + spacing: 6px; } + +.workspace-graph .workspace { + border: 1px solid rgba(0, 0, 0, 0.4); + background-color: rgba(0, 0, 0, 0.2); } + +.workspace-graph .workspace:active { + border: 1px solid #92b372; } + +.workspace-graph .workspace .windows { + -active-window-background: #555555; + -active-window-border: rgba(0, 0, 0, 0.8); + -inactive-window-background: #555555; + -inactive-window-border: rgba(0, 0, 0, 0.8); } + +.workspace-graph .workspace:active .windows { + -active-window-background: #6f6f6f; + -active-window-border: rgba(0, 0, 0, 0.8); + -inactive-window-background: #3c3c3c; + -inactive-window-border: rgba(0, 0, 0, 0.8); } + +.panel-launchers { + padding-left: 7px; + spacing: 2px; } + .panel-launchers .launcher { + padding-left: 2px; + padding-right: 2px; + padding-bottom: 2px; + transition-duration: 200; } + .panel-launchers .launcher:hover { + background-color: #92b372; } + .panel-launchers.vertical { + padding-top: 2px; + padding-bottom: 2px; + padding-left: 0px; + padding-right: 0px; + spacing: 1px; } + .panel-launchers.vertical .launcher { + padding-top: 2px; + padding-bottom: 2px; } + +#overview-corner { + background-image: url("common-assets/misc/overview.png"); } + #overview-corner:hover { + background-image: url("common-assets/misc/overview-hover.png"); } + +.applet-separator { + padding: 1px 4px; } + .applet-separator.vertical { + padding: 4px 1px; } + +.applet-separator-line { + width: 1px; + background: rgba(255, 255, 255, 0.12); } + .applet-separator-line-vertical { + height: 1px; + background: rgba(255, 255, 255, 0.12); } + +.applet-box { + padding-left: 4px; + padding-right: 4px; + spacing: 4px; + color: #f0f0f0; + text-shadow: none; + transition-duration: 100; + text-align: center; } + .applet-box.vertical { + padding-left: 0px; + padding-right: 0px; + padding-top: 3px; + padding-bottom: 3px; } + .applet-box:hover, .applet-box:checked { + color: #ffffff; + background-color: #92b372; } + .applet-box:hover-label, .applet-box:checked-label { + color: #ffffff; } + .applet-box:highlight { + background-image: none; + border-image: none; + background-color: rgba(252, 65, 56, 0.5); } + +.applet-label { + font-weight: bold; + color: #f0f0f0; } + .applet-label:hover, .applet-label:checked, .applet-box:hover > .applet-label, .applet-box:checked > .applet-label { + color: #ffffff; + text-shadow: none; } + +.applet-icon { + color: #ffffff; + icon-size: 22px; } + .applet-icon:hover, .applet-icon:checked, .applet-box:hover > .applet-icon, .applet-box:checked > .applet-icon { + color: #ffffff; + text-shadow: none; } + +.user-icon { + width: 32px; + height: 32px; + background-color: transparent; + border: none; + border-radius: 0; } + +.user-label { + color: #202020; + font-size: 1em; + font-weight: bold; + margin: 0px; } + +.desklet { + color: #202020; } + .desklet:highlight { + background-color: rgba(252, 65, 56, 0.5); } + .desklet-with-borders { + border: 1px solid #d9d9d9; + border-radius: 5px; + background-color: #F0F0F0; + color: #202020; + padding: 12px; + padding-bottom: 16px; } + .desklet-with-borders:highlight { + background-color: rgba(252, 65, 56, 0.5); } + .desklet-with-borders-and-header { + border: 1px solid #d9d9d9; + border-top-width: 0; + border-radius: 0 0 5px 5px; + background-color: #F0F0F0; + color: #202020; + border-radius: 0; + border-radius-topleft: 0; + border-radius-topright: 0; + padding: 12px; + padding-bottom: 17px; } + .desklet-with-borders-and-header:highlight { + background-color: rgba(252, 65, 56, 0.5); } + .desklet-header { + border: 1px solid #d9d9d9; + border-radius: 5px 5px 0 0; + background-color: #e8e8e8; + color: #202020; + font-size: 1em; + padding: 12px; + padding-bottom: 6px; } + .desklet-drag-placeholder { + border: 2px solid #92b372; + background-color: rgba(146, 179, 114, 0.3); } + +.photoframe-box { + border: 1px solid #d9d9d9; + border-radius: 5px; + background-color: #F0F0F0; + color: #202020; + padding: 12px; + padding-bottom: 16px; } + +.notification-applet-padding { + padding: .5em 1em; } + +.notification-applet-container { + max-height: 100px; } + +.tile-preview { + background-color: rgba(146, 179, 114, 0.3); + border: 1px solid #92b372; } + .tile-preview.snap { + background-color: rgba(146, 179, 114, 0.6); } + +.tile-hud { + background-color: rgba(146, 179, 114, 0.3); + border: 1px solid #92b372; } + .tile-hud.snap { + background-color: rgba(146, 179, 114, 0.6); } + .tile-hud:top { + border-top-width: 0px; } + .tile-hud:bottom { + border-bottom-width: 0px; } + .tile-hud:left { + border-left-width: 0px; } + .tile-hud:right { + border-right-width: 0px; } + .tile-hud:top-left { + border-top-width: 0px; + border-left-width: 0px; } + .tile-hud:top-right { + border-top-width: 0px; + border-right-width: 0px; } + .tile-hud:bottom-left { + border-bottom-width: 0px; + border-left-width: 0px; } + .tile-hud:bottom-right { + border-bottom-width: 0px; + border-right-width: 0px; } + +.xkcd-box { + padding: 6px; + border: 0px; + background-color: rgba(0, 0, 0, 0); + border-radius: 0px; } diff --git a/themes/Mint-Y/cinnamon/common-assets/menu/menu-separator.svg b/themes/Mint-Y/cinnamon/common-assets/menu/menu-separator.svg new file mode 120000 index 00000000..197c91aa --- /dev/null +++ b/themes/Mint-Y/cinnamon/common-assets/menu/menu-separator.svg @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/cinnamon/common-assets/menu/menu-separator.svg
\ No newline at end of file diff --git a/themes/Mint-Y/cinnamon/common-assets/misc/add-workspace-active.svg b/themes/Mint-Y/cinnamon/common-assets/misc/add-workspace-active.svg new file mode 120000 index 00000000..d39e22a2 --- /dev/null +++ b/themes/Mint-Y/cinnamon/common-assets/misc/add-workspace-active.svg @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/cinnamon/common-assets/misc/add-workspace-active.svg
\ No newline at end of file diff --git a/themes/Mint-Y/cinnamon/common-assets/misc/add-workspace-hover.svg b/themes/Mint-Y/cinnamon/common-assets/misc/add-workspace-hover.svg new file mode 120000 index 00000000..0ae61830 --- /dev/null +++ b/themes/Mint-Y/cinnamon/common-assets/misc/add-workspace-hover.svg @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/cinnamon/common-assets/misc/add-workspace-hover.svg
\ No newline at end of file diff --git a/themes/Mint-Y/cinnamon/common-assets/misc/add-workspace.svg b/themes/Mint-Y/cinnamon/common-assets/misc/add-workspace.svg new file mode 120000 index 00000000..b5e02ba3 --- /dev/null +++ b/themes/Mint-Y/cinnamon/common-assets/misc/add-workspace.svg @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/cinnamon/common-assets/misc/add-workspace.svg
\ No newline at end of file diff --git a/themes/Mint-Y/cinnamon/common-assets/misc/bg.svg b/themes/Mint-Y/cinnamon/common-assets/misc/bg.svg new file mode 120000 index 00000000..fd588ab3 --- /dev/null +++ b/themes/Mint-Y/cinnamon/common-assets/misc/bg.svg @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/cinnamon/common-assets/misc/bg.svg
\ No newline at end of file diff --git a/themes/Mint-Y/cinnamon/common-assets/misc/calendar-arrow-left-hover.svg b/themes/Mint-Y/cinnamon/common-assets/misc/calendar-arrow-left-hover.svg new file mode 120000 index 00000000..dfde6b3f --- /dev/null +++ b/themes/Mint-Y/cinnamon/common-assets/misc/calendar-arrow-left-hover.svg @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/cinnamon/common-assets/misc/calendar-arrow-left-hover.svg
\ No newline at end of file diff --git a/themes/Mint-Y/cinnamon/common-assets/misc/calendar-arrow-left.svg b/themes/Mint-Y/cinnamon/common-assets/misc/calendar-arrow-left.svg new file mode 120000 index 00000000..6b06f292 --- /dev/null +++ b/themes/Mint-Y/cinnamon/common-assets/misc/calendar-arrow-left.svg @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/cinnamon/common-assets/misc/calendar-arrow-left.svg
\ No newline at end of file diff --git a/themes/Mint-Y/cinnamon/common-assets/misc/calendar-arrow-right-hover.svg b/themes/Mint-Y/cinnamon/common-assets/misc/calendar-arrow-right-hover.svg new file mode 120000 index 00000000..31ffe4c9 --- /dev/null +++ b/themes/Mint-Y/cinnamon/common-assets/misc/calendar-arrow-right-hover.svg @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/cinnamon/common-assets/misc/calendar-arrow-right-hover.svg
\ No newline at end of file diff --git a/themes/Mint-Y/cinnamon/common-assets/misc/calendar-arrow-right.svg b/themes/Mint-Y/cinnamon/common-assets/misc/calendar-arrow-right.svg new file mode 120000 index 00000000..36cf6d1f --- /dev/null +++ b/themes/Mint-Y/cinnamon/common-assets/misc/calendar-arrow-right.svg @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/cinnamon/common-assets/misc/calendar-arrow-right.svg
\ No newline at end of file diff --git a/themes/Mint-Y/cinnamon/common-assets/misc/close-active.svg b/themes/Mint-Y/cinnamon/common-assets/misc/close-active.svg new file mode 120000 index 00000000..e33bff60 --- /dev/null +++ b/themes/Mint-Y/cinnamon/common-assets/misc/close-active.svg @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/cinnamon/common-assets/misc/close-active.svg
\ No newline at end of file diff --git a/themes/Mint-Y/cinnamon/common-assets/misc/close-hover.svg b/themes/Mint-Y/cinnamon/common-assets/misc/close-hover.svg new file mode 120000 index 00000000..d8974aed --- /dev/null +++ b/themes/Mint-Y/cinnamon/common-assets/misc/close-hover.svg @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/cinnamon/common-assets/misc/close-hover.svg
\ No newline at end of file diff --git a/themes/Mint-Y/cinnamon/common-assets/misc/close.svg b/themes/Mint-Y/cinnamon/common-assets/misc/close.svg new file mode 120000 index 00000000..2d0b16d4 --- /dev/null +++ b/themes/Mint-Y/cinnamon/common-assets/misc/close.svg @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/cinnamon/common-assets/misc/close.svg
\ No newline at end of file diff --git a/themes/Mint-Y/cinnamon/common-assets/misc/corner-ripple.svg b/themes/Mint-Y/cinnamon/common-assets/misc/corner-ripple.svg new file mode 120000 index 00000000..b45dd59d --- /dev/null +++ b/themes/Mint-Y/cinnamon/common-assets/misc/corner-ripple.svg @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/cinnamon/common-assets/misc/corner-ripple.svg
\ No newline at end of file diff --git a/themes/Mint-Y/cinnamon/common-assets/misc/desklet-header.svg b/themes/Mint-Y/cinnamon/common-assets/misc/desklet-header.svg new file mode 120000 index 00000000..08228078 --- /dev/null +++ b/themes/Mint-Y/cinnamon/common-assets/misc/desklet-header.svg @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/cinnamon/common-assets/misc/desklet-header.svg
\ No newline at end of file diff --git a/themes/Mint-Y/cinnamon/common-assets/misc/desklet.svg b/themes/Mint-Y/cinnamon/common-assets/misc/desklet.svg new file mode 120000 index 00000000..0419b04c --- /dev/null +++ b/themes/Mint-Y/cinnamon/common-assets/misc/desklet.svg @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/cinnamon/common-assets/misc/desklet.svg
\ No newline at end of file diff --git a/themes/Mint-Y/cinnamon/common-assets/misc/osd.svg b/themes/Mint-Y/cinnamon/common-assets/misc/osd.svg new file mode 120000 index 00000000..2eff6e69 --- /dev/null +++ b/themes/Mint-Y/cinnamon/common-assets/misc/osd.svg @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/cinnamon/common-assets/misc/osd.svg
\ No newline at end of file diff --git a/themes/Mint-Y/cinnamon/common-assets/misc/overview-hover.png b/themes/Mint-Y/cinnamon/common-assets/misc/overview-hover.png new file mode 120000 index 00000000..d27660b5 --- /dev/null +++ b/themes/Mint-Y/cinnamon/common-assets/misc/overview-hover.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/cinnamon/common-assets/misc/overview-hover.png
\ No newline at end of file diff --git a/themes/Mint-Y/cinnamon/common-assets/misc/overview.png b/themes/Mint-Y/cinnamon/common-assets/misc/overview.png new file mode 120000 index 00000000..e73a16a6 --- /dev/null +++ b/themes/Mint-Y/cinnamon/common-assets/misc/overview.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/cinnamon/common-assets/misc/overview.png
\ No newline at end of file diff --git a/themes/Mint-Y/cinnamon/common-assets/misc/trash-icon.svg b/themes/Mint-Y/cinnamon/common-assets/misc/trash-icon.svg new file mode 120000 index 00000000..2b048c61 --- /dev/null +++ b/themes/Mint-Y/cinnamon/common-assets/misc/trash-icon.svg @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/cinnamon/common-assets/misc/trash-icon.svg
\ No newline at end of file diff --git a/themes/Mint-Y/cinnamon/common-assets/panel/activities-active.svg b/themes/Mint-Y/cinnamon/common-assets/panel/activities-active.svg new file mode 120000 index 00000000..f062f990 --- /dev/null +++ b/themes/Mint-Y/cinnamon/common-assets/panel/activities-active.svg @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/cinnamon/common-assets/panel/activities-active.svg
\ No newline at end of file diff --git a/themes/Mint-Y/cinnamon/common-assets/panel/activities.svg b/themes/Mint-Y/cinnamon/common-assets/panel/activities.svg new file mode 120000 index 00000000..75f6a061 --- /dev/null +++ b/themes/Mint-Y/cinnamon/common-assets/panel/activities.svg @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/cinnamon/common-assets/panel/activities.svg
\ No newline at end of file diff --git a/themes/Mint-Y/cinnamon/common-assets/panel/window-list-active-bottom.svg b/themes/Mint-Y/cinnamon/common-assets/panel/window-list-active-bottom.svg new file mode 120000 index 00000000..9f4120eb --- /dev/null +++ b/themes/Mint-Y/cinnamon/common-assets/panel/window-list-active-bottom.svg @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/cinnamon/common-assets/panel/window-list-active-bottom.svg
\ No newline at end of file diff --git a/themes/Mint-Y/cinnamon/common-assets/panel/window-list-active-top.svg b/themes/Mint-Y/cinnamon/common-assets/panel/window-list-active-top.svg new file mode 120000 index 00000000..d8d517e3 --- /dev/null +++ b/themes/Mint-Y/cinnamon/common-assets/panel/window-list-active-top.svg @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/cinnamon/common-assets/panel/window-list-active-top.svg
\ No newline at end of file diff --git a/themes/Mint-Y/cinnamon/light-assets/checkbox/checkbox-checked-focused.svg b/themes/Mint-Y/cinnamon/light-assets/checkbox/checkbox-checked-focused.svg new file mode 100644 index 00000000..9c7563a0 --- /dev/null +++ b/themes/Mint-Y/cinnamon/light-assets/checkbox/checkbox-checked-focused.svg @@ -0,0 +1,223 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="16" + height="16" + id="svg2" + version="1.1" + inkscape:version="0.92.3 (2405546, 2018-03-11)" + sodipodi:docname="checkbox-checked-focused.svg" + inkscape:export-filename="/home/steffen/.local/share/themes/Vertex-git/gtk-3.0/assets/dark/checkbox-checked.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + id="linearGradient7704"> + <stop + style="stop-color:#4080fb;stop-opacity:0.74509805;" + offset="0" + id="stop7706" /> + <stop + style="stop-color:#4080fb;stop-opacity:0.49197862;" + offset="1" + id="stop7708" /> + </linearGradient> + <linearGradient + id="linearGradient7694"> + <stop + style="stop-color:#0f0f0f;stop-opacity:1;" + offset="0" + id="stop7696" /> + <stop + id="stop7698" + offset="0.078125" + style="stop-color:#171717;stop-opacity:1;" /> + <stop + style="stop-color:#171717;stop-opacity:1;" + offset="0.97355771" + id="stop7700" /> + <stop + style="stop-color:#1b1b1b;stop-opacity:1;" + offset="1" + id="stop7702" /> + </linearGradient> + <linearGradient + id="linearGradient3969-0-4-9"> + <stop + style="stop-color:#353537;stop-opacity:1;" + offset="0" + id="stop3971-2-2-7" /> + <stop + style="stop-color:#4d4f52;stop-opacity:1;" + offset="1" + id="stop3973-0-5-3" /> + </linearGradient> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="32.000001" + inkscape:cx="8.1583213" + inkscape:cy="8.308039" + inkscape:document-units="px" + inkscape:current-layer="checkbox-checked-dark" + showgrid="true" + inkscape:snap-bbox="true" + showguides="true" + inkscape:guide-bbox="true" + inkscape:showpageshadow="false" + showborder="true" + inkscape:window-width="1152" + inkscape:window-height="732" + inkscape:window-x="230" + inkscape:window-y="97" + inkscape:window-maximized="0" + inkscape:snap-global="true" + inkscape:bbox-paths="true" + inkscape:snap-bbox-edge-midpoints="true" + inkscape:bbox-nodes="true"> + <inkscape:grid + type="xygrid" + id="grid2985" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Ebene 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1036.3622)"> + <g + id="checkbox-checked-dark" + inkscape:label="Ebene 1" + transform="translate(16.837126,14.010408)"> + <g + transform="translate(-52.837126,1021.9896)" + style="display:inline;opacity:1" + id="checkbox-checked" + inkscape:label="#g10758"> + <g + inkscape:label="#g22047" + id="checkbox-unchecked-5" + style="display:inline" + transform="translate(19,0)"> + <g + id="sdsd-7" + inkscape:label="#g21853"> + <g + transform="translate(0,-30)" + inkscape:label="#g14325" + id="scdsdcd-5"> + <g + transform="matrix(0.92951982,0,0,0.92914368,-156.75069,-212.9618)" + id="g15812-6-6-1-5" + style="display:inline"> + <g + style="display:inline" + id="g5489-2-9-6-8-8-53" + transform="matrix(0.5089163,0,0,0.51739823,161.7932,197.56426)"> + <g + id="g5428-8-1-4-0-0-4" /> + </g> + </g> + <rect + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" + id="rect13523-7" + width="16" + height="16" + x="17" + y="30.362183" /> + <g + id="g5400-6"> + <rect + rx="1.8571391" + y="31.862192" + x="18.5" + height="13" + width="13" + id="rect5147-9-1-5-7-6-7" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#92b372;fill-opacity:1;stroke:#cfcfcf;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + ry="1.8571364" /> + </g> + </g> + </g> + </g> + <g + inkscape:label="Ebene 1" + id="checkbox-checked-dark-7" + transform="translate(36,-1036)" + style="display:inline"> + <g + id="g3981-6-4" + transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,729.95475,305.0582)" + style="opacity:0.85;fill:#1a1a1a;fill-opacity:1" /> + <g + id="g4049-2" + transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,727.94436,295.31123)"> + <g + id="g4056-7" + transform="translate(12.374375,11.531233)"> + <g + id="g3981-0" + transform="translate(-3,-4.9999826)" + style="fill:#3b3c3e;fill-opacity:1"> + <rect + ry="0.66666085" + rx="0.66666085" + y="1033.3622" + x="8" + height="1.9999826" + width="5" + id="rect3977-39" + style="fill:#ffffff;fill-opacity:1;stroke:none" /> + <rect + ry="0" + y="1027.3622" + x="11" + height="7.9999828" + width="2" + id="rect3979-7" + style="fill:#ffffff;fill-opacity:1;stroke:none" /> + </g> + <rect + style="fill:#eeeeee;fill-opacity:0;stroke:none" + id="rect4047-81" + width="3" + height="1" + x="5" + y="-8" + transform="translate(0,1036.3622)" /> + </g> + </g> + </g> + </g> + </g> + </g> +</svg> diff --git a/themes/Mint-Y/cinnamon/light-assets/checkbox/checkbox-checked.svg b/themes/Mint-Y/cinnamon/light-assets/checkbox/checkbox-checked.svg new file mode 100644 index 00000000..27e55625 --- /dev/null +++ b/themes/Mint-Y/cinnamon/light-assets/checkbox/checkbox-checked.svg @@ -0,0 +1,223 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="16" + height="16" + id="svg2" + version="1.1" + inkscape:version="0.92.3 (2405546, 2018-03-11)" + sodipodi:docname="checkbox-checked.svg" + inkscape:export-filename="/home/steffen/.local/share/themes/Vertex-git/gtk-3.0/assets/dark/checkbox-checked.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + id="linearGradient7704"> + <stop + style="stop-color:#4080fb;stop-opacity:0.74509805;" + offset="0" + id="stop7706" /> + <stop + style="stop-color:#4080fb;stop-opacity:0.49197862;" + offset="1" + id="stop7708" /> + </linearGradient> + <linearGradient + id="linearGradient7694"> + <stop + style="stop-color:#0f0f0f;stop-opacity:1;" + offset="0" + id="stop7696" /> + <stop + id="stop7698" + offset="0.078125" + style="stop-color:#171717;stop-opacity:1;" /> + <stop + style="stop-color:#171717;stop-opacity:1;" + offset="0.97355771" + id="stop7700" /> + <stop + style="stop-color:#1b1b1b;stop-opacity:1;" + offset="1" + id="stop7702" /> + </linearGradient> + <linearGradient + id="linearGradient3969-0-4-9"> + <stop + style="stop-color:#353537;stop-opacity:1;" + offset="0" + id="stop3971-2-2-7" /> + <stop + style="stop-color:#4d4f52;stop-opacity:1;" + offset="1" + id="stop3973-0-5-3" /> + </linearGradient> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="32.000002" + inkscape:cx="6.8001576" + inkscape:cy="7.951922" + inkscape:document-units="px" + inkscape:current-layer="checkbox-checked-dark" + showgrid="true" + inkscape:snap-bbox="true" + showguides="true" + inkscape:guide-bbox="true" + inkscape:showpageshadow="false" + showborder="true" + inkscape:window-width="1297" + inkscape:window-height="718" + inkscape:window-x="432" + inkscape:window-y="88" + inkscape:window-maximized="0" + inkscape:snap-global="true" + inkscape:bbox-paths="true" + inkscape:snap-bbox-edge-midpoints="true" + inkscape:bbox-nodes="true"> + <inkscape:grid + type="xygrid" + id="grid2985" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Ebene 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1036.3622)"> + <g + id="checkbox-checked-dark" + inkscape:label="Ebene 1" + transform="translate(16.837126,14.010408)"> + <g + transform="translate(-52.837126,1021.9896)" + style="display:inline;opacity:1" + id="checkbox-checked" + inkscape:label="#g10758"> + <g + inkscape:label="#g22047" + id="checkbox-unchecked-5" + style="display:inline" + transform="translate(19,0)"> + <g + id="sdsd-7" + inkscape:label="#g21853"> + <g + transform="translate(0,-30)" + inkscape:label="#g14325" + id="scdsdcd-5"> + <g + transform="matrix(0.92951982,0,0,0.92914368,-156.75069,-212.9618)" + id="g15812-6-6-1-5" + style="display:inline"> + <g + style="display:inline" + id="g5489-2-9-6-8-8-53" + transform="matrix(0.5089163,0,0,0.51739823,161.7932,197.56426)"> + <g + id="g5428-8-1-4-0-0-4" /> + </g> + </g> + <rect + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" + id="rect13523-7" + width="16" + height="16" + x="17" + y="30.362183" /> + <g + id="g5400-6"> + <rect + rx="1.8571391" + y="31.862192" + x="18.5" + height="13" + width="13" + id="rect5147-9-1-5-7-6-7" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#92b372;fill-opacity:1;stroke:#cfcfcf;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + ry="1.8571364" /> + </g> + </g> + </g> + </g> + <g + inkscape:label="Ebene 1" + id="checkbox-checked-dark-7" + transform="translate(36,-1036)" + style="display:inline"> + <g + id="g3981-6-4" + transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,729.95475,305.0582)" + style="opacity:0.85;fill:#1a1a1a;fill-opacity:1" /> + <g + id="g4049-2" + transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,727.94436,295.31123)"> + <g + id="g4056-7" + transform="translate(12.374375,11.531233)"> + <g + id="g3981-0" + transform="translate(-3,-4.9999826)" + style="fill:#3b3c3e;fill-opacity:1"> + <rect + ry="0.66666085" + rx="0.66666085" + y="1033.3622" + x="8" + height="1.9999826" + width="5" + id="rect3977-39" + style="fill:#ffffff;fill-opacity:1;stroke:none" /> + <rect + ry="0" + y="1027.3622" + x="11" + height="7.9999828" + width="2" + id="rect3979-7" + style="fill:#ffffff;fill-opacity:1;stroke:none" /> + </g> + <rect + style="fill:#eeeeee;fill-opacity:0;stroke:none" + id="rect4047-81" + width="3" + height="1" + x="5" + y="-8" + transform="translate(0,1036.3622)" /> + </g> + </g> + </g> + </g> + </g> + </g> +</svg> diff --git a/themes/Mint-Y/cinnamon/light-assets/checkbox/checkbox-unchecked-focused.svg b/themes/Mint-Y/cinnamon/light-assets/checkbox/checkbox-unchecked-focused.svg new file mode 100644 index 00000000..b49bc748 --- /dev/null +++ b/themes/Mint-Y/cinnamon/light-assets/checkbox/checkbox-unchecked-focused.svg @@ -0,0 +1,141 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="16" + height="16" + id="svg2" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="checkbox-unchecked-focused.svg" + inkscape:export-filename="/home/steffen/.local/share/themes/neu2/gtk-3.0/assets/dark/checkbox-unchecked.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + id="linearGradient3768-6"> + <stop + style="stop-color:#0f0f0f;stop-opacity:1;" + offset="0" + id="stop3770-6" /> + <stop + id="stop3778-2" + offset="0.078125" + style="stop-color:#171717;stop-opacity:1;" /> + <stop + style="stop-color:#171717;stop-opacity:1;" + offset="0.97355771" + id="stop3774-0" /> + <stop + style="stop-color:#1b1b1b;stop-opacity:1;" + offset="1" + id="stop3776-1" /> + </linearGradient> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="11.313709" + inkscape:cx="-7.6647208" + inkscape:cy="-1.1201818" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:snap-bbox="true" + showguides="true" + inkscape:guide-bbox="true" + inkscape:showpageshadow="false" + showborder="true" + inkscape:window-width="1006" + inkscape:window-height="723" + inkscape:window-x="358" + inkscape:window-y="25" + inkscape:window-maximized="0" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true"> + <inkscape:grid + type="xygrid" + id="grid2985" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Ebene 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1036.3622)"> + <g + transform="translate(-17,1036)" + style="display:inline;opacity:1" + id="checkbox-unchecked-9" + inkscape:label="#g22047"> + <g + inkscape:label="#g21853" + id="sdsd-0"> + <g + id="scdsdcd-0" + inkscape:label="#g14325" + transform="translate(0,-30)"> + <g + style="display:inline" + id="g15812-6-6-1-4" + transform="matrix(0.92951982,0,0,0.92914368,-156.75069,-212.9618)"> + <g + transform="matrix(0.5089163,0,0,0.51739823,161.7932,197.56426)" + id="g5489-2-9-6-8-8-9" + style="display:inline"> + <g + id="g5428-8-1-4-0-0-65" /> + </g> + </g> + <rect + y="30.362183" + x="17" + height="16" + width="16" + id="rect13523-4" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" /> + <g + id="g5400-2"> + <rect + ry="2" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;stroke:#92b372;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + id="rect5147-9-1-5-7-6-3" + width="13" + height="12.999997" + x="18.5" + y="31.862183" + rx="2" /> + </g> + </g> + </g> + </g> + </g> +</svg> diff --git a/themes/Mint-Y/cinnamon/light-assets/checkbox/checkbox-unchecked.svg b/themes/Mint-Y/cinnamon/light-assets/checkbox/checkbox-unchecked.svg new file mode 100644 index 00000000..765e8772 --- /dev/null +++ b/themes/Mint-Y/cinnamon/light-assets/checkbox/checkbox-unchecked.svg @@ -0,0 +1,141 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="16" + height="16" + id="svg2" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="checkbox-unchecked.svg" + inkscape:export-filename="/home/steffen/.local/share/themes/neu2/gtk-3.0/assets/dark/checkbox-unchecked.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + id="linearGradient3768-6"> + <stop + style="stop-color:#0f0f0f;stop-opacity:1;" + offset="0" + id="stop3770-6" /> + <stop + id="stop3778-2" + offset="0.078125" + style="stop-color:#171717;stop-opacity:1;" /> + <stop + style="stop-color:#171717;stop-opacity:1;" + offset="0.97355771" + id="stop3774-0" /> + <stop + style="stop-color:#1b1b1b;stop-opacity:1;" + offset="1" + id="stop3776-1" /> + </linearGradient> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="32.000001" + inkscape:cx="0.74241001" + inkscape:cy="6.0231769" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:snap-bbox="true" + showguides="true" + inkscape:guide-bbox="true" + inkscape:showpageshadow="false" + showborder="true" + inkscape:window-width="1006" + inkscape:window-height="723" + inkscape:window-x="358" + inkscape:window-y="25" + inkscape:window-maximized="0" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true"> + <inkscape:grid + type="xygrid" + id="grid2985" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Ebene 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1036.3622)"> + <g + transform="translate(-17,1036)" + style="display:inline;opacity:1" + id="checkbox-unchecked-7" + inkscape:label="#g22047"> + <g + inkscape:label="#g21853" + id="sdsd-0"> + <g + id="scdsdcd-0" + inkscape:label="#g14325" + transform="translate(0,-30)"> + <g + style="display:inline" + id="g15812-6-6-1-4" + transform="matrix(0.92951982,0,0,0.92914368,-156.75069,-212.9618)"> + <g + transform="matrix(0.5089163,0,0,0.51739823,161.7932,197.56426)" + id="g5489-2-9-6-8-8-9" + style="display:inline"> + <g + id="g5428-8-1-4-0-0-65" /> + </g> + </g> + <rect + y="30.362183" + x="17" + height="16" + width="16" + id="rect13523-4" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" /> + <g + id="g5400-2"> + <rect + ry="2" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;stroke:#cfcfcf;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + id="rect5147-9-1-5-7-6-3" + width="13" + height="12.999997" + x="18.5" + y="31.862183" + rx="2" /> + </g> + </g> + </g> + </g> + </g> +</svg> diff --git a/themes/Mint-Y/cinnamon/light-assets/menu/menu-hover.svg b/themes/Mint-Y/cinnamon/light-assets/menu/menu-hover.svg new file mode 100644 index 00000000..938245af --- /dev/null +++ b/themes/Mint-Y/cinnamon/light-assets/menu/menu-hover.svg @@ -0,0 +1,97 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="9.0311108mm" + height="9.3133335mm" + viewBox="0 0 31.999999 33" + id="svg6927" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="menu-hover.svg"> + <defs + id="defs6929" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="11.2" + inkscape:cx="4.0327991" + inkscape:cy="13.945988" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="1920" + inkscape:window-height="1032" + inkscape:window-x="0" + inkscape:window-y="25" + inkscape:window-maximized="1" + inkscape:snap-bbox="true" + inkscape:bbox-paths="false" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-midpoints="false" + inkscape:snap-bbox-edge-midpoints="true"> + <inkscape:grid + type="xygrid" + id="grid4140" + originx="0" + originy="1.2503989e-05" /> + </sodipodi:namedview> + <metadata + id="metadata6932"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Ebene 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-137,-382.36221)"> + <g + transform="matrix(0.0689655,0,0,0.93939391,71.275885,281.90766)" + id="g6908"> + <rect + y="108" + x="1011" + height="33" + width="348" + id="rect5271" + style="opacity:0.03999999;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" /> + </g> + <rect + style="opacity:0.08999999;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect4141" + width="23.99999" + height="1" + x="141" + y="382.36221" /> + <rect + style="opacity:0.08999999;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect4141-5" + width="23.99999" + height="1" + x="141" + y="414.36221" /> + </g> +</svg> diff --git a/themes/Mint-Y/cinnamon/light-assets/menu/menu.svg b/themes/Mint-Y/cinnamon/light-assets/menu/menu.svg new file mode 100644 index 00000000..5ae74664 --- /dev/null +++ b/themes/Mint-Y/cinnamon/light-assets/menu/menu.svg @@ -0,0 +1,127 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="32" + height="32" + viewBox="0 0 32 32" + id="svg5386" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="menu.svg"> + <defs + id="defs5388" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="1" + inkscape:cx="22.519877" + inkscape:cy="5.5302687" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + units="px" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true"> + <inkscape:grid + type="xygrid" + id="grid5954" /> + </sodipodi:namedview> + <metadata + id="metadata5391"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Ebene 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1020.3622)"> + <rect + style="display:inline;opacity:0.1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect4164-4-3" + width="23" + height="21.999889" + x="4.5" + y="1024.8622" + rx="2.0000005" + ry="1.9999999" /> + <rect + style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect4164" + width="22" + height="20.999971" + x="5" + y="1025.3622" + rx="1.4" + ry="1.4" /> + <g + transform="translate(-425.99995,658.36226)" + id="g4271" + style="display:inline;opacity:0.75"> + <rect + ry="8" + rx="8" + y="362.49994" + x="426.49994" + height="31" + width="31.000011" + id="rect4164-4-7-5-3-8-8" + style="display:inline;opacity:0.01;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <rect + ry="6.999999" + rx="7" + y="363.49997" + x="427.49994" + height="28.999996" + width="29.000011" + id="rect4164-4-7-5-3-8" + style="display:inline;opacity:0.02;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999982;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <rect + ry="6" + rx="6" + y="364.49994" + x="428.49994" + height="26.999998" + width="27.000011" + id="rect4164-4-7-5-3" + style="display:inline;opacity:0.04;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <rect + ry="5" + rx="4.9999995" + y="365.49997" + x="429.49997" + height="24.999998" + width="24.999981" + id="rect4164-4-7-5" + style="display:inline;opacity:0.06;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <path + transform="translate(-6.1035156e-5,0)" + id="rect4164-4-7" + d="M 431.64844,388.30469 C 432.37319,389.0416 433.37997,389.5 434.5,389.5 l 15.00023,0 c 1.12003,0 2.12681,-0.4584 2.85156,-1.19531 -0.2591,0.12217 -0.5451,0.19531 -0.85156,0.19531 l -19.00023,0 c -0.30646,0 -0.59246,-0.0731 -0.85156,-0.19531 z" + style="display:inline;opacity:0.09;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + inkscape:connector-curvature="0" + sodipodi:nodetypes="csscssc" /> + </g> + </g> +</svg> diff --git a/themes/Mint-Y/cinnamon/light-assets/menu/submenu.svg b/themes/Mint-Y/cinnamon/light-assets/menu/submenu.svg new file mode 100644 index 00000000..378f29be --- /dev/null +++ b/themes/Mint-Y/cinnamon/light-assets/menu/submenu.svg @@ -0,0 +1,117 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="37" + height="18" + id="svg3783" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="submenu.svg" + inkscape:export-filename="/home/steffen/.local/share/themes/Vertex_Shell/gnome-shell/menu.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs3785" /> + <sodipodi:namedview + id="base" + pagecolor="#838383" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="45.254837" + inkscape:cx="2.5411162" + inkscape:cy="14.440542" + inkscape:document-units="px" + inkscape:current-layer="g3027" + showgrid="true" + inkscape:showpageshadow="false" + inkscape:window-width="1364" + inkscape:window-height="718" + inkscape:window-x="0" + inkscape:window-y="25" + inkscape:window-maximized="0" + inkscape:snap-global="true" + inkscape:snap-bbox="true" + showguides="true" + inkscape:guide-bbox="true" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true"> + <inkscape:grid + type="xygrid" + id="grid4301" + empspacing="8" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" + originx="0" + originy="0" /> + <sodipodi:guide + orientation="0,1" + position="14.052204,22.065004" + id="guide3831" /> + <sodipodi:guide + orientation="0,1" + position="14.052204,-3.9349962" + id="guide3835" /> + </sodipodi:namedview> + <metadata + id="metadata3788"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Calque 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-5.9477962,-1025.4272)"> + <g + id="g3027" + transform="matrix(0,-1,1,0,-1048.3622,1052.3622)"> + <rect + style="opacity:0.05;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect3092" + width="28.999735" + height="18" + x="1058.3102" + y="-26.934996" + transform="matrix(0,1,-1,0,0,0)" /> + <rect + style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect3883" + width="28.999802" + height="1" + x="1058.3102" + y="-9.9350014" + transform="matrix(0,1,-1,0,0,0)" /> + <rect + style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect3883-9" + width="28.999802" + height="1" + x="1058.3101" + y="-26.935005" + transform="matrix(0,1,-1,0,0,0)" /> + </g> + </g> +</svg> diff --git a/themes/Mint-Y/cinnamon/light-assets/misc/button-box.svg b/themes/Mint-Y/cinnamon/light-assets/misc/button-box.svg new file mode 100644 index 00000000..036f0d1f --- /dev/null +++ b/themes/Mint-Y/cinnamon/light-assets/misc/button-box.svg @@ -0,0 +1,92 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="22" + height="18.999971" + viewBox="0 0 22 18.999971" + id="svg5386" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="button-box.svg"> + <defs + id="defs5388"> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath4228"> + <rect + style="opacity:1;fill:#5294e2;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect4230" + width="38" + height="29.000017" + x="-3" + y="1027.3622" + rx="1.5" + ry="1.5" /> + </clipPath> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="16" + inkscape:cx="9.376447" + inkscape:cy="10.14915" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + units="px" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + showguides="false" + inkscape:object-paths="true" + inkscape:snap-intersection-paths="true" + inkscape:object-nodes="true" + inkscape:snap-smooth-nodes="true"> + <inkscape:grid + type="xygrid" + id="grid5954" + originx="-5" + originy="-6.000065" /> + </sodipodi:namedview> + <metadata + id="metadata5391"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Ebene 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-5,-1027.3622)"> + <path + style="opacity:0.95;fill:#353945;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="m 27,1027.3622 0,17.9445 c 0,0.5848 -0.4906,1.0555 -1.1,1.0555 l -19.8,0 c -0.6094,0 -1.1,-0.4707 -1.1,-1.0555 l 0,-17.9445 z" + id="rect4145-1" + inkscape:connector-curvature="0" + sodipodi:nodetypes="csssscc" /> + </g> +</svg> diff --git a/themes/Mint-Y/cinnamon/light-assets/misc/message.svg b/themes/Mint-Y/cinnamon/light-assets/misc/message.svg new file mode 100644 index 00000000..54803d9d --- /dev/null +++ b/themes/Mint-Y/cinnamon/light-assets/misc/message.svg @@ -0,0 +1,81 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="32" + height="32" + viewBox="0 0 32 32.000001" + id="svg6621" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="message.svg"> + <defs + id="defs6623" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="16" + inkscape:cx="-0.35024404" + inkscape:cy="8.0127661" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + units="px" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true" + inkscape:window-width="1920" + inkscape:window-height="1027" + inkscape:window-x="1920" + inkscape:window-y="0" + inkscape:window-maximized="1"> + <inkscape:grid + type="xygrid" + id="grid7177" /> + </sodipodi:namedview> + <metadata + id="metadata6626"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Ebene 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1020.3622)"> + <rect + style="display:inline;opacity:1;fill:#fcfdfd;fill-opacity:1;stroke:#cfd6e6;stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect4160" + width="31" + height="31.000017" + x="0.5" + y="1020.8622" + rx="1.5" + ry="1.5" /> + <path + style="display:inline;opacity:1;fill:#92b372;fill-opacity:1;stroke:#8fa876;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="m 2.75,1020.8622 0.75,0 0,31 -0.75,0 c -1.2465,0 -2.25,-0.6805 -2.25,-1.5259 l 0,-27.9482 c 0,-0.8454 1.0035,-1.5259 2.25,-1.5259 z" + id="rect4162-5" + inkscape:connector-curvature="0" + sodipodi:nodetypes="sccssss" /> + </g> +</svg> diff --git a/themes/Mint-Y/cinnamon/light-assets/misc/modal.svg b/themes/Mint-Y/cinnamon/light-assets/misc/modal.svg new file mode 100644 index 00000000..b61f537e --- /dev/null +++ b/themes/Mint-Y/cinnamon/light-assets/misc/modal.svg @@ -0,0 +1,143 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="32" + height="84" + viewBox="0 0 32 84" + id="svg5386" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="modal.svg"> + <defs + id="defs5388"> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath4154"> + <rect + transform="scale(1,-1)" + ry="1.5" + rx="1.5" + y="-992.36218" + x="-5.5" + height="24.500061" + width="43" + id="rect4156" + style="opacity:1;fill:#5294e2;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + </clipPath> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#c7c7c7" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="11.313708" + inkscape:cx="-10.839259" + inkscape:cy="63.908322" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + units="px" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true"> + <inkscape:grid + type="xygrid" + id="grid5954" /> + </sodipodi:namedview> + <metadata + id="metadata5391"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Ebene 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-968.3622)"> + <rect + style="display:inline;opacity:0.1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect4164-4-3" + width="23" + height="73.999352" + x="4.5" + y="972.86285" + rx="2.0000005" + ry="1.9999999" /> + <rect + style="display:inline;opacity:1;fill:#f5f6f7;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect4164" + width="22" + height="20.999971" + x="5" + y="973.36285" + rx="1.4" + ry="2.0461845" + clip-path="url(#clipPath4154)" + transform="matrix(1,0,0,0.68420028,0,307.38771)" /> + <g + transform="translate(-425.99995,606.36226)" + id="g4271" + style="display:inline;opacity:0.75"> + <rect + ry="8" + rx="8" + y="362.49994" + x="426.49994" + height="83" + width="31.000011" + id="rect4164-4-7-5-3-8-8" + style="display:inline;opacity:0.01000001;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <rect + ry="6.9999981" + rx="7" + y="363.49997" + x="427.49994" + height="80.999969" + width="29.000011" + id="rect4164-4-7-5-3-8" + style="display:inline;opacity:0.02000002;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999982;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <rect + ry="6.0000005" + rx="6" + y="364.49997" + x="428.49994" + height="79" + width="27.000011" + id="rect4164-4-7-5-3" + style="display:inline;opacity:0.03999999;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <rect + ry="5" + rx="4.9999995" + y="365.49997" + x="429.49997" + height="76.999969" + width="24.999981" + id="rect4164-4-7-5" + style="display:inline;opacity:0.06000001;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <path + id="rect4164-4-7" + d="m 431.64838,440.30463 c 0.72475,0.73691 1.73153,1.19531 2.85156,1.19531 l 15.00023,0 c 1.12003,0 2.12681,-0.4584 2.85156,-1.19531 -0.2591,0.12217 -0.5451,0.19531 -0.85156,0.19531 l -19.00023,0 c -0.30646,0 -0.59246,-0.0731 -0.85156,-0.19531 z" + style="display:inline;opacity:0.08999999;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + inkscape:connector-curvature="0" + sodipodi:nodetypes="csscssc" /> + </g> + </g> +</svg> diff --git a/themes/Mint-Y/cinnamon/light-assets/switch/switch-off.svg b/themes/Mint-Y/cinnamon/light-assets/switch/switch-off.svg new file mode 100644 index 00000000..7c4ad4d5 --- /dev/null +++ b/themes/Mint-Y/cinnamon/light-assets/switch/switch-off.svg @@ -0,0 +1,201 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="50" + height="20" + id="svg7539" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="switch-off.svg"> + <defs + id="defs7541"> + <linearGradient + id="linearGradient4695-1-4-3-5-0-6"> + <stop + id="stop4697-9-9-7-0-1-5" + style="stop-color:#000000;stop-opacity:1;" + offset="0" /> + <stop + id="stop4699-5-8-9-0-4-0" + style="stop-color:#000000;stop-opacity:0" + offset="1" /> + </linearGradient> + <linearGradient + id="linearGradient3768-6"> + <stop + style="stop-color:#0f0f0f;stop-opacity:1;" + offset="0" + id="stop3770-0" /> + <stop + id="stop3778-6" + offset="0.078125" + style="stop-color:#171717;stop-opacity:1;" /> + <stop + style="stop-color:#171717;stop-opacity:1;" + offset="0.97355771" + id="stop3774-2" /> + <stop + style="stop-color:#1b1b1b;stop-opacity:1;" + offset="1" + id="stop3776-2" /> + </linearGradient> + <linearGradient + id="linearGradient3969-0-4"> + <stop + style="stop-color:#353537;stop-opacity:1;" + offset="0" + id="stop3971-2-6" /> + <stop + style="stop-color:#4d4f52;stop-opacity:1;" + offset="1" + id="stop3973-0-1" /> + </linearGradient> + <linearGradient + id="linearGradient3938"> + <stop + id="stop3940" + offset="0" + style="stop-color:#ffffff;stop-opacity:0;" /> + <stop + id="stop3942" + offset="1" + style="stop-color:#ffffff;stop-opacity:0.54901963;" /> + </linearGradient> + <linearGradient + id="linearGradient6523"> + <stop + id="stop6525" + offset="0" + style="stop-color:#1a1a1a;stop-opacity:1;" /> + <stop + id="stop6527" + offset="1" + style="stop-color:#1a1a1a;stop-opacity:0;" /> + </linearGradient> + <linearGradient + id="linearGradient3938-6"> + <stop + id="stop3940-4" + offset="0" + style="stop-color:#bebebe;stop-opacity:1;" /> + <stop + id="stop3942-8" + offset="1" + style="stop-color:#ffffff;stop-opacity:1;" /> + </linearGradient> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="8.2495794" + inkscape:cx="1.1082592" + inkscape:cy="12.096906" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="1920" + inkscape:window-height="1030" + inkscape:window-x="1920" + inkscape:window-y="0" + inkscape:window-maximized="1" + inkscape:snap-bbox="true" + showguides="true" + inkscape:guide-bbox="true" + inkscape:snap-bbox-midpoints="false" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true"> + <inkscape:grid + type="xygrid" + id="grid3019" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" + originx="-4" + originy="2.6171874e-06" /> + </sodipodi:namedview> + <metadata + id="metadata7544"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + inkscape:label="Layer 1" + inkscape:groupmode="layer" + transform="translate(-120,87.999997)"> + <g + transform="translate(-886,-418)" + style="display:inline;opacity:1" + id="switch" + inkscape:label="#g4820"> + <g + id="layer1-9" + inkscape:label="Layer 1" + transform="matrix(-1,0,0,1,1177,420)"> + <g + style="display:inline" + transform="translate(120,-116.99998)" + inkscape:label="Layer 1" + id="switch-active-2"> + <g + id="g3900-12" + transform="translate(0,-1004.3622)"> + <rect + style="display:inline;opacity:0;fill:#434343;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect5465-3-32" + width="52" + height="24" + x="0" + y="1029.3622" /> + <rect + style="fill:#cfcfcf;fill-opacity:1;fill-rule:nonzero;stroke:none" + id="rect2987-07" + width="50" + height="20" + x="1" + y="1031.3622" + ry="11" + rx="11" /> + <circle + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" + id="path3759-7" + cx="41" + cy="1041.3622" + r="9" /> + </g> + </g> + </g> + <path + inkscape:connector-curvature="0" + d="m 1043.0028,337 0.75,0 c 0.01,-9e-5 0.016,-3.5e-4 0.023,0 0.1912,0.008 0.3824,0.0964 0.5156,0.23437 l 1.711,1.71094 1.7343,-1.71094 c 0.1993,-0.17287 0.335,-0.22912 0.5157,-0.23437 l 0.75,0 0,0.75 c 0,0.21485 -0.026,0.41298 -0.1875,0.5625 l -1.711,1.71093 1.6875,1.6875 c 0.1412,0.14113 0.211,0.34009 0.211,0.53907 l 0,0.75 -0.75,0 c -0.199,-10e-6 -0.398,-0.0698 -0.5391,-0.21094 l -1.7109,-1.71094 -1.711,1.71094 c -0.1411,0.14114 -0.3401,0.21094 -0.539,0.21094 l -0.75,0 0,-0.75 c 0,-0.19897 0.07,-0.39794 0.2109,-0.53907 l 1.7109,-1.6875 -1.7109,-1.71093 c -0.1581,-0.14598 -0.2274,-0.35194 -0.2109,-0.5625 l 0,-0.75 z" + id="path10839-9-8-2-2-5" + style="color:#bebebe;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:'Andale Mono';-inkscape-font-specification:'Andale Mono';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;display:inline;overflow:visible;visibility:visible;opacity:0.6;fill:#5c5c5c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> + </g> + </g> +</svg> diff --git a/themes/Mint-Y/cinnamon/light-assets/switch/switch-on.svg b/themes/Mint-Y/cinnamon/light-assets/switch/switch-on.svg new file mode 100644 index 00000000..3d26aa02 --- /dev/null +++ b/themes/Mint-Y/cinnamon/light-assets/switch/switch-on.svg @@ -0,0 +1,220 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="50" + height="20" + id="svg7539" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="switch-on.svg"> + <defs + id="defs7541"> + <linearGradient + id="linearGradient4695-1-4-3-5-0-6"> + <stop + id="stop4697-9-9-7-0-1-5" + style="stop-color:#000000;stop-opacity:1;" + offset="0" /> + <stop + id="stop4699-5-8-9-0-4-0" + style="stop-color:#000000;stop-opacity:0" + offset="1" /> + </linearGradient> + <linearGradient + id="linearGradient3768-6"> + <stop + style="stop-color:#0f0f0f;stop-opacity:1;" + offset="0" + id="stop3770-0" /> + <stop + id="stop3778-6" + offset="0.078125" + style="stop-color:#171717;stop-opacity:1;" /> + <stop + style="stop-color:#171717;stop-opacity:1;" + offset="0.97355771" + id="stop3774-2" /> + <stop + style="stop-color:#1b1b1b;stop-opacity:1;" + offset="1" + id="stop3776-2" /> + </linearGradient> + <linearGradient + id="linearGradient3969-0-4"> + <stop + style="stop-color:#353537;stop-opacity:1;" + offset="0" + id="stop3971-2-6" /> + <stop + style="stop-color:#4d4f52;stop-opacity:1;" + offset="1" + id="stop3973-0-1" /> + </linearGradient> + <linearGradient + id="linearGradient3938"> + <stop + id="stop3940" + offset="0" + style="stop-color:#ffffff;stop-opacity:0;" /> + <stop + id="stop3942" + offset="1" + style="stop-color:#ffffff;stop-opacity:0.54901963;" /> + </linearGradient> + <linearGradient + id="linearGradient6523"> + <stop + id="stop6525" + offset="0" + style="stop-color:#1a1a1a;stop-opacity:1;" /> + <stop + id="stop6527" + offset="1" + style="stop-color:#1a1a1a;stop-opacity:0;" /> + </linearGradient> + <linearGradient + id="linearGradient3938-6"> + <stop + id="stop3940-4" + offset="0" + style="stop-color:#bebebe;stop-opacity:1;" /> + <stop + id="stop3942-8" + offset="1" + style="stop-color:#ffffff;stop-opacity:1;" /> + </linearGradient> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="32.998318" + inkscape:cx="22.956778" + inkscape:cy="9.1247738" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="1920" + inkscape:window-height="1030" + inkscape:window-x="1920" + inkscape:window-y="0" + inkscape:window-maximized="1" + inkscape:snap-bbox="true" + showguides="true" + inkscape:guide-bbox="true" + inkscape:snap-bbox-midpoints="false" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true"> + <inkscape:grid + type="xygrid" + id="grid3019" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" + originx="-4" + originy="2.6171874e-06" /> + </sodipodi:namedview> + <metadata + id="metadata7544"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + inkscape:label="Layer 1" + inkscape:groupmode="layer" + transform="translate(-120,87.999997)"> + <g + transform="translate(-886,-448)" + style="display:inline;opacity:1" + id="switch-active-2" + inkscape:label="#g4829"> + <g + id="layer1-9-0" + inkscape:label="Layer 1" + transform="translate(885,450)" + style="display:inline;opacity:1"> + <g + style="display:inline" + transform="translate(120,-116.99998)" + inkscape:label="Layer 1" + id="switch-active-8"> + <g + id="g3900-1-87" + transform="translate(0,-1004.3622)"> + <rect + style="display:inline;opacity:0;fill:#434343;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect5465-3-3" + width="52" + height="24" + x="0" + y="1029.3622" /> + <rect + style="fill:#92b372;fill-opacity:1;fill-rule:nonzero;stroke:none" + id="rect2987-0-8" + width="50" + height="20" + x="1" + y="1031.3622" + ry="11" + rx="11" /> + <circle + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" + id="path3759-0" + cx="41" + cy="1041.3622" + r="9" /> + </g> + </g> + </g> + <g + transform="translate(-1.0003162,0)" + id="g4816"> + <rect + transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)" + ry="0.66666085" + rx="0.66666085" + y="-456.09485" + x="977.54999" + height="1.9999826" + width="5" + id="rect3977-39-2" + style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none" /> + <rect + transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)" + ry="0" + y="-462.09485" + x="980.54999" + height="7.9999828" + width="2" + id="rect3979-7-0" + style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none" /> + </g> + </g> + </g> +</svg> diff --git a/themes/Mint-Y/cinnamon/thumbnail.png b/themes/Mint-Y/cinnamon/thumbnail.png Binary files differnew file mode 100644 index 00000000..06603262 --- /dev/null +++ b/themes/Mint-Y/cinnamon/thumbnail.png diff --git a/themes/Mint-Y/gtk-2.0/apps.rc b/themes/Mint-Y/gtk-2.0/apps.rc new file mode 120000 index 00000000..1a50e069 --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/apps.rc @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-2.0/apps.rc
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-2.0/assets/arrow-down-insens.png b/themes/Mint-Y/gtk-2.0/assets/arrow-down-insens.png Binary files differnew file mode 100644 index 00000000..73454320 --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/assets/arrow-down-insens.png diff --git a/themes/Mint-Y/gtk-2.0/assets/arrow-down-prelight.png b/themes/Mint-Y/gtk-2.0/assets/arrow-down-prelight.png Binary files differnew file mode 100644 index 00000000..3642477f --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/assets/arrow-down-prelight.png diff --git a/themes/Mint-Y/gtk-2.0/assets/arrow-down-small-insens.png b/themes/Mint-Y/gtk-2.0/assets/arrow-down-small-insens.png Binary files differnew file mode 100644 index 00000000..87e7b2f6 --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/assets/arrow-down-small-insens.png diff --git a/themes/Mint-Y/gtk-2.0/assets/arrow-down-small-prelight.png b/themes/Mint-Y/gtk-2.0/assets/arrow-down-small-prelight.png Binary files differnew file mode 100644 index 00000000..ecfe8e6f --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/assets/arrow-down-small-prelight.png diff --git a/themes/Mint-Y/gtk-2.0/assets/arrow-down-small.png b/themes/Mint-Y/gtk-2.0/assets/arrow-down-small.png Binary files differnew file mode 100644 index 00000000..4d5bdb26 --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/assets/arrow-down-small.png diff --git a/themes/Mint-Y/gtk-2.0/assets/arrow-down.png b/themes/Mint-Y/gtk-2.0/assets/arrow-down.png Binary files differnew file mode 100644 index 00000000..491b2dcb --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/assets/arrow-down.png diff --git a/themes/Mint-Y/gtk-2.0/assets/arrow-left-insens.png b/themes/Mint-Y/gtk-2.0/assets/arrow-left-insens.png Binary files differnew file mode 100644 index 00000000..fec4db94 --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/assets/arrow-left-insens.png diff --git a/themes/Mint-Y/gtk-2.0/assets/arrow-left-prelight.png b/themes/Mint-Y/gtk-2.0/assets/arrow-left-prelight.png Binary files differnew file mode 100644 index 00000000..5d02a7a4 --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/assets/arrow-left-prelight.png diff --git a/themes/Mint-Y/gtk-2.0/assets/arrow-left.png b/themes/Mint-Y/gtk-2.0/assets/arrow-left.png Binary files differnew file mode 100644 index 00000000..4179273e --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/assets/arrow-left.png diff --git a/themes/Mint-Y/gtk-2.0/assets/arrow-right-insens.png b/themes/Mint-Y/gtk-2.0/assets/arrow-right-insens.png Binary files differnew file mode 100644 index 00000000..8b39f865 --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/assets/arrow-right-insens.png diff --git a/themes/Mint-Y/gtk-2.0/assets/arrow-right-prelight.png b/themes/Mint-Y/gtk-2.0/assets/arrow-right-prelight.png Binary files differnew file mode 100644 index 00000000..5f5eb5a5 --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/assets/arrow-right-prelight.png diff --git a/themes/Mint-Y/gtk-2.0/assets/arrow-right.png b/themes/Mint-Y/gtk-2.0/assets/arrow-right.png Binary files differnew file mode 100644 index 00000000..96ac76c7 --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/assets/arrow-right.png diff --git a/themes/Mint-Y/gtk-2.0/assets/arrow-up-insens.png b/themes/Mint-Y/gtk-2.0/assets/arrow-up-insens.png Binary files differnew file mode 100644 index 00000000..f6057ccc --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/assets/arrow-up-insens.png diff --git a/themes/Mint-Y/gtk-2.0/assets/arrow-up-prelight.png b/themes/Mint-Y/gtk-2.0/assets/arrow-up-prelight.png Binary files differnew file mode 100644 index 00000000..0723570c --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/assets/arrow-up-prelight.png diff --git a/themes/Mint-Y/gtk-2.0/assets/arrow-up-small-insens.png b/themes/Mint-Y/gtk-2.0/assets/arrow-up-small-insens.png Binary files differnew file mode 100644 index 00000000..c6077204 --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/assets/arrow-up-small-insens.png diff --git a/themes/Mint-Y/gtk-2.0/assets/arrow-up-small-prelight.png b/themes/Mint-Y/gtk-2.0/assets/arrow-up-small-prelight.png Binary files differnew file mode 100644 index 00000000..35eca2d5 --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/assets/arrow-up-small-prelight.png diff --git a/themes/Mint-Y/gtk-2.0/assets/arrow-up-small.png b/themes/Mint-Y/gtk-2.0/assets/arrow-up-small.png Binary files differnew file mode 100644 index 00000000..4d2f99bc --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/assets/arrow-up-small.png diff --git a/themes/Mint-Y/gtk-2.0/assets/arrow-up.png b/themes/Mint-Y/gtk-2.0/assets/arrow-up.png Binary files differnew file mode 100644 index 00000000..1e729333 --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/assets/arrow-up.png diff --git a/themes/Mint-Y/gtk-2.0/assets/button-active.png b/themes/Mint-Y/gtk-2.0/assets/button-active.png Binary files differnew file mode 100644 index 00000000..d59f9ecf --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/assets/button-active.png diff --git a/themes/Mint-Y/gtk-2.0/assets/button-hover.png b/themes/Mint-Y/gtk-2.0/assets/button-hover.png Binary files differnew file mode 100644 index 00000000..c96c2aeb --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/assets/button-hover.png diff --git a/themes/Mint-Y/gtk-2.0/assets/button-insensitive.png b/themes/Mint-Y/gtk-2.0/assets/button-insensitive.png Binary files differnew file mode 100644 index 00000000..79eaeeff --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/assets/button-insensitive.png diff --git a/themes/Mint-Y/gtk-2.0/assets/button.png b/themes/Mint-Y/gtk-2.0/assets/button.png Binary files differnew file mode 100644 index 00000000..8b46142e --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/assets/button.png diff --git a/themes/Mint-Y/gtk-2.0/assets/checkbox-checked-insensitive.png b/themes/Mint-Y/gtk-2.0/assets/checkbox-checked-insensitive.png Binary files differnew file mode 100644 index 00000000..dff0cbe2 --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/assets/checkbox-checked-insensitive.png diff --git a/themes/Mint-Y/gtk-2.0/assets/checkbox-checked.png b/themes/Mint-Y/gtk-2.0/assets/checkbox-checked.png Binary files differnew file mode 100644 index 00000000..caae6579 --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/assets/checkbox-checked.png diff --git a/themes/Mint-Y/gtk-2.0/assets/checkbox-unchecked-insensitive.png b/themes/Mint-Y/gtk-2.0/assets/checkbox-unchecked-insensitive.png Binary files differnew file mode 100644 index 00000000..b7d0d479 --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/assets/checkbox-unchecked-insensitive.png diff --git a/themes/Mint-Y/gtk-2.0/assets/checkbox-unchecked.png b/themes/Mint-Y/gtk-2.0/assets/checkbox-unchecked.png Binary files differnew file mode 100644 index 00000000..82dadbfe --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/assets/checkbox-unchecked.png diff --git a/themes/Mint-Y/gtk-2.0/assets/combo-entry-button-active-rtl.png b/themes/Mint-Y/gtk-2.0/assets/combo-entry-button-active-rtl.png Binary files differnew file mode 100644 index 00000000..1e42f73a --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/assets/combo-entry-button-active-rtl.png diff --git a/themes/Mint-Y/gtk-2.0/assets/combo-entry-button-active.png b/themes/Mint-Y/gtk-2.0/assets/combo-entry-button-active.png Binary files differnew file mode 100644 index 00000000..05c8fbec --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/assets/combo-entry-button-active.png diff --git a/themes/Mint-Y/gtk-2.0/assets/combo-entry-button-insensitive-rtl.png b/themes/Mint-Y/gtk-2.0/assets/combo-entry-button-insensitive-rtl.png Binary files differnew file mode 100644 index 00000000..e27ea793 --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/assets/combo-entry-button-insensitive-rtl.png diff --git a/themes/Mint-Y/gtk-2.0/assets/combo-entry-button-insensitive.png b/themes/Mint-Y/gtk-2.0/assets/combo-entry-button-insensitive.png Binary files differnew file mode 100644 index 00000000..a24d8c65 --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/assets/combo-entry-button-insensitive.png diff --git a/themes/Mint-Y/gtk-2.0/assets/combo-entry-button-rtl.png b/themes/Mint-Y/gtk-2.0/assets/combo-entry-button-rtl.png Binary files differnew file mode 100644 index 00000000..44dcad98 --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/assets/combo-entry-button-rtl.png diff --git a/themes/Mint-Y/gtk-2.0/assets/combo-entry-button.png b/themes/Mint-Y/gtk-2.0/assets/combo-entry-button.png Binary files differnew file mode 100644 index 00000000..faa0ced3 --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/assets/combo-entry-button.png diff --git a/themes/Mint-Y/gtk-2.0/assets/combo-entry-focus-notebook-rtl.png b/themes/Mint-Y/gtk-2.0/assets/combo-entry-focus-notebook-rtl.png Binary files differnew file mode 100644 index 00000000..be8397b0 --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/assets/combo-entry-focus-notebook-rtl.png diff --git a/themes/Mint-Y/gtk-2.0/assets/combo-entry-focus-notebook.png b/themes/Mint-Y/gtk-2.0/assets/combo-entry-focus-notebook.png Binary files differnew file mode 100644 index 00000000..7f621f35 --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/assets/combo-entry-focus-notebook.png diff --git a/themes/Mint-Y/gtk-2.0/assets/combo-entry-focus-rtl.png b/themes/Mint-Y/gtk-2.0/assets/combo-entry-focus-rtl.png Binary files differnew file mode 100644 index 00000000..b19d20b7 --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/assets/combo-entry-focus-rtl.png diff --git a/themes/Mint-Y/gtk-2.0/assets/combo-entry-focus.png b/themes/Mint-Y/gtk-2.0/assets/combo-entry-focus.png Binary files differnew file mode 100644 index 00000000..c9c0602b --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/assets/combo-entry-focus.png diff --git a/themes/Mint-Y/gtk-2.0/assets/combo-entry-insensitive-notebook-rtl.png b/themes/Mint-Y/gtk-2.0/assets/combo-entry-insensitive-notebook-rtl.png Binary files differnew file mode 100644 index 00000000..fd34189f --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/assets/combo-entry-insensitive-notebook-rtl.png diff --git a/themes/Mint-Y/gtk-2.0/assets/combo-entry-insensitive-notebook.png b/themes/Mint-Y/gtk-2.0/assets/combo-entry-insensitive-notebook.png Binary files differnew file mode 100644 index 00000000..05518144 --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/assets/combo-entry-insensitive-notebook.png diff --git a/themes/Mint-Y/gtk-2.0/assets/combo-entry-insensitive-rtl.png b/themes/Mint-Y/gtk-2.0/assets/combo-entry-insensitive-rtl.png Binary files differnew file mode 100644 index 00000000..dd524982 --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/assets/combo-entry-insensitive-rtl.png diff --git a/themes/Mint-Y/gtk-2.0/assets/combo-entry-insensitive.png b/themes/Mint-Y/gtk-2.0/assets/combo-entry-insensitive.png Binary files differnew file mode 100644 index 00000000..89279e8f --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/assets/combo-entry-insensitive.png diff --git a/themes/Mint-Y/gtk-2.0/assets/combo-entry-notebook-rtl.png b/themes/Mint-Y/gtk-2.0/assets/combo-entry-notebook-rtl.png Binary files differnew file mode 100644 index 00000000..2f2c351d --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/assets/combo-entry-notebook-rtl.png diff --git a/themes/Mint-Y/gtk-2.0/assets/combo-entry-notebook.png b/themes/Mint-Y/gtk-2.0/assets/combo-entry-notebook.png Binary files differnew file mode 100644 index 00000000..d819d5f3 --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/assets/combo-entry-notebook.png diff --git a/themes/Mint-Y/gtk-2.0/assets/combo-entry-rtl.png b/themes/Mint-Y/gtk-2.0/assets/combo-entry-rtl.png Binary files differnew file mode 100644 index 00000000..6cb7d686 --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/assets/combo-entry-rtl.png diff --git a/themes/Mint-Y/gtk-2.0/assets/combo-entry.png b/themes/Mint-Y/gtk-2.0/assets/combo-entry.png Binary files differnew file mode 100644 index 00000000..fe6d8292 --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/assets/combo-entry.png diff --git a/themes/Mint-Y/gtk-2.0/assets/down-background-disable-rtl.png b/themes/Mint-Y/gtk-2.0/assets/down-background-disable-rtl.png Binary files differnew file mode 100644 index 00000000..146a2d7f --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/assets/down-background-disable-rtl.png diff --git a/themes/Mint-Y/gtk-2.0/assets/down-background-disable.png b/themes/Mint-Y/gtk-2.0/assets/down-background-disable.png Binary files differnew file mode 100644 index 00000000..62f14e5f --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/assets/down-background-disable.png diff --git a/themes/Mint-Y/gtk-2.0/assets/down-background-rtl.png b/themes/Mint-Y/gtk-2.0/assets/down-background-rtl.png Binary files differnew file mode 100644 index 00000000..eded6e8a --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/assets/down-background-rtl.png diff --git a/themes/Mint-Y/gtk-2.0/assets/down-background.png b/themes/Mint-Y/gtk-2.0/assets/down-background.png Binary files differnew file mode 100644 index 00000000..0602f43e --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/assets/down-background.png diff --git a/themes/Mint-Y/gtk-2.0/assets/entry-border-active-bg-solid.png b/themes/Mint-Y/gtk-2.0/assets/entry-border-active-bg-solid.png Binary files differnew file mode 100644 index 00000000..be7a3744 --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/assets/entry-border-active-bg-solid.png diff --git a/themes/Mint-Y/gtk-2.0/assets/entry-border-active-bg.png b/themes/Mint-Y/gtk-2.0/assets/entry-border-active-bg.png Binary files differnew file mode 100644 index 00000000..eb5fde2d --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/assets/entry-border-active-bg.png diff --git a/themes/Mint-Y/gtk-2.0/assets/entry-border-bg-solid.png b/themes/Mint-Y/gtk-2.0/assets/entry-border-bg-solid.png Binary files differnew file mode 100644 index 00000000..c17fbd98 --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/assets/entry-border-bg-solid.png diff --git a/themes/Mint-Y/gtk-2.0/assets/entry-border-bg.png b/themes/Mint-Y/gtk-2.0/assets/entry-border-bg.png Binary files differnew file mode 100644 index 00000000..d0f882df --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/assets/entry-border-bg.png diff --git a/themes/Mint-Y/gtk-2.0/assets/entry-border-disabled-bg.png b/themes/Mint-Y/gtk-2.0/assets/entry-border-disabled-bg.png Binary files differnew file mode 100644 index 00000000..a2d34e9b --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/assets/entry-border-disabled-bg.png diff --git a/themes/Mint-Y/gtk-2.0/assets/entry-border-fill.png b/themes/Mint-Y/gtk-2.0/assets/entry-border-fill.png Binary files differnew file mode 100644 index 00000000..f1247c11 --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/assets/entry-border-fill.png diff --git a/themes/Mint-Y/gtk-2.0/assets/focus-line.png b/themes/Mint-Y/gtk-2.0/assets/focus-line.png Binary files differnew file mode 100644 index 00000000..bddb1069 --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/assets/focus-line.png diff --git a/themes/Mint-Y/gtk-2.0/assets/frame-gap-end.png b/themes/Mint-Y/gtk-2.0/assets/frame-gap-end.png Binary files differnew file mode 100644 index 00000000..db7cf6bc --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/assets/frame-gap-end.png diff --git a/themes/Mint-Y/gtk-2.0/assets/frame-gap-start.png b/themes/Mint-Y/gtk-2.0/assets/frame-gap-start.png Binary files differnew file mode 100644 index 00000000..d1c200c2 --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/assets/frame-gap-start.png diff --git a/themes/Mint-Y/gtk-2.0/assets/frame.png b/themes/Mint-Y/gtk-2.0/assets/frame.png Binary files differnew file mode 100644 index 00000000..aa660b05 --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/assets/frame.png diff --git a/themes/Mint-Y/gtk-2.0/assets/handle-h.png b/themes/Mint-Y/gtk-2.0/assets/handle-h.png Binary files differnew file mode 100644 index 00000000..0a7844e4 --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/assets/handle-h.png diff --git a/themes/Mint-Y/gtk-2.0/assets/handle-v.png b/themes/Mint-Y/gtk-2.0/assets/handle-v.png Binary files differnew file mode 100644 index 00000000..48c24e44 --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/assets/handle-v.png diff --git a/themes/Mint-Y/gtk-2.0/assets/inline-toolbar.png b/themes/Mint-Y/gtk-2.0/assets/inline-toolbar.png Binary files differnew file mode 100644 index 00000000..e6d78a43 --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/assets/inline-toolbar.png diff --git a/themes/Mint-Y/gtk-2.0/assets/line-h.png b/themes/Mint-Y/gtk-2.0/assets/line-h.png Binary files differnew file mode 100644 index 00000000..9d134260 --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/assets/line-h.png diff --git a/themes/Mint-Y/gtk-2.0/assets/line-v.png b/themes/Mint-Y/gtk-2.0/assets/line-v.png Binary files differnew file mode 100644 index 00000000..335aad90 --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/assets/line-v.png diff --git a/themes/Mint-Y/gtk-2.0/assets/menu-arrow-prelight.png b/themes/Mint-Y/gtk-2.0/assets/menu-arrow-prelight.png Binary files differnew file mode 100644 index 00000000..1c6589be --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/assets/menu-arrow-prelight.png diff --git a/themes/Mint-Y/gtk-2.0/assets/menu-arrow.png b/themes/Mint-Y/gtk-2.0/assets/menu-arrow.png Binary files differnew file mode 100644 index 00000000..56835a8d --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/assets/menu-arrow.png diff --git a/themes/Mint-Y/gtk-2.0/assets/menu-checkbox-checked-insensitive.png b/themes/Mint-Y/gtk-2.0/assets/menu-checkbox-checked-insensitive.png Binary files differnew file mode 100644 index 00000000..c4dd375b --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/assets/menu-checkbox-checked-insensitive.png diff --git a/themes/Mint-Y/gtk-2.0/assets/menu-checkbox-checked.png b/themes/Mint-Y/gtk-2.0/assets/menu-checkbox-checked.png Binary files differnew file mode 100644 index 00000000..e7fc542b --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/assets/menu-checkbox-checked.png diff --git a/themes/Mint-Y/gtk-2.0/assets/menu-checkbox-unchecked-insensitive.png b/themes/Mint-Y/gtk-2.0/assets/menu-checkbox-unchecked-insensitive.png Binary files differnew file mode 100644 index 00000000..1be7d1e8 --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/assets/menu-checkbox-unchecked-insensitive.png diff --git a/themes/Mint-Y/gtk-2.0/assets/menu-checkbox-unchecked.png b/themes/Mint-Y/gtk-2.0/assets/menu-checkbox-unchecked.png Binary files differnew file mode 100644 index 00000000..e65fb40d --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/assets/menu-checkbox-unchecked.png diff --git a/themes/Mint-Y/gtk-2.0/assets/menu-radio-checked-insensitive.png b/themes/Mint-Y/gtk-2.0/assets/menu-radio-checked-insensitive.png Binary files differnew file mode 100644 index 00000000..658943a7 --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/assets/menu-radio-checked-insensitive.png diff --git a/themes/Mint-Y/gtk-2.0/assets/menu-radio-checked.png b/themes/Mint-Y/gtk-2.0/assets/menu-radio-checked.png Binary files differnew file mode 100644 index 00000000..d16b730e --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/assets/menu-radio-checked.png diff --git a/themes/Mint-Y/gtk-2.0/assets/menu-radio-unchecked-insensitive.png b/themes/Mint-Y/gtk-2.0/assets/menu-radio-unchecked-insensitive.png Binary files differnew file mode 100644 index 00000000..69e6c28a --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/assets/menu-radio-unchecked-insensitive.png diff --git a/themes/Mint-Y/gtk-2.0/assets/menu-radio-unchecked.png b/themes/Mint-Y/gtk-2.0/assets/menu-radio-unchecked.png Binary files differnew file mode 100644 index 00000000..34f41f8b --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/assets/menu-radio-unchecked.png diff --git a/themes/Mint-Y/gtk-2.0/assets/menubar.png b/themes/Mint-Y/gtk-2.0/assets/menubar.png Binary files differnew file mode 100644 index 00000000..82190a9e --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/assets/menubar.png diff --git a/themes/Mint-Y/gtk-2.0/assets/menubar_button.png b/themes/Mint-Y/gtk-2.0/assets/menubar_button.png Binary files differnew file mode 100644 index 00000000..7f5628c2 --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/assets/menubar_button.png diff --git a/themes/Mint-Y/gtk-2.0/assets/menuitem.png b/themes/Mint-Y/gtk-2.0/assets/menuitem.png Binary files differnew file mode 100644 index 00000000..1d468cc9 --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/assets/menuitem.png diff --git a/themes/Mint-Y/gtk-2.0/assets/minus.png b/themes/Mint-Y/gtk-2.0/assets/minus.png Binary files differnew file mode 100644 index 00000000..8775ea1e --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/assets/minus.png diff --git a/themes/Mint-Y/gtk-2.0/assets/notebook-entry-border-active-bg.png b/themes/Mint-Y/gtk-2.0/assets/notebook-entry-border-active-bg.png Binary files differnew file mode 100644 index 00000000..3ba92118 --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/assets/notebook-entry-border-active-bg.png diff --git a/themes/Mint-Y/gtk-2.0/assets/notebook-entry-border-bg.png b/themes/Mint-Y/gtk-2.0/assets/notebook-entry-border-bg.png Binary files differnew file mode 100644 index 00000000..4d3daf4e --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/assets/notebook-entry-border-bg.png diff --git a/themes/Mint-Y/gtk-2.0/assets/notebook-entry-border-disabled-bg.png b/themes/Mint-Y/gtk-2.0/assets/notebook-entry-border-disabled-bg.png Binary files differnew file mode 100644 index 00000000..4fb139f5 --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/assets/notebook-entry-border-disabled-bg.png diff --git a/themes/Mint-Y/gtk-2.0/assets/notebook-gap-horiz.png b/themes/Mint-Y/gtk-2.0/assets/notebook-gap-horiz.png Binary files differnew file mode 100644 index 00000000..a4e0223b --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/assets/notebook-gap-horiz.png diff --git a/themes/Mint-Y/gtk-2.0/assets/notebook-gap-vert.png b/themes/Mint-Y/gtk-2.0/assets/notebook-gap-vert.png Binary files differnew file mode 100644 index 00000000..ddc73ff4 --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/assets/notebook-gap-vert.png diff --git a/themes/Mint-Y/gtk-2.0/assets/notebook.png b/themes/Mint-Y/gtk-2.0/assets/notebook.png Binary files differnew file mode 100644 index 00000000..720cb67b --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/assets/notebook.png diff --git a/themes/Mint-Y/gtk-2.0/assets/null.png b/themes/Mint-Y/gtk-2.0/assets/null.png Binary files differnew file mode 100644 index 00000000..d82fb34f --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/assets/null.png diff --git a/themes/Mint-Y/gtk-2.0/assets/plus.png b/themes/Mint-Y/gtk-2.0/assets/plus.png Binary files differnew file mode 100644 index 00000000..4363b1c8 --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/assets/plus.png diff --git a/themes/Mint-Y/gtk-2.0/assets/progressbar.png b/themes/Mint-Y/gtk-2.0/assets/progressbar.png Binary files differnew file mode 100644 index 00000000..4c313c92 --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/assets/progressbar.png diff --git a/themes/Mint-Y/gtk-2.0/assets/progressbar_v.png b/themes/Mint-Y/gtk-2.0/assets/progressbar_v.png Binary files differnew file mode 100644 index 00000000..7a9d9e1d --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/assets/progressbar_v.png diff --git a/themes/Mint-Y/gtk-2.0/assets/radio-checked-insensitive.png b/themes/Mint-Y/gtk-2.0/assets/radio-checked-insensitive.png Binary files differnew file mode 100644 index 00000000..4fb3c37a --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/assets/radio-checked-insensitive.png diff --git a/themes/Mint-Y/gtk-2.0/assets/radio-checked.png b/themes/Mint-Y/gtk-2.0/assets/radio-checked.png Binary files differnew file mode 100644 index 00000000..ce9a6645 --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/assets/radio-checked.png diff --git a/themes/Mint-Y/gtk-2.0/assets/radio-unchecked-insensitive.png b/themes/Mint-Y/gtk-2.0/assets/radio-unchecked-insensitive.png Binary files differnew file mode 100644 index 00000000..c11f6eca --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/assets/radio-unchecked-insensitive.png diff --git a/themes/Mint-Y/gtk-2.0/assets/radio-unchecked.png b/themes/Mint-Y/gtk-2.0/assets/radio-unchecked.png Binary files differnew file mode 100644 index 00000000..de34575f --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/assets/radio-unchecked.png diff --git a/themes/Mint-Y/gtk-2.0/assets/slider-horiz-active.png b/themes/Mint-Y/gtk-2.0/assets/slider-horiz-active.png Binary files differnew file mode 100644 index 00000000..8757b62a --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/assets/slider-horiz-active.png diff --git a/themes/Mint-Y/gtk-2.0/assets/slider-horiz-insens.png b/themes/Mint-Y/gtk-2.0/assets/slider-horiz-insens.png Binary files differnew file mode 100644 index 00000000..a7a46273 --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/assets/slider-horiz-insens.png diff --git a/themes/Mint-Y/gtk-2.0/assets/slider-horiz-prelight.png b/themes/Mint-Y/gtk-2.0/assets/slider-horiz-prelight.png Binary files differnew file mode 100644 index 00000000..3bc5dfbd --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/assets/slider-horiz-prelight.png diff --git a/themes/Mint-Y/gtk-2.0/assets/slider-horiz.png b/themes/Mint-Y/gtk-2.0/assets/slider-horiz.png Binary files differnew file mode 100644 index 00000000..24b023bf --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/assets/slider-horiz.png diff --git a/themes/Mint-Y/gtk-2.0/assets/slider-insensitive.png b/themes/Mint-Y/gtk-2.0/assets/slider-insensitive.png Binary files differnew file mode 100644 index 00000000..ccfc6f69 --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/assets/slider-insensitive.png diff --git a/themes/Mint-Y/gtk-2.0/assets/slider-prelight.png b/themes/Mint-Y/gtk-2.0/assets/slider-prelight.png Binary files differnew file mode 100644 index 00000000..57776295 --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/assets/slider-prelight.png diff --git a/themes/Mint-Y/gtk-2.0/assets/slider-vert-active.png b/themes/Mint-Y/gtk-2.0/assets/slider-vert-active.png Binary files differnew file mode 100644 index 00000000..9473612a --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/assets/slider-vert-active.png diff --git a/themes/Mint-Y/gtk-2.0/assets/slider-vert-insens.png b/themes/Mint-Y/gtk-2.0/assets/slider-vert-insens.png Binary files differnew file mode 100644 index 00000000..48565766 --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/assets/slider-vert-insens.png diff --git a/themes/Mint-Y/gtk-2.0/assets/slider-vert-prelight.png b/themes/Mint-Y/gtk-2.0/assets/slider-vert-prelight.png Binary files differnew file mode 100644 index 00000000..93c43f35 --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/assets/slider-vert-prelight.png diff --git a/themes/Mint-Y/gtk-2.0/assets/slider-vert.png b/themes/Mint-Y/gtk-2.0/assets/slider-vert.png Binary files differnew file mode 100644 index 00000000..6d54eb34 --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/assets/slider-vert.png diff --git a/themes/Mint-Y/gtk-2.0/assets/slider.png b/themes/Mint-Y/gtk-2.0/assets/slider.png Binary files differnew file mode 100644 index 00000000..7727b1e9 --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/assets/slider.png diff --git a/themes/Mint-Y/gtk-2.0/assets/tab-bottom-active.png b/themes/Mint-Y/gtk-2.0/assets/tab-bottom-active.png Binary files differnew file mode 100644 index 00000000..8b467b81 --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/assets/tab-bottom-active.png diff --git a/themes/Mint-Y/gtk-2.0/assets/tab-left-active.png b/themes/Mint-Y/gtk-2.0/assets/tab-left-active.png Binary files differnew file mode 100644 index 00000000..3294e7ee --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/assets/tab-left-active.png diff --git a/themes/Mint-Y/gtk-2.0/assets/tab-right-active.png b/themes/Mint-Y/gtk-2.0/assets/tab-right-active.png Binary files differnew file mode 100644 index 00000000..7b61c563 --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/assets/tab-right-active.png diff --git a/themes/Mint-Y/gtk-2.0/assets/tab-top-active.png b/themes/Mint-Y/gtk-2.0/assets/tab-top-active.png Binary files differnew file mode 100644 index 00000000..3e83c2dd --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/assets/tab-top-active.png diff --git a/themes/Mint-Y/gtk-2.0/assets/toolbar-entry-border-active-bg.png b/themes/Mint-Y/gtk-2.0/assets/toolbar-entry-border-active-bg.png Binary files differnew file mode 100644 index 00000000..06942989 --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/assets/toolbar-entry-border-active-bg.png diff --git a/themes/Mint-Y/gtk-2.0/assets/toolbar-entry-border-bg.png b/themes/Mint-Y/gtk-2.0/assets/toolbar-entry-border-bg.png Binary files differnew file mode 100644 index 00000000..6f79f99c --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/assets/toolbar-entry-border-bg.png diff --git a/themes/Mint-Y/gtk-2.0/assets/toolbar-entry-border-disabled-bg.png b/themes/Mint-Y/gtk-2.0/assets/toolbar-entry-border-disabled-bg.png Binary files differnew file mode 100644 index 00000000..5e5c587b --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/assets/toolbar-entry-border-disabled-bg.png diff --git a/themes/Mint-Y/gtk-2.0/assets/toolbar.png b/themes/Mint-Y/gtk-2.0/assets/toolbar.png Binary files differnew file mode 100644 index 00000000..e118e58d --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/assets/toolbar.png diff --git a/themes/Mint-Y/gtk-2.0/assets/tree_header.png b/themes/Mint-Y/gtk-2.0/assets/tree_header.png Binary files differnew file mode 100644 index 00000000..2349bc7c --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/assets/tree_header.png diff --git a/themes/Mint-Y/gtk-2.0/assets/trough-horizontal-active.png b/themes/Mint-Y/gtk-2.0/assets/trough-horizontal-active.png Binary files differnew file mode 100644 index 00000000..19471f85 --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/assets/trough-horizontal-active.png diff --git a/themes/Mint-Y/gtk-2.0/assets/trough-horizontal.png b/themes/Mint-Y/gtk-2.0/assets/trough-horizontal.png Binary files differnew file mode 100644 index 00000000..a1eea986 --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/assets/trough-horizontal.png diff --git a/themes/Mint-Y/gtk-2.0/assets/trough-progressbar.png b/themes/Mint-Y/gtk-2.0/assets/trough-progressbar.png Binary files differnew file mode 100644 index 00000000..3ebc4daf --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/assets/trough-progressbar.png diff --git a/themes/Mint-Y/gtk-2.0/assets/trough-progressbar_v.png b/themes/Mint-Y/gtk-2.0/assets/trough-progressbar_v.png Binary files differnew file mode 100644 index 00000000..0e44eb2a --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/assets/trough-progressbar_v.png diff --git a/themes/Mint-Y/gtk-2.0/assets/trough-scrollbar-horiz.png b/themes/Mint-Y/gtk-2.0/assets/trough-scrollbar-horiz.png Binary files differnew file mode 100644 index 00000000..6f6fe8ad --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/assets/trough-scrollbar-horiz.png diff --git a/themes/Mint-Y/gtk-2.0/assets/trough-scrollbar-vert.png b/themes/Mint-Y/gtk-2.0/assets/trough-scrollbar-vert.png Binary files differnew file mode 100644 index 00000000..01cc2113 --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/assets/trough-scrollbar-vert.png diff --git a/themes/Mint-Y/gtk-2.0/assets/trough-vertical-active.png b/themes/Mint-Y/gtk-2.0/assets/trough-vertical-active.png Binary files differnew file mode 100644 index 00000000..fe739090 --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/assets/trough-vertical-active.png diff --git a/themes/Mint-Y/gtk-2.0/assets/trough-vertical.png b/themes/Mint-Y/gtk-2.0/assets/trough-vertical.png Binary files differnew file mode 100644 index 00000000..98cdf70c --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/assets/trough-vertical.png diff --git a/themes/Mint-Y/gtk-2.0/assets/up-background-disable-rtl.png b/themes/Mint-Y/gtk-2.0/assets/up-background-disable-rtl.png Binary files differnew file mode 100644 index 00000000..08e505c8 --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/assets/up-background-disable-rtl.png diff --git a/themes/Mint-Y/gtk-2.0/assets/up-background-disable.png b/themes/Mint-Y/gtk-2.0/assets/up-background-disable.png Binary files differnew file mode 100644 index 00000000..a14f1300 --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/assets/up-background-disable.png diff --git a/themes/Mint-Y/gtk-2.0/assets/up-background-rtl.png b/themes/Mint-Y/gtk-2.0/assets/up-background-rtl.png Binary files differnew file mode 100644 index 00000000..2ba58719 --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/assets/up-background-rtl.png diff --git a/themes/Mint-Y/gtk-2.0/assets/up-background.png b/themes/Mint-Y/gtk-2.0/assets/up-background.png Binary files differnew file mode 100644 index 00000000..57a32dec --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/assets/up-background.png diff --git a/themes/Mint-Y/gtk-2.0/gtkrc b/themes/Mint-Y/gtk-2.0/gtkrc new file mode 100644 index 00000000..0dc5a46e --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/gtkrc @@ -0,0 +1,10 @@ +gtk-color-scheme = "base_color:#FFFFFF\nfg_color:#303030\ntooltip_fg_color:#303030\nselected_bg_color:#92b372\nselected_fg_color:#FFFFFF\ntext_color:#303030\nbg_color:#f0f0f0\ninsensitive_bg_color:#fbfcfc\ninsensitive_fg_color:#a9a9a9\nnotebook_bg:#ffffff\ndark_sidebar_bg:#454545\ntooltip_bg_color:#fbeaa0\nlink_color:#5294E2\nmenu_bg:#ffffff" + +gtk-icon-sizes = "gtk-button=16,16" # This makes button icons smaller. +gtk-auto-mnemonics = 1 +gtk-primary-button-warps-slider = 1 + +include "main.rc" +include "apps.rc" +include "panel.rc" +include "menubar-toolbar/menubar-toolbar.rc" diff --git a/themes/Mint-Y/gtk-2.0/main.rc b/themes/Mint-Y/gtk-2.0/main.rc new file mode 120000 index 00000000..0b564606 --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/main.rc @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-2.0/main.rc
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-2.0/menubar-toolbar/button-active.png b/themes/Mint-Y/gtk-2.0/menubar-toolbar/button-active.png new file mode 120000 index 00000000..f206414d --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/menubar-toolbar/button-active.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-2.0/menubar-toolbar/button-active.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-2.0/menubar-toolbar/button-hover.png b/themes/Mint-Y/gtk-2.0/menubar-toolbar/button-hover.png new file mode 120000 index 00000000..a4a8a520 --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/menubar-toolbar/button-hover.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-2.0/menubar-toolbar/button-hover.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-2.0/menubar-toolbar/button-insensitive.png b/themes/Mint-Y/gtk-2.0/menubar-toolbar/button-insensitive.png new file mode 120000 index 00000000..70f5b3f0 --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/menubar-toolbar/button-insensitive.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-2.0/menubar-toolbar/button-insensitive.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-2.0/menubar-toolbar/button.png b/themes/Mint-Y/gtk-2.0/menubar-toolbar/button.png new file mode 120000 index 00000000..32910adb --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/menubar-toolbar/button.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-2.0/menubar-toolbar/button.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-2.0/menubar-toolbar/menubar-dark.png b/themes/Mint-Y/gtk-2.0/menubar-toolbar/menubar-dark.png new file mode 120000 index 00000000..beb5c89f --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/menubar-toolbar/menubar-dark.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-2.0/menubar-toolbar/menubar-dark.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-2.0/menubar-toolbar/menubar-toolbar-dark.rc b/themes/Mint-Y/gtk-2.0/menubar-toolbar/menubar-toolbar-dark.rc new file mode 120000 index 00000000..4dbc79a2 --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/menubar-toolbar/menubar-toolbar-dark.rc @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-2.0/menubar-toolbar/menubar-toolbar-dark.rc
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-2.0/menubar-toolbar/menubar-toolbar.rc b/themes/Mint-Y/gtk-2.0/menubar-toolbar/menubar-toolbar.rc new file mode 120000 index 00000000..378681f1 --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/menubar-toolbar/menubar-toolbar.rc @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-2.0/menubar-toolbar/menubar-toolbar.rc
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-2.0/menubar-toolbar/menubar.png b/themes/Mint-Y/gtk-2.0/menubar-toolbar/menubar.png new file mode 120000 index 00000000..5f1ab067 --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/menubar-toolbar/menubar.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-2.0/menubar-toolbar/menubar.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-2.0/menubar-toolbar/menubar_button-dark.png b/themes/Mint-Y/gtk-2.0/menubar-toolbar/menubar_button-dark.png new file mode 120000 index 00000000..63186659 --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/menubar-toolbar/menubar_button-dark.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-2.0/menubar-toolbar/menubar_button-dark.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-2.0/menubar-toolbar/menubar_button.png b/themes/Mint-Y/gtk-2.0/menubar-toolbar/menubar_button.png new file mode 120000 index 00000000..12b6acdb --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/menubar-toolbar/menubar_button.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-2.0/menubar-toolbar/menubar_button.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg-dark.png b/themes/Mint-Y/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg-dark.png new file mode 120000 index 00000000..c7c45783 --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg-dark.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg-dark.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg.png b/themes/Mint-Y/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg.png new file mode 120000 index 00000000..ebdf4bb4 --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-2.0/menubar-toolbar/toolbar-entry-border-bg-dark.png b/themes/Mint-Y/gtk-2.0/menubar-toolbar/toolbar-entry-border-bg-dark.png new file mode 120000 index 00000000..05ee1cd2 --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/menubar-toolbar/toolbar-entry-border-bg-dark.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-2.0/menubar-toolbar/toolbar-entry-border-bg-dark.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-2.0/menubar-toolbar/toolbar-entry-border-bg.png b/themes/Mint-Y/gtk-2.0/menubar-toolbar/toolbar-entry-border-bg.png new file mode 120000 index 00000000..0c1b757f --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/menubar-toolbar/toolbar-entry-border-bg.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-2.0/menubar-toolbar/toolbar-entry-border-bg.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg-dark.png b/themes/Mint-Y/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg-dark.png new file mode 120000 index 00000000..f5a19ed7 --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg-dark.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg-dark.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg.png b/themes/Mint-Y/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg.png new file mode 120000 index 00000000..009322a2 --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-2.0/panel.rc b/themes/Mint-Y/gtk-2.0/panel.rc new file mode 120000 index 00000000..0946dc58 --- /dev/null +++ b/themes/Mint-Y/gtk-2.0/panel.rc @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-2.0/panel.rc
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/checkbox-checked-dark.png b/themes/Mint-Y/gtk-3.0/assets/checkbox-checked-dark.png new file mode 120000 index 00000000..785ff5ad --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/checkbox-checked-dark.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-checked-dark.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/checkbox-checked-dark@2.png b/themes/Mint-Y/gtk-3.0/assets/checkbox-checked-dark@2.png new file mode 120000 index 00000000..6a6bb011 --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/checkbox-checked-dark@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-checked-dark@2.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/checkbox-checked-insensitive-dark.png b/themes/Mint-Y/gtk-3.0/assets/checkbox-checked-insensitive-dark.png new file mode 120000 index 00000000..410b4b52 --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/checkbox-checked-insensitive-dark.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-checked-insensitive-dark.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/checkbox-checked-insensitive-dark@2.png b/themes/Mint-Y/gtk-3.0/assets/checkbox-checked-insensitive-dark@2.png new file mode 120000 index 00000000..dff2863f --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/checkbox-checked-insensitive-dark@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-checked-insensitive-dark@2.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/checkbox-checked-insensitive-selected.png b/themes/Mint-Y/gtk-3.0/assets/checkbox-checked-insensitive-selected.png new file mode 120000 index 00000000..0f0d5183 --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/checkbox-checked-insensitive-selected.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-checked-insensitive-selected.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/checkbox-checked-insensitive-selected@2.png b/themes/Mint-Y/gtk-3.0/assets/checkbox-checked-insensitive-selected@2.png new file mode 120000 index 00000000..61f8d568 --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/checkbox-checked-insensitive-selected@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-checked-insensitive-selected@2.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/checkbox-checked-insensitive.png b/themes/Mint-Y/gtk-3.0/assets/checkbox-checked-insensitive.png new file mode 120000 index 00000000..3d9acc84 --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/checkbox-checked-insensitive.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-checked-insensitive.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/checkbox-checked-insensitive@2.png b/themes/Mint-Y/gtk-3.0/assets/checkbox-checked-insensitive@2.png new file mode 120000 index 00000000..43b95475 --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/checkbox-checked-insensitive@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-checked-insensitive@2.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/checkbox-checked-selected.png b/themes/Mint-Y/gtk-3.0/assets/checkbox-checked-selected.png new file mode 120000 index 00000000..505dd968 --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/checkbox-checked-selected.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-checked-selected.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/checkbox-checked-selected@2.png b/themes/Mint-Y/gtk-3.0/assets/checkbox-checked-selected@2.png new file mode 120000 index 00000000..79e4130e --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/checkbox-checked-selected@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-checked-selected@2.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/checkbox-checked-selectionmode-dark.png b/themes/Mint-Y/gtk-3.0/assets/checkbox-checked-selectionmode-dark.png new file mode 120000 index 00000000..05c7873d --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/checkbox-checked-selectionmode-dark.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-checked-selectionmode-dark.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/checkbox-checked-selectionmode-dark@2.png b/themes/Mint-Y/gtk-3.0/assets/checkbox-checked-selectionmode-dark@2.png new file mode 120000 index 00000000..4dd8684c --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/checkbox-checked-selectionmode-dark@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-checked-selectionmode-dark@2.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/checkbox-checked-selectionmode.png b/themes/Mint-Y/gtk-3.0/assets/checkbox-checked-selectionmode.png new file mode 120000 index 00000000..b086e603 --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/checkbox-checked-selectionmode.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-checked-selectionmode.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/checkbox-checked-selectionmode@2.png b/themes/Mint-Y/gtk-3.0/assets/checkbox-checked-selectionmode@2.png new file mode 120000 index 00000000..f8c7612f --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/checkbox-checked-selectionmode@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-checked-selectionmode@2.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/checkbox-checked.png b/themes/Mint-Y/gtk-3.0/assets/checkbox-checked.png new file mode 120000 index 00000000..31688cb6 --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/checkbox-checked.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/gtk-2.0/assets/checkbox-checked.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/checkbox-checked@2.png b/themes/Mint-Y/gtk-3.0/assets/checkbox-checked@2.png new file mode 120000 index 00000000..3865ed2c --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/checkbox-checked@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-checked@2.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/checkbox-mixed-dark.png b/themes/Mint-Y/gtk-3.0/assets/checkbox-mixed-dark.png new file mode 120000 index 00000000..6ca3f603 --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/checkbox-mixed-dark.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-mixed-dark.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/checkbox-mixed-dark@2.png b/themes/Mint-Y/gtk-3.0/assets/checkbox-mixed-dark@2.png new file mode 120000 index 00000000..11fd1be6 --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/checkbox-mixed-dark@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-mixed-dark@2.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/checkbox-mixed-insensitive-dark.png b/themes/Mint-Y/gtk-3.0/assets/checkbox-mixed-insensitive-dark.png new file mode 120000 index 00000000..b0173efa --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/checkbox-mixed-insensitive-dark.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-mixed-insensitive-dark.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/checkbox-mixed-insensitive-dark@2.png b/themes/Mint-Y/gtk-3.0/assets/checkbox-mixed-insensitive-dark@2.png new file mode 120000 index 00000000..d3222499 --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/checkbox-mixed-insensitive-dark@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-mixed-insensitive-dark@2.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/checkbox-mixed-insensitive-selected.png b/themes/Mint-Y/gtk-3.0/assets/checkbox-mixed-insensitive-selected.png new file mode 120000 index 00000000..3d1ab44d --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/checkbox-mixed-insensitive-selected.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-mixed-insensitive-selected.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/checkbox-mixed-insensitive-selected@2.png b/themes/Mint-Y/gtk-3.0/assets/checkbox-mixed-insensitive-selected@2.png new file mode 120000 index 00000000..c53badd2 --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/checkbox-mixed-insensitive-selected@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-mixed-insensitive-selected@2.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/checkbox-mixed-insensitive.png b/themes/Mint-Y/gtk-3.0/assets/checkbox-mixed-insensitive.png new file mode 120000 index 00000000..8980f434 --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/checkbox-mixed-insensitive.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-mixed-insensitive.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/checkbox-mixed-insensitive@2.png b/themes/Mint-Y/gtk-3.0/assets/checkbox-mixed-insensitive@2.png new file mode 120000 index 00000000..50fd9ed0 --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/checkbox-mixed-insensitive@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-mixed-insensitive@2.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/checkbox-mixed-selected.png b/themes/Mint-Y/gtk-3.0/assets/checkbox-mixed-selected.png new file mode 120000 index 00000000..d8b25bc1 --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/checkbox-mixed-selected.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-mixed-selected.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/checkbox-mixed-selected@2.png b/themes/Mint-Y/gtk-3.0/assets/checkbox-mixed-selected@2.png new file mode 120000 index 00000000..2418e380 --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/checkbox-mixed-selected@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-mixed-selected@2.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/checkbox-mixed.png b/themes/Mint-Y/gtk-3.0/assets/checkbox-mixed.png new file mode 120000 index 00000000..ba014035 --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/checkbox-mixed.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-mixed.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/checkbox-mixed@2.png b/themes/Mint-Y/gtk-3.0/assets/checkbox-mixed@2.png new file mode 120000 index 00000000..1c432437 --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/checkbox-mixed@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-mixed@2.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/checkbox-selectionmode-dark.png b/themes/Mint-Y/gtk-3.0/assets/checkbox-selectionmode-dark.png new file mode 120000 index 00000000..701bb16d --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/checkbox-selectionmode-dark.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-selectionmode-dark.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/checkbox-selectionmode-dark@2.png b/themes/Mint-Y/gtk-3.0/assets/checkbox-selectionmode-dark@2.png new file mode 120000 index 00000000..80550803 --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/checkbox-selectionmode-dark@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-selectionmode-dark@2.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/checkbox-selectionmode.png b/themes/Mint-Y/gtk-3.0/assets/checkbox-selectionmode.png new file mode 120000 index 00000000..552b61f4 --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/checkbox-selectionmode.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-selectionmode.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/checkbox-selectionmode@2.png b/themes/Mint-Y/gtk-3.0/assets/checkbox-selectionmode@2.png new file mode 120000 index 00000000..32691876 --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/checkbox-selectionmode@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-selectionmode@2.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/checkbox-unchecked-dark.png b/themes/Mint-Y/gtk-3.0/assets/checkbox-unchecked-dark.png new file mode 120000 index 00000000..49d52946 --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/checkbox-unchecked-dark.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-unchecked-dark.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/checkbox-unchecked-dark@2.png b/themes/Mint-Y/gtk-3.0/assets/checkbox-unchecked-dark@2.png new file mode 120000 index 00000000..ac2df096 --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/checkbox-unchecked-dark@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-unchecked-dark@2.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/checkbox-unchecked-insensitive-dark.png b/themes/Mint-Y/gtk-3.0/assets/checkbox-unchecked-insensitive-dark.png new file mode 120000 index 00000000..4bfa13c8 --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/checkbox-unchecked-insensitive-dark.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-unchecked-insensitive-dark.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/checkbox-unchecked-insensitive-dark@2.png b/themes/Mint-Y/gtk-3.0/assets/checkbox-unchecked-insensitive-dark@2.png new file mode 120000 index 00000000..0279735e --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/checkbox-unchecked-insensitive-dark@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-unchecked-insensitive-dark@2.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/checkbox-unchecked-insensitive-selected.png b/themes/Mint-Y/gtk-3.0/assets/checkbox-unchecked-insensitive-selected.png new file mode 120000 index 00000000..71a75ba9 --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/checkbox-unchecked-insensitive-selected.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-unchecked-insensitive-selected.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/checkbox-unchecked-insensitive-selected@2.png b/themes/Mint-Y/gtk-3.0/assets/checkbox-unchecked-insensitive-selected@2.png new file mode 120000 index 00000000..624efeac --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/checkbox-unchecked-insensitive-selected@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-unchecked-insensitive-selected@2.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/checkbox-unchecked-insensitive.png b/themes/Mint-Y/gtk-3.0/assets/checkbox-unchecked-insensitive.png new file mode 120000 index 00000000..38d5fb15 --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/checkbox-unchecked-insensitive.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-unchecked-insensitive.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/checkbox-unchecked-insensitive@2.png b/themes/Mint-Y/gtk-3.0/assets/checkbox-unchecked-insensitive@2.png new file mode 120000 index 00000000..8a2c2c09 --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/checkbox-unchecked-insensitive@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-unchecked-insensitive@2.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/checkbox-unchecked-selected.png b/themes/Mint-Y/gtk-3.0/assets/checkbox-unchecked-selected.png new file mode 120000 index 00000000..beff8e1a --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/checkbox-unchecked-selected.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-unchecked-selected.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/checkbox-unchecked-selected@2.png b/themes/Mint-Y/gtk-3.0/assets/checkbox-unchecked-selected@2.png new file mode 120000 index 00000000..5f8870e1 --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/checkbox-unchecked-selected@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-unchecked-selected@2.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/checkbox-unchecked.png b/themes/Mint-Y/gtk-3.0/assets/checkbox-unchecked.png new file mode 120000 index 00000000..0671855b --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/checkbox-unchecked.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-unchecked.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/checkbox-unchecked@2.png b/themes/Mint-Y/gtk-3.0/assets/checkbox-unchecked@2.png new file mode 120000 index 00000000..ad6979d4 --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/checkbox-unchecked@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-unchecked@2.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/pane-separator-vertical.png b/themes/Mint-Y/gtk-3.0/assets/pane-separator-vertical.png new file mode 120000 index 00000000..753e53e9 --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/pane-separator-vertical.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/pane-separator-vertical.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/pane-separator-vertical@2.png b/themes/Mint-Y/gtk-3.0/assets/pane-separator-vertical@2.png new file mode 120000 index 00000000..73083733 --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/pane-separator-vertical@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/pane-separator-vertical@2.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/pane-separator.png b/themes/Mint-Y/gtk-3.0/assets/pane-separator.png new file mode 120000 index 00000000..a36f55e8 --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/pane-separator.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/pane-separator.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/pane-separator@2.png b/themes/Mint-Y/gtk-3.0/assets/pane-separator@2.png new file mode 120000 index 00000000..c7045a38 --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/pane-separator@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/pane-separator@2.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/radio-checked-dark.png b/themes/Mint-Y/gtk-3.0/assets/radio-checked-dark.png new file mode 120000 index 00000000..85344c39 --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/radio-checked-dark.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/radio-checked-dark.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/radio-checked-dark@2.png b/themes/Mint-Y/gtk-3.0/assets/radio-checked-dark@2.png new file mode 120000 index 00000000..8a6af815 --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/radio-checked-dark@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/radio-checked-dark@2.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/radio-checked-insensitive-dark.png b/themes/Mint-Y/gtk-3.0/assets/radio-checked-insensitive-dark.png new file mode 120000 index 00000000..c6111e9c --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/radio-checked-insensitive-dark.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/radio-checked-insensitive-dark.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/radio-checked-insensitive-dark@2.png b/themes/Mint-Y/gtk-3.0/assets/radio-checked-insensitive-dark@2.png new file mode 120000 index 00000000..d7a043d8 --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/radio-checked-insensitive-dark@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/radio-checked-insensitive-dark@2.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/radio-checked-insensitive-selected.png b/themes/Mint-Y/gtk-3.0/assets/radio-checked-insensitive-selected.png new file mode 120000 index 00000000..8f930b5e --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/radio-checked-insensitive-selected.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/radio-checked-insensitive-selected.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/radio-checked-insensitive-selected@2.png b/themes/Mint-Y/gtk-3.0/assets/radio-checked-insensitive-selected@2.png new file mode 120000 index 00000000..f360d683 --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/radio-checked-insensitive-selected@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/radio-checked-insensitive-selected@2.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/radio-checked-insensitive.png b/themes/Mint-Y/gtk-3.0/assets/radio-checked-insensitive.png new file mode 120000 index 00000000..eac66632 --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/radio-checked-insensitive.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/radio-checked-insensitive.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/radio-checked-insensitive@2.png b/themes/Mint-Y/gtk-3.0/assets/radio-checked-insensitive@2.png new file mode 120000 index 00000000..3ed0afcb --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/radio-checked-insensitive@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/radio-checked-insensitive@2.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/radio-checked-selected.png b/themes/Mint-Y/gtk-3.0/assets/radio-checked-selected.png new file mode 120000 index 00000000..07406a13 --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/radio-checked-selected.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/radio-checked-selected.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/radio-checked-selected@2.png b/themes/Mint-Y/gtk-3.0/assets/radio-checked-selected@2.png new file mode 120000 index 00000000..b991e31d --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/radio-checked-selected@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/radio-checked-selected@2.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/radio-checked.png b/themes/Mint-Y/gtk-3.0/assets/radio-checked.png new file mode 120000 index 00000000..97d61a26 --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/radio-checked.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/gtk-2.0/assets/radio-checked.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/radio-checked@2.png b/themes/Mint-Y/gtk-3.0/assets/radio-checked@2.png new file mode 120000 index 00000000..ea518040 --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/radio-checked@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/radio-checked@2.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/radio-mixed-dark.png b/themes/Mint-Y/gtk-3.0/assets/radio-mixed-dark.png new file mode 120000 index 00000000..d457cf77 --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/radio-mixed-dark.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/radio-mixed-dark.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/radio-mixed-dark@2.png b/themes/Mint-Y/gtk-3.0/assets/radio-mixed-dark@2.png new file mode 120000 index 00000000..33d9aa0a --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/radio-mixed-dark@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/radio-mixed-dark@2.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/radio-mixed-insensitive-dark.png b/themes/Mint-Y/gtk-3.0/assets/radio-mixed-insensitive-dark.png new file mode 120000 index 00000000..71ebd2ea --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/radio-mixed-insensitive-dark.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/radio-mixed-insensitive-dark.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/radio-mixed-insensitive-dark@2.png b/themes/Mint-Y/gtk-3.0/assets/radio-mixed-insensitive-dark@2.png new file mode 120000 index 00000000..92b3a25f --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/radio-mixed-insensitive-dark@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/radio-mixed-insensitive-dark@2.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/radio-mixed-insensitive-selected.png b/themes/Mint-Y/gtk-3.0/assets/radio-mixed-insensitive-selected.png new file mode 120000 index 00000000..4b735fad --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/radio-mixed-insensitive-selected.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/radio-mixed-insensitive-selected.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/radio-mixed-insensitive-selected@2.png b/themes/Mint-Y/gtk-3.0/assets/radio-mixed-insensitive-selected@2.png new file mode 120000 index 00000000..86d29a5c --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/radio-mixed-insensitive-selected@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/radio-mixed-insensitive-selected@2.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/radio-mixed-insensitive.png b/themes/Mint-Y/gtk-3.0/assets/radio-mixed-insensitive.png new file mode 120000 index 00000000..0d776c36 --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/radio-mixed-insensitive.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/radio-mixed-insensitive.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/radio-mixed-insensitive@2.png b/themes/Mint-Y/gtk-3.0/assets/radio-mixed-insensitive@2.png new file mode 120000 index 00000000..411b0d7c --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/radio-mixed-insensitive@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/radio-mixed-insensitive@2.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/radio-mixed-selected.png b/themes/Mint-Y/gtk-3.0/assets/radio-mixed-selected.png new file mode 120000 index 00000000..07b7fe37 --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/radio-mixed-selected.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/radio-mixed-selected.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/radio-mixed-selected@2.png b/themes/Mint-Y/gtk-3.0/assets/radio-mixed-selected@2.png new file mode 120000 index 00000000..8de4a592 --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/radio-mixed-selected@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/radio-mixed-selected@2.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/radio-mixed.png b/themes/Mint-Y/gtk-3.0/assets/radio-mixed.png new file mode 120000 index 00000000..e6736212 --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/radio-mixed.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/radio-mixed.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/radio-mixed@2.png b/themes/Mint-Y/gtk-3.0/assets/radio-mixed@2.png new file mode 120000 index 00000000..cf185743 --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/radio-mixed@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/radio-mixed@2.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/radio-unchecked-dark.png b/themes/Mint-Y/gtk-3.0/assets/radio-unchecked-dark.png new file mode 120000 index 00000000..b183aee8 --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/radio-unchecked-dark.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/radio-unchecked-dark.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/radio-unchecked-dark@2.png b/themes/Mint-Y/gtk-3.0/assets/radio-unchecked-dark@2.png new file mode 120000 index 00000000..c5fedef4 --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/radio-unchecked-dark@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/radio-unchecked-dark@2.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/radio-unchecked-insensitive-dark.png b/themes/Mint-Y/gtk-3.0/assets/radio-unchecked-insensitive-dark.png new file mode 120000 index 00000000..d2dea920 --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/radio-unchecked-insensitive-dark.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/radio-unchecked-insensitive-dark.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/radio-unchecked-insensitive-dark@2.png b/themes/Mint-Y/gtk-3.0/assets/radio-unchecked-insensitive-dark@2.png new file mode 120000 index 00000000..544f0246 --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/radio-unchecked-insensitive-dark@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/radio-unchecked-insensitive-dark@2.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/radio-unchecked-insensitive-selected.png b/themes/Mint-Y/gtk-3.0/assets/radio-unchecked-insensitive-selected.png new file mode 120000 index 00000000..8a4713a6 --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/radio-unchecked-insensitive-selected.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/radio-unchecked-insensitive-selected.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/radio-unchecked-insensitive-selected@2.png b/themes/Mint-Y/gtk-3.0/assets/radio-unchecked-insensitive-selected@2.png new file mode 120000 index 00000000..086ef348 --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/radio-unchecked-insensitive-selected@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/radio-unchecked-insensitive-selected@2.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/radio-unchecked-insensitive.png b/themes/Mint-Y/gtk-3.0/assets/radio-unchecked-insensitive.png new file mode 120000 index 00000000..cf4c8f9c --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/radio-unchecked-insensitive.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/radio-unchecked-insensitive.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/radio-unchecked-insensitive@2.png b/themes/Mint-Y/gtk-3.0/assets/radio-unchecked-insensitive@2.png new file mode 120000 index 00000000..302a08d1 --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/radio-unchecked-insensitive@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/radio-unchecked-insensitive@2.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/radio-unchecked-selected.png b/themes/Mint-Y/gtk-3.0/assets/radio-unchecked-selected.png new file mode 120000 index 00000000..a84e46bf --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/radio-unchecked-selected.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/radio-unchecked-selected.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/radio-unchecked-selected@2.png b/themes/Mint-Y/gtk-3.0/assets/radio-unchecked-selected@2.png new file mode 120000 index 00000000..40a26bc5 --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/radio-unchecked-selected@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/radio-unchecked-selected@2.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/radio-unchecked.png b/themes/Mint-Y/gtk-3.0/assets/radio-unchecked.png new file mode 120000 index 00000000..174b5857 --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/radio-unchecked.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/radio-unchecked.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/radio-unchecked@2.png b/themes/Mint-Y/gtk-3.0/assets/radio-unchecked@2.png new file mode 120000 index 00000000..936b3882 --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/radio-unchecked@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/radio-unchecked@2.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/switch-active-dark.png b/themes/Mint-Y/gtk-3.0/assets/switch-active-dark.png new file mode 120000 index 00000000..2256b2ae --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/switch-active-dark.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/switch-active-dark.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/switch-active-dark@2.png b/themes/Mint-Y/gtk-3.0/assets/switch-active-dark@2.png new file mode 120000 index 00000000..c3940823 --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/switch-active-dark@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/switch-active-dark@2.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/switch-active-header-dark.png b/themes/Mint-Y/gtk-3.0/assets/switch-active-header-dark.png new file mode 120000 index 00000000..c73b3285 --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/switch-active-header-dark.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/switch-active-header-dark.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/switch-active-header-dark@2.png b/themes/Mint-Y/gtk-3.0/assets/switch-active-header-dark@2.png new file mode 120000 index 00000000..a5b928e3 --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/switch-active-header-dark@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/switch-active-header-dark@2.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/switch-active-header.png b/themes/Mint-Y/gtk-3.0/assets/switch-active-header.png new file mode 120000 index 00000000..03a1c0f2 --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/switch-active-header.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/switch-active-header.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/switch-active-header@2.png b/themes/Mint-Y/gtk-3.0/assets/switch-active-header@2.png new file mode 120000 index 00000000..ee3b21da --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/switch-active-header@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/switch-active-header@2.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/switch-active-insensitive-dark.png b/themes/Mint-Y/gtk-3.0/assets/switch-active-insensitive-dark.png new file mode 120000 index 00000000..69d5343c --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/switch-active-insensitive-dark.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/switch-active-insensitive-dark.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/switch-active-insensitive-dark@2.png b/themes/Mint-Y/gtk-3.0/assets/switch-active-insensitive-dark@2.png new file mode 120000 index 00000000..818ed6b7 --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/switch-active-insensitive-dark@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/switch-active-insensitive-dark@2.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/switch-active-insensitive-header-dark.png b/themes/Mint-Y/gtk-3.0/assets/switch-active-insensitive-header-dark.png new file mode 120000 index 00000000..a7d7f3a0 --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/switch-active-insensitive-header-dark.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/switch-active-insensitive-header-dark.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/switch-active-insensitive-header-dark@2.png b/themes/Mint-Y/gtk-3.0/assets/switch-active-insensitive-header-dark@2.png new file mode 120000 index 00000000..7736b58d --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/switch-active-insensitive-header-dark@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/switch-active-insensitive-header-dark@2.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/switch-active-insensitive-header.png b/themes/Mint-Y/gtk-3.0/assets/switch-active-insensitive-header.png new file mode 120000 index 00000000..bc4dc64a --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/switch-active-insensitive-header.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/switch-active-insensitive-header.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/switch-active-insensitive-header@2.png b/themes/Mint-Y/gtk-3.0/assets/switch-active-insensitive-header@2.png new file mode 120000 index 00000000..1dafb49c --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/switch-active-insensitive-header@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/switch-active-insensitive-header@2.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/switch-active-insensitive-selected.png b/themes/Mint-Y/gtk-3.0/assets/switch-active-insensitive-selected.png new file mode 120000 index 00000000..bd47deaf --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/switch-active-insensitive-selected.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/switch-active-insensitive-selected.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/switch-active-insensitive-selected@2.png b/themes/Mint-Y/gtk-3.0/assets/switch-active-insensitive-selected@2.png new file mode 120000 index 00000000..6ad3a248 --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/switch-active-insensitive-selected@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/switch-active-insensitive-selected@2.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/switch-active-insensitive.png b/themes/Mint-Y/gtk-3.0/assets/switch-active-insensitive.png new file mode 120000 index 00000000..bc4dc64a --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/switch-active-insensitive.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/switch-active-insensitive-header.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/switch-active-insensitive@2.png b/themes/Mint-Y/gtk-3.0/assets/switch-active-insensitive@2.png new file mode 120000 index 00000000..1dafb49c --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/switch-active-insensitive@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/switch-active-insensitive-header@2.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/switch-active-selected.png b/themes/Mint-Y/gtk-3.0/assets/switch-active-selected.png new file mode 120000 index 00000000..4f41ea47 --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/switch-active-selected.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/switch-active-selected.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/switch-active-selected@2.png b/themes/Mint-Y/gtk-3.0/assets/switch-active-selected@2.png new file mode 120000 index 00000000..e06bb3c8 --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/switch-active-selected@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/switch-active-selected@2.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/switch-active.png b/themes/Mint-Y/gtk-3.0/assets/switch-active.png new file mode 120000 index 00000000..03a1c0f2 --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/switch-active.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/switch-active-header.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/switch-active@2.png b/themes/Mint-Y/gtk-3.0/assets/switch-active@2.png new file mode 120000 index 00000000..ee3b21da --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/switch-active@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/switch-active-header@2.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/switch-dark.png b/themes/Mint-Y/gtk-3.0/assets/switch-dark.png new file mode 120000 index 00000000..2c6fa957 --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/switch-dark.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/switch-dark.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/switch-dark@2.png b/themes/Mint-Y/gtk-3.0/assets/switch-dark@2.png new file mode 120000 index 00000000..52c9f38d --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/switch-dark@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/switch-dark@2.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/switch-header-dark.png b/themes/Mint-Y/gtk-3.0/assets/switch-header-dark.png new file mode 120000 index 00000000..3954cfee --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/switch-header-dark.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/switch-header-dark.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/switch-header-dark@2.png b/themes/Mint-Y/gtk-3.0/assets/switch-header-dark@2.png new file mode 120000 index 00000000..59042f97 --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/switch-header-dark@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/switch-header-dark@2.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/switch-header.png b/themes/Mint-Y/gtk-3.0/assets/switch-header.png new file mode 120000 index 00000000..76040551 --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/switch-header.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/switch-header.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/switch-header@2.png b/themes/Mint-Y/gtk-3.0/assets/switch-header@2.png new file mode 120000 index 00000000..5d183946 --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/switch-header@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/switch-header@2.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/switch-insensitive-dark.png b/themes/Mint-Y/gtk-3.0/assets/switch-insensitive-dark.png new file mode 120000 index 00000000..3ba0ad82 --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/switch-insensitive-dark.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/switch-insensitive-dark.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/switch-insensitive-dark@2.png b/themes/Mint-Y/gtk-3.0/assets/switch-insensitive-dark@2.png new file mode 120000 index 00000000..d36d5a65 --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/switch-insensitive-dark@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/switch-insensitive-dark@2.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/switch-insensitive-header-dark.png b/themes/Mint-Y/gtk-3.0/assets/switch-insensitive-header-dark.png new file mode 120000 index 00000000..608b0c7e --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/switch-insensitive-header-dark.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/switch-insensitive-header-dark.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/switch-insensitive-header-dark@2.png b/themes/Mint-Y/gtk-3.0/assets/switch-insensitive-header-dark@2.png new file mode 120000 index 00000000..27e24694 --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/switch-insensitive-header-dark@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/switch-insensitive-header-dark@2.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/switch-insensitive-header.png b/themes/Mint-Y/gtk-3.0/assets/switch-insensitive-header.png new file mode 120000 index 00000000..dabe6fb8 --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/switch-insensitive-header.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/switch-insensitive-header.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/switch-insensitive-header@2.png b/themes/Mint-Y/gtk-3.0/assets/switch-insensitive-header@2.png new file mode 120000 index 00000000..21037a4d --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/switch-insensitive-header@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/switch-insensitive-header@2.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/switch-insensitive-selected.png b/themes/Mint-Y/gtk-3.0/assets/switch-insensitive-selected.png new file mode 120000 index 00000000..5736b9eb --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/switch-insensitive-selected.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/switch-insensitive-selected.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/switch-insensitive-selected@2.png b/themes/Mint-Y/gtk-3.0/assets/switch-insensitive-selected@2.png new file mode 120000 index 00000000..74b009c3 --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/switch-insensitive-selected@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/switch-insensitive-selected@2.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/switch-insensitive.png b/themes/Mint-Y/gtk-3.0/assets/switch-insensitive.png new file mode 120000 index 00000000..0a088f48 --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/switch-insensitive.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/switch-insensitive.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/switch-insensitive@2.png b/themes/Mint-Y/gtk-3.0/assets/switch-insensitive@2.png new file mode 120000 index 00000000..215cca4f --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/switch-insensitive@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/switch-insensitive@2.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/switch-selected.png b/themes/Mint-Y/gtk-3.0/assets/switch-selected.png new file mode 120000 index 00000000..c133ab3c --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/switch-selected.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/switch-selected.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/switch-selected@2.png b/themes/Mint-Y/gtk-3.0/assets/switch-selected@2.png new file mode 120000 index 00000000..83b374f8 --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/switch-selected@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/switch-selected@2.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/switch.png b/themes/Mint-Y/gtk-3.0/assets/switch.png new file mode 120000 index 00000000..d28f4689 --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/switch.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/switch.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/switch@2.png b/themes/Mint-Y/gtk-3.0/assets/switch@2.png new file mode 120000 index 00000000..f5aab54d --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/switch@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/switch@2.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/titlebutton-close-active-dark.png b/themes/Mint-Y/gtk-3.0/assets/titlebutton-close-active-dark.png new file mode 120000 index 00000000..c1784d6c --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/titlebutton-close-active-dark.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-close-active-dark.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/titlebutton-close-active-dark@2.png b/themes/Mint-Y/gtk-3.0/assets/titlebutton-close-active-dark@2.png new file mode 120000 index 00000000..ac684713 --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/titlebutton-close-active-dark@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-close-active-dark@2.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/titlebutton-close-active.png b/themes/Mint-Y/gtk-3.0/assets/titlebutton-close-active.png new file mode 120000 index 00000000..754f4bcf --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/titlebutton-close-active.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-close-active.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/titlebutton-close-active@2.png b/themes/Mint-Y/gtk-3.0/assets/titlebutton-close-active@2.png new file mode 120000 index 00000000..b0913781 --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/titlebutton-close-active@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-close-active@2.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/titlebutton-close-backdrop-dark.png b/themes/Mint-Y/gtk-3.0/assets/titlebutton-close-backdrop-dark.png new file mode 120000 index 00000000..f38c1e80 --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/titlebutton-close-backdrop-dark.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-close-backdrop-dark.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/titlebutton-close-backdrop-dark@2.png b/themes/Mint-Y/gtk-3.0/assets/titlebutton-close-backdrop-dark@2.png new file mode 120000 index 00000000..5db8af16 --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/titlebutton-close-backdrop-dark@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-close-backdrop-dark@2.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/titlebutton-close-backdrop.png b/themes/Mint-Y/gtk-3.0/assets/titlebutton-close-backdrop.png new file mode 120000 index 00000000..24a62425 --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/titlebutton-close-backdrop.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-close-backdrop.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/titlebutton-close-backdrop@2.png b/themes/Mint-Y/gtk-3.0/assets/titlebutton-close-backdrop@2.png new file mode 120000 index 00000000..c0f91f34 --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/titlebutton-close-backdrop@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-close-backdrop@2.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/titlebutton-close-dark.png b/themes/Mint-Y/gtk-3.0/assets/titlebutton-close-dark.png new file mode 120000 index 00000000..cf9cc9d8 --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/titlebutton-close-dark.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-close-dark.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/titlebutton-close-dark@2.png b/themes/Mint-Y/gtk-3.0/assets/titlebutton-close-dark@2.png new file mode 120000 index 00000000..43b1c838 --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/titlebutton-close-dark@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-close-dark@2.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/titlebutton-close-hover-dark.png b/themes/Mint-Y/gtk-3.0/assets/titlebutton-close-hover-dark.png new file mode 120000 index 00000000..fe62e129 --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/titlebutton-close-hover-dark.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-close-hover-dark.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/titlebutton-close-hover-dark@2.png b/themes/Mint-Y/gtk-3.0/assets/titlebutton-close-hover-dark@2.png new file mode 120000 index 00000000..bb0fc1db --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/titlebutton-close-hover-dark@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-close-hover-dark@2.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/titlebutton-close-hover.png b/themes/Mint-Y/gtk-3.0/assets/titlebutton-close-hover.png new file mode 120000 index 00000000..5aed3c72 --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/titlebutton-close-hover.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-close-hover.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/titlebutton-close-hover@2.png b/themes/Mint-Y/gtk-3.0/assets/titlebutton-close-hover@2.png new file mode 120000 index 00000000..af988972 --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/titlebutton-close-hover@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-close-hover@2.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/titlebutton-close.png b/themes/Mint-Y/gtk-3.0/assets/titlebutton-close.png new file mode 120000 index 00000000..affec016 --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/titlebutton-close.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-close.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/titlebutton-close@2.png b/themes/Mint-Y/gtk-3.0/assets/titlebutton-close@2.png new file mode 120000 index 00000000..ae08c295 --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/titlebutton-close@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-close@2.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/titlebutton-max-active-dark.png b/themes/Mint-Y/gtk-3.0/assets/titlebutton-max-active-dark.png new file mode 120000 index 00000000..198caf98 --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/titlebutton-max-active-dark.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-max-active-dark.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/titlebutton-max-active-dark@2.png b/themes/Mint-Y/gtk-3.0/assets/titlebutton-max-active-dark@2.png new file mode 120000 index 00000000..2710d9d9 --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/titlebutton-max-active-dark@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-max-active-dark@2.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/titlebutton-max-active.png b/themes/Mint-Y/gtk-3.0/assets/titlebutton-max-active.png new file mode 120000 index 00000000..198caf98 --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/titlebutton-max-active.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-max-active-dark.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/titlebutton-max-active@2.png b/themes/Mint-Y/gtk-3.0/assets/titlebutton-max-active@2.png new file mode 120000 index 00000000..2710d9d9 --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/titlebutton-max-active@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-max-active-dark@2.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/titlebutton-max-backdrop-dark.png b/themes/Mint-Y/gtk-3.0/assets/titlebutton-max-backdrop-dark.png new file mode 120000 index 00000000..b8cf55a7 --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/titlebutton-max-backdrop-dark.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-max-backdrop-dark.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/titlebutton-max-backdrop-dark@2.png b/themes/Mint-Y/gtk-3.0/assets/titlebutton-max-backdrop-dark@2.png new file mode 120000 index 00000000..9f1de39f --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/titlebutton-max-backdrop-dark@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-max-backdrop-dark@2.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/titlebutton-max-backdrop.png b/themes/Mint-Y/gtk-3.0/assets/titlebutton-max-backdrop.png new file mode 120000 index 00000000..b2bb6f7e --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/titlebutton-max-backdrop.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-max-backdrop.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/titlebutton-max-backdrop@2.png b/themes/Mint-Y/gtk-3.0/assets/titlebutton-max-backdrop@2.png new file mode 120000 index 00000000..7355f31a --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/titlebutton-max-backdrop@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-max-backdrop@2.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/titlebutton-max-dark.png b/themes/Mint-Y/gtk-3.0/assets/titlebutton-max-dark.png new file mode 120000 index 00000000..5478e0db --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/titlebutton-max-dark.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-max-dark.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/titlebutton-max-dark@2.png b/themes/Mint-Y/gtk-3.0/assets/titlebutton-max-dark@2.png new file mode 120000 index 00000000..ee0a0a03 --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/titlebutton-max-dark@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-max-dark@2.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/titlebutton-max-hover-dark.png b/themes/Mint-Y/gtk-3.0/assets/titlebutton-max-hover-dark.png new file mode 120000 index 00000000..9105a898 --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/titlebutton-max-hover-dark.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-max-hover-dark.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/titlebutton-max-hover-dark@2.png b/themes/Mint-Y/gtk-3.0/assets/titlebutton-max-hover-dark@2.png new file mode 120000 index 00000000..2482e205 --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/titlebutton-max-hover-dark@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-max-hover-dark@2.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/titlebutton-max-hover.png b/themes/Mint-Y/gtk-3.0/assets/titlebutton-max-hover.png new file mode 120000 index 00000000..c2ff63b3 --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/titlebutton-max-hover.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-max-hover.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/titlebutton-max-hover@2.png b/themes/Mint-Y/gtk-3.0/assets/titlebutton-max-hover@2.png new file mode 120000 index 00000000..e3179728 --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/titlebutton-max-hover@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-max-hover@2.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/titlebutton-max.png b/themes/Mint-Y/gtk-3.0/assets/titlebutton-max.png new file mode 120000 index 00000000..fa0088fd --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/titlebutton-max.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-max.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/titlebutton-max@2.png b/themes/Mint-Y/gtk-3.0/assets/titlebutton-max@2.png new file mode 120000 index 00000000..8d03d182 --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/titlebutton-max@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-max@2.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/titlebutton-min-active-dark.png b/themes/Mint-Y/gtk-3.0/assets/titlebutton-min-active-dark.png new file mode 120000 index 00000000..69c5f1dd --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/titlebutton-min-active-dark.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-min-active-dark.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/titlebutton-min-active-dark@2.png b/themes/Mint-Y/gtk-3.0/assets/titlebutton-min-active-dark@2.png new file mode 120000 index 00000000..603a19d2 --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/titlebutton-min-active-dark@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-min-active-dark@2.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/titlebutton-min-active.png b/themes/Mint-Y/gtk-3.0/assets/titlebutton-min-active.png new file mode 120000 index 00000000..69c5f1dd --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/titlebutton-min-active.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-min-active-dark.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/titlebutton-min-active@2.png b/themes/Mint-Y/gtk-3.0/assets/titlebutton-min-active@2.png new file mode 120000 index 00000000..603a19d2 --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/titlebutton-min-active@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-min-active-dark@2.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/titlebutton-min-backdrop-dark.png b/themes/Mint-Y/gtk-3.0/assets/titlebutton-min-backdrop-dark.png new file mode 120000 index 00000000..ab44cae2 --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/titlebutton-min-backdrop-dark.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-min-backdrop-dark.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/titlebutton-min-backdrop-dark@2.png b/themes/Mint-Y/gtk-3.0/assets/titlebutton-min-backdrop-dark@2.png new file mode 120000 index 00000000..8df3ce02 --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/titlebutton-min-backdrop-dark@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-min-backdrop-dark@2.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/titlebutton-min-backdrop.png b/themes/Mint-Y/gtk-3.0/assets/titlebutton-min-backdrop.png new file mode 120000 index 00000000..a805d720 --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/titlebutton-min-backdrop.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-min-backdrop.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/titlebutton-min-backdrop@2.png b/themes/Mint-Y/gtk-3.0/assets/titlebutton-min-backdrop@2.png new file mode 120000 index 00000000..ebf9f950 --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/titlebutton-min-backdrop@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-min-backdrop@2.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/titlebutton-min-dark.png b/themes/Mint-Y/gtk-3.0/assets/titlebutton-min-dark.png new file mode 120000 index 00000000..f9b19f2f --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/titlebutton-min-dark.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-min-dark.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/titlebutton-min-dark@2.png b/themes/Mint-Y/gtk-3.0/assets/titlebutton-min-dark@2.png new file mode 120000 index 00000000..a6e99e83 --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/titlebutton-min-dark@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-min-dark@2.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/titlebutton-min-hover-dark.png b/themes/Mint-Y/gtk-3.0/assets/titlebutton-min-hover-dark.png new file mode 120000 index 00000000..52bdbb03 --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/titlebutton-min-hover-dark.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-min-hover-dark.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/titlebutton-min-hover-dark@2.png b/themes/Mint-Y/gtk-3.0/assets/titlebutton-min-hover-dark@2.png new file mode 120000 index 00000000..bb1de5b0 --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/titlebutton-min-hover-dark@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-min-hover-dark@2.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/titlebutton-min-hover.png b/themes/Mint-Y/gtk-3.0/assets/titlebutton-min-hover.png new file mode 120000 index 00000000..8311966d --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/titlebutton-min-hover.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-min-hover.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/titlebutton-min-hover@2.png b/themes/Mint-Y/gtk-3.0/assets/titlebutton-min-hover@2.png new file mode 120000 index 00000000..cd5f6676 --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/titlebutton-min-hover@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-min-hover@2.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/titlebutton-min.png b/themes/Mint-Y/gtk-3.0/assets/titlebutton-min.png new file mode 120000 index 00000000..378cbac0 --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/titlebutton-min.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-min.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/assets/titlebutton-min@2.png b/themes/Mint-Y/gtk-3.0/assets/titlebutton-min@2.png new file mode 120000 index 00000000..c1aede3a --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/assets/titlebutton-min@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-min@2.png
\ No newline at end of file diff --git a/themes/Mint-Y/gtk-3.0/gtk.css b/themes/Mint-Y/gtk-3.0/gtk.css new file mode 100644 index 00000000..ce39c8e1 --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/gtk.css @@ -0,0 +1,4151 @@ +* { + background-clip: padding-box; + -GtkToolButton-icon-spacing: 4; + -GtkTextView-error-underline-color: #FC4138; + -GtkScrolledWindow-scrollbar-spacing: 0; + -GtkToolItemGroup-expander-size: 11; + -GtkWidget-text-handle-width: 20; + -GtkWidget-text-handle-height: 20; + -GtkDialog-button-spacing: 4; + -GtkDialog-action-area-border: 6; + outline-color: rgba(48, 48, 48, 0.3); + outline-style: dashed; + outline-offset: -3px; + outline-width: 1px; + -gtk-outline-radius: 2px; } + +.background { + color: #303030; + background-color: rgba(240, 240, 240, 0.999); } + +*:disabled { + -gtk-icon-effect: dim; } + +.gtkstyle-fallback { + background-color: #F0F0F0; + color: #303030; } + .gtkstyle-fallback:hover { + background-color: white; + color: #303030; } + .gtkstyle-fallback:active { + background-color: #d7d7d7; + color: #303030; } + .gtkstyle-fallback:disabled { + background-color: #f9f9f9; + color: rgba(48, 48, 48, 0.55); } + .gtkstyle-fallback:selected { + background-color: #92b372; + color: #ffffff; } + +.view, iconview, +.view text, +iconview text, +textview text { + color: #303030; + background-color: #ffffff; } + .view:selected, iconview:selected, .view:selected:focus, iconview:selected:focus, + .view text:selected, + iconview text:selected, + textview text:selected, + .view text:selected:focus, + iconview text:selected:focus, + textview text:selected:focus { + border-radius: 2px; } + +textview border { + background-color: #f8f8f8; } + +rubberband, .content-view rubberband, treeview.view rubberband, flowbox rubberband, +.rubberband { + border: 1px solid #789d55; + background-color: rgba(120, 157, 85, 0.2); } + +flowbox flowboxchild { + padding: 3px; + border-radius: 2px; } + flowbox flowboxchild:selected { + outline-offset: -2px; } + +label.separator { + color: #303030; } + +label selection { + color: #ffffff; + background-color: #92b372; } + +label:disabled { + color: rgba(48, 48, 48, 0.55); } + +.dim-label, popover label.separator, +popover.background label.separator, label.separator { + color: rgba(48, 48, 48, 0.65); } + +assistant .sidebar { + background-color: #ffffff; + border-top: 1px solid #BDBDBD; } + assistant .sidebar:dir(ltr) { + border-right: 1px solid #BDBDBD; } + assistant .sidebar:dir(rtl) { + border-left: 1px solid #BDBDBD; } + +assistant.csd .sidebar { + border-top-style: none; } + +assistant .sidebar label { + padding: 6px 12px; } + +assistant .sidebar label.highlight { + background-color: #92b372; + color: #ffffff; } + +textview { + background-color: #f8f8f8; + color: #303030; } + +.osd .scale-popup, popover.osd, popover.magnifier, .csd popover.osd, .csd popover.magnifier, +popover.background.osd, +popover.background.magnifier, .csd popover.background.osd, .csd popover.background.magnifier, .osd { + color: #dbdbdb; + border: none; + background-color: #404040; + background-clip: padding-box; + box-shadow: none; } + +@keyframes spin { + to { + -gtk-icon-transform: rotate(1turn); } } + +spinner { + background-image: none; + opacity: 0; + -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); } + spinner:checked { + opacity: 1; + animation: spin 1s linear infinite; } + spinner:checked:disabled { + opacity: 0.5; } + +entry { + border: 1px solid; + padding: 5px 8px; + caret-color: currentColor; + border-radius: 3px; + transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); + color: #303030; + border-color: #BABABA; + background-color: #ffffff; } + entry.search { + border-radius: 4px; } + entry image { + color: #595959; } + entry image.left { + padding-left: 0; + padding-right: 5px; } + entry image.right { + padding-right: 0; + padding-left: 5px; } + entry.flat, entry.flat:focus { + padding: 2px; + color: #303030; + border-color: #BABABA; + background-color: #ffffff; + border: none; + border-radius: 0; } + entry:focus { + background-clip: border-box; + color: #303030; + border-color: #92b372; + background-color: #ffffff; } + entry:disabled { + color: rgba(48, 48, 48, 0.55); + border-color: rgba(186, 186, 186, 0.55); + background-color: rgba(255, 255, 255, 0.55); } + entry.warning { + color: white; + border-color: #f27835; + background-color: #f7ae86; } + entry.warning image { + color: white; } + entry.warning:focus { + color: white; + background-color: #f27835; + box-shadow: none; } + entry.warning selection, entry.warning selection:focus { + background-color: white; + color: #f27835; } + entry.error { + color: white; + border-color: #FC4138; + background-color: #fd8d88; } + entry.error image { + color: white; } + entry.error:focus { + color: white; + background-color: #FC4138; + box-shadow: none; } + entry.error selection, entry.error selection:focus { + background-color: white; + color: #FC4138; } + entry.search-missing { + color: white; + border-color: #FC4138; + background-color: #fd8d88; } + entry.search-missing image { + color: white; } + entry.search-missing:focus { + color: white; + background-color: #FC4138; + box-shadow: none; } + entry.search-missing selection, entry.search-missing selection:focus { + background-color: white; + color: #FC4138; } + entry:drop(active):focus, entry:drop(active) { + border-color: #92b372; + box-shadow: none; } + .osd entry { + color: #dbdbdb; + border-color: rgba(33, 33, 33, 0.4); + background-color: rgba(120, 120, 120, 0.4); } + .osd entry image, .osd entry image:hover { + color: inherit; } + .osd entry:focus { + color: #ffffff; + border-color: rgba(33, 33, 33, 0.4); + background-color: #92b372; } + .osd entry:disabled { + color: rgba(219, 219, 219, 0.55); + background-color: rgba(120, 120, 120, 0.25); } + .osd entry selection:focus, .osd entry selection { + color: #92b372; + background-color: #ffffff; } + entry progress { + margin: 0 -6px; + border-radius: 0; + border-width: 0 0 2px; + border-color: #92b372; + border-style: solid; + background-image: none; + background-color: transparent; + box-shadow: none; } + +treeview entry.flat, treeview entry { + border-radius: 0; + background-image: none; + background-color: #ffffff; } + treeview entry.flat:focus, treeview entry:focus { + border-color: #92b372; } + +@keyframes needs_attention { + from { + background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#92b372), to(transparent)); } + to { + background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#92b372), to(transparent)); } } + +button { + min-height: 22px; + min-width: 20px; + transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); + border: 1px solid; + border-radius: 3px; + padding: 5px 8px; + color: #303030; + outline-color: rgba(48, 48, 48, 0.3); + border-color: #BDBDBD; + background-color: whitesmoke; } + button separator { + margin: 4px 1px; } + button.sidebar-button, button.flat { + border-color: transparent; + background-color: transparent; + background-image: none; + transition: none; } + button.sidebar-button:hover, button.flat:hover { + transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); + transition-duration: 350ms; } + button.sidebar-button:hover:active, button.flat:hover:active { + transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } + button:hover { + color: #303030; + outline-color: rgba(48, 48, 48, 0.3); + border-color: #BDBDBD; + background-color: white; + -gtk-icon-effect: highlight; } + button:active, button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #BDBDBD; + background-color: #92b372; + background-clip: border-box; + transition-duration: 50ms; } + button:active:not(:disabled) label:disabled, button:checked:not(:disabled) label:disabled { + color: inherit; + opacity: 0.6; } + button:active { + color: #303030; } + button:active:hover, button:checked { + color: #ffffff; } + button.sidebar-button, button.flat:disabled { + border-color: transparent; + background-color: transparent; + background-image: none; } + button:disabled { + color: rgba(48, 48, 48, 0.55); + border-color: rgba(189, 189, 189, 0.55); + background-color: rgba(245, 245, 245, 0.55); } + button:disabled label { + color: inherit; } + button:disabled:active, button:disabled:checked { + color: rgba(255, 255, 255, 0.8); + border-color: rgba(146, 179, 114, 0.75); + background-color: rgba(146, 179, 114, 0.75); + opacity: 0.6; } + button:disabled:active label, button:disabled:checked label { + color: inherit; } + button.image-button, headerbar button.titlebutton, + .titlebar button.titlebutton { + min-width: 24px; + padding-left: 5px; + padding-right: 5px; } + button.text-button { + padding-left: 12px; + padding-right: 12px; } + button.text-button.image-button, headerbar button.text-button.titlebutton, + .titlebar button.text-button.titlebutton { + padding-left: 5px; + padding-right: 5px; } + button.text-button.image-button label:first-child, headerbar button.text-button.titlebutton label:first-child, + .titlebar button.text-button.titlebutton label:first-child { + padding-left: 8px; + padding-right: 2px; } + button.text-button.image-button label:last-child, headerbar button.text-button.titlebutton label:last-child, + .titlebar button.text-button.titlebutton label:last-child { + padding-right: 8px; + padding-left: 2px; } + button.text-button.image-button label:only-child, headerbar button.text-button.titlebutton label:only-child, + .titlebar button.text-button.titlebutton label:only-child { + padding-left: 8px; + padding-right: 8px; } + button.text-button.image-button.popup, headerbar button.text-button.popup.titlebutton, + .titlebar button.text-button.popup.titlebutton { + padding-right: 8px; + padding-left: 8px; } + combobox:drop(active) button.combo, button:drop(active) { + color: #92b372; + border-color: #92b372; + box-shadow: none; } + button.osd { + color: #dbdbdb; + outline-color: rgba(219, 219, 219, 0.3); + background-color: #404040; + border-color: #2c2c2c; } + button.osd.image-button, headerbar button.osd.titlebutton, + .titlebar button.osd.titlebutton { + padding: 0; + min-height: 36px; + min-width: 36px; } + button.osd:hover { + color: #92b372; } + button.osd:active, button.osd:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(33, 33, 33, 0.4); + background-color: #92b372; } + button.osd:disabled { + color: #6f6f6f; + border-color: rgba(33, 33, 33, 0.4); + background-color: rgba(120, 120, 120, 0.25); } + .osd button { + color: #dbdbdb; + outline-color: rgba(219, 219, 219, 0.3); + border-color: rgba(33, 33, 33, 0.4); + background-color: rgba(120, 120, 120, 0.4); } + .osd button:hover { + color: #dbdbdb; + outline-color: rgba(219, 219, 219, 0.3); + border-color: rgba(33, 33, 33, 0.4); + background-color: rgba(138, 138, 138, 0.5); } + .osd button:active, .osd button:checked { + background-clip: padding-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(33, 33, 33, 0.4); + background-color: #92b372; } + .osd button:disabled { + color: #6f6f6f; + border-color: rgba(33, 33, 33, 0.4); + background-color: rgba(120, 120, 120, 0.25); } + .osd button.flat { + border-color: transparent; + background-color: transparent; + background-image: none; + box-shadow: none; } + .osd button.flat:hover { + color: #dbdbdb; + outline-color: rgba(219, 219, 219, 0.3); + border-color: rgba(33, 33, 33, 0.4); + background-color: rgba(138, 138, 138, 0.5); } + .osd button.flat:disabled { + color: #6f6f6f; + border-color: rgba(33, 33, 33, 0.4); + background-color: rgba(120, 120, 120, 0.25); + background-image: none; } + .osd button.flat:active, .osd button.flat:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(33, 33, 33, 0.4); + background-color: #92b372; } + .osd .linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child), .osd .linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active) + button:not(:checked):not(:active) { + box-shadow: none; } + button.suggested-action { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #6db442; + border-color: #6db442; } + button.suggested-action.flat { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #6db442; + outline-color: rgba(109, 180, 66, 0.3); } + button.suggested-action:hover { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #88c663; + border-color: #88c663; } + button.suggested-action:active, button.suggested-action:checked { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #568f34; + border-color: #568f34; } + button.suggested-action.flat:disabled { + border-color: transparent; + background-color: transparent; + background-image: none; + color: rgba(48, 48, 48, 0.55); } + button.suggested-action:disabled { + color: rgba(48, 48, 48, 0.55); + border-color: rgba(189, 189, 189, 0.55); + background-color: rgba(245, 245, 245, 0.55); } + button.suggested-action:disabled label { + color: inherit; } + button.destructive-action { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #F04A50; + border-color: #F04A50; } + button.destructive-action.flat { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #F04A50; + outline-color: rgba(240, 74, 80, 0.3); } + button.destructive-action:hover { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #f4797e; + border-color: #f4797e; } + button.destructive-action:active, button.destructive-action:checked { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #ec1b22; + border-color: #ec1b22; } + button.destructive-action.flat:disabled { + border-color: transparent; + background-color: transparent; + background-image: none; + color: rgba(48, 48, 48, 0.55); } + button.destructive-action:disabled { + color: rgba(48, 48, 48, 0.55); + border-color: rgba(189, 189, 189, 0.55); + background-color: rgba(245, 245, 245, 0.55); } + button.destructive-action:disabled label { + color: inherit; } + .stack-switcher > button { + outline-offset: -3px; } + .stack-switcher > button > label { + padding-left: 6px; + padding-right: 6px; } + .stack-switcher > button > image { + padding-left: 6px; + padding-right: 6px; + padding-top: 3px; + padding-bottom: 3px; } + .stack-switcher > button.text-button { + padding-left: 10px; + padding-right: 10px; } + .stack-switcher > button.image-button, headerbar .stack-switcher > button.titlebutton, + .titlebar .stack-switcher > button.titlebutton { + padding-left: 2px; + padding-right: 2px; } + .stack-switcher > button.needs-attention:active > label, .stack-switcher > button.needs-attention:active > image, .stack-switcher > button.needs-attention:checked > label, .stack-switcher > button.needs-attention:checked > image { + animation: none; + background-image: none; } + .stack-switcher > button.needs-attention > label, .stack-switcher > button.needs-attention > image { + animation: needs_attention 150ms ease-in; + background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#92b372), to(transparent)); + background-size: 6px 6px, 6px 6px; + background-repeat: no-repeat; + background-position: right 3px, right 4px; } + .stack-switcher > button.needs-attention > label:dir(rtl), .stack-switcher > button.needs-attention > image:dir(rtl) { + background-position: left 3px, left 4px; } + button.font separator, button.file separator { + background-color: transparent; } + .inline-toolbar button, .inline-toolbar button:backdrop { + border-radius: 2px; + border-width: 1px; } + +.inline-toolbar toolbutton > button { + color: #303030; + outline-color: rgba(48, 48, 48, 0.3); + border-color: #BDBDBD; + background-color: whitesmoke; } + .inline-toolbar toolbutton > button:hover { + color: #303030; + outline-color: rgba(48, 48, 48, 0.3); + border-color: #BDBDBD; + background-color: white; } + .inline-toolbar toolbutton > button:active, .inline-toolbar toolbutton > button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #BDBDBD; + background-color: #92b372; } + .inline-toolbar toolbutton > button:disabled { + color: rgba(48, 48, 48, 0.55); + border-color: rgba(189, 189, 189, 0.55); + background-color: rgba(245, 245, 245, 0.55); } + .inline-toolbar toolbutton > button:disabled label { + color: inherit; } + .inline-toolbar toolbutton > button:disabled:active, .inline-toolbar toolbutton > button:disabled:checked { + color: rgba(255, 255, 255, 0.8); + border-color: rgba(146, 179, 114, 0.75); + background-color: rgba(146, 179, 114, 0.75); + opacity: 0.6; } + .inline-toolbar toolbutton > button:disabled:active label, .inline-toolbar toolbutton > button:disabled:checked label { + color: inherit; } + +.linked:not(.vertical) > combobox > box > button.combo:dir(ltr), .linked:not(.vertical) > combobox > box > button.combo:dir(rtl), +.primary-toolbar .linked:not(.vertical) entry + button:last-child, headerbar .linked:not(.vertical) entry + button:last-child, .primary-toolbar toolbar .linked.stack-switcher:not(.vertical):not(.path-bar) > button, +.primary-toolbar .linked.stack-switcher:not(.vertical):not(.path-bar) > button, .primary-toolbar .inline-toolbar .linked.stack-switcher:not(.vertical):not(.path-bar) > button, headerbar .linked.stack-switcher:not(.vertical):not(.path-bar) > button, +.primary-toolbar toolbar .linked.path-bar:not(.vertical) > button, +.primary-toolbar .linked.path-bar:not(.vertical) > button, +.primary-toolbar .inline-toolbar .linked.path-bar:not(.vertical) > button, +headerbar .linked.path-bar:not(.vertical) > button, spinbutton:not(.vertical) button, spinbutton:not(.vertical) entry, .linked:not(.vertical) > entry, .linked:not(.vertical) > entry:focus, .inline-toolbar button, .inline-toolbar button:backdrop, .linked:not(.vertical) > button, .linked:not(.vertical) > button:hover, .linked:not(.vertical) > button:active, .linked:not(.vertical) > button:checked, toolbar.inline-toolbar toolbutton > button.flat, .inline-toolbar toolbutton > button.flat { + border-radius: 0; + border-right-style: none; } + +popover.combo scrollbar.vertical:dir(rtl), .linked:not(.vertical) > combobox:first-child > box > button.combo, +.primary-toolbar .linked:not(.vertical) entry + button:first-child:last-child, headerbar .linked:not(.vertical) entry + button:first-child:last-child, .primary-toolbar toolbar .linked.stack-switcher:not(.vertical):not(.path-bar) > button:first-child, +.primary-toolbar .linked.stack-switcher:not(.vertical):not(.path-bar) > button:first-child, .primary-toolbar .inline-toolbar .linked.stack-switcher:not(.vertical):not(.path-bar) > button:first-child, headerbar .linked.stack-switcher:not(.vertical):not(.path-bar) > button:first-child, +.primary-toolbar toolbar .linked.path-bar:not(.vertical) > button:first-child, +.primary-toolbar .linked.path-bar:not(.vertical) > button:first-child, +.primary-toolbar .inline-toolbar .linked.path-bar:not(.vertical) > button:first-child, +headerbar .linked.path-bar:not(.vertical) > button:first-child, spinbutton:not(.vertical) button:first-child, spinbutton:not(.vertical) entry:first-child, .linked:not(.vertical) > entry:first-child, .inline-toolbar button:first-child, .inline-toolbar button:first-child:backdrop, .linked:not(.vertical) > button:first-child, toolbar.inline-toolbar toolbutton:first-child > button.flat, .inline-toolbar toolbutton:first-child > button.flat { + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; + border-top-right-radius: 0; + border-bottom-right-radius: 0; } + +popover.combo scrollbar.vertical:dir(ltr), .linked:not(.vertical) > combobox:last-child > box > button.combo, +.primary-toolbar .linked:not(.vertical) entry + button:last-child, headerbar .linked:not(.vertical) entry + button:last-child, .primary-toolbar toolbar .linked.stack-switcher:not(.vertical):not(.path-bar) > button:last-child, +.primary-toolbar .linked.stack-switcher:not(.vertical):not(.path-bar) > button:last-child, .primary-toolbar .inline-toolbar .linked.stack-switcher:not(.vertical):not(.path-bar) > button:last-child, headerbar .linked.stack-switcher:not(.vertical):not(.path-bar) > button:last-child, +.primary-toolbar toolbar .linked.path-bar:not(.vertical) > button:last-child, +.primary-toolbar .linked.path-bar:not(.vertical) > button:last-child, +.primary-toolbar .inline-toolbar .linked.path-bar:not(.vertical) > button:last-child, +headerbar .linked.path-bar:not(.vertical) > button:last-child, spinbutton:not(.vertical) button:last-child, spinbutton:not(.vertical) entry:last-child, .linked:not(.vertical) > entry:last-child, .inline-toolbar button:last-child, .inline-toolbar button:last-child:backdrop, .linked:not(.vertical) > button:last-child, toolbar.inline-toolbar toolbutton:last-child > button.flat, .inline-toolbar toolbutton:last-child > button.flat { + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; + border-top-left-radius: 0; + border-bottom-left-radius: 0; + border-right-style: solid; } + +.linked:not(.vertical) > combobox:only-child > box > button.combo, +.primary-toolbar .linked:not(.vertical) entry + button:only-child:last-child, headerbar .linked:not(.vertical) entry + button:only-child:last-child, .primary-toolbar toolbar .linked.stack-switcher:not(.vertical):not(.path-bar) > button:only-child, +.primary-toolbar .linked.stack-switcher:not(.vertical):not(.path-bar) > button:only-child, .primary-toolbar .inline-toolbar .linked.stack-switcher:not(.vertical):not(.path-bar) > button:only-child, headerbar .linked.stack-switcher:not(.vertical):not(.path-bar) > button:only-child, +.primary-toolbar toolbar .linked.path-bar:not(.vertical) > button:only-child, +.primary-toolbar .linked.path-bar:not(.vertical) > button:only-child, +.primary-toolbar .inline-toolbar .linked.path-bar:not(.vertical) > button:only-child, +headerbar .linked.path-bar:not(.vertical) > button:only-child, spinbutton:not(.vertical) button:only-child, spinbutton:not(.vertical) entry:only-child, .linked:not(.vertical) > entry:only-child, .inline-toolbar button:only-child, .inline-toolbar button:only-child:backdrop, .linked:not(.vertical) > button:only-child, toolbar.inline-toolbar toolbutton:only-child > button.flat, .inline-toolbar toolbutton:only-child > button.flat { + border-radius: 3px; + border-style: solid; } + +.linked.vertical > combobox > box > button.combo, spinbutton.vertical button, spinbutton.vertical entry, .linked.vertical > entry, .linked.vertical > entry:focus, .linked.vertical > button, .linked.vertical > button:hover, .linked.vertical > button:active, .linked.vertical > button:checked { + border-radius: 0; + border-bottom-style: none; } + +list.content > row:first-child, list.content > row.expander:first-child row.header, list.content > row.expander:checked, list.content > row.expander:checked row.header, list.content > row.expander:checked + row, list.content > row.expander:checked + row.expander row.header, popover.combo overshoot.top, popover.combo list > row:first-child, .linked.vertical > combobox:first-child > box > button.combo, spinbutton.vertical button:first-child, spinbutton.vertical entry:first-child, .linked.vertical > entry:first-child, .linked.vertical > button:first-child { + border-top-left-radius: 3px; + border-top-right-radius: 3px; } + +list.content > row:last-child, list.content > row.checked-expander-row-previous-sibling, list.content > row.expander:checked, list.content > row.expander:not(:checked):last-child row.header, list.content > row.expander.checked-expander-row-previous-sibling:not(:checked) row.header, list.content > row.expander.empty:checked row.header, list.content > row.expander list.nested > row:last-child, popover.combo overshoot.bottom, popover.combo list > row:last-child, .linked.vertical > combobox:last-child > box > button.combo, spinbutton.vertical button:last-child, spinbutton.vertical entry:last-child, .linked.vertical > entry:last-child, .linked.vertical > button:last-child { + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; + border-bottom-style: solid; } + +.linked.vertical > combobox:only-child > box > button.combo, spinbutton.vertical button:only-child, spinbutton.vertical entry:only-child, .linked.vertical > entry:only-child, .linked.vertical > button:only-child { + border-radius: 3px; + border-style: solid; } + +TerminalWindow .notebook .active-page .button:active, TerminalWindow .notebook .prelight-page .button:active, TerminalWindow .notebook .active-page .button:hover, TerminalWindow .notebook .prelight-page .button:hover, TerminalWindow .notebook .active-page .button, TerminalWindow .notebook .prelight-page .button, .app-notification button.flat:disabled, .app-notification button.flat, notebook > header > tabs > tab button.flat:active, notebook > header > tabs > tab button.flat:active:hover, notebook > header > tabs > tab button.flat:hover, button:link:hover, button:link:active, button:link:checked, button:visited:hover, button:visited:active, button:visited:checked, button:link, button:visited, menuitem.button.flat, +modelbutton.flat { + border-color: transparent; + background-color: transparent; + background-image: none; + box-shadow: none; } + +menuitem.button.flat, +modelbutton.flat { + transition: none; + min-height: 24px; + padding-left: 8px; + padding-right: 8px; + outline-offset: -3px; + border-radius: 2px; } + menuitem.button.flat:hover, + modelbutton.flat:hover { + background-color: #e6e6e6; } + menuitem.button.flat:checked, + modelbutton.flat:checked { + color: #303030; } + menuitem.button.flat check:last-child, + menuitem.button.flat radio:last-child, + modelbutton.flat check:last-child, + modelbutton.flat radio:last-child { + margin-left: 8px; } + menuitem.button.flat check:first-child, + menuitem.button.flat radio:first-child, + modelbutton.flat check:first-child, + modelbutton.flat radio:first-child { + margin-right: 8px; } + +modelbutton.flat arrow.left { + -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); } + +modelbutton.flat arrow.right { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } + +button:link, button:visited, +*:link { + color: #5294E2; } + button:visited, + *:link:visited { + color: #5294E2; } + *:selected button:visited, *:selected *:link:visited { + color: #d3e1c7; } + button:hover:link, button:hover:visited, + *:link:hover { + color: #7eafe9; } + *:selected button:hover:link, *:selected button:hover:visited, *:selected *:link:hover { + color: #f4f7f1; } + button:active:link, button:active:visited, + *:link:active { + color: #5294E2; } + *:selected button:active:link, *:selected button:active:visited, *:selected *:link:active { + color: #e9f0e3; } + infobar.info *:link, infobar.question *:link, infobar.warning *:link, infobar.error *:link, headerbar.selection-mode .subtitle:link, + .selection-mode.titlebar:not(headerbar) .subtitle:link, button:selected:link, button:selected:visited, *:selected button:link, *:selected button:visited, + *:link:selected, *:selected *:link { + color: #e9f0e3; } + +button:link > label, button:visited > label { + text-decoration-line: underline; } + +spinbutton:drop(active) { + box-shadow: none; } + +spinbutton button:active { + color: #ffffff; } + +spinbutton:disabled { + color: rgba(48, 48, 48, 0.55); } + +spinbutton:not(.vertical) entry { + min-width: 28px; } + +spinbutton:not(.vertical):dir(ltr) entry, spinbutton:not(.vertical):dir(rtl) button.up { + border-radius: 3px 0 0 3px; } + +spinbutton:not(.vertical) > button + button { + border-left-style: none; } + +spinbutton:not(.vertical) > button + button, +spinbutton:not(.vertical) > button:hover:not(:active), +spinbutton:not(.vertical) > button:hover + button { + box-shadow: inset 1px 0 #BDBDBD; } + +spinbutton:not(.vertical) > button:disabled + button:not(:disabled):not(:active):not(:checked):not(:hover), +spinbutton:not(.vertical) > button:not(:disabled):not(:active):not(:checked):not(:hover) + button:disabled { + box-shadow: inset 1px 0 rgba(189, 189, 189, 0.5); } + +spinbutton:not(.vertical) > button:first-child:hover:not(:active), +spinbutton:not(.vertical) > button.up:dir(rtl):hover:not(:active), +spinbutton:not(.vertical) > entry + button:not(:active):hover { + box-shadow: none; } + +spinbutton:not(.vertical) > entry:focus + button { + border-left-color: #92b372; } + +spinbutton:not(.vertical) > entry:drop(active) + button { + border-left-color: #92b372; } + +.osd spinbutton:not(.vertical) > button:hover:not(:active), +.osd spinbutton:not(.vertical) > button:hover + button { + box-shadow: inset 1px 0 rgba(33, 33, 33, 0.4); } + +.osd spinbutton:not(.vertical) > button:first-child:hover:not(:active), +.osd spinbutton:not(.vertical) > button.up:dir(rtl):hover:not(:active), +.osd spinbutton:not(.vertical) > entry + button:not(:active):hover { + box-shadow: none; } + +.osd spinbutton:not(.vertical) > entry:focus + button { + border-left-color: rgba(33, 33, 33, 0.4); } + +spinbutton.vertical button, spinbutton.vertical entry { + padding-left: 4px; + padding-right: 4px; + min-width: 0; } + +spinbutton.vertical button.up { + border-radius: 3px 3px 0 0; } + +spinbutton.vertical > entry:focus + button { + border-top-color: #92b372; } + +spinbutton.vertical > entry:drop(active) + button { + border-top-color: #92b372; } + +combobox button.combo { + padding-top: 3px; + padding-bottom: 3px; } + +combobox arrow { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); + min-height: 16px; + min-width: 16px; } + +toolbar, .inline-toolbar { + -GtkWidget-window-dragging: true; + padding: 4px; + background-color: #F0F0F0; } + toolbar separator, .inline-toolbar separator { + background: none; } + toolbar.horizontal separator, .horizontal.inline-toolbar separator { + margin: 0 6px; } + toolbar.vertical separator, .vertical.inline-toolbar separator { + margin: 6px 0; } + .osd toolbar, .osd .inline-toolbar { + background-color: transparent; } + toolbar.osd, .osd.inline-toolbar { + padding: 7px; + border: 1px solid rgba(0, 0, 0, 0.5); + border-radius: 3px; + background-color: rgba(64, 64, 64, 0.9); } + toolbar.osd.left, .osd.left.inline-toolbar, toolbar.osd.right, .osd.right.inline-toolbar, toolbar.osd.top, .osd.top.inline-toolbar, toolbar.osd.bottom, .osd.bottom.inline-toolbar { + border-radius: 0; } + toolbar.osd.top, .osd.top.inline-toolbar { + border-width: 0 0 1px 0; } + toolbar.osd.bottom, .osd.bottom.inline-toolbar { + border-width: 1px 0 0 0; } + toolbar.osd.left, .osd.left.inline-toolbar { + border-width: 0 1px 0 0; } + toolbar.osd.right, .osd.right.inline-toolbar { + border-width: 0 0 0 1px; } + toolbar:not(.inline-toolbar) switch, .inline-toolbar:not(.inline-toolbar) switch, + toolbar:not(.inline-toolbar) scale, + .inline-toolbar:not(.inline-toolbar) scale, + toolbar:not(.inline-toolbar) entry, + .inline-toolbar:not(.inline-toolbar) entry, + toolbar:not(.inline-toolbar) spinbutton, + .inline-toolbar:not(.inline-toolbar) spinbutton, + toolbar:not(.inline-toolbar) button, + .inline-toolbar:not(.inline-toolbar) button { + margin-right: 1px; + margin-bottom: 1px; } + toolbar:not(.inline-toolbar) .linked > button, .inline-toolbar:not(.inline-toolbar) .linked > button, + toolbar:not(.inline-toolbar) .linked > entry, + .inline-toolbar:not(.inline-toolbar) .linked > entry { + margin-right: 0; } + +.primary-toolbar toolbar, .primary-toolbar .inline-toolbar, +.primary-toolbar:not(.libreoffice-toolbar) { + color: #404040; + background-color: #d9d9d9; + box-shadow: none; + border-width: 0 0 1px 0; + border-style: solid; + border-image: linear-gradient(to bottom, #d9d9d9, #bababa) 1 0 1 0; } + +.inline-toolbar { + background-color: #e8e8e8; + border-style: solid; + border-color: #BDBDBD; + border-width: 0 1px 1px; + padding: 3px; + border-radius: 0 0 3px 3px; } + +searchbar { + background-color: #F0F0F0; + border-style: solid; + border-color: #BDBDBD; + border-width: 0 0 1px; + padding: 3px; } + +actionbar { + padding: 6px; + border-top: 1px solid #BDBDBD; + background-color: #e8e8e8; } + +headerbar, +.titlebar:not(headerbar) { + min-height: 42px; + padding: 0 7px; + border-width: 0 0 1px; + border-style: solid; + border-radius: 0; + border-color: #bdbdbd; + color: #404040; + background-color: #d9d9d9; + box-shadow: inset 0 1px #EEEEEE; } + .csd headerbar, .csd .titlebar:not(headerbar) { + background-color: #d9d9d9; + border-color: #BDBDBD; } + headerbar:backdrop, + .titlebar:backdrop:not(headerbar) { + color: rgba(64, 64, 64, 0.6); + box-shadow: none; } + headerbar .title, + .titlebar:not(headerbar) .title { + font-weight: bold; + padding-left: 12px; + padding-right: 12px; } + headerbar .subtitle, + .titlebar:not(headerbar) .subtitle { + font-size: smaller; + padding-left: 12px; + padding-right: 12px; } + headerbar.selection-mode, + .selection-mode.titlebar:not(headerbar) { + color: #ffffff; + background-color: #92b372; + border-color: #88ac65; + box-shadow: none; } + headerbar.selection-mode:backdrop, + .selection-mode.titlebar:backdrop:not(headerbar) { + background-color: #92b372; + color: rgba(255, 255, 255, 0.6); } + headerbar.selection-mode button, + .selection-mode.titlebar:not(headerbar) button { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0); } + headerbar.selection-mode button.flat, + .selection-mode.titlebar:not(headerbar) button.flat { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #ffffff; + background-color: rgba(255, 255, 255, 0); } + headerbar.selection-mode button:hover, + .selection-mode.titlebar:not(headerbar) button:hover { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0.05); + border-color: rgba(255, 255, 255, 0.5); } + headerbar.selection-mode button:active, headerbar.selection-mode button:checked, + .selection-mode.titlebar:not(headerbar) button:active, + .selection-mode.titlebar:not(headerbar) button:checked { + color: #92b372; + outline-color: rgba(146, 179, 114, 0.3); + background-color: #ffffff; + border-color: #ffffff; } + headerbar.selection-mode button:disabled, + .selection-mode.titlebar:not(headerbar) button:disabled { + color: rgba(255, 255, 255, 0.4); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0); } + headerbar.selection-mode button:disabled:active, headerbar.selection-mode button:disabled:checked, + .selection-mode.titlebar:not(headerbar) button:disabled:active, + .selection-mode.titlebar:not(headerbar) button:disabled:checked { + color: rgba(146, 179, 114, 0.4); + background-color: rgba(255, 255, 255, 0.15); + border-color: rgba(255, 255, 255, 0.15); } + headerbar.selection-mode .selection-menu, + .selection-mode.titlebar:not(headerbar) .selection-menu { + box-shadow: none; + padding-left: 10px; + padding-right: 10px; } + headerbar.selection-mode .selection-menu GtkArrow, + .selection-mode.titlebar:not(headerbar) .selection-menu GtkArrow { + -GtkArrow-arrow-scaling: 1; } + headerbar.selection-mode .selection-menu .arrow, + .selection-mode.titlebar:not(headerbar) .selection-menu .arrow { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } + .maximized headerbar.selection-mode, .maximized .selection-mode.titlebar:not(headerbar) { + background-color: #92b372; } + .tiled headerbar, .tiled headerbar:backdrop, .maximized headerbar, .maximized headerbar:backdrop, .tiled .titlebar:not(headerbar), .maximized .titlebar:not(headerbar) { + border-radius: 0; } + .maximized headerbar, .maximized .titlebar:not(headerbar) { + background-color: #d9d9d9; + border-color: #bdbdbd; } + headerbar.default-decoration, .csd headerbar.default-decoration, headerbar.default-decoration:backdrop, .csd headerbar.default-decoration:backdrop, + .default-decoration.titlebar:not(headerbar) { + min-height: 28px; + padding: 0 7px; + background-color: #d9d9d9; + border-bottom-width: 0; } + .maximized headerbar.default-decoration, .maximized .csd headerbar.default-decoration, .maximized headerbar.default-decoration:backdrop, .maximized .csd headerbar.default-decoration:backdrop, .maximized .default-decoration.titlebar:not(headerbar) { + background-color: #d9d9d9; } + +.titlebar { + border-radius: 3px 3px 0 0; } + +headerbar entry, headerbar button, headerbar separator { + margin-top: 6px; + margin-bottom: 6px; } + +separator:first-child + headerbar, separator:first-child + headerbar:backdrop, headerbar:first-child, headerbar:first-child:backdrop { + border-top-left-radius: 3px; } + .maximized separator:first-child + headerbar, .tiled separator:first-child + headerbar, .maximized separator:first-child + headerbar:backdrop, .tiled separator:first-child + headerbar:backdrop, .maximized headerbar:first-child, .tiled headerbar:first-child, .maximized headerbar:first-child:backdrop, .tiled headerbar:first-child:backdrop { + border-radius: 0; } + +headerbar:last-child, headerbar:last-child:backdrop { + border-top-right-radius: 3px; } + .maximized headerbar:last-child, .tiled headerbar:last-child, .maximized headerbar:last-child:backdrop, .tiled headerbar:last-child:backdrop { + border-radius: 0; } + +window > .titlebar:not(headerbar), window > .titlebar:not(headerbar):backdrop, window.csd > .titlebar:not(headerbar), window.csd > .titlebar:not(headerbar):backdrop { + padding: 0; + background: none; + border: none; + box-shadow: none; } + +.titlebar:not(headerbar) > separator { + background-image: linear-gradient(to bottom, #BDBDBD, #BDBDBD); } + +.primary-toolbar toolbar separator, +.primary-toolbar:not(.libreoffice-toolbar) separator, .primary-toolbar .inline-toolbar separator { + min-width: 1px; + min-height: 1px; + border-width: 0 1px; + border-image: linear-gradient(to bottom, rgba(64, 64, 64, 0) 25%, rgba(64, 64, 64, 0.35) 25%, rgba(64, 64, 64, 0.35) 75%, rgba(64, 64, 64, 0) 75%) 0 1/0 1px stretch; } + .primary-toolbar toolbar separator:backdrop, + .primary-toolbar:not(.libreoffice-toolbar) separator:backdrop, .primary-toolbar .inline-toolbar separator:backdrop { + opacity: 0.6; } + + +.primary-toolbar entry, headerbar entry { + color: #404040; + border-color: rgba(64, 64, 64, 0.3); + background-color: rgba(255, 255, 255, 0.9); } + + .primary-toolbar entry image, headerbar entry image { + color: inherit; } + + .primary-toolbar entry:backdrop, headerbar entry:backdrop { + opacity: 0.85; } + + .primary-toolbar entry:focus, headerbar entry:focus { + color: #404040; + border-color: #92b372; + background-color: rgba(255, 255, 255, 0.9); + background-clip: border-box; } + + .primary-toolbar entry:focus image, headerbar entry:focus image { + color: rgba(64, 64, 64, 0.85); } + + .primary-toolbar entry:disabled, headerbar entry:disabled { + color: rgba(64, 64, 64, 0.55); + background-color: rgba(255, 255, 255, 0.75); } + + .primary-toolbar entry selection:focus, headerbar entry selection:focus { + background-color: #92b372; + color: #ffffff; } + + .primary-toolbar entry progress, headerbar entry progress { + border-color: #92b372; + background-image: none; + background-color: transparent; } + + .primary-toolbar entry.warning, headerbar entry.warning { + color: white; + border-color: #f27835; + background-color: #e89f77; } + + .primary-toolbar entry.warning:focus, headerbar entry.warning:focus { + color: white; + background-color: #f27835; } + + .primary-toolbar entry.warning selection, headerbar entry.warning selection { + background-color: white; + color: #f27835; } + + .primary-toolbar entry.error, headerbar entry.error { + color: white; + border-color: #FC4138; + background-color: #ee7e78; } + + .primary-toolbar entry.error:focus, headerbar entry.error:focus { + color: white; + background-color: #FC4138; } + + .primary-toolbar entry.error selection, headerbar entry.error selection { + background-color: white; + color: #FC4138; } + + +.primary-toolbar button, headerbar button { + color: #404040; + outline-color: rgba(64, 64, 64, 0.3); + outline-offset: -3px; + background-color: rgba(217, 217, 217, 0); + border-color: rgba(217, 217, 217, 0); } + + .primary-toolbar button:backdrop, headerbar button:backdrop { + opacity: 0.7; } + + .primary-toolbar button:hover, headerbar button:hover { + color: #404040; + outline-color: rgba(64, 64, 64, 0.3); + border-color: rgba(64, 64, 64, 0.3); + background-color: rgba(245, 245, 245, 0.9); } + + .primary-toolbar button:active, headerbar button:active, + .primary-toolbar button:checked, headerbar button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(64, 64, 64, 0.3); + background-color: #92b372; + background-clip: border-box; } + + .primary-toolbar button:disabled, headerbar button:disabled { + color: rgba(64, 64, 64, 0.55); + background-color: rgba(217, 217, 217, 0); + border-color: rgba(217, 217, 217, 0); } + + .primary-toolbar button:disabled label, headerbar button:disabled label { + color: inherit; } + + .primary-toolbar button:disabled:active, headerbar button:disabled:active, + .primary-toolbar button:disabled:checked, headerbar button:disabled:checked { + color: rgba(255, 255, 255, 0.75); + border-color: rgba(146, 179, 114, 0.65); + background-color: rgba(146, 179, 114, 0.65); } + +.primary-toolbar toolbar.selection-mode button, +.selection-mode.primary-toolbar button, .primary-toolbar .selection-mode.inline-toolbar button, headerbar.selection-mode button { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #ffffff; + background-color: rgba(255, 255, 255, 0); } + + +.primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) button:not(:last-child):not(:only-child), headerbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) button:not(:last-child):not(:only-child) { + margin-right: 1px; } + +.primary-toolbar toolbar .linked:not(.vertical):not(.path-bar) > button, +.primary-toolbar .linked:not(.vertical):not(.path-bar) > button, .primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar) > button, headerbar .linked:not(.vertical):not(.path-bar) > button { + border-radius: 3px; + border-style: solid; } + + +.primary-toolbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action) + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action) + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action), +.primary-toolbar toolbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), +.primary-toolbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), +headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), +.primary-toolbar toolbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), +.primary-toolbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), +headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child) { + box-shadow: none; } + +.primary-toolbar toolbar .linked.stack-switcher:not(.vertical):not(.path-bar) > button, +.primary-toolbar .linked.stack-switcher:not(.vertical):not(.path-bar) > button, .primary-toolbar .inline-toolbar .linked.stack-switcher:not(.vertical):not(.path-bar) > button, headerbar .linked.stack-switcher:not(.vertical):not(.path-bar) > button, +.primary-toolbar toolbar .linked.path-bar:not(.vertical) > button, +.primary-toolbar .linked.path-bar:not(.vertical) > button, +.primary-toolbar .inline-toolbar .linked.path-bar:not(.vertical) > button, +headerbar .linked.path-bar:not(.vertical) > button { + color: #404040; + outline-color: rgba(64, 64, 64, 0.3); + border-color: rgba(64, 64, 64, 0.3); + background-color: rgba(245, 245, 245, 0.9); } + .primary-toolbar toolbar .linked.stack-switcher:not(.vertical):not(.path-bar) > button:hover, + .primary-toolbar .linked.stack-switcher:not(.vertical):not(.path-bar) > button:hover, .primary-toolbar .inline-toolbar .linked.stack-switcher:not(.vertical):not(.path-bar) > button:hover, headerbar .linked.stack-switcher:not(.vertical):not(.path-bar) > button:hover, + .primary-toolbar toolbar .linked.path-bar:not(.vertical) > button:hover, + .primary-toolbar .linked.path-bar:not(.vertical) > button:hover, + .primary-toolbar .inline-toolbar .linked.path-bar:not(.vertical) > button:hover, + headerbar .linked.path-bar:not(.vertical) > button:hover { + background-color: rgba(255, 255, 255, 0.9); } + .primary-toolbar toolbar .linked.stack-switcher:not(.vertical):not(.path-bar) > button:active, + .primary-toolbar .linked.stack-switcher:not(.vertical):not(.path-bar) > button:active, .primary-toolbar .inline-toolbar .linked.stack-switcher:not(.vertical):not(.path-bar) > button:active, headerbar .linked.stack-switcher:not(.vertical):not(.path-bar) > button:active, .primary-toolbar toolbar .linked.stack-switcher:not(.vertical):not(.path-bar) > button:checked, + .primary-toolbar .linked.stack-switcher:not(.vertical):not(.path-bar) > button:checked, .primary-toolbar .inline-toolbar .linked.stack-switcher:not(.vertical):not(.path-bar) > button:checked, headerbar .linked.stack-switcher:not(.vertical):not(.path-bar) > button:checked, + .primary-toolbar toolbar .linked.path-bar:not(.vertical) > button:active, + .primary-toolbar .linked.path-bar:not(.vertical) > button:active, + .primary-toolbar .inline-toolbar .linked.path-bar:not(.vertical) > button:active, + headerbar .linked.path-bar:not(.vertical) > button:active, + .primary-toolbar toolbar .linked.path-bar:not(.vertical) > button:checked, + .primary-toolbar .linked.path-bar:not(.vertical) > button:checked, + .primary-toolbar .inline-toolbar .linked.path-bar:not(.vertical) > button:checked, + headerbar .linked.path-bar:not(.vertical) > button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(64, 64, 64, 0.3); + background-color: #92b372; } + .primary-toolbar toolbar .linked.stack-switcher:not(.vertical):not(.path-bar) > button:disabled, + .primary-toolbar .linked.stack-switcher:not(.vertical):not(.path-bar) > button:disabled, .primary-toolbar .inline-toolbar .linked.stack-switcher:not(.vertical):not(.path-bar) > button:disabled, headerbar .linked.stack-switcher:not(.vertical):not(.path-bar) > button:disabled, + .primary-toolbar toolbar .linked.path-bar:not(.vertical) > button:disabled, + .primary-toolbar .linked.path-bar:not(.vertical) > button:disabled, + .primary-toolbar .inline-toolbar .linked.path-bar:not(.vertical) > button:disabled, + headerbar .linked.path-bar:not(.vertical) > button:disabled { + color: rgba(64, 64, 64, 0.6); } + + +.primary-toolbar .linked:not(.vertical) entry, headerbar .linked:not(.vertical) entry { + box-shadow: none; } + + .primary-toolbar .linked:not(.vertical) entry:focus, headerbar .linked:not(.vertical) entry:focus { + color: #404040; + border-color: rgba(64, 64, 64, 0.3); + background-color: rgba(255, 255, 255, 0.9); + background-clip: padding-box; } + + .primary-toolbar .linked:not(.vertical) entry:focus image, headerbar .linked:not(.vertical) entry:focus image { + color: inherit; } + + .primary-toolbar .linked:not(.vertical) entry + button:last-child, headerbar .linked:not(.vertical) entry + button:last-child { + color: #404040; + outline-color: rgba(64, 64, 64, 0.3); + border-color: rgba(64, 64, 64, 0.3); + background-color: rgba(245, 245, 245, 0.9); } + + .primary-toolbar .linked:not(.vertical) entry + button:last-child:hover, headerbar .linked:not(.vertical) entry + button:last-child:hover { + background-color: rgba(255, 255, 255, 0.9); } + + .primary-toolbar .linked:not(.vertical) entry + button:last-child:active, headerbar .linked:not(.vertical) entry + button:last-child:active, + .primary-toolbar .linked:not(.vertical) entry + button:last-child:checked, headerbar .linked:not(.vertical) entry + button:last-child:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(64, 64, 64, 0.3); + background-color: #92b372; } + + .primary-toolbar .linked:not(.vertical) entry + button:last-child:disabled, headerbar .linked:not(.vertical) entry + button:last-child:disabled { + color: rgba(64, 64, 64, 0.6); + background-color: rgba(245, 245, 245, 0.7); + border-color: rgba(64, 64, 64, 0.3); } + + .primary-toolbar .linked:not(.vertical) entry + button:last-child:disabled:checked, headerbar .linked:not(.vertical) entry + button:last-child:disabled:checked { + background-color: rgba(146, 179, 114, 0.65); + color: rgba(255, 255, 255, 0.75); } + + +.primary-toolbar button.suggested-action, headerbar button.suggested-action { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #6db442; + border-color: #6db442; } + + .primary-toolbar button.suggested-action.flat, headerbar button.suggested-action.flat { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #6db442; + outline-color: rgba(109, 180, 66, 0.3); } + + .primary-toolbar button.suggested-action:hover, headerbar button.suggested-action:hover { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #88c663; + border-color: #88c663; } + + .primary-toolbar button.suggested-action:active, headerbar button.suggested-action:active, + .primary-toolbar button.suggested-action:checked, headerbar button.suggested-action:checked { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #568f34; + border-color: #568f34; } + + .primary-toolbar button.suggested-action:disabled, headerbar button.suggested-action:disabled { + color: rgba(64, 64, 64, 0.55); + background-color: rgba(217, 217, 217, 0); + border-color: rgba(217, 217, 217, 0); } + + .primary-toolbar button.suggested-action:disabled label, headerbar button.suggested-action:disabled label { + color: inherit; } + + +.primary-toolbar button.suggested-action:backdrop, headerbar button.suggested-action:backdrop { + opacity: 0.8; } + + +.primary-toolbar button.destructive-action, headerbar button.destructive-action { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #F04A50; + border-color: #F04A50; } + + .primary-toolbar button.destructive-action.flat, headerbar button.destructive-action.flat { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #F04A50; + outline-color: rgba(240, 74, 80, 0.3); } + + .primary-toolbar button.destructive-action:hover, headerbar button.destructive-action:hover { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #f4797e; + border-color: #f4797e; } + + .primary-toolbar button.destructive-action:active, headerbar button.destructive-action:active, + .primary-toolbar button.destructive-action:checked, headerbar button.destructive-action:checked { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #ec1b22; + border-color: #ec1b22; } + + .primary-toolbar button.destructive-action:disabled, headerbar button.destructive-action:disabled { + color: rgba(64, 64, 64, 0.55); + background-color: rgba(217, 217, 217, 0); + border-color: rgba(217, 217, 217, 0); } + + .primary-toolbar button.destructive-action:disabled label, headerbar button.destructive-action:disabled label { + color: inherit; } + + +.primary-toolbar button.destructive-action:backdrop, headerbar button.destructive-action:backdrop { + opacity: 0.8; } + + +.primary-toolbar spinbutton:focus button, headerbar spinbutton:focus button { + color: #ffffff; } + + .primary-toolbar spinbutton:focus button:hover, headerbar spinbutton:focus button:hover { + background-color: rgba(255, 255, 255, 0.1); + border-color: transparent; } + + .primary-toolbar spinbutton:focus button:disabled, headerbar spinbutton:focus button:disabled { + color: rgba(255, 255, 255, 0.4); } + + +.primary-toolbar spinbutton button, headerbar spinbutton button { + color: #404040; } + + .primary-toolbar spinbutton button:hover, headerbar spinbutton button:hover { + background-color: rgba(64, 64, 64, 0.25); + border-color: transparent; } + + .primary-toolbar spinbutton button:disabled, headerbar spinbutton button:disabled { + color: rgba(64, 64, 64, 0.7); } + + .primary-toolbar spinbutton button:active, headerbar spinbutton button:active { + background-color: rgba(0, 0, 0, 0.1); } + + +.primary-toolbar combobox:disabled, headerbar combobox:disabled { + color: rgba(64, 64, 64, 0.4); } + + +.primary-toolbar combobox > .linked > button.combo, headerbar combobox > .linked > button.combo { + color: #404040; + border-color: rgba(64, 64, 64, 0.3); + background-color: rgba(255, 255, 255, 0.9); } + + .primary-toolbar combobox > .linked > button.combo image, headerbar combobox > .linked > button.combo image { + color: inherit; } + + .primary-toolbar combobox > .linked > button.combo:hover, headerbar combobox > .linked > button.combo:hover { + color: #404040; + border-color: #92b372; + background-color: rgba(255, 255, 255, 0.9); + box-shadow: none; } + + .primary-toolbar combobox > .linked > button.combo:disabled, headerbar combobox > .linked > button.combo:disabled { + color: rgba(64, 64, 64, 0.55); + background-color: rgba(255, 255, 255, 0.75); } + + +.primary-toolbar combobox > .linked > entry.combo:dir(ltr), headerbar combobox > .linked > entry.combo:dir(ltr) { + border-right-style: none; } + + .primary-toolbar combobox > .linked > entry.combo:dir(ltr):focus, headerbar combobox > .linked > entry.combo:dir(ltr):focus { + box-shadow: none; } + + .primary-toolbar combobox > .linked > entry.combo:dir(ltr):focus, headerbar combobox > .linked > entry.combo:dir(ltr):focus { + box-shadow: 1px 0 #92b372; } + + +.primary-toolbar combobox > .linked > entry.combo:dir(rtl), headerbar combobox > .linked > entry.combo:dir(rtl) { + border-left-style: none; } + + .primary-toolbar combobox > .linked > entry.combo:dir(rtl):focus, headerbar combobox > .linked > entry.combo:dir(rtl):focus { + box-shadow: none; } + + .primary-toolbar combobox > .linked > entry.combo:dir(rtl):focus, headerbar combobox > .linked > entry.combo:dir(rtl):focus { + box-shadow: -1px 0 #92b372; } + + +.primary-toolbar combobox > .linked > button.combo:dir(ltr), headerbar combobox > .linked > button.combo:dir(ltr) { + border-top-left-radius: 0; + border-bottom-left-radius: 0; } + + +.primary-toolbar combobox > .linked > button.combo:dir(rtl), headerbar combobox > .linked > button.combo:dir(rtl) { + border-top-right-radius: 0; + border-bottom-right-radius: 0; } + + +.primary-toolbar switch:backdrop, headerbar switch:backdrop { + opacity: 0.75; } + + +.primary-toolbar progressbar trough, headerbar progressbar trough { + background-color: rgba(64, 64, 64, 0.35); } + + +.primary-toolbar progressbar:backdrop, headerbar progressbar:backdrop { + opacity: 0.75; } + + +.primary-toolbar scale:backdrop, headerbar scale:backdrop { + opacity: 0.75; } + + +.primary-toolbar scale slider, headerbar scale slider { + background-color: whitesmoke; + border-color: rgba(64, 64, 64, 0.5); } + + .primary-toolbar scale slider:hover, headerbar scale slider:hover { + background-color: white; + border-color: rgba(64, 64, 64, 0.5); } + + .primary-toolbar scale slider:active, headerbar scale slider:active { + background-color: #92b372; + border-color: #92b372; } + + .primary-toolbar scale slider:disabled, headerbar scale slider:disabled { + background-color: #ededed; + border-color: rgba(64, 64, 64, 0.5); } + + +.primary-toolbar scale trough, headerbar scale trough { + background-color: rgba(64, 64, 64, 0.35); } + + .primary-toolbar scale trough:disabled, headerbar scale trough:disabled { + background-color: rgba(64, 64, 64, 0.3); } + +.path-bar button.text-button, .path-bar button.image-button, .path-bar headerbar button.titlebutton, headerbar .path-bar button.titlebutton, +.path-bar .titlebar button.titlebutton, +.titlebar .path-bar button.titlebutton, .path-bar button { + padding-left: 6px; + padding-right: 6px; } + +.path-bar button.text-button.image-button label, .path-bar headerbar button.text-button.titlebutton label, headerbar .path-bar button.text-button.titlebutton label, +.path-bar .titlebar button.text-button.titlebutton label, +.titlebar .path-bar button.text-button.titlebutton label { + padding-left: 0; + padding-right: 0; } + +.path-bar button.text-button.image-button label:last-child, .path-bar button label:last-child { + padding-right: 10px; } + +.path-bar button.text-button.image-button label:first-child, .path-bar button label:first-child { + padding-left: 10px; } + +.path-bar button.slider-button, .path-bar button:not(.image-button):not(.text-button) { + padding-left: 1px; + padding-right: 1px; } + +.path-bar button image { + padding-left: 4px; + padding-right: 4px; } + +treeview.view { + border-left-color: rgba(48, 48, 48, 0.15); + border-top-color: rgba(0, 0, 0, 0.1); } + * { + -GtkTreeView-horizontal-separator: 4; + -GtkTreeView-grid-line-width: 1; + -GtkTreeView-grid-line-pattern: ''; + -GtkTreeView-tree-line-width: 1; + -GtkTreeView-tree-line-pattern: ''; + -GtkTreeView-expander-size: 16; } + treeview.view acceleditor > label { + background-color: #92b372; } + treeview.view:selected, treeview.view:selected:focus { + border-radius: 0; + border-left-color: #c9d9b9; + border-top-color: rgba(48, 48, 48, 0.1); } + treeview.view:disabled { + color: rgba(48, 48, 48, 0.55); } + treeview.view:disabled:selected { + color: #bed1aa; } + treeview.view.separator { + min-height: 2px; + color: rgba(0, 0, 0, 0.1); } + treeview.view:drop(active) { + border-style: solid none; + border-width: 1px; + border-color: #617251; } + treeview.view.after:drop(active) { + border-top-style: none; } + treeview.view.before:drop(active) { + border-bottom-style: none; } + treeview.view.expander { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); + color: #989898; } + treeview.view.expander:dir(rtl) { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } + treeview.view.expander:hover { + color: #303030; } + treeview.view.expander:selected { + color: #dee8d5; } + treeview.view.expander:selected:hover { + color: #ffffff; } + treeview.view.expander:checked { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } + treeview.view.progressbar, treeview.view.progressbar:focus { + color: #ffffff; + border-radius: 2px; + background-color: #92b372; } + treeview.view.progressbar:selected, treeview.view.progressbar:selected:focus, treeview.view.progressbar:focus:selected, treeview.view.progressbar:focus:selected:focus { + color: #92b372; + box-shadow: none; + background-color: #ffffff; } + treeview.view.trough { + color: #303030; + background-color: #d9d9d9; + border-radius: 2px; + border: 1px solid #BDBDBD; } + treeview.view.trough:selected, treeview.view.trough:selected:focus { + color: #ffffff; + background-color: rgba(0, 0, 0, 0.2); + border-radius: 2px; + border-width: 0; } + treeview.view header button { + padding: 3px 6px; + font-weight: bold; + color: #595959; + background-color: #ededed; + background-image: none; + border-style: none solid solid none; + border-radius: 0; + border-color: #BDBDBD; } + treeview.view header button:active, treeview.view header button:hover { + background-color: whitesmoke; } + treeview.view header button:active:hover { + color: #303030; } + treeview.view header button:disabled { + border-color: #F0F0F0; + background-image: none; } + treeview.view header button:last-child { + border-right-style: none; } + treeview.view button.dnd, treeview.view button.dnd:selected, treeview.view button.dnd:hover, treeview.view button.dnd:active, + treeview.view header.button.dnd, + treeview.view header.button.dnd:selected, + treeview.view header.button.dnd:hover, + treeview.view header.button.dnd:active { + transition: none; + color: #92b372; + box-shadow: inset 1px 1px 0 1px #92b372, inset -1px 0 0 1px #92b372, inset 1px 1px #ffffff, inset -1px 0 #ffffff; } + +menubar, +.menubar { + -GtkWidget-window-dragging: true; + padding: 0px; + background-color: #d9d9d9; + color: #404040; } + menubar:backdrop, + .menubar:backdrop { + color: rgba(64, 64, 64, 0.7); } + menubar > menuitem, + .menubar > menuitem { + padding: 6px 8px; + border: solid transparent; + border-width: 0; } + menubar > menuitem:hover, + .menubar > menuitem:hover { + background-color: #92b372; + color: #ffffff; } + menubar > menuitem:disabled, + .menubar > menuitem:disabled { + color: rgba(64, 64, 64, 0.4); + border-color: transparent; } + menubar > menuitem > label:disabled, + .menubar > menuitem > label:disabled { + color: rgba(64, 64, 64, 0.55); } + +menu, +.menu { + margin: 4px; + padding: 0; + border-radius: 0; + background-color: #ffffff; + border: 1px solid #BDBDBD; } + .csd menu, .csd .menu { + padding: 4px 0px; + border-radius: 2px; + border: none; } + menu separator, .csd menu separator, + .menu separator, .csd .menu separator { + margin: 2px 0; + background-color: #DFDFDF; } + menu .separator:not(label), .csd menu .separator:not(label), + .menu .separator:not(label), .csd .menu .separator:not(label) { + color: #ffffff; } + menu menuitem, + .menu menuitem { + min-height: 16px; + min-width: 40px; + padding: 5px; } + menu menuitem:hover, + .menu menuitem:hover { + color: #ffffff; + background-color: #92b372; } + menu menuitem:disabled, + .menu menuitem:disabled { + color: rgba(48, 48, 48, 0.55); } + menu menuitem arrow, + .menu menuitem arrow { + min-height: 16px; + min-width: 16px; } + menu menuitem arrow:dir(ltr), + .menu menuitem arrow:dir(ltr) { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); + margin-left: 10px; } + menu menuitem arrow:dir(rtl), + .menu menuitem arrow:dir(rtl) { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); + margin-right: 10px; } + menuitem accelerator { + color: alpha(currentColor,0.55); } + menuitem check, menuitem radio { + min-height: 16px; + min-width: 16px; } + menuitem check:dir(ltr), menuitem radio:dir(ltr) { + margin-right: 6px; + margin-left: 2px; } + menuitem check:dir(rtl), menuitem radio:dir(rtl) { + margin-left: 6px; + margin-right: 2px; } + menu > arrow, + .menu > arrow { + border-color: transparent; + background-color: transparent; + background-image: none; + min-width: 16px; + min-height: 16px; + padding: 4px; + background-color: #ffffff; + border-radius: 0; } + menu > arrow.top, + .menu > arrow.top { + margin-top: -6px; + border-bottom: 1px solid #eaeaea; + -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); } + menu > arrow.bottom, + .menu > arrow.bottom { + margin-bottom: -6px; + border-top: 1px solid #eaeaea; + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } + menu > arrow:hover, + .menu > arrow:hover { + background-color: #eaeaea; } + menu > arrow:disabled, + .menu > arrow:disabled { + color: transparent; + background-color: transparent; + border-color: transparent; } + +.csd .popup { + border-radius: 2px; } + +popover, +popover.background { + padding: 2px; + border-radius: 3px; + background-clip: border-box; + background-color: #ffffff; + box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.07); } + .csd popover, popover, .csd popover.background, + popover.background { + border: 1px solid #b0b0b0; } + popover separator, + popover.background separator { + background-color: #ffffff; } + popover label.separator, + popover.background label.separator { + color: #303030; } + popover > list, + popover > .view, + popover > iconview, + popover > toolbar, + popover > .inline-toolbar, + popover.background > list, + popover.background > .view, + popover.background > iconview, + popover.background > toolbar, + popover.background > .inline-toolbar { + border-style: none; + background-color: transparent; } + +cursor-handle { + background-color: transparent; + background-image: none; + box-shadow: none; + border-style: none; } + cursor-handle.top { + -gtk-icon-source: -gtk-icontheme("selection-start-symbolic"); } + cursor-handle.bottom { + -gtk-icon-source: -gtk-icontheme("selection-end-symbolic"); } + +notebook { + padding: 0; } + notebook.frame { + border: 1px solid #BDBDBD; } + notebook.frame > header { + margin: -1px; } + notebook.frame > header.top { + margin-bottom: 0; } + notebook.frame > header.bottom { + margin-top: 0; } + notebook.frame > header.left { + margin-right: 0; } + notebook.frame > header.right { + margin-left: 0; } + notebook.frame > header.top, notebook.frame > header.bottom { + padding-left: 0; + padding-right: 0; } + notebook.frame > header.left, notebook.frame > header.right { + padding-top: 0; + padding-bottom: 0; } + notebook > stack:not(:only-child) { + background-color: #ffffff; } + notebook > header { + padding: 2px; + background-color: #F0F0F0; + /* button in headers */ } + notebook > header.top { + box-shadow: inset 0 -1px #BDBDBD; } + notebook > header.bottom { + box-shadow: inset 0 1px #BDBDBD; } + notebook > header.right { + box-shadow: inset 1px 0 #BDBDBD; } + notebook > header.left { + box-shadow: inset -1px 0 #BDBDBD; } + notebook > header.top { + padding-bottom: 0; } + notebook > header.top > tabs > tab { + padding: 2px 10px; + min-width: 20px; + min-height: 20px; + outline-offset: -4px; + border: 1px solid transparent; + border-bottom: none; + border-radius: 1px 1px 0 0; } + notebook > header.top > tabs > tab + tab { + margin-left: -1px; } + notebook > header.bottom { + padding-top: 0; } + notebook > header.bottom > tabs > tab { + padding: 2px 10px; + min-width: 20px; + min-height: 20px; + outline-offset: -4px; + border: 1px solid transparent; + border-top: none; + border-radius: 0 0 1px 1px; } + notebook > header.bottom > tabs > tab + tab { + margin-left: -1px; } + notebook > header.right { + padding-left: 0; } + notebook > header.right > tabs > tab { + padding: 2px 10px; + min-width: 20px; + min-height: 20px; + outline-offset: -4px; + border: 1px solid transparent; + border-left: none; + border-radius: 0 1px 1px 0; } + notebook > header.right > tabs > tab + tab { + margin-top: -1px; } + notebook > header.left { + padding-right: 0; } + notebook > header.left > tabs > tab { + padding: 2px 10px; + min-width: 20px; + min-height: 20px; + outline-offset: -4px; + border: 1px solid transparent; + border-right: none; + border-radius: 1px 0 0 1px; } + notebook > header.left > tabs > tab + tab { + margin-top: -1px; } + notebook > header.top > tabs > arrow.up, notebook > header.bottom > tabs > arrow.up { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } + notebook > header.top > tabs > arrow.up:last-child, notebook > header.bottom > tabs > arrow.up:last-child { + margin-left: 2px; } + notebook > header.top > tabs > arrow.down, notebook > header.bottom > tabs > arrow.down { + -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); } + notebook > header.top > tabs > arrow.down:first-child, notebook > header.bottom > tabs > arrow.down:first-child { + margin-right: 2px; } + notebook > header.left > tabs > arrow.up, notebook > header.right > tabs > arrow.up { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } + notebook > header.left > tabs > arrow.up:last-child, notebook > header.right > tabs > arrow.up:last-child { + margin-top: 2px; } + notebook > header.left > tabs > arrow.down, notebook > header.right > tabs > arrow.down { + -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); } + notebook > header.left > tabs > arrow.down:first-child, notebook > header.right > tabs > arrow.down:first-child { + margin-bottom: 2px; } + notebook > header > tabs > arrow { + color: rgba(48, 48, 48, 0.55); } + notebook > header > tabs > arrow:hover { + color: rgba(48, 48, 48, 0.775); } + notebook > header > tabs > arrow:active { + color: #303030; } + notebook > header > tabs > arrow:disabled { + color: rgba(48, 48, 48, 0.25); } + notebook > header.top > tabs > tab:hover:not(:checked) { + box-shadow: inset 0 -1px #BDBDBD; } + notebook > header.bottom > tabs > tab:hover:not(:checked) { + box-shadow: inset 0 1px #BDBDBD; } + notebook > header.left > tabs > tab:hover:not(:checked) { + box-shadow: inset -1px 0 #BDBDBD; } + notebook > header.right > tabs > tab:hover:not(:checked) { + box-shadow: inset 1px 0 #BDBDBD; } + notebook > header > tabs > tab { + color: rgba(48, 48, 48, 0.55); + background-color: rgba(255, 255, 255, 0); } + notebook > header > tabs > tab:hover:not(:checked) { + color: rgba(48, 48, 48, 0.775); + background-color: rgba(255, 255, 255, 0.5); + border-color: #BDBDBD; } + notebook > header > tabs > tab:checked { + color: #303030; + background-color: #ffffff; + border-color: #BDBDBD; } + notebook > header > tabs > tab button.flat { + min-height: 22px; + min-width: 16px; + padding: 0; + color: #737373; } + notebook > header > tabs > tab button.flat:hover { + color: #ff4d4d; } + notebook > header > tabs > tab button.flat:active, notebook > header > tabs > tab button.flat:active:hover { + color: #92b372; } + notebook > header button.flat { + padding: 2px; } + +scrollbar { + background-color: #fcfcfc; + transition: 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } + * { + -GtkScrollbar-has-backward-stepper: false; + -GtkScrollbar-has-forward-stepper: false; } + scrollbar.top { + border-bottom: 1px solid #BDBDBD; } + scrollbar.bottom { + border-top: 1px solid #BDBDBD; } + scrollbar.left { + border-right: 1px solid #BDBDBD; } + scrollbar.right { + border-left: 1px solid #BDBDBD; } + scrollbar button { + border: none; } + scrollbar slider { + min-width: 6px; + min-height: 6px; + margin: -1px; + border: 4px solid transparent; + border-radius: 8px; + background-clip: padding-box; + background-color: #a3a3a3; } + scrollbar slider:hover { + background-color: #b6b6b6; } + scrollbar slider:hover:active { + background-color: #92b372; } + scrollbar slider:disabled { + background-color: transparent; } + scrollbar.fine-tune slider { + min-width: 4px; + min-height: 4px; } + scrollbar.fine-tune.horizontal slider { + border-width: 5px 4px; } + scrollbar.fine-tune.vertical slider { + border-width: 4px 5px; } + scrollbar.overlay-indicator:not(.dragging):not(.hovering) { + opacity: 0.4; + border-color: transparent; + background-color: transparent; } + scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider { + margin: 0; + min-width: 4px; + min-height: 4px; + background-color: #6a6a6a; + border: 1px solid rgba(255, 255, 255, 0.6); } + scrollbar.overlay-indicator.vertical:not(.dragging):not(.hovering) slider { + margin: 2px 0; + min-height: 40px; } + scrollbar.overlay-indicator.horizontal:not(.dragging):not(.hovering) slider { + margin: 0 2px; + min-width: 40px; } + scrollbar.overlay-indicator.dragging, scrollbar.overlay-indicator.hovering { + opacity: 0.99; } + scrollbar.horizontal slider { + min-width: 40px; } + scrollbar.vertical slider { + min-height: 40px; } + +switch { + font-size: 1px; + min-width: 52px; + min-height: 24px; + background-size: 52px 24px; + background-repeat: no-repeat; + background-position: center center; } + switch slider { + min-width: 1px; + min-height: 1px; } + switch, switch slider { + outline-color: transparent; + color: transparent; + border: none; + box-shadow: none; } + +switch { + background-image: -gtk-scaled(url("assets/switch.png"), url("assets/switch@2.png")); } + +menuitem:hover switch, +row:selected switch, +infobar switch { + background-image: -gtk-scaled(url("assets/switch-selected.png"), url("assets/switch-selected@2.png")); } + +headerbar switch, +.primary-toolbar switch, +.primary-toolbar toolbar switch { + background-image: -gtk-scaled(url("assets/switch-header.png"), url("assets/switch-header@2.png")); } + +switch:checked { + background-image: -gtk-scaled(url("assets/switch-active.png"), url("assets/switch-active@2.png")); } + +menuitem:hover switch:checked, +row:selected switch:checked, +infobar switch:checked { + background-image: -gtk-scaled(url("assets/switch-active-selected.png"), url("assets/switch-active-selected@2.png")); } + +headerbar switch:checked, +.primary-toolbar switch:checked, +.primary-toolbar toolbar switch:checked { + background-image: -gtk-scaled(url("assets/switch-active-header.png"), url("assets/switch-active-header@2.png")); } + +switch:disabled { + background-image: -gtk-scaled(url("assets/switch-insensitive.png"), url("assets/switch-insensitive@2.png")); } + +menuitem:hover switch:disabled, +row:selected switch:disabled, +infobar switch:disabled { + background-image: -gtk-scaled(url("assets/switch-insensitive-selected.png"), url("assets/switch-insensitive-selected@2.png")); } + +headerbar switch:disabled, +.primary-toolbar switch:disabled, +.primary-toolbar toolbar switch:disabled { + background-image: -gtk-scaled(url("assets/switch-insensitive-header.png"), url("assets/switch-insensitive-header@2.png")); } + +switch:checked:disabled { + background-image: -gtk-scaled(url("assets/switch-active-insensitive.png"), url("assets/switch-active-insensitive@2.png")); } + +menuitem:hover switch:checked:disabled, +row:selected switch:checked:disabled, +infobar switch:checked:disabled { + background-image: -gtk-scaled(url("assets/switch-active-insensitive-selected.png"), url("assets/switch-active-insensitive-selected@2.png")); } + +headerbar switch:checked:disabled, +.primary-toolbar switch:checked:disabled, +.primary-toolbar toolbar switch:checked:disabled { + background-image: -gtk-scaled(url("assets/switch-active-insensitive-header.png"), url("assets/switch-active-insensitive-header@2.png")); } + +.check, +check, +treeview.check { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked.png"), url("assets/checkbox-unchecked@2.png")); } + +.osd check { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-dark.png"), url("assets/checkbox-unchecked-dark@2.png")); } + +menuitem check:hover, +.view check:selected, +iconview check:selected, +treeview.check:selected, +row:selected check, +infobar check { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-selected.png"), url("assets/checkbox-unchecked-selected@2.png")); } + +.check:disabled, +check:disabled, +treeview.check:disabled { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive.png"), url("assets/checkbox-unchecked-insensitive@2.png")); } + +.osd check:disabled { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png")); } + +menuitem check:disabled:hover, +.view check:disabled:selected, +iconview check:disabled:selected, +treeview.check:disabled:selected, +row:selected check:disabled, +infobar check:disabled { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-selected.png"), url("assets/checkbox-unchecked-insensitive-selected@2.png")); } + +.check:indeterminate, +check:indeterminate, +treeview.check:indeterminate { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed.png"), url("assets/checkbox-mixed@2.png")); } + +.osd check:indeterminate { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-dark.png"), url("assets/checkbox-mixed-dark@2.png")); } + +menuitem check:indeterminate:hover, +.view check:indeterminate:selected, +iconview check:indeterminate:selected, +treeview.check:indeterminate:selected, +row:selected check:indeterminate, +infobar check:indeterminate { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-selected.png"), url("assets/checkbox-mixed-selected@2.png")); } + +.check:indeterminate:disabled, +check:indeterminate:disabled, +treeview.check:indeterminate:disabled { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive.png"), url("assets/checkbox-mixed-insensitive@2.png")); } + +.osd check:indeterminate:disabled { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png")); } + +menuitem check:indeterminate:disabled:hover, +.view check:indeterminate:disabled:selected, +iconview check:indeterminate:disabled:selected, +treeview.check:indeterminate:disabled:selected, +row:selected check:indeterminate:disabled, +infobar check:indeterminate:disabled { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-selected.png"), url("assets/checkbox-mixed-insensitive-selected@2.png")); } + +.check:checked, +check:checked, +treeview.check:checked { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked.png"), url("assets/checkbox-checked@2.png")); } + +.osd check:checked { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-dark.png"), url("assets/checkbox-checked-dark@2.png")); } + +menuitem check:checked:hover, +.view check:checked:selected, +iconview check:checked:selected, +treeview.check:checked:selected, +row:selected check:checked, +infobar check:checked { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-selected.png"), url("assets/checkbox-checked-selected@2.png")); } + +.check:checked:disabled, +check:checked:disabled, +treeview.check:checked:disabled { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive.png"), url("assets/checkbox-checked-insensitive@2.png")); } + +.osd check:checked:disabled { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png")); } + +menuitem check:checked:disabled:hover, +.view check:checked:disabled:selected, +iconview check:checked:disabled:selected, +treeview.check:checked:disabled:selected, +row:selected check:checked:disabled, +infobar check:checked:disabled { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-selected.png"), url("assets/checkbox-checked-insensitive-selected@2.png")); } + +.radio, +radio, +treeview.radio { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked.png"), url("assets/radio-unchecked@2.png")); } + +.osd radio { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-dark.png"), url("assets/radio-unchecked-dark@2.png")); } + +menuitem radio:hover, +.view radio:selected, +iconview radio:selected, +treeview.radio:selected, +row:selected radio, +infobar radio { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-selected.png"), url("assets/radio-unchecked-selected@2.png")); } + +.radio:disabled, +radio:disabled, +treeview.radio:disabled { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive.png"), url("assets/radio-unchecked-insensitive@2.png")); } + +.osd radio:disabled { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png")); } + +menuitem radio:disabled:hover, +.view radio:disabled:selected, +iconview radio:disabled:selected, +treeview.radio:disabled:selected, +row:selected radio:disabled, +infobar radio:disabled { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-selected.png"), url("assets/radio-unchecked-insensitive-selected@2.png")); } + +.radio:indeterminate, +radio:indeterminate, +treeview.radio:indeterminate { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed.png"), url("assets/radio-mixed@2.png")); } + +.osd radio:indeterminate { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-dark.png"), url("assets/radio-mixed-dark@2.png")); } + +menuitem radio:indeterminate:hover, +.view radio:indeterminate:selected, +iconview radio:indeterminate:selected, +treeview.radio:indeterminate:selected, +row:selected radio:indeterminate, +infobar radio:indeterminate { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-selected.png"), url("assets/radio-mixed-selected@2.png")); } + +.radio:indeterminate:disabled, +radio:indeterminate:disabled, +treeview.radio:indeterminate:disabled { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive.png"), url("assets/radio-mixed-insensitive@2.png")); } + +.osd radio:indeterminate:disabled { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png")); } + +menuitem radio:indeterminate:disabled:hover, +.view radio:indeterminate:disabled:selected, +iconview radio:indeterminate:disabled:selected, +treeview.radio:indeterminate:disabled:selected, +row:selected radio:indeterminate:disabled, +infobar radio:indeterminate:disabled { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-selected.png"), url("assets/radio-mixed-insensitive-selected@2.png")); } + +.radio:checked, +radio:checked, +treeview.radio:checked { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked.png"), url("assets/radio-checked@2.png")); } + +.osd radio:checked { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-dark.png"), url("assets/radio-checked-dark@2.png")); } + +menuitem radio:checked:hover, +.view radio:checked:selected, +iconview radio:checked:selected, +treeview.radio:checked:selected, +row:selected radio:checked, +infobar radio:checked { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-selected.png"), url("assets/radio-checked-selected@2.png")); } + +.radio:checked:disabled, +radio:checked:disabled, +treeview.radio:checked:disabled { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive.png"), url("assets/radio-checked-insensitive@2.png")); } + +.osd radio:checked:disabled { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png")); } + +menuitem radio:checked:disabled:hover, +.view radio:checked:disabled:selected, +iconview radio:checked:disabled:selected, +treeview.radio:checked:disabled:selected, +row:selected radio:checked:disabled, +infobar radio:checked:disabled { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-selected.png"), url("assets/radio-checked-insensitive-selected@2.png")); } + +.view.content-view.check:not(.list), iconview.content-view.check:not(.list) { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-selectionmode.png"), url("assets/checkbox-selectionmode@2.png")); + background-color: transparent; } + +.view.content-view.check:checked:not(.list), iconview.content-view.check:checked:not(.list) { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-selectionmode.png"), url("assets/checkbox-checked-selectionmode@2.png")); + background-color: transparent; } + +checkbutton.text-button, radiobutton.text-button { + padding: 2px 0; + outline-offset: 0; } + +checkbutton label:not(:only-child):first-child, radiobutton label:not(:only-child):first-child { + margin-left: 4px; } + +checkbutton label:not(:only-child):last-child, radiobutton label:not(:only-child):last-child { + margin-right: 4px; } + +check, +radio { + min-width: 16px; + min-height: 16px; + margin: 0 2px; } + check:only-child, menu menuitem check, + radio:only-child, menu menuitem radio { + margin: 0; } + +scale { + min-height: 15px; + min-width: 15px; + padding: 3px; } + scale.horizontal trough { + padding: 0 4px; } + scale.horizontal highlight, scale.horizontal fill { + margin: 0 -4px; } + scale.vertical trough { + padding: 4px 0; } + scale.vertical highlight, scale.vertical fill { + margin: -4px 0; } + scale slider { + min-height: 15px; + min-width: 15px; + margin: -6px; } + scale.fine-tune slider { + margin: -4px; } + scale.fine-tune fill, + scale.fine-tune highlight, + scale.fine-tune trough { + border-radius: 5px; + -gtk-outline-radius: 7px; } + scale slider { + background-clip: border-box; + background-color: whitesmoke; + border: 1px solid rgba(125, 125, 125, 0.5); + border-radius: 50%; + box-shadow: none; } + scale slider:disabled { + background-color: #f8f8f8; + border-color: rgba(125, 125, 125, 0.3); } + scale slider:active { + background-color: #92b372; + border-color: #92b372; } + .osd scale slider { + background-color: #404040; + border-color: #92b372; } + .osd scale slider:hover { + background-color: #92b372; } + .osd scale slider:active { + background-color: #789d55; + border-color: #789d55; } + menuitem:hover scale slider, row:selected scale slider, infobar scale slider { + background-color: #ffffff; + border-color: #ffffff; } + menuitem:hover scale slider:hover, row:selected scale slider:hover, infobar scale slider:hover { + background-color: #eff4ea; + border-color: #eff4ea; } + menuitem:hover scale slider:active, row:selected scale slider:active, infobar scale slider:active { + background-color: #c9d9b9; + border-color: #c9d9b9; } + menuitem:hover scale slider:disabled, row:selected scale slider:disabled, infobar scale slider:disabled { + background-color: #ceddc0; + border-color: #ceddc0; } + scale trough { + outline-offset: 2px; + -gtk-outline-radius: 4.5px; + border-radius: 2.5px; + background-color: #BDBDBD; } + scale trough:disabled { + background-color: rgba(189, 189, 189, 0.55); } + .osd scale trough { + background-color: #525252; + outline-color: rgba(219, 219, 219, 0.2); } + .osd scale trough highlight { + background-color: #92b372; } + menuitem:hover scale trough row:selected scale trough, infobar scale trough { + background-color: rgba(0, 0, 0, 0.2); } + menuitem:hover scale trough row:selected scale trough highlight, infobar scale trough highlight { + background-color: #ffffff; } + menuitem:hover scale trough row:selected scale trough highlight:disabled, infobar scale trough highlight:disabled { + background-color: #ceddc0; } + menuitem:hover scale trough row:selected scale trough:disabled, infobar scale trough:disabled { + background-color: rgba(0, 0, 0, 0.1); } + scale highlight { + border-radius: 2.5px; + background-color: #92b372; } + scale highlight:disabled { + background-color: rgba(146, 179, 114, 0.55); } + scale fill { + border-radius: 2.5px; + background-color: rgba(146, 179, 114, 0.5); } + scale fill:disabled { + background-color: transparent; } + scale value { + color: alpha(currentColor,0.4); } + scale marks { + color: alpha(currentColor,0.4); } + scale marks.top { + margin-bottom: 1px; + margin-top: -4px; } + scale marks.bottom { + margin-top: 1px; + margin-bottom: -4px; } + scale marks.top { + margin-right: 1px; + margin-left: -4px; } + scale marks.bottom { + margin-left: 1px; + margin-right: -4px; } + scale.fine-tune marks.top { + margin-bottom: 0px; + margin-top: -2px; } + scale.fine-tune marks.bottom { + margin-top: 0px; + margin-bottom: -2px; } + scale.fine-tune marks.top { + margin-right: 0px; + margin-left: -2px; } + scale.fine-tune marks.bottom { + margin-left: 0px; + margin-right: -2px; } + scale.horizontal indicator { + min-height: 3px; + min-width: 1px; } + scale.horizontal.fine-tune indicator { + min-height: 2px; } + scale.vertical indicator { + min-height: 1px; + min-width: 3px; } + scale.vertical.fine-tune indicator { + min-width: 2px; } + +progressbar { + padding: 0; + font-size: smaller; + color: rgba(48, 48, 48, 0.7); } + progressbar.osd { + min-width: 3px; + min-height: 3px; + background-color: transparent; } + progressbar.osd trough { + border-style: none; + background-color: transparent; + box-shadow: none; } + progressbar progress { + background-color: #92b372; + border-radius: 0px; + box-shadow: none; } + row:selected progressbar progress, infobar progressbar progress { + background-color: #ffffff; } + progressbar trough { + border: 1px solid #BDBDBD; + border-radius: 2px; + background-color: #ffffff; } + row:selected progressbar trough, infobar progressbar trough { + background-color: rgba(0, 0, 0, 0.2); } + +.osd .progressbar { + background-color: #92b372; } + +.osd .trough { + background-color: white; } + +levelbar block { + min-width: 32px; + min-height: 1px; } + +levelbar.vertical block { + min-width: 1px; + min-height: 32px; } + +levelbar trough { + border: none; + padding: 3px; + border-radius: 3px; + background-color: #BDBDBD; } + +levelbar.horizontal.discrete block { + margin: 0 1px; } + +levelbar.vertical.discrete block { + margin: 1px 0; } + +levelbar block:not(.empty) { + border: 1px solid #92b372; + background-color: #92b372; + border-radius: 2px; } + +levelbar block.low { + border-color: #f27835; + background-color: #f27835; } + +levelbar block.high { + border-color: #92b372; + background-color: #92b372; } + +levelbar block.full { + border-color: #73d216; + background-color: #73d216; } + +levelbar block.empty { + background-color: rgba(48, 48, 48, 0.2); + border-color: rgba(48, 48, 48, 0.2); } + +frame > border, +.frame { + margin: 0; + padding: 0; + border-radius: 0; + border: 1px solid #BDBDBD; } + +frame.flat > border, +frame > border.flat, +.frame.flat { + border-style: none; } + +scrolledwindow viewport.frame { + border-style: none; } + +scrolledwindow overshoot.top { + background-image: -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(146, 179, 114, 0.2)), to(rgba(146, 179, 114, 0))); + background-size: 100% 60%; + background-repeat: no-repeat; + background-position: center top; + background-color: transparent; + border: none; + box-shadow: none; } + +scrolledwindow overshoot.bottom { + background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(146, 179, 114, 0.2)), to(rgba(146, 179, 114, 0))); + background-size: 100% 60%; + background-repeat: no-repeat; + background-position: center bottom; + background-color: transparent; + border: none; + box-shadow: none; } + +scrolledwindow overshoot.left { + background-image: -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(146, 179, 114, 0.2)), to(rgba(146, 179, 114, 0))); + background-size: 60% 100%; + background-repeat: no-repeat; + background-position: left center; + background-color: transparent; + border: none; + box-shadow: none; } + +scrolledwindow overshoot.right { + background-image: -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(146, 179, 114, 0.2)), to(rgba(146, 179, 114, 0))); + background-size: 60% 100%; + background-repeat: no-repeat; + background-position: right center; + background-color: transparent; + border: none; + box-shadow: none; } + +scrolledwindow undershoot.top { + background-color: transparent; + background-image: linear-gradient(to left, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); + padding-top: 1px; + background-size: 10px 1px; + background-repeat: repeat-x; + background-origin: content-box; + background-position: center top; } + +scrolledwindow undershoot.bottom { + background-color: transparent; + background-image: linear-gradient(to left, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); + padding-bottom: 1px; + background-size: 10px 1px; + background-repeat: repeat-x; + background-origin: content-box; + background-position: center bottom; } + +scrolledwindow undershoot.left { + background-color: transparent; + background-image: linear-gradient(to top, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); + padding-left: 1px; + background-size: 1px 10px; + background-repeat: repeat-y; + background-origin: content-box; + background-position: left center; } + +scrolledwindow undershoot.right { + background-color: transparent; + background-image: linear-gradient(to top, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); + padding-right: 1px; + background-size: 1px 10px; + background-repeat: repeat-y; + background-origin: content-box; + background-position: right center; } + +scrolledwindow junction { + border-color: transparent; + border-image: linear-gradient(to bottom, #BDBDBD 1px, transparent 1px) 0 0 0 1/0 1px stretch; + background-color: #fcfcfc; } + scrolledwindow junction:dir(rtl) { + border-image-slice: 0 1 0 0; } + +separator { + background-color: rgba(0, 0, 0, 0.1); + min-width: 1px; + min-height: 1px; } + +list { + background-color: #ffffff; + border-color: #BDBDBD; } + list row { + padding: 2px; } + +row:not(:hover) { + transition: all 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } + +row.activatable.has-open-popup, row.activatable:hover { + background-color: rgba(0, 0, 0, 0.03); } + +row.activatable:active { + color: #303030; } + +row.activatable:disabled { + color: rgba(48, 48, 48, 0.55); } + row.activatable:disabled image { + color: inherit; } + +row.activatable:selected:active { + color: #ffffff; } + +row.activatable.has-open-popup:selected, row.activatable:selected:hover { + background-color: #83a167; } + +.app-notification { + padding: 10px; + color: #dbdbdb; + background-color: #404040; + background-clip: border-box; + border-radius: 0 0 2px 2px; + border-width: 0 1px 1px 1px; + border-style: solid; + border-color: #272727; } + .app-notification border { + border: none; } + .app-notification button { + color: #dbdbdb; + outline-color: rgba(219, 219, 219, 0.3); + border-color: rgba(33, 33, 33, 0.4); + background-color: rgba(120, 120, 120, 0.4); } + .app-notification button.flat { + border-color: rgba(146, 179, 114, 0); } + .app-notification button:hover { + color: #dbdbdb; + outline-color: rgba(219, 219, 219, 0.3); + border-color: rgba(33, 33, 33, 0.4); + background-color: rgba(138, 138, 138, 0.5); } + .app-notification button:active, .app-notification button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(33, 33, 33, 0.4); + background-color: #92b372; + background-clip: padding-box; } + .app-notification button:disabled { + color: #6f6f6f; + border-color: rgba(33, 33, 33, 0.4); + background-color: rgba(120, 120, 120, 0.25); } + +expander arrow { + min-width: 16px; + min-height: 16px; + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } + expander arrow:dir(rtl) { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } + expander arrow:hover { + color: #7d7d7d; } + expander arrow:checked { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } + +calendar { + color: #303030; + border: 1px solid #BDBDBD; + border-radius: 3px; + padding: 2px; } + calendar:selected { + background-color: #92b372; + color: #ffffff; + border-radius: 1.5px; } + calendar.header { + color: #303030; + border: none; + border-radius: 0; } + calendar.button, calendar.button:focus { + color: rgba(48, 48, 48, 0.45); + border-color: transparent; + background-color: transparent; + background-image: none; } + calendar.button:hover, calendar.button:focus:hover { + color: #303030; } + calendar.button:disabled, calendar.button:focus:disabled { + color: rgba(48, 48, 48, 0.55); + background-color: transparent; + background-image: none; } + calendar:indeterminate { + color: alpha(currentColor,0.55); } + calendar.highlight { + color: #303030; } + +.dialog-action-area .button.text-button { + padding: 6px 16px; } + +.message-dialog .dialog-action-area .button { + padding: 8px; } + +.message-dialog { + -GtkDialog-button-spacing: 0; } + .message-dialog .titlebar { + background-color: #d9d9d9; + border-bottom: 1px solid #c7c7c7; } + .message-dialog.csd.background { + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; + border: none; } + .message-dialog.csd .dialog-action-area .button { + padding: 8px; + border-radius: 0; } + .message-dialog.csd .dialog-action-area .button, .message-dialog.csd .dialog-action-area .button:hover, .message-dialog.csd .dialog-action-area .button:active, .message-dialog.csd .dialog-action-area .button:disabled { + border-right-style: none; + border-bottom-style: none; } + .message-dialog.csd .dialog-action-area .button:last-child { + border-bottom-right-radius: 3px; } + .message-dialog.csd .dialog-action-area .button:first-child { + border-left-style: none; + border-bottom-left-radius: 3px; } + +filechooser #pathbarbox { + background-color: #d9d9d9; + border-bottom: 1px solid #BDBDBD; } + +filechooser .search-bar { + background-color: #d9d9d9; } + +filechooser actionbar { + background-color: #F0F0F0; } + +filechooserbutton:drop(active) { + box-shadow: none; + border-color: transparent; } + +.sidebar { + border-style: none; + background-color: whitesmoke; } + stacksidebar.sidebar:dir(ltr) list, stacksidebar.sidebar.left list, stacksidebar.sidebar.left:dir(rtl) list, .sidebar:dir(ltr), .sidebar.left { + border-right: 1px solid #BDBDBD; + border-left-style: none; } + stacksidebar.sidebar:dir(rtl) list, stacksidebar.sidebar.right list, .sidebar:dir(rtl), .sidebar.right { + border-left: 1px solid #BDBDBD; + border-right-style: none; } + .sidebar list { + background-color: #ffffff; } + paned .sidebar.left, paned .sidebar.right, paned .sidebar.left:dir(rtl), paned .sidebar:dir(rtl), paned .sidebar:dir(ltr), paned .sidebar { + border-style: none; } + +stacksidebar row { + padding: 10px 4px; } + stacksidebar row > label { + padding-left: 6px; + padding-right: 6px; } + stacksidebar row.needs-attention { + background-image: radial-gradient(circle closest-side at 5% 25%, #F04A50 0%, #F04A50 100%, transparent 100%); + background-size: 70px; + background-position: 4px; + background-repeat: no-repeat; } + stacksidebar row.activatable.needs-attention:selected { + background-image: radial-gradient(circle closest-side at 5% 25%, #ffffff 0%, #ffffff 100%, transparent 100%); + background-size: 70px; + background-position: 4px; + background-repeat: no-repeat; } + +placessidebar > viewport.frame { + border-style: none; } + +placessidebar row { + min-height: 30px; + padding: 0px; } + placessidebar row > revealer { + padding: 0 10px; } + placessidebar row image.sidebar-icon:dir(ltr) { + padding-right: 8px; } + placessidebar row image.sidebar-icon:dir(rtl) { + padding-left: 8px; } + placessidebar row label.sidebar-label:dir(ltr) { + padding-right: 2px; } + placessidebar row label.sidebar-label:dir(rtl) { + padding-left: 2px; } + button.sidebar-button { + min-width: 22px; + min-height: 22px; + margin-top: 2px; + margin-bottom: 2px; + padding: 0; + border-radius: 100%; + -gtk-outline-radius: 100%; } + button.sidebar-button:not(:hover):not(:active) > image { + opacity: 0.5; } + placessidebar row.sidebar-placeholder-row { + padding: 0 8px; + min-height: 2px; + background-image: linear-gradient(to bottom, #92b372, #92b372); + background-clip: content-box; } + placessidebar row.sidebar-new-bookmark-row { + color: #92b372; } + placessidebar row:drop(active):not(:disabled) { + box-shadow: inset 0 1px #92b372, inset 0 -1px #92b372; } + placessidebar row:drop(active):not(:disabled), placessidebar row:drop(active):not(:disabled) label, placessidebar row:drop(active):not(:disabled) image { + color: #92b372; } + placessidebar row:drop(active):not(:disabled):selected { + background-color: #92b372; } + placessidebar row:drop(active):not(:disabled):selected, placessidebar row:drop(active):not(:disabled):selected label, placessidebar row:drop(active):not(:disabled):selected image { + color: #ffffff; } + +placesview .server-list-button > image { + transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); + -gtk-icon-transform: rotate(0turn); } + +placesview .server-list-button:checked > image { + transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); + -gtk-icon-transform: rotate(-0.5turn); } + +placesview > actionbar > revealer > box > label { + padding-left: 8px; + padding-right: 8px; } + +paned > separator { + min-width: 1px; + min-height: 1px; + -gtk-icon-source: none; + border-style: none; + background-color: transparent; + background-image: linear-gradient(to bottom, #BDBDBD, #BDBDBD); + background-size: 1px 1px; } + paned > separator:selected { + background-image: linear-gradient(to bottom, #92b372, #92b372); } + paned > separator.wide { + min-width: 5px; + min-height: 5px; + background-color: transparent; } + +paned.horizontal > separator { + background-repeat: repeat-y; + margin: 0 -3px 0 -3px; + padding: 0 3px 0 3px; + background-position: center; } + paned.horizontal > separator.wide { + margin: 0; + padding: 0; + background-repeat: no-repeat; + background-position: center; + background-image: -gtk-scaled(url("assets/pane-separator-vertical.png"), url("assets/pane-separator-vertical@2.png")); + background-size: 2px 24px; } + +paned.vertical > separator { + margin: -3px 0 -3px 0; + padding: 3px 0 3px 0; + background-repeat: repeat-x; + background-position: center; } + paned.vertical > separator.wide { + margin: 0; + padding: 0; + background-repeat: no-repeat; + background-position: center; + background-image: -gtk-scaled(url("assets/pane-separator.png"), url("assets/pane-separator@2.png")); + background-size: 24px 2px; } + +infobar { + border-style: none; } + infobar.info, infobar.question, infobar.warning, infobar.error { + background-color: #92b372; + color: #ffffff; + caret-color: currentColor; } + infobar.info selection, infobar.question selection, infobar.warning selection, infobar.error selection { + color: #92b372; + background-color: #ffffff; } + infobar.info:disabled label, infobar.info:disabled image, infobar.question:disabled label, infobar.question:disabled image, infobar.warning:disabled label, infobar.warning:disabled image, infobar.error:disabled label, infobar.error:disabled image { + color: rgba(255, 255, 255, 0.5); } + infobar.warning { + background-color: #f27835; } + infobar.error { + background-color: #F04A50; } + infobar.question { + background-color: #55c1ec; } + +.primary-toolbar toolbar.selection-mode button:hover, +.selection-mode.primary-toolbar button:hover, .primary-toolbar .selection-mode.inline-toolbar button:hover, headerbar.selection-mode button:hover, row:selected button, infobar.info button, infobar.question button, infobar.warning button, infobar.error button { + color: #ffffff; + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0.5); } + +row:selected button.flat, infobar.info button.flat, infobar.question button.flat, infobar.warning button.flat, infobar.error button.flat { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #ffffff; + background-color: rgba(255, 255, 255, 0); } + .primary-toolbar toolbar.selection-mode button:disabled, + .selection-mode.primary-toolbar button:disabled, .primary-toolbar .selection-mode.inline-toolbar button:disabled, headerbar.selection-mode button:disabled, .primary-toolbar toolbar.selection-mode button:disabled label, + .selection-mode.primary-toolbar button:disabled label, .primary-toolbar .selection-mode.inline-toolbar button:disabled label, headerbar.selection-mode button:disabled label, row:selected button.flat:disabled, infobar.info button.flat:disabled, infobar.question button.flat:disabled, infobar.warning button.flat:disabled, infobar.error button.flat:disabled, row:selected button.flat:disabled label, infobar.info button.flat:disabled label, infobar.question button.flat:disabled label, infobar.warning button.flat:disabled label, infobar.error button.flat:disabled label { + color: rgba(255, 255, 255, 0.4); } + +row:selected button:hover, infobar.info button:hover, infobar.question button:hover, infobar.warning button:hover, infobar.error button:hover { + color: #ffffff; + background-color: rgba(255, 255, 255, 0.2); + border-color: rgba(255, 255, 255, 0.8); } + +.primary-toolbar toolbar.selection-mode button:active, +.selection-mode.primary-toolbar button:active, .primary-toolbar .selection-mode.inline-toolbar button:active, headerbar.selection-mode button:active, .primary-toolbar toolbar.selection-mode button:checked, +.selection-mode.primary-toolbar button:checked, .primary-toolbar .selection-mode.inline-toolbar button:checked, headerbar.selection-mode button:checked, row:selected button:active, infobar.info button:active, infobar.question button:active, infobar.warning button:active, infobar.error button:active, row:selected button:checked, infobar.info button:checked, infobar.question button:checked, infobar.warning button:checked, infobar.error button:checked { + color: #92b372; + background-color: #ffffff; + border-color: #ffffff; } + +row:selected button:disabled, infobar.info button:disabled, infobar.question button:disabled, infobar.warning button:disabled, infobar.error button:disabled { + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0.4); } + row:selected button:disabled, infobar.info button:disabled, infobar.question button:disabled, infobar.warning button:disabled, infobar.error button:disabled, row:selected button:disabled label, infobar.info button:disabled label, infobar.question button:disabled label, infobar.warning button:disabled label, infobar.error button:disabled label { + color: rgba(255, 255, 255, 0.5); } + .primary-toolbar toolbar.selection-mode button:disabled:checked, + .selection-mode.primary-toolbar button:disabled:checked, .primary-toolbar .selection-mode.inline-toolbar button:disabled:checked, headerbar.selection-mode button:disabled:checked, .primary-toolbar toolbar.selection-mode button:disabled:active, + .selection-mode.primary-toolbar button:disabled:active, .primary-toolbar .selection-mode.inline-toolbar button:disabled:active, headerbar.selection-mode button:disabled:active, row:selected button:disabled:active, infobar.info button:disabled:active, infobar.question button:disabled:active, infobar.warning button:disabled:active, infobar.error button:disabled:active, row:selected button:disabled:checked, infobar.info button:disabled:checked, infobar.question button:disabled:checked, infobar.warning button:disabled:checked, infobar.error button:disabled:checked { + color: #92b372; + background-color: rgba(255, 255, 255, 0.5); + border-color: rgba(255, 255, 255, 0.4); } + +tooltip, +.tooltip { + color: #4a4a4a; + border-radius: 2px; + border: 1px solid #d0d0d0; } + tooltip.background, + .tooltip.background { + background-color: #fbeaa0; + background-clip: padding-box; } + tooltip.background label, + .tooltip.background label { + padding: 4px; } + tooltip decoration, + .tooltip decoration { + background-color: transparent; } + tooltip *, + .tooltip * { + background-color: transparent; + color: #4a4a4a; } + +colorswatch, colorswatch:drop(active) { + border-style: none; } + +colorswatch.top { + border-top-left-radius: 3px; + border-top-right-radius: 3px; } + colorswatch.top overlay { + border-top-left-radius: 3px; + border-top-right-radius: 3px; } + +colorswatch.bottom { + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; } + colorswatch.bottom overlay { + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; } + +colorswatch.left, colorswatch:first-child:not(.top) { + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; } + colorswatch.left overlay, colorswatch:first-child:not(.top) overlay { + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; } + +colorswatch.right, colorswatch:last-child:not(.bottom) { + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; } + colorswatch.right overlay, colorswatch:last-child:not(.bottom) overlay { + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; } + +colorswatch.dark overlay { + color: rgba(255, 255, 255, 0.7); } + colorswatch.dark overlay:hover { + border-color: rgba(0, 0, 0, 0.5); } + +colorswatch.light overlay { + color: rgba(0, 0, 0, 0.7); } + colorswatch.light overlay:hover { + border-color: rgba(0, 0, 0, 0.3); } + +colorswatch overlay { + border: 1px solid rgba(0, 0, 0, 0.15); } + colorswatch overlay:hover { + background-color: rgba(255, 255, 255, 0.2); } + +colorswatch:disabled { + opacity: 0.5; } + colorswatch:disabled overlay { + border-color: rgba(0, 0, 0, 0.6); + box-shadow: none; } + +colorswatch#add-color-button { + border-style: solid; + border-width: 1px; + color: #303030; + outline-color: rgba(48, 48, 48, 0.3); + border-color: #BDBDBD; + background-color: whitesmoke; } + colorswatch#add-color-button:hover { + color: #303030; + outline-color: rgba(48, 48, 48, 0.3); + border-color: #BDBDBD; + background-color: white; } + colorswatch#add-color-button overlay { + border-color: transparent; + background-color: transparent; + background-image: none; } + +button.color { + padding: 0; } + button.color colorswatch:first-child:last-child, button.color colorswatch:first-child:last-child overlay { + margin: 4px; + border-radius: 0; } + +colorchooser .popover.osd { + border-radius: 3px; } + +.content-view { + background-color: #ffffff; } + .content-view:hover { + -gtk-icon-effect: highlight; } + +.scale-popup button:hover { + color: #303030; + outline-color: rgba(48, 48, 48, 0.3); + border-color: #BDBDBD; + background-color: white; } + +.touch-selection, +.context-menu, +popover.touch-selection, +.csd popover.touch-selection, +popover.background.touch-selection, +.csd popover.background.touch-selection { + font: initial; } + +.monospace { + font-family: Monospace; } + +button.circular, +button.circular-button, +.stack-switcher > button.circular { + min-width: 24px; + min-height: 24px; + padding: 5px; + border-radius: 50%; + -gtk-outline-radius: 50%; } + button.circular label, + button.circular-button label, + .stack-switcher > button.circular label { + padding: 0; } + +.keycap { + min-width: 16px; + min-height: 20px; + padding: 3px 6px 4px 6px; + color: #303030; + background-color: #ffffff; + border: 1px solid #BDBDBD; + border-radius: 2.5px; + box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.05); } + +*:drop(active):focus, +*:drop(active) { + box-shadow: inset 0 0 0 1px #92b372; } + +decoration { + border-radius: 4px 4px 0 0; + border-width: 0px; + box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.15), 0 8px 8px 0 rgba(0, 0, 0, 0.25); + margin: 10px; } + decoration:backdrop { + box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15), 0 8px 8px 0 transparent, 0 5px 5px 0 rgba(0, 0, 0, 0.25); } + .fullscreen decoration, .tiled decoration { + border-radius: 0; } + .popup decoration { + box-shadow: none; + border-radius: 0; } + .ssd decoration { + border-radius: 4px 4px 0 0; + box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15); } + .ssd decoration.maximized { + border-radius: 0; } + .csd.popup decoration { + border-radius: 2px; + box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.15); } + tooltip.csd decoration { + border-radius: 2px; + box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15); } + message-dialog.csd decoration { + border-radius: 3px; } + .solid-csd decoration { + border-radius: 0; + margin: 1px; + background-color: #d9d9d9; + box-shadow: none; } + +headerbar.default-decoration button.titlebutton, +.titlebar.default-decoration button.titlebutton { + padding-top: 0px; + padding-bottom: 0px; + min-width: 22px; + min-height: 0; + margin: 0; } + +headerbar button.titlebutton, +.titlebar button.titlebutton { + padding: 6px 1px; + border-color: transparent; + background-color: transparent; + background-image: none; + background-color: rgba(217, 217, 217, 0); } + headerbar button.titlebutton:hover, + .titlebar button.titlebutton:hover { + color: #404040; + outline-color: rgba(64, 64, 64, 0.3); + border-color: rgba(64, 64, 64, 0.3); + background-color: rgba(245, 245, 245, 0.9); } + headerbar button.titlebutton:active, headerbar button.titlebutton:checked, + .titlebar button.titlebutton:active, + .titlebar button.titlebutton:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(64, 64, 64, 0.3); + background-color: #92b372; } + headerbar button.titlebutton.close, headerbar button.titlebutton.maximize, headerbar button.titlebutton.minimize, + .titlebar button.titlebutton.close, + .titlebar button.titlebutton.maximize, + .titlebar button.titlebutton.minimize { + color: transparent; + background-color: transparent; + background-position: center; + background-repeat: no-repeat; + border-width: 0; } + headerbar button.titlebutton.close:backdrop, headerbar button.titlebutton.maximize:backdrop, headerbar button.titlebutton.minimize:backdrop, + .titlebar button.titlebutton.close:backdrop, + .titlebar button.titlebutton.maximize:backdrop, + .titlebar button.titlebutton.minimize:backdrop { + opacity: 1; } + headerbar button.titlebutton.close, + .titlebar button.titlebutton.close { + background-image: -gtk-scaled(url("assets/titlebutton-close.png"), url("assets/titlebutton-close@2.png")); } + headerbar button.titlebutton.close:backdrop, + .titlebar button.titlebutton.close:backdrop { + background-image: -gtk-scaled(url("assets/titlebutton-close-backdrop.png"), url("assets/titlebutton-close-backdrop@2.png")); } + headerbar button.titlebutton.close:hover, + .titlebar button.titlebutton.close:hover { + background-image: -gtk-scaled(url("assets/titlebutton-close-hover.png"), url("assets/titlebutton-close-hover@2.png")); } + headerbar button.titlebutton.close:active, + .titlebar button.titlebutton.close:active { + background-image: -gtk-scaled(url("assets/titlebutton-close-active.png"), url("assets/titlebutton-close-active@2.png")); } + headerbar button.titlebutton.maximize, + .titlebar button.titlebutton.maximize { + background-image: -gtk-scaled(url("assets/titlebutton-max.png"), url("assets/titlebutton-max@2.png")); } + headerbar button.titlebutton.maximize:backdrop, + .titlebar button.titlebutton.maximize:backdrop { + background-image: -gtk-scaled(url("assets/titlebutton-max-backdrop.png"), url("assets/titlebutton-max-backdrop@2.png")); } + headerbar button.titlebutton.maximize:hover, + .titlebar button.titlebutton.maximize:hover { + background-image: -gtk-scaled(url("assets/titlebutton-max-hover.png"), url("assets/titlebutton-max-hover@2.png")); } + headerbar button.titlebutton.maximize:active, + .titlebar button.titlebutton.maximize:active { + background-image: -gtk-scaled(url("assets/titlebutton-max-active.png"), url("assets/titlebutton-max-active@2.png")); } + headerbar button.titlebutton.minimize, + .titlebar button.titlebutton.minimize { + background-image: -gtk-scaled(url("assets/titlebutton-min.png"), url("assets/titlebutton-min@2.png")); } + headerbar button.titlebutton.minimize:backdrop, + .titlebar button.titlebutton.minimize:backdrop { + background-image: -gtk-scaled(url("assets/titlebutton-min-backdrop.png"), url("assets/titlebutton-min-backdrop@2.png")); } + headerbar button.titlebutton.minimize:hover, + .titlebar button.titlebutton.minimize:hover { + background-image: -gtk-scaled(url("assets/titlebutton-min-hover.png"), url("assets/titlebutton-min-hover@2.png")); } + headerbar button.titlebutton.minimize:active, + .titlebar button.titlebutton.minimize:active { + background-image: -gtk-scaled(url("assets/titlebutton-min-active.png"), url("assets/titlebutton-min-active@2.png")); } + +.caja-navigation-window .view .cell:selected, .caja-navigation-window iconview .cell:selected, .caja-navigation-window .view .cell:selected:focus, .nemo-window .nemo-inactive-pane .view:selected:focus, .nemo-window .nemo-inactive-pane iconview:selected:focus, .nemo-window .nemo-inactive-pane .view:selected, .nemo-window .nemo-inactive-pane iconview:selected, .nemo-window .nemo-window-pane widget.entry:selected:focus, .nemo-window .nemo-window-pane widget.entry:selected, .nautilus-window placessidebar.sidebar list row.sidebar-row.has-open-popup:selected, .nautilus-window placessidebar.sidebar list row.sidebar-row:selected, .nautilus-window placessidebar.sidebar list row.sidebar-row:selected:hover, .nautilus-window placessidebar.sidebar list row.sidebar-row:active:hover, +filechooser placessidebar.sidebar list row.sidebar-row.has-open-popup:selected, +filechooser placessidebar.sidebar list row.sidebar-row:selected, +filechooser placessidebar.sidebar list row.sidebar-row:selected:hover, +filechooser placessidebar.sidebar list row.sidebar-row:active:hover, .view:selected, .view:selected:focus, +.view text:selected, +textview text:selected, +.view text:selected:focus, +textview text:selected:focus, .view text selection:focus, .view text selection, +textview text selection:focus, +textview text selection, iconview:selected, iconview:selected:focus, iconview text selection:focus, .view text selection, iconview text selection, flowbox flowboxchild:selected, entry selection:focus, entry selection, menuitem.button.flat:active, menuitem.button.flat:active arrow, menuitem.button.flat:selected, menuitem.button.flat:selected arrow, +modelbutton.flat:active, +modelbutton.flat:active arrow, +modelbutton.flat:selected, +modelbutton.flat:selected arrow, treeview.view:selected, treeview.view:selected:focus, row:selected { + background-color: #92b372; } + row:selected label, label:selected, .caja-navigation-window .view .cell:selected, .caja-navigation-window iconview .cell:selected, .caja-navigation-window .view .cell:selected:focus, .nemo-window .nemo-inactive-pane .view:selected:focus, .nemo-window .nemo-inactive-pane iconview:selected:focus, .nemo-window .nemo-inactive-pane .view:selected, .nemo-window .nemo-inactive-pane iconview:selected, .nemo-window .nemo-window-pane widget.entry:selected:focus, .nemo-window .nemo-window-pane widget.entry:selected, .nautilus-window placessidebar.sidebar list row.sidebar-row.has-open-popup:selected, .nautilus-window placessidebar.sidebar list row.sidebar-row:selected, .nautilus-window placessidebar.sidebar list row.sidebar-row:selected:hover, .nautilus-window placessidebar.sidebar list row.sidebar-row:active:hover, + filechooser placessidebar.sidebar list row.sidebar-row.has-open-popup:selected, + filechooser placessidebar.sidebar list row.sidebar-row:selected, + filechooser placessidebar.sidebar list row.sidebar-row:selected:hover, + filechooser placessidebar.sidebar list row.sidebar-row:active:hover, .view:selected, .view:selected:focus, + .view text:selected, + textview text:selected, + .view text:selected:focus, + textview text:selected:focus, .view text selection:focus, .view text selection, + textview text selection:focus, + textview text selection, iconview:selected, iconview:selected:focus, iconview text selection:focus, .view text selection, iconview text selection, flowbox flowboxchild:selected, entry selection:focus, entry selection, menuitem.button.flat:active, menuitem.button.flat:active arrow, menuitem.button.flat:selected, menuitem.button.flat:selected arrow, + modelbutton.flat:active, + modelbutton.flat:active arrow, + modelbutton.flat:selected, + modelbutton.flat:selected arrow, treeview.view:selected, treeview.view:selected:focus, row:selected { + color: #ffffff; } + label:disabled selection, row:selected label:disabled, label:disabled:selected, .caja-navigation-window .view .cell:disabled:selected, .caja-navigation-window iconview .cell:disabled:selected, .nemo-window .nemo-inactive-pane .view:disabled:selected:focus, .nemo-window .nemo-inactive-pane iconview:disabled:selected:focus, .nemo-window .nemo-inactive-pane .view:disabled:selected, .nemo-window .nemo-inactive-pane iconview:disabled:selected, .nemo-window .nemo-window-pane widget.entry:disabled:selected, .nautilus-window placessidebar.sidebar list row.sidebar-row:disabled:selected, .nautilus-window placessidebar.sidebar list row.sidebar-row:disabled:active:hover, + filechooser placessidebar.sidebar list row.sidebar-row.has-open-popup:disabled:selected, + filechooser placessidebar.sidebar list row.sidebar-row:disabled:selected, + filechooser placessidebar.sidebar list row.sidebar-row:disabled:selected:hover, + filechooser placessidebar.sidebar list row.sidebar-row:disabled:active:hover, .view:disabled:selected, + .view text:disabled:selected, + textview text:disabled:selected, + textview text:disabled:selected:focus, .view text selection:disabled, + textview text selection:disabled:focus, + textview text selection:disabled, iconview:disabled:selected, iconview:disabled:selected:focus, iconview text selection:disabled:focus, iconview text selection:disabled, flowbox flowboxchild:disabled:selected, entry selection:disabled, menuitem.button.flat:disabled:active, menuitem.button.flat:active arrow:disabled, menuitem.button.flat:disabled:selected, menuitem.button.flat:selected arrow:disabled, + modelbutton.flat:disabled:active, + modelbutton.flat:active arrow:disabled, + modelbutton.flat:disabled:selected, + modelbutton.flat:selected arrow:disabled, row:disabled:selected { + color: #c9d9b9; } + +GeditNotebook.notebook tab.reorderable-page.top:active, GeditNotebook.notebook tab.reorderable-page.top.active-page, GeditNotebook.notebook tab.reorderable-page.top.active-page:hover, GeditNotebook.notebook tab.top:active, GeditNotebook.notebook tab.top.active-page, GeditNotebook.notebook tab.top.active-page:hover, +ScratchMainWindow .notebook tab.reorderable-page.top:active, +ScratchMainWindow .notebook tab.reorderable-page.top.active-page, +ScratchMainWindow .notebook tab.reorderable-page.top.active-page:hover, +ScratchMainWindow .notebook tab.top:active, +ScratchMainWindow .notebook tab.top.active-page, +ScratchMainWindow .notebook tab.top.active-page:hover, +EphyNotebook.notebook tab.reorderable-page.top:active, +EphyNotebook.notebook tab.reorderable-page.top.active-page, +EphyNotebook.notebook tab.reorderable-page.top.active-page:hover, +EphyNotebook.notebook tab.top:active, +EphyNotebook.notebook tab.top.active-page, +EphyNotebook.notebook tab.top.active-page:hover, +MidoriNotebook .notebook tab.reorderable-page.top:active, +MidoriNotebook .notebook tab.reorderable-page.top.active-page, +MidoriNotebook .notebook tab.reorderable-page.top.active-page:hover, +MidoriNotebook .notebook tab.top:active, +MidoriNotebook .notebook tab.top.active-page, +MidoriNotebook .notebook tab.top.active-page:hover, +TerminalWindow .notebook tab.reorderable-page.top:active, +TerminalWindow .notebook tab.reorderable-page.top.active-page, +TerminalWindow .notebook tab.reorderable-page.top.active-page:hover, +TerminalWindow .notebook tab.top:active, +TerminalWindow .notebook tab.top.active-page, +TerminalWindow .notebook tab.top.active-page:hover, +PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top:active, +PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top.active-page, +PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top.active-page:hover, +PantheonTerminalPantheonTerminalWindow .notebook tab.top:active, +PantheonTerminalPantheonTerminalWindow .notebook tab.top.active-page, +PantheonTerminalPantheonTerminalWindow .notebook tab.top.active-page:hover { + box-shadow: inset 0 1px #BDBDBD, inset 0 -1px #BDBDBD, inset 1px 0 #BDBDBD, inset -1px 0 #BDBDBD; } + +TerminalWindow .notebook tab.reorderable-page.top, TerminalWindow .notebook tab.top, +PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top, +PantheonTerminalPantheonTerminalWindow .notebook tab.top { + padding-top: 7px; + border-top-width: 3px; } + +TerminalWindow .notebook.header.top, +PantheonTerminalPantheonTerminalWindow .notebook.header.top { + box-shadow: inset 0 1px #bdbdbd, inset 0 -1px #BDBDBD; } + +GtkHTML { + background-color: #ffffff; + color: #303030; } + GtkHTML:active { + color: #ffffff; + background-color: #92b372; } + +SushiFontWidget { + padding: 6px 12px; } + +#gnome-system-monitor headerbar { + box-shadow: none; } + +vte-terminal.terminal-screen { + -TerminalScreen-background-darkness: 1.0; + background-color: #3f3f3f; + color: #fff; } + +terminal-screen-container, +terminal-screen-container scrollbar:not(slider) { + border-color: transparent; + background-color: transparent; } + +TerminalWindow .notebook tab .button { + color: #737373; } + TerminalWindow .notebook tab .button:hover { + color: #303030; + border-color: #BDBDBD; + background-color: whitesmoke; } + +TerminalWindow .notebook .active-page .button:hover, TerminalWindow .notebook .prelight-page .button:hover { + color: #ff4d4d; } + +TerminalWindow .notebook .active-page .button:active, TerminalWindow .notebook .prelight-page .button:active { + color: #92b372; } + +vte-terminal { + -TerminalScreen-background-darkness: 0.97; + background-color: #3f3f3f; + color: #fff; } + +.nautilus-canvas-item { + border-radius: 2px; } + +.nemo-desktop.nemo-canvas-item, +.nautilus-desktop.nautilus-canvas-item { + color: #ffffff; + text-shadow: 1px 1px rgba(0, 0, 0, 0.6); } + .nemo-desktop.nemo-canvas-item:active, + .nautilus-desktop.nautilus-canvas-item:active { + color: #303030; } + .nemo-desktop.nemo-canvas-item:selected, + .nautilus-desktop.nautilus-canvas-item:selected { + color: #ffffff; } + +.nautilus-canvas-item.dim-label, label.nautilus-canvas-item.separator, +.nautilus-list-dim-label { + color: #909090; } + .nautilus-canvas-item.dim-label:selected, label.nautilus-canvas-item.separator:selected, .nautilus-canvas-item.dim-label:selected:focus, + .nautilus-list-dim-label:selected, + .nautilus-list-dim-label:selected:focus { + color: #e9f0e3; } + +.nautilus-window paned > separator { + background-image: linear-gradient(to bottom, #404040, #404040); } + .nautilus-window paned > separator:dir(ltr) { + margin-left: -1px; } + .nautilus-window paned > separator:dir(rtl) { + margin-right: -1px; } + +.nautilus-window .csd.background, .nautilus-window placessidebar list, +filechooser .csd.background, +filechooser placessidebar list { + background-color: transparent; } + +.nautilus-window placessidebar.sidebar list, +filechooser placessidebar.sidebar list { + background-color: #404040; } + .nautilus-window placessidebar.sidebar list row.sidebar-row, + filechooser placessidebar.sidebar list row.sidebar-row { + border: none; + color: #dbdbdb; } + .nautilus-window placessidebar.sidebar list row.sidebar-row.has-open-popup, .nautilus-window placessidebar.sidebar list row.sidebar-row:hover, + filechooser placessidebar.sidebar list row.sidebar-row.has-open-popup, + filechooser placessidebar.sidebar list row.sidebar-row:hover { + background-color: rgba(219, 219, 219, 0.15); } + .nautilus-window placessidebar.sidebar list row.sidebar-row:disabled, .nautilus-window placessidebar.sidebar list row.sidebar-row:disabled label, .nautilus-window placessidebar.sidebar list row.sidebar-row:disabled image, + filechooser placessidebar.sidebar list row.sidebar-row:disabled, + filechooser placessidebar.sidebar list row.sidebar-row:disabled label, + filechooser placessidebar.sidebar list row.sidebar-row:disabled image { + color: rgba(219, 219, 219, 0.4); } + .nautilus-window placessidebar.sidebar list row.sidebar-row.has-open-popup:selected .sidebar-icon, .nautilus-window placessidebar.sidebar list row.sidebar-row:selected .sidebar-icon, .nautilus-window placessidebar.sidebar list row.sidebar-row:selected:hover .sidebar-icon, .nautilus-window placessidebar.sidebar list row.sidebar-row:active:hover .sidebar-icon, + filechooser placessidebar.sidebar list row.sidebar-row.has-open-popup:selected .sidebar-icon, + filechooser placessidebar.sidebar list row.sidebar-row:selected .sidebar-icon, + filechooser placessidebar.sidebar list row.sidebar-row:selected:hover .sidebar-icon, + filechooser placessidebar.sidebar list row.sidebar-row:active:hover .sidebar-icon { + color: inherit; } + .nautilus-window placessidebar.sidebar list row.sidebar-row:not(:selected) button.sidebar-button, + filechooser placessidebar.sidebar list row.sidebar-row:not(:selected) button.sidebar-button { + color: #dbdbdb; } + .nautilus-window placessidebar.sidebar list row.sidebar-row:not(:selected) button.sidebar-button:hover, + filechooser placessidebar.sidebar list row.sidebar-row:not(:selected) button.sidebar-button:hover { + color: #dbdbdb; + outline-color: rgba(219, 219, 219, 0.3); + border-color: rgba(33, 33, 33, 0.4); + background-color: rgba(138, 138, 138, 0.5); } + .nautilus-window placessidebar.sidebar list row.sidebar-row:not(:selected) button.sidebar-button:active, + filechooser placessidebar.sidebar list row.sidebar-row:not(:selected) button.sidebar-button:active { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #BDBDBD; + background-color: #92b372; } + .nautilus-window placessidebar.sidebar list row.sidebar-row:not(:selected) button.sidebar-button:not(:hover):not(:active) > image, + filechooser placessidebar.sidebar list row.sidebar-row:not(:selected) button.sidebar-button:not(:hover):not(:active) > image { + opacity: 0.5; } + .nautilus-window placessidebar.sidebar list row.sidebar-row.sidebar-new-bookmark-row, + filechooser placessidebar.sidebar list row.sidebar-row.sidebar-new-bookmark-row { + color: #92b372; } + .nautilus-window placessidebar.sidebar list row.sidebar-row.sidebar-new-bookmark-row .sidebar-icon, + filechooser placessidebar.sidebar list row.sidebar-row.sidebar-new-bookmark-row .sidebar-icon { + color: inherit; } + .nautilus-window placessidebar.sidebar list row.sidebar-row:drop(active):not(:disabled), .nautilus-window placessidebar.sidebar list row.sidebar-row:drop(active):not(:disabled) label, .nautilus-window placessidebar.sidebar list row.sidebar-row:drop(active):not(:disabled) .sidebar-icon, + filechooser placessidebar.sidebar list row.sidebar-row:drop(active):not(:disabled), + filechooser placessidebar.sidebar list row.sidebar-row:drop(active):not(:disabled) label, + filechooser placessidebar.sidebar list row.sidebar-row:drop(active):not(:disabled) .sidebar-icon { + color: #92b372; } + .nautilus-window placessidebar.sidebar list row.sidebar-row:drop(active):not(:disabled):selected, + filechooser placessidebar.sidebar list row.sidebar-row:drop(active):not(:disabled):selected { + background-color: #92b372; } + .nautilus-window placessidebar.sidebar list row.sidebar-row:drop(active):not(:disabled):selected, .nautilus-window placessidebar.sidebar list row.sidebar-row:drop(active):not(:disabled):selected label, .nautilus-window placessidebar.sidebar list row.sidebar-row:drop(active):not(:disabled):selected .sidebar-icon, + filechooser placessidebar.sidebar list row.sidebar-row:drop(active):not(:disabled):selected, + filechooser placessidebar.sidebar list row.sidebar-row:drop(active):not(:disabled):selected label, + filechooser placessidebar.sidebar list row.sidebar-row:drop(active):not(:disabled):selected .sidebar-icon { + color: #ffffff; } + .nautilus-window placessidebar.sidebar list separator, + filechooser placessidebar.sidebar list separator { + background-color: transparent; } + +.nautilus-window.maximized placessidebar.sidebar, +filechooser.maximized placessidebar.sidebar { + background-color: #404040; } + +NautilusQueryEditor .search-bar.toolbar { + padding: 5px; + box-shadow: none; + background-color: #ffffff; } + +.nautilus-circular-button.image-button.button, headerbar button.nautilus-circular-button.button.titlebutton, +.titlebar button.nautilus-circular-button.button.titlebutton { + border-radius: 50%; + -gtk-outline-radius: 50%; + padding: 8px; } + +.disk-space-display { + border-style: solid; + border-width: 1px; } + .disk-space-display.unknown { + background-color: rgba(48, 48, 48, 0.5); + border-color: rgba(23, 23, 23, 0.5); } + .disk-space-display.used { + background-color: rgba(146, 179, 114, 0.8); + border-color: rgba(120, 157, 85, 0.8); } + .disk-space-display.free { + background-color: #e8e8e8; + border-color: #cfcfcf; } + +NautilusListView .view, NautilusListView iconview { + border-bottom: 1px solid #BDBDBD; } + +.nemo-window { + /* This is to keep the separator next to the sidebar dark so we don't see a gap + between it and the trash bar */ } + .nemo-window .nemo-window-pane widget.entry { + border: 1px solid; + border-radius: 3px; + color: #303030; + border-color: #92b372; + background-color: #ffffff; } + .nemo-window .nemo-inactive-pane .view, .nemo-window .nemo-inactive-pane iconview { + background-color: #f2f2f2; } + .nemo-window .places-treeview { + -NemoPlacesTreeView-disk-full-bg-color: #dbdbdb; + -NemoPlacesTreeView-disk-full-fg-color: #789d55; + -GtkTreeView-vertical-separator: 7; } + .nemo-window .places-treeview .view.cell:hover, .nemo-window .places-treeview iconview.cell:hover { + background-color: rgba(219, 219, 219, 0.15); } + .nemo-window .nemo-places-sidebar.frame { + border-width: 0; } + .nemo-window .sidebar { + color: #dbdbdb; + background-color: #404040; } + .nemo-window .sidebar .frame { + border: none; } + .nemo-window .sidebar .view, .nemo-window .sidebar iconview, .nemo-window .sidebar row { + background-color: transparent; + color: #dbdbdb; } + .nemo-window .sidebar .view.cell:selected, .nemo-window .sidebar iconview.cell:selected, .nemo-window .sidebar row.cell:selected { + background-color: #92b372; + color: #ffffff; } + .nemo-window .sidebar .view.expander, .nemo-window .sidebar iconview.expander, .nemo-window .sidebar row.expander { + color: #8e8e8e; } + .nemo-window .sidebar .view.expander:hover, .nemo-window .sidebar iconview.expander:hover, .nemo-window .sidebar row.expander:hover { + color: #dbdbdb; } + .nemo-window grid > paned > separator { + background-image: linear-gradient(to bottom, #404040, #404040); } + .nemo-window widget .toolbar .image-button, .nemo-window widget .toolbar headerbar button.titlebutton, headerbar .nemo-window widget .toolbar button.titlebutton, + .nemo-window widget .toolbar .titlebar button.titlebutton, + .titlebar .nemo-window widget .toolbar button.titlebutton { + padding: 0; } + +.caja-navigation-window { + /* This seems to be needed to get proper highlighting in the caja view + * when split panes are used. Without it the inactive pane isn't displayed + * properly + */ } + .caja-navigation-window .view .cell:selected, .caja-navigation-window iconview .cell:selected, .caja-navigation-window .view .cell:selected:focus { + background-image: linear-gradient(to bottom, #92b372, #92b372); } + .caja-navigation-window .caja-side-pane .view, .caja-navigation-window .caja-side-pane iconview, + .caja-navigation-window .caja-side-pane textview text, + .caja-navigation-window .caja-side-pane notebook { + background-color: #404040; + color: #dbdbdb; } + +.gedit-headerbar-paned { + color: #BDBDBD; } + +.gedit-side-panel-paned > separator { + background-image: linear-gradient(to bottom, #404040, #404040); } + +.gedit-bottom-panel-paned > separator { + background-image: linear-gradient(to bottom, #BDBDBD, #BDBDBD); } + +.open-document-selector-treeview.view, iconview.open-document-selector-treeview { + padding: 3px 6px 3px 6px; + border-color: #ffffff; } + .open-document-selector-treeview.view:hover, iconview.open-document-selector-treeview:hover { + background-color: rgba(0, 0, 0, 0.05); } + .open-document-selector-treeview.view:hover:selected, iconview.open-document-selector-treeview:hover:selected { + color: #ffffff; + background-color: #92b372; } + +.open-document-selector-name-label { + color: #303030; } + +.open-document-selector-path-label { + color: #989898; + font-size: smaller; } + .open-document-selector-path-label:selected { + color: rgba(255, 255, 255, 0.9); } + +.gedit-document-panel { + background-color: #404040; } + .gedit-document-panel row { + color: #dbdbdb; + background-color: rgba(219, 219, 219, 0); } + .gedit-document-panel row:hover { + background-color: rgba(219, 219, 219, 0.15); } + .gedit-document-panel row:active { + color: #ffffff; + background-color: #92b372; } + .gedit-document-panel row:active button { + color: #ffffff; } + .gedit-document-panel row:selected, .gedit-document-panel row:selected:hover { + color: #ffffff; + background-color: #92b372; } + .gedit-document-panel row:hover:not(:selected) button:active { + color: #dbdbdb; } + .gedit-document-panel row button { + min-width: 22px; + min-height: 22px; + color: transparent; + background: none; + border: none; + box-shadow: none; + padding: 4px; } + .gedit-document-panel row button image { + color: inherit; } + .gedit-document-panel row:hover:not(:selected) button { + color: #737373; } + .gedit-document-panel row:hover:not(:selected) button:hover { + color: #ff4d4d; } + .gedit-document-panel row:hover:not(:selected) button:active { + color: #303030; } + .gedit-document-panel row:hover:selected button:hover { + color: #ff6666; + background: none; + border: none; + box-shadow: none; } + .gedit-document-panel row:hover:selected button:hover:active { + color: #ffffff; } + +.gedit-document-panel-dragged-row { + border: 1px solid #BDBDBD; + background-color: #d7d7d7; + color: #303030; } + +.gedit-side-panel-paned statusbar { + border-top: 1px solid #BDBDBD; + background-color: #F0F0F0; } + +.gedit-search-entry-occurrences-tag { + color: rgba(48, 48, 48, 0.6); + border: none; + margin: 2px; + padding: 2px; } + +.gedit-map-frame border { + border-color: rgba(0, 0, 0, 0.3); + border-width: 0; } + .gedit-map-frame border:dir(ltr) { + border-left-width: 1px; } + .gedit-map-frame border:dir(rtl) { + border-right-width: 1px; } + +.xed-window .xed-goto-line-box, .gedit-search-slider { + background-color: whitesmoke; + padding: 6px; + border-color: #BDBDBD; + border-radius: 0 0 2px 2px; + border-width: 0 1px 1px 1px; + border-style: solid; } + +.pluma-window statusbar frame > border { + border: none; } + +.pluma-window notebook > stack scrolledwindow { + border-width: 0 0 1px 0; } + +#pluma-status-combo-button { + min-height: 0; + padding: 0; + border-top: none; + border-bottom: none; + border-radius: 0; } + +.gb-search-entry-occurrences-tag { + background: none; } + +workbench.csd > stack.titlebar:not(headerbar) { + padding: 0; + background: none; + border: none; + box-shadow: none; } + workbench.csd > stack.titlebar:not(headerbar) headerbar, workbench.csd > stack.titlebar:not(headerbar) headerbar:first-child, workbench.csd > stack.titlebar:not(headerbar) headerbar:last-child { + border-radius: 3px 3px 0 0; } + +editortweak .linked > entry.search:focus + .gb-linked-scroller { + border-top-color: #92b372; } + +layouttab { + background-color: #ffffff; } + +layout { + border: 1px solid #BDBDBD; + -PnlDockBin-handle-size: 1; } + +eggsearchbar box.search-bar { + border-bottom: 1px solid #BDBDBD; } + +pillbox { + color: #ffffff; + background-color: #92b372; + border-radius: 3px; } + pillbox:disabled label { + color: rgba(255, 255, 255, 0.5); } + +docktabstrip { + padding: 0 6px; + background-color: #F0F0F0; + border-bottom: 1px solid #BDBDBD; } + docktabstrip docktab { + min-height: 28px; + border: solid transparent; + border-width: 0 1px; } + docktabstrip docktab label { + opacity: 0.5; } + docktabstrip docktab:checked label, docktabstrip docktab:hover label { + opacity: 1; } + docktabstrip docktab:checked { + border-color: #BDBDBD; + background-color: #ffffff; } + +dockbin { + border: 1px solid #BDBDBD; + -PnlDockBin-handle-size: 1; } + +dockpaned { + border: 1px solid #BDBDBD; } + +dockoverlayedge { + background-color: #F0F0F0; } + dockoverlayedge docktabstrip { + padding: 0; + border: none; } + dockoverlayedge.left-edge tab:checked, dockoverlayedge.right-edge tab:checked { + border-width: 1px 0; } + +popover.messagepopover.background { + padding: 0; } + +popover.messagepopover .popover-content-area { + margin: 16px; } + +popover.messagepopover .popover-action-area { + margin: 8px; } + popover.messagepopover .popover-action-area button:not(:first-child):not(:last-child) { + margin: 0 4px; } + +popover.popover-selector { + padding: 0; } + popover.popover-selector list row { + padding: 5px 0; } + popover.popover-selector list row image { + margin-left: 3px; + margin-right: 10px; } + +entry.search.preferences-search { + border: none; + border-right: 1px solid #BDBDBD; + border-bottom: 1px solid #BDBDBD; + border-radius: 0; } + +preferences stacksidebar.sidebar list { + background-image: linear-gradient(to bottom, #ffffff, #ffffff); } + +preferences stacksidebar.sidebar list separator { + background-color: transparent; } + +devhelppanel entry:focus, +symboltreepanel entry:focus { + border-color: #BDBDBD; } + +button.run-arrow-button { + min-width: 12px; } + +omnibar.linked > entry:not(:only-child) { + border-style: solid; + border-radius: 3px; + margin-left: 1px; + margin-right: 1px; } + +gstyleslidein #scale_box button.toggle:checked, +gstyleslidein #strings_controls button.toggle:checked, +gstyleslidein #palette_controls button.toggle:checked, +gstyleslidein #components_controls button.toggle:checked { + color: #303030; } + +configurationview entry.flat { + background: none; } + +configurationview list { + border-width: 0; } + +EphyWindow .floating-bar { + color: #303030; } + +.xreader-window .primary-toolbar .button.the-button-in-the-combobox { + color: #404040; + outline-color: rgba(64, 64, 64, 0.3); + border-color: rgba(64, 64, 64, 0.3); + background-color: rgba(245, 245, 245, 0.9); } + .xreader-window .primary-toolbar .button.the-button-in-the-combobox:hover { + background-color: rgba(255, 255, 255, 0.9); } + .xreader-window .primary-toolbar .button.the-button-in-the-combobox:disabled { + color: rgba(64, 64, 64, 0.6); } + +.documents-scrolledwin.frame { + border-width: 0; } + +button.documents-load-more { + border-width: 1px 0 0; + border-radius: 0; } + +.documents-icon-bg { + background-color: #92b372; + color: #ffffff; + border-radius: 2px; } + +.documents-collection-icon, .photos-collection-icon { + background-color: rgba(48, 48, 48, 0.3); + border-radius: 2px; } + +.documents-favorite.button:active, +.documents-favorite.button:active:hover { + color: #c5d7b4; } + +.documents-entry-tag, .photos-entry-tag { + background-color: #92b372; + color: #ffffff; + border-radius: 2px; + border-width: 0; + margin: 2px; + padding: 4px; } + .documents-entry-tag:hover, .photos-entry-tag:hover { + color: #ffffff; + background-color: #9cba7f; } + .documents-entry-tag:active, .photos-entry-tag:active { + color: #ffffff; + background-color: #88ac65; } + +.photos-fade-in { + opacity: 1.0; + transition: opacity 0.2s ease-out; } + +.photos-fade-out { + opacity: 0.0; + transition: opacity 0.2s ease-out; } + +.tweak-categories, +.tweak-category:not(:selected):not(:hover) { + background-image: linear-gradient(to bottom, #ffffff, #ffffff); } + +.content-view.document-page { + border-style: solid; + border-width: 3px 3px 6px 4px; + border-image: url("assets/thumbnail-frame.png") 3 3 6 4; } + +TotemGrilo.vertical GdMainView.frame { + border-width: 0; } + +SynapseGuiSelectionContainer *:selected, +SynapseGuiViewVirgilio *:selected { + background-color: #92b372; } + +.tr-workarea .undershoot, +.tr-workarea .overshoot { + border-color: transparent; } + +.gnome-panel-menu-bar, +.mate-panel-menu-bar { + color: #DADADA; + background-color: #343434; } + .gnome-panel-menu-bar, .gnome-panel-menu-bar menubar, + .mate-panel-menu-bar, + .mate-panel-menu-bar menubar { + background-color: #343434; } + .gnome-panel-menu-bar menubar, + .gnome-panel-menu-bar #PanelApplet label, + .gnome-panel-menu-bar #PanelApplet image, + .mate-panel-menu-bar menubar, + .mate-panel-menu-bar #PanelApplet label, + .mate-panel-menu-bar #PanelApplet image { + color: #DADADA; } + .gnome-panel-menu-bar menu > menuitem, + .mate-panel-menu-bar menu > menuitem { + color: #303030; } + .gnome-panel-menu-bar menu > menuitem:hover, + .mate-panel-menu-bar menu > menuitem:hover { + color: #ffffff; } + .gnome-panel-menu-bar button label, .gnome-panel-menu-bar button image, + .gnome-panel-menu-bar #tasklist-button label, + .gnome-panel-menu-bar #tasklist-button image, + .mate-panel-menu-bar button label, + .mate-panel-menu-bar button image, + .mate-panel-menu-bar #tasklist-button label, + .mate-panel-menu-bar #tasklist-button image { + color: inherit; } + .gnome-panel-menu-bar #tasklist-button, + .mate-panel-menu-bar #tasklist-button { + color: #DADADA; + border-radius: 0; + border: none; + padding-bottom: 0; + padding-top: 0; } + .gnome-panel-menu-bar #tasklist-button:hover, + .mate-panel-menu-bar #tasklist-button:hover { + background-color: rgba(255, 255, 255, 0.05); } + .gnome-panel-menu-bar #tasklist-button:checked, .gnome-panel-menu-bar #tasklist-button:active, + .mate-panel-menu-bar #tasklist-button:checked, + .mate-panel-menu-bar #tasklist-button:active { + background-color: #92b372; } + .gnome-panel-menu-bar #tasklist-button:checked label, .gnome-panel-menu-bar #tasklist-button:active label, + .mate-panel-menu-bar #tasklist-button:checked label, + .mate-panel-menu-bar #tasklist-button:active label { + color: white; } + .gnome-panel-menu-bar PanelSeparator, + .mate-panel-menu-bar PanelSeparator { + color: rgba(1, 1, 1, 0.2); + padding-top: 4px; + padding-bottom: 4px; } + .gnome-panel-menu-bar na-tray-applet, + .mate-panel-menu-bar na-tray-applet { + -NaTrayApplet-icon-padding: 1px; } + +.mintmenu:hover { + background-color: #414141; } + +.mintmenu:selected { + color: #ffffff; + background-color: #92b372; } + +.wnck-pager { + background-color: rgba(0, 0, 0, 0.04); } + .wnck-pager:selected { + background-color: rgba(146, 179, 114, 0.6); } + .wnck-pager:hover { + background-color: rgba(146, 179, 114, 0.2); } + +.xfce4-panel.panel { + background-color: #393939; + color: #DADADA; } + .xfce4-panel.panel frame > border { + border: 0; } + .xfce4-panel.panel label { + font-weight: normal; } + +.gnome-panel-menu-bar button:not(#tasklist-button), +.mate-panel-menu-bar button:not(#tasklist-button), .xfce4-panel.panel button { + color: #DADADA; + border-radius: 0; + border: none; + background-color: rgba(52, 52, 52, 0); } + .gnome-panel-menu-bar button:hover:not(#tasklist-button), + .mate-panel-menu-bar button:hover:not(#tasklist-button), .xfce4-panel.panel button:hover { + border: none; + background-color: #4e4e4e; } + .gnome-panel-menu-bar button:active:not(#tasklist-button), + .mate-panel-menu-bar button:active:not(#tasklist-button), .xfce4-panel.panel button:active, .gnome-panel-menu-bar button:checked:not(#tasklist-button), + .mate-panel-menu-bar button:checked:not(#tasklist-button), .xfce4-panel.panel button:checked { + color: #ffffff; + border: none; + background-color: #92b372; } + .gnome-panel-menu-bar button:not(#tasklist-button) label, + .mate-panel-menu-bar button:not(#tasklist-button) label, .xfce4-panel.panel button label, .gnome-panel-menu-bar button:not(#tasklist-button) image, + .mate-panel-menu-bar button:not(#tasklist-button) image, .xfce4-panel.panel button image { + color: inherit; } + +.floating-bar { + background-color: #92b372; + color: #ffffff; } + .floating-bar.top { + border-radius: 0 0 2px 2px; } + .floating-bar.right { + border-radius: 2px 0 0 2px; } + .floating-bar.bottom { + border-radius: 2px 2px 0 0; } + .floating-bar.left { + border-radius: 0 2px 2px 0; } + .floating-bar .button { + background-color: transparent; + box-shadow: none; + border: none; } + +BirdieWidgetsTweetList * { + background-image: none; + background-color: transparent; } + +MarlinViewWindow *:selected, MarlinViewWindow *:selected:focus { + color: #ffffff; + background-color: #92b372; + outline-color: transparent; } + +MarlinViewWindow GtkIconView.view:selected, MarlinViewWindow GtkIconView.view:selected:focus, MarlinViewWindow GtkIconView.view:selected:hover, MarlinViewWindow GtkIconView.view:selected:focus:hover { + background-color: transparent; } + +MarlinViewWindow FMListView, MarlinViewWindow FMColumnView { + outline-color: transparent; } + +.marlin-pathbar.pathbar { + border-radius: 3px; + padding-left: 4px; + padding-right: 4px; + color: #404040; + border-color: rgba(64, 64, 64, 0.3); + background-color: rgba(255, 255, 255, 0.9); } + .marlin-pathbar.pathbar image, .marlin-pathbar.pathbar image:hover { + color: inherit; } + .marlin-pathbar.pathbar:focus { + color: #404040; + border-color: #92b372; + background-color: rgba(255, 255, 255, 0.9); } + .marlin-pathbar.pathbar:disabled { + color: rgba(64, 64, 64, 0.55); + background-color: rgba(255, 255, 255, 0.75); } + .marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked { + color: #92b372; } + +.gala-notification { + border: 1px solid rgba(0, 0, 0, 0.35); + border-radius: 3px; + box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); + background-color: white; } + .gala-notification .title, .gala-notification .label { + color: #5c616c; } + +PantheonTerminalPantheonTerminalWindow.background { + background-color: transparent; } + +SwitchboardCategoryView .view:selected, SwitchboardCategoryView iconview:selected, +SwitchboardCategoryView .view:selected:focus { + color: #303030; } + +.cs-header { + padding: 6px; + background-color: #ebebeb; + border-bottom: 1px solid #BDBDBD; } + +.xed-window .xed-panel.side notebook tab.top { + padding: 8px 12px; } + +.xed-window .xed-panel.bottom notebook.frame { + border: none; } + +.xed-window .small-button { + padding: 2px 4px; } + +.xed-window .xed-searchbar { + border: 0px solid #BDBDBD; + border-top-width: 1px; } + +.xed-window statusbar widget border { + border-color: transparent; } + +.xed-window statusbar button, .xed-window statusbar widget frame, .xed-window statusbar widget frame border { + padding: 0; } + +EvWindow .content-view .view:selected, EvWindow .content-view iconview:selected, +EvWindow .content-view .view:focus:selected { + background-color: #92b372; + color: #ffffff; } + +.nautilus-window placessidebar.sidebar list scrollbar, +filechooser placessidebar.sidebar list scrollbar, .nemo-window .sidebar scrollbar { + border-color: #333333; } + .nautilus-window placessidebar.sidebar list scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider, + filechooser placessidebar.sidebar list scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider, .nemo-window .sidebar scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider { + background-color: white; + border: 1px solid rgba(0, 0, 0, 0.3); } + .nautilus-window placessidebar.sidebar list scrollbar slider, + filechooser placessidebar.sidebar list scrollbar slider, .nemo-window .sidebar scrollbar slider { + background-color: rgba(255, 255, 255, 0.7); } + .nautilus-window placessidebar.sidebar list scrollbar slider:hover, + filechooser placessidebar.sidebar list scrollbar slider:hover, .nemo-window .sidebar scrollbar slider:hover { + background-color: white; } + .nautilus-window placessidebar.sidebar list scrollbar slider:hover:active, + filechooser placessidebar.sidebar list scrollbar slider:hover:active, .nemo-window .sidebar scrollbar slider:hover:active { + background-color: #92b372; } + .nautilus-window placessidebar.sidebar list scrollbar slider:disabled, + filechooser placessidebar.sidebar list scrollbar slider:disabled, .nemo-window .sidebar scrollbar slider:disabled { + background-color: transparent; } + .nautilus-window placessidebar.sidebar list scrollbar trough, + filechooser placessidebar.sidebar list scrollbar trough, .nemo-window .sidebar scrollbar trough { + background-color: #333333; } + +.thunar .sidebar .view, .thunar .sidebar iconview { + background-color: #F0F0F0; } + .thunar .sidebar .view:selected, .thunar .sidebar iconview:selected, .thunar .sidebar .view:active, .thunar .sidebar iconview:active { + background: #92b372; + color: #ffffff; } + +.thunar toolbar.horizontal button image, .thunar .horizontal.inline-toolbar button image { + -gtk-icon-transform: scale(0.9); } + +.thunar toolbar, .thunar .inline-toolbar { + color: #404040; + background-color: #d9d9d9; } + +#panel_window { + background-color: #343434; + color: #DADADA; + font-weight: bold; + box-shadow: inset 0 -1px #222222; } + #panel_window menubar, + #panel_window menubar > menuitem { + background-color: transparent; + color: #DADADA; + font-weight: bold; } + #panel_window menubar menuitem:disabled { + color: rgba(218, 218, 218, 0.5); } + #panel_window menubar menuitem:disabled label { + color: inherit; } + #panel_window menubar menu > menuitem { + font-weight: normal; } + +#login_window, +#shutdown_dialog, +#restart_dialog { + font-weight: normal; + border-style: none; + background-color: transparent; + color: #303030; } + +#content_frame { + padding-bottom: 14px; + background-color: #F0F0F0; + border-top-left-radius: 2px; + border-top-right-radius: 2px; + border: solid rgba(0, 0, 0, 0.1); + border-width: 1px 1px 0 1px; } + +#content_frame button { + color: #303030; + outline-color: rgba(48, 48, 48, 0.3); + border-color: #BDBDBD; + background-color: whitesmoke; } + #content_frame button:hover { + color: #303030; + outline-color: rgba(48, 48, 48, 0.3); + border-color: #BDBDBD; + background-color: white; } + #content_frame button:active, #content_frame button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #BDBDBD; + background-color: #92b372; } + #content_frame button:disabled { + color: rgba(48, 48, 48, 0.55); + border-color: rgba(189, 189, 189, 0.55); + background-color: rgba(245, 245, 245, 0.55); } + #content_frame button:disabled label { + color: inherit; } + +#buttonbox_frame { + padding-top: 20px; + padding-bottom: 0px; + border-style: none; + background-color: #404040; + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; + border: solid rgba(0, 0, 0, 0.1); + border-width: 0 1px 1px 1px; + box-shadow: inset 0 1px #404040; } + +#buttonbox_frame button { + color: #dbdbdb; + outline-color: rgba(219, 219, 219, 0.3); + border-color: rgba(33, 33, 33, 0.4); + background-color: rgba(120, 120, 120, 0.4); } + #buttonbox_frame button:hover { + color: #dbdbdb; + outline-color: rgba(219, 219, 219, 0.3); + border-color: rgba(33, 33, 33, 0.4); + background-color: rgba(138, 138, 138, 0.5); } + #buttonbox_frame button:active, #buttonbox_frame button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(33, 33, 33, 0.4); + background-color: #92b372; } + #buttonbox_frame button:disabled { + color: #6f6f6f; + border-color: rgba(33, 33, 33, 0.4); + background-color: rgba(120, 120, 120, 0.25); } + +#login_window #user_combobox { + color: #303030; + font-size: 13px; } + #login_window #user_combobox menu { + font-weight: normal; } + +#user_image { + padding: 3px; + border-radius: 2px; } + +#shutdown_button.button { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #F04A50; + border-color: #F04A50; } + #shutdown_button.button:hover { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #f4797e; + border-color: #f4797e; } + #shutdown_button.button:active, #shutdown_button.button:checked { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #ec1b22; + border-color: #ec1b22; } + +#restart_button.button { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #6db442; + border-color: #6db442; } + #restart_button.button:hover { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #88c663; + border-color: #88c663; } + #restart_button.button:active, #restart_button.button:checked { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #568f34; + border-color: #568f34; } + +#greeter_infobar { + border-bottom-width: 0; + font-weight: bold; } + +window.background.lightdm menubar > menuitem { + padding: 0 5px 0 5px; } + +window.background.lightdm button.flat.option-button { + background-color: transparent; + color: #dadada; } + window.background.lightdm button.flat.option-button:hover { + border-color: rgba(189, 189, 189, 0.2); + background-color: rgba(0, 0, 0, 0.5); } + window.background.lightdm button.flat.option-button:active { + border-color: #BDBDBD; + background-color: #92b372; + color: #ffffff; } + +window.background.lightdm button, window.background.lightdm button.toggle-button { + border-color: transparent; + background-color: transparent; + color: #dadada; } + window.background.lightdm button:hover, window.background.lightdm button.toggle-button:hover { + border-color: rgba(189, 189, 189, 0.2); + background-color: rgba(0, 0, 0, 0.5); } + window.background.lightdm button:active, window.background.lightdm button.selected, window.background.lightdm button.toggle-button:active, window.background.lightdm button.toggle-button.selected { + border-color: rgba(189, 189, 189, 0.2); + background-color: #92b372; + color: #ffffff; } + +window.background.lightdm entry, +window.background.lightdm .lightdm-combo entry { + background: rgba(0, 0, 0, 0.5); + color: white; } + +window.background.lightdm entry:active { + -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); + animation: spinner 1s linear infinite; } + +window.background.lightdm .lightdm-combo { + border-radius: 0; + background-color: transparent; } + +.ubiquity-menubar { + background-color: #3f3f3f; + color: #eeeeee; } + +@define-color theme_fg_color #303030; +@define-color theme_text_color #303030; +@define-color theme_bg_color #F0F0F0; +@define-color theme_base_color #ffffff; +@define-color theme_selected_bg_color #92b372; +@define-color theme_selected_fg_color #ffffff; +@define-color fg_color #303030; +@define-color text_color #303030; +@define-color bg_color #F0F0F0; +@define-color base_color #ffffff; +@define-color selected_bg_color #92b372; +@define-color selected_fg_color #ffffff; +@define-color insensitive_bg_color #f9f9f9; +@define-color insensitive_fg_color alpha(#303030, 0.5); +@define-color insensitive_base_color #ffffff; +@define-color theme_unfocused_fg_color #303030; +@define-color theme_unfocused_text_color #303030; +@define-color theme_unfocused_bg_color #F0F0F0; +@define-color theme_unfocused_base_color #ffffff; +@define-color borders #BDBDBD; +@define-color unfocused_borders #BDBDBD; +@define-color warning_color #f27835; +@define-color error_color #FC4138; +@define-color success_color #73d216; +@define-color placeholder_text_color #A8A8A8; +@define-color content_view_bg #ffffff; +@define-color wm_title #404040; +@define-color wm_unfocused_title alpha(#404040, 0.5); +@define-color wm_bg #d9d9d9; +@define-color wm_bg_unfocused #e1e1e1; +@define-color wm_highlight #e1e1e1; +@define-color wm_shadow alpha(black, 0.35); +@define-color wm_button_close_bg #f46067; +@define-color wm_button_close_hover_bg #f68086; +@define-color wm_button_close_active_bg #f13039; +@define-color wm_icon_close_bg #F8F8F9; +@define-color wm_button_hover_bg #fdfdfd; +@define-color wm_button_active_bg #92b372; +@define-color wm_button_hover_border #D1D3DA; +@define-color wm_icon_bg #90949E; +@define-color wm_icon_unfocused_bg #B6B8C0; +@define-color wm_icon_hover_bg #7A7F8B; +@define-color wm_icon_active_bg #ffffff; +/* Based on _Adwaita-base.scss from libhandy */ +popover.combo { + padding: 0; } + popover.combo list { + background-color: transparent; } + popover.combo list > row { + padding: 0 10px; + min-height: 50px; } + +row.expander { + padding: 0px; } + row.expander:checked image.expander-row-arrow:not(:disabled) { + color: #92b372; } + row.expander image.expander-row-arrow:disabled { + color: rgba(48, 48, 48, 0.55); } + +keypad .digit { + font-size: 200%; + font-weight: bold; } + +keypad .letters { + font-size: 70%; } + +keypad .symbol { + font-size: 160%; } + +viewswitcher, viewswitcher button { + margin: 0; + padding: 0; } + +viewswitcher button { + border-radius: 0; + border-top: 0; + border-bottom: 0; } + viewswitcher button:not(:checked):not(:hover) { + background: transparent; + border-color: transparent; } + viewswitcher button:checked, viewswitcher button:active { + border-color: #92b372; } + viewswitcher button > stack > box.narrow { + font-size: 0.75rem; + padding-top: 7px; + padding-bottom: 5px; } + viewswitcher button > stack > box.narrow image, + viewswitcher button > stack > box.narrow label { + padding-left: 8px; + padding-right: 8px; } + viewswitcher button > stack > box.wide { + padding: 8px 10px; } + viewswitcher button > stack > box.wide label:dir(ltr) { + padding-right: 7px; } + viewswitcher button > stack > box.wide label:dir(rtl) { + padding-left: 7px; } + viewswitcher button.needs-attention > stack > box label { + background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#92b372), to(transparent)); + background-size: 6px 6px; + background-repeat: no-repeat; + background-position: right 0px; } + viewswitcher button.needs-attention > stack > box label:dir(rtl) { + background-position: left 0px; } + viewswitcher button.needs-attention:active > stack > box label { + background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#ffffff), to(transparent)); } + +viewswitcherbar actionbar > revealer > box { + padding: 0; } + +list.content, +list.content list { + background-color: transparent; } + +list.content list.nested > row:not(:active):not(:hover):not(:selected), list.content list.nested > row:not(:active):hover:not(.activatable):not(:selected) { + background-color: #f8f8f8; } + +list.content list.nested > row.activatable:not(:active):hover:not(:selected) { + background-color: #f2f2f2; } + +list.content > row:not(.expander):not(:active):not(:hover):not(:selected), list.content > row:not(.expander):not(:active):hover:not(.activatable):not(:selected), list.content > row.expander row.header:not(:active):not(:hover):not(:selected), list.content > row.expander row.header:not(:active):hover:not(.activatable):not(:selected) { + background-color: #ffffff; } + +list.content > row.activatable:not(.expander):not(:active):hover:not(:selected), list.content > row.expander row.header.activatable:not(:active):hover:not(:selected) { + background-color: #f2f2f2; } + +list.content > row, +list.content > row list > row { + border-color: #BDBDBD; + border-style: solid; + transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } + +list.content > row:not(:last-child) { + border-width: 1px 1px 0px 1px; } + +list.content > row:last-child, list.content > row.checked-expander-row-previous-sibling, list.content > row.expander:checked { + border-width: 1px; } + +list.content > row.expander:checked:not(:first-child), list.content > row.expander:checked + row { + margin-top: 5px; } + +window.csd.unified:not(.solid-csd):not(.fullscreen):not(.tiled):not(.tiled-top):not(.tiled-bottom):not(.tiled-left):not(.tiled-right):not(.maximized), +window.csd.unified:not(.solid-csd):not(.fullscreen):not(.tiled):not(.tiled-top):not(.tiled-bottom):not(.tiled-left):not(.tiled-right):not(.maximized) > decoration, +window.csd.unified:not(.solid-csd):not(.fullscreen):not(.tiled):not(.tiled-top):not(.tiled-bottom):not(.tiled-left):not(.tiled-right):not(.maximized) > decoration-overlay { + border-radius: 3px; } + +.windowhandle separator.sidebar:dir(ltr), .windowhandle separator.sidebar.left, .windowhandle separator.sidebar.left:dir(rtl), .windowhandle separator.sidebar:dir(rtl), .windowhandle separator.sidebar.right { + background-color: #BDBDBD; + margin: 0; } diff --git a/themes/Mint-Y/gtk-3.0/thumbnail.png b/themes/Mint-Y/gtk-3.0/thumbnail.png Binary files differnew file mode 100644 index 00000000..31bd9dc2 --- /dev/null +++ b/themes/Mint-Y/gtk-3.0/thumbnail.png diff --git a/themes/Mint-Y/index.theme b/themes/Mint-Y/index.theme new file mode 100644 index 00000000..3652e833 --- /dev/null +++ b/themes/Mint-Y/index.theme @@ -0,0 +1,12 @@ +[Desktop Entry] +Type=X-GNOME-Metatheme +Name=Mint-Y +Comment=A flat theme with transparent elements +Encoding=UTF-8 + +[X-GNOME-Metatheme] +GtkTheme=Mint-Y +MetacityTheme=Mint-Y +IconTheme=Mint-Y +CursorTheme=DMZ-Black +ButtonLayout=menu:minimize,maximize,close diff --git a/themes/Mint-Y/metacity-1/button-bg.svg b/themes/Mint-Y/metacity-1/button-bg.svg new file mode 120000 index 00000000..63e35a07 --- /dev/null +++ b/themes/Mint-Y/metacity-1/button-bg.svg @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/metacity-1/button-bg.svg
\ No newline at end of file diff --git a/themes/Mint-Y/metacity-1/button-border.svg b/themes/Mint-Y/metacity-1/button-border.svg new file mode 120000 index 00000000..f0da05d6 --- /dev/null +++ b/themes/Mint-Y/metacity-1/button-border.svg @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/metacity-1/button-border.svg
\ No newline at end of file diff --git a/themes/Mint-Y/metacity-1/close-icon.svg b/themes/Mint-Y/metacity-1/close-icon.svg new file mode 120000 index 00000000..2b1f5168 --- /dev/null +++ b/themes/Mint-Y/metacity-1/close-icon.svg @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/metacity-1/close-icon.svg
\ No newline at end of file diff --git a/themes/Mint-Y/metacity-1/max-icon.svg b/themes/Mint-Y/metacity-1/max-icon.svg new file mode 120000 index 00000000..6b9fb967 --- /dev/null +++ b/themes/Mint-Y/metacity-1/max-icon.svg @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/metacity-1/max-icon.svg
\ No newline at end of file diff --git a/themes/Mint-Y/metacity-1/menu-icon.svg b/themes/Mint-Y/metacity-1/menu-icon.svg new file mode 120000 index 00000000..d1d7ed72 --- /dev/null +++ b/themes/Mint-Y/metacity-1/menu-icon.svg @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/metacity-1/menu-icon.svg
\ No newline at end of file diff --git a/themes/Mint-Y/metacity-1/metacity-theme-2.xml b/themes/Mint-Y/metacity-1/metacity-theme-2.xml new file mode 100644 index 00000000..feee395e --- /dev/null +++ b/themes/Mint-Y/metacity-1/metacity-theme-2.xml @@ -0,0 +1,955 @@ +<?xml version="1.0"?> +<metacity_theme> +<info> + <name>Arc</name> + <author>horst3180</author> + <copyright>horst3180</copyright> + <date>2015</date> + <description>Arc Metacity theme</description> +</info> + +<!-- meaningfull constants --> + +<constant name="C_title_focused" value="#404040" /> +<constant name="C_title_unfocused" value="#9d9d9d" /> + +<constant name="C_wm_bg_focused" value="#d9d9d9" /> +<constant name="C_wm_bg_unfocused" value="#d9d9d9" /> + +<constant name="C_wm_highlight" value="#eeeeee" /> + +<!-- window button colors --> + +<!-- close --> +<constant name="C_button_close_bg_focused" value="#92b372" /> +<constant name="C_button_close_bg_hover" value="shade/#92b372/1.14" /> +<constant name="C_button_close_bg_active" value="shade/#92b372/0.8" /> + +<constant name="C_icon_close_bg" value="#F8F8F8" /> + +<!-- minimize, maximize --> +<constant name="C_button_bg_hover" value="#ffffff" /> +<constant name="C_button_bg_active" value="#909090" /> + +<constant name="C_button_border_hover" value="#D1D1D1" /> + +<constant name="C_icon_bg_focused" value="#404040" /> +<constant name="C_icon_bg_unfocused" value="#B6B6B6" /> +<constant name="C_icon_bg_hover" value="#404040" /> +<constant name="C_icon_bg_active" value="#ffffff" /> + +<!-- geometries --> + +<frame_geometry name="normal" title_scale="medium" rounded_top_left="1" rounded_top_right="1"> + <distance name="left_width" value="3" /> + <distance name="right_width" value="3" /> + <distance name="bottom_height" value="3" /> + <distance name="left_titlebar_edge" value="2"/> + <distance name="right_titlebar_edge" value="2"/> + <distance name="title_vertical_pad" value="3"/> + <border name="title_border" left="10" right="10" top="3" bottom="3"/> + <border name="button_border" left="0" right="0" top="0" bottom="0"/> + <distance name="button_width" value="30"/> + <distance name="button_height" value="24"/> +</frame_geometry> + +<frame_geometry name="normal_unfocused" title_scale="medium" rounded_top_left="1" rounded_top_right="1" parent="normal"> +</frame_geometry> + +<frame_geometry name="max" title_scale="medium" parent="normal" rounded_top_left="false" rounded_top_right="false"> + <distance name="left_width" value="0" /> + <distance name="right_width" value="0" /> + <distance name="left_titlebar_edge" value="2"/> + <distance name="right_titlebar_edge" value="2"/> + <distance name="title_vertical_pad" value="2"/> <!-- + This needs to be 1 less then the + title_vertical_pad on normal state + or you'll have bigger buttons --> + <distance name="bottom_height" value="0" /> +</frame_geometry> + +<frame_geometry name="small" title_scale="small" parent="normal" hide_buttons="true" rounded_top_left="1" rounded_top_right="1"> + <distance name="title_vertical_pad" value="7"/> + <border name="title_border" left="10" right="10" top="0" bottom="1"/> +</frame_geometry> + +<frame_geometry name="small_unfocused" parent="small"> + <distance name="left_titlebar_edge" value="1"/> + <distance name="right_titlebar_edge" value="1"/> +</frame_geometry> + +<frame_geometry name="borderless" has_title="false" rounded_top_left="false" rounded_top_right="false" parent="normal" > + <distance name="left_width" value="0" /> + <distance name="right_width" value="0" /> + <distance name="bottom_height" value="0" /> + <distance name="left_titlebar_edge" value="0"/> + <distance name="right_titlebar_edge" value="0"/> + <distance name="button_width" value="0"/> + <distance name="button_height" value="0"/> + <distance name="title_vertical_pad" value="0" /> + <border name="title_border" left="0" right="0" top="0" bottom="0" /> + <border name="button_border" left="0" right="0" top="0" bottom="0"/> +</frame_geometry> + +<frame_geometry name="modal" title_scale="small" hide_buttons="true" rounded_top_left="1" rounded_top_right="1" parent="small"> + <distance name="title_vertical_pad" value="5"/> +</frame_geometry> + +<!-- drawing operations --> + + <!-- title --> + +<draw_ops name="title_focused"> + <title x="(0 `max` ((width - title_width) / 2)) + 2" + y="(0 `max` ((height - title_height) / 2)) + 1" + color="C_title_focused" /> +</draw_ops> + +<draw_ops name="title_unfocused"> + <title x="(0 `max` ((width - title_width) / 2)) + 2" + y="(0 `max` ((height - title_height) / 2)) + 1" + color="C_title_unfocused"/> +</draw_ops> + + <!-- window decorations --> + +<draw_ops name="entire_background_focused"> + <rectangle color="C_wm_bg_focused" x="0" y="0" width="width" height="height" filled="true" /> +</draw_ops> + +<draw_ops name="entire_background_unfocused"> + <rectangle color="C_wm_bg_unfocused" x="0" y="0" width="width" height="height" filled="true" /> +</draw_ops> + +<draw_ops name="titlebar_focused"> + <rectangle color="C_wm_bg_focused" x="0" y="0" width="width" height="height" filled="true" /> + <rectangle color="C_wm_highlight" x="0" y="0" width="width" height="1" filled="true" /> +</draw_ops> + +<draw_ops name="titlebar_unfocused"> + <rectangle color="C_wm_bg_unfocused" x="0" y="0" width="width" height="height" filled="true" /> + <rectangle color="C_wm_highlight" x="0" y="0" width="width" height="1" filled="true" /> +</draw_ops> + +<draw_ops name="titlebar_max"> + +</draw_ops> + +<draw_ops name="titlebar_small_focused"> + +</draw_ops> + +<draw_ops name="titlebar_small_unfocused"> + +</draw_ops> + +<draw_ops name="border_focused"> + <rectangle color="C_wm_bg_focused" x="0" y="0" width="width" height="height" filled="false" /> +</draw_ops> + +<draw_ops name="border_unfocused"> + <rectangle color="C_wm_bg_unfocused" x="0" y="0" width="width" height="height" filled="false" /> +</draw_ops> + + +<!--close--> +<draw_ops name="close_focused"> + <image filename="button-bg.svg" colorize="C_button_close_bg_focused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="close_focused_pressed"> + <image filename="button-bg.svg" colorize="C_button_close_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="close_focused_prelight"> + <image filename="button-bg.svg" colorize="C_button_close_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="close_unfocused"> + <image filename="button-bg.svg" colorize="C_icon_bg_unfocused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="close_unfocused_prelight"> + <image filename="button-bg.svg" colorize="C_button_close_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="close_unfocused_pressed"> + <image filename="button-bg.svg" colorize="C_button_close_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<!--maximize--> +<draw_ops name="maximize_focused"> + <image filename="max-icon.svg" colorize="C_icon_bg_focused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="maximize_focused_pressed"> + <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="max-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="maximize_focused_prelight"> + <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="max-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="maximize_unfocused"> + <image filename="max-icon.svg" colorize="C_icon_bg_unfocused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="maximize_unfocused_prelight"> + <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="max-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="maximize_unfocused_pressed"> + <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="max-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<!--minimize--> +<draw_ops name="minimize_focused"> + <image filename="min-icon.svg" colorize="C_icon_bg_focused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="minimize_focused_pressed"> + <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="min-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="minimize_focused_prelight"> + <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="min-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="minimize_unfocused"> + <image filename="min-icon.svg" colorize="C_icon_bg_unfocused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="minimize_unfocused_prelight"> + <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="min-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="minimize_unfocused_pressed"> + <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="min-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<!--stick--> +<draw_ops name="stick_focused"> + <image filename="stick-icon.svg" colorize="C_icon_bg_focused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="stick_focused_pressed"> + <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="stick-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="stick_focused_prelight"> + <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="stick-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="stick_unfocused"> + <image filename="stick-icon.svg" colorize="C_icon_bg_unfocused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="stick_unfocused_prelight"> + <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="stick-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="stick_unfocused_pressed"> + <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="stick-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<!--unstick--> +<draw_ops name="unstick_focused"> + <image filename="unstick-icon.svg" colorize="C_icon_bg_focused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="unstick_focused_pressed"> + <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="unstick-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="unstick_focused_prelight"> + <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="unstick-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="unstick_unfocused"> + <image filename="unstick-icon.svg" colorize="C_icon_bg_unfocused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="unstick_unfocused_prelight"> + <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="unstick-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="unstick_unfocused_pressed"> + <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="unstick-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<!--shade--> +<draw_ops name="shade_focused"> + <image filename="shade-icon.svg" colorize="C_icon_bg_focused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="shade_focused_pressed"> + <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="shade-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="shade_focused_prelight"> + <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="shade-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="shade_unfocused"> + <image filename="shade-icon.svg" colorize="C_icon_bg_unfocused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="shade_unfocused_prelight"> + <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="shade-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="shade_unfocused_pressed"> + <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="shade-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<!--unshade--> +<draw_ops name="unshade_focused"> + <image filename="unshade-icon.svg" colorize="C_icon_bg_focused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="unshade_focused_pressed"> + <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="unshade-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="unshade_focused_prelight"> + <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="unshade-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="unshade_unfocused"> + <image filename="unshade-icon.svg" colorize="C_icon_bg_unfocused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="unshade_unfocused_prelight"> + <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="unshade-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="unshade_unfocused_pressed"> + <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="unshade-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<!--menu--> +<draw_ops name="menu_focused"> + <image filename="menu-icon.svg" colorize="C_icon_bg_focused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="menu_focused_pressed"> + <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="menu-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="menu_focused_prelight"> + <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="menu-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="menu_unfocused"> + <image filename="menu-icon.svg" colorize="C_icon_bg_unfocused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="menu_unfocused_prelight"> + <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="menu-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="menu_unfocused_pressed"> + <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="menu-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/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_focused" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> + <button function="unshade" state="normal" draw_ops="unshade_focused" /> + <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed" /> + <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> + <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="stick_focused" /> + <button function="stick" state="pressed" draw_ops="stick_focused_pressed" /> + <button function="stick" state="prelight" draw_ops="stick_focused_prelight" /> + <button function="unstick" state="normal" draw_ops="unstick_focused" /> + <button function="unstick" state="pressed" draw_ops="unstick_focused_pressed" /> + <button function="unstick" state="prelight" draw_ops="unstick_focused_prelight" /> +</frame_style> + +<frame_style name="normal_unfocused" geometry="normal_unfocused"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_unfocused" /> + <piece position="title" draw_ops="title_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="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="unshade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed" /> + <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="stick_unfocused" /> + <button function="stick" state="prelight" draw_ops="stick_unfocused_prelight" /> + <button function="stick" state="pressed" draw_ops="stick_unfocused_pressed" /> + <button function="unstick" state="normal" draw_ops="unstick_unfocused" /> + <button function="unstick" state="prelight" draw_ops="unstick_unfocused_prelight" /> + <button function="unstick" state="pressed" draw_ops="unstick_unfocused_pressed" /> +</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_max" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> + <button function="unshade" state="normal" draw_ops="unshade_focused" /> + <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed" /> + <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> + <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="stick_focused" /> + <button function="stick" state="pressed" draw_ops="stick_focused_pressed" /> + <button function="stick" state="prelight" draw_ops="stick_focused_prelight" /> + <button function="unstick" state="normal" draw_ops="unstick_focused" /> + <button function="unstick" state="pressed" draw_ops="unstick_focused_pressed" /> + <button function="unstick" state="prelight" draw_ops="unstick_focused_prelight" /> +</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_max" /> + <piece position="title" draw_ops="title_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="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="unshade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed" /> + <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="stick_unfocused" /> + <button function="stick" state="prelight" draw_ops="stick_unfocused_prelight" /> + <button function="stick" state="pressed" draw_ops="stick_unfocused_pressed" /> + <button function="unstick" state="normal" draw_ops="unstick_unfocused" /> + <button function="unstick" state="prelight" draw_ops="unstick_unfocused_prelight" /> + <button function="unstick" state="pressed" draw_ops="unstick_unfocused_pressed" /> +</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_max" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> + <button function="unshade" state="normal" draw_ops="unshade_focused" /> + <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed" /> + <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> + <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="stick_focused" /> + <button function="stick" state="pressed" draw_ops="stick_focused_pressed" /> + <button function="stick" state="prelight" draw_ops="stick_focused_prelight" /> + <button function="unstick" state="normal" draw_ops="unstick_focused" /> + <button function="unstick" state="pressed" draw_ops="unstick_focused_pressed" /> + <button function="unstick" state="prelight" draw_ops="unstick_focused_prelight" /> +</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_max" /> + <piece position="title" draw_ops="title_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="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="unshade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed" /> + <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="stick_unfocused" /> + <button function="stick" state="prelight" draw_ops="stick_unfocused_prelight" /> + <button function="stick" state="pressed" draw_ops="stick_unfocused_pressed" /> + <button function="unstick" state="normal" draw_ops="unstick_unfocused" /> + <button function="unstick" state="prelight" draw_ops="unstick_unfocused_prelight" /> + <button function="unstick" state="pressed" draw_ops="unstick_unfocused_pressed" /> +</frame_style> + +<frame_style name="dialog_focused" geometry="normal"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_focused" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> + <button function="unshade" state="normal" draw_ops="unshade_focused" /> + <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed" /> + <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> + <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="stick_focused" /> + <button function="stick" state="pressed" draw_ops="stick_focused_pressed" /> + <button function="stick" state="prelight" draw_ops="stick_focused_prelight" /> + <button function="unstick" state="normal" draw_ops="unstick_focused" /> + <button function="unstick" state="pressed" draw_ops="unstick_focused_pressed" /> + <button function="unstick" state="prelight" draw_ops="unstick_focused_prelight" /> +</frame_style> + +<frame_style name="dialog_unfocused" geometry="normal"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_unfocused" /> + <piece position="title" draw_ops="title_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="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="unshade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed" /> + <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="stick_unfocused" /> + <button function="stick" state="prelight" draw_ops="stick_unfocused_prelight" /> + <button function="stick" state="pressed" draw_ops="stick_unfocused_pressed" /> + <button function="unstick" state="normal" draw_ops="unstick_unfocused" /> + <button function="unstick" state="prelight" draw_ops="unstick_unfocused_prelight" /> + <button function="unstick" state="pressed" draw_ops="unstick_unfocused_pressed" /> +</frame_style> + +<frame_style name="modal_dialog_focused" geometry="modal"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_focused" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> + <button function="unshade" state="normal" draw_ops="unshade_focused" /> + <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed" /> + <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> + <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="stick_focused" /> + <button function="stick" state="pressed" draw_ops="stick_focused_pressed" /> + <button function="stick" state="prelight" draw_ops="stick_focused_prelight" /> + <button function="unstick" state="normal" draw_ops="unstick_focused" /> + <button function="unstick" state="pressed" draw_ops="unstick_focused_pressed" /> + <button function="unstick" state="prelight" draw_ops="unstick_focused_prelight" /> +</frame_style> + +<frame_style name="modal_dialog_unfocused" geometry="modal"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_focused" /> + <piece position="title" draw_ops="title_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="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="unshade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed" /> + <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="stick_unfocused" /> + <button function="stick" state="prelight" draw_ops="stick_unfocused_prelight" /> + <button function="stick" state="pressed" draw_ops="stick_unfocused_pressed" /> + <button function="unstick" state="normal" draw_ops="unstick_unfocused" /> + <button function="unstick" state="prelight" draw_ops="unstick_unfocused_prelight" /> + <button function="unstick" state="pressed" draw_ops="unstick_unfocused_pressed" /> +</frame_style> + +<frame_style name="utility_focused" geometry="small"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_small_focused" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> + <button function="unshade" state="normal" draw_ops="unshade_focused" /> + <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed" /> + <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> + <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="stick_focused" /> + <button function="stick" state="pressed" draw_ops="stick_focused_pressed" /> + <button function="stick" state="prelight" draw_ops="stick_focused_prelight" /> + <button function="unstick" state="normal" draw_ops="unstick_focused" /> + <button function="unstick" state="pressed" draw_ops="unstick_focused_pressed" /> + <button function="unstick" state="prelight" draw_ops="unstick_focused_prelight" /> +</frame_style> + +<frame_style name="utility_unfocused" geometry="small_unfocused"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_small_unfocused" /> + <piece position="title" draw_ops="title_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="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="unshade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed" /> + <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="stick_unfocused" /> + <button function="stick" state="prelight" draw_ops="stick_unfocused_prelight" /> + <button function="stick" state="pressed" draw_ops="stick_unfocused_pressed" /> + <button function="unstick" state="normal" draw_ops="unstick_unfocused" /> + <button function="unstick" state="prelight" draw_ops="unstick_unfocused_prelight" /> + <button function="unstick" state="pressed" draw_ops="unstick_unfocused_pressed" /> +</frame_style> + +<frame_style name="border_focused" geometry="borderless"> + <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="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><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="borderless"> + <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="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><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="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><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="shaded" style="normal_focused"/> + <frame focus="no" state="shaded" style="normal_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_focused"/> + <frame focus="no" state="shaded" style="dialog_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_focused"/> + <frame focus="no" state="shaded" style="modal_dialog_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_focused"/> + <frame focus="no" state="shaded" style="utility_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="blank"/> + <frame focus="no" state="maximized" style="blank"/> + <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="normal_style_set"/> +<window type="modal_dialog" style_set="normal_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/themes/Mint-Y/metacity-1/metacity-theme-3.xml b/themes/Mint-Y/metacity-1/metacity-theme-3.xml new file mode 100644 index 00000000..44b6d5e1 --- /dev/null +++ b/themes/Mint-Y/metacity-1/metacity-theme-3.xml @@ -0,0 +1,1240 @@ +<?xml version="1.0"?> +<metacity_theme> +<info> + <name>Arc</name> + <author>horst3180</author> + <copyright>horst3180</copyright> + <date>2015</date> + <description>Arc Metacity theme</description> +</info> + +<!-- meaningfull constants --> + +<constant name="C_title_focused" value="rgba(64,64,64,1.0)" /> +<constant name="C_title_unfocused" value="rgba(157,157,157,1.0)" /> + +<constant name="C_wm_bg_focused" value="rgba(217,217,217,1.0)" /> +<constant name="C_wm_bg_unfocused" value="rgba(217,217,217,1.0)" /> + +<constant name="C_wm_border" value="rgba(208,208,208,1.0)" /> + +<constant name="C_wm_highlight" value="rgba(238,238,238,1.0)" /> + +<!-- window button colors --> + +<!-- close --> +<constant name="C_button_close_bg_focused" value="gtk:custom(selected_bg_color,#92b372)" /> +<constant name="C_button_close_bg_hover" value="shade/gtk:custom(selected_bg_color,#92b372)/1.14" /> +<constant name="C_button_close_bg_active" value="shade/gtk:custom(selected_bg_color,#92b372)/0.8" /> + +<constant name="C_icon_close_bg" value="#F8F8F8" /> + +<!-- minimize, maximize --> +<constant name="C_button_bg_hover" value="#ffffff" /> +<constant name="C_button_bg_active" value="#909090" /> + +<constant name="C_button_border_hover" value="#D1D1D1" /> + +<constant name="C_icon_bg_focused" value="#404040" /> +<constant name="C_icon_bg_unfocused" value="#B6B6B6" /> +<constant name="C_icon_bg_hover" value="#404040" /> +<constant name="C_icon_bg_active" value="#ffffff" /> + +<!-- geometries --> + +<frame_geometry name="normal" title_scale="medium" rounded_top_left="1" rounded_top_right="1"> + <distance name="left_width" value="0" /> + <distance name="right_width" value="0" /> + <distance name="bottom_height" value="0" /> + <distance name="left_titlebar_edge" value="2"/> + <distance name="right_titlebar_edge" value="2"/> + <distance name="title_vertical_pad" value="3"/> + <border name="title_border" left="10" right="10" top="3" bottom="3"/> + <border name="button_border" left="0" right="0" top="0" bottom="0"/> + <distance name="button_width" value="30"/> + <distance name="button_height" value="24"/> +</frame_geometry> + +<frame_geometry name="normal_unfocused" title_scale="medium" rounded_top_left="1" rounded_top_right="1" parent="normal"> +</frame_geometry> + +<frame_geometry name="max" title_scale="medium" parent="normal" rounded_top_left="false" rounded_top_right="false"> + <distance name="left_width" value="0" /> + <distance name="right_width" value="0" /> + <distance name="left_titlebar_edge" value="0"/> + <distance name="right_titlebar_edge" value="0"/> + <distance name="title_vertical_pad" value="2"/> <!-- + This needs to be 1 less then the + title_vertical_pad on normal state + or you'll have bigger buttons --> + <distance name="bottom_height" value="1" /> +</frame_geometry> + +<frame_geometry name="tiled_left" title_scale="medium" rounded_top_left="false" rounded_top_right="false" parent="normal"> + <distance name="right_width" value="1" /> + <distance name="bottom_height" value="1" /> +</frame_geometry> + +<frame_geometry name="tiled_right" title_scale="medium" rounded_top_left="false" rounded_top_right="false" parent="normal"> + <distance name="left_width" value="1" /> + <distance name="bottom_height" value="1" /> +</frame_geometry> + +<frame_geometry name="small" title_scale="small" parent="normal" rounded_top_left="1" rounded_top_right="1"> + <distance name="title_vertical_pad" value="7"/> + <distance name="left_titlebar_edge" value="1"/> + <distance name="right_titlebar_edge" value="1"/> + <border name="title_border" left="10" right="10" top="0" bottom="1"/> +</frame_geometry> + +<frame_geometry name="small_unfocused" parent="small"> +</frame_geometry> + +<frame_geometry name="border" has_title="false" rounded_top_left="false" rounded_top_right="false" parent="normal" > + <distance name="left_width" value="1" /> + <distance name="right_width" value="1" /> + <distance name="bottom_height" value="1" /> + <border name="title_border" left="10" right="10" top="0" bottom="0" /> + <distance name="title_vertical_pad" value="1" /> + <distance name="button_height" value="0"/> +</frame_geometry> + +<frame_geometry name="borderless" has_title="false" rounded_top_left="false" rounded_top_right="false" parent="normal" > + <distance name="left_width" value="0" /> + <distance name="right_width" value="0" /> + <distance name="bottom_height" value="0" /> + <distance name="title_vertical_pad" value="0" /> + <border name="title_border" left="10" right="10" top="0" bottom="0" /> + <distance name="button_height" value="0"/> +</frame_geometry> + +<frame_geometry name="modal" title_scale="small" hide_buttons="true" rounded_top_left="1" rounded_top_right="1" parent="small"> + <distance name="title_vertical_pad" value="5"/> +</frame_geometry> + +<frame_geometry name="attached" title_scale="small" hide_buttons="true" rounded_top_left="1" rounded_top_right="1" parent="small"> + <distance name="title_vertical_pad" value="5"/> +</frame_geometry> + +<!-- drawing operations --> + + <!-- title --> + +<draw_ops name="title_focused"> + + <title version="< 3.1" + x="(0 `max` ((width - title_width) / 2))" + y="(0 `max` ((height - title_height) / 2)) + 1" + color="C_title_focused" /> + <title version=">= 3.1" + x="(0 `max` ((frame_x_center - title_width / 2) `min` (width - title_width)))" + y="(0 `max` ((height - title_height) / 2)) + 1" + ellipsize_width="width" + color="C_title_focused" /> +</draw_ops> + +<draw_ops name="title_unfocused"> + <title version="< 3.1" + x="(0 `max` ((width - title_width) / 2))" + y="(0 `max` ((height - title_height) / 2)) + 1" + color="C_title_unfocused" /> + <title version=">= 3.1" + x="(0 `max` ((frame_x_center - title_width / 2) `min` (width - title_width)))" + y="(0 `max` ((height - title_height) / 2)) + 1" + ellipsize_width="width" + color="C_title_unfocused" /> +</draw_ops> + + <!-- window decorations --> + +<draw_ops name="entire_background_focused"> + <rectangle color="C_wm_bg_focused" x="0" y="0" width="width" height="height" filled="true" /> +</draw_ops> + +<draw_ops name="entire_background_unfocused"> + <rectangle color="C_wm_bg_unfocused" x="0" y="0" width="width" height="height" filled="true" /> +</draw_ops> + +<draw_ops name="titlebar_focused"> + <rectangle color="C_wm_bg_focused" x="0" y="0" width="width" height="height" filled="true" /> + <rectangle color="C_wm_highlight" x="0" y="0" width="width" height="1" filled="true" /> +</draw_ops> + +<draw_ops name="titlebar_unfocused"> + <rectangle color="C_wm_bg_unfocused" x="0" y="0" width="width" height="height" filled="true" /> + <rectangle color="C_wm_highlight" x="0" y="0" width="width" height="1" filled="true" /> +</draw_ops> + +<draw_ops name="titlebar_max"> + +</draw_ops> + +<draw_ops name="titlebar_small_focused"> + +</draw_ops> + +<draw_ops name="titlebar_small_unfocused"> + +</draw_ops> + +<draw_ops name="border_focused"> + <rectangle color="C_wm_bg_focused" x="0" y="0" width="width" height="height" filled="false" /> +</draw_ops> + +<draw_ops name="border_unfocused"> + <rectangle color="C_wm_bg_unfocused" x="0" y="0" width="width" height="height" filled="false" /> +</draw_ops> + +<draw_ops name="border_tiled_right"> + <line x1="0" y1="0" x2="0" y2="height" color="C_wm_border" /> + <line x1="1" y1="height-1" x2="width" y2="height-1" color="C_wm_border" /> +</draw_ops> + +<draw_ops name="border_tiled_left"> + <line x1="width-1" y1="0" x2="width-1" y2="height" color="C_wm_border" /> + <line x1="1" y1="height-1" x2="width" y2="height-1" color="C_wm_border" /> +</draw_ops> + +<draw_ops name="border_max"> + <line x1="1" y1="height-1" x2="width" y2="height-1" color="C_wm_border" /> +</draw_ops> + + +<!--close--> +<draw_ops name="close_focused"> + <image filename="button-bg.svg" colorize="C_button_close_bg_focused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="close_focused_pressed"> + <image filename="button-bg.svg" colorize="C_button_close_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="close_focused_prelight"> + <image filename="button-bg.svg" colorize="C_button_close_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="close_unfocused"> + <image filename="button-bg.svg" colorize="C_icon_bg_unfocused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="close_unfocused_prelight"> + <image filename="button-bg.svg" colorize="C_button_close_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="close_unfocused_pressed"> + <image filename="button-bg.svg" colorize="C_button_close_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<!--maximize--> +<draw_ops name="maximize_focused"> + <image filename="max-icon.svg" colorize="C_icon_bg_focused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="maximize_focused_pressed"> + <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="max-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="maximize_focused_prelight"> + <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="max-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="maximize_unfocused"> + <image filename="max-icon.svg" colorize="C_icon_bg_unfocused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="maximize_unfocused_prelight"> + <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="max-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="maximize_unfocused_pressed"> + <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="max-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<!--minimize--> +<draw_ops name="minimize_focused"> + <image filename="min-icon.svg" colorize="C_icon_bg_focused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="minimize_focused_pressed"> + <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="min-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="minimize_focused_prelight"> + <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="min-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="minimize_unfocused"> + <image filename="min-icon.svg" colorize="C_icon_bg_unfocused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="minimize_unfocused_prelight"> + <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="min-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="minimize_unfocused_pressed"> + <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="min-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<!--stick--> +<draw_ops name="stick_focused"> + <image filename="stick-icon.svg" colorize="C_icon_bg_focused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="stick_focused_pressed"> + <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="stick-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="stick_focused_prelight"> + <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="stick-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="stick_unfocused"> + <image filename="stick-icon.svg" colorize="C_icon_bg_unfocused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="stick_unfocused_prelight"> + <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="stick-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="stick_unfocused_pressed"> + <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="stick-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<!--unstick--> +<draw_ops name="unstick_focused"> + <image filename="unstick-icon.svg" colorize="C_icon_bg_focused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="unstick_focused_pressed"> + <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="unstick-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="unstick_focused_prelight"> + <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="unstick-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="unstick_unfocused"> + <image filename="unstick-icon.svg" colorize="C_icon_bg_unfocused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="unstick_unfocused_prelight"> + <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="unstick-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="unstick_unfocused_pressed"> + <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="unstick-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<!--shade--> +<draw_ops name="shade_focused"> + <image filename="shade-icon.svg" colorize="C_icon_bg_focused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="shade_focused_pressed"> + <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="shade-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="shade_focused_prelight"> + <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="shade-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="shade_unfocused"> + <image filename="shade-icon.svg" colorize="C_icon_bg_unfocused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="shade_unfocused_prelight"> + <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="shade-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="shade_unfocused_pressed"> + <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="shade-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<!--unshade--> +<draw_ops name="unshade_focused"> + <image filename="unshade-icon.svg" colorize="C_icon_bg_focused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="unshade_focused_pressed"> + <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="unshade-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="unshade_focused_prelight"> + <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="unshade-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="unshade_unfocused"> + <image filename="unshade-icon.svg" colorize="C_icon_bg_unfocused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="unshade_unfocused_prelight"> + <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="unshade-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="unshade_unfocused_pressed"> + <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="unshade-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<!--menu--> +<draw_ops name="menu_focused"> + <image filename="menu-icon.svg" colorize="C_icon_bg_focused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="menu_focused_pressed"> + <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="menu-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="menu_focused_prelight"> + <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="menu-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="menu_unfocused"> + <image filename="menu-icon.svg" colorize="C_icon_bg_unfocused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="menu_unfocused_prelight"> + <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="menu-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="menu_unfocused_pressed"> + <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="menu-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/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_focused" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> + <button function="unshade" state="normal" draw_ops="unshade_focused" /> + <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed" /> + <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> + <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="stick_focused" /> + <button function="stick" state="pressed" draw_ops="stick_focused_pressed" /> + <button function="stick" state="prelight" draw_ops="stick_focused_prelight" /> + <button function="unstick" state="normal" draw_ops="unstick_focused" /> + <button function="unstick" state="pressed" draw_ops="unstick_focused_pressed" /> + <button function="unstick" state="prelight" draw_ops="unstick_focused_prelight" /> +</frame_style> + +<frame_style name="normal_unfocused" geometry="normal_unfocused"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_unfocused" /> + <piece position="title" draw_ops="title_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="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="unshade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed" /> + <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="stick_unfocused" /> + <button function="stick" state="prelight" draw_ops="stick_unfocused_prelight" /> + <button function="stick" state="pressed" draw_ops="stick_unfocused_pressed" /> + <button function="unstick" state="normal" draw_ops="unstick_unfocused" /> + <button function="unstick" state="prelight" draw_ops="unstick_unfocused_prelight" /> + <button function="unstick" state="pressed" draw_ops="unstick_unfocused_pressed" /> +</frame_style> + +<frame_style name="normal_max_focused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="overlay" draw_ops="border_max" /> + <piece position="titlebar" draw_ops="titlebar_max" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> + <button function="unshade" state="normal" draw_ops="unshade_focused" /> + <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed" /> + <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> + <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="stick_focused" /> + <button function="stick" state="pressed" draw_ops="stick_focused_pressed" /> + <button function="stick" state="prelight" draw_ops="stick_focused_prelight" /> + <button function="unstick" state="normal" draw_ops="unstick_focused" /> + <button function="unstick" state="pressed" draw_ops="unstick_focused_pressed" /> + <button function="unstick" state="prelight" draw_ops="unstick_focused_prelight" /> +</frame_style> + +<frame_style name="normal_max_unfocused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="overlay" draw_ops="border_max" /> + <piece position="titlebar" draw_ops="titlebar_max" /> + <piece position="title" draw_ops="title_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="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="unshade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed" /> + <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="stick_unfocused" /> + <button function="stick" state="prelight" draw_ops="stick_unfocused_prelight" /> + <button function="stick" state="pressed" draw_ops="stick_unfocused_pressed" /> + <button function="unstick" state="normal" draw_ops="unstick_unfocused" /> + <button function="unstick" state="prelight" draw_ops="unstick_unfocused_prelight" /> + <button function="unstick" state="pressed" draw_ops="unstick_unfocused_pressed" /> +</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_max" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> + <button function="unshade" state="normal" draw_ops="unshade_focused" /> + <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed" /> + <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> + <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="stick_focused" /> + <button function="stick" state="pressed" draw_ops="stick_focused_pressed" /> + <button function="stick" state="prelight" draw_ops="stick_focused_prelight" /> + <button function="unstick" state="normal" draw_ops="unstick_focused" /> + <button function="unstick" state="pressed" draw_ops="unstick_focused_pressed" /> + <button function="unstick" state="prelight" draw_ops="unstick_focused_prelight" /> +</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_max" /> + <piece position="title" draw_ops="title_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="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="unshade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed" /> + <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="stick_unfocused" /> + <button function="stick" state="prelight" draw_ops="stick_unfocused_prelight" /> + <button function="stick" state="pressed" draw_ops="stick_unfocused_pressed" /> + <button function="unstick" state="normal" draw_ops="unstick_unfocused" /> + <button function="unstick" state="prelight" draw_ops="unstick_unfocused_prelight" /> + <button function="unstick" state="pressed" draw_ops="unstick_unfocused_pressed" /> +</frame_style> + +<frame_style name="dialog_focused" geometry="normal"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_focused" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> + <button function="unshade" state="normal" draw_ops="unshade_focused" /> + <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed" /> + <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> + <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="stick_focused" /> + <button function="stick" state="pressed" draw_ops="stick_focused_pressed" /> + <button function="stick" state="prelight" draw_ops="stick_focused_prelight" /> + <button function="unstick" state="normal" draw_ops="unstick_focused" /> + <button function="unstick" state="pressed" draw_ops="unstick_focused_pressed" /> + <button function="unstick" state="prelight" draw_ops="unstick_focused_prelight" /> +</frame_style> + +<frame_style name="dialog_unfocused" geometry="normal"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_unfocused" /> + <piece position="title" draw_ops="title_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="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="unshade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed" /> + <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="stick_unfocused" /> + <button function="stick" state="prelight" draw_ops="stick_unfocused_prelight" /> + <button function="stick" state="pressed" draw_ops="stick_unfocused_pressed" /> + <button function="unstick" state="normal" draw_ops="unstick_unfocused" /> + <button function="unstick" state="prelight" draw_ops="unstick_unfocused_prelight" /> + <button function="unstick" state="pressed" draw_ops="unstick_unfocused_pressed" /> +</frame_style> + +<frame_style name="modal_dialog_focused" geometry="modal"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_focused" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> + <button function="unshade" state="normal" draw_ops="unshade_focused" /> + <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed" /> + <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> + <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="stick_focused" /> + <button function="stick" state="pressed" draw_ops="stick_focused_pressed" /> + <button function="stick" state="prelight" draw_ops="stick_focused_prelight" /> + <button function="unstick" state="normal" draw_ops="unstick_focused" /> + <button function="unstick" state="pressed" draw_ops="unstick_focused_pressed" /> + <button function="unstick" state="prelight" draw_ops="unstick_focused_prelight" /> +</frame_style> + +<frame_style name="modal_dialog_unfocused" geometry="modal"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_focused" /> + <piece position="title" draw_ops="title_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="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="unshade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed" /> + <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="stick_unfocused" /> + <button function="stick" state="prelight" draw_ops="stick_unfocused_prelight" /> + <button function="stick" state="pressed" draw_ops="stick_unfocused_pressed" /> + <button function="unstick" state="normal" draw_ops="unstick_unfocused" /> + <button function="unstick" state="prelight" draw_ops="unstick_unfocused_prelight" /> + <button function="unstick" state="pressed" draw_ops="unstick_unfocused_pressed" /> +</frame_style> + +<frame_style name="utility_focused" geometry="small"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_small_focused" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> + <button function="unshade" state="normal" draw_ops="unshade_focused" /> + <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed" /> + <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> + <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="stick_focused" /> + <button function="stick" state="pressed" draw_ops="stick_focused_pressed" /> + <button function="stick" state="prelight" draw_ops="stick_focused_prelight" /> + <button function="unstick" state="normal" draw_ops="unstick_focused" /> + <button function="unstick" state="pressed" draw_ops="unstick_focused_pressed" /> + <button function="unstick" state="prelight" draw_ops="unstick_focused_prelight" /> +</frame_style> + +<frame_style name="utility_unfocused" geometry="small_unfocused"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_small_unfocused" /> + <piece position="title" draw_ops="title_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="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="unshade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed" /> + <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="stick_unfocused" /> + <button function="stick" state="prelight" draw_ops="stick_unfocused_prelight" /> + <button function="stick" state="pressed" draw_ops="stick_unfocused_pressed" /> + <button function="unstick" state="normal" draw_ops="unstick_unfocused" /> + <button function="unstick" state="prelight" draw_ops="unstick_unfocused_prelight" /> + <button function="unstick" state="pressed" draw_ops="unstick_unfocused_pressed" /> +</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="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><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="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><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="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><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="attached"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_focused" /> + <piece position="title" draw_ops="title_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="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><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="attached"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_unfocused" /> + <piece position="title" draw_ops="title_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="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><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"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="overlay" draw_ops="border_tiled_left" /> + <piece position="titlebar" draw_ops="titlebar_focused" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> + <button function="unshade" state="normal" draw_ops="unshade_focused" /> + <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed" /> + <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> + <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="stick_focused" /> + <button function="stick" state="pressed" draw_ops="stick_focused_pressed" /> + <button function="stick" state="prelight" draw_ops="stick_focused_prelight" /> + <button function="unstick" state="normal" draw_ops="unstick_focused" /> + <button function="unstick" state="pressed" draw_ops="unstick_focused_pressed" /> + <button function="unstick" state="prelight" draw_ops="unstick_focused_prelight" /> +</frame_style> + +<frame_style name="tiled_left_unfocused" geometry="tiled_left"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="overlay" draw_ops="border_tiled_left" /> + <piece position="titlebar" draw_ops="titlebar_unfocused" /> + <piece position="title" draw_ops="title_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="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="unshade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed" /> + <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="stick_unfocused" /> + <button function="stick" state="prelight" draw_ops="stick_unfocused_prelight" /> + <button function="stick" state="pressed" draw_ops="stick_unfocused_pressed" /> + <button function="unstick" state="normal" draw_ops="unstick_unfocused" /> + <button function="unstick" state="prelight" draw_ops="unstick_unfocused_prelight" /> + <button function="unstick" state="pressed" draw_ops="unstick_unfocused_pressed" /> +</frame_style> + +<frame_style name="tiled_right_focused" geometry="tiled_right"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="overlay" draw_ops="border_tiled_right" /> + <piece position="titlebar" draw_ops="titlebar_focused" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> + <button function="unshade" state="normal" draw_ops="unshade_focused" /> + <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed" /> + <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> + <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="stick_focused" /> + <button function="stick" state="pressed" draw_ops="stick_focused_pressed" /> + <button function="stick" state="prelight" draw_ops="stick_focused_prelight" /> + <button function="unstick" state="normal" draw_ops="unstick_focused" /> + <button function="unstick" state="pressed" draw_ops="unstick_focused_pressed" /> + <button function="unstick" state="prelight" draw_ops="unstick_focused_prelight" /> +</frame_style> + +<frame_style name="tiled_right_unfocused" geometry="tiled_right"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="overlay" draw_ops="border_tiled_right" /> + <piece position="titlebar" draw_ops="titlebar_unfocused" /> + <piece position="title" draw_ops="title_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="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="unshade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed" /> + <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="stick_unfocused" /> + <button function="stick" state="prelight" draw_ops="stick_unfocused_prelight" /> + <button function="stick" state="pressed" draw_ops="stick_unfocused_pressed" /> + <button function="unstick" state="normal" draw_ops="unstick_unfocused" /> + <button function="unstick" state="prelight" draw_ops="unstick_unfocused_prelight" /> + <button function="unstick" state="pressed" draw_ops="unstick_unfocused_pressed" /> +</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="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><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="shaded" style="normal_focused"/> + <frame focus="no" state="shaded" style="normal_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 version=">= 3.3" focus="yes" state="tiled_left" style="tiled_left_focused"/> + <frame version=">= 3.3" focus="no" state="tiled_left" style="tiled_left_unfocused"/> + <frame version=">= 3.3" focus="yes" state="tiled_right" style="tiled_right_focused"/> + <frame version=">= 3.3" focus="no" state="tiled_right" style="tiled_right_unfocused"/> + <frame version=">= 3.3" focus="yes" state="tiled_left_and_shaded" style="tiled_left_focused"/> + <frame version=">= 3.3" focus="no" state="tiled_left_and_shaded" style="tiled_left_unfocused"/> + <frame version=">= 3.3" focus="yes" state="tiled_right_and_shaded" style="tiled_right_focused"/> + <frame version=">= 3.3" focus="no" state="tiled_right_and_shaded" style="tiled_right_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_focused"/> + <frame focus="no" state="shaded" style="dialog_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_focused"/> + <frame focus="no" state="shaded" style="modal_dialog_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_focused"/> + <frame focus="no" state="shaded" style="utility_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> + +<frame_style_set name="attached_style_set"> + <frame focus="yes" state="normal" resize="both" style="attached_focused"/> + <frame focus="no" state="normal" resize="both" style="attached_unfocused"/> + <frame focus="yes" state="maximized" style="blank"/> + <frame focus="no" state="maximized" style="blank"/> + <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="normal_style_set"/> +<window type="modal_dialog" style_set="normal_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"/> +<window version=">= 3.2" type="attached" style_set="attached_style_set"/> + +</metacity_theme> diff --git a/themes/Mint-Y/metacity-1/min-icon.svg b/themes/Mint-Y/metacity-1/min-icon.svg new file mode 120000 index 00000000..dd10cf9b --- /dev/null +++ b/themes/Mint-Y/metacity-1/min-icon.svg @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/metacity-1/min-icon.svg
\ No newline at end of file diff --git a/themes/Mint-Y/metacity-1/shade-icon.svg b/themes/Mint-Y/metacity-1/shade-icon.svg new file mode 120000 index 00000000..3bcbbdc5 --- /dev/null +++ b/themes/Mint-Y/metacity-1/shade-icon.svg @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/metacity-1/shade-icon.svg
\ No newline at end of file diff --git a/themes/Mint-Y/metacity-1/stick-icon.svg b/themes/Mint-Y/metacity-1/stick-icon.svg new file mode 120000 index 00000000..e0da1644 --- /dev/null +++ b/themes/Mint-Y/metacity-1/stick-icon.svg @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/metacity-1/stick-icon.svg
\ No newline at end of file diff --git a/themes/Mint-Y/metacity-1/thumbnail.png b/themes/Mint-Y/metacity-1/thumbnail.png Binary files differnew file mode 100644 index 00000000..2e42c734 --- /dev/null +++ b/themes/Mint-Y/metacity-1/thumbnail.png diff --git a/themes/Mint-Y/metacity-1/unshade-icon.svg b/themes/Mint-Y/metacity-1/unshade-icon.svg new file mode 120000 index 00000000..d132c425 --- /dev/null +++ b/themes/Mint-Y/metacity-1/unshade-icon.svg @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/metacity-1/unshade-icon.svg
\ No newline at end of file diff --git a/themes/Mint-Y/metacity-1/unstick-icon.svg b/themes/Mint-Y/metacity-1/unstick-icon.svg new file mode 120000 index 00000000..df09750b --- /dev/null +++ b/themes/Mint-Y/metacity-1/unstick-icon.svg @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/metacity-1/unstick-icon.svg
\ No newline at end of file diff --git a/themes/Mint-Y/xfwm4/bottom-active.xpm b/themes/Mint-Y/xfwm4/bottom-active.xpm new file mode 100644 index 00000000..1191a44b --- /dev/null +++ b/themes/Mint-Y/xfwm4/bottom-active.xpm @@ -0,0 +1,9 @@ +/* XPM */ +static char * bottom_active_xpm[] = { +"1 3 3 1", +" c None", +". c #D9D9D9", +"+ c #BFBFBF", +".", +".", +"+"}; diff --git a/themes/Mint-Y/xfwm4/bottom-inactive.xpm b/themes/Mint-Y/xfwm4/bottom-inactive.xpm new file mode 120000 index 00000000..9f106392 --- /dev/null +++ b/themes/Mint-Y/xfwm4/bottom-inactive.xpm @@ -0,0 +1 @@ +bottom-active.xpm
\ No newline at end of file diff --git a/themes/Mint-Y/xfwm4/bottom-left-active.xpm b/themes/Mint-Y/xfwm4/bottom-left-active.xpm new file mode 100644 index 00000000..727a0970 --- /dev/null +++ b/themes/Mint-Y/xfwm4/bottom-left-active.xpm @@ -0,0 +1,9 @@ +/* XPM */ +static char * bottom_left_active_xpm[] = { +"3 3 3 1", +" c None", +". c #BFBFBF", +"+ c #D9D9D9", +".++", +".++", +"..."}; diff --git a/themes/Mint-Y/xfwm4/bottom-left-inactive.xpm b/themes/Mint-Y/xfwm4/bottom-left-inactive.xpm new file mode 120000 index 00000000..d70de34a --- /dev/null +++ b/themes/Mint-Y/xfwm4/bottom-left-inactive.xpm @@ -0,0 +1 @@ +bottom-left-active.xpm
\ No newline at end of file diff --git a/themes/Mint-Y/xfwm4/bottom-right-active.xpm b/themes/Mint-Y/xfwm4/bottom-right-active.xpm new file mode 100644 index 00000000..0d6f9b5c --- /dev/null +++ b/themes/Mint-Y/xfwm4/bottom-right-active.xpm @@ -0,0 +1,9 @@ +/* XPM */ +static char * bottom_right_active_xpm[] = { +"3 3 3 1", +" c None", +". c #D9D9D9", +"+ c #BFBFBF", +"..+", +"..+", +"+++"}; diff --git a/themes/Mint-Y/xfwm4/bottom-right-inactive.xpm b/themes/Mint-Y/xfwm4/bottom-right-inactive.xpm new file mode 120000 index 00000000..d234cea5 --- /dev/null +++ b/themes/Mint-Y/xfwm4/bottom-right-inactive.xpm @@ -0,0 +1 @@ +bottom-right-active.xpm
\ No newline at end of file diff --git a/themes/Mint-Y/xfwm4/close-active.xpm b/themes/Mint-Y/xfwm4/close-active.xpm new file mode 100644 index 00000000..31999478 --- /dev/null +++ b/themes/Mint-Y/xfwm4/close-active.xpm @@ -0,0 +1,60 @@ +/* XPM */ +static char *close_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 30 1 ", +" c #92b372", +". c #9AB87D", +"X c #9CB97E", +"o c #9CB980", +"O c #9EBA82", +"+ c #A0BC83", +"@ c #A6BF8E", +"# c #A7BF8F", +"$ c #B9C8A9", +"% c #B9C9AA", +"& c #C4CEBA", +"* c #C5CEBB", +"= c #C9D9B9", +"- c #CCDBBD", +"; c #CFDDC1", +": c #D0DEC3", +"> c #D3D6D1", +", c #D4D6D1", +"< c #D4D6D2", +"1 c gray85", +"2 c #D5E1C9", +"3 c #D7E3CC", +"4 c #D8E3CC", +"5 c #D8E4CD", +"6 c #DCE6D2", +"7 c #EEEEEE", +"8 c #F4F7F2", +"9 c #FBFCFA", +"0 c gray99", +"q c #FDFDFD", +/* pixels */ +"777777777777777777777777", +"111111111111111111111111", +"111111111111111111111111", +"111111111111111111111111", +"111111111111111111111111", +"11111111,%@Xo@%>11111111", +"1111111&X. .o&1111111", +"111111&... ..X*111111", +"11111,X .+ o X,11111", +"11111%. .93XX30 $11111", +"11111@ -q540: . #11111", +"11111X -qq: .Xo11111", +"11111o. X4qq6X X11111", +"11111@.. 4q--q3 #11111", +"11111% 8= =8 . $11111", +"11111,X .+,11111", +"111111&X. .. &111111", +"1111111&+. XX&1111111", +"11111111,%#oX@%,11111111", +"111111111111111111111111", +"111111111111111111111111", +"111111111111111111111111", +"111111111111111111111111", +"111111111111111111111111" +}; diff --git a/themes/Mint-Y/xfwm4/close-inactive.xpm b/themes/Mint-Y/xfwm4/close-inactive.xpm new file mode 100644 index 00000000..5b4918b6 --- /dev/null +++ b/themes/Mint-Y/xfwm4/close-inactive.xpm @@ -0,0 +1,40 @@ +/* XPM */ +static char *close_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 10 1 ", +" c gray71", +". c gray72", +"X c gray74", +"o c gray78", +"O c #CDCDCD", +"+ c gray82", +"@ c gray84", +"# c gray85", +"$ c #E9E9E9", +"% c #EEEEEE", +/* pixels */ +"%%%%%%%%%%%%%%%%%%%%%%%%", +"########################", +"########################", +"########################", +"########################", +"########@oX Xo@########", +"#######O. O#######", +"######O O######", +"#####@ . . @#####", +"#####o %# #% o#####", +"#####X +%##%+ X#####", +"##### +%%@ #####", +"#####. #%%# .#####", +"#####X #%++%# X#####", +"#####o $+ +$ o#####", +"#####@ .@#####", +"######O O######", +"#######+ O#######", +"########@oX Xo#########", +"########################", +"########################", +"########################", +"########################", +"########################" +}; diff --git a/themes/Mint-Y/xfwm4/close-prelight.xpm b/themes/Mint-Y/xfwm4/close-prelight.xpm new file mode 100644 index 00000000..ad68f60c --- /dev/null +++ b/themes/Mint-Y/xfwm4/close-prelight.xpm @@ -0,0 +1,58 @@ +/* XPM */ +static char *close_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 28 1 ", +" c #9ABC78", +". c #9ABC79", +"X c #9BBD79", +"o c #9CBD7A", +"O c #9CBD7C", +"+ c #9EBE7E", +"@ c #A0C07F", +"# c #A6C28B", +"$ c #A7C28B", +"% c #B9CAA7", +"& c #B9CBA8", +"* c #C5CFBA", +"= c #C9DBB7", +"- c #C4D0B9", +"; c #CCDDBB", +": c #CEDEBE", +"> c #D3D6D0", +", c #D4D6D1", +"< c gray85", +"1 c #D0E0C1", +"2 c #D5E3C7", +"3 c #D6E4C9", +"4 c #D8E5CB", +"5 c #D8E5CC", +"6 c #EEEEEE", +"7 c #F4F7F1", +"8 c #FBFCFA", +"9 c #FDFDFD", +/* pixels */ +"666666666666666666666666", +"<<<<<<<<<<<<<<<<<<<<<<<<", +"<<<<<<<<<<<<<<<<<<<<<<<<", +"<<<<<<<<<<<<<<<<<<<<<<<<", +"<<<<<<<<<<<<<<<<<<<<<<<<", +"<<<<<<<<,%#oO#&><<<<<<<<", +"<<<<<<<-o. .O*<<<<<<<", +"<<<<<<-... ..o*<<<<<<", +"<<<<<,o @ @ O,<<<<<", +"<<<<<&o .83o.28 &<<<<<", +"<<<<<# ;94491 . $<<<<<", +"<<<<<o :991 ..O<<<<<", +"<<<<<O. .o4894Oo O<<<<<", +"<<<<<#. 49;;94. $<<<<<", +"<<<<<& 7= =7. &<<<<<", +"<<<<<,o oO,<<<<<", +"<<<<<<* . *<<<<<<", +"<<<<<<<*Oo oO*<<<<<<<", +"<<<<<<<<,&$oo$&,<<<<<<<<", +"<<<<<<<<<<<<<<<<<<<<<<<<", +"<<<<<<<<<<<<<<<<<<<<<<<<", +"<<<<<<<<<<<<<<<<<<<<<<<<", +"<<<<<<<<<<<<<<<<<<<<<<<<", +"<<<<<<<<<<<<<<<<<<<<<<<<" +}; diff --git a/themes/Mint-Y/xfwm4/close-pressed.xpm b/themes/Mint-Y/xfwm4/close-pressed.xpm new file mode 100644 index 00000000..99b07f20 --- /dev/null +++ b/themes/Mint-Y/xfwm4/close-pressed.xpm @@ -0,0 +1,62 @@ +/* XPM */ +static char *close_pressed[] = { +/* columns rows colors chars-per-pixel */ +"24 24 32 1 ", +" c #7BA056", +". c #7CA057", +"X c #7FA25B", +"o c #7FA25C", +"O c #80A35D", +"+ c #82A55F", +"@ c #83A660", +"# c #8CAB6E", +"$ c #8DAB6F", +"% c #8EAC70", +"& c #A9BC96", +"* c #A9BC97", +"= c #B9CCA5", +"- c #BAC6AE", +"; c #BBC7AE", +": c #BBC6AF", +"> c #BDCFAA", +", c #BFD1AE", +"< c #C1D2B0", +"1 c #C2D3B2", +"2 c #C8D7B9", +"3 c #CAD9BC", +"4 c #CCDABE", +"5 c #D1DEC5", +"6 c #D1D4CD", +"7 c #D2D5CF", +"8 c gray85", +"9 c #EEEEEE", +"0 c #F2F5EE", +"q c #FAFBFA", +"w c gray99", +"e c #FDFDFD", +/* pixels */ +"999999999999999999999999", +"888888888888888888888888", +"888888888888888888888888", +"888888888888888888888888", +"888888888888888888888888", +"888888886&$XX$&688888888", +"8888888-O O-8888888", +"888888-. o-888888", +"888886+ @ + o688888", +"88888& q3..2e &88888", +"88888# >e43e< %88888", +"88888X ,ee< o88888", +"88888X O3we5X X88888", +"88888$ 2e,<w2 %88888", +"88888& 0= =0 *88888", +"888886+ +788888", +"888888- .-888888", +"8888888-+. @:8888888", +"888888886&$XX$&688888888", +"888888888888888888888888", +"888888888888888888888888", +"888888888888888888888888", +"888888888888888888888888", +"888888888888888888888888" +}; diff --git a/themes/Mint-Y/xfwm4/hide-active.xpm b/themes/Mint-Y/xfwm4/hide-active.xpm new file mode 100644 index 00000000..89f12d14 --- /dev/null +++ b/themes/Mint-Y/xfwm4/hide-active.xpm @@ -0,0 +1,33 @@ +/* XPM */ +static char *hide_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 3 1 ", +" c #404040", +". c gray85", +"X c #EEEEEE", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"......... .........", +"......... .........", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................" +}; diff --git a/themes/Mint-Y/xfwm4/hide-inactive.xpm b/themes/Mint-Y/xfwm4/hide-inactive.xpm new file mode 100644 index 00000000..8f9fee52 --- /dev/null +++ b/themes/Mint-Y/xfwm4/hide-inactive.xpm @@ -0,0 +1,33 @@ +/* XPM */ +static char *hide_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 3 1 ", +" c #B6B6B6", +". c gray85", +"X c #EEEEEE", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"......... .........", +"......... .........", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................" +}; diff --git a/themes/Mint-Y/xfwm4/hide-prelight.xpm b/themes/Mint-Y/xfwm4/hide-prelight.xpm new file mode 100644 index 00000000..9376ffe6 --- /dev/null +++ b/themes/Mint-Y/xfwm4/hide-prelight.xpm @@ -0,0 +1,42 @@ +/* XPM */ +static char *hide_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 12 1 ", +" c #404040", +". c LightGray", +"X c gray84", +"o c gray85", +"O c #DFDFDF", +"+ c gray89", +"@ c #E4E4E4", +"# c #EEEEEE", +"$ c #F3F3F3", +"% c gray96", +"& c #FBFBFB", +"* c #FDFDFD", +/* pixels */ +"########################", +"oooooooooooooooooooooooo", +"oooooooooooooooooooooooo", +"oooooooooooooooooooooooo", +"oooooooooooooooooooooooo", +"oooooooooOo..oOooooooooo", +"oooooooOX+$&&$@XOooooooo", +"ooooooOX%******$XOoooooo", +"ooooooX%********%Xoooooo", +"oooooO+**********+Oooooo", +"oooooX$**********$oooooo", +"oooooX&** **&.ooooo", +"ooooo.&** **&.ooooo", +"oooooo$**********$Xooooo", +"oooooO+**********+Oooooo", +"ooooooX%********$Xoooooo", +"ooooooOX$******$XOoooooo", +"oooooooOX@$&&$+XOooooooo", +"oooooooooOX..oOooooooooo", +"oooooooooooooooooooooooo", +"oooooooooooooooooooooooo", +"oooooooooooooooooooooooo", +"oooooooooooooooooooooooo", +"oooooooooooooooooooooooo" +}; diff --git a/themes/Mint-Y/xfwm4/hide-pressed.xpm b/themes/Mint-Y/xfwm4/hide-pressed.xpm new file mode 100644 index 00000000..8d7bd13a --- /dev/null +++ b/themes/Mint-Y/xfwm4/hide-pressed.xpm @@ -0,0 +1,39 @@ +/* XPM */ +static char *hide_pressed[] = { +/* columns rows colors chars-per-pixel */ +"24 24 9 1 ", +" c #808080", +". c #848484", +"X c #9A9A9A", +"o c #AEAEAE", +"O c #CDCDCD", +"+ c #CECECE", +"@ c gray85", +"# c #EEEEEE", +"$ c white", +/* pixels */ +"########################", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@OX. .XO@@@@@@@@", +"@@@@@@@o o@@@@@@@", +"@@@@@@o o@@@@@@", +"@@@@@O O@@@@@", +"@@@@@X X@@@@@", +"@@@@@. .@@@@@", +"@@@@@ $$$$$$ @@@@@", +"@@@@@ $$$$$$ @@@@@", +"@@@@@. .@@@@@", +"@@@@@X X@@@@@", +"@@@@@O O@@@@@", +"@@@@@@o o@@@@@@", +"@@@@@@@o o@@@@@@@", +"@@@@@@@@OX. .XO@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@" +}; diff --git a/themes/Mint-Y/xfwm4/left-active.xpm b/themes/Mint-Y/xfwm4/left-active.xpm new file mode 100644 index 00000000..f42db54b --- /dev/null +++ b/themes/Mint-Y/xfwm4/left-active.xpm @@ -0,0 +1,7 @@ +/* XPM */ +static char * left_active_xpm[] = { +"3 1 3 1", +" c None", +". c #BFBFBF", +"+ c #D9D9D9", +".++"}; diff --git a/themes/Mint-Y/xfwm4/left-inactive.xpm b/themes/Mint-Y/xfwm4/left-inactive.xpm new file mode 120000 index 00000000..ebcf4903 --- /dev/null +++ b/themes/Mint-Y/xfwm4/left-inactive.xpm @@ -0,0 +1 @@ +left-active.xpm
\ No newline at end of file diff --git a/themes/Mint-Y/xfwm4/maximize-active.xpm b/themes/Mint-Y/xfwm4/maximize-active.xpm new file mode 100644 index 00000000..a78f01a5 --- /dev/null +++ b/themes/Mint-Y/xfwm4/maximize-active.xpm @@ -0,0 +1,37 @@ +/* XPM */ +static char *maximize_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 7 1 ", +" c #404040", +". c #4F4F4F", +"X c gray65", +"o c #A9A9A9", +"O c #D7D7D7", +"+ c gray85", +"@ c #EEEEEE", +/* pixels */ +"@@@@@@@@@@@@@@@@@@@@@@@@", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"+++++++++++X .+++++++++", +"+++++++++O++o +++++++++", +"+++++++++XO+Oo +++++++++", +"++++++++O X++Oo+++++++++", +"+++++++++ X++++++++++++", +"+++++++++. oO++++++++++", +"+++++++++O++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++" +}; diff --git a/themes/Mint-Y/xfwm4/maximize-inactive.xpm b/themes/Mint-Y/xfwm4/maximize-inactive.xpm new file mode 100644 index 00000000..8dcab420 --- /dev/null +++ b/themes/Mint-Y/xfwm4/maximize-inactive.xpm @@ -0,0 +1,37 @@ +/* XPM */ +static char *maximize_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 7 1 ", +" c #B6B6B6", +". c #BCBCBC", +"X c gray74", +"o c gray76", +"O c #D8D8D8", +"+ c gray85", +"@ c #EEEEEE", +/* pixels */ +"@@@@@@@@@@@@@@@@@@@@@@@@", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"+++++++++++o X+++++++++", +"++++++++++++o +++++++++", +"+++++++++X+++o +++++++++", +"+++++++++ XO+Oo+++++++++", +"++++++++O o++++++++++++", +"+++++++++. o+++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++" +}; diff --git a/themes/Mint-Y/xfwm4/maximize-prelight.xpm b/themes/Mint-Y/xfwm4/maximize-prelight.xpm new file mode 100644 index 00000000..da5a2477 --- /dev/null +++ b/themes/Mint-Y/xfwm4/maximize-prelight.xpm @@ -0,0 +1,47 @@ +/* XPM */ +static char *maximize_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 17 1 ", +" c #404040", +". c #434343", +"X c gray58", +"o c #A0A0A0", +"O c #A4A4A4", +"+ c #A7A7A7", +"@ c LightGray", +"# c gray84", +"$ c gray85", +"% c gray87", +"& c #E2E2E2", +"* c #E4E4E4", +"= c #EEEEEE", +"- c #F3F3F3", +"; c gray96", +": c #FBFBFB", +"> c #FDFDFD", +/* pixels */ +"========================", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$%&$@@$&%$$$$$$$$", +"$$$$$$$*#&-::-*#*$$$$$$$", +"$$$$$$*#;>>>>>>-#*$$$$$$", +"$$$$$%#;>>>>>>>>;#%$$$$$", +"$$$$$&&>>>:o X>>&&$$$$$", +"$$$$$$->>:>:+ >>-$$$$$$", +"$$$$$@:>>o:::+ >>:@$$$$$", +"$$$$$@:>> o>>:o>>:@$$$$$", +"$$$$$$->> +:>>>>-$$$$$$", +"$$$$$&*>>. X>>>>&&$$$$$", +"$$$$$%#->>>>>>>>;#%$$$$$", +"$$$$$$&#->>>>>>;#&$$$$$$", +"$$$$$$$*#&-::-&#*$$$$$$$", +"$$$$$$$$%&$#@$&%$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$" +}; diff --git a/themes/Mint-Y/xfwm4/maximize-pressed.xpm b/themes/Mint-Y/xfwm4/maximize-pressed.xpm new file mode 100644 index 00000000..b076be78 --- /dev/null +++ b/themes/Mint-Y/xfwm4/maximize-pressed.xpm @@ -0,0 +1,43 @@ +/* XPM */ +static char *maximize_pressed[] = { +/* columns rows colors chars-per-pixel */ +"24 24 13 1 ", +" c #808080", +". c #848484", +"X c #9A9A9A", +"o c #AEAEAE", +"O c #CDCDCD", +"+ c LightGray", +"@ c gray84", +"# c gray85", +"$ c #DADADA", +"% c #E6E6E6", +"& c gray91", +"* c #EEEEEE", +"= c white", +/* pixels */ +"************************", +"########################", +"########################", +"########################", +"########################", +"########OX. .XO########", +"#######o o#######", +"######o o######", +"#####O O#####", +"#####X @==% X#####", +"#####. . @== .#####", +"##### #. += #####", +"##### =# @ #####", +"#####. ==@ .#####", +"#####X &==@. X#####", +"#####O O#####", +"######o o######", +"#######o o#######", +"########OX. .X+########", +"########################", +"########################", +"########################", +"########################", +"########################" +}; diff --git a/themes/Mint-Y/xfwm4/menu-active.xpm b/themes/Mint-Y/xfwm4/menu-active.xpm new file mode 100644 index 00000000..21f3563c --- /dev/null +++ b/themes/Mint-Y/xfwm4/menu-active.xpm @@ -0,0 +1,45 @@ +/* XPM */ +static char *menu_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 15 1", +". c #EEEEEE", +" c #D9D9D9", +"@ c #4A4A4A", +"# c #A0A0A0", +"$ c #C5C5C5", +"% c #AAAAAA", +"& c #424242", +"* c #434443", +"= c #B1B1B1", +"- c #BDBDBD", +"; c #4B4B4B", +"> c #404040", +", c #BCBCBC", +"' c #D2D2D2", +") c #A9A9A9", +/* pixels */ +"........................", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" @#$ $#@ ", +" %&*==*&% ", +" -;>>@, ", +" '))' ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y/xfwm4/menu-inactive.xpm b/themes/Mint-Y/xfwm4/menu-inactive.xpm new file mode 100644 index 00000000..a3119dc1 --- /dev/null +++ b/themes/Mint-Y/xfwm4/menu-inactive.xpm @@ -0,0 +1,43 @@ +/* XPM */ +static char *menu_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 13 1", +". c #EEEEEE", +" c #D9D9D9", +"@ c #BBBBBB", +"# c #BDBDBD", +"$ c #CFCFCF", +"% c #C2C2C2", +"& c #B7B7B7", +"* c #C6C6C6", +"= c #CCCCCC", +"- c #B6B6B6", +"; c #CBCBCB", +"> c #D5D5D5", +", c #C1C1C1", +/* pixels */ +"........................", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" @#$ $#@ ", +" %&&**&&% ", +" =@--@; ", +" >,,> ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y/xfwm4/menu-prelight.xpm b/themes/Mint-Y/xfwm4/menu-prelight.xpm new file mode 100644 index 00000000..1b168c87 --- /dev/null +++ b/themes/Mint-Y/xfwm4/menu-prelight.xpm @@ -0,0 +1,61 @@ +/* XPM */ +static char *menu_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 31 1", +". c #EEEEEE", +" c #D9D9D9", +"@ c #DBDBDB", +"# c #DEDEDE", +"$ c #D8D8D8", +"% c #D3D3D3", +"& c #DFDFDF", +"* c #D5D5D5", +"= c #E4E4E4", +"- c #F3F3F3", +"; c #FBFBFB", +"> c #D6D6D6", +", c #F5F5F5", +"' c #FDFDFD", +") c #F4F4F4", +"! c #E3E3E3", +"~ c #D7D7D7", +"{ c #4C4C4C", +"] c #464646", +"^ c #A7A7A7", +"/ c #4D4D4D", +"( c #404040", +"_ c #B5B5B5", +": c #CBCBCB", +"< c #4F4F4F", +"[ c #4A4A4A", +"} c #C9C9C9", +"| c #FAFAFA", +"1 c #D4D4D4", +"2 c #EFEFEF", +"3 c #A6A6A6", +/* pixels */ +"........................", +" ", +" ", +" ", +" ", +" @#$%%$#@ ", +" &*=-;;-=*& ", +" &>,'''''')>& ", +" @*,'''''''')*@ ", +" #=''''''''''!# ", +" ~-'{]$''$]{'-$ ", +" %;'^/(__(/^';% ", +" %;'':<[[{}''|1 ", +" $-'''2332'''-$ ", +" #=''''''''''!# ", +" @*)'''''''')*@ ", +" &>)'''''')># ", +" &*!-;;-!*# ", +" @#$%%$#@ ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y/xfwm4/menu-pressed.xpm b/themes/Mint-Y/xfwm4/menu-pressed.xpm new file mode 100644 index 00000000..74f2a18b --- /dev/null +++ b/themes/Mint-Y/xfwm4/menu-pressed.xpm @@ -0,0 +1,65 @@ +/* XPM */ +static char *menu_pressed[] = { +/* columns rows colors chars-per-pixel */ +"24 24 35 1", +". c #EEEEEE", +" c #D9D9D9", +"@ c #D2D2D2", +"# c #B4B4B4", +"$ c #9E9E9E", +"% c #939393", +"& c #C1C1C1", +"* c #949494", +"= c #909090", +"- c #D3D3D3", +"; c #B3B3B3", +"> c #9D9D9D", +", c #F0F0F0", +"' c #E7E7E7", +") c #AFAFAF", +"! c #D8D8D8", +"~ c #FEFEFE", +"{ c #FAFAFA", +"] c #CDCDCD", +"^ c #8F8F8F", +"/ c #BABABA", +"( c #EDEDED", +"_ c #EFEFEF", +": c #BCBCBC", +"< c #9C9C9C", +"[ c #D0D0D0", +"} c #D1D1D1", +"| c #D6D6D6", +"1 c #BFBFBF", +"2 c #8E8E8E", +"3 c #BEBEBE", +"4 c #929292", +"5 c #D5D5D5", +"6 c #CFCFCF", +"7 c #B0B0B0", +/* pixels */ +"........................", +" ", +" ", +" ", +" ", +" @#$%%$#@ ", +" &*======*& ", +" &==========& ", +" @*==========*- ", +" #============; ", +" >==,')==)',==$ ", +" %==!~{]]{~!==* ", +" %^^^/(~~_:^^^% ", +" >^^^^< <^^^^> ", +" ;^^^^^^^^^^^^; ", +" [%^^^^^^^^^^*} ", +" |122222222221| ", +" ||34222222%3|| ", +" 5556)<==<76555 ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y/xfwm4/right-active.xpm b/themes/Mint-Y/xfwm4/right-active.xpm new file mode 100644 index 00000000..bbfecc25 --- /dev/null +++ b/themes/Mint-Y/xfwm4/right-active.xpm @@ -0,0 +1,7 @@ +/* XPM */ +static char * right_active_xpm[] = { +"3 1 3 1", +" c None", +". c #D9D9D9", +"+ c #BFBFBF", +"..+"}; diff --git a/themes/Mint-Y/xfwm4/right-inactive.xpm b/themes/Mint-Y/xfwm4/right-inactive.xpm new file mode 120000 index 00000000..6734f48a --- /dev/null +++ b/themes/Mint-Y/xfwm4/right-inactive.xpm @@ -0,0 +1 @@ +right-active.xpm
\ No newline at end of file diff --git a/themes/Mint-Y/xfwm4/shade-active.xpm b/themes/Mint-Y/xfwm4/shade-active.xpm new file mode 100644 index 00000000..1de01dfd --- /dev/null +++ b/themes/Mint-Y/xfwm4/shade-active.xpm @@ -0,0 +1,37 @@ +/* XPM */ +static char *shade_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 7 1", +". c #EEEEEE", +" c #D9D9D9", +"@ c #B2B2B2", +"# c #929292", +"$ c #404040", +"% c #B3B3B3", +"& c #B4B4B4", +/* pixels */ +"........................", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" @#$$$$#% ", +" #$$$$$ # ", +" $$$$$$$$ ", +" &@ ", +" &$$@ ", +" &$$$$@ ", +" $$ ", +" $$ ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y/xfwm4/shade-inactive.xpm b/themes/Mint-Y/xfwm4/shade-inactive.xpm new file mode 100644 index 00000000..3e771208 --- /dev/null +++ b/themes/Mint-Y/xfwm4/shade-inactive.xpm @@ -0,0 +1,36 @@ +/* XPM */ +static char *shade_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 6 1", +". c #EEEEEE", +" c #D9D9D9", +"@ c #C6C6C6", +"# c #B7B7B7", +"$ c #B6B6B6", +"% c #C7C7C7", +/* pixels */ +"........................", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" @#$$$$#% ", +" #$$$$$ # ", +" $$$$$$$$ ", +" %@ ", +" %$$@ ", +" %$$$$@ ", +" $$ ", +" $$ ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y/xfwm4/shade-prelight.xpm b/themes/Mint-Y/xfwm4/shade-prelight.xpm new file mode 100644 index 00000000..ab49e4bc --- /dev/null +++ b/themes/Mint-Y/xfwm4/shade-prelight.xpm @@ -0,0 +1,55 @@ +/* XPM */ +static char *shade_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 25 1", +". c #EEEEEE", +" c #D9D9D9", +"@ c #DBDBDB", +"# c #DEDEDE", +"$ c #D8D8D8", +"% c #D3D3D3", +"& c #DFDFDF", +"* c #D5D5D5", +"= c #E4E4E4", +"- c #F3F3F3", +"; c #FBFBFB", +"> c #D6D6D6", +", c #F5F5F5", +"' c #FDFDFD", +") c #F4F4F4", +"! c #B7B7B7", +"~ c #7D7D7D", +"{ c #404040", +"] c #B8B8B8", +"^ c #7E7E7E", +"/ c #E3E3E3", +"( c #D7D7D7", +"_ c #BBBBBB", +": c #FAFAFA", +"< c #D4D4D4", +/* pixels */ +"........................", +" ", +" ", +" ", +" ", +" @#$%%$#@ ", +" &*=-;;-=*& ", +" &>,'''''')>& ", +" @*,!~{{{{~])*@ ", +" #='~{{{{{'^'/# ", +" (-'{{{{{{{{'-$ ", +" %;''''_!'''';% ", +" %;'''_{{!''':< ", +" $-''_{{{{!''-$ ", +" #=''''{{''''/# ", +" @*)'''{{''')*@ ", +" &>)'''''')># ", +" &*/-;;-/*# ", +" @#$%%$#@ ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y/xfwm4/shade-pressed.xpm b/themes/Mint-Y/xfwm4/shade-pressed.xpm new file mode 100644 index 00000000..fa38dac2 --- /dev/null +++ b/themes/Mint-Y/xfwm4/shade-pressed.xpm @@ -0,0 +1,49 @@ +/* XPM */ +static char *shade_pressed[] = { +/* columns rows colors chars-per-pixel */ +"24 24 19 1", +". c #EEEEEE", +" c #D9D9D9", +"@ c #D2D2D2", +"# c #B4B4B4", +"$ c #9E9E9E", +"% c #939393", +"& c #C1C1C1", +"* c #949494", +"= c #909090", +"- c #CBCBCB", +"; c #FCFCFC", +"> c #FFFFFF", +", c #CACACA", +"' c #D3D3D3", +") c #B3B3B3", +"! c #9D9D9D", +"~ c #C8C8C8", +"{ c #959595", +"] c #9F9F9F", +/* pixels */ +"........................", +" ", +" ", +" ", +" ", +" @#$%%$#@ ", +" &*======*& ", +" &==========& ", +" @*=-;>>>>;,=*' ", +" #==;>>>>>=;==) ", +" !==>>>>>>>>==$ ", +" %=====~-=====* ", +" *====~>>-====* ", +" $===~>>>>-===$ ", +" #=====>>=====# ", +" @*====>>===={' ", +" &==========& ", +" &*======{& ", +" ')]%%]#' ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y/xfwm4/shade-toggled-active.xpm b/themes/Mint-Y/xfwm4/shade-toggled-active.xpm new file mode 100644 index 00000000..1967dc85 --- /dev/null +++ b/themes/Mint-Y/xfwm4/shade-toggled-active.xpm @@ -0,0 +1,36 @@ +/* XPM */ +static char *shade_toggled_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 6 1", +". c #EEEEEE", +" c #D9D9D9", +"@ c #B2B2B2", +"# c #424242", +"$ c #404040", +"% c #B3B3B3", +/* pixels */ +"........................", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" @#$$$$#% ", +" #$$$$$ # ", +" $$$$$$$$ ", +" $$ $$ ", +" $$ $$ ", +" $$ $$ ", +" $$$$$$$$ ", +" $$$$$$$$ ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y/xfwm4/shade-toggled-inactive.xpm b/themes/Mint-Y/xfwm4/shade-toggled-inactive.xpm new file mode 100644 index 00000000..0d6c7114 --- /dev/null +++ b/themes/Mint-Y/xfwm4/shade-toggled-inactive.xpm @@ -0,0 +1,36 @@ +/* XPM */ +static char *shade_toggled_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 6 1", +". c #EEEEEE", +" c #D9D9D9", +"@ c #C6C6C6", +"# c #B7B7B7", +"$ c #B6B6B6", +"% c #C7C7C7", +/* pixels */ +"........................", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" @#$$$$#% ", +" #$$$$$ # ", +" $$$$$$$$ ", +" $$ $$ ", +" $$ $$ ", +" $$ $$ ", +" $$$$$$$$ ", +" $$$$$$$$ ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y/xfwm4/shade-toggled-prelight.xpm b/themes/Mint-Y/xfwm4/shade-toggled-prelight.xpm new file mode 100644 index 00000000..b73a8ebb --- /dev/null +++ b/themes/Mint-Y/xfwm4/shade-toggled-prelight.xpm @@ -0,0 +1,54 @@ +/* XPM */ +static char *shade_toggled_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 24 1", +". c #EEEEEE", +" c #D9D9D9", +"@ c #DBDBDB", +"# c #DEDEDE", +"$ c #D8D8D8", +"% c #D3D3D3", +"& c #DFDFDF", +"* c #D5D5D5", +"= c #E4E4E4", +"- c #F3F3F3", +"; c #FBFBFB", +"> c #D6D6D6", +", c #F5F5F5", +"' c #FDFDFD", +") c #F4F4F4", +"! c #B7B7B7", +"~ c #4D4D4D", +"{ c #4A4A4A", +"] c #B8B8B8", +"^ c #7E7E7E", +"/ c #E3E3E3", +"( c #D7D7D7", +"_ c #FAFAFA", +": c #D4D4D4", +/* pixels */ +"........................", +" ", +" ", +" ", +" ", +" @#$%%$#@ ", +" &*=-;;-=*& ", +" &>,'''''')>& ", +" @*,!~{{{{~])*@ ", +" #='~{{{{{'^'/# ", +" (-'{{{{{{{{'-$ ", +" %;'{{''''{{';% ", +" %;'{{''''{{'_: ", +" $-'{{''''{{'-$ ", +" #='{{{{{{{{'/# ", +" @*){{{{{{{{)*@ ", +" &>)'''''')># ", +" &*/-;;-/*# ", +" @#$%%$#@ ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y/xfwm4/shade-toggled-pressed.xpm b/themes/Mint-Y/xfwm4/shade-toggled-pressed.xpm new file mode 100644 index 00000000..7203dc01 --- /dev/null +++ b/themes/Mint-Y/xfwm4/shade-toggled-pressed.xpm @@ -0,0 +1,48 @@ +/* XPM */ +static char *shade_toggled_pressed[] = { +/* columns rows colors chars-per-pixel */ +"24 24 18 1", +". c #EEEEEE", +" c #D9D9D9", +"@ c #D2D2D2", +"# c #B4B4B4", +"$ c #9E9E9E", +"% c #939393", +"& c #C1C1C1", +"* c #949494", +"= c #909090", +"- c #CBCBCB", +"; c #FCFCFC", +"> c #FFFFFF", +", c #CACACA", +"' c #D3D3D3", +") c #B3B3B3", +"! c #9D9D9D", +"~ c #959595", +"{ c #9F9F9F", +/* pixels */ +"........................", +" ", +" ", +" ", +" ", +" @#$%%$#@ ", +" &*======*& ", +" &==========& ", +" @*=-;>>>>;,=*' ", +" #==;>>>>>=;==) ", +" !==>>>>>>>>==$ ", +" %==>>====>>==* ", +" *==>>====>>==* ", +" $==>>====>>==$ ", +" #==>>>>>>>>==# ", +" @*=>>>>>>>>=~' ", +" &==========& ", +" &*======~& ", +" '){%%{#' ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y/xfwm4/stick-active.xpm b/themes/Mint-Y/xfwm4/stick-active.xpm new file mode 100644 index 00000000..54512f8d --- /dev/null +++ b/themes/Mint-Y/xfwm4/stick-active.xpm @@ -0,0 +1,44 @@ +/* XPM */ +static char *stick_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 14 1", +". c #EEEEEE", +" c #D9D9D9", +"@ c #D3D3D3", +"# c #A8A8A8", +"$ c #4C4C4C", +"% c #B4B4B4", +"& c #CDCDCD", +"* c #C1C1C1", +"= c #464646", +"- c #404040", +"; c #474747", +"> c #A6A6A6", +", c #C4C4C4", +"' c #D2D2D2", +/* pixels */ +"........................", +" ", +" ", +" ", +" ", +" ", +" ", +" @# ", +" $%&*=- ", +" ------ ", +" ------ ", +" ------;>%,' ", +" ------ ", +" ------ ", +" $%&*=- ", +" @# ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y/xfwm4/stick-inactive.xpm b/themes/Mint-Y/xfwm4/stick-inactive.xpm new file mode 100644 index 00000000..48392556 --- /dev/null +++ b/themes/Mint-Y/xfwm4/stick-inactive.xpm @@ -0,0 +1,42 @@ +/* XPM */ +static char *stick_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 12 1", +". c #EEEEEE", +" c #D9D9D9", +"@ c #D6D6D6", +"# c #C1C1C1", +"$ c #BCBCBC", +"% c #C7C7C7", +"& c #D3D3D3", +"* c #CECECE", +"= c #B9B9B9", +"- c #B6B6B6", +"; c #BABABA", +"> c #CFCFCF", +/* pixels */ +"........................", +" ", +" ", +" ", +" ", +" ", +" ", +" @# ", +" $%&*=- ", +" ------ ", +" ------ ", +" ------;#%>@ ", +" ------ ", +" ------ ", +" $%&*=- ", +" @# ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y/xfwm4/stick-prelight.xpm b/themes/Mint-Y/xfwm4/stick-prelight.xpm new file mode 100644 index 00000000..44cc713d --- /dev/null +++ b/themes/Mint-Y/xfwm4/stick-prelight.xpm @@ -0,0 +1,59 @@ +/* XPM */ +static char *stick_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 29 1", +". c #EEEEEE", +" c #D9D9D9", +"@ c #DBDBDB", +"# c #DEDEDE", +"$ c #D8D8D8", +"% c #D3D3D3", +"& c #DFDFDF", +"* c #D5D5D5", +"= c #E4E4E4", +"- c #F3F3F3", +"; c #FBFBFB", +"> c #D6D6D6", +", c #F5F5F5", +"' c #FDFDFD", +") c #A5A5A5", +"! c #F4F4F4", +"~ c #404040", +"{ c #BBBBBB", +"] c #E7E7E7", +"^ c #D2D2D2", +"/ c #454545", +"( c #4A4A4A", +"_ c #E3E3E3", +": c #D7D7D7", +"< c #464646", +"[ c #A2A2A2", +"} c #C9C9C9", +"| c #FAFAFA", +"1 c #D4D4D4", +/* pixels */ +"........................", +" ", +" ", +" ", +" ", +" @#$%%$#@ ", +" &*=-;;-=*& ", +" &>,'''-)'!>& ", +" @*,~{]^/(''!*@ ", +" #='(((((('''_# ", +" :-'(((((('''-$ ", +" %;'((((((<[{*} ", +" %;'(((((('''|1 ", +" $-'(((((('''-$ ", +" #='~{]^/('''_# ", +" @*!''''-)''!*@ ", +" &>!''''''!># ", +" &*_-;;-_*# ", +" @#$%%$#@ ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y/xfwm4/stick-pressed.xpm b/themes/Mint-Y/xfwm4/stick-pressed.xpm new file mode 100644 index 00000000..90656d0d --- /dev/null +++ b/themes/Mint-Y/xfwm4/stick-pressed.xpm @@ -0,0 +1,55 @@ +/* XPM */ +static char *stick_pressed[] = { +/* columns rows colors chars-per-pixel */ +"24 24 25 1", +". c #EEEEEE", +" c #D9D9D9", +"@ c #D2D2D2", +"# c #B4B4B4", +"$ c #9E9E9E", +"% c #939393", +"& c #C1C1C1", +"* c #949494", +"= c #909090", +"- c #999999", +"; c #DADADA", +"> c #EDEDED", +", c #C8C8C8", +"' c #A3A3A3", +") c #B5B5B5", +"! c #F6F6F6", +"~ c #FFFFFF", +"{ c #D3D3D3", +"] c #B3B3B3", +"^ c #9D9D9D", +"/ c #F5F5F5", +"( c #DDDDDD", +"_ c #B1B1B1", +": c #9F9F9F", +"< c #959595", +/* pixels */ +"........................", +" ", +" ", +" ", +" ", +" @#$%%$#@ ", +" &*======*& ", +" &=====-;===& ", +" @*=>,')!~===*{ ", +" #==~~~~~~====] ", +" ^==~~~~~~====$ ", +" %==~~~~~~/(,_: ", +" *==~~~~~~====* ", +" $==~~~~~~====$ ", +" #==>,')!~====# ", +" @*=====-;===<{ ", +" &==========& ", +" &*======<& ", +" {]:%%:#{ ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y/xfwm4/stick-toggled-active.xpm b/themes/Mint-Y/xfwm4/stick-toggled-active.xpm new file mode 100644 index 00000000..c89c3c42 --- /dev/null +++ b/themes/Mint-Y/xfwm4/stick-toggled-active.xpm @@ -0,0 +1,54 @@ +/* XPM */ +static char *stick_toggled_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 24 1", +". c #EEEEEE", +" c #D9D9D9", +"@ c #CDCDCD", +"# c #A3A3A3", +"$ c #D3D3D3", +"% c #A8A8A8", +"& c #D5D5D5", +"* c #4D4D4D", +"= c #4C4C4C", +"- c #C3C3C3", +"; c #474747", +"> c #404040", +", c #C8C8C8", +"' c #C7C7C7", +") c #464646", +"! c #444444", +"~ c #4B4B4B", +"{ c #A6A6A6", +"] c #B4B4B4", +"^ c #C4C4C4", +"/ c #D2D2D2", +"( c #C1C1C1", +"_ c #4E4E4E", +": c #AEAEAE", +/* pixels */ +"........................", +" ", +" ", +" ", +" ", +" ", +" ", +" @#$ $% ", +" &*=$-;> ", +" ,*=')> ", +" !'*~') ", +" >),*='*{]^/ ", +" >>!'*~$ ", +" >>>),**$ ", +" =]@(=,_*$ ", +" $:$#@ ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y/xfwm4/stick-toggled-inactive.xpm b/themes/Mint-Y/xfwm4/stick-toggled-inactive.xpm new file mode 100644 index 00000000..cba31933 --- /dev/null +++ b/themes/Mint-Y/xfwm4/stick-toggled-inactive.xpm @@ -0,0 +1,49 @@ +/* XPM */ +static char *stick_toggled_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 19 1", +". c #EEEEEE", +" c #D9D9D9", +"@ c #D3D3D3", +"# c #BFBFBF", +"$ c #D6D6D6", +"% c #C1C1C1", +"& c #D7D7D7", +"* c #BCBCBC", +"= c #CECECE", +"- c #B9B9B9", +"; c #B6B6B6", +"> c #D1D1D1", +", c #D0D0D0", +"' c #B8B8B8", +") c #BBBBBB", +"! c #C7C7C7", +"~ c #CFCFCF", +"{ c #BDBDBD", +"] c #C4C4C4", +/* pixels */ +"........................", +" ", +" ", +" ", +" ", +" ", +" ", +" @#$ $% ", +" &**$=-; ", +" >**,-; ", +" ',*),- ", +" ;->**,*%!~$ ", +" ;;',*)$ ", +" ;;;->**$ ", +" *!@=*>{*$ ", +" $]$#@ ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y/xfwm4/stick-toggled-prelight.xpm b/themes/Mint-Y/xfwm4/stick-toggled-prelight.xpm new file mode 100644 index 00000000..96722117 --- /dev/null +++ b/themes/Mint-Y/xfwm4/stick-toggled-prelight.xpm @@ -0,0 +1,69 @@ +/* XPM */ +static char *stick_toggled_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 39 1", +". c #EEEEEE", +" c #D9D9D9", +"@ c #DBDBDB", +"# c #DEDEDE", +"$ c #D8D8D8", +"% c #D3D3D3", +"& c #DFDFDF", +"* c #D5D5D5", +"= c #E4E4E4", +"- c #F3F3F3", +"; c #FBFBFB", +"> c #C6C6C6", +", c #494949", +"' c #FDFDFD", +") c #A5A5A5", +"! c #F4F4F4", +"~ c #D6D6D6", +"{ c #424242", +"] c #4F4F4F", +"^ c #454545", +"/ c #4A4A4A", +"( c #DDDDDD", +"_ c #444444", +": c #E3E3E3", +"< c #D7D7D7", +"[ c #434343", +"} c #DCDCDC", +"| c #414141", +"1 c #404040", +"2 c #A2A2A2", +"3 c #BBBBBB", +"4 c #C9C9C9", +"5 c #FAFAFA", +"6 c #D4D4D4", +"7 c #E7E7E7", +"8 c #D2D2D2", +"9 c #454545", +"0 c #B0B0B0", +"a c #4B4B4B", +/* pixels */ +"........................", +" ", +" ", +" ", +" ", +" @#$%%$#@ ", +" &*=-;;-=*& ", +" &>,-''-)'!~& ", +" @*.{]-~^/''!*@ ", +" #='#{](_/''':# ", +" <-'[}|](_'''-$ ", +" %;'/_#{](123*4 ", +" %;'//[}|]-''56 ", +" $-'///_#{{-'-$ ", +" #='1378]#9{-:# ", +" @*!''''-0-a&*@ ", +" &~!''''''!~# ", +" &*:-;;-:*# ", +" @#$%%$#@ ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y/xfwm4/stick-toggled-pressed.xpm b/themes/Mint-Y/xfwm4/stick-toggled-pressed.xpm new file mode 100644 index 00000000..5d7345bb --- /dev/null +++ b/themes/Mint-Y/xfwm4/stick-toggled-pressed.xpm @@ -0,0 +1,66 @@ +/* XPM */ +static char *stick_toggled_pressed[] = { +/* columns rows colors chars-per-pixel */ +"24 24 36 1", +". c #EEEEEE", +" c #D9D9D9", +"@ c #D2D2D2", +"# c #B4B4B4", +"$ c #9E9E9E", +"% c #939393", +"& c #C1C1C1", +"* c #949494", +"= c #909090", +"- c #A3A3A3", +"; c #E2E2E2", +"> c #999999", +", c #DADADA", +"' c #979797", +") c #E9E9E9", +"! c #EDEDED", +"~ c #B2B2B2", +"{ c #F5F5F5", +"] c #FFFFFF", +"^ c #D3D3D3", +"/ c #AAAAAA", +"( c #EBEBEB", +"_ c #ABABAB", +": c #F6F6F6", +"< c #B3B3B3", +"[ c #9D9D9D", +"} c #F8F8F8", +"| c #ACACAC", +"1 c #ECECEC", +"2 c #DDDDDD", +"3 c #C8C8C8", +"4 c #B1B1B1", +"5 c #9F9F9F", +"6 c #B5B5B5", +"7 c #D1D1D1", +"8 c #959595", +/* pixels */ +"........................", +" ", +" ", +" ", +" ", +" @#$%%$#@ ", +" &*======*& ", +" &-;>==>,===& ", +" @*')!>~{]===*^ ", +" #==/(!_:]====< ", +" [==}|(._:====$ ", +" %==]:/(!_12345 ", +" *==]]}|(.>===* ", +" $==]]]:_((>==$ ", +" #==!3-6!_)(>=# ", +" @*=====>7>;-8^ ", +" &==========& ", +" &*======8& ", +" ^<5%%5#^ ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y/xfwm4/themerc b/themes/Mint-Y/xfwm4/themerc new file mode 100644 index 00000000..b81423ee --- /dev/null +++ b/themes/Mint-Y/xfwm4/themerc @@ -0,0 +1,25 @@ +button_offset=7 +button_spacing=4 +full_width_title=true +title_horizontal_offset=0 +title_vertical_offset_active=1 +title_vertical_offset_inactive=1 +title_shadow_active=false +title_shadow_inactive=false + +#button_layout=O|HMC + +active_text_color=#404040 +#active_text_shadow_color=#e7e8eb +inactive_text_color=#9d9d9d +#inactive_text_shadow_color=#e7e8eb + +#placement_ratio=20 +shadow_delta_height=2 +shadow_delta_width=0 +shadow_delta_x=0 +shadow_delta_y=-5 +shadow_opacity=50 + +show_frame_shadow=true +show_popup_shadow=true diff --git a/themes/Mint-Y/xfwm4/title-1-active.xpm b/themes/Mint-Y/xfwm4/title-1-active.xpm new file mode 100644 index 00000000..209bb16c --- /dev/null +++ b/themes/Mint-Y/xfwm4/title-1-active.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * title_1_active_xpm[] = { +"24 24 3 1", +" c None", +". c #EEEEEE", +"+ c #D9D9D9", +"........................", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++"}; diff --git a/themes/Mint-Y/xfwm4/title-1-inactive.xpm b/themes/Mint-Y/xfwm4/title-1-inactive.xpm new file mode 120000 index 00000000..def55f78 --- /dev/null +++ b/themes/Mint-Y/xfwm4/title-1-inactive.xpm @@ -0,0 +1 @@ +title-1-active.xpm
\ No newline at end of file diff --git a/themes/Mint-Y/xfwm4/title-2-active.xpm b/themes/Mint-Y/xfwm4/title-2-active.xpm new file mode 100644 index 00000000..a3cfe4a6 --- /dev/null +++ b/themes/Mint-Y/xfwm4/title-2-active.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * title_2_active_xpm[] = { +"24 24 3 1", +" c None", +". c #EEEEEE", +"+ c #D9D9D9", +"........................", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++"}; diff --git a/themes/Mint-Y/xfwm4/title-2-inactive.xpm b/themes/Mint-Y/xfwm4/title-2-inactive.xpm new file mode 120000 index 00000000..a37458a5 --- /dev/null +++ b/themes/Mint-Y/xfwm4/title-2-inactive.xpm @@ -0,0 +1 @@ +title-2-active.xpm
\ No newline at end of file diff --git a/themes/Mint-Y/xfwm4/title-3-active.xpm b/themes/Mint-Y/xfwm4/title-3-active.xpm new file mode 100644 index 00000000..f9df553d --- /dev/null +++ b/themes/Mint-Y/xfwm4/title-3-active.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * title_3_active_xpm[] = { +"24 24 3 1", +" c None", +". c #EEEEEE", +"+ c #D9D9D9", +"........................", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++"}; diff --git a/themes/Mint-Y/xfwm4/title-3-inactive.xpm b/themes/Mint-Y/xfwm4/title-3-inactive.xpm new file mode 120000 index 00000000..66e6af7e --- /dev/null +++ b/themes/Mint-Y/xfwm4/title-3-inactive.xpm @@ -0,0 +1 @@ +title-3-active.xpm
\ No newline at end of file diff --git a/themes/Mint-Y/xfwm4/title-4-active.xpm b/themes/Mint-Y/xfwm4/title-4-active.xpm new file mode 100644 index 00000000..87e3fb46 --- /dev/null +++ b/themes/Mint-Y/xfwm4/title-4-active.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * title_4_active_xpm[] = { +"24 24 3 1", +" c None", +". c #EEEEEE", +"+ c #D9D9D9", +"........................", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++"}; diff --git a/themes/Mint-Y/xfwm4/title-4-inactive.xpm b/themes/Mint-Y/xfwm4/title-4-inactive.xpm new file mode 120000 index 00000000..069dba67 --- /dev/null +++ b/themes/Mint-Y/xfwm4/title-4-inactive.xpm @@ -0,0 +1 @@ +title-4-active.xpm
\ No newline at end of file diff --git a/themes/Mint-Y/xfwm4/title-5-active.xpm b/themes/Mint-Y/xfwm4/title-5-active.xpm new file mode 100644 index 00000000..48bee413 --- /dev/null +++ b/themes/Mint-Y/xfwm4/title-5-active.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * title_5_active_xpm[] = { +"24 24 3 1", +" c None", +". c #EEEEEE", +"+ c #D9D9D9", +"........................", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++"}; diff --git a/themes/Mint-Y/xfwm4/title-5-inactive.xpm b/themes/Mint-Y/xfwm4/title-5-inactive.xpm new file mode 120000 index 00000000..dcc79469 --- /dev/null +++ b/themes/Mint-Y/xfwm4/title-5-inactive.xpm @@ -0,0 +1 @@ +title-5-active.xpm
\ No newline at end of file diff --git a/themes/Mint-Y/xfwm4/top-left-active.xpm b/themes/Mint-Y/xfwm4/top-left-active.xpm new file mode 100644 index 00000000..ef737a9b --- /dev/null +++ b/themes/Mint-Y/xfwm4/top-left-active.xpm @@ -0,0 +1,34 @@ +/* XPM */ +static char * top_left_active_xpm[] = { +"5 24 7 1", +" c None", +". c #ECEDF0", +"+ c #EEEFF1", +"@ c #DFDFE0", +"# c #DADADA", +"$ c #D9D9D9", +"% c #BFBFBF", +" .+++", +".@#$$", +"%$$$$", +"%$$$$", +"%$$$$", +"%$$$$", +"%$$$$", +"%$$$$", +"%$$$$", +"%$$$$", +"%$$$$", +"%$$$$", +"%$$$$", +"%$$$$", +"%$$$$", +"%$$$$", +"%$$$$", +"%$$$$", +"%$$$$", +"%$$$$", +"%$$$$", +"%$$$$", +"%$$$$", +"%$$$$"}; diff --git a/themes/Mint-Y/xfwm4/top-left-inactive.xpm b/themes/Mint-Y/xfwm4/top-left-inactive.xpm new file mode 120000 index 00000000..05175262 --- /dev/null +++ b/themes/Mint-Y/xfwm4/top-left-inactive.xpm @@ -0,0 +1 @@ +top-left-active.xpm
\ No newline at end of file diff --git a/themes/Mint-Y/xfwm4/top-right-active.xpm b/themes/Mint-Y/xfwm4/top-right-active.xpm new file mode 100644 index 00000000..5b57971e --- /dev/null +++ b/themes/Mint-Y/xfwm4/top-right-active.xpm @@ -0,0 +1,32 @@ +/* XPM */ +static char * top_right_active_xpm[] = { +"5 24 5 1", +" c None", +". c #EEEEEE", +"+ c #D9D9D9", +"@ c #DFDFE0", +"# c #BFBFBF", +".... ", +"+++@.", +"++++#", +"++++#", +"++++#", +"++++#", +"++++#", +"++++#", +"++++#", +"++++#", +"++++#", +"++++#", +"++++#", +"++++#", +"++++#", +"++++#", +"++++#", +"++++#", +"++++#", +"++++#", +"++++#", +"++++#", +"++++#", +"++++#"}; diff --git a/themes/Mint-Y/xfwm4/top-right-inactive.xpm b/themes/Mint-Y/xfwm4/top-right-inactive.xpm new file mode 120000 index 00000000..42cae620 --- /dev/null +++ b/themes/Mint-Y/xfwm4/top-right-inactive.xpm @@ -0,0 +1 @@ +top-right-active.xpm
\ No newline at end of file |
