diff options
Diffstat (limited to 'themes/Mint-Y-Dark')
425 files changed, 18129 insertions, 0 deletions
diff --git a/themes/Mint-Y-Dark/cinnamon/cinnamon.css b/themes/Mint-Y-Dark/cinnamon/cinnamon.css new file mode 100644 index 00000000..4bb32f07 --- /dev/null +++ b/themes/Mint-Y-Dark/cinnamon/cinnamon.css @@ -0,0 +1,1590 @@ +stage { + color: #f0f0f0; } + +.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: #f0f0f0; + background-color: #454545; + border: 1px solid #202020; + box-shadow: inset 0 2px 4px rgba(69, 69, 69, 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: #f0f0f0; + background-color: #454545; + border: 1px solid #92b372; + box-shadow: inset 0 2px 4px rgba(69, 69, 69, 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: #f0f0f0; + background-color: #525252; + border: 1px solid #202020; + box-shadow: inset 0 2px 4px rgba(82, 82, 82, 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: #f0f0f0; + background-color: #525252; + border: 1px solid #92b372; + box-shadow: inset 0 2px 4px rgba(69, 69, 69, 0.05); } + .sound-button:active, .modal-dialog-button-box .modal-dialog-button:active, .notification-button:active, .notification-icon-button:active, .popup-menu #notification .notification-button:active, .popup-menu #notification .notification-icon-button:active { + color: #ffffff; + background-color: #92b372; + border: 1px solid #92b372; + box-shadow: inset 0 2px 4px #92b372; } + .sound-button:insensitive, .modal-dialog-button-box .modal-dialog-button:insensitive, .notification-button:insensitive, .notification-icon-button:insensitive, .popup-menu #notification .notification-button:insensitive, .popup-menu #notification .notification-icon-button:insensitive { + color: rgba(240, 240, 240, 0.45); + border: 1px solid rgba(32, 32, 32, 0.55); + background-color: rgba(69, 69, 69, 0.55); + box-shadow: inset 0 2px 4px rgba(69, 69, 69, 0.05); } + +#menu-search-entry, .popup-menu #notification StEntry { + padding: 7px; + caret-size: 1px; + selection-background-color: #92b372; + selected-color: #ffffff; + transition-duration: 300ms; + border-radius: 3px; + color: #D3D3D3; + background-color: #404040; + border: 1px solid #202020; + box-shadow: inset 0 2px 4px rgba(64, 64, 64, 0.05); } + #menu-search-entry:focus, .popup-menu #notification StEntry:focus, #menu-search-entry:hover, .popup-menu #notification StEntry:hover { + color: #f0f0f0; + background-color: #404040; + border: 1px solid #92b372; + box-shadow: inset 0 2px 4px rgba(64, 64, 64, 0.05); } + #menu-search-entry:insensitive, .popup-menu #notification StEntry:insensitive { + color: rgba(240, 240, 240, 0.45); + background-color: #383838; + border-color: 1px solid #272727; + box-shadow: inset 0 2px 4px rgba(56, 56, 56, 0.05); } + #menu-search-entry StIcon.capslock-warning, .popup-menu #notification StEntry StIcon.capslock-warning { + icon-size: 16px; + warning-color: #F27835; + padding: 0 4px; } + +.notification StEntry { + padding: 7px; + caret-size: 1px; + caret-color: #c3c3c3; + selection-background-color: #92b372; + selected-color: #ffffff; + transition-duration: 300ms; + border-radius: 3px; + color: #c3c3c3; + background-color: rgba(109, 109, 109, 0.4); + border: 1px solid rgba(22, 22, 22, 0.4); + box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } + .notification StEntry:focus { + color: #ffffff; + background-color: #92b372; + border: 1px solid #92b372; + box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } + .notification StEntry:insensitive { + color: rgba(195, 195, 195, 0.55); + background-color: rgba(109, 109, 109, 0.25); + border: 1px solid rgba(22, 22, 22, 0.4); + box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } + +StScrollView.vfade { + -st-vfade-offset: 68px; } + +StScrollView.hfade { + -st-hfade-offset: 68px; } + +StScrollBar { + padding: 8px; } + StScrollView StScrollBar { + min-width: 5px; + min-height: 5px; } + StScrollBar StBin#trough { + background-color: rgba(64, 64, 64, 0.1); + border-radius: 8px; } + StScrollBar StButton#vhandle, StScrollBar StButton#hhandle { + border-radius: 2px; + background-color: #7c7c7c; + border: 0px solid; + margin: 0px; } + StScrollBar StButton#vhandle:hover, StScrollBar StButton#hhandle:hover { + background-color: dimgray; } + StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { + background-color: #92b372; } + +.separator { + -gradient-height: 1px; + -gradient-start: rgba(0, 0, 0, 0); + -gradient-end: rgba(0, 0, 0, 0); + -margin-horizontal: 1.5em; + height: 1em; } + +.popup-slider-menu-item, +.slider { + -slider-height: 0.3em; + -slider-background-color: #202020; + -slider-border-color: rgba(47, 47, 47, 0.3); + -slider-active-background-color: #92b372; + -slider-active-border-color: rgba(47, 47, 47, 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("dark-assets/checkbox/checkbox-unchecked.svg"); } + +.check-box:focus StBin { + background-image: url("dark-assets/checkbox/checkbox-unchecked-focused.svg"); } + +.check-box:checked StBin { + background-image: url("dark-assets/checkbox/checkbox-checked.svg"); } + +.check-box:focus:checked StBin { + background-image: url("dark-assets/checkbox/checkbox-checked-focused.svg"); } + +.radiobutton CinnamonGenericContainer { + spacing: .2em; + height: 26px; + padding-top: 2px; } + +.radiobutton StLabel { + padding-top: 4px; + font-size: 0.9em; + box-shadow: none; } + +.radiobutton StBin { + width: 16px; + height: 16px; + background-image: url("dark-assets/checkbox/checkbox-unchecked.svg"); } + +.radiobutton:focus StBin { + background-image: url("dark-assets/checkbox/checkbox-unchecked-focused.svg"); } + +.radiobutton:checked StBin { + background-image: url("dark-assets/checkbox/checkbox-checked.svg"); } + +.radiobutton:focus:checked StBin { + background-image: url("dark-assets/checkbox/checkbox-checked-focused.svg"); } + +.toggle-switch { + width: 50px; + height: 20px; + background-size: contain; } + .toggle-switch-us, .toggle-switch-intl { + background-image: url("dark-assets/switch/switch-off.svg"); } + .toggle-switch-us:checked, .toggle-switch-intl:checked { + background-image: url("dark-assets/switch/switch-on.svg"); } + +.cinnamon-link { + color: #c5d7b4; + text-decoration: underline; } + .cinnamon-link:hover { + color: #dfe9d5; } + +#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: #f0f0f0; + border: 1px solid #202020; + border-radius: 3px; + background-color: #2f2f2f; + spacing: 4px; + padding: 8px; } + +.menu { + color: #f0f0f0; + border: 1px solid #202020; + border-radius: 3px; + background-color: rgba(47, 47, 47, 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: #404040; + box-shadow: none; } + .popup-sub-menu .popup-menu-item:ltr { + padding-right: 1.75em; } + .popup-sub-menu .popup-menu-item:rtl { + padding-left: 1.75em; } + .popup-sub-menu StScrollBar { + padding: 4px; } + .popup-sub-menu StScrollBar StBin#trough, .popup-sub-menu StScrollBar StBin#vhandle { + border-width: 0; } + +.popup-menu-content { + padding: 1em 0em 1em 0em; } + +.popup-menu-item { + padding: .4em 1.75em; + spacing: 1em; + border-left-width: 0; + border-right-width: 0; } + .popup-menu-item:active { + color: #ffffff; + background-color: #92b372; } + .popup-menu-item:insensitive { + color: rgba(240, 240, 240, 0.5); + background: none; } + +.popup-inactive-menu-item { + color: #f0f0f0; } + .popup-inactive-menu-item:insensitive { + color: rgba(240, 240, 240, 0.45); } + +/* This is for popup menus in Cinnamon versions < 3.2 */ +.popup-menu { + color: white; + color: #f0f0f0; } + .popup-menu-arrow { + icon-size: 16px; } + .popup-menu .popup-sub-menu { + background-color: #404040; + 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: #f0f0f0; + border-color: rgba(240, 240, 240, 0.11); + background-color: rgba(240, 240, 240, 0.08); } + .popup-menu .popup-menu-item:insensitive { + color: rgba(240, 240, 240, 0.5); + background: none; } + .popup-menu .popup-inactive-menu-item { + color: #f0f0f0; } + .popup-menu .popup-inactive-menu-item:insensitive { + color: rgba(240, 240, 240, 0.45); } + .popup-menu-icon { + icon-size: 16px; } + +.popup-menu-boxpointer { + -arrow-border-radius: 3px; + -arrow-background-color: #2f2f2f; + -arrow-border-width: 1px; + -arrow-border-color: #202020; + -arrow-base: 21px; + -arrow-rise: 9px; + -boxpointer-gap: 2px; } + +/*Scale view context menu*/ +.popup-combo-menu { + color: #f0f0f0; + border: 1px solid #202020; + border-radius: 3px; + background-color: #404040; + 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: #202020; + -gradient-end: #202020; + -margin-horizontal: 0; + height: 1px; } + +.popup-alternating-menu-item:alternate { + font-weight: normal; } + +.popup-device-menu-item { + spacing: .5em; } + +.popup-subtitle-menu-item { + font-weight: normal; } + +.nm-menu-item-icons { + spacing: .5em; } + +#panel { + font-weight: bold; + /* sets the height of horizontal panels */ + height: 40px; + /* sets the width of vertical panels */ + width: 32px; } + #panelLeft { + spacing: 4px; } + #panelLeft:dnd { + background-gradient-direction: vertical; + background-gradient-start: rgba(255, 0, 0, 0.05); + background-gradient-end: rgba(255, 0, 0, 0.2); } + #panelLeft:ltr { + padding-right: 4px; } + #panelLeft:rtl { + padding-left: 4px; } + #panelLeft.vertical { + padding: 0px; } + #panelLeft.vertical:ltr { + padding-right: 0px; } + #panelLeft.vertical:rtl { + padding-left: 0px; } + #panelRight:dnd { + background-gradient-direction: vertical; + background-gradient-start: rgba(0, 0, 255, 0.05); + background-gradient-end: rgba(0, 0, 255, 0.2); } + #panelRight:ltr { + padding-left: 4px; + spacing: 0px; } + #panelRight:rtl { + padding-right: 4px; + spacing: 0px; } + #panelRight.vertical { + padding: 0px; } + #panelRight.vertical:ltr { + padding-right: 0px; } + #panelRight.vertical:rtl { + padding-left: 0px; } + #panelCenter { + spacing: 4px; } + #panelCenter:dnd { + background-gradient-direction: vertical; + background-gradient-start: rgba(0, 255, 0, 0.05); + background-gradient-end: rgba(0, 255, 0, 0.2); } + #panel:highlight { + border-image: none; + background-color: rgba(252, 65, 56, 0.5); } + +.panelLeft { + spacing: 4px; } + .panelLeft:dnd { + background-gradient-direction: vertical; + background-gradient-start: rgba(255, 0, 0, 0.05); + background-gradient-end: rgba(255, 0, 0, 0.2); } + .panelLeft:ltr { + padding-right: 4px; } + .panelLeft:rtl { + padding-left: 4px; } + .panelLeft.vertical { + padding: 0px; } + .panelLeft.vertical:ltr { + padding-right: 0px; } + .panelLeft.vertical:rtl { + padding-left: 0px; } + +.panelRight:dnd { + background-gradient-direction: vertical; + background-gradient-start: rgba(0, 0, 255, 0.05); + background-gradient-end: rgba(0, 0, 255, 0.2); } + +.panelRight:ltr { + padding-left: 4px; + spacing: 0px; } + +.panelRight:rtl { + padding-right: 4px; + spacing: 0px; } + +.panelRight.vertical { + padding: 0px; } + .panelRight.vertical:ltr { + padding-left: 0px; + spacing: 0px; } + .panelRight.vertical:rtl { + padding-right: 0px; + spacing: 0px; } + +.panelCenter { + spacing: 4px; } + .panelCenter.vertical { + padding-left: 0px; + padding-right: 0px; } + .panelCenter:dnd { + background-gradient-direction: vertical; + background-gradient-start: rgba(0, 255, 0, 0.05); + background-gradient-end: rgba(0, 255, 0, 0.2); } + +.panel-top, .panel-bottom, .panel-left, .panel-right { + color: #ffffff; + border: none; + background-color: rgba(47, 47, 47, 0.99); + font-size: 1em; + padding: 0px; } + +.panel-top { + box-shadow: 0 1px #202020; } + +.panel-bottom { + box-shadow: 0 -1px #202020; } + +.panel-left { + box-shadow: 1px 0 #202020; } + +.panel-right { + box-shadow: -1px 0 #202020; } + +.panel-dummy { + background-color: rgba(252, 65, 56, 0.5); } + .panel-dummy:entered { + background-color: rgba(252, 65, 56, 0.6); } + +.panel-status-button { + border-width: 0; + -natural-hpadding: 3px; + -minimum-hpadding: 3px; + font-weight: bold; + color: white; } + +.panel-button { + -natural-hpadding: 6px; + -minimum-hpadding: 2px; + font-weight: bold; + color: green; + transition-duration: 100; } + +.system-status-icon { + icon-size: 16px; + padding: 0 1px; } + .system-status-icon.warning { + color: #F27835; } + .system-status-icon.error { + color: #FC4138; } + +#overview { + spacing: 12px; } + +.window-caption { + background-color: #353535; + border: 1px solid #353535; + color: #c3c3c3; + spacing: 8px; + border-radius: 2px; + font-size: 0.9em; + padding: 5px 8px; + -cinnamon-caption-spacing: 8px; } + .window-caption:focus { + background-color: #92b372; + color: #ffffff; + border: 1px solid #92b372; } + +.window-border { + border: 3px #92b372; + border-radius: 2px; + background-color: rgba(255, 255, 255, 0.05); + /* Cover rounded corners and some bad adjustment gaps */ + box-shadow: 0 0 0 1px #92b372 inset; } + +.overview-empty-placeholder { + color: #ffffff; + font-size: 2em; } + +.expo-workspaces-name-entry, +#selected.expo-workspaces-name-entry { + height: 1.5em; + border-radius: 2px; + font-size: 1em; + padding: 5px 8px; + -cinnamon-caption-spacing: 4px; + color: #c3c3c3; + background-color: rgba(109, 109, 109, 0.4); + border: 1px solid rgba(22, 22, 22, 0.4); + box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } + .expo-workspaces-name-entry:focus, + #selected.expo-workspaces-name-entry:focus { + border: 1px solid #92b372; + background-color: #92b372; + color: #ffffff; + font-style: italic; + transition-duration: 300; + selection-background-color: #ffffff; + selected-color: #92b372; } + +.expo-workspace-thumbnail-frame { + border: 4px solid rgba(255, 255, 255, 0); + background-color: rgba(255, 255, 255, 0); + border-radius: 2px; } + #active.expo-workspace-thumbnail-frame { + border: 4px solid #92b372; + background-color: black; + border-radius: 2px; } + +.expo-background { + background-color: #353535; } + +.workspace-thumbnails { + spacing: 26px; } + .workspace-thumbnails-background, .workspace-thumbnails-background:rtl { + padding: 8px; } + +.workspace-add-button { + background-image: url("common-assets/misc/add-workspace.svg"); + height: 200px; + width: 35px; + transition-duration: 100; } + .workspace-add-button:hover { + background-image: url("common-assets/misc/add-workspace-hover.svg"); + transition-duration: 100; } + .workspace-add-button:active { + background-image: url("common-assets/misc/add-workspace-active.svg"); + transition-duration: 100; } + +.workspace-overview-background-shade { + background-color: rgba(0, 0, 0, 0.5); } + +.workspace-close-button, +.window-close { + background-image: url("common-assets/misc/close.svg"); + background-size: 26px; + height: 26px; + width: 26px; + -cinnamon-close-overlap: 12px; } + .workspace-close-button:hover, + .window-close:hover { + background-image: url("common-assets/misc/close-hover.svg"); + background-size: 26px; + height: 26px; + width: 26px; } + .workspace-close-button:active, + .window-close:active { + background-image: url("common-assets/misc/close-active.svg"); + background-size: 26px; + height: 26px; + width: 26px; } + +.window-close-area { + background-image: url("common-assets/misc/trash-icon.svg"); + height: 120px; + width: 400px; } + +.calendar { + padding: .4em 1.75em; + spacing-rows: 0px; + spacing-columns: 0px; } + +.calendar-month-label { + color: #f0f0f0; + 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: #f0f0f0; + 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(240, 240, 240, 0.85); + margin-top: 1em; + font-size: 1.05em; } + +.calendar-day { + border-width: 0; + color: rgba(240, 240, 240, 0.9); } + +.calendar-day-top { + border-top-width: 0; } + +.calendar-day-left { + border-left-width: 0; } + +.calendar-nonwork-day { + color: #f0f0f0; + background-color: transparent; + font-weight: bold; } + +.calendar-today, +.calendar-today:active, +.calendar-today:focus, +.calendar-today:hover { + font-weight: bold; + color: #ffffff; + background-color: #92b372; + border-width: 0; } + +.calendar-other-month-day { + color: rgba(240, 240, 240, 0.3); + opacity: 1; } + +.calendar-week-number { + color: rgba(240, 240, 240, 0.85); + font-size: 0.8em; + margin-top: 0.8em; } + +#notification { + border: 1px solid #202020; + border-radius: 3px; + background-color: #2f2f2f; + padding: 13px; + spacing-rows: 10px; + spacing-columns: 10px; + margin-from-right-edge-of-screen: 20px; + width: 34em; + color: #f0f0f0; } + .popup-menu #notification { + color: #f0f0f0; + border-image: url("dark-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: #f0f0f0; } + #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: #f0f0f0; } + +.notification-button, .notification-icon-button { + padding: 5px; } + +.notification-icon-button > StIcon { + icon-size: 32px; } + +#altTabPopup { + padding: 8px; + spacing: 16px; } + +.switcher-list { + color: #f0f0f0; + border: 1px solid #202020; + background-color: #2f2f2f; + border-radius: 3px; + padding: 20px; } + .switcher-list > StBoxLayout { + padding: 4px; } + .switcher-list-item-container { + spacing: 8px; } + .switcher-list .item-box { + padding: 8px; + border-radius: 2px; } + .switcher-list .item-box:outlined { + padding: 8px; + border: 1px solid #92b372; } + .switcher-list .item-box:selected { + color: #ffffff; + background-color: #92b372; + border: 0px solid #92b372; } + .switcher-list .thumbnail { + width: 256px; } + .switcher-list .thumbnail-box { + padding: 2px; + spacing: 4px; } + .switcher-list .separator { + width: 1px; + background: rgba(255, 255, 255, 0.2); } + +.switcher-arrow { + border-color: rgba(0, 0, 0, 0); + color: #f0f0f0; } + .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: #2f2f2f; + border: 1px solid #202020; + 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: #2f2f2f; } + .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 #202020; + border-radius: 3px; + background-color: #2f2f2f; } + .run-dialog > * { + padding: 0; } + .run-dialog-label { + font-size: 0; + font-weight: bold; + color: #f0f0f0; + padding-bottom: 0; } + .run-dialog-error-label { + color: #FC4138; } + .run-dialog-error-box { + padding-top: 15px; + spacing: 5px; } + .run-dialog-completion-box { + padding-top: 5px; + padding-left: 15px; + font-size: 1em; } + .run-dialog-entry { + width: 21em; + padding: 7px; + border-radius: 3px; + caret-color: #c3c3c3; + selected-color: #ffffff; + selection-background-color: #92b372; + color: #c3c3c3; + background-color: rgba(109, 109, 109, 0.4); + border: 1px solid rgba(22, 22, 22, 0.4); + box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } + .run-dialog-entry:focus { + color: #f0f0f0; + background-color: #404040; + border: 1px solid #92b372; + box-shadow: inset 0 2px 4px rgba(64, 64, 64, 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 #202020; + background-color: rgba(109, 109, 109, 0.4); } + .keyboard-key:hover { + color: #c3c3c3; + border: 1px solid rgba(2, 2, 2, 0.4); + background-color: rgba(127, 127, 127, 0.5); } + .keyboard-key:active, .keyboard-key:checked { + color: #ffffff; + border: 1px solid #92b372; + background-color: #92b372; } + .keyboard-key:grayed { + color: #606060; + border: 1px solid rgba(2, 2, 2, 0.4); + background-color: rgba(109, 109, 109, 0.25); } + +.keyboard-subkeys { + color: #c3c3c3; + padding: 5px; + -arrow-border-radius: 2px; + -arrow-background-color: #353535; + -arrow-border-width: 1px; + -arrow-border-color: rgba(0, 0, 0, 0.4); + -arrow-base: 20px; + -arrow-rise: 10px; + -boxpointer-gap: 5px; } + +.menu-favorites-box { + padding: 10px; + transition-duration: 300; + background-color: #404040; + border: 1px solid #202020; } + +.menu-favorites-button { + padding: .9em 1em; + border: 1px solid rgba(0, 0, 0, 0); + border-radius: 2px; } + .menu-favorites-button:hover { + background-color: #92b372; } + +.menu-places-box { + padding: 10px; + border: 0px solid red; } + +.menu-places-button { + padding: 10px; } + +.menu-categories-box { + padding: 10px 30px 10px 30px; } + +.menu-applications-inner-box, .menu-applications-outer-box { + padding: 10px 10px 0 10px; } + +.menu-application-button { + padding: 7px; + border: 1px solid rgba(0, 0, 0, 0); } + .menu-application-button:highlighted { + font-weight: bold; } + .menu-application-button-selected { + padding: 7px; + color: #ffffff; + background-color: #92b372; + border: 1px solid #202020; } + .menu-application-button-selected:highlighted { + font-weight: bold; } + .menu-application-button-label:ltr { + padding-left: 5px; } + .menu-application-button-label:rtl { + padding-right: 5px; } + +.menu-category-button { + padding: 7px; + border: 1px solid rgba(0, 0, 0, 0); } + .menu-category-button-selected { + padding: 7px; + color: #ffffff; + background-color: #92b372; + border: 1px solid #202020; } + .menu-category-button-hover { + background-color: red; + border-radius: 2px; } + .menu-category-button-greyed { + padding: 7px; + color: rgba(240, 240, 240, 0.45); + 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: #f0f0f0; } + +.menu-search-entry-icon { + icon-size: 1em; + color: #f0f0f0; } + +/* Context menu (at the moment only for favorites) */ +.info-osd { + text-align: center; + font-weight: bold; + spacing: 1em; + padding: 16px; + color: #f0f0f0; + border: 1px solid #202020; + border-radius: 5px; + background-color: #2f2f2f; } + +.restart-osd { + font-size: 1.6em; } + +.workspace-osd { + font-size: 4em; } + +.osd-window { + text-align: center; + font-weight: bold; + spacing: 1em; + padding: 20px; + color: #f0f0f0; + background-color: #2f2f2f; + border: 1px solid #202020; + border-radius: 5px; } + .osd-window .osd-monitor-label { + font-size: 3em; } + .osd-window .level { + padding: 0; + height: 0.7em; + background-color: rgba(0, 0, 0, 0.5); + border-radius: 2px; } + .osd-window .level-bar { + border-radius: 2px; + background-color: #92b372; } + +.window-list-box { + spacing: 6px; + padding-left: 10px; + padding-top: 1px; } + .window-list-box.vertical { + spacing: 2px; + padding-left: 0px; + padding-right: 0px; + padding-top: 10px; + padding-bottom: 10px; } + .window-list-box:highlight { + background-color: rgba(252, 65, 56, 0.5); } + +.window-list-item-label { + font-weight: bold; + width: 15em; + min-width: 5px; } + +.window-list-item-box { + font-weight: bold; + background-image: none; + padding-top: 0; + padding-left: 8px; + padding-right: 8px; + transition-duration: 100; + color: rgba(255, 255, 255, 0.6); } + .window-list-item-box.top, .window-list-item-box.bottom { + border-bottom-width: 2px; } + .window-list-item-box.top StLabel, .window-list-item-box.bottom StLabel { + padding-left: 2px; } + .window-list-item-box.right { + padding-left: 0px; + padding-right: 0px; + border-right-width: 2px; } + .window-list-item-box.right StBin { + padding-right: 0; } + .window-list-item-box.left { + padding-left: 0px; + padding-right: 0px; + border-left-width: 2px; } + .window-list-item-box.left StBin { + padding-left: 1px; } + .window-list-item-box:hover, .window-list-item-box:groupFocus { + color: #ffffff; + background-color: rgba(255, 255, 255, 0.1); } + .window-list-item-box:active, .window-list-item-box:checked, .window-list-item-box:focus, .window-list-item-box:running { + color: #ffffff; + border-color: #92b372; } + .window-list-item-box .progress { + background-color: rgba(146, 179, 114, 0.8); } + +.window-list-item-demands-attention { + background-gradient-direction: vertical; + background-gradient-start: #F04A50; + background-gradient-end: #F04A50; } + +.window-list-preview { + spacing: 6px; + color: #f0f0f0; + border: 1px solid #202020; + background-color: #2f2f2f; + border-radius: 3px; + padding: 6px 12px 12px 12px; + font-size: 1em; } + +.grouped-window-list-item-label { + font-weight: bold; + width: 15em; + min-width: 5px; } + +.grouped-window-list-item-box { + text-align: left; + font-weight: bold; + background-image: none; + padding-top: 0; + padding-left: 8px; + padding-right: 8px; + transition-duration: 100; + color: rgba(255, 255, 255, 0.6); } + .grouped-window-list-item-box.top, .grouped-window-list-item-box.bottom { + border-bottom-width: 2px; } + .grouped-window-list-item-box.top StLabel, .grouped-window-list-item-box.bottom StLabel { + padding-left: 2px; } + .grouped-window-list-item-box.right { + padding-left: 0px; + padding-right: 0px; + border-right-width: 2px; } + .grouped-window-list-item-box.right StBin { + padding-right: 0; } + .grouped-window-list-item-box.left { + padding-left: 0px; + padding-right: 0px; + border-left-width: 2px; } + .grouped-window-list-item-box.left StBin { + padding-left: 1px; } + .grouped-window-list-item-box:hover, .grouped-window-list-item-box:focus { + color: #ffffff; + background-color: rgba(255, 255, 255, 0.3); } + .grouped-window-list-item-box:active, .grouped-window-list-item-box:checked { + color: #ffffff; + border-color: #92b372; } + .grouped-window-list-item-box .progress { + background-color: rgba(146, 179, 114, 0.8); } + +.grouped-window-list-item-demands-attention { + background-gradient-direction: vertical; + background-gradient-start: #F04A50; + background-gradient-end: #F04A50; } + +.grouped-window-list-thumbnail-label { + padding-left: 4px; } + +.grouped-window-list-number-label { + z-index: 99; + color: #d0d0d0; } + +.grouped-window-list-badge { + border-radius: 256px; + background-color: #4a4a4a; } + +.grouped-window-list-button-label { + padding-left: 4px; } + +.grouped-window-list-thumbnail-alert { + background: rgba(255, 52, 52, 0.3); } + +.grouped-window-list-thumbnail-menu { + color: #f0f0f0; + border: 1px solid #202020; + background-color: #2f2f2f; + border-radius: 3px; + padding: 0px; } + .grouped-window-list-thumbnail-menu > StBoxLayout { + padding: 4px; } + .grouped-window-list-thumbnail-menu .item-box { + padding: 10px; + border-radius: 2px; + spacing: 4px; } + .grouped-window-list-thumbnail-menu .item-box:outlined { + padding: 8px; + border: 1px solid #92b372; } + .grouped-window-list-thumbnail-menu .item-box:selected { + border: 1px solid #92b372; } + .grouped-window-list-thumbnail-menu .thumbnail { + width: 256px; } + .grouped-window-list-thumbnail-menu .separator { + width: 1px; + background: rgba(255, 255, 255, 0.2); } + +.sound-button { + width: 22px; + height: 13px; + padding: 8px; } + .sound-button-container { + padding-right: 3px; + padding-left: 3px; } + .sound-button StIcon { + icon-size: 1.4em; } + +.sound-track-infos { + padding: 5px; } + +.sound-track-info { + padding-top: 2px; + padding-bottom: 2px; } + .sound-track-info StIcon { + icon-size: 16px; } + .sound-track-info StLabel { + padding-left: 5px; + padding-right: 5px; } + +.sound-track-box { + padding-left: 15px; + padding-right: 15px; + max-width: 220px; } + +.sound-seek-box { + padding-left: 15px; } + .sound-seek-box StLabel { + padding-top: 2px; } + .sound-seek-box StIcon { + icon-size: 16px; } + +.sound-seek-slider { + width: 140px; } + +.sound-volume-menu-item { + padding: .4em 1.75em; } + .sound-volume-menu-item StIcon { + icon-size: 1.14em; + padding-left: 8px; + padding-right: 8px; } + +.sound-playback-control { + padding: 5px 10px 10px 10px; } + +.sound-player > StBoxLayout:first-child { + padding: 5px 10px 12px 10px; + spacing: 0.5em; } + .sound-player > StBoxLayout:first-child StButton:small { + width: 20px; + height: 20px; + border: 1px solid transparent; } + .sound-player > StBoxLayout:first-child StButton:small StIcon { + icon-size: 12px; } + .sound-player > StBoxLayout:first-child StButton:small:hover { + color: #f0f0f0; + background-color: #525252; + border: 1px solid #202020; + box-shadow: inset 0 2px 4px rgba(82, 82, 82, 0.05); } + .sound-player > StBoxLayout:first-child StButton:small:active { + color: #ffffff; + background-color: #92b372; + border: 1px solid #92b372; + box-shadow: inset 0 2px 4px #92b372; } + +.sound-player-generic-coverart { + background: rgba(0, 0, 0, 0.2); } + +.sound-player-overlay { + width: 290px; + height: 70px; + padding: 15px; + spacing: 0.5em; + background: rgba(47, 47, 47, 0.9); + border-top: 1px solid #202020; + color: #f0f0f0; } + .sound-player-overlay StButton { + width: 22px; + height: 13px; + padding: 5px; + color: #f0f0f0; + border-radius: 2px; + border: 1px solid transparent; } + .sound-player-overlay StButton StIcon { + icon-size: 16px; } + .sound-player-overlay StButton:hover { + color: #f0f0f0; + background-color: #525252; + border: 1px solid #202020; + box-shadow: inset 0 2px 4px rgba(82, 82, 82, 0.05); } + .sound-player-overlay StButton:active { + color: #ffffff; + background-color: #92b372; + border: 1px solid #92b372; + box-shadow: inset 0 2px 4px #92b372; } + .sound-player-overlay StBoxLayout { + padding-top: 2px; } + .sound-player-overlay > StBoxLayout { + spacing: 5px; } + +.sound-player .slider { + height: 0.5em; + padding: 0; + border: none; + -slider-height: 0.5em; + -slider-background-color: #222222; + -slider-border-color: rgba(0, 0, 0, 0); + -slider-active-background-color: #92b372; + -slider-active-border-color: rgba(0, 0, 0, 0); + -slider-border-width: 0px; + -slider-handle-radius: 0px; } + +#workspaceSwitcher { + spacing: 0px; + padding: 3px; } + +/* Controls the styling when using the "Simple buttons" option */ +.workspace-switcher { + padding-left: 3px; + padding-right: 3px; } + .panel-left .workspace-switcher, .panel-right .workspace-switcher { + padding: 0; } + +.workspace-button { + border: 1px solid rgba(0, 0, 0, 0.4); + background-color: rgba(0, 0, 0, 0.2); + width: 20px; + height: 14px; + color: rgba(255, 255, 255, 0.45); + padding: 3px; + padding-top: 4px; + transition-duration: 200; } + .workspace-button.vertical { + height: 1.5em; + width: 24px; + padding: 0; + padding-top: 3px; + padding-bottom: 3px; } + .workspace-button:outlined { + background-color: #92b372; + color: #ffffff; } + .workspace-button:outlined:hover { + background-color: rgba(146, 179, 114, 0.7); + color: #ffffff; } + .workspace-button:hover { + background-color: rgba(240, 240, 240, 0.2); + color: #ffffff; } + +/* Controls the style when using the "Visual representation" option */ +.workspace-graph { + padding: 3px; + spacing: 6px; } + +.workspace-graph .workspace { + border: 1px solid rgba(0, 0, 0, 0.4); + background-color: rgba(0, 0, 0, 0.2); } + +.workspace-graph .workspace:active { + border: 1px solid #92b372; } + +.workspace-graph .workspace .windows { + -active-window-background: #555555; + -active-window-border: rgba(0, 0, 0, 0.8); + -inactive-window-background: #555555; + -inactive-window-border: rgba(0, 0, 0, 0.8); } + +.workspace-graph .workspace:active .windows { + -active-window-background: #6f6f6f; + -active-window-border: rgba(0, 0, 0, 0.8); + -inactive-window-background: #3c3c3c; + -inactive-window-border: rgba(0, 0, 0, 0.8); } + +.panel-launchers { + padding-left: 7px; + spacing: 2px; } + .panel-launchers .launcher { + padding-left: 2px; + padding-right: 2px; + padding-bottom: 2px; + transition-duration: 200; } + .panel-launchers .launcher:hover { + background-color: #92b372; } + .panel-launchers.vertical { + padding-top: 2px; + padding-bottom: 2px; + padding-left: 0px; + padding-right: 0px; + spacing: 1px; } + .panel-launchers.vertical .launcher { + padding-top: 2px; + padding-bottom: 2px; } + +#overview-corner { + background-image: url("common-assets/misc/overview.png"); } + #overview-corner:hover { + background-image: url("common-assets/misc/overview-hover.png"); } + +.applet-separator { + padding: 1px 4px; } + .applet-separator.vertical { + padding: 4px 1px; } + +.applet-separator-line { + width: 1px; + background: rgba(255, 255, 255, 0.12); } + .applet-separator-line-vertical { + height: 1px; + background: rgba(255, 255, 255, 0.12); } + +.applet-box { + padding-left: 4px; + padding-right: 4px; + spacing: 4px; + color: #f0f0f0; + text-shadow: none; + transition-duration: 100; + text-align: center; } + .applet-box.vertical { + padding-left: 0px; + padding-right: 0px; + padding-top: 3px; + padding-bottom: 3px; } + .applet-box:hover, .applet-box:checked { + color: #ffffff; + background-color: #92b372; } + .applet-box:hover-label, .applet-box:checked-label { + color: #ffffff; } + .applet-box:highlight { + background-image: none; + border-image: none; + background-color: rgba(252, 65, 56, 0.5); } + +.applet-label { + font-weight: bold; + color: #f0f0f0; } + .applet-label:hover, .applet-label:checked, .applet-box:hover > .applet-label, .applet-box:checked > .applet-label { + color: #ffffff; + text-shadow: none; } + +.applet-icon { + color: #ffffff; + icon-size: 22px; } + .applet-icon:hover, .applet-icon:checked, .applet-box:hover > .applet-icon, .applet-box:checked > .applet-icon { + color: #ffffff; + text-shadow: none; } + +.user-icon { + width: 32px; + height: 32px; + background-color: transparent; + border: none; + border-radius: 0; } + +.user-label { + color: #f0f0f0; + font-size: 1em; + font-weight: bold; + margin: 0px; } + +.desklet { + color: #f0f0f0; } + .desklet:highlight { + background-color: rgba(252, 65, 56, 0.5); } + .desklet-with-borders { + border: 1px solid #202020; + border-radius: 5px; + background-color: #2f2f2f; + color: #f0f0f0; + 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 #202020; + border-top-width: 0; + border-radius: 0 0 5px 5px; + background-color: #2f2f2f; + color: #f0f0f0; + 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 #202020; + border-radius: 5px 5px 0 0; + background-color: #272727; + color: #f0f0f0; + font-size: 1em; + padding: 12px; + padding-bottom: 6px; } + .desklet-drag-placeholder { + border: 2px solid #92b372; + background-color: rgba(146, 179, 114, 0.3); } + +.photoframe-box { + border: 1px solid #202020; + border-radius: 5px; + background-color: #2f2f2f; + color: #f0f0f0; + padding: 12px; + padding-bottom: 16px; } + +.notification-applet-padding { + padding: .5em 1em; } + +.notification-applet-container { + max-height: 100px; } + +.tile-preview { + background-color: rgba(146, 179, 114, 0.3); + border: 1px solid #92b372; } + .tile-preview.snap { + background-color: rgba(146, 179, 114, 0.6); } + +.tile-hud { + background-color: rgba(146, 179, 114, 0.3); + border: 1px solid #92b372; } + .tile-hud.snap { + background-color: rgba(146, 179, 114, 0.6); } + .tile-hud:top { + border-top-width: 0px; } + .tile-hud:bottom { + border-bottom-width: 0px; } + .tile-hud:left { + border-left-width: 0px; } + .tile-hud:right { + border-right-width: 0px; } + .tile-hud:top-left { + border-top-width: 0px; + border-left-width: 0px; } + .tile-hud:top-right { + border-top-width: 0px; + border-right-width: 0px; } + .tile-hud:bottom-left { + border-bottom-width: 0px; + border-left-width: 0px; } + .tile-hud:bottom-right { + border-bottom-width: 0px; + border-right-width: 0px; } + +.xkcd-box { + padding: 6px; + border: 0px; + background-color: rgba(0, 0, 0, 0); + border-radius: 0px; } diff --git a/themes/Mint-Y-Dark/cinnamon/common-assets/menu/menu-separator.svg b/themes/Mint-Y-Dark/cinnamon/common-assets/menu/menu-separator.svg new file mode 100644 index 00000000..4962ebcd --- /dev/null +++ b/themes/Mint-Y-Dark/cinnamon/common-assets/menu/menu-separator.svg @@ -0,0 +1,60 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="90.311111mm" + height="0.56444442mm" + viewBox="0 0 320 1.9999999" + id="svg7537" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="menu-separator.svg"> + <defs + id="defs7539" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="11.2" + inkscape:cx="115.53549" + inkscape:cy="8.9322818" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="1366" + inkscape:window-height="723" + inkscape:window-x="0" + inkscape:window-y="23" + inkscape:window-maximized="1" /> + <metadata + id="metadata7542"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Ebene 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(340,-443.3622)" /> +</svg> diff --git a/themes/Mint-Y-Dark/cinnamon/common-assets/misc/add-workspace-active.svg b/themes/Mint-Y-Dark/cinnamon/common-assets/misc/add-workspace-active.svg new file mode 100644 index 00000000..4a54d619 --- /dev/null +++ b/themes/Mint-Y-Dark/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:#8fa876;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:#8fa876;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-Dark/cinnamon/common-assets/misc/add-workspace-hover.svg b/themes/Mint-Y-Dark/cinnamon/common-assets/misc/add-workspace-hover.svg new file mode 100644 index 00000000..ce48f5c9 --- /dev/null +++ b/themes/Mint-Y-Dark/cinnamon/common-assets/misc/add-workspace-hover.svg @@ -0,0 +1,117 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="35" + height="200" + id="svg2" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="add-workspace-hover.svg"> + <defs + id="defs4" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="16" + inkscape:cx="3.4046076" + inkscape:cy="118.15924" + 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:0.45;fill:#000000;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" + d="M 3 0 C 1.3380015 0 0 1.3380015 0 3 L 0 197 C 0 198.662 1.3380015 200 3 200 L 36 200 C 37.661999 200 39 198.662 39 197 L 39 3 C 39 1.3380015 37.661999 0 36 0 L 3 0 z M 3 1 L 36 1 C 37.108 1 38 1.892 38 3 L 38 197 C 38 198.108 37.108 199 36 199 L 3 199 C 1.892 199 1 198.108 1 197 L 1 3 C 1 1.892 1.892 1 3 1 z " + transform="translate(0,852.36218)" + id="rect3810" /> + <g + transform="translate(0,-0.9999969)" + id="g3917-7" + style="fill:#000000;fill-opacity:1;opacity:0.5" /> + <rect + rx="2" + style="opacity:0.45;fill:#202020;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:#bababa;fill-opacity:1"> + <rect + ry="1.1428567" + y="944.36218" + x="17" + height="15.999994" + width="2.0000002" + id="rect3897" + style="opacity:1;fill:#bababa;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:#bababa;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-Dark/cinnamon/common-assets/misc/add-workspace.svg b/themes/Mint-Y-Dark/cinnamon/common-assets/misc/add-workspace.svg new file mode 100644 index 00000000..5b3ed522 --- /dev/null +++ b/themes/Mint-Y-Dark/cinnamon/common-assets/misc/add-workspace.svg @@ -0,0 +1,117 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="35" + height="200" + id="svg2" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="add-workspace.svg"> + <defs + id="defs4" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="22.627417" + inkscape:cx="7.3133825" + inkscape:cy="105.84268" + 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:0.45;fill:#000000;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" + d="M 3 0 C 1.3380015 0 0 1.3380015 0 3 L 0 197 C 0 198.662 1.3380015 200 3 200 L 36 200 C 37.661999 200 39 198.662 39 197 L 39 3 C 39 1.3380015 37.661999 0 36 0 L 3 0 z M 3 1 L 36 1 C 37.108 1 38 1.892 38 3 L 38 197 C 38 198.108 37.108 199 36 199 L 3 199 C 1.892 199 1 198.108 1 197 L 1 3 C 1 1.892 1.892 1 3 1 z " + transform="translate(0,852.36218)" + id="rect3810" /> + <g + transform="translate(0,-0.9999969)" + id="g3917-7" + style="fill:#000000;fill-opacity:1;opacity:0.5" /> + <rect + rx="2" + style="opacity:0.3;fill:#000000;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect3812" + width="37" + height="198" + x="1.000005" + y="853.36218" + ry="2" /> + <g + id="g3917" + style="fill:#bababa;fill-opacity:1"> + <rect + ry="1.1428567" + y="944.36218" + x="17" + height="15.999994" + width="2.0000002" + id="rect3897" + style="opacity:1;fill:#bababa;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:#bababa;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-Dark/cinnamon/common-assets/misc/bg.svg b/themes/Mint-Y-Dark/cinnamon/common-assets/misc/bg.svg new file mode 100644 index 00000000..feeddea4 --- /dev/null +++ b/themes/Mint-Y-Dark/cinnamon/common-assets/misc/bg.svg @@ -0,0 +1,127 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="32" + height="32" + viewBox="0 0 32 32" + id="svg5386" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="bg.svg"> + <defs + id="defs5388" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="11.313708" + inkscape:cx="18.271674" + inkscape:cy="5.838404" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + units="px" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true"> + <inkscape:grid + type="xygrid" + id="grid5954" /> + </sodipodi:namedview> + <metadata + id="metadata5391"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Ebene 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1020.3622)"> + <rect + style="display:inline;opacity:0.81;fill:none;fill-opacity:1;stroke:#161a26;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect4164-4-3" + width="23" + height="21.999889" + x="4.5" + y="1024.8622" + rx="2.0000005" + ry="1.9999999" /> + <rect + style="display:inline;opacity:0.95;fill:#353945;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect4164" + width="22" + height="20.999971" + x="5" + y="1025.3622" + rx="1.4" + ry="1.4" /> + <g + transform="translate(-425.99995,658.36226)" + id="g4271" + style="display:inline;opacity:0.65"> + <rect + ry="8" + rx="8" + y="362.49994" + x="426.49994" + height="31" + width="31.000011" + id="rect4164-4-7-5-3-8-8" + style="display:inline;opacity:0.02000002;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <rect + ry="6.999999" + rx="7" + y="363.49997" + x="427.49994" + height="28.999996" + width="29.000011" + id="rect4164-4-7-5-3-8" + style="display:inline;opacity:0.07000002;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999982;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <rect + ry="6" + rx="6" + y="364.49994" + x="428.49994" + height="26.999998" + width="27.000011" + id="rect4164-4-7-5-3" + style="display:inline;opacity:0.12999998;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <rect + ry="5" + rx="4.9999995" + y="365.49997" + x="429.49997" + height="24.999998" + width="24.999981" + id="rect4164-4-7-5" + style="display:inline;opacity:0.2;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <path + transform="translate(-6.1035156e-5,0)" + id="rect4164-4-7" + d="M 431.64844,388.30469 C 432.37319,389.0416 433.37997,389.5 434.5,389.5 l 15.00023,0 c 1.12003,0 2.12681,-0.4584 2.85156,-1.19531 -0.2591,0.12217 -0.5451,0.19531 -0.85156,0.19531 l -19.00023,0 c -0.30646,0 -0.59246,-0.0731 -0.85156,-0.19531 z" + style="display:inline;opacity:0.25;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + inkscape:connector-curvature="0" + sodipodi:nodetypes="csscssc" /> + </g> + </g> +</svg> diff --git a/themes/Mint-Y-Dark/cinnamon/common-assets/misc/calendar-arrow-left-hover.svg b/themes/Mint-Y-Dark/cinnamon/common-assets/misc/calendar-arrow-left-hover.svg new file mode 100644 index 00000000..fb957eb9 --- /dev/null +++ b/themes/Mint-Y-Dark/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:#8fa876;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-Dark/cinnamon/common-assets/misc/calendar-arrow-left.svg b/themes/Mint-Y-Dark/cinnamon/common-assets/misc/calendar-arrow-left.svg new file mode 100644 index 00000000..27742545 --- /dev/null +++ b/themes/Mint-Y-Dark/cinnamon/common-assets/misc/calendar-arrow-left.svg @@ -0,0 +1,152 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + sodipodi:docname="calendar-arrow-left.svg" + height="16" + id="svg7384" + inkscape:version="0.91 r13725" + version="1.1" + width="16"> + <metadata + id="metadata90"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Gnome Symbolic Icon Theme</dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <sodipodi:namedview + inkscape:bbox-nodes="true" + inkscape:bbox-paths="true" + bordercolor="#666666" + borderopacity="1" + inkscape:current-layer="layer12" + inkscape:cx="13.983735" + inkscape:cy="8.0207106" + gridtolerance="10" + inkscape:guide-bbox="true" + guidetolerance="10" + id="namedview88" + inkscape:object-nodes="false" + inkscape:object-paths="false" + objecttolerance="10" + pagecolor="#ffffff" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + showborder="true" + showgrid="true" + showguides="true" + inkscape:snap-bbox="true" + inkscape:snap-bbox-midpoints="false" + inkscape:snap-global="true" + inkscape:snap-grids="true" + inkscape:snap-nodes="true" + inkscape:snap-others="false" + inkscape:snap-to-guides="true" + inkscape:window-height="720" + inkscape:window-maximized="1" + inkscape:window-width="1366" + inkscape:window-x="0" + inkscape:window-y="25" + inkscape:zoom="22.627417" + inkscape:snap-bbox-edge-midpoints="true"> + <inkscape:grid + empspacing="2" + enabled="true" + id="grid4866" + originx="141px" + originy="530px" + snapvisiblegridlinesonly="true" + spacingx="1px" + spacingy="1px" + type="xygrid" + visible="true" /> + <inkscape:grid + color="#000000" + empcolor="#000000" + empopacity="0" + empspacing="4" + enabled="true" + id="grid5968" + opacity="0.1254902" + originx="141px" + originy="530px" + snapvisiblegridlinesonly="true" + spacingx="0.5px" + spacingy="0.5px" + type="xygrid" + visible="true" /> + </sodipodi:namedview> + <title + id="title9167">Gnome Symbolic Icon Theme</title> + <defs + id="defs7386" /> + <g + inkscape:groupmode="layer" + id="layer9" + inkscape:label="status" + style="display:inline" + transform="translate(-100.0002,-747)" /> + <g + inkscape:groupmode="layer" + id="layer10" + inkscape:label="devices" + transform="translate(-100.0002,-747)" /> + <g + inkscape:groupmode="layer" + id="layer11" + inkscape:label="apps" + transform="translate(-100.0002,-747)" /> + <g + inkscape:groupmode="layer" + id="layer13" + inkscape:label="places" + transform="translate(-100.0002,-747)" /> + <g + inkscape:groupmode="layer" + id="layer14" + inkscape:label="mimetypes" + transform="translate(-100.0002,-747)" /> + <g + inkscape:groupmode="layer" + id="layer15" + inkscape:label="emblems" + style="display:inline" + transform="translate(-100.0002,-747)" /> + <g + inkscape:groupmode="layer" + id="g71291" + inkscape:label="emotes" + style="display:inline" + transform="translate(-100.0002,-747)" /> + <g + inkscape:groupmode="layer" + id="g4953" + inkscape:label="categories" + style="display:inline" + transform="translate(-100.0002,-747)" /> + <g + inkscape:groupmode="layer" + id="layer12" + inkscape:label="actions" + style="display:inline" + transform="translate(-100.0002,-747)"> + <path + style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#a1a1a1;fill-opacity:1;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" + d="m 109.82336,751.00006 a 0.67182557,0.66502524 0 0 0 -0.10367,0.009 0.67182557,0.66502524 0 0 0 -0.39887,0.18702 l -3.35878,3.32479 -0.46184,0.47795 0.46184,0.47792 3.35878,3.32481 a 0.68281953,0.67590797 0 0 0 0.698,0.16363 c 0.0374,0.0143 0.0779,0.0233 0.1207,0.0233 0.18608,0 0.33589,-0.14829 0.33589,-0.33248 0,-0.0423 -0.009,-0.0823 -0.0236,-0.11948 a 0.68281953,0.67590797 0 0 0 -0.16531,-0.69094 l -2.876,-2.84689 2.87597,-2.84686 a 0.67182557,0.66502524 0 0 0 0.17056,-0.72082 c 0.008,-0.0292 0.0185,-0.058 0.0185,-0.0896 0,-0.18421 -0.14978,-0.33249 -0.33587,-0.33249 -0.0395,0 -0.0765,0.01 -0.11152,0.022 A 0.67182557,0.66502524 0 0 0 109.82334,751 Z" + id="path6040" + inkscape:connector-curvature="0" /> + </g> +</svg> diff --git a/themes/Mint-Y-Dark/cinnamon/common-assets/misc/calendar-arrow-right-hover.svg b/themes/Mint-Y-Dark/cinnamon/common-assets/misc/calendar-arrow-right-hover.svg new file mode 100644 index 00000000..f2c44a49 --- /dev/null +++ b/themes/Mint-Y-Dark/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:#8fa876;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-Dark/cinnamon/common-assets/misc/calendar-arrow-right.svg b/themes/Mint-Y-Dark/cinnamon/common-assets/misc/calendar-arrow-right.svg new file mode 100644 index 00000000..366e69b1 --- /dev/null +++ b/themes/Mint-Y-Dark/cinnamon/common-assets/misc/calendar-arrow-right.svg @@ -0,0 +1,152 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + sodipodi:docname="calendar-arrow-right.svg" + height="16" + id="svg7384" + inkscape:version="0.91 r13725" + version="1.1" + width="16"> + <metadata + id="metadata90"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Gnome Symbolic Icon Theme</dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <sodipodi:namedview + inkscape:bbox-nodes="true" + inkscape:bbox-paths="true" + bordercolor="#666666" + borderopacity="1" + inkscape:current-layer="layer12" + inkscape:cx="13.983735" + inkscape:cy="8.0207106" + gridtolerance="10" + inkscape:guide-bbox="true" + guidetolerance="10" + id="namedview88" + inkscape:object-nodes="false" + inkscape:object-paths="false" + objecttolerance="10" + pagecolor="#ffffff" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + showborder="true" + showgrid="true" + showguides="true" + inkscape:snap-bbox="true" + inkscape:snap-bbox-midpoints="false" + inkscape:snap-global="true" + inkscape:snap-grids="true" + inkscape:snap-nodes="true" + inkscape:snap-others="false" + inkscape:snap-to-guides="true" + inkscape:window-height="720" + inkscape:window-maximized="1" + inkscape:window-width="1366" + inkscape:window-x="0" + inkscape:window-y="25" + inkscape:zoom="22.627417" + inkscape:snap-bbox-edge-midpoints="true"> + <inkscape:grid + empspacing="2" + enabled="true" + id="grid4866" + originx="141px" + originy="530px" + snapvisiblegridlinesonly="true" + spacingx="1px" + spacingy="1px" + type="xygrid" + visible="true" /> + <inkscape:grid + color="#000000" + empcolor="#000000" + empopacity="0" + empspacing="4" + enabled="true" + id="grid5968" + opacity="0.1254902" + originx="141px" + originy="530px" + snapvisiblegridlinesonly="true" + spacingx="0.5px" + spacingy="0.5px" + type="xygrid" + visible="true" /> + </sodipodi:namedview> + <title + id="title9167">Gnome Symbolic Icon Theme</title> + <defs + id="defs7386" /> + <g + inkscape:groupmode="layer" + id="layer9" + inkscape:label="status" + style="display:inline" + transform="translate(-100.0002,-747)" /> + <g + inkscape:groupmode="layer" + id="layer10" + inkscape:label="devices" + transform="translate(-100.0002,-747)" /> + <g + inkscape:groupmode="layer" + id="layer11" + inkscape:label="apps" + transform="translate(-100.0002,-747)" /> + <g + inkscape:groupmode="layer" + id="layer13" + inkscape:label="places" + transform="translate(-100.0002,-747)" /> + <g + inkscape:groupmode="layer" + id="layer14" + inkscape:label="mimetypes" + transform="translate(-100.0002,-747)" /> + <g + inkscape:groupmode="layer" + id="layer15" + inkscape:label="emblems" + style="display:inline" + transform="translate(-100.0002,-747)" /> + <g + inkscape:groupmode="layer" + id="g71291" + inkscape:label="emotes" + style="display:inline" + transform="translate(-100.0002,-747)" /> + <g + inkscape:groupmode="layer" + id="g4953" + inkscape:label="categories" + style="display:inline" + transform="translate(-100.0002,-747)" /> + <g + inkscape:groupmode="layer" + id="layer12" + inkscape:label="actions" + style="display:inline" + transform="translate(-100.0002,-747)"> + <path + style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#a1a1a1;fill-opacity:1;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" + d="m 106.17699,751.00006 a 0.67182557,0.66502524 0 0 1 0.10367,0.009 0.67182557,0.66502524 0 0 1 0.39887,0.18702 l 3.35878,3.32479 0.46184,0.47795 -0.46184,0.47792 -3.35878,3.32481 a 0.68281953,0.67590797 0 0 1 -0.698,0.16363 c -0.0374,0.0143 -0.0779,0.0233 -0.1207,0.0233 -0.18608,0 -0.33589,-0.14829 -0.33589,-0.33248 0,-0.0423 0.009,-0.0823 0.0236,-0.11948 a 0.68281953,0.67590797 0 0 1 0.16531,-0.69094 l 2.876,-2.84689 -2.87597,-2.84686 a 0.67182557,0.66502524 0 0 1 -0.17056,-0.72082 c -0.008,-0.0292 -0.0185,-0.058 -0.0185,-0.0896 0,-0.18421 0.14978,-0.33249 0.33587,-0.33249 0.0395,0 0.0765,0.01 0.11152,0.022 A 0.67182557,0.66502524 0 0 1 106.17701,751 Z" + id="path6040" + inkscape:connector-curvature="0" /> + </g> +</svg> diff --git a/themes/Mint-Y-Dark/cinnamon/common-assets/misc/close-active.svg b/themes/Mint-Y-Dark/cinnamon/common-assets/misc/close-active.svg new file mode 100644 index 00000000..95822bf3 --- /dev/null +++ b/themes/Mint-Y-Dark/cinnamon/common-assets/misc/close-active.svg @@ -0,0 +1,100 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Generator: Adobe Illustrator 13.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 14948) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + version="1.0" + id="Foreground" + x="0px" + y="0px" + width="26" + height="26" + viewBox="0 0 18.909091 18.909091" + enable-background="new 0 0 16 16" + xml:space="preserve" + sodipodi:version="0.32" + inkscape:version="0.91 r13725" + sodipodi:docname="close-active.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"><metadata + id="metadata2399"><rdf:RDF><cc:Work + rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title /></cc:Work></rdf:RDF></metadata><defs + id="defs2397" /><sodipodi:namedview + inkscape:window-height="720" + inkscape:window-width="1364" + inkscape:pageshadow="2" + inkscape:pageopacity="0" + guidetolerance="10.0" + gridtolerance="10.0" + objecttolerance="10.0" + borderopacity="1.0" + bordercolor="#666666" + pagecolor="#3e3e3e" + id="base" + showgrid="false" + inkscape:zoom="11.313708" + inkscape:cx="6.9788731" + inkscape:cy="7.4229136" + inkscape:window-x="0" + inkscape:window-y="23" + inkscape:current-layer="Foreground" + showguides="true" + inkscape:guide-bbox="true" + borderlayer="true" + inkscape:showpageshadow="false" + inkscape:window-maximized="0" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true"><inkscape:grid + type="xygrid" + id="grid11246" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" + originx="-3.6363603" + originy="-2.9090857" /></sodipodi:namedview><g + id="g3175-4" + transform="translate(1.8442616,0.64207471)" + style="opacity:0.8"><g + id="g3172-6" /></g><circle + style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#f70505;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="path3808-4" + cx="9.4545488" + cy="10.181814" + r="8" /><circle + style="opacity:1;fill:#d8354a;fill-opacity:1;stroke:#f70505;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="path3808" + cx="9.4545488" + cy="9.454545" + r="8" /><g + inkscape:label="window-close" + id="g27275-6-6-6" + style="display:inline;fill:#000000;fill-opacity:1" + transform="matrix(0.72727272,0,0,0.72727272,4.1762041,2.78384)"><g + transform="translate(-41,-760)" + id="g27277-1-1-2" + style="display:inline;fill:#000000;fill-opacity:1" /></g><g + inkscape:label="window-close" + id="g27275-6-6" + style="display:inline;fill:#ffffff;fill-opacity:1" + transform="matrix(0.72727273,0,0,0.72727273,4.2045495,3.5383247)"><g + transform="translate(-41,-760)" + id="g27277-1-1" + style="display:inline;fill:#ffffff;fill-opacity:1"><path + d="m 44.226475,764.17222 1,0 c 0.01037,-1.2e-4 0.02079,-4.6e-4 0.03125,0 0.254951,0.0112 0.50987,0.12858 0.6875,0.3125 l 2.28125,2.28125 2.3125,-2.28125 c 0.265625,-0.2305 0.446672,-0.3055 0.6875,-0.3125 l 1,0 0,1 c 0,0.28647 -0.03434,0.55065 -0.25,0.75 l -2.28125,2.28125 2.25,2.25 c 0.188188,0.18817 0.281242,0.45345 0.28125,0.71875 l 0,1 -1,0 c -0.265301,-1e-5 -0.530586,-0.0931 -0.71875,-0.28125 l -2.28125,-2.28125 -2.28125,2.28125 c -0.188164,0.18819 -0.45346,0.28125 -0.71875,0.28125 l -1,0 0,-1 c -3e-6,-0.26529 0.09306,-0.53058 0.28125,-0.71875 l 2.28125,-2.25 -2.28125,-2.28125 c -0.210742,-0.19463 -0.30316,-0.46925 -0.28125,-0.75 l 0,-1 z" + inkscape:connector-curvature="0" + id="path27279-0-5" + style="color:#bebebe;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:'Andale Mono';-inkscape-font-specification:'Andale Mono';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" + sodipodi:nodetypes="ccsccccccccccccccccccccccc" /></g></g></svg>
\ No newline at end of file diff --git a/themes/Mint-Y-Dark/cinnamon/common-assets/misc/close-hover.svg b/themes/Mint-Y-Dark/cinnamon/common-assets/misc/close-hover.svg new file mode 100644 index 00000000..7b52140c --- /dev/null +++ b/themes/Mint-Y-Dark/cinnamon/common-assets/misc/close-hover.svg @@ -0,0 +1,100 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Generator: Adobe Illustrator 13.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 14948) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + version="1.0" + id="Foreground" + x="0px" + y="0px" + width="26" + height="26" + viewBox="0 0 18.909091 18.909091" + enable-background="new 0 0 16 16" + xml:space="preserve" + sodipodi:version="0.32" + inkscape:version="0.91 r13725" + sodipodi:docname="close-hover.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"><metadata + id="metadata2399"><rdf:RDF><cc:Work + rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title /></cc:Work></rdf:RDF></metadata><defs + id="defs2397" /><sodipodi:namedview + inkscape:window-height="720" + inkscape:window-width="1364" + inkscape:pageshadow="2" + inkscape:pageopacity="0" + guidetolerance="10.0" + gridtolerance="10.0" + objecttolerance="10.0" + borderopacity="1.0" + bordercolor="#666666" + pagecolor="#3e3e3e" + id="base" + showgrid="false" + inkscape:zoom="11.313708" + inkscape:cx="6.9788731" + inkscape:cy="7.4229136" + inkscape:window-x="0" + inkscape:window-y="23" + inkscape:current-layer="Foreground" + showguides="true" + inkscape:guide-bbox="true" + borderlayer="true" + inkscape:showpageshadow="false" + inkscape:window-maximized="0" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true"><inkscape:grid + type="xygrid" + id="grid11246" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" + originx="-3.6363603" + originy="-2.9090857" /></sodipodi:namedview><g + id="g3175-4" + transform="translate(1.8442616,0.64207471)" + style="opacity:0.8"><g + id="g3172-6" /></g><circle + style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#f70505;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="path3808-4" + cx="9.4545488" + cy="10.181814" + r="8" /><circle + style="opacity:1;fill:#ff7a80;fill-opacity:1;stroke:#f70505;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="path3808" + cx="9.4545488" + cy="9.454545" + r="8" /><g + inkscape:label="window-close" + id="g27275-6-6-6" + style="display:inline;fill:#000000;fill-opacity:1" + transform="matrix(0.72727272,0,0,0.72727272,4.1762041,2.78384)"><g + transform="translate(-41,-760)" + id="g27277-1-1-2" + style="display:inline;fill:#000000;fill-opacity:1" /></g><g + inkscape:label="window-close" + id="g27275-6-6" + style="display:inline;fill:#ffffff;fill-opacity:1" + transform="matrix(0.72727273,0,0,0.72727273,4.2045495,3.5383247)"><g + transform="translate(-41,-760)" + id="g27277-1-1" + style="display:inline;fill:#ffffff;fill-opacity:1"><path + d="m 44.226475,764.17222 1,0 c 0.01037,-1.2e-4 0.02079,-4.6e-4 0.03125,0 0.254951,0.0112 0.50987,0.12858 0.6875,0.3125 l 2.28125,2.28125 2.3125,-2.28125 c 0.265625,-0.2305 0.446672,-0.3055 0.6875,-0.3125 l 1,0 0,1 c 0,0.28647 -0.03434,0.55065 -0.25,0.75 l -2.28125,2.28125 2.25,2.25 c 0.188188,0.18817 0.281242,0.45345 0.28125,0.71875 l 0,1 -1,0 c -0.265301,-1e-5 -0.530586,-0.0931 -0.71875,-0.28125 l -2.28125,-2.28125 -2.28125,2.28125 c -0.188164,0.18819 -0.45346,0.28125 -0.71875,0.28125 l -1,0 0,-1 c -3e-6,-0.26529 0.09306,-0.53058 0.28125,-0.71875 l 2.28125,-2.25 -2.28125,-2.28125 c -0.210742,-0.19463 -0.30316,-0.46925 -0.28125,-0.75 l 0,-1 z" + inkscape:connector-curvature="0" + id="path27279-0-5" + style="color:#bebebe;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:'Andale Mono';-inkscape-font-specification:'Andale Mono';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" + sodipodi:nodetypes="ccsccccccccccccccccccccccc" /></g></g></svg>
\ No newline at end of file diff --git a/themes/Mint-Y-Dark/cinnamon/common-assets/misc/close.svg b/themes/Mint-Y-Dark/cinnamon/common-assets/misc/close.svg new file mode 100644 index 00000000..e221a33f --- /dev/null +++ b/themes/Mint-Y-Dark/cinnamon/common-assets/misc/close.svg @@ -0,0 +1,100 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Generator: Adobe Illustrator 13.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 14948) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + version="1.0" + id="Foreground" + x="0px" + y="0px" + width="26" + height="26" + viewBox="0 0 18.909091 18.909091" + enable-background="new 0 0 16 16" + xml:space="preserve" + sodipodi:version="0.32" + inkscape:version="0.91 r13725" + sodipodi:docname="close.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"><metadata + id="metadata2399"><rdf:RDF><cc:Work + rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title /></cc:Work></rdf:RDF></metadata><defs + id="defs2397" /><sodipodi:namedview + inkscape:window-height="720" + inkscape:window-width="1364" + inkscape:pageshadow="2" + inkscape:pageopacity="0" + guidetolerance="10.0" + gridtolerance="10.0" + objecttolerance="10.0" + borderopacity="1.0" + bordercolor="#666666" + pagecolor="#3e3e3e" + id="base" + showgrid="false" + inkscape:zoom="11.313708" + inkscape:cx="6.9788731" + inkscape:cy="7.4229136" + inkscape:window-x="0" + inkscape:window-y="23" + inkscape:current-layer="Foreground" + showguides="true" + inkscape:guide-bbox="true" + borderlayer="true" + inkscape:showpageshadow="false" + inkscape:window-maximized="0" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true"><inkscape:grid + type="xygrid" + id="grid11246" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" + originx="-3.6363603" + originy="-2.9090857" /></sodipodi:namedview><g + id="g3175-4" + transform="translate(1.8442616,0.64207471)" + style="opacity:0.8"><g + id="g3172-6" /></g><circle + style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#f70505;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="path3808-4" + cx="9.4545488" + cy="10.181814" + r="8" /><circle + style="opacity:1;fill:#f75a61;fill-opacity:1;stroke:#f70505;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="path3808" + cx="9.4545488" + cy="9.454545" + r="8" /><g + inkscape:label="window-close" + id="g27275-6-6-6" + style="display:inline;fill:#000000;fill-opacity:1" + transform="matrix(0.72727272,0,0,0.72727272,4.1762041,2.78384)"><g + transform="translate(-41,-760)" + id="g27277-1-1-2" + style="display:inline;fill:#000000;fill-opacity:1" /></g><g + inkscape:label="window-close" + id="g27275-6-6" + style="display:inline;fill:#ffffff;fill-opacity:1" + transform="matrix(0.72727273,0,0,0.72727273,4.2045495,3.5383247)"><g + transform="translate(-41,-760)" + id="g27277-1-1" + style="display:inline;fill:#ffffff;fill-opacity:1"><path + d="m 44.226475,764.17222 1,0 c 0.01037,-1.2e-4 0.02079,-4.6e-4 0.03125,0 0.254951,0.0112 0.50987,0.12858 0.6875,0.3125 l 2.28125,2.28125 2.3125,-2.28125 c 0.265625,-0.2305 0.446672,-0.3055 0.6875,-0.3125 l 1,0 0,1 c 0,0.28647 -0.03434,0.55065 -0.25,0.75 l -2.28125,2.28125 2.25,2.25 c 0.188188,0.18817 0.281242,0.45345 0.28125,0.71875 l 0,1 -1,0 c -0.265301,-1e-5 -0.530586,-0.0931 -0.71875,-0.28125 l -2.28125,-2.28125 -2.28125,2.28125 c -0.188164,0.18819 -0.45346,0.28125 -0.71875,0.28125 l -1,0 0,-1 c -3e-6,-0.26529 0.09306,-0.53058 0.28125,-0.71875 l 2.28125,-2.25 -2.28125,-2.28125 c -0.210742,-0.19463 -0.30316,-0.46925 -0.28125,-0.75 l 0,-1 z" + inkscape:connector-curvature="0" + id="path27279-0-5" + style="color:#bebebe;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:'Andale Mono';-inkscape-font-specification:'Andale Mono';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" + sodipodi:nodetypes="ccsccccccccccccccccccccccc" /></g></g></svg>
\ No newline at end of file diff --git a/themes/Mint-Y-Dark/cinnamon/common-assets/misc/corner-ripple.svg b/themes/Mint-Y-Dark/cinnamon/common-assets/misc/corner-ripple.svg new file mode 100644 index 00000000..7f965efd --- /dev/null +++ b/themes/Mint-Y-Dark/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:#8fa876;stop-opacity:0" + offset="0" + id="stop3859" /> + <stop + style="stop-color:#8fa876;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-Dark/cinnamon/common-assets/misc/desklet-header.svg b/themes/Mint-Y-Dark/cinnamon/common-assets/misc/desklet-header.svg new file mode 100644 index 00000000..a6e1054c --- /dev/null +++ b/themes/Mint-Y-Dark/cinnamon/common-assets/misc/desklet-header.svg @@ -0,0 +1,158 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="32.000011" + height="22.999983" + viewBox="0 0 32.000011 22.999983" + id="svg5386" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="desklet-header.svg"> + <defs + id="defs5388"> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath4156"> + <rect + style="opacity:0.45;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect4158" + width="48" + height="26.999983" + x="-7" + y="-1043.3622" + transform="scale(1,-1)" /> + </clipPath> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="15.999999" + inkscape:cx="13.051047" + inkscape:cy="8.8454562" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + units="px" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true" + showguides="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0"> + <inkscape:grid + type="xygrid" + id="grid5954" + originx="1.0975551e-05" + originy="-9.0000174" /> + </sodipodi:namedview> + <metadata + id="metadata5391"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Ebene 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(1.0975552e-5,-1020.3622)"> + <g + id="g4146" + clip-path="url(#clipPath4156)"> + <rect + ry="1.9999999" + rx="2.0000005" + y="1024.8622" + x="4.5" + height="21.999889" + width="23" + id="rect4164-4-3" + style="display:inline;opacity:0.84;fill:none;fill-opacity:1;stroke:#161a26;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <rect + ry="1.4" + rx="1.4" + y="1025.3622" + x="5" + height="20.999971" + width="22" + id="rect4164" + style="display:inline;opacity:0.95;fill:#2b2f3b;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <g + style="display:inline;opacity:0.75" + id="g4271" + transform="translate(-425.99995,658.36226)"> + <rect + style="display:inline;opacity:0.02000002;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect4164-4-7-5-3-8-8" + width="31.000011" + height="31" + x="426.49994" + y="362.49994" + rx="8" + ry="8" /> + <rect + style="display:inline;opacity:0.07000002;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999982;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect4164-4-7-5-3-8" + width="29.000011" + height="28.999996" + x="427.49994" + y="363.49997" + rx="7" + ry="6.999999" /> + <rect + style="display:inline;opacity:0.12999998;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect4164-4-7-5-3" + width="27.000011" + height="26.999998" + x="428.49994" + y="364.49994" + rx="6" + ry="6" /> + <rect + style="display:inline;opacity:0.2;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect4164-4-7-5" + width="24.999981" + height="24.999998" + x="429.49997" + y="365.49997" + rx="4.9999995" + ry="5" /> + <path + sodipodi:nodetypes="csscssc" + inkscape:connector-curvature="0" + style="display:inline;opacity:0.25;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="M 431.64844,388.30469 C 432.37319,389.0416 433.37997,389.5 434.5,389.5 l 15.00023,0 c 1.12003,0 2.12681,-0.4584 2.85156,-1.19531 -0.2591,0.12217 -0.5451,0.19531 -0.85156,0.19531 l -19.00023,0 c -0.30646,0 -0.59246,-0.0731 -0.85156,-0.19531 z" + id="rect4164-4-7" + transform="translate(-6.1035156e-5,0)" /> + </g> + </g> + <rect + style="opacity:0.2;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect4145" + width="22" + height="1" + x="5" + y="1042.3622" /> + </g> +</svg> diff --git a/themes/Mint-Y-Dark/cinnamon/common-assets/misc/desklet.svg b/themes/Mint-Y-Dark/cinnamon/common-assets/misc/desklet.svg new file mode 100644 index 00000000..8445c613 --- /dev/null +++ b/themes/Mint-Y-Dark/cinnamon/common-assets/misc/desklet.svg @@ -0,0 +1,152 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="32.000011" + height="22.999983" + viewBox="0 0 32.000011 22.999983" + id="svg5386" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="desklet.svg"> + <defs + id="defs5388"> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath4180"> + <rect + transform="scale(1,-1)" + y="-1052.1622" + x="-7" + height="22.999983" + width="48" + id="rect4182" + style="opacity:0.45;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + </clipPath> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="11.313708" + inkscape:cx="22.308942" + inkscape:cy="7.633471" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + units="px" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true" + showguides="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0"> + <inkscape:grid + type="xygrid" + id="grid5954" + originx="1.0975551e-05" + originy="-9.0000174" /> + </sodipodi:namedview> + <metadata + id="metadata5391"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Ebene 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(1.0975552e-5,-1020.3622)"> + <g + id="g4146" + clip-path="url(#clipPath4180)" + transform="translate(0,-8.8000161)"> + <rect + ry="1.9999999" + rx="2.0000005" + y="1024.8622" + x="4.5" + height="21.999889" + width="23" + id="rect4164-4-3" + style="display:inline;opacity:0.72000002;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <rect + ry="1.4" + rx="1.4" + y="1025.3622" + x="5" + height="20.999971" + width="22" + id="rect4164" + style="display:inline;opacity:0.95;fill:#3c4049;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <g + style="display:inline;opacity:0.75" + id="g4271" + transform="translate(-425.99995,658.36226)"> + <rect + style="display:inline;opacity:0.02000002;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect4164-4-7-5-3-8-8" + width="31.000011" + height="31" + x="426.49994" + y="362.49994" + rx="8" + ry="8" /> + <rect + style="display:inline;opacity:0.07000002;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999982;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect4164-4-7-5-3-8" + width="29.000011" + height="28.999996" + x="427.49994" + y="363.49997" + rx="7" + ry="6.999999" /> + <rect + style="display:inline;opacity:0.12999998;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect4164-4-7-5-3" + width="27.000011" + height="26.999998" + x="428.49994" + y="364.49994" + rx="6" + ry="6" /> + <rect + style="display:inline;opacity:0.2;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect4164-4-7-5" + width="24.999981" + height="24.999998" + x="429.49997" + y="365.49997" + rx="4.9999995" + ry="5" /> + <path + sodipodi:nodetypes="csscssc" + inkscape:connector-curvature="0" + style="display:inline;opacity:0.25;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="M 431.64844,388.30469 C 432.37319,389.0416 433.37997,389.5 434.5,389.5 l 15.00023,0 c 1.12003,0 2.12681,-0.4584 2.85156,-1.19531 -0.2591,0.12217 -0.5451,0.19531 -0.85156,0.19531 l -19.00023,0 c -0.30646,0 -0.59246,-0.0731 -0.85156,-0.19531 z" + id="rect4164-4-7" + transform="translate(-6.1035156e-5,0)" /> + </g> + </g> + </g> +</svg> diff --git a/themes/Mint-Y-Dark/cinnamon/common-assets/misc/osd.svg b/themes/Mint-Y-Dark/cinnamon/common-assets/misc/osd.svg new file mode 100644 index 00000000..df41a00e --- /dev/null +++ b/themes/Mint-Y-Dark/cinnamon/common-assets/misc/osd.svg @@ -0,0 +1,127 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="32" + height="32" + viewBox="0 0 32 32" + id="svg5386" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="osd.svg"> + <defs + id="defs5388" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="16" + inkscape:cx="23.210075" + inkscape:cy="11.575503" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + units="px" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true"> + <inkscape:grid + type="xygrid" + id="grid5954" /> + </sodipodi:namedview> + <metadata + id="metadata5391"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Ebene 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1020.3622)"> + <rect + style="display:inline;opacity:0.85;fill:none;fill-opacity:1;stroke:#0f1116;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect4164-4-3" + width="23" + height="21.999889" + x="4.5" + y="1024.8622" + rx="2.0000005" + ry="1.9999999" /> + <rect + style="display:inline;opacity:0.95;fill:#252a35;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect4164" + width="22" + height="20.999971" + x="5" + y="1025.3622" + rx="1.4" + ry="1.4" /> + <g + transform="translate(-425.99995,658.36226)" + id="g4271" + style="display:inline;opacity:0.65"> + <rect + ry="8" + rx="8" + y="362.49994" + x="426.49994" + height="31" + width="31.000011" + id="rect4164-4-7-5-3-8-8" + style="display:inline;opacity:0.02000002;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <rect + ry="6.999999" + rx="7" + y="363.49997" + x="427.49994" + height="28.999996" + width="29.000011" + id="rect4164-4-7-5-3-8" + style="display:inline;opacity:0.07000002;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999982;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <rect + ry="6" + rx="6" + y="364.49994" + x="428.49994" + height="26.999998" + width="27.000011" + id="rect4164-4-7-5-3" + style="display:inline;opacity:0.12999998;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <rect + ry="5" + rx="4.9999995" + y="365.49997" + x="429.49997" + height="24.999998" + width="24.999981" + id="rect4164-4-7-5" + style="display:inline;opacity:0.2;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <path + transform="translate(-6.1035156e-5,0)" + id="rect4164-4-7" + d="M 431.64844,388.30469 C 432.37319,389.0416 433.37997,389.5 434.5,389.5 l 15.00023,0 c 1.12003,0 2.12681,-0.4584 2.85156,-1.19531 -0.2591,0.12217 -0.5451,0.19531 -0.85156,0.19531 l -19.00023,0 c -0.30646,0 -0.59246,-0.0731 -0.85156,-0.19531 z" + style="display:inline;opacity:0.25;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + inkscape:connector-curvature="0" + sodipodi:nodetypes="csscssc" /> + </g> + </g> +</svg> diff --git a/themes/Mint-Y-Dark/cinnamon/common-assets/misc/overview-hover.png b/themes/Mint-Y-Dark/cinnamon/common-assets/misc/overview-hover.png Binary files differnew file mode 100644 index 00000000..75673f9c --- /dev/null +++ b/themes/Mint-Y-Dark/cinnamon/common-assets/misc/overview-hover.png diff --git a/themes/Mint-Y-Dark/cinnamon/common-assets/misc/overview.png b/themes/Mint-Y-Dark/cinnamon/common-assets/misc/overview.png Binary files differnew file mode 100644 index 00000000..9eb4f87f --- /dev/null +++ b/themes/Mint-Y-Dark/cinnamon/common-assets/misc/overview.png diff --git a/themes/Mint-Y-Dark/cinnamon/common-assets/misc/trash-icon.svg b/themes/Mint-Y-Dark/cinnamon/common-assets/misc/trash-icon.svg new file mode 100644 index 00000000..61097ddb --- /dev/null +++ b/themes/Mint-Y-Dark/cinnamon/common-assets/misc/trash-icon.svg @@ -0,0 +1,97 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="400" + height="120" + id="svg2" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="trash-icon.svg"> + <defs + id="defs4" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="1.28" + inkscape:cx="36.193504" + inkscape:cy="50.945434" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:window-width="1366" + inkscape:window-height="721" + inkscape:window-x="0" + inkscape:window-y="25" + inkscape:window-maximized="1" + showguides="true" + inkscape:guide-bbox="true" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true"> + <inkscape:grid + type="xygrid" + id="grid2985" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + <sodipodi:guide + orientation="1,0" + position="200,105" + id="guide3920" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Ebene 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-932.36218)"> + <path + style="opacity:0.45;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="M 8 6 C 6.892 6 6 6.8919999 6 8 L 6 121 C 6 122.108 6.892 123 8 123 L 392 123 C 393.108 123 394 122.108 394 121 L 394 8 C 394 6.8919999 393.108 6 392 6 L 8 6 z M 8 7 L 392 7 C 392.554 7 393 7.446 393 8 L 393 121 C 393 121.554 392.554 122 392 122 L 8 122 C 7.446 122 7 121.554 7 121 L 7 8 C 7 7.446 7.446 7 8 7 z " + transform="translate(0,932.36218)" + id="rect4179-2-0-9-8" /> + <rect + style="opacity:0.3;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect4179-2-0-9" + width="386" + height="115" + x="7" + y="939.36218" + ry="1" + rx="1" /> + <image + y="964.36218" + x="168" + id="image3917" + xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAAEACAYAAABccqhmAAAABHNCSVQICAgIfAhkiAAAEIlJREFU eJzt3WuMHWd9x/Hv7MV27CQkbu6iKYikhBIKpZfwggC9pCRAKyFoJSCloKpSERG9qKUqinoTUhXR oqY3elMRFYJKiJLSilYtfZHSAIEQkVIcpUCkAAlxQtK4ju317p59+uKZx2f2eG3vWZ85Z878vx/p aNf2WZ//zszzm2eemXkGJEmSJEmSJEmSJEmSJEmSJEmSJEmSJHVUNesCtHMpJYBdwCKwwPTX50b9 WgU2qsrNad64xuZM3egXgWcBLwNeDlwJ7K1f01qna8BR4Ang88CdwBeAowbB/HBNzZGUUkVu+D8H vB64BFhitusxkXsBR4AvAn9IDoNVg6D7XENzIqW0BLwa+C3gOeR117X1l8hB8EHgNuDbhkC3uXbm QEppmbzXvxU4n5PXW5p6Uac3AD4B/Apw0BDoLtdMx6WUFoA3AO8BzmXzOksj32/UXxPTD4Vq5LUB /BPwDuApQ6CbXCsdVg/4XQv8HXmgr6yv1PiayHvcAbDO5hBovrdNVePrAnmQcqmu6Tbg9qqqBlOo Q2MyADospbQH+BPgp8gNCzY37HXyaHx5lSCYRQ8Aco3NAFgGngJeB9xvL6B7lmZdgLZW7/2/D3gl Jzf+DXKDXwWO11+32vvPQrMXsEw+NXkz8JvkcFKHGADdtQi8hjzoB5sb/yqwUr/WGDb+LihjEYPG 63rgO4DHZliXtrBw5rdoRvYB17F5HZU9/wpwjLz3X6M7jb+pHKIcB84DXlj3atQhBkB3XQBcVX/f HOw7Tg6AVYbH+11WwumZOObUOQZAd+0H9jT+XLr+5Zh/Hhp/kYBLcXvrHMcAumsF+CT5Zh/I3ely 7L/G7Af7xvUQ81VvCHbJOqq+7n+Zk8/9z6sBMPBUoCRJkiRJkiRNkUOyDfWVahX5Mtzd5KvxdjM8 FTdr834moGla296AfPr0aP1ax/kLT3ApcOKe+3OBq4EXAy8iT711OfmKvD2n/GF13QA4TL4P4SHg f4C7gQeAgwSfuizsb17v7ZeBa4CbgBvq7/cx+3n21I5yo9Iq8CjwOeBjwKeAw1VV9amHtS3hNvK6 4S8BLyBPs3UT+U61WUyrrdlK5JuqDgAfAO4g2OxFcX5TTlxd953A28jTbF3IqSfXPNXeINxeooe2 Wt9rwD3A7xNoVuP+/4a1emLNG8iz6j6XPNB30ttGvj/VS/OtTFoyOo8hwNPk3sDtwKN9D4F+/3ac 6PLvBd4O/CKnn1W3NPDyxJsyoUX587Tn2tNklfVeGn95olL5Wl4D4DPAO4Ev9zkE+vubcaLx7yfv 9d9EPp231ay6o7PYlPn11hnedtuF6bY0GaUHMDqHYXmVQPgq8EvAXX0dIOxtANSN/0Lg94CfJo/4 n/jnxtcyc0253bZMtDk6waZ7/v5odvmbQVAmMi2vJeAR4Bbgzj6GQJ8DYC/wbuAtnLrxl4tEyqsL M+tqNpqHBCUAdtWvrwM/D9zbt8OBfv02tfoxWreQn6Szu/lP9detZtUtc+t1cX49TU85PCi9gXIl 6JeAtwLf7FMI9G6Kprrr/zLysVvzEt7mvHqr5PO/RxhOrtmlmXU1O81tZIXhNvI84Nfp2VWhvQqA uvFfTt7z72fzbDrNSTXLdeFdnlVXs1XGhsp9BCvAq4CfrK8n6YVeBQD5GO5nyQ/U2Krxlz3/MeZv Yk3NRnMq9g3gF4Ar+jLFeW8CoF4hV5OP08pkp6MP0zjGfE2prW5oPuPgCuCNbH0h2dzpTQCQV8jP AJfVfx4d8CtP0lnFLr/G1zxd/Crgyj70AvoUAJcBr2Xz71RWWvMxWjZ+7VTZnvYDr6AHZ9F6EQB1 Ev84m/f+zUE/B/s0KWW3/6PkR57NtV4EAPnUzKvZ/KCTxPBcv8f8mqQN8njTVfN+GNCXALgc+F5y l2x01L9c3jvfa0pdswz8AHN+GDD3AVAn8AvI1/2f+GuGe//yGC1pkirg+Wy+zHzuzH0AkH+Ha8kr ojT0ckdfubbfAFAbriJPITe3+hAAS+QJPsrvUrr/a3h5r9p1AZt7nnOnDwGwSB4DKDYYnq+18atN i8Alsy7ibPQhACryjD9FCYAyk4/UlgXmvAewdOa3dF65fbOc529e8usAoNo0oDsPjdmRuT6FASfu /f8Rci+g3M/fnMpLaksC7q+q6pFZFyJJkiRJkiRJkrTZ3J8GHFf9vIDXkid1kJoS8Kmqqu6bdSHT 0ocLgcZ1LvAO4JpZF6LO2QDeBRgAPVeuHpSawl04FjUAmsKtdKmIHACjDwiVyhOgw4gcALD5keDh Vr5OUu4jCcMAGD4g1HkDVZ4hEUb0AGg+8WUVAyA6ewDBNGcQ9vZhhTsM9FSYtJkBICkGA0AKzACQ AjMApMAMACkwA0AKzACQAjMApMAMACmw6JcCt6lcYnwMOEJe1ueRH2M+6+BN5MtejwOHyROknE9+ zNWsa4PhTVqH6+/PBXaTH8YZbhq7NhkA7VgD/hv4Z+B+4BC54V8BvIL8KLMLmM3GPAAeBD5Bnvrq ibqOS4DrgBvrOmdRWwIeA/4NuAt4tK73QuBFdW3fTQ4CTYABMFkJOAq8H/gocKiqqhPXlqeUHgQ+ S258v0qel3CaDW0N+DjwV+SGlqqqKrU9BNxLDq23A9cz3e1jANwN/BHwVWDQqO0bwJfIy+2twOuZ 84dydkUXunt9sgq8D/gA8FSz8QNUVUVVVevkhnYreUOf1s0nA+AO4L3AwaqqTjT+Rm0D4GvAu4FP M73HqyfyMvkd4IGqqgZb1JaAbwN/DHyEYLfttsUAmJxE7rZ+DFhvbsCj6n97kBwWR6dU21eAvwSO bqO2J4E/BR5nOgF1iNywHztTbVVVrQB/DRyYUm29ZgBMzgq58Z+2gRX1e+4mjxG0bQD8I/DEGLV9 DfiPdssCciO+k/yY7e3+zFPk3sy0eii9ZQBMzreAA2NsxJDPEHyOPA7Q5ljAMeDzjLfHLMfkiXZr WyePi2y7S18v43vIh1xuw2fBhTc5T5JP942jHNfuIg+4tdXQDpEHJLf9A/V7v0neRto8dbkOPLyD nztC7nV14bTq3HLBTc7Y3dG6kT1NPse9h/ZCoEx6Oq4N4BzarQ0aZyPGsEoOgXPozvULc8fTgLNX kQMAhtOTD2ZXzialtt0MLx7qyuh7Rd77n8Pwoiuf8TAmU3P2yoa8q3517Wq3RYa1tdkL2IlFhstu mW7VNhcMgG6oyI1rme41sorc0JbqV5e2mVJbWW5dqm0uuMC6oZwFWCSvk64FQFdrg+GDXkt9GoML rDvKhtz2KcGdKLV1NQBGX9omA6B7ur4Bd7E+G/8OGQDqCxv/DhgAUmAGgBSYASAFZgBIgRkAUmAG gBSYASAFZgBIgRkAUmAGgBSYASAFZgBIgRkAUmAGgBSYASAFZgBIgRkAUmAGgBSYASAFZgBIgRkA UmAGgBSYASAFZgBIgRkAUmAGgBSYASAFZgBIgRkAUmAGgBSYASAFZgBIgRkAUmAGgBSYASAFZgBI gRkAUmAGgBSYASAFZgBIgRkAUmAGgBSYASAFZgBIgRkAUmAGgBSYASAFZgBIgRkAUmAGgBSYASAF ZgBIgRkAUmAGgBSYASAFZgBIgRkAUmAGgBSYASAFZgBIgRkAUmAGgBSYASAFZgBIgRkAUmAGgBSY ASAFZgBIgRkAUmAGgBSYASAFZgBIgRkAUmAGgBSYASAFZgBIgRkAUmAGgBSYASAFZgBIgRkAUmAG gBSYASAFZgBIgRkAUmAGgBSYASAFZgBIgRkAUmAGgBSYASAFZgBIgRkAUmAGgBSYASAFZgBIgRkA UmAGgBSYASAFZgBIgRkAUmAGgBSYASAFZgBonqVZFzDvDIDZWwaqWRcxhxaA3bMuYt4ZAJOzizGX Z0oJYP+4P7cD57KzxnIe7ddWAbvrZTGOXcDFky8nFgNgci4FLhpzQ14Enlt/bdP5wBXj1Fa/93uA PS3VVCwDV43zA3VtzwQuaKOgSAyAybkIeAnb7M7XG/HFwI9t92fOwm7g5YwXNOcAPwEstVLR0AK5 tnPG/JnXjPkz2oIBMDlLwOuAS7e5p10CbgaubrOo2gJwI3DNdmpLKVXATcD1tB9OFfBi4Ib6c89U G+SeyZtov+fUewbA5FTkxvzLwIWna2gppRIWt9D+Hra4CPgN4NlnqK00yFuBfdMpjV3A24DvTymd cpus634O8F7giuY/NV4agwEwWQvADcAfAD+YUtqTUqpSStRfF1NKlwK/BryHPADY3Ou1uSFXwPPJ jeeGlNK+lNJCXRv1988A3gz8Lfm4vGrU0nZtlwG3ATenlPbXy4rGsttHPlx6P3AdJ/dMbPw7MK29 TyQL5A30h4D7gC8AjwJ7gecBPww8m9x9HW38G/WrTVcDtwMPAPcCDzIcjHwpOSR2naK2tveyF5N7 KW8BPgN8BVgDnsVwme5t1NYMpUnUtwEcPoufnzsRA6DtRlY2wr3kPdaN9d9X5OW91Z6rbMCD+tVm I0vkkfeXkAff0hlqY8q1LZDD6IWNvy+1jYZSqW29ru1s12sCVs/y/5grEQ8BjgJPtvwZA/Kea63+ 8xJbh21zIy7vn8SGfDqlwZTP2k5t5f3rLdeW6s9YrWtbZHih1FaNPzFc1pOobYA9gN5bAw62/Bmp /pzjDEO27MXSyPs2Gu89Tt4I21Qa9HGGhyFLdZ2je/fR2ta3eM8kNQOg1LZ8mtrK73G8rvNsA2AV +NZZ/h9zJWIADMjHv202tLJnWmn8eRfDjbpqvKdsxCvkjXgag1mD+jNLHbvY3M0uwdSsbZX2xydg 2A0ve/wNhgFVamsGxQqTC87/BR6fwP8zNyIGwAZwD8O9TJufs07eQMuedKnxmWUjXqtrKXuwaQRA +ewVhl3o5ZHamocxpUs+rdpKQJVlWGoroVCCc3WCtSXgQP25YYQLgKqqSCkdAB4Grmz540rDL41p keEhQdnQy2sae9emEgKlkZXamj2A0tCmfY69LJtS22gPoDkoOanQHAB3158XRrgAqD0O/CfwRk4e YJq05sY8+lnT2uOfymhDm9Y1Cdsxenak7dqeIPcMQ4l4FgDy3vjvgSMMG2Xbl7yO7rmm1aXejq1q m3U4NbVdWwI+DRysqlh3ZocMgHol301e6RXD7qVi+j/gHwjW/YegAVA7BvwZuRdgAMS1AfwrcCDa 3h8CB0C9sj8LfKj+q7DLIrAEfB34IMOLtkKJvtGvAe8DvszmEXrFcAT4C+AbEff+EHyDr1f6QeC3 gUcIvjyCWQM+DPx7VVVdGeycuvAbfB0C9wG/CzyGYwERrAEfJ99aHLLrX7ix1+qJKF4KvIs8v5/6 p1xm/FHgz4HDUbv+RezffkQ9G861wDvJ005N4/oATUcCDgF/A3wEWIne+MGN+ySNyTrfTJ548hm4 nOZZueT5v8gDvl8EBjb+zKWwhToElsiTUryBPBvNPlxe86Tckv0gcAfwL8AhG/5mLo3TqINgN3ma rFeSp6S6jOGUWS6/bil7+6fJp3Y/CdwFPBF5pP903IC3oQ6CRfKDKK4ijxN8FzkMLsCzKbN2lHyD 18PA/eTG/zj5ON+GfxoGwJjqMCj3D5TbVDVbzclV8gqyqy9JkiRJkiRJkiRJkiRJkiRJkiRJkiRJ kiRJkiRJkjrs/wF74LkrtNf36QAAAABJRU5ErkJggg== " + height="64" + width="64" + style="fill:#000000;fill-opacity:1" /> + </g> +</svg> diff --git a/themes/Mint-Y-Dark/cinnamon/common-assets/panel/activities-active.svg b/themes/Mint-Y-Dark/cinnamon/common-assets/panel/activities-active.svg new file mode 100644 index 00000000..6986f5c0 --- /dev/null +++ b/themes/Mint-Y-Dark/cinnamon/common-assets/panel/activities-active.svg @@ -0,0 +1,158 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + inkscape:export-ydpi="90.000000" + inkscape:export-xdpi="90.000000" + width="24" + height="24" + id="svg11300" + sodipodi:version="0.32" + inkscape:version="0.91 r13725" + sodipodi:docname="activities-active.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape" + version="1.0" + style="display:inline;enable-background:new"> + <sodipodi:namedview + stroke="#ef2929" + fill="#f57900" + id="base" + pagecolor="#bebebe" + bordercolor="#525252" + borderopacity="1" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="22.627417" + inkscape:cx="3.5498385" + inkscape:cy="11.547553" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:showpageshadow="true" + inkscape:window-width="1600" + inkscape:window-height="848" + inkscape:window-x="0" + inkscape:window-y="25" + width="400px" + height="300px" + inkscape:snap-nodes="true" + inkscape:snap-bbox="true" + gridtolerance="10000" + inkscape:object-nodes="true" + inkscape:snap-grids="true" + showguides="false" + inkscape:guide-bbox="true" + inkscape:window-maximized="1" + inkscape:bbox-nodes="true" + inkscape:bbox-paths="false" + inkscape:snap-bbox-edge-midpoints="false" + inkscape:snap-bbox-midpoints="false" + objecttolerance="10000" + guidetolerance="10000" + borderlayer="true" + showborder="true" + guidecolor="#ff0b00" + guideopacity="1" + guidehicolor="#001aff" + guidehiopacity="0.49803922"> + <inkscape:grid + type="xygrid" + id="grid3123" + empspacing="4" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + <sodipodi:guide + position="12,12" + orientation="1,0" + id="guide4135" /> + </sodipodi:namedview> + <defs + id="defs3" /> + <metadata + id="metadata4"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:creator> + <cc:Agent> + <dc:title /> + </cc:Agent> + </dc:creator> + <dc:source /> + <cc:license + rdf:resource="" /> + <dc:title /> + <dc:subject> + <rdf:Bag /> + </dc:subject> + <dc:date /> + <dc:rights> + <cc:Agent> + <dc:title /> + </cc:Agent> + </dc:rights> + <dc:publisher> + <cc:Agent> + <dc:title /> + </cc:Agent> + </dc:publisher> + <dc:identifier /> + <dc:relation /> + <dc:language /> + <dc:coverage /> + <dc:description /> + <dc:contributor> + <cc:Agent> + <dc:title /> + </cc:Agent> + </dc:contributor> + </cc:Work> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + style="display:inline" + inkscape:groupmode="layer" + inkscape:label="Base" + id="layer1" + transform="translate(0,-276)"> + <rect + style="opacity:1;fill:#5294e2;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect4138" + width="2" + height="2" + x="5" + y="287" /> + <rect + style="display:inline;opacity:1;fill:#5294e2;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;enable-background:new" + id="rect4138-6" + width="2" + height="2" + x="11" + y="287" /> + <rect + style="display:inline;opacity:1;fill:#5294e2;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;enable-background:new" + id="rect4138-9" + width="2" + height="2" + x="17" + y="287" /> + </g> +</svg> diff --git a/themes/Mint-Y-Dark/cinnamon/common-assets/panel/activities.svg b/themes/Mint-Y-Dark/cinnamon/common-assets/panel/activities.svg new file mode 100644 index 00000000..b4a4b0dd --- /dev/null +++ b/themes/Mint-Y-Dark/cinnamon/common-assets/panel/activities.svg @@ -0,0 +1,158 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + inkscape:export-ydpi="90.000000" + inkscape:export-xdpi="90.000000" + width="24" + height="24" + id="svg11300" + sodipodi:version="0.32" + inkscape:version="0.91 r13725" + sodipodi:docname="activities.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape" + version="1.0" + style="display:inline;enable-background:new"> + <sodipodi:namedview + stroke="#ef2929" + fill="#f57900" + id="base" + pagecolor="#bebebe" + bordercolor="#525252" + borderopacity="1" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="22.627417" + inkscape:cx="11.305916" + inkscape:cy="11.635941" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:showpageshadow="true" + inkscape:window-width="1600" + inkscape:window-height="848" + inkscape:window-x="0" + inkscape:window-y="25" + width="400px" + height="300px" + inkscape:snap-nodes="true" + inkscape:snap-bbox="true" + gridtolerance="10000" + inkscape:object-nodes="true" + inkscape:snap-grids="true" + showguides="false" + inkscape:guide-bbox="true" + inkscape:window-maximized="1" + inkscape:bbox-nodes="true" + inkscape:bbox-paths="false" + inkscape:snap-bbox-edge-midpoints="false" + inkscape:snap-bbox-midpoints="false" + objecttolerance="10000" + guidetolerance="10000" + borderlayer="true" + showborder="true" + guidecolor="#ff0b00" + guideopacity="1" + guidehicolor="#001aff" + guidehiopacity="0.49803922"> + <inkscape:grid + type="xygrid" + id="grid3123" + empspacing="4" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + <sodipodi:guide + position="12,12" + orientation="1,0" + id="guide4135" /> + </sodipodi:namedview> + <defs + id="defs3" /> + <metadata + id="metadata4"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:creator> + <cc:Agent> + <dc:title /> + </cc:Agent> + </dc:creator> + <dc:source /> + <cc:license + rdf:resource="" /> + <dc:title /> + <dc:subject> + <rdf:Bag /> + </dc:subject> + <dc:date /> + <dc:rights> + <cc:Agent> + <dc:title /> + </cc:Agent> + </dc:rights> + <dc:publisher> + <cc:Agent> + <dc:title /> + </cc:Agent> + </dc:publisher> + <dc:identifier /> + <dc:relation /> + <dc:language /> + <dc:coverage /> + <dc:description /> + <dc:contributor> + <cc:Agent> + <dc:title /> + </cc:Agent> + </dc:contributor> + </cc:Work> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + style="display:inline" + inkscape:groupmode="layer" + inkscape:label="Base" + id="layer1" + transform="translate(0,-276)"> + <rect + style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect4138" + width="2" + height="2" + x="5" + y="287" /> + <rect + style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;enable-background:new" + id="rect4138-6" + width="2" + height="2" + x="11" + y="287" /> + <rect + style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;enable-background:new" + id="rect4138-9" + width="2" + height="2" + x="17" + y="287" /> + </g> +</svg> diff --git a/themes/Mint-Y-Dark/cinnamon/common-assets/panel/window-list-active-bottom.svg b/themes/Mint-Y-Dark/cinnamon/common-assets/panel/window-list-active-bottom.svg new file mode 100644 index 00000000..b69b955e --- /dev/null +++ b/themes/Mint-Y-Dark/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:#8fa876;fill-opacity:1;stroke:none" + id="rect4270-9" + width="24" + height="2" + x="2" + y="298" /> + </g> +</svg> diff --git a/themes/Mint-Y-Dark/cinnamon/common-assets/panel/window-list-active-top.svg b/themes/Mint-Y-Dark/cinnamon/common-assets/panel/window-list-active-top.svg new file mode 100644 index 00000000..1800b3c9 --- /dev/null +++ b/themes/Mint-Y-Dark/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:#8fa876;fill-opacity:1;stroke:none" + id="rect4270-9" + width="24" + height="2" + x="2" + y="296" /> + </g> +</svg> diff --git a/themes/Mint-Y-Dark/cinnamon/dark-assets/checkbox/checkbox-checked-focused.svg b/themes/Mint-Y-Dark/cinnamon/dark-assets/checkbox/checkbox-checked-focused.svg new file mode 100644 index 00000000..5f14508f --- /dev/null +++ b/themes/Mint-Y-Dark/cinnamon/dark-assets/checkbox/checkbox-checked-focused.svg @@ -0,0 +1,195 @@ +<?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/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="22.627418" + inkscape:cx="6.9977696" + inkscape:cy="7.1645903" + 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(-36,1036)" + style="display:inline;opacity:1" + id="checkbox-checked-dark" + inkscape:label="#g10758"> + <g + inkscape:label="#g22047" + id="checkbox-unchecked-5-59" + style="display:inline" + transform="translate(19,0)"> + <g + id="sdsd-7-54" + inkscape:label="#g21853"> + <g + transform="translate(0,-30)" + inkscape:label="#g14325" + id="scdsdcd-5-8"> + <g + transform="matrix(0.92951982,0,0,0.92914368,-156.75069,-212.9618)" + id="g15812-6-6-1-5-4" + style="display:inline"> + <g + style="display:inline" + id="g5489-2-9-6-8-8-53-5" + transform="matrix(0.5089163,0,0,0.51739823,161.7932,197.56426)"> + <g + id="g5428-8-1-4-0-0-4-2" /> + </g> + </g> + <rect + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" + id="rect13523-7-11" + width="16" + height="16" + x="17" + y="30.362183" /> + <g + id="g5400-6-68"> + <rect + rx="1.8571391" + y="31.8622" + x="18.5" + height="13" + width="13" + id="rect5147-9-1-5-7-6-7-4" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#8fa876;fill-opacity:1;stroke:#1a1a1a;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-37" + transform="translate(36,-1036)" + style="display:inline"> + <g + id="g3981-6-4-97" + transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,729.95475,305.0582)" + style="opacity:0.85;fill:#1a1a1a;fill-opacity:1" /> + <g + id="g4049-2-5" + transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,727.94436,295.31123)"> + <g + id="g4056-7-6" + transform="translate(12.374375,11.531233)"> + <g + id="g3981-0-8" + transform="translate(-3,-4.9999826)" + style="fill:#3b3c3e;fill-opacity:1"> + <rect + ry="0.66666085" + rx="0.66666085" + y="1033.3622" + x="8" + height="1.9999826" + width="5" + id="rect3977-39-90" + style="fill:#2f2f2f;fill-opacity:1;stroke:none" /> + <rect + ry="0" + y="1027.3622" + x="11" + height="7.9999828" + width="2" + id="rect3979-7-60" + style="fill:#2f2f2f;fill-opacity:1;stroke:none" /> + </g> + <rect + style="fill:#eeeeee;fill-opacity:0;stroke:none" + id="rect4047-81-5" + width="3" + height="1" + x="5" + y="-8" + transform="translate(0,1036.3622)" /> + </g> + </g> + </g> + </g> + </g> +</svg> diff --git a/themes/Mint-Y-Dark/cinnamon/dark-assets/checkbox/checkbox-checked.svg b/themes/Mint-Y-Dark/cinnamon/dark-assets/checkbox/checkbox-checked.svg new file mode 100644 index 00000000..aecba419 --- /dev/null +++ b/themes/Mint-Y-Dark/cinnamon/dark-assets/checkbox/checkbox-checked.svg @@ -0,0 +1,195 @@ +<?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/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="22.627418" + inkscape:cx="6.5429011" + inkscape:cy="7.7398568" + 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="1351" + inkscape:window-height="761" + inkscape:window-x="210" + inkscape:window-y="117" + inkscape:window-maximized="0" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true"> + <inkscape:grid + type="xygrid" + id="grid2985" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Ebene 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1036.3622)"> + <g + transform="translate(-36,1036)" + style="display:inline;opacity:1" + id="checkbox-checked-dark" + inkscape:label="#g10758"> + <g + inkscape:label="#g22047" + id="checkbox-unchecked-5-59" + style="display:inline" + transform="translate(19,0)"> + <g + id="sdsd-7-54" + inkscape:label="#g21853"> + <g + transform="translate(0,-30)" + inkscape:label="#g14325" + id="scdsdcd-5-8"> + <g + transform="matrix(0.92951982,0,0,0.92914368,-156.75069,-212.9618)" + id="g15812-6-6-1-5-4" + style="display:inline"> + <g + style="display:inline" + id="g5489-2-9-6-8-8-53-5" + transform="matrix(0.5089163,0,0,0.51739823,161.7932,197.56426)"> + <g + id="g5428-8-1-4-0-0-4-2" /> + </g> + </g> + <rect + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" + id="rect13523-7-11" + width="16" + height="16" + x="17" + y="30.362183" /> + <g + id="g5400-6-68"> + <rect + rx="1.8571389" + y="31.897903" + x="18.464298" + height="13" + width="13" + id="rect5147-9-1-5-7-6-7-4" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#8fa876;fill-opacity:1;stroke:#1a1a1a;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.8571361" /> + </g> + </g> + </g> + </g> + <g + inkscape:label="Ebene 1" + id="checkbox-checked-dark-7-37" + transform="translate(36,-1036)" + style="display:inline"> + <g + id="g3981-6-4-97" + transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,729.95475,305.0582)" + style="opacity:0.85;fill:#1a1a1a;fill-opacity:1" /> + <g + id="g4049-2-5" + transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,727.94436,295.31123)"> + <g + id="g4056-7-6" + transform="translate(12.374375,11.531233)"> + <g + id="g3981-0-8" + transform="translate(-3,-4.9999826)" + style="fill:#3b3c3e;fill-opacity:1"> + <rect + ry="0.66666085" + rx="0.66666085" + y="1033.3622" + x="8" + height="1.9999826" + width="5" + id="rect3977-39-90" + style="fill:#2f2f2f;fill-opacity:1;stroke:none" /> + <rect + ry="0" + y="1027.3622" + x="11" + height="7.9999828" + width="2" + id="rect3979-7-60" + style="fill:#2f2f2f;fill-opacity:1;stroke:none" /> + </g> + <rect + style="fill:#eeeeee;fill-opacity:0;stroke:none" + id="rect4047-81-5" + width="3" + height="1" + x="5" + y="-8" + transform="translate(0,1036.3622)" /> + </g> + </g> + </g> + </g> + </g> +</svg> diff --git a/themes/Mint-Y-Dark/cinnamon/dark-assets/checkbox/checkbox-unchecked-focused.svg b/themes/Mint-Y-Dark/cinnamon/dark-assets/checkbox/checkbox-unchecked-focused.svg new file mode 100644 index 00000000..3501abf8 --- /dev/null +++ b/themes/Mint-Y-Dark/cinnamon/dark-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.92.3 (2405546, 2018-03-11)" + 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="22.627418" + inkscape:cx="1.7472106" + inkscape:cy="6.3058787" + 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-dark" + inkscape:label="#g22047"> + <g + inkscape:label="#g21853" + id="sdsd-0-1"> + <g + id="scdsdcd-0-4" + inkscape:label="#g14325" + transform="translate(0,-30)"> + <g + style="display:inline" + id="g15812-6-6-1-4-4" + transform="matrix(0.92951982,0,0,0.92914368,-156.75069,-212.9618)"> + <g + transform="matrix(0.5089163,0,0,0.51739823,161.7932,197.56426)" + id="g5489-2-9-6-8-8-9-7" + style="display:inline"> + <g + id="g5428-8-1-4-0-0-65-8" /> + </g> + </g> + <rect + y="30.362183" + x="17" + height="16" + width="16" + id="rect13523-4-0" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" /> + <g + id="g5400-2-47"> + <rect + ry="2" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5b5b5b;fill-opacity:1;stroke:#8fa876;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + id="rect5147-9-1-5-7-6-3-70" + width="13" + height="12.999997" + x="18.5" + y="31.862183" + rx="2" /> + </g> + </g> + </g> + </g> + </g> +</svg> diff --git a/themes/Mint-Y-Dark/cinnamon/dark-assets/checkbox/checkbox-unchecked.svg b/themes/Mint-Y-Dark/cinnamon/dark-assets/checkbox/checkbox-unchecked.svg new file mode 100644 index 00000000..6234011a --- /dev/null +++ b/themes/Mint-Y-Dark/cinnamon/dark-assets/checkbox/checkbox-unchecked.svg @@ -0,0 +1,141 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="16" + height="16" + id="svg2" + version="1.1" + inkscape:version="0.92.3 (2405546, 2018-03-11)" + sodipodi:docname="checkbox-unchecked.svg" + inkscape:export-filename="/home/steffen/.local/share/themes/neu2/gtk-3.0/assets/dark/checkbox-unchecked.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + id="linearGradient3768-6"> + <stop + style="stop-color:#0f0f0f;stop-opacity:1;" + offset="0" + id="stop3770-6" /> + <stop + id="stop3778-2" + offset="0.078125" + style="stop-color:#171717;stop-opacity:1;" /> + <stop + style="stop-color:#171717;stop-opacity:1;" + offset="0.97355771" + id="stop3774-0" /> + <stop + style="stop-color:#1b1b1b;stop-opacity:1;" + offset="1" + id="stop3776-1" /> + </linearGradient> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#2f2f2f" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="31.819805" + inkscape:cx="6.333941" + inkscape:cy="7.7688206" + 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="1262" + inkscape:window-height="861" + inkscape:window-x="635" + inkscape:window-y="34" + inkscape:window-maximized="0" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true"> + <inkscape:grid + type="xygrid" + id="grid2985" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Ebene 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1036.3622)"> + <g + transform="translate(-17,1036)" + style="display:inline;opacity:1" + id="checkbox-unchecked-dark" + inkscape:label="#g22047"> + <g + inkscape:label="#g21853" + id="sdsd-0-1"> + <g + id="scdsdcd-0-4" + inkscape:label="#g14325" + transform="translate(0,-30)"> + <g + style="display:inline" + id="g15812-6-6-1-4-4" + transform="matrix(0.92951982,0,0,0.92914368,-156.75069,-212.9618)"> + <g + transform="matrix(0.5089163,0,0,0.51739823,161.7932,197.56426)" + id="g5489-2-9-6-8-8-9-7" + style="display:inline"> + <g + id="g5428-8-1-4-0-0-65-8" /> + </g> + </g> + <rect + y="30.362183" + x="17" + height="16" + width="16" + id="rect13523-4-0" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" /> + <g + id="g5400-2-47"> + <rect + ry="2" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5b5b5b;fill-opacity:1;stroke:#1a1a1a;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + id="rect5147-9-1-5-7-6-3-70" + width="13" + height="12.999997" + x="18.5" + y="31.862183" + rx="2" /> + </g> + </g> + </g> + </g> + </g> +</svg> diff --git a/themes/Mint-Y-Dark/cinnamon/dark-assets/menu/menu-hover.svg b/themes/Mint-Y-Dark/cinnamon/dark-assets/menu/menu-hover.svg new file mode 100644 index 00000000..a023a8eb --- /dev/null +++ b/themes/Mint-Y-Dark/cinnamon/dark-assets/menu/menu-hover.svg @@ -0,0 +1,97 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="9.0311108mm" + height="9.3133335mm" + viewBox="0 0 31.999999 33" + id="svg6927" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="menu-hover.svg"> + <defs + id="defs6929" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="11.2" + inkscape:cx="16.934585" + inkscape:cy="20.910274" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="1920" + inkscape:window-height="1032" + inkscape:window-x="0" + inkscape:window-y="25" + inkscape:window-maximized="1" + inkscape:snap-bbox="true" + inkscape:bbox-paths="false" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-midpoints="false" + inkscape:snap-bbox-edge-midpoints="true"> + <inkscape:grid + type="xygrid" + id="grid4140" + originx="0" + originy="1.2503989e-05" /> + </sodipodi:namedview> + <metadata + id="metadata6932"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Ebene 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-137,-382.36221)"> + <g + transform="matrix(0.0689655,0,0,0.93939391,71.275885,281.90766)" + id="g6908"> + <rect + y="108" + x="1011" + height="33" + width="348" + id="rect5271" + style="opacity:0.05;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" /> + </g> + <rect + style="opacity:0.07;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect4141" + width="23.99999" + height="1" + x="141" + y="382.36221" /> + <rect + style="opacity:0.07;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect4141-5" + width="23.99999" + height="1" + x="141" + y="414.36221" /> + </g> +</svg> diff --git a/themes/Mint-Y-Dark/cinnamon/dark-assets/menu/menu.svg b/themes/Mint-Y-Dark/cinnamon/dark-assets/menu/menu.svg new file mode 100644 index 00000000..44e295d6 --- /dev/null +++ b/themes/Mint-Y-Dark/cinnamon/dark-assets/menu/menu.svg @@ -0,0 +1,127 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="32" + height="32" + viewBox="0 0 32 32" + id="svg5386" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="menu.svg"> + <defs + id="defs5388" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="22.627416" + inkscape:cx="10.702765" + inkscape:cy="22.873719" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + units="px" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true"> + <inkscape:grid + type="xygrid" + id="grid5954" /> + </sodipodi:namedview> + <metadata + id="metadata5391"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Ebene 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1020.3622)"> + <rect + style="display:inline;opacity:0.83;fill:none;fill-opacity:1;stroke:#1b1c21;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect4164-4-3" + width="23" + height="21.999889" + x="4.5" + y="1024.8622" + rx="2.0000005" + ry="1.9999999" /> + <rect + style="display:inline;opacity:1;fill:#383c4a;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect4164" + width="22" + height="20.999971" + x="5" + y="1025.3622" + rx="1.4" + ry="1.4" /> + <g + transform="translate(-425.99995,658.36226)" + id="g4271" + style="display:inline;opacity:0.65"> + <rect + ry="8" + rx="8" + y="362.49994" + x="426.49994" + height="31" + width="31.000011" + id="rect4164-4-7-5-3-8-8" + style="display:inline;opacity:0.02000002;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <rect + ry="6.999999" + rx="7" + y="363.49997" + x="427.49994" + height="28.999996" + width="29.000011" + id="rect4164-4-7-5-3-8" + style="display:inline;opacity:0.07000002;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999982;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <rect + ry="6" + rx="6" + y="364.49994" + x="428.49994" + height="26.999998" + width="27.000011" + id="rect4164-4-7-5-3" + style="display:inline;opacity:0.12999998;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <rect + ry="5" + rx="4.9999995" + y="365.49997" + x="429.49997" + height="24.999998" + width="24.999981" + id="rect4164-4-7-5" + style="display:inline;opacity:0.2;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <path + transform="translate(-6.1035156e-5,0)" + id="rect4164-4-7" + d="M 431.64844,388.30469 C 432.37319,389.0416 433.37997,389.5 434.5,389.5 l 15.00023,0 c 1.12003,0 2.12681,-0.4584 2.85156,-1.19531 -0.2591,0.12217 -0.5451,0.19531 -0.85156,0.19531 l -19.00023,0 c -0.30646,0 -0.59246,-0.0731 -0.85156,-0.19531 z" + style="display:inline;opacity:0.25;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + inkscape:connector-curvature="0" + sodipodi:nodetypes="csscssc" /> + </g> + </g> +</svg> diff --git a/themes/Mint-Y-Dark/cinnamon/dark-assets/menu/submenu.svg b/themes/Mint-Y-Dark/cinnamon/dark-assets/menu/submenu.svg new file mode 100644 index 00000000..93695444 --- /dev/null +++ b/themes/Mint-Y-Dark/cinnamon/dark-assets/menu/submenu.svg @@ -0,0 +1,117 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="37" + height="18" + id="svg3783" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="submenu.svg" + inkscape:export-filename="/home/steffen/.local/share/themes/Vertex_Shell/gnome-shell/menu.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs3785" /> + <sodipodi:namedview + id="base" + pagecolor="#838383" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="16.000001" + inkscape:cx="6.5686977" + inkscape:cy="6.4384088" + inkscape:document-units="px" + inkscape:current-layer="g3027" + showgrid="true" + inkscape:showpageshadow="false" + inkscape:window-width="1364" + inkscape:window-height="718" + inkscape:window-x="0" + inkscape:window-y="25" + inkscape:window-maximized="0" + inkscape:snap-global="true" + inkscape:snap-bbox="true" + showguides="true" + inkscape:guide-bbox="true" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true"> + <inkscape:grid + type="xygrid" + id="grid4301" + empspacing="8" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" + originx="0" + originy="0" /> + <sodipodi:guide + orientation="0,1" + position="14.052204,22.065004" + id="guide3831" /> + <sodipodi:guide + orientation="0,1" + position="14.052204,-3.9349962" + id="guide3835" /> + </sodipodi:namedview> + <metadata + id="metadata3788"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Calque 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-5.9477962,-1025.4272)"> + <g + id="g3027" + transform="matrix(0,-1,1,0,-1048.3622,1052.3622)"> + <rect + style="opacity:0.15;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect3092" + width="28.999735" + height="18" + x="1058.3102" + y="-26.934996" + transform="matrix(0,1,-1,0,0,0)" /> + <rect + style="opacity:0.15;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect3883" + width="28.999802" + height="1" + x="1058.3102" + y="-9.9350014" + transform="matrix(0,1,-1,0,0,0)" /> + <rect + style="opacity:0.15;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect3883-1" + width="28.999802" + height="1" + x="1058.3101" + y="-26.934996" + transform="matrix(0,1,-1,0,0,0)" /> + </g> + </g> +</svg> diff --git a/themes/Mint-Y-Dark/cinnamon/dark-assets/misc/button-box.svg b/themes/Mint-Y-Dark/cinnamon/dark-assets/misc/button-box.svg new file mode 100644 index 00000000..0342698a --- /dev/null +++ b/themes/Mint-Y-Dark/cinnamon/dark-assets/misc/button-box.svg @@ -0,0 +1,101 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="22" + height="18.999971" + viewBox="0 0 22 18.999971" + id="svg5386" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="button-box.svg"> + <defs + id="defs5388"> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath4228"> + <rect + style="opacity:1;fill:#5294e2;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect4230" + width="38" + height="29.000017" + x="-3" + y="1027.3622" + rx="1.5" + ry="1.5" /> + </clipPath> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="1" + inkscape:cx="18.945179" + inkscape:cy="17.423975" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + units="px" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + showguides="false" + inkscape:object-paths="true" + inkscape:snap-intersection-paths="true" + inkscape:object-nodes="true" + inkscape:snap-smooth-nodes="true"> + <inkscape:grid + type="xygrid" + id="grid5954" + originx="-5" + originy="-6.000065" /> + </sodipodi:namedview> + <metadata + id="metadata5391"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Ebene 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-5,-1027.3622)"> + <path + style="opacity:0.95;fill:#353945;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="m 27,1027.3622 0,17.9445 c 0,0.5848 -0.4906,1.0555 -1.1,1.0555 l -19.8,0 c -0.6094,0 -1.1,-0.4707 -1.1,-1.0555 l 0,-17.9445 z" + id="rect4145-1" + inkscape:connector-curvature="0" + sodipodi:nodetypes="csssscc" /> + <rect + style="opacity:0.35;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect4137" + width="22" + height="1" + x="5" + y="1027.3622" + rx="0" + ry="1.3877788e-16" /> + </g> +</svg> diff --git a/themes/Mint-Y-Dark/cinnamon/dark-assets/misc/message.svg b/themes/Mint-Y-Dark/cinnamon/dark-assets/misc/message.svg new file mode 100644 index 00000000..b05e3a55 --- /dev/null +++ b/themes/Mint-Y-Dark/cinnamon/dark-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="15.839192" + inkscape:cx="15.577767" + inkscape:cy="11.940102" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + units="px" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true" + inkscape:window-width="1920" + inkscape:window-height="1030" + 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:#000000;fill-opacity:0.15294118;stroke:#000000;stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.38039216" + id="rect4160" + width="31" + height="31.000017" + x="0.5" + y="1020.8622" + rx="1.5" + ry="1.5" /> + <path + style="display:inline;opacity:1;fill:#8fa876;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.39215686" + d="m 2.5,1021.3622 0.5,0 0,30 -0.5,0 c -0.831,0 -1.5,-0.669 -1.5,-1.5 l 0,-27 c 0,-0.831 0.669,-1.5 1.5,-1.5 z" + id="rect4162" + inkscape:connector-curvature="0" + sodipodi:nodetypes="sccssss" /> + </g> +</svg> diff --git a/themes/Mint-Y-Dark/cinnamon/dark-assets/misc/modal.svg b/themes/Mint-Y-Dark/cinnamon/dark-assets/misc/modal.svg new file mode 100644 index 00000000..ec0b9454 --- /dev/null +++ b/themes/Mint-Y-Dark/cinnamon/dark-assets/misc/modal.svg @@ -0,0 +1,143 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="32" + height="84" + viewBox="0 0 32 84" + id="svg5386" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="modal.svg"> + <defs + id="defs5388"> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath4154"> + <rect + transform="scale(1,-1)" + ry="1.5" + rx="1.5" + y="-992.36218" + x="-5.5" + height="24.500061" + width="43" + id="rect4156" + style="opacity:1;fill:#5294e2;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + </clipPath> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#c7c7c7" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="22.627416" + inkscape:cx="20.862219" + inkscape:cy="64.999507" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + units="px" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true"> + <inkscape:grid + type="xygrid" + id="grid5954" /> + </sodipodi:namedview> + <metadata + id="metadata5391"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Ebene 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-968.3622)"> + <rect + style="display:inline;opacity:0.64;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect4164-4-3" + width="23" + height="73.999352" + x="4.5" + y="972.86285" + rx="2.0000005" + ry="1.9999999" /> + <rect + style="display:inline;opacity:0.99999999;fill:#323644;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect4164" + width="22" + height="20.999971" + x="5" + y="973.36285" + rx="1.4" + ry="2.0461845" + clip-path="url(#clipPath4154)" + transform="matrix(1,0,0,0.68420028,0,307.38771)" /> + <g + transform="translate(-425.99995,606.36226)" + id="g4271" + style="display:inline;opacity:0.64999999"> + <rect + ry="8" + rx="8" + y="362.49994" + x="426.49994" + height="83" + width="31.000011" + id="rect4164-4-7-5-3-8-8" + style="display:inline;opacity:0.02;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <rect + ry="6.9999981" + rx="7" + y="363.49997" + x="427.49994" + height="80.999969" + width="29.000011" + id="rect4164-4-7-5-3-8" + style="display:inline;opacity:0.07;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999982;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <rect + ry="6.0000005" + rx="6" + y="364.49997" + x="428.49994" + height="79" + width="27.000011" + id="rect4164-4-7-5-3" + style="display:inline;opacity:0.13;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <rect + ry="5" + rx="4.9999995" + y="365.49997" + x="429.49997" + height="76.999969" + width="24.999981" + id="rect4164-4-7-5" + style="display:inline;opacity:0.2;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <path + id="rect4164-4-7" + d="m 431.64838,440.30463 c 0.72475,0.73691 1.73153,1.19531 2.85156,1.19531 l 15.00023,0 c 1.12003,0 2.12681,-0.4584 2.85156,-1.19531 -0.2591,0.12217 -0.5451,0.19531 -0.85156,0.19531 l -19.00023,0 c -0.30646,0 -0.59246,-0.0731 -0.85156,-0.19531 z" + style="display:inline;opacity:0.25;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + inkscape:connector-curvature="0" + sodipodi:nodetypes="csscssc" /> + </g> + </g> +</svg> diff --git a/themes/Mint-Y-Dark/cinnamon/dark-assets/switch/switch-off.svg b/themes/Mint-Y-Dark/cinnamon/dark-assets/switch/switch-off.svg new file mode 100644 index 00000000..5d6df1f1 --- /dev/null +++ b/themes/Mint-Y-Dark/cinnamon/dark-assets/switch/switch-off.svg @@ -0,0 +1,201 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="50" + height="20" + id="svg7539" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="switch-off.svg"> + <defs + id="defs7541"> + <linearGradient + id="linearGradient4695-1-4-3-5-0-6"> + <stop + id="stop4697-9-9-7-0-1-5" + style="stop-color:#000000;stop-opacity:1;" + offset="0" /> + <stop + id="stop4699-5-8-9-0-4-0" + style="stop-color:#000000;stop-opacity:0" + offset="1" /> + </linearGradient> + <linearGradient + id="linearGradient3768-6"> + <stop + style="stop-color:#0f0f0f;stop-opacity:1;" + offset="0" + id="stop3770-0" /> + <stop + id="stop3778-6" + offset="0.078125" + style="stop-color:#171717;stop-opacity:1;" /> + <stop + style="stop-color:#171717;stop-opacity:1;" + offset="0.97355771" + id="stop3774-2" /> + <stop + style="stop-color:#1b1b1b;stop-opacity:1;" + offset="1" + id="stop3776-2" /> + </linearGradient> + <linearGradient + id="linearGradient3969-0-4"> + <stop + style="stop-color:#353537;stop-opacity:1;" + offset="0" + id="stop3971-2-6" /> + <stop + style="stop-color:#4d4f52;stop-opacity:1;" + offset="1" + id="stop3973-0-1" /> + </linearGradient> + <linearGradient + id="linearGradient3938"> + <stop + id="stop3940" + offset="0" + style="stop-color:#ffffff;stop-opacity:0;" /> + <stop + id="stop3942" + offset="1" + style="stop-color:#ffffff;stop-opacity:0.54901963;" /> + </linearGradient> + <linearGradient + id="linearGradient6523"> + <stop + id="stop6525" + offset="0" + style="stop-color:#1a1a1a;stop-opacity:1;" /> + <stop + id="stop6527" + offset="1" + style="stop-color:#1a1a1a;stop-opacity:0;" /> + </linearGradient> + <linearGradient + id="linearGradient3938-6"> + <stop + id="stop3940-4" + offset="0" + style="stop-color:#bebebe;stop-opacity:1;" /> + <stop + id="stop3942-8" + offset="1" + style="stop-color:#ffffff;stop-opacity:1;" /> + </linearGradient> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="16.499159" + inkscape:cx="2.6049273" + inkscape:cy="12.240851" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="1920" + inkscape:window-height="1030" + inkscape:window-x="1920" + inkscape:window-y="0" + inkscape:window-maximized="1" + inkscape:snap-bbox="true" + showguides="true" + inkscape:guide-bbox="true" + inkscape:snap-bbox-midpoints="false" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true"> + <inkscape:grid + type="xygrid" + id="grid3019" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" + originx="-4" + originy="2.6171874e-06" /> + </sodipodi:namedview> + <metadata + id="metadata7544"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + inkscape:label="Layer 1" + inkscape:groupmode="layer" + transform="translate(-120,87.999997)"> + <g + transform="translate(-886,-418)" + style="display:inline;opacity:1" + id="switch-dark" + inkscape:label="#g4820"> + <g + id="layer1-9-13" + inkscape:label="Layer 1" + transform="matrix(-1,0,0,1,1177,420)"> + <g + style="display:inline" + transform="translate(120,-116.99998)" + inkscape:label="Layer 1" + id="switch-active-2-2"> + <g + id="g3900-12-8" + transform="translate(0,-1004.3622)"> + <rect + style="display:inline;opacity:0;fill:#434343;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect5465-3-32-7" + width="52" + height="24" + x="0" + y="1029.3622" /> + <rect + style="fill:#5b5b5b;fill-opacity:1;fill-rule:nonzero;stroke:none" + id="rect2987-07-4" + width="50" + height="20" + x="1" + y="1031.3622" + ry="11" + rx="11" /> + <circle + style="fill:#353535;fill-opacity:1;fill-rule:nonzero;stroke:none" + id="path3759-7-4" + cx="41" + cy="1041.3622" + r="9" /> + </g> + </g> + </g> + <path + inkscape:connector-curvature="0" + d="m 1043.0028,337 0.75,0 c 0.01,-9e-5 0.016,-3.5e-4 0.023,0 0.1912,0.008 0.3824,0.0964 0.5156,0.23437 l 1.711,1.71094 1.7343,-1.71094 c 0.1993,-0.17287 0.335,-0.22912 0.5157,-0.23437 l 0.75,0 0,0.75 c 0,0.21485 -0.026,0.41298 -0.1875,0.5625 l -1.711,1.71093 1.6875,1.6875 c 0.1412,0.14113 0.211,0.34009 0.211,0.53907 l 0,0.75 -0.75,0 c -0.199,-10e-6 -0.398,-0.0698 -0.5391,-0.21094 l -1.7109,-1.71094 -1.711,1.71094 c -0.1411,0.14114 -0.3401,0.21094 -0.539,0.21094 l -0.75,0 0,-0.75 c 0,-0.19897 0.07,-0.39794 0.2109,-0.53907 l 1.7109,-1.6875 -1.7109,-1.71093 c -0.1581,-0.14598 -0.2274,-0.35194 -0.2109,-0.5625 l 0,-0.75 z" + id="path10839-9-8-2-2-5-46" + style="color:#bebebe;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:'Andale Mono';-inkscape-font-specification:'Andale Mono';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#353535;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> + </g> + </g> +</svg> diff --git a/themes/Mint-Y-Dark/cinnamon/dark-assets/switch/switch-on.svg b/themes/Mint-Y-Dark/cinnamon/dark-assets/switch/switch-on.svg new file mode 100644 index 00000000..8d84fd0e --- /dev/null +++ b/themes/Mint-Y-Dark/cinnamon/dark-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="11.666667" + inkscape:cx="13.245082" + inkscape:cy="16.13001" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="1920" + inkscape:window-height="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-dark" + inkscape:label="#g4829"> + <g + id="layer1-9-0-51" + inkscape:label="Layer 1" + transform="translate(885,450)" + style="display:inline;opacity:1"> + <g + style="display:inline" + transform="translate(120,-116.99998)" + inkscape:label="Layer 1" + id="switch-active-8-8"> + <g + id="g3900-1-87-0" + transform="translate(0,-1004.3622)"> + <rect + style="display:inline;opacity:0;fill:#434343;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect5465-3-3-3" + width="52" + height="24" + x="0" + y="1029.3622" /> + <rect + style="fill:#8fa876;fill-opacity:1;fill-rule:nonzero;stroke:none" + id="rect2987-0-8-7" + width="50" + height="20" + x="1" + y="1031.3622" + ry="11" + rx="11" /> + <circle + style="fill:#353535;fill-opacity:1;fill-rule:nonzero;stroke:none" + id="path3759-0-75" + cx="41" + cy="1041.3622" + r="9" /> + </g> + </g> + </g> + <g + transform="translate(-1.0003162,0)" + id="g4816-8"> + <rect + transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)" + ry="0.66666085" + rx="0.66666085" + y="-456.09485" + x="977.54999" + height="1.9999826" + width="5" + id="rect3977-39-2-13" + style="display:inline;opacity:1;fill:#353535;fill-opacity:1;stroke:none" /> + <rect + transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)" + ry="0" + y="-462.09485" + x="980.54999" + height="7.9999828" + width="2" + id="rect3979-7-0-65" + style="display:inline;opacity:1;fill:#353535;fill-opacity:1;stroke:none" /> + </g> + </g> + </g> +</svg> diff --git a/themes/Mint-Y-Dark/cinnamon/thumbnail.png b/themes/Mint-Y-Dark/cinnamon/thumbnail.png Binary files differnew file mode 100644 index 00000000..7e269f48 --- /dev/null +++ b/themes/Mint-Y-Dark/cinnamon/thumbnail.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/apps.rc b/themes/Mint-Y-Dark/gtk-2.0/apps.rc new file mode 100644 index 00000000..88200773 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/apps.rc @@ -0,0 +1,45 @@ + +########### FILE MANAGERS ############## + +style "thunar-handle" { GtkPaned::handle-size = 2 } + +style "dark-sidebar" { + GtkTreeView::odd_row_color = @dark_sidebar_bg + GtkTreeView::even_row_color = @dark_sidebar_bg + + + base[NORMAL] = @dark_sidebar_bg + base[INSENSITIVE] = @dark_sidebar_bg + + text[NORMAL] = "#C3C3C3" + text[ACTIVE] = @selected_fg_color + text[SELECTED] = @selected_fg_color +} + +style "thunar-frame" { + xthickness = 0 + ythickness = 0 +} + +# Thunar +widget_class "*ThunarWindow*.<GtkScrolledWindow>" style "thunar-frame" +widget_class "*ThunarShortcutsView*" style "dark-sidebar" +widget_class "*ThunarTreeView*" style "dark-sidebar" +widget_class "*ThunarWindow*.<GtkHPaned>" style "thunar-handle" + +# Caja +widget_class "*CajaSidePane*" style "dark-sidebar" + + + +####### TERMINAL ################ + +style "terminal_screen" +{ + text[NORMAL] = "#ffffff" + base[NORMAL] = "#3f3f3f" + + TerminalScreen::background-darkness = 0.9 +} + +widget "*TerminalWindow.*.TerminalScreen*" style "terminal_screen" diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/arrow-down-insens.png b/themes/Mint-Y-Dark/gtk-2.0/assets/arrow-down-insens.png Binary files differnew file mode 100644 index 00000000..39049a2c --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/arrow-down-insens.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/arrow-down-prelight.png b/themes/Mint-Y-Dark/gtk-2.0/assets/arrow-down-prelight.png Binary files differnew file mode 100644 index 00000000..a7ca38da --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/arrow-down-prelight.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/arrow-down-small-insens.png b/themes/Mint-Y-Dark/gtk-2.0/assets/arrow-down-small-insens.png Binary files differnew file mode 100644 index 00000000..d8762052 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/arrow-down-small-insens.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/arrow-down-small-prelight.png b/themes/Mint-Y-Dark/gtk-2.0/assets/arrow-down-small-prelight.png Binary files differnew file mode 100644 index 00000000..70297cf3 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/arrow-down-small-prelight.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/arrow-down-small.png b/themes/Mint-Y-Dark/gtk-2.0/assets/arrow-down-small.png Binary files differnew file mode 100644 index 00000000..45eb1cb0 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/arrow-down-small.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/arrow-down.png b/themes/Mint-Y-Dark/gtk-2.0/assets/arrow-down.png Binary files differnew file mode 100644 index 00000000..004cf94d --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/arrow-down.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/arrow-left-insens.png b/themes/Mint-Y-Dark/gtk-2.0/assets/arrow-left-insens.png Binary files differnew file mode 100644 index 00000000..7653f873 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/arrow-left-insens.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/arrow-left-prelight.png b/themes/Mint-Y-Dark/gtk-2.0/assets/arrow-left-prelight.png Binary files differnew file mode 100644 index 00000000..8e71a139 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/arrow-left-prelight.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/arrow-left.png b/themes/Mint-Y-Dark/gtk-2.0/assets/arrow-left.png Binary files differnew file mode 100644 index 00000000..03af616b --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/arrow-left.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/arrow-right-insens.png b/themes/Mint-Y-Dark/gtk-2.0/assets/arrow-right-insens.png Binary files differnew file mode 100644 index 00000000..a2b04ba7 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/arrow-right-insens.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/arrow-right-prelight.png b/themes/Mint-Y-Dark/gtk-2.0/assets/arrow-right-prelight.png Binary files differnew file mode 100644 index 00000000..47ef3c83 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/arrow-right-prelight.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/arrow-right.png b/themes/Mint-Y-Dark/gtk-2.0/assets/arrow-right.png Binary files differnew file mode 100644 index 00000000..0d3982e1 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/arrow-right.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/arrow-up-insens.png b/themes/Mint-Y-Dark/gtk-2.0/assets/arrow-up-insens.png new file mode 120000 index 00000000..20a7234e --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/arrow-up-insens.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-Dark/gtk-2.0/assets/arrow-up-prelight.png b/themes/Mint-Y-Dark/gtk-2.0/assets/arrow-up-prelight.png Binary files differnew file mode 100644 index 00000000..abf473e7 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/arrow-up-prelight.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/arrow-up-small-insens.png b/themes/Mint-Y-Dark/gtk-2.0/assets/arrow-up-small-insens.png Binary files differnew file mode 100644 index 00000000..38725246 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/arrow-up-small-insens.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/arrow-up-small-prelight.png b/themes/Mint-Y-Dark/gtk-2.0/assets/arrow-up-small-prelight.png Binary files differnew file mode 100644 index 00000000..b013b5d3 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/arrow-up-small-prelight.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/arrow-up-small.png b/themes/Mint-Y-Dark/gtk-2.0/assets/arrow-up-small.png Binary files differnew file mode 100644 index 00000000..3197e557 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/arrow-up-small.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/arrow-up.png b/themes/Mint-Y-Dark/gtk-2.0/assets/arrow-up.png Binary files differnew file mode 100644 index 00000000..d2b02e55 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/arrow-up.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/button-active.png b/themes/Mint-Y-Dark/gtk-2.0/assets/button-active.png Binary files differnew file mode 100644 index 00000000..2d92fb9f --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/button-active.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/button-hover.png b/themes/Mint-Y-Dark/gtk-2.0/assets/button-hover.png Binary files differnew file mode 100644 index 00000000..822be9a9 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/button-hover.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/button-insensitive.png b/themes/Mint-Y-Dark/gtk-2.0/assets/button-insensitive.png Binary files differnew file mode 100644 index 00000000..1f872c37 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/button-insensitive.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/button.png b/themes/Mint-Y-Dark/gtk-2.0/assets/button.png Binary files differnew file mode 100644 index 00000000..5a3e7d03 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/button.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/checkbox-checked-insensitive.png b/themes/Mint-Y-Dark/gtk-2.0/assets/checkbox-checked-insensitive.png Binary files differnew file mode 100644 index 00000000..cae5bb25 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/checkbox-checked-insensitive.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/checkbox-checked.png b/themes/Mint-Y-Dark/gtk-2.0/assets/checkbox-checked.png Binary files differnew file mode 100644 index 00000000..29619ac5 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/checkbox-checked.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/checkbox-unchecked-insensitive.png b/themes/Mint-Y-Dark/gtk-2.0/assets/checkbox-unchecked-insensitive.png Binary files differnew file mode 100644 index 00000000..af6c77db --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/checkbox-unchecked-insensitive.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/checkbox-unchecked.png b/themes/Mint-Y-Dark/gtk-2.0/assets/checkbox-unchecked.png Binary files differnew file mode 100644 index 00000000..8d383891 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/checkbox-unchecked.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/combo-entry-button-active-rtl.png b/themes/Mint-Y-Dark/gtk-2.0/assets/combo-entry-button-active-rtl.png Binary files differnew file mode 100644 index 00000000..0883c559 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/combo-entry-button-active-rtl.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/combo-entry-button-active.png b/themes/Mint-Y-Dark/gtk-2.0/assets/combo-entry-button-active.png Binary files differnew file mode 100644 index 00000000..164af5f3 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/combo-entry-button-active.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/combo-entry-button-insensitive-rtl.png b/themes/Mint-Y-Dark/gtk-2.0/assets/combo-entry-button-insensitive-rtl.png Binary files differnew file mode 100644 index 00000000..294edc46 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/combo-entry-button-insensitive-rtl.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/combo-entry-button-insensitive.png b/themes/Mint-Y-Dark/gtk-2.0/assets/combo-entry-button-insensitive.png Binary files differnew file mode 100644 index 00000000..996f9c3b --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/combo-entry-button-insensitive.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/combo-entry-button-rtl.png b/themes/Mint-Y-Dark/gtk-2.0/assets/combo-entry-button-rtl.png Binary files differnew file mode 100644 index 00000000..86de7a35 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/combo-entry-button-rtl.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/combo-entry-button.png b/themes/Mint-Y-Dark/gtk-2.0/assets/combo-entry-button.png Binary files differnew file mode 100644 index 00000000..d7dd2bf0 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/combo-entry-button.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/combo-entry-focus-notebook-rtl.png b/themes/Mint-Y-Dark/gtk-2.0/assets/combo-entry-focus-notebook-rtl.png Binary files differnew file mode 100644 index 00000000..f4148edf --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/combo-entry-focus-notebook-rtl.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/combo-entry-focus-notebook.png b/themes/Mint-Y-Dark/gtk-2.0/assets/combo-entry-focus-notebook.png Binary files differnew file mode 100644 index 00000000..a38fb89a --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/combo-entry-focus-notebook.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/combo-entry-focus-rtl.png b/themes/Mint-Y-Dark/gtk-2.0/assets/combo-entry-focus-rtl.png Binary files differnew file mode 100644 index 00000000..f3529fd7 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/combo-entry-focus-rtl.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/combo-entry-focus.png b/themes/Mint-Y-Dark/gtk-2.0/assets/combo-entry-focus.png Binary files differnew file mode 100644 index 00000000..892bca39 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/combo-entry-focus.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/combo-entry-insensitive-notebook-rtl.png b/themes/Mint-Y-Dark/gtk-2.0/assets/combo-entry-insensitive-notebook-rtl.png Binary files differnew file mode 100644 index 00000000..b1e058c3 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/combo-entry-insensitive-notebook-rtl.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/combo-entry-insensitive-notebook.png b/themes/Mint-Y-Dark/gtk-2.0/assets/combo-entry-insensitive-notebook.png Binary files differnew file mode 100644 index 00000000..5030f752 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/combo-entry-insensitive-notebook.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/combo-entry-insensitive-rtl.png b/themes/Mint-Y-Dark/gtk-2.0/assets/combo-entry-insensitive-rtl.png Binary files differnew file mode 100644 index 00000000..52c60974 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/combo-entry-insensitive-rtl.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/combo-entry-insensitive.png b/themes/Mint-Y-Dark/gtk-2.0/assets/combo-entry-insensitive.png Binary files differnew file mode 100644 index 00000000..e103c4ab --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/combo-entry-insensitive.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/combo-entry-notebook-rtl.png b/themes/Mint-Y-Dark/gtk-2.0/assets/combo-entry-notebook-rtl.png Binary files differnew file mode 100644 index 00000000..9499e0c1 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/combo-entry-notebook-rtl.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/combo-entry-notebook.png b/themes/Mint-Y-Dark/gtk-2.0/assets/combo-entry-notebook.png Binary files differnew file mode 100644 index 00000000..6160331d --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/combo-entry-notebook.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/combo-entry-rtl.png b/themes/Mint-Y-Dark/gtk-2.0/assets/combo-entry-rtl.png Binary files differnew file mode 100644 index 00000000..e236ab3b --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/combo-entry-rtl.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/combo-entry.png b/themes/Mint-Y-Dark/gtk-2.0/assets/combo-entry.png Binary files differnew file mode 100644 index 00000000..ca4318d8 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/combo-entry.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/down-background-disable-rtl.png b/themes/Mint-Y-Dark/gtk-2.0/assets/down-background-disable-rtl.png Binary files differnew file mode 100644 index 00000000..3cfdd577 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/down-background-disable-rtl.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/down-background-disable.png b/themes/Mint-Y-Dark/gtk-2.0/assets/down-background-disable.png Binary files differnew file mode 100644 index 00000000..ff532eb6 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/down-background-disable.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/down-background-rtl.png b/themes/Mint-Y-Dark/gtk-2.0/assets/down-background-rtl.png Binary files differnew file mode 100644 index 00000000..6eb7bbd4 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/down-background-rtl.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/down-background.png b/themes/Mint-Y-Dark/gtk-2.0/assets/down-background.png Binary files differnew file mode 100644 index 00000000..134101a9 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/down-background.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/entry-border-active-bg-solid.png b/themes/Mint-Y-Dark/gtk-2.0/assets/entry-border-active-bg-solid.png Binary files differnew file mode 100644 index 00000000..d1b03655 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/entry-border-active-bg-solid.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/entry-border-active-bg.png b/themes/Mint-Y-Dark/gtk-2.0/assets/entry-border-active-bg.png Binary files differnew file mode 100644 index 00000000..bca0e137 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/entry-border-active-bg.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/entry-border-bg-solid.png b/themes/Mint-Y-Dark/gtk-2.0/assets/entry-border-bg-solid.png Binary files differnew file mode 100644 index 00000000..a9d669e1 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/entry-border-bg-solid.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/entry-border-bg.png b/themes/Mint-Y-Dark/gtk-2.0/assets/entry-border-bg.png Binary files differnew file mode 100644 index 00000000..8aa5f4d4 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/entry-border-bg.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/entry-border-disabled-bg.png b/themes/Mint-Y-Dark/gtk-2.0/assets/entry-border-disabled-bg.png Binary files differnew file mode 100644 index 00000000..42d6894f --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/entry-border-disabled-bg.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/entry-border-fill.png b/themes/Mint-Y-Dark/gtk-2.0/assets/entry-border-fill.png Binary files differnew file mode 100644 index 00000000..15d83a1d --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/entry-border-fill.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/focus-line.png b/themes/Mint-Y-Dark/gtk-2.0/assets/focus-line.png Binary files differnew file mode 100644 index 00000000..a6f1fe0d --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/focus-line.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/frame-gap-end.png b/themes/Mint-Y-Dark/gtk-2.0/assets/frame-gap-end.png Binary files differnew file mode 100644 index 00000000..99645fce --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/frame-gap-end.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/frame-gap-start.png b/themes/Mint-Y-Dark/gtk-2.0/assets/frame-gap-start.png new file mode 120000 index 00000000..9485a104 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/frame-gap-start.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-2.0/assets/frame-gap-end.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/frame.png b/themes/Mint-Y-Dark/gtk-2.0/assets/frame.png Binary files differnew file mode 100644 index 00000000..53f4b6e8 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/frame.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/handle-h.png b/themes/Mint-Y-Dark/gtk-2.0/assets/handle-h.png Binary files differnew file mode 100644 index 00000000..7d9ccf39 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/handle-h.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/handle-v.png b/themes/Mint-Y-Dark/gtk-2.0/assets/handle-v.png Binary files differnew file mode 100644 index 00000000..878ed87d --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/handle-v.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/inline-toolbar.png b/themes/Mint-Y-Dark/gtk-2.0/assets/inline-toolbar.png Binary files differnew file mode 100644 index 00000000..c7c8df00 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/inline-toolbar.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/line-h.png b/themes/Mint-Y-Dark/gtk-2.0/assets/line-h.png Binary files differnew file mode 100644 index 00000000..a0987d43 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/line-h.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/line-v.png b/themes/Mint-Y-Dark/gtk-2.0/assets/line-v.png Binary files differnew file mode 100644 index 00000000..efca2859 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/line-v.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/menu-arrow-prelight.png b/themes/Mint-Y-Dark/gtk-2.0/assets/menu-arrow-prelight.png new file mode 120000 index 00000000..da3c56d5 --- /dev/null +++ b/themes/Mint-Y-Dark/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-Dark/gtk-2.0/assets/menu-arrow.png b/themes/Mint-Y-Dark/gtk-2.0/assets/menu-arrow.png Binary files differnew file mode 100644 index 00000000..7a8b544c --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/menu-arrow.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/menu-checkbox-checked-insensitive.png b/themes/Mint-Y-Dark/gtk-2.0/assets/menu-checkbox-checked-insensitive.png Binary files differnew file mode 100644 index 00000000..cc5826d5 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/menu-checkbox-checked-insensitive.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/menu-checkbox-checked.png b/themes/Mint-Y-Dark/gtk-2.0/assets/menu-checkbox-checked.png Binary files differnew file mode 100644 index 00000000..89b98a0f --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/menu-checkbox-checked.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/menu-checkbox-unchecked-insensitive.png b/themes/Mint-Y-Dark/gtk-2.0/assets/menu-checkbox-unchecked-insensitive.png Binary files differnew file mode 100644 index 00000000..7a0e4ae9 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/menu-checkbox-unchecked-insensitive.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/menu-checkbox-unchecked.png b/themes/Mint-Y-Dark/gtk-2.0/assets/menu-checkbox-unchecked.png Binary files differnew file mode 100644 index 00000000..09d6c319 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/menu-checkbox-unchecked.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/menu-radio-checked-insensitive.png b/themes/Mint-Y-Dark/gtk-2.0/assets/menu-radio-checked-insensitive.png Binary files differnew file mode 100644 index 00000000..385ecfbe --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/menu-radio-checked-insensitive.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/menu-radio-checked.png b/themes/Mint-Y-Dark/gtk-2.0/assets/menu-radio-checked.png Binary files differnew file mode 100644 index 00000000..b3b35960 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/menu-radio-checked.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/menu-radio-unchecked-insensitive.png b/themes/Mint-Y-Dark/gtk-2.0/assets/menu-radio-unchecked-insensitive.png Binary files differnew file mode 100644 index 00000000..c005a940 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/menu-radio-unchecked-insensitive.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/menu-radio-unchecked.png b/themes/Mint-Y-Dark/gtk-2.0/assets/menu-radio-unchecked.png Binary files differnew file mode 100644 index 00000000..e3c1cac8 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/menu-radio-unchecked.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/menubar.png b/themes/Mint-Y-Dark/gtk-2.0/assets/menubar.png Binary files differnew file mode 100644 index 00000000..e9a0d1c6 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/menubar.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/menubar_button.png b/themes/Mint-Y-Dark/gtk-2.0/assets/menubar_button.png Binary files differnew file mode 100644 index 00000000..7dd7e97b --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/menubar_button.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/menuitem.png b/themes/Mint-Y-Dark/gtk-2.0/assets/menuitem.png Binary files differnew file mode 100644 index 00000000..5b3fc3b7 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/menuitem.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/minus.png b/themes/Mint-Y-Dark/gtk-2.0/assets/minus.png Binary files differnew file mode 100644 index 00000000..95503c54 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/minus.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/notebook-entry-border-active-bg.png b/themes/Mint-Y-Dark/gtk-2.0/assets/notebook-entry-border-active-bg.png Binary files differnew file mode 100644 index 00000000..17ee9178 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/notebook-entry-border-active-bg.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/notebook-entry-border-bg.png b/themes/Mint-Y-Dark/gtk-2.0/assets/notebook-entry-border-bg.png Binary files differnew file mode 100644 index 00000000..c5402bfc --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/notebook-entry-border-bg.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/notebook-entry-border-disabled-bg.png b/themes/Mint-Y-Dark/gtk-2.0/assets/notebook-entry-border-disabled-bg.png Binary files differnew file mode 100644 index 00000000..a3b73bff --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/notebook-entry-border-disabled-bg.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/notebook-gap-horiz.png b/themes/Mint-Y-Dark/gtk-2.0/assets/notebook-gap-horiz.png Binary files differnew file mode 100644 index 00000000..b2171629 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/notebook-gap-horiz.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/notebook-gap-vert.png b/themes/Mint-Y-Dark/gtk-2.0/assets/notebook-gap-vert.png Binary files differnew file mode 100644 index 00000000..c123ea30 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/notebook-gap-vert.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/notebook.png b/themes/Mint-Y-Dark/gtk-2.0/assets/notebook.png new file mode 120000 index 00000000..93d7a69b --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/notebook.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-2.0/assets/frame.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/null.png b/themes/Mint-Y-Dark/gtk-2.0/assets/null.png new file mode 120000 index 00000000..3a70a2d2 --- /dev/null +++ b/themes/Mint-Y-Dark/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-Dark/gtk-2.0/assets/plus.png b/themes/Mint-Y-Dark/gtk-2.0/assets/plus.png Binary files differnew file mode 100644 index 00000000..9a6b5679 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/plus.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/progressbar.png b/themes/Mint-Y-Dark/gtk-2.0/assets/progressbar.png Binary files differnew file mode 100644 index 00000000..264647f7 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/progressbar.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/progressbar_v.png b/themes/Mint-Y-Dark/gtk-2.0/assets/progressbar_v.png Binary files differnew file mode 100644 index 00000000..7f6269c4 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/progressbar_v.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/radio-checked-insensitive.png b/themes/Mint-Y-Dark/gtk-2.0/assets/radio-checked-insensitive.png Binary files differnew file mode 100644 index 00000000..82ce63ee --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/radio-checked-insensitive.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/radio-checked.png b/themes/Mint-Y-Dark/gtk-2.0/assets/radio-checked.png Binary files differnew file mode 100644 index 00000000..203a52d9 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/radio-checked.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/radio-unchecked-insensitive.png b/themes/Mint-Y-Dark/gtk-2.0/assets/radio-unchecked-insensitive.png Binary files differnew file mode 100644 index 00000000..dfbba95e --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/radio-unchecked-insensitive.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/radio-unchecked.png b/themes/Mint-Y-Dark/gtk-2.0/assets/radio-unchecked.png Binary files differnew file mode 100644 index 00000000..b307bf19 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/radio-unchecked.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/slider-horiz-active.png b/themes/Mint-Y-Dark/gtk-2.0/assets/slider-horiz-active.png Binary files differnew file mode 100644 index 00000000..32ab1113 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/slider-horiz-active.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/slider-horiz-insens.png b/themes/Mint-Y-Dark/gtk-2.0/assets/slider-horiz-insens.png Binary files differnew file mode 100644 index 00000000..5f746825 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/slider-horiz-insens.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/slider-horiz-prelight.png b/themes/Mint-Y-Dark/gtk-2.0/assets/slider-horiz-prelight.png Binary files differnew file mode 100644 index 00000000..08e46a5e --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/slider-horiz-prelight.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/slider-horiz.png b/themes/Mint-Y-Dark/gtk-2.0/assets/slider-horiz.png Binary files differnew file mode 100644 index 00000000..8ab3ec91 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/slider-horiz.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/slider-insensitive.png b/themes/Mint-Y-Dark/gtk-2.0/assets/slider-insensitive.png Binary files differnew file mode 100644 index 00000000..1bb71624 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/slider-insensitive.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/slider-prelight.png b/themes/Mint-Y-Dark/gtk-2.0/assets/slider-prelight.png Binary files differnew file mode 100644 index 00000000..29b663fd --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/slider-prelight.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/slider-vert-active.png b/themes/Mint-Y-Dark/gtk-2.0/assets/slider-vert-active.png Binary files differnew file mode 100644 index 00000000..040335b1 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/slider-vert-active.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/slider-vert-insens.png b/themes/Mint-Y-Dark/gtk-2.0/assets/slider-vert-insens.png Binary files differnew file mode 100644 index 00000000..70c8ca87 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/slider-vert-insens.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/slider-vert-prelight.png b/themes/Mint-Y-Dark/gtk-2.0/assets/slider-vert-prelight.png Binary files differnew file mode 100644 index 00000000..d388402d --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/slider-vert-prelight.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/slider-vert.png b/themes/Mint-Y-Dark/gtk-2.0/assets/slider-vert.png Binary files differnew file mode 100644 index 00000000..653154c0 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/slider-vert.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/slider.png b/themes/Mint-Y-Dark/gtk-2.0/assets/slider.png Binary files differnew file mode 100644 index 00000000..b1f8d190 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/slider.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/tab-bottom-active.png b/themes/Mint-Y-Dark/gtk-2.0/assets/tab-bottom-active.png Binary files differnew file mode 100644 index 00000000..a5c3df74 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/tab-bottom-active.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/tab-left-active.png b/themes/Mint-Y-Dark/gtk-2.0/assets/tab-left-active.png Binary files differnew file mode 100644 index 00000000..a1278db0 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/tab-left-active.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/tab-right-active.png b/themes/Mint-Y-Dark/gtk-2.0/assets/tab-right-active.png Binary files differnew file mode 100644 index 00000000..c8be1d52 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/tab-right-active.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/tab-top-active.png b/themes/Mint-Y-Dark/gtk-2.0/assets/tab-top-active.png Binary files differnew file mode 100644 index 00000000..26949a82 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/tab-top-active.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/toolbar-entry-border-active-bg.png b/themes/Mint-Y-Dark/gtk-2.0/assets/toolbar-entry-border-active-bg.png Binary files differnew file mode 100644 index 00000000..5625235c --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/toolbar-entry-border-active-bg.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/toolbar-entry-border-bg.png b/themes/Mint-Y-Dark/gtk-2.0/assets/toolbar-entry-border-bg.png Binary files differnew file mode 100644 index 00000000..83bf83ec --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/toolbar-entry-border-bg.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/toolbar-entry-border-disabled-bg.png b/themes/Mint-Y-Dark/gtk-2.0/assets/toolbar-entry-border-disabled-bg.png Binary files differnew file mode 100644 index 00000000..05df870c --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/toolbar-entry-border-disabled-bg.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/toolbar.png b/themes/Mint-Y-Dark/gtk-2.0/assets/toolbar.png Binary files differnew file mode 100644 index 00000000..27e7dec2 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/toolbar.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/tree_header.png b/themes/Mint-Y-Dark/gtk-2.0/assets/tree_header.png Binary files differnew file mode 100644 index 00000000..c6e7fa7b --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/tree_header.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/trough-horizontal-active.png b/themes/Mint-Y-Dark/gtk-2.0/assets/trough-horizontal-active.png Binary files differnew file mode 100644 index 00000000..82c47c72 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/trough-horizontal-active.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/trough-horizontal.png b/themes/Mint-Y-Dark/gtk-2.0/assets/trough-horizontal.png Binary files differnew file mode 100644 index 00000000..d7904e62 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/trough-horizontal.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/trough-progressbar.png b/themes/Mint-Y-Dark/gtk-2.0/assets/trough-progressbar.png Binary files differnew file mode 100644 index 00000000..ac062a56 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/trough-progressbar.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/trough-progressbar_v.png b/themes/Mint-Y-Dark/gtk-2.0/assets/trough-progressbar_v.png Binary files differnew file mode 100644 index 00000000..bcb8fcd1 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/trough-progressbar_v.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/trough-scrollbar-horiz.png b/themes/Mint-Y-Dark/gtk-2.0/assets/trough-scrollbar-horiz.png Binary files differnew file mode 100644 index 00000000..cf2a4826 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/trough-scrollbar-horiz.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/trough-scrollbar-vert.png b/themes/Mint-Y-Dark/gtk-2.0/assets/trough-scrollbar-vert.png Binary files differnew file mode 100644 index 00000000..6c56642d --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/trough-scrollbar-vert.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/trough-vertical-active.png b/themes/Mint-Y-Dark/gtk-2.0/assets/trough-vertical-active.png Binary files differnew file mode 100644 index 00000000..08de2697 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/trough-vertical-active.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/trough-vertical.png b/themes/Mint-Y-Dark/gtk-2.0/assets/trough-vertical.png Binary files differnew file mode 100644 index 00000000..3ba143f1 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/trough-vertical.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/up-background-disable-rtl.png b/themes/Mint-Y-Dark/gtk-2.0/assets/up-background-disable-rtl.png Binary files differnew file mode 100644 index 00000000..6d312219 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/up-background-disable-rtl.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/up-background-disable.png b/themes/Mint-Y-Dark/gtk-2.0/assets/up-background-disable.png Binary files differnew file mode 100644 index 00000000..b67bf809 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/up-background-disable.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/up-background-rtl.png b/themes/Mint-Y-Dark/gtk-2.0/assets/up-background-rtl.png Binary files differnew file mode 100644 index 00000000..2944a0c3 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/up-background-rtl.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/assets/up-background.png b/themes/Mint-Y-Dark/gtk-2.0/assets/up-background.png Binary files differnew file mode 100644 index 00000000..1a9fa30b --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/assets/up-background.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/gtkrc b/themes/Mint-Y-Dark/gtk-2.0/gtkrc new file mode 100644 index 00000000..442a545a --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/gtkrc @@ -0,0 +1,10 @@ +gtk-color-scheme = "base_color:#404040\nfg_color:#DADADA\ntooltip_fg_color:#4a4a4a\nselected_bg_color:#8fa876\nselected_fg_color:#FFFFFF\ntext_color:#D3D3D3\nbg_color:#383838\ninsensitive_bg_color:#3e3e3e\ninsensitive_fg_color:#7f7f7f\nnotebook_bg:#404040\ndark_sidebar_bg:#353535\ntooltip_bg_color:#fbeaa0\nlink_color:#5294E2\nmenu_bg:#383838" + +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-dark.rc" diff --git a/themes/Mint-Y-Dark/gtk-2.0/main.rc b/themes/Mint-Y-Dark/gtk-2.0/main.rc new file mode 100644 index 00000000..51e9ed21 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/main.rc @@ -0,0 +1,2442 @@ +style "default" { + + xthickness = 1 + ythickness = 1 + + # Style Properties + + GtkWidget::focus-line-width = 1 + GtkMenuBar::window-dragging = 1 + GtkToolbar::window-dragging = 1 + GtkToolbar::internal-padding = 4 + GtkToolButton::icon-spacing = 4 + + GtkWidget::tooltip-radius = 2 + GtkWidget::tooltip-alpha = 235 + GtkWidget::new-tooltip-style = 1 #for compatibility + + GtkSeparatorMenuItem::horizontal-padding = 3 + GtkSeparatorMenuItem::wide-separators = 1 + GtkSeparatorMenuItem::separator-height = 1 + + GtkButton::child-displacement-y = 0 + GtkButton::default-border = { 0, 0, 0, 0 } + GtkButton::default-outside_border = { 0, 0, 0, 0 } + + GtkEntry::state-hint = 1 + + GtkScrollbar::trough-border = 0 + GtkRange::trough-border = 0 + GtkRange::slider-width = 13 + GtkRange::stepper-size = 0 + + GtkScrollbar::activate-slider = 1 + GtkScrollbar::has-backward-stepper = 0 + GtkScrollbar::has-forward-stepper = 0 + GtkScrollbar::min-slider-length = 32 + GtkScrolledWindow::scrollbar-spacing = 0 + GtkScrolledWindow::scrollbars-within-bevel = 1 + + GtkScale::slider_length = 15 + GtkScale::slider_width = 15 + GtkScale::trough-side-details = 1 + + GtkProgressBar::min-horizontal-bar-height = 8 + GtkProgressBar::min-vertical-bar-width = 8 + + GtkStatusbar::shadow_type = GTK_SHADOW_NONE + GtkSpinButton::shadow_type = GTK_SHADOW_NONE + GtkMenuBar::shadow-type = GTK_SHADOW_NONE + GtkToolbar::shadow-type = GTK_SHADOW_NONE + GtkMenuBar::internal-padding = 0 #( every window is misaligned for the sake of menus ): + GtkMenu::horizontal-padding = 0 + GtkMenu::vertical-padding = 0 + + GtkCheckButton::indicator_spacing = 3 + GtkOptionMenu::indicator_spacing = { 8, 2, 0, 0 } + + GtkTreeView::row_ending_details = 0 + GtkTreeView::expander-size = 11 + GtkTreeView::vertical-separator = 4 + GtkTreeView::horizontal-separator = 4 + GtkTreeView::allow-rules = 1 + + GtkExpander::expander-size = 11 + + GnomeHRef::link_color = @link_color + GtkHTML::link-color = @link_color + GtkIMHtmlr::hyperlink-color = @link_color + GtkIMHtml::hyperlink-color = @link_color + GtkWidget::link-color = @link_color + GtkWidget::visited-link-color = @text_color + + # Colors + + bg[NORMAL] = @bg_color + bg[PRELIGHT] = shade (1.02, @bg_color) + bg[SELECTED] = @selected_bg_color + bg[INSENSITIVE] = @insensitive_bg_color + bg[ACTIVE] = shade (0.9, @bg_color) + + fg[NORMAL] = @text_color + fg[PRELIGHT] = @fg_color + fg[SELECTED] = @selected_fg_color + fg[INSENSITIVE] = @insensitive_fg_color + fg[ACTIVE] = @fg_color + + text[NORMAL] = @text_color + text[PRELIGHT] = @text_color + text[SELECTED] = @selected_fg_color + text[INSENSITIVE] = @insensitive_fg_color + text[ACTIVE] = @selected_fg_color + + base[NORMAL] = @base_color + base[PRELIGHT] = shade (0.95, @bg_color) + base[SELECTED] = @selected_bg_color + base[INSENSITIVE] = @bg_color + base[ACTIVE] = shade (0.9, @selected_bg_color) + + # For succinctness, all reasonable pixmap options remain here + + engine "pixmap" { + + # Check Buttons + + image { + function = CHECK + recolorable = TRUE + state = NORMAL + shadow = OUT + overlay_file = "assets/checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = PRELIGHT + shadow = OUT + overlay_file = "assets/checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = ACTIVE + shadow = OUT + overlay_file = "assets/checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = SELECTED + shadow = OUT + overlay_file = "assets/checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = INSENSITIVE + shadow = OUT + overlay_file = "assets/checkbox-unchecked-insensitive.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = NORMAL + shadow = IN + overlay_file = "assets/checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = PRELIGHT + shadow = IN + overlay_file = "assets/checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = ACTIVE + shadow = IN + overlay_file = "assets/checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = SELECTED + shadow = IN + overlay_file = "assets/checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = INSENSITIVE + shadow = IN + overlay_file = "assets/checkbox-checked-insensitive.png" + overlay_stretch = FALSE + } + + # Radio Buttons + + image { + function = OPTION + state = NORMAL + shadow = OUT + overlay_file = "assets/radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = PRELIGHT + shadow = OUT + overlay_file = "assets/radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = ACTIVE + shadow = OUT + overlay_file = "assets/radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = SELECTED + shadow = OUT + overlay_file = "assets/radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = INSENSITIVE + shadow = OUT + overlay_file = "assets/radio-unchecked-insensitive.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = NORMAL + shadow = IN + overlay_file = "assets/radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = PRELIGHT + shadow = IN + overlay_file = "assets/radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = ACTIVE + shadow = IN + overlay_file = "assets/radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = SELECTED + shadow = IN + overlay_file = "assets/radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = INSENSITIVE + shadow = IN + overlay_file = "assets/radio-checked-insensitive.png" + overlay_stretch = FALSE + } + + # Arrows + + image { + function = ARROW + overlay_file = "assets/arrow-up.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = UP + } + + image { + function = ARROW + state = PRELIGHT + overlay_file = "assets/arrow-up-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = UP + } + + image { + function = ARROW + state = ACTIVE + overlay_file = "assets/arrow-up-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = UP + } + + image { + function = ARROW + state = INSENSITIVE + overlay_file = "assets/arrow-up-insens.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = UP + } + + image { + function = ARROW + state = NORMAL + overlay_file = "assets/arrow-down.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = DOWN + } + + image { + function = ARROW + state = PRELIGHT + overlay_file = "assets/arrow-down-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = DOWN + } + + image { + function = ARROW + state = ACTIVE + overlay_file = "assets/arrow-down-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = DOWN + } + + image { + function = ARROW + state = INSENSITIVE + overlay_file = "assets/arrow-down-insens.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = DOWN + } + + image { + function = ARROW + overlay_file = "assets/arrow-left.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = LEFT + } + + image { + function = ARROW + state= PRELIGHT + overlay_file = "assets/arrow-left-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = LEFT + } + + image { + function = ARROW + state = ACTIVE + overlay_file = "assets/arrow-left-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = LEFT + } + + image { + function = ARROW + state = INSENSITIVE + overlay_file = "assets/arrow-left-insens.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = LEFT + } + + image { + function = ARROW + overlay_file = "assets/arrow-right.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + image { + function = ARROW + state = PRELIGHT + overlay_file = "assets/arrow-right-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + image { + function = ARROW + state = ACTIVE + overlay_file = "assets/arrow-right-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + image { + function = ARROW + state = INSENSITIVE + overlay_file = "assets/arrow-right-insens.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + # Option Menu Arrows + + image { + function = TAB + state = INSENSITIVE + overlay_file = "assets/arrow-down-insens.png" + overlay_stretch = FALSE + } + + image { + function = TAB + state = NORMAL + overlay_file = "assets/arrow-down.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + } + + image { + function = TAB + state = PRELIGHT + overlay_file = "assets/arrow-down-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + } + + # Lines + + image { + function = VLINE + file = "assets/line-v.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + } + + image { + function = HLINE + file = "assets/line-h.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + } + + # Focuslines + + image { + function = FOCUS + file = "assets/focus-line.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + } + + # Handles + + image { + function = HANDLE + overlay_file = "assets/handle-h.png" + overlay_stretch = FALSE + orientation = HORIZONTAL + } + + image { + function = HANDLE + overlay_file = "assets/handle-v.png" + overlay_stretch = FALSE + orientation = VERTICAL + } + + # Expanders + + image { + function = EXPANDER + expander_style = COLLAPSED + file = "assets/plus.png" + } + + image { + function = EXPANDER + expander_style = EXPANDED + file = "assets/minus.png" + } + + image { + function = EXPANDER + expander_style = SEMI_EXPANDED + file = "assets/minus.png" + } + + image { + function = EXPANDER + expander_style = SEMI_COLLAPSED + file = "assets/plus.png" + } + + image { + function = RESIZE_GRIP + state = NORMAL + detail = "statusbar" + overlay_file = "assets/null.png" + overlay_border = { 0,0,0,0 } + overlay_stretch = FALSE + } + + # Shadows ( this area needs help :P ) + + image { + function = SHADOW_GAP + file = "assets/null.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + } +} + + +style "toplevel_hack" { + + engine "adwaita" { + } +} + +style "ooo_stepper_hack" { + + GtkScrollbar::stepper-size = 0 + GtkScrollbar::has-backward-stepper = 0 + GtkScrollbar::has-forward-stepper = 0 + +} + +style "scrollbar" { + + engine "pixmap" { + + image { + function = BOX + detail = "trough" + file = "assets/trough-scrollbar-horiz.png" + border = { 2, 2, 3, 3 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = BOX + detail = "trough" + file = "assets/trough-scrollbar-vert.png" + border = { 3, 3, 2, 2 } + stretch = TRUE + orientation = VERTICAL + } + + image { + function = ARROW + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = UP + } + + image { + function = ARROW + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = DOWN + } + + image { + function = ARROW + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = LEFT + } + + image { + function = ARROW + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + # Sliders + + image { + function = SLIDER + state = NORMAL + file = "assets/slider-horiz.png" + border = { 5, 5, 3, 3 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = SLIDER + state = ACTIVE + file = "assets/slider-horiz-active.png" + border = { 5, 5, 3, 3 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = SLIDER + state = PRELIGHT + file = "assets/slider-horiz-prelight.png" + border = { 5, 5, 3, 3 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = SLIDER + state = INSENSITIVE + file = "assets/slider-horiz-insens.png" + border = { 5, 5, 3, 3 } + stretch = TRUE + orientation = HORIZONTAL + } + +# X Verticals + + image { + function = SLIDER + state = NORMAL + file = "assets/slider-vert.png" + border = { 3, 3, 5, 5 } + stretch = TRUE + orientation = VERTICAL + } + + image { + function = SLIDER + state = ACTIVE + file = "assets/slider-vert-active.png" + border = { 3, 3, 5, 5 } + stretch = TRUE + orientation = VERTICAL + } + + image { + function = SLIDER + state = PRELIGHT + file = "assets/slider-vert-prelight.png" + border = { 3, 3, 5, 5 } + stretch = TRUE + orientation = VERTICAL + } + + image { + function = SLIDER + state = INSENSITIVE + file = "assets/slider-vert-insens.png" + border = { 3, 3, 5, 5 } + stretch = TRUE + orientation = VERTICAL + } + } +} + +style "menu" { + + xthickness = 0 + ythickness = 0 + + GtkMenuItem::arrow-scaling = 0.4 + + bg[NORMAL] = @menu_bg + bg[INSENSITIVE] = @menu_bg + bg[PRELIGHT] = @menu_bg + + engine "pixmap" { # For menus that use horizontal lines rather than gtkseparator + + image { + function = HLINE + file = "assets/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + } + } +} + +style "menu_item" +{ + xthickness = 2 + ythickness = 4 + + # HACK: Gtk doesn't actually read this value + # while rendering the menu items, but Libreoffice + # does; setting this value equal to the one in + # fg[PRELIGHT] ensures a code path in the LO theming code + # that falls back to a dark text color for menu item text + # highlight. The price to pay is black text on menus as well, + # but at least it's readable. + # See https://bugs.freedesktop.org/show_bug.cgi?id=38038 + bg[SELECTED] = @selected_fg_color + + fg[NORMAL] = @fg_color + fg[SELECTED] = @selected_fg_color + fg[PRELIGHT] = @selected_fg_color + + text[PRELIGHT] = @selected_fg_color + + engine "pixmap" { + + image { + function = BOX + state = PRELIGHT + file = "assets/menuitem.png" + border = { 1, 0, 1, 0 } + stretch = TRUE + } + + # Check Buttons + + image { + function = CHECK + recolorable = TRUE + state = NORMAL + shadow = OUT + overlay_file = "assets/menu-checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = PRELIGHT + shadow = OUT + overlay_file = "assets/menu-checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = ACTIVE + shadow = OUT + overlay_file = "assets/menu-checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = INSENSITIVE + shadow = OUT + overlay_file = "assets/menu-checkbox-unchecked-insensitive.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = NORMAL + shadow = IN + overlay_file = "assets/menu-checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = PRELIGHT + shadow = IN + overlay_file = "assets/menu-checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = ACTIVE + shadow = IN + overlay_file = "assets/menu-checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = INSENSITIVE + shadow = IN + overlay_file = "assets/menu-checkbox-checked-insensitive.png" + overlay_stretch = FALSE + } + + # Radio Buttons + + image { + function = OPTION + state = NORMAL + shadow = OUT + overlay_file = "assets/menu-radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = PRELIGHT + shadow = OUT + overlay_file = "assets/menu-radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = ACTIVE + shadow = OUT + overlay_file = "assets/menu-radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = INSENSITIVE + shadow = OUT + overlay_file = "assets/menu-radio-unchecked-insensitive.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = NORMAL + shadow = IN + overlay_file = "assets/menu-radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = PRELIGHT + shadow = IN + overlay_file = "assets/menu-radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = ACTIVE + shadow = IN + overlay_file = "assets/menu-radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = INSENSITIVE + shadow = IN + overlay_file = "assets/menu-radio-checked-insensitive.png" + overlay_stretch = FALSE + } + + image { + function = SHADOW # This fixes boxy Qt menu items + file = "assets/null.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + # Arrow Buttons + + image { + function = ARROW + state = NORMAL + overlay_file = "assets/menu-arrow.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + image { + function = ARROW + state = PRELIGHT + overlay_file = "assets/menu-arrow-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + } +} + +style "button" { + + xthickness = 4 + ythickness = 4 + + engine "pixmap" { + + image { + function = BOX + state = NORMAL + file = "assets/button.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + image { + function = BOX + state = PRELIGHT + file = "assets/button-hover.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + image { + function = BOX + state = ACTIVE + file = "assets/button-active.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + image { + function = BOX + state = INSENSITIVE + file = "assets/button-insensitive.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + } +} + +style "checkbutton" { + + fg[PRELIGHT] = @text_color + fg[ACTIVE] = @text_color + +} + +style "entry" { + + xthickness = 6 + ythickness = 4 + + base[NORMAL] = @base_color + base[INSENSITIVE] = @insensitive_bg_color + + engine "pixmap" { + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/entry-border-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "assets/entry-border-disabled-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/entry-border-active-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = NORMAL + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + } +} + +style "notebook_entry" { + xthickness = 6 + + engine "pixmap" { + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/notebook-entry-border-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "assets/notebook-entry-border-disabled-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/notebook-entry-border-active-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = NORMAL + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + } +} + +style "notebook_tab_label" { + + fg[ACTIVE] = @text_color + +} + +style "combobox_entry" +{ + xthickness = 3 + ythickness = 4 + + engine "pixmap" { + + # LTR version + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/combo-entry.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "assets/combo-entry-insensitive.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/combo-entry-focus.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + # RTL version + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/combo-entry-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "assets/combo-entry-insensitive-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/combo-entry-focus-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + } +} + +style "notebook_combobox_entry" { + + engine "pixmap" { + + # LTR version + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/combo-entry-notebook.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "assets/combo-entry-insensitive-notebook.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/combo-entry-focus-notebook.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + # RTL version + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/combo-entry-notebook-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "assets/combo-entry-insensitive-notebook-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/combo-entry-focus-notebook-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + } +} + +style "combobox_entry_button" +{ + xthickness = 6 + + fg[ACTIVE] = @text_color + + engine "pixmap" { + + # LTR version + + image { + function = BOX + state = NORMAL + file = "assets/combo-entry-button.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + image { + function = BOX + state = PRELIGHT + file = "assets/combo-entry-button.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + image { + function = BOX + state = INSENSITIVE + file = "assets/combo-entry-button-insensitive.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + image { + function = BOX + state = ACTIVE + file = "assets/combo-entry-button-active.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + # RTL version + image { + function = BOX + state = NORMAL + file = "assets/combo-entry-button-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + + image { + function = BOX + state = PRELIGHT + file = "assets/combo-entry-button-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + + image { + function = BOX + state = INSENSITIVE + file = "assets/combo-entry-button-insensitive-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + + image { + function = BOX + state = ACTIVE + file = "assets/combo-entry-button-active-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + } +} + +style "spinbutton" { + + bg[NORMAL] = @bg_color + + xthickness = 6 + ythickness = 4 + + engine "pixmap" { + + image { + function = ARROW + } + + # Spin-Up LTR + + image { + function = BOX + state = NORMAL + detail = "spinbutton_up" + file = "assets/up-background.png" + border = { 1, 4, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_up" + file = "assets/up-background.png" + border = { 1, 4, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small-prelight.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_up" + file = "assets/up-background-disable.png" + border = { 1, 4, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small-insens.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_up" + file = "assets/up-background.png" + border = { 1, 4, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small-prelight.png" + overlay_stretch = FALSE + direction = LTR + } + + # Spin-Up RTL + + image { + function = BOX + state = NORMAL + detail = "spinbutton_up" + file = "assets/up-background-rtl.png" + border = { 4, 1, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_up" + file = "assets/up-background-rtl.png" + border = { 4, 1, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small-prelight.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_up" + file = "assets/up-background-disable-rtl.png" + border = { 4, 1, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small-insens.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_up" + file = "assets/up-background-rtl.png" + border = { 4, 1, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small-prelight.png" + overlay_stretch = FALSE + direction = RTL + } + + # Spin-Down LTR + + image { + function = BOX + state = NORMAL + detail = "spinbutton_down" + file = "assets/down-background.png" + border = { 1, 4, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_down" + file = "assets/down-background.png" + border = { 1, 4, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small-prelight.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_down" + file = "assets/down-background-disable.png" + border = { 1, 4, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small-insens.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_down" + file = "assets/down-background.png" + border = { 1, 4, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small-prelight.png" + overlay_stretch = FALSE + direction = LTR + } + + # Spin-Down RTL + + image { + function = BOX + state = NORMAL + detail = "spinbutton_down" + file = "assets/down-background-rtl.png" + border = { 4, 1, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_down" + file = "assets/down-background-rtl.png" + border = { 4, 1, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small-prelight.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_down" + file = "assets/down-background-disable-rtl.png" + border = { 4, 1, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small-insens.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_down" + file = "assets/down-background-rtl.png" + border = { 4, 1, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small-prelight.png" + overlay_stretch = FALSE + direction = RTL + } + } +} + +style "gimp_spin_scale" { + + bg[NORMAL] = @base_color + + engine "pixmap" { + + image { + function = FLAT_BOX + detail = "entry_bg" + state = NORMAL + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + } + + image { + function = BOX + state = NORMAL + detail = "spinbutton_up" + overlay_file = "assets/arrow-up-small.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_up" + overlay_file = "assets/arrow-up-small-prelight.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_up" + overlay_file = "assets/arrow-up-small-prelight.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_up" + overlay_file = "assets/arrow-up-small-insens.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = NORMAL + detail = "spinbutton_down" + overlay_file = "assets/arrow-down-small.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_down" + overlay_file = "assets/arrow-down-small-prelight.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_down" + overlay_file = "assets/arrow-down-small-prelight.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_down" + overlay_file = "assets/arrow-down-small-insens.png" + overlay_stretch = FALSE + } + } +} + +style "libreoffice_entry" { + + engine "pixmap" { + + image { + function = FLAT_BOX + detail = "entry_bg" + state = NORMAL + overlay_file = "assets/entry-border-fill.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + overlay_file = "assets/entry-border-fill.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/entry-border-bg-solid.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/entry-border-active-bg-solid.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + } +} + +style "standalone_entry" { + + engine "pixmap" { + + image { + function = FLAT_BOX + detail = "entry_bg" + state = NORMAL + file = "assets/entry-border-fill.png" + stretch = TRUE + border = { 0, 0, 0, 0 } + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + file = "assets/entry-border-fill.png" + stretch = TRUE + border = { 0, 0, 0, 0 } + } + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/entry-border-bg-solid.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/entry-border-active-bg-solid.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + } +} + +style "notebook" { + + xthickness = 5 + ythickness = 2 + + engine "pixmap" { + + image { + function = EXTENSION + state = ACTIVE + file = "assets/null.png" + border = { 0,0,0,0 } + stretch = TRUE + gap_side = TOP + } + + image { + function = EXTENSION + state = ACTIVE + file = "assets/null.png" + border = { 0,0,0,0 } + stretch = TRUE + gap_side = BOTTOM + } + + image { + function = EXTENSION + state = ACTIVE + file = "assets/null.png" + border = { 0,0,0,0 } + stretch = TRUE + gap_side = RIGHT + } + + image { + function = EXTENSION + state = ACTIVE + file = "assets/null.png" + border = { 0,0,0,0 } + stretch = TRUE + gap_side = LEFT + } + + image { + function = EXTENSION + file = "assets/tab-top-active.png" + border = { 3,3,3,3 } + stretch = TRUE + gap_side = BOTTOM + } + + image { + function = EXTENSION + file = "assets/tab-bottom-active.png" + border = { 3,3,3,3 } + stretch = TRUE + gap_side = TOP + } + + image { + function = EXTENSION + file = "assets/tab-left-active.png" + border = { 3,3,3,3 } + stretch = TRUE + gap_side = RIGHT + } + + image { + function = EXTENSION + file = "assets/tab-right-active.png" + border = { 3,3,3,3 } + stretch = TRUE + gap_side = LEFT + } + + # How to draw boxes with a gap on one side (ie the page of a notebook) + + image { + function = BOX_GAP + file = "assets/notebook.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + gap_file = "assets/notebook-gap-horiz.png" + gap_border = { 1, 1, 0, 0 } + gap_side = TOP + } + + image { + function = BOX_GAP + file = "assets/notebook.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + gap_file = "assets/notebook-gap-horiz.png" + gap_border = { 1, 1, 0, 0 } + gap_side = BOTTOM + } + + image { + function = BOX_GAP + file = "assets/notebook.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + gap_file = "assets/notebook-gap-vert.png" + gap_border = { 0, 0, 1, 1 } + gap_side = LEFT + } + + image { + function = BOX_GAP + file = "assets/notebook.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + gap_file = "assets/notebook-gap-vert.png" + gap_border = { 0, 0, 1, 1 } + gap_side = RIGHT + } + + # How to draw the box of a notebook when it isnt attached to a tab + + image { + function = BOX + file = "assets/notebook.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + } +} + +style "handlebox" { + + engine "pixmap" { + + image { + function = BOX + file = "assets/null.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + detail = "handlebox_bin" + shadow = IN + } + + image { + function = BOX + file = "assets/null.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + detail = "handlebox_bin" + shadow = OUT + } + } +} + +style "combobox_separator" { + + xthickness = 0 + ythickness = 0 + GtkWidget::wide-separators = 1 + +} + +style "combobox" { + + xthickness = 0 + ythickness = 0 + +} + +style "combobox_button" { + + xthickness = 3 + ythickness = 3 + +} + +style "range" { + + engine "pixmap" { + + image { + function = BOX + detail = "trough-upper" + file = "assets/trough-horizontal.png" + border = { 8, 8, 0, 0 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = BOX + detail = "trough-lower" + file = "assets/trough-horizontal-active.png" + border = { 8, 8, 0, 0 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = BOX + detail = "trough-upper" + file = "assets/trough-vertical.png" + border = { 0, 0, 8, 8 } + stretch = TRUE + orientation = VERTICAL + } + + image { + function = BOX + detail = "trough-lower" + file = "assets/trough-vertical-active.png" + border = { 0, 0, 8, 8 } + stretch = TRUE + orientation = VERTICAL + } + + # Horizontal + + image { + function = SLIDER + state = NORMAL + file = "assets/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + overlay_file = "assets/slider.png" + overlay_stretch = FALSE + orientation = HORIZONTAL + } + + image { + function = SLIDER + state = PRELIGHT + file = "assets/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + overlay_file = "assets/slider-prelight.png" + overlay_stretch = FALSE + orientation = HORIZONTAL + } + + image { + function = SLIDER + state = INSENSITIVE + file = "assets/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + overlay_file = "assets/slider-insensitive.png" + overlay_stretch = FALSE + orientation = HORIZONTAL + } + + # Vertical + + image { + function = SLIDER + state = NORMAL + file = "assets/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + overlay_file = "assets/slider.png" + overlay_stretch = FALSE + orientation = VERTICAL + } + + image { + function = SLIDER + state = PRELIGHT + file = "assets/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + overlay_file = "assets/slider-prelight.png" + overlay_stretch = FALSE + orientation = VERTICAL + } + + image { + function = SLIDER + state = INSENSITIVE + file = "assets/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + overlay_file = "assets/slider-insensitive.png" + overlay_stretch = FALSE + orientation = VERTICAL + } + + # Function below removes ugly boxes + + image { + function = BOX + file = "assets/null.png" + border = { 3, 3, 3, 3 } + stretch = TRUE + } + } +} + +style "progressbar" { + + xthickness = 1 + ythickness = 1 + + fg[NORMAL] = @fg_color + fg[PRELIGHT] = @selected_fg_color + + engine "pixmap" { + + image { + function = BOX + detail = "trough" + file = "assets/trough-progressbar.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = BOX + detail = "bar" + file = "assets/progressbar.png" + stretch = TRUE + border = { 3, 3, 3, 3 } + orientation = HORIZONTAL + } + + image { + function = BOX + detail = "trough" + file = "assets/trough-progressbar_v.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + orientation = VERTICAL + } + + image { + function = BOX + detail = "bar" + file = "assets/progressbar_v.png" + stretch = TRUE + border = { 3, 3, 3, 3 } + orientation = VERTICAL + } + } +} + +style "separator_menu_item" { + + engine "pixmap" { + + image { + function = BOX + file = "assets/null.png" + border = { 0, 0, 1, 0 } + stretch = TRUE + } + } +} + +style "treeview_header" { + ythickness = 1 + + fg[PRELIGHT] = mix(0.70, @text_color, @base_color) + font_name = "Bold" + + engine "pixmap" { + + image { + function = BOX + file = "assets/tree_header.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + } + } +} + +# Treeview Rows + +style "treeview" { + + xthickness = 2 + ythickness = 0 + + base[NORMAL] = @base_color + + engine "pixmap" { + + image { + function = FLAT_BOX + recolorable = TRUE + state = NORMAL + file = "assets/null.png" + stretch = TRUE + } + } +} + +style "scrolled_window" { + + xthickness = 1 + ythickness = 1 + + engine "pixmap" { + + image { + function = SHADOW + file = "assets/frame.png" + border = { 5, 5, 5, 5 } + stretch = TRUE + } + } +} + +style "frame" { + + xthickness = 1 + ythickness = 1 + + engine "pixmap" { + + image { + function = SHADOW + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + shadow = IN + } + + image { + function = SHADOW_GAP + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + gap_start_file = "assets/frame-gap-start.png" + gap_start_border = { 1, 0, 0, 0 } + gap_end_file = "assets/frame-gap-end.png" + gap_end_border = { 0, 1, 0, 0 } + shadow = IN + } + + image { + function = SHADOW + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + shadow = OUT + } + + image { + function = SHADOW_GAP + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + gap_start_file = "assets/frame-gap-start.png" + gap_start_border = { 1, 0, 0, 0 } + gap_end_file = "assets/frame-gap-end.png" + gap_end_border = { 0, 1, 0, 0 } + shadow = OUT + } + + image { + function = SHADOW + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + shadow = ETCHED_IN + } + + image { + function = SHADOW_GAP + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + gap_start_file = "assets/frame-gap-start.png" + gap_start_border = { 1, 0, 0, 0 } + gap_end_file = "assets/frame-gap-end.png" + gap_end_border = { 0, 1, 0, 0 } + shadow = ETCHED_IN + } + + image { + function = SHADOW + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + shadow = ETCHED_OUT + } + + image { + function = SHADOW_GAP + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + gap_start_file = "assets/frame-gap-start.png" + gap_start_border = { 1, 0, 0, 0 } + gap_end_file = "assets/frame-gap-end.png" + gap_end_border = { 0, 1, 0, 0 } + shadow = ETCHED_OUT + } + } +} + +style "gimp_toolbox_frame" { + + engine "pixmap" { + + image { + function = SHADOW + } + } +} + +style "toolbar" { + + engine "pixmap" { + + image { + function = BOX + file = "assets/toolbar.png" + stretch = TRUE + border = { 1, 1, 1, 1 } + } + + image { + function = HANDLE + overlay_file = "assets/handle-h.png" + overlay_stretch = FALSE + orientation = HORIZONTAL + } + + image { + function = HANDLE + overlay_file = "assets/handle-v.png" + overlay_stretch = FALSE + orientation = VERTICAL + } + + image { + function = VLINE + recolorable = TRUE + file = "assets/null.png" + } + + image { + function = HLINE + recolorable = TRUE + file = "assets/null.png" + } + } +} + +style "inline_toolbar" { + + GtkToolbar::button-relief = GTK_RELIEF_NORMAL + + engine "pixmap" { + + image { + function = BOX + file = "assets/inline-toolbar.png" + stretch = TRUE + border = { 1, 1, 1, 1 } + } + } +} + +style "notebook_viewport" { + + bg[NORMAL] = @notebook_bg +} + + +style "notebook_eventbox" { + + bg[NORMAL] = @notebook_bg + bg[ACTIVE] = @bg_color +} + +style "tooltips" { + + xthickness = 8 + ythickness = 4 + + bg[NORMAL] = @tooltip_bg_color + fg[NORMAL] = @tooltip_fg_color + bg[SELECTED] = @tooltip_bg_color + +} + +style "eclipse-tooltips" { + + xthickness = 8 + ythickness = 4 + + bg[NORMAL] = shade(1.05, @bg_color) + fg[NORMAL] = @text_color + bg[SELECTED] = shade(1.05, @bg_color) + +} + +style "xfdesktop-icon-view" { + XfdesktopIconView::label-alpha = 0 + XfdesktopIconView::selected-label-alpha = 100 + XfdesktopIconView::shadow-x-offset = 0 + XfdesktopIconView::shadow-y-offset = 1 + XfdesktopIconView::selected-shadow-x-offset = 0 + XfdesktopIconView::selected-shadow-y-offset = 1 + XfdesktopIconView::shadow-color = "#000000" + XfdesktopIconView::selected-shadow-color = "#000000" + XfdesktopIconView::shadow-blur-radius = 2 + XfdesktopIconView::cell-spacing = 2 + XfdesktopIconView::cell-padding = 6 + XfdesktopIconView::cell-text-width-proportion = 1.9 + + fg[NORMAL] = @selected_fg_color + fg[ACTIVE] = @selected_fg_color +} + +style "xfwm-tabwin" { + Xfwm4TabwinWidget::border-width = 1 + Xfwm4TabwinWidget::border-alpha = 1.0 + Xfwm4TabwinWidget::icon-size = 64 + Xfwm4TabwinWidget::alpha = 1.0 + Xfwm4TabwinWidget::border-radius = 2 + + bg[NORMAL] = @bg_color + bg[SELECTED] = @bg_color + + fg[NORMAL] = @fg_color + + engine "murrine" { + contrast = 0.7 + glazestyle = 0 + glowstyle = 0 + highlight_shade = 1.0 + gradient_shades = {1.0,1.0,1.0,1.0} + border_shades = { 0.8, 0.8 } + } +} + +style "xfwm-tabwin-button" { + + font_name = "bold" + bg[SELECTED] = @selected_bg_color +} + +# Chromium +style "chrome_menu_item" { + + bg[SELECTED] = @selected_bg_color + +} + +# Text Style +style "text" { + engine "murrine" { textstyle = 0 } +} + +style "null" { + + engine "pixmap" { + + image { + function = BOX + file = "assets/null.png" + stretch = TRUE + } + } +} + + +class "GtkWidget" style "default" +class "GtkScrollbar" style "scrollbar" +class "GtkButton" style "button" +class "GtkEntry" style "entry" +class "GtkOldEditable" style "entry" +class "GtkSpinButton" style "spinbutton" +class "GtkNotebook" style "notebook" +class "GtkRange" style "range" +class "GtkProgressBar" style "progressbar" +class "GtkSeparatorMenuItem" style "separator_menu_item" +class "GtkScrolledWindow" style "scrolled_window" +class "GtkFrame" style "frame" +class "GtkTreeView" style "treeview" +class "GtkToolbar" style "toolbar" +class "*HandleBox" style "toolbar" + +widget_class "*<GtkMenu>*" style "menu" +widget_class "*<GtkMenuItem>*" style "menu_item" +widget_class "*<GtkCheckButton>*" style "checkbutton" +widget_class "*<GtkComboBox>" style "combobox" +widget_class "*<GtkComboBox>*<GtkButton>" style "combobox_button" +widget_class "*<GtkComboBox>*<GtkSeparator>" style "combobox_separator" +widget_class "*<GtkTreeView>*<GtkButton>*" style "treeview_header" +widget_class "*<GtkFileChooserDefault>*<GtkToolbar>" style "inline_toolbar" +widget_class "*<GtkComboBoxEntry>*<GtkEntry>" style "combobox_entry" +widget_class "*<GtkComboBoxEntry>*<GtkButton>" style "combobox_entry_button" +widget_class "*<GtkNotebook>*<GtkScrolledWindow>*<GtkViewport>" style "notebook_viewport" +widget_class "*HandleBox" style "toolbar" + +# Entries in notebooks draw with notebook's base color, but not if there's +# something else in the middle that draws gray again +widget_class "*<GtkNotebook>*<GtkEntry>" style "notebook_entry" +widget_class "*<GtkNotebook>*<GtkEventBox>*<GtkEntry>" style "entry" + +widget_class "*<GtkNotebook>*<GtkComboBoxEntry>*<GtkEntry>" style "notebook_combobox_entry" +widget_class "*<GtkNotebook>*<GtkEventBox>*<GtkComboBoxEntry>*<GtkEntry>" style "combobox_entry" + +# We also need to avoid changing fg color for the inactive notebook tab labels +widget_class "*<GtkNotebook>.<GtkLabel>" style "notebook_tab_label" + +# GTK tooltips +widget "gtk-tooltip*" style "tooltips" + +#Fix GVim tabs +widget_class "*<GtkNotebook>*<GtkEventBox>" style "notebook_eventbox" + +# Xchat special cases +widget "*xchat-inputbox" style "entry" + +# GIMP +# Disable gradients completely for GimpSpinScale +#class "GimpSpinScale" style "gimp_spin_scale" + +# Remove borders from "Wilbert frame" in Gimp +widget_class "*<GimpToolbox>*<GtkFrame>" style "gimp_toolbox_frame" + +# Chrome/Chromium +widget_class "*Chrom*Button*" style "button" +widget_class "*<GtkCustomMenu>*<GtkCustomMenuItem>*" style "chrome_menu_item" + +# We use this weird selector to target an offscreen entry as created +# by Chrome/Chromium to derive the style for its toolbar +widget_class "<GtkEntry>" style "standalone_entry" + +# Eclipse/SWT +widget "gtk-tooltips*" style "eclipse-tooltips" +widget "*swt-toolbar-flat" style "null" + +# Openoffice, Libreoffice +class "GtkWindow" style "toplevel_hack" +widget "*openoffice-toplevel*" style "ooo_stepper_hack" +widget "*openoffice-toplevel*GtkEntry" style "libreoffice_entry" +widget "*openoffice-toplevel*GtkSpinButton" style "libreoffice_entry" +widget "*libreoffice-toplevel*GtkEntry" style "libreoffice_entry" +widget "*libreoffice-toplevel*GtkSpinButton" style "libreoffice_entry" + +# Xfce +widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view" +widget "xfwm4-tabwin*" style "xfwm-tabwin" +widget "xfwm4-tabwin*GtkButton*" style "xfwm-tabwin-button" + +# Fixes ugly text shadows for insensitive text +widget_class "*<GtkLabel>" style "text" +widget_class "*<GtkComboBox>*<GtkCellLayout>" style "text" +widget_class "*<GtkNotebook>*<GtkLabel>" style "text" +widget_class "*<GtkNotebook>*<GtkCellLayout>" style "text" diff --git a/themes/Mint-Y-Dark/gtk-2.0/menubar-toolbar/button-active.png b/themes/Mint-Y-Dark/gtk-2.0/menubar-toolbar/button-active.png Binary files differnew file mode 100644 index 00000000..dcd68657 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/menubar-toolbar/button-active.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/menubar-toolbar/button-hover.png b/themes/Mint-Y-Dark/gtk-2.0/menubar-toolbar/button-hover.png Binary files differnew file mode 100644 index 00000000..aa079ece --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/menubar-toolbar/button-hover.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/menubar-toolbar/button-insensitive.png b/themes/Mint-Y-Dark/gtk-2.0/menubar-toolbar/button-insensitive.png Binary files differnew file mode 100644 index 00000000..4ed82372 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/menubar-toolbar/button-insensitive.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/menubar-toolbar/button.png b/themes/Mint-Y-Dark/gtk-2.0/menubar-toolbar/button.png Binary files differnew file mode 100644 index 00000000..9d50a7e4 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/menubar-toolbar/button.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/menubar-toolbar/menubar-dark.png b/themes/Mint-Y-Dark/gtk-2.0/menubar-toolbar/menubar-dark.png Binary files differnew file mode 100644 index 00000000..299c5506 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/menubar-toolbar/menubar-dark.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/menubar-toolbar/menubar-toolbar-dark.rc b/themes/Mint-Y-Dark/gtk-2.0/menubar-toolbar/menubar-toolbar-dark.rc new file mode 100644 index 00000000..23a344ee --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/menubar-toolbar/menubar-toolbar-dark.rc @@ -0,0 +1,222 @@ +style "menubar" { + + bg[NORMAL] = "#2f2f2f" + fg[NORMAL] = "#dadada" + fg[PRELIGHT] = "#dadada" + fg[ACTIVE] = "#dadada" + fg[SELECTED] = @selected_fg_color + fg[INSENSITIVE] = shade(0.7, "#dadada") + + xthickness = 0 + ythickness = 0 + + engine "pixmap" { + + image { + function = BOX + file = "menubar-toolbar/menubar-dark.png" + stretch = TRUE + border = { 1, 1, 1, 1 } + } + } +} + +style "menubar-borderless" { + + bg[NORMAL] = "#2f2f2f" + fg[NORMAL] = "#dadada" + fg[SELECTED] = @selected_fg_color + fg[INSENSITIVE] = shade(0.7, "#dadada") + + xthickness = 0 + ythickness = 0 + + engine "pixmap" { + + image { + function = BOX + file = "assets/null.png" + stretch = TRUE + border = { 1, 1, 1, 1 } + } + } +} + +style "menubar_item" { + + xthickness = 2 + ythickness = 4 + + fg[PRELIGHT] = @selected_fg_color + + engine "pixmap" { + + image { + function = BOX + state = PRELIGHT + file = "menubar-toolbar/menubar_button-dark.png" + border = { 2, 2, 2, 2 } + stretch = TRUE + } + } +} + +# Text Style Menubar +style "menubar-text" { + + engine "murrine" { + text_shade = 0.0 + textstyle = 0 + } +} + + +style "toolbar_text" { + fg[NORMAL] = "#dadada" + fg[PRELIGHT] = "#dadada" + fg[INSENSITIVE] = shade(0.7, "#dadada") + fg[ACTIVE] = "#dadada" + + text[NORMAL] = "#dadada" + text[PRELIGHT] = "#dadada" + text[INSENSITIVE] = shade(0.7, "#dadada") + text[ACTIVE] = "#dadada" + +} + +style "toolbar_button" { + + xthickness = 4 + ythickness = 4 + + engine "pixmap" { + + image { + function = BOX + state = NORMAL + file = "menubar-toolbar/button.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + image { + function = BOX + state = PRELIGHT + file = "menubar-toolbar/button-hover.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + image { + function = BOX + state = ACTIVE + file = "menubar-toolbar/button-active.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + image { + function = BOX + state = INSENSITIVE + file = "menubar-toolbar/button-insensitive.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + } +} + +style "toolbar_entry" { + xthickness = 6 + + base[NORMAL] = "#414141" + base[INSENSITIVE] = "#393939" + + text[NORMAL] = "#dadada" + + engine "pixmap" { + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "menubar-toolbar/toolbar-entry-border-bg-dark.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "menubar-toolbar/toolbar-entry-border-disabled-bg-dark.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "menubar-toolbar/toolbar-entry-border-active-bg-dark.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = NORMAL + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + } +} + +#Chromium +style "chrome-gtk-frame" { + + ChromeGtkFrame::frame-color = "#2f2f2f" + ChromeGtkFrame::inactive-frame-color = "#2f2f2f" + + ChromeGtkFrame::frame-gradient-size = 0 + ChromeGtkFrame::frame-gradient-color = shade(0.5, @bg_color) + + ChromeGtkFrame::incognito-frame-color = shade(0.85, @bg_color) + ChromeGtkFrame::incognito-inactive-frame-color = @bg_color + + ChromeGtkFrame::incognito-frame-gradient-color = @bg_color + + ChromeGtkFrame::scrollbar-trough-color = shade(0.912, @bg_color) + ChromeGtkFrame::scrollbar-slider-prelight-color = shade(1.04, @bg_color) + ChromeGtkFrame::scrollbar-slider-normal-color = @bg_color + +} + +widget_class "*<GtkMenuBar>*" style "menubar" +widget_class "*<GtkMenuBar>.<GtkMenuItem>*" style "menubar_item" + +widget_class "*ThunarWindow*<GtkToolbar>" style "menubar" + +class "ChromeGtkFrame" style "chrome-gtk-frame" + +widget_class "*<GtkMenuBar>*<GtkMenuItem>*<GtkAccelLabel>" style "menubar-text" + +# Whitelist for dark toolbars +widget_class "*ThunarWindow*<GtkMenuBar>" style "menubar-borderless" +widget_class "*ThunarWindow*<GtkToolbar>*<GtkEntry>" style "toolbar_entry" +widget_class "*ThunarWindow*<GtkToolbar>*<GtkButton>" style "toolbar_button" +widget_class "*ThunarWindow*<GtkToolbar>*<GtkWidget>" style "toolbar_text" +widget_class "*ThunarWindow*<GtkToolbar>*<GtkButton>*<GtkLabel>" style "menubar-text" + diff --git a/themes/Mint-Y-Dark/gtk-2.0/menubar-toolbar/menubar-toolbar.rc b/themes/Mint-Y-Dark/gtk-2.0/menubar-toolbar/menubar-toolbar.rc new file mode 100644 index 00000000..9164b8c1 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/menubar-toolbar/menubar-toolbar.rc @@ -0,0 +1,166 @@ +style "menubar" { + + bg[NORMAL] = "#d9d9d9" + fg[NORMAL] = "#404040" + fg[PRELIGHT] = "#404040" + fg[ACTIVE] = "#404040" + fg[SELECTED] = @selected_fg_color + fg[INSENSITIVE] = shade(1.3, "#404040") + + xthickness = 0 + ythickness = 0 + + engine "pixmap" { + + image { + function = BOX + file = "menubar-toolbar/menubar.png" + stretch = TRUE + border = { 1, 1, 1, 1 } + } + } +} + +style "menubar-borderless" { + + bg[NORMAL] = "#d9d9d9" + fg[NORMAL] = "#404040" + fg[SELECTED] = @fg_color + fg[INSENSITIVE] = shade(1.3, "#404040") + + xthickness = 0 + ythickness = 0 + + engine "pixmap" { + + image { + function = BOX + file = "assets/null.png" + stretch = TRUE + border = { 1, 1, 1, 1 } + } + } +} + +style "menubar_item" { + + xthickness = 2 + ythickness = 4 + + fg[PRELIGHT] = @selected_fg_color + + engine "pixmap" { + + image { + function = BOX + state = PRELIGHT + file = "menubar-toolbar/menubar_button.png" + border = { 2, 2, 2, 2 } + stretch = TRUE + } + } +} + +# Text Style Menubar +style "menubar-text" { + + engine "murrine" { + text_shade = 0.0 + textstyle = 0 + } +} + +style "toolbar_entry" { + xthickness = 6 + + base[NORMAL] = "#fdfdfd" + base[INSENSITIVE] = "#f4f4f4" + + text[NORMAL] = "#404040" + + engine "pixmap" { + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "menubar-toolbar/toolbar-entry-border-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "menubar-toolbar/toolbar-entry-border-disabled-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "menubar-toolbar/toolbar-entry-border-active-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = NORMAL + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + } +} + +#Chromium +style "chrome-gtk-frame" { + + ChromeGtkFrame::frame-color = "#d9d9d9" + ChromeGtkFrame::inactive-frame-color = "#d9d9d9" + + ChromeGtkFrame::frame-gradient-size = 0 + ChromeGtkFrame::frame-gradient-color = shade(0.5, @bg_color) + + ChromeGtkFrame::incognito-frame-color = shade(0.85, @bg_color) + ChromeGtkFrame::incognito-inactive-frame-color = @bg_color + + ChromeGtkFrame::incognito-frame-gradient-color = @bg_color + + ChromeGtkFrame::scrollbar-trough-color = shade(0.912, @bg_color) + ChromeGtkFrame::scrollbar-slider-prelight-color = shade(1.04, @bg_color) + ChromeGtkFrame::scrollbar-slider-normal-color = @bg_color + +} + +widget_class "*<GtkMenuBar>*" style "menubar" +widget_class "*<GtkMenuBar>.<GtkMenuItem>*" style "menubar_item" + +widget_class "*ThunarWindow*<GtkToolbar>" style "menubar" +widget_class "*CajaNavigationWindow*<GtkToolbar>" style "menubar" + +class "ChromeGtkFrame" style "chrome-gtk-frame" + +widget_class "*<GtkMenuBar>*<GtkMenuItem>*<GtkAccelLabel>" style "menubar-text" + +# Whitelist for dark toolbars +widget_class "*ThunarWindow*<GtkMenuBar>" style "menubar-borderless" +widget_class "*CajaNavigationWindow*<GtkMenuBar>" style "menubar-borderless" +widget_class "*ThunarWindow*<GtkToolbar>*<GtkEntry>" style "toolbar_entry" +widget_class "*CajaNavigationWindow*<GtkToolbar>*<GtkEntry>" style "toolbar_entry" diff --git a/themes/Mint-Y-Dark/gtk-2.0/menubar-toolbar/menubar.png b/themes/Mint-Y-Dark/gtk-2.0/menubar-toolbar/menubar.png Binary files differnew file mode 100644 index 00000000..2be034ef --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/menubar-toolbar/menubar.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/menubar-toolbar/menubar_button-dark.png b/themes/Mint-Y-Dark/gtk-2.0/menubar-toolbar/menubar_button-dark.png Binary files differnew file mode 100644 index 00000000..8179244b --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/menubar-toolbar/menubar_button-dark.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/menubar-toolbar/menubar_button.png b/themes/Mint-Y-Dark/gtk-2.0/menubar-toolbar/menubar_button.png Binary files differnew file mode 100644 index 00000000..5f2cb234 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/menubar-toolbar/menubar_button.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg-dark.png b/themes/Mint-Y-Dark/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg-dark.png Binary files differnew file mode 100644 index 00000000..54293fdf --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg-dark.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg.png b/themes/Mint-Y-Dark/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg.png Binary files differnew file mode 100644 index 00000000..519e134b --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/menubar-toolbar/toolbar-entry-border-bg-dark.png b/themes/Mint-Y-Dark/gtk-2.0/menubar-toolbar/toolbar-entry-border-bg-dark.png Binary files differnew file mode 100644 index 00000000..bf7b10d0 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/menubar-toolbar/toolbar-entry-border-bg-dark.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/menubar-toolbar/toolbar-entry-border-bg.png b/themes/Mint-Y-Dark/gtk-2.0/menubar-toolbar/toolbar-entry-border-bg.png Binary files differnew file mode 100644 index 00000000..401c5cb5 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/menubar-toolbar/toolbar-entry-border-bg.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg-dark.png b/themes/Mint-Y-Dark/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg-dark.png Binary files differnew file mode 100644 index 00000000..24480b98 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg-dark.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg.png b/themes/Mint-Y-Dark/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg.png Binary files differnew file mode 100644 index 00000000..0fc822f0 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg.png diff --git a/themes/Mint-Y-Dark/gtk-2.0/panel.rc b/themes/Mint-Y-Dark/gtk-2.0/panel.rc new file mode 100644 index 00000000..bf1155af --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-2.0/panel.rc @@ -0,0 +1,153 @@ +style "theme-panel" { + + ythickness = 0 + + bg[NORMAL] = "#383838" + bg[ACTIVE] = @selected_bg_color + bg[PRELIGHT] = shade(1.1, @selected_bg_color) + bg[SELECTED] = @selected_bg_color + + fg[NORMAL] = "#DADADA" + fg[PRELIGHT] = @selected_fg_color + fg[ACTIVE] = @selected_fg_color + fg[SELECTED] = @selected_fg_color + + text[NORMAL] = "#DADADA" + text[PRELIGHT] = "#DADADA" + text[ACTIVE] = "#DADADA" + text[SELECTED] = "#DADADA" + + engine "murrine" { + reliefstyle = 0 + glazestyle = 0 + glow_shade = 1.0 + highlight_shade = 1.0 + roundness = 0 + gradient_shades = {1.0,1.0,1.0,1.0} + textstyle = 0 + contrast = 0.0 + textstyle = 0 + } +} + +style "panelbar" { + + fg[NORMAL] = "#DADADA" + fg[ACTIVE] = "#DADADA" + fg[PRELIGHT] = "#DADADA" + fg[SELECTED] = @selected_fg_color + + bg[SELECTED] = @selected_bg_color + + engine "murrine" {} +} + +style "panelbuttons" { + + xthickness = 4 + ythickness = 0 + + engine "murrine" { + textstyle = 0 + } +} + +style "theme-panel-text" { + + fg[NORMAL] = "#DADADA" + fg[PRELIGHT] = @selected_fg_color + fg[ACTIVE] = "#DADADA" + + text[NORMAL] = "#DADADA" + text[PRELIGHT] = @selected_fg_color + text[ACTIVE] = "#DADADA" + + engine "murrine" { + textstyle = 0 + text_shade = 0.2 + } +} + +style "panel-entry" { + + fg[NORMAL] = @text_color + fg[PRELIGHT] = @text_color + fg[ACTIVE] = @text_color + fg[SELECTED] = @text_color + fg[INSENSITIVE] = @text_color + + text[NORMAL] = @text_color + text[PRELIGHT] = @text_color + text[ACTIVE] = @text_color + text[SELECTED] = @text_color + text[INSENSITIVE] = @text_color + +} + +style "theme-main-menu-text" = "theme-panel-text" { + fg[PRELIGHT] = @selected_fg_color + text[PRELIGHT] = @selected_fg_color +} + +style "workspace-switcher" = "theme-panel" { + bg[SELECTED] = @selected_bg_color +} + +style "indicator" = "theme-panel" { + xthickness = 0 + ythickness = 0 +} + +widget "*tasklist*" style "panelbuttons" +widget_class "*Xfce*Panel*.GtkToggleButton" style "panelbuttons" +widget_class "*Xfce*NetkTasklist*GtkToggleButton" style "panelbuttons" +widget_class "*PanelToplevel*Button" style "panelbuttons" +widget_class "*Panel*GtkToggleButton" style "panelbuttons" +widget_class "*Xfce*Panel*Button*" style "panelbuttons" +widget_class "*<XfceArrowButton>" style "panelbuttons" +widget_class "*<XfceActionsPlugin>*" style "panelbuttons" +widget_class "*XfcePanelPlugin.GtkButton" style "panelbuttons" +widget "*dict*Applet*" style "panelbuttons" +widget_class "*Xfce*NetkTasklist*GtkToggleButton" style "panelbuttons" +widget_class "*Tasklist*" style:highest "panelbuttons" + +class "*Panel*MenuBar*" style "panelbar" +widget_class "*Panel*MenuBar*" style "panelbar" +widget_class "*Panel*MenuBar*Item*" style:highest "panelbar" + +widget "*PanelWidget*" style "theme-panel" +widget "*PanelApplet*" style "theme-panel" +widget "*fast-user-switch*" style "theme-panel" +widget "*CPUFreq*Applet*" style "theme-panel" +class "PanelApp*" style "theme-panel" +class "PanelToplevel*" style "theme-panel" +widget_class "*PanelToplevel*" style "theme-panel" +widget_class "*notif*" style "theme-panel" +widget_class "*Notif*" style "theme-panel" +widget_class "*Tray*" style "theme-panel" +widget_class "*tray*" style "theme-panel" +widget_class "*computertemp*" style "theme-panel" +widget_class "*Applet*Tomboy*" style "theme-panel" +widget_class "*Applet*Netstatus*" style "theme-panel" + +# Fixes for tooltip text in some apps. +widget_class "*Notif*Beagle*" style "theme-panel" +widget_class "*Notif*Brasero*" style "theme-panel" + +# XFCE panel theming. +widget "*Xfce*Panel*" style "theme-panel" +class "*Xfce*Panel*" style "theme-panel" +widget "*WnckPager*" style "workspace-switcher" + +# Fix gtk-entries in the panel +widget "*bookmark*GtkEntry" style "panel-entry" # fixes smartbookmark-plugin + +# Make sure panel text color doesn't change +widget_class "*Panel*MenuBar*" style "theme-main-menu-text" +widget_class "*Panel*<GtkMenuBar>*" style "theme-main-menu-text" +widget "*.clock-applet-button.*" style "theme-panel-text" +widget "*PanelApplet*" style "theme-panel-text" + +# Override general panel-style with specific plugin-styles +widget "*indicator-applet*" style "indicator" +widget "*indicator-button*" style "indicator" diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-checked-dark.png b/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-checked-dark.png Binary files differnew file mode 100644 index 00000000..68fc3887 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-checked-dark.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-checked-dark@2.png b/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-checked-dark@2.png Binary files differnew file mode 100644 index 00000000..e899f934 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-checked-dark@2.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-checked-insensitive-dark.png b/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-checked-insensitive-dark.png Binary files differnew file mode 100644 index 00000000..36a51d58 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-checked-insensitive-dark.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-checked-insensitive-dark@2.png b/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-checked-insensitive-dark@2.png Binary files differnew file mode 100644 index 00000000..2e068525 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-checked-insensitive-dark@2.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-checked-insensitive-selected.png b/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-checked-insensitive-selected.png Binary files differnew file mode 100644 index 00000000..e6f7a0b5 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-checked-insensitive-selected.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-checked-insensitive-selected@2.png b/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-checked-insensitive-selected@2.png Binary files differnew file mode 100644 index 00000000..4ce9c891 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-checked-insensitive-selected@2.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-checked-insensitive.png b/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-checked-insensitive.png Binary files differnew file mode 100644 index 00000000..fa2108fc --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-checked-insensitive.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-checked-insensitive@2.png b/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-checked-insensitive@2.png Binary files differnew file mode 100644 index 00000000..9d4b9d44 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-checked-insensitive@2.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-checked-selected.png b/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-checked-selected.png Binary files differnew file mode 100644 index 00000000..c369c743 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-checked-selected.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-checked-selected@2.png b/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-checked-selected@2.png Binary files differnew file mode 100644 index 00000000..6711d9a7 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-checked-selected@2.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-checked-selectionmode-dark.png b/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-checked-selectionmode-dark.png Binary files differnew file mode 100644 index 00000000..1cb5e980 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-checked-selectionmode-dark.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-checked-selectionmode-dark@2.png b/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-checked-selectionmode-dark@2.png Binary files differnew file mode 100644 index 00000000..a531a2c3 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-checked-selectionmode-dark@2.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-checked-selectionmode.png b/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-checked-selectionmode.png Binary files differnew file mode 100644 index 00000000..d1bcc5d0 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-checked-selectionmode.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-checked-selectionmode@2.png b/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-checked-selectionmode@2.png Binary files differnew file mode 100644 index 00000000..ffab6f3f --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-checked-selectionmode@2.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-checked.png b/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-checked.png new file mode 120000 index 00000000..31688cb6 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-checked.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/gtk-2.0/assets/checkbox-checked.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-checked@2.png b/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-checked@2.png Binary files differnew file mode 100644 index 00000000..ab1e6f97 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-checked@2.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-mixed-dark.png b/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-mixed-dark.png Binary files differnew file mode 100644 index 00000000..f7dd0766 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-mixed-dark.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-mixed-dark@2.png b/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-mixed-dark@2.png Binary files differnew file mode 100644 index 00000000..600b1ad2 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-mixed-dark@2.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-mixed-insensitive-dark.png b/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-mixed-insensitive-dark.png Binary files differnew file mode 100644 index 00000000..16381597 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-mixed-insensitive-dark.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-mixed-insensitive-dark@2.png b/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-mixed-insensitive-dark@2.png Binary files differnew file mode 100644 index 00000000..9bd2ba41 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-mixed-insensitive-dark@2.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-mixed-insensitive-selected.png b/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-mixed-insensitive-selected.png Binary files differnew file mode 100644 index 00000000..bc18bb5b --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-mixed-insensitive-selected.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-mixed-insensitive-selected@2.png b/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-mixed-insensitive-selected@2.png Binary files differnew file mode 100644 index 00000000..81d8e967 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-mixed-insensitive-selected@2.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-mixed-insensitive.png b/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-mixed-insensitive.png Binary files differnew file mode 100644 index 00000000..048fe9c4 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-mixed-insensitive.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-mixed-insensitive@2.png b/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-mixed-insensitive@2.png Binary files differnew file mode 100644 index 00000000..5c049ee3 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-mixed-insensitive@2.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-mixed-selected.png b/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-mixed-selected.png Binary files differnew file mode 100644 index 00000000..9aef5c73 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-mixed-selected.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-mixed-selected@2.png b/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-mixed-selected@2.png Binary files differnew file mode 100644 index 00000000..14aafbb5 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-mixed-selected@2.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-mixed.png b/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-mixed.png Binary files differnew file mode 100644 index 00000000..ccc022f4 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-mixed.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-mixed@2.png b/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-mixed@2.png Binary files differnew file mode 100644 index 00000000..1b844de0 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-mixed@2.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-selectionmode-dark.png b/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-selectionmode-dark.png Binary files differnew file mode 100644 index 00000000..36d2ca84 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-selectionmode-dark.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-selectionmode-dark@2.png b/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-selectionmode-dark@2.png Binary files differnew file mode 100644 index 00000000..b22a92ce --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-selectionmode-dark@2.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-selectionmode.png b/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-selectionmode.png Binary files differnew file mode 100644 index 00000000..91ebb547 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-selectionmode.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-selectionmode@2.png b/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-selectionmode@2.png Binary files differnew file mode 100644 index 00000000..8ddca8cd --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-selectionmode@2.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-unchecked-dark.png b/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-unchecked-dark.png Binary files differnew file mode 100644 index 00000000..dbf4a07e --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-unchecked-dark.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-unchecked-dark@2.png b/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-unchecked-dark@2.png Binary files differnew file mode 100644 index 00000000..bbb1fce5 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-unchecked-dark@2.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-unchecked-insensitive-dark.png b/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-unchecked-insensitive-dark.png Binary files differnew file mode 100644 index 00000000..2e9e2c45 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-unchecked-insensitive-dark.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-unchecked-insensitive-dark@2.png b/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-unchecked-insensitive-dark@2.png Binary files differnew file mode 100644 index 00000000..3932e87a --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-unchecked-insensitive-dark@2.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-unchecked-insensitive-selected.png b/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-unchecked-insensitive-selected.png Binary files differnew file mode 100644 index 00000000..db628755 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-unchecked-insensitive-selected.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-unchecked-insensitive-selected@2.png b/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-unchecked-insensitive-selected@2.png Binary files differnew file mode 100644 index 00000000..9cd567e1 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-unchecked-insensitive-selected@2.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-unchecked-insensitive.png b/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-unchecked-insensitive.png Binary files differnew file mode 100644 index 00000000..381ed187 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-unchecked-insensitive.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-unchecked-insensitive@2.png b/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-unchecked-insensitive@2.png Binary files differnew file mode 100644 index 00000000..da986d9a --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-unchecked-insensitive@2.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-unchecked-selected.png b/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-unchecked-selected.png Binary files differnew file mode 100644 index 00000000..c7dc8e46 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-unchecked-selected.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-unchecked-selected@2.png b/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-unchecked-selected@2.png Binary files differnew file mode 100644 index 00000000..6402eee6 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-unchecked-selected@2.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-unchecked.png b/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-unchecked.png Binary files differnew file mode 100644 index 00000000..9254c8b4 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-unchecked.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-unchecked@2.png b/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-unchecked@2.png Binary files differnew file mode 100644 index 00000000..1407e981 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-unchecked@2.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/pane-separator-vertical.png b/themes/Mint-Y-Dark/gtk-3.0/assets/pane-separator-vertical.png Binary files differnew file mode 100644 index 00000000..109d129e --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/pane-separator-vertical.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/pane-separator-vertical@2.png b/themes/Mint-Y-Dark/gtk-3.0/assets/pane-separator-vertical@2.png Binary files differnew file mode 100644 index 00000000..4c03176a --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/pane-separator-vertical@2.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/pane-separator.png b/themes/Mint-Y-Dark/gtk-3.0/assets/pane-separator.png Binary files differnew file mode 100644 index 00000000..35892362 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/pane-separator.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/pane-separator@2.png b/themes/Mint-Y-Dark/gtk-3.0/assets/pane-separator@2.png Binary files differnew file mode 100644 index 00000000..a2dea4ee --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/pane-separator@2.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/radio-checked-dark.png b/themes/Mint-Y-Dark/gtk-3.0/assets/radio-checked-dark.png Binary files differnew file mode 100644 index 00000000..90b880ad --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/radio-checked-dark.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/radio-checked-dark@2.png b/themes/Mint-Y-Dark/gtk-3.0/assets/radio-checked-dark@2.png Binary files differnew file mode 100644 index 00000000..19953f88 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/radio-checked-dark@2.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/radio-checked-insensitive-dark.png b/themes/Mint-Y-Dark/gtk-3.0/assets/radio-checked-insensitive-dark.png Binary files differnew file mode 100644 index 00000000..785931e1 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/radio-checked-insensitive-dark.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/radio-checked-insensitive-dark@2.png b/themes/Mint-Y-Dark/gtk-3.0/assets/radio-checked-insensitive-dark@2.png Binary files differnew file mode 100644 index 00000000..8ee4d888 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/radio-checked-insensitive-dark@2.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/radio-checked-insensitive-selected.png b/themes/Mint-Y-Dark/gtk-3.0/assets/radio-checked-insensitive-selected.png Binary files differnew file mode 100644 index 00000000..9077e177 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/radio-checked-insensitive-selected.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/radio-checked-insensitive-selected@2.png b/themes/Mint-Y-Dark/gtk-3.0/assets/radio-checked-insensitive-selected@2.png Binary files differnew file mode 100644 index 00000000..b34e1887 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/radio-checked-insensitive-selected@2.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/radio-checked-insensitive.png b/themes/Mint-Y-Dark/gtk-3.0/assets/radio-checked-insensitive.png Binary files differnew file mode 100644 index 00000000..283a4f58 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/radio-checked-insensitive.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/radio-checked-insensitive@2.png b/themes/Mint-Y-Dark/gtk-3.0/assets/radio-checked-insensitive@2.png Binary files differnew file mode 100644 index 00000000..7fec9892 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/radio-checked-insensitive@2.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/radio-checked-selected.png b/themes/Mint-Y-Dark/gtk-3.0/assets/radio-checked-selected.png Binary files differnew file mode 100644 index 00000000..9ba90133 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/radio-checked-selected.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/radio-checked-selected@2.png b/themes/Mint-Y-Dark/gtk-3.0/assets/radio-checked-selected@2.png Binary files differnew file mode 100644 index 00000000..7f864577 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/radio-checked-selected@2.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/radio-checked.png b/themes/Mint-Y-Dark/gtk-3.0/assets/radio-checked.png new file mode 120000 index 00000000..97d61a26 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/radio-checked.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/gtk-2.0/assets/radio-checked.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/radio-checked@2.png b/themes/Mint-Y-Dark/gtk-3.0/assets/radio-checked@2.png Binary files differnew file mode 100644 index 00000000..6a68142d --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/radio-checked@2.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/radio-mixed-dark.png b/themes/Mint-Y-Dark/gtk-3.0/assets/radio-mixed-dark.png Binary files differnew file mode 100644 index 00000000..789c2ce4 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/radio-mixed-dark.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/radio-mixed-dark@2.png b/themes/Mint-Y-Dark/gtk-3.0/assets/radio-mixed-dark@2.png Binary files differnew file mode 100644 index 00000000..0d6150ff --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/radio-mixed-dark@2.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/radio-mixed-insensitive-dark.png b/themes/Mint-Y-Dark/gtk-3.0/assets/radio-mixed-insensitive-dark.png Binary files differnew file mode 100644 index 00000000..56405120 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/radio-mixed-insensitive-dark.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/radio-mixed-insensitive-dark@2.png b/themes/Mint-Y-Dark/gtk-3.0/assets/radio-mixed-insensitive-dark@2.png Binary files differnew file mode 100644 index 00000000..ff8f6a87 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/radio-mixed-insensitive-dark@2.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/radio-mixed-insensitive-selected.png b/themes/Mint-Y-Dark/gtk-3.0/assets/radio-mixed-insensitive-selected.png Binary files differnew file mode 100644 index 00000000..041bd48f --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/radio-mixed-insensitive-selected.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/radio-mixed-insensitive-selected@2.png b/themes/Mint-Y-Dark/gtk-3.0/assets/radio-mixed-insensitive-selected@2.png Binary files differnew file mode 100644 index 00000000..8d65ef61 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/radio-mixed-insensitive-selected@2.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/radio-mixed-insensitive.png b/themes/Mint-Y-Dark/gtk-3.0/assets/radio-mixed-insensitive.png Binary files differnew file mode 100644 index 00000000..61b7698e --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/radio-mixed-insensitive.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/radio-mixed-insensitive@2.png b/themes/Mint-Y-Dark/gtk-3.0/assets/radio-mixed-insensitive@2.png Binary files differnew file mode 100644 index 00000000..4f7315b8 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/radio-mixed-insensitive@2.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/radio-mixed-selected.png b/themes/Mint-Y-Dark/gtk-3.0/assets/radio-mixed-selected.png Binary files differnew file mode 100644 index 00000000..e950b4a0 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/radio-mixed-selected.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/radio-mixed-selected@2.png b/themes/Mint-Y-Dark/gtk-3.0/assets/radio-mixed-selected@2.png Binary files differnew file mode 100644 index 00000000..bad60f1e --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/radio-mixed-selected@2.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/radio-mixed.png b/themes/Mint-Y-Dark/gtk-3.0/assets/radio-mixed.png Binary files differnew file mode 100644 index 00000000..51c17202 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/radio-mixed.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/radio-mixed@2.png b/themes/Mint-Y-Dark/gtk-3.0/assets/radio-mixed@2.png Binary files differnew file mode 100644 index 00000000..71a9f748 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/radio-mixed@2.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/radio-unchecked-dark.png b/themes/Mint-Y-Dark/gtk-3.0/assets/radio-unchecked-dark.png Binary files differnew file mode 100644 index 00000000..d72449b2 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/radio-unchecked-dark.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/radio-unchecked-dark@2.png b/themes/Mint-Y-Dark/gtk-3.0/assets/radio-unchecked-dark@2.png Binary files differnew file mode 100644 index 00000000..102cf5fb --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/radio-unchecked-dark@2.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/radio-unchecked-insensitive-dark.png b/themes/Mint-Y-Dark/gtk-3.0/assets/radio-unchecked-insensitive-dark.png Binary files differnew file mode 100644 index 00000000..f0ab9f6e --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/radio-unchecked-insensitive-dark.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/radio-unchecked-insensitive-dark@2.png b/themes/Mint-Y-Dark/gtk-3.0/assets/radio-unchecked-insensitive-dark@2.png Binary files differnew file mode 100644 index 00000000..fbada289 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/radio-unchecked-insensitive-dark@2.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/radio-unchecked-insensitive-selected.png b/themes/Mint-Y-Dark/gtk-3.0/assets/radio-unchecked-insensitive-selected.png Binary files differnew file mode 100644 index 00000000..c2695335 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/radio-unchecked-insensitive-selected.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/radio-unchecked-insensitive-selected@2.png b/themes/Mint-Y-Dark/gtk-3.0/assets/radio-unchecked-insensitive-selected@2.png Binary files differnew file mode 100644 index 00000000..119fbf8c --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/radio-unchecked-insensitive-selected@2.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/radio-unchecked-insensitive.png b/themes/Mint-Y-Dark/gtk-3.0/assets/radio-unchecked-insensitive.png Binary files differnew file mode 100644 index 00000000..ffcb5649 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/radio-unchecked-insensitive.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/radio-unchecked-insensitive@2.png b/themes/Mint-Y-Dark/gtk-3.0/assets/radio-unchecked-insensitive@2.png Binary files differnew file mode 100644 index 00000000..34477e1d --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/radio-unchecked-insensitive@2.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/radio-unchecked-selected.png b/themes/Mint-Y-Dark/gtk-3.0/assets/radio-unchecked-selected.png Binary files differnew file mode 100644 index 00000000..50e1bf0a --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/radio-unchecked-selected.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/radio-unchecked-selected@2.png b/themes/Mint-Y-Dark/gtk-3.0/assets/radio-unchecked-selected@2.png Binary files differnew file mode 100644 index 00000000..5b3e30ac --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/radio-unchecked-selected@2.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/radio-unchecked.png b/themes/Mint-Y-Dark/gtk-3.0/assets/radio-unchecked.png Binary files differnew file mode 100644 index 00000000..76830193 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/radio-unchecked.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/radio-unchecked@2.png b/themes/Mint-Y-Dark/gtk-3.0/assets/radio-unchecked@2.png Binary files differnew file mode 100644 index 00000000..f9bb4220 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/radio-unchecked@2.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/switch-active-dark.png b/themes/Mint-Y-Dark/gtk-3.0/assets/switch-active-dark.png Binary files differnew file mode 100644 index 00000000..f25c3332 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/switch-active-dark.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/switch-active-dark@2.png b/themes/Mint-Y-Dark/gtk-3.0/assets/switch-active-dark@2.png Binary files differnew file mode 100644 index 00000000..2bc9302f --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/switch-active-dark@2.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/switch-active-header-dark.png b/themes/Mint-Y-Dark/gtk-3.0/assets/switch-active-header-dark.png Binary files differnew file mode 100644 index 00000000..f426dbf4 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/switch-active-header-dark.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/switch-active-header-dark@2.png b/themes/Mint-Y-Dark/gtk-3.0/assets/switch-active-header-dark@2.png Binary files differnew file mode 100644 index 00000000..5b11d56d --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/switch-active-header-dark@2.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/switch-active-header.png b/themes/Mint-Y-Dark/gtk-3.0/assets/switch-active-header.png Binary files differnew file mode 100644 index 00000000..332f7b55 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/switch-active-header.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/switch-active-header@2.png b/themes/Mint-Y-Dark/gtk-3.0/assets/switch-active-header@2.png Binary files differnew file mode 100644 index 00000000..f21952d8 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/switch-active-header@2.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/switch-active-insensitive-dark.png b/themes/Mint-Y-Dark/gtk-3.0/assets/switch-active-insensitive-dark.png Binary files differnew file mode 100644 index 00000000..ad657320 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/switch-active-insensitive-dark.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/switch-active-insensitive-dark@2.png b/themes/Mint-Y-Dark/gtk-3.0/assets/switch-active-insensitive-dark@2.png Binary files differnew file mode 100644 index 00000000..e7c19d87 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/switch-active-insensitive-dark@2.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/switch-active-insensitive-header-dark.png b/themes/Mint-Y-Dark/gtk-3.0/assets/switch-active-insensitive-header-dark.png Binary files differnew file mode 100644 index 00000000..6cc05797 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/switch-active-insensitive-header-dark.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/switch-active-insensitive-header-dark@2.png b/themes/Mint-Y-Dark/gtk-3.0/assets/switch-active-insensitive-header-dark@2.png Binary files differnew file mode 100644 index 00000000..52ab9973 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/switch-active-insensitive-header-dark@2.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/switch-active-insensitive-header.png b/themes/Mint-Y-Dark/gtk-3.0/assets/switch-active-insensitive-header.png Binary files differnew file mode 100644 index 00000000..c2471cd5 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/switch-active-insensitive-header.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/switch-active-insensitive-header@2.png b/themes/Mint-Y-Dark/gtk-3.0/assets/switch-active-insensitive-header@2.png Binary files differnew file mode 100644 index 00000000..1a6231fc --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/switch-active-insensitive-header@2.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/switch-active-insensitive-selected.png b/themes/Mint-Y-Dark/gtk-3.0/assets/switch-active-insensitive-selected.png Binary files differnew file mode 100644 index 00000000..370deafc --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/switch-active-insensitive-selected.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/switch-active-insensitive-selected@2.png b/themes/Mint-Y-Dark/gtk-3.0/assets/switch-active-insensitive-selected@2.png Binary files differnew file mode 100644 index 00000000..12f2df26 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/switch-active-insensitive-selected@2.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/switch-active-insensitive.png b/themes/Mint-Y-Dark/gtk-3.0/assets/switch-active-insensitive.png new file mode 120000 index 00000000..bc4dc64a --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/switch-active-insensitive.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/switch-active-insensitive-header.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/switch-active-insensitive@2.png b/themes/Mint-Y-Dark/gtk-3.0/assets/switch-active-insensitive@2.png new file mode 120000 index 00000000..1dafb49c --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/switch-active-insensitive@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/switch-active-insensitive-header@2.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/switch-active-selected.png b/themes/Mint-Y-Dark/gtk-3.0/assets/switch-active-selected.png Binary files differnew file mode 100644 index 00000000..35f993e1 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/switch-active-selected.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/switch-active-selected@2.png b/themes/Mint-Y-Dark/gtk-3.0/assets/switch-active-selected@2.png Binary files differnew file mode 100644 index 00000000..ab5259d8 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/switch-active-selected@2.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/switch-active.png b/themes/Mint-Y-Dark/gtk-3.0/assets/switch-active.png new file mode 120000 index 00000000..03a1c0f2 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/switch-active.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/switch-active-header.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/switch-active@2.png b/themes/Mint-Y-Dark/gtk-3.0/assets/switch-active@2.png new file mode 120000 index 00000000..ee3b21da --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/switch-active@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/switch-active-header@2.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/switch-dark.png b/themes/Mint-Y-Dark/gtk-3.0/assets/switch-dark.png Binary files differnew file mode 100644 index 00000000..68948d7e --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/switch-dark.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/switch-dark@2.png b/themes/Mint-Y-Dark/gtk-3.0/assets/switch-dark@2.png Binary files differnew file mode 100644 index 00000000..1eb10f4f --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/switch-dark@2.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/switch-header-dark.png b/themes/Mint-Y-Dark/gtk-3.0/assets/switch-header-dark.png Binary files differnew file mode 100644 index 00000000..07e2cb9d --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/switch-header-dark.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/switch-header-dark@2.png b/themes/Mint-Y-Dark/gtk-3.0/assets/switch-header-dark@2.png Binary files differnew file mode 100644 index 00000000..06126a66 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/switch-header-dark@2.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/switch-header.png b/themes/Mint-Y-Dark/gtk-3.0/assets/switch-header.png Binary files differnew file mode 100644 index 00000000..f726282c --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/switch-header.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/switch-header@2.png b/themes/Mint-Y-Dark/gtk-3.0/assets/switch-header@2.png Binary files differnew file mode 100644 index 00000000..03d95dda --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/switch-header@2.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/switch-insensitive-dark.png b/themes/Mint-Y-Dark/gtk-3.0/assets/switch-insensitive-dark.png Binary files differnew file mode 100644 index 00000000..cc4cad28 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/switch-insensitive-dark.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/switch-insensitive-dark@2.png b/themes/Mint-Y-Dark/gtk-3.0/assets/switch-insensitive-dark@2.png Binary files differnew file mode 100644 index 00000000..e626fbdc --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/switch-insensitive-dark@2.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/switch-insensitive-header-dark.png b/themes/Mint-Y-Dark/gtk-3.0/assets/switch-insensitive-header-dark.png Binary files differnew file mode 100644 index 00000000..5c8673e1 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/switch-insensitive-header-dark.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/switch-insensitive-header-dark@2.png b/themes/Mint-Y-Dark/gtk-3.0/assets/switch-insensitive-header-dark@2.png Binary files differnew file mode 100644 index 00000000..29174fa6 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/switch-insensitive-header-dark@2.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/switch-insensitive-header.png b/themes/Mint-Y-Dark/gtk-3.0/assets/switch-insensitive-header.png Binary files differnew file mode 100644 index 00000000..2296cb4b --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/switch-insensitive-header.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/switch-insensitive-header@2.png b/themes/Mint-Y-Dark/gtk-3.0/assets/switch-insensitive-header@2.png Binary files differnew file mode 100644 index 00000000..27c4a883 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/switch-insensitive-header@2.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/switch-insensitive-selected.png b/themes/Mint-Y-Dark/gtk-3.0/assets/switch-insensitive-selected.png Binary files differnew file mode 100644 index 00000000..9b40932a --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/switch-insensitive-selected.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/switch-insensitive-selected@2.png b/themes/Mint-Y-Dark/gtk-3.0/assets/switch-insensitive-selected@2.png Binary files differnew file mode 100644 index 00000000..d342d91f --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/switch-insensitive-selected@2.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/switch-insensitive.png b/themes/Mint-Y-Dark/gtk-3.0/assets/switch-insensitive.png Binary files differnew file mode 100644 index 00000000..4f3a509d --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/switch-insensitive.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/switch-insensitive@2.png b/themes/Mint-Y-Dark/gtk-3.0/assets/switch-insensitive@2.png Binary files differnew file mode 100644 index 00000000..051ebfcb --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/switch-insensitive@2.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/switch-selected.png b/themes/Mint-Y-Dark/gtk-3.0/assets/switch-selected.png Binary files differnew file mode 100644 index 00000000..ae87661f --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/switch-selected.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/switch-selected@2.png b/themes/Mint-Y-Dark/gtk-3.0/assets/switch-selected@2.png Binary files differnew file mode 100644 index 00000000..0e4c7f70 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/switch-selected@2.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/switch.png b/themes/Mint-Y-Dark/gtk-3.0/assets/switch.png Binary files differnew file mode 100644 index 00000000..5c2407b1 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/switch.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/switch@2.png b/themes/Mint-Y-Dark/gtk-3.0/assets/switch@2.png Binary files differnew file mode 100644 index 00000000..9780af05 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/switch@2.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-close-active-dark.png b/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-close-active-dark.png Binary files differnew file mode 100644 index 00000000..267e2d56 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-close-active-dark.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-close-active-dark@2.png b/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-close-active-dark@2.png Binary files differnew file mode 100644 index 00000000..2be0e3e3 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-close-active-dark@2.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-close-active.png b/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-close-active.png Binary files differnew file mode 100644 index 00000000..cc957982 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-close-active.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-close-active@2.png b/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-close-active@2.png Binary files differnew file mode 100644 index 00000000..696ed1fa --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-close-active@2.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-close-backdrop-dark.png b/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-close-backdrop-dark.png Binary files differnew file mode 100644 index 00000000..d9ea7f92 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-close-backdrop-dark.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-close-backdrop-dark@2.png b/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-close-backdrop-dark@2.png Binary files differnew file mode 100644 index 00000000..26a2b49b --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-close-backdrop-dark@2.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-close-backdrop.png b/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-close-backdrop.png Binary files differnew file mode 100644 index 00000000..9f5dad19 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-close-backdrop.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-close-backdrop@2.png b/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-close-backdrop@2.png Binary files differnew file mode 100644 index 00000000..4dd595b2 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-close-backdrop@2.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-close-dark.png b/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-close-dark.png Binary files differnew file mode 100644 index 00000000..19057d44 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-close-dark.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-close-dark@2.png b/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-close-dark@2.png Binary files differnew file mode 100644 index 00000000..0c3091e3 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-close-dark@2.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-close-hover-dark.png b/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-close-hover-dark.png Binary files differnew file mode 100644 index 00000000..7fd6b930 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-close-hover-dark.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-close-hover-dark@2.png b/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-close-hover-dark@2.png Binary files differnew file mode 100644 index 00000000..96569c40 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-close-hover-dark@2.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-close-hover.png b/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-close-hover.png Binary files differnew file mode 100644 index 00000000..c62aea28 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-close-hover.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-close-hover@2.png b/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-close-hover@2.png Binary files differnew file mode 100644 index 00000000..e34d5e5c --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-close-hover@2.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-close.png b/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-close.png Binary files differnew file mode 100644 index 00000000..fbeba151 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-close.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-close@2.png b/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-close@2.png Binary files differnew file mode 100644 index 00000000..6b6c38be --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-close@2.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-max-active-dark.png b/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-max-active-dark.png Binary files differnew file mode 100644 index 00000000..83a025df --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-max-active-dark.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-max-active-dark@2.png b/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-max-active-dark@2.png Binary files differnew file mode 100644 index 00000000..be32fc68 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-max-active-dark@2.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-max-active.png b/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-max-active.png new file mode 120000 index 00000000..198caf98 --- /dev/null +++ b/themes/Mint-Y-Dark/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-Dark/gtk-3.0/assets/titlebutton-max-active@2.png b/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-max-active@2.png new file mode 120000 index 00000000..2710d9d9 --- /dev/null +++ b/themes/Mint-Y-Dark/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-Dark/gtk-3.0/assets/titlebutton-max-backdrop-dark.png b/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-max-backdrop-dark.png Binary files differnew file mode 100644 index 00000000..0b40ca58 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-max-backdrop-dark.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-max-backdrop-dark@2.png b/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-max-backdrop-dark@2.png Binary files differnew file mode 100644 index 00000000..41a74d82 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-max-backdrop-dark@2.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-max-backdrop.png b/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-max-backdrop.png Binary files differnew file mode 100644 index 00000000..85e145c7 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-max-backdrop.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-max-backdrop@2.png b/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-max-backdrop@2.png Binary files differnew file mode 100644 index 00000000..8441f4d1 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-max-backdrop@2.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-max-dark.png b/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-max-dark.png Binary files differnew file mode 100644 index 00000000..e684efdc --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-max-dark.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-max-dark@2.png b/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-max-dark@2.png Binary files differnew file mode 100644 index 00000000..01d6fd97 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-max-dark@2.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-max-hover-dark.png b/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-max-hover-dark.png Binary files differnew file mode 100644 index 00000000..38f34030 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-max-hover-dark.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-max-hover-dark@2.png b/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-max-hover-dark@2.png Binary files differnew file mode 100644 index 00000000..b1478e21 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-max-hover-dark@2.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-max-hover.png b/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-max-hover.png Binary files differnew file mode 100644 index 00000000..9a168c42 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-max-hover.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-max-hover@2.png b/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-max-hover@2.png Binary files differnew file mode 100644 index 00000000..976b4e10 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-max-hover@2.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-max.png b/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-max.png Binary files differnew file mode 100644 index 00000000..79b3a02e --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-max.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-max@2.png b/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-max@2.png Binary files differnew file mode 100644 index 00000000..2ca71b43 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-max@2.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-min-active-dark.png b/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-min-active-dark.png Binary files differnew file mode 100644 index 00000000..23aa18c7 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-min-active-dark.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-min-active-dark@2.png b/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-min-active-dark@2.png Binary files differnew file mode 100644 index 00000000..19715662 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-min-active-dark@2.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-min-active.png b/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-min-active.png new file mode 120000 index 00000000..69c5f1dd --- /dev/null +++ b/themes/Mint-Y-Dark/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-Dark/gtk-3.0/assets/titlebutton-min-active@2.png b/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-min-active@2.png new file mode 120000 index 00000000..603a19d2 --- /dev/null +++ b/themes/Mint-Y-Dark/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-Dark/gtk-3.0/assets/titlebutton-min-backdrop-dark.png b/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-min-backdrop-dark.png Binary files differnew file mode 100644 index 00000000..8205fb73 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-min-backdrop-dark.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-min-backdrop-dark@2.png b/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-min-backdrop-dark@2.png Binary files differnew file mode 100644 index 00000000..e83c144b --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-min-backdrop-dark@2.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-min-backdrop.png b/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-min-backdrop.png Binary files differnew file mode 100644 index 00000000..97763fb1 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-min-backdrop.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-min-backdrop@2.png b/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-min-backdrop@2.png Binary files differnew file mode 100644 index 00000000..53b0b67d --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-min-backdrop@2.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-min-dark.png b/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-min-dark.png Binary files differnew file mode 100644 index 00000000..5cada740 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-min-dark.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-min-dark@2.png b/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-min-dark@2.png Binary files differnew file mode 100644 index 00000000..891c89bd --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-min-dark@2.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-min-hover-dark.png b/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-min-hover-dark.png Binary files differnew file mode 100644 index 00000000..3cbb1c1f --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-min-hover-dark.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-min-hover-dark@2.png b/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-min-hover-dark@2.png Binary files differnew file mode 100644 index 00000000..ace583a8 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-min-hover-dark@2.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-min-hover.png b/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-min-hover.png Binary files differnew file mode 100644 index 00000000..305fa13b --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-min-hover.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-min-hover@2.png b/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-min-hover@2.png Binary files differnew file mode 100644 index 00000000..da3c605c --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-min-hover@2.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-min.png b/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-min.png Binary files differnew file mode 100644 index 00000000..fd569655 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-min.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-min@2.png b/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-min@2.png Binary files differnew file mode 100644 index 00000000..70321e63 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-min@2.png diff --git a/themes/Mint-Y-Dark/gtk-3.0/gtk.css b/themes/Mint-Y-Dark/gtk-3.0/gtk.css new file mode 100644 index 00000000..c065637e --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/gtk.css @@ -0,0 +1,4134 @@ +* { + 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(218, 218, 218, 0.3); + outline-style: dashed; + outline-offset: -3px; + outline-width: 1px; + -gtk-outline-radius: 2px; } + +.background { + color: #DADADA; + background-color: rgba(56, 56, 56, 0.999); } + +*:disabled { + -gtk-icon-effect: dim; } + +.gtkstyle-fallback { + background-color: #383838; + color: #DADADA; } + .gtkstyle-fallback:hover { + background-color: #525252; + color: #DADADA; } + .gtkstyle-fallback:active { + background-color: #1f1f1f; + color: #DADADA; } + .gtkstyle-fallback:disabled { + background-color: #3d3d3d; + color: rgba(218, 218, 218, 0.55); } + .gtkstyle-fallback:selected { + background-color: #8fa876; + color: #ffffff; } + +.view, iconview, +.view text, +iconview text, +textview text { + color: #DADADA; + background-color: #404040; } + .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: #3c3c3c; } + +rubberband, .content-view rubberband, treeview.view rubberband, flowbox rubberband, +.rubberband { + border: 1px solid #76905b; + background-color: rgba(118, 144, 91, 0.2); } + +flowbox flowboxchild { + padding: 3px; + border-radius: 2px; } + flowbox flowboxchild:selected { + outline-offset: -2px; } + +label.separator { + color: #DADADA; } + +label selection { + color: #ffffff; + background-color: #8fa876; } + +label:disabled { + color: rgba(218, 218, 218, 0.55); } + +.dim-label, popover label.separator, +popover.background label.separator, label.separator { + color: rgba(218, 218, 218, 0.65); } + +assistant .sidebar { + background-color: #404040; + border-top: 1px solid #292929; } + assistant .sidebar:dir(ltr) { + border-right: 1px solid #292929; } + assistant .sidebar:dir(rtl) { + border-left: 1px solid #292929; } + +assistant.csd .sidebar { + border-top-style: none; } + +assistant .sidebar label { + padding: 6px 12px; } + +assistant .sidebar label.highlight { + background-color: #8fa876; + color: #ffffff; } + +textview { + background-color: #3c3c3c; + color: #DADADA; } + +.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: #353535; + 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: #DADADA; + border-color: #292929; + background-color: #404040; } + entry.search { + border-radius: 4px; } + entry image { + color: #bbbbbb; } + 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: #DADADA; + border-color: #292929; + background-color: #404040; + border: none; + border-radius: 0; } + entry:focus { + background-clip: border-box; + color: #DADADA; + border-color: #292929; + background-color: #404040; + box-shadow: inset 1px 0 #8fa876, inset -1px 0 #8fa876, inset 0 1px #8fa876, inset 0 -1px #8fa876; } + entry:disabled { + color: rgba(218, 218, 218, 0.55); + border-color: rgba(41, 41, 41, 0.55); + background-color: rgba(64, 64, 64, 0.55); } + entry.warning { + color: white; + border-color: #292929; + background-color: #ab6239; } + 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: #292929; + background-color: #b1413b; } + 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: #292929; + background-color: #b1413b; } + 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: #8fa876; + box-shadow: none; } + .osd entry { + color: #dbdbdb; + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(109, 109, 109, 0.4); } + .osd entry image, .osd entry image:hover { + color: inherit; } + .osd entry:focus { + color: #ffffff; + border-color: rgba(22, 22, 22, 0.4); + background-color: #8fa876; } + .osd entry:disabled { + color: rgba(219, 219, 219, 0.55); + background-color: rgba(109, 109, 109, 0.25); } + .osd entry selection:focus, .osd entry selection { + color: #8fa876; + background-color: #ffffff; } + entry progress { + margin: 0 -6px; + border-radius: 0; + border-width: 0 0 2px; + border-color: #8fa876; + 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: #404040; } + treeview entry.flat:focus, treeview entry:focus { + border-color: #8fa876; } + +@keyframes needs_attention { + from { + background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#8fa876), to(transparent)); } + to { + background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#8fa876), 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: #DADADA; + outline-color: rgba(218, 218, 218, 0.3); + border-color: #292929; + background-color: #454545; } + 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: #DADADA; + outline-color: rgba(218, 218, 218, 0.3); + border-color: #292929; + background-color: #525252; + -gtk-icon-effect: highlight; } + button:active, button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #292929; + background-color: #8fa876; + background-clip: padding-box; + transition-duration: 50ms; } + button:active:not(:disabled) label:disabled, button:checked:not(:disabled) label:disabled { + color: inherit; + opacity: 0.6; } + button:active { + color: #DADADA; } + 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(218, 218, 218, 0.55); + border-color: rgba(41, 41, 41, 0.55); + background-color: rgba(69, 69, 69, 0.55); } + button:disabled label { + color: inherit; } + button:disabled:active, button:disabled:checked { + color: rgba(255, 255, 255, 0.8); + border-color: rgba(143, 168, 118, 0.75); + background-color: rgba(143, 168, 118, 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: #8fa876; + border-color: #8fa876; + box-shadow: none; } + button.osd { + color: #dbdbdb; + outline-color: rgba(219, 219, 219, 0.3); + background-color: #353535; + border-color: #212121; } + button.osd.image-button, headerbar button.osd.titlebutton, + .titlebar button.osd.titlebutton { + padding: 0; + min-height: 36px; + min-width: 36px; } + button.osd:hover { + color: #8fa876; } + button.osd:active, button.osd:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: #8fa876; } + button.osd:disabled { + color: #676767; + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(109, 109, 109, 0.25); } + .osd button { + color: #dbdbdb; + outline-color: rgba(219, 219, 219, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(109, 109, 109, 0.4); } + .osd button:hover { + color: #dbdbdb; + outline-color: rgba(219, 219, 219, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(127, 127, 127, 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(22, 22, 22, 0.4); + background-color: #8fa876; } + .osd button:disabled { + color: #676767; + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(109, 109, 109, 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(22, 22, 22, 0.4); + background-color: rgba(127, 127, 127, 0.5); } + .osd button.flat:disabled { + color: #676767; + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(109, 109, 109, 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(22, 22, 22, 0.4); + background-color: #8fa876; } + .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(218, 218, 218, 0.55); } + button.suggested-action:disabled { + color: rgba(218, 218, 218, 0.55); + border-color: rgba(41, 41, 41, 0.55); + background-color: rgba(69, 69, 69, 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(218, 218, 218, 0.55); } + button.destructive-action:disabled { + color: rgba(218, 218, 218, 0.55); + border-color: rgba(41, 41, 41, 0.55); + background-color: rgba(69, 69, 69, 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(#8fa876), to(transparent)); + background-size: 6px 6px, 6px 6px; + background-repeat: no-repeat; + background-position: right 3px, right 2px; } + .stack-switcher > button.needs-attention > label:dir(rtl), .stack-switcher > button.needs-attention > image:dir(rtl) { + background-position: left 3px, left 2px; } + 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: #DADADA; + outline-color: rgba(218, 218, 218, 0.3); + border-color: #292929; + background-color: #454545; } + .inline-toolbar toolbutton > button:hover { + color: #DADADA; + outline-color: rgba(218, 218, 218, 0.3); + border-color: #292929; + background-color: #525252; } + .inline-toolbar toolbutton > button:active, .inline-toolbar toolbutton > button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #292929; + background-color: #8fa876; } + .inline-toolbar toolbutton > button:disabled { + color: rgba(218, 218, 218, 0.55); + border-color: rgba(41, 41, 41, 0.55); + background-color: rgba(69, 69, 69, 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(143, 168, 118, 0.75); + background-color: rgba(143, 168, 118, 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: #484848; } + menuitem.button.flat:checked, + modelbutton.flat:checked { + color: #DADADA; } + 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: #d2dcc8; } + button:hover:link, button:hover:visited, + *:link:hover { + color: #7eafe9; } + *:selected button:hover:link, *:selected button:hover:visited, *:selected *:link:hover { + color: #f4f6f1; } + button:active:link, button:active:visited, + *:link:active { + color: #5294E2; } + *:selected button:active:link, *:selected button:active:visited, *:selected *:link:active { + color: #e9eee4; } + 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: #e9eee4; } + +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(218, 218, 218, 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 #292929; } + +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(41, 41, 41, 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: #292929; } + +spinbutton:not(.vertical) > entry:drop(active) + button { + border-left-color: #8fa876; } + +.osd spinbutton:not(.vertical) > button:hover:not(:active), +.osd spinbutton:not(.vertical) > button:hover + button { + box-shadow: inset 1px 0 rgba(22, 22, 22, 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(22, 22, 22, 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: #292929; } + +spinbutton.vertical > entry:drop(active) + button { + border-top-color: #8fa876; } + +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: #383838; } + 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(53, 53, 53, 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: #ded6d6; + background-color: #2f2f2f; + box-shadow: none; + border-width: 0 0 1px 0; + border-style: solid; + border-image: linear-gradient(to bottom, #2f2f2f, #101010) 1 0 1 0; } + +.inline-toolbar { + background-color: #303030; + border-style: solid; + border-color: #292929; + border-width: 0 1px 1px; + padding: 3px; + border-radius: 0 0 3px 3px; } + +searchbar { + background-color: #383838; + border-style: solid; + border-color: #292929; + border-width: 0 0 1px; + padding: 3px; } + +actionbar { + padding: 6px; + border-top: 1px solid #292929; + background-color: #303030; } + +headerbar, +.titlebar:not(headerbar) { + min-height: 42px; + padding: 0 7px; + border-width: 0 0 1px; + border-style: solid; + border-radius: 0; + border-color: #252525; + color: #ded6d6; + background-color: #2f2f2f; + box-shadow: inset 0 1px #373737; } + .csd headerbar, .csd .titlebar:not(headerbar) { + background-color: #2f2f2f; + border-color: #252525; } + headerbar:backdrop, + .titlebar:backdrop:not(headerbar) { + color: rgba(222, 214, 214, 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: #8fa876; + border-color: #85a06a; + box-shadow: none; } + headerbar.selection-mode:backdrop, + .selection-mode.titlebar:backdrop:not(headerbar) { + background-color: #8fa876; + 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: #8fa876; + outline-color: rgba(143, 168, 118, 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(143, 168, 118, 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: #8fa876; } + .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: #2f2f2f; + border-color: #252525; } + 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: #2f2f2f; + 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: #2f2f2f; } + +.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, #252525, #252525); } + +.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(222, 214, 214, 0) 25%, rgba(222, 214, 214, 0.35) 25%, rgba(222, 214, 214, 0.35) 75%, rgba(222, 214, 214, 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: #ded6d6; + border-color: rgba(16, 16, 16, 0.4); + background-color: rgba(103, 103, 103, 0.4); } + + .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: #ded6d6; + border-color: #8fa876; + background-color: rgba(103, 103, 103, 0.4); + background-clip: padding-box; } + + .primary-toolbar entry:focus image, headerbar entry:focus image { + color: rgba(222, 214, 214, 0.85); } + + .primary-toolbar entry:disabled, headerbar entry:disabled { + color: rgba(222, 214, 214, 0.55); + background-color: rgba(103, 103, 103, 0.25); } + + .primary-toolbar entry selection:focus, headerbar entry selection:focus { + background-color: #8fa876; + color: #ffffff; } + + .primary-toolbar entry progress, headerbar entry progress { + border-color: #8fa876; + background-image: none; + background-color: transparent; } + + .primary-toolbar entry.warning, headerbar entry.warning { + color: white; + border-color: rgba(16, 16, 16, 0.4); + background-color: #a45b33; } + + .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: rgba(16, 16, 16, 0.4); + background-color: #aa3a34; } + + .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: #ded6d6; + outline-color: rgba(222, 214, 214, 0.3); + outline-offset: -3px; + background-color: rgba(47, 47, 47, 0); + border-color: rgba(47, 47, 47, 0); } + + .primary-toolbar button:backdrop, headerbar button:backdrop { + opacity: 0.7; } + + .primary-toolbar button:hover, headerbar button:hover { + color: #ded6d6; + outline-color: rgba(222, 214, 214, 0.3); + border-color: rgba(16, 16, 16, 0.4); + background-color: rgba(103, 103, 103, 0.4); } + + .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: transparent; + background-color: #8fa876; + background-clip: padding-box; } + + .primary-toolbar button:disabled, headerbar button:disabled { + color: rgba(222, 214, 214, 0.55); + background-color: rgba(47, 47, 47, 0); + border-color: rgba(47, 47, 47, 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(143, 168, 118, 0.65); + background-color: rgba(143, 168, 118, 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: #ded6d6; + outline-color: rgba(222, 214, 214, 0.3); + border-color: rgba(16, 16, 16, 0.4); + background-color: rgba(103, 103, 103, 0.4); } + .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(141, 141, 141, 0.4); } + .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: transparent; + background-color: #8fa876; } + .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(222, 214, 214, 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: #ded6d6; + border-color: rgba(16, 16, 16, 0.4); + background-color: rgba(103, 103, 103, 0.4); + 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: #ded6d6; + outline-color: rgba(222, 214, 214, 0.3); + border-color: rgba(16, 16, 16, 0.4); + background-color: rgba(103, 103, 103, 0.4); } + + .primary-toolbar .linked:not(.vertical) entry + button:last-child:hover, headerbar .linked:not(.vertical) entry + button:last-child:hover { + background-color: rgba(141, 141, 141, 0.4); } + + .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: transparent; + background-color: #8fa876; } + + .primary-toolbar .linked:not(.vertical) entry + button:last-child:disabled, headerbar .linked:not(.vertical) entry + button:last-child:disabled { + color: rgba(222, 214, 214, 0.6); + background-color: rgba(103, 103, 103, 0.2); + border-color: rgba(16, 16, 16, 0.4); } + + .primary-toolbar .linked:not(.vertical) entry + button:last-child:disabled:checked, headerbar .linked:not(.vertical) entry + button:last-child:disabled:checked { + background-color: rgba(143, 168, 118, 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(222, 214, 214, 0.55); + background-color: rgba(47, 47, 47, 0); + border-color: rgba(47, 47, 47, 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(222, 214, 214, 0.55); + background-color: rgba(47, 47, 47, 0); + border-color: rgba(47, 47, 47, 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: #ded6d6; } + + .primary-toolbar spinbutton button:hover, headerbar spinbutton button:hover { + background-color: rgba(222, 214, 214, 0.25); + border-color: transparent; } + + .primary-toolbar spinbutton button:disabled, headerbar spinbutton button:disabled { + color: rgba(222, 214, 214, 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(222, 214, 214, 0.4); } + + +.primary-toolbar combobox > .linked > button.combo, headerbar combobox > .linked > button.combo { + color: #ded6d6; + border-color: rgba(16, 16, 16, 0.4); + background-color: rgba(103, 103, 103, 0.4); } + + .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: #ded6d6; + border-color: #8fa876; + background-color: rgba(103, 103, 103, 0.4); + box-shadow: none; } + + .primary-toolbar combobox > .linked > button.combo:disabled, headerbar combobox > .linked > button.combo:disabled { + color: rgba(222, 214, 214, 0.55); + background-color: rgba(103, 103, 103, 0.25); } + + +.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(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 > 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(16, 16, 16, 0.4); } + + +.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: #494949; + border-color: rgba(16, 16, 16, 0.7); } + + .primary-toolbar scale slider:hover, headerbar scale slider:hover { + background-color: #555555; + border-color: rgba(16, 16, 16, 0.7); } + + .primary-toolbar scale slider:active, headerbar scale slider:active { + background-color: #8fa876; + border-color: #8fa876; } + + .primary-toolbar scale slider:disabled, headerbar scale slider:disabled { + background-color: #414141; + border-color: rgba(16, 16, 16, 0.7); } + + +.primary-toolbar scale trough, headerbar scale trough { + background-color: rgba(16, 16, 16, 0.4); } + + .primary-toolbar scale trough:disabled, headerbar scale trough:disabled { + background-color: rgba(16, 16, 16, 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(218, 218, 218, 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: #8fa876; } + treeview.view:selected, treeview.view:selected:focus { + border-radius: 0; + border-left-color: #c7d4bb; + border-top-color: rgba(218, 218, 218, 0.1); } + treeview.view:disabled { + color: rgba(218, 218, 218, 0.55); } + treeview.view:disabled:selected { + color: #bccbad; } + 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: #b5c1a8; } + 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: #8d8d8d; } + treeview.view.expander:dir(rtl) { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } + treeview.view.expander:hover { + color: #DADADA; } + treeview.view.expander:selected { + color: #dde5d6; } + 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: #8fa876; } + treeview.view.progressbar:selected, treeview.view.progressbar:selected:focus, treeview.view.progressbar:focus:selected, treeview.view.progressbar:focus:selected:focus { + color: #8fa876; + box-shadow: none; + background-color: #ffffff; } + treeview.view.trough { + color: #DADADA; + background-color: #2b2b2b; + border-radius: 2px; + border: 1px solid #292929; } + 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: #bbbbbb; + background-color: #353535; + background-image: none; + border-style: none solid solid none; + border-radius: 0; + border-color: #292929; } + treeview.view header button:active, treeview.view header button:hover { + background-color: #3d3d3d; } + treeview.view header button:active:hover { + color: #DADADA; } + treeview.view header button:disabled { + border-color: #383838; + 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: #8fa876; + box-shadow: inset 1px 1px 0 1px #8fa876, inset -1px 0 0 1px #8fa876, inset 1px 1px #404040, inset -1px 0 #404040; } + +menubar, +.menubar { + -GtkWidget-window-dragging: true; + padding: 0px; + background-color: #2f2f2f; + color: #ded6d6; } + menubar:backdrop, + .menubar:backdrop { + color: rgba(222, 214, 214, 0.7); } + menubar > menuitem, + .menubar > menuitem { + padding: 6px 8px; + border: solid transparent; + border-width: 0; } + menubar > menuitem:hover, + .menubar > menuitem:hover { + background-color: #8fa876; + color: #ffffff; } + menubar > menuitem:disabled, + .menubar > menuitem:disabled { + color: rgba(222, 214, 214, 0.4); + border-color: transparent; } + menubar > menuitem > label:disabled, + .menubar > menuitem > label:disabled { + color: rgba(222, 214, 214, 0.55); } + +menu, +.menu { + margin: 4px; + padding: 0; + border-radius: 0; + background-color: #383838; + border: 1px solid #292929; } + .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: #292929; } + menu .separator:not(label), .csd menu .separator:not(label), + .menu .separator:not(label), .csd .menu .separator:not(label) { + color: #383838; } + menu menuitem, + .menu menuitem { + min-height: 16px; + min-width: 40px; + padding: 5px; } + menu menuitem:hover, + .menu menuitem:hover { + color: #ffffff; + background-color: #8fa876; } + menu menuitem:disabled, + .menu menuitem:disabled { + color: rgba(218, 218, 218, 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: #383838; + border-radius: 0; } + menu > arrow.top, + .menu > arrow.top { + margin-top: -6px; + border-bottom: 1px solid #4f4f4f; + -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); } + menu > arrow.bottom, + .menu > arrow.bottom { + margin-bottom: -6px; + border-top: 1px solid #4f4f4f; + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } + menu > arrow:hover, + .menu > arrow:hover { + background-color: #4f4f4f; } + 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: #383838; + box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.35); } + .csd popover, popover, .csd popover.background, + popover.background { + border: 1px solid #1c1c1c; } + popover separator, + popover.background separator { + background-color: #383838; } + popover label.separator, + popover.background label.separator { + color: #DADADA; } + 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 #292929; } + 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: #404040; } + notebook > header { + padding: 2px; + background-color: #383838; + /* button in headers */ } + notebook > header.top { + box-shadow: inset 0 -1px #292929; } + notebook > header.bottom { + box-shadow: inset 0 1px #292929; } + notebook > header.right { + box-shadow: inset 1px 0 #292929; } + notebook > header.left { + box-shadow: inset -1px 0 #292929; } + 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(218, 218, 218, 0.55); } + notebook > header > tabs > arrow:hover { + color: rgba(218, 218, 218, 0.775); } + notebook > header > tabs > arrow:active { + color: #DADADA; } + notebook > header > tabs > arrow:disabled { + color: rgba(218, 218, 218, 0.25); } + notebook > header.top > tabs > tab:hover:not(:checked) { + box-shadow: inset 0 -1px #292929; } + notebook > header.bottom > tabs > tab:hover:not(:checked) { + box-shadow: inset 0 1px #292929; } + notebook > header.left > tabs > tab:hover:not(:checked) { + box-shadow: inset -1px 0 #292929; } + notebook > header.right > tabs > tab:hover:not(:checked) { + box-shadow: inset 1px 0 #292929; } + notebook > header > tabs > tab { + color: rgba(218, 218, 218, 0.55); + background-color: rgba(64, 64, 64, 0); } + notebook > header > tabs > tab:hover:not(:checked) { + color: rgba(218, 218, 218, 0.775); + background-color: rgba(64, 64, 64, 0.5); + border-color: #292929; } + notebook > header > tabs > tab:checked { + color: #DADADA; + background-color: #404040; + border-color: #292929; } + notebook > header > tabs > tab button.flat { + min-height: 22px; + min-width: 16px; + padding: 0; + color: #a1a1a1; } + 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: #8fa876; } + notebook > header button.flat { + padding: 2px; } + +scrollbar { + background-color: #3d3d3d; + 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 #292929; } + scrollbar.bottom { + border-top: 1px solid #292929; } + scrollbar.left { + border-right: 1px solid #292929; } + scrollbar.right { + border-left: 1px solid #292929; } + 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: #797979; } + scrollbar slider:hover { + background-color: dimgray; } + scrollbar slider:hover:active { + background-color: #8fa876; } + 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: darkgray; + border: 1px solid rgba(0, 0, 0, 0.3); } + 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-dark.png"), url("assets/switch-dark@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-dark.png"), url("assets/switch-header-dark@2.png")); } + +switch:checked { + background-image: -gtk-scaled(url("assets/switch-active-dark.png"), url("assets/switch-active-dark@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-dark.png"), url("assets/switch-active-header-dark@2.png")); } + +switch:disabled { + background-image: -gtk-scaled(url("assets/switch-insensitive-dark.png"), url("assets/switch-insensitive-dark@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-dark.png"), url("assets/switch-insensitive-header-dark@2.png")); } + +switch:checked:disabled { + background-image: -gtk-scaled(url("assets/switch-active-insensitive-dark.png"), url("assets/switch-active-insensitive-dark@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-dark.png"), url("assets/switch-active-insensitive-header-dark@2.png")); } + +.check, +check, +treeview.check { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-dark.png"), url("assets/checkbox-unchecked-dark@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-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@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-dark.png"), url("assets/checkbox-mixed-dark@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-dark.png"), url("assets/checkbox-mixed-insensitive-dark@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-dark.png"), url("assets/checkbox-checked-dark@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-dark.png"), url("assets/checkbox-checked-insensitive-dark@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-dark.png"), url("assets/radio-unchecked-dark@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-dark.png"), url("assets/radio-unchecked-insensitive-dark@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-dark.png"), url("assets/radio-mixed-dark@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-dark.png"), url("assets/radio-mixed-insensitive-dark@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-dark.png"), url("assets/radio-checked-dark@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-dark.png"), url("assets/radio-checked-insensitive-dark@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-dark.png"), url("assets/checkbox-selectionmode-dark@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-dark.png"), url("assets/checkbox-checked-selectionmode-dark@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: #454545; + border: 1px solid #242424; + border-radius: 50%; + box-shadow: none; } + scale slider:disabled { + background-color: #3c3c3c; + border-color: rgba(36, 36, 36, 0.8); } + scale slider:active { + background-color: #8fa876; + border-color: #8fa876; } + .osd scale slider { + background-color: #353535; + border-color: #8fa876; } + .osd scale slider:hover { + background-color: #8fa876; } + .osd scale slider:active { + background-color: #76905b; + border-color: #76905b; } + 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: #eef2ea; + border-color: #eef2ea; } + menuitem:hover scale slider:active, row:selected scale slider:active, infobar scale slider:active { + background-color: #c7d4bb; + border-color: #c7d4bb; } + menuitem:hover scale slider:disabled, row:selected scale slider:disabled, infobar scale slider:disabled { + background-color: #cdd8c1; + border-color: #cdd8c1; } + scale trough { + outline-offset: 2px; + -gtk-outline-radius: 4.5px; + border-radius: 2.5px; + background-color: #2b2b2b; } + scale trough:disabled { + background-color: rgba(43, 43, 43, 0.55); } + .osd scale trough { + background-color: #474747; + outline-color: rgba(219, 219, 219, 0.2); } + .osd scale trough highlight { + background-color: #8fa876; } + 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: #cdd8c1; } + 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: #8fa876; } + scale highlight:disabled { + background-color: rgba(143, 168, 118, 0.55); } + scale fill { + border-radius: 2.5px; + background-color: rgba(143, 168, 118, 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(218, 218, 218, 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: #8fa876; + border-radius: 0px; + box-shadow: none; } + row:selected progressbar progress, infobar progressbar progress { + background-color: #ffffff; } + progressbar trough { + border: 1px solid #292929; + border-radius: 2px; + background-color: #2b2b2b; } + row:selected progressbar trough, infobar progressbar trough { + background-color: rgba(0, 0, 0, 0.2); } + +.osd .progressbar { + background-color: #8fa876; } + +.osd .trough { + background-color: #f4f4f4; } + +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: #2b2b2b; } + +levelbar.horizontal.discrete block { + margin: 0 1px; } + +levelbar.vertical.discrete block { + margin: 1px 0; } + +levelbar block:not(.empty) { + border: 1px solid #8fa876; + background-color: #8fa876; + border-radius: 2px; } + +levelbar block.low { + border-color: #f27835; + background-color: #f27835; } + +levelbar block.high { + border-color: #8fa876; + background-color: #8fa876; } + +levelbar block.full { + border-color: #73d216; + background-color: #73d216; } + +levelbar block.empty { + background-color: #404040; + border-color: #404040; } + +frame > border, +.frame { + margin: 0; + padding: 0; + border-radius: 0; + border: 1px solid #292929; } + +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(143, 168, 118, 0.2)), to(rgba(143, 168, 118, 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(143, 168, 118, 0.2)), to(rgba(143, 168, 118, 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(143, 168, 118, 0.2)), to(rgba(143, 168, 118, 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(143, 168, 118, 0.2)), to(rgba(143, 168, 118, 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, #292929 1px, transparent 1px) 0 0 0 1/0 1px stretch; + background-color: #3d3d3d; } + 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: #404040; + border-color: #292929; } + 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(255, 255, 255, 0.05); } + +row.activatable:active { + color: #DADADA; } + +row.activatable:disabled { + color: rgba(218, 218, 218, 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: #81976a; } + +.app-notification { + padding: 10px; + color: #dbdbdb; + background-color: #353535; + background-clip: border-box; + border-radius: 0 0 2px 2px; + border-width: 0 1px 1px 1px; + border-style: solid; + border-color: #1c1c1c; } + .app-notification border { + border: none; } + .app-notification button { + color: #dbdbdb; + outline-color: rgba(219, 219, 219, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(109, 109, 109, 0.4); } + .app-notification button.flat { + border-color: rgba(143, 168, 118, 0); } + .app-notification button:hover { + color: #dbdbdb; + outline-color: rgba(219, 219, 219, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(127, 127, 127, 0.5); } + .app-notification button:active, .app-notification button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: #8fa876; + background-clip: padding-box; } + .app-notification button:disabled { + color: #676767; + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(109, 109, 109, 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: white; } + expander arrow:checked { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } + +calendar { + color: #DADADA; + border: 1px solid #292929; + border-radius: 3px; + padding: 2px; } + calendar:selected { + background-color: #8fa876; + color: #ffffff; + border-radius: 1.5px; } + calendar.header { + color: #DADADA; + border: none; + border-radius: 0; } + calendar.button, calendar.button:focus { + color: rgba(218, 218, 218, 0.45); + border-color: transparent; + background-color: transparent; + background-image: none; } + calendar.button:hover, calendar.button:focus:hover { + color: #DADADA; } + calendar.button:disabled, calendar.button:focus:disabled { + color: rgba(218, 218, 218, 0.55); + background-color: transparent; + background-image: none; } + calendar:indeterminate { + color: alpha(currentColor,0.55); } + calendar.highlight { + color: #DADADA; } + +.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: #2f2f2f; + border-bottom: 1px solid #1d1d1d; } + .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: #2f2f2f; + border-bottom: 1px solid #292929; } + +filechooser .search-bar { + background-color: #2f2f2f; } + +filechooser actionbar { + background-color: #383838; } + +filechooserbutton:drop(active) { + box-shadow: none; + border-color: transparent; } + +.sidebar { + border-style: none; + background-color: #3d3d3d; } + stacksidebar.sidebar:dir(ltr) list, stacksidebar.sidebar.left list, stacksidebar.sidebar.left:dir(rtl) list, .sidebar:dir(ltr), .sidebar.left { + border-right: 1px solid #292929; + border-left-style: none; } + stacksidebar.sidebar:dir(rtl) list, stacksidebar.sidebar.right list, .sidebar:dir(rtl), .sidebar.right { + border-left: 1px solid #292929; + border-right-style: none; } + .sidebar list { + background-color: #404040; } + 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, #8fa876, #8fa876); + background-clip: content-box; } + placessidebar row.sidebar-new-bookmark-row { + color: #8fa876; } + placessidebar row:drop(active):not(:disabled) { + box-shadow: inset 0 1px #8fa876, inset 0 -1px #8fa876; } + placessidebar row:drop(active):not(:disabled), placessidebar row:drop(active):not(:disabled) label, placessidebar row:drop(active):not(:disabled) image { + color: #8fa876; } + placessidebar row:drop(active):not(:disabled):selected { + background-color: #8fa876; } + 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, #292929, #292929); + background-size: 1px 1px; } + paned > separator:selected { + background-image: linear-gradient(to bottom, #8fa876, #8fa876); } + 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: #8fa876; + color: #ffffff; + caret-color: currentColor; } + infobar.info selection, infobar.question selection, infobar.warning selection, infobar.error selection { + color: #8fa876; + 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: #8fa876; + 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: #8fa876; + 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: #292929; } + +colorswatch.light overlay { + color: rgba(0, 0, 0, 0.7); } + colorswatch.light overlay:hover { + border-color: #292929; } + +colorswatch overlay { + border: 1px solid #292929; } + 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: #DADADA; + outline-color: rgba(218, 218, 218, 0.3); + border-color: #292929; + background-color: #454545; } + colorswatch#add-color-button:hover { + color: #DADADA; + outline-color: rgba(218, 218, 218, 0.3); + border-color: #292929; + background-color: #525252; } + 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: #404040; } + .content-view:hover { + -gtk-icon-effect: highlight; } + +.scale-popup button:hover { + color: #DADADA; + outline-color: rgba(218, 218, 218, 0.3); + border-color: #292929; + background-color: #525252; } + +.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: #DADADA; + background-color: #404040; + border: 1px solid #292929; + border-radius: 2.5px; + box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.15); } + +*:drop(active):focus, +*:drop(active) { + box-shadow: inset 0 0 0 1px #8fa876; } + +decoration { + border-radius: 3px 3px 0 0; + border-width: 0px; + box-shadow: 0 0 1px 1px #1d1d1d, 0 8px 8px 0 rgba(0, 0, 0, 0.35); + margin: 10px; } + decoration:backdrop { + box-shadow: 0 0 0 1px rgba(29, 29, 29, 0.9), 0 8px 8px 0 transparent, 0 5px 5px 0 rgba(0, 0, 0, 0.35); } + .fullscreen decoration, .tiled decoration { + border-radius: 0; } + .popup decoration { + box-shadow: none; + border-radius: 0; } + .ssd decoration { + border-radius: 3px 3px 0 0; + box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.65); } + .ssd decoration.maximized { + border-radius: 0; } + .csd.popup decoration { + border-radius: 2px; + box-shadow: 0 3px 6px rgba(0, 0, 0, 0.45), 0 0 0 1px #1f1f1f; } + tooltip.csd decoration { + border-radius: 2px; + box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.55); } + message-dialog.csd decoration { + border-radius: 3px; } + .solid-csd decoration { + border-radius: 0; + margin: 1px; + background-color: #2f2f2f; + 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(47, 47, 47, 0); } + headerbar button.titlebutton:hover, + .titlebar button.titlebutton:hover { + color: #ded6d6; + outline-color: rgba(222, 214, 214, 0.3); + border-color: rgba(16, 16, 16, 0.4); + background-color: rgba(103, 103, 103, 0.4); } + 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: transparent; + background-color: #8fa876; } + 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-dark.png"), url("assets/titlebutton-close-dark@2.png")); } + headerbar button.titlebutton.close:backdrop, + .titlebar button.titlebutton.close:backdrop { + background-image: -gtk-scaled(url("assets/titlebutton-close-backdrop-dark.png"), url("assets/titlebutton-close-backdrop-dark@2.png")); } + headerbar button.titlebutton.close:hover, + .titlebar button.titlebutton.close:hover { + background-image: -gtk-scaled(url("assets/titlebutton-close-hover-dark.png"), url("assets/titlebutton-close-hover-dark@2.png")); } + headerbar button.titlebutton.close:active, + .titlebar button.titlebutton.close:active { + background-image: -gtk-scaled(url("assets/titlebutton-close-active-dark.png"), url("assets/titlebutton-close-active-dark@2.png")); } + headerbar button.titlebutton.maximize, + .titlebar button.titlebutton.maximize { + background-image: -gtk-scaled(url("assets/titlebutton-max-dark.png"), url("assets/titlebutton-max-dark@2.png")); } + headerbar button.titlebutton.maximize:backdrop, + .titlebar button.titlebutton.maximize:backdrop { + background-image: -gtk-scaled(url("assets/titlebutton-max-backdrop-dark.png"), url("assets/titlebutton-max-backdrop-dark@2.png")); } + headerbar button.titlebutton.maximize:hover, + .titlebar button.titlebutton.maximize:hover { + background-image: -gtk-scaled(url("assets/titlebutton-max-hover-dark.png"), url("assets/titlebutton-max-hover-dark@2.png")); } + headerbar button.titlebutton.maximize:active, + .titlebar button.titlebutton.maximize:active { + background-image: -gtk-scaled(url("assets/titlebutton-max-active-dark.png"), url("assets/titlebutton-max-active-dark@2.png")); } + headerbar button.titlebutton.minimize, + .titlebar button.titlebutton.minimize { + background-image: -gtk-scaled(url("assets/titlebutton-min-dark.png"), url("assets/titlebutton-min-dark@2.png")); } + headerbar button.titlebutton.minimize:backdrop, + .titlebar button.titlebutton.minimize:backdrop { + background-image: -gtk-scaled(url("assets/titlebutton-min-backdrop-dark.png"), url("assets/titlebutton-min-backdrop-dark@2.png")); } + headerbar button.titlebutton.minimize:hover, + .titlebar button.titlebutton.minimize:hover { + background-image: -gtk-scaled(url("assets/titlebutton-min-hover-dark.png"), url("assets/titlebutton-min-hover-dark@2.png")); } + headerbar button.titlebutton.minimize:active, + .titlebar button.titlebutton.minimize:active { + background-image: -gtk-scaled(url("assets/titlebutton-min-active-dark.png"), url("assets/titlebutton-min-active-dark@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: #8fa876; } + 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: #c7d4bb; } + +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 #292929, inset 0 -1px #292929, inset 1px 0 #292929, inset -1px 0 #292929; } + +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 #252525, inset 0 -1px #292929; } + +GtkHTML { + background-color: #404040; + color: #DADADA; } + GtkHTML:active { + color: #ffffff; + background-color: #8fa876; } + +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: #a1a1a1; } + TerminalWindow .notebook tab .button:hover { + color: #DADADA; + border-color: #292929; + background-color: #454545; } + +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: #8fa876; } + +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: #DADADA; } + .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: #898989; } + .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: #e9eee4; } + +.nautilus-window paned > separator { + background-image: linear-gradient(to bottom, #282828, #282828); } + +.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: #353535; } + .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(22, 22, 22, 0.4); + background-color: rgba(127, 127, 127, 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: #292929; + background-color: #8fa876; } + .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: #8fa876; } + .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: #8fa876; } + .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: #8fa876; } + .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: #353535; } + +NautilusQueryEditor .search-bar.toolbar { + padding: 5px; + box-shadow: none; + background-color: #404040; } + +.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(218, 218, 218, 0.5); + border-color: rgba(193, 193, 193, 0.5); } + .disk-space-display.used { + background-color: rgba(143, 168, 118, 0.8); + border-color: rgba(118, 144, 91, 0.8); } + .disk-space-display.free { + background-color: #303030; + border-color: #171717; } + +NautilusListView .view, NautilusListView iconview { + border-bottom: 1px solid #292929; } + +.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: #DADADA; + border-color: #292929; + background-color: #404040; + box-shadow: inset 1px 0 #8fa876, inset -1px 0 #8fa876, inset 0 1px #8fa876, inset 0 -1px #8fa876; } + .nemo-window .nemo-inactive-pane .view, .nemo-window .nemo-inactive-pane iconview { + background-color: #333333; } + .nemo-window .places-treeview { + -NemoPlacesTreeView-disk-full-bg-color: #dbdbdb; + -NemoPlacesTreeView-disk-full-fg-color: #76905b; + -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: #353535; } + .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: #8fa876; + color: #ffffff; } + .nemo-window .sidebar .view.expander, .nemo-window .sidebar iconview.expander, .nemo-window .sidebar row.expander { + color: #888888; } + .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, #353535, #353535); } + .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, #8fa876, #8fa876); } + .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: #353535; + color: #dbdbdb; } + +.gedit-headerbar-paned { + color: #252525; } + +.gedit-side-panel-paned > separator { + background-image: linear-gradient(to bottom, #282828, #282828); } + +.gedit-bottom-panel-paned > separator { + background-image: linear-gradient(to bottom, #292929, #292929); } + +.open-document-selector-treeview.view, iconview.open-document-selector-treeview { + padding: 3px 6px 3px 6px; + border-color: #404040; } + .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: #8fa876; } + +.open-document-selector-name-label { + color: #DADADA; } + +.open-document-selector-path-label { + color: #8d8d8d; + font-size: smaller; } + .open-document-selector-path-label:selected { + color: rgba(255, 255, 255, 0.9); } + +.gedit-document-panel { + background-color: #353535; } + .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: #8fa876; } + .gedit-document-panel row:active button { + color: #ffffff; } + .gedit-document-panel row:selected, .gedit-document-panel row:selected:hover { + color: #ffffff; + background-color: #8fa876; } + .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: #a1a1a1; } + .gedit-document-panel row:hover:not(:selected) button:hover { + color: #ff4d4d; } + .gedit-document-panel row:hover:not(:selected) button:active { + color: #DADADA; } + .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 #292929; + background-color: #1f1f1f; + color: #DADADA; } + +.gedit-side-panel-paned statusbar { + border-top: 1px solid #292929; + background-color: #383838; } + +.gedit-search-entry-occurrences-tag { + color: rgba(218, 218, 218, 0.6); + border: none; + margin: 2px; + padding: 2px; } + +.gedit-map-frame border { + 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: #3d3d3d; + padding: 6px; + border-color: #292929; + 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: #8fa876; } + +layouttab { + background-color: #404040; } + +layout { + border: 1px solid #292929; + -PnlDockBin-handle-size: 1; } + +eggsearchbar box.search-bar { + border-bottom: 1px solid #292929; } + +pillbox { + color: #ffffff; + background-color: #8fa876; + border-radius: 3px; } + pillbox:disabled label { + color: rgba(255, 255, 255, 0.5); } + +docktabstrip { + padding: 0 6px; + background-color: #383838; + border-bottom: 1px solid #292929; } + 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: #292929; + background-color: #404040; } + +dockbin { + border: 1px solid #292929; + -PnlDockBin-handle-size: 1; } + +dockpaned { + border: 1px solid #292929; } + +dockoverlayedge { + background-color: #383838; } + 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 #292929; + border-bottom: 1px solid #292929; + border-radius: 0; } + +preferences stacksidebar.sidebar list { + background-image: linear-gradient(to bottom, #404040, #404040); } + +preferences stacksidebar.sidebar list separator { + background-color: transparent; } + +devhelppanel entry:focus, +symboltreepanel entry:focus { + border-color: #292929; } + +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: #DADADA; } + +configurationview entry.flat { + background: none; } + +configurationview list { + border-width: 0; } + +EphyWindow .floating-bar { + color: #DADADA; } + +.xreader-window .primary-toolbar .button.the-button-in-the-combobox { + color: #ded6d6; + outline-color: rgba(222, 214, 214, 0.3); + border-color: rgba(16, 16, 16, 0.4); + background-color: rgba(103, 103, 103, 0.4); } + .xreader-window .primary-toolbar .button.the-button-in-the-combobox:hover { + background-color: rgba(141, 141, 141, 0.4); } + .xreader-window .primary-toolbar .button.the-button-in-the-combobox:disabled { + color: rgba(222, 214, 214, 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: #8fa876; + color: #ffffff; + border-radius: 2px; } + +.documents-collection-icon, .photos-collection-icon { + background-color: rgba(218, 218, 218, 0.3); + border-radius: 2px; } + +.documents-favorite.button:active, +.documents-favorite.button:active:hover { + color: #c2d0b4; } + +.documents-entry-tag, .photos-entry-tag { + background-color: #8fa876; + color: #ffffff; + border-radius: 2px; + border-width: 0; + margin: 2px; + padding: 4px; } + .documents-entry-tag:hover, .photos-entry-tag:hover { + color: #ffffff; + background-color: #99b082; } + .documents-entry-tag:active, .photos-entry-tag:active { + color: #ffffff; + background-color: #85a06a; } + +.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, #404040, #404040); } + +.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: #8fa876; } + +.tr-workarea .undershoot, +.tr-workarea .overshoot { + border-color: transparent; } + +.gnome-panel-menu-bar, +.mate-panel-menu-bar { + color: #DADADA; + background-color: #292929; } + .gnome-panel-menu-bar, .gnome-panel-menu-bar menubar, + .mate-panel-menu-bar, + .mate-panel-menu-bar menubar { + background-color: #292929; } + .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: #DADADA; } + .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: #8fa876; } + .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(0, 0, 0, 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: #363636; } + +.mintmenu:selected { + color: #ffffff; + background-color: #8fa876; } + +.wnck-pager { + background-color: rgba(0, 0, 0, 0.04); } + .wnck-pager:selected { + background-color: rgba(143, 168, 118, 0.6); } + .wnck-pager:hover { + background-color: rgba(143, 168, 118, 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(41, 41, 41, 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: #434343; } + .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: #8fa876; } + .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: #8fa876; + 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: #8fa876; + 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: #ded6d6; + border-color: rgba(16, 16, 16, 0.4); + background-color: rgba(103, 103, 103, 0.4); } + .marlin-pathbar.pathbar image, .marlin-pathbar.pathbar image:hover { + color: inherit; } + .marlin-pathbar.pathbar:focus { + color: #ded6d6; + border-color: #8fa876; + background-color: rgba(103, 103, 103, 0.4); } + .marlin-pathbar.pathbar:disabled { + color: rgba(222, 214, 214, 0.55); + background-color: rgba(103, 103, 103, 0.25); } + .marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked { + color: #8fa876; } + +.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: #DADADA; } + +.cs-header { + padding: 6px; + background-color: #353535; + border-bottom: 1px solid #292929; } + +.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 #292929; + 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: #8fa876; + color: #ffffff; } + +.nautilus-window placessidebar.sidebar list scrollbar, +filechooser placessidebar.sidebar list scrollbar, .nemo-window .sidebar scrollbar { + border-color: #282828; } + .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: #8fa876; } + .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: #282828; } + +.thunar .sidebar .view, .thunar .sidebar iconview { + background-color: #383838; } + .thunar .sidebar .view:selected, .thunar .sidebar iconview:selected, .thunar .sidebar .view:active, .thunar .sidebar iconview:active { + background: #8fa876; + color: #ffffff; } + +.thunar toolbar.horizontal button image, .thunar .horizontal.inline-toolbar button image { + -gtk-icon-transform: scale(0.9); } + +#panel_window { + background-color: #292929; + color: #DADADA; + font-weight: bold; + box-shadow: inset 0 -1px #171717; } + #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: #DADADA; } + +#content_frame { + padding-bottom: 14px; + background-color: #383838; + 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: #DADADA; + outline-color: rgba(218, 218, 218, 0.3); + border-color: #292929; + background-color: #454545; } + #content_frame button:hover { + color: #DADADA; + outline-color: rgba(218, 218, 218, 0.3); + border-color: #292929; + background-color: #525252; } + #content_frame button:active, #content_frame button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #292929; + background-color: #8fa876; } + #content_frame button:disabled { + color: rgba(218, 218, 218, 0.55); + border-color: rgba(41, 41, 41, 0.55); + background-color: rgba(69, 69, 69, 0.55); } + #content_frame button:disabled label { + color: inherit; } + +#buttonbox_frame { + padding-top: 20px; + padding-bottom: 0px; + border-style: none; + background-color: #2f2f2f; + 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 #252525; } + +#buttonbox_frame button { + color: #dbdbdb; + outline-color: rgba(219, 219, 219, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(109, 109, 109, 0.4); } + #buttonbox_frame button:hover { + color: #dbdbdb; + outline-color: rgba(219, 219, 219, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(127, 127, 127, 0.5); } + #buttonbox_frame button:active, #buttonbox_frame button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: #8fa876; } + #buttonbox_frame button:disabled { + color: #676767; + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(109, 109, 109, 0.25); } + +#login_window #user_combobox { + color: #DADADA; + 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(41, 41, 41, 0.2); + background-color: rgba(0, 0, 0, 0.5); } + window.background.lightdm button.flat.option-button:active { + border-color: #292929; + background-color: #8fa876; + 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(41, 41, 41, 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(41, 41, 41, 0.2); + background-color: #8fa876; + 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; } + +@define-color theme_fg_color #DADADA; +@define-color theme_text_color #DADADA; +@define-color theme_bg_color #383838; +@define-color theme_base_color #404040; +@define-color theme_selected_bg_color #8fa876; +@define-color theme_selected_fg_color #ffffff; +@define-color fg_color #DADADA; +@define-color text_color #DADADA; +@define-color bg_color #383838; +@define-color base_color #404040; +@define-color selected_bg_color #8fa876; +@define-color selected_fg_color #ffffff; +@define-color insensitive_bg_color #3d3d3d; +@define-color insensitive_fg_color alpha(#dadada, 0.5); +@define-color insensitive_base_color #404040; +@define-color theme_unfocused_fg_color #DADADA; +@define-color theme_unfocused_text_color #DADADA; +@define-color theme_unfocused_bg_color #383838; +@define-color theme_unfocused_base_color #404040; +@define-color borders #292929; +@define-color unfocused_borders #292929; +@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 #404040; +@define-color wm_title #DADADA; +@define-color wm_unfocused_title alpha(#ded6d6, 0.5); +@define-color wm_bg #2f2f2f; +@define-color wm_bg_unfocused #333333; +@define-color wm_highlight #373737; +@define-color wm_shadow alpha(black, 0.35); +@define-color wm_button_close_bg #cc575d; +@define-color wm_button_close_hover_bg #d7787d; +@define-color wm_button_close_active_bg #be3841; +@define-color wm_icon_close_bg #2f343f; +@define-color wm_button_hover_bg #454C5C; +@define-color wm_button_active_bg #8fa876; +@define-color wm_button_hover_border #262932; +@define-color wm_icon_bg #90939B; +@define-color wm_icon_unfocused_bg #666A74; +@define-color wm_icon_hover_bg #C4C7CC; +@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: #8fa876; } + row.expander image.expander-row-arrow:disabled { + color: rgba(218, 218, 218, 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: #8fa876; } + 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(#8fa876), 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: #3c3c3c; } + +list.content list.nested > row.activatable:not(:active):hover:not(:selected) { + background-color: #464646; } + +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: #404040; } + +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: #464646; } + +list.content > row, +list.content > row list > row { + border-color: #292929; + 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: #252525; + margin: 0; } diff --git a/themes/Mint-Y-Dark/gtk-3.0/thumbnail.png b/themes/Mint-Y-Dark/gtk-3.0/thumbnail.png Binary files differnew file mode 100644 index 00000000..23f120b0 --- /dev/null +++ b/themes/Mint-Y-Dark/gtk-3.0/thumbnail.png diff --git a/themes/Mint-Y-Dark/index.theme b/themes/Mint-Y-Dark/index.theme new file mode 100644 index 00000000..6251a1bd --- /dev/null +++ b/themes/Mint-Y-Dark/index.theme @@ -0,0 +1,12 @@ +[Desktop Entry] +Type=X-GNOME-Metatheme +Name=Mint-Y-Dark +Comment=A dark flat theme with transparent elements +Encoding=UTF-8 + +[X-GNOME-Metatheme] +GtkTheme=Mint-Y-Dark +MetacityTheme=Mint-Y-Dark +IconTheme=Mint-Y +CursorTheme=DMZ-Black +ButtonLayout=menu:minimize,maximize,close diff --git a/themes/Mint-Y-Dark/metacity-1/button-bg.svg b/themes/Mint-Y-Dark/metacity-1/button-bg.svg new file mode 100644 index 00000000..1f225b53 --- /dev/null +++ b/themes/Mint-Y-Dark/metacity-1/button-bg.svg @@ -0,0 +1,105 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + enable-background="new 0 0 32 32" + height="16" + id="Layer_1" + version="1.1" + viewBox="0 0 16 16" + width="16" + xml:space="preserve" + inkscape:version="0.91 r13725" + sodipodi:docname="button-bg.svg"><metadata + id="metadata26"><rdf:RDF><cc:Work + rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title /></cc:Work></rdf:RDF></metadata><defs + id="defs24" /><sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1366" + inkscape:window-height="718" + id="namedview22" + showgrid="true" + inkscape:zoom="16" + inkscape:cx="-6.6664673" + inkscape:cy="4.949103" + inkscape:window-x="0" + inkscape:window-y="27" + inkscape:window-maximized="1" + inkscape:current-layer="Layer_1" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true"><inkscape:grid + type="xygrid" + id="grid3003" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /></sodipodi:namedview><g + style="display:inline" + id="titlebutton-close" + inkscape:label="#g6210" + transform="translate(-645,185.63782)"><g + id="g4927-9" + style="display:inline;opacity:1" + transform="translate(-678,-432.63782)"><g + transform="translate(-103,0)" + style="display:inline;opacity:1" + id="g4490-6-5-2"><g + id="g4092-0-2-21-0" + style="display:inline" + transform="translate(58,0)"><circle + r="7" + cy="255" + cx="1376" + style="fill:#808080;fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="path4068-7-5-9-6" /></g></g><g + id="g4778-2-68" + transform="translate(1323,246.86719)" + style="fill:#ffffff;fill-opacity:1"><g + style="display:inline;fill:#ffffff;fill-opacity:1" + id="layer9-9-4-4" + transform="translate(-60,-518)" /><g + id="layer10-2-1-8" + transform="translate(-60,-518)" + style="fill:#ffffff;fill-opacity:1" /><g + id="layer11-16-4-9" + transform="translate(-60,-518)" + style="fill:#ffffff;fill-opacity:1" /><g + transform="matrix(0.75,0,0,0.75,2,2.0546875)" + id="g2996-76-5" + style="fill:#ffffff;fill-opacity:1"><g + transform="translate(-60,-518)" + id="layer12-4-5-7" + style="fill:#ffffff;fill-opacity:1"><g + transform="translate(19,-242)" + id="layer4-4-1-9-5" + style="display:inline;fill:#ffffff;fill-opacity:1" /></g></g><g + id="layer13-2-6-11" + transform="translate(-60,-518)" + style="fill:#ffffff;fill-opacity:1" /><g + id="layer14-4-0-33" + transform="translate(-60,-518)" + style="fill:#ffffff;fill-opacity:1" /><g + id="layer15-7-3-0" + transform="translate(-60,-518)" + style="fill:#ffffff;fill-opacity:1" /></g></g><rect + y="-185.63782" + x="645" + height="16" + width="16" + id="rect17883-39" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" /></g></svg>
\ No newline at end of file diff --git a/themes/Mint-Y-Dark/metacity-1/button-border.svg b/themes/Mint-Y-Dark/metacity-1/button-border.svg new file mode 100644 index 00000000..a1ab9486 --- /dev/null +++ b/themes/Mint-Y-Dark/metacity-1/button-border.svg @@ -0,0 +1,107 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + enable-background="new 0 0 32 32" + height="16" + id="Layer_1" + version="1.1" + viewBox="0 0 16 16" + width="16" + xml:space="preserve" + inkscape:version="0.91 r13725" + sodipodi:docname="button-border.svg"><metadata + id="metadata26"><rdf:RDF><cc:Work + rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title /></cc:Work></rdf:RDF></metadata><defs + id="defs24" /><sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1366" + inkscape:window-height="718" + id="namedview22" + showgrid="true" + inkscape:zoom="16" + inkscape:cx="-16.228967" + inkscape:cy="2.449103" + inkscape:window-x="0" + inkscape:window-y="27" + inkscape:window-maximized="1" + inkscape:current-layer="Layer_1" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true"><inkscape:grid + type="xygrid" + id="grid3003" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /></sodipodi:namedview><g + style="display:inline" + id="titlebutton-max-hover" + inkscape:label="#g6284" + transform="translate(-513,185.63782)"><g + id="g4891" + style="display:inline;opacity:1" + transform="translate(-781,-432.63782)"><path + style="display:inline;opacity:1;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="m 1302,248 a 7,7 0 0 0 -7,7 7,7 0 0 0 7,7 7,7 0 0 0 7,-7 7,7 0 0 0 -7,-7 z m 0,1 a 6,6 0 0 1 6,6 6,6 0 0 1 -6,6 6,6 0 0 1 -6,-6 6,6 0 0 1 6,-6 z" + id="path4068-7-5-9-6-7-2-5-78" + inkscape:connector-curvature="0" /><g + id="g4806-9" + transform="translate(1294,247)" + style="fill:#c0e3ff;fill-opacity:1"><g + transform="translate(-81.0002,-967)" + style="display:inline;fill:#c0e3ff;fill-opacity:1" + inkscape:label="status" + id="layer9-78-7" /><g + transform="translate(-81.0002,-967)" + inkscape:label="devices" + id="layer10-3-3" + style="fill:#c0e3ff;fill-opacity:1" /><g + transform="translate(-81.0002,-967)" + inkscape:label="apps" + id="layer11-19-75" + style="fill:#c0e3ff;fill-opacity:1" /><g + transform="translate(-81.0002,-967)" + inkscape:label="places" + id="layer13-4-9" + style="fill:#c0e3ff;fill-opacity:1" /><g + transform="translate(-81.0002,-967)" + inkscape:label="mimetypes" + id="layer14-8-5" + style="fill:#c0e3ff;fill-opacity:1" /><g + transform="translate(-81.0002,-967)" + style="display:inline;fill:#c0e3ff;fill-opacity:1" + inkscape:label="emblems" + id="layer15-5-8" /><g + transform="translate(-81.0002,-967)" + style="display:inline;fill:#c0e3ff;fill-opacity:1" + inkscape:label="emotes" + id="g71291-1-7" /><g + transform="translate(-81.0002,-967)" + style="display:inline;fill:#c0e3ff;fill-opacity:1" + inkscape:label="categories" + id="g4953-7-1" /><g + transform="translate(-81.0002,-967)" + style="display:inline;fill:#c0e3ff;fill-opacity:1" + inkscape:label="actions" + id="layer12-3-0" /></g></g><rect + y="-185.63782" + x="513" + height="16" + width="16" + id="rect17883-0" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" /></g></svg>
\ No newline at end of file diff --git a/themes/Mint-Y-Dark/metacity-1/close-icon.svg b/themes/Mint-Y-Dark/metacity-1/close-icon.svg new file mode 100644 index 00000000..312fa9e0 --- /dev/null +++ b/themes/Mint-Y-Dark/metacity-1/close-icon.svg @@ -0,0 +1,104 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + enable-background="new 0 0 32 32" + height="16" + id="Layer_1" + version="1.1" + viewBox="0 0 16 16" + width="16" + xml:space="preserve" + inkscape:version="0.91 r13725" + sodipodi:docname="close-icon.svg"><metadata + id="metadata26"><rdf:RDF><cc:Work + rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title /></cc:Work></rdf:RDF></metadata><defs + id="defs24" /><sodipodi:namedview + pagecolor="#cecece" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1366" + inkscape:window-height="718" + id="namedview22" + showgrid="true" + inkscape:zoom="11.313709" + inkscape:cx="-6.97609" + inkscape:cy="12.311381" + inkscape:window-x="0" + inkscape:window-y="27" + inkscape:window-maximized="1" + inkscape:current-layer="Layer_1" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true"><inkscape:grid + type="xygrid" + id="grid3003" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /></sodipodi:namedview><g + style="display:inline" + id="titlebutton-close" + inkscape:label="#g6210" + transform="translate(-645,185.63782)"><g + id="g4927-9" + style="display:inline;opacity:1" + transform="translate(-678,-432.63782)"><g + transform="translate(-103,0)" + style="display:inline;opacity:1" + id="g4490-6-5-2"><g + id="g4092-0-2-21-0" + style="display:inline" + transform="translate(58,0)" /></g><g + id="g4778-2-68" + transform="translate(1323,246.86719)" + style="fill:#ffffff;fill-opacity:1"><g + style="display:inline;fill:#ffffff;fill-opacity:1" + id="layer9-9-4-4" + transform="translate(-60,-518)" /><g + id="layer10-2-1-8" + transform="translate(-60,-518)" + style="fill:#ffffff;fill-opacity:1" /><g + id="layer11-16-4-9" + transform="translate(-60,-518)" + style="fill:#ffffff;fill-opacity:1" /><g + transform="matrix(0.75,0,0,0.75,2,2.0546875)" + id="g2996-76-5" + style="fill:#ffffff;fill-opacity:1"><g + transform="translate(-60,-518)" + id="layer12-4-5-7" + style="fill:#ffffff;fill-opacity:1"><g + transform="translate(19,-242)" + id="layer4-4-1-9-5" + style="display:inline;fill:#ffffff;fill-opacity:1"><path + inkscape:connector-curvature="0" + d="m 45,764 1,0 c 0.01037,-1.2e-4 0.02079,-4.6e-4 0.03125,0 0.254951,0.0112 0.50987,0.12858 0.6875,0.3125 L 49,766.59375 51.3125,764.3125 C 51.578125,764.082 51.759172,764.007 52,764 l 1,0 0,1 c 0,0.28647 -0.03434,0.55065 -0.25,0.75 l -2.28125,2.28125 2.25,2.25 C 52.906938,770.46942 52.999992,770.7347 53,771 l 0,1 -1,0 c -0.265301,-10e-6 -0.530586,-0.0931 -0.71875,-0.28125 L 49,769.4375 46.71875,771.71875 C 46.530586,771.90694 46.26529,772 46,772 l -1,0 0,-1 c -3e-6,-0.26529 0.09306,-0.53058 0.28125,-0.71875 l 2.28125,-2.25 L 45.28125,765.75 C 45.070508,765.55537 44.97809,765.28075 45,765 l 0,-1 z" + id="path10839-9-2-2" + style="color:#bebebe;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:'Andale Mono';-inkscape-font-specification:'Andale Mono';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /></g></g></g><g + id="layer13-2-6-11" + transform="translate(-60,-518)" + style="fill:#ffffff;fill-opacity:1" /><g + id="layer14-4-0-33" + transform="translate(-60,-518)" + style="fill:#ffffff;fill-opacity:1" /><g + id="layer15-7-3-0" + transform="translate(-60,-518)" + style="fill:#ffffff;fill-opacity:1" /></g></g><rect + y="-185.63782" + x="645" + height="16" + width="16" + id="rect17883-39" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" /></g></svg>
\ No newline at end of file diff --git a/themes/Mint-Y-Dark/metacity-1/max-icon.svg b/themes/Mint-Y-Dark/metacity-1/max-icon.svg new file mode 100644 index 00000000..6b80028b --- /dev/null +++ b/themes/Mint-Y-Dark/metacity-1/max-icon.svg @@ -0,0 +1,75 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + enable-background="new 0 0 32 32" + height="16" + id="Layer_1" + version="1.1" + viewBox="0 0 16 16" + width="16" + xml:space="preserve" + inkscape:version="0.91 r13725" + sodipodi:docname="max-icon.svg"><metadata + id="metadata26"><rdf:RDF><cc:Work + rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title /></cc:Work></rdf:RDF></metadata><defs + id="defs24" /><sodipodi:namedview + pagecolor="#d7d7d7" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1366" + inkscape:window-height="718" + id="namedview22" + showgrid="true" + inkscape:zoom="16" + inkscape:cx="-11.666467" + inkscape:cy="2.449103" + inkscape:window-x="0" + inkscape:window-y="27" + inkscape:window-maximized="1" + inkscape:current-layer="Layer_1" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true"><inkscape:grid + type="xygrid" + id="grid3003" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /></sodipodi:namedview><g + style="display:inline" + id="titlebutton-max" + inkscape:label="#g6234" + transform="translate(-616,185.63782)"><g + id="g7146" + style="display:inline;opacity:1" + transform="translate(-781,-432.63782)"><g + transform="translate(-29,0)" + style="display:inline;opacity:1" + id="g4490-2-96"><g + id="g4092-0-6-83" + style="display:inline" + transform="translate(58,0)" /></g><path + id="path4293-5-95" + style="display:inline;opacity:1;fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:none" + d="m 1403.7995,252 3.3818,0 c 0.4503,0 0.8162,0.36847 0.8187,0.8188 l 0,3.3817 z m 2.4074,6.00692 -3.395,0 c -0.4504,0 -0.8188,-0.36842 -0.8188,-0.81875 l 0,-3.39509 4.2138,4.21384" + inkscape:connector-curvature="0" + sodipodi:nodetypes="csscccsscc" /></g><rect + y="-185.63782" + x="616" + height="16" + width="16" + id="rect17883-29" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" /></g></svg>
\ No newline at end of file diff --git a/themes/Mint-Y-Dark/metacity-1/menu-icon.svg b/themes/Mint-Y-Dark/metacity-1/menu-icon.svg new file mode 100644 index 00000000..7b44703c --- /dev/null +++ b/themes/Mint-Y-Dark/metacity-1/menu-icon.svg @@ -0,0 +1,69 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + enable-background="new 0 0 32 32" + height="16" + id="Layer_1" + version="1.1" + viewBox="0 0 16 16" + width="16" + xml:space="preserve" + inkscape:version="0.91 r13725" + sodipodi:docname="menu-icon.svg"><metadata + id="metadata26"><rdf:RDF><cc:Work + rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title /></cc:Work></rdf:RDF></metadata><defs + id="defs24" /><sodipodi:namedview + pagecolor="#d7d7d7" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1920" + inkscape:window-height="1026" + id="namedview22" + showgrid="true" + inkscape:zoom="11.313709" + inkscape:cx="-1.8008989" + inkscape:cy="8.7848422" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:window-maximized="1" + inkscape:current-layer="Layer_1" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true"><inkscape:grid + type="xygrid" + id="grid3003" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /></sodipodi:namedview><g + transform="translate(-1426,-247)" + style="display:inline;opacity:1" + id="g4490-2-96"><g + id="g4092-0-6-83" + style="display:inline" + transform="translate(58,0)" /></g><g + id="g4137"><rect + y="2.6171874e-06" + x="0" + height="16" + width="16" + id="rect17883-29" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" /><path + style="display:inline;fill:#808080;fill-opacity:1;stroke:#808080;stroke-width:0.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + sodipodi:nodetypes="ccscsccsscscc" + id="rect6014-1-6-3-5-9" + d="M 8.0000004,9.8518766 11.69336,7.4152989 C 11.819861,7.3170928 11.875,7.1836334 11.875,7.0554982 l 0,-0.9321261 -0.968749,0 c -0.165089,0 -0.337533,0.042611 -0.464031,0.1410188 L 8.0000004,7.9876243 5.5577813,6.2643909 C 5.4267073,6.1719049 5.2588379,6.1233721 5.09375,6.1233721 l -0.96875,0 0,0.9321261 c 0,0.1281353 0.055154,0.2615937 0.1816405,0.3598007 z" + inkscape:connector-curvature="0" /></g></svg>
\ No newline at end of file diff --git a/themes/Mint-Y-Dark/metacity-1/metacity-theme-2.xml b/themes/Mint-Y-Dark/metacity-1/metacity-theme-2.xml new file mode 100644 index 00000000..6a3d0c7e --- /dev/null +++ b/themes/Mint-Y-Dark/metacity-1/metacity-theme-2.xml @@ -0,0 +1,956 @@ +<?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="#dedede" /> +<constant name="C_title_unfocused" value="shade/#d7cfcf/0.6" /> + +<constant name="C_wm_bg_focused" value="#2f2f2f" /> +<constant name="C_wm_bg_unfocused" value="#2f2f2f" /> + +<constant name="C_wm_highlight" value="#373737" /> + +<!-- window button colors --> + +<!-- close --> +<constant name="C_button_close_bg_focused" value="#92b372" /> +<constant name="C_button_close_bg_hover" value="shade/#92b372/1.14" /> +<constant name="C_button_close_bg_active" value="shade/#92b372/0.8" /> + +<constant name="C_icon_close_bg" value="#2f2f2f" /> + +<!-- minimize, maximize --> +<constant name="C_button_bg_hover" value="#4C4C4C" /> +<constant name="C_button_bg_active" value="#949494" /> + +<constant name="C_button_border_hover" value="#262626" /> + +<constant name="C_icon_bg_focused" value="#909090" /> +<constant name="C_icon_bg_unfocused" value="#666666" /> +<constant name="C_icon_bg_hover" value="#C4C4C4" /> +<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="bottom_height" 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-Dark/metacity-1/metacity-theme-3.xml b/themes/Mint-Y-Dark/metacity-1/metacity-theme-3.xml new file mode 100644 index 00000000..e82664b0 --- /dev/null +++ b/themes/Mint-Y-Dark/metacity-1/metacity-theme-3.xml @@ -0,0 +1,1226 @@ +<?xml version="1.0"?> +<metacity_theme> +<info> + <name>Arc</name> + <author>horst3180</author> + <copyright>horst3180</copyright> + <date>2015</date> + <description>Arc Metacity theme</description> +</info> + +<!-- meaningfull constants --> + +<constant name="C_title_focused" value="rgba(222,222,222,1.0)" /> +<constant name="C_title_unfocused" value="rgba(222,222,222,0.6)" /> + +<constant name="C_wm_bg_focused" value="rgba(47,47,47,1.0)" /> +<constant name="C_wm_bg_unfocused" value="rgba(47,47,47,1.0)" /> + +<constant name="C_wm_border" value="rgba(47,47,47,1.0)" /> + +<constant name="C_wm_highlight" value="rgba(55,55,55,1.0)" /> + +<!-- window button colors --> + +<!-- close --> +<constant name="C_button_close_bg_focused" value="gtk:custom(selected_bg_color,#92b372)" /> +<constant name="C_button_close_bg_hover" value="shade/gtk:custom(selected_bg_color,#92b372)/1.14" /> +<constant name="C_button_close_bg_active" value="shade/gtk:custom(selected_bg_color,#92b372)/0.8" /> + +<constant name="C_icon_close_bg" value="#2f2f2f" /> + +<!-- minimize, maximize --> +<constant name="C_button_bg_hover" value="#4C4C4C" /> +<constant name="C_button_bg_active" value="#949494" /> + +<constant name="C_button_border_hover" value="#262626" /> + +<constant name="C_icon_bg_focused" value="#909090" /> +<constant name="C_icon_bg_unfocused" value="#666666" /> +<constant name="C_icon_bg_hover" value="#C4C4C4" /> +<constant name="C_icon_bg_active" value="#ffffff" /> + +<!-- geometries --> + +<frame_geometry name="normal" title_scale="medium" rounded_top_left="1" rounded_top_right="1"> + <distance name="left_width" value="0" /> + <distance name="right_width" value="0" /> + <distance name="bottom_height" value="0" /> + <distance name="left_titlebar_edge" value="2"/> + <distance name="right_titlebar_edge" value="2"/> + <distance name="title_vertical_pad" value="3"/> + <border name="title_border" left="10" right="10" top="3" bottom="3"/> + <border name="button_border" left="0" right="0" top="0" bottom="0"/> + <distance name="button_width" value="30"/> + <distance name="button_height" value="24"/> +</frame_geometry> + +<frame_geometry name="normal_unfocused" title_scale="medium" rounded_top_left="1" rounded_top_right="1" parent="normal"> +</frame_geometry> + +<frame_geometry name="max" title_scale="medium" parent="normal" rounded_top_left="false" rounded_top_right="false"> + <distance name="left_width" value="0" /> + <distance name="right_width" value="0" /> + <distance name="left_titlebar_edge" value="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="1" /> +</frame_geometry> + +<frame_geometry name="tiled_left" title_scale="medium" rounded_top_left="false" rounded_top_right="false" parent="normal"> + <distance name="right_width" value="1" /> + <distance name="bottom_height" value="1" /> +</frame_geometry> + +<frame_geometry name="tiled_right" title_scale="medium" rounded_top_left="false" rounded_top_right="false" parent="normal"> + <distance name="left_width" value="1" /> + <distance name="bottom_height" value="1" /> +</frame_geometry> + +<frame_geometry name="small" title_scale="small" parent="normal" rounded_top_left="1" rounded_top_right="1"> + <distance name="title_vertical_pad" value="7"/> + <distance name="left_titlebar_edge" value="1"/> + <distance name="right_titlebar_edge" value="1"/> + <border name="title_border" left="10" right="10" top="0" bottom="1"/> +</frame_geometry> + +<frame_geometry name="small_unfocused" parent="small"> +</frame_geometry> + +<frame_geometry name="border" has_title="false" rounded_top_left="false" rounded_top_right="false" parent="normal" > + <distance name="left_width" value="1" /> + <distance name="right_width" value="1" /> + <distance name="bottom_height" value="1" /> + <border name="title_border" left="10" right="10" top="0" bottom="0" /> + <distance name="title_vertical_pad" value="1" /> + <distance name="button_height" value="0"/> +</frame_geometry> + +<frame_geometry name="borderless" has_title="false" rounded_top_left="false" rounded_top_right="false" parent="normal" > + <distance name="left_width" value="0" /> + <distance name="right_width" value="0" /> + <distance name="bottom_height" value="0" /> + <distance name="title_vertical_pad" value="0" /> + <border name="title_border" left="10" right="10" top="0" bottom="0" /> + <distance name="button_height" value="0"/> +</frame_geometry> + +<frame_geometry name="modal" title_scale="small" hide_buttons="true" rounded_top_left="1" rounded_top_right="1" parent="small"> + <distance name="title_vertical_pad" value="5"/> +</frame_geometry> + +<frame_geometry name="attached" title_scale="small" hide_buttons="true" rounded_top_left="1" rounded_top_right="1" parent="small"> + <distance name="title_vertical_pad" value="5"/> +</frame_geometry> + +<!-- drawing operations --> + + <!-- title --> + +<draw_ops name="title_focused"> + + <title version="< 3.1" + x="(0 `max` ((width - title_width) / 2))" + y="(0 `max` ((height - title_height) / 2)) + 1" + color="C_title_focused" /> + <title version=">= 3.1" + x="(0 `max` ((frame_x_center - title_width / 2) `min` (width - title_width)))" + y="(0 `max` ((height - title_height) / 2)) + 1" + ellipsize_width="width" + color="C_title_focused" /> +</draw_ops> + +<draw_ops name="title_unfocused"> + <title version="< 3.1" + x="(0 `max` ((width - title_width) / 2))" + y="(0 `max` ((height - title_height) / 2)) + 1" + color="C_title_unfocused" /> + <title version=">= 3.1" + x="(0 `max` ((frame_x_center - title_width / 2) `min` (width - title_width)))" + y="(0 `max` ((height - title_height) / 2)) + 1" + ellipsize_width="width" + color="C_title_unfocused" /> +</draw_ops> + + <!-- window decorations --> + +<draw_ops name="entire_background_focused"> + <rectangle color="C_wm_bg_focused" x="0" y="0" width="width" height="height" filled="true" /> +</draw_ops> + +<draw_ops name="entire_background_unfocused"> + <rectangle color="C_wm_bg_unfocused" x="0" y="0" width="width" height="height" filled="true" /> +</draw_ops> + +<draw_ops name="titlebar_focused"> + <rectangle color="C_wm_bg_focused" x="0" y="0" width="width" height="height" filled="true" /> + <rectangle color="C_wm_highlight" x="0" y="0" width="width" height="1" filled="true" /> +</draw_ops> + +<draw_ops name="titlebar_unfocused"> + <rectangle color="C_wm_bg_unfocused" x="0" y="0" width="width" height="height" filled="true" /> + <rectangle color="C_wm_highlight" x="0" y="0" width="width" height="1" filled="true" /> +</draw_ops> + +<draw_ops name="titlebar_max"> + +</draw_ops> + +<draw_ops name="titlebar_small_focused"> + +</draw_ops> + +<draw_ops name="titlebar_small_unfocused"> + +</draw_ops> + +<draw_ops name="border_focused"> + <rectangle color="C_wm_bg_focused" x="0" y="0" width="width" height="height" filled="false" /> +</draw_ops> + +<draw_ops name="border_unfocused"> + <rectangle color="C_wm_bg_unfocused" x="0" y="0" width="width" height="height" filled="false" /> +</draw_ops> + +<draw_ops name="border_max"> + <line x1="1" y1="height-1" x2="width" y2="height-1" color="C_wm_border" /> +</draw_ops> + + +<!--close--> +<draw_ops name="close_focused"> + <image filename="button-bg.svg" colorize="C_button_close_bg_focused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="close_focused_pressed"> + <image filename="button-bg.svg" colorize="C_button_close_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="close_focused_prelight"> + <image filename="button-bg.svg" colorize="C_button_close_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="close_unfocused"> + <image filename="button-bg.svg" colorize="C_icon_bg_unfocused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="close_unfocused_prelight"> + <image filename="button-bg.svg" colorize="C_button_close_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="close_unfocused_pressed"> + <image filename="button-bg.svg" colorize="C_button_close_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<!--maximize--> +<draw_ops name="maximize_focused"> + <image filename="max-icon.svg" colorize="C_icon_bg_focused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="maximize_focused_pressed"> + <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="max-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="maximize_focused_prelight"> + <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="max-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="maximize_unfocused"> + <image filename="max-icon.svg" colorize="C_icon_bg_unfocused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="maximize_unfocused_prelight"> + <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="max-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="maximize_unfocused_pressed"> + <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="max-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<!--minimize--> +<draw_ops name="minimize_focused"> + <image filename="min-icon.svg" colorize="C_icon_bg_focused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="minimize_focused_pressed"> + <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="min-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="minimize_focused_prelight"> + <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="min-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="minimize_unfocused"> + <image filename="min-icon.svg" colorize="C_icon_bg_unfocused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="minimize_unfocused_prelight"> + <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="min-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="minimize_unfocused_pressed"> + <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="min-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<!--stick--> +<draw_ops name="stick_focused"> + <image filename="stick-icon.svg" colorize="C_icon_bg_focused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="stick_focused_pressed"> + <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="stick-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="stick_focused_prelight"> + <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="stick-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="stick_unfocused"> + <image filename="stick-icon.svg" colorize="C_icon_bg_unfocused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="stick_unfocused_prelight"> + <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="stick-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="stick_unfocused_pressed"> + <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="stick-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<!--unstick--> +<draw_ops name="unstick_focused"> + <image filename="unstick-icon.svg" colorize="C_icon_bg_focused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="unstick_focused_pressed"> + <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="unstick-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="unstick_focused_prelight"> + <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="unstick-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="unstick_unfocused"> + <image filename="unstick-icon.svg" colorize="C_icon_bg_unfocused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="unstick_unfocused_prelight"> + <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="unstick-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="unstick_unfocused_pressed"> + <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="unstick-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<!--shade--> +<draw_ops name="shade_focused"> + <image filename="shade-icon.svg" colorize="C_icon_bg_focused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="shade_focused_pressed"> + <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="shade-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="shade_focused_prelight"> + <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="shade-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="shade_unfocused"> + <image filename="shade-icon.svg" colorize="C_icon_bg_unfocused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="shade_unfocused_prelight"> + <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="shade-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="shade_unfocused_pressed"> + <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="shade-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<!--unshade--> +<draw_ops name="unshade_focused"> + <image filename="unshade-icon.svg" colorize="C_icon_bg_focused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="unshade_focused_pressed"> + <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="unshade-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="unshade_focused_prelight"> + <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="unshade-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="unshade_unfocused"> + <image filename="unshade-icon.svg" colorize="C_icon_bg_unfocused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="unshade_unfocused_prelight"> + <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="unshade-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="unshade_unfocused_pressed"> + <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="unshade-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<!--menu--> +<draw_ops name="menu_focused"> + <image filename="menu-icon.svg" colorize="C_icon_bg_focused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="menu_focused_pressed"> + <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="menu-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="menu_focused_prelight"> + <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="menu-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="menu_unfocused"> + <image filename="menu-icon.svg" colorize="C_icon_bg_unfocused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="menu_unfocused_prelight"> + <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="menu-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="menu_unfocused_pressed"> + <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="menu-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + + +<!-- frame styles --> + +<frame_style name="normal_focused" geometry="normal"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_focused" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> + <button function="unshade" state="normal" draw_ops="unshade_focused" /> + <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed" /> + <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal" draw_ops="stick_focused" /> + <button function="stick" state="pressed" draw_ops="stick_focused_pressed" /> + <button function="stick" state="prelight" draw_ops="stick_focused_prelight" /> + <button function="unstick" state="normal" draw_ops="unstick_focused" /> + <button function="unstick" state="pressed" draw_ops="unstick_focused_pressed" /> + <button function="unstick" state="prelight" draw_ops="unstick_focused_prelight" /> +</frame_style> + +<frame_style name="normal_unfocused" geometry="normal_unfocused"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="unshade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal" draw_ops="stick_unfocused" /> + <button function="stick" state="prelight" draw_ops="stick_unfocused_prelight" /> + <button function="stick" state="pressed" draw_ops="stick_unfocused_pressed" /> + <button function="unstick" state="normal" draw_ops="unstick_unfocused" /> + <button function="unstick" state="prelight" draw_ops="unstick_unfocused_prelight" /> + <button function="unstick" state="pressed" draw_ops="unstick_unfocused_pressed" /> +</frame_style> + +<frame_style name="normal_max_focused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="overlay" draw_ops="border_max" /> + <piece position="titlebar" draw_ops="titlebar_max" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> + <button function="unshade" state="normal" draw_ops="unshade_focused" /> + <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed" /> + <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal" draw_ops="stick_focused" /> + <button function="stick" state="pressed" draw_ops="stick_focused_pressed" /> + <button function="stick" state="prelight" draw_ops="stick_focused_prelight" /> + <button function="unstick" state="normal" draw_ops="unstick_focused" /> + <button function="unstick" state="pressed" draw_ops="unstick_focused_pressed" /> + <button function="unstick" state="prelight" draw_ops="unstick_focused_prelight" /> +</frame_style> + +<frame_style name="normal_max_unfocused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="overlay" draw_ops="border_max" /> + <piece position="titlebar" draw_ops="titlebar_max" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="unshade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal" draw_ops="stick_unfocused" /> + <button function="stick" state="prelight" draw_ops="stick_unfocused_prelight" /> + <button function="stick" state="pressed" draw_ops="stick_unfocused_pressed" /> + <button function="unstick" state="normal" draw_ops="unstick_unfocused" /> + <button function="unstick" state="prelight" draw_ops="unstick_unfocused_prelight" /> + <button function="unstick" state="pressed" draw_ops="unstick_unfocused_pressed" /> +</frame_style> + +<frame_style name="normal_max_shaded_focused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_max" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> + <button function="unshade" state="normal" draw_ops="unshade_focused" /> + <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed" /> + <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal" draw_ops="stick_focused" /> + <button function="stick" state="pressed" draw_ops="stick_focused_pressed" /> + <button function="stick" state="prelight" draw_ops="stick_focused_prelight" /> + <button function="unstick" state="normal" draw_ops="unstick_focused" /> + <button function="unstick" state="pressed" draw_ops="unstick_focused_pressed" /> + <button function="unstick" state="prelight" draw_ops="unstick_focused_prelight" /> +</frame_style> + +<frame_style name="normal_max_shaded_unfocused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_max" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="unshade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal" draw_ops="stick_unfocused" /> + <button function="stick" state="prelight" draw_ops="stick_unfocused_prelight" /> + <button function="stick" state="pressed" draw_ops="stick_unfocused_pressed" /> + <button function="unstick" state="normal" draw_ops="unstick_unfocused" /> + <button function="unstick" state="prelight" draw_ops="unstick_unfocused_prelight" /> + <button function="unstick" state="pressed" draw_ops="unstick_unfocused_pressed" /> +</frame_style> + +<frame_style name="dialog_focused" geometry="normal"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_focused" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> + <button function="unshade" state="normal" draw_ops="unshade_focused" /> + <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed" /> + <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal" draw_ops="stick_focused" /> + <button function="stick" state="pressed" draw_ops="stick_focused_pressed" /> + <button function="stick" state="prelight" draw_ops="stick_focused_prelight" /> + <button function="unstick" state="normal" draw_ops="unstick_focused" /> + <button function="unstick" state="pressed" draw_ops="unstick_focused_pressed" /> + <button function="unstick" state="prelight" draw_ops="unstick_focused_prelight" /> +</frame_style> + +<frame_style name="dialog_unfocused" geometry="normal"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="unshade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal" draw_ops="stick_unfocused" /> + <button function="stick" state="prelight" draw_ops="stick_unfocused_prelight" /> + <button function="stick" state="pressed" draw_ops="stick_unfocused_pressed" /> + <button function="unstick" state="normal" draw_ops="unstick_unfocused" /> + <button function="unstick" state="prelight" draw_ops="unstick_unfocused_prelight" /> + <button function="unstick" state="pressed" draw_ops="unstick_unfocused_pressed" /> +</frame_style> + +<frame_style name="modal_dialog_focused" geometry="modal"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_focused" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> + <button function="unshade" state="normal" draw_ops="unshade_focused" /> + <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed" /> + <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal" draw_ops="stick_focused" /> + <button function="stick" state="pressed" draw_ops="stick_focused_pressed" /> + <button function="stick" state="prelight" draw_ops="stick_focused_prelight" /> + <button function="unstick" state="normal" draw_ops="unstick_focused" /> + <button function="unstick" state="pressed" draw_ops="unstick_focused_pressed" /> + <button function="unstick" state="prelight" draw_ops="unstick_focused_prelight" /> +</frame_style> + +<frame_style name="modal_dialog_unfocused" geometry="modal"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_focused" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="unshade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal" draw_ops="stick_unfocused" /> + <button function="stick" state="prelight" draw_ops="stick_unfocused_prelight" /> + <button function="stick" state="pressed" draw_ops="stick_unfocused_pressed" /> + <button function="unstick" state="normal" draw_ops="unstick_unfocused" /> + <button function="unstick" state="prelight" draw_ops="unstick_unfocused_prelight" /> + <button function="unstick" state="pressed" draw_ops="unstick_unfocused_pressed" /> +</frame_style> + +<frame_style name="utility_focused" geometry="small"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_small_focused" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> + <button function="unshade" state="normal" draw_ops="unshade_focused" /> + <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed" /> + <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal" draw_ops="stick_focused" /> + <button function="stick" state="pressed" draw_ops="stick_focused_pressed" /> + <button function="stick" state="prelight" draw_ops="stick_focused_prelight" /> + <button function="unstick" state="normal" draw_ops="unstick_focused" /> + <button function="unstick" state="pressed" draw_ops="unstick_focused_pressed" /> + <button function="unstick" state="prelight" draw_ops="unstick_focused_prelight" /> +</frame_style> + +<frame_style name="utility_unfocused" geometry="small_unfocused"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_small_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="unshade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal" draw_ops="stick_unfocused" /> + <button function="stick" state="prelight" draw_ops="stick_unfocused_prelight" /> + <button function="stick" state="pressed" draw_ops="stick_unfocused_pressed" /> + <button function="unstick" state="normal" draw_ops="unstick_unfocused" /> + <button function="unstick" state="prelight" draw_ops="unstick_unfocused_prelight" /> + <button function="unstick" state="pressed" draw_ops="unstick_unfocused_pressed" /> +</frame_style> + +<frame_style name="border_focused" geometry="border"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="overlay" draw_ops="border_focused" /> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="border_unfocused" geometry="border"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="overlay" draw_ops="border_unfocused" /> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="borderless" geometry="borderless"> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="attached_focused" geometry="attached"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_focused" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="attached_unfocused" geometry="attached"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="tiled_left_focused" geometry="tiled_left"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_focused" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> + <button function="unshade" state="normal" draw_ops="unshade_focused" /> + <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed" /> + <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal" draw_ops="stick_focused" /> + <button function="stick" state="pressed" draw_ops="stick_focused_pressed" /> + <button function="stick" state="prelight" draw_ops="stick_focused_prelight" /> + <button function="unstick" state="normal" draw_ops="unstick_focused" /> + <button function="unstick" state="pressed" draw_ops="unstick_focused_pressed" /> + <button function="unstick" state="prelight" draw_ops="unstick_focused_prelight" /> +</frame_style> + +<frame_style name="tiled_left_unfocused" geometry="tiled_left"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="unshade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal" draw_ops="stick_unfocused" /> + <button function="stick" state="prelight" draw_ops="stick_unfocused_prelight" /> + <button function="stick" state="pressed" draw_ops="stick_unfocused_pressed" /> + <button function="unstick" state="normal" draw_ops="unstick_unfocused" /> + <button function="unstick" state="prelight" draw_ops="unstick_unfocused_prelight" /> + <button function="unstick" state="pressed" draw_ops="unstick_unfocused_pressed" /> +</frame_style> + +<frame_style name="tiled_right_focused" geometry="tiled_right"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_focused" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> + <button function="unshade" state="normal" draw_ops="unshade_focused" /> + <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed" /> + <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal" draw_ops="stick_focused" /> + <button function="stick" state="pressed" draw_ops="stick_focused_pressed" /> + <button function="stick" state="prelight" draw_ops="stick_focused_prelight" /> + <button function="unstick" state="normal" draw_ops="unstick_focused" /> + <button function="unstick" state="pressed" draw_ops="unstick_focused_pressed" /> + <button function="unstick" state="prelight" draw_ops="unstick_focused_prelight" /> +</frame_style> + +<frame_style name="tiled_right_unfocused" geometry="tiled_right"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="unshade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal" draw_ops="stick_unfocused" /> + <button function="stick" state="prelight" draw_ops="stick_unfocused_prelight" /> + <button function="stick" state="pressed" draw_ops="stick_unfocused_pressed" /> + <button function="unstick" state="normal" draw_ops="unstick_unfocused" /> + <button function="unstick" state="prelight" draw_ops="unstick_unfocused_prelight" /> + <button function="unstick" state="pressed" draw_ops="unstick_unfocused_pressed" /> +</frame_style> + +<!-- placeholder for unimplementated styles--> +<frame_style name="blank" geometry="normal"> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<!-- frame style sets --> + +<frame_style_set name="normal_style_set"> + <frame focus="yes" state="normal" resize="both" style="normal_focused"/> + <frame focus="no" state="normal" resize="both" style="normal_unfocused"/> + <frame focus="yes" state="maximized" style="normal_max_focused"/> + <frame focus="no" state="maximized" style="normal_max_unfocused"/> + <frame focus="yes" state="shaded" style="normal_focused"/> + <frame focus="no" state="shaded" style="normal_unfocused"/> + <frame focus="yes" state="maximized_and_shaded" style="normal_max_shaded_focused"/> + <frame focus="no" state="maximized_and_shaded" style="normal_max_shaded_unfocused"/> + <frame version=">= 3.3" focus="yes" state="tiled_left" style="tiled_left_focused"/> + <frame version=">= 3.3" focus="no" state="tiled_left" style="tiled_left_unfocused"/> + <frame version=">= 3.3" focus="yes" state="tiled_right" style="tiled_right_focused"/> + <frame version=">= 3.3" focus="no" state="tiled_right" style="tiled_right_unfocused"/> + <frame version=">= 3.3" focus="yes" state="tiled_left_and_shaded" style="tiled_left_focused"/> + <frame version=">= 3.3" focus="no" state="tiled_left_and_shaded" style="tiled_left_unfocused"/> + <frame version=">= 3.3" focus="yes" state="tiled_right_and_shaded" style="tiled_right_focused"/> + <frame version=">= 3.3" focus="no" state="tiled_right_and_shaded" style="tiled_right_unfocused"/> +</frame_style_set> + +<frame_style_set name="dialog_style_set"> + <frame focus="yes" state="normal" resize="both" style="dialog_focused"/> + <frame focus="no" state="normal" resize="both" style="dialog_unfocused"/> + <frame focus="yes" state="maximized" style="blank"/> + <frame focus="no" state="maximized" style="blank"/> + <frame focus="yes" state="shaded" style="dialog_focused"/> + <frame focus="no" state="shaded" style="dialog_unfocused"/> + <frame focus="yes" state="maximized_and_shaded" style="blank"/> + <frame focus="no" state="maximized_and_shaded" style="blank"/> +</frame_style_set> + +<frame_style_set name="modal_dialog_style_set"> + <frame focus="yes" state="normal" resize="both" style="modal_dialog_focused"/> + <frame focus="no" state="normal" resize="both" style="modal_dialog_unfocused"/> + <frame focus="yes" state="maximized" style="blank"/> + <frame focus="no" state="maximized" style="blank"/> + <frame focus="yes" state="shaded" style="modal_dialog_focused"/> + <frame focus="no" state="shaded" style="modal_dialog_unfocused"/> + <frame focus="yes" state="maximized_and_shaded" style="blank"/> + <frame focus="no" state="maximized_and_shaded" style="blank"/> +</frame_style_set> + +<frame_style_set name="utility_style_set"> + <frame focus="yes" state="normal" resize="both" style="utility_focused"/> + <frame focus="no" state="normal" resize="both" style="utility_unfocused"/> + <frame focus="yes" state="maximized" style="blank"/> + <frame focus="no" state="maximized" style="blank"/> + <frame focus="yes" state="shaded" style="utility_focused"/> + <frame focus="no" state="shaded" style="utility_unfocused"/> + <frame focus="yes" state="maximized_and_shaded" style="blank"/> + <frame focus="no" state="maximized_and_shaded" style="blank"/> +</frame_style_set> + +<frame_style_set name="border_style_set"> + <frame focus="yes" state="normal" resize="both" style="border_focused"/> + <frame focus="no" state="normal" resize="both" style="border_unfocused"/> + <frame focus="yes" state="maximized" style="borderless"/> + <frame focus="no" state="maximized" style="borderless"/> + <frame focus="yes" state="shaded" style="blank"/> + <frame focus="no" state="shaded" style="blank"/> + <frame focus="yes" state="maximized_and_shaded" style="blank"/> + <frame focus="no" state="maximized_and_shaded" style="blank"/> +</frame_style_set> + +<frame_style_set name="attached_style_set"> + <frame focus="yes" state="normal" resize="both" style="attached_focused"/> + <frame focus="no" state="normal" resize="both" style="attached_unfocused"/> + <frame focus="yes" state="maximized" style="blank"/> + <frame focus="no" state="maximized" style="blank"/> + <frame focus="yes" state="shaded" style="blank"/> + <frame focus="no" state="shaded" style="blank"/> + <frame focus="yes" state="maximized_and_shaded" style="blank"/> + <frame focus="no" state="maximized_and_shaded" style="blank"/> +</frame_style_set> + + +<!-- windows --> + +<window type="normal" style_set="normal_style_set"/> +<window type="dialog" style_set="normal_style_set"/> +<window type="modal_dialog" style_set="normal_style_set"/> +<window type="menu" style_set="utility_style_set"/> +<window type="utility" style_set="utility_style_set"/> +<window type="border" style_set="border_style_set"/> +<window version=">= 3.2" type="attached" style_set="attached_style_set"/> + +</metacity_theme> diff --git a/themes/Mint-Y-Dark/metacity-1/min-icon.svg b/themes/Mint-Y-Dark/metacity-1/min-icon.svg new file mode 100644 index 00000000..92920b53 --- /dev/null +++ b/themes/Mint-Y-Dark/metacity-1/min-icon.svg @@ -0,0 +1,75 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + enable-background="new 0 0 32 32" + height="16" + id="Layer_1" + version="1.1" + viewBox="0 0 16 16" + width="16" + xml:space="preserve" + inkscape:version="0.91 r13725" + sodipodi:docname="min-icon.svg"><metadata + id="metadata26"><rdf:RDF><cc:Work + rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title /></cc:Work></rdf:RDF></metadata><defs + id="defs24" /><sodipodi:namedview + pagecolor="#e2e2e2" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1366" + inkscape:window-height="718" + id="namedview22" + showgrid="true" + inkscape:zoom="22.627417" + inkscape:cx="6.164106" + inkscape:cy="8.4082271" + inkscape:window-x="0" + inkscape:window-y="27" + inkscape:window-maximized="1" + inkscape:current-layer="Layer_1" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true"><inkscape:grid + type="xygrid" + id="grid3003" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /></sodipodi:namedview><g + style="display:inline" + id="titlebutton-min" + inkscape:label="#g6247" + transform="translate(-587,185.63782)"><g + id="g7138" + style="display:inline;opacity:1" + transform="translate(-781,-432.63782)"><g + transform="translate(-58,0)" + style="display:inline;opacity:1" + id="g4490-3-75"><g + id="g4092-0-7-0" + style="display:inline" + transform="translate(58,0)" /></g><path + inkscape:connector-curvature="0" + d="m 1373,254 0,2 6,0 0,-2 z" + id="rect9057-4-3" + 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;opacity:1;fill:#808080;fill-opacity:1;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" + sodipodi:nodetypes="ccccc" /></g><rect + y="-185.63782" + x="587" + height="16" + width="16" + id="rect17883-32" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" /></g></svg>
\ No newline at end of file diff --git a/themes/Mint-Y-Dark/metacity-1/shade-icon.svg b/themes/Mint-Y-Dark/metacity-1/shade-icon.svg new file mode 100644 index 00000000..ca36b4fd --- /dev/null +++ b/themes/Mint-Y-Dark/metacity-1/shade-icon.svg @@ -0,0 +1,75 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + enable-background="new 0 0 32 32" + height="16" + id="Layer_1" + version="1.1" + viewBox="0 0 16 16" + width="16" + xml:space="preserve" + inkscape:version="0.91 r13725" + sodipodi:docname="shade-icon.svg"><metadata + id="metadata26"><rdf:RDF><cc:Work + rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title /></cc:Work></rdf:RDF></metadata><defs + id="defs24" /><sodipodi:namedview + pagecolor="#e2e2e2" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1920" + inkscape:window-height="1026" + id="namedview22" + showgrid="true" + inkscape:zoom="22.627417" + inkscape:cx="-0.62788945" + inkscape:cy="2.5679813" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:window-maximized="1" + inkscape:current-layer="Layer_1" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true"><inkscape:grid + type="xygrid" + id="grid3003" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /></sodipodi:namedview><g + transform="translate(-1426,-247)" + style="display:inline;opacity:1" + id="g4490-3-75"><g + id="g4092-0-7-0" + style="display:inline" + transform="translate(58,0)" /></g><g + id="g4142"><rect + y="2.6171874e-06" + x="0" + height="16" + width="16" + id="rect17883-32" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" /><g + id="g4138"><path + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.80000001;marker:none;enable-background:accumulate" + d="M 5.5,4 C 4.6689999,4 4,4.669 4,5.5 L 4,7 12,7 12,5.5 C 12,4.669 11.331,4 10.5,4 Z m 4.5,1 1,0 0,1 -1,0 z" + id="path3842-6" + inkscape:connector-curvature="0" + sodipodi:nodetypes="ssccsssccccc" /><path + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.80000001;marker:none;enable-background:accumulate" + d="m 11,10 -3,-3 -3,3 2,0 0,2 2,0 0,-2 z" + id="path3842" + inkscape:connector-curvature="0" + sodipodi:nodetypes="cccccccc" /></g></g></svg>
\ No newline at end of file diff --git a/themes/Mint-Y-Dark/metacity-1/stick-icon.svg b/themes/Mint-Y-Dark/metacity-1/stick-icon.svg new file mode 100644 index 00000000..06c54c6d --- /dev/null +++ b/themes/Mint-Y-Dark/metacity-1/stick-icon.svg @@ -0,0 +1,63 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + enable-background="new 0 0 32 32" + height="16" + id="Layer_1" + version="1.1" + viewBox="0 0 16 16" + width="16" + xml:space="preserve" + inkscape:version="0.91 r13725" + sodipodi:docname="stick-icon.svg"><metadata + id="metadata26"><rdf:RDF><cc:Work + rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title /></cc:Work></rdf:RDF></metadata><defs + id="defs24" /><sodipodi:namedview + pagecolor="#d7d7d7" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1920" + inkscape:window-height="1026" + id="namedview22" + showgrid="true" + inkscape:zoom="32" + inkscape:cx="6.2833169" + inkscape:cy="4.6144526" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:window-maximized="1" + inkscape:current-layer="Layer_1" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true"><inkscape:grid + type="xygrid" + id="grid3003" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /></sodipodi:namedview><g + id="g4156"><rect + y="2.6171874e-06" + x="0" + height="16" + width="16" + id="rect17883-29" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" /><path + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + sodipodi:nodetypes="cccccccccc" + id="path9895" + d="M 10,3 7,5 4,4 4,11 7,10 10,12 10,8 15,7.51693 10,7 Z" + inkscape:connector-curvature="0" /></g></svg>
\ No newline at end of file diff --git a/themes/Mint-Y-Dark/metacity-1/thumbnail.png b/themes/Mint-Y-Dark/metacity-1/thumbnail.png Binary files differnew file mode 100644 index 00000000..5040a3c4 --- /dev/null +++ b/themes/Mint-Y-Dark/metacity-1/thumbnail.png diff --git a/themes/Mint-Y-Dark/metacity-1/unshade-icon.svg b/themes/Mint-Y-Dark/metacity-1/unshade-icon.svg new file mode 100644 index 00000000..1081dcea --- /dev/null +++ b/themes/Mint-Y-Dark/metacity-1/unshade-icon.svg @@ -0,0 +1,69 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + enable-background="new 0 0 32 32" + height="16" + id="Layer_1" + version="1.1" + viewBox="0 0 16 16" + width="16" + xml:space="preserve" + inkscape:version="0.91 r13725" + sodipodi:docname="shade-icon.svg"><metadata + id="metadata26"><rdf:RDF><cc:Work + rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title /></cc:Work></rdf:RDF></metadata><defs + id="defs24" /><sodipodi:namedview + pagecolor="#e2e2e2" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1369" + inkscape:window-height="1027" + id="namedview22" + showgrid="true" + inkscape:zoom="22.627417" + inkscape:cx="9.170067" + inkscape:cy="8.3198388" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:window-maximized="0" + inkscape:current-layer="Layer_1" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true"><inkscape:grid + type="xygrid" + id="grid3003" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /></sodipodi:namedview><g + transform="translate(-1426,-247)" + style="display:inline;opacity:1" + id="g4490-3-75"><g + id="g4092-0-7-0" + style="display:inline" + transform="translate(58,0)" /></g><g + id="g4146"><rect + y="2.6171874e-06" + x="0" + height="16" + width="16" + id="rect17883-32" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" /><path + sodipodi:nodetypes="ssccssscccccccccc" + inkscape:connector-curvature="0" + id="path3842-6" + d="M 5.5,4 C 4.6689999,4 4,4.669 4,5.5 l 0,6.5 8,0 0,-6.5 C 12,4.669 11.331,4 10.5,4 Z m 4.5,1 1,0 0,1 -1,0 z m -4,2 4,0 0,3 -4,0 z" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.80000001;marker:none;enable-background:accumulate" /></g></svg>
\ No newline at end of file diff --git a/themes/Mint-Y-Dark/metacity-1/unstick-icon.svg b/themes/Mint-Y-Dark/metacity-1/unstick-icon.svg new file mode 100644 index 00000000..9c968e27 --- /dev/null +++ b/themes/Mint-Y-Dark/metacity-1/unstick-icon.svg @@ -0,0 +1,70 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + enable-background="new 0 0 32 32" + height="16" + id="Layer_1" + version="1.1" + viewBox="0 0 16 16" + width="16" + xml:space="preserve" + inkscape:version="0.91 r13725" + sodipodi:docname="unstick-icon.svg"><metadata + id="metadata26"><rdf:RDF><cc:Work + rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title /></cc:Work></rdf:RDF></metadata><defs + id="defs24" /><sodipodi:namedview + pagecolor="#d7d7d7" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1920" + inkscape:window-height="1026" + id="namedview22" + showgrid="true" + inkscape:zoom="32" + inkscape:cx="10.611442" + inkscape:cy="4.5519526" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:window-maximized="1" + inkscape:current-layer="Layer_1" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true"><inkscape:grid + type="xygrid" + id="grid3003" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /></sodipodi:namedview><g + id="g4148"><g + id="g4147" + style="display:inline" + transform="translate(-321.0002,-727)"><path + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + d="M 10,3 7.2382812,4.8417969 10.361328,7.9648438 15,7.5175781 10,7 10,3 Z M 4.59375,4.1992188 10,9.6035156 10,9.3964844 4.90625,4.3027344 4.59375,4.1992188 Z M 4,5.3964844 4,11 7,10 10,12 10,11.396484 4,5.3964844 Z" + transform="translate(321.0002,727)" + id="path9895-5" + inkscape:connector-curvature="0" /><path + inkscape:connector-curvature="0" + d="m 325.39622,730 8.10398,8.10398 -0.89602,0.89602 -8.10398,-8.10398 z" + id="path2986-2-7" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;enable-background:accumulate" /></g><rect + y="2.6171874e-06" + x="0" + height="16" + width="16" + id="rect17883-29" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" /></g></svg>
\ No newline at end of file diff --git a/themes/Mint-Y-Dark/xfwm4/bottom-active.xpm b/themes/Mint-Y-Dark/xfwm4/bottom-active.xpm new file mode 100644 index 00000000..938416ff --- /dev/null +++ b/themes/Mint-Y-Dark/xfwm4/bottom-active.xpm @@ -0,0 +1,8 @@ +/* XPM */ +static char * bottom_active_xpm[] = { +"1 3 2 1", +" c None", +". c #2F2F2F", +".", +".", +"."}; diff --git a/themes/Mint-Y-Dark/xfwm4/bottom-inactive.xpm b/themes/Mint-Y-Dark/xfwm4/bottom-inactive.xpm new file mode 120000 index 00000000..9f106392 --- /dev/null +++ b/themes/Mint-Y-Dark/xfwm4/bottom-inactive.xpm @@ -0,0 +1 @@ +bottom-active.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Dark/xfwm4/bottom-left-active.xpm b/themes/Mint-Y-Dark/xfwm4/bottom-left-active.xpm new file mode 100644 index 00000000..1e2652f8 --- /dev/null +++ b/themes/Mint-Y-Dark/xfwm4/bottom-left-active.xpm @@ -0,0 +1,8 @@ +/* XPM */ +static char * bottom_left_active_xpm[] = { +"3 3 2 1", +" c None", +". c #2F2F2F", +"...", +"...", +"..."}; diff --git a/themes/Mint-Y-Dark/xfwm4/bottom-left-inactive.xpm b/themes/Mint-Y-Dark/xfwm4/bottom-left-inactive.xpm new file mode 120000 index 00000000..d70de34a --- /dev/null +++ b/themes/Mint-Y-Dark/xfwm4/bottom-left-inactive.xpm @@ -0,0 +1 @@ +bottom-left-active.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Dark/xfwm4/bottom-right-active.xpm b/themes/Mint-Y-Dark/xfwm4/bottom-right-active.xpm new file mode 100644 index 00000000..f08c031d --- /dev/null +++ b/themes/Mint-Y-Dark/xfwm4/bottom-right-active.xpm @@ -0,0 +1,8 @@ +/* XPM */ +static char * bottom_right_active_xpm[] = { +"3 3 2 1", +" c None", +". c #2F2F2F", +"...", +"...", +"..."}; diff --git a/themes/Mint-Y-Dark/xfwm4/bottom-right-inactive.xpm b/themes/Mint-Y-Dark/xfwm4/bottom-right-inactive.xpm new file mode 120000 index 00000000..d234cea5 --- /dev/null +++ b/themes/Mint-Y-Dark/xfwm4/bottom-right-inactive.xpm @@ -0,0 +1 @@ +bottom-right-active.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Dark/xfwm4/close-active.xpm b/themes/Mint-Y-Dark/xfwm4/close-active.xpm new file mode 100644 index 00000000..4e15ba13 --- /dev/null +++ b/themes/Mint-Y-Dark/xfwm4/close-active.xpm @@ -0,0 +1,70 @@ +/* XPM */ +static char *close_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 40 1", +" c #2F2F2F", +". c #373737", +"@ c #383B36", +"# c #677657", +"$ c #869E6E", +"% c #95B279", +"& c #859E6D", +"* c #667657", +"= c #535C49", +"- c #94B178", +"; c #92b372", +"> c #525D49", +", c #99B77C", +"' c #95B179", +") c #95B178", +"! c #383A36", +"~ c #313230", +"{ c #59654E", +"] c #99B77B", +"^ c #5B674F", +"/ c #303030", +"( c #667556", +"_ c #879F6E", +": c #647355", +"< c #57624C", +"[ c #58634C", +"} c #606E52", +"| c #627054", +"1 c #5F6D52", +"2 c #56624B", +"3 c #535D49", +"4 c #99B67B", +"5 c #59644D", +"6 c #657456", +"7 c #58644D", +"8 c #687858", +"9 c #94B078", +"0 c #373935", +"a c #525B48", +"b c #859D6D", +/* pixels */ +"........................", +" ", +" ", +" ", +" ", +" @#$%%&*@ ", +" =-;;;;;;-> ", +" =,;;;;;;;;,> ", +" @-;;';;;;);;)! ", +" #;;;~{]]^/;;;( ", +" _;;;: <[ };;;& ", +" );;;;| 1;;;;- ", +" -;;;,2 34;;;) ", +" $;;;5 66 7;;;& ", +" *;;;@8;;8@;;;6 ", +" @-;;;;;;;;;;90 ", +" >,;;;;;;;;,a ", +" >);;;;;;9a ", +" !(b))b60 ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark/xfwm4/close-inactive.xpm b/themes/Mint-Y-Dark/xfwm4/close-inactive.xpm new file mode 100644 index 00000000..b1a0598f --- /dev/null +++ b/themes/Mint-Y-Dark/xfwm4/close-inactive.xpm @@ -0,0 +1,53 @@ +/* XPM */ +static char *close_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 23 1", +" c #2F2F2F", +". c #373737", +"@ c #343434", +"# c #4C4C4C", +"$ c #5C5C5C", +"% c #646464", +"& c #5B5B5B", +"* c #4B4B4B", +"= c #414141", +"- c #636363", +"; c #666666", +"> c #424242", +", c #303030", +"' c #454545", +") c #656565", +"! c #464646", +"~ c #4A4A4A", +"{ c #434343", +"] c #444444", +"^ c #484848", +"/ c #494949", +"( c #4D4D4D", +"_ c #333333", +/* pixels */ +"........................", +" ", +" ", +" ", +" ", +" @#$%%&*@ ", +" =-;;;;;;-> ", +" =;;;;;;;;;;> ", +" @-;;%;;;;-;;-@ ", +" #;;;,'))!,;;;* ", +" $;;;~ {] ^;;;& ", +" -;;;;/ ^;;;;- ", +" -;;;;{ =);;;- ", +" $;;;' ** ];;;& ", +" *;;;@(;;(@;;;* ", +" @-;;;;;;;;;;-_ ", +" >;;;;;;;;;;= ", +" >-;;;;;;-= ", +" @*&--&*_ ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark/xfwm4/close-prelight.xpm b/themes/Mint-Y-Dark/xfwm4/close-prelight.xpm new file mode 100644 index 00000000..22136890 --- /dev/null +++ b/themes/Mint-Y-Dark/xfwm4/close-prelight.xpm @@ -0,0 +1,69 @@ +/* XPM */ +static char *close_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 39 1", +" c #2F2F2F", +". c #373737", +"@ c #3A3C38", +"# c #728064", +"$ c #97AD82", +"% c #A9C391", +"& c #96AC81", +"* c #717F64", +"= c #5A6351", +"- c #A8C28F", +"; c #AFCA95", +"> c #5A6251", +", c #AEC994", +"' c #A9C290", +") c #A8C290", +"! c #313231", +"~ c #626C57", +"{ c #AEC894", +"] c #636E59", +"^ c #303130", +"/ c #707E63", +"( c #98AE83", +"_ c #6E7C62", +": c #5F6955", +"< c #606A56", +"[ c #6A765E", +"} c #6C7960", +"| c #69755D", +"1 c #5E6854", +"2 c #ADC894", +"3 c #616B57", +"4 c #6F7D62", +"5 c #606B56", +"6 c #738165", +"7 c #707D62", +"8 c #A8C18F", +"9 c #393B37", +"0 c #586150", +"a c #96AB81", +/* pixels */ +"........................", +" ", +" ", +" ", +" ", +" @#$%%&*@ ", +" =-;;;;;;-> ", +" =,;;;;;;;;,> ", +" @-;;';;;;);;)@ ", +" #;;;!~{{]^;;;/ ", +" (;;;_ :< [;;;& ", +" ';;;;} |;;;;- ", +" -;;;,1 =2;;;) ", +" $;;;3 44 5;;;& ", +" *;;;@6;;6@;;;7 ", +" @-;;;;;;;;;;89 ", +" >,;;;;;;;;,0 ", +" >);;;;;;80 ", +" @/a''a79 ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark/xfwm4/close-pressed.xpm b/themes/Mint-Y-Dark/xfwm4/close-pressed.xpm new file mode 100644 index 00000000..4adb7cdb --- /dev/null +++ b/themes/Mint-Y-Dark/xfwm4/close-pressed.xpm @@ -0,0 +1,63 @@ +/* XPM */ +static char *close_pressed[] = { +/* columns rows colors chars-per-pixel */ +"24 24 34 1", +" c #2F2F2F", +". c #373737", +"@ c #363833", +"# c #576648", +"$ c #6D8455", +"% c #78935C", +"& c #6C8455", +"* c #566547", +"= c #48523F", +"- c #77925B", +"; c #7B985E", +"> c #49523F", +", c #7B975E", +"' c #77935C", +") c #303130", +"! c #4D5942", +"~ c #7A975D", +"{ c #4E5A42", +"] c #303030", +"^ c #566447", +"/ c #6D8556", +"( c #556346", +"_ c #4B5640", +": c #4C5741", +"< c #525F44", +"[ c #536146", +"} c #515F44", +"| c #7A975E", +"1 c #4D5841", +"2 c #556447", +"3 c #586748", +"4 c #353732", +"5 c #48513E", +"6 c #6C8355", +/* pixels */ +"........................", +" ", +" ", +" ", +" ", +" @#$%%&*@ ", +" =-;;;;;;-> ", +" =,;;;;;;;;,> ", +" @-;;%;;;;';;'@ ", +" #;;;)!~~{];;;^ ", +" /;;;( _: <;;;& ", +" ';;;;[ };;;;- ", +" -;;;,_ =|;;;' ", +" $;;;1 22 :;;;& ", +" *;;;@3;;3@;;;2 ", +" @-;;;;;;;;;;-4 ", +" >,;;;;;;;;,5 ", +" >';;;;;;-5 ", +" @^6''624 ", +" ", +" ", +" ", +" ", +" "}; diff --git a/themes/Mint-Y-Dark/xfwm4/hide-active.xpm b/themes/Mint-Y-Dark/xfwm4/hide-active.xpm new file mode 100644 index 00000000..79239a2a --- /dev/null +++ b/themes/Mint-Y-Dark/xfwm4/hide-active.xpm @@ -0,0 +1,33 @@ +/* XPM */ +static char *hide_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 3 1 ", +" c #2F2F2F", +". c #373737", +"X c #909090", +/* pixels */ +"........................", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" XXXXXX ", +" XXXXXX ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark/xfwm4/hide-inactive.xpm b/themes/Mint-Y-Dark/xfwm4/hide-inactive.xpm new file mode 100644 index 00000000..0bfa3d35 --- /dev/null +++ b/themes/Mint-Y-Dark/xfwm4/hide-inactive.xpm @@ -0,0 +1,33 @@ +/* XPM */ +static char *hide_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 3 1 ", +" c #2F2F2F", +". c #373737", +"X c gray40", +/* pixels */ +"........................", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" XXXXXX ", +" XXXXXX ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark/xfwm4/hide-prelight.xpm b/themes/Mint-Y-Dark/xfwm4/hide-prelight.xpm new file mode 100644 index 00000000..f1078f48 --- /dev/null +++ b/themes/Mint-Y-Dark/xfwm4/hide-prelight.xpm @@ -0,0 +1,40 @@ +/* XPM */ +static char *hide_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 10 1 ", +" c #272727", +". c #2A2A2A", +"X c #2F2F2F", +"o c #323232", +"O c #373737", +"+ c #434343", +"@ c #444444", +"# c #4B4B4B", +"$ c #4C4C4C", +"% c gray77", +/* pixels */ +"OOOOOOOOOOOOOOOOOOOOOOOO", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXoX XoXXXXXXXXX", +"XXXXXXXo.O@##@O.oXXXXXXX", +"XXXXXXo.@#$$$$#+.oXXXXXX", +"XXXXXo.@$$$$$$$$@.oXXXXX", +"XXXXXoO$$$$$$$$$#OoXXXXX", +"XXXXX.+$$$$$$$$$$+.XXXXX", +"XXXXX.#$$%%%%%%$## XXXXX", +"XXXXX.##$%%%%%%$$# XXXXX", +"XXXXX.+#$$$$$$$$#+XXXXXX", +"XXXXXoO$$$$$$$$$#OoXXXXX", +"XXXXXo.@$$$$$$$$+.XXXXXX", +"XXXXXXo.@$$#$$#@.oXXXXXX", +"XXXXXXXo O+##+O.ooXXXXXX", +"XXXXXXXXXoX XXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX" +}; diff --git a/themes/Mint-Y-Dark/xfwm4/hide-pressed.xpm b/themes/Mint-Y-Dark/xfwm4/hide-pressed.xpm new file mode 100644 index 00000000..9ad93022 --- /dev/null +++ b/themes/Mint-Y-Dark/xfwm4/hide-pressed.xpm @@ -0,0 +1,44 @@ +/* XPM */ +static char *hide_pressed[] = { +/* columns rows colors chars-per-pixel */ +"24 24 14 1 ", +" c #2A2A2A", +". c #2F2F2F", +"X c #323232", +"o c #373737", +"O c gray22", +"+ c gray26", +"@ c #444444", +"# c #555555", +"$ c #565656", +"% c #7B7B7B", +"& c gray50", +"* c #8E8E8E", +"= c gray58", +"- c white", +/* pixels */ +"oooooooooooooooooooooooo", +"........................", +"........................", +"........................", +".........X..............", +"........o+o O+o........", +".......+.$%*=%$.+.......", +"......+X&======&X+......", +".....o.&========&.X.....", +".....+$==========$+.....", +".....o&==========%o.....", +"..... *==------=== .....", +"..... *==------==* .....", +".....o&==========%o.....", +".....+$==========$+.....", +".....o.&========&.o.....", +"......+X&======&X+......", +".......+.$%**%$.+.......", +"........o+o o+o........", +"..........X...X.........", +"........................", +"........................", +"........................", +"........................" +}; diff --git a/themes/Mint-Y-Dark/xfwm4/left-active.xpm b/themes/Mint-Y-Dark/xfwm4/left-active.xpm new file mode 100644 index 00000000..2103096c --- /dev/null +++ b/themes/Mint-Y-Dark/xfwm4/left-active.xpm @@ -0,0 +1,6 @@ +/* XPM */ +static char * left_active_xpm[] = { +"3 1 2 1", +" c None", +". c #2F2F2F", +"..."}; diff --git a/themes/Mint-Y-Dark/xfwm4/left-inactive.xpm b/themes/Mint-Y-Dark/xfwm4/left-inactive.xpm new file mode 120000 index 00000000..ebcf4903 --- /dev/null +++ b/themes/Mint-Y-Dark/xfwm4/left-inactive.xpm @@ -0,0 +1 @@ +left-active.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Dark/xfwm4/maximize-active.xpm b/themes/Mint-Y-Dark/xfwm4/maximize-active.xpm new file mode 100644 index 00000000..3ee3f0b3 --- /dev/null +++ b/themes/Mint-Y-Dark/xfwm4/maximize-active.xpm @@ -0,0 +1,38 @@ +/* XPM */ +static char *maximize_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 8 1 ", +" c #2F2F2F", +". c gray19", +"X c #373737", +"o c gray43", +"O c #717171", +"+ c #747474", +"@ c gray49", +"# c #909090", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ... ", +" .O##@ ", +" ...O## ", +" .+...o# ", +" .#+. .o ", +" .##O... ", +" .@##O.. ", +" .. . ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark/xfwm4/maximize-inactive.xpm b/themes/Mint-Y-Dark/xfwm4/maximize-inactive.xpm new file mode 100644 index 00000000..40dd9865 --- /dev/null +++ b/themes/Mint-Y-Dark/xfwm4/maximize-inactive.xpm @@ -0,0 +1,38 @@ +/* XPM */ +static char *maximize_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 8 1 ", +" c #2F2F2F", +". c gray19", +"X c #373737", +"o c #535353", +"O c #565656", +"+ c #5B5B5B", +"@ c gray36", +"# c gray40", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" O##+ ", +" . .o## ", +" .O.. o# ", +" .#O. o ", +" .##o. . ", +" @##O. ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark/xfwm4/maximize-prelight.xpm b/themes/Mint-Y-Dark/xfwm4/maximize-prelight.xpm new file mode 100644 index 00000000..b04d285d --- /dev/null +++ b/themes/Mint-Y-Dark/xfwm4/maximize-prelight.xpm @@ -0,0 +1,45 @@ +/* XPM */ +static char *maximize_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 15 1 ", +" c #272727", +". c #2A2A2A", +"X c #2F2F2F", +"o c #323232", +"O c #373737", +"+ c #434343", +"@ c #444444", +"# c #4B4B4B", +"$ c #4C4C4C", +"% c gray31", +"& c #9A9A9A", +"* c #9D9D9D", +"= c #A0A0A0", +"- c #AEAEAE", +"; c gray77", +/* pixels */ +"OOOOOOOOOOOOOOOOOOOOOOOO", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXoX XoXXXXXXXXX", +"XXXXXXXo.O@##@O.oXXXXXXX", +"XXXXXXo.@#$$$$#+.oXXXXXX", +"XXXXXo.@$$$$$$$$@.oXXXXX", +"XXXXXoO$$$%*;;-$#OoXXXXX", +"XXXXX.+$$$$%*;;$$+.XXXXX", +"XXXXX.##$=%$$*;$## XXXXX", +"XXXXX ##$;=%$$*$$# XXXXX", +"XXXXo.+#$;;*$$$$#+XXXXXX", +"XXXXXoO$$-;;*%$$#OoXXXXX", +"XXXXooX@$$$$$$$$+.XXXXXX", +"XXXXXXo.@$$#$$#@.oXXXXXX", +"XXXXXXXo O+##+O.ooXXXXXX", +"XXXXXXXXXoX XXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX" +}; diff --git a/themes/Mint-Y-Dark/xfwm4/maximize-pressed.xpm b/themes/Mint-Y-Dark/xfwm4/maximize-pressed.xpm new file mode 100644 index 00000000..2bf4b7fe --- /dev/null +++ b/themes/Mint-Y-Dark/xfwm4/maximize-pressed.xpm @@ -0,0 +1,49 @@ +/* XPM */ +static char *maximize_pressed[] = { +/* columns rows colors chars-per-pixel */ +"24 24 19 1 ", +" c #2A2A2A", +". c #2F2F2F", +"X c #323232", +"o c #373737", +"O c gray22", +"+ c gray26", +"@ c #444444", +"# c #555555", +"$ c #565656", +"% c #7B7B7B", +"& c gray50", +"* c #8E8E8E", +"= c gray58", +"- c #979797", +"; c #DADADA", +": c #DDDDDD", +"> c gray88", +", c #EAEAEA", +"< c white", +/* pixels */ +"oooooooooooooooooooooooo", +"........................", +"........................", +"........................", +".........X..............", +"........o+o O+o........", +".......+.$%*=%$.+.......", +"......+X&======&X+......", +".....o.&========&.X.....", +".....+$====:<<,==$+.....", +".....o&===--:<<==%o.....", +"..... *==:-==;<=== .....", +"..... *==<>===:==* .....", +"....XO&=-<<;-====%o.....", +".....O#*=,<<:====$+.....", +".....o.*========&.o.....", +"......+X&======&X+......", +".......+.$%**%$.+.......", +"........o+O o+o........", +"..........X...X.........", +"........................", +"........................", +"........................", +"........................" +}; diff --git a/themes/Mint-Y-Dark/xfwm4/menu-active.xpm b/themes/Mint-Y-Dark/xfwm4/menu-active.xpm new file mode 100644 index 00000000..5df0a0b9 --- /dev/null +++ b/themes/Mint-Y-Dark/xfwm4/menu-active.xpm @@ -0,0 +1,43 @@ +/* XPM */ +static char *menu_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 13 1 ", +" c #2F2F2F", +". c #373737", +"X c #3C3C3C", +"o c #4B4B4B", +"O c #555555", +"+ c #585858", +"@ c #646464", +"# c gray43", +"$ c #717171", +"% c #7C7C7C", +"& c #838383", +"* c #8B8B8B", +"= c #909090", +/* pixels */ +"........................", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" &%o o%& ", +" #=*@@*=# ", +" O&==&+ ", +" X$$X ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark/xfwm4/menu-inactive.xpm b/themes/Mint-Y-Dark/xfwm4/menu-inactive.xpm new file mode 100644 index 00000000..7feecf2e --- /dev/null +++ b/themes/Mint-Y-Dark/xfwm4/menu-inactive.xpm @@ -0,0 +1,41 @@ +/* XPM */ +static char *menu_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 11 1 ", +" c #2F2F2F", +". c #373737", +"X c #3F3F3F", +"o c gray28", +"O c gray30", +"+ c gray32", +"@ c #555555", +"# c #5A5A5A", +"$ c gray37", +"% c gray39", +"& c #676767", +/* pixels */ +"........................", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" $#X X#$ ", +" +&%OO%&+ ", +" o$&&$o ", +" .@@. ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark/xfwm4/menu-prelight.xpm b/themes/Mint-Y-Dark/xfwm4/menu-prelight.xpm new file mode 100644 index 00000000..1b50b007 --- /dev/null +++ b/themes/Mint-Y-Dark/xfwm4/menu-prelight.xpm @@ -0,0 +1,64 @@ +/* XPM */ +static char *menu_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 34 1", +". c #373737", +" c #2F2F2F", +"@ c #313131", +"# c #323232", +"$ c #2C2C2C", +"% c #272727", +"& c #333333", +"* c #292929", +"= c #454545", +"- c #4B4B4B", +"; c #363636", +"> c #2A2A2A", +", c #464646", +"' c #4C4C4C", +") c #2B2B2B", +"! c #444444", +"~ c #B4B4B4", +"{ c #AAAAAA", +"] c #6E6E6E", +"^ c #434343", +"/ c #4A4A4A", +"( c #9B9B9B", +"_ c #C3C3C3", +": c #BFBFBF", +"< c #8E8E8E", +"[ c #282828", +"} c #7A7A7A", +"| c #B2B2B2", +"1 c #C4C4C4", +"2 c #7D7D7D", +"3 c #5A5A5A", +"4 c #9C9C9C", +"5 c #303030", +"6 c #2D2D2D", +/* pixels */ +"........................", +" ", +" ", +" ", +" ", +" @#$%%$#@ ", +" &*.=--=;*& ", +" &>,''''''=)& ", +" @*,''''''''=*# ", +" #.'''''''''';@ ", +" $!'~{]'']{~'^$ ", +" %/'(_:<<:_('/[ ", +" [/''}|11~2''/[ ", +" $!'''3443'''^$ ", +" #;'''''''''';@ ", +" @*=''''''''=*5 ", +" &>=''''''=)# ", +" &*;^//!;*# ", +" #@6%%6@5 ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark/xfwm4/menu-pressed.xpm b/themes/Mint-Y-Dark/xfwm4/menu-pressed.xpm new file mode 100644 index 00000000..31c747f2 --- /dev/null +++ b/themes/Mint-Y-Dark/xfwm4/menu-pressed.xpm @@ -0,0 +1,51 @@ +/* XPM */ +static char *menu_pressed[] = { +/* columns rows colors chars-per-pixel */ +"24 24 21 1 ", +" c #2A2A2A", +". c #2F2F2F", +"X c #323232", +"o c #373737", +"O c gray22", +"+ c gray26", +"@ c #565656", +"# c #7B7B7B", +"$ c gray50", +"% c #8E8E8E", +"& c gray58", +"* c #959595", +"= c gray62", +"- c #B1B1B1", +"; c gray74", +": c #C8C8C8", +"> c gray88", +", c gray89", +"< c gray96", +"1 c gray99", +"2 c #FEFEFE", +/* pixels */ +"oooooooooooooooooooooooo", +"........................", +"........................", +"........................", +".........X..............", +"........o+o O+o........", +".......+.@#%&#@.+.......", +"......+X$&&&&&&$X+......", +".....o.$&&&&&&&&$.o.....", +".....+@&&&&&&&&&&@+.....", +".....o$&:2:&&:2:&$O.....", +"..... %&;22,,22;&% .....", +"..... %&&-<22<-&&% .....", +".....o$&&&=,,=&&&#O.....", +".....+@%&&&&&&&&&@+.....", +".....o %&&&&&&&&$.o.....", +"......+X$&&&&&&$X+......", +".......+.@#%%#@.+.......", +"........o+o o+o........", +"..........X.............", +"........................", +"........................", +"........................", +"........................" +}; diff --git a/themes/Mint-Y-Dark/xfwm4/right-active.xpm b/themes/Mint-Y-Dark/xfwm4/right-active.xpm new file mode 100644 index 00000000..e8e87a96 --- /dev/null +++ b/themes/Mint-Y-Dark/xfwm4/right-active.xpm @@ -0,0 +1,6 @@ +/* XPM */ +static char * right_active_xpm[] = { +"3 1 2 1", +" c None", +". c #2F2F2F", +"..."}; diff --git a/themes/Mint-Y-Dark/xfwm4/right-inactive.xpm b/themes/Mint-Y-Dark/xfwm4/right-inactive.xpm new file mode 120000 index 00000000..6734f48a --- /dev/null +++ b/themes/Mint-Y-Dark/xfwm4/right-inactive.xpm @@ -0,0 +1 @@ +right-active.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Dark/xfwm4/shade-active.xpm b/themes/Mint-Y-Dark/xfwm4/shade-active.xpm new file mode 100644 index 00000000..7c80f9ea --- /dev/null +++ b/themes/Mint-Y-Dark/xfwm4/shade-active.xpm @@ -0,0 +1,37 @@ +/* XPM */ +static char *shade_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 7 1 ", +" c #2F2F2F", +". c gray19", +"X c #373737", +"o c #5F5F5F", +"O c gray39", +"+ c #8E8E8E", +"@ c #909090", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" O+@@@@+O ", +" +@@@@@ + ", +" @@@@@@+@ ", +" oO ", +" o@@O ", +" o@@@@O ", +" @@ ", +" @@ ", +" .. ", +" ", +" ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark/xfwm4/shade-inactive.xpm b/themes/Mint-Y-Dark/xfwm4/shade-inactive.xpm new file mode 100644 index 00000000..14d0a3a7 --- /dev/null +++ b/themes/Mint-Y-Dark/xfwm4/shade-inactive.xpm @@ -0,0 +1,37 @@ +/* XPM */ +static char *shade_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 7 1", +". c #373737", +" c #2F2F2F", +"@ c #4C4C4C", +"# c #656565", +"$ c #666666", +"% c #646464", +"& c #4A4A4A", +/* pixels */ +"........................", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" @#$$$$#@ ", +" #$$$$$ % ", +" $$$$$$$$ ", +" &@ ", +" &$$@ ", +" &$$$$@ ", +" $$ ", +" $$ ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark/xfwm4/shade-prelight.xpm b/themes/Mint-Y-Dark/xfwm4/shade-prelight.xpm new file mode 100644 index 00000000..51325cd7 --- /dev/null +++ b/themes/Mint-Y-Dark/xfwm4/shade-prelight.xpm @@ -0,0 +1,56 @@ +/* XPM */ +static char *shade_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 26 1", +". c #373737", +" c #2F2F2F", +"@ c #313131", +"# c #323232", +"$ c #2C2C2C", +"% c #272727", +"& c #333333", +"* c #292929", +"= c #454545", +"- c #4B4B4B", +"; c #363636", +"> c #2A2A2A", +", c #464646", +"' c #4C4C4C", +") c #2B2B2B", +"! c #8C8C8C", +"~ c #C1C1C1", +"{ c #C4C4C4", +"] c #8B8B8B", +"^ c #444444", +"/ c #434343", +"( c #4A4A4A", +"_ c #888888", +": c #282828", +"< c #303030", +"[ c #2D2D2D", +/* pixels */ +"........................", +" ", +" ", +" ", +" ", +" @#$%%$#@ ", +" &*.=--=;*& ", +" &>,''''''=)& ", +" @*,!~{{{{~]=*# ", +" #.'~{{{{{'~';@ ", +" $^'{{{{{{{{'/$ ", +" %(''''_!''''(: ", +" :('''_{{!'''(: ", +" $^''_{{{{!''/$ ", +" #;''''{{'''';@ ", +" @*='''{{'''=*< ", +" &>=''''''=)# ", +" &*;/((^;*# ", +" #@[%%[@< ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark/xfwm4/shade-pressed.xpm b/themes/Mint-Y-Dark/xfwm4/shade-pressed.xpm new file mode 100644 index 00000000..73f6361a --- /dev/null +++ b/themes/Mint-Y-Dark/xfwm4/shade-pressed.xpm @@ -0,0 +1,51 @@ +/* XPM */ +static char *shade_pressed[] = { +/* columns rows colors chars-per-pixel */ +"24 24 21 1", +". c #373737", +" c #2F2F2F", +"@ c #383838", +"# c #646464", +"$ c #818181", +"% c #909090", +"& c #636363", +"* c #515151", +"= c #8E8E8E", +"- c #949494", +"; c #939393", +"> c #CDCDCD", +", c #FCFCFC", +"' c #FFFFFF", +") c #CCCCCC", +"! c #8F8F8F", +"~ c #626262", +"{ c #828282", +"] c #CACACA", +"^ c #505050", +"/ c #808080", +/* pixels */ +"........................", +" ", +" ", +" ", +" ", +" @#$%%$&@ ", +" *=------=* ", +" *;--------;* ", +" @=->,'''',)-!@ ", +" #--,'''''-,--~ ", +" {--''''''''--$ ", +" !-----]>-----= ", +" =----]''>----! ", +" $---]''''>---$ ", +" &-----''-----~ ", +" @=----''----=. ", +" *;--------;^ ", +" *!------=^ ", +" @~/!!/~. ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark/xfwm4/shade-toggled-active.xpm b/themes/Mint-Y-Dark/xfwm4/shade-toggled-active.xpm new file mode 100644 index 00000000..659b9ae1 --- /dev/null +++ b/themes/Mint-Y-Dark/xfwm4/shade-toggled-active.xpm @@ -0,0 +1,38 @@ +/* XPM */ +static char *shade_toggled_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 8 1", +". c #373737", +" c #2F2F2F", +"@ c #303030", +"# c #636363", +"$ c #8E8E8E", +"% c #909090", +"& c #626262", +"* c #8D8D8D", +/* pixels */ +"........................", +" ", +" ", +" ", +" ", +" ", +" ", +" @@ ", +" #$%%%%$& ", +" $%%%%% * ", +" %%%%%%%% ", +" %% %% ", +" %% %% ", +" %% %% ", +" %%%%%%%% ", +" %%%%%%%% ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark/xfwm4/shade-toggled-inactive.xpm b/themes/Mint-Y-Dark/xfwm4/shade-toggled-inactive.xpm new file mode 100644 index 00000000..a9bdad5c --- /dev/null +++ b/themes/Mint-Y-Dark/xfwm4/shade-toggled-inactive.xpm @@ -0,0 +1,36 @@ +/* XPM */ +static char *shade_toggled_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 6 1", +". c #373737", +" c #2F2F2F", +"@ c #4C4C4C", +"# c #656565", +"$ c #666666", +"% c #646464", +/* pixels */ +"........................", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" @#$$$$#@ ", +" #$$$$$ % ", +" $$$$$$$$ ", +" $$ $$ ", +" $$ $$ ", +" $$ $$ ", +" $$$$$$$$ ", +" $$$$$$$$ ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark/xfwm4/shade-toggled-prelight.xpm b/themes/Mint-Y-Dark/xfwm4/shade-toggled-prelight.xpm new file mode 100644 index 00000000..1adc9ecf --- /dev/null +++ b/themes/Mint-Y-Dark/xfwm4/shade-toggled-prelight.xpm @@ -0,0 +1,55 @@ +/* XPM */ +static char *shade_toggled_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 25 1", +". c #373737", +" c #2F2F2F", +"@ c #313131", +"# c #323232", +"$ c #2C2C2C", +"% c #272727", +"& c #333333", +"* c #292929", +"= c #454545", +"- c #4B4B4B", +"; c #363636", +"> c #2A2A2A", +", c #464646", +"' c #4C4C4C", +") c #2B2B2B", +"! c #8C8C8C", +"~ c #C1C1C1", +"{ c #C4C4C4", +"] c #8B8B8B", +"^ c #444444", +"/ c #434343", +"( c #4A4A4A", +"_ c #282828", +": c #303030", +"< c #2D2D2D", +/* pixels */ +"........................", +" ", +" ", +" ", +" ", +" @#$%%$#@ ", +" &*.=--=;*& ", +" &>,''''''=)& ", +" @*,!~{{{{~]=*# ", +" #.'~{{{{{'~';@ ", +" $^'{{{{{{{{'/$ ", +" %('{{''''{{'(_ ", +" _('{{''''{{'(_ ", +" $^'{{''''{{'/$ ", +" #;'{{{{{{{{';@ ", +" @*={{{{{{{{=*: ", +" &>=''''''=)# ", +" &*;/((^;*# ", +" #@<%%<@: ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark/xfwm4/shade-toggled-pressed.xpm b/themes/Mint-Y-Dark/xfwm4/shade-toggled-pressed.xpm new file mode 100644 index 00000000..a4c334d6 --- /dev/null +++ b/themes/Mint-Y-Dark/xfwm4/shade-toggled-pressed.xpm @@ -0,0 +1,50 @@ +/* XPM */ +static char *shade_toggled_pressed[] = { +/* columns rows colors chars-per-pixel */ +"24 24 20 1", +". c #373737", +" c #2F2F2F", +"@ c #383838", +"# c #646464", +"$ c #818181", +"% c #909090", +"& c #636363", +"* c #515151", +"= c #8E8E8E", +"- c #949494", +"; c #939393", +"> c #CDCDCD", +", c #FCFCFC", +"' c #FFFFFF", +") c #CCCCCC", +"! c #8F8F8F", +"~ c #626262", +"{ c #828282", +"] c #505050", +"^ c #808080", +/* pixels */ +"........................", +" ", +" ", +" ", +" ", +" @#$%%$&@ ", +" *=------=* ", +" *;--------;* ", +" @=->,'''',)-!@ ", +" #--,'''''-,--~ ", +" {--''''''''--$ ", +" !--''----''--= ", +" =--''----''--! ", +" $--''----''--$ ", +" &--''''''''--~ ", +" @=-''''''''-=. ", +" *;--------;] ", +" *!------=] ", +" @~^!!^~. ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark/xfwm4/stick-active.xpm b/themes/Mint-Y-Dark/xfwm4/stick-active.xpm new file mode 100644 index 00000000..70147047 --- /dev/null +++ b/themes/Mint-Y-Dark/xfwm4/stick-active.xpm @@ -0,0 +1,44 @@ +/* XPM */ +static char *stick_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 14 1", +". c #373737", +" c #2F2F2F", +"@ c #707070", +"# c #808080", +"$ c #5F5F5F", +"% c #404040", +"& c #4F4F4F", +"* c #888888", +"= c #909090", +"- c #878787", +"; c #727272", +"> c #606060", +", c #4C4C4C", +"' c #393939", +/* pixels */ +"........................", +" ", +" ", +" ", +" ", +" ", +" ", +" .@ ", +" #$%&*= ", +" ====== ", +" ====== ", +" ======-;>,' ", +" ====== ", +" ====== ", +" #$%&*= ", +" .@ ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark/xfwm4/stick-inactive.xpm b/themes/Mint-Y-Dark/xfwm4/stick-inactive.xpm new file mode 100644 index 00000000..19d356ae --- /dev/null +++ b/themes/Mint-Y-Dark/xfwm4/stick-inactive.xpm @@ -0,0 +1,44 @@ +/* XPM */ +static char *stick_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 14 1", +". c #373737", +" c #2F2F2F", +"@ c #343434", +"# c #545454", +"$ c #5D5D5D", +"% c #4A4A4A", +"& c #393939", +"* c #414141", +"= c #626262", +"- c #666666", +"; c #616161", +"> c #555555", +", c #4B4B4B", +"' c #3F3F3F", +/* pixels */ +"........................", +" ", +" ", +" ", +" ", +" ", +" ", +" @# ", +" $%&*=- ", +" ------ ", +" ------ ", +" ------;>,'@ ", +" ------ ", +" ------ ", +" $%&*=- ", +" @# ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark/xfwm4/stick-prelight.xpm b/themes/Mint-Y-Dark/xfwm4/stick-prelight.xpm new file mode 100644 index 00000000..a93a81a5 --- /dev/null +++ b/themes/Mint-Y-Dark/xfwm4/stick-prelight.xpm @@ -0,0 +1,64 @@ +/* XPM */ +static char *stick_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 34 1", +". c #373737", +" c #2F2F2F", +"@ c #313131", +"# c #323232", +"$ c #2C2C2C", +"% c #272727", +"& c #333333", +"* c #292929", +"= c #454545", +"- c #4B4B4B", +"; c #363636", +"> c #2A2A2A", +", c #464646", +"' c #4C4C4C", +") c #565656", +"! c #9C9C9C", +"~ c #2B2B2B", +"{ c #B1B1B1", +"] c #888888", +"^ c #606060", +"/ c #747474", +"( c #BABABA", +"_ c #C4C4C4", +": c #444444", +"< c #434343", +"[ c #4A4A4A", +"} c #B9B9B9", +"| c #9F9F9F", +"1 c #898989", +"2 c #6E6E6E", +"3 c #383838", +"4 c #282828", +"5 c #303030", +"6 c #2D2D2D", +/* pixels */ +"........................", +" ", +" ", +" ", +" ", +" @#$%%$#@ ", +" &*.=--=;*& ", +" &>,''')!'=~& ", +" @*,{]^/(_''=*# ", +" #.'______''';@ ", +" $:'______'''<$ ", +" %['______}|123 ", +" 4['______'''[4 ", +" $:'______'''<$ ", +" #;'{]^/(_''';@ ", +" @*='''')!''=*5 ", +" &>=''''''=~# ", +" &*;<[[:;*# ", +" #@6%%6@5 ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark/xfwm4/stick-pressed.xpm b/themes/Mint-Y-Dark/xfwm4/stick-pressed.xpm new file mode 100644 index 00000000..99027c5a --- /dev/null +++ b/themes/Mint-Y-Dark/xfwm4/stick-pressed.xpm @@ -0,0 +1,58 @@ +/* XPM */ +static char *stick_pressed[] = { +/* columns rows colors chars-per-pixel */ +"24 24 28 1", +". c #373737", +" c #2F2F2F", +"@ c #383838", +"# c #646464", +"$ c #818181", +"% c #909090", +"& c #636363", +"* c #515151", +"= c #8E8E8E", +"- c #949494", +"; c #939393", +"> c #9D9D9D", +", c #DBDBDB", +"' c #EDEDED", +") c #CACACA", +"! c #A6A6A6", +"~ c #B8B8B8", +"{ c #F6F6F6", +"] c #FFFFFF", +"^ c #8F8F8F", +"/ c #626262", +"( c #828282", +"_ c #F5F5F5", +": c #DEDEDE", +"< c #B3B3B3", +"[ c #9A9A9A", +"} c #505050", +"| c #808080", +/* pixels */ +"........................", +" ", +" ", +" ", +" ", +" @#$%%$&@ ", +" *=------=* ", +" *;---->,--;* ", +" @=-')!~{]---^@ ", +" #--]]]]]]----/ ", +" (--]]]]]]----$ ", +" ^--]]]]]]_:)<[ ", +" =--]]]]]]----^ ", +" $--]]]]]]----$ ", +" &--')!~{]----/ ", +" @=----->,---=. ", +" *;--------;} ", +" *^------=} ", +" @/|^^|/. ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark/xfwm4/stick-toggled-active.xpm b/themes/Mint-Y-Dark/xfwm4/stick-toggled-active.xpm new file mode 100644 index 00000000..56457952 --- /dev/null +++ b/themes/Mint-Y-Dark/xfwm4/stick-toggled-active.xpm @@ -0,0 +1,56 @@ +/* XPM */ +static char *stick_toggled_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 26 1", +". c #373737", +" c #2F2F2F", +"@ c #404040", +"# c #777777", +"$ c #363636", +"% c #707070", +"& c #7D7D7D", +"* c #818181", +"= c #4D4D4D", +"- c #888888", +"; c #909090", +"> c #464646", +", c #7E7E7E", +"' c #474747", +") c #898989", +"! c #484848", +"~ c #7F7F7F", +"{ c #808080", +"] c #727272", +"^ c #606060", +"/ c #4C4C4C", +"( c #393939", +"_ c #5F5F5F", +": c #4F4F4F", +"< c #7C7C7C", +"[ c #686868", +/* pixels */ +"........................", +" ", +" ", +" ", +" ", +" ", +" ", +" @#$ .% ", +" $&*$=-; ", +" >,*'); ", +" )!~{') ", +" ;)>,*'{]^/( ", +" ;;)!~{$ ", +" ;;;)',,$ ", +" {_@:*'<,$ ", +" .[$#@ ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark/xfwm4/stick-toggled-inactive.xpm b/themes/Mint-Y-Dark/xfwm4/stick-toggled-inactive.xpm new file mode 100644 index 00000000..3525b090 --- /dev/null +++ b/themes/Mint-Y-Dark/xfwm4/stick-toggled-inactive.xpm @@ -0,0 +1,53 @@ +/* XPM */ +static char *stick_toggled_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 23 1", +". c #373737", +" c #2F2F2F", +"@ c #393939", +"# c #585858", +"$ c #333333", +"% c #343434", +"& c #545454", +"* c #5B5B5B", +"= c #5E5E5E", +"- c #404040", +"; c #616161", +"> c #666666", +", c #3C3C3C", +"' c #5C5C5C", +") c #3D3D3D", +"! c #626262", +"~ c #5D5D5D", +"{ c #555555", +"] c #4B4B4B", +"^ c #3F3F3F", +"/ c #4A4A4A", +"( c #414141", +"_ c #4F4F4F", +/* pixels */ +"........................", +" ", +" ", +" ", +" ", +" ", +" ", +" @#$ %& ", +" $*=$-;> ", +" ,'=)!> ", +" !)'~)! ", +" >!,'=)~{]^% ", +" >>!)'~$ ", +" >>>!)''$ ", +" ~/@(=)*'$ ", +" %_$#@ ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark/xfwm4/stick-toggled-prelight.xpm b/themes/Mint-Y-Dark/xfwm4/stick-toggled-prelight.xpm new file mode 100644 index 00000000..df1fcfeb --- /dev/null +++ b/themes/Mint-Y-Dark/xfwm4/stick-toggled-prelight.xpm @@ -0,0 +1,79 @@ +/* XPM */ +static char *stick_toggled_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 49 1", +". c #373737", +" c #2F2F2F", +"@ c #313131", +"# c #323232", +"$ c #2C2C2C", +"% c #272727", +"& c #333333", +"* c #292929", +"= c #454545", +"- c #4B4B4B", +"; c #363636", +"> c #A3A3A3", +", c #555555", +"' c #4C4C4C", +") c #565656", +"! c #9C9C9C", +"~ c #2B2B2B", +"{ c #4E4E4E", +"] c #ACACAC", +"^ c #B0B0B0", +"/ c #707070", +"( c #BABABA", +"_ c #C4C4C4", +": c #686868", +"< c #AFAFAF", +"[ c #6A6A6A", +"} c #BBBBBB", +"| c #444444", +"1 c #BCBCBC", +"2 c #6B6B6B", +"3 c #AEAEAE", +"4 c #B1B1B1", +"5 c #434343", +"6 c #4A4A4A", +"7 c #9F9F9F", +"8 c #898989", +"9 c #6E6E6E", +"0 c #383838", +"a c #282828", +"b c #696969", +"c c #888888", +"d c #606060", +"e c #747474", +"f c #929292", +"g c #A5A5A5", +"h c #5B5B5B", +"i c #303030", +"j c #2A2A2A", +"k c #2D2D2D", +/* pixels */ +"........................", +" ", +" ", +" ", +" ", +" @#$%%$#@ ", +" &*.=--=;*& ", +" &=>,'')!'=~& ", +" @*{]^,/(_''=*# ", +" #.':<^[}_''';@ ", +" $|'1234[}'''5$ ", +" %6'_}:<^[^7890 ", +" a6'__1234,''6a ", +" $|'___}b<<,'5$ ", +" #;'4cde^b]<,;@ ", +" @*='''')f,gh*i ", +" &j=''''''=~# ", +" &*;566|;*# ", +" #@k%%k@i ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark/xfwm4/stick-toggled-pressed.xpm b/themes/Mint-Y-Dark/xfwm4/stick-toggled-pressed.xpm new file mode 100644 index 00000000..c6ab49e8 --- /dev/null +++ b/themes/Mint-Y-Dark/xfwm4/stick-toggled-pressed.xpm @@ -0,0 +1,70 @@ +/* XPM */ +static char *stick_toggled_pressed[] = { +/* columns rows colors chars-per-pixel */ +"24 24 40 1", +". c #373737", +" c #2F2F2F", +"@ c #383838", +"# c #646464", +"$ c #818181", +"% c #909090", +"& c #636363", +"* c #515151", +"= c #8E8E8E", +"- c #949494", +"; c #A6A6A6", +"> c #E3E3E3", +", c #9C9C9C", +"' c #9D9D9D", +") c #DBDBDB", +"! c #939393", +"~ c #9B9B9B", +"{ c #EAEAEA", +"] c #EEEEEE", +"^ c #B4B4B4", +"/ c #F6F6F6", +"( c #FFFFFF", +"_ c #8F8F8F", +": c #ADADAD", +"< c #ECECEC", +"[ c #AEAEAE", +"} c #F7F7F7", +"| c #626262", +"1 c #828282", +"2 c #F8F8F8", +"3 c #AFAFAF", +"4 c #EDEDED", +"5 c #DEDEDE", +"6 c #CACACA", +"7 c #B3B3B3", +"8 c #9A9A9A", +"9 c #B8B8B8", +"0 c #D3D3D3", +"a c #505050", +"b c #808080", +/* pixels */ +"........................", +" ", +" ", +" ", +" ", +" @#$%%$&@ ", +" *=------=* ", +" *;>,--')--!* ", +" @=~{],^/(---_@ ", +" #--:<][}(----| ", +" 1--23<][}----$ ", +" _--(}:<][45678 ", +" =--((23<],---_ ", +" $--(((}[<<,--$ ", +" &--46;9][{<,-| ", +" @=-----'0,>;=. ", +" *!--------!a ", +" *_------=a ", +" @|b__b|. ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark/xfwm4/themerc b/themes/Mint-Y-Dark/xfwm4/themerc new file mode 100644 index 00000000..b333fc90 --- /dev/null +++ b/themes/Mint-Y-Dark/xfwm4/themerc @@ -0,0 +1,25 @@ +button_offset=7 +button_spacing=4 +full_width_title=true +title_horizontal_offset=0 +title_vertical_offset_active=1 +title_vertical_offset_inactive=1 +title_shadow_active=false +title_shadow_inactive=false + +#button_layout=O|HMC + +active_text_color=#cfcfcf +#active_text_shadow_color=#e7e8eb +inactive_text_color=#bababa +#inactive_text_shadow_color=#e7e8eb + +#placement_ratio=20 +shadow_delta_height=2 +shadow_delta_width=0 +shadow_delta_x=0 +shadow_delta_y=-5 +shadow_opacity=50 + +show_frame_shadow=true +show_popup_shadow=true diff --git a/themes/Mint-Y-Dark/xfwm4/title-1-active.xpm b/themes/Mint-Y-Dark/xfwm4/title-1-active.xpm new file mode 100644 index 00000000..f38cd336 --- /dev/null +++ b/themes/Mint-Y-Dark/xfwm4/title-1-active.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * title_1_active_xpm[] = { +"24 24 3 1", +" c None", +". c #373737", +"+ c #2F2F2F", +"........................", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++"}; diff --git a/themes/Mint-Y-Dark/xfwm4/title-1-inactive.xpm b/themes/Mint-Y-Dark/xfwm4/title-1-inactive.xpm new file mode 120000 index 00000000..def55f78 --- /dev/null +++ b/themes/Mint-Y-Dark/xfwm4/title-1-inactive.xpm @@ -0,0 +1 @@ +title-1-active.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Dark/xfwm4/title-2-active.xpm b/themes/Mint-Y-Dark/xfwm4/title-2-active.xpm new file mode 100644 index 00000000..782c9217 --- /dev/null +++ b/themes/Mint-Y-Dark/xfwm4/title-2-active.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * title_2_active_xpm[] = { +"24 24 3 1", +" c None", +". c #373737", +"+ c #2F2F2F", +"........................", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++"}; diff --git a/themes/Mint-Y-Dark/xfwm4/title-2-inactive.xpm b/themes/Mint-Y-Dark/xfwm4/title-2-inactive.xpm new file mode 120000 index 00000000..a37458a5 --- /dev/null +++ b/themes/Mint-Y-Dark/xfwm4/title-2-inactive.xpm @@ -0,0 +1 @@ +title-2-active.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Dark/xfwm4/title-3-active.xpm b/themes/Mint-Y-Dark/xfwm4/title-3-active.xpm new file mode 100644 index 00000000..39c0c2e3 --- /dev/null +++ b/themes/Mint-Y-Dark/xfwm4/title-3-active.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * title_3_active_xpm[] = { +"24 24 3 1", +" c None", +". c #373737", +"+ c #2F2F2F", +"........................", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++"}; diff --git a/themes/Mint-Y-Dark/xfwm4/title-3-inactive.xpm b/themes/Mint-Y-Dark/xfwm4/title-3-inactive.xpm new file mode 120000 index 00000000..66e6af7e --- /dev/null +++ b/themes/Mint-Y-Dark/xfwm4/title-3-inactive.xpm @@ -0,0 +1 @@ +title-3-active.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Dark/xfwm4/title-4-active.xpm b/themes/Mint-Y-Dark/xfwm4/title-4-active.xpm new file mode 100644 index 00000000..19537cb7 --- /dev/null +++ b/themes/Mint-Y-Dark/xfwm4/title-4-active.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * title_4_active_xpm[] = { +"24 24 3 1", +" c None", +". c #373737", +"+ c #2F2F2F", +"........................", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++"}; diff --git a/themes/Mint-Y-Dark/xfwm4/title-4-inactive.xpm b/themes/Mint-Y-Dark/xfwm4/title-4-inactive.xpm new file mode 120000 index 00000000..069dba67 --- /dev/null +++ b/themes/Mint-Y-Dark/xfwm4/title-4-inactive.xpm @@ -0,0 +1 @@ +title-4-active.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Dark/xfwm4/title-5-active.xpm b/themes/Mint-Y-Dark/xfwm4/title-5-active.xpm new file mode 100644 index 00000000..746f1994 --- /dev/null +++ b/themes/Mint-Y-Dark/xfwm4/title-5-active.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * title_5_active_xpm[] = { +"24 24 3 1", +" c None", +". c #373737", +"+ c #2F2F2F", +"........................", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++"}; diff --git a/themes/Mint-Y-Dark/xfwm4/title-5-inactive.xpm b/themes/Mint-Y-Dark/xfwm4/title-5-inactive.xpm new file mode 120000 index 00000000..dcc79469 --- /dev/null +++ b/themes/Mint-Y-Dark/xfwm4/title-5-inactive.xpm @@ -0,0 +1 @@ +title-5-active.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Dark/xfwm4/top-left-active.xpm b/themes/Mint-Y-Dark/xfwm4/top-left-active.xpm new file mode 100644 index 00000000..31e02775 --- /dev/null +++ b/themes/Mint-Y-Dark/xfwm4/top-left-active.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * top_left_active_xpm[] = { +"5 24 3 1", +" c None", +". c #373737", +"+ c #2F2F2F", +" ....", +".++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++"}; diff --git a/themes/Mint-Y-Dark/xfwm4/top-left-inactive.xpm b/themes/Mint-Y-Dark/xfwm4/top-left-inactive.xpm new file mode 120000 index 00000000..05175262 --- /dev/null +++ b/themes/Mint-Y-Dark/xfwm4/top-left-inactive.xpm @@ -0,0 +1 @@ +top-left-active.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Dark/xfwm4/top-right-active.xpm b/themes/Mint-Y-Dark/xfwm4/top-right-active.xpm new file mode 100644 index 00000000..419b92ce --- /dev/null +++ b/themes/Mint-Y-Dark/xfwm4/top-right-active.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * top_right_active_xpm[] = { +"5 24 3 1", +" c None", +". c #373737", +"+ c #2F2F2F", +".... ", +"++++.", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++"}; diff --git a/themes/Mint-Y-Dark/xfwm4/top-right-inactive.xpm b/themes/Mint-Y-Dark/xfwm4/top-right-inactive.xpm new file mode 120000 index 00000000..42cae620 --- /dev/null +++ b/themes/Mint-Y-Dark/xfwm4/top-right-inactive.xpm @@ -0,0 +1 @@ +top-right-active.xpm
\ No newline at end of file |
