diff options
Diffstat (limited to 'themes/Mint-Y-Sand')
424 files changed, 8941 insertions, 0 deletions
diff --git a/themes/Mint-Y-Sand/cinnamon/cinnamon.css b/themes/Mint-Y-Sand/cinnamon/cinnamon.css new file mode 100644 index 00000000..4b9f3c4c --- /dev/null +++ b/themes/Mint-Y-Sand/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 #c8ac69; + 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 #c8ac69; + 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: #c8ac69; + border: 1px solid #c8ac69; + box-shadow: inset 0 2px 4px #c8ac69; } + .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: #c8ac69; + 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 #c8ac69; + 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: #c8ac69; + 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: #c8ac69; + border: 1px solid #c8ac69; + 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: #c8ac69; } + +.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: #c8ac69; + -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: #ba9744; + text-decoration: underline; } + .cinnamon-link:hover { + color: #c8ac69; } + +#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: #c8ac69; } + .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: #c8ac69; + color: #ffffff; + border: 1px solid #c8ac69; } + +.window-border { + border: 3px #c8ac69; + 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 #c8ac69 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 #c8ac69; + background-color: #c8ac69; + color: #ffffff; + font-style: italic; + transition-duration: 300; + selection-background-color: #ffffff; + selected-color: #c8ac69; } + +.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 #c8ac69; + 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: #c8ac69; + 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 #c8ac69; } + .switcher-list .item-box:selected { + color: #ffffff; + background-color: #c8ac69; + border: 0px solid #c8ac69; } + .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: #c8ac69; + 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 #c8ac69; + 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 #c8ac69; + background-color: #c8ac69; } + .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: #c8ac69; } + +.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: #c8ac69; + 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: #c8ac69; + 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: #c8ac69; } + +.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: #c8ac69; } + .window-list-item-box .progress { + background-color: rgba(200, 172, 105, 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: #c8ac69; } + .grouped-window-list-item-box .progress { + background-color: rgba(200, 172, 105, 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 #c8ac69; } + .grouped-window-list-thumbnail-menu .item-box:selected { + border: 1px solid #c8ac69; } + .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: #c8ac69; + border: 1px solid #c8ac69; + box-shadow: inset 0 2px 4px #c8ac69; } + +.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: #c8ac69; + border: 1px solid #c8ac69; + box-shadow: inset 0 2px 4px #c8ac69; } + .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: #c8ac69; + -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: #c8ac69; + color: #ffffff; } + .workspace-button:outlined:hover { + background-color: rgba(200, 172, 105, 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 #c8ac69; } + +.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: #c8ac69; } + .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: #c8ac69; } + .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 #c8ac69; + background-color: rgba(200, 172, 105, 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(200, 172, 105, 0.3); + border: 1px solid #c8ac69; } + .tile-preview.snap { + background-color: rgba(200, 172, 105, 0.6); } + +.tile-hud { + background-color: rgba(200, 172, 105, 0.3); + border: 1px solid #c8ac69; } + .tile-hud.snap { + background-color: rgba(200, 172, 105, 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-Sand/cinnamon/common-assets/menu/menu-separator.svg b/themes/Mint-Y-Sand/cinnamon/common-assets/menu/menu-separator.svg new file mode 120000 index 00000000..197c91aa --- /dev/null +++ b/themes/Mint-Y-Sand/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-Sand/cinnamon/common-assets/misc/add-workspace-active.svg b/themes/Mint-Y-Sand/cinnamon/common-assets/misc/add-workspace-active.svg new file mode 100644 index 00000000..c681524d --- /dev/null +++ b/themes/Mint-Y-Sand/cinnamon/common-assets/misc/add-workspace-active.svg @@ -0,0 +1,117 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="35" + height="200" + id="svg2" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="add-workspace-active.svg"> + <defs + id="defs4" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="16" + inkscape:cx="7.0289763" + inkscape:cy="105.84046" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:window-width="1920" + inkscape:window-height="1030" + inkscape:window-x="1920" + inkscape:window-y="0" + inkscape:window-maximized="1" + showguides="true" + inkscape:guide-bbox="true" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:snap-bbox-edge-midpoints="true" + inkscape:bbox-nodes="true"> + <inkscape:grid + type="xygrid" + id="grid3040" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + <sodipodi:guide + orientation="0,1" + position="20,100" + id="guide3893" /> + <sodipodi:guide + orientation="1,0" + position="18,190" + id="guide3895" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Ebene 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-852.36218)"> + <path + style="opacity:1;fill:#b89f65;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" + d="M 3 0 C 1.3380015 0 0 1.3380015 0 3 L 0 197 C 0 198.662 1.3380015 200 3 200 L 36 200 C 37.661999 200 39 198.662 39 197 L 39 3 C 39 1.3380015 37.661999 0 36 0 L 3 0 z M 3 1 L 36 1 C 37.108 1 38 1.892 38 3 L 38 197 C 38 198.108 37.108 199 36 199 L 3 199 C 1.892 199 1 198.108 1 197 L 1 3 C 1 1.892 1.892 1 3 1 z " + transform="translate(0,852.36218)" + id="rect3810" /> + <g + transform="translate(0,-0.9999969)" + id="g3917-7" + style="fill:#000000;fill-opacity:1;opacity:0.5" /> + <rect + rx="2" + style="opacity:1;fill:#b89f65;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect3812" + width="37" + height="198" + x="1.000005" + y="853.36218" + ry="2" /> + <g + id="g3917" + style="fill:#ffffff;fill-opacity:1"> + <rect + ry="1.1428567" + y="944.36218" + x="17" + height="15.999994" + width="2.0000002" + id="rect3897" + style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" /> + <rect + transform="matrix(0,1,-1,0,0,0)" + ry="1.1428567" + y="-26" + x="951.36218" + height="15.999994" + width="2.0000002" + id="rect3897-6" + style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" /> + </g> + </g> +</svg> diff --git a/themes/Mint-Y-Sand/cinnamon/common-assets/misc/add-workspace-hover.svg b/themes/Mint-Y-Sand/cinnamon/common-assets/misc/add-workspace-hover.svg new file mode 120000 index 00000000..0ae61830 --- /dev/null +++ b/themes/Mint-Y-Sand/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-Sand/cinnamon/common-assets/misc/add-workspace.svg b/themes/Mint-Y-Sand/cinnamon/common-assets/misc/add-workspace.svg new file mode 120000 index 00000000..b5e02ba3 --- /dev/null +++ b/themes/Mint-Y-Sand/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-Sand/cinnamon/common-assets/misc/bg.svg b/themes/Mint-Y-Sand/cinnamon/common-assets/misc/bg.svg new file mode 120000 index 00000000..fd588ab3 --- /dev/null +++ b/themes/Mint-Y-Sand/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-Sand/cinnamon/common-assets/misc/calendar-arrow-left-hover.svg b/themes/Mint-Y-Sand/cinnamon/common-assets/misc/calendar-arrow-left-hover.svg new file mode 100644 index 00000000..42cc9b05 --- /dev/null +++ b/themes/Mint-Y-Sand/cinnamon/common-assets/misc/calendar-arrow-left-hover.svg @@ -0,0 +1,152 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + sodipodi:docname="calendar-arrow-left-hover.svg" + height="16" + id="svg7384" + inkscape:version="0.91 r13725" + version="1.1" + width="16"> + <metadata + id="metadata90"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Gnome Symbolic Icon Theme</dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <sodipodi:namedview + inkscape:bbox-nodes="true" + inkscape:bbox-paths="true" + bordercolor="#666666" + borderopacity="1" + inkscape:current-layer="layer12" + inkscape:cx="7.3546086" + inkscape:cy="7.9323223" + gridtolerance="10" + inkscape:guide-bbox="true" + guidetolerance="10" + id="namedview88" + inkscape:object-nodes="false" + inkscape:object-paths="false" + objecttolerance="10" + pagecolor="#ffffff" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + showborder="true" + showgrid="true" + showguides="true" + inkscape:snap-bbox="true" + inkscape:snap-bbox-midpoints="false" + inkscape:snap-global="true" + inkscape:snap-grids="true" + inkscape:snap-nodes="true" + inkscape:snap-others="false" + inkscape:snap-to-guides="true" + inkscape:window-height="1030" + inkscape:window-maximized="1" + inkscape:window-width="1920" + inkscape:window-x="1920" + inkscape:window-y="0" + inkscape:zoom="22.627417" + inkscape:snap-bbox-edge-midpoints="true"> + <inkscape:grid + empspacing="2" + enabled="true" + id="grid4866" + originx="141px" + originy="530px" + snapvisiblegridlinesonly="true" + spacingx="1px" + spacingy="1px" + type="xygrid" + visible="true" /> + <inkscape:grid + color="#000000" + empcolor="#000000" + empopacity="0" + empspacing="4" + enabled="true" + id="grid5968" + opacity="0.1254902" + originx="141px" + originy="530px" + snapvisiblegridlinesonly="true" + spacingx="0.5px" + spacingy="0.5px" + type="xygrid" + visible="true" /> + </sodipodi:namedview> + <title + id="title9167">Gnome Symbolic Icon Theme</title> + <defs + id="defs7386" /> + <g + inkscape:groupmode="layer" + id="layer9" + inkscape:label="status" + style="display:inline" + transform="translate(-100.0002,-747)" /> + <g + inkscape:groupmode="layer" + id="layer10" + inkscape:label="devices" + transform="translate(-100.0002,-747)" /> + <g + inkscape:groupmode="layer" + id="layer11" + inkscape:label="apps" + transform="translate(-100.0002,-747)" /> + <g + inkscape:groupmode="layer" + id="layer13" + inkscape:label="places" + transform="translate(-100.0002,-747)" /> + <g + inkscape:groupmode="layer" + id="layer14" + inkscape:label="mimetypes" + transform="translate(-100.0002,-747)" /> + <g + inkscape:groupmode="layer" + id="layer15" + inkscape:label="emblems" + style="display:inline" + transform="translate(-100.0002,-747)" /> + <g + inkscape:groupmode="layer" + id="g71291" + inkscape:label="emotes" + style="display:inline" + transform="translate(-100.0002,-747)" /> + <g + inkscape:groupmode="layer" + id="g4953" + inkscape:label="categories" + style="display:inline" + transform="translate(-100.0002,-747)" /> + <g + inkscape:groupmode="layer" + id="layer12" + inkscape:label="actions" + style="display:inline" + transform="translate(-100.0002,-747)"> + <path + style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#b89f65;fill-opacity:1;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" + d="m 109.82336,751.00006 a 0.67182557,0.66502524 0 0 0 -0.10367,0.009 0.67182557,0.66502524 0 0 0 -0.39887,0.18702 l -3.35878,3.32479 -0.46184,0.47795 0.46184,0.47792 3.35878,3.32481 a 0.68281953,0.67590797 0 0 0 0.698,0.16363 c 0.0374,0.0143 0.0779,0.0233 0.1207,0.0233 0.18608,0 0.33589,-0.14829 0.33589,-0.33248 0,-0.0423 -0.009,-0.0823 -0.0236,-0.11948 a 0.68281953,0.67590797 0 0 0 -0.16531,-0.69094 l -2.876,-2.84689 2.87597,-2.84686 a 0.67182557,0.66502524 0 0 0 0.17056,-0.72082 c 0.008,-0.0292 0.0185,-0.058 0.0185,-0.0896 0,-0.18421 -0.14978,-0.33249 -0.33587,-0.33249 -0.0395,0 -0.0765,0.01 -0.11152,0.022 A 0.67182557,0.66502524 0 0 0 109.82334,751 Z" + id="path6040" + inkscape:connector-curvature="0" /> + </g> +</svg> diff --git a/themes/Mint-Y-Sand/cinnamon/common-assets/misc/calendar-arrow-left.svg b/themes/Mint-Y-Sand/cinnamon/common-assets/misc/calendar-arrow-left.svg new file mode 120000 index 00000000..6b06f292 --- /dev/null +++ b/themes/Mint-Y-Sand/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-Sand/cinnamon/common-assets/misc/calendar-arrow-right-hover.svg b/themes/Mint-Y-Sand/cinnamon/common-assets/misc/calendar-arrow-right-hover.svg new file mode 100644 index 00000000..29dfe322 --- /dev/null +++ b/themes/Mint-Y-Sand/cinnamon/common-assets/misc/calendar-arrow-right-hover.svg @@ -0,0 +1,152 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + sodipodi:docname="calendar-arrow-right-hover.svg" + height="16" + id="svg7384" + inkscape:version="0.91 r13725" + version="1.1" + width="16"> + <metadata + id="metadata90"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Gnome Symbolic Icon Theme</dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <sodipodi:namedview + inkscape:bbox-nodes="true" + inkscape:bbox-paths="true" + bordercolor="#666666" + borderopacity="1" + inkscape:current-layer="layer12" + inkscape:cx="7.3546086" + inkscape:cy="7.9323223" + gridtolerance="10" + inkscape:guide-bbox="true" + guidetolerance="10" + id="namedview88" + inkscape:object-nodes="false" + inkscape:object-paths="false" + objecttolerance="10" + pagecolor="#ffffff" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + showborder="true" + showgrid="true" + showguides="true" + inkscape:snap-bbox="true" + inkscape:snap-bbox-midpoints="false" + inkscape:snap-global="true" + inkscape:snap-grids="true" + inkscape:snap-nodes="true" + inkscape:snap-others="false" + inkscape:snap-to-guides="true" + inkscape:window-height="1030" + inkscape:window-maximized="1" + inkscape:window-width="1920" + inkscape:window-x="1920" + inkscape:window-y="0" + inkscape:zoom="22.627417" + inkscape:snap-bbox-edge-midpoints="true"> + <inkscape:grid + empspacing="2" + enabled="true" + id="grid4866" + originx="141px" + originy="530px" + snapvisiblegridlinesonly="true" + spacingx="1px" + spacingy="1px" + type="xygrid" + visible="true" /> + <inkscape:grid + color="#000000" + empcolor="#000000" + empopacity="0" + empspacing="4" + enabled="true" + id="grid5968" + opacity="0.1254902" + originx="141px" + originy="530px" + snapvisiblegridlinesonly="true" + spacingx="0.5px" + spacingy="0.5px" + type="xygrid" + visible="true" /> + </sodipodi:namedview> + <title + id="title9167">Gnome Symbolic Icon Theme</title> + <defs + id="defs7386" /> + <g + inkscape:groupmode="layer" + id="layer9" + inkscape:label="status" + style="display:inline" + transform="translate(-100.0002,-747)" /> + <g + inkscape:groupmode="layer" + id="layer10" + inkscape:label="devices" + transform="translate(-100.0002,-747)" /> + <g + inkscape:groupmode="layer" + id="layer11" + inkscape:label="apps" + transform="translate(-100.0002,-747)" /> + <g + inkscape:groupmode="layer" + id="layer13" + inkscape:label="places" + transform="translate(-100.0002,-747)" /> + <g + inkscape:groupmode="layer" + id="layer14" + inkscape:label="mimetypes" + transform="translate(-100.0002,-747)" /> + <g + inkscape:groupmode="layer" + id="layer15" + inkscape:label="emblems" + style="display:inline" + transform="translate(-100.0002,-747)" /> + <g + inkscape:groupmode="layer" + id="g71291" + inkscape:label="emotes" + style="display:inline" + transform="translate(-100.0002,-747)" /> + <g + inkscape:groupmode="layer" + id="g4953" + inkscape:label="categories" + style="display:inline" + transform="translate(-100.0002,-747)" /> + <g + inkscape:groupmode="layer" + id="layer12" + inkscape:label="actions" + style="display:inline" + transform="translate(-100.0002,-747)"> + <path + style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#b89f65;fill-opacity:1;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" + d="m 106.17699,751.00006 a 0.67182557,0.66502524 0 0 1 0.10367,0.009 0.67182557,0.66502524 0 0 1 0.39887,0.18702 l 3.35878,3.32479 0.46184,0.47795 -0.46184,0.47792 -3.35878,3.32481 a 0.68281953,0.67590797 0 0 1 -0.698,0.16363 c -0.0374,0.0143 -0.0779,0.0233 -0.1207,0.0233 -0.18608,0 -0.33589,-0.14829 -0.33589,-0.33248 0,-0.0423 0.009,-0.0823 0.0236,-0.11948 a 0.68281953,0.67590797 0 0 1 0.16531,-0.69094 l 2.876,-2.84689 -2.87597,-2.84686 a 0.67182557,0.66502524 0 0 1 -0.17056,-0.72082 c -0.008,-0.0292 -0.0185,-0.058 -0.0185,-0.0896 0,-0.18421 0.14978,-0.33249 0.33587,-0.33249 0.0395,0 0.0765,0.01 0.11152,0.022 A 0.67182557,0.66502524 0 0 1 106.17701,751 Z" + id="path6040" + inkscape:connector-curvature="0" /> + </g> +</svg> diff --git a/themes/Mint-Y-Sand/cinnamon/common-assets/misc/calendar-arrow-right.svg b/themes/Mint-Y-Sand/cinnamon/common-assets/misc/calendar-arrow-right.svg new file mode 120000 index 00000000..36cf6d1f --- /dev/null +++ b/themes/Mint-Y-Sand/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-Sand/cinnamon/common-assets/misc/close-active.svg b/themes/Mint-Y-Sand/cinnamon/common-assets/misc/close-active.svg new file mode 120000 index 00000000..e33bff60 --- /dev/null +++ b/themes/Mint-Y-Sand/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-Sand/cinnamon/common-assets/misc/close-hover.svg b/themes/Mint-Y-Sand/cinnamon/common-assets/misc/close-hover.svg new file mode 120000 index 00000000..d8974aed --- /dev/null +++ b/themes/Mint-Y-Sand/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-Sand/cinnamon/common-assets/misc/close.svg b/themes/Mint-Y-Sand/cinnamon/common-assets/misc/close.svg new file mode 120000 index 00000000..2d0b16d4 --- /dev/null +++ b/themes/Mint-Y-Sand/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-Sand/cinnamon/common-assets/misc/corner-ripple.svg b/themes/Mint-Y-Sand/cinnamon/common-assets/misc/corner-ripple.svg new file mode 100644 index 00000000..f73929a5 --- /dev/null +++ b/themes/Mint-Y-Sand/cinnamon/common-assets/misc/corner-ripple.svg @@ -0,0 +1,122 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="104" + height="104" + id="svg2" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="corner-ripple-ltr.svg"> + <defs + id="defs4"> + <linearGradient + id="linearGradient3857"> + <stop + style="stop-color:#b89f65;stop-opacity:0" + offset="0" + id="stop3859" /> + <stop + style="stop-color:#b89f65;stop-opacity:1" + offset="1" + id="stop3861" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3857" + id="radialGradient3863" + cx="0" + cy="0" + fx="0" + fy="0" + r="52" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(52.000005,1000.3622)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="5.6" + inkscape:cx="20.217701" + inkscape:cy="44.091095" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + showguides="true" + inkscape:guide-bbox="true" + inkscape:snap-global="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="grid2985" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" + originy="2px" /> + <sodipodi:guide + orientation="1,0" + position="52,0" + id="guide2987" /> + <sodipodi:guide + orientation="0,1" + position="52,0" + id="guide2989" /> + <sodipodi:guide + orientation="0,1" + position="0,52" + id="guide3761" /> + <sodipodi:guide + orientation="1,0" + position="0,52" + id="guide3763" /> + <sodipodi:guide + orientation="1,0" + position="51,1" + id="guide3773" /> + <sodipodi:guide + orientation="0,1" + position="51,1" + id="guide3775" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Ebene 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-948.3622)"> + <circle + style="fill:url(#radialGradient3863);fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2991" + cx="52.000004" + cy="1000.3622" + r="52" /> + </g> +</svg> diff --git a/themes/Mint-Y-Sand/cinnamon/common-assets/misc/desklet-header.svg b/themes/Mint-Y-Sand/cinnamon/common-assets/misc/desklet-header.svg new file mode 120000 index 00000000..08228078 --- /dev/null +++ b/themes/Mint-Y-Sand/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-Sand/cinnamon/common-assets/misc/desklet.svg b/themes/Mint-Y-Sand/cinnamon/common-assets/misc/desklet.svg new file mode 120000 index 00000000..0419b04c --- /dev/null +++ b/themes/Mint-Y-Sand/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-Sand/cinnamon/common-assets/misc/osd.svg b/themes/Mint-Y-Sand/cinnamon/common-assets/misc/osd.svg new file mode 120000 index 00000000..2eff6e69 --- /dev/null +++ b/themes/Mint-Y-Sand/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-Sand/cinnamon/common-assets/misc/overview-hover.png b/themes/Mint-Y-Sand/cinnamon/common-assets/misc/overview-hover.png new file mode 120000 index 00000000..d27660b5 --- /dev/null +++ b/themes/Mint-Y-Sand/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-Sand/cinnamon/common-assets/misc/overview.png b/themes/Mint-Y-Sand/cinnamon/common-assets/misc/overview.png new file mode 120000 index 00000000..e73a16a6 --- /dev/null +++ b/themes/Mint-Y-Sand/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-Sand/cinnamon/common-assets/misc/trash-icon.svg b/themes/Mint-Y-Sand/cinnamon/common-assets/misc/trash-icon.svg new file mode 120000 index 00000000..2b048c61 --- /dev/null +++ b/themes/Mint-Y-Sand/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-Sand/cinnamon/common-assets/panel/activities-active.svg b/themes/Mint-Y-Sand/cinnamon/common-assets/panel/activities-active.svg new file mode 120000 index 00000000..f062f990 --- /dev/null +++ b/themes/Mint-Y-Sand/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-Sand/cinnamon/common-assets/panel/activities.svg b/themes/Mint-Y-Sand/cinnamon/common-assets/panel/activities.svg new file mode 120000 index 00000000..75f6a061 --- /dev/null +++ b/themes/Mint-Y-Sand/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-Sand/cinnamon/common-assets/panel/window-list-active-bottom.svg b/themes/Mint-Y-Sand/cinnamon/common-assets/panel/window-list-active-bottom.svg new file mode 100644 index 00000000..287e7aa3 --- /dev/null +++ b/themes/Mint-Y-Sand/cinnamon/common-assets/panel/window-list-active-bottom.svg @@ -0,0 +1,142 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + inkscape:export-ydpi="90.000000" + inkscape:export-xdpi="90.000000" + width="28" + height="4" + id="svg11300" + sodipodi:version="0.32" + inkscape:version="0.91 r13725" + sodipodi:docname="window-list-active-bottom.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape" + version="1.0" + style="display:inline;enable-background:new"> + <sodipodi:namedview + stroke="#ef2929" + fill="#f57900" + id="base" + pagecolor="#ffffff" + bordercolor="#808080" + borderopacity="1" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="19.769528" + inkscape:cx="12.291705" + inkscape:cy="3.0971298" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:showpageshadow="true" + inkscape:window-width="1142" + inkscape:window-height="566" + inkscape:window-x="2561" + inkscape:window-y="82" + width="400px" + height="300px" + inkscape:snap-nodes="true" + inkscape:snap-bbox="true" + gridtolerance="10000" + inkscape:object-nodes="true" + inkscape:snap-grids="true" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-maximized="0" + inkscape:bbox-nodes="true" + inkscape:bbox-paths="false" + inkscape:snap-bbox-edge-midpoints="false" + inkscape:snap-bbox-midpoints="false" + objecttolerance="10000" + guidetolerance="10000" + borderlayer="true" + showborder="true" + guidecolor="#ff0b00" + guideopacity="1" + guidehicolor="#001aff" + guidehiopacity="0.49803922" + inkscape:snap-smooth-nodes="false" + inkscape:snap-page="true"> + <inkscape:grid + type="xygrid" + id="grid3123" + empspacing="4" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <defs + id="defs3" /> + <metadata + id="metadata4"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:creator> + <cc:Agent> + <dc:title /> + </cc:Agent> + </dc:creator> + <dc:source /> + <cc:license + rdf:resource="" /> + <dc:title /> + <dc:subject> + <rdf:Bag /> + </dc:subject> + <dc:date /> + <dc:rights> + <cc:Agent> + <dc:title /> + </cc:Agent> + </dc:rights> + <dc:publisher> + <cc:Agent> + <dc:title /> + </cc:Agent> + </dc:publisher> + <dc:identifier /> + <dc:relation /> + <dc:language /> + <dc:coverage /> + <dc:description /> + <dc:contributor> + <cc:Agent> + <dc:title /> + </cc:Agent> + </dc:contributor> + </cc:Work> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + style="display:inline" + inkscape:groupmode="layer" + inkscape:label="Base" + id="layer1" + transform="translate(0,-296)"> + <rect + style="opacity:1;fill:#b89f65;fill-opacity:1;stroke:none" + id="rect4270-9" + width="24" + height="2" + x="2" + y="298" /> + </g> +</svg> diff --git a/themes/Mint-Y-Sand/cinnamon/common-assets/panel/window-list-active-top.svg b/themes/Mint-Y-Sand/cinnamon/common-assets/panel/window-list-active-top.svg new file mode 100644 index 00000000..ae46e95e --- /dev/null +++ b/themes/Mint-Y-Sand/cinnamon/common-assets/panel/window-list-active-top.svg @@ -0,0 +1,142 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + inkscape:export-ydpi="90.000000" + inkscape:export-xdpi="90.000000" + width="28" + height="4" + id="svg11300" + sodipodi:version="0.32" + inkscape:version="0.91 r13725" + sodipodi:docname="window-list-active-top.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape" + version="1.0" + style="display:inline;enable-background:new"> + <sodipodi:namedview + stroke="#ef2929" + fill="#f57900" + id="base" + pagecolor="#ffffff" + bordercolor="#808080" + borderopacity="1" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="19.769528" + inkscape:cx="-0.83031425" + inkscape:cy="3.0971298" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:showpageshadow="true" + inkscape:window-width="1920" + inkscape:window-height="1027" + inkscape:window-x="1920" + inkscape:window-y="0" + width="400px" + height="300px" + inkscape:snap-nodes="true" + inkscape:snap-bbox="true" + gridtolerance="10000" + inkscape:object-nodes="true" + inkscape:snap-grids="true" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-maximized="1" + inkscape:bbox-nodes="true" + inkscape:bbox-paths="false" + inkscape:snap-bbox-edge-midpoints="false" + inkscape:snap-bbox-midpoints="false" + objecttolerance="10000" + guidetolerance="10000" + borderlayer="true" + showborder="true" + guidecolor="#ff0b00" + guideopacity="1" + guidehicolor="#001aff" + guidehiopacity="0.49803922" + inkscape:snap-smooth-nodes="false" + inkscape:snap-page="true"> + <inkscape:grid + type="xygrid" + id="grid3123" + empspacing="4" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <defs + id="defs3" /> + <metadata + id="metadata4"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:creator> + <cc:Agent> + <dc:title /> + </cc:Agent> + </dc:creator> + <dc:source /> + <cc:license + rdf:resource="" /> + <dc:title></dc:title> + <dc:subject> + <rdf:Bag /> + </dc:subject> + <dc:date /> + <dc:rights> + <cc:Agent> + <dc:title /> + </cc:Agent> + </dc:rights> + <dc:publisher> + <cc:Agent> + <dc:title /> + </cc:Agent> + </dc:publisher> + <dc:identifier /> + <dc:relation /> + <dc:language /> + <dc:coverage /> + <dc:description /> + <dc:contributor> + <cc:Agent> + <dc:title /> + </cc:Agent> + </dc:contributor> + </cc:Work> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + style="display:inline" + inkscape:groupmode="layer" + inkscape:label="Base" + id="layer1" + transform="translate(0,-296)"> + <rect + style="opacity:1;fill:#b89f65;fill-opacity:1;stroke:none" + id="rect4270-9" + width="24" + height="2" + x="2" + y="296" /> + </g> +</svg> diff --git a/themes/Mint-Y-Sand/cinnamon/light-assets/checkbox/checkbox-checked-focused.svg b/themes/Mint-Y-Sand/cinnamon/light-assets/checkbox/checkbox-checked-focused.svg new file mode 100644 index 00000000..b2734bbc --- /dev/null +++ b/themes/Mint-Y-Sand/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:#c8ac69;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-Sand/cinnamon/light-assets/checkbox/checkbox-checked.svg b/themes/Mint-Y-Sand/cinnamon/light-assets/checkbox/checkbox-checked.svg new file mode 100644 index 00000000..6772249c --- /dev/null +++ b/themes/Mint-Y-Sand/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:#c8ac69;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-Sand/cinnamon/light-assets/checkbox/checkbox-unchecked-focused.svg b/themes/Mint-Y-Sand/cinnamon/light-assets/checkbox/checkbox-unchecked-focused.svg new file mode 100644 index 00000000..d4aecffc --- /dev/null +++ b/themes/Mint-Y-Sand/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:#c8ac69;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-Sand/cinnamon/light-assets/checkbox/checkbox-unchecked.svg b/themes/Mint-Y-Sand/cinnamon/light-assets/checkbox/checkbox-unchecked.svg new file mode 120000 index 00000000..6e041986 --- /dev/null +++ b/themes/Mint-Y-Sand/cinnamon/light-assets/checkbox/checkbox-unchecked.svg @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/cinnamon/light-assets/checkbox/checkbox-unchecked.svg
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/cinnamon/light-assets/menu/menu-hover.svg b/themes/Mint-Y-Sand/cinnamon/light-assets/menu/menu-hover.svg new file mode 120000 index 00000000..71809e57 --- /dev/null +++ b/themes/Mint-Y-Sand/cinnamon/light-assets/menu/menu-hover.svg @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/cinnamon/light-assets/menu/menu-hover.svg
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/cinnamon/light-assets/menu/menu.svg b/themes/Mint-Y-Sand/cinnamon/light-assets/menu/menu.svg new file mode 120000 index 00000000..1bba5702 --- /dev/null +++ b/themes/Mint-Y-Sand/cinnamon/light-assets/menu/menu.svg @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/cinnamon/light-assets/menu/menu.svg
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/cinnamon/light-assets/menu/submenu.svg b/themes/Mint-Y-Sand/cinnamon/light-assets/menu/submenu.svg new file mode 120000 index 00000000..dbb482e8 --- /dev/null +++ b/themes/Mint-Y-Sand/cinnamon/light-assets/menu/submenu.svg @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/cinnamon/light-assets/menu/submenu.svg
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/cinnamon/light-assets/misc/button-box.svg b/themes/Mint-Y-Sand/cinnamon/light-assets/misc/button-box.svg new file mode 120000 index 00000000..46d815bf --- /dev/null +++ b/themes/Mint-Y-Sand/cinnamon/light-assets/misc/button-box.svg @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/cinnamon/light-assets/misc/button-box.svg
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/cinnamon/light-assets/misc/message.svg b/themes/Mint-Y-Sand/cinnamon/light-assets/misc/message.svg new file mode 100644 index 00000000..8a86ef41 --- /dev/null +++ b/themes/Mint-Y-Sand/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:#c8ac69;fill-opacity:1;stroke:#b89f65;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-Sand/cinnamon/light-assets/misc/modal.svg b/themes/Mint-Y-Sand/cinnamon/light-assets/misc/modal.svg new file mode 120000 index 00000000..2dc4be82 --- /dev/null +++ b/themes/Mint-Y-Sand/cinnamon/light-assets/misc/modal.svg @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/cinnamon/light-assets/misc/modal.svg
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/cinnamon/light-assets/switch/switch-off.svg b/themes/Mint-Y-Sand/cinnamon/light-assets/switch/switch-off.svg new file mode 120000 index 00000000..0a6555be --- /dev/null +++ b/themes/Mint-Y-Sand/cinnamon/light-assets/switch/switch-off.svg @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/cinnamon/light-assets/switch/switch-off.svg
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/cinnamon/light-assets/switch/switch-on.svg b/themes/Mint-Y-Sand/cinnamon/light-assets/switch/switch-on.svg new file mode 100644 index 00000000..1a7acaf8 --- /dev/null +++ b/themes/Mint-Y-Sand/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:#c8ac69;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-Sand/cinnamon/thumbnail.png b/themes/Mint-Y-Sand/cinnamon/thumbnail.png Binary files differnew file mode 100644 index 00000000..af2260d1 --- /dev/null +++ b/themes/Mint-Y-Sand/cinnamon/thumbnail.png diff --git a/themes/Mint-Y-Sand/gtk-2.0/apps.rc b/themes/Mint-Y-Sand/gtk-2.0/apps.rc new file mode 120000 index 00000000..1a50e069 --- /dev/null +++ b/themes/Mint-Y-Sand/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-Sand/gtk-2.0/assets/arrow-down-insens.png b/themes/Mint-Y-Sand/gtk-2.0/assets/arrow-down-insens.png new file mode 120000 index 00000000..93fe8883 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-2.0/assets/arrow-down-insens.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/gtk-2.0/assets/arrow-down-insens.png
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/gtk-2.0/assets/arrow-down-prelight.png b/themes/Mint-Y-Sand/gtk-2.0/assets/arrow-down-prelight.png new file mode 120000 index 00000000..d14de0a9 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-2.0/assets/arrow-down-prelight.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/gtk-2.0/assets/arrow-down-prelight.png
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/gtk-2.0/assets/arrow-down-small-insens.png b/themes/Mint-Y-Sand/gtk-2.0/assets/arrow-down-small-insens.png new file mode 120000 index 00000000..e1c272c2 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-2.0/assets/arrow-down-small-insens.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/gtk-2.0/assets/arrow-down-small-insens.png
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/gtk-2.0/assets/arrow-down-small-prelight.png b/themes/Mint-Y-Sand/gtk-2.0/assets/arrow-down-small-prelight.png new file mode 120000 index 00000000..26c37075 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-2.0/assets/arrow-down-small-prelight.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/gtk-2.0/assets/arrow-down-small-prelight.png
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/gtk-2.0/assets/arrow-down-small.png b/themes/Mint-Y-Sand/gtk-2.0/assets/arrow-down-small.png new file mode 120000 index 00000000..7b8a6949 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-2.0/assets/arrow-down-small.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/gtk-2.0/assets/arrow-down-small.png
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/gtk-2.0/assets/arrow-down.png b/themes/Mint-Y-Sand/gtk-2.0/assets/arrow-down.png new file mode 120000 index 00000000..808a9030 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-2.0/assets/arrow-down.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/gtk-2.0/assets/arrow-down.png
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/gtk-2.0/assets/arrow-left-insens.png b/themes/Mint-Y-Sand/gtk-2.0/assets/arrow-left-insens.png new file mode 120000 index 00000000..7ee1cfe0 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-2.0/assets/arrow-left-insens.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/gtk-2.0/assets/arrow-left-insens.png
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/gtk-2.0/assets/arrow-left-prelight.png b/themes/Mint-Y-Sand/gtk-2.0/assets/arrow-left-prelight.png new file mode 120000 index 00000000..7618b235 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-2.0/assets/arrow-left-prelight.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/gtk-2.0/assets/arrow-left-prelight.png
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/gtk-2.0/assets/arrow-left.png b/themes/Mint-Y-Sand/gtk-2.0/assets/arrow-left.png new file mode 120000 index 00000000..04c760b9 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-2.0/assets/arrow-left.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/gtk-2.0/assets/arrow-left.png
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/gtk-2.0/assets/arrow-right-insens.png b/themes/Mint-Y-Sand/gtk-2.0/assets/arrow-right-insens.png new file mode 120000 index 00000000..fcd16a4c --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-2.0/assets/arrow-right-insens.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/gtk-2.0/assets/arrow-right-insens.png
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/gtk-2.0/assets/arrow-right-prelight.png b/themes/Mint-Y-Sand/gtk-2.0/assets/arrow-right-prelight.png new file mode 120000 index 00000000..fb58c81b --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-2.0/assets/arrow-right-prelight.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/gtk-2.0/assets/arrow-right-prelight.png
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/gtk-2.0/assets/arrow-right.png b/themes/Mint-Y-Sand/gtk-2.0/assets/arrow-right.png new file mode 120000 index 00000000..6e16f04a --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-2.0/assets/arrow-right.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/gtk-2.0/assets/arrow-right.png
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/gtk-2.0/assets/arrow-up-insens.png b/themes/Mint-Y-Sand/gtk-2.0/assets/arrow-up-insens.png new file mode 120000 index 00000000..836c11de --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-2.0/assets/arrow-up-insens.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/gtk-2.0/assets/arrow-up-insens.png
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/gtk-2.0/assets/arrow-up-prelight.png b/themes/Mint-Y-Sand/gtk-2.0/assets/arrow-up-prelight.png new file mode 120000 index 00000000..20a7234e --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-2.0/assets/arrow-up-prelight.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/gtk-2.0/assets/arrow-up-prelight.png
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/gtk-2.0/assets/arrow-up-small-insens.png b/themes/Mint-Y-Sand/gtk-2.0/assets/arrow-up-small-insens.png new file mode 120000 index 00000000..2498b2f6 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-2.0/assets/arrow-up-small-insens.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/gtk-2.0/assets/arrow-up-small-insens.png
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/gtk-2.0/assets/arrow-up-small-prelight.png b/themes/Mint-Y-Sand/gtk-2.0/assets/arrow-up-small-prelight.png new file mode 120000 index 00000000..0151234c --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-2.0/assets/arrow-up-small-prelight.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/gtk-2.0/assets/arrow-up-small-prelight.png
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/gtk-2.0/assets/arrow-up-small.png b/themes/Mint-Y-Sand/gtk-2.0/assets/arrow-up-small.png new file mode 120000 index 00000000..60fb884d --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-2.0/assets/arrow-up-small.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/gtk-2.0/assets/arrow-up-small.png
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/gtk-2.0/assets/arrow-up.png b/themes/Mint-Y-Sand/gtk-2.0/assets/arrow-up.png new file mode 120000 index 00000000..9c8d5e52 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-2.0/assets/arrow-up.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/gtk-2.0/assets/arrow-up.png
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/gtk-2.0/assets/button-active.png b/themes/Mint-Y-Sand/gtk-2.0/assets/button-active.png new file mode 120000 index 00000000..44ee2c84 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-2.0/assets/button-active.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/gtk-2.0/assets/button-active.png
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/gtk-2.0/assets/button-hover.png b/themes/Mint-Y-Sand/gtk-2.0/assets/button-hover.png new file mode 120000 index 00000000..11424858 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-2.0/assets/button-hover.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/gtk-2.0/assets/button-hover.png
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/gtk-2.0/assets/button-insensitive.png b/themes/Mint-Y-Sand/gtk-2.0/assets/button-insensitive.png new file mode 120000 index 00000000..6bc08bd7 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-2.0/assets/button-insensitive.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/gtk-2.0/assets/button-insensitive.png
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/gtk-2.0/assets/button.png b/themes/Mint-Y-Sand/gtk-2.0/assets/button.png new file mode 120000 index 00000000..c49639a2 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-2.0/assets/button.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/gtk-2.0/assets/button.png
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/gtk-2.0/assets/checkbox-checked-insensitive.png b/themes/Mint-Y-Sand/gtk-2.0/assets/checkbox-checked-insensitive.png Binary files differnew file mode 100644 index 00000000..bf64fcad --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-2.0/assets/checkbox-checked-insensitive.png diff --git a/themes/Mint-Y-Sand/gtk-2.0/assets/checkbox-checked.png b/themes/Mint-Y-Sand/gtk-2.0/assets/checkbox-checked.png Binary files differnew file mode 100644 index 00000000..9af44a95 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-2.0/assets/checkbox-checked.png diff --git a/themes/Mint-Y-Sand/gtk-2.0/assets/checkbox-unchecked-insensitive.png b/themes/Mint-Y-Sand/gtk-2.0/assets/checkbox-unchecked-insensitive.png new file mode 120000 index 00000000..2e12eecb --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-2.0/assets/checkbox-unchecked-insensitive.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/gtk-2.0/assets/checkbox-unchecked-insensitive.png
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/gtk-2.0/assets/checkbox-unchecked.png b/themes/Mint-Y-Sand/gtk-2.0/assets/checkbox-unchecked.png new file mode 120000 index 00000000..d9df94dd --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-2.0/assets/checkbox-unchecked.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/gtk-2.0/assets/checkbox-unchecked.png
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/gtk-2.0/assets/combo-entry-button-active-rtl.png b/themes/Mint-Y-Sand/gtk-2.0/assets/combo-entry-button-active-rtl.png new file mode 120000 index 00000000..41fb8300 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-2.0/assets/combo-entry-button-active-rtl.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/gtk-2.0/assets/combo-entry-button-active-rtl.png
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/gtk-2.0/assets/combo-entry-button-active.png b/themes/Mint-Y-Sand/gtk-2.0/assets/combo-entry-button-active.png new file mode 120000 index 00000000..e383a3f1 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-2.0/assets/combo-entry-button-active.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/gtk-2.0/assets/combo-entry-button-active.png
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/gtk-2.0/assets/combo-entry-button-insensitive-rtl.png b/themes/Mint-Y-Sand/gtk-2.0/assets/combo-entry-button-insensitive-rtl.png new file mode 120000 index 00000000..02c9a902 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-2.0/assets/combo-entry-button-insensitive-rtl.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/gtk-2.0/assets/combo-entry-button-insensitive-rtl.png
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/gtk-2.0/assets/combo-entry-button-insensitive.png b/themes/Mint-Y-Sand/gtk-2.0/assets/combo-entry-button-insensitive.png new file mode 120000 index 00000000..80fc96e0 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-2.0/assets/combo-entry-button-insensitive.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/gtk-2.0/assets/combo-entry-button-insensitive.png
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/gtk-2.0/assets/combo-entry-button-rtl.png b/themes/Mint-Y-Sand/gtk-2.0/assets/combo-entry-button-rtl.png new file mode 120000 index 00000000..9dfe44b6 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-2.0/assets/combo-entry-button-rtl.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/gtk-2.0/assets/combo-entry-button-rtl.png
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/gtk-2.0/assets/combo-entry-button.png b/themes/Mint-Y-Sand/gtk-2.0/assets/combo-entry-button.png new file mode 120000 index 00000000..332971ef --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-2.0/assets/combo-entry-button.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/gtk-2.0/assets/combo-entry-button.png
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/gtk-2.0/assets/combo-entry-focus-notebook-rtl.png b/themes/Mint-Y-Sand/gtk-2.0/assets/combo-entry-focus-notebook-rtl.png Binary files differnew file mode 100644 index 00000000..83c8be57 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-2.0/assets/combo-entry-focus-notebook-rtl.png diff --git a/themes/Mint-Y-Sand/gtk-2.0/assets/combo-entry-focus-notebook.png b/themes/Mint-Y-Sand/gtk-2.0/assets/combo-entry-focus-notebook.png Binary files differnew file mode 100644 index 00000000..2f069072 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-2.0/assets/combo-entry-focus-notebook.png diff --git a/themes/Mint-Y-Sand/gtk-2.0/assets/combo-entry-focus-rtl.png b/themes/Mint-Y-Sand/gtk-2.0/assets/combo-entry-focus-rtl.png Binary files differnew file mode 100644 index 00000000..df46a81c --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-2.0/assets/combo-entry-focus-rtl.png diff --git a/themes/Mint-Y-Sand/gtk-2.0/assets/combo-entry-focus.png b/themes/Mint-Y-Sand/gtk-2.0/assets/combo-entry-focus.png Binary files differnew file mode 100644 index 00000000..7d54f403 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-2.0/assets/combo-entry-focus.png diff --git a/themes/Mint-Y-Sand/gtk-2.0/assets/combo-entry-insensitive-notebook-rtl.png b/themes/Mint-Y-Sand/gtk-2.0/assets/combo-entry-insensitive-notebook-rtl.png new file mode 120000 index 00000000..ecc1b23c --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-2.0/assets/combo-entry-insensitive-notebook-rtl.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/gtk-2.0/assets/combo-entry-insensitive-notebook-rtl.png
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/gtk-2.0/assets/combo-entry-insensitive-notebook.png b/themes/Mint-Y-Sand/gtk-2.0/assets/combo-entry-insensitive-notebook.png new file mode 120000 index 00000000..1d55e97f --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-2.0/assets/combo-entry-insensitive-notebook.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/gtk-2.0/assets/combo-entry-insensitive-notebook.png
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/gtk-2.0/assets/combo-entry-insensitive-rtl.png b/themes/Mint-Y-Sand/gtk-2.0/assets/combo-entry-insensitive-rtl.png new file mode 120000 index 00000000..6dc60367 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-2.0/assets/combo-entry-insensitive-rtl.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/gtk-2.0/assets/combo-entry-insensitive-rtl.png
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/gtk-2.0/assets/combo-entry-insensitive.png b/themes/Mint-Y-Sand/gtk-2.0/assets/combo-entry-insensitive.png new file mode 120000 index 00000000..61899d7a --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-2.0/assets/combo-entry-insensitive.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/gtk-2.0/assets/combo-entry-insensitive.png
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/gtk-2.0/assets/combo-entry-notebook-rtl.png b/themes/Mint-Y-Sand/gtk-2.0/assets/combo-entry-notebook-rtl.png new file mode 120000 index 00000000..341706d4 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-2.0/assets/combo-entry-notebook-rtl.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/gtk-2.0/assets/combo-entry-notebook-rtl.png
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/gtk-2.0/assets/combo-entry-notebook.png b/themes/Mint-Y-Sand/gtk-2.0/assets/combo-entry-notebook.png new file mode 120000 index 00000000..2ba5d221 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-2.0/assets/combo-entry-notebook.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/gtk-2.0/assets/combo-entry-notebook.png
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/gtk-2.0/assets/combo-entry-rtl.png b/themes/Mint-Y-Sand/gtk-2.0/assets/combo-entry-rtl.png new file mode 120000 index 00000000..519947cf --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-2.0/assets/combo-entry-rtl.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/gtk-2.0/assets/combo-entry-rtl.png
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/gtk-2.0/assets/combo-entry.png b/themes/Mint-Y-Sand/gtk-2.0/assets/combo-entry.png new file mode 120000 index 00000000..4aaa28b9 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-2.0/assets/combo-entry.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/gtk-2.0/assets/combo-entry.png
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/gtk-2.0/assets/down-background-disable-rtl.png b/themes/Mint-Y-Sand/gtk-2.0/assets/down-background-disable-rtl.png new file mode 120000 index 00000000..b5404c11 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-2.0/assets/down-background-disable-rtl.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/gtk-2.0/assets/down-background-disable-rtl.png
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/gtk-2.0/assets/down-background-disable.png b/themes/Mint-Y-Sand/gtk-2.0/assets/down-background-disable.png new file mode 120000 index 00000000..2cbee0e3 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-2.0/assets/down-background-disable.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/gtk-2.0/assets/down-background-disable.png
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/gtk-2.0/assets/down-background-rtl.png b/themes/Mint-Y-Sand/gtk-2.0/assets/down-background-rtl.png new file mode 120000 index 00000000..1de3a8a3 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-2.0/assets/down-background-rtl.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/gtk-2.0/assets/down-background-rtl.png
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/gtk-2.0/assets/down-background.png b/themes/Mint-Y-Sand/gtk-2.0/assets/down-background.png new file mode 120000 index 00000000..88fdf2d8 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-2.0/assets/down-background.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/gtk-2.0/assets/down-background.png
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/gtk-2.0/assets/entry-border-active-bg-solid.png b/themes/Mint-Y-Sand/gtk-2.0/assets/entry-border-active-bg-solid.png Binary files differnew file mode 100644 index 00000000..f75e93d2 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-2.0/assets/entry-border-active-bg-solid.png diff --git a/themes/Mint-Y-Sand/gtk-2.0/assets/entry-border-active-bg.png b/themes/Mint-Y-Sand/gtk-2.0/assets/entry-border-active-bg.png Binary files differnew file mode 100644 index 00000000..e45f2de6 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-2.0/assets/entry-border-active-bg.png diff --git a/themes/Mint-Y-Sand/gtk-2.0/assets/entry-border-bg-solid.png b/themes/Mint-Y-Sand/gtk-2.0/assets/entry-border-bg-solid.png new file mode 120000 index 00000000..463c382b --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-2.0/assets/entry-border-bg-solid.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/gtk-2.0/assets/entry-border-bg-solid.png
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/gtk-2.0/assets/entry-border-bg.png b/themes/Mint-Y-Sand/gtk-2.0/assets/entry-border-bg.png new file mode 120000 index 00000000..7e6dde3c --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-2.0/assets/entry-border-bg.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/gtk-2.0/assets/entry-border-bg.png
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/gtk-2.0/assets/entry-border-disabled-bg.png b/themes/Mint-Y-Sand/gtk-2.0/assets/entry-border-disabled-bg.png new file mode 120000 index 00000000..13d5f568 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-2.0/assets/entry-border-disabled-bg.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/gtk-2.0/assets/entry-border-disabled-bg.png
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/gtk-2.0/assets/entry-border-fill.png b/themes/Mint-Y-Sand/gtk-2.0/assets/entry-border-fill.png new file mode 120000 index 00000000..6c683909 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-2.0/assets/entry-border-fill.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/gtk-2.0/assets/entry-border-fill.png
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/gtk-2.0/assets/focus-line.png b/themes/Mint-Y-Sand/gtk-2.0/assets/focus-line.png new file mode 120000 index 00000000..b16e6363 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-2.0/assets/focus-line.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/gtk-2.0/assets/focus-line.png
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/gtk-2.0/assets/frame-gap-end.png b/themes/Mint-Y-Sand/gtk-2.0/assets/frame-gap-end.png new file mode 120000 index 00000000..cb259d89 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-2.0/assets/frame-gap-end.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/gtk-2.0/assets/frame-gap-end.png
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/gtk-2.0/assets/frame-gap-start.png b/themes/Mint-Y-Sand/gtk-2.0/assets/frame-gap-start.png new file mode 120000 index 00000000..80f59680 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-2.0/assets/frame-gap-start.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/gtk-2.0/assets/frame-gap-start.png
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/gtk-2.0/assets/frame.png b/themes/Mint-Y-Sand/gtk-2.0/assets/frame.png new file mode 120000 index 00000000..a263f061 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-2.0/assets/frame.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/gtk-2.0/assets/frame.png
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/gtk-2.0/assets/handle-h.png b/themes/Mint-Y-Sand/gtk-2.0/assets/handle-h.png new file mode 120000 index 00000000..3a65fcd6 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-2.0/assets/handle-h.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/gtk-2.0/assets/handle-h.png
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/gtk-2.0/assets/handle-v.png b/themes/Mint-Y-Sand/gtk-2.0/assets/handle-v.png new file mode 120000 index 00000000..0d45b39b --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-2.0/assets/handle-v.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/gtk-2.0/assets/handle-v.png
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/gtk-2.0/assets/inline-toolbar.png b/themes/Mint-Y-Sand/gtk-2.0/assets/inline-toolbar.png new file mode 120000 index 00000000..628e57bc --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-2.0/assets/inline-toolbar.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/gtk-2.0/assets/inline-toolbar.png
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/gtk-2.0/assets/line-h.png b/themes/Mint-Y-Sand/gtk-2.0/assets/line-h.png new file mode 120000 index 00000000..713eaad2 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-2.0/assets/line-h.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/gtk-2.0/assets/line-h.png
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/gtk-2.0/assets/line-v.png b/themes/Mint-Y-Sand/gtk-2.0/assets/line-v.png new file mode 120000 index 00000000..38a8cf5b --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-2.0/assets/line-v.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/gtk-2.0/assets/line-v.png
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/gtk-2.0/assets/menu-arrow-prelight.png b/themes/Mint-Y-Sand/gtk-2.0/assets/menu-arrow-prelight.png new file mode 120000 index 00000000..da3c56d5 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-2.0/assets/menu-arrow-prelight.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/gtk-2.0/assets/menu-arrow-prelight.png
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/gtk-2.0/assets/menu-arrow.png b/themes/Mint-Y-Sand/gtk-2.0/assets/menu-arrow.png new file mode 120000 index 00000000..8294a25b --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-2.0/assets/menu-arrow.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/gtk-2.0/assets/menu-arrow.png
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/gtk-2.0/assets/menu-checkbox-checked-insensitive.png b/themes/Mint-Y-Sand/gtk-2.0/assets/menu-checkbox-checked-insensitive.png Binary files differnew file mode 100644 index 00000000..a74254b4 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-2.0/assets/menu-checkbox-checked-insensitive.png diff --git a/themes/Mint-Y-Sand/gtk-2.0/assets/menu-checkbox-checked.png b/themes/Mint-Y-Sand/gtk-2.0/assets/menu-checkbox-checked.png Binary files differnew file mode 100644 index 00000000..71d4e407 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-2.0/assets/menu-checkbox-checked.png diff --git a/themes/Mint-Y-Sand/gtk-2.0/assets/menu-checkbox-unchecked-insensitive.png b/themes/Mint-Y-Sand/gtk-2.0/assets/menu-checkbox-unchecked-insensitive.png new file mode 120000 index 00000000..e9c95074 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-2.0/assets/menu-checkbox-unchecked-insensitive.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/gtk-2.0/assets/menu-checkbox-unchecked-insensitive.png
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/gtk-2.0/assets/menu-checkbox-unchecked.png b/themes/Mint-Y-Sand/gtk-2.0/assets/menu-checkbox-unchecked.png new file mode 120000 index 00000000..5779322e --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-2.0/assets/menu-checkbox-unchecked.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/gtk-2.0/assets/menu-checkbox-unchecked.png
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/gtk-2.0/assets/menu-radio-checked-insensitive.png b/themes/Mint-Y-Sand/gtk-2.0/assets/menu-radio-checked-insensitive.png Binary files differnew file mode 100644 index 00000000..41e9d729 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-2.0/assets/menu-radio-checked-insensitive.png diff --git a/themes/Mint-Y-Sand/gtk-2.0/assets/menu-radio-checked.png b/themes/Mint-Y-Sand/gtk-2.0/assets/menu-radio-checked.png Binary files differnew file mode 100644 index 00000000..df89bde7 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-2.0/assets/menu-radio-checked.png diff --git a/themes/Mint-Y-Sand/gtk-2.0/assets/menu-radio-unchecked-insensitive.png b/themes/Mint-Y-Sand/gtk-2.0/assets/menu-radio-unchecked-insensitive.png new file mode 120000 index 00000000..b2961ac2 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-2.0/assets/menu-radio-unchecked-insensitive.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/gtk-2.0/assets/menu-radio-unchecked-insensitive.png
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/gtk-2.0/assets/menu-radio-unchecked.png b/themes/Mint-Y-Sand/gtk-2.0/assets/menu-radio-unchecked.png new file mode 120000 index 00000000..9a02e243 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-2.0/assets/menu-radio-unchecked.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/gtk-2.0/assets/menu-radio-unchecked.png
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/gtk-2.0/assets/menubar.png b/themes/Mint-Y-Sand/gtk-2.0/assets/menubar.png new file mode 120000 index 00000000..69776052 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-2.0/assets/menubar.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/gtk-2.0/assets/menubar.png
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/gtk-2.0/assets/menubar_button.png b/themes/Mint-Y-Sand/gtk-2.0/assets/menubar_button.png Binary files differnew file mode 100644 index 00000000..2536eaee --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-2.0/assets/menubar_button.png diff --git a/themes/Mint-Y-Sand/gtk-2.0/assets/menuitem.png b/themes/Mint-Y-Sand/gtk-2.0/assets/menuitem.png Binary files differnew file mode 100644 index 00000000..42e46481 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-2.0/assets/menuitem.png diff --git a/themes/Mint-Y-Sand/gtk-2.0/assets/minus.png b/themes/Mint-Y-Sand/gtk-2.0/assets/minus.png new file mode 120000 index 00000000..01cfcb2d --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-2.0/assets/minus.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/gtk-2.0/assets/minus.png
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/gtk-2.0/assets/notebook-entry-border-active-bg.png b/themes/Mint-Y-Sand/gtk-2.0/assets/notebook-entry-border-active-bg.png Binary files differnew file mode 100644 index 00000000..44a599d7 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-2.0/assets/notebook-entry-border-active-bg.png diff --git a/themes/Mint-Y-Sand/gtk-2.0/assets/notebook-entry-border-bg.png b/themes/Mint-Y-Sand/gtk-2.0/assets/notebook-entry-border-bg.png new file mode 120000 index 00000000..a79c0b70 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-2.0/assets/notebook-entry-border-bg.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/gtk-2.0/assets/notebook-entry-border-bg.png
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/gtk-2.0/assets/notebook-entry-border-disabled-bg.png b/themes/Mint-Y-Sand/gtk-2.0/assets/notebook-entry-border-disabled-bg.png new file mode 120000 index 00000000..ddc7d88c --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-2.0/assets/notebook-entry-border-disabled-bg.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/gtk-2.0/assets/notebook-entry-border-disabled-bg.png
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/gtk-2.0/assets/notebook-gap-horiz.png b/themes/Mint-Y-Sand/gtk-2.0/assets/notebook-gap-horiz.png new file mode 120000 index 00000000..0cbc1747 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-2.0/assets/notebook-gap-horiz.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/gtk-2.0/assets/notebook-gap-horiz.png
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/gtk-2.0/assets/notebook-gap-vert.png b/themes/Mint-Y-Sand/gtk-2.0/assets/notebook-gap-vert.png new file mode 120000 index 00000000..1b298062 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-2.0/assets/notebook-gap-vert.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/gtk-2.0/assets/notebook-gap-vert.png
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/gtk-2.0/assets/notebook.png b/themes/Mint-Y-Sand/gtk-2.0/assets/notebook.png new file mode 120000 index 00000000..acce2bb6 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-2.0/assets/notebook.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/gtk-2.0/assets/notebook.png
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/gtk-2.0/assets/null.png b/themes/Mint-Y-Sand/gtk-2.0/assets/null.png new file mode 120000 index 00000000..3a70a2d2 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-2.0/assets/null.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/gtk-2.0/assets/null.png
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/gtk-2.0/assets/plus.png b/themes/Mint-Y-Sand/gtk-2.0/assets/plus.png new file mode 120000 index 00000000..03fd3353 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-2.0/assets/plus.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/gtk-2.0/assets/plus.png
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/gtk-2.0/assets/progressbar.png b/themes/Mint-Y-Sand/gtk-2.0/assets/progressbar.png Binary files differnew file mode 100644 index 00000000..bfc3f4d5 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-2.0/assets/progressbar.png diff --git a/themes/Mint-Y-Sand/gtk-2.0/assets/progressbar_v.png b/themes/Mint-Y-Sand/gtk-2.0/assets/progressbar_v.png Binary files differnew file mode 100644 index 00000000..41005882 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-2.0/assets/progressbar_v.png diff --git a/themes/Mint-Y-Sand/gtk-2.0/assets/radio-checked-insensitive.png b/themes/Mint-Y-Sand/gtk-2.0/assets/radio-checked-insensitive.png Binary files differnew file mode 100644 index 00000000..215fad97 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-2.0/assets/radio-checked-insensitive.png diff --git a/themes/Mint-Y-Sand/gtk-2.0/assets/radio-checked.png b/themes/Mint-Y-Sand/gtk-2.0/assets/radio-checked.png Binary files differnew file mode 100644 index 00000000..221b5fe8 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-2.0/assets/radio-checked.png diff --git a/themes/Mint-Y-Sand/gtk-2.0/assets/radio-unchecked-insensitive.png b/themes/Mint-Y-Sand/gtk-2.0/assets/radio-unchecked-insensitive.png new file mode 120000 index 00000000..7b476efa --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-2.0/assets/radio-unchecked-insensitive.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/gtk-2.0/assets/radio-unchecked-insensitive.png
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/gtk-2.0/assets/radio-unchecked.png b/themes/Mint-Y-Sand/gtk-2.0/assets/radio-unchecked.png new file mode 120000 index 00000000..301a7051 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-2.0/assets/radio-unchecked.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/gtk-2.0/assets/radio-unchecked.png
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/gtk-2.0/assets/slider-horiz-active.png b/themes/Mint-Y-Sand/gtk-2.0/assets/slider-horiz-active.png Binary files differnew file mode 100644 index 00000000..6907dc5c --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-2.0/assets/slider-horiz-active.png diff --git a/themes/Mint-Y-Sand/gtk-2.0/assets/slider-horiz-insens.png b/themes/Mint-Y-Sand/gtk-2.0/assets/slider-horiz-insens.png new file mode 120000 index 00000000..c4bd7a2c --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-2.0/assets/slider-horiz-insens.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/gtk-2.0/assets/slider-horiz-insens.png
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/gtk-2.0/assets/slider-horiz-prelight.png b/themes/Mint-Y-Sand/gtk-2.0/assets/slider-horiz-prelight.png new file mode 120000 index 00000000..f62c6549 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-2.0/assets/slider-horiz-prelight.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/gtk-2.0/assets/slider-horiz-prelight.png
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/gtk-2.0/assets/slider-horiz.png b/themes/Mint-Y-Sand/gtk-2.0/assets/slider-horiz.png new file mode 120000 index 00000000..b9a701ae --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-2.0/assets/slider-horiz.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/gtk-2.0/assets/slider-horiz.png
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/gtk-2.0/assets/slider-insensitive.png b/themes/Mint-Y-Sand/gtk-2.0/assets/slider-insensitive.png new file mode 120000 index 00000000..16ada5f2 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-2.0/assets/slider-insensitive.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/gtk-2.0/assets/slider-insensitive.png
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/gtk-2.0/assets/slider-prelight.png b/themes/Mint-Y-Sand/gtk-2.0/assets/slider-prelight.png Binary files differnew file mode 100644 index 00000000..18c10f49 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-2.0/assets/slider-prelight.png diff --git a/themes/Mint-Y-Sand/gtk-2.0/assets/slider-vert-active.png b/themes/Mint-Y-Sand/gtk-2.0/assets/slider-vert-active.png Binary files differnew file mode 100644 index 00000000..e5984f66 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-2.0/assets/slider-vert-active.png diff --git a/themes/Mint-Y-Sand/gtk-2.0/assets/slider-vert-insens.png b/themes/Mint-Y-Sand/gtk-2.0/assets/slider-vert-insens.png new file mode 120000 index 00000000..bf46658d --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-2.0/assets/slider-vert-insens.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/gtk-2.0/assets/slider-vert-insens.png
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/gtk-2.0/assets/slider-vert-prelight.png b/themes/Mint-Y-Sand/gtk-2.0/assets/slider-vert-prelight.png new file mode 120000 index 00000000..c30d57c8 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-2.0/assets/slider-vert-prelight.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/gtk-2.0/assets/slider-vert-prelight.png
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/gtk-2.0/assets/slider-vert.png b/themes/Mint-Y-Sand/gtk-2.0/assets/slider-vert.png new file mode 120000 index 00000000..7a514911 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-2.0/assets/slider-vert.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/gtk-2.0/assets/slider-vert.png
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/gtk-2.0/assets/slider.png b/themes/Mint-Y-Sand/gtk-2.0/assets/slider.png new file mode 120000 index 00000000..6d35695b --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-2.0/assets/slider.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/gtk-2.0/assets/slider.png
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/gtk-2.0/assets/tab-bottom-active.png b/themes/Mint-Y-Sand/gtk-2.0/assets/tab-bottom-active.png new file mode 120000 index 00000000..2f1b7044 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-2.0/assets/tab-bottom-active.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/gtk-2.0/assets/tab-bottom-active.png
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/gtk-2.0/assets/tab-left-active.png b/themes/Mint-Y-Sand/gtk-2.0/assets/tab-left-active.png new file mode 120000 index 00000000..9e95193e --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-2.0/assets/tab-left-active.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/gtk-2.0/assets/tab-left-active.png
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/gtk-2.0/assets/tab-right-active.png b/themes/Mint-Y-Sand/gtk-2.0/assets/tab-right-active.png new file mode 120000 index 00000000..6a02e8fb --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-2.0/assets/tab-right-active.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/gtk-2.0/assets/tab-right-active.png
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/gtk-2.0/assets/tab-top-active.png b/themes/Mint-Y-Sand/gtk-2.0/assets/tab-top-active.png new file mode 120000 index 00000000..2e8cdbd2 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-2.0/assets/tab-top-active.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/gtk-2.0/assets/tab-top-active.png
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/gtk-2.0/assets/toolbar-entry-border-active-bg.png b/themes/Mint-Y-Sand/gtk-2.0/assets/toolbar-entry-border-active-bg.png Binary files differnew file mode 100644 index 00000000..f11146a1 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-2.0/assets/toolbar-entry-border-active-bg.png diff --git a/themes/Mint-Y-Sand/gtk-2.0/assets/toolbar-entry-border-bg.png b/themes/Mint-Y-Sand/gtk-2.0/assets/toolbar-entry-border-bg.png new file mode 120000 index 00000000..d851b662 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-2.0/assets/toolbar-entry-border-bg.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/gtk-2.0/assets/toolbar-entry-border-bg.png
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/gtk-2.0/assets/toolbar-entry-border-disabled-bg.png b/themes/Mint-Y-Sand/gtk-2.0/assets/toolbar-entry-border-disabled-bg.png new file mode 120000 index 00000000..e2bdc249 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-2.0/assets/toolbar-entry-border-disabled-bg.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/gtk-2.0/assets/toolbar-entry-border-disabled-bg.png
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/gtk-2.0/assets/toolbar.png b/themes/Mint-Y-Sand/gtk-2.0/assets/toolbar.png new file mode 120000 index 00000000..8988f3f6 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-2.0/assets/toolbar.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/gtk-2.0/assets/toolbar.png
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/gtk-2.0/assets/tree_header.png b/themes/Mint-Y-Sand/gtk-2.0/assets/tree_header.png new file mode 120000 index 00000000..06da3236 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-2.0/assets/tree_header.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/gtk-2.0/assets/tree_header.png
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/gtk-2.0/assets/trough-horizontal-active.png b/themes/Mint-Y-Sand/gtk-2.0/assets/trough-horizontal-active.png Binary files differnew file mode 100644 index 00000000..15089768 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-2.0/assets/trough-horizontal-active.png diff --git a/themes/Mint-Y-Sand/gtk-2.0/assets/trough-horizontal.png b/themes/Mint-Y-Sand/gtk-2.0/assets/trough-horizontal.png new file mode 120000 index 00000000..52d7a74b --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-2.0/assets/trough-horizontal.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/gtk-2.0/assets/trough-horizontal.png
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/gtk-2.0/assets/trough-progressbar.png b/themes/Mint-Y-Sand/gtk-2.0/assets/trough-progressbar.png new file mode 120000 index 00000000..d81f9ad0 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-2.0/assets/trough-progressbar.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/gtk-2.0/assets/trough-progressbar.png
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/gtk-2.0/assets/trough-progressbar_v.png b/themes/Mint-Y-Sand/gtk-2.0/assets/trough-progressbar_v.png new file mode 120000 index 00000000..58171268 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-2.0/assets/trough-progressbar_v.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/gtk-2.0/assets/trough-progressbar_v.png
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/gtk-2.0/assets/trough-scrollbar-horiz.png b/themes/Mint-Y-Sand/gtk-2.0/assets/trough-scrollbar-horiz.png new file mode 120000 index 00000000..7771b9d0 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-2.0/assets/trough-scrollbar-horiz.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/gtk-2.0/assets/trough-scrollbar-horiz.png
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/gtk-2.0/assets/trough-scrollbar-vert.png b/themes/Mint-Y-Sand/gtk-2.0/assets/trough-scrollbar-vert.png new file mode 120000 index 00000000..07530fa8 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-2.0/assets/trough-scrollbar-vert.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/gtk-2.0/assets/trough-scrollbar-vert.png
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/gtk-2.0/assets/trough-vertical-active.png b/themes/Mint-Y-Sand/gtk-2.0/assets/trough-vertical-active.png Binary files differnew file mode 100644 index 00000000..167dcfdd --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-2.0/assets/trough-vertical-active.png diff --git a/themes/Mint-Y-Sand/gtk-2.0/assets/trough-vertical.png b/themes/Mint-Y-Sand/gtk-2.0/assets/trough-vertical.png new file mode 120000 index 00000000..b09ce8a3 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-2.0/assets/trough-vertical.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/gtk-2.0/assets/trough-vertical.png
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/gtk-2.0/assets/up-background-disable-rtl.png b/themes/Mint-Y-Sand/gtk-2.0/assets/up-background-disable-rtl.png new file mode 120000 index 00000000..c818c513 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-2.0/assets/up-background-disable-rtl.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/gtk-2.0/assets/up-background-disable-rtl.png
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/gtk-2.0/assets/up-background-disable.png b/themes/Mint-Y-Sand/gtk-2.0/assets/up-background-disable.png new file mode 120000 index 00000000..4719604c --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-2.0/assets/up-background-disable.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/gtk-2.0/assets/up-background-disable.png
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/gtk-2.0/assets/up-background-rtl.png b/themes/Mint-Y-Sand/gtk-2.0/assets/up-background-rtl.png new file mode 120000 index 00000000..5d4fe23d --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-2.0/assets/up-background-rtl.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/gtk-2.0/assets/up-background-rtl.png
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/gtk-2.0/assets/up-background.png b/themes/Mint-Y-Sand/gtk-2.0/assets/up-background.png new file mode 120000 index 00000000..104faf24 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-2.0/assets/up-background.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/gtk-2.0/assets/up-background.png
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/gtk-2.0/gtkrc b/themes/Mint-Y-Sand/gtk-2.0/gtkrc new file mode 100644 index 00000000..eb55f14b --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-2.0/gtkrc @@ -0,0 +1,10 @@ +gtk-color-scheme = "base_color:#FFFFFF\nfg_color:#303030\ntooltip_fg_color:#303030\nselected_bg_color:#c8ac69\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-Sand/gtk-2.0/main.rc b/themes/Mint-Y-Sand/gtk-2.0/main.rc new file mode 120000 index 00000000..0b564606 --- /dev/null +++ b/themes/Mint-Y-Sand/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-Sand/gtk-2.0/menubar-toolbar/button-active.png b/themes/Mint-Y-Sand/gtk-2.0/menubar-toolbar/button-active.png new file mode 120000 index 00000000..f206414d --- /dev/null +++ b/themes/Mint-Y-Sand/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-Sand/gtk-2.0/menubar-toolbar/button-hover.png b/themes/Mint-Y-Sand/gtk-2.0/menubar-toolbar/button-hover.png new file mode 120000 index 00000000..a4a8a520 --- /dev/null +++ b/themes/Mint-Y-Sand/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-Sand/gtk-2.0/menubar-toolbar/button-insensitive.png b/themes/Mint-Y-Sand/gtk-2.0/menubar-toolbar/button-insensitive.png new file mode 120000 index 00000000..70f5b3f0 --- /dev/null +++ b/themes/Mint-Y-Sand/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-Sand/gtk-2.0/menubar-toolbar/button.png b/themes/Mint-Y-Sand/gtk-2.0/menubar-toolbar/button.png new file mode 120000 index 00000000..32910adb --- /dev/null +++ b/themes/Mint-Y-Sand/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-Sand/gtk-2.0/menubar-toolbar/menubar-dark.png b/themes/Mint-Y-Sand/gtk-2.0/menubar-toolbar/menubar-dark.png new file mode 120000 index 00000000..beb5c89f --- /dev/null +++ b/themes/Mint-Y-Sand/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-Sand/gtk-2.0/menubar-toolbar/menubar-toolbar-dark.rc b/themes/Mint-Y-Sand/gtk-2.0/menubar-toolbar/menubar-toolbar-dark.rc new file mode 120000 index 00000000..4dbc79a2 --- /dev/null +++ b/themes/Mint-Y-Sand/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-Sand/gtk-2.0/menubar-toolbar/menubar-toolbar.rc b/themes/Mint-Y-Sand/gtk-2.0/menubar-toolbar/menubar-toolbar.rc new file mode 120000 index 00000000..378681f1 --- /dev/null +++ b/themes/Mint-Y-Sand/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-Sand/gtk-2.0/menubar-toolbar/menubar.png b/themes/Mint-Y-Sand/gtk-2.0/menubar-toolbar/menubar.png new file mode 120000 index 00000000..5f1ab067 --- /dev/null +++ b/themes/Mint-Y-Sand/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-Sand/gtk-2.0/menubar-toolbar/menubar_button-dark.png b/themes/Mint-Y-Sand/gtk-2.0/menubar-toolbar/menubar_button-dark.png new file mode 120000 index 00000000..3ae0a6e9 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-2.0/menubar-toolbar/menubar_button-dark.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark-Sand/gtk-2.0/menubar-toolbar/menubar_button-dark.png
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/gtk-2.0/menubar-toolbar/menubar_button.png b/themes/Mint-Y-Sand/gtk-2.0/menubar-toolbar/menubar_button.png new file mode 120000 index 00000000..3ae0a6e9 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-2.0/menubar-toolbar/menubar_button.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark-Sand/gtk-2.0/menubar-toolbar/menubar_button-dark.png
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg-dark.png b/themes/Mint-Y-Sand/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg-dark.png new file mode 120000 index 00000000..0da5c7e4 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg-dark.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark-Sand/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg-dark.png
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg.png b/themes/Mint-Y-Sand/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg.png new file mode 120000 index 00000000..05a91aa3 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark-Sand/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg.png
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/gtk-2.0/menubar-toolbar/toolbar-entry-border-bg-dark.png b/themes/Mint-Y-Sand/gtk-2.0/menubar-toolbar/toolbar-entry-border-bg-dark.png new file mode 120000 index 00000000..05ee1cd2 --- /dev/null +++ b/themes/Mint-Y-Sand/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-Sand/gtk-2.0/menubar-toolbar/toolbar-entry-border-bg.png b/themes/Mint-Y-Sand/gtk-2.0/menubar-toolbar/toolbar-entry-border-bg.png new file mode 120000 index 00000000..0c1b757f --- /dev/null +++ b/themes/Mint-Y-Sand/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-Sand/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg-dark.png b/themes/Mint-Y-Sand/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-Sand/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-Sand/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg.png b/themes/Mint-Y-Sand/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg.png new file mode 120000 index 00000000..009322a2 --- /dev/null +++ b/themes/Mint-Y-Sand/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-Sand/gtk-2.0/panel.rc b/themes/Mint-Y-Sand/gtk-2.0/panel.rc new file mode 120000 index 00000000..0946dc58 --- /dev/null +++ b/themes/Mint-Y-Sand/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-Sand/gtk-3.0/assets/checkbox-checked-dark.png b/themes/Mint-Y-Sand/gtk-3.0/assets/checkbox-checked-dark.png Binary files differnew file mode 100644 index 00000000..154a66fd --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-3.0/assets/checkbox-checked-dark.png diff --git a/themes/Mint-Y-Sand/gtk-3.0/assets/checkbox-checked-dark@2.png b/themes/Mint-Y-Sand/gtk-3.0/assets/checkbox-checked-dark@2.png Binary files differnew file mode 100644 index 00000000..019a45c1 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-3.0/assets/checkbox-checked-dark@2.png diff --git a/themes/Mint-Y-Sand/gtk-3.0/assets/checkbox-checked-insensitive-dark.png b/themes/Mint-Y-Sand/gtk-3.0/assets/checkbox-checked-insensitive-dark.png Binary files differnew file mode 100644 index 00000000..c83f7261 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-3.0/assets/checkbox-checked-insensitive-dark.png diff --git a/themes/Mint-Y-Sand/gtk-3.0/assets/checkbox-checked-insensitive-dark@2.png b/themes/Mint-Y-Sand/gtk-3.0/assets/checkbox-checked-insensitive-dark@2.png Binary files differnew file mode 100644 index 00000000..1d29aa74 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-3.0/assets/checkbox-checked-insensitive-dark@2.png diff --git a/themes/Mint-Y-Sand/gtk-3.0/assets/checkbox-checked-insensitive-selected.png b/themes/Mint-Y-Sand/gtk-3.0/assets/checkbox-checked-insensitive-selected.png Binary files differnew file mode 100644 index 00000000..278eed8a --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-3.0/assets/checkbox-checked-insensitive-selected.png diff --git a/themes/Mint-Y-Sand/gtk-3.0/assets/checkbox-checked-insensitive-selected@2.png b/themes/Mint-Y-Sand/gtk-3.0/assets/checkbox-checked-insensitive-selected@2.png Binary files differnew file mode 100644 index 00000000..45b0d597 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-3.0/assets/checkbox-checked-insensitive-selected@2.png diff --git a/themes/Mint-Y-Sand/gtk-3.0/assets/checkbox-checked-insensitive.png b/themes/Mint-Y-Sand/gtk-3.0/assets/checkbox-checked-insensitive.png Binary files differnew file mode 100644 index 00000000..a716c048 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-3.0/assets/checkbox-checked-insensitive.png diff --git a/themes/Mint-Y-Sand/gtk-3.0/assets/checkbox-checked-insensitive@2.png b/themes/Mint-Y-Sand/gtk-3.0/assets/checkbox-checked-insensitive@2.png Binary files differnew file mode 100644 index 00000000..37b27b09 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-3.0/assets/checkbox-checked-insensitive@2.png diff --git a/themes/Mint-Y-Sand/gtk-3.0/assets/checkbox-checked-selected.png b/themes/Mint-Y-Sand/gtk-3.0/assets/checkbox-checked-selected.png Binary files differnew file mode 100644 index 00000000..55ce0dd0 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-3.0/assets/checkbox-checked-selected.png diff --git a/themes/Mint-Y-Sand/gtk-3.0/assets/checkbox-checked-selected@2.png b/themes/Mint-Y-Sand/gtk-3.0/assets/checkbox-checked-selected@2.png Binary files differnew file mode 100644 index 00000000..18ece823 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-3.0/assets/checkbox-checked-selected@2.png diff --git a/themes/Mint-Y-Sand/gtk-3.0/assets/checkbox-checked-selectionmode-dark.png b/themes/Mint-Y-Sand/gtk-3.0/assets/checkbox-checked-selectionmode-dark.png Binary files differnew file mode 100644 index 00000000..2ce6703d --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-3.0/assets/checkbox-checked-selectionmode-dark.png diff --git a/themes/Mint-Y-Sand/gtk-3.0/assets/checkbox-checked-selectionmode-dark@2.png b/themes/Mint-Y-Sand/gtk-3.0/assets/checkbox-checked-selectionmode-dark@2.png Binary files differnew file mode 100644 index 00000000..28130d2d --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-3.0/assets/checkbox-checked-selectionmode-dark@2.png diff --git a/themes/Mint-Y-Sand/gtk-3.0/assets/checkbox-checked-selectionmode.png b/themes/Mint-Y-Sand/gtk-3.0/assets/checkbox-checked-selectionmode.png Binary files differnew file mode 100644 index 00000000..d76fbd46 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-3.0/assets/checkbox-checked-selectionmode.png diff --git a/themes/Mint-Y-Sand/gtk-3.0/assets/checkbox-checked-selectionmode@2.png b/themes/Mint-Y-Sand/gtk-3.0/assets/checkbox-checked-selectionmode@2.png Binary files differnew file mode 100644 index 00000000..3ee1e036 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-3.0/assets/checkbox-checked-selectionmode@2.png diff --git a/themes/Mint-Y-Sand/gtk-3.0/assets/checkbox-checked.png b/themes/Mint-Y-Sand/gtk-3.0/assets/checkbox-checked.png new file mode 120000 index 00000000..220c4916 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-3.0/assets/checkbox-checked.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Sand/gtk-2.0/assets/checkbox-checked.png
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/gtk-3.0/assets/checkbox-checked@2.png b/themes/Mint-Y-Sand/gtk-3.0/assets/checkbox-checked@2.png Binary files differnew file mode 100644 index 00000000..62519581 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-3.0/assets/checkbox-checked@2.png diff --git a/themes/Mint-Y-Sand/gtk-3.0/assets/checkbox-mixed-dark.png b/themes/Mint-Y-Sand/gtk-3.0/assets/checkbox-mixed-dark.png Binary files differnew file mode 100644 index 00000000..c96e10c6 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-3.0/assets/checkbox-mixed-dark.png diff --git a/themes/Mint-Y-Sand/gtk-3.0/assets/checkbox-mixed-dark@2.png b/themes/Mint-Y-Sand/gtk-3.0/assets/checkbox-mixed-dark@2.png Binary files differnew file mode 100644 index 00000000..2bc821d9 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-3.0/assets/checkbox-mixed-dark@2.png diff --git a/themes/Mint-Y-Sand/gtk-3.0/assets/checkbox-mixed-insensitive-dark.png b/themes/Mint-Y-Sand/gtk-3.0/assets/checkbox-mixed-insensitive-dark.png Binary files differnew file mode 100644 index 00000000..7b1754da --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-3.0/assets/checkbox-mixed-insensitive-dark.png diff --git a/themes/Mint-Y-Sand/gtk-3.0/assets/checkbox-mixed-insensitive-dark@2.png b/themes/Mint-Y-Sand/gtk-3.0/assets/checkbox-mixed-insensitive-dark@2.png Binary files differnew file mode 100644 index 00000000..78341af2 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-3.0/assets/checkbox-mixed-insensitive-dark@2.png diff --git a/themes/Mint-Y-Sand/gtk-3.0/assets/checkbox-mixed-insensitive-selected.png b/themes/Mint-Y-Sand/gtk-3.0/assets/checkbox-mixed-insensitive-selected.png Binary files differnew file mode 100644 index 00000000..cc262e91 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-3.0/assets/checkbox-mixed-insensitive-selected.png diff --git a/themes/Mint-Y-Sand/gtk-3.0/assets/checkbox-mixed-insensitive-selected@2.png b/themes/Mint-Y-Sand/gtk-3.0/assets/checkbox-mixed-insensitive-selected@2.png Binary files differnew file mode 100644 index 00000000..6ea7070d --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-3.0/assets/checkbox-mixed-insensitive-selected@2.png diff --git a/themes/Mint-Y-Sand/gtk-3.0/assets/checkbox-mixed-insensitive.png b/themes/Mint-Y-Sand/gtk-3.0/assets/checkbox-mixed-insensitive.png Binary files differnew file mode 100644 index 00000000..53b9370a --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-3.0/assets/checkbox-mixed-insensitive.png diff --git a/themes/Mint-Y-Sand/gtk-3.0/assets/checkbox-mixed-insensitive@2.png b/themes/Mint-Y-Sand/gtk-3.0/assets/checkbox-mixed-insensitive@2.png Binary files differnew file mode 100644 index 00000000..f7478465 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-3.0/assets/checkbox-mixed-insensitive@2.png diff --git a/themes/Mint-Y-Sand/gtk-3.0/assets/checkbox-mixed-selected.png b/themes/Mint-Y-Sand/gtk-3.0/assets/checkbox-mixed-selected.png Binary files differnew file mode 100644 index 00000000..9dc29a9a --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-3.0/assets/checkbox-mixed-selected.png diff --git a/themes/Mint-Y-Sand/gtk-3.0/assets/checkbox-mixed-selected@2.png b/themes/Mint-Y-Sand/gtk-3.0/assets/checkbox-mixed-selected@2.png Binary files differnew file mode 100644 index 00000000..e817a143 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-3.0/assets/checkbox-mixed-selected@2.png diff --git a/themes/Mint-Y-Sand/gtk-3.0/assets/checkbox-mixed.png b/themes/Mint-Y-Sand/gtk-3.0/assets/checkbox-mixed.png Binary files differnew file mode 100644 index 00000000..1214e2f6 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-3.0/assets/checkbox-mixed.png diff --git a/themes/Mint-Y-Sand/gtk-3.0/assets/checkbox-mixed@2.png b/themes/Mint-Y-Sand/gtk-3.0/assets/checkbox-mixed@2.png Binary files differnew file mode 100644 index 00000000..052a7bd8 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-3.0/assets/checkbox-mixed@2.png diff --git a/themes/Mint-Y-Sand/gtk-3.0/assets/checkbox-selectionmode-dark.png b/themes/Mint-Y-Sand/gtk-3.0/assets/checkbox-selectionmode-dark.png new file mode 120000 index 00000000..701bb16d --- /dev/null +++ b/themes/Mint-Y-Sand/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-Sand/gtk-3.0/assets/checkbox-selectionmode-dark@2.png b/themes/Mint-Y-Sand/gtk-3.0/assets/checkbox-selectionmode-dark@2.png new file mode 120000 index 00000000..80550803 --- /dev/null +++ b/themes/Mint-Y-Sand/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-Sand/gtk-3.0/assets/checkbox-selectionmode.png b/themes/Mint-Y-Sand/gtk-3.0/assets/checkbox-selectionmode.png new file mode 120000 index 00000000..552b61f4 --- /dev/null +++ b/themes/Mint-Y-Sand/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-Sand/gtk-3.0/assets/checkbox-selectionmode@2.png b/themes/Mint-Y-Sand/gtk-3.0/assets/checkbox-selectionmode@2.png new file mode 120000 index 00000000..32691876 --- /dev/null +++ b/themes/Mint-Y-Sand/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-Sand/gtk-3.0/assets/checkbox-unchecked-dark.png b/themes/Mint-Y-Sand/gtk-3.0/assets/checkbox-unchecked-dark.png new file mode 120000 index 00000000..49d52946 --- /dev/null +++ b/themes/Mint-Y-Sand/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-Sand/gtk-3.0/assets/checkbox-unchecked-dark@2.png b/themes/Mint-Y-Sand/gtk-3.0/assets/checkbox-unchecked-dark@2.png new file mode 120000 index 00000000..ac2df096 --- /dev/null +++ b/themes/Mint-Y-Sand/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-Sand/gtk-3.0/assets/checkbox-unchecked-insensitive-dark.png b/themes/Mint-Y-Sand/gtk-3.0/assets/checkbox-unchecked-insensitive-dark.png new file mode 120000 index 00000000..4bfa13c8 --- /dev/null +++ b/themes/Mint-Y-Sand/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-Sand/gtk-3.0/assets/checkbox-unchecked-insensitive-dark@2.png b/themes/Mint-Y-Sand/gtk-3.0/assets/checkbox-unchecked-insensitive-dark@2.png new file mode 120000 index 00000000..0279735e --- /dev/null +++ b/themes/Mint-Y-Sand/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-Sand/gtk-3.0/assets/checkbox-unchecked-insensitive-selected.png b/themes/Mint-Y-Sand/gtk-3.0/assets/checkbox-unchecked-insensitive-selected.png new file mode 120000 index 00000000..71a75ba9 --- /dev/null +++ b/themes/Mint-Y-Sand/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-Sand/gtk-3.0/assets/checkbox-unchecked-insensitive-selected@2.png b/themes/Mint-Y-Sand/gtk-3.0/assets/checkbox-unchecked-insensitive-selected@2.png new file mode 120000 index 00000000..624efeac --- /dev/null +++ b/themes/Mint-Y-Sand/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-Sand/gtk-3.0/assets/checkbox-unchecked-insensitive.png b/themes/Mint-Y-Sand/gtk-3.0/assets/checkbox-unchecked-insensitive.png new file mode 120000 index 00000000..38d5fb15 --- /dev/null +++ b/themes/Mint-Y-Sand/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-Sand/gtk-3.0/assets/checkbox-unchecked-insensitive@2.png b/themes/Mint-Y-Sand/gtk-3.0/assets/checkbox-unchecked-insensitive@2.png new file mode 120000 index 00000000..8a2c2c09 --- /dev/null +++ b/themes/Mint-Y-Sand/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-Sand/gtk-3.0/assets/checkbox-unchecked-selected.png b/themes/Mint-Y-Sand/gtk-3.0/assets/checkbox-unchecked-selected.png new file mode 120000 index 00000000..beff8e1a --- /dev/null +++ b/themes/Mint-Y-Sand/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-Sand/gtk-3.0/assets/checkbox-unchecked-selected@2.png b/themes/Mint-Y-Sand/gtk-3.0/assets/checkbox-unchecked-selected@2.png new file mode 120000 index 00000000..5f8870e1 --- /dev/null +++ b/themes/Mint-Y-Sand/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-Sand/gtk-3.0/assets/checkbox-unchecked.png b/themes/Mint-Y-Sand/gtk-3.0/assets/checkbox-unchecked.png new file mode 120000 index 00000000..0671855b --- /dev/null +++ b/themes/Mint-Y-Sand/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-Sand/gtk-3.0/assets/checkbox-unchecked@2.png b/themes/Mint-Y-Sand/gtk-3.0/assets/checkbox-unchecked@2.png new file mode 120000 index 00000000..ad6979d4 --- /dev/null +++ b/themes/Mint-Y-Sand/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-Sand/gtk-3.0/assets/pane-separator-vertical.png b/themes/Mint-Y-Sand/gtk-3.0/assets/pane-separator-vertical.png new file mode 120000 index 00000000..753e53e9 --- /dev/null +++ b/themes/Mint-Y-Sand/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-Sand/gtk-3.0/assets/pane-separator-vertical@2.png b/themes/Mint-Y-Sand/gtk-3.0/assets/pane-separator-vertical@2.png new file mode 120000 index 00000000..73083733 --- /dev/null +++ b/themes/Mint-Y-Sand/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-Sand/gtk-3.0/assets/pane-separator.png b/themes/Mint-Y-Sand/gtk-3.0/assets/pane-separator.png new file mode 120000 index 00000000..a36f55e8 --- /dev/null +++ b/themes/Mint-Y-Sand/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-Sand/gtk-3.0/assets/pane-separator@2.png b/themes/Mint-Y-Sand/gtk-3.0/assets/pane-separator@2.png new file mode 120000 index 00000000..c7045a38 --- /dev/null +++ b/themes/Mint-Y-Sand/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-Sand/gtk-3.0/assets/radio-checked-dark.png b/themes/Mint-Y-Sand/gtk-3.0/assets/radio-checked-dark.png Binary files differnew file mode 100644 index 00000000..0ad2d7fb --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-3.0/assets/radio-checked-dark.png diff --git a/themes/Mint-Y-Sand/gtk-3.0/assets/radio-checked-dark@2.png b/themes/Mint-Y-Sand/gtk-3.0/assets/radio-checked-dark@2.png Binary files differnew file mode 100644 index 00000000..bcc33ff4 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-3.0/assets/radio-checked-dark@2.png diff --git a/themes/Mint-Y-Sand/gtk-3.0/assets/radio-checked-insensitive-dark.png b/themes/Mint-Y-Sand/gtk-3.0/assets/radio-checked-insensitive-dark.png Binary files differnew file mode 100644 index 00000000..f6a98865 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-3.0/assets/radio-checked-insensitive-dark.png diff --git a/themes/Mint-Y-Sand/gtk-3.0/assets/radio-checked-insensitive-dark@2.png b/themes/Mint-Y-Sand/gtk-3.0/assets/radio-checked-insensitive-dark@2.png Binary files differnew file mode 100644 index 00000000..178d6b4a --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-3.0/assets/radio-checked-insensitive-dark@2.png diff --git a/themes/Mint-Y-Sand/gtk-3.0/assets/radio-checked-insensitive-selected.png b/themes/Mint-Y-Sand/gtk-3.0/assets/radio-checked-insensitive-selected.png Binary files differnew file mode 100644 index 00000000..1f373b3d --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-3.0/assets/radio-checked-insensitive-selected.png diff --git a/themes/Mint-Y-Sand/gtk-3.0/assets/radio-checked-insensitive-selected@2.png b/themes/Mint-Y-Sand/gtk-3.0/assets/radio-checked-insensitive-selected@2.png Binary files differnew file mode 100644 index 00000000..6cb2f582 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-3.0/assets/radio-checked-insensitive-selected@2.png diff --git a/themes/Mint-Y-Sand/gtk-3.0/assets/radio-checked-insensitive.png b/themes/Mint-Y-Sand/gtk-3.0/assets/radio-checked-insensitive.png Binary files differnew file mode 100644 index 00000000..12fece1b --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-3.0/assets/radio-checked-insensitive.png diff --git a/themes/Mint-Y-Sand/gtk-3.0/assets/radio-checked-insensitive@2.png b/themes/Mint-Y-Sand/gtk-3.0/assets/radio-checked-insensitive@2.png Binary files differnew file mode 100644 index 00000000..3250fef1 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-3.0/assets/radio-checked-insensitive@2.png diff --git a/themes/Mint-Y-Sand/gtk-3.0/assets/radio-checked-selected.png b/themes/Mint-Y-Sand/gtk-3.0/assets/radio-checked-selected.png Binary files differnew file mode 100644 index 00000000..10229dec --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-3.0/assets/radio-checked-selected.png diff --git a/themes/Mint-Y-Sand/gtk-3.0/assets/radio-checked-selected@2.png b/themes/Mint-Y-Sand/gtk-3.0/assets/radio-checked-selected@2.png Binary files differnew file mode 100644 index 00000000..177ae8fe --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-3.0/assets/radio-checked-selected@2.png diff --git a/themes/Mint-Y-Sand/gtk-3.0/assets/radio-checked.png b/themes/Mint-Y-Sand/gtk-3.0/assets/radio-checked.png new file mode 120000 index 00000000..5d021b1e --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-3.0/assets/radio-checked.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Sand/gtk-2.0/assets/radio-checked.png
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/gtk-3.0/assets/radio-checked@2.png b/themes/Mint-Y-Sand/gtk-3.0/assets/radio-checked@2.png Binary files differnew file mode 100644 index 00000000..5e36b3fe --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-3.0/assets/radio-checked@2.png diff --git a/themes/Mint-Y-Sand/gtk-3.0/assets/radio-mixed-dark.png b/themes/Mint-Y-Sand/gtk-3.0/assets/radio-mixed-dark.png Binary files differnew file mode 100644 index 00000000..8cd56b4a --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-3.0/assets/radio-mixed-dark.png diff --git a/themes/Mint-Y-Sand/gtk-3.0/assets/radio-mixed-dark@2.png b/themes/Mint-Y-Sand/gtk-3.0/assets/radio-mixed-dark@2.png Binary files differnew file mode 100644 index 00000000..1929ad2f --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-3.0/assets/radio-mixed-dark@2.png diff --git a/themes/Mint-Y-Sand/gtk-3.0/assets/radio-mixed-insensitive-dark.png b/themes/Mint-Y-Sand/gtk-3.0/assets/radio-mixed-insensitive-dark.png Binary files differnew file mode 100644 index 00000000..8dab6d21 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-3.0/assets/radio-mixed-insensitive-dark.png diff --git a/themes/Mint-Y-Sand/gtk-3.0/assets/radio-mixed-insensitive-dark@2.png b/themes/Mint-Y-Sand/gtk-3.0/assets/radio-mixed-insensitive-dark@2.png Binary files differnew file mode 100644 index 00000000..b785228f --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-3.0/assets/radio-mixed-insensitive-dark@2.png diff --git a/themes/Mint-Y-Sand/gtk-3.0/assets/radio-mixed-insensitive-selected.png b/themes/Mint-Y-Sand/gtk-3.0/assets/radio-mixed-insensitive-selected.png Binary files differnew file mode 100644 index 00000000..52b08be9 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-3.0/assets/radio-mixed-insensitive-selected.png diff --git a/themes/Mint-Y-Sand/gtk-3.0/assets/radio-mixed-insensitive-selected@2.png b/themes/Mint-Y-Sand/gtk-3.0/assets/radio-mixed-insensitive-selected@2.png Binary files differnew file mode 100644 index 00000000..0ff2e335 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-3.0/assets/radio-mixed-insensitive-selected@2.png diff --git a/themes/Mint-Y-Sand/gtk-3.0/assets/radio-mixed-insensitive.png b/themes/Mint-Y-Sand/gtk-3.0/assets/radio-mixed-insensitive.png Binary files differnew file mode 100644 index 00000000..fefa8445 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-3.0/assets/radio-mixed-insensitive.png diff --git a/themes/Mint-Y-Sand/gtk-3.0/assets/radio-mixed-insensitive@2.png b/themes/Mint-Y-Sand/gtk-3.0/assets/radio-mixed-insensitive@2.png Binary files differnew file mode 100644 index 00000000..48b32836 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-3.0/assets/radio-mixed-insensitive@2.png diff --git a/themes/Mint-Y-Sand/gtk-3.0/assets/radio-mixed-selected.png b/themes/Mint-Y-Sand/gtk-3.0/assets/radio-mixed-selected.png Binary files differnew file mode 100644 index 00000000..4ae3843a --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-3.0/assets/radio-mixed-selected.png diff --git a/themes/Mint-Y-Sand/gtk-3.0/assets/radio-mixed-selected@2.png b/themes/Mint-Y-Sand/gtk-3.0/assets/radio-mixed-selected@2.png Binary files differnew file mode 100644 index 00000000..74ff0877 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-3.0/assets/radio-mixed-selected@2.png diff --git a/themes/Mint-Y-Sand/gtk-3.0/assets/radio-mixed.png b/themes/Mint-Y-Sand/gtk-3.0/assets/radio-mixed.png Binary files differnew file mode 100644 index 00000000..6a7808af --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-3.0/assets/radio-mixed.png diff --git a/themes/Mint-Y-Sand/gtk-3.0/assets/radio-mixed@2.png b/themes/Mint-Y-Sand/gtk-3.0/assets/radio-mixed@2.png Binary files differnew file mode 100644 index 00000000..82de7a4d --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-3.0/assets/radio-mixed@2.png diff --git a/themes/Mint-Y-Sand/gtk-3.0/assets/radio-unchecked-dark.png b/themes/Mint-Y-Sand/gtk-3.0/assets/radio-unchecked-dark.png new file mode 120000 index 00000000..b183aee8 --- /dev/null +++ b/themes/Mint-Y-Sand/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-Sand/gtk-3.0/assets/radio-unchecked-dark@2.png b/themes/Mint-Y-Sand/gtk-3.0/assets/radio-unchecked-dark@2.png new file mode 120000 index 00000000..c5fedef4 --- /dev/null +++ b/themes/Mint-Y-Sand/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-Sand/gtk-3.0/assets/radio-unchecked-insensitive-dark.png b/themes/Mint-Y-Sand/gtk-3.0/assets/radio-unchecked-insensitive-dark.png new file mode 120000 index 00000000..d2dea920 --- /dev/null +++ b/themes/Mint-Y-Sand/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-Sand/gtk-3.0/assets/radio-unchecked-insensitive-dark@2.png b/themes/Mint-Y-Sand/gtk-3.0/assets/radio-unchecked-insensitive-dark@2.png new file mode 120000 index 00000000..544f0246 --- /dev/null +++ b/themes/Mint-Y-Sand/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-Sand/gtk-3.0/assets/radio-unchecked-insensitive-selected.png b/themes/Mint-Y-Sand/gtk-3.0/assets/radio-unchecked-insensitive-selected.png new file mode 120000 index 00000000..8a4713a6 --- /dev/null +++ b/themes/Mint-Y-Sand/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-Sand/gtk-3.0/assets/radio-unchecked-insensitive-selected@2.png b/themes/Mint-Y-Sand/gtk-3.0/assets/radio-unchecked-insensitive-selected@2.png new file mode 120000 index 00000000..086ef348 --- /dev/null +++ b/themes/Mint-Y-Sand/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-Sand/gtk-3.0/assets/radio-unchecked-insensitive.png b/themes/Mint-Y-Sand/gtk-3.0/assets/radio-unchecked-insensitive.png new file mode 120000 index 00000000..cf4c8f9c --- /dev/null +++ b/themes/Mint-Y-Sand/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-Sand/gtk-3.0/assets/radio-unchecked-insensitive@2.png b/themes/Mint-Y-Sand/gtk-3.0/assets/radio-unchecked-insensitive@2.png new file mode 120000 index 00000000..302a08d1 --- /dev/null +++ b/themes/Mint-Y-Sand/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-Sand/gtk-3.0/assets/radio-unchecked-selected.png b/themes/Mint-Y-Sand/gtk-3.0/assets/radio-unchecked-selected.png new file mode 120000 index 00000000..a84e46bf --- /dev/null +++ b/themes/Mint-Y-Sand/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-Sand/gtk-3.0/assets/radio-unchecked-selected@2.png b/themes/Mint-Y-Sand/gtk-3.0/assets/radio-unchecked-selected@2.png new file mode 120000 index 00000000..40a26bc5 --- /dev/null +++ b/themes/Mint-Y-Sand/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-Sand/gtk-3.0/assets/radio-unchecked.png b/themes/Mint-Y-Sand/gtk-3.0/assets/radio-unchecked.png new file mode 120000 index 00000000..174b5857 --- /dev/null +++ b/themes/Mint-Y-Sand/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-Sand/gtk-3.0/assets/radio-unchecked@2.png b/themes/Mint-Y-Sand/gtk-3.0/assets/radio-unchecked@2.png new file mode 120000 index 00000000..936b3882 --- /dev/null +++ b/themes/Mint-Y-Sand/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-Sand/gtk-3.0/assets/switch-active-dark.png b/themes/Mint-Y-Sand/gtk-3.0/assets/switch-active-dark.png Binary files differnew file mode 100644 index 00000000..07310dd5 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-3.0/assets/switch-active-dark.png diff --git a/themes/Mint-Y-Sand/gtk-3.0/assets/switch-active-dark@2.png b/themes/Mint-Y-Sand/gtk-3.0/assets/switch-active-dark@2.png Binary files differnew file mode 100644 index 00000000..004427f0 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-3.0/assets/switch-active-dark@2.png diff --git a/themes/Mint-Y-Sand/gtk-3.0/assets/switch-active-header-dark.png b/themes/Mint-Y-Sand/gtk-3.0/assets/switch-active-header-dark.png Binary files differnew file mode 100644 index 00000000..5928ec72 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-3.0/assets/switch-active-header-dark.png diff --git a/themes/Mint-Y-Sand/gtk-3.0/assets/switch-active-header-dark@2.png b/themes/Mint-Y-Sand/gtk-3.0/assets/switch-active-header-dark@2.png Binary files differnew file mode 100644 index 00000000..fd3870e6 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-3.0/assets/switch-active-header-dark@2.png diff --git a/themes/Mint-Y-Sand/gtk-3.0/assets/switch-active-header.png b/themes/Mint-Y-Sand/gtk-3.0/assets/switch-active-header.png Binary files differnew file mode 100644 index 00000000..cf440c96 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-3.0/assets/switch-active-header.png diff --git a/themes/Mint-Y-Sand/gtk-3.0/assets/switch-active-header@2.png b/themes/Mint-Y-Sand/gtk-3.0/assets/switch-active-header@2.png Binary files differnew file mode 100644 index 00000000..e1e16bc1 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-3.0/assets/switch-active-header@2.png diff --git a/themes/Mint-Y-Sand/gtk-3.0/assets/switch-active-insensitive-dark.png b/themes/Mint-Y-Sand/gtk-3.0/assets/switch-active-insensitive-dark.png Binary files differnew file mode 100644 index 00000000..283f080c --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-3.0/assets/switch-active-insensitive-dark.png diff --git a/themes/Mint-Y-Sand/gtk-3.0/assets/switch-active-insensitive-dark@2.png b/themes/Mint-Y-Sand/gtk-3.0/assets/switch-active-insensitive-dark@2.png Binary files differnew file mode 100644 index 00000000..95f4886e --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-3.0/assets/switch-active-insensitive-dark@2.png diff --git a/themes/Mint-Y-Sand/gtk-3.0/assets/switch-active-insensitive-header-dark.png b/themes/Mint-Y-Sand/gtk-3.0/assets/switch-active-insensitive-header-dark.png Binary files differnew file mode 100644 index 00000000..976ef4a7 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-3.0/assets/switch-active-insensitive-header-dark.png diff --git a/themes/Mint-Y-Sand/gtk-3.0/assets/switch-active-insensitive-header-dark@2.png b/themes/Mint-Y-Sand/gtk-3.0/assets/switch-active-insensitive-header-dark@2.png Binary files differnew file mode 100644 index 00000000..7f19e4f4 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-3.0/assets/switch-active-insensitive-header-dark@2.png diff --git a/themes/Mint-Y-Sand/gtk-3.0/assets/switch-active-insensitive-header.png b/themes/Mint-Y-Sand/gtk-3.0/assets/switch-active-insensitive-header.png Binary files differnew file mode 100644 index 00000000..27ab5847 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-3.0/assets/switch-active-insensitive-header.png diff --git a/themes/Mint-Y-Sand/gtk-3.0/assets/switch-active-insensitive-header@2.png b/themes/Mint-Y-Sand/gtk-3.0/assets/switch-active-insensitive-header@2.png Binary files differnew file mode 100644 index 00000000..2c475f12 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-3.0/assets/switch-active-insensitive-header@2.png diff --git a/themes/Mint-Y-Sand/gtk-3.0/assets/switch-active-insensitive-selected.png b/themes/Mint-Y-Sand/gtk-3.0/assets/switch-active-insensitive-selected.png Binary files differnew file mode 100644 index 00000000..bc81fc6b --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-3.0/assets/switch-active-insensitive-selected.png diff --git a/themes/Mint-Y-Sand/gtk-3.0/assets/switch-active-insensitive-selected@2.png b/themes/Mint-Y-Sand/gtk-3.0/assets/switch-active-insensitive-selected@2.png Binary files differnew file mode 100644 index 00000000..ca7e4414 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-3.0/assets/switch-active-insensitive-selected@2.png diff --git a/themes/Mint-Y-Sand/gtk-3.0/assets/switch-active-insensitive.png b/themes/Mint-Y-Sand/gtk-3.0/assets/switch-active-insensitive.png new file mode 120000 index 00000000..bc2658ec --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-3.0/assets/switch-active-insensitive.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Sand/gtk-3.0/assets/switch-active-insensitive-header.png
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/gtk-3.0/assets/switch-active-insensitive@2.png b/themes/Mint-Y-Sand/gtk-3.0/assets/switch-active-insensitive@2.png new file mode 120000 index 00000000..3fe73f68 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-3.0/assets/switch-active-insensitive@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Sand/gtk-3.0/assets/switch-active-insensitive-header@2.png
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/gtk-3.0/assets/switch-active-selected.png b/themes/Mint-Y-Sand/gtk-3.0/assets/switch-active-selected.png Binary files differnew file mode 100644 index 00000000..d3b15037 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-3.0/assets/switch-active-selected.png diff --git a/themes/Mint-Y-Sand/gtk-3.0/assets/switch-active-selected@2.png b/themes/Mint-Y-Sand/gtk-3.0/assets/switch-active-selected@2.png Binary files differnew file mode 100644 index 00000000..f08e6282 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-3.0/assets/switch-active-selected@2.png diff --git a/themes/Mint-Y-Sand/gtk-3.0/assets/switch-active.png b/themes/Mint-Y-Sand/gtk-3.0/assets/switch-active.png new file mode 120000 index 00000000..f11b9892 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-3.0/assets/switch-active.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Sand/gtk-3.0/assets/switch-active-header.png
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/gtk-3.0/assets/switch-active@2.png b/themes/Mint-Y-Sand/gtk-3.0/assets/switch-active@2.png new file mode 120000 index 00000000..ba85aafe --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-3.0/assets/switch-active@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Sand/gtk-3.0/assets/switch-active-header@2.png
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/gtk-3.0/assets/switch-dark.png b/themes/Mint-Y-Sand/gtk-3.0/assets/switch-dark.png new file mode 120000 index 00000000..2c6fa957 --- /dev/null +++ b/themes/Mint-Y-Sand/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-Sand/gtk-3.0/assets/switch-dark@2.png b/themes/Mint-Y-Sand/gtk-3.0/assets/switch-dark@2.png new file mode 120000 index 00000000..52c9f38d --- /dev/null +++ b/themes/Mint-Y-Sand/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-Sand/gtk-3.0/assets/switch-header-dark.png b/themes/Mint-Y-Sand/gtk-3.0/assets/switch-header-dark.png new file mode 120000 index 00000000..3954cfee --- /dev/null +++ b/themes/Mint-Y-Sand/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-Sand/gtk-3.0/assets/switch-header-dark@2.png b/themes/Mint-Y-Sand/gtk-3.0/assets/switch-header-dark@2.png new file mode 120000 index 00000000..59042f97 --- /dev/null +++ b/themes/Mint-Y-Sand/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-Sand/gtk-3.0/assets/switch-header.png b/themes/Mint-Y-Sand/gtk-3.0/assets/switch-header.png new file mode 120000 index 00000000..76040551 --- /dev/null +++ b/themes/Mint-Y-Sand/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-Sand/gtk-3.0/assets/switch-header@2.png b/themes/Mint-Y-Sand/gtk-3.0/assets/switch-header@2.png new file mode 120000 index 00000000..5d183946 --- /dev/null +++ b/themes/Mint-Y-Sand/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-Sand/gtk-3.0/assets/switch-insensitive-dark.png b/themes/Mint-Y-Sand/gtk-3.0/assets/switch-insensitive-dark.png new file mode 120000 index 00000000..3ba0ad82 --- /dev/null +++ b/themes/Mint-Y-Sand/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-Sand/gtk-3.0/assets/switch-insensitive-dark@2.png b/themes/Mint-Y-Sand/gtk-3.0/assets/switch-insensitive-dark@2.png new file mode 120000 index 00000000..d36d5a65 --- /dev/null +++ b/themes/Mint-Y-Sand/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-Sand/gtk-3.0/assets/switch-insensitive-header-dark.png b/themes/Mint-Y-Sand/gtk-3.0/assets/switch-insensitive-header-dark.png new file mode 120000 index 00000000..608b0c7e --- /dev/null +++ b/themes/Mint-Y-Sand/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-Sand/gtk-3.0/assets/switch-insensitive-header-dark@2.png b/themes/Mint-Y-Sand/gtk-3.0/assets/switch-insensitive-header-dark@2.png new file mode 120000 index 00000000..27e24694 --- /dev/null +++ b/themes/Mint-Y-Sand/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-Sand/gtk-3.0/assets/switch-insensitive-header.png b/themes/Mint-Y-Sand/gtk-3.0/assets/switch-insensitive-header.png new file mode 120000 index 00000000..dabe6fb8 --- /dev/null +++ b/themes/Mint-Y-Sand/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-Sand/gtk-3.0/assets/switch-insensitive-header@2.png b/themes/Mint-Y-Sand/gtk-3.0/assets/switch-insensitive-header@2.png new file mode 120000 index 00000000..21037a4d --- /dev/null +++ b/themes/Mint-Y-Sand/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-Sand/gtk-3.0/assets/switch-insensitive-selected.png b/themes/Mint-Y-Sand/gtk-3.0/assets/switch-insensitive-selected.png new file mode 120000 index 00000000..5736b9eb --- /dev/null +++ b/themes/Mint-Y-Sand/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-Sand/gtk-3.0/assets/switch-insensitive-selected@2.png b/themes/Mint-Y-Sand/gtk-3.0/assets/switch-insensitive-selected@2.png new file mode 120000 index 00000000..74b009c3 --- /dev/null +++ b/themes/Mint-Y-Sand/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-Sand/gtk-3.0/assets/switch-insensitive.png b/themes/Mint-Y-Sand/gtk-3.0/assets/switch-insensitive.png new file mode 120000 index 00000000..0a088f48 --- /dev/null +++ b/themes/Mint-Y-Sand/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-Sand/gtk-3.0/assets/switch-insensitive@2.png b/themes/Mint-Y-Sand/gtk-3.0/assets/switch-insensitive@2.png new file mode 120000 index 00000000..215cca4f --- /dev/null +++ b/themes/Mint-Y-Sand/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-Sand/gtk-3.0/assets/switch-selected.png b/themes/Mint-Y-Sand/gtk-3.0/assets/switch-selected.png new file mode 120000 index 00000000..c133ab3c --- /dev/null +++ b/themes/Mint-Y-Sand/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-Sand/gtk-3.0/assets/switch-selected@2.png b/themes/Mint-Y-Sand/gtk-3.0/assets/switch-selected@2.png new file mode 120000 index 00000000..83b374f8 --- /dev/null +++ b/themes/Mint-Y-Sand/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-Sand/gtk-3.0/assets/switch.png b/themes/Mint-Y-Sand/gtk-3.0/assets/switch.png new file mode 120000 index 00000000..d28f4689 --- /dev/null +++ b/themes/Mint-Y-Sand/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-Sand/gtk-3.0/assets/switch@2.png b/themes/Mint-Y-Sand/gtk-3.0/assets/switch@2.png new file mode 120000 index 00000000..f5aab54d --- /dev/null +++ b/themes/Mint-Y-Sand/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-Sand/gtk-3.0/assets/titlebutton-close-active-dark.png b/themes/Mint-Y-Sand/gtk-3.0/assets/titlebutton-close-active-dark.png Binary files differnew file mode 100644 index 00000000..edd5f09d --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-3.0/assets/titlebutton-close-active-dark.png diff --git a/themes/Mint-Y-Sand/gtk-3.0/assets/titlebutton-close-active-dark@2.png b/themes/Mint-Y-Sand/gtk-3.0/assets/titlebutton-close-active-dark@2.png Binary files differnew file mode 100644 index 00000000..5a48480b --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-3.0/assets/titlebutton-close-active-dark@2.png diff --git a/themes/Mint-Y-Sand/gtk-3.0/assets/titlebutton-close-active.png b/themes/Mint-Y-Sand/gtk-3.0/assets/titlebutton-close-active.png Binary files differnew file mode 100644 index 00000000..a8623679 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-3.0/assets/titlebutton-close-active.png diff --git a/themes/Mint-Y-Sand/gtk-3.0/assets/titlebutton-close-active@2.png b/themes/Mint-Y-Sand/gtk-3.0/assets/titlebutton-close-active@2.png Binary files differnew file mode 100644 index 00000000..90f0d12f --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-3.0/assets/titlebutton-close-active@2.png diff --git a/themes/Mint-Y-Sand/gtk-3.0/assets/titlebutton-close-backdrop-dark.png b/themes/Mint-Y-Sand/gtk-3.0/assets/titlebutton-close-backdrop-dark.png new file mode 120000 index 00000000..f38c1e80 --- /dev/null +++ b/themes/Mint-Y-Sand/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-Sand/gtk-3.0/assets/titlebutton-close-backdrop-dark@2.png b/themes/Mint-Y-Sand/gtk-3.0/assets/titlebutton-close-backdrop-dark@2.png new file mode 120000 index 00000000..5db8af16 --- /dev/null +++ b/themes/Mint-Y-Sand/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-Sand/gtk-3.0/assets/titlebutton-close-backdrop.png b/themes/Mint-Y-Sand/gtk-3.0/assets/titlebutton-close-backdrop.png new file mode 120000 index 00000000..24a62425 --- /dev/null +++ b/themes/Mint-Y-Sand/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-Sand/gtk-3.0/assets/titlebutton-close-backdrop@2.png b/themes/Mint-Y-Sand/gtk-3.0/assets/titlebutton-close-backdrop@2.png new file mode 120000 index 00000000..c0f91f34 --- /dev/null +++ b/themes/Mint-Y-Sand/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-Sand/gtk-3.0/assets/titlebutton-close-dark.png b/themes/Mint-Y-Sand/gtk-3.0/assets/titlebutton-close-dark.png Binary files differnew file mode 100644 index 00000000..c1a50885 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-3.0/assets/titlebutton-close-dark.png diff --git a/themes/Mint-Y-Sand/gtk-3.0/assets/titlebutton-close-dark@2.png b/themes/Mint-Y-Sand/gtk-3.0/assets/titlebutton-close-dark@2.png Binary files differnew file mode 100644 index 00000000..a0350b22 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-3.0/assets/titlebutton-close-dark@2.png diff --git a/themes/Mint-Y-Sand/gtk-3.0/assets/titlebutton-close-hover-dark.png b/themes/Mint-Y-Sand/gtk-3.0/assets/titlebutton-close-hover-dark.png Binary files differnew file mode 100644 index 00000000..0c9be364 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-3.0/assets/titlebutton-close-hover-dark.png diff --git a/themes/Mint-Y-Sand/gtk-3.0/assets/titlebutton-close-hover-dark@2.png b/themes/Mint-Y-Sand/gtk-3.0/assets/titlebutton-close-hover-dark@2.png Binary files differnew file mode 100644 index 00000000..88a24021 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-3.0/assets/titlebutton-close-hover-dark@2.png diff --git a/themes/Mint-Y-Sand/gtk-3.0/assets/titlebutton-close-hover.png b/themes/Mint-Y-Sand/gtk-3.0/assets/titlebutton-close-hover.png Binary files differnew file mode 100644 index 00000000..3e9892f7 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-3.0/assets/titlebutton-close-hover.png diff --git a/themes/Mint-Y-Sand/gtk-3.0/assets/titlebutton-close-hover@2.png b/themes/Mint-Y-Sand/gtk-3.0/assets/titlebutton-close-hover@2.png Binary files differnew file mode 100644 index 00000000..14beb7e3 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-3.0/assets/titlebutton-close-hover@2.png diff --git a/themes/Mint-Y-Sand/gtk-3.0/assets/titlebutton-close.png b/themes/Mint-Y-Sand/gtk-3.0/assets/titlebutton-close.png Binary files differnew file mode 100644 index 00000000..4ba056f7 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-3.0/assets/titlebutton-close.png diff --git a/themes/Mint-Y-Sand/gtk-3.0/assets/titlebutton-close@2.png b/themes/Mint-Y-Sand/gtk-3.0/assets/titlebutton-close@2.png Binary files differnew file mode 100644 index 00000000..0b154b0a --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-3.0/assets/titlebutton-close@2.png diff --git a/themes/Mint-Y-Sand/gtk-3.0/assets/titlebutton-max-active-dark.png b/themes/Mint-Y-Sand/gtk-3.0/assets/titlebutton-max-active-dark.png new file mode 120000 index 00000000..198caf98 --- /dev/null +++ b/themes/Mint-Y-Sand/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-Sand/gtk-3.0/assets/titlebutton-max-active-dark@2.png b/themes/Mint-Y-Sand/gtk-3.0/assets/titlebutton-max-active-dark@2.png new file mode 120000 index 00000000..2710d9d9 --- /dev/null +++ b/themes/Mint-Y-Sand/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-Sand/gtk-3.0/assets/titlebutton-max-active.png b/themes/Mint-Y-Sand/gtk-3.0/assets/titlebutton-max-active.png new file mode 120000 index 00000000..198caf98 --- /dev/null +++ b/themes/Mint-Y-Sand/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-Sand/gtk-3.0/assets/titlebutton-max-active@2.png b/themes/Mint-Y-Sand/gtk-3.0/assets/titlebutton-max-active@2.png new file mode 120000 index 00000000..2710d9d9 --- /dev/null +++ b/themes/Mint-Y-Sand/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-Sand/gtk-3.0/assets/titlebutton-max-backdrop-dark.png b/themes/Mint-Y-Sand/gtk-3.0/assets/titlebutton-max-backdrop-dark.png new file mode 120000 index 00000000..b8cf55a7 --- /dev/null +++ b/themes/Mint-Y-Sand/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-Sand/gtk-3.0/assets/titlebutton-max-backdrop-dark@2.png b/themes/Mint-Y-Sand/gtk-3.0/assets/titlebutton-max-backdrop-dark@2.png new file mode 120000 index 00000000..9f1de39f --- /dev/null +++ b/themes/Mint-Y-Sand/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-Sand/gtk-3.0/assets/titlebutton-max-backdrop.png b/themes/Mint-Y-Sand/gtk-3.0/assets/titlebutton-max-backdrop.png new file mode 120000 index 00000000..b2bb6f7e --- /dev/null +++ b/themes/Mint-Y-Sand/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-Sand/gtk-3.0/assets/titlebutton-max-backdrop@2.png b/themes/Mint-Y-Sand/gtk-3.0/assets/titlebutton-max-backdrop@2.png new file mode 120000 index 00000000..7355f31a --- /dev/null +++ b/themes/Mint-Y-Sand/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-Sand/gtk-3.0/assets/titlebutton-max-dark.png b/themes/Mint-Y-Sand/gtk-3.0/assets/titlebutton-max-dark.png new file mode 120000 index 00000000..5478e0db --- /dev/null +++ b/themes/Mint-Y-Sand/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-Sand/gtk-3.0/assets/titlebutton-max-dark@2.png b/themes/Mint-Y-Sand/gtk-3.0/assets/titlebutton-max-dark@2.png new file mode 120000 index 00000000..ee0a0a03 --- /dev/null +++ b/themes/Mint-Y-Sand/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-Sand/gtk-3.0/assets/titlebutton-max-hover-dark.png b/themes/Mint-Y-Sand/gtk-3.0/assets/titlebutton-max-hover-dark.png new file mode 120000 index 00000000..9105a898 --- /dev/null +++ b/themes/Mint-Y-Sand/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-Sand/gtk-3.0/assets/titlebutton-max-hover-dark@2.png b/themes/Mint-Y-Sand/gtk-3.0/assets/titlebutton-max-hover-dark@2.png new file mode 120000 index 00000000..2482e205 --- /dev/null +++ b/themes/Mint-Y-Sand/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-Sand/gtk-3.0/assets/titlebutton-max-hover.png b/themes/Mint-Y-Sand/gtk-3.0/assets/titlebutton-max-hover.png new file mode 120000 index 00000000..c2ff63b3 --- /dev/null +++ b/themes/Mint-Y-Sand/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-Sand/gtk-3.0/assets/titlebutton-max-hover@2.png b/themes/Mint-Y-Sand/gtk-3.0/assets/titlebutton-max-hover@2.png new file mode 120000 index 00000000..e3179728 --- /dev/null +++ b/themes/Mint-Y-Sand/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-Sand/gtk-3.0/assets/titlebutton-max.png b/themes/Mint-Y-Sand/gtk-3.0/assets/titlebutton-max.png new file mode 120000 index 00000000..18ee1987 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-3.0/assets/titlebutton-max.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Aqua/gtk-3.0/assets/titlebutton-max.png
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/gtk-3.0/assets/titlebutton-max@2.png b/themes/Mint-Y-Sand/gtk-3.0/assets/titlebutton-max@2.png new file mode 120000 index 00000000..3a116cf3 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-3.0/assets/titlebutton-max@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Aqua/gtk-3.0/assets/titlebutton-max@2.png
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/gtk-3.0/assets/titlebutton-min-active-dark.png b/themes/Mint-Y-Sand/gtk-3.0/assets/titlebutton-min-active-dark.png new file mode 120000 index 00000000..69c5f1dd --- /dev/null +++ b/themes/Mint-Y-Sand/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-Sand/gtk-3.0/assets/titlebutton-min-active-dark@2.png b/themes/Mint-Y-Sand/gtk-3.0/assets/titlebutton-min-active-dark@2.png new file mode 120000 index 00000000..603a19d2 --- /dev/null +++ b/themes/Mint-Y-Sand/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-Sand/gtk-3.0/assets/titlebutton-min-active.png b/themes/Mint-Y-Sand/gtk-3.0/assets/titlebutton-min-active.png new file mode 120000 index 00000000..69c5f1dd --- /dev/null +++ b/themes/Mint-Y-Sand/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-Sand/gtk-3.0/assets/titlebutton-min-active@2.png b/themes/Mint-Y-Sand/gtk-3.0/assets/titlebutton-min-active@2.png new file mode 120000 index 00000000..603a19d2 --- /dev/null +++ b/themes/Mint-Y-Sand/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-Sand/gtk-3.0/assets/titlebutton-min-backdrop-dark.png b/themes/Mint-Y-Sand/gtk-3.0/assets/titlebutton-min-backdrop-dark.png new file mode 120000 index 00000000..ab44cae2 --- /dev/null +++ b/themes/Mint-Y-Sand/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-Sand/gtk-3.0/assets/titlebutton-min-backdrop-dark@2.png b/themes/Mint-Y-Sand/gtk-3.0/assets/titlebutton-min-backdrop-dark@2.png new file mode 120000 index 00000000..8df3ce02 --- /dev/null +++ b/themes/Mint-Y-Sand/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-Sand/gtk-3.0/assets/titlebutton-min-backdrop.png b/themes/Mint-Y-Sand/gtk-3.0/assets/titlebutton-min-backdrop.png new file mode 120000 index 00000000..a805d720 --- /dev/null +++ b/themes/Mint-Y-Sand/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-Sand/gtk-3.0/assets/titlebutton-min-backdrop@2.png b/themes/Mint-Y-Sand/gtk-3.0/assets/titlebutton-min-backdrop@2.png new file mode 120000 index 00000000..ebf9f950 --- /dev/null +++ b/themes/Mint-Y-Sand/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-Sand/gtk-3.0/assets/titlebutton-min-dark.png b/themes/Mint-Y-Sand/gtk-3.0/assets/titlebutton-min-dark.png new file mode 120000 index 00000000..f9b19f2f --- /dev/null +++ b/themes/Mint-Y-Sand/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-Sand/gtk-3.0/assets/titlebutton-min-dark@2.png b/themes/Mint-Y-Sand/gtk-3.0/assets/titlebutton-min-dark@2.png new file mode 120000 index 00000000..a6e99e83 --- /dev/null +++ b/themes/Mint-Y-Sand/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-Sand/gtk-3.0/assets/titlebutton-min-hover-dark.png b/themes/Mint-Y-Sand/gtk-3.0/assets/titlebutton-min-hover-dark.png new file mode 120000 index 00000000..52bdbb03 --- /dev/null +++ b/themes/Mint-Y-Sand/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-Sand/gtk-3.0/assets/titlebutton-min-hover-dark@2.png b/themes/Mint-Y-Sand/gtk-3.0/assets/titlebutton-min-hover-dark@2.png new file mode 120000 index 00000000..bb1de5b0 --- /dev/null +++ b/themes/Mint-Y-Sand/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-Sand/gtk-3.0/assets/titlebutton-min-hover.png b/themes/Mint-Y-Sand/gtk-3.0/assets/titlebutton-min-hover.png new file mode 120000 index 00000000..8311966d --- /dev/null +++ b/themes/Mint-Y-Sand/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-Sand/gtk-3.0/assets/titlebutton-min-hover@2.png b/themes/Mint-Y-Sand/gtk-3.0/assets/titlebutton-min-hover@2.png new file mode 120000 index 00000000..cd5f6676 --- /dev/null +++ b/themes/Mint-Y-Sand/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-Sand/gtk-3.0/assets/titlebutton-min.png b/themes/Mint-Y-Sand/gtk-3.0/assets/titlebutton-min.png new file mode 120000 index 00000000..585109e8 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-3.0/assets/titlebutton-min.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Aqua/gtk-3.0/assets/titlebutton-min.png
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/gtk-3.0/assets/titlebutton-min@2.png b/themes/Mint-Y-Sand/gtk-3.0/assets/titlebutton-min@2.png new file mode 120000 index 00000000..3fde9c48 --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-3.0/assets/titlebutton-min@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Aqua/gtk-3.0/assets/titlebutton-min@2.png
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/gtk-3.0/gtk.css b/themes/Mint-Y-Sand/gtk-3.0/gtk.css new file mode 100644 index 00000000..442a84f7 --- /dev/null +++ b/themes/Mint-Y-Sand/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: #c8ac69; + 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 #ba9744; + background-color: rgba(186, 151, 68, 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: #c8ac69; } + +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: #c8ac69; + 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: #c8ac69; + 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: #c8ac69; + 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: #c8ac69; } + .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: #c8ac69; + background-color: #ffffff; } + entry progress { + margin: 0 -6px; + border-radius: 0; + border-width: 0 0 2px; + border-color: #c8ac69; + 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: #c8ac69; } + +@keyframes needs_attention { + from { + background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#c8ac69), to(transparent)); } + to { + background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#c8ac69), 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: #c8ac69; + 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(200, 172, 105, 0.75); + background-color: rgba(200, 172, 105, 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: #c8ac69; + border-color: #c8ac69; + 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: #c8ac69; } + 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: #c8ac69; } + 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: #c8ac69; } + .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: #c8ac69; } + .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(#c8ac69), 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: #c8ac69; } + .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(200, 172, 105, 0.75); + background-color: rgba(200, 172, 105, 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: #e9dec3; } + button:hover:link, button:hover:visited, + *:link:hover { + color: #7eafe9; } + *:selected button:hover:link, *:selected button:hover:visited, *:selected *:link:hover { + color: #faf7f0; } + button:active:link, button:active:visited, + *:link:active { + color: #5294E2; } + *:selected button:active:link, *:selected button:active:visited, *:selected *:link:active { + color: #f4eee1; } + 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: #f4eee1; } + +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: #c8ac69; } + +spinbutton:not(.vertical) > entry:drop(active) + button { + border-left-color: #c8ac69; } + +.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: #c8ac69; } + +spinbutton.vertical > entry:drop(active) + button { + border-top-color: #c8ac69; } + +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: #c8ac69; + border-color: #c3a45a; + box-shadow: none; } + headerbar.selection-mode:backdrop, + .selection-mode.titlebar:backdrop:not(headerbar) { + background-color: #c8ac69; + 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: #c8ac69; + outline-color: rgba(200, 172, 105, 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(200, 172, 105, 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: #c8ac69; } + .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: #c8ac69; + 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: #c8ac69; + color: #ffffff; } + + .primary-toolbar entry progress, headerbar entry progress { + border-color: #c8ac69; + 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: #c8ac69; + 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(200, 172, 105, 0.65); + background-color: rgba(200, 172, 105, 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: #c8ac69; } + .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: #c8ac69; } + + .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(200, 172, 105, 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: #c8ac69; + 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 #c8ac69; } + + +.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 #c8ac69; } + + +.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: #c8ac69; + border-color: #c8ac69; } + + .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: #c8ac69; } + treeview.view:selected, treeview.view:selected:focus { + border-radius: 0; + border-left-color: #e4d6b4; + border-top-color: rgba(48, 48, 48, 0.1); } + treeview.view:disabled { + color: rgba(48, 48, 48, 0.55); } + treeview.view:disabled:selected { + color: #decda5; } + 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: #7c6e4d; } + 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: #efe6d2; } + 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: #c8ac69; } + treeview.view.progressbar:selected, treeview.view.progressbar:selected:focus, treeview.view.progressbar:focus:selected, treeview.view.progressbar:focus:selected:focus { + color: #c8ac69; + 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: #c8ac69; + box-shadow: inset 1px 1px 0 1px #c8ac69, inset -1px 0 0 1px #c8ac69, 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: #c8ac69; + 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: #c8ac69; } + 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: #c8ac69; } + 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: #c8ac69; } + 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: #c8ac69; + border-color: #c8ac69; } + .osd scale slider { + background-color: #404040; + border-color: #c8ac69; } + .osd scale slider:hover { + background-color: #c8ac69; } + .osd scale slider:active { + background-color: #ba9744; + border-color: #ba9744; } + 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: #f7f3e9; + border-color: #f7f3e9; } + menuitem:hover scale slider:active, row:selected scale slider:active, infobar scale slider:active { + background-color: #e4d6b4; + border-color: #e4d6b4; } + menuitem:hover scale slider:disabled, row:selected scale slider:disabled, infobar scale slider:disabled { + background-color: #e6dabc; + border-color: #e6dabc; } + 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: #c8ac69; } + 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: #e6dabc; } + 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: #c8ac69; } + scale highlight:disabled { + background-color: rgba(200, 172, 105, 0.55); } + scale fill { + border-radius: 2.5px; + background-color: rgba(200, 172, 105, 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: #c8ac69; + 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: #c8ac69; } + +.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 #c8ac69; + background-color: #c8ac69; + border-radius: 2px; } + +levelbar block.low { + border-color: #f27835; + background-color: #f27835; } + +levelbar block.high { + border-color: #c8ac69; + background-color: #c8ac69; } + +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(200, 172, 105, 0.2)), to(rgba(200, 172, 105, 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(200, 172, 105, 0.2)), to(rgba(200, 172, 105, 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(200, 172, 105, 0.2)), to(rgba(200, 172, 105, 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(200, 172, 105, 0.2)), to(rgba(200, 172, 105, 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: #b49b5f; } + +.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(200, 172, 105, 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: #c8ac69; + 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: #c8ac69; + 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, #c8ac69, #c8ac69); + background-clip: content-box; } + placessidebar row.sidebar-new-bookmark-row { + color: #c8ac69; } + placessidebar row:drop(active):not(:disabled) { + box-shadow: inset 0 1px #c8ac69, inset 0 -1px #c8ac69; } + placessidebar row:drop(active):not(:disabled), placessidebar row:drop(active):not(:disabled) label, placessidebar row:drop(active):not(:disabled) image { + color: #c8ac69; } + placessidebar row:drop(active):not(:disabled):selected { + background-color: #c8ac69; } + 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, #c8ac69, #c8ac69); } + 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: #c8ac69; + color: #ffffff; + caret-color: currentColor; } + infobar.info selection, infobar.question selection, infobar.warning selection, infobar.error selection { + color: #c8ac69; + 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: #c8ac69; + 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: #c8ac69; + 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 #c8ac69; } + +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: #c8ac69; } + 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: #c8ac69; } + 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: #e4d6b4; } + +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: #c8ac69; } + +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: #c8ac69; } + +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: #f4eee1; } + +.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: #c8ac69; } + .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: #c8ac69; } + .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: #c8ac69; } + .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: #c8ac69; } + .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(200, 172, 105, 0.8); + border-color: rgba(186, 151, 68, 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: #c8ac69; + 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: #ba9744; + -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: #c8ac69; + 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, #c8ac69, #c8ac69); } + .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: #c8ac69; } + +.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: #c8ac69; } + .gedit-document-panel row:active button { + color: #ffffff; } + .gedit-document-panel row:selected, .gedit-document-panel row:selected:hover { + color: #ffffff; + background-color: #c8ac69; } + .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: #c8ac69; } + +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: #c8ac69; + 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: #c8ac69; + 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: #e3d5b4; } + +.documents-entry-tag, .photos-entry-tag { + background-color: #c8ac69; + color: #ffffff; + border-radius: 2px; + border-width: 0; + margin: 2px; + padding: 4px; } + .documents-entry-tag:hover, .photos-entry-tag:hover { + color: #ffffff; + background-color: #cdb478; } + .documents-entry-tag:active, .photos-entry-tag:active { + color: #ffffff; + background-color: #c3a45a; } + +.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: #c8ac69; } + +.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: #c8ac69; } + .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: #c8ac69; } + +.wnck-pager { + background-color: rgba(0, 0, 0, 0.04); } + .wnck-pager:selected { + background-color: rgba(200, 172, 105, 0.6); } + .wnck-pager:hover { + background-color: rgba(200, 172, 105, 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: #c8ac69; } + .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: #c8ac69; + 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: #c8ac69; + 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: #c8ac69; + 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: #c8ac69; } + +.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: #c8ac69; + 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: #c8ac69; } + .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: #c8ac69; + 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: #c8ac69; } + #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: #c8ac69; } + #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: #c8ac69; + 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: #c8ac69; + 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 #c8ac69; +@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 #c8ac69; +@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 #c8ac69; +@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: #c8ac69; } + 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: #c8ac69; } + 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(#c8ac69), 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-Sand/gtk-3.0/thumbnail.png b/themes/Mint-Y-Sand/gtk-3.0/thumbnail.png Binary files differnew file mode 100644 index 00000000..c19b5a1b --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-3.0/thumbnail.png diff --git a/themes/Mint-Y-Sand/index.theme b/themes/Mint-Y-Sand/index.theme new file mode 100644 index 00000000..d1edf6b1 --- /dev/null +++ b/themes/Mint-Y-Sand/index.theme @@ -0,0 +1,12 @@ +[Desktop Entry] +Type=X-GNOME-Metatheme +Name=Mint-Y-Sand +Comment=A flat theme with transparent elements +Encoding=UTF-8 + +[X-GNOME-Metatheme] +GtkTheme=Mint-Y-Sand +MetacityTheme=Mint-Y-Sand +IconTheme=Mint-Y-Sand +CursorTheme=DMZ-Black +ButtonLayout=menu:minimize,maximize,close diff --git a/themes/Mint-Y-Sand/metacity-1/button-bg.svg b/themes/Mint-Y-Sand/metacity-1/button-bg.svg new file mode 120000 index 00000000..63e35a07 --- /dev/null +++ b/themes/Mint-Y-Sand/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-Sand/metacity-1/button-border.svg b/themes/Mint-Y-Sand/metacity-1/button-border.svg new file mode 120000 index 00000000..f0da05d6 --- /dev/null +++ b/themes/Mint-Y-Sand/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-Sand/metacity-1/close-icon.svg b/themes/Mint-Y-Sand/metacity-1/close-icon.svg new file mode 120000 index 00000000..2b1f5168 --- /dev/null +++ b/themes/Mint-Y-Sand/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-Sand/metacity-1/max-icon.svg b/themes/Mint-Y-Sand/metacity-1/max-icon.svg new file mode 120000 index 00000000..6b9fb967 --- /dev/null +++ b/themes/Mint-Y-Sand/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-Sand/metacity-1/menu-icon.svg b/themes/Mint-Y-Sand/metacity-1/menu-icon.svg new file mode 120000 index 00000000..d1d7ed72 --- /dev/null +++ b/themes/Mint-Y-Sand/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-Sand/metacity-1/metacity-theme-2.xml b/themes/Mint-Y-Sand/metacity-1/metacity-theme-2.xml new file mode 100644 index 00000000..8e236092 --- /dev/null +++ b/themes/Mint-Y-Sand/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="#c8ac69" /> +<constant name="C_button_close_bg_hover" value="shade/#c8ac69/1.14" /> +<constant name="C_button_close_bg_active" value="shade/#c8ac69/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-Sand/metacity-1/min-icon.svg b/themes/Mint-Y-Sand/metacity-1/min-icon.svg new file mode 120000 index 00000000..dd10cf9b --- /dev/null +++ b/themes/Mint-Y-Sand/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-Sand/metacity-1/shade-icon.svg b/themes/Mint-Y-Sand/metacity-1/shade-icon.svg new file mode 120000 index 00000000..3bcbbdc5 --- /dev/null +++ b/themes/Mint-Y-Sand/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-Sand/metacity-1/stick-icon.svg b/themes/Mint-Y-Sand/metacity-1/stick-icon.svg new file mode 120000 index 00000000..e0da1644 --- /dev/null +++ b/themes/Mint-Y-Sand/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-Sand/metacity-1/thumbnail.png b/themes/Mint-Y-Sand/metacity-1/thumbnail.png new file mode 120000 index 00000000..d37297f6 --- /dev/null +++ b/themes/Mint-Y-Sand/metacity-1/thumbnail.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/metacity-1/thumbnail.png
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/metacity-1/unshade-icon.svg b/themes/Mint-Y-Sand/metacity-1/unshade-icon.svg new file mode 120000 index 00000000..d132c425 --- /dev/null +++ b/themes/Mint-Y-Sand/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-Sand/metacity-1/unstick-icon.svg b/themes/Mint-Y-Sand/metacity-1/unstick-icon.svg new file mode 120000 index 00000000..df09750b --- /dev/null +++ b/themes/Mint-Y-Sand/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-Sand/xfwm4/bottom-active.xpm b/themes/Mint-Y-Sand/xfwm4/bottom-active.xpm new file mode 120000 index 00000000..6f311a80 --- /dev/null +++ b/themes/Mint-Y-Sand/xfwm4/bottom-active.xpm @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/xfwm4/bottom-active.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/xfwm4/bottom-inactive.xpm b/themes/Mint-Y-Sand/xfwm4/bottom-inactive.xpm new file mode 120000 index 00000000..9f106392 --- /dev/null +++ b/themes/Mint-Y-Sand/xfwm4/bottom-inactive.xpm @@ -0,0 +1 @@ +bottom-active.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/xfwm4/bottom-left-active.xpm b/themes/Mint-Y-Sand/xfwm4/bottom-left-active.xpm new file mode 120000 index 00000000..0de934be --- /dev/null +++ b/themes/Mint-Y-Sand/xfwm4/bottom-left-active.xpm @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/xfwm4/bottom-left-active.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/xfwm4/bottom-left-inactive.xpm b/themes/Mint-Y-Sand/xfwm4/bottom-left-inactive.xpm new file mode 120000 index 00000000..d70de34a --- /dev/null +++ b/themes/Mint-Y-Sand/xfwm4/bottom-left-inactive.xpm @@ -0,0 +1 @@ +bottom-left-active.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/xfwm4/bottom-right-active.xpm b/themes/Mint-Y-Sand/xfwm4/bottom-right-active.xpm new file mode 120000 index 00000000..ef5c73fa --- /dev/null +++ b/themes/Mint-Y-Sand/xfwm4/bottom-right-active.xpm @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/xfwm4/bottom-right-active.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/xfwm4/bottom-right-inactive.xpm b/themes/Mint-Y-Sand/xfwm4/bottom-right-inactive.xpm new file mode 120000 index 00000000..d234cea5 --- /dev/null +++ b/themes/Mint-Y-Sand/xfwm4/bottom-right-inactive.xpm @@ -0,0 +1 @@ +bottom-right-active.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/xfwm4/close-active.xpm b/themes/Mint-Y-Sand/xfwm4/close-active.xpm new file mode 100644 index 00000000..4faabcbc --- /dev/null +++ b/themes/Mint-Y-Sand/xfwm4/close-active.xpm @@ -0,0 +1,71 @@ +/* XPM */ +static char *close_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 41 1", +". c #EEEEEE", +" c #D9D9D9", +"@ c #D7D5CF", +"# c #D1C29F", +"$ c #CBB57E", +"% c #C8AE6D", +"& c #CCB57F", +"* c #D1C2A0", +"= c #D4CAB4", +"- c #C9AE6F", +"; c #C8AC69", +"> c #D4CBB5", +", c #C8AC6A", +"' c #CBB172", +") c #CBB171", +"! c #C9AF6F", +"~ c #D8D5D0", +"{ c #F7F6F5", +"] c #E5DAC0", +"^ c #C8AD6A", +"/ c #E5D9BE", +"( c #F8F7F7", +"_ c #D0C2A0", +": c #CBB47E", +"< c #E0D2B1", +"[ c #F8F8F8", +"} c #E6DCC3", +"| c #E6DBC2", +"1 c #E2D5B6", +"2 c #C9AE6E", +"3 c #E1D4B4", +"4 c #E2D6B7", +"5 c #C9AD6B", +"6 c #E7DCC3", +"7 c #E7DEC7", +"8 c #E6DBC1", +"9 c #E0D2B0", +"0 c #F4F2EC", +"a c #DFD0AD", +"b c #C9AF70", +"c c #D3CAB5", +/* pixels */ +"........................", +" ", +" ", +" ", +" ", +" @#$%%&*@ ", +" =-;;;;;;-> ", +" =,;;;;;;;;,> ", +" @-;;';;;;);;!~ ", +" #;;;{]^^/(;;;_ ", +" :;;;<[}|[1;;;& ", +" 2;;;;3[[4;;;;- ", +" -;;;56[[75;;;! ", +" $;;;8[99[8;;;& ", +" *;;;0a;;a0;;;_ ", +" @-;;;;;;;;;;b~ ", +" >,;;;;;;;;,c ", +" >!;;;;;;bc ", +" ~_&22&_~ ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Sand/xfwm4/close-inactive.xpm b/themes/Mint-Y-Sand/xfwm4/close-inactive.xpm new file mode 120000 index 00000000..a7adc893 --- /dev/null +++ b/themes/Mint-Y-Sand/xfwm4/close-inactive.xpm @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/xfwm4/close-inactive.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/xfwm4/close-prelight.xpm b/themes/Mint-Y-Sand/xfwm4/close-prelight.xpm new file mode 100644 index 00000000..62d76342 --- /dev/null +++ b/themes/Mint-Y-Sand/xfwm4/close-prelight.xpm @@ -0,0 +1,65 @@ +/* XPM */ +static char * close_prelight_xpm[] = { +/* columns rows colors chars-per-pixel */ +"24 24 35 1", +". c #EEEEEE", +" c #D9D9D9", +"@ c #D9D6D1", +"# c #D9CCAD", +"$ c #D8C493", +"% c #D8C086", +"& c #D8C494", +"* c #D9D1BD", +"= c #D8C087", +"- c #D8BF83", +"; c #DAC38A", +"> c #D8C188", +", c #D9D7D2", +"' c #F7F7F6", +") c #ECE2CA", +"! c #D8C084", +"~ c #EBE1C8", +"{ c #F8F7F7", +"] c #D8CBAD", +"^ c #E8DBBE", +"/ c #F8F8F8", +"( c #ECE3CC", +"_ c #E9DDC2", +": c #E8DDC0", +"< c #E9DEC3", +"[ c #ECE3CD", +"} c #EDE4D0", +"| c #D9C085", +"1 c #ECE2CB", +"2 c #E8DBBD", +"3 c #F6F3EE", +"4 c #E8DABB", +"5 c #D8CCAD", +"6 c #D8D0BD", +"7 c #D9C594", +/* pixels */ +"........................", +" ", +" ", +" ", +" ", +" @#$%%&#@ ", +" *=------=* ", +" *----------* ", +" @=--;----;-->, ", +" #---')!!~{---] ", +" $---^/((/_---& ", +" =----://<----= ", +" =---![//}|---> ", +" $---1/22/1---& ", +" #---34--43---5 ", +" @=---------->, ", +" *----------6 ", +" *>------>6 ", +" ,]7==75, ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Sand/xfwm4/close-pressed.xpm b/themes/Mint-Y-Sand/xfwm4/close-pressed.xpm new file mode 100644 index 00000000..72da1a89 --- /dev/null +++ b/themes/Mint-Y-Sand/xfwm4/close-pressed.xpm @@ -0,0 +1,72 @@ +/* XPM */ +static char * close_pressed_xpm[] = { +/* columns rows colors chars-per-pixel */ +"24 24 42 1", +". c #EEEEEE", +" c #D9D9D9", +"@ c #D4D2CD", +"# c #BFB291", +"$ c #B19B68", +"% c #A99053", +"& c #B19C68", +"* c #C0B292", +"= c #C9C0AB", +"- c #A99154", +"; c #A78D4D", +"> c #A78D4E", +", c #AC9457", +"' c #AC9357", +") c #AA9155", +"! c #D5D3CE", +"~ c #F6F6F5", +"{ c #D8CEB5", +"] c #A88E4E", +"^ c #D7CDB2", +"/ c #F7F7F7", +"( c #B09B67", +"_ c #D0C3A3", +": c #F8F8F8", +"< c #DAD0B8", +"[ c #DAD0B7", +"} c #D2C6A9", +"| c #D1C5A7", +"1 c #D3C8AB", +"2 c #A88E4F", +"3 c #DAD1B9", +"4 c #DCD4BE", +"5 c #A88F50", +"6 c #D9CFB6", +"7 c #CFC2A2", +"8 c #D9CFB7", +"9 c #F1EFEA", +"0 c #CEC09E", +"a c #BFB292", +"b c #AA9255", +"c c #C9C0AC", +"d c #B19C69", +/* pixels */ +"........................", +" ", +" ", +" ", +" ", +" @#$%%&*@ ", +" =-;;;;;;-= ", +" =>;;;;;;;;>= ", +" @-;;,;;;;';;)! ", +" #;;;~{]]^/;;;# ", +" (;;;_:<[:};;;& ", +" %;;;;|::1;;;;- ", +" -;;;23::45;;;) ", +" $;;;6:77:8;;;& ", +" *;;;90;;09;;;a ", +" @-;;;;;;;;;;b! ", +" =>;;;;;;;;>c ", +" =);;;;;;bc ", +" !#d%%da! ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Sand/xfwm4/hide-active.xpm b/themes/Mint-Y-Sand/xfwm4/hide-active.xpm new file mode 120000 index 00000000..30beeb1a --- /dev/null +++ b/themes/Mint-Y-Sand/xfwm4/hide-active.xpm @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/xfwm4/hide-active.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/xfwm4/hide-inactive.xpm b/themes/Mint-Y-Sand/xfwm4/hide-inactive.xpm new file mode 120000 index 00000000..f8186a8e --- /dev/null +++ b/themes/Mint-Y-Sand/xfwm4/hide-inactive.xpm @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/xfwm4/hide-inactive.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/xfwm4/hide-prelight.xpm b/themes/Mint-Y-Sand/xfwm4/hide-prelight.xpm new file mode 120000 index 00000000..a108c1d4 --- /dev/null +++ b/themes/Mint-Y-Sand/xfwm4/hide-prelight.xpm @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/xfwm4/hide-prelight.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/xfwm4/hide-pressed.xpm b/themes/Mint-Y-Sand/xfwm4/hide-pressed.xpm new file mode 120000 index 00000000..57f2c17e --- /dev/null +++ b/themes/Mint-Y-Sand/xfwm4/hide-pressed.xpm @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/xfwm4/hide-pressed.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/xfwm4/left-active.xpm b/themes/Mint-Y-Sand/xfwm4/left-active.xpm new file mode 120000 index 00000000..9153b49b --- /dev/null +++ b/themes/Mint-Y-Sand/xfwm4/left-active.xpm @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/xfwm4/left-active.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/xfwm4/left-inactive.xpm b/themes/Mint-Y-Sand/xfwm4/left-inactive.xpm new file mode 120000 index 00000000..ebcf4903 --- /dev/null +++ b/themes/Mint-Y-Sand/xfwm4/left-inactive.xpm @@ -0,0 +1 @@ +left-active.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/xfwm4/maximize-active.xpm b/themes/Mint-Y-Sand/xfwm4/maximize-active.xpm new file mode 120000 index 00000000..be30df65 --- /dev/null +++ b/themes/Mint-Y-Sand/xfwm4/maximize-active.xpm @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/xfwm4/maximize-active.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/xfwm4/maximize-inactive.xpm b/themes/Mint-Y-Sand/xfwm4/maximize-inactive.xpm new file mode 120000 index 00000000..f6efab7e --- /dev/null +++ b/themes/Mint-Y-Sand/xfwm4/maximize-inactive.xpm @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/xfwm4/maximize-inactive.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/xfwm4/maximize-prelight.xpm b/themes/Mint-Y-Sand/xfwm4/maximize-prelight.xpm new file mode 120000 index 00000000..8831867b --- /dev/null +++ b/themes/Mint-Y-Sand/xfwm4/maximize-prelight.xpm @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/xfwm4/maximize-prelight.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/xfwm4/maximize-pressed.xpm b/themes/Mint-Y-Sand/xfwm4/maximize-pressed.xpm new file mode 120000 index 00000000..4511c378 --- /dev/null +++ b/themes/Mint-Y-Sand/xfwm4/maximize-pressed.xpm @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/xfwm4/maximize-pressed.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/xfwm4/menu-active.xpm b/themes/Mint-Y-Sand/xfwm4/menu-active.xpm new file mode 120000 index 00000000..e9180d7e --- /dev/null +++ b/themes/Mint-Y-Sand/xfwm4/menu-active.xpm @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/xfwm4/menu-active.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/xfwm4/menu-inactive.xpm b/themes/Mint-Y-Sand/xfwm4/menu-inactive.xpm new file mode 120000 index 00000000..30e32cf7 --- /dev/null +++ b/themes/Mint-Y-Sand/xfwm4/menu-inactive.xpm @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/xfwm4/menu-inactive.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/xfwm4/menu-prelight.xpm b/themes/Mint-Y-Sand/xfwm4/menu-prelight.xpm new file mode 120000 index 00000000..05922278 --- /dev/null +++ b/themes/Mint-Y-Sand/xfwm4/menu-prelight.xpm @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/xfwm4/menu-prelight.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/xfwm4/menu-pressed.xpm b/themes/Mint-Y-Sand/xfwm4/menu-pressed.xpm new file mode 120000 index 00000000..3c4207ab --- /dev/null +++ b/themes/Mint-Y-Sand/xfwm4/menu-pressed.xpm @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/xfwm4/menu-pressed.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/xfwm4/right-active.xpm b/themes/Mint-Y-Sand/xfwm4/right-active.xpm new file mode 120000 index 00000000..91da6ff8 --- /dev/null +++ b/themes/Mint-Y-Sand/xfwm4/right-active.xpm @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/xfwm4/right-active.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/xfwm4/right-inactive.xpm b/themes/Mint-Y-Sand/xfwm4/right-inactive.xpm new file mode 120000 index 00000000..6734f48a --- /dev/null +++ b/themes/Mint-Y-Sand/xfwm4/right-inactive.xpm @@ -0,0 +1 @@ +right-active.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/xfwm4/shade-active.xpm b/themes/Mint-Y-Sand/xfwm4/shade-active.xpm new file mode 120000 index 00000000..73d704a3 --- /dev/null +++ b/themes/Mint-Y-Sand/xfwm4/shade-active.xpm @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/xfwm4/shade-active.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/xfwm4/shade-inactive.xpm b/themes/Mint-Y-Sand/xfwm4/shade-inactive.xpm new file mode 120000 index 00000000..19d53288 --- /dev/null +++ b/themes/Mint-Y-Sand/xfwm4/shade-inactive.xpm @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/xfwm4/shade-inactive.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/xfwm4/shade-prelight.xpm b/themes/Mint-Y-Sand/xfwm4/shade-prelight.xpm new file mode 120000 index 00000000..cfbf050c --- /dev/null +++ b/themes/Mint-Y-Sand/xfwm4/shade-prelight.xpm @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/xfwm4/shade-prelight.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/xfwm4/shade-pressed.xpm b/themes/Mint-Y-Sand/xfwm4/shade-pressed.xpm new file mode 120000 index 00000000..0a4a6390 --- /dev/null +++ b/themes/Mint-Y-Sand/xfwm4/shade-pressed.xpm @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/xfwm4/shade-pressed.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/xfwm4/shade-toggled-active.xpm b/themes/Mint-Y-Sand/xfwm4/shade-toggled-active.xpm new file mode 120000 index 00000000..5875ec24 --- /dev/null +++ b/themes/Mint-Y-Sand/xfwm4/shade-toggled-active.xpm @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/xfwm4/shade-toggled-active.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/xfwm4/shade-toggled-inactive.xpm b/themes/Mint-Y-Sand/xfwm4/shade-toggled-inactive.xpm new file mode 120000 index 00000000..b3c8d320 --- /dev/null +++ b/themes/Mint-Y-Sand/xfwm4/shade-toggled-inactive.xpm @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/xfwm4/shade-toggled-inactive.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/xfwm4/shade-toggled-prelight.xpm b/themes/Mint-Y-Sand/xfwm4/shade-toggled-prelight.xpm new file mode 120000 index 00000000..1c6521f4 --- /dev/null +++ b/themes/Mint-Y-Sand/xfwm4/shade-toggled-prelight.xpm @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/xfwm4/shade-toggled-prelight.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/xfwm4/shade-toggled-pressed.xpm b/themes/Mint-Y-Sand/xfwm4/shade-toggled-pressed.xpm new file mode 120000 index 00000000..17d5fb28 --- /dev/null +++ b/themes/Mint-Y-Sand/xfwm4/shade-toggled-pressed.xpm @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/xfwm4/shade-toggled-pressed.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/xfwm4/stick-active.xpm b/themes/Mint-Y-Sand/xfwm4/stick-active.xpm new file mode 120000 index 00000000..7860aec2 --- /dev/null +++ b/themes/Mint-Y-Sand/xfwm4/stick-active.xpm @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/xfwm4/stick-active.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/xfwm4/stick-inactive.xpm b/themes/Mint-Y-Sand/xfwm4/stick-inactive.xpm new file mode 120000 index 00000000..ba7a13c4 --- /dev/null +++ b/themes/Mint-Y-Sand/xfwm4/stick-inactive.xpm @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/xfwm4/stick-inactive.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/xfwm4/stick-prelight.xpm b/themes/Mint-Y-Sand/xfwm4/stick-prelight.xpm new file mode 120000 index 00000000..5c64e41d --- /dev/null +++ b/themes/Mint-Y-Sand/xfwm4/stick-prelight.xpm @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/xfwm4/stick-prelight.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/xfwm4/stick-pressed.xpm b/themes/Mint-Y-Sand/xfwm4/stick-pressed.xpm new file mode 120000 index 00000000..5f956c18 --- /dev/null +++ b/themes/Mint-Y-Sand/xfwm4/stick-pressed.xpm @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/xfwm4/stick-pressed.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/xfwm4/stick-toggled-active.xpm b/themes/Mint-Y-Sand/xfwm4/stick-toggled-active.xpm new file mode 120000 index 00000000..bac24aac --- /dev/null +++ b/themes/Mint-Y-Sand/xfwm4/stick-toggled-active.xpm @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/xfwm4/stick-toggled-active.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/xfwm4/stick-toggled-inactive.xpm b/themes/Mint-Y-Sand/xfwm4/stick-toggled-inactive.xpm new file mode 120000 index 00000000..2cf3c104 --- /dev/null +++ b/themes/Mint-Y-Sand/xfwm4/stick-toggled-inactive.xpm @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/xfwm4/stick-toggled-inactive.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/xfwm4/stick-toggled-prelight.xpm b/themes/Mint-Y-Sand/xfwm4/stick-toggled-prelight.xpm new file mode 120000 index 00000000..a3c4dc6d --- /dev/null +++ b/themes/Mint-Y-Sand/xfwm4/stick-toggled-prelight.xpm @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/xfwm4/stick-toggled-prelight.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/xfwm4/stick-toggled-pressed.xpm b/themes/Mint-Y-Sand/xfwm4/stick-toggled-pressed.xpm new file mode 120000 index 00000000..0fecd5f1 --- /dev/null +++ b/themes/Mint-Y-Sand/xfwm4/stick-toggled-pressed.xpm @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/xfwm4/stick-toggled-pressed.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/xfwm4/themerc b/themes/Mint-Y-Sand/xfwm4/themerc new file mode 120000 index 00000000..9aa9d46e --- /dev/null +++ b/themes/Mint-Y-Sand/xfwm4/themerc @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/xfwm4/themerc
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/xfwm4/title-1-active.xpm b/themes/Mint-Y-Sand/xfwm4/title-1-active.xpm new file mode 120000 index 00000000..ca68e5b1 --- /dev/null +++ b/themes/Mint-Y-Sand/xfwm4/title-1-active.xpm @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/xfwm4/title-1-active.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/xfwm4/title-1-inactive.xpm b/themes/Mint-Y-Sand/xfwm4/title-1-inactive.xpm new file mode 120000 index 00000000..def55f78 --- /dev/null +++ b/themes/Mint-Y-Sand/xfwm4/title-1-inactive.xpm @@ -0,0 +1 @@ +title-1-active.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/xfwm4/title-2-active.xpm b/themes/Mint-Y-Sand/xfwm4/title-2-active.xpm new file mode 120000 index 00000000..880d9327 --- /dev/null +++ b/themes/Mint-Y-Sand/xfwm4/title-2-active.xpm @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/xfwm4/title-2-active.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/xfwm4/title-2-inactive.xpm b/themes/Mint-Y-Sand/xfwm4/title-2-inactive.xpm new file mode 120000 index 00000000..a37458a5 --- /dev/null +++ b/themes/Mint-Y-Sand/xfwm4/title-2-inactive.xpm @@ -0,0 +1 @@ +title-2-active.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/xfwm4/title-3-active.xpm b/themes/Mint-Y-Sand/xfwm4/title-3-active.xpm new file mode 120000 index 00000000..52e3c704 --- /dev/null +++ b/themes/Mint-Y-Sand/xfwm4/title-3-active.xpm @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/xfwm4/title-3-active.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/xfwm4/title-3-inactive.xpm b/themes/Mint-Y-Sand/xfwm4/title-3-inactive.xpm new file mode 120000 index 00000000..66e6af7e --- /dev/null +++ b/themes/Mint-Y-Sand/xfwm4/title-3-inactive.xpm @@ -0,0 +1 @@ +title-3-active.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/xfwm4/title-4-active.xpm b/themes/Mint-Y-Sand/xfwm4/title-4-active.xpm new file mode 120000 index 00000000..71e70a16 --- /dev/null +++ b/themes/Mint-Y-Sand/xfwm4/title-4-active.xpm @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/xfwm4/title-4-active.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/xfwm4/title-4-inactive.xpm b/themes/Mint-Y-Sand/xfwm4/title-4-inactive.xpm new file mode 120000 index 00000000..069dba67 --- /dev/null +++ b/themes/Mint-Y-Sand/xfwm4/title-4-inactive.xpm @@ -0,0 +1 @@ +title-4-active.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/xfwm4/title-5-active.xpm b/themes/Mint-Y-Sand/xfwm4/title-5-active.xpm new file mode 120000 index 00000000..a19d5427 --- /dev/null +++ b/themes/Mint-Y-Sand/xfwm4/title-5-active.xpm @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/xfwm4/title-5-active.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/xfwm4/title-5-inactive.xpm b/themes/Mint-Y-Sand/xfwm4/title-5-inactive.xpm new file mode 120000 index 00000000..dcc79469 --- /dev/null +++ b/themes/Mint-Y-Sand/xfwm4/title-5-inactive.xpm @@ -0,0 +1 @@ +title-5-active.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/xfwm4/top-left-active.xpm b/themes/Mint-Y-Sand/xfwm4/top-left-active.xpm new file mode 120000 index 00000000..82b0c1f3 --- /dev/null +++ b/themes/Mint-Y-Sand/xfwm4/top-left-active.xpm @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/xfwm4/top-left-active.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/xfwm4/top-left-inactive.xpm b/themes/Mint-Y-Sand/xfwm4/top-left-inactive.xpm new file mode 120000 index 00000000..05175262 --- /dev/null +++ b/themes/Mint-Y-Sand/xfwm4/top-left-inactive.xpm @@ -0,0 +1 @@ +top-left-active.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/xfwm4/top-right-active.xpm b/themes/Mint-Y-Sand/xfwm4/top-right-active.xpm new file mode 120000 index 00000000..1ebbc7fb --- /dev/null +++ b/themes/Mint-Y-Sand/xfwm4/top-right-active.xpm @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/xfwm4/top-right-active.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Sand/xfwm4/top-right-inactive.xpm b/themes/Mint-Y-Sand/xfwm4/top-right-inactive.xpm new file mode 120000 index 00000000..42cae620 --- /dev/null +++ b/themes/Mint-Y-Sand/xfwm4/top-right-inactive.xpm @@ -0,0 +1 @@ +top-right-active.xpm
\ No newline at end of file |
