diff options
| author | Syndamia <kamen@syndamia.com> | 2023-05-20 11:28:29 +0300 |
|---|---|---|
| committer | Syndamia <kamen@syndamia.com> | 2023-05-20 11:28:29 +0300 |
| commit | eab0507af6367a9a75f40ac3dd92e5e42860c2dc (patch) | |
| tree | 71f56e8725b505d70954ad665a03988d85316c85 /themes/Mint-Y-Dark-Orange | |
| parent | 48de6d4af249f23b3a431d357236588208a9f419 (diff) | |
| download | old-mint-y-main.tar old-mint-y-main.tar.gz old-mint-y-main.zip | |
Diffstat (limited to 'themes/Mint-Y-Dark-Orange')
424 files changed, 8120 insertions, 0 deletions
diff --git a/themes/Mint-Y-Dark-Orange/cinnamon/cinnamon.css b/themes/Mint-Y-Dark-Orange/cinnamon/cinnamon.css new file mode 100644 index 00000000..a710863c --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/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 #db9d61; + 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 #db9d61; + 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: #db9d61; + border: 1px solid #db9d61; + box-shadow: inset 0 2px 4px #db9d61; } + .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: #db9d61; + 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 #db9d61; + 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: #db9d61; + 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: #db9d61; + border: 1px solid #db9d61; + 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: #db9d61; } + +.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: #db9d61; + -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: #eed1b4; + text-decoration: underline; } + .cinnamon-link:hover { + color: #f7eade; } + +#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: #db9d61; } + .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: #db9d61; + color: #ffffff; + border: 1px solid #db9d61; } + +.window-border { + border: 3px #db9d61; + 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 #db9d61 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 #db9d61; + background-color: #db9d61; + color: #ffffff; + font-style: italic; + transition-duration: 300; + selection-background-color: #ffffff; + selected-color: #db9d61; } + +.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 #db9d61; + 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: #db9d61; + 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 #db9d61; } + .switcher-list .item-box:selected { + color: #ffffff; + background-color: #db9d61; + border: 0px solid #db9d61; } + .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: #db9d61; + 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 #db9d61; + 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 #db9d61; + background-color: #db9d61; } + .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: #db9d61; } + +.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: #db9d61; + 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: #db9d61; + 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: #db9d61; } + +.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: #db9d61; } + .window-list-item-box .progress { + background-color: rgba(219, 157, 97, 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: #db9d61; } + .grouped-window-list-item-box .progress { + background-color: rgba(219, 157, 97, 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 #db9d61; } + .grouped-window-list-thumbnail-menu .item-box:selected { + border: 1px solid #db9d61; } + .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: #db9d61; + border: 1px solid #db9d61; + box-shadow: inset 0 2px 4px #db9d61; } + +.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: #db9d61; + border: 1px solid #db9d61; + box-shadow: inset 0 2px 4px #db9d61; } + .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: #db9d61; + -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: #db9d61; + color: #ffffff; } + .workspace-button:outlined:hover { + background-color: rgba(219, 157, 97, 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 #db9d61; } + +.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: #db9d61; } + .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: #db9d61; } + .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 #db9d61; + background-color: rgba(219, 157, 97, 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(219, 157, 97, 0.3); + border: 1px solid #db9d61; } + .tile-preview.snap { + background-color: rgba(219, 157, 97, 0.6); } + +.tile-hud { + background-color: rgba(219, 157, 97, 0.3); + border: 1px solid #db9d61; } + .tile-hud.snap { + background-color: rgba(219, 157, 97, 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-Orange/cinnamon/common-assets/menu/menu-separator.svg b/themes/Mint-Y-Dark-Orange/cinnamon/common-assets/menu/menu-separator.svg new file mode 120000 index 00000000..197c91aa --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/cinnamon/common-assets/menu/menu-separator.svg @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/cinnamon/common-assets/menu/menu-separator.svg
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/cinnamon/common-assets/misc/add-workspace-active.svg b/themes/Mint-Y-Dark-Orange/cinnamon/common-assets/misc/add-workspace-active.svg new file mode 120000 index 00000000..3a4f9737 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/cinnamon/common-assets/misc/add-workspace-active.svg @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Orange/cinnamon/common-assets/misc/add-workspace-active.svg
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/cinnamon/common-assets/misc/add-workspace-hover.svg b/themes/Mint-Y-Dark-Orange/cinnamon/common-assets/misc/add-workspace-hover.svg new file mode 120000 index 00000000..0ae61830 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/cinnamon/common-assets/misc/add-workspace-hover.svg @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/cinnamon/common-assets/misc/add-workspace-hover.svg
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/cinnamon/common-assets/misc/add-workspace.svg b/themes/Mint-Y-Dark-Orange/cinnamon/common-assets/misc/add-workspace.svg new file mode 120000 index 00000000..b5e02ba3 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/cinnamon/common-assets/misc/add-workspace.svg @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/cinnamon/common-assets/misc/add-workspace.svg
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/cinnamon/common-assets/misc/bg.svg b/themes/Mint-Y-Dark-Orange/cinnamon/common-assets/misc/bg.svg new file mode 120000 index 00000000..fd588ab3 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/cinnamon/common-assets/misc/bg.svg @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/cinnamon/common-assets/misc/bg.svg
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/cinnamon/common-assets/misc/calendar-arrow-left-hover.svg b/themes/Mint-Y-Dark-Orange/cinnamon/common-assets/misc/calendar-arrow-left-hover.svg new file mode 120000 index 00000000..15799756 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/cinnamon/common-assets/misc/calendar-arrow-left-hover.svg @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Orange/cinnamon/common-assets/misc/calendar-arrow-left-hover.svg
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/cinnamon/common-assets/misc/calendar-arrow-left.svg b/themes/Mint-Y-Dark-Orange/cinnamon/common-assets/misc/calendar-arrow-left.svg new file mode 120000 index 00000000..6b06f292 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/cinnamon/common-assets/misc/calendar-arrow-left.svg @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/cinnamon/common-assets/misc/calendar-arrow-left.svg
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/cinnamon/common-assets/misc/calendar-arrow-right-hover.svg b/themes/Mint-Y-Dark-Orange/cinnamon/common-assets/misc/calendar-arrow-right-hover.svg new file mode 120000 index 00000000..eb75b945 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/cinnamon/common-assets/misc/calendar-arrow-right-hover.svg @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Orange/cinnamon/common-assets/misc/calendar-arrow-right-hover.svg
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/cinnamon/common-assets/misc/calendar-arrow-right.svg b/themes/Mint-Y-Dark-Orange/cinnamon/common-assets/misc/calendar-arrow-right.svg new file mode 120000 index 00000000..36cf6d1f --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/cinnamon/common-assets/misc/calendar-arrow-right.svg @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/cinnamon/common-assets/misc/calendar-arrow-right.svg
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/cinnamon/common-assets/misc/close-active.svg b/themes/Mint-Y-Dark-Orange/cinnamon/common-assets/misc/close-active.svg new file mode 120000 index 00000000..e33bff60 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/cinnamon/common-assets/misc/close-active.svg @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/cinnamon/common-assets/misc/close-active.svg
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/cinnamon/common-assets/misc/close-hover.svg b/themes/Mint-Y-Dark-Orange/cinnamon/common-assets/misc/close-hover.svg new file mode 120000 index 00000000..d8974aed --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/cinnamon/common-assets/misc/close-hover.svg @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/cinnamon/common-assets/misc/close-hover.svg
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/cinnamon/common-assets/misc/close.svg b/themes/Mint-Y-Dark-Orange/cinnamon/common-assets/misc/close.svg new file mode 120000 index 00000000..2d0b16d4 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/cinnamon/common-assets/misc/close.svg @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/cinnamon/common-assets/misc/close.svg
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/cinnamon/common-assets/misc/corner-ripple.svg b/themes/Mint-Y-Dark-Orange/cinnamon/common-assets/misc/corner-ripple.svg new file mode 120000 index 00000000..d2ee27c2 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/cinnamon/common-assets/misc/corner-ripple.svg @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Orange/cinnamon/common-assets/misc/corner-ripple.svg
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/cinnamon/common-assets/misc/desklet-header.svg b/themes/Mint-Y-Dark-Orange/cinnamon/common-assets/misc/desklet-header.svg new file mode 120000 index 00000000..08228078 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/cinnamon/common-assets/misc/desklet-header.svg @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/cinnamon/common-assets/misc/desklet-header.svg
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/cinnamon/common-assets/misc/desklet.svg b/themes/Mint-Y-Dark-Orange/cinnamon/common-assets/misc/desklet.svg new file mode 120000 index 00000000..0419b04c --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/cinnamon/common-assets/misc/desklet.svg @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/cinnamon/common-assets/misc/desklet.svg
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/cinnamon/common-assets/misc/osd.svg b/themes/Mint-Y-Dark-Orange/cinnamon/common-assets/misc/osd.svg new file mode 120000 index 00000000..2eff6e69 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/cinnamon/common-assets/misc/osd.svg @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/cinnamon/common-assets/misc/osd.svg
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/cinnamon/common-assets/misc/overview-hover.png b/themes/Mint-Y-Dark-Orange/cinnamon/common-assets/misc/overview-hover.png new file mode 120000 index 00000000..d27660b5 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/cinnamon/common-assets/misc/overview-hover.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/cinnamon/common-assets/misc/overview-hover.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/cinnamon/common-assets/misc/overview.png b/themes/Mint-Y-Dark-Orange/cinnamon/common-assets/misc/overview.png new file mode 120000 index 00000000..e73a16a6 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/cinnamon/common-assets/misc/overview.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/cinnamon/common-assets/misc/overview.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/cinnamon/common-assets/misc/trash-icon.svg b/themes/Mint-Y-Dark-Orange/cinnamon/common-assets/misc/trash-icon.svg new file mode 120000 index 00000000..2b048c61 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/cinnamon/common-assets/misc/trash-icon.svg @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/cinnamon/common-assets/misc/trash-icon.svg
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/cinnamon/common-assets/panel/activities-active.svg b/themes/Mint-Y-Dark-Orange/cinnamon/common-assets/panel/activities-active.svg new file mode 120000 index 00000000..f062f990 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/cinnamon/common-assets/panel/activities-active.svg @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/cinnamon/common-assets/panel/activities-active.svg
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/cinnamon/common-assets/panel/activities.svg b/themes/Mint-Y-Dark-Orange/cinnamon/common-assets/panel/activities.svg new file mode 120000 index 00000000..75f6a061 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/cinnamon/common-assets/panel/activities.svg @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/cinnamon/common-assets/panel/activities.svg
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/cinnamon/common-assets/panel/window-list-active-bottom.svg b/themes/Mint-Y-Dark-Orange/cinnamon/common-assets/panel/window-list-active-bottom.svg new file mode 120000 index 00000000..faafea93 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/cinnamon/common-assets/panel/window-list-active-bottom.svg @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Orange/cinnamon/common-assets/panel/window-list-active-bottom.svg
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/cinnamon/common-assets/panel/window-list-active-top.svg b/themes/Mint-Y-Dark-Orange/cinnamon/common-assets/panel/window-list-active-top.svg new file mode 120000 index 00000000..9e848839 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/cinnamon/common-assets/panel/window-list-active-top.svg @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Orange/cinnamon/common-assets/panel/window-list-active-top.svg
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/cinnamon/dark-assets/checkbox/checkbox-checked-focused.svg b/themes/Mint-Y-Dark-Orange/cinnamon/dark-assets/checkbox/checkbox-checked-focused.svg new file mode 100644 index 00000000..5327074e --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/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:#cc9560;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-Orange/cinnamon/dark-assets/checkbox/checkbox-checked.svg b/themes/Mint-Y-Dark-Orange/cinnamon/dark-assets/checkbox/checkbox-checked.svg new file mode 100644 index 00000000..aaf68fda --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/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:#cc9560;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-Orange/cinnamon/dark-assets/checkbox/checkbox-unchecked-focused.svg b/themes/Mint-Y-Dark-Orange/cinnamon/dark-assets/checkbox/checkbox-unchecked-focused.svg new file mode 100644 index 00000000..63596554 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/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:#cc9560;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-Orange/cinnamon/dark-assets/checkbox/checkbox-unchecked.svg b/themes/Mint-Y-Dark-Orange/cinnamon/dark-assets/checkbox/checkbox-unchecked.svg new file mode 120000 index 00000000..e599553b --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/cinnamon/dark-assets/checkbox/checkbox-unchecked.svg @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/cinnamon/dark-assets/checkbox/checkbox-unchecked.svg
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/cinnamon/dark-assets/menu/menu-hover.svg b/themes/Mint-Y-Dark-Orange/cinnamon/dark-assets/menu/menu-hover.svg new file mode 120000 index 00000000..f476acf8 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/cinnamon/dark-assets/menu/menu-hover.svg @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/cinnamon/dark-assets/menu/menu-hover.svg
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/cinnamon/dark-assets/menu/menu.svg b/themes/Mint-Y-Dark-Orange/cinnamon/dark-assets/menu/menu.svg new file mode 120000 index 00000000..69b69622 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/cinnamon/dark-assets/menu/menu.svg @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/cinnamon/dark-assets/menu/menu.svg
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/cinnamon/dark-assets/menu/submenu.svg b/themes/Mint-Y-Dark-Orange/cinnamon/dark-assets/menu/submenu.svg new file mode 120000 index 00000000..a1b1a56d --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/cinnamon/dark-assets/menu/submenu.svg @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/cinnamon/dark-assets/menu/submenu.svg
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/cinnamon/dark-assets/misc/button-box.svg b/themes/Mint-Y-Dark-Orange/cinnamon/dark-assets/misc/button-box.svg new file mode 120000 index 00000000..732f01d4 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/cinnamon/dark-assets/misc/button-box.svg @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/cinnamon/dark-assets/misc/button-box.svg
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/cinnamon/dark-assets/misc/message.svg b/themes/Mint-Y-Dark-Orange/cinnamon/dark-assets/misc/message.svg new file mode 100644 index 00000000..66917f69 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/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:#cc9560;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-Orange/cinnamon/dark-assets/misc/modal.svg b/themes/Mint-Y-Dark-Orange/cinnamon/dark-assets/misc/modal.svg new file mode 120000 index 00000000..303464f9 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/cinnamon/dark-assets/misc/modal.svg @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/cinnamon/dark-assets/misc/modal.svg
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/cinnamon/dark-assets/switch/switch-off.svg b/themes/Mint-Y-Dark-Orange/cinnamon/dark-assets/switch/switch-off.svg new file mode 120000 index 00000000..0e4470c0 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/cinnamon/dark-assets/switch/switch-off.svg @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/cinnamon/dark-assets/switch/switch-off.svg
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/cinnamon/dark-assets/switch/switch-on.svg b/themes/Mint-Y-Dark-Orange/cinnamon/dark-assets/switch/switch-on.svg new file mode 100644 index 00000000..e228f303 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/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:#cc9560;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-Orange/cinnamon/thumbnail.png b/themes/Mint-Y-Dark-Orange/cinnamon/thumbnail.png Binary files differnew file mode 100644 index 00000000..9e511ae6 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/cinnamon/thumbnail.png diff --git a/themes/Mint-Y-Dark-Orange/gtk-2.0/apps.rc b/themes/Mint-Y-Dark-Orange/gtk-2.0/apps.rc new file mode 120000 index 00000000..1a50e069 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-2.0/apps.rc @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-2.0/apps.rc
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/arrow-down-insens.png b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/arrow-down-insens.png new file mode 120000 index 00000000..d657c37f --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/arrow-down-insens.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-2.0/assets/arrow-down-insens.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/arrow-down-prelight.png b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/arrow-down-prelight.png new file mode 120000 index 00000000..7f485dcc --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/arrow-down-prelight.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-2.0/assets/arrow-down-prelight.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/arrow-down-small-insens.png b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/arrow-down-small-insens.png new file mode 120000 index 00000000..1e5e2416 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/arrow-down-small-insens.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-2.0/assets/arrow-down-small-insens.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/arrow-down-small-prelight.png b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/arrow-down-small-prelight.png new file mode 120000 index 00000000..62377d76 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/arrow-down-small-prelight.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-2.0/assets/arrow-down-small-prelight.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/arrow-down-small.png b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/arrow-down-small.png new file mode 120000 index 00000000..deb2be2e --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/arrow-down-small.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-2.0/assets/arrow-down-small.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/arrow-down.png b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/arrow-down.png new file mode 120000 index 00000000..c236c356 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/arrow-down.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-2.0/assets/arrow-down.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/arrow-left-insens.png b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/arrow-left-insens.png new file mode 120000 index 00000000..271c5635 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/arrow-left-insens.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-2.0/assets/arrow-left-insens.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/arrow-left-prelight.png b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/arrow-left-prelight.png new file mode 120000 index 00000000..b2927873 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/arrow-left-prelight.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-2.0/assets/arrow-left-prelight.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/arrow-left.png b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/arrow-left.png new file mode 120000 index 00000000..070a2968 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/arrow-left.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-2.0/assets/arrow-left.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/arrow-right-insens.png b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/arrow-right-insens.png new file mode 120000 index 00000000..889894b5 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/arrow-right-insens.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-2.0/assets/arrow-right-insens.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/arrow-right-prelight.png b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/arrow-right-prelight.png new file mode 120000 index 00000000..9fa18040 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/arrow-right-prelight.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-2.0/assets/arrow-right-prelight.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/arrow-right.png b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/arrow-right.png new file mode 120000 index 00000000..2d74b447 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/arrow-right.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-2.0/assets/arrow-right.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/arrow-up-insens.png b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/arrow-up-insens.png new file mode 120000 index 00000000..20a7234e --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/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-Orange/gtk-2.0/assets/arrow-up-prelight.png b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/arrow-up-prelight.png new file mode 120000 index 00000000..d33c9a8d --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/arrow-up-prelight.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-2.0/assets/arrow-up-prelight.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/arrow-up-small-insens.png b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/arrow-up-small-insens.png new file mode 120000 index 00000000..0effe17f --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/arrow-up-small-insens.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-2.0/assets/arrow-up-small-insens.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/arrow-up-small-prelight.png b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/arrow-up-small-prelight.png new file mode 120000 index 00000000..f0e31b19 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/arrow-up-small-prelight.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-2.0/assets/arrow-up-small-prelight.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/arrow-up-small.png b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/arrow-up-small.png new file mode 120000 index 00000000..cf114fee --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/arrow-up-small.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-2.0/assets/arrow-up-small.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/arrow-up.png b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/arrow-up.png new file mode 120000 index 00000000..f5e0f6bc --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/arrow-up.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-2.0/assets/arrow-up.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/button-active.png b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/button-active.png new file mode 120000 index 00000000..1b0b685d --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/button-active.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-2.0/assets/button-active.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/button-hover.png b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/button-hover.png new file mode 120000 index 00000000..03843625 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/button-hover.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-2.0/assets/button-hover.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/button-insensitive.png b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/button-insensitive.png new file mode 120000 index 00000000..3dc61be4 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/button-insensitive.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-2.0/assets/button-insensitive.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/button.png b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/button.png new file mode 120000 index 00000000..6d3875c9 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/button.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-2.0/assets/button.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/checkbox-checked-insensitive.png b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/checkbox-checked-insensitive.png Binary files differnew file mode 100644 index 00000000..445fd8a2 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/checkbox-checked-insensitive.png diff --git a/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/checkbox-checked.png b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/checkbox-checked.png Binary files differnew file mode 100644 index 00000000..99fb280c --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/checkbox-checked.png diff --git a/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/checkbox-unchecked-insensitive.png b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/checkbox-unchecked-insensitive.png new file mode 120000 index 00000000..0d81d183 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/checkbox-unchecked-insensitive.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-2.0/assets/checkbox-unchecked-insensitive.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/checkbox-unchecked.png b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/checkbox-unchecked.png new file mode 120000 index 00000000..716bd409 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/checkbox-unchecked.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-2.0/assets/checkbox-unchecked.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/combo-entry-button-active-rtl.png b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/combo-entry-button-active-rtl.png new file mode 120000 index 00000000..c5ffd950 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/combo-entry-button-active-rtl.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-2.0/assets/combo-entry-button-active-rtl.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/combo-entry-button-active.png b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/combo-entry-button-active.png new file mode 120000 index 00000000..8bd40f5c --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/combo-entry-button-active.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-2.0/assets/combo-entry-button-active.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/combo-entry-button-insensitive-rtl.png b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/combo-entry-button-insensitive-rtl.png new file mode 120000 index 00000000..7abbc196 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/combo-entry-button-insensitive-rtl.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-2.0/assets/combo-entry-button-insensitive-rtl.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/combo-entry-button-insensitive.png b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/combo-entry-button-insensitive.png new file mode 120000 index 00000000..fb23cfd9 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/combo-entry-button-insensitive.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-2.0/assets/combo-entry-button-insensitive.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/combo-entry-button-rtl.png b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/combo-entry-button-rtl.png new file mode 120000 index 00000000..a5b8d4d8 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/combo-entry-button-rtl.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-2.0/assets/combo-entry-button-rtl.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/combo-entry-button.png b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/combo-entry-button.png new file mode 120000 index 00000000..3fa76f2d --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/combo-entry-button.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-2.0/assets/combo-entry-button.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/combo-entry-focus-notebook-rtl.png b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/combo-entry-focus-notebook-rtl.png Binary files differnew file mode 100644 index 00000000..c2c800d0 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/combo-entry-focus-notebook-rtl.png diff --git a/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/combo-entry-focus-notebook.png b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/combo-entry-focus-notebook.png Binary files differnew file mode 100644 index 00000000..91f96113 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/combo-entry-focus-notebook.png diff --git a/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/combo-entry-focus-rtl.png b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/combo-entry-focus-rtl.png Binary files differnew file mode 100644 index 00000000..490b1c57 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/combo-entry-focus-rtl.png diff --git a/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/combo-entry-focus.png b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/combo-entry-focus.png Binary files differnew file mode 100644 index 00000000..ee731c25 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/combo-entry-focus.png diff --git a/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/combo-entry-insensitive-notebook-rtl.png b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/combo-entry-insensitive-notebook-rtl.png new file mode 120000 index 00000000..650aa9be --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/combo-entry-insensitive-notebook-rtl.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-2.0/assets/combo-entry-insensitive-notebook-rtl.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/combo-entry-insensitive-notebook.png b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/combo-entry-insensitive-notebook.png new file mode 120000 index 00000000..58585c8e --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/combo-entry-insensitive-notebook.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-2.0/assets/combo-entry-insensitive-notebook.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/combo-entry-insensitive-rtl.png b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/combo-entry-insensitive-rtl.png new file mode 120000 index 00000000..7fdc25a2 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/combo-entry-insensitive-rtl.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-2.0/assets/combo-entry-insensitive-rtl.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/combo-entry-insensitive.png b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/combo-entry-insensitive.png new file mode 120000 index 00000000..dd9f756d --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/combo-entry-insensitive.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-2.0/assets/combo-entry-insensitive.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/combo-entry-notebook-rtl.png b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/combo-entry-notebook-rtl.png new file mode 120000 index 00000000..bc24820a --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/combo-entry-notebook-rtl.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-2.0/assets/combo-entry-notebook-rtl.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/combo-entry-notebook.png b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/combo-entry-notebook.png new file mode 120000 index 00000000..8c77b1c8 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/combo-entry-notebook.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-2.0/assets/combo-entry-notebook.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/combo-entry-rtl.png b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/combo-entry-rtl.png new file mode 120000 index 00000000..a41632bc --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/combo-entry-rtl.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-2.0/assets/combo-entry-rtl.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/combo-entry.png b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/combo-entry.png new file mode 120000 index 00000000..c16138a6 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/combo-entry.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-2.0/assets/combo-entry.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/down-background-disable-rtl.png b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/down-background-disable-rtl.png new file mode 120000 index 00000000..aaab0ef9 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/down-background-disable-rtl.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-2.0/assets/down-background-disable-rtl.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/down-background-disable.png b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/down-background-disable.png new file mode 120000 index 00000000..bbfba80e --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/down-background-disable.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-2.0/assets/down-background-disable.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/down-background-rtl.png b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/down-background-rtl.png new file mode 120000 index 00000000..31913250 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/down-background-rtl.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-2.0/assets/down-background-rtl.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/down-background.png b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/down-background.png new file mode 120000 index 00000000..6fe5cec0 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/down-background.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-2.0/assets/down-background.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/entry-border-active-bg-solid.png b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/entry-border-active-bg-solid.png Binary files differnew file mode 100644 index 00000000..03880f81 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/entry-border-active-bg-solid.png diff --git a/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/entry-border-active-bg.png b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/entry-border-active-bg.png Binary files differnew file mode 100644 index 00000000..784452cf --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/entry-border-active-bg.png diff --git a/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/entry-border-bg-solid.png b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/entry-border-bg-solid.png new file mode 120000 index 00000000..4cb5f254 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/entry-border-bg-solid.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-2.0/assets/entry-border-bg-solid.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/entry-border-bg.png b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/entry-border-bg.png new file mode 120000 index 00000000..c4400078 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/entry-border-bg.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-2.0/assets/entry-border-bg.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/entry-border-disabled-bg.png b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/entry-border-disabled-bg.png new file mode 120000 index 00000000..368869cf --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/entry-border-disabled-bg.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-2.0/assets/entry-border-disabled-bg.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/entry-border-fill.png b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/entry-border-fill.png new file mode 120000 index 00000000..071f6fed --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/entry-border-fill.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-2.0/assets/entry-border-fill.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/focus-line.png b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/focus-line.png new file mode 120000 index 00000000..7a069af4 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/focus-line.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-2.0/assets/focus-line.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/frame-gap-end.png b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/frame-gap-end.png new file mode 120000 index 00000000..9485a104 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/frame-gap-end.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-Orange/gtk-2.0/assets/frame-gap-start.png b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/frame-gap-start.png new file mode 120000 index 00000000..9485a104 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/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-Orange/gtk-2.0/assets/frame.png b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/frame.png new file mode 120000 index 00000000..93d7a69b --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/frame.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-Orange/gtk-2.0/assets/handle-h.png b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/handle-h.png new file mode 120000 index 00000000..9f81e38c --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/handle-h.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-2.0/assets/handle-h.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/handle-v.png b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/handle-v.png new file mode 120000 index 00000000..57c84940 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/handle-v.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-2.0/assets/handle-v.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/inline-toolbar.png b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/inline-toolbar.png new file mode 120000 index 00000000..3cb01935 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/inline-toolbar.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-2.0/assets/inline-toolbar.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/line-h.png b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/line-h.png new file mode 120000 index 00000000..b54fc28b --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/line-h.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-2.0/assets/line-h.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/line-v.png b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/line-v.png new file mode 120000 index 00000000..9e85ac0d --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/line-v.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-2.0/assets/line-v.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/menu-arrow-prelight.png b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/menu-arrow-prelight.png new file mode 120000 index 00000000..da3c56d5 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/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-Orange/gtk-2.0/assets/menu-arrow.png b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/menu-arrow.png new file mode 120000 index 00000000..6fff2379 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/menu-arrow.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-2.0/assets/menu-arrow.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/menu-checkbox-checked-insensitive.png b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/menu-checkbox-checked-insensitive.png Binary files differnew file mode 100644 index 00000000..068bc402 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/menu-checkbox-checked-insensitive.png diff --git a/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/menu-checkbox-checked.png b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/menu-checkbox-checked.png Binary files differnew file mode 100644 index 00000000..22afd453 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/menu-checkbox-checked.png diff --git a/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/menu-checkbox-unchecked-insensitive.png b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/menu-checkbox-unchecked-insensitive.png new file mode 120000 index 00000000..2ce60846 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/menu-checkbox-unchecked-insensitive.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-2.0/assets/menu-checkbox-unchecked-insensitive.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/menu-checkbox-unchecked.png b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/menu-checkbox-unchecked.png new file mode 120000 index 00000000..d4c99356 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/menu-checkbox-unchecked.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-2.0/assets/menu-checkbox-unchecked.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/menu-radio-checked-insensitive.png b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/menu-radio-checked-insensitive.png Binary files differnew file mode 100644 index 00000000..fc8a51b5 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/menu-radio-checked-insensitive.png diff --git a/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/menu-radio-checked.png b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/menu-radio-checked.png Binary files differnew file mode 100644 index 00000000..22a4570c --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/menu-radio-checked.png diff --git a/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/menu-radio-unchecked-insensitive.png b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/menu-radio-unchecked-insensitive.png new file mode 120000 index 00000000..2986fb00 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/menu-radio-unchecked-insensitive.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-2.0/assets/menu-radio-unchecked-insensitive.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/menu-radio-unchecked.png b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/menu-radio-unchecked.png new file mode 120000 index 00000000..88e1011d --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/menu-radio-unchecked.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-2.0/assets/menu-radio-unchecked.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/menubar.png b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/menubar.png new file mode 120000 index 00000000..5e808b06 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/menubar.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-2.0/assets/menubar.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/menubar_button.png b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/menubar_button.png Binary files differnew file mode 100644 index 00000000..8a0292f5 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/menubar_button.png diff --git a/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/menuitem.png b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/menuitem.png Binary files differnew file mode 100644 index 00000000..5de4196b --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/menuitem.png diff --git a/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/minus.png b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/minus.png new file mode 120000 index 00000000..b2ff8dce --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/minus.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-2.0/assets/minus.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/notebook-entry-border-active-bg.png b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/notebook-entry-border-active-bg.png Binary files differnew file mode 100644 index 00000000..957fabc5 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/notebook-entry-border-active-bg.png diff --git a/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/notebook-entry-border-bg.png b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/notebook-entry-border-bg.png new file mode 120000 index 00000000..fa72787c --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/notebook-entry-border-bg.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-2.0/assets/notebook-entry-border-bg.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/notebook-entry-border-disabled-bg.png b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/notebook-entry-border-disabled-bg.png new file mode 120000 index 00000000..fe841863 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/notebook-entry-border-disabled-bg.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-2.0/assets/notebook-entry-border-disabled-bg.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/notebook-gap-horiz.png b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/notebook-gap-horiz.png new file mode 120000 index 00000000..9a52eae2 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/notebook-gap-horiz.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-2.0/assets/notebook-gap-horiz.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/notebook-gap-vert.png b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/notebook-gap-vert.png new file mode 120000 index 00000000..79508a55 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/notebook-gap-vert.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-2.0/assets/notebook-gap-vert.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/notebook.png b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/notebook.png new file mode 120000 index 00000000..93d7a69b --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/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-Orange/gtk-2.0/assets/null.png b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/null.png new file mode 120000 index 00000000..3a70a2d2 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/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-Orange/gtk-2.0/assets/plus.png b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/plus.png new file mode 120000 index 00000000..fd239940 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/plus.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-2.0/assets/plus.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/progressbar.png b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/progressbar.png Binary files differnew file mode 100644 index 00000000..43c30402 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/progressbar.png diff --git a/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/progressbar_v.png b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/progressbar_v.png Binary files differnew file mode 100644 index 00000000..f77c918f --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/progressbar_v.png diff --git a/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/radio-checked-insensitive.png b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/radio-checked-insensitive.png Binary files differnew file mode 100644 index 00000000..3388aed8 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/radio-checked-insensitive.png diff --git a/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/radio-checked.png b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/radio-checked.png Binary files differnew file mode 100644 index 00000000..f1e5d246 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/radio-checked.png diff --git a/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/radio-unchecked-insensitive.png b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/radio-unchecked-insensitive.png new file mode 120000 index 00000000..8759957c --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/radio-unchecked-insensitive.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-2.0/assets/radio-unchecked-insensitive.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/radio-unchecked.png b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/radio-unchecked.png new file mode 120000 index 00000000..02ee50e9 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/radio-unchecked.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-2.0/assets/radio-unchecked.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/slider-horiz-active.png b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/slider-horiz-active.png Binary files differnew file mode 100644 index 00000000..b8c7618f --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/slider-horiz-active.png diff --git a/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/slider-horiz-insens.png b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/slider-horiz-insens.png new file mode 120000 index 00000000..306cb4e7 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/slider-horiz-insens.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-2.0/assets/slider-horiz-insens.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/slider-horiz-prelight.png b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/slider-horiz-prelight.png new file mode 120000 index 00000000..a3c0c1cb --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/slider-horiz-prelight.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-2.0/assets/slider-horiz-prelight.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/slider-horiz.png b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/slider-horiz.png new file mode 120000 index 00000000..006ac050 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/slider-horiz.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-2.0/assets/slider-horiz.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/slider-insensitive.png b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/slider-insensitive.png new file mode 120000 index 00000000..4474be07 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/slider-insensitive.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-2.0/assets/slider-insensitive.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/slider-prelight.png b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/slider-prelight.png Binary files differnew file mode 100644 index 00000000..4834cca0 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/slider-prelight.png diff --git a/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/slider-vert-active.png b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/slider-vert-active.png Binary files differnew file mode 100644 index 00000000..969a901e --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/slider-vert-active.png diff --git a/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/slider-vert-insens.png b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/slider-vert-insens.png new file mode 120000 index 00000000..a394b5de --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/slider-vert-insens.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-2.0/assets/slider-vert-insens.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/slider-vert-prelight.png b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/slider-vert-prelight.png new file mode 120000 index 00000000..58c3731b --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/slider-vert-prelight.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-2.0/assets/slider-vert-prelight.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/slider-vert.png b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/slider-vert.png new file mode 120000 index 00000000..d36e5f78 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/slider-vert.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-2.0/assets/slider-vert.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/slider.png b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/slider.png new file mode 120000 index 00000000..af31ea5c --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/slider.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-2.0/assets/slider.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/tab-bottom-active.png b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/tab-bottom-active.png new file mode 120000 index 00000000..c174150e --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/tab-bottom-active.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-2.0/assets/tab-bottom-active.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/tab-left-active.png b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/tab-left-active.png new file mode 120000 index 00000000..ba7e8700 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/tab-left-active.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-2.0/assets/tab-left-active.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/tab-right-active.png b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/tab-right-active.png new file mode 120000 index 00000000..a56cd16f --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/tab-right-active.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-2.0/assets/tab-right-active.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/tab-top-active.png b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/tab-top-active.png new file mode 120000 index 00000000..75f1fd29 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/tab-top-active.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-2.0/assets/tab-top-active.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/toolbar-entry-border-active-bg.png b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/toolbar-entry-border-active-bg.png Binary files differnew file mode 100644 index 00000000..67d7368d --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/toolbar-entry-border-active-bg.png diff --git a/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/toolbar-entry-border-bg.png b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/toolbar-entry-border-bg.png new file mode 120000 index 00000000..5ee2c01f --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/toolbar-entry-border-bg.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-2.0/assets/toolbar-entry-border-bg.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/toolbar-entry-border-disabled-bg.png b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/toolbar-entry-border-disabled-bg.png new file mode 120000 index 00000000..b85bdf6b --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/toolbar-entry-border-disabled-bg.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-2.0/assets/toolbar-entry-border-disabled-bg.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/toolbar.png b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/toolbar.png new file mode 120000 index 00000000..6ae4e91e --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/toolbar.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-2.0/assets/toolbar.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/tree_header.png b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/tree_header.png new file mode 120000 index 00000000..0836fdf7 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/tree_header.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-2.0/assets/tree_header.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/trough-horizontal-active.png b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/trough-horizontal-active.png Binary files differnew file mode 100644 index 00000000..20c7711d --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/trough-horizontal-active.png diff --git a/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/trough-horizontal.png b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/trough-horizontal.png new file mode 120000 index 00000000..e62dd0b7 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/trough-horizontal.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-2.0/assets/trough-horizontal.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/trough-progressbar.png b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/trough-progressbar.png new file mode 120000 index 00000000..91f0dd91 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/trough-progressbar.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-2.0/assets/trough-progressbar.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/trough-progressbar_v.png b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/trough-progressbar_v.png new file mode 120000 index 00000000..fdcc3de6 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/trough-progressbar_v.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-2.0/assets/trough-progressbar_v.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/trough-scrollbar-horiz.png b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/trough-scrollbar-horiz.png new file mode 120000 index 00000000..6affb48a --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/trough-scrollbar-horiz.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-2.0/assets/trough-scrollbar-horiz.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/trough-scrollbar-vert.png b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/trough-scrollbar-vert.png new file mode 120000 index 00000000..e70cb412 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/trough-scrollbar-vert.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-2.0/assets/trough-scrollbar-vert.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/trough-vertical-active.png b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/trough-vertical-active.png Binary files differnew file mode 100644 index 00000000..e73c6ac1 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/trough-vertical-active.png diff --git a/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/trough-vertical.png b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/trough-vertical.png new file mode 120000 index 00000000..ba037054 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/trough-vertical.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-2.0/assets/trough-vertical.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/up-background-disable-rtl.png b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/up-background-disable-rtl.png new file mode 120000 index 00000000..76a3c50b --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/up-background-disable-rtl.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-2.0/assets/up-background-disable-rtl.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/up-background-disable.png b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/up-background-disable.png new file mode 120000 index 00000000..be0f70b1 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/up-background-disable.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-2.0/assets/up-background-disable.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/up-background-rtl.png b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/up-background-rtl.png new file mode 120000 index 00000000..32ce363b --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/up-background-rtl.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-2.0/assets/up-background-rtl.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/up-background.png b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/up-background.png new file mode 120000 index 00000000..d1b8e6cd --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-2.0/assets/up-background.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-2.0/assets/up-background.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-2.0/gtkrc b/themes/Mint-Y-Dark-Orange/gtk-2.0/gtkrc new file mode 100644 index 00000000..ec668f88 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-2.0/gtkrc @@ -0,0 +1,10 @@ +gtk-color-scheme = "base_color:#404040\nfg_color:#DADADA\ntooltip_fg_color:#4a4a4a\nselected_bg_color:#cc9560\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-Orange/gtk-2.0/main.rc b/themes/Mint-Y-Dark-Orange/gtk-2.0/main.rc new file mode 120000 index 00000000..0b564606 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-2.0/main.rc @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-2.0/main.rc
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-2.0/menubar-toolbar/button-active.png b/themes/Mint-Y-Dark-Orange/gtk-2.0/menubar-toolbar/button-active.png new file mode 120000 index 00000000..f206414d --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-2.0/menubar-toolbar/button-active.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-2.0/menubar-toolbar/button-active.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-2.0/menubar-toolbar/button-hover.png b/themes/Mint-Y-Dark-Orange/gtk-2.0/menubar-toolbar/button-hover.png new file mode 120000 index 00000000..a4a8a520 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-2.0/menubar-toolbar/button-hover.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-2.0/menubar-toolbar/button-hover.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-2.0/menubar-toolbar/button-insensitive.png b/themes/Mint-Y-Dark-Orange/gtk-2.0/menubar-toolbar/button-insensitive.png new file mode 120000 index 00000000..70f5b3f0 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-2.0/menubar-toolbar/button-insensitive.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-2.0/menubar-toolbar/button-insensitive.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-2.0/menubar-toolbar/button.png b/themes/Mint-Y-Dark-Orange/gtk-2.0/menubar-toolbar/button.png new file mode 120000 index 00000000..32910adb --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-2.0/menubar-toolbar/button.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-2.0/menubar-toolbar/button.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-2.0/menubar-toolbar/menubar-dark.png b/themes/Mint-Y-Dark-Orange/gtk-2.0/menubar-toolbar/menubar-dark.png new file mode 120000 index 00000000..beb5c89f --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-2.0/menubar-toolbar/menubar-dark.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-2.0/menubar-toolbar/menubar-dark.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-2.0/menubar-toolbar/menubar-toolbar-dark.rc b/themes/Mint-Y-Dark-Orange/gtk-2.0/menubar-toolbar/menubar-toolbar-dark.rc new file mode 120000 index 00000000..4dbc79a2 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-2.0/menubar-toolbar/menubar-toolbar-dark.rc @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-2.0/menubar-toolbar/menubar-toolbar-dark.rc
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-2.0/menubar-toolbar/menubar-toolbar.rc b/themes/Mint-Y-Dark-Orange/gtk-2.0/menubar-toolbar/menubar-toolbar.rc new file mode 120000 index 00000000..378681f1 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-2.0/menubar-toolbar/menubar-toolbar.rc @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-2.0/menubar-toolbar/menubar-toolbar.rc
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-2.0/menubar-toolbar/menubar.png b/themes/Mint-Y-Dark-Orange/gtk-2.0/menubar-toolbar/menubar.png new file mode 120000 index 00000000..5f1ab067 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-2.0/menubar-toolbar/menubar.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-2.0/menubar-toolbar/menubar.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-2.0/menubar-toolbar/menubar_button-dark.png b/themes/Mint-Y-Dark-Orange/gtk-2.0/menubar-toolbar/menubar_button-dark.png Binary files differnew file mode 100644 index 00000000..79c9c77a --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-2.0/menubar-toolbar/menubar_button-dark.png diff --git a/themes/Mint-Y-Dark-Orange/gtk-2.0/menubar-toolbar/menubar_button.png b/themes/Mint-Y-Dark-Orange/gtk-2.0/menubar-toolbar/menubar_button.png new file mode 120000 index 00000000..a0156bb6 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-2.0/menubar-toolbar/menubar_button.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark-Orange/gtk-2.0/menubar-toolbar/menubar_button-dark.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg-dark.png b/themes/Mint-Y-Dark-Orange/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg-dark.png Binary files differnew file mode 100644 index 00000000..a6ef1027 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg-dark.png diff --git a/themes/Mint-Y-Dark-Orange/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg.png b/themes/Mint-Y-Dark-Orange/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg.png Binary files differnew file mode 100644 index 00000000..dcf38155 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg.png diff --git a/themes/Mint-Y-Dark-Orange/gtk-2.0/menubar-toolbar/toolbar-entry-border-bg-dark.png b/themes/Mint-Y-Dark-Orange/gtk-2.0/menubar-toolbar/toolbar-entry-border-bg-dark.png new file mode 120000 index 00000000..05ee1cd2 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-2.0/menubar-toolbar/toolbar-entry-border-bg-dark.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-2.0/menubar-toolbar/toolbar-entry-border-bg-dark.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-2.0/menubar-toolbar/toolbar-entry-border-bg.png b/themes/Mint-Y-Dark-Orange/gtk-2.0/menubar-toolbar/toolbar-entry-border-bg.png new file mode 120000 index 00000000..0c1b757f --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-2.0/menubar-toolbar/toolbar-entry-border-bg.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-2.0/menubar-toolbar/toolbar-entry-border-bg.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg-dark.png b/themes/Mint-Y-Dark-Orange/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg-dark.png new file mode 120000 index 00000000..f5a19ed7 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg-dark.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg-dark.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg.png b/themes/Mint-Y-Dark-Orange/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg.png new file mode 120000 index 00000000..009322a2 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-2.0/panel.rc b/themes/Mint-Y-Dark-Orange/gtk-2.0/panel.rc new file mode 120000 index 00000000..0946dc58 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-2.0/panel.rc @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-2.0/panel.rc
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/checkbox-checked-dark.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/checkbox-checked-dark.png new file mode 120000 index 00000000..11446427 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/checkbox-checked-dark.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Orange/gtk-3.0/assets/checkbox-checked-dark.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/checkbox-checked-dark@2.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/checkbox-checked-dark@2.png new file mode 120000 index 00000000..fcf766e6 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/checkbox-checked-dark@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Orange/gtk-3.0/assets/checkbox-checked-dark@2.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/checkbox-checked-insensitive-dark.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/checkbox-checked-insensitive-dark.png new file mode 120000 index 00000000..1be6e218 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/checkbox-checked-insensitive-dark.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Orange/gtk-3.0/assets/checkbox-checked-insensitive-dark.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/checkbox-checked-insensitive-dark@2.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/checkbox-checked-insensitive-dark@2.png new file mode 120000 index 00000000..9625453a --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/checkbox-checked-insensitive-dark@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Orange/gtk-3.0/assets/checkbox-checked-insensitive-dark@2.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/checkbox-checked-insensitive-selected.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/checkbox-checked-insensitive-selected.png new file mode 120000 index 00000000..ef6d0706 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/checkbox-checked-insensitive-selected.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Orange/gtk-3.0/assets/checkbox-checked-insensitive-selected.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/checkbox-checked-insensitive-selected@2.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/checkbox-checked-insensitive-selected@2.png new file mode 120000 index 00000000..6d39115d --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/checkbox-checked-insensitive-selected@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Orange/gtk-3.0/assets/checkbox-checked-insensitive-selected@2.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/checkbox-checked-insensitive.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/checkbox-checked-insensitive.png new file mode 120000 index 00000000..662967fd --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/checkbox-checked-insensitive.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Orange/gtk-3.0/assets/checkbox-checked-insensitive.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/checkbox-checked-insensitive@2.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/checkbox-checked-insensitive@2.png new file mode 120000 index 00000000..b489a9dd --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/checkbox-checked-insensitive@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Orange/gtk-3.0/assets/checkbox-checked-insensitive@2.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/checkbox-checked-selected.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/checkbox-checked-selected.png new file mode 120000 index 00000000..0f185bc3 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/checkbox-checked-selected.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Orange/gtk-3.0/assets/checkbox-checked-selected.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/checkbox-checked-selected@2.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/checkbox-checked-selected@2.png new file mode 120000 index 00000000..0a3c6f52 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/checkbox-checked-selected@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Orange/gtk-3.0/assets/checkbox-checked-selected@2.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/checkbox-checked-selectionmode-dark.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/checkbox-checked-selectionmode-dark.png new file mode 120000 index 00000000..0afa7bb0 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/checkbox-checked-selectionmode-dark.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Orange/gtk-3.0/assets/checkbox-checked-selectionmode-dark.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/checkbox-checked-selectionmode-dark@2.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/checkbox-checked-selectionmode-dark@2.png new file mode 120000 index 00000000..ac8cfd40 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/checkbox-checked-selectionmode-dark@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Orange/gtk-3.0/assets/checkbox-checked-selectionmode-dark@2.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/checkbox-checked-selectionmode.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/checkbox-checked-selectionmode.png new file mode 120000 index 00000000..124cb1a8 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/checkbox-checked-selectionmode.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Orange/gtk-3.0/assets/checkbox-checked-selectionmode.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/checkbox-checked-selectionmode@2.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/checkbox-checked-selectionmode@2.png new file mode 120000 index 00000000..3dd45226 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/checkbox-checked-selectionmode@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Orange/gtk-3.0/assets/checkbox-checked-selectionmode@2.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/checkbox-checked.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/checkbox-checked.png new file mode 120000 index 00000000..ab80e313 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/checkbox-checked.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Orange/gtk-2.0/assets/checkbox-checked.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/checkbox-checked@2.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/checkbox-checked@2.png new file mode 120000 index 00000000..79734fbc --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/checkbox-checked@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Orange/gtk-3.0/assets/checkbox-checked@2.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/checkbox-mixed-dark.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/checkbox-mixed-dark.png new file mode 120000 index 00000000..8f18c160 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/checkbox-mixed-dark.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Orange/gtk-3.0/assets/checkbox-mixed-dark.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/checkbox-mixed-dark@2.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/checkbox-mixed-dark@2.png new file mode 120000 index 00000000..fd3c2bcd --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/checkbox-mixed-dark@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Orange/gtk-3.0/assets/checkbox-mixed-dark@2.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/checkbox-mixed-insensitive-dark.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/checkbox-mixed-insensitive-dark.png new file mode 120000 index 00000000..9fa24691 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/checkbox-mixed-insensitive-dark.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Orange/gtk-3.0/assets/checkbox-mixed-insensitive-dark.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/checkbox-mixed-insensitive-dark@2.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/checkbox-mixed-insensitive-dark@2.png new file mode 120000 index 00000000..a09512d0 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/checkbox-mixed-insensitive-dark@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Orange/gtk-3.0/assets/checkbox-mixed-insensitive-dark@2.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/checkbox-mixed-insensitive-selected.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/checkbox-mixed-insensitive-selected.png new file mode 120000 index 00000000..03c2e7c0 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/checkbox-mixed-insensitive-selected.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Orange/gtk-3.0/assets/checkbox-mixed-insensitive-selected.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/checkbox-mixed-insensitive-selected@2.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/checkbox-mixed-insensitive-selected@2.png new file mode 120000 index 00000000..78f69978 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/checkbox-mixed-insensitive-selected@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Orange/gtk-3.0/assets/checkbox-mixed-insensitive-selected@2.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/checkbox-mixed-insensitive.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/checkbox-mixed-insensitive.png new file mode 120000 index 00000000..c6a36414 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/checkbox-mixed-insensitive.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Orange/gtk-3.0/assets/checkbox-mixed-insensitive.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/checkbox-mixed-insensitive@2.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/checkbox-mixed-insensitive@2.png new file mode 120000 index 00000000..7898acce --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/checkbox-mixed-insensitive@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Orange/gtk-3.0/assets/checkbox-mixed-insensitive@2.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/checkbox-mixed-selected.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/checkbox-mixed-selected.png new file mode 120000 index 00000000..ea6c9c75 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/checkbox-mixed-selected.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Orange/gtk-3.0/assets/checkbox-mixed-selected.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/checkbox-mixed-selected@2.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/checkbox-mixed-selected@2.png new file mode 120000 index 00000000..dd1aebd2 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/checkbox-mixed-selected@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Orange/gtk-3.0/assets/checkbox-mixed-selected@2.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/checkbox-mixed.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/checkbox-mixed.png new file mode 120000 index 00000000..42ee20f5 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/checkbox-mixed.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Orange/gtk-3.0/assets/checkbox-mixed.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/checkbox-mixed@2.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/checkbox-mixed@2.png new file mode 120000 index 00000000..6598826d --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/checkbox-mixed@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Orange/gtk-3.0/assets/checkbox-mixed@2.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/checkbox-selectionmode-dark.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/checkbox-selectionmode-dark.png new file mode 120000 index 00000000..701bb16d --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/checkbox-selectionmode-dark.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-selectionmode-dark.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/checkbox-selectionmode-dark@2.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/checkbox-selectionmode-dark@2.png new file mode 120000 index 00000000..80550803 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/checkbox-selectionmode-dark@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-selectionmode-dark@2.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/checkbox-selectionmode.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/checkbox-selectionmode.png new file mode 120000 index 00000000..552b61f4 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/checkbox-selectionmode.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-selectionmode.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/checkbox-selectionmode@2.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/checkbox-selectionmode@2.png new file mode 120000 index 00000000..32691876 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/checkbox-selectionmode@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-selectionmode@2.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/checkbox-unchecked-dark.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/checkbox-unchecked-dark.png new file mode 120000 index 00000000..49d52946 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/checkbox-unchecked-dark.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-unchecked-dark.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/checkbox-unchecked-dark@2.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/checkbox-unchecked-dark@2.png new file mode 120000 index 00000000..ac2df096 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/checkbox-unchecked-dark@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-unchecked-dark@2.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/checkbox-unchecked-insensitive-dark.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/checkbox-unchecked-insensitive-dark.png new file mode 120000 index 00000000..4bfa13c8 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/checkbox-unchecked-insensitive-dark.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-unchecked-insensitive-dark.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/checkbox-unchecked-insensitive-dark@2.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/checkbox-unchecked-insensitive-dark@2.png new file mode 120000 index 00000000..0279735e --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/checkbox-unchecked-insensitive-dark@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-unchecked-insensitive-dark@2.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/checkbox-unchecked-insensitive-selected.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/checkbox-unchecked-insensitive-selected.png new file mode 120000 index 00000000..71a75ba9 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/checkbox-unchecked-insensitive-selected.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-unchecked-insensitive-selected.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/checkbox-unchecked-insensitive-selected@2.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/checkbox-unchecked-insensitive-selected@2.png new file mode 120000 index 00000000..624efeac --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/checkbox-unchecked-insensitive-selected@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-unchecked-insensitive-selected@2.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/checkbox-unchecked-insensitive.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/checkbox-unchecked-insensitive.png new file mode 120000 index 00000000..38d5fb15 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/checkbox-unchecked-insensitive.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-unchecked-insensitive.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/checkbox-unchecked-insensitive@2.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/checkbox-unchecked-insensitive@2.png new file mode 120000 index 00000000..8a2c2c09 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/checkbox-unchecked-insensitive@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-unchecked-insensitive@2.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/checkbox-unchecked-selected.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/checkbox-unchecked-selected.png new file mode 120000 index 00000000..beff8e1a --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/checkbox-unchecked-selected.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-unchecked-selected.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/checkbox-unchecked-selected@2.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/checkbox-unchecked-selected@2.png new file mode 120000 index 00000000..5f8870e1 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/checkbox-unchecked-selected@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-unchecked-selected@2.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/checkbox-unchecked.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/checkbox-unchecked.png new file mode 120000 index 00000000..0671855b --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/checkbox-unchecked.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-unchecked.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/checkbox-unchecked@2.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/checkbox-unchecked@2.png new file mode 120000 index 00000000..ad6979d4 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/checkbox-unchecked@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/checkbox-unchecked@2.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/pane-separator-vertical.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/pane-separator-vertical.png new file mode 120000 index 00000000..753e53e9 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/pane-separator-vertical.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/pane-separator-vertical.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/pane-separator-vertical@2.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/pane-separator-vertical@2.png new file mode 120000 index 00000000..73083733 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/pane-separator-vertical@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/pane-separator-vertical@2.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/pane-separator.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/pane-separator.png new file mode 120000 index 00000000..a36f55e8 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/pane-separator.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/pane-separator.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/pane-separator@2.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/pane-separator@2.png new file mode 120000 index 00000000..c7045a38 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/pane-separator@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/pane-separator@2.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/radio-checked-dark.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/radio-checked-dark.png new file mode 120000 index 00000000..854369a1 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/radio-checked-dark.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Orange/gtk-3.0/assets/radio-checked-dark.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/radio-checked-dark@2.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/radio-checked-dark@2.png new file mode 120000 index 00000000..626c765d --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/radio-checked-dark@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Orange/gtk-3.0/assets/radio-checked-dark@2.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/radio-checked-insensitive-dark.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/radio-checked-insensitive-dark.png new file mode 120000 index 00000000..84eb4244 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/radio-checked-insensitive-dark.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Orange/gtk-3.0/assets/radio-checked-insensitive-dark.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/radio-checked-insensitive-dark@2.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/radio-checked-insensitive-dark@2.png new file mode 120000 index 00000000..81548ea4 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/radio-checked-insensitive-dark@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Orange/gtk-3.0/assets/radio-checked-insensitive-dark@2.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/radio-checked-insensitive-selected.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/radio-checked-insensitive-selected.png new file mode 120000 index 00000000..2375cf33 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/radio-checked-insensitive-selected.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Orange/gtk-3.0/assets/radio-checked-insensitive-selected.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/radio-checked-insensitive-selected@2.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/radio-checked-insensitive-selected@2.png new file mode 120000 index 00000000..a3f74cb5 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/radio-checked-insensitive-selected@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Orange/gtk-3.0/assets/radio-checked-insensitive-selected@2.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/radio-checked-insensitive.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/radio-checked-insensitive.png new file mode 120000 index 00000000..86e82ee7 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/radio-checked-insensitive.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Orange/gtk-3.0/assets/radio-checked-insensitive.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/radio-checked-insensitive@2.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/radio-checked-insensitive@2.png new file mode 120000 index 00000000..0292616a --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/radio-checked-insensitive@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Orange/gtk-3.0/assets/radio-checked-insensitive@2.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/radio-checked-selected.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/radio-checked-selected.png new file mode 120000 index 00000000..f07e364d --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/radio-checked-selected.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Orange/gtk-3.0/assets/radio-checked-selected.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/radio-checked-selected@2.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/radio-checked-selected@2.png new file mode 120000 index 00000000..6d6fca2a --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/radio-checked-selected@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Orange/gtk-3.0/assets/radio-checked-selected@2.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/radio-checked.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/radio-checked.png new file mode 120000 index 00000000..09d46dba --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/radio-checked.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Orange/gtk-2.0/assets/radio-checked.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/radio-checked@2.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/radio-checked@2.png new file mode 120000 index 00000000..f817b01b --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/radio-checked@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Orange/gtk-3.0/assets/radio-checked@2.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/radio-mixed-dark.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/radio-mixed-dark.png new file mode 120000 index 00000000..378c87bb --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/radio-mixed-dark.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Orange/gtk-3.0/assets/radio-mixed-dark.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/radio-mixed-dark@2.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/radio-mixed-dark@2.png new file mode 120000 index 00000000..467b4279 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/radio-mixed-dark@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Orange/gtk-3.0/assets/radio-mixed-dark@2.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/radio-mixed-insensitive-dark.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/radio-mixed-insensitive-dark.png new file mode 120000 index 00000000..039f7360 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/radio-mixed-insensitive-dark.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Orange/gtk-3.0/assets/radio-mixed-insensitive-dark.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/radio-mixed-insensitive-dark@2.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/radio-mixed-insensitive-dark@2.png new file mode 120000 index 00000000..99778691 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/radio-mixed-insensitive-dark@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Orange/gtk-3.0/assets/radio-mixed-insensitive-dark@2.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/radio-mixed-insensitive-selected.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/radio-mixed-insensitive-selected.png new file mode 120000 index 00000000..695d14a0 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/radio-mixed-insensitive-selected.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Orange/gtk-3.0/assets/radio-mixed-insensitive-selected.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/radio-mixed-insensitive-selected@2.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/radio-mixed-insensitive-selected@2.png new file mode 120000 index 00000000..362f0b5f --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/radio-mixed-insensitive-selected@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Orange/gtk-3.0/assets/radio-mixed-insensitive-selected@2.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/radio-mixed-insensitive.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/radio-mixed-insensitive.png new file mode 120000 index 00000000..cd8987af --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/radio-mixed-insensitive.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Orange/gtk-3.0/assets/radio-mixed-insensitive.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/radio-mixed-insensitive@2.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/radio-mixed-insensitive@2.png new file mode 120000 index 00000000..d4f14eee --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/radio-mixed-insensitive@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Orange/gtk-3.0/assets/radio-mixed-insensitive@2.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/radio-mixed-selected.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/radio-mixed-selected.png new file mode 120000 index 00000000..65ba0e2f --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/radio-mixed-selected.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Orange/gtk-3.0/assets/radio-mixed-selected.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/radio-mixed-selected@2.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/radio-mixed-selected@2.png new file mode 120000 index 00000000..922288fb --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/radio-mixed-selected@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Orange/gtk-3.0/assets/radio-mixed-selected@2.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/radio-mixed.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/radio-mixed.png new file mode 120000 index 00000000..2f016d43 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/radio-mixed.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Orange/gtk-3.0/assets/radio-mixed.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/radio-mixed@2.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/radio-mixed@2.png new file mode 120000 index 00000000..3a5577f2 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/radio-mixed@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Orange/gtk-3.0/assets/radio-mixed@2.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/radio-unchecked-dark.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/radio-unchecked-dark.png new file mode 120000 index 00000000..b183aee8 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/radio-unchecked-dark.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/radio-unchecked-dark.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/radio-unchecked-dark@2.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/radio-unchecked-dark@2.png new file mode 120000 index 00000000..c5fedef4 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/radio-unchecked-dark@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/radio-unchecked-dark@2.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/radio-unchecked-insensitive-dark.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/radio-unchecked-insensitive-dark.png new file mode 120000 index 00000000..d2dea920 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/radio-unchecked-insensitive-dark.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/radio-unchecked-insensitive-dark.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/radio-unchecked-insensitive-dark@2.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/radio-unchecked-insensitive-dark@2.png new file mode 120000 index 00000000..544f0246 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/radio-unchecked-insensitive-dark@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/radio-unchecked-insensitive-dark@2.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/radio-unchecked-insensitive-selected.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/radio-unchecked-insensitive-selected.png new file mode 120000 index 00000000..8a4713a6 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/radio-unchecked-insensitive-selected.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/radio-unchecked-insensitive-selected.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/radio-unchecked-insensitive-selected@2.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/radio-unchecked-insensitive-selected@2.png new file mode 120000 index 00000000..086ef348 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/radio-unchecked-insensitive-selected@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/radio-unchecked-insensitive-selected@2.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/radio-unchecked-insensitive.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/radio-unchecked-insensitive.png new file mode 120000 index 00000000..cf4c8f9c --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/radio-unchecked-insensitive.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/radio-unchecked-insensitive.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/radio-unchecked-insensitive@2.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/radio-unchecked-insensitive@2.png new file mode 120000 index 00000000..302a08d1 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/radio-unchecked-insensitive@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/radio-unchecked-insensitive@2.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/radio-unchecked-selected.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/radio-unchecked-selected.png new file mode 120000 index 00000000..a84e46bf --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/radio-unchecked-selected.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/radio-unchecked-selected.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/radio-unchecked-selected@2.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/radio-unchecked-selected@2.png new file mode 120000 index 00000000..40a26bc5 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/radio-unchecked-selected@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/radio-unchecked-selected@2.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/radio-unchecked.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/radio-unchecked.png new file mode 120000 index 00000000..174b5857 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/radio-unchecked.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/radio-unchecked.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/radio-unchecked@2.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/radio-unchecked@2.png new file mode 120000 index 00000000..936b3882 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/radio-unchecked@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/radio-unchecked@2.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/switch-active-dark.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/switch-active-dark.png new file mode 120000 index 00000000..ede2f497 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/switch-active-dark.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Orange/gtk-3.0/assets/switch-active-dark.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/switch-active-dark@2.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/switch-active-dark@2.png new file mode 120000 index 00000000..0c6f0c16 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/switch-active-dark@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Orange/gtk-3.0/assets/switch-active-dark@2.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/switch-active-header-dark.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/switch-active-header-dark.png new file mode 120000 index 00000000..35939c47 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/switch-active-header-dark.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Orange/gtk-3.0/assets/switch-active-header-dark.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/switch-active-header-dark@2.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/switch-active-header-dark@2.png new file mode 120000 index 00000000..35af0903 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/switch-active-header-dark@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Orange/gtk-3.0/assets/switch-active-header-dark@2.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/switch-active-header.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/switch-active-header.png new file mode 120000 index 00000000..cba625b2 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/switch-active-header.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Orange/gtk-3.0/assets/switch-active-header.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/switch-active-header@2.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/switch-active-header@2.png new file mode 120000 index 00000000..519f396a --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/switch-active-header@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Orange/gtk-3.0/assets/switch-active-header@2.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/switch-active-insensitive-dark.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/switch-active-insensitive-dark.png new file mode 120000 index 00000000..d3a1b9bd --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/switch-active-insensitive-dark.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Orange/gtk-3.0/assets/switch-active-insensitive-dark.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/switch-active-insensitive-dark@2.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/switch-active-insensitive-dark@2.png new file mode 120000 index 00000000..dc28003b --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/switch-active-insensitive-dark@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Orange/gtk-3.0/assets/switch-active-insensitive-dark@2.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/switch-active-insensitive-header-dark.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/switch-active-insensitive-header-dark.png new file mode 120000 index 00000000..848ab166 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/switch-active-insensitive-header-dark.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Orange/gtk-3.0/assets/switch-active-insensitive-header-dark.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/switch-active-insensitive-header-dark@2.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/switch-active-insensitive-header-dark@2.png new file mode 120000 index 00000000..fae9b747 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/switch-active-insensitive-header-dark@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Orange/gtk-3.0/assets/switch-active-insensitive-header-dark@2.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/switch-active-insensitive-header.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/switch-active-insensitive-header.png new file mode 120000 index 00000000..36fa205d --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/switch-active-insensitive-header.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Orange/gtk-3.0/assets/switch-active-insensitive-header.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/switch-active-insensitive-header@2.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/switch-active-insensitive-header@2.png new file mode 120000 index 00000000..e6427d06 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/switch-active-insensitive-header@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Orange/gtk-3.0/assets/switch-active-insensitive-header@2.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/switch-active-insensitive-selected.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/switch-active-insensitive-selected.png new file mode 120000 index 00000000..5650aa37 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/switch-active-insensitive-selected.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Orange/gtk-3.0/assets/switch-active-insensitive-selected.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/switch-active-insensitive-selected@2.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/switch-active-insensitive-selected@2.png new file mode 120000 index 00000000..fda1410a --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/switch-active-insensitive-selected@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Orange/gtk-3.0/assets/switch-active-insensitive-selected@2.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/switch-active-insensitive.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/switch-active-insensitive.png new file mode 120000 index 00000000..36fa205d --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/switch-active-insensitive.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Orange/gtk-3.0/assets/switch-active-insensitive-header.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/switch-active-insensitive@2.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/switch-active-insensitive@2.png new file mode 120000 index 00000000..e6427d06 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/switch-active-insensitive@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Orange/gtk-3.0/assets/switch-active-insensitive-header@2.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/switch-active-selected.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/switch-active-selected.png new file mode 120000 index 00000000..10b628a1 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/switch-active-selected.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Orange/gtk-3.0/assets/switch-active-selected.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/switch-active-selected@2.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/switch-active-selected@2.png new file mode 120000 index 00000000..48f6f9bf --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/switch-active-selected@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Orange/gtk-3.0/assets/switch-active-selected@2.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/switch-active.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/switch-active.png new file mode 120000 index 00000000..cba625b2 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/switch-active.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Orange/gtk-3.0/assets/switch-active-header.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/switch-active@2.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/switch-active@2.png new file mode 120000 index 00000000..519f396a --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/switch-active@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Orange/gtk-3.0/assets/switch-active-header@2.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/switch-dark.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/switch-dark.png new file mode 120000 index 00000000..2c6fa957 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/switch-dark.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/switch-dark.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/switch-dark@2.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/switch-dark@2.png new file mode 120000 index 00000000..52c9f38d --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/switch-dark@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/switch-dark@2.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/switch-header-dark.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/switch-header-dark.png new file mode 120000 index 00000000..3954cfee --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/switch-header-dark.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/switch-header-dark.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/switch-header-dark@2.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/switch-header-dark@2.png new file mode 120000 index 00000000..59042f97 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/switch-header-dark@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/switch-header-dark@2.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/switch-header.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/switch-header.png new file mode 120000 index 00000000..76040551 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/switch-header.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/switch-header.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/switch-header@2.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/switch-header@2.png new file mode 120000 index 00000000..5d183946 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/switch-header@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/switch-header@2.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/switch-insensitive-dark.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/switch-insensitive-dark.png new file mode 120000 index 00000000..3ba0ad82 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/switch-insensitive-dark.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/switch-insensitive-dark.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/switch-insensitive-dark@2.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/switch-insensitive-dark@2.png new file mode 120000 index 00000000..d36d5a65 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/switch-insensitive-dark@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/switch-insensitive-dark@2.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/switch-insensitive-header-dark.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/switch-insensitive-header-dark.png new file mode 120000 index 00000000..608b0c7e --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/switch-insensitive-header-dark.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/switch-insensitive-header-dark.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/switch-insensitive-header-dark@2.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/switch-insensitive-header-dark@2.png new file mode 120000 index 00000000..27e24694 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/switch-insensitive-header-dark@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/switch-insensitive-header-dark@2.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/switch-insensitive-header.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/switch-insensitive-header.png new file mode 120000 index 00000000..dabe6fb8 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/switch-insensitive-header.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/switch-insensitive-header.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/switch-insensitive-header@2.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/switch-insensitive-header@2.png new file mode 120000 index 00000000..21037a4d --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/switch-insensitive-header@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/switch-insensitive-header@2.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/switch-insensitive-selected.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/switch-insensitive-selected.png new file mode 120000 index 00000000..5736b9eb --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/switch-insensitive-selected.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/switch-insensitive-selected.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/switch-insensitive-selected@2.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/switch-insensitive-selected@2.png new file mode 120000 index 00000000..74b009c3 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/switch-insensitive-selected@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/switch-insensitive-selected@2.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/switch-insensitive.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/switch-insensitive.png new file mode 120000 index 00000000..0a088f48 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/switch-insensitive.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/switch-insensitive.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/switch-insensitive@2.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/switch-insensitive@2.png new file mode 120000 index 00000000..215cca4f --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/switch-insensitive@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/switch-insensitive@2.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/switch-selected.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/switch-selected.png new file mode 120000 index 00000000..c133ab3c --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/switch-selected.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/switch-selected.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/switch-selected@2.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/switch-selected@2.png new file mode 120000 index 00000000..83b374f8 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/switch-selected@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/switch-selected@2.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/switch.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/switch.png new file mode 120000 index 00000000..d28f4689 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/switch.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/switch.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/switch@2.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/switch@2.png new file mode 120000 index 00000000..f5aab54d --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/switch@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/switch@2.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/titlebutton-close-active-dark.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/titlebutton-close-active-dark.png new file mode 120000 index 00000000..8ede9b01 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/titlebutton-close-active-dark.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Orange/gtk-3.0/assets/titlebutton-close-active-dark.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/titlebutton-close-active-dark@2.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/titlebutton-close-active-dark@2.png new file mode 120000 index 00000000..aa1c8176 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/titlebutton-close-active-dark@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Orange/gtk-3.0/assets/titlebutton-close-active-dark@2.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/titlebutton-close-active.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/titlebutton-close-active.png new file mode 120000 index 00000000..029311e4 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/titlebutton-close-active.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Orange/gtk-3.0/assets/titlebutton-close-active.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/titlebutton-close-active@2.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/titlebutton-close-active@2.png new file mode 120000 index 00000000..7ce1e9c5 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/titlebutton-close-active@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Orange/gtk-3.0/assets/titlebutton-close-active@2.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/titlebutton-close-backdrop-dark.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/titlebutton-close-backdrop-dark.png new file mode 120000 index 00000000..f38c1e80 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/titlebutton-close-backdrop-dark.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-close-backdrop-dark.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/titlebutton-close-backdrop-dark@2.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/titlebutton-close-backdrop-dark@2.png new file mode 120000 index 00000000..5db8af16 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/titlebutton-close-backdrop-dark@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-close-backdrop-dark@2.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/titlebutton-close-backdrop.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/titlebutton-close-backdrop.png new file mode 120000 index 00000000..24a62425 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/titlebutton-close-backdrop.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-close-backdrop.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/titlebutton-close-backdrop@2.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/titlebutton-close-backdrop@2.png new file mode 120000 index 00000000..c0f91f34 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/titlebutton-close-backdrop@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-close-backdrop@2.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/titlebutton-close-dark.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/titlebutton-close-dark.png new file mode 120000 index 00000000..044b5735 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/titlebutton-close-dark.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Orange/gtk-3.0/assets/titlebutton-close-dark.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/titlebutton-close-dark@2.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/titlebutton-close-dark@2.png new file mode 120000 index 00000000..bd85403d --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/titlebutton-close-dark@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Orange/gtk-3.0/assets/titlebutton-close-dark@2.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/titlebutton-close-hover-dark.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/titlebutton-close-hover-dark.png new file mode 120000 index 00000000..1cd48600 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/titlebutton-close-hover-dark.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Orange/gtk-3.0/assets/titlebutton-close-hover-dark.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/titlebutton-close-hover-dark@2.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/titlebutton-close-hover-dark@2.png new file mode 120000 index 00000000..35ae162a --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/titlebutton-close-hover-dark@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Orange/gtk-3.0/assets/titlebutton-close-hover-dark@2.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/titlebutton-close-hover.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/titlebutton-close-hover.png new file mode 120000 index 00000000..8cc2bb26 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/titlebutton-close-hover.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Orange/gtk-3.0/assets/titlebutton-close-hover.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/titlebutton-close-hover@2.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/titlebutton-close-hover@2.png new file mode 120000 index 00000000..1b14a31c --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/titlebutton-close-hover@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Orange/gtk-3.0/assets/titlebutton-close-hover@2.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/titlebutton-close.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/titlebutton-close.png new file mode 120000 index 00000000..4212e9d4 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/titlebutton-close.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Orange/gtk-3.0/assets/titlebutton-close.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/titlebutton-close@2.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/titlebutton-close@2.png new file mode 120000 index 00000000..00578279 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/titlebutton-close@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Orange/gtk-3.0/assets/titlebutton-close@2.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/titlebutton-max-active-dark.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/titlebutton-max-active-dark.png new file mode 120000 index 00000000..198caf98 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/titlebutton-max-active-dark.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-max-active-dark.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/titlebutton-max-active-dark@2.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/titlebutton-max-active-dark@2.png new file mode 120000 index 00000000..2710d9d9 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/titlebutton-max-active-dark@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-max-active-dark@2.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/titlebutton-max-active.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/titlebutton-max-active.png new file mode 120000 index 00000000..198caf98 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/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-Orange/gtk-3.0/assets/titlebutton-max-active@2.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/titlebutton-max-active@2.png new file mode 120000 index 00000000..2710d9d9 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/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-Orange/gtk-3.0/assets/titlebutton-max-backdrop-dark.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/titlebutton-max-backdrop-dark.png new file mode 120000 index 00000000..b8cf55a7 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/titlebutton-max-backdrop-dark.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-max-backdrop-dark.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/titlebutton-max-backdrop-dark@2.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/titlebutton-max-backdrop-dark@2.png new file mode 120000 index 00000000..9f1de39f --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/titlebutton-max-backdrop-dark@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-max-backdrop-dark@2.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/titlebutton-max-backdrop.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/titlebutton-max-backdrop.png new file mode 120000 index 00000000..b2bb6f7e --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/titlebutton-max-backdrop.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-max-backdrop.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/titlebutton-max-backdrop@2.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/titlebutton-max-backdrop@2.png new file mode 120000 index 00000000..7355f31a --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/titlebutton-max-backdrop@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-max-backdrop@2.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/titlebutton-max-dark.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/titlebutton-max-dark.png new file mode 120000 index 00000000..5478e0db --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/titlebutton-max-dark.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-max-dark.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/titlebutton-max-dark@2.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/titlebutton-max-dark@2.png new file mode 120000 index 00000000..ee0a0a03 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/titlebutton-max-dark@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-max-dark@2.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/titlebutton-max-hover-dark.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/titlebutton-max-hover-dark.png new file mode 120000 index 00000000..9105a898 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/titlebutton-max-hover-dark.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-max-hover-dark.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/titlebutton-max-hover-dark@2.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/titlebutton-max-hover-dark@2.png new file mode 120000 index 00000000..2482e205 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/titlebutton-max-hover-dark@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-max-hover-dark@2.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/titlebutton-max-hover.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/titlebutton-max-hover.png new file mode 120000 index 00000000..c2ff63b3 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/titlebutton-max-hover.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-max-hover.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/titlebutton-max-hover@2.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/titlebutton-max-hover@2.png new file mode 120000 index 00000000..e3179728 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/titlebutton-max-hover@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-max-hover@2.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/titlebutton-max.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/titlebutton-max.png new file mode 120000 index 00000000..18ee1987 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/titlebutton-max.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Aqua/gtk-3.0/assets/titlebutton-max.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/titlebutton-max@2.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/titlebutton-max@2.png new file mode 120000 index 00000000..3a116cf3 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/titlebutton-max@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Aqua/gtk-3.0/assets/titlebutton-max@2.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/titlebutton-min-active-dark.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/titlebutton-min-active-dark.png new file mode 120000 index 00000000..69c5f1dd --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/titlebutton-min-active-dark.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-min-active-dark.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/titlebutton-min-active-dark@2.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/titlebutton-min-active-dark@2.png new file mode 120000 index 00000000..603a19d2 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/titlebutton-min-active-dark@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-min-active-dark@2.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/titlebutton-min-active.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/titlebutton-min-active.png new file mode 120000 index 00000000..69c5f1dd --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/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-Orange/gtk-3.0/assets/titlebutton-min-active@2.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/titlebutton-min-active@2.png new file mode 120000 index 00000000..603a19d2 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/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-Orange/gtk-3.0/assets/titlebutton-min-backdrop-dark.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/titlebutton-min-backdrop-dark.png new file mode 120000 index 00000000..ab44cae2 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/titlebutton-min-backdrop-dark.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-min-backdrop-dark.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/titlebutton-min-backdrop-dark@2.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/titlebutton-min-backdrop-dark@2.png new file mode 120000 index 00000000..8df3ce02 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/titlebutton-min-backdrop-dark@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-min-backdrop-dark@2.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/titlebutton-min-backdrop.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/titlebutton-min-backdrop.png new file mode 120000 index 00000000..a805d720 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/titlebutton-min-backdrop.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-min-backdrop.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/titlebutton-min-backdrop@2.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/titlebutton-min-backdrop@2.png new file mode 120000 index 00000000..ebf9f950 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/titlebutton-min-backdrop@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-min-backdrop@2.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/titlebutton-min-dark.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/titlebutton-min-dark.png new file mode 120000 index 00000000..f9b19f2f --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/titlebutton-min-dark.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-min-dark.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/titlebutton-min-dark@2.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/titlebutton-min-dark@2.png new file mode 120000 index 00000000..a6e99e83 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/titlebutton-min-dark@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-min-dark@2.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/titlebutton-min-hover-dark.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/titlebutton-min-hover-dark.png new file mode 120000 index 00000000..52bdbb03 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/titlebutton-min-hover-dark.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-min-hover-dark.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/titlebutton-min-hover-dark@2.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/titlebutton-min-hover-dark@2.png new file mode 120000 index 00000000..bb1de5b0 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/titlebutton-min-hover-dark@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-min-hover-dark@2.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/titlebutton-min-hover.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/titlebutton-min-hover.png new file mode 120000 index 00000000..8311966d --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/titlebutton-min-hover.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-min-hover.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/titlebutton-min-hover@2.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/titlebutton-min-hover@2.png new file mode 120000 index 00000000..cd5f6676 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/titlebutton-min-hover@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/gtk-3.0/assets/titlebutton-min-hover@2.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/titlebutton-min.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/titlebutton-min.png new file mode 120000 index 00000000..585109e8 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/titlebutton-min.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Aqua/gtk-3.0/assets/titlebutton-min.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/titlebutton-min@2.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/titlebutton-min@2.png new file mode 120000 index 00000000..3fde9c48 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/assets/titlebutton-min@2.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Aqua/gtk-3.0/assets/titlebutton-min@2.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/gtk-3.0/gtk.css b/themes/Mint-Y-Dark-Orange/gtk-3.0/gtk.css new file mode 100644 index 00000000..f0373e26 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/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: #cc9560; + 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 #bd7b3c; + background-color: rgba(189, 123, 60, 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: #cc9560; } + +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: #cc9560; + 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 #cc9560, inset -1px 0 #cc9560, inset 0 1px #cc9560, inset 0 -1px #cc9560; } + 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: #cc9560; + 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: #cc9560; } + .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: #cc9560; + background-color: #ffffff; } + entry progress { + margin: 0 -6px; + border-radius: 0; + border-width: 0 0 2px; + border-color: #cc9560; + 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: #cc9560; } + +@keyframes needs_attention { + from { + background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#cc9560), to(transparent)); } + to { + background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#cc9560), 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: #cc9560; + 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(204, 149, 96, 0.75); + background-color: rgba(204, 149, 96, 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: #cc9560; + border-color: #cc9560; + 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: #cc9560; } + 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: #cc9560; } + 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: #cc9560; } + .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: #cc9560; } + .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(#cc9560), 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: #cc9560; } + .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(204, 149, 96, 0.75); + background-color: rgba(204, 149, 96, 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: #ebd5bf; } + button:hover:link, button:hover:visited, + *:link:hover { + color: #7eafe9; } + *:selected button:hover:link, *:selected button:hover:visited, *:selected *:link:hover { + color: #faf4ef; } + button:active:link, button:active:visited, + *:link:active { + color: #5294E2; } + *:selected button:active:link, *:selected button:active:visited, *:selected *:link:active { + color: #f5eadf; } + 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: #f5eadf; } + +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: #cc9560; } + +.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: #cc9560; } + +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: #cc9560; + border-color: #c78b51; + box-shadow: none; } + headerbar.selection-mode:backdrop, + .selection-mode.titlebar:backdrop:not(headerbar) { + background-color: #cc9560; + 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: #cc9560; + outline-color: rgba(204, 149, 96, 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(204, 149, 96, 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: #cc9560; } + .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: #cc9560; + 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: #cc9560; + color: #ffffff; } + + .primary-toolbar entry progress, headerbar entry progress { + border-color: #cc9560; + 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: #cc9560; + 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(204, 149, 96, 0.65); + background-color: rgba(204, 149, 96, 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: #cc9560; } + .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: #cc9560; } + + .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(204, 149, 96, 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: #cc9560; + 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: #cc9560; + border-color: #cc9560; } + + .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: #cc9560; } + treeview.view:selected, treeview.view:selected:focus { + border-radius: 0; + border-left-color: #e6cab0; + border-top-color: rgba(218, 218, 218, 0.1); } + treeview.view:disabled { + color: rgba(218, 218, 218, 0.55); } + treeview.view:disabled:selected { + color: #e0bfa0; } + 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: #d3b89d; } + 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: #f0dfcf; } + 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: #cc9560; } + treeview.view.progressbar:selected, treeview.view.progressbar:selected:focus, treeview.view.progressbar:focus:selected, treeview.view.progressbar:focus:selected:focus { + color: #cc9560; + 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: #cc9560; + box-shadow: inset 1px 1px 0 1px #cc9560, inset -1px 0 0 1px #cc9560, 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: #cc9560; + 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: #cc9560; } + 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: #cc9560; } + 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: #cc9560; } + 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: #cc9560; + border-color: #cc9560; } + .osd scale slider { + background-color: #353535; + border-color: #cc9560; } + .osd scale slider:hover { + background-color: #cc9560; } + .osd scale slider:active { + background-color: #bd7b3c; + border-color: #bd7b3c; } + 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: #f7efe7; + border-color: #f7efe7; } + menuitem:hover scale slider:active, row:selected scale slider:active, infobar scale slider:active { + background-color: #e6cab0; + border-color: #e6cab0; } + menuitem:hover scale slider:disabled, row:selected scale slider:disabled, infobar scale slider:disabled { + background-color: #e8cfb7; + border-color: #e8cfb7; } + 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: #cc9560; } + 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: #e8cfb7; } + 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: #cc9560; } + scale highlight:disabled { + background-color: rgba(204, 149, 96, 0.55); } + scale fill { + border-radius: 2.5px; + background-color: rgba(204, 149, 96, 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: #cc9560; + 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: #cc9560; } + +.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 #cc9560; + background-color: #cc9560; + border-radius: 2px; } + +levelbar block.low { + border-color: #f27835; + background-color: #f27835; } + +levelbar block.high { + border-color: #cc9560; + background-color: #cc9560; } + +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(204, 149, 96, 0.2)), to(rgba(204, 149, 96, 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(204, 149, 96, 0.2)), to(rgba(204, 149, 96, 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(204, 149, 96, 0.2)), to(rgba(204, 149, 96, 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(204, 149, 96, 0.2)), to(rgba(204, 149, 96, 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: #b88656; } + +.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(204, 149, 96, 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: #cc9560; + 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: #cc9560; + 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, #cc9560, #cc9560); + background-clip: content-box; } + placessidebar row.sidebar-new-bookmark-row { + color: #cc9560; } + placessidebar row:drop(active):not(:disabled) { + box-shadow: inset 0 1px #cc9560, inset 0 -1px #cc9560; } + placessidebar row:drop(active):not(:disabled), placessidebar row:drop(active):not(:disabled) label, placessidebar row:drop(active):not(:disabled) image { + color: #cc9560; } + placessidebar row:drop(active):not(:disabled):selected { + background-color: #cc9560; } + 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, #cc9560, #cc9560); } + 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: #cc9560; + color: #ffffff; + caret-color: currentColor; } + infobar.info selection, infobar.question selection, infobar.warning selection, infobar.error selection { + color: #cc9560; + 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: #cc9560; + 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: #cc9560; + 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 #cc9560; } + +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: #cc9560; } + 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: #cc9560; } + 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: #e6cab0; } + +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: #cc9560; } + +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: #cc9560; } + +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: #f5eadf; } + +.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: #cc9560; } + .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: #cc9560; } + .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: #cc9560; } + .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: #cc9560; } + .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(204, 149, 96, 0.8); + border-color: rgba(189, 123, 60, 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 #cc9560, inset -1px 0 #cc9560, inset 0 1px #cc9560, inset 0 -1px #cc9560; } + .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: #bd7b3c; + -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: #cc9560; + 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, #cc9560, #cc9560); } + .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: #cc9560; } + +.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: #cc9560; } + .gedit-document-panel row:active button { + color: #ffffff; } + .gedit-document-panel row:selected, .gedit-document-panel row:selected:hover { + color: #ffffff; + background-color: #cc9560; } + .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: #cc9560; } + +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: #cc9560; + 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: #cc9560; + 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: #e5c8ad; } + +.documents-entry-tag, .photos-entry-tag { + background-color: #cc9560; + color: #ffffff; + border-radius: 2px; + border-width: 0; + margin: 2px; + padding: 4px; } + .documents-entry-tag:hover, .photos-entry-tag:hover { + color: #ffffff; + background-color: #d19f6f; } + .documents-entry-tag:active, .photos-entry-tag:active { + color: #ffffff; + background-color: #c78b51; } + +.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: #cc9560; } + +.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: #cc9560; } + .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: #cc9560; } + +.wnck-pager { + background-color: rgba(0, 0, 0, 0.04); } + .wnck-pager:selected { + background-color: rgba(204, 149, 96, 0.6); } + .wnck-pager:hover { + background-color: rgba(204, 149, 96, 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: #cc9560; } + .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: #cc9560; + 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: #cc9560; + 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: #cc9560; + 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: #cc9560; } + +.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: #cc9560; + 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: #cc9560; } + .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: #cc9560; + 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: #cc9560; } + #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: #cc9560; } + #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: #cc9560; + 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: #cc9560; + 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 #cc9560; +@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 #cc9560; +@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 #cc9560; +@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: #cc9560; } + 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: #cc9560; } + 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(#cc9560), 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-Orange/gtk-3.0/thumbnail.png b/themes/Mint-Y-Dark-Orange/gtk-3.0/thumbnail.png Binary files differnew file mode 100644 index 00000000..3a7f1d71 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/gtk-3.0/thumbnail.png diff --git a/themes/Mint-Y-Dark-Orange/index.theme b/themes/Mint-Y-Dark-Orange/index.theme new file mode 100644 index 00000000..0108ce15 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/index.theme @@ -0,0 +1,12 @@ +[Desktop Entry] +Type=X-GNOME-Metatheme +Name=Mint-Y-Dark-Orange +Comment=A dark flat theme with transparent elements +Encoding=UTF-8 + +[X-GNOME-Metatheme] +GtkTheme=Mint-Y-Dark-Orange +MetacityTheme=Mint-Y-Dark-Orange +IconTheme=Mint-Y-Orange +CursorTheme=DMZ-Black +ButtonLayout=menu:minimize,maximize,close diff --git a/themes/Mint-Y-Dark-Orange/metacity-1/button-bg.svg b/themes/Mint-Y-Dark-Orange/metacity-1/button-bg.svg new file mode 120000 index 00000000..63e35a07 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/metacity-1/button-bg.svg @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/metacity-1/button-bg.svg
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/metacity-1/button-border.svg b/themes/Mint-Y-Dark-Orange/metacity-1/button-border.svg new file mode 120000 index 00000000..f0da05d6 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/metacity-1/button-border.svg @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/metacity-1/button-border.svg
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/metacity-1/close-icon.svg b/themes/Mint-Y-Dark-Orange/metacity-1/close-icon.svg new file mode 120000 index 00000000..2b1f5168 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/metacity-1/close-icon.svg @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/metacity-1/close-icon.svg
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/metacity-1/max-icon.svg b/themes/Mint-Y-Dark-Orange/metacity-1/max-icon.svg new file mode 120000 index 00000000..6b9fb967 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/metacity-1/max-icon.svg @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/metacity-1/max-icon.svg
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/metacity-1/menu-icon.svg b/themes/Mint-Y-Dark-Orange/metacity-1/menu-icon.svg new file mode 120000 index 00000000..d1d7ed72 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/metacity-1/menu-icon.svg @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/metacity-1/menu-icon.svg
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/metacity-1/metacity-theme-2.xml b/themes/Mint-Y-Dark-Orange/metacity-1/metacity-theme-2.xml new file mode 100644 index 00000000..e9265d56 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/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="#db9d61" /> +<constant name="C_button_close_bg_hover" value="shade/#db9d61/1.14" /> +<constant name="C_button_close_bg_active" value="shade/#db9d61/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-Orange/metacity-1/min-icon.svg b/themes/Mint-Y-Dark-Orange/metacity-1/min-icon.svg new file mode 120000 index 00000000..dd10cf9b --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/metacity-1/min-icon.svg @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/metacity-1/min-icon.svg
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/metacity-1/shade-icon.svg b/themes/Mint-Y-Dark-Orange/metacity-1/shade-icon.svg new file mode 120000 index 00000000..3bcbbdc5 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/metacity-1/shade-icon.svg @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/metacity-1/shade-icon.svg
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/metacity-1/stick-icon.svg b/themes/Mint-Y-Dark-Orange/metacity-1/stick-icon.svg new file mode 120000 index 00000000..e0da1644 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/metacity-1/stick-icon.svg @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/metacity-1/stick-icon.svg
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/metacity-1/thumbnail.png b/themes/Mint-Y-Dark-Orange/metacity-1/thumbnail.png new file mode 120000 index 00000000..3d6c4b87 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/metacity-1/thumbnail.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/metacity-1/thumbnail.png
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/metacity-1/unshade-icon.svg b/themes/Mint-Y-Dark-Orange/metacity-1/unshade-icon.svg new file mode 120000 index 00000000..d132c425 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/metacity-1/unshade-icon.svg @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/metacity-1/unshade-icon.svg
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/metacity-1/unstick-icon.svg b/themes/Mint-Y-Dark-Orange/metacity-1/unstick-icon.svg new file mode 120000 index 00000000..df09750b --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/metacity-1/unstick-icon.svg @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/metacity-1/unstick-icon.svg
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/xfwm4/bottom-active.xpm b/themes/Mint-Y-Dark-Orange/xfwm4/bottom-active.xpm new file mode 120000 index 00000000..9797d26d --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/xfwm4/bottom-active.xpm @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/xfwm4/bottom-active.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/xfwm4/bottom-inactive.xpm b/themes/Mint-Y-Dark-Orange/xfwm4/bottom-inactive.xpm new file mode 120000 index 00000000..9f106392 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/xfwm4/bottom-inactive.xpm @@ -0,0 +1 @@ +bottom-active.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/xfwm4/bottom-left-active.xpm b/themes/Mint-Y-Dark-Orange/xfwm4/bottom-left-active.xpm new file mode 120000 index 00000000..309ef5cf --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/xfwm4/bottom-left-active.xpm @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/xfwm4/bottom-left-active.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/xfwm4/bottom-left-inactive.xpm b/themes/Mint-Y-Dark-Orange/xfwm4/bottom-left-inactive.xpm new file mode 120000 index 00000000..d70de34a --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/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-Orange/xfwm4/bottom-right-active.xpm b/themes/Mint-Y-Dark-Orange/xfwm4/bottom-right-active.xpm new file mode 120000 index 00000000..1b14934d --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/xfwm4/bottom-right-active.xpm @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/xfwm4/bottom-right-active.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/xfwm4/bottom-right-inactive.xpm b/themes/Mint-Y-Dark-Orange/xfwm4/bottom-right-inactive.xpm new file mode 120000 index 00000000..d234cea5 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/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-Orange/xfwm4/close-active.xpm b/themes/Mint-Y-Dark-Orange/xfwm4/close-active.xpm new file mode 100644 index 00000000..6c06a4d7 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/xfwm4/close-active.xpm @@ -0,0 +1,68 @@ +/* XPM */ +static char *close_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 38 1", +". c #373737", +" c #2F2F2F", +"@ c #3D3833", +"# c #816449", +"$ c #AF8257", +"% c #C5915E", +"& c #AE8157", +"* c #806448", +"= c #63513F", +"- c #C48F5D", +"; c #CC9560", +"> c #635140", +", c #CB9460", +"' c #C4905E", +") c #3C3834", +"! c #323130", +"~ c #6D5743", +"{ c #CA945F", +"] c #6F5943", +"^ c #313030", +"/ c #7F6348", +"( c #AF8357", +"_ c #7D6247", +": c #6A5541", +"< c #6B5642", +"[ c #775E45", +"} c #C4905D", +"| c #7A6047", +"1 c #765D45", +"2 c #695541", +"3 c #64513F", +"4 c #6C5742", +"5 c #7E6248", +"6 c #826549", +"7 c #C38F5D", +"8 c #3B3733", +"9 c #62503F", +"0 c #AD8156", +/* pixels */ +"........................", +" ", +" ", +" ", +" ", +" @#$%%&*@ ", +" =-;;;;;;-> ", +" =,;;;;;;;;,> ", +" @-;;';;;;';;') ", +" #;;;!~{{]^;;;/ ", +" (;;;_ :< [;;;& ", +" };;;;| 1;;;;- ", +" -;;;,2 3{;;;' ", +" $;;;4 55 <;;;& ", +" *;;;@6;;6@;;;5 ", +" @-;;;;;;;;;;78 ", +" >,;;;;;;;;,9 ", +" >';;;;;;79 ", +" )/0}}058 ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark-Orange/xfwm4/close-inactive.xpm b/themes/Mint-Y-Dark-Orange/xfwm4/close-inactive.xpm new file mode 120000 index 00000000..cd71375f --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/xfwm4/close-inactive.xpm @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/xfwm4/close-inactive.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/xfwm4/close-prelight.xpm b/themes/Mint-Y-Dark-Orange/xfwm4/close-prelight.xpm new file mode 100644 index 00000000..5017dc8c --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/xfwm4/close-prelight.xpm @@ -0,0 +1,71 @@ +/* XPM */ +static char * close_prelight_xpm[] = { +/* columns rows colors chars-per-pixel */ +"24 24 41 1", +". c #373737", +" c #2F2F2F", +"@ c #3E3A36", +"# c #896F56", +"$ c #BC936C", +"% c #D5A577", +"& c #BB926C", +"* c #886E56", +"= c #685848", +"- c #D3A376", +"; c #DCAA7A", +"> c #DBA97A", +", c #D3A477", +"' c #D3A476", +") c #3D3936", +"! c #323130", +"~ c #73604D", +"{ c #DAA979", +"] c #76614E", +"^ c #313030", +"/ c #876E55", +"( c #BC946D", +"_ c #856C54", +": c #705D4B", +"< c #715E4B", +"[ c #7F6851", +"} c #D4A476", +"| c #816A53", +"1 c #7D6751", +"2 c #DAA97A", +"3 c #6F5C4A", +"4 c #695848", +"5 c #DAA879", +"6 c #725F4C", +"7 c #866D55", +"8 c #725E4C", +"9 c #8B7057", +"0 c #D2A376", +"a c #3C3835", +"b c #675747", +"c c #BA926B", +/* pixels */ +"........................", +" ", +" ", +" ", +" ", +" @#$%%&*@ ", +" =-;;;;;;-= ", +" =>;;;;;;;;>= ", +" @-;;,;;;;';;') ", +" #;;;!~{{]^;;;/ ", +" (;;;_ :< [;;;& ", +" };;;;| 1;;;;- ", +" -;;;23 45;;;' ", +" $;;;6 77 8;;;& ", +" *;;;@9;;9@;;;7 ", +" @-;;;;;;;;;;0a ", +" =>;;;;;;;;>b ", +" =';;;;;;0b ", +" )/c}}c7a ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark-Orange/xfwm4/close-pressed.xpm b/themes/Mint-Y-Dark-Orange/xfwm4/close-pressed.xpm new file mode 100644 index 00000000..5d2972a7 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/xfwm4/close-pressed.xpm @@ -0,0 +1,66 @@ +/* XPM */ +static char * close_pressed_xpm[] = { +/* columns rows colors chars-per-pixel */ +"24 24 36 1", +". c #373737", +" c #2F2F2F", +"@ c #3A3531", +"# c #6E553C", +"$ c #926A43", +"% c #A47446", +"& c #926942", +"* c #6E543B", +"= c #584737", +"- c #A27345", +"; c #A97747", +"> c #A87747", +", c #A37447", +"' c #A37346", +") c #393532", +"! c #31302F", +"~ c #5F4C39", +"{ c #A87646", +"] c #614D39", +"^ c #303030", +"/ c #6D543B", +"( c #936A43", +"_ c #6C533B", +": c #5D4A38", +"< c #67503A", +"[ c #69513B", +"} c #66503A", +"| c #5C4937", +"1 c #A77647", +"2 c #5F4B39", +"3 c #5E4B38", +"4 c #70563C", +"5 c #A27346", +"6 c #383431", +"7 c #564637", +"8 c #916942", +/* pixels */ +"........................", +" ", +" ", +" ", +" ", +" @#$%%&*@ ", +" =-;;;;;;-= ", +" =>;;;;;;;;>= ", +" @-;;,;;;;';;') ", +" #;;;!~{{]^;;;/ ", +" (;;;_ :: <;;;& ", +" ';;;;[ };;;;- ", +" -;;;>| =1;;;' ", +" $;;;2 __ 3;;;& ", +" *;;;@4;;4@;;;_ ", +" @-;;;;;;;;;;56 ", +" =>;;;;;;;;>7 ", +" =';;;;;;57 ", +" )/8''8_6 ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark-Orange/xfwm4/hide-active.xpm b/themes/Mint-Y-Dark-Orange/xfwm4/hide-active.xpm new file mode 120000 index 00000000..6fc607de --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/xfwm4/hide-active.xpm @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/xfwm4/hide-active.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/xfwm4/hide-inactive.xpm b/themes/Mint-Y-Dark-Orange/xfwm4/hide-inactive.xpm new file mode 120000 index 00000000..c7515d57 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/xfwm4/hide-inactive.xpm @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/xfwm4/hide-inactive.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/xfwm4/hide-prelight.xpm b/themes/Mint-Y-Dark-Orange/xfwm4/hide-prelight.xpm new file mode 120000 index 00000000..43efffbc --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/xfwm4/hide-prelight.xpm @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/xfwm4/hide-prelight.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/xfwm4/hide-pressed.xpm b/themes/Mint-Y-Dark-Orange/xfwm4/hide-pressed.xpm new file mode 120000 index 00000000..c9fe0c4e --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/xfwm4/hide-pressed.xpm @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/xfwm4/hide-pressed.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/xfwm4/left-active.xpm b/themes/Mint-Y-Dark-Orange/xfwm4/left-active.xpm new file mode 120000 index 00000000..ea428e11 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/xfwm4/left-active.xpm @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/xfwm4/left-active.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/xfwm4/left-inactive.xpm b/themes/Mint-Y-Dark-Orange/xfwm4/left-inactive.xpm new file mode 120000 index 00000000..ebcf4903 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/xfwm4/left-inactive.xpm @@ -0,0 +1 @@ +left-active.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/xfwm4/maximize-active.xpm b/themes/Mint-Y-Dark-Orange/xfwm4/maximize-active.xpm new file mode 120000 index 00000000..9b5295d8 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/xfwm4/maximize-active.xpm @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/xfwm4/maximize-active.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/xfwm4/maximize-inactive.xpm b/themes/Mint-Y-Dark-Orange/xfwm4/maximize-inactive.xpm new file mode 120000 index 00000000..a05c951b --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/xfwm4/maximize-inactive.xpm @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/xfwm4/maximize-inactive.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/xfwm4/maximize-prelight.xpm b/themes/Mint-Y-Dark-Orange/xfwm4/maximize-prelight.xpm new file mode 120000 index 00000000..541e0f7d --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/xfwm4/maximize-prelight.xpm @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/xfwm4/maximize-prelight.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/xfwm4/maximize-pressed.xpm b/themes/Mint-Y-Dark-Orange/xfwm4/maximize-pressed.xpm new file mode 120000 index 00000000..7b09794b --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/xfwm4/maximize-pressed.xpm @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/xfwm4/maximize-pressed.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/xfwm4/menu-active.xpm b/themes/Mint-Y-Dark-Orange/xfwm4/menu-active.xpm new file mode 120000 index 00000000..79f3b492 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/xfwm4/menu-active.xpm @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/xfwm4/menu-active.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/xfwm4/menu-inactive.xpm b/themes/Mint-Y-Dark-Orange/xfwm4/menu-inactive.xpm new file mode 120000 index 00000000..1a77741a --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/xfwm4/menu-inactive.xpm @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/xfwm4/menu-inactive.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/xfwm4/menu-prelight.xpm b/themes/Mint-Y-Dark-Orange/xfwm4/menu-prelight.xpm new file mode 120000 index 00000000..4827ddbc --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/xfwm4/menu-prelight.xpm @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/xfwm4/menu-prelight.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/xfwm4/menu-pressed.xpm b/themes/Mint-Y-Dark-Orange/xfwm4/menu-pressed.xpm new file mode 120000 index 00000000..27d8f611 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/xfwm4/menu-pressed.xpm @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/xfwm4/menu-pressed.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/xfwm4/right-active.xpm b/themes/Mint-Y-Dark-Orange/xfwm4/right-active.xpm new file mode 120000 index 00000000..57f92335 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/xfwm4/right-active.xpm @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/xfwm4/right-active.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/xfwm4/right-inactive.xpm b/themes/Mint-Y-Dark-Orange/xfwm4/right-inactive.xpm new file mode 120000 index 00000000..6734f48a --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/xfwm4/right-inactive.xpm @@ -0,0 +1 @@ +right-active.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/xfwm4/shade-active.xpm b/themes/Mint-Y-Dark-Orange/xfwm4/shade-active.xpm new file mode 120000 index 00000000..4da3cd13 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/xfwm4/shade-active.xpm @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/xfwm4/shade-active.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/xfwm4/shade-inactive.xpm b/themes/Mint-Y-Dark-Orange/xfwm4/shade-inactive.xpm new file mode 120000 index 00000000..32da3efa --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/xfwm4/shade-inactive.xpm @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/xfwm4/shade-inactive.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/xfwm4/shade-prelight.xpm b/themes/Mint-Y-Dark-Orange/xfwm4/shade-prelight.xpm new file mode 120000 index 00000000..69d009ad --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/xfwm4/shade-prelight.xpm @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/xfwm4/shade-prelight.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/xfwm4/shade-pressed.xpm b/themes/Mint-Y-Dark-Orange/xfwm4/shade-pressed.xpm new file mode 120000 index 00000000..bb0c1c95 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/xfwm4/shade-pressed.xpm @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/xfwm4/shade-pressed.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/xfwm4/shade-toggled-active.xpm b/themes/Mint-Y-Dark-Orange/xfwm4/shade-toggled-active.xpm new file mode 120000 index 00000000..70f6e1a5 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/xfwm4/shade-toggled-active.xpm @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/xfwm4/shade-toggled-active.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/xfwm4/shade-toggled-inactive.xpm b/themes/Mint-Y-Dark-Orange/xfwm4/shade-toggled-inactive.xpm new file mode 120000 index 00000000..43da0b37 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/xfwm4/shade-toggled-inactive.xpm @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/xfwm4/shade-toggled-inactive.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/xfwm4/shade-toggled-prelight.xpm b/themes/Mint-Y-Dark-Orange/xfwm4/shade-toggled-prelight.xpm new file mode 120000 index 00000000..294f574e --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/xfwm4/shade-toggled-prelight.xpm @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/xfwm4/shade-toggled-prelight.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/xfwm4/shade-toggled-pressed.xpm b/themes/Mint-Y-Dark-Orange/xfwm4/shade-toggled-pressed.xpm new file mode 120000 index 00000000..e8396372 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/xfwm4/shade-toggled-pressed.xpm @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/xfwm4/shade-toggled-pressed.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/xfwm4/stick-active.xpm b/themes/Mint-Y-Dark-Orange/xfwm4/stick-active.xpm new file mode 120000 index 00000000..ccbbddba --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/xfwm4/stick-active.xpm @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/xfwm4/stick-active.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/xfwm4/stick-inactive.xpm b/themes/Mint-Y-Dark-Orange/xfwm4/stick-inactive.xpm new file mode 120000 index 00000000..62c0d097 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/xfwm4/stick-inactive.xpm @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/xfwm4/stick-inactive.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/xfwm4/stick-prelight.xpm b/themes/Mint-Y-Dark-Orange/xfwm4/stick-prelight.xpm new file mode 120000 index 00000000..9d784d6c --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/xfwm4/stick-prelight.xpm @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/xfwm4/stick-prelight.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/xfwm4/stick-pressed.xpm b/themes/Mint-Y-Dark-Orange/xfwm4/stick-pressed.xpm new file mode 120000 index 00000000..b1656da8 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/xfwm4/stick-pressed.xpm @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/xfwm4/stick-pressed.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/xfwm4/stick-toggled-active.xpm b/themes/Mint-Y-Dark-Orange/xfwm4/stick-toggled-active.xpm new file mode 120000 index 00000000..5f0a525d --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/xfwm4/stick-toggled-active.xpm @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/xfwm4/stick-toggled-active.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/xfwm4/stick-toggled-inactive.xpm b/themes/Mint-Y-Dark-Orange/xfwm4/stick-toggled-inactive.xpm new file mode 120000 index 00000000..c4ad6929 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/xfwm4/stick-toggled-inactive.xpm @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/xfwm4/stick-toggled-inactive.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/xfwm4/stick-toggled-prelight.xpm b/themes/Mint-Y-Dark-Orange/xfwm4/stick-toggled-prelight.xpm new file mode 120000 index 00000000..4774d711 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/xfwm4/stick-toggled-prelight.xpm @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/xfwm4/stick-toggled-prelight.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/xfwm4/stick-toggled-pressed.xpm b/themes/Mint-Y-Dark-Orange/xfwm4/stick-toggled-pressed.xpm new file mode 120000 index 00000000..974d6f8a --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/xfwm4/stick-toggled-pressed.xpm @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/xfwm4/stick-toggled-pressed.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/xfwm4/themerc b/themes/Mint-Y-Dark-Orange/xfwm4/themerc new file mode 120000 index 00000000..59581bdd --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/xfwm4/themerc @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/xfwm4/themerc
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/xfwm4/title-1-active.xpm b/themes/Mint-Y-Dark-Orange/xfwm4/title-1-active.xpm new file mode 120000 index 00000000..38b8249c --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/xfwm4/title-1-active.xpm @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/xfwm4/title-1-active.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/xfwm4/title-1-inactive.xpm b/themes/Mint-Y-Dark-Orange/xfwm4/title-1-inactive.xpm new file mode 120000 index 00000000..def55f78 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/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-Orange/xfwm4/title-2-active.xpm b/themes/Mint-Y-Dark-Orange/xfwm4/title-2-active.xpm new file mode 120000 index 00000000..81a62cd4 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/xfwm4/title-2-active.xpm @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/xfwm4/title-2-active.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/xfwm4/title-2-inactive.xpm b/themes/Mint-Y-Dark-Orange/xfwm4/title-2-inactive.xpm new file mode 120000 index 00000000..a37458a5 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/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-Orange/xfwm4/title-3-active.xpm b/themes/Mint-Y-Dark-Orange/xfwm4/title-3-active.xpm new file mode 120000 index 00000000..70bb0125 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/xfwm4/title-3-active.xpm @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/xfwm4/title-3-active.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/xfwm4/title-3-inactive.xpm b/themes/Mint-Y-Dark-Orange/xfwm4/title-3-inactive.xpm new file mode 120000 index 00000000..66e6af7e --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/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-Orange/xfwm4/title-4-active.xpm b/themes/Mint-Y-Dark-Orange/xfwm4/title-4-active.xpm new file mode 120000 index 00000000..f29ac74e --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/xfwm4/title-4-active.xpm @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/xfwm4/title-4-active.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/xfwm4/title-4-inactive.xpm b/themes/Mint-Y-Dark-Orange/xfwm4/title-4-inactive.xpm new file mode 120000 index 00000000..069dba67 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/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-Orange/xfwm4/title-5-active.xpm b/themes/Mint-Y-Dark-Orange/xfwm4/title-5-active.xpm new file mode 120000 index 00000000..d04e946e --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/xfwm4/title-5-active.xpm @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/xfwm4/title-5-active.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/xfwm4/title-5-inactive.xpm b/themes/Mint-Y-Dark-Orange/xfwm4/title-5-inactive.xpm new file mode 120000 index 00000000..dcc79469 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/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-Orange/xfwm4/top-left-active.xpm b/themes/Mint-Y-Dark-Orange/xfwm4/top-left-active.xpm new file mode 120000 index 00000000..b2dbaf45 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/xfwm4/top-left-active.xpm @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/xfwm4/top-left-active.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/xfwm4/top-left-inactive.xpm b/themes/Mint-Y-Dark-Orange/xfwm4/top-left-inactive.xpm new file mode 120000 index 00000000..05175262 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/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-Orange/xfwm4/top-right-active.xpm b/themes/Mint-Y-Dark-Orange/xfwm4/top-right-active.xpm new file mode 120000 index 00000000..0ecfdede --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/xfwm4/top-right-active.xpm @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y-Dark/xfwm4/top-right-active.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Dark-Orange/xfwm4/top-right-inactive.xpm b/themes/Mint-Y-Dark-Orange/xfwm4/top-right-inactive.xpm new file mode 120000 index 00000000..42cae620 --- /dev/null +++ b/themes/Mint-Y-Dark-Orange/xfwm4/top-right-inactive.xpm @@ -0,0 +1 @@ +top-right-active.xpm
\ No newline at end of file |
