diff --git a/.themes/Arc-Dark-Gruvbox/cinnamon/cinnamon.css b/.themes/Arc-Dark-Gruvbox/cinnamon/cinnamon.css new file mode 100644 index 00000000..34f45efa --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/cinnamon/cinnamon.css @@ -0,0 +1,1423 @@ +stage { + font-family: Futura Bk bt, sans, Sans-Serif; + font-size: 9pt; + color: #D3DAE3; } + +.label-shadow { + color: transparent; } + +.menu #notification .notification-button, .menu #notification .notification-icon-button, +.popup-menu #notification .notification-button, +.popup-menu #notification .notification-icon-button, .sound-button { + min-height: 20px; + padding: 5px 32px; + transition-duration: 0; + text-shadow: 0 1px rgba(64, 69, 82, 0); + color: #D3DAE3; + background-color: #444a58; + border: 1px solid #2b2e39; + box-shadow: inset 0 2px 4px rgba(68, 74, 88, 0.05); } + .menu #notification .notification-button, .menu #notification .notification-icon-button, + .popup-menu #notification .notification-button, + .popup-menu #notification .notification-icon-button, .sound-button, .menu #notification .notification-button:focus, .menu #notification .notification-icon-button:focus, + .popup-menu #notification .notification-button:focus, + .popup-menu #notification .notification-icon-button:focus, .sound-button:focus, .menu #notification .notification-button:hover, .menu #notification .notification-icon-button:hover, + .popup-menu #notification .notification-button:hover, + .popup-menu #notification .notification-icon-button:hover, .menu-favorites-button:hover, .menu-application-button-selected, .menu-category-button-selected, .sound-button:hover, .menu #notification .notification-button:hover:focus, .menu #notification .notification-icon-button:hover:focus, + .popup-menu #notification .notification-button:hover:focus, + .popup-menu #notification .notification-icon-button:hover:focus, .menu-favorites-button:focus:hover, .menu-application-button-selected:focus, .menu-category-button-selected:focus, .sound-button:hover:focus, .menu #notification .notification-button:active, .menu #notification .notification-icon-button:active, + .popup-menu #notification .notification-button:active, + .popup-menu #notification .notification-icon-button:active, .sound-button:active, .menu #notification .notification-button:active:focus, .menu #notification .notification-icon-button:active:focus, + .popup-menu #notification .notification-button:active:focus, + .popup-menu #notification .notification-icon-button:active:focus, .sound-button:active:focus, .menu #notification .notification-button:insensitive, .menu #notification .notification-icon-button:insensitive, + .popup-menu #notification .notification-button:insensitive, + .popup-menu #notification .notification-icon-button:insensitive, .sound-button:insensitive { + border-radius: 2px; } + .menu #notification .notification-button:focus, .menu #notification .notification-icon-button:focus, + .popup-menu #notification .notification-button:focus, + .popup-menu #notification .notification-icon-button:focus, .sound-button:focus { + text-shadow: 0 1px rgba(64, 69, 82, 0); + color: #D3DAE3; + background-color: #444a58; + border: 1px solid #5294e2; + box-shadow: inset 0 2px 4px rgba(68, 74, 88, 0.05); } + .menu #notification .notification-button:hover, .menu #notification .notification-icon-button:hover, + .popup-menu #notification .notification-button:hover, + .popup-menu #notification .notification-icon-button:hover, .menu-favorites-button:hover, .menu-application-button-selected, .menu-category-button-selected, .sound-button:hover { + text-shadow: 0 1px rgba(64, 69, 82, 0); + color: #D3DAE3; + background-color: #505666; + border: 1px solid #2b2e39; + box-shadow: inset 0 2px 4px rgba(80, 86, 102, 0.05); } + .menu #notification .notification-button:hover:focus, .menu #notification .notification-icon-button:hover:focus, + .popup-menu #notification .notification-button:hover:focus, + .popup-menu #notification .notification-icon-button:hover:focus, .menu-favorites-button:focus:hover, .menu-application-button-selected:focus, .menu-category-button-selected:focus, .sound-button:hover:focus { + text-shadow: 0 1px rgba(64, 69, 82, 0); + color: #D3DAE3; + background-color: #444a58; + border: 1px solid #5294e2; + box-shadow: inset 0 2px 4px rgba(68, 74, 88, 0.05); } + .menu #notification .notification-button:active, .menu #notification .notification-icon-button:active, + .popup-menu #notification .notification-button:active, + .popup-menu #notification .notification-icon-button:active, .sound-button:active, .menu #notification .notification-button:active:focus, .menu #notification .notification-icon-button:active:focus, + .popup-menu #notification .notification-button:active:focus, + .popup-menu #notification .notification-icon-button:active:focus, .sound-button:active:focus { + text-shadow: 0 1px rgba(64, 69, 82, 0); + color: #ffffff; + background-color: #5294e2; + border: 1px solid #5294e2; + box-shadow: inset 0 2px 4px #5294e2; } + .menu #notification .notification-button:insensitive, .menu #notification .notification-icon-button:insensitive, + .popup-menu #notification .notification-button:insensitive, + .popup-menu #notification .notification-icon-button:insensitive, .sound-button:insensitive { + text-shadow: 0 1px rgba(64, 69, 82, 0); + color: rgba(211, 218, 227, 0.45); + border: 1px solid rgba(43, 46, 57, 0.55); + background-color: rgba(68, 74, 88, 0.55); + box-shadow: inset 0 2px 4px rgba(68, 74, 88, 0.05); } + +.notification-button, .notification-icon-button, .modal-dialog-button-box .modal-dialog-button { + min-height: 20px; + padding: 5px 32px; + transition-duration: 0; + border-radius: 2px; + text-shadow: 0 1px rgba(64, 69, 82, 0); + color: #BAC3CF; + border: 1px solid rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.35); } + .notification-button:hover, .notification-icon-button:hover, .modal-dialog-button-box .modal-dialog-button:hover { + text-shadow: 0 1px rgba(64, 69, 82, 0); + color: #BAC3CF; + border: 1px solid rgba(26, 28, 34, 0.35); + background-color: rgba(119, 127, 151, 0.45); } + .notification-button:focus, .notification-icon-button:focus, .modal-dialog-button-box .modal-dialog-button:focus { + color: #5294e2; } + .notification-button:active, .notification-icon-button:active, .modal-dialog-button-box .modal-dialog-button:active { + text-shadow: 0 1px rgba(64, 69, 82, 0); + color: #ffffff; + border: 1px solid #5294e2; + background-color: #5294e2; } + .notification-button:insensitive, .notification-icon-button:insensitive, .modal-dialog-button-box .modal-dialog-button:insensitive { + text-shadow: 0 1px rgba(64, 69, 82, 0); + color: #5d626e; + border: 1px solid rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.2); } + +.menu #notification StEntry, +.popup-menu #notification StEntry, #menu-search-entry { + padding: 7px; + caret-size: 1px; + selection-background-color: #5294e2; + selected-color: #ffffff; + transition-duration: 300ms; + border-radius: 3px; + color: #D3DAE3; + background-color: #404552; + border: 1px solid #2b2e39; + box-shadow: inset 0 2px 4px rgba(64, 69, 82, 0.05); } + .menu #notification StEntry:focus, + .popup-menu #notification StEntry:focus, #menu-search-entry:focus, .menu #notification StEntry:hover, + .popup-menu #notification StEntry:hover, #menu-search-entry:hover { + color: #D3DAE3; + background-color: #404552; + border: 1px solid #5294e2; + box-shadow: inset 0 2px 4px rgba(64, 69, 82, 0.05); } + .menu #notification StEntry:insensitive, + .popup-menu #notification StEntry:insensitive, #menu-search-entry:insensitive { + color: rgba(211, 218, 227, 0.45); + background-color: #3c414e; + border-color: 1px solid #313440; + box-shadow: inset 0 2px 4px rgba(60, 65, 78, 0.05); } + .menu #notification StEntry StIcon.capslock-warning, + .popup-menu #notification StEntry StIcon.capslock-warning, #menu-search-entry StIcon.capslock-warning { + icon-size: 16px; + warning-color: #F27835; + padding: 0 4px; } + +.notification StEntry { + padding: 7px; + caret-size: 1px; + caret-color: #BAC3CF; + selection-background-color: #5294e2; + selected-color: #ffffff; + transition-duration: 300ms; + border-radius: 3px; + color: #BAC3CF; + background-color: rgba(102, 109, 132, 0.35); + border: 1px solid rgba(26, 28, 34, 0.35); + box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } + .notification StEntry:focus { + color: #ffffff; + background-color: #5294e2; + border: 1px solid #5294e2; + box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } + .notification StEntry:insensitive { + color: rgba(186, 195, 207, 0.55); + background-color: rgba(102, 109, 132, 0.2); + border: 1px solid rgba(26, 28, 34, 0.35); + box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } + +StScrollView.vfade { + -st-vfade-offset: 0px; } + +StScrollView.hfade { + -st-hfade-offset: 0px; } + +StScrollBar { + padding: 8px; } + StScrollView StScrollBar { + min-width: 5px; + min-height: 5px; } + StScrollBar StBin#trough { + background-color: rgba(64, 69, 82, 0.1); + border-radius: 8px; } + StScrollBar StButton#vhandle, StScrollBar StButton#hhandle { + border-radius: 2px; + background-color: #767b87; + border: 0px solid; + margin: 0px; } + StScrollBar StButton#vhandle:hover, StScrollBar StButton#hhandle:hover { + background-color: #676b78; } + StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { + background-color: #5294e2; } + +.separator { + -gradient-height: 1px; + -gradient-start: transparent; + -gradient-end: transparent; + -margin-horizontal: 1.5em; + height: 1em; } + +.popup-slider-menu-item, +.slider { + -slider-height: 4px; + -slider-background-color: #2b2e39; + -slider-border-color: transparent; + -slider-active-background-color: #5294e2; + -slider-active-border-color: transparent; + -slider-border-width: 0; + -slider-handle-radius: 4px; + height: 18px; + min-width: 15em; + border: 0 solid transparent; + border-right-width: 1px; + border-left-width: 5px; + color: transparent; } + .popup-menu-item:active .popup-slider-menu-item, .popup-menu-item:active + .slider { + -slider-background-color: rgba(0, 0, 0, 0.2); + -slider-active-background-color: #ffffff; } + +.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; + background-image: url("dark-assets/switch/switch-off.svg"); } + .toggle-switch:checked { + background-image: url("dark-assets/switch/switch-on.svg"); } + .popup-menu-item:active .toggle-switch { + background-image: url("common-assets/switch/switch-off-selected.svg"); } + .popup-menu-item:active .toggle-switch:checked { + background-image: url("common-assets/switch/switch-on-selected.svg"); } + +.cinnamon-link { + color: #a9caf1; + text-decoration: underline; } + .cinnamon-link:hover { + color: #d5e5f8; } + +#Tooltip { + border-radius: 3px; + padding: 5px 12px; + background-color: rgba(53, 57, 69, 0.95); + color: #BAC3CF; + font-size: 1em; + font-weight: normal; + text-align: center; } + +.menu, +.popup-menu, +.popup-combo-menu { + color: #D3DAE3; + border-image: url("dark-assets/menu/menu.svg") 9 9 9 9; } + .menu-arrow, + .popup-menu-arrow { + icon-size: 16px; } + .menu .popup-sub-menu, + .popup-menu .popup-sub-menu, .popup-combo-menu .popup-sub-menu { + background-gradient-direction: none; + box-shadow: none; + border-image: url("dark-assets/menu/submenu.svg") 9 9 9 9; } + .menu .popup-sub-menu .popup-menu-item:ltr, + .popup-menu .popup-sub-menu .popup-menu-item:ltr, .popup-combo-menu .popup-sub-menu .popup-menu-item:ltr { + padding-right: 0em; } + .menu .popup-sub-menu .popup-menu-item:rtl, + .popup-menu .popup-sub-menu .popup-menu-item:rtl, .popup-combo-menu .popup-sub-menu .popup-menu-item:rtl { + padding-left: 0em; } + .menu .popup-sub-menu StScrollBar, + .popup-menu .popup-sub-menu StScrollBar, .popup-combo-menu .popup-sub-menu StScrollBar { + padding: 4px; } + .menu .popup-sub-menu StScrollBar StBin#trough, .menu .popup-sub-menu StScrollBar StBin#vhandle, + .popup-menu .popup-sub-menu StScrollBar StBin#trough, + .popup-menu .popup-sub-menu StScrollBar StBin#vhandle, .popup-combo-menu .popup-sub-menu StScrollBar StBin#trough, .popup-combo-menu .popup-sub-menu StScrollBar StBin#vhandle { + border-width: 0; } + .menu .popup-menu-content, + .popup-menu .popup-menu-content, .popup-combo-menu .popup-menu-content { + padding: 1em 0em 1em 0em; } + .menu .popup-menu-item, + .popup-menu .popup-menu-item, .popup-combo-menu .popup-menu-item { + padding: .4em 1.75em; + spacing: 1em; } + .menu .popup-menu-item:active, + .popup-menu .popup-menu-item:active, .popup-combo-menu .popup-menu-item:active { + color: #ffffff; + background-color: transparent; + border-image: url("common-assets/menu/menu-hover.svg") 9 9 1 1; } + .menu .popup-menu-item:insensitive, + .popup-menu .popup-menu-item:insensitive, .popup-combo-menu .popup-menu-item:insensitive { + color: rgba(211, 218, 227, 0.5); + background: none; } + .menu .popup-inactive-menu-item, + .popup-menu .popup-inactive-menu-item, .popup-combo-menu .popup-inactive-menu-item { + color: #D3DAE3; } + .menu .popup-inactive-menu-item:insensitive, + .popup-menu .popup-inactive-menu-item:insensitive, .popup-combo-menu .popup-inactive-menu-item:insensitive { + color: rgba(211, 218, 227, 0.45); } + .menu .popup-menu-item:active .popup-inactive-menu-item, + .popup-menu .popup-menu-item:active .popup-inactive-menu-item, .popup-combo-menu .popup-menu-item:active .popup-inactive-menu-item { + color: #ffffff; } + .menu-icon, + .popup-menu-icon { + icon-size: 16px; } + +.popup-menu-boxpointer { + -arrow-border-radius: 3px; + -arrow-background-color: transparent; + -arrow-border-width: 1px; + -arrow-border-color: transparent; + -arrow-base: 0; + -arrow-rise: 0; } + +.popup-combo-menu { + padding: 10px 1px; } + +.popup-combobox-item { + spacing: 1em; } + +.popup-separator-menu-item { + -gradient-height: 2px; + -gradient-start: transparent; + -gradient-end: transparent; + -margin-horizontal: 1.5em; + height: 1em; } + +.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; + height: 27px; + width: 32px; } + #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: 0; } + #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: 0; } + #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-top, .panel-bottom, .panel-left, .panel-right { + color: white; + font-size: 1em; + padding: 0px; } + +.panel-top { + border-image: url("common-assets/panel/panel-top.svg") 1 1 1 1; } + +.panel-bottom { + border-image: url("common-assets/panel/panel-bottom.svg") 1 1 1 1; } + +.panel-left { + border-image: url("common-assets/panel/panel-left.svg") 1 1 1 1; } + +.panel-right { + border-image: url("common-assets/panel/panel-right.svg") 1 1 1 1; } + +.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; + height: 22px; } + +.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; } + +#overview { + spacing: 12px; } + +.window-caption { + background-color: rgba(53, 57, 69, 0.95); + border: 1px solid rgba(53, 57, 69, 0.95); + color: #BAC3CF; + spacing: 25px; + border-radius: 2px; + font-size: 9pt; + padding: 5px 8px; + -cinnamon-caption-spacing: 4px; } + .window-caption#selected { + background-color: #5294e2; + color: #ffffff; + border: 1px solid #5294e2; + spacing: 25px; } + +.expo-workspaces-name-entry, +.expo-workspaces-name-entry#selected { + height: 15px; + border-radius: 2px; + font-size: 9pt; + padding: 5px 8px; + -cinnamon-caption-spacing: 4px; + color: #BAC3CF; + background-color: rgba(102, 109, 132, 0.35); + border: 1px solid rgba(26, 28, 34, 0.35); + box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } + .expo-workspaces-name-entry:focus, + .expo-workspaces-name-entry#selected:focus { + border: 1px solid #5294e2; + background-color: #5294e2; + color: #ffffff; + font-style: italic; + transition-duration: 300; + selection-background-color: #ffffff; + selected-color: #5294e2; } + +.expo-workspace-thumbnail-frame { + border: 4px solid rgba(255, 255, 255, 0); + background-color: rgba(255, 255, 255, 0); + border-radius: 2px; } + .expo-workspace-thumbnail-frame#active { + border: 4px solid #5294e2; + background-color: black; + border-radius: 2px; } + +.expo-background { + background-color: #353945; } + +.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: 10px; } + .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; } + +.about-content { + width: 550px; + height: 250px; + spacing: 8px; + padding-bottom: 10px; } + +.about-title { + font-size: 2em; + font-weight: bold; } + +.about-uuid { + font-size: 10px; + color: #888; } + +.about-icon { + padding-right: 20px; + padding-bottom: 14px; } + +.about-scrollBox { + border: 1px solid #2b2e39; + border-radius: 2px; + background-color: #404552; + padding: 4px; + padding-right: 0; + border-radius: 0; } + .about-scrollBox-innerBox { + padding: 1.2em; + spacing: 1.2em; } + +.about-description { + padding-top: 4px; + padding-bottom: 16px; } + +.about-version { + padding-left: 7px; + font-size: 10px; + color: #888; } + +.calendar { + padding: .4em 1.75em; + spacing-rows: 0px; + spacing-columns: 0px; } + +.calendar-month-label { + color: #D3DAE3; + 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; + text-align: center; + color: #D3DAE3; + border-radius: 2px; } + +.calendar-day-base { + font-size: 80%; + text-align: center; + width: 25px; + height: 25px; + padding: 0.1em; + margin: 2px; + border-radius: 12.5px; } + +.calendar-day-heading { + color: rgba(211, 218, 227, 0.85); + margin-top: 1em; + font-size: 70%; } + +.calendar-day { + border-width: 0; + color: rgba(211, 218, 227, 0.8); } + +.calendar-day-top { + border-top-width: 0; } + +.calendar-day-left { + border-left-width: 0; } + +.calendar-nonwork-day { + color: #D3DAE3; + background-color: transparent; + font-weight: bold; } + +.calendar-today, +.calendar-today:active, +.calendar-today:focus, +.calendar-today:hover { + font-weight: bold; + color: #ffffff; + background-color: #5294e2; + border-width: 0; } + +.calendar-other-month-day { + color: rgba(211, 218, 227, 0.3); + opacity: 1; } + +.calendar-week-number { + color: rgba(211, 218, 227, 0.7); + font-size: 80%; } + +#notification { + border-radius: 3px; + border-image: url("common-assets/misc/bg.svg") 9 9 9 9; + padding: 13px; + spacing-rows: 10px; + spacing-columns: 10px; + margin-from-right-edge-of-screen: 20px; + width: 34em; + color: #BAC3CF; } + .menu #notification, + .popup-menu #notification { + border-image: url("dark-assets/misc/message.svg") 9 9 9 9; } + .menu #notification, .menu #notification.multi-line-notification, + .popup-menu #notification, + .popup-menu #notification.multi-line-notification { + color: #D3DAE3; } + .menu #notification .notification-button, .menu #notification .notification-icon-button, + .popup-menu #notification .notification-button, + .popup-menu #notification .notification-icon-button { + padding: 5px; } + #notification.multi-line-notification { + padding-bottom: 13px; + color: #BAC3CF; } + #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: #BAC3CF; } + +.notification-button, .notification-icon-button { + padding: 5px; } + +.notification-icon-button > StIcon { + icon-size: 36px; } + +#altTabPopup { + padding: 8px; + spacing: 16px; } + +.switcher-list { + color: #BAC3CF; + background: none; + border: none; + border-image: url("common-assets/misc/bg.svg") 9 9 9 9; + 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 #5294e2; } + .switcher-list .item-box:selected { + color: #ffffff; + background-color: #5294e2; + border: 0px solid #5294e2; } + .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: transparent; + color: #BAC3CF; } + .switcher-arrow:highlighted { + border-color: transparent; + color: white; } + +.thumbnail-scroll-gradient-left { + background-color: transparent; + border-radius: 24px; + border-radius-topright: 0px; + border-radius-bottomright: 0px; + width: 60px; } + +.thumbnail-scroll-gradient-right { + background-color: transparent; + 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; } + +.lightbox { + background-color: rgba(0, 0, 0, 0.4); } + +.flashspot { + background-color: white; } + +.modal-dialog { + color: #D3DAE3; + background-color: rgba(56, 60, 74, 0); + border: none; + border-image: url("dark-assets/misc/modal.svg") 9 9 9 67; + padding: 0 5px 6px 5px; } + .modal-dialog > StBoxLayout:first-child { + padding: 20px 10px 10px 10px; } + .modal-dialog-button-box { + spacing: 0; + margin: 0px; + padding: 14px 10px; + background: none; + border: none; + border-image: url("dark-assets/misc/button-box.svg") 9 9 9 9; } + .modal-dialog-button-box .modal-dialog-button { + padding-top: 0; + padding-bottom: 0; + height: 30px; } + +.run-dialog { + padding: 0px 15px 10px 15px; + border-image: url("common-assets/misc/bg.svg") 9 9 9 9; } + .run-dialog > * { + padding: 0; } + .run-dialog-label { + font-size: 0; + font-weight: bold; + color: #BAC3CF; + padding-bottom: 0; } + .run-dialog-error-label { + color: #FC4138; } + .run-dialog-error-box { + padding-top: 15px; + spacing: 5px; } + .run-dialog-completion-box { + padding-left: 15px; + font-size: 10px; } + .run-dialog-entry { + width: 21em; + padding: 7px; + border-radius: 3px; + caret-color: #BAC3CF; + selected-color: #ffffff; + selection-background-color: #5294e2; + color: #BAC3CF; + background-color: rgba(102, 109, 132, 0.35); + border: 1px solid rgba(26, 28, 34, 0.35); + box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } + .run-dialog-entry:focus { + color: #ffffff; + background-color: #5294e2; + border: 1px solid #5294e2; + box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } + .run-dialog .modal-dialog-button-box { + border: none; + box-shadow: none; + background: none; + background-gradient-direction: 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: rgba(53, 57, 69, 0.95); + 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: 14pt; + font-weight: bold; + border-radius: 3px; + box-shadow: none; + text-shadow: 0 1px rgba(64, 69, 82, 0); + color: #BAC3CF; + border: 1px solid rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.35); } + .keyboard-key:hover { + text-shadow: 0 1px rgba(64, 69, 82, 0); + color: #BAC3CF; + border: 1px solid rgba(26, 28, 34, 0.35); + background-color: rgba(119, 127, 151, 0.45); } + .keyboard-key:active, .keyboard-key:checked { + text-shadow: 0 1px rgba(64, 69, 82, 0); + color: #ffffff; + border: 1px solid #5294e2; + background-color: #5294e2; } + .keyboard-key:grayed { + text-shadow: 0 1px rgba(64, 69, 82, 0); + color: #5d626e; + border: 1px solid rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.2); } + +.keyboard-subkeys { + color: #BAC3CF; + padding: 5px; + -arrow-border-radius: 2px; + -arrow-background-color: rgba(53, 57, 69, 0.95); + -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 { + margin: auto; + padding: 10px; + transition-duration: 300; + background-color: #383C4A; + border: 1px solid #2b2e39; } + +.menu-favorites-button { + padding: 10px; + border: 1px solid transparent; } + +.menu-places-box { + margin: auto; + 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 transparent; } + .menu-application-button:highlighted { + font-weight: bold; } + .menu-application-button-selected { + padding: 7px; } + .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 transparent; } + .menu-category-button-selected { + padding: 7px; } + .menu-category-button-hover { + background-color: red; + border-radius: 2px; } + .menu-category-button-greyed { + padding: 7px; + color: rgba(211, 218, 227, 0.45); + border: 1px solid transparent; } + .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: 30px; } + .menu-selected-app-box:rtl { + padding-top: 10px; + height: 30px; } + +.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; + height: 15px; + font-weight: normal; + caret-color: #D3DAE3; } + +.menu-search-entry-icon { + icon-size: 1em; + color: #D3DAE3; } + +/* Context menu (at the moment only for favorites) */ +.info-osd { + text-align: center; + font-weight: bold; + spacing: 1em; + padding: 16px; + color: white; + border-image: url("common-assets/misc/osd.svg") 9 9 9 9; } + +.osd-window { + text-align: center; + font-weight: bold; + spacing: 1em; + padding: 20px; + margin: 32px; + min-width: 64px; + min-height: 64px; + color: white; + background: none; + border: none; + border-radius: 5px; + border-image: url("common-assets/misc/osd.svg") 9 9 9 9; } + .osd-window .osd-monitor-label { + font-size: 3em; } + .osd-window .level { + padding: 0; + height: 4px; + background-color: rgba(0, 0, 0, 0.5); + border-radius: 2px; + color: #5294e2; } + +.window-list-box { + spacing: 6px; + padding-left: 10px; } + .panel-bottom .window-list-box { + padding-top: 1px; } + .panel-top .window-list-box { + padding-bottom: 1px; } + .window-list-box.vertical { + spacing: 4px; + padding: 10px 0; } + .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:hover { + color: white; } + .window-list-item-box:active, .window-list-item-box:checked, .window-list-item-box:focus { + color: white; } + .panel-bottom .window-list-item-box:active, .panel-bottom .window-list-item-box:checked, .panel-bottom .window-list-item-box:focus { + border-image: url("common-assets/panel/window-list-active-bottom.svg") 3 3 1 3; } + .panel-top .window-list-item-box:active, .panel-top .window-list-item-box:checked, .panel-top .window-list-item-box:focus { + border-image: url("common-assets/panel/window-list-active-top.svg") 3 3 3 1; } + .panel-left .window-list-item-box:active, .panel-left .window-list-item-box:checked, .panel-left .window-list-item-box:focus { + border-image: url("common-assets/panel/window-list-active-left.svg") 3 1 3 3; } + .panel-right .window-list-item-box:active, .panel-right .window-list-item-box:checked, .panel-right .window-list-item-box:focus { + border-image: url("common-assets/panel/window-list-active-right.svg") 1 3 3 3; } + .window-list-item-box.right, .window-list-item-box.left { + padding-left: 0px; + padding-right: 0px; } + +.window-list-item-demands-attention { + background-gradient-start: #F27835; + background-gradient-end: #F27835; } + +.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 { + padding: 0 4px; } + .sound-player > StBoxLayout:first-child { + padding: 5px 10px 12px 10px; + spacing: 0.5em; } + .sound-player > StBoxLayout:first-child StButton:small { + width: 16px; + height: 8px; + padding: 1px; } + .sound-player > StBoxLayout:first-child StButton:small StIcon { + icon-size: 12px; } + .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(42, 45, 55, 0.85); + border: 0px solid rgba(31, 33, 40, 0.95); + border-bottom: 1px; + color: #BAC3CF; } + .sound-player-overlay StButton { + width: 22px; + height: 13px; + padding: 5px; + color: #BAC3CF; + border-radius: 2px; + border: 1px solid rgba(53, 57, 69, 0); } + .sound-player-overlay StButton StIcon { + icon-size: 16px; } + .sound-player-overlay StButton:hover { + text-shadow: 0 1px rgba(64, 69, 82, 0); + color: #BAC3CF; + border: 1px solid rgba(26, 28, 34, 0.35); + background-color: rgba(119, 127, 151, 0.45); } + .sound-player-overlay StButton:active { + text-shadow: 0 1px rgba(64, 69, 82, 0); + color: #ffffff; + background-color: #5294e2; + border: 1px solid #5294e2; + box-shadow: inset 0 2px 4px #5294e2; } + .sound-player-overlay StBoxLayout { + padding-top: 2px; } + .sound-player .slider { + height: 0.5em; + padding: 0; + border: none; + -slider-height: 0.5em; + -slider-background-color: #2d303b; + -slider-border-color: transparent; + -slider-active-background-color: #5294e2; + -slider-active-border-color: transparent; + -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; } + +.workspace-button { + width: 20px; + height: 10px; + color: #ffffff; + padding: 3px; + padding-top: 4px; + transition-duration: 300; } + .workspace-button:outlined, .workspace-button:outlined:hover { + color: #5294e2; } + .workspace-button:hover { + color: rgba(82, 148, 226, 0.5); } + +/* Controls the style when using the "Visual representation" option */ +.workspace-graph { + padding: 3px; + spacing: 3px; } + +.workspace-graph .workspace { + border: 1px solid rgba(0, 0, 0, 0.4); + background-gradient-direction: none; + background-color: rgba(0, 0, 0, 0.2); } + +.workspace-graph .workspace:active { + border: 1px solid #5294e2; + background-gradient-direction: none; } + +.workspace-graph .workspace .windows { + -active-window-background: rgba(76, 82, 99, 0.95); + -active-window-border: rgba(0, 0, 0, 0.8); + -inactive-window-background: rgba(76, 82, 99, 0.95); + -inactive-window-border: rgba(0, 0, 0, 0.8); } + +.workspace-graph .workspace:active .windows { + -active-window-background: rgba(87, 93, 113, 0.95); + -active-window-border: rgba(0, 0, 0, 0.8); + -inactive-window-background: rgba(54, 58, 70, 0.95); + -inactive-window-border: rgba(0, 0, 0, 0.8); } + +#panel-launchers-box { + padding-left: 7px; } + #panel-launchers-box.vertical { + padding: 2px 0; } + +.panel-launcher, +.launcher { + margin: 1px; + padding: 1px; + transition-duration: 200; } + .panel-launcher:hover, + .launcher:hover { + background-gradient-direction: none; + border: 0px solid #5294e2; } + .panel-bottom .panel-launcher:hover, .panel-bottom + .launcher:hover { + border-bottom-width: 1px; } + .panel-top .panel-launcher:hover, .panel-top + .launcher:hover { + border-top-width: 1px; } + .panel-left .panel-launcher:hover, .panel-left + .launcher:hover { + border-left-width: 1px; + padding-left: 0; } + .panel-right .panel-launcher:hover, .panel-right + .launcher:hover { + border-right-width: 1px; + padding-right: 0; } + +#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-line { + width: 1px; + background: rgba(255, 255, 255, 0.12); } + +.applet-box { + padding-left: 3px; + padding-right: 3px; + color: white; + text-shadow: none; + transition-duration: 100; } + .applet-box.vertical { + padding: 3px 0; } + .applet-box:hover { + color: #ffffff; + background-color: #5294e2; } + .applet-box:highlight { + background-image: none; + border-image: none; + background-color: rgba(252, 65, 56, 0.5); } + +.applet-label { + font-weight: bold; + color: white; } + .applet-label:hover, .applet-box:hover > .applet-label { + color: #ffffff; + text-shadow: none; } + +.applet-icon { + color: white; + icon-size: 22px; } + .applet-icon:hover, .applet-box:hover > .applet-icon { + color: #ffffff; + text-shadow: none; } + +.user-icon { + width: 32px; + height: 32px; + background-color: transparent; + border: none; + border-radius: 0; } + +.user-label { + color: #D3DAE3; + font-size: 1em; + font-weight: bold; + margin: 0px; } + +.desklet { + color: #BAC3CF; } + .desklet:highlight { + background-color: rgba(252, 65, 56, 0.5); } + .desklet-with-borders { + border-image: url("common-assets/misc/bg.svg") 9 9 9 9; + color: #BAC3CF; + padding: 12px; + padding-bottom: 16px; } + .desklet-with-borders:highlight { + background-color: rgba(252, 65, 56, 0.5); } + .desklet-with-borders-and-header { + border-image: url("common-assets/misc/desklet.svg") 9 9 9 9; + color: #BAC3CF; + 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-image: url("common-assets/misc/desklet-header.svg") 9 9 9 9; + color: #BAC3CF; + font-size: 1em; + padding: 12px; + padding-bottom: 6px; } + .desklet-drag-placeholder { + border: 2px solid #5294e2; + background-color: rgba(82, 148, 226, 0.3); } + +.photoframe-box { + border-image: url("common-assets/misc/bg.svg") 9 9 9 9; + color: #BAC3CF; + padding: 12px; + padding-bottom: 16px; } + +/*FIXME*/ +.workspace-osd { + /*color: red;*/ + text-shadow: black 5px 5px 5px; + font-weight: bold; + font-size: 48pt; } + +.notification-applet-padding { + padding: .5em 1em; } + +.notification-applet-container { + max-height: 100px; } + +.tile-preview, .tile-preview.snap, +.tile-hud, .tile-hud.snap { + background-color: rgba(82, 148, 226, 0.3); + border: 1px solid #5294e2; } + +.xkcd-box { + padding: 6px; + border: 0px; + background-color: transparent; + border-radius: 0px; } diff --git a/.themes/Arc-Dark-Gruvbox/cinnamon/common-assets/menu/menu-hover.svg b/.themes/Arc-Dark-Gruvbox/cinnamon/common-assets/menu/menu-hover.svg new file mode 100644 index 00000000..4d3f2621 --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/cinnamon/common-assets/menu/menu-hover.svg @@ -0,0 +1,104 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/.themes/Arc-Dark-Gruvbox/cinnamon/common-assets/menu/menu-separator.svg b/.themes/Arc-Dark-Gruvbox/cinnamon/common-assets/menu/menu-separator.svg new file mode 100644 index 00000000..4962ebcd --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/cinnamon/common-assets/menu/menu-separator.svg @@ -0,0 +1,60 @@ + + + + + + + + + + image/svg+xml + + + + + + + diff --git a/.themes/Arc-Dark-Gruvbox/cinnamon/common-assets/misc/add-workspace-active.svg b/.themes/Arc-Dark-Gruvbox/cinnamon/common-assets/misc/add-workspace-active.svg new file mode 100644 index 00000000..d39784cb --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/cinnamon/common-assets/misc/add-workspace-active.svg @@ -0,0 +1,154 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/.themes/Arc-Dark-Gruvbox/cinnamon/common-assets/misc/add-workspace-hover.svg b/.themes/Arc-Dark-Gruvbox/cinnamon/common-assets/misc/add-workspace-hover.svg new file mode 100644 index 00000000..e771e33f --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/cinnamon/common-assets/misc/add-workspace-hover.svg @@ -0,0 +1,117 @@ + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/.themes/Arc-Dark-Gruvbox/cinnamon/common-assets/misc/add-workspace.svg b/.themes/Arc-Dark-Gruvbox/cinnamon/common-assets/misc/add-workspace.svg new file mode 100644 index 00000000..65f53610 --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/cinnamon/common-assets/misc/add-workspace.svg @@ -0,0 +1,117 @@ + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/.themes/Arc-Dark-Gruvbox/cinnamon/common-assets/misc/bg.svg b/.themes/Arc-Dark-Gruvbox/cinnamon/common-assets/misc/bg.svg new file mode 100644 index 00000000..feeddea4 --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/cinnamon/common-assets/misc/bg.svg @@ -0,0 +1,127 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/.themes/Arc-Dark-Gruvbox/cinnamon/common-assets/misc/calendar-arrow-left-hover.svg b/.themes/Arc-Dark-Gruvbox/cinnamon/common-assets/misc/calendar-arrow-left-hover.svg new file mode 100644 index 00000000..9292ecc1 --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/cinnamon/common-assets/misc/calendar-arrow-left-hover.svg @@ -0,0 +1,172 @@ + + + + + + + + image/svg+xml + + Gnome Symbolic Icon Theme + + + + + + + + Gnome Symbolic Icon Theme + + + + + + + + + + + + + + + + + + diff --git a/.themes/Arc-Dark-Gruvbox/cinnamon/common-assets/misc/calendar-arrow-left.svg b/.themes/Arc-Dark-Gruvbox/cinnamon/common-assets/misc/calendar-arrow-left.svg new file mode 100644 index 00000000..27742545 --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/cinnamon/common-assets/misc/calendar-arrow-left.svg @@ -0,0 +1,152 @@ + + + + + + + + image/svg+xml + + Gnome Symbolic Icon Theme + + + + + + + + Gnome Symbolic Icon Theme + + + + + + + + + + + + + diff --git a/.themes/Arc-Dark-Gruvbox/cinnamon/common-assets/misc/calendar-arrow-right-hover.svg b/.themes/Arc-Dark-Gruvbox/cinnamon/common-assets/misc/calendar-arrow-right-hover.svg new file mode 100644 index 00000000..e29be395 --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/cinnamon/common-assets/misc/calendar-arrow-right-hover.svg @@ -0,0 +1,172 @@ + + + + + + + + image/svg+xml + + Gnome Symbolic Icon Theme + + + + + + + + Gnome Symbolic Icon Theme + + + + + + + + + + + + + + + + + + diff --git a/.themes/Arc-Dark-Gruvbox/cinnamon/common-assets/misc/calendar-arrow-right.svg b/.themes/Arc-Dark-Gruvbox/cinnamon/common-assets/misc/calendar-arrow-right.svg new file mode 100644 index 00000000..366e69b1 --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/cinnamon/common-assets/misc/calendar-arrow-right.svg @@ -0,0 +1,152 @@ + + + + + + + + image/svg+xml + + Gnome Symbolic Icon Theme + + + + + + + + Gnome Symbolic Icon Theme + + + + + + + + + + + + + diff --git a/.themes/Arc-Dark-Gruvbox/cinnamon/common-assets/misc/close-active.svg b/.themes/Arc-Dark-Gruvbox/cinnamon/common-assets/misc/close-active.svg new file mode 100644 index 00000000..95822bf3 --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/cinnamon/common-assets/misc/close-active.svg @@ -0,0 +1,100 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/.themes/Arc-Dark-Gruvbox/cinnamon/common-assets/misc/close-hover.svg b/.themes/Arc-Dark-Gruvbox/cinnamon/common-assets/misc/close-hover.svg new file mode 100644 index 00000000..7b52140c --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/cinnamon/common-assets/misc/close-hover.svg @@ -0,0 +1,100 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/.themes/Arc-Dark-Gruvbox/cinnamon/common-assets/misc/close.svg b/.themes/Arc-Dark-Gruvbox/cinnamon/common-assets/misc/close.svg new file mode 100644 index 00000000..e221a33f --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/cinnamon/common-assets/misc/close.svg @@ -0,0 +1,100 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/.themes/Arc-Dark-Gruvbox/cinnamon/common-assets/misc/corner-ripple.svg b/.themes/Arc-Dark-Gruvbox/cinnamon/common-assets/misc/corner-ripple.svg new file mode 100644 index 00000000..3f52f688 --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/cinnamon/common-assets/misc/corner-ripple.svg @@ -0,0 +1,85 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/.themes/Arc-Dark-Gruvbox/cinnamon/common-assets/misc/desklet-header.svg b/.themes/Arc-Dark-Gruvbox/cinnamon/common-assets/misc/desklet-header.svg new file mode 100644 index 00000000..a6e1054c --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/cinnamon/common-assets/misc/desklet-header.svg @@ -0,0 +1,158 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/.themes/Arc-Dark-Gruvbox/cinnamon/common-assets/misc/desklet.svg b/.themes/Arc-Dark-Gruvbox/cinnamon/common-assets/misc/desklet.svg new file mode 100644 index 00000000..8445c613 --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/cinnamon/common-assets/misc/desklet.svg @@ -0,0 +1,152 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/.themes/Arc-Dark-Gruvbox/cinnamon/common-assets/misc/osd.svg b/.themes/Arc-Dark-Gruvbox/cinnamon/common-assets/misc/osd.svg new file mode 100644 index 00000000..df41a00e --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/cinnamon/common-assets/misc/osd.svg @@ -0,0 +1,127 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/.themes/Arc-Dark-Gruvbox/cinnamon/common-assets/misc/overview-hover.png b/.themes/Arc-Dark-Gruvbox/cinnamon/common-assets/misc/overview-hover.png new file mode 100644 index 00000000..75673f9c Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/cinnamon/common-assets/misc/overview-hover.png differ diff --git a/.themes/Arc-Dark-Gruvbox/cinnamon/common-assets/misc/overview.png b/.themes/Arc-Dark-Gruvbox/cinnamon/common-assets/misc/overview.png new file mode 100644 index 00000000..9eb4f87f Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/cinnamon/common-assets/misc/overview.png differ diff --git a/.themes/Arc-Dark-Gruvbox/cinnamon/common-assets/misc/trash-icon.svg b/.themes/Arc-Dark-Gruvbox/cinnamon/common-assets/misc/trash-icon.svg new file mode 100644 index 00000000..61097ddb --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/cinnamon/common-assets/misc/trash-icon.svg @@ -0,0 +1,97 @@ + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/.themes/Arc-Dark-Gruvbox/cinnamon/common-assets/panel/activities-active.svg b/.themes/Arc-Dark-Gruvbox/cinnamon/common-assets/panel/activities-active.svg new file mode 100644 index 00000000..ae5c602f --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/cinnamon/common-assets/panel/activities-active.svg @@ -0,0 +1,178 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/.themes/Arc-Dark-Gruvbox/cinnamon/common-assets/panel/activities.svg b/.themes/Arc-Dark-Gruvbox/cinnamon/common-assets/panel/activities.svg new file mode 100644 index 00000000..b4a4b0dd --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/cinnamon/common-assets/panel/activities.svg @@ -0,0 +1,158 @@ + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/.themes/Arc-Dark-Gruvbox/cinnamon/common-assets/panel/panel-bottom.svg b/.themes/Arc-Dark-Gruvbox/cinnamon/common-assets/panel/panel-bottom.svg new file mode 100644 index 00000000..b5635bc6 --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/cinnamon/common-assets/panel/panel-bottom.svg @@ -0,0 +1,79 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/.themes/Arc-Dark-Gruvbox/cinnamon/common-assets/panel/panel-left.svg b/.themes/Arc-Dark-Gruvbox/cinnamon/common-assets/panel/panel-left.svg new file mode 100644 index 00000000..e5796b27 --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/cinnamon/common-assets/panel/panel-left.svg @@ -0,0 +1,79 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/.themes/Arc-Dark-Gruvbox/cinnamon/common-assets/panel/panel-right.svg b/.themes/Arc-Dark-Gruvbox/cinnamon/common-assets/panel/panel-right.svg new file mode 100644 index 00000000..09f1889d --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/cinnamon/common-assets/panel/panel-right.svg @@ -0,0 +1,79 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/.themes/Arc-Dark-Gruvbox/cinnamon/common-assets/panel/panel-top.svg b/.themes/Arc-Dark-Gruvbox/cinnamon/common-assets/panel/panel-top.svg new file mode 100644 index 00000000..c0a64da2 --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/cinnamon/common-assets/panel/panel-top.svg @@ -0,0 +1,75 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/.themes/Arc-Dark-Gruvbox/cinnamon/common-assets/panel/window-list-active-bottom.svg b/.themes/Arc-Dark-Gruvbox/cinnamon/common-assets/panel/window-list-active-bottom.svg new file mode 100644 index 00000000..fbe4599f --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/cinnamon/common-assets/panel/window-list-active-bottom.svg @@ -0,0 +1,162 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + diff --git a/.themes/Arc-Dark-Gruvbox/cinnamon/common-assets/panel/window-list-active-left.svg b/.themes/Arc-Dark-Gruvbox/cinnamon/common-assets/panel/window-list-active-left.svg new file mode 100644 index 00000000..fecc258e --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/cinnamon/common-assets/panel/window-list-active-left.svg @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + diff --git a/.themes/Arc-Dark-Gruvbox/cinnamon/common-assets/panel/window-list-active-right.svg b/.themes/Arc-Dark-Gruvbox/cinnamon/common-assets/panel/window-list-active-right.svg new file mode 100644 index 00000000..1f78f1d1 --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/cinnamon/common-assets/panel/window-list-active-right.svg @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + diff --git a/.themes/Arc-Dark-Gruvbox/cinnamon/common-assets/panel/window-list-active-top.svg b/.themes/Arc-Dark-Gruvbox/cinnamon/common-assets/panel/window-list-active-top.svg new file mode 100644 index 00000000..54a90364 --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/cinnamon/common-assets/panel/window-list-active-top.svg @@ -0,0 +1,162 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + diff --git a/.themes/Arc-Dark-Gruvbox/cinnamon/common-assets/switch/switch-off-selected.svg b/.themes/Arc-Dark-Gruvbox/cinnamon/common-assets/switch/switch-off-selected.svg new file mode 100644 index 00000000..c374f226 --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/cinnamon/common-assets/switch/switch-off-selected.svg @@ -0,0 +1,229 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/.themes/Arc-Dark-Gruvbox/cinnamon/common-assets/switch/switch-on-selected.svg b/.themes/Arc-Dark-Gruvbox/cinnamon/common-assets/switch/switch-on-selected.svg new file mode 100644 index 00000000..a86b37a0 --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/cinnamon/common-assets/switch/switch-on-selected.svg @@ -0,0 +1,274 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.themes/Arc-Dark-Gruvbox/cinnamon/dark-assets/checkbox/checkbox-checked-focused.svg b/.themes/Arc-Dark-Gruvbox/cinnamon/dark-assets/checkbox/checkbox-checked-focused.svg new file mode 100644 index 00000000..0c2a8ee7 --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/cinnamon/dark-assets/checkbox/checkbox-checked-focused.svg @@ -0,0 +1,214 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.themes/Arc-Dark-Gruvbox/cinnamon/dark-assets/checkbox/checkbox-checked.svg b/.themes/Arc-Dark-Gruvbox/cinnamon/dark-assets/checkbox/checkbox-checked.svg new file mode 100644 index 00000000..b17ab7ce --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/cinnamon/dark-assets/checkbox/checkbox-checked.svg @@ -0,0 +1,214 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.themes/Arc-Dark-Gruvbox/cinnamon/dark-assets/checkbox/checkbox-unchecked-focused.svg b/.themes/Arc-Dark-Gruvbox/cinnamon/dark-assets/checkbox/checkbox-unchecked-focused.svg new file mode 100644 index 00000000..0c111f0c --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/cinnamon/dark-assets/checkbox/checkbox-unchecked-focused.svg @@ -0,0 +1,160 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.themes/Arc-Dark-Gruvbox/cinnamon/dark-assets/checkbox/checkbox-unchecked.svg b/.themes/Arc-Dark-Gruvbox/cinnamon/dark-assets/checkbox/checkbox-unchecked.svg new file mode 100644 index 00000000..d7c2217d --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/cinnamon/dark-assets/checkbox/checkbox-unchecked.svg @@ -0,0 +1,141 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.themes/Arc-Dark-Gruvbox/cinnamon/dark-assets/menu/menu.svg b/.themes/Arc-Dark-Gruvbox/cinnamon/dark-assets/menu/menu.svg new file mode 100644 index 00000000..44e295d6 --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/cinnamon/dark-assets/menu/menu.svg @@ -0,0 +1,127 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/.themes/Arc-Dark-Gruvbox/cinnamon/dark-assets/menu/submenu.svg b/.themes/Arc-Dark-Gruvbox/cinnamon/dark-assets/menu/submenu.svg new file mode 100644 index 00000000..93695444 --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/cinnamon/dark-assets/menu/submenu.svg @@ -0,0 +1,117 @@ + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/.themes/Arc-Dark-Gruvbox/cinnamon/dark-assets/misc/button-box.svg b/.themes/Arc-Dark-Gruvbox/cinnamon/dark-assets/misc/button-box.svg new file mode 100644 index 00000000..0342698a --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/cinnamon/dark-assets/misc/button-box.svg @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/.themes/Arc-Dark-Gruvbox/cinnamon/dark-assets/misc/message.svg b/.themes/Arc-Dark-Gruvbox/cinnamon/dark-assets/misc/message.svg new file mode 100644 index 00000000..7c8f1b61 --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/cinnamon/dark-assets/misc/message.svg @@ -0,0 +1,96 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/.themes/Arc-Dark-Gruvbox/cinnamon/dark-assets/misc/modal.svg b/.themes/Arc-Dark-Gruvbox/cinnamon/dark-assets/misc/modal.svg new file mode 100644 index 00000000..ec0b9454 --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/cinnamon/dark-assets/misc/modal.svg @@ -0,0 +1,143 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/.themes/Arc-Dark-Gruvbox/cinnamon/dark-assets/switch/switch-off.svg b/.themes/Arc-Dark-Gruvbox/cinnamon/dark-assets/switch/switch-off.svg new file mode 100644 index 00000000..68eed5da --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/cinnamon/dark-assets/switch/switch-off.svg @@ -0,0 +1,201 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/.themes/Arc-Dark-Gruvbox/cinnamon/dark-assets/switch/switch-on.svg b/.themes/Arc-Dark-Gruvbox/cinnamon/dark-assets/switch/switch-on.svg new file mode 100644 index 00000000..b6a9be9d --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/cinnamon/dark-assets/switch/switch-on.svg @@ -0,0 +1,239 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.themes/Arc-Dark-Gruvbox/cinnamon/thumbnail.png b/.themes/Arc-Dark-Gruvbox/cinnamon/thumbnail.png new file mode 100644 index 00000000..abff6d56 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/cinnamon/thumbnail.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gnome-shell/common-assets/dash/dash-left.svg b/.themes/Arc-Dark-Gruvbox/gnome-shell/common-assets/dash/dash-left.svg new file mode 100644 index 00000000..5fb7bf24 --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/gnome-shell/common-assets/dash/dash-left.svg @@ -0,0 +1,72 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/.themes/Arc-Dark-Gruvbox/gnome-shell/common-assets/dash/dash-placeholder.svg b/.themes/Arc-Dark-Gruvbox/gnome-shell/common-assets/dash/dash-placeholder.svg new file mode 100644 index 00000000..cbae148a --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/gnome-shell/common-assets/dash/dash-placeholder.svg @@ -0,0 +1,84 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.themes/Arc-Dark-Gruvbox/gnome-shell/common-assets/dash/dash-right.svg b/.themes/Arc-Dark-Gruvbox/gnome-shell/common-assets/dash/dash-right.svg new file mode 100644 index 00000000..64c1e9b2 --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/gnome-shell/common-assets/dash/dash-right.svg @@ -0,0 +1,77 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/.themes/Arc-Dark-Gruvbox/gnome-shell/common-assets/dash/running1.svg b/.themes/Arc-Dark-Gruvbox/gnome-shell/common-assets/dash/running1.svg new file mode 100644 index 00000000..45036e26 --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/gnome-shell/common-assets/dash/running1.svg @@ -0,0 +1,162 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + diff --git a/.themes/Arc-Dark-Gruvbox/gnome-shell/common-assets/dash/running2.svg b/.themes/Arc-Dark-Gruvbox/gnome-shell/common-assets/dash/running2.svg new file mode 100644 index 00000000..365fa90f --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/gnome-shell/common-assets/dash/running2.svg @@ -0,0 +1,169 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/.themes/Arc-Dark-Gruvbox/gnome-shell/common-assets/dash/running3.svg b/.themes/Arc-Dark-Gruvbox/gnome-shell/common-assets/dash/running3.svg new file mode 100644 index 00000000..0de3f4ba --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/gnome-shell/common-assets/dash/running3.svg @@ -0,0 +1,176 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/.themes/Arc-Dark-Gruvbox/gnome-shell/common-assets/dash/running4.svg b/.themes/Arc-Dark-Gruvbox/gnome-shell/common-assets/dash/running4.svg new file mode 100644 index 00000000..33ec9cf8 --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/gnome-shell/common-assets/dash/running4.svg @@ -0,0 +1,183 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/.themes/Arc-Dark-Gruvbox/gnome-shell/common-assets/menu/menu-hover.svg b/.themes/Arc-Dark-Gruvbox/gnome-shell/common-assets/menu/menu-hover.svg new file mode 100644 index 00000000..4d3f2621 --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/gnome-shell/common-assets/menu/menu-hover.svg @@ -0,0 +1,104 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/.themes/Arc-Dark-Gruvbox/gnome-shell/common-assets/menu/menu-separator.svg b/.themes/Arc-Dark-Gruvbox/gnome-shell/common-assets/menu/menu-separator.svg new file mode 100644 index 00000000..4962ebcd --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/gnome-shell/common-assets/menu/menu-separator.svg @@ -0,0 +1,60 @@ + + + + + + + + + + image/svg+xml + + + + + + + diff --git a/.themes/Arc-Dark-Gruvbox/gnome-shell/common-assets/misc/bg.svg b/.themes/Arc-Dark-Gruvbox/gnome-shell/common-assets/misc/bg.svg new file mode 100644 index 00000000..feeddea4 --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/gnome-shell/common-assets/misc/bg.svg @@ -0,0 +1,127 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/.themes/Arc-Dark-Gruvbox/gnome-shell/common-assets/misc/close-active.svg b/.themes/Arc-Dark-Gruvbox/gnome-shell/common-assets/misc/close-active.svg new file mode 100644 index 00000000..95822bf3 --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/gnome-shell/common-assets/misc/close-active.svg @@ -0,0 +1,100 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/.themes/Arc-Dark-Gruvbox/gnome-shell/common-assets/misc/close-hover.svg b/.themes/Arc-Dark-Gruvbox/gnome-shell/common-assets/misc/close-hover.svg new file mode 100644 index 00000000..7b52140c --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/gnome-shell/common-assets/misc/close-hover.svg @@ -0,0 +1,100 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/.themes/Arc-Dark-Gruvbox/gnome-shell/common-assets/misc/close.svg b/.themes/Arc-Dark-Gruvbox/gnome-shell/common-assets/misc/close.svg new file mode 100644 index 00000000..e221a33f --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/gnome-shell/common-assets/misc/close.svg @@ -0,0 +1,100 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/.themes/Arc-Dark-Gruvbox/gnome-shell/common-assets/misc/corner-ripple-ltr.svg b/.themes/Arc-Dark-Gruvbox/gnome-shell/common-assets/misc/corner-ripple-ltr.svg new file mode 100644 index 00000000..357a544c --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/gnome-shell/common-assets/misc/corner-ripple-ltr.svg @@ -0,0 +1,125 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/.themes/Arc-Dark-Gruvbox/gnome-shell/common-assets/misc/corner-ripple-rtl.svg b/.themes/Arc-Dark-Gruvbox/gnome-shell/common-assets/misc/corner-ripple-rtl.svg new file mode 100644 index 00000000..57176d22 --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/gnome-shell/common-assets/misc/corner-ripple-rtl.svg @@ -0,0 +1,75 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/.themes/Arc-Dark-Gruvbox/gnome-shell/common-assets/misc/more-results.svg b/.themes/Arc-Dark-Gruvbox/gnome-shell/common-assets/misc/more-results.svg new file mode 100644 index 00000000..b5fa6be2 --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/gnome-shell/common-assets/misc/more-results.svg @@ -0,0 +1,167 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.themes/Arc-Dark-Gruvbox/gnome-shell/common-assets/misc/osd.svg b/.themes/Arc-Dark-Gruvbox/gnome-shell/common-assets/misc/osd.svg new file mode 100644 index 00000000..df41a00e --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/gnome-shell/common-assets/misc/osd.svg @@ -0,0 +1,127 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/.themes/Arc-Dark-Gruvbox/gnome-shell/common-assets/misc/page-indicator-active.svg b/.themes/Arc-Dark-Gruvbox/gnome-shell/common-assets/misc/page-indicator-active.svg new file mode 100644 index 00000000..00c15561 --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/gnome-shell/common-assets/misc/page-indicator-active.svg @@ -0,0 +1,87 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/.themes/Arc-Dark-Gruvbox/gnome-shell/common-assets/misc/page-indicator-checked.svg b/.themes/Arc-Dark-Gruvbox/gnome-shell/common-assets/misc/page-indicator-checked.svg new file mode 100644 index 00000000..249100d3 --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/gnome-shell/common-assets/misc/page-indicator-checked.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/.themes/Arc-Dark-Gruvbox/gnome-shell/common-assets/misc/page-indicator-hover.svg b/.themes/Arc-Dark-Gruvbox/gnome-shell/common-assets/misc/page-indicator-hover.svg new file mode 100644 index 00000000..b560780b --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/gnome-shell/common-assets/misc/page-indicator-hover.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/.themes/Arc-Dark-Gruvbox/gnome-shell/common-assets/misc/page-indicator-inactive.svg b/.themes/Arc-Dark-Gruvbox/gnome-shell/common-assets/misc/page-indicator-inactive.svg new file mode 100644 index 00000000..712573b4 --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/gnome-shell/common-assets/misc/page-indicator-inactive.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/.themes/Arc-Dark-Gruvbox/gnome-shell/common-assets/misc/process-working.svg b/.themes/Arc-Dark-Gruvbox/gnome-shell/common-assets/misc/process-working.svg new file mode 100644 index 00000000..7ae13c77 --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/gnome-shell/common-assets/misc/process-working.svg @@ -0,0 +1,409 @@ + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.themes/Arc-Dark-Gruvbox/gnome-shell/common-assets/misc/ws-switch-arrow-down.png b/.themes/Arc-Dark-Gruvbox/gnome-shell/common-assets/misc/ws-switch-arrow-down.png new file mode 100644 index 00000000..a674ad58 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gnome-shell/common-assets/misc/ws-switch-arrow-down.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gnome-shell/common-assets/misc/ws-switch-arrow-up.png b/.themes/Arc-Dark-Gruvbox/gnome-shell/common-assets/misc/ws-switch-arrow-up.png new file mode 100644 index 00000000..1b6f6111 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gnome-shell/common-assets/misc/ws-switch-arrow-up.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gnome-shell/common-assets/panel/activities-active.svg b/.themes/Arc-Dark-Gruvbox/gnome-shell/common-assets/panel/activities-active.svg new file mode 100644 index 00000000..ae5c602f --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/gnome-shell/common-assets/panel/activities-active.svg @@ -0,0 +1,178 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/.themes/Arc-Dark-Gruvbox/gnome-shell/common-assets/panel/activities.svg b/.themes/Arc-Dark-Gruvbox/gnome-shell/common-assets/panel/activities.svg new file mode 100644 index 00000000..b4a4b0dd --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/gnome-shell/common-assets/panel/activities.svg @@ -0,0 +1,158 @@ + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/.themes/Arc-Dark-Gruvbox/gnome-shell/common-assets/panel/panel-overview.svg b/.themes/Arc-Dark-Gruvbox/gnome-shell/common-assets/panel/panel-overview.svg new file mode 100644 index 00000000..c955747a --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/gnome-shell/common-assets/panel/panel-overview.svg @@ -0,0 +1,75 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/.themes/Arc-Dark-Gruvbox/gnome-shell/common-assets/panel/panel.svg b/.themes/Arc-Dark-Gruvbox/gnome-shell/common-assets/panel/panel.svg new file mode 100644 index 00000000..c0a64da2 --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/gnome-shell/common-assets/panel/panel.svg @@ -0,0 +1,75 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/.themes/Arc-Dark-Gruvbox/gnome-shell/common-assets/switch/switch-off-selected.svg b/.themes/Arc-Dark-Gruvbox/gnome-shell/common-assets/switch/switch-off-selected.svg new file mode 100644 index 00000000..937bef95 --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/gnome-shell/common-assets/switch/switch-off-selected.svg @@ -0,0 +1,229 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/.themes/Arc-Dark-Gruvbox/gnome-shell/common-assets/switch/switch-on-selected.svg b/.themes/Arc-Dark-Gruvbox/gnome-shell/common-assets/switch/switch-on-selected.svg new file mode 100644 index 00000000..b4de53ff --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/gnome-shell/common-assets/switch/switch-on-selected.svg @@ -0,0 +1,274 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.themes/Arc-Dark-Gruvbox/gnome-shell/dark-assets/checkbox/checkbox-checked-focused.svg b/.themes/Arc-Dark-Gruvbox/gnome-shell/dark-assets/checkbox/checkbox-checked-focused.svg new file mode 100644 index 00000000..0c2a8ee7 --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/gnome-shell/dark-assets/checkbox/checkbox-checked-focused.svg @@ -0,0 +1,214 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.themes/Arc-Dark-Gruvbox/gnome-shell/dark-assets/checkbox/checkbox-checked.svg b/.themes/Arc-Dark-Gruvbox/gnome-shell/dark-assets/checkbox/checkbox-checked.svg new file mode 100644 index 00000000..b17ab7ce --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/gnome-shell/dark-assets/checkbox/checkbox-checked.svg @@ -0,0 +1,214 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.themes/Arc-Dark-Gruvbox/gnome-shell/dark-assets/checkbox/checkbox-unchecked-focused.svg b/.themes/Arc-Dark-Gruvbox/gnome-shell/dark-assets/checkbox/checkbox-unchecked-focused.svg new file mode 100644 index 00000000..0c111f0c --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/gnome-shell/dark-assets/checkbox/checkbox-unchecked-focused.svg @@ -0,0 +1,160 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.themes/Arc-Dark-Gruvbox/gnome-shell/dark-assets/checkbox/checkbox-unchecked.svg b/.themes/Arc-Dark-Gruvbox/gnome-shell/dark-assets/checkbox/checkbox-unchecked.svg new file mode 100644 index 00000000..d7c2217d --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/gnome-shell/dark-assets/checkbox/checkbox-unchecked.svg @@ -0,0 +1,141 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.themes/Arc-Dark-Gruvbox/gnome-shell/dark-assets/menu/menu.svg b/.themes/Arc-Dark-Gruvbox/gnome-shell/dark-assets/menu/menu.svg new file mode 100644 index 00000000..44e295d6 --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/gnome-shell/dark-assets/menu/menu.svg @@ -0,0 +1,127 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/.themes/Arc-Dark-Gruvbox/gnome-shell/dark-assets/menu/submenu-open.svg b/.themes/Arc-Dark-Gruvbox/gnome-shell/dark-assets/menu/submenu-open.svg new file mode 100644 index 00000000..bd817b0d --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/gnome-shell/dark-assets/menu/submenu-open.svg @@ -0,0 +1,109 @@ + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/.themes/Arc-Dark-Gruvbox/gnome-shell/dark-assets/menu/submenu.svg b/.themes/Arc-Dark-Gruvbox/gnome-shell/dark-assets/menu/submenu.svg new file mode 100644 index 00000000..ebab963c --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/gnome-shell/dark-assets/menu/submenu.svg @@ -0,0 +1,109 @@ + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/.themes/Arc-Dark-Gruvbox/gnome-shell/dark-assets/misc/calendar-arrow-left-hover.svg b/.themes/Arc-Dark-Gruvbox/gnome-shell/dark-assets/misc/calendar-arrow-left-hover.svg new file mode 100644 index 00000000..33f401d6 --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/gnome-shell/dark-assets/misc/calendar-arrow-left-hover.svg @@ -0,0 +1,172 @@ + + + + + + + + image/svg+xml + + Gnome Symbolic Icon Theme + + + + + + + + Gnome Symbolic Icon Theme + + + + + + + + + + + + + + + + + + diff --git a/.themes/Arc-Dark-Gruvbox/gnome-shell/dark-assets/misc/calendar-arrow-left.svg b/.themes/Arc-Dark-Gruvbox/gnome-shell/dark-assets/misc/calendar-arrow-left.svg new file mode 100644 index 00000000..5602eff8 --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/gnome-shell/dark-assets/misc/calendar-arrow-left.svg @@ -0,0 +1,169 @@ + + + + + + + + image/svg+xml + + Gnome Symbolic Icon Theme + + + + + + + + Gnome Symbolic Icon Theme + + + + + + + + + + + + + + + diff --git a/.themes/Arc-Dark-Gruvbox/gnome-shell/dark-assets/misc/calendar-arrow-right-hover.svg b/.themes/Arc-Dark-Gruvbox/gnome-shell/dark-assets/misc/calendar-arrow-right-hover.svg new file mode 100644 index 00000000..5586d559 --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/gnome-shell/dark-assets/misc/calendar-arrow-right-hover.svg @@ -0,0 +1,172 @@ + + + + + + + + image/svg+xml + + Gnome Symbolic Icon Theme + + + + + + + + Gnome Symbolic Icon Theme + + + + + + + + + + + + + + + + + + diff --git a/.themes/Arc-Dark-Gruvbox/gnome-shell/dark-assets/misc/calendar-arrow-right.svg b/.themes/Arc-Dark-Gruvbox/gnome-shell/dark-assets/misc/calendar-arrow-right.svg new file mode 100644 index 00000000..734b53b7 --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/gnome-shell/dark-assets/misc/calendar-arrow-right.svg @@ -0,0 +1,171 @@ + + + + + + + + image/svg+xml + + Gnome Symbolic Icon Theme + + + + + + + + Gnome Symbolic Icon Theme + + + + + + + + + + + + + + + diff --git a/.themes/Arc-Dark-Gruvbox/gnome-shell/dark-assets/misc/message-active.svg b/.themes/Arc-Dark-Gruvbox/gnome-shell/dark-assets/misc/message-active.svg new file mode 100644 index 00000000..26baa110 --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/gnome-shell/dark-assets/misc/message-active.svg @@ -0,0 +1,90 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/.themes/Arc-Dark-Gruvbox/gnome-shell/dark-assets/misc/message-close-active.svg b/.themes/Arc-Dark-Gruvbox/gnome-shell/dark-assets/misc/message-close-active.svg new file mode 100644 index 00000000..d678a908 --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/gnome-shell/dark-assets/misc/message-close-active.svg @@ -0,0 +1,155 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.themes/Arc-Dark-Gruvbox/gnome-shell/dark-assets/misc/message-close-hover.svg b/.themes/Arc-Dark-Gruvbox/gnome-shell/dark-assets/misc/message-close-hover.svg new file mode 100644 index 00000000..6ed2ec1c --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/gnome-shell/dark-assets/misc/message-close-hover.svg @@ -0,0 +1,138 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.themes/Arc-Dark-Gruvbox/gnome-shell/dark-assets/misc/message-close.svg b/.themes/Arc-Dark-Gruvbox/gnome-shell/dark-assets/misc/message-close.svg new file mode 100644 index 00000000..66a52035 --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/gnome-shell/dark-assets/misc/message-close.svg @@ -0,0 +1,118 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.themes/Arc-Dark-Gruvbox/gnome-shell/dark-assets/misc/message-hover.svg b/.themes/Arc-Dark-Gruvbox/gnome-shell/dark-assets/misc/message-hover.svg new file mode 100644 index 00000000..7ab720c3 --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/gnome-shell/dark-assets/misc/message-hover.svg @@ -0,0 +1,96 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/.themes/Arc-Dark-Gruvbox/gnome-shell/dark-assets/misc/message.svg b/.themes/Arc-Dark-Gruvbox/gnome-shell/dark-assets/misc/message.svg new file mode 100644 index 00000000..7c8f1b61 --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/gnome-shell/dark-assets/misc/message.svg @@ -0,0 +1,96 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/.themes/Arc-Dark-Gruvbox/gnome-shell/dark-assets/misc/modal.svg b/.themes/Arc-Dark-Gruvbox/gnome-shell/dark-assets/misc/modal.svg new file mode 100644 index 00000000..daf9c933 --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/gnome-shell/dark-assets/misc/modal.svg @@ -0,0 +1,143 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/.themes/Arc-Dark-Gruvbox/gnome-shell/dark-assets/switch/switch-off.svg b/.themes/Arc-Dark-Gruvbox/gnome-shell/dark-assets/switch/switch-off.svg new file mode 100644 index 00000000..68eed5da --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/gnome-shell/dark-assets/switch/switch-off.svg @@ -0,0 +1,201 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/.themes/Arc-Dark-Gruvbox/gnome-shell/dark-assets/switch/switch-on.svg b/.themes/Arc-Dark-Gruvbox/gnome-shell/dark-assets/switch/switch-on.svg new file mode 100644 index 00000000..b6a9be9d --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/gnome-shell/dark-assets/switch/switch-on.svg @@ -0,0 +1,239 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.themes/Arc-Dark-Gruvbox/gnome-shell/gnome-shell.css b/.themes/Arc-Dark-Gruvbox/gnome-shell/gnome-shell.css new file mode 100644 index 00000000..db3555a6 --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/gnome-shell/gnome-shell.css @@ -0,0 +1,2026 @@ +/* Copyright 2009, 2015 Red Hat, Inc. + * + * Portions adapted from Mx's data/style/default.css + * Copyright 2009 Intel Corporation + * + * This program is free software; you can redistribute it and/or modify it + * under the terms and conditions of the GNU Lesser General Public License, + * version 2.1, as published by the Free Software Foundation. + * + * This program is distributed in the hope it will be useful, but WITHOUT ANY + * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for + * more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. + */ +stage { + font-family: Futura Bk bt, Cantarell, Sans-Serif; + font-size: 9pt; + color: #D3DAE3; } + +.button { + min-height: 20px; + padding: 5px 32px; + transition-duration: 0; + border-radius: 2px; } + +.button, .notification-banner .notification-button, +.notification-banner:hover .notification-button, +.notification-banner:focus .notification-button, .hotplug-notification-item { + text-shadow: 0 1px rgba(64, 69, 82, 0); + color: #D3DAE3; + background-color: #444a58; + border: 1px solid #2b2e39; + box-shadow: inset 0 1px rgba(68, 74, 88, 0.05); } + .button:focus, .notification-banner .notification-button:focus, .hotplug-notification-item:focus { + text-shadow: 0 1px rgba(64, 69, 82, 0); + color: #D3DAE3; + background-color: #444a58; + border: 1px solid #5294e2; + box-shadow: inset 0 1px rgba(68, 74, 88, 0.05); } + .button:hover, .notification-banner .notification-button:hover, .hotplug-notification-item:hover { + text-shadow: 0 1px rgba(64, 69, 82, 0); + color: #D3DAE3; + background-color: #505666; + border: 1px solid #2b2e39; + box-shadow: inset 0 1px rgba(80, 86, 102, 0.05); } + .button:hover:focus, .notification-banner .notification-button:hover:focus, .hotplug-notification-item:hover:focus { + text-shadow: 0 1px rgba(64, 69, 82, 0); + color: #D3DAE3; + background-color: #444a58; + border: 1px solid #5294e2; + box-shadow: inset 0 1px rgba(68, 74, 88, 0.05); } + .button:active, .notification-banner .notification-button:active, .hotplug-notification-item:active, .button:active:focus, .notification-banner .notification-button:active:focus, .hotplug-notification-item:active:focus { + text-shadow: 0 1px rgba(64, 69, 82, 0); + color: #ffffff; + background-color: #5294e2; + border: 1px solid #2b2e39; + box-shadow: inset 0 1px rgba(82, 148, 226, 0.05); } + .button:insensitive, .notification-banner .notification-button:insensitive, .hotplug-notification-item:insensitive { + text-shadow: 0 1px rgba(64, 69, 82, 0); + color: rgba(211, 218, 227, 0.45); + border: 1px solid rgba(43, 46, 57, 0.55); + background-color: rgba(68, 74, 88, 0.55); + box-shadow: inset 0 1px rgba(68, 74, 88, 0.05); } + +StEntry { + padding: 7px; + caret-size: 1px; + caret-color: #D3DAE3; + selection-background-color: #5294e2; + selected-color: #ffffff; + transition-duration: 300ms; + border-radius: 3px; + color: #D3DAE3; + background-color: #404552; + border: 1px solid #2b2e39; + box-shadow: inset 0 2px 4px rgba(64, 69, 82, 0.05); } + StEntry:focus, StEntry:hover { + color: #D3DAE3; + background-color: #404552; + border: 1px solid #5294e2; + box-shadow: inset 0 2px 4px rgba(64, 69, 82, 0.05); } + StEntry:insensitive { + color: rgba(211, 218, 227, 0.45); + background-color: #3c414e; + border-color: 1px solid #313440; + box-shadow: inset 0 2px 4px rgba(60, 65, 78, 0.05); } + StEntry StIcon.capslock-warning { + icon-size: 16px; + warning-color: #F27835; + padding: 0 4px; } + +StScrollView.vfade { + -st-vfade-offset: 0px; } + +StScrollView.hfade { + -st-hfade-offset: 0px; } + +StScrollBar { + padding: 8px; } + StScrollView StScrollBar { + min-width: 5px; + min-height: 5px; } + StScrollBar StBin#trough { + background-color: rgba(64, 69, 82, 0.1); + border-radius: 8px; } + StScrollBar StButton#vhandle, StScrollBar StButton#hhandle { + border-radius: 4px; + background-color: #767b87; + border: 0px solid; + margin: 0px; } + StScrollBar StButton#vhandle:hover, StScrollBar StButton#hhandle:hover { + background-color: #676b78; } + StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { + background-color: #5294e2; } + +.slider { + -slider-height: 4px; + -slider-background-color: #2b2e39; + -slider-border-color: transparent; + -slider-active-background-color: #5294e2; + -slider-active-border-color: transparent; + -slider-border-width: 0; + -slider-handle-radius: 0px; + height: 18px; + border: 0 solid transparent; + border-right-width: 1px; + border-left-width: 5px; + color: transparent; } + .popup-menu-item.selected .slider { + -slider-background-color: rgba(0, 0, 0, 0.2); + -slider-active-background-color: #ffffff; } + +.check-box StBoxLayout { + spacing: .8em; } + +.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"); } + +.toggle-switch { + width: 50px; + height: 20px; + background-size: contain; + background-image: url("dark-assets/switch/switch-off.svg"); } + .toggle-switch:checked { + background-image: url("dark-assets/switch/switch-on.svg"); } + .popup-menu-item.selected .toggle-switch { + background-image: url("common-assets/switch/switch-off-selected.svg"); } + .popup-menu-item.selected .toggle-switch:checked { + background-image: url("common-assets/switch/switch-on-selected.svg"); } + +.shell-link { + color: #a9caf1; } + .shell-link:hover { + color: #d5e5f8; } + +.headline { + font-size: 110%; } + +.lightbox { + background-color: black; } + +.flashspot { + background-color: white; } + +.modal-dialog { + color: #D3DAE3; + background-color: rgba(56, 60, 74, 0); + border: none; + border-image: url("dark-assets/misc/modal.svg") 9 9 9 67; + padding: 0 5px 6px 5px; } + .modal-dialog .modal-dialog-content-box { + padding: 20px 10px 10px 10px; } + .modal-dialog-linked-button { + height: 38px; + padding: 0; + box-shadow: inset 0 0 black; + border-top-width: 1px; + border-bottom-width: 0; + color: #BAC3CF; + background-color: rgba(53, 57, 69, 0.95); + border-color: rgba(35, 38, 46, 0.95); } + .modal-dialog-linked-button:hover { + background-color: rgba(64, 69, 83, 0.95); } + .modal-dialog-linked-button:focus { + color: #5294e2; } + .modal-dialog-linked-button:active { + color: #ffffff; + background-color: #5294e2; } + .modal-dialog-linked-button:insensitive { + color: rgba(186, 195, 207, 0.5); + background-color: rgba(49, 52, 63, 0.95); } + .modal-dialog-linked-button:first-child { + border-radius: 0px 0px 0px 2px; } + .modal-dialog-linked-button:last-child { + border-right-width: 0px; + border-radius: 0px 0px 2px 0px; } + .modal-dialog-linked-button:first-child:last-child { + border-right-width: 0px; + border-radius: 0px 0px 2px 2px; } + .modal-dialog .run-dialog-entry { + width: 21em; } + .modal-dialog .run-dialog-error-box { + padding-top: 5px; + spacing: 5px; } + .modal-dialog .run-dialog-label { + font-size: 0; } + +.show-processes-dialog-subject, +.mount-question-dialog-subject, +.end-session-dialog-subject { + font-size: 11pt; + font-weight: bold; + color: #D3DAE3; } + +.end-session-dialog { + spacing: 42px; } + .end-session-dialog-list { + padding-top: 20px; } + .end-session-dialog-layout { + padding-left: 17px; } + .end-session-dialog-layout:rtl { + padding-right: 17px; } + .end-session-dialog-description { + width: 28em; + padding-bottom: 10px; } + .end-session-dialog-description:rtl { + text-align: right; } + .end-session-dialog-warning { + width: 28em; + color: #F27835; + padding-top: 6px; } + .end-session-dialog-warning:rtl { + text-align: right; } + .end-session-dialog-logout-icon { + border: 0px solid transparent; + border-radius: 2px; + width: 48px; + height: 48px; + background-size: contain; } + .end-session-dialog-shutdown-icon { + color: #D3DAE3; + width: 48px; + height: 48px; } + .end-session-dialog-inhibitor-layout { + spacing: 16px; + max-height: 200px; + padding-right: 10px; + padding-left: 10px; } + .end-session-dialog-session-list, .end-session-dialog-app-list { + spacing: 1em; } + .end-session-dialog-list-header { + font-weight: bold; } + .end-session-dialog-list-header:rtl { + text-align: right; } + .end-session-dialog-app-list-item, .end-session-dialog-session-list-item { + spacing: 1em; } + .end-session-dialog-app-list-item-name, .end-session-dialog-session-list-item-name { + font-weight: bold; } + .end-session-dialog-app-list-item-description { + color: #e3e7ed; + font-size: 8pt; } + .end-session-dialog .modal-dialog-linked-button:last-child { + color: white; + background-color: #F04A50; } + .end-session-dialog .modal-dialog-linked-button:last-child:hover { + color: white; + background-color: #f47479; } + .end-session-dialog .modal-dialog-linked-button:last-child:active { + color: white; + background-color: #ee3239; } + +.shell-mount-operation-icon { + icon-size: 48px; } + +.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; } + +.mount-question-dialog-subject { + max-width: 500px; } + +.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 { + font-size: 10pt; + 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: #b4c0cf; } + .show-processes-dialog-app-list-item:hover { + color: #D3DAE3; } + .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: 10pt; } + +.prompt-dialog { + width: 500px; } + .prompt-dialog-main-layout { + spacing: 24px; + padding: 10px; } + .prompt-dialog-message-layout { + spacing: 16px; } + .prompt-dialog-headline { + font-size: 12pt; + font-weight: bold; + color: #D3DAE3; } + .prompt-dialog-descritption:rtl { + text-align: right; } + .prompt-dialog-password-box { + spacing: 1em; + padding-bottom: 1em; } + .prompt-dialog-error-label { + font-size: 9pt; + color: #FC4138; + padding-bottom: 8px; } + .prompt-dialog-info-label { + font-size: 9pt; + padding-bottom: 8px; } + .prompt-dialog-null-label { + font-size: 9pt; + padding-bottom: 8px; } + +.hidden { + color: transparent; } + +.polkit-dialog-user-layout { + padding-left: 10px; + spacing: 10px; } + .polkit-dialog-user-layout:rtl { + padding-left: 0px; + padding-right: 10px; } + +.polkit-dialog-user-root-label { + color: #F27835; } + +.polkit-dialog-user-user-icon { + border-radius: 2px; + background-size: contain; + width: 48px; + height: 48px; } + +.audio-device-selection-dialog { + spacing: 30px; } + +.audio-selection-content { + spacing: 20px; + padding: 24px; } + +.audio-selection-title { + font-weight: bold; + text-align: center; } + +.audio-selection-box { + spacing: 20px; } + +.audio-selection-device { + border: 1px solid #2b2e39; + border-radius: 3px; } + .audio-selection-device:active, .audio-selection-device:hover, .audio-selection-device:focus { + background-color: #5294e2; + border-color: #5294e2; } + +.audio-selection-device-box { + padding: 20px; + spacing: 20px; } + +.audio-selection-device-icon { + icon-size: 64px; } + +.access-dialog { + spacing: 30px; } + .access-dialog-main-layout { + padding: 12px 20px 0; + spacing: 12px; } + .access-dialog-content { + max-width: 28em; + spacing: 20px; } + .access-dialog-icon { + min-width: 48px; + icon-size: 48px; } + .access-dialog-title { + font-weight: bold; } + .access-dialog-subtitle { + color: #D3DAE3; + font-weight: bold; } + +.geolocation-dialog { + spacing: 30px; } + .geolocation-dialog-main-layout { + spacing: 12px; } + .geolocation-dialog-content { + spacing: 20px; } + .geolocation-dialog-icon { + icon-size: 48px; } + .geolocation-dialog-title { + font-weight: bold; } + .geolocation-dialog-reason { + color: #D3DAE3; + font-weight: bold; } + +.network-dialog-secret-table { + spacing-rows: 15px; + spacing-columns: 1em; } + +.keyring-dialog-control-table { + spacing-rows: 15px; + spacing-columns: 1em; } + +.popup-menu { + min-width: 15em; + color: #D3DAE3; + border-image: url("dark-assets/menu/menu.svg") 9 9 9 9; } + .popup-menu .popup-sub-menu { + background: none; + box-shadow: none; + border-image: url("dark-assets/menu/submenu.svg") 9 9 9 9; } + .popup-menu .popup-menu-content { + padding: 1em 0em 1em 0em; } + .popup-menu .popup-menu-item { + spacing: 12px; } + .popup-menu .popup-menu-item:ltr { + padding: .4em 3em .4em 0em; } + .popup-menu .popup-menu-item:rtl { + padding: .4em 0em .4em 3em; } + .popup-menu .popup-menu-item:checked { + font-weight: normal; + background: none; + box-shadow: none; + border-image: url("dark-assets/menu/submenu-open.svg") 9 9 9 9; } + .popup-menu .popup-menu-item:active, .popup-menu .popup-menu-item.selected { + color: #ffffff; + background-color: transparent; + border-image: url("common-assets/menu/menu-hover.svg") 9 9 1 1; } + .popup-menu .popup-menu-item:insensitive { + color: rgba(211, 218, 227, 0.5); + background: none; } + .popup-menu .popup-inactive-menu-item { + color: #D3DAE3; } + .popup-menu .popup-inactive-menu-item:insensitive { + color: rgba(211, 218, 227, 0.45); } + .popup-menu.panel-menu { + -boxpointer-gap: 0px; + margin-bottom: 1.75em; } + +.popup-menu-ornament { + text-align: right; + margin-left: 10px; + width: 16px; } + +.popup-menu-boxpointer { + -arrow-border-radius: 2px; + -arrow-background-color: transparent; + -arrow-border-width: 1px; + -arrow-border-color: transparent; + -arrow-base: 0; + -arrow-rise: 0; } + +.candidate-popup-boxpointer { + -arrow-border-radius: 2px; + -arrow-background-color: rgba(53, 57, 69, 0.95); + -arrow-border-width: 1px; + -arrow-border-color: rgba(0, 0, 0, 0.4); + -arrow-base: 5; + -arrow-rise: 5; } + +.popup-separator-menu-item { + height: 2px; + margin: 0; + background-color: transparent; + border: none; + border-image: url("common-assets/menu/menu-separator.svg") 1 1 1 1; } + +.background-menu { + -boxpointer-gap: 4px; + -arrow-rise: 0px; } + +.osd-window { + text-align: center; + font-weight: bold; + spacing: 1em; + padding: 20px; + margin: 32px; + min-width: 64px; + min-height: 64px; + color: white; + background: none; + border: none; + border-radius: 5px; + border-image: url("common-assets/misc/osd.svg") 9 9 9 9; } + .osd-window .osd-monitor-label { + font-size: 3em; } + .osd-window .level { + padding: 0; + height: 4px; + background-color: rgba(0, 0, 0, 0.5); + border-radius: 2px; + color: #5294e2; } + .osd-window .level-bar { + background-color: #5294e2; + border-radius: 2px; } + +.resize-popup { + color: #BAC3CF; + background: none; + border: none; + border-radius: 5px; + border-image: url("common-assets/misc/osd.svg") 9 9 9 9; + padding: 12px; } + +.switcher-popup { + padding: 8px; + spacing: 16px; } + +.switcher-list { + background: none; + border: none; + border-image: url("common-assets/misc/bg.svg") 9 9 9 9; + border-radius: 3px; + padding: 20px; } + .switcher-list-item-container { + spacing: 8px; } + .switcher-list .item-box { + padding: 8px; + border-radius: 2px; + border: 1px solid transparent; } + .switcher-list .item-box:outlined { + padding: 8px; + border: 1px solid #5294e2; } + .switcher-list .item-box:selected { + color: #ffffff; + background-color: #5294e2; + border: 1px solid #5294e2; } + .switcher-list .thumbnail-box { + padding: 2px; + spacing: 4px; } + .switcher-list .thumbnail { + width: 256px; } + .switcher-list .separator { + width: 1px; + background: rgba(211, 218, 227, 0.33); } + +.switcher-arrow { + border-color: transparent; + color: #BAC3CF; } + .switcher-arrow:highlighted { + color: white; } + +.input-source-switcher-symbol { + font-size: 34pt; + width: 96px; + height: 96px; } + +.cycler-highlight { + border: 5px solid #5294e2; } + +.workspace-switcher { + background: transparent; + border: 0px; + border-radius: 0px; + padding: 0px; + spacing: 8px; } + .workspace-switcher-group { + padding: 12px; } + .workspace-switcher-container { + border-image: url("common-assets/misc/bg.svg") 9 9 9 9; + border-radius: 3px; + padding: 20px; + padding-bottom: 24px; } + +.ws-switcher-active-up, .ws-switcher-active-down { + height: 30px; + background-color: #5294e2; + background-size: 96px; + border-radius: 2px; + border: 1px solid #5294e2; } + +.ws-switcher-active-up { + background-image: url("common-assets/misc/ws-switch-arrow-up.png"); } + +.ws-switcher-active-down { + background-image: url("common-assets/misc/ws-switch-arrow-down.png"); } + +.ws-switcher-box { + height: 96px; + background-color: rgba(0, 0, 0, 0.33); + border-color: rgba(0, 0, 0, 0.33); + border-radius: 2px; } + +.tile-preview { + background-color: rgba(82, 148, 226, 0.35); + border: 1px solid #5294e2; } + .tile-preview-left.on-primary { + border-radius: 0px 0 0 0; } + .tile-preview-right.on-primary { + border-radius: 0 0px 0 0; } + .tile-preview-left.tile-preview-right.on-primary { + border-radius: 0px 0px 0 0; } + +#panel { + font-weight: bold; + height: 2.1em; + min-height: 27px; + background-gradient-direction: none; + background-color: transparent; + border-bottom-width: 0; + border-image: url("common-assets/panel/panel.svg") 1 1 1 1; } + #panel.dynamic-top-bar-white-btn { + border-image: none; } + #panel.unlock-screen, #panel.login-screen, #panel.lock-screen { + background-color: transparent; + border-image: none; } + #panel:overview { + border-image: url("common-assets/panel/panel-overview.svg") 1 1 1 1; } + #panel #panelLeft, #panel #panelCenter { + spacing: 8px; } + #panel .panel-corner { + -panel-corner-radius: 0px; + -panel-corner-background-color: transparent; + -panel-corner-border-width: 0px; + -panel-corner-border-color: black; } + #panel .panel-corner:active, #panel .panel-corner:overview, #panel .panel-corner:focus { + -panel-corner-border-color: black; } + #panel .panel-corner.lock-screen, #panel .panel-corner.login-screen, #panel .panel-cornerunlock-screen { + -panel-corner-radius: 0; + -panel-corner-background-color: transparent; + -panel-corner-border-color: transparent; } + #panel .panel-button { + -natural-hpadding: 10px; + -minimum-hpadding: 6px; + font-weight: bold; + color: white; + transition-duration: 100ms; + border-bottom-width: 1px; + border-color: transparent; } + #panel .panel-button .app-menu-icon { + width: 0; + height: 0; + margin-left: 0px; + margin-right: 0px; } + #panel .panel-button:hover { + color: white; + background-color: rgba(0, 0, 0, 0.17); + border-bottom-width: 1px; + border-color: transparent; } + #panel .panel-button:active, #panel .panel-button:overview, #panel .panel-button:focus, #panel .panel-button:checked { + color: #ffffff; + background-color: #5294e2; + box-shadow: none; + border-bottom-width: 1px; + border-color: black; } + #panel .panel-button:active > .system-status-icon, #panel .panel-button:overview > .system-status-icon, #panel .panel-button:focus > .system-status-icon, #panel .panel-button:checked > .system-status-icon { + icon-shadow: none; } + #panel .panel-button .system-status-icon { + icon-size: 16px; + padding: 0 4px; } + .unlock-screen #panel .panel-button, + .login-screen #panel .panel-button, + .lock-screen #panel .panel-button { + color: #f2f4f7; } + .unlock-screen #panel .panel-button:focus, .unlock-screen #panel .panel-button:hover, .unlock-screen #panel .panel-button:active, + .login-screen #panel .panel-button:focus, + .login-screen #panel .panel-button:hover, + .login-screen #panel .panel-button:active, + .lock-screen #panel .panel-button:focus, + .lock-screen #panel .panel-button:hover, + .lock-screen #panel .panel-button:active { + color: #f2f4f7; } + #panel #panelActivities.panel-button { + -natural-hpadding: 12px; } + #panel .panel-status-indicators-box, + #panel .panel-status-menu-box { + spacing: 2px; } + #panel .power-status.panel-status-indicators-box { + spacing: 0; } + #panel .screencast-indicator { + color: #FC4138; } + #panel .clock-display > * > *:last-child { + color: #5294e2; + margin-left: .3em; } + #panel .popup-menu-arrow { + width: 0; } + +#panel #panelActivities.panel-button > * { + background-image: url("common-assets/panel/activities.svg"); + background-position: center top; + width: 24px; + height: 24px; + background-color: transparent !important; + background-gradient-direction: none !important; + border: 0 solid transparent !important; + text-shadow: 0 0 transparent !important; + transition-duration: 0ms !important; + box-shadow: none !important; + color: transparent; } + +#panel #panelActivities.panel-button:active, #panel #panelActivities.panel-button:overview, #panel #panelActivities.panel-button:focus, #panel #panelActivities.panel-button:checked { + background-color: transparent; + box-shadow: none; + border-bottom-width: 1px; + border-color: transparent; } + #panel #panelActivities.panel-button:active > *, #panel #panelActivities.panel-button:overview > *, #panel #panelActivities.panel-button:focus > *, #panel #panelActivities.panel-button:checked > * { + background-image: url("common-assets/panel/activities-active.svg"); } + +.system-switch-user-submenu-icon { + icon-size: 20px; + padding: 0 2px; } + +.system-switch-user-submenu-icon.default-icon { + icon-size: 16px; + padding: 0 4px; } + +#appMenu { + spinner-image: url("common-assets/misc/process-working.svg"); + spacing: 4px; + padding: 0 8px; } + #appMenu .label-shadow { + color: transparent; } + +.aggregate-menu { + min-width: 23.5em; } + .aggregate-menu .popup-menu-icon { + padding: 0 4px; } + +.system-menu-action { + padding: 13px; + color: #D3DAE3; + border-radius: 32px; + /* wish we could do 50% */ + border: 1px solid transparent; } + .system-menu-action:hover, .system-menu-action:focus { + transition-duration: 100ms; + padding: 13px; + color: #D3DAE3; + background-color: transparent; + border: 1px solid #5294e2; } + .system-menu-action:active { + color: #ffffff; + background-color: #5294e2; + border: 1px solid #5294e2; } + .system-menu-action > StIcon { + icon-size: 16px; } + +#calendarArea { + padding: 0.75em 1.0em; } + +.calendar { + margin-bottom: 1em; } + +.calendar, +.datemenu-today-button, +.datemenu-displays-box, +.message-list-sections { + margin: 0 1.5em; } + +.datemenu-calendar-column { + spacing: 0.5em; } + +.datemenu-displays-section { + padding-bottom: 3em; } + +.datemenu-today-button, +.world-clocks-button, +.message-list-section-title { + border-radius: 3px; + padding: .4em; } + +.message-list-section-list:ltr { + padding-left: .4em; } + +.message-list-section-list:rtl { + padding-right: .4em; } + +.datemenu-today-button, +.world-clocks-button, +.message-list-section-title { + padding: 7px 10px 7px 10px; + border: 1px solid rgba(64, 69, 82, 0); } + .datemenu-today-button:hover, .datemenu-today-button:focus, + .world-clocks-button:hover, + .world-clocks-button:focus, + .message-list-section-title:hover, + .message-list-section-title:focus { + text-shadow: 0 1px rgba(64, 69, 82, 0); + color: #D3DAE3; + background-color: #505666; + border: 1px solid #2b2e39; + box-shadow: inset 0 1px rgba(80, 86, 102, 0.05); } + .datemenu-today-button:active, + .world-clocks-button:active, + .message-list-section-title:active { + text-shadow: 0 1px rgba(64, 69, 82, 0); + color: #ffffff; + background-color: #5294e2; + border: 1px solid #2b2e39; + box-shadow: inset 0 1px rgba(82, 148, 226, 0.05); } + +.datemenu-today-button .date-label { + font-size: 1.5em; } + +.world-clocks-header, +.message-list-section-title { + color: rgba(211, 218, 227, 0.4); + font-weight: bold; } + +.world-clocks-button:active .world-clocks-header { + color: #ffffff; } + +.world-clocks-grid { + spacing-rows: 0.4em; } + +.calendar-month-label { + color: #D3DAE3; + font-weight: bold; + padding: 8px 0; } + +.pager-button { + color: transparent; + background-color: transparent; + width: 32px; + border-radius: 2px; } + .pager-button:focus, .pager-button:hover, .pager-button:active { + background-color: transparent; } + +.calendar-change-month-back { + background-image: url("dark-assets/misc/calendar-arrow-left.svg"); } + .calendar-change-month-back:focus, .calendar-change-month-back:hover { + background-image: url("dark-assets/misc/calendar-arrow-left-hover.svg"); } + .calendar-change-month-back:active { + background-image: url("dark-assets/misc/calendar-arrow-left.svg"); } + .calendar-change-month-back:rtl { + background-image: url("dark-assets/misc/calendar-arrow-right.svg"); } + .calendar-change-month-back:rtl:focus, .calendar-change-month-back:rtl:hover { + background-image: url("dark-assets/misc/calendar-arrow-right-hover.svg"); } + .calendar-change-month-back:rtl:active { + background-image: url("dark-assets/misc/calendar-arrow-right.svg"); } + +.calendar-change-month-forward { + background-image: url("dark-assets/misc/calendar-arrow-right.svg"); } + .calendar-change-month-forward:focus, .calendar-change-month-forward:hover { + background-image: url("dark-assets/misc/calendar-arrow-right-hover.svg"); } + .calendar-change-month-forward:active { + background-image: url("dark-assets/misc/calendar-arrow-right.svg"); } + .calendar-change-month-forward:rtl { + background-image: url("dark-assets/misc/calendar-arrow-left.svg"); } + .calendar-change-month-forward:rtl:focus, .calendar-change-month-forward:rtl:hover { + background-image: url("dark-assets/misc/calendar-arrow-left-hover.svg"); } + .calendar-change-month-forward:rtl:active { + background-image: url("dark-assets/misc/calendar-arrow-left.svg"); } + +.calendar-day-base { + font-size: 80%; + text-align: center; + width: 25px; + height: 25px; + padding: 0.1em; + margin: 2px; + border-radius: 12.5px; } + .calendar-day-base:hover, .calendar-day-base:focus { + background-color: rgba(0, 0, 0, 0.1); } + .calendar-day-base:active, .calendar-day-base:selected { + color: #D3DAE3; + background-color: rgba(0, 0, 0, 0.15); + border-width: 0; } + .calendar-day-base.calendar-day-heading { + color: rgba(211, 218, 227, 0.85); + margin-top: 1em; + font-size: 70%; } + +.calendar-day { + border-width: 0; + color: rgba(211, 218, 227, 0.8); } + +.calendar-day-top { + border-top-width: 0; } + +.calendar-day-left { + border-left-width: 0; } + +.calendar-nonwork-day { + color: #D3DAE3; + font-weight: bold; } + +.calendar-today, +.calendar-today:active, +.calendar-today:focus, +.calendar-today:hover { + font-weight: bold; + color: #ffffff; + background-color: #5294e2; + border-width: 0; } + +.calendar-day-with-events { + color: #5294e2; + font-weight: bold; } + +.calendar-today.calendar-day-with-events { + color: #ffffff; } + +.calendar-other-month-day { + color: rgba(211, 218, 227, 0.3); + opacity: 1; } + +.calendar-week-number { + font-size: 70%; + font-weight: bold; + width: 2.3em; + height: 1.8em; + border-radius: 2px; + padding: 0.5em 0 0; + margin: 6px; + background-color: rgba(211, 218, 227, 0.3); + color: #383C4A; } + +.message-list { + width: 31.5em; } + .message-list-sections { + spacing: 1.5em; } + .message-list-section, .message-list-section-list { + spacing: 0.7em; } + .message-list-section-list-title-box { + spacing: 0.4em; } + .message-list-placeholder StIcon { + width: 0; + height: 0; } + .message-list-placeholder StLabel { + color: rgba(211, 218, 227, 0.45); } + .message-list-section-close > StIcon { + icon-size: 18px; + border-radius: 0px; + color: transparent; + background-color: transparent; + background-image: url("dark-assets/misc/message-close.svg"); } + .message-list-section-close:hover > StIcon { + color: transparent; + background-color: transparent; + background-image: url("dark-assets/misc/message-close-hover.svg"); } + .message-list-section-close:active > StIcon { + color: transparent; + background-color: transparent; + background-image: url("dark-assets/misc/message-close-active.svg"); } + +.message { + padding: 4px; + color: #D3DAE3; + border-image: url("dark-assets/misc/message.svg") 9 9 9 9; } + .message:hover, .message:focus { + color: #D3DAE3; + border-image: url("dark-assets/misc/message-hover.svg") 9 9 9 9; } + .message:active { + color: #ffffff; + border-image: url("dark-assets/misc/message-active.svg") 9 9 9 9; } + .message-icon-bin { + padding: 8px 0px 8px 8px; } + .message-icon-bin:rtl { + padding: 8px 8px 8px 0px; } + .message-icon-bin > StIcon { + icon-size: 32px; } + .message-secondary-bin { + color: rgba(211, 218, 227, 0.4); } + .message-secondary-bin:ltr { + padding-left: 8px; } + .message-secondary-bin:rtl { + padding-right: 8px; } + .message-secondary-bin > StIcon { + icon-size: 16px; } + .message-title { + font-weight: bold; + font-size: 1em; + padding: 2px 0 2px 0; } + .message-content { + padding: 8px; + font-size: 1em; } + +.message-media-control { + padding: 6px; + color: rgba(211, 218, 227, 0.45); } + .message-media-control:last-child:ltr { + padding-right: 18px; } + .message-media-control:last-child:rtl { + padding-left: 18px; } + .message-media-control:hover { + color: #D3DAE3; } + .message-media-control:active { + color: #5294e2; } + +.media-message-cover-icon { + icon-size: 32px; } + .media-message-cover-icon.fallback { + color: rgba(211, 218, 227, 0.45); + background-color: #383C4A; + border-radius: 2px; + icon-size: 16px; + padding: 8px; + border: 1px solid #2b2e39; } + +.ripple-box { + width: 52px; + height: 52px; + background-image: url("common-assets/misc/corner-ripple-ltr.svg"); + background-size: contain; } + .ripple-box:rtl { + background-image: url("common-assets/misc/corner-ripple-rtl.svg"); } + +.popup-menu-arrow { + width: 16px; + height: 16px; } + +.popup-menu-icon { + icon-size: 16px; } + +.window-close { + background-image: url("common-assets/misc/close.svg"); + background-size: 26px; + height: 26px; + width: 26px; } + .window-close:hover { + background-image: url("common-assets/misc/close-hover.svg"); + background-size: 26px; + height: 26px; + width: 26px; } + .window-close:active { + background-image: url("common-assets/misc/close-active.svg"); + background-size: 26px; + height: 26px; + width: 26px; } + +.window-close { + -shell-close-overlap: 11px; } + +.nm-dialog { + max-height: 500px; + min-height: 450px; + min-width: 470px; } + .nm-dialog-content { + spacing: 20px; + padding: 10px; } + .nm-dialog-header-hbox { + spacing: 10px; } + .nm-dialog-airplane-box { + spacing: 12px; } + .nm-dialog-airplane-headline { + font-size: 1.1em; + font-weight: bold; + text-align: center; } + .nm-dialog-airplane-text { + color: #D3DAE3; } + .nm-dialog-header-icon { + icon-size: 32px; } + .nm-dialog-scroll-view { + border: 1px solid #2b2e39; + border-radius: 2px; + background-color: #404552; } + .nm-dialog-header { + font-weight: bold; + font-size: 1.2em; } + .nm-dialog-item { + font-size: 1em; + border-bottom: 0px solid; + padding: 12px; + spacing: 0px; } + .nm-dialog-item:selected { + background-color: #5294e2; + color: #ffffff; } + .nm-dialog-icons { + spacing: .5em; } + .nm-dialog-icon { + icon-size: 16px; } + +.no-networks-label { + color: rgba(211, 218, 227, 0.45); } + +.no-networks-box { + spacing: 12px; } + +#overview { + spacing: 24px; } + +.overview-controls { + padding-bottom: 32px; } + +.window-picker { + -horizontal-spacing: 32px; + -vertical-spacing: 32px; + padding-left: 32px; + padding-right: 32px; + padding-bottom: 48px; } + .window-picker.external-monitor { + padding: 32px; } + +.window-clone-border { + border: 3px solid rgba(82, 148, 226, 0.8); + border-radius: 4px; + box-shadow: inset 0px 0px 0px 1px rgba(82, 148, 226, 0); } + +.window-caption, .window-caption:hover { + spacing: 25px; + color: #BAC3CF; + background-color: rgba(0, 0, 0, 0.7); + border-radius: 2px; + padding: 4px 12px; + -shell-caption-spacing: 12px; } + +.search-entry { + width: 320px; + padding: 7px 9px; + border-radius: 20px; + border: 1px solid rgba(0, 0, 0, 0.25); + background-color: rgba(64, 69, 82, 0.9); } + .search-entry:focus { + padding: 7px 9px; } + .search-entry .search-entry-icon { + icon-size: 16px; + padding: 0 4px; + color: #D3DAE3; } + .search-entry:hover, .search-entry:focus { + color: #ffffff; + caret-color: #ffffff; + background-color: #5294e2; + selection-background-color: #ffffff; + selected-color: #5294e2; } + .search-entry:hover .search-entry-icon, .search-entry:focus .search-entry-icon { + color: #ffffff; } + +#searchResultsBin { + max-width: 1000px; } + +#searchResultsContent { + padding-left: 20px; + padding-right: 20px; + spacing: 16px; } + +.search-section { + spacing: 16px; } + +.search-section-content { + spacing: 32px; } + +.list-search-results { + spacing: 3px; } + +.search-section-separator { + background-color: rgba(255, 255, 255, 0.2); + -margin-horizontal: 1.5em; + height: 1px; } + +.list-search-result-content { + spacing: 12px; + padding: 12px; } + +.list-search-result-title { + font-size: 1.5em; + color: white; } + +.list-search-result-description { + color: #cccccc; } + +.search-provider-icon { + padding: 15px; } + +.search-provider-icon-more { + width: 16px; + height: 16px; + background-image: url("common-assets/misc/more-results.svg"); } + +#dash { + font-size: 1em; + color: #BAC3CF; + background-color: rgba(53, 57, 69, 0.95); + border-color: rgba(0, 0, 0, 0.4); + padding: 4px 0; + border-radius: 0 3px 3px 0; } + #dash:rtl { + border-radius: 3px 0 0 3px; } + .right #dash, #dash:rtl { + padding: 4px 0; } + .top #dash, .bottom #dash { + padding: 0; } + #dash .placeholder { + background-image: url("common-assets/dash/dash-placeholder.svg"); + background-size: contain; + height: 24px; } + #dash .empty-dash-drop-target { + width: 24px; + height: 24px; } + +.dash-item-container > StWidget, .dash-item-container > StWidget:rtl, .right .dash-item-container > StWidget { + padding: 4px 8px; } + +.top .dash-item-container > StWidget, .bottom .dash-item-container > StWidget { + padding: 6px; } + +.dash-label { + border-radius: 3px; + padding: 4px 12px; + color: white; + background-color: rgba(0, 0, 0, 0.7); + text-align: center; + -x-offset: 3px; } + .bottom .dash-label, .top .dash-label { + -y-offset: 3px; + -x-offset: 0; } + +#dash .app-well-app:hover .overview-icon, +.right #dash .app-well-app:hover .overview-icon, +.bottom #dash .app-well-app:hover .overview-icon, +.top #dash .app-well-app:hover .overview-icon { + background-color: #5294e2; } + +#dash .app-well-app:active .overview-icon, +.right #dash .app-well-app:active .overview-icon, +.bottom #dash .app-well-app:active .overview-icon, +.top #dash .app-well-app:active .overview-icon { + box-shadow: none; + background-color: #2679db; } + +#dash .app-well-app-running-dot { + width: 11px; + height: 2px; + margin-bottom: 2px; + background-color: #5294e2; } + +#dashtodockContainer .app-well-app-running-dot { + background: none; + width: 28px; + height: 4px; } + +#dashtodockContainer .running1 .app-well-app-running-dot { + background-image: url("common-assets/dash/running1.svg"); } + +#dashtodockContainer .running2 .app-well-app-running-dot { + background-image: url("common-assets/dash/running2.svg"); } + +#dashtodockContainer .running3 .app-well-app-running-dot { + background-image: url("common-assets/dash/running3.svg"); } + +#dashtodockContainer .running4 .app-well-app-running-dot { + background-image: url("common-assets/dash/running4.svg"); } + +.show-apps .overview-icon { + background-color: rgba(0, 0, 0, 0.5); + border-radius: 2px; + border: 0px solid; } + +.show-apps:hover .overview-icon { + background-color: rgba(0, 0, 0, 0.7); + color: #5294e2; } + +.show-apps:active .overview-icon, +.show-apps:active .show-apps-icon, +.show-apps:checked .overview-icon, +.show-apps:checked .show-apps-icon { + color: #ffffff; + background-color: #5294e2; + box-shadow: none; + transition-duration: 0ms; } + +.icon-grid { + spacing: 30px; + -shell-grid-horizontal-item-size: 136px; + -shell-grid-vertical-item-size: 136px; } + .icon-grid .overview-icon { + icon-size: 96px; } + +.app-view-controls { + padding-bottom: 32px; } + +.app-view-control { + padding: 4px 32px; + text-shadow: 0 1px rgba(64, 69, 82, 0); + color: #BAC3CF; + border: 1px solid rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.35); + box-shadow: inset 0 1px rgba(0, 0, 0, 0.05); } + .app-view-control:hover { + text-shadow: 0 1px rgba(64, 69, 82, 0); + color: #BAC3CF; + border: 1px solid rgba(26, 28, 34, 0.35); + background-color: rgba(119, 127, 151, 0.45); + box-shadow: inset 0 1px rgba(0, 0, 0, 0.05); } + .app-view-control:checked { + color: #ffffff; + background-color: #5294e2; } + .app-view-control:first-child:ltr, .app-view-control:last-child:rtl { + border-radius: 2px 0 0 2px; + border-right-width: 0; } + .app-view-control:last-child:ltr, .app-view-control:first-child:rtl { + border-radius: 0 2px 2px 0; + border-left-width: 0; } + +.search-provider-icon:active, .search-provider-icon:checked, +.list-search-result:active, +.list-search-result:checked { + background-color: rgba(31, 33, 40, 0.85); } + +.search-provider-icon:focus, .search-provider-icon:selected, .search-provider-icon:hover, +.list-search-result:focus, +.list-search-result:selected, +.list-search-result:hover { + background-color: rgba(186, 195, 207, 0.4); + transition-duration: 200ms; } + +.app-well-app:active .overview-icon, +.app-well-app:checked .overview-icon, +.app-well-app.app-folder:active .overview-icon, +.app-well-app.app-folder:checked .overview-icon, +.grid-search-result:active .overview-icon, +.grid-search-result:checked .overview-icon { + background-color: rgba(31, 33, 40, 0.85); + box-shadow: inset 0 0 #5294e2; } + +.app-well-app:hover .overview-icon, +.app-well-app:focus .overview-icon, +.app-well-app:selected .overview-icon, +.app-well-app.app-folder:hover .overview-icon, +.app-well-app.app-folder:focus .overview-icon, +.app-well-app.app-folder:selected .overview-icon, +.grid-search-result:hover .overview-icon, +.grid-search-result:focus .overview-icon, +.grid-search-result:selected .overview-icon { + background-color: rgba(186, 195, 207, 0.4); + transition-duration: 0ms; + border-image: none; + background-image: none; } + +.app-well-app-running-dot { + width: 20px; + height: 2px; + margin-bottom: 4px; + background-color: #5294e2; } + +.search-provider-icon, +.list-search-result, .app-well-app .overview-icon, +.app-well-app.app-folder .overview-icon, +.grid-search-result .overview-icon { + color: white; + border-radius: 2px; + padding: 6px; + border: 1px solid transparent; + transition-duration: 0ms; + text-align: center; } + +.app-well-app.app-folder > .overview-icon { + background-color: rgba(35, 38, 46, 0.95); + border: 1px solid rgba(0, 0, 0, 0.45); } + +.app-well-app.app-folder:hover > .overview-icon { + background-color: rgba(60, 64, 78, 0.95); } + +.app-well-app.app-folder:active > .overview-icon, .app-well-app.app-folder:checked > .overview-icon { + color: #ffffff; + background-color: #5294e2; + box-shadow: none; } + +.app-well-app.app-folder:focus > .overview-icon { + background-color: #5294e2; } + +.app-folder-popup { + -arrow-border-radius: 2px; + -arrow-background-color: rgba(35, 38, 46, 0.95); + -arrow-border-color: rgba(0, 0, 0, 0.45); + -arrow-border-width: 1px; + -arrow-base: 5; + -arrow-rise: 5; } + +.app-folder-popup-bin { + padding: 5px; } + +.app-folder-icon { + padding: 5px; + spacing-rows: 5px; + spacing-columns: 5px; } + +.page-indicator { + padding: 15px 20px; } + .page-indicator .page-indicator-icon { + width: 18px; + height: 18px; + background-image: url(common-assets/misc/page-indicator-inactive.svg); } + .page-indicator:hover .page-indicator-icon { + background-image: url(common-assets/misc/page-indicator-hover.svg); } + .page-indicator:active .page-indicator-icon { + background-image: url(common-assets/misc/page-indicator-active.svg); } + .page-indicator:checked .page-indicator-icon, .page-indicator:checked:active { + background-image: url(common-assets/misc/page-indicator-checked.svg); } + +.app-well-app > .overview-icon.overview-icon-with-label, +.grid-search-result .overview-icon.overview-icon-with-label { + padding: 10px 8px 5px 8px; + spacing: 4px; } + +.workspace-thumbnails, .workspace-thumbnails:rtl, +.workspace-thumbnails-left, +.workspace-thumbnails-left:rtl { + visible-width: 40px; + spacing: 11px; + padding: 12px; } + +.workspace-thumbnails, +.workspace-thumbnails-left:rtl { + padding-right: 7px; + border-image: url("common-assets/dash/dash-right.svg") 9 9 9 9; } + +.workspace-thumbnails:rtl, +.workspace-thumbnails-left { + padding-left: 7px; + border-image: url("common-assets/dash/dash-left.svg") 9 9 9 9; } + +.workspace-thumbnail-indicator { + border: 4px solid rgba(82, 148, 226, 0.8); + border-radius: 1px; + padding: 1px; } + +.search-display > StBoxLayout, +.all-apps, +.frequent-apps > StBoxLayout { + padding: 0px 88px 10px 88px; } + +.search-statustext, .no-frequent-applications-label { + font-size: 2em; + font-weight: bold; + color: #D3DAE3; } + +.url-highlighter { + link-color: #a9caf1; } + +.notification-banner, +.notification-banner:hover, +.notification-banner:focus { + font-size: 1em; + width: 34em; + margin: 5px; + padding: 10px; + color: #D3DAE3; + background-color: transparent; + border: 1px solid transparent; + border-image: url("dark-assets/menu/menu.svg") 9 9 9 9; } + .notification-banner .notification-icon, + .notification-banner:hover .notification-icon, + .notification-banner:focus .notification-icon { + padding: 5px; } + .notification-banner .notification-content, + .notification-banner:hover .notification-content, + .notification-banner:focus .notification-content { + padding: 5px; + spacing: 5px; } + .notification-banner .secondary-icon, + .notification-banner:hover .secondary-icon, + .notification-banner:focus .secondary-icon { + icon-size: 1.09em; } + .notification-banner .notification-actions, + .notification-banner:hover .notification-actions, + .notification-banner:focus .notification-actions { + background-color: transparent; + padding: 2px 2px 0 2px; + spacing: 3px; } + .notification-banner .notification-button, + .notification-banner:hover .notification-button, + .notification-banner:focus .notification-button { + padding: 4px 4px 5px; } + .notification-banner .notification-button:first-child, .notification-banner .notification-button:last-child, + .notification-banner:hover .notification-button:first-child, + .notification-banner:hover .notification-button:last-child, + .notification-banner:focus .notification-button:first-child, + .notification-banner:focus .notification-button:last-child { + border-radius: 2px; } + +.secondary-icon { + icon-size: 1.09em; } + +.chat-body { + spacing: 5px; } + +.chat-response { + margin: 5px; } + +.chat-log-message { + color: #D3DAE3; } + +.chat-new-group { + padding-top: 1em; } + +.chat-received { + padding-left: 4px; } + .chat-received:rtl { + padding-left: 0px; + padding-right: 4px; } + +.chat-sent { + padding-left: 18pt; + color: #5294e2; } + .chat-sent:rtl { + padding-left: 0; + padding-right: 18pt; } + +.chat-meta-message { + padding-left: 4px; + font-size: 9pt; + font-weight: bold; + color: rgba(211, 218, 227, 0.6); } + .chat-meta-message:rtl { + padding-left: 0; + padding-right: 4px; } + +.subscription-message { + font-style: italic; } + +.hotplug-transient-box { + spacing: 6px; + padding: 2px 72px 2px 12px; } + +.hotplug-notification-item { + padding: 2px 10px; } + .hotplug-notification-item:focus { + padding: 2px 10px; } + +.hotplug-notification-item-icon { + icon-size: 24px; + padding: 2px 5px; } + +.hotplug-resident-box { + spacing: 8px; } + +.hotplug-resident-mount { + spacing: 8px; + border-radius: 4px; } + .hotplug-resident-mount:hover { + background-color: rgba(56, 60, 74, 0.3); } + +.hotplug-resident-mount-label { + color: inherit; + padding-left: 6px; } + +.hotplug-resident-mount-icon { + icon-size: 24px; + padding-left: 6px; } + +.hotplug-resident-eject-icon { + icon-size: 16px; } + +.hotplug-resident-eject-button { + padding: 7px; + border-radius: 5px; + color: pink; } + +.legacy-tray { + background-color: rgba(43, 46, 55, 0.95); } + .legacy-tray:ltr { + border-radius: 0 2px 0 0; + border-left-width: 0; } + .legacy-tray:rtl { + border-radius: 2px 0 0 0; + border-right-width: 0; } + +.legacy-tray-handle, +.legacy-tray-icon { + padding: 6px; } + .legacy-tray-handle StIcon, + .legacy-tray-icon StIcon { + icon-size: 24px; } + .legacy-tray-handle:hover, .legacy-tray-handle:focus, + .legacy-tray-icon:hover, + .legacy-tray-icon:focus { + background-color: rgba(211, 218, 227, 0.1); } + +.legacy-tray-icon-box { + spacing: 12px; } + .legacy-tray-icon-box:ltr { + padding-left: 12px; } + .legacy-tray-icon-box:rtl { + padding-right: 12px; } + .legacy-tray-icon-box StButton { + width: 24px; + height: 24px; } + +.masterslider.smaller .masterlabel, +.masterslider.smaller .slider { + min-width: 155px; } + +.magnifier-zoom-region { + border: 2px solid #5294e2; } + .magnifier-zoom-region.full-screen { + border-width: 0; } + +#keyboard { + background-color: rgba(53, 57, 69, 0.95); + border-width: 0; + border-top-width: 1px; + border-color: rgba(0, 0, 0, 0.2); } + +.keyboard-layout { + spacing: 10px; + padding: 10px; } + +.keyboard-row { + spacing: 15px; } + +.keyboard-key { + min-height: 2em; + min-width: 2em; + font-size: 14pt; + font-weight: bold; + border-radius: 3px; + box-shadow: none; + text-shadow: 0 1px rgba(64, 69, 82, 0); + color: #BAC3CF; + border: 1px solid rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.35); + box-shadow: inset 0 1px rgba(0, 0, 0, 0.05); } + .keyboard-key:hover { + text-shadow: 0 1px rgba(64, 69, 82, 0); + color: #BAC3CF; + border: 1px solid rgba(26, 28, 34, 0.35); + background-color: rgba(119, 127, 151, 0.45); + box-shadow: inset 0 1px rgba(0, 0, 0, 0.05); } + .keyboard-key:active, .keyboard-key:checked { + text-shadow: 0 1px rgba(64, 69, 82, 0); + color: #ffffff; + border: 1px solid rgba(26, 28, 34, 0.35); + background-color: #5294e2; + box-shadow: inset 0 1px rgba(82, 148, 226, 0.05); } + .keyboard-key:grayed { + text-shadow: 0 1px rgba(64, 69, 82, 0); + color: #5d626e; + border: 1px solid rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.2); + box-shadow: inset 0 1px rgba(0, 0, 0, 0.05); } + +.keyboard-subkeys { + color: #BAC3CF; + padding: 5px; + -arrow-border-radius: 2px; + -arrow-background-color: rgba(53, 57, 69, 0.95); + -arrow-border-width: 1px; + -arrow-border-color: rgba(0, 0, 0, 0.4); + -arrow-base: 20px; + -arrow-rise: 10px; + -boxpointer-gap: 5px; } + +.candidate-popup-content { + padding: 0.5em; + spacing: 0.3em; + color: #BAC3CF; + font-size: 1.15em; } + +.candidate-index { + padding: 0 0.5em 0 0; + color: #d8dde4; } + +.candidate-box { + padding: 0.3em 0.5em 0.3em 0.5em; + border-radius: 2px; + color: #BAC3CF; } + .candidate-box:selected, .candidate-box:hover { + background-color: #5294e2; + color: #ffffff; } + +.candidate-page-button-box { + height: 2em; } + .vertical .candidate-page-button-box { + padding-top: 0.5em; } + .horizontal .candidate-page-button-box { + padding-left: 0.5em; } + +.candidate-page-button { + padding: 4px; } + +.candidate-page-button-previous { + border-radius: 2px 0px 0px 2px; + border-right-width: 0; } + +.candidate-page-button-next { + border-radius: 0px 2px 2px 0px; } + +.candidate-page-button-icon { + icon-size: 1em; } + +.framed-user-icon { + background-size: contain; + border: 0px solid transparent; + color: #D3DAE3; + border-radius: 2px; } + .framed-user-icon:hover { + border-color: transparent; + color: white; } + +.login-dialog-banner-view { + padding-top: 24px; + max-width: 23em; } + +.login-dialog { + border: none; + background-color: transparent; } + .login-dialog .modal-dialog-button-box { + spacing: 3px; } + .login-dialog .modal-dialog-button { + padding: 3px 18px; } + .login-dialog .modal-dialog-button:default { + text-shadow: 0 1px rgba(64, 69, 82, 0); + color: #D3DAE3; + background-color: #444a58; + border: 1px solid #2b2e39; + box-shadow: inset 0 1px rgba(68, 74, 88, 0.05); } + .login-dialog .modal-dialog-button:default:hover, .login-dialog .modal-dialog-button:default:focus { + text-shadow: 0 1px rgba(64, 69, 82, 0); + color: #D3DAE3; + background-color: #505666; + border: 1px solid #2b2e39; + box-shadow: inset 0 1px rgba(80, 86, 102, 0.05); } + .login-dialog .modal-dialog-button:default:active { + text-shadow: 0 1px rgba(64, 69, 82, 0); + color: #ffffff; + background-color: #5294e2; + border: 1px solid #2b2e39; + box-shadow: inset 0 1px rgba(82, 148, 226, 0.05); } + .login-dialog .modal-dialog-button:default:insensitive { + text-shadow: 0 1px rgba(64, 69, 82, 0); + color: rgba(211, 218, 227, 0.45); + border: 1px solid rgba(43, 46, 57, 0.55); + background-color: rgba(68, 74, 88, 0.55); + box-shadow: inset 0 1px rgba(68, 74, 88, 0.05); } + +.login-dialog-logo-bin { + padding: 24px 0px; } + +.login-dialog-banner { + color: #9ca9ba; } + +.login-dialog-button-box { + spacing: 5px; } + +.login-dialog-message-warning { + color: #F27835; } + +.login-dialog-message-hint { + padding-top: 0; + padding-bottom: 20px; } + +.login-dialog-user-selection-box { + padding: 100px 0px; } + .login-dialog-user-selection-box .login-dialog-not-listed-label { + padding-left: 2px; } + .login-dialog-not-listed-button:focus .login-dialog-user-selection-box .login-dialog-not-listed-label, + .login-dialog-not-listed-button:hover .login-dialog-user-selection-box .login-dialog-not-listed-label { + color: #BAC3CF; } + +.login-dialog-not-listed-label { + font-size: 90%; + font-weight: bold; + color: #62758e; + padding-top: 1em; } + +.login-dialog-user-list-view { + -st-vfade-offset: 1em; } + +.login-dialog-user-list { + spacing: 12px; + padding: .2em; + width: 23em; } + .login-dialog-user-list:expanded .login-dialog-user-list-item:focus { + background-color: #5294e2; + color: #ffffff; } + .login-dialog-user-list:expanded .login-dialog-user-list-item:logged-in { + border-right: 2px solid #5294e2; } + +.login-dialog-user-list-item { + border-radius: 5px; + padding: .2em; + color: #62758e; } + .login-dialog-user-list-item:ltr { + padding-right: 1em; } + .login-dialog-user-list-item:rtl { + padding-left: 1em; } + .login-dialog-user-list-item:hover { + background-color: #5294e2; + color: #ffffff; } + .login-dialog-user-list-item .login-dialog-timed-login-indicator { + height: 2px; + margin: 2px 0 0 0; + background-color: #BAC3CF; } + .login-dialog-user-list-item:focus .login-dialog-timed-login-indicator { + background-color: #ffffff; } + +.login-dialog-username, +.user-widget-label { + color: #BAC3CF; + font-size: 120%; + font-weight: bold; + text-align: left; + padding-left: 15px; } + +.user-widget-label:ltr { + padding-left: 18px; } + +.user-widget-label:rtl { + padding-right: 18px; } + +.login-dialog-prompt-layout { + padding-top: 24px; + padding-bottom: 12px; + spacing: 8px; + width: 23em; } + +.login-dialog-prompt-label { + color: #7e8fa5; + font-size: 110%; + padding-top: 1em; } + +.login-dialog-session-list-button StIcon { + icon-size: 1.25em; } + +.login-dialog-session-list-button { + color: #62758e; } + .login-dialog-session-list-button:hover, .login-dialog-session-list-button:focus { + color: #BAC3CF; } + .login-dialog-session-list-button:active { + color: #394351; } + +.screen-shield-arrows { + padding-bottom: 3em; } + +.screen-shield-arrows Gjs_Arrow { + color: white; + width: 80px; + height: 48px; + -arrow-thickness: 12px; + -arrow-shadow: 0 1px 1px rgba(0, 0, 0, 0.4); } + +.screen-shield-clock { + color: white; + text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6); + font-weight: bold; + text-align: center; + padding-bottom: 1.5em; } + +.screen-shield-clock-time { + font-size: 72pt; + text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4); } + +.screen-shield-clock-date { + font-size: 28pt; } + +.screen-shield-notifications-container { + spacing: 6px; + width: 30em; + background-color: transparent; + max-height: 500px; } + .screen-shield-notifications-container .summary-notification-stack-scrollview { + padding-top: 0; + padding-bottom: 0; } + .screen-shield-notifications-container .notification, + .screen-shield-notifications-container .screen-shield-notification-source { + padding: 12px 6px; + border: 1px solid rgba(186, 195, 207, 0.2); + background-color: rgba(53, 57, 69, 0.45); + color: #BAC3CF; + border-radius: 4px; } + .screen-shield-notifications-container .notification { + margin-right: 15px; } + +.screen-shield-notification-label { + font-weight: bold; + padding: 0px 0px 0px 12px; } + +.screen-shield-notification-count-text { + padding: 0px 0px 0px 12px; } + +#panel.lock-screen { + background-color: rgba(53, 57, 69, 0.5); } + +.screen-shield-background { + background: black; + box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4); } + +#lockDialogGroup { + background: #2e3436 url(misc/noise-texture.png); + background-repeat: repeat; } + +#screenShieldNotifications StButton#vhandle, #screenShieldNotifications StButton#hhandle { + background-color: rgba(56, 60, 74, 0.3); } + #screenShieldNotifications StButton#vhandle:hover, #screenShieldNotifications StButton#vhandle:focus, #screenShieldNotifications StButton#hhandle:hover, #screenShieldNotifications StButton#hhandle:focus { + background-color: rgba(56, 60, 74, 0.5); } + #screenShieldNotifications StButton#vhandle:active, #screenShieldNotifications StButton#hhandle:active { + background-color: rgba(82, 148, 226, 0.5); } + +#LookingGlassDialog { + spacing: 4px; + padding: 8px 8px 10px 8px; + background-color: rgba(0, 0, 0, 0.7); + border: 1px solid black; + border-image: url("common-assets/misc/bg.svg") 9 9 9 9; + border-radius: 2px; + color: #BAC3CF; } + #LookingGlassDialog > #Toolbar { + padding: 3px; + border: none; + background-color: transparent; + border-radius: 0px; } + #LookingGlassDialog .labels { + spacing: 4px; } + #LookingGlassDialog .notebook-tab { + -natural-hpadding: 12px; + -minimum-hpadding: 6px; + font-weight: bold; + color: #BAC3CF; + transition-duration: 100ms; + padding-left: .3em; + padding-right: .3em; } + #LookingGlassDialog .notebook-tab:hover { + color: white; + text-shadow: black 0px 2px 2px; } + #LookingGlassDialog .notebook-tab:selected { + border-bottom-width: 0px; + color: #5294e2; + text-shadow: black 0px 2px 2px; } + #LookingGlassDialog StBoxLayout#EvalBox { + padding: 4px; + spacing: 4px; } + #LookingGlassDialog StBoxLayout#ResultsArea { + spacing: 4px; } + +.lg-dialog StEntry { + caret-color: #ffffff; + selection-background-color: #5294e2; + selected-color: #ffffff; + color: #BAC3CF; + background-color: rgba(102, 109, 132, 0.35); + border: 1px solid rgba(26, 28, 34, 0.35); + box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } + .lg-dialog StEntry:focus { + color: #ffffff; + background-color: #5294e2; + border: 1px solid rgba(26, 28, 34, 0.35); + box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); + selection-background-color: #ffffff; + selected-color: #5294e2; } + +.lg-dialog .shell-link { + color: #a9caf1; } + .lg-dialog .shell-link:hover { + color: #d5e5f8; } + +.lg-completions-text { + font-size: .9em; + font-style: italic; } + +.lg-obj-inspector-title { + spacing: 4px; } + +.lg-obj-inspector-button { + border: 1px solid gray; + padding: 4px; + border-radius: 4px; } + .lg-obj-inspector-button:hover { + border: 1px solid #ffffff; } + +#lookingGlassExtensions { + padding: 4px; } + +.lg-extensions-list { + padding: 4px; + spacing: 6px; } + +.lg-extension { + border: 1px solid rgba(0, 0, 0, 0.7); + border-radius: 2px; + background-color: rgba(53, 57, 69, 0.95); + padding: 4px; } + +.lg-extension-name { + font-weight: bold; } + +.lg-extension-meta { + spacing: 6px; } + +#LookingGlassPropertyInspector { + background: rgba(0, 0, 0, 0.7); + border: 1px solid grey; + border-radius: 2px; + padding: 6px; } diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/apps.rc b/.themes/Arc-Dark-Gruvbox/gtk-2.0/apps.rc new file mode 100644 index 00000000..457542f1 --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/gtk-2.0/apps.rc @@ -0,0 +1,157 @@ +# +# Thunar +# +style "thunar-handle" { GtkPaned::handle-size = 2 } + +style "dark-sidebar" { + GtkTreeView::odd_row_color = @dark_sidebar_bg + GtkTreeView::even_row_color = @dark_sidebar_bg + + + base[NORMAL] = @dark_sidebar_bg + base[INSENSITIVE] = @dark_sidebar_bg + + text[NORMAL] = "#BAC3CF" + text[ACTIVE] = @selected_fg_color + text[SELECTED] = @selected_fg_color +} + +style "thunar-frame" { + xthickness = 0 + ythickness = 0 +} + +widget_class "*ThunarWindow*." style "thunar-frame" +widget_class "*ThunarShortcutsView*" style "dark-sidebar" +widget_class "*ThunarTreeView*" style "dark-sidebar" +widget_class "*ThunarWindow*." style "thunar-handle" + +# +# Workaround for colored entries +# +style "entry_border" { + + xthickness = 7 + ythickness = 5 + + engine "pixmap" { + + image { + function = SHADOW + state = NORMAL + detail = "entry" + file = "assets/entry-border-bg.png" + border = {6, 6, 6, 6} + stretch = TRUE + } + + image { + function = SHADOW + state = ACTIVE + detail = "entry" + file = "assets/entry-border-active-bg.png" + border = {6, 6, 6, 6} + stretch = TRUE + } + + image { + function = FLAT_BOX + state = ACTIVE + detail = "entry_bg" + file = "assets/null.png" + } + + image { + function = FLAT_BOX + state = INSENSITIVE + detail = "entry_bg" + file = "assets/null.png" + } + + image { + function = FLAT_BOX + detail = "entry_bg" + file = "assets/null.png" + } + } +} + +style "combobox_entry_border" = "combobox_entry" { + + engine "pixmap" { + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/combo-entry-border.png" + border = { 4, 4, 12, 12 } + stretch = TRUE + direction = LTR + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/combo-entry-border-focus.png" + border = { 4, 4, 12, 12 } + stretch = TRUE + direction = LTR + } + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/combo-entry-border-rtl.png" + border = { 4, 4, 12, 12 } + stretch = TRUE + direction = RTL + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/combo-entry-border-focus-rtl.png" + border = { 4, 4, 12, 12 } + stretch = TRUE + direction = RTL + } + + image { + function = FLAT_BOX + state = INSENSITIVE + detail = "entry_bg" + file = "assets/null.png" + } + + image { + function = FLAT_BOX + detail = "entry_bg" + file = "assets/null.png" + } + } +} + + +# Mousepad search entry +widget_class "*MousepadSearchBar*." style "entry_border" + +# Mousepad find and replace +widget_class "*MousepadReplaceDialog*." style "entry_border" + +# Thunar bulk rename +widget_class "*ThunarRenamerDialog*." style "entry_border" + +# Hexchat input box +class "SexySpellEntry" style:highest "entry_border" + +# Geany search entries +widget "*GeanyToolbar.*geany-search-entry-no-match*" style "entry_border" +widget "*GeanyToolbar.*GtkEntry*" style "entry_border" + +widget "GeanyDialogSearch.*GtkComboBoxEntry*.*geany-search-entry-no-match*" style "combobox_entry_border" diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/arrow-down-insens.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/arrow-down-insens.png new file mode 100644 index 00000000..eca193b5 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/arrow-down-insens.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/arrow-down-prelight.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/arrow-down-prelight.png new file mode 100644 index 00000000..4e6e748e Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/arrow-down-prelight.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/arrow-down-small-insens.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/arrow-down-small-insens.png new file mode 100644 index 00000000..a61005c3 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/arrow-down-small-insens.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/arrow-down-small-prelight.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/arrow-down-small-prelight.png new file mode 100644 index 00000000..d2397138 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/arrow-down-small-prelight.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/arrow-down-small.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/arrow-down-small.png new file mode 100644 index 00000000..62049ee0 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/arrow-down-small.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/arrow-down.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/arrow-down.png new file mode 100644 index 00000000..71136031 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/arrow-down.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/arrow-left-insens.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/arrow-left-insens.png new file mode 100644 index 00000000..068bace6 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/arrow-left-insens.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/arrow-left-prelight.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/arrow-left-prelight.png new file mode 100644 index 00000000..d5baf19f Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/arrow-left-prelight.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/arrow-left.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/arrow-left.png new file mode 100644 index 00000000..2c9f0027 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/arrow-left.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/arrow-right-insens.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/arrow-right-insens.png new file mode 100644 index 00000000..e21cb8f0 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/arrow-right-insens.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/arrow-right-prelight.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/arrow-right-prelight.png new file mode 100644 index 00000000..9f7bc215 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/arrow-right-prelight.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/arrow-right.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/arrow-right.png new file mode 100644 index 00000000..8f53e713 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/arrow-right.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/arrow-up-insens.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/arrow-up-insens.png new file mode 100644 index 00000000..226e45a9 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/arrow-up-insens.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/arrow-up-prelight.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/arrow-up-prelight.png new file mode 100644 index 00000000..f45a4541 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/arrow-up-prelight.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/arrow-up-small-insens.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/arrow-up-small-insens.png new file mode 100644 index 00000000..64aed1b3 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/arrow-up-small-insens.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/arrow-up-small-prelight.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/arrow-up-small-prelight.png new file mode 100644 index 00000000..308ef89d Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/arrow-up-small-prelight.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/arrow-up-small.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/arrow-up-small.png new file mode 100644 index 00000000..13601b62 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/arrow-up-small.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/arrow-up.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/arrow-up.png new file mode 100644 index 00000000..396840a7 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/arrow-up.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/button-active.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/button-active.png new file mode 100644 index 00000000..ad0dd367 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/button-active.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/button-hover.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/button-hover.png new file mode 100644 index 00000000..ec020de7 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/button-hover.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/button-insensitive.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/button-insensitive.png new file mode 100644 index 00000000..a96be6ed Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/button-insensitive.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/button.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/button.png new file mode 100644 index 00000000..102c97fa Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/button.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/checkbox-checked-insensitive.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/checkbox-checked-insensitive.png new file mode 100644 index 00000000..5c416de7 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/checkbox-checked-insensitive.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/checkbox-checked.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/checkbox-checked.png new file mode 100644 index 00000000..48e84351 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/checkbox-checked.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/checkbox-unchecked-insensitive.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/checkbox-unchecked-insensitive.png new file mode 100644 index 00000000..68e19973 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/checkbox-unchecked-insensitive.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/checkbox-unchecked.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/checkbox-unchecked.png new file mode 100644 index 00000000..89fbde2b Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/checkbox-unchecked.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/combo-entry-border-focus-rtl.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/combo-entry-border-focus-rtl.png new file mode 100644 index 00000000..5288d137 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/combo-entry-border-focus-rtl.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/combo-entry-border-focus.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/combo-entry-border-focus.png new file mode 100644 index 00000000..e000d0da Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/combo-entry-border-focus.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/combo-entry-border-rtl.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/combo-entry-border-rtl.png new file mode 100644 index 00000000..f2fb6b0d Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/combo-entry-border-rtl.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/combo-entry-border.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/combo-entry-border.png new file mode 100644 index 00000000..92ebe4ea Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/combo-entry-border.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/combo-entry-button-active-rtl.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/combo-entry-button-active-rtl.png new file mode 100644 index 00000000..cba918c8 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/combo-entry-button-active-rtl.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/combo-entry-button-active.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/combo-entry-button-active.png new file mode 100644 index 00000000..aedb81a0 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/combo-entry-button-active.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/combo-entry-button-insensitive-rtl.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/combo-entry-button-insensitive-rtl.png new file mode 100644 index 00000000..1d9c5f13 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/combo-entry-button-insensitive-rtl.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/combo-entry-button-insensitive.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/combo-entry-button-insensitive.png new file mode 100644 index 00000000..e9ecc870 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/combo-entry-button-insensitive.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/combo-entry-button-rtl.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/combo-entry-button-rtl.png new file mode 100644 index 00000000..76eadbd4 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/combo-entry-button-rtl.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/combo-entry-button.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/combo-entry-button.png new file mode 100644 index 00000000..4dcbb64f Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/combo-entry-button.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/combo-entry-focus-notebook-rtl.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/combo-entry-focus-notebook-rtl.png new file mode 100644 index 00000000..e5afd935 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/combo-entry-focus-notebook-rtl.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/combo-entry-focus-notebook.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/combo-entry-focus-notebook.png new file mode 100644 index 00000000..c4a8017b Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/combo-entry-focus-notebook.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/combo-entry-focus-rtl.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/combo-entry-focus-rtl.png new file mode 100644 index 00000000..54705745 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/combo-entry-focus-rtl.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/combo-entry-focus.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/combo-entry-focus.png new file mode 100644 index 00000000..4de2dd84 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/combo-entry-focus.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/combo-entry-insensitive-notebook-rtl.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/combo-entry-insensitive-notebook-rtl.png new file mode 100644 index 00000000..c29f8a78 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/combo-entry-insensitive-notebook-rtl.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/combo-entry-insensitive-notebook.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/combo-entry-insensitive-notebook.png new file mode 100644 index 00000000..bee5f1c4 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/combo-entry-insensitive-notebook.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/combo-entry-insensitive-rtl.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/combo-entry-insensitive-rtl.png new file mode 100644 index 00000000..65bfa50a Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/combo-entry-insensitive-rtl.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/combo-entry-insensitive.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/combo-entry-insensitive.png new file mode 100644 index 00000000..ff17745c Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/combo-entry-insensitive.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/combo-entry-notebook-rtl.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/combo-entry-notebook-rtl.png new file mode 100644 index 00000000..a2f25438 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/combo-entry-notebook-rtl.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/combo-entry-notebook.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/combo-entry-notebook.png new file mode 100644 index 00000000..b41c8641 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/combo-entry-notebook.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/combo-entry-rtl.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/combo-entry-rtl.png new file mode 100644 index 00000000..e325b059 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/combo-entry-rtl.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/combo-entry.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/combo-entry.png new file mode 100644 index 00000000..91d11d06 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/combo-entry.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/down-background-disable-rtl.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/down-background-disable-rtl.png new file mode 100644 index 00000000..cd3d2548 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/down-background-disable-rtl.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/down-background-disable.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/down-background-disable.png new file mode 100644 index 00000000..fd3edb1d Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/down-background-disable.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/down-background-rtl.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/down-background-rtl.png new file mode 100644 index 00000000..91ac5009 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/down-background-rtl.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/down-background.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/down-background.png new file mode 100644 index 00000000..2ac24568 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/down-background.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/entry-active-bg.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/entry-active-bg.png new file mode 100644 index 00000000..1eb9453b Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/entry-active-bg.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/entry-active-notebook.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/entry-active-notebook.png new file mode 100644 index 00000000..b49b3655 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/entry-active-notebook.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/entry-active-toolbar.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/entry-active-toolbar.png new file mode 100644 index 00000000..ac880fb8 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/entry-active-toolbar.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/entry-background-disabled.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/entry-background-disabled.png new file mode 100644 index 00000000..06e55983 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/entry-background-disabled.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/entry-background.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/entry-background.png new file mode 100644 index 00000000..f20e1602 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/entry-background.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/entry-bg.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/entry-bg.png new file mode 100644 index 00000000..66655122 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/entry-bg.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/entry-border-active-bg.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/entry-border-active-bg.png new file mode 100644 index 00000000..d92e0bf3 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/entry-border-active-bg.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/entry-border-bg.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/entry-border-bg.png new file mode 100644 index 00000000..3d4ae5a6 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/entry-border-bg.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/entry-disabled-bg.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/entry-disabled-bg.png new file mode 100644 index 00000000..fe639fa3 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/entry-disabled-bg.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/entry-disabled-notebook.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/entry-disabled-notebook.png new file mode 100644 index 00000000..b3c4d177 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/entry-disabled-notebook.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/entry-disabled-toolbar.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/entry-disabled-toolbar.png new file mode 100644 index 00000000..d6f19b79 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/entry-disabled-toolbar.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/entry-notebook.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/entry-notebook.png new file mode 100644 index 00000000..cb3ede21 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/entry-notebook.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/entry-toolbar.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/entry-toolbar.png new file mode 100644 index 00000000..5c04ca3e Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/entry-toolbar.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/focus-line.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/focus-line.png new file mode 100644 index 00000000..21a880a3 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/focus-line.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/frame-gap-end.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/frame-gap-end.png new file mode 100644 index 00000000..98b31957 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/frame-gap-end.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/frame-gap-start.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/frame-gap-start.png new file mode 100644 index 00000000..98b31957 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/frame-gap-start.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/frame.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/frame.png new file mode 100644 index 00000000..260c3ac5 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/frame.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/handle-h.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/handle-h.png new file mode 100644 index 00000000..4e73c5cc Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/handle-h.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/handle-v.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/handle-v.png new file mode 100644 index 00000000..b57bcbc9 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/handle-v.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/inline-toolbar.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/inline-toolbar.png new file mode 100644 index 00000000..9541d7a0 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/inline-toolbar.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/line-h.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/line-h.png new file mode 100644 index 00000000..b6d7d652 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/line-h.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/line-v.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/line-v.png new file mode 100644 index 00000000..0adee1a4 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/line-v.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/menu-arrow-prelight.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/menu-arrow-prelight.png new file mode 100644 index 00000000..04bff491 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/menu-arrow-prelight.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/menu-arrow.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/menu-arrow.png new file mode 100644 index 00000000..2e21d884 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/menu-arrow.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/menu-checkbox-checked-insensitive.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/menu-checkbox-checked-insensitive.png new file mode 100644 index 00000000..402e40b0 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/menu-checkbox-checked-insensitive.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/menu-checkbox-checked-selected.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/menu-checkbox-checked-selected.png new file mode 100644 index 00000000..e32f07e5 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/menu-checkbox-checked-selected.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/menu-checkbox-checked.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/menu-checkbox-checked.png new file mode 100644 index 00000000..6f878fd5 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/menu-checkbox-checked.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/menu-checkbox-unchecked-insensitive.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/menu-checkbox-unchecked-insensitive.png new file mode 100644 index 00000000..6d15c8c7 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/menu-checkbox-unchecked-insensitive.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/menu-checkbox-unchecked-selected.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/menu-checkbox-unchecked-selected.png new file mode 100644 index 00000000..9066a4c0 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/menu-checkbox-unchecked-selected.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/menu-checkbox-unchecked.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/menu-checkbox-unchecked.png new file mode 100644 index 00000000..8b05dcd2 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/menu-checkbox-unchecked.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/menu-radio-checked-insensitive.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/menu-radio-checked-insensitive.png new file mode 100644 index 00000000..1d6b5c3d Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/menu-radio-checked-insensitive.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/menu-radio-checked-selected.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/menu-radio-checked-selected.png new file mode 100644 index 00000000..0fab00a2 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/menu-radio-checked-selected.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/menu-radio-checked.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/menu-radio-checked.png new file mode 100644 index 00000000..cf47ffd0 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/menu-radio-checked.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/menu-radio-unchecked-insensitive.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/menu-radio-unchecked-insensitive.png new file mode 100644 index 00000000..39128f7e Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/menu-radio-unchecked-insensitive.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/menu-radio-unchecked-selected.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/menu-radio-unchecked-selected.png new file mode 100644 index 00000000..7b08eacd Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/menu-radio-unchecked-selected.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/menu-radio-unchecked.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/menu-radio-unchecked.png new file mode 100644 index 00000000..7cd6e248 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/menu-radio-unchecked.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/menubar.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/menubar.png new file mode 100644 index 00000000..e69ee018 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/menubar.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/menubar_button.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/menubar_button.png new file mode 100644 index 00000000..70c8f869 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/menubar_button.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/menuitem.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/menuitem.png new file mode 100644 index 00000000..ce6bd545 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/menuitem.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/minus.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/minus.png new file mode 100644 index 00000000..ae2a58d1 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/minus.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/notebook-gap-horiz.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/notebook-gap-horiz.png new file mode 100644 index 00000000..7664ab4c Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/notebook-gap-horiz.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/notebook-gap-vert.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/notebook-gap-vert.png new file mode 100644 index 00000000..4185f58a Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/notebook-gap-vert.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/notebook.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/notebook.png new file mode 100644 index 00000000..260c3ac5 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/notebook.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/null.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/null.png new file mode 100644 index 00000000..d7a1600a Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/null.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/plus.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/plus.png new file mode 100644 index 00000000..37977c09 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/plus.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/progressbar.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/progressbar.png new file mode 100644 index 00000000..7937cd10 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/progressbar.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/progressbar_v.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/progressbar_v.png new file mode 100644 index 00000000..e29023bb Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/progressbar_v.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/radio-checked-insensitive.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/radio-checked-insensitive.png new file mode 100644 index 00000000..b8f159bd Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/radio-checked-insensitive.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/radio-checked.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/radio-checked.png new file mode 100644 index 00000000..28f3469e Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/radio-checked.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/radio-unchecked-insensitive.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/radio-unchecked-insensitive.png new file mode 100644 index 00000000..b99c4cf1 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/radio-unchecked-insensitive.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/radio-unchecked.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/radio-unchecked.png new file mode 100644 index 00000000..f8a4cd1d Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/radio-unchecked.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/slider-horiz-active.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/slider-horiz-active.png new file mode 100644 index 00000000..c4c810c5 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/slider-horiz-active.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/slider-horiz-insens.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/slider-horiz-insens.png new file mode 100644 index 00000000..bc049cd4 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/slider-horiz-insens.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/slider-horiz-prelight.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/slider-horiz-prelight.png new file mode 100644 index 00000000..a02f3994 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/slider-horiz-prelight.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/slider-horiz.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/slider-horiz.png new file mode 100644 index 00000000..5c6668e6 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/slider-horiz.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/slider-insensitive.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/slider-insensitive.png new file mode 100644 index 00000000..7ece1b07 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/slider-insensitive.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/slider-prelight.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/slider-prelight.png new file mode 100644 index 00000000..e72808d8 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/slider-prelight.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/slider-vert-active.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/slider-vert-active.png new file mode 100644 index 00000000..9e5294d2 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/slider-vert-active.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/slider-vert-insens.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/slider-vert-insens.png new file mode 100644 index 00000000..136fb500 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/slider-vert-insens.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/slider-vert-prelight.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/slider-vert-prelight.png new file mode 100644 index 00000000..b6c913e8 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/slider-vert-prelight.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/slider-vert.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/slider-vert.png new file mode 100644 index 00000000..103c32b6 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/slider-vert.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/slider.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/slider.png new file mode 100644 index 00000000..966f630d Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/slider.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/tab-bottom-active.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/tab-bottom-active.png new file mode 100644 index 00000000..44f325df Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/tab-bottom-active.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/tab-left-active.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/tab-left-active.png new file mode 100644 index 00000000..9184c6ab Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/tab-left-active.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/tab-right-active.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/tab-right-active.png new file mode 100644 index 00000000..db1af5d6 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/tab-right-active.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/tab-top-active.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/tab-top-active.png new file mode 100644 index 00000000..07f2375f Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/tab-top-active.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/toolbar.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/toolbar.png new file mode 100644 index 00000000..0e42a7fe Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/toolbar.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/tree_header.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/tree_header.png new file mode 100644 index 00000000..19adc7e0 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/tree_header.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/trough-horizontal-active.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/trough-horizontal-active.png new file mode 100644 index 00000000..dc80ccc3 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/trough-horizontal-active.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/trough-horizontal.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/trough-horizontal.png new file mode 100644 index 00000000..d6c4e8e4 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/trough-horizontal.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/trough-progressbar.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/trough-progressbar.png new file mode 100644 index 00000000..d3e85505 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/trough-progressbar.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/trough-progressbar_v.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/trough-progressbar_v.png new file mode 100644 index 00000000..325585d2 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/trough-progressbar_v.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/trough-scrollbar-horiz.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/trough-scrollbar-horiz.png new file mode 100644 index 00000000..d7d3d824 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/trough-scrollbar-horiz.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/trough-scrollbar-vert.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/trough-scrollbar-vert.png new file mode 100644 index 00000000..96220cbf Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/trough-scrollbar-vert.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/trough-vertical-active.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/trough-vertical-active.png new file mode 100644 index 00000000..1736ff41 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/trough-vertical-active.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/trough-vertical.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/trough-vertical.png new file mode 100644 index 00000000..8ea3662a Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/trough-vertical.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/up-background-disable-rtl.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/up-background-disable-rtl.png new file mode 100644 index 00000000..aa925973 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/up-background-disable-rtl.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/up-background-disable.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/up-background-disable.png new file mode 100644 index 00000000..3bd0966c Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/up-background-disable.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/up-background-rtl.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/up-background-rtl.png new file mode 100644 index 00000000..d413b44c Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/up-background-rtl.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/up-background.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/up-background.png new file mode 100644 index 00000000..f3bba2aa Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/assets/up-background.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/gtkrc b/.themes/Arc-Dark-Gruvbox/gtk-2.0/gtkrc new file mode 100644 index 00000000..9f851453 --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/gtk-2.0/gtkrc @@ -0,0 +1,24 @@ +gtk-color-scheme = "base_color: #404552" +gtk-color-scheme = "text_color: #d3dae3" +gtk-color-scheme = "bg_color: #383c4a" +gtk-color-scheme = "fg_color: #d3dae3" +gtk-color-scheme = "tooltip_bg_color: #4B5162" +gtk-color-scheme = "tooltip_fg_color: #ffffff" +gtk-color-scheme = "selected_bg_color: #5294e2" +gtk-color-scheme = "selected_fg_color: #ffffff" +gtk-color-scheme = "insensitive_bg_color: #3e4350" +gtk-color-scheme = "insensitive_fg_color: #7c818c" +gtk-color-scheme = "notebook_bg: #404552" +gtk-color-scheme = "dark_sidebar_bg: #353945" +gtk-color-scheme = "link_color: #5294e2" +gtk-color-scheme = "menu_bg: #383c4a" + +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 "xfce-notify.rc" +include "menubar-toolbar/menubar-toolbar-dark.rc" diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/main.rc b/.themes/Arc-Dark-Gruvbox/gtk-2.0/main.rc new file mode 100644 index 00000000..8b8f8240 --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/gtk-2.0/main.rc @@ -0,0 +1,2349 @@ +style "default" { + + xthickness = 1 + ythickness = 1 + + # Style Properties + + GtkWidget::focus-line-width = 1 + GtkMenuBar::window-dragging = 1 + GtkToolbar::window-dragging = 1 + GtkToolbar::internal-padding = 4 + GtkToolButton::icon-spacing = 4 + + GtkWidget::tooltip-radius = 2 + GtkWidget::tooltip-alpha = 235 + GtkWidget::new-tooltip-style = 1 #for compatibility + + GtkSeparatorMenuItem::horizontal-padding = 3 + GtkSeparatorMenuItem::wide-separators = 1 + GtkSeparatorMenuItem::separator-height = 1 + + GtkButton::child-displacement-y = 0 + GtkButton::default-border = { 0, 0, 0, 0 } + GtkButton::default-outside_border = { 0, 0, 0, 0 } + + GtkEntry::state-hint = 1 + + GtkScrollbar::trough-border = 0 + GtkRange::trough-border = 0 + GtkRange::slider-width = 13 + GtkRange::stepper-size = 0 + + GtkScrollbar::activate-slider = 1 + GtkScrollbar::has-backward-stepper = 0 + GtkScrollbar::has-forward-stepper = 0 + GtkScrollbar::min-slider-length = 32 + GtkScrolledWindow::scrollbar-spacing = 0 + GtkScrolledWindow::scrollbars-within-bevel = 1 + + GtkScale::slider_length = 15 + GtkScale::slider_width = 15 + GtkScale::trough-side-details = 1 + + GtkProgressBar::min-horizontal-bar-height = 8 + GtkProgressBar::min-vertical-bar-width = 8 + + GtkStatusbar::shadow_type = GTK_SHADOW_NONE + GtkSpinButton::shadow_type = GTK_SHADOW_NONE + GtkMenuBar::shadow-type = GTK_SHADOW_NONE + GtkToolbar::shadow-type = GTK_SHADOW_NONE + GtkMenuBar::internal-padding = 0 #( every window is misaligned for the sake of menus ): + GtkMenu::horizontal-padding = 0 + GtkMenu::vertical-padding = 0 + + GtkCheckButton::indicator_spacing = 3 + GtkOptionMenu::indicator_spacing = { 8, 2, 0, 0 } + + GtkTreeView::row_ending_details = 0 + GtkTreeView::expander-size = 11 + GtkTreeView::vertical-separator = 4 + GtkTreeView::horizontal-separator = 4 + GtkTreeView::allow-rules = 1 + GtkTreeView::odd_row_color = shade(0.98, @base_color) + + GtkExpander::expander-size = 11 + + GnomeHRef::link_color = @link_color + GtkHTML::link-color = @link_color + GtkIMHtmlr::hyperlink-color = @link_color + GtkIMHtml::hyperlink-color = @link_color + GtkWidget::link-color = @link_color + GtkWidget::visited-link-color = @text_color + + # Colors + + bg[NORMAL] = @bg_color + bg[PRELIGHT] = shade (1.02, @bg_color) + bg[SELECTED] = @selected_bg_color + bg[INSENSITIVE] = @insensitive_bg_color + bg[ACTIVE] = shade (0.9, @bg_color) + + fg[NORMAL] = @text_color + fg[PRELIGHT] = @fg_color + fg[SELECTED] = @selected_fg_color + fg[INSENSITIVE] = @insensitive_fg_color + fg[ACTIVE] = @fg_color + + text[NORMAL] = @text_color + text[PRELIGHT] = @text_color + text[SELECTED] = @selected_fg_color + text[INSENSITIVE] = @insensitive_fg_color + text[ACTIVE] = @selected_fg_color + + base[NORMAL] = @base_color + base[PRELIGHT] = shade (0.95, @bg_color) + base[SELECTED] = @selected_bg_color + base[INSENSITIVE] = @bg_color + base[ACTIVE] = shade (0.9, @selected_bg_color) + + # For succinctness, all reasonable pixmap options remain here + + engine "pixmap" { + + # Check Buttons + + image { + function = CHECK + recolorable = TRUE + state = NORMAL + shadow = OUT + overlay_file = "assets/checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = PRELIGHT + shadow = OUT + overlay_file = "assets/checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = ACTIVE + shadow = OUT + overlay_file = "assets/checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = SELECTED + shadow = OUT + overlay_file = "assets/checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = INSENSITIVE + shadow = OUT + overlay_file = "assets/checkbox-unchecked-insensitive.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = NORMAL + shadow = IN + overlay_file = "assets/checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = PRELIGHT + shadow = IN + overlay_file = "assets/checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = ACTIVE + shadow = IN + overlay_file = "assets/checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = SELECTED + shadow = IN + overlay_file = "assets/checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = INSENSITIVE + shadow = IN + overlay_file = "assets/checkbox-checked-insensitive.png" + overlay_stretch = FALSE + } + + # Radio Buttons + + image { + function = OPTION + state = NORMAL + shadow = OUT + overlay_file = "assets/radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = PRELIGHT + shadow = OUT + overlay_file = "assets/radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = ACTIVE + shadow = OUT + overlay_file = "assets/radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = SELECTED + shadow = OUT + overlay_file = "assets/radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = INSENSITIVE + shadow = OUT + overlay_file = "assets/radio-unchecked-insensitive.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = NORMAL + shadow = IN + overlay_file = "assets/radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = PRELIGHT + shadow = IN + overlay_file = "assets/radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = ACTIVE + shadow = IN + overlay_file = "assets/radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = SELECTED + shadow = IN + overlay_file = "assets/radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = INSENSITIVE + shadow = IN + overlay_file = "assets/radio-checked-insensitive.png" + overlay_stretch = FALSE + } + + # Arrows + + image { + function = ARROW + overlay_file = "assets/arrow-up.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = UP + } + + image { + function = ARROW + state = PRELIGHT + overlay_file = "assets/arrow-up-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = UP + } + + image { + function = ARROW + state = ACTIVE + overlay_file = "assets/arrow-up-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = UP + } + + image { + function = ARROW + state = INSENSITIVE + overlay_file = "assets/arrow-up-insens.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = UP + } + + image { + function = ARROW + state = NORMAL + overlay_file = "assets/arrow-down.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = DOWN + } + + image { + function = ARROW + state = PRELIGHT + overlay_file = "assets/arrow-down-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = DOWN + } + + image { + function = ARROW + state = ACTIVE + overlay_file = "assets/arrow-down-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = DOWN + } + + image { + function = ARROW + state = INSENSITIVE + overlay_file = "assets/arrow-down-insens.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = DOWN + } + + image { + function = ARROW + overlay_file = "assets/arrow-left.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = LEFT + } + + image { + function = ARROW + state= PRELIGHT + overlay_file = "assets/arrow-left-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = LEFT + } + + image { + function = ARROW + state = ACTIVE + overlay_file = "assets/arrow-left-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = LEFT + } + + image { + function = ARROW + state = INSENSITIVE + overlay_file = "assets/arrow-left-insens.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = LEFT + } + + image { + function = ARROW + overlay_file = "assets/arrow-right.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + image { + function = ARROW + state = PRELIGHT + overlay_file = "assets/arrow-right-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + image { + function = ARROW + state = ACTIVE + overlay_file = "assets/arrow-right-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + image { + function = ARROW + state = INSENSITIVE + overlay_file = "assets/arrow-right-insens.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + # Option Menu Arrows + + image { + function = TAB + state = INSENSITIVE + overlay_file = "assets/arrow-down-insens.png" + overlay_stretch = FALSE + } + + image { + function = TAB + state = NORMAL + overlay_file = "assets/arrow-down.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + } + + image { + function = TAB + state = PRELIGHT + overlay_file = "assets/arrow-down-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + } + + # Lines + + image { + function = VLINE + file = "assets/line-v.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + } + + image { + function = HLINE + file = "assets/line-h.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + } + + # Focuslines + + image { + function = FOCUS + file = "assets/focus-line.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + } + + # Handles + + image { + function = HANDLE + overlay_file = "assets/handle-h.png" + overlay_stretch = FALSE + orientation = HORIZONTAL + } + + image { + function = HANDLE + overlay_file = "assets/handle-v.png" + overlay_stretch = FALSE + orientation = VERTICAL + } + + # Expanders + + image { + function = EXPANDER + expander_style = COLLAPSED + file = "assets/plus.png" + } + + image { + function = EXPANDER + expander_style = EXPANDED + file = "assets/minus.png" + } + + image { + function = EXPANDER + expander_style = SEMI_EXPANDED + file = "assets/minus.png" + } + + image { + function = EXPANDER + expander_style = SEMI_COLLAPSED + file = "assets/plus.png" + } + + image { + function = RESIZE_GRIP + state = NORMAL + detail = "statusbar" + overlay_file = "assets/null.png" + overlay_border = { 0,0,0,0 } + overlay_stretch = FALSE + } + + # Shadows ( this area needs help :P ) + + image { + function = SHADOW_GAP + file = "assets/null.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + } +} + + +style "toplevel_hack" { + + engine "adwaita" { + } +} + +style "ooo_stepper_hack" { + + GtkScrollbar::stepper-size = 0 + GtkScrollbar::has-backward-stepper = 0 + GtkScrollbar::has-forward-stepper = 0 + +} + +style "scrollbar" { + + engine "pixmap" { + + image { + function = BOX + detail = "trough" + file = "assets/trough-scrollbar-horiz.png" + border = { 2, 2, 3, 3 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = BOX + detail = "trough" + file = "assets/trough-scrollbar-vert.png" + border = { 3, 3, 2, 2 } + stretch = TRUE + orientation = VERTICAL + } + + image { + function = ARROW + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = UP + } + + image { + function = ARROW + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = DOWN + } + + image { + function = ARROW + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = LEFT + } + + image { + function = ARROW + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + # Sliders + + image { + function = SLIDER + state = NORMAL + file = "assets/slider-horiz.png" + border = { 5, 5, 3, 3 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = SLIDER + state = ACTIVE + file = "assets/slider-horiz-active.png" + border = { 5, 5, 3, 3 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = SLIDER + state = PRELIGHT + file = "assets/slider-horiz-prelight.png" + border = { 5, 5, 3, 3 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = SLIDER + state = INSENSITIVE + file = "assets/slider-horiz-insens.png" + border = { 5, 5, 3, 3 } + stretch = TRUE + orientation = HORIZONTAL + } + +# X Verticals + + image { + function = SLIDER + state = NORMAL + file = "assets/slider-vert.png" + border = { 3, 3, 5, 5 } + stretch = TRUE + orientation = VERTICAL + } + + image { + function = SLIDER + state = ACTIVE + file = "assets/slider-vert-active.png" + border = { 3, 3, 5, 5 } + stretch = TRUE + orientation = VERTICAL + } + + image { + function = SLIDER + state = PRELIGHT + file = "assets/slider-vert-prelight.png" + border = { 3, 3, 5, 5 } + stretch = TRUE + orientation = VERTICAL + } + + image { + function = SLIDER + state = INSENSITIVE + file = "assets/slider-vert-insens.png" + border = { 3, 3, 5, 5 } + stretch = TRUE + orientation = VERTICAL + } + } +} + +style "menu" { + + xthickness = 0 + ythickness = 0 + + GtkMenuItem::arrow-scaling = 0.4 + + bg[NORMAL] = @menu_bg + bg[INSENSITIVE] = @menu_bg + bg[PRELIGHT] = @menu_bg + + engine "pixmap" { # For menus that use horizontal lines rather than gtkseparator + + image { + function = HLINE + file = "assets/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + } + } +} + +style "menu_framed_box" { + + engine "adwaita" { + } +} + +style "menu_item" +{ + xthickness = 2 + ythickness = 5 + + # HACK: Gtk doesn't actually read this value + # while rendering the menu items, but Libreoffice + # does; setting this value equal to the one in + # fg[PRELIGHT] ensures a code path in the LO theming code + # that falls back to a dark text color for menu item text + # highlight. The price to pay is black text on menus as well, + # but at least it's readable. + # See https://bugs.freedesktop.org/show_bug.cgi?id=38038 + bg[SELECTED] = @selected_fg_color + + fg[NORMAL] = @fg_color + fg[SELECTED] = @selected_fg_color + + fg[PRELIGHT] = @selected_fg_color + text[PRELIGHT] = @selected_fg_color + + engine "pixmap" { + + image { + function = BOX + state = PRELIGHT + file = "assets/menuitem.png" + border = { 1, 0, 1, 0 } + stretch = TRUE + } + + # Fix invisible scale trough on selected menuitems + + image { + function = BOX + detail = "trough-lower" + file = "assets/trough-horizontal.png" + border = { 8, 8, 0, 0 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = SLIDER + state = PRELIGHT + file = "assets/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + overlay_file = "assets/slider.png" + overlay_stretch = FALSE + orientation = HORIZONTAL + } + + # Check Buttons + + image { + function = CHECK + recolorable = TRUE + state = NORMAL + shadow = OUT + overlay_file = "assets/menu-checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = PRELIGHT + shadow = OUT + overlay_file = "assets/menu-checkbox-unchecked-selected.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = ACTIVE + shadow = OUT + overlay_file = "assets/menu-checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = INSENSITIVE + shadow = OUT + overlay_file = "assets/menu-checkbox-unchecked-insensitive.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = NORMAL + shadow = IN + overlay_file = "assets/menu-checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = PRELIGHT + shadow = IN + overlay_file = "assets/menu-checkbox-checked-selected.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = ACTIVE + shadow = IN + overlay_file = "assets/menu-checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = INSENSITIVE + shadow = IN + overlay_file = "assets/menu-checkbox-checked-insensitive.png" + overlay_stretch = FALSE + } + + # Radio Buttons + + image { + function = OPTION + state = NORMAL + shadow = OUT + overlay_file = "assets/menu-radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = PRELIGHT + shadow = OUT + overlay_file = "assets/menu-radio-unchecked-selected.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = ACTIVE + shadow = OUT + overlay_file = "assets/menu-radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = INSENSITIVE + shadow = OUT + overlay_file = "assets/menu-radio-unchecked-insensitive.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = NORMAL + shadow = IN + overlay_file = "assets/menu-radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = PRELIGHT + shadow = IN + overlay_file = "assets/menu-radio-checked-selected.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = ACTIVE + shadow = IN + overlay_file = "assets/menu-radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = INSENSITIVE + shadow = IN + overlay_file = "assets/menu-radio-checked-insensitive.png" + overlay_stretch = FALSE + } + + image { + function = SHADOW # This fixes boxy Qt menu items + file = "assets/null.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + # Arrow Buttons + + image { + function = ARROW + state = NORMAL + overlay_file = "assets/menu-arrow.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + image { + function = ARROW + state = PRELIGHT + overlay_file = "assets/menu-arrow-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + } +} + +style "button" { + + xthickness = 4 + ythickness = 4 + + engine "pixmap" { + + image { + function = BOX + state = NORMAL + file = "assets/button.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + image { + function = BOX + state = PRELIGHT + file = "assets/button-hover.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + image { + function = BOX + state = ACTIVE + file = "assets/button-active.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + image { + function = BOX + state = INSENSITIVE + file = "assets/button-insensitive.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + } +} + +style "checkbutton" { + + fg[PRELIGHT] = @text_color + fg[ACTIVE] = @text_color + +} + +style "entry" { + + xthickness = 6 + ythickness = 4 + + engine "pixmap" { + + image { + function = SHADOW + state = NORMAL + detail = "entry" + file = "assets/entry-bg.png" + border = {6, 6, 6, 6} + stretch = TRUE + } + + image { + function = SHADOW + state = ACTIVE + detail = "entry" + file = "assets/entry-active-bg.png" + border = {6, 6, 6, 6} + stretch = TRUE + } + + image { + function = SHADOW + state = INSENSITIVE + detail = "entry" + file = "assets/entry-disabled-bg.png" + border = {6, 6, 6, 6} + stretch = TRUE + } + + image { + function = FLAT_BOX + state = ACTIVE + detail = "entry_bg" + file = "assets/entry-background.png" + } + + image { + function = FLAT_BOX + state = INSENSITIVE + detail = "entry_bg" + file = "assets/entry-background-disabled.png" + } + + image { + function = FLAT_BOX + detail = "entry_bg" + file = "assets/entry-background.png" + } + } +} + +style "notebook_entry" { + + engine "pixmap" { + + image { + function = SHADOW + state = NORMAL + detail = "entry" + file = "assets/entry-notebook.png" + border = {6, 6, 6, 6} + stretch = TRUE + } + + image { + function = SHADOW + state = ACTIVE + detail = "entry" + file = "assets/entry-active-notebook.png" + border = {6, 6, 6, 6} + stretch = TRUE + } + + image { + function = SHADOW + state = INSENSITIVE + detail = "entry" + file = "assets/entry-disabled-notebook.png" + border = {6, 6, 6, 6} + stretch = TRUE + } + } +} + +style "notebook_tab_label" { + + fg[ACTIVE] = @text_color + +} + +style "combobox_entry" +{ + xthickness = 3 + ythickness = 4 + + engine "pixmap" { + + # LTR version + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/combo-entry.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "assets/combo-entry-insensitive.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/combo-entry-focus.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + # RTL version + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/combo-entry-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "assets/combo-entry-insensitive-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/combo-entry-focus-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + } +} + +style "notebook_combobox_entry" { + + engine "pixmap" { + + # LTR version + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/combo-entry-notebook.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "assets/combo-entry-insensitive-notebook.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/combo-entry-focus-notebook.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + # RTL version + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/combo-entry-notebook-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "assets/combo-entry-insensitive-notebook-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/combo-entry-focus-notebook-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + } +} + +style "combobox_entry_button" +{ + xthickness = 6 + + fg[ACTIVE] = @text_color + + engine "pixmap" { + + # LTR version + + image { + function = BOX + state = NORMAL + file = "assets/combo-entry-button.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + image { + function = BOX + state = PRELIGHT + file = "assets/combo-entry-button.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + image { + function = BOX + state = INSENSITIVE + file = "assets/combo-entry-button-insensitive.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + image { + function = BOX + state = ACTIVE + file = "assets/combo-entry-button-active.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + # RTL version + image { + function = BOX + state = NORMAL + file = "assets/combo-entry-button-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + + image { + function = BOX + state = PRELIGHT + file = "assets/combo-entry-button-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + + image { + function = BOX + state = INSENSITIVE + file = "assets/combo-entry-button-insensitive-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + + image { + function = BOX + state = ACTIVE + file = "assets/combo-entry-button-active-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + } +} + +style "spinbutton" { + + bg[NORMAL] = @bg_color + + xthickness = 6 + ythickness = 4 + + engine "pixmap" { + + image { + function = ARROW + } + + # Spin-Up LTR + + image { + function = BOX + state = NORMAL + detail = "spinbutton_up" + file = "assets/up-background.png" + border = { 1, 4, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_up" + file = "assets/up-background.png" + border = { 1, 4, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small-prelight.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_up" + file = "assets/up-background-disable.png" + border = { 1, 4, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small-insens.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_up" + file = "assets/up-background.png" + border = { 1, 4, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small-prelight.png" + overlay_stretch = FALSE + direction = LTR + } + + # Spin-Up RTL + + image { + function = BOX + state = NORMAL + detail = "spinbutton_up" + file = "assets/up-background-rtl.png" + border = { 4, 1, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_up" + file = "assets/up-background-rtl.png" + border = { 4, 1, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small-prelight.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_up" + file = "assets/up-background-disable-rtl.png" + border = { 4, 1, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small-insens.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_up" + file = "assets/up-background-rtl.png" + border = { 4, 1, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small-prelight.png" + overlay_stretch = FALSE + direction = RTL + } + + # Spin-Down LTR + + image { + function = BOX + state = NORMAL + detail = "spinbutton_down" + file = "assets/down-background.png" + border = { 1, 4, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_down" + file = "assets/down-background.png" + border = { 1, 4, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small-prelight.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_down" + file = "assets/down-background-disable.png" + border = { 1, 4, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small-insens.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_down" + file = "assets/down-background.png" + border = { 1, 4, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small-prelight.png" + overlay_stretch = FALSE + direction = LTR + } + + # Spin-Down RTL + + image { + function = BOX + state = NORMAL + detail = "spinbutton_down" + file = "assets/down-background-rtl.png" + border = { 4, 1, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_down" + file = "assets/down-background-rtl.png" + border = { 4, 1, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small-prelight.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_down" + file = "assets/down-background-disable-rtl.png" + border = { 4, 1, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small-insens.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_down" + file = "assets/down-background-rtl.png" + border = { 4, 1, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small-prelight.png" + overlay_stretch = FALSE + direction = RTL + } + } +} + +style "gimp_spin_scale" { + + bg[NORMAL] = @base_color + + engine "pixmap" { + + image { + function = FLAT_BOX + detail = "entry_bg" + state = NORMAL + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + } + + image { + function = BOX + state = NORMAL + detail = "spinbutton_up" + overlay_file = "assets/arrow-up-small.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_up" + overlay_file = "assets/arrow-up-small-prelight.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_up" + overlay_file = "assets/arrow-up-small-prelight.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_up" + overlay_file = "assets/arrow-up-small-insens.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = NORMAL + detail = "spinbutton_down" + overlay_file = "assets/arrow-down-small.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_down" + overlay_file = "assets/arrow-down-small-prelight.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_down" + overlay_file = "assets/arrow-down-small-prelight.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_down" + overlay_file = "assets/arrow-down-small-insens.png" + overlay_stretch = FALSE + } + } +} + +style "notebook" { + + xthickness = 5 + ythickness = 2 + + engine "pixmap" { + + image { + function = EXTENSION + state = ACTIVE + file = "assets/null.png" + border = { 0,0,0,0 } + stretch = TRUE + gap_side = TOP + } + + image { + function = EXTENSION + state = ACTIVE + file = "assets/null.png" + border = { 0,0,0,0 } + stretch = TRUE + gap_side = BOTTOM + } + + image { + function = EXTENSION + state = ACTIVE + file = "assets/null.png" + border = { 0,0,0,0 } + stretch = TRUE + gap_side = RIGHT + } + + image { + function = EXTENSION + state = ACTIVE + file = "assets/null.png" + border = { 0,0,0,0 } + stretch = TRUE + gap_side = LEFT + } + + image { + function = EXTENSION + file = "assets/tab-top-active.png" + border = { 3,3,3,3 } + stretch = TRUE + gap_side = BOTTOM + } + + image { + function = EXTENSION + file = "assets/tab-bottom-active.png" + border = { 3,3,3,3 } + stretch = TRUE + gap_side = TOP + } + + image { + function = EXTENSION + file = "assets/tab-left-active.png" + border = { 3,3,3,3 } + stretch = TRUE + gap_side = RIGHT + } + + image { + function = EXTENSION + file = "assets/tab-right-active.png" + border = { 3,3,3,3 } + stretch = TRUE + gap_side = LEFT + } + + # How to draw boxes with a gap on one side (ie the page of a notebook) + + image { + function = BOX_GAP + file = "assets/notebook.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + gap_file = "assets/notebook-gap-horiz.png" + gap_border = { 1, 1, 0, 0 } + gap_side = TOP + } + + image { + function = BOX_GAP + file = "assets/notebook.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + gap_file = "assets/notebook-gap-horiz.png" + gap_border = { 1, 1, 0, 0 } + gap_side = BOTTOM + } + + image { + function = BOX_GAP + file = "assets/notebook.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + gap_file = "assets/notebook-gap-vert.png" + gap_border = { 0, 0, 1, 1 } + gap_side = LEFT + } + + image { + function = BOX_GAP + file = "assets/notebook.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + gap_file = "assets/notebook-gap-vert.png" + gap_border = { 0, 0, 1, 1 } + gap_side = RIGHT + } + + # How to draw the box of a notebook when it isnt attached to a tab + + image { + function = BOX + file = "assets/notebook.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + } +} + +style "handlebox" { + + engine "pixmap" { + + image { + function = BOX + file = "assets/null.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + detail = "handlebox_bin" + shadow = IN + } + + image { + function = BOX + file = "assets/null.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + detail = "handlebox_bin" + shadow = OUT + } + } +} + +style "combobox_separator" { + + xthickness = 0 + ythickness = 0 + GtkWidget::wide-separators = 1 + +} + +style "combobox" { + + xthickness = 0 + ythickness = 0 + +} + +style "combobox_button" { + + xthickness = 3 + ythickness = 3 + +} + +style "range" { + + engine "pixmap" { + + image { + function = BOX + detail = "trough-upper" + file = "assets/trough-horizontal.png" + border = { 8, 8, 0, 0 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = BOX + detail = "trough-lower" + file = "assets/trough-horizontal-active.png" + border = { 8, 8, 0, 0 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = BOX + detail = "trough-upper" + file = "assets/trough-vertical.png" + border = { 0, 0, 8, 8 } + stretch = TRUE + orientation = VERTICAL + } + + image { + function = BOX + detail = "trough-lower" + file = "assets/trough-vertical-active.png" + border = { 0, 0, 8, 8 } + stretch = TRUE + orientation = VERTICAL + } + + # Horizontal + + image { + function = SLIDER + state = NORMAL + file = "assets/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + overlay_file = "assets/slider.png" + overlay_stretch = FALSE + orientation = HORIZONTAL + } + + image { + function = SLIDER + state = PRELIGHT + file = "assets/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + overlay_file = "assets/slider-prelight.png" + overlay_stretch = FALSE + orientation = HORIZONTAL + } + + image { + function = SLIDER + state = INSENSITIVE + file = "assets/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + overlay_file = "assets/slider-insensitive.png" + overlay_stretch = FALSE + orientation = HORIZONTAL + } + + # Vertical + + image { + function = SLIDER + state = NORMAL + file = "assets/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + overlay_file = "assets/slider.png" + overlay_stretch = FALSE + orientation = VERTICAL + } + + image { + function = SLIDER + state = PRELIGHT + file = "assets/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + overlay_file = "assets/slider-prelight.png" + overlay_stretch = FALSE + orientation = VERTICAL + } + + image { + function = SLIDER + state = INSENSITIVE + file = "assets/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + overlay_file = "assets/slider-insensitive.png" + overlay_stretch = FALSE + orientation = VERTICAL + } + + # Function below removes ugly boxes + + image { + function = BOX + file = "assets/null.png" + border = { 3, 3, 3, 3 } + stretch = TRUE + } + } +} + +style "progressbar" { + + xthickness = 1 + ythickness = 1 + + fg[NORMAL] = @fg_color + fg[PRELIGHT] = @selected_fg_color + + engine "pixmap" { + + image { + function = BOX + detail = "trough" + file = "assets/trough-progressbar.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = BOX + detail = "bar" + file = "assets/progressbar.png" + stretch = TRUE + border = { 3, 3, 3, 3 } + orientation = HORIZONTAL + } + + image { + function = BOX + detail = "trough" + file = "assets/trough-progressbar_v.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + orientation = VERTICAL + } + + image { + function = BOX + detail = "bar" + file = "assets/progressbar_v.png" + stretch = TRUE + border = { 3, 3, 3, 3 } + orientation = VERTICAL + } + } +} + +style "separator_menu_item" { + + engine "pixmap" { + + image { + function = BOX + file = "assets/null.png" + border = { 0, 0, 1, 0 } + stretch = TRUE + } + } +} + +style "treeview_header" { + ythickness = 1 + + fg[PRELIGHT] = mix(0.70, @text_color, @base_color) + font_name = "Bold" + + engine "pixmap" { + + image { + function = BOX + file = "assets/tree_header.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + } + } +} + +# Treeview Rows + +style "treeview" { + + xthickness = 2 + ythickness = 0 + + +} + +style "scrolled_window" { + + xthickness = 1 + ythickness = 1 + + engine "pixmap" { + + image { + function = SHADOW + file = "assets/frame.png" + border = { 5, 5, 5, 5 } + stretch = TRUE + } + } +} + +style "frame" { + + xthickness = 1 + ythickness = 1 + + engine "pixmap" { + + image { + function = SHADOW + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + shadow = IN + } + + image { + function = SHADOW_GAP + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + gap_start_file = "assets/frame-gap-start.png" + gap_start_border = { 1, 0, 0, 0 } + gap_end_file = "assets/frame-gap-end.png" + gap_end_border = { 0, 1, 0, 0 } + shadow = IN + } + + image { + function = SHADOW + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + shadow = OUT + } + + image { + function = SHADOW_GAP + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + gap_start_file = "assets/frame-gap-start.png" + gap_start_border = { 1, 0, 0, 0 } + gap_end_file = "assets/frame-gap-end.png" + gap_end_border = { 0, 1, 0, 0 } + shadow = OUT + } + + image { + function = SHADOW + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + shadow = ETCHED_IN + } + + image { + function = SHADOW_GAP + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + gap_start_file = "assets/frame-gap-start.png" + gap_start_border = { 1, 0, 0, 0 } + gap_end_file = "assets/frame-gap-end.png" + gap_end_border = { 0, 1, 0, 0 } + shadow = ETCHED_IN + } + + image { + function = SHADOW + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + shadow = ETCHED_OUT + } + + image { + function = SHADOW_GAP + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + gap_start_file = "assets/frame-gap-start.png" + gap_start_border = { 1, 0, 0, 0 } + gap_end_file = "assets/frame-gap-end.png" + gap_end_border = { 0, 1, 0, 0 } + shadow = ETCHED_OUT + } + } +} + +style "gimp_toolbox_frame" { + + engine "pixmap" { + + image { + function = SHADOW + } + } +} + +style "toolbar" { + + engine "pixmap" { + + image { + function = BOX + file = "assets/toolbar.png" + stretch = TRUE + border = { 1, 1, 1, 1 } + } + + image { + function = HANDLE + overlay_file = "assets/handle-h.png" + overlay_stretch = FALSE + orientation = HORIZONTAL + } + + image { + function = HANDLE + overlay_file = "assets/handle-v.png" + overlay_stretch = FALSE + orientation = VERTICAL + } + + image { + function = VLINE + recolorable = TRUE + file = "assets/null.png" + } + + image { + function = HLINE + recolorable = TRUE + file = "assets/null.png" + } + } +} + +style "inline_toolbar" { + + GtkToolbar::button-relief = GTK_RELIEF_NORMAL + + engine "pixmap" { + + image { + function = BOX + file = "assets/inline-toolbar.png" + stretch = TRUE + border = { 1, 1, 1, 1 } + } + } +} + +style "notebook_viewport" { + + bg[NORMAL] = @notebook_bg +} + + +style "notebook_eventbox" { + + bg[NORMAL] = @notebook_bg + bg[ACTIVE] = @bg_color +} + +style "tooltips" { + + xthickness = 8 + ythickness = 4 + + bg[NORMAL] = @tooltip_bg_color + fg[NORMAL] = @tooltip_fg_color + bg[SELECTED] = @tooltip_bg_color + +} + +style "eclipse-tooltips" { + + xthickness = 8 + ythickness = 4 + + bg[NORMAL] = shade(1.05, @bg_color) + fg[NORMAL] = @text_color + bg[SELECTED] = shade(1.05, @bg_color) + +} + +style "xfdesktop-icon-view" { + XfdesktopIconView::label-alpha = 0 + XfdesktopIconView::selected-label-alpha = 100 + XfdesktopIconView::shadow-x-offset = 0 + XfdesktopIconView::shadow-y-offset = 1 + XfdesktopIconView::selected-shadow-x-offset = 0 + XfdesktopIconView::selected-shadow-y-offset = 1 + XfdesktopIconView::shadow-color = "#000000" + XfdesktopIconView::selected-shadow-color = "#000000" + XfdesktopIconView::shadow-blur-radius = 2 + XfdesktopIconView::cell-spacing = 2 + XfdesktopIconView::cell-padding = 6 + XfdesktopIconView::cell-text-width-proportion = 1.9 + + fg[NORMAL] = @selected_fg_color + fg[ACTIVE] = @selected_fg_color +} + +style "xfwm-tabwin" { + Xfwm4TabwinWidget::border-width = 1 + Xfwm4TabwinWidget::border-alpha = 1.0 + Xfwm4TabwinWidget::icon-size = 64 + Xfwm4TabwinWidget::alpha = 1.0 + Xfwm4TabwinWidget::border-radius = 2 + + bg[NORMAL] = @bg_color + bg[SELECTED] = @bg_color + + fg[NORMAL] = @fg_color + + engine "murrine" { + contrast = 0.7 + glazestyle = 0 + glowstyle = 0 + highlight_shade = 1.0 + gradient_shades = {1.0,1.0,1.0,1.0} + border_shades = { 0.8, 0.8 } + } +} + +style "xfwm-tabwin-button" { + + font_name = "bold" + bg[SELECTED] = @selected_bg_color +} + +# Chromium +style "chrome_menu_item" { + + bg[SELECTED] = @selected_bg_color + +} + +# Text Style +style "text" = "default" { + engine "murrine" { textstyle = 0 } +} + +style "menu_text" = "menu_item" { + engine "murrine" { textstyle = 0 } +} + + +style "null" { + + engine "pixmap" { + + image { + function = BOX + file = "assets/null.png" + stretch = TRUE + } + } +} + + +class "GtkWidget" style "default" +class "GtkScrollbar" style "scrollbar" +class "GtkButton" style "button" +class "GtkEntry" style "entry" +class "GtkOldEditable" style "entry" +class "GtkSpinButton" style "spinbutton" +class "GtkNotebook" style "notebook" +class "GtkRange" style "range" +class "GtkProgressBar" style "progressbar" +class "GtkSeparatorMenuItem" style "separator_menu_item" +class "GtkScrolledWindow" style "scrolled_window" +class "GtkFrame" style "frame" +class "GtkTreeView" style "treeview" +class "GtkToolbar" style "toolbar" +class "*HandleBox" style "toolbar" + +widget_class "**" style "menu" +widget_class "**" style "menu_framed_box" +widget_class "**" style "menu_item" +widget_class "**" style "checkbutton" +widget_class "*" style "combobox" +widget_class "**" style "combobox_button" +widget_class "**" style "combobox_separator" +widget_class "***" style "treeview_header" +widget_class "**" style "inline_toolbar" +widget_class "**" style "combobox_entry" +widget_class "**" style "combobox_entry_button" +widget_class "***" style "notebook_viewport" +widget_class "*HandleBox" style "toolbar" + +# Entries in notebooks draw with notebook's base color, but not if there's +# something else in the middle that draws gray again +widget_class "**" style "notebook_entry" +widget_class "***" style "entry" + +widget_class "***" style "notebook_combobox_entry" +widget_class "****" style "combobox_entry" + +# We also need to avoid changing fg color for the inactive notebook tab labels +widget_class "*." style "notebook_tab_label" + +# GTK tooltips +widget "gtk-tooltip*" style "tooltips" + +#Fix GVim tabs +widget_class "**" style "notebook_eventbox" + +# Xchat special cases +widget "*xchat-inputbox" style "entry" + +# GIMP +# Disable gradients completely for GimpSpinScale +#class "GimpSpinScale" style "gimp_spin_scale" + +# Remove borders from "Wilbert frame" in Gimp +widget_class "**" style "gimp_toolbox_frame" + +# Chrome/Chromium +widget_class "*Chrom*Button*" style "button" +widget_class "***" style "chrome_menu_item" + +# Eclipse/SWT +widget "gtk-tooltips*" style "eclipse-tooltips" +widget "*swt-toolbar-flat" style "null" + +# Openoffice, Libreoffice +class "GtkWindow" style "toplevel_hack" +widget "*openoffice-toplevel*" style "ooo_stepper_hack" + +# Xfce +widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view" +widget "xfwm4-tabwin*" style "xfwm-tabwin" +widget "xfwm4-tabwin*GtkButton*" style "xfwm-tabwin-button" + +# Fixes ugly text shadows for insensitive text +widget_class "*" style "text" +widget_class "**" style "menu_text" +widget_class "**" style "text" +widget_class "**" style "text" +widget_class "**" style "text" diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/menubar-toolbar/button-active.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/menubar-toolbar/button-active.png new file mode 100644 index 00000000..ad0dd367 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/menubar-toolbar/button-active.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/menubar-toolbar/button-hover.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/menubar-toolbar/button-hover.png new file mode 100644 index 00000000..ec020de7 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/menubar-toolbar/button-hover.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/menubar-toolbar/button-insensitive.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/menubar-toolbar/button-insensitive.png new file mode 100644 index 00000000..a96be6ed Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/menubar-toolbar/button-insensitive.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/menubar-toolbar/button.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/menubar-toolbar/button.png new file mode 100644 index 00000000..102c97fa Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/menubar-toolbar/button.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/menubar-toolbar/entry-active-toolbar-dark.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/menubar-toolbar/entry-active-toolbar-dark.png new file mode 100644 index 00000000..ac880fb8 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/menubar-toolbar/entry-active-toolbar-dark.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/menubar-toolbar/entry-active-toolbar.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/menubar-toolbar/entry-active-toolbar.png new file mode 100644 index 00000000..359b3994 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/menubar-toolbar/entry-active-toolbar.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/menubar-toolbar/entry-disabled-toolbar-dark.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/menubar-toolbar/entry-disabled-toolbar-dark.png new file mode 100644 index 00000000..d6f19b79 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/menubar-toolbar/entry-disabled-toolbar-dark.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/menubar-toolbar/entry-disabled-toolbar.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/menubar-toolbar/entry-disabled-toolbar.png new file mode 100644 index 00000000..074826b5 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/menubar-toolbar/entry-disabled-toolbar.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/menubar-toolbar/entry-toolbar-dark.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/menubar-toolbar/entry-toolbar-dark.png new file mode 100644 index 00000000..5c04ca3e Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/menubar-toolbar/entry-toolbar-dark.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/menubar-toolbar/entry-toolbar.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/menubar-toolbar/entry-toolbar.png new file mode 100644 index 00000000..885a5d8a Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/menubar-toolbar/entry-toolbar.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/menubar-toolbar/menubar-dark.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/menubar-toolbar/menubar-dark.png new file mode 100644 index 00000000..e69ee018 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/menubar-toolbar/menubar-dark.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/menubar-toolbar/menubar-toolbar-dark.rc b/.themes/Arc-Dark-Gruvbox/gtk-2.0/menubar-toolbar/menubar-toolbar-dark.rc new file mode 100644 index 00000000..baf7f447 --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/gtk-2.0/menubar-toolbar/menubar-toolbar-dark.rc @@ -0,0 +1,222 @@ +style "menubar" { + + bg[NORMAL] = "#2f343f" + fg[NORMAL] = "#afb8c5" + fg[PRELIGHT] = "#afb8c5" + fg[ACTIVE] = "#afb8c5" + fg[SELECTED] = @selected_fg_color + fg[INSENSITIVE] = shade(0.7, "#afb8c5") + + xthickness = 0 + ythickness = 0 + + engine "pixmap" { + + image { + function = BOX + file = "menubar-toolbar/menubar-dark.png" + stretch = TRUE + border = { 1, 1, 1, 1 } + } + } +} + +style "menubar-borderless" { + + bg[NORMAL] = "#2f343f" + fg[NORMAL] = "#afb8c5" + fg[SELECTED] = @selected_fg_color + fg[INSENSITIVE] = shade(0.7, "#afb8c5") + + xthickness = 0 + ythickness = 0 + + engine "pixmap" { + + image { + function = BOX + file = "assets/null.png" + stretch = TRUE + border = { 1, 1, 1, 1 } + } + } +} + +style "menubar_item" { + + xthickness = 2 + ythickness = 4 + + fg[PRELIGHT] = @selected_fg_color + + engine "pixmap" { + + image { + function = BOX + state = PRELIGHT + file = "menubar-toolbar/menubar_button-dark.png" + border = { 2, 2, 2, 2 } + stretch = TRUE + } + } +} + +# Text Style Menubar +style "menubar-text" { + + engine "murrine" { + text_shade = 0.0 + textstyle = 0 + } +} + + +style "toolbar_text" { + fg[NORMAL] = "#afb8c5" + fg[PRELIGHT] = "#afb8c5" + fg[INSENSITIVE] = shade(0.7, "#afb8c5") + fg[ACTIVE] = "#afb8c5" + + text[NORMAL] = "#afb8c5" + text[PRELIGHT] = "#afb8c5" + text[INSENSITIVE] = shade(0.7, "#afb8c5") + text[ACTIVE] = "#afb8c5" + +} + +style "toolbar_button" { + + xthickness = 4 + ythickness = 4 + + engine "pixmap" { + + image { + function = BOX + state = NORMAL + file = "menubar-toolbar/button.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + image { + function = BOX + state = PRELIGHT + file = "menubar-toolbar/button-hover.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + image { + function = BOX + state = ACTIVE + file = "menubar-toolbar/button-active.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + image { + function = BOX + state = INSENSITIVE + file = "menubar-toolbar/button-insensitive.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + } +} + +style "toolbar_entry" { + + base[NORMAL] = "#404552" + base[ACTIVE] = "#404552" + base[INSENSITIVE] = "#39404d" + + text[NORMAL] = "#afb8c5" + + engine "pixmap" { + + image { + function = SHADOW + state = NORMAL + detail = "entry" + file = "menubar-toolbar/entry-toolbar-dark.png" + border = {6, 6, 6, 6} + stretch = TRUE + } + + image { + function = SHADOW + state = ACTIVE + detail = "entry" + file = "menubar-toolbar/entry-active-toolbar-dark.png" + border = {6, 6, 6, 6} + stretch = TRUE + } + + image { + function = SHADOW + state = INSENSITIVE + detail = "entry" + file = "menubar-toolbar/entry-disabled-toolbar-dark.png" + border = {6, 6, 6, 6} + stretch = TRUE + } + + image { + function = FLAT_BOX + state = ACTIVE + detail = "entry_bg" + file = "assets/null.png" + } + + image { + function = FLAT_BOX + state = INSENSITIVE + detail = "entry_bg" + file = "assets/null.png" + } + + image { + function = FLAT_BOX + detail = "entry_bg" + file = "assets/null.png" + } + } +} + +#Chromium +style "chrome-gtk-frame" { + + ChromeGtkFrame::frame-color = "#2f343f" + ChromeGtkFrame::inactive-frame-color = "#2f343f" + + ChromeGtkFrame::frame-gradient-size = 0 + ChromeGtkFrame::frame-gradient-color = shade(0.5, @bg_color) + + ChromeGtkFrame::incognito-frame-color = shade(0.85, @bg_color) + ChromeGtkFrame::incognito-inactive-frame-color = @bg_color + + ChromeGtkFrame::incognito-frame-gradient-color = @bg_color + + ChromeGtkFrame::scrollbar-trough-color = shade(0.912, @bg_color) + ChromeGtkFrame::scrollbar-slider-prelight-color = shade(1.04, @bg_color) + ChromeGtkFrame::scrollbar-slider-normal-color = @bg_color + +} + +widget_class "**" style "menubar" +widget_class "*.*" style "menubar_item" + +widget_class "*ThunarWindow*" style "menubar" + +class "ChromeGtkFrame" style "chrome-gtk-frame" + +widget_class "***" style "menubar-text" + +# Whitelist for dark toolbars +widget_class "*ThunarWindow*" style "menubar-borderless" +widget_class "*ThunarWindow**" style "toolbar_entry" +widget_class "*ThunarWindow**" style "toolbar_button" +widget_class "*ThunarWindow**" style "toolbar_text" +widget_class "*ThunarWindow***" style "menubar-text" + diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/menubar-toolbar/menubar-toolbar.rc b/.themes/Arc-Dark-Gruvbox/gtk-2.0/menubar-toolbar/menubar-toolbar.rc new file mode 100644 index 00000000..4cb89eb3 --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/gtk-2.0/menubar-toolbar/menubar-toolbar.rc @@ -0,0 +1,162 @@ +style "menubar" { + + bg[NORMAL] = "#e7e8eb" + fg[NORMAL] = "#70788d" + fg[PRELIGHT] = "#70788d" + fg[ACTIVE] = "#70788d" + fg[SELECTED] = @selected_fg_color + fg[INSENSITIVE] = shade(1.3, "#70788d") + + xthickness = 0 + ythickness = 0 + + engine "pixmap" { + + image { + function = BOX + file = "menubar-toolbar/menubar.png" + stretch = TRUE + border = { 1, 1, 1, 1 } + } + } +} + +style "menubar-borderless" { + + bg[NORMAL] = "#e7e8eb" + fg[NORMAL] = "#70788d" + fg[SELECTED] = @fg_color + fg[INSENSITIVE] = shade(1.3, "#70788d") + + xthickness = 0 + ythickness = 0 + + engine "pixmap" { + + image { + function = BOX + file = "assets/null.png" + stretch = TRUE + border = { 1, 1, 1, 1 } + } + } +} + +style "menubar_item" { + + xthickness = 2 + ythickness = 4 + + fg[PRELIGHT] = @selected_fg_color + + engine "pixmap" { + + image { + function = BOX + state = PRELIGHT + file = "menubar-toolbar/menubar_button.png" + border = { 2, 2, 2, 2 } + stretch = TRUE + } + } +} + +# Text Style Menubar +style "menubar-text" { + + engine "murrine" { + text_shade = 0.0 + textstyle = 0 + } +} + +style "toolbar_entry" { + + text[NORMAL] = "#70788d" + + engine "pixmap" { + + image { + function = SHADOW + state = NORMAL + detail = "entry" + file = "menubar-toolbar/entry-toolbar.png" + border = {6, 6, 6, 6} + stretch = TRUE + } + + image { + function = SHADOW + state = ACTIVE + detail = "entry" + file = "menubar-toolbar/entry-active-toolbar.png" + border = {6, 6, 6, 6} + stretch = TRUE + } + + image { + function = SHADOW + state = INSENSITIVE + detail = "entry" + file = "menubar-toolbar/entry-disabled-toolbar.png" + border = {6, 6, 6, 6} + stretch = TRUE + } + + image { + function = FLAT_BOX + state = ACTIVE + detail = "entry_bg" + file = "assets/null.png" + } + + image { + function = FLAT_BOX + state = INSENSITIVE + detail = "entry_bg" + file = "assets/null.png" + } + + image { + function = FLAT_BOX + detail = "entry_bg" + file = "assets/null.png" + } + } +} + +#Chromium +style "chrome-gtk-frame" { + + ChromeGtkFrame::frame-color = "#e7e8eb" + ChromeGtkFrame::inactive-frame-color = "#e7e8eb" + + ChromeGtkFrame::frame-gradient-size = 0 + ChromeGtkFrame::frame-gradient-color = shade(0.5, @bg_color) + + ChromeGtkFrame::incognito-frame-color = shade(0.85, @bg_color) + ChromeGtkFrame::incognito-inactive-frame-color = @bg_color + + ChromeGtkFrame::incognito-frame-gradient-color = @bg_color + + ChromeGtkFrame::scrollbar-trough-color = shade(0.912, @bg_color) + ChromeGtkFrame::scrollbar-slider-prelight-color = shade(1.04, @bg_color) + ChromeGtkFrame::scrollbar-slider-normal-color = @bg_color + +} + +widget_class "**" style "menubar" +widget_class "*.*" style "menubar_item" + +widget_class "*ThunarWindow*" style "menubar" +widget_class "*CajaNavigationWindow*" style "menubar" + +class "ChromeGtkFrame" style "chrome-gtk-frame" + +widget_class "***" style "menubar-text" + +# Whitelist for dark toolbars +widget_class "*ThunarWindow*" style "menubar-borderless" +widget_class "*CajaNavigationWindow*" style "menubar-borderless" +widget_class "*ThunarWindow**" style "toolbar_entry" +widget_class "*CajaNavigationWindow**" style "toolbar_entry" diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/menubar-toolbar/menubar.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/menubar-toolbar/menubar.png new file mode 100644 index 00000000..1a652494 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/menubar-toolbar/menubar.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/menubar-toolbar/menubar_button-dark.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/menubar-toolbar/menubar_button-dark.png new file mode 100644 index 00000000..70c8f869 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/menubar-toolbar/menubar_button-dark.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/menubar-toolbar/menubar_button.png b/.themes/Arc-Dark-Gruvbox/gtk-2.0/menubar-toolbar/menubar_button.png new file mode 100644 index 00000000..70c8f869 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-2.0/menubar-toolbar/menubar_button.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/panel.rc b/.themes/Arc-Dark-Gruvbox/gtk-2.0/panel.rc new file mode 100644 index 00000000..d573b7ba --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/gtk-2.0/panel.rc @@ -0,0 +1,160 @@ +style "theme-panel" { + + xthickness = 2 + ythickness = 0 + + bg[NORMAL] = "#2B2E37" + bg[ACTIVE] = @selected_bg_color + bg[PRELIGHT] = "#3f4453" + bg[SELECTED] = @selected_bg_color + + fg[NORMAL] = "#BAC3CF" + fg[PRELIGHT] = @selected_fg_color + fg[ACTIVE] = @selected_fg_color + fg[SELECTED] = @selected_fg_color + + text[NORMAL] = "#BAC3CF" + text[PRELIGHT] = "#BAC3CF" + text[ACTIVE] = "#BAC3CF" + text[SELECTED] = "#BAC3CF" + + engine "murrine" { + reliefstyle = 0 + glazestyle = 0 + glow_shade = 1.0 + highlight_shade = 1.0 + roundness = 0 + gradient_shades = {1.0,1.0,1.0,1.0} + textstyle = 0 + contrast = 0.0 + } +} + +style "theme-panel-progressbar" { + bg[ACTIVE] = "#1D1F26" +} + +style "panelbar" { + + fg[NORMAL] = "#edf5fb" + fg[ACTIVE] = "#edf5fb" + fg[PRELIGHT] = "#edf5fb" + fg[SELECTED] = @selected_fg_color + + bg[SELECTED] = @selected_bg_color + + engine "murrine" {} +} + +style "panelbuttons" { + + xthickness = 4 + ythickness = 0 + + engine "murrine" { + textstyle = 0 + } +} + +style "theme-panel-text" { + + fg[NORMAL] = "#edf5fb" + fg[PRELIGHT] = @selected_fg_color + fg[ACTIVE] = "#edf5fb" + + text[NORMAL] = "#edf5fb" + text[PRELIGHT] = @selected_fg_color + text[ACTIVE] = "#edf5fb" + + engine "murrine" { + textstyle = 0 + text_shade = 0.2 + } +} + +style "panel-entry" { + + fg[NORMAL] = @text_color + fg[PRELIGHT] = @text_color + fg[ACTIVE] = @text_color + fg[SELECTED] = @text_color + fg[INSENSITIVE] = @text_color + + text[NORMAL] = @text_color + text[PRELIGHT] = @text_color + text[ACTIVE] = @text_color + text[SELECTED] = @text_color + text[INSENSITIVE] = @text_color + +} + +style "theme-main-menu-text" = "theme-panel-text" { + fg[PRELIGHT] = @selected_fg_color + text[PRELIGHT] = @selected_fg_color +} + +style "workspace-switcher" = "theme-panel" { + bg[SELECTED] = @selected_bg_color +} + +style "indicator" = "theme-panel" { + xthickness = 0 + ythickness = 0 +} + +widget "*tasklist*" style "panelbuttons" +widget_class "*Xfce*Panel*.GtkToggleButton" style "panelbuttons" +widget_class "*Xfce*NetkTasklist*GtkToggleButton" style "panelbuttons" +widget_class "*PanelToplevel*Button" style "panelbuttons" +widget_class "*Panel*GtkToggleButton" style "panelbuttons" +widget_class "*Xfce*Panel*Button*" style "panelbuttons" +widget_class "*" style "panelbuttons" +widget_class "**" style "panelbuttons" +widget_class "*XfcePanelPlugin.GtkButton" style "panelbuttons" +widget "*dict*Applet*" style "panelbuttons" +widget_class "*Xfce*NetkTasklist*GtkToggleButton" style "panelbuttons" +widget_class "*Tasklist*" style:highest "panelbuttons" + +class "*Panel*MenuBar*" style "panelbar" +widget_class "*Panel*MenuBar*" style "panelbar" +widget_class "*Panel*MenuBar*Item*" style:highest "panelbar" + +widget "*PanelWidget*" style "theme-panel" +widget "*PanelApplet*" style "theme-panel" +widget "*fast-user-switch*" style "theme-panel" +widget "*CPUFreq*Applet*" style "theme-panel" +class "PanelApp*" style "theme-panel" +class "PanelToplevel*" style "theme-panel" +widget_class "*PanelToplevel*" style "theme-panel" +widget_class "*notif*" style "theme-panel" +widget_class "*Notif*" style "theme-panel" +widget_class "*Tray*" style "theme-panel" +widget_class "*tray*" style "theme-panel" +widget_class "*computertemp*" style "theme-panel" +widget_class "*Applet*Tomboy*" style "theme-panel" +widget_class "*Applet*Netstatus*" style "theme-panel" + +# Fixes for tooltip text in some apps. +widget_class "*Notif*Beagle*" style "theme-panel" +widget_class "*Notif*Brasero*" style "theme-panel" + +# XFCE panel theming. +widget "*Xfce*Panel*" style "theme-panel" +class "*Xfce*Panel*" style "theme-panel" +widget "*Xfce*Panel*GtkProgressBar" style "theme-panel-progressbar" +widget "*WnckPager*" style "workspace-switcher" +widget "*TopMenu*" style "theme-panel" +widget "*XfceTasklist*" style "panelbuttons" + +# Fix gtk-entries in the panel +widget "*bookmark*GtkEntry" style "panel-entry" # fixes smartbookmark-plugin + +# Make sure panel text color doesn't change +widget_class "*Panel*MenuBar*" style "theme-main-menu-text" +widget_class "*Panel**" style "theme-main-menu-text" +widget "*.clock-applet-button.*" style "theme-panel-text" +widget "*PanelApplet*" style "theme-panel-text" + +# Override general panel-style with specific plugin-styles +widget "*indicator-applet*" style "indicator" +widget "*indicator-button*" style "indicator" diff --git a/.themes/Arc-Dark-Gruvbox/gtk-2.0/xfce-notify.rc b/.themes/Arc-Dark-Gruvbox/gtk-2.0/xfce-notify.rc new file mode 100644 index 00000000..7ec55acd --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/gtk-2.0/xfce-notify.rc @@ -0,0 +1,74 @@ +gtk-color-scheme = "selected_bg_color:#5294E2\nselected_fg_color:#ffffff" + +style "notify-window" { + XfceNotifyWindow::summary-bold = 1 + XfceNotifyWindow::border-color = "#17191F" + XfceNotifyWindow::border-color-hover = "#17191F" + XfceNotifyWindow::border-radius = 3.0 + XfceNotifyWindow::border-width = 1.0 + XfceNotifyWindow::border-width-hover = 1.0 + + bg[NORMAL] = "#292C36" +} + +style "notify-button" { + bg[NORMAL] = "#434652" + bg[PRELIGHT] = "#5C6070" + bg[ACTIVE] = @selected_bg_color + + fg[NORMAL] = "#BAC3CF" + fg[PRELIGHT] = "#BAC3CF" + fg[ACTIVE] = @selected_fg_color + + engine "murrine" { + gradient_shades = { 1.0, 1.0, 1.0, 1.0 } + border_shades = { 1.0, 1.0 } + roundness = 2 + textstyle = 0 + } +} + +style "notify-text" { + GtkWidget::link-color = @selected_bg_color + + fg[NORMAL] = "#BAC3CF" + fg[PRELIGHT] = "#BAC3CF" + fg[ACTIVE] = "#BAC3CF" + + engine "murrine" { + textstyle = 0 + } +} + +style "notify-summary" { + font_name = "Bold" +} + +style "notify-progressbar" { + GtkProgressBar::min-horizontal-bar-height = 4 + + xthickness = 0 + ythickness = 0 + + fg[PRELIGHT] = "#000000" + bg[NORMAL] = @selected_bg_color + bg[ACTIVE] = "#1D1F26" + bg[SELECTED] = @selected_bg_color + + engine "murrine" { + gradient_shades = { 1.0, 1.0, 1.0, 1.0 } + border_shades = { 1.0, 1.0 } + trough_shades = { 1.0, 1.0 } + trough_border_shades = { 1.0, 1.0 } + progressbarstyle = 0 + roundness = 2 + textstyle = 0 + } +} + +class "XfceNotifyWindow" style "notify-window" +widget "XfceNotifyWindow.*.summary" style "notify-summary" +widget_class "XfceNotifyWindow.*" style "notify-button" +widget_class "XfceNotifyWindow.*." style "notify-text" +widget_class "XfceNotifyWindow.*." style "notify-progressbar" +widget_class "XfceNotifyWindow.*." style "notify-progressbar" diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/checkbox-checked-dark.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/checkbox-checked-dark.png new file mode 100644 index 00000000..48e84351 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/checkbox-checked-dark.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/checkbox-checked-dark@2.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/checkbox-checked-dark@2.png new file mode 100644 index 00000000..bfcde3f7 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/checkbox-checked-dark@2.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/checkbox-checked-insensitive-dark.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/checkbox-checked-insensitive-dark.png new file mode 100644 index 00000000..6d855156 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/checkbox-checked-insensitive-dark.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/checkbox-checked-insensitive-dark@2.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/checkbox-checked-insensitive-dark@2.png new file mode 100644 index 00000000..2fb1a071 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/checkbox-checked-insensitive-dark@2.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/checkbox-checked-insensitive-selected.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/checkbox-checked-insensitive-selected.png new file mode 100644 index 00000000..5bf4e57a Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/checkbox-checked-insensitive-selected.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/checkbox-checked-insensitive-selected@2.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/checkbox-checked-insensitive-selected@2.png new file mode 100644 index 00000000..95ea1e57 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/checkbox-checked-insensitive-selected@2.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/checkbox-checked-insensitive.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/checkbox-checked-insensitive.png new file mode 100644 index 00000000..0c9682e5 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/checkbox-checked-insensitive.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/checkbox-checked-insensitive@2.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/checkbox-checked-insensitive@2.png new file mode 100644 index 00000000..288d9fad Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/checkbox-checked-insensitive@2.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/checkbox-checked-selected.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/checkbox-checked-selected.png new file mode 100644 index 00000000..ff3d6536 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/checkbox-checked-selected.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/checkbox-checked-selected@2.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/checkbox-checked-selected@2.png new file mode 100644 index 00000000..5bed17db Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/checkbox-checked-selected@2.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/checkbox-checked-selectionmode-dark.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/checkbox-checked-selectionmode-dark.png new file mode 100644 index 00000000..e44c3582 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/checkbox-checked-selectionmode-dark.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/checkbox-checked-selectionmode-dark@2.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/checkbox-checked-selectionmode-dark@2.png new file mode 100644 index 00000000..2fc2d1cc Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/checkbox-checked-selectionmode-dark@2.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/checkbox-checked-selectionmode.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/checkbox-checked-selectionmode.png new file mode 100644 index 00000000..6a3774bd Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/checkbox-checked-selectionmode.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/checkbox-checked-selectionmode@2.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/checkbox-checked-selectionmode@2.png new file mode 100644 index 00000000..287275b4 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/checkbox-checked-selectionmode@2.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/checkbox-checked.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/checkbox-checked.png new file mode 100644 index 00000000..b63a30d1 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/checkbox-checked.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/checkbox-checked@2.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/checkbox-checked@2.png new file mode 100644 index 00000000..223beffe Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/checkbox-checked@2.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/checkbox-mixed-dark.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/checkbox-mixed-dark.png new file mode 100644 index 00000000..09ddef67 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/checkbox-mixed-dark.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/checkbox-mixed-dark@2.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/checkbox-mixed-dark@2.png new file mode 100644 index 00000000..e189f93b Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/checkbox-mixed-dark@2.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/checkbox-mixed-insensitive-dark.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/checkbox-mixed-insensitive-dark.png new file mode 100644 index 00000000..2436a9e3 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/checkbox-mixed-insensitive-dark.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/checkbox-mixed-insensitive-dark@2.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/checkbox-mixed-insensitive-dark@2.png new file mode 100644 index 00000000..44cbfcaf Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/checkbox-mixed-insensitive-dark@2.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/checkbox-mixed-insensitive-selected.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/checkbox-mixed-insensitive-selected.png new file mode 100644 index 00000000..be957266 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/checkbox-mixed-insensitive-selected.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/checkbox-mixed-insensitive-selected@2.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/checkbox-mixed-insensitive-selected@2.png new file mode 100644 index 00000000..63ee4347 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/checkbox-mixed-insensitive-selected@2.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/checkbox-mixed-insensitive.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/checkbox-mixed-insensitive.png new file mode 100644 index 00000000..7a91e235 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/checkbox-mixed-insensitive.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/checkbox-mixed-insensitive@2.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/checkbox-mixed-insensitive@2.png new file mode 100644 index 00000000..f741ba44 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/checkbox-mixed-insensitive@2.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/checkbox-mixed-selected.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/checkbox-mixed-selected.png new file mode 100644 index 00000000..c7b5cf25 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/checkbox-mixed-selected.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/checkbox-mixed-selected@2.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/checkbox-mixed-selected@2.png new file mode 100644 index 00000000..883477e8 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/checkbox-mixed-selected@2.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/checkbox-mixed.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/checkbox-mixed.png new file mode 100644 index 00000000..5707c92e Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/checkbox-mixed.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/checkbox-mixed@2.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/checkbox-mixed@2.png new file mode 100644 index 00000000..ed851e7a Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/checkbox-mixed@2.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/checkbox-selectionmode-dark.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/checkbox-selectionmode-dark.png new file mode 100644 index 00000000..c6130279 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/checkbox-selectionmode-dark.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/checkbox-selectionmode-dark@2.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/checkbox-selectionmode-dark@2.png new file mode 100644 index 00000000..069b32b4 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/checkbox-selectionmode-dark@2.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/checkbox-selectionmode.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/checkbox-selectionmode.png new file mode 100644 index 00000000..23182178 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/checkbox-selectionmode.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/checkbox-selectionmode@2.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/checkbox-selectionmode@2.png new file mode 100644 index 00000000..a17e5b56 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/checkbox-selectionmode@2.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/checkbox-unchecked-dark.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/checkbox-unchecked-dark.png new file mode 100644 index 00000000..8c184606 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/checkbox-unchecked-dark.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/checkbox-unchecked-dark@2.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/checkbox-unchecked-dark@2.png new file mode 100644 index 00000000..2e7a50e4 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/checkbox-unchecked-dark@2.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/checkbox-unchecked-insensitive-dark.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/checkbox-unchecked-insensitive-dark.png new file mode 100644 index 00000000..0099ce42 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/checkbox-unchecked-insensitive-dark.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/checkbox-unchecked-insensitive-dark@2.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/checkbox-unchecked-insensitive-dark@2.png new file mode 100644 index 00000000..305ab4d7 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/checkbox-unchecked-insensitive-dark@2.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/checkbox-unchecked-insensitive-selected.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/checkbox-unchecked-insensitive-selected.png new file mode 100644 index 00000000..4b4356b0 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/checkbox-unchecked-insensitive-selected.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/checkbox-unchecked-insensitive-selected@2.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/checkbox-unchecked-insensitive-selected@2.png new file mode 100644 index 00000000..bdafd334 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/checkbox-unchecked-insensitive-selected@2.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/checkbox-unchecked-insensitive.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/checkbox-unchecked-insensitive.png new file mode 100644 index 00000000..ed2ee8f0 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/checkbox-unchecked-insensitive.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/checkbox-unchecked-insensitive@2.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/checkbox-unchecked-insensitive@2.png new file mode 100644 index 00000000..f59d6be3 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/checkbox-unchecked-insensitive@2.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/checkbox-unchecked-selected.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/checkbox-unchecked-selected.png new file mode 100644 index 00000000..4d32106a Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/checkbox-unchecked-selected.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/checkbox-unchecked-selected@2.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/checkbox-unchecked-selected@2.png new file mode 100644 index 00000000..7b361e34 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/checkbox-unchecked-selected@2.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/checkbox-unchecked.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/checkbox-unchecked.png new file mode 100644 index 00000000..9fddfb52 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/checkbox-unchecked.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/checkbox-unchecked@2.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/checkbox-unchecked@2.png new file mode 100644 index 00000000..68126065 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/checkbox-unchecked@2.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/radio-checked-dark.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/radio-checked-dark.png new file mode 100644 index 00000000..28f3469e Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/radio-checked-dark.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/radio-checked-dark@2.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/radio-checked-dark@2.png new file mode 100644 index 00000000..35a1baf2 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/radio-checked-dark@2.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/radio-checked-insensitive-dark.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/radio-checked-insensitive-dark.png new file mode 100644 index 00000000..bd28d8e2 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/radio-checked-insensitive-dark.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/radio-checked-insensitive-dark@2.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/radio-checked-insensitive-dark@2.png new file mode 100644 index 00000000..867695e1 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/radio-checked-insensitive-dark@2.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/radio-checked-insensitive-selected.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/radio-checked-insensitive-selected.png new file mode 100644 index 00000000..f64ba8fa Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/radio-checked-insensitive-selected.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/radio-checked-insensitive-selected@2.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/radio-checked-insensitive-selected@2.png new file mode 100644 index 00000000..1646d37a Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/radio-checked-insensitive-selected@2.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/radio-checked-insensitive.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/radio-checked-insensitive.png new file mode 100644 index 00000000..2a657ef2 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/radio-checked-insensitive.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/radio-checked-insensitive@2.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/radio-checked-insensitive@2.png new file mode 100644 index 00000000..30169f61 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/radio-checked-insensitive@2.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/radio-checked-selected.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/radio-checked-selected.png new file mode 100644 index 00000000..aa261d03 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/radio-checked-selected.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/radio-checked-selected@2.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/radio-checked-selected@2.png new file mode 100644 index 00000000..c7205c0c Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/radio-checked-selected@2.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/radio-checked.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/radio-checked.png new file mode 100644 index 00000000..9690dfd8 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/radio-checked.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/radio-checked@2.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/radio-checked@2.png new file mode 100644 index 00000000..60f57a73 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/radio-checked@2.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/radio-mixed-dark.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/radio-mixed-dark.png new file mode 100644 index 00000000..41166193 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/radio-mixed-dark.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/radio-mixed-dark@2.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/radio-mixed-dark@2.png new file mode 100644 index 00000000..69ef7071 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/radio-mixed-dark@2.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/radio-mixed-insensitive-dark.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/radio-mixed-insensitive-dark.png new file mode 100644 index 00000000..afef7e2a Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/radio-mixed-insensitive-dark.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/radio-mixed-insensitive-dark@2.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/radio-mixed-insensitive-dark@2.png new file mode 100644 index 00000000..6279e389 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/radio-mixed-insensitive-dark@2.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/radio-mixed-insensitive-selected.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/radio-mixed-insensitive-selected.png new file mode 100644 index 00000000..1e0a6677 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/radio-mixed-insensitive-selected.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/radio-mixed-insensitive-selected@2.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/radio-mixed-insensitive-selected@2.png new file mode 100644 index 00000000..0b676601 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/radio-mixed-insensitive-selected@2.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/radio-mixed-insensitive.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/radio-mixed-insensitive.png new file mode 100644 index 00000000..69c253b0 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/radio-mixed-insensitive.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/radio-mixed-insensitive@2.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/radio-mixed-insensitive@2.png new file mode 100644 index 00000000..fa1893a2 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/radio-mixed-insensitive@2.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/radio-mixed-selected.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/radio-mixed-selected.png new file mode 100644 index 00000000..4378bca3 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/radio-mixed-selected.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/radio-mixed-selected@2.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/radio-mixed-selected@2.png new file mode 100644 index 00000000..58468d22 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/radio-mixed-selected@2.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/radio-mixed.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/radio-mixed.png new file mode 100644 index 00000000..04720eef Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/radio-mixed.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/radio-mixed@2.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/radio-mixed@2.png new file mode 100644 index 00000000..6992c239 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/radio-mixed@2.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/radio-unchecked-dark.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/radio-unchecked-dark.png new file mode 100644 index 00000000..298ae3ca Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/radio-unchecked-dark.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/radio-unchecked-dark@2.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/radio-unchecked-dark@2.png new file mode 100644 index 00000000..e57ae387 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/radio-unchecked-dark@2.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/radio-unchecked-insensitive-dark.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/radio-unchecked-insensitive-dark.png new file mode 100644 index 00000000..87560b2d Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/radio-unchecked-insensitive-dark.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/radio-unchecked-insensitive-dark@2.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/radio-unchecked-insensitive-dark@2.png new file mode 100644 index 00000000..c98869ca Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/radio-unchecked-insensitive-dark@2.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/radio-unchecked-insensitive-selected.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/radio-unchecked-insensitive-selected.png new file mode 100644 index 00000000..7e5c6e39 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/radio-unchecked-insensitive-selected.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/radio-unchecked-insensitive-selected@2.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/radio-unchecked-insensitive-selected@2.png new file mode 100644 index 00000000..1dd9a00d Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/radio-unchecked-insensitive-selected@2.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/radio-unchecked-insensitive.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/radio-unchecked-insensitive.png new file mode 100644 index 00000000..ce86f902 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/radio-unchecked-insensitive.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/radio-unchecked-insensitive@2.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/radio-unchecked-insensitive@2.png new file mode 100644 index 00000000..917f0481 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/radio-unchecked-insensitive@2.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/radio-unchecked-selected.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/radio-unchecked-selected.png new file mode 100644 index 00000000..aba589ee Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/radio-unchecked-selected.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/radio-unchecked-selected@2.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/radio-unchecked-selected@2.png new file mode 100644 index 00000000..b820fd2a Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/radio-unchecked-selected@2.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/radio-unchecked.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/radio-unchecked.png new file mode 100644 index 00000000..8c618993 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/radio-unchecked.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/radio-unchecked@2.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/radio-unchecked@2.png new file mode 100644 index 00000000..a6210d6a Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/radio-unchecked@2.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/switch-active-dark.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/switch-active-dark.png new file mode 100644 index 00000000..dbf7c5e3 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/switch-active-dark.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/switch-active-dark@2.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/switch-active-dark@2.png new file mode 100644 index 00000000..8046628e Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/switch-active-dark@2.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/switch-active-header-dark.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/switch-active-header-dark.png new file mode 100644 index 00000000..e1f82aa0 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/switch-active-header-dark.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/switch-active-header-dark@2.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/switch-active-header-dark@2.png new file mode 100644 index 00000000..9ea31ffa Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/switch-active-header-dark@2.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/switch-active-header.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/switch-active-header.png new file mode 100644 index 00000000..1850dae1 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/switch-active-header.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/switch-active-header@2.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/switch-active-header@2.png new file mode 100644 index 00000000..92770a37 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/switch-active-header@2.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/switch-active-insensitive-dark.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/switch-active-insensitive-dark.png new file mode 100644 index 00000000..8826a756 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/switch-active-insensitive-dark.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/switch-active-insensitive-dark@2.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/switch-active-insensitive-dark@2.png new file mode 100644 index 00000000..6ba25b41 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/switch-active-insensitive-dark@2.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/switch-active-insensitive-header-dark.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/switch-active-insensitive-header-dark.png new file mode 100644 index 00000000..c018801e Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/switch-active-insensitive-header-dark.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/switch-active-insensitive-header-dark@2.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/switch-active-insensitive-header-dark@2.png new file mode 100644 index 00000000..870d9317 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/switch-active-insensitive-header-dark@2.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/switch-active-insensitive-header.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/switch-active-insensitive-header.png new file mode 100644 index 00000000..9a6db079 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/switch-active-insensitive-header.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/switch-active-insensitive-header@2.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/switch-active-insensitive-header@2.png new file mode 100644 index 00000000..daf07bfc Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/switch-active-insensitive-header@2.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/switch-active-insensitive-selected.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/switch-active-insensitive-selected.png new file mode 100644 index 00000000..1afd341f Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/switch-active-insensitive-selected.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/switch-active-insensitive-selected@2.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/switch-active-insensitive-selected@2.png new file mode 100644 index 00000000..87d63563 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/switch-active-insensitive-selected@2.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/switch-active-insensitive.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/switch-active-insensitive.png new file mode 100644 index 00000000..9a6db079 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/switch-active-insensitive.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/switch-active-insensitive@2.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/switch-active-insensitive@2.png new file mode 100644 index 00000000..daf07bfc Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/switch-active-insensitive@2.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/switch-active-selected.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/switch-active-selected.png new file mode 100644 index 00000000..08480e0a Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/switch-active-selected.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/switch-active-selected@2.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/switch-active-selected@2.png new file mode 100644 index 00000000..22586c16 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/switch-active-selected@2.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/switch-active.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/switch-active.png new file mode 100644 index 00000000..1850dae1 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/switch-active.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/switch-active@2.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/switch-active@2.png new file mode 100644 index 00000000..92770a37 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/switch-active@2.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/switch-dark.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/switch-dark.png new file mode 100644 index 00000000..90918e11 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/switch-dark.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/switch-dark@2.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/switch-dark@2.png new file mode 100644 index 00000000..b2935b07 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/switch-dark@2.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/switch-header-dark.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/switch-header-dark.png new file mode 100644 index 00000000..54a297ad Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/switch-header-dark.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/switch-header-dark@2.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/switch-header-dark@2.png new file mode 100644 index 00000000..f7333eb1 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/switch-header-dark@2.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/switch-header.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/switch-header.png new file mode 100644 index 00000000..3e45db36 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/switch-header.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/switch-header@2.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/switch-header@2.png new file mode 100644 index 00000000..7feaadf8 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/switch-header@2.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/switch-insensitive-dark.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/switch-insensitive-dark.png new file mode 100644 index 00000000..3d25f7b3 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/switch-insensitive-dark.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/switch-insensitive-dark@2.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/switch-insensitive-dark@2.png new file mode 100644 index 00000000..857b3e84 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/switch-insensitive-dark@2.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/switch-insensitive-header-dark.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/switch-insensitive-header-dark.png new file mode 100644 index 00000000..7bfead48 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/switch-insensitive-header-dark.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/switch-insensitive-header-dark@2.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/switch-insensitive-header-dark@2.png new file mode 100644 index 00000000..e0ebce42 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/switch-insensitive-header-dark@2.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/switch-insensitive-header.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/switch-insensitive-header.png new file mode 100644 index 00000000..009545df Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/switch-insensitive-header.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/switch-insensitive-header@2.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/switch-insensitive-header@2.png new file mode 100644 index 00000000..e85297dd Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/switch-insensitive-header@2.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/switch-insensitive-selected.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/switch-insensitive-selected.png new file mode 100644 index 00000000..f4398f60 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/switch-insensitive-selected.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/switch-insensitive-selected@2.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/switch-insensitive-selected@2.png new file mode 100644 index 00000000..67ea825a Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/switch-insensitive-selected@2.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/switch-insensitive.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/switch-insensitive.png new file mode 100644 index 00000000..ce5e538d Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/switch-insensitive.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/switch-insensitive@2.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/switch-insensitive@2.png new file mode 100644 index 00000000..b0a2b569 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/switch-insensitive@2.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/switch-selected.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/switch-selected.png new file mode 100644 index 00000000..c2d2186b Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/switch-selected.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/switch-selected@2.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/switch-selected@2.png new file mode 100644 index 00000000..6e1b8944 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/switch-selected@2.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/switch.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/switch.png new file mode 100644 index 00000000..3bc55877 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/switch.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/switch@2.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/switch@2.png new file mode 100644 index 00000000..10b98e44 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/switch@2.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/thumbnail-frame.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/thumbnail-frame.png new file mode 100644 index 00000000..ba5d7212 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/thumbnail-frame.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-close-active-dark.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-close-active-dark.png new file mode 100644 index 00000000..caa0384a Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-close-active-dark.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-close-active-dark@2.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-close-active-dark@2.png new file mode 100644 index 00000000..1d930598 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-close-active-dark@2.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-close-active.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-close-active.png new file mode 100644 index 00000000..ef392dc0 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-close-active.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-close-active@2.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-close-active@2.png new file mode 100644 index 00000000..5f79a471 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-close-active@2.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-close-backdrop-dark.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-close-backdrop-dark.png new file mode 100644 index 00000000..7611f5dd Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-close-backdrop-dark.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-close-backdrop-dark@2.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-close-backdrop-dark@2.png new file mode 100644 index 00000000..0c587941 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-close-backdrop-dark@2.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-close-backdrop.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-close-backdrop.png new file mode 100644 index 00000000..47ec30d8 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-close-backdrop.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-close-backdrop@2.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-close-backdrop@2.png new file mode 100644 index 00000000..3a27f104 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-close-backdrop@2.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-close-dark.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-close-dark.png new file mode 100644 index 00000000..95eb2e47 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-close-dark.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-close-dark@2.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-close-dark@2.png new file mode 100644 index 00000000..ef6e11d3 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-close-dark@2.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-close-hover-dark.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-close-hover-dark.png new file mode 100644 index 00000000..9a0e3716 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-close-hover-dark.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-close-hover-dark@2.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-close-hover-dark@2.png new file mode 100644 index 00000000..212abd93 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-close-hover-dark@2.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-close-hover.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-close-hover.png new file mode 100644 index 00000000..ee915d6a Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-close-hover.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-close-hover@2.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-close-hover@2.png new file mode 100644 index 00000000..6c9afb62 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-close-hover@2.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-close.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-close.png new file mode 100644 index 00000000..62ee2d08 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-close.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-close@2.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-close@2.png new file mode 100644 index 00000000..28b625ea Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-close@2.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-maximize-active-dark.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-maximize-active-dark.png new file mode 100644 index 00000000..c6a82b74 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-maximize-active-dark.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-maximize-active-dark@2.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-maximize-active-dark@2.png new file mode 100644 index 00000000..5ed5c6ce Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-maximize-active-dark@2.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-maximize-active.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-maximize-active.png new file mode 100644 index 00000000..c6a82b74 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-maximize-active.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-maximize-active@2.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-maximize-active@2.png new file mode 100644 index 00000000..5ed5c6ce Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-maximize-active@2.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-maximize-backdrop-dark.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-maximize-backdrop-dark.png new file mode 100644 index 00000000..0883ca7f Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-maximize-backdrop-dark.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-maximize-backdrop-dark@2.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-maximize-backdrop-dark@2.png new file mode 100644 index 00000000..4542b7f6 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-maximize-backdrop-dark@2.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-maximize-backdrop.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-maximize-backdrop.png new file mode 100644 index 00000000..36858b0c Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-maximize-backdrop.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-maximize-backdrop@2.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-maximize-backdrop@2.png new file mode 100644 index 00000000..061e3569 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-maximize-backdrop@2.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-maximize-dark.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-maximize-dark.png new file mode 100644 index 00000000..8addbf89 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-maximize-dark.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-maximize-dark@2.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-maximize-dark@2.png new file mode 100644 index 00000000..dedcc387 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-maximize-dark@2.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-maximize-hover-dark.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-maximize-hover-dark.png new file mode 100644 index 00000000..84a5583c Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-maximize-hover-dark.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-maximize-hover-dark@2.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-maximize-hover-dark@2.png new file mode 100644 index 00000000..d2ef62ad Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-maximize-hover-dark@2.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-maximize-hover.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-maximize-hover.png new file mode 100644 index 00000000..128a39da Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-maximize-hover.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-maximize-hover@2.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-maximize-hover@2.png new file mode 100644 index 00000000..66cdeda0 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-maximize-hover@2.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-maximize.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-maximize.png new file mode 100644 index 00000000..14e5e3e7 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-maximize.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-maximize@2.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-maximize@2.png new file mode 100644 index 00000000..a1a13bb5 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-maximize@2.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-minimize-active-dark.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-minimize-active-dark.png new file mode 100644 index 00000000..4785503d Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-minimize-active-dark.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-minimize-active-dark@2.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-minimize-active-dark@2.png new file mode 100644 index 00000000..fb9325fa Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-minimize-active-dark@2.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-minimize-active.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-minimize-active.png new file mode 100644 index 00000000..4785503d Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-minimize-active.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-minimize-active@2.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-minimize-active@2.png new file mode 100644 index 00000000..fb9325fa Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-minimize-active@2.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-minimize-backdrop-dark.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-minimize-backdrop-dark.png new file mode 100644 index 00000000..b04db914 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-minimize-backdrop-dark.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-minimize-backdrop-dark@2.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-minimize-backdrop-dark@2.png new file mode 100644 index 00000000..5b8cf4df Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-minimize-backdrop-dark@2.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-minimize-backdrop.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-minimize-backdrop.png new file mode 100644 index 00000000..b83cb7d4 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-minimize-backdrop.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-minimize-backdrop@2.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-minimize-backdrop@2.png new file mode 100644 index 00000000..f83b673d Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-minimize-backdrop@2.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-minimize-dark.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-minimize-dark.png new file mode 100644 index 00000000..b5c97324 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-minimize-dark.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-minimize-dark@2.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-minimize-dark@2.png new file mode 100644 index 00000000..29b64659 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-minimize-dark@2.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-minimize-hover-dark.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-minimize-hover-dark.png new file mode 100644 index 00000000..c38e8b3c Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-minimize-hover-dark.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-minimize-hover-dark@2.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-minimize-hover-dark@2.png new file mode 100644 index 00000000..59b63da8 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-minimize-hover-dark@2.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-minimize-hover.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-minimize-hover.png new file mode 100644 index 00000000..c250748c Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-minimize-hover.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-minimize-hover@2.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-minimize-hover@2.png new file mode 100644 index 00000000..965ce3db Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-minimize-hover@2.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-minimize.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-minimize.png new file mode 100644 index 00000000..f4b6db06 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-minimize.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-minimize@2.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-minimize@2.png new file mode 100644 index 00000000..9a358192 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/assets/titlebutton-minimize@2.png differ diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/gtk.css b/.themes/Arc-Dark-Gruvbox/gtk-3.0/gtk.css new file mode 100644 index 00000000..4dbab19b --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/gtk-3.0/gtk.css @@ -0,0 +1,4305 @@ +* { + 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: 0; + outline-color: alpha(currentColor,0.3); + outline-style: dashed; + outline-offset: -3px; + outline-width: 1px; + -gtk-outline-radius: 2px; } + +.background { + color: #D3DAE3; + background-color: rgba(56, 60, 74, 0.999); } + +*:disabled { + -gtk-icon-effect: dim; } + +.gtkstyle-fallback { + background-color: #383C4A; + color: #D3DAE3; } + .gtkstyle-fallback:hover { + background-color: #4e5467; + color: #D3DAE3; } + .gtkstyle-fallback:active { + background-color: #22242d; + color: #D3DAE3; } + .gtkstyle-fallback:disabled { + background-color: #3c4150; + color: rgba(211, 218, 227, 0.45); } + .gtkstyle-fallback:selected { + background-color: #5294e2; + color: #ffffff; } + +.view, iconview, +.view text, +iconview text, +textview text { + color: #D3DAE3; + background-color: #404552; } + .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: #3c414e; } + +rubberband, flowbox rubberband, treeview.view rubberband, .content-view rubberband, +.rubberband { + border: 1px solid #2679db; + background-color: rgba(38, 121, 219, 0.2); } + +flowbox flowboxchild { + padding: 3px; + border-radius: 2px; } + flowbox flowboxchild:selected { + outline-offset: -2px; } + +label.separator, popover label.separator, +popover.background label.separator { + color: #D3DAE3; } + +label selection { + color: #ffffff; + background-color: #5294e2; } + +label:disabled { + color: rgba(211, 218, 227, 0.45); } + +.dim-label, label.separator, popover label.separator, +popover.background label.separator, headerbar .subtitle, .titlebar:not(headerbar) .subtitle { + opacity: 0.55; } + +assistant .sidebar { + background-color: #404552; + border-top: 1px solid #2b2e39; } + +assistant.csd .sidebar { + border-top-style: none; } + +assistant .sidebar label { + padding: 6px 12px; } + +assistant .sidebar label.highlight { + background-color: #5294e2; + color: #ffffff; } + +textview { + background-color: #404552; } + +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 .scale-popup, .osd { + color: #BAC3CF; + border: none; + background-color: rgba(53, 57, 69, 0.95); + background-clip: padding-box; + box-shadow: none; } + +@keyframes spin { + to { + -gtk-icon-transform: rotate(1turn); } } + +spinner { + background: 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 { + min-height: 22px; + border: 1px solid; + padding: 2px 8px; + caret-color: currentColor; + border-radius: 3px; + transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); + color: #D3DAE3; + border-color: #2b2e39; + background-color: #404552; } + entry.search { + border-radius: 20px; } + entry image { + color: #b6bcc6; } + entry image.left { + padding-left: 0; + padding-right: 5px; } + entry image.right { + padding-right: 0; + padding-left: 5px; } + entry.flat, entry.flat:focus { + min-height: 0; + padding: 2px; + background-image: none; + border-color: transparent; + border-radius: 0; } + entry:focus { + background-clip: border-box; + color: #D3DAE3; + border-color: #2b2e39; + background-color: #404552; + box-shadow: inset 1px 0 #5294e2, inset -1px 0 #5294e2, inset 0 1px #5294e2, inset 0 -1px #5294e2; } + entry:disabled { + color: rgba(211, 218, 227, 0.45); + border-color: rgba(43, 46, 57, 0.55); + background-color: rgba(64, 69, 82, 0.55); } + entry.warning { + color: white; + border-color: #2b2e39; + background-color: #ab6441; } + 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: #2b2e39; + background-color: #b14342; } + 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: #2b2e39; + background-color: #b14342; } + 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: #F08437; + box-shadow: none; } + .osd entry { + color: #BAC3CF; + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.35); } + .osd entry image, .osd entry image:hover { + color: inherit; } + .osd entry:focus { + color: #ffffff; + border-color: rgba(26, 28, 34, 0.35); + background-color: #5294e2; } + .osd entry:disabled { + color: rgba(186, 195, 207, 0.55); + background-color: rgba(102, 109, 132, 0.2); } + .osd entry selection:focus, .osd entry selection { + color: #5294e2; + background-color: #ffffff; } + entry progress { + margin: 0 -6px; + border-radius: 0; + border-width: 0 0 2px; + border-color: #5294e2; + 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: #404552; } + treeview entry.flat:focus, treeview entry:focus { + border-color: #5294e2; } + +@keyframes needs_attention { + from { + background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294e2), to(transparent)); } + to { + background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), 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: 2px 6px; + color: #D3DAE3; + border-color: #2b2e39; + background-color: #444a58; } + button separator { + margin: 4px 1px; } + button.flat, button.sidebar-button { + border-color: transparent; + background-color: transparent; + background-image: none; + transition: none; } + button.flat:hover, button.sidebar-button:hover { + transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); + transition-duration: 350ms; } + button.flat:hover:active, button.sidebar-button:hover:active { + transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } + button:hover { + color: #D3DAE3; + border-color: #2b2e39; + background-color: #505666; + -gtk-icon-effect: highlight; } + button:active, button:checked { + color: #ffffff; + border-color: #2b2e39; + background-color: #5294e2; + 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: #D3DAE3; } + button:active:hover, button:checked { + color: #ffffff; } + button.flat:disabled, button.sidebar-button:disabled { + border-color: transparent; + background-color: transparent; + background-image: none; } + button:disabled { + border-color: rgba(43, 46, 57, 0.55); + background-color: rgba(68, 74, 88, 0.55); } + button:disabled label, button:disabled { + color: rgba(211, 218, 227, 0.45); } + button:disabled:active, button:disabled:checked { + border-color: rgba(82, 148, 226, 0.75); + background-color: rgba(82, 148, 226, 0.75); + opacity: 0.6; } + button:disabled:active label, button:disabled:active, button:disabled:checked label, button:disabled:checked { + color: rgba(255, 255, 255, 0.8); } + button.image-button { + min-width: 24px; + padding-left: 5px; + padding-right: 5px; } + button.text-button { + padding-left: 12px; + padding-right: 12px; } + button.text-button.image-button { + padding-left: 5px; + padding-right: 5px; } + button.text-button.image-button label:first-child { + padding-left: 8px; + padding-right: 2px; } + button.text-button.image-button label:last-child { + padding-right: 8px; + padding-left: 2px; } + button.text-button.image-button label:only-child { + padding-left: 8px; + padding-right: 8px; } + button.text-button.image-button.popup { + padding-right: 8px; + padding-left: 8px; } + button:drop(active), combobox:drop(active) button.combo { + color: #F08437; + border-color: #F08437; + box-shadow: none; } + button.osd { + color: #BAC3CF; + background-color: rgba(53, 57, 69, 0.95); + border-color: rgba(35, 38, 46, 0.95); } + button.osd.image-button { + padding: 0; + min-height: 36px; + min-width: 36px; } + button.osd:hover { + color: #5294e2; } + button.osd:active, button.osd:checked { + color: #ffffff; + border-color: rgba(26, 28, 34, 0.35); + background-color: #5294e2; } + button.osd:disabled { + color: #5d626e; + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.2); } + .osd button { + color: #BAC3CF; + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.35); } + .osd button:hover { + color: #BAC3CF; + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(119, 127, 151, 0.45); } + .osd button:active, .osd button:checked { + background-clip: padding-box; + color: #ffffff; + border-color: rgba(26, 28, 34, 0.35); + background-color: #5294e2; } + .osd button:disabled { + color: #5d626e; + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.2); } + .osd button.flat, .osd button.sidebar-button { + border-color: transparent; + background-color: transparent; + background-image: none; + box-shadow: none; } + .osd button.flat:hover, .osd button.sidebar-button:hover { + color: #BAC3CF; + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(119, 127, 151, 0.45); } + .osd button.flat:disabled, .osd button.sidebar-button:disabled { + color: #5d626e; + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.2); + background-image: none; } + .osd button.flat:active, .osd button.sidebar-button:active, .osd button.flat:checked, .osd button.sidebar-button:checked { + color: #ffffff; + border-color: rgba(26, 28, 34, 0.35); + background-color: #5294e2; } + .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: white; + background-color: #4DADD4; + border-color: #4DADD4; } + button.suggested-action.flat, button.suggested-action.sidebar-button { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #4DADD4; } + button.suggested-action:hover { + background-clip: border-box; + color: white; + background-color: #76c0de; + border-color: #76c0de; } + button.suggested-action:active, button.suggested-action:checked { + background-clip: border-box; + color: white; + background-color: #2e96c0; + border-color: #2e96c0; } + button.suggested-action.flat:disabled, button.suggested-action.sidebar-button:disabled { + border-color: transparent; + background-color: transparent; + background-image: none; + color: rgba(211, 218, 227, 0.45); } + button.suggested-action:disabled { + border-color: rgba(43, 46, 57, 0.55); + background-color: rgba(68, 74, 88, 0.55); } + button.suggested-action:disabled label, button.suggested-action:disabled { + color: rgba(211, 218, 227, 0.45); } + button.destructive-action { + background-clip: border-box; + color: white; + background-color: #F04A50; + border-color: #F04A50; } + button.destructive-action.flat, button.destructive-action.sidebar-button { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #F04A50; } + button.destructive-action:hover { + background-clip: border-box; + color: white; + background-color: #f4797e; + border-color: #f4797e; } + button.destructive-action:active, button.destructive-action:checked { + background-clip: border-box; + color: white; + background-color: #ec1b22; + border-color: #ec1b22; } + button.destructive-action.flat:disabled, button.destructive-action.sidebar-button:disabled { + border-color: transparent; + background-color: transparent; + background-image: none; + color: rgba(211, 218, 227, 0.45); } + button.destructive-action:disabled { + border-color: rgba(43, 46, 57, 0.55); + background-color: rgba(68, 74, 88, 0.55); } + button.destructive-action:disabled label, button.destructive-action:disabled { + color: rgba(211, 218, 227, 0.45); } + .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 { + 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, button stacksidebar row.needs-attention > label, stacksidebar button row.needs-attention > label { + animation: needs_attention 150ms ease-in; + background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), 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), button stacksidebar row.needs-attention > label:dir(rtl), stacksidebar button row.needs-attention > label: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: #D3DAE3; + border-color: #2b2e39; + background-color: #444a58; } + .inline-toolbar toolbutton > button:hover { + color: #D3DAE3; + border-color: #2b2e39; + background-color: #505666; } + .inline-toolbar toolbutton > button:active, .inline-toolbar toolbutton > button:checked { + color: #ffffff; + border-color: #2b2e39; + background-color: #5294e2; } + .inline-toolbar toolbutton > button:disabled { + border-color: rgba(43, 46, 57, 0.55); + background-color: rgba(68, 74, 88, 0.55); } + .inline-toolbar toolbutton > button:disabled label, .inline-toolbar toolbutton > button:disabled { + color: rgba(211, 218, 227, 0.45); } + .inline-toolbar toolbutton > button:disabled:active, .inline-toolbar toolbutton > button:disabled:checked { + border-color: rgba(82, 148, 226, 0.75); + background-color: rgba(82, 148, 226, 0.75); + opacity: 0.6; } + .inline-toolbar toolbutton > button:disabled:active label, .inline-toolbar toolbutton > button:disabled:active, .inline-toolbar toolbutton > button:disabled:checked label, .inline-toolbar toolbutton > button:disabled:checked { + color: rgba(255, 255, 255, 0.8); } + +.linked:not(.vertical):not(.path-bar) > entry + entry { + border-left-color: rgba(43, 46, 57, 0.3); } + +.linked:not(.vertical):not(.path-bar) > entry.error + entry, +.linked:not(.vertical):not(.path-bar) > entry + entry.error { + border-left-color: rgba(43, 46, 57, 0.3); } + +.linked:not(.vertical):not(.path-bar) > entry.warning + entry, +.linked:not(.vertical):not(.path-bar) > entry + entry.warning { + border-left-color: rgba(43, 46, 57, 0.3); } + +.linked:not(.vertical):not(.path-bar) > entry.error + entry.warning, +.linked:not(.vertical):not(.path-bar) > entry.warning + entry.error { + border-left-color: rgba(43, 46, 57, 0.3); } + +.linked:not(.vertical):not(.path-bar) > entry + entry:focus:not(:last-child), +.linked:not(.vertical):not(.path-bar) > entry + entry:focus:last-child { + border-left-color: #2b2e39; } + +.linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + entry, +.linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + button, +.linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + combobox > box > button.combo { + border-left-color: #2b2e39; } + +.linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):not(:last-child), +.linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):last-child { + border-left-color: #2b2e39; } + +.linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + entry, +.linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + button, +.linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + combobox > box > button.combo { + border-left-color: #2b2e39; } + +.linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:not(:last-child), +.linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:last-child { + border-left-color: #2b2e39; } + +.linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + entry, +.linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + button, +.linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + combobox > box > button.combo { + border-left-color: #2b2e39; } + +.linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:not(:last-child), +.linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:last-child { + border-left-color: #2b2e39; } + +.linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + entry, +.linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + button, +.linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + combobox > box > button.combo { + border-left-color: #2b2e39; } + +.linked:not(.vertical):not(.path-bar) > button:active + entry, +.linked:not(.vertical):not(.path-bar) > button:checked + entry { + border-left-color: #2b2e39; } + +.linked:not(.vertical):not(.path-bar) > button + button { + border-left-style: none; } + +.linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), +.linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action) { + box-shadow: inset 1px 0 #2b2e39; } + +.linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), +.linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover) { + box-shadow: inset 1px 0 rgba(43, 46, 57, 0.5); } + +.linked:not(.vertical):not(.path-bar) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, +.linked:not(.vertical):not(.path-bar) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, +.linked:not(.vertical):not(.path-bar) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, +.linked:not(.vertical):not(.path-bar) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, +.linked:not(.vertical):not(.path-bar) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), +.linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:disabled, +.linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, +.linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:hover, +.linked:not(.vertical):not(.path-bar) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, +.linked:not(.vertical):not(.path-bar) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, +.linked:not(.vertical):not(.path-bar) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, +.linked:not(.vertical):not(.path-bar) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, +.linked:not(.vertical):not(.path-bar) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child) { + box-shadow: none; } + +.linked:not(.vertical).path-bar > button + button { + border-left-style: none; } + +.linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):hover { + box-shadow: inset 1px 0 rgba(43, 46, 57, 0.5), inset -1px 0 rgba(43, 46, 57, 0.5); } + +.linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover { + box-shadow: inset -1px 0 rgba(43, 46, 57, 0.5); } + +.linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover { + box-shadow: inset 1px 0 rgba(43, 46, 57, 0.5); } + +.linked.vertical > entry + entry { + border-top-color: rgba(43, 46, 57, 0.3); } + +.linked.vertical > entry.error + entry, +.linked.vertical > entry + entry.error { + border-top-color: rgba(43, 46, 57, 0.3); } + +.linked.vertical > entry.warning + entry, +.linked.vertical > entry + entry.warning { + border-top-color: rgba(43, 46, 57, 0.3); } + +.linked.vertical > entry.error + entry.warning, +.linked.vertical > entry.warning + entry.error { + border-top-color: rgba(43, 46, 57, 0.3); } + +.linked.vertical > entry + entry:focus:not(:last-child), +.linked.vertical > entry + entry:focus:last-child { + border-top-color: #2b2e39; } + +.linked.vertical > entry:focus:not(:only-child) + entry, +.linked.vertical > entry:focus:not(:only-child) + button, +.linked.vertical > entry:focus:not(:only-child) + combobox > box > button.combo { + border-top-color: #2b2e39; } + +.linked.vertical > entry + entry:drop(active):not(:last-child), +.linked.vertical > entry + entry:drop(active):last-child { + border-top-color: #2b2e39; } + +.linked.vertical > entry:drop(active):not(:only-child) + entry, +.linked.vertical > entry:drop(active):not(:only-child) + button, +.linked.vertical > entry:drop(active):not(:only-child) + combobox > box > button.combo { + border-top-color: #2b2e39; } + +.linked.vertical > entry + entry.warning:focus:not(:last-child), +.linked.vertical > entry + entry.warning:focus:last-child { + border-top-color: #2b2e39; } + +.linked.vertical > entry.warning:focus:not(:only-child) + entry, +.linked.vertical > entry.warning:focus:not(:only-child) + button, +.linked.vertical > entry.warning:focus:not(:only-child) + combobox > box > button.combo { + border-top-color: #2b2e39; } + +.linked.vertical > entry + entry.error:focus:not(:last-child), +.linked.vertical > entry + entry.error:focus:last-child { + border-top-color: #2b2e39; } + +.linked.vertical > entry.error:focus:not(:only-child) + entry, +.linked.vertical > entry.error:focus:not(:only-child) + button, +.linked.vertical > entry.error:focus:not(:only-child) + combobox > box > button.combo { + border-top-color: #2b2e39; } + +.linked.vertical > button:active + entry, +.linked.vertical > button:checked + entry { + border-top-color: #2b2e39; } + +.linked.vertical > button + button { + border-top-style: none; } + +.linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), +.linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action) { + box-shadow: inset 0 1px #2b2e39; } + +.linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), +.linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover) { + box-shadow: inset 0 1px rgba(43, 46, 57, 0.5); } + +.linked.vertical > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, +.linked.vertical > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, +.linked.vertical > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, +.linked.vertical > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, +.linked.vertical > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), +.linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:disabled, +.linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, +.linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:hover, +.linked.vertical > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, +.linked.vertical > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, +.linked.vertical > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, +.linked.vertical > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, +.linked.vertical > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child) { + box-shadow: none; } + +toolbar.inline-toolbar toolbutton > button.flat, .inline-toolbar toolbutton > button.flat, toolbar.inline-toolbar toolbutton > button.sidebar-button, .inline-toolbar toolbutton > button.sidebar-button, .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, spinbutton:not(.vertical) button, spinbutton:not(.vertical) entry, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, .primary-toolbar .linked:not(.vertical).path-bar > button, headerbar .linked:not(.vertical).path-bar > button, .primary-toolbar .linked:not(.vertical).path-bar > button:hover, headerbar .linked:not(.vertical).path-bar > button:hover, .primary-toolbar .linked:not(.vertical).path-bar > button:active, headerbar .linked:not(.vertical).path-bar > button:active, .primary-toolbar .linked:not(.vertical).path-bar > button:checked, headerbar .linked:not(.vertical).path-bar > button:checked, .primary-toolbar .linked:not(.vertical).path-bar > button:disabled, headerbar .linked:not(.vertical).path-bar > button:disabled, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:active, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:checked, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:disabled, .linked:not(.vertical) > combobox > box > button.combo:dir(ltr), .linked:not(.vertical) > combobox > box > button.combo:dir(rtl) { + border-radius: 0; + border-right-style: none; } + +.linked:not(.vertical) > entry:first-child, .inline-toolbar button:first-child, .linked:not(.vertical) > button:first-child, toolbar.inline-toolbar toolbutton:first-child > button.flat, .inline-toolbar toolbutton:first-child > button.flat, toolbar.inline-toolbar toolbutton:first-child > button.sidebar-button, .inline-toolbar toolbutton:first-child > button.sidebar-button, spinbutton:not(.vertical) button:first-child, spinbutton:not(.vertical) entry:first-child, .linked:not(.vertical) > combobox:first-child > box > button.combo, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:first-child, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:first-child, .primary-toolbar .linked:not(.vertical).path-bar > button:first-child, headerbar .linked:not(.vertical).path-bar > button:first-child, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:first-child { + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; } + +.linked:not(.vertical) > entry:last-child, .inline-toolbar button:last-child, .linked:not(.vertical) > button:last-child, toolbar.inline-toolbar toolbutton:last-child > button.flat, .inline-toolbar toolbutton:last-child > button.flat, toolbar.inline-toolbar toolbutton:last-child > button.sidebar-button, .inline-toolbar toolbutton:last-child > button.sidebar-button, spinbutton:not(.vertical) button:last-child, spinbutton:not(.vertical) entry:last-child, .linked:not(.vertical) > combobox:last-child > box > button.combo, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:last-child, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:last-child, .primary-toolbar .linked:not(.vertical).path-bar > button:last-child, headerbar .linked:not(.vertical).path-bar > button:last-child, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:last-child { + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; + border-right-style: solid; } + +.linked:not(.vertical) > entry:only-child, .inline-toolbar button:only-child, .linked:not(.vertical) > button:only-child, toolbar.inline-toolbar toolbutton:only-child > button.flat, .inline-toolbar toolbutton:only-child > button.flat, toolbar.inline-toolbar toolbutton:only-child > button.sidebar-button, .inline-toolbar toolbutton:only-child > button.sidebar-button, spinbutton:not(.vertical) button:only-child, spinbutton:not(.vertical) entry:only-child, .linked:not(.vertical) > combobox:only-child > box > button.combo, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:only-child, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:only-child, .primary-toolbar .linked:not(.vertical).path-bar > button:only-child, headerbar .linked:not(.vertical).path-bar > button:only-child, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:only-child { + border-radius: 3px; + border-style: solid; } + +.linked.vertical > entry, +.linked.vertical > entry:focus, .linked.vertical > button, +.linked.vertical > button:hover, +.linked.vertical > button:active, +.linked.vertical > button:checked, spinbutton.vertical button, spinbutton.vertical entry, .linked.vertical > combobox > box > button.combo { + border-radius: 0; + border-bottom-style: none; } + +.linked.vertical > entry:first-child, .linked.vertical > button:first-child, spinbutton.vertical button:first-child, spinbutton.vertical entry:first-child, .linked.vertical > combobox:first-child > box > button.combo { + border-top-left-radius: 3px; + border-top-right-radius: 3px; } + +.linked.vertical > entry:last-child, .linked.vertical > button:last-child, spinbutton.vertical button:last-child, spinbutton.vertical entry:last-child, .linked.vertical > combobox:last-child > box > button.combo { + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; + border-bottom-style: solid; } + +.linked.vertical > entry:only-child, .linked.vertical > button:only-child, spinbutton.vertical button:only-child, spinbutton.vertical entry:only-child, .linked.vertical > combobox:only-child > box > button.combo { + border-radius: 3px; + border-style: solid; } + +menuitem.button.flat, +modelbutton.flat, button:link, button:visited, button:link:hover, button:link:active, button:link:checked, button:visited:hover, button:visited:active, button:visited:checked, notebook > header > tabs > tab button.flat:hover, notebook > header > tabs > tab button.sidebar-button:hover, notebook > header > tabs > tab button.flat:active, notebook > header > tabs > tab button.sidebar-button:active, notebook > header > tabs > tab button.flat:active:hover, notebook > header > tabs > tab button.sidebar-button:active:hover, .app-notification button.flat, .app-notification button.sidebar-button, .app-notification button.flat:disabled, .app-notification button.sidebar-button:disabled, calendar.button { + 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: #484c59; } + menuitem.button.flat:checked, + modelbutton.flat:checked { + color: #D3DAE3; } + 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"); } + +*:link, button:link, button:visited { + color: #a9caf1; } + *:link:visited, button:visited { + color: #7eafe9; } + *:selected *:link:visited, *:selected button:visited:link, *:selected button:visited { + color: #bad4f3; } + *:link:hover, button:hover:link, button:hover:visited { + color: #d5e5f8; } + *:selected *:link:hover, *:selected button:hover:link, *:selected button:hover:visited { + color: #eef4fc; } + *:link:active, button:active:link, button:active:visited { + color: #a9caf1; } + *:selected *:link:active, *:selected button:active:link, *:selected button:active:visited { + color: #dceaf9; } + infobar.info *:link, infobar.info button:link, infobar.info button:visited, infobar.question *:link, infobar.question button:link, infobar.question button:visited, infobar.warning *:link, infobar.warning button:link, infobar.warning button:visited, infobar.error *:link, infobar.error button:link, infobar.error button:visited, *:link:selected, button:selected:link, button:selected:visited, headerbar.selection-mode .subtitle:link, .selection-mode.titlebar:not(headerbar) .subtitle:link, + *:selected *:link, + *:selected button:link, + *:selected button:visited { + color: #dceaf9; } + +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(211, 218, 227, 0.45); } + +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:hover:not(:active), +spinbutton:not(.vertical) > button:hover + button { + box-shadow: inset 1px 0 #2b2e39; } + +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(43, 46, 57, 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: #2b2e39; } + +spinbutton:not(.vertical) > entry:drop(active) + button { + border-left-color: #F08437; } + +.osd spinbutton:not(.vertical) > button:hover:not(:active), +.osd spinbutton:not(.vertical) > button:hover + button { + box-shadow: inset 1px 0 rgba(26, 28, 34, 0.35); } + +.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(26, 28, 34, 0.35); } + +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: #2b2e39; } + +spinbutton.vertical > entry:drop(active) + button { + border-top-color: #F08437; } + +combobox button.combo { + min-width: 0; + padding-left: 8px; + padding-right: 8px; } + +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: #383C4A; } + 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, 57, 69, 0.85); } + 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:not(.libreoffice-toolbar) { + color: rgba(207, 218, 231, 0.8); + background-color: #2f343f; + box-shadow: none; + border-width: 0 0 1px 0; + border-style: solid; + border-image: linear-gradient(to bottom, #2f343f, rgba(32, 35, 43, 0.97)) 1 0 1 0; } + +.inline-toolbar { + background-color: #313541; + border-style: solid; + border-color: #2b2e39; + border-width: 0 1px 1px; + padding: 3px; + border-radius: 0 0 3px 3px; } + +searchbar { + background-color: #383C4A; + border-style: solid; + border-color: #2b2e39; + border-width: 0 0 1px; + padding: 3px; } + +actionbar { + padding: 6px; + border-top: 1px solid #2b2e39; + background-color: #313541; } + +headerbar, +.titlebar:not(headerbar) { + min-height: 42px; + padding: 0 7px; + border-width: 0 0 1px; + border-style: solid; + border-color: #262a33; + color: rgba(207, 218, 231, 0.8); + background-color: #2f343f; + box-shadow: inset 0 1px rgba(54, 59, 72, 0.97); } + .csd headerbar, + .csd .titlebar:not(headerbar) { + background-color: rgba(47, 52, 63, 0.97); + border-color: rgba(38, 42, 51, 0.97); } + headerbar:backdrop, + .titlebar:backdrop:not(headerbar) { + transition: 200ms ease-out; + color: rgba(207, 218, 231, 0.5); + background-color: #323843; } + .csd headerbar:backdrop, + .csd .titlebar:backdrop:not(headerbar) { + background-color: rgba(50, 56, 67, 0.97); } + headerbar .title, .titlebar:not(headerbar) .title { + 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: rgba(82, 148, 226, 0.95); + border-color: rgba(65, 137, 223, 0.95); + box-shadow: none; } + headerbar.selection-mode:backdrop, + .selection-mode.titlebar:backdrop:not(headerbar) { + background-color: rgba(82, 148, 226, 0.95); + color: rgba(255, 255, 255, 0.6); } + 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: #5294e2; } + .tiled headerbar, .tiled headerbar:backdrop, + .maximized headerbar, .maximized headerbar:backdrop, + .tiled .titlebar:not(headerbar), + .tiled .titlebar:backdrop:not(headerbar), + .maximized .titlebar:not(headerbar), + .maximized .titlebar:backdrop:not(headerbar) { + border-radius: 0; } + .maximized headerbar, + .maximized .titlebar:not(headerbar) { + background-color: #2f343f; + border-color: #262a33; } + .maximized headerbar:backdrop, + .maximized .titlebar:backdrop:not(headerbar) { + background-color: #323843; } + headerbar.default-decoration, + .csd headerbar.default-decoration, headerbar.default-decoration:backdrop, + .csd headerbar.default-decoration:backdrop, + .default-decoration.titlebar:not(headerbar), + .csd .default-decoration.titlebar:not(headerbar), + .default-decoration.titlebar:backdrop:not(headerbar), + .csd .default-decoration.titlebar:backdrop:not(headerbar) { + min-height: 28px; + padding: 0 3px; + background-color: #2f343f; + 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), + .maximized + .csd .default-decoration.titlebar:not(headerbar), + .maximized .default-decoration.titlebar:backdrop:not(headerbar), + .maximized + .csd .default-decoration.titlebar:backdrop:not(headerbar) { + background-color: #2f343f; } + +.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, rgba(38, 42, 51, 0.97), rgba(38, 42, 51, 0.97)); } + +.primary-toolbar:not(.libreoffice-toolbar) separator, headerbar separator.titlebutton, .titlebar:not(headerbar) separator.titlebutton { + min-width: 1px; + min-height: 1px; + background: none; + border-width: 0 1px; + border-image: linear-gradient(to bottom, rgba(207, 218, 231, 0) 25%, rgba(207, 218, 231, 0.15) 25%, rgba(207, 218, 231, 0.15) 75%, rgba(207, 218, 231, 0) 75%) 0 1/0 1px stretch; } + .primary-toolbar:not(.libreoffice-toolbar) separator:backdrop, headerbar separator.titlebutton:backdrop, .titlebar:not(headerbar) separator.titlebutton:backdrop { + opacity: 0.6; } + +.primary-toolbar entry, headerbar entry { + color: rgba(207, 218, 231, 0.8); + border-color: rgba(21, 23, 28, 0.37); + background-color: rgba(95, 105, 127, 0.37); } + .primary-toolbar entry image, headerbar entry image, .primary-toolbar entry image:hover, headerbar entry image:hover { + color: inherit; } + .primary-toolbar entry:backdrop, headerbar entry:backdrop { + opacity: 0.85; } + .primary-toolbar entry:focus, headerbar entry:focus { + color: #ffffff; + border-color: transparent; + background-color: #5294e2; + background-clip: padding-box; } + .primary-toolbar entry:focus image, headerbar entry:focus image { + color: #ffffff; } + .primary-toolbar entry:disabled, headerbar entry:disabled { + color: rgba(207, 218, 231, 0.35); + border-color: rgba(21, 23, 28, 0.37); + background-color: rgba(95, 105, 127, 0.22); } + .primary-toolbar entry selection:focus, headerbar entry selection:focus { + background-color: #ffffff; + color: #5294e2; } + .primary-toolbar entry progress, headerbar entry progress { + border-color: #5294e2; + background-image: none; + background-color: transparent; } + .primary-toolbar entry.warning, headerbar entry.warning { + color: white; + border-color: rgba(21, 23, 28, 0.37); + background-color: rgba(167, 94, 57, 0.988); } + .primary-toolbar entry.warning:focus, headerbar entry.warning:focus { + color: white; + background-color: #F27835; } + .primary-toolbar entry.warning selection, headerbar entry.warning selection, .primary-toolbar entry.warning selection:focus, headerbar entry.warning selection:focus { + background-color: white; + color: #F27835; } + .primary-toolbar entry.error, headerbar entry.error { + color: white; + border-color: rgba(21, 23, 28, 0.37); + background-color: rgba(173, 60, 59, 0.988); } + .primary-toolbar entry.error:focus, headerbar entry.error:focus { + color: white; + background-color: #FC4138; } + .primary-toolbar entry.error selection, headerbar entry.error selection, .primary-toolbar entry.error selection:focus, headerbar entry.error selection:focus { + background-color: white; + color: #FC4138; } + +.primary-toolbar button, headerbar button { + color: rgba(207, 218, 231, 0.8); + outline-offset: -3px; + background-color: rgba(47, 52, 63, 0); + border-color: rgba(47, 52, 63, 0); } + .primary-toolbar button:backdrop, headerbar button:backdrop { + opacity: 0.7; } + .primary-toolbar button:hover, headerbar button:hover { + color: rgba(207, 218, 231, 0.8); + border-color: rgba(21, 23, 28, 0.37); + background-color: rgba(95, 105, 127, 0.37); } + .primary-toolbar button:active, headerbar button:active, .primary-toolbar button:checked, headerbar button:checked { + color: #ffffff; + border-color: transparent; + background-color: #5294e2; + background-clip: padding-box; } + .primary-toolbar button:disabled, headerbar button:disabled { + background-color: rgba(47, 52, 63, 0); + border-color: rgba(47, 52, 63, 0); } + .primary-toolbar button:disabled label, headerbar button:disabled label, .primary-toolbar button:disabled, headerbar button:disabled { + color: rgba(207, 218, 231, 0.35); } + .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(82, 148, 226, 0.65); + background-color: rgba(82, 148, 226, 0.65); } + +.selection-mode.primary-toolbar button, headerbar.selection-mode button, .selection-mode.primary-toolbar button.flat, headerbar.selection-mode button.flat, .selection-mode.primary-toolbar button.sidebar-button, headerbar.selection-mode button.sidebar-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 .linked:not(.vertical):not(.path-bar) > button, headerbar .linked:not(.vertical):not(.path-bar) > button, .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:hover, headerbar .linked:not(.vertical):not(.path-bar) > button:hover, .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:active, headerbar .linked:not(.vertical):not(.path-bar) > button:active, .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:checked, headerbar .linked:not(.vertical):not(.path-bar) > button:checked, .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:disabled, headerbar .linked:not(.vertical):not(.path-bar) > button:disabled { + 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):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 .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + 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):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action), .primary-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), .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover) { + box-shadow: none; } + +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, .primary-toolbar .linked:not(.vertical).path-bar > button, headerbar .linked:not(.vertical).path-bar > button { + color: rgba(207, 218, 231, 0.8); + border-color: rgba(21, 23, 28, 0.37); + background-color: rgba(95, 105, 127, 0.37); } + .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover, headerbar .linked:not(.vertical).path-bar > button:hover { + background-color: rgba(134, 144, 165, 0.37); } + .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked, .primary-toolbar .linked:not(.vertical).path-bar > button:active, headerbar .linked:not(.vertical).path-bar > button:active, .primary-toolbar .linked:not(.vertical).path-bar > button:checked, headerbar .linked:not(.vertical).path-bar > button:checked { + color: #ffffff; + border-color: transparent; + background-color: #5294e2; } + .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, .primary-toolbar .linked:not(.vertical).path-bar > button:disabled, headerbar .linked:not(.vertical).path-bar > button:disabled { + color: rgba(207, 218, 231, 0.4); } + +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button + button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button + button, .primary-toolbar .linked:not(.vertical).path-bar > button + button, headerbar .linked:not(.vertical).path-bar > button + button { + border-left-style: none; } + +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):hover { + box-shadow: inset 1px 0 rgba(21, 23, 28, 0.37), inset -1px 0 rgba(21, 23, 28, 0.37); } + +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover { + box-shadow: inset -1px 0 rgba(21, 23, 28, 0.37); } + +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover { + box-shadow: inset 1px 0 rgba(21, 23, 28, 0.37); } + +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry { + border-left-color: rgba(21, 23, 28, 0); } + +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.error + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry.error + entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry.error, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.error { + border-left-color: rgba(21, 23, 28, 0); } + +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.warning + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning + entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning { + border-left-color: rgba(21, 23, 28, 0); } + +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.error + entry.warning, headerbar .linked:not(.vertical):not(.path-bar) > entry.error + entry.warning, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.warning + entry.error, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning + entry.error { + border-left-color: rgba(21, 23, 28, 0); } + +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry:focus:not(:last-child), headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:focus:not(:last-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry:focus:last-child, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:focus:last-child { + border-left-color: rgba(21, 23, 28, 0.37); } + +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + button, headerbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + button, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + combobox > box > button.combo, headerbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + combobox > box > button.combo { + border-left-color: rgba(21, 23, 28, 0.37); } + +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):not(:last-child), headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):not(:last-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):last-child, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):last-child { + border-left-color: rgba(21, 23, 28, 0.37); } + +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + button, headerbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + button, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + combobox > box > button.combo, headerbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + combobox > box > button.combo { + border-left-color: rgba(21, 23, 28, 0.37); } + +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:not(:last-child), headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:not(:last-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:last-child, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:last-child { + border-left-color: rgba(21, 23, 28, 0.37); } + +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + button, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + button, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + combobox > box > button.combo, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + combobox > box > button.combo { + border-left-color: rgba(21, 23, 28, 0.37); } + +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:not(:last-child), headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:not(:last-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:last-child, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:last-child { + border-left-color: rgba(21, 23, 28, 0.37); } + +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + button, headerbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + button, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + combobox > box > button.combo, headerbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + combobox > box > button.combo { + border-left-color: rgba(21, 23, 28, 0.37); } + +.primary-toolbar .linked:not(.vertical):not(.path-bar) > button:active + entry, headerbar .linked:not(.vertical):not(.path-bar) > button:active + entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:checked + entry, headerbar .linked:not(.vertical):not(.path-bar) > button:checked + entry { + border-left-color: rgba(21, 23, 28, 0.37); } + +.primary-toolbar button.suggested-action, headerbar button.suggested-action { + background-clip: border-box; + color: white; + background-color: #4DADD4; + border-color: #4DADD4; } + .primary-toolbar button.suggested-action.flat, headerbar button.suggested-action.flat, .primary-toolbar button.suggested-action.sidebar-button, headerbar button.suggested-action.sidebar-button { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #4DADD4; } + .primary-toolbar button.suggested-action:hover, headerbar button.suggested-action:hover { + background-clip: border-box; + color: white; + background-color: #76c0de; + border-color: #76c0de; } + .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: white; + background-color: #2e96c0; + border-color: #2e96c0; } + .primary-toolbar button.suggested-action.flat:disabled, headerbar button.suggested-action.flat:disabled, .primary-toolbar button.suggested-action.sidebar-button:disabled, headerbar button.suggested-action.sidebar-button:disabled, .primary-toolbar button.suggested-action:disabled, headerbar button.suggested-action:disabled { + background-color: rgba(47, 52, 63, 0); + border-color: rgba(47, 52, 63, 0); } + .primary-toolbar button.suggested-action.flat:disabled label, headerbar button.suggested-action.flat:disabled label, .primary-toolbar button.suggested-action.sidebar-button:disabled label, headerbar button.suggested-action.sidebar-button:disabled label, .primary-toolbar button.suggested-action.flat:disabled, headerbar button.suggested-action.flat:disabled, .primary-toolbar button.suggested-action.sidebar-button:disabled, headerbar button.suggested-action.sidebar-button:disabled, .primary-toolbar button.suggested-action:disabled label, headerbar button.suggested-action:disabled label, .primary-toolbar button.suggested-action:disabled, headerbar button.suggested-action:disabled { + color: rgba(207, 218, 231, 0.35); } + +.primary-toolbar button.suggested-action:backdrop, headerbar button.suggested-action:backdrop, .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: white; + background-color: #F04A50; + border-color: #F04A50; } + .primary-toolbar button.destructive-action.flat, headerbar button.destructive-action.flat, .primary-toolbar button.destructive-action.sidebar-button, headerbar button.destructive-action.sidebar-button { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #F04A50; } + .primary-toolbar button.destructive-action:hover, headerbar button.destructive-action:hover { + background-clip: border-box; + color: white; + 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: white; + background-color: #ec1b22; + border-color: #ec1b22; } + .primary-toolbar button.destructive-action.flat:disabled, headerbar button.destructive-action.flat:disabled, .primary-toolbar button.destructive-action.sidebar-button:disabled, headerbar button.destructive-action.sidebar-button:disabled, .primary-toolbar button.destructive-action:disabled, headerbar button.destructive-action:disabled { + background-color: rgba(47, 52, 63, 0); + border-color: rgba(47, 52, 63, 0); } + .primary-toolbar button.destructive-action.flat:disabled label, headerbar button.destructive-action.flat:disabled label, .primary-toolbar button.destructive-action.sidebar-button:disabled label, headerbar button.destructive-action.sidebar-button:disabled label, .primary-toolbar button.destructive-action.flat:disabled, headerbar button.destructive-action.flat:disabled, .primary-toolbar button.destructive-action.sidebar-button:disabled, headerbar button.destructive-action.sidebar-button:disabled, .primary-toolbar button.destructive-action:disabled label, headerbar button.destructive-action:disabled label, .primary-toolbar button.destructive-action:disabled, headerbar button.destructive-action:disabled { + color: rgba(207, 218, 231, 0.35); } + +.primary-toolbar button.destructive-action:backdrop, headerbar button.destructive-action:backdrop, .primary-toolbar button.destructive-action:backdrop, headerbar button.destructive-action:backdrop { + opacity: 0.8; } + +.primary-toolbar spinbutton:not(.vertical):focus, headerbar spinbutton:not(.vertical):focus { + color: #ffffff; + caret-color: #ffffff; } + +.primary-toolbar spinbutton:not(.vertical) button, headerbar spinbutton:not(.vertical) button, .primary-toolbar spinbutton:not(.vertical) button:disabled, headerbar spinbutton:not(.vertical) button:disabled { + color: rgba(207, 218, 231, 0.8); + border-color: rgba(21, 23, 28, 0.37); + background-color: rgba(95, 105, 127, 0.37); } + +.primary-toolbar spinbutton:not(.vertical) button:hover, headerbar spinbutton:not(.vertical) button:hover { + background-color: rgba(134, 144, 165, 0.37); } + +.primary-toolbar spinbutton:not(.vertical) button:active, headerbar spinbutton:not(.vertical) button:active, .primary-toolbar spinbutton:not(.vertical) button:checked, headerbar spinbutton:not(.vertical) button:checked { + color: #ffffff; + border-color: transparent; + background-color: #5294e2; } + +.primary-toolbar spinbutton:not(.vertical) button:disabled, headerbar spinbutton:not(.vertical) button:disabled { + color: rgba(207, 218, 231, 0.4); } + +.primary-toolbar spinbutton:not(.vertical) > button + button, headerbar spinbutton:not(.vertical) > button + button { + border-left-style: none; } + +.primary-toolbar spinbutton:not(.vertical) > button:hover:not(:active), headerbar spinbutton:not(.vertical) > button:hover:not(:active), .primary-toolbar spinbutton:not(.vertical) > button:hover + button, headerbar spinbutton:not(.vertical) > button:hover + button { + box-shadow: inset 1px 0 rgba(21, 23, 28, 0.37); } + +.primary-toolbar spinbutton:not(.vertical) > button:disabled + button:not(:disabled):not(:active):not(:checked):not(:hover), headerbar spinbutton:not(.vertical) > button:disabled + button:not(:disabled):not(:active):not(:checked):not(:hover), .primary-toolbar spinbutton:not(.vertical) > button:not(:disabled):not(:active):not(:checked):not(:hover) + button:disabled, headerbar spinbutton:not(.vertical) > button:not(:disabled):not(:active):not(:checked):not(:hover) + button:disabled { + box-shadow: inset 1px 0 rgba(21, 23, 28, 0.37); } + +.primary-toolbar spinbutton:not(.vertical) > button:first-child:hover:not(:active), headerbar spinbutton:not(.vertical) > button:first-child:hover:not(:active), .primary-toolbar spinbutton:not(.vertical) > entry + button:not(:active):hover, headerbar spinbutton:not(.vertical) > entry + button:not(:active):hover { + box-shadow: none; } + +.primary-toolbar spinbutton:not(.vertical) > entry:focus + button, headerbar spinbutton:not(.vertical) > entry:focus + button { + border-left-color: rgba(21, 23, 28, 0.37); } + +.primary-toolbar combobox:disabled, headerbar combobox:disabled { + color: rgba(207, 218, 231, 0.2); } + +.primary-toolbar combobox > .linked > button.combo, headerbar combobox > .linked > button.combo { + color: rgba(207, 218, 231, 0.8); + border-color: rgba(21, 23, 28, 0.37); + background-color: rgba(95, 105, 127, 0.37); } + .primary-toolbar combobox > .linked > button.combo image, headerbar combobox > .linked > button.combo image, .primary-toolbar combobox > .linked > button.combo image:hover, headerbar combobox > .linked > button.combo image:hover { + color: inherit; } + .primary-toolbar combobox > .linked > button.combo:hover, headerbar combobox > .linked > button.combo:hover { + color: #ffffff; + border-color: transparent; + background-color: #5294e2; + box-shadow: none; } + .primary-toolbar combobox > .linked > button.combo:disabled, headerbar combobox > .linked > button.combo:disabled { + color: rgba(207, 218, 231, 0.35); + border-color: rgba(21, 23, 28, 0.37); + background-color: rgba(95, 105, 127, 0.22); } + +.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), .primary-toolbar combobox > .linked > button.combo:dir(ltr):hover, headerbar combobox > .linked > button.combo:dir(ltr):hover, .primary-toolbar combobox > .linked > button.combo:dir(ltr):active, headerbar combobox > .linked > button.combo:dir(ltr):active, .primary-toolbar combobox > .linked > button.combo:dir(ltr):checked, headerbar combobox > .linked > button.combo:dir(ltr):checked, .primary-toolbar combobox > .linked > button.combo:dir(ltr):disabled, headerbar combobox > .linked > button.combo:dir(ltr):disabled { + 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), .primary-toolbar combobox > .linked > button.combo:dir(rtl):hover, headerbar combobox > .linked > button.combo:dir(rtl):hover, .primary-toolbar combobox > .linked > button.combo:dir(rtl):active, headerbar combobox > .linked > button.combo:dir(rtl):active, .primary-toolbar combobox > .linked > button.combo:dir(rtl):checked, headerbar combobox > .linked > button.combo:dir(rtl):checked, .primary-toolbar combobox > .linked > button.combo:dir(rtl):disabled, headerbar combobox > .linked > button.combo:dir(rtl):disabled { + 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(21, 23, 28, 0.37); } + +.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: #454c5c; + border-color: rgba(21, 23, 28, 0.67); } + .primary-toolbar scale slider:hover, headerbar scale slider:hover { + background-color: #50586b; + border-color: rgba(21, 23, 28, 0.67); } + .primary-toolbar scale slider:active, headerbar scale slider:active { + background-color: #5294e2; + border-color: #5294e2; } + .primary-toolbar scale slider:disabled, headerbar scale slider:disabled { + background-color: rgba(63, 69, 84, 0.991); + border-color: rgba(21, 23, 28, 0.67); } + +.primary-toolbar scale trough, headerbar scale trough { + background-color: rgba(21, 23, 28, 0.37); } + .primary-toolbar scale trough:disabled, headerbar scale trough:disabled { + background-color: rgba(21, 23, 28, 0.27); } + +.path-bar button.text-button, .path-bar button.image-button, .path-bar button { + padding-left: 6px; + padding-right: 6px; } + +.path-bar button.text-button.image-button 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(211, 218, 227, 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: #5294e2; } + treeview.view:selected, treeview.view:selected:focus { + border-radius: 0; + border-left-color: #a9caf1; + border-top-color: rgba(211, 218, 227, 0.1); } + treeview.view:disabled { + color: rgba(211, 218, 227, 0.45); } + treeview.view:disabled:selected { + color: #97bfee; } + 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: #93b7e3; } + treeview.view:drop(active).after { + border-top-style: none; } + treeview.view:drop(active).before { + border-bottom-style: none; } + treeview.view.expander { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); + color: #8a909b; } + treeview.view.expander:dir(rtl) { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } + treeview.view.expander:hover { + color: #D3DAE3; } + treeview.view.expander:selected { + color: #cbdff6; } + 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: 3px; + background-color: #5294e2; } + treeview.view.progressbar:selected, treeview.view.progressbar:selected:focus, treeview.view.progressbar:focus:selected, treeview.view.progressbar:focus:selected:focus { + color: #5294e2; + box-shadow: none; + background-color: #ffffff; } + treeview.view.trough { + color: #D3DAE3; + background-color: #2b2e39; + border-radius: 3px; + border-width: 0; } + treeview.view.trough:selected, treeview.view.trough:selected:focus { + color: #ffffff; + background-color: rgba(0, 0, 0, 0.2); + border-radius: 3px; + border-width: 0; } + treeview.view header button { + min-height: 0; + min-width: 0; + padding: 3px 6px; + font-weight: bold; + color: #b6bcc6; + background-color: #404552; + background-image: none; + border-style: none solid none none; + border-radius: 0; + border-image: linear-gradient(to bottom, #404552 20%, rgba(255, 255, 255, 0.11) 20%, rgba(255, 255, 255, 0.11) 80%, #404552 80%) 0 1 0 0/0 1px 0 0 stretch; } + treeview.view header button:hover { + color: #5294e2; } + treeview.view header button:active { + color: #D3DAE3; } + treeview.view header button:active, treeview.view header button:hover { + background-color: #404552; } + treeview.view header button:active:hover { + color: #D3DAE3; } + treeview.view header button:disabled { + border-color: #383C4A; + background-image: none; } + treeview.view header button:last-child { + border-right-style: none; + border-image: 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 { + padding: 0 6px; + transition: none; + color: #ffffff; + background-color: #5294e2; + border-radius: 0; + border-style: none; } + +menubar, +.menubar { + -GtkWidget-window-dragging: true; + padding: 0px; + background-color: #2f343f; + color: rgba(207, 218, 231, 0.8); } + menubar:backdrop, + .menubar:backdrop { + color: rgba(207, 218, 231, 0.5); } + menubar > menuitem, + .menubar > menuitem { + padding: 4px 8px; + border: solid transparent; + border-width: 0; } + menubar > menuitem:hover, + .menubar > menuitem:hover { + background-color: #5294e2; + color: #ffffff; } + menubar > menuitem:disabled, + .menubar > menuitem:disabled { + color: rgba(207, 218, 231, 0.2); + border-color: transparent; } + +menu, +.menu { + margin: 4px; + padding: 0; + border-radius: 0; + background-color: #383C4A; + border: 1px solid #2b2e39; } + .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: #383C4A; } + menu .separator:not(label), + .csd menu .separator:not(label), + .menu .separator:not(label), + .csd + .menu .separator:not(label) { + color: #383C4A; } + menu menuitem, + .menu menuitem { + min-height: 16px; + min-width: 40px; + padding: 5px; } + menu menuitem:hover, + .menu menuitem:hover { + color: #ffffff; + background-color: #5294e2; } + menu menuitem:disabled, + .menu menuitem:disabled { + color: rgba(211, 218, 227, 0.45); } + 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: #383C4A; + border-radius: 0; } + menu > arrow.top, + .menu > arrow.top { + margin-top: -6px; + border-bottom: 1px solid #4f5461; + -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); } + menu > arrow.bottom, + .menu > arrow.bottom { + margin-bottom: -6px; + border-top: 1px solid #4f5461; + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } + menu > arrow:hover, + .menu > arrow:hover { + background-color: #4f5461; } + menu > arrow:disabled, + .menu > arrow:disabled { + color: transparent; + background-color: transparent; + border-color: transparent; } + +popover, +popover.background { + padding: 2px; + border-radius: 3px; + background-clip: border-box; + background-color: #383C4A; + box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.35); } + .csd popover, popover, .csd + popover.background, + popover.background { + border: 1px solid #20222a; } + popover separator, + popover.background separator { + background-color: #383C4A; } + 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 #2b2e39; } + 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: #404552; } + notebook > header { + padding: 2px; + background-color: #383C4A; } + notebook > header.top { + box-shadow: inset 0 -1px #2b2e39; } + notebook > header.bottom { + box-shadow: inset 0 1px #2b2e39; } + notebook > header.right { + box-shadow: inset 1px 0 #2b2e39; } + notebook > header.left { + box-shadow: inset -1px 0 #2b2e39; } + 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(211, 218, 227, 0.45); } + notebook > header > tabs > arrow:hover { + color: rgba(211, 218, 227, 0.725); } + notebook > header > tabs > arrow:active { + color: #D3DAE3; } + notebook > header > tabs > arrow:disabled { + color: rgba(211, 218, 227, 0.15); } + notebook > header.top > tabs > tab:hover:not(:checked) { + box-shadow: inset 0 -1px #2b2e39; } + notebook > header.bottom > tabs > tab:hover:not(:checked) { + box-shadow: inset 0 1px #2b2e39; } + notebook > header.left > tabs > tab:hover:not(:checked) { + box-shadow: inset -1px 0 #2b2e39; } + notebook > header.right > tabs > tab:hover:not(:checked) { + box-shadow: inset 1px 0 #2b2e39; } + notebook > header > tabs > tab { + color: rgba(211, 218, 227, 0.45); + background-color: rgba(64, 69, 82, 0); } + notebook > header > tabs > tab:hover:not(:checked) { + color: rgba(211, 218, 227, 0.725); + background-color: rgba(64, 69, 82, 0.5); + border-color: #2b2e39; } + notebook > header > tabs > tab:checked { + color: #D3DAE3; + background-color: #404552; + border-color: #2b2e39; } + notebook > header > tabs > tab button.flat, notebook > header > tabs > tab button.sidebar-button { + min-height: 22px; + min-width: 16px; + padding: 0; + color: #9da3ad; } + notebook > header > tabs > tab button.flat:hover, notebook > header > tabs > tab button.sidebar-button:hover { + color: #ff4d4d; } + notebook > header > tabs > tab button.flat:active, notebook > header > tabs > tab button.sidebar-button:active, notebook > header > tabs > tab button.flat:active:hover, notebook > header > tabs > tab button.sidebar-button:active:hover { + color: #5294e2; } + +scrollbar { + background-color: #3e434f; + 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 #2b2e39; } + scrollbar.bottom { + border-top: 1px solid #2b2e39; } + scrollbar.left { + border-right: 1px solid #2b2e39; } + scrollbar.right { + border-left: 1px solid #2b2e39; } + scrollbar button { + border: none; } + scrollbar.vertical button.down { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } + scrollbar.vertical button.up { + -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); } + scrollbar.horizontal button.down { + -gtk-icon-source: -gtk-icontheme("pan-right-symbolic"); } + scrollbar.horizontal button.up { + -gtk-icon-source: -gtk-icontheme("pan-left-symbolic"); } + scrollbar slider { + min-width: 6px; + min-height: 6px; + margin: -1px; + border: 4px solid transparent; + border-radius: 8px; + background-clip: padding-box; + background-color: #767b87; } + scrollbar slider:hover { + background-color: #676b78; } + scrollbar slider:hover:active { + background-color: #5294e2; } + 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: #a5abb5; + border: 1px solid rgba(0, 0, 0, 0.3); } + scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal slider { + margin: 0 2px; + min-width: 40px; } + scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical slider { + margin: 2px 0; + min-height: 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 { + 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 { + 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 { + 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 { + 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, filechooser actionbar 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, filechooser actionbar 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, filechooser actionbar 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, filechooser actionbar 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, filechooser actionbar 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, filechooser actionbar 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, filechooser actionbar 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, filechooser actionbar 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, filechooser actionbar 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, filechooser actionbar 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, filechooser actionbar 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, filechooser actionbar 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 trough { + outline-offset: 2px; + -gtk-outline-radius: 4.5px; + border-radius: 2.5px; + background-color: #2d303b; } + scale trough:disabled { + background-color: rgba(45, 48, 59, 0.55); } + .osd scale trough { + background-color: rgba(69, 74, 89, 0.95); } + .osd scale trough highlight { + background-color: #5294e2; } + menuitem:hover scale trough, + row:selected scale trough, + infobar scale trough { + background-color: rgba(0, 0, 0, 0.2); } + menuitem:hover scale trough highlight, + row:selected scale trough highlight, + infobar scale trough highlight { + background-color: #ffffff; } + menuitem:hover scale trough highlight:disabled, + row:selected scale trough highlight:disabled, + infobar scale trough highlight:disabled { + background-color: #b1cff2; } + menuitem:hover scale trough:disabled, + 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: #5294e2; } + scale highlight:disabled { + background-color: rgba(82, 148, 226, 0.55); } + scale fill { + border-radius: 2.5px; + background-color: rgba(82, 148, 226, 0.5); } + scale fill:disabled { + background-color: transparent; } + scale slider { + background-color: #444a58; + border: 1px solid #262933; + border-radius: 100%; + transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); + transition-property: background, border; } + scale slider:hover { + background-color: #505666; } + scale slider:active { + background-clip: border-box; + background-color: #5294e2; + border-color: #5294e2; } + scale slider:disabled { + background-color: #3c414e; + border-color: rgba(38, 41, 51, 0.8); } + menuitem:hover scale slider, + row:selected scale slider, + infobar scale slider { + background-clip: border-box; + background-color: #ffffff; + border-color: #ffffff; } + menuitem:hover scale slider:hover, + row:selected scale slider:hover, + infobar scale slider:hover { + background-color: #e5effb; + border-color: #e5effb; } + menuitem:hover scale slider:active, + row:selected scale slider:active, + infobar scale slider:active { + background-color: #a9caf1; + border-color: #a9caf1; } + menuitem:hover scale slider:disabled, + row:selected scale slider:disabled, + infobar scale slider:disabled { + background-color: #b1cff2; + border-color: #b1cff2; } + .osd scale slider { + background-clip: border-box; + background-color: #5294e2; + border-color: #5294e2; } + .osd scale slider:hover { + background-color: #7eafe9; + border-color: #7eafe9; } + .osd scale slider:active { + background-color: #2679db; + border-color: #2679db; } + 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(211, 218, 227, 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: #5294e2; + border: none; + border-radius: 3px; + box-shadow: none; } + row:selected progressbar progress, + infobar progressbar progress { + background-color: #ffffff; } + progressbar trough { + border: none; + border-radius: 3px; + background-color: #2d303b; } + row:selected progressbar trough, + infobar progressbar trough { + background-color: rgba(0, 0, 0, 0.2); } + +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: #2d303b; } + +levelbar.horizontal.discrete block { + margin: 0 1px; } + +levelbar.vertical.discrete block { + margin: 1px 0; } + +levelbar block:not(.empty) { + border: 1px solid #5294e2; + background-color: #5294e2; + border-radius: 2px; } + +levelbar block.low { + border-color: #F27835; + background-color: #F27835; } + +levelbar block.high { + border-color: #5294e2; + background-color: #5294e2; } + +levelbar block.full { + border-color: #73d216; + background-color: #73d216; } + +levelbar block.empty { + background-color: #404552; + border-color: #404552; } + +printdialog paper { + border: 1px solid #2b2e39; + background: #404552; + padding: 0; } + +printdialog .dialog-action-box { + margin: 12px; } + +frame > border, +.frame { + margin: 0; + padding: 0; + border-radius: 0; + border: 1px solid #2b2e39; } + +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(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 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(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 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(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 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(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 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; + border: none; } + +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; + border: none; } + +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; + border: none; } + +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; + border: none; } + +scrolledwindow junction { + border-color: transparent; + border-image: linear-gradient(to bottom, #2b2e39 1px, transparent 1px) 0 0 0 1/0 1px stretch; + background-color: #3e434f; } + 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: #404552; + border-color: #2b2e39; } + 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.03); } + +row.activatable:active { + color: #D3DAE3; } + +row.activatable:disabled { + color: rgba(211, 218, 227, 0.45); } + row.activatable:disabled image { + color: inherit; } + +row.activatable:selected:active { + color: #ffffff; } + +row.activatable:selected.has-open-popup, row.activatable:selected:hover { + background-color: #4a85cb; } + +.app-notification { + padding: 10px; + color: #BAC3CF; + background-color: rgba(53, 57, 69, 0.95); + background-clip: border-box; + border-radius: 0 0 2px 2px; + border-width: 0 1px 1px 1px; + border-style: solid; + border-color: rgba(31, 33, 40, 0.95); } + .app-notification border { + border: none; } + .app-notification button { + color: #BAC3CF; + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.35); } + .app-notification button.flat, .app-notification button.sidebar-button { + border-color: rgba(82, 148, 226, 0); } + .app-notification button:hover { + color: #BAC3CF; + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(119, 127, 151, 0.45); } + .app-notification button:active, .app-notification button:checked { + color: #ffffff; + border-color: rgba(26, 28, 34, 0.35); + background-color: #5294e2; + background-clip: padding-box; } + .app-notification button:disabled { + color: #5d626e; + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.2); } + +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: #D3DAE3; + border: 1px solid #2b2e39; + border-radius: 3px; + padding: 2px; } + calendar:selected { + border-radius: 1.5px; } + calendar.header { + color: #D3DAE3; + border: none; } + calendar.button { + color: rgba(211, 218, 227, 0.45); } + calendar.button:hover { + color: #D3DAE3; } + calendar.button:disabled { + color: rgba(211, 218, 227, 0.45); } + calendar:indeterminate { + color: alpha(currentColor,0.55); } + calendar.highlight { + color: #D3DAE3; } + +messagedialog .titlebar { + min-height: 20px; + background-color: rgba(47, 52, 63, 0.97); + border-bottom: 1px solid rgba(32, 35, 43, 0.97); } + +messagedialog .dialog-action-area button { + padding: 8px; + min-height: 0; } + +messagedialog.csd.background { + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; + border: none; } + +messagedialog.csd .dialog-action-area button { + border-bottom-style: none; } + +messagedialog.csd .dialog-action-area button { + border-radius: 0; + border-right-style: none; } + +messagedialog.csd .dialog-action-area button:last-child { + border-radius: 0 0 3px 0; + border-right-style: none; } + +messagedialog.csd .dialog-action-area button:first-child { + border-radius: 0 0 0 3px; + border-left-style: none; } + +messagedialog.csd .dialog-action-area button:only-child { + border-radius: 0 0 3px 3px; + border-left-style: none; + border-right-style: none; } + +filechooser #pathbarbox { + border-bottom: 1px solid rgba(43, 46, 57, 0.5); } + +filechooserbutton:drop(active) { + box-shadow: none; + border-color: transparent; } + +.sidebar { + border-style: none; + background-color: #3c4150; } + stacksidebar.sidebar:dir(ltr) list, + stacksidebar.sidebar.left list, + stacksidebar.sidebar.left:dir(rtl) list, .sidebar:dir(ltr), .sidebar.left, .sidebar.left:dir(rtl) { + border-right: 1px solid #2b2e39; + border-left-style: none; } + stacksidebar.sidebar:dir(rtl) list, + stacksidebar.sidebar.right list, .sidebar:dir(rtl), .sidebar.right { + border-left: 1px solid #2b2e39; + border-right-style: none; } + .sidebar list { + background-color: transparent; } + 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 > label { + background-size: 6px 6px, 0 0; } + +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, #F08437, #F08437); + background-clip: content-box; } + placessidebar row.sidebar-new-bookmark-row { + color: #5294e2; } + placessidebar row:drop(active):not(:disabled) { + box-shadow: inset 0 1px #F08437, inset 0 -1px #F08437; } + placessidebar row:drop(active):not(:disabled), placessidebar row:drop(active):not(:disabled) label, placessidebar row:drop(active):not(:disabled) image { + color: #F08437; } + placessidebar row:drop(active):not(:disabled):selected { + background-color: #F08437; } + 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 { + -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, #2b2e39, #2b2e39); + background-size: 1px 1px; } + paned > separator:selected { + background-image: linear-gradient(to bottom, #5294e2, #5294e2); } + paned > separator.wide { + min-width: 5px; + min-height: 5px; + background-color: #383C4A; + background-image: linear-gradient(to bottom, #2b2e39, #2b2e39), linear-gradient(to bottom, #2b2e39, #2b2e39); + background-size: 1px 1px, 1px 1px; } + +paned.horizontal > separator { + background-repeat: repeat-y; } + paned.horizontal > separator:dir(ltr) { + margin: 0 -8px 0 0; + padding: 0 8px 0 0; + background-position: left; } + paned.horizontal > separator:dir(rtl) { + margin: 0 0 0 -8px; + padding: 0 0 0 8px; + background-position: right; } + paned.horizontal > separator.wide { + margin: 0; + padding: 0; + background-repeat: repeat-y, repeat-y; + background-position: left, right; } + +paned.vertical > separator { + margin: 0 0 -8px 0; + padding: 0 0 8px 0; + background-repeat: repeat-x; + background-position: top; } + paned.vertical > separator.wide { + margin: 0; + padding: 0; + background-repeat: repeat-x, repeat-x; + background-position: bottom, top; } + +infobar { + border-style: none; } + infobar.info, infobar.question, infobar.warning, infobar.error { + background-color: #5294e2; + color: #ffffff; + caret-color: currentColor; } + infobar.info selection, infobar.question selection, infobar.warning selection, infobar.error selection { + color: #5294e2; + background-color: #ffffff; } + +.selection-mode.primary-toolbar button:hover, headerbar.selection-mode button:hover, row:selected button, infobar.info button, infobar.question button, infobar.warning button, infobar.error button, .nautilus-window .floating-bar button { + color: #ffffff; + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0.5); } + +row:selected button.flat, row:selected button.sidebar-button, infobar.info button.flat, infobar.info button.sidebar-button, infobar.question button.flat, infobar.question button.sidebar-button, infobar.warning button.flat, infobar.warning button.sidebar-button, infobar.error button.flat, infobar.error button.sidebar-button, .nautilus-window .floating-bar button.flat, .nautilus-window .floating-bar button.sidebar-button { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #ffffff; + background-color: rgba(255, 255, 255, 0); } + .selection-mode.primary-toolbar button:disabled, headerbar.selection-mode button:disabled, row:selected button.flat:disabled, row:selected button.sidebar-button:disabled, infobar.info button.flat:disabled, infobar.info button.sidebar-button:disabled, infobar.question button.flat:disabled, infobar.question button.sidebar-button:disabled, infobar.warning button.flat:disabled, infobar.warning button.sidebar-button:disabled, infobar.error button.flat:disabled, infobar.error button.sidebar-button:disabled, .nautilus-window .floating-bar button.flat:disabled, .nautilus-window .floating-bar button.sidebar-button:disabled, .selection-mode.primary-toolbar button:disabled label, headerbar.selection-mode button:disabled label, row:selected button.flat:disabled label, row:selected button.sidebar-button:disabled label, infobar.info button.flat:disabled label, infobar.info button.sidebar-button:disabled label, infobar.question button.flat:disabled label, infobar.question button.sidebar-button:disabled label, infobar.warning button.flat:disabled label, infobar.warning button.sidebar-button:disabled label, infobar.error button.flat:disabled label, infobar.error button.sidebar-button:disabled label, .nautilus-window .floating-bar button.flat:disabled label, .nautilus-window .floating-bar button.sidebar-button: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, .nautilus-window .floating-bar button:hover { + color: #ffffff; + background-color: rgba(255, 255, 255, 0.2); + border-color: rgba(255, 255, 255, 0.8); } + +.selection-mode.primary-toolbar button:active, headerbar.selection-mode button:active, .selection-mode.primary-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, .nautilus-window .floating-bar button:active, .selection-mode.primary-toolbar button:hover:active, headerbar.selection-mode button:hover:active, .selection-mode.primary-toolbar button:hover:checked, headerbar.selection-mode button:hover:checked, row:selected button:active:hover, infobar.info button:active:hover, infobar.question button:active:hover, infobar.warning button:active:hover, infobar.error button:active:hover, .nautilus-window .floating-bar button:active:hover, row:selected button:checked, infobar.info button:checked, infobar.question button:checked, infobar.warning button:checked, infobar.error button:checked, .nautilus-window .floating-bar button:checked { + color: #5294e2; + 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, .nautilus-window .floating-bar 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, .nautilus-window .floating-bar 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, .nautilus-window .floating-bar button:disabled label { + color: rgba(255, 255, 255, 0.5); } + .selection-mode.primary-toolbar button:disabled:active, headerbar.selection-mode button:disabled:active, .selection-mode.primary-toolbar button:disabled:checked, headerbar.selection-mode button:disabled:checked, 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, .nautilus-window .floating-bar button:disabled:active, .selection-mode.primary-toolbar button:disabled:checked, headerbar.selection-mode button:disabled:checked, .selection-mode.primary-toolbar button:disabled:active, headerbar.selection-mode 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, .nautilus-window .floating-bar button:disabled:checked { + color: #5294e2; + background-color: rgba(255, 255, 255, 0.5); + border-color: rgba(255, 255, 255, 0.4); } + +tooltip { + border-radius: 2px; + box-shadow: none; } + tooltip.background { + background-color: rgba(75, 81, 98, 0.95); + background-clip: padding-box; } + tooltip.background label { + padding: 4px; } + tooltip decoration { + background-color: transparent; } + tooltip * { + background-color: transparent; + color: #BAC3CF; } + +colorswatch, colorswatch:drop(active) { + border-style: none; } + +colorswatch.top { + border-top-left-radius: 2.5px; + border-top-right-radius: 2.5px; } + colorswatch.top overlay { + border-top-left-radius: 2px; + border-top-right-radius: 2px; } + +colorswatch.bottom { + border-bottom-left-radius: 2.5px; + border-bottom-right-radius: 2.5px; } + colorswatch.bottom overlay { + border-bottom-left-radius: 2px; + border-bottom-right-radius: 2px; } + +colorswatch.left, colorswatch:first-child:not(.top) { + border-top-left-radius: 2.5px; + border-bottom-left-radius: 2.5px; } + colorswatch.left overlay, colorswatch:first-child:not(.top) overlay { + border-top-left-radius: 2px; + border-bottom-left-radius: 2px; } + +colorswatch.right, colorswatch:last-child:not(.bottom) { + border-top-right-radius: 2.5px; + border-bottom-right-radius: 2.5px; } + colorswatch.right overlay, colorswatch:last-child:not(.bottom) overlay { + border-top-right-radius: 2px; + border-bottom-right-radius: 2px; } + +colorswatch.dark overlay { + color: rgba(255, 255, 255, 0.7); } + colorswatch.dark overlay:hover { + border-color: #2b2e39; } + +colorswatch.light overlay { + color: rgba(0, 0, 0, 0.7); } + colorswatch.light overlay:hover { + border-color: #2b2e39; } + +colorswatch overlay { + border: 1px solid #2b2e39; } + 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: #D3DAE3; + border-color: #2b2e39; + background-color: #444a58; } + colorswatch#add-color-button:hover { + color: #D3DAE3; + border-color: #2b2e39; + background-color: #505666; } + 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: #404552; } + .content-view:hover { + -gtk-icon-effect: highlight; } + +.scale-popup button:hover { + color: #D3DAE3; + border-color: #2b2e39; + background-color: #505666; } + +.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.nautilus-circular-button.image-button, +button.circular-button { + padding: 0; + min-width: 16px; + min-height: 24px; + padding: 2px 6px; + border-radius: 50%; + -gtk-outline-radius: 50%; } + button.circular label, button.nautilus-circular-button.image-button label, + button.circular-button label { + padding: 0; } + +.keycap { + min-width: 16px; + min-height: 20px; + padding: 3px 6px 4px 6px; + color: #D3DAE3; + background-color: #404552; + border: 1px solid #2b2e39; + border-radius: 2.5px; + box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.15); } + +stackswitcher button.text-button { + min-width: 80px; } + +stackswitcher button.circular, stackswitcher button.nautilus-circular-button.image-button { + min-width: 0; } + +*:drop(active):focus, +*:drop(active) { + box-shadow: inset 0 0 0 1px #F08437; } + +decoration { + border-radius: 3px 3px 0 0; + border-width: 0px; + box-shadow: 0 0 0 1px rgba(32, 35, 43, 0.97), 0 8px 8px 0 rgba(0, 0, 0, 0.35); + margin: 10px; } + decoration:backdrop { + box-shadow: 0 0 0 1px rgba(32, 35, 43, 0.87), 0 8px 8px 0 transparent, 0 5px 5px 0 rgba(0, 0, 0, 0.35); + transition: 200ms ease-out; } + .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 #22242d; } + tooltip.csd decoration { + border-radius: 2px; + box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25); } + messagedialog.csd decoration { + border-radius: 3px; } + .solid-csd decoration { + border-radius: 0; + margin: 1px; + background-color: rgba(47, 52, 63, 0.97); + box-shadow: none; } + +headerbar.default-decoration button.titlebutton, +.titlebar.default-decoration button.titlebutton { + padding: 0 4px; + min-width: 0; + min-height: 0; + margin: 0; } + +headerbar button.titlebutton, +.titlebar button.titlebutton { + padding: 0; + min-width: 24px; + border-color: transparent; + background-color: transparent; + background-image: none; + background-color: rgba(47, 52, 63, 0); } + headerbar button.titlebutton:hover, + .titlebar button.titlebutton:hover { + color: rgba(207, 218, 231, 0.8); + border-color: rgba(21, 23, 28, 0.37); + background-color: rgba(95, 105, 127, 0.37); } + headerbar button.titlebutton:active, headerbar button.titlebutton:checked, + .titlebar button.titlebutton:active, + .titlebar button.titlebutton:checked { + color: #ffffff; + border-color: transparent; + background-color: #5294e2; } + 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-maximize-dark.png"), url("assets/titlebutton-maximize-dark@2.png")); } + headerbar button.titlebutton.maximize:backdrop, + .titlebar button.titlebutton.maximize:backdrop { + background-image: -gtk-scaled(url("assets/titlebutton-maximize-backdrop-dark.png"), url("assets/titlebutton-maximize-backdrop-dark@2.png")); } + headerbar button.titlebutton.maximize:hover, + .titlebar button.titlebutton.maximize:hover { + background-image: -gtk-scaled(url("assets/titlebutton-maximize-hover-dark.png"), url("assets/titlebutton-maximize-hover-dark@2.png")); } + headerbar button.titlebutton.maximize:active, + .titlebar button.titlebutton.maximize:active { + background-image: -gtk-scaled(url("assets/titlebutton-maximize-active-dark.png"), url("assets/titlebutton-maximize-active-dark@2.png")); } + headerbar button.titlebutton.minimize, + .titlebar button.titlebutton.minimize { + background-image: -gtk-scaled(url("assets/titlebutton-minimize-dark.png"), url("assets/titlebutton-minimize-dark@2.png")); } + headerbar button.titlebutton.minimize:backdrop, + .titlebar button.titlebutton.minimize:backdrop { + background-image: -gtk-scaled(url("assets/titlebutton-minimize-backdrop-dark.png"), url("assets/titlebutton-minimize-backdrop-dark@2.png")); } + headerbar button.titlebutton.minimize:hover, + .titlebar button.titlebutton.minimize:hover { + background-image: -gtk-scaled(url("assets/titlebutton-minimize-hover-dark.png"), url("assets/titlebutton-minimize-hover-dark@2.png")); } + headerbar button.titlebutton.minimize:active, + .titlebar button.titlebutton.minimize:active { + background-image: -gtk-scaled(url("assets/titlebutton-minimize-active-dark.png"), url("assets/titlebutton-minimize-active-dark@2.png")); } + +.view:selected, iconview:selected, .view:selected:focus, iconview:selected:focus, .view text:selected, iconview text:selected, +textview text:selected, iconview text:selected:focus, +textview text:selected:focus, .view text selection:focus, iconview text selection:focus, .view text selection, iconview text selection, +textview text selection:focus, +textview 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, calendar:selected, .nemo-window .nemo-window-pane widget.entry:selected:focus, .nemo-window .nemo-window-pane widget.entry:selected, filechooser placessidebar.sidebar row.sidebar-row.has-open-popup:selected, filechooser placessidebar.sidebar row.sidebar-row:selected, filechooser placessidebar.sidebar row.sidebar-row:selected:hover, filechooser placessidebar.sidebar row.sidebar-row:active:hover, +.nautilus-window placessidebar.sidebar row.sidebar-row.has-open-popup:selected, +.nautilus-window placessidebar.sidebar row.sidebar-row:selected, +.nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover, +.nautilus-window placessidebar.sidebar row.sidebar-row:active:hover { + background-color: #5294e2; } + row:selected label, label:selected, .view:selected, iconview:selected, .view:selected:focus, iconview:selected:focus, .view text:selected, iconview text:selected, + textview text:selected, iconview text:selected:focus, + textview text:selected:focus, .view text selection:focus, iconview text selection:focus, .view text selection, iconview text selection, + textview text selection:focus, + textview 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, calendar:selected, .nemo-window .nemo-window-pane widget.entry:selected:focus, .nemo-window .nemo-window-pane widget.entry:selected, filechooser placessidebar.sidebar row.sidebar-row.has-open-popup:selected, filechooser placessidebar.sidebar row.sidebar-row:selected, filechooser placessidebar.sidebar row.sidebar-row:selected:hover, filechooser placessidebar.sidebar row.sidebar-row:active:hover, + .nautilus-window placessidebar.sidebar row.sidebar-row.has-open-popup:selected, + .nautilus-window placessidebar.sidebar row.sidebar-row:selected, + .nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover, + .nautilus-window placessidebar.sidebar row.sidebar-row:active:hover { + color: #ffffff; } + row:selected label:disabled, label:disabled:selected, .view:disabled:selected, iconview:disabled:selected, iconview:disabled:selected:focus, .view text:disabled:selected, iconview text:disabled:selected, + textview text:disabled:selected, iconview text selection:disabled:focus, .view text selection:disabled, iconview text selection:disabled, + textview text selection:disabled, flowbox flowboxchild:disabled:selected, label:disabled selection, 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, treeview.view:disabled:selected:focus, row:disabled:selected, calendar:disabled:selected, .nemo-window .nemo-window-pane widget.entry:disabled:selected, filechooser placessidebar.sidebar row.sidebar-row:disabled:selected, filechooser placessidebar.sidebar row.sidebar-row:disabled:active:hover, + .nautilus-window placessidebar.sidebar row.sidebar-row:disabled:selected, + .nautilus-window placessidebar.sidebar row.sidebar-row:disabled:active:hover { + color: #a9caf1; } + +.gedit-bottom-panel-paned notebook > header.top > tabs > tab:checked, +terminal-window notebook > header.top > tabs > tab:checked { + box-shadow: inset 0 -1px #2b2e39; } + +terminal-window notebook > header.top, +.mate-terminal notebook > header.top { + padding-top: 3px; + box-shadow: inset 0 1px #262a33, inset 0 -1px #2b2e39; } + terminal-window notebook > header.top button, + .mate-terminal notebook > header.top button { + padding: 0; + min-width: 24px; + min-height: 24px; } + +.nautilus-canvas-item { + border-radius: 2px; } + +.nautilus-desktop.nautilus-canvas-item, .nemo-desktop.nemo-canvas-item, .caja-desktop { + color: white; + text-shadow: 1px 1px rgba(0, 0, 0, 0.6); } + .nautilus-desktop.nautilus-canvas-item:active, .nemo-desktop.nemo-canvas-item:active, .caja-desktop:active { + color: #D3DAE3; } + .nautilus-desktop.nautilus-canvas-item:selected, .nemo-desktop.nemo-canvas-item:selected, .caja-desktop:selected { + color: #ffffff; + text-shadow: none; } + +.nautilus-canvas-item.dim-label, label.nautilus-canvas-item.separator, +popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-canvas-item.subtitle, .titlebar:not(headerbar) .nautilus-canvas-item.subtitle, +.nautilus-list-dim-label { + color: #868b97; } + .nautilus-canvas-item.dim-label:selected, label.nautilus-canvas-item.separator:selected, headerbar .nautilus-canvas-item.subtitle:selected, .titlebar:not(headerbar) .nautilus-canvas-item.subtitle:selected, .nautilus-canvas-item.dim-label:selected:focus, label.nautilus-canvas-item.separator:selected:focus, headerbar .nautilus-canvas-item.subtitle:selected:focus, .titlebar:not(headerbar) .nautilus-canvas-item.subtitle:selected:focus, + .nautilus-list-dim-label:selected, + .nautilus-list-dim-label:selected:focus { + color: #dceaf9; } + +.nautilus-window searchbar { + border-top: 1px solid #2b2e39; } + +.nautilus-window .searchbar-container { + margin-top: -1px; } + +.nautilus-window notebook, +.nautilus-window notebook > stack:not(:only-child) searchbar { + background-color: #404552; } + +.disk-space-display { + border-style: solid; + border-width: 1px; } + .disk-space-display.unknown { + background-color: rgba(211, 218, 227, 0.5); + border-color: rgba(180, 192, 207, 0.5); } + .disk-space-display.used { + background-color: rgba(82, 148, 226, 0.8); + border-color: rgba(38, 121, 219, 0.8); } + .disk-space-display.free { + background-color: #313541; + border-color: #1b1d24; } + +@keyframes needs_attention_keyframes { + 0% { + color: rgba(207, 218, 231, 0.8); + border-color: rgba(21, 23, 28, 0.37); + background-color: rgba(95, 105, 127, 0.37); } + 100% { + color: #ffffff; + border-color: transparent; + background-color: #5294e2; } } + +.nautilus-operations-button-needs-attention { + animation: needs_attention_keyframes 2s ease-in-out; } + +.nautilus-operations-button-needs-attention-multiple { + animation: needs_attention_keyframes 3s ease-in-out; + animation-iteration-count: 3; } + +.conflict-row.activatable, .conflict-row.activatable:active { + color: white; + background-color: #FC4138; } + +.conflict-row.activatable:hover { + background-color: #fd716a; } + +.conflict-row.activatable:selected { + color: #ffffff; + background-color: #5294e2; } + +.nemo-window .nemo-places-sidebar.frame { + border-width: 0; } + +.nemo-window notebook { + background-color: #404552; } + +.nemo-window .nemo-window-pane widget.entry { + border: 1px solid; + border-radius: 3px; + color: #D3DAE3; + border-color: #2b2e39; + background-color: #404552; + box-shadow: inset 1px 0 #5294e2, inset -1px 0 #5294e2, inset 0 1px #5294e2, inset 0 -1px #5294e2; } + +.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button { + color: rgba(207, 218, 231, 0.8); + border-color: rgba(21, 23, 28, 0.37); + background-color: rgba(95, 105, 127, 0.37); } + .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:not(:last-child):not(:only-child) { + margin: 0 0 1px 0; } + .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover { + background-color: rgba(134, 144, 165, 0.37); } + .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:active, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:checked { + color: #ffffff; + border-color: transparent; + background-color: #5294e2; } + .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:disabled { + color: rgba(207, 218, 231, 0.4); } + +.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button + button { + border-left-style: none; } + +.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child):hover { + box-shadow: inset 1px 0 rgba(21, 23, 28, 0.37), inset -1px 0 rgba(21, 23, 28, 0.37); } + +.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover { + box-shadow: inset -1px 0 rgba(21, 23, 28, 0.37); } + +.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover { + box-shadow: inset 1px 0 rgba(21, 23, 28, 0.37); } + +.caja-notebook { + border-top: 1px solid #2b2e39; } + +.caja-side-pane .frame { + border-width: 1px 0 0; } + +.caja-notebook .frame { + border-width: 0 0 1px; } + +.open-document-selector-treeview.view, iconview.open-document-selector-treeview { + padding: 3px 6px 3px 6px; + border-color: #404552; } + .open-document-selector-treeview.view:hover, iconview.open-document-selector-treeview:hover { + background-color: #4a4f5c; } + .open-document-selector-treeview.view:hover:selected, iconview.open-document-selector-treeview:hover:selected { + color: #ffffff; + background-color: #5294e2; } + +.open-document-selector-name-label { + color: #D3DAE3; } + +.open-document-selector-path-label { + color: #8a909b; + font-size: smaller; } + .open-document-selector-path-label:selected { + color: rgba(255, 255, 255, 0.9); } + +.gedit-document-panel row button { + min-width: 22px; + min-height: 22px; + padding: 0; + color: transparent; + background: none; + border: none; + box-shadow: none; } + .gedit-document-panel row button image { + color: inherit; } + +.gedit-document-panel row:hover:not(:selected) button { + color: #9da3ad; } + .gedit-document-panel row:hover:not(:selected) button:hover { + color: #ff4d4d; } + .gedit-document-panel row:hover:not(:selected) button:active { + color: #D3DAE3; } + +.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 #2b2e39; + background-color: #22242d; + color: #D3DAE3; } + +.gedit-side-panel-paned statusbar { + border-top: 1px solid #2b2e39; + background-color: #383C4A; } + +.gedit-search-slider { + background-color: #3c4150; + padding: 6px; + border-color: #2b2e39; + border-radius: 0 0 2px 2px; + border-width: 0 1px 1px 1px; + border-style: solid; } + +.gedit-search-entry-occurrences-tag { + color: rgba(211, 218, 227, 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; } + +.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: #5294e2; } + +layouttab { + background-color: #404552; } + +layout { + border: 1px solid #2b2e39; + -PnlDockBin-handle-size: 1; } + +eggsearchbar box.search-bar { + border-bottom: 1px solid #2b2e39; } + +pillbox { + color: #ffffff; + background-color: #5294e2; + border-radius: 3px; } + pillbox:disabled label { + color: rgba(255, 255, 255, 0.5); } + +docktabstrip { + padding: 0 6px; + background-color: #383C4A; + border-bottom: 1px solid #2b2e39; } + 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: #2b2e39; + background-color: #404552; } + +dockbin { + border: 1px solid #2b2e39; + -PnlDockBin-handle-size: 1; } + +dockpaned { + border: 1px solid #2b2e39; } + +dockoverlayedge { + background-color: #383C4A; } + 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 #2b2e39; + border-bottom: 1px solid #2b2e39; + border-radius: 0; } + +preferences stacksidebar.sidebar list { + background-image: linear-gradient(to bottom, #404552, #404552); } + +preferences stacksidebar.sidebar list separator { + background-color: transparent; } + +devhelppanel entry:focus, +symboltreepanel entry:focus { + border-color: #2b2e39; } + +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: #D3DAE3; } + +configurationview entry.flat { + background: none; } + +configurationview list { + border-width: 0; } + +.documents-scrolledwin.frame { + border-width: 0; } + +button.documents-load-more { + border-width: 1px 0 0; + border-radius: 0; } + +.documents-icon-bg { + background-color: #5294e2; + color: #ffffff; + border-radius: 2px; } + +.documents-collection-icon, .photos-collection-icon { + background-color: rgba(211, 218, 227, 0.3); + border-radius: 2px; } + +button.documents-favorite:active, +button.documents-favorite:active:hover { + color: #a9caf1; } + +.documents-entry-tag, .photos-entry-tag { + color: #ffffff; + background: #5294e2; + border-radius: 2px; + border-width: 0; + margin: 2px; + padding: 4px; } + .documents-entry-tag:hover, .photos-entry-tag:hover { + color: #ffffff; + background: #639fe5; } + .documents-entry-tag:active, .photos-entry-tag:active { + color: #ffffff; + background: #4189df; } + +.content-view.document-page { + border-style: solid; + border-width: 3px 3px 6px 4px; + border-image: url("assets/thumbnail-frame.png") 3 3 6 4; } + +.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, #404552, #404552); } + +.tr-workarea undershoot, +.tr-workarea overshoot { + border-color: transparent; } + +.atril-window .primary-toolbar toolbar, .atril-window .primary-toolbar .inline-toolbar { + background: none; } + +#gf-bubble, #gf-bubble.solid, +#gf-osd-window, +#gf-osd-window.solid, +#gf-input-source-popup, +#gf-input-source-popup.solid, +#gf-candidate-popup, +#gf-candidate-popup.solid { + color: #cfd5de; + background-color: rgba(53, 57, 69, 0.95); + border: 1px solid rgba(35, 38, 46, 0.95); + border-radius: 2px; } + +#gf-bubble levelbar block.low, #gf-bubble levelbar block.high, #gf-bubble levelbar block.full, +#gf-osd-window levelbar block.low, +#gf-osd-window levelbar block.high, +#gf-osd-window levelbar block.full, +#gf-input-source-popup levelbar block.low, +#gf-input-source-popup levelbar block.high, +#gf-input-source-popup levelbar block.full, +#gf-candidate-popup levelbar block.low, +#gf-candidate-popup levelbar block.high, +#gf-candidate-popup levelbar block.full { + background-color: #5294e2; + border-color: #5294e2; } + +#gf-bubble levelbar block.empty, +#gf-osd-window levelbar block.empty, +#gf-input-source-popup levelbar block.empty, +#gf-candidate-popup levelbar block.empty { + background-color: rgba(42, 45, 55, 0.95); } + +#gf-bubble levelbar trough, +#gf-osd-window levelbar trough, +#gf-input-source-popup levelbar trough, +#gf-candidate-popup levelbar trough { + background: none; } + +#gf-input-source { + min-height: 32px; + min-width: 40px; } + #gf-input-source:selected { + color: #ffffff; + background-color: #5294e2; + border-radius: 2px; } + +gf-candidate-box label { + padding: 3px; } + +gf-candidate-box:hover, gf-candidate-box:selected { + color: #ffffff; + background-color: #5294e2; + border-radius: 2px; } + +MsdOsdWindow.background.osd { + border-radius: 2px; + border: 1px solid rgba(35, 38, 46, 0.95); } + MsdOsdWindow.background.osd .progressbar { + background-color: #5294e2; + border: none; + border-color: red; + border-radius: 5px; } + MsdOsdWindow.background.osd .trough { + background-color: rgba(42, 45, 55, 0.95); + border: none; + border-radius: 5px; } + +.mate-panel-menu-bar, .mate-panel-menu-bar menubar, +panel-toplevel.background, +panel-toplevel.background menubar { + background-color: #2b2e37; } + +.mate-panel-menu-bar menubar, +.mate-panel-menu-bar #PanelApplet label, +.mate-panel-menu-bar #PanelApplet image, +panel-toplevel.background menubar, +panel-toplevel.background #PanelApplet label, +panel-toplevel.background #PanelApplet image { + color: #BAC3CF; } + +.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, +panel-toplevel.background button label, +panel-toplevel.background button image, +panel-toplevel.background #tasklist-button label, +panel-toplevel.background #tasklist-button image { + color: inherit; } + +.mate-panel-menu-bar .wnck-pager, +panel-toplevel.background .wnck-pager { + color: #5d6268; + background-color: rgba(20, 22, 27, 0.95); } + .mate-panel-menu-bar .wnck-pager:hover, + panel-toplevel.background .wnck-pager:hover { + background-color: rgba(54, 58, 70, 0.95); } + .mate-panel-menu-bar .wnck-pager:selected, + panel-toplevel.background .wnck-pager:selected { + color: #a9caf1; + background-color: #5294e2; } + +.mate-panel-menu-bar na-tray-applet, +panel-toplevel.background na-tray-applet { + -NaTrayApplet-icon-padding: 0; + -NaTrayApplet-icon-size: 16px; } + +.xfce4-panel.panel { + background-color: rgba(43, 46, 55, 0.95); + text-shadow: none; + -gtk-icon-shadow: none; } + +#tasklist-button { + color: rgba(186, 195, 207, 0.8); + border-radius: 0; + border: none; + background-color: rgba(43, 46, 55, 0); } + #tasklist-button:hover { + color: #d8dde4; + background-color: rgba(0, 0, 0, 0.17); } + #tasklist-button:checked { + color: white; + background-color: rgba(0, 0, 0, 0.25); + box-shadow: inset 0 -2px #5294e2; } + +.mate-panel-menu-bar button:not(#tasklist-button), +panel-toplevel.background button:not(#tasklist-button), .xfce4-panel.panel button.flat, .xfce4-panel.panel button.sidebar-button { + color: #BAC3CF; + border-radius: 0; + border: none; + background-color: rgba(43, 46, 55, 0); } + .mate-panel-menu-bar button:hover:not(#tasklist-button), + panel-toplevel.background button:hover:not(#tasklist-button), .xfce4-panel.panel button.flat:hover, .xfce4-panel.panel button.sidebar-button:hover { + border: none; + background-color: rgba(65, 70, 84, 0.95); } + .mate-panel-menu-bar button:active:not(#tasklist-button), + panel-toplevel.background button:active:not(#tasklist-button), .xfce4-panel.panel button.flat:active, .xfce4-panel.panel button.sidebar-button:active, .mate-panel-menu-bar button:checked:not(#tasklist-button), + panel-toplevel.background button:checked:not(#tasklist-button), .xfce4-panel.panel button.flat:checked, .xfce4-panel.panel button.sidebar-button:checked { + color: #ffffff; + border: none; + background-color: #5294e2; } + .mate-panel-menu-bar button:active:not(#tasklist-button) label, + panel-toplevel.background button:active:not(#tasklist-button) label, .xfce4-panel.panel button.flat:active label, .xfce4-panel.panel button.sidebar-button:active label, .mate-panel-menu-bar button:active:not(#tasklist-button) image, + panel-toplevel.background button:active:not(#tasklist-button) image, .xfce4-panel.panel button.flat:active image, .xfce4-panel.panel button.sidebar-button:active image, .mate-panel-menu-bar button:checked:not(#tasklist-button) label, + panel-toplevel.background button:checked:not(#tasklist-button) label, .xfce4-panel.panel button.flat:checked label, .xfce4-panel.panel button.sidebar-button:checked label, .mate-panel-menu-bar button:checked:not(#tasklist-button) image, + panel-toplevel.background button:checked:not(#tasklist-button) image, .xfce4-panel.panel button.flat:checked image, .xfce4-panel.panel button.sidebar-button:checked image { + color: inherit; } + +.nautilus-window .floating-bar { + padding: 1px; + background-color: #5294e2; + color: #ffffff; + border-radius: 2px 2px 0 0; } + .nautilus-window .floating-bar.bottom.left { + border-top-left-radius: 0; } + .nautilus-window .floating-bar.bottom.right { + border-top-right-radius: 0; } + .nautilus-window .floating-bar button { + border: none; + border-radius: 0; + min-height: 0; } + +.marlin-pathbar.pathbar { + border-radius: 3px; + padding-left: 4px; + padding-right: 4px; + color: rgba(207, 218, 231, 0.8); + border-color: rgba(21, 23, 28, 0.37); + background-color: rgba(95, 105, 127, 0.37); } + .marlin-pathbar.pathbar image, .marlin-pathbar.pathbar image:hover { + color: inherit; } + .marlin-pathbar.pathbar:focus { + color: #ffffff; + border-color: transparent; + background-color: #5294e2; } + .marlin-pathbar.pathbar:disabled { + color: rgba(207, 218, 231, 0.35); + border-color: rgba(21, 23, 28, 0.37); + background-color: rgba(95, 105, 127, 0.22); } + .marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked { + color: #5294e2; } + +.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-image: linear-gradient(to bottom, white, white); + background-color: transparent; } + .gala-notification .title, .gala-notification .label { + color: #5c616c; } + +.panel { + background-color: transparent; + color: white; + font-weight: bold; + text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); + -gtk-icon-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); } + .panel-shadow { + background-image: none; + background-color: transparent; } + .panel .menu { + box-shadow: none; } + .panel .menu .menuitem { + font-weight: normal; + text-shadow: none; + -gtk-icon-shadow: none; } + .panel .menu .window-frame.menu.csd, + .panel .menu .window-frame.popup.csd { + box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2), 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); } + .panel .menubar > .menuitem { + padding: 3px 6px; } + .panel .menubar > .menuitem:hover { + background-color: transparent; } + .panel .window-frame.menu.csd, + .panel .window-frame.popup.csd { + box-shadow: none; } + +.composited-indicator { + background-color: transparent; + color: white; + text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); + -gtk-icon-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); } + .composited-indicator > GtkWidget > GtkWidget:first-child { + padding: 0 2px; } + .composited-indicator .menuitem:active, .composited-indicator .menuitem:hover { + border-style: none; + background-image: none; + box-shadow: none; } + .composited-indicator > .popup > .menu { + padding-top: 8px; + padding-bottom: 8px; } + +.panel-app-button > GtkWidget > GtkWidget:first-child { + padding: 0 2px 0 4px; } + +.panel .menu .spinner, +.menu .spinner { + opacity: 1; } + +UnityDecoration { + -UnityDecoration-extents: 28px 1 1 1; + -UnityDecoration-input-extents: 10px; + -UnityDecoration-shadow-offset-x: 0px; + -UnityDecoration-shadow-offset-y: 3px; + -UnityDecoration-active-shadow-color: rgba(0, 0, 0, 0.2); + -UnityDecoration-active-shadow-radius: 12px; + -UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.07); + -UnityDecoration-inactive-shadow-radius: 7px; + -UnityDecoration-glow-size: 10px; + -UnityDecoration-glow-color: #5294e2; + -UnityDecoration-title-indent: 10px; + -UnityDecoration-title-fade: 35px; + -UnityDecoration-title-alignment: 0.0; } + UnityDecoration .top { + border: 1px solid rgba(32, 35, 43, 0.97); + border-bottom-width: 0; + border-radius: 4px 4px 0 0; + padding: 1px 6px 0 6px; + background-image: linear-gradient(to bottom, #2f343f, #2f343f); + color: rgba(207, 218, 231, 0.8); + box-shadow: inset 0 1px rgba(54, 59, 72, 0.97); } + UnityDecoration .top:backdrop { + border-bottom-width: 0; + color: rgba(207, 218, 231, 0.5); } + UnityDecoration .left, UnityDecoration .right, UnityDecoration .bottom, + UnityDecoration .left:backdrop, UnityDecoration .right:backdrop, UnityDecoration .bottom:backdrop { + background-color: transparent; + background-image: linear-gradient(to bottom, rgba(32, 35, 43, 0.97), rgba(32, 35, 43, 0.97)); } + +UnityPanelWidget, +.unity-panel { + background-image: linear-gradient(to bottom, #2f343f, #2f343f); + color: #f6f7f9; + box-shadow: none; } + UnityPanelWidget:backdrop, + .unity-panel:backdrop { + color: #bdc6d1; } + +.unity-panel.menubar.menuitem:hover, +.unity-panel.menubar .menuitem *:hover { + border-radius: 0; + color: #ffffff; + background-image: linear-gradient(to bottom, #5294e2, #5294e2); + border-bottom: none; } + +.lightdm.menu { + background-image: none; + background-color: rgba(0, 0, 0, 0.4); + border-color: rgba(255, 255, 255, 0.8); + border-radius: 4px; + padding: 1px; + color: white; } + +.lightdm-combo .menu { + background-color: rgba(64, 71, 86, 0.97); + border-radius: 0px; + padding: 0px; + color: white; } + +.lightdm.menu .menuitem *, +.lightdm.menu .menuitem.check:active, +.lightdm.menu .menuitem.radio:active { + color: white; } + +.lightdm.menubar { + color: rgba(255, 255, 255, 0.8); + background-image: none; + background-color: rgba(0, 0, 0, 0.5); } + .lightdm.menubar > .menuitem { + padding: 2px 6px; } + +.lightdm-combo.combobox-entry .button, +.lightdm-combo .cell, +.lightdm-combo .button, +.lightdm-combo .entry, +.lightdm.button, +.lightdm.entry { + background-image: none; + background-color: rgba(0, 0, 0, 0.3); + border-color: rgba(255, 255, 255, 0.4); + border-radius: 10px; + padding: 7px; + color: white; + text-shadow: none; } + +.lightdm.button, +.lightdm.button:hover, +.lightdm.button:active, +.lightdm.button:active:focus, +.lightdm.entry, +.lightdm.entry:hover, +.lightdm.entry:active, +.lightdm.entry:active:focus { + background-image: none; + border-image: none; } + +.lightdm.button:focus, +.lightdm.entry:focus { + border-color: rgba(255, 255, 255, 0.1); + border-width: 1px; + border-style: solid; + color: white; } + +.lightdm.entry:selected { + background-color: rgba(255, 255, 255, 0.8); } + +.lightdm.entry:active { + -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); + animation: dashentry_spinner 1s infinite linear; } + +.lightdm.option-button { + padding: 2px; + background: none; + border: 0; } + +.lightdm.toggle-button { + background: none; + border-width: 0; } + .lightdm.toggle-button.selected { + background-color: rgba(0, 0, 0, 0.7); + border-width: 1px; } + +@keyframes dashentry_spinner { + to { + -gtk-icon-transform: rotate(1turn); } } + +.overlay-bar { + background-color: #5294e2; + border-color: #5294e2; + border-radius: 2px; + padding: 3px 6px; + margin: 3px; } + .overlay-bar label { + color: #ffffff; } + +GraniteWidgetsThinPaned { + background-color: transparent; + background-image: none; + margin: 0; + border-left: 1px solid #2b2e39; + border-right: 1px solid #2b2e39; } + +GraniteWidgetsPopOver .frame, +GraniteWidgetsStaticNotebook .frame { + border: none; } + +.help_button { + border-radius: 100px; + padding: 3px 9px; } + +toolbar.secondary-toolbar, .secondary-toolbar.inline-toolbar { + padding: 3px; + border-bottom: 1px solid #2b2e39; } + toolbar.secondary-toolbar button, .secondary-toolbar.inline-toolbar button { + padding: 0 3px 0 3px; } + +toolbar.bottom-toolbar, .bottom-toolbar.inline-toolbar { + padding: 5px; + border-width: 1px 0 0 0; + border-style: solid; + border-color: #2b2e39; + background-color: #383C4A; } + toolbar.bottom-toolbar button, .bottom-toolbar.inline-toolbar button { + padding: 2px 3px 2px 3px; } + +.source-list { + -GtkTreeView-horizontal-separator: 1px; + -GtkTreeView-vertical-separator: 6px; } + +.source-list, +.source-list.view, +iconview.source-list { + background-color: #383C4A; + color: #D3DAE3; + -gtk-icon-style: regular; } + +.source-list.category-expander { + color: transparent; } + +.source-list.view:hover, iconview.source-list:hover { + background-color: #434859; } + +.source-list.view:selected, iconview.source-list:selected, +.source-list.view:hover:selected, +iconview.source-list:hover:selected, +.source-list.view:selected:focus, +iconview.source-list:selected:focus, +.source-list.category-expander:hover { + color: #ffffff; + background-color: #5294e2; } + +.source-list scrollbar, +.source-list junction { + border-image: none; + border-color: transparent; + background-color: #383C4A; + background-image: none; } + +.source-list.badge, +.source-list.badge:hover, +.source-list.badge:selected, +.source-list.badge:selected:focus, +.source-list.badge:hover:selected { + background-image: none; + background-color: #5294e2; + color: #ffffff; + border-radius: 10px; + padding: 0 6px; + margin: 0 3px; + border-width: 0; } + +.source-list.badge:selected, +.source-list.badge:selected:focus, +.source-list.badge:hover:selected { + background-color: #ffffff; + color: #5294e2; } + +.source-list.category-expander { + color: #D3DAE3; + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); + -GtkTreeView-expander-size: 16; } + +.source-list.category-expander, +.source-list.category-expander:backdrop { + color: transparent; + border: none; } + +.source-list.category-expander:checked { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } + +GraniteWidgetsWelcome { + background-color: #404552; } + +GraniteWidgetsWelcome label { + color: #868b97; + font-size: 11px; + text-shadow: none; } + +GraniteWidgetsWelcome .h1, +GraniteWidgetsWelcome .h3 { + color: rgba(211, 218, 227, 0.8); } + +.help_button { + border-radius: 0; } + +GraniteWidgetsPopOver { + -GraniteWidgetsPopOver-arrow-width: 21; + -GraniteWidgetsPopOver-arrow-height: 10; + -GraniteWidgetsPopOver-border-radius: 2px; + -GraniteWidgetsPopOver-border-width: 1; + -GraniteWidgetsPopOver-shadow-size: 12; + border: 1px solid rgba(0, 0, 0, 0.3); + margin: 0; } + +.popover_bg { + background-image: linear-gradient(to bottom, #404552, #404552); + border: 1px solid rgba(0, 0, 0, 0.3); } + +GraniteWidgetsPopOver .sidebar.view, GraniteWidgetsPopOver iconview.sidebar, +GraniteWidgetsPopOver * { + background-color: transparent; } + +GraniteWidgetsXsEntry entry { + padding: 4px; } + +.h1 { + font-size: 24px; } + +.h2 { + font-size: 18px; } + +.h3 { + font-size: 11px; } + +.h4, +.category-label { + color: #a5abb5; + font-weight: 600; } + +.h4 { + padding-bottom: 6px; + padding-top: 6px; } + +GtkListBox .h4 { + padding-left: 6px; } + +#panel_window { + background-color: rgba(43, 46, 55, 0.95); + color: #BAC3CF; + font-weight: bold; + box-shadow: inset 0 -1px rgba(27, 29, 35, 0.95); } + #panel_window menubar { + padding-left: 5px; } + #panel_window menubar, #panel_window menubar > menuitem { + background-color: transparent; + color: #BAC3CF; + font-weight: bold; } + #panel_window menubar menuitem:disabled { + color: rgba(186, 195, 207, 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: #D3DAE3; } + +#content_frame { + padding-bottom: 14px; + background-color: #383C4A; + 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: #D3DAE3; + border-color: #2b2e39; + background-color: #444a58; } + #content_frame button:hover { + color: #D3DAE3; + border-color: #2b2e39; + background-color: #505666; } + #content_frame button:active, #content_frame button:checked { + color: #ffffff; + border-color: #2b2e39; + background-color: #5294e2; } + #content_frame button:disabled { + border-color: rgba(43, 46, 57, 0.55); + background-color: rgba(68, 74, 88, 0.55); } + #content_frame button:disabled label, #content_frame button:disabled { + color: rgba(211, 218, 227, 0.45); } + +#buttonbox_frame { + padding-top: 20px; + padding-bottom: 0px; + border-style: none; + background-color: rgba(47, 52, 63, 0.97); + 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 rgba(38, 42, 51, 0.97); } + +#buttonbox_frame button { + color: #BAC3CF; + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.35); } + #buttonbox_frame button:hover { + color: #BAC3CF; + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(119, 127, 151, 0.45); } + #buttonbox_frame button:active, #buttonbox_frame button:checked { + color: #ffffff; + border-color: rgba(26, 28, 34, 0.35); + background-color: #5294e2; } + #buttonbox_frame button:disabled { + color: #5d626e; + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.2); } + +#login_window #user_combobox { + color: #D3DAE3; + 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: green; + background-color: #F04A50; + border-color: #F04A50; } + #shutdown_button.button:hover { + background-clip: border-box; + color: green; + background-color: #f4797e; + border-color: #f4797e; } + #shutdown_button.button:active, #shutdown_button.button:checked { + background-clip: border-box; + color: green; + background-color: #ec1b22; + border-color: #ec1b22; } + +#restart_button.button { + background-clip: border-box; + color: green; + background-color: #4DADD4; + border-color: #4DADD4; } + #restart_button.button:hover { + background-clip: border-box; + color: green; + background-color: #76c0de; + border-color: #76c0de; } + #restart_button.button:active, #restart_button.button:checked { + background-clip: border-box; + color: green; + background-color: #2e96c0; + border-color: #2e96c0; } + +#greeter_infobar { + border-bottom-width: 0; + font-weight: bold; } + +.nautilus-window paned > separator { + background-image: linear-gradient(to bottom, rgba(42, 45, 55, 0.95), rgba(42, 45, 55, 0.95)); } + +filechooser paned > separator { + background-image: linear-gradient(to bottom, rgba(42, 45, 55, 0.95), rgba(42, 45, 55, 0.95)); } + +filechooser.csd.background, filechooser placessidebar list, +.nautilus-window.csd.background, +.nautilus-window placessidebar list { + background-color: transparent; } + +filechooser placessidebar.sidebar, +.nautilus-window placessidebar.sidebar { + background-color: rgba(53, 57, 69, 0.95); } + filechooser placessidebar.sidebar row.sidebar-row, + .nautilus-window placessidebar.sidebar row.sidebar-row { + border: none; + color: #BAC3CF; } + filechooser placessidebar.sidebar row.sidebar-row .sidebar-icon, + .nautilus-window placessidebar.sidebar row.sidebar-row .sidebar-icon { + color: rgba(186, 195, 207, 0.6); } + filechooser placessidebar.sidebar row.sidebar-row.has-open-popup, filechooser placessidebar.sidebar row.sidebar-row:hover, + .nautilus-window placessidebar.sidebar row.sidebar-row.has-open-popup, + .nautilus-window placessidebar.sidebar row.sidebar-row:hover { + background-color: rgba(186, 195, 207, 0.15); } + filechooser placessidebar.sidebar row.sidebar-row:disabled, filechooser placessidebar.sidebar row.sidebar-row:disabled label, filechooser placessidebar.sidebar row.sidebar-row:disabled image, + .nautilus-window placessidebar.sidebar row.sidebar-row:disabled, + .nautilus-window placessidebar.sidebar row.sidebar-row:disabled label, + .nautilus-window placessidebar.sidebar row.sidebar-row:disabled image { + color: rgba(186, 195, 207, 0.4); } + filechooser placessidebar.sidebar row.sidebar-row:selected.has-open-popup .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:selected .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:selected:hover .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:active:hover .sidebar-icon, + .nautilus-window placessidebar.sidebar row.sidebar-row:selected.has-open-popup .sidebar-icon, + .nautilus-window placessidebar.sidebar row.sidebar-row:selected .sidebar-icon, + .nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover .sidebar-icon, + .nautilus-window placessidebar.sidebar row.sidebar-row:active:hover .sidebar-icon { + color: inherit; } + filechooser placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button, + .nautilus-window placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button { + color: #BAC3CF; } + filechooser placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:hover, + .nautilus-window placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:hover { + color: #BAC3CF; + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(119, 127, 151, 0.45); } + filechooser placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:active, + .nautilus-window placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:active { + color: #ffffff; + border-color: #2b2e39; + background-color: #5294e2; } + filechooser placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:not(:hover):not(:active) > image, + .nautilus-window placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:not(:hover):not(:active) > image { + opacity: 0.5; } + filechooser placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row, + .nautilus-window placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row { + color: #5294e2; } + filechooser placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row .sidebar-icon, + .nautilus-window placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row .sidebar-icon { + color: inherit; } + filechooser placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled), filechooser placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled) label, filechooser placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled) .sidebar-icon, + .nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled), + .nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled) label, + .nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled) .sidebar-icon { + color: #F08437; } + filechooser placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected, + .nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected { + background-color: #F08437; } + filechooser placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected, filechooser placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected label, filechooser placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected .sidebar-icon, + .nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected, + .nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected label, + .nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected .sidebar-icon { + color: #ffffff; } + filechooser placessidebar.sidebar separator, + .nautilus-window placessidebar.sidebar separator { + background-color: transparent; } + +filechooser.maximized placessidebar.sidebar, +.nautilus-window.maximized placessidebar.sidebar { + background-color: #353945; } + +.nemo-window .sidebar { + color: #BAC3CF; + background-color: rgba(53, 57, 69, 0.95); } + .nemo-window .sidebar .view, .nemo-window .sidebar iconview, .nemo-window .sidebar row { + background-color: transparent; + color: #BAC3CF; } + .nemo-window .sidebar .view.cell:selected, .nemo-window .sidebar iconview.cell:selected, .nemo-window .sidebar row.cell:selected { + background-color: #5294e2; + color: #ffffff; } + .nemo-window .sidebar .view.expander, .nemo-window .sidebar iconview.expander, .nemo-window .sidebar row.expander { + color: rgba(123, 129, 141, 0.975); } + .nemo-window .sidebar .view.expander:hover, .nemo-window .sidebar iconview.expander:hover, .nemo-window .sidebar row.expander:hover { + color: #BAC3CF; } + .nemo-window .sidebar separator { + background-color: transparent; } + +.caja-side-pane, +.caja-side-pane > notebook > stack > widget > box, +.caja-side-pane text, +.caja-side-pane treeview { + color: #BAC3CF; + caret-color: #BAC3CF; + background-color: #353945; } + +.caja-side-pane > box button:not(:active):not(:checked) { + color: #BAC3CF; } + +.caja-side-pane .frame { + border-color: #2a2d37; } + +.caja-side-pane junction { + background-color: rgba(42, 45, 55, 0.95); } + +filechooser actionbar { + color: #BAC3CF; + background-color: rgba(53, 57, 69, 0.95); + border-color: rgba(20, 21, 26, 0.95); } + filechooser actionbar label, filechooser actionbar combobox { + color: #BAC3CF; } + +.gedit-bottom-panel-paned { + background-color: #404552; } + +.gedit-side-panel-paned > separator { + background-image: linear-gradient(to bottom, rgba(42, 45, 55, 0.95), rgba(42, 45, 55, 0.95)); } + +.gedit-bottom-panel-paned > separator { + background-image: linear-gradient(to bottom, #2b2e39, #2b2e39); } + +.gedit-document-panel { + background-color: rgba(53, 57, 69, 0.95); } + .maximized .gedit-document-panel { + background-color: #353945; } + .gedit-document-panel row { + color: #BAC3CF; + background-color: rgba(186, 195, 207, 0); } + .gedit-document-panel row:hover { + background-color: rgba(186, 195, 207, 0.15); } + .gedit-document-panel row:active { + color: #ffffff; + background-color: #5294e2; } + .gedit-document-panel row:active button { + color: #ffffff; } + .gedit-document-panel row:selected, .gedit-document-panel row:selected:hover { + color: #ffffff; + background-color: #5294e2; } + .gedit-document-panel row:hover:not(:selected) button:active { + color: #BAC3CF; } + +filechooser actionbar button { + color: #BAC3CF; + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.35); } + .caja-side-pane > box button:hover:not(:active), filechooser actionbar button:hover { + color: #BAC3CF; + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(119, 127, 151, 0.45); } + filechooser actionbar button:active, filechooser actionbar button:checked { + color: #ffffff; + border-color: rgba(26, 28, 34, 0.35); + background-color: #5294e2; } + filechooser actionbar button:disabled { + color: #5d626e; + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.2); } + +filechooser actionbar entry { + color: #BAC3CF; + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.35); } + filechooser actionbar entry image, filechooser actionbar entry image:hover { + color: inherit; } + filechooser actionbar entry:focus { + color: #ffffff; + border-color: rgba(26, 28, 34, 0.35); + background-color: #5294e2; } + filechooser actionbar entry:disabled { + color: rgba(186, 195, 207, 0.55); + background-color: rgba(102, 109, 132, 0.2); } + +filechooser placessidebar.sidebar scrollbar, +.nautilus-window placessidebar.sidebar scrollbar, .nemo-window .sidebar scrollbar, .caja-side-pane scrollbar { + border-color: rgba(42, 45, 55, 0.95); } + filechooser placessidebar.sidebar scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider, + .nautilus-window placessidebar.sidebar scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider, .nemo-window .sidebar scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider, .caja-side-pane scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider { + background-color: #e7eaee; + border: 1px solid rgba(0, 0, 0, 0.3); } + filechooser placessidebar.sidebar scrollbar slider, + .nautilus-window placessidebar.sidebar scrollbar slider, .nemo-window .sidebar scrollbar slider, .caja-side-pane scrollbar slider { + background-color: rgba(231, 234, 238, 0.7); } + filechooser placessidebar.sidebar scrollbar slider:hover, + .nautilus-window placessidebar.sidebar scrollbar slider:hover, .nemo-window .sidebar scrollbar slider:hover, .caja-side-pane scrollbar slider:hover { + background-color: #f6f7f9; } + filechooser placessidebar.sidebar scrollbar slider:hover:active, + .nautilus-window placessidebar.sidebar scrollbar slider:hover:active, .nemo-window .sidebar scrollbar slider:hover:active, .caja-side-pane scrollbar slider:hover:active { + background-color: #5294e2; } + filechooser placessidebar.sidebar scrollbar slider:disabled, + .nautilus-window placessidebar.sidebar scrollbar slider:disabled, .nemo-window .sidebar scrollbar slider:disabled, .caja-side-pane scrollbar slider:disabled { + background-color: transparent; } + filechooser placessidebar.sidebar scrollbar trough, + .nautilus-window placessidebar.sidebar scrollbar trough, .nemo-window .sidebar scrollbar trough, .caja-side-pane scrollbar trough { + background-color: rgba(42, 45, 55, 0.95); } + +@define-color theme_fg_color #D3DAE3; +@define-color theme_text_color #D3DAE3; +@define-color theme_bg_color #383C4A; +@define-color theme_base_color #404552; +@define-color theme_selected_bg_color #5294e2; +@define-color theme_selected_fg_color #ffffff; +@define-color fg_color #D3DAE3; +@define-color text_color #D3DAE3; +@define-color bg_color #383C4A; +@define-color base_color #404552; +@define-color selected_bg_color #5294e2; +@define-color selected_fg_color #ffffff; +@define-color insensitive_bg_color #3c4150; +@define-color insensitive_fg_color alpha(#d3dae3, 0.5); +@define-color insensitive_base_color #404552; +@define-color theme_unfocused_fg_color #D3DAE3; +@define-color theme_unfocused_text_color #D3DAE3; +@define-color theme_unfocused_bg_color #383C4A; +@define-color theme_unfocused_base_color #404552; +@define-color borders #2b2e39; +@define-color unfocused_borders #2b2e39; +@define-color warning_color #F27835; +@define-color error_color #FC4138; +@define-color success_color #73d216; +@define-color placeholder_text_color #A8A8A8; +@define-color link_color #a9caf1; +@define-color content_view_bg #404552; +@define-color wm_title alpha(#cfdae7, 0.8); +@define-color wm_unfocused_title alpha(#cfdae7, 0.5); +@define-color wm_bg #2f343f; +@define-color wm_bg_unfocused #323843; +@define-color wm_highlight #363b48; +@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 #5294e2; +@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; diff --git a/.themes/Arc-Dark-Gruvbox/gtk-3.0/thumbnail.png b/.themes/Arc-Dark-Gruvbox/gtk-3.0/thumbnail.png new file mode 100644 index 00000000..daf3162a Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/gtk-3.0/thumbnail.png differ diff --git a/.themes/Arc-Dark-Gruvbox/index.theme b/.themes/Arc-Dark-Gruvbox/index.theme new file mode 100644 index 00000000..b28274e1 --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/index.theme @@ -0,0 +1,12 @@ +[Desktop Entry] +Type=X-GNOME-Metatheme +Name=Arc-Dark-Gruvbox +Comment=An Arc mod by Salt +Encoding=UTF-8 + +[X-GNOME-Metatheme] +GtkTheme=Arc-Dark-Gruvbox +MetacityTheme=Arc-Dark-Gruvbox +IconTheme=papirus-dark +CursorTheme=Adwaita +ButtonLayout=menu:minimize,maximize,close diff --git a/.themes/Arc-Dark-Gruvbox/metacity-1/button-bg.svg b/.themes/Arc-Dark-Gruvbox/metacity-1/button-bg.svg new file mode 100644 index 00000000..1f225b53 --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/metacity-1/button-bg.svg @@ -0,0 +1,105 @@ + +image/svg+xml \ No newline at end of file diff --git a/.themes/Arc-Dark-Gruvbox/metacity-1/button-border.svg b/.themes/Arc-Dark-Gruvbox/metacity-1/button-border.svg new file mode 100644 index 00000000..a1ab9486 --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/metacity-1/button-border.svg @@ -0,0 +1,107 @@ + +image/svg+xml \ No newline at end of file diff --git a/.themes/Arc-Dark-Gruvbox/metacity-1/close-icon.svg b/.themes/Arc-Dark-Gruvbox/metacity-1/close-icon.svg new file mode 100644 index 00000000..312fa9e0 --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/metacity-1/close-icon.svg @@ -0,0 +1,104 @@ + +image/svg+xml \ No newline at end of file diff --git a/.themes/Arc-Dark-Gruvbox/metacity-1/max-icon.svg b/.themes/Arc-Dark-Gruvbox/metacity-1/max-icon.svg new file mode 100644 index 00000000..6b80028b --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/metacity-1/max-icon.svg @@ -0,0 +1,75 @@ + +image/svg+xml \ No newline at end of file diff --git a/.themes/Arc-Dark-Gruvbox/metacity-1/metacity-theme-1.xml b/.themes/Arc-Dark-Gruvbox/metacity-1/metacity-theme-1.xml new file mode 100644 index 00000000..4cb97beb --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/metacity-1/metacity-theme-1.xml @@ -0,0 +1,762 @@ + + + + Arc + horst3180 + horst3180 + 2015 + Arc Metacity theme + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +</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> + + +<!--Todo--> +<draw_ops name="menu_focused"></draw_ops> +<draw_ops name="menu_focused_pressed"></draw_ops> +<draw_ops name="menu_unfocused"></draw_ops> +<draw_ops name="menu_unfocused_prelight"></draw_ops> +<draw_ops name="menu_unfocused_pressed"></draw_ops> +<draw_ops name="shade_focused"></draw_ops> +<draw_ops name="shade_focused_pressed"></draw_ops> +<draw_ops name="shade_unfocused"></draw_ops> +<draw_ops name="shade_unfocused_prelight"></draw_ops> +<draw_ops name="shade_unfocused_pressed"></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="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_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></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_unfocused" geometry="normal_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="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_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></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_focused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_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="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_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></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_unfocused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_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="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_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></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_shaded_focused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_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="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_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></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_shaded_unfocused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_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="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_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></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="dialog_focused" geometry="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="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_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></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="dialog_unfocused" geometry="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></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="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="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_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></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button><button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="modal_dialog_unfocused" geometry="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="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_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></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="utility_focused" geometry="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="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_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></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="utility_unfocused" geometry="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="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_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></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="border_focused" geometry="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="dialog_style_set"/> +<window type="modal_dialog" style_set="modal_dialog_style_set"/> +<window type="menu" style_set="utility_style_set"/> +<window type="utility" style_set="utility_style_set"/> +<window type="border" style_set="border_style_set"/> + +</metacity_theme> diff --git a/.themes/Arc-Dark-Gruvbox/metacity-1/metacity-theme-2.xml b/.themes/Arc-Dark-Gruvbox/metacity-1/metacity-theme-2.xml new file mode 100644 index 00000000..4cb97beb --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/metacity-1/metacity-theme-2.xml @@ -0,0 +1,762 @@ +<?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="#afb8c6" /> +<constant name="C_title_unfocused" value="#8a939f" /> + +<constant name="C_wm_bg_focused" value="#2f343f" /> +<constant name="C_wm_bg_unfocused" value="#2f343f" /> + +<constant name="C_wm_highlight" value="#353a48" /> + +<!-- window button colors --> + +<!-- close --> +<constant name="C_button_close_bg_focused" value="#cc575d" /> +<constant name="C_button_close_bg_hover" value="#d7787d" /> +<constant name="C_button_close_bg_active" value="#be3841" /> + +<constant name="C_icon_close_bg" value="#2f343f" /> + +<!-- minimize, maximize --> +<constant name="C_button_bg_hover" value="#454C5C" /> +<constant name="C_button_bg_active" value="#5294e2" /> + +<constant name="C_button_border_hover" value="#262932" /> + +<constant name="C_icon_bg_focused" value="#90939B" /> +<constant name="C_icon_bg_unfocused" value="#666A74" /> +<constant name="C_icon_bg_hover" value="#C4C7CC" /> +<constant name="C_icon_bg_active" value="#5294e2" /> + +<!-- geometries --> + +<frame_geometry name="normal" title_scale="medium" rounded_top_left="1" rounded_top_right="1"> + <distance name="left_width" value="1" /> + <distance name="right_width" value="1" /> + <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="3" right="3" top="0" bottom="0"/> + <aspect_ratio name="button" value="1.0" /> +</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="0"/> + <distance name="right_titlebar_edge" value="0"/> + <distance name="title_vertical_pad" value="2"/> <!-- + This needs to be 1 less then the + title_vertical_pad on normal state + or you'll have bigger buttons --> + <distance name="bottom_height" value="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="title_vertical_pad" value="0" /> + <border name="title_border" left="10" right="10" 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> + + +<!--Todo--> +<draw_ops name="menu_focused"></draw_ops> +<draw_ops name="menu_focused_pressed"></draw_ops> +<draw_ops name="menu_unfocused"></draw_ops> +<draw_ops name="menu_unfocused_prelight"></draw_ops> +<draw_ops name="menu_unfocused_pressed"></draw_ops> +<draw_ops name="shade_focused"></draw_ops> +<draw_ops name="shade_focused_pressed"></draw_ops> +<draw_ops name="shade_unfocused"></draw_ops> +<draw_ops name="shade_unfocused_prelight"></draw_ops> +<draw_ops name="shade_unfocused_pressed"></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="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_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></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_unfocused" geometry="normal_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="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_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></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_focused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_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="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_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></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_unfocused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_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="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_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></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_shaded_focused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_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="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_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></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_shaded_unfocused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_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="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_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></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="dialog_focused" geometry="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="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_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></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="dialog_unfocused" geometry="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></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="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="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_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></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button><button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="modal_dialog_unfocused" geometry="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="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_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></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="utility_focused" geometry="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="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_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></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="utility_unfocused" geometry="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="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_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></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="border_focused" geometry="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="dialog_style_set"/> +<window type="modal_dialog" style_set="modal_dialog_style_set"/> +<window type="menu" style_set="utility_style_set"/> +<window type="utility" style_set="utility_style_set"/> +<window type="border" style_set="border_style_set"/> + +</metacity_theme> diff --git a/.themes/Arc-Dark-Gruvbox/metacity-1/metacity-theme-3.xml b/.themes/Arc-Dark-Gruvbox/metacity-1/metacity-theme-3.xml new file mode 100644 index 00000000..6a0aeef0 --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/metacity-1/metacity-theme-3.xml @@ -0,0 +1,1016 @@ +<?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="gtk:custom(wm_title,#70788d)" /> +<constant name="C_title_unfocused" value="gtk:custom(wm_unfocused_title,#979dac)" /> + +<constant name="C_wm_bg_focused" value="gtk:custom(wm_bg,#e7e8eb)" /> +<constant name="C_wm_bg_unfocused" value="gtk:custom(wm_bg,#e7e8eb)" /> + +<constant name="C_wm_highlight" value="gtk:custom(wm_highlight,#eeeff1)" /> + +<!-- window button colors --> + +<!-- close --> +<constant name="C_button_close_bg_focused" value="gtk:custom(wm_button_close_bg,#f46067)" /> +<constant name="C_button_close_bg_hover" value="gtk:custom(wm_button_close_hover_bg,#f68086)" /> +<constant name="C_button_close_bg_active" value="gtk:custom(wm_button_close_active_bg,#f13039)" /> + +<constant name="C_icon_close_bg" value="gtk:custom(wm_icon_close_bg,#F8F8F9)" /> + +<!-- minimize, maximize --> +<constant name="C_button_bg_hover" value="gtk:custom(wm_button_hover_bg,#fdfdfd)" /> +<constant name="C_button_bg_active" value="gtk:custom(wm_button_active_bg,#5294E2)" /> + +<constant name="C_button_border_hover" value="gtk:custom(wm_button_hover_border,#D1D3DA)" /> + +<constant name="C_icon_bg_focused" value="gtk:custom(wm_icon_bg,#90949E)" /> +<constant name="C_icon_bg_unfocused" value="gtk:custom(wm_icon_unfocused_bg,#B6B8C0)" /> +<constant name="C_icon_bg_hover" value="gtk:custom(wm_icon_hover_bg,#7A7F8B)" /> +<constant name="C_icon_bg_active" value="gtk:custom(wm_icon_active_bg,#ffffff)" /> + +<!-- geometries --> + +<frame_geometry name="normal" title_scale="medium" rounded_top_left="1" rounded_top_right="1"> + <distance name="left_width" value="0" /> + <distance name="right_width" value="0" /> + <distance name="bottom_height" value="0" /> + <distance name="left_titlebar_edge" value="2"/> + <distance name="right_titlebar_edge" value="2"/> + <distance name="title_vertical_pad" value="3"/> + <border name="title_border" left="10" right="10" top="3" bottom="3"/> + <border name="button_border" left="0" right="0" top="0" bottom="0"/> + <distance name="button_width" value="30"/> + <distance name="button_height" value="16"/> +</frame_geometry> + +<frame_geometry name="normal_unfocused" title_scale="medium" rounded_top_left="1" rounded_top_right="1" parent="normal"> +</frame_geometry> + +<frame_geometry name="max" title_scale="medium" parent="normal" rounded_top_left="false" rounded_top_right="false"> + <distance name="left_width" value="0" /> + <distance name="right_width" value="0" /> + <distance name="left_titlebar_edge" value="0"/> + <distance name="right_titlebar_edge" value="0"/> + <distance name="title_vertical_pad" value="2"/> <!-- + This needs to be 1 less then the + title_vertical_pad on normal state + or you'll have bigger buttons --> + <distance name="bottom_height" value="0" /> +</frame_geometry> + +<frame_geometry name="tiled_left" title_scale="medium" rounded_top_left="false" rounded_top_right="1" parent="normal"> + <distance name="right_width" value="0" /> +</frame_geometry> + +<frame_geometry name="tiled_right" title_scale="medium" rounded_top_left="1" rounded_top_right="false" parent="normal"> + <distance name="left_width" value="0" /> +</frame_geometry> + +<frame_geometry name="small" title_scale="small" parent="normal" rounded_top_left="1" rounded_top_right="1"> + <distance name="title_vertical_pad" value="7"/> + <distance name="left_titlebar_edge" value="1"/> + <distance name="right_titlebar_edge" value="1"/> + <border name="title_border" left="10" right="10" top="0" bottom="1"/> +</frame_geometry> + +<frame_geometry name="small_unfocused" parent="small"> +</frame_geometry> + +<frame_geometry name="border" has_title="false" rounded_top_left="false" rounded_top_right="false" parent="normal" > + <distance name="left_width" value="1" /> + <distance name="right_width" value="1" /> + <distance name="bottom_height" value="1" /> + <border name="title_border" left="10" right="10" top="0" bottom="0" /> + <distance name="title_vertical_pad" value="1" /> + <distance name="button_height" value="0"/> +</frame_geometry> + +<frame_geometry name="borderless" has_title="false" rounded_top_left="false" rounded_top_right="false" parent="normal" > + <distance name="left_width" value="0" /> + <distance name="right_width" value="0" /> + <distance name="bottom_height" value="0" /> + <distance name="title_vertical_pad" value="0" /> + <border name="title_border" left="10" right="10" top="0" bottom="0" /> + <distance name="button_height" value="0"/> +</frame_geometry> + +<frame_geometry name="modal" title_scale="small" hide_buttons="true" rounded_top_left="1" rounded_top_right="1" parent="small"> + <distance name="title_vertical_pad" value="5"/> +</frame_geometry> + +<!--chromium save dialog--> +<frame_geometry name="attached" title_scale="small" has_title="false" hide_buttons="true" rounded_top_left="1" rounded_top_right="1" rounded_bottom_left="0" rounded_bottom_right="0" parent="normal"> + <distance name="title_vertical_pad" value="0"/> + <distance name="bottom_height" value="1"/> + <distance name="left_width" value="1"/> + <distance name="right_width" value="1"/> +</frame_geometry> + +<!-- drawing operations --> + + <!-- title --> + +<draw_ops name="title_focused"> + + <title version="< 3.1" + x="(0 `max` ((width - title_width) / 2))" + y="(0 `max` ((height - title_height) / 2)) + 1" + color="C_title_focused" /> + <title version=">= 3.1" + x="(0 `max` ((frame_x_center - title_width / 2) `min` (width - title_width)))" + y="(0 `max` ((height - title_height) / 2)) + 1" + ellipsize_width="width" + color="C_title_focused" /> +</draw_ops> + +<draw_ops name="title_unfocused"> + <title version="< 3.1" + x="(0 `max` ((width - title_width) / 2))" + y="(0 `max` ((height - title_height) / 2)) + 1" + color="C_title_unfocused" /> + <title version=">= 3.1" + x="(0 `max` ((frame_x_center - title_width / 2) `min` (width - title_width)))" + y="(0 `max` ((height - title_height) / 2)) + 1" + ellipsize_width="width" + color="C_title_unfocused" /> +</draw_ops> + + <!-- window decorations --> + +<draw_ops name="entire_background_focused"> + <rectangle color="C_wm_bg_focused" x="0" y="0" width="width" height="height" filled="true" /> +</draw_ops> + +<draw_ops name="entire_background_unfocused"> + <rectangle color="C_wm_bg_unfocused" x="0" y="0" width="width" height="height" filled="true" /> +</draw_ops> + +<draw_ops name="titlebar_focused"> + <rectangle color="C_wm_bg_focused" x="0" y="0" width="width" height="height" filled="true" /> + <rectangle color="C_wm_highlight" x="0" y="0" width="width" height="1" filled="true" /> +</draw_ops> + +<draw_ops name="titlebar_unfocused"> + <rectangle color="C_wm_bg_unfocused" x="0" y="0" width="width" height="height" filled="true" /> + <rectangle color="C_wm_highlight" x="0" y="0" width="width" height="1" filled="true" /> +</draw_ops> + +<draw_ops name="titlebar_max"> + +</draw_ops> + +<draw_ops name="titlebar_small_focused"> + +</draw_ops> + +<draw_ops name="titlebar_small_unfocused"> + +</draw_ops> + +<draw_ops name="border_focused"> + <rectangle color="C_wm_bg_focused" x="0" y="0" width="width" height="height" filled="false" /> +</draw_ops> + +<draw_ops name="border_unfocused"> + <rectangle color="C_wm_bg_unfocused" x="0" y="0" width="width" height="height" filled="false" /> +</draw_ops> + + +<!--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> + + +<!--Todo--> +<draw_ops name="menu_focused"></draw_ops> +<draw_ops name="menu_focused_pressed"></draw_ops> +<draw_ops name="menu_unfocused"></draw_ops> +<draw_ops name="menu_unfocused_prelight"></draw_ops> +<draw_ops name="menu_unfocused_pressed"></draw_ops> +<draw_ops name="shade_focused"></draw_ops> +<draw_ops name="shade_focused_pressed"></draw_ops> +<draw_ops name="shade_unfocused"></draw_ops> +<draw_ops name="shade_unfocused_prelight"></draw_ops> +<draw_ops name="shade_unfocused_pressed"></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="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_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></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_unfocused" geometry="normal_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="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_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></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_focused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_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="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_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></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_unfocused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_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="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_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></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_shaded_focused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_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="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_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></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_shaded_unfocused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_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="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_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></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="dialog_focused" geometry="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="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_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></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="dialog_unfocused" geometry="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></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="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="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_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></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button><button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="modal_dialog_unfocused" geometry="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="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_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></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="utility_focused" geometry="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="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_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></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="utility_unfocused" geometry="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="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_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></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="border_focused" geometry="border"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="overlay" draw_ops="border_focused" /> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="border_unfocused" geometry="border"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="overlay" draw_ops="border_unfocused" /> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="borderless" geometry="borderless"> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="attached_focused" geometry="attached"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_focused" /> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="attached_unfocused" geometry="attached"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_unfocused" /> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="tiled_left_focused" geometry="tiled_left"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_focused" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_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></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="tiled_left_unfocused" geometry="tiled_left"> + <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="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_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></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="tiled_right_focused" geometry="tiled_right"> + <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="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_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></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="tiled_right_unfocused" geometry="tiled_right"> + <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="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_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></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 version=">= 3.3" focus="yes" state="tiled_left" style="tiled_left_focused"/> + <frame version=">= 3.3" focus="no" state="tiled_left" style="tiled_left_unfocused"/> + <frame version=">= 3.3" focus="yes" state="tiled_right" style="tiled_right_focused"/> + <frame version=">= 3.3" focus="no" state="tiled_right" style="tiled_right_unfocused"/> + <frame version=">= 3.3" focus="yes" state="tiled_left_and_shaded" style="tiled_left_focused"/> + <frame version=">= 3.3" focus="no" state="tiled_left_and_shaded" style="tiled_left_unfocused"/> + <frame version=">= 3.3" focus="yes" state="tiled_right_and_shaded" style="tiled_right_focused"/> + <frame version=">= 3.3" focus="no" state="tiled_right_and_shaded" style="tiled_right_unfocused"/> +</frame_style_set> + +<frame_style_set name="dialog_style_set"> + <frame focus="yes" state="normal" resize="both" style="dialog_focused"/> + <frame focus="no" state="normal" resize="both" style="dialog_unfocused"/> + <frame focus="yes" state="maximized" style="blank"/> + <frame focus="no" state="maximized" style="blank"/> + <frame focus="yes" state="shaded" style="dialog_focused"/> + <frame focus="no" state="shaded" style="dialog_unfocused"/> + <frame focus="yes" state="maximized_and_shaded" style="blank"/> + <frame focus="no" state="maximized_and_shaded" style="blank"/> +</frame_style_set> + +<frame_style_set name="modal_dialog_style_set"> + <frame focus="yes" state="normal" resize="both" style="modal_dialog_focused"/> + <frame focus="no" state="normal" resize="both" style="modal_dialog_unfocused"/> + <frame focus="yes" state="maximized" style="blank"/> + <frame focus="no" state="maximized" style="blank"/> + <frame focus="yes" state="shaded" style="modal_dialog_focused"/> + <frame focus="no" state="shaded" style="modal_dialog_unfocused"/> + <frame focus="yes" state="maximized_and_shaded" style="blank"/> + <frame focus="no" state="maximized_and_shaded" style="blank"/> +</frame_style_set> + +<frame_style_set name="utility_style_set"> + <frame focus="yes" state="normal" resize="both" style="utility_focused"/> + <frame focus="no" state="normal" resize="both" style="utility_unfocused"/> + <frame focus="yes" state="maximized" style="blank"/> + <frame focus="no" state="maximized" style="blank"/> + <frame focus="yes" state="shaded" style="utility_focused"/> + <frame focus="no" state="shaded" style="utility_unfocused"/> + <frame focus="yes" state="maximized_and_shaded" style="blank"/> + <frame focus="no" state="maximized_and_shaded" style="blank"/> +</frame_style_set> + +<frame_style_set name="border_style_set"> + <frame focus="yes" state="normal" resize="both" style="border_focused"/> + <frame focus="no" state="normal" resize="both" style="border_unfocused"/> + <frame focus="yes" state="maximized" style="borderless"/> + <frame focus="no" state="maximized" style="borderless"/> + <frame focus="yes" state="shaded" style="blank"/> + <frame focus="no" state="shaded" style="blank"/> + <frame focus="yes" state="maximized_and_shaded" style="blank"/> + <frame focus="no" state="maximized_and_shaded" style="blank"/> +</frame_style_set> + +<frame_style_set name="attached_style_set"> + <frame focus="yes" state="normal" resize="both" style="attached_focused"/> + <frame focus="no" state="normal" resize="both" style="attached_unfocused"/> + <frame focus="yes" state="maximized" style="blank"/> + <frame focus="no" state="maximized" style="blank"/> + <frame focus="yes" state="shaded" style="blank"/> + <frame focus="no" state="shaded" style="blank"/> + <frame focus="yes" state="maximized_and_shaded" style="blank"/> + <frame focus="no" state="maximized_and_shaded" style="blank"/> +</frame_style_set> + + +<!-- windows --> + +<window type="normal" style_set="normal_style_set"/> +<window type="dialog" style_set="dialog_style_set"/> +<window type="modal_dialog" style_set="modal_dialog_style_set"/> +<window type="menu" style_set="utility_style_set"/> +<window type="utility" style_set="utility_style_set"/> +<window type="border" style_set="border_style_set"/> +<window version=">= 3.2" type="attached" style_set="attached_style_set"/> + +</metacity_theme> diff --git a/.themes/Arc-Dark-Gruvbox/metacity-1/min-icon.svg b/.themes/Arc-Dark-Gruvbox/metacity-1/min-icon.svg new file mode 100644 index 00000000..92920b53 --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/metacity-1/min-icon.svg @@ -0,0 +1,75 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + enable-background="new 0 0 32 32" + height="16" + id="Layer_1" + version="1.1" + viewBox="0 0 16 16" + width="16" + xml:space="preserve" + inkscape:version="0.91 r13725" + sodipodi:docname="min-icon.svg"><metadata + id="metadata26"><rdf:RDF><cc:Work + rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title /></cc:Work></rdf:RDF></metadata><defs + id="defs24" /><sodipodi:namedview + pagecolor="#e2e2e2" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1366" + inkscape:window-height="718" + id="namedview22" + showgrid="true" + inkscape:zoom="22.627417" + inkscape:cx="6.164106" + inkscape:cy="8.4082271" + inkscape:window-x="0" + inkscape:window-y="27" + inkscape:window-maximized="1" + inkscape:current-layer="Layer_1" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true"><inkscape:grid + type="xygrid" + id="grid3003" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /></sodipodi:namedview><g + style="display:inline" + id="titlebutton-min" + inkscape:label="#g6247" + transform="translate(-587,185.63782)"><g + id="g7138" + style="display:inline;opacity:1" + transform="translate(-781,-432.63782)"><g + transform="translate(-58,0)" + style="display:inline;opacity:1" + id="g4490-3-75"><g + id="g4092-0-7-0" + style="display:inline" + transform="translate(58,0)" /></g><path + inkscape:connector-curvature="0" + d="m 1373,254 0,2 6,0 0,-2 z" + id="rect9057-4-3" + style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#808080;fill-opacity:1;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" + sodipodi:nodetypes="ccccc" /></g><rect + y="-185.63782" + x="587" + height="16" + width="16" + id="rect17883-32" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" /></g></svg> \ No newline at end of file diff --git a/.themes/Arc-Dark-Gruvbox/metacity-1/thumbnail.png b/.themes/Arc-Dark-Gruvbox/metacity-1/thumbnail.png new file mode 100644 index 00000000..02c35905 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/metacity-1/thumbnail.png differ diff --git a/.themes/Arc-Dark-Gruvbox/unity/close.svg b/.themes/Arc-Dark-Gruvbox/unity/close.svg new file mode 120000 index 00000000..cd184561 --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/unity/close.svg @@ -0,0 +1 @@ +window-buttons/close.svg \ No newline at end of file diff --git a/.themes/Arc-Dark-Gruvbox/unity/close_dash.svg b/.themes/Arc-Dark-Gruvbox/unity/close_dash.svg new file mode 120000 index 00000000..054a65b4 --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/unity/close_dash.svg @@ -0,0 +1 @@ +dash/close_dash.svg \ No newline at end of file diff --git a/.themes/Arc-Dark-Gruvbox/unity/close_dash_disabled.svg b/.themes/Arc-Dark-Gruvbox/unity/close_dash_disabled.svg new file mode 120000 index 00000000..6635e953 --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/unity/close_dash_disabled.svg @@ -0,0 +1 @@ +dash/close_dash_disabled.svg \ No newline at end of file diff --git a/.themes/Arc-Dark-Gruvbox/unity/close_dash_prelight.svg b/.themes/Arc-Dark-Gruvbox/unity/close_dash_prelight.svg new file mode 120000 index 00000000..4f99727c --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/unity/close_dash_prelight.svg @@ -0,0 +1 @@ +dash/close_dash_prelight.svg \ No newline at end of file diff --git a/.themes/Arc-Dark-Gruvbox/unity/close_dash_pressed.svg b/.themes/Arc-Dark-Gruvbox/unity/close_dash_pressed.svg new file mode 120000 index 00000000..5bb4c0b4 --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/unity/close_dash_pressed.svg @@ -0,0 +1 @@ +dash/close_dash_pressed.svg \ No newline at end of file diff --git a/.themes/Arc-Dark-Gruvbox/unity/close_focused_normal.svg b/.themes/Arc-Dark-Gruvbox/unity/close_focused_normal.svg new file mode 120000 index 00000000..cd184561 --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/unity/close_focused_normal.svg @@ -0,0 +1 @@ +window-buttons/close.svg \ No newline at end of file diff --git a/.themes/Arc-Dark-Gruvbox/unity/close_focused_prelight.svg b/.themes/Arc-Dark-Gruvbox/unity/close_focused_prelight.svg new file mode 120000 index 00000000..e338f1e8 --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/unity/close_focused_prelight.svg @@ -0,0 +1 @@ +window-buttons/close_prelight.svg \ No newline at end of file diff --git a/.themes/Arc-Dark-Gruvbox/unity/close_focused_pressed.svg b/.themes/Arc-Dark-Gruvbox/unity/close_focused_pressed.svg new file mode 120000 index 00000000..217bc6c1 --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/unity/close_focused_pressed.svg @@ -0,0 +1 @@ +window-buttons/close_pressed.svg \ No newline at end of file diff --git a/.themes/Arc-Dark-Gruvbox/unity/close_unfocused.svg b/.themes/Arc-Dark-Gruvbox/unity/close_unfocused.svg new file mode 120000 index 00000000..c55c7f2b --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/unity/close_unfocused.svg @@ -0,0 +1 @@ +window-buttons/close_unfocused.svg \ No newline at end of file diff --git a/.themes/Arc-Dark-Gruvbox/unity/close_unfocused_prelight.svg b/.themes/Arc-Dark-Gruvbox/unity/close_unfocused_prelight.svg new file mode 120000 index 00000000..e338f1e8 --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/unity/close_unfocused_prelight.svg @@ -0,0 +1 @@ +window-buttons/close_prelight.svg \ No newline at end of file diff --git a/.themes/Arc-Dark-Gruvbox/unity/close_unfocused_pressed.svg b/.themes/Arc-Dark-Gruvbox/unity/close_unfocused_pressed.svg new file mode 120000 index 00000000..217bc6c1 --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/unity/close_unfocused_pressed.svg @@ -0,0 +1 @@ +window-buttons/close_pressed.svg \ No newline at end of file diff --git a/.themes/Arc-Dark-Gruvbox/unity/dash/close_dash.svg b/.themes/Arc-Dark-Gruvbox/unity/dash/close_dash.svg new file mode 100644 index 00000000..2b484e8b --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/unity/dash/close_dash.svg @@ -0,0 +1,214 @@ +<?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="24" + height="24" + id="svg4306" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="close_dash.svg" + style="enable-background:new"> + <defs + id="defs4308"> + <linearGradient + id="linearGradient3770"> + <stop + style="stop-color:#000000;stop-opacity:0.62827224;" + offset="0" + id="stop3772" /> + <stop + style="stop-color:#000000;stop-opacity:0.49803922;" + offset="1" + id="stop3774" /> + </linearGradient> + <linearGradient + id="linearGradient4882"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4884" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop4886" /> + </linearGradient> + <linearGradient + id="linearGradient3784-6"> + <stop + style="stop-color:#ffffff;stop-opacity:0.21568628;" + offset="0" + id="stop3786-4" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop3788-6" /> + </linearGradient> + <linearGradient + id="linearGradient4892"> + <stop + id="stop4894" + offset="0" + style="stop-color:#2f3a42;stop-opacity:1;" /> + <stop + id="stop4896" + offset="1" + style="stop-color:#1d242a;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient4882-4"> + <stop + id="stop4884-9" + offset="0" + style="stop-color:#728495;stop-opacity:1;" /> + <stop + id="stop4886-9" + offset="1" + style="stop-color:#617c95;stop-opacity:0;" /> + </linearGradient> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#f0f1f2" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="32.000001" + inkscape:cx="10.337718" + inkscape:cy="9.0639316" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="1366" + inkscape:window-height="721" + inkscape:window-x="0" + inkscape:window-y="25" + inkscape:window-maximized="1" + inkscape:snap-bbox="true" + inkscape:snap-global="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="grid4314" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + <sodipodi:guide + orientation="1,0" + position="12,12" + id="guide4316" /> + <sodipodi:guide + orientation="0,1" + position="12,12" + id="guide4318" /> + </sodipodi:namedview> + <metadata + id="metadata4311"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Ebene 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1028.3622)"> + <g + style="display:inline" + id="titlebutton-close-dark" + inkscape:label="#g6210" + transform="translate(-641,1218)"> + <g + id="g4927-9-2-8" + style="display:inline;opacity:1" + transform="translate(-678,-432.63782)"> + <g + transform="translate(-103,0)" + style="display:inline;opacity:1" + id="g4490-6-5-2-5-3"> + <g + id="g4092-0-2-21-0-9-7" + style="display:inline" + transform="translate(58,0)"> + <path + inkscape:connector-curvature="0" + style="fill:#cc575d;fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="m 414,58 a 7,7 0 0 0 -7,7 7,7 0 0 0 7,7 7,7 0 0 0 7,-7 7,7 0 0 0 -7,-7 z m -3,3.921875 0.75,0 c 0.008,-9e-5 0.0156,-3.45e-4 0.0234,0 0.19121,0.0084 0.3824,0.09643 0.51562,0.234375 L 414,63.867188 415.73438,62.15625 c 0.19921,-0.172875 0.335,-0.229125 0.51562,-0.234375 l 0.75,0 0,0.75 c 0,0.214853 -0.0258,0.412987 -0.1875,0.5625 l -1.71094,1.710937 1.6875,1.6875 C 416.9302,66.77394 416.99999,66.9729 417,67.171875 l 0,0.75 -0.75,0 c -0.19898,-8e-6 -0.39794,-0.06982 -0.53906,-0.210937 L 414,66 l -1.71094,1.710938 c -0.14112,0.141142 -0.34009,0.210937 -0.53906,0.210937 l -0.75,0 0,-0.75 c 0,-0.198967 0.0698,-0.397935 0.21094,-0.539063 l 1.71094,-1.6875 -1.71094,-1.710937 C 411.05288,63.088403 410.98357,62.882438 411,62.671875 l 0,-0.75 z" + transform="translate(962.00001,190.00002)" + id="path4068-7-5-9-6-5-8" /> + </g> + </g> + <g + id="g4778-2-68-8-7" + transform="translate(1323,246.86719)" + style="fill:#ffffff;fill-opacity:1"> + <g + style="display:inline;fill:#ffffff;fill-opacity:1" + id="layer9-9-4-4-1-1" + transform="translate(-60,-518)" /> + <g + id="layer10-2-1-8-0-4" + transform="translate(-60,-518)" + style="fill:#ffffff;fill-opacity:1" /> + <g + id="layer11-16-4-9-6-9" + transform="translate(-60,-518)" + style="fill:#ffffff;fill-opacity:1" /> + <g + transform="matrix(0.75,0,0,0.75,2,2.0546875)" + id="g2996-76-5-96-3" + style="fill:#ffffff;fill-opacity:1"> + <g + transform="translate(-60,-518)" + id="layer12-4-5-7-9-4" + style="fill:#ffffff;fill-opacity:1"> + <g + transform="translate(19,-242)" + id="layer4-4-1-9-5-6-3" + style="display:inline;fill:#ffffff;fill-opacity:1" /> + </g> + </g> + <g + id="layer13-2-6-11-3-1" + transform="translate(-60,-518)" + style="fill:#ffffff;fill-opacity:1" /> + <g + id="layer14-4-0-33-2-4" + transform="translate(-60,-518)" + style="fill:#ffffff;fill-opacity:1" /> + <g + id="layer15-7-3-0-6-6" + transform="translate(-60,-518)" + style="fill:#ffffff;fill-opacity:1" /> + </g> + </g> + <rect + y="-185.63782" + x="645" + height="16" + width="16" + id="rect17883-39-99-8" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" /> + </g> + </g> +</svg> diff --git a/.themes/Arc-Dark-Gruvbox/unity/dash/close_dash_disabled.svg b/.themes/Arc-Dark-Gruvbox/unity/dash/close_dash_disabled.svg new file mode 100644 index 00000000..497574e0 --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/unity/dash/close_dash_disabled.svg @@ -0,0 +1,214 @@ +<?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="24" + height="24" + id="svg4306" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="close_dash_disabled.svg" + style="enable-background:new"> + <defs + id="defs4308"> + <linearGradient + id="linearGradient3770"> + <stop + style="stop-color:#000000;stop-opacity:0.62827224;" + offset="0" + id="stop3772" /> + <stop + style="stop-color:#000000;stop-opacity:0.49803922;" + offset="1" + id="stop3774" /> + </linearGradient> + <linearGradient + id="linearGradient4882"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4884" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop4886" /> + </linearGradient> + <linearGradient + id="linearGradient3784-6"> + <stop + style="stop-color:#ffffff;stop-opacity:0.21568628;" + offset="0" + id="stop3786-4" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop3788-6" /> + </linearGradient> + <linearGradient + id="linearGradient4892"> + <stop + id="stop4894" + offset="0" + style="stop-color:#2f3a42;stop-opacity:1;" /> + <stop + id="stop4896" + offset="1" + style="stop-color:#1d242a;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient4882-4"> + <stop + id="stop4884-9" + offset="0" + style="stop-color:#728495;stop-opacity:1;" /> + <stop + id="stop4886-9" + offset="1" + style="stop-color:#617c95;stop-opacity:0;" /> + </linearGradient> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#f0f1f2" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="32.000001" + inkscape:cx="10.337718" + inkscape:cy="9.0639316" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="1366" + inkscape:window-height="721" + inkscape:window-x="0" + inkscape:window-y="25" + inkscape:window-maximized="1" + inkscape:snap-bbox="true" + inkscape:snap-global="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="grid4314" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + <sodipodi:guide + orientation="1,0" + position="12,12" + id="guide4316" /> + <sodipodi:guide + orientation="0,1" + position="12,12" + id="guide4318" /> + </sodipodi:namedview> + <metadata + id="metadata4311"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Ebene 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1028.3622)"> + <g + style="display:inline;opacity:0.4" + id="titlebutton-close-backdrop-dark" + inkscape:label="#g6210" + transform="translate(-641.00002,1218)"> + <g + id="g4927-9-2-8-0" + style="display:inline;opacity:1" + transform="translate(-678,-432.63782)"> + <g + transform="translate(-103,0)" + style="display:inline;opacity:1" + id="g4490-6-5-2-5-3-3"> + <g + id="g4092-0-2-21-0-9-7-0" + style="display:inline" + transform="translate(58,0)"> + <path + inkscape:connector-curvature="0" + style="fill:#b9bcc2;fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="m 414,58 a 7,7 0 0 0 -7,7 7,7 0 0 0 7,7 7,7 0 0 0 7,-7 7,7 0 0 0 -7,-7 z m -3,3.921875 0.75,0 c 0.008,-9e-5 0.0156,-3.45e-4 0.0234,0 0.19121,0.0084 0.3824,0.09643 0.51562,0.234375 L 414,63.867188 415.73438,62.15625 c 0.19921,-0.172875 0.335,-0.229125 0.51562,-0.234375 l 0.75,0 0,0.75 c 0,0.214853 -0.0258,0.412987 -0.1875,0.5625 l -1.71094,1.710937 1.6875,1.6875 C 416.9302,66.77394 416.99999,66.9729 417,67.171875 l 0,0.75 -0.75,0 c -0.19898,-8e-6 -0.39794,-0.06982 -0.53906,-0.210937 L 414,66 l -1.71094,1.710938 c -0.14112,0.141142 -0.34009,0.210937 -0.53906,0.210937 l -0.75,0 0,-0.75 c 0,-0.198967 0.0698,-0.397935 0.21094,-0.539063 l 1.71094,-1.6875 -1.71094,-1.710937 C 411.05288,63.088403 410.98357,62.882438 411,62.671875 l 0,-0.75 z" + transform="translate(962.00001,190.00002)" + id="path4068-7-5-9-6-5-8-3" /> + </g> + </g> + <g + id="g4778-2-68-8-7-6" + transform="translate(1323,246.86719)" + style="fill:#ffffff;fill-opacity:1"> + <g + style="display:inline;fill:#ffffff;fill-opacity:1" + id="layer9-9-4-4-1-1-0" + transform="translate(-60,-518)" /> + <g + id="layer10-2-1-8-0-4-0" + transform="translate(-60,-518)" + style="fill:#ffffff;fill-opacity:1" /> + <g + id="layer11-16-4-9-6-9-6" + transform="translate(-60,-518)" + style="fill:#ffffff;fill-opacity:1" /> + <g + transform="matrix(0.75,0,0,0.75,2,2.0546875)" + id="g2996-76-5-96-3-0" + style="fill:#ffffff;fill-opacity:1"> + <g + transform="translate(-60,-518)" + id="layer12-4-5-7-9-4-0" + style="fill:#ffffff;fill-opacity:1"> + <g + transform="translate(19,-242)" + id="layer4-4-1-9-5-6-3-3" + style="display:inline;fill:#ffffff;fill-opacity:1" /> + </g> + </g> + <g + id="layer13-2-6-11-3-1-8" + transform="translate(-60,-518)" + style="fill:#ffffff;fill-opacity:1" /> + <g + id="layer14-4-0-33-2-4-4" + transform="translate(-60,-518)" + style="fill:#ffffff;fill-opacity:1" /> + <g + id="layer15-7-3-0-6-6-6" + transform="translate(-60,-518)" + style="fill:#ffffff;fill-opacity:1" /> + </g> + </g> + <rect + y="-185.63782" + x="645" + height="16" + width="16" + id="rect17883-39-99-8-6" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" /> + </g> + </g> +</svg> diff --git a/.themes/Arc-Dark-Gruvbox/unity/dash/close_dash_prelight.svg b/.themes/Arc-Dark-Gruvbox/unity/dash/close_dash_prelight.svg new file mode 100644 index 00000000..6d3238c8 --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/unity/dash/close_dash_prelight.svg @@ -0,0 +1,214 @@ +<?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="24" + height="24" + id="svg4306" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="close_dash_prelight.svg" + style="enable-background:new"> + <defs + id="defs4308"> + <linearGradient + id="linearGradient3770"> + <stop + style="stop-color:#000000;stop-opacity:0.62827224;" + offset="0" + id="stop3772" /> + <stop + style="stop-color:#000000;stop-opacity:0.49803922;" + offset="1" + id="stop3774" /> + </linearGradient> + <linearGradient + id="linearGradient4882"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4884" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop4886" /> + </linearGradient> + <linearGradient + id="linearGradient3784-6"> + <stop + style="stop-color:#ffffff;stop-opacity:0.21568628;" + offset="0" + id="stop3786-4" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop3788-6" /> + </linearGradient> + <linearGradient + id="linearGradient4892"> + <stop + id="stop4894" + offset="0" + style="stop-color:#2f3a42;stop-opacity:1;" /> + <stop + id="stop4896" + offset="1" + style="stop-color:#1d242a;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient4882-4"> + <stop + id="stop4884-9" + offset="0" + style="stop-color:#728495;stop-opacity:1;" /> + <stop + id="stop4886-9" + offset="1" + style="stop-color:#617c95;stop-opacity:0;" /> + </linearGradient> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#f0f1f2" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="32.000001" + inkscape:cx="10.337718" + inkscape:cy="9.0639316" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="1366" + inkscape:window-height="721" + inkscape:window-x="0" + inkscape:window-y="25" + inkscape:window-maximized="1" + inkscape:snap-bbox="true" + inkscape:snap-global="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="grid4314" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + <sodipodi:guide + orientation="1,0" + position="12,12" + id="guide4316" /> + <sodipodi:guide + orientation="0,1" + position="12,12" + id="guide4318" /> + </sodipodi:namedview> + <metadata + id="metadata4311"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Ebene 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1028.3622)"> + <g + style="display:inline" + id="titlebutton-close-hover-dark" + inkscape:label="#g6260" + transform="translate(-538,1218)"> + <g + id="g4927-97-4" + style="display:inline;opacity:1" + transform="translate(-781,-432.63782)"> + <g + transform="translate(-103,0)" + style="display:inline;opacity:1" + id="g4490-6-9-1-3"> + <g + id="g4092-0-2-3-4-6" + style="display:inline" + transform="translate(58,0)"> + <path + inkscape:connector-curvature="0" + style="fill:#d7787d;fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="m 414,92 a 7,7 0 0 0 -7,7 7,7 0 0 0 7,7 7,7 0 0 0 7,-7 7,7 0 0 0 -7,-7 z m -3,3.921875 0.75,0 c 0.008,-9e-5 0.0156,-3.45e-4 0.0234,0 0.19121,0.0084 0.3824,0.09643 0.51562,0.234375 L 414,97.867188 415.73438,96.15625 c 0.19921,-0.172875 0.335,-0.229125 0.51562,-0.234375 l 0.75,0 0,0.75 c 0,0.214853 -0.0258,0.412987 -0.1875,0.5625 l -1.71094,1.710937 1.6875,1.687498 c 0.14114,0.14113 0.21093,0.34009 0.21094,0.53907 l 0,0.75 -0.75,0 c -0.19898,-1e-5 -0.39794,-0.0698 -0.53906,-0.21094 L 414,100 l -1.71094,1.71094 c -0.14112,0.14114 -0.34009,0.21094 -0.53906,0.21094 l -0.75,0 0,-0.75 c 0,-0.19897 0.0698,-0.39794 0.21094,-0.53907 l 1.71094,-1.687498 -1.71094,-1.710937 C 411.05288,97.088403 410.98357,96.882438 411,96.671875 l 0,-0.75 z" + transform="translate(962,156.00002)" + id="path4068-7-5-8-2-3" /> + </g> + </g> + <g + id="g4778-4-0-2" + transform="translate(1323,246.86719)" + style="fill:#ffffff;fill-opacity:1"> + <g + style="display:inline;fill:#ffffff;fill-opacity:1" + id="layer9-9-44-1-6" + transform="translate(-60,-518)" /> + <g + id="layer10-2-9-3-3" + transform="translate(-60,-518)" + style="fill:#ffffff;fill-opacity:1" /> + <g + id="layer11-16-3-1-7" + transform="translate(-60,-518)" + style="fill:#ffffff;fill-opacity:1" /> + <g + transform="matrix(0.75,0,0,0.75,2,2.0546875)" + id="g2996-9-3-3" + style="fill:#ffffff;fill-opacity:1"> + <g + transform="translate(-60,-518)" + id="layer12-4-7-1-2" + style="fill:#ffffff;fill-opacity:1"> + <g + transform="translate(19,-242)" + id="layer4-4-1-3-3-7" + style="display:inline;fill:#ffffff;fill-opacity:1" /> + </g> + </g> + <g + id="layer13-2-02-1-6" + transform="translate(-60,-518)" + style="fill:#ffffff;fill-opacity:1" /> + <g + id="layer14-4-7-9-6" + transform="translate(-60,-518)" + style="fill:#ffffff;fill-opacity:1" /> + <g + id="layer15-7-4-7-9" + transform="translate(-60,-518)" + style="fill:#ffffff;fill-opacity:1" /> + </g> + </g> + <rect + y="-185.63782" + x="542" + height="16" + width="16" + id="rect17883-5-4-2" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" /> + </g> + </g> +</svg> diff --git a/.themes/Arc-Dark-Gruvbox/unity/dash/close_dash_pressed.svg b/.themes/Arc-Dark-Gruvbox/unity/dash/close_dash_pressed.svg new file mode 100644 index 00000000..2af4093b --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/unity/dash/close_dash_pressed.svg @@ -0,0 +1,214 @@ +<?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="24" + height="24" + id="svg4306" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="close_dash_pressed.svg" + style="enable-background:new"> + <defs + id="defs4308"> + <linearGradient + id="linearGradient3770"> + <stop + style="stop-color:#000000;stop-opacity:0.62827224;" + offset="0" + id="stop3772" /> + <stop + style="stop-color:#000000;stop-opacity:0.49803922;" + offset="1" + id="stop3774" /> + </linearGradient> + <linearGradient + id="linearGradient4882"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4884" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop4886" /> + </linearGradient> + <linearGradient + id="linearGradient3784-6"> + <stop + style="stop-color:#ffffff;stop-opacity:0.21568628;" + offset="0" + id="stop3786-4" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop3788-6" /> + </linearGradient> + <linearGradient + id="linearGradient4892"> + <stop + id="stop4894" + offset="0" + style="stop-color:#2f3a42;stop-opacity:1;" /> + <stop + id="stop4896" + offset="1" + style="stop-color:#1d242a;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient4882-4"> + <stop + id="stop4884-9" + offset="0" + style="stop-color:#728495;stop-opacity:1;" /> + <stop + id="stop4886-9" + offset="1" + style="stop-color:#617c95;stop-opacity:0;" /> + </linearGradient> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#f0f1f2" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="32.000001" + inkscape:cx="10.337718" + inkscape:cy="9.0639316" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="1366" + inkscape:window-height="721" + inkscape:window-x="0" + inkscape:window-y="25" + inkscape:window-maximized="1" + inkscape:snap-bbox="true" + inkscape:snap-global="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="grid4314" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + <sodipodi:guide + orientation="1,0" + position="12,12" + id="guide4316" /> + <sodipodi:guide + orientation="0,1" + position="12,12" + id="guide4318" /> + </sodipodi:namedview> + <metadata + id="metadata4311"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Ebene 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1028.3622)"> + <g + style="display:inline" + id="titlebutton-close-active-dark" + inkscape:label="#g6332" + transform="translate(-437.00001,1218)"> + <g + id="g4927-8-7-4-9" + style="display:inline;opacity:1" + transform="translate(-882,-432.63782)"> + <g + transform="translate(-103,0)" + style="display:inline;opacity:1" + id="g4490-6-3-7-46-6"> + <g + id="g4092-0-2-2-1-7-2" + style="display:inline" + transform="translate(58,0)"> + <path + inkscape:connector-curvature="0" + style="fill:#be3841;fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="m 414,109 a 7,7 0 0 0 -7,7 7,7 0 0 0 7,7 7,7 0 0 0 7,-7 7,7 0 0 0 -7,-7 z m -3,3.92188 0.75,0 c 0.008,-1e-4 0.0156,-3.5e-4 0.0234,0 0.19121,0.008 0.3824,0.0964 0.51562,0.23437 l 1.71094,1.71094 1.73438,-1.71094 c 0.19921,-0.17287 0.335,-0.22913 0.51562,-0.23437 l 0.75,0 0,0.75 c 0,0.21485 -0.0258,0.41298 -0.1875,0.5625 l -1.71094,1.71093 1.6875,1.6875 c 0.14114,0.14113 0.21093,0.34009 0.21094,0.53907 l 0,0.75 -0.75,0 c -0.19898,-1e-5 -0.39794,-0.0698 -0.53906,-0.21094 L 414,117 l -1.71094,1.71094 c -0.14112,0.14114 -0.34009,0.21094 -0.53906,0.21094 l -0.75,0 0,-0.75 c 0,-0.19897 0.0698,-0.39794 0.21094,-0.53907 l 1.71094,-1.6875 -1.71094,-1.71093 c -0.15806,-0.14598 -0.22737,-0.35194 -0.21094,-0.5625 l 0,-0.75 z" + transform="translate(962.00001,139.00001)" + id="path4068-7-5-4-9-7-6" /> + </g> + </g> + <g + id="g4778-3-6-0-5" + transform="translate(1323,246.86719)" + style="fill:#ffffff;fill-opacity:1"> + <g + style="display:inline;fill:#ffffff;fill-opacity:1" + id="layer9-9-6-0-90-6" + transform="translate(-60,-518)" /> + <g + id="layer10-2-3-6-6-1" + transform="translate(-60,-518)" + style="fill:#ffffff;fill-opacity:1" /> + <g + id="layer11-16-2-2-6-9" + transform="translate(-60,-518)" + style="fill:#ffffff;fill-opacity:1" /> + <g + transform="matrix(0.75,0,0,0.75,2,2.0546875)" + id="g2996-7-0-2-0" + style="fill:#ffffff;fill-opacity:1"> + <g + transform="translate(-60,-518)" + id="layer12-4-6-3-5-2" + style="fill:#ffffff;fill-opacity:1"> + <g + transform="translate(19,-242)" + id="layer4-4-1-4-1-7-0" + style="display:inline;fill:#ffffff;fill-opacity:1" /> + </g> + </g> + <g + id="layer13-2-0-2-8-3" + transform="translate(-60,-518)" + style="fill:#ffffff;fill-opacity:1" /> + <g + id="layer14-4-4-0-5-8" + transform="translate(-60,-518)" + style="fill:#ffffff;fill-opacity:1" /> + <g + id="layer15-7-5-0-0-9" + transform="translate(-60,-518)" + style="fill:#ffffff;fill-opacity:1" /> + </g> + </g> + <rect + y="-185.63782" + x="441" + height="16" + width="16" + id="rect17883-02-4-3" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" /> + </g> + </g> +</svg> diff --git a/.themes/Arc-Dark-Gruvbox/unity/dash/maximize_dash.svg b/.themes/Arc-Dark-Gruvbox/unity/dash/maximize_dash.svg new file mode 100644 index 00000000..f7392839 --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/unity/dash/maximize_dash.svg @@ -0,0 +1,170 @@ +<?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="24" + height="24" + id="svg4306" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="maximize_dash.svg" + style="enable-background:new"> + <defs + id="defs4308"> + <linearGradient + id="linearGradient3770"> + <stop + style="stop-color:#000000;stop-opacity:0.62827224;" + offset="0" + id="stop3772" /> + <stop + style="stop-color:#000000;stop-opacity:0.49803922;" + offset="1" + id="stop3774" /> + </linearGradient> + <linearGradient + id="linearGradient4882"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4884" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop4886" /> + </linearGradient> + <linearGradient + id="linearGradient3784-6"> + <stop + style="stop-color:#ffffff;stop-opacity:0.21568628;" + offset="0" + id="stop3786-4" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop3788-6" /> + </linearGradient> + <linearGradient + id="linearGradient4892"> + <stop + id="stop4894" + offset="0" + style="stop-color:#2f3a42;stop-opacity:1;" /> + <stop + id="stop4896" + offset="1" + style="stop-color:#1d242a;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient4882-4"> + <stop + id="stop4884-9" + offset="0" + style="stop-color:#728495;stop-opacity:1;" /> + <stop + id="stop4886-9" + offset="1" + style="stop-color:#617c95;stop-opacity:0;" /> + </linearGradient> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#f0f1f2" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="32.000001" + inkscape:cx="10.337718" + inkscape:cy="9.0639316" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="1366" + inkscape:window-height="721" + inkscape:window-x="0" + inkscape:window-y="25" + inkscape:window-maximized="1" + inkscape:snap-bbox="true" + inkscape:snap-global="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="grid4314" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + <sodipodi:guide + orientation="1,0" + position="12,12" + id="guide4316" /> + <sodipodi:guide + orientation="0,1" + position="12,12" + id="guide4318" /> + </sodipodi:namedview> + <metadata + id="metadata4311"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Ebene 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1028.3622)"> + <g + style="display:inline;opacity:0.7" + id="titlebutton-max-dark" + inkscape:label="#g6234" + transform="translate(-612.00002,1218)"> + <g + id="g7146-16-4" + style="display:inline;opacity:1" + transform="translate(-781,-432.63782)"> + <g + transform="translate(-29,0)" + style="display:inline;opacity:1" + id="g4490-2-96-8-9"> + <g + id="g4092-0-6-83-7-4" + style="display:inline" + transform="translate(58,0)" /> + </g> + <path + id="path4293-5-95-1-7" + style="display:inline;opacity:1;fill:#b9bcc2;fill-opacity:1;fill-rule:evenodd;stroke:none" + d="m 1403.7995,252 3.3818,0 c 0.4503,0 0.8162,0.36847 0.8187,0.8188 l 0,3.3817 z m 2.4074,6.00692 -3.395,0 c -0.4504,0 -0.8188,-0.36842 -0.8188,-0.81875 l 0,-3.39509 4.2138,4.21384" + inkscape:connector-curvature="0" + sodipodi:nodetypes="csscccsscc" /> + </g> + <rect + y="-185.63782" + x="616" + height="16" + width="16" + id="rect17883-29-2-2" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" /> + </g> + </g> +</svg> diff --git a/.themes/Arc-Dark-Gruvbox/unity/dash/maximize_dash_disabled.svg b/.themes/Arc-Dark-Gruvbox/unity/dash/maximize_dash_disabled.svg new file mode 100644 index 00000000..a01a3ec1 --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/unity/dash/maximize_dash_disabled.svg @@ -0,0 +1,170 @@ +<?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="24" + height="24" + id="svg4306" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="maximize_dash_disabled.svg" + style="enable-background:new"> + <defs + id="defs4308"> + <linearGradient + id="linearGradient3770"> + <stop + style="stop-color:#000000;stop-opacity:0.62827224;" + offset="0" + id="stop3772" /> + <stop + style="stop-color:#000000;stop-opacity:0.49803922;" + offset="1" + id="stop3774" /> + </linearGradient> + <linearGradient + id="linearGradient4882"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4884" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop4886" /> + </linearGradient> + <linearGradient + id="linearGradient3784-6"> + <stop + style="stop-color:#ffffff;stop-opacity:0.21568628;" + offset="0" + id="stop3786-4" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop3788-6" /> + </linearGradient> + <linearGradient + id="linearGradient4892"> + <stop + id="stop4894" + offset="0" + style="stop-color:#2f3a42;stop-opacity:1;" /> + <stop + id="stop4896" + offset="1" + style="stop-color:#1d242a;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient4882-4"> + <stop + id="stop4884-9" + offset="0" + style="stop-color:#728495;stop-opacity:1;" /> + <stop + id="stop4886-9" + offset="1" + style="stop-color:#617c95;stop-opacity:0;" /> + </linearGradient> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#f0f1f2" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="32.000001" + inkscape:cx="10.337718" + inkscape:cy="9.0639316" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="1366" + inkscape:window-height="721" + inkscape:window-x="0" + inkscape:window-y="25" + inkscape:window-maximized="1" + inkscape:snap-bbox="true" + inkscape:snap-global="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="grid4314" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + <sodipodi:guide + orientation="1,0" + position="12,12" + id="guide4316" /> + <sodipodi:guide + orientation="0,1" + position="12,12" + id="guide4318" /> + </sodipodi:namedview> + <metadata + id="metadata4311"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Ebene 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1028.3622)"> + <g + id="titlebutton-max-backdrop-dark" + inkscape:label="#g6521" + style="display:inline;opacity:0.4" + transform="translate(-612.00002,1201)"> + <g + style="display:inline;opacity:1" + id="g7146-1-1-6" + transform="translate(-781,-415.63782)"> + <g + transform="translate(-29,0)" + style="display:inline;opacity:1" + id="g4490-2-6-0"> + <g + id="g4092-0-6-9-2" + style="display:inline" + transform="translate(58,0)" /> + </g> + <path + id="path4293-5-6-4" + style="display:inline;opacity:1;fill:#b9bcc2;fill-opacity:1;fill-rule:evenodd;stroke:none" + d="m 1403.7995,252 3.3818,0 c 0.4503,0 0.8162,0.36847 0.8187,0.8188 l 0,3.3817 z m 2.4074,6.00692 -3.395,0 c -0.4504,0 -0.8188,-0.36842 -0.8188,-0.81875 l 0,-3.39509 4.2138,4.21384" + inkscape:connector-curvature="0" + sodipodi:nodetypes="csscccsscc" /> + </g> + <rect + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" + id="rect17883-39-6-2-5" + width="16" + height="16" + x="616" + y="-168.63782" /> + </g> + </g> +</svg> diff --git a/.themes/Arc-Dark-Gruvbox/unity/dash/maximize_dash_prelight.svg b/.themes/Arc-Dark-Gruvbox/unity/dash/maximize_dash_prelight.svg new file mode 100644 index 00000000..09e1d2d0 --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/unity/dash/maximize_dash_prelight.svg @@ -0,0 +1,224 @@ +<?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="24" + height="24" + id="svg4306" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="maximize_dash_prelight.svg" + style="enable-background:new"> + <defs + id="defs4308"> + <linearGradient + id="linearGradient3770"> + <stop + style="stop-color:#000000;stop-opacity:0.62827224;" + offset="0" + id="stop3772" /> + <stop + style="stop-color:#000000;stop-opacity:0.49803922;" + offset="1" + id="stop3774" /> + </linearGradient> + <linearGradient + id="linearGradient4882"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4884" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop4886" /> + </linearGradient> + <linearGradient + id="linearGradient3784-6"> + <stop + style="stop-color:#ffffff;stop-opacity:0.21568628;" + offset="0" + id="stop3786-4" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop3788-6" /> + </linearGradient> + <linearGradient + id="linearGradient4892"> + <stop + id="stop4894" + offset="0" + style="stop-color:#2f3a42;stop-opacity:1;" /> + <stop + id="stop4896" + offset="1" + style="stop-color:#1d242a;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient4882-4"> + <stop + id="stop4884-9" + offset="0" + style="stop-color:#728495;stop-opacity:1;" /> + <stop + id="stop4886-9" + offset="1" + style="stop-color:#617c95;stop-opacity:0;" /> + </linearGradient> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#f0f1f2" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="32.000001" + inkscape:cx="10.337718" + inkscape:cy="9.0639316" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="1366" + inkscape:window-height="721" + inkscape:window-x="0" + inkscape:window-y="25" + inkscape:window-maximized="1" + inkscape:snap-bbox="true" + inkscape:snap-global="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="grid4314" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + <sodipodi:guide + orientation="1,0" + position="12,12" + id="guide4316" /> + <sodipodi:guide + orientation="0,1" + position="12,12" + id="guide4318" /> + </sodipodi:namedview> + <metadata + id="metadata4311"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Ebene 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1028.3622)"> + <g + style="display:inline" + id="titlebutton-max-hover-dark" + inkscape:label="#g6284" + transform="translate(-509,1218)"> + <g + id="g4891-5-8" + style="display:inline;opacity:1" + transform="translate(-781,-432.63782)"> + <ellipse + cy="255" + cx="1302" + style="display:inline;opacity:0.45;fill:#5f697f;fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="path4068-7-5-9-6-7-2-4-6-6" + rx="6" + ry="6.0000005" /> + <path + style="display:inline;opacity:0.37000002;fill:#15171c;fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="m 1302,248 a 7,7 0 0 0 -7,7 7,7 0 0 0 7,7 7,7 0 0 0 7,-7 7,7 0 0 0 -7,-7 z m 0,1 a 6,6 0 0 1 6,6 6,6 0 0 1 -6,6 6,6 0 0 1 -6,-6 6,6 0 0 1 6,-6 z" + id="path4068-7-5-9-6-7-2-5-78-2-6" + inkscape:connector-curvature="0" /> + <g + id="g4806-9-0-6" + transform="translate(1294,247)" + style="fill:#c0e3ff;fill-opacity:1"> + <g + transform="translate(-81.0002,-967)" + style="display:inline;fill:#c0e3ff;fill-opacity:1" + inkscape:label="status" + id="layer9-78-7-6-6" /> + <g + transform="translate(-81.0002,-967)" + inkscape:label="devices" + id="layer10-3-3-2-7" + style="fill:#c0e3ff;fill-opacity:1" /> + <g + transform="translate(-81.0002,-967)" + inkscape:label="apps" + id="layer11-19-75-1-2" + style="fill:#c0e3ff;fill-opacity:1" /> + <g + transform="translate(-81.0002,-967)" + inkscape:label="places" + id="layer13-4-9-2-3" + style="fill:#c0e3ff;fill-opacity:1" /> + <g + transform="translate(-81.0002,-967)" + inkscape:label="mimetypes" + id="layer14-8-5-0-4" + style="fill:#c0e3ff;fill-opacity:1" /> + <g + transform="translate(-81.0002,-967)" + style="display:inline;fill:#c0e3ff;fill-opacity:1" + inkscape:label="emblems" + id="layer15-5-8-0-4" /> + <g + transform="translate(-81.0002,-967)" + style="display:inline;fill:#c0e3ff;fill-opacity:1" + inkscape:label="emotes" + id="g71291-1-7-5-9" /> + <g + transform="translate(-81.0002,-967)" + style="display:inline;fill:#c0e3ff;fill-opacity:1" + inkscape:label="categories" + id="g4953-7-1-4-1" /> + <g + transform="translate(-81.0002,-967)" + style="display:inline;fill:#c0e3ff;fill-opacity:1" + inkscape:label="actions" + id="layer12-3-0-0-6"> + <path + sodipodi:nodetypes="csscccsscc" + inkscape:connector-curvature="0" + d="m 87.799705,972 3.381737,0 c 0.450297,0 0.816227,0.36847 0.818758,0.8188 l 0,3.3817 z m 2.407413,6.00692 -3.395078,0 c -0.450346,0 -0.818758,-0.36842 -0.818758,-0.81875 l 0,-3.39509 4.213836,4.21384" + style="opacity:1;fill:#c4c7cc;fill-opacity:1;fill-rule:evenodd;stroke:none" + id="path4293-6-7-1" /> + </g> + </g> + </g> + <rect + y="-185.63782" + x="513" + height="16" + width="16" + id="rect17883-0-1-5" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" /> + </g> + </g> +</svg> diff --git a/.themes/Arc-Dark-Gruvbox/unity/dash/maximize_dash_pressed.svg b/.themes/Arc-Dark-Gruvbox/unity/dash/maximize_dash_pressed.svg new file mode 100644 index 00000000..5f09b02e --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/unity/dash/maximize_dash_pressed.svg @@ -0,0 +1,247 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:osb="http://www.openswatchbook.org/uri/2009/osb" + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg4306" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="maximize_dash_pressed.svg" + style="enable-background:new"> + <defs + id="defs4308"> + <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop4170" /> + </linearGradient> + <linearGradient + id="linearGradient3770"> + <stop + style="stop-color:#000000;stop-opacity:0.62827224;" + offset="0" + id="stop3772" /> + <stop + style="stop-color:#000000;stop-opacity:0.49803922;" + offset="1" + id="stop3774" /> + </linearGradient> + <linearGradient + id="linearGradient4882"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4884" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop4886" /> + </linearGradient> + <linearGradient + id="linearGradient3784-6"> + <stop + style="stop-color:#ffffff;stop-opacity:0.21568628;" + offset="0" + id="stop3786-4" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop3788-6" /> + </linearGradient> + <linearGradient + id="linearGradient4892"> + <stop + id="stop4894" + offset="0" + style="stop-color:#2f3a42;stop-opacity:1;" /> + <stop + id="stop4896" + offset="1" + style="stop-color:#1d242a;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient4882-4"> + <stop + id="stop4884-9" + offset="0" + style="stop-color:#728495;stop-opacity:1;" /> + <stop + id="stop4886-9" + offset="1" + style="stop-color:#617c95;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4172" + x1="1376" + y1="248" + x2="1376" + y2="262" + gradientUnits="userSpaceOnUse" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#f0f1f2" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="16.000001" + inkscape:cx="5.2618001" + inkscape:cy="4.6396105" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="1366" + inkscape:window-height="721" + inkscape:window-x="0" + inkscape:window-y="25" + inkscape:window-maximized="1" + inkscape:snap-bbox="true" + inkscape:snap-global="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="grid4314" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + <sodipodi:guide + orientation="1,0" + position="12,12" + id="guide4316" /> + <sodipodi:guide + orientation="0,1" + position="12,12" + id="guide4318" /> + </sodipodi:namedview> + <metadata + id="metadata4311"> + <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,-1028.3622)"> + <g + style="display:inline" + id="titlebutton-max-active-dark" + inkscape:label="#g6356" + transform="translate(-408.00001,1218)"> + <g + id="g4891-4-5-5" + style="display:inline;opacity:1" + transform="translate(-882,-432.63782)"> + <g + transform="translate(-132,0)" + style="display:inline;opacity:1" + id="g4490-2-9-1-2-4-8"> + <g + id="g4092-0-6-3-6-8-3-7" + style="display:inline" + transform="translate(58,0)"> + <circle + r="7" + cy="255" + cx="1376" + style="fill:url(#linearGradient4172);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="path4068-7-6-5-1-6-6-0" /> + </g> + </g> + <g + id="g4806-5-2-2-9" + transform="translate(1294,247)" + style="fill:#c0e3ff;fill-opacity:1"> + <g + transform="translate(-81.0002,-967)" + style="display:inline;fill:#c0e3ff;fill-opacity:1" + inkscape:label="status" + id="layer9-78-2-0-0-8" /> + <g + transform="translate(-81.0002,-967)" + inkscape:label="devices" + id="layer10-3-9-9-51-2" + style="fill:#c0e3ff;fill-opacity:1" /> + <g + transform="translate(-81.0002,-967)" + inkscape:label="apps" + id="layer11-19-7-6-4-7" + style="fill:#c0e3ff;fill-opacity:1" /> + <g + transform="translate(-81.0002,-967)" + inkscape:label="places" + id="layer13-4-7-4-0-9" + style="fill:#c0e3ff;fill-opacity:1" /> + <g + transform="translate(-81.0002,-967)" + inkscape:label="mimetypes" + id="layer14-8-9-7-6-0" + style="fill:#c0e3ff;fill-opacity:1" /> + <g + transform="translate(-81.0002,-967)" + style="display:inline;fill:#c0e3ff;fill-opacity:1" + inkscape:label="emblems" + id="layer15-5-4-2-4-4" /> + <g + transform="translate(-81.0002,-967)" + style="display:inline;fill:#c0e3ff;fill-opacity:1" + inkscape:label="emotes" + id="g71291-1-4-6-4-2" /> + <g + transform="translate(-81.0002,-967)" + style="display:inline;fill:#c0e3ff;fill-opacity:1" + inkscape:label="categories" + id="g4953-7-0-8-22-2" /> + <g + transform="translate(-81.0002,-967)" + style="display:inline;fill:#c0e3ff;fill-opacity:1" + inkscape:label="actions" + id="layer12-3-7-2-3-1"> + <path + sodipodi:nodetypes="csscccsscc" + inkscape:connector-curvature="0" + d="m 87.799705,972 3.381737,0 c 0.450297,0 0.816227,0.36847 0.818758,0.8188 l 0,3.3817 z m 2.407413,6.00692 -3.395078,0 c -0.450346,0 -0.818758,-0.36842 -0.818758,-0.81875 l 0,-3.39509 4.213836,4.21384" + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none" + id="path4293-4-9-0-2" /> + </g> + </g> + </g> + <rect + y="-185.63782" + x="412" + height="16" + width="16" + id="rect17883-79-3-0" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" /> + </g> + </g> +</svg> diff --git a/.themes/Arc-Dark-Gruvbox/unity/dash/minimize_dash.svg b/.themes/Arc-Dark-Gruvbox/unity/dash/minimize_dash.svg new file mode 100644 index 00000000..e25d5be0 --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/unity/dash/minimize_dash.svg @@ -0,0 +1,170 @@ +<?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="24" + height="24" + id="svg4306" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="minimize_dash.svg" + style="enable-background:new"> + <defs + id="defs4308"> + <linearGradient + id="linearGradient3770"> + <stop + style="stop-color:#000000;stop-opacity:0.62827224;" + offset="0" + id="stop3772" /> + <stop + style="stop-color:#000000;stop-opacity:0.49803922;" + offset="1" + id="stop3774" /> + </linearGradient> + <linearGradient + id="linearGradient4882"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4884" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop4886" /> + </linearGradient> + <linearGradient + id="linearGradient3784-6"> + <stop + style="stop-color:#ffffff;stop-opacity:0.21568628;" + offset="0" + id="stop3786-4" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop3788-6" /> + </linearGradient> + <linearGradient + id="linearGradient4892"> + <stop + id="stop4894" + offset="0" + style="stop-color:#2f3a42;stop-opacity:1;" /> + <stop + id="stop4896" + offset="1" + style="stop-color:#1d242a;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient4882-4"> + <stop + id="stop4884-9" + offset="0" + style="stop-color:#728495;stop-opacity:1;" /> + <stop + id="stop4886-9" + offset="1" + style="stop-color:#617c95;stop-opacity:0;" /> + </linearGradient> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#f0f1f2" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="32.000001" + inkscape:cx="10.337718" + inkscape:cy="9.0639316" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="1366" + inkscape:window-height="721" + inkscape:window-x="0" + inkscape:window-y="25" + inkscape:window-maximized="1" + inkscape:snap-bbox="true" + inkscape:snap-global="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="grid4314" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + <sodipodi:guide + orientation="1,0" + position="12,12" + id="guide4316" /> + <sodipodi:guide + orientation="0,1" + position="12,12" + id="guide4318" /> + </sodipodi:namedview> + <metadata + id="metadata4311"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Ebene 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1028.3622)"> + <g + style="display:inline;opacity:0.7" + id="titlebutton-min-dark" + inkscape:label="#g6247" + transform="translate(-583.00002,1218)"> + <g + id="g7138-6-5" + style="display:inline;opacity:1" + transform="translate(-781,-432.63782)"> + <g + transform="translate(-58,0)" + style="display:inline;opacity:1" + id="g4490-3-75-4-7"> + <g + id="g4092-0-7-0-4-9" + style="display:inline" + transform="translate(58,0)" /> + </g> + <path + inkscape:connector-curvature="0" + d="m 1373,254 0,2 6,0 0,-2 z" + id="rect9057-4-3-8-5" + style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#b9bcc2;fill-opacity:1;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" + sodipodi:nodetypes="ccccc" /> + </g> + <rect + y="-185.63782" + x="587" + height="16" + width="16" + id="rect17883-32-6-9" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" /> + </g> + </g> +</svg> diff --git a/.themes/Arc-Dark-Gruvbox/unity/dash/minimize_dash_disabled.svg b/.themes/Arc-Dark-Gruvbox/unity/dash/minimize_dash_disabled.svg new file mode 100644 index 00000000..1b90e963 --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/unity/dash/minimize_dash_disabled.svg @@ -0,0 +1,170 @@ +<?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="24" + height="24" + id="svg4306" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="minimize_dash_disabled.svg" + style="enable-background:new"> + <defs + id="defs4308"> + <linearGradient + id="linearGradient3770"> + <stop + style="stop-color:#000000;stop-opacity:0.62827224;" + offset="0" + id="stop3772" /> + <stop + style="stop-color:#000000;stop-opacity:0.49803922;" + offset="1" + id="stop3774" /> + </linearGradient> + <linearGradient + id="linearGradient4882"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4884" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop4886" /> + </linearGradient> + <linearGradient + id="linearGradient3784-6"> + <stop + style="stop-color:#ffffff;stop-opacity:0.21568628;" + offset="0" + id="stop3786-4" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop3788-6" /> + </linearGradient> + <linearGradient + id="linearGradient4892"> + <stop + id="stop4894" + offset="0" + style="stop-color:#2f3a42;stop-opacity:1;" /> + <stop + id="stop4896" + offset="1" + style="stop-color:#1d242a;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient4882-4"> + <stop + id="stop4884-9" + offset="0" + style="stop-color:#728495;stop-opacity:1;" /> + <stop + id="stop4886-9" + offset="1" + style="stop-color:#617c95;stop-opacity:0;" /> + </linearGradient> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#f0f1f2" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="32.000001" + inkscape:cx="10.337718" + inkscape:cy="9.0639316" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="1366" + inkscape:window-height="721" + inkscape:window-x="0" + inkscape:window-y="25" + inkscape:window-maximized="1" + inkscape:snap-bbox="true" + inkscape:snap-global="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="grid4314" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + <sodipodi:guide + orientation="1,0" + position="12,12" + id="guide4316" /> + <sodipodi:guide + orientation="0,1" + position="12,12" + id="guide4318" /> + </sodipodi:namedview> + <metadata + id="metadata4311"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Ebene 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1028.3622)"> + <g + id="titlebutton-min-backdrop-dark" + inkscape:label="#g6534" + style="display:inline;opacity:0.4" + transform="translate(-583.00002,1201)"> + <g + style="display:inline;opacity:1" + id="g7138-0-7-7" + transform="translate(-781,-415.63782)"> + <g + transform="translate(-58,0)" + style="display:inline;opacity:1" + id="g4490-3-6-9"> + <g + id="g4092-0-7-6-5" + style="display:inline" + transform="translate(58,0)" /> + </g> + <path + inkscape:connector-curvature="0" + d="m 1373,254 0,2 6,0 0,-2 z" + id="rect9057-4-09-2" + style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#b9bcc2;fill-opacity:1;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" + sodipodi:nodetypes="ccccc" /> + </g> + <rect + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" + id="rect17883-39-3-46-6" + width="16" + height="16" + x="587" + y="-168.63782" /> + </g> + </g> +</svg> diff --git a/.themes/Arc-Dark-Gruvbox/unity/dash/minimize_dash_prelight.svg b/.themes/Arc-Dark-Gruvbox/unity/dash/minimize_dash_prelight.svg new file mode 100644 index 00000000..7150ada8 --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/unity/dash/minimize_dash_prelight.svg @@ -0,0 +1,224 @@ +<?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="24" + height="24" + id="svg4306" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="minimize_dash_prelight.svg" + style="enable-background:new"> + <defs + id="defs4308"> + <linearGradient + id="linearGradient3770"> + <stop + style="stop-color:#000000;stop-opacity:0.62827224;" + offset="0" + id="stop3772" /> + <stop + style="stop-color:#000000;stop-opacity:0.49803922;" + offset="1" + id="stop3774" /> + </linearGradient> + <linearGradient + id="linearGradient4882"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4884" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop4886" /> + </linearGradient> + <linearGradient + id="linearGradient3784-6"> + <stop + style="stop-color:#ffffff;stop-opacity:0.21568628;" + offset="0" + id="stop3786-4" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop3788-6" /> + </linearGradient> + <linearGradient + id="linearGradient4892"> + <stop + id="stop4894" + offset="0" + style="stop-color:#2f3a42;stop-opacity:1;" /> + <stop + id="stop4896" + offset="1" + style="stop-color:#1d242a;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient4882-4"> + <stop + id="stop4884-9" + offset="0" + style="stop-color:#728495;stop-opacity:1;" /> + <stop + id="stop4886-9" + offset="1" + style="stop-color:#617c95;stop-opacity:0;" /> + </linearGradient> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#f0f1f2" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="32.000001" + inkscape:cx="10.337718" + inkscape:cy="9.0639316" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="1366" + inkscape:window-height="721" + inkscape:window-x="0" + inkscape:window-y="25" + inkscape:window-maximized="1" + inkscape:snap-bbox="true" + inkscape:snap-global="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="grid4314" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + <sodipodi:guide + orientation="1,0" + position="12,12" + id="guide4316" /> + <sodipodi:guide + orientation="0,1" + position="12,12" + id="guide4318" /> + </sodipodi:namedview> + <metadata + id="metadata4311"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Ebene 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1028.3622)"> + <g + style="display:inline" + id="titlebutton-min-hover-dark" + inkscape:label="#g6308" + transform="translate(-480,1218)"> + <g + id="g4909-3-7" + style="display:inline;opacity:1" + transform="translate(-781,-432.63782)"> + <ellipse + cy="255" + cx="1273" + style="display:inline;opacity:0.45;fill:#5f697f;fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="path4068-7-5-9-6-7-2-1-6-1" + rx="6" + ry="6.0000005" /> + <path + style="display:inline;opacity:0.37000002;fill:#15171c;fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="m 1273,248 a 7,7 0 0 0 -7,7 7,7 0 0 0 7,7 7,7 0 0 0 7,-7 7,7 0 0 0 -7,-7 z m 0,1 a 6,6 0 0 1 6,6 6,6 0 0 1 -6,6 6,6 0 0 1 -6,-6 6,6 0 0 1 6,-6 z" + id="path4068-7-5-9-6-7-2-5-23-4-3" + inkscape:connector-curvature="0" /> + <g + style="display:inline;opacity:1;fill:#c0e3ff;fill-opacity:1" + id="g4834-0-4-5" + transform="translate(1265,247)"> + <g + transform="translate(-81.0002,-967)" + style="display:inline;fill:#c0e3ff;fill-opacity:1" + inkscape:label="status" + id="layer9-3-4-15-6" /> + <g + transform="translate(-81.0002,-967)" + inkscape:label="devices" + id="layer10-4-1-8-3" + style="fill:#c0e3ff;fill-opacity:1" /> + <g + transform="translate(-81.0002,-967)" + inkscape:label="apps" + id="layer11-2-6-4-9" + style="fill:#c0e3ff;fill-opacity:1" /> + <g + transform="translate(-81.0002,-967)" + inkscape:label="places" + id="layer13-5-4-8-0" + style="fill:#c0e3ff;fill-opacity:1" /> + <g + transform="translate(-81.0002,-967)" + inkscape:label="mimetypes" + id="layer14-6-0-8-2" + style="fill:#c0e3ff;fill-opacity:1" /> + <g + transform="translate(-81.0002,-967)" + style="display:inline;fill:#c0e3ff;fill-opacity:1" + inkscape:label="emblems" + id="layer15-52-1-7-5" /> + <g + transform="translate(-81.0002,-967)" + style="display:inline;fill:#c0e3ff;fill-opacity:1" + inkscape:label="emotes" + id="g71291-3-9-9-9" /> + <g + transform="translate(-81.0002,-967)" + style="display:inline;fill:#c0e3ff;fill-opacity:1" + inkscape:label="categories" + id="g4953-8-2-7-8" /> + <g + transform="translate(-81.0002,-967)" + style="display:inline;fill:#c0e3ff;fill-opacity:1" + inkscape:label="actions" + id="layer12-45-6-2-7"> + <path + sodipodi:nodetypes="ccccc" + style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#c4c7cc;fill-opacity:1;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" + id="rect9057-8-2-3" + d="m 86.0002,974 0,2 6,0 0,-2 z" + inkscape:connector-curvature="0" /> + </g> + </g> + </g> + <rect + y="-185.63782" + x="484" + height="16" + width="16" + id="rect17883-11-4-0" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" /> + </g> + </g> +</svg> diff --git a/.themes/Arc-Dark-Gruvbox/unity/dash/minimize_dash_pressed.svg b/.themes/Arc-Dark-Gruvbox/unity/dash/minimize_dash_pressed.svg new file mode 100644 index 00000000..72a57f03 --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/unity/dash/minimize_dash_pressed.svg @@ -0,0 +1,247 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:osb="http://www.openswatchbook.org/uri/2009/osb" + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg4306" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="minimize_dash_pressed.svg" + style="enable-background:new"> + <defs + id="defs4308"> + <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop4170" /> + </linearGradient> + <linearGradient + id="linearGradient3770"> + <stop + style="stop-color:#000000;stop-opacity:0.62827224;" + offset="0" + id="stop3772" /> + <stop + style="stop-color:#000000;stop-opacity:0.49803922;" + offset="1" + id="stop3774" /> + </linearGradient> + <linearGradient + id="linearGradient4882"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4884" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop4886" /> + </linearGradient> + <linearGradient + id="linearGradient3784-6"> + <stop + style="stop-color:#ffffff;stop-opacity:0.21568628;" + offset="0" + id="stop3786-4" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop3788-6" /> + </linearGradient> + <linearGradient + id="linearGradient4892"> + <stop + id="stop4894" + offset="0" + style="stop-color:#2f3a42;stop-opacity:1;" /> + <stop + id="stop4896" + offset="1" + style="stop-color:#1d242a;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient4882-4"> + <stop + id="stop4884-9" + offset="0" + style="stop-color:#728495;stop-opacity:1;" /> + <stop + id="stop4886-9" + offset="1" + style="stop-color:#617c95;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4172" + x1="1376" + y1="248" + x2="1376" + y2="262" + gradientUnits="userSpaceOnUse" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#f0f1f2" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="16.000001" + inkscape:cx="4.8956836" + inkscape:cy="9.0696203" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="1366" + inkscape:window-height="721" + inkscape:window-x="0" + inkscape:window-y="25" + inkscape:window-maximized="1" + inkscape:snap-bbox="true" + inkscape:snap-global="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="grid4314" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + <sodipodi:guide + orientation="1,0" + position="12,12" + id="guide4316" /> + <sodipodi:guide + orientation="0,1" + position="12,12" + id="guide4318" /> + </sodipodi:namedview> + <metadata + id="metadata4311"> + <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,-1028.3622)"> + <g + style="display:inline" + id="titlebutton-min-active-dark" + inkscape:label="#g6414" + transform="translate(-379.00001,1218)"> + <g + id="g4909-1-2-0" + style="display:inline;opacity:1" + transform="translate(-882,-432.63782)"> + <g + transform="translate(-161,0)" + style="display:inline;opacity:1" + id="g4490-3-6-1-4-1-6"> + <g + id="g4092-0-7-2-0-0-94-2" + style="display:inline" + transform="translate(58,0)"> + <circle + r="7" + cy="255" + cx="1376" + style="fill:url(#linearGradient4172);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="path4068-7-3-0-3-6-8-3" /> + </g> + </g> + <g + style="display:inline;opacity:1;fill:#c0e3ff;fill-opacity:1" + id="g4834-9-3-8-5" + transform="translate(1265,247)"> + <g + transform="translate(-81.0002,-967)" + style="display:inline;fill:#c0e3ff;fill-opacity:1" + inkscape:label="status" + id="layer9-3-9-1-0-4" /> + <g + transform="translate(-81.0002,-967)" + inkscape:label="devices" + id="layer10-4-0-5-8-5" + style="fill:#c0e3ff;fill-opacity:1" /> + <g + transform="translate(-81.0002,-967)" + inkscape:label="apps" + id="layer11-2-5-2-6-8" + style="fill:#c0e3ff;fill-opacity:1" /> + <g + transform="translate(-81.0002,-967)" + inkscape:label="places" + id="layer13-5-7-4-2-5" + style="fill:#c0e3ff;fill-opacity:1" /> + <g + transform="translate(-81.0002,-967)" + inkscape:label="mimetypes" + id="layer14-6-2-3-2-9" + style="fill:#c0e3ff;fill-opacity:1" /> + <g + transform="translate(-81.0002,-967)" + style="display:inline;fill:#c0e3ff;fill-opacity:1" + inkscape:label="emblems" + id="layer15-52-0-6-6-6" /> + <g + transform="translate(-81.0002,-967)" + style="display:inline;fill:#c0e3ff;fill-opacity:1" + inkscape:label="emotes" + id="g71291-3-4-6-0-6" /> + <g + transform="translate(-81.0002,-967)" + style="display:inline;fill:#c0e3ff;fill-opacity:1" + inkscape:label="categories" + id="g4953-8-6-8-7-4" /> + <g + transform="translate(-81.0002,-967)" + style="display:inline;fill:#c0e3ff;fill-opacity:1" + inkscape:label="actions" + id="layer12-45-3-7-96-7"> + <path + sodipodi:nodetypes="ccccc" + style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" + id="rect9057-3-5-1-1" + d="m 86.0002,974 0,2 6,0 0,-2 z" + inkscape:connector-curvature="0" /> + </g> + </g> + </g> + <rect + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" + id="rect17883-79-9-2-2" + width="16" + height="16" + x="383" + y="-185.63782" /> + </g> + </g> +</svg> diff --git a/.themes/Arc-Dark-Gruvbox/unity/launcher_arrow_ltr_19.svg b/.themes/Arc-Dark-Gruvbox/unity/launcher_arrow_ltr_19.svg new file mode 100644 index 00000000..957b03b2 --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/unity/launcher_arrow_ltr_19.svg @@ -0,0 +1,101 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="10" + height="19" + id="svg2" + version="1.1" + inkscape:version="0.91 r13725" + inkscape:export-filename="test.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + sodipodi:docname="launcher_arrow_ltr_19.svg"> + <defs + id="defs4"> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath4069"> + <rect + style="opacity:0.12000002;color:#000000;fill:#ff00ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect4071" + width="10" + height="19" + x="20" + y="1033.3622" /> + </clipPath> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#828282" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="20.962996" + inkscape:cx="-0.75898517" + inkscape:cy="9.0594719" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:window-width="1275" + inkscape:window-height="630" + inkscape:window-x="49" + inkscape:window-y="24" + inkscape:window-maximized="1" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true" + inkscape:snap-bbox-midpoints="true" + inkscape:object-paths="true" + inkscape:snap-intersection-paths="true" + inkscape:object-nodes="true" + inkscape:snap-smooth-nodes="true" + inkscape:snap-midpoints="true" + inkscape:snap-object-midpoints="true" + inkscape:snap-text-baseline="false" + inkscape:snap-center="true" + inkscape:snap-page="true"> + <inkscape:grid + type="xygrid" + id="grid4740" + empspacing="8" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1033.3622)"> + <rect + style="fill:#ffffff;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:0.90196079" + id="rect3338" + width="2" + height="17" + x="2" + y="1034.3622" + ry="1.7382812e-05" /> + </g> +</svg> diff --git a/.themes/Arc-Dark-Gruvbox/unity/launcher_arrow_ltr_37.svg b/.themes/Arc-Dark-Gruvbox/unity/launcher_arrow_ltr_37.svg new file mode 100644 index 00000000..c2c2ec74 --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/unity/launcher_arrow_ltr_37.svg @@ -0,0 +1,102 @@ +<?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="20" + height="37" + id="svg2" + version="1.1" + inkscape:version="0.91 r13725" + inkscape:export-filename="test.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + sodipodi:docname="launcher_arrow_ltr_37.svg"> + <defs + id="defs4"> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath4069"> + <rect + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.12000002;fill:#ff00ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;enable-background:accumulate" + id="rect4071" + width="10" + height="19" + x="20" + y="1033.3622" /> + </clipPath> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#828282" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="22.627417" + inkscape:cx="1.4637299" + inkscape:cy="12.768116" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:window-width="1301" + inkscape:window-height="744" + inkscape:window-x="65" + inkscape:window-y="24" + inkscape:window-maximized="1" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true" + inkscape:snap-bbox-midpoints="true" + inkscape:object-paths="true" + inkscape:snap-intersection-paths="true" + inkscape:object-nodes="true" + inkscape:snap-smooth-nodes="true" + inkscape:snap-midpoints="true" + inkscape:snap-object-midpoints="true" + inkscape:snap-text-baseline="false" + inkscape:snap-center="true" + inkscape:snap-page="true"> + <inkscape:grid + type="xygrid" + id="grid4740" + empspacing="8" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1015.3622)"> + <rect + style="fill:#ffffff;fill-opacity:0.90196079;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + id="rect3338" + width="4" + height="33.000019" + x="4" + y="1017.3622" + ry="1.7382812e-05" + rx="1.7382812e-05" /> + </g> +</svg> diff --git a/.themes/Arc-Dark-Gruvbox/unity/launcher_arrow_outline_ltr_19.svg b/.themes/Arc-Dark-Gruvbox/unity/launcher_arrow_outline_ltr_19.svg new file mode 100644 index 00000000..b475ca07 --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/unity/launcher_arrow_outline_ltr_19.svg @@ -0,0 +1,101 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="10" + height="19" + id="svg2" + version="1.1" + inkscape:version="0.91 r13725" + inkscape:export-filename="test.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + sodipodi:docname="launcher_arrow_outline_ltr_19.svg"> + <defs + id="defs4"> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath4069"> + <rect + style="opacity:0.12000002;color:#000000;fill:#ff00ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect4071" + width="10" + height="19" + x="20" + y="1033.3622" /> + </clipPath> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="20.962996" + inkscape:cx="1.149139" + inkscape:cy="8.9402141" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:window-width="1301" + inkscape:window-height="650" + inkscape:window-x="65" + inkscape:window-y="24" + inkscape:window-maximized="1" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true" + inkscape:snap-bbox-midpoints="true" + inkscape:object-paths="true" + inkscape:snap-intersection-paths="true" + inkscape:object-nodes="true" + inkscape:snap-smooth-nodes="true" + inkscape:snap-midpoints="true" + inkscape:snap-object-midpoints="true" + inkscape:snap-text-baseline="false" + inkscape:snap-center="true" + inkscape:snap-page="true"> + <inkscape:grid + type="xygrid" + id="grid4740" + empspacing="8" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1033.3622)"> + <rect + style="fill:#ffffff;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1;opacity:0.4" + id="rect3338" + width="2" + height="17" + x="2" + y="1034.3622" + ry="1.7382812e-05" /> + </g> +</svg> diff --git a/.themes/Arc-Dark-Gruvbox/unity/launcher_arrow_outline_ltr_37.svg b/.themes/Arc-Dark-Gruvbox/unity/launcher_arrow_outline_ltr_37.svg new file mode 100644 index 00000000..52e736c9 --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/unity/launcher_arrow_outline_ltr_37.svg @@ -0,0 +1,102 @@ +<?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="20" + height="37" + id="svg2" + version="1.1" + inkscape:version="0.91 r13725" + inkscape:export-filename="test.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + sodipodi:docname="launcher_arrow_outline_ltr_37.svg"> + <defs + id="defs4"> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath4069"> + <rect + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.12000002;fill:#ff00ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;enable-background:accumulate" + id="rect4071" + width="10" + height="19" + x="20" + y="1033.3622" /> + </clipPath> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="22.627417" + inkscape:cx="8.2254385" + inkscape:cy="5.6970486" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:window-width="1301" + inkscape:window-height="650" + inkscape:window-x="65" + inkscape:window-y="24" + inkscape:window-maximized="1" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true" + inkscape:snap-bbox-midpoints="true" + inkscape:object-paths="true" + inkscape:snap-intersection-paths="true" + inkscape:object-nodes="true" + inkscape:snap-smooth-nodes="true" + inkscape:snap-midpoints="true" + inkscape:snap-object-midpoints="true" + inkscape:snap-text-baseline="false" + inkscape:snap-center="true" + inkscape:snap-page="true"> + <inkscape:grid + type="xygrid" + id="grid4740" + empspacing="8" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1015.3622)"> + <rect + style="opacity:0.4;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + id="rect3338" + width="4" + height="33.000019" + x="4" + y="1017.3622" + ry="1.7382812e-05" + rx="1.7382812e-05" /> + </g> +</svg> diff --git a/.themes/Arc-Dark-Gruvbox/unity/launcher_arrow_outline_rtl_19.svg b/.themes/Arc-Dark-Gruvbox/unity/launcher_arrow_outline_rtl_19.svg new file mode 100644 index 00000000..9c284955 --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/unity/launcher_arrow_outline_rtl_19.svg @@ -0,0 +1,102 @@ +<?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="10" + height="19" + id="svg2" + version="1.1" + inkscape:version="0.91 r13725" + inkscape:export-filename="test.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + sodipodi:docname="launcher_arrow_outline_rtl_19.svg"> + <defs + id="defs4"> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath4069"> + <rect + style="opacity:0.12000002;color:#000000;fill:#ff00ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect4071" + width="10" + height="19" + x="20" + y="1033.3622" /> + </clipPath> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="20.962996" + inkscape:cx="-2.1423752" + inkscape:cy="8.8448079" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:window-width="1301" + inkscape:window-height="650" + inkscape:window-x="65" + inkscape:window-y="24" + inkscape:window-maximized="1" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true" + inkscape:snap-bbox-midpoints="true" + inkscape:object-paths="true" + inkscape:snap-intersection-paths="true" + inkscape:object-nodes="true" + inkscape:snap-smooth-nodes="true" + inkscape:snap-midpoints="true" + inkscape:snap-object-midpoints="true" + inkscape:snap-text-baseline="false" + inkscape:snap-center="true" + inkscape:snap-page="true"> + <inkscape:grid + type="xygrid" + id="grid4740" + empspacing="8" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1033.3622)"> + <rect + style="opacity:0.4;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + id="rect3338" + width="2" + height="17" + x="6" + y="1034.3622" + ry="1.7382812e-05" + rx="1.7382812e-05" /> + </g> +</svg> diff --git a/.themes/Arc-Dark-Gruvbox/unity/launcher_arrow_outline_rtl_37.svg b/.themes/Arc-Dark-Gruvbox/unity/launcher_arrow_outline_rtl_37.svg new file mode 100644 index 00000000..0bfb365c --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/unity/launcher_arrow_outline_rtl_37.svg @@ -0,0 +1,102 @@ +<?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="20" + height="37" + id="svg2" + version="1.1" + inkscape:version="0.91 r13725" + inkscape:export-filename="test.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + sodipodi:docname="launcher_arrow_outline_rtl_37.svg"> + <defs + id="defs4"> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath4069"> + <rect + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.12000002;fill:#ff00ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;enable-background:accumulate" + id="rect4071" + width="10" + height="19" + x="20" + y="1033.3622" /> + </clipPath> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="22.627417" + inkscape:cx="8.2254385" + inkscape:cy="5.6970486" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:window-width="1301" + inkscape:window-height="650" + inkscape:window-x="65" + inkscape:window-y="24" + inkscape:window-maximized="1" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true" + inkscape:snap-bbox-midpoints="true" + inkscape:object-paths="true" + inkscape:snap-intersection-paths="true" + inkscape:object-nodes="true" + inkscape:snap-smooth-nodes="true" + inkscape:snap-midpoints="true" + inkscape:snap-object-midpoints="true" + inkscape:snap-text-baseline="false" + inkscape:snap-center="true" + inkscape:snap-page="true"> + <inkscape:grid + type="xygrid" + id="grid4740" + empspacing="8" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1015.3622)"> + <rect + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;opacity:0.4" + id="rect3338" + width="4" + height="33.000019" + x="12" + y="1017.3622" + ry="1.7382812e-05" + rx="1.7382812e-05" /> + </g> +</svg> diff --git a/.themes/Arc-Dark-Gruvbox/unity/launcher_arrow_rtl_19.svg b/.themes/Arc-Dark-Gruvbox/unity/launcher_arrow_rtl_19.svg new file mode 100644 index 00000000..ae9337d8 --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/unity/launcher_arrow_rtl_19.svg @@ -0,0 +1,101 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="10" + height="19" + id="svg2" + version="1.1" + inkscape:version="0.91 r13725" + inkscape:export-filename="test.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + sodipodi:docname="launcher_arrow_rtl_19.svg"> + <defs + id="defs4"> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath4069"> + <rect + style="opacity:0.12000002;color:#000000;fill:#ff00ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect4071" + width="10" + height="19" + x="20" + y="1033.3622" /> + </clipPath> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="20.962996" + inkscape:cx="-4.2413119" + inkscape:cy="9.0594719" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:window-width="1301" + inkscape:window-height="744" + inkscape:window-x="65" + inkscape:window-y="24" + inkscape:window-maximized="1" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true" + inkscape:snap-bbox-midpoints="true" + inkscape:object-paths="true" + inkscape:snap-intersection-paths="true" + inkscape:object-nodes="true" + inkscape:snap-smooth-nodes="true" + inkscape:snap-midpoints="true" + inkscape:snap-object-midpoints="true" + inkscape:snap-text-baseline="false" + inkscape:snap-center="true" + inkscape:snap-page="true"> + <inkscape:grid + type="xygrid" + id="grid4740" + empspacing="8" + 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="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1033.3622)"> + <rect + style="fill:#ffffff;fill-opacity:0.90196079;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + id="rect3338" + width="2" + height="17" + x="6" + y="1034.3622" + ry="1.7382812e-05" /> + </g> +</svg> diff --git a/.themes/Arc-Dark-Gruvbox/unity/launcher_arrow_rtl_37.svg b/.themes/Arc-Dark-Gruvbox/unity/launcher_arrow_rtl_37.svg new file mode 100644 index 00000000..f592c520 --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/unity/launcher_arrow_rtl_37.svg @@ -0,0 +1,102 @@ +<?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="20" + height="37" + id="svg2" + version="1.1" + inkscape:version="0.91 r13725" + inkscape:export-filename="test.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + sodipodi:docname="launcher_arrow_rtl_37.svg"> + <defs + id="defs4"> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath4069"> + <rect + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.12000002;fill:#ff00ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;enable-background:accumulate" + id="rect4071" + width="10" + height="19" + x="20" + y="1033.3622" /> + </clipPath> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="22.627417" + inkscape:cx="1.4637299" + inkscape:cy="5.6970486" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:window-width="1301" + inkscape:window-height="744" + inkscape:window-x="65" + inkscape:window-y="24" + inkscape:window-maximized="1" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true" + inkscape:snap-bbox-midpoints="true" + inkscape:object-paths="true" + inkscape:snap-intersection-paths="true" + inkscape:object-nodes="true" + inkscape:snap-smooth-nodes="true" + inkscape:snap-midpoints="true" + inkscape:snap-object-midpoints="true" + inkscape:snap-text-baseline="false" + inkscape:snap-center="true" + inkscape:snap-page="true"> + <inkscape:grid + type="xygrid" + id="grid4740" + empspacing="8" + 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="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1015.3622)"> + <rect + style="fill:#ffffff;fill-opacity:0.90196079;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + id="rect3338" + width="4" + height="33.000019" + x="12" + y="1017.3622" + ry="1.7382812e-05" + rx="1.7382812e-05" /> + </g> +</svg> diff --git a/.themes/Arc-Dark-Gruvbox/unity/launcher_icon_back_150.svg b/.themes/Arc-Dark-Gruvbox/unity/launcher_icon_back_150.svg new file mode 100644 index 00000000..66ec310b --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/unity/launcher_icon_back_150.svg @@ -0,0 +1,61 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="150" + height="150" + viewBox="0 0 149.99998 150" + id="svg2" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="launcher_icon_back_150.svg"> + <metadata + id="metadata12"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1301" + inkscape:window-height="650" + id="namedview10" + showgrid="true" + inkscape:zoom="2.2250293" + inkscape:cx="36.35956" + inkscape:cy="127.34179" + inkscape:window-x="65" + inkscape:window-y="24" + inkscape:window-maximized="1" + inkscape:current-layer="svg2"> + <inkscape:grid + type="xygrid" + id="grid2989" /> + </sodipodi:namedview> + <defs + id="defs4"> + <clipPath + id="clipPath6"> + <path + d="m 440,80.683594 c -1.84957,0 -3.31641,1.466834 -3.31641,3.316406 l 0,44 c 0,1.84957 1.46684,3.31641 3.31641,3.31641 l 44,0 c 1.84957,0 3.31641,-1.46684 3.31641,-3.31641 l 0,-44 c 0,-1.849572 -1.46684,-3.316406 -3.31641,-3.316406 l -44,0 z" + id="path8" /> + </clipPath> + </defs> +</svg> diff --git a/.themes/Arc-Dark-Gruvbox/unity/launcher_icon_back_54.svg b/.themes/Arc-Dark-Gruvbox/unity/launcher_icon_back_54.svg new file mode 100644 index 00000000..dc539eaf --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/unity/launcher_icon_back_54.svg @@ -0,0 +1,55 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="54" + height="54" + viewBox="0 0 54 54.000001" + id="svg2" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="launcher_icon_back_54.svg"> + <metadata + id="metadata8"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <defs + id="defs6" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1301" + inkscape:window-height="650" + id="namedview4" + showgrid="true" + inkscape:zoom="17.481481" + inkscape:cx="26.660864" + inkscape:cy="43.535494" + inkscape:window-x="65" + inkscape:window-y="24" + inkscape:window-maximized="1" + inkscape:current-layer="svg2" + inkscape:snap-bbox="true"> + <inkscape:grid + type="xygrid" + id="grid2985" /> + </sodipodi:namedview> +</svg> diff --git a/.themes/Arc-Dark-Gruvbox/unity/launcher_icon_edge_150.svg b/.themes/Arc-Dark-Gruvbox/unity/launcher_icon_edge_150.svg new file mode 100644 index 00000000..a842a47d --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/unity/launcher_icon_edge_150.svg @@ -0,0 +1,75 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="150" + height="150" + viewBox="0 0 149.99998 150" + id="svg2" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="launcher_icon_edge_150.svg"> + <metadata + id="metadata16"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1301" + inkscape:window-height="650" + id="namedview14" + showgrid="true" + inkscape:snap-bbox="true" + inkscape:zoom="3.1466667" + inkscape:cx="43.369154" + inkscape:cy="69.620822" + inkscape:window-x="65" + inkscape:window-y="24" + inkscape:window-maximized="1" + inkscape:current-layer="svg2"> + <inkscape:grid + type="xygrid" + id="grid2993" /> + </sodipodi:namedview> + <defs + id="defs4"> + <clipPath + id="clipPath6"> + <path + d="m 440,80.683594 c -1.84957,0 -3.31641,1.466834 -3.31641,3.316406 l 0,44 c 0,1.84957 1.46684,3.31641 3.31641,3.31641 l 44,0 c 1.84957,0 3.31641,-1.46684 3.31641,-3.31641 l 0,-44 c 0,-1.849572 -1.46684,-3.316406 -3.31641,-3.316406 l -44,0 z" + id="path8" /> + </clipPath> + <clipPath + id="clipPath10"> + <rect + y="316" + x="353" + height="148" + width="148" + opacity="0.8" + fill="#ff00ff" + color="#000000" + rx="12" + id="rect12" /> + </clipPath> + </defs> +</svg> diff --git a/.themes/Arc-Dark-Gruvbox/unity/launcher_icon_edge_54.svg b/.themes/Arc-Dark-Gruvbox/unity/launcher_icon_edge_54.svg new file mode 100644 index 00000000..8d133af1 --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/unity/launcher_icon_edge_54.svg @@ -0,0 +1,65 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="54" + height="54" + viewBox="0 0 54 54.000001" + id="svg2" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="launcher_icon_edge_54.svg"> + <metadata + id="metadata12"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1301" + inkscape:window-height="650" + id="namedview10" + showgrid="true" + inkscape:zoom="24.722548" + inkscape:cx="10.242601" + inkscape:cy="56.465656" + inkscape:window-x="65" + inkscape:window-y="24" + inkscape:window-maximized="1" + inkscape:current-layer="svg2" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true"> + <inkscape:grid + type="xygrid" + id="grid3757" /> + </sodipodi:namedview> + <defs + id="defs4"> + <clipPath + id="clipPath6"> + <path + d="m 440,81.001953 c -1.67866,0 -2.99805,1.319387 -2.99805,2.998047 l 0,44 c 0,1.67866 1.31939,2.99805 2.99805,2.99805 l 44,0 c 1.67866,0 2.99805,-1.31939 2.99805,-2.99805 l 0,-44 c 0,-1.67866 -1.31939,-2.998047 -2.99805,-2.998047 l -44,0 z" + id="path8" /> + </clipPath> + </defs> +</svg> diff --git a/.themes/Arc-Dark-Gruvbox/unity/launcher_icon_glow_200.svg b/.themes/Arc-Dark-Gruvbox/unity/launcher_icon_glow_200.svg new file mode 100644 index 00000000..01bb0d9c --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/unity/launcher_icon_glow_200.svg @@ -0,0 +1,7 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="200" height="200" viewBox="0 0 200.00001 200.00003"> + <defs> + <clipPath> + <path d="m 427.33333,22.026666 0,69.333333 69.33333,0 0,-69.333333 -69.33333,0 z m 13.11917,9.013333 43.095,0 c 2.27623,0 4.10583,1.829606 4.10583,4.105834 l 0,43.094999 c 0,2.276228 -1.8296,4.105834 -4.10583,4.105834 l -43.095,0 c -2.27623,0 -4.10583,-1.829606 -4.10583,-4.105834 l 0,-43.094999 c 0,-2.276228 1.8296,-4.105834 4.10583,-4.105834 z"/> + </clipPath> + </defs> +</svg> diff --git a/.themes/Arc-Dark-Gruvbox/unity/launcher_icon_glow_62.svg b/.themes/Arc-Dark-Gruvbox/unity/launcher_icon_glow_62.svg new file mode 100644 index 00000000..105b068a --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/unity/launcher_icon_glow_62.svg @@ -0,0 +1,7 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="62" height="62" viewBox="0 0 62 62.000001"> + <defs> + <clipPath> + <path d="m 1,25 0,62 62,0 0,-62 -62,0 z m 9,6 44,0 c 1.662,0 3,1.338 3,3 l 0,44 c 0,1.662 -1.338,3 -3,3 L 10,81 C 8.338,81 7,79.662 7,78 L 7,34 c 0,-1.662 1.338,-3 3,-3 z"/> + </clipPath> + </defs> +</svg> diff --git a/.themes/Arc-Dark-Gruvbox/unity/launcher_icon_selected_back_150.svg b/.themes/Arc-Dark-Gruvbox/unity/launcher_icon_selected_back_150.svg new file mode 100644 index 00000000..424c2995 --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/unity/launcher_icon_selected_back_150.svg @@ -0,0 +1,96 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg + xmlns:osb="http://www.openswatchbook.org/uri/2009/osb" + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="150" + height="150" + viewBox="0 0 149.99998 150" + id="svg2" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="launcher_icon_selected_back_150.svg"> + <metadata + id="metadata16"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1366" + inkscape:window-height="718" + id="namedview14" + showgrid="true" + inkscape:zoom="1.1125147" + inkscape:cx="-204.38973" + inkscape:cy="91.79881" + inkscape:window-x="0" + inkscape:window-y="25" + inkscape:window-maximized="1" + inkscape:current-layer="svg2"> + <inkscape:grid + type="xygrid" + id="grid2993" /> + </sodipodi:namedview> + <defs + id="defs4"> + <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop4138" /> + </linearGradient> + <clipPath + id="clipPath6"> + <rect + y="1040.22" + x="505" + height="150" + width="150" + opacity="0.2" + fill-rule="evenodd" + color="#000000" + rx="42" + id="rect8" /> + </clipPath> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4140" + x1="75" + y1="1" + x2="75" + y2="148" + gradientUnits="userSpaceOnUse" /> + </defs> + <rect + style="fill:url(#linearGradient4140);fill-opacity:1;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none" + id="rect2995" + width="148" + height="147" + x="1" + y="1" + transform="translate(-1e-5,0)" + ry="1" /> +</svg> diff --git a/.themes/Arc-Dark-Gruvbox/unity/launcher_icon_selected_back_54.svg b/.themes/Arc-Dark-Gruvbox/unity/launcher_icon_selected_back_54.svg new file mode 100644 index 00000000..0e1b9832 --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/unity/launcher_icon_selected_back_54.svg @@ -0,0 +1,82 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg + xmlns:osb="http://www.openswatchbook.org/uri/2009/osb" + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="54" + height="54" + viewBox="0 0 54 54.000001" + id="svg2" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="launcher_icon_selected_back_54.svg"> + <metadata + id="metadata8"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <defs + id="defs6"> + <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop4136" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4138" + x1="27" + y1="1" + x2="27" + y2="52" + gradientUnits="userSpaceOnUse" /> + </defs> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1366" + inkscape:window-height="718" + id="namedview4" + showgrid="true" + inkscape:zoom="8.7407407" + inkscape:cx="11.220234" + inkscape:cy="23.327385" + inkscape:window-x="0" + inkscape:window-y="25" + inkscape:window-maximized="1" + inkscape:current-layer="svg2"> + <inkscape:grid + type="xygrid" + id="grid2985" /> + </sodipodi:namedview> + <rect + style="opacity:1;fill:url(#linearGradient4138);fill-opacity:1;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none" + id="rect2987" + width="52" + height="51" + x="1" + y="1" + ry="1" /> +</svg> diff --git a/.themes/Arc-Dark-Gruvbox/unity/launcher_icon_shadow_200.svg b/.themes/Arc-Dark-Gruvbox/unity/launcher_icon_shadow_200.svg new file mode 100644 index 00000000..9e68b14b --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/unity/launcher_icon_shadow_200.svg @@ -0,0 +1,7 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="200" height="200" viewBox="0 0 200.00001 200.00003"> + <defs> + <clipPath> + <path d="m 489.73333,21.333331 0,69.333332 69.33333,0 0,-69.333332 -69.33333,0 z m 13.11917,9.013334 43.095,0 c 2.27623,0 4.10583,1.829606 4.10583,4.105833 l 0,43.094999 c 0,2.276227 -1.8296,4.105833 -4.10583,4.105833 l -43.095,0 c -2.27623,0 -4.10583,-1.829606 -4.10583,-4.105833 l 0,-43.094999 c 0,-2.276227 1.8296,-4.105833 4.10583,-4.105833 z"/> + </clipPath> + </defs> +</svg> diff --git a/.themes/Arc-Dark-Gruvbox/unity/launcher_icon_shadow_62.svg b/.themes/Arc-Dark-Gruvbox/unity/launcher_icon_shadow_62.svg new file mode 100644 index 00000000..9bc9c127 --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/unity/launcher_icon_shadow_62.svg @@ -0,0 +1,61 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="62" + height="62" + viewBox="0 0 61.999999 62.000001" + id="svg2" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="launcher_icon_shadow_62.svg"> + <metadata + id="metadata12"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1301" + inkscape:window-height="650" + id="namedview10" + showgrid="true" + inkscape:snap-bbox="true" + inkscape:bbox-nodes="true" + inkscape:bbox-paths="true" + inkscape:snap-bbox-edge-midpoints="true" + inkscape:zoom="10.766271" + inkscape:cx="46.152641" + inkscape:cy="12.729335" + inkscape:window-x="65" + inkscape:window-y="24" + inkscape:window-maximized="1" + inkscape:current-layer="svg2" /> + <defs + id="defs4"> + <clipPath + id="clipPath6"> + <path + d="m 4,24 c -2.216,0 -4,1.784 -4,4 l 0,56 c 0,2.216 1.784,4 4,4 l 56,0 c 2.216,0 4,-1.784 4,-4 l 0,-56 c 0,-2.216 -1.784,-4 -4,-4 L 4,24 z m 6,6 44,0 c 2.216,0 4,1.784 4,4 l 0,44 c 0,2.216 -1.784,4 -4,4 L 10,82 C 7.784,82 6,80.216 6,78 L 6,34 c 0,-2.216 1.784,-4 4,-4 z" + id="path8" /> + </clipPath> + </defs> +</svg> diff --git a/.themes/Arc-Dark-Gruvbox/unity/launcher_icon_shine_150.svg b/.themes/Arc-Dark-Gruvbox/unity/launcher_icon_shine_150.svg new file mode 100644 index 00000000..a4562962 --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/unity/launcher_icon_shine_150.svg @@ -0,0 +1,59 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="150" + height="150" + viewBox="0 0 149.99998 150" + id="svg2" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="launcher_icon_shine_150.svg"> + <metadata + id="metadata8"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <defs + id="defs6" /> + <sodipodi:namedview + pagecolor="#6e6e6e" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0.90588235" + inkscape:pageshadow="2" + inkscape:window-width="1301" + inkscape:window-height="650" + id="namedview4" + showgrid="true" + inkscape:snap-bbox="true" + inkscape:zoom="17.800235" + inkscape:cx="26.229204" + inkscape:cy="7.3679574" + inkscape:window-x="65" + inkscape:window-y="24" + inkscape:window-maximized="1" + inkscape:current-layer="svg2"> + <inkscape:grid + type="xygrid" + id="grid2985" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> +</svg> diff --git a/.themes/Arc-Dark-Gruvbox/unity/launcher_icon_shine_54.svg b/.themes/Arc-Dark-Gruvbox/unity/launcher_icon_shine_54.svg new file mode 100644 index 00000000..a793abc9 --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/unity/launcher_icon_shine_54.svg @@ -0,0 +1,83 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="54" + height="54" + viewBox="0 0 54 54.000001" + id="svg2" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="launcher_icon_shine_54.svg"> + <metadata + id="metadata8"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <defs + id="defs6"> + <linearGradient + inkscape:collect="always" + id="linearGradient3762"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop3764" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop3766" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3762" + id="linearGradient3768" + x1="0" + y1="27" + x2="2.999999" + y2="27" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0,-1,1,0,0,54)" /> + </defs> + <sodipodi:namedview + pagecolor="#000000" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0.67843137" + inkscape:pageshadow="2" + inkscape:window-width="1301" + inkscape:window-height="650" + id="namedview4" + showgrid="true" + inkscape:snap-bbox="true" + inkscape:zoom="8.7407407" + inkscape:cx="27.214228" + inkscape:cy="18.946249" + inkscape:window-x="65" + inkscape:window-y="24" + inkscape:window-maximized="1" + inkscape:current-layer="svg2"> + <inkscape:grid + type="xygrid" + id="grid3753" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> +</svg> diff --git a/.themes/Arc-Dark-Gruvbox/unity/launcher_pip_ltr_19.svg b/.themes/Arc-Dark-Gruvbox/unity/launcher_pip_ltr_19.svg new file mode 100644 index 00000000..34b1757a --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/unity/launcher_pip_ltr_19.svg @@ -0,0 +1,101 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="10" + height="19" + id="svg2" + version="1.1" + inkscape:version="0.91 r13725" + inkscape:export-filename="test.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + sodipodi:docname="launcher_pip_ltr_19.svg"> + <defs + id="defs4"> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath4069"> + <rect + style="opacity:0.12000002;color:#000000;fill:#ff00ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect4071" + width="10" + height="19" + x="20" + y="1033.3622" /> + </clipPath> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="15.178831" + inkscape:cx="2.3818874" + inkscape:cy="5.0805669" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:window-width="1301" + inkscape:window-height="648" + inkscape:window-x="65" + inkscape:window-y="24" + inkscape:window-maximized="1" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true" + inkscape:snap-bbox-midpoints="true" + inkscape:object-paths="true" + inkscape:snap-intersection-paths="true" + inkscape:object-nodes="true" + inkscape:snap-smooth-nodes="true" + inkscape:snap-midpoints="true" + inkscape:snap-object-midpoints="true" + inkscape:snap-text-baseline="false" + inkscape:snap-center="true" + inkscape:snap-page="true"> + <inkscape:grid + type="xygrid" + id="grid4740" + empspacing="8" + 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="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1033.3622)"> + <rect + style="fill:#ffffff;fill-opacity:0.90196079;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + id="rect3338" + width="2" + height="3.0000174" + x="2" + y="1041.3622" + ry="3.0675728e-06" /> + </g> +</svg> diff --git a/.themes/Arc-Dark-Gruvbox/unity/launcher_pip_ltr_37.svg b/.themes/Arc-Dark-Gruvbox/unity/launcher_pip_ltr_37.svg new file mode 100644 index 00000000..d8dc4221 --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/unity/launcher_pip_ltr_37.svg @@ -0,0 +1,103 @@ +<?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="20" + height="37" + id="svg2" + version="1.1" + inkscape:version="0.91 r13725" + inkscape:export-filename="test.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + sodipodi:docname="launcher_pip_ltr_37.svg"> + <defs + id="defs4"> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath4069"> + <rect + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.12000002;fill:#ff00ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;enable-background:accumulate" + id="rect4071" + width="10" + height="19" + x="20" + y="1033.3622" /> + </clipPath> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="16" + inkscape:cx="-7.5475486" + inkscape:cy="14.518805" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:window-width="1301" + inkscape:window-height="744" + inkscape:window-x="65" + inkscape:window-y="24" + inkscape:window-maximized="1" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true" + inkscape:snap-bbox-midpoints="true" + inkscape:object-paths="true" + inkscape:snap-intersection-paths="true" + inkscape:object-nodes="true" + inkscape:snap-smooth-nodes="true" + inkscape:snap-midpoints="true" + inkscape:snap-object-midpoints="true" + inkscape:snap-text-baseline="false" + inkscape:snap-center="true" + inkscape:snap-page="true" + inkscape:snap-nodes="false"> + <inkscape:grid + type="xygrid" + id="grid4740" + empspacing="8" + 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="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1015.3622)"> + <rect + rx="3.0675728e-06" + style="fill:#ffffff;fill-opacity:0.90196079;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + id="rect3338" + width="4" + height="5.0000172" + x="4" + y="1031.3622" + ry="3.0675728e-06" /> + </g> +</svg> diff --git a/.themes/Arc-Dark-Gruvbox/unity/launcher_pip_rtl_19.svg b/.themes/Arc-Dark-Gruvbox/unity/launcher_pip_rtl_19.svg new file mode 100644 index 00000000..3194b738 --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/unity/launcher_pip_rtl_19.svg @@ -0,0 +1,102 @@ +<?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="10" + height="19" + id="svg2" + version="1.1" + inkscape:version="0.91 r13725" + inkscape:export-filename="test.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + sodipodi:docname="launcher_pip_rtl_19.svg"> + <defs + id="defs4"> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath4069"> + <rect + style="opacity:0.12000002;color:#000000;fill:#ff00ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect4071" + width="10" + height="19" + x="20" + y="1033.3622" /> + </clipPath> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="32" + inkscape:cx="0.4532629" + inkscape:cy="12.759685" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:window-width="1301" + inkscape:window-height="744" + inkscape:window-x="65" + inkscape:window-y="24" + inkscape:window-maximized="1" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true" + inkscape:snap-bbox-midpoints="true" + inkscape:object-paths="true" + inkscape:snap-intersection-paths="true" + inkscape:object-nodes="true" + inkscape:snap-smooth-nodes="true" + inkscape:snap-midpoints="true" + inkscape:snap-object-midpoints="true" + inkscape:snap-text-baseline="false" + inkscape:snap-center="true" + inkscape:snap-page="true" + inkscape:snap-nodes="false"> + <inkscape:grid + type="xygrid" + id="grid4740" + empspacing="8" + 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="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1033.3622)"> + <rect + style="fill:#ffffff;fill-opacity:0.90196079;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + id="rect3338" + width="2" + height="3.0000174" + x="6" + y="1041.3622" + ry="3.0675728e-06" /> + </g> +</svg> diff --git a/.themes/Arc-Dark-Gruvbox/unity/launcher_pip_rtl_37.svg b/.themes/Arc-Dark-Gruvbox/unity/launcher_pip_rtl_37.svg new file mode 100644 index 00000000..461250f9 --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/unity/launcher_pip_rtl_37.svg @@ -0,0 +1,103 @@ +<?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="20" + height="37" + id="svg2" + version="1.1" + inkscape:version="0.91 r13725" + inkscape:export-filename="test.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + sodipodi:docname="launcher_pip_rtl_37.svg"> + <defs + id="defs4"> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath4069"> + <rect + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.12000002;fill:#ff00ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;enable-background:accumulate" + id="rect4071" + width="10" + height="19" + x="20" + y="1033.3622" /> + </clipPath> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="11.313709" + inkscape:cx="3.9744094" + inkscape:cy="10.722806" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:window-width="1301" + inkscape:window-height="744" + inkscape:window-x="65" + inkscape:window-y="24" + inkscape:window-maximized="1" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true" + inkscape:snap-bbox-midpoints="true" + inkscape:object-paths="true" + inkscape:snap-intersection-paths="true" + inkscape:object-nodes="true" + inkscape:snap-smooth-nodes="true" + inkscape:snap-midpoints="true" + inkscape:snap-object-midpoints="true" + inkscape:snap-text-baseline="false" + inkscape:snap-center="true" + inkscape:snap-page="true" + inkscape:snap-nodes="false"> + <inkscape:grid + type="xygrid" + id="grid4740" + empspacing="8" + 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="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1015.3622)"> + <rect + rx="3.0675728e-06" + style="fill:#ffffff;fill-opacity:0.90196079;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + id="rect3338" + width="4" + height="5.0000172" + x="12" + y="1031.3622" + ry="3.0675728e-06" /> + </g> +</svg> diff --git a/.themes/Arc-Dark-Gruvbox/unity/maximize.svg b/.themes/Arc-Dark-Gruvbox/unity/maximize.svg new file mode 120000 index 00000000..836cb831 --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/unity/maximize.svg @@ -0,0 +1 @@ +window-buttons/maximize.svg \ No newline at end of file diff --git a/.themes/Arc-Dark-Gruvbox/unity/maximize_dash.svg b/.themes/Arc-Dark-Gruvbox/unity/maximize_dash.svg new file mode 120000 index 00000000..b653395d --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/unity/maximize_dash.svg @@ -0,0 +1 @@ +dash/maximize_dash.svg \ No newline at end of file diff --git a/.themes/Arc-Dark-Gruvbox/unity/maximize_dash_disabled.svg b/.themes/Arc-Dark-Gruvbox/unity/maximize_dash_disabled.svg new file mode 120000 index 00000000..43f0fb6a --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/unity/maximize_dash_disabled.svg @@ -0,0 +1 @@ +dash/maximize_dash_disabled.svg \ No newline at end of file diff --git a/.themes/Arc-Dark-Gruvbox/unity/maximize_dash_prelight.svg b/.themes/Arc-Dark-Gruvbox/unity/maximize_dash_prelight.svg new file mode 120000 index 00000000..0a74f649 --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/unity/maximize_dash_prelight.svg @@ -0,0 +1 @@ +dash/maximize_dash_prelight.svg \ No newline at end of file diff --git a/.themes/Arc-Dark-Gruvbox/unity/maximize_dash_pressed.svg b/.themes/Arc-Dark-Gruvbox/unity/maximize_dash_pressed.svg new file mode 120000 index 00000000..c4f77fa3 --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/unity/maximize_dash_pressed.svg @@ -0,0 +1 @@ +dash/maximize_dash_pressed.svg \ No newline at end of file diff --git a/.themes/Arc-Dark-Gruvbox/unity/maximize_focused_normal.svg b/.themes/Arc-Dark-Gruvbox/unity/maximize_focused_normal.svg new file mode 120000 index 00000000..836cb831 --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/unity/maximize_focused_normal.svg @@ -0,0 +1 @@ +window-buttons/maximize.svg \ No newline at end of file diff --git a/.themes/Arc-Dark-Gruvbox/unity/maximize_focused_prelight.svg b/.themes/Arc-Dark-Gruvbox/unity/maximize_focused_prelight.svg new file mode 120000 index 00000000..7f7d2f74 --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/unity/maximize_focused_prelight.svg @@ -0,0 +1 @@ +window-buttons/maximize_prelight.svg \ No newline at end of file diff --git a/.themes/Arc-Dark-Gruvbox/unity/maximize_focused_pressed.svg b/.themes/Arc-Dark-Gruvbox/unity/maximize_focused_pressed.svg new file mode 120000 index 00000000..529dd342 --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/unity/maximize_focused_pressed.svg @@ -0,0 +1 @@ +window-buttons/maximize_pressed.svg \ No newline at end of file diff --git a/.themes/Arc-Dark-Gruvbox/unity/maximize_unfocused.svg b/.themes/Arc-Dark-Gruvbox/unity/maximize_unfocused.svg new file mode 120000 index 00000000..050eb913 --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/unity/maximize_unfocused.svg @@ -0,0 +1 @@ +window-buttons/maximize_unfocused.svg \ No newline at end of file diff --git a/.themes/Arc-Dark-Gruvbox/unity/maximize_unfocused_prelight.svg b/.themes/Arc-Dark-Gruvbox/unity/maximize_unfocused_prelight.svg new file mode 120000 index 00000000..7f7d2f74 --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/unity/maximize_unfocused_prelight.svg @@ -0,0 +1 @@ +window-buttons/maximize_prelight.svg \ No newline at end of file diff --git a/.themes/Arc-Dark-Gruvbox/unity/maximize_unfocused_pressed.svg b/.themes/Arc-Dark-Gruvbox/unity/maximize_unfocused_pressed.svg new file mode 120000 index 00000000..529dd342 --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/unity/maximize_unfocused_pressed.svg @@ -0,0 +1 @@ +window-buttons/maximize_pressed.svg \ No newline at end of file diff --git a/.themes/Arc-Dark-Gruvbox/unity/minimize.svg b/.themes/Arc-Dark-Gruvbox/unity/minimize.svg new file mode 120000 index 00000000..a67242c8 --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/unity/minimize.svg @@ -0,0 +1 @@ +window-buttons/minimize.svg \ No newline at end of file diff --git a/.themes/Arc-Dark-Gruvbox/unity/minimize_dash.svg b/.themes/Arc-Dark-Gruvbox/unity/minimize_dash.svg new file mode 120000 index 00000000..387f0752 --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/unity/minimize_dash.svg @@ -0,0 +1 @@ +dash/minimize_dash.svg \ No newline at end of file diff --git a/.themes/Arc-Dark-Gruvbox/unity/minimize_dash_disabled.svg b/.themes/Arc-Dark-Gruvbox/unity/minimize_dash_disabled.svg new file mode 120000 index 00000000..99c6442f --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/unity/minimize_dash_disabled.svg @@ -0,0 +1 @@ +dash/minimize_dash_disabled.svg \ No newline at end of file diff --git a/.themes/Arc-Dark-Gruvbox/unity/minimize_dash_prelight.svg b/.themes/Arc-Dark-Gruvbox/unity/minimize_dash_prelight.svg new file mode 120000 index 00000000..8bc8ae7e --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/unity/minimize_dash_prelight.svg @@ -0,0 +1 @@ +dash/minimize_dash_prelight.svg \ No newline at end of file diff --git a/.themes/Arc-Dark-Gruvbox/unity/minimize_dash_pressed.svg b/.themes/Arc-Dark-Gruvbox/unity/minimize_dash_pressed.svg new file mode 120000 index 00000000..8eee2dd0 --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/unity/minimize_dash_pressed.svg @@ -0,0 +1 @@ +dash/minimize_dash_pressed.svg \ No newline at end of file diff --git a/.themes/Arc-Dark-Gruvbox/unity/minimize_focused_normal.svg b/.themes/Arc-Dark-Gruvbox/unity/minimize_focused_normal.svg new file mode 120000 index 00000000..a67242c8 --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/unity/minimize_focused_normal.svg @@ -0,0 +1 @@ +window-buttons/minimize.svg \ No newline at end of file diff --git a/.themes/Arc-Dark-Gruvbox/unity/minimize_focused_prelight.svg b/.themes/Arc-Dark-Gruvbox/unity/minimize_focused_prelight.svg new file mode 120000 index 00000000..fcb08928 --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/unity/minimize_focused_prelight.svg @@ -0,0 +1 @@ +window-buttons/minimize_prelight.svg \ No newline at end of file diff --git a/.themes/Arc-Dark-Gruvbox/unity/minimize_focused_pressed.svg b/.themes/Arc-Dark-Gruvbox/unity/minimize_focused_pressed.svg new file mode 120000 index 00000000..31687d07 --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/unity/minimize_focused_pressed.svg @@ -0,0 +1 @@ +window-buttons/minimize_pressed.svg \ No newline at end of file diff --git a/.themes/Arc-Dark-Gruvbox/unity/minimize_unfocused.svg b/.themes/Arc-Dark-Gruvbox/unity/minimize_unfocused.svg new file mode 120000 index 00000000..d4f5cbfe --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/unity/minimize_unfocused.svg @@ -0,0 +1 @@ +window-buttons/minimize_unfocused.svg \ No newline at end of file diff --git a/.themes/Arc-Dark-Gruvbox/unity/minimize_unfocused_prelight.svg b/.themes/Arc-Dark-Gruvbox/unity/minimize_unfocused_prelight.svg new file mode 120000 index 00000000..fcb08928 --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/unity/minimize_unfocused_prelight.svg @@ -0,0 +1 @@ +window-buttons/minimize_prelight.svg \ No newline at end of file diff --git a/.themes/Arc-Dark-Gruvbox/unity/minimize_unfocused_pressed.svg b/.themes/Arc-Dark-Gruvbox/unity/minimize_unfocused_pressed.svg new file mode 120000 index 00000000..31687d07 --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/unity/minimize_unfocused_pressed.svg @@ -0,0 +1 @@ +window-buttons/minimize_pressed.svg \ No newline at end of file diff --git a/.themes/Arc-Dark-Gruvbox/unity/sheet_style_close_focused.svg b/.themes/Arc-Dark-Gruvbox/unity/sheet_style_close_focused.svg new file mode 120000 index 00000000..cd184561 --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/unity/sheet_style_close_focused.svg @@ -0,0 +1 @@ +window-buttons/close.svg \ No newline at end of file diff --git a/.themes/Arc-Dark-Gruvbox/unity/sheet_style_close_focused_prelight.svg b/.themes/Arc-Dark-Gruvbox/unity/sheet_style_close_focused_prelight.svg new file mode 120000 index 00000000..e338f1e8 --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/unity/sheet_style_close_focused_prelight.svg @@ -0,0 +1 @@ +window-buttons/close_prelight.svg \ No newline at end of file diff --git a/.themes/Arc-Dark-Gruvbox/unity/sheet_style_close_focused_pressed.svg b/.themes/Arc-Dark-Gruvbox/unity/sheet_style_close_focused_pressed.svg new file mode 120000 index 00000000..c55c7f2b --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/unity/sheet_style_close_focused_pressed.svg @@ -0,0 +1 @@ +window-buttons/close_unfocused.svg \ No newline at end of file diff --git a/.themes/Arc-Dark-Gruvbox/unity/unmaximize.svg b/.themes/Arc-Dark-Gruvbox/unity/unmaximize.svg new file mode 120000 index 00000000..836cb831 --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/unity/unmaximize.svg @@ -0,0 +1 @@ +window-buttons/maximize.svg \ No newline at end of file diff --git a/.themes/Arc-Dark-Gruvbox/unity/unmaximize_dash.svg b/.themes/Arc-Dark-Gruvbox/unity/unmaximize_dash.svg new file mode 120000 index 00000000..b653395d --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/unity/unmaximize_dash.svg @@ -0,0 +1 @@ +dash/maximize_dash.svg \ No newline at end of file diff --git a/.themes/Arc-Dark-Gruvbox/unity/unmaximize_dash_disabled.svg b/.themes/Arc-Dark-Gruvbox/unity/unmaximize_dash_disabled.svg new file mode 120000 index 00000000..43f0fb6a --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/unity/unmaximize_dash_disabled.svg @@ -0,0 +1 @@ +dash/maximize_dash_disabled.svg \ No newline at end of file diff --git a/.themes/Arc-Dark-Gruvbox/unity/unmaximize_dash_prelight.svg b/.themes/Arc-Dark-Gruvbox/unity/unmaximize_dash_prelight.svg new file mode 120000 index 00000000..0a74f649 --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/unity/unmaximize_dash_prelight.svg @@ -0,0 +1 @@ +dash/maximize_dash_prelight.svg \ No newline at end of file diff --git a/.themes/Arc-Dark-Gruvbox/unity/unmaximize_dash_pressed.svg b/.themes/Arc-Dark-Gruvbox/unity/unmaximize_dash_pressed.svg new file mode 120000 index 00000000..c4f77fa3 --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/unity/unmaximize_dash_pressed.svg @@ -0,0 +1 @@ +dash/maximize_dash_pressed.svg \ No newline at end of file diff --git a/.themes/Arc-Dark-Gruvbox/unity/unmaximize_focused_normal.svg b/.themes/Arc-Dark-Gruvbox/unity/unmaximize_focused_normal.svg new file mode 120000 index 00000000..836cb831 --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/unity/unmaximize_focused_normal.svg @@ -0,0 +1 @@ +window-buttons/maximize.svg \ No newline at end of file diff --git a/.themes/Arc-Dark-Gruvbox/unity/unmaximize_focused_prelight.svg b/.themes/Arc-Dark-Gruvbox/unity/unmaximize_focused_prelight.svg new file mode 120000 index 00000000..7f7d2f74 --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/unity/unmaximize_focused_prelight.svg @@ -0,0 +1 @@ +window-buttons/maximize_prelight.svg \ No newline at end of file diff --git a/.themes/Arc-Dark-Gruvbox/unity/unmaximize_focused_pressed.svg b/.themes/Arc-Dark-Gruvbox/unity/unmaximize_focused_pressed.svg new file mode 120000 index 00000000..529dd342 --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/unity/unmaximize_focused_pressed.svg @@ -0,0 +1 @@ +window-buttons/maximize_pressed.svg \ No newline at end of file diff --git a/.themes/Arc-Dark-Gruvbox/unity/unmaximize_unfocused.svg b/.themes/Arc-Dark-Gruvbox/unity/unmaximize_unfocused.svg new file mode 120000 index 00000000..050eb913 --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/unity/unmaximize_unfocused.svg @@ -0,0 +1 @@ +window-buttons/maximize_unfocused.svg \ No newline at end of file diff --git a/.themes/Arc-Dark-Gruvbox/unity/unmaximize_unfocused_prelight.svg b/.themes/Arc-Dark-Gruvbox/unity/unmaximize_unfocused_prelight.svg new file mode 120000 index 00000000..7f7d2f74 --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/unity/unmaximize_unfocused_prelight.svg @@ -0,0 +1 @@ +window-buttons/maximize_prelight.svg \ No newline at end of file diff --git a/.themes/Arc-Dark-Gruvbox/unity/unmaximize_unfocused_pressed.svg b/.themes/Arc-Dark-Gruvbox/unity/unmaximize_unfocused_pressed.svg new file mode 120000 index 00000000..529dd342 --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/unity/unmaximize_unfocused_pressed.svg @@ -0,0 +1 @@ +window-buttons/maximize_pressed.svg \ No newline at end of file diff --git a/.themes/Arc-Dark-Gruvbox/unity/window-buttons/close.svg b/.themes/Arc-Dark-Gruvbox/unity/window-buttons/close.svg new file mode 100644 index 00000000..4a82a490 --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/unity/window-buttons/close.svg @@ -0,0 +1,214 @@ +<?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="24" + height="24" + id="svg4306" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="close.svg" + style="enable-background:new"> + <defs + id="defs4308"> + <linearGradient + id="linearGradient3770"> + <stop + style="stop-color:#000000;stop-opacity:0.62827224;" + offset="0" + id="stop3772" /> + <stop + style="stop-color:#000000;stop-opacity:0.49803922;" + offset="1" + id="stop3774" /> + </linearGradient> + <linearGradient + id="linearGradient4882"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4884" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop4886" /> + </linearGradient> + <linearGradient + id="linearGradient3784-6"> + <stop + style="stop-color:#ffffff;stop-opacity:0.21568628;" + offset="0" + id="stop3786-4" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop3788-6" /> + </linearGradient> + <linearGradient + id="linearGradient4892"> + <stop + id="stop4894" + offset="0" + style="stop-color:#2f3a42;stop-opacity:1;" /> + <stop + id="stop4896" + offset="1" + style="stop-color:#1d242a;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient4882-4"> + <stop + id="stop4884-9" + offset="0" + style="stop-color:#728495;stop-opacity:1;" /> + <stop + id="stop4886-9" + offset="1" + style="stop-color:#617c95;stop-opacity:0;" /> + </linearGradient> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#f0f1f2" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="22.627418" + inkscape:cx="4.6255954" + inkscape:cy="10.407616" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="1366" + inkscape:window-height="721" + inkscape:window-x="0" + inkscape:window-y="25" + inkscape:window-maximized="1" + inkscape:snap-bbox="true" + inkscape:snap-global="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="grid4314" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + <sodipodi:guide + orientation="1,0" + position="12,12" + id="guide4316" /> + <sodipodi:guide + orientation="0,1" + position="12,12" + id="guide4318" /> + </sodipodi:namedview> + <metadata + id="metadata4311"> + <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,-1028.3622)"> + <g + style="display:inline" + id="titlebutton-close-dark-8" + inkscape:label="#g6210" + transform="translate(-641,1218)"> + <g + id="g4927-9-2-8-4" + style="display:inline;opacity:1" + transform="translate(-678,-432.63782)"> + <g + transform="translate(-103,0)" + style="display:inline;opacity:1" + id="g4490-6-5-2-5-3-6"> + <g + id="g4092-0-2-21-0-9-7-0" + style="display:inline" + transform="translate(58,0)"> + <path + inkscape:connector-curvature="0" + style="fill:#cc575d;fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="m 414,58 a 7,7 0 0 0 -7,7 7,7 0 0 0 7,7 7,7 0 0 0 7,-7 7,7 0 0 0 -7,-7 z m -3,3.921875 0.75,0 c 0.008,-9e-5 0.0156,-3.45e-4 0.0234,0 0.19121,0.0084 0.3824,0.09643 0.51562,0.234375 L 414,63.867188 415.73438,62.15625 c 0.19921,-0.172875 0.335,-0.229125 0.51562,-0.234375 l 0.75,0 0,0.75 c 0,0.214853 -0.0258,0.412987 -0.1875,0.5625 l -1.71094,1.710937 1.6875,1.6875 C 416.9302,66.77394 416.99999,66.9729 417,67.171875 l 0,0.75 -0.75,0 c -0.19898,-8e-6 -0.39794,-0.06982 -0.53906,-0.210937 L 414,66 l -1.71094,1.710938 c -0.14112,0.141142 -0.34009,0.210937 -0.53906,0.210937 l -0.75,0 0,-0.75 c 0,-0.198967 0.0698,-0.397935 0.21094,-0.539063 l 1.71094,-1.6875 -1.71094,-1.710937 C 411.05288,63.088403 410.98357,62.882438 411,62.671875 l 0,-0.75 z" + transform="translate(962.00001,190.00002)" + id="path4068-7-5-9-6-5-8-5" /> + </g> + </g> + <g + id="g4778-2-68-8-7-9" + transform="translate(1323,246.86719)" + style="fill:#ffffff;fill-opacity:1"> + <g + style="display:inline;fill:#ffffff;fill-opacity:1" + id="layer9-9-4-4-1-1-7" + transform="translate(-60,-518)" /> + <g + id="layer10-2-1-8-0-4-4" + transform="translate(-60,-518)" + style="fill:#ffffff;fill-opacity:1" /> + <g + id="layer11-16-4-9-6-9-0" + transform="translate(-60,-518)" + style="fill:#ffffff;fill-opacity:1" /> + <g + transform="matrix(0.75,0,0,0.75,2,2.0546875)" + id="g2996-76-5-96-3-7" + style="fill:#ffffff;fill-opacity:1"> + <g + transform="translate(-60,-518)" + id="layer12-4-5-7-9-4-5" + style="fill:#ffffff;fill-opacity:1"> + <g + transform="translate(19,-242)" + id="layer4-4-1-9-5-6-3-8" + style="display:inline;fill:#ffffff;fill-opacity:1" /> + </g> + </g> + <g + id="layer13-2-6-11-3-1-6" + transform="translate(-60,-518)" + style="fill:#ffffff;fill-opacity:1" /> + <g + id="layer14-4-0-33-2-4-8" + transform="translate(-60,-518)" + style="fill:#ffffff;fill-opacity:1" /> + <g + id="layer15-7-3-0-6-6-3" + transform="translate(-60,-518)" + style="fill:#ffffff;fill-opacity:1" /> + </g> + </g> + <rect + y="-185.63782" + x="645" + height="16" + width="16" + id="rect17883-39-99-8-8" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" /> + </g> + </g> +</svg> diff --git a/.themes/Arc-Dark-Gruvbox/unity/window-buttons/close_prelight.svg b/.themes/Arc-Dark-Gruvbox/unity/window-buttons/close_prelight.svg new file mode 100644 index 00000000..852b85af --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/unity/window-buttons/close_prelight.svg @@ -0,0 +1,214 @@ +<?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="24" + height="24" + id="svg4306" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="close_prelight.svg" + style="enable-background:new"> + <defs + id="defs4308"> + <linearGradient + id="linearGradient3770"> + <stop + style="stop-color:#000000;stop-opacity:0.62827224;" + offset="0" + id="stop3772" /> + <stop + style="stop-color:#000000;stop-opacity:0.49803922;" + offset="1" + id="stop3774" /> + </linearGradient> + <linearGradient + id="linearGradient4882"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4884" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop4886" /> + </linearGradient> + <linearGradient + id="linearGradient3784-6"> + <stop + style="stop-color:#ffffff;stop-opacity:0.21568628;" + offset="0" + id="stop3786-4" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop3788-6" /> + </linearGradient> + <linearGradient + id="linearGradient4892"> + <stop + id="stop4894" + offset="0" + style="stop-color:#2f3a42;stop-opacity:1;" /> + <stop + id="stop4896" + offset="1" + style="stop-color:#1d242a;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient4882-4"> + <stop + id="stop4884-9" + offset="0" + style="stop-color:#728495;stop-opacity:1;" /> + <stop + id="stop4886-9" + offset="1" + style="stop-color:#617c95;stop-opacity:0;" /> + </linearGradient> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#f0f1f2" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="22.627418" + inkscape:cx="4.6255954" + inkscape:cy="10.407616" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="1366" + inkscape:window-height="721" + inkscape:window-x="0" + inkscape:window-y="25" + inkscape:window-maximized="1" + inkscape:snap-bbox="true" + inkscape:snap-global="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="grid4314" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + <sodipodi:guide + orientation="1,0" + position="12,12" + id="guide4316" /> + <sodipodi:guide + orientation="0,1" + position="12,12" + id="guide4318" /> + </sodipodi:namedview> + <metadata + id="metadata4311"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Ebene 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1028.3622)"> + <g + style="display:inline" + id="titlebutton-close-hover-dark" + inkscape:label="#g6260" + transform="translate(-538,1218)"> + <g + id="g4927-97-4" + style="display:inline;opacity:1" + transform="translate(-781,-432.63782)"> + <g + transform="translate(-103,0)" + style="display:inline;opacity:1" + id="g4490-6-9-1-3"> + <g + id="g4092-0-2-3-4-6" + style="display:inline" + transform="translate(58,0)"> + <path + inkscape:connector-curvature="0" + style="fill:#d7787d;fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="m 414,92 a 7,7 0 0 0 -7,7 7,7 0 0 0 7,7 7,7 0 0 0 7,-7 7,7 0 0 0 -7,-7 z m -3,3.921875 0.75,0 c 0.008,-9e-5 0.0156,-3.45e-4 0.0234,0 0.19121,0.0084 0.3824,0.09643 0.51562,0.234375 L 414,97.867188 415.73438,96.15625 c 0.19921,-0.172875 0.335,-0.229125 0.51562,-0.234375 l 0.75,0 0,0.75 c 0,0.214853 -0.0258,0.412987 -0.1875,0.5625 l -1.71094,1.710937 1.6875,1.687498 c 0.14114,0.14113 0.21093,0.34009 0.21094,0.53907 l 0,0.75 -0.75,0 c -0.19898,-1e-5 -0.39794,-0.0698 -0.53906,-0.21094 L 414,100 l -1.71094,1.71094 c -0.14112,0.14114 -0.34009,0.21094 -0.53906,0.21094 l -0.75,0 0,-0.75 c 0,-0.19897 0.0698,-0.39794 0.21094,-0.53907 l 1.71094,-1.687498 -1.71094,-1.710937 C 411.05288,97.088403 410.98357,96.882438 411,96.671875 l 0,-0.75 z" + transform="translate(962,156.00002)" + id="path4068-7-5-8-2-3" /> + </g> + </g> + <g + id="g4778-4-0-2" + transform="translate(1323,246.86719)" + style="fill:#ffffff;fill-opacity:1"> + <g + style="display:inline;fill:#ffffff;fill-opacity:1" + id="layer9-9-44-1-6" + transform="translate(-60,-518)" /> + <g + id="layer10-2-9-3-3" + transform="translate(-60,-518)" + style="fill:#ffffff;fill-opacity:1" /> + <g + id="layer11-16-3-1-7" + transform="translate(-60,-518)" + style="fill:#ffffff;fill-opacity:1" /> + <g + transform="matrix(0.75,0,0,0.75,2,2.0546875)" + id="g2996-9-3-3" + style="fill:#ffffff;fill-opacity:1"> + <g + transform="translate(-60,-518)" + id="layer12-4-7-1-2" + style="fill:#ffffff;fill-opacity:1"> + <g + transform="translate(19,-242)" + id="layer4-4-1-3-3-7" + style="display:inline;fill:#ffffff;fill-opacity:1" /> + </g> + </g> + <g + id="layer13-2-02-1-6" + transform="translate(-60,-518)" + style="fill:#ffffff;fill-opacity:1" /> + <g + id="layer14-4-7-9-6" + transform="translate(-60,-518)" + style="fill:#ffffff;fill-opacity:1" /> + <g + id="layer15-7-4-7-9" + transform="translate(-60,-518)" + style="fill:#ffffff;fill-opacity:1" /> + </g> + </g> + <rect + y="-185.63782" + x="542" + height="16" + width="16" + id="rect17883-5-4-2" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" /> + </g> + </g> +</svg> diff --git a/.themes/Arc-Dark-Gruvbox/unity/window-buttons/close_pressed.svg b/.themes/Arc-Dark-Gruvbox/unity/window-buttons/close_pressed.svg new file mode 100644 index 00000000..349692a5 --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/unity/window-buttons/close_pressed.svg @@ -0,0 +1,214 @@ +<?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="24" + height="24" + id="svg4306" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="close_pressed.svg" + style="enable-background:new"> + <defs + id="defs4308"> + <linearGradient + id="linearGradient3770"> + <stop + style="stop-color:#000000;stop-opacity:0.62827224;" + offset="0" + id="stop3772" /> + <stop + style="stop-color:#000000;stop-opacity:0.49803922;" + offset="1" + id="stop3774" /> + </linearGradient> + <linearGradient + id="linearGradient4882"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4884" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop4886" /> + </linearGradient> + <linearGradient + id="linearGradient3784-6"> + <stop + style="stop-color:#ffffff;stop-opacity:0.21568628;" + offset="0" + id="stop3786-4" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop3788-6" /> + </linearGradient> + <linearGradient + id="linearGradient4892"> + <stop + id="stop4894" + offset="0" + style="stop-color:#2f3a42;stop-opacity:1;" /> + <stop + id="stop4896" + offset="1" + style="stop-color:#1d242a;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient4882-4"> + <stop + id="stop4884-9" + offset="0" + style="stop-color:#728495;stop-opacity:1;" /> + <stop + id="stop4886-9" + offset="1" + style="stop-color:#617c95;stop-opacity:0;" /> + </linearGradient> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#f0f1f2" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="22.627418" + inkscape:cx="4.6255954" + inkscape:cy="10.407616" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="1366" + inkscape:window-height="721" + inkscape:window-x="0" + inkscape:window-y="25" + inkscape:window-maximized="1" + inkscape:snap-bbox="true" + inkscape:snap-global="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="grid4314" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + <sodipodi:guide + orientation="1,0" + position="12,12" + id="guide4316" /> + <sodipodi:guide + orientation="0,1" + position="12,12" + id="guide4318" /> + </sodipodi:namedview> + <metadata + id="metadata4311"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Ebene 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1028.3622)"> + <g + style="display:inline" + id="titlebutton-close-active-dark" + inkscape:label="#g6332" + transform="translate(-437.00001,1218)"> + <g + id="g4927-8-7-4-9" + style="display:inline;opacity:1" + transform="translate(-882,-432.63782)"> + <g + transform="translate(-103,0)" + style="display:inline;opacity:1" + id="g4490-6-3-7-46-6"> + <g + id="g4092-0-2-2-1-7-2" + style="display:inline" + transform="translate(58,0)"> + <path + inkscape:connector-curvature="0" + style="fill:#be3841;fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="m 414,109 a 7,7 0 0 0 -7,7 7,7 0 0 0 7,7 7,7 0 0 0 7,-7 7,7 0 0 0 -7,-7 z m -3,3.92188 0.75,0 c 0.008,-1e-4 0.0156,-3.5e-4 0.0234,0 0.19121,0.008 0.3824,0.0964 0.51562,0.23437 l 1.71094,1.71094 1.73438,-1.71094 c 0.19921,-0.17287 0.335,-0.22913 0.51562,-0.23437 l 0.75,0 0,0.75 c 0,0.21485 -0.0258,0.41298 -0.1875,0.5625 l -1.71094,1.71093 1.6875,1.6875 c 0.14114,0.14113 0.21093,0.34009 0.21094,0.53907 l 0,0.75 -0.75,0 c -0.19898,-1e-5 -0.39794,-0.0698 -0.53906,-0.21094 L 414,117 l -1.71094,1.71094 c -0.14112,0.14114 -0.34009,0.21094 -0.53906,0.21094 l -0.75,0 0,-0.75 c 0,-0.19897 0.0698,-0.39794 0.21094,-0.53907 l 1.71094,-1.6875 -1.71094,-1.71093 c -0.15806,-0.14598 -0.22737,-0.35194 -0.21094,-0.5625 l 0,-0.75 z" + transform="translate(962.00001,139.00001)" + id="path4068-7-5-4-9-7-6" /> + </g> + </g> + <g + id="g4778-3-6-0-5" + transform="translate(1323,246.86719)" + style="fill:#ffffff;fill-opacity:1"> + <g + style="display:inline;fill:#ffffff;fill-opacity:1" + id="layer9-9-6-0-90-6" + transform="translate(-60,-518)" /> + <g + id="layer10-2-3-6-6-1" + transform="translate(-60,-518)" + style="fill:#ffffff;fill-opacity:1" /> + <g + id="layer11-16-2-2-6-9" + transform="translate(-60,-518)" + style="fill:#ffffff;fill-opacity:1" /> + <g + transform="matrix(0.75,0,0,0.75,2,2.0546875)" + id="g2996-7-0-2-0" + style="fill:#ffffff;fill-opacity:1"> + <g + transform="translate(-60,-518)" + id="layer12-4-6-3-5-2" + style="fill:#ffffff;fill-opacity:1"> + <g + transform="translate(19,-242)" + id="layer4-4-1-4-1-7-0" + style="display:inline;fill:#ffffff;fill-opacity:1" /> + </g> + </g> + <g + id="layer13-2-0-2-8-3" + transform="translate(-60,-518)" + style="fill:#ffffff;fill-opacity:1" /> + <g + id="layer14-4-4-0-5-8" + transform="translate(-60,-518)" + style="fill:#ffffff;fill-opacity:1" /> + <g + id="layer15-7-5-0-0-9" + transform="translate(-60,-518)" + style="fill:#ffffff;fill-opacity:1" /> + </g> + </g> + <rect + y="-185.63782" + x="441" + height="16" + width="16" + id="rect17883-02-4-3" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" /> + </g> + </g> +</svg> diff --git a/.themes/Arc-Dark-Gruvbox/unity/window-buttons/close_unfocused.svg b/.themes/Arc-Dark-Gruvbox/unity/window-buttons/close_unfocused.svg new file mode 100644 index 00000000..1138c366 --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/unity/window-buttons/close_unfocused.svg @@ -0,0 +1,214 @@ +<?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="24" + height="24" + id="svg4306" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="close_unfocused.svg" + style="enable-background:new"> + <defs + id="defs4308"> + <linearGradient + id="linearGradient3770"> + <stop + style="stop-color:#000000;stop-opacity:0.62827224;" + offset="0" + id="stop3772" /> + <stop + style="stop-color:#000000;stop-opacity:0.49803922;" + offset="1" + id="stop3774" /> + </linearGradient> + <linearGradient + id="linearGradient4882"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4884" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop4886" /> + </linearGradient> + <linearGradient + id="linearGradient3784-6"> + <stop + style="stop-color:#ffffff;stop-opacity:0.21568628;" + offset="0" + id="stop3786-4" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop3788-6" /> + </linearGradient> + <linearGradient + id="linearGradient4892"> + <stop + id="stop4894" + offset="0" + style="stop-color:#2f3a42;stop-opacity:1;" /> + <stop + id="stop4896" + offset="1" + style="stop-color:#1d242a;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient4882-4"> + <stop + id="stop4884-9" + offset="0" + style="stop-color:#728495;stop-opacity:1;" /> + <stop + id="stop4886-9" + offset="1" + style="stop-color:#617c95;stop-opacity:0;" /> + </linearGradient> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#f0f1f2" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="22.627418" + inkscape:cx="4.6255954" + inkscape:cy="10.407616" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="1366" + inkscape:window-height="721" + inkscape:window-x="0" + inkscape:window-y="25" + inkscape:window-maximized="1" + inkscape:snap-bbox="true" + inkscape:snap-global="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="grid4314" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + <sodipodi:guide + orientation="1,0" + position="12,12" + id="guide4316" /> + <sodipodi:guide + orientation="0,1" + position="12,12" + id="guide4318" /> + </sodipodi:namedview> + <metadata + id="metadata4311"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Ebene 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1028.3622)"> + <g + style="display:inline;opacity:0.4" + id="titlebutton-close-backdrop-dark" + inkscape:label="#g6210" + transform="translate(-641.00002,1218)"> + <g + id="g4927-9-2-8-0" + style="display:inline;opacity:1" + transform="translate(-678,-432.63782)"> + <g + transform="translate(-103,0)" + style="display:inline;opacity:1" + id="g4490-6-5-2-5-3-3"> + <g + id="g4092-0-2-21-0-9-7-0" + style="display:inline" + transform="translate(58,0)"> + <path + inkscape:connector-curvature="0" + style="fill:#b9bcc2;fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="m 414,58 a 7,7 0 0 0 -7,7 7,7 0 0 0 7,7 7,7 0 0 0 7,-7 7,7 0 0 0 -7,-7 z m -3,3.921875 0.75,0 c 0.008,-9e-5 0.0156,-3.45e-4 0.0234,0 0.19121,0.0084 0.3824,0.09643 0.51562,0.234375 L 414,63.867188 415.73438,62.15625 c 0.19921,-0.172875 0.335,-0.229125 0.51562,-0.234375 l 0.75,0 0,0.75 c 0,0.214853 -0.0258,0.412987 -0.1875,0.5625 l -1.71094,1.710937 1.6875,1.6875 C 416.9302,66.77394 416.99999,66.9729 417,67.171875 l 0,0.75 -0.75,0 c -0.19898,-8e-6 -0.39794,-0.06982 -0.53906,-0.210937 L 414,66 l -1.71094,1.710938 c -0.14112,0.141142 -0.34009,0.210937 -0.53906,0.210937 l -0.75,0 0,-0.75 c 0,-0.198967 0.0698,-0.397935 0.21094,-0.539063 l 1.71094,-1.6875 -1.71094,-1.710937 C 411.05288,63.088403 410.98357,62.882438 411,62.671875 l 0,-0.75 z" + transform="translate(962.00001,190.00002)" + id="path4068-7-5-9-6-5-8-3" /> + </g> + </g> + <g + id="g4778-2-68-8-7-6" + transform="translate(1323,246.86719)" + style="fill:#ffffff;fill-opacity:1"> + <g + style="display:inline;fill:#ffffff;fill-opacity:1" + id="layer9-9-4-4-1-1-0" + transform="translate(-60,-518)" /> + <g + id="layer10-2-1-8-0-4-0" + transform="translate(-60,-518)" + style="fill:#ffffff;fill-opacity:1" /> + <g + id="layer11-16-4-9-6-9-6" + transform="translate(-60,-518)" + style="fill:#ffffff;fill-opacity:1" /> + <g + transform="matrix(0.75,0,0,0.75,2,2.0546875)" + id="g2996-76-5-96-3-0" + style="fill:#ffffff;fill-opacity:1"> + <g + transform="translate(-60,-518)" + id="layer12-4-5-7-9-4-0" + style="fill:#ffffff;fill-opacity:1"> + <g + transform="translate(19,-242)" + id="layer4-4-1-9-5-6-3-3" + style="display:inline;fill:#ffffff;fill-opacity:1" /> + </g> + </g> + <g + id="layer13-2-6-11-3-1-8" + transform="translate(-60,-518)" + style="fill:#ffffff;fill-opacity:1" /> + <g + id="layer14-4-0-33-2-4-4" + transform="translate(-60,-518)" + style="fill:#ffffff;fill-opacity:1" /> + <g + id="layer15-7-3-0-6-6-6" + transform="translate(-60,-518)" + style="fill:#ffffff;fill-opacity:1" /> + </g> + </g> + <rect + y="-185.63782" + x="645" + height="16" + width="16" + id="rect17883-39-99-8-6" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" /> + </g> + </g> +</svg> diff --git a/.themes/Arc-Dark-Gruvbox/unity/window-buttons/maximize.svg b/.themes/Arc-Dark-Gruvbox/unity/window-buttons/maximize.svg new file mode 100644 index 00000000..e2036d77 --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/unity/window-buttons/maximize.svg @@ -0,0 +1,170 @@ +<?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="24" + height="24" + id="svg4306" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="maximize.svg" + style="enable-background:new"> + <defs + id="defs4308"> + <linearGradient + id="linearGradient3770"> + <stop + style="stop-color:#000000;stop-opacity:0.62827224;" + offset="0" + id="stop3772" /> + <stop + style="stop-color:#000000;stop-opacity:0.49803922;" + offset="1" + id="stop3774" /> + </linearGradient> + <linearGradient + id="linearGradient4882"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4884" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop4886" /> + </linearGradient> + <linearGradient + id="linearGradient3784-6"> + <stop + style="stop-color:#ffffff;stop-opacity:0.21568628;" + offset="0" + id="stop3786-4" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop3788-6" /> + </linearGradient> + <linearGradient + id="linearGradient4892"> + <stop + id="stop4894" + offset="0" + style="stop-color:#2f3a42;stop-opacity:1;" /> + <stop + id="stop4896" + offset="1" + style="stop-color:#1d242a;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient4882-4"> + <stop + id="stop4884-9" + offset="0" + style="stop-color:#728495;stop-opacity:1;" /> + <stop + id="stop4886-9" + offset="1" + style="stop-color:#617c95;stop-opacity:0;" /> + </linearGradient> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#f0f1f2" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="22.627418" + inkscape:cx="4.6255954" + inkscape:cy="10.407616" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="1366" + inkscape:window-height="721" + inkscape:window-x="0" + inkscape:window-y="25" + inkscape:window-maximized="1" + inkscape:snap-bbox="true" + inkscape:snap-global="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="grid4314" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + <sodipodi:guide + orientation="1,0" + position="12,12" + id="guide4316" /> + <sodipodi:guide + orientation="0,1" + position="12,12" + id="guide4318" /> + </sodipodi:namedview> + <metadata + id="metadata4311"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Ebene 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1028.3622)"> + <g + style="display:inline;opacity:0.7" + id="titlebutton-max-dark" + inkscape:label="#g6234" + transform="translate(-612.00002,1218)"> + <g + id="g7146-16-4" + style="display:inline;opacity:1" + transform="translate(-781,-432.63782)"> + <g + transform="translate(-29,0)" + style="display:inline;opacity:1" + id="g4490-2-96-8-9"> + <g + id="g4092-0-6-83-7-4" + style="display:inline" + transform="translate(58,0)" /> + </g> + <path + id="path4293-5-95-1-7" + style="display:inline;opacity:1;fill:#b9bcc2;fill-opacity:1;fill-rule:evenodd;stroke:none" + d="m 1403.7995,252 3.3818,0 c 0.4503,0 0.8162,0.36847 0.8187,0.8188 l 0,3.3817 z m 2.4074,6.00692 -3.395,0 c -0.4504,0 -0.8188,-0.36842 -0.8188,-0.81875 l 0,-3.39509 4.2138,4.21384" + inkscape:connector-curvature="0" + sodipodi:nodetypes="csscccsscc" /> + </g> + <rect + y="-185.63782" + x="616" + height="16" + width="16" + id="rect17883-29-2-2" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" /> + </g> + </g> +</svg> diff --git a/.themes/Arc-Dark-Gruvbox/unity/window-buttons/maximize_prelight.svg b/.themes/Arc-Dark-Gruvbox/unity/window-buttons/maximize_prelight.svg new file mode 100644 index 00000000..9be99584 --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/unity/window-buttons/maximize_prelight.svg @@ -0,0 +1,224 @@ +<?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="24" + height="24" + id="svg4306" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="maximize_prelight.svg" + style="enable-background:new"> + <defs + id="defs4308"> + <linearGradient + id="linearGradient3770"> + <stop + style="stop-color:#000000;stop-opacity:0.62827224;" + offset="0" + id="stop3772" /> + <stop + style="stop-color:#000000;stop-opacity:0.49803922;" + offset="1" + id="stop3774" /> + </linearGradient> + <linearGradient + id="linearGradient4882"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4884" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop4886" /> + </linearGradient> + <linearGradient + id="linearGradient3784-6"> + <stop + style="stop-color:#ffffff;stop-opacity:0.21568628;" + offset="0" + id="stop3786-4" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop3788-6" /> + </linearGradient> + <linearGradient + id="linearGradient4892"> + <stop + id="stop4894" + offset="0" + style="stop-color:#2f3a42;stop-opacity:1;" /> + <stop + id="stop4896" + offset="1" + style="stop-color:#1d242a;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient4882-4"> + <stop + id="stop4884-9" + offset="0" + style="stop-color:#728495;stop-opacity:1;" /> + <stop + id="stop4886-9" + offset="1" + style="stop-color:#617c95;stop-opacity:0;" /> + </linearGradient> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#f0f1f2" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="22.627418" + inkscape:cx="4.6255954" + inkscape:cy="10.407616" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="1366" + inkscape:window-height="721" + inkscape:window-x="0" + inkscape:window-y="25" + inkscape:window-maximized="1" + inkscape:snap-bbox="true" + inkscape:snap-global="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="grid4314" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + <sodipodi:guide + orientation="1,0" + position="12,12" + id="guide4316" /> + <sodipodi:guide + orientation="0,1" + position="12,12" + id="guide4318" /> + </sodipodi:namedview> + <metadata + id="metadata4311"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Ebene 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1028.3622)"> + <g + style="display:inline" + id="titlebutton-max-hover-dark" + inkscape:label="#g6284" + transform="translate(-509,1218)"> + <g + id="g4891-5-8" + style="display:inline;opacity:1" + transform="translate(-781,-432.63782)"> + <ellipse + cy="255" + cx="1302" + style="display:inline;opacity:0.45;fill:#5f697f;fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="path4068-7-5-9-6-7-2-4-6-6" + rx="6" + ry="6.0000005" /> + <path + style="display:inline;opacity:0.37000002;fill:#15171c;fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="m 1302,248 a 7,7 0 0 0 -7,7 7,7 0 0 0 7,7 7,7 0 0 0 7,-7 7,7 0 0 0 -7,-7 z m 0,1 a 6,6 0 0 1 6,6 6,6 0 0 1 -6,6 6,6 0 0 1 -6,-6 6,6 0 0 1 6,-6 z" + id="path4068-7-5-9-6-7-2-5-78-2-6" + inkscape:connector-curvature="0" /> + <g + id="g4806-9-0-6" + transform="translate(1294,247)" + style="fill:#c0e3ff;fill-opacity:1"> + <g + transform="translate(-81.0002,-967)" + style="display:inline;fill:#c0e3ff;fill-opacity:1" + inkscape:label="status" + id="layer9-78-7-6-6" /> + <g + transform="translate(-81.0002,-967)" + inkscape:label="devices" + id="layer10-3-3-2-7" + style="fill:#c0e3ff;fill-opacity:1" /> + <g + transform="translate(-81.0002,-967)" + inkscape:label="apps" + id="layer11-19-75-1-2" + style="fill:#c0e3ff;fill-opacity:1" /> + <g + transform="translate(-81.0002,-967)" + inkscape:label="places" + id="layer13-4-9-2-3" + style="fill:#c0e3ff;fill-opacity:1" /> + <g + transform="translate(-81.0002,-967)" + inkscape:label="mimetypes" + id="layer14-8-5-0-4" + style="fill:#c0e3ff;fill-opacity:1" /> + <g + transform="translate(-81.0002,-967)" + style="display:inline;fill:#c0e3ff;fill-opacity:1" + inkscape:label="emblems" + id="layer15-5-8-0-4" /> + <g + transform="translate(-81.0002,-967)" + style="display:inline;fill:#c0e3ff;fill-opacity:1" + inkscape:label="emotes" + id="g71291-1-7-5-9" /> + <g + transform="translate(-81.0002,-967)" + style="display:inline;fill:#c0e3ff;fill-opacity:1" + inkscape:label="categories" + id="g4953-7-1-4-1" /> + <g + transform="translate(-81.0002,-967)" + style="display:inline;fill:#c0e3ff;fill-opacity:1" + inkscape:label="actions" + id="layer12-3-0-0-6"> + <path + sodipodi:nodetypes="csscccsscc" + inkscape:connector-curvature="0" + d="m 87.799705,972 3.381737,0 c 0.450297,0 0.816227,0.36847 0.818758,0.8188 l 0,3.3817 z m 2.407413,6.00692 -3.395078,0 c -0.450346,0 -0.818758,-0.36842 -0.818758,-0.81875 l 0,-3.39509 4.213836,4.21384" + style="opacity:1;fill:#c4c7cc;fill-opacity:1;fill-rule:evenodd;stroke:none" + id="path4293-6-7-1" /> + </g> + </g> + </g> + <rect + y="-185.63782" + x="513" + height="16" + width="16" + id="rect17883-0-1-5" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" /> + </g> + </g> +</svg> diff --git a/.themes/Arc-Dark-Gruvbox/unity/window-buttons/maximize_pressed.svg b/.themes/Arc-Dark-Gruvbox/unity/window-buttons/maximize_pressed.svg new file mode 100644 index 00000000..fb686b12 --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/unity/window-buttons/maximize_pressed.svg @@ -0,0 +1,347 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:osb="http://www.openswatchbook.org/uri/2009/osb" + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg4306" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="maximize_pressed.svg" + style="enable-background:new"> + <defs + id="defs4308"> + <linearGradient + id="selected_fg_color" + osb:paint="solid"> + <stop + style="stop-color:#ffffffgit;stop-opacity:1;" + offset="0" + id="stop4188" /> + </linearGradient> + <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop4185" /> + </linearGradient> + <linearGradient + id="linearGradient3770"> + <stop + style="stop-color:#000000;stop-opacity:0.62827224;" + offset="0" + id="stop3772" /> + <stop + style="stop-color:#000000;stop-opacity:0.49803922;" + offset="1" + id="stop3774" /> + </linearGradient> + <linearGradient + id="linearGradient4882"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4884" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop4886" /> + </linearGradient> + <linearGradient + id="linearGradient3784-6"> + <stop + style="stop-color:#ffffff;stop-opacity:0.21568628;" + offset="0" + id="stop3786-4" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop3788-6" /> + </linearGradient> + <linearGradient + id="linearGradient4892"> + <stop + id="stop4894" + offset="0" + style="stop-color:#2f3a42;stop-opacity:1;" /> + <stop + id="stop4896" + offset="1" + style="stop-color:#1d242a;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient4882-4"> + <stop + id="stop4884-9" + offset="0" + style="stop-color:#728495;stop-opacity:1;" /> + <stop + id="stop4886-9" + offset="1" + style="stop-color:#617c95;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4187" + x1="1376" + y1="248" + x2="1376" + y2="262" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient4190" + x1="88.996741" + y1="972" + x2="88.996741" + y2="978.00692" + gradientUnits="userSpaceOnUse" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#f0f1f2" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="22.627418" + inkscape:cx="1.200547" + inkscape:cy="10.23084" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="1366" + inkscape:window-height="721" + inkscape:window-x="0" + inkscape:window-y="25" + inkscape:window-maximized="1" + inkscape:snap-bbox="true" + inkscape:snap-global="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="grid4314" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + <sodipodi:guide + orientation="1,0" + position="12,12" + id="guide4316" /> + </sodipodi:namedview> + <metadata + id="metadata4311"> + <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,-1028.3622)"> + <g + style="display:inline" + id="titlebutton-max-hover-dark" + inkscape:label="#g6284" + transform="translate(-509,1218)"> + <g + id="g4891-5-8" + style="display:inline;opacity:1" + transform="translate(-781,-432.63782)"> + <ellipse + cy="255" + cx="1302" + style="display:inline;opacity:0.45;fill:#5f697f;fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="path4068-7-5-9-6-7-2-4-6-6" + rx="6" + ry="6.0000005" /> + <path + style="display:inline;opacity:0.37000002;fill:#15171c;fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="m 1302,248 a 7,7 0 0 0 -7,7 7,7 0 0 0 7,7 7,7 0 0 0 7,-7 7,7 0 0 0 -7,-7 z m 0,1 a 6,6 0 0 1 6,6 6,6 0 0 1 -6,6 6,6 0 0 1 -6,-6 6,6 0 0 1 6,-6 z" + id="path4068-7-5-9-6-7-2-5-78-2-6" + inkscape:connector-curvature="0" /> + <g + id="g4806-9-0-6" + transform="translate(1294,247)" + style="fill:#c0e3ff;fill-opacity:1"> + <g + transform="translate(-81.0002,-967)" + style="display:inline;fill:#c0e3ff;fill-opacity:1" + inkscape:label="status" + id="layer9-78-7-6-6" /> + <g + transform="translate(-81.0002,-967)" + inkscape:label="devices" + id="layer10-3-3-2-7" + style="fill:#c0e3ff;fill-opacity:1" /> + <g + transform="translate(-81.0002,-967)" + inkscape:label="apps" + id="layer11-19-75-1-2" + style="fill:#c0e3ff;fill-opacity:1" /> + <g + transform="translate(-81.0002,-967)" + inkscape:label="places" + id="layer13-4-9-2-3" + style="fill:#c0e3ff;fill-opacity:1" /> + <g + transform="translate(-81.0002,-967)" + inkscape:label="mimetypes" + id="layer14-8-5-0-4" + style="fill:#c0e3ff;fill-opacity:1" /> + <g + transform="translate(-81.0002,-967)" + style="display:inline;fill:#c0e3ff;fill-opacity:1" + inkscape:label="emblems" + id="layer15-5-8-0-4" /> + <g + transform="translate(-81.0002,-967)" + style="display:inline;fill:#c0e3ff;fill-opacity:1" + inkscape:label="emotes" + id="g71291-1-7-5-9" /> + <g + transform="translate(-81.0002,-967)" + style="display:inline;fill:#c0e3ff;fill-opacity:1" + inkscape:label="categories" + id="g4953-7-1-4-1" /> + <g + transform="translate(-81.0002,-967)" + style="display:inline;fill:#c0e3ff;fill-opacity:1" + inkscape:label="actions" + id="layer12-3-0-0-6"> + <path + sodipodi:nodetypes="csscccsscc" + inkscape:connector-curvature="0" + d="m 87.799705,972 3.381737,0 c 0.450297,0 0.816227,0.36847 0.818758,0.8188 l 0,3.3817 z m 2.407413,6.00692 -3.395078,0 c -0.450346,0 -0.818758,-0.36842 -0.818758,-0.81875 l 0,-3.39509 4.213836,4.21384" + style="opacity:1;fill:#c4c7cc;fill-opacity:1;fill-rule:evenodd;stroke:none" + id="path4293-6-7-1" /> + </g> + </g> + </g> + <rect + y="-185.63782" + x="513" + height="16" + width="16" + id="rect17883-0-1-5" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" /> + </g> + <g + style="display:inline" + id="titlebutton-max-active-dark" + inkscape:label="#g6356" + transform="translate(-408.00001,1218)"> + <g + id="g4891-4-5-5" + style="display:inline;opacity:1" + transform="translate(-882,-432.63782)"> + <g + transform="translate(-132,0)" + style="display:inline;opacity:1" + id="g4490-2-9-1-2-4-8"> + <g + id="g4092-0-6-3-6-8-3-7" + style="display:inline" + transform="translate(58,0)"> + <circle + r="7" + cy="255" + cx="1376" + style="fill:url(#linearGradient4187);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="path4068-7-6-5-1-6-6-0" /> + </g> + </g> + <g + id="g4806-5-2-2-9" + transform="translate(1294,247)" + style="fill:#c0e3ff;fill-opacity:1"> + <g + transform="translate(-81.0002,-967)" + style="display:inline;fill:#c0e3ff;fill-opacity:1" + inkscape:label="status" + id="layer9-78-2-0-0-8" /> + <g + transform="translate(-81.0002,-967)" + inkscape:label="devices" + id="layer10-3-9-9-51-2" + style="fill:#c0e3ff;fill-opacity:1" /> + <g + transform="translate(-81.0002,-967)" + inkscape:label="apps" + id="layer11-19-7-6-4-7" + style="fill:#c0e3ff;fill-opacity:1" /> + <g + transform="translate(-81.0002,-967)" + inkscape:label="places" + id="layer13-4-7-4-0-9" + style="fill:#c0e3ff;fill-opacity:1" /> + <g + transform="translate(-81.0002,-967)" + inkscape:label="mimetypes" + id="layer14-8-9-7-6-0" + style="fill:#c0e3ff;fill-opacity:1" /> + <g + transform="translate(-81.0002,-967)" + style="display:inline;fill:#c0e3ff;fill-opacity:1" + inkscape:label="emblems" + id="layer15-5-4-2-4-4" /> + <g + transform="translate(-81.0002,-967)" + style="display:inline;fill:#c0e3ff;fill-opacity:1" + inkscape:label="emotes" + id="g71291-1-4-6-4-2" /> + <g + transform="translate(-81.0002,-967)" + style="display:inline;fill:#c0e3ff;fill-opacity:1" + inkscape:label="categories" + id="g4953-7-0-8-22-2" /> + <g + transform="translate(-81.0002,-967)" + style="display:inline;fill:#c0e3ff;fill-opacity:1" + inkscape:label="actions" + id="layer12-3-7-2-3-1"> + <path + sodipodi:nodetypes="csscccsscc" + inkscape:connector-curvature="0" + d="m 87.799705,972 3.381737,0 c 0.450297,0 0.816227,0.36847 0.818758,0.8188 l 0,3.3817 z m 2.407413,6.00692 -3.395078,0 c -0.450346,0 -0.818758,-0.36842 -0.818758,-0.81875 l 0,-3.39509 4.213836,4.21384" + style="fill:url(#linearGradient4190);fill-opacity:1;fill-rule:evenodd;stroke:none" + id="path4293-4-9-0-2" /> + </g> + </g> + </g> + <rect + y="-185.63782" + x="412" + height="16" + width="16" + id="rect17883-79-3-0" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" /> + </g> + </g> +</svg> diff --git a/.themes/Arc-Dark-Gruvbox/unity/window-buttons/maximize_unfocused.svg b/.themes/Arc-Dark-Gruvbox/unity/window-buttons/maximize_unfocused.svg new file mode 100644 index 00000000..02a27115 --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/unity/window-buttons/maximize_unfocused.svg @@ -0,0 +1,170 @@ +<?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="24" + height="24" + id="svg4306" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="maximize_unfocused.svg" + style="enable-background:new"> + <defs + id="defs4308"> + <linearGradient + id="linearGradient3770"> + <stop + style="stop-color:#000000;stop-opacity:0.62827224;" + offset="0" + id="stop3772" /> + <stop + style="stop-color:#000000;stop-opacity:0.49803922;" + offset="1" + id="stop3774" /> + </linearGradient> + <linearGradient + id="linearGradient4882"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4884" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop4886" /> + </linearGradient> + <linearGradient + id="linearGradient3784-6"> + <stop + style="stop-color:#ffffff;stop-opacity:0.21568628;" + offset="0" + id="stop3786-4" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop3788-6" /> + </linearGradient> + <linearGradient + id="linearGradient4892"> + <stop + id="stop4894" + offset="0" + style="stop-color:#2f3a42;stop-opacity:1;" /> + <stop + id="stop4896" + offset="1" + style="stop-color:#1d242a;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient4882-4"> + <stop + id="stop4884-9" + offset="0" + style="stop-color:#728495;stop-opacity:1;" /> + <stop + id="stop4886-9" + offset="1" + style="stop-color:#617c95;stop-opacity:0;" /> + </linearGradient> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#f0f1f2" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="22.627418" + inkscape:cx="4.6255954" + inkscape:cy="10.407616" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="1366" + inkscape:window-height="721" + inkscape:window-x="0" + inkscape:window-y="25" + inkscape:window-maximized="1" + inkscape:snap-bbox="true" + inkscape:snap-global="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="grid4314" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + <sodipodi:guide + orientation="1,0" + position="12,12" + id="guide4316" /> + <sodipodi:guide + orientation="0,1" + position="12,12" + id="guide4318" /> + </sodipodi:namedview> + <metadata + id="metadata4311"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Ebene 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1028.3622)"> + <g + id="titlebutton-max-backdrop-dark" + inkscape:label="#g6521" + style="display:inline;opacity:0.4" + transform="translate(-612.00002,1201)"> + <g + style="display:inline;opacity:1" + id="g7146-1-1-6" + transform="translate(-781,-415.63782)"> + <g + transform="translate(-29,0)" + style="display:inline;opacity:1" + id="g4490-2-6-0"> + <g + id="g4092-0-6-9-2" + style="display:inline" + transform="translate(58,0)" /> + </g> + <path + id="path4293-5-6-4" + style="display:inline;opacity:1;fill:#b9bcc2;fill-opacity:1;fill-rule:evenodd;stroke:none" + d="m 1403.7995,252 3.3818,0 c 0.4503,0 0.8162,0.36847 0.8187,0.8188 l 0,3.3817 z m 2.4074,6.00692 -3.395,0 c -0.4504,0 -0.8188,-0.36842 -0.8188,-0.81875 l 0,-3.39509 4.2138,4.21384" + inkscape:connector-curvature="0" + sodipodi:nodetypes="csscccsscc" /> + </g> + <rect + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" + id="rect17883-39-6-2-5" + width="16" + height="16" + x="616" + y="-168.63782" /> + </g> + </g> +</svg> diff --git a/.themes/Arc-Dark-Gruvbox/unity/window-buttons/minimize.svg b/.themes/Arc-Dark-Gruvbox/unity/window-buttons/minimize.svg new file mode 100644 index 00000000..480c9002 --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/unity/window-buttons/minimize.svg @@ -0,0 +1,166 @@ +<?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="24" + height="24" + id="svg4306" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="minimize.svg" + style="enable-background:new"> + <defs + id="defs4308"> + <linearGradient + id="linearGradient3770"> + <stop + style="stop-color:#000000;stop-opacity:0.62827224;" + offset="0" + id="stop3772" /> + <stop + style="stop-color:#000000;stop-opacity:0.49803922;" + offset="1" + id="stop3774" /> + </linearGradient> + <linearGradient + id="linearGradient4882"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4884" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop4886" /> + </linearGradient> + <linearGradient + id="linearGradient3784-6"> + <stop + style="stop-color:#ffffff;stop-opacity:0.21568628;" + offset="0" + id="stop3786-4" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop3788-6" /> + </linearGradient> + <linearGradient + id="linearGradient4892"> + <stop + id="stop4894" + offset="0" + style="stop-color:#2f3a42;stop-opacity:1;" /> + <stop + id="stop4896" + offset="1" + style="stop-color:#1d242a;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient4882-4"> + <stop + id="stop4884-9" + offset="0" + style="stop-color:#728495;stop-opacity:1;" /> + <stop + id="stop4886-9" + offset="1" + style="stop-color:#617c95;stop-opacity:0;" /> + </linearGradient> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#f0f1f2" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="22.627418" + inkscape:cx="4.6255954" + inkscape:cy="10.407616" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="1366" + inkscape:window-height="721" + inkscape:window-x="0" + inkscape:window-y="25" + inkscape:window-maximized="1" + inkscape:snap-bbox="true" + inkscape:snap-global="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="grid4314" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + <sodipodi:guide + orientation="1,0" + position="12,12" + id="guide4316" /> + </sodipodi:namedview> + <metadata + id="metadata4311"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Ebene 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1028.3622)"> + <g + style="display:inline;opacity:0.7" + id="titlebutton-min-dark" + inkscape:label="#g6247" + transform="translate(-583.00002,1218)"> + <g + id="g7138-6-5" + style="display:inline;opacity:1" + transform="translate(-781,-432.63782)"> + <g + transform="translate(-58,0)" + style="display:inline;opacity:1" + id="g4490-3-75-4-7"> + <g + id="g4092-0-7-0-4-9" + style="display:inline" + transform="translate(58,0)" /> + </g> + <path + inkscape:connector-curvature="0" + d="m 1373,254 0,2 6,0 0,-2 z" + id="rect9057-4-3-8-5" + style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#b9bcc2;fill-opacity:1;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" + sodipodi:nodetypes="ccccc" /> + </g> + <rect + y="-185.63782" + x="587" + height="16" + width="16" + id="rect17883-32-6-9" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" /> + </g> + </g> +</svg> diff --git a/.themes/Arc-Dark-Gruvbox/unity/window-buttons/minimize_prelight.svg b/.themes/Arc-Dark-Gruvbox/unity/window-buttons/minimize_prelight.svg new file mode 100644 index 00000000..d029d160 --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/unity/window-buttons/minimize_prelight.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="24" + height="24" + id="svg4306" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="minimize_prelight.svg" + style="enable-background:new"> + <defs + id="defs4308"> + <linearGradient + id="linearGradient3770"> + <stop + style="stop-color:#000000;stop-opacity:0.62827224;" + offset="0" + id="stop3772" /> + <stop + style="stop-color:#000000;stop-opacity:0.49803922;" + offset="1" + id="stop3774" /> + </linearGradient> + <linearGradient + id="linearGradient4882"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4884" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop4886" /> + </linearGradient> + <linearGradient + id="linearGradient3784-6"> + <stop + style="stop-color:#ffffff;stop-opacity:0.21568628;" + offset="0" + id="stop3786-4" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop3788-6" /> + </linearGradient> + <linearGradient + id="linearGradient4892"> + <stop + id="stop4894" + offset="0" + style="stop-color:#2f3a42;stop-opacity:1;" /> + <stop + id="stop4896" + offset="1" + style="stop-color:#1d242a;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient4882-4"> + <stop + id="stop4884-9" + offset="0" + style="stop-color:#728495;stop-opacity:1;" /> + <stop + id="stop4886-9" + offset="1" + style="stop-color:#617c95;stop-opacity:0;" /> + </linearGradient> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#f0f1f2" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="22.627418" + inkscape:cx="4.6255954" + inkscape:cy="10.407616" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="1366" + inkscape:window-height="721" + inkscape:window-x="0" + inkscape:window-y="25" + inkscape:window-maximized="1" + inkscape:snap-bbox="true" + inkscape:snap-global="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="grid4314" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + <sodipodi:guide + orientation="1,0" + position="12,12" + id="guide4316" /> + </sodipodi:namedview> + <metadata + id="metadata4311"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Ebene 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1028.3622)"> + <g + style="display:inline" + id="titlebutton-min-hover-dark" + inkscape:label="#g6308" + transform="translate(-480,1218)"> + <g + id="g4909-3-7" + style="display:inline;opacity:1" + transform="translate(-781,-432.63782)"> + <ellipse + cy="255" + cx="1273" + style="display:inline;opacity:0.45;fill:#5f697f;fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="path4068-7-5-9-6-7-2-1-6-1" + rx="6" + ry="6.0000005" /> + <path + style="display:inline;opacity:0.37000002;fill:#15171c;fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="m 1273,248 a 7,7 0 0 0 -7,7 7,7 0 0 0 7,7 7,7 0 0 0 7,-7 7,7 0 0 0 -7,-7 z m 0,1 a 6,6 0 0 1 6,6 6,6 0 0 1 -6,6 6,6 0 0 1 -6,-6 6,6 0 0 1 6,-6 z" + id="path4068-7-5-9-6-7-2-5-23-4-3" + inkscape:connector-curvature="0" /> + <g + style="display:inline;opacity:1;fill:#c0e3ff;fill-opacity:1" + id="g4834-0-4-5" + transform="translate(1265,247)"> + <g + transform="translate(-81.0002,-967)" + style="display:inline;fill:#c0e3ff;fill-opacity:1" + inkscape:label="status" + id="layer9-3-4-15-6" /> + <g + transform="translate(-81.0002,-967)" + inkscape:label="devices" + id="layer10-4-1-8-3" + style="fill:#c0e3ff;fill-opacity:1" /> + <g + transform="translate(-81.0002,-967)" + inkscape:label="apps" + id="layer11-2-6-4-9" + style="fill:#c0e3ff;fill-opacity:1" /> + <g + transform="translate(-81.0002,-967)" + inkscape:label="places" + id="layer13-5-4-8-0" + style="fill:#c0e3ff;fill-opacity:1" /> + <g + transform="translate(-81.0002,-967)" + inkscape:label="mimetypes" + id="layer14-6-0-8-2" + style="fill:#c0e3ff;fill-opacity:1" /> + <g + transform="translate(-81.0002,-967)" + style="display:inline;fill:#c0e3ff;fill-opacity:1" + inkscape:label="emblems" + id="layer15-52-1-7-5" /> + <g + transform="translate(-81.0002,-967)" + style="display:inline;fill:#c0e3ff;fill-opacity:1" + inkscape:label="emotes" + id="g71291-3-9-9-9" /> + <g + transform="translate(-81.0002,-967)" + style="display:inline;fill:#c0e3ff;fill-opacity:1" + inkscape:label="categories" + id="g4953-8-2-7-8" /> + <g + transform="translate(-81.0002,-967)" + style="display:inline;fill:#c0e3ff;fill-opacity:1" + inkscape:label="actions" + id="layer12-45-6-2-7"> + <path + sodipodi:nodetypes="ccccc" + style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#c4c7cc;fill-opacity:1;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" + id="rect9057-8-2-3" + d="m 86.0002,974 0,2 6,0 0,-2 z" + inkscape:connector-curvature="0" /> + </g> + </g> + </g> + <rect + y="-185.63782" + x="484" + height="16" + width="16" + id="rect17883-11-4-0" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" /> + </g> + </g> +</svg> diff --git a/.themes/Arc-Dark-Gruvbox/unity/window-buttons/minimize_pressed.svg b/.themes/Arc-Dark-Gruvbox/unity/window-buttons/minimize_pressed.svg new file mode 100644 index 00000000..21645b15 --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/unity/window-buttons/minimize_pressed.svg @@ -0,0 +1,260 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:osb="http://www.openswatchbook.org/uri/2009/osb" + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg4306" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="minimize_pressed.svg" + style="enable-background:new"> + <defs + id="defs4308"> + <linearGradient + id="selected_fg_color" + osb:paint="solid"> + <stop + style="stop-color:#ffffffgit;stop-opacity:1;" + offset="0" + id="stop4172" /> + </linearGradient> + <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop4169" /> + </linearGradient> + <linearGradient + id="linearGradient3770"> + <stop + style="stop-color:#000000;stop-opacity:0.62827224;" + offset="0" + id="stop3772" /> + <stop + style="stop-color:#000000;stop-opacity:0.49803922;" + offset="1" + id="stop3774" /> + </linearGradient> + <linearGradient + id="linearGradient4882"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4884" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop4886" /> + </linearGradient> + <linearGradient + id="linearGradient3784-6"> + <stop + style="stop-color:#ffffff;stop-opacity:0.21568628;" + offset="0" + id="stop3786-4" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop3788-6" /> + </linearGradient> + <linearGradient + id="linearGradient4892"> + <stop + id="stop4894" + offset="0" + style="stop-color:#2f3a42;stop-opacity:1;" /> + <stop + id="stop4896" + offset="1" + style="stop-color:#1d242a;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient4882-4"> + <stop + id="stop4884-9" + offset="0" + style="stop-color:#728495;stop-opacity:1;" /> + <stop + id="stop4886-9" + offset="1" + style="stop-color:#617c95;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4171" + x1="1376" + y1="248" + x2="1376" + y2="262" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient4174" + x1="89.0002" + y1="974" + x2="89.0002" + y2="976" + gradientUnits="userSpaceOnUse" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#f0f1f2" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="22.627418" + inkscape:cx="-0.56721978" + inkscape:cy="13.766373" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="1366" + inkscape:window-height="721" + inkscape:window-x="0" + inkscape:window-y="25" + inkscape:window-maximized="1" + inkscape:snap-bbox="true" + inkscape:snap-global="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="grid4314" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + <sodipodi:guide + orientation="1,0" + position="12,12" + id="guide4316" /> + </sodipodi:namedview> + <metadata + id="metadata4311"> + <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,-1028.3622)"> + <g + style="display:inline" + id="titlebutton-min-active-dark" + inkscape:label="#g6414" + transform="translate(-379.00001,1218)"> + <g + id="g4909-1-2-0" + style="display:inline;opacity:1" + transform="translate(-882,-432.63782)"> + <g + transform="translate(-161,0)" + style="display:inline;opacity:1" + id="g4490-3-6-1-4-1-6"> + <g + id="g4092-0-7-2-0-0-94-2" + style="display:inline" + transform="translate(58,0)"> + <circle + r="7" + cy="255" + cx="1376" + style="fill:url(#linearGradient4171);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="path4068-7-3-0-3-6-8-3" /> + </g> + </g> + <g + style="display:inline;opacity:1;fill:#c0e3ff;fill-opacity:1" + id="g4834-9-3-8-5" + transform="translate(1265,247)"> + <g + transform="translate(-81.0002,-967)" + style="display:inline;fill:#c0e3ff;fill-opacity:1" + inkscape:label="status" + id="layer9-3-9-1-0-4" /> + <g + transform="translate(-81.0002,-967)" + inkscape:label="devices" + id="layer10-4-0-5-8-5" + style="fill:#c0e3ff;fill-opacity:1" /> + <g + transform="translate(-81.0002,-967)" + inkscape:label="apps" + id="layer11-2-5-2-6-8" + style="fill:#c0e3ff;fill-opacity:1" /> + <g + transform="translate(-81.0002,-967)" + inkscape:label="places" + id="layer13-5-7-4-2-5" + style="fill:#c0e3ff;fill-opacity:1" /> + <g + transform="translate(-81.0002,-967)" + inkscape:label="mimetypes" + id="layer14-6-2-3-2-9" + style="fill:#c0e3ff;fill-opacity:1" /> + <g + transform="translate(-81.0002,-967)" + style="display:inline;fill:#c0e3ff;fill-opacity:1" + inkscape:label="emblems" + id="layer15-52-0-6-6-6" /> + <g + transform="translate(-81.0002,-967)" + style="display:inline;fill:#c0e3ff;fill-opacity:1" + inkscape:label="emotes" + id="g71291-3-4-6-0-6" /> + <g + transform="translate(-81.0002,-967)" + style="display:inline;fill:#c0e3ff;fill-opacity:1" + inkscape:label="categories" + id="g4953-8-6-8-7-4" /> + <g + transform="translate(-81.0002,-967)" + style="display:inline;fill:#c0e3ff;fill-opacity:1" + inkscape:label="actions" + id="layer12-45-3-7-96-7"> + <path + sodipodi:nodetypes="ccccc" + style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient4174);fill-opacity:1;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" + id="rect9057-3-5-1-1" + d="m 86.0002,974 0,2 6,0 0,-2 z" + inkscape:connector-curvature="0" /> + </g> + </g> + </g> + <rect + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" + id="rect17883-79-9-2-2" + width="16" + height="16" + x="383" + y="-185.63782" /> + </g> + </g> +</svg> diff --git a/.themes/Arc-Dark-Gruvbox/unity/window-buttons/minimize_unfocused.svg b/.themes/Arc-Dark-Gruvbox/unity/window-buttons/minimize_unfocused.svg new file mode 100644 index 00000000..a802efc0 --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/unity/window-buttons/minimize_unfocused.svg @@ -0,0 +1,166 @@ +<?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="24" + height="24" + id="svg4306" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="minimize_unfocused.svg" + style="enable-background:new"> + <defs + id="defs4308"> + <linearGradient + id="linearGradient3770"> + <stop + style="stop-color:#000000;stop-opacity:0.62827224;" + offset="0" + id="stop3772" /> + <stop + style="stop-color:#000000;stop-opacity:0.49803922;" + offset="1" + id="stop3774" /> + </linearGradient> + <linearGradient + id="linearGradient4882"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4884" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop4886" /> + </linearGradient> + <linearGradient + id="linearGradient3784-6"> + <stop + style="stop-color:#ffffff;stop-opacity:0.21568628;" + offset="0" + id="stop3786-4" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop3788-6" /> + </linearGradient> + <linearGradient + id="linearGradient4892"> + <stop + id="stop4894" + offset="0" + style="stop-color:#2f3a42;stop-opacity:1;" /> + <stop + id="stop4896" + offset="1" + style="stop-color:#1d242a;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient4882-4"> + <stop + id="stop4884-9" + offset="0" + style="stop-color:#728495;stop-opacity:1;" /> + <stop + id="stop4886-9" + offset="1" + style="stop-color:#617c95;stop-opacity:0;" /> + </linearGradient> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#f0f1f2" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="22.627418" + inkscape:cx="4.6255954" + inkscape:cy="10.407616" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="1366" + inkscape:window-height="721" + inkscape:window-x="0" + inkscape:window-y="25" + inkscape:window-maximized="1" + inkscape:snap-bbox="true" + inkscape:snap-global="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="grid4314" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + <sodipodi:guide + orientation="1,0" + position="12,12" + id="guide4316" /> + </sodipodi:namedview> + <metadata + id="metadata4311"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Ebene 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1028.3622)"> + <g + id="titlebutton-min-backdrop-dark" + inkscape:label="#g6534" + style="display:inline;opacity:0.4" + transform="translate(-583.00002,1201)"> + <g + style="display:inline;opacity:1" + id="g7138-0-7-7" + transform="translate(-781,-415.63782)"> + <g + transform="translate(-58,0)" + style="display:inline;opacity:1" + id="g4490-3-6-9"> + <g + id="g4092-0-7-6-5" + style="display:inline" + transform="translate(58,0)" /> + </g> + <path + inkscape:connector-curvature="0" + d="m 1373,254 0,2 6,0 0,-2 z" + id="rect9057-4-09-2" + style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#b9bcc2;fill-opacity:1;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" + sodipodi:nodetypes="ccccc" /> + </g> + <rect + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" + id="rect17883-39-3-46-6" + width="16" + height="16" + x="587" + y="-168.63782" /> + </g> + </g> +</svg> diff --git a/.themes/Arc-Dark-Gruvbox/xfwm4/bottom-active.png b/.themes/Arc-Dark-Gruvbox/xfwm4/bottom-active.png new file mode 100644 index 00000000..fe31d88a Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/xfwm4/bottom-active.png differ diff --git a/.themes/Arc-Dark-Gruvbox/xfwm4/bottom-inactive.png b/.themes/Arc-Dark-Gruvbox/xfwm4/bottom-inactive.png new file mode 100644 index 00000000..fe31d88a Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/xfwm4/bottom-inactive.png differ diff --git a/.themes/Arc-Dark-Gruvbox/xfwm4/bottom-left-active.png b/.themes/Arc-Dark-Gruvbox/xfwm4/bottom-left-active.png new file mode 100644 index 00000000..ae1e1224 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/xfwm4/bottom-left-active.png differ diff --git a/.themes/Arc-Dark-Gruvbox/xfwm4/bottom-left-inactive.png b/.themes/Arc-Dark-Gruvbox/xfwm4/bottom-left-inactive.png new file mode 100644 index 00000000..ae1e1224 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/xfwm4/bottom-left-inactive.png differ diff --git a/.themes/Arc-Dark-Gruvbox/xfwm4/bottom-right-active.png b/.themes/Arc-Dark-Gruvbox/xfwm4/bottom-right-active.png new file mode 100644 index 00000000..b9280e39 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/xfwm4/bottom-right-active.png differ diff --git a/.themes/Arc-Dark-Gruvbox/xfwm4/bottom-right-inactive.png b/.themes/Arc-Dark-Gruvbox/xfwm4/bottom-right-inactive.png new file mode 100644 index 00000000..b9280e39 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/xfwm4/bottom-right-inactive.png differ diff --git a/.themes/Arc-Dark-Gruvbox/xfwm4/close-active.png b/.themes/Arc-Dark-Gruvbox/xfwm4/close-active.png new file mode 100644 index 00000000..f0852a84 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/xfwm4/close-active.png differ diff --git a/.themes/Arc-Dark-Gruvbox/xfwm4/close-inactive.png b/.themes/Arc-Dark-Gruvbox/xfwm4/close-inactive.png new file mode 100644 index 00000000..90b3eff8 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/xfwm4/close-inactive.png differ diff --git a/.themes/Arc-Dark-Gruvbox/xfwm4/close-prelight.png b/.themes/Arc-Dark-Gruvbox/xfwm4/close-prelight.png new file mode 100644 index 00000000..9dddb8ac Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/xfwm4/close-prelight.png differ diff --git a/.themes/Arc-Dark-Gruvbox/xfwm4/close-pressed.png b/.themes/Arc-Dark-Gruvbox/xfwm4/close-pressed.png new file mode 100644 index 00000000..542bfe3d Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/xfwm4/close-pressed.png differ diff --git a/.themes/Arc-Dark-Gruvbox/xfwm4/hide-active.png b/.themes/Arc-Dark-Gruvbox/xfwm4/hide-active.png new file mode 100644 index 00000000..20998daa Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/xfwm4/hide-active.png differ diff --git a/.themes/Arc-Dark-Gruvbox/xfwm4/hide-inactive.png b/.themes/Arc-Dark-Gruvbox/xfwm4/hide-inactive.png new file mode 100644 index 00000000..6b089a9b Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/xfwm4/hide-inactive.png differ diff --git a/.themes/Arc-Dark-Gruvbox/xfwm4/hide-prelight.png b/.themes/Arc-Dark-Gruvbox/xfwm4/hide-prelight.png new file mode 100644 index 00000000..60dc6465 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/xfwm4/hide-prelight.png differ diff --git a/.themes/Arc-Dark-Gruvbox/xfwm4/hide-pressed.png b/.themes/Arc-Dark-Gruvbox/xfwm4/hide-pressed.png new file mode 100644 index 00000000..9f51af99 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/xfwm4/hide-pressed.png differ diff --git a/.themes/Arc-Dark-Gruvbox/xfwm4/left-active.png b/.themes/Arc-Dark-Gruvbox/xfwm4/left-active.png new file mode 100644 index 00000000..c0e39f52 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/xfwm4/left-active.png differ diff --git a/.themes/Arc-Dark-Gruvbox/xfwm4/left-inactive.png b/.themes/Arc-Dark-Gruvbox/xfwm4/left-inactive.png new file mode 100644 index 00000000..c0e39f52 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/xfwm4/left-inactive.png differ diff --git a/.themes/Arc-Dark-Gruvbox/xfwm4/maximize-active.png b/.themes/Arc-Dark-Gruvbox/xfwm4/maximize-active.png new file mode 100644 index 00000000..b32615de Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/xfwm4/maximize-active.png differ diff --git a/.themes/Arc-Dark-Gruvbox/xfwm4/maximize-inactive.png b/.themes/Arc-Dark-Gruvbox/xfwm4/maximize-inactive.png new file mode 100644 index 00000000..b92be3da Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/xfwm4/maximize-inactive.png differ diff --git a/.themes/Arc-Dark-Gruvbox/xfwm4/maximize-prelight.png b/.themes/Arc-Dark-Gruvbox/xfwm4/maximize-prelight.png new file mode 100644 index 00000000..6659a6cc Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/xfwm4/maximize-prelight.png differ diff --git a/.themes/Arc-Dark-Gruvbox/xfwm4/maximize-pressed.png b/.themes/Arc-Dark-Gruvbox/xfwm4/maximize-pressed.png new file mode 100644 index 00000000..bf0d588c Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/xfwm4/maximize-pressed.png differ diff --git a/.themes/Arc-Dark-Gruvbox/xfwm4/menu-active.png b/.themes/Arc-Dark-Gruvbox/xfwm4/menu-active.png new file mode 100644 index 00000000..614600ab Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/xfwm4/menu-active.png differ diff --git a/.themes/Arc-Dark-Gruvbox/xfwm4/menu-inactive.png b/.themes/Arc-Dark-Gruvbox/xfwm4/menu-inactive.png new file mode 100644 index 00000000..614600ab Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/xfwm4/menu-inactive.png differ diff --git a/.themes/Arc-Dark-Gruvbox/xfwm4/menu-pressed.png b/.themes/Arc-Dark-Gruvbox/xfwm4/menu-pressed.png new file mode 100644 index 00000000..614600ab Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/xfwm4/menu-pressed.png differ diff --git a/.themes/Arc-Dark-Gruvbox/xfwm4/right-active.png b/.themes/Arc-Dark-Gruvbox/xfwm4/right-active.png new file mode 100644 index 00000000..c0e39f52 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/xfwm4/right-active.png differ diff --git a/.themes/Arc-Dark-Gruvbox/xfwm4/right-inactive.png b/.themes/Arc-Dark-Gruvbox/xfwm4/right-inactive.png new file mode 100644 index 00000000..c0e39f52 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/xfwm4/right-inactive.png differ diff --git a/.themes/Arc-Dark-Gruvbox/xfwm4/shade-active.png b/.themes/Arc-Dark-Gruvbox/xfwm4/shade-active.png new file mode 100644 index 00000000..784965c9 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/xfwm4/shade-active.png differ diff --git a/.themes/Arc-Dark-Gruvbox/xfwm4/shade-inactive.png b/.themes/Arc-Dark-Gruvbox/xfwm4/shade-inactive.png new file mode 100644 index 00000000..f8baf64a Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/xfwm4/shade-inactive.png differ diff --git a/.themes/Arc-Dark-Gruvbox/xfwm4/shade-pressed.png b/.themes/Arc-Dark-Gruvbox/xfwm4/shade-pressed.png new file mode 100644 index 00000000..f7ee16c2 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/xfwm4/shade-pressed.png differ diff --git a/.themes/Arc-Dark-Gruvbox/xfwm4/stick-active.png b/.themes/Arc-Dark-Gruvbox/xfwm4/stick-active.png new file mode 100644 index 00000000..f84dcc06 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/xfwm4/stick-active.png differ diff --git a/.themes/Arc-Dark-Gruvbox/xfwm4/stick-inactive.png b/.themes/Arc-Dark-Gruvbox/xfwm4/stick-inactive.png new file mode 100644 index 00000000..93978fce Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/xfwm4/stick-inactive.png differ diff --git a/.themes/Arc-Dark-Gruvbox/xfwm4/stick-pressed.png b/.themes/Arc-Dark-Gruvbox/xfwm4/stick-pressed.png new file mode 100644 index 00000000..53bb534d Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/xfwm4/stick-pressed.png differ diff --git a/.themes/Arc-Dark-Gruvbox/xfwm4/themerc b/.themes/Arc-Dark-Gruvbox/xfwm4/themerc new file mode 100644 index 00000000..f7fd498d --- /dev/null +++ b/.themes/Arc-Dark-Gruvbox/xfwm4/themerc @@ -0,0 +1,23 @@ +button_offset=2 +button_spacing=4 + +show_app_icon=true + +full_width_title=true + +title_shadow_active=false +title_shadow_inactive=false + +title_horizontal_offset=3 + +active_text_color=#afb8c5 +active_text_shadow_color=#2f343b + +inactive_text_color=#808791 +inactive_text_shadow_color=#2f343b + +shadow_delta_height=2 +shadow_delta_width=0 +shadow_delta_x=0 +shadow_delta_y=-5 +shadow_opacity=40 diff --git a/.themes/Arc-Dark-Gruvbox/xfwm4/title-1-active.png b/.themes/Arc-Dark-Gruvbox/xfwm4/title-1-active.png new file mode 100644 index 00000000..f4637bc8 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/xfwm4/title-1-active.png differ diff --git a/.themes/Arc-Dark-Gruvbox/xfwm4/title-1-inactive.png b/.themes/Arc-Dark-Gruvbox/xfwm4/title-1-inactive.png new file mode 100644 index 00000000..f4637bc8 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/xfwm4/title-1-inactive.png differ diff --git a/.themes/Arc-Dark-Gruvbox/xfwm4/title-2-active.png b/.themes/Arc-Dark-Gruvbox/xfwm4/title-2-active.png new file mode 100644 index 00000000..f4637bc8 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/xfwm4/title-2-active.png differ diff --git a/.themes/Arc-Dark-Gruvbox/xfwm4/title-2-inactive.png b/.themes/Arc-Dark-Gruvbox/xfwm4/title-2-inactive.png new file mode 100644 index 00000000..f4637bc8 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/xfwm4/title-2-inactive.png differ diff --git a/.themes/Arc-Dark-Gruvbox/xfwm4/title-3-active.png b/.themes/Arc-Dark-Gruvbox/xfwm4/title-3-active.png new file mode 100644 index 00000000..f4637bc8 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/xfwm4/title-3-active.png differ diff --git a/.themes/Arc-Dark-Gruvbox/xfwm4/title-3-inactive.png b/.themes/Arc-Dark-Gruvbox/xfwm4/title-3-inactive.png new file mode 100644 index 00000000..f4637bc8 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/xfwm4/title-3-inactive.png differ diff --git a/.themes/Arc-Dark-Gruvbox/xfwm4/title-4-active.png b/.themes/Arc-Dark-Gruvbox/xfwm4/title-4-active.png new file mode 100644 index 00000000..f4637bc8 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/xfwm4/title-4-active.png differ diff --git a/.themes/Arc-Dark-Gruvbox/xfwm4/title-4-inactive.png b/.themes/Arc-Dark-Gruvbox/xfwm4/title-4-inactive.png new file mode 100644 index 00000000..f4637bc8 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/xfwm4/title-4-inactive.png differ diff --git a/.themes/Arc-Dark-Gruvbox/xfwm4/title-5-active.png b/.themes/Arc-Dark-Gruvbox/xfwm4/title-5-active.png new file mode 100644 index 00000000..f4637bc8 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/xfwm4/title-5-active.png differ diff --git a/.themes/Arc-Dark-Gruvbox/xfwm4/title-5-inactive.png b/.themes/Arc-Dark-Gruvbox/xfwm4/title-5-inactive.png new file mode 100644 index 00000000..f4637bc8 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/xfwm4/title-5-inactive.png differ diff --git a/.themes/Arc-Dark-Gruvbox/xfwm4/top-left-active.png b/.themes/Arc-Dark-Gruvbox/xfwm4/top-left-active.png new file mode 100644 index 00000000..bbb2579d Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/xfwm4/top-left-active.png differ diff --git a/.themes/Arc-Dark-Gruvbox/xfwm4/top-left-inactive.png b/.themes/Arc-Dark-Gruvbox/xfwm4/top-left-inactive.png new file mode 100644 index 00000000..bbb2579d Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/xfwm4/top-left-inactive.png differ diff --git a/.themes/Arc-Dark-Gruvbox/xfwm4/top-right-active.png b/.themes/Arc-Dark-Gruvbox/xfwm4/top-right-active.png new file mode 100644 index 00000000..a3b7a3c0 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/xfwm4/top-right-active.png differ diff --git a/.themes/Arc-Dark-Gruvbox/xfwm4/top-right-inactive.png b/.themes/Arc-Dark-Gruvbox/xfwm4/top-right-inactive.png new file mode 100644 index 00000000..a3b7a3c0 Binary files /dev/null and b/.themes/Arc-Dark-Gruvbox/xfwm4/top-right-inactive.png differ diff --git a/.themes/FlatStudioDarkCustom/LICENSE b/.themes/FlatStudioDarkCustom/LICENSE new file mode 100644 index 00000000..94a9ed02 --- /dev/null +++ b/.themes/FlatStudioDarkCustom/LICENSE @@ -0,0 +1,674 @@ + GNU GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/> + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The GNU General Public License is a free, copyleft license for +software and other kinds of works. + + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +the GNU General Public License is intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. We, the Free Software Foundation, use the +GNU General Public License for most of our software; it applies also to +any other work released this way by its authors. You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +them if you wish), that you receive source code or can get it if you +want it, that you can change the software or use pieces of it in new +free programs, and that you know you can do these things. + + To protect your rights, we need to prevent others from denying you +these rights or asking you to surrender the rights. Therefore, you have +certain responsibilities if you distribute copies of the software, or if +you modify it: responsibilities to respect the freedom of others. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must pass on to the recipients the same +freedoms that you received. You must make sure that they, too, receive +or can get the source code. And you must show them these terms so they +know their rights. + + Developers that use the GNU GPL protect your rights with two steps: +(1) assert copyright on the software, and (2) offer you this License +giving you legal permission to copy, distribute and/or modify it. + + For the developers' and authors' protection, the GPL clearly explains +that there is no warranty for this free software. For both users' and +authors' sake, the GPL requires that modified versions be marked as +changed, so that their problems will not be attributed erroneously to +authors of previous versions. + + Some devices are designed to deny users access to install or run +modified versions of the software inside them, although the manufacturer +can do so. This is fundamentally incompatible with the aim of +protecting users' freedom to change the software. The systematic +pattern of such abuse occurs in the area of products for individuals to +use, which is precisely where it is most unacceptable. Therefore, we +have designed this version of the GPL to prohibit the practice for those +products. If such problems arise substantially in other domains, we +stand ready to extend this provision to those domains in future versions +of the GPL, as needed to protect the freedom of users. + + Finally, every program is threatened constantly by software patents. +States should not allow patents to restrict development and use of +software on general-purpose computers, but in those that do, we wish to +avoid the special danger that patents applied to a free program could +make it effectively proprietary. To prevent this, the GPL assures that +patents cannot be used to render the program non-free. + + The precise terms and conditions for copying, distribution and +modification follow. + + TERMS AND CONDITIONS + + 0. Definitions. + + "This License" refers to version 3 of the GNU General Public License. + + "Copyright" also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks. + + "The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations. + + To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work. + + A "covered work" means either the unmodified Program or a work based +on the Program. + + To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. + + To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying. + + An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. + + 1. Source Code. + + The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work. + + A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. + + The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. + + The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. + + The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source. + + The Corresponding Source for a work in source code form is that +same work. + + 2. Basic Permissions. + + All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. + + You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you. + + Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + + No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + + When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures. + + 4. Conveying Verbatim Copies. + + You may convey verbatim copies of the Program's source code as you +receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. + + You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + + You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified + it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices". + + c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so. + + A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. + + 6. Conveying Non-Source Forms. + + You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways: + + a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. + + d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d. + + A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + + A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product. + + "Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made. + + If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + + The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network. + + Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + + 7. Additional Terms. + + "Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + + When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + + Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or + + e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors. + + All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + + If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. + + Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way. + + 8. Termination. + + You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + + However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation. + + Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + + Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + + 9. Acceptance Not Required for Having Copies. + + You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + + Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License. + + An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. + + You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. + + 11. Patents. + + A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version". + + A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License. + + Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + + In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + + If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + + If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + + A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007. + + Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + + If conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program. + + 13. Use with the GNU Affero General Public License. + + Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU Affero General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the special requirements of the GNU Affero General Public License, +section 13, concerning interaction through a network will apply to the +combination as such. + + 14. Revised Versions of this License. + + The Free Software Foundation may publish revised and/or new versions of +the GNU General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + + Each version is given a distinguishing version number. If the +Program specifies that a certain numbered version of the GNU General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU General Public License, you may choose any version ever published +by the Free Software Foundation. + + If the Program specifies that a proxy can decide which future +versions of the GNU General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. + + Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. + + 15. Disclaimer of Warranty. + + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY +OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. Limitation of Liability. + + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE +USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF +DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD +PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES. + + 17. Interpretation of Sections 15 and 16. + + If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +state the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + <one line to give the program's name and a brief idea of what it does.> + Copyright (C) <year> <name of author> + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + +Also add information on how to contact you by electronic and paper mail. + + If the program does terminal interaction, make it output a short +notice like this when it starts in an interactive mode: + + <program> Copyright (C) <year> <name of author> + This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, your program's commands +might be different; for a GUI interface, you would use an "about box". + + You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU GPL, see +<http://www.gnu.org/licenses/>. + + The GNU General Public License does not permit incorporating your program +into proprietary programs. If your program is a subroutine library, you +may consider it more useful to permit linking proprietary applications with +the library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. But first, please read +<http://www.gnu.org/philosophy/why-not-lgpl.html>. diff --git a/.themes/FlatStudioDarkCustom/gtk-2.0/assets/scroll-background.png b/.themes/FlatStudioDarkCustom/gtk-2.0/assets/scroll-background.png new file mode 100644 index 00000000..dbe3655a Binary files /dev/null and b/.themes/FlatStudioDarkCustom/gtk-2.0/assets/scroll-background.png differ diff --git a/.themes/FlatStudioDarkCustom/gtk-2.0/gtkrc b/.themes/FlatStudioDarkCustom/gtk-2.0/gtkrc new file mode 100644 index 00000000..6be31053 --- /dev/null +++ b/.themes/FlatStudioDarkCustom/gtk-2.0/gtkrc @@ -0,0 +1,798 @@ +gtk-color-scheme = "base_color:#282828\nbg_color:#1d2021" +gtk-color-scheme = "text_color:#dcdcdc\nfg_color:#bdbdbd" +gtk-color-scheme = "tooltip_bg_color:#1d2021\ntooltip_fg_color:#ffffff\nlink_color:#4a90f9" + +## Dark-Framed +#gtk-color-scheme = "theme_bg_dark_color:#575757\ntheme_fg_dark_color:#DCDCDC\ntheme_text_dark_color:#F5F5F5" + +## Dark-Flat +gtk-color-scheme = "theme_bg_dark_color:#1d2021\ntheme_fg_dark_color:#C0C0C0\ntheme_text_dark_color:#E0E0E0" + +# selection text color +gtk-color-scheme = "selected_fg_color:#fff" + +## selection background color ##################################### +# selection_wood #7a6642; +# selection_gold #86772f; +# selection_ubuntu #aa502c; +# selection_ubuntu_mod #9d533f; +# selection_acid_green #3c7b7b; +# selection_blue #4d679a; +# selection_mint #567557; +# selection_red #754747; +# selection_mono #646464; +################################################################### +# should be the same color that you have set in the file gtk.css # +gtk-color-scheme = "selected_bg_color:#458588" +################################################################### + +gtk-auto-mnemonics = 1 + +style "default" { + xthickness = 1 + ythickness = 1 + + ####################### + # Style Properties + ####################### + GtkButton ::child-displacement-x = 0 + GtkButton ::child-displacement-y = 0 + GtkButton ::default-border = {0, 0, 0, 0} + GtkButton ::image-spacing = 4 + GtkToolButton ::icon-spacing = 4 + + GtkCheckButton ::indicator-size = 16 + GtkRadioButton ::indicator-size = 16 + + GtkEntry ::honors-transparent-bg-hint = 1 + #GtkEntry ::invisible-char = 0x2022 + GtkEntry ::progress-border = {2, 2, 2, 2} + GtkEntry ::state-hint = 0 + + GtkProgressBar ::min-vertical-bar-width = 13 + GtkProgressBar ::min-horizontal-bar-height = 13 + + GtkExpander ::expander-size = 14 + + GtkMenuBar ::internal-padding = 0 + GtkMenuBar ::window-dragging = 1 + #GtkMenuBar ::shadow-type = GTK_SHADOW_NONE + GtkMenu ::horizontal-padding = 0 + GtkMenu ::vertical-padding = 0 + GtkSeparatorMenuItem ::horizontal-padding = 7 + + GtkNotebook ::tab-overlap = 0 # Default = 2 + GtkNotebook ::tab-curvature = 1 # Default = 1 + + GtkPaned ::handle-size = 6 + + GtkRange ::trough-border = 0 + GtkRange ::slider-width = 15 + GtkRange ::stepper-size = 1 + + GtkScale ::slider-length = 14 + GtkScale ::slider-width = 14 + GtkScale ::trough-side-details = 1 + + GtkScrollbar ::has-backward-stepper = 0 + GtkScrollbar ::has-forward-stepper = 1 # El maldito rollo de gtk2 y las scrollbars + GtkScrollbar ::min-slider-length = 30 + GtkScrollbar ::slider-width = 9 + GtkScrollbar ::trough-border = 3 + GtkScrollbar ::activate-slider = FALSE + GtkScrollbar ::trough-side-details = 0 + GtkScrollbar ::stepper-size = 1 + + GtkScrolledWindow ::scrollbar-spacing = 0 + GtkScrolledWindow ::scrollbars-within-bevel = 1 + + GtkToolbar ::internal-padding = 0 + GtkToolbar ::window-dragging = 1 + + GtkTreeView ::expander-size = 7 + GtkTreeView ::odd_row_color = shade (1.05, @base_color) + + # en eclipse afecta backcolor de "Quick Type Hierarchy (CTRL+T)" + #GtkTreeView ::even_row_color = shade (1.05, @base_color) + + GtkWidget ::link-color = @link_color + GtkWidget ::focus-padding = 0 + WnckTasklist ::fade-overlay-rect = 0 + + GtkWindow ::resize-grip-height = 0 # Ocultar resize-grip + GtkWindow ::resize-grip-width = 0 + + #################### + # Color Definitions + #################### + bg[NORMAL] = @bg_color + bg[PRELIGHT] = shade (1.15, @bg_color) + bg[SELECTED] = @selected_bg_color + bg[INSENSITIVE] = shade (1.07, @bg_color) + bg[ACTIVE] = @bg_color + + fg[NORMAL] = @fg_color + fg[PRELIGHT] = @text_color + fg[SELECTED] = @selected_fg_color + fg[INSENSITIVE] = shade (0.75, @fg_color) + fg[ACTIVE] = @fg_color + #fg[ACTIVE] = @text_color + + text[NORMAL] = @fg_color + text[PRELIGHT] = @text_color + text[SELECTED] = @selected_fg_color + text[INSENSITIVE] = shade (0.75, @fg_color) + text[ACTIVE] = @selected_fg_color + + base[NORMAL] = @base_color + base[PRELIGHT] = shade (0.95, @bg_color) + base[SELECTED] = @selected_bg_color + base[INSENSITIVE] = shade (1.20, @bg_color) + base[ACTIVE] = @selected_bg_color + + engine "murrine" { + animation = FALSE + arrowstyle = 1 # Estilo flechas menu (triangulos) + border_shades = {1.0, 1.0} + colorize_scrollbar = TRUE + contrast = 0.0 + # default_button_color = shade (1.30, @selected_bg_color) + comboboxstyle = 0 # 0 = normal combobox, 1 = colorized combobox button + expanderstyle = 0 # Treview expander (triangulo) + focusstyle = 3 # 0 to disable focus drawing. + # 1 to use dots. + # 2 to use a small colored rectangle. + # 3 to use a colored rectangle that touches the borders. + focus_color = shade (1.2, @selected_bg_color) + glazestyle = 0 # 0 = flat highlight, + # 1 = curved highlight + # 2 = concave style, + # 3 = top curved highlight, + # 4 = beryl highlight + glowstyle = 4 # 0 = top, 1 = bottom, 2 = top and bottom, 3 = horizontal, 4 = centered glow + gradient_shades = {1.00, 1.00, 1.00, 1.00} + highlight_shade = 1.0 + lightborder_shade = 1.0 + lightborderstyle = 0 # 0 = top side, 1 = all sides + listviewstyle = 0 # 0 = nothing, 1 = dotted, 2 = line + menubaritemstyle = 0 # 0 = menuitem look, 1 = button look + menubarstyle = 0 # 0 = flat, 1 = glassy, 2 = gradient, 3 = striped + menuitemstyle = 0 # 0 = flat, 1 = glassy, 2 = striped + menustyle = 3 # 0 = no vertical menu stripe, 1 = display vertical menu stripe, 2 = faint? 3 = borderless + progressbarstyle = 0 + reliefstyle = 0 # 0 = flat, 1 = inset, 2 = shadow, 3 = shadow with gradient, 4 = stronger shadow with gradient + rgba = FALSE # alpha transparency + roundness = 1 # 0 = square + scrollbarstyle = 0 # 0 = nothing + separatorstyle = 1 # 0 = Hard seperators 1 = Smooth seperators + shadow_shades = {1.0, 1.0} + sliderstyle = 1 # 0 = nothing added + stepperstyle = 1 # 0 = standard, 1 = integrated stepper handles, 2 = unknown + toolbarstyle = 0 # 0 = flat, 1 = glassy, 2 = gradient + trough_shades = {0.88, 0.88} + } +} + +style "test" = "default" { + fg[NORMAL] = "#00FF00" + fg[ACTIVE] = "#00FF00" + fg[PRELIGHT] = "#00FF00" + fg[SELECTED] = "#00FF00" + fg[INSENSITIVE] = "#00FF00" + + bg[NORMAL] = "#FF0000" + bg[ACTIVE] = "#FF0000" + bg[PRELIGHT] = "#FF0000" + bg[SELECTED] = "#FF0000" + bg[INSENSITIVE] = "#FF0000" + + text[NORMAL] = "#0000FF" + text[ACTIVE] = "#0000FF" + text[PRELIGHT] = "#0000FF" + text[SELECTED] = "#0000FF" + text[INSENSITIVE] = "#0000FF" + + base[NORMAL] = "#FFFF00" + base[ACTIVE] = "#FFFF00" + base[PRELIGHT] = "#FFFF00" + base[SELECTED] = "#FFFF00" + base[INSENSITIVE] = "#FFFF00" +} + +style "wide" { + xthickness = 2 + ythickness = 2 +} + +style "wider" { + xthickness = 3 + ythickness = 3 +} + +style "button" { + xthickness = 3 + ythickness = 3 + + bg[NORMAL] = shade (1.12, @bg_color) + bg[PRELIGHT] = shade (1.15, @bg_color) + bg[ACTIVE] = shade (1.00, @selected_bg_color) # Pulsado + bg[INSENSITIVE] = shade (1.07, @bg_color) + + engine "murrine" { + contrast = 0.0 + gradient_shades = {1.00,1.00,1.00,1.00} + focusstyle = 2 + lightborderstyle = 1 + lightborder_shade = 1.1 + highlight_shade = 1.00 + textstyle = 2 + text_shade = 0.7 + } +} + +style "button_label" { + fg[ACTIVE] = @selected_fg_color +} + +style "checkradio_label" { + fg[ACTIVE] = @fg_color # Forzar color texto en radiobutton-eclipse +} + +style "entry" { # text + xthickness = 3 + ythickness = 3 + + # ------- otro entry ------------- + # GtkWidget ::focus-line-width = 1 + # GtkWidget ::focus-padding = 1 + # bg[ACTIVE] = shade (0.78, @bg_color) + # bg[NORMAL] = shade (2.20, @bg_color) + # bg[PRELIGHT] = shade (1.18, @selected_bg_color) + # bg[SELECTED] = shade (0.9, @selected_bg_color) + base[INSENSITIVE] = shade (0.94, @bg_color) + text[ACTIVE] = @selected_fg_color # text-color selected and unfocused + # ------- fin otro entry ---------- + + + engine "murrine" { + contrast = 0.0 + roundness = 1 + border_shades = {1.0, 1.0} + focusstyle = 2 + } +} + +style "expander" { + bg[NORMAL] = "#FFF" + fg[NORMAL] = shade (2.0, @text_color) + fg[PRELIGHT] = shade (2.0, @text_color) + + engine "murrine" { + contrast = 1.2 + gradient_shades = {1.0, 1.0, 1.0, 1.0} + } +} + +style "frame_title" { + fg[NORMAL] = shade(0.80, @fg_color) +} + +style "handle" { + +} + +class "GtkPaned" style "handle" + +style "menubar" { + # Modificado + xthickness = 3 + ythickness = 3 + + fg[NORMAL] = shade (1.00, @theme_fg_dark_color) + + bg[NORMAL] = @theme_bg_dark_color + + engine "murrine" { + gradient_shades = {1.00,1.00,1.00,1.00} + border_shades = {1.0, 1.0} + contrast = 0.0 + lightborderstyle = 1 + textstyle = 2 + text_shade = 1.1 + } +} + + +style "menu" { + xthickness = 0 + ythickness = 0 + GtkMenuItem::arrow-scaling = 0.5 + + bg[NORMAL] = shade (1.00, @theme_bg_dark_color) + + engine "murrine" { + gradient_shades = {1.0, 1.0, 1.0, 1.0} + roundness = 0 # 0 = squared + } +} + +style "menu_item_white" { + xthickness = 2 + ythickness = 3 + + fg[NORMAL] = shade (1.00, @theme_fg_dark_color) # menu item normal + fg[INSENSITIVE] = shade (0.75, @theme_fg_dark_color) # menu item deshabilitados + fg[PRELIGHT] = @selected_fg_color # menu item seleccionado + + text[NORMAL] = shade (0.94, @theme_fg_dark_color) # Color check/radio menu + text[INSENSITIVE] = "#888" # Color check/radio menu + text[PRELIGHT] = @selected_fg_color # Color check/radio menu + + bg[SELECTED] = shade (1.00, @selected_bg_color) + engine "murrine" { + gradient_shades = {1.00, 1.00, 1.00, 1.00} + #border_shades = {1.15, 1.15} + roundness = 0 + contrast = 0.1 # Contraste separadores + textstyle = 0 + #text_shade = 0.4 + } +} + +style "menu_item_black" { + xthickness = 2 + ythickness = 3 + + fg[PRELIGHT] = @selected_fg_color + bg[PRELIGHT] = shade (0.94, @selected_bg_color) + bg[SELECTED] = shade (0.94, @selected_bg_color) + + engine "murrine" { + gradient_shades = {1.30, 1.15, 1.15, 1.00} + roundness = 1 + contrast = 0.0 + } +} + +style "notebook" { + xthickness = 3 + ythickness = 3 + + bg[NORMAL] = shade (0.97, @bg_color) # selected tab entire + bg[ACTIVE] = shade (0.85, @bg_color) # unselected tab + bg[INSENSITIVE] = shade (0.87, @bg_color) # disabled controls + + fg[NORMAL] = shade (1.05, @fg_color) # text selected tab + fg[ACTIVE] = shade (0.95, @fg_color) # text unselected tab + fg[INSENSITIVE] = shade (0.95, @fg_color) + + engine "murrine" { + gradient_shades = {1.00,1.00,1.00,1.00} + lightborderstyle = 0 + lightborder_shade = 1.0 + contrast = 0.0 + highlight_shade = 1.00 + roundness = 2 + prelight_shade = 1.00 + + focusstyle = 2 + + } +} + + +style "progressbar" { + xthickness = 0 + ythickness = 0 + + bg[SELECTED] = shade (1.00, @selected_bg_color) + fg[PRELIGHT] = @selected_fg_color #active text-color + + engine "murrine" { + gradient_shades = {1.00, 1.00, 1.00, 1.00} + contrast = 0.0 + roundness = 1 + } +} + +style "scale" { # slider + + GtkScale::trough-border = 0 + GtkScale::slider-width = 13 + GtkScale::slider-length = 13 + GtkScale::trough-side-details = 1 + + xthickness = 2 + ythickness = 2 + bg[NORMAL] = shade (0.99, @base_color) + bg[PRELIGHT] = shade (1.00, @base_color) + bg[SELECTED] = shade (1.00, @selected_bg_color) + + engine "murrine" { + sliderstyle = 0 # forma del slider + contrast = 0.5 # borde de todos los elementos + gradient_shades = {1.0, 1.0, 1.0, 1.0} # gradiente del slider + border_shades = {1.0, 1.0} # borde del slider + roundness = 12 + lightborder_shade = 1.0 # brillo del trough-higlight + trough_border_shades = {1.10, 1.10} + } +} + +style "scrollbar" { + bg[SELECTED] = shade (1.30, @bg_color) # color indicador + bg[NORMAL] = shade (1.30, @bg_color) # color borde indicador + + # color flechas (stepper) + fg[NORMAL] = shade (1.00, @base_color) + fg[PRELIGHT] = shade (1.00, @base_color) + fg[ACTIVE] = shade (1.00, @base_color) + fg[SELECTED] = shade (1.00, @base_color) + fg[INSENSITIVE] = shade (1.00, @base_color) + + engine "murrine" { + roundness = 0 + gradient_shades = {1.0,1.0,1.0,1.0} + highlight_shade = 1.0 + glow_shade = 1.0 + prelight_shade = 1.15 + gradient_colors = FALSE + lightborder_shade = 1.0 + lightborderstyle = 0 + trough_shades = {1.00, 1.00} + border_shades = {1.00, 1.00} + contrast = 0.00 + } +} + +style "overlay_scrollbar" +{ + bg[SELECTED] = shade (1.0, @selected_bg_color) + bg[INSENSITIVE] = shade (0.85, @bg_color) + bg[ACTIVE] = shade (0.6, @bg_color) +} + + +style "spinbutton" = "button" { # input/stepper + bg[NORMAL] = shade (0.95, @bg_color) + fg[ACTIVE] = @text_color # color flechas boton-spin pulsada + + # Colores flechas-spin + # fg[NORMAL] = "#F00" # color flechas boton-spin + # fg[ACTIVE] = "#f00" # color flechas boton-spin pulsada + # fg[INSENSITIVE] = "#F00" # color flechas boton-spin disabled + # fg[PRELIGHT] = "#F00" # color flechas boton-spin prelight + + # Colores entry-spin + # base[NORMAL] = "#F00" # color fondo entry-spin + # base[INSENSITIVE] = "#F00" # color fondo entry-spin disabled + + # Colores boton-spin + # bg[NORMAL] = "#F00" # color boton-spin y borde entry-spin + # bg[INSENSITIVE] = "#F00" # color boton-spin disabled + # bg[SELECTED] = "#F00" # color focus borde entry-spin + + # text[NORMAL] = "#F00" # color texto entry-spin + # text[SELECTED] = "#F00" # color texto seleccionado entry-spin + # text[ACTIVE] = "#F00" # color texto seleccionado entry-spin unfocused + # text[INSENSITIVE] = "#F00" # color texto disabled + + engine "murrine" { + contrast = 0.0 + border_shades = {1.0, 1.0} + #lightborder_shade = 1.00 + } +} + +style "toolbar" { + bg[NORMAL] = shade (1.00, @theme_bg_dark_color) + fg[ACTIVE] = @text_color + + engine "murrine" { + separatorstyle = 0 + lightborderstyle = 0 + contrast = 0.0 # Regula el contraste del borde inferior de la toolbar + lightborder_shade = 1.0 # Regula el contraste del borde de la toolbar + gradient_shades = {1.00,1.00,1.00,1.00} + } +} + +style "toolbar_button" { + xthickness = 2 + ythickness = 2 + + bg[PRELIGHT] = shade (0.80, @theme_bg_dark_color) + bg[ACTIVE] = shade (0.70, @theme_bg_dark_color) + bg[SELECTED] = shade (0.70, @theme_bg_dark_color) + bg[INSENSITIVE] = shade (1.05, @theme_bg_dark_color) + + fg[ACTIVE] = @theme_fg_dark_color + fg[PRELIGHT] = @theme_text_dark_color + fg[NORMAL] = @theme_fg_dark_color + fg[INSENSITIVE] = shade (0.75, @theme_fg_dark_color) + + engine "murrine" { + gradient_shades = {1.00,1.00,1.00,1.00} + border_shades = {1.00, 1.00} + contrast = 0.00 + lightborderstyle = 0 + textstyle = 1 + roundness = 2 + } +} + +# toolbar separator +style "toolbar_separator" { + xthickness = 0 + ythickness = 0 + + bg[NORMAL] = shade (0.80, @bg_color) + engine "murrine" { + border_shades = {1.00, 1.00} + contrast = 0.5 + } +} + +style "tooltips" { + xthickness = 8 + ythickness = 4 + + bg[NORMAL] = @tooltip_bg_color + fg[NORMAL] = @tooltip_fg_color + + GtkWidget::new-tooltip-style = 0 + + engine "murrine" { + border_colors = { "#080808", "#080808" } + } +} + +style "treeview" { + base[SELECTED] = shade (1.00, @selected_bg_color) # seleccion row focused + base[ACTIVE] = shade (1.00, @selected_bg_color) # seleccion row unfocused + + fg[NORMAL] = shade (1.00, @fg_color) # header txt color + + bg[SELECTED] = shade (0.75, @selected_bg_color) # backgr mini-checkbox checked + text[NORMAL] = shade (1.10, @fg_color) # txt+indicador checked normal + text[SELECTED] = @selected_fg_color # txt+indicador selected focused + text[ACTIVE] = @selected_fg_color # txt+indicador selected unfocused + + engine "murrine" { + gradient_shades = {1.0, 1.0, 1.0, 1.0} + separatorstyle = 0 + contrast = 1.0 + } +} + +style "treeview_header" = "button" { + ythickness = 1 + GtkWidget ::focus-padding = 0 + + bg[NORMAL] = shade (0.85, @base_color) + bg[PRELIGHT] = shade (0.88, @base_color) + bg[INSENSITIVE] = shade (0.94, @bg_color) + bg[ACTIVE] = shade (0.80, @base_color) + + engine "murrine" { + border_shades = {1.50, 1.50} + gradient_shades = {1.00,1.00,1.00,1.00} + contrast = 0.30 + lightborderstyle = 0 + roundness = 0 + textstyle = 1 + glow_shade = 1.0 + prelight_shade = 1.9 + + } +} + +style "checkradio" { + xthickness = 3 + ythickness = 3 + + base[NORMAL] = shade (1.12, @bg_color) # radiocheck normal + bg[SELECTED] = shade (1.12, @bg_color) # radiocheck color checked + + text[NORMAL] = mix (0.30, shade(1.51, @selected_bg_color), @selected_fg_color) # indicador normal + text[PRELIGHT] = mix (0.30, shade(1.51, @selected_bg_color), @selected_fg_color) # indicador hover + text[ACTIVE] = mix (0.30, shade(1.51, @selected_bg_color), @selected_fg_color) # indicador click + + bg[NORMAL] = shade (0.91, @bg_color) # color togglebutton + bg[PRELIGHT] = shade (0.94, @bg_color) + bg[ACTIVE] = shade (1.00, @selected_bg_color) # button option selected + bg[INSENSITIVE] = shade (1.07, @bg_color) + + engine "murrine" { + contrast = 0.00 + gradient_shades = {1.00, 1.00, 1.00, 1.00} + lightborderstyle = 0 + lightborder_shade = 1.00 + textstyle = 0 + } +} + +# ============================================================================== +# FIREFOX SPECIFIC SETTINGS +# ============================================================================== + +style "ff-default" { + GtkCheckButton::indicator-size = 14 +} + +style "ff-statusbar" { +} + +#widget "MozillaGtkWidget*Toolbar*" style "theme-toolbar" +#widget "MozillaGtkWidget*Statusbar*" style "ff-statusbar" + + +widget "MozillaGtkWidget*" style "ff-default" + +############################################################################### +# The following part of the gtkrc applies the different styles to the widgets. +############################################################################### + +# The default style is applied to every widget +class "GtkWidget" style "default" +class "GtkSeparator" style "wide" +class "GtkFrame" style "wide" +class "GtkCalendar" style "wide" +class "GtkEntry" style "entry" + +class "GtkSpinButton" style "spinbutton" +class "GtkScale" style "scale" +class "GtkVScale" style "scale" +class "GtkHScale" style "scale" +class "GtkScrollbar" style "scrollbar" +# Overlay scrollbar +widget_class "*<OsScrollbar>" style "overlay_scrollbar" +widget_class "*<OsThumb>" style "overlay_scrollbar" +# General matching follows. The order is choosen so that the right styles override +# each other. EG. progressbar needs to be more important than the menu match. +widget_class "*<GtkButton>" style "button" +widget_class "*<GtkButton>*<GtkLabel>" style "button_label" + +widget_class "*<GtkNotebook>" style "notebook" +widget_class "*<GtkNotebook>*<GtkLabel>" style "notebook" +widget_class "*<GtkNotebook>*<GtkDrawingArea>" style "notebook" +widget_class "*<GtkNotebook>*<GtkLayout>" style "notebook" +widget_class "*<GtkNotebook>*<GtkNotebookPage>" style "notebook" + + +widget_class "*<GtkMenuBar>*" style "menubar" +widget_class "*<GtkMenu>*" style "menu" +widget_class "*<GtkMenuItem>*" style "menu_item_white" +widget_class "*<GtkMenuBar>.<GtkMenuItem>*" style "menu_item_white" +#widget_class "*<GtkMenuBar>.<GtkMenuItem>*" style "menu_item_black" + +widget_class "*<GtkToolbar>" style "toolbar" +widget_class "*<GtkHandleBox>" style "toolbar" +widget_class "*<GtkToolbar>.*.<GtkButton>*" style "toolbar_button" +class "GtkSeparatorToolItem" style "toolbar_separator" + +widget_class "*.<GtkFrame>.<GtkLabel>" style "frame_title" +widget_class "*.<GtkTreeView>*" style "treeview" + +class "*GtkExpander*" style "expander" + +widget_class "*<GtkProgress>" style "progressbar" + +# Treeview headers (and similar stock GTK+ widgets) +widget_class "*.<GtkTreeView>.<GtkButton>" style "treeview_header" +widget_class "*.<GtkCTree>.<GtkButton>" style "treeview_header" +widget_class "*.<GtkList>.<GtkButton>" style "treeview_header" +widget_class "*.<GtkCList>.<GtkButton>" style "treeview_header" + +# The window of the tooltip is called "gtk-tooltip" +widget "gtk-tooltip*" style "tooltips" + +########################################################################## +# Radiobutton and Checkbox +########################################################################## +# If you have problems displaying the checkbox or radio buttons in gtk2 +# uncomment the two lines following (remove the # symbol of the beginning of the line) + +widget_class "*<GtkCheckButton>*" style "checkradio" +widget_class "*<GtkRadioButton>*" style "checkradio" + +# and comment on these (put the # symbol at the beginning of the line) +# widget_class "*<GtkCheckButton>*" style "checkbutton" +# widget_class "*<GtkRadioButton>*" style "radiobutton" +########################################################################## + +style "FireFox-MenuBar" = "menubar" { + GtkMenuBar::shadow-type = GTK_SHADOW_NONE +} +widget "MozillaGtkWidget*GtkMenuBar" style "FireFox-MenuBar" +widget "MozillaGtkWidget*GtkCheck*" style:highest "checkradio" +widget "MozillaGtkWidget*GtkRadio*" style:highest "checkradio" + +widget_class "*<GtkCheckButton>*<GtkLabel>" style:highest "checkradio_label" +widget_class "*<GtkRadioButton>*<GtkLabel>" style:highest "checkradio_label" + +########################################################################## +# Following are special cases and workarounds for issues in applications. +########################################################################## +# For Google Chrome/Chromium integration. +style "chrome-gtk-frame" { + ChromeGtkFrame::frame-color = @theme_bg_dark_color + ChromeGtkFrame::inactive-frame-color = @theme_bg_dark_color + ChromeGtkFrame::frame-gradient-size = 120 + ChromeGtkFrame::frame-gradient-color = @theme_bg_dark_color + ChromeGtkFrame::inactive-frame-gradient-color = @theme_bg_dark_color + ChromeGtkFrame::incognito-frame-color = @theme_bg_dark_color + ChromeGtkFrame::incognito-inactive-frame-color = @theme_bg_dark_color + ChromeGtkFrame::incognito-frame-gradient-size = 120 + ChromeGtkFrame::incognito-frame-gradient-color = @theme_bg_dark_color + + ChromeGtkFrame::scrollbar-trough-color = shade (0.99, @theme_bg_dark_color) + ChromeGtkFrame::scrollbar-slider-prelight-color = shade (0.87, @theme_bg_dark_color) + ChromeGtkFrame::scrollbar-slider-normal-color = shade (0.80, @theme_bg_dark_color) +} +class "ChromeGtkFrame" style "chrome-gtk-frame" + +# For places where the text color is used instead of the fg color. +style "text_is_fg_color_workaround" { + text[NORMAL] = @fg_color + text[PRELIGHT] = @fg_color + text[SELECTED] = @selected_fg_color + text[ACTIVE] = @fg_color + text[INSENSITIVE] = shade (0.75, @fg_color) +} +widget_class "*.<GtkComboBox>.<GtkCellView>" style "text_is_fg_color_workaround" + +# For menus where the text color is used instead of the fg color. +style "menuitem_text_is_fg_color_workaround" { + + text[NORMAL] = @fg_color + text[PRELIGHT] = @selected_fg_color + text[SELECTED] = @selected_fg_color + text[ACTIVE] = @fg_color + text[INSENSITIVE] = shade (0.75, @fg_color) +} +widget "*.gtk-combobox-popup-menu.*" style "menuitem_text_is_fg_color_workaround" + +# For places where the fg color is used instead of the text color. +style "fg_is_text_color_workaround" { + fg[NORMAL] = @text_color + fg[PRELIGHT] = @text_color + fg[SELECTED] = @selected_fg_color + fg[ACTIVE] = @selected_fg_color + fg[INSENSITIVE] = darker (@bg_color) +} +widget_class "*<GtkListItem>*" style "fg_is_text_color_workaround" +widget_class "*<GtkCList>" style "fg_is_text_color_workaround" +widget_class "*<EelEditableLabel>" style "fg_is_text_color_workaround" + +style "performance-fix" { + + engine "murrine" { + textstyle = 0 + contrast = 0.5 + } +} +widget "*OOoFixed*" style "performance-fix" # Openoffice/Libreoffice + +# For gvim scrollbars. +style "vim-scrollbar" = "scrollbar" { + GtkScrollbar ::slider_width = 16 + GtkScrollbar ::stepper_size = 16 + + engine "pixmap" { + image { + function = BOX + orientation = VERTICAL + file = "assets/scroll-background.png" + } + } +} +widget "vim-main-window.*Scrollbar*" style "vim-scrollbar" + +# For Eclipse (swt) toolbars. +widget "*swt*toolbar*" style "toolbar" + + +# Banshee +widget_class "__gtksharp_1*<GtkTreeView>*" style "treeview" + diff --git a/.themes/FlatStudioDarkCustom/gtk-3.0/assets/scale-slider-hor.svg b/.themes/FlatStudioDarkCustom/gtk-3.0/assets/scale-slider-hor.svg new file mode 100644 index 00000000..88a22e3f --- /dev/null +++ b/.themes/FlatStudioDarkCustom/gtk-3.0/assets/scale-slider-hor.svg @@ -0,0 +1,346 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="16" + height="20" + id="svg5980" + version="1.1" + inkscape:version="0.48.2 r9819" + sodipodi:docname="scale-slider.svg"> + <defs + id="defs5982"> + <linearGradient + id="linearGradient3819"> + <stop + style="stop-color:#bababa;stop-opacity:1;" + offset="0" + id="stop3821" /> + <stop + style="stop-color:#d5d5d5;stop-opacity:1;" + offset="1" + id="stop3823" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4714-2" + id="linearGradient5304-8" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0,-1,1,0,-167.30724,401.40146)" + x1="108.59611" + y1="477.02258" + x2="113.8317" + y2="477.02258" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4714-2"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop4716-4" /> + <stop + style="stop-color:#ffffff;stop-opacity:1" + offset="1" + id="stop4718-5" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4722-3" + id="linearGradient5306-4" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0,-1,1,0,-166.30724,401.40146)" + x1="116.15861" + y1="479.89758" + x2="107.97111" + y2="479.89758" /> + <linearGradient + id="linearGradient4722-3"> + <stop + style="stop-color:#babdb6;stop-opacity:1;" + offset="0" + id="stop4724-2" /> + <stop + style="stop-color:#7b8073;stop-opacity:1" + offset="1" + id="stop4726-2" /> + </linearGradient> + <linearGradient + y2="477.02258" + x2="113.8317" + y1="477.02258" + x1="108.59611" + gradientTransform="matrix(0,-1,1,0,-167.30724,401.40146)" + gradientUnits="userSpaceOnUse" + id="linearGradient6007" + xlink:href="#linearGradient4714-2" + inkscape:collect="always" /> + <linearGradient + y2="479.89758" + x2="107.97111" + y1="479.89758" + x1="116.15861" + gradientTransform="matrix(0,-1,1,0,-166.30724,401.40146)" + gradientUnits="userSpaceOnUse" + id="linearGradient6009" + xlink:href="#linearGradient4722-3" + inkscape:collect="always" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3853" + id="linearGradient3911" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0,-1,1,0,-166.30724,401.40146)" + x1="118.17561" + y1="479.89758" + x2="103.92426" + y2="479.89758" /> + <linearGradient + id="linearGradient3853"> + <stop + id="stop3855" + offset="0" + style="stop-color:#888888;stop-opacity:1" /> + <stop + id="stop3857" + offset="1" + style="stop-color:#535353;stop-opacity:1" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient4002" + id="radialGradient4008" + cx="312.375" + cy="290.25" + fx="312.375" + fy="290.25" + r="6.875" + gradientUnits="userSpaceOnUse" /> + <linearGradient + id="linearGradient4002"> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="0" + id="stop4004" /> + <stop + id="stop4010" + offset="0.77191412" + style="stop-color:#000000;stop-opacity:1;" /> + <stop + style="stop-color:#000000;stop-opacity:0;" + offset="1" + id="stop4006" /> + </linearGradient> + <radialGradient + r="6.875" + fy="290.25" + fx="312.375" + cy="290.25" + cx="312.375" + gradientUnits="userSpaceOnUse" + id="radialGradient4037" + xlink:href="#linearGradient4002" + inkscape:collect="always" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3853" + id="linearGradient4076" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0,-1,1,0,-166.30724,401.40146)" + x1="118.17561" + y1="479.89758" + x2="103.92426" + y2="479.89758" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3853" + id="linearGradient4085" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0,-1,1,0,-166.30724,401.40146)" + x1="118.17561" + y1="479.89758" + x2="103.92426" + y2="479.89758" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3853-8" + id="linearGradient4085-8" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0,-1,1,0,-166.30724,401.40146)" + x1="118.17561" + y1="479.89758" + x2="103.92426" + y2="479.89758" /> + <linearGradient + id="linearGradient3853-8"> + <stop + id="stop3855-4" + offset="0" + style="stop-color:#888888;stop-opacity:1" /> + <stop + id="stop3857-3" + offset="1" + style="stop-color:#535353;stop-opacity:1" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient4002" + id="radialGradient3817" + cx="312.375" + cy="290.25" + fx="312.375" + fy="290.25" + r="7.3333335" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.93735455,0,0,0.93735455,19.568871,18.182841)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3819" + id="linearGradient3825" + x1="7.4865823" + y1="27.87298" + x2="7.4865823" + y2="15.973641" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(1.9999999,0)" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient4002" + id="radialGradient3029" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.93735455,0,0,0.93735455,19.568871,18.182841)" + cx="312.375" + cy="290.25" + fx="312.375" + fy="290.25" + r="7.3333335" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3853" + id="linearGradient3031" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0,-1,1,0,-166.30724,401.40146)" + x1="118.17561" + y1="479.89758" + x2="103.92426" + y2="479.89758" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3819" + id="linearGradient3033" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(1.9999999,0)" + x1="7.4865823" + y1="27.87298" + x2="7.4865823" + y2="15.973641" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="13.975" + inkscape:cx="8" + inkscape:cy="10" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:window-width="812" + inkscape:window-height="717" + inkscape:window-x="236" + inkscape:window-y="168" + inkscape:window-maximized="0" + showborder="true"> + <inkscape:grid + type="xygrid" + id="grid3019" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata5985"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + inkscape:label="Layer 1" + inkscape:groupmode="layer" + transform="translate(0,-12)"> + <g + id="g3021" + transform="matrix(0.84210525,0,0,0.84210525,-0.42105272,3.0526297)"> + <path + transform="matrix(1.3818182,0,0,1.3818182,-421.64546,-378.57273)" + d="m 319.25,290.25 c 0,3.79696 -3.07804,6.875 -6.875,6.875 -3.79696,0 -6.875,-3.07804 -6.875,-6.875 0,-3.79696 3.07804,-6.875 6.875,-6.875 3.79696,0 6.875,3.07804 6.875,6.875 z" + sodipodi:ry="6.875" + sodipodi:rx="6.875" + sodipodi:cy="290.25" + sodipodi:cx="312.375" + id="path5387-8-1" + style="opacity:0.3;color:#000000;fill:url(#radialGradient3029);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.80882353;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + sodipodi:type="arc" /> + <path + transform="matrix(1.0909091,0,0,1.0909091,-330.77273,-294.63637)" + d="m 319.25,290.25 c 0,3.79696 -3.07804,6.875 -6.875,6.875 -3.79696,0 -6.875,-3.07804 -6.875,-6.875 0,-3.79696 3.07804,-6.875 6.875,-6.875 3.79696,0 6.875,3.07804 6.875,6.875 z" + sodipodi:ry="6.875" + sodipodi:rx="6.875" + sodipodi:cy="290.25" + sodipodi:cx="312.375" + id="path5387-8" + style="color:#000000;fill:#f9f9f9;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3031);stroke-width:0.91666669;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + sodipodi:type="arc" /> + <path + sodipodi:nodetypes="cccscccsc" + id="path3907-8" + d="M 11.844001,15.093876 9.9687499,21.96875 5.8513889,16.289267 c -0.846712,1.21453 -2.788889,4.336676 -2.788889,5.929483 0,2.613581 3.023705,4.720993 4.999748,6.421781 l 1.906502,-6.609281 3.9455161,5.718561 c 0.987249,-1.270018 3.085733,-4.23539 3.085733,-5.968561 0,-2.588835 -3.160985,-5.33957 -5.155998,-6.687374 z" + style="fill:#e6e6e6;fill-opacity:1;stroke:none" + inkscape:connector-curvature="0" /> + <path + inkscape:connector-curvature="0" + id="path3907" + d="m 13.718749,16.03125 -3.7499991,5.9375 -5.40625,-4.15625 c -0.846712,1.21453 -1.5,2.813443 -1.5,4.40625 0,2.613581 1.148957,4.017962 3.125,5.71875 l 3.78125,-5.90625 5.4687491,4.3125 c 0.987249,-1.270018 1.5625,-2.829329 1.5625,-4.5625 0,-2.588835 -1.286237,-4.402196 -3.28125,-5.75 z" + style="fill:url(#linearGradient3033);fill-opacity:1;stroke:none" /> + <path + transform="matrix(0.94545454,0,0,0.94545454,-285.33636,-252.41818)" + d="m 319.25,290.25 c 0,3.79696 -3.07804,6.875 -6.875,6.875 -3.79696,0 -6.875,-3.07804 -6.875,-6.875 0,-3.79696 3.07804,-6.875 6.875,-6.875 3.79696,0 6.875,3.07804 6.875,6.875 z" + sodipodi:ry="6.875" + sodipodi:rx="6.875" + sodipodi:cy="290.25" + sodipodi:cx="312.375" + id="path5387-7" + style="opacity:0.8;color:#000000;fill:none;stroke:#ffffff;stroke-width:1.05769241;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + sodipodi:type="arc" /> + <path + transform="translate(17.163955,9.3088161)" + d="m -6.7545868,12.691184 c 0,0.226088 -0.1832807,0.409369 -0.4093689,0.409369 -0.2260882,0 -0.4093689,-0.183281 -0.4093689,-0.409369 0,-0.226088 0.1832807,-0.409369 0.4093689,-0.409369 0.2260882,0 0.4093689,0.183281 0.4093689,0.409369 z" + sodipodi:ry="0.4093689" + sodipodi:rx="0.4093689" + sodipodi:cy="12.691184" + sodipodi:cx="-7.1639557" + id="path3909" + style="color:#bebebe;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + sodipodi:type="arc" /> + </g> + </g> +</svg> diff --git a/.themes/FlatStudioDarkCustom/gtk-3.0/assets/scale-slider-insensitive-hor.svg b/.themes/FlatStudioDarkCustom/gtk-3.0/assets/scale-slider-insensitive-hor.svg new file mode 100644 index 00000000..d2969ec0 --- /dev/null +++ b/.themes/FlatStudioDarkCustom/gtk-3.0/assets/scale-slider-insensitive-hor.svg @@ -0,0 +1,240 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="16" + height="20" + id="svg5980" + version="1.1" + inkscape:version="0.48.2 r9819" + sodipodi:docname="scale-slider-insensitive.svg"> + <defs + id="defs5982"> + <linearGradient + id="linearGradient3818"> + <stop + id="stop3820" + offset="0" + style="stop-color:#000000;stop-opacity:1;" /> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="0.65891302" + id="stop3822" /> + <stop + id="stop3824" + offset="1" + style="stop-color:#000000;stop-opacity:0;" /> + </linearGradient> + <linearGradient + id="linearGradient3819"> + <stop + style="stop-color:#bababa;stop-opacity:1;" + offset="0" + id="stop3821" /> + <stop + style="stop-color:#d5d5d5;stop-opacity:1;" + offset="1" + id="stop3823" /> + </linearGradient> + <linearGradient + id="linearGradient3853"> + <stop + id="stop3855" + offset="0" + style="stop-color:#a0a0a0;stop-opacity:1;" /> + <stop + id="stop3857" + offset="1" + style="stop-color:#787878;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient4002"> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="0" + id="stop4004" /> + <stop + id="stop4010" + offset="0.77191412" + style="stop-color:#000000;stop-opacity:1;" /> + <stop + style="stop-color:#000000;stop-opacity:0;" + offset="1" + id="stop4006" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3853" + id="linearGradient4085" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0,-1,1,0,-166.30724,401.40146)" + x1="118.17561" + y1="479.89758" + x2="103.92426" + y2="479.89758" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient4002" + id="radialGradient3817" + cx="312.375" + cy="290.25" + fx="312.375" + fy="290.25" + r="7.3333335" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.93735455,0,0,0.93735455,19.568871,18.182841)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3819" + id="linearGradient3825" + x1="7.4865823" + y1="27.87298" + x2="7.4865823" + y2="15.973641" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(1.9999999,0)" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3818" + id="radialGradient3816" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.93735455,0,0,0.93735455,19.568871,18.182841)" + cx="312.375" + cy="290.25" + fx="312.375" + fy="290.25" + r="7.3333335" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3818" + id="radialGradient3014" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.93735455,0,0,0.93735455,19.568871,18.182841)" + cx="312.375" + cy="290.25" + fx="312.375" + fy="290.25" + r="7.3333335" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3853" + id="linearGradient3016" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0,-1,1,0,-166.30724,401.40146)" + x1="118.17561" + y1="479.89758" + x2="103.92426" + y2="479.89758" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3819" + id="linearGradient3018" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(1.9999999,0)" + x1="7.4865823" + y1="27.87298" + x2="7.4865823" + y2="15.973641" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="27.95" + inkscape:cx="10" + inkscape:cy="10" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:window-width="1920" + inkscape:window-height="1056" + inkscape:window-x="0" + inkscape:window-y="24" + inkscape:window-maximized="1" + showborder="true" /> + <metadata + id="metadata5985"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + inkscape:label="Layer 1" + inkscape:groupmode="layer" + transform="translate(0,-12)"> + <g + id="g3006" + transform="matrix(0.84210525,0,0,0.84210525,-0.42105271,3.0526297)"> + <path + transform="matrix(1.3818182,0,0,1.3818182,-421.64546,-378.57273)" + d="m 319.25,290.25 c 0,3.79696 -3.07804,6.875 -6.875,6.875 -3.79696,0 -6.875,-3.07804 -6.875,-6.875 0,-3.79696 3.07804,-6.875 6.875,-6.875 3.79696,0 6.875,3.07804 6.875,6.875 z" + sodipodi:ry="6.875" + sodipodi:rx="6.875" + sodipodi:cy="290.25" + sodipodi:cx="312.375" + id="path5387-8-1" + style="opacity:0.15;color:#000000;fill:url(#radialGradient3014);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.80882353;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + sodipodi:type="arc" /> + <path + transform="matrix(1.0909091,0,0,1.0909091,-330.77273,-294.63637)" + d="m 319.25,290.25 c 0,3.79696 -3.07804,6.875 -6.875,6.875 -3.79696,0 -6.875,-3.07804 -6.875,-6.875 0,-3.79696 3.07804,-6.875 6.875,-6.875 3.79696,0 6.875,3.07804 6.875,6.875 z" + sodipodi:ry="6.875" + sodipodi:rx="6.875" + sodipodi:cy="290.25" + sodipodi:cx="312.375" + id="path5387-8" + style="color:#000000;fill:#ebebeb;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3016);stroke-width:0.91666669;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + sodipodi:type="arc" /> + <path + sodipodi:nodetypes="cccscccsc" + id="path3907-8" + d="M 11.844001,15.093876 9.9687499,21.96875 5.8513889,16.289267 c -0.846712,1.21453 -2.788889,4.336676 -2.788889,5.929483 0,2.613581 3.023705,4.720993 4.999748,6.421781 l 1.906502,-6.609281 3.9455161,5.718561 c 0.987249,-1.270018 3.085733,-4.23539 3.085733,-5.968561 0,-2.588835 -3.160985,-5.33957 -5.155998,-6.687374 z" + style="fill:#dddddd;fill-opacity:1;stroke:none" + inkscape:connector-curvature="0" /> + <path + inkscape:connector-curvature="0" + id="path3907" + d="m 13.718749,16.03125 -3.7499991,5.9375 -5.40625,-4.15625 c -0.846712,1.21453 -1.5,2.813443 -1.5,4.40625 0,2.613581 1.148957,4.017962 3.125,5.71875 l 3.78125,-5.90625 5.4687491,4.3125 c 0.987249,-1.270018 1.5625,-2.829329 1.5625,-4.5625 0,-2.588835 -1.286237,-4.402196 -3.28125,-5.75 z" + style="opacity:0.6;fill:url(#linearGradient3018);fill-opacity:1;stroke:none" /> + <path + transform="matrix(0.94545454,0,0,0.94545454,-285.33636,-252.41818)" + d="m 319.25,290.25 c 0,3.79696 -3.07804,6.875 -6.875,6.875 -3.79696,0 -6.875,-3.07804 -6.875,-6.875 0,-3.79696 3.07804,-6.875 6.875,-6.875 3.79696,0 6.875,3.07804 6.875,6.875 z" + sodipodi:ry="6.875" + sodipodi:rx="6.875" + sodipodi:cy="290.25" + sodipodi:cx="312.375" + id="path5387-7" + style="opacity:0.6;color:#000000;fill:none;stroke:#ffffff;stroke-width:1.05769241;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + sodipodi:type="arc" /> + <path + transform="translate(17.163955,9.3088161)" + d="m -6.7545868,12.691184 c 0,0.226088 -0.1832807,0.409369 -0.4093689,0.409369 -0.2260882,0 -0.4093689,-0.183281 -0.4093689,-0.409369 0,-0.226088 0.1832807,-0.409369 0.4093689,-0.409369 0.2260882,0 0.4093689,0.183281 0.4093689,0.409369 z" + sodipodi:ry="0.4093689" + sodipodi:rx="0.4093689" + sodipodi:cy="12.691184" + sodipodi:cx="-7.1639557" + id="path3909" + style="color:#bebebe;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + sodipodi:type="arc" /> + </g> + </g> +</svg> diff --git a/.themes/FlatStudioDarkCustom/gtk-3.0/assets/scale-slider-insensitive-ver.svg b/.themes/FlatStudioDarkCustom/gtk-3.0/assets/scale-slider-insensitive-ver.svg new file mode 100644 index 00000000..4a873bca --- /dev/null +++ b/.themes/FlatStudioDarkCustom/gtk-3.0/assets/scale-slider-insensitive-ver.svg @@ -0,0 +1,209 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="20" + height="16" + id="svg5980" + version="1.1" + inkscape:version="0.48.2 r9819" + sodipodi:docname="scale-slider-insensitive-hor.svg"> + <defs + id="defs5982"> + <linearGradient + id="linearGradient3818"> + <stop + id="stop3820" + offset="0" + style="stop-color:#000000;stop-opacity:1;" /> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="0.65891302" + id="stop3822" /> + <stop + id="stop3824" + offset="1" + style="stop-color:#000000;stop-opacity:0;" /> + </linearGradient> + <linearGradient + id="linearGradient3819"> + <stop + style="stop-color:#bababa;stop-opacity:1;" + offset="0" + id="stop3821" /> + <stop + style="stop-color:#d5d5d5;stop-opacity:1;" + offset="1" + id="stop3823" /> + </linearGradient> + <linearGradient + id="linearGradient3853"> + <stop + id="stop3855" + offset="0" + style="stop-color:#a0a0a0;stop-opacity:1;" /> + <stop + id="stop3857" + offset="1" + style="stop-color:#787878;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient4002"> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="0" + id="stop4004" /> + <stop + id="stop4010" + offset="0.77191412" + style="stop-color:#000000;stop-opacity:1;" /> + <stop + style="stop-color:#000000;stop-opacity:0;" + offset="1" + id="stop4006" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient4002" + id="radialGradient3817" + cx="312.375" + cy="290.25" + fx="312.375" + fy="290.25" + r="7.3333335" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.93735455,0,0,0.93735455,19.568871,18.182841)" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3818" + id="radialGradient3014" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.93735455,0,0,0.93735455,19.568871,18.182841)" + cx="312.375" + cy="290.25" + fx="312.375" + fy="290.25" + r="7.3333335" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3853" + id="linearGradient3016" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0,-1,1,0,-166.30724,401.40146)" + x1="118.17561" + y1="479.89758" + x2="103.92426" + y2="479.89758" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3819" + id="linearGradient3018" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(1.9999999,0)" + x1="7.4865823" + y1="27.87298" + x2="7.4865823" + y2="15.973641" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="27.95" + inkscape:cx="10" + inkscape:cy="10" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:window-width="1920" + inkscape:window-height="1056" + inkscape:window-x="0" + inkscape:window-y="24" + inkscape:window-maximized="1" + showborder="true" /> + <metadata + id="metadata5985"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + inkscape:label="Layer 1" + inkscape:groupmode="layer" + transform="translate(0,-16)"> + <g + id="g3006" + transform="matrix(0.84210525,0,0,0.84210525,1.5789473,5.0526297)"> + <path + transform="matrix(1.3818182,0,0,1.3818182,-421.64546,-378.57273)" + d="m 319.25,290.25 c 0,3.79696 -3.07804,6.875 -6.875,6.875 -3.79696,0 -6.875,-3.07804 -6.875,-6.875 0,-3.79696 3.07804,-6.875 6.875,-6.875 3.79696,0 6.875,3.07804 6.875,6.875 z" + sodipodi:ry="6.875" + sodipodi:rx="6.875" + sodipodi:cy="290.25" + sodipodi:cx="312.375" + id="path5387-8-1" + style="opacity:0.15;color:#000000;fill:url(#radialGradient3014);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.80882353;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + sodipodi:type="arc" /> + <path + transform="matrix(1.0909091,0,0,1.0909091,-330.77273,-294.63637)" + d="m 319.25,290.25 c 0,3.79696 -3.07804,6.875 -6.875,6.875 -3.79696,0 -6.875,-3.07804 -6.875,-6.875 0,-3.79696 3.07804,-6.875 6.875,-6.875 3.79696,0 6.875,3.07804 6.875,6.875 z" + sodipodi:ry="6.875" + sodipodi:rx="6.875" + sodipodi:cy="290.25" + sodipodi:cx="312.375" + id="path5387-8" + style="color:#000000;fill:#ebebeb;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3016);stroke-width:0.91666669;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + sodipodi:type="arc" /> + <path + sodipodi:nodetypes="cccscccsc" + id="path3907-8" + d="M 11.844001,15.093876 9.9687499,21.96875 5.8513889,16.289267 c -0.846712,1.21453 -2.788889,4.336676 -2.788889,5.929483 0,2.613581 3.023705,4.720993 4.999748,6.421781 l 1.906502,-6.609281 3.9455161,5.718561 c 0.987249,-1.270018 3.085733,-4.23539 3.085733,-5.968561 0,-2.588835 -3.160985,-5.33957 -5.155998,-6.687374 z" + style="fill:#dddddd;fill-opacity:1;stroke:none" + inkscape:connector-curvature="0" /> + <path + inkscape:connector-curvature="0" + id="path3907" + d="m 13.718749,16.03125 -3.7499991,5.9375 -5.40625,-4.15625 c -0.846712,1.21453 -1.5,2.813443 -1.5,4.40625 0,2.613581 1.148957,4.017962 3.125,5.71875 l 3.78125,-5.90625 5.4687491,4.3125 c 0.987249,-1.270018 1.5625,-2.829329 1.5625,-4.5625 0,-2.588835 -1.286237,-4.402196 -3.28125,-5.75 z" + style="opacity:0.6;fill:url(#linearGradient3018);fill-opacity:1;stroke:none" /> + <path + transform="matrix(0.94545454,0,0,0.94545454,-285.33636,-252.41818)" + d="m 319.25,290.25 c 0,3.79696 -3.07804,6.875 -6.875,6.875 -3.79696,0 -6.875,-3.07804 -6.875,-6.875 0,-3.79696 3.07804,-6.875 6.875,-6.875 3.79696,0 6.875,3.07804 6.875,6.875 z" + sodipodi:ry="6.875" + sodipodi:rx="6.875" + sodipodi:cy="290.25" + sodipodi:cx="312.375" + id="path5387-7" + style="opacity:0.6;color:#000000;fill:none;stroke:#ffffff;stroke-width:1.05769241;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + sodipodi:type="arc" /> + <path + transform="translate(17.163955,9.3088161)" + d="m -6.7545868,12.691184 c 0,0.226088 -0.1832807,0.409369 -0.4093689,0.409369 -0.2260882,0 -0.4093689,-0.183281 -0.4093689,-0.409369 0,-0.226088 0.1832807,-0.409369 0.4093689,-0.409369 0.2260882,0 0.4093689,0.183281 0.4093689,0.409369 z" + sodipodi:ry="0.4093689" + sodipodi:rx="0.4093689" + sodipodi:cy="12.691184" + sodipodi:cx="-7.1639557" + id="path3909" + style="color:#bebebe;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + sodipodi:type="arc" /> + </g> + </g> +</svg> diff --git a/.themes/FlatStudioDarkCustom/gtk-3.0/assets/scale-slider-ver.svg b/.themes/FlatStudioDarkCustom/gtk-3.0/assets/scale-slider-ver.svg new file mode 100644 index 00000000..566f260e --- /dev/null +++ b/.themes/FlatStudioDarkCustom/gtk-3.0/assets/scale-slider-ver.svg @@ -0,0 +1,315 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="20" + height="16" + id="svg5980" + version="1.1" + inkscape:version="0.48.2 r9819" + sodipodi:docname="scale-slider-hor.svg"> + <defs + id="defs5982"> + <linearGradient + id="linearGradient3819"> + <stop + style="stop-color:#bababa;stop-opacity:1;" + offset="0" + id="stop3821" /> + <stop + style="stop-color:#d5d5d5;stop-opacity:1;" + offset="1" + id="stop3823" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4714-2" + id="linearGradient5304-8" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0,-1,1,0,-167.30724,401.40146)" + x1="108.59611" + y1="477.02258" + x2="113.8317" + y2="477.02258" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4714-2"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop4716-4" /> + <stop + style="stop-color:#ffffff;stop-opacity:1" + offset="1" + id="stop4718-5" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4722-3" + id="linearGradient5306-4" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0,-1,1,0,-166.30724,401.40146)" + x1="116.15861" + y1="479.89758" + x2="107.97111" + y2="479.89758" /> + <linearGradient + id="linearGradient4722-3"> + <stop + style="stop-color:#babdb6;stop-opacity:1;" + offset="0" + id="stop4724-2" /> + <stop + style="stop-color:#7b8073;stop-opacity:1" + offset="1" + id="stop4726-2" /> + </linearGradient> + <linearGradient + y2="477.02258" + x2="113.8317" + y1="477.02258" + x1="108.59611" + gradientTransform="matrix(0,-1,1,0,-167.30724,401.40146)" + gradientUnits="userSpaceOnUse" + id="linearGradient6007" + xlink:href="#linearGradient4714-2" + inkscape:collect="always" /> + <linearGradient + y2="479.89758" + x2="107.97111" + y1="479.89758" + x1="116.15861" + gradientTransform="matrix(0,-1,1,0,-166.30724,401.40146)" + gradientUnits="userSpaceOnUse" + id="linearGradient6009" + xlink:href="#linearGradient4722-3" + inkscape:collect="always" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3853" + id="linearGradient3911" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0,-1,1,0,-166.30724,401.40146)" + x1="118.17561" + y1="479.89758" + x2="103.92426" + y2="479.89758" /> + <linearGradient + id="linearGradient3853"> + <stop + id="stop3855" + offset="0" + style="stop-color:#888888;stop-opacity:1" /> + <stop + id="stop3857" + offset="1" + style="stop-color:#535353;stop-opacity:1" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient4002" + id="radialGradient4008" + cx="312.375" + cy="290.25" + fx="312.375" + fy="290.25" + r="6.875" + gradientUnits="userSpaceOnUse" /> + <linearGradient + id="linearGradient4002"> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="0" + id="stop4004" /> + <stop + id="stop4010" + offset="0.77191412" + style="stop-color:#000000;stop-opacity:1;" /> + <stop + style="stop-color:#000000;stop-opacity:0;" + offset="1" + id="stop4006" /> + </linearGradient> + <radialGradient + r="6.875" + fy="290.25" + fx="312.375" + cy="290.25" + cx="312.375" + gradientUnits="userSpaceOnUse" + id="radialGradient4037" + xlink:href="#linearGradient4002" + inkscape:collect="always" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3853" + id="linearGradient4076" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0,-1,1,0,-166.30724,401.40146)" + x1="118.17561" + y1="479.89758" + x2="103.92426" + y2="479.89758" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3853-8" + id="linearGradient4085-8" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0,-1,1,0,-166.30724,401.40146)" + x1="118.17561" + y1="479.89758" + x2="103.92426" + y2="479.89758" /> + <linearGradient + id="linearGradient3853-8"> + <stop + id="stop3855-4" + offset="0" + style="stop-color:#888888;stop-opacity:1" /> + <stop + id="stop3857-3" + offset="1" + style="stop-color:#535353;stop-opacity:1" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient4002" + id="radialGradient3029" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.93735455,0,0,0.93735455,19.568871,18.182841)" + cx="312.375" + cy="290.25" + fx="312.375" + fy="290.25" + r="7.3333335" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3853" + id="linearGradient3031" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0,-1,1,0,-166.30724,401.40146)" + x1="118.17561" + y1="479.89758" + x2="103.92426" + y2="479.89758" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3819" + id="linearGradient3033" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(1.9999999,0)" + x1="7.4865823" + y1="27.87298" + x2="7.4865823" + y2="15.973641" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="13.975" + inkscape:cx="8" + inkscape:cy="10" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:window-width="812" + inkscape:window-height="717" + inkscape:window-x="236" + inkscape:window-y="168" + inkscape:window-maximized="0" + showborder="true"> + <inkscape:grid + type="xygrid" + id="grid3019" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata5985"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + inkscape:label="Layer 1" + inkscape:groupmode="layer" + transform="translate(0,-16)"> + <g + id="g3021" + transform="matrix(0.84210525,0,0,0.84210525,1.5789473,5.0526297)"> + <path + transform="matrix(1.3818182,0,0,1.3818182,-421.64546,-378.57273)" + d="m 319.25,290.25 c 0,3.79696 -3.07804,6.875 -6.875,6.875 -3.79696,0 -6.875,-3.07804 -6.875,-6.875 0,-3.79696 3.07804,-6.875 6.875,-6.875 3.79696,0 6.875,3.07804 6.875,6.875 z" + sodipodi:ry="6.875" + sodipodi:rx="6.875" + sodipodi:cy="290.25" + sodipodi:cx="312.375" + id="path5387-8-1" + style="opacity:0.3;color:#000000;fill:url(#radialGradient3029);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.80882353;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + sodipodi:type="arc" /> + <path + transform="matrix(1.0909091,0,0,1.0909091,-330.77273,-294.63637)" + d="m 319.25,290.25 c 0,3.79696 -3.07804,6.875 -6.875,6.875 -3.79696,0 -6.875,-3.07804 -6.875,-6.875 0,-3.79696 3.07804,-6.875 6.875,-6.875 3.79696,0 6.875,3.07804 6.875,6.875 z" + sodipodi:ry="6.875" + sodipodi:rx="6.875" + sodipodi:cy="290.25" + sodipodi:cx="312.375" + id="path5387-8" + style="color:#000000;fill:#f9f9f9;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3031);stroke-width:0.91666669;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + sodipodi:type="arc" /> + <path + sodipodi:nodetypes="cccscccsc" + id="path3907-8" + d="M 11.844001,15.093876 9.9687499,21.96875 5.8513889,16.289267 c -0.846712,1.21453 -2.788889,4.336676 -2.788889,5.929483 0,2.613581 3.023705,4.720993 4.999748,6.421781 l 1.906502,-6.609281 3.9455161,5.718561 c 0.987249,-1.270018 3.085733,-4.23539 3.085733,-5.968561 0,-2.588835 -3.160985,-5.33957 -5.155998,-6.687374 z" + style="fill:#e6e6e6;fill-opacity:1;stroke:none" + inkscape:connector-curvature="0" /> + <path + inkscape:connector-curvature="0" + id="path3907" + d="m 13.718749,16.03125 -3.7499991,5.9375 -5.40625,-4.15625 c -0.846712,1.21453 -1.5,2.813443 -1.5,4.40625 0,2.613581 1.148957,4.017962 3.125,5.71875 l 3.78125,-5.90625 5.4687491,4.3125 c 0.987249,-1.270018 1.5625,-2.829329 1.5625,-4.5625 0,-2.588835 -1.286237,-4.402196 -3.28125,-5.75 z" + style="fill:url(#linearGradient3033);fill-opacity:1;stroke:none" /> + <path + transform="matrix(0.94545454,0,0,0.94545454,-285.33636,-252.41818)" + d="m 319.25,290.25 c 0,3.79696 -3.07804,6.875 -6.875,6.875 -3.79696,0 -6.875,-3.07804 -6.875,-6.875 0,-3.79696 3.07804,-6.875 6.875,-6.875 3.79696,0 6.875,3.07804 6.875,6.875 z" + sodipodi:ry="6.875" + sodipodi:rx="6.875" + sodipodi:cy="290.25" + sodipodi:cx="312.375" + id="path5387-7" + style="opacity:0.8;color:#000000;fill:none;stroke:#ffffff;stroke-width:1.05769241;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + sodipodi:type="arc" /> + <path + transform="translate(17.163955,9.3088161)" + d="m -6.7545868,12.691184 c 0,0.226088 -0.1832807,0.409369 -0.4093689,0.409369 -0.2260882,0 -0.4093689,-0.183281 -0.4093689,-0.409369 0,-0.226088 0.1832807,-0.409369 0.4093689,-0.409369 0.2260882,0 0.4093689,0.183281 0.4093689,0.409369 z" + sodipodi:ry="0.4093689" + sodipodi:rx="0.4093689" + sodipodi:cy="12.691184" + sodipodi:cx="-7.1639557" + id="path3909" + style="color:#bebebe;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + sodipodi:type="arc" /> + </g> + </g> +</svg> diff --git a/.themes/FlatStudioDarkCustom/gtk-3.0/assets/scale-slider.svg b/.themes/FlatStudioDarkCustom/gtk-3.0/assets/scale-slider.svg new file mode 100644 index 00000000..dbb871cd --- /dev/null +++ b/.themes/FlatStudioDarkCustom/gtk-3.0/assets/scale-slider.svg @@ -0,0 +1,303 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="20" + height="20" + id="svg5980" + version="1.1" + inkscape:version="0.48.2 r9819" + sodipodi:docname="scale-slider.svg"> + <defs + id="defs5982"> + <linearGradient + id="linearGradient3819"> + <stop + style="stop-color:#bababa;stop-opacity:1;" + offset="0" + id="stop3821" /> + <stop + style="stop-color:#d5d5d5;stop-opacity:1;" + offset="1" + id="stop3823" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4714-2" + id="linearGradient5304-8" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0,-1,1,0,-167.30724,401.40146)" + x1="108.59611" + y1="477.02258" + x2="113.8317" + y2="477.02258" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4714-2"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop4716-4" /> + <stop + style="stop-color:#ffffff;stop-opacity:1" + offset="1" + id="stop4718-5" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4722-3" + id="linearGradient5306-4" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0,-1,1,0,-166.30724,401.40146)" + x1="116.15861" + y1="479.89758" + x2="107.97111" + y2="479.89758" /> + <linearGradient + id="linearGradient4722-3"> + <stop + style="stop-color:#babdb6;stop-opacity:1;" + offset="0" + id="stop4724-2" /> + <stop + style="stop-color:#7b8073;stop-opacity:1" + offset="1" + id="stop4726-2" /> + </linearGradient> + <linearGradient + y2="477.02258" + x2="113.8317" + y1="477.02258" + x1="108.59611" + gradientTransform="matrix(0,-1,1,0,-167.30724,401.40146)" + gradientUnits="userSpaceOnUse" + id="linearGradient6007" + xlink:href="#linearGradient4714-2" + inkscape:collect="always" /> + <linearGradient + y2="479.89758" + x2="107.97111" + y1="479.89758" + x1="116.15861" + gradientTransform="matrix(0,-1,1,0,-166.30724,401.40146)" + gradientUnits="userSpaceOnUse" + id="linearGradient6009" + xlink:href="#linearGradient4722-3" + inkscape:collect="always" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3853" + id="linearGradient3911" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0,-1,1,0,-166.30724,401.40146)" + x1="118.17561" + y1="479.89758" + x2="103.92426" + y2="479.89758" /> + <linearGradient + id="linearGradient3853"> + <stop + id="stop3855" + offset="0" + style="stop-color:#888888;stop-opacity:1" /> + <stop + id="stop3857" + offset="1" + style="stop-color:#535353;stop-opacity:1" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient4002" + id="radialGradient4008" + cx="312.375" + cy="290.25" + fx="312.375" + fy="290.25" + r="6.875" + gradientUnits="userSpaceOnUse" /> + <linearGradient + id="linearGradient4002"> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="0" + id="stop4004" /> + <stop + id="stop4010" + offset="0.77191412" + style="stop-color:#000000;stop-opacity:1;" /> + <stop + style="stop-color:#000000;stop-opacity:0;" + offset="1" + id="stop4006" /> + </linearGradient> + <radialGradient + r="6.875" + fy="290.25" + fx="312.375" + cy="290.25" + cx="312.375" + gradientUnits="userSpaceOnUse" + id="radialGradient4037" + xlink:href="#linearGradient4002" + inkscape:collect="always" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3853" + id="linearGradient4076" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0,-1,1,0,-166.30724,401.40146)" + x1="118.17561" + y1="479.89758" + x2="103.92426" + y2="479.89758" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3853" + id="linearGradient4085" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0,-1,1,0,-166.30724,401.40146)" + x1="118.17561" + y1="479.89758" + x2="103.92426" + y2="479.89758" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3853-8" + id="linearGradient4085-8" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0,-1,1,0,-166.30724,401.40146)" + x1="118.17561" + y1="479.89758" + x2="103.92426" + y2="479.89758" /> + <linearGradient + id="linearGradient3853-8"> + <stop + id="stop3855-4" + offset="0" + style="stop-color:#888888;stop-opacity:1" /> + <stop + id="stop3857-3" + offset="1" + style="stop-color:#535353;stop-opacity:1" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient4002" + id="radialGradient3817" + cx="312.375" + cy="290.25" + fx="312.375" + fy="290.25" + r="7.3333335" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.93735455,0,0,0.93735455,19.568871,18.182841)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3819" + id="linearGradient3825" + x1="7.4865823" + y1="27.87298" + x2="7.4865823" + y2="15.973641" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(1.9999999,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="13.975" + inkscape:cx="8" + inkscape:cy="10" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:window-width="1280" + inkscape:window-height="753" + inkscape:window-x="0" + inkscape:window-y="24" + inkscape:window-maximized="1" + showborder="true" /> + <metadata + id="metadata5985"> + <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(0,-12)"> + <path + sodipodi:type="arc" + style="opacity:0.3;color:#000000;fill:url(#radialGradient3817);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.80882353;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="path5387-8-1" + sodipodi:cx="312.375" + sodipodi:cy="290.25" + sodipodi:rx="6.875" + sodipodi:ry="6.875" + d="m 319.25,290.25 a 6.875,6.875 0 1 1 -13.75,0 6.875,6.875 0 1 1 13.75,0 z" + transform="matrix(1.3818182,0,0,1.3818182,-421.64546,-378.57273)" /> + <path + sodipodi:type="arc" + style="color:#000000;fill:#f9f9f9;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient4085);stroke-width:0.91666669;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="path5387-8" + sodipodi:cx="312.375" + sodipodi:cy="290.25" + sodipodi:rx="6.875" + sodipodi:ry="6.875" + d="m 319.25,290.25 a 6.875,6.875 0 1 1 -13.75,0 6.875,6.875 0 1 1 13.75,0 z" + transform="matrix(1.0909091,0,0,1.0909091,-330.77273,-294.63637)" /> + <path + inkscape:connector-curvature="0" + style="fill:#e6e6e6;fill-opacity:1;stroke:none" + d="M 11.844001,15.093876 9.9687499,21.96875 5.8513889,16.289267 c -0.846712,1.21453 -2.788889,4.336676 -2.788889,5.929483 0,2.613581 3.023705,4.720993 4.999748,6.421781 l 1.906502,-6.609281 3.9455161,5.718561 c 0.987249,-1.270018 3.085733,-4.23539 3.085733,-5.968561 0,-2.588835 -3.160985,-5.33957 -5.155998,-6.687374 z" + id="path3907-8" + sodipodi:nodetypes="cccscccsc" /> + <path + style="fill:url(#linearGradient3825);fill-opacity:1;stroke:none" + d="m 13.718749,16.03125 -3.7499991,5.9375 -5.40625,-4.15625 c -0.846712,1.21453 -1.5,2.813443 -1.5,4.40625 0,2.613581 1.148957,4.017962 3.125,5.71875 l 3.78125,-5.90625 5.4687491,4.3125 c 0.987249,-1.270018 1.5625,-2.829329 1.5625,-4.5625 0,-2.588835 -1.286237,-4.402196 -3.28125,-5.75 z" + id="path3907" + inkscape:connector-curvature="0" /> + <path + sodipodi:type="arc" + style="opacity:0.8;color:#000000;fill:none;stroke:#ffffff;stroke-width:1.05769241;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="path5387-7" + sodipodi:cx="312.375" + sodipodi:cy="290.25" + sodipodi:rx="6.875" + sodipodi:ry="6.875" + d="m 319.25,290.25 a 6.875,6.875 0 1 1 -13.75,0 6.875,6.875 0 1 1 13.75,0 z" + transform="matrix(0.94545454,0,0,0.94545454,-285.33636,-252.41818)" /> + <path + sodipodi:type="arc" + style="color:#bebebe;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="path3909" + sodipodi:cx="-7.1639557" + sodipodi:cy="12.691184" + sodipodi:rx="0.4093689" + sodipodi:ry="0.4093689" + d="m -6.7545868,12.691184 a 0.4093689,0.4093689 0 1 1 -0.8187378,0 0.4093689,0.4093689 0 1 1 0.8187378,0 z" + transform="translate(17.163955,9.3088161)" /> + </g> +</svg> diff --git a/.themes/FlatStudioDarkCustom/gtk-3.0/gnome-applications-gray-light.css b/.themes/FlatStudioDarkCustom/gtk-3.0/gnome-applications-gray-light.css new file mode 100644 index 00000000..5e25a088 --- /dev/null +++ b/.themes/FlatStudioDarkCustom/gtk-3.0/gnome-applications-gray-light.css @@ -0,0 +1,256 @@ +/**************** + * Applications * + ****************/ +ApDocView, /* Abiword */ +EogScrollView, /* Eog */ +CheeseThumbView /* Cheese */ +{ + background-color: @chrome_bg_color; + -EogScrollView-shadow-type: none; +} + +/* nautilus */ +.nautilus-canvas-item { + border-radius: 0px; +} + +.nautilus-desktop.nautilus-canvas-item { + color: @theme_bg_color; + text-shadow: 1px 1px black; +} + +.nautilus-desktop.nautilus-canvas-item:active { + color: @theme_text_color; +} + +.nautilus-desktop.nautilus-canvas-item:selected { + color: @theme_selected_fg_color; +} + +.nautilus-desktop.nautilus-canvas-item:active, +.nautilus-desktop.nautilus-canvas-item:prelight, +.nautilus-desktop.nautilus-canvas-item:selected { + text-shadow: none; +} + +NautilusWindow .primary-toolbar.toolbar { + background-image: -gtk-gradient (linear, + left top, left bottom, + from (shade(@theme_bg_color, 1.04)), + to (shade(@theme_bg_color, 1.04))); + + border-width: 0px 0px 1px 0px; + border-radius: 0px; + border-style: solid; + -unico-border-gradient: none; + border-color: @transparent @transparent shade(@theme_base_color, 1.00) @transparent; + + padding: 1px 3px 2px; + -GtkWidget-window-dragging: true; + -GtkToolbar-button-relief: normal; +} + +NautilusWindow .primary-toolbar .toolbar .button, +NautilusWindow .primary-toolbar.toolbar .button { + padding: 0px 2px; +} + +#nautilus-search-button *, +NautilusWindow .primary-toolbar .toolbar .button, +NautilusWindow .primary-toolbar.toolbar .button { + + background-image: none; + + -unico-border-gradient: none; + border-image: none; + border-style: solid; + border-width: 1px; + border-radius: 0px; + border-color: @transparent; + + box-shadow: none; + + -unico-inner-stroke-gradient: none; + -unico-inner-stroke-width: 0px; + -unico-inner-stroke-color: @transparent; + + -unico-outer-stroke-gradient: none; + -unico-outer-stroke-width: 6px 0px 6px 0px; + -unico-outer-stroke-color: @transparent; +} + +#nautilus-search-button *, +NautilusWindow .primary-toolbar .toolbar .button GtkLabel, +NautilusWindow .primary-toolbar.toolbar .button GtkLabel { + color: shade(@theme_fg_color, 1.00); + text-shadow: 0px 1px @theme_shadow_color; +} + +#nautilus-search-button *:prelight +NautilusWindow .primary-toolbar .toolbar .button *:hover, +NautilusWindow .primary-toolbar.toolbar .button *:hover { + color: shade(@theme_text_color, 1.00); + text-shadow: 0px 1px @theme_shadow_color; +} + +#nautilus-search-button *:active, +#nautilus-search-button *:active:prelight, +NautilusWindow .primary-toolbar .toolbar .button *:active, +NautilusWindow .primary-toolbar.toolbar .button *:active, +NautilusWindow .primary-toolbar .toolbar .button *:active:hover, +NautilusWindow .primary-toolbar.toolbar .button *:active:hover { + color: shade(@theme_fg_color, 1.25); + text-shadow: 0px 1px @theme_shadow_color; +} + +#nautilus-search-button .button:active, +#nautilus-search-button .button:active:prelight, +NautilusWindow .primary-toolbar .toolbar .button:active, +NautilusWindow .primary-toolbar.toolbar .button:active, +NautilusWindow .primary-toolbar .toolbar .button:active:hover, +NautilusWindow .primary-toolbar.toolbar .button:active:hover { + + border-radius: 0px; + + -unico-outer-stroke-gradient: none; + -unico-outer-stroke-width: 6px 0px 6px 0px; + -unico-outer-stroke-color: @transparent; + -unico-inner-stroke-width: 0px; + -unico-inner-stroke-gradient: none; + + background-image: none; + -unico-border-gradient: none; + border-color: shade (@theme_bg_color, 0.85); + background-color: shade (@theme_bg_color, 0.85); +} + +#nautilus-search-button .button:prelight, +NautilusWindow .primary-toolbar .toolbar .button:hover, +NautilusWindow .primary-toolbar.toolbar .button:hover { + + -unico-inner-stroke-width: 0px; + -unico-inner-stroke-gradient: none; + + background-image: none; + -unico-border-gradient: none; + border-color: shade (@theme_bg_color, 0.90); + background-color: shade (@theme_bg_color, 0.90); +} + +NautilusFloatingBar { + background-image: -gtk-gradient (linear, + left top, left bottom, + from (shade (@notebook_tab_gradient_a, 0.97)), + to (shade (@notebook_tab_gradient_b, 0.90))); + + border-color: shade (@notebook_tab_gradient_b, 0.80); + + border-radius: 0px; + border-width: 1px; + border-style: solid; +} + +NautilusFloatingBar .button { + background-color: alpha (@theme_base_color, 0.0); + background-image: none; + + border-style: none; + border-image: none; + + -GtkButton-image-spacing: 0; + -GtkButton-inner-border: 0; +} + +NautilusWindow .sidebar, +NautilusWindow .sidebar.view, +NautilusWindow .sidebar .view, +NautilusWindow .sidebar.view:prelight, +NautilusWindow .sidebar .view:prelight { + background-color: shade (@theme_bg_dark_color, 1.00); + color: @theme_fg_dark_color; + text-shadow: 0px 1px @theme_shadow_dark_color; +} + + +NautilusWindow .sidebar .scrollbar { + -GtkRange-trough-border: 1; + -GtkRange-slider-width: 6; +} + +NautilusWindow .sidebar .scrollbar.trough, +NautilusWindow .sidebar .scrollbar.trough.vertical { + background-image: none; + background-color: shade (@theme_bg_dark_color, 1.00); + -unico-inner-stroke-width: 0px; +} + +/* overlay scrollbar */ +NautilusWindow .sidebar OsThumb:selected, +NautilusWindow .sidebar OsScrollbar:selected { + background-color: shade (@theme_bg_dark_color, 0.60); +} + +NautilusWindow .sidebar OsThumb:active, +NautilusWindow .sidebar OsScrollbar:active { + background-color: shade (@theme_bg_dark_color, 0.46); +} + +NautilusWindow .sidebar OsThumb:insensitive, +NautilusWindow .sidebar OsScrollbar:insensitive { + background-color: shade (@theme_bg_dark_color, 0.68); +} + + +NautilusWindow .sidebar .frame { + border-width: 0px; + border-style: none; +} + +NautilusWindow > GtkTable > .pane-separator, +NautilusWindow .pane-separator { + /* ubuntu-12 */ + background-color: shade (@theme_bg_dark_color, 1.00); + border-color: shade (@theme_bg_dark_color, 1.00); + border-style: solid; + border-width: 0px; + background-image: -gtk-gradient(linear, + left top, right top, + from (shade (@theme_bg_dark_color, 1.00)), + to (shade (@theme_bg_dark_color, 1.00))); + + -unico-border-gradient: none; + -unico-inner-stroke-width: 0px; +} + + +NautilusWindow > GtkTable > .pane-separator:hover { + background-color: shade (@theme_bg_dark_color, 1.00); +} + +/* Nautilus 3.6 Toolbar-buttons */ +NautilusToolbar .button, +NautilusToolbar .button:active, +NautilusToolbar .button:hover, +NautilusToolbar .button:hover:active { + border-style: solid; + border-radius: 0px; + border-color: @theme_bg_dark_color; + border-image: none; + box-shadow: none; +} + +NautilusToolbar .button { + icon-shadow: 0 1px @theme_shadow_color; +} + +NautilusToolbar .button *:active { + icon-shadow: 0 1px @theme_selected_shadow_color; +} + + + +NautilusToolbar .button *:insensitive, +NautilusToolbar .button *:active:insensitive { + text-shadow: none; +} + diff --git a/.themes/FlatStudioDarkCustom/gtk-3.0/gnome-applications-gray.css b/.themes/FlatStudioDarkCustom/gtk-3.0/gnome-applications-gray.css new file mode 100644 index 00000000..da0a5699 --- /dev/null +++ b/.themes/FlatStudioDarkCustom/gtk-3.0/gnome-applications-gray.css @@ -0,0 +1,237 @@ +/**************** + * Applications * + ****************/ +ApDocView, /* Abiword */ +EogScrollView, /* Eog */ +CheeseThumbView /* Cheese */ +{ + background-color: @chrome_bg_color; + -EogScrollView-shadow-type: none; +} + +/* nautilus */ +.nautilus-canvas-item { + border-radius: 0px; +} + +.nautilus-desktop.nautilus-canvas-item { + color: @theme_bg_color; + text-shadow: 1px 1px black; +} + +.nautilus-desktop.nautilus-canvas-item:active { + color: @theme_text_color; +} + +.nautilus-desktop.nautilus-canvas-item:selected { + color: @theme_selected_fg_color; +} + +.nautilus-desktop.nautilus-canvas-item:active, +.nautilus-desktop.nautilus-canvas-item:prelight, +.nautilus-desktop.nautilus-canvas-item:selected { + text-shadow: none; +} + +NautilusWindow .primary-toolbar.toolbar { + background-image: -gtk-gradient (linear, + left top, left bottom, + from(shade (@theme_bg_dark_color, 1.00)), + to(shade(@theme_bg_dark_color, 1.00))); + + border-width: 0px 0px 0px 0px; + border-radius: 0px; + border-style: solid; + border-color: @transparent @transparent shade(@theme_bg_dark_color, 0.85) @transparent; + + padding: 1px 3px 2px; + -GtkWidget-window-dragging: true; + -GtkToolbar-button-relief: normal; +} + + + +NautilusWindow .primary-toolbar .toolbar .button, +NautilusWindow .primary-toolbar.toolbar .button, +NautilusWindow .primary-toolbar .toolbar .button:active, +NautilusWindow .primary-toolbar.toolbar .button:active, +NautilusWindow .primary-toolbar .toolbar .button:hover, +NautilusWindow .primary-toolbar.toolbar .button:hover, +NautilusWindow .primary-toolbar .toolbar .button:hover:active, +NautilusWindow .primary-toolbar.toolbar .button:hover:active { + padding: 0px 2px; + +} + +#nautilus-search-button * { + + border-width: 1px; + border-style: solid; + border-radius: 0px; + border-color: @transparent; + border-image: none; + box-shadow: none; + + -unico-outer-stroke-width: 6px 4px 6px 4px; + -unico-outer-stroke-gradient: none; + -unico-outer-stroke-color: @transparent; + + background-image: none; + + padding: 0px 4px; + color: @theme_fg_dark_color; + text-shadow: 0px 1px @theme_shadow_dark_color; +} + + +#nautilus-search-button .button:prelight, +NautilusWindow .primary-toolbar .toolbar .button:hover, +NautilusWindow .primary-toolbar.toolbar .button:hover { + border-style: solid; + border-width: 1px; + + border-image: none; + border-color: shade (@theme_bg_dark_color, 0.90); + + background-image: -gtk-gradient (linear, + left top, left bottom, + from (shade (@theme_bg_dark_color, 0.90)), + to (shade (@theme_bg_dark_color, 0.90))); +} + +#nautilus-search-button *:prelight { + color: @theme_text_dark_color; + text-shadow: 0px 1px @theme_shadow_dark_color; + +} + +#nautilus-search-button .button:active, +#nautilus-search-button .button:active:prelight { + border-style: solid; + border-width: 1px; + border-radius: 0px; + + -unico-border-gradient: none; + border-color: shade (@theme_bg_dark_color, 0.70); + + background-image: -gtk-gradient (linear, + left top, left bottom, + from (shade (@theme_bg_dark_color, 0.70)), + to (shade (@theme_bg_dark_color, 0.70))); +} + +#nautilus-search-button *:active, +#nautilus-search-button *:active:prelight { + color: @theme_selected_fg_color; + text-shadow: 0px 1px @theme_shadow_selected_color; +} + +NautilusFloatingBar { + background-image: -gtk-gradient (linear, + left top, left bottom, + from (shade (@notebook_tab_gradient_a, 0.97)), + to (shade (@notebook_tab_gradient_b, 0.90))); + + border-color: shade (@notebook_tab_gradient_b, 0.80); + + border-radius: 0px; + border-width: 1px; + border-style: solid; +} + +NautilusFloatingBar .button { + background-color: alpha (@theme_base_color, 0.0); + background-image: none; + + border-style: none; + border-image: none; + + -GtkButton-image-spacing: 0; + -GtkButton-inner-border: 0; +} + +NautilusWindow .sidebar, +NautilusWindow .sidebar.view, +NautilusWindow .sidebar .view, +NautilusWindow .sidebar.view:prelight, +NautilusWindow .sidebar .view:prelight { + background-color: shade(@theme_bg_dark_color, 1.00); + color: shade(@theme_fg_dark_color, 0.95); + text-shadow: 0px 1px @theme_shadow_dark_color; +} + + +NautilusWindow .sidebar .scrollbar { + -GtkRange-trough-border: 1; + -GtkRange-slider-width: 6; +} + +NautilusWindow .sidebar .scrollbar.trough, +NautilusWindow .sidebar .scrollbar.trough.vertical { + background-image: none; + background-color: shade (@theme_bg_dark_color, 1.00); +} + +/* overlay scrollbar */ +NautilusWindow .sidebar OsThumb:selected, +NautilusWindow .sidebar OsScrollbar:selected { + background-color: shade (@theme_bg_dark_color, 0.60); +} + +NautilusWindow .sidebar OsThumb:active, +NautilusWindow .sidebar OsScrollbar:active { + background-color: shade (@theme_bg_dark_color, 0.46); +} + +NautilusWindow .sidebar OsThumb:insensitive, +NautilusWindow .sidebar OsScrollbar:insensitive { + background-color: shade (@theme_bg_dark_color, 0.68); +} + +NautilusWindow .sidebar .frame { + border-width: 0px; + border-style: none; +} + +NautilusWindow > GtkTable > .pane-separator, +NautilusWindow .pane-separator { + /* ubuntu-12 */ + background-color: shade (@theme_bg_dark_color, 1.00); + border-color: shade (@theme_bg_dark_color, 1.00); + border-style: none; + border-width: 0px; + background-image: none; + + border-image: none; + +} + +NautilusWindow > GtkTable > .pane-separator:hover { + background-color: shade (@theme_bg_dark_color, 1.00); +} + +/* Nautilus 3.6 Toolbar-buttons */ +NautilusToolbar .button, +NautilusToolbar .button:active, +NautilusToolbar .button:hover, +NautilusToolbar .button:hover:active { + border-style: solid; + border-radius: 0px; + border-color: @theme_bg_dark_color; + border-image: none; + box-shadow: none; +} + +NautilusToolbar .button { + icon-shadow: 0 1px @theme_shadow_color; +} + +NautilusToolbar .button *:active { + icon-shadow: 0 1px @theme_selected_shadow_color; +} + +NautilusToolbar .button *:insensitive, +NautilusToolbar .button *:active:insensitive { + text-shadow: none; +} + diff --git a/.themes/FlatStudioDarkCustom/gtk-3.0/gnome-applications-light.css b/.themes/FlatStudioDarkCustom/gtk-3.0/gnome-applications-light.css new file mode 100644 index 00000000..f75ed9fe --- /dev/null +++ b/.themes/FlatStudioDarkCustom/gtk-3.0/gnome-applications-light.css @@ -0,0 +1,217 @@ +/**************** + * Applications * + ****************/ +@define-color theme_path_bg_color #aaaaaa; + +ApDocView, /* Abiword */ +EogScrollView, /* Eog */ +CheeseThumbView /* Cheese */ +{ + background-color: @chrome_bg_color; + -EogScrollView-shadow-type: none; +} + +/* nautilus */ +.nemo-canvas-item, +.nautilus-canvas-item { + border-radius: 0px; +} + +/* desktop mode */ +.nautilus-desktop.nautilus-canvas-item { + color: @theme_bg_color; + text-shadow: 0px 1px black; +} + +.nautilus-desktop.nautilus-canvas-item:active { + background-image: none; + color: @theme_text_color; +} + +.nautilus-desktop.nautilus-canvas-item:selected { + color: @theme_selected_fg_color; +} + +.nautilus-desktop.nautilus-canvas-item:active, +.nautilus-desktop.nautilus-canvas-item:prelight, +.nautilus-desktop.nautilus-canvas-item:selected { + text-shadow: none; +} + +NautilusWindow .primary-toolbar.toolbar { + background-image: -gtk-gradient (linear, + left top, left bottom, + from (shade(@theme_bg_color, 1.04)), + to (shade(@theme_bg_color, 1.04))); + + border-width: 0px 0px 1px 0px; + border-radius: 0px; + border-style: solid; + -unico-border-gradient: none; + border-color: transparent transparent shade(@theme_base_color, 1.00) transparent; + + padding: 1px 3px 2px; + -GtkWidget-window-dragging: true; + -GtkToolbar-button-relief: normal; +} + +#nautilus-search-button * { + padding: 0px 4px; +} + +NautilusWindow .primary-toolbar .toolbar .button, +NautilusWindow .primary-toolbar.toolbar .button { + padding: 0px 2px; +} + +#nautilus-search-button, +NautilusWindow .primary-toolbar .toolbar .button, +NautilusWindow .primary-toolbar.toolbar .button { + + background-image: none; + + border-image: none; + border-style: solid; + border-width: 6px 1px 5px 1px; + border-radius: 0px; + border-color: shade(@theme_bg_color, 1.04); + + box-shadow: none; + +/* -unico-inner-stroke-gradient: none; + -unico-inner-stroke-width: 0px; + -unico-inner-stroke-color: transparent; + + -unico-outer-stroke-gradient: none; + -unico-outer-stroke-width: 6px 0px 5px 0px; + -unico-outer-stroke-color: #f00; */ + +} + +#nautilus-search-button *, +NautilusWindow .primary-toolbar .toolbar .button GtkLabel, +NautilusWindow .primary-toolbar.toolbar .button GtkLabel { + color: shade(@theme_fg_color, 1.00); + text-shadow: 0px 1px @theme_shadow_color; +} + +#nautilus-search-button *:prelight +NautilusWindow .primary-toolbar .toolbar .button *:hover, +NautilusWindow .primary-toolbar.toolbar .button *:hover { + color: shade(@theme_text_color, 1.00); + text-shadow: 0px 1px @theme_shadow_color; +} + +#nautilus-search-button *:active, +#nautilus-search-button *:active:prelight, +NautilusWindow .primary-toolbar .toolbar .button *:active, +NautilusWindow .primary-toolbar.toolbar .button *:active, +NautilusWindow .primary-toolbar .toolbar .button *:active:hover, +NautilusWindow .primary-toolbar.toolbar .button *:active:hover { + color: shade(@theme_fg_color, 1.25); + text-shadow: 0px 1px @theme_shadow_color; +} + +#nautilus-search-button .button:active, +#nautilus-search-button .button:active:prelight, +NautilusWindow .primary-toolbar .toolbar .button:active, +NautilusWindow .primary-toolbar.toolbar .button:active, +NautilusWindow .primary-toolbar .toolbar .button:active:hover, +NautilusWindow .primary-toolbar.toolbar .button:active:hover { + + border-image: none; + border-style: solid; + border-width: 6px 1px 5px 1px; + border-radius: 0px; + border-color: shade(@theme_bg_color, 1.04); + background-image: none; + background-color: shade (@theme_bg_color, 0.85); +} + +#nautilus-search-button .button:prelight, +NautilusWindow .primary-toolbar .toolbar .button:hover, +NautilusWindow .primary-toolbar.toolbar .button:hover { + + border-color: shade(@theme_bg_color, 1.04); + background-image: none; + background-color: shade (@theme_bg_color, 0.93); + +} + +NautilusFloatingBar { + background-image: -gtk-gradient (linear, + left top, left bottom, + from (shade (@notebook_tab_gradient_a, 0.97)), + to (shade (@notebook_tab_gradient_b, 0.90))); + + border-color: shade (@notebook_tab_gradient_b, 0.80); + + border-radius: 0px; + border-width: 1px; + border-style: solid; +} + +NautilusFloatingBar .button { + background-color: alpha (@theme_base_color, 0.0); + background-image: none; + + border-style: none; + border-image: none; + + -GtkButton-image-spacing: 0; + -GtkButton-inner-border: 0; +} + +NautilusWindow .sidebar .scrollbar { + -GtkRange-trough-border: 1; + -GtkRange-slider-width: 6; +} + +NautilusWindow .sidebar .scrollbar.trough, +NautilusWindow .sidebar .scrollbar.trough.vertical { + background-image: none; + background-color: @sidebar_background; + -unico-inner-stroke-width: 0px; +} + +NautilusWindow .sidebar .frame { + border-width: 0px; + border-style: none; +} + +NautilusWindow > GtkTable > .pane-separator, +NautilusWindow .pane-separator { + border-color: @sidebar_background; + border-style: solid; + border-width: 0px; + background-color: @sidebar_background; + background-image: none; + +} + +/* Nautilus 3.6 Toolbar-buttons */ +NautilusToolbar .button, +NautilusToolbar .button:active, +NautilusToolbar .button:hover, +NautilusToolbar .button:hover:active { + border-style: solid; + border-radius: 0px; + border-color: @theme_bg_dark_color; + border-image: none; + box-shadow: none; +} + +NautilusToolbar .button { + icon-shadow: 0 1px @theme_shadow_color; +} + +NautilusToolbar .button *:active { + icon-shadow: 0 1px @theme_selected_shadow_color; +} + + + +NautilusToolbar .button *:insensitive, +NautilusToolbar .button *:active:insensitive { + text-shadow: none; +} diff --git a/.themes/FlatStudioDarkCustom/gtk-3.0/gnome-panel.css b/.themes/FlatStudioDarkCustom/gtk-3.0/gnome-panel.css new file mode 100644 index 00000000..8e0020f2 --- /dev/null +++ b/.themes/FlatStudioDarkCustom/gtk-3.0/gnome-panel.css @@ -0,0 +1,111 @@ +/********************** + * Fallback Mode Panel + **********************/ + +.gnome-panel-menu-bar, +PanelApplet > GtkMenuBar.menubar, +PanelToplevel, +PanelWidget, +PanelAppletFrame, +PanelApplet { + background-image: none; + background-color: @os_chrome_bg_color; + color: @os_chrome_fg_color; + border-width: 0px; + border-image: none; + border-style: none; + text-shadow: none; +} + + +ClockBox, +.gnome-panel-menu-bar { + /* font: bold; */ +} + +.gnome-panel-menu-bar .menuitem:prelight { + /* background-color: @os_chrome_selected_bg_color; + color: @os_chrome_selected_fg_color; */ +} + +.gnome-panel-menu-bar .menuitem *:prelight { + /* color: @os_chrome_selected_fg_color; + text-shadow: @os_chrome_bg_color 0 1; */ +} + +PanelApplet > GtkMenuBar.menubar .menuitem { + padding: 0px; + +} + +PanelApplet .button, +PanelApplet .button:prelight, +PanelApplet .button *:prelight { + /* padding: 4px; */ + + border-image: none; + border-width: 0px; + border-radius: 0px; + + background-image: none; + background-color: alpha(@theme_base_color, 0.0); + + color: @os_chrome_fg_color; + text-shadow: none; +} + +PanelToplevel { + /* color borde panel */ + background-color: shade(@os_chrome_bg_color, 0.70); + +} + +PanelApplet .button:active , +PanelApplet .button:active:prelight, +PanelApplet .button *:active:prelight { + border-image: none; + background-color: @os_chrome_selected_bg_color; + background-image: -gtk-gradient (linear, + left top, left bottom, + from (shade(@theme_selected_bg_color, 1.00)), + to (shade(@theme_selected_bg_color, 1.00))); + + color: @os_chrome_selected_fg_color; + text-shadow: none; + border-width: 0px; + border-radius: 0px; +} + +PanelApplet *:prelight { + /* color: @os_chrome_selected_fg_color; */ +} + +PanelApplet *:active, +PanelApplet *:prelight:active { + color: @os_chrome_selected_fg_color; + text-shadow: 0px 1px shade (#2255F5, 0.6); +} + +NaTrayApplet { + -NaTrayApplet-icon-padding: 3px; + -NaTrayApplet-icon-size: 16px; +} + +WnckPager, WnckTasklist { + background-color: @os_chrome_selected_bg_color; + background-image: none; + color: @os_chrome_fg_color; + text-shadow: none; +} + +GsmFailWhaleDialog { + background-color: @os_chrome_bg_color; + background-image: none; + color: @os_chrome_fg_color; + text-shadow: none; +} + +GsmFailWhaleDialog * { + background-color: @os_chrome_bg_color; + background-image: none; +} diff --git a/.themes/FlatStudioDarkCustom/gtk-3.0/gtk-widgets-assets.css b/.themes/FlatStudioDarkCustom/gtk-3.0/gtk-widgets-assets.css new file mode 100644 index 00000000..5b1e8a63 --- /dev/null +++ b/.themes/FlatStudioDarkCustom/gtk-3.0/gtk-widgets-assets.css @@ -0,0 +1,214 @@ +/************************* + * Check and Radio items * + *************************/ + +.check, +.check:hover, +.check row, +.check row:hover, +.check row:selected, +.check row:selected:focused, +.radio, +.radio row, +.radio row:selected, +.radio row:selected:focused { + /* Se debe poner background-image para que dibuje background en check-row */ + /* ej complementos de rhythmbox */ + background-image: -gtk-gradient (linear, + left top, left bottom, + from (mix(@theme_bg_color, @theme_mix_base, 0.10)), + to (mix(@theme_bg_color, @theme_mix_base, 0.10))); + + /*background-color: mix(@theme_bg_color, @theme_mix_base, 0.10); + background-image: none;*/ + border-width: 1px; + border-style: solid; + border-color: mix(@theme_bg_color, @theme_mix_base, 0.10); + border-image: none; + + color: @theme_fg_color; + text-shadow: 0px 1px @theme_shadow_color; + +} + +/* Estado active y mixed (inconsistent) */ +.radio:inconsistent, +.radio row:selected:inconsistent, +.radio row:selected:focused:inconsistent, +.radio:active, +.radio row:selected:active, +.radio row:selected:focused:active { + color: mix(@theme_check_fg_color, @theme_base_color, 0.15); + + background-color: @theme_check_bg_color; + background-image: none; + border-color: @theme_check_bg_color; +} + +.check:inconsistent, +.check:inconsistent:hover, +.check row:selected:inconsistent, +.check row:selected:focused:inconsistent, +.check:active, +.check:active:hover, +.check row:selected:active, +.check row:selected:focused:active { + color: @theme_check_fg_color; + + background-color: @theme_check_bg_color; + background-image: none; + border-color: @theme_check_bg_color; +} + +/* Estado disabled (insensitive) */ +.check:insensitive, +.check row:insensitive, +.check row:selected:insensitive, +.check row:selected:focused:insensitive, +.check:active:insensitive, +.check row:selected:active:insensitive, +.check row:selected:focused:active:insensitive, +.check:inconsistent:insensitive, +.check row:selected:inconsistent:insensitive, +.check row:selected:focused:inconsistent:insensitive, +.radio:insensitive, +.radio row:insensitive, +.radio row:selected:insensitive, +.radio row:selected:focused:insensitive, +.radio:active:insensitive, +.radio row:selected:active:insensitive, +.radio row:selected:focused:active:insensitive, +.radio:inconsistent:insensitive, +.radio row:selected:inconsistent:insensitive, +.radio row:selected:focused:inconsistent:insensitive { + background-image: none; + background-color: @insensitive_bg_color; + color: @insensitive_fg_color; + border-color: @insensitive_fg_color; +} + +.sidebar .radio:active, +.sidebar .radio:active:focused, +.sidebar .radio:active:prelight { + /* background-image: url("assets/sidebar-radio-checked.svg"); */ +} + +.sidebar .radio:prelight { + /* background-image: url("assets/sidebar-radio-prelight.svg"); */ +} + +.sidebar .radio:active:selected, +.sidebar .radio:active:selected:focused { + /* background-image: url("assets/sidebar-radio-selected.svg"); */ +} + +.sidebar .radio:selected:prelight, +.sidebar .radio:selected:focused { + /* background-image: url("assets/sidebar-radio-selected-prelight.svg"); */ +} + +.primary-toolbar GtkComboBox.combobox-entry .button, +GtkComboBox.combobox-entry .button, +.primary-toolbar GtkComboBox.combobox-entry .button:nth-child(last), +GtkComboBox.combobox-entry .button:nth-child(last) { + +} + +.primary-toolbar GtkComboBox.combobox-entry .button:active, +.primary-toolbar GtkComboBox.combobox-entry .button:hover:active, +GtkComboBox.combobox-entry .button:active, +GtkComboBox.combobox-entry .button:hover:active, +.primary-toolbar GtkComboBox.combobox-entry .button:active:nth-child(last), +.primary-toolbar GtkComboBox.combobox-entry .button:hover:active:nth-child(last), +GtkComboBox.combobox-entry .button:active:nth-child(last), +GtkComboBox.combobox-entry .button:hover:active:nth-child(last) { + +} + +/* for RTL languages */ +.primary-toolbar GtkComboBox.combobox-entry .button:nth-child(first), +GtkComboBox.combobox-entry .button:nth-child(first) { + +} + +.primary-toolbar GtkComboBox.combobox-entry .button:active:nth-child(first), +.primary-toolbar GtkComboBox.combobox-entry .button:hover:active:nth-child(first), +GtkComboBox.combobox-entry .button:active:nth-child(first), +GtkComboBox.combobox-entry .button:hover:active:nth-child(first) { + +} + +GtkScale.trough, +GtkScale.trough.horizontal { + +} + +GtkScale.trough.vertical { + +} + + +GtkScale.progressbar.horizontal { + +} + +GtkScale.progressbar.vertical { + +} + +/* slider */ +GtkScale.slider, +GtkScale.slider.horizontal, +GtkScale.slider.horizontal:hover, +GtkScale.scale-has-marks-below.slider.horizontal, +GtkScale.scale-has-marks-below.slider.horizontal:hover, +GtkScale.scale-has-marks-above.slider.horizontal, +GtkScale.scale-has-marks-above.slider.horizontal:hover { + background-image: url("assets/scale-slider-hor.svg"); +} + +GtkScale.slider:insensitive, +GtkScale.slider.horizontal:insensitive, +GtkScale.scale-has-marks-below.slider.horizontal:insensitive, +GtkScale.scale-has-marks-above.slider.horizontal:insensitive { + background-image: url("assets/scale-slider-insensitive-hor.svg"); +} + +GtkScale.slider.vertical, +GtkScale.slider.vertical:hover, +GtkScale.scale-has-marks-below.slider.vertical, +GtkScale.scale-has-marks-below.slider.vertical:hover, +GtkScale.scale-has-marks-above.slider.vertical, +GtkScale.scale-has-marks-above.slider.vertical:hover { + background-image: url("assets/scale-slider-ver.svg"); +} + +GtkScale.slider.vertical:insensitive, +GtkScale.scale-has-marks-below.slider.vertical:insensitive, +GtkScale.scale-has-marks-above.slider.vertical:insensitive { + background-image: url("assets/scale-slider-insensitive-ver.svg"); +} + +/* nth-child for linked areas */ +.toolbar .raised.linked.button, +.toolbar .raised.linked.button:active, +.toolbar .raised.linked.button:active:hover, +.toolbar .raised.linked .button, +.toolbar .raised.linked .button:active, +.toolbar .raised.linked .button:active:hover, +.toolbar .raised.linked.button:nth-child(first) , +.toolbar .raised.linked.button:active:nth-child(first), +.toolbar .raised.linked.button:active:hover:nth-child(first), +.toolbar .raised.linked:nth-child(first) .button, +.toolbar .raised.linked:nth-child(first) .button:active, +.toolbar .raised.linked:nth-child(first) .button:active:hover, +.toolbar .raised.linked.button:nth-child(last), +.toolbar .raised.linked.button:active:nth-child(last), +.toolbar .raised.linked.button:active:hover:nth-child(last), +.toolbar .raised.linked:nth-child(last) .button, +.toolbar .raised.linked:nth-child(last) .button:active, +.toolbar .raised.linked:nth-child(last) .button:active:hover { + + +} + diff --git a/.themes/FlatStudioDarkCustom/gtk-3.0/gtk-widgets.css b/.themes/FlatStudioDarkCustom/gtk-3.0/gtk-widgets.css new file mode 100644 index 00000000..87fb77e4 --- /dev/null +++ b/.themes/FlatStudioDarkCustom/gtk-3.0/gtk-widgets.css @@ -0,0 +1,2171 @@ +* { + -GtkArrow-arrow-scaling: 0.7; + -GtkButton-child-displacement-x: 0; + -GtkButton-child-displacement-y: 0; + -GtkButton-default-border: 0; + -GtkButton-image-spacing: 0; + -GtkButton-interior-focus: true; + -GtkButton-inner-border: 1; + -GtkCheckButton-indicator-size: 16; + -GtkCheckMenuItem-indicator-size: 14; + -GtkEntry-inner-border: 2; + -GtkEntry-progress-border: 0; + -GtkExpander-expander-size: 8; + -GtkHTML-link-color: @link_color; + -GtkIMHtml-hyperlink-color: @link_color; + -GtkMenu-horizontal-padding: 0; + -GtkMenu-vertical-padding: 5; + -GtkMenuBar-internal-padding: 0; + -GtkMenuItem-arrow-scaling: 0.6; + -GtkNotebook-tab-overlap: 0; + -GtkNotebook-tab-curvature: 0; + -GtkNotebook-initial-gap: 0; + + -GtkPaned-handle-size: 3; + + -GtkProgressBar-min-horizontal-bar-height: 14; + -GtkProgressBar-min-vertical-bar-width: 14; + + -GtkScrolledWindow-scrollbar-spacing: 0; + -GtkScrolledWindow-scrollbars-within-bevel: 1; + + -GtkSeparatorMenuItem-horizontal-padding: 0; + + -GtkTextView-error-underline-color: @error_color; + -GtkTreeView-vertical-separator: 0; + -GtkWidget-wide-separators: true; + -GtkWidget-separator-width: 2px; + -GtkWidget-separator-height: 2; + + -GtkToolItemGroup-expander-size: 11; + -GtkToolbar-internal-padding: 0; + -GtkToolButton-icon-spacing: 4; + + -GtkTreeView-expander-size: 8; + + -GtkWidget-focus-padding: 0; + -GtkWidget-focus-line-width: 1; + -GtkWidget-link-color: @link_color; + -GtkWidget-visited-link-color: @link_color; + + -GtkWindow-resize-grip-height: 0; + -GtkWindow-resize-grip-width: 0; + + -WnckTasklist-fade-overlay-rect: 0; + + border-width: 1px; + engine: unico; + + /* Resaltar destino en drag-drop */ + + -unico-focus-border-color: alpha (@theme_selected_bg_color, 0.25); + -unico-focus-border-radius: 0; + -unico-focus-fill-color: alpha (@theme_selected_bg_color, 0.1); + -unico-focus-outer-stroke-color: transparent; + + -unico-inner-stroke-color: transparent; + -unico-inner-stroke-width: 0; + -unico-outer-stroke-color: transparent; + -unico-outer-stroke-width: 0; + + -unico-focus-border-dashes: 0; + +} + +/*************** + * Base States * + ***************/ +GtkWindow { + color: @theme_fg_color; +} + +* { + /* inherit the color from parent by default */ + color: inherit; + background-color: @theme_bg_color; +} + +*:active { +} + +*:active:hover:insensitive { +} + +*:active:insensitive { +} + +*:hover { + background-color: alpha(shade(@menu_bg_color, 1.05), 0.0); +} + +*:hover:insensitive { +} + +*:selected, +*:selected:focused { + background-color: alpha (@selected_bg_color, 0.1); + /* color: @selected_fg_color; */ +} + +*:insensitive { + background-color: @insensitive_bg_color; + color: @insensitive_fg_color; + border-color: @insensitive_border_color; +} + + +.tooltip { + padding: 4px 4px; + border-width: 1px; + border-style: solid; + border-radius: 0px; + border-color: shade(@theme_bg_color, 0.70); + background-color: @theme_tooltip_bg_color; + color: shade(@theme_tooltip_fg_color, 0.90); +} + +.tooltip * { + background-color: @theme_tooltip_bg_color; +} + +.grip { + background-color: shade (@inactive_frame_color, 0.93); +} + +/********* + * label * + *********/ +GtkLabel, +GtkLabel:insensitive { + background-color: transparent; +} + +.view.rubberband, +.rubberband { + background-color: alpha (@theme_selected_bg_color, 0.35); + + border-width: 1px; + border-style: solid; + border-image: none; + border-radius: 0px; + border-color: @theme_selected_bg_color; + +} + + +/************* + * separator * + *************/ +.separator { + border-width: 1px; + border-style: solid; + border-image: none; + border-color: mix(@theme_fg_color, @theme_bg_color, 0.95); + border-bottom-color: alpha (shade (@theme_bg_color, 1.26), 0.15); + border-right-color: alpha (shade (@theme_bg_color, 1.26), 0.15); + +} + +GtkTreeView.view.separator, +GtkTreeView.separator, +GtkTreeView.view.separator:hover, +GtkTreeView.separator:hover, +.separator, +.separator:prelight { + color: shade (@theme_bg_color, 0.92); + border-color: mix(@theme_fg_color, @theme_bg_color, 0.95); + border-image: none; +} + +.separator.horizontal { + border-width: 1px 0 1px 0; +} + +.separator.vertical { + border-width: 0 1px 0 1px; +} + +GtkComboBox .separator { + -GtkWidget-wide-separators: true; + -GtkWidget-horizontal-separator: 0; + -GtkWidget-vertical-separator: 0; +} + +.button .separator, +.button.separator { + border-color: alpha (#000, 0.00); + +} + +.button .separator:insensitive, +.button.separator:insensitive { + border-color: alpha (#000, 0.00); + +} + +.pane-separator { + color: shade (@sidebar_background, 0.95); +} + +.pane-separator:prelight, +.pane-separator:selected { + color: shade (@sidebar_background, 0.95); +} + +GtkStatusbar { + padding: 5px; + color: @theme_fg_color; + -GtkStatusbar-shadow-type: none; +} + +.dnd { + border-width: 1px; + border-style: solid; + border-color: @theme_selected_bg_color; + border-radius: 0px; +} + +/**************** + * Text Entries * + ****************/ +.entry { + +/* ¡¡¡ Ojo !!! + Este es el color de fondo de la ventana de configuracion del sistema */ + background-color: @theme_base_color; +/* ---------------------------------------- */ + + border-width: 1px; + border-radius: 0px; + border-style: solid; + border-image: none; + border-color: @theme_bg_color; + +/* + box-shadow: inset 0px -1px shade (@theme_base_color, 0.10), + inset 1px 0px shade (@theme_base_color, 0.10), + inset 0px 1px shade (@theme_base_color, 0.10), + inset -1px 0px shade (@theme_base_color, 0.10); +*/ + + + padding: 4px; + -GtkEntry-inner-border: 0; + -GtkEntry-progress-border: 0; + color: @entry_text_color; + + background-image: -gtk-gradient(linear, + left top, left bottom, + from (@theme_base_color), + to (@theme_base_color)); +} + +.entry:focused { +/* + border-image: -gtk-gradient (linear, + left top, left bottom, + from (alpha (@focused_entry_border, 0.90)), + to (alpha (@focused_entry_border, 0.90))); + -unico-outer-stroke-width: 1px; + -unico-outer-stroke-gradient: -gtk-gradient (linear, + left top, left bottom, + from (alpha (@focused_entry_border, 0.90)), + to (alpha (@focused_entry_border, 0.90))); +*/ +} + +.entry:insensitive { + color: @insensitive_fg_color; + background-color: @insensitive_bg_color; + border-color: @insensitive_border_color; + + background-image: none; + border-image: none; + border-style: solid; + border-image: none; + + +} + +.entry:selected, +.entry:selected:focused { + background-color: @theme_selected_bg_color; + color: @theme_selected_fg_color; +} + +.entry.progressbar { + background-color: @theme_selected_bg_color; + color: @theme_selected_fg_color; + + border-width: 1px; + border-radius: 0px; + + -unico-progressbar-pattern: none; +} + +/******************* + * Symbolic images * + *******************/ +.image { + color: @internal_element_color; +} + +.image:prelight { + color: @internal_element_prelight; +} + +/***************** + * GtkSpinButton * + *****************/ +.spinbutton.button, +.spinbutton.button:prelight, +.spinbutton.button:hover, +.spinbutton.button:active, +.spinbutton.button:focused, +.spinbutton.button:insensitive { + background-image: none; + background-color: alpha(@theme_base_color, 0.0); + + border-width: 0px; + border-style: none; + border-image: none; + +} + +.spinbutton.button { + color: @internal_element_color; +} + +.spinbutton.button:prelight, +.spinbutton.button:active { + color: @internal_element_prelight; +} + +.spinbutton.button:insensitive { + color: @insensitive_border_color; +} + +.spinbutton.entry { + padding: 5px 6px 5px 3px; + +} + +.spinbutton.entry:focused { + +} + +/**************** + * Progress bar * + ****************/ + +/* progress component */ +.progressbar, +.entry.progressbar, +.progressbar row, +.progressbar row:hover, +.progressbar row:selected, +.progressbar row:selected:focused { + background-color: @scale_progress_fill; + background-image: -gtk-gradient (linear, + left top, left bottom, + from (@scale_progress_fill), + to (@scale_progress_fill)); + + border-width: 1px; + border-style: solid; + border-radius: 0px; + border-color: @scale_progress_fill; + border-image: none; + + color: @theme_selected_fg_color; + text-shadow: none; +} + +.progressbar.vertical { + background-color: @scale_progress_fill; + background-image: -gtk-gradient (linear, + left top, left bottom, + from (@scale_progress_fill), + to (@scale_progress_fill)); + + border-width: 1px; + border-radius: 0px; + border-color: @scale_progress_fill; + border-image: none; + + color: @theme_selected_fg_color; + text-shadow: none; +} + +/* through component */ +GtkProgressBar, +.trough row { + padding: 0px; + text-shadow: none; +/* -GtkProgressBar-xspacing: 22; + -GtkProgressBar-yspacing: 22; +*/ +} + +.trough, +.trough row, +.trough row:hover { + background-image: -gtk-gradient (linear, + left top, left bottom, + from (@trough_bg_color_a), + to (@trough_bg_color_a)); + + border-width: 1px; + border-style: solid; + border-radius: 0px; + border-color: shade (@trough_bg_color_a, 1.0); + border-image: none; + text-shadow: none; +} + +.trough.vertical { + background-image: -gtk-gradient (linear, + left top, right top, + from (@trough_bg_color_a), + to (@trough_bg_color_a)); + text-shadow: none; +} + +.trough row:selected, +.trough row:selected:focused { + background-image: -gtk-gradient (linear, + left top, left bottom, + from (mix (@trough_bg_color_a, @theme_selected_bg_color, 0.20)), + to (mix (@trough_bg_color_a, @theme_selected_bg_color, 0.20))); + text-shadow: none; +} + +/************ + * GtkScale * + ************/ +.scale { + -GtkScale-slider-length: 16; + -GtkRange-slider-width: 20; + -GtkRange-trough-border: 0; + + -unico-focus-border-radius: 0; + -unico-focus-border-dashes: 0; + -GtkWidget-focus-line-width: 0; + + -unico-focus-border-color: transparent; + -unico-focus-fill-color: transparent; + -unico-focus-outer-stroke-color: transparent; + +} + +.scale.slider, +.scale.slider:hover, +.scale.slider:insensitive { + border-width: 0px; + border-radius: 0px; + border-style: none; + + color: alpha(@theme_base_color, 0.0); + background-color: alpha(@theme_base_color, 0.0); + + /* background-image in -assets variant */ +} + +.scale.trough { + margin: 7px 0; + border-width: 1px; + border-radius: 0px; + border-style: solid; + border-color: alpha (#000, 0.14); + border-image: none; + + background-image: -gtk-gradient (linear, + left top, + left bottom, + from (alpha (#000, 0.14)), + to (alpha (#000, 0.14))); + + +} + +.scale.trough.vertical { + margin: 0 7px; +} + +.scale.trough:insensitive { +} + +.scale.progressbar { + background-color: @scale_progress_fill; + + border-width: 1px; + border-radius: 0px; + border-style: none; + + -unico-progressbar-pattern: none; +} + +.scale.mark { + color: mix(@theme_fg_color, @theme_bg_color, 0.50);; +} + +.menubar .menuitem .scale.highlight.left, +.scale.highlight.left { + border-width: 1px; + border-style: solid; + border-radius: 0px; + + background-color: @scale_progress_fill; + background-image: none; + + border-color: @scale_progress_fill; + border-image: none; + + color: @theme_selected_fg_color; + text-shadow: none; + + +} + +.menubar .menuitem .scale.highlight.bottom, +.scale.highlight.bottom { + border-width: 1px; + border-style: solid; + border-radius: 0px; + + background-color: @scale_progress_fill; + background-image: none; + + border-color: @scale_progress_fill; + border-image: none; + + + color: @theme_selected_fg_color; + text-shadow: none; +} + +.scale.highlight.left:insensitive { + background-color: shade (@theme_bg_color, 0.85); + background-image: none; + border-color: shade (@theme_bg_color, 0.85); +} + +.scale.highlight.bottom:insensitive { + background-color: shade (@theme_bg_color, 0.85); + background-image: none; + border-color: shade (@theme_bg_color, 0.85); +} + + +/********** + * Frames * + **********/ +.frame { + padding: 2px; + border-width: 0px; + color: mix(@theme_fg_color, @theme_bg_color, 0.20); + +} + +/* only render frames in a GtkScrolledWindow */ +GtkScrolledWindow.frame { + border-style: solid; + border-color: shade (@theme_bg_color, 0.97); + border-width: 1px; + border-radius: 0px; + + padding: 0px; +} + +/*********** + * Buttons * + ***********/ +.button, +.button.menuitem.menubar { + padding: 2px 4px; +} + +.button { + -unico-focus-fill-color: alpha (@theme_base_color, 0.00); + -unico-focus-border-color: alpha (shade(@focused_entry_border, 1.10), 0.35); + -unico-focus-border-radius: 0; + -GtkWidget-focus-line-width: 1; + + border-width: 1px; + border-radius: 0px; + border-style: solid; + border-color: mix(@theme_bg_color, @theme_mix_base, 0.10); + + /* box-shadow Syntax */ + /* box-shadow: [ inset ] horizontal_offset vertical_offset [ blur_radius ] [ spread ] color */ + + background-image: -gtk-gradient (linear, + left top, left bottom, + from (mix(@theme_bg_color, @theme_mix_base, 0.10)), + to (mix(@theme_bg_color, @theme_mix_base, 0.10))); + + color: @theme_fg_color; + text-shadow: 0px 1px @theme_shadow_color; +} + +.button:hover { + + background-image: -gtk-gradient (linear, + left top, left bottom, + from (mix(@theme_selected_bg_color, @theme_bg_color, 0.18)), + to (mix(@theme_selected_bg_color, @theme_bg_color, 0.18))); + + border-color: mix(@theme_selected_bg_color, @theme_bg_color, 0.18); + + color: @theme_selected_fg_color; + text-shadow: 0px 1px @theme_selected_shadow_color; +} + +.button:active, +.button:hover:active { + + background-image: -gtk-gradient (linear, + left top, left bottom, + from (shade(@theme_selected_bg_color, 1.00)), + to (shade(@theme_selected_bg_color, 1.00))); + + border-color: shade(@theme_selected_bg_color, 1.00); + + color: @theme_selected_fg_color; + text-shadow: 0px 1px @theme_selected_shadow_color; + + + -unico-focus-fill-color: alpha (@theme_base_color, 0.0); + -unico-focus-border-color: alpha (@theme_base_color, 0.0); + +} + +.button.default { + -unico-focus-fill-color: alpha (@theme_base_color, 0.0); + +} + +.button:hover, +.button:active, +.button:hover:active { + color: @theme_selected_fg_color; + /* text-shadow: 0px 1px @theme_selected_shadow_color; */ +} + +.cell:insensitive, +.button:insensitive { + color: @insensitive_fg_color; + background-color: @insensitive_bg_color; + border-style: solid; + border-color: @insensitive_border_color; + + background-image: none; + border-image: none; + + +} + +.cell:insensitive, +.button *:insensitive { + color: @insensitive_fg_color; + text-shadow: none; +} + +/************** + * ComboBoxes * + **************/ + +GtkComboBox { + padding: 1px 2px; + -GtkWidget-focus-padding: 0; + -GtkWidget-focus-line-width: 1; + + -GtkComboBox-arrow-scaling: 0.5; + -GtkComboBox-shadow-type: none; +} + +GtkComboBox .cell { + /* color combobox read-only */ + color: @theme_fg_color; + text-shadow: 0px 1px @theme_shadow_color; +} + +GtkComboBox .cell:hover { + /* color combobox read-only */ + color: @theme_selected_fg_color; + text-shadow: 0px 1px @theme_selected_shadow_color; +} + +GtkComboBox .separator { + /* always disable separators */ + -GtkWidget-wide-separators: true; + -GtkWidget-horizontal-separator: 0; + -GtkWidget-vertical-separator: 0; +} + +GtkComboBox .entry, +GtkComboBox .entry:nth-child(first) { + border-width: 1px 0px 1px 1px; + border-radius: 0px 0px; + + /* -unico-outer-stroke-width: 1px 0px 1px 1px; */ + +} + +/* for RTL languages */ +GtkComboBox .entry:nth-child(last) { + border-width: 1px 1px 1px 0px; + border-radius: 0px; +} + +GtkComboBox .button { + color: @internal_element_color; + padding: 1px 3px 1px 6px; +} + +GtkComboBox .button *:prelight { + color: @theme_selected_fg_color; + +} + +.primary-toolbar GtkComboBox.combobox-entry .button, +.primary-toolbar GtkComboBox.combobox-entry .button:hover, +.primary-toolbar GtkComboBox.combobox-entry .button:active, +.primary-toolbar GtkComboBox.combobox-entry .button:insensitive, +.primary-toolbar GtkComboBox.combobox-entry .button:nth-child(last), +GtkComboBox.combobox-entry .button, +GtkComboBox.combobox-entry .button:hover, +GtkComboBox.combobox-entry .button:active, +GtkComboBox.combobox-entry .button:insensitive, +GtkComboBox.combobox-entry .button:nth-child(last) { + border-top-left-radius: 0px; + border-bottom-left-radius: 0px; + border-top-right-radius: 0px; + border-bottom-right-radius: 0px; + + border-width: 1px 1px 1px 1px; + padding: 2px 3px; + + /* -unico-outer-stroke-width: 1px 1px 1px 0px; */ + +} + +/* for RTL languages */ +.primary-toolbar GtkComboBox.combobox-entry .button:nth-child(first), +GtkComboBox.combobox-entry .button:nth-child(first) { + border-width: 1px 0px 1px 1px; + border-radius: 0px; +} + + +.primary-toolbar GtkComboBox.combobox-entry .button *:active, +.primary-toolbar GtkComboBox.combobox-entry .button *:prelight, +GtkComboBox.combobox-entry .button *:active, +GtkComboBox.combobox-entry .button *:prelight { + color: @theme_selected_fg_color; +} + +/* Hace que el boton del combobox_entry tenga el mismo gradient que las cajas de texto + +.primary-toolbar GtkComboBox.combobox-entry .button:active, +.primary-toolbar GtkComboBox.combobox-entry .button:hover:active, +GtkComboBox.combobox-entry .button:active, +GtkComboBox.combobox-entry .button:hover:active, +.primary-toolbar GtkComboBox.combobox-entry .button:active:nth-child(last), +.primary-toolbar GtkComboBox.combobox-entry .button:hover:active:nth-child(last), +GtkComboBox.combobox-entry .button:active:nth-child(last), +GtkComboBox.combobox-entry .button:hover:active:nth-child(last) { + background-image: -gtk-gradient(linear, + left top, left bottom, + from(shade(@entry_background_a, 0.95)), + color-stop(0.20, shade(@entry_background_b, 0.95)), + color-stop(0.85, shade(@entry_background_c, 0.95)), + to(shade(@entry_background_d, 0.95))); + + box-shadow: 1 0 inset shade(@frame_color, 1.50); +} + +.primary-toolbar GtkComboBox.combobox-entry .button:active:nth-child(first), +.primary-toolbar GtkComboBox.combobox-entry .button:hover:active:nth-child(first), +GtkComboBox.combobox-entry .button:active:nth-child(first), +GtkComboBox.combobox-entry .button:hover:active:nth-child(first) { + box-shadow: -1 0 inset shade(@frame_color, 1.50); +} + +*/ + + +/********* + * Menus * + *********/ + + +/************ + * Toolbars * + ************/ +.toolbar { + padding: 2px 4px; + border-width: 0px; + border-radius: 0px; + border-style: solid; + border-color: @theme_base_color; +} + +.toolbar.toolbar { + background-color: shade (@theme_bg_color, 0.97); + +} + +/******************** + * Menubar Toolbars * + ********************/ +.toolbar.menubar { + /* epiphany utiliza este tipo de toolbar */ + + padding: 2px 4px 7px 3px; + + background-image: -gtk-gradient (linear, + left top, left bottom, + from (shade (@theme_bg_dark_color, 1.00)), + to (shade (@theme_bg_dark_color, 1.00))); + border-width: 0px; + border-style: none; + + -GtkToolbar-button-relief: normal; +} + +/******************** + * Primary Toolbars * + ********************/ + +/* applications using EggEditableToolbar usually set the primary-toolbar + * hint on the containing vbox, so we need to handle both these cases here. + */ +.primary-toolbar .toolbar, +.primary-toolbar.toolbar { + background-image: -gtk-gradient (linear, + left top, left bottom, + from (shade (@theme_bg_dark_color, 1.00)), + to (shade (@theme_bg_dark_color, 1.00))); + border-image: none; + border-width: 0px 0px 0px 0px; + border-radius: 0px; + border-style: solid; + border-color: transparent; + padding: 4px 2px; + + -GtkWidget-window-dragging: true; + -GtkToolbar-button-relief: normal; + color: @theme_fg_dark_color; +} + +.primary-toolbar .toolbar:insensitive, +.primary-toolbar.toolbar:insensitive { + background-image: none; + background-color: shade (@theme_bg_dark_color, 0.97); + + border-image: none; + border-style: solid; + border-color: shade (@theme_bg_dark_color, 0.91); +} + +/* primary toolbar buttons */ +/* arreglos epiphany (toolbar.menubar) */ +.toolbar .button, +.toolbar.menubar .button, +.primary-toolbar .toolbar .button, +.primary-toolbar.toolbar .button { + + border-image: none; + border-radius: 0px; + border-style: solid; + border-width: 1px; + border-color: @theme_bg_dark_color; + + box-shadow: none; + + background-image: none; + background-color: transparent; + padding: 1px 3px; + +} + +.toolbar .button { + color: shade(@theme_fg_color, 1.10); + text-shadow: 0px 1px @theme_shadow_color; +} + +.toolbar.menubar .button, +.primary-toolbar .toolbar .button, +.primary-toolbar.toolbar .button { + color: @theme_fg_dark_color; + text-shadow: 0px 1px @theme_shadow_dark_color; +} + + +/* arreglos epiphany (toolbar.menubar) */ +.toolbar .button:insensitive, +.toolbar.menubar .button:insensitive, +.primary-toolbar .toolbar .button:insensitive, +.primary-toolbar.toolbar .button:insensitive { + background-image: none; + background-color: transparent; + border-color: @theme_bg_dark_color; + border-image: none; + /* -GtkWidget-focus-line-width: 0; */ +} + +.toolbar .button *:insensitive { + color: @insensitive_fg_color; + text-shadow: none; +} + +/* arreglos epiphany (toolbar.menubar) */ +.toolbar.menubar .button *:insensitive +.primary-toolbar .toolbar .button *:insensitive, +.primary-toolbar.toolbar .button *:insensitive { + color: mix(@theme_fg_dark_color, @theme_bg_dark_color, 0.40); + text-shadow: none; +} + +.toolbar .button:hover { + border-color: @theme_bg_dark_color; + border-image: none; + background-color: shade (@theme_bg_color, 0.93); + background-image: none; +} + +.toolbar .button:active, +.toolbar .button:active:hover { + + border-color: @theme_bg_dark_color; + border-image: none; + + background-color: shade (@theme_bg_color, 0.70); + background-image: none; + +} + +/* arreglos epiphany (toolbar.menubar) */ +.toolbar.menubar .button:hover, +.primary-toolbar .toolbar .button:hover, +.primary-toolbar.toolbar .button:hover { + border-color: @theme_bg_dark_color; + border-image: none; + + background-image: -gtk-gradient (linear, + left top, left bottom, + from (shade (@theme_bg_dark_color, 0.90)), + to (shade (@theme_bg_dark_color, 0.90))); + +} + +.toolbar.menubar .button:active, /* arreglos epiphany (toolbar.menubar) */ +.toolbar.menubar .button:active:hover, +.primary-toolbar .toolbar .button:active, +.primary-toolbar.toolbar .button:active, +.primary-toolbar .toolbar .button:active:hover, +.primary-toolbar.toolbar .button:active:hover { + + border-color: @theme_bg_dark_color; + border-image: none; + + background-image: -gtk-gradient (linear, + left top, left bottom, + from (shade (@theme_bg_dark_color, 0.70)), + to (shade (@theme_bg_dark_color, 0.70))); +} + +/* +.toolbar .button *:active { + color: shade(@theme_text_color, 1.00); + text-shadow: 0px 1px alpha(#fff, 0.12); +} +*/ + +/* arreglos epiphany (toolbar.menubar) */ +.toolbar .button *:active, +.toolbar.menubar .button *:active, +.toolbar.menubar .button *:active:hover, +.primary-toolbar .toolbar .button *:active, +.primary-toolbar.toolbar .button *:active, +.primary-toolbar .toolbar .button *:active:hover, +.primary-toolbar.toolbar .button *:active:hover { + color: @theme_selected_fg_dark_color; + text-shadow: 0px 1px @theme_selected_shadow_dark_color; +} + +.toolbar.menubar .button:hover, +.primary-toolbar .toolbar .button:hover, +.primary-toolbar.toolbar .button:hover, +.primary-toolbar .button:hover { + color: @theme_text_dark_color; +} + + +.toolbar .button:active:insensitive, +.primary-toolbar .toolbar .button:active:insensitive, +.primary-toolbar.toolbar .button:active:insensitive { + background-color: transparent; + background-image: none; + border-color: @theme_bg_dark_color; + border-image: none; + icon-shadow: none; + text-shadow: none; + +} + +.primary-toolbar GtkSeparatorToolItem, +.primary-toolbar .separator, +.primary-toolbar .separator:insensitive { + border-color: alpha (#000, 0.08); + border-style: solid; + border-image: none; +} + + +/* primary toolbar raised buttons */ +.toolbar .raised .button *, +.toolbar .raised.button * { + padding: 2px 6px; + +} + +.toolbar .raised .button, +.toolbar .raised.button { + padding: 2px 6px; + border-width: 1px; + border-style: solid; + border-radius: 0px; + + border-color: @theme_bg_dark_color; + border-image: none; + box-shadow: none; + + background-image: -gtk-gradient (linear, + left top, left bottom, + from (shade (@button_raised_gradient_color_a, 1.00)), + to (shade (@button_raised_gradient_color_a, 1.00))); + + -GtkWidget-focus-line-width: 0; + -unico-focus-border-color: alpha (shade(@focused_entry_border, 1.1), 0.6); + +} + +.toolbar .raised .button:active:insensitive, +.toolbar .raised.button:active:insensitive, +.toolbar .raised .button:insensitive, +.toolbar .raised.button:insensitive { + border-color: @theme_bg_dark_color; + border-image: none; + + background-color: shade(@theme_bg_dark_color, 0.94); + background-image: none; +} + +.toolbar .raised .button:hover, +.toolbar .raised.button:hover { + border-color: @theme_bg_dark_color; + border-image: none; + background-image: -gtk-gradient (linear, + left top, left bottom, + from (shade (@button_raised_gradient_color_a, 1.03)), + to (shade (@button_raised_gradient_color_a, 1.03))); +} + +.toolbar .raised .button:active, +.toolbar .raised .button:hover:active, +.toolbar .raised.button:hover:active, +.toolbar .raised.button:active { + border-color: @theme_bg_dark_color; + border-image: none; + /* invierte gradiente boton) */ + background-image: -gtk-gradient (linear, + left top, left bottom, + from (shade (@button_raised_gradient_color_a, 0.85)), + to (shade (@button_raised_gradient_color_a, 0.85))); + +} + + +/* setup shadows */ +.toolbar .raised .button GtkLabel, +.toolbar .raised.button GtkLabel { + icon-shadow: none; + color: shade(@theme_fg_dark_color, 0.90); + text-shadow: 0px 1px @theme_shadow_dark_color; +} + +.toolbar .raised .button:hover, +.toolbar .raised.button:hover, +.toolbar .raised .button:active, +.toolbar .raised.button:active, +.toolbar .raised .button:active:hover, +.toolbar .raised.button:active:hover { + color: shade(@theme_text_dark_color, 1.00); + text-shadow: 0px 1px @theme_shadow_dark_color; +} + +/* Arreglos para epiphany */ +.toolbar.menubar .entry, +.toolbar .raised .entry, +.toolbar .raised.entry { + border-color: shade(@theme_bg_color, 0.97); + border-image: none; + +} + +/* Arreglos para epiphany */ +.toolbar.menubar .entry:focused, +.toolbar .raised .entry:focused, +.toolbar .raised.entry:focused { + border-color: alpha (@focused_entry_border, 1.00); + border-image: none; + +} + +.toolbar .raised .button *:insensitive, +.toolbar .raised.button *:insensitive { + color: mix(@theme_fg_dark_color, @theme_bg_dark_color, 0.40); + icon-shadow: none; + text-shadow: none; +} + +.primary-toolbar.toolbar .entry { + background-color: @primary_toolbar_entry_bg; + color: @primary_toolbar_entry_fg; +} + +.primary-toolbar.toolbar .entry:selected { + background-color: @theme_selected_bg_color; + color: @selected_fg_color; +} + +/* progressbars on primary toolbar entries are special */ +.primary-toolbar .toolbar .entry.progressbar, +.primary-toolbar.toolbar .entry.progressbar { + background-image: -gtk-gradient (linear, + left top, left bottom, + from (shade (@theme_selected_bg_color, 1.00)), + to (shade (@theme_selected_bg_color, 1.00))); + + border-width: 1px; + border-radius: 0px; + border-style: solid; + border-color: shade(@theme_selected_fg_color, 1.35); + border-image: none; + + color: @theme_text_color; + + -unico-progressbar-pattern: none; +} + +/**************************** + * Inline toolbars * + **************************** + * Botones + - dialogo open * + ****************************/ + +.inline-toolbar.toolbar { + -GtkToolbar-button-relief: normal; + + padding: 0px; + + border-width: 0 1px 1px 1px; + border-style: solid; + border-radius: 0px; + border-color: shade(@theme_bg_color, 0.88); + border-image: none; + + background-color: shade(@theme_bg_color, 0.88); + background-image: none; + +} + +.inline-toolbar.toolbar:nth-child(last) { + border-width: 0px 1px 1px 1px; + border-radius: 0px; +} + +/* setup shadows */ +.inline-toolbar.toolbar .button, +.inline-toolbar.toolbar .button:active, +.inline-toolbar.toolbar .button:active:hover { + border-image: none; +} + +.inline-toolbar.toolbar .button { + padding: 1px; + icon-shadow: none; + + border-radius: 0px; + border-width: 0px; + border-style: solid; + border-color: transparent; + border-image: none; +} + +.inline-toolbar.toolbar .button:active, +.inline-toolbar.toolbar .button:active:hover { + background-image: -gtk-gradient (linear, + left top, left bottom, + from (shade (@theme_bg_color, 0.70)), + to (shade (@theme_bg_color, 0.70))); +} + +.inline-toolbar.toolbar .button:hover { + background-color: alpha(@theme_base_color, 0.0); + background-image: none; +} + +.inline-toolbar.toolbar .button:insensitive { + border-color: transparent; + border-image: none; + box-shadow: none; + + background-color: alpha(@theme_base_color, 0.0); + background-image: none; + +} + +.inline-toolbar.toolbar .button *:insensitive { + color: shade(@theme_base_color, 0.75); + icon-shadow: none; +} + +.inline-toolbar.toolbar .button *:active { + icon-shadow: none; +} + +/* nth-child for inline toolbar button groups */ +.inline-toolbar.toolbar .button:nth-child(first), +.inline-toolbar.toolbar .button:nth-child(first):active, +.inline-toolbar.toolbar GtkToolButton:nth-child(first) .button, +.inline-toolbar.toolbar GtkToolButton:nth-child(first) .button:active, +.inline-toolbar.toolbar GtkToolButton:nth-child(first) .button:active:hover { + border-radius: 0px 0px 0px 0px; + box-shadow: none; + border-width: 0px 0px 1px 1px; +} + +.inline-toolbar.toolbar .button:nth-child(last), +.inline-toolbar.toolbar .button:nth-child(last):active, +.inline-toolbar.toolbar GtkToolButton:nth-child(last) .button, +.inline-toolbar.toolbar GtkToolButton:nth-child(last) .button:active, +.inline-toolbar.toolbar GtkToolButton:nth-child(last) .button:active:hover { + border-radius: 0px 0px 0px 0px; + border-width: 0px 1px 1px 1px; +} + +.inline-toolbar.toolbar GtkToolButton:active:nth-child(last) .button, +.inline-toolbar.toolbar .button:active:nth-child(last) { + box-shadow: none; +} + +/**************** + * GtkAssistant * + ****************/ +GtkAssistant .sidebar .highlight { + color: @theme_text_color; + font: bold; +} + +GtkAssistant .sidebar { + padding: 1px 2px; + + border-width: 1px; + border-radius: 0px; + border-style: solid; + border-color: @inactive_frame_color; + + color: mix (@theme_fg_color, @theme_bg_color, 0.40); + + background-color: shade (@theme_bg_color, 0.97); +} + +/************* + * GtkSwitch * + *************/ + +GtkSwitch { + font: bold condensed 9; +} + +GtkSwitch.trough { + + /* color: shade (@internal_element_color, 0.60); */ + color: shade(@theme_fg_color, 1.50); + + border-width: 0px; + border-style: none; + border-radius: 0px; + border-image: none; + + background-image: -gtk-gradient (linear, + left top, left bottom, + from (@trough_bg_color_a), + to (@trough_bg_color_a)); +} + +GtkSwitch.trough:active { + color: @theme_selected_fg_color; + background-image: -gtk-gradient (linear, + left top, left bottom, + from (shade(@trough_bg_color_b, 1.00)), + to (shade(@trough_bg_color_b, 1.00))); +} + +GtkSwitch.trough:insensitive { + background-image: none; + background-color: shade (@theme_bg_color, 0.9); + + /* border-image: none; + border-style: none; + border-radius: 0px; */ +} + +GtkSwitch.slider { + border-image: none; + border-width: 4px; + border-style: solid; + border-radius: 0px; + + padding: 1px; + + border-image: none; + border-color: shade(@trough_bg_color_a, 1.00); + + background-image: -gtk-gradient (linear, + left top, left bottom, + from (@theme_switch), + to (@theme_switch)); + + -unico-switch-grip-color: alpha(@theme_base_color, 0.0); +} + +GtkSwitch.slider:active { + border-image: none; + border-color: shade(@trough_bg_color_b, 1.00); + + background-image: -gtk-gradient (linear, + left top, left bottom, + from (@theme_switch), + to (@theme_switch)); + +} + +GtkSwitch.slider:insensitive { + background-image: none; + border-image: none; + background-color: @insensitive_bg_color; + border-color: @insensitive_border_color; +} + +/********* + * image * + *********/ +GtkImage, +GtkImage:insensitive { + /* ubuntu-12 */ + background-color: transparent; +} + +/**************** + * drawing area * + ****************/ +GtkDrawingArea { + /* ubuntu-12 */ + /* background-color: @theme_bg_color; */ + + /* custom user interface element, ej. imagen selector wallpaper + background-color: transparent; */ +} + +/************ + * viewport * + ************/ + +GtkViewport { + padding: 0px; + + /* ubuntu-12 */ + /* Color fondo config systema y gnome-tweak-tools */ + background-color: shade(@theme_bg_color, 1.00); +} + +GtkViewport.frame { + border-width: 0px; + padding: 0px; +} + +GtkIconView { + /* Vista iconos gnome-control-center */ + border-radius: 0px; + padding: 0px; + + /* ubuntu-12 */ + background-color: @theme_bg_color; + background-image: -gtk-gradient (linear, + left top, left bottom, + from (@theme_bg_color), + to (@theme_bg_color)); +} + +GtkIconView.view.cell:selected, +GtkIconView.view.cell:selected:focused { + /* eg. Configuration center */ + background-color: alpha(@theme_selected_bg_color, 1.00); + background-image: none; + border-width: 1px; + border-style: solid; + border-radius: 0px; + border-color: shade(@theme_selected_bg_color, 1.04); + border-image: none; + + + -unico-focus-fill-color: alpha (@theme_base_color, 0.0); + -unico-focus-border-color: alpha (@theme_base_color, 0.0); + -unico-focus-border-radius: 0; + + text-shadow: 1px 0px @theme_selected_shadow_color; +} + +.view { + background-color: @theme_base_color; + color: @theme_text_color; + border-radius: 0px; + text-shadow: none; +} + +.view:selected, +.view *:selected, +.view:selected:focused, +.view *:selected:focused { + background-color: shade(@theme_selected_bg_color, 1.00); + background-image: -gtk-gradient (linear, + left top, left bottom, + from (shade(@theme_selected_bg_color, 1.00)), + to (shade(@theme_selected_bg_color, 1.00))); + color: @theme_selected_fg_color; + text-shadow: none; +} + +.view:active, +.view *:active { + background-color: shade(@theme_bg_color, 0.915); + color: @theme_text_color; + text-shadow: none; + +} + +GtkTreeView { + /* Error Epiphany cuando: + -GtkWidget-focus-line-width: 0; */ + + -GtkWidget-focus-line-width: 1; + -GtkWidget-focus-padding: 1; + +} + +GtkTreeView row:nth-child(odd), +GtkTreeView row:nth-child(odd):hover { + background-color: shade(@theme_base_color, 0.97); + text-shadow: none; +} + +GtkTreeView row:nth-child(even), +GtkTreeView row:nth-child(even):hover { + background-color: shade(@theme_base_color, 1.00); + text-shadow: none; +} + +column-header { + padding: 0px 2px; +} + +column-header .button:active, +column-header .button:active:hover { + background-image: -gtk-gradient (linear, + left top, left bottom, + from (mix(@theme_bg_color, @theme_mix_base, 0.09)), + to (mix(@theme_bg_color, @theme_mix_base, 0.09))); + + border-width: 0px 1px 1px 0px; + border-radius: 0px; + border-style: solid; + border-color: shade (@theme_bg_color, 1.00); + border-image: none; + + text-shadow: none; +} + +column-header .button *:active, +column-header .button *:hover:active { + color: @theme_text_color; + /* text-shadow: 0px 1px @theme_selected_shadow_color; */ +} + +column-header .button { + padding: 0px 4px 1px; + -unico-focus-border-gradient: none; + -unico-focus-border-radius: 0; + -unico-focus-border-dashes: 0; + -GtkWidget-focus-line-width: 0; + + + background-image: -gtk-gradient (linear, + left top, left bottom, + from (mix(@theme_bg_color, @theme_mix_base, 0.045)), + to (mix(@theme_bg_color, @theme_mix_base, 0.045))); + + border-width: 0px 1px 1px 0px; + border-radius: 0px; + border-style: solid; + border-color: shade (@theme_bg_color, 1.00); + border-image: none; +} + + +column-header .button:hover { + /* color in button:hover */ + border-radius: 0px; + border-style: solid; + border-color: shade (@theme_bg_color, 1.00); + border-image: none; + background-image: -gtk-gradient (linear, + left top, left bottom, + from (mix(@theme_bg_color, @theme_mix_base, 0.065)), + to (mix(@theme_bg_color, @theme_mix_base, 0.065))); + color: @theme_fg_color; + text-shadow: none; +} + +column-header .button GtkArrow { + color: @internal_element_color; +} + +column-header:nth-child(last) .button { + border-width: 0px 0px 1px 0px; +} + +row:insensitive { + border-width: 0px; +} + +row:selected, +row:selected:focused { + border-width: 0px; + border-style: none; +} + +.cell { + color: @theme_fg_color; + padding: 0px 2px; + border-width: 0px; +} + +.cell:hover { + /* Poner el mismo fondo que .view para evitar mouse-over en listas */ + background-color: @theme_base_color; + +} + +.expander, +.expander:active, +.expander:prelight { + border-width: 1px; + border-style: solid; + border-color: #484848; + color: #484848; + background-color: #484848; +} + +.expander row:selected, +.expander row:selected:focused { + border-width: 1px; + border-style: solid; + border-color: @expander_row_selected_color; + color: @expander_row_selected_color; + background-color: @theme_selected_bg_color; +} + +/* Calendars */ +GtkCalendar { + padding: 2px; +} + +GtkCalendar.view { + border-radius: 0px; + border-style: solid; + border-width: 1px; + padding: 2px; +} + +GtkCalendar.header { + border-radius: 0px; + background-image: -gtk-gradient (linear, + left top, + left bottom, + from (shade (@theme_bg_color, 1.04)), + to (shade (@theme_bg_color, 0.89))); + border-width: 0px; +} + +GtkCalendar.button { + background-image: -gtk-gradient (linear, + left top, + left bottom, + from (rgba (0, 0, 0, 0)), + to (rgba (0, 0, 0, 0))); +} + +.menuitem GtkCalendar, +.menuitem GtkCalendar.button, +.menuitem GtkCalendar.header, +.menuitem GtkCalendar.view { + background-color: @menu_bg_color; + background-image: none; + border-radius: 0px; + border-style: solid; + border-width: 0px; + padding: 0px; + + color: @theme_base_color; +} + +.menuitem GtkCalendar { + background-color: shade (@menu_bg_color, 1.3); + background-image: none; +} + +.highlight, +GtkCalendar.highlight { + background-color: shade(@theme_selected_bg_color, 0.85); + color: @theme_selected_fg_color; + border-radius: 0px; + padding: 0px; + border-width: 0px; +} + +.info { + background-color: @info_bg_color; + color: @info_fg_color; +} + +.warning { + background-color: @warning_bg_color; + color: @warning_fg_color; +} + +.question { + background-color: @question_bg_color; + color: @question_fg_color; +} + +.error { + background-color: @error_bg_color; + color: @error_fg_color; +} + +.dim-label { + color: mix (@theme_fg_color, @theme_bg_color, 0.30); +} + +.dim-label:focused { + color: mix (@theme_fg_color, @theme_bg_color, 0.30); +} + +.dim-label:selected, +.dim-label:selected:focused { + color: @theme_selected_fg_color; +} + +/* gnome-terminal */ +TerminalScreen { + background-color: @theme_bg_color; + color: @theme_fg_color; + -TerminalScreen-background-darkness: 0.45; +} + + +MathWindow * { + background-color: transparent; +} +/* +MathWindow { + color: @theme_fg_dark_color; + background-image: -gtk-gradient (linear, + left top, left bottom, + from (shade (@theme_bg_dark_color, 0.58)), + color-stop (0.05, shade(@theme_bg_dark_color, 0.50)), + to (shade (@theme_bg_dark_color, 0.65))); + +} + +*/ +MathDisplay { + /* Espacio (padding del frame) entre el display y su borde */ + /* es necesario poner 'padding' para que el display no sobre-escriba el borde */ + background-image: -gtk-gradient (linear, + left top, left bottom, + from (shade (@theme_bg_dark_color, 0.60)), + to (shade (@theme_bg_dark_color, 0.60))); +} + +MathDisplay GtkTextView { + /* color del display */ + background-image: -gtk-gradient (linear, + left top, left bottom, + from (shade (@theme_selected_bg_color, 1.00)), + to (shade (@theme_selected_bg_color, 1.00))); + +} + +MathDisplay GtkTextView.view { + /* color texto del display */ + color: @theme_selected_fg_color; +} + +MathWindow .frame { + /* Borde del display */ + /* es necesario poner 'padding' porque sino el display sobre-escribe el borde */ + /* padding: 1px; + border-width: 1px; + border-radius: 0px; + border-style: solid; + border-image: -gtk-gradient (linear, + left top, left bottom, + from (shade (@button_border, 0.99)), + to (shade (@button_border, 1.10))); */ + +} + +MathWindow .button:active, +MathWindow .button:active:hover, +MathWindow .button:hover, +MathWindow .button { + border-width: 2px; + border-style: solid; + border-radius: 0px; + border-color: transparent; +} + +/* +MathWindow .cell, +MathWindow GtkLabel { + color: @theme_fg_dark_color; + text-shadow: 0px 1px @theme_shadow_dark_color; +} + +MathWindow GtkLabel:insensitive { + color: shade(@theme_fg_dark_color, 0.80); + text-shadow: none; +} + +*/ +RBSource .toolbar { + background-color: @theme_bg_color; + background-image: -gtk-gradient (linear, + left top, left bottom, + from (@theme_bg_color), + to (@theme_bg_color)); +} + +RBSource .toolbar .button { + padding: 2px 4px; +} + +NemoTrashBar.info, +NemoXContentBar.info, +NemoSearchBar.info, +NemoQueryEditor.info, +NautilusTrashBar.info, +NautilusXContentBar.info, +NautilusSearchBar.info, +NautilusQueryEditor.info { + + background-image: -gtk-gradient (linear, + left top, left bottom, + from (shade (@nautilus_cluebar_color, 1.00)), + to (shade (@nautilus_cluebar_color, 1.00))); + border-radius: 0px; + border-width: 0px 0px 1px 0px; + border-style: solid; + border-color: @theme_base_color; +} + +NemoSearchBar .entry, +NemoSearchBar .entry:focused, +NautilusSearchBar .entry, +NautilusSearchBar .entry:focused { + + padding: 3px 4px; + -GtkEntry-inner-border: 1; +} + +NemoSearchBar .entry.image, +NautilusSearchBar .entry.image { + color: shade(@nautilus_cluebar_color, 0.60); +} + +.nemo-cluebar-label, +.nautilus-cluebar-label { + font: bold; + color: shade(@theme_fg_color, 1.00); +} + +NemoTrashBar .button, +NemoTrashBar .button:hover, +NautilusTrashBar .button, +NautilusTrashBar .button:hover { + -unico-focus-border-color: alpha (shade(@focused_entry_border, 1.10), 0.00); + background-image: -gtk-gradient (linear, + left top, left bottom, + from (shade (@nautilus_cluebar_color, 0.93)), + to (shade (@nautilus_cluebar_color, 0.93))); + border-color: shade (@nautilus_cluebar_color, 0.93); + border-image: none; + + color: shade(@theme_fg_color, 1.00); + text-shadow: 0px 1px @theme_shadow_color; + + -unico-focus-fill-color: alpha (@theme_base_color, 0.0); + +} + +NemoTrashBar .button:active, +NemoTrashBar .button:hover:active, +NautilusTrashBar .button:active, +NautilusTrashBar .button:hover:active { +/* .button:hover:active */ + background-image: -gtk-gradient (linear, + left top, left bottom, + from (shade (@nautilus_cluebar_color, 0.88)), + to (shade (@nautilus_cluebar_color, 0.88))); + + border-color: shade (@nautilus_cluebar_color, 0.88); + border-image: none; + +} + +NemoTrashBar .button *:active, +NemoTrashBar .button *:hover:active, +NautilusTrashBar .button *:active, +NautilusTrashBar .button *:hover:active { + color: shade(@theme_text_color, 1.00); + text-shadow: 0px 1px @theme_selected_shadow_color; +} + +NemoTrashBar .button:insensitive, +NautilusTrashBar .button:insensitive { +/* .button:hover:active */ + + background-image: -gtk-gradient (linear, + left top, left bottom, + from (shade (@nautilus_cluebar_color, 0.96)), + to (shade (@nautilus_cluebar_color, 0.96))); + + border-color: shade (@nautilus_cluebar_color, 0.96); + border-image: none; + +} + +NemoTrashBar .button *:insensitive, +NautilusTrashBar .button *:insensitive { + color: shade(@theme_fg_color, 1.90); + text-shadow: none; +} + +NemoWindow .sidebar .scrollbar { + -GtkRange-trough-border: 1; + -GtkRange-slider-width: 6; +} + +NemoWindow .sidebar .scrollbar.trough, +NemoWindow .sidebar .scrollbar.trough.vertical { + background-image: none; + background-color: @sidebar_background; + -unico-inner-stroke-width: 0px; +} + +NemoWindow .sidebar .frame { + border-width: 0px; + border-style: none; + +} + +NemoWindow > GtkTable > .pane-separator, +NemoWindow .pane-separator { + /* ubuntu-12 */ + background-color: @sidebar_background; + border-color: @sidebar_background; + border-style: solid; + border-width: 0px; + background-image: -gtk-gradient(linear, + left top, right top, + from(@sidebar_background), + color-stop(0.50, @sidebar_background), + to(@sidebar_background)); + + border-image: none; + +} + +TerminalWindow .menubar, +NemoWindow .menubar { + +} + +NemoWindow .primary-toolbar.toolbar .button GtkLabel, +NemoWindow .primary-toolbar.toolbar .button { + padding: 0px 4px; +} + +NemoWindow .primary-toolbar .toolbar .button, +NemoWindow .primary-toolbar.toolbar .button, +NemoWindow .primary-toolbar .toolbar .button:active, +NemoWindow .primary-toolbar.toolbar .button:active, +NemoWindow .primary-toolbar .toolbar .button:hover, +NemoWindow .primary-toolbar.toolbar .button:hover, +NemoWindow .primary-toolbar .toolbar .button:hover:active, +NemoWindow .primary-toolbar.toolbar .button:hover:active { + padding: 0px 2px; + + border-image: none; + border-style: solid; + border-width: 5px 0px 4px 0px; + border-radius: 0px; + border-color: @theme_bg_dark_color; + + box-shadow: none; +} + +MarlinViewWindow .menubar.toolbar GtkContainer, +MarlinViewWindow .primary-toolbar GtkContainer { + color: @theme_fg_dark_color; +} + + + +/* Linked buttons */ +/* Middle button */ +.primary-toolbar .linked .entry, +.primary-toolbar .linked .button, +.primary-toolbar .linked .button:active, +.primary-toolbar .linked .button:active:hover, +.primary-toolbar .linked .button:insensitive { + border-width: 1px; + border-right-width: 0; + border-radius: 0; +} + +/* Set up shadows and hilights for button visual separation */ +.linked .button, +.toolbar .button.raised.linked, +.toolbar .raised.linked .button { + box-shadow: inset -1px 0 alpha (#fff, 0.00); +} + +.linked .button:first-child, +.toolbar .button.raised.linked:first-child, +.toolbar .raised.linked .button:first-child { + box-shadow: inset -1px 0 alpha (#fff, 0.00); +} + +.linked .button:last-child, +.toolbar .button.raised.linked:last-child, +.toolbar .raised.linked .button:last-child { + /*box-shadow: inset 1px 0 shade (@bg_color, 1.06);*/ +} + +.linked .button:active, +.toolbar .button.raised.linked:active, +.toolbar .raised.linked .button:active { + /*box-shadow: inset 1px 0 shade (@bg_color, 0.76);*/ +} + +.linked .button:insensitive, +.toolbar .button.raised.linked:insensitive, +.toolbar .raised.linked .button:insensitive { + box-shadow: inset -1px 0 alpha (#fff, 0.00); +} + +.linked .button:backdrop, +.toolbar .button.raised.linked:backdrop, +.toolbar .raised.linked .button:backdrop { + /*box-shadow: inset -1px 0 @unfocused_borders;*/ +} + +.linked .button:insensitive:backdrop, +.toolbar .button.raised.linked:insensitive:backdrop, +.toolbar .raised.linked .button:insensitive:backdrop { + /*box-shadow: inset -1px 0 @unfocused_insensitive_borders;*/ +} + + +/* Middle button */ +.linked .entry, +.linked .button, +.linked .button:active, +.linked .button:active:hover, +.linked .button:focus, +.linked .button:focus:active, +.linked .button:insensitive { + border-right-width: 1px; + border-left-width: 1px; + /* border-image-width: 10px 0 10px 0; */ + border-radius: 0; +} + +/* Leftmost button */ +.linked .entry:first-child, +.linked .button:first-child, +.linked .button:active:first-child, +.linked .button:active:hover:first-child, +.linked .button:focus:first-child, +.linked .button:focus:active:first-child, +.linked .button:insensitive:first-child { + border-width: 1px; + border-right-width: 0; + /* border-image-width: 10px 0 10px 12px; */ + border-radius: 0px; + border-bottom-right-radius: 0; + border-top-right-radius: 0; +} + +/* Rightmost button */ +.linked .entry:last-child, +.linked .button:last-child, +.linked .button:active:last-child, +.linked .button:active:hover:last-child, +.linked .button:focus:last-child, +.linked .button:focus:active:last-child, +.linked .button:insensitive:last-child { + border-width: 1px; + border-left-width: 1px; + /* border-image-width: 10px 12px 10px 0; */ + border-radius: 0px; + border-bottom-left-radius: 0; + border-top-left-radius: 0; +} + +/* Linked single button */ +.linked .entry:only-child, +.linked .button:only-child, +.linked .button:active:only-child, +.linked .button:active:hover:only-child, +.linked .button:focus:only-child, +.linked .button:focus:active:only-child, +.linked .button:insensitive:only-child { + border-right-width: 1px; + border-left-width: 1px; + /* border-image-width: 10px 12px 10px 12px; */ + border-radius: 0px; +} + + +/***************** + * Miscellaneous * + *****************/ +@keyframes spinner { + 0.00% { background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(currentColor), to(transparent)), + -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.875)), to(transparent)), + -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.750)), to(transparent)), + -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.625)), to(transparent)), + -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.500)), to(transparent)), + -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.375)), to(transparent)), + -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.250)), to(transparent)), + -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.125)), to(transparent)); } + + 12.5% { background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.875)), to(transparent)), + -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.750)), to(transparent)), + -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.625)), to(transparent)), + -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.500)), to(transparent)), + -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.375)), to(transparent)), + -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.250)), to(transparent)), + -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.125)), to(transparent)), + -gtk-gradient(radial, center center, 0, center center, 0.5, to(currentColor), to(transparent)); } + + 25.0% { background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.750)), to(transparent)), + -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.625)), to(transparent)), + -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.500)), to(transparent)), + -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.375)), to(transparent)), + -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.250)), to(transparent)), + -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.125)), to(transparent)), + -gtk-gradient(radial, center center, 0, center center, 0.5, to(currentColor), to(transparent)), + -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.875)), to(transparent)); } + + 37.5% { background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.625)), to(transparent)), + -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.500)), to(transparent)), + -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.375)), to(transparent)), + -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.250)), to(transparent)), + -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.125)), to(transparent)), + -gtk-gradient(radial, center center, 0, center center, 0.5, to(currentColor), to(transparent)), + -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.875)), to(transparent)), + -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.750)), to(transparent)); } + + 50.0% { background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.500)), to(transparent)), + -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.375)), to(transparent)), + -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.250)), to(transparent)), + -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.125)), to(transparent)), + -gtk-gradient(radial, center center, 0, center center, 0.5, to(currentColor), to(transparent)), + -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.875)), to(transparent)), + -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.750)), to(transparent)), + -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.625)), to(transparent)); } + + 62.5% { background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.375)), to(transparent)), + -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.250)), to(transparent)), + -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.125)), to(transparent)), + -gtk-gradient(radial, center center, 0, center center, 0.5, to(currentColor), to(transparent)), + -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.875)), to(transparent)), + -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.750)), to(transparent)), + -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.625)), to(transparent)), + -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.500)), to(transparent)); } + + 75.0% { background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.250)), to(transparent)), + -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.125)), to(transparent)), + -gtk-gradient(radial, center center, 0, center center, 0.5, to(currentColor), to(transparent)), + -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.875)), to(transparent)), + -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.750)), to(transparent)), + -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.625)), to(transparent)), + -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.500)), to(transparent)), + -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.375)), to(transparent)); } + + 87.5% { background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.125)), to(transparent)), + -gtk-gradient(radial, center center, 0, center center, 0.5, to(currentColor), to(transparent)), + -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.875)), to(transparent)), + -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.750)), to(transparent)), + -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.625)), to(transparent)), + -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.500)), to(transparent)), + -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.375)), to(transparent)), + -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.250)), to(transparent)); } + + 100% { background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(currentColor), to(transparent)), + -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.875)), to(transparent)), + -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.750)), to(transparent)), + -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.625)), to(transparent)), + -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.500)), to(transparent)), + -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.375)), to(transparent)), + -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.250)), to(transparent)), + -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.125)), to(transparent)); } +} + +.spinner { + background-color: transparent; + background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(currentColor), to(transparent)), + -gtk-gradient(radial, center center, 0, center center, 0.5, to(currentColor), to(transparent)), + -gtk-gradient(radial, center center, 0, center center, 0.5, to(currentColor), to(transparent)), + -gtk-gradient(radial, center center, 0, center center, 0.5, to(currentColor), to(transparent)), + -gtk-gradient(radial, center center, 0, center center, 0.5, to(currentColor), to(transparent)), + -gtk-gradient(radial, center center, 0, center center, 0.5, to(currentColor), to(transparent)), + -gtk-gradient(radial, center center, 0, center center, 0.5, to(currentColor), to(transparent)), + -gtk-gradient(radial, center center, 0, center center, 0.5, to(currentColor), to(transparent)); + background-position: 14% 14%, 0% 50%, 14% 86%, 50% 100%, 86% 86%, 100% 50%, 86% 14%, 50% 0%; + background-size: 20% 20%; + background-repeat: no-repeat; +} + +.spinner:active { + animation: spinner 1s infinite linear; +} + diff --git a/.themes/FlatStudioDarkCustom/gtk-3.0/gtk.css b/.themes/FlatStudioDarkCustom/gtk-3.0/gtk.css new file mode 100644 index 00000000..630706a9 --- /dev/null +++ b/.themes/FlatStudioDarkCustom/gtk-3.0/gtk.css @@ -0,0 +1,243 @@ +/******************[ FlatStudioDark ]**********************/ +/* Default color scheme */ +@define-color base_color #282828; +@define-color bg_color #1d2021; +@define-color text_color #e0e0e0; +@define-color fg_color #c0c0c0; +@define-color selected_bg_color #458588; +@define-color selected_fg_color #a89984; +@define-color tooltip_bg_color #040404; +@define-color tooltip_fg_color #ffffff; + +/* select highlight-color ******************************************/ +@define-color selection_wood #7a6642; +@define-color selection_gold #86772f; +@define-color selection_ubuntu #aa502c; +@define-color selection_ubuntu_mod #9d533f; +@define-color selection_acid_green #3c7b7b; +@define-color selection_blue #4d679a; +@define-color selection_mint #567557; +@define-color selection_red #754747; +@define-color selection_mono #646464; +/* Here you can set the color selection, I recommend one of the above, + but you can put the one you like */ +@define-color theme_selected_bg_color @selection_blue; +@define-color theme_selected_fg_color #a89984; +@define-color theme_selected_shadow_color alpha(#000, 0.12); +/*******************************************************************/ + +/* Colormap actually used by the theme, to be overridden in other css files */ +@define-color theme_base_color @base_color; +@define-color theme_bg_color @bg_color; +@define-color theme_text_color @text_color; +@define-color theme_fg_color @fg_color; +@define-color theme_tooltip_bg_color @tooltip_bg_color; +@define-color theme_tooltip_fg_color @tooltip_fg_color; +@define-color theme_tab_bg_color shade(@theme_bg_color, 1.35); +@define-color theme_shadow_color alpha(#000, 0.12); +@define-color theme_check_bg_color shade (@theme_bg_color, 1.12); +@define-color theme_check_fg_color shade (@theme_selected_bg_color, 1.60); +@define-color theme_mix_base #8B8B8B; +@define-color theme_switch shade (@theme_bg_color, 0.80); + +/******************[ Theme-Frame ]********************** +@define-color theme_bg_dark_color #575757; +@define-color theme_fg_dark_color #dcdcdc; +@define-color theme_text_dark_color #F5F5F5; +@define-color theme_shadow_dark_color alpha(#000, 0.15); +@define-color theme_selected_fg_dark_color #FFFFFF; +@define-color theme_selected_shadow_dark_color alpha(#000, 0.12); +*/ + +@define-color theme_bg_dark_color @theme_bg_color; +@define-color theme_fg_dark_color @theme_fg_color; +@define-color theme_text_dark_color @theme_text_color; +@define-color theme_shadow_dark_color alpha(#000, 0.15); +@define-color theme_selected_fg_dark_color #FFFFFF; +@define-color theme_selected_shadow_dark_color alpha(#000, 0.12); + +@define-color theme_button_border_dark shade(@theme_bg_dark_color, 0.50); +@define-color button_raised_gradient_color_a shade(@theme_bg_dark_color, 0.91); +@define-color button_raised_gradient_color_b shade(@theme_bg_dark_color, 0.91); +@define-color button_raised_linked_shadow alpha(@theme_base_color, 0.70); + +@define-color menu_bg_color shade(@theme_bg_color, 0.86); +@define-color menu_fg_color shade(@theme_fg_color, 0.95); +@define-color menu_controls_color shade (@theme_fg_dark_color, 0.89); +@define-color menu_combobox_border #3277bf; +@define-color menu_separator shade(@menu_bg_color, 0.95); + +@define-color link_color #4a90d9; +@define-color frame_color #808080; +@define-color inactive_frame_color #bbbbbb; +@define-color warning_color #f57900; +@define-color error_color #cc0000; +@define-color success_color #4e9a06; + +@define-color info_fg_color rgb (181, 171, 156); +@define-color info_bg_color rgb (252, 252, 189); +@define-color warning_fg_color rgb (173, 120, 41); +@define-color warning_bg_color rgb (250, 173, 61); +@define-color question_fg_color rgb (97, 122, 214); +@define-color question_bg_color rgb (138, 173, 212); +@define-color error_fg_color rgb (106, 18, 18); +@define-color error_bg_color rgb (240, 54, 54); + +@define-color keyboard_focus_border_a #a2c9f1; +@define-color keyboard_focus_border_b #6794cf; + +@define-color os_chrome_bg_color @theme_bg_dark_color; +@define-color os_chrome_fg_color @theme_fg_dark_color; + +@define-color os_chrome_selected_bg_color @theme_selected_bg_color; +@define-color os_chrome_selected_fg_color @theme_selected_fg_color; + +@define-color chrome_bg_color @theme_bg_color; +@define-color chrome_fg_color @theme_fg_color; + +@define-color focused_entry_border shade(@theme_selected_bg_color, 1.30); +@define-color focused_entry_inset alpha (#d7e4f1, 0.50); + +/* @define-color sidebar_background mix(#E1E5E8, @theme_bg_color, 0.30); */ +@define-color sidebar_background shade(mix(#E1E5E8, @theme_bg_color, 0.30), 0.28); +@define-color sidebar_selected_bg shade(@theme_selected_bg_color,0.90); + +@define-color button_gradient_color_a shade(@theme_selected_bg_color, 0.90); +@define-color button_gradient_color_b shade(#80B8EA, 0.85); +@define-color button_border #B0B0B0; + +@define-color button_active_gradient_color_a #a4a4a4; +@define-color button_active_gradient_color_b shade (@button_active_gradient_color_a, 0.83); + +@define-color button_hover_gradient_color_a @theme_base_color; +@define-color button_hover_gradient_color_b shade (#fefefe, 0.94); + + +@define-color button_raised_active_gradient_color_a @button_active_gradient_color_a; +@define-color button_raised_active_gradient_color_b alpha(@button_active_gradient_color_b, 0.13); + +@define-color insensitive_bg_color shade(@bg_color, 1.07); +@define-color insensitive_fg_color shade(@fg_color, 0.75); +@define-color insensitive_border_color shade(@bg_color, 1.03); + +@define-color trough_bg_color_a shade (@theme_bg_color, 1.12); +@define-color trough_bg_color_b shade (@theme_selected_bg_color, 0.90); + + +@define-color scale_progress_fill shade (@theme_selected_bg_color, 1.00); +@define-color progressbar_pattern #000000; + +@define-color entry_text_color @theme_text_color; + +@define-color entry_background_a shade (@theme_base_color, 0.86); +@define-color entry_background_b shade (@theme_base_color, 0.96); +@define-color entry_background_c shade (@theme_base_color, 0.98); +@define-color entry_background_d shade (@theme_base_color, 1.00); + +@define-color internal_element_color #646464; +@define-color internal_element_prelight @theme_text_color; +@define-color internal_element_insensitive shade (@internal_element_color, 1.4); + +@define-color scale_fill @insensitive_border_color; +@define-color scale_border_a @internal_element_color; +@define-color scale_border_b shade (@internal_element_color, 1.25); +@define-color scale_progress_border_a #1864b2; +@define-color scale_progress_border_b #3e90e5; + +@define-color highlighted_border #8f8f8f; +@define-color transparent alpha(#000, 0.0); + +@define-color notebook_border shade(@theme_bg_color, 0.65); + +@define-color toolbar_gradient_base shade(#aaaaaa, 0.65); +@define-color toolbar_gradient_step1 #bcbcb4; +@define-color toolbar_gradient_step2 #d9d9d7; +@define-color toolbar_gradient_final #e5e5e2; + +@define-color toolbar_border_top shade (@theme_bg_color, 0.56); +@define-color toolbar_border_bottom shade (@theme_bg_color, 0.83); + +@define-color toolbar_active_button_color #909081; + +@define-color primary_toolbar_entry_bg @theme_base_color; +@define-color primary_toolbar_entry_fg @theme_text_color; + +@define-color nautilus_cluebar_color shade(@sidebar_background, 1.00); +@define-color treeview_focus_border @nautilus_cluebar_color; + +@define-color expander_row_selected_color #FFFFFF; +@define-color test #f00; + +/* Metacity ¡No modificar! */ +@define-color wm_highlight #ffffff; +@define-color wm_title_highlight #ffffff; + +@define-color wm_bg_a shade (@bg_color, 1.1); +@define-color wm_bg_b @bg_color; + +@define-color wm_button_bg_a shade (@bg_color, 1.0); +@define-color wm_button_bg_b shade (@bg_color, 0.85); +@define-color wm_button_bg_c shade (@bg_color, 0.8); +@define-color wm_button_bg_d shade (@bg_color, 0.9); + +@define-color wm_button_bg_hover_a shade (@wm_button_bg_a, 1.1); +@define-color wm_button_bg_hover_b shade (@wm_button_bg_b, 1.1); +@define-color wm_button_bg_hover_c shade (@wm_button_bg_c, 1.1); +@define-color wm_button_bg_hover_d shade (@wm_button_bg_d, 1.1); + +@define-color wm_button_bg_active_a shade (@bg_color, 0.7); +@define-color wm_button_bg_active_b shade (@bg_color, 0.9); +@define-color wm_button_bg_active_c shade (@bg_color, 0.9); + +@import url("gtk-widgets.css"); +@import url("menu_frame.css"); +@import url("scrollbar.css"); +@import url("sidebar.css"); +@import url("gtk-widgets-assets.css"); +@import url("gnome-panel.css"); +/* + There are 3 options for Tabs: + ----------------------------------- + @import url("tabs.css"); + @import url("tabs-2.css"); + @import url("tabs-classic.css"); +*/ + +@import url("tabs.css"); + +/* + There are 2 options for Unity panel: + + If you prefer the dark panel "Unity" + ------------------------------------ + @import url("unity-darkest.css"); + + If you prefer the default (perfect fit with maximized windows) + -------------------------------------------------------------- + @import url("unity.css"); + + (edit the line below according to the style you want) +*/ +@import url("unity.css"); + +/* + There are 3 options for nautilus: + ----------------------------------- + + 1.- nautilus sidebar and pathbar dark gray: + @import url("gnome-applications-gray.css"); + OR + 2.- nautilus sidebar and pathbar light: + @import url("gnome-applications-light.css"); + OR + 3.- nautilus sidebar dark gray and pathbar light: + @import url("gnome-applications-gray-light.css"); + + (edit the line below according to the style of nautilus you want) +*/ +/* ---------------------------------------------------- */ +@import url("gnome-applications-light.css"); +/* ---------------------------------------------------- */ + + +GtkBox { background-color: transparent; } diff --git a/.themes/FlatStudioDarkCustom/gtk-3.0/menu.css b/.themes/FlatStudioDarkCustom/gtk-3.0/menu.css new file mode 100644 index 00000000..acc4d82b --- /dev/null +++ b/.themes/FlatStudioDarkCustom/gtk-3.0/menu.css @@ -0,0 +1,282 @@ +/************************* + * menu studioflat-light * + * + *************************/ +.menu { + /* menu contextual */ + background-image: none; + background-color: @menu_bg_color; + + padding: 5px 0px; + border-style: solid; + border-width: 1px; + border-radius: 0px; + + border-color: shade(@menu_bg_color, 0.97); + border-image: none; +} + + +.menu:selected { + background-color: @theme_selected_bg_color; +} + +.menubar .menu.button:hover, +.menubar .menu.button:active, +.menubar .menu.button:active:insensitive, +.menubar .menu.button:insensitive, +.menubar .menu.button, +.primary-toolbar .menu.button:hover, +.primary-toolbar .menu.button:active, +.primary-toolbar .menu.button:active:insensitive, +.primary-toolbar .menu.button:insensitive, +.primary-toolbar .menu.button { + background-color: shade (@theme_bg_dark_color, 1.07); + background-image: none; + border-radius: 0; + border-style: none; + border-width: 1px; + + border-image: none; + +} + +/*********** + * menubar * + ***********/ +.menubar { + -GtkWidget-window-dragging: true; + + -unico-inner-stroke-bottom-color: transparent; + -unico-inner-stroke-width: 0px; + + /* linea 3D (clara) */ + border-width: 0px 0px 1px 0px; + border-style: solid; + border-radius: 0px; + border-color: shade(@theme_bg_dark_color, 1.00); + + background-color: shade (@theme_bg_dark_color, 1.00); +} + + + +/************ + * menuitem * + ************/ +.menuitem { + /* contextual menu-item */ + -GtkMenuItem-arrow-scaling: 0.5; + -unico-menuitem-arrow-color: @menu_controls_color; + border-radius: 0px; + padding: 3px 4px; + + color: @menu_fg_color; + text-shadow: 0px 1px alpha(#fff, 0.10); +} + +/*************** + * menubaritem * + ***************/ +.menubar.menuitem { + border-radius: 0px; + border-width: 0px; + +} + +GtkTreeMenu.menu { + background-color: @menu_bg_color; + +} + +GtkTreeMenu .menuitem { + padding: 2px 4px; + border-style: none; + border-width: 0px; +} + +/* Workaround for lp:949368 */ +GtkComboBox .menuitem * { + color: @menu_fg_color; + text-shadow: 0px 1px alpha(#fff, 0.10); +} +GtkComboBox .menuitem *:hover { + color: @theme_selected_fg_color; + text-shadow: 0px 1px @theme_selected_shadow_color; +} + +.menuitem:hover, +.menu .menuitem:hover { + /* contextual menu item-selected */ + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@theme_selected_bg_color, 1.0)), + to (shade (@theme_selected_bg_color, 1.0))); + color: @theme_selected_fg_color; + text-shadow: 0px 1px @theme_selected_shadow_color; + -unico-bullet-color: @theme_selected_fg_color; +} + +.toolbar .raised .button .menuitem *:hover, /* menuitem opciones visualizacion nautilus */ +GtkComboBox .menuitem *:hover, +GtkTreeMenu .menuitem *:active, +GtkTreeMenu .menuitem *:prelight, +.menuitem *:active, +.menuitem *:prelight, +.menuitem *:hover, +.menuitem:hover, +.menu .menuitem:hover { + /* color: @menu_fg_color; */ + color: @theme_selected_fg_color; + text-shadow: 0px 1px @theme_selected_shadow_color; +} + +.menuitem:insensitive, +.menuitem *:insensitive { + /* contextual menu insensitive */ + color: mix (@menu_fg_color, @menu_bg_color, 0.4); + text-shadow: none; +} + +.menuitem.check, +.menuitem.radio, +.menuitem.check:hover, +.menuitem.radio:hover { + border-width: 0px; + border-style: none; + background-image: none; + +} + +.toolbar .raised .button .menuitem.check:active, +.toolbar .raised .button .menuitem.radio:active, +.menuitem.check:active, +.menuitem.radio:active { + border-width: 0px; + border-style: none; + background-image: none; + background-color: @menu_bg_color; + /* contextual menu check */ + color: @menu_fg_color; +} + +.menuitem.check:active:hover, +.menuitem.radio:active:hover { + border-width: 0px; + border-style: none; + background-image: none; + background-color: @theme_selected_bg_color; + color: @theme_selected_fg_color; + -unico-bullet-color: @theme_selected_fg_color; +} + +/* menuitem.chek de opciones visualizacion nautilus 3.6 */ +.toolbar .raised .button .menuitem.check:active:hover, +.toolbar .raised .button .menuitem.radio:active:hover { + color: @theme_selected_fg_color; +} + +.menubar .menuitem GtkCalendar, +.menubar .menuitem GtkCalendar.button, +.menubar .menuitem GtkCalendar.header, +.menubar .menuitem GtkCalendar.view, +.primary-toolbar .menuitem GtkCalendar, +.primary-toolbar .menuitem GtkCalendar.button, +.primary-toolbar .menuitem GtkCalendar.header, +.primary-toolbar .menuitem GtkCalendar.view { + background-color: @theme_bg_dark_color; + background-image: none; + border-radius: 0; + border-style: solid; + border-width: 0; + padding: 0; + + color: @theme_fg_dark_color; +} + +.menubar .menuitem GtkCalendar, +.primary-toolbar .menuitem GtkCalendar { + background-color: shade (@theme_bg_dark_color, 1.3); + background-image: none; +} + +/* +.menubar .menuitem .entry, +.primary-toolbar .menuitem .entry { + background-color: shade (@theme_bg_dark_color, 1.3); + background-image: none; + + color: @theme_fg_dark_color; + + border-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@theme_bg_dark_color, 0.9)), + to (shade (@theme_bg_dark_color, 0.9))) 1; + + -unico-outer-stroke-gradient: -gtk-gradient (linear, left top, left bottom, + from (shade (@theme_bg_dark_color, 0.98)), + to (shade (@theme_bg_dark_color, 1.1)));; +} +*/ +.menubar .menuitem GtkScale.trough { + background-color: @theme_bg_dark_color; + background-image: none; + + border-color: shade(@theme_bg_dark_color, 0.97); + border-image: none; + +} + +Genericmenuitem .menuitem .accelerator, +DbusmenuGtkMenu .menuitem .accelerator, +.menubar .menuitem .accelerator, +.primary-toolbar .menuitem .accelerator { + color: alpha (@menu_fg_color, 0.8); +} + +Genericmenuitem .menuitem .accelerator:hover, +DbusmenuGtkMenu .menuitem .accelerator:hover, +.menubar .menuitem .accelerator:hover, +.primary-toolbar .menuitem .accelerator:hover { + color: alpha (@theme_selected_fg_color, 0.8); +} + +Genericmenuitem .menuitem .accelerator:insensitive, +DbusmenuGtkMenu .menuitem .accelerator:insensitive, +.menubar .menuitem .accelerator:insensitive, +.primary-toolbar .menuitem .accelerator:insensitive { + color: alpha (mix (@menu_fg_color, @theme_bg_color, 0.4), 0.8); + text-shadow: none; +} + +.menuitem.separator { + -GtkMenuItem-horizontal-padding: 0; + -GtkWidget-separator-height: 1; + + /* border-color: shade (@menu_bg_color, 0.90); + -unico-inner-stroke-color: alpha (shade (@menu_bg_color, 1.18), 0.6); */ + + border-image: -gtk-gradient (linear, + left top, right top, + from (alpha (#000, 0.00)), + color-stop (0.25, alpha (#000, 0.05)), + color-stop (0.85, alpha (#000, 0.05)), + to (alpha (#000, 0.00))) 1; + + +} + +/*************** + * Menu Button * + ***************/ +.button.menuitem.menubar:active, +.button.menuitem.menubar *:active { + color: @menu_fg_color; + background-image: none; + background-color: @menu_bg_color; + + border-radius: 5px 5px 0px 0px; + border-image: none; + border-width: 1px 1px 0px 1px; + border-color: shade(@button_border, 1.30); + border-style: solid; +} + diff --git a/.themes/FlatStudioDarkCustom/gtk-3.0/menu_frame.css b/.themes/FlatStudioDarkCustom/gtk-3.0/menu_frame.css new file mode 100644 index 00000000..4777f042 --- /dev/null +++ b/.themes/FlatStudioDarkCustom/gtk-3.0/menu_frame.css @@ -0,0 +1,361 @@ +/******************* + * menu studioflat * + * + *******************/ +.menu { + /* menu contextual */ + background-image: none; + background-color: @menu_bg_color; + + padding: 5px 0px; + border-width: 1px; + border-style: solid; + border-radius: 0px; + border-color: shade(@menu_bg_color, 0.97); + border-image: none; + +} + + +GtkComboBox .menu, +GtkTreeMenu.menu, +GtkMenuToolButton.menu, +Genericmenuitem .menu, +DbusmenuGtkMenu .menu, +.menubar .menu, +.toolbar .menu, +.toolbar .primary-toolbar .menu, +.primary-toolbar .button .menu, +.primary-toolbar .menu { + /* menu-dark en menubar */ + background-image: none; + background-color: shade(@theme_bg_dark_color, 1.00); + + padding: 5px 0px; + border-style: solid; + border-width: 1px; + border-radius: 0px; + + border-color: shade(@theme_bg_dark_color, 0.97); + border-image: none; +} + +.toolbar .menu { + /* background-color: #00f; */ +} + +.menu:selected { + background-color: @theme_selected_bg_color; +} + +.menubar .menu.button:hover, +.menubar .menu.button:active, +.menubar .menu.button:active:insensitive, +.menubar .menu.button:insensitive, +.menubar .menu.button, +.primary-toolbar .menu.button:hover, +.primary-toolbar .menu.button:active, +.primary-toolbar .menu.button:active:insensitive, +.primary-toolbar .menu.button:insensitive, +.primary-toolbar .menu.button { + background-color: shade (@theme_bg_dark_color, 1.07); + background-image: none; + border-radius: 0; + border-style: none; + border-width: 1px; + + border-image: none; + -unico-glow-radius: 0; + -unico-inner-stroke-width: 0; + -unico-outer-stroke-width: 0; +} + +/*********** + * menubar * + ***********/ +.menubar { + -GtkWidget-window-dragging: true; + + -unico-inner-stroke-bottom-color: transparent; + -unico-inner-stroke-width: 0px; + + /* linea 3D (clara) */ + border-width: 0px 0px 1px 0px; + border-style: solid; + border-radius: 0px; + border-color: shade(@theme_bg_dark_color, 1.00); + + background-color: shade (@theme_bg_dark_color, 1.00); + +} + +/*************** + * menubaritem * + ***************/ +.menubar.menuitem { + border-radius: 0px; + border-width: 1px 1px 0 1px; +} + +/************ + * menuitem * + ************/ +.menuitem { + /* contextual menu-item */ + -GtkMenuItem-arrow-scaling: 0.7; + -unico-menuitem-arrow-color: @menu_controls_color; + border-radius: 0px; + padding: 3px 4px; + + color: @menu_fg_color; + text-shadow: 0px 1px alpha(#fff, 0.10); +} + + +Genericmenuitem .menuitem, +DbusmenuGtkMenu .menuitem, +.menubar .menuitem, +.primary-toolbar .menuitem { + /* dark menu-item */ + color: @theme_fg_dark_color; + text-shadow: 0px 1px @theme_shadow_dark_color; +} + +GtkTreeMenu.menu { + background-color: @menu_bg_color; + border-width: 1px; + border-style: solid; + border-radius: 0px; + border-color: shade(@menu_bg_color, 0.97); + border-image: none; + +} + +GtkTreeMenu .menuitem { + padding: 2px 4px; + border-style: none; + border-width: 0px; +} + +/* Workaround for lp:949368 */ +GtkComboBox .menuitem * { + color: @menu_fg_color; + text-shadow: 0px 1px alpha(#fff, 0.10); +} +GtkComboBox .menuitem *:hover { + color: @theme_selected_fg_color; + text-shadow: 0px 1px @theme_selected_shadow_color; +} + +.menuitem:hover, +.menu .menuitem:hover { + /* contextual menu item-selected */ + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@theme_selected_bg_color, 1.0)), + to (shade (@theme_selected_bg_color, 1.0))); + + color: @theme_selected_fg_color; + text-shadow: 0px 1px @theme_selected_shadow_color; + -unico-bullet-color: @theme_selected_fg_color; +} + +.toolbar .menuitem:hover, +Genericmenuitem .menuitem:hover, +DbusmenuGtkMenu .menuitem:hover, +.primary-toolbar .menuitem:hover, +.menubar.menuitem:hover, +.menubar .menuitem:hover { + /* dark menu item-selected */ + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@theme_selected_bg_color, 1.0)), + to (shade (@theme_selected_bg_color, 1.0))); + + color: @theme_selected_fg_color; + text-shadow: 0px 1px @theme_selected_shadow_color; + -unico-bullet-color: @theme_selected_fg_color; + + border-image: none; +} + + +.toolbar .raised .button .menuitem *:hover, /* menuitem opciones visualizacion nautilus */ +.menuitem *:active, +.menuitem *:prelight, +.menuitem *:hover { + /* color: @menu_fg_color; */ + color: @theme_selected_fg_color; + text-shadow: 0px 1px @theme_selected_shadow_color; +} + +.menuitem.check, +.menuitem.radio, +.menuitem.check:hover, +.menuitem.radio:hover { + border-width: 0px; + border-style: none; + background-image: none; + /* background-color: @menu_bg_color; */ +} + + +.menuitem.check:active, +.menuitem.radio:active { + border-width: 0px; + border-style: none; + background-image: none; + background-color: @menu_bg_color; + /* contextual menu check */ + color: @theme_fg_color; + -unico-bullet-color: @theme_fg_color; +} + + +Genericmenuitem .menuitem.check:active, +Genericmenuitem .menuitem.radio:active, +DbusmenuGtkMenu .menuitem.check:active, +DbusmenuGtkMenu .menuitem.radio:active, +.menubar .menuitem.check:active, +.menubar .menuitem.radio:active, +.primary-toolbar .menuitem.check:active, +.primary-toolbar .menuitem.radio:active { + border-color: @theme_fg_dark_color; + color: @theme_fg_dark_color; +} + +.menuitem.check:active:hover, +.menuitem.radio:active:hover { + border-color: @theme_selected_fg_color; + color: @theme_selected_fg_color; +} + +/* menuitem.chek de opciones visualizacion nautilus 3.6 */ +.toolbar .raised .button .menuitem.check:active:hover, +.toolbar .raised .button .menuitem.radio:active:hover { + border-color: @theme_selected_fg_color; + color: @theme_selected_fg_color; +} + +.menuitem:insensitive, +.menuitem *:insensitive { + /* contextual menu insensitive */ + color: mix (@menu_fg_color, @menu_bg_color, 0.4); + text-shadow: none; +} + +Genericmenuitem .menuitem:insensitive, +Genericmenuitem .menuitem *:insensitive, +DbusmenuGtkMenu .menuitem:insensitive, +DbusmenuGtkMenu .menuitem *:insensitive, +.menubar .menuitem:insensitive, +.menubar .menuitem *:insensitive, +.primary-toolbar .menuitem:insensitive, +.primary-toolbar .menuitem *:insensitive { + /* dark menu insensitive */ + color: mix(@theme_fg_dark_color, @theme_bg_dark_color, 0.40); + text-shadow: none; +} + +.menubar .menuitem GtkCalendar, +.menubar .menuitem GtkCalendar.button, +.menubar .menuitem GtkCalendar.header, +.menubar .menuitem GtkCalendar.view, +.primary-toolbar .menuitem GtkCalendar, +.primary-toolbar .menuitem GtkCalendar.button, +.primary-toolbar .menuitem GtkCalendar.header, +.primary-toolbar .menuitem GtkCalendar.view { + background-color: @theme_bg_dark_color; + background-image: none; + border-radius: 0; + border-style: solid; + border-width: 0; + padding: 0; + + color: @theme_fg_dark_color; +} + +.menubar .menuitem GtkCalendar, +.primary-toolbar .menuitem GtkCalendar { + background-color: shade (@theme_bg_dark_color, 1.3); + background-image: none; +} + +.menubar .menuitem .entry, +.primary-toolbar .menuitem .entry { + background-color: shade (@theme_bg_dark_color, 1.3); + background-image: none; + + color: @theme_fg_dark_color; + + border-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@theme_bg_dark_color, 0.9)), + to (shade (@theme_bg_dark_color, 0.9))) 1; + + -unico-outer-stroke-gradient: -gtk-gradient (linear, left top, left bottom, + from (shade (@theme_bg_dark_color, 0.98)), + to (shade (@theme_bg_dark_color, 1.1)));; +} + +.menubar .menuitem GtkScale.trough { + background-color: @theme_bg_dark_color; + background-image: none; + + border-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@theme_bg_dark_color, 1.00)), + to (shade (@theme_bg_dark_color, 1.00))) 1; +} + +Genericmenuitem .menuitem .accelerator, +DbusmenuGtkMenu .menuitem .accelerator, +.menubar .menuitem .accelerator, +.primary-toolbar .menuitem .accelerator { + color: alpha (@theme_fg_dark_color, 0.8); +} + +Genericmenuitem .menuitem .accelerator:hover, +DbusmenuGtkMenu .menuitem .accelerator:hover, +.menubar .menuitem .accelerator:hover, +.primary-toolbar .menuitem .accelerator:hover { + color: alpha (@theme_selected_fg_color, 0.8); +} + +Genericmenuitem .menuitem .accelerator:insensitive, +DbusmenuGtkMenu .menuitem .accelerator:insensitive, +.menubar .menuitem .accelerator:insensitive, +.primary-toolbar .menuitem .accelerator:insensitive { + color: alpha (mix (@theme_fg_dark_color, @theme_bg_dark_color, 0.4), 0.8); + text-shadow: none; +} + +.menuitem.separator { + -GtkMenuItem-horizontal-padding: 0; + -GtkWidget-separator-height: 1; + + /* border-color: shade (@menu_bg_color, 0.90); + -unico-inner-stroke-color: alpha (shade (@menu_bg_color, 1.18), 0.6); */ + + border-image: -gtk-gradient (linear, + left top, right top, + from (alpha (#000, 0.00)), + color-stop (0.25, alpha (#000, 0.05)), + color-stop (0.85, alpha (#000, 0.05)), + to (alpha (#000, 0.00))) 1; + + +} + +/*************** + * Menu Button * + ***************/ +.button.menuitem.menubar:active, +.button.menuitem.menubar *:active { + color: @menu_fg_color; + background-image: none; + background-color: @menu_bg_color; + + border-radius: 0px 0px 0px 0px; + border-image: none; + border-width: 1px 1px 0px 1px; + border-color: shade(@button_border, 1.30); + border-style: solid; +} + diff --git a/.themes/FlatStudioDarkCustom/gtk-3.0/scrollbar-classic.css b/.themes/FlatStudioDarkCustom/gtk-3.0/scrollbar-classic.css new file mode 100644 index 00000000..853caab8 --- /dev/null +++ b/.themes/FlatStudioDarkCustom/gtk-3.0/scrollbar-classic.css @@ -0,0 +1,70 @@ +/************** + * Scrollbars * + **************/ + +.scrollbar { + -GtkRange-slider-width: 7; + -GtkRange-stepper-size: 0; + -GtkRange-stepper-spacing: 0; + -GtkRange-trough-border: 3; + + -GtkScrollbar-has-backward-stepper: 0; + -GtkScrollbar-has-forward-stepper: 0; + + -GtkScrollbar-min-slider-length: 30; +} + +.scrollbar.trough.vertical { + border-radius: 0px; + border-width: 0px; + background-image: -gtk-gradient (linear, left top, right top, + from (shade (@bg_color, 1.04)), + to (shade (@bg_color, 1.04))); + +} + +.scrollbar.trough.horizontal { + border-radius: 0px; + border-width: 0px; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@bg_color, 1.04)), + to (shade (@bg_color, 1.04))); + +} + +.scrollbar.slider, +.scrollbar.button { + border-width: 0px; + border-radius: 0px; + background-color: mix(@theme_bg_color, @theme_mix_base, 0.25); + background-image: none; +} + +.scrollbar.slider:prelight { + background-color: mix(@theme_bg_color, @theme_mix_base, 0.40); + background-image: none; +} + +.scrollbar.slider:insensitive { + -GtkRange-slider-width: 0px; +} + +.scrollbar.trough:insensitive { + -GtkRange-trough-border: 3px; +} + +/* overlay scrollbar */ +OsThumb:selected, +OsScrollbar:selected { + background-color: @selected_bg_color; +} + +OsThumb:active, +OsScrollbar:active { + background-color: shade (@bg_color, 0.6); +} + +OsThumb:insensitive, +OsScrollbar:insensitive { + background-color: shade (@bg_color, 0.85); +} diff --git a/.themes/FlatStudioDarkCustom/gtk-3.0/scrollbar.css b/.themes/FlatStudioDarkCustom/gtk-3.0/scrollbar.css new file mode 100644 index 00000000..b773e902 --- /dev/null +++ b/.themes/FlatStudioDarkCustom/gtk-3.0/scrollbar.css @@ -0,0 +1,111 @@ +/************** + * Scrollbars * + **************/ + +.scrollbar { + -GtkRange-slider-width: 15; + -GtkRange-stepper-size: 0; + -GtkRange-stepper-spacing: 0; + -GtkRange-trough-border: 0; + + -GtkScrollbar-has-backward-stepper: 0; + -GtkScrollbar-has-forward-stepper: 0; + + -GtkScrollbar-min-slider-length: 30; +} + +.scrollbar.trough.vertical { + border-radius: 0px; + border-width: 0px; + + background-image: -gtk-gradient (linear, left top, right top, + from (shade (@bg_color, 1.04)), + to (shade (@bg_color, 1.04))); + +} + +.scrollbar.trough.horizontal { + border-radius: 0px; + border-width: 0px; + + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@bg_color, 1.04)), + to (shade (@bg_color, 1.04))); + +} + +.scrollbar.slider, +.scrollbar.button { + border-width: 0px; + border-radius: 0px; + background-color: mix(@theme_bg_color, @theme_mix_base, 0.25); + background-image: none; +} + +.scrollbar.slider:prelight { + background-color: mix(@theme_bg_color, @theme_mix_base, 0.40); + background-image: none; +} + +.scrollbar.slider.vertical { + border-radius: 0px; + background-image: -gtk-gradient (linear, left top, right top, + from (shade (@bg_color, 1.04)), + color-stop(0.35, shade(@bg_color, 1.04)), + color-stop(0.35, mix(@theme_bg_color, @theme_mix_base, 0.25)), + to (mix(@theme_bg_color, @theme_mix_base, 0.25))); + +} + +.scrollbar.slider.vertical:prelight { + background-image: -gtk-gradient (linear, left top, right top, + from (shade (@bg_color, 1.04)), + color-stop(0.35, shade(@bg_color, 1.04)), + color-stop(0.35, mix(@theme_bg_color, @theme_mix_base, 0.40)), + to (mix(@theme_bg_color, @theme_mix_base, 0.40))); + +} + +.scrollbar.slider.horizontal { + border-radius: 0px; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@bg_color, 1.04)), + color-stop(0.35, shade(@bg_color, 1.04)), + color-stop(0.35, mix(@theme_bg_color, @theme_mix_base, 0.25)), + to (mix(@theme_bg_color, @theme_mix_base, 0.25))); + +} + +.scrollbar.slider.horizontal:prelight { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@bg_color, 1.04)), + color-stop(0.35, shade(@bg_color, 1.04)), + color-stop(0.35, mix(@theme_bg_color, @theme_mix_base, 0.40)), + to (mix(@theme_bg_color, @theme_mix_base, 0.40))); + +} + + +.scrollbar.slider:insensitive { + -GtkRange-slider-width: 0px; +} + +.scrollbar.trough:insensitive { + -GtkRange-trough-border: 3px; +} + +/* overlay scrollbar */ +OsThumb:selected, +OsScrollbar:selected { + background-color: @selected_bg_color; +} + +OsThumb:active, +OsScrollbar:active { + background-color: shade (@bg_color, 0.6); +} + +OsThumb:insensitive, +OsScrollbar:insensitive { + background-color: shade (@bg_color, 0.85); +} diff --git a/.themes/FlatStudioDarkCustom/gtk-3.0/settings.ini b/.themes/FlatStudioDarkCustom/gtk-3.0/settings.ini new file mode 100644 index 00000000..d42812bd --- /dev/null +++ b/.themes/FlatStudioDarkCustom/gtk-3.0/settings.ini @@ -0,0 +1,5 @@ +[Settings] +gtk-color-scheme = "base_color:#2C2E2F\nbg_color:#383A3B\ntooltip_bg_color:#040404\nselected_bg_color:#4d679a\ntext_color:#E0E0E0\nfg_color:#C0C0C0;\ntooltip_fg_color:#ffffff\nselected_fg_color:#E9E9E9\nlink_color:#4a90d9\nbg_color_dark:#3c3b37\nfg_color_dark:#dddddd" +gtk-auto-mnemonics = 1 + + diff --git a/.themes/FlatStudioDarkCustom/gtk-3.0/sidebar.css b/.themes/FlatStudioDarkCustom/gtk-3.0/sidebar.css new file mode 100644 index 00000000..3e8245aa --- /dev/null +++ b/.themes/FlatStudioDarkCustom/gtk-3.0/sidebar.css @@ -0,0 +1,91 @@ +/*********** + * Sidebar * + ***********/ + +.sidebar { + -GtkTreeView-horizontal-separator: 6px; + -GtkTreeView-vertical-separator: 1px; +} + +.sidebar, +.sidebar.view, +.sidebar .view, +.sidebar.view:prelight, +.sidebar .view:prelight { + border-radius: 0px; + color: @theme_fg_color; + text-shadow: 0px 1px @theme_shadow_color; + background-color: @sidebar_background; +} + +.sidebar.view:selected, +.sidebar.view *:selected, +.sidebar .view:selected, +.sidebar .view *:selected, +.sidebar .view:selected:prelight { + border-style: solid; + border-width: 0px; + border-color: shade(@theme_selected_bg_color, 1.00); + + background-image:none; + background-color: shade(@theme_selected_bg_color, 1.00); + color: @theme_selected_fg_color; + text-shadow: 0px 1px @theme_selected_shadow_color; +} + + +.sidebar .radio, +.sidebar .radio:focused, +.sidebar .radio:selected { + background-image: none; + background-color: alpha(@theme_base_color, 0.0); +} + +GtkHCollapsablePaned, +SourceList.pane-separator { + border-width: 0px; + -GtkPaned-handle-size: 2px; +} + +GtkHCollapsablePaned .pane-separator, +GtkHCollapsablePaned .pane-separator:prelight, +GtkHCollapsablePaned .pane-separator:selected { + background-image: none; + background-color: @sidebar_background; + border-width: 0px 1px 0px 0px; + border-style: solid; + border-color: shade (@sidebar_background, 1.00); +} + +/* Marlin sidebar separator */ +VarkaWidgetsHCollapsiblePaned, +VarkaWidgetsHCollapsiblePaned.pane-separator, +VarkaWidgetsHCollapsiblePaned.pane-separator:prelight, +VarkaWidgetsHCollapsiblePaned.pane-separator:selected { + border-width: 0px; + border-color: shade(@sidebar_background, 1.00); + background-image: -gtk-gradient(linear, + left top, right top, + from(@sidebar_background), + color-stop(0.50, @sidebar_background), + to(@sidebar_background)); +} + +/* +VarkaWidgetsHCollapsiblePaned { + border-width: 0px; + -GtkPaned-handle-size: 1px; +} + +VarkaWidgetsHCollapsiblePaned.pane-separator, +VarkaWidgetsHCollapsiblePaned.pane-separator:prelight, +VarkaWidgetsHCollapsiblePaned.pane-separator:selected { + background-image: -gtk-gradient (linear, + left top, + right top, + from (shade (@bg_color, 1.30)), + to (shade (@bg_color, 0.55))); + background-color: alpha(#fff, 0.0); +} + +*/ diff --git a/.themes/FlatStudioDarkCustom/gtk-3.0/tabs-2.css b/.themes/FlatStudioDarkCustom/gtk-3.0/tabs-2.css new file mode 100644 index 00000000..8e22fe7f --- /dev/null +++ b/.themes/FlatStudioDarkCustom/gtk-3.0/tabs-2.css @@ -0,0 +1,125 @@ +/***************** + * Notebooks and * + * tabs * + *****************/ + +.notebook { + padding: 0px; + + border-color: @transparent; + border-style: solid; + border-radius: 0px; + border-width: 2px 0px 0px 0px; + border-image: none; + + background-color: shade(@theme_bg_color, 0.97); + + -unico-focus-border-color: @transparent; + -unico-focus-border-radius: 0; + -unico-focus-fill-color: @transparent; + -unico-focus-outer-stroke-color: @transparent; +} + +.notebook GtkDrawingArea { + background-color: shade (@theme_bg_color, 0.97); +} + +.notebook tab .button { + padding: 0px; +} + +.notebook tab { + /* border-width: 3px; */ + border-width: 0px 0px 0px 4px; + border-style: solid; + border-radius: 0px; + border-top-color: @theme_tab_bg_color; + border-left-color: @theme_bg_color; + border-bottom-color: @theme_tab_bg_color; + border-right-color: @theme_tab_bg_color; + + background-color: @theme_tab_bg_color; + background-image: none; + color: @theme_selected_fg_color; +} + +.notebook tab:first-child { + border-radius: 0px; +} + +.notebook tab:last-child { + border-radius: 0px; +} + +.notebook tab:only-child { + border-radius: 0px; +} + +.notebook tab.top { + padding: 2px 6px 2px; +} + +.notebook tab.bottom { + padding: 0px 6px 4px;; +} + +.notebook tab.right { + padding: 3px 4px 3px 0px; +} + +.notebook tab.left { + padding: 3px 0px 3px 4px; +} + +.notebook tab:active { + background-color: @theme_selected_bg_color; + background-image: none; + color: @theme_selected_fg_color; +} + +.notebook tab GtkLabel { + padding: 0px 3px 0px 3px; + color: @theme_selected_fg_color; + text-shadow: 0px 1px @theme_selected_shadow_color; +} + + + +/* Notebook - close button */ +.notebook tab .button, +.notebook tab .button:active, +.notebook tab .button:hover { + padding: 0px; + border-image: none; + border-style: none; + background-image: none; + background-color: transparent; +} + +.notebook tab .button GtkImage { + border-radius: 0px; + color: shade(@theme_selected_fg_color, 1.00); + border-style: solid; + border-color: transparent; + border-width: 1px; + padding: 0; + icon-shadow: none; +} + +.notebook tab .button GtkImage:hover { + color: shade(@theme_selected_fg_color, 1.00); + border-color: alpha(black, 0.1); +} + +.notebook tab .button GtkImage:active, +.notebook tab .button GtkImage:active:hover { + background-color: alpha(black, 0.15); + color: shade(@theme_selected_fg_color, 1.00); + icon-shadow: none; + border-color: alpha(black, 0.27) + alpha(black, 0.13) + alpha(black, 0.13) + alpha(black, 0.13); +} + + diff --git a/.themes/FlatStudioDarkCustom/gtk-3.0/tabs-classic.css b/.themes/FlatStudioDarkCustom/gtk-3.0/tabs-classic.css new file mode 100644 index 00000000..ad42a7a5 --- /dev/null +++ b/.themes/FlatStudioDarkCustom/gtk-3.0/tabs-classic.css @@ -0,0 +1,122 @@ +/***************** + * Notebooks and * + * tabs * + *****************/ + +.notebook { + padding: 0px; + + border-color: transparent; + border-style: solid; + border-radius: 0px; + border-width: 1px 0px 0px 0px; + + background-color: shade(@theme_bg_color, 0.97); + + -unico-focus-border-color: @transparent; + -unico-focus-border-radius: 0; + -unico-focus-fill-color: @transparent; + -unico-focus-outer-stroke-color: @transparent; +} + +.notebook GtkDrawingArea { + background-color: shade (@theme_bg_color, 0.97); +} + +.notebook tab .button { + padding: 0px; +} + +.notebook tab { + border-width: 0px 0px 0px 2px; + border-style: solid; + border-radius: 0px; + border-color: @theme_bg_color; + + background-color: mix(@theme_bg_color, @theme_mix_base, 0.10); + background-image: none; + + color: @theme_text_color; + +} + +.notebook tab:first-child { + border-radius: 0px; +} + +.notebook tab:last-child { + border-radius: 0px; +} + +.notebook tab:only-child { + border-radius: 0px; +} + +.notebook tab.top { + padding: 2px 6px 2px; +} + +.notebook tab.bottom { + padding: 0px 6px 4px;; +} + +.notebook tab.right { + padding: 3px 4px 3px 0px; +} + +.notebook tab.left { + padding: 3px 0px 3px 4px; +} + +.notebook tab:active { + background-color: shade(@theme_bg_color, 0.96); + background-image: none; + + color: @theme_text_color; + +} + +.notebook tab GtkLabel { + padding: 0px 3px 0px 3px; + color: @theme_text_color; + text-shadow: 0px 1px @theme_shadow_color; +} + + +/* Notebook - close button */ +.notebook tab .button, +.notebook tab .button:active, +.notebook tab .button:hover { + padding: 0px; + border-image: none; + border-style: none; + background-image: none; + background-color: transparent; +} + +.notebook tab .button GtkImage { + border-radius: 0px; + color: shade(@theme_fg_color, 1.00); + border-style: solid; + border-color: transparent; + border-width: 1px; + padding: 0; + icon-shadow: none; +} + +.notebook tab .button GtkImage:hover { + color: shade(@theme_text_color, 1.00); + border-color: alpha(black, 0.1); +} + +.notebook tab .button GtkImage:active, +.notebook tab .button GtkImage:active:hover { + background-color: alpha(black, 0.15); + color: shade(@theme_text_color, 1.00); + icon-shadow: none; + border-color: alpha(black, 0.27) + alpha(black, 0.13) + alpha(black, 0.13) + alpha(black, 0.13); +} + diff --git a/.themes/FlatStudioDarkCustom/gtk-3.0/tabs.css b/.themes/FlatStudioDarkCustom/gtk-3.0/tabs.css new file mode 100644 index 00000000..dde533fe --- /dev/null +++ b/.themes/FlatStudioDarkCustom/gtk-3.0/tabs.css @@ -0,0 +1,116 @@ +/***************** + * Notebooks and * + * tabs * + *****************/ + +.notebook { + padding: 0px; + + border-color: @transparent; + border-style: solid; + border-radius: 0px; + border-width: 2px 0px 0px 0px; + border-image: none; + + background-color: shade(@theme_bg_color, 0.97); + + -unico-focus-border-color: @transparent; + -unico-focus-border-radius: 0; + -unico-focus-fill-color: @transparent; + -unico-focus-outer-stroke-color: @transparent; +} + +.notebook GtkDrawingArea { + background-color: shade (@theme_bg_color, 0.97); +} + +.notebook tab { + border-width: 0px 0px 0px 4px; + border-style: solid; + border-radius: 0px 30px 0px 0px; + + border-top-color: @theme_tab_bg_color; + border-left-color: @theme_bg_color; + border-bottom-color: @theme_tab_bg_color; + border-right-color: @theme_tab_bg_color; + + background-color: @theme_tab_bg_color; + background-image: none; + + color: @theme_selected_fg_color; + +} + +.notebook tab.top { + padding: 1px 15px 1px 10px; +} + +.notebook tab.bottom { + padding: 0px 6px 4px; +} + +.notebook tab.right { + padding: 3px 4px 3px 0px; +} + +.notebook tab.left { + padding: 3px 0px 3px 4px; +} + +.notebook tab:active { + border-top-color: @theme_selected_bg_color; + border-left-color: @theme_bg_color; + border-bottom-color: @theme_selected_bg_color; + border-right-color: @theme_selected_bg_color; + + background-color: @theme_selected_bg_color; + background-image: none; + + color: @theme_selected_fg_color; + +} + +.notebook tab GtkLabel { + color: @theme_selected_fg_color; + text-shadow: 0px 1px @theme_selected_shadow_color; +} + + + +/* Notebook - close button */ +.notebook tab .button, +.notebook tab .button:active, +.notebook tab .button:hover { + padding: 0px; + border-image: none; + border-style: none; + background-image: none; + background-color: transparent; +} + +.notebook tab .button GtkImage { + border-radius: 0px; + color: shade(@theme_selected_fg_color, 1.00); + border-style: solid; + border-color: transparent; + border-width: 1px; + padding: 0; + icon-shadow: none; +} + +.notebook tab .button GtkImage:hover { + color: shade(@theme_selected_fg_color, 1.00); + border-color: alpha(black, 0.1); +} + +.notebook tab .button GtkImage:active, +.notebook tab .button GtkImage:active:hover { + background-color: alpha(black, 0.15); + color: shade(@theme_selected_fg_color, 1.00); + icon-shadow: none; + border-color: alpha(black, 0.27) + alpha(black, 0.13) + alpha(black, 0.13) + alpha(black, 0.13); +} + diff --git a/.themes/FlatStudioDarkCustom/gtk-3.0/unity-darkest.css b/.themes/FlatStudioDarkCustom/gtk-3.0/unity-darkest.css new file mode 100644 index 00000000..21ca35ff --- /dev/null +++ b/.themes/FlatStudioDarkCustom/gtk-3.0/unity-darkest.css @@ -0,0 +1,26 @@ +UnityPanelWidget, +.unity-panel { + + background-image: -gtk-gradient (linear, left top, left bottom, + from (#444), + to (#444)); + + border-width: 0px; + border-style: none; + +} + +.unity-panel.menubar, +.unity-panel .menubar { + color: #f0f0f0; + +} + +.unity-panel.menuitem, +.unity-panel .menuitem { + border-width: 0px; + + /* icon-shadow: 0 1 shade (@theme_bg_dark_color, 1.06); */ +} + + diff --git a/.themes/FlatStudioDarkCustom/gtk-3.0/unity.css b/.themes/FlatStudioDarkCustom/gtk-3.0/unity.css new file mode 100644 index 00000000..3c75886d --- /dev/null +++ b/.themes/FlatStudioDarkCustom/gtk-3.0/unity.css @@ -0,0 +1,25 @@ +UnityPanelWidget, +.unity-panel { + + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade(@theme_bg_dark_color, 1.00)), + to (shade(@theme_bg_dark_color, 1.00))); + + border-width: 0px; + border-style: none; + +} + +.unity-panel.menubar, +.unity-panel .menubar { + +} + +.unity-panel.menuitem, +.unity-panel .menuitem { + border-width: 0px; + + /* icon-shadow: 0 1 shade (@theme_bg_dark_color, 1.06); */ +} + + diff --git a/.themes/FlatStudioDarkCustom/leeme.txt b/.themes/FlatStudioDarkCustom/leeme.txt new file mode 100644 index 00000000..9c9dfd91 --- /dev/null +++ b/.themes/FlatStudioDarkCustom/leeme.txt @@ -0,0 +1,67 @@ +Autor: Rafa Cobreros rafacobreros@gmail.com +Licencia: GPL +Original theme en: http://gnome-look.org/content/show.php/FlatStudio?content=154296 + +1.- Cambiar color de selección +2.- Cambiar estilo de los botones de la barra de titulos de la ventana +3.- Seleccionar estilo para nautilus + +NOTA: + - Los cambios pueden requerir abrir/cerrar sesion para que surtan efecto + + +------------------------------------ +* 1.- Cambiar color de selección +------------------------------------ +Para aplicaciones GTK3 +Edite el archivo ../FlatStudioDark/gtk-3.0/gtk.css +sobre la linea 22 asigne el valor de color deseado a +@define-color theme_selected_bg_color @selection_blue; + + +Para GTK2 +Edite el archivo ../FlatStudioDark/gtk-2.0/gtkrc +sobre la linea 14 asigne al valor de color deseado a +gtk-color-scheme = "selected_bg_color:#XXXXXX" + + +------------------------------------------------------------------------------ +* 2.- Cambiar estilo de los botones de la barra de titulos de la ventana * +------------------------------------------------------------------------------ +Si no usas unity, en la mayoria de los casos puede ser suficiente seleccionar con gnome-tweak-tools el tema de ventanas con los botones que queremos. Si esto no es suficiente, entonces: + +En la carpeta "../FlatStudio/" hay 3 estilos de botones contenidos en los siguientes archivos: +- window_normal_buttons_dark_frame.tar.gz (Por defecto en FlatStudio) +- window_normal_buttons_light_frame.tar.gz (Por defecto en FlatStudioLight) +- window_square_buttons.tar.gz (Por defecto en FlatStudioGray y FlatStudioDark) + +Copia el contenido del archivo "window_xxxx_buttons_xxx.tar.gz" en la carpeta "../metacity-1/" y "../unity" de la carpeta correspondiente al tema que quieres cambiar. + +Ejemplo, +para poner botones cuadrados en "FlatStudioLight" +copia el contenido de "window_square_buttons.tar.gz" en las carpetas + +"../FlatStudioLight/metacity-1/", y si usas unity, también en "../FlatStudioLight/unity/" + + +---------------------------------------- +* 3.- Seleccionar estilo para nautilus * +---------------------------------------- +Editar (gedit) el archivo ../FlatStudioDark/gtk-3.0/gtk.css + +Ve a la ultima linea y encontraras 3 opciones para nautilus: + + 1.- "gnome-applications-gray.css" (nautilus sidebar y pathbar gris oscuro) + 2.- "gnome-applications-light.css" (nautilus sidebar azulado y pathbar claro)) + 3.- "gnome-applications-gray-light.css" (nautilus sidebar gris oscuro y pathbar claro) + +modifica la linea "@import" para que se corresponda con el estilo que buscas, +de forma que quede como una de las tres lineas de abajo. +(ten cuidado de dejar solo UNA de las tres) + +@import url("gnome-applications-gray.css"); +o +@import url("gnome-applications-light.css"); +o +@import url("gnome-applications-gray-light.css"); + diff --git a/.themes/FlatStudioDarkCustom/readme.txt b/.themes/FlatStudioDarkCustom/readme.txt new file mode 100644 index 00000000..4a2be1dc --- /dev/null +++ b/.themes/FlatStudioDarkCustom/readme.txt @@ -0,0 +1,64 @@ +Author: Rafa Cobreros rafacobreros@gmail.com +License: GPL +Original theme in: http://gnome-look.org/content/show.php/FlatStudio?content=154296 + +1.- Change selection color +2.- Change style of window titlebar buttons (Metacity and unity) +3.- Select style for nautilus + +NOTE: + - Changes may require open/close session to take effect + + +-------------------------------- +* 1.- Change selection color * +-------------------------------- +To GTK3 apps +Edit the file ../FlatStudioDark/gtk-3.0/gtk.css +on line 24 assigns the value of desired color +@define-color theme_selected_bg_color @selection_acid_green; + + +for GTK2 apps +Edit the file .. /FlatStudioDark/gtk-2.0/gtkrc +on line 14 assigns the value of desired color +gtk-color-scheme = "selected_bg_color:#xxxxxx" + + +------------------------------------------------- +* 2.- Change style of window titlebar buttons * +------------------------------------------------- +If you do not use unity, in most cases it can be enough to select with gnome-tweak-tools windows-theme of the buttons we want. If this is not sufficient, then: + +In the folder "../FlatStudio/" there are 3 styles of buttons contained in the following files: +- window_normal_buttons_dark_frame.tar.gz (default in FlatStudio) +- window_normal_buttons_light_frame.tar.gz (default in FlatStudioLight) +- window_square_buttons.tar.gz (default in FlatStudioGray and FlatStudioDark) + +eg +to set square buttons in "FlatStudioLight" +copy the contents of "window_square_buttons.tar.gz" in folders: + +"../FlatStudioLight/metacity-1 /" and if you use unity, also in "../FlatStudioLight/unity/" + + +--------------------------------- +* 3.- Select style for nautilus * +--------------------------------- +Edit (gedit) the file ../FlatStudioDark/gtk-3.0/gtk.css + +go to the last line of the file, there are six options for nautilus: + 1.- "gnome-applications-gray.css" (nautilus sidebar and toolbar dark gray) + 2.- "gnome-applications-light.css" (nautilus sidebar and toolbar light) + 3.- "gnome-applications-gray-light.css" (nautilus sidebar dark gray and toolbar light) + + +edit (please carefully) the corresponding line "@import" according to the style of nautilus you want, +to make it ONE of the three (not both) + +@import url("gnome-applications-gray.css"); +or +@import url("gnome-applications-light.css"); +or +@import url("gnome-applications-gray-light.css"); + diff --git a/.themes/Libra-Dark-Gruvbox/gnome-shell/bc.svg b/.themes/Libra-Dark-Gruvbox/gnome-shell/bc.svg new file mode 100644 index 00000000..c8f38b82 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/gnome-shell/bc.svg @@ -0,0 +1,10 @@ + <svg width="50" height="50" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink"> + + <filter id="blurMe"> + <feGaussianBlur in="SourceGraphic" stdDeviation="1" /> + </filter> + + <circle cx="25" cy="25" r="20" fill="#4a90d9" /> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/gnome-shell/calendar-arrow-left-hover.svg b/.themes/Libra-Dark-Gruvbox/gnome-shell/calendar-arrow-left-hover.svg new file mode 100644 index 00000000..07e7f251 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/gnome-shell/calendar-arrow-left-hover.svg @@ -0,0 +1,82 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="16" + height="16" + id="svg2" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="calendar-arrow-left-hover.svg"> + <defs + id="defs4" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="1.88" + inkscape:cx="54.250438" + inkscape:cy="26.899086" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + borderlayer="true" + inkscape:showpageshadow="false" + inkscape:window-width="930" + inkscape:window-height="681" + inkscape:window-x="436" + inkscape:window-y="59" + inkscape:window-maximized="0"> + <inkscape:grid + type="xygrid" + id="grid17403" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1036.3622)"> + <path + sodipodi:type="star" + style="fill:#ececec;fill-opacity:1;stroke:#5f5f5f;stroke-width:0.43015848;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline" + id="path18028" + sodipodi:sides="3" + sodipodi:cx="84.5" + sodipodi:cy="337.5" + sodipodi:r1="5" + sodipodi:r2="2.5" + sodipodi:arg1="0.52359878" + sodipodi:arg2="1.5707963" + inkscape:flatsided="true" + inkscape:rounded="0" + inkscape:randomized="0" + d="M 88.830127,340 80.169873,340 84.5,332.5 Z" + transform="matrix(0,1.3621708,0.99186247,0,-325.48222,929.32667)" /> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/gnome-shell/calendar-arrow-left.svg b/.themes/Libra-Dark-Gruvbox/gnome-shell/calendar-arrow-left.svg new file mode 100755 index 00000000..d5d97b3c --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/gnome-shell/calendar-arrow-left.svg @@ -0,0 +1,82 @@ +<?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.48+devel r9942 custom" + sodipodi:docname="New document 4"> + <defs + id="defs4" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="1" + inkscape:cx="8.984481" + inkscape:cy="5.6224906" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + borderlayer="true" + inkscape:showpageshadow="false" + inkscape:window-width="930" + inkscape:window-height="681" + inkscape:window-x="1892" + inkscape:window-y="272" + inkscape:window-maximized="0"> + <inkscape:grid + type="xygrid" + id="grid17403" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1036.3622)"> + <path + sodipodi:type="star" + style="fill:#5f5f5f;fill-opacity:1;stroke:#5f5f5f;stroke-width:0.43015847;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline" + id="path18028" + sodipodi:sides="3" + sodipodi:cx="84.5" + sodipodi:cy="337.5" + sodipodi:r1="5" + sodipodi:r2="2.5" + sodipodi:arg1="0.52359878" + sodipodi:arg2="1.5707963" + inkscape:flatsided="true" + inkscape:rounded="0" + inkscape:randomized="0" + d="M 88.830127,340 80.169873,340 84.5,332.5 z" + transform="matrix(0,1.3621708,0.99186247,0,-325.48222,929.32667)" /> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/gnome-shell/calendar-arrow-right-hover.svg b/.themes/Libra-Dark-Gruvbox/gnome-shell/calendar-arrow-right-hover.svg new file mode 100644 index 00000000..40cc2d4a --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/gnome-shell/calendar-arrow-right-hover.svg @@ -0,0 +1,82 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="16" + height="16" + id="svg2" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="calendar-arrow-right-hover.svg"> + <defs + id="defs4" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="2.16" + inkscape:cx="-30.133761" + inkscape:cy="43.490664" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + borderlayer="true" + inkscape:showpageshadow="false" + inkscape:window-width="930" + inkscape:window-height="681" + inkscape:window-x="436" + inkscape:window-y="59" + inkscape:window-maximized="0"> + <inkscape:grid + type="xygrid" + id="grid17403" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1036.3622)"> + <path + sodipodi:type="star" + style="fill:#f2f2f2;fill-opacity:1;stroke:#5f5f5f;stroke-width:0.43015847;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline" + id="path18028" + sodipodi:sides="3" + sodipodi:cx="84.5" + sodipodi:cy="337.5" + sodipodi:r1="5" + sodipodi:r2="2.5" + sodipodi:arg1="0.52359878" + sodipodi:arg2="1.5707963" + inkscape:flatsided="true" + inkscape:rounded="0" + inkscape:randomized="0" + d="M 88.830127,340 80.169873,340 84.5,332.5 Z" + transform="matrix(0,1.3621708,-0.99186247,0,342.48324,929.32667)" /> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/gnome-shell/calendar-arrow-right.svg b/.themes/Libra-Dark-Gruvbox/gnome-shell/calendar-arrow-right.svg new file mode 100755 index 00000000..545da7ec --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/gnome-shell/calendar-arrow-right.svg @@ -0,0 +1,82 @@ +<?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.48+devel r9942 custom" + sodipodi:docname="arrow-left.svg"> + <defs + id="defs4" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="1" + inkscape:cx="7.7366092" + inkscape:cy="6.4536271" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + borderlayer="true" + inkscape:showpageshadow="false" + inkscape:window-width="930" + inkscape:window-height="681" + inkscape:window-x="1892" + inkscape:window-y="272" + inkscape:window-maximized="0"> + <inkscape:grid + type="xygrid" + id="grid17403" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1036.3622)"> + <path + sodipodi:type="star" + style="fill:#5f5f5f;fill-opacity:1;stroke:#5f5f5f;stroke-width:0.43015847;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline" + id="path18028" + sodipodi:sides="3" + sodipodi:cx="84.5" + sodipodi:cy="337.5" + sodipodi:r1="5" + sodipodi:r2="2.5" + sodipodi:arg1="0.52359878" + sodipodi:arg2="1.5707963" + inkscape:flatsided="true" + inkscape:rounded="0" + inkscape:randomized="0" + d="M 88.830127,340 80.169873,340 84.5,332.5 z" + transform="matrix(0,1.3621708,-0.99186247,0,342.48324,929.32667)" /> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/gnome-shell/checkbox-checked.svg b/.themes/Libra-Dark-Gruvbox/gnome-shell/checkbox-checked.svg new file mode 100644 index 00000000..6c39bdf9 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/gnome-shell/checkbox-checked.svg @@ -0,0 +1,72 @@ +<?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" + viewBox="0 0 16 16" + id="svg3346" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="checkbox-checked.svg"> + <defs + id="defs3348" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="12.81" + inkscape:cx="2.0428095" + inkscape:cy="8.3871974" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + units="px" + inkscape:window-width="1325" + inkscape:window-height="744" + inkscape:window-x="41" + inkscape:window-y="24" + inkscape:window-maximized="1" /> + <metadata + id="metadata3351"> + <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="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1036.3622)"> + <rect + style="opacity:1;fill:#3cb0fd;fill-opacity:1;fill-rule:nonzero;stroke:#3cb0fd;stroke-width:1.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect3354" + width="14.113033" + height="14.113029" + x="0.96708661" + y="1037.3262" + ry="1.3576401" + rx="1.35764" /> + <path + d="m 6.3475409,1048.7912 c -0.1667266,0 -0.3335114,-0.069 -0.4607327,-0.2114 l -2.7222033,-3.0166 c -0.254559,-0.282 -0.254559,-0.7391 -9.64e-5,-1.021 0.2545977,-0.282 0.667313,-0.282 0.9215819,0 l 2.2614699,2.5056 5.4190057,-6.0044 c 0.254327,-0.2819 0.667352,-0.2819 0.921486,0 0.254559,0.2821 0.254559,0.7393 0,1.0211 l -5.879662,6.5153 c -0.1271635,0.1409 -0.2940063,0.2114 -0.4608491,0.2114 z" + id="path4257" + inkscape:connector-curvature="0" + style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.69999993;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/gnome-shell/checkbox-unchecked.svg b/.themes/Libra-Dark-Gruvbox/gnome-shell/checkbox-unchecked.svg new file mode 100644 index 00000000..f669e05d --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/gnome-shell/checkbox-unchecked.svg @@ -0,0 +1,67 @@ +<?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" + viewBox="0 0 16 16" + id="svg3346" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="checkbox-unchecked.svg"> + <defs + id="defs3348" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="29.43" + inkscape:cx="3.8324375" + inkscape:cy="8.3871974" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + units="px" + inkscape:window-width="1325" + inkscape:window-height="744" + inkscape:window-x="41" + inkscape:window-y="24" + inkscape:window-maximized="1" /> + <metadata + id="metadata3351"> + <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="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1036.3622)"> + <rect + style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#3cb0fd;stroke-width:1.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect3354" + width="14.113033" + height="14.113029" + x="0.96708661" + y="1037.3262" + ry="1.3576401" + rx="1.35764" /> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/gnome-shell/close_dash.svg b/.themes/Libra-Dark-Gruvbox/gnome-shell/close_dash.svg new file mode 100644 index 00000000..874d44f7 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/gnome-shell/close_dash.svg @@ -0,0 +1,72 @@ +<?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="24" + height="24" + viewBox="0 0 24.000001 24.000001" + id="svg5877" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="close_dash.svg"> + <defs + id="defs5879" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="8.08" + inkscape:cx="-4.7736848" + inkscape:cy="13.798034" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + units="px" + inkscape:window-width="1325" + inkscape:window-height="744" + inkscape:window-x="41" + inkscape:window-y="24" + inkscape:window-maximized="1"> + <inkscape:grid + type="xygrid" + id="grid6449" /> + </sodipodi:namedview> + <metadata + id="metadata5882"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1028.3622)"> + <path + style="fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:#ff0000;stroke-width:2.00000024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 7.8162993,1044.5468 8.2770137,-8.2762" + id="path6453" + inkscape:connector-curvature="0" /> + <path + style="fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:#ff0000;stroke-width:2.00000024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 7.8162993,1036.2706 8.2770137,8.2762" + id="path6455" + inkscape:connector-curvature="0" /> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/gnome-shell/close_dash_prelight.svg b/.themes/Libra-Dark-Gruvbox/gnome-shell/close_dash_prelight.svg new file mode 100644 index 00000000..97061786 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/gnome-shell/close_dash_prelight.svg @@ -0,0 +1,72 @@ +<?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="24" + height="24" + viewBox="0 0 24.000001 24.000001" + id="svg5877" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="close_dash_prelight.svg"> + <defs + id="defs5879" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="8.08" + inkscape:cx="-4.7736848" + inkscape:cy="13.798034" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + units="px" + inkscape:window-width="1325" + inkscape:window-height="744" + inkscape:window-x="41" + inkscape:window-y="24" + inkscape:window-maximized="1"> + <inkscape:grid + type="xygrid" + id="grid6449" /> + </sodipodi:namedview> + <metadata + id="metadata5882"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1028.3622)"> + <path + style="fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:#ff0000;stroke-width:2.00000024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 7.3014388,1045.0617 9.3067352,-9.3059" + id="path6453" + inkscape:connector-curvature="0" /> + <path + style="fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:#ff0000;stroke-width:2.00000024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 7.3014388,1035.7558 9.3067352,9.3059" + id="path6455" + inkscape:connector-curvature="0" /> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/gnome-shell/dash-placeholder.svg b/.themes/Libra-Dark-Gruvbox/gnome-shell/dash-placeholder.svg new file mode 100755 index 00000000..cbae148a --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/gnome-shell/dash-placeholder.svg @@ -0,0 +1,84 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + width="76" + height="27" + id="svg11252" + version="1.1"> + <defs + id="defs11254"> + <radialGradient + xlink:href="#linearGradient39563-4-2" + id="radialGradient68155-2-3" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,0.3486842,0,317.8421)" + cx="49" + cy="488" + fx="49" + fy="488" + r="38" /> + <linearGradient + id="linearGradient39563-4-2"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop39565-1-4" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop39567-7-9" /> + </linearGradient> + <radialGradient + xlink:href="#linearGradient39573-6-1" + id="radialGradient68157-0-8" + gradientUnits="userSpaceOnUse" + cx="50.5" + cy="487.5" + fx="50.5" + fy="487.5" + r="10.5" /> + <linearGradient + id="linearGradient39573-6-1"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop39575-5-6" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop39577-1-2" /> + </linearGradient> + </defs> + <g + id="layer1" + transform="translate(-337,-518.86218)"> + <g + id="g99967" + style="display:inline" + transform="translate(326,44.862171)"> + <rect + style="opacity:0.49375;color:#000000;fill:url(#radialGradient68155-2-3);fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect99969" + width="76" + height="2" + x="11" + y="487" + rx="0" + ry="0" /> + <path + style="opacity:0.43125;color:#000000;fill:url(#radialGradient68157-0-8);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="path99971" + d="M 61,487.5 C 61,493.29899 56.29899,498 50.5,498 44.70101,498 40,493.29899 40,487.5 40,481.70101 44.70101,477 50.5,477 c 5.79899,0 10.5,4.70101 10.5,10.5 z" + transform="matrix(1.2857143,0,0,1.2857143,-14.428572,-139.28571)" /> + <path + transform="matrix(0.43589747,0,0,0.43589747,28.487179,275)" + d="M 61,487.5 C 61,493.29899 56.29899,498 50.5,498 44.70101,498 40,493.29899 40,487.5 40,481.70101 44.70101,477 50.5,477 c 5.79899,0 10.5,4.70101 10.5,10.5 z" + id="path99973" + style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/gnome-shell/filter-selected-ltr.svg b/.themes/Libra-Dark-Gruvbox/gnome-shell/filter-selected-ltr.svg new file mode 100755 index 00000000..62c8e5b7 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/gnome-shell/filter-selected-ltr.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="10" + height="20" + id="svg10003" + version="1.1" + inkscape:version="0.47 r22583" + sodipodi:docname="filter-selected.svg"> + <defs + id="defs10005"> + <inkscape:perspective + sodipodi:type="inkscape:persp3d" + inkscape:vp_x="0 : 32 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_z="64 : 32 : 1" + inkscape:persp3d-origin="32 : 21.333333 : 1" + id="perspective10011" /> + <inkscape:perspective + id="perspective9998" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 0.5 : 1" + sodipodi:type="inkscape:persp3d" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="5.5" + inkscape:cx="32" + inkscape:cy="10.181818" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:document-units="px" + inkscape:grid-bbox="true" + inkscape:window-width="1680" + inkscape:window-height="994" + inkscape:window-x="0" + inkscape:window-y="26" + inkscape:window-maximized="1" /> + <metadata + id="metadata10008"> + <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(0,-44)"> + <path + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="/home/jimmac/src/cvs/gnome/gnome-shell-design/mockups/app-picker.png" + sodipodi:nodetypes="cccc" + inkscape:connector-curvature="0" + id="rect34320" + d="m -0.18726572,54.181804 10.55634072,10.55636 10e-6,-21.11269 z" + style="opacity:0.21000001;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.99999988;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/gnome-shell/filter-selected-rtl.svg b/.themes/Libra-Dark-Gruvbox/gnome-shell/filter-selected-rtl.svg new file mode 100755 index 00000000..94af6bb8 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/gnome-shell/filter-selected-rtl.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="10" + height="20" + id="svg10003" + version="1.1" + inkscape:version="0.48.1 r9760" + sodipodi:docname="filter-selected-ltr.svg"> + <defs + id="defs10005"> + <inkscape:perspective + sodipodi:type="inkscape:persp3d" + inkscape:vp_x="0 : 32 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_z="64 : 32 : 1" + inkscape:persp3d-origin="32 : 21.333333 : 1" + id="perspective10011" /> + <inkscape:perspective + id="perspective9998" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 0.5 : 1" + sodipodi:type="inkscape:persp3d" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="5.5" + inkscape:cx="32.363636" + inkscape:cy="10.181818" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:document-units="px" + inkscape:grid-bbox="true" + inkscape:window-width="1440" + inkscape:window-height="839" + inkscape:window-x="0" + inkscape:window-y="26" + inkscape:window-maximized="1" /> + <metadata + id="metadata10008"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + inkscape:label="Layer 1" + inkscape:groupmode="layer" + transform="translate(0,-44)"> + <path + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="/home/jimmac/src/cvs/gnome/gnome-shell-design/mockups/app-picker.png" + sodipodi:nodetypes="cccc" + inkscape:connector-curvature="0" + id="rect34320" + d="m 10.369085,54.181804 -10.55634072,10.55636 -1e-5,-21.11269 z" + style="opacity:0.21000001;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.99999988;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/gnome-shell/gnome-shell.css b/.themes/Libra-Dark-Gruvbox/gnome-shell/gnome-shell.css new file mode 100644 index 00000000..b938449b --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/gnome-shell/gnome-shell.css @@ -0,0 +1,941 @@ +/* default text style */ +stage { + color: #ffffff; +} + +/* this is the panel not the buttons on it*/ + +.panel-button:active > .system-status-icon, +.panel-button:checked > .system-status-icon, +.panel-button:focus > .system-status-icon { + icon-shadow: transparent; +} + +/* dash and related*/ + +#dash { + background-color: rgba(0,0,0,0.0); + border-radius : 0px; +} + +.dash-label, +.window-caption { + background : #616161; + border-radius : 2px; + border : 0px; +} + +/* icons in the dash*/ + +.app-well-app > .overview-icon, +.show-apps > .overview-icon, +.search-provider-icon, +.list-search-result, +.grid-search-result .overview-icon { + border : 0px; + border-radius : 0px; + color: #efefef; +} + +.app-well-app.running > .overview-icon { + text-shadow: black 0px ; + background-size: contain; + background-color: rgba(255, 255, 255, 0.10); + border : 0px; + border-radius : 2px; + color: #efefef; +} + +.app-well-app:hover > .overview-icon, +.show-apps:hover > .overview-icon, +.search-provider-icon:hover, +.list-search-result:hover, +.grid-search-result:hover .overview-icon { + text-shadow: black 0px ; + background-color: #3cb0fd; + border : 0px; + border-radius : 2px; +} + +.app-well-app:checked > .overview-icon, +.app-well-app:active > .overview-icon, +.show-apps:checked > .overview-icon, +.show-apps:active > .overview-icon, +.search-provider-icon:active, +.grid-search-result:active .overview-icon, +.list-search-result:active { + background-color : #3cb0fd; + color: #fff; + background-gradient-direction : none; + border-radius: 2px; + transition-duration: 100ms; +} + + + +.dash-label, +.window-caption, +.switcher-list, +.app-well-app > .overview-icon, +.show-apps > .overview-icon, +.grid-search-result .overview-icon { + +} + +.workspace-thumbnails { + visible-width: 32px; + border: 0px; + border-radius: 0px 0px 0px 0px; + background-color: rgba(0,0,0,0.0); +} + + + +.login-dialog StEntry, +.notification StEntry, +.modal-dialog StEntry { + color : rgba(0,0,0,0.87); + caret-color : rgba(0,0,0,0.54); + selected-color : #616161; + background-gradient-direction: none; + background-color : #ffffff; + border-color : rgba(0,0,0,0.54); + caret-size: 1px + border : 0px; + border-radius : 0px; + border-bottom: 2px; + box-shadow : inset 0px 0px 0px rgba(0,0,0,0.0); +} + +/* Common radii */ + +.app-view-controls, +#screenShieldNotifications { + border-radius : 4px; + border : 0px; +} + + +.system-menu-action { + background-color: #4a90d9; + color: #ffffff; + border: 0px; + padding: 13px; + transition-duration :0.2s; + transition-timing-function : cubic-bezier(0.4, 0, 0.2, 1); + transition-delay: 0.2s; +} + +.system-menu-action:hover, +.system-status-icon:focus { + background-color: #3cb0fd; + color: #fff; +} + +.system-menu-action:active { + background-color: #3cb0fd; + transition-delay: 0s; + color: #fff; +} + +/* Run or modal Dialog : alt+F2*/ +.modal-dialog { + background-color: #272727; + border-color : #505050; + color: #efefef; + border : 1px; + border-radius : 2px; + box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26); +} + +.run-dialog-label { + font-size: 12pt; + font-weight: normal; + color: rgba(0,0,0,0.54); + padding-bottom: .4em; +} + +/* These are the bottom buttons of the dash, below the icons (Frequent All)*/ +.app-view-control { + + background-gradient-direction : none; + background-color: #272727; + border-color : #505050; + color: #efefef; +} + +.app-view-control:checked { + background-gradient-direction : none; + background-color: #272727; + border-color : #505050; + color: #efefef; +} + +.app-view-control:first-child:ltr, +.app-view-control:last-child:rtl { + border-radius: 2px 0px 0px 2px; + border-right-width: 0px; +} + +.app-view-control:last-child:ltr, +.app-view-control:first-child:rtl { + border-radius: 0px 2px 2px 0px; +} + +/* Slider */ + +.slider { + height: 2px; + -slider-height: 2px; + -slider-border-width: 0px; + -slider-handle-radius: 6px; + -slider-border-color: #4a90d9; + -slider-active-background-color: #4a90d9; + -slider-background-color: rgba(0,0,0,0.26); + color : #4a90d9; + box-shadow: 0 2px 5px 0 red; +} + + +/* switcher */ +.switcher-list { + color : #000000; + background-color : #ffffff; + border-color : #e0e0e0; + box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26); + border : 1px; + border-radius : 2px; + font-weight : normal; +} + +.switcher-list .item-box { + border: 0; + border-radius: 0; + border-bottom: 2px rgba(0, 0, 0, 0); +} + +.switcher-list .item-box:outlined { + border: 0; + border-bottom : 2px #616161; +} + +.switcher-list .item-box:selected { + border:0px; + border-color: #616161; + border-bottom: 2px; +} + +.notification { + border-radius: 2px; + background-color: #272727; + border-color : #505050; + color: #efefef; + box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26); +} +/* Switches */ +.toggle-switch { + width: 65px; + height: 22px; +} + +.toggle-switch-us { + background-image: url("switch-on.svg"); + background-size: 3em; +} +.toggle-switch-us:checked { + background-image: url("switch-off.svg"); + background-size: 3em; +} +/* Workspace Switcher */ +.workspace-switcher-group { + padding: 12px; +} + +.workspace-switcher-container { + background: rgba(0,0,0,0.0); + border: 0px solid rgba(128,128,128,0.40); + border-radius: 2px; + padding: 20px; +} + +.workspace-switcher { + background: transparent; + border: 0px; + border-radius: 0px; + padding: 0px; + spacing: 8px; +} + +.ws-switcher-active-up, +.ws-switcher-active-down{ + border: 0px; + background: transparent; + background-image: url("bc.svg"); + border-radius: 0px; +} + +.ws-switcher-box { + height: 24px; + border: 0px solid rgba(85,85,85,0.5); + background: transparent; + background-image: url("wc.svg"); + border-radius: 0px; +} +/* Check Boxes */ + +.check-box StBin { + background-image: url("checkbox-unchecked.svg"); + background-size : contain; +} + +.check-box:focus StBin { + background-image: url("checkbox-unchecked.svg"); +} + +.check-box:checked StBin { + background-image: url("checkbox-checked.svg"); +} + +.check-box:focus:checked StBin { + background-image: url("checkbox-checked.svg"); +} + +/* this is for closing the windows as well as the notifications*/ +.window-close, +.notification-close { + background-size: 48px; + background-image: url("close_dash.svg"); +} + +.window-close:active, +.window-close:hover, +.notification-close:active, +.notification-close:hover { + background-size: 48px; + background-image: url("close_dash_prelight.svg"); +} + +.window-clone-border { + border : 0px; + border-radius : 0px; +} + +/* OSD: these are the modification of sound and so on */ +.osd-window { + background-color: #272727; + border: 1px solid #505050; + color: #efefef; + border-radius: 2px; + + box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26); +} + +.osd-window .level { + height : 1px; + border-radius : 0px; + background-color: #272727; + color: #efefef; +} + +/* scroll bars*/ + +StScrollView StScrollBar { + min-width: 6px; + min-height: 14px; +} + +StScrollBar StBin#trough { + background-color: #272727; + border-radius : 2px; +} + +StScrollBar StButton#vhandle, StScrollBar StButton#hhandle { + background-color : #03a9f4; + border : 0; + border-radius : 2px; +} + +StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { + background-color : rgba(74, 144, 217, 0.75); +} + +/* Message Tray */ + +#message-tray { + background-color: #272727; + color: #efefef; +} +/* Calendar popup */ + +.calendar-vertical-separator { + -stipple-width: 1px; + -stipple-color: #505050; + width: 0.3em; +} + +.calendar { + padding: .4em 1.75em 3em 1.75em; +} + +.calendar-month-label { + color: #efefef; + font-size: 9.5pt; + font-weight: bold; + padding-bottom: 8px; + padding-top: 8px; +} + +.calendar-month-label:focus { + +} + +.calendar-change-month-back { + width: 18px; + height: 12px; + background-image: url("calendar-arrow-left.svg"); + border-radius: 4px; +} + +.calendar-change-month-back:rtl { + background-image: url("calendar-arrow-right.svg"); +} + +.calendar-change-month-back:hover, +.calendar-change-month-back:focus { + background-image: url("calendar-arrow-left-hover.svg"); + background-color: #272727; +} +.calendar-change-month-back:active { + background-image: url("calendar-arrow-left-hover.svg"); + background-color: #272727; +} +.calendar-change-month-back:hover:rtl, +.calendar-change-month-back:focus:rtl { + background-image: url("calendar-arrow-left-hover.svg"); + background-color: #272727; +} +.calendar-change-month-back:active:rtl { + background-image: url("calendar-arrow-left-hover.svg"); + background-color: #272727; +} + +.calendar-change-month-forward { + width: 18px; + height: 12px; + background-image: url("calendar-arrow-right.svg"); + border-radius: 4px; +} + +.calendar-change-month-forward:rtl { + background-image: url("calendar-arrow-left.svg"); +} + +.calendar-change-month-forward:hover, +.calendar-change-month-forward:focus { + background-image: url("calendar-arrow-right-hover.svg"); + background-color: #272727; +} +.calendar-change-month-forward:active { + background-image: url("calendar-arrow-right-hover.svg"); + background-color: #272727; +} +.calendar-change-month-forward:hover:rtl, +.calendar-change-month-forward:focus:rtl { + background-image: url("calendar-arrow-left-hover.svg"); + background-color: #272727; +} +.calendar-change-month-forward:active:rtl { + background-image: url("calendar-arrow-left-hover.svg"); + background-color: #272727; +} + +.datemenu-date-label { + padding: .4em 1.7em; + font-weight: bold; + text-align: center; + color: #efefef; + border-radius: 4px; +} + +.datemenu-date-label:hover, +.datemenu-date-label:focus { + background-color: #3cb0fd; + color: #fff; +} + +.datemenu-date-label:active { + background-color: #3cb0fd; + color: #fff; +} + +.calendar-day-base { + color: #efefef; + font-size: 9pt; + text-align: center; + width: 2.4em; + height: 2.4em; +} + +.calendar-day-base:hover, +.calendar-day-base:focus { + background-color: #272727; + color: #fff; +} + +.calendar-day-base:active { + background-color: #3cb0fd; + color: #fff; +} + +.calendar-day-heading { + color: #efefef; + padding-top: .2em; + height: 1.7em; +} + +.calendar-week-number { + color: #efefef; + font-weight: bold; +} + +/* Hack used in lieu of border-collapse - see calendar.js */ +.calendar-day { + color: #efefef; + border-top-width: 0; + border-left-width: 0; +} + +.calendar-day-top { + border-top-width: 1px; +} + +.calendar-day-left { + border-left-width: 1px; +} + +.calendar-work-day { +} + +.calendar-nonwork-day { + background-color: rgba(128, 128, 128, 0.1); +} + +.calendar-today { + background-image: none; + color: #efefef; + font-weight: bold; +} + +.calendar-day-with-events { + font-weight: bold; + color: #3cb0fd; +} +.calendar-day-with-events:focus, +.calendar-day-with-events:active { + font-weight: bold; + background-color: #3cb0fd; + color: #fff; +} +.calendar-other-month-day { + color: #efefef; +} + +.events-table { + width: 320px; + spacing-columns: 6pt; + padding: 0 1.4em; +} + +.events-table:ltr { + padding-right: 1.9em; +} + +.events-table:rtl { + padding-left: 1.9em; +} + +.events-day-header { + font-weight: bold; + color: #efefef; + padding-left: 0.4em; + padding-top: 1.2em; +} + +.events-day-header:first-child { + padding-top: 0; +} + +.events-day-header:rtl { + padding-left: 0; + padding-right: 0.4em; +} + +.events-day-dayname { + color: #efefef; + text-align: left; + min-width: 20px; +} + +.events-day-dayname:rtl { + text-align: right; +} + +.events-day-time { + color: #efefef; + text-align: right; +} + +.events-day-time-ellipses { + color: #efefef; +} + +.events-day-time:rtl { + text-align: left; +} + +.events-day-task { + color: #efefef; + padding-left: 8pt; +} + +.events-day-task:rtl { + padding-left: 0px; + padding-right: 8pt; +} +/* buttons */ + +.candidate-page-button, +.notification-button, +.notification-icon-button, +.hotplug-notification-item, +.hotplug-resident-eject-button, +.modal-dialog-button{ + height : 3ex; + border-radius: 1px; + border: 0px; + color: #ffffff; + text-transform : uppercase; + font-weight : normal; + font-size : 12pt; + background-gradient-direction: none; + background-color : #4a90d9; + transition-duration : 0.2s; + transition-timing-function : cubic-bezier(0.4, 0, 0.2, 1); + transition-delay: 0.2s; +} + +.candidate-page-button:hover, +.notification-button:hover, +.notification-icon-button:hover, +.hotplug-notification-item:hover, +.hotplug-resident-eject-button:hover, +.modal-dialog-button:hover { + background-color : #3cb0fd; + color: #fff; +} + +.candidate-page-button:active, +.candidate-page-button:pressed, +.notification-button:active, +.notification-icon-button:active, +.hotplug-notification-item:active, +.hotplug-resident-eject-button:active, +.modal-dialog-button:active, +.modal-dialog-button:pressed { + background-color : #3cb0fd; + color: #fff; +} + +.candidate-page-button:insensitive, +.notification-button:insensitive, +.notification-icon-button:insensitive, +.hotplug-notification-item:insensitive, +.hotplug-resident-eject-button:insensitive, +.modal-dialog-button:insensitive { + background-color : rgba(0,0,0,0.12); + color : rgba(0,0,0,0.26); + border-color : #505050; +} + +.notification-button:focus, +.notification-icon-button:focus, +.hotplug-notification-item:focus, +.modal-dialog-button:focus, +.app-view-control:focus { + border-width : 0px; +} + +/* panel */ + +#panel { + background-color: #272727; + box-shadow : 0 2px 5px 0 rgba(0, 0, 0, 0.26); +} +.panel-corner { + -panel-corner-radius: 0px; +} + +#panel:overview { + background-color: rgba(0,0,0,0.0); +} + +/* these are dealing with features of the buttons in panel*/ +.panel-button{ + color : #fff; + background-color : transparent; + font-weight : normal; + text-shadow : transparent; + -natural-hpadding: 18px; + -minimum-hpadding: 6px; +} + +.panel-button:hover, +.panel-button:active, +.panel-button:overview, +.panel-button:focus { + text-shadow: #000 1px 1px 1px; +} + +/* PopupMenu */ + +.popup-menu-ornament { + text-align: right; + width: 1em; +} + +.popup-menu-boxpointer, +.candidate-popup-boxpointer { + -arrow-border-radius: 3px; + -arrow-background-color: #272727; + -arrow-border-width: 1px; + -arrow-border-color: #505050; + -arrow-base: 24px; + -arrow-rise: 11px; + color: #fff; +} +.popup-menu-boxpointer.fallback-app-menu { + -arrow-border-radius: 3px; + -arrow-background-color: #272727; + -arrow-border-width: 1px; + -arrow-border-color: #505050; + -arrow-base: 24px; + -arrow-rise: 11px; + color: #fff; +} + +.popup-menu-boxpointer.fallback-app-menu.dark { + -arrow-background-color: #272727; + -arrow-border-color: #505050; + color: #fff; +} + + +.popup-menu { + min-width: 200px; +} + +.popup-menu-arrow { + width: 16px; + height: 16px; + background-color: #272727; + color: #efefef; +} + +.popup-submenu-menu-item:open { + background-color: #272727; + color: #efefef; +} + +.fallback-app-menu .popup-submenu-menu-item:open { + background-color: #272727; + color: #efefef; +} + +.fallback-app-menu.dark .popup-submenu-menu-item:open { + background-color: #272727; + color: #efefef; +} + +.popup-sub-menu { + background-gradient-direction : none; + box-shadow: none; + background-color: #272727; + color: #efefef; +} + +.fallback-app-menu .popup-sub-menu { + box-shadow: none; + background-color: #272727; + color: #efefef; +} + +.fallback-app-menu.dark .popup-sub-menu { + box-shadow: none; + background-color: #272727; + color: #efefef; +} + +.popup-sub-menu:scrolled .popup-menu-item:ltr { + padding-right: 0em; + background-color: #272727; + color: #efefef; +} + +.popup-sub-menu:scrolled .popup-menu-item:rtl { + padding-left: 0em; + background-color: #272727; + color: #efefef; +} + +.popup-sub-menu StScrollBar { + padding: 4px; +} + +.popup-sub-menu StScrollBar StBin#trough { + border-width: 0px; +} + +.popup-sub-menu StScrollBar StBin#vhandle { + border-width: 0px; +} + +.app-well-menu { + max-width: 400px; +} + +/* The remaining popup-menu sizing is all done in ems, so that if you + * override .popup-menu.font-size, everything else will scale with it. + */ +.popup-menu-content { + padding: 1em 0em; + background-color: #272727; + color: #efefef; + +} + +.popup-menu-item { + spacing: 12px; + background-color: #272727; + color: #efefef; +} + +.popup-menu-item:ltr { + padding: .4em 1.75em .4em 0em; +} + +.popup-menu-item:rtl { + padding: .4em 0em .4em 1.75em; +} + +.popup-menu-item:active { + background-color: #3cb0fd; + color: #fff; +} + +.popup-menu-item:insensitive { + color: #9f9f9f; +} + +.fallback-app-menu .popup-menu-item { + background-color: #272727; + color: #efefef; +} + +.fallback-app-menu .popup-menu-item:active { + background-color: #3cb0fd; + color: #fff; +} + +.fallback-app-menu .popup-menu-item:insensitive { + color: gray; +} + +.fallback-app-menu.dark .popup-menu-item { + background-color: #272727; + color: #efefef; +} + +.fallback-app-menu.dark .popup-menu-item:active { + background-color: #3cb0fd; + color: #fff; +} + +.fallback-app-menu.dark .popup-menu-item:insensitive { + color: #9f9f9f; +} + +.popup-separator-menu-item { + -gradient-height: 1px; + -gradient-start: #c3c3c3; + -gradient-end: #c3c3c3; + -margin-horizontal: 24px; + height: 1px; + padding: 8px 0px; +} + +.fallback-app-menu .popup-separator-menu-item { + -gradient-start: #a0a2a3; + -gradient-end: #a0a2a3; + -margin-horizontal: 0; +} + +.fallback-app-menu.dark .popup-separator-menu-item { + -gradient-start: #818584; + -gradient-end: #818584; +} + +.popup-status-menu-item { + font-weight: normal; + color: #efefef; +} + +.popup-inactive-menu-item, .popup-inactive-menu-item:insensitive { + color: #505050; +} + +.popup-menu-icon { + icon-size: 1.09em; + color: #efefef; +} + +/* search */ + +.search-entry, +.search-entry:hover, +.search-entry:focus { + color: rgba(255,255,255,0.87); + caret-color: rgba(255,255,255,0.54); + selected-color: rgba(255,255,255,0.54); + background-gradient-direction: none; + background-color: transparent; + border-color : rgba(255,255,255,0.54); + font-size: 12pt; + font-weight : normal; + caret-size: 1px; + border-radius: 0px; + border: 0px; + border-bottom: 2px; + box-shadow : inset 0px 0px 0px rgba(0,0,0,0.0); +} + +.search-entry-icon { + color: rgba(255,255,255,0.54); +} + +/* network manager */ +.nm-dialog-scroll-view { + background-color : transparent; + border: 0px; + border-radius: 0px; +} + +.nm-dialog-item { + color : rgba(0,0,0,0.87); + font-size: 10pt; + border-bottom: 1px solid white; +} + +.nm-dialog-item:focus { + color : #ffffff; + background-color: #3cb0fd; +} diff --git a/.themes/Libra-Dark-Gruvbox/gnome-shell/ic_close_white_48dp.png b/.themes/Libra-Dark-Gruvbox/gnome-shell/ic_close_white_48dp.png new file mode 100644 index 00000000..60fa0867 Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gnome-shell/ic_close_white_48dp.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gnome-shell/logged-in-indicator.svg b/.themes/Libra-Dark-Gruvbox/gnome-shell/logged-in-indicator.svg new file mode 100755 index 00000000..c0267ea0 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/gnome-shell/logged-in-indicator.svg @@ -0,0 +1,130 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="300" + height="80" + id="svg7355" + version="1.1" + inkscape:version="0.48.2 r9819" + sodipodi:docname="logged-in-indicator.svg"> + <metadata + id="metadata4175"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <sodipodi:namedview + pagecolor="#2c1cff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:window-width="1440" + inkscape:window-height="843" + id="namedview4173" + showgrid="false" + inkscape:zoom="2.8760889" + inkscape:cx="106.00403" + inkscape:cy="80.68078" + inkscape:window-x="0" + inkscape:window-y="27" + inkscape:window-maximized="1" + inkscape:current-layer="g30864" /> + <defs + id="defs7357"> + <radialGradient + xlink:href="#linearGradient36429" + id="radialGradient7461" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.5919312,0,0,0.57582113,-20.687059,48.400487)" + cx="47.428951" + cy="167.16817" + fx="47.428951" + fy="167.16817" + r="37" /> + <linearGradient + id="linearGradient36429"> + <stop + id="stop36431" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop36433" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <radialGradient + xlink:href="#linearGradient36471" + id="radialGradient7463" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.1891549,0,0,0.55513246,-9.281289,36.12653)" + cx="49.067139" + cy="242.50381" + fx="49.067139" + fy="242.50381" + r="37.00671" /> + <linearGradient + id="linearGradient36471"> + <stop + id="stop36473" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop36475" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <radialGradient + r="37.00671" + fy="242.50381" + fx="49.067139" + cy="242.50381" + cx="49.067139" + gradientTransform="matrix(3.4218418,0,0,0.03365337,-61.309005,138.5071)" + gradientUnits="userSpaceOnUse" + id="radialGradient7488" + xlink:href="#linearGradient36471" /> + </defs> + <g + id="layer1" + transform="matrix(1.6213276,0,0,1.6213276,-431.6347,-272.5745)"> + <g + style="display:inline" + id="g30864" + transform="translate(255.223,70.118091)"> + <rect + ry="3.4593496" + rx="8.8641119" + y="76.159348" + x="12.596948" + height="71.116341" + width="182.22595" + id="rect14000" + style="opacity:0.371875;fill:url(#radialGradient7461);fill-opacity:1;stroke:none" /> + <path + id="rect34520" + d="m 194.80022,146.83551 -182.559919,0" + style="opacity:0.35;fill:none;stroke:url(#radialGradient7488);stroke-width:0.61184424;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" + connector-curvature="0" + inkscape:connector-curvature="0" + sodipodi:nodetypes="cc" /> + </g> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/gnome-shell/more-results.svg b/.themes/Libra-Dark-Gruvbox/gnome-shell/more-results.svg new file mode 100755 index 00000000..d2fe5f25 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/gnome-shell/more-results.svg @@ -0,0 +1,114 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="16" + height="16" + id="svg12430" + version="1.1" + inkscape:version="0.48.4 r9939" + sodipodi:docname="more-results.svg"> + <defs + id="defs12432" /> + <sodipodi:namedview + id="base" + pagecolor="#7a7a7a" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="90.509668" + inkscape:cx="6.5009792" + inkscape:cy="8.3589595" + inkscape:document-units="px" + inkscape:current-layer="g14642-3-0" + showgrid="false" + borderlayer="true" + inkscape:showpageshadow="false" + inkscape:window-width="1440" + inkscape:window-height="840" + inkscape:window-x="0" + inkscape:window-y="27" + inkscape:window-maximized="1"> + <inkscape:grid + type="xygrid" + id="grid13002" /> + </sodipodi:namedview> + <metadata + id="metadata12435"> + <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="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1036.3622)"> + <g + style="display:inline" + transform="translate(-141.99984,638.37113)" + inkscape:label="zoom-in" + id="g14642-3-0"> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="0" + inkscape:original="M 145.1875 400 C 144.5248 400 144 400.54899 144 401.21875 L 144 410.78125 C 144 411.45101 144.5248 412 145.1875 412 L 154.8125 412 C 155.4752 412 156 411.45101 156 410.78125 L 156 401.21875 C 156 400.54899 155.4752 400 154.8125 400 L 145.1875 400 z M 149 403 L 151 403 L 151 405 L 153 405 L 153 407 L 151 407 L 151 409 L 149 409 L 149 407 L 147 407 L 147 405 L 149 405 L 149 403 z " + xlink:href="#rect11749-5-0-1-8" + style="color:#bebebe;fill:#000000;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;opacity:0.8" + id="path13004" + inkscape:href="#rect11749-5-0-1-8" + d="M 145.1875,400 C 144.5248,400 144,400.54899 144,401.21875 l 0,9.5625 c 0,0.66976 0.5248,1.21875 1.1875,1.21875 l 9.625,0 c 0.6627,0 1.1875,-0.54899 1.1875,-1.21875 l 0,-9.5625 C 156,400.54899 155.4752,400 154.8125,400 L 145.1875,400 z m 3.8125,3 2,0 0,2 2,0 0,2 -2,0 0,2 -2,0 0,-2 -2,0 0,-2 2,0 L 149,403 Z" + transform="translate(0,1)" /> + <use + x="0" + y="0" + xlink:href="#path13004" + id="use11960" + transform="translate(1,-1)" + width="16" + height="16" /> + <use + x="0" + y="0" + xlink:href="#use11960" + id="use11962" + transform="translate(-2,0)" + width="16" + height="16" /> + <path + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" + d="M 7 5 L 7 7 L 5 7 L 5 9 L 7 9 L 7 11 L 9 11 L 9 9 L 11 9 L 11 7 L 9 7 L 9 5 L 7 5 z " + transform="translate(141.99984,397.99107)" + id="rect3757" /> + <path + inkscape:connector-curvature="0" + style="color:#bebebe;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible" + d="M 145.1875,400 C 144.5248,400 144,400.54899 144,401.21875 l 0,9.5625 c 0,0.66976 0.5248,1.21875 1.1875,1.21875 l 9.625,0 c 0.6627,0 1.1875,-0.54899 1.1875,-1.21875 l 0,-9.5625 C 156,400.54899 155.4752,400 154.8125,400 L 145.1875,400 z m 3.8125,3 2,0 0,2 2,0 0,2 -2,0 0,2 -2,0 0,-2 -2,0 0,-2 2,0 L 149,403 Z" + id="rect11749-5-0-1-8" /> + <rect + style="fill:none;stroke:none" + id="rect3620-5-4" + width="15.981825" + height="16" + x="142" + y="398" + rx="0" + ry="0" /> + </g> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/gnome-shell/page-indicator-active.svg b/.themes/Libra-Dark-Gruvbox/gnome-shell/page-indicator-active.svg new file mode 100755 index 00000000..51a76024 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/gnome-shell/page-indicator-active.svg @@ -0,0 +1,71 @@ +<?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="18" + height="18" + id="svg4703" + version="1.1" + inkscape:version="0.48.4 r9939" + sodipodi:docname="page-indicator-pushed.svg"> + <defs + id="defs4705" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="31.392433" + inkscape:cx="1.0245308" + inkscape:cy="13.3715" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:window-width="2560" + inkscape:window-height="1374" + inkscape:window-x="0" + inkscape:window-y="27" + inkscape:window-maximized="1"> + <inkscape:grid + type="xygrid" + id="grid6140" /> + </sodipodi:namedview> + <metadata + id="metadata4708"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + inkscape:label="Layer 1" + inkscape:groupmode="layer" + transform="translate(0,2)"> + <path + transform="matrix(0.54617904,0,0,0.62523128,-1131.9904,-392.39214)" + d="m 2099.9808,638.83099 a 10.985409,9.5964489 0 1 1 -21.9708,0 10.985409,9.5964489 0 1 1 21.9708,0 z" + sodipodi:ry="9.5964489" + sodipodi:rx="10.985409" + sodipodi:cy="638.83099" + sodipodi:cx="2088.9954" + id="path4711" + style="fill:#fdffff;fill-opacity:1;stroke:none" + sodipodi:type="arc" /> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/gnome-shell/page-indicator-checked.svg b/.themes/Libra-Dark-Gruvbox/gnome-shell/page-indicator-checked.svg new file mode 100755 index 00000000..38b720f8 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/gnome-shell/page-indicator-checked.svg @@ -0,0 +1,67 @@ +<?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="18" + height="18" + id="svg4703" + version="1.1" + inkscape:version="0.48.4 r9939" + sodipodi:docname="page-indicator-active.svg"> + <defs + id="defs4705" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="22.197802" + inkscape:cx="2.1522887" + inkscape:cy="16.782904" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:window-width="1920" + inkscape:window-height="1021" + inkscape:window-x="0" + inkscape:window-y="27" + inkscape:window-maximized="1" /> + <metadata + id="metadata4708"> + <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(0,2)"> + <path + transform="matrix(0.72823872,0,0,0.8336417,-1512.2872,-525.55618)" + d="m 2099.9808,638.83099 c 0,5.29998 -4.9184,9.59645 -10.9854,9.59645 -6.0671,0 -10.9854,-4.29647 -10.9854,-9.59645 0,-5.29997 4.9183,-9.59645 10.9854,-9.59645 6.067,0 10.9854,4.29648 10.9854,9.59645 z" + sodipodi:ry="9.5964489" + sodipodi:rx="10.985409" + sodipodi:cy="638.83099" + sodipodi:cx="2088.9954" + id="path4711" + style="fill:#fdffff;fill-opacity:0.94117647;stroke:none" + sodipodi:type="arc" /> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/gnome-shell/page-indicator-hover.svg b/.themes/Libra-Dark-Gruvbox/gnome-shell/page-indicator-hover.svg new file mode 100755 index 00000000..a4ea72ff --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/gnome-shell/page-indicator-hover.svg @@ -0,0 +1,67 @@ +<?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="18" + height="18" + id="svg5266" + version="1.1" + inkscape:version="0.48.4 r9939" + sodipodi:docname="page-indicator-inactive.svg"> + <defs + id="defs5268" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="11.313709" + inkscape:cx="-2.307566" + inkscape:cy="17.859535" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:window-width="2560" + inkscape:window-height="1374" + inkscape:window-x="0" + inkscape:window-y="27" + inkscape:window-maximized="1" /> + <metadata + id="metadata5271"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + inkscape:label="Layer 1" + inkscape:groupmode="layer" + transform="translate(0,2)"> + <path + sodipodi:type="arc" + style="fill:none;fill-opacity:0;stroke:#ffffff;stroke-width:2.93356276000000005;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" + id="path5274" + sodipodi:cx="2088.9954" + sodipodi:cy="638.83099" + sodipodi:rx="10.985409" + sodipodi:ry="9.5964489" + d="m 2099.9808,638.83099 c 0,5.29998 -4.9184,9.59645 -10.9854,9.59645 -6.0671,0 -10.9854,-4.29647 -10.9854,-9.59645 0,-5.29997 4.9183,-9.59645 10.9854,-9.59645 6.067,0 10.9854,4.29648 10.9854,9.59645 z" + transform="matrix(0.63720887,0,0,0.72943648,-1322.1264,-458.98661)" /> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/gnome-shell/page-indicator-inactive.svg b/.themes/Libra-Dark-Gruvbox/gnome-shell/page-indicator-inactive.svg new file mode 100755 index 00000000..4ff2246c --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/gnome-shell/page-indicator-inactive.svg @@ -0,0 +1,67 @@ +<?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="18" + height="18" + id="svg5266" + version="1.1" + inkscape:version="0.48.4 r9939" + sodipodi:docname="page-indicator-inactive.svg"> + <defs + id="defs5268" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="11.313709" + inkscape:cx="-2.307566" + inkscape:cy="17.859535" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:window-width="2560" + inkscape:window-height="1374" + inkscape:window-x="0" + inkscape:window-y="27" + inkscape:window-maximized="1" /> + <metadata + id="metadata5271"> + <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(0,2)"> + <path + sodipodi:type="arc" + style="fill:none;fill-opacity:0;stroke:#ffffff;stroke-width:2.93356276000000005;stroke-miterlimit:4;stroke-opacity:0.39215686000000000;stroke-dasharray:none" + id="path5274" + sodipodi:cx="2088.9954" + sodipodi:cy="638.83099" + sodipodi:rx="10.985409" + sodipodi:ry="9.5964489" + d="m 2099.9808,638.83099 c 0,5.29998 -4.9184,9.59645 -10.9854,9.59645 -6.0671,0 -10.9854,-4.29647 -10.9854,-9.59645 0,-5.29997 4.9183,-9.59645 10.9854,-9.59645 6.067,0 10.9854,4.29648 10.9854,9.59645 z" + transform="matrix(0.63720887,0,0,0.72943648,-1322.1264,-458.98661)" /> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/gnome-shell/panel-button-border.svg b/.themes/Libra-Dark-Gruvbox/gnome-shell/panel-button-border.svg new file mode 100755 index 00000000..48891d48 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/gnome-shell/panel-button-border.svg @@ -0,0 +1,74 @@ +<?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="17" + height="10" + id="svg2" + version="1.1" + inkscape:version="0.48.1 r9760" + sodipodi:docname="panel-button-border.svg"> + <defs + id="defs4" /> + <sodipodi:namedview + id="base" + pagecolor="#000000" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="44.8" + inkscape:cx="8.6594891" + inkscape:cy="5.7029946" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="1440" + inkscape:window-height="843" + inkscape:window-x="0" + inkscape:window-y="26" + inkscape:window-maximized="1" + guidetolerance="10000" + objecttolerance="10000"> + <inkscape:grid + type="xygrid" + id="grid3792" + empspacing="10" + 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="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <rect + style="opacity:0.8;fill:#ffffff;fill-opacity:1;stroke-width:0.43599999;stroke-miterlimit:4;stroke-dasharray:none" + id="rect3796" + width="7" + height="2" + x="5" + y="8" /> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/gnome-shell/process-working.svg b/.themes/Libra-Dark-Gruvbox/gnome-shell/process-working.svg new file mode 100755 index 00000000..e215d2fe --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/gnome-shell/process-working.svg @@ -0,0 +1,261 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + id="svg5369" + version="1.1" + inkscape:version="0.48+devel r10053 custom" + width="96" + height="48" + sodipodi:docname="process-working.svg" + style="display:inline"> + <metadata + id="metadata5375"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <defs + id="defs5373" /> + <sodipodi:namedview + pagecolor="#808080" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1975" + inkscape:window-height="1098" + id="namedview5371" + showgrid="true" + borderlayer="true" + inkscape:showpageshadow="false" + inkscape:zoom="16" + inkscape:cx="53.997662" + inkscape:cy="22.367695" + inkscape:window-x="1600" + inkscape:window-y="33" + inkscape:window-maximized="0" + inkscape:current-layer="layer2"> + <inkscape:grid + type="xygrid" + id="grid11933" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <g + inkscape:groupmode="layer" + id="layer1" + inkscape:label="tiles" + style="display:none"> + <rect + style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect12451" + width="24" + height="24" + x="0" + y="0" /> + <rect + y="24" + x="0" + height="24" + width="24" + id="rect12453" + style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <rect + y="0" + x="24" + height="24" + width="24" + id="rect12455" + style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <rect + style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect12457" + width="24" + height="24" + x="24" + y="24" /> + <rect + style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect12459" + width="24" + height="24" + x="48" + y="0" /> + <rect + y="24" + x="48" + height="24" + width="24" + id="rect12461" + style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <rect + y="0" + x="72" + height="24" + width="24" + id="rect12463" + style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <rect + style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect12465" + width="24" + height="24" + x="72" + y="24" /> + </g> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="spinner"> + <g + transform="matrix(0.28240106,0,0,0.28240106,146.92015,-382.52444)" + id="g10450-5" + style="display:inline"> + <path + inkscape:connector-curvature="0" + style="opacity:0.6;color:#000000;fill:none;stroke:#ffffff;stroke-width:7.08212566;stroke-linecap:round;stroke-opacity:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m -477.76072,1373.3569 0,9.4717" + id="path18768" + sodipodi:nodetypes="cc" + inkscape:transform-center-y="-4.6808838" /> + <path + inkscape:connector-curvature="0" + inkscape:transform-center-y="-3.3099227" + sodipodi:nodetypes="cc" + id="path18770" + d="m -461.0171,1380.2922 -7.23427,7.3824" + style="opacity:0.7;color:#000000;fill:none;stroke:#ffffff;stroke-width:7.08212566;stroke-linecap:round;stroke-opacity:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + inkscape:transform-center-x="-3.3098966" /> + <path + inkscape:connector-curvature="0" + inkscape:transform-center-x="-4.6808962" + style="opacity:0.8;color:#000000;fill:none;stroke:#ffffff;stroke-width:7.08212566;stroke-linecap:round;stroke-opacity:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m -454.08163,1397.0359 -9.47165,0" + id="path18772" + sodipodi:nodetypes="cc" + inkscape:transform-center-y="-2.6596956e-05" /> + <path + inkscape:connector-curvature="0" + sodipodi:nodetypes="cc" + id="path18774" + d="m -461.01709,1413.7796 -6.93831,-7.0864" + style="opacity:0.9;color:#000000;fill:none;stroke:#ffffff;stroke-width:7.08212566;stroke-linecap:round;stroke-opacity:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + inkscape:transform-center-x="-3.3098966" + inkscape:transform-center-y="3.3098652" /> + <path + inkscape:connector-curvature="0" + inkscape:transform-center-y="4.6808757" + style="color:#000000;fill:none;stroke:#ffffff;stroke-width:7.08212566;stroke-linecap:round;stroke-opacity:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m -477.76074,1420.715 9e-5,-9.4716" + id="path18776" + sodipodi:nodetypes="cc" /> + <path + inkscape:connector-curvature="0" + sodipodi:nodetypes="cc" + id="path18778" + d="m -494.50442,1413.7796 6.79048,-6.9384" + style="opacity:0.3;color:#000000;fill:none;stroke:#ffffff;stroke-width:7.08212566;stroke-linecap:round;stroke-opacity:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + inkscape:transform-center-y="3.3098769" + inkscape:transform-center-x="3.3098883" /> + <path + inkscape:connector-curvature="0" + inkscape:transform-center-x="4.6808941" + style="opacity:0.4;color:#000000;fill:none;stroke:#ffffff;stroke-width:7.08212566;stroke-linecap:round;stroke-opacity:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m -501.43987,1397.0359 9.47174,0" + id="path18780" + sodipodi:nodetypes="cc" + inkscape:transform-center-y="-2.6596956e-05" /> + <path + inkscape:connector-curvature="0" + sodipodi:nodetypes="cc" + id="path18782" + d="m -494.5044,1380.2922 6.64243,6.9384" + style="opacity:0.5;color:#000000;fill:none;stroke:#ffffff;stroke-width:7.08212566;stroke-linecap:round;stroke-opacity:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + inkscape:transform-center-x="3.3098902" + inkscape:transform-center-y="-3.3099302" /> + </g> + <use + style="display:inline" + x="0" + y="0" + xlink:href="#g10450-5" + id="use4981" + transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,36,-4.9705636)" + width="400" + height="400" /> + <use + style="display:inline" + x="0" + y="0" + xlink:href="#use4981" + id="use4983" + transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,43.032478,-21.909695)" + width="400" + height="400" /> + <use + style="display:inline" + x="0" + y="0" + xlink:href="#use4983" + id="use4985" + transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,50.081986,-38.904617)" + width="400" + height="400" /> + <use + style="display:inline" + x="0" + y="0" + xlink:href="#use4985" + id="use4987" + transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,-38.919996,-31.872139)" + width="400" + height="400" /> + <use + style="display:inline" + x="0" + y="0" + xlink:href="#use4987" + id="use4989" + transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,52.986628,2.0890543)" + width="400" + height="400" /> + <use + style="display:inline" + x="0" + y="0" + xlink:href="#use4989" + id="use4991" + transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,60.013026,-14.912936)" + width="400" + height="400" /> + <use + style="display:inline" + x="0" + y="0" + xlink:href="#use4991" + id="use4993" + transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,67.022396,-31.859127)" + width="400" + height="400" /> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/gnome-shell/rectangle.png b/.themes/Libra-Dark-Gruvbox/gnome-shell/rectangle.png new file mode 100644 index 00000000..38255a23 Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gnome-shell/rectangle.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gnome-shell/round.png b/.themes/Libra-Dark-Gruvbox/gnome-shell/round.png new file mode 100644 index 00000000..501dfc8c Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gnome-shell/round.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gnome-shell/running-indicator.svg b/.themes/Libra-Dark-Gruvbox/gnome-shell/running-indicator.svg new file mode 100755 index 00000000..ebe7ecfc --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/gnome-shell/running-indicator.svg @@ -0,0 +1,130 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="119.97824" + height="119.97824" + id="svg7355" + version="1.1" + inkscape:version="0.48.1 r9760" + sodipodi:docname="running-indicator.svg"> + <metadata + id="metadata4175"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <sodipodi:namedview + pagecolor="#2c1cff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:window-width="1920" + inkscape:window-height="1141" + id="namedview4173" + showgrid="false" + inkscape:zoom="8.1348081" + inkscape:cx="81.120662" + inkscape:cy="58.117986" + inkscape:window-x="0" + inkscape:window-y="26" + inkscape:window-maximized="1" + inkscape:current-layer="g30864" /> + <defs + id="defs7357"> + <radialGradient + xlink:href="#linearGradient36429" + id="radialGradient7461" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.011539,0,0,0.57582113,-0.39262194,71.83807)" + cx="47.428951" + cy="167.16817" + fx="47.428951" + fy="167.16817" + r="37" /> + <linearGradient + id="linearGradient36429"> + <stop + id="stop36431" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop36433" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <radialGradient + xlink:href="#linearGradient36471" + id="radialGradient7463" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.1891549,0,0,0.55513246,-9.281289,36.12653)" + cx="49.067139" + cy="242.50381" + fx="49.067139" + fy="242.50381" + r="37.00671" /> + <linearGradient + id="linearGradient36471"> + <stop + id="stop36473" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop36475" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <radialGradient + r="37.00671" + fy="242.50381" + fx="49.067139" + cy="242.50381" + cx="49.067139" + gradientTransform="matrix(1.1891549,0,0,0.15252127,-9.281289,132.52772)" + gradientUnits="userSpaceOnUse" + id="radialGradient7488" + xlink:href="#linearGradient36471" /> + </defs> + <g + id="layer1" + transform="matrix(1.6213276,0,0,1.6213276,-431.6347,-272.5745)"> + <g + style="display:inline" + id="g30864" + transform="translate(255.223,70.118091)"> + <rect + ry="3.4593496" + rx="3.4593496" + y="99.596962" + x="12.596948" + height="71.116341" + width="71.116341" + id="rect14000" + style="opacity:0.37187500000000001;fill:url(#radialGradient7461);fill-opacity:1;stroke:none" /> + <path + id="rect34520" + d="m 83.273151,166.72152 c 0,1.96759 -1.584022,3.55163 -3.551629,3.55163 l -63.443032,0 c -1.967608,0 -3.551648,-1.58402 -3.551643,-3.55164 0,-5.85318 0,-5.85318 0,0" + style="opacity:0.35;fill:none;stroke:url(#radialGradient7488);stroke-width:1;stroke-opacity:1" + connector-curvature="0" + inkscape:connector-curvature="0" + sodipodi:nodetypes="ccscc" /> + </g> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/gnome-shell/source-button-border.svg b/.themes/Libra-Dark-Gruvbox/gnome-shell/source-button-border.svg new file mode 100755 index 00000000..6e5051ee --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/gnome-shell/source-button-border.svg @@ -0,0 +1,74 @@ +<?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="21" + height="10" + id="svg2" + version="1.1" + inkscape:version="0.48.0 r9654" + sodipodi:docname="source-button-border.svg"> + <defs + id="defs4" /> + <sodipodi:namedview + id="base" + pagecolor="#000000" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="44.8" + inkscape:cx="8.704132" + inkscape:cy="5.7029946" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="1600" + inkscape:window-height="1145" + inkscape:window-x="0" + inkscape:window-y="26" + inkscape:window-maximized="1" + guidetolerance="10000" + objecttolerance="10000"> + <inkscape:grid + type="xygrid" + id="grid3792" + empspacing="10" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <rect + style="opacity:0.8;fill:#ffffff;fill-opacity:1;stroke-width:0.43599999;stroke-miterlimit:4;stroke-dasharray:none" + id="rect3796" + width="19" + height="2" + x="1" + y="8" /> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/gnome-shell/summary-counter.svg b/.themes/Libra-Dark-Gruvbox/gnome-shell/summary-counter.svg new file mode 100755 index 00000000..c3264fde --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/gnome-shell/summary-counter.svg @@ -0,0 +1,120 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Generator: Adobe Illustrator 13.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 14948) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + version="1.0" + id="Foreground" + x="0px" + y="0px" + width="32" + height="32" + viewBox="0 0 23.272727 23.272727" + enable-background="new 0 0 16 16" + xml:space="preserve" + sodipodi:version="0.32" + inkscape:version="0.48.2 r9819" + sodipodi:docname="summary-counter.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"><metadata + id="metadata2399"><rdf:RDF><cc:Work + rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title /></cc:Work></rdf:RDF></metadata><defs + id="defs2397"><linearGradient + id="linearGradient3173"><stop + style="stop-color:#c4c4c4;stop-opacity:1;" + offset="0" + id="stop3175" /><stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="1" + id="stop3177" /></linearGradient><inkscape:perspective + sodipodi:type="inkscape:persp3d" + inkscape:vp_x="0 : 8 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_z="16 : 8 : 1" + inkscape:persp3d-origin="8 : 5.3333333 : 1" + id="perspective2401" /><filter + color-interpolation-filters="sRGB" + inkscape:collect="always" + id="filter16494-4" + x="-0.20989846" + width="1.4197969" + y="-0.20903821" + height="1.4180764"><feGaussianBlur + inkscape:collect="always" + stdDeviation="1.3282637" + id="feGaussianBlur16496-8" /></filter><radialGradient + inkscape:collect="always" + xlink:href="#linearGradient16498-6" + id="radialGradient16504-1" + cx="7.6582627" + cy="5.8191104" + fx="7.6582627" + fy="5.8191104" + r="8.6928644" + gradientTransform="matrix(1.0474339,0,0,1.0517402,-0.3632615,-0.42032492)" + gradientUnits="userSpaceOnUse" /><linearGradient + inkscape:collect="always" + id="linearGradient16498-6"><stop + style="stop-color:#9FD0FF;stop-opacity:1" + offset="0" + id="stop16500-8" /><stop + style="stop-color:#3465A4;stop-opacity:1" + offset="1" + id="stop16502-0" /></linearGradient></defs><sodipodi:namedview + inkscape:window-height="709" + inkscape:window-width="1366" + inkscape:pageshadow="2" + inkscape:pageopacity="0" + guidetolerance="10.0" + gridtolerance="10.0" + objecttolerance="10.0" + borderopacity="1.0" + bordercolor="#666666" + pagecolor="#000000" + id="base" + showgrid="false" + inkscape:zoom="11.313708" + inkscape:cx="15.386407" + inkscape:cy="13.739577" + inkscape:window-x="0" + inkscape:window-y="1179" + inkscape:current-layer="g16402-8" + showguides="true" + inkscape:guide-bbox="true" + borderlayer="true" + inkscape:showpageshadow="false" + inkscape:window-maximized="1"><inkscape:grid + type="xygrid" + id="grid11246" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /></sodipodi:namedview><g + style="display:inline" + id="g16402-8" + transform="translate(4.7533483,2.8238929)"><g + id="g3175-4" + transform="translate(-0.89995416,0.94028614)"><path + sodipodi:type="inkscape:offset" + inkscape:radius="0" + inkscape:original="M 7.65625 0.125 C 3.2589349 0.125 -0.3125 3.7070002 -0.3125 8.125 C -0.3125 12.543001 3.2589349 16.125 7.65625 16.125 C 12.053566 16.125 15.625 12.543001 15.625 8.125 C 15.625 3.7070002 12.053566 0.125 7.65625 0.125 z " + xlink:href="#path2394-32" + style="opacity:0.52994014;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:2.18181825;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter16494-4);enable-background:accumulate" + id="path16480-5" + inkscape:href="#path2394-32" + d="m 7.65625,0.125 c -4.3973151,0 -7.96875,3.5820002 -7.96875,8 0,4.418001 3.5714349,8 7.96875,8 4.397316,0 7.96875,-3.581999 7.96875,-8 0,-4.4179998 -3.571434,-8 -7.96875,-8 z" + transform="translate(0,1.028519)" /><path + clip-rule="evenodd" + d="m -0.30428257,8.1237596 c 0,-4.4179998 3.56522987,-7.9999996 7.96254497,-7.9999996 4.3973156,0 7.9625456,3.5819998 7.9625456,7.9999996 0,4.4180014 -3.56523,8.0000004 -7.9625456,8.0000004 -4.3973151,0 -7.96254497,-3.581999 -7.96254497,-8.0000004 z" + id="path2394-32" + style="color:#000000;fill:url(#radialGradient16504-1);fill-opacity:1;fill-rule:nonzero;stroke:#eeeeec;stroke-width:1.4545455;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + sodipodi:nodetypes="csssc" + inkscape:connector-curvature="0" /><g + id="g3172-6" /></g></g></svg> \ No newline at end of file diff --git a/.themes/Libra-Dark-Gruvbox/gnome-shell/switch-off.svg b/.themes/Libra-Dark-Gruvbox/gnome-shell/switch-off.svg new file mode 100644 index 00000000..6d0f775b --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/gnome-shell/switch-off.svg @@ -0,0 +1,14 @@ + <svg height="300" width="450"> + <defs> + <filter id="f3" x="0" y="0" width="300%" height="300%"> + <feOffset result="offOut" in="SourceAlpha" dx="0" dy="0" /> + <feGaussianBlur result="blurOut" in="offOut" stdDeviation="10" /> + <feBlend in="SourceGraphic" in2="blurOut" mode="normal" /> + </filter> + </defs> + <rect x="150" y="75" width="185" height="150" fill="#9e9e9e"/> +<ellipse cx="335" cy="150" rx="75" ry="75" fill="#9e9e9e"/> + <ellipse cx="150" cy="150" rx="100" ry="100" stroke="green" stroke-width="0" + fill="#ffffff" filter="url(#f3)" /> +</svg> + diff --git a/.themes/Libra-Dark-Gruvbox/gnome-shell/switch-on.svg b/.themes/Libra-Dark-Gruvbox/gnome-shell/switch-on.svg new file mode 100644 index 00000000..4a1e1b30 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/gnome-shell/switch-on.svg @@ -0,0 +1,13 @@ + <svg height="300" width="450"> + <defs> + <filter id="f3" x="0" y="0" width="500%" height="500%"> + <feOffset result="offOut" in="SourceAlpha" dx="0" dy="0" /> + <feGaussianBlur result="blurOut" in="offOut" stdDeviation="10" /> + <feBlend in="SourceGraphic" in2="blurOut" mode="normal" /> + </filter> + </defs> +<rect x="115" y="75" width="185" height="150" fill="#74a9e2"/> +<ellipse cx="115" cy="150" rx="75" ry="75" fill="#74a9e2"/> + <ellipse cx="300" cy="150" rx="100" ry="100" stroke="green" stroke-width="0" + fill="#4a90d9" filter="url(#f3)" /> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/gnome-shell/toggle-off-intl.svg b/.themes/Libra-Dark-Gruvbox/gnome-shell/toggle-off-intl.svg new file mode 100755 index 00000000..b153b733 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/gnome-shell/toggle-off-intl.svg @@ -0,0 +1,126 @@ +<?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="65" + height="22" + id="svg3273" + version="1.1" + inkscape:version="0.47 r22583" + sodipodi:docname="New document 14"> + <defs + id="defs3275"> + <inkscape:perspective + sodipodi:type="inkscape:persp3d" + inkscape:vp_x="0 : 526.18109 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_z="744.09448 : 526.18109 : 1" + inkscape:persp3d-origin="372.04724 : 350.78739 : 1" + id="perspective3281" /> + <inkscape:perspective + id="perspective3261" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 0.5 : 1" + sodipodi:type="inkscape:persp3d" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="32.000004" + inkscape:cy="10.999997" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + inkscape:window-width="609" + inkscape:window-height="501" + inkscape:window-x="0" + inkscape:window-y="26" + inkscape:window-maximized="0" /> + <metadata + id="metadata3278"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-343,-521.36218)"> + <g + id="g17454" + transform="translate(-453,448.36218)" + style="display:inline"> + <rect + transform="scale(-1,1)" + ry="4" + rx="4" + y="74.5" + x="-859.5" + height="19" + width="63.000004" + id="rect17456" + style="color:#000000;fill:none;stroke:#2e3436;stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <rect + transform="scale(-1,1)" + ry="4" + rx="4" + y="74" + x="-828" + height="20" + width="31" + id="rect17458" + style="fill:#000000;fill-opacity:1;stroke:#5f5f5f;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline" /> + <g + transform="matrix(-1,0,0,1,1619.1239,-33.986291)" + id="g17460" + style="display:inline"> + <path + style="fill:none;stroke:#5f5f5f;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1" + d="m 803.6322,115.48629 0,4.29495" + id="path17462" + inkscape:connector-curvature="0" /> + <path + style="fill:none;stroke:#5f5f5f;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1;display:inline" + d="m 806.62805,115.48629 0,4.29495" + id="path17464" + inkscape:connector-curvature="0" /> + <path + style="fill:none;stroke:#5f5f5f;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1;display:inline" + d="m 809.6239,115.48629 0,4.29495" + id="path17466" + inkscape:connector-curvature="0" /> + </g> + <path + sodipodi:type="arc" + style="color:#000000;fill:none;stroke:#ffffff;stroke-width:1.96875012;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="path18722" + sodipodi:cx="47.6875" + sodipodi:cy="11.5625" + sodipodi:rx="3.9375" + sodipodi:ry="3.9375" + d="m 51.625,11.5625 c 0,2.174621 -1.762879,3.9375 -3.9375,3.9375 -2.174621,0 -3.9375,-1.762879 -3.9375,-3.9375 0,-2.1746212 1.762879,-3.9375 3.9375,-3.9375 2.174621,0 3.9375,1.7628788 3.9375,3.9375 z" + transform="matrix(1.0158729,0,0,1.0158729,795.55556,72.25399)" /> + </g> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/gnome-shell/toggle-off-us.svg b/.themes/Libra-Dark-Gruvbox/gnome-shell/toggle-off-us.svg new file mode 100755 index 00000000..8e06ea4e --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/gnome-shell/toggle-off-us.svg @@ -0,0 +1,138 @@ +<?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="65" + height="22" + id="svg3012" + version="1.1" + inkscape:version="0.47 r22583" + sodipodi:docname="New document 6"> + <defs + id="defs3014"> + <inkscape:perspective + sodipodi:type="inkscape:persp3d" + inkscape:vp_x="0 : 526.18109 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_z="744.09448 : 526.18109 : 1" + inkscape:persp3d-origin="372.04724 : 350.78739 : 1" + id="perspective3020" /> + <inkscape:perspective + id="perspective2997" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 0.5 : 1" + sodipodi:type="inkscape:persp3d" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="32.000004" + inkscape:cy="10.999997" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + inkscape:window-width="609" + inkscape:window-height="501" + inkscape:window-x="0" + inkscape:window-y="26" + inkscape:window-maximized="0" /> + <metadata + id="metadata3017"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-343,-521.36218)"> + <g + id="g17454" + transform="translate(-453,448.36218)" + style="display:inline"> + <rect + transform="scale(-1,1)" + ry="4" + rx="4" + y="74.5" + x="-859.5" + height="19" + width="63.000004" + id="rect17456" + style="color:#000000;fill:none;stroke:#2e3436;stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <rect + transform="scale(-1,1)" + ry="4" + rx="4" + y="74" + x="-828" + height="20" + width="31" + id="rect17458" + style="fill:#000000;fill-opacity:1;stroke:#5f5f5f;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline" /> + <g + transform="matrix(-1,0,0,1,1619.1239,-33.986291)" + id="g17460" + style="display:inline"> + <path + style="fill:none;stroke:#5f5f5f;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1" + d="m 803.6322,115.48629 0,4.29495" + id="path17462" + inkscape:connector-curvature="0" /> + <path + style="fill:none;stroke:#5f5f5f;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1;display:inline" + d="m 806.62805,115.48629 0,4.29495" + id="path17464" + inkscape:connector-curvature="0" /> + <path + style="fill:none;stroke:#5f5f5f;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1;display:inline" + d="m 809.6239,115.48629 0,4.29495" + id="path17466" + inkscape:connector-curvature="0" /> + </g> + <g + style="font-size:8.95877075px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:125%;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Cantarell;-inkscape-font-specification:Cantarell Bold" + id="text17468" + transform="translate(0.34375,0)"> + <path + d="m 837.28518,80.750726 c 0.63282,6e-6 1.19566,0.123947 1.68852,0.371824 0.49284,0.247888 0.8807,0.609505 1.16359,1.084851 0.28287,0.472439 0.42431,1.022155 0.42431,1.649149 0,0.635748 -0.13853,1.200045 -0.41556,1.692892 -0.27706,0.489934 -0.66638,0.870507 -1.16797,1.141719 -0.5016,0.271213 -1.07756,0.406819 -1.72789,0.406819 -0.42869,0 -0.83551,-0.06562 -1.22045,-0.196848 -0.38495,-0.134148 -0.73053,-0.32808 -1.03674,-0.581795 -0.30329,-0.256631 -0.54534,-0.589085 -0.72615,-0.997363 -0.17789,-0.408276 -0.26684,-0.869045 -0.26683,-1.382311 -10e-6,-0.638658 0.13997,-1.200039 0.41994,-1.684144 0.27996,-0.487011 0.66782,-0.858835 1.16359,-1.115472 0.49576,-0.259541 1.06297,-0.389315 1.70164,-0.389321 m 0.57305,1.089225 c -0.20123,-0.05249 -0.40683,-0.07873 -0.61679,-0.07874 -0.20998,5e-6 -0.41412,0.02625 -0.61242,0.07874 -0.19831,0.04958 -0.38933,0.129779 -0.57305,0.240592 -0.18081,0.107907 -0.33974,0.242055 -0.47681,0.402445 -0.13706,0.160399 -0.24642,0.358705 -0.32808,0.594918 -0.0816,0.233306 -0.12248,0.491395 -0.12248,0.774269 0,0.67366 0.20851,1.214627 0.62554,1.622903 0.41702,0.408278 0.93758,0.612416 1.56166,0.612416 0.25954,0 0.51034,-0.04229 0.7524,-0.126858 0.24496,-0.08457 0.47097,-0.20997 0.67803,-0.376198 0.20705,-0.166226 0.37328,-0.392236 0.49868,-0.678032 0.12539,-0.285792 0.18809,-0.610956 0.1881,-0.975492 -10e-6,-0.297455 -0.0437,-0.568668 -0.13123,-0.813638 -0.0875,-0.247878 -0.20415,-0.453475 -0.34995,-0.61679 -0.14291,-0.163307 -0.31059,-0.301829 -0.50306,-0.415568 -0.18956,-0.11373 -0.38641,-0.195385 -0.59054,-0.244967" + style="line-height:125%;fill:#ffffff;fill-opacity:1;marker:none;font-family:Cantarell;-inkscape-font-specification:Cantarell Bold" + id="path18599" + inkscape:connector-curvature="0" /> + <path + d="m 843.5362,81.831203 0,1.17917 2.94834,0 0,1.014861 -2.94834,0 0,3.00713 -1.10673,0 0,-6.216022 4.31754,0 0,1.014861 -3.21081,0" + style="line-height:125%;fill:#ffffff;fill-opacity:1;marker:none;font-family:Cantarell;-inkscape-font-specification:Cantarell Bold" + id="path18601" + inkscape:connector-curvature="0" + sodipodi:nodetypes="ccccccccccc" /> + <path + d="m 849.71285,81.831203 0,1.17917 2.94834,0 0,1.014861 -2.94834,0 0,3.00713 -1.10672,0 0,-6.216022 4.31753,0 0,1.014861 -3.21081,0" + style="line-height:125%;fill:#ffffff;fill-opacity:1;marker:none;font-family:Cantarell;-inkscape-font-specification:Cantarell Bold" + id="path18603" + inkscape:connector-curvature="0" + sodipodi:nodetypes="ccccccccccc" /> + </g> + </g> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/gnome-shell/toggle-on-intl.svg b/.themes/Libra-Dark-Gruvbox/gnome-shell/toggle-on-intl.svg new file mode 100755 index 00000000..ecf23a7c --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/gnome-shell/toggle-on-intl.svg @@ -0,0 +1,122 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="65" + height="22" + id="svg3199" + version="1.1" + inkscape:version="0.48.1 r9760" + sodipodi:docname="toggle-on-intl.svg"> + <defs + id="defs3201"> + <inkscape:perspective + sodipodi:type="inkscape:persp3d" + inkscape:vp_x="0 : 526.18109 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_z="744.09448 : 526.18109 : 1" + inkscape:persp3d-origin="372.04724 : 350.78739 : 1" + id="perspective3207" /> + <inkscape:perspective + id="perspective3187" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 0.5 : 1" + sodipodi:type="inkscape:persp3d" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="1" + inkscape:cx="49.147112" + inkscape:cy="17.532036" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + inkscape:window-width="1412" + inkscape:window-height="1067" + inkscape:window-x="0" + inkscape:window-y="26" + inkscape:window-maximized="0" /> + <metadata + id="metadata3204"> + <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="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-342.5,-521.36218)"> + <g + style="display:inline" + transform="translate(-453.5,448.36218)" + id="g16453"> + <rect + style="color:#000000;fill:#4a90d9;fill-opacity:1;fill-rule:nonzero;stroke:#3465a4;stroke-width:0.99999994000000003;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect16256-9-4" + width="63.000004" + height="19" + x="-859.5" + y="74.5" + rx="4" + ry="4" + transform="scale(-1,1)" /> + <rect + style="fill:#000000;fill-opacity:1;stroke:#5f5f5f;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline" + id="rect16258-5-4" + width="31" + height="20" + x="-860" + y="74" + rx="4" + ry="4" + transform="scale(-1,1)" /> + <g + style="display:inline" + id="g16298-3-6" + transform="matrix(-1,0,0,1,1651.1322,-33.986291)"> + <path + inkscape:connector-curvature="0" + id="path16265-3-5" + d="m 803.6322,115.48629 0,4.29495" + style="fill:none;stroke:#5f5f5f;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + id="path16265-0-2-0" + d="m 806.62805,115.48629 0,4.29495" + style="fill:none;stroke:#5f5f5f;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1;display:inline" /> + <path + inkscape:connector-curvature="0" + id="path16265-8-7-1" + d="m 809.6239,115.48629 0,4.29495" + style="fill:none;stroke:#5f5f5f;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1;display:inline" /> + </g> + <path + style="color:#000000;fill:#eeeeec;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 16,27.9375 0,10.125" + id="path19232" + inkscape:connector-curvature="0" + transform="translate(796,51.00002)" /> + </g> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/gnome-shell/toggle-on-us.svg b/.themes/Libra-Dark-Gruvbox/gnome-shell/toggle-on-us.svg new file mode 100755 index 00000000..2a734d6f --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/gnome-shell/toggle-on-us.svg @@ -0,0 +1,130 @@ +<?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="65" + height="22" + id="svg2857" + version="1.1" + inkscape:version="0.48.1 r9760" + sodipodi:docname="toggle-on-us.svg"> + <defs + id="defs2859"> + <inkscape:perspective + sodipodi:type="inkscape:persp3d" + inkscape:vp_x="0 : 526.18109 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_z="744.09448 : 526.18109 : 1" + inkscape:persp3d-origin="372.04724 : 350.78739 : 1" + id="perspective2865" /> + <inkscape:perspective + id="perspective2843" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 0.5 : 1" + sodipodi:type="inkscape:persp3d" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="1" + inkscape:cx="19.689855" + inkscape:cy="2.0517979" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + inkscape:window-width="941" + inkscape:window-height="751" + inkscape:window-x="2577" + inkscape:window-y="206" + inkscape:window-maximized="0" + borderlayer="true" + inkscape:showpageshadow="false" /> + <metadata + id="metadata2862"> + <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="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-444.64286,-781.36218)"> + <g + style="display:inline" + transform="translate(-351.35714,708.36218)" + id="g16453"> + <rect + style="color:#000000;fill:#4a90d9;fill-opacity:1;fill-rule:nonzero;stroke:#3465a4;stroke-width:0.99999994000000003;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect16256-9-4" + width="63.000004" + height="19" + x="-859.5" + y="74.5" + rx="4" + ry="4" + transform="scale(-1,1)" /> + <rect + style="fill:#000000;fill-opacity:1;stroke:#5f5f5f;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline" + id="rect16258-5-4" + width="31" + height="20" + x="-860" + y="74" + rx="4" + ry="4" + transform="scale(-1,1)" /> + <g + style="display:inline" + id="g16298-3-6" + transform="matrix(-1,0,0,1,1651.1322,-33.986291)"> + <path + inkscape:connector-curvature="0" + id="path16265-3-5" + d="m 803.6322,115.48629 0,4.29495" + style="fill:none;stroke:#5f5f5f;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + id="path16265-0-2-0" + d="m 806.62805,115.48629 0,4.29495" + style="fill:none;stroke:#5f5f5f;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1;display:inline" /> + <path + inkscape:connector-curvature="0" + id="path16265-8-7-1" + d="m 809.6239,115.48629 0,4.29495" + style="fill:none;stroke:#5f5f5f;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1;display:inline" /> + </g> + <g + style="font-size:8.95877075px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:125%;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Cantarell;-inkscape-font-specification:Cantarell Bold" + id="text42229-3-0"> + <path + d="m 808.01473,80.573953 c 0.63283,6e-6 1.19567,0.123947 1.68852,0.371824 0.49284,0.247888 0.88071,0.609505 1.16359,1.084851 0.28287,0.472439 0.42431,1.022155 0.42432,1.649149 -10e-6,0.635748 -0.13853,1.200045 -0.41557,1.692892 -0.27705,0.489934 -0.66637,0.870506 -1.16796,1.141719 -0.50161,0.271212 -1.07757,0.406819 -1.72789,0.406819 -0.4287,0 -0.83552,-0.06562 -1.22046,-0.196848 -0.38495,-0.134148 -0.73053,-0.32808 -1.03673,-0.581795 -0.3033,-0.256631 -0.54535,-0.589085 -0.72615,-0.997363 -0.1779,-0.408276 -0.26684,-0.869045 -0.26684,-1.382311 0,-0.638658 0.13998,-1.200039 0.41994,-1.684144 0.27996,-0.487011 0.66782,-0.858835 1.16359,-1.115472 0.49576,-0.259541 1.06298,-0.389315 1.70164,-0.389321 m 0.57305,1.089225 c -0.20123,-0.05249 -0.40682,-0.07873 -0.61679,-0.07874 -0.20998,5e-6 -0.41411,0.02625 -0.61242,0.07874 -0.19831,0.04958 -0.38932,0.129779 -0.57304,0.240592 -0.18081,0.107907 -0.33975,0.242055 -0.47681,0.402445 -0.13707,0.160399 -0.24643,0.358705 -0.32808,0.594918 -0.0817,0.233305 -0.12249,0.491395 -0.12249,0.774269 0,0.67366 0.20851,1.214627 0.62554,1.622902 0.41703,0.408279 0.93758,0.612417 1.56166,0.612416 0.25955,10e-7 0.51035,-0.04228 0.7524,-0.126857 0.24496,-0.08457 0.47097,-0.20997 0.67803,-0.376199 0.20705,-0.166225 0.37328,-0.392236 0.49868,-0.678031 0.1254,-0.285792 0.1881,-0.610956 0.1881,-0.975492 0,-0.297455 -0.0437,-0.568668 -0.13123,-0.813638 -0.0875,-0.247878 -0.20414,-0.453475 -0.34995,-0.61679 -0.1429,-0.163307 -0.31059,-0.301829 -0.50306,-0.415568 -0.18956,-0.11373 -0.38641,-0.195385 -0.59054,-0.244967" + style="line-height:125%;fill:#ffffff;fill-opacity:1;marker:none;font-family:Cantarell;-inkscape-font-specification:Cantarell Bold" + id="path18606" /> + <path + d="m 813.15903,80.639569 1.21608,0 3.4689,4.776844 0,-4.776844 1.10235,0 0,6.216022 -1.22921,0 -3.45577,-4.785594 0,4.785594 -1.10235,0 0,-6.216022" + style="line-height:125%;fill:#ffffff;fill-opacity:1;marker:none;font-family:Cantarell;-inkscape-font-specification:Cantarell Bold" + id="path18608" /> + </g> + </g> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/gnome-shell/wc.svg b/.themes/Libra-Dark-Gruvbox/gnome-shell/wc.svg new file mode 100644 index 00000000..ae705030 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/gnome-shell/wc.svg @@ -0,0 +1,11 @@ + <svg width="40" height="40" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink"> + + <filter id="blurMe"> + <feGaussianBlur in="SourceGraphic" stdDeviation="1" /> + </filter> + + <circle cx="20" cy="20" r="15" fill="#9e9e9e" + filter="url(#blurMeNot)" /> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Arrows/arrow-down-insens.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Arrows/arrow-down-insens.png new file mode 100755 index 00000000..737f1fd5 Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Arrows/arrow-down-insens.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Arrows/arrow-down-prelight.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Arrows/arrow-down-prelight.png new file mode 100755 index 00000000..a7a71454 Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Arrows/arrow-down-prelight.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Arrows/arrow-down-pressed.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Arrows/arrow-down-pressed.png new file mode 100755 index 00000000..2f62cffc Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Arrows/arrow-down-pressed.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Arrows/arrow-down-small-insens.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Arrows/arrow-down-small-insens.png new file mode 100755 index 00000000..5b5e93ca Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Arrows/arrow-down-small-insens.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Arrows/arrow-down-small-prelight.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Arrows/arrow-down-small-prelight.png new file mode 100755 index 00000000..0c8dea7c Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Arrows/arrow-down-small-prelight.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Arrows/arrow-down-small.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Arrows/arrow-down-small.png new file mode 100755 index 00000000..a382bdc2 Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Arrows/arrow-down-small.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Arrows/arrow-down.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Arrows/arrow-down.png new file mode 100755 index 00000000..2f62cffc Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Arrows/arrow-down.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Arrows/arrow-left-active.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Arrows/arrow-left-active.png new file mode 100755 index 00000000..b1fbd75b Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Arrows/arrow-left-active.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Arrows/arrow-left-insensitive.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Arrows/arrow-left-insensitive.png new file mode 100755 index 00000000..0bda197d Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Arrows/arrow-left-insensitive.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Arrows/arrow-left-prelight.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Arrows/arrow-left-prelight.png new file mode 100755 index 00000000..c2af3c1e Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Arrows/arrow-left-prelight.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Arrows/arrow-left.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Arrows/arrow-left.png new file mode 100755 index 00000000..b1fbd75b Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Arrows/arrow-left.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Arrows/arrow-right-active.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Arrows/arrow-right-active.png new file mode 100755 index 00000000..24a099c7 Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Arrows/arrow-right-active.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Arrows/arrow-right-insensitive.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Arrows/arrow-right-insensitive.png new file mode 100755 index 00000000..904dd5df Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Arrows/arrow-right-insensitive.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Arrows/arrow-right-prelight.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Arrows/arrow-right-prelight.png new file mode 100755 index 00000000..2d3ca291 Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Arrows/arrow-right-prelight.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Arrows/arrow-right.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Arrows/arrow-right.png new file mode 100755 index 00000000..d609de71 Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Arrows/arrow-right.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Arrows/arrow-up-active.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Arrows/arrow-up-active.png new file mode 100755 index 00000000..fbb0ebbd Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Arrows/arrow-up-active.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Arrows/arrow-up-insensitive.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Arrows/arrow-up-insensitive.png new file mode 100755 index 00000000..9dd8c257 Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Arrows/arrow-up-insensitive.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Arrows/arrow-up-prelight.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Arrows/arrow-up-prelight.png new file mode 100755 index 00000000..43d8e3c2 Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Arrows/arrow-up-prelight.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Arrows/arrow-up-small-insens.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Arrows/arrow-up-small-insens.png new file mode 100755 index 00000000..b89863c3 Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Arrows/arrow-up-small-insens.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Arrows/arrow-up-small-prelight.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Arrows/arrow-up-small-prelight.png new file mode 100755 index 00000000..75c45c92 Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Arrows/arrow-up-small-prelight.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Arrows/arrow-up-small.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Arrows/arrow-up-small.png new file mode 100755 index 00000000..fc7ce0b3 Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Arrows/arrow-up-small.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Arrows/arrow-up.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Arrows/arrow-up.png new file mode 100755 index 00000000..fbb0ebbd Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Arrows/arrow-up.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Buttons/button-bg.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Buttons/button-bg.png new file mode 100755 index 00000000..5e9b8a47 Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Buttons/button-bg.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Buttons/button-default-notebook.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Buttons/button-default-notebook.png new file mode 100644 index 00000000..e84f8f40 Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Buttons/button-default-notebook.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Buttons/button-default.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Buttons/button-default.png new file mode 100755 index 00000000..04ddedfa Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Buttons/button-default.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Buttons/button-insensitive.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Buttons/button-insensitive.png new file mode 100755 index 00000000..285386a8 Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Buttons/button-insensitive.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Buttons/button-normal-notebook.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Buttons/button-normal-notebook.png new file mode 100644 index 00000000..a0d98e13 Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Buttons/button-normal-notebook.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Buttons/button-normal.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Buttons/button-normal.png new file mode 100755 index 00000000..a8893d15 Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Buttons/button-normal.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Buttons/button-prelight.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Buttons/button-prelight.png new file mode 100755 index 00000000..03c61d97 Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Buttons/button-prelight.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Buttons/button-pressed.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Buttons/button-pressed.png new file mode 100755 index 00000000..a7afd995 Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Buttons/button-pressed.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Check-Radio/check1.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Check-Radio/check1.png new file mode 100755 index 00000000..33f82f21 Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Check-Radio/check1.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Check-Radio/check2.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Check-Radio/check2.png new file mode 100755 index 00000000..212a922b Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Check-Radio/check2.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Check-Radio/check3.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Check-Radio/check3.png new file mode 100755 index 00000000..8ce7d82d Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Check-Radio/check3.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Check-Radio/check4.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Check-Radio/check4.png new file mode 100755 index 00000000..2d327b33 Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Check-Radio/check4.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Check-Radio/checklight.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Check-Radio/checklight.png new file mode 100755 index 00000000..165fff0d Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Check-Radio/checklight.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Check-Radio/highlight.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Check-Radio/highlight.png new file mode 100755 index 00000000..7a0dad55 Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Check-Radio/highlight.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Check-Radio/menucheck.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Check-Radio/menucheck.png new file mode 100755 index 00000000..ae0cc6ab Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Check-Radio/menucheck.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Check-Radio/menucheck_prelight.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Check-Radio/menucheck_prelight.png new file mode 100755 index 00000000..35dc5a75 Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Check-Radio/menucheck_prelight.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Check-Radio/menuitem-checkbox-insensitive.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Check-Radio/menuitem-checkbox-insensitive.png new file mode 100755 index 00000000..9274cc7f Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Check-Radio/menuitem-checkbox-insensitive.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Check-Radio/menuitem-checkbox-selected.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Check-Radio/menuitem-checkbox-selected.png new file mode 100755 index 00000000..bf8ab90d Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Check-Radio/menuitem-checkbox-selected.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Check-Radio/menuitem-checkbox.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Check-Radio/menuitem-checkbox.png new file mode 100755 index 00000000..dda5caa6 Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Check-Radio/menuitem-checkbox.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Check-Radio/menuitem-radio-checked-insensitive.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Check-Radio/menuitem-radio-checked-insensitive.png new file mode 100755 index 00000000..0dc79641 Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Check-Radio/menuitem-radio-checked-insensitive.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Check-Radio/menuitem-radio-checked-selected.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Check-Radio/menuitem-radio-checked-selected.png new file mode 100755 index 00000000..c6e320de Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Check-Radio/menuitem-radio-checked-selected.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Check-Radio/menuitem-radio-checked.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Check-Radio/menuitem-radio-checked.png new file mode 100755 index 00000000..ffd5a253 Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Check-Radio/menuitem-radio-checked.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Check-Radio/menuoption.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Check-Radio/menuoption.png new file mode 100755 index 00000000..ca3b939d Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Check-Radio/menuoption.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Check-Radio/menuoption_prelight.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Check-Radio/menuoption_prelight.png new file mode 100755 index 00000000..0a409ab7 Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Check-Radio/menuoption_prelight.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Check-Radio/option1.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Check-Radio/option1.png new file mode 100755 index 00000000..a829d1b9 Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Check-Radio/option1.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Check-Radio/option2.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Check-Radio/option2.png new file mode 100755 index 00000000..c78d9e80 Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Check-Radio/option2.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Check-Radio/option3.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Check-Radio/option3.png new file mode 100755 index 00000000..26ce69dd Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Check-Radio/option3.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Check-Radio/option4.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Check-Radio/option4.png new file mode 100755 index 00000000..0c62ddfc Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Check-Radio/option4.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Combo/combo-arrow-active.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Combo/combo-arrow-active.png new file mode 100755 index 00000000..e6049558 Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Combo/combo-arrow-active.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Combo/combo-arrow-insens.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Combo/combo-arrow-insens.png new file mode 100755 index 00000000..5e623939 Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Combo/combo-arrow-insens.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Combo/combo-arrow-prelight.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Combo/combo-arrow-prelight.png new file mode 100755 index 00000000..e6049558 Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Combo/combo-arrow-prelight.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Combo/combo-arrow.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Combo/combo-arrow.png new file mode 100755 index 00000000..e6049558 Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Combo/combo-arrow.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Combo/combo-inactive.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Combo/combo-inactive.png new file mode 100755 index 00000000..2ac30fa6 Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Combo/combo-inactive.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Combo/combo-normal.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Combo/combo-normal.png new file mode 100755 index 00000000..04583860 Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Combo/combo-normal.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Combo/combo-prelight.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Combo/combo-prelight.png new file mode 100755 index 00000000..a0ac7352 Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Combo/combo-prelight.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Combo/combo-pressed.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Combo/combo-pressed.png new file mode 100755 index 00000000..c89161d9 Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Combo/combo-pressed.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Combo/op-ins.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Combo/op-ins.png new file mode 100755 index 00000000..ec9fe140 Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Combo/op-ins.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Combo/op-pre.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Combo/op-pre.png new file mode 100755 index 00000000..a9d064b0 Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Combo/op-pre.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Combo/op.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Combo/op.png new file mode 100755 index 00000000..a9d064b0 Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Combo/op.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Entry/combo-entry-border-active-bg.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Entry/combo-entry-border-active-bg.png new file mode 100755 index 00000000..7fd53c3c Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Entry/combo-entry-border-active-bg.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Entry/combo-entry-border-active-notebook.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Entry/combo-entry-border-active-notebook.png new file mode 100755 index 00000000..627aee40 Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Entry/combo-entry-border-active-notebook.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Entry/combo-entry-border-active-rtl-bg.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Entry/combo-entry-border-active-rtl-bg.png new file mode 100755 index 00000000..3a429a65 Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Entry/combo-entry-border-active-rtl-bg.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Entry/combo-entry-border-active-rtl-notebook.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Entry/combo-entry-border-active-rtl-notebook.png new file mode 100755 index 00000000..3a429a65 Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Entry/combo-entry-border-active-rtl-notebook.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Entry/combo-entry-border-active-rtl.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Entry/combo-entry-border-active-rtl.png new file mode 100755 index 00000000..3a429a65 Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Entry/combo-entry-border-active-rtl.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Entry/combo-entry-border-active.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Entry/combo-entry-border-active.png new file mode 100755 index 00000000..627aee40 Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Entry/combo-entry-border-active.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Entry/combo-entry-border-bg.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Entry/combo-entry-border-bg.png new file mode 100755 index 00000000..5717fab1 Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Entry/combo-entry-border-bg.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Entry/combo-entry-border-disabled-bg.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Entry/combo-entry-border-disabled-bg.png new file mode 100755 index 00000000..b5fc666b Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Entry/combo-entry-border-disabled-bg.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Entry/combo-entry-border-disabled-notebook.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Entry/combo-entry-border-disabled-notebook.png new file mode 100755 index 00000000..bd768dd3 Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Entry/combo-entry-border-disabled-notebook.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Entry/combo-entry-border-disabled-rtl-bg.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Entry/combo-entry-border-disabled-rtl-bg.png new file mode 100755 index 00000000..aef4a29b Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Entry/combo-entry-border-disabled-rtl-bg.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Entry/combo-entry-border-disabled-rtl-notebook.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Entry/combo-entry-border-disabled-rtl-notebook.png new file mode 100755 index 00000000..45eee33b Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Entry/combo-entry-border-disabled-rtl-notebook.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Entry/combo-entry-border-disabled-rtl.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Entry/combo-entry-border-disabled-rtl.png new file mode 100755 index 00000000..d87c91dc Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Entry/combo-entry-border-disabled-rtl.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Entry/combo-entry-border-disabled.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Entry/combo-entry-border-disabled.png new file mode 100755 index 00000000..e340820b Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Entry/combo-entry-border-disabled.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Entry/combo-entry-border-notebook.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Entry/combo-entry-border-notebook.png new file mode 100755 index 00000000..217a7e2c Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Entry/combo-entry-border-notebook.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Entry/combo-entry-border-rtl-bg.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Entry/combo-entry-border-rtl-bg.png new file mode 100755 index 00000000..0df28c54 Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Entry/combo-entry-border-rtl-bg.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Entry/combo-entry-border-rtl-notebook.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Entry/combo-entry-border-rtl-notebook.png new file mode 100755 index 00000000..a4f9bbbf Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Entry/combo-entry-border-rtl-notebook.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Entry/combo-entry-border-rtl.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Entry/combo-entry-border-rtl.png new file mode 100755 index 00000000..f47004be Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Entry/combo-entry-border-rtl.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Entry/combo-entry-border.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Entry/combo-entry-border.png new file mode 100755 index 00000000..4fb055fc Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Entry/combo-entry-border.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Entry/combo-entry-button-active-rtl.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Entry/combo-entry-button-active-rtl.png new file mode 100755 index 00000000..0b7d9f3a Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Entry/combo-entry-button-active-rtl.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Entry/combo-entry-button-active.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Entry/combo-entry-button-active.png new file mode 100755 index 00000000..4737ad1c Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Entry/combo-entry-button-active.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Entry/combo-entry-button-disabled-rtl.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Entry/combo-entry-button-disabled-rtl.png new file mode 100755 index 00000000..b317926b Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Entry/combo-entry-button-disabled-rtl.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Entry/combo-entry-button-disabled.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Entry/combo-entry-button-disabled.png new file mode 100755 index 00000000..5c8d5a45 Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Entry/combo-entry-button-disabled.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Entry/combo-entry-button-rtl.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Entry/combo-entry-button-rtl.png new file mode 100755 index 00000000..213387fa Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Entry/combo-entry-button-rtl.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Entry/combo-entry-button.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Entry/combo-entry-button.png new file mode 100755 index 00000000..3648e458 Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Entry/combo-entry-button.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Entry/entry-bg-disabled.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Entry/entry-bg-disabled.png new file mode 100755 index 00000000..a6a7eab0 Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Entry/entry-bg-disabled.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Entry/entry-bg.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Entry/entry-bg.png new file mode 100755 index 00000000..a14defeb Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Entry/entry-bg.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Entry/entry-border-active-bg-solid.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Entry/entry-border-active-bg-solid.png new file mode 100755 index 00000000..9c4ee5c9 Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Entry/entry-border-active-bg-solid.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Entry/entry-border-active-bg.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Entry/entry-border-active-bg.png new file mode 100755 index 00000000..9c4ee5c9 Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Entry/entry-border-active-bg.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Entry/entry-border-active-notebook.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Entry/entry-border-active-notebook.png new file mode 100755 index 00000000..9c4ee5c9 Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Entry/entry-border-active-notebook.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Entry/entry-border-active.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Entry/entry-border-active.png new file mode 100755 index 00000000..9c4ee5c9 Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Entry/entry-border-active.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Entry/entry-border-bg-solid.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Entry/entry-border-bg-solid.png new file mode 100755 index 00000000..4fd41cdb Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Entry/entry-border-bg-solid.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Entry/entry-border-bg.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Entry/entry-border-bg.png new file mode 100755 index 00000000..3a492dac Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Entry/entry-border-bg.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Entry/entry-border-disabled-bg.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Entry/entry-border-disabled-bg.png new file mode 100755 index 00000000..e16b8dd2 Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Entry/entry-border-disabled-bg.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Entry/entry-border-disabled-notebook.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Entry/entry-border-disabled-notebook.png new file mode 100755 index 00000000..0c140426 Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Entry/entry-border-disabled-notebook.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Entry/entry-border-disabled.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Entry/entry-border-disabled.png new file mode 100755 index 00000000..e8440fed Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Entry/entry-border-disabled.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Entry/entry-border-fill-plain.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Entry/entry-border-fill-plain.png new file mode 100755 index 00000000..cc401ea5 Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Entry/entry-border-fill-plain.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Entry/entry-border-fill-solid.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Entry/entry-border-fill-solid.png new file mode 100755 index 00000000..a1997b7b Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Entry/entry-border-fill-solid.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Entry/entry-border-fill.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Entry/entry-border-fill.png new file mode 100755 index 00000000..e28e8153 Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Entry/entry-border-fill.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Entry/entry-border-notebook.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Entry/entry-border-notebook.png new file mode 100755 index 00000000..246f2fc5 Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Entry/entry-border-notebook.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Entry/entry-border.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Entry/entry-border.png new file mode 100755 index 00000000..ec7b7d5d Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Entry/entry-border.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Entry/entry-bottom-selected.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Entry/entry-bottom-selected.png new file mode 100755 index 00000000..8bd940a0 Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Entry/entry-bottom-selected.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Entry/entry-bottom.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Entry/entry-bottom.png new file mode 100755 index 00000000..a8b28d5b Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Entry/entry-bottom.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Expanders/minus.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Expanders/minus.png new file mode 100755 index 00000000..f620ce5e Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Expanders/minus.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Expanders/plus.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Expanders/plus.png new file mode 100755 index 00000000..6df5f5d8 Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Expanders/plus.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Frame-Gap/frame-gap-end.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Frame-Gap/frame-gap-end.png new file mode 100755 index 00000000..8b7353c5 Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Frame-Gap/frame-gap-end.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Frame-Gap/frame-gap-start.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Frame-Gap/frame-gap-start.png new file mode 100755 index 00000000..921aebf6 Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Frame-Gap/frame-gap-start.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Frame-Gap/frame1.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Frame-Gap/frame1.png new file mode 100755 index 00000000..41870fb2 Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Frame-Gap/frame1.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Handles/handle-h.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Handles/handle-h.png new file mode 100755 index 00000000..a6f60efc Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Handles/handle-h.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Handles/handle-v.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Handles/handle-v.png new file mode 100755 index 00000000..cf6e8afe Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Handles/handle-v.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Handles/resize-grip.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Handles/resize-grip.png new file mode 100755 index 00000000..d7d2c6c5 Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Handles/resize-grip.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Lines/line-h.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Lines/line-h.png new file mode 100755 index 00000000..879af229 Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Lines/line-h.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Lines/line-v.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Lines/line-v.png new file mode 100755 index 00000000..87c28880 Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Lines/line-v.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Lines/linep-h.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Lines/linep-h.png new file mode 100755 index 00000000..fb46322a Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Lines/linep-h.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Lines/linep-v.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Lines/linep-v.png new file mode 100755 index 00000000..b773bef4 Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Lines/linep-v.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/ListHeaders/list_header-insens.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/ListHeaders/list_header-insens.png new file mode 100755 index 00000000..40b404b2 Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/ListHeaders/list_header-insens.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/ListHeaders/list_header-prelight.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/ListHeaders/list_header-prelight.png new file mode 100755 index 00000000..40b404b2 Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/ListHeaders/list_header-prelight.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/ListHeaders/list_header-pressed.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/ListHeaders/list_header-pressed.png new file mode 100755 index 00000000..40b404b2 Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/ListHeaders/list_header-pressed.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/ListHeaders/list_header.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/ListHeaders/list_header.png new file mode 100755 index 00000000..40b404b2 Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/ListHeaders/list_header.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/ListHeaders/tree.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/ListHeaders/tree.png new file mode 100755 index 00000000..753a2515 Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/ListHeaders/tree.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Menu-Menubar/arrow-right-prelight.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Menu-Menubar/arrow-right-prelight.png new file mode 100755 index 00000000..221d8c2e Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Menu-Menubar/arrow-right-prelight.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Menu-Menubar/arrow-right.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Menu-Menubar/arrow-right.png new file mode 100755 index 00000000..24a099c7 Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Menu-Menubar/arrow-right.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Menu-Menubar/menu.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Menu-Menubar/menu.png new file mode 100755 index 00000000..a5728b47 Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Menu-Menubar/menu.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Menu-Menubar/menubar-item.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Menu-Menubar/menubar-item.png new file mode 100755 index 00000000..1e36a272 Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Menu-Menubar/menubar-item.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Menu-Menubar/menubar.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Menu-Menubar/menubar.png new file mode 100755 index 00000000..1ad1f065 Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Menu-Menubar/menubar.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Menu-Menubar/menubar_button.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Menu-Menubar/menubar_button.png new file mode 100755 index 00000000..d1691586 Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Menu-Menubar/menubar_button.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Menu-Menubar/menuitem.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Menu-Menubar/menuitem.png new file mode 100755 index 00000000..753a2515 Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Menu-Menubar/menuitem.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Menu-Menubar/menuline.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Menu-Menubar/menuline.png new file mode 100755 index 00000000..9e7a131c Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Menu-Menubar/menuline.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Others/close.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Others/close.png new file mode 100755 index 00000000..42df6f43 Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Others/close.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Others/focus.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Others/focus.png new file mode 100755 index 00000000..417cd6af Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Others/focus.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Others/null.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Others/null.png new file mode 100755 index 00000000..fdfcf89f Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Others/null.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Others/resize_grip.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Others/resize_grip.png new file mode 100644 index 00000000..6c14f5b8 Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Others/resize_grip.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Others/ruler.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Others/ruler.png new file mode 100755 index 00000000..a7fdc5b0 Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Others/ruler.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Others/tooltip.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Others/tooltip.png new file mode 100755 index 00000000..48f21f14 Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Others/tooltip.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Panel/button-active.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Panel/button-active.png new file mode 100755 index 00000000..95ce03a7 Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Panel/button-active.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Panel/button-inactive.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Panel/button-inactive.png new file mode 100755 index 00000000..d1ea8b79 Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Panel/button-inactive.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Panel/button-prelight.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Panel/button-prelight.png new file mode 100755 index 00000000..aaa1115b Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Panel/button-prelight.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Panel/handle-h.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Panel/handle-h.png new file mode 100755 index 00000000..082821fe Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Panel/handle-h.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Panel/handle-v.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Panel/handle-v.png new file mode 100755 index 00000000..808e63ea Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Panel/handle-v.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Panel/menubar-item.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Panel/menubar-item.png new file mode 100755 index 00000000..1e36a272 Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Panel/menubar-item.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Panel/panel-bg.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Panel/panel-bg.png new file mode 100755 index 00000000..94532782 Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Panel/panel-bg.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Panel/panel-button-active-prelight.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Panel/panel-button-active-prelight.png new file mode 100755 index 00000000..8e1b0c86 Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Panel/panel-button-active-prelight.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Panel/panel-button-active.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Panel/panel-button-active.png new file mode 100755 index 00000000..95ce03a7 Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Panel/panel-button-active.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Panel/panel-button-inactive.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Panel/panel-button-inactive.png new file mode 100755 index 00000000..d1ea8b79 Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Panel/panel-button-inactive.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Panel/panel-button-prelight.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Panel/panel-button-prelight.png new file mode 100755 index 00000000..aaa1115b Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Panel/panel-button-prelight.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Panel/panel-menubar.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Panel/panel-menubar.png new file mode 100755 index 00000000..01668246 Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Panel/panel-menubar.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/ProgressBar/progressbar-pat.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/ProgressBar/progressbar-pat.png new file mode 100755 index 00000000..f69986d1 Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/ProgressBar/progressbar-pat.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/ProgressBar/trough-progressbar-horiz.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/ProgressBar/trough-progressbar-horiz.png new file mode 100755 index 00000000..655e2e7e Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/ProgressBar/trough-progressbar-horiz.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/ProgressBar/trough-progressbar.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/ProgressBar/trough-progressbar.png new file mode 100755 index 00000000..655e2e7e Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/ProgressBar/trough-progressbar.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Scale/slider-hover.svg b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Scale/slider-hover.svg new file mode 100755 index 00000000..d0e0ee59 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Scale/slider-hover.svg @@ -0,0 +1,366 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="20" + height="16" + id="svg5980" + version="1.1" + inkscape:version="0.48.3.1 r9886" + sodipodi:docname="scale-slider-vertical.svg"> + <defs + id="defs5982"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4714-2" + id="linearGradient5304-8" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0,-1,1,0,-167.30724,401.40146)" + x1="108.59611" + y1="477.02258" + x2="113.8317" + y2="477.02258" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4714-2"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop4716-4" /> + <stop + style="stop-color:#ffffff;stop-opacity:1" + offset="1" + id="stop4718-5" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4722-3" + id="linearGradient5306-4" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0,-1,1,0,-166.30724,401.40146)" + x1="116.15861" + y1="479.89758" + x2="107.97111" + y2="479.89758" /> + <linearGradient + id="linearGradient4722-3"> + <stop + style="stop-color:#babdb6;stop-opacity:1;" + offset="0" + id="stop4724-2" /> + <stop + style="stop-color:#7b8073;stop-opacity:1" + offset="1" + id="stop4726-2" /> + </linearGradient> + <linearGradient + y2="477.02258" + x2="113.8317" + y1="477.02258" + x1="108.59611" + gradientTransform="matrix(0,-1,1,0,-167.30724,401.40146)" + gradientUnits="userSpaceOnUse" + id="linearGradient6007" + xlink:href="#linearGradient4714-2" + inkscape:collect="always" /> + <linearGradient + y2="479.89758" + x2="107.97111" + y1="479.89758" + x1="116.15861" + gradientTransform="matrix(0,-1,1,0,-166.30724,401.40146)" + gradientUnits="userSpaceOnUse" + id="linearGradient6009" + xlink:href="#linearGradient4722-3" + inkscape:collect="always" /> + <linearGradient + y2="477.02258" + x2="113.8317" + y1="477.02258" + x1="108.59611" + gradientTransform="matrix(0,-1,1,0,-167.30724,401.40146)" + gradientUnits="userSpaceOnUse" + id="linearGradient6007-9" + xlink:href="#linearGradient4714-2-4" + inkscape:collect="always" /> + <linearGradient + id="linearGradient4714-2-4"> + <stop + style="stop-color:#e3e3e3;stop-opacity:1;" + offset="0" + id="stop4716-4-5" /> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="1" + id="stop4718-5-5" /> + </linearGradient> + <linearGradient + y2="479.89758" + x2="107.97111" + y1="479.89758" + x1="116.15861" + gradientTransform="matrix(0,-1,1,0,-166.30724,401.40146)" + gradientUnits="userSpaceOnUse" + id="linearGradient6009-5" + xlink:href="#linearGradient4722-3-9" + inkscape:collect="always" /> + <linearGradient + id="linearGradient4722-3-9"> + <stop + style="stop-color:#bababa;stop-opacity:1;" + offset="0" + id="stop4724-2-4" /> + <stop + style="stop-color:#7b7b7b;stop-opacity:1;" + offset="1" + id="stop4726-2-7" /> + </linearGradient> + <linearGradient + y2="477.02258" + x2="113.8317" + y1="477.02258" + x1="108.59611" + gradientTransform="matrix(0,-1,1,0,-167.30724,401.40146)" + gradientUnits="userSpaceOnUse" + id="linearGradient3781" + xlink:href="#linearGradient4714-2-4" + inkscape:collect="always" /> + <linearGradient + y2="479.89758" + x2="107.97111" + y1="479.89758" + x1="116.15861" + gradientTransform="matrix(0,-1,1,0,-166.30724,401.40146)" + gradientUnits="userSpaceOnUse" + id="linearGradient3783" + xlink:href="#linearGradient4722-3-9" + inkscape:collect="always" /> + <linearGradient + y2="476.93225" + x2="117.56812" + y1="476.93225" + x1="104.73479" + gradientTransform="matrix(0,-1,1,0,-167.30724,401.40146)" + gradientUnits="userSpaceOnUse" + id="linearGradient6007-5" + xlink:href="#linearGradient4714-2-45" + inkscape:collect="always" /> + <linearGradient + id="linearGradient4714-2-45"> + <stop + style="stop-color:#326cb8;stop-opacity:1;" + offset="0" + id="stop4716-4-8" /> + <stop + style="stop-color:#a2bfe6;stop-opacity:1;" + offset="1" + id="stop4718-5-59" /> + </linearGradient> + <linearGradient + y2="479.89758" + x2="107.97111" + y1="479.89758" + x1="116.15861" + gradientTransform="matrix(0,-1,1,0,-166.30724,401.40146)" + gradientUnits="userSpaceOnUse" + id="linearGradient6009-2" + xlink:href="#linearGradient4722-3-2" + inkscape:collect="always" /> + <linearGradient + id="linearGradient4722-3-2"> + <stop + style="stop-color:#79a3db;stop-opacity:1;" + offset="0" + id="stop4724-2-40" /> + <stop + style="stop-color:#2a5b9c;stop-opacity:1;" + offset="1" + id="stop4726-2-4" /> + </linearGradient> + <linearGradient + y2="476.93225" + x2="117.56812" + y1="476.93225" + x1="104.73479" + gradientTransform="matrix(0,-1,1,0,-167.30724,401.40146)" + gradientUnits="userSpaceOnUse" + id="linearGradient3781-8" + xlink:href="#linearGradient4714-2-45" + inkscape:collect="always" /> + <linearGradient + y2="479.89758" + x2="107.97111" + y1="479.89758" + x1="116.15861" + gradientTransform="matrix(0,-1,1,0,-166.30724,401.40146)" + gradientUnits="userSpaceOnUse" + id="linearGradient3783-4" + xlink:href="#linearGradient4722-3-2" + inkscape:collect="always" /> + <linearGradient + y2="476.93225" + x2="117.56812" + y1="476.93225" + x1="104.73479" + gradientTransform="matrix(0,-1,1,0,-167.30724,401.40146)" + gradientUnits="userSpaceOnUse" + id="linearGradient6007-7" + xlink:href="#linearGradient4714-2-2" + inkscape:collect="always" /> + <linearGradient + id="linearGradient4714-2-2"> + <stop + style="stop-color:#326cb8;stop-opacity:1;" + offset="0" + id="stop4716-4-7" /> + <stop + style="stop-color:#91b3e1;stop-opacity:1;" + offset="1" + id="stop4718-5-1" /> + </linearGradient> + <linearGradient + y2="479.89758" + x2="107.97111" + y1="479.89758" + x1="116.15861" + gradientTransform="matrix(0,-1,1,0,-166.30724,401.40146)" + gradientUnits="userSpaceOnUse" + id="linearGradient6009-4" + xlink:href="#linearGradient4722-3-97" + inkscape:collect="always" /> + <linearGradient + id="linearGradient4722-3-97"> + <stop + style="stop-color:#79a3db;stop-opacity:1;" + offset="0" + id="stop4724-2-48" /> + <stop + style="stop-color:#2a5b9c;stop-opacity:1;" + offset="1" + id="stop4726-2-0" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4714-2-22" + id="linearGradient3766" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0,-1,1,0,-167.30724,401.40146)" + x1="104.73479" + y1="476.93225" + x2="117.56812" + y2="476.93225" + spreadMethod="pad" /> + <linearGradient + id="linearGradient4714-2-22"> + <stop + style="stop-color:#2b6dc7;stop-opacity:1;" + offset="0" + id="stop4716-4-2" /> + <stop + style="stop-color:#6297de;stop-opacity:1;" + offset="1" + id="stop4718-5-13" /> + </linearGradient> + <linearGradient + y2="479.89758" + x2="107.97111" + y1="479.89758" + x1="116.15861" + gradientTransform="matrix(0,-1,1,0,-166.30724,401.40146)" + gradientUnits="userSpaceOnUse" + id="linearGradient6009-6" + xlink:href="#linearGradient4722-3-0" + inkscape:collect="always" /> + <linearGradient + id="linearGradient4722-3-0"> + <stop + style="stop-color:#4a86d8;stop-opacity:1;" + offset="0" + id="stop4724-2-6" /> + <stop + style="stop-color:#2763b5;stop-opacity:1;" + offset="1" + id="stop4726-2-5" /> + </linearGradient> + <linearGradient + y2="476.93225" + x2="117.56812" + y1="476.93225" + x1="104.73479" + spreadMethod="pad" + gradientTransform="matrix(0,-1,1,0,-167.30724,401.40146)" + gradientUnits="userSpaceOnUse" + id="linearGradient3783-9" + xlink:href="#linearGradient4714-2-22" + inkscape:collect="always" /> + <linearGradient + y2="479.89758" + x2="107.97111" + y1="479.89758" + x1="116.15861" + gradientTransform="matrix(0,-1,1,0,-166.30724,401.40146)" + gradientUnits="userSpaceOnUse" + id="linearGradient3785" + xlink:href="#linearGradient4722-3-0" + inkscape:collect="always" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="22.430113" + inkscape:cx="10.000813" + inkscape:cy="8" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:window-width="854" + inkscape:window-height="859" + inkscape:window-x="137" + inkscape:window-y="137" + inkscape:window-maximized="0"> + <inkscape:grid + type="xygrid" + id="grid3037" /> + </sodipodi:namedview> + <metadata + id="metadata5985"> + <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(0,-16)"> + <path + sodipodi:type="arc" + style="color:#000000;fill:url(#linearGradient3783-9);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3785);stroke-width:0.91666669;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="path5387" + sodipodi:cx="312.375" + sodipodi:cy="290.25" + sodipodi:rx="6.875" + sodipodi:ry="6.875" + d="m 319.25,290.25 a 6.875,6.875 0 1 1 -13.75,0 6.875,6.875 0 1 1 13.75,0 z" + transform="matrix(0.81818182,0,0,-0.81818182,-245.57955,261.47728)" /> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Scale/slider-ins.svg b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Scale/slider-ins.svg new file mode 100755 index 00000000..d0e0ee59 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Scale/slider-ins.svg @@ -0,0 +1,366 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="20" + height="16" + id="svg5980" + version="1.1" + inkscape:version="0.48.3.1 r9886" + sodipodi:docname="scale-slider-vertical.svg"> + <defs + id="defs5982"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4714-2" + id="linearGradient5304-8" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0,-1,1,0,-167.30724,401.40146)" + x1="108.59611" + y1="477.02258" + x2="113.8317" + y2="477.02258" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4714-2"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop4716-4" /> + <stop + style="stop-color:#ffffff;stop-opacity:1" + offset="1" + id="stop4718-5" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4722-3" + id="linearGradient5306-4" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0,-1,1,0,-166.30724,401.40146)" + x1="116.15861" + y1="479.89758" + x2="107.97111" + y2="479.89758" /> + <linearGradient + id="linearGradient4722-3"> + <stop + style="stop-color:#babdb6;stop-opacity:1;" + offset="0" + id="stop4724-2" /> + <stop + style="stop-color:#7b8073;stop-opacity:1" + offset="1" + id="stop4726-2" /> + </linearGradient> + <linearGradient + y2="477.02258" + x2="113.8317" + y1="477.02258" + x1="108.59611" + gradientTransform="matrix(0,-1,1,0,-167.30724,401.40146)" + gradientUnits="userSpaceOnUse" + id="linearGradient6007" + xlink:href="#linearGradient4714-2" + inkscape:collect="always" /> + <linearGradient + y2="479.89758" + x2="107.97111" + y1="479.89758" + x1="116.15861" + gradientTransform="matrix(0,-1,1,0,-166.30724,401.40146)" + gradientUnits="userSpaceOnUse" + id="linearGradient6009" + xlink:href="#linearGradient4722-3" + inkscape:collect="always" /> + <linearGradient + y2="477.02258" + x2="113.8317" + y1="477.02258" + x1="108.59611" + gradientTransform="matrix(0,-1,1,0,-167.30724,401.40146)" + gradientUnits="userSpaceOnUse" + id="linearGradient6007-9" + xlink:href="#linearGradient4714-2-4" + inkscape:collect="always" /> + <linearGradient + id="linearGradient4714-2-4"> + <stop + style="stop-color:#e3e3e3;stop-opacity:1;" + offset="0" + id="stop4716-4-5" /> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="1" + id="stop4718-5-5" /> + </linearGradient> + <linearGradient + y2="479.89758" + x2="107.97111" + y1="479.89758" + x1="116.15861" + gradientTransform="matrix(0,-1,1,0,-166.30724,401.40146)" + gradientUnits="userSpaceOnUse" + id="linearGradient6009-5" + xlink:href="#linearGradient4722-3-9" + inkscape:collect="always" /> + <linearGradient + id="linearGradient4722-3-9"> + <stop + style="stop-color:#bababa;stop-opacity:1;" + offset="0" + id="stop4724-2-4" /> + <stop + style="stop-color:#7b7b7b;stop-opacity:1;" + offset="1" + id="stop4726-2-7" /> + </linearGradient> + <linearGradient + y2="477.02258" + x2="113.8317" + y1="477.02258" + x1="108.59611" + gradientTransform="matrix(0,-1,1,0,-167.30724,401.40146)" + gradientUnits="userSpaceOnUse" + id="linearGradient3781" + xlink:href="#linearGradient4714-2-4" + inkscape:collect="always" /> + <linearGradient + y2="479.89758" + x2="107.97111" + y1="479.89758" + x1="116.15861" + gradientTransform="matrix(0,-1,1,0,-166.30724,401.40146)" + gradientUnits="userSpaceOnUse" + id="linearGradient3783" + xlink:href="#linearGradient4722-3-9" + inkscape:collect="always" /> + <linearGradient + y2="476.93225" + x2="117.56812" + y1="476.93225" + x1="104.73479" + gradientTransform="matrix(0,-1,1,0,-167.30724,401.40146)" + gradientUnits="userSpaceOnUse" + id="linearGradient6007-5" + xlink:href="#linearGradient4714-2-45" + inkscape:collect="always" /> + <linearGradient + id="linearGradient4714-2-45"> + <stop + style="stop-color:#326cb8;stop-opacity:1;" + offset="0" + id="stop4716-4-8" /> + <stop + style="stop-color:#a2bfe6;stop-opacity:1;" + offset="1" + id="stop4718-5-59" /> + </linearGradient> + <linearGradient + y2="479.89758" + x2="107.97111" + y1="479.89758" + x1="116.15861" + gradientTransform="matrix(0,-1,1,0,-166.30724,401.40146)" + gradientUnits="userSpaceOnUse" + id="linearGradient6009-2" + xlink:href="#linearGradient4722-3-2" + inkscape:collect="always" /> + <linearGradient + id="linearGradient4722-3-2"> + <stop + style="stop-color:#79a3db;stop-opacity:1;" + offset="0" + id="stop4724-2-40" /> + <stop + style="stop-color:#2a5b9c;stop-opacity:1;" + offset="1" + id="stop4726-2-4" /> + </linearGradient> + <linearGradient + y2="476.93225" + x2="117.56812" + y1="476.93225" + x1="104.73479" + gradientTransform="matrix(0,-1,1,0,-167.30724,401.40146)" + gradientUnits="userSpaceOnUse" + id="linearGradient3781-8" + xlink:href="#linearGradient4714-2-45" + inkscape:collect="always" /> + <linearGradient + y2="479.89758" + x2="107.97111" + y1="479.89758" + x1="116.15861" + gradientTransform="matrix(0,-1,1,0,-166.30724,401.40146)" + gradientUnits="userSpaceOnUse" + id="linearGradient3783-4" + xlink:href="#linearGradient4722-3-2" + inkscape:collect="always" /> + <linearGradient + y2="476.93225" + x2="117.56812" + y1="476.93225" + x1="104.73479" + gradientTransform="matrix(0,-1,1,0,-167.30724,401.40146)" + gradientUnits="userSpaceOnUse" + id="linearGradient6007-7" + xlink:href="#linearGradient4714-2-2" + inkscape:collect="always" /> + <linearGradient + id="linearGradient4714-2-2"> + <stop + style="stop-color:#326cb8;stop-opacity:1;" + offset="0" + id="stop4716-4-7" /> + <stop + style="stop-color:#91b3e1;stop-opacity:1;" + offset="1" + id="stop4718-5-1" /> + </linearGradient> + <linearGradient + y2="479.89758" + x2="107.97111" + y1="479.89758" + x1="116.15861" + gradientTransform="matrix(0,-1,1,0,-166.30724,401.40146)" + gradientUnits="userSpaceOnUse" + id="linearGradient6009-4" + xlink:href="#linearGradient4722-3-97" + inkscape:collect="always" /> + <linearGradient + id="linearGradient4722-3-97"> + <stop + style="stop-color:#79a3db;stop-opacity:1;" + offset="0" + id="stop4724-2-48" /> + <stop + style="stop-color:#2a5b9c;stop-opacity:1;" + offset="1" + id="stop4726-2-0" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4714-2-22" + id="linearGradient3766" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0,-1,1,0,-167.30724,401.40146)" + x1="104.73479" + y1="476.93225" + x2="117.56812" + y2="476.93225" + spreadMethod="pad" /> + <linearGradient + id="linearGradient4714-2-22"> + <stop + style="stop-color:#2b6dc7;stop-opacity:1;" + offset="0" + id="stop4716-4-2" /> + <stop + style="stop-color:#6297de;stop-opacity:1;" + offset="1" + id="stop4718-5-13" /> + </linearGradient> + <linearGradient + y2="479.89758" + x2="107.97111" + y1="479.89758" + x1="116.15861" + gradientTransform="matrix(0,-1,1,0,-166.30724,401.40146)" + gradientUnits="userSpaceOnUse" + id="linearGradient6009-6" + xlink:href="#linearGradient4722-3-0" + inkscape:collect="always" /> + <linearGradient + id="linearGradient4722-3-0"> + <stop + style="stop-color:#4a86d8;stop-opacity:1;" + offset="0" + id="stop4724-2-6" /> + <stop + style="stop-color:#2763b5;stop-opacity:1;" + offset="1" + id="stop4726-2-5" /> + </linearGradient> + <linearGradient + y2="476.93225" + x2="117.56812" + y1="476.93225" + x1="104.73479" + spreadMethod="pad" + gradientTransform="matrix(0,-1,1,0,-167.30724,401.40146)" + gradientUnits="userSpaceOnUse" + id="linearGradient3783-9" + xlink:href="#linearGradient4714-2-22" + inkscape:collect="always" /> + <linearGradient + y2="479.89758" + x2="107.97111" + y1="479.89758" + x1="116.15861" + gradientTransform="matrix(0,-1,1,0,-166.30724,401.40146)" + gradientUnits="userSpaceOnUse" + id="linearGradient3785" + xlink:href="#linearGradient4722-3-0" + inkscape:collect="always" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="22.430113" + inkscape:cx="10.000813" + inkscape:cy="8" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:window-width="854" + inkscape:window-height="859" + inkscape:window-x="137" + inkscape:window-y="137" + inkscape:window-maximized="0"> + <inkscape:grid + type="xygrid" + id="grid3037" /> + </sodipodi:namedview> + <metadata + id="metadata5985"> + <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(0,-16)"> + <path + sodipodi:type="arc" + style="color:#000000;fill:url(#linearGradient3783-9);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3785);stroke-width:0.91666669;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="path5387" + sodipodi:cx="312.375" + sodipodi:cy="290.25" + sodipodi:rx="6.875" + sodipodi:ry="6.875" + d="m 319.25,290.25 a 6.875,6.875 0 1 1 -13.75,0 6.875,6.875 0 1 1 13.75,0 z" + transform="matrix(0.81818182,0,0,-0.81818182,-245.57955,261.47728)" /> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Scale/slider.svg b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Scale/slider.svg new file mode 100755 index 00000000..390970ca --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Scale/slider.svg @@ -0,0 +1,146 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="16" + height="20" + id="svg5980" + version="1.1" + inkscape:version="0.48.3.1 r9886" + sodipodi:docname="scale-slider-horizontal.svg"> + <defs + id="defs5982"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4714-2" + id="linearGradient5304-8" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0,-1,1,0,-167.30724,401.40146)" + x1="108.59611" + y1="477.02258" + x2="113.8317" + y2="477.02258" /> + <linearGradient + id="linearGradient4714-2"> + <stop + style="stop-color:#2b6dc7;stop-opacity:1;" + offset="0" + id="stop4716-4" /> + <stop + style="stop-color:#6297de;stop-opacity:1;" + offset="1" + id="stop4718-5" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4722-3" + id="linearGradient5306-4" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0,-1,1,0,-166.30724,401.40146)" + x1="116.15861" + y1="479.89758" + x2="107.97111" + y2="479.89758" /> + <linearGradient + id="linearGradient4722-3"> + <stop + style="stop-color:#4a86d8;stop-opacity:1;" + offset="0" + id="stop4724-2" /> + <stop + style="stop-color:#2763b5;stop-opacity:1;" + offset="1" + id="stop4726-2" /> + </linearGradient> + <linearGradient + y2="476.93225" + x2="117.56812" + y1="476.93225" + x1="104.73479" + gradientTransform="matrix(0,-1,1,0,-167.30724,401.40146)" + gradientUnits="userSpaceOnUse" + id="linearGradient6007" + xlink:href="#linearGradient4714-2" + inkscape:collect="always" /> + <linearGradient + y2="479.89758" + x2="107.97111" + y1="479.89758" + x1="116.15861" + gradientTransform="matrix(0,-1,1,0,-166.30724,401.40146)" + gradientUnits="userSpaceOnUse" + id="linearGradient6009" + xlink:href="#linearGradient4722-3" + inkscape:collect="always" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4714-2" + id="linearGradient3766" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0,-1,1,0,-167.30724,401.40146)" + x1="104.73479" + y1="476.93225" + x2="117.56812" + y2="476.93225" + spreadMethod="pad" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="22.430113" + inkscape:cx="3.7344268" + inkscape:cy="9.3331276" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:window-width="1161" + inkscape:window-height="953" + inkscape:window-x="266" + inkscape:window-y="71" + inkscape:window-maximized="0"> + <inkscape:grid + type="xygrid" + id="grid2993" /> + </sodipodi:namedview> + <metadata + id="metadata5985"> + <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(0,-12)"> + <path + sodipodi:type="arc" + style="color:#000000;fill:url(#linearGradient3766);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient6009);stroke-width:0.91666669;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="path5387" + sodipodi:cx="312.375" + sodipodi:cy="290.25" + sodipodi:rx="6.875" + sodipodi:ry="6.875" + d="m 319.25,290.25 a 6.875,6.875 0 1 1 -13.75,0 6.875,6.875 0 1 1 13.75,0 z" + transform="matrix(0.81818182,0,0,-0.81818182,-247.57955,259.47728)" /> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Scale/trough-horizontal.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Scale/trough-horizontal.png new file mode 100644 index 00000000..d131dd54 Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Scale/trough-horizontal.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Scale/trough-vertical.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Scale/trough-vertical.png new file mode 100644 index 00000000..d3f5b5e4 Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Scale/trough-vertical.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Scrollbars/scroll-thumb-horiz.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Scrollbars/scroll-thumb-horiz.png new file mode 100755 index 00000000..f0d2372e Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Scrollbars/scroll-thumb-horiz.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Scrollbars/scroll-thumb-vert.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Scrollbars/scroll-thumb-vert.png new file mode 100755 index 00000000..f0d2372e Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Scrollbars/scroll-thumb-vert.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Scrollbars/slider-horiz-active.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Scrollbars/slider-horiz-active.png new file mode 100755 index 00000000..dd76e1e3 Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Scrollbars/slider-horiz-active.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Scrollbars/slider-horiz-insens.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Scrollbars/slider-horiz-insens.png new file mode 100755 index 00000000..28ceace8 Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Scrollbars/slider-horiz-insens.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Scrollbars/slider-horiz-prelight.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Scrollbars/slider-horiz-prelight.png new file mode 100755 index 00000000..f13a8cfb Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Scrollbars/slider-horiz-prelight.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Scrollbars/slider-horiz.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Scrollbars/slider-horiz.png new file mode 100755 index 00000000..25f51877 Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Scrollbars/slider-horiz.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Scrollbars/slider-vert-active.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Scrollbars/slider-vert-active.png new file mode 100755 index 00000000..a3bf41fe Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Scrollbars/slider-vert-active.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Scrollbars/slider-vert-insens.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Scrollbars/slider-vert-insens.png new file mode 100755 index 00000000..9eda755e Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Scrollbars/slider-vert-insens.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Scrollbars/slider-vert-prelight.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Scrollbars/slider-vert-prelight.png new file mode 100755 index 00000000..6ca7d47a Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Scrollbars/slider-vert-prelight.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Scrollbars/slider-vert.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Scrollbars/slider-vert.png new file mode 100755 index 00000000..284d86ae Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Scrollbars/slider-vert.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Scrollbars/stepper-down-insens.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Scrollbars/stepper-down-insens.png new file mode 100755 index 00000000..3a7a7a1c Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Scrollbars/stepper-down-insens.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Scrollbars/stepper-down-prelight.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Scrollbars/stepper-down-prelight.png new file mode 100755 index 00000000..3a7a7a1c Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Scrollbars/stepper-down-prelight.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Scrollbars/stepper-down.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Scrollbars/stepper-down.png new file mode 100755 index 00000000..3a7a7a1c Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Scrollbars/stepper-down.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Scrollbars/stepper-left-insens.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Scrollbars/stepper-left-insens.png new file mode 100755 index 00000000..3a7a7a1c Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Scrollbars/stepper-left-insens.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Scrollbars/stepper-left-prelight.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Scrollbars/stepper-left-prelight.png new file mode 100755 index 00000000..3a7a7a1c Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Scrollbars/stepper-left-prelight.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Scrollbars/stepper-left.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Scrollbars/stepper-left.png new file mode 100755 index 00000000..3a7a7a1c Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Scrollbars/stepper-left.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Scrollbars/stepper-right-insens.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Scrollbars/stepper-right-insens.png new file mode 100755 index 00000000..3a7a7a1c Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Scrollbars/stepper-right-insens.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Scrollbars/stepper-right-prelight.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Scrollbars/stepper-right-prelight.png new file mode 100755 index 00000000..3a7a7a1c Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Scrollbars/stepper-right-prelight.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Scrollbars/stepper-right.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Scrollbars/stepper-right.png new file mode 100755 index 00000000..3a7a7a1c Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Scrollbars/stepper-right.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Scrollbars/stepper-up-insens.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Scrollbars/stepper-up-insens.png new file mode 100755 index 00000000..3a7a7a1c Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Scrollbars/stepper-up-insens.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Scrollbars/stepper-up-prelight.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Scrollbars/stepper-up-prelight.png new file mode 100755 index 00000000..3a7a7a1c Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Scrollbars/stepper-up-prelight.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Scrollbars/stepper-up.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Scrollbars/stepper-up.png new file mode 100755 index 00000000..3a7a7a1c Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Scrollbars/stepper-up.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Scrollbars/trough-scrollbar-horiz-insens.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Scrollbars/trough-scrollbar-horiz-insens.png new file mode 100755 index 00000000..39726184 Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Scrollbars/trough-scrollbar-horiz-insens.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Scrollbars/trough-scrollbar-horiz.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Scrollbars/trough-scrollbar-horiz.png new file mode 100755 index 00000000..4a6aa924 Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Scrollbars/trough-scrollbar-horiz.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Scrollbars/trough-scrollbar-vert-insens.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Scrollbars/trough-scrollbar-vert-insens.png new file mode 100755 index 00000000..9625172d Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Scrollbars/trough-scrollbar-vert-insens.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Scrollbars/trough-scrollbar-vert.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Scrollbars/trough-scrollbar-vert.png new file mode 100755 index 00000000..62f0e8cf Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Scrollbars/trough-scrollbar-vert.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Spin/arrow-down-active.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Spin/arrow-down-active.png new file mode 100755 index 00000000..2f62cffc Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Spin/arrow-down-active.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Spin/arrow-down-disable.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Spin/arrow-down-disable.png new file mode 100755 index 00000000..63c698b6 Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Spin/arrow-down-disable.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Spin/arrow-down-prelight.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Spin/arrow-down-prelight.png new file mode 100755 index 00000000..a7a71454 Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Spin/arrow-down-prelight.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Spin/arrow-down.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Spin/arrow-down.png new file mode 100755 index 00000000..2f62cffc Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Spin/arrow-down.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Spin/arrow-up-active.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Spin/arrow-up-active.png new file mode 100755 index 00000000..fbb0ebbd Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Spin/arrow-up-active.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Spin/arrow-up-disable.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Spin/arrow-up-disable.png new file mode 100755 index 00000000..9c2ba6c2 Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Spin/arrow-up-disable.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Spin/arrow-up-prelight.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Spin/arrow-up-prelight.png new file mode 100755 index 00000000..43d8e3c2 Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Spin/arrow-up-prelight.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Spin/arrow-up.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Spin/arrow-up.png new file mode 100755 index 00000000..fbb0ebbd Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Spin/arrow-up.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Spin/down-background-disable-rtl.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Spin/down-background-disable-rtl.png new file mode 100755 index 00000000..e1ceb1bf Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Spin/down-background-disable-rtl.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Spin/down-background-disable.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Spin/down-background-disable.png new file mode 100755 index 00000000..ad620bbd Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Spin/down-background-disable.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Spin/down-background-rtl.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Spin/down-background-rtl.png new file mode 100755 index 00000000..d11fae80 Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Spin/down-background-rtl.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Spin/down-background.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Spin/down-background.png new file mode 100755 index 00000000..6f21a7ef Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Spin/down-background.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Spin/entry-shadow-in.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Spin/entry-shadow-in.png new file mode 100755 index 00000000..7177363c Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Spin/entry-shadow-in.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Spin/text-entry-focus-notebook.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Spin/text-entry-focus-notebook.png new file mode 100755 index 00000000..e95eddc6 Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Spin/text-entry-focus-notebook.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Spin/text-entry-focus.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Spin/text-entry-focus.png new file mode 100755 index 00000000..5664fc5d Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Spin/text-entry-focus.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Spin/text-entry-notebook.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Spin/text-entry-notebook.png new file mode 100755 index 00000000..439a844f Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Spin/text-entry-notebook.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Spin/text-entry.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Spin/text-entry.png new file mode 100755 index 00000000..2fd1e14e Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Spin/text-entry.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Spin/up-background-disable-rtl.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Spin/up-background-disable-rtl.png new file mode 100755 index 00000000..7707f42f Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Spin/up-background-disable-rtl.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Spin/up-background-disable.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Spin/up-background-disable.png new file mode 100755 index 00000000..72ae4c20 Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Spin/up-background-disable.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Spin/up-background-rtl.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Spin/up-background-rtl.png new file mode 100755 index 00000000..a3403ee3 Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Spin/up-background-rtl.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Spin/up-background.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Spin/up-background.png new file mode 100755 index 00000000..dae44708 Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Spin/up-background.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Tabs/gap-bottom-left.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Tabs/gap-bottom-left.png new file mode 100755 index 00000000..1857f909 Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Tabs/gap-bottom-left.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Tabs/gap-bottom-right.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Tabs/gap-bottom-right.png new file mode 100755 index 00000000..ce9a6292 Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Tabs/gap-bottom-right.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Tabs/gap-bottom.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Tabs/gap-bottom.png new file mode 100755 index 00000000..32e2ba88 Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Tabs/gap-bottom.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Tabs/gap-left.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Tabs/gap-left.png new file mode 100755 index 00000000..1f2af1d5 Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Tabs/gap-left.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Tabs/gap-right.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Tabs/gap-right.png new file mode 100755 index 00000000..0c83f4cc Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Tabs/gap-right.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Tabs/gap-top-left.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Tabs/gap-top-left.png new file mode 100755 index 00000000..3f23f3d0 Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Tabs/gap-top-left.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Tabs/gap-top-right.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Tabs/gap-top-right.png new file mode 100755 index 00000000..dd69e446 Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Tabs/gap-top-right.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Tabs/gap-top.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Tabs/gap-top.png new file mode 100755 index 00000000..285bf894 Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Tabs/gap-top.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Tabs/notebook-bottom.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Tabs/notebook-bottom.png new file mode 100755 index 00000000..8f2334fc Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Tabs/notebook-bottom.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Tabs/notebook-left.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Tabs/notebook-left.png new file mode 100755 index 00000000..fe517ca3 Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Tabs/notebook-left.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Tabs/notebook-right.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Tabs/notebook-right.png new file mode 100755 index 00000000..bcb5fc43 Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Tabs/notebook-right.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Tabs/notebook-top.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Tabs/notebook-top.png new file mode 100755 index 00000000..371ee625 Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Tabs/notebook-top.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Tabs/notebook.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Tabs/notebook.png new file mode 100755 index 00000000..73c072a0 Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Tabs/notebook.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Tabs/null.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Tabs/null.png new file mode 100755 index 00000000..b8fd8d4f Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Tabs/null.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Tabs/tab-bottom-active.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Tabs/tab-bottom-active.png new file mode 100755 index 00000000..4810b8ab Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Tabs/tab-bottom-active.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Tabs/tab-bottom.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Tabs/tab-bottom.png new file mode 100755 index 00000000..33930fc5 Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Tabs/tab-bottom.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Tabs/tab-left-active.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Tabs/tab-left-active.png new file mode 100755 index 00000000..e938804d Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Tabs/tab-left-active.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Tabs/tab-left.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Tabs/tab-left.png new file mode 100755 index 00000000..590261a6 Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Tabs/tab-left.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Tabs/tab-right-active.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Tabs/tab-right-active.png new file mode 100755 index 00000000..2202268e Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Tabs/tab-right-active.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Tabs/tab-right.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Tabs/tab-right.png new file mode 100755 index 00000000..e69dc865 Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Tabs/tab-right.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Tabs/tab-top-active.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Tabs/tab-top-active.png new file mode 100755 index 00000000..ecd9d23e Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Tabs/tab-top-active.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Tabs/tab-top.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Tabs/tab-top.png new file mode 100755 index 00000000..0b4a39bc Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Tabs/tab-top.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Toolbar/toolbar.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Toolbar/toolbar.png new file mode 100755 index 00000000..95ff5670 Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Toolbar/toolbar.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Toolbar/toolbutton-insensitive.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Toolbar/toolbutton-insensitive.png new file mode 100755 index 00000000..2ac30fa6 Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Toolbar/toolbutton-insensitive.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Toolbar/toolbutton-normal.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Toolbar/toolbutton-normal.png new file mode 100755 index 00000000..04583860 Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Toolbar/toolbutton-normal.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Toolbar/toolbutton-prelight.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Toolbar/toolbutton-prelight.png new file mode 100755 index 00000000..a0ac7352 Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Toolbar/toolbutton-prelight.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/Toolbar/toolbutton-pressed.png b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Toolbar/toolbutton-pressed.png new file mode 100755 index 00000000..c89161d9 Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-2.0/Toolbar/toolbutton-pressed.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/gtkrc b/.themes/Libra-Dark-Gruvbox/gtk-2.0/gtkrc new file mode 100644 index 00000000..a5e2923c --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/gtk-2.0/gtkrc @@ -0,0 +1,3308 @@ +# Libra-Dark Theme +################## +#gtk-color-scheme = "base_color:#272727\nfg_color:#efefef\ntooltip_fg_color:#efefef\nselected_bg_color:#3cb0fd\nselected_fg_color:#272727\ntext_color:#efefef\nbg_color:#505050\ntooltip_bg_color:#505050\nlink_color:#4f90e8" +#gtk-color-scheme = "panel_bg_color:#272727\npanel_fg_color:#efefef\npanel_text_color:#ffffff\ntooltip_fg_color:#000000" +gtk-color-scheme = "base_color:#282828\nfg_color:#EBDBB2\ntooltip_fg_color:#EBDBB2\nselected_bg_color:#928374\nselected_fg_color:#EBDBB2\ntext_color:#EBDBB2\nbg_color:#282828\ntooltip_bg_color:#282828\nlink_color:#4f90e8" +gtk-color-scheme = "panel_bg_color:#282828\npanel_fg_color:#EBDBB2\npanel_text_color:#EBDBB2\ntooltip_fg_color:#EBDBB2" + +gtk-icon-sizes = "panel-menu=22,22:gtk-button=16,16" + +gtk-auto-mnemonics = 1 + +style "default" { + xthickness = 1 + ythickness = 1 + + ####################### + # Style Properties + ####################### + GtkButton::child-displacement-x = 0 + GtkButton::child-displacement-y = 0 + GtkButton::default-border = { 0, 0, 0, 0 } + GtkButton::default-outside_border = { 0, 0, 0, 0 } + + GtkCheckButton::indicator-size = 16 + + GtkPaned::handle-size = 6 + + GtkRange::trough-border = 0 + GtkRange::slider-width = 14 + GtkRange::stepper-size = 14 + GtkRange::trough-under-steppers = 1 + + GtkScale::activate-slider = 1 # With this option set to TRUE, sliders will be drawn ACTIVE and with shadow IN while they are dragged. + GtkScale::trough-border = 0 + GtkScale::slider-width = 23 + GtkScale::slider-length = 14 + GtkScale::trough-side-details = 1 + + GtkScrollbar::activate-slider = 1 + GtkScrollbar::trough-border = 0 + GtkScrollbar::slider-width = 9 + GtkScrollbar::min-slider-length = 30 + GtkScrollbar::has-backward-stepper = 0 + GtkScrollbar::has_secondary_backward_stepper = 0 + GtkScrollbar::has-forward-stepper = 0 + GtkScrollbar::has_secondary_forward_stepper = 0 + + GtkMenuBar::internal-padding = 0 + GtkMenuBar::shadow-type = GTK_SHADOW_NONE + GtkMenuBar::window-dragging = 1 + GtkExpander::expander-size = 11 + GtkToolbar::internal-padding = 1 + GtkToolbar::shadow-type = GTK_SHADOW_NONE + GtkTreeView::expander-size = 7 + GtkTreeView::vertical-separator = 0 + GtkTreeView::odd-row-color = shade (0.96, @base_color) + GtkNotebook::tab-overlap = -1 + + GtkMenu::horizontal-padding = 0 + GtkMenu::vertical-padding = 0 + + WnckTasklist::fade-overlay-rect = 0 + + GtkOptionMenu::indicator_spacing = { 8, 2, 0, 0 } + + GtkProgressBar::min-horizontal-bar-height = 14 + GtkProgressBar::min-vertical-bar-width = 14 + + GtkImage::x-ayatana-indicator-dynamic = 1 + + GtkWidget::link-color = @link_color + GtkWidget::visited-link-color = @text_color + GtkWidget::tooltip-radius = 3 + GtkWidget::tooltip-alpha = 235 + GtkWidget::new-tooltip-style = 1 #for compatibility + + GtkStatusbar::shadow_type = GTK_SHADOW_NONE + GtkSpinButton::shadow_type = GTK_SHADOW_NONE + GtkToolbar::shadow-type = GTK_SHADOW_NONE + + GtkTreeView::row_ending_details = 0 + GtkTreeView::expander-size = 11 + GtkTreeView::vertical-separator = 4 + GtkTreeView::horizontal-separator = 4 + GtkTreeView::allow-rules = 1 + + GtkExpander::expander-size = 11 + + GtkWindow::resize-grip-height = 13 + GtkWindow::resize-grip-width = 13 + + #################### + # Color Definitions + #################### + bg[NORMAL] = @bg_color + bg[PRELIGHT] = shade (1.00, @bg_color) + bg[SELECTED] = @selected_bg_color + bg[INSENSITIVE] = shade (1.00, @bg_color) + bg[ACTIVE] = shade (1.00, @selected_bg_color) + + fg[NORMAL] = @fg_color + fg[PRELIGHT] = shade (0.9, @selected_bg_color) + fg[SELECTED] = @tooltip_fg_color + fg[INSENSITIVE] = darker (@bg_color) + fg[ACTIVE] = @fg_color + + text[NORMAL] = @text_color + text[PRELIGHT] = shade (0.9, @selected_bg_color) + text[SELECTED] = @tooltip_fg_color + text[INSENSITIVE] = shade (1.2, @bg_color) + text[ACTIVE] = shade (0.9, @selected_bg_color) + + base[NORMAL] = @base_color + base[PRELIGHT] = @base_color + base[SELECTED] = @selected_bg_color + base[INSENSITIVE] = shade (0.97, @bg_color) + base[ACTIVE] = shade (1.00, @base_color) + + + engine "pixmap" { + + # Check Buttons + + image + { + function = CHECK + recolorable = TRUE + state = NORMAL + shadow = OUT + overlay_file = "Check-Radio/check1.png" + overlay_stretch = FALSE + } + image + { + function = CHECK + recolorable = TRUE + state = PRELIGHT + shadow = OUT + overlay_file = "Check-Radio/check1.png" + overlay_stretch = FALSE + } + image + { + function = CHECK + recolorable = TRUE + state = ACTIVE + shadow = OUT + overlay_file = "Check-Radio/check1.png" + overlay_stretch = FALSE + } + image + { + function = CHECK + recolorable = TRUE + state = SELECTED + shadow = OUT + overlay_file = "Check-Radio/check1.png" + overlay_stretch = FALSE + } + image + { + function = CHECK + recolorable = TRUE + state = INSENSITIVE + shadow = OUT + overlay_file = "Check-Radio/check3.png" + overlay_stretch = FALSE + } + image + { + function = CHECK + recolorable = TRUE + state = NORMAL + shadow = IN + overlay_file = "Check-Radio/check2.png" + overlay_stretch = FALSE + } + image + { + function = CHECK + recolorable = TRUE + state = PRELIGHT + shadow = IN + overlay_file = "Check-Radio/check2.png" + overlay_stretch = FALSE + } + image + { + function = CHECK + recolorable = TRUE + state = ACTIVE + shadow = IN + overlay_file = "Check-Radio/check2.png" + overlay_stretch = FALSE + } + image + { + function = CHECK + recolorable = TRUE + state = SELECTED + shadow = IN + overlay_file = "Check-Radio/check2.png" + overlay_stretch = FALSE + } + image + { + function = CHECK + recolorable = TRUE + state = INSENSITIVE + shadow = IN + overlay_file = "Check-Radio/check3.png" + overlay_stretch = FALSE + } + + + # Arrows + + image + { + function = ARROW + overlay_file = "Arrows/arrow-up.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = UP + } + image + { + function = ARROW + state = PRELIGHT + overlay_file = "Arrows/arrow-up-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = UP + } + image + { + function = ARROW + state = ACTIVE + overlay_file = "Arrows/arrow-up-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = UP + } + image + { + function = ARROW + state = INSENSITIVE + overlay_file = "Arrows/arrow-up-insensitive.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = UP + } + + + image + { + function = ARROW + state = NORMAL + overlay_file = "Arrows/arrow-down.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = DOWN + } + image + { + function = ARROW + state = PRELIGHT + overlay_file = "Arrows/arrow-down-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = DOWN + } + image + { + function = ARROW + state = ACTIVE + overlay_file = "Arrows/arrow-down-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = DOWN + } + image + { + function = ARROW + state = INSENSITIVE + overlay_file = "Arrows/arrow-down-insens.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = DOWN + } + + image + { + function = ARROW + overlay_file = "Arrows/arrow-left.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = LEFT + } + image + { + function = ARROW + state = PRELIGHT + overlay_file = "Arrows/arrow-left-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = LEFT + } + image + { + function = ARROW + state = ACTIVE + overlay_file = "Arrows/arrow-left-active.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = LEFT + } + image + { + function = ARROW + state = INSENSITIVE + overlay_file = "Arrows/arrow-left-insensitive.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = LEFT + } + + image + { + function = ARROW + overlay_file = "Arrows/arrow-right.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + image + { + function = ARROW + state = PRELIGHT + overlay_file = "Arrows/arrow-right-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + image + { + function = ARROW + state = ACTIVE + overlay_file = "Arrows/arrow-right-active.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + image + { + function = ARROW + state = INSENSITIVE + overlay_file = "Arrows/arrow-right-insensitive.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + + # Option Menu Arrows + + image + { + function = TAB + state = INSENSITIVE + overlay_file = "Arrows/arrow-down-insens.png" + overlay_stretch = FALSE + } + image + { + function = TAB + state = NORMAL + overlay_file = "Arrows/arrow-down.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + } + image + { + function = TAB + state = PRELIGHT + overlay_file = "Arrows/arrow-down-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + } + + # Lines + + image + { + function = VLINE + file = "Lines/line-v.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + } + image + { + function = HLINE + file = "Lines/line-h.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + } + + # Focuslines + + image + { + function = FOCUS + file = "Others/focus.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + } + + # Handles + + image + { + function = HANDLE + overlay_file = "Handles/handle-h.png" + overlay_stretch = FALSE + orientation = HORIZONTAL + } + image + { + function = HANDLE + overlay_file = "Handles/handle-v.png" + overlay_stretch = FALSE + orientation = VERTICAL + } + + # Expanders + + image + { + function = EXPANDER + expander_style = COLLAPSED + file = "Expanders/plus.png" + } + + image + { + function = EXPANDER + expander_style = EXPANDED + file = "Expanders/minus.png" + } + + image + { + function = EXPANDER + expander_style = SEMI_EXPANDED + file = "Expanders/minus.png" + } + + image + { + function = EXPANDER + expander_style = SEMI_COLLAPSED + file = "Expanders/plus.png" + } + + image + { + function = RESIZE_GRIP + state = NORMAL + detail = "statusbar" + overlay_file = "Others/null.png" + overlay_border = { 0,0,0,0 } + overlay_stretch = FALSE + } + + # Shadows ( this area needs help :P ) + + image + { + function = SHADOW_GAP + file = "Others/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + } + + } + + engine "murrine" { + animation = FALSE + arrowstyle = 1 # Estilo flechas menu (triangulos) + border_shades = {1.0, 1.0} + colorize_scrollbar = FALSE + contrast = 0.0 + comboboxstyle = 0 # 0 = normal combobox, 1 = colorized combobox button + expanderstyle = 0 # Treview expander (triangulo) + focusstyle = 3 # 0 to disable focus drawing. + # 1 to use dots. + # 2 to use a small colored rectangle. + # 3 to use a colored rectangle that touches the borders. + glazestyle = 0 # 0 = flat highlight, + # 1 = curved highlight + # 2 = concave style, + # 3 = top curved highlight, + # 4 = beryl highlight + glowstyle = 4 # 0 = top, 1 = bottom, 2 = top and bottom, 3 = horizontal, 4 = centered glow + glow_shade = 1.1 + gradient_shades = {1.00, 1.00, 1.00, 1.00} + highlight_shade = 1.0 + handlestyle = 1 + lightborder_shade = 1.0 + lightborderstyle = 1 # 0 = top side, 1 = all sides + listviewheaderstyle = 0 # 0 = flat, 1 = glassy, 2 = raised + listviewstyle = 0 # 0 = nothing, 1 = dotted, 2 = line + menubaritemstyle = 0 # 0 = menuitem look, 1 = button look + menubarstyle = 0 # 0 = flat, 1 = glassy, 2 = gradient, 3 = striped + menuitemstyle = 0 # 0 = flat, 1 = glassy, 2 = striped + menustyle = 3 # 0 = no vertical menu stripe, 1 = display vertical menu stripe, 2 = faint? 3 = borderless + progressbarstyle = 0 + reliefstyle = 0 # 0 = flat, 1 = inset, 2 = shadow, 3 = shadow with gradient, 4 = stronger shadow with gradient + rgba = FALSE # alpha transparency + roundness = 1 # 0 = square + scrollbarstyle = 0 # 0 = nothing + separatorstyle = 0 # 0 = Hard seperators 1 = Smooth seperators + shadow_shades = {1.0, 1.0} + sliderstyle = 1 # 0 = nothing added + stepperstyle = 1 # 0 = standard, 1 = integrated stepper handles, 2 = unknown + toolbarstyle = 0 # 0 = flat, 1 = glassy, 2 = gradient + trough_shades = {1.00, 1.00} + } + +} + +style "ooo_stepper_hack" +{ + GtkScrollbar::stepper-size = 13 + GtkScrollbar::has-backward-stepper = 1 + GtkScrollbar::has-forward-stepper = 1 +} + +style "dark" +{ + color["bg_color_dark"] = "#3c3b37" + color["fg_color_dark"] = "#dfdbd2" + color["selected_fg_color_dark"] = "#ffffff" + + fg[NORMAL] = @fg_color_dark + fg[PRELIGHT] = shade (1.15, @fg_color_dark) + fg[ACTIVE] = @fg_color_dark + fg[SELECTED] = @selected_fg_color_dark + fg[INSENSITIVE] = shade (0.5, @fg_color_dark) + + bg[NORMAL] = @bg_color_dark + bg[ACTIVE] = shade (0.8, @bg_color_dark) + bg[SELECTED] = @selected_bg_color + bg[PRELIGHT] = shade (1.0, "#4D4C48") + bg[INSENSITIVE] = shade (0.85, @bg_color_dark) + + text[NORMAL] = @text_color + text[PRELIGHT] = @text_color + text[SELECTED] = @selected_fg_color + text[INSENSITIVE] = shade (0.8, @bg_color) + text[ACTIVE] = @text_color +} + +style "wide" { + xthickness = 2 + ythickness = 2 +} + +style "wider" { + xthickness = 3 + ythickness = 3 +} + +style "button" { + xthickness = 2 + ythickness = 2 + + bg[NORMAL] = shade (1.0, @bg_color) + bg[PRELIGHT] = shade (1.0, @bg_color) + bg[ACTIVE] = shade (1.0, @selected_bg_color) + bg[INSENSITIVE] = shade (1.0, @bg_color) + bg[SELECTED] = @selected_bg_color + fg[NORMAL] = shade (1.0, @text_color) + fg[PRELIGHT] = shade (1.0, @text_color) + fg[ACTIVE] = shade (1.0, @text_color) + fg[INSENSITIVE] = shade (1.5, @fg_color) + fg[SELECTED] = shade (1.0, @text_color) + + engine "murrine" { + contrast = 0.0 + gradient_shades = {1.00,1.00,1.00,1.00} + focusstyle = 1 + lightborderstyle = 1 + lightborder_shade = 1.1 + highlight_shade = 1.00 + textstyle = 2 + text_shade = 1.0 + } + + engine "pixmap" + { + # Radio Buttons + + image + { + function = OPTION + state = NORMAL + shadow = OUT + overlay_file = "Check-Radio/option1.png" + overlay_stretch = FALSE + } + image + { + function = OPTION + state = PRELIGHT + shadow = OUT + overlay_file = "Check-Radio/option1.png" + overlay_stretch = FALSE + } + image + { + function = OPTION + state = ACTIVE + shadow = OUT + overlay_file = "Check-Radio/option1.png" + overlay_stretch = FALSE + } + image + { + function = OPTION + state = SELECTED + shadow = OUT + overlay_file = "Check-Radio/option1.png" + overlay_stretch = FALSE + } + image + { + function = OPTION + state = INSENSITIVE + shadow = OUT + overlay_file = "Check-Radio/option3.png" + overlay_stretch = FALSE + } + image + { + function = OPTION + state = NORMAL + shadow = IN + overlay_file = "Check-Radio/option2.png" + overlay_stretch = FALSE + } + image + { + function = OPTION + state = PRELIGHT + shadow = IN + overlay_file = "Check-Radio/option2.png" + overlay_stretch = FALSE + } + image + { + function = OPTION + state = ACTIVE + shadow = IN + overlay_file = "Check-Radio/option2.png" + overlay_stretch = FALSE + } + image + { + function = OPTION + state = SELECTED + shadow = IN + overlay_file = "Check-Radio/option2.png" + overlay_stretch = FALSE + } + image + { + function = OPTION + state = INSENSITIVE + shadow = IN + overlay_file = "Check-Radio/option3.png" + overlay_stretch = FALSE + } + + image + { + function = BOX + state = NORMAL + file = "Buttons/button-normal-notebook.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + image + { + function = BOX + state = PRELIGHT + file = "Buttons/button-normal-notebook.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + image + { + function = BOX + state = ACTIVE + file = "Buttons/button-default-notebook.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + image + { + function = BOX + state = INSENSITIVE + file = "Buttons/button-insensitive.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + } +} + +style "button_nohilight" +{ + xthickness = 4 + ythickness = 3 + + engine "pixmap" + { + image + { + function = BOX + state = NORMAL + file = "Buttons/button-normal-notebook.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + image + { + function = BOX + state = PRELIGHT + file = "Buttons/button-normal-notebook.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + image + { + function = BOX + state = ACTIVE + file = "Buttons/button-default-notebook.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + image + { + function = BOX + state = INSENSITIVE + file = "Buttons/button-insensitive.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + } +} + + +style "notebook_button" { + xthickness = 3 + ythickness = 3 + + bg[NORMAL] = shade (1.00, @base_color) + bg[PRELIGHT] = shade (1.00, @base_color) + bg[ACTIVE] = shade (1.00, @selected_bg_color) + bg[INSENSITIVE] = shade (1.04, @bg_color) + bg[SELECTED] = @selected_bg_color + fg[PRELIGHT] = shade (0.8, @selected_bg_color) + fg[ACTIVE] = shade (1.0, @text_color) + + engine "murrine" { + contrast = 0.0 + gradient_shades = {1.00,1.00,1.00,1.00} + focusstyle = 2 + lightborderstyle = 1 + lightborder_shade = 1.1 + highlight_shade = 1.00 + textstyle = 2 + text_shade = 1.0 + comboboxstyle = 0 # 0 = normal combobox, 1 = colorized combobox button + focusstyle = 2 # 0 to disable focus drawing. + # 1 to use dots. + # 2 to use a small colored rectangle. + # 3 to use a colored rectangle that touches the borders. + } + engine "pixmap" + { + # Radio Buttons + + image + { + function = OPTION + state = NORMAL + shadow = OUT + overlay_file = "Check-Radio/option1.png" + overlay_stretch = FALSE + } + image + { + function = OPTION + state = PRELIGHT + shadow = OUT + overlay_file = "Check-Radio/option1.png" + overlay_stretch = FALSE + } + image + { + function = OPTION + state = ACTIVE + shadow = OUT + overlay_file = "Check-Radio/option1.png" + overlay_stretch = FALSE + } + image + { + function = OPTION + state = SELECTED + shadow = OUT + overlay_file = "Check-Radio/option1.png" + overlay_stretch = FALSE + } + image + { + function = OPTION + state = INSENSITIVE + shadow = OUT + overlay_file = "Check-Radio/option3.png" + overlay_stretch = FALSE + } + image + { + function = OPTION + state = NORMAL + shadow = IN + overlay_file = "Check-Radio/option2.png" + overlay_stretch = FALSE + } + image + { + function = OPTION + state = PRELIGHT + shadow = IN + overlay_file = "Check-Radio/option2.png" + overlay_stretch = FALSE + } + image + { + function = OPTION + state = ACTIVE + shadow = IN + overlay_file = "Check-Radio/option2.png" + overlay_stretch = FALSE + } + image + { + function = OPTION + state = SELECTED + shadow = IN + overlay_file = "Check-Radio/option2.png" + overlay_stretch = FALSE + } + image + { + function = OPTION + state = INSENSITIVE + shadow = IN + overlay_file = "Check-Radio/option3.png" + overlay_stretch = FALSE + } + + image + { + function = BOX + state = NORMAL + file = "Buttons/button-normal.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + image + { + function = BOX + state = PRELIGHT + file = "Buttons/button-normal.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + image + { + function = BOX + state = ACTIVE + file = "Buttons/button-default.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + image + { + function = BOX + state = INSENSITIVE + file = "Buttons/button-insensitive.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + } +} + +style "spinbutton" { + bg[NORMAL] = @base_color + bg[INSENSITIVE] = @bg_color + fg[ACTIVE] = @text_color + + xthickness = 3 + ythickness = 4 + engine "murrine" { + } + + engine "pixmap" { + image + { + function = ARROW + } + + # Spin-Up LTR + image + { + function = BOX + state = NORMAL + detail = "spinbutton_up" + file = "Others/null.png" + border = { 1, 4, 5, 0 } + stretch = TRUE + overlay_file = "Arrows/arrow-up-small.png" + overlay_stretch = FALSE + direction = LTR + } + image + { + function = BOX + state = PRELIGHT + detail = "spinbutton_up" + file = "Others/null.png" + border = { 1, 4, 5, 0 } + stretch = TRUE + overlay_file = "Arrows/arrow-up-small-prelight.png" + overlay_stretch = FALSE + direction = LTR + } + image + { + function = BOX + state = INSENSITIVE + detail = "spinbutton_up" + file = "Others/null.png" + border = { 1, 4, 5, 0 } + stretch = TRUE + overlay_file = "Arrows/arrow-up-small-insens.png" + overlay_stretch = FALSE + direction = LTR + } + image + { + function = BOX + state = ACTIVE + detail = "spinbutton_up" + file = "Others/null.png" + border = { 1, 4, 5, 0 } + stretch = TRUE + overlay_file = "Arrows/arrow-up-small-prelight.png" + overlay_stretch = FALSE + direction = LTR + } + + # Spin-Up RTL + image + { + function = BOX + state = NORMAL + detail = "spinbutton_up" + file = "Others/null.png" + border = { 4, 1, 5, 0 } + stretch = TRUE + overlay_file = "Arrows/arrow-up-small.png" + overlay_stretch = FALSE + direction = RTL + } + image + { + function = BOX + state = PRELIGHT + detail = "spinbutton_up" + file = "Others/null.png" + border = { 4, 1, 5, 0 } + stretch = TRUE + overlay_file = "Arrows/arrow-up-small-prelight.png" + overlay_stretch = FALSE + direction = RTL + } + image + { + function = BOX + state = INSENSITIVE + detail = "spinbutton_up" + file = "Others/null.png" + border = { 4, 1, 5, 0 } + stretch = TRUE + overlay_file = "Arrows/arrow-up-small-insens.png" + overlay_stretch = FALSE + direction = RTL + } + image + { + function = BOX + state = ACTIVE + detail = "spinbutton_up" + file = "Others/null.png" + border = { 4, 1, 5, 0 } + stretch = TRUE + overlay_file = "Arrows/arrow-up-small-prelight.png" + overlay_stretch = FALSE + direction = RTL + } + + # Spin-Down LTR + image + { + function = BOX + state = NORMAL + detail = "spinbutton_down" + file = "Others/null.png" + border = { 1, 4, 1, 4 } + stretch = TRUE + overlay_file = "Arrows/arrow-down-small.png" + overlay_stretch = FALSE + direction = LTR + } + image + { + function = BOX + state = PRELIGHT + detail = "spinbutton_down" + file = "Others/null.png" + border = { 1, 4, 1, 4 } + stretch = TRUE + overlay_file = "Arrows/arrow-down-small-prelight.png" + overlay_stretch = FALSE + direction = LTR + } + image + { + function = BOX + state = INSENSITIVE + detail = "spinbutton_down" + file = "Others/null.png" + border = { 1, 4, 1, 4 } + stretch = TRUE + overlay_file = "Arrows/arrow-down-small-insens.png" + overlay_stretch = FALSE + direction = LTR + } + image + { + function = BOX + state = ACTIVE + detail = "spinbutton_down" + file = "Others/null.png" + border = { 1, 4, 1, 4 } + stretch = TRUE + overlay_file = "Arrows/arrow-down-small-prelight.png" + overlay_stretch = FALSE + direction = LTR + } + + # Spin-Down RTL + image + { + function = BOX + state = NORMAL + detail = "spinbutton_down" + file = "Others/null.png" + border = { 4, 1, 1, 4 } + stretch = TRUE + overlay_file = "Arrows/arrow-down-small.png" + overlay_stretch = FALSE + direction = RTL + } + image + { + function = BOX + state = PRELIGHT + detail = "spinbutton_down" + file = "Others/null.png" + border = { 4, 1, 1, 4 } + stretch = TRUE + overlay_file = "Arrows/arrow-down-small-prelight.png" + overlay_stretch = FALSE + direction = RTL + } + image + { + function = BOX + state = INSENSITIVE + detail = "spinbutton_down" + file = "Others/null.png" + border = { 4, 1, 1, 4 } + stretch = TRUE + overlay_file = "Arrows/arrow-down-small-insens.png" + overlay_stretch = FALSE + direction = RTL + } + image + { + function = BOX + state = ACTIVE + detail = "spinbutton_down" + file = "Others/null.png" + border = { 4, 1, 1, 4 } + stretch = TRUE + overlay_file = "Arrows/arrow-down-small-prelight.png" + overlay_stretch = FALSE + direction = RTL + } + } +} +style "gimp_spin_scale" +{ + bg[NORMAL] = @base_color + + engine "murrine" { + } + + engine "pixmap" + { + image + { + function = FLAT_BOX + detail = "entry_bg" + state = NORMAL + } + image + { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + } + + image + { + function = BOX + state = NORMAL + detail = "spinbutton_up" + overlay_file = "Arrows/arrow-up-small.png" + overlay_stretch = FALSE + } + image + { + function = BOX + state = PRELIGHT + detail = "spinbutton_up" + overlay_file = "Arrows/arrow-up-small-prelight.png" + overlay_stretch = FALSE + } + image + { + function = BOX + state = ACTIVE + detail = "spinbutton_up" + overlay_file = "Arrows/arrow-up-small-prelight.png" + overlay_stretch = FALSE + } + image + { + function = BOX + state = INSENSITIVE + detail = "spinbutton_up" + overlay_file = "Arrows/arrow-up-small-insens.png" + overlay_stretch = FALSE + } + image + { + function = BOX + state = NORMAL + detail = "spinbutton_down" + overlay_file = "Arrows/arrow-down-small.png" + overlay_stretch = FALSE + } + image + { + function = BOX + state = PRELIGHT + detail = "spinbutton_down" + overlay_file = "Arrows/arrow-down-small-prelight.png" + overlay_stretch = FALSE + } + image + { + function = BOX + state = ACTIVE + detail = "spinbutton_down" + overlay_file = "Arrows/arrow-down-small-prelight.png" + overlay_stretch = FALSE + } + image + { + function = BOX + state = INSENSITIVE + detail = "spinbutton_down" + overlay_file = "Arrows/arrow-down-small-insens.png" + overlay_stretch = FALSE + } + } +} + +style "scrollbar" +{ + xthickness = 2 + ythickness = 2 + + bg[NORMAL] = shade(0.7, @base_color) + bg[PRELIGHT] = shade(0.5, @base_color) + bg[ACTIVE] = shade(0.5, @base_color) + bg[SELECTED] = shade(0.5, @base_color) + engine "pixmap" { + + image + { + function = BOX + detail = "trough" + file = "Scrollbars/trough-scrollbar-horiz.png" + border = { 19, 19, 4, 4 } + stretch = TRUE + orientation = HORIZONTAL + } + image + { + function = BOX + detail = "trough" + file = "Scrollbars/trough-scrollbar-vert.png" + border = { 4, 4, 19, 19 } + stretch = TRUE + orientation = VERTICAL + } + +# Sliders + + image + { + function = SLIDER + state = NORMAL + file = "Scrollbars/slider-horiz.png" + border = { 7, 7, 5, 5 } + stretch = TRUE + orientation = HORIZONTAL + + } + image + { + function = SLIDER + state = ACTIVE + file = "Scrollbars/slider-horiz-active.png" + border = { 7, 7, 5, 5 } + stretch = TRUE + orientation = HORIZONTAL + + } + image + { + function = SLIDER + state = PRELIGHT + file = "Scrollbars/slider-horiz-prelight.png" + border = { 7, 7, 5, 5 } + stretch = TRUE + orientation = HORIZONTAL + + } + image + { + function = SLIDER + state = INSENSITIVE + file = "Scrollbars/slider-horiz-insens.png" + border = { 7, 7, 5, 5 } + stretch = TRUE + orientation = HORIZONTAL + } + +# X Verticals + + image + { + function = SLIDER + state = NORMAL + file = "Scrollbars/slider-vert.png" + border = { 5, 5, 7, 7 } + stretch = TRUE + orientation = VERTICAL + + } + image + { + function = SLIDER + state = ACTIVE + file = "Scrollbars/slider-vert-active.png" + border = { 5, 5, 7, 7 } + stretch = TRUE + orientation = VERTICAL + + } + image + { + function = SLIDER + state = PRELIGHT + file = "Scrollbars/slider-vert-prelight.png" + border = { 5, 5, 7, 7 } + stretch = TRUE + orientation = VERTICAL + + } + image + { + function = SLIDER + state = INSENSITIVE + file = "Scrollbars/slider-vert-insens.png" + border = { 5, 5, 7, 7 } + stretch = TRUE + orientation = VERTICAL + + } + } + + engine "murrine" { + border_shades = {1.00, 1.00} + roundness = 0 + contrast = 1.0 + trough_shades = {1.00, 1.00} + lightborder_shade = 1.00 + glowstyle = 5 + glow_shade = 1.00 + gradient_shades = {1.00, 1.00, 1.00, 1.00} + trough_border_shades = {1.00,1.00} + } +} + +style "overlay_scrollbar" +{ + bg[SELECTED] = shade (1.0, @selected_bg_color) + bg[INSENSITIVE] = shade (0.85, @bg_color) + bg[ACTIVE] = shade (0.6, @bg_color) +} + +style "scale" { + + GtkScale::trough-border = 0 + GtkScale::slider-width = 16 + GtkScale::slider-length = 16 + # GtkScale::slider-length = 15 + GtkScale::trough-side-details = 1 + + bg[NORMAL] = shade (0.94, @selected_bg_color) + bg[PRELIGHT] = shade (1.06, @selected_bg_color) + bg[ACTIVE] = shade (0.94, @bg_color) + bg[INSENSITIVE] = shade (0.95, @bg_color) + + + engine "pixmap" { + + image + { + function = BOX + detail = "trough" + file = "Scale/trough-horizontal.png" + border = { 4, 4, 0, 0 } + stretch = TRUE + orientation = HORIZONTAL + } + image + { + function = BOX + detail = "trough" + file = "Scale/trough-vertical.png" + border = { 0, 0, 4, 4 } + stretch = TRUE + orientation = VERTICAL + } + +# Horizontal + + image + { + function = SLIDER + state = NORMAL + file = "Others/null.png" + border = { 0, 0, 0, 0 } + stretch = FALSE + overlay_file = "Scale/slider.svg" + overlay_stretch = FALSE + orientation = HORIZONTAL + } + image + { + function = SLIDER + state = PRELIGHT + file = "Others/null.png" + border = { 0, 0, 0, 0 } + stretch = FALSE + overlay_file = "Scale/slider-hover.svg" + overlay_stretch = FALSE + orientation = HORIZONTAL + } + image + { + function = SLIDER + state = INSENSITIVE + file = "Others/null.png" + border = { 0, 0, 0, 0 } + stretch = FALSE + overlay_file = "Scale/slider-ins.svg" + overlay_stretch = FALSE + orientation = HORIZONTAL + } + +# Vertical + + image + { + function = SLIDER + state = NORMAL + file = "Others/null.png" + border = { 0, 0, 0, 0 } + stretch = FALSE + overlay_file = "Scale/slider.svg" + overlay_stretch = FALSE + orientation = VERTICAL + } + image + { + function = SLIDER + state = PRELIGHT + file = "Others/null.png" + border = { 0, 0, 0, 0 } + stretch = FALSE + overlay_file = "Scale/slider-hover.svg" + overlay_stretch = FALSE + orientation = VERTICAL + } + image + { + function = SLIDER + state = INSENSITIVE + file = "Others/null.png" + border = { 0, 0, 0, 0 } + stretch = FALSE + overlay_file = "Scale/slider-ins.svg" + overlay_stretch = FALSE + orientation = VERTICAL + } + +# Function below removes ugly boxes + image + { + function = BOX + file = "Others/null.png" + border = { 3, 3, 3, 3 } + stretch = TRUE + } + + } + + engine "murrine" { + sliderstyle = 1 + contrast = 0.6 + border_shades = {0.9, 0.8} + roundness = 15 + lightborder_shade = 1.32 + gradient_shades = {1.1, 1.0, 1.0, 0.8} + handlestyle = 2 + trough_border_shades = {0.9, 1.4} + glow_shade = 1.0 +# reliefstyle = 2 +# shadow_shades = { 1.0, 0.9 } + } + +} + + +style "vscale" { +} + +style "hscale" { +} + +style "notebook_bg" { + bg[NORMAL] = shade (1.00, @base_color) + bg[ACTIVE] = shade (1.00, @base_color) + fg[ACTIVE] = @text_color + fg[NORMAL] = @text_color + +} + +# The color is changed by the notebook_bg style, this style +# changes the x/ythickness +style "notebook" = "notebook_bg" { + xthickness = 1 + ythickness = 1 + + engine "murrine" { + roundness = 2 + contrast = 0.8 + focusstyle = 2 + lightborder_shade = 1.00 + gradient_shades = {1.0, 1.0, 1.0, 1.0} + } + + engine "pixmap" + { + image + { + function = EXTENSION + state = ACTIVE + file = "Tabs/tab-bottom.png" + border = { 3,3,3,5 } + stretch = TRUE + gap_side = TOP + } + image + { + function = EXTENSION + state = ACTIVE + file = "Tabs/tab-top.png" + border = { 3,3,5,3 } + stretch = TRUE + gap_side = BOTTOM + } + image + { + function = EXTENSION + state = ACTIVE + file = "Tabs/tab-left.png" + border = { 3,3,3,3 } + stretch = TRUE + gap_side = RIGHT + } + image + { + function = EXTENSION + state = ACTIVE + file = "Tabs/tab-right.png" + border = { 3,3,3,3 } + stretch = TRUE + gap_side = LEFT + } + image + { + function = EXTENSION + file = "Tabs/tab-top-active.png" + border = { 3,3,3,3 } + stretch = TRUE + gap_side = BOTTOM + } + image + { + function = EXTENSION + file = "Tabs/tab-bottom-active.png" + border = { 3,3,3,3 } + stretch = TRUE + gap_side = TOP + } + image + { + function = EXTENSION + file = "Tabs/tab-left-active.png" + border = { 3,3,3,3 } + stretch = TRUE + gap_side = RIGHT + } + image + { + function = EXTENSION + file = "Tabs/tab-right-active.png" + border = { 3,3,3,3 } + stretch = TRUE + gap_side = LEFT + } + +# How to draw boxes with a gap on one side (ie the page of a notebook) + + image + { + function = BOX_GAP + file = "Tabs/notebook.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + gap_file = "Tabs/null.png" + gap_border = { 1, 1, 0, 0 } + gap_side = TOP + } + image + { + function = BOX_GAP + file = "Tabs/notebook.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + gap_file = "Tabs/null.png" + gap_border = { 1, 1, 0, 0 } + gap_side = BOTTOM + } + image + { + function = BOX_GAP + file = "Tabs/notebook.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + gap_file = "Tabs/null.png" + gap_border = { 0, 0, 1, 1 } + gap_side = LEFT + } + image + { + function = BOX_GAP + file = "Tabs/notebook.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + gap_file = "Tabs/null.png" + gap_border = { 0, 0, 1, 1 } + gap_side = RIGHT + } + +# How to draw the box of a notebook when it isnt attached to a tab + + image + { + function = BOX + file = "Tabs/notebook.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + } + +} + +style "handlebox" +{ + engine "pixmap" + { + image + { + function = BOX + file = "Others/null.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + detail = "handlebox_bin" + shadow = IN + } + image + { + function = BOX + file = "Others/null.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + detail = "handlebox_bin" + shadow = OUT + } + } +} + +style "combobox_separator" +{ + xthickness = 0 + ythickness = 0 + GtkWidget::wide-separators = 1 +} + + +style "statusbar" { + engine "murrine" { + contrast = 1.2 + } +} + +style "combobox" +{ + xthickness = 0 + ythickness = 0 +} + +style "combobox_button" = "button" +{ + xthickness = 2 + ythickness = 2 +} + +style "range" +{ + engine "pixmap" + { + image + { + function = BOX + detail = "trough" + file = "Scrollbars/trough-scrollbar-horiz.png" + border = { 4, 4, 0, 0 } + stretch = TRUE + orientation = HORIZONTAL + } + image + { + function = BOX + detail = "trough" + file = "Scrollbars/trough-scrollbar-vert.png" + border = { 0, 0, 4, 4 } + stretch = TRUE + orientation = VERTICAL + } + + # Horizontal + + image + { + function = SLIDER + state = NORMAL + file = "Others/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + overlay_file = "Scrollbars/slider-horiz.png" + overlay_stretch = FALSE + orientation = HORIZONTAL + } + image + { + function = SLIDER + state = PRELIGHT + file = "Others/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + overlay_file = "Scrollbars/slider-horiz-active.png" + overlay_stretch = FALSE + orientation = HORIZONTAL + } + image + { + function = SLIDER + state = INSENSITIVE + file = "Others/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + overlay_file = "Scrollbars/slider-horiz-insens.png" + overlay_stretch = FALSE + orientation = HORIZONTAL + } + + # Vertical + + image + { + function = SLIDER + state = NORMAL + file = "Others/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + overlay_file = "Scrollbars/slider-vert.png" + overlay_stretch = FALSE + orientation = VERTICAL + } + image + { + function = SLIDER + state = PRELIGHT + file = "Others/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + overlay_file = "Scrollbars/slider-vert-active.png" + overlay_stretch = FALSE + orientation = VERTICAL + } + image + { + function = SLIDER + state = INSENSITIVE + file = "Others/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + overlay_file = "Scrollbars/slider-vert-insens.png" + overlay_stretch = FALSE + orientation = VERTICAL + } + + # Function below removes ugly boxes + image + { + function = BOX + file = "Others/null.png" + border = { 3, 3, 3, 3 } + stretch = TRUE + } + + } +} + + +style "toolbar" { + engine "murrine" { + textstyle = 1 + text_shade = 1.32 + lightborder_shade = 1.0 + } + + engine "pixmap" + { + image + { + function = SHADOW + } + } +} + +style "inline_toolbar" +{ + GtkToolbar::button-relief = GTK_RELIEF_NORMAL + + engine "pixmap" + { + image + { + function = BOX + file = "Toolbar/toolbar.png" + stretch = TRUE + } + } +} + +style "toolbar-button" = "button" { + +} + +style "menu" { + xthickness = 1 + ythickness = 1 + + GtkMenuItem::arrow-scaling = 0.4 + + bg[NORMAL] = shade (1.00, @base_color) + bg[INSENSITIVE] = @base_color + bg[PRELIGHT] = @base_color + + engine "pixmap" # For menus that use horizontal lines rather than gtkseparator + { + image + { + function = HLINE + file = "Lines/line-h.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + } + } + + engine "murrine" + { + menustyle = 0 + roundness = 0 + contrast = 1.9 + lightborderstyle = 1 # 0 = top side, 1 = all sides + lightborder_shade = 1.0 + border_shades = {1.0, 1.0} + } +} + +style "menu_framed_box" +{ + engine "murrine" + { + } +} + +style "menubar" +{ + bg[PRELIGHT] = @base_color + fg[SELECTED] = @text_color + + xthickness = 0 + ythickness = 0 + + engine "pixmap" + { + image + { + function = BOX + recolorable = TRUE + state = PRELIGHT + file = "Menu-Menubar/menubar_button.png" + + border = { 4, 4, 4, 4 } + stretch = TRUE + } + } +} + +style "menubar_item" { + xthickness = 2 + ythickness = 3 + + engine "murrine" { + gradient_shades = {1.0, 1.0, 1.0, 1.0} + glowstyle = 5 + glow_shade = 1.0 + border_shades = {1.0, 0.9} + lightborderstyle = 1 + lightborder_shade = 1.26 + } + + fg[PRELIGHT] = @text_color + +} +style "menu_item" = "menu" +{ + xthickness = 2 + ythickness = 4 + + # HACK: Gtk doesn't actually read this value + # while rendering the menu items, but Libreoffice + # does; setting this value equal to the one in + # fg[PRELIGHT] ensures a code path in the LO theming code + # that falls back to a dark text color for menu item text + # highlight. The price to pay is black text on menus as well, + # but at least it's readable. + # See https://bugs.freedesktop.org/show_bug.cgi?id=38038 + + + bg[PRELIGHT] = @selected_bg_color + fg[PRELIGHT] = @base_color + text[PRELIGHT] = @base_color + + engine "murrine" + { + glowstyle = 5 + glow_shade = 1.1 + border_shades = {0.95, 0.85} + } + + engine "pixmap" + { + + # Check Buttons + + image + { + function = CHECK + recolorable = TRUE + state = NORMAL + shadow = OUT + overlay_file = "Others/null.png" + overlay_stretch = FALSE + } + image + { + function = CHECK + recolorable = TRUE + state = PRELIGHT + shadow = OUT + overlay_file = "Others/null.png" + overlay_stretch = FALSE + } + image + { + function = CHECK + recolorable = TRUE + state = ACTIVE + shadow = OUT + overlay_file = "Others/null.png" + overlay_stretch = FALSE + } + image + { + function = CHECK + recolorable = TRUE + state = INSENSITIVE + shadow = OUT + overlay_file = "Others/null.png" + overlay_stretch = FALSE + } + image + { + function = CHECK + recolorable = TRUE + state = NORMAL + shadow = IN + overlay_file = "Check-Radio/menucheck.png" + overlay_stretch = FALSE + } + image + { + function = CHECK + recolorable = TRUE + state = PRELIGHT + shadow = IN + overlay_file = "Check-Radio/menucheck_prelight.png" + overlay_stretch = FALSE + } + image + { + function = CHECK + recolorable = TRUE + state = ACTIVE + shadow = IN + overlay_file = "Check-Radio/menucheck.png" + overlay_stretch = FALSE + } + image + { + function = CHECK + recolorable = TRUE + state = INSENSITIVE + shadow = IN + overlay_file = "Others/null.png" + overlay_stretch = FALSE + } + + # Radio Buttons + + image + { + function = OPTION + state = NORMAL + shadow = OUT + overlay_file = "Others/null.png" + overlay_stretch = FALSE + } + image + { + function = OPTION + state = PRELIGHT + shadow = OUT + overlay_file = "Others/null.png" + overlay_stretch = FALSE + } + image + { + function = OPTION + state = ACTIVE + shadow = OUT + overlay_file = "Others/null.png" + overlay_stretch = FALSE + } + image + { + function = OPTION + state = INSENSITIVE + shadow = OUT + overlay_file = "Others/null.png" + overlay_stretch = FALSE + } + image + { + function = OPTION + state = NORMAL + shadow = IN + overlay_file = "Check-Radio/menuoption.png" + overlay_stretch = FALSE + } + image + { + function = OPTION + state = PRELIGHT + shadow = IN + overlay_file = "Check-Radio/menuoption_prelight.png" + overlay_stretch = FALSE + } + image + { + function = OPTION + state = ACTIVE + shadow = IN + overlay_file = "Check-Radio/menuoption.png" + overlay_stretch = FALSE + } + image + { + function = OPTION + state = INSENSITIVE + shadow = IN + overlay_file = "Others/null.png" + overlay_stretch = FALSE + } + image + { + function = SHADOW # This fixes boxy Qt menu items + file = "Others/null.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + # Arrow Buttons + + image + { + function = ARROW + state = NORMAL + overlay_file = "Arrows/arrow-right.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + image + { + function = ARROW + state = PRELIGHT + overlay_file = "Arrows/arrow-right-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + } +} + +style "checkbutton" +{ + fg[PRELIGHT] = @text_color + fg[ACTIVE] = @text_color + fg[SELECTED] = @text_color + text[PRELIGHT] = @text_color + text[ACTIVE] = @text_color + text[SELECTED] = @text_color + + engine "pixmap" { + image + { + function = CHECK + recolorable = TRUE + state = NORMAL + shadow = OUT + overlay_file = "Check-Radio/check1.png" + overlay_stretch = FALSE + } + image + { + function = CHECK + recolorable = TRUE + state = PRELIGHT + shadow = OUT + overlay_file = "Check-Radio/check1.png" + overlay_stretch = FALSE + } + image + { + function = CHECK + recolorable = TRUE + state = ACTIVE + shadow = OUT + overlay_file = "Check-Radio/check2.png" + overlay_stretch = FALSE + } + image + { + function = CHECK + recolorable = TRUE + state = INSENSITIVE + shadow = OUT + overlay_file = "Check-Radio/check3.png" + overlay_stretch = FALSE + } + image + { + function = CHECK + recolorable = TRUE + state = NORMAL + shadow = IN + overlay_file = "Check-Radio/check2.png" + overlay_stretch = FALSE + } + image + { + function = CHECK + recolorable = TRUE + state = PRELIGHT + shadow = IN + overlay_file = "Check-Radio/check2.png" + overlay_stretch = FALSE + } + image + { + function = CHECK + recolorable = TRUE + state = ACTIVE + shadow = IN + overlay_file = "Check-Radio/check1.png" + overlay_stretch = FALSE + } + image + { + function = CHECK + recolorable = TRUE + state = INSENSITIVE + shadow = IN + overlay_file = "Check-Radio/check4.png" + overlay_stretch = FALSE + } + image + { + function = FLAT_BOX + recolorable = TRUE + stretch = TRUE + file = "Check-Radio/checklight.png" + border = { 2, 2, 2, 2 } + } + } + +} + +style "entry" { + xthickness = 3 + ythickness = 3 + + engine "murrine" { + + } + + engine "pixmap" + { + image + { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "Others/null.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + image + { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "Others/null.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + image + { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "Others/null.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + image + { + function = FLAT_BOX + detail = "entry_bg" + state = NORMAL + overlay_file = "Entry/entry-bottom.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + image + { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + overlay_file = "Entry/entry-bottom-selected.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + } + +} + +style "notebook_entry" +{ + xthickness = 3 + ythickness = 3 + + engine "murrine" { + } + + engine "pixmap" + { + image + { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "Others/null.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + image + { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "Others/null.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + image + { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "Others/null.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + image + { + function = FLAT_BOX + detail = "entry_bg" + state = NORMAL + overlay_file = "Entry/entry-bottom.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + image + { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + overlay_file = "Entry/entry-bottom-selected.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + }} + +style "notebook_tab_label" +{ + fg[ACTIVE] = @text_color +} + +style "combobox_entry" +{ + xthickness = 3 + ythickness = 3 + + bg[NORMAL] = @base_color + bg[PRELIGHT] = @base_color + bg[ACTIVE] = @base_color + fg[PRELIGHT] = @selected_bg_color + fg[ACTIVE] = @selected_bg_color + fg[SELECTED] = @selected_bg_color + + engine "murrine" { + + } + +} + +style "notebook_combobox_entry" +{ + xthickness = 4 + ythickness = 4 + + engine "murrine" { + } + +} + +style "combobox_entry_button" +{ + fg[ACTIVE] = @text_color + + engine "murrine" { + } + + engine "pixmap" + { + + # LTR version + image + { + function = BOX + state = NORMAL + file = "Others/null.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + image + { + function = BOX + state = PRELIGHT + file = "Others/null.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + image + { + function = BOX + state = INSENSITIVE + file = "Others/null.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + image + { + function = BOX + state = ACTIVE + file = "Others/null.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + # RTL version + image + { + function = BOX + state = NORMAL + file = "Others/null.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + image + { + function = BOX + state = PRELIGHT + file = "Others/null.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + image + { + function = BOX + state = INSENSITIVE + file = "Others/null.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + image + { + function = BOX + state = ACTIVE + file = "Others/null.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + + } +} + + +style "scale_menu_item" = "scale" { + GtkScale::slider-width = 21 + GtkScale::slider-length = 13 + + bg[ACTIVE] = shade(1.00, @base_color) + bg[INSENSITIVE] = shade (0.9, @bg_color) + + engine "murrine" { + roundness = 20 + border_shades = {1.4, 1.4} + reliefstyle = 0 + lightborder_shade = 1.36 + } +} + +# This style is there to modify the separator menu items. The goals are: +# 1. Get a specific height. +# 2. The line should go to the edges (ie. no border at the left/right) +style "separator_menu_item" { + xthickness = 1 + ythickness = 0 + + GtkSeparatorMenuItem::horizontal-padding = 0 + GtkWidget::wide-separators = 1 + GtkWidget::separator-width = 1 + GtkWidget::separator-height = 7 + + engine "murrine" { + contrast = 0.6 + separatorstyle = 0 + } + + engine "pixmap" { + image + { + function = BOX + file = "Lines/line-h.png" + border = { 0, 0, 1, 0 } + stretch = TRUE + } + } +} + +style "separator_tool_item" { + xthickness = 0 + ythickness = 1 + + GtkVSeparator::vertical-padding = 0 + GtkWidget::wide-separators = 1 + GtkWidget::separator-width = 7 + GtkWidget::separator-height = 1 + + engine "murrine" { + contrast = 0.6 + separatorstyle = 0 + } +} + +style "frame_title" { + fg[NORMAL] = lighter (@fg_color) +} + +style "treeview" { + engine "murrine" + { + roundness = 2 + lightborder_shade = 1.1 + gradient_shades = {1.04, 1.0, 1.0, 0.96} + } +} + +style "progressbar" { + xthickness = 1 + ythickness = 1 + + bg[ACTIVE] = shade (0.94, @bg_color) + fg[PRELIGHT] = @selected_fg_color + #bg[SELECTED] = "#cdcdcd" + + engine "murrine" { + #trough_shades = {0.98, 1.02} + roundness = 8 + lightborderstyle = 1 + lightborder_shade = 1.26 + border_shades = {0.95, 0.85} + gradient_shades = {1.1, 1.0, 1.0, 0.9} + trough_border_shades = {0.9, 1.4} + } + + engine "pixmap" + { + image + { + function = BOX + detail = "trough" + file = "ProgressBar/trough-progressbar.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + orientation = HORIZONTAL + } + image + { + function = BOX + detail = "bar" + file = "ProgressBar/progressbar-pat.png" + stretch = TRUE + border = { 3, 3, 3, 3 } + orientation = HORIZONTAL + } + image + { + function = BOX + detail = "trough" + file = "ProgressBar/trough-progressbar.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + orientation = VERTICAL + } + image + { + function = BOX + detail = "bar" + file = "ProgressBar/progressbar-pat.png" + stretch = TRUE + border = { 3, 3, 3, 3 } + orientation = VERTICAL + } + } + + +} + +style "progressbar_menu_item" = "progressbar" { + bg[ACTIVE] = shade(0.98, "#4D4C48") + + engine "murrine" { + roundness = 0 + } +} + +# This style is based on the default style, so that the colors from the button +# style are overriden again. +style "treeview_header" { + xthickness = 2 + ythickness = 1 + + fg[NORMAL] = @text_color + fg[PRELIGHT] = shade(0.60, @bg_color) + + engine "murrine" { + glazestyle = 1 + contrast = 1.0 + lightborder_shade = 1.0 + textstyle = 1 + glow_shade = 1.0 + } + + engine "pixmap" + { + image + { + function = BOX + file = "Others/null.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + } + } + +} + +style "scrolled_window" +{ + xthickness = 1 + ythickness = 1 + + engine "pixmap" + { + image + { + function = SHADOW + file = "Others/null.png" + border = { 5, 5, 5, 5 } + stretch = TRUE + } + } +} + +style "frame" +{ + xthickness = 1 + ythickness = 1 + + engine "pixmap" + { + image + { + function = SHADOW + file = "Others/null.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + shadow = IN + } + image + { + function = SHADOW_GAP + file = "Others/null.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + gap_start_file = "Others/null.png" + gap_start_border = { 1, 0, 0, 0 } + gap_end_file = "Others/null.png" + gap_end_border = { 0, 1, 0, 0 } + shadow = IN + } + image + { + function = SHADOW + file = "Others/null.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + shadow = OUT + } + image + { + function = SHADOW_GAP + file = "Others/null.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + gap_start_file = "Others/null.png" + gap_start_border = { 1, 0, 0, 0 } + gap_end_file = "Others/null.png" + gap_end_border = { 0, 1, 0, 0 } + shadow = OUT + } + image + { + function = SHADOW + file = "Others/null.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + shadow = ETCHED_IN + } + image + { + function = SHADOW_GAP + file = "Others/null.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + gap_start_file = "Others/null.png" + gap_start_border = { 1, 0, 0, 0 } + gap_end_file = "Others/null.png" + gap_end_border = { 0, 1, 0, 0 } + shadow = ETCHED_IN + } + image + { + function = SHADOW + file = "Others/null.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + shadow = ETCHED_OUT + } + image + { + function = SHADOW_GAP + file = "Others/null.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + gap_start_file = "Others/null.png" + gap_start_border = { 1, 0, 0, 0 } + gap_end_file = "Others/null.png" + gap_end_border = { 0, 1, 0, 0 } + shadow = ETCHED_OUT + } + } +} + +style "gimp_toolbox_frame" +{ + engine "pixmap" + { + image + { + function = SHADOW + } + } +} + + +style "treeview_header_scrolled" = "treeview_header" { +} + +style "scrolledwindow" { + engine "murrine" { + contrast = 0.6 + } +} + + +style "tooltips" { + xthickness = 4 + ythickness = 6 + + bg[NORMAL] = @tooltip_bg_color + fg[NORMAL] = @text_color + bg[SELECTED] = @tooltip_bg_color + + engine "murrine" { + rgba = TRUE + } +} + +style "infobar" { + engine "murrine" { + } +} + +style "nautilus_location" { + bg[NORMAL] = shade (1.00, @base_color) +} + +style "calendar" { + xthickness = 0 + ythickness = 0 + + engine "murrine" { + roundness = 0 + } +} + +style "calendar_menu_item" = "calendar" { + base[NORMAL] = @base_color + base[ACTIVE] = @selected_bg_color +} + +style "iconview" { + engine "murrine" { + roundness = 2 + border_shades = {1.16, 1.0} + glow_shade = 1.1 + glowstyle = 5 + } +} + +style "soundfix" +{ +} +style "notebook_viewport" +{ + bg[NORMAL] = @base_color +} + + +style "libreoffice_entry" +{ + xthickness = 4 + ythickness = 4 + + engine "murrine" { + } + + engine "pixmap" + { + image + { + function = FLAT_BOX + detail = "entry_bg" + state = NORMAL + overlay_file = "Others/null.png" + overlay_border = { 4, 4, 4, 4 } + overlay_stretch = TRUE + } + image + { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + overlay_file = "Others/null.png" + overlay_border = { 4, 4, 4, 4 } + overlay_stretch = TRUE + } + image + { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "Others/null.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + image + { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "Others/null.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + } +} + +style "standalone_entry" +{ + + xthickness = 4 + ythickness = 4 + + engine "murrine" { + } + + engine "pixmap" + { + image + { + function = FLAT_BOX + detail = "entry_bg" + state = NORMAL + file = "Others/null.png" + stretch = TRUE + border = { 4, 4, 4, 4 } + } + image + { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + file = "Others/null.png" + stretch = TRUE + border = { 4, 4, 4, 4 } + } + image + { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "Others/null.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + image + { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "Others/null.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + } +} + + +# XFCE Styles + +style "murrine-panel" { + xthickness = 2 + + bg[NORMAL] = shade (1.0, @panel_bg_color) + bg[PRELIGHT] = shade (1.0, @selected_bg_color) + bg[SELECTED] = shade (1.0, @selected_bg_color) + bg[ACTIVE] = shade (1.0, @selected_bg_color) + bg[INSENSITIVE] = @panel_bg_color + + fg[NORMAL] = @text_color + fg[PRELIGHT] = @panel_text_color + fg[SELECTED] = @selected_bg_color + fg[ACTIVE] = @panel_text_color + fg[INSENSITIVE] = shade (1.0, @panel_fg_color) + + base[NORMAL] = @panel_bg_color + base[PRELIGHT] = shade (1.2, @selected_bg_color) + base[SELECTED] = shade (1.0, @selected_bg_color) + base[ACTIVE] = shade (1.0, @selected_bg_color) + base[INSENSITIVE] = @panel_bg_color + + text[NORMAL] = @text_color + text[PRELIGHT] = @panel_text_color + text[SELECTED] = @selected_bg_color + text[INSENSITIVE] = shade (0.9, @panel_fg_color) + text[ACTIVE] = @panel_text_color + + engine "murrine" { + roundness = 0 + contrast = 0.0 + glazestyle = 2 + trough_border_shades = { 3.0, 2.5 } + } +} + +style "bold-panel-item" { + font_name = "Bold" + + engine "murrine" { + roundness = 0 + } +} + + +style "workspace-switcher" = "murrine-panel" { + bg[SELECTED] = @selected_bg_color +} + +style "xfce-header" { + bg[NORMAL] = shade (0.9, @bg_color) + base[NORMAL] = shade (1.18, @bg_color) +} + +style "xfdesktop-windowlist" { + bg[NORMAL] = @base_color + fg[INSENSITIVE] = shade (0.95, @base_color) + text[INSENSITIVE] = shade (0.95, @base_color) +} + +style "xfdesktop-icon-view" { + XfdesktopIconView::label-alpha = 0 + XfdesktopIconView::selected-label-alpha = 60 + XfdesktopIconVIew::ellipsize-icon-labels = 1 + + base[NORMAL] = @panel_bg_color + base[SELECTED] = shade (1.0, @selected_bg_color) + base[ACTIVE] = shade (1.0, @selected_bg_color) + + fg[NORMAL] = shade (1.0, @text_color) + fg[SELECTED] = @text_color + fg[ACTIVE] = @text_color + + + engine "murrine" { + textstyle = 5 + text_shade = 0.05 + } +} + +style "xfwm-tabwin" { + Xfwm4TabwinWidget::border-width = 1 + Xfwm4TabwinWidget::border-alpha = 1.0 + Xfwm4TabwinWidget::icon-size = 64 + Xfwm4TabwinWidget::alpha = 1.0 + Xfwm4TabwinWidget::border-radius = 2 + + bg[NORMAL] = @bg_color + bg[SELECTED] = @selected_bg_color + + fg[NORMAL] = @fg_color + + engine "murrine" { + contrast = 0.0 + border_shades = { 1.00, 1.00 } + } +} + +style "xfwm-tabwin-button" { + font_name = "bold" + + bg[SELECTED] = @selected_bg_color +} + +style "breadcrumbs" +{ + xthickness = 9 + ythickness = 4 + ThunarLocationButtons::spacing = 0 +} + +widget "*PanelWidget*" style "murrine-panel" +widget "*PanelApplet*" style "murrine-panel" +widget "*fast-user-switch*" style "murrine-panel" +widget "*CPUFreq*Applet*" style "murrine-panel" +widget "*indicator-applet*" style "murrine-panel" +class "PanelApp*" style "murrine-panel" +class "PanelToplevel*" style "murrine-panel" +widget_class "*PanelToplevel*" style "murrine-panel" +widget_class "*notif*" style "murrine-panel" +widget_class "*Notif*" style "murrine-panel" +widget_class "*Tray*" style "murrine-panel" +widget_class "*tray*" style "murrine-panel" +widget_class "*computertemp*" style "murrine-panel" +widget_class "*Applet*Tomboy*" style "murrine-panel" +widget_class "*Applet*Netstatus*" style "murrine-panel" +widget "*gdm-user-switch-menubar*" style "murrine-panel" +widget_class "*Notif*Beagle*" style "murrine-panel" +widget_class "*Notif*Brasero*" style "murrine-panel" +widget "*Panel*MenuBar*" style "bold-panel-item" +widget "*gimmie*" style "bold-panel-item" +widget_class "*ThunarLocationButtons*" style "breadcrumbs" + +# widget_class "*Mail*" style "murrine-panel" # Disabled to fix Evolution bug +# class "*Panel*" style "murrine-panel" # Disabled to fix bug + +# Xfce specific theming +widget_class "*XfceHeading*" style "xfce-header" +widget "xfwm4-tabwin*" style "xfwm-tabwin" +widget "xfwm4-tabwin*GtkButton*" style "xfwm-tabwin-button" +widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view" +widget "*Xfce*Panel*" style "murrine-panel" +class "*Xfce*Panel*" style "murrine-panel" +widget "*WnckPager*" style "workspace-switcher" + + + +# Google Chrome/Chromium theming (requires 9.0.597 or newer) +style "chrome-gtk-frame" +{ + ChromeGtkFrame::frame-color = shade (1.0, @bg_color) + ChromeGtkFrame::inactive-frame-color = shade (1.0, @bg_color) + ChromeGtkFrame::incognito-frame-color = shade (0.5, @bg_color) + ChromeGtkFrame::incognito-inactive-frame-color = shade (0.5, @bg_color) + + ChromeGtkFrame::frame-gradient-size = 0 + ChromeGtkFrame::frame-gradient-color = shade (1.0,@bg_color) + ChromeGtkFrame::inactive-frame-gradient-color = shade (1.0,@bg_color) + ChromeGtkFrame::incognito-frame-gradient-color = shade (0.5,@bg_color) + ChromeGtkFrame::incognito-inactive-frame-gradient-color = shade (0.5,@bg_color) + + ChromeGtkFrame::scrollbar-trough-color = @base_color + ChromeGtkFrame::scrollbar-slider-prelight-color = shade(0.92, @bg_color) + ChromeGtkFrame::scrollbar-slider-normal-color = @bg_color +} +style "chrome_menu_item" +{ + bg[SELECTED] = @selected_bg_color +} + +class "ChromeGtkFrame" style "chrome-gtk-frame" +widget_class "*Chrom*Button*" style "button" +widget_class "*<GtkCustomMenu>*<GtkCustomMenuItem>*" style "chrome_menu_item" + +style "null" +{ + engine "pixmap" + { + image + { + function = BOX + file = "Others/null.png" + stretch = TRUE + } + } +} + +# Wrokaround style for places where the text color is used instead of the fg color. +style "text_is_fg_color_workaround" { + text[NORMAL] = @fg_color + text[PRELIGHT] = @fg_color + text[SELECTED] = @selected_fg_color + text[ACTIVE] = @fg_color + text[INSENSITIVE] = darker (@bg_color) +} + +# Workaround style for menus where the text color is used instead of the fg color. +style "menuitem_text_is_fg_color_workaround" { + text[NORMAL] = @fg_color + text[PRELIGHT] = @selected_fg_color + text[SELECTED] = @selected_fg_color + text[ACTIVE] = @fg_color + text[INSENSITIVE] = "#99958b" +} + +# Workaround style for places where the fg color is used instead of the text color. +style "fg_is_text_color_workaround" { + fg[NORMAL] = @text_color + fg[PRELIGHT] = @text_color + fg[SELECTED] = @selected_fg_color + fg[ACTIVE] = @selected_fg_color + fg[INSENSITIVE] = darker (@bg_color) +} + +# Style to set the toolbar to use a flat style. This is because the "New" button in +# Evolution is not drawn transparent. So if there is a gradient in the background it will +# look really wrong. +# See http://bugzilla.gnome.org/show_bug.cgi?id=446953. +style "evo_new_button_workaround" { +} + + +# GTK tooltips +widget "gtk-tooltip*" style "tooltips" +# GIMP +# Disable gradients completely for GimpSpinScale +class "GimpSpinScale" style "gimp_spin_scale" +# Remove borders from "Wilbert frame" in Gimp +widget_class "*<GimpToolbox>*<GtkFrame>" style "gimp_toolbox_frame" + +############################################################################## +# The following part of the gtkrc applies the different styles to the widgets. +############################################################################### + + +# The default style is applied to every widget +class "GtkWindow" style "default" +class "GtkWidget" style "default" +class "GtkFrame" style "wide" +class "GtkCalendar" style "wide" +class "GtkCheckButton" style "checkbutton" +class "GtkEntry" style "entry" +class "GtkSpinButton" style "spinbutton" +class "GtkOldEditable" style "entry" +class "GtkNotebook" style "notebook" +class "GtkRange" style "range" +class "GtkProgressBar" style "progressbar" +class "GtkSeparatorMenuItem" style "separator_menu_item" +class "GtkScrolledWindow" style "scrolled_window" +class "GtkFrame" style "frame" +class "GtkToolbar" style "toolbar" +class "GtkButton" style "button" +class "GtkScale" style "scale" +class "GtkVScale" style "vscale" +class "GtkHScale" style "hscale" +class "GtkScrollbar" style "scrollbar" +class "GtkHScrollbar" style "scrollbar" +class "GtkVScrollbar" style "scrollbar" +class "GtkCalendar" style "calendar" +class "GtkInfoBar" style "infobar" +class "GtkIconView" style "iconview" +class "GimpSpinScale" style "gimp_spin_scale" +# General matching follows. The order is choosen so that the right styles override +# each other. EG. progressbar needs to be more important than the menu match. +widget_class "*<GtkNotebook>" style "notebook" +# This is not perfect, it could be done better. +# (That is modify *every* widget in the notebook, and change those back that +# we really don't want changed) +widget_class "*<GtkNotebook>*<GtkEventBox>" style "notebook_bg" +widget_class "*<GtkNotebook>*<GtkDrawingArea>" style "notebook_bg" +widget_class "*<GtkNotebook>*<GtkLayout>" style "notebook_bg" +widget_class "*<GtkNotebook>*<GtkLabel>" style "notebook_bg" +widget_class "*.GtkNotebook.*.GtkViewport" style "notebook" + +widget_class "*<GtkToolbar>*" style "toolbar" +widget_class "*<GtkHandleBox>" style "toolbar" +widget_class "*<GtkScrolledWindow>*" style "scrolledwindow" + +widget_class "*<GtkButton>" style "button" +widget_class "*<GtkButton>*<GtkLabel>" style "button" +widget_class "*<GtkToolbar>.*.<GtkButton>*" style "button" +widget_class "*<GtkNotebook>" style "notebook" +widget_class "*<GtkStatusbar>" style "statusbar" +widget_class "*<GtkSpinButton>*" style "spinbutton" +widget_class "*<GtkNotebook>*<GtkButton>" style "notebook_button" +widget_class "*<GtkNotebook>*<GtkButton>*<GtkLabel>" style "notebook_button" +widget_class "*<GtkCheckButton>*" style "checkbutton" + +widget_class "*GtkCheckButton*GtkLabel*" style "checkbutton" +widget_class "*<GtkComboBoxEntry>*" style "combobox_entry" +widget_class "*<GtkCombo>*" style "combobox_entry" + + +widget_class "*<GtkMenu>*" style "menu" + +widget_class "*<GtkMenu>*" style "menu_framed_box" +widget_class "*<GtkMenuBar>*" style "menubar" +widget_class "*<GtkMenuItem>*" style "menu_item" +widget_class "*<GtkMenuBar>.<GtkMenuItem>*" style "menubar_item" +widget_class "*<GtkSeparatorMenuItem>*" style "separator_menu_item" +widget_class "*<GtkSeparatorToolItem>*" style "separator_tool_item" +widget_class "*<GtkMenuBar>.<GtkMenuItem>*" style "menubar_item" + +widget_class "*.<GtkFrame>.<GtkLabel>" style "frame_title" +widget_class "*.<GtkTreeView>*" style "treeview" + +widget_class "*<GtkProgress>" style "progressbar" +widget_class "*<GtkMenuItem>.*.<GtkProgressBar>" style "progressbar_menu_item" +widget_class "*<GtkMenuItem>.*.<GtkScale>" style "scale_menu_item" +widget_class "*<GtkMenuItem>.*.<GtkCalendar>" style "calendar_menu_item" +# Remove borders from "Wilbert frame" in Gimp +widget_class "*<GimpToolbox>*<GtkFrame>" style "gimp_toolbox_frame" +# Treeview headers (and similar stock GTK+ widgets) +widget_class "*.<GtkScrolledWindow>*<GtkTreeView>*" style "treeview_header_scrolled" +widget_class "*.<GtkTreeView>.<GtkButton>" style "treeview_header" +widget_class "*.<GtkCTree>.<GtkButton>" style "treeview_header" +widget_class "*.<GtkList>.<GtkButton>" style "treeview_header" +widget_class "*.<GtkCList>.<GtkButton>" style "treeview_header" +widget_class "*.<GtkTreeView>.<GtkButton>.*<GtkLabel>" style "treeview_header" +widget_class "*.<GtkCTree>.<GtkButton>.*<GtkLabel>" style "treeview_header" +widget_class "*.<GtkList>.<GtkButton>.*<GtkLabel>" style "treeview_header" +widget_class "*.<GtkCList>.<GtkButton>.*<GtkLabel>" style "treeview_header" +widget_class "*HandleBox" style "handlebox" +widget_class "*<GtkTreeView>*<GtkButton>*" style "treeview_header" +widget_class "*<GtkComboBox>*<GtkSeparator>" style "combobox_separator" +widget_class "*<GtkComboBox>" style "combobox" +widget_class "*<GtkComboBox>*<GtkButton>" style "combobox_button" +widget_class "*<GtkFileChooserDefault>*<GtkToolbar>" style "inline_toolbar" +widget_class "*<GtkNotebook>*<GtkScrolledWindow>*<GtkViewport>" style "notebook_viewport" +widget_class "*<GtkNotebook>*<GtkEntry>" style "notebook_entry" +widget_class "*<GtkNotebook>*<GtkEventBox>*<GtkEntry>" style "entry" +widget_class "*<GtkNotebook>*<GtkComboBoxEntry>*<GtkEntry>" style "notebook_combobox_entry" +widget_class "*<GtkNotebook>*<GtkEventBox>*<GtkComboBoxEntry>*<GtkEntry>" style "combobox_entry" +widget_class "*<GtkNotebook>.<GtkLabel>" style "notebook_tab_label" +widget_class "*<GtkFileChooserDefault>*<GtkToolbar>*<GtkButton>" style "button_nohilight" +widget_class "*<GtkComboBoxEntry>*<GtkEntry>" style "combobox_entry" +widget_class "*<GtkComboBoxEntry>*<GtkButton>" style "combobox_entry_button" +widget_class "*<GtkInfoBar>*<GtkButton>" style "button_nohilight" +# Eclipse/SWT +widget "gtk-tooltips*" style "tooltips" +widget "*swt-toolbar-flat" style "null" +# Overlay scrollbar +widget_class "*<OsScrollbar>" style "overlay_scrollbar" +widget_class "*<OsThumb>" style "overlay_scrollbar" + +# Openoffice, Libreoffice +widget "*openoffice-toplevel*" style "ooo_stepper_hack" +widget "*openoffice-toplevel*GtkEntry" style "libreoffice_entry" +widget "*openoffice-toplevel*GtkSpinButton" style "libreoffice_entry" +widget "*libreoffice-toplevel*GtkEntry" style "libreoffice_entry" +widget "*libreoffice-toplevel*GtkSpinButton" style "libreoffice_entry" + +########################################################################## +# Following are special cases and workarounds for issues in applications. +########################################################################## + +# Workaround for the evolution ETable (bug #527532) +widget_class "*.ETable.ECanvas" style "treeview_header" +# Workaround for the evolution ETree +widget_class "*.ETree.ECanvas" style "treeview_header" +# Xchat special cases +widget "*xchat-inputbox" style "entry" + +# Work around for http://bugzilla.gnome.org/show_bug.cgi?id=382646 +# Note that this work around assumes that the combobox is _not_ in appears-as-list mode. +widget_class "*.<GtkComboBox>.<GtkCellView>" style "text_is_fg_color_workaround" +# This is the part of the workaround that fixes the menus +widget "*.gtk-combobox-popup-menu.*" style "menuitem_text_is_fg_color_workaround" + +# Work around the usage of GtkLabel inside GtkListItems to display text. +# This breaks because the label is shown on a background that is based on the base color. +widget_class "*<GtkListItem>*" style "fg_is_text_color_workaround" +# GtkCList also uses the fg color to draw text on top of the base colors. +widget_class "*<GtkCList>" style "fg_is_text_color_workaround" +# Nautilus when renaming files, and maybe other places. +widget_class "*<EelEditableLabel>" style "fg_is_text_color_workaround" +# Work around for ubuntu's lucid sound indicator +widget "ido-offscreen-scale" style "soundfix" +# Thickness for indicator menu items +widget "*IdoEntryMenuItem*" style "wide" + +# See the documentation of the style. +widget_class "EShellWindow.GtkVBox.BonoboDock.BonoboDockBand.BonoboDockItem*" style "evo_new_button_workaround" + +# We use this weird selector to target an offscreen entry as created +# by Chrome/Chromium to derive the style for its toolbar +widget_class "<GtkEntry>" style "standalone_entry" + +style "performance-fix" { + engine "murrine" { + textstyle = 0 + } +} + +widget_class "*gtkmm__GtkWindow*" style "performance-fix" # Inkscape +widget_class "*GimpDisplayShell*" style "performance-fix" # Gimp +widget_class "*GimpToolbox*" style "performance-fix" +widget_class "*GimpMenuDock*" style "performance-fix" +widget "*OOoFixed*" style "performance-fix" # Openoffice/Libreoffice +widget_class "*MozContainer*" style "performance-fix" # Firefox (Not sure if this one does anything though.) + diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/styles/button b/.themes/Libra-Dark-Gruvbox/gtk-2.0/styles/button new file mode 100755 index 00000000..3be875b2 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/gtk-2.0/styles/button @@ -0,0 +1,69 @@ +style "button" +{ + xthickness = 4 + ythickness = 7 + fg[NORMAL] = @selected_fg_color + fg[PRELIGHT] = @selected_fg_color + fg[SELECTED] = @selected_fg_color + fg[ACTIVE] = @selected_fg_color + fg[INSENSITIVE] = shade (0.7, @selected_fg_color) + engine "pixmap" + { + image + { + function = BOX + recolorable = TRUE + detail = "buttondefault" + file = "Buttons/button-default.png" + border = { 5, 5, 5, 5} + stretch = TRUE + } + image + { + function = BOX + state = PRELIGHT + recolorable = TRUE + shadow = OUT + file = "Buttons/button-prelight.png" + border = { 5, 5, 5, 5 } + stretch = TRUE + } + image + { + function = BOX + state = PRELIGHT + recolorable = TRUE + shadow = IN + file = "Buttons/button-pressed.png" + border = { 5, 5, 5, 5 } + stretch = TRUE + } + image + { + function = BOX + state = ACTIVE + file = "Buttons/button-pressed.png" + border = { 5, 5, 5, 5 } + stretch = TRUE + } + image + { + function = BOX + state = INSENSITIVE + file = "Buttons/button-insensitive.png" + border = { 5, 5, 5, 5 } + stretch = TRUE + } + image + { + function = BOX + file = "Buttons/button-normal.png" + border = { 5, 5, 5, 5 } + stretch = TRUE + } + } +} +widget_class "*.<GtkButton>.*" style "button" +class "GtkButton" style "button" +widget_class "*GtkToggleButton*" style "button" + diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/styles/checkbutton b/.themes/Libra-Dark-Gruvbox/gtk-2.0/styles/checkbutton new file mode 100755 index 00000000..0226bfb8 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/gtk-2.0/styles/checkbutton @@ -0,0 +1,177 @@ +style "checkbutton"="default" +{ + fg[NORMAL] = shade (1.1, @text_color) + fg[ACTIVE] = @fg_color + engine "pixmap" { + image + { + function = CHECK + recolorable = TRUE + state = NORMAL + shadow = OUT + overlay_file = "Check-Radio/check1.png" + overlay_stretch = FALSE + } + image + { + function = CHECK + recolorable = TRUE + state = PRELIGHT + shadow = OUT + overlay_file = "Check-Radio/check1.png" + overlay_stretch = FALSE + } + image + { + function = CHECK + recolorable = TRUE + state = ACTIVE + shadow = OUT + overlay_file = "Check-Radio/check2.png" + overlay_stretch = FALSE + } + image + { + function = CHECK + recolorable = TRUE + state = INSENSITIVE + shadow = OUT + overlay_file = "Check-Radio/check3.png" + overlay_stretch = FALSE + } + image + { + function = CHECK + recolorable = TRUE + state = NORMAL + shadow = IN + overlay_file = "Check-Radio/check2.png" + overlay_stretch = FALSE + } + image + { + function = CHECK + recolorable = TRUE + state = PRELIGHT + shadow = IN + overlay_file = "Check-Radio/check2.png" + overlay_stretch = FALSE + } + image + { + function = CHECK + recolorable = TRUE + state = ACTIVE + shadow = IN + overlay_file = "Check-Radio/check1.png" + overlay_stretch = FALSE + } + image + { + function = CHECK + recolorable = TRUE + state = INSENSITIVE + shadow = IN + overlay_file = "Check-Radio/check4.png" + overlay_stretch = FALSE + } + image + { + function = FLAT_BOX + recolorable = TRUE + stretch = TRUE + file = "Check-Radio/checklight.png" + border = { 2, 2, 2, 2 } + } + } +} +style "checkbutton-menu"="default" +{ + + + engine "pixmap" { + image + { + function = CHECK + recolorable = TRUE + state = NORMAL + shadow = OUT + overlay_file = "Check-Radio/highlight.png" + overlay_stretch = FALSE + } + image + { + function = CHECK + recolorable = TRUE + state = PRELIGHT + shadow = OUT + overlay_file = "Check-Radio/highlight.png" + overlay_stretch = FALSE + } + image + { + function = CHECK + recolorable = TRUE + state = ACTIVE + shadow = OUT + overlay_file = "Check-Radio/highlight.png" + overlay_stretch = FALSE + } + image + { + function = CHECK + recolorable = TRUE + state = INSENSITIVE + shadow = OUT + overlay_file = "Check-Radio/highlight.png" + overlay_stretch = FALSE + } + image + { + function = CHECK + recolorable = TRUE + state = NORMAL + shadow = IN + overlay_file = "Check-Radio/menuitem-checkbox.png" + overlay_stretch = FALSE + } + image + { + function = CHECK + recolorable = TRUE + state = PRELIGHT + shadow = IN + overlay_file = "Check-Radio/menuitem-checkbox-selected.png" + overlay_stretch = FALSE + } + image + { + function = CHECK + recolorable = TRUE + state = ACTIVE + shadow = IN + overlay_file = "Check-Radio/menuitem-checkbox.png" + overlay_stretch = FALSE + } + image + { + function = CHECK + recolorable = TRUE + state = INSENSITIVE + shadow = IN + overlay_file = "Check-Radio/menuitem-checkbox-insensitive.png" + overlay_stretch = FALSE + } + image + { + function = FLAT_BOX + recolorable = TRUE + stretch = TRUE + file = "Check-Radio/checklight.png" + border = { 2, 2, 2, 2 } + } + } +} +class "GtkCheckButton" style "checkbutton" +widget_class "*GtkCheckButton*GtkLabel*" style "checkbutton" +class "GtkCheckMenuItem" style "checkbutton-menu" diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/styles/combo b/.themes/Libra-Dark-Gruvbox/gtk-2.0/styles/combo new file mode 100755 index 00000000..b5dec51b --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/gtk-2.0/styles/combo @@ -0,0 +1,127 @@ + +style "combobox" = "default" +{ + base[INSENSITIVE] = shade (0.95, @bg_color) + text[INSENSITIVE] = mix (0.3, @base_color, @text_color) + fg[NORMAL] = @selected_fg_color + fg[PRELIGHT] = @selected_fg_color + fg[SELECTED] = @selected_fg_color + fg[ACTIVE] = @selected_fg_color + fg[INSENSITIVE] = shade (0.7, @selected_fg_color) + GtkWidget::wide-separators = 0 + xthickness = 4 + ythickness = 4 + engine "pixmap" + { + image + { + function = BOX + recolorable = TRUE + state = PRELIGHT + file = "Combo/combo-prelight.png" + border = { 5, 5, 5, 5 } + stretch = TRUE + } + image + { + function = BOX + recolorable = TRUE + state = NORMAL + file = "Combo/combo-normal.png" + border = { 5, 5, 5, 5 } + stretch = TRUE + } + + image + { + function = BOX + recolorable = TRUE + state = ACTIVE + file = "Combo/combo-pressed.png" + border = { 5, 5, 5, 5 } + stretch = TRUE + } + image + { + function = BOX + recolorable = TRUE + state = INSENSITIVE + file = "Combo/combo-inactive.png" + border = { 5, 5, 5, 5 } + stretch = TRUE + } + image + { + function = ARROW + state = NORMAL + recolorable = TRUE + overlay_file = "Combo/combo-arrow.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = DOWN + } + image + { + function = ARROW + state = PRELIGHT + recolorable = TRUE + overlay_file = "Combo/combo-arrow-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = DOWN + } + + image + { + function = ARROW + state = ACTIVE + recolorable = TRUE + overlay_file = "Combo/combo-arrow-active.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = DOWN + } + + image + { + function = ARROW + state = INSENSITIVE + recolorable = TRUE + overlay_file = "Combo/combo-arrow-insens.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = DOWN + } + image + { + function = VLINE + recolorable = TRUE + file = "Others/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + } + } +} +style "combobox_button" +{ + xthickness = 5 + ythickness = 5 +} +style "combobox_separator" +{ + xthickness = 0 + ythickness = 0 + GtkWidget::wide-separators = 1 +} +widget_class "*<GtkComboBox>*<GtkButton>" style "combobox_button" +widget_class "*<GtkComboBox>*<GtkSeparator>" style "combobox_separator" +widget_class "*<GtkComboBox>" style "combobox" +style "combobutton" +{ + text[NORMAL] = @selected_fg_color + text[PRELIGHT] = @selected_fg_color + text[SELECTED] = @selected_fg_color + text[ACTIVE] = shade (0.9, @selected_fg_color) + text[INSENSITIVE] = shade (0.7, @selected_fg_color) +} +widget_class "*<GtkComboBox>*<GtkCellView>*" style "combobutton" diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/styles/entry b/.themes/Libra-Dark-Gruvbox/gtk-2.0/styles/entry new file mode 100755 index 00000000..982b3854 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/gtk-2.0/styles/entry @@ -0,0 +1,191 @@ +style "entry" = "default" +{ + xthickness = 4 + ythickness = 4 + base[NORMAL] = @base_color + base[INSENSITIVE] = shade (0.95, @bg_color) + text[INSENSITIVE] = mix (0.3, @base_color, @text_color) + engine "pixmap" + { + image + { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "Shadows/text-entry.png" + border = { 5, 5, 5, 5 } + stretch = TRUE + } + image + { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "Shadows/text-entry-inactive.png" + border = { 5, 5, 5, 5 } + stretch = TRUE + } + image + { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "Shadows/entry-shadow-in.png" + border = { 5, 5, 5, 5 } + stretch = TRUE + } + image + { + function = FLAT_BOX + detail = "entry_bg" + state = NORMAL + overlay_file = "Shadows/entry-border-fill.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + image + { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + overlay_file = "Shadows/entry-border-fill.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + } +} +style "entry-notebook" = "default" +{ + xthickness = 4 + ythickness = 4 + base[NORMAL] = @base_color + base[INSENSITIVE] = shade (0.95, @bg_color) + text[INSENSITIVE] = mix (0.3, @base_color, @text_color) + engine "pixmap" + { + image + { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "Shadows/text-entry-notebook.png" + border = { 5, 5, 5, 5 } + stretch = TRUE + } + image + { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "Shadows/text-entry-inactive-notebook.png" + border = { 5, 5, 5, 5 } + stretch = TRUE + } + image + { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "Shadows/entry-shadow-in-notebook.png" + border = { 5, 5, 5, 5 } + stretch = TRUE + } + image + { + function = FLAT_BOX + detail = "entry_bg" + state = NORMAL + overlay_file = "Shadows/entry-border-fill.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + image + { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + overlay_file = "Shadows/entry-border-fill.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + } +} +style "standalone_entry" = "default" +{ + xthickness = 4 + ythickness = 4 + engine "pixmap" + { + image + { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "Shadows/text-entry-solid.png" + border = { 5, 5, 5, 5 } + stretch = TRUE + } + image + { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "Shadows/text-entry-inactive-solid.png" + border = { 5, 5, 5, 5 } + stretch = TRUE + } + image + { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "Shadows/entry-shadow-in-solid.png" + border = { 5, 5, 5, 5 } + stretch = TRUE + } + image + { + function = FLAT_BOX + detail = "entry_bg" + state = NORMAL + overlay_file = "Shadows/entry-border-fill-solid.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + image + { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + overlay_file = "Shadows/entry-border-fill-solid.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + } +} +style "toplevel_hack" +{ + xthickness = 1 + ythickness = 1 + engine "adwaita" + { + } +} +style "xfce-heading-style" { base[NORMAL] = @bg_color } +class "XfceHeading" style "xfce-heading-style" +class "GtkEntry" style "entry" +class "GtkOldEditable" style "entry" +widget_class "*<GtkNotebook>*<GtkEntry>" style "entry-notebook" +widget_class "*<GtkNotebook>*<GtkEventBox>*<GtkEntry>" style "entry" +widget_class "<GtkEntry>" style "standalone_entry" +class "GtkWindow" style "toplevel_hack" +widget "*openoffice-toplevel*GtkEntry" style "standalone_entry" +widget "*libreoffice-toplevel*GtkEntry" style "standalone_entry" +widget "GtkWindow.GtkFixed.GtkEntry" style "standalone_entry" +widget "MozillaGtkWidget*GtkEntry" style "standalone_entry" diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/styles/handlebox b/.themes/Libra-Dark-Gruvbox/gtk-2.0/styles/handlebox new file mode 100755 index 00000000..d1779aa6 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/gtk-2.0/styles/handlebox @@ -0,0 +1,25 @@ +style "handlebox" = "default" +{ + engine "pixmap" + { + image + { + function = HANDLE + recolorable = TRUE + overlay_file = "Others/null.png" + overlay_file = "Handles/handle-h.png" + overlay_stretch = FALSE + orientation = VERTICAL + } + image + { + function = HANDLE + overlay_file = "Others/null.png" + overlay_file = "Handles/handle-v.png" + overlay_stretch = FALSE + orientation = HORIZONTAL + } + } +} +class "GtkHandleBox" style "handlebox" +class "GtkPaned" style "handlebox" diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/styles/listheader b/.themes/Libra-Dark-Gruvbox/gtk-2.0/styles/listheader new file mode 100755 index 00000000..62e83626 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/gtk-2.0/styles/listheader @@ -0,0 +1,97 @@ +style "list-header" +{ + fg[NORMAL] = @text_color + fg[PRELIGHT] = @text_color + fg[SELECTED] = @selected_fg_color + fg[ACTIVE] = @text_color + fg[INSENSITIVE] = mix (0.5, @bg_color, @fg_color) + #Comment out the ythickness setting below for thicker column headers. + ythickness = 5 + GtkTreeView::odd_row_color = "#ffffff" + GtkTreeView::even_row_color = "#ffffff" + GtkTreeView::odd_col_color = "#ffffff" + GtkTreeView::even_col_color = "#ffffff" + + engine "pixmap" + { + + #This image is used to draw the headers of columns in list views when they are + #not selected. + image + { + function = BOX + recolorable = TRUE + state = NORMAL + file = "ListHeaders/list_header.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + } + + #This image is used to draw the column headers in list views when they are + #clicked. + image + { + function = BOX + recolorable = TRUE + state = PRELIGHT + file = "ListHeaders/list_header-prelight.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + } + + + + image + { + function = BOX + recolorable = TRUE + state = ACTIVE + file = "ListHeaders/list_header-pressed.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + } + image + { + function = BOX + recolorable = TRUE + state = SELECTED + file = "ListHeaders/list_header-prelight.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + } + image + { + function = BOX + recolorable = TRUE + state = INSENSITIVE + file = "ListHeaders/list_header-insens.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + } + image + { + function = FLAT_BOX + state = NORMAL + border = {2,2,2,2} + stretch = TRUE + file = "Others/null.png" + } + image + { + function = FLAT_BOX + state = SELECTED + border = {2,2,2,2} + stretch = TRUE + file = "ListHeaders/tree.png" + } + } +} + +widget_class "*List" style "list-header" +widget_class "*GtkTree*" style "list-header" +widget_class "*GtkCList*" style "list-header" +widget_class "*GtkCTree*" style "list-header" +widget_class "*GtkList*" style "list-header" +widget_class "*.ETree.*" style "list-header" +class "GtkTreeView" style "list-header" + diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/styles/menu-menubar b/.themes/Libra-Dark-Gruvbox/gtk-2.0/styles/menu-menubar new file mode 100755 index 00000000..757656b8 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/gtk-2.0/styles/menu-menubar @@ -0,0 +1,154 @@ +style "menu"="default" +{ +xthickness=0 +ythickness=0 + + engine "pixmap" + { + image + { + function = BOX + # recolorable = TRUE + detail = "menu" + file = "Menu-Menubar/menu.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + } + } +} + +style "menuitem" +{ + xthickness = 0 + ythickness = 4 + bg[SELECTED] = @selected_fg_color + fg[PRELIGHT] = @selected_fg_color + fg[SELECTED] = @selected_fg_color + text[SELECTED] = @selected_fg_color + text[PRELIGHT] = @selected_fg_color + engine "pixmap" + { + image + { + function = BOX + recolorable = TRUE + file = "Menu-Menubar/menuitem.png" + border = { 5, 5, 5, 5 } + stretch = TRUE + } + image + { + function = ARROW + recolorable = TRUE + state = NORMAL + overlay_file = "Menu-Menubar/arrow-right.png" + overlay_stretch = FALSE + arrow_direction = RIGHT + } + image + { + function = ARROW + recolorable = TRUE + state = PRELIGHT + overlay_file = "Menu-Menubar/arrow-right-prelight.png" + overlay_stretch = FALSE + arrow_direction = RIGHT + } + image + { + function = HLINE + recolorable = TRUE + file = "Menu-Menubar/menuline.png" + border = { 0, 0, 1, 0 } + stretch = TRUE + } + } +} +style "tearoffmenuitem" = "menuitem" +{ + + engine "pixmap" + { + image + { + function = ARROW + file = "Arrows/arrow-left.png" + stretch = TRUE + arrow_direction = LEFT + } + } +} + +style "menubar" + +{ + text[PRELIGHT] = @fg_color + text[SELECTED] = @fg_color + fg[PRELIGHT] = @fg_color + fg[SELECTED] = @fg_color + xthickness = 1 + ythickness = 1 + engine "pixmap" + { + image + { + function = BOX + state = NORMAL + file = "Menu-Menubar/menubar.png" + border = { 0, 0, 0, 1 } + stretch = TRUE + } + + image + { + function = BOX + state = ACTIVE + file = "Menu-Menubar/menubar.png" + border = { 0, 0, 0, 1 } + stretch = TRUE + } + + image + { + function = BOX + state = INSENSITIVE + file = "Menu-Menubar/menubar.png" + border = { 0, 0, 0, 1 } + stretch = TRUE + } + + image + { + function = BOX + recolorable = TRUE + state = PRELIGHT + file = "Menu-Menubar/menubar-item.png" + + border = { 5, 5, 0, 0 } + stretch = TRUE + } + + } +} + +style "menubar-item" + +{ + text[PRELIGHT] = @fg_color + text[SELECTED] = @fg_color + fg[PRELIGHT] = @fg_color + fg[SELECTED] = @fg_color + xthickness = 1 + ythickness = 1 +} + + +widget_class "*<GtkSeparatorMenuItem>*" style "menuitem" +class "GtkMenu" style "menu" +widget_class "*<GtkMenu>*" style "menu" +widget_class "*<GtkMenuItem>*" style "menuitem" +class "GtkMenuItem" style "menuitem" +class "GtkTearoffMenuItem" style "menuitem" +class "GtkMenuBar*" style "menubar" +widget_class "*<GtkMenuBar>*" style "menubar" +widget_class "*<GtkMenuBar>.<GtkMenuItem>*" style "menubar-item" diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/styles/murrine-style-images-and-labels b/.themes/Libra-Dark-Gruvbox/gtk-2.0/styles/murrine-style-images-and-labels new file mode 100755 index 00000000..ab3ad73e --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/gtk-2.0/styles/murrine-style-images-and-labels @@ -0,0 +1,65 @@ +style "murrinestyle" +{ +#remove the ugly stipple effect that the pixmap engine causes +#remove the ugly distortion that the pixmap engine causes on disabled text + engine "murrine" {} +} + +class "GtkImage" style "murrinestyle" +class "GtkLabel" style "murrinestyle" +class "GtkComboBox" style "murrinestyle" +class "GtkCellView" style "murrinestyle" +widget_class "*.<GtkButton>.<GtkLabel>" style "murrinestyle" +widget_class "*.<GtkComboBox>.<GtkCellView>" style "murrinestyle" +widget_class "*<GtkImage>*" style "murrinestyle" +widget_class "*.<GtkLabel>" style:highest "murrinestyle" +widget_class "*.<GtkMenuItem>.*" style:highest "murrinestyle" +widget_class "*<GtkMenuBar>*<GtkLabel>*" style:highest "murrinestyle" +widget_class "*CPUFreqApplet*" style:highest "murrinestyle" +widget_class "*<GtkToolbar>*<GtkButton>*<GtkLabel>*" style:highest "murrinestyle" +widget_class "*<GtkToolbar>*<GtkLabel>*" style:highest "murrinestyle" +widget_class "*<GtkButton>*<GtkLabel>*" style:highest "murrinestyle" +style "text" +{ + + engine "murrine" { +textstyle = 1 +text_shade = 0.7 +} +} +widget_class "*<GtkButton>*<GtkLabel>*" style "text" + +style "notext" +{ + + engine "murrine" { +textstyle = 0 +} +} +widget_class "*<GtkCheckButton>*<GtkLabel>*" style "notext" +widget_class "*<GtkRadioButton>*<GtkLabel>*" style "notext" +widget_class "*<GtkLinkButton>*<GtkLabel>*" style "notext" +widget_class "*Panel*<GtkButton>*<GtkLabel>*" style "notext" +widget_class "*Chrom*Button*Label*" style "notext" +widget_class "*FmSidePane*Button*Label*" style "notext" +widget_class "*<GtkToolbar>*<GtkButton>*<GtkLabel>*" style "notext" +style "chromebutton" +{ + + fg[NORMAL] = @fg_color + fg[PRELIGHT] = @selected_fg_color + fg[SELECTED] = @selected_fg_color + fg[ACTIVE] = @selected_fg_color + fg[INSENSITIVE] = shade (0.7, @selected_fg_color) +} +widget_class "*Chrom*Button*Label*" style "chromebutton" +style "fm" +{ + + fg[NORMAL] = @fg_color + fg[PRELIGHT] = @selected_fg_color + fg[SELECTED] = @selected_fg_color + fg[ACTIVE] = @fg_color + fg[INSENSITIVE] = shade (0.7, @selected_fg_color) +} +widget_class "*FmSidePane*Button*Label*" style "fm" diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/styles/notebook b/.themes/Libra-Dark-Gruvbox/gtk-2.0/styles/notebook new file mode 100755 index 00000000..809da66f --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/gtk-2.0/styles/notebook @@ -0,0 +1,176 @@ +style "notebook" +{ + + xthickness = 3 + ythickness = 3 + engine "pixmap" + { + image + { + function = EXTENSION + recolorable = TRUE + state = ACTIVE + file = "Tabs/tab-bottom.png" + border = { 5, 5, 5, 5 } + stretch = TRUE + gap_side = TOP + } + image + { + function = EXTENSION + recolorable = TRUE + state = ACTIVE + file = "Tabs/tab-top.png" + border = { 5, 5, 5, 5 } + stretch = TRUE + gap_side = BOTTOM + } + image + { + function = EXTENSION + recolorable = TRUE + state = ACTIVE + file = "Tabs/tab-left.png" + border = { 5, 5, 5, 5 } + stretch = TRUE + gap_side = RIGHT + } + image + { + function = EXTENSION + recolorable = TRUE + state = ACTIVE + file = "Tabs/tab-right.png" + border = { 5, 5, 5, 5 } + stretch = TRUE + gap_side = LEFT + } + image + { + function = EXTENSION + recolorable = TRUE + file = "Tabs/tab-top-active.png" + border = { 5, 5, 5, 5 } + stretch = TRUE + gap_side = BOTTOM + } + image + { + function = EXTENSION + recolorable = TRUE + file = "Tabs/tab-bottom-active.png" + border = { 5, 5, 5, 5 } + stretch = TRUE + gap_side = TOP + } + image + { + function = EXTENSION + recolorable = TRUE + file = "Tabs/tab-left-active.png" + border = { 5, 5, 5, 5 } + stretch = TRUE + gap_side = RIGHT + } + image + { + function = EXTENSION + recolorable = TRUE + file = "Tabs/tab-right-active.png" + border = { 5, 5, 5, 5 } + stretch = TRUE + gap_side = LEFT + } + +# How to draw boxes with a gap on one side (ie the page of a notebook) + + image + { + function = BOX_GAP + recolorable = TRUE + file = "Tabs/notebook-top.png" + border = { 5, 5, 5, 5 } + stretch = TRUE + gap_file = "Tabs/gap-top.png" + gap_border = { 10, 10, 10, 10 } + gap_start_file = "Tabs/gap-top-left.png" + gap_start_border = { 5, 19, 5, 19 } + gap_end_file = "Tabs/gap-top-right.png" + gap_end_border = { 19, 5, 5, 19 } + gap_side = TOP + } + image + { + function = BOX_GAP + recolorable = TRUE + file = "Tabs/notebook-bottom.png" + border = { 5, 5, 5, 5 } + stretch = TRUE + gap_file = "Tabs/gap-bottom.png" + gap_border = { 10, 10, 10, 10 } + gap_start_file = "Tabs/gap-bottom-left.png" + gap_start_border = { 5, 19, 19, 5 } + gap_end_file = "Tabs/gap-bottom-right.png" + gap_end_border = { 19, 5, 19, 5 } + gap_side = BOTTOM + } + image + { + function = BOX_GAP + recolorable = TRUE + file = "Tabs/notebook-left.png" + border = { 5, 5, 5, 5 } + stretch = TRUE + gap_file = "Tabs/gap-left.png" + gap_border = { 10, 10, 10, 10 } + gap_start_file = "Tabs/gap-top-left.png" + gap_start_border = { 5, 19, 5, 19 } + gap_end_file = "Tabs/gap-bottom-left.png" + gap_end_border = { 5, 19, 19, 5 } + gap_side = LEFT + } + image + { + function = BOX_GAP + recolorable = TRUE + file = "Tabs/notebook-right.png" + border = { 5, 5, 5, 5 } + stretch = TRUE + gap_file = "Tabs/gap-right.png" + gap_border = { 10, 10, 10, 10 } + gap_start_file = "Tabs/gap-top-right.png" + gap_start_border = { 19, 5, 5, 19 } + gap_end_file = "Tabs/gap-bottom-right.png" + gap_end_border = { 19, 5, 19, 5 } + gap_side = RIGHT + } + + +# How to draw the box of a notebook when it isnt attached to a tab + + image + { + function = BOX + recolorable = TRUE + file = "Tabs/notebook.png" + border = { 6,6,6,6 } + stretch = TRUE + } + } +} +style "notebook-close" { stock["gtk-close"] = {{ "Others/close.png", *, *, * }} } +style "notebook_viewport" +{ + bg[NORMAL] = @base_color +} + +style "notebook-text" +{ + fg[ACTIVE] = shade (1.2, @text_color) +} +widget_class "PlumaWindow*<GtkNotebook>*PlumaTab*<GtkLabel>" style "notebook-text" +widget_class "*.<GtkNotebook>.<GtkLabel>" style "notebook-text" +class "GtkNotebook" style "notebook" +widget_class "*<GtkNotebook>*<GtkScrolledWindow>*<GtkViewport>" style "notebook_viewport" +widget_class "*<GtkNotebook>*" style "notebook-close" + diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/styles/optionmenu b/.themes/Libra-Dark-Gruvbox/gtk-2.0/styles/optionmenu new file mode 100755 index 00000000..838169d2 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/gtk-2.0/styles/optionmenu @@ -0,0 +1,74 @@ +style "optionmenu" = "default" +{ + xthickness = 3 + ythickness = 6 + engine "pixmap" + { + image + { + function = BOX + recolorable = TRUE + state = PRELIGHT + file = "Combo/combo-prelight.png" + border = { 5, 5, 5, 5 } + stretch = TRUE + } + image + { + function = BOX + recolorable = TRUE + state = NORMAL + file = "Combo/combo-normal.png" + border = { 5, 5, 5, 5 } + stretch = TRUE + } + + image + { + function = BOX + recolorable = TRUE + state = ACTIVE + file = "Combo/combo-pressed.png" + border = { 5, 5, 5, 5 } + stretch = TRUE + } + image + { + function = BOX + recolorable = TRUE + state = INSENSITIVE + file = "Combo/combo-inactive.png" + border = { 5, 5, 5, 5 } + stretch = TRUE + } + image + { + function = TAB + state = INSENSITIVE + recolorable = TRUE + overlay_file = "Combo/op-ins.png" + overlay_stretch = FALSE + } + image + { + function = TAB + recolorable = TRUE + state = NORMAL + overlay_file = "Combo/op.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + } + image + { + function = TAB + recolorable = TRUE + state = PRELIGHT + overlay_file = "Combo/op-pre.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + } + } +} + +class "GtkOptionMenu" style "optionmenu" + diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/styles/panel b/.themes/Libra-Dark-Gruvbox/gtk-2.0/styles/panel new file mode 100755 index 00000000..c5a0367a --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/gtk-2.0/styles/panel @@ -0,0 +1,388 @@ + +style "panel" +{ + fg[NORMAL] = "#ABB4BD" + fg[PRELIGHT] = "#ffffff" + fg[SELECTED] = "#ffffff" + fg[ACTIVE] = "#ffffff" + fg[INSENSITIVE] = "#999999" + bg[NORMAL] = "#434A54" + bg[PRELIGHT] = "#434A54" + bg[ACTIVE] = "#434A54" + bg[SELECTED] = "#434A54" + bg[INSENSITIVE] = "#434A54" +xthickness = 0 +ythickness = 0 + + bg_pixmap[NORMAL] = "Panel/panel-bg.png" + bg_pixmap[ACTIVE] = "Panel/panel-bg.png" + bg_pixmap[SELECTED] = "Panel/panel-bg.png" + bg_pixmap[INSENSITIVE] = "Panel/panel-bg.png" + bg_pixmap[PRELIGHT] = "Panel/panel-bg.png" + engine "pixmap" + { + image + { + function = SHADOW + shadow = IN + recolorable = FALSE + file = "Shadows/shadow-none.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + image + { + function = SHADOW + shadow = OUT + recolorable = TRUE + file = "Shadows/shadow-none.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + image + { + function = SHADOW + shadow = ETCHED_IN + recolorable = TRUE + file = "Shadows/shadow-none.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + image + { + function = SHADOW + shadow = ETCHED_OUT + recolorable = TRUE + file = "Shadows/shadow-none.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + image + { + function = VLINE + recolorable = TRUE + file = "Lines/linep-v.png" + border = { 0, 1, 0, 0 } + stretch = TRUE + } + image + { + function = HLINE + recolorable = TRUE + file = "Lines/linep-h.png" + border = { 0, 0, 0, 1 } + stretch = TRUE + } + } +} + + +############################################################# +#THESE DECLARATIONS MAKE SURE THE PANEL STILL USES PANEL STYLE +############################################################# + +class "*Mail*" style "panel" +class "*notif*" style "panel" +class "*Notif*" style "panel" +#class "*Tray*" style "panel" +#class "*tray*" style "panel" +class "PanelToplevel*" style "panel" +widget_class "*Mail*" style "panel" +widget_class "*notif*" style "panel" +widget_class "*Notif*" style "panel" +widget_class "*Tray*" style "panel" +widget_class "*tray*" style "panel" +#widget "*TrayIcon*" style "panel" +class "*Panel*Applet*" style "panel" +widget_class "*Panel*GtkToggleButton" style "panel" +widget_class "*Panel*GtkButton" style "panel" +widget_class "*.Panel*Button*GtkLabel" style "panel" +widget_class "*.Panel*GtkLabel" style "panel" +widget "*PanelWidget*" style "panel" +widget "*PanelApplet*" style "panel" +############################################################# +#THE COMMENTED CLASSES FIXES A PANEL BUG THAT MADE SOME +#TRAY ICONS MOVE DOWN 1 PIXEL , A VERY BIG THANKS TO MOOMEX +#FOR THIS INFORMATION!!!!!! +############################################################# +# THANKS TO merlwiz79 FOR THESE FIXES +############################################################# + +widget_class "*Netstatus*" style "panel" +widget_class "*Tomboy*Tray*" style "panel" +widget "*fast-user-switch*" style "panel" +widget_class "*PanelToplevel*" style "panel" +class "Xfce*Panel*" style "panel" +widget_class "*Xfce*Panel*" style "panel" +widget_class "*PanelApplet*" style "panel" +widget_class "*PanelWidget*" style "panel" +widget "*Xfce*Panel*" style "panel" +############################################################# +#THIS MAKES THE APPLICATIONS PLACES SYSTEM MENU ON THE PANEL +#USE PANEL STYLE +############################################################# + + +style "panelbar" +{ + fg[NORMAL] = "#ABB4BD" + fg[PRELIGHT] = @fg_color + fg[SELECTED] = @fg_color + fg[ACTIVE] = @fg_color + fg[INSENSITIVE] = "#999999" +engine "pixmap" +{ + image + { + function = BOX + state = NORMAL + file = "Panel/panel-menubar.png" + border = { 3 , 3 , 3 , 3} + stretch = TRUE + } + + + image + { + function = BOX + state = ACTIVE + file = "Panel/panel-bg.png" + border = { 2 , 2 , 2 , 2} + stretch = TRUE + } + + + image + { + function = BOX + state = INSENSITIVE + file = "Panel/panel-bg.png" + border = { 2 , 2 , 2 , 2} + stretch = TRUE + } + + + image + { + function = BOX + state = PRELIGHT + recolorable = TRUE + file = "Panel/menubar-item.png" + border = { 5 , 5 , 5 , 0} + stretch = TRUE + } + +} + +} + + +class "*Panel*MenuBar*" style "panelbar" +widget_class "*Panel*MenuBar*" style "panelbar" +widget_class "*Panel*MenuBar*Item*" style:highest "panelbar" + +############################################################# + +style "panelbuttons" +{ + + xthickness = 3 + ythickness = 3 + GtkWidget::focus_padding = 2 + + engine "pixmap" { + + image + { + function = BOX + recolorable = TRUE + state = NORMAL + file = "Panel/panel-button-inactive.png" + border = { 5 , 5 , 5 , 5} + stretch = TRUE + } + + image + { + function = BOX + shadow = OUT + recolorable = TRUE + state = PRELIGHT + file = "Panel/panel-button-prelight.png" + border = { 5 , 5 , 5 , 5} + stretch = TRUE + } + + image + { + function = BOX + recolorable = TRUE + shadow = IN + state = PRELIGHT + file = "Panel/panel-button-active-prelight.png" + border = { 5 , 5 , 5 , 5} + stretch = TRUE + } + + + image + { + function = BOX + recolorable = TRUE + state = ACTIVE + file = "Panel/panel-button-active.png" + border = { 5 , 5 , 5 , 5} + stretch = TRUE + } + + image + { + function = BOX + recolorable = TRUE + state = INSENSITIVE + file = "Panel/panel-button-inactive.png" + border = { 5 , 5 , 5 , 5} + stretch = TRUE + } + + image + { + function = BOX + recolorable = TRUE + state = SELECTED + file = "Panel/panel-button-active.png" + border = { 5 , 5 , 5 , 5} + stretch = TRUE + } + +} + +} + +############################################################# +#THESE DECLARATIONS MAKE SURE THE LAUNCHER EDITOR BUTTONS USE +#STANDARD BUTTONS STYLE AND NOT PANEL BUTTONS STYLE +############################################################# + + +widget "*tasklist*" style "panelbuttons" + +############################################################# +# THANKS TO merlwiz79 FOR THESE FIXES +############################################################# + +widget_class "*XfceActionsPlugin*XfceArrowButton*" style "panelbuttons" +widget_class "*Xfce*Panel*.GtkToggleButton" style "panelbuttons" +widget_class "*Xfce*NetkTasklist*GtkToggleButton" style "panelbuttons" + +############################################################# + +style "paneltogglebuttons" +{ + + xthickness = 2 + ythickness = 2 + engine "pixmap" { + + image + { + function = BOX + recolorable = TRUE + state = NORMAL + file = "Panel/panel-bg.png" + border = { 2 , 2 , 2 , 2} + stretch = TRUE + } + + image + { + function = BOX + shadow = OUT + recolorable = TRUE + state = PRELIGHT + file = "Panel/button-prelight.png" + border = { 5 , 5 , 5 , 5} + stretch = TRUE + } + + image + { + function = BOX + recolorable = TRUE + shadow = IN + state = PRELIGHT + file = "Panel/button-active.png" + border = { 5 , 5 , 5 , 5} + stretch = TRUE + } + + + image + { + function = BOX + recolorable = TRUE + state = ACTIVE + file = "Panel/button-active.png" + border = { 5 , 5 , 5 , 5} + stretch = TRUE + } + + image + { + function = BOX + recolorable = TRUE + state = INSENSITIVE + file = "Panel/panel-bg.png" + border = { 2 , 2 , 2 , 2} + stretch = TRUE + } + + image + { + function = BOX + recolorable = TRUE + state = SELECTED + file = "Panel/button-active.png" + border = { 5 , 5 , 5 , 5} + stretch = TRUE + } + +} + +} + +widget_class "*PanelToplevel*Button" style "paneltogglebuttons" +widget_class "*Panel*GtkToggleButton" style "paneltogglebuttons" +widget_class "*Xfce*Panel*Button*" style "paneltogglebuttons" + + +widget_class "*Tasklist*" style:highest "panelbuttons" + +style "switcher" +{ + fg[NORMAL] = "#ffffff" + bg[NORMAL] = "#444444" + bg[PRELIGHT] = "#666666" + bg[SELECTED] = @selected_bg_color + +xthickness = 5 +ythickness = 4 + +engine "pixmap" +{ + image + { + function = SHADOW + recolorable = TRUE + file = "/Shadows/shadow-none.png" + border = {1,1,1,1} + stretch = TRUE + } +} + +} +widget_class "*Pager*" style:highest "switcher" +widget_class "*Panel*Fish*" style "switcher" +widget "*dict*Applet*" style "paneltogglebuttons" + diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/styles/progressbar b/.themes/Libra-Dark-Gruvbox/gtk-2.0/styles/progressbar new file mode 100755 index 00000000..ef0381f6 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/gtk-2.0/styles/progressbar @@ -0,0 +1,31 @@ +style "progressbar" { + + xthickness = 0 + ythickness = 0 + bg[NORMAL] = @bg_color + bg[ACTIVE] = shade (0.96, @bg_color) + fg[PRELIGHT] = @selected_fg_color + + engine "murrine" + { + animation = FALSE + border_shades = { 1.0, 1.0 } # gradient to draw on border + comboboxstyle = 0 # 0 = normal combobox, 1 = colorized combobox below arrow + contrast = 0.0 # overal contrast with borders + focusstyle = 1 # 0 = none, 1 = grey dotted, 2 = colored with fill, 3 = colored glow + glazestyle = 0 # 0 = flat highlight, 1 = curved highlight, 2 = concave, 3 = top curved highlight, 4 = beryl highlight + glowstyle = 0 # 0 = glow on top, 1 = glow on bottom, 2 = glow on top and bottom, 3 = glow on middle vertically, 4 = glow on middle horizontally, 5 = glow on all sides + glow_shade = 1.0 # amount of glow + gradient_shades = { 1.0, 1.0, 1.0, 1.0 } # gradient to draw on widgets + highlight_shade = 1.0 # amount of highlight + lightborder_shade = 1.0 # amount of inset light border + lightborderstyle = 0 # 0 = lightborder on top side, 1 = lightborder on all sides + progressbarstyle = 0 # 0 = none, 1 = diagonal striped, 2 = vertical striped + reliefstyle = 0 # 0 = flat, 1 = inset, 2 = shadow, 3 = shadow with gradient, 4 = stronger shadow with gradient + roundness = 5 # roundness of widgets + trough_border_shades = { 1.0, 1.0 } + } +} +widget_class "*ProgressBar*" style "progressbar" +class "GtkProgressBar" style "progressbar" +class "GtkBar" style "progressbar" diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/styles/radiobutton b/.themes/Libra-Dark-Gruvbox/gtk-2.0/styles/radiobutton new file mode 100755 index 00000000..1001dad4 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/gtk-2.0/styles/radiobutton @@ -0,0 +1,178 @@ +style "radiobutton"="default" +{ + fg[NORMAL] = shade (1.1, @text_color) + fg[ACTIVE] = @fg_color + engine "pixmap" + { + image + { + function = OPTION + recolorable = TRUE + state = NORMAL + shadow = OUT + overlay_file = "Check-Radio/option1.png" + overlay_stretch = FALSE + } + image + { + function = OPTION + recolorable = TRUE + state = PRELIGHT + shadow = OUT + overlay_file = "Check-Radio/option1.png" + overlay_stretch = FALSE + } + image + { + function = OPTION + recolorable = TRUE + state = ACTIVE + shadow = OUT + overlay_file = "Check-Radio/option2.png" + overlay_stretch = FALSE + } + image + { + function = OPTION + recolorable = TRUE + state = INSENSITIVE + shadow = OUT + overlay_file = "Check-Radio/option3.png" + overlay_stretch = FALSE + } + image + { + function = OPTION + recolorable = TRUE + state = NORMAL + shadow = IN + overlay_file = "Check-Radio/option2.png" + overlay_stretch = FALSE + } + image + { + function = OPTION + recolorable = TRUE + state = PRELIGHT + shadow = IN + overlay_file = "Check-Radio/option2.png" + overlay_stretch = FALSE + } + image + { + function = OPTION + recolorable = TRUE + state = ACTIVE + shadow = IN + overlay_file = "Check-Radio/option1.png" + overlay_stretch = FALSE + } + image + { + function = OPTION + recolorable = TRUE + state = INSENSITIVE + shadow = IN + overlay_file = "Check-Radio/option4.png" + overlay_stretch = FALSE + } + image + { + function = FLAT_BOX + recolorable = TRUE + stretch = TRUE + file = "Check-Radio/checklight.png" + border = { 2, 2, 2, 2 } + } + } +} +style "radiobutton-menu"="default" +{ + + engine "pixmap" + { + image + { + function = OPTION + recolorable = TRUE + state = NORMAL + shadow = OUT + overlay_file = "Check-Radio/highlight.png" + overlay_stretch = FALSE + } + image + { + function = OPTION + recolorable = TRUE + state = PRELIGHT + shadow = OUT + overlay_file = "Check-Radio/highlight.png" + overlay_stretch = FALSE + } + image + { + function = OPTION + recolorable = TRUE + state = ACTIVE + shadow = OUT + overlay_file = "Check-Radio/highlight.png" + overlay_stretch = FALSE + } + image + { + function = OPTION + recolorable = TRUE + state = INSENSITIVE + shadow = OUT + overlay_file = "Check-Radio/highlight.png" + overlay_stretch = FALSE + } + image + { + function = OPTION + recolorable = TRUE + state = NORMAL + shadow = IN + overlay_file = "Check-Radio/menuitem-radio-checked.png" + overlay_stretch = FALSE + } + image + { + function = OPTION + recolorable = TRUE + state = PRELIGHT + shadow = IN + overlay_file = "Check-Radio/menuitem-radio-checked-selected.png" + overlay_stretch = FALSE + } + image + { + function = OPTION + recolorable = TRUE + state = ACTIVE + shadow = IN + overlay_file = "Check-Radio/menuitem-radio-checked.png" + overlay_stretch = FALSE + } + image + { + function = OPTION + recolorable = TRUE + state = INSENSITIVE + shadow = IN + overlay_file = "Check-Radio/menuitem-radio-checked-insensitive.png" + overlay_stretch = FALSE + } + image + { + function = FLAT_BOX + recolorable = TRUE + stretch = TRUE + file = "Check-Radio/checklight.png" + border = { 2, 2, 2, 2 } + } + } +} +class "GtkRadioButton" style "radiobutton" +widget_class "*GtkRadioButton*GtkLabel*" style "radiobutton" +class "GtkCheckMenuItem" style "radiobutton-menu" diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/styles/range b/.themes/Libra-Dark-Gruvbox/gtk-2.0/styles/range new file mode 100755 index 00000000..7a428f66 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/gtk-2.0/styles/range @@ -0,0 +1,36 @@ +style "range" = "default" +{ + xthickness = 0 + ythickness = 0 + bg[NORMAL] = @bg_color + bg[ACTIVE] = shade (0.96, @bg_color) + bg[SELECTED] = @selected_bg_color + bg[INSENSITIVE] = shade (0.95, @bg_color) + engine "murrine" + { + animation = FALSE + border_shades = { 0.747, 0.747 } # gradient to draw on border + contrast = 0.0 # overal contrast with borders + focusstyle = 1 # 0 = none, 1 = grey dotted, 2 = colored with fill, 3 = colored glow + glazestyle = 0 # 0 = flat highlight, 1 = curved highlight, 2 = concave, 3 = top curved highlight, 4 = beryl highlight + glowstyle = 0 # 0 = glow on top, 1 = glow on bottom, 2 = glow on top and bottom, 3 = glow on middle vertically, 4 = glow on middle horizontally, 5 = glow on all sides + glow_shade = 1.0 # amount of glow + gradient_shades = { 0.747, 0.747, 0.747, 0.747 } # gradient to draw on widgets + highlight_shade = 1.0 # amount of highlight + lightborder_shade = 1.0 # amount of inset light border + lightborderstyle = 0 # 0 = lightborder on top side, 1 = lightborder on all sides + progressbarstyle = 0 # 0 = none, 1 = diagonal striped, 2 = vertical striped + reliefstyle = 0 # 0 = flat, 1 = inset, 2 = shadow, 3 = shadow with gradient, 4 = stronger shadow with gradient + roundness = 8 # roundness of widgets + scrollbarstyle = 0 # 0 = none, 1 = circles, 2 = handles, 3 = diagonal stripes, 4 = diagonal stripes and handles, 5 = horizontal stripes, 6 = horizontal stripes and handles + sliderstyle = 0 # 0 = none, 1 = handles + stepperstyle = 1 # 0 = standard, 1 = integrated stepper handles + toolbarstyle = 0 # 0 = flat, 1 = glassy, 2 = gradient + trough_border_shades = { 1.0, 1.0 } + } +} + +class "GtkScale" style "range" +class "GtkVScale" style "range" +class "GtkHScale" style "range" + diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/styles/scrollbar b/.themes/Libra-Dark-Gruvbox/gtk-2.0/styles/scrollbar new file mode 100755 index 00000000..471717e3 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/gtk-2.0/styles/scrollbar @@ -0,0 +1,281 @@ +style "scrollbar" = "default" +{ + + engine "pixmap" + { + image + { + function = BOX + recolorable = TRUE + detail = "trough" + file = "Scrollbars/trough-scrollbar-horiz.png" + border = { 18, 18, 2, 2 } + stretch = TRUE + orientation = HORIZONTAL + } + image + { + function = BOX + recolorable = TRUE + detail = "trough" + file = "Scrollbars/trough-scrollbar-vert.png" + border = { 2, 2, 18, 18 } + stretch = TRUE + orientation = VERTICAL + } +###########x SLIDERS ##################x + + image + { + function = SLIDER + recolorable = TRUE + state = NORMAL + file = "Scrollbars/slider-horiz.png" + border = { 10, 10, 2, 2 } + stretch = TRUE + orientation = HORIZONTAL + } + image + { + function = SLIDER + recolorable = TRUE + state = ACTIVE + shadow = IN + file = "Scrollbars/slider-horiz-active.png" + border = { 10, 10, 2, 2 } + stretch = TRUE + orientation = HORIZONTAL + + } + image + { + function = SLIDER + recolorable = TRUE + state = PRELIGHT + file = "Scrollbars/slider-horiz-prelight.png" + border = { 10, 10, 2, 2 } + stretch = TRUE + orientation = HORIZONTAL + + } + image + { + function = SLIDER + recolorable = TRUE + state = INSENSITIVE + file = "Scrollbars/slider-horiz-insens.png" + border = { 10, 10, 2, 2 } + stretch = TRUE + orientation = HORIZONTAL + + } +#############x verticals################xx + + image + { + function = SLIDER + recolorable = TRUE + state = NORMAL + file = "Scrollbars/slider-vert.png" + border = { 2, 2, 10, 10 } + stretch = TRUE + orientation = VERTICAL + + } + image + { + function = SLIDER + recolorable = TRUE + state = ACTIVE + shadow = IN + file = "Scrollbars/slider-vert-active.png" + border = { 2, 2, 10, 10 } + stretch = TRUE + orientation = VERTICAL + + } + image + { + function = SLIDER + recolorable = TRUE + state = PRELIGHT + file = "Scrollbars/slider-vert-prelight.png" + border = { 2, 2, 10, 10 } + stretch = TRUE + orientation = VERTICAL + + } + image + { + function = SLIDER + recolorable = TRUE + state = INSENSITIVE + file = "Scrollbars/slider-vert-insens.png" + border = { 2, 2, 10, 10 } + stretch = TRUE + orientation = VERTICAL + + } + +###########x END SLIDERS ##################x + +########### Steppers ###################### +#### UP ####### + image + { + function = STEPPER + recolorable = TRUE + state = NORMAL + file = "Scrollbars/stepper-up.png" + stretch = TRUE + arrow_direction = UP + } + image + { + function = STEPPER + recolorable = TRUE + state = PRELIGHT + file = "Scrollbars/stepper-up-prelight.png" + stretch = TRUE + arrow_direction = UP + } + image + { + function = STEPPER + recolorable = TRUE + state = ACTIVE + file = "Scrollbars/stepper-up-prelight.png" + stretch = TRUE + arrow_direction = UP + } + image + { + function = STEPPER + recolorable = TRUE + state = INSENSITIVE + file = "Scrollbars/stepper-up-insens.png" + stretch = TRUE + arrow_direction = UP + } + + ######### DOWN ############ + + image + { + function = STEPPER + recolorable = TRUE + state = NORMAL + file = "Scrollbars/stepper-down.png" + stretch = TRUE + arrow_direction = DOWN + } + image + { + function = STEPPER + recolorable = TRUE + state = PRELIGHT + file = "Scrollbars/stepper-down-prelight.png" + stretch = TRUE + arrow_direction = DOWN + } + image + { + function = STEPPER + recolorable = TRUE + state = ACTIVE + file = "Scrollbars/stepper-down-prelight.png" + stretch = TRUE + arrow_direction = DOWN + } + image + { + function = STEPPER + recolorable = TRUE + state = INSENSITIVE + file = "Scrollbars/stepper-down-insens.png" + stretch = TRUE + arrow_direction = DOWN + } + +############ RIGHT ################ + + image + { + function = STEPPER + recolorable = TRUE + state = NORMAL + file = "Scrollbars/stepper-right.png" + stretch = TRUE + arrow_direction = RIGHT + } + image + { + function = STEPPER + recolorable = TRUE + state = PRELIGHT + file = "Scrollbars/stepper-right-prelight.png" + stretch = TRUE + arrow_direction = RIGHT + } + image + { + function = STEPPER + recolorable = TRUE + state = ACTIVE + file = "Scrollbars/stepper-right-prelight.png" + stretch = TRUE + arrow_direction = RIGHT + } + image + { + function = STEPPER + recolorable = TRUE + state = INSENSITIVE + file = "Scrollbars/stepper-right-insens.png" + stretch = TRUE + arrow_direction = RIGHT + } + +############### LEFT ################### + + image + { + function = STEPPER + recolorable = TRUE + state = NORMAL + file = "Scrollbars/stepper-left.png" + stretch = TRUE + arrow_direction = LEFT + } + image + { + function = STEPPER + recolorable = TRUE + state = PRELIGHT + file = "Scrollbars/stepper-left-prelight.png" + stretch = TRUE + arrow_direction = LEFT + } + image + { + function = STEPPER + recolorable = TRUE + state = ACTIVE + file = "Scrollbars/stepper-left-prelight.png" + stretch = TRUE + arrow_direction = LEFT + } + image + { + function = STEPPER + recolorable = TRUE + state = INSENSITIVE + file = "Scrollbars/stepper-left-insens.png" + stretch = TRUE + arrow_direction = LEFT + } + } +} + +class "GtkScrollbar" style "scrollbar" + diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/styles/spin b/.themes/Libra-Dark-Gruvbox/gtk-2.0/styles/spin new file mode 100755 index 00000000..a95cf140 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/gtk-2.0/styles/spin @@ -0,0 +1,272 @@ +style "spinbutton" = "default" +{ + xthickness = 3 + ythickness = 3 + GtkWidget::interior_focus = 0 + base[INSENSITIVE] = shade (0.95, @bg_color) + text[INSENSITIVE] = mix (0.3, @base_color, @text_color) + engine "pixmap" + { + image + { + function = ARROW + } + +############################# UP ######################xx + image + { + function = BOX + state = NORMAL + detail = "spinbutton_up" + recolorable = TRUE + file = "Spin/spin-up-bg.png" + border = { 4,4,4,4 } + stretch = TRUE + overlay_file = "Spin/arrow-up.png" + overlay_stretch = FALSE + } + image + { + function = BOX + state = PRELIGHT + detail = "spinbutton_up" + recolorable = TRUE + file = "Spin/spin-up-bg.png" + border = { 4,4,4,4 } + stretch = TRUE + overlay_file = "Spin/arrow-up-prelight.png" + overlay_stretch = FALSE + } + image + { + function = BOX + state = INSENSITIVE + detail = "spinbutton_up" + recolorable = TRUE + file = "Spin/spin-up-bg.png" + border = { 4,4,4,4 } + stretch = TRUE + overlay_file = "Spin/arrow-up-disable.png" + overlay_stretch = FALSE + } + image + { + function = BOX + state = ACTIVE + detail = "spinbutton_up" + recolorable = TRUE + file = "Spin/spin-up-bg.png" + border = { 4,4,4,4 } + stretch = TRUE + overlay_file = "Spin/arrow-up-active.png" + overlay_stretch = FALSE + } + +########################x DOWN ######################## + image + { + function = BOX + state = NORMAL + detail = "spinbutton_down" + recolorable = TRUE + file = "Spin/spin-down-bg.png" + border = { 4,4,4,4 } + stretch = TRUE + overlay_file = "Spin/arrow-down.png" + overlay_stretch = FALSE + } + image + { + function = BOX + state = PRELIGHT + detail = "spinbutton_down" + recolorable = TRUE + file = "Spin/spin-down-bg.png" + border = { 4,4,4,4 } + stretch = TRUE + overlay_file = "Spin/arrow-down-prelight.png" + overlay_stretch = FALSE + } + image + { + function = BOX + state = INSENSITIVE + detail = "spinbutton_down" + recolorable = TRUE + file = "Spin/spin-down-bg.png" + border = { 4,4,4,4 } + stretch = TRUE + overlay_file = "Spin/arrow-down-disable.png" + overlay_stretch = FALSE + } + image + { + function = BOX + state = ACTIVE + detail = "spinbutton_down" + recolorable = TRUE + file = "Spin/spin-down-bg.png" + border = { 4,4,4,4 } + stretch = TRUE + overlay_file = "Spin/arrow-down-active.png" + overlay_stretch = FALSE + } +########################## SPIN ENTRY ########################### + image + { + function = FOCUS + recolorable = TRUE + file = "Spin/text-entry-focus.png" + border = { 4,4,4,4 } + stretch = TRUE + } + image + { + function = SHADOW + detail = "entry" + shadow = IN + recolorable = FALSE + file = "Spin/text-entry.png" + border = { 4,4,4,4 } + stretch = TRUE + } + } +} +style "spinbutton-notebook" = "default" +{ + xthickness = 3 + ythickness = 3 + GtkWidget::interior_focus = 0 + base[INSENSITIVE] = shade (0.95, @bg_color) + text[INSENSITIVE] = mix (0.3, @base_color, @text_color) + engine "pixmap" + { + image + { + function = ARROW + } + +############################# UP ######################xx + image + { + function = BOX + state = NORMAL + detail = "spinbutton_up" + recolorable = TRUE + file = "Spin/spin-up-bg-notebook.png" + border = { 4,4,4,4 } + stretch = TRUE + overlay_file = "Spin/arrow-up.png" + overlay_stretch = FALSE + } + image + { + function = BOX + state = PRELIGHT + detail = "spinbutton_up" + recolorable = TRUE + file = "Spin/spin-up-bg-notebook.png" + border = { 4,4,4,4 } + stretch = TRUE + overlay_file = "Spin/arrow-up-prelight.png" + overlay_stretch = FALSE + } + image + { + function = BOX + state = INSENSITIVE + detail = "spinbutton_up" + recolorable = TRUE + file = "Spin/spin-up-bg-notebook.png" + border = { 4,4,4,4 } + stretch = TRUE + overlay_file = "Spin/arrow-up-disable.png" + overlay_stretch = FALSE + } + image + { + function = BOX + state = ACTIVE + detail = "spinbutton_up" + recolorable = TRUE + file = "Spin/spin-up-bg-notebook.png" + border = { 4,4,4,4 } + stretch = TRUE + overlay_file = "Spin/arrow-up-active.png" + overlay_stretch = FALSE + } + +########################x DOWN ######################## + image + { + function = BOX + state = NORMAL + detail = "spinbutton_down" + recolorable = TRUE + file = "Spin/spin-down-bg-notebook.png" + border = { 4,4,4,4 } + stretch = TRUE + overlay_file = "Spin/arrow-down.png" + overlay_stretch = FALSE + } + image + { + function = BOX + state = PRELIGHT + detail = "spinbutton_down" + recolorable = TRUE + file = "Spin/spin-down-bg-notebook.png" + border = { 4,4,4,4 } + stretch = TRUE + overlay_file = "Spin/arrow-down-prelight.png" + overlay_stretch = FALSE + } + image + { + function = BOX + state = INSENSITIVE + detail = "spinbutton_down" + recolorable = TRUE + file = "Spin/spin-down-bg-notebook.png" + border = { 4,4,4,4 } + stretch = TRUE + overlay_file = "Spin/arrow-down-disable.png" + overlay_stretch = FALSE + } + image + { + function = BOX + state = ACTIVE + detail = "spinbutton_down" + recolorable = TRUE + file = "Spin/spin-down-bg-notebook.png" + border = { 4,4,4,4 } + stretch = TRUE + overlay_file = "Spin/arrow-down-active.png" + overlay_stretch = FALSE + } +########################## SPIN ENTRY ########################### + image + { + function = FOCUS + recolorable = TRUE + file = "Spin/text-entry-focus-notebook.png" + border = { 4,4,4,4 } + stretch = TRUE + } + image + { + function = SHADOW + detail = "entry" + shadow = IN + recolorable = FALSE + file = "Spin/text-entry-notebook.png" + border = { 4,4,4,4 } + stretch = TRUE + } + } +} +class "GtkSpinButton" style "spinbutton" +widget_class "*<GtkNotebook>*<GtkSpinButton>" style "spinbutton-notebook" +widget_class "*<GtkNotebook>*<GtkEventBox>*<GtkSpinButton>" style "spinbutton" + diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/styles/statusbar b/.themes/Libra-Dark-Gruvbox/gtk-2.0/styles/statusbar new file mode 100755 index 00000000..949095f1 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/gtk-2.0/styles/statusbar @@ -0,0 +1,125 @@ + + +style "statusbar" = "default" +{ +# xthickness = 1 +# ythickness = 1 + + engine "pixmap" + { + image + { + function = RESIZE_GRIP + recolorable = TRUE + #state = NORMAL + detail = "statusbar" + overlay_file = "Handles/resize-grip.png" + + overlay_border = {0,0,0,0 } + overlay_stretch = FALSE + } + } +} + + +class "GtkStatusbar" style "statusbar" + +# Firefox handles this a little differently... it needs to be applied to GtkWindow and have no other details... +style "FirefoxGrip" +{ + engine "pixmap" + { + image + { + function = RESIZE_GRIP + overlay_file = "Handles/resize-grip.png" + + } + } +} + +class "GtkWindow" style "FirefoxGrip" +style "scrolled_window" +{ + xthickness = 4 + ythickness = 4 + + engine "pixmap" + { + image + { + function = SHADOW + file = "Shadows/frame.png" + border = { 5, 5, 5, 5 } + stretch = TRUE + } + } +} + +class "GtkScrolledWindow" style "scrolled_window" +style "noshadow" +{ + + engine "pixmap" + { + image + { + function = SHADOW + shadow = IN + recolorable = FALSE + file = "Shadows/shadow-none.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + image + { + function = SHADOW + shadow = OUT + recolorable = TRUE + file = "Shadows/shadow-none.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + image + { + function = SHADOW + shadow = ETCHED_IN + recolorable = TRUE + file = "Shadows/shadow-none.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + image + { + function = SHADOW + shadow = ETCHED_OUT + recolorable = TRUE + file = "Shadows/shadow-none.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + image + { + function = VLINE + recolorable = TRUE + file = "Lines/linep-v.png" + border = { 0, 1, 0, 0 } + stretch = TRUE + } + image + { + function = HLINE + recolorable = TRUE + file = "Lines/linep-h.png" + border = { 0, 0, 0, 1 } + stretch = TRUE + } + } +} +widget_class "*ThunarIconView*" style "noshadow" +widget_class "*ThunarShortcutsPane*" style "noshadow" +widget_class "*MousepadDocument*" style "noshadow" +widget_class "FmMainWin.GtkVBox.GtkStatusbar.GtkFrame" style "noshadow" +widget_class "PlumaWindow.*GtkScrolledWindow" style "noshadow" +widget_class "EvWindow.*GtkScrolledWindow" style "noshadow" diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/styles/toolbar b/.themes/Libra-Dark-Gruvbox/gtk-2.0/styles/toolbar new file mode 100755 index 00000000..513590ae --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/gtk-2.0/styles/toolbar @@ -0,0 +1,102 @@ +style "toolbar" +{ + +xthickness=3 +ythickness=4 +engine "pixmap" +{ +image +{ + function=BOX + file="/Toolbar/toolbar.png" + border={2,2,2,2} + stretch=TRUE +}}} +widget_class "*HandleBox" style "toolbar" +class "*HandleBox" style "toolbar" +widget_class "*Toolbar" style "toolbar" +class "*Toolbar" style "toolbar" +#widget "MozillaGtkWidget*Toolbar*" style "toolbar" +style "toolbuttons"="default" +{ +xthickness=5 +ythickness=5 + fg[NORMAL] = @fg_color + fg[PRELIGHT] = @selected_fg_color + fg[SELECTED] = @selected_fg_color + fg[ACTIVE] = @selected_fg_color + fg[INSENSITIVE] = shade (0.7, @selected_fg_color) +GtkWidget::focus_padding=2 +engine "pixmap" { + +image + { + function = BOX + recolorable = TRUE + state = NORMAL + file = "Toolbar/toolbutton-normal.png" + border = { 5, 5, 5, 5 } + stretch = TRUE + } + image + { + function = BOX + recolorable = TRUE + state = PRELIGHT + shadow = IN + file = "Toolbar/toolbutton-pressed.png" + border = { 5, 5, 5, 5 } + stretch = TRUE + } + image + { + function = BOX + recolorable = TRUE + state = PRELIGHT + shadow = OUT + file = "Toolbar/toolbutton-prelight.png" + border = { 5, 5, 5, 5 } + stretch = TRUE + } +image + { + function = BOX + recolorable = TRUE + state = ACTIVE + file = "Toolbar/toolbutton-pressed.png" + border = { 5, 5, 5, 5 } + stretch = TRUE + } +image + { + function = BOX + recolorable = TRUE + state = INSENSITIVE + file = "Toolbar/toolbutton-insensitive.png" + border = { 5, 5, 5, 5 } + stretch = TRUE + } + } +} +widget_class "*<GtkToolbar>*<GtkButton>*" style "toolbuttons" +#widget "MozillaGtkWidget.GtkFixed.GtkButton" style "toolbuttons" + +style "chrome-gtk-frame" +{ + ChromeGtkFrame::frame-color = @bg_color + ChromeGtkFrame::inactive-frame-color = @bg_color + + ChromeGtkFrame::frame-gradient-size = 1 + ChromeGtkFrame::frame-gradient-color = @bg_color + + ChromeGtkFrame::incognito-frame-color = @bg_color + ChromeGtkFrame::incognito-inactive-frame-color = @bg_color + + ChromeGtkFrame::incognito-frame-gradient-color = @bg_color + + ChromeGtkFrame::scrollbar-trough-color = shade(0.98, @bg_color) + ChromeGtkFrame::scrollbar-slider-prelight-color = @selected_bg_color + ChromeGtkFrame::scrollbar-slider-normal-color = shade(0.9, @bg_color) +} + +class "ChromeGtkFrame" style "chrome-gtk-frame" diff --git a/.themes/Libra-Dark-Gruvbox/gtk-2.0/styles/tooltips b/.themes/Libra-Dark-Gruvbox/gtk-2.0/styles/tooltips new file mode 100755 index 00000000..59e770da --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/gtk-2.0/styles/tooltips @@ -0,0 +1,27 @@ +style "tooltips" = "default" +{ + bg[NORMAL] = @tooltip_bg_color + fg[NORMAL] = @tooltip_fg_color + bg[SELECTED] = @tooltip_bg_color + +} +widget "gtk-tooltip*" style "tooltips" +class "*GtkTooltips*" style "tooltips" +widget_class "*Tooltips*" style "tooltips" +widget "*.nautilus-extra-view-widget" style:highest "tooltips" + +style "xfdesktop-icon-view" + { + XfdesktopIconView::label-alpha = 0 + XfdesktopIconView::selected-label-alpha = 170 + + base[NORMAL] = @bg_color + fg[NORMAL] = @selected_fg_color + base[SELECTED] = @selected_bg_color + fg[SELECTED] = @selected_fg_color + engine "murrine" { + textstyle = 1 + text_shade = 0.1 +} +} +widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view" diff --git a/.themes/Libra-Dark-Gruvbox/gtk-3.0/.zedstate b/.themes/Libra-Dark-Gruvbox/gtk-3.0/.zedstate new file mode 100755 index 00000000..5d1a1164 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/gtk-3.0/.zedstate @@ -0,0 +1 @@ +{"split":"1","session.current":["/gtk.css"],"session.open":{"/gtk.css":{"scrollTop":0,"scrollLeft":0,"selection":{"start":{"row":3,"column":33},"end":{"row":3,"column":33}},"lastUse":1397583625157,"undo":[],"redo":[]}},"window":{"width":1323,"height":744,"top":24,"left":43}} \ No newline at end of file diff --git a/.themes/Libra-Dark-Gruvbox/gtk-3.0/assets/checkbox-checked-insensitive.svg b/.themes/Libra-Dark-Gruvbox/gtk-3.0/assets/checkbox-checked-insensitive.svg new file mode 100644 index 00000000..06e4520c --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/gtk-3.0/assets/checkbox-checked-insensitive.svg @@ -0,0 +1,72 @@ +<?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" + viewBox="0 0 16 16" + id="svg3346" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="checkbox-checked-insensitive.svg"> + <defs + id="defs3348" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="4.52" + inkscape:cx="-9.9313087" + inkscape:cy="8.3871974" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + units="px" + inkscape:window-width="1325" + inkscape:window-height="744" + inkscape:window-x="41" + inkscape:window-y="24" + inkscape:window-maximized="1" /> + <metadata + id="metadata3351"> + <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="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1036.3622)"> + <rect + style="opacity:1;fill:#bcbcbc;fill-opacity:1;fill-rule:nonzero;stroke:#bcbcbc;stroke-width:1.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect3354" + width="14.113033" + height="14.113029" + x="0.96708661" + y="1037.3262" + ry="1.3576401" + rx="1.35764" /> + <path + d="m 6.2792616,1049.1122 c -0.166727,0 -0.333512,-0.069 -0.460733,-0.2114 l -2.722203,-3.0166 c -0.254559,-0.282 -0.254559,-0.7391 -9.7e-5,-1.021 0.254598,-0.282 0.667313,-0.282 0.921582,0 l 2.26147,2.5056 5.4190064,-6.0044 c 0.254327,-0.2819 0.667352,-0.2819 0.921486,0 0.254559,0.2821 0.254559,0.7393 0,1.0211 l -5.8796624,6.5153 c -0.127164,0.1409 -0.294006,0.2114 -0.460849,0.2114 z" + id="path4257-2" + inkscape:connector-curvature="0" + style="fill:#eeeeee;fill-opacity:1;stroke:#eeeeee;stroke-width:0.7;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/gtk-3.0/assets/checkbox-checked.svg b/.themes/Libra-Dark-Gruvbox/gtk-3.0/assets/checkbox-checked.svg new file mode 100644 index 00000000..6c39bdf9 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/gtk-3.0/assets/checkbox-checked.svg @@ -0,0 +1,72 @@ +<?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" + viewBox="0 0 16 16" + id="svg3346" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="checkbox-checked.svg"> + <defs + id="defs3348" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="12.81" + inkscape:cx="2.0428095" + inkscape:cy="8.3871974" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + units="px" + inkscape:window-width="1325" + inkscape:window-height="744" + inkscape:window-x="41" + inkscape:window-y="24" + inkscape:window-maximized="1" /> + <metadata + id="metadata3351"> + <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="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1036.3622)"> + <rect + style="opacity:1;fill:#3cb0fd;fill-opacity:1;fill-rule:nonzero;stroke:#3cb0fd;stroke-width:1.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect3354" + width="14.113033" + height="14.113029" + x="0.96708661" + y="1037.3262" + ry="1.3576401" + rx="1.35764" /> + <path + d="m 6.3475409,1048.7912 c -0.1667266,0 -0.3335114,-0.069 -0.4607327,-0.2114 l -2.7222033,-3.0166 c -0.254559,-0.282 -0.254559,-0.7391 -9.64e-5,-1.021 0.2545977,-0.282 0.667313,-0.282 0.9215819,0 l 2.2614699,2.5056 5.4190057,-6.0044 c 0.254327,-0.2819 0.667352,-0.2819 0.921486,0 0.254559,0.2821 0.254559,0.7393 0,1.0211 l -5.879662,6.5153 c -0.1271635,0.1409 -0.2940063,0.2114 -0.4608491,0.2114 z" + id="path4257" + inkscape:connector-curvature="0" + style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.69999993;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/gtk-3.0/assets/checkbox-mixed-insensitive.svg b/.themes/Libra-Dark-Gruvbox/gtk-3.0/assets/checkbox-mixed-insensitive.svg new file mode 100644 index 00000000..822b39a2 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/gtk-3.0/assets/checkbox-mixed-insensitive.svg @@ -0,0 +1,72 @@ +<?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" + viewBox="0 0 16 16" + id="svg3346" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="checkbox-mixed-insensitive.svg"> + <defs + id="defs3348" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="33.81" + inkscape:cx="4.5758887" + inkscape:cy="7.2041155" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + units="px" + inkscape:window-width="1325" + inkscape:window-height="744" + inkscape:window-x="41" + inkscape:window-y="24" + inkscape:window-maximized="1" /> + <metadata + id="metadata3351"> + <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="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1036.3622)"> + <rect + style="opacity:1;fill:#bcbcbc;fill-opacity:1;fill-rule:nonzero;stroke:#bcbcbc;stroke-width:1.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect3354" + width="14.113033" + height="14.113029" + x="0.96708661" + y="1037.3262" + ry="1.3576401" + rx="1.35764" /> + <path + style="fill:#ffffff;fill-opacity:0.70980392;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.79999995;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.70980392" + d="m 3.3998291,1044.4651 c 9.4381419,-0.03 9.4381419,-0.03 9.4381419,-0.03 l 0,0" + id="path5015" + inkscape:connector-curvature="0" /> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/gtk-3.0/assets/checkbox-mixed.svg b/.themes/Libra-Dark-Gruvbox/gtk-3.0/assets/checkbox-mixed.svg new file mode 100644 index 00000000..4464c56e --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/gtk-3.0/assets/checkbox-mixed.svg @@ -0,0 +1,72 @@ +<?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" + viewBox="0 0 16 16" + id="svg3346" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="checkbox-mixed.svg"> + <defs + id="defs3348" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="9.0597503" + inkscape:cx="8.1251345" + inkscape:cy="9.5702793" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + units="px" + inkscape:window-width="1325" + inkscape:window-height="744" + inkscape:window-x="41" + inkscape:window-y="24" + inkscape:window-maximized="1" /> + <metadata + id="metadata3351"> + <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="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1036.3622)"> + <rect + style="opacity:1;fill:#3cb0fd;fill-opacity:1;fill-rule:nonzero;stroke:#3cb0fd;stroke-width:1.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect3354" + width="14.113033" + height="14.113029" + x="0.96708661" + y="1037.3262" + ry="1.3576401" + rx="1.35764" /> + <path + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.79999995;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 3.69508,1044.4651 c 8.670178,-0.03 8.670178,-0.03 8.670178,-0.03 l 0,0" + id="path5015" + inkscape:connector-curvature="0" /> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/gtk-3.0/assets/checkbox-unchecked-insensitive.svg b/.themes/Libra-Dark-Gruvbox/gtk-3.0/assets/checkbox-unchecked-insensitive.svg new file mode 100644 index 00000000..f38bbbee --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/gtk-3.0/assets/checkbox-unchecked-insensitive.svg @@ -0,0 +1,67 @@ +<?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" + viewBox="0 0 16 16" + id="svg3346" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="checkbox-unchecked-insensitive.svg"> + <defs + id="defs3348" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="6.4" + inkscape:cx="-17.375434" + inkscape:cy="20.887197" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + units="px" + inkscape:window-width="1325" + inkscape:window-height="744" + inkscape:window-x="41" + inkscape:window-y="24" + inkscape:window-maximized="1" /> + <metadata + id="metadata3351"> + <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="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1036.3622)"> + <rect + style="opacity:1;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#bcbcbc;stroke-width:1.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect3354" + width="14.113033" + height="14.113029" + x="0.96708661" + y="1037.3262" + ry="1.3576401" + rx="1.35764" /> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/gtk-3.0/assets/checkbox-unchecked.svg b/.themes/Libra-Dark-Gruvbox/gtk-3.0/assets/checkbox-unchecked.svg new file mode 100644 index 00000000..f669e05d --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/gtk-3.0/assets/checkbox-unchecked.svg @@ -0,0 +1,67 @@ +<?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" + viewBox="0 0 16 16" + id="svg3346" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="checkbox-unchecked.svg"> + <defs + id="defs3348" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="29.43" + inkscape:cx="3.8324375" + inkscape:cy="8.3871974" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + units="px" + inkscape:window-width="1325" + inkscape:window-height="744" + inkscape:window-x="41" + inkscape:window-y="24" + inkscape:window-maximized="1" /> + <metadata + id="metadata3351"> + <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="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1036.3622)"> + <rect + style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#3cb0fd;stroke-width:1.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect3354" + width="14.113033" + height="14.113029" + x="0.96708661" + y="1037.3262" + ry="1.3576401" + rx="1.35764" /> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/gtk-3.0/assets/grid-selection-checked.svg b/.themes/Libra-Dark-Gruvbox/gtk-3.0/assets/grid-selection-checked.svg new file mode 100644 index 00000000..6c39bdf9 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/gtk-3.0/assets/grid-selection-checked.svg @@ -0,0 +1,72 @@ +<?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" + viewBox="0 0 16 16" + id="svg3346" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="checkbox-checked.svg"> + <defs + id="defs3348" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="12.81" + inkscape:cx="2.0428095" + inkscape:cy="8.3871974" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + units="px" + inkscape:window-width="1325" + inkscape:window-height="744" + inkscape:window-x="41" + inkscape:window-y="24" + inkscape:window-maximized="1" /> + <metadata + id="metadata3351"> + <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="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1036.3622)"> + <rect + style="opacity:1;fill:#3cb0fd;fill-opacity:1;fill-rule:nonzero;stroke:#3cb0fd;stroke-width:1.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect3354" + width="14.113033" + height="14.113029" + x="0.96708661" + y="1037.3262" + ry="1.3576401" + rx="1.35764" /> + <path + d="m 6.3475409,1048.7912 c -0.1667266,0 -0.3335114,-0.069 -0.4607327,-0.2114 l -2.7222033,-3.0166 c -0.254559,-0.282 -0.254559,-0.7391 -9.64e-5,-1.021 0.2545977,-0.282 0.667313,-0.282 0.9215819,0 l 2.2614699,2.5056 5.4190057,-6.0044 c 0.254327,-0.2819 0.667352,-0.2819 0.921486,0 0.254559,0.2821 0.254559,0.7393 0,1.0211 l -5.879662,6.5153 c -0.1271635,0.1409 -0.2940063,0.2114 -0.4608491,0.2114 z" + id="path4257" + inkscape:connector-curvature="0" + style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.69999993;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/gtk-3.0/assets/grid-selection-unchecked.svg b/.themes/Libra-Dark-Gruvbox/gtk-3.0/assets/grid-selection-unchecked.svg new file mode 100644 index 00000000..6d31596e --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/gtk-3.0/assets/grid-selection-unchecked.svg @@ -0,0 +1,67 @@ +<?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" + viewBox="0 0 16 16" + id="svg3346" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="grid-selection-unchecked.svg"> + <defs + id="defs3348" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="29.43" + inkscape:cx="3.8324375" + inkscape:cy="8.3871974" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + units="px" + inkscape:window-width="1325" + inkscape:window-height="744" + inkscape:window-x="41" + inkscape:window-y="24" + inkscape:window-maximized="1" /> + <metadata + id="metadata3351"> + <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="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1036.3622)"> + <rect + style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#3cb0fd;stroke-width:1.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect3354" + width="14.113033" + height="14.113029" + x="0.96708661" + y="1037.3262" + ry="1.3576401" + rx="1.35764" /> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/gtk-3.0/assets/menuitem-checkbox-checked-hover.svg b/.themes/Libra-Dark-Gruvbox/gtk-3.0/assets/menuitem-checkbox-checked-hover.svg new file mode 100644 index 00000000..06bb7a2f --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/gtk-3.0/assets/menuitem-checkbox-checked-hover.svg @@ -0,0 +1,63 @@ +<?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" + viewBox="0 0 16 16" + id="svg3346" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="menuitem-checkbox-checked-hover.svg"> + <defs + id="defs3348" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="9.71" + inkscape:cx="3.2223922" + inkscape:cy="8.3871974" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + units="px" + inkscape:window-width="1325" + inkscape:window-height="744" + inkscape:window-x="41" + inkscape:window-y="24" + inkscape:window-maximized="1" /> + <metadata + id="metadata3351"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1036.3622)"> + <path + d="m 6.2445148,1049.3721 c -0.2071303,0 -0.4143328,-0.087 -0.5723844,-0.2617 l -3.3818882,-3.7319 c -0.3162476,-0.3489 -0.3162476,-0.9146 -1.197e-4,-1.2635 0.3162956,-0.3488 0.8290262,-0.3488 1.1449133,0 l 2.8095032,3.1002 6.73222,-7.4286 c 0.315959,-0.349 0.829074,-0.349 1.144793,0 0.316248,0.3488 0.316248,0.9144 0,1.2633 l -7.3045083,8.0605 c -0.1579796,0.1744 -0.3652542,0.2617 -0.5725289,0.2617 z" + id="path4257" + inkscape:connector-curvature="0" + style="fill:#ffffff;fill-opacity:1" /> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/gtk-3.0/assets/menuitem-checkbox-checked-insensitive.svg b/.themes/Libra-Dark-Gruvbox/gtk-3.0/assets/menuitem-checkbox-checked-insensitive.svg new file mode 100644 index 00000000..e988d909 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/gtk-3.0/assets/menuitem-checkbox-checked-insensitive.svg @@ -0,0 +1,63 @@ +<?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" + viewBox="0 0 16 16" + id="svg3346" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="menuitem-checkbox-checked.svg"> + <defs + id="defs3348" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="29.44" + inkscape:cx="3.2223922" + inkscape:cy="8.3871974" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + units="px" + inkscape:window-width="1325" + inkscape:window-height="744" + inkscape:window-x="41" + inkscape:window-y="24" + inkscape:window-maximized="1" /> + <metadata + id="metadata3351"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1036.3622)"> + <path + d="m 6.2445148,1049.3721 c -0.2071303,0 -0.4143328,-0.087 -0.5723844,-0.2617 l -3.3818882,-3.7319 c -0.3162476,-0.3489 -0.3162476,-0.9146 -1.197e-4,-1.2635 0.3162956,-0.3488 0.8290262,-0.3488 1.1449133,0 l 2.8095032,3.1002 6.73222,-7.4286 c 0.315959,-0.349 0.829074,-0.349 1.144793,0 0.316248,0.3488 0.316248,0.9144 0,1.2633 l -7.3045083,8.0605 c -0.1579796,0.1744 -0.3652542,0.2617 -0.5725289,0.2617 z" + id="path4257" + inkscape:connector-curvature="0" + style="fill:#444444;fill-opacity:1" /> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/gtk-3.0/assets/menuitem-checkbox-checked.svg b/.themes/Libra-Dark-Gruvbox/gtk-3.0/assets/menuitem-checkbox-checked.svg new file mode 100644 index 00000000..7e3dd841 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/gtk-3.0/assets/menuitem-checkbox-checked.svg @@ -0,0 +1,63 @@ +<?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" + viewBox="0 0 16 16" + id="svg3346" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="menuitem-checkbox-checked-insensitive.svg"> + <defs + id="defs3348" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="9.71" + inkscape:cx="3.2223922" + inkscape:cy="8.3871974" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + units="px" + inkscape:window-width="1325" + inkscape:window-height="744" + inkscape:window-x="41" + inkscape:window-y="24" + inkscape:window-maximized="1" /> + <metadata + id="metadata3351"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1036.3622)"> + <path + d="m 6.2445148,1049.3721 c -0.2071303,0 -0.4143328,-0.087 -0.5723844,-0.2617 l -3.3818882,-3.7319 c -0.3162476,-0.3489 -0.3162476,-0.9146 -1.197e-4,-1.2635 0.3162956,-0.3488 0.8290262,-0.3488 1.1449133,0 l 2.8095032,3.1002 6.73222,-7.4286 c 0.315959,-0.349 0.829074,-0.349 1.144793,0 0.316248,0.3488 0.316248,0.9144 0,1.2633 l -7.3045083,8.0605 c -0.1579796,0.1744 -0.3652542,0.2617 -0.5725289,0.2617 z" + id="path4257" + inkscape:connector-curvature="0" + style="fill:#cfcfcf;fill-opacity:1" /> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/gtk-3.0/assets/menuitem-checkbox-mixed-hover.svg b/.themes/Libra-Dark-Gruvbox/gtk-3.0/assets/menuitem-checkbox-mixed-hover.svg new file mode 100644 index 00000000..0b23c36c --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/gtk-3.0/assets/menuitem-checkbox-mixed-hover.svg @@ -0,0 +1,63 @@ +<?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" + viewBox="0 0 16 16" + id="svg3346" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="menuitem-checkbox-mixed-hover.svg"> + <defs + id="defs3348" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="19.42" + inkscape:cx="3.8216393" + inkscape:cy="8.3871213" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + units="px" + inkscape:window-width="1325" + inkscape:window-height="744" + inkscape:window-x="41" + inkscape:window-y="24" + inkscape:window-maximized="1" /> + <metadata + id="metadata3351"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1036.3622)"> + <path + style="fill:#444444;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.79999995;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 3.4145646,1044.4472 c 9.1852884,-0.03 9.1852884,-0.03 9.1852884,-0.03 l 0,0" + id="path5015" + inkscape:connector-curvature="0" /> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/gtk-3.0/assets/menuitem-checkbox-mixed-insensitive.svg b/.themes/Libra-Dark-Gruvbox/gtk-3.0/assets/menuitem-checkbox-mixed-insensitive.svg new file mode 100644 index 00000000..f3e16278 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/gtk-3.0/assets/menuitem-checkbox-mixed-insensitive.svg @@ -0,0 +1,63 @@ +<?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" + viewBox="0 0 16 16" + id="svg3346" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="menuitem-checkbox-mixed.svg"> + <defs + id="defs3348" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="19.42" + inkscape:cx="3.8216393" + inkscape:cy="8.3871213" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + units="px" + inkscape:window-width="1325" + inkscape:window-height="744" + inkscape:window-x="41" + inkscape:window-y="24" + inkscape:window-maximized="1" /> + <metadata + id="metadata3351"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1036.3622)"> + <path + style="fill:#444444;fill-opacity:1;fill-rule:evenodd;stroke:#444444;stroke-width:1.79999995;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 3.4145646,1044.4472 c 9.1852884,-0.03 9.1852884,-0.03 9.1852884,-0.03 l 0,0" + id="path5015" + inkscape:connector-curvature="0" /> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/gtk-3.0/assets/menuitem-checkbox-mixed.svg b/.themes/Libra-Dark-Gruvbox/gtk-3.0/assets/menuitem-checkbox-mixed.svg new file mode 100644 index 00000000..bb0c4d4c --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/gtk-3.0/assets/menuitem-checkbox-mixed.svg @@ -0,0 +1,63 @@ +<?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" + viewBox="0 0 16 16" + id="svg3346" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="menuitem-checkbox-mixed-insensitive.svg"> + <defs + id="defs3348" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="19.42" + inkscape:cx="3.8216393" + inkscape:cy="8.3871213" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + units="px" + inkscape:window-width="1325" + inkscape:window-height="744" + inkscape:window-x="41" + inkscape:window-y="24" + inkscape:window-maximized="1" /> + <metadata + id="metadata3351"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1036.3622)"> + <path + style="fill:#444444;fill-opacity:1;fill-rule:evenodd;stroke:#cfcfcf;stroke-width:1.79999995;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 3.4145646,1044.4472 c 9.1852884,-0.03 9.1852884,-0.03 9.1852884,-0.03 l 0,0" + id="path5015" + inkscape:connector-curvature="0" /> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/gtk-3.0/assets/menuitem-radio-checked-hover.svg b/.themes/Libra-Dark-Gruvbox/gtk-3.0/assets/menuitem-radio-checked-hover.svg new file mode 100644 index 00000000..ce58d153 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/gtk-3.0/assets/menuitem-radio-checked-hover.svg @@ -0,0 +1,64 @@ +<?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" + viewBox="0 0 16 16" + id="svg3346" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="menuitem-radio-checked-hover.svg"> + <defs + id="defs3348" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="18.13" + inkscape:cx="2.4024472" + inkscape:cy="8.3871974" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + units="px" + inkscape:window-width="1325" + inkscape:window-height="744" + inkscape:window-x="41" + inkscape:window-y="24" + inkscape:window-maximized="1" /> + <metadata + id="metadata3351"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1036.3622)"> + <circle + style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:1.80000007;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path7719" + cx="8.1081085" + cy="1044.199" + r="1.9305019" /> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/gtk-3.0/assets/menuitem-radio-checked-insensitive.svg b/.themes/Libra-Dark-Gruvbox/gtk-3.0/assets/menuitem-radio-checked-insensitive.svg new file mode 100644 index 00000000..fa0ca293 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/gtk-3.0/assets/menuitem-radio-checked-insensitive.svg @@ -0,0 +1,64 @@ +<?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" + viewBox="0 0 16 16" + id="svg3346" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="menuitem-radio-checked.svg"> + <defs + id="defs3348" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="18.13" + inkscape:cx="2.4024472" + inkscape:cy="8.3871974" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + units="px" + inkscape:window-width="1325" + inkscape:window-height="744" + inkscape:window-x="41" + inkscape:window-y="24" + inkscape:window-maximized="1" /> + <metadata + id="metadata3351"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1036.3622)"> + <circle + style="opacity:1;fill:#444444;fill-opacity:1;fill-rule:nonzero;stroke:#444444;stroke-width:1.80000007;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path7719" + cx="8.1081085" + cy="1044.199" + r="1.9305019" /> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/gtk-3.0/assets/menuitem-radio-checked.svg b/.themes/Libra-Dark-Gruvbox/gtk-3.0/assets/menuitem-radio-checked.svg new file mode 100644 index 00000000..f85de4c4 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/gtk-3.0/assets/menuitem-radio-checked.svg @@ -0,0 +1,64 @@ +<?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" + viewBox="0 0 16 16" + id="svg3346" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="menuitem-radio-checked-insensitive.svg"> + <defs + id="defs3348" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="18.13" + inkscape:cx="2.4024472" + inkscape:cy="8.3871974" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + units="px" + inkscape:window-width="1325" + inkscape:window-height="744" + inkscape:window-x="41" + inkscape:window-y="24" + inkscape:window-maximized="1" /> + <metadata + id="metadata3351"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1036.3622)"> + <circle + style="opacity:1;fill:#cfcfcf;fill-opacity:1;fill-rule:nonzero;stroke:#cfcfcf;stroke-width:1.80000007;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path7719" + cx="8.1081085" + cy="1044.199" + r="1.9305019" /> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/gtk-3.0/assets/pane-separator-grip-vertical.png b/.themes/Libra-Dark-Gruvbox/gtk-3.0/assets/pane-separator-grip-vertical.png new file mode 100755 index 00000000..79eb8560 Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-3.0/assets/pane-separator-grip-vertical.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-3.0/assets/pane-separator-grip.png b/.themes/Libra-Dark-Gruvbox/gtk-3.0/assets/pane-separator-grip.png new file mode 100755 index 00000000..7217f0a0 Binary files /dev/null and b/.themes/Libra-Dark-Gruvbox/gtk-3.0/assets/pane-separator-grip.png differ diff --git a/.themes/Libra-Dark-Gruvbox/gtk-3.0/assets/radio-mixed-insensitive.svg b/.themes/Libra-Dark-Gruvbox/gtk-3.0/assets/radio-mixed-insensitive.svg new file mode 100644 index 00000000..7af8a398 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/gtk-3.0/assets/radio-mixed-insensitive.svg @@ -0,0 +1,70 @@ +<?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" + viewBox="0 0 16 16" + id="svg3346" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="radio-mixed-insensitive.svg"> + <defs + id="defs3348" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="19.42" + inkscape:cx="-3.1042103" + inkscape:cy="8.3871213" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + units="px" + inkscape:window-width="1325" + inkscape:window-height="744" + inkscape:window-x="41" + inkscape:window-y="24" + inkscape:window-maximized="1" /> + <metadata + id="metadata3351"> + <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="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1036.3622)"> + <ellipse + style="opacity:1;fill:#bcbcbc;fill-opacity:1;fill-rule:nonzero;stroke:#bcbcbc;stroke-width:1.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path5595" + cx="8.0153799" + cy="1044.3596" + rx="6.4605088" + ry="6.4816532" /> + <path + style="fill:#ffffff;fill-opacity:0.70980392;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.79999995;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.70980392" + d="m 4.1345066,1044.4472 c 7.8483914,-0.03 7.8483914,-0.03 7.8483914,-0.03 l 0,0" + id="path5015" + inkscape:connector-curvature="0" /> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/gtk-3.0/assets/radio-mixed.svg b/.themes/Libra-Dark-Gruvbox/gtk-3.0/assets/radio-mixed.svg new file mode 100644 index 00000000..97ac6865 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/gtk-3.0/assets/radio-mixed.svg @@ -0,0 +1,70 @@ +<?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" + viewBox="0 0 16 16" + id="svg3346" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="radio-mixed.svg"> + <defs + id="defs3348" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="19.42" + inkscape:cx="-3.1042103" + inkscape:cy="8.3871213" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + units="px" + inkscape:window-width="1325" + inkscape:window-height="744" + inkscape:window-x="41" + inkscape:window-y="24" + inkscape:window-maximized="1" /> + <metadata + id="metadata3351"> + <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="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1036.3622)"> + <ellipse + style="opacity:1;fill:#3cb0fd;fill-opacity:1;fill-rule:nonzero;stroke:#3cb0fd;stroke-width:1.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path5595" + cx="8.0153799" + cy="1044.3596" + rx="6.4605088" + ry="6.4816532" /> + <path + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.79999995;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 4.1345736,1044.4472 c 7.9512444,-0.03 7.9512444,-0.03 7.9512444,-0.03 l 0,0" + id="path5015" + inkscape:connector-curvature="0" /> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/gtk-3.0/assets/radio-selected-insensitive.svg b/.themes/Libra-Dark-Gruvbox/gtk-3.0/assets/radio-selected-insensitive.svg new file mode 100644 index 00000000..4de08009 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/gtk-3.0/assets/radio-selected-insensitive.svg @@ -0,0 +1,72 @@ +<?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" + viewBox="0 0 16 16" + id="svg3346" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="radio-selected-insensitive.svg"> + <defs + id="defs3348" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="19.42" + inkscape:cx="-3.1042103" + inkscape:cy="8.3871213" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + units="px" + inkscape:window-width="1325" + inkscape:window-height="744" + inkscape:window-x="41" + inkscape:window-y="24" + inkscape:window-maximized="1" /> + <metadata + id="metadata3351"> + <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="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1036.3622)"> + <ellipse + style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#bcbcbc;stroke-width:1.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path5595" + cx="8.0153799" + cy="1044.3596" + rx="6.4605088" + ry="6.4816532" /> + <ellipse + style="opacity:1;fill:#bcbcbc;fill-opacity:1;fill-rule:nonzero;stroke:#bcbcbc;stroke-width:1.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path5637" + cx="7.9833722" + cy="1044.3632" + rx="3.2013166" + ry="3.3439476" /> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/gtk-3.0/assets/radio-selected.svg b/.themes/Libra-Dark-Gruvbox/gtk-3.0/assets/radio-selected.svg new file mode 100644 index 00000000..e2a162cb --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/gtk-3.0/assets/radio-selected.svg @@ -0,0 +1,72 @@ +<?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" + viewBox="0 0 16 16" + id="svg3346" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="radio-selected.svg"> + <defs + id="defs3348" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="19.42" + inkscape:cx="-3.1042103" + inkscape:cy="8.3871213" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + units="px" + inkscape:window-width="1325" + inkscape:window-height="744" + inkscape:window-x="41" + inkscape:window-y="24" + inkscape:window-maximized="1" /> + <metadata + id="metadata3351"> + <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="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1036.3622)"> + <ellipse + style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#3cb0fd;stroke-width:1.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path5595" + cx="8.0153799" + cy="1044.3596" + rx="6.4605088" + ry="6.4816532" /> + <ellipse + style="opacity:1;fill:#3cb0fd;fill-opacity:1;fill-rule:nonzero;stroke:#3cb0fd;stroke-width:1.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path5637" + cx="8.009119" + cy="1044.2859" + rx="3.2785563" + ry="3.4211874" /> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/gtk-3.0/assets/radio-unselected-insensitive.svg b/.themes/Libra-Dark-Gruvbox/gtk-3.0/assets/radio-unselected-insensitive.svg new file mode 100644 index 00000000..c3439cc8 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/gtk-3.0/assets/radio-unselected-insensitive.svg @@ -0,0 +1,65 @@ +<?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" + viewBox="0 0 16 16" + id="svg3346" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="radio-unselected-insensitive.svg"> + <defs + id="defs3348" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="31.55" + inkscape:cx="3.821674" + inkscape:cy="8.3871974" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + units="px" + inkscape:window-width="1325" + inkscape:window-height="744" + inkscape:window-x="41" + inkscape:window-y="24" + inkscape:window-maximized="1" /> + <metadata + id="metadata3351"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1036.3622)"> + <ellipse + style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#bcbcbc;stroke-width:1.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path5595" + cx="8.0153799" + cy="1044.3596" + rx="6.4605088" + ry="6.4816532" /> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/gtk-3.0/assets/radio-unselected.svg b/.themes/Libra-Dark-Gruvbox/gtk-3.0/assets/radio-unselected.svg new file mode 100644 index 00000000..0056b04b --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/gtk-3.0/assets/radio-unselected.svg @@ -0,0 +1,65 @@ +<?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" + viewBox="0 0 16 16" + id="svg3346" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="radio-unselected.svg"> + <defs + id="defs3348" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="31.55" + inkscape:cx="3.821674" + inkscape:cy="8.3871974" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + units="px" + inkscape:window-width="1325" + inkscape:window-height="744" + inkscape:window-x="41" + inkscape:window-y="24" + inkscape:window-maximized="1" /> + <metadata + id="metadata3351"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1036.3622)"> + <ellipse + style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#3cb0fd;stroke-width:1.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path5595" + cx="8.0153799" + cy="1044.3596" + rx="6.4605088" + ry="6.4816532" /> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/gtk-3.0/assets/scale-slider-marks-above-horizontal-insensitive.svg b/.themes/Libra-Dark-Gruvbox/gtk-3.0/assets/scale-slider-marks-above-horizontal-insensitive.svg new file mode 100755 index 00000000..702e3712 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/gtk-3.0/assets/scale-slider-marks-above-horizontal-insensitive.svg @@ -0,0 +1,234 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="16" + height="20" + id="svg5435" + version="1.1" + inkscape:version="0.48.1 r9760" + sodipodi:docname="scale-slider-marks-above-horizontal.svg"> + <defs + id="defs5437"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4714" + id="linearGradient6699" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(924,32)" + x1="58.159458" + y1="238.5242" + x2="58.159458" + y2="232.577" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4714"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop4716" /> + <stop + style="stop-color:#ffffff;stop-opacity:1" + offset="1" + id="stop4718" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4722-3" + id="linearGradient6701" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(924,33)" + x1="55.625" + y1="225.28017" + x2="55.625" + y2="239.23399" /> + <linearGradient + id="linearGradient4722-3"> + <stop + style="stop-color:#babdb6;stop-opacity:1;" + offset="0" + id="stop4724-6" /> + <stop + style="stop-color:#7b8073;stop-opacity:1" + offset="1" + id="stop4726-6" /> + </linearGradient> + <linearGradient + y2="232.577" + x2="58.159458" + y1="238.5242" + x1="58.159458" + gradientTransform="matrix(1.0714286,0,0,0.94925851,-52.535717,-199.03897)" + gradientUnits="userSpaceOnUse" + id="linearGradient5431" + xlink:href="#linearGradient4714" + inkscape:collect="always" /> + <linearGradient + y2="239.23399" + x2="55.625" + y1="225.28017" + x1="55.625" + gradientTransform="matrix(1.0714286,0,0,0.94925851,-52.535717,-198.08972)" + gradientUnits="userSpaceOnUse" + id="linearGradient5433" + xlink:href="#linearGradient4722-3" + inkscape:collect="always" /> + <linearGradient + y2="234.58507" + x2="58.908607" + y1="230.58507" + x1="58.908607" + gradientTransform="matrix(-1.0762333,0,0,-1.1166211,68.706284,279.42789)" + gradientUnits="userSpaceOnUse" + id="linearGradient5845" + xlink:href="#linearGradient4714-3" + inkscape:collect="always" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4714-3"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop4716-9" /> + <stop + style="stop-color:#ffffff;stop-opacity:1" + offset="1" + id="stop4718-6" /> + </linearGradient> + <linearGradient + y2="226.58507" + x2="56.908607" + y1="239.58507" + x1="56.908607" + gradientTransform="matrix(-1.0762333,0,0,-1.1166211,68.706284,278.31127)" + gradientUnits="userSpaceOnUse" + id="linearGradient5847" + xlink:href="#linearGradient4722" + inkscape:collect="always" /> + <linearGradient + id="linearGradient4722"> + <stop + style="stop-color:#babdb6;stop-opacity:1;" + offset="0" + id="stop4724" /> + <stop + style="stop-color:#7b8073;stop-opacity:1" + offset="1" + id="stop4726" /> + </linearGradient> + <linearGradient + y2="234.58507" + x2="58.908607" + y1="230.58507" + x1="58.908607" + gradientTransform="matrix(-1.0762333,0,0,1.1166211,68.706283,-235.42788)" + gradientUnits="userSpaceOnUse" + id="linearGradient5895" + xlink:href="#linearGradient4714-3" + inkscape:collect="always" /> + <linearGradient + y2="226.58507" + x2="56.908607" + y1="239.58507" + x1="56.908607" + gradientTransform="matrix(-1.0762333,0,0,1.1166211,68.706283,-234.31126)" + gradientUnits="userSpaceOnUse" + id="linearGradient5897" + xlink:href="#linearGradient4722" + inkscape:collect="always" /> + <linearGradient + y2="234.58507" + x2="58.908607" + y1="230.58507" + x1="58.908607" + gradientTransform="matrix(-1.0762333,0,0,-1.1166211,68.706284,279.42789)" + gradientUnits="userSpaceOnUse" + id="linearGradient5845-6" + xlink:href="#linearGradient4714-3-9" + inkscape:collect="always" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4714-3-9"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop4716-9-7" /> + <stop + style="stop-color:#ffffff;stop-opacity:1" + offset="1" + id="stop4718-6-5" /> + </linearGradient> + <linearGradient + y2="226.58507" + x2="56.908607" + y1="239.58507" + x1="56.908607" + gradientTransform="matrix(-1.0762333,0,0,-1.1166211,68.706284,278.31127)" + gradientUnits="userSpaceOnUse" + id="linearGradient5847-8" + xlink:href="#linearGradient4722-2" + inkscape:collect="always" /> + <linearGradient + id="linearGradient4722-2"> + <stop + style="stop-color:#babdb6;stop-opacity:1;" + offset="0" + id="stop4724-8" /> + <stop + style="stop-color:#7b8073;stop-opacity:1" + offset="1" + id="stop4726-8" /> + </linearGradient> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="11.197802" + inkscape:cx="-0.16388645" + inkscape:cy="16" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:window-width="1280" + inkscape:window-height="743" + inkscape:window-x="0" + inkscape:window-y="26" + inkscape:window-maximized="1" /> + <metadata + id="metadata5440"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + inkscape:label="Layer 1" + inkscape:groupmode="layer" + transform="translate(0,-12)"> + <path + inkscape:connector-curvature="0" + style="fill:#f4f4f2;fill-opacity:1;stroke:#bcbfb7;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new" + d="m 7.3946185,12.500022 1.042601,0.01742 7.0627815,8.932969 0,7.816348 C 15.500001,30.503974 14.54,31.5 13.347534,31.5 l -10.6950674,0 C 1.4600001,31.5 0.5,30.503974 0.5,29.266758 l 0,-7.816348 6.8946185,-8.950411 z" + id="path5960" + sodipodi:nodetypes="cccccccccc" /> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/gtk-3.0/assets/scale-slider-marks-above-horizontal.svg b/.themes/Libra-Dark-Gruvbox/gtk-3.0/assets/scale-slider-marks-above-horizontal.svg new file mode 100755 index 00000000..8f77c50b --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/gtk-3.0/assets/scale-slider-marks-above-horizontal.svg @@ -0,0 +1,431 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="16" + height="20" + id="svg5435" + version="1.1" + inkscape:version="0.48.3.1 r9886" + sodipodi:docname="scale-slider-marks-above-horizontal.svg"> + <defs + id="defs5437"> + <linearGradient + id="linearGradient3812" + y2="234.59" + gradientUnits="userSpaceOnUse" + y1="230.59" + gradientTransform="matrix(-1.0762,0,0,-1.1166,68.706,279.43)" + x2="58.909" + x1="58.909"> + <stop + id="stop3814" + style="stop-color:#2d62a7;stop-opacity:1;" + offset="0" /> + <stop + offset="0.54999995" + style="stop-color:#6c9bd8;stop-opacity:1;" + id="stop3816" /> + <stop + id="stop3818" + style="stop-color:#91b4e1;stop-opacity:1;" + offset="1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4714" + id="linearGradient6699" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(924,32)" + x1="58.159458" + y1="238.5242" + x2="58.159458" + y2="232.577" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4714"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop4716" /> + <stop + style="stop-color:#ffffff;stop-opacity:1" + offset="1" + id="stop4718" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4722-3" + id="linearGradient6701" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(924,33)" + x1="55.625" + y1="225.28017" + x2="55.625" + y2="239.23399" /> + <linearGradient + id="linearGradient4722-3"> + <stop + style="stop-color:#babdb6;stop-opacity:1;" + offset="0" + id="stop4724-6" /> + <stop + style="stop-color:#7b8073;stop-opacity:1" + offset="1" + id="stop4726-6" /> + </linearGradient> + <linearGradient + y2="232.577" + x2="58.159458" + y1="238.5242" + x1="58.159458" + gradientTransform="matrix(1.0714286,0,0,0.94925851,-52.535717,-199.03897)" + gradientUnits="userSpaceOnUse" + id="linearGradient5431" + xlink:href="#linearGradient4714" + inkscape:collect="always" /> + <linearGradient + y2="239.23399" + x2="55.625" + y1="225.28017" + x1="55.625" + gradientTransform="matrix(1.0714286,0,0,0.94925851,-52.535717,-198.08972)" + gradientUnits="userSpaceOnUse" + id="linearGradient5433" + xlink:href="#linearGradient4722-3" + inkscape:collect="always" /> + <linearGradient + y2="234.58507" + x2="58.908607" + y1="230.58507" + x1="58.908607" + gradientTransform="matrix(-1.0762333,0,0,-1.1166211,68.706284,279.42789)" + gradientUnits="userSpaceOnUse" + id="linearGradient5845" + xlink:href="#linearGradient4714-3" + inkscape:collect="always" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4714-3"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop4716-9" /> + <stop + style="stop-color:#ffffff;stop-opacity:1" + offset="1" + id="stop4718-6" /> + </linearGradient> + <linearGradient + y2="226.58507" + x2="56.908607" + y1="239.58507" + x1="56.908607" + gradientTransform="matrix(-1.0762333,0,0,-1.1166211,68.706284,278.31127)" + gradientUnits="userSpaceOnUse" + id="linearGradient5847" + xlink:href="#linearGradient4722" + inkscape:collect="always" /> + <linearGradient + id="linearGradient4722"> + <stop + style="stop-color:#babdb6;stop-opacity:1;" + offset="0" + id="stop4724" /> + <stop + style="stop-color:#7b8073;stop-opacity:1" + offset="1" + id="stop4726" /> + </linearGradient> + <linearGradient + y2="234.58507" + x2="58.908607" + y1="230.58507" + x1="58.908607" + gradientTransform="matrix(-1.0762333,0,0,1.1166211,68.706283,-235.42788)" + gradientUnits="userSpaceOnUse" + id="linearGradient5895" + xlink:href="#linearGradient4714-3" + inkscape:collect="always" /> + <linearGradient + y2="226.58507" + x2="56.908607" + y1="239.58507" + x1="56.908607" + gradientTransform="matrix(-1.0762333,0,0,1.1166211,68.706283,-234.31126)" + gradientUnits="userSpaceOnUse" + id="linearGradient5897" + xlink:href="#linearGradient4722" + inkscape:collect="always" /> + <linearGradient + y2="234.58507" + x2="58.908607" + y1="230.58507" + x1="58.908607" + gradientTransform="matrix(-1.0762333,0,0,-1.1166211,68.706284,279.42789)" + gradientUnits="userSpaceOnUse" + id="linearGradient5845-6" + xlink:href="#linearGradient4714-3-9" + inkscape:collect="always" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4714-3-9"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop4716-9-7" /> + <stop + style="stop-color:#ffffff;stop-opacity:1" + offset="1" + id="stop4718-6-5" /> + </linearGradient> + <linearGradient + y2="226.58507" + x2="56.908607" + y1="239.58507" + x1="56.908607" + gradientTransform="matrix(-1.0762333,0,0,-1.1166211,68.706284,278.31127)" + gradientUnits="userSpaceOnUse" + id="linearGradient5847-8" + xlink:href="#linearGradient4722-2" + inkscape:collect="always" /> + <linearGradient + id="linearGradient4722-2"> + <stop + style="stop-color:#babdb6;stop-opacity:1;" + offset="0" + id="stop4724-8" /> + <stop + style="stop-color:#7b8073;stop-opacity:1" + offset="1" + id="stop4726-8" /> + </linearGradient> + <linearGradient + y2="234.58507" + x2="58.908607" + y1="230.58507" + x1="58.908607" + gradientTransform="matrix(-1.0762333,0,0,-1.1166211,68.706284,279.42789)" + gradientUnits="userSpaceOnUse" + id="linearGradient6797" + xlink:href="#linearGradient4714-3-9" + inkscape:collect="always" /> + <linearGradient + y2="226.58507" + x2="56.908607" + y1="239.58507" + x1="56.908607" + gradientTransform="matrix(-1.0762333,0,0,-1.1166211,68.706284,278.31127)" + gradientUnits="userSpaceOnUse" + id="linearGradient6799" + xlink:href="#linearGradient4722-2" + inkscape:collect="always" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3769" + id="linearGradient2993" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-1.0762,0,0,-1.1166,68.706,267.43)" + x1="59.195316" + y1="221.59233" + x2="59.195316" + y2="239.50385" /> + <linearGradient + x1="58.909" + x2="58.909" + gradientTransform="matrix(-1.0762,0,0,-1.1166,68.706,279.43)" + y1="230.59" + gradientUnits="userSpaceOnUse" + y2="234.59" + id="linearGradient3769"> + <stop + offset="0" + style="stop-color:#2d62a7;stop-opacity:1;" + id="stop3771" /> + <stop + id="stop3775" + style="stop-color:#6c9bd8;stop-opacity:1;" + offset="0.60000026" /> + <stop + offset="1" + style="stop-color:#91b4e1;stop-opacity:1;" + id="stop3777" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5847-85" + id="linearGradient2995" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-1.0762,0,0,-1.1166,68.706,266.31)" + x1="56.909" + y1="239.59" + x2="56.909" + y2="226.59" /> + <linearGradient + id="linearGradient5847-85" + y2="226.59" + gradientUnits="userSpaceOnUse" + y1="239.59" + gradientTransform="matrix(-1.0762,0,0,-1.1166,68.706,278.31)" + x2="56.909" + x1="56.909"> + <stop + id="stop4724-85" + style="stop-color:#79a3db;stop-opacity:1;" + offset="0" /> + <stop + id="stop4726-87" + style="stop-color:#2a5b9c;stop-opacity:1;" + offset="1" /> + </linearGradient> + <linearGradient + y2="221.59297" + x2="59.194851" + y1="239.5045" + x1="59.194851" + gradientTransform="matrix(-1.0762,0,0,1.1166,68.7055,-235.43072)" + gradientUnits="userSpaceOnUse" + id="linearGradient3786" + xlink:href="#linearGradient3812" + inkscape:collect="always" + spreadMethod="pad" /> + <linearGradient + y2="238.50145" + x2="56.407265" + y1="225.06781" + x1="56.407265" + gradientTransform="matrix(-1.0762,0,0,1.1166,68.7055,-234.31072)" + gradientUnits="userSpaceOnUse" + id="linearGradient3788" + xlink:href="#linearGradient5847-85" + inkscape:collect="always" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3769-8" + id="linearGradient2993-0" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-1.0762,0,0,-1.1166,68.706,267.43)" + x1="59.195316" + y1="221.59233" + x2="59.195316" + y2="239.50385" /> + <linearGradient + x1="58.909" + x2="58.909" + gradientTransform="matrix(-1.0762,0,0,-1.1166,68.706,279.43)" + y1="230.59" + gradientUnits="userSpaceOnUse" + y2="234.59" + id="linearGradient3769-8"> + <stop + offset="0" + style="stop-color:#2a6ac2;stop-opacity:1;" + id="stop3771-5" /> + <stop + offset="1" + style="stop-color:#4e8ada;stop-opacity:1;" + id="stop3777-0" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5847-4" + id="linearGradient2995-0" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-1.0762,0,0,-1.1166,68.706,266.31)" + x1="56.909" + y1="239.59" + x2="56.909" + y2="226.59" /> + <linearGradient + id="linearGradient5847-4" + y2="226.59" + gradientUnits="userSpaceOnUse" + y1="239.59" + gradientTransform="matrix(-1.0762,0,0,-1.1166,68.706,278.31)" + x2="56.909" + x1="56.909"> + <stop + id="stop4724-2" + style="stop-color:#2e74d2;stop-opacity:1;" + offset="0" /> + <stop + id="stop4726-86" + style="stop-color:#2661b2;stop-opacity:1;" + offset="1" /> + </linearGradient> + <linearGradient + y2="239.50385" + x2="59.195316" + y1="221.59233" + x1="59.195316" + gradientTransform="matrix(-1.0762,0,0,1.1166,68.7055,-235.43072)" + gradientUnits="userSpaceOnUse" + id="linearGradient3784" + xlink:href="#linearGradient3769-8" + inkscape:collect="always" /> + <linearGradient + y2="226.59" + x2="56.909" + y1="239.59" + x1="56.909" + gradientTransform="matrix(-1.0762,0,0,1.1166,68.7055,-234.31072)" + gradientUnits="userSpaceOnUse" + id="linearGradient3786-4" + xlink:href="#linearGradient5847-4" + inkscape:collect="always" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="31.672167" + inkscape:cx="10.690152" + inkscape:cy="10.10907" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:window-width="1064" + inkscape:window-height="897" + inkscape:window-x="351" + inkscape:window-y="71" + inkscape:window-maximized="0"> + <inkscape:grid + type="xygrid" + id="grid3042" /> + </sodipodi:namedview> + <metadata + id="metadata5440"> + <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(0,-12)"> + <path + inkscape:connector-curvature="0" + d="m 7.3941,12.49928 1.0426,0.01742 7.0628,8.933 v 7.8163 c 0,1.238 -0.96,2.234 -2.152,2.234 H 2.6525 C 1.46,31.5 0.5,30.50397 0.5,29.2668 v -7.8163 l 6.8946,-8.9504 z" + style="fill:url(#linearGradient3784);stroke:url(#linearGradient3786-4);stroke-linecap:round;stroke-linejoin:round;enable-background:new" + id="path5960" /> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/gtk-3.0/assets/scale-slider-marks-above-vertical-insensitive.svg b/.themes/Libra-Dark-Gruvbox/gtk-3.0/assets/scale-slider-marks-above-vertical-insensitive.svg new file mode 100755 index 00000000..a4b23232 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/gtk-3.0/assets/scale-slider-marks-above-vertical-insensitive.svg @@ -0,0 +1,234 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="20" + height="16" + id="svg5435" + version="1.1" + inkscape:version="0.48.1 r9760" + sodipodi:docname="scale-slider-marks-above-vertical.svg"> + <defs + id="defs5437"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4714" + id="linearGradient6699" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(924,32)" + x1="58.159458" + y1="238.5242" + x2="58.159458" + y2="232.577" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4714"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop4716" /> + <stop + style="stop-color:#ffffff;stop-opacity:1" + offset="1" + id="stop4718" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4722-3" + id="linearGradient6701" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(924,33)" + x1="55.625" + y1="225.28017" + x2="55.625" + y2="239.23399" /> + <linearGradient + id="linearGradient4722-3"> + <stop + style="stop-color:#babdb6;stop-opacity:1;" + offset="0" + id="stop4724-6" /> + <stop + style="stop-color:#7b8073;stop-opacity:1" + offset="1" + id="stop4726-6" /> + </linearGradient> + <linearGradient + y2="232.577" + x2="58.159458" + y1="238.5242" + x1="58.159458" + gradientTransform="matrix(1.0714286,0,0,0.94925851,-52.535717,-199.03897)" + gradientUnits="userSpaceOnUse" + id="linearGradient5431" + xlink:href="#linearGradient4714" + inkscape:collect="always" /> + <linearGradient + y2="239.23399" + x2="55.625" + y1="225.28017" + x1="55.625" + gradientTransform="matrix(1.0714286,0,0,0.94925851,-52.535717,-198.08972)" + gradientUnits="userSpaceOnUse" + id="linearGradient5433" + xlink:href="#linearGradient4722-3" + inkscape:collect="always" /> + <linearGradient + y2="234.58507" + x2="58.908607" + y1="230.58507" + x1="58.908607" + gradientTransform="matrix(-1.0762333,0,0,-1.1166211,68.706284,279.42789)" + gradientUnits="userSpaceOnUse" + id="linearGradient5845" + xlink:href="#linearGradient4714-3" + inkscape:collect="always" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4714-3"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop4716-9" /> + <stop + style="stop-color:#ffffff;stop-opacity:1" + offset="1" + id="stop4718-6" /> + </linearGradient> + <linearGradient + y2="226.58507" + x2="56.908607" + y1="239.58507" + x1="56.908607" + gradientTransform="matrix(-1.0762333,0,0,-1.1166211,68.706284,278.31127)" + gradientUnits="userSpaceOnUse" + id="linearGradient5847" + xlink:href="#linearGradient4722" + inkscape:collect="always" /> + <linearGradient + id="linearGradient4722"> + <stop + style="stop-color:#babdb6;stop-opacity:1;" + offset="0" + id="stop4724" /> + <stop + style="stop-color:#7b8073;stop-opacity:1" + offset="1" + id="stop4726" /> + </linearGradient> + <linearGradient + y2="234.58507" + x2="58.908607" + y1="230.58507" + x1="58.908607" + gradientTransform="matrix(-1.0762333,0,0,1.1166211,68.706283,-235.42788)" + gradientUnits="userSpaceOnUse" + id="linearGradient5895" + xlink:href="#linearGradient4714-3" + inkscape:collect="always" /> + <linearGradient + y2="226.58507" + x2="56.908607" + y1="239.58507" + x1="56.908607" + gradientTransform="matrix(-1.0762333,0,0,1.1166211,68.706283,-234.31126)" + gradientUnits="userSpaceOnUse" + id="linearGradient5897" + xlink:href="#linearGradient4722" + inkscape:collect="always" /> + <linearGradient + y2="234.58507" + x2="58.908607" + y1="230.58507" + x1="58.908607" + gradientTransform="matrix(-1.0762333,0,0,-1.1166211,68.706284,279.42789)" + gradientUnits="userSpaceOnUse" + id="linearGradient5845-6" + xlink:href="#linearGradient4714-3-9" + inkscape:collect="always" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4714-3-9"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop4716-9-7" /> + <stop + style="stop-color:#ffffff;stop-opacity:1" + offset="1" + id="stop4718-6-5" /> + </linearGradient> + <linearGradient + y2="226.58507" + x2="56.908607" + y1="239.58507" + x1="56.908607" + gradientTransform="matrix(-1.0762333,0,0,-1.1166211,68.706284,278.31127)" + gradientUnits="userSpaceOnUse" + id="linearGradient5847-8" + xlink:href="#linearGradient4722-2" + inkscape:collect="always" /> + <linearGradient + id="linearGradient4722-2"> + <stop + style="stop-color:#babdb6;stop-opacity:1;" + offset="0" + id="stop4724-8" /> + <stop + style="stop-color:#7b8073;stop-opacity:1" + offset="1" + id="stop4726-8" /> + </linearGradient> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="11.197802" + inkscape:cx="-0.16388645" + inkscape:cy="16" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:window-width="1280" + inkscape:window-height="743" + inkscape:window-x="0" + inkscape:window-y="26" + inkscape:window-maximized="1" /> + <metadata + id="metadata5440"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + inkscape:label="Layer 1" + inkscape:groupmode="layer" + transform="translate(0,-16)"> + <path + inkscape:connector-curvature="0" + style="fill:#f4f4f2;fill-opacity:1;stroke:#bcbfb7;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new" + d="m 0.500023,24.605381 0.01742,-1.042601 8.932969,-7.062781 7.816348,0 c 1.237215,0 2.233241,0.960001 2.233241,2.152467 l 0,10.695067 C 19.500001,30.54 18.503975,31.5 17.266759,31.5 L 9.450411,31.5 0.5,24.605381 z" + id="path5960" + sodipodi:nodetypes="cccccccccc" /> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/gtk-3.0/assets/scale-slider-marks-above-vertical.svg b/.themes/Libra-Dark-Gruvbox/gtk-3.0/assets/scale-slider-marks-above-vertical.svg new file mode 100755 index 00000000..1b913ea7 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/gtk-3.0/assets/scale-slider-marks-above-vertical.svg @@ -0,0 +1,254 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="20" + height="16" + id="svg5435" + version="1.1" + inkscape:version="0.48.1 r9760" + sodipodi:docname="scale-slider-marks-above-horizontal.svg"> + <defs + id="defs5437"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4714" + id="linearGradient6699" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(924,32)" + x1="58.159458" + y1="238.5242" + x2="58.159458" + y2="232.577" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4714"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop4716" /> + <stop + style="stop-color:#ffffff;stop-opacity:1" + offset="1" + id="stop4718" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4722-3" + id="linearGradient6701" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(924,33)" + x1="55.625" + y1="225.28017" + x2="55.625" + y2="239.23399" /> + <linearGradient + id="linearGradient4722-3"> + <stop + style="stop-color:#babdb6;stop-opacity:1;" + offset="0" + id="stop4724-6" /> + <stop + style="stop-color:#7b8073;stop-opacity:1" + offset="1" + id="stop4726-6" /> + </linearGradient> + <linearGradient + y2="232.577" + x2="58.159458" + y1="238.5242" + x1="58.159458" + gradientTransform="matrix(1.0714286,0,0,0.94925851,-52.535717,-199.03897)" + gradientUnits="userSpaceOnUse" + id="linearGradient5431" + xlink:href="#linearGradient4714" + inkscape:collect="always" /> + <linearGradient + y2="239.23399" + x2="55.625" + y1="225.28017" + x1="55.625" + gradientTransform="matrix(1.0714286,0,0,0.94925851,-52.535717,-198.08972)" + gradientUnits="userSpaceOnUse" + id="linearGradient5433" + xlink:href="#linearGradient4722-3" + inkscape:collect="always" /> + <linearGradient + y2="234.58507" + x2="58.908607" + y1="230.58507" + x1="58.908607" + gradientTransform="matrix(-1.0762333,0,0,-1.1166211,68.706284,279.42789)" + gradientUnits="userSpaceOnUse" + id="linearGradient5845" + xlink:href="#linearGradient4714-3" + inkscape:collect="always" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4714-3"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop4716-9" /> + <stop + style="stop-color:#ffffff;stop-opacity:1" + offset="1" + id="stop4718-6" /> + </linearGradient> + <linearGradient + y2="226.58507" + x2="56.908607" + y1="239.58507" + x1="56.908607" + gradientTransform="matrix(-1.0762333,0,0,-1.1166211,68.706284,278.31127)" + gradientUnits="userSpaceOnUse" + id="linearGradient5847" + xlink:href="#linearGradient4722" + inkscape:collect="always" /> + <linearGradient + id="linearGradient4722"> + <stop + style="stop-color:#babdb6;stop-opacity:1;" + offset="0" + id="stop4724" /> + <stop + style="stop-color:#7b8073;stop-opacity:1" + offset="1" + id="stop4726" /> + </linearGradient> + <linearGradient + y2="234.58507" + x2="58.908607" + y1="230.58507" + x1="58.908607" + gradientTransform="matrix(-1.0762333,0,0,1.1166211,68.706283,-235.42788)" + gradientUnits="userSpaceOnUse" + id="linearGradient5895" + xlink:href="#linearGradient4714-3" + inkscape:collect="always" /> + <linearGradient + y2="226.58507" + x2="56.908607" + y1="239.58507" + x1="56.908607" + gradientTransform="matrix(-1.0762333,0,0,1.1166211,68.706283,-234.31126)" + gradientUnits="userSpaceOnUse" + id="linearGradient5897" + xlink:href="#linearGradient4722" + inkscape:collect="always" /> + <linearGradient + y2="234.58507" + x2="58.908607" + y1="230.58507" + x1="58.908607" + gradientTransform="matrix(-1.0762333,0,0,-1.1166211,68.706284,279.42789)" + gradientUnits="userSpaceOnUse" + id="linearGradient5845-6" + xlink:href="#linearGradient4714-3-9" + inkscape:collect="always" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4714-3-9"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop4716-9-7" /> + <stop + style="stop-color:#ffffff;stop-opacity:1" + offset="1" + id="stop4718-6-5" /> + </linearGradient> + <linearGradient + y2="226.58507" + x2="56.908607" + y1="239.58507" + x1="56.908607" + gradientTransform="matrix(-1.0762333,0,0,-1.1166211,68.706284,278.31127)" + gradientUnits="userSpaceOnUse" + id="linearGradient5847-8" + xlink:href="#linearGradient4722-2" + inkscape:collect="always" /> + <linearGradient + id="linearGradient4722-2"> + <stop + style="stop-color:#babdb6;stop-opacity:1;" + offset="0" + id="stop4724-8" /> + <stop + style="stop-color:#7b8073;stop-opacity:1" + offset="1" + id="stop4726-8" /> + </linearGradient> + <linearGradient + y2="234.58507" + x2="58.908607" + y1="230.58507" + x1="58.908607" + gradientTransform="matrix(-1.0762333,0,0,-1.1166211,68.706284,283.42789)" + gradientUnits="userSpaceOnUse" + id="linearGradient6797" + xlink:href="#linearGradient4714-3-9" + inkscape:collect="always" /> + <linearGradient + y2="226.58507" + x2="56.908607" + y1="239.58507" + x1="56.908607" + gradientTransform="matrix(-1.0762333,0,0,-1.1166211,68.706284,282.31127)" + gradientUnits="userSpaceOnUse" + id="linearGradient6799" + xlink:href="#linearGradient4722-2" + inkscape:collect="always" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="11.197802" + inkscape:cx="16" + inkscape:cy="16" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:window-width="1280" + inkscape:window-height="743" + inkscape:window-x="0" + inkscape:window-y="26" + inkscape:window-maximized="1" /> + <metadata + id="metadata5440"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + inkscape:label="Layer 1" + inkscape:groupmode="layer" + transform="translate(0,-16)"> + <path + inkscape:connector-curvature="0" + style="fill:url(#linearGradient6797);fill-opacity:1;stroke:url(#linearGradient6799);stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new" + d="m 0.500023,24.605381 0.01742,-1.042601 8.932969,-7.062781 7.816348,0 c 1.237215,0 2.233241,0.960001 2.233241,2.152467 l 0,10.695067 C 19.500001,30.54 18.503975,31.5 17.266759,31.5 L 9.450411,31.5 0.5,24.605381 z" + id="path5960" + sodipodi:nodetypes="cccccccccc" /> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/gtk-3.0/assets/scale-slider-marks-below-horizontal-insensitive.svg b/.themes/Libra-Dark-Gruvbox/gtk-3.0/assets/scale-slider-marks-below-horizontal-insensitive.svg new file mode 100755 index 00000000..46e6866e --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/gtk-3.0/assets/scale-slider-marks-below-horizontal-insensitive.svg @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg5435" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="20" width="16" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata5440"> + <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" transform="translate(0,-12)"> + <path id="path5960" style="stroke-linejoin:round;stroke:#bcbfb7;stroke-linecap:round;enable-background:new;fill:#f4f4f2" d="m7.3946 31.5 1.0426-0.01742 7.0628-8.933v-7.8163c0-1.238-0.96-2.234-2.152-2.234h-10.695c-1.1925 0-2.1525 0.99603-2.1525 2.2332v7.8163l6.8946 8.9504z"/> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/gtk-3.0/assets/scale-slider-marks-below-horizontal.svg b/.themes/Libra-Dark-Gruvbox/gtk-3.0/assets/scale-slider-marks-below-horizontal.svg new file mode 100755 index 00000000..6b131415 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/gtk-3.0/assets/scale-slider-marks-below-horizontal.svg @@ -0,0 +1,142 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + id="svg5435" + height="20" + width="16" + version="1.1" + inkscape:version="0.48.3.1 r9886" + sodipodi:docname="scale-slider-marks-below-horizontal.svg"> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1110" + inkscape:window-height="957" + id="namedview13" + showgrid="true" + inkscape:zoom="23.6" + inkscape:cx="6.2161017" + inkscape:cy="10.669109" + inkscape:window-x="634" + inkscape:window-y="41" + inkscape:window-maximized="0" + inkscape:current-layer="svg5435"> + <inkscape:grid + type="xygrid" + id="grid2990" /> + </sodipodi:namedview> + <defs + id="defs5437"> + <linearGradient + x1="58.909" + x2="58.909" + gradientTransform="matrix(-1.0762,0,0,-1.1166,68.706,279.43)" + y1="230.59" + gradientUnits="userSpaceOnUse" + y2="234.59" + id="linearGradient3769"> + <stop + offset="0" + style="stop-color:#2a6ac2;stop-opacity:1;" + id="stop3771" /> + <stop + offset="1" + style="stop-color:#4e8ada;stop-opacity:1;" + id="stop3777" /> + </linearGradient> + <linearGradient + id="linearGradient5845" + y2="234.59" + gradientUnits="userSpaceOnUse" + y1="230.59" + gradientTransform="matrix(-1.0762,0,0,-1.1166,68.706,279.43)" + x2="58.909" + x1="58.909"> + <stop + id="stop4716-9" + style="stop-color:#e7e7e7;stop-opacity:1;" + offset="0" /> + <stop + offset="0.25" + style="stop-color:#f1f1f1;stop-opacity:1;" + id="stop3767" /> + <stop + offset="0.5" + style="stop-color:#fbfbfb;stop-opacity:1;" + id="stop3765" /> + <stop + id="stop4718-6" + style="stop-color:#fff" + offset="1" /> + </linearGradient> + <linearGradient + id="linearGradient5847" + y2="226.59" + gradientUnits="userSpaceOnUse" + y1="239.59" + gradientTransform="matrix(-1.0762,0,0,-1.1166,68.706,278.31)" + x2="56.909" + x1="56.909"> + <stop + id="stop4724" + style="stop-color:#2e74d2;stop-opacity:1;" + offset="0" /> + <stop + id="stop4726" + style="stop-color:#2661b2;stop-opacity:1;" + offset="1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3769" + id="linearGradient2993" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-1.0762,0,0,-1.1166,68.706,267.43)" + x1="59.195316" + y1="221.59233" + x2="59.195316" + y2="239.50385" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5847" + id="linearGradient2995" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-1.0762,0,0,-1.1166,68.706,266.31)" + x1="56.909" + y1="239.59" + x2="56.909" + y2="226.59" /> + </defs> + <metadata + id="metadata5440"> + <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> + <path + inkscape:connector-curvature="0" + d="m 7.3946,19.5 1.0426,-0.01742 7.0628,-8.933 v -7.8163 c 0,-1.238 -0.96,-2.234 -2.152,-2.234 H 2.653 c -1.1925,0 -2.1525,0.99603 -2.1525,2.2332 v 7.8163 l 6.8946,8.9504 z" + style="fill:url(#linearGradient2993);stroke:url(#linearGradient2995);stroke-linecap:round;stroke-linejoin:round;enable-background:new" + id="path5960" /> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/gtk-3.0/assets/scale-slider-marks-below-vertical-insensitive.svg b/.themes/Libra-Dark-Gruvbox/gtk-3.0/assets/scale-slider-marks-below-vertical-insensitive.svg new file mode 100755 index 00000000..8fd2d3e2 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/gtk-3.0/assets/scale-slider-marks-below-vertical-insensitive.svg @@ -0,0 +1,214 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="20" + height="16" + id="svg5435" + version="1.1" + inkscape:version="0.48.1 r9760" + sodipodi:docname="scale-slider-marks-below-vertical.svg"> + <defs + id="defs5437"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4714" + id="linearGradient6699" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(924,32)" + x1="58.159458" + y1="238.5242" + x2="58.159458" + y2="232.577" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4714"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop4716" /> + <stop + style="stop-color:#ffffff;stop-opacity:1" + offset="1" + id="stop4718" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4722-3" + id="linearGradient6701" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(924,33)" + x1="55.625" + y1="225.28017" + x2="55.625" + y2="239.23399" /> + <linearGradient + id="linearGradient4722-3"> + <stop + style="stop-color:#babdb6;stop-opacity:1;" + offset="0" + id="stop4724-6" /> + <stop + style="stop-color:#7b8073;stop-opacity:1" + offset="1" + id="stop4726-6" /> + </linearGradient> + <linearGradient + y2="232.577" + x2="58.159458" + y1="238.5242" + x1="58.159458" + gradientTransform="matrix(1.0714286,0,0,0.94925851,-52.535717,-199.03897)" + gradientUnits="userSpaceOnUse" + id="linearGradient5431" + xlink:href="#linearGradient4714" + inkscape:collect="always" /> + <linearGradient + y2="239.23399" + x2="55.625" + y1="225.28017" + x1="55.625" + gradientTransform="matrix(1.0714286,0,0,0.94925851,-52.535717,-198.08972)" + gradientUnits="userSpaceOnUse" + id="linearGradient5433" + xlink:href="#linearGradient4722-3" + inkscape:collect="always" /> + <linearGradient + y2="234.58507" + x2="58.908607" + y1="230.58507" + x1="58.908607" + gradientTransform="matrix(-1.0762333,0,0,-1.1166211,68.706284,279.42789)" + gradientUnits="userSpaceOnUse" + id="linearGradient5845" + xlink:href="#linearGradient4714-3" + inkscape:collect="always" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4714-3"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop4716-9" /> + <stop + style="stop-color:#ffffff;stop-opacity:1" + offset="1" + id="stop4718-6" /> + </linearGradient> + <linearGradient + y2="226.58507" + x2="56.908607" + y1="239.58507" + x1="56.908607" + gradientTransform="matrix(-1.0762333,0,0,-1.1166211,68.706284,278.31127)" + gradientUnits="userSpaceOnUse" + id="linearGradient5847" + xlink:href="#linearGradient4722" + inkscape:collect="always" /> + <linearGradient + id="linearGradient4722"> + <stop + style="stop-color:#babdb6;stop-opacity:1;" + offset="0" + id="stop4724" /> + <stop + style="stop-color:#7b8073;stop-opacity:1" + offset="1" + id="stop4726" /> + </linearGradient> + <linearGradient + y2="234.58507" + x2="58.908607" + y1="230.58507" + x1="58.908607" + gradientTransform="matrix(-1.0762333,0,0,-1.1166211,68.706284,279.42789)" + gradientUnits="userSpaceOnUse" + id="linearGradient5845-6" + xlink:href="#linearGradient4714-3-9" + inkscape:collect="always" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4714-3-9"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop4716-9-7" /> + <stop + style="stop-color:#ffffff;stop-opacity:1" + offset="1" + id="stop4718-6-5" /> + </linearGradient> + <linearGradient + y2="226.58507" + x2="56.908607" + y1="239.58507" + x1="56.908607" + gradientTransform="matrix(-1.0762333,0,0,-1.1166211,68.706284,278.31127)" + gradientUnits="userSpaceOnUse" + id="linearGradient5847-8" + xlink:href="#linearGradient4722-2" + inkscape:collect="always" /> + <linearGradient + id="linearGradient4722-2"> + <stop + style="stop-color:#babdb6;stop-opacity:1;" + offset="0" + id="stop4724-8" /> + <stop + style="stop-color:#7b8073;stop-opacity:1" + offset="1" + id="stop4726-8" /> + </linearGradient> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="11.197802" + inkscape:cx="-0.16388645" + inkscape:cy="16" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:window-width="1280" + inkscape:window-height="743" + inkscape:window-x="0" + inkscape:window-y="26" + inkscape:window-maximized="1" /> + <metadata + id="metadata5440"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + inkscape:label="Layer 1" + inkscape:groupmode="layer" + transform="translate(0,-16)"> + <path + inkscape:connector-curvature="0" + style="fill:#f4f4f2;fill-opacity:1;stroke:#bcbfb7;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new" + d="m 19.499978,24.605381 -0.01742,-1.042601 -8.932969,-7.062781 -7.816348,0 C 1.496026,16.499999 0.5,17.46 0.5,18.652466 l 0,10.695067 C 0.5,30.54 1.496026,31.5 2.733242,31.5 l 7.816348,0 8.950411,-6.894619 z" + id="path5960" + sodipodi:nodetypes="cccccccccc" /> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/gtk-3.0/assets/scale-slider-marks-below-vertical.svg b/.themes/Libra-Dark-Gruvbox/gtk-3.0/assets/scale-slider-marks-below-vertical.svg new file mode 100755 index 00000000..e6bf65c1 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/gtk-3.0/assets/scale-slider-marks-below-vertical.svg @@ -0,0 +1,234 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="20" + height="16" + id="svg5435" + version="1.1" + inkscape:version="0.48.1 r9760" + sodipodi:docname="scale-slider-marks-above-vertical.svg"> + <defs + id="defs5437"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4714" + id="linearGradient6699" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(924,32)" + x1="58.159458" + y1="238.5242" + x2="58.159458" + y2="232.577" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4714"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop4716" /> + <stop + style="stop-color:#ffffff;stop-opacity:1" + offset="1" + id="stop4718" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4722-3" + id="linearGradient6701" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(924,33)" + x1="55.625" + y1="225.28017" + x2="55.625" + y2="239.23399" /> + <linearGradient + id="linearGradient4722-3"> + <stop + style="stop-color:#babdb6;stop-opacity:1;" + offset="0" + id="stop4724-6" /> + <stop + style="stop-color:#7b8073;stop-opacity:1" + offset="1" + id="stop4726-6" /> + </linearGradient> + <linearGradient + y2="232.577" + x2="58.159458" + y1="238.5242" + x1="58.159458" + gradientTransform="matrix(1.0714286,0,0,0.94925851,-52.535717,-199.03897)" + gradientUnits="userSpaceOnUse" + id="linearGradient5431" + xlink:href="#linearGradient4714" + inkscape:collect="always" /> + <linearGradient + y2="239.23399" + x2="55.625" + y1="225.28017" + x1="55.625" + gradientTransform="matrix(1.0714286,0,0,0.94925851,-52.535717,-198.08972)" + gradientUnits="userSpaceOnUse" + id="linearGradient5433" + xlink:href="#linearGradient4722-3" + inkscape:collect="always" /> + <linearGradient + y2="234.58507" + x2="58.908607" + y1="230.58507" + x1="58.908607" + gradientTransform="matrix(-1.0762333,0,0,-1.1166211,68.706284,279.42789)" + gradientUnits="userSpaceOnUse" + id="linearGradient5845" + xlink:href="#linearGradient4714-3" + inkscape:collect="always" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4714-3"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop4716-9" /> + <stop + style="stop-color:#ffffff;stop-opacity:1" + offset="1" + id="stop4718-6" /> + </linearGradient> + <linearGradient + y2="226.58507" + x2="56.908607" + y1="239.58507" + x1="56.908607" + gradientTransform="matrix(-1.0762333,0,0,-1.1166211,68.706284,278.31127)" + gradientUnits="userSpaceOnUse" + id="linearGradient5847" + xlink:href="#linearGradient4722" + inkscape:collect="always" /> + <linearGradient + id="linearGradient4722"> + <stop + style="stop-color:#babdb6;stop-opacity:1;" + offset="0" + id="stop4724" /> + <stop + style="stop-color:#7b8073;stop-opacity:1" + offset="1" + id="stop4726" /> + </linearGradient> + <linearGradient + y2="234.58507" + x2="58.908607" + y1="230.58507" + x1="58.908607" + gradientTransform="matrix(-1.0762333,0,0,-1.1166211,68.706284,279.42789)" + gradientUnits="userSpaceOnUse" + id="linearGradient5845-6" + xlink:href="#linearGradient4714-3-9" + inkscape:collect="always" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4714-3-9"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop4716-9-7" /> + <stop + style="stop-color:#ffffff;stop-opacity:1" + offset="1" + id="stop4718-6-5" /> + </linearGradient> + <linearGradient + y2="226.58507" + x2="56.908607" + y1="239.58507" + x1="56.908607" + gradientTransform="matrix(-1.0762333,0,0,-1.1166211,68.706284,278.31127)" + gradientUnits="userSpaceOnUse" + id="linearGradient5847-8" + xlink:href="#linearGradient4722-2" + inkscape:collect="always" /> + <linearGradient + id="linearGradient4722-2"> + <stop + style="stop-color:#babdb6;stop-opacity:1;" + offset="0" + id="stop4724-8" /> + <stop + style="stop-color:#7b8073;stop-opacity:1" + offset="1" + id="stop4726-8" /> + </linearGradient> + <linearGradient + y2="234.58507" + x2="58.908607" + y1="230.58507" + x1="58.908607" + gradientTransform="matrix(-1.0762333,0,0,-1.1166211,68.706284,283.42789)" + gradientUnits="userSpaceOnUse" + id="linearGradient6797" + xlink:href="#linearGradient4714-3-9" + inkscape:collect="always" /> + <linearGradient + y2="226.58507" + x2="56.908607" + y1="239.58507" + x1="56.908607" + gradientTransform="matrix(-1.0762333,0,0,-1.1166211,68.706284,282.31127)" + gradientUnits="userSpaceOnUse" + id="linearGradient6799" + xlink:href="#linearGradient4722-2" + inkscape:collect="always" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="11.197802" + inkscape:cx="16" + inkscape:cy="16" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:window-width="1280" + inkscape:window-height="743" + inkscape:window-x="0" + inkscape:window-y="26" + inkscape:window-maximized="1" /> + <metadata + id="metadata5440"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + inkscape:label="Layer 1" + inkscape:groupmode="layer" + transform="translate(0,-16)"> + <path + inkscape:connector-curvature="0" + style="fill:url(#linearGradient6797);fill-opacity:1;stroke:url(#linearGradient6799);stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new" + d="m 19.499978,24.605381 -0.01742,-1.042601 -8.932969,-7.062781 -7.816348,0 C 1.496026,16.499999 0.5,17.46 0.5,18.652466 l 0,10.695067 C 0.5,30.54 1.496026,31.5 2.733242,31.5 l 7.816348,0 8.950411,-6.894619 z" + id="path5960" + sodipodi:nodetypes="cccccccccc" /> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/gtk-3.0/gnome-applications.css b/.themes/Libra-Dark-Gruvbox/gtk-3.0/gnome-applications.css new file mode 100755 index 00000000..29cc0cc4 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/gtk-3.0/gnome-applications.css @@ -0,0 +1,601 @@ +/*********************** + * fallback mode panel * + ***********************/ +PanelWidget, +PanelApplet, +PanelToplevel { + padding: 0; + background-color: @osd_bg; + background-image: none; + color: #222222; +} + +PanelApplet { + border-width: 0; +} + +PanelSeparator { + border-width: 0; + background-color: @osd_bg; + background-image: none; + color: @osd_fg; +} + +.gnome-panel-menu-bar, +PanelApplet > GtkMenuBar.menubar, +PanelApplet > GtkMenuBar.menubar.menuitem, +PanelMenuBar.menubar, +PanelMenuBar.menubar.menuitem { + -Panelpanel-icon-visible: true; + + border-width: 0; + background-color: @osd_bg; + background-image: none; +} + +PanelAppletFrame { + border-width: 0; + background-color: @osd_bg; + background-image: none; +} + +PanelApplet .button { + -GtkButton-inner-border: 2; + + border-width: 0; + border-radius: 5px; + border-color: transparent; + background-color: @osd_bg; + background-image: none; + color: #222222; +} + +PanelApplet .button:active, +PanelApplet .button:active:prelight { + border-width: 0 ; + border-radius: 5px; + background-color: shade(@button_normal_color, 0.925); + background-image: none; + color: shade(@theme_selected_fg_color, 0.95); +} + +PanelApplet .button:prelight { + background-color: shade(@button_normal_color, 1.06); + background-image: none; + color: #222222; +} + +WnckPager, WnckTasklist { + background-color: @osd_bg; +} + +/************ + * nautilus * + ************/ + +.nautilus-canvas-item { + border-radius: 2px; +} + +.nautilus-desktop.nautilus-canvas-item { + color: white; + text-shadow: 1px 1px black; +} + +.nautilus-desktop.nautilus-canvas-item:active { + +} + +.nautilus-desktop.nautilus-canvas-item:selected { + +} + +.nautilus-desktop.nautilus-canvas-item:active, +.nautilus-desktop.nautilus-canvas-item:prelight, +.nautilus-desktop.nautilus-canvas-item:selected { + +} + +NautilusWindow .toolbar { + border-width: 0; + border-style: none; +} + + +NautilusWindow .primary-toolbar .button.raised.linked.text-button, +NautilusWindow .primary-toolbar .raised.linked .button.text-button, +NautilusWindow .toolbar .button.raised.linked.text-button, +NautilusWindow .toolbar .raised.linked .button.text-button, +NautilusWindow .toolbar .linked .button.text-button, +NautilusWindow .header-bar .button.raised.linked.text-button, +NautilusWindow .header-bar .raised.linked .button.text-button, +NautilusWindow .header-bar .linked .button.text-button, +NautilusWindow .header-bar .button.text-button, +NautilusWindow .toolbar .button.text-button { + +} + +NautilusWindow .sidebar .frame { + border-style: none; +} + +NautilusWindow > GtkGrid > .pane-separator, +NautilusWindow > GtkGrid > .pane-separator:hover { + border-width: 0; + border-style: none; + +} + +NautilusNotebook.notebook tab { + padding: 0; +} + +NautilusNotebook .frame, +NautilusWindow .sidebar .frame { + border-width: 0; +} + +NautilusQueryEditor .primary-toolbar.toolbar { + border-width: 0; +} + +NautilusQueryEditor .toolbar { + border-width: 0; +} + +NautilusQueryEditor .toolbar:nth-child(2) { + +} + +NautilusQueryEditor .toolbar:last-child, +NautilusQueryEditor .primary-toolbar.toolbar:only-child { + border-width: 0; +} + +/* +NautilusWindow .sidebar, +NautilusWindow .sidebar.view, +NautilusWindow .sidebar .view, +NautilusWindow .sidebar.view:prelight, +NautilusWindow .sidebar .view:prelight { + background-color: @bg_color; +} +*/ + +/****************** + * gnome terminal * + ******************/ +VteTerminal { + background-color: @base_color; + color: @text_color; +} +TerminalWindow, +TerminalWindow GtkNotebook, +TerminalWindow GtkNotebook.notebook { + background-color: @base_color; + color: @text_color; + border-width: 0; +} + +TerminalWindow .scrollbars-junction, +TerminalWindow .scrollbar.trough, +TerminalWindow .scrollbar.trough.vertical { + background-color: @base_color; + +} + +TerminalWindow .scrollbar.button, +TerminalWindow .scrollbar.button:active, +TerminalWindow .scrollbar.button:active:hover { + +} + +TerminalWindow .scrollbar.slider { + background-color: shade(@bg_color,1.0); + +} + +TerminalWindow .scrollbar.slider:hover, +TerminalWindow .scrollbar.slider.vertical:hover { + background-color: shade(@bg_color, 1.1); +} + +TerminalWindow .scrollbar.slider:active, +TerminalWindow .scrollbar.slider.vertical:active { + background-color: shade(@bg_color, 1.1); +} + +/********* + * gedit * + *********/ +GeditWindow .pane-separator, +GeditWindow .pane-separator:hover { + border-width: 0; + border-style: none; + background-color: @theme_bg_color; +} + +GeditPanel.title GtkLabel { + padding: 4px 0; +} + +GeditPanel.vertical .title { + padding: 4px 0 4px 3px; + border-style: none; +} + +GeditPanel .toolbar { + border-style: none; + background-color: transparent; +} + +GeditDocumentsPanel .view { + background-color: @theme_base_color; +} + +GeditPanel.vertical .notebook { + padding: 0; + border-width: 0; +} + +GeditPanel.horizontal .notebook { + padding: 0; + border-width: 0; +} + +GeditWindow .notebook { + border-width: 0; +} + +GeditPanel .notebook tab, +GeditWindow .notebook tab { + border-width: 0; +} + +GeditStatusMenuButton { + color: @theme_fg_color; + text-shadow: none; +} + +GeditStatusMenuButton.button, +GeditStatusMenuButton.button:hover, +GeditStatusMenuButton.button:active, +GeditStatusMenuButton.button:active:hover { + text-shadow: none; + font-weight: normal; + border-image: none; + border-style: none; + border-width: 0; + border-radius: 5px; + color: @theme_fg_color; +} + +GeditStatusMenuButton.button:hover, +GeditStatusMenuButton.button:active, +GeditStatusMenuButton.button:active:hover { + color: @theme_selected_fg_color; +} + +GeditStatusMenuButton.button:active { + +} + +GeditViewFrame .gedit-search-slider { + padding: 4px; + border-radius: 0 0 5px 5px; + border-width: 0 1px 1px 1px; + border-style: solid; + border-color: @entry_border_color; + background-color: @theme_base_color; +} + +GeditViewFrame .gedit-search-slider .not-found { + background-color: @error_bg_color; + background-image: none; + color: @error_fg_color; +} +GeditViewFrame .gedit-search-slider .entry { + padding: 5px 5px 6px 5px; +} +GeditViewFrame .gedit-search-slider .not-found:selected { + background-color: shade(@theme_selected_bg_color, 1.2); + color: @theme_selected_fg_color; +} + +GeditFileBrowserWidget .primary-toolbar.toolbar { + padding: 2px; + border: none; + background-color: @theme_bg_color; + background-image: none; +} +GeditFileBrowserWidget .primary-toolbar.toolbar GtkComboBox *{ + color: @theme_fg_color; + +} +GeditFileBrowserWidget .primary-toolbar.toolbar GtkComboBox *:hover, +GeditFileBrowserWidget .primary-toolbar.toolbar GtkComboBox .menu * { + color: @theme_selected_fg_color; + +} +.gedit-search-entry-occurrences-tag { + color: @theme_text_color; + margin: 2px; + padding: 2px; +} +/*************** + * font-viewer * + ***************/ +SushiFontWidget { + padding: 6px 12px; +} + +/************* + * gucharmap * + *************/ +GucharmapChartable { + background-color: @theme_base_color; +} + +GucharmapChartable:active, +GucharmapChartable:focus, +GucharmapChartable:selected { + background-color: @theme_selected_bg_color; + color: @theme_selected_fg_color; +} + +/* gnome-documents */ +.documents-dropdown, +.documents-dropdown .view { + background-color: @theme_bg_color; +} + +.documents-dropdown.frame { + padding: 6px; + border-width: 0 1px 1px 1px; + border-style: solid; + border-radius: 0 0 5px 5px; + border-color: @entry_border_color; +} +.documents-dropdown .view.radio, +.documents-dropdown .view.radio:focus { + background-image: url("assets/blank.png");; + background-color: transparent; +} + +.documents-dropdown .view.radio:active, +.documents-dropdown .view.radio:active:focus, +.documents-dropdown .view.radio:active:hover, +.documents-dropdown .view.radio:hover { + background-color: transparent; + background-image: url("assets/radio-checked.png"); +} + +.documents-entry-tag { + background-color: transparent; + color: @theme_text_color; + + border-radius: 5px; + border-width: 0; + + margin: 2px; + padding: 4px; +} + +.documents-entry-tag:hover { + +} + +.documents-entry-tag.button, +.documents-entry-tag.button:focus, +.documents-entry-tag.button:hover, +.documents-entry-tag.button:hover:focus, +.documents-entry-tag.button:active, +.documents-entry-tag.button:active:focus { + color: @theme_selected_fg_color; + +} + +/* epiphany */ + +EphyToolbar .entry:first-child, +EphyToolbar .entry:focus:first-child { + border-bottom-right-radius: 0; + border-top-right-radius: 0; + +} + +EphyToolbar .entry:last-child, +EphyToolbar .entry:focus:last-child { + + border-bottom-left-radius: 0; + border-top-left-radius: 0; + +} +EphyToolbar .location-entry .button:last-child { + border-bottom-left-radius: 0; + border-top-left-radius: 0; +} + +EphyToolbar .location-entry .button:first-child { + border-bottom-right-radius: 0; + border-top-right-radius: 0; + +} +EphyOverview GtkScrolledWindow { + border-style: none; + background-color: @theme_base_color; +} +EphyWindow.background EphyEmbed.vertical GtkScrolledWindow.frame { + border-style: none; +} +EphyWindow.background EphyEmbed.vertical EphyOverview .documents-scrolledwin { + border-style: none; +} +EphyWindow.background EphyNotebook.notebook EphyEmbed.vertical GtkScrolledWindow { + border-style: none; +} + +/* Gnome Contacts */ + + +ContactsContactSheet .button, +ContactsContactSheet .button:focus { + color: @theme_text_color; + text-shadow: none; +} +ContactsContactSheet .button:active, +ContactsContactSheet .button:hover, +ContactsContactSheet .button:active:focus, +ContactsContactSheet .button:hover:focus { + color: @theme_selected_fg_color; + text-shadow: none; +} +/* evince */ +EvWindow.background > GtkBox.vertical > GtkPaned.horizontal > GtkBox.vertical > GtkOverlay > GtkScrolledWindow.frame { + border-width: 0; + border-radius: 0; +} + +EvWindow.background EvSidebar.vertical .frame { + border-width: 0; + border-radius: 0; +} + +EvWindow.background EvSidebar.vertical .notebook .frame { + border-width: 0; +} + +EvSidebar .button, +EvSidebar .button:focus { + color: @theme_text_color; + text-shadow: none; +} +EvSidebar .button:active, +EvSidebar .button:hover, +EvSidebar .button:active:focus, +EvSidebar .button:hover:focus { + color: @theme_selected_fg_color; + text-shadow: none; +} +/* file-roller */ +RBSource .toolbar .button, +FrWindow > GtkGrid > GtkToolbar > GtkToolButton > GtkButton.button GtkLabel { + text-shadow: none; + icon-shadow: none; + color: shade(@theme_text_color, 1.1); +} +CcWindow CcUserPanel CcEditableEntry .button, +CcWindow CcUserPanel UmEditableCombo .button, +CcWindow CcUserPanel UmEditableButton .button, +CcWindow CcUserPanel CcEditableEntry .button:focus, +CcWindow CcUserPanel UmEditableCombo .button:focus, +CcWindow CcUserPanel UmEditableButton .button:focus, +RBSource .toolbar .button, +FrWindow > GtkGrid > GtkToolbar > GtkToolButton > GtkButton.button { + text-shadow: none; + icon-shadow: none; + color: shade(@theme_text_color, 1.1); +} +CcWindow CcUserPanel CcEditableEntry .button:hover, +CcWindow CcUserPanel UmEditableCombo .button:hover, +CcWindow CcUserPanel UmEditableButton .button:hover, +CcWindow CcUserPanel CcEditableEntry .button:active, +CcWindow CcUserPanel UmEditableCombo .button:active, +CcWindow CcUserPanel UmEditableButton .button:active, +RBSource .toolbar .button:hover, +RBSource .toolbar .button:active, +FrWindow > GtkGrid > GtkToolbar > GtkToolButton > GtkButton.button GtkLabel:hover, +FrWindow > GtkGrid > GtkToolbar > GtkToolButton > GtkButton.button GtkLabel:active { + color: @theme_selected_fg_color; +} +CcWindow CcUserPanel CcEditableEntry .button:insensitive, +CcWindow CcUserPanel UmEditableCombo .button:insensitive, +CcWindow CcUserPanel UmEditableButton .button:insensitive, +RBSource .toolbar .button:insensitive, +FrWindow > GtkGrid > GtkToolbar > GtkToolButton > GtkButton.button GtkLabel:insensitive { + color: shade(@entry_border_color, 0.8); +} + +/********************* + * NEMO File manager * + *********************/ +/* for breadcrumbs path bar */ + +.nemo-pathbar-button, +NemoPathbarButton { + border-radius: 5px; + border-width: 1px; + border-style: solid; + border-color: transparent; + text-shadow: none; + icon-shadow: none; + box-shadow: none; + background-color: @button_normal_color; + background-image: none; + color: @theme_selected_fg_color; + +} +NemoPathbarButton:active, +NemoPathbarButton:active:hover { + box-shadow: none; + background-color: @theme_selected_bg_color; + background-image: none; + color: shade(@theme_selected_fg_color, 0.95); +} + +NemoPathbarButton:hover { + box-shadow: none; + text-shadow: none; + icon-shadow: none; + background-color: shade(@button_normal_color, 1.06); + background-image: none; + color: @theme_selected_fg_color; +} + +NemoPathbarButton:insensitive { + box-shadow: none; + background-color: shade(@button_normal_color, 1.17); + background-image: none; + color: shade(@entry_border_color, 1.05); +} +NemoPathbarButton *:insensitive { + + color: shade(@entry_border_color, 1.05); +} + +/* For Places Sidebar diskfull indicators */ + +NemoPlacesTreeView { + +} + +NemoPlacesTreeView:selected { + -NemoPlacesTreeView-disk-full-bg-color: @entry_border_color; + -NemoPlacesTreeView-disk-full-fg-color: @button_normal_color; +} + +NemoPlacesTreeView:hover { +} + +NemoPlacesTreeView:selected:hover { +} + + +NemoWindow * { + +} + +NemoWindow .view { + background-color: @theme_base_color; +} + +NemoWindow .rubberband, +NemoWindow .view.rubberband { + background-color: alpha (@theme_selected_bg_color, 0.3); +} +/* inactive pane */ + +.nemo-inactive-pane .view { + background-color: shade(@theme_bg_color, 1.03); +} + diff --git a/.themes/Libra-Dark-Gruvbox/gtk-3.0/gtk-widgets-assets.css b/.themes/Libra-Dark-Gruvbox/gtk-3.0/gtk-widgets-assets.css new file mode 100755 index 00000000..1e4f8281 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/gtk-3.0/gtk-widgets-assets.css @@ -0,0 +1,151 @@ +/*************************** + * check and radio GTK 3.14* + **************************/ +/* draw regular check and radio items using our assets */ +.check { + -gtk-icon-source: url("assets/checkbox-unchecked.svg"); +} + +.check:insensitive { + -gtk-icon-source: url("assets/checkbox-unchecked-insensitive.svg"); +} + +.check:checked { + -gtk-icon-source: url("assets/checkbox-checked.svg"); +} + +.check:checked:insensitive { + -gtk-icon-source: url("assets/checkbox-checked-insensitive.svg"); +} + +.check:inconsistent { + -gtk-icon-source: url("assets/checkbox-mixed.svg"); +} + +.check:inconsistent:insensitive { + -gtk-icon-source: url("assets/checkbox-mixed-insensitive.svg"); +} + +.radio { + -gtk-icon-source: url("assets/radio-unselected.svg"); +} + +.radio:insensitive { + -gtk-icon-source: url("assets/radio-unselected-insensitive.svg"); +} + +.radio:checked { + -gtk-icon-source: url("assets/radio-selected.svg"); +} + +.radio:checked:insensitive { + -gtk-icon-source: url("assets/radio-selected-insensitive.svg"); +} + +.radio:inconsistent { + -gtk-icon-source: url("assets/radio-mixed.svg"); +} + +.radio:inconsistent:insensitive { + -gtk-icon-source: url("assets/radio-mixed-insensitive.svg"); +} + +.menuitem.check { + -gtk-icon-source: none; +} + +.menuitem.check:active, +.menuitem.check:checked { + -gtk-icon-source: url("assets/menuitem-checkbox-checked.svg"); +} + +.menuitem.check:active:hover, +.menuitem.check:checked:hover { + -gtk-icon-source: url("assets/menuitem-checkbox-checked-hover.svg"); +} + +.menuitem.check:active:insensitive, +.menuitem.check:checked:insensitive { + -gtk-icon-source: url("assets/menuitem-checkbox-checked-insensitive.svg"); +} + +.menuitem.check:inconsistent, +.menuitem.radio:inconsistent { + -gtk-icon-source: url("assets/menuitem-checkbox-mixed.svg"); +} + +.menuitem.check:inconsistent:hover, +.menuitem.radio:inconsistent:hover { + -gtk-icon-source: url("assets/menuitem-checkbox-mixed-hover.svg"); +} + +.menuitem.check:inconsistent:insensitive, +.menuitem.radio:inconsistent:insensitive { + -gtk-icon-source: url("assets/menuitem-checkbox-mixed-insensitive.svg"); +} + +.menuitem.radio { + -gtk-icon-source: none; +} + +.menuitem.radio:active { + -gtk-icon-source: url("assets/menuitem-radio-checked.svg"); +} + +.menuitem.radio:active:hover { + -gtk-icon-source: url("assets/menuitem-radio-checked-hover.svg"); +} + +.menuitem.radio:active:insensitive { + -gtk-icon-source: url("assets/menuitem-radio-checked-insensitive.svg"); +} + +GtkIconView.content-view.cell.check { + -gtk-icon-source: url("assets/grid-selection-unchecked.svg"); +} + +GtkIconView.content-view.cell.check:active { + -gtk-icon-source: url("assets/grid-selection-checked.svg"); +} + +/****************** + * pane separator * + ******************/ +.pane-separator, +.pane-separator.horizontal { + background-image: linear-gradient(to bottom, + shade(@theme_bg_color, 0.8) 0%, + shade(@theme_bg_color, 0.8) 20%, + transparent 20%, + transparent 45%, + shade(@theme_bg_color, 0.8) 45%, + shade(@theme_bg_color, 0.8) 55%, + transparent 55%, + transparent 80%, + shade(@theme_bg_color, 0.8) 80%, + shade(@theme_bg_color, 0.8) + ); + + background-size: 4px 10px; + background-repeat: no-repeat; + background-position: center center; +} + +.pane-separator.vertical { + background-image: linear-gradient(to right, + shade(@theme_bg_color, 0.8) 0%, + shade(@theme_bg_color, 0.8) 20%, + transparent 20%, + transparent 45%, + shade(@theme_bg_color, 0.8) 45%, + shade(@theme_bg_color, 0.8) 55%, + transparent 55%, + transparent 80%, + shade(@theme_bg_color, 0.8) 80%, + shade(@theme_bg_color, 0.8) + ); + + background-size: 10px 4px; + background-repeat: no-repeat; + background-position: center center; +} diff --git a/.themes/Libra-Dark-Gruvbox/gtk-3.0/gtk-widgets.css b/.themes/Libra-Dark-Gruvbox/gtk-3.0/gtk-widgets.css new file mode 100755 index 00000000..94583e62 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/gtk-3.0/gtk-widgets.css @@ -0,0 +1,3861 @@ +/* NOTES to contributors: + * use 4 spaces indents, and keep code ALIGNED and ORDERED */ + +/* default */ +* { + engine: none; + background-clip: padding-box; + -GtkArrow-arrow-scaling: 0.55; + -GtkButton-child-displacement-x: 0; + -GtkButton-child-displacement-y: 0; + -GtkButton-default-border: 0; + -GtkButton-image-spacing: 0; + -GtkButton-inner-border: 1; + -GtkButton-interior-focus: true; + -GtkCheckButton-indicator-size: 16; + -GtkCheckMenuItem-indicator-size: 12; + -GtkExpander-expander-size: 8; + -GtkHTML-link-color: @link_color; + -GtkIMHtml-hyperlink-color: @link_color; + -GtkMenu-horizontal-padding: 0; + -GtkMenu-vertical-padding: 0; + -GtkNotebook-initial-gap: 0; + -GtkPaned-handle-size: 7; + -GtkProgressBar-min-horizontal-bar-height: 5; + -GtkProgressBar-min-vertical-bar-width: 5; + -GtkRange-slider-width: 9; + -GtkRange-stepper-spacing: 0; + -GtkRange-trough-border: 0; + -GtkRange-trough-under-steppers: 1; + -GtkScrollbar-has-backward-stepper: false; + -GtkScrollbar-has-forward-stepper: false; + -GtkScrollbar-min-slider-length: 30; + -GtkScrolledWindow-scrollbar-spacing: 0; + -GtkScrolledWindow-scrollbars-within-bevel: 0; + -GtkStatusbar-shadow-type: none; + -GtkTextView-error-underline-color: @error_color; + -GtkToolButton-icon-spacing: 6; + -GtkToolItemGroup-expander-size: 8; + -GtkTreeView-expander-size: 8; + -GtkWidget-focus-line-width: 1; + -GtkWidget-focus-padding: 2; + -GtkWidget-link-color: @link_color; + -GtkWidget-visited-link-color: @link_color; + -GtkWindow-resize-grip-height: 0; + -GtkWindow-resize-grip-width: 0; + -WnckTasklist-fade-overlay-rect: 0; + outline-color: alpha(@theme_selected_bg_color, 0.5); + outline-style: solid; + outline-offset: 0; +} + +/******************************** + * fix gedit dark tab on ubuntu * + ********************************/ +GtkWindow { + color: @fg_color; + background-color: @bg_color; +} +GtkPaned { + background-color: @bg_color; +} +GtkEventBox { + background-color: @bg_color; +} + +/*************** + * base states * + ***************/ +.background { + background-color: @theme_bg_color; + color: @text_color; +} + +.background.client-decorated { + background-color: transparent; +} + +.background.window-content { + background-color: @theme_bg_color; +} + +GtkClutterOffscreen { + background-color: @theme_bg_color; + color: @theme_fg_color; +} + +*:selected, +*:selected:focus { + background-color: @theme_selected_bg_color; + color: @theme_base_color; +} + +*:active { + background-color: shade(@theme_bg_color, 0.95); +} + +*:insensitive, +*:insensitive:insensitive { + color: mix(@theme_fg_color, @theme_bg_color, 0.5); +} + +/* apply effects to insensitive and prelit images */ +*:insensitive { + -gtk-image-effect: dim; +} + +*:hover { + -gtk-image-effect: highlight; +} + +.gtkstyle-fallback { + background-color: @theme_bg_color; + color: @theme_fg_color; +} + +.gtkstyle-fallback:prelight { + background-color: @theme_selected_bg_color; + color: @theme_base_color; +} + +.gtkstyle-fallback:active { + background-color: @theme_selected_bg_color; + color: @theme_base_color; +} + +.gtkstyle-fallback:insensitive { + background-color: shade(shade(@theme_bg_color, 0.95), 1.05); + color: mix(@theme_fg_color, @theme_bg_color, 0.5); +} + +.gtkstyle-fallback:selected { + background-color: @theme_selected_bg_color; + color: @theme_base_color; +} + + +/****************** + * visual effects * + ******************/ +/* transitions */ +.button { + transition: background-color, color 100ms ease-in-out; + font-weight: normal; +} + +.entry { + transition: border 100ms ease-out; +} + +.entry:focus { + transition: border 100ms ease-in; +} + + + +/************* + * assistant * + *************/ +GtkAssistant .sidebar .highlight { + font: bold; +} + +GtkAssistant .sidebar { + padding: 4px; + border-width: 0 1px 0 0; + border-style: solid; + border-image: linear-gradient(to top, + transparent, + transparent 5%, + shade(@theme_bg_color, 0.95) 5%, + shade(@theme_bg_color, 0.95) 95%, + transparent 95%, + transparent) 0 1 0 0/ 0 1px 0 0; + border-radius: 0; + background-color: @theme_bg_color; + color: mix(@theme_fg_color, @theme_bg_color, 0.1); +} + +/********** + * button * + **********/ +.button { + -GtkWidget-focus-padding: 1; + -GtkWidget-focus-line-width: 0; + padding: 4px; + border-width: 1px; + border-style: solid; + border-color: transparent; + border-radius: 3px; + background-color: @theme_base_color; + background-image: none; + color: @theme_text_color; +} + +.button:hover { + color: shade(@theme_selected_bg_color, 0.8); +} + +.button:active, +.button:active:focus { + color: shade(@tooltip_fg_color, 1.0); + background-color: shade(@theme_selected_bg_color, 1.0); + box-shadow: none; +} +.button:checked, +.button:checked:focus { + color: shade(@tooltip_fg_color, 1.0); + background-color: shade(@theme_selected_bg_color, 1.0); + box-shadow: none; +} +.button:active:hover, +.button:active:hover:focus { + color: shade(@tooltip_fg_color, 1.0); + background-color: shade(@theme_selected_bg_color, 1.0); +} +.button:checked:hover, +.button:checked:hover:focus, +.button:selected { + color: shade(@tooltip_fg_color, 1.0); + background-color: shade(@theme_selected_bg_color, 1.0); +} +.button:insensitive { + background-color: shade(@theme_bg_color, 1.00); + background-image: none; + color: mix(@theme_text_color, @theme_base_color, 0.7); +} +.button *:insensitive { + color: mix(@theme_text_color, @theme_base_color, 0.7); +} + +.button:active:insensitive { + +} +.image-button { + background-color: @theme_bg_color; +} +.image-button:active, +.image-button:focus:active { + background-color: @theme_selected_bg_color; +} +.image-button:checked, +.image-button:focus:checked { + background-color: @theme_selected_bg_color; +} +/* default button */ +.button.default, +.button.default:focus { + border-color: transparent; + background-color: @theme_selected_bg_color; + color: @base_color; +} + +.button.default:hover { + border-color: transparent; + background-color: shade(@theme_selected_bg_color, 1.05); + color: shade(@base_color, 0.95); +} + +.button.default:active, +.button.default:hover:active { + border-color: transparent; + background-color: mix(@button_default_active_color, white, 0.083); + color: shade(@tooltip_fg_color, 1.0); +} +.button.default:checked, +.button.default:hover:checked { + border-color: transparent; + background-color: mix(@button_default_active_color, white, 0.083); + color: shade(@tooltip_fg_color, 1.0); +} +.button.default *:insensitive { + color: shade(@entry_border_color, 0.9); +} +.button.flat, +.button.flat:insensitive { + border-color: transparent; + background-color: transparent; + background-image: none; +} +GtkLinkButton.button { + color: shade(@selected_bg_color, 0.9); +} +GtkLinkButton.button:focus, +GtkLinkButton.button:hover, +GtkLinkButton.button:active, +GtkLinkButton.button:focus:active, +GtkLinkButton.button:focus:hover { + background-color: transparent; + box-shadow: none; + color: shade(@selected_bg_color, 1.0); +} +GtkLinkButton.button:checked, +GtkLinkButton.button:focus:checked { + background-color: transparent; + box-shadow: none; + color: shade(@selected_bg_color, 1.0); +} +.notebook GtkLinkButton.button:focus, +.notebook GtkLinkButton.button:hover, +.notebook GtkLinkButton.button:active, +.notebook GtkLinkButton.button:focus:active, +.notebook GtkLinkButton.button:focus:hover { + background-color: @base_color; + color: shade(@selected_bg_color, 1.0); +} +.notebook GtkLinkButton.button:checked, +.notebook GtkLinkButton.button:focus:checked { + background-color: @base_color; + color: shade(@selected_bg_color, 1.0); +} +.primary-toolbar .button:active, +.header-bar .button:active, +.toolbar .button:active, +.floating-bar .button:active { + background-color: @theme_selected_bg_color; +} +.primary-toolbar .button:checked, +.header-bar .button:checked, +.toolbar .button:checked, +.floating-bar .button:checked { + background-color: @theme_selected_bg_color; +} +/**************** + * cell and row * + ****************/ +.cell { + border-width: 0; + border-radius: 5px; +} + +.cell:selected, +.cell:selected:focus { + background-color: shade(@theme_selected_bg_color,0.9); + color: @base_color; +} + +row:selected, +row:selected:hover, +row:selected:focus { + border-width: 0; + border-style: none; + border-radius: 0; + background-color: shade(@theme_selected_bg_color,0.9); + background-image: none; + color: @base_color; + + -GtkWidget-focus-padding: 1; + -GtkWidget-focus-line-width: 0; +} + +/******************* + * check and radio * + *******************/ +.check, +.radio, +.check:insensitive, +.radio:insensitive { + border-style: none; + +} +GtkCheckButton:hover, +GtkCheckButton:active:hover, +GtkCheckButton:selected, +GtkCheckButton:selected:focus { + background-color: transparent; +} +GtkCheckButton:checked:hover { + background-color: transparent; +} + +/***************** + * column-header * + *****************/ +column-header.button, +column-header.button:active, +column-header .button, +column-header .button:active { + border-width: 0 1px 1px 0; + border-radius: 0; + border-image: linear-gradient(to top, + shade(@theme_bg_color, 0.95) 1px, + transparent 1px, + transparent 15%, + shade(@theme_bg_color, 0.95) 15%, + shade(@theme_bg_color, 0.95) 85%, + transparent 85%, + transparent) 0 1 1 0/ 0 1px 1px 0; + padding: 5px; +} +column-header.button:checked, +column-header .button:checked { + border-width: 0 1px 1px 0; + border-radius: 0; + border-image: linear-gradient(to top, + shade(@theme_bg_color, 0.95) 1px, + transparent 1px, + transparent 15%, + shade(@theme_bg_color, 0.95) 15%, + shade(@theme_bg_color, 0.95) 85%, + transparent 85%, + transparent) 0 1 1 0/ 0 1px 1px 0; +} + +column-header:last-child.button, +column-header:last-child .button { + border-image: linear-gradient(to top, + shade(@theme_bg_color, 0.95) 1px, + transparent 1px, + transparent) 0 1 1 0/ 0 1px 1px 0; +} +column-header.button, +column-header .button, +column-header.button:focus, +column-header .button:focus { + color: shade(@theme_text_color, 1.1); +} +column-header.button:active, +column-header .button:active, +column-header.button:checked, +column-header .button:checked, +column-header.button:hover, +column-header .button:hover, +column-header.button:hover:focus, +column-header .button:hover:focus, +column-header.button:active:hover:focus, +column-header .button:active:hover:focus, +column-header.button:selected, +column-header .button:selected, +column-header.button:selected:hover, +column-header .button:selected:hover, +column-header.button:active:hover, +column-header .button:active:hover, +column-header.button:checked:hover, +column-header .button:checked:hover, +column-header.button:checked:focus, +column-header .button:checked:focus, +column-header.button:active:focus, +column-header .button:active:focus, +column-header.button:checked:hover:focus, +column-header .button:checked:hover:focus { + color: @theme_selected_bg_color; + background-color: inherit; + background-image: none; +} + +/**************** + * content view * + ****************/ +.content-view.view { + background-color: @theme_base_color; +} + +.content-view.view:prelight { + background-color: alpha(@theme_selected_bg_color, 0.6); +} + +.content-view.view:selected, +.content-view.view:active { + background-color: @theme_selected_bg_color; +} + +.content-view.view:insensitive { + background-color: @entry_border_color; +} + +GdMainIconView.content-view { + -GdMainIconView-icon-size: 40; +} + +GtkIconView.content-view.check { + background-color: transparent; +} + +GtkIconView.content-view.check:active { + background-color: transparent; +} + +.content-view.view.check, +.content-view.view.check:active { + background-color: transparent; +} + +GtkIconView.content-view.check:prelight, +GtkIconView.content-view.check:insensitive, +GtkIconView.content-view.check:selected { + background-color: transparent; +} + +/**************** + * drawing area * + ****************/ +GtkDrawingArea { + background-color: transparent; +} + +GtkDrawingArea:insensitive { + background-color: @entry_border_color; +} + +/*********** + * gtkhtml * + ***********/ +GtkHTML { + background-color: @theme_base_color; + color: @theme_text_color; +} + +/*********** +* calendar * +************/ +GtkCalendar { + padding: 4px; +} + +GtkCalendar:inconsistent { + color: mix(@theme_fg_color, @theme_bg_color, 0.3); +} + +GtkCalendar.view, +GtkCalendar.header, +GtkCalendar.button, +GtkCalendar.button:insensitive { + color: @text_color; + text-shadow: none; + icon-shadow: none; + border-width: 0; + background-color: transparent; + background-image: none; + +} +GtkCalendar.button:hover { + color: @theme_selected_bg_color; + text-shadow: none; + icon-shadow: none; + border-width: 0; + background-image: none; +} +.highlight, +GtkCalendar.highlight { + border-width: 0; + background-color: transparent; + color: @theme_selected_bg_color; +} + +/************ + * combobox * + ************/ +GtkComboBox .button:hover, +GtkComboBox .row:hover, +GtkComboBox .cell:hover{ + color: @theme_selected_bg_color; +} +.primary-toolbar GtkComboBox.combobox-entry .entry, +.primary-toolbar GtkComboBox.combobox-entry .entry:active, +.primary-toolbar GtkComboBox.combobox-entry .entry:insensitive, +GtkComboBox.combobox-entry .entry, +GtkComboBox.combobox-entry .entry:active, +GtkComboBox.combobox-entry .entry:insensitive { + border-radius: 2px; + border-width: 3px 0 3px 3px; + border-color: transparent; + border-top-right-radius: 0; + border-bottom-right-radius: 0; +} + +.primary-toolbar GtkComboBox.combobox-entry .button, +.primary-toolbar GtkComboBox.combobox-entry .button:hover, +.primary-toolbar GtkComboBox.combobox-entry .button:active, +.primary-toolbar GtkComboBox.combobox-entry .button:insensitive, +GtkComboBox.combobox-entry .button, +GtkComboBox.combobox-entry .button:hover, +GtkComboBox.combobox-entry .button:active, +GtkComboBox.combobox-entry .button:insensitive { + border-style: solid; + border-color: transparent; + border-radius: 2px; + border-width: 3px 3px 3px 0; + border-bottom-left-radius: 0; + border-top-left-radius: 0; + background-color: @theme_base_color; + background-image: none; +} +.primary-toolbar GtkComboBox.combobox-entry:hover, +.primary-toolbar GtkComboBox.combobox-entry:active, +.primary-toolbar GtkComboBox.combobox-entry .button:active, +.primary-toolbar GtkComboBox.combobox-entry .button:hover, +GtkComboBox.combobox-entry:active, +GtkComboBox.combobox-entry:hover, +GtkComboBox.combobox-entry .button:hover, +GtkComboBox.combobox-entry .button:active { + color: @theme_selected_bg_color; +} +.primary-toolbar GtkComboBox.combobox-entry:checked, +.primary-toolbar GtkComboBox.combobox-entry .button:checked, +GtkComboBox.combobox-entry:checked, +GtkComboBox.combobox-entry .button:checked { + color: @theme_selected_bg_color; +} +.primary-toolbar GtkComboBox.combobox-entry .entry:focus, +GtkComboBox.combobox-entry .entry:focus, +.primary-toolbar GtkComboBox.combobox-entry .button:focus, +GtkComboBox.combobox-entry .button:focus { +} + +.primary-toolbar GtkComboBox.combobox-entry .button:insensitive, +GtkComboBox.combobox-entry .button:insensitive { + background-color: shade(@theme_bg_color, 0.95); + color: mix(@theme_text_color, @theme_base_color, 0.5); +} + +.primary-toolbar GtkComboBox.combobox-entry .entry:active, +GtkComboBox.combobox-entry .entry:active { + border-width: 3px 0 0 3px; +} +.primary-toolbar GtkComboBox.combobox-entry .button:active, +GtkComboBox.combobox-entry .button:active { + border-width: 3px 3px 0 0; + box-shadow: none; +} + +GtkComboBox.combobox-entry .arrow, +.primary-toolbar GtkComboBox.combobox-entry .arrow { + color: shade(@theme_text_color, 1.2); +} +GtkComboBox .arrow:insensitive, +.primary-toolbar GtkComboBox .arrow:insensitive { + color: alpha(@theme_fg_color, 0.5); +} +GtkComboBox .arrow, +.primary-toolbar GtkComboBox .arrow { + color: shade(@theme_selected_fg_color, 0.8); +} +GtkComboBox .arrow:focus, +GtkComboBox .arrow:hover, +.primary-toolbar GtkComboBox .arrow:focus, +.primary-toolbar GtkComboBox .arrow:hover { + color: shade(@theme_selected_fg_color, 1.0); +} + +GtkComboBox .button { + padding: 4px; +} + +/********* + * entry * + *********/ +.entry { + padding: 5px; + border-width: 1px; + border-style: solid; + border-color: transparent; + border-radius: 2px; + background-color: @theme_base_color; + background-image: none; + color: @theme_text_color; + margin: 0; +} +.entry .button { + border-width: 1px 1px 1px 0; + margin: 0; +} +.entry:active, +.entry:focus { + border-color: @theme_selected_bg_color; +} + +.entry:selected, +.entry:selected:focus { + background-color: @theme_selected_bg_color; + color: @theme_selected_fg_color; +} + +.entry:insensitive { + background-color: shade(@theme_bg_color, 0.95); + background-image: none; + color: mix(@theme_text_color, @theme_base_color, 0.5); +} + +.entry.progressbar { + border-width: 0; + border-radius: 2px; + background-color: @theme_selected_bg_color; + background-image: none; + color: @theme_selected_fg_color; +} + +/************ + * expander * + ************/ +.expander { + color: alpha(@theme_fg_color, 0.7); +} + +.expander:hover { + color: alpha(@theme_fg_color, 0.9); +} + +/********* + * frame * + *********/ + +.frame { + border-radius: 0; + border-width: 1px; + border-style: solid; + border-color: @entry_border_color; +} + +/******************* + * scrolled window * + *******************/ +GtkScrolledWindow.frame { + border-width: 4px 1px 1px 1px; + border-style: solid; + border-color: @theme_selected_bg_color; + border-bottom-color: @frame_border_color; + border-right-color: @frame_border_color; + border-left-color: @frame_border_color; + border-radius: 2px; +} +GtkScrolledWindow.frame:insensitive { + border-top-color: @bg_color; +} +/* avoid double borders when a viewport is + * packed into a GtkScrolledWindow */ +GtkScrolledWindow GtkViewport.frame { + border-style: none; +} + + +/************ + * iconview * + ************/ +GtkIconView.view.cell:selected, +GtkIconView.view.cell:selected:focus { + border-width: 3px; + border-style: solid; + border-color: @theme_selected_bg_color; + border-radius: 5px; + background-color: @theme_selected_bg_color; + background-image: none; + color: @theme_selected_fg_color; +} + +.content-view.view.rubberband, +.view.rubberband, +.rubberband { + border-width: 1px; + border-style: solid; + border-color: shade(@theme_selected_bg_color, 0.9); + border-radius: 5px; + background-color: alpha(@theme_selected_bg_color, 0.3); +} + +/********* + * image * + *********/ +GtkImage, +GtkImage:active, +GtkImage:insensitive { + background-color: transparent; +} + +/********* + * label * + *********/ +GtkLabel, +GtkLabel:active, +GtkLabel:insensitive { + background-color: transparent; +} + +/*********** + * infobar * + ***********/ +GtkInfoBar { + border-width: 0; + border-style: none; +} + +.info { + border-width: 0; + border-style: none; + background-color: @info_bg_color; + background-image: none; + color: @info_fg_color; +} + +.warning { + border-width: 0; + border-style: none; + background-color: @warning_bg_color; + background-image: none; + color: @warning_fg_color; +} + +.question { + border-width: 0; + border-style: none; + background-color: @question_bg_color; + background-image: none; + color: @question_fg_color; +} + +.error { + border-width: 0; + border-style: none; + background-color: @error_bg_color; + background-image: none; + color: @error_fg_color; +} +.warning .button, +.question .button, +.info .button, +.error .button, +.warning .button.close, +.question .button.close, +.info .button.close, +.error .button.close { + text-shadow: none; + icon-shadow: none; + padding: 6px; + border-width: 1px; + border-style: solid; + border-color: transparent; + border-radius: 5px; + background-color: @button_info_color; + background-image: none; + color: @theme_selected_fg_color; +} +.warning .button.default, +.question .button.default, +.info .button.default, +.error .button.default { + text-shadow: none; + icon-shadow: none; +} +.warning .button:hover, +.question .button:hover, +.info .button:hover, +.error .button:hover, +.warning .button.close:hover, +.question .button.close:hover, +.info .button.close:hover, +.error .button.close:hover { + text-shadow: none; + icon-shadow: none; + background-color: shade(@button_info_color, 1.06); + background-image: none; +} +.warning .button:active, +.question .button:active, +.info .button:active, +.error .button:active, +.warning .button.close:active, +.question .button.close:active, +.info .button.close:active, +.error .button.close:active { + background-color: shade(@button_info_color, 0.925); + background-image: none; + color: shade(@theme_selected_fg_color, 0.95); +} +.warning .button:insensitive, +.question .button:insensitive, +.info .button:insensitive, +.error .button:insensitive { + background-color: shade(@button_info_color, 1.0); +} +.warning .button *:insensitive, +.question .button *:insensitive, +.info .button *:insensitive, +.error .button *:insensitive { + color: shade(@entry_border_color, 0.8); +} +/******************* + * symbolic images * + *******************/ +.image, +.view.image { + color: alpha(@theme_fg_color, 0.5); +} + +.image:hover, +.view.image:hover { + color: @theme_fg_color; +} + +.image:selected, +.image:selected:hover, +.view.image:selected, +.view.image:selected:hover { + color: @theme_selected_fg_color; +} + +/***************** + * miscellaneous * + *****************/ +.floating-bar { + border-width: 3px; + border-style: solid; + border-radius: 5px; + border-color: @entry_border_color; + background-color: @entry_border_color; + background-image: none; + color: @text_color; +} + +.floating-bar.top { + border-top-width: 0; + border-top-right-radius: 0; + border-top-left-radius: 0; +} + +.floating-bar.right { + border-right-width: 0; + border-top-right-radius: 0; + border-bottom-right-radius: 0; +} + +.floating-bar.bottom { + border-bottom-width: 0; + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; +} + +.floating-bar.left { + border-left-width: 0; + border-bottom-left-radius: 0; + border-top-left-radius: 0; +} + + +.floating-bar .button, +.floating-bar .button:focus { + -GtkButton-image-spacing: 0; + -GtkButton-inner-border: 0; + text-shadow: none; + icon-shadow: none; + border-style: none; + background-color: transparent; + background-image: none; +} + +.view.dim-label, +.dim-label { + color: alpha(currentColor, 0.6); +} + +.dnd { + border-width: 1px; + border-style: solid; + border-color: shade(@theme_selected_bg_color, 0.9); +} + +.grip { + background-color: transparent; +} + +.arrow { + color: alpha(@theme_fg_color, 0.7); +} + +/******** + * menu * + ********/ +GtkComboBox .menu { + border-width: 0; + background-color: @theme_base_color; +} +GtkMenuToolButton.menu { + background-color: @theme_base_color; +} +*.menuitem* { + font-weight: normal; + text-shadow: none; + icon-shadow: none; +} +.primary-toolbar .menu, +.primary-toolbar .button .menu, +.toolbar .menu, +.toolbar .primary-toolbar .menu, +.header-bar .menu, +.header-bar .primary-toolbar .menu, +.menubar .menu, +.menu { + text-shadow: none; + icon-shadow: none; + padding: 0; + border-radius: 0; + border-width: 0 1px 1px 1px; + border-style: solid; + background-color: @theme_base_color; + border-color: @entry_border_color; +} +.menu { + border-width: 1px; +} +.menu:selected { + background-color: @selected_bg_color; +} +.menu.button:hover, +.menu.button:checked, +.menu.button:checked:insensitive, +.menu.button:insensitive, +.menu.button { +} +.menu.button:insensitive { + color: @base_color; +} +GtkComboBox .menu.button:hover, +GtkComboBox .menu.button:active, +GtkComboBox .menu.button:insensitive, +GtkComboBox .menu.button { +} +GtkComboBox .menu.button:insensitive { + color: @base_color; +} +.context-menu { + font: initial; +} + +/* ubuntu software center menu */ +#toolbar-popup { + background-color: @theme_base_color; + color: @theme_text_color; +} + +/*********** + * menubar * + ***********/ +.menubar { + -GtkWidget-window-dragging: true; + + border-style: none; + background-color: @theme_bg_color; + background-image: none; + color: @theme_fg_color; +} + +/*************** + * menubaritem * + ***************/ + +.menubar.menuitem, +.menubar .menuitem { + padding: 3px 5px; + border-width: 2px 0 0 0; + border-style: solid; + border-color: transparent; + border-radius: 2px 2px 0 0; + background-color: transparent; + background-image: none; + color: @text_color2; +} + +.menubar.menuitem:hover, +.menubar .menuitem:hover, +.menubar .menuitem *:hover { + border-width: 2px 0 0 0; + border-style: solid; + border-top-color: @theme_selected_bg_color; + background-image: none; + background-color: @theme_base_color; + color: @theme_text_color; +} +/************ + * menuitem * + ************/ +GtkTreeMenu .menuitem { + padding: 0; + border-width: 0; +} + +.menuitem, +.menu .menuitem { + padding: 4px; + border-width: 0; + border-style: none; + border-radius: 0; + background-color: transparent; + background-image: none; + color: @theme_text_color; + -GtkMenuItem-arrow-scaling: 0.52; +} + +GtkComboBox .menu .menuitem { + background-color: @theme_base_color; + background-image: none; +} + +GtkComboBox .menu .menuitem:active, +GtkComboBox .menu .menuitem:hover, +GtkComboBox .menu .menuitem:selected, +GtkComboBox .menu .menuitem:active:hover { + background-color: mix(@button_default_active_color, white, 0.07); + color: @tooltip_fg_color; +} +GtkComboBox .menu .menuitem:checked, +GtkComboBox .menu .menuitem:checked:hover { + background-color: mix(@button_default_active_color, white, 0.07); + color: @tooltip_fg_color; +} +GtkComboBox .menu .menuitem:insensitive, +GtkComboBox .menu .menuitem *:insensitive { + color: mix(@theme_text_color, @theme_base_color, 0.6); +} + +GtkComboBox .button:insensitive { + background-color: @theme_base_color; + color: @theme_base_color; +} + +.menu .menuitem:active, +.menu .menuitem:hover { + background-color: @theme_selected_bg_color; + background-image: none; +} + +.menu .menuitem:active, +.menu .menuitem *:active, +.menu .menuitem:hover, +.menu .menuitem *:hover { + color: @tooltip_fg_color; +} + +.menu .menuitem:insensitive, +.menu .menuitem *:insensitive { + color: mix(@theme_text_color, @theme_base_color, 0.6); +} + +.menuitem.check, +.menuitem.radio, +.menuitem.check:hover, +.menuitem.radio:hover, +.menuitem.check:insensitive, +.menuitem.radio:insensitive { + border-style: none; + background-color: transparent; + background-image: none; +} + +.menuitem.check:active, +.menuitem.radio:active { + border-style: none; + background-color: transparent; +} + +.menuitem.arrow { + color: alpha(@theme_text_color, 0.6); +} + +.menuitem GtkCalendar:inconsistent { + color: mix(@theme_text_color, @theme_base_color, 0.4); +} + +.menuitem GtkCalendar.button { + text-shadow: none; + icon-shadow: none; + border-style: none; + background-color: transparent; + background-image: none; +} + +.menuitem .entry { + +} + +.menuitem .entry:active, +.menuitem .entry:focus { + +} + +.menuitem .accelerator { + color: @theme_text_color; +} + +.menuitem .accelerator:hover { + color: @theme_selected_fg_color; +} + +.menuitem .accelerator:insensitive { + color: mix(@theme_text_color, @theme_base_color, 0.55); +} + +GtkModelMenuItem GtkBox GtkImage { + padding-right: 4px; +} + +/************ + * notebook * + ************/ +.notebook { + padding: 0; + border-width: 1px; + border-style: solid; + background-color: @theme_base_color; + border-color: @entry_border_color; + border-radius: 3px; + background-image: none; + background-clip: border-box; +} + +.notebook GtkViewport { + background-color: @theme_base_color; + color: @theme_text_color; +} +.notebook GtkFrame { + margin: 10px 10px 10px 0; + padding: 10px 10px 10px 0; +} +.notebook.header { + background-color: @theme_bg_color; +} +.notebook tab { + padding: 5px; + border-style: solid; + border-radius: 3px; + border-color: @entry_border_color; + background-color: @tab_color; + background-image: none; +} + +.notebook tab:active, +.notebook tab:hover, +.notebook tab:active:hover { + border-color: @entry_border_color; + background-color: @theme_base_color; + background-image: none; +} +.notebook tab GtkLabel { + color: alpha(@text_color, 0.7);; +} +.notebook tab .prelight-page GtkLabel, +.notebook tab GtkLabel.prelight-page { + color: @text_color; +} +.notebook tab .active-page GtkLabel, +.notebook tab GtkLabel.active-page { + color: @text_color; +} +.notebook tab.top { + border-width: 1px 1px 0 1px; + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; +} + +.notebook tab.top:active { + border-width: 3px 1px 0 1px; + border-top-color: @theme_selected_bg_color; +} +.notebook tab.top:active { + border-width: 3px 1px 0 1px; + border-top-color: @theme_selected_bg_color; +} + +.notebook tab.right { + border-width: 1px 1px 1px 0; + border-bottom-left-radius: 0; + border-top-left-radius: 0; +} + +.notebook tab.right:active { + border-width: 1px 3px 1px 0; + border-right-color: @theme_selected_bg_color; +} + +.notebook tab.bottom { + border-width: 0 1px 1px 1px; + border-top-right-radius: 0; + border-top-left-radius: 0; +} + +.notebook tab.bottom:active { + border-width: 0 1px 3px 1px; + border-bottom-color: @theme_selected_bg_color; +} + +.notebook tab.left { + border-width: 1px 0 1px 1px; + border-top-right-radius: 0; + border-bottom-right-radius: 0; +} + +.notebook tab.left:active { + border-width: 1px 0 1px 3px; + border-left-color: @theme_selected_bg_color; +} +.notebook tab .button { + text-shadow: none; + icon-shadow: none; + background-color: transparent; + color: @theme_text_color; + box-shadow: none; + border: none; +} + +.notebook tab .button:active, +.notebook tab .button:active, +.notebook tab .button:checked, +.notebook tab .button:checked, +.notebook tab .button:hover, +.notebook tab .button:hover, +.notebook tab .button:hover:focus, +.notebook tab .button:hover:focus, +.notebook tab .button:active:hover:focus, +.notebook tab .button:active:hover:focus, +.notebook tab .button:selected, +.notebook tab .button:selected, +.notebook tab .button:selected:hover, +.notebook tab .button:selected:hover, +.notebook tab .button:active:hover, +.notebook tab .button:active:hover, +.notebook tab .button:checked:hover, +.notebook tab .button:checked:hover, +.notebook tab .button:checked:focus, +.notebook tab .button:checked:focus, +.notebook tab .button:active:focus, +.notebook tab .button:active:focus, +.notebook tab .button:checked:hover:focus, +.notebook tab .button:checked:hover:focus { + color: shade(@close_color, 1.0); + box-shadow: none; + background-color: transparent; +} +.notebook .button { + border: 1px solid shade(@bg_color, 1.0); +} +.notebook .button:hover { + color: shade(@theme_selected_bg_color, 0.8); +} +.notebook .entry .button:hover { + box-shadow: none; + color: shade(@theme_selected_bg_color, 0.8); +} +.notebook .button:insensitive { + box-shadow: none; + border: none; +} +.notebook column-header, +.notebook column-header .button { + box-shadow: none; + border-width: 1px; + border-image: linear-gradient(to top, + shade(@theme_bg_color, 0.95) 1px, + transparent 1px, + transparent 15%, + shade(@theme_bg_color, 0.95) 15%, + shade(@theme_bg_color, 0.95) 85%, + transparent 85%, + transparent) 0 1 1 0/ 0 1px 1px 0; + } +.notebook column-header:hover, +.notebook column-header .button:hover { + box-shadow: none; +} +/****************** + * pane separator * + ******************/ +.pane-separator { + background-color: transparent; + color: transparent; +} + +/************************* + * progressbar and scale * + *************************/ +GtkProgressBar { + -GtkProgressBar-min-horizontal-bar-height: 8; + -GtkProgressBar-min-vertical-bar-width: 8; + padding: 0; + border-width: 0; + border-radius: 3px; +} + +.progressbar row, +.progressbar row:hover, +.progressbar row:selected, +.progressbar row:selected:focus { + border-width: 0 0 4px 0; + border-style: solid; + border-color: @theme_selected_bg_color; + background-image: none; + border-radius: 0px; +} +.progressbar row:selected, +.progressbar row:selected:focus { + + border-color: @button_normal_color; +} + +.progressbar, +.progressbar.vertical { + border-width: 0; + border-style: none; + background-color: @green_widget; + background-image: none; +} + + +.trough row, +.trough row:hover, +.trough row:selected, +.trough row:selected:focus { + border-width: 0 0 4px 0; + border-style: solid; + border-color: @entry_border_color; + background-image: none; + border-radius: 0px; +} +.trough row:selected, +.trough row:selected:focus { + border-color: @entry_border_color; + +} +.trough, +.trough.vertical { + background-color: @theme_base_color; + background-image: none; +} + +/* level bars as used for password quality or remaining power */ +GtkLevelBar { + -GtkLevelBar-min-block-width: 34; + -GtkLevelBar-min-block-height: 2; +} + +GtkLevelBar.vertical { + -GtkLevelBar-min-block-width: 2; + -GtkLevelBar-min-block-height: 34; +} +.level-bar { +} +.level-bar.trough { + padding: 0; + border-radius: 2px; +} + +.level-bar.fill-block { + border-width: 0; + border-style: none; + background-color: @theme_selected_bg_color; +} + +.level-bar.indicator-continuous.fill-block { + padding: 1px; + border-radius: 2px; +} + +.level-bar.indicator-discrete.fill-block.horizontal { + margin: 0 1px; +} + +.level-bar.indicator-discrete.fill-block.vertical { + margin: 1px 0; +} + +/* discrete indicator border rounding, + uncomment when :nth-child will be working + on the widget + +.level-bar.indicator-discrete.fill-block.horizontal:first-child { + border-radius: 2px 0 0 2px; +} + +.level-bar.indicator-discrete.fill-block.horizontal:last-child { + border-radius: 0 2px 2px 0; +} + +.level-bar.indicator-discrete.fill-block.vertical:first-child { + border-radius: 2px 2px 0 0; +} + +.level-bar.indicator-discrete.fill-block.vertical:last-child { + border-radius: 0 0 2px 2px; +} +*/ + +.level-bar.fill-block.level-high { + background-image: linear-gradient(to bottom, + shade(@success_color, 1.2), + @success_color 75%, + shade(@success_color, 0.95) + ); +} + +.level-bar.fill-block.level-low { + background-image: linear-gradient(to bottom, + shade(@warning_color, 1.3), + @warning_color 75%, + shade(@warning_color, 0.9) + ); +} + +.level-bar.fill-block.empty-fill-block { + background-color: @entry_border_color; + background-image: none; +} + +.scale, +GtkScale { + padding: 0; + border-width: 0; + border-radius: 3px; + -GtkRange-slider-width: 20; + -GtkRange-trough-border: 0; + -GtkScale-slider-length: 20; +} + +.scale.slider { + border-radius: 11px; + background-color: @selected_bg_color; + background-image: none; + border: 3px solid transparent; +} + +.scale.slider:hover { + padding: 1px; + border: 2px solid transparent; + background-color: shade(@selected_bg_color, 0.9) +} +.scale.slider:active, +.scale.slider:active:hover{ + padding: 1px; + box-shadow: none; + border-color: shade(@selected_bg_color, 0.9); + background-color: shade(@selected_bg_color, 0.9) +} +.scale.slider:insensitive { + background-color: shade(@bg_color, 0.90); + background-image: none; +} + +.scale.slider.fine-tune:active, +.scale.slider.fine-tune:active:hover, +.scale.slider.fine-tune.horizontal:active, +.scale.slider.fine-tune.horizontal:active:hover { + background-size: 50%; + background-repeat: no-repeat; + background-position: center; +} + +GtkScale.mark { + color: mix(@text_color, @bg_color, 0.3); +} + +.scale.trough { + margin: 7px 0; + border-radius: 2px; + background-color: shade(@entry_border_color, 0.85); + background-image: none; +} + +.scale.trough.vertical { + margin: 0 7px; + border-radius: 3px; + background-color: shade(@entry_border_color, 0.85); + background-image: none; +} + +.menuitem .scale.highlight.top, +.scale.highlight.top, +.menuitem .scale.highlight.bottom, +.scale.highlight.bottom, +.menuitem .scale.highlight.left, +.scale.highlight.left, +.menuitem .scale.highlight.right, +.scale.highlight.right { + background-color: shade(@theme_selected_bg_color, 1.2); + background-image: none; +} + +.scale.trough:insensitive { + background-color: shade(@bg_color, 0.96); +} + +.menuitem .scale.highlight.top:insensitive, +.scale.highlight.top:insensitive, +.menuitem .scale.highlight.bottom:insensitive, +.scale.highlight.bottom:insensitive, +.menuitem .scale.highlight.left:insensitive, +.scale.highlight.left:insensitive, +.menuitem .scale.highlight.right:insensitive, +.scale.highlight.right:insensitive { + background-color: shade(@bg_color, 0.9); + background-image: none; +} + +.menu .menuitem .scale.slider { + background-color: shade(@green_widget,0.8); + border: 2px solid transparent; +} +.menu .menuitem .scale.slider:hover { + padding: 1px; + border: 1px solid transparent; + background-color: shade(@green_widget,0.8); +} +.menu .menuitem .scale.slider:active, +.menu .menuitem .scale.slider:active:hover{ + padding: 1px; + box-shadow: none; + border-color: shade(@green_widget,0.8); + background-color: shade(@green_widget,0.8); +} +.menu .menuitem .scale.slider:insensitive { + background-color: #f7f7f7; + background-image: none; +} +.menu .menuitem .scale.highlight.top, +.menu .menuitem .scale.highlight.bottom, +.menu .menuitem .scale.highlight.left, +.menu .menuitem .scale.highlight.right { + background-color: shade(@green_widget, 1.0); + background-image: none; +} +.menu .menuitem .scale.trough { + margin: 7px 0; + border-radius: 2px; + background-color: shade(@entry_border_color, 1.0); + background-image: none; +} +/************ + * popovers * + ************/ +GtkPopover { + margin: 10px; + padding: 2px; + border-radius: 2px; + border-color: shade(@theme_bg_color, 0.8); + border-width: 1px; + border-style: solid; + background-clip: border-box; + background-color: @theme_base_color; + color: @text_color; + box-shadow: 0 2px 3px alpha(black, 0.5); +} + +GtkPopover.background { + background-image: none; + background-color: @theme_base_color; +} + +GtkPopover:backdrop { + box-shadow: none; +} + +GtkPopover.osd { + box-shadow: 0 2px 7px 3px alpha(black, 0.5); + background-color: @theme_base_color; +} + +GtkPopover > .list, +GtkPopover > .view, +GtkPopover > .toolbar { + background-image: none; + background-color: transparent; +} + +GtkPopover .list-row { + color: @text_color; +} + +GtkPopover .list-row:hover { + background-image: none; + background-color: @theme_selected_bg_color; + color: @theme_selected_bg_color; +} + +GtkPopover .frame { + border: 1px solid mix(@menu_bg_color, @menu_fg_color, 0.12); + border-radius: 2px; +} + +GtkPopover .entry { + border-color: mix(@menu_bg_color, @menu_fg_color, 0.12); + background-color: @menu_bg_color; + background-image: none; + color: @text_color; +} + +GtkPopover .entry:hover, +GtkPopover .entry:focus, +GtkPopover .entry:active { + border-color: mix(@menu_bg_color, @menu_fg_color, 0.21); +} + +GtkPopover.osd > .toolbar .button { + border-radius: 0; + border-width: 0; + background-image: none; + background-color: transparent; +} + +GtkPopover .separator { + border: 0; + background-color: transparent; + color: alpha(currentColor, 0.5); + font-size: 80%; + font-weight: bold; +} + +.menuitem.button { + color: @theme_fg_color; +} + +.menuitem.button, +.menuitem.button:active, +.menuitem.button:checked, +.menuitem.button:insensitive, +.menuitem.button:active:insensitive, +.menuitem.button:checked:insensitive { + background-color: transparent; + background-image: none; + border: none; + box-shadow: none; + color: @text_color; +} + +.menuitem.button:active:hover, +.menuitem.button:checked:hover, +.menuitem.button:hover, +.menuitem.button:selected { + border: none; + background-color: @theme_selected_bg_color; + background-image: none; + color: @base_color; +} + +GtkModelButton.button { + color: @menu_fg_color; +} + + +GtkModelButton.button:focus, +GtkModelButton.button:active:focus, +GtkModelButton.button:checked:focus, +GtkModelButton.button:active, +GtkModelButton.button:checked, +GtkModelButton.button:insensitive:insensitive, +GtkModelButton.button:active:insensitive, +GtkModelButton.button:checked:insensitive, +GtkModelButton.button { + background-color: transparent; + background-image: none; + border-color: transparent; + border-image: none; + border-style: none; + box-shadow: none; +} + +GtkModelButton.button:backdrop, +GtkModelButton.button:hover:backdrop, +GtkModelButton.button:insensitive:backdrop, +GtkModelButton.button:active:insensitive:backdrop, +GtkModelButton.button:active:backdrop, +GtkModelButton.button:active:hover:backdrop, +GtkModelButton.button:active:selected:backdrop, +GtkModelButton.button:checked:insensitive:backdrop, +GtkModelButton.button:checked:backdrop, +GtkModelButton.button:checked:hover:backdrop, +GtkModelButton.button:checked:selected:backdrop { + text-shadow: none; + icon-shadow: none; + color: @theme_selected_fg_color; + background-color: transparent; + background-image: none; + border-color: transparent; + border-image: none; + border-style: none; + box-shadow: none; +} + +GtkModelButton.button:active:hover, +GtkModelButton.button:checked:hover, +GtkModelButton.button:hover, +GtkModelButton.button:selected { + background-image: none; + background-color: @theme_selected_bg_color; + color: @theme_base_color; + text-shadow: none; + border-width: 0; + border-color: transparent; + border-radius: 2px; +} + +/************* + * scrollbar * + *************/ +.scrollbar { + border-width: 0; + border-style: none; + border-radius: 1px; + padding: 0; + background-color: @theme_selected_bg_color; +} + +.scrollbars-junction, +.scrollbars-junction.frame, +.scrollbar.trough { + border-width: 0; + border-radius: 0; + background-color: transparent; + background-image: none; +} + +.scrollbar.button, +.scrollbar.button:active, +.scrollbar.button:active:hover { + text-shadow: none; + icon-shadow: none; + border-width: 0; + border-radius: 1px; + background-color: transparent; + background-image: none; + color: shade(@theme_bg_color, 0.6); +} + +.scrollbar.slider { + border-color: transparent; + border-style: solid; + border-radius: 1px; + background-color: alpha(@text_color2, 0.29); +} +.scrollbar.slider.vertical { + border-width: 0 1px 0 1px; +} +.scrollbar.slider.horizontal { + border-width: 1px 0 1px 0; +} +.scrollbar.slider:hover, +.scrollbar.slider.vertical:hover { + background-color: alpha(@text_color2, 0.33); + border-width: 0; +} +.scrollbar.slider:active, +.scrollbar.slider.vertical:active { + background-color: alpha(@text_color2, 0.4); + border-width: 0; +} +.scrollbar.slider:insensitive, +.scrollbar.slider.vertical:insensitive { + background-color: alpha(@text_color2, 0.1); +} +.scrollbar.trough, +.scrollbar.trough.vertical { + border-width: 0; + border-radius: 0; + background-color: @base_color; +} +.scrollbar.trough:insensitive, +.scrollbar.trough.vertical:insensitive { + background-color: @bg_color; +} +.scrollbar.slider.fine-tune:prelight:active { + background-size: 50%; + background-repeat: no-repeat; + background-position: center; +} + +/* overlay scrollbar */ +OsThumb { + background-color: @theme_bg_color; + color: shade(@theme_bg_color, 0.6); +} + +OsThumb:selected, +OsScrollbar:selected { + background-color: @theme_selected_bg_color; +} + +OsThumb:active, +OsScrollbar:active { + background-color: @theme_selected_bg_color; +} + +OsThumb:insensitive, +OsScrollbar:insensitive { + background-color: shade(@theme_bg_color, 0.9); +} + +/************* + * separator * + *************/ +.sidebar.separator, +.sidebar.view.separator, +.sidebar .view.separator, +.view.separator, +.separator, +.sidebar.separator:hover, +.sidebar.view.separator:hover, +.sidebar .view.separator:hover, +.view.separator:hover, +.separator:hover { + border-width: 1px; + border-style: solid; + border-color: @border_color; + color: @border_color; +} +.separator:insensitive { + border-color: @border_color; + color: @border_color; +} +.button .separator, +.button.separator { + border-width: 0; + color: transparent; +} + +.button .separator:insensitive, +.button.separator:insensitive { + color: transparent; + border-width: 0; +} + +.primary-toolbar GtkSeparatorToolItem, +.primary-toolbar .separator, +.primary-toolbar .separator:insensitive, +.toolbar GtkSeparatorToolItem, +.toolbar .separator, +.toolbar .separator:insensitive +.header-bar GtkSeparatorToolItem, +.header-bar .separator, +.header-bar .separator:insensitive { + -GtkWidget-window-dragging: true; + border-color: @bg_color; + color: @bg_color; +} + +.primary-toolbar .button .separator, +.primary-toolbar .button.separator, +.toolbar .button .separator, +.toolbar .button.separator, +.header-bar .button .separator, +.header-bar .button.separator { + border-color: transparent; +} + +.primary-toolbar .button .separator:insensitive, +.primary-toolbar .button.separator:insensitive, +.toolbar .button .separator:insensitive, +.toolbar .button.separator:insensitive, +.header-bar .button .separator:insensitive, +.header-bar .button.separator:insensitive { + border-color: transparent; +} + +.menuitem.separator { + -GtkMenuItem-horizontal-padding: 0; + -GtkWidget-separator-height: 1; + + border-style: none; + color: @entry_border_color; +} + +GtkComboBox .separator { + border-style: none; + + /* always disable separators */ + -GtkWidget-wide-separators: true; + -GtkWidget-horizontal-separator: 0; + -GtkWidget-vertical-separator: 0; +} + +/*********** + * sidebar * + ***********/ +.sidebar, +.sidebar.view, +.sidebar .view, +.sidebar GtkScrolledWindow { + -GtkScrolledWindow-scrollbar-spacing: 0; + -GtkScrolledWindow-scrollbars-within-bevel: 0; + border-width: 1px; + background-color: shade(@bg_color,1.05); + color: @theme_text_color; +} +.sidebar .view row:hover, +.sidebar row:hover { + color: shade(@selected_bg_color, 1.0); +} + +.sidebar row:selected, +.sidebar row:selected:focus, +.sidebar row:selected:prelight, +.sidebar row:selected:hover, +.sidebar row:active:hover, +.sidebar .view row:selected, +.sidebar .view row:selected:hover, +.sidebar .view row:selected:focus, +.sidebar .view row:selected:prelight, +.sidebar .view row:active:hover { + border-width: 0; + background-color: shade(@theme_selected_bg_color,0.9); + background-image: none; + color: shade(@base_color, 1.0); +} +.sidebar .frame { + border-width: 0; +} +.sidebar .radio, +.sidebar .radio:focus, +.sidebar .radio:selected { + background-image: none; + background-color: transparent; +} +.sidebar .scrollbar.trough, +.sidebar .scrollbar.trough.vertical { + background-color: shade(@bg_color,1.05); +} + +/************** + * spinbutton * + **************/ +.spinbutton { + border-left-style: none; + border-right-style: none; + border-top-style: none; + border-bottom-style: solid; + border-width: 2px; + border-color: shade(@theme_bg_color,0.8); + box-shadow: none; + border-radius: 0; +} +.spinbutton:insensitive { + border-bottom-style: none; +} +.spinbutton .button { + text-shadow: none; + icon-shadow: none; + color: mix(@theme_text_color, @theme_base_color, 0.5); + box-shadow: none; + border-width: 0; + border-radius: 2px; + border-style: none; + background-color: transparent; + background-image: none; + +} + +.spinbutton .button:insensitive { + color: mix(@theme_text_color, @theme_base_color, 0.55); +} + +.spinbutton .button:active, +.spinbutton .button:hover { + color: shade(@theme_selected_bg_color, 1.0); +} + +.spinbutton .button:first-child { +} + +.spinbutton .button:last-child { +} + +.spinbutton .button:dir(rtl) { + +} + +.spinbutton.vertical .button { + text-shadow: none; + icon-shadow: none; + border-width: 1px; + border-style: solid; + border-color: @entry_border_color; + border-radius: 2px; + background-color: @theme_base_color; + color: mix(@theme_text_color, @theme_base_color, 0.5); + background-image: none; + +} + +.spinbutton.vertical .button:hover { + color: @theme_fg_color; + background-image: none; + background-color: @selected_bg_color; +} + +.spinbutton.vertical .button:active { + color: @theme_fg_color; + background-image: none; + background-color: @selected_bg_color; +} + +.spinbutton.vertical .button:active:hover { + +} + +.spinbutton.vertical .button:focus, +.spinbutton.vertical .button:hover:focus, +.spinbutton.vertical .button:active:focus, +.spinbutton.vertical .button:active:hover:focus { + +} + +.spinbutton.vertical .button:insensitive { + background-color: shade(@theme_bg_color,1.0); + background-image: none; + color: mix(@theme_text_color, @theme_base_color, 0.55); + background-image: none; +} + +.spinbutton.vertical .button:first-child { + border-width: 1px 1px 0 1px; + border-bottom-width: 0; + border-radius: 2px; + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; +} + +.spinbutton.vertical .button:last-child { + border-width: 0 1px 1px 1px; + border-top-width: 0; + border-radius: 2px; + border-top-left-radius: 0; + border-top-right-radius: 0; +} + +.spinbutton.vertical.entry { + border-width: 1px; + border-style: solid; + border-top-color: @theme_base_color; + border-bottom-color: @theme_base_color; + border-radius: 0; +} +.spinbutton.vertical.entry:insensitive { + border-top-color: shade(@theme_bg_color, 0.95); + border-bottom-color: shade(@theme_bg_color, 0.95); +} +.spinbutton.vertical.entry:active, +.spinbutton.vertical.entry:focus { + border-color: @theme_selected_bg_color; +} + +/*********** + * spinner * + ***********/ +@keyframes spin { + to { -gtk-icon-transform: rotate(1turn); } +} + +.spinner { + -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); + color: @selected_bg_color; + opacity: 0; +} + +.spinner:active { + animation: spin 1s infinite linear; + opacity: 1; +} + +.spinner:active:backdrop { + color: @backdrop_fg_color; +} + +.spinner:active:insensitive { + opacity: 0.5; +} +.menu.spinner, +.menu .spinner, +.menu .spinner:hover, +.primary-toolbar .spinner { + color: @theme_selected_bg_color; + border: none; + box-shadow: none; +} +/************* + * statusbar * + *************/ +GtkStatusbar { + padding: 4px; + color: @theme_fg_color; +} + +/********** + * switch * + **********/ +GtkSwitch { + padding: 0px; + border-radius: 2px; + font: bold condensed; + outline-offset: -4px; +} + +GtkSwitch.slider { + border: 2px solid transparent; + border-radius: 2px; + background-color: @theme_base_color; + background-image: none; +} + +GtkSwitch.slider:insensitive { + background-color: @theme_bg_color; + background-image: none; +} + +GtkSwitch.trough { + border: none; + background-color: @switch_bg_color; + background-image: none; + color: @theme_selected_fg_color; +} + +GtkSwitch.trough:active { + background-color: @theme_selected_bg_color; + background-image: none; + color: @theme_selected_fg_color; +} + +GtkSwitch.trough:insensitive { + background-color: shade(@switch_bg_color, 1.1); + background-image: none; + color: mix(@theme_selected_fg_color, @theme_fg_color, 0.5); +} + +/************ + * textview * + ************/ +GtkTextView { + background-color: @theme_base_color; + color: @theme_text_color; +} + +/***************** + * color chooser * + *****************/ +GtkColorSwatch, +GtkColorSwatch:selected { + border-width: 4px; + border-style: solid; + border-radius: 7px; + border-color: @theme_bg_color; + background-color: transparent; + transition: all 200ms ease-out; +} + +GtkColorSwatch:hover, +GtkColorSwatch:selected:hover { + border-width: 0; + border-radius: 5px; + border-color: @theme_bg_color; + transition: all 200ms ease-in; +} + +GtkColorSwatch.color-dark:hover { +} + +GtkColorSwatch.color-light:hover { +} + +GtkColorSwatch.color-light:selected:hover, +GtkColorSwatch.color-dark:selected:hover { + background-image: none; +} + +GtkColorSwatch.left, +GtkColorSwatch:first-child { + +} + +GtkColorSwatch.right, +GtkColorSwatch:last-child { + +} + +GtkColorSwatch:only-child { + +} + +GtkColorSwatch.top { + +} + +GtkColorSwatch.bottom { + +} + +GtkColorChooserWidget #add-color-button { + border-color: @entry_border_color; + border-width: 1px; + border-style: solid; + border-radius: 5px; + background-color: @theme_base_color; + color: mix(@theme_text_color, @theme_base_color, 0.6); +} + +GtkColorChooserWidget #add-color-button:hover { + border-color: @entry_border_color; + border-width: 1px; + border-style: solid; + border-radius: 5px; + background-color: @theme_base_color; + color: @theme_fg_color; +} + +.color-active-badge, +.color-active-badge:selected { + border-width: 1px; + border-style: solid; + border-width: 2px; + background-color: transparent; +} + +.color-active-badge.color-light, +.color-active-badge.color-light:hover { + border-color: alpha(black, 0.3); + color: alpha(black, 0.3); +} + +.color-active-badge.color-dark, +.color-active-badge.color-dark:hover { + border-color: alpha(white, 0.3); + color: alpha(white, 0.3); +} + +GtkColorEditor GtkColorSwatch { + border-width: 4px; + border-style: solid; + border-radius: 7px; + border-color: @theme_bg_color; + background-color: transparent; + transition: all 200ms ease-out; +} + +GtkColorEditor GtkColorSwatch.color-dark:hover, +GtkColorEditor GtkColorSwatch.color-light:hover { + border-width: 0; + border-radius: 5px; + border-color: @theme_bg_color; + transition: all 200ms ease-in; +} + +GtkColorButton.button { + padding: 6px; +} + +/************** + * header-bar * + **************/ + +.header-bar { + padding: 4px; + border-width: 0; + border-style: solid; + border-color: @theme_bg_color; + background-color: @theme_bg_color; +} + +.header-bar .button.text-button { + padding: 0 4px; +} + +.header-bar .button.image-button { + padding: 4px; +} + +.header-bar .title { + font: bold; +} + +.header-bar .subtitle { + font: smaller; +} + +/*********** + * toolbar * + ***********/ +.toolbar { + padding: 4px; + border-style: none; + background-color: @theme_bg_color; + background-image: none; +} + +.toolbar .button { + padding: 2px; +} + +.toolbar .button.text-button { + padding: 2px 4px; +} + +.toolbar .button.image-button { + padding: 4px 3px 3px 4px; +} + +.toolbar:insensitive { + background-color: @theme_bg_color; +} + +/* menubar toolbars */ +.toolbar.menubar { + -GtkToolbar-button-relief: normal; +} + +/******************* + * primary-toolbar * + *******************/ +.primary-toolbar, +.primary-toolbar .toolbar, +.primary-toolbar.toolbar { + +} + +.primary-toolbar GtkComboBox, +.primary-toolbar .button, +.primary-toolbar GtkComboBox:insensitive, +.primary-toolbar .button:insensitive { + +} +.primary-toolbar GtkComboBox, +.primary-toolbar .button { + +} +.toolbar GtkComboBox, +.toolbar .button, +.header-bar GtkComboBox, +.header-bar .button { + +} +.primary-toolbar GtkComboBox:hover, +.primary-toolbar .button:hover { + text-shadow: none; + icon-shadow: none; + background-image: none; + color: @theme_selected_bg_color; + +} +.primary-toolbar GtkComboBox:active, +.primary-toolbar .button:active, +.primary-toolbar GtkComboBox:active:hover, +.primary-toolbar .button:active:hover { + background-color: @theme_selected_bg_color; + color: @base_color; +} +.primary-toolbar GtkComboBox:checked, +.primary-toolbar .button:checked, +.primary-toolbar GtkComboBox:checked:hover, +.primary-toolbar .button:checked:hover { + background-color: @theme_selected_bg_color; + color: @base_color; +} +/*.primary-toolbar.toolbar GtkComboBox *{ + color: @theme_fg_color; + +} +.primary-toolbar.toolbar GtkComboBox *:hover, +.primary-toolbar.toolbar GtkComboBox .menu * { + color: @theme_selected_fg_color; + +}*/ + + +.primary-toolbar GtkComboBox .arrow:insensitive { + color: mix(@theme_fg_color, @theme_bg_color, 0.6); +} + +.primary-toolbar GtkComboBox .arrow { + color: shade(@theme_fg_color, 1.2); +} +.primary-toolbar GtkComboBox .arrow:active, +.primary-toolbar GtkComboBox .arrow:hover { + color: shade(@theme_selected_fg_color, 0.95); +} + +.primary-toolbar GtkComboBox .menu .menuitem *{ + + +} +.primary-toolbar GtkComboBox *:hover, +.primary-toolbar .button *:hover, +.toolbar .button *:hover, +.header-bar .button *:hover { + +} +.primary-toolbar GtkComboBox *:active, +.primary-toolbar .button *:active, +.toolbar .button *:active, +.header-bar .button *:active, +.primary-toolbar GtkComboBox *:active:hover, +.primary-toolbar .button *:active:hover, +.toolbar .button *:active:hover, +.header-bar .button *:active:hover { + color: @base_color; +} + +.primary-toolbar .button:focus, +.primary-toolbar .button:hover:focus, +.primary-toolbar .button:active:focus, +.primary-toolbar .button:active:hover:focus, +.toolbar .button:focus, +.toolbar .button:hover:focus, +.toolbar .button:active:focus, +.toolbar .button:active:hover:focus, +.header-bar .button:focus, +.header-bar .button:hover:focus, +.header-bar .button:active:focus, +.header-bar .button:active:hover:focus { + +} + +.primary-toolbar .button:insensitive, +.toolbar .button:insensitive, +.header-bar .button:insensitive { + +} + +.primary-toolbar .button *:insensitive { + color: shade(@entry_border_color, 0.8); +} + +.primary-toolbar .entry, +.toolbar .entry, +.header-bar .entry { + +} + +.primary-toolbar .entry:active, +.primary-toolbar .entry:focus, +.toolbar .entry:active, +.toolbar .entry:focus, +.header-bar .entry:active, +.header-bar .entry:focus { + +} + +/* inline-toolbar */ +.inline-toolbar.toolbar { + -GtkToolbar-button-relief: normal; + + padding: 2px; + border-width: 0; + border-style: none; + border-color: transparent; + background-color: transparent; + background-image: none; +} + +.inline-toolbar.toolbar:last-child { + +} + +.inline-toolbar.toolbar .button { + +} + +.inline-toolbar.toolbar .button:hover { + +} + +.inline-toolbar.toolbar .button:active { + +} + +.inline-toolbar.toolbar .button:active:hover { + +} + +.inline-toolbar.toolbar .button:focus, +.inline-toolbar.toolbar .button:hover:focus, +.inline-toolbar.toolbar .button:active:focus, +.inline-toolbar.toolbar .button:active:hover:focus { + +} + +.inline-toolbar.toolbar .button *:insensitive, +.inline-toolbar.toolbar GtkToolButton .button:insensitive { + +} + +/****************** + * linked buttons * + *****************/ +/* set up shadows for visual separation */ +.linked .button, +.inline-toolbar.toolbar .button, +.inline-toolbar.toolbar GtkToolButton .button, +.inline-toolbar.toolbar GtkToolButton > .button { + text-shadow: none; + icon-shadow: none; + background-color: @button_normal_color; + background-image: none; + color: @theme_selected_fg_color; + +} +.linked .button:hover, +.inline-toolbar.toolbar .button:hover, +.inline-toolbar.toolbar GtkToolButton .button:hover, +.inline-toolbar.toolbar GtkToolButton > .button:hover { + text-shadow: none; + icon-shadow: none; + background-color: shade(@button_normal_color, 1.06); + background-image: none; + +} +.linked .button:active, +.inline-toolbar.toolbar .button:active, +.inline-toolbar.toolbar GtkToolButton .button:active, +.inline-toolbar.toolbar GtkToolButton > .button:active { + + background-color: @theme_selected_bg_color; + background-image: none; + +} + +.linked .button:insensitive, +.inline-toolbar.toolbar .button:insensitive, +.inline-toolbar.toolbar GtkToolButton .button:insensitive, +.inline-toolbar.toolbar GtkToolButton > .button:insensitive { + + background-color: shade(@button_normal_color, 1.0); + background-image: none; +} + +/* remove box shadow from last-child and only-child */ +.linked .button:last-child, +.linked .button:only-child, +.linked .button:insensitive:last-child, +.linked .button:insensitive:only-child, +.linked .button:active *:insensitive:last-child, +.linked .button:active *:insensitive:only-child, +.inline-toolbar.toolbar .button:last-child, +.inline-toolbar.toolbar .button:only-child, +.inline-toolbar.toolbar .button:insensitive:last-child, +.inline-toolbar.toolbar .button:insensitive:only-child, +.inline-toolbar.toolbar .button:active *:insensitive:last-child, +.inline-toolbar.toolbar .button:active *:insensitive:only-child, +.inline-toolbar.toolbar GtkToolButton:last-child > .button, +.inline-toolbar.toolbar GtkToolButton:only-child > .button, +.inline-toolbar.toolbar GtkToolButton:last-child > .button:insensitive, +.inline-toolbar.toolbar GtkToolButton:only-child > .button:insensitive, +.inline-toolbar.toolbar GtkToolButton:last-child > .button:active *:insensitive, +.inline-toolbar.toolbar GtkToolButton:only-child > .button:active *:insensitive { + +} + +/* add back the inset shadow effect */ +.linked .button:active:last-child, +.linked .button:active:only-child, +.inline-toolbar.toolbar .button:active:last-child, +.inline-toolbar.toolbar .button:active:only-child, +.inline-toolbar.toolbar GtkToolButton:last-child > .button:active, +.inline-toolbar.toolbar GtkToolButton:only-child > .button:active { +} + +/* middle button */ + +.linked .button, +.linked .button:active, +.linked .button:active:hover, +.linked .button:insensitive, +.inline-toolbar.toolbar .button, +.inline-toolbar.toolbar .button:active, +.inline-toolbar.toolbar .button:insensitive, +.inline-toolbar.toolbar GtkToolButton .button, +.inline-toolbar.toolbar GtkToolButton .button:active, +.inline-toolbar.toolbar GtkToolButton .button:insensitive { + border-width: 1px; + border-radius: 0; + border-color: transparent; + border-style: solid; +} + +/*leftmost button */ +.linked .entry:first-child, +.linked .button:first-child, +.linked .button:active:first-child, +.linked .button:active:hover:first-child, +.linked .button:insensitive:first-child, +GtkFileChooser .button:first-child, +GtkFileChooser .button:active:first-child, +GtkFileChooser .button:active:hover:first-child, +GtkFileChooser .button:insensitive:first-child, +.inline-toolbar.toolbar .button:first-child, +.inline-toolbar.toolbar .button:active:first-child, +.inline-toolbar.toolbar .button:insensitive:first-child, +.inline-toolbar.toolbar GtkToolButton:first-child .button, +.inline-toolbar.toolbar GtkToolButton:first-child .button:active, +.inline-toolbar.toolbar GtkToolButton:first-child .button:insensitive { + border-radius: 3px; + border-bottom-right-radius: 0; + border-top-right-radius: 0; + padding: 4px; +} + +/* rightmost button */ +.linked .entry:last-child, +.linked .button:last-child, +.linked .button:active:last-child, +.linked .button:active:hover:last-child, +.linked .button:insensitive:last-child, +GtkFileChooser .button:last-child, +GtkFileChooser .button:active:last-child, +GtkFileChooser .button:active:hover:last-child, +GtkFileChooser .button:insensitive:last-child, +.inline-toolbar.toolbar .button:last-child, +.inline-toolbar.toolbar .button:active:last-child, +.inline-toolbar.toolbar .button:insensitive:last-child, +.inline-toolbar.toolbar GtkToolButton:last-child .button, +.inline-toolbar.toolbar GtkToolButton:last-child .button:active, +.inline-toolbar.toolbar GtkToolButton:last-child .button:insensitive { + border-radius: 3px; + border-bottom-left-radius: 0; + border-top-left-radius: 0; + padding: 4px; +} + +/* linked single button */ +.linked .entry:only-child, +.linked .button:only-child, +.linked .button:active:only-child, +.linked .button:active:hover:only-child, +.linked .button:insensitive:only-child, +GtkFileChooser .button:only-child, +GtkFileChooser .button:active:only-child, +GtkFileChooser .button:active:hover:only-child, +GtkFileChooser .button:insensitive:only-child, +.inline-toolbar.toolbar .button:only-child, +.inline-toolbar.toolbar .button:active:only-child, +.inline-toolbar.toolbar .button:insensitive:only-child, +.inline-toolbar.toolbar GtkToolButton:only-child .button, +.inline-toolbar.toolbar GtkToolButton:only-child .button:active, +.inline-toolbar.toolbar GtkToolButton:only-child .button:insensitive { + border-radius: 3px; + padding: 4px; +} + +/* linked button shadows (vertical) */ +.linked.vertical .button, +.inline-toolbar.toolbar.vertical .button, +.inline-toolbar.toolbar.vertical GtkToolButton > .button { + +} +.linked.vertical .button:hover, +.inline-toolbar.toolbar.vertical .button:hover, +.inline-toolbar.toolbar.vertical GtkToolButton > .button:hover { + +} +.linked.vertical .button:active, +.inline-toolbar.toolbar.vertical .button:active, +.inline-toolbar.toolbar.vertical GtkToolButton > .button:active { + +} + +.linked.vertical .button:insensitive, +.inline-toolbar.toolbar.vertical .button:insensitive, +.inline-toolbar.toolbar.vertical GtkToolButton > .button:insensitive { + +} + +/* remove box shadow from last-child and only-child */ +.linked.vertical .button:last-child, +.linked.vertical .button:only-child, +.linked.vertical .button:insensitive:last-child, +.linked.vertical .button:insensitive:only-child, +.linked.vertical .button:active *:insensitive:last-child, +.linked.vertical .button:active *:insensitive:only-child, +.inline-toolbar.toolbar.vertical .button:last-child, +.inline-toolbar.toolbar.vertical .button:only-child, +.inline-toolbar.toolbar.vertical .button:insensitive:last-child, +.inline-toolbar.toolbar.vertical .button:insensitive:only-child, +.inline-toolbar.toolbar.vertical .button:active *:insensitive:last-child, +.inline-toolbar.toolbar.vertical .button:active *:insensitive:only-child, +.inline-toolbar.toolbar.vertical GtkToolButton:last-child > .button, +.inline-toolbar.toolbar.vertical GtkToolButton:only-child > .button, +.inline-toolbar.toolbar.vertical GtkToolButton:last-child > .button:insensitive, +.inline-toolbar.toolbar.vertical GtkToolButton:only-child > .button:insensitive, +.inline-toolbar.toolbar.vertical GtkToolButton:last-child > .button:active *:insensitive, +.inline-toolbar.toolbar.vertical GtkToolButton:only-child > .button:active *:insensitive { + +} + +/* add back the inset shadow effect */ +.linked.vertical .button:active:last-child, +.linked.vertical .button:active:only-child, +.inline-toolbar.toolbar.vertical .button:active:last-child, +.inline-toolbar.toolbar.vertical .button:active:only-child, +.inline-toolbar.toolbar.vertical GtkToolButton:last-child > .button:active, +.inline-toolbar.toolbar.vertical GtkToolButton:only-child > .button:active { + +} + +/* middle button (vertical) */ + +.linked.vertical .button, +.linked.vertical .button:active, +.linked.vertical .button:active:hover, +.linked.vertical .button:insensitive { + border-width: 1px; + border-radius: 0; + border-color: transparent; + border-style: solid; +} + +/* top button (vertical) */ +.linked.vertical .entry:first-child, +.linked.vertical .button:first-child, +.linked.vertical .button:active:first-child, +.linked.vertical .button:active:hover:first-child, +.linked.vertical .button:insensitive:first-child { + border-radius: 3px; + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; +} + +/* bottom button (vertical) */ +.linked.vertical .entry:last-child, +.linked.vertical .button:last-child, +.linked.vertical .button:active:last-child, +.linked.vertical .button:active:hover:last-child, +.linked.vertical .button:insensitive:last-child { + border-radius: 3px; + border-top-left-radius: 0; + border-top-right-radius: 0; +} + +/* linked single button (vertical) */ +.linked.vertical .entry:only-child, +.linked.vertical .button:only-child, +.linked.vertical .button:active:only-child, +.linked.vertical .button:active:hover:only-child, +.linked.vertical .button:insensitive:only-child { + border-radius: 3px; +} +.linked .button .arrow, +.inline-toolbar.toolbar .button .arrow { + color: @theme_selected_fg_color; +} +/* linked toolbar buttons */ +.primary-toolbar .button.raised.linked, +.primary-toolbar .raised.linked .button, +.toolbar .button.raised.linked, +.toolbar .raised.linked .button, +.toolbar .linked .button, +.header-bar .button.raised.linked, +.header-bar .raised.linked .button, +.header-bar .linked .button { + text-shadow: none; + icon-shadow: none; + background-color: @theme_bg_color; + background-image: none; +} +.primary-toolbar .button.raised.linked.text-button, +.primary-toolbar .raised.linked .button.text-button, +.toolbar .button.raised.linked.text-button, +.toolbar .raised.linked .button.text-button, +.toolbar .linked .button.text-button, +.header-bar .button.raised.linked.text-button, +.header-bar .raised.linked .button.text-button, +.header-bar .linked .button.text-button { + background-color: @theme_base_color; +} +.primary-toolbar .button.raised.linked:hover, +.primary-toolbar .raised.linked .button:hover, +.toolbar .button.raised.linked:hover, +.toolbar .raised.linked .button:hover, +.toolbar .linked .button:hover, +GtkFileChooser .button:hover, +GtkFileChooser .button:active:hover, +GtkFileChooser .button:checked:hover, +.header-bar .button.raised.linked:hover, +.header-bar .raised.linked .button:hover, +.header-bar .linked .button:hover { + color: @theme_selected_bg_color; + text-shadow: none; + icon-shadow: none; + background-image: none; +} +.primary-toolbar .button.raised.linked:active, +.primary-toolbar .raised.linked .button:active, +.toolbar .button.raised.linked:active, +.toolbar .raised.linked .button:active, +.toolbar .linked .button:active, +GtkFileChooser .button:active:hover, +GtkFileChooser .button:checked:hover, +.header-bar .button.raised.linked:active, +.header-bar .raised.linked .button:active, +.header-bar .linked .button:active { + background-color: @selected_bg_color; + background-image: none; + color: @theme_base_color; +} +.primary-toolbar .button.raised.linked:checked, +.primary-toolbar .raised.linked .button:checked, +.toolbar .button.raised.linked:checked, +.toolbar .raised.linked .button:checked, +.toolbar .linked .button:checked, +GtkFileChooser .button:checked, +.header-bar .button.raised.linked:checked, +.header-bar .raised.linked .button:checked, +.header-bar .linked .button:checked { + background-color: @selected_bg_color; + background-image: none; + color: @theme_base_color; +} +.primary-toolbar .button.raised.linked:insensitive, +.primary-toolbar .raised.linked .button:insensitive, +.toolbar .button.raised.linked:insensitive, +.toolbar .raised.linked .button:insensitive, +.toolbar .linked .button:insensitive, +GtkFileChooser .button:insensitive, +.header-bar .button.raised.linked:insensitive, +.header-bar .raised.linked .button:insensitive, +.header-bar .linked .button:insensitive { + box-shadow: none; + background-color: @bg_color; + background-image: none; +} + +/* remove box shadow from last-child and only-child */ +.primary-toolbar .button.raised.linked:last-child, +.primary-toolbar .button.raised.linked:only-child, +.primary-toolbar .button:insensitive.raised.linked:last-child, +.primary-toolbar .button:insensitive.raised.linked:only-child, +.primary-toolbar .button:active *:insensitive.raised.linked:last-child, +.primary-toolbar .button:active *:insensitive.raised.linked:only-child, +.primary-toolbar .raised.linked .button:last-child, +.primary-toolbar .raised.linked .button:only-child, +.primary-toolbar .raised.linked .button:insensitive:last-child, +.primary-toolbar .raised.linked .button:insensitive:only-child, +.primary-toolbar .raised.linked .button:active *:insensitive:last-child, +.primary-toolbar .raised.linked .button:active *:insensitive:only-child, +.toolbar .button.raised.linked:last-child, +.toolbar .button.raised.linked:only-child, +.toolbar .button:insensitive.raised.linked:last-child, +.toolbar .button:insensitive.raised.linked:only-child, +.toolbar .button:active *:insensitive.raised.linked:last-child, +.toolbar .button:active *:insensitive.raised.linked:only-child, +.toolbar .raised.linked .button:last-child, +.toolbar .raised.linked .button:only-child, +.toolbar .raised.linked .button:insensitive:last-child, +.toolbar .raised.linked .button:insensitive:only-child, +.toolbar .raised.linked .button:active *:insensitive:last-child, +.toolbar .raised.linked .button:active *:insensitive:only-child, +.toolbar .linked .button:last-child, +.toolbar .linked .button:only-child, +.toolbar .linked .button:insensitive:last-child, +.toolbar .linked .button:insensitive:only-child, +.toolbar .linked .button:active *:insensitive:last-child, +.toolbar .linked .button:active *:insensitive:only-child, +.header-bar .button.raised.linked:last-child, +.header-bar .button.raised.linked:only-child, +.header-bar .button:insensitive.raised.linked:last-child, +.header-bar .button:insensitive.raised.linked:only-child, +.header-bar .button:active *:insensitive.raised.linked:last-child, +.header-bar .button:active *:insensitive.raised.linked:only-child, +.header-bar .raised.linked .button:last-child, +.header-bar .raised.linked .button:only-child, +.header-bar .raised.linked .button:insensitive:last-child, +.header-bar .raised.linked .button:insensitive:only-child, +.header-bar .raised.linked .button:active *:insensitive:last-child, +.header-bar .raised.linked .button:active *:insensitive:only-child, +.header-bar .linked .button:last-child, +.header-bar .linked .button:only-child, +.header-bar .linked .button:insensitive:last-child, +.header-bar .linked .button:insensitive:only-child, +.header-bar .linked .button:active *:insensitive:last-child, +.header-bar .linked .button:active *:insensitive:only-child { + +} + +/* add back the inset shadow effect */ +.primary-toolbar .button:active.raised.linked:last-child, +.primary-toolbar .button:active.raised.linked:only-child, +.primary-toolbar .raised.linked .button:active:last-child, +.primary-toolbar .raised.linked .button:active:only-child, +.toolbar .button:active.raised.linked:last-child, +.toolbar .button:active.raised.linked:only-child, +.toolbar .raised.linked .button:active:last-child, +.toolbar .raised.linked .button:active:only-child, +.toolbar .linked .button:active:last-child, +.toolbar .linked .button:active:only-child, +.header-bar .button:active.raised.linked:last-child, +.header-bar .button:active.raised.linked:only-child, +.header-bar .raised.linked .button:active:last-child, +.header-bar .raised.linked .button:active:only-child, +.header-bar .linked .button:active:last-child, +.header-bar .linked .button:active:only-child { + +} + +/* middle button */ +.primary-toolbar .button.raised.linked, +.primary-toolbar .button.raised.linked:active, +.primary-toolbar .button.raised.linked:insensitive, +.primary-toolbar .raised.linked .button, +.primary-toolbar .raised.linked .button:active, +.primary-toolbar .raised.linked .button:insensitive, +.toolbar .button.raised.linked, +.toolbar .button.raised.linked:active, +.toolbar .button.raised.linked:insensitive, +.toolbar .raised.linked .button, +.toolbar .raised.linked .button:active, +.toolbar .raised.linked .button:insensitive, +.toolbar .linked .button, +.toolbar .linked .button:active, +.toolbar .linked .button:insensitive, +.header-bar .button.raised.linked, +.header-bar .button.raised.linked:active, +.header-bar .button.raised.linked:insensitive, +.header-bar .raised.linked .button, +.header-bar .raised.linked .button:active, +.header-bar .raised.linked .button:insensitive, +.header-bar .linked .button, +.header-bar .linked .button:active, +.header-bar .linked .button:insensitive { + border-width: 0; + border-radius: 0; + border-color: transparent; + border-style: solid; +} + +/* leftmost button */ +.primary-toolbar .button.raised.linked:first-child, +.primary-toolbar .button.raised.linked:active:first-child, +.primary-toolbar .button.raised.linked:insensitive:first-child, +.primary-toolbar .raised.linked .button:first-child, +.primary-toolbar .raised.linked .button:active:first-child, +.primary-toolbar .raised.linked .button:insensitive:first-child, +.toolbar .button.raised.linked:first-child, +.toolbar .button.raised.linked:active:first-child, +.toolbar .button.raised.linked:insensitive:first-child, +.toolbar .raised.linked .button:first-child, +.toolbar .raised.linked .button:active:first-child, +.toolbar .raised.linked .button:insensitive:first-child, +.toolbar .linked .button:first-child, +.toolbar .linked .button:active:first-child, +.toolbar .linked .button:insensitive:first-child, +.header-bar .button.raised.linked:first-child, +.header-bar .button.raised.linked:active:first-child, +.header-bar .button.raised.linked:insensitive:first-child, +.header-bar .raised.linked .button:first-child, +.header-bar .raised.linked .button:active:first-child, +.header-bar .raised.linked .button:insensitive:first-child, +.header-bar .linked .button:first-child, +.header-bar .linked .button:active:first-child, +.header-bar .linked .button:insensitive:first-child { + border-radius: 3px; + border-bottom-right-radius: 0; + border-top-right-radius: 0; +} + +.header-bar .path-bar .button { + background-color: @base_color; + padding: 5px; +} +.header-bar .path-bar .button:insensitive { + background-color: @base_color; +} +.header-bar .path-bar .button .arrow { + color: shade(@text_color, 0.8); +} +.header-bar .path-bar .button .arrow:hover, +.header-bar .path-bar .button .arrow:active, +.header-bar .path-bar .button .arrow:active:hover, +.header-bar .path-bar .button .arrow:checked { + color: @selected_bg_color; +} +.header-bar .path-bar .button .arrow:insensitive { + color: @bg_color; +} +.primary-toolbar .button.image-button.raised.linked:first-child, +.primary-toolbar .button.image-button.raised.linked:active:first-child, +.primary-toolbar .button.image-button.raised.linked:insensitive:first-child, +.primary-toolbar .raised.linked .button.image-button:first-child, +.primary-toolbar .raised.linked .button.image-button:active:first-child, +.primary-toolbar .raised.linked .button.image-button:insensitive:first-child, +.toolbar .button.image-button.raised.linked:first-child, +.toolbar .button.image-button.raised.linked:active:first-child, +.toolbar .button.image-button.raised.linked:insensitive:first-child, +.toolbar .raised.linked .button.image-button:first-child, +.toolbar .raised.linked .button.image-button:active:first-child, +.toolbar .raised.linked .button.image-button:insensitive:first-child, +.toolbar .linked .button.image-button:first-child, +.toolbar .linked .button.image-button:active:first-child, +.toolbar .linked .button.image-button:insensitive:first-child, +.header-bar .button.image-button.raised.linked:first-child, +.header-bar .button.image-button.raised.linked:active:first-child, +.header-bar .button.image-button.raised.linked:insensitive:first-child, +.header-bar .raised.image-button.linked .button:first-child, +.header-bar .raised.image-button.linked .button:active:first-child, +.header-bar .raised.image-button.linked .button:insensitive:first-child, +.header-bar .linked .button.image-button:first-child, +.header-bar .linked .button.image-button:active:first-child, +.header-bar .linked .button.image-button:insensitive:first-child { + border-radius: 2px; +} + +/* rightmost button */ +.primary-toolbar .button.raised.linked:last-child, +.primary-toolbar .button.raised.linked:active:last-child, +.primary-toolbar .button.raised.linked:insensitive:last-child, +.primary-toolbar .raised.linked .button:last-child, +.primary-toolbar .raised.linked .button:active:last-child, +.primary-toolbar .raised.linked .button:insensitive:last-child, +.toolbar .button.raised.linked:last-child, +.toolbar .button.raised.linked:active:last-child, +.toolbar .button.raised.linked:insensitive:last-child, +.toolbar .raised.linked .button:last-child, +.toolbar .raised.linked .button:active:last-child, +.toolbar .raised.linked .button:insensitive:last-child, +.toolbar .linked .button:last-child, +.toolbar .linked .button:active:last-child, +.toolbar .linked .button:insensitive:last-child, +.header-bar .button.raised.linked:last-child, +.header-bar .button.raised.linked:active:last-child, +.header-bar .button.raised.linked:insensitive:last-child, +.header-bar .raised.linked .button:last-child, +.header-bar .raised.linked .button:active:last-child, +.header-bar .raised.linked .button:insensitive:last-child, +.header-bar .linked .button:last-child, +.header-bar .linked .button:active:last-child, +.header-bar .linked .button:insensitive:last-child { + border-radius: 3px; + border-bottom-left-radius: 0; + border-top-left-radius: 0; +} + +.primary-toolbar .button.image-button.raised.linked:last-child, +.primary-toolbar .button.image-button.raised.linked:active:last-child, +.primary-toolbar .button.image-button.raised.linked:insensitive:last-child, +.primary-toolbar .raised.linked .button.image-button:last-child, +.primary-toolbar .raised.linked .button.image-button:active:last-child, +.primary-toolbar .raised.linked .button.image-button:insensitive:last-child, +.toolbar .button.image-button.raised.linked:last-child, +.toolbar .button.image-button.raised.linked:active:last-child, +.toolbar .button.image-button.raised.linked:insensitive:last-child, +.toolbar .raised.linked .button.image-button:last-child, +.toolbar .raised.linked .button.image-button:active:last-child, +.toolbar .raised.linked .button.image-button:insensitive:last-child, +.toolbar .linked .button.image-button:last-child, +.toolbar .linked .button.image-button:active:last-child, +.toolbar .linked .button.image-button:insensitive:last-child, +.header-bar .button.image-button.raised.linked:last-child, +.header-bar .button.image-button.raised.linked:active:last-child, +.header-bar .button.image-button.raised.linked:insensitive:last-child, +.header-bar .raised.image-button.linked .button:last-child, +.header-bar .raised.image-button.linked .button:active:last-child, +.header-bar .raised.image-button.linked .button:insensitive:last-child, +.header-bar .linked .button.image-button:last-child, +.header-bar .linked .button.image-button:active:last-child, +.header-bar .linked .button.image-button:insensitive:last-child { + border-radius: 2px; +} +/* linked single button */ +.primary-toolbar .button.raised.linked:only-child, +.primary-toolbar .button.raised.linked:active:only-child, +.primary-toolbar .button.raised.linked:insensitive:only-child, +.primary-toolbar .raised.linked .button:only-child, +.primary-toolbar .raised.linked .button:active:only-child, +.primary-toolbar .raised.linked .button:insensitive:only-child, +.toolbar .button.raised.linked:only-child, +.toolbar .button.raised.linked:active:only-child, +.toolbar .button.raised.linked:insensitive:only-child, +.toolbar .raised.linked .button:only-child, +.toolbar .raised.linked .button:active:only-child, +.toolbar .raised.linked .button:insensitive:only-child, +.toolbar .linked .button:only-child, +.toolbar .linked .button:active:only-child, +.toolbar .linked .button:insensitive:only-child, +.header-bar .button.raised.linked:only-child, +.header-bar .button.raised.linked:active:only-child, +.header-bar .button.raised.linked:insensitive:only-child, +.header-bar .raised.linked .button:only-child, +.header-bar .raised.linked .button:active:only-child, +.header-bar .raised.linked .button:insensitive:only-child, +.header-bar .linked .button:only-child, +.header-bar .linked .button:active:only-child, +.header-bar .linked .button:insensitive:only-child { + border-radius: 3px; +} + +.primary-toolbar .button.image-button.raised.linked:only-child, +.primary-toolbar .button.image-button.raised.linked:active:only-child, +.primary-toolbar .button.image-button.raised.linked:insensitive:only-child, +.primary-toolbar .raised.linked .button.image-button:only-child, +.primary-toolbar .raised.linked .button.image-button:active:only-child, +.primary-toolbar .raised.linked .button.image-button:insensitive:only-child, +.toolbar .button.image-button.raised.linked:only-child, +.toolbar .button.image-button.raised.linked:active:only-child, +.toolbar .button.image-button.raised.linked:insensitive:only-child, +.toolbar .raised.linked .button.image-button:only-child, +.toolbar .raised.linked .button.image-button:active:only-child, +.toolbar .raised.linked .button.image-button:insensitive:only-child, +.toolbar .linked .button.image-button:only-child, +.toolbar .linked .button.image-button:active:only-child, +.toolbar .linked .button.image-button:insensitive:only-child, +.header-bar .button.image-button.raised.linked:only-child, +.header-bar .button.image-button.raised.linked:active:only-child, +.header-bar .button.image-button.raised.linked:insensitive:only-child, +.header-bar .raised.image-button.linked .button:only-child, +.header-bar .raised.image-button.linked .button:active:only-child, +.header-bar .raised.image-button.linked .button:insensitive:only-child, +.header-bar .linked .button.image-button:only-child, +.header-bar .linked .button.image-button:active:only-child, +.header-bar .linked .button.image-button:insensitive:only-child { + border-radius: 2px; +} + +/*********** + * tooltip * + ***********/ +.tooltip { + border-width: 0; + border-style: none; + border-radius: 5px; + background-color: @theme_bg_color; + background-image: none; + color: @text_color; +} + +.tooltip * { + background-color: transparent; +} + +/************ + * treeview * + ************/ +GtkTreeView { + -GtkTreeView-vertical-separator: 0; + -GtkWidget-focus-line-width: 1; + -GtkWidget-focus-padding: 1; +} + +GtkTreeView.dnd { + border-width: 1px; + border-style: solid; + border-color: shade(@theme_selected_bg_color, 0.9); + border-radius: 0; +} + +GtkTreeView .entry { + background-color: @theme_base_color; + background-image: none; +} + +/************ + * viewport * + ************/ +GtkViewport.frame { + border-width: 0; +} + +.view { + background-color: @theme_base_color; + color: @theme_text_color; +} + +.view:insensitive, +.view:insensitive:insensitive { + background-color: @entry_border_color; + color: mix(@theme_fg_color, @theme_bg_color, 0.6); +} + +.view:selected, +.view:selected:hover, +.view:selected:focus { + background-color: shade(@theme_selected_bg_color,0.9); + color: @base_color; +} + +/********************* + * app notifications * + *********************/ +.app-notification { + border-style: solid; + border-color: @entry_border_color; + border-width: 0 1px 1px 1px; + border-radius: 0 0 5px 5px; + padding: 8px; + background-color: @theme_base_color; + background-image: none; + color: @theme_text_color; +} + + +/******* + * osd * + *******/ + +.osd { + border-radius: 3px; +} + +.background.osd { + border-style: none; + border-width: 0; + color: @osd_fg; + background-color: @osd_bg; +} + +GtkOverlay.osd { + border-style: none; + border-width: 0; + background-color: transparent; +} + +.osd.frame { + border-style: none; + border-width: 0; + background-clip: border-box; + background-origin: border-box; +} + +.osd.button, +.osd .button { + +} + +.osd.button:prelight, +.osd.button:hover, +.osd .button:hover { + +} + +.osd.button:active, +.osd .button:active, +.osd GtkMenuButton.button:active { + +} + +.osd.button:active:hover, +.osd .button:active:hover, +.osd GtkMenuButton.button:active:hover { + +} + +.osd.button:insensitive, +.osd .button:insensitive { + +} + +.osd.button:active *:insensitive, +.osd .button:active *:insensitive { + +} + +.osd.toolbar { + -GtkToolbar-button-relief: normal; + + padding: 4px; + border-width: 0; + border-style: none; + border-radius: 5px; + background-color: @osd_bg; + background-image: none; + color: @osd_fg; +} + +.osd.toolbar .button { + +} + +.osd.toolbar .button:hover { + +} + +.osd.toolbar .button:active { + +} + +.osd.toolbar .button:active:hover { + +} + +.osd.toolbar .button:focus, +.osd.toolbar .button:hover:focus, +.osd.toolbar .button:active:focus, +.osd.toolbar .button:active:hover:focus { + +} + +.osd.toolbar .button:insensitive { + +} + +.osd.toolbar .button:active *:insensitive { + +} + +.osd.toolbar .button:first-child { + +} + +.osd.toolbar .button:last-child { + +} + +.osd.toolbar .button:only-child, +.osd.toolbar GtkToolButton .button, +.osd.toolbar GtkToolButton:only-child .button, +.osd.toolbar GtkToolButton:last-child .button, +.osd.toolbar GtkToolButton:first-child .button { + +} + +.osd.toolbar .separator { + color: @osd_separator; +} + +/* used by gnome-settings-daemon's media-keys OSD */ +.osd.trough { + background-color: shade(@osd_bg, 1.05); +} + +.osd.progressbar { + background-color: @theme_selected_bg_color; +} + +.osd .scale.slider { + border-radius: 8px; + background-color: @button_normal_color; + background-image: none; +} + +.osd .scale.slider:hover { + background-color: shade(@button_normal_color, 1.06); +} + +.osd .scale.slider:insensitive { + background-color: shade(@osd_bg, 1.1); + background-image: none; +} + +.osd .scale.trough { + border-radius: 3px; + background-color: shade(@osd_bg, 1.05); + background-image: none; +} + +.osd .scale.trough.highlight { + background-color: @theme_selected_bg_color; + background-image: none; +} + +.osd .scale.trough:insensitive, +.osd .scale.trough.highlight:insensitive { + background-color: shade(@osd_bg, 1.05); + background-image: none; +} + +.osd GtkProgressBar, +GtkProgressBar.osd { + padding: 0; + -GtkProgressBar-xspacing: 0; + -GtkProgressBar-yspacing: 2px; + -GtkProgressBar-min-horizontal-bar-height: 2px; +} + +.osd GtkProgressBar.trough, +GtkProgressBar.osd.trough { + padding: 0; + border-style: none; + border-radius: 0; + background-image: none; + background-color: transparent; +} + +.osd GtkProgressBar.progressbar, +GtkProgressBar.osd.progressbar { + border-style: none; + border-radius: 0; + background-color: @theme_selected_bg_color; + background-image: none; +} + +.osd .view, +.osd.view { + background-color: @osd_bg; +} + +.osd .scrollbar.trough { + background-color: shade(@osd_bg, 1.05); +} + +.osd .scrollbar.slider { + border-radius: 5px; + background-color: @button_normal_color; +} + +.osd .scrollbar.slider:hover { + background-color: shade(@button_normal_color, 1.1); +} + +.osd .scrollbar.slider:active { + background-color: @theme_selected_bg_color; +} + +.osd GtkIconView.cell:selected, +.osd GtkIconView.cell:selected:focus { + background-color: @theme_selected_bg_color; + border-style: solid; + border-radius: 5px; + border-width: 0; + outline-color: transparent; +} + +/* used by Documents */ +.osd .page-thumbnail { + border-style: solid; + border-width: 1px; + border-color: @osd_separator; + /* when there's no pixbuf yet */ + background-color: @osd_bg; +} + +/****************************** + * destructive action buttons * + ******************************/ +.destructive-action.button { + text-shadow: none; + icon-shadow: none; + border-width: 1px; + border-style: solid; + border-color: transparent; + border-radius: 5px; + background-color: @error_color; + background-image: none; + color: mix(@theme_selected_fg_color, @error_color, 0.1); +} + +.destructive-action.button:hover { + background-color: shade(@error_color, 1.12); + background-image: none; +} + +.destructive-action.button:active { + background-color: shade(@error_color, 0.87); + background-image: none; +} + +.destructive-action.button:hover:active { + +} + +/****************** + * selection mode * + ******************/ +.selection-mode.header-bar, +.selection-mode.toolbar { + border-width: 0; + border-style: none; + background-color: @theme_selected_bg_color; + background-image: none; + color: @base_color; +} + +.selection-mode.header-bar { + +} + +.selection-mode.toolbar { + padding: 4px; +} + +/* regular button */ +.selection-mode.header-bar .button, +.selection-mode.toolbar .button, +.selection-mode.toolbar GtkToolButton .button { + text-shadow: none; + icon-shadow: none; + padding: 4px; + border-width: 1px; + border-style: solid; + border-color: transparent; + border-radius: 3px; + background-color: @button_info_color; + background-image: none; + color: @text_color; +} + +.selection-mode.header-bar .button:hover, +.selection-mode.toolbar .button:hover, +.selection-mode.toolbar GtkToolButton .button:hover { + text-shadow: none; + icon-shadow: none; + background-color: shade(@button_info_color, 1.06); + background-image: none; +} + +.selection-mode.header-bar .button:active, +.selection-mode.toolbar .button:active, +.selection-mode.toolbar GtkToolButton .button:active { + background-color: shade(@button_info_color, 0.925); + background-image: none; + color: shade(@theme_selected_fg_color, 0.95); +} + +.selection-mode.header-bar .button:hover:active, +.selection-mode.toolbar .button:hover:active, +.selection-mode.toolbar GtkToolButton .button:hover:active { + +} + +/* suggested button */ +.selection-mode.header-bar .suggested-action.button, +.selection-mode.toolbar .suggested-action.button, +.selection-mode.toolbar GtkToolButton.suggested-action .button { + text-shadow: none; + icon-shadow: none; + padding: 4px; + border-width: 1px; + border-style: solid; + border-color: transparent; + border-radius: 3px; + background-color: @button_info_color; + background-image: none; + color: @theme_selected_fg_color; +} + +.selection-mode.header-bar .suggested-action.button:hover, +.selection-mode.toolbar .suggested-action.button:hover, +.selection-mode.toolbar GtkToolButton.suggested-action .button:hover { + text-shadow: none; + icon-shadow: none; + background-color: shade(@button_info_color, 1.06); + background-image: none; +} + +.selection-mode.header-bar .suggested-action.button:active, +.selection-mode.toolbar .suggested-action.button:active, +.selection-mode.toolbar GtkToolButton.suggested-action:active { + background-color: shade(@button_info_color, 0.925); + background-image: none; + color: shade(@theme_selected_fg_color, 0.95); +} + +.selection-mode.header-bar .suggested-action.button:hover:active, +.selection-mode.toolbar .suggested-action.button:hover:active, +.selection-mode.toolbar GtkToolButton.suggested-action .button:hover:active { + +} + +/* menu button */ +.selection-mode.header-bar .selection-menu.button, +.selection-mode.toolbar .selection-menu.button { + text-shadow: none; + icon-shadow: none; + border-style: none; + background-color: transparent; + background-image: none; + color: shade(@theme_selected_bg_color, 0.7); +} + +.selection-mode.toolbar .dim-label, +.selection-mode.toolbar .selection-menu.button .dim-label { + color: shade(@theme_selected_fg_color, 0.7); +} + +.selection-mode.header-bar .selection-menu.button:hover, +.selection-mode.toolbar .dim-label:hover, +.selection-mode.toolbar .selection-menu.button:hover, +.selection-mode.toolbar .selection-menu.button .dim-label:hover { + color: @theme_selected_fg_color; +} + +.selection-mode.header-bar .selection-menu.button:active, +.selection-mode.toolbar .selection-menu.button:active { + color: shade(@theme_selected_fg_color, 0.8); + +} +/************** + * List boxes * + **************/ +EggListBox { + background-color: @theme_base_color; +} + +EggListBox:hover { + background-color: mix(white, @theme_selected_bg_color, 0.05) ; +} + +EggListBox:selected { + background-color: @theme_selected_bg_color; +} + +.list { + background-color: @theme_base_color; +} +.list-row, +.list-row:hover { + background-color: @theme_base_color; +} + +.list-row:selected { + background-color: @theme_selected_bg_color; +} + +/************************* + * touch text selections * + *************************/ +GtkBubbleWindow { + border-radius: 5px; + background-clip: border-box; +} + +GtkBubbleWindow.osd.background { + background-color: @osd_bg; +} + +GtkBubbleWindow .toolbar { + background-color: transparent; +} + +/******* + * CSD * + *******/ +.titlebar { + border-style: solid; + border-radius: 3px 3px 0 0; + border-color: transparent; + background-image: none; + background-color: @theme_bg_color; + color: @theme_fg_color; + text-shadow: none; +} + +/* this is the default titlebar that is added by GTK + * when client-side decorations are in use and the application + * did not set a custom titlebar. + */ +.titlebar.default-decoration { + border: none; +} + +.titlebar .title { + font: bold; + color: @text_color; +} + +.titlebar:backdrop { + background-image: none; + background-color: @theme_bg_color; + color: mix(@theme_fg_color, @theme_bg_color, 0.3); + text-shadow: none; +} + +.titlebar .titlebutton { + padding: 4px; + border-style: none; + background: none; + icon-shadow: none; +} + +.titlebar .titlebutton:active { + background-color: @theme_bg_color; + color: shade(@selected_bg_color, 1.2); +} + +.titlebar .titlebutton:backdrop { + background-image: none; + color: mix(@theme_fg_color, @theme_bg_color, 0.4); + icon-shadow: none; +} + +.titlebar .right .button.titlebutton:nth-last-child(3), +.titlebar .right:dir(rtl) .button.titlebutton:nth-child(3), +.titlebar .left .button.titlebutton:nth-child(3), +.titlebar .left:dir(rtl) .button.titlebutton:nth-last-child(3), +.titlebar .right .button.titlebutton:nth-last-child(3):active:hover, +.titlebar .right:dir(rtl) .button.titlebutton:nth-child(3):active:hover, +.titlebar .left .button.titlebutton:nth-child(3):active:hover, +.titlebar .left:dir(rtl) .button.titlebutton:nth-last-child(3):active:hover { + color: shade(@selected_bg_color, 0.80); +} + +.titlebar .right .button.titlebutton:nth-last-child(2), +.titlebar .right:dir(rtl) .button.titlebutton:nth-child(2), +.titlebar .left .button.titlebutton:nth-child(2), +.titlebar .left:dir(rtl) .button.titlebutton:nth-last-child(2), +.titlebar .right .button.titlebutton:nth-last-child(2):active:hover, +.titlebar .right:dir(rtl) .button.titlebutton:nth-child(2):active:hover, +.titlebar .left .button.titlebutton:nth-child(2):active:hover, +.titlebar .left:dir(rtl) .button.titlebutton:nth-last-child(2):active:hover { + color: @minimize_color; +} + +.titlebar .right .button.titlebutton:last-child, +.titlebar .right:dir(rtl) .button.titlebutton:first-child, +.titlebar .left .button.titlebutton:first-child, +.titlebar .left:dir(rtl) .button.titlebutton:last-child, +.titlebar .right .button.titlebutton:last-child:active:hover, +.titlebar .right:dir(rtl) .button.titlebutton:first-child:active:hover, +.titlebar .left .button.titlebutton:first-child:active:hover, +.titlebar .left:dir(rtl) .button.titlebutton:last-child:active:hover { + color: @close_color; +} + +.titlebar .right .button.titlebutton:nth-last-child(3):prelight, +.titlebar .right:dir(rtl) .button.titlebutton:nth-child(3):prelight, +.titlebar .left .button.titlebutton:nth-child(3):prelight, +.titlebar .left:dir(rtl) .button.titlebutton:nth-last-child(3):prelight, +.titlebar .right .button.titlebutton:nth-last-child(3):backdrop:prelight, +.titlebar .right:dir(rtl) .button.titlebutton:nth-child(3):backdrop:prelight, +.titlebar .left .button.titlebutton:nth-child(3):backdrop:prelight, +.titlebar .left:dir(rtl) .button.titlebutton:nth-last-child(3):backdrop:prelight { + color: shade(@selected_bg_color, 1.1); +} + +.titlebar .right .button.titlebutton:nth-last-child(2):prelight, +.titlebar .right:dir(rtl) .button.titlebutton:nth-child(2):prelight, +.titlebar .left .button.titlebutton:nth-child(2):prelight, +.titlebar .left:dir(rtl) .button.titlebutton:nth-last-child(2):prelight, +.titlebar .right .button.titlebutton:nth-last-child(2):backdrop:prelight, +.titlebar .right:dir(rtl) .button.titlebutton:nth-child(2):backdrop:prelight, +.titlebar .left .button.titlebutton:nth-child(2):backdrop:prelight, +.titlebar .left:dir(rtl) .button.titlebutton:nth-last-child(2):backdrop:prelight { + color: shade(@minimize_color, 1.2); +} + +.titlebar .right .button.titlebutton:last-child:prelight, +.titlebar .right:dir(rtl) .button.titlebutton:first-child:prelight, +.titlebar .left .button.titlebutton:first-child:prelight, +.titlebar .left:dir(rtl) .button.titlebutton:last-child:prelight, +.titlebar .right .button.titlebutton:last-child:backdrop:prelight, +.titlebar .right:dir(rtl) .button.titlebutton:first-child:backdrop:prelight, +.titlebar .left .button.titlebutton:first-child:backdrop:prelight, +.titlebar .left:dir(rtl) .button.titlebutton:last-child:backdrop:prelight { + color: shade(@close_color, 1.2); +} + +.titlebar .right .button.titlebutton:nth-last-child(3):backdrop, +.titlebar .right:dir(rtl) .button.titlebutton:nth-child(3):backdrop, +.titlebar .left .button.titlebutton:nth-child(3):backdrop, +.titlebar .left:dir(rtl) .button.titlebutton:nth-last-child(3):backdrop { + color: #999999; +} + +.titlebar .right .button.titlebutton:nth-last-child(2):backdrop, +.titlebar .right:dir(rtl) .button.titlebutton:nth-child(2):backdrop, +.titlebar .left .button.titlebutton:nth-child(2):backdrop, +.titlebar .left:dir(rtl) .button.titlebutton:nth-last-child(2):backdrop { + color: #999999; +} + +.titlebar .right .button.titlebutton:last-child:backdrop, +.titlebar .right:dir(rtl) .button.titlebutton:first-child:backdrop, +.titlebar .left .button.titlebutton:first-child:backdrop, +.titlebar .left:dir(rtl) .button.titlebutton:last-child:backdrop { + color: #999999; +} + +.window-frame { + background-image: none; + border-image: none; + border-radius: 3px 3px 0 0; + box-shadow: 0 3px 12px 2px alpha(black, 0.5); + /* this is used for the resize cursor area */ + margin: 10px; +} + +.window-frame:backdrop { + border-width: 5px 1px 1px 1px; + border-color: @theme_bg_color; + border-image: none; + box-shadow: 0 2px 7px 1px alpha(black, 0.5); +} + +.window-frame.tiled, +.window-frame.csd.popup, +.window-frame.csd.tooltip { + box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); } diff --git a/.themes/Libra-Dark-Gruvbox/gtk-3.0/gtk.css b/.themes/Libra-Dark-Gruvbox/gtk-3.0/gtk.css new file mode 100755 index 00000000..183df1f4 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/gtk-3.0/gtk.css @@ -0,0 +1,93 @@ +/* +Theme Name: Libra-Dark +Author: Dolkand +Version: 2.3 +License: GNU General Public License v2 or later +License URI: http://www.gnu.org/licenses/gpl.html +*/ + +/* colors */ +@define-color main-bg #1d2021; +@define-color alt-bg #282828; +@define-color text-color #EBDBB2; +@define-color hi-light #CC241D; +@define-color blue #458588; +@define-color red #CC241D; +@define-color green #98971A; +@define-color orange #D79921; + +/* Default color scheme */ +@define-color bg_color @main-bg; +@define-color fg_color @text-color; +@define-color base_color @main-bg; +@define-color text_color @text-color; +@define-color selected_bg_color @alt-bg; +@define-color selected_fg_color @text-color; +@define-color tooltip_bg_color @main-bg; +@define-color tooltip_fg_color @text-color; + +/* colormap actually used by the theme, to be overridden in other css files */ +@define-color theme_bg_color @bg_color; +@define-color theme_fg_color @fg_color; +@define-color theme_base_color @base_color; +@define-color theme_text_color @text_color; +@define-color theme_selected_bg_color @selected_bg_color; +@define-color theme_selected_fg_color @text_color; +@define-color theme_tooltip_bg_color @tooltip_bg_color; +@define-color theme_tooltip_fg_color @tooltip_fg_color; +@define-color text_color2 @text-color; +/* shadow effects */ +@define-color light_shadow #fff; +@define-color dark_shadow #000; + +/* misc colors used by gtk+ */ +@define-color info_fg_color @text-color; +@define-color info_bg_color @alt-bg; +@define-color warning_fg_color @text-color; +@define-color warning_bg_color @blue; /*blue default*/ +@define-color question_fg_color @text-color; +@define-color question_bg_color @green; /*greenish default*/ +@define-color error_fg_color @text-color; +@define-color error_bg_color @red; /*red default*/ +@define-color link_color mix (@theme_selected_bg_color, black, 0.15); +@define-color success_color @green; /* green */ +@define-color warning_color @orange; /*orange */ +@define-color error_color @red; /*red */ +@define-color close_color @red; /* red */ +@define-color minimize_color @green; /* green */ +@define-color sidebar_bg_color #FF00FF; /* white */ + +/* widget colors */ +@define-color border_color @alt-bg; +@define-color button_normal_color @alt-bg; +@define-color button_info_color #FFFF00; +@define-color button_default_active_color shade(@theme_selected_bg_color, 0.857); +@define-color green_widget @green; /* green */ +@define-color entry_border_color @main-bg; +@define-color frame_border_color @main-bg; +@define-color tab_color @main-bg; +@define-color switch_bg_color @main-bg; +@define-color panel_bg_color @main-bg; +@define-color panel_fg_color @text_color; +@define-color borders @main-bg; +@define-color scrollbar_trough shade(@theme_base_color, 0.9); +@define-color scrollbar_slider_prelight mix(@scrollbar_trough, @theme_fg_color, 0.5); + +/* osd */ +@define-color osd_separator @main-bg; +@define-color osd_fg @text-color; +@define-color osd_bg @alt-bg; + +/* window manager colors */ +@define-color wm_bg @theme_bg_color; +@define-color wm_title_focused @theme_text_color; +@define-color wm_title_unfocused @theme_text_color; +@define-color wm_border_focused #E5E8ED; +@define-color wm_border_unfocused #E5E8ED; + + +@import url("gtk-widgets.css"); +@import url("gtk-widgets-assets.css"); +@import url("gnome-applications.css"); +@import url("unity.css"); +@import url("xfce.css"); diff --git a/.themes/Libra-Dark-Gruvbox/gtk-3.0/settings.ini b/.themes/Libra-Dark-Gruvbox/gtk-3.0/settings.ini new file mode 100755 index 00000000..ff16162a --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/gtk-3.0/settings.ini @@ -0,0 +1,6 @@ +[Settings] +gtk-color-scheme = "base_color:#ffffff\nbg_color:#F1F2F6\ntooltip_bg_color:#656D78\nselected_bg_color:#4FC0E8\ntext_color:#000000\nfg_color:#747D8A\ntooltip_fg_color:#ffffff\nselected_fg_color:#ffffff" +gtk-auto-mnemonics = 1 +gtk-visible-focus = automatic +gtk-button-images = 0 + diff --git a/.themes/Libra-Dark-Gruvbox/gtk-3.0/tags b/.themes/Libra-Dark-Gruvbox/gtk-3.0/tags new file mode 100755 index 00000000..e69de29b diff --git a/.themes/Libra-Dark-Gruvbox/gtk-3.0/unity.css b/.themes/Libra-Dark-Gruvbox/gtk-3.0/unity.css new file mode 100755 index 00000000..06f1fd99 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/gtk-3.0/unity.css @@ -0,0 +1,87 @@ +UnityDecoration { + -UnityDecoration-extents: 28px 0 0 0; + -UnityDecoration-input-extents: 10px; + + -UnityDecoration-shadow-offset-x: 1px; + -UnityDecoration-shadow-offset-y: 5px; + -UnityDecoration-active-shadow-color: rgba (0, 0, 0, 0.75); + -UnityDecoration-active-shadow-radius: 30px; + -UnityDecoration-inactive-shadow-color: rgba (0, 0, 0, 0.3); + -UnityDecoration-inactive-shadow-radius: 25px; + + -UnityDecoration-glow-size: 10px; + -UnityDecoration-glow-color: rgb (221, 72, 20); + + -UnityDecoration-title-indent: 10px; + -UnityDecoration-title-fade: 35px; + -UnityDecoration-title-alignment: 0.0; +} + +UnityDecoration.top { + border-radius: 4px 4px 0 0; + box-shadow: inset 5px 5px shade (@dark_bg_color, 1.6); + background-color: @bg_color; + color: @text_color; +} + +UnityDecoration.top:backdrop { + +} + +UnityDecoration.left, +UnityDecoration.right { + +} + +UnityDecoration.left:backdrop, +UnityDecoration.right:backdrop { + +} + +UnityDecoration.bottom { + +} + +/* Panel Style */ + +UnityPanelWidget, +.unity-panel { + border-width: 0; + border-style: none; + background-color: @base_color; + background-image: none; + color: @text_color; +} + +UnityPanelWidget:backdrop, +.unity-panel:backdrop { + color: shade(@text_color, 0.8); +} + +.unity-panel.menubar, +.unity-panel .menubar { + color: @text_color; + text-shadow: @theme_shadow_dark_color; +} + +.unity-panel.menuitem, +.unity-panel .menuitem { + color: @text_color; +} + +.unity-panel.menubar:backdrop, +.unity-panel .menubar *:backdrop { + +} +.unity-panel.menubar.menuitem, +.unity-panel.menubar .menuitem * { + color: @text_color; + border-width: 0; + border-style: none; + background-color: @osd_fg; +} +.unity-panel.menubar.menuitem:hover, +.unity-panel.menubar .menuitem *:hover { + background-color: @theme_selected_bg_color; + color: @base_color; +} diff --git a/.themes/Libra-Dark-Gruvbox/gtk-3.0/xfce.css b/.themes/Libra-Dark-Gruvbox/gtk-3.0/xfce.css new file mode 100755 index 00000000..4203e8d3 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/gtk-3.0/xfce.css @@ -0,0 +1,51 @@ +XfceHeading { + background-color: @theme_base_color; + background-image: none; + padding: 0; + border-width: 0; +} + +.xfce4-panel { + background-color: @panel_bg_color; + color: @theme_base_color; +} + +.xfce4-panel .button { + border-width: 0; + border-radius: 0; + background-color: alpha(@panel_bg_color, 0.9); + background-image: none; + color: @theme_base_color; +} + +.xfce4-panel .button:active, +.xfce4-panel .button:selected, +.xfce4-panel .button:active:hover, +.xfce4-panel .button:selected:hover { + border-width: 0; + border-radius: 0; + background-color: @theme_selected_bg_color; + background-image: none; + color: @base_color; +} + +.xfce4-panel .button:hover { + background-color: @theme_selected_bg_color; + background-image: none; + color: @base_color; +} + +/* menu-styling, e.g. for indicators */ +.xfce4-panel .menu, +.xfce4-panel .menu GtkLabel, +.xfce4-panel .menu GtkImage { + +} + +.xfce4-panel .menu *:hover { +} + +.xfce4-panel .menu GtkLabel:hover, +.xfce4-panel .menu GtkImage:hover { + +} diff --git a/.themes/Libra-Dark-Gruvbox/index.theme b/.themes/Libra-Dark-Gruvbox/index.theme new file mode 100755 index 00000000..1594dc09 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/index.theme @@ -0,0 +1,11 @@ +[Desktop Entry] +Type=X-GNOME-Metatheme +Name=Libra-Dark +Comment=A modern flat theme +Encoding=UTF-8 + +[X-GNOME-Metatheme] +GtkTheme=Libra-Dark +MetacityTheme=Libra-Dark +ButtonLayout=:minimize,maximize,close + diff --git a/.themes/Libra-Dark-Gruvbox/metacity-1/close.svg b/.themes/Libra-Dark-Gruvbox/metacity-1/close.svg new file mode 100644 index 00000000..c3c2c9ed --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/metacity-1/close.svg @@ -0,0 +1,73 @@ +<?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="24" + height="24" + viewBox="0 0 24.000001 24.000001" + id="svg5877" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="close.svg"> + <defs + id="defs5879" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="10.66" + inkscape:cx="-4.7736848" + inkscape:cy="17.550379" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + units="px" + inkscape:window-width="1325" + inkscape:window-height="744" + inkscape:window-x="41" + inkscape:window-y="24" + inkscape:window-maximized="1"> + <inkscape:grid + type="xygrid" + id="grid6449" /> + </sodipodi:namedview> + <metadata + id="metadata5882"> + <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="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1028.3622)" + style="display:inline"> + <path + style="fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:#d90000;stroke-width:2.00000024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 9.0044392,1043.3587 5.9007328,-5.9001" + id="path6453" + inkscape:connector-curvature="0" /> + <path + style="fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:#d90000;stroke-width:2.00000024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 9.0044392,1037.4586 5.9007328,5.9001" + id="path6455" + inkscape:connector-curvature="0" /> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/metacity-1/close_focused_normal.svg b/.themes/Libra-Dark-Gruvbox/metacity-1/close_focused_normal.svg new file mode 100644 index 00000000..8034ab6b --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/metacity-1/close_focused_normal.svg @@ -0,0 +1,72 @@ +<?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="24" + height="24" + viewBox="0 0 24.000001 24.000001" + id="svg5877" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="close.svg"> + <defs + id="defs5879" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="21.02" + inkscape:cx="9.8530975" + inkscape:cy="11.895084" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + units="px" + inkscape:window-width="1325" + inkscape:window-height="744" + inkscape:window-x="41" + inkscape:window-y="24" + inkscape:window-maximized="1"> + <inkscape:grid + type="xygrid" + id="grid6449" /> + </sodipodi:namedview> + <metadata + id="metadata5882"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1028.3622)"> + <path + style="fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:#d90000;stroke-width:2.00000024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 9.0044392,1043.3587 5.9007328,-5.9001" + id="path6453" + inkscape:connector-curvature="0" /> + <path + style="fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:#d90000;stroke-width:2.00000024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 9.0044392,1037.4586 5.9007328,5.9001" + id="path6455" + inkscape:connector-curvature="0" /> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/metacity-1/close_focused_prelight.svg b/.themes/Libra-Dark-Gruvbox/metacity-1/close_focused_prelight.svg new file mode 100644 index 00000000..406a1a8b --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/metacity-1/close_focused_prelight.svg @@ -0,0 +1,72 @@ +<?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="24" + height="24" + viewBox="0 0 24.000001 24.000001" + id="svg5877" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="close_focused_prelight.svg"> + <defs + id="defs5879" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="21.02" + inkscape:cx="9.8530975" + inkscape:cy="11.895084" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + units="px" + inkscape:window-width="1325" + inkscape:window-height="744" + inkscape:window-x="41" + inkscape:window-y="24" + inkscape:window-maximized="1"> + <inkscape:grid + type="xygrid" + id="grid6449" /> + </sodipodi:namedview> + <metadata + id="metadata5882"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1028.3622)"> + <path + style="fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:#ff0000;stroke-width:2.00000024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 9.0044392,1043.3587 5.9007328,-5.9001" + id="path6453" + inkscape:connector-curvature="0" /> + <path + style="fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:#ff0000;stroke-width:2.00000024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 9.0044392,1037.4586 5.9007328,5.9001" + id="path6455" + inkscape:connector-curvature="0" /> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/metacity-1/close_focused_pressed.svg b/.themes/Libra-Dark-Gruvbox/metacity-1/close_focused_pressed.svg new file mode 100644 index 00000000..8034ab6b --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/metacity-1/close_focused_pressed.svg @@ -0,0 +1,72 @@ +<?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="24" + height="24" + viewBox="0 0 24.000001 24.000001" + id="svg5877" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="close.svg"> + <defs + id="defs5879" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="21.02" + inkscape:cx="9.8530975" + inkscape:cy="11.895084" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + units="px" + inkscape:window-width="1325" + inkscape:window-height="744" + inkscape:window-x="41" + inkscape:window-y="24" + inkscape:window-maximized="1"> + <inkscape:grid + type="xygrid" + id="grid6449" /> + </sodipodi:namedview> + <metadata + id="metadata5882"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1028.3622)"> + <path + style="fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:#d90000;stroke-width:2.00000024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 9.0044392,1043.3587 5.9007328,-5.9001" + id="path6453" + inkscape:connector-curvature="0" /> + <path + style="fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:#d90000;stroke-width:2.00000024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 9.0044392,1037.4586 5.9007328,5.9001" + id="path6455" + inkscape:connector-curvature="0" /> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/metacity-1/close_unfocused.svg b/.themes/Libra-Dark-Gruvbox/metacity-1/close_unfocused.svg new file mode 100644 index 00000000..8e2d11ec --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/metacity-1/close_unfocused.svg @@ -0,0 +1,72 @@ +<?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="24" + height="24" + viewBox="0 0 24.000001 24.000001" + id="svg5877" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="close_unfocused.svg"> + <defs + id="defs5879" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="21.02" + inkscape:cx="9.8530975" + inkscape:cy="11.895084" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + units="px" + inkscape:window-width="1325" + inkscape:window-height="744" + inkscape:window-x="41" + inkscape:window-y="24" + inkscape:window-maximized="1"> + <inkscape:grid + type="xygrid" + id="grid6449" /> + </sodipodi:namedview> + <metadata + id="metadata5882"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1028.3622)"> + <path + style="fill:#4d4d4d;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:2.00000024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 9.0044392,1043.3587 5.9007328,-5.9001" + id="path6453" + inkscape:connector-curvature="0" /> + <path + style="fill:#4d4d4d;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:2.00000024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 9.0044392,1037.4586 5.9007328,5.9001" + id="path6455" + inkscape:connector-curvature="0" /> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/metacity-1/close_unfocused_prelight.svg b/.themes/Libra-Dark-Gruvbox/metacity-1/close_unfocused_prelight.svg new file mode 100644 index 00000000..406a1a8b --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/metacity-1/close_unfocused_prelight.svg @@ -0,0 +1,72 @@ +<?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="24" + height="24" + viewBox="0 0 24.000001 24.000001" + id="svg5877" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="close_focused_prelight.svg"> + <defs + id="defs5879" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="21.02" + inkscape:cx="9.8530975" + inkscape:cy="11.895084" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + units="px" + inkscape:window-width="1325" + inkscape:window-height="744" + inkscape:window-x="41" + inkscape:window-y="24" + inkscape:window-maximized="1"> + <inkscape:grid + type="xygrid" + id="grid6449" /> + </sodipodi:namedview> + <metadata + id="metadata5882"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1028.3622)"> + <path + style="fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:#ff0000;stroke-width:2.00000024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 9.0044392,1043.3587 5.9007328,-5.9001" + id="path6453" + inkscape:connector-curvature="0" /> + <path + style="fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:#ff0000;stroke-width:2.00000024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 9.0044392,1037.4586 5.9007328,5.9001" + id="path6455" + inkscape:connector-curvature="0" /> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/metacity-1/close_unfocused_pressed.svg b/.themes/Libra-Dark-Gruvbox/metacity-1/close_unfocused_pressed.svg new file mode 100644 index 00000000..8034ab6b --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/metacity-1/close_unfocused_pressed.svg @@ -0,0 +1,72 @@ +<?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="24" + height="24" + viewBox="0 0 24.000001 24.000001" + id="svg5877" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="close.svg"> + <defs + id="defs5879" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="21.02" + inkscape:cx="9.8530975" + inkscape:cy="11.895084" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + units="px" + inkscape:window-width="1325" + inkscape:window-height="744" + inkscape:window-x="41" + inkscape:window-y="24" + inkscape:window-maximized="1"> + <inkscape:grid + type="xygrid" + id="grid6449" /> + </sodipodi:namedview> + <metadata + id="metadata5882"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1028.3622)"> + <path + style="fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:#d90000;stroke-width:2.00000024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 9.0044392,1043.3587 5.9007328,-5.9001" + id="path6453" + inkscape:connector-curvature="0" /> + <path + style="fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:#d90000;stroke-width:2.00000024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 9.0044392,1037.4586 5.9007328,5.9001" + id="path6455" + inkscape:connector-curvature="0" /> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/metacity-1/maximize.svg b/.themes/Libra-Dark-Gruvbox/metacity-1/maximize.svg new file mode 100644 index 00000000..a24fa244 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/metacity-1/maximize.svg @@ -0,0 +1,72 @@ +<?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="24" + height="24" + viewBox="0 0 24.000001 24.000001" + id="svg5877" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="maximize.svg" + shape-rendering="crispEdges"> + <defs + id="defs5879" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="21.02" + inkscape:cx="3.4544296" + inkscape:cy="13.547952" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + units="px" + inkscape:window-width="1325" + inkscape:window-height="744" + inkscape:window-x="41" + inkscape:window-y="24" + inkscape:window-maximized="1"> + <inkscape:grid + type="xygrid" + id="grid6449" /> + </sodipodi:namedview> + <metadata + id="metadata5882"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1028.3622)"> + <rect + style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#0075fd;stroke-width:2.00000024;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:1.70000005;stroke-dasharray:none;stroke-opacity:1" + id="rect6566" + width="6.9505219" + height="7.0503764" + x="8.4728832" + y="1036.6866" + rx="0" + ry="0" /> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/metacity-1/maximize_focused_normal.svg b/.themes/Libra-Dark-Gruvbox/metacity-1/maximize_focused_normal.svg new file mode 100644 index 00000000..5356da68 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/metacity-1/maximize_focused_normal.svg @@ -0,0 +1,72 @@ +<?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="24" + height="24" + viewBox="0 0 24.000001 24.000001" + id="svg5877" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="maximize_focused_normal.svg" + shape-rendering="crispEdges"> + <defs + id="defs5879" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="21.02" + inkscape:cx="-2.9442383" + inkscape:cy="13.547952" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + units="px" + inkscape:window-width="1325" + inkscape:window-height="744" + inkscape:window-x="41" + inkscape:window-y="24" + inkscape:window-maximized="1"> + <inkscape:grid + type="xygrid" + id="grid6449" /> + </sodipodi:namedview> + <metadata + id="metadata5882"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1028.3622)"> + <rect + style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#0075fd;stroke-width:2.00000024;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:1.70000005;stroke-dasharray:none;stroke-opacity:1" + id="rect6566" + width="6.9505219" + height="7.0503764" + x="8.4728832" + y="1036.6866" + rx="0" + ry="0" /> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/metacity-1/maximize_focused_prelight.svg b/.themes/Libra-Dark-Gruvbox/metacity-1/maximize_focused_prelight.svg new file mode 100644 index 00000000..51d2b662 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/metacity-1/maximize_focused_prelight.svg @@ -0,0 +1,72 @@ +<?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="24" + height="24" + viewBox="0 0 24.000001 24.000001" + id="svg5877" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="maximize_focused_prelight.svg" + shape-rendering="crispEdges"> + <defs + id="defs5879" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="21.02" + inkscape:cx="3.4544296" + inkscape:cy="13.547952" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + units="px" + inkscape:window-width="1325" + inkscape:window-height="744" + inkscape:window-x="41" + inkscape:window-y="24" + inkscape:window-maximized="1"> + <inkscape:grid + type="xygrid" + id="grid6449" /> + </sodipodi:namedview> + <metadata + id="metadata5882"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1028.3622)"> + <rect + style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#00b1fd;stroke-width:2.00000024;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:1.70000005;stroke-dasharray:none;stroke-opacity:1" + id="rect6566" + width="6.9505219" + height="7.0503764" + x="8.4728832" + y="1036.6866" + rx="0" + ry="0" /> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/metacity-1/maximize_focused_pressed.svg b/.themes/Libra-Dark-Gruvbox/metacity-1/maximize_focused_pressed.svg new file mode 100644 index 00000000..a904069a --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/metacity-1/maximize_focused_pressed.svg @@ -0,0 +1,72 @@ +<?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="24" + height="24" + viewBox="0 0 24.000001 24.000001" + id="svg5877" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="maximize_focused_pressed.svg" + shape-rendering="crispEdges"> + <defs + id="defs5879" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="21.02" + inkscape:cx="-2.9442383" + inkscape:cy="13.547952" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + units="px" + inkscape:window-width="1325" + inkscape:window-height="744" + inkscape:window-x="41" + inkscape:window-y="24" + inkscape:window-maximized="1"> + <inkscape:grid + type="xygrid" + id="grid6449" /> + </sodipodi:namedview> + <metadata + id="metadata5882"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1028.3622)"> + <rect + style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#0075fd;stroke-width:2.00000024;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:1.70000005;stroke-dasharray:none;stroke-opacity:1" + id="rect6566" + width="6.9505219" + height="7.0503764" + x="8.4728832" + y="1036.6866" + rx="0" + ry="0" /> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/metacity-1/maximize_unfocused.svg b/.themes/Libra-Dark-Gruvbox/metacity-1/maximize_unfocused.svg new file mode 100644 index 00000000..f8571ffa --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/metacity-1/maximize_unfocused.svg @@ -0,0 +1,72 @@ +<?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="24" + height="24" + viewBox="0 0 24.000001 24.000001" + id="svg5877" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="maximize_unfocused.svg" + shape-rendering="crispEdges"> + <defs + id="defs5879" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="21.02" + inkscape:cx="-2.9442383" + inkscape:cy="13.547952" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + units="px" + inkscape:window-width="1325" + inkscape:window-height="744" + inkscape:window-x="41" + inkscape:window-y="24" + inkscape:window-maximized="1"> + <inkscape:grid + type="xygrid" + id="grid6449" /> + </sodipodi:namedview> + <metadata + id="metadata5882"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1028.3622)"> + <rect + style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#999999;stroke-width:2.00000024;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:1.70000005;stroke-dasharray:none;stroke-opacity:1" + id="rect6566" + width="6.9505219" + height="7.0503764" + x="8.4728832" + y="1036.6866" + rx="0" + ry="0" /> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/metacity-1/maximize_unfocused_prelight.svg b/.themes/Libra-Dark-Gruvbox/metacity-1/maximize_unfocused_prelight.svg new file mode 100644 index 00000000..9a6ef325 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/metacity-1/maximize_unfocused_prelight.svg @@ -0,0 +1,72 @@ +<?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="24" + height="24" + viewBox="0 0 24.000001 24.000001" + id="svg5877" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="maximize_unfocused_prelight.svg" + shape-rendering="crispEdges"> + <defs + id="defs5879" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="21.02" + inkscape:cx="3.4544296" + inkscape:cy="13.547952" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + units="px" + inkscape:window-width="1325" + inkscape:window-height="744" + inkscape:window-x="41" + inkscape:window-y="24" + inkscape:window-maximized="1"> + <inkscape:grid + type="xygrid" + id="grid6449" /> + </sodipodi:namedview> + <metadata + id="metadata5882"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1028.3622)"> + <rect + style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#00b1fd;stroke-width:2.00000024;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:1.70000005;stroke-dasharray:none;stroke-opacity:1" + id="rect6566" + width="6.9505219" + height="7.0503764" + x="8.4728832" + y="1036.6866" + rx="0" + ry="0" /> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/metacity-1/maximize_unfocused_pressed.svg b/.themes/Libra-Dark-Gruvbox/metacity-1/maximize_unfocused_pressed.svg new file mode 100644 index 00000000..6ce8ee15 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/metacity-1/maximize_unfocused_pressed.svg @@ -0,0 +1,71 @@ +<?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="24" + height="24" + viewBox="0 0 24.000001 24.000001" + id="svg5877" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="maximize.svg"> + <defs + id="defs5879" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="21.02" + inkscape:cx="9.8530975" + inkscape:cy="13.547952" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + units="px" + inkscape:window-width="1325" + inkscape:window-height="744" + inkscape:window-x="41" + inkscape:window-y="24" + inkscape:window-maximized="1"> + <inkscape:grid + type="xygrid" + id="grid6449" /> + </sodipodi:namedview> + <metadata + id="metadata5882"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1028.3622)"> + <rect + style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#0075fd;stroke-width:1.7000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect6566" + width="6.9505229" + height="6.9552288" + x="8.5204582" + y="1036.8768" + rx="0" + ry="0" /> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/metacity-1/metacity-theme-1.xml b/.themes/Libra-Dark-Gruvbox/metacity-1/metacity-theme-1.xml new file mode 100755 index 00000000..42c11a19 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/metacity-1/metacity-theme-1.xml @@ -0,0 +1,1080 @@ +<?xml version="1.0"?> +<metacity_theme> +<info> + <name>Libra</name> + <author>Dolkand</author> + <copyright>GPL-3.0+</copyright> + <date>25/10/2014</date> + <description>Libra Metacity Theme</description> +</info> + +<!-- ::: CONSTANTS ::: --> +<constant name="C_titlebar" value="gtk:bg[NORMAL]" /> +<constant name="C_titlebar_border_focused" value="gtk:bg[NORMAL]" /> +<constant name="C_border_focused" value="#E1E2E6" /> +<constant name="C_border_unfocused" value="#E1E2E6" /> +<constant name="C_title_focused" value="gtk:fg[NORMAL]" /> +<constant name="C_title_unfocused" value="blend/#ffffff/gtk:text[NORMAL]/0.7" /> + +<!-- ::: GEOMETRY ::: --> +<frame_geometry name="normal" title_scale="medium" rounded_top_left="true" rounded_top_right="true"> + <distance name="left_width" value="1" /> + <distance name="right_width" value="1" /> + <distance name="bottom_height" value="1" /> + <distance name="left_titlebar_edge" value="0" /> + <distance name="right_titlebar_edge" value="0" /> + <distance name="title_vertical_pad" value="0" /> + <aspect_ratio name="button" value="1.0" /> + <border name="title_border" left="8" right="8" top="4" bottom="4" /> + <border name="button_border" left="0" right="0" top="0" bottom="0" /> +</frame_geometry> + +<frame_geometry name="normal_unfocused" title_scale="medium" rounded_top_left="true" rounded_top_right="true" parent="normal" /> + +<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" /> +</frame_geometry> + +<frame_geometry name="tiled_left" title_scale="medium" rounded_top_left="false" rounded_top_right="false" parent="max"> + <distance name="right_width" value="1" /> +</frame_geometry> + +<frame_geometry name="tiled_right" title_scale="medium" rounded_top_left="false" rounded_top_right="false" parent="max"> + <distance name="left_width" value="1" /> +</frame_geometry> + +<frame_geometry name="small" title_scale="small" parent="normal" rounded_top_left="true" rounded_top_right="true"> + <distance name="title_vertical_pad" value="0" /> + <border name="title_border" left="8" right="8" top="4" bottom="4" /> + <border name="button_border" left="0" right="0" top="0" bottom="0" /> +</frame_geometry> + +<frame_geometry name="small_unfocused" parent="small"> + <distance name="left_titlebar_edge" value="0"/> + <distance name="right_titlebar_edge" value="0"/> +</frame_geometry> + +<frame_geometry name="nobuttons" hide_buttons="true" parent="normal" /> + +<frame_geometry name="border" has_title="false" rounded_top_left="false" rounded_top_right="false" parent="normal" > + <distance name="left_width" value="1" /> + <distance name="right_width" value="1" /> + <distance name="bottom_height" value="1" /> + <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="borderless" has_title="false" rounded_top_left="false" rounded_top_right="false" parent="normal"> + <distance name="left_width" value="0" /> + <distance name="right_width" value="0" /> + <distance name="bottom_height" value="0" /> + <distance name="title_vertical_pad" value="0" /> + <border name="title_border" left="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="true" rounded_top_right="true" parent="small"> +</frame_geometry> + +<frame_geometry name="attached" title_scale="small" hide_buttons="true" rounded_top_left="true" rounded_top_right="true" parent="small"> +</frame_geometry> + +<!-- ::: TITLES ::: --> +<draw_ops name="title_focused"> + <title x="(0 `max` ((width - title_width) / 2)) + 2" + y="(0 `max` ((height - title_height) / 2))" + 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))" + color="C_title_unfocused" /> +</draw_ops> + +<!-- ::: WINDOW DECORATIONS ::: --> +<draw_ops name="entire_background_focused"> + <rectangle color="C_titlebar" x="0" y="0" width="width" height="height" filled="true" /> +</draw_ops> + +<draw_ops name="entire_background_unfocused"> + <include name="entire_background_focused" /> +</draw_ops> + +<draw_ops name="titlebar_fill_focused"> + <rectangle color="C_titlebar" x="0" y="0" width="width" height="height" filled="true" /> + <line color="C_titlebar_border_focused" x1="4" y1="0" x2="width-5" y2="0" /> + <line color="C_titlebar_border_focused" x1="3" y1="1" x2="width-4" y2="1" /> + <line color="C_titlebar_border_focused" x1="2" y1="2" x2="width-3" y2="2" /> + <line color="C_titlebar_border_focused" x1="1" y1="3" x2="width-2" y2="3" /> + <line color="C_titlebar_border_focused" x1="0" y1="4" x2="width-1" y2="4" /> +</draw_ops> +<draw_ops name="titlebar_max_fill_focused"> + <rectangle color="C_titlebar" x="0" y="0" width="width" height="height" filled="true" /> + <line color="C_titlebar_border_focused" x1="0" y1="0" x2="width-1" y2="0" /> + <line color="C_titlebar_border_focused" x1="0" y1="1" x2="width-1" y2="1" /> + <line color="C_titlebar_border_focused" x1="0" y1="2" x2="width-1" y2="2" /> + <line color="C_titlebar_border_focused" x1="0" y1="3" x2="width-1" y2="3" /> + <line color="C_titlebar_border_focused" x1="0" y1="4" x2="width-1" y2="4" /> +</draw_ops> +<draw_ops name="titlebar_fill_attached_focused"> + <include name="titlebar_fill_focused" /> +</draw_ops> + +<draw_ops name="titlebar_fill_unfocused"> + <rectangle color="C_titlebar" x="0" y="0" width="width" height="height" filled="true" /> +</draw_ops> + +<draw_ops name="titlebar_focused"> + <include name="titlebar_fill_focused" /> +</draw_ops> + +<draw_ops name="titlebar_attached_focused"> <!-- titlebar for attached and modal dialogs --> + <include name="titlebar_fill_attached_focused" /> +</draw_ops> + +<draw_ops name="rounded_titlebar_focused"> + <include name="titlebar_fill_focused" /> +</draw_ops> + +<draw_ops name="border_focused"> +</draw_ops> + +<draw_ops name="border_unfocused"> +</draw_ops> + +<draw_ops name="border_right_focused"> + <line + x1="width-1" y1="0" + x2="width-1" y2="height" + color="C_border_focused" /> +</draw_ops> + +<draw_ops name="border_right_unfocused"> + <line + x1="width-1" y1="0" + x2="width-1" y2="height" + color="C_border_unfocused" /> +</draw_ops> + +<draw_ops name="border_left_focused"> + <line + x1="0" y1="0" + x2="0" y2="height" + color="C_border_focused" /> +</draw_ops> + +<draw_ops name="border_left_unfocused"> + <line + x1="0" y1="0" + x2="0" y2="height" + color="C_border_unfocused" /> +</draw_ops> + +<!-- ::: BUTTON ICONS ::: --> +<!-- note: negative values in x or y causes gnome-shell to crash --> +<!-- close icon --> +<draw_ops name="close_focused"> + <image filename="close_focused_normal.svg" x="0" y="1" width="object_width" height="object_height" /> +</draw_ops> + +<draw_ops name="close_focused_prelight"> + <image filename="close_focused_prelight.svg" x="0" y="1" width="object_width" height="object_height" /> +</draw_ops> + +<draw_ops name="close_focused_pressed"> + <image filename="close_focused_pressed.svg" x="0" y="1" width="object_width" height="object_height" /> +</draw_ops> + +<draw_ops name="close_unfocused"> + <image filename="close_unfocused.svg" x="0" y="1" width="object_width" height="object_height" /> +</draw_ops> + +<draw_ops name="close_unfocused_prelight"> + <include name="close_focused_prelight" /> +</draw_ops> + +<draw_ops name="close_unfocused_pressed"> + <include name="close_focused_pressed" /> +</draw_ops> + +<!-- maximize icon --> +<draw_ops name="maximize_focused"> + <image filename="maximize_focused_normal.svg" x="0" y="1" width="object_width" height="object_height" /> +</draw_ops> + +<draw_ops name="maximize_focused_prelight"> + <image filename="maximize_focused_prelight.svg" x="0" y="1" width="object_width" height="object_height" /> +</draw_ops> + +<draw_ops name="maximize_focused_pressed"> + <image filename="maximize_focused_pressed.svg" x="0" y="1" width="object_width" height="object_height" /> +</draw_ops> + +<draw_ops name="maximize_unfocused"> + <image filename="maximize_unfocused.svg" x="0" y="1" width="object_width" height="object_height" /> +</draw_ops> + +<draw_ops name="maximize_unfocused_prelight"> + <include name="maximize_focused_prelight" /> +</draw_ops> + +<draw_ops name="maximize_unfocused_pressed"> + <include name="maximize_focused_pressed" /> +</draw_ops> + +<!-- unmaximize icon --> +<draw_ops name="unmaximize_focused"> + <image filename="unmaximize_focused_normal.svg" x="0" y="1" width="object_width" height="object_height" /> +</draw_ops> + +<draw_ops name="unmaximize_focused_prelight"> + <image filename="unmaximize_focused_prelight.svg" x="0" y="1" width="object_width" height="object_height" /> +</draw_ops> + +<draw_ops name="unmaximize_focused_pressed"> + <image filename="unmaximize_focused_pressed.svg" x="0" y="1" width="object_width" height="object_height" /> +</draw_ops> + +<draw_ops name="unmaximize_unfocused"> + <image filename="unmaximize_unfocused.svg" x="0" y="1" width="object_width" height="object_height" /> +</draw_ops> + +<draw_ops name="unmaximize_unfocused_prelight"> + <include name="unmaximize_focused_prelight" /> +</draw_ops> + +<draw_ops name="unmaximize_unfocused_pressed"> + <include name="unmaximize_focused_pressed" /> +</draw_ops> + +<!-- minimize icon --> +<draw_ops name="minimize_focused"> + <image filename="minimize_focused_normal.svg" x="0" y="1" width="object_width" height="object_height" /> +</draw_ops> + +<draw_ops name="minimize_focused_prelight"> + <image filename="minimize_focused_prelight.svg" x="0" y="1" width="object_width" height="object_height" /> +</draw_ops> + +<draw_ops name="minimize_focused_pressed"> + <image filename="minimize_focused_pressed.svg" x="0" y="1" width="object_width" height="object_height" /> +</draw_ops> + +<draw_ops name="minimize_unfocused"> + <image filename="minimize_unfocused.svg" x="0" y="1" width="object_width" height="object_height" /> +</draw_ops> + +<draw_ops name="minimize_unfocused_prelight"> + <include name="minimize_focused_prelight" /> +</draw_ops> + +<draw_ops name="minimize_unfocused_pressed"> + <include name="minimize_focused_pressed" /> +</draw_ops> + +<!-- menu icon --> +<draw_ops name="menu_focused"></draw_ops> + +<draw_ops name="menu_focused_prelight"></draw_ops> + +<draw_ops name="menu_focused_pressed"></draw_ops> + +<draw_ops name="menu_unfocused"></draw_ops> + +<draw_ops name="menu_unfocused_prelight"></draw_ops> + +<draw_ops name="menu_unfocused_pressed"></draw_ops> + +<!-- shade icon --> +<draw_ops name="shade_focused"></draw_ops> + +<draw_ops name="shade_focused_prelight"></draw_ops> + +<draw_ops name="shade_focused_pressed"></draw_ops> + +<draw_ops name="shade_unfocused"></draw_ops> + +<draw_ops name="shade_unfocused_prelight"></draw_ops> + +<draw_ops name="shade_unfocused_pressed"></draw_ops> + +<!-- unshade icon --> +<draw_ops name="unshade_focused"></draw_ops> + +<draw_ops name="unshade_focused_prelight"></draw_ops> + +<draw_ops name="unshade_focused_pressed"></draw_ops> + +<draw_ops name="unshade_unfocused"></draw_ops> + +<draw_ops name="unshade_unfocused_prelight"></draw_ops> + +<draw_ops name="unshade_unfocused_pressed"></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="rounded_titlebar_focused" /> + <piece position="title" draw_ops="title_focused" /> + <piece position="overlay" draw_ops="border_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="unshade_focused" /> + <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> + <button function="unshade" state="pressed" draw_ops="unshade_focused_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></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_unfocused" geometry="normal_unfocused"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <piece position="overlay" draw_ops="border_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused" /> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight" /> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_unfocused" /> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight" /> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_unfocused" /> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight" /> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="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></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_focused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_max_fill_focused" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="maximize" state="normal" draw_ops="unmaximize_focused" /> + <button function="maximize" state="prelight" draw_ops="unmaximize_focused_prelight" /> + <button function="maximize" state="pressed" draw_ops="unmaximize_focused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="unshade_focused" /> + <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> + <button function="unshade" state="pressed" draw_ops="unshade_focused_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></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_unfocused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused" /> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight" /> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed" /> + <button function="maximize" state="normal" draw_ops="unmaximize_unfocused" /> + <button function="maximize" state="prelight" draw_ops="unmaximize_unfocused_prelight" /> + <button function="maximize" state="pressed" draw_ops="unmaximize_unfocused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_unfocused" /> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight" /> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="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></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_shaded_focused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_max_fill_focused" /> + <piece position="title" draw_ops="title_focused" /> + <piece position="overlay" draw_ops="border_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="maximize" state="normal" draw_ops="unmaximize_focused" /> + <button function="maximize" state="prelight" draw_ops="unmaximize_focused_prelight" /> + <button function="maximize" state="pressed" draw_ops="unmaximize_focused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="unshade_focused" /> + <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> + <button function="unshade" state="pressed" draw_ops="unshade_focused_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></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_shaded_unfocused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <piece position="overlay" draw_ops="border_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused" /> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight" /> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed" /> + <button function="maximize" state="normal" draw_ops="unmaximize_unfocused" /> + <button function="maximize" state="prelight" draw_ops="unmaximize_unfocused_prelight" /> + <button function="maximize" state="pressed" draw_ops="unmaximize_unfocused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_unfocused" /> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight" /> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="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></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="dialog_focused" geometry="nobuttons"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="rounded_titlebar_focused" /> + <piece position="title" draw_ops="title_focused" /> + <piece position="overlay" draw_ops="border_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="unshade_focused" /> + <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> + <button function="unshade" state="pressed" draw_ops="unshade_focused_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></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="dialog_unfocused" geometry="nobuttons"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <piece position="overlay" draw_ops="border_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused" /> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight" /> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_unfocused" /> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight" /> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_unfocused" /> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight" /> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="prelight"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="prelight"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="modal_dialog_focused" geometry="modal"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_attached_focused" /> + <piece position="title" draw_ops="title_focused" /> + <piece position="overlay" draw_ops="border_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="unshade_focused" /> + <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> + <button function="unshade" state="pressed" draw_ops="unshade_focused_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></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button><button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="modal_dialog_unfocused" geometry="modal"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <piece position="overlay" draw_ops="border_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused" /> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight" /> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_unfocused" /> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight" /> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_unfocused" /> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight" /> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="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></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="utility_focused" geometry="small"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_focused" /> + <piece position="title" draw_ops="title_focused" /> + <piece position="overlay" draw_ops="border_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="unshade_focused" /> + <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> + <button function="unshade" state="pressed" draw_ops="unshade_focused_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></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="utility_unfocused" geometry="small_unfocused"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <piece position="overlay" draw_ops="border_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused" /> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight" /> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_unfocused" /> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight" /> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_unfocused" /> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight" /> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="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></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="border_focused" geometry="border"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="overlay" draw_ops="border_focused" /> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="prelight"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="prelight"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="border_unfocused" geometry="border"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="overlay" draw_ops="border_unfocused" /> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="prelight"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="prelight"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="borderless" geometry="borderless"> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="prelight"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="prelight"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="attached_focused" geometry="attached"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_attached_focused" /> + <piece position="title" draw_ops="title_focused" /> + <piece position="overlay" draw_ops="border_focused" /> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="prelight"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="prelight"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="attached_unfocused" geometry="attached"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_attached_focused" /> + <piece position="title" draw_ops="title_unfocused" /> + <piece position="overlay" draw_ops="border_unfocused" /> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="prelight"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="prelight"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="tiled_left_focused" geometry="tiled_left"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_fill_focused" /> + <piece position="title" draw_ops="title_focused" /> + <piece position="overlay" draw_ops="border_right_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="unshade_focused" /> + <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> + <button function="unshade" state="pressed" draw_ops="unshade_focused_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></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="tiled_left_unfocused" geometry="tiled_left"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <piece position="overlay" draw_ops="border_right_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></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="tiled_right_focused" geometry="tiled_right"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_fill_focused" /> + <piece position="title" draw_ops="title_focused" /> + <piece position="overlay" draw_ops="border_left_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="unshade_focused" /> + <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> + <button function="unshade" state="pressed" draw_ops="unshade_focused_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></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="tiled_right_unfocused" geometry="tiled_right"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <piece position="overlay" draw_ops="border_left_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></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<!-- placeholder for unimplementated styles--> +<frame_style name="blank" geometry="normal"> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="prelight"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="prelight"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<!-- ::: FRAME STYLE SETS ::: --> +<frame_style_set name="normal_style_set"> + <frame focus="yes" state="normal" resize="both" style="normal_focused" /> + <frame focus="no" state="normal" resize="both" style="normal_unfocused" /> + <frame focus="yes" state="maximized" style="normal_max_focused" /> + <frame focus="no" state="maximized" style="normal_max_unfocused" /> + <frame focus="yes" state="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="borderless" /> + <frame focus="no" state="maximized" style="borderless" /> + <frame focus="yes" state="shaded" style="blank" /> + <frame focus="no" state="shaded" style="blank" /> + <frame focus="yes" state="maximized_and_shaded" style="blank" /> + <frame focus="no" state="maximized_and_shaded" style="blank" /> +</frame_style_set> + +<!-- ::: WINDOWS ::: --> +<window type="normal" style_set="normal_style_set" /> +<window type="dialog" style_set="dialog_style_set" /> +<window type="modal_dialog" style_set="modal_dialog_style_set" /> +<window type="menu" style_set="utility_style_set" /> +<window type="utility" style_set="utility_style_set" /> +<window type="border" style_set="border_style_set" /> + +</metacity_theme> diff --git a/.themes/Libra-Dark-Gruvbox/metacity-1/metacity-theme-2.xml b/.themes/Libra-Dark-Gruvbox/metacity-1/metacity-theme-2.xml new file mode 100755 index 00000000..85af0930 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/metacity-1/metacity-theme-2.xml @@ -0,0 +1,1080 @@ +<?xml version="1.0"?> +<metacity_theme> +<info> + <name>Libra</name> + <author>Dolkand</author> + <copyright>GPL-3.0+</copyright> + <date>25/10/2014</date> + <description>Libra Metacity Theme</description> +</info> + +<!-- ::: CONSTANTS ::: --> +<constant name="C_titlebar" value="gtk:bg[NORMAL]" /> +<constant name="C_titlebar_border_focused" value="gtk:bg[NORMAL]" /> +<constant name="C_border_focused" value="#E1E2E6" /> +<constant name="C_border_unfocused" value="#E1E2E6" /> +<constant name="C_title_focused" value="gtk:fg[NORMAL]" /> +<constant name="C_title_unfocused" value="blend/#ffffff/gtk:text[NORMAL]/0.7" /> + +<!-- ::: GEOMETRY ::: --> +<frame_geometry name="normal" title_scale="medium" rounded_top_left="4" rounded_top_right="4"> + <distance name="left_width" value="1" /> + <distance name="right_width" value="1" /> + <distance name="bottom_height" value="1" /> + <distance name="left_titlebar_edge" value="0" /> + <distance name="right_titlebar_edge" value="0" /> + <distance name="title_vertical_pad" value="0" /> + <aspect_ratio name="button" value="1.0" /> + <border name="title_border" left="8" right="8" top="4" bottom="4" /> + <border name="button_border" left="0" right="0" top="0" bottom="0" /> +</frame_geometry> + +<frame_geometry name="normal_unfocused" title_scale="medium" rounded_top_left="4" rounded_top_right="4" parent="normal" /> + +<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" /> +</frame_geometry> + +<frame_geometry name="tiled_left" title_scale="medium" rounded_top_left="false" rounded_top_right="false" parent="max"> + <distance name="right_width" value="1" /> +</frame_geometry> + +<frame_geometry name="tiled_right" title_scale="medium" rounded_top_left="false" rounded_top_right="false" parent="max"> + <distance name="left_width" value="1" /> +</frame_geometry> + +<frame_geometry name="small" title_scale="small" parent="normal" rounded_top_left="4" rounded_top_right="4"> + <distance name="title_vertical_pad" value="0" /> + <border name="title_border" left="8" right="8" top="4" bottom="4" /> + <border name="button_border" left="0" right="0" top="0" bottom="0" /> +</frame_geometry> + +<frame_geometry name="small_unfocused" parent="small"> + <distance name="left_titlebar_edge" value="0"/> + <distance name="right_titlebar_edge" value="0"/> +</frame_geometry> + +<frame_geometry name="nobuttons" hide_buttons="true" parent="normal" /> + +<frame_geometry name="border" has_title="false" rounded_top_left="false" rounded_top_right="false" parent="normal" > + <distance name="left_width" value="1" /> + <distance name="right_width" value="1" /> + <distance name="bottom_height" value="1" /> + <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="borderless" has_title="false" rounded_top_left="false" rounded_top_right="false" parent="normal"> + <distance name="left_width" value="0" /> + <distance name="right_width" value="0" /> + <distance name="bottom_height" value="0" /> + <distance name="title_vertical_pad" value="0" /> + <border name="title_border" left="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="4" rounded_top_right="4" parent="small"> +</frame_geometry> + +<frame_geometry name="attached" title_scale="small" hide_buttons="true" rounded_top_left="4" rounded_top_right="4" parent="small"> +</frame_geometry> + +<!-- ::: TITLES ::: --> +<draw_ops name="title_focused"> + <title x="(0 `max` ((width - title_width) / 2)) + 2" + y="(0 `max` ((height - title_height) / 2))" + 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))" + color="C_title_unfocused" /> +</draw_ops> + +<!-- ::: WINDOW DECORATIONS ::: --> +<draw_ops name="entire_background_focused"> + <rectangle color="C_titlebar" x="0" y="0" width="width" height="height" filled="true" /> +</draw_ops> + +<draw_ops name="entire_background_unfocused"> + <include name="entire_background_focused" /> +</draw_ops> + +<draw_ops name="titlebar_fill_focused"> + <rectangle color="C_titlebar" x="0" y="0" width="width" height="height" filled="true" /> + <line color="C_titlebar_border_focused" x1="4" y1="0" x2="width-5" y2="0" /> + <line color="C_titlebar_border_focused" x1="3" y1="1" x2="width-4" y2="1" /> + <line color="C_titlebar_border_focused" x1="2" y1="2" x2="width-3" y2="2" /> + <line color="C_titlebar_border_focused" x1="1" y1="3" x2="width-2" y2="3" /> + <line color="C_titlebar_border_focused" x1="0" y1="4" x2="width-1" y2="4" /> +</draw_ops> +<draw_ops name="titlebar_max_fill_focused"> + <rectangle color="C_titlebar" x="0" y="0" width="width" height="height" filled="true" /> + <line color="C_titlebar_border_focused" x1="0" y1="0" x2="width-1" y2="0" /> + <line color="C_titlebar_border_focused" x1="0" y1="1" x2="width-1" y2="1" /> + <line color="C_titlebar_border_focused" x1="0" y1="2" x2="width-1" y2="2" /> + <line color="C_titlebar_border_focused" x1="0" y1="3" x2="width-1" y2="3" /> + <line color="C_titlebar_border_focused" x1="0" y1="4" x2="width-1" y2="4" /> +</draw_ops> +<draw_ops name="titlebar_fill_attached_focused"> + <include name="titlebar_fill_focused" /> +</draw_ops> + +<draw_ops name="titlebar_fill_unfocused"> + <rectangle color="C_titlebar" x="0" y="0" width="width" height="height" filled="true" /> +</draw_ops> + +<draw_ops name="titlebar_focused"> + <include name="titlebar_fill_focused" /> +</draw_ops> + +<draw_ops name="titlebar_attached_focused"> <!-- titlebar for attached and modal dialogs --> + <include name="titlebar_fill_attached_focused" /> +</draw_ops> + +<draw_ops name="rounded_titlebar_focused"> + <include name="titlebar_fill_focused" /> +</draw_ops> + +<draw_ops name="border_focused"> +</draw_ops> + +<draw_ops name="border_unfocused"> +</draw_ops> + +<draw_ops name="border_right_focused"> + <line + x1="width-1" y1="0" + x2="width-1" y2="height" + color="C_border_focused" /> +</draw_ops> + +<draw_ops name="border_right_unfocused"> + <line + x1="width-1" y1="0" + x2="width-1" y2="height" + color="C_border_unfocused" /> +</draw_ops> + +<draw_ops name="border_left_focused"> + <line + x1="0" y1="0" + x2="0" y2="height" + color="C_border_focused" /> +</draw_ops> + +<draw_ops name="border_left_unfocused"> + <line + x1="0" y1="0" + x2="0" y2="height" + color="C_border_unfocused" /> +</draw_ops> + +<!-- ::: BUTTON ICONS ::: --> +<!-- note: negative values in x or y causes gnome-shell to crash --> +<!-- close icon --> +<draw_ops name="close_focused"> + <image filename="close_focused_normal.svg" x="0" y="1" width="object_width" height="object_height" /> +</draw_ops> + +<draw_ops name="close_focused_prelight"> + <image filename="close_focused_prelight.svg" x="0" y="1" width="object_width" height="object_height" /> +</draw_ops> + +<draw_ops name="close_focused_pressed"> + <image filename="close_focused_pressed.svg" x="0" y="1" width="object_width" height="object_height" /> +</draw_ops> + +<draw_ops name="close_unfocused"> + <image filename="close_unfocused.svg" x="0" y="1" width="object_width" height="object_height" /> +</draw_ops> + +<draw_ops name="close_unfocused_prelight"> + <include name="close_focused_prelight" /> +</draw_ops> + +<draw_ops name="close_unfocused_pressed"> + <include name="close_focused_pressed" /> +</draw_ops> + +<!-- maximize icon --> +<draw_ops name="maximize_focused"> + <image filename="maximize_focused_normal.svg" x="0" y="1" width="object_width" height="object_height" /> +</draw_ops> + +<draw_ops name="maximize_focused_prelight"> + <image filename="maximize_focused_prelight.svg" x="0" y="1" width="object_width" height="object_height" /> +</draw_ops> + +<draw_ops name="maximize_focused_pressed"> + <image filename="maximize_focused_pressed.svg" x="0" y="1" width="object_width" height="object_height" /> +</draw_ops> + +<draw_ops name="maximize_unfocused"> + <image filename="maximize_unfocused.svg" x="0" y="1" width="object_width" height="object_height" /> +</draw_ops> + +<draw_ops name="maximize_unfocused_prelight"> + <include name="maximize_focused_prelight" /> +</draw_ops> + +<draw_ops name="maximize_unfocused_pressed"> + <include name="maximize_focused_pressed" /> +</draw_ops> + +<!-- unmaximize icon --> +<draw_ops name="unmaximize_focused"> + <image filename="unmaximize_focused_normal.svg" x="0" y="1" width="object_width" height="object_height" /> +</draw_ops> + +<draw_ops name="unmaximize_focused_prelight"> + <image filename="unmaximize_focused_prelight.svg" x="0" y="1" width="object_width" height="object_height" /> +</draw_ops> + +<draw_ops name="unmaximize_focused_pressed"> + <image filename="unmaximize_focused_pressed.svg" x="0" y="1" width="object_width" height="object_height" /> +</draw_ops> + +<draw_ops name="unmaximize_unfocused"> + <image filename="unmaximize_unfocused.svg" x="0" y="1" width="object_width" height="object_height" /> +</draw_ops> + +<draw_ops name="unmaximize_unfocused_prelight"> + <include name="unmaximize_focused_prelight" /> +</draw_ops> + +<draw_ops name="unmaximize_unfocused_pressed"> + <include name="unmaximize_focused_pressed" /> +</draw_ops> + +<!-- minimize icon --> +<draw_ops name="minimize_focused"> + <image filename="minimize_focused_normal.svg" x="0" y="1" width="object_width" height="object_height" /> +</draw_ops> + +<draw_ops name="minimize_focused_prelight"> + <image filename="minimize_focused_prelight.svg" x="0" y="1" width="object_width" height="object_height" /> +</draw_ops> + +<draw_ops name="minimize_focused_pressed"> + <image filename="minimize_focused_pressed.svg" x="0" y="1" width="object_width" height="object_height" /> +</draw_ops> + +<draw_ops name="minimize_unfocused"> + <image filename="minimize_unfocused.svg" x="0" y="1" width="object_width" height="object_height" /> +</draw_ops> + +<draw_ops name="minimize_unfocused_prelight"> + <include name="minimize_focused_prelight" /> +</draw_ops> + +<draw_ops name="minimize_unfocused_pressed"> + <include name="minimize_focused_pressed" /> +</draw_ops> + +<!-- menu icon --> +<draw_ops name="menu_focused"></draw_ops> + +<draw_ops name="menu_focused_prelight"></draw_ops> + +<draw_ops name="menu_focused_pressed"></draw_ops> + +<draw_ops name="menu_unfocused"></draw_ops> + +<draw_ops name="menu_unfocused_prelight"></draw_ops> + +<draw_ops name="menu_unfocused_pressed"></draw_ops> + +<!-- shade icon --> +<draw_ops name="shade_focused"></draw_ops> + +<draw_ops name="shade_focused_prelight"></draw_ops> + +<draw_ops name="shade_focused_pressed"></draw_ops> + +<draw_ops name="shade_unfocused"></draw_ops> + +<draw_ops name="shade_unfocused_prelight"></draw_ops> + +<draw_ops name="shade_unfocused_pressed"></draw_ops> + +<!-- unshade icon --> +<draw_ops name="unshade_focused"></draw_ops> + +<draw_ops name="unshade_focused_prelight"></draw_ops> + +<draw_ops name="unshade_focused_pressed"></draw_ops> + +<draw_ops name="unshade_unfocused"></draw_ops> + +<draw_ops name="unshade_unfocused_prelight"></draw_ops> + +<draw_ops name="unshade_unfocused_pressed"></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="rounded_titlebar_focused" /> + <piece position="title" draw_ops="title_focused" /> + <piece position="overlay" draw_ops="border_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="unshade_focused" /> + <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> + <button function="unshade" state="pressed" draw_ops="unshade_focused_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></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_unfocused" geometry="normal_unfocused"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <piece position="overlay" draw_ops="border_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused" /> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight" /> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_unfocused" /> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight" /> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_unfocused" /> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight" /> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="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></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_focused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_max_fill_focused" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="maximize" state="normal" draw_ops="unmaximize_focused" /> + <button function="maximize" state="prelight" draw_ops="unmaximize_focused_prelight" /> + <button function="maximize" state="pressed" draw_ops="unmaximize_focused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="unshade_focused" /> + <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> + <button function="unshade" state="pressed" draw_ops="unshade_focused_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></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_unfocused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused" /> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight" /> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed" /> + <button function="maximize" state="normal" draw_ops="unmaximize_unfocused" /> + <button function="maximize" state="prelight" draw_ops="unmaximize_unfocused_prelight" /> + <button function="maximize" state="pressed" draw_ops="unmaximize_unfocused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_unfocused" /> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight" /> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="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></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_shaded_focused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_max_fill_focused" /> + <piece position="title" draw_ops="title_focused" /> + <piece position="overlay" draw_ops="border_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="maximize" state="normal" draw_ops="unmaximize_focused" /> + <button function="maximize" state="prelight" draw_ops="unmaximize_focused_prelight" /> + <button function="maximize" state="pressed" draw_ops="unmaximize_focused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="unshade_focused" /> + <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> + <button function="unshade" state="pressed" draw_ops="unshade_focused_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></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_shaded_unfocused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <piece position="overlay" draw_ops="border_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused" /> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight" /> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed" /> + <button function="maximize" state="normal" draw_ops="unmaximize_unfocused" /> + <button function="maximize" state="prelight" draw_ops="unmaximize_unfocused_prelight" /> + <button function="maximize" state="pressed" draw_ops="unmaximize_unfocused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_unfocused" /> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight" /> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="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></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="dialog_focused" geometry="nobuttons"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="rounded_titlebar_focused" /> + <piece position="title" draw_ops="title_focused" /> + <piece position="overlay" draw_ops="border_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="unshade_focused" /> + <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> + <button function="unshade" state="pressed" draw_ops="unshade_focused_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></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="dialog_unfocused" geometry="nobuttons"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <piece position="overlay" draw_ops="border_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused" /> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight" /> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_unfocused" /> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight" /> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_unfocused" /> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight" /> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="prelight"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="prelight"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="modal_dialog_focused" geometry="modal"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_attached_focused" /> + <piece position="title" draw_ops="title_focused" /> + <piece position="overlay" draw_ops="border_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="unshade_focused" /> + <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> + <button function="unshade" state="pressed" draw_ops="unshade_focused_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></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button><button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="modal_dialog_unfocused" geometry="modal"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <piece position="overlay" draw_ops="border_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused" /> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight" /> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_unfocused" /> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight" /> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_unfocused" /> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight" /> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="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></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="utility_focused" geometry="small"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_focused" /> + <piece position="title" draw_ops="title_focused" /> + <piece position="overlay" draw_ops="border_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="unshade_focused" /> + <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> + <button function="unshade" state="pressed" draw_ops="unshade_focused_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></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="utility_unfocused" geometry="small_unfocused"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <piece position="overlay" draw_ops="border_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused" /> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight" /> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_unfocused" /> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight" /> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_unfocused" /> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight" /> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="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></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="border_focused" geometry="border"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="overlay" draw_ops="border_focused" /> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="prelight"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="prelight"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="border_unfocused" geometry="border"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="overlay" draw_ops="border_unfocused" /> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="prelight"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="prelight"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="borderless" geometry="borderless"> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="prelight"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="prelight"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="attached_focused" geometry="attached"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_attached_focused" /> + <piece position="title" draw_ops="title_focused" /> + <piece position="overlay" draw_ops="border_focused" /> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="prelight"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="prelight"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="attached_unfocused" geometry="attached"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_attached_focused" /> + <piece position="title" draw_ops="title_unfocused" /> + <piece position="overlay" draw_ops="border_unfocused" /> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="prelight"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="prelight"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="tiled_left_focused" geometry="tiled_left"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_fill_focused" /> + <piece position="title" draw_ops="title_focused" /> + <piece position="overlay" draw_ops="border_right_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="unshade_focused" /> + <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> + <button function="unshade" state="pressed" draw_ops="unshade_focused_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></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="tiled_left_unfocused" geometry="tiled_left"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <piece position="overlay" draw_ops="border_right_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></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="tiled_right_focused" geometry="tiled_right"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_fill_focused" /> + <piece position="title" draw_ops="title_focused" /> + <piece position="overlay" draw_ops="border_left_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="unshade_focused" /> + <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> + <button function="unshade" state="pressed" draw_ops="unshade_focused_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></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="tiled_right_unfocused" geometry="tiled_right"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <piece position="overlay" draw_ops="border_left_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></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<!-- placeholder for unimplementated styles--> +<frame_style name="blank" geometry="normal"> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="prelight"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="prelight"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<!-- ::: FRAME STYLE SETS ::: --> +<frame_style_set name="normal_style_set"> + <frame focus="yes" state="normal" resize="both" style="normal_focused" /> + <frame focus="no" state="normal" resize="both" style="normal_unfocused" /> + <frame focus="yes" state="maximized" style="normal_max_focused" /> + <frame focus="no" state="maximized" style="normal_max_unfocused" /> + <frame focus="yes" state="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="borderless" /> + <frame focus="no" state="maximized" style="borderless" /> + <frame focus="yes" state="shaded" style="blank" /> + <frame focus="no" state="shaded" style="blank" /> + <frame focus="yes" state="maximized_and_shaded" style="blank" /> + <frame focus="no" state="maximized_and_shaded" style="blank" /> +</frame_style_set> + +<!-- ::: WINDOWS ::: --> +<window type="normal" style_set="normal_style_set" /> +<window type="dialog" style_set="dialog_style_set" /> +<window type="modal_dialog" style_set="modal_dialog_style_set" /> +<window type="menu" style_set="utility_style_set" /> +<window type="utility" style_set="utility_style_set" /> +<window type="border" style_set="border_style_set" /> + +</metacity_theme> diff --git a/.themes/Libra-Dark-Gruvbox/metacity-1/metacity-theme-3.xml b/.themes/Libra-Dark-Gruvbox/metacity-1/metacity-theme-3.xml new file mode 100755 index 00000000..95dfc053 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/metacity-1/metacity-theme-3.xml @@ -0,0 +1,1111 @@ +<?xml version="1.0"?> +<metacity_theme> +<info> + <name>Libra</name> + <author>Dolkand</author> + <copyright>GPL-3.0+</copyright> + <date>25/10/2014</date> + <description>Libra Metacity Theme</description> +</info> + +<!-- ::: CONSTANTS ::: --> +<constant name="C_titlebar" value="gtk:bg[NORMAL]" /> +<constant name="C_titlebar_border_focused" value="gtk:bg[NORMAL]" /> +<constant name="C_border_focused" value="#E1E2E6" /> +<constant name="C_border_unfocused" value="#E1E2E6" /> +<constant name="C_title_focused" value="gtk:fg[NORMAL]" /> +<constant name="C_title_unfocused" value="blend/#ffffff/gtk:text[NORMAL]/0.7" /> + +<!-- ::: GEOMETRY ::: --> +<frame_geometry name="normal" title_scale="medium" rounded_top_left="4" rounded_top_right="4"> + <distance name="left_width" value="1" /> + <distance name="right_width" value="1" /> + <distance name="bottom_height" value="1" /> + <distance name="left_titlebar_edge" value="0" /> + <distance name="right_titlebar_edge" value="0" /> + <distance name="title_vertical_pad" value="0" /> + <aspect_ratio name="button" value="1.0" /> + <border name="title_border" left="8" right="8" top="4" bottom="4" /> + <border name="button_border" left="0" right="0" top="0" bottom="0" /> +</frame_geometry> + +<frame_geometry name="normal_unfocused" title_scale="medium" rounded_top_left="4" rounded_top_right="4" parent="normal" /> + +<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" /> +</frame_geometry> + +<frame_geometry name="tiled_left" title_scale="medium" rounded_top_left="false" rounded_top_right="false" parent="max"> + <distance name="right_width" value="1" /> +</frame_geometry> + +<frame_geometry name="tiled_right" title_scale="medium" rounded_top_left="false" rounded_top_right="false" parent="max"> + <distance name="left_width" value="1" /> +</frame_geometry> + +<frame_geometry name="small" title_scale="small" parent="normal" rounded_top_left="4" rounded_top_right="4"> + <distance name="title_vertical_pad" value="0" /> + <border name="title_border" left="8" right="8" top="4" bottom="4" /> + <border name="button_border" left="0" right="0" top="0" bottom="0" /> +</frame_geometry> + +<frame_geometry name="small_unfocused" parent="small"> + <distance name="left_titlebar_edge" value="0"/> + <distance name="right_titlebar_edge" value="0"/> +</frame_geometry> + +<frame_geometry name="nobuttons" hide_buttons="true" parent="normal" /> + +<frame_geometry name="border" has_title="false" rounded_top_left="false" rounded_top_right="false" parent="normal" > + <distance name="left_width" value="1" /> + <distance name="right_width" value="1" /> + <distance name="bottom_height" value="1" /> + <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="borderless" has_title="false" rounded_top_left="false" rounded_top_right="false" parent="normal"> + <distance name="left_width" value="0" /> + <distance name="right_width" value="0" /> + <distance name="bottom_height" value="0" /> + <distance name="title_vertical_pad" value="0" /> + <border name="title_border" left="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="4" rounded_top_right="4" parent="small"> +</frame_geometry> + +<frame_geometry name="attached" title_scale="small" hide_buttons="true" rounded_top_left="4" rounded_top_right="4" parent="small"> +</frame_geometry> + +<!-- ::: TITLES ::: --> +<draw_ops name="title_focused"> + <title version="< 3.1" + x="(0 `max` ((width - title_width) / 2)) + 2" + y="(0 `max` ((height - title_height) / 2))" + color="C_title_focused" /> + <title version=">= 3.1" + x="(0 `max` ((frame_x_center - title_width/2) `min` (width - title_width))) + 2" + y="(0 `max` ((height - title_height) / 2))" + ellipsize_width="width" + color="C_title_focused" /> +</draw_ops> + +<draw_ops name="title_unfocused"> + <title version="< 3.1" + x="(0 `max` ((width - title_width) / 2)) + 2" + y="(0 `max` ((height - title_height) / 2))" + color="C_title_unfocused" /> + <title version=">= 3.1" + x="(0 `max` ((frame_x_center - title_width/2) `min` (width - title_width))) + 2" + y="(0 `max` ((height - title_height) / 2))" + ellipsize_width="width" + color="C_title_unfocused" /> +</draw_ops> + +<!-- ::: WINDOW DECORATIONS ::: --> +<draw_ops name="entire_background_focused"> + <rectangle color="C_titlebar" x="0" y="0" width="width" height="height" filled="true" /> +</draw_ops> + +<draw_ops name="entire_background_unfocused"> + <include name="entire_background_focused" /> +</draw_ops> + +<draw_ops name="titlebar_fill_focused"> + <rectangle color="C_titlebar" x="0" y="0" width="width" height="height" filled="true" /> + <line color="C_titlebar_border_focused" x1="4" y1="0" x2="width-5" y2="0" /> + <line color="C_titlebar_border_focused" x1="3" y1="1" x2="width-4" y2="1" /> + <line color="C_titlebar_border_focused" x1="2" y1="2" x2="width-3" y2="2" /> + <line color="C_titlebar_border_focused" x1="1" y1="3" x2="width-2" y2="3" /> + <line color="C_titlebar_border_focused" x1="0" y1="4" x2="width-1" y2="4" /> +</draw_ops> +<draw_ops name="titlebar_max_fill_focused"> + <rectangle color="C_titlebar" x="0" y="0" width="width" height="height" filled="true" /> + <line color="C_titlebar_border_focused" x1="0" y1="0" x2="width-1" y2="0" /> + <line color="C_titlebar_border_focused" x1="0" y1="1" x2="width-1" y2="1" /> + <line color="C_titlebar_border_focused" x1="0" y1="2" x2="width-1" y2="2" /> + <line color="C_titlebar_border_focused" x1="0" y1="3" x2="width-1" y2="3" /> + <line color="C_titlebar_border_focused" x1="0" y1="4" x2="width-1" y2="4" /> +</draw_ops> +<draw_ops name="titlebar_fill_attached_focused"> + <include name="titlebar_fill_focused" /> +</draw_ops> + +<draw_ops name="titlebar_fill_unfocused"> + <rectangle color="C_titlebar" x="0" y="0" width="width" height="height" filled="true" /> +</draw_ops> + +<draw_ops name="titlebar_focused"> + <include name="titlebar_fill_focused" /> +</draw_ops> + +<draw_ops name="titlebar_attached_focused"> <!-- titlebar for attached and modal dialogs --> + <include name="titlebar_fill_attached_focused" /> +</draw_ops> + +<draw_ops name="rounded_titlebar_focused"> + <include name="titlebar_fill_focused" /> +</draw_ops> + +<draw_ops name="border_focused"> +</draw_ops> + +<draw_ops name="border_unfocused"> +</draw_ops> + +<draw_ops name="border_right_focused"> + <line + x1="width-1" y1="0" + x2="width-1" y2="height" + color="C_border_focused" /> +</draw_ops> + +<draw_ops name="border_right_unfocused"> + <line + x1="width-1" y1="0" + x2="width-1" y2="height" + color="C_border_unfocused" /> +</draw_ops> + +<draw_ops name="border_left_focused"> + <line + x1="0" y1="0" + x2="0" y2="height" + color="C_border_focused" /> +</draw_ops> + +<draw_ops name="border_left_unfocused"> + <line + x1="0" y1="0" + x2="0" y2="height" + color="C_border_unfocused" /> +</draw_ops> + +<!-- ::: BUTTON ICONS ::: --> +<!-- note: negative values in x or y causes gnome-shell to crash --> +<!-- close icon --> +<draw_ops name="close_focused"> + <image filename="close_focused_normal.svg" x="0" y="1" width="object_width" height="object_height" /> +</draw_ops> + +<draw_ops name="close_focused_prelight"> + <image filename="close_focused_prelight.svg" x="0" y="1" width="object_width" height="object_height" /> +</draw_ops> + +<draw_ops name="close_focused_pressed"> + <image filename="close_focused_pressed.svg" x="0" y="1" width="object_width" height="object_height" /> +</draw_ops> + +<draw_ops name="close_unfocused"> + <image filename="close_unfocused.svg" x="0" y="1" width="object_width" height="object_height" /> +</draw_ops> + +<draw_ops name="close_unfocused_prelight"> + <include name="close_focused_prelight" /> +</draw_ops> + +<draw_ops name="close_unfocused_pressed"> + <include name="close_focused_pressed" /> +</draw_ops> + +<!-- maximize icon --> +<draw_ops name="maximize_focused"> + <image filename="maximize_focused_normal.svg" x="0" y="1" width="object_width" height="object_height" /> +</draw_ops> + +<draw_ops name="maximize_focused_prelight"> + <image filename="maximize_focused_prelight.svg" x="0" y="1" width="object_width" height="object_height" /> +</draw_ops> + +<draw_ops name="maximize_focused_pressed"> + <image filename="maximize_focused_pressed.svg" x="0" y="1" width="object_width" height="object_height" /> +</draw_ops> + +<draw_ops name="maximize_unfocused"> + <image filename="maximize_unfocused.svg" x="0" y="1" width="object_width" height="object_height" /> +</draw_ops> + +<draw_ops name="maximize_unfocused_prelight"> + <include name="maximize_focused_prelight" /> +</draw_ops> + +<draw_ops name="maximize_unfocused_pressed"> + <include name="maximize_focused_pressed" /> +</draw_ops> + +<!-- unmaximize icon --> +<draw_ops name="unmaximize_focused"> + <image filename="unmaximize_focused_normal.svg" x="0" y="1" width="object_width" height="object_height" /> +</draw_ops> + +<draw_ops name="unmaximize_focused_prelight"> + <image filename="unmaximize_focused_prelight.svg" x="0" y="1" width="object_width" height="object_height" /> +</draw_ops> + +<draw_ops name="unmaximize_focused_pressed"> + <image filename="unmaximize_focused_pressed.svg" x="0" y="1" width="object_width" height="object_height" /> +</draw_ops> + +<draw_ops name="unmaximize_unfocused"> + <image filename="unmaximize_unfocused.svg" x="0" y="1" width="object_width" height="object_height" /> +</draw_ops> + +<draw_ops name="unmaximize_unfocused_prelight"> + <include name="unmaximize_focused_prelight" /> +</draw_ops> + +<draw_ops name="unmaximize_unfocused_pressed"> + <include name="unmaximize_focused_pressed" /> +</draw_ops> + +<!-- minimize icon --> +<draw_ops name="minimize_focused"> + <image filename="minimize_focused_normal.svg" x="0" y="1" width="object_width" height="object_height" /> +</draw_ops> + +<draw_ops name="minimize_focused_prelight"> + <image filename="minimize_focused_prelight.svg" x="0" y="1" width="object_width" height="object_height" /> +</draw_ops> + +<draw_ops name="minimize_focused_pressed"> + <image filename="minimize_focused_pressed.svg" x="0" y="1" width="object_width" height="object_height" /> +</draw_ops> + +<draw_ops name="minimize_unfocused"> + <image filename="minimize_unfocused.svg" x="0" y="1" width="object_width" height="object_height" /> +</draw_ops> + +<draw_ops name="minimize_unfocused_prelight"> + <include name="minimize_focused_prelight" /> +</draw_ops> + +<draw_ops name="minimize_unfocused_pressed"> + <include name="minimize_focused_pressed" /> +</draw_ops> + +<!-- menu icon --> +<draw_ops name="menu_focused"></draw_ops> + +<draw_ops name="menu_focused_prelight"></draw_ops> + +<draw_ops name="menu_focused_pressed"></draw_ops> + +<draw_ops name="menu_unfocused"></draw_ops> + +<draw_ops name="menu_unfocused_prelight"></draw_ops> + +<draw_ops name="menu_unfocused_pressed"></draw_ops> + +<!-- shade icon --> +<draw_ops name="shade_focused"></draw_ops> + +<draw_ops name="shade_focused_prelight"></draw_ops> + +<draw_ops name="shade_focused_pressed"></draw_ops> + +<draw_ops name="shade_unfocused"></draw_ops> + +<draw_ops name="shade_unfocused_prelight"></draw_ops> + +<draw_ops name="shade_unfocused_pressed"></draw_ops> + +<!-- unshade icon --> +<draw_ops name="unshade_focused"></draw_ops> + +<draw_ops name="unshade_focused_prelight"></draw_ops> + +<draw_ops name="unshade_focused_pressed"></draw_ops> + +<draw_ops name="unshade_unfocused"></draw_ops> + +<draw_ops name="unshade_unfocused_prelight"></draw_ops> + +<draw_ops name="unshade_unfocused_pressed"></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="rounded_titlebar_focused" /> + <piece position="title" draw_ops="title_focused" /> + <piece position="overlay" draw_ops="border_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="unshade_focused" /> + <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> + <button function="unshade" state="pressed" draw_ops="unshade_focused_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></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_unfocused" geometry="normal_unfocused"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <piece position="overlay" draw_ops="border_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused" /> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight" /> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_unfocused" /> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight" /> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_unfocused" /> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight" /> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="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></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_focused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_max_fill_focused" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="maximize" state="normal" draw_ops="unmaximize_focused" /> + <button function="maximize" state="prelight" draw_ops="unmaximize_focused_prelight" /> + <button function="maximize" state="pressed" draw_ops="unmaximize_focused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="unshade_focused" /> + <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> + <button function="unshade" state="pressed" draw_ops="unshade_focused_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></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_unfocused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused" /> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight" /> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed" /> + <button function="maximize" state="normal" draw_ops="unmaximize_unfocused" /> + <button function="maximize" state="prelight" draw_ops="unmaximize_unfocused_prelight" /> + <button function="maximize" state="pressed" draw_ops="unmaximize_unfocused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_unfocused" /> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight" /> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="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></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_shaded_focused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_max_fill_focused" /> + <piece position="title" draw_ops="title_focused" /> + <piece position="overlay" draw_ops="border_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="maximize" state="normal" draw_ops="unmaximize_focused" /> + <button function="maximize" state="prelight" draw_ops="unmaximize_focused_prelight" /> + <button function="maximize" state="pressed" draw_ops="unmaximize_focused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="unshade_focused" /> + <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> + <button function="unshade" state="pressed" draw_ops="unshade_focused_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></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_shaded_unfocused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <piece position="overlay" draw_ops="border_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused" /> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight" /> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed" /> + <button function="maximize" state="normal" draw_ops="unmaximize_unfocused" /> + <button function="maximize" state="prelight" draw_ops="unmaximize_unfocused_prelight" /> + <button function="maximize" state="pressed" draw_ops="unmaximize_unfocused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_unfocused" /> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight" /> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="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></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="dialog_focused" geometry="nobuttons"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="rounded_titlebar_focused" /> + <piece position="title" draw_ops="title_focused" /> + <piece position="overlay" draw_ops="border_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="unshade_focused" /> + <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> + <button function="unshade" state="pressed" draw_ops="unshade_focused_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></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="dialog_unfocused" geometry="nobuttons"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <piece position="overlay" draw_ops="border_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused" /> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight" /> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_unfocused" /> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight" /> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_unfocused" /> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight" /> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="prelight"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="prelight"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="modal_dialog_focused" geometry="modal"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_attached_focused" /> + <piece position="title" draw_ops="title_focused" /> + <piece position="overlay" draw_ops="border_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="unshade_focused" /> + <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> + <button function="unshade" state="pressed" draw_ops="unshade_focused_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></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button><button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="modal_dialog_unfocused" geometry="modal"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <piece position="overlay" draw_ops="border_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused" /> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight" /> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_unfocused" /> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight" /> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_unfocused" /> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight" /> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="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></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="utility_focused" geometry="small"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_focused" /> + <piece position="title" draw_ops="title_focused" /> + <piece position="overlay" draw_ops="border_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="unshade_focused" /> + <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> + <button function="unshade" state="pressed" draw_ops="unshade_focused_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></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="utility_unfocused" geometry="small_unfocused"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <piece position="overlay" draw_ops="border_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused" /> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight" /> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_unfocused" /> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight" /> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_unfocused" /> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight" /> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="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></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="border_focused" geometry="border"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="overlay" draw_ops="border_focused" /> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="prelight"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="prelight"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="border_unfocused" geometry="border"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="overlay" draw_ops="border_unfocused" /> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="prelight"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="prelight"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="borderless" geometry="borderless"> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="prelight"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="prelight"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="attached_focused" geometry="attached"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_attached_focused" /> + <piece position="title" draw_ops="title_focused" /> + <piece position="overlay" draw_ops="border_focused" /> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="prelight"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="prelight"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="attached_unfocused" geometry="attached"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_attached_focused" /> + <piece position="title" draw_ops="title_unfocused" /> + <piece position="overlay" draw_ops="border_unfocused" /> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="prelight"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="prelight"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="tiled_left_focused" geometry="tiled_left"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_fill_focused" /> + <piece position="title" draw_ops="title_focused" /> + <piece position="overlay" draw_ops="border_right_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="unshade_focused" /> + <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> + <button function="unshade" state="pressed" draw_ops="unshade_focused_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></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="tiled_left_unfocused" geometry="tiled_left"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <piece position="overlay" draw_ops="border_right_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></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="tiled_right_focused" geometry="tiled_right"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_fill_focused" /> + <piece position="title" draw_ops="title_focused" /> + <piece position="overlay" draw_ops="border_left_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="unshade_focused" /> + <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> + <button function="unshade" state="pressed" draw_ops="unshade_focused_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></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="tiled_right_unfocused" geometry="tiled_right"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <piece position="overlay" draw_ops="border_left_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></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<!-- placeholder for unimplementated styles--> +<frame_style name="blank" geometry="normal"> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="prelight"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="prelight"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<!-- ::: FRAME STYLE SETS ::: --> +<frame_style_set name="normal_style_set"> + <frame focus="yes" state="normal" resize="both" style="normal_focused" /> + <frame focus="no" state="normal" resize="both" style="normal_unfocused" /> + <frame focus="yes" state="maximized" style="normal_max_focused" /> + <frame focus="no" state="maximized" style="normal_max_unfocused" /> + <frame focus="yes" state="shaded" style="normal_focused" /> + <frame focus="no" state="shaded" style="normal_unfocused" /> + <frame focus="yes" state="maximized_and_shaded" style="normal_max_shaded_focused" /> + <frame focus="no" state="maximized_and_shaded" style="normal_max_shaded_unfocused" /> + <frame version=">= 3.3" focus="yes" state="tiled_left" style="tiled_left_focused" /> + <frame version=">= 3.3" focus="no" state="tiled_left" style="tiled_left_unfocused" /> + <frame version=">= 3.3" focus="yes" state="tiled_right" style="tiled_right_focused" /> + <frame version=">= 3.3" focus="no" state="tiled_right" style="tiled_right_unfocused" /> + <frame version=">= 3.3" focus="yes" state="tiled_left_and_shaded" style="tiled_left_focused" /> + <frame version=">= 3.3" focus="no" state="tiled_left_and_shaded" style="tiled_left_unfocused" /> + <frame version=">= 3.3" focus="yes" state="tiled_right_and_shaded" style="tiled_right_focused" /> + <frame version=">= 3.3" focus="no" state="tiled_right_and_shaded" style="tiled_right_unfocused" /> +</frame_style_set> + +<frame_style_set name="dialog_style_set"> + <frame focus="yes" state="normal" resize="both" style="dialog_focused" /> + <frame focus="no" state="normal" resize="both" style="dialog_unfocused" /> + <frame focus="yes" state="maximized" style="blank" /> + <frame focus="no" state="maximized" style="blank" /> + <frame focus="yes" state="shaded" style="dialog_focused" /> + <frame focus="no" state="shaded" style="dialog_unfocused" /> + <frame focus="yes" state="maximized_and_shaded" style="blank" /> + <frame focus="no" state="maximized_and_shaded" style="blank" /> +</frame_style_set> + +<frame_style_set name="modal_dialog_style_set"> + <frame focus="yes" state="normal" resize="both" style="modal_dialog_focused" /> + <frame focus="no" state="normal" resize="both" style="modal_dialog_unfocused" /> + <frame focus="yes" state="maximized" style="blank" /> + <frame focus="no" state="maximized" style="blank" /> + <frame focus="yes" state="shaded" style="modal_dialog_focused" /> + <frame focus="no" state="shaded" style="modal_dialog_unfocused" /> + <frame focus="yes" state="maximized_and_shaded" style="blank" /> + <frame focus="no" state="maximized_and_shaded" style="blank" /> +</frame_style_set> + +<frame_style_set name="utility_style_set"> + <frame focus="yes" state="normal" resize="both" style="utility_focused" /> + <frame focus="no" state="normal" resize="both" style="utility_unfocused" /> + <frame focus="yes" state="maximized" style="blank" /> + <frame focus="no" state="maximized" style="blank" /> + <frame focus="yes" state="shaded" style="utility_focused" /> + <frame focus="no" state="shaded" style="utility_unfocused" /> + <frame focus="yes" state="maximized_and_shaded" style="blank" /> + <frame focus="no" state="maximized_and_shaded" style="blank" /> +</frame_style_set> + +<frame_style_set name="border_style_set"> + <frame focus="yes" state="normal" resize="both" style="border_focused" /> + <frame focus="no" state="normal" resize="both" style="border_unfocused" /> + <frame focus="yes" state="maximized" style="borderless" /> + <frame focus="no" state="maximized" style="borderless" /> + <frame focus="yes" state="shaded" style="blank" /> + <frame focus="no" state="shaded" style="blank" /> + <frame focus="yes" state="maximized_and_shaded" style="blank" /> + <frame focus="no" state="maximized_and_shaded" style="blank" /> +</frame_style_set> + +<frame_style_set name="attached_style_set"> + <frame focus="yes" state="normal" resize="both" style="attached_focused" /> + <frame focus="no" state="normal" resize="both" style="attached_unfocused" /> + <frame focus="yes" state="maximized" style="blank" /> + <frame focus="no" state="maximized" style="blank" /> + <frame focus="yes" state="shaded" style="blank" /> + <frame focus="no" state="shaded" style="blank" /> + <frame focus="yes" state="maximized_and_shaded" style="blank" /> + <frame focus="no" state="maximized_and_shaded" style="blank" /> +</frame_style_set> + +<!-- ::: WINDOWS ::: --> +<window type="normal" style_set="normal_style_set" /> +<window type="dialog" style_set="dialog_style_set" /> +<window type="modal_dialog" style_set="modal_dialog_style_set" /> +<window type="menu" style_set="utility_style_set" /> +<window type="utility" style_set="utility_style_set" /> +<window type="border" style_set="border_style_set" /> +<window version=">= 3.2" type="attached" style_set="attached_style_set" /> + +</metacity_theme> diff --git a/.themes/Libra-Dark-Gruvbox/metacity-1/minimize.svg b/.themes/Libra-Dark-Gruvbox/metacity-1/minimize.svg new file mode 100644 index 00000000..b07e9165 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/metacity-1/minimize.svg @@ -0,0 +1,68 @@ +<?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="24" + height="24" + viewBox="0 0 24.000001 24.000001" + id="svg5877" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="minimize.svg" + shape-rendering="crispEdges"> + <defs + id="defs5879" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="21.02" + inkscape:cx="-2.9442383" + inkscape:cy="13.547952" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + units="px" + inkscape:window-width="1325" + inkscape:window-height="744" + inkscape:window-x="41" + inkscape:window-y="24" + inkscape:window-maximized="1"> + <inkscape:grid + type="xygrid" + id="grid6449" /> + </sodipodi:namedview> + <metadata + id="metadata5882"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1028.3622)"> + <path + style="fill:none;fill-rule:evenodd;stroke:#00d900;stroke-width:2.00000012;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 8.4757375,1043.8408 6.9999995,0" + id="path6866" + inkscape:connector-curvature="0" /> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/metacity-1/minimize_focused_normal.svg b/.themes/Libra-Dark-Gruvbox/metacity-1/minimize_focused_normal.svg new file mode 100644 index 00000000..20551a1f --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/metacity-1/minimize_focused_normal.svg @@ -0,0 +1,68 @@ +<?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="24" + height="24" + viewBox="0 0 24.000001 24.000001" + id="svg5877" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="minimize_focused_normal.svg" + shape-rendering="crispEdges"> + <defs + id="defs5879" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="21.02" + inkscape:cx="-2.9442383" + inkscape:cy="13.547952" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + units="px" + inkscape:window-width="1325" + inkscape:window-height="744" + inkscape:window-x="41" + inkscape:window-y="24" + inkscape:window-maximized="1"> + <inkscape:grid + type="xygrid" + id="grid6449" /> + </sodipodi:namedview> + <metadata + id="metadata5882"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1028.3622)"> + <path + style="fill:none;fill-rule:evenodd;stroke:#00d900;stroke-width:2.00000012;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 8.4757375,1043.8408 6.9999995,0" + id="path6866" + inkscape:connector-curvature="0" /> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/metacity-1/minimize_focused_prelight.svg b/.themes/Libra-Dark-Gruvbox/metacity-1/minimize_focused_prelight.svg new file mode 100644 index 00000000..22841f7d --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/metacity-1/minimize_focused_prelight.svg @@ -0,0 +1,68 @@ +<?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="24" + height="24" + viewBox="0 0 24.000001 24.000001" + id="svg5877" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="minimize_focused_prelight.svg" + shape-rendering="crispEdges"> + <defs + id="defs5879" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="21.02" + inkscape:cx="-2.9442383" + inkscape:cy="13.547952" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + units="px" + inkscape:window-width="1325" + inkscape:window-height="744" + inkscape:window-x="41" + inkscape:window-y="24" + inkscape:window-maximized="1"> + <inkscape:grid + type="xygrid" + id="grid6449" /> + </sodipodi:namedview> + <metadata + id="metadata5882"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1028.3622)"> + <path + style="fill:none;fill-rule:evenodd;stroke:#00ea00;stroke-width:2.00000012;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 8.4757375,1043.8408 6.9999995,0" + id="path6866" + inkscape:connector-curvature="0" /> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/metacity-1/minimize_focused_pressed.svg b/.themes/Libra-Dark-Gruvbox/metacity-1/minimize_focused_pressed.svg new file mode 100644 index 00000000..d0ac44f9 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/metacity-1/minimize_focused_pressed.svg @@ -0,0 +1,68 @@ +<?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="24" + height="24" + viewBox="0 0 24.000001 24.000001" + id="svg5877" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="minimize_focused_pressed.svg" + shape-rendering="crispEdges"> + <defs + id="defs5879" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="21.02" + inkscape:cx="-2.9442383" + inkscape:cy="13.547952" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + units="px" + inkscape:window-width="1325" + inkscape:window-height="744" + inkscape:window-x="41" + inkscape:window-y="24" + inkscape:window-maximized="1"> + <inkscape:grid + type="xygrid" + id="grid6449" /> + </sodipodi:namedview> + <metadata + id="metadata5882"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1028.3622)"> + <path + style="fill:none;fill-rule:evenodd;stroke:#00d900;stroke-width:2.00000012;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 8.4757375,1043.8408 6.9999995,0" + id="path6866" + inkscape:connector-curvature="0" /> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/metacity-1/minimize_unfocused.svg b/.themes/Libra-Dark-Gruvbox/metacity-1/minimize_unfocused.svg new file mode 100644 index 00000000..4525cd62 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/metacity-1/minimize_unfocused.svg @@ -0,0 +1,68 @@ +<?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="24" + height="24" + viewBox="0 0 24.000001 24.000001" + id="svg5877" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="minimize_unfocused.svg" + shape-rendering="crispEdges"> + <defs + id="defs5879" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="21.02" + inkscape:cx="3.4544296" + inkscape:cy="13.547952" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + units="px" + inkscape:window-width="1325" + inkscape:window-height="744" + inkscape:window-x="41" + inkscape:window-y="24" + inkscape:window-maximized="1"> + <inkscape:grid + type="xygrid" + id="grid6449" /> + </sodipodi:namedview> + <metadata + id="metadata5882"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1028.3622)"> + <path + style="fill:none;fill-rule:evenodd;stroke:#999999;stroke-width:2.00000012;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 8.4757375,1043.8408 6.9999995,0" + id="path6866" + inkscape:connector-curvature="0" /> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/metacity-1/minimize_unfocused_prelight.svg b/.themes/Libra-Dark-Gruvbox/metacity-1/minimize_unfocused_prelight.svg new file mode 100644 index 00000000..f0963262 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/metacity-1/minimize_unfocused_prelight.svg @@ -0,0 +1,68 @@ +<?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="24" + height="24" + viewBox="0 0 24.000001 24.000001" + id="svg5877" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="minimize_unfocused_prelight.svg" + shape-rendering="crispEdges"> + <defs + id="defs5879" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="21.02" + inkscape:cx="-2.9442383" + inkscape:cy="13.547952" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + units="px" + inkscape:window-width="1325" + inkscape:window-height="744" + inkscape:window-x="41" + inkscape:window-y="24" + inkscape:window-maximized="1"> + <inkscape:grid + type="xygrid" + id="grid6449" /> + </sodipodi:namedview> + <metadata + id="metadata5882"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1028.3622)"> + <path + style="fill:none;fill-rule:evenodd;stroke:#00ea00;stroke-width:2.00000012;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 8.4757375,1043.8408 6.9999995,0" + id="path6866" + inkscape:connector-curvature="0" /> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/metacity-1/minimize_unfocused_pressed.svg b/.themes/Libra-Dark-Gruvbox/metacity-1/minimize_unfocused_pressed.svg new file mode 100644 index 00000000..b0eb77c8 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/metacity-1/minimize_unfocused_pressed.svg @@ -0,0 +1,68 @@ +<?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="24" + height="24" + viewBox="0 0 24.000001 24.000001" + id="svg5877" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="minimize_unfocused_pressed.svg" + shape-rendering="crispEdges"> + <defs + id="defs5879" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="21.02" + inkscape:cx="-2.9442383" + inkscape:cy="13.547952" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + units="px" + inkscape:window-width="1325" + inkscape:window-height="744" + inkscape:window-x="41" + inkscape:window-y="24" + inkscape:window-maximized="1"> + <inkscape:grid + type="xygrid" + id="grid6449" /> + </sodipodi:namedview> + <metadata + id="metadata5882"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1028.3622)"> + <path + style="fill:none;fill-rule:evenodd;stroke:#00d900;stroke-width:2.00000012;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 8.4757375,1043.8408 6.9999995,0" + id="path6866" + inkscape:connector-curvature="0" /> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/metacity-1/unmaximize.svg b/.themes/Libra-Dark-Gruvbox/metacity-1/unmaximize.svg new file mode 100644 index 00000000..bdaa3a67 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/metacity-1/unmaximize.svg @@ -0,0 +1,72 @@ +<?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="24" + height="24" + viewBox="0 0 24.000001 24.000001" + id="svg5877" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="unmaximize.svg" + shape-rendering="crispEdges"> + <defs + id="defs5879" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="21.02" + inkscape:cx="-2.9442383" + inkscape:cy="13.547952" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + units="px" + inkscape:window-width="1325" + inkscape:window-height="744" + inkscape:window-x="41" + inkscape:window-y="24" + inkscape:window-maximized="1"> + <inkscape:grid + type="xygrid" + id="grid6449" /> + </sodipodi:namedview> + <metadata + id="metadata5882"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1028.3622)"> + <rect + style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#0075fd;stroke-width:2.00000024;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:1.70000005;stroke-dasharray:none;stroke-opacity:1" + id="rect6566" + width="6.9505219" + height="7.0503764" + x="8.4728832" + y="1036.6866" + rx="0" + ry="0" /> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/metacity-1/unmaximize_focused_normal.svg b/.themes/Libra-Dark-Gruvbox/metacity-1/unmaximize_focused_normal.svg new file mode 100644 index 00000000..9ec19b60 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/metacity-1/unmaximize_focused_normal.svg @@ -0,0 +1,72 @@ +<?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="24" + height="24" + viewBox="0 0 24.000001 24.000001" + id="svg5877" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="unmaximize_focused_normal.svg" + shape-rendering="crispEdges"> + <defs + id="defs5879" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="21.02" + inkscape:cx="-2.9442383" + inkscape:cy="13.547952" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + units="px" + inkscape:window-width="1325" + inkscape:window-height="744" + inkscape:window-x="41" + inkscape:window-y="24" + inkscape:window-maximized="1"> + <inkscape:grid + type="xygrid" + id="grid6449" /> + </sodipodi:namedview> + <metadata + id="metadata5882"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1028.3622)"> + <rect + style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#0075fd;stroke-width:2.00000024;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:1.70000005;stroke-dasharray:none;stroke-opacity:1" + id="rect6566" + width="6.9505219" + height="7.0503764" + x="8.4728832" + y="1036.6866" + rx="0" + ry="0" /> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/metacity-1/unmaximize_focused_prelight.svg b/.themes/Libra-Dark-Gruvbox/metacity-1/unmaximize_focused_prelight.svg new file mode 100644 index 00000000..f7b9761f --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/metacity-1/unmaximize_focused_prelight.svg @@ -0,0 +1,72 @@ +<?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="24" + height="24" + viewBox="0 0 24.000001 24.000001" + id="svg5877" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="unmaximize_focused_prelight.svg" + shape-rendering="crispEdges"> + <defs + id="defs5879" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="21.02" + inkscape:cx="3.4544296" + inkscape:cy="13.547952" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + units="px" + inkscape:window-width="1325" + inkscape:window-height="744" + inkscape:window-x="41" + inkscape:window-y="24" + inkscape:window-maximized="1"> + <inkscape:grid + type="xygrid" + id="grid6449" /> + </sodipodi:namedview> + <metadata + id="metadata5882"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1028.3622)"> + <rect + style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#00b1fd;stroke-width:2.00000024;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:1.70000005;stroke-dasharray:none;stroke-opacity:1" + id="rect6566" + width="6.9505219" + height="7.0503764" + x="8.4728832" + y="1036.6866" + rx="0" + ry="0" /> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/metacity-1/unmaximize_focused_pressed.svg b/.themes/Libra-Dark-Gruvbox/metacity-1/unmaximize_focused_pressed.svg new file mode 100644 index 00000000..9b3897e6 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/metacity-1/unmaximize_focused_pressed.svg @@ -0,0 +1,72 @@ +<?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="24" + height="24" + viewBox="0 0 24.000001 24.000001" + id="svg5877" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="unmaximize_focused_pressed.svg" + shape-rendering="crispEdges"> + <defs + id="defs5879" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="21.02" + inkscape:cx="-2.9442383" + inkscape:cy="13.547952" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + units="px" + inkscape:window-width="1325" + inkscape:window-height="744" + inkscape:window-x="41" + inkscape:window-y="24" + inkscape:window-maximized="1"> + <inkscape:grid + type="xygrid" + id="grid6449" /> + </sodipodi:namedview> + <metadata + id="metadata5882"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1028.3622)"> + <rect + style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#0075fd;stroke-width:2.00000024;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:1.70000005;stroke-dasharray:none;stroke-opacity:1" + id="rect6566" + width="6.9505219" + height="7.0503764" + x="8.4728832" + y="1036.6866" + rx="0" + ry="0" /> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/metacity-1/unmaximize_unfocused.svg b/.themes/Libra-Dark-Gruvbox/metacity-1/unmaximize_unfocused.svg new file mode 100644 index 00000000..31244060 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/metacity-1/unmaximize_unfocused.svg @@ -0,0 +1,72 @@ +<?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="24" + height="24" + viewBox="0 0 24.000001 24.000001" + id="svg5877" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="unmaximize_unfocused.svg" + shape-rendering="crispEdges"> + <defs + id="defs5879" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="21.02" + inkscape:cx="-2.9442383" + inkscape:cy="13.547952" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + units="px" + inkscape:window-width="1325" + inkscape:window-height="744" + inkscape:window-x="41" + inkscape:window-y="24" + inkscape:window-maximized="1"> + <inkscape:grid + type="xygrid" + id="grid6449" /> + </sodipodi:namedview> + <metadata + id="metadata5882"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1028.3622)"> + <rect + style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#999999;stroke-width:2.00000024;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:1.70000005;stroke-dasharray:none;stroke-opacity:1" + id="rect6566" + width="6.9505219" + height="7.0503764" + x="8.4728832" + y="1036.6866" + rx="0" + ry="0" /> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/metacity-1/unmaximize_unfocused_prelight.svg b/.themes/Libra-Dark-Gruvbox/metacity-1/unmaximize_unfocused_prelight.svg new file mode 100644 index 00000000..70d6c4db --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/metacity-1/unmaximize_unfocused_prelight.svg @@ -0,0 +1,72 @@ +<?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="24" + height="24" + viewBox="0 0 24.000001 24.000001" + id="svg5877" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="unmaximize_unfocused_prelight.svg" + shape-rendering="crispEdges"> + <defs + id="defs5879" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="21.02" + inkscape:cx="3.4544296" + inkscape:cy="13.547952" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + units="px" + inkscape:window-width="1325" + inkscape:window-height="744" + inkscape:window-x="41" + inkscape:window-y="24" + inkscape:window-maximized="1"> + <inkscape:grid + type="xygrid" + id="grid6449" /> + </sodipodi:namedview> + <metadata + id="metadata5882"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1028.3622)"> + <rect + style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#00b1fd;stroke-width:2.00000024;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:1.70000005;stroke-dasharray:none;stroke-opacity:1" + id="rect6566" + width="6.9505219" + height="7.0503764" + x="8.4728832" + y="1036.6866" + rx="0" + ry="0" /> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/metacity-1/unmaximize_unfocused_pressed.svg b/.themes/Libra-Dark-Gruvbox/metacity-1/unmaximize_unfocused_pressed.svg new file mode 100644 index 00000000..dd8d3792 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/metacity-1/unmaximize_unfocused_pressed.svg @@ -0,0 +1,72 @@ +<?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="24" + height="24" + viewBox="0 0 24.000001 24.000001" + id="svg5877" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="unmaximize_unfocused_pressed.svg" + shape-rendering="crispEdges"> + <defs + id="defs5879" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="21.02" + inkscape:cx="-2.9442383" + inkscape:cy="13.547952" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + units="px" + inkscape:window-width="1325" + inkscape:window-height="744" + inkscape:window-x="41" + inkscape:window-y="24" + inkscape:window-maximized="1"> + <inkscape:grid + type="xygrid" + id="grid6449" /> + </sodipodi:namedview> + <metadata + id="metadata5882"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1028.3622)"> + <rect + style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#0075fd;stroke-width:2.00000024;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:1.70000005;stroke-dasharray:none;stroke-opacity:1" + id="rect6566" + width="6.9505219" + height="7.0503764" + x="8.4728832" + y="1036.6866" + rx="0" + ry="0" /> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/openbox-3/close.xbm b/.themes/Libra-Dark-Gruvbox/openbox-3/close.xbm new file mode 100755 index 00000000..b2defd59 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/openbox-3/close.xbm @@ -0,0 +1,5 @@ +#define close_width 10 +#define close_height 10 +static unsigned char close_bits[] = { + 0x30, 0x00, 0xfc, 0x00, 0xfe, 0x01, 0xfe, 0x01, 0xff, 0x03, 0xff, 0x03, + 0xfe, 0x01, 0xfe, 0x01, 0xfc, 0x00, 0x30, 0x00 }; diff --git a/.themes/Libra-Dark-Gruvbox/openbox-3/iconify.xbm b/.themes/Libra-Dark-Gruvbox/openbox-3/iconify.xbm new file mode 100755 index 00000000..b7cdde88 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/openbox-3/iconify.xbm @@ -0,0 +1,5 @@ +#define iconify_width 10 +#define iconify_height 10 +static unsigned char iconify_bits[] = { + 0x30, 0x00, 0xfc, 0x00, 0xfe, 0x01, 0xfe, 0x01, 0xff, 0x03, 0xff, 0x03, + 0xfe, 0x01, 0xfe, 0x01, 0xfc, 0x00, 0x30, 0x00 }; diff --git a/.themes/Libra-Dark-Gruvbox/openbox-3/max.xbm b/.themes/Libra-Dark-Gruvbox/openbox-3/max.xbm new file mode 100755 index 00000000..f2b8a97e --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/openbox-3/max.xbm @@ -0,0 +1,5 @@ +#define max_width 10 +#define max_height 10 +static unsigned char max_bits[] = { + 0x30, 0x00, 0xfc, 0x00, 0xfe, 0x01, 0xfe, 0x01, 0xff, 0x03, 0xff, 0x03, + 0xfe, 0x01, 0xfe, 0x01, 0xfc, 0x00, 0x30, 0x00 }; diff --git a/.themes/Libra-Dark-Gruvbox/openbox-3/max_toggled.xbm b/.themes/Libra-Dark-Gruvbox/openbox-3/max_toggled.xbm new file mode 100755 index 00000000..492e3931 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/openbox-3/max_toggled.xbm @@ -0,0 +1,5 @@ +#define max_toggled_width 10 +#define max_toggled_height 10 +static unsigned char max_toggled_bits[] = { + 0x30, 0x00, 0xfc, 0x00, 0xfe, 0x01, 0xfe, 0x01, 0xff, 0x03, 0xff, 0x03, + 0xfe, 0x01, 0xfe, 0x01, 0xfc, 0x00, 0x30, 0x00 }; diff --git a/.themes/Libra-Dark-Gruvbox/openbox-3/themerc b/.themes/Libra-Dark-Gruvbox/openbox-3/themerc new file mode 100755 index 00000000..a192a6e9 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/openbox-3/themerc @@ -0,0 +1,157 @@ +# Name: Libra Openbox theme +# Author: Dolkand +# License: GPL-3.0+ + + +# Menu +menu.border.color: #E6E9EE + +menu.title.bg: flat solid +menu.title.bg.color: #F1F2F6 +menu.title.text.color: #747D8A +menu.title.text.justify: center + +menu.items.bg: flat solid +menu.items.bg.color: #ffffff +menu.items.text.color: #808996 +menu.items.disabled.text.color: #B5BFCC + +menu.items.active.bg: flat solid +menu.items.active.bg.color: #4FC0E8 +menu.items.active.text.color: #ffffff + +menu.separator.color: #E6E9EE +menu.separator.width: 1 +menu.separator.padding.width: 4 +menu.separator.padding.height: 4 + + +# Active window +window.active.border.color: #E1E2E6 + +window.active.title.bg: flat solid +window.active.title.bg.color: #F1F2F6 +window.active.title.separator.color: #F1F2F6 +window.active.text.justify: center + +window.active.label.bg: parentrelative +window.active.label.text.color: #747D8A + +window.active.handle.bg: flat solid +window.active.handle.bg.color: #4FC0E8 + +window.active.grip.bg: flat solid +window.active.grip.bg.color: #4FC0E8 + +window.active.button.unpressed.bg: flat solid +window.active.button.unpressed.bg.color: #F1F2F6 +window.active.button.unpressed.image.color: #4FC0E8 + +window.active.button.pressed.bg: flat solid +window.active.button.pressed.bg.color: #F1F2F6 +window.active.button.pressed.image.color: #A0D569 + +window.active.button.disabled.bg: flat solid +window.active.button.disabled.bg.color: #F1F2F6 +window.active.button.disabled.image.color: #CCD0D9 + +window.active.button.hover.bg: parentrelative +window.active.button.hover.image.color: #ED5466 + +window.active.button.toggled.bg: parentrelative +window.active.button.toggled.image.color: #AC92EB + +window.active.button.toggled.unpressed.bg: parentrelative +window.active.button.toggled.unpressed.image.color: #AC92EB + +window.active.button.toggled.pressed.bg: parentrelative +window.active.button.toggled.pressed.image.color: #A0D569 +window.active.button.toggled.hover.image.color: #ED5466 + +# Inactive window +window.inactive.border.color: #E1E2E6 + +window.inactive.title.bg: flat solid +window.inactive.title.bg.color: #F1F2F6 +window.inactive.title.separator.color: #F1F2F6 +window.inactive.text.justify: center + +window.inactive.label.bg: parentrelative +window.inactive.label.text.color: #B3BAC6 + +window.inactive.handle.bg: flat solid +window.inactive.handle.bg.color: #F1F2F6 + +window.inactive.grip.bg: flat solid +window.inactive.grip.bg.color: #F1F2F6 + +window.inactive.button.unpressed.bg: flat solid +window.inactive.button.unpressed.bg.color: #F1F2F6 +window.inactive.button.unpressed.image.color: #CCD0D9 + +window.inactive.button.pressed.bg: flat solid +window.inactive.button.pressed.bg.color: #F1F2F6 +window.inactive.button.pressed.image.color: #A0D569 + +window.inactive.button.disabled.bg: flat solid +window.inactive.button.disabled.bg.color: #F1F2F6 +window.inactive.button.disabled.image.color: #DDE3EC + +window.inactive.button.hover.bg: parentrelative +window.inactive.button.hover.image.color: #ED5466 + +window.inactive.button.toggled.bg: parentrelative +window.inactive.button.toggled.image.color: #AC92EB +window.inactive.button.toggled.unpressed.bg: parentrelative +window.inactive.button.toggled.unpressed.image.color: #AC92EB + +window.inactive.button.toggled.pressed.bg: parentrelative +window.inactive.button.toggled.pressed.image.color: #A0D569 +window.inactive.button.toggled.hover.bg: parentrelative +window.inactive.button.toggled.hover.image.color: #ED5466 + +# OSD +osd.border.width: 2 +osd.border.color: #F1F2F6 + +osd.bg: flat solid +osd.bg.color: #F1F2F6 +osd.label.bg: flat solid +osd.label.bg.color: #F1F2F6 +osd.label.text.color: #747D8A + +osd.hilight.bg: flat solid +osd.hilight.bg.color: #4FC0E8 + +osd.unhilight.bg: flat solid +osd.unhilight.bg.color: #AAB2BD + +osd.button.unpressed.bg: flat border +osd.button.unpressed.bg.color: #ffffff +osd.button.unpressed.*.border.color: #E6E9EE + +osd.button.pressed.bg: flat border +osd.button.pressed.bg.color: #D6E3F0 +osd.button.pressed.*.border.color: #4FC0E8 + +osd.button.focused.bg: flat solid border +osd.button.focused.bg.color: #D6E3F0 +osd.button.focused.*.border.color: #E6E9EE + +osd.button.focused.box.color: #D6E3F0 + + +# Fonts +window.active.label.text.font:shadow=n +window.inactive.label.text.font:shadow=n +menu.items.font:shadow=n +menu.title.text.font:shadow=n + + +# Everything else +border.width: 1 +padding.width: 8 +padding.height: 4 +window.handle.width: 0 +window.client.padding.width: 0 +window.label.text.justify: center diff --git a/.themes/Libra-Dark-Gruvbox/unity/close.svg b/.themes/Libra-Dark-Gruvbox/unity/close.svg new file mode 100644 index 00000000..137c4a7d --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/unity/close.svg @@ -0,0 +1,73 @@ +<?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="24" + height="24" + viewBox="0 0 24.000001 24.000001" + id="svg5877" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="close.svg"> + <defs + id="defs5879" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="10.66" + inkscape:cx="-4.9143977" + inkscape:cy="10.045689" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + units="px" + inkscape:window-width="1325" + inkscape:window-height="744" + inkscape:window-x="41" + inkscape:window-y="24" + inkscape:window-maximized="1"> + <inkscape:grid + type="xygrid" + id="grid6449" /> + </sodipodi:namedview> + <metadata + id="metadata5882"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1028.3622)" + style="display:inline"> + <path + style="fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:#d90000;stroke-width:2.00000024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 9.0044392,1043.3587 5.9007328,-5.9001" + id="path6453" + inkscape:connector-curvature="0" /> + <path + style="fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:#d90000;stroke-width:2.00000024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 9.0044392,1037.4586 5.9007328,5.9001" + id="path6455" + inkscape:connector-curvature="0" /> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/unity/close_dash.svg b/.themes/Libra-Dark-Gruvbox/unity/close_dash.svg new file mode 100644 index 00000000..874d44f7 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/unity/close_dash.svg @@ -0,0 +1,72 @@ +<?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="24" + height="24" + viewBox="0 0 24.000001 24.000001" + id="svg5877" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="close_dash.svg"> + <defs + id="defs5879" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="8.08" + inkscape:cx="-4.7736848" + inkscape:cy="13.798034" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + units="px" + inkscape:window-width="1325" + inkscape:window-height="744" + inkscape:window-x="41" + inkscape:window-y="24" + inkscape:window-maximized="1"> + <inkscape:grid + type="xygrid" + id="grid6449" /> + </sodipodi:namedview> + <metadata + id="metadata5882"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1028.3622)"> + <path + style="fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:#ff0000;stroke-width:2.00000024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 7.8162993,1044.5468 8.2770137,-8.2762" + id="path6453" + inkscape:connector-curvature="0" /> + <path + style="fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:#ff0000;stroke-width:2.00000024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 7.8162993,1036.2706 8.2770137,8.2762" + id="path6455" + inkscape:connector-curvature="0" /> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/unity/close_dash_disabled.svg b/.themes/Libra-Dark-Gruvbox/unity/close_dash_disabled.svg new file mode 100644 index 00000000..4ffcdfea --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/unity/close_dash_disabled.svg @@ -0,0 +1,72 @@ +<?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="24" + height="24" + viewBox="0 0 24.000001 24.000001" + id="svg5877" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="close_dash_disabled.svg"> + <defs + id="defs5879" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="8.08" + inkscape:cx="-4.7736848" + inkscape:cy="13.798034" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + units="px" + inkscape:window-width="1325" + inkscape:window-height="744" + inkscape:window-x="41" + inkscape:window-y="24" + inkscape:window-maximized="1"> + <inkscape:grid + type="xygrid" + id="grid6449" /> + </sodipodi:namedview> + <metadata + id="metadata5882"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1028.3622)"> + <path + style="fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:#808080;stroke-width:2.00000024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 7.8162993,1044.5468 8.2770137,-8.2762" + id="path6453" + inkscape:connector-curvature="0" /> + <path + style="fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:#808080;stroke-width:2.00000024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 7.8162993,1036.2706 8.2770137,8.2762" + id="path6455" + inkscape:connector-curvature="0" /> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/unity/close_dash_prelight.svg b/.themes/Libra-Dark-Gruvbox/unity/close_dash_prelight.svg new file mode 100644 index 00000000..97061786 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/unity/close_dash_prelight.svg @@ -0,0 +1,72 @@ +<?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="24" + height="24" + viewBox="0 0 24.000001 24.000001" + id="svg5877" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="close_dash_prelight.svg"> + <defs + id="defs5879" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="8.08" + inkscape:cx="-4.7736848" + inkscape:cy="13.798034" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + units="px" + inkscape:window-width="1325" + inkscape:window-height="744" + inkscape:window-x="41" + inkscape:window-y="24" + inkscape:window-maximized="1"> + <inkscape:grid + type="xygrid" + id="grid6449" /> + </sodipodi:namedview> + <metadata + id="metadata5882"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1028.3622)"> + <path + style="fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:#ff0000;stroke-width:2.00000024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 7.3014388,1045.0617 9.3067352,-9.3059" + id="path6453" + inkscape:connector-curvature="0" /> + <path + style="fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:#ff0000;stroke-width:2.00000024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 7.3014388,1035.7558 9.3067352,9.3059" + id="path6455" + inkscape:connector-curvature="0" /> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/unity/close_dash_pressed.svg b/.themes/Libra-Dark-Gruvbox/unity/close_dash_pressed.svg new file mode 100644 index 00000000..518a17d5 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/unity/close_dash_pressed.svg @@ -0,0 +1,72 @@ +<?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="24" + height="24" + viewBox="0 0 24.000001 24.000001" + id="svg5877" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="close_dash_pressed.svg"> + <defs + id="defs5879" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="8.08" + inkscape:cx="-4.7736848" + inkscape:cy="13.798034" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + units="px" + inkscape:window-width="1325" + inkscape:window-height="744" + inkscape:window-x="41" + inkscape:window-y="24" + inkscape:window-maximized="1"> + <inkscape:grid + type="xygrid" + id="grid6449" /> + </sodipodi:namedview> + <metadata + id="metadata5882"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1028.3622)"> + <path + style="fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:#ff0000;stroke-width:2.00000024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 7.8162993,1044.5468 8.2770137,-8.2762" + id="path6453" + inkscape:connector-curvature="0" /> + <path + style="fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:#ff0000;stroke-width:2.00000024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 7.8162993,1036.2706 8.2770137,8.2762" + id="path6455" + inkscape:connector-curvature="0" /> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/unity/close_focused_normal.svg b/.themes/Libra-Dark-Gruvbox/unity/close_focused_normal.svg new file mode 100644 index 00000000..8034ab6b --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/unity/close_focused_normal.svg @@ -0,0 +1,72 @@ +<?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="24" + height="24" + viewBox="0 0 24.000001 24.000001" + id="svg5877" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="close.svg"> + <defs + id="defs5879" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="21.02" + inkscape:cx="9.8530975" + inkscape:cy="11.895084" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + units="px" + inkscape:window-width="1325" + inkscape:window-height="744" + inkscape:window-x="41" + inkscape:window-y="24" + inkscape:window-maximized="1"> + <inkscape:grid + type="xygrid" + id="grid6449" /> + </sodipodi:namedview> + <metadata + id="metadata5882"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1028.3622)"> + <path + style="fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:#d90000;stroke-width:2.00000024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 9.0044392,1043.3587 5.9007328,-5.9001" + id="path6453" + inkscape:connector-curvature="0" /> + <path + style="fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:#d90000;stroke-width:2.00000024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 9.0044392,1037.4586 5.9007328,5.9001" + id="path6455" + inkscape:connector-curvature="0" /> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/unity/close_focused_prelight.svg b/.themes/Libra-Dark-Gruvbox/unity/close_focused_prelight.svg new file mode 100644 index 00000000..406a1a8b --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/unity/close_focused_prelight.svg @@ -0,0 +1,72 @@ +<?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="24" + height="24" + viewBox="0 0 24.000001 24.000001" + id="svg5877" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="close_focused_prelight.svg"> + <defs + id="defs5879" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="21.02" + inkscape:cx="9.8530975" + inkscape:cy="11.895084" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + units="px" + inkscape:window-width="1325" + inkscape:window-height="744" + inkscape:window-x="41" + inkscape:window-y="24" + inkscape:window-maximized="1"> + <inkscape:grid + type="xygrid" + id="grid6449" /> + </sodipodi:namedview> + <metadata + id="metadata5882"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1028.3622)"> + <path + style="fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:#ff0000;stroke-width:2.00000024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 9.0044392,1043.3587 5.9007328,-5.9001" + id="path6453" + inkscape:connector-curvature="0" /> + <path + style="fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:#ff0000;stroke-width:2.00000024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 9.0044392,1037.4586 5.9007328,5.9001" + id="path6455" + inkscape:connector-curvature="0" /> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/unity/close_focused_pressed.svg b/.themes/Libra-Dark-Gruvbox/unity/close_focused_pressed.svg new file mode 100644 index 00000000..8034ab6b --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/unity/close_focused_pressed.svg @@ -0,0 +1,72 @@ +<?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="24" + height="24" + viewBox="0 0 24.000001 24.000001" + id="svg5877" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="close.svg"> + <defs + id="defs5879" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="21.02" + inkscape:cx="9.8530975" + inkscape:cy="11.895084" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + units="px" + inkscape:window-width="1325" + inkscape:window-height="744" + inkscape:window-x="41" + inkscape:window-y="24" + inkscape:window-maximized="1"> + <inkscape:grid + type="xygrid" + id="grid6449" /> + </sodipodi:namedview> + <metadata + id="metadata5882"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1028.3622)"> + <path + style="fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:#d90000;stroke-width:2.00000024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 9.0044392,1043.3587 5.9007328,-5.9001" + id="path6453" + inkscape:connector-curvature="0" /> + <path + style="fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:#d90000;stroke-width:2.00000024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 9.0044392,1037.4586 5.9007328,5.9001" + id="path6455" + inkscape:connector-curvature="0" /> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/unity/close_unfocused.svg b/.themes/Libra-Dark-Gruvbox/unity/close_unfocused.svg new file mode 100644 index 00000000..8e2d11ec --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/unity/close_unfocused.svg @@ -0,0 +1,72 @@ +<?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="24" + height="24" + viewBox="0 0 24.000001 24.000001" + id="svg5877" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="close_unfocused.svg"> + <defs + id="defs5879" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="21.02" + inkscape:cx="9.8530975" + inkscape:cy="11.895084" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + units="px" + inkscape:window-width="1325" + inkscape:window-height="744" + inkscape:window-x="41" + inkscape:window-y="24" + inkscape:window-maximized="1"> + <inkscape:grid + type="xygrid" + id="grid6449" /> + </sodipodi:namedview> + <metadata + id="metadata5882"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1028.3622)"> + <path + style="fill:#4d4d4d;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:2.00000024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 9.0044392,1043.3587 5.9007328,-5.9001" + id="path6453" + inkscape:connector-curvature="0" /> + <path + style="fill:#4d4d4d;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:2.00000024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 9.0044392,1037.4586 5.9007328,5.9001" + id="path6455" + inkscape:connector-curvature="0" /> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/unity/close_unfocused_prelight.svg b/.themes/Libra-Dark-Gruvbox/unity/close_unfocused_prelight.svg new file mode 100644 index 00000000..406a1a8b --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/unity/close_unfocused_prelight.svg @@ -0,0 +1,72 @@ +<?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="24" + height="24" + viewBox="0 0 24.000001 24.000001" + id="svg5877" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="close_focused_prelight.svg"> + <defs + id="defs5879" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="21.02" + inkscape:cx="9.8530975" + inkscape:cy="11.895084" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + units="px" + inkscape:window-width="1325" + inkscape:window-height="744" + inkscape:window-x="41" + inkscape:window-y="24" + inkscape:window-maximized="1"> + <inkscape:grid + type="xygrid" + id="grid6449" /> + </sodipodi:namedview> + <metadata + id="metadata5882"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1028.3622)"> + <path + style="fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:#ff0000;stroke-width:2.00000024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 9.0044392,1043.3587 5.9007328,-5.9001" + id="path6453" + inkscape:connector-curvature="0" /> + <path + style="fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:#ff0000;stroke-width:2.00000024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 9.0044392,1037.4586 5.9007328,5.9001" + id="path6455" + inkscape:connector-curvature="0" /> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/unity/close_unfocused_pressed.svg b/.themes/Libra-Dark-Gruvbox/unity/close_unfocused_pressed.svg new file mode 100644 index 00000000..8034ab6b --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/unity/close_unfocused_pressed.svg @@ -0,0 +1,72 @@ +<?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="24" + height="24" + viewBox="0 0 24.000001 24.000001" + id="svg5877" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="close.svg"> + <defs + id="defs5879" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="21.02" + inkscape:cx="9.8530975" + inkscape:cy="11.895084" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + units="px" + inkscape:window-width="1325" + inkscape:window-height="744" + inkscape:window-x="41" + inkscape:window-y="24" + inkscape:window-maximized="1"> + <inkscape:grid + type="xygrid" + id="grid6449" /> + </sodipodi:namedview> + <metadata + id="metadata5882"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1028.3622)"> + <path + style="fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:#d90000;stroke-width:2.00000024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 9.0044392,1043.3587 5.9007328,-5.9001" + id="path6453" + inkscape:connector-curvature="0" /> + <path + style="fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:#d90000;stroke-width:2.00000024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 9.0044392,1037.4586 5.9007328,5.9001" + id="path6455" + inkscape:connector-curvature="0" /> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/unity/launcher_arrow_ltr_19.svg b/.themes/Libra-Dark-Gruvbox/unity/launcher_arrow_ltr_19.svg new file mode 100755 index 00000000..f92802b7 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/unity/launcher_arrow_ltr_19.svg @@ -0,0 +1,105 @@ +<?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="10" + height="19" + id="svg2" + version="1.1" + inkscape:version="0.48+devel r" + inkscape:export-filename="test.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + sodipodi:docname="launcher_arrow_ltr.svg"> + <defs + id="defs4"> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath4069"> + <rect + style="opacity:0.12000002;color:#000000;fill:#ff00ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect4071" + width="10" + height="19" + x="20" + y="1033.3622" /> + </clipPath> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#5c48bb" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="59.292307" + inkscape:cx="6.1247407" + inkscape:cy="9.1968087" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:window-width="1855" + inkscape:window-height="1056" + inkscape:window-x="65" + inkscape:window-y="24" + inkscape:window-maximized="1" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true" + inkscape:snap-bbox-midpoints="true" + inkscape:object-paths="true" + inkscape:snap-intersection-paths="true" + inkscape:object-nodes="true" + inkscape:snap-smooth-nodes="true" + inkscape:snap-midpoints="true" + inkscape:snap-object-midpoints="true" + inkscape:snap-text-baseline="false" + inkscape:snap-center="true" + inkscape:snap-page="true"> + <inkscape:grid + type="xygrid" + id="grid4740" + empspacing="8" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1033.3622)"> + <path + sodipodi:nodetypes="cccc" + inkscape:connector-curvature="0" + id="path5726" + d="m 0,1038.0622 6.3157895,4.8 L 0,1047.6622 Z" + style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;opacity:0.14" /> + <path + style="opacity:1;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 0,1039.0622 5,3.8 -5,3.8 z" + id="path4097" + inkscape:connector-curvature="0" + sodipodi:nodetypes="cccc" /> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/unity/launcher_arrow_ltr_37.svg b/.themes/Libra-Dark-Gruvbox/unity/launcher_arrow_ltr_37.svg new file mode 100755 index 00000000..54b9bdf2 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/unity/launcher_arrow_ltr_37.svg @@ -0,0 +1,113 @@ +<?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="20" + height="37" + id="svg2" + version="1.1" + inkscape:version="0.48+devel r" + inkscape:export-filename="test.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + sodipodi:docname="launcher_arrow_large_ltr.svg"> + <defs + id="defs4"> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath4219"> + <rect + y="1015.3622" + x="20" + height="37" + width="20" + id="rect4221" + style="opacity:0.12000002;color:#000000;fill:#ff00ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </clipPath> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#5c48bb" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="9.3132256" + inkscape:cx="-5.367523" + inkscape:cy="31.963893" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:window-width="1855" + inkscape:window-height="1056" + inkscape:window-x="65" + inkscape:window-y="24" + inkscape:window-maximized="1" + showguides="false" + inkscape:guide-bbox="true" + inkscape:snap-page="true" + inkscape:snap-grids="false" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true" + inkscape:snap-bbox-midpoints="true" + inkscape:object-paths="true" + inkscape:snap-intersection-paths="true" + inkscape:object-nodes="true" + inkscape:snap-smooth-nodes="true" + inkscape:snap-midpoints="true" + inkscape:snap-object-midpoints="true" + inkscape:snap-center="true"> + <inkscape:grid + type="xygrid" + id="grid4740" + empspacing="8" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + <sodipodi:guide + orientation="0,1" + position="8,19" + id="guide3004" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1015.3622)"> + <path + inkscape:transform-center-x="16.337474" + style="fill:#000000;stroke:none;opacity:0.14" + d="m 0,1023.9176 12.785849,9.9445 L 0,1043.8066 Z" + id="path5730" + inkscape:connector-curvature="0" + sodipodi:nodetypes="cccc" /> + <path + sodipodi:nodetypes="cccc" + inkscape:connector-curvature="0" + id="path4079" + d="m 0,1024.9178 11.5,8.9444 -11.5,8.9444 z" + style="fill:#ffffff;stroke:none" + inkscape:transform-center-x="14.694444" /> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/unity/launcher_arrow_outline_ltr_19.svg b/.themes/Libra-Dark-Gruvbox/unity/launcher_arrow_outline_ltr_19.svg new file mode 100755 index 00000000..79e53d2f --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/unity/launcher_arrow_outline_ltr_19.svg @@ -0,0 +1,122 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="10" + height="19" + id="svg2" + version="1.1" + inkscape:version="0.48+devel r" + inkscape:export-filename="test.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + sodipodi:docname="launcher_arrow_outline_ltr.svg"> + <defs + id="defs4"> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath4069"> + <rect + style="opacity:0.12000002;color:#000000;fill:#ff00ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect4071" + width="10" + height="19" + x="20" + y="1033.3622" /> + </clipPath> + <filter + inkscape:collect="always" + style="color-interpolation-filters:sRGB" + id="filter4153" + x="-0.192" + width="1.384" + y="-0.32" + height="1.64"> + <feGaussianBlur + inkscape:collect="always" + stdDeviation="0.4" + id="feGaussianBlur4155" /> + </filter> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#5c48bb" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="92.64423" + inkscape:cx="2.8593254" + inkscape:cy="8.2525377" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:window-width="1855" + inkscape:window-height="1056" + inkscape:window-x="65" + inkscape:window-y="24" + inkscape:window-maximized="1" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true" + inkscape:snap-bbox-midpoints="true" + inkscape:object-paths="true" + inkscape:snap-intersection-paths="true" + inkscape:object-nodes="true" + inkscape:snap-smooth-nodes="true" + inkscape:snap-midpoints="true" + inkscape:snap-object-midpoints="true" + inkscape:snap-text-baseline="false" + inkscape:snap-center="true" + inkscape:snap-page="true"> + <inkscape:grid + type="xygrid" + id="grid4740" + empspacing="8" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1033.3622)"> + <path + style="opacity:0.14;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="M 0 4.6992188 L 0 8.1953125 L 1.7148438 9.5 L 0 10.804688 L 0 14.300781 L 6.3164062 9.5 L 0 4.6992188 z " + transform="translate(0,1033.3622)" + id="path5726" /> + <g + inkscape:groupmode="maskhelper" + id="g4066" + clip-path="url(#clipPath4069)" + transform="translate(-20,0)" + style="filter:url(#filter4153);opacity:0.5;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none" /> + <path + style="opacity:1;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="M 0 5.6992188 L 0 7.21875 L 3 9.5 L 0 11.78125 L 0 13.300781 L 5 9.5 L 0 5.6992188 z " + transform="translate(0,1033.3622)" + id="path4097" /> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/unity/launcher_arrow_outline_ltr_37.svg b/.themes/Libra-Dark-Gruvbox/unity/launcher_arrow_outline_ltr_37.svg new file mode 100755 index 00000000..9e8c72c8 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/unity/launcher_arrow_outline_ltr_37.svg @@ -0,0 +1,109 @@ +<?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="20" + height="37" + id="svg2" + version="1.1" + inkscape:version="0.48+devel r" + inkscape:export-filename="test.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + sodipodi:docname="launcher_arrow_large_outline_ltr.svg"> + <defs + id="defs4"> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath4219"> + <rect + y="1015.3622" + x="20" + height="37" + width="20" + id="rect4221" + style="opacity:0.12000002;color:#000000;fill:#ff00ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </clipPath> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#5c48bb" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="22.737367" + inkscape:cx="-2.301892" + inkscape:cy="19.020977" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:window-width="1855" + inkscape:window-height="1056" + inkscape:window-x="65" + inkscape:window-y="24" + inkscape:window-maximized="1" + showguides="false" + inkscape:guide-bbox="true" + inkscape:snap-page="true" + inkscape:snap-grids="false" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true" + inkscape:snap-bbox-midpoints="true" + inkscape:object-paths="true" + inkscape:snap-intersection-paths="true" + inkscape:object-nodes="true" + inkscape:snap-smooth-nodes="true" + inkscape:snap-midpoints="true" + inkscape:snap-object-midpoints="true" + inkscape:snap-center="true"> + <inkscape:grid + type="xygrid" + id="grid4740" + empspacing="8" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + <sodipodi:guide + orientation="0,1" + position="8,19" + id="guide3004" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1015.3622)"> + <path + inkscape:connector-curvature="0" + style="opacity:0.14;fill:#000000;stroke:none" + d="m 0,1023.9169 12.785156,9.9453 L 0,1043.8075 0,1038.9071 6.4863282,1033.8622 0,1028.8173 l 0,-4.9004 z" + id="path5730" /> + <path + style="fill:#ffffff;stroke:none" + d="m 0,1024.9169 0,2.957 7.699219,5.9883 L 0,1039.8505 l 0,2.957 11.5,-8.9453 -11.5,-8.9453 z" + id="path4079" + inkscape:connector-curvature="0" /> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/unity/launcher_arrow_outline_rtl_19.svg b/.themes/Libra-Dark-Gruvbox/unity/launcher_arrow_outline_rtl_19.svg new file mode 100755 index 00000000..cdff7d56 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/unity/launcher_arrow_outline_rtl_19.svg @@ -0,0 +1,103 @@ +<?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="10" + height="19" + id="svg2" + version="1.1" + inkscape:version="0.48+devel r" + inkscape:export-filename="test.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + sodipodi:docname="launcher_arrow_outline_rtl.svg"> + <defs + id="defs4"> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath4069"> + <rect + style="opacity:0.12000002;color:#000000;fill:#ff00ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect4071" + width="10" + height="19" + x="20" + y="1033.3622" /> + </clipPath> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#5c48bb" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="37.947076" + inkscape:cx="6.6210632" + inkscape:cy="10.05084" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:window-width="1855" + inkscape:window-height="1056" + inkscape:window-x="65" + inkscape:window-y="24" + inkscape:window-maximized="1" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true" + inkscape:snap-bbox-midpoints="true" + inkscape:object-paths="true" + inkscape:snap-intersection-paths="true" + inkscape:object-nodes="true" + inkscape:snap-smooth-nodes="true" + inkscape:snap-midpoints="true" + inkscape:snap-object-midpoints="true" + inkscape:snap-text-baseline="false" + inkscape:snap-center="true" + inkscape:snap-page="true"> + <inkscape:grid + type="xygrid" + id="grid4740" + empspacing="8" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1033.3622)"> + <path + inkscape:connector-curvature="0" + style="opacity:0.14;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 10,1038.0614 0,3.4961 -1.714844,1.3047 1.714844,1.3047 0,3.4961 -6.316406,-4.8008 L 10,1038.0614 Z" + id="path5726" /> + <path + style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 10,1039.0614 0,1.5196 -3,2.2812 3,2.2813 0,1.5195 -5,-3.8008 5,-3.8008 z" + id="path4097" + inkscape:connector-curvature="0" /> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/unity/launcher_arrow_outline_rtl_37.svg b/.themes/Libra-Dark-Gruvbox/unity/launcher_arrow_outline_rtl_37.svg new file mode 100755 index 00000000..d934e66a --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/unity/launcher_arrow_outline_rtl_37.svg @@ -0,0 +1,109 @@ +<?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="20" + height="37" + id="svg2" + version="1.1" + inkscape:version="0.48+devel r" + inkscape:export-filename="test.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + sodipodi:docname="launcher_arrow_large_outline_rtl.svg"> + <defs + id="defs4"> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath4219"> + <rect + y="1015.3622" + x="20" + height="37" + width="20" + id="rect4221" + style="opacity:0.12000002;color:#000000;fill:#ff00ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </clipPath> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#5c48bb" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="14.551915" + inkscape:cx="11.909845" + inkscape:cy="10.684981" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:window-width="1855" + inkscape:window-height="1056" + inkscape:window-x="65" + inkscape:window-y="24" + inkscape:window-maximized="1" + showguides="false" + inkscape:guide-bbox="true" + inkscape:snap-page="true" + inkscape:snap-grids="false" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true" + inkscape:snap-bbox-midpoints="true" + inkscape:object-paths="true" + inkscape:snap-intersection-paths="true" + inkscape:object-nodes="true" + inkscape:snap-smooth-nodes="true" + inkscape:snap-midpoints="true" + inkscape:snap-object-midpoints="true" + inkscape:snap-center="true"> + <inkscape:grid + type="xygrid" + id="grid4740" + empspacing="8" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + <sodipodi:guide + orientation="0,1" + position="8,19" + id="guide3004" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1015.3622)"> + <path + style="opacity:0.14;fill:#000000;stroke:none" + d="M 20 8.5546875 L 7.2148438 18.5 L 20 28.445312 L 20 23.544922 L 13.513672 18.5 L 20 13.455078 L 20 8.5546875 z " + transform="translate(0,1015.3622)" + id="path5730" /> + <path + style="fill:#ffffff;stroke:none" + d="m 20,1024.9169 0,2.957 -7.699219,5.9883 7.699219,5.9883 0,2.957 L 8.4999997,1033.8622 20,1024.9169 Z" + id="path4079" + inkscape:connector-curvature="0" /> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/unity/launcher_arrow_rtl_19.svg b/.themes/Libra-Dark-Gruvbox/unity/launcher_arrow_rtl_19.svg new file mode 100755 index 00000000..179ec786 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/unity/launcher_arrow_rtl_19.svg @@ -0,0 +1,105 @@ +<?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="10" + height="19" + id="svg2" + version="1.1" + inkscape:version="0.48+devel r" + inkscape:export-filename="test.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + sodipodi:docname="launcher_arrow_rtl.svg"> + <defs + id="defs4"> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath4069"> + <rect + style="opacity:0.12000002;color:#000000;fill:#ff00ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect4071" + width="10" + height="19" + x="20" + y="1033.3622" /> + </clipPath> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#5c48bb" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="92.64423" + inkscape:cx="5.3419409" + inkscape:cy="8.5790557" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:window-width="1855" + inkscape:window-height="1056" + inkscape:window-x="65" + inkscape:window-y="24" + inkscape:window-maximized="1" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true" + inkscape:snap-bbox-midpoints="true" + inkscape:object-paths="true" + inkscape:snap-intersection-paths="true" + inkscape:object-nodes="true" + inkscape:snap-smooth-nodes="true" + inkscape:snap-midpoints="true" + inkscape:snap-object-midpoints="true" + inkscape:snap-text-baseline="false" + inkscape:snap-center="true" + inkscape:snap-page="true"> + <inkscape:grid + type="xygrid" + id="grid4740" + empspacing="8" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1033.3622)"> + <path + sodipodi:nodetypes="cccc" + inkscape:connector-curvature="0" + id="path5726" + d="m 10,1047.6622 -6.3157898,-4.8 6.3157898,-4.8 z" + style="opacity:0.14;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <path + style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 10,1039.0622 -5,3.8 5,3.8 z" + id="path4097" + inkscape:connector-curvature="0" + sodipodi:nodetypes="cccc" /> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/unity/launcher_arrow_rtl_37.svg b/.themes/Libra-Dark-Gruvbox/unity/launcher_arrow_rtl_37.svg new file mode 100755 index 00000000..8fb447bd --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/unity/launcher_arrow_rtl_37.svg @@ -0,0 +1,113 @@ +<?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="20" + height="37" + id="svg2" + version="1.1" + inkscape:version="0.48+devel r" + inkscape:export-filename="test.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + sodipodi:docname="launcher_arrow_large_rtl.svg"> + <defs + id="defs4"> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath4219"> + <rect + y="1015.3622" + x="20" + height="37" + width="20" + id="rect4221" + style="opacity:0.12000002;color:#000000;fill:#ff00ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </clipPath> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#5c48bb" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="22.737368" + inkscape:cx="-0.1952275" + inkscape:cy="16.641634" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:window-width="1855" + inkscape:window-height="1056" + inkscape:window-x="65" + inkscape:window-y="24" + inkscape:window-maximized="1" + showguides="false" + inkscape:guide-bbox="true" + inkscape:snap-page="true" + inkscape:snap-grids="false" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true" + inkscape:snap-bbox-midpoints="true" + inkscape:object-paths="true" + inkscape:snap-intersection-paths="true" + inkscape:object-nodes="true" + inkscape:snap-smooth-nodes="true" + inkscape:snap-midpoints="true" + inkscape:snap-object-midpoints="true" + inkscape:snap-center="true"> + <inkscape:grid + type="xygrid" + id="grid4740" + empspacing="8" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + <sodipodi:guide + orientation="0,1" + position="8,19" + id="guide3004" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1015.3622)"> + <path + inkscape:transform-center-x="-16.337474" + style="opacity:0.14;fill:#000000;stroke:none" + d="M 20,1023.9178 7.214151,1033.8623 20,1043.8068 Z" + id="path5730" + inkscape:connector-curvature="0" + sodipodi:nodetypes="cccc" /> + <path + sodipodi:nodetypes="cccc" + inkscape:connector-curvature="0" + id="path4079" + d="M 20,1024.9178 8.4999997,1033.8622 20,1042.8066 Z" + style="fill:#ffffff;stroke:none" + inkscape:transform-center-x="-14.694444" /> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/unity/launcher_icon_back_150.svg b/.themes/Libra-Dark-Gruvbox/unity/launcher_icon_back_150.svg new file mode 100755 index 00000000..5b07aeda --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/unity/launcher_icon_back_150.svg @@ -0,0 +1,70 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="150" + height="150" + viewBox="0 0 149.99998 150" + id="svg2" + version="1.1" + inkscape:version="0.48.5 r10040" + sodipodi:docname="launcher_icon_back_150.svg"> + <metadata + id="metadata12"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1325" + inkscape:window-height="744" + id="namedview10" + showgrid="true" + inkscape:zoom="35.600469" + inkscape:cx="147.59593" + inkscape:cy="144.66408" + inkscape:window-x="41" + inkscape:window-y="24" + inkscape:window-maximized="1" + inkscape:current-layer="svg2" + inkscape:snap-nodes="true"> + <inkscape:grid + type="xygrid" + id="grid2989" /> + </sodipodi:namedview> + <defs + id="defs4"> + <clipPath + id="clipPath6"> + <path + d="m 440,80.683594 c -1.84957,0 -3.31641,1.466834 -3.31641,3.316406 l 0,44 c 0,1.84957 1.46684,3.31641 3.31641,3.31641 l 44,0 c 1.84957,0 3.31641,-1.46684 3.31641,-3.31641 l 0,-44 c 0,-1.849572 -1.46684,-3.316406 -3.31641,-3.316406 l -44,0 z" + id="path8" /> + </clipPath> + </defs> + <rect + style="opacity:0.8;fill:#ffffff;fill-opacity:1;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none" + id="rect2991" + width="148" + height="147.98314" + x="0.99998999" + y="1" + ry="8" /> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/unity/launcher_icon_back_54.svg b/.themes/Libra-Dark-Gruvbox/unity/launcher_icon_back_54.svg new file mode 100755 index 00000000..69fc4960 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/unity/launcher_icon_back_54.svg @@ -0,0 +1,64 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="54" + height="54" + viewBox="0 0 54 54.000001" + id="svg2" + version="1.1" + inkscape:version="0.48.5 r10040" + sodipodi:docname="_launcher_icon_back_54.svg"> + <metadata + id="metadata8"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <defs + id="defs6" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1325" + inkscape:window-height="744" + id="namedview4" + showgrid="true" + inkscape:zoom="34.962962" + inkscape:cx="4.9235757" + inkscape:cy="50.399901" + inkscape:window-x="41" + inkscape:window-y="24" + inkscape:window-maximized="1" + inkscape:current-layer="svg2" + inkscape:snap-bbox="true"> + <inkscape:grid + type="xygrid" + id="grid2985" /> + </sodipodi:namedview> + <rect + style="opacity:0.8;fill:#ffffff;fill-opacity:1;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none" + id="rect2987" + width="52" + height="52" + x="0.99999952" + y="1" + ry="3.0588236" + rx="2.9999995" /> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/unity/launcher_icon_edge_150.svg b/.themes/Libra-Dark-Gruvbox/unity/launcher_icon_edge_150.svg new file mode 100755 index 00000000..c03d05f6 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/unity/launcher_icon_edge_150.svg @@ -0,0 +1,70 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="150" + height="150" + viewBox="0 0 149.99998 150" + id="svg2" + version="1.1" + inkscape:version="0.48.5 r10040" + sodipodi:docname="launcher_icon_edge_150.svg"> + <metadata + id="metadata16"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="640" + inkscape:window-height="480" + id="namedview14" + showgrid="false" + inkscape:zoom="6.2933333" + inkscape:cx="18.435413" + inkscape:cy="11.508473" + inkscape:window-x="41" + inkscape:window-y="24" + inkscape:window-maximized="0" + inkscape:current-layer="svg2" /> + <defs + id="defs4"> + <clipPath + id="clipPath6"> + <path + d="m 440,80.683594 c -1.84957,0 -3.31641,1.466834 -3.31641,3.316406 l 0,44 c 0,1.84957 1.46684,3.31641 3.31641,3.31641 l 44,0 c 1.84957,0 3.31641,-1.46684 3.31641,-3.31641 l 0,-44 c 0,-1.849572 -1.46684,-3.316406 -3.31641,-3.316406 l -44,0 z" + id="path8" /> + </clipPath> + <clipPath + id="clipPath10"> + <rect + y="316" + x="353" + height="148" + width="148" + opacity="0.8" + fill="#ff00ff" + color="#000000" + rx="12" + id="rect12" /> + </clipPath> + </defs> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/unity/launcher_icon_edge_54.svg b/.themes/Libra-Dark-Gruvbox/unity/launcher_icon_edge_54.svg new file mode 100755 index 00000000..3307c5b4 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/unity/launcher_icon_edge_54.svg @@ -0,0 +1,7 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="54" height="54" viewBox="0 0 54 54.000001"> + <defs> + <clipPath> + <path d="m 440,81.001953 c -1.67866,0 -2.99805,1.319387 -2.99805,2.998047 l 0,44 c 0,1.67866 1.31939,2.99805 2.99805,2.99805 l 44,0 c 1.67866,0 2.99805,-1.31939 2.99805,-2.99805 l 0,-44 c 0,-1.67866 -1.31939,-2.998047 -2.99805,-2.998047 l -44,0 z"/> + </clipPath> + </defs> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/unity/launcher_icon_glow_200.svg b/.themes/Libra-Dark-Gruvbox/unity/launcher_icon_glow_200.svg new file mode 100755 index 00000000..01bb0d9c --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/unity/launcher_icon_glow_200.svg @@ -0,0 +1,7 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="200" height="200" viewBox="0 0 200.00001 200.00003"> + <defs> + <clipPath> + <path d="m 427.33333,22.026666 0,69.333333 69.33333,0 0,-69.333333 -69.33333,0 z m 13.11917,9.013333 43.095,0 c 2.27623,0 4.10583,1.829606 4.10583,4.105834 l 0,43.094999 c 0,2.276228 -1.8296,4.105834 -4.10583,4.105834 l -43.095,0 c -2.27623,0 -4.10583,-1.829606 -4.10583,-4.105834 l 0,-43.094999 c 0,-2.276228 1.8296,-4.105834 4.10583,-4.105834 z"/> + </clipPath> + </defs> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/unity/launcher_icon_glow_62.svg b/.themes/Libra-Dark-Gruvbox/unity/launcher_icon_glow_62.svg new file mode 100755 index 00000000..105b068a --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/unity/launcher_icon_glow_62.svg @@ -0,0 +1,7 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="62" height="62" viewBox="0 0 62 62.000001"> + <defs> + <clipPath> + <path d="m 1,25 0,62 62,0 0,-62 -62,0 z m 9,6 44,0 c 1.662,0 3,1.338 3,3 l 0,44 c 0,1.662 -1.338,3 -3,3 L 10,81 C 8.338,81 7,79.662 7,78 L 7,34 c 0,-1.662 1.338,-3 3,-3 z"/> + </clipPath> + </defs> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/unity/launcher_icon_selected_back_150.svg b/.themes/Libra-Dark-Gruvbox/unity/launcher_icon_selected_back_150.svg new file mode 100755 index 00000000..c81769b6 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/unity/launcher_icon_selected_back_150.svg @@ -0,0 +1,76 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="150" + height="150" + viewBox="0 0 149.99998 150" + id="svg2" + version="1.1" + inkscape:version="0.48.5 r10040" + sodipodi:docname="launcher_icon_selected_back_150.svg"> + <metadata + id="metadata16"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1325" + inkscape:window-height="744" + id="namedview14" + showgrid="true" + inkscape:zoom="25.173333" + inkscape:cx="141.56568" + inkscape:cy="137.05796" + inkscape:window-x="41" + inkscape:window-y="24" + inkscape:window-maximized="1" + inkscape:current-layer="svg2"> + <inkscape:grid + type="xygrid" + id="grid2993" /> + </sodipodi:namedview> + <defs + id="defs4"> + <clipPath + id="clipPath6"> + <rect + y="1040.22" + x="505" + height="150" + width="150" + opacity="0.2" + fill-rule="evenodd" + color="#000000" + rx="42" + id="rect8" /> + </clipPath> + </defs> + <rect + style="fill:#4987ff;fill-opacity:1;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none" + id="rect2995" + width="148" + height="148.03284" + x="0.99998999" + y="1" + ry="10" /> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/unity/launcher_icon_selected_back_54.svg b/.themes/Libra-Dark-Gruvbox/unity/launcher_icon_selected_back_54.svg new file mode 100755 index 00000000..31b6622b --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/unity/launcher_icon_selected_back_54.svg @@ -0,0 +1,62 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="54" + height="54" + viewBox="0 0 54 54.000001" + id="svg2" + version="1.1" + inkscape:version="0.48.5 r10040" + sodipodi:docname="launcher_icon_selected_back_54.svg"> + <metadata + id="metadata8"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <defs + id="defs6" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1325" + inkscape:window-height="744" + id="namedview4" + showgrid="true" + inkscape:zoom="24.722548" + inkscape:cx="32.82801" + inkscape:cy="44.999629" + inkscape:window-x="41" + inkscape:window-y="24" + inkscape:window-maximized="1" + inkscape:current-layer="svg2"> + <inkscape:grid + type="xygrid" + id="grid2985" /> + </sodipodi:namedview> + <rect + style="fill:#4987ff;fill-opacity:1;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none" + id="rect2987" + width="52" + height="52" + x="1" + y="1" + ry="6" /> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/unity/launcher_icon_shadow_200.svg b/.themes/Libra-Dark-Gruvbox/unity/launcher_icon_shadow_200.svg new file mode 100755 index 00000000..9e68b14b --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/unity/launcher_icon_shadow_200.svg @@ -0,0 +1,7 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="200" height="200" viewBox="0 0 200.00001 200.00003"> + <defs> + <clipPath> + <path d="m 489.73333,21.333331 0,69.333332 69.33333,0 0,-69.333332 -69.33333,0 z m 13.11917,9.013334 43.095,0 c 2.27623,0 4.10583,1.829606 4.10583,4.105833 l 0,43.094999 c 0,2.276227 -1.8296,4.105833 -4.10583,4.105833 l -43.095,0 c -2.27623,0 -4.10583,-1.829606 -4.10583,-4.105833 l 0,-43.094999 c 0,-2.276227 1.8296,-4.105833 4.10583,-4.105833 z"/> + </clipPath> + </defs> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/unity/launcher_icon_shadow_62.svg b/.themes/Libra-Dark-Gruvbox/unity/launcher_icon_shadow_62.svg new file mode 100755 index 00000000..d322434a --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/unity/launcher_icon_shadow_62.svg @@ -0,0 +1,7 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="62" height="62" viewBox="0 0 61.999999 62.000001"> + <defs> + <clipPath> + <path d="m 4,24 c -2.216,0 -4,1.784 -4,4 l 0,56 c 0,2.216 1.784,4 4,4 l 56,0 c 2.216,0 4,-1.784 4,-4 l 0,-56 c 0,-2.216 -1.784,-4 -4,-4 L 4,24 z m 6,6 44,0 c 2.216,0 4,1.784 4,4 l 0,44 c 0,2.216 -1.784,4 -4,4 L 10,82 C 7.784,82 6,80.216 6,78 L 6,34 c 0,-2.216 1.784,-4 4,-4 z"/> + </clipPath> + </defs> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/unity/launcher_icon_shine_150.svg b/.themes/Libra-Dark-Gruvbox/unity/launcher_icon_shine_150.svg new file mode 100755 index 00000000..51af8a14 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/unity/launcher_icon_shine_150.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="150" height="150" viewBox="0 0 149.99998 150"/> diff --git a/.themes/Libra-Dark-Gruvbox/unity/launcher_icon_shine_54.svg b/.themes/Libra-Dark-Gruvbox/unity/launcher_icon_shine_54.svg new file mode 100755 index 00000000..dfe7dbf3 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/unity/launcher_icon_shine_54.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="54" height="54" viewBox="0 0 54 54.000001"/> diff --git a/.themes/Libra-Dark-Gruvbox/unity/launcher_pip_ltr_19.svg b/.themes/Libra-Dark-Gruvbox/unity/launcher_pip_ltr_19.svg new file mode 100755 index 00000000..9b8b5743 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/unity/launcher_pip_ltr_19.svg @@ -0,0 +1,105 @@ +<?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="10" + height="19" + id="svg2" + version="1.1" + inkscape:version="0.48+devel r" + inkscape:export-filename="test.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + sodipodi:docname="launcher_pip_ltr.svg"> + <defs + id="defs4"> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath4069"> + <rect + style="opacity:0.12000002;color:#000000;fill:#ff00ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect4071" + width="10" + height="19" + x="20" + y="1033.3622" /> + </clipPath> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#5c48bb" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="30.357661" + inkscape:cx="6.9043528" + inkscape:cy="9.653247" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:window-width="1855" + inkscape:window-height="1056" + inkscape:window-x="65" + inkscape:window-y="24" + inkscape:window-maximized="1" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true" + inkscape:snap-bbox-midpoints="true" + inkscape:object-paths="true" + inkscape:snap-intersection-paths="true" + inkscape:object-nodes="true" + inkscape:snap-smooth-nodes="true" + inkscape:snap-midpoints="true" + inkscape:snap-object-midpoints="true" + inkscape:snap-text-baseline="false" + inkscape:snap-center="true" + inkscape:snap-page="true"> + <inkscape:grid + type="xygrid" + id="grid4740" + empspacing="8" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1033.3622)"> + <path + sodipodi:nodetypes="cccccc" + inkscape:connector-curvature="0" + id="path5728" + d="m 0,1040.3622 3.5,0 3,2.5 -3,2.5 -3.5,0 z" + style="fill:#000000;stroke:none;opacity:0.14" /> + <path + style="fill:#ffffff;stroke:none" + d="m 0,1041.3622 3,0 2,1.5 -2,1.5 -3,0 z" + id="path4742" + inkscape:connector-curvature="0" + sodipodi:nodetypes="cccccc" /> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/unity/launcher_pip_ltr_37.svg b/.themes/Libra-Dark-Gruvbox/unity/launcher_pip_ltr_37.svg new file mode 100755 index 00000000..da6304f2 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/unity/launcher_pip_ltr_37.svg @@ -0,0 +1,111 @@ +<?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="20" + height="37" + id="svg2" + version="1.1" + inkscape:version="0.48+devel r" + inkscape:export-filename="test.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + sodipodi:docname="launcher_pip_large_ltr.svg"> + <defs + id="defs4"> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath4219"> + <rect + y="1015.3622" + x="20" + height="37" + width="20" + id="rect4221" + style="opacity:0.12000002;color:#000000;fill:#ff00ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </clipPath> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#5c48bb" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="28.42171" + inkscape:cx="3.9411358" + inkscape:cy="12.499554" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:window-width="1855" + inkscape:window-height="1056" + inkscape:window-x="65" + inkscape:window-y="24" + inkscape:window-maximized="1" + showguides="false" + inkscape:guide-bbox="true" + inkscape:snap-page="true" + inkscape:snap-global="true" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true" + inkscape:snap-bbox-midpoints="true" + inkscape:object-paths="true" + inkscape:snap-intersection-paths="true" + inkscape:object-nodes="true" + inkscape:snap-smooth-nodes="true" + inkscape:snap-midpoints="true" + inkscape:snap-object-midpoints="true" + inkscape:snap-center="true"> + <inkscape:grid + type="xygrid" + id="grid4740" + empspacing="8" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + <sodipodi:guide + orientation="0,1" + position="8,19" + id="guide3004" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1015.3622)"> + <path + sodipodi:nodetypes="cccccc" + inkscape:connector-curvature="0" + id="path5745" + d="m 0,1029.3622 7.5,0 5.5,4.5 -5.5,4.5 -7.5,0 z" + style="opacity:0.14;fill:#000000;stroke:none" /> + <path + style="fill:#ffffff;stroke:none" + d="m 0,1030.3622 7,0 4.5,3.5 -4.5,3.5 -7,0 z" + id="path4742" + inkscape:connector-curvature="0" + sodipodi:nodetypes="cccccc" /> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/unity/launcher_pip_rtl_19.svg b/.themes/Libra-Dark-Gruvbox/unity/launcher_pip_rtl_19.svg new file mode 100755 index 00000000..c53092a8 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/unity/launcher_pip_rtl_19.svg @@ -0,0 +1,104 @@ +<?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="10" + height="19" + id="svg2" + version="1.1" + inkscape:version="0.48+devel r" + inkscape:export-filename="test.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + sodipodi:docname="launcher_pip_rtl.svg"> + <defs + id="defs4"> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath4069"> + <rect + style="opacity:0.12000002;color:#000000;fill:#ff00ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect4071" + width="10" + height="19" + x="20" + y="1033.3622" /> + </clipPath> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#5c48bb" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="37.947076" + inkscape:cx="9.1943844" + inkscape:cy="7.8398662" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:window-width="1855" + inkscape:window-height="1056" + inkscape:window-x="65" + inkscape:window-y="24" + inkscape:window-maximized="1" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true" + inkscape:snap-bbox-midpoints="true" + inkscape:object-paths="true" + inkscape:snap-intersection-paths="true" + inkscape:object-nodes="true" + inkscape:snap-smooth-nodes="true" + inkscape:snap-midpoints="true" + inkscape:snap-object-midpoints="true" + inkscape:snap-center="true" + inkscape:snap-page="true"> + <inkscape:grid + type="xygrid" + id="grid4740" + empspacing="8" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1033.3622)"> + <path + sodipodi:nodetypes="cccccc" + inkscape:connector-curvature="0" + id="path5728" + d="m 10,1040.3622 -3.5,0 -3,2.5 3,2.5 3.5,0 z" + style="opacity:0.14;fill:#000000;stroke:none" /> + <path + style="fill:#ffffff;stroke:none" + d="m 10,1041.3622 -3,0 -2,1.5 2,1.5 3,0 z" + id="path4742" + inkscape:connector-curvature="0" + sodipodi:nodetypes="cccccc" /> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/unity/launcher_pip_rtl_37.svg b/.themes/Libra-Dark-Gruvbox/unity/launcher_pip_rtl_37.svg new file mode 100755 index 00000000..a9721240 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/unity/launcher_pip_rtl_37.svg @@ -0,0 +1,108 @@ +<?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="20" + height="37" + id="svg2" + version="1.1" + inkscape:version="0.48+devel r" + inkscape:export-filename="test.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + sodipodi:docname="launcher_pip_large_rtl.svg"> + <defs + id="defs4"> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath4219"> + <rect + y="1015.3622" + x="20" + height="37" + width="20" + id="rect4221" + style="opacity:0.12000002;color:#000000;fill:#ff00ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </clipPath> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#5c48bb" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="14.551915" + inkscape:cx="18.597168" + inkscape:cy="11.945804" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:window-width="1855" + inkscape:window-height="1056" + inkscape:window-x="65" + inkscape:window-y="24" + inkscape:window-maximized="1" + showguides="true" + inkscape:guide-bbox="true" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true" + inkscape:snap-bbox-midpoints="true" + inkscape:object-paths="true" + inkscape:snap-intersection-paths="true" + inkscape:object-nodes="true" + inkscape:snap-smooth-nodes="true" + inkscape:snap-midpoints="true" + inkscape:snap-page="true"> + <inkscape:grid + type="xygrid" + id="grid4740" + empspacing="8" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + <sodipodi:guide + orientation="0,1" + position="8,19" + id="guide3004" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1015.3622)"> + <path + sodipodi:nodetypes="cccccc" + inkscape:connector-curvature="0" + id="path5745" + d="m 20,1029.3622 -7.5,0 -5.5,4.5 5.5,4.5 7.5,0 z" + style="opacity:0.14;fill:#000000;stroke:none" /> + <path + style="fill:#ffffff;stroke:none" + d="m 20,1030.3622 -7,0 -4.5000003,3.5 4.5000003,3.5 7,0 z" + id="path4742" + inkscape:connector-curvature="0" + sodipodi:nodetypes="cccccc" /> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/unity/maximize.svg b/.themes/Libra-Dark-Gruvbox/unity/maximize.svg new file mode 100644 index 00000000..2608fc5d --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/unity/maximize.svg @@ -0,0 +1,72 @@ +<?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="24" + height="24" + viewBox="0 0 24.000001 24.000001" + id="svg5877" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="maximize.svg" + shape-rendering="crispEdges"> + <defs + id="defs5879" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="21.02" + inkscape:cx="9.0205571" + inkscape:cy="13.547952" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + units="px" + inkscape:window-width="1325" + inkscape:window-height="744" + inkscape:window-x="41" + inkscape:window-y="24" + inkscape:window-maximized="1"> + <inkscape:grid + type="xygrid" + id="grid6449" /> + </sodipodi:namedview> + <metadata + id="metadata5882"> + <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="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1028.3622)"> + <rect + style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#0075fd;stroke-width:2.00000024;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:1.70000005;stroke-dasharray:none;stroke-opacity:1" + id="rect6566" + width="6.9505219" + height="7.0503764" + x="8.4728832" + y="1036.6866" + rx="0" + ry="0" /> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/unity/maximize_dash.svg b/.themes/Libra-Dark-Gruvbox/unity/maximize_dash.svg new file mode 100644 index 00000000..8a90d418 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/unity/maximize_dash.svg @@ -0,0 +1,72 @@ +<?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="24" + height="24" + viewBox="0 0 24.000001 24.000001" + id="svg5877" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="maximize_dash.svg" + shape-rendering="crispEdges"> + <defs + id="defs5879" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="21.02" + inkscape:cx="3.383069" + inkscape:cy="15.450902" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + units="px" + inkscape:window-width="1325" + inkscape:window-height="744" + inkscape:window-x="41" + inkscape:window-y="24" + inkscape:window-maximized="1"> + <inkscape:grid + type="xygrid" + id="grid6449" /> + </sodipodi:namedview> + <metadata + id="metadata5882"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1028.3622)"> + <rect + style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#00b1fd;stroke-width:2.00000024;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:1.70000005;stroke-dasharray:none;stroke-opacity:1" + id="rect6566" + width="9.6356792" + height="9.7654886" + x="7.1303053" + y="1035.329" + rx="0" + ry="0" /> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/unity/maximize_dash_disabled.svg b/.themes/Libra-Dark-Gruvbox/unity/maximize_dash_disabled.svg new file mode 100644 index 00000000..de448c9f --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/unity/maximize_dash_disabled.svg @@ -0,0 +1,72 @@ +<?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="24" + height="24" + viewBox="0 0 24.000001 24.000001" + id="svg5877" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="maximize_dash_disabled.svg" + shape-rendering="crispEdges"> + <defs + id="defs5879" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="21.02" + inkscape:cx="3.383069" + inkscape:cy="15.450902" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + units="px" + inkscape:window-width="1325" + inkscape:window-height="744" + inkscape:window-x="41" + inkscape:window-y="24" + inkscape:window-maximized="1"> + <inkscape:grid + type="xygrid" + id="grid6449" /> + </sodipodi:namedview> + <metadata + id="metadata5882"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1028.3622)"> + <rect + style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#808080;stroke-width:2.00000024;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:1.70000005;stroke-dasharray:none;stroke-opacity:1" + id="rect6566" + width="9.6356792" + height="9.7654886" + x="7.1303053" + y="1035.329" + rx="0" + ry="0" /> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/unity/maximize_dash_prelight.svg b/.themes/Libra-Dark-Gruvbox/unity/maximize_dash_prelight.svg new file mode 100644 index 00000000..bbe0f9a0 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/unity/maximize_dash_prelight.svg @@ -0,0 +1,72 @@ +<?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="24" + height="24" + viewBox="0 0 24.000001 24.000001" + id="svg5877" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="maximize_dash_prelight.svg" + shape-rendering="crispEdges"> + <defs + id="defs5879" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="21.02" + inkscape:cx="3.3117084" + inkscape:cy="15.450902" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + units="px" + inkscape:window-width="1325" + inkscape:window-height="744" + inkscape:window-x="41" + inkscape:window-y="24" + inkscape:window-maximized="1"> + <inkscape:grid + type="xygrid" + id="grid6449" /> + </sodipodi:namedview> + <metadata + id="metadata5882"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1028.3622)"> + <rect + style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#00b1fd;stroke-width:2.00000024;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:1.70000005;stroke-dasharray:none;stroke-opacity:1" + id="rect6566" + width="10.799247" + height="10.942038" + x="6.5485215" + y="1034.7407" + rx="0" + ry="0" /> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/unity/maximize_dash_pressed.svg b/.themes/Libra-Dark-Gruvbox/unity/maximize_dash_pressed.svg new file mode 100644 index 00000000..000e681a --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/unity/maximize_dash_pressed.svg @@ -0,0 +1,72 @@ +<?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="24" + height="24" + viewBox="0 0 24.000001 24.000001" + id="svg5877" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="maximize_dash_pressed.svg" + shape-rendering="crispEdges"> + <defs + id="defs5879" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="21.02" + inkscape:cx="3.383069" + inkscape:cy="15.450902" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + units="px" + inkscape:window-width="1325" + inkscape:window-height="744" + inkscape:window-x="41" + inkscape:window-y="24" + inkscape:window-maximized="1"> + <inkscape:grid + type="xygrid" + id="grid6449" /> + </sodipodi:namedview> + <metadata + id="metadata5882"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1028.3622)"> + <rect + style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#00b1fd;stroke-width:2.00000024;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:1.70000005;stroke-dasharray:none;stroke-opacity:1" + id="rect6566" + width="9.6356792" + height="9.7654886" + x="7.1303053" + y="1035.329" + rx="0" + ry="0" /> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/unity/maximize_focused_normal.svg b/.themes/Libra-Dark-Gruvbox/unity/maximize_focused_normal.svg new file mode 100644 index 00000000..5356da68 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/unity/maximize_focused_normal.svg @@ -0,0 +1,72 @@ +<?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="24" + height="24" + viewBox="0 0 24.000001 24.000001" + id="svg5877" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="maximize_focused_normal.svg" + shape-rendering="crispEdges"> + <defs + id="defs5879" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="21.02" + inkscape:cx="-2.9442383" + inkscape:cy="13.547952" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + units="px" + inkscape:window-width="1325" + inkscape:window-height="744" + inkscape:window-x="41" + inkscape:window-y="24" + inkscape:window-maximized="1"> + <inkscape:grid + type="xygrid" + id="grid6449" /> + </sodipodi:namedview> + <metadata + id="metadata5882"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1028.3622)"> + <rect + style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#0075fd;stroke-width:2.00000024;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:1.70000005;stroke-dasharray:none;stroke-opacity:1" + id="rect6566" + width="6.9505219" + height="7.0503764" + x="8.4728832" + y="1036.6866" + rx="0" + ry="0" /> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/unity/maximize_focused_prelight.svg b/.themes/Libra-Dark-Gruvbox/unity/maximize_focused_prelight.svg new file mode 100644 index 00000000..dcc72613 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/unity/maximize_focused_prelight.svg @@ -0,0 +1,72 @@ +<?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="24" + height="24" + viewBox="0 0 24.000001 24.000001" + id="svg5877" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="maximize_focused_prelight.svg" + shape-rendering="crispEdges"> + <defs + id="defs5879" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="21.02" + inkscape:cx="5.2860186" + inkscape:cy="15.450902" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + units="px" + inkscape:window-width="1325" + inkscape:window-height="744" + inkscape:window-x="41" + inkscape:window-y="24" + inkscape:window-maximized="1"> + <inkscape:grid + type="xygrid" + id="grid6449" /> + </sodipodi:namedview> + <metadata + id="metadata5882"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1028.3622)"> + <rect + style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#00b1fd;stroke-width:2.00000024;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:1.70000005;stroke-dasharray:none;stroke-opacity:1" + id="rect6566" + width="6.9505219" + height="7.0503764" + x="8.4728832" + y="1036.6866" + rx="0" + ry="0" /> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/unity/maximize_focused_pressed.svg b/.themes/Libra-Dark-Gruvbox/unity/maximize_focused_pressed.svg new file mode 100644 index 00000000..a904069a --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/unity/maximize_focused_pressed.svg @@ -0,0 +1,72 @@ +<?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="24" + height="24" + viewBox="0 0 24.000001 24.000001" + id="svg5877" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="maximize_focused_pressed.svg" + shape-rendering="crispEdges"> + <defs + id="defs5879" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="21.02" + inkscape:cx="-2.9442383" + inkscape:cy="13.547952" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + units="px" + inkscape:window-width="1325" + inkscape:window-height="744" + inkscape:window-x="41" + inkscape:window-y="24" + inkscape:window-maximized="1"> + <inkscape:grid + type="xygrid" + id="grid6449" /> + </sodipodi:namedview> + <metadata + id="metadata5882"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1028.3622)"> + <rect + style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#0075fd;stroke-width:2.00000024;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:1.70000005;stroke-dasharray:none;stroke-opacity:1" + id="rect6566" + width="6.9505219" + height="7.0503764" + x="8.4728832" + y="1036.6866" + rx="0" + ry="0" /> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/unity/maximize_unfocused.svg b/.themes/Libra-Dark-Gruvbox/unity/maximize_unfocused.svg new file mode 100644 index 00000000..f8571ffa --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/unity/maximize_unfocused.svg @@ -0,0 +1,72 @@ +<?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="24" + height="24" + viewBox="0 0 24.000001 24.000001" + id="svg5877" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="maximize_unfocused.svg" + shape-rendering="crispEdges"> + <defs + id="defs5879" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="21.02" + inkscape:cx="-2.9442383" + inkscape:cy="13.547952" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + units="px" + inkscape:window-width="1325" + inkscape:window-height="744" + inkscape:window-x="41" + inkscape:window-y="24" + inkscape:window-maximized="1"> + <inkscape:grid + type="xygrid" + id="grid6449" /> + </sodipodi:namedview> + <metadata + id="metadata5882"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1028.3622)"> + <rect + style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#999999;stroke-width:2.00000024;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:1.70000005;stroke-dasharray:none;stroke-opacity:1" + id="rect6566" + width="6.9505219" + height="7.0503764" + x="8.4728832" + y="1036.6866" + rx="0" + ry="0" /> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/unity/maximize_unfocused_prelight.svg b/.themes/Libra-Dark-Gruvbox/unity/maximize_unfocused_prelight.svg new file mode 100644 index 00000000..9a6ef325 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/unity/maximize_unfocused_prelight.svg @@ -0,0 +1,72 @@ +<?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="24" + height="24" + viewBox="0 0 24.000001 24.000001" + id="svg5877" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="maximize_unfocused_prelight.svg" + shape-rendering="crispEdges"> + <defs + id="defs5879" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="21.02" + inkscape:cx="3.4544296" + inkscape:cy="13.547952" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + units="px" + inkscape:window-width="1325" + inkscape:window-height="744" + inkscape:window-x="41" + inkscape:window-y="24" + inkscape:window-maximized="1"> + <inkscape:grid + type="xygrid" + id="grid6449" /> + </sodipodi:namedview> + <metadata + id="metadata5882"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1028.3622)"> + <rect + style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#00b1fd;stroke-width:2.00000024;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:1.70000005;stroke-dasharray:none;stroke-opacity:1" + id="rect6566" + width="6.9505219" + height="7.0503764" + x="8.4728832" + y="1036.6866" + rx="0" + ry="0" /> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/unity/maximize_unfocused_pressed.svg b/.themes/Libra-Dark-Gruvbox/unity/maximize_unfocused_pressed.svg new file mode 100644 index 00000000..6ce8ee15 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/unity/maximize_unfocused_pressed.svg @@ -0,0 +1,71 @@ +<?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="24" + height="24" + viewBox="0 0 24.000001 24.000001" + id="svg5877" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="maximize.svg"> + <defs + id="defs5879" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="21.02" + inkscape:cx="9.8530975" + inkscape:cy="13.547952" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + units="px" + inkscape:window-width="1325" + inkscape:window-height="744" + inkscape:window-x="41" + inkscape:window-y="24" + inkscape:window-maximized="1"> + <inkscape:grid + type="xygrid" + id="grid6449" /> + </sodipodi:namedview> + <metadata + id="metadata5882"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1028.3622)"> + <rect + style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#0075fd;stroke-width:1.7000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect6566" + width="6.9505229" + height="6.9552288" + x="8.5204582" + y="1036.8768" + rx="0" + ry="0" /> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/unity/menu.svg b/.themes/Libra-Dark-Gruvbox/unity/menu.svg new file mode 100644 index 00000000..0c9fdca2 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/unity/menu.svg @@ -0,0 +1,33 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg4770" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="19" viewBox="0 0 19 19" width="19" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <defs id="defs4772"> + <linearGradient id="linearGradient4672" y2="967.36" gradientUnits="userSpaceOnUse" x2="6" gradientTransform="matrix(1.0833 0 0 1.0833 966.86 -1057.5)" y1="967.36" x1="-6"> + <stop id="stop4668" style="stop-color:#191919;stop-opacity:.6" offset="0"/> + <stop id="stop4700" style="stop-color:#181818;stop-opacity:0" offset=".5"/> + <stop id="stop4670" style="stop-color:#fff;stop-opacity:.24314" offset="1"/> + </linearGradient> + </defs> + <metadata id="metadata4775"> + <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" transform="translate(287.36 -522.86)"> + <g id="g4722" transform="translate(-287.36 -434.5)"> + <circle id="circle4664" style="color:#000000;fill:url(#linearGradient4672)" d="m 973.36224,-9.5000038 a 6.5,6.5 0 0 1 -6.5,6.5 6.5,6.5 0 0 1 -6.5,-6.5 6.5,6.5 0 0 1 6.5,-6.5000002 6.5,6.5 0 0 1 6.5,6.5000002 z" cx="966.86" transform="rotate(90)" cy="-9.5" r="6.5"/> + <circle id="circle5388" style="opacity:.2;color:#000000" d="m 12.999998,967.86218 a 3.4999948,3.4999948 0 0 1 -3.4999951,3.5 3.4999948,3.4999948 0 0 1 -3.4999948,-3.5 3.4999948,3.4999948 0 0 1 3.4999948,-3.49999 3.4999948,3.4999948 0 0 1 3.4999951,3.49999 z" cx="9.5" cy="967.86" r="3.5"/> + <circle id="path4662" style="color:#000000;fill:#c2bdb6" d="m 12.500003,966.86218 a 3,3 0 0 1 -3.0000001,3 3,3 0 0 1 -3,-3 3,3 0 0 1 3,-3 3,3 0 0 1 3.0000001,3 z" cy="966.86" cx="9.5" r="3"/> + <path id="circle4682" d="m9.5 960.36a6.5 6.5 0 0 0 -6.5 6.5 6.5 6.5 0 0 0 0.023438 0.5293 6.5 6.5 0 0 1 6.4766 -6.0293 6.5 6.5 0 0 1 6.4766 5.9707 6.5 6.5 0 0 0 0.02344 -0.4707 6.5 6.5 0 0 0 -6.5 -6.5z" style="opacity:.1;color:#000000"/> + <path id="circle4691" d="m15.977 966.33a6.5 6.5 0 0 1 -6.4766 6.0293 6.5 6.5 0 0 1 -6.4766 -5.9707 6.5 6.5 0 0 0 -0.023438 0.4707 6.5 6.5 0 0 0 6.5 6.5 6.5 6.5 0 0 0 6.5 -6.5 6.5 6.5 0 0 0 -0.02344 -0.5293z" style="opacity:0.07;color:#000000;fill:#fff"/> + <path id="circle4702" d="m15.99 966.56a6.5 6.5 0 0 1 -6.4902 6.3008 6.5 6.5 0 0 1 -6.4902 -6.1992 6.5 6.5 0 0 0 -0.00977 0.19922 6.5 6.5 0 0 0 6.5 6.5 6.5 6.5 0 0 0 6.5 -6.5 6.5 6.5 0 0 0 -0.0098 -0.30078z" style="opacity:0.07;color:#000000;fill:#fff"/> + <path id="circle4711" d="m9.5 960.36a6.5 6.5 0 0 0 -6.5 6.5 6.5 6.5 0 0 0 0.00977 0.30078 6.5 6.5 0 0 1 6.4902 -6.3008 6.5 6.5 0 0 1 6.4902 6.1992 6.5 6.5 0 0 0 0.0098 -0.19922 6.5 6.5 0 0 0 -6.5 -6.5z" style="opacity:.1;color:#000000"/> + <rect id="rect4720" style="opacity:.1;color:#000000;fill:none" height="19" width="19" y="957.36" x="-.000002"/> + <path id="circle4638" style="color-rendering:auto;block-progression:tb;isolation:auto;mix-blend-mode:normal;shape-rendering:auto;color:#000000;image-rendering:auto;text-indent:0;text-transform:none;fill:#cecac5" d="m9.5 963.36c-1.9271 0-3.5 1.5729-3.5 3.5s1.5729 3.5 3.5 3.5 3.5-1.5729 3.5-3.5-1.5729-3.5-3.5-3.5zm0 1c1.3866 0 2.5 1.1134 2.5 2.5s-1.1134 2.5-2.5 2.5-2.5-1.1134-2.5-2.5 1.1134-2.5 2.5-2.5z"/> + </g> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/unity/menu_prelight.svg b/.themes/Libra-Dark-Gruvbox/unity/menu_prelight.svg new file mode 100644 index 00000000..ba53eb6e --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/unity/menu_prelight.svg @@ -0,0 +1,33 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg4770" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="19" viewBox="0 0 19 19" width="19" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <defs id="defs4772"> + <linearGradient id="linearGradient4747" y2="967.36" gradientUnits="userSpaceOnUse" x2="6" gradientTransform="matrix(1.0833 0 0 1.0833 966.86 -1057.5)" y1="967.36" x1="-6"> + <stop id="stop4668" style="stop-color:#191919;stop-opacity:.6" offset="0"/> + <stop id="stop4700" style="stop-color:#181818;stop-opacity:0" offset=".5"/> + <stop id="stop4670" style="stop-color:#fff;stop-opacity:.24314" offset="1"/> + </linearGradient> + </defs> + <metadata id="metadata4775"> + <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" transform="translate(287.36 -522.86)"> + <g id="g4731" transform="translate(-287.36 -434.5)"> + <circle id="circle4733" style="color:#000000;fill:url(#linearGradient4747)" d="m 973.36224,-9.5000038 a 6.5,6.5 0 0 1 -6.5,6.5 6.5,6.5 0 0 1 -6.5,-6.5 6.5,6.5 0 0 1 6.5,-6.5000002 6.5,6.5 0 0 1 6.5,6.5000002 z" transform="rotate(90)" cy="-9.5" cx="966.86" r="6.5"/> + <circle id="circle5388-4" style="opacity:.2;color:#000000" d="m 12.999998,967.86218 a 3.4999948,3.4999948 0 0 1 -3.4999951,3.5 3.4999948,3.4999948 0 0 1 -3.4999948,-3.5 3.4999948,3.4999948 0 0 1 3.4999948,-3.49999 3.4999948,3.4999948 0 0 1 3.4999951,3.49999 z" cx="9.5" cy="967.86" r="3.5"/> + <circle id="circle4735" style="color:#000000;fill:#555351" d="m 12.500003,966.86218 a 3,3 0 0 1 -3.0000001,3 3,3 0 0 1 -3,-3 3,3 0 0 1 3,-3 3,3 0 0 1 3.0000001,3 z" cx="9.5" cy="966.86" r="3"/> + <path id="path4737" style="opacity:.1;color:#000000" d="m9.5 960.36a6.5 6.5 0 0 0 -6.5 6.5 6.5 6.5 0 0 0 0.023438 0.5293 6.5 6.5 0 0 1 6.4766 -6.0293 6.5 6.5 0 0 1 6.4766 5.9707 6.5 6.5 0 0 0 0.02344 -0.4707 6.5 6.5 0 0 0 -6.5 -6.5z"/> + <path id="path4739" style="opacity:0.07;color:#000000;fill:#fff" d="m15.977 966.33a6.5 6.5 0 0 1 -6.4766 6.0293 6.5 6.5 0 0 1 -6.4766 -5.9707 6.5 6.5 0 0 0 -0.023438 0.4707 6.5 6.5 0 0 0 6.5 6.5 6.5 6.5 0 0 0 6.5 -6.5 6.5 6.5 0 0 0 -0.02344 -0.5293z"/> + <path id="path4741" style="opacity:0.07;color:#000000;fill:#fff" d="m15.99 966.56a6.5 6.5 0 0 1 -6.4902 6.3008 6.5 6.5 0 0 1 -6.4902 -6.1992 6.5 6.5 0 0 0 -0.00977 0.19922 6.5 6.5 0 0 0 6.5 6.5 6.5 6.5 0 0 0 6.5 -6.5 6.5 6.5 0 0 0 -0.0098 -0.30078z"/> + <path id="path4743" style="opacity:.1;color:#000000" d="m9.5 960.36a6.5 6.5 0 0 0 -6.5 6.5 6.5 6.5 0 0 0 0.00977 0.30078 6.5 6.5 0 0 1 6.4902 -6.3008 6.5 6.5 0 0 1 6.4902 6.1992 6.5 6.5 0 0 0 0.0098 -0.19922 6.5 6.5 0 0 0 -6.5 -6.5z"/> + <rect id="rect4745" style="opacity:.1;color:#000000;fill:none" height="19" width="19" y="957.36" x="-.000002"/> + <path id="circle4632" style="color-rendering:auto;block-progression:tb;isolation:auto;mix-blend-mode:normal;shape-rendering:auto;color:#000000;image-rendering:auto;text-indent:0;text-transform:none;fill:#6c6967" d="m9.5 963.36c-1.9271 0-3.5 1.5729-3.5 3.5s1.5729 3.5 3.5 3.5 3.5-1.5729 3.5-3.5-1.5729-3.5-3.5-3.5zm0 1c1.3866 0 2.5 1.1134 2.5 2.5s-1.1134 2.5-2.5 2.5-2.5-1.1134-2.5-2.5 1.1134-2.5 2.5-2.5z"/> + </g> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/unity/minimize (copy).svg b/.themes/Libra-Dark-Gruvbox/unity/minimize (copy).svg new file mode 100644 index 00000000..ce6b5f67 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/unity/minimize (copy).svg @@ -0,0 +1,68 @@ +<?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="24" + height="24" + viewBox="0 0 24.000001 24.000001" + id="svg5877" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="minimize.svg" + shape-rendering="crispEdges"> + <defs + id="defs5879" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="21.02" + inkscape:cx="6.499149" + inkscape:cy="13.547952" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + units="px" + inkscape:window-width="1325" + inkscape:window-height="744" + inkscape:window-x="41" + inkscape:window-y="24" + inkscape:window-maximized="1"> + <inkscape:grid + type="xygrid" + id="grid6449" /> + </sodipodi:namedview> + <metadata + id="metadata5882"> + <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="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1028.3622)"> + <path + style="fill:none;fill-rule:evenodd;stroke:#00c800;stroke-width:2.00000012;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 8.4757375,1043.8408 6.9999995,0" + id="path6866" + inkscape:connector-curvature="0" /> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/unity/minimize.svg b/.themes/Libra-Dark-Gruvbox/unity/minimize.svg new file mode 100644 index 00000000..ce6b5f67 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/unity/minimize.svg @@ -0,0 +1,68 @@ +<?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="24" + height="24" + viewBox="0 0 24.000001 24.000001" + id="svg5877" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="minimize.svg" + shape-rendering="crispEdges"> + <defs + id="defs5879" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="21.02" + inkscape:cx="6.499149" + inkscape:cy="13.547952" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + units="px" + inkscape:window-width="1325" + inkscape:window-height="744" + inkscape:window-x="41" + inkscape:window-y="24" + inkscape:window-maximized="1"> + <inkscape:grid + type="xygrid" + id="grid6449" /> + </sodipodi:namedview> + <metadata + id="metadata5882"> + <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="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1028.3622)"> + <path + style="fill:none;fill-rule:evenodd;stroke:#00c800;stroke-width:2.00000012;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 8.4757375,1043.8408 6.9999995,0" + id="path6866" + inkscape:connector-curvature="0" /> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/unity/minimize_dash.svg b/.themes/Libra-Dark-Gruvbox/unity/minimize_dash.svg new file mode 100644 index 00000000..76e05fce --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/unity/minimize_dash.svg @@ -0,0 +1,68 @@ +<?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="24" + height="24" + viewBox="0 0 24.000001 24.000001" + id="svg5877" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="minimize_dash.svg" + shape-rendering="crispEdges"> + <defs + id="defs5879" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="21.02" + inkscape:cx="2.6932498" + inkscape:cy="13.547952" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + units="px" + inkscape:window-width="1325" + inkscape:window-height="744" + inkscape:window-x="41" + inkscape:window-y="24" + inkscape:window-maximized="1"> + <inkscape:grid + type="xygrid" + id="grid6449" /> + </sodipodi:namedview> + <metadata + id="metadata5882"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1028.3622)"> + <path + style="fill:none;fill-rule:evenodd;stroke:#00ea00;stroke-width:2.00000024;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 7.4257375,1043.8408 9.0999995,0" + id="path6866" + inkscape:connector-curvature="0" /> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/unity/minimize_dash_disabled.svg b/.themes/Libra-Dark-Gruvbox/unity/minimize_dash_disabled.svg new file mode 100644 index 00000000..23150467 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/unity/minimize_dash_disabled.svg @@ -0,0 +1,68 @@ +<?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="24" + height="24" + viewBox="0 0 24.000001 24.000001" + id="svg5877" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="minimize_dash_disabled.svg" + shape-rendering="crispEdges"> + <defs + id="defs5879" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="21.02" + inkscape:cx="2.6932498" + inkscape:cy="13.547952" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + units="px" + inkscape:window-width="1325" + inkscape:window-height="744" + inkscape:window-x="41" + inkscape:window-y="24" + inkscape:window-maximized="1"> + <inkscape:grid + type="xygrid" + id="grid6449" /> + </sodipodi:namedview> + <metadata + id="metadata5882"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1028.3622)"> + <path + style="fill:none;fill-rule:evenodd;stroke:#808080;stroke-width:2.00000024;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 7.4257375,1043.8408 9.0999995,0" + id="path6866" + inkscape:connector-curvature="0" /> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/unity/minimize_dash_prelight.svg b/.themes/Libra-Dark-Gruvbox/unity/minimize_dash_prelight.svg new file mode 100644 index 00000000..4191fdfe --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/unity/minimize_dash_prelight.svg @@ -0,0 +1,68 @@ +<?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="24" + height="24" + viewBox="0 0 24.000001 24.000001" + id="svg5877" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="minimize_dash_prelight.svg" + shape-rendering="crispEdges"> + <defs + id="defs5879" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="21.02" + inkscape:cx="2.6932498" + inkscape:cy="13.547952" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + units="px" + inkscape:window-width="1325" + inkscape:window-height="744" + inkscape:window-x="41" + inkscape:window-y="24" + inkscape:window-maximized="1"> + <inkscape:grid + type="xygrid" + id="grid6449" /> + </sodipodi:namedview> + <metadata + id="metadata5882"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1028.3622)"> + <path + style="fill:none;fill-rule:evenodd;stroke:#00ea00;stroke-width:2.00000024;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 6.9707376,1043.8408 10.0099994,0" + id="path6866" + inkscape:connector-curvature="0" /> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/unity/minimize_dash_pressed.svg b/.themes/Libra-Dark-Gruvbox/unity/minimize_dash_pressed.svg new file mode 100644 index 00000000..f26ce319 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/unity/minimize_dash_pressed.svg @@ -0,0 +1,68 @@ +<?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="24" + height="24" + viewBox="0 0 24.000001 24.000001" + id="svg5877" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="minimize_dash_pressed.svg" + shape-rendering="crispEdges"> + <defs + id="defs5879" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="21.02" + inkscape:cx="2.6932498" + inkscape:cy="13.547952" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + units="px" + inkscape:window-width="1325" + inkscape:window-height="744" + inkscape:window-x="41" + inkscape:window-y="24" + inkscape:window-maximized="1"> + <inkscape:grid + type="xygrid" + id="grid6449" /> + </sodipodi:namedview> + <metadata + id="metadata5882"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1028.3622)"> + <path + style="fill:none;fill-rule:evenodd;stroke:#00ea00;stroke-width:2.00000024;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 7.4257375,1043.8408 9.0999995,0" + id="path6866" + inkscape:connector-curvature="0" /> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/unity/minimize_focused_normal.svg b/.themes/Libra-Dark-Gruvbox/unity/minimize_focused_normal.svg new file mode 100644 index 00000000..20551a1f --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/unity/minimize_focused_normal.svg @@ -0,0 +1,68 @@ +<?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="24" + height="24" + viewBox="0 0 24.000001 24.000001" + id="svg5877" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="minimize_focused_normal.svg" + shape-rendering="crispEdges"> + <defs + id="defs5879" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="21.02" + inkscape:cx="-2.9442383" + inkscape:cy="13.547952" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + units="px" + inkscape:window-width="1325" + inkscape:window-height="744" + inkscape:window-x="41" + inkscape:window-y="24" + inkscape:window-maximized="1"> + <inkscape:grid + type="xygrid" + id="grid6449" /> + </sodipodi:namedview> + <metadata + id="metadata5882"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1028.3622)"> + <path + style="fill:none;fill-rule:evenodd;stroke:#00d900;stroke-width:2.00000012;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 8.4757375,1043.8408 6.9999995,0" + id="path6866" + inkscape:connector-curvature="0" /> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/unity/minimize_focused_prelight.svg b/.themes/Libra-Dark-Gruvbox/unity/minimize_focused_prelight.svg new file mode 100644 index 00000000..22841f7d --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/unity/minimize_focused_prelight.svg @@ -0,0 +1,68 @@ +<?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="24" + height="24" + viewBox="0 0 24.000001 24.000001" + id="svg5877" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="minimize_focused_prelight.svg" + shape-rendering="crispEdges"> + <defs + id="defs5879" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="21.02" + inkscape:cx="-2.9442383" + inkscape:cy="13.547952" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + units="px" + inkscape:window-width="1325" + inkscape:window-height="744" + inkscape:window-x="41" + inkscape:window-y="24" + inkscape:window-maximized="1"> + <inkscape:grid + type="xygrid" + id="grid6449" /> + </sodipodi:namedview> + <metadata + id="metadata5882"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1028.3622)"> + <path + style="fill:none;fill-rule:evenodd;stroke:#00ea00;stroke-width:2.00000012;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 8.4757375,1043.8408 6.9999995,0" + id="path6866" + inkscape:connector-curvature="0" /> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/unity/minimize_focused_pressed.svg b/.themes/Libra-Dark-Gruvbox/unity/minimize_focused_pressed.svg new file mode 100644 index 00000000..d0ac44f9 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/unity/minimize_focused_pressed.svg @@ -0,0 +1,68 @@ +<?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="24" + height="24" + viewBox="0 0 24.000001 24.000001" + id="svg5877" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="minimize_focused_pressed.svg" + shape-rendering="crispEdges"> + <defs + id="defs5879" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="21.02" + inkscape:cx="-2.9442383" + inkscape:cy="13.547952" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + units="px" + inkscape:window-width="1325" + inkscape:window-height="744" + inkscape:window-x="41" + inkscape:window-y="24" + inkscape:window-maximized="1"> + <inkscape:grid + type="xygrid" + id="grid6449" /> + </sodipodi:namedview> + <metadata + id="metadata5882"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1028.3622)"> + <path + style="fill:none;fill-rule:evenodd;stroke:#00d900;stroke-width:2.00000012;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 8.4757375,1043.8408 6.9999995,0" + id="path6866" + inkscape:connector-curvature="0" /> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/unity/minimize_unfocused.svg b/.themes/Libra-Dark-Gruvbox/unity/minimize_unfocused.svg new file mode 100644 index 00000000..4525cd62 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/unity/minimize_unfocused.svg @@ -0,0 +1,68 @@ +<?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="24" + height="24" + viewBox="0 0 24.000001 24.000001" + id="svg5877" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="minimize_unfocused.svg" + shape-rendering="crispEdges"> + <defs + id="defs5879" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="21.02" + inkscape:cx="3.4544296" + inkscape:cy="13.547952" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + units="px" + inkscape:window-width="1325" + inkscape:window-height="744" + inkscape:window-x="41" + inkscape:window-y="24" + inkscape:window-maximized="1"> + <inkscape:grid + type="xygrid" + id="grid6449" /> + </sodipodi:namedview> + <metadata + id="metadata5882"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1028.3622)"> + <path + style="fill:none;fill-rule:evenodd;stroke:#999999;stroke-width:2.00000012;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 8.4757375,1043.8408 6.9999995,0" + id="path6866" + inkscape:connector-curvature="0" /> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/unity/minimize_unfocused_prelight.svg b/.themes/Libra-Dark-Gruvbox/unity/minimize_unfocused_prelight.svg new file mode 100644 index 00000000..f0963262 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/unity/minimize_unfocused_prelight.svg @@ -0,0 +1,68 @@ +<?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="24" + height="24" + viewBox="0 0 24.000001 24.000001" + id="svg5877" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="minimize_unfocused_prelight.svg" + shape-rendering="crispEdges"> + <defs + id="defs5879" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="21.02" + inkscape:cx="-2.9442383" + inkscape:cy="13.547952" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + units="px" + inkscape:window-width="1325" + inkscape:window-height="744" + inkscape:window-x="41" + inkscape:window-y="24" + inkscape:window-maximized="1"> + <inkscape:grid + type="xygrid" + id="grid6449" /> + </sodipodi:namedview> + <metadata + id="metadata5882"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1028.3622)"> + <path + style="fill:none;fill-rule:evenodd;stroke:#00ea00;stroke-width:2.00000012;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 8.4757375,1043.8408 6.9999995,0" + id="path6866" + inkscape:connector-curvature="0" /> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/unity/minimize_unfocused_pressed.svg b/.themes/Libra-Dark-Gruvbox/unity/minimize_unfocused_pressed.svg new file mode 100644 index 00000000..b0eb77c8 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/unity/minimize_unfocused_pressed.svg @@ -0,0 +1,68 @@ +<?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="24" + height="24" + viewBox="0 0 24.000001 24.000001" + id="svg5877" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="minimize_unfocused_pressed.svg" + shape-rendering="crispEdges"> + <defs + id="defs5879" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="21.02" + inkscape:cx="-2.9442383" + inkscape:cy="13.547952" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + units="px" + inkscape:window-width="1325" + inkscape:window-height="744" + inkscape:window-x="41" + inkscape:window-y="24" + inkscape:window-maximized="1"> + <inkscape:grid + type="xygrid" + id="grid6449" /> + </sodipodi:namedview> + <metadata + id="metadata5882"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1028.3622)"> + <path + style="fill:none;fill-rule:evenodd;stroke:#00d900;stroke-width:2.00000012;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 8.4757375,1043.8408 6.9999995,0" + id="path6866" + inkscape:connector-curvature="0" /> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/unity/unmaximize.svg b/.themes/Libra-Dark-Gruvbox/unity/unmaximize.svg new file mode 100644 index 00000000..bdaa3a67 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/unity/unmaximize.svg @@ -0,0 +1,72 @@ +<?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="24" + height="24" + viewBox="0 0 24.000001 24.000001" + id="svg5877" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="unmaximize.svg" + shape-rendering="crispEdges"> + <defs + id="defs5879" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="21.02" + inkscape:cx="-2.9442383" + inkscape:cy="13.547952" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + units="px" + inkscape:window-width="1325" + inkscape:window-height="744" + inkscape:window-x="41" + inkscape:window-y="24" + inkscape:window-maximized="1"> + <inkscape:grid + type="xygrid" + id="grid6449" /> + </sodipodi:namedview> + <metadata + id="metadata5882"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1028.3622)"> + <rect + style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#0075fd;stroke-width:2.00000024;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:1.70000005;stroke-dasharray:none;stroke-opacity:1" + id="rect6566" + width="6.9505219" + height="7.0503764" + x="8.4728832" + y="1036.6866" + rx="0" + ry="0" /> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/unity/unmaximize_dash.svg b/.themes/Libra-Dark-Gruvbox/unity/unmaximize_dash.svg new file mode 100644 index 00000000..8a90d418 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/unity/unmaximize_dash.svg @@ -0,0 +1,72 @@ +<?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="24" + height="24" + viewBox="0 0 24.000001 24.000001" + id="svg5877" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="maximize_dash.svg" + shape-rendering="crispEdges"> + <defs + id="defs5879" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="21.02" + inkscape:cx="3.383069" + inkscape:cy="15.450902" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + units="px" + inkscape:window-width="1325" + inkscape:window-height="744" + inkscape:window-x="41" + inkscape:window-y="24" + inkscape:window-maximized="1"> + <inkscape:grid + type="xygrid" + id="grid6449" /> + </sodipodi:namedview> + <metadata + id="metadata5882"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1028.3622)"> + <rect + style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#00b1fd;stroke-width:2.00000024;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:1.70000005;stroke-dasharray:none;stroke-opacity:1" + id="rect6566" + width="9.6356792" + height="9.7654886" + x="7.1303053" + y="1035.329" + rx="0" + ry="0" /> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/unity/unmaximize_dash_disabled.svg b/.themes/Libra-Dark-Gruvbox/unity/unmaximize_dash_disabled.svg new file mode 100644 index 00000000..de448c9f --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/unity/unmaximize_dash_disabled.svg @@ -0,0 +1,72 @@ +<?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="24" + height="24" + viewBox="0 0 24.000001 24.000001" + id="svg5877" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="maximize_dash_disabled.svg" + shape-rendering="crispEdges"> + <defs + id="defs5879" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="21.02" + inkscape:cx="3.383069" + inkscape:cy="15.450902" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + units="px" + inkscape:window-width="1325" + inkscape:window-height="744" + inkscape:window-x="41" + inkscape:window-y="24" + inkscape:window-maximized="1"> + <inkscape:grid + type="xygrid" + id="grid6449" /> + </sodipodi:namedview> + <metadata + id="metadata5882"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1028.3622)"> + <rect + style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#808080;stroke-width:2.00000024;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:1.70000005;stroke-dasharray:none;stroke-opacity:1" + id="rect6566" + width="9.6356792" + height="9.7654886" + x="7.1303053" + y="1035.329" + rx="0" + ry="0" /> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/unity/unmaximize_dash_prelight.svg b/.themes/Libra-Dark-Gruvbox/unity/unmaximize_dash_prelight.svg new file mode 100644 index 00000000..bbe0f9a0 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/unity/unmaximize_dash_prelight.svg @@ -0,0 +1,72 @@ +<?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="24" + height="24" + viewBox="0 0 24.000001 24.000001" + id="svg5877" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="maximize_dash_prelight.svg" + shape-rendering="crispEdges"> + <defs + id="defs5879" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="21.02" + inkscape:cx="3.3117084" + inkscape:cy="15.450902" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + units="px" + inkscape:window-width="1325" + inkscape:window-height="744" + inkscape:window-x="41" + inkscape:window-y="24" + inkscape:window-maximized="1"> + <inkscape:grid + type="xygrid" + id="grid6449" /> + </sodipodi:namedview> + <metadata + id="metadata5882"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1028.3622)"> + <rect + style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#00b1fd;stroke-width:2.00000024;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:1.70000005;stroke-dasharray:none;stroke-opacity:1" + id="rect6566" + width="10.799247" + height="10.942038" + x="6.5485215" + y="1034.7407" + rx="0" + ry="0" /> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/unity/unmaximize_dash_pressed.svg b/.themes/Libra-Dark-Gruvbox/unity/unmaximize_dash_pressed.svg new file mode 100644 index 00000000..000e681a --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/unity/unmaximize_dash_pressed.svg @@ -0,0 +1,72 @@ +<?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="24" + height="24" + viewBox="0 0 24.000001 24.000001" + id="svg5877" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="maximize_dash_pressed.svg" + shape-rendering="crispEdges"> + <defs + id="defs5879" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="21.02" + inkscape:cx="3.383069" + inkscape:cy="15.450902" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + units="px" + inkscape:window-width="1325" + inkscape:window-height="744" + inkscape:window-x="41" + inkscape:window-y="24" + inkscape:window-maximized="1"> + <inkscape:grid + type="xygrid" + id="grid6449" /> + </sodipodi:namedview> + <metadata + id="metadata5882"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1028.3622)"> + <rect + style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#00b1fd;stroke-width:2.00000024;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:1.70000005;stroke-dasharray:none;stroke-opacity:1" + id="rect6566" + width="9.6356792" + height="9.7654886" + x="7.1303053" + y="1035.329" + rx="0" + ry="0" /> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/unity/unmaximize_focused_normal.svg b/.themes/Libra-Dark-Gruvbox/unity/unmaximize_focused_normal.svg new file mode 100644 index 00000000..9ec19b60 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/unity/unmaximize_focused_normal.svg @@ -0,0 +1,72 @@ +<?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="24" + height="24" + viewBox="0 0 24.000001 24.000001" + id="svg5877" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="unmaximize_focused_normal.svg" + shape-rendering="crispEdges"> + <defs + id="defs5879" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="21.02" + inkscape:cx="-2.9442383" + inkscape:cy="13.547952" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + units="px" + inkscape:window-width="1325" + inkscape:window-height="744" + inkscape:window-x="41" + inkscape:window-y="24" + inkscape:window-maximized="1"> + <inkscape:grid + type="xygrid" + id="grid6449" /> + </sodipodi:namedview> + <metadata + id="metadata5882"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1028.3622)"> + <rect + style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#0075fd;stroke-width:2.00000024;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:1.70000005;stroke-dasharray:none;stroke-opacity:1" + id="rect6566" + width="6.9505219" + height="7.0503764" + x="8.4728832" + y="1036.6866" + rx="0" + ry="0" /> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/unity/unmaximize_focused_prelight.svg b/.themes/Libra-Dark-Gruvbox/unity/unmaximize_focused_prelight.svg new file mode 100644 index 00000000..f7b9761f --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/unity/unmaximize_focused_prelight.svg @@ -0,0 +1,72 @@ +<?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="24" + height="24" + viewBox="0 0 24.000001 24.000001" + id="svg5877" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="unmaximize_focused_prelight.svg" + shape-rendering="crispEdges"> + <defs + id="defs5879" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="21.02" + inkscape:cx="3.4544296" + inkscape:cy="13.547952" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + units="px" + inkscape:window-width="1325" + inkscape:window-height="744" + inkscape:window-x="41" + inkscape:window-y="24" + inkscape:window-maximized="1"> + <inkscape:grid + type="xygrid" + id="grid6449" /> + </sodipodi:namedview> + <metadata + id="metadata5882"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1028.3622)"> + <rect + style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#00b1fd;stroke-width:2.00000024;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:1.70000005;stroke-dasharray:none;stroke-opacity:1" + id="rect6566" + width="6.9505219" + height="7.0503764" + x="8.4728832" + y="1036.6866" + rx="0" + ry="0" /> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/unity/unmaximize_focused_pressed.svg b/.themes/Libra-Dark-Gruvbox/unity/unmaximize_focused_pressed.svg new file mode 100644 index 00000000..9b3897e6 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/unity/unmaximize_focused_pressed.svg @@ -0,0 +1,72 @@ +<?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="24" + height="24" + viewBox="0 0 24.000001 24.000001" + id="svg5877" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="unmaximize_focused_pressed.svg" + shape-rendering="crispEdges"> + <defs + id="defs5879" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="21.02" + inkscape:cx="-2.9442383" + inkscape:cy="13.547952" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + units="px" + inkscape:window-width="1325" + inkscape:window-height="744" + inkscape:window-x="41" + inkscape:window-y="24" + inkscape:window-maximized="1"> + <inkscape:grid + type="xygrid" + id="grid6449" /> + </sodipodi:namedview> + <metadata + id="metadata5882"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1028.3622)"> + <rect + style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#0075fd;stroke-width:2.00000024;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:1.70000005;stroke-dasharray:none;stroke-opacity:1" + id="rect6566" + width="6.9505219" + height="7.0503764" + x="8.4728832" + y="1036.6866" + rx="0" + ry="0" /> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/unity/unmaximize_unfocused.svg b/.themes/Libra-Dark-Gruvbox/unity/unmaximize_unfocused.svg new file mode 100644 index 00000000..31244060 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/unity/unmaximize_unfocused.svg @@ -0,0 +1,72 @@ +<?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="24" + height="24" + viewBox="0 0 24.000001 24.000001" + id="svg5877" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="unmaximize_unfocused.svg" + shape-rendering="crispEdges"> + <defs + id="defs5879" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="21.02" + inkscape:cx="-2.9442383" + inkscape:cy="13.547952" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + units="px" + inkscape:window-width="1325" + inkscape:window-height="744" + inkscape:window-x="41" + inkscape:window-y="24" + inkscape:window-maximized="1"> + <inkscape:grid + type="xygrid" + id="grid6449" /> + </sodipodi:namedview> + <metadata + id="metadata5882"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1028.3622)"> + <rect + style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#999999;stroke-width:2.00000024;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:1.70000005;stroke-dasharray:none;stroke-opacity:1" + id="rect6566" + width="6.9505219" + height="7.0503764" + x="8.4728832" + y="1036.6866" + rx="0" + ry="0" /> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/unity/unmaximize_unfocused_prelight.svg b/.themes/Libra-Dark-Gruvbox/unity/unmaximize_unfocused_prelight.svg new file mode 100644 index 00000000..70d6c4db --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/unity/unmaximize_unfocused_prelight.svg @@ -0,0 +1,72 @@ +<?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="24" + height="24" + viewBox="0 0 24.000001 24.000001" + id="svg5877" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="unmaximize_unfocused_prelight.svg" + shape-rendering="crispEdges"> + <defs + id="defs5879" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="21.02" + inkscape:cx="3.4544296" + inkscape:cy="13.547952" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + units="px" + inkscape:window-width="1325" + inkscape:window-height="744" + inkscape:window-x="41" + inkscape:window-y="24" + inkscape:window-maximized="1"> + <inkscape:grid + type="xygrid" + id="grid6449" /> + </sodipodi:namedview> + <metadata + id="metadata5882"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1028.3622)"> + <rect + style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#00b1fd;stroke-width:2.00000024;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:1.70000005;stroke-dasharray:none;stroke-opacity:1" + id="rect6566" + width="6.9505219" + height="7.0503764" + x="8.4728832" + y="1036.6866" + rx="0" + ry="0" /> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/unity/unmaximize_unfocused_pressed.svg b/.themes/Libra-Dark-Gruvbox/unity/unmaximize_unfocused_pressed.svg new file mode 100644 index 00000000..dd8d3792 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/unity/unmaximize_unfocused_pressed.svg @@ -0,0 +1,72 @@ +<?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="24" + height="24" + viewBox="0 0 24.000001 24.000001" + id="svg5877" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="unmaximize_unfocused_pressed.svg" + shape-rendering="crispEdges"> + <defs + id="defs5879" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="21.02" + inkscape:cx="-2.9442383" + inkscape:cy="13.547952" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + units="px" + inkscape:window-width="1325" + inkscape:window-height="744" + inkscape:window-x="41" + inkscape:window-y="24" + inkscape:window-maximized="1"> + <inkscape:grid + type="xygrid" + id="grid6449" /> + </sodipodi:namedview> + <metadata + id="metadata5882"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1028.3622)"> + <rect + style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#0075fd;stroke-width:2.00000024;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:1.70000005;stroke-dasharray:none;stroke-opacity:1" + id="rect6566" + width="6.9505219" + height="7.0503764" + x="8.4728832" + y="1036.6866" + rx="0" + ry="0" /> + </g> +</svg> diff --git a/.themes/Libra-Dark-Gruvbox/xfwm4/bottom-active.xpm b/.themes/Libra-Dark-Gruvbox/xfwm4/bottom-active.xpm new file mode 100644 index 00000000..c5fc03c3 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/xfwm4/bottom-active.xpm @@ -0,0 +1,8 @@ +/* XPM */ +static char * bottom_active_xpm[] = { +"5 3 2 1", +" c None", +". c #525252", +".....", +".....", +"....."}; diff --git a/.themes/Libra-Dark-Gruvbox/xfwm4/bottom-inactive.xpm b/.themes/Libra-Dark-Gruvbox/xfwm4/bottom-inactive.xpm new file mode 100644 index 00000000..cfea21cf --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/xfwm4/bottom-inactive.xpm @@ -0,0 +1,9 @@ +/* XPM */ +static char * bottom_inactive_xpm[] = { +"5 3 3 1", +" c None", +". c #525252", +"+ c #535353", +".....", +".....", +"....+"}; diff --git a/.themes/Libra-Dark-Gruvbox/xfwm4/bottom-left-active.xpm b/.themes/Libra-Dark-Gruvbox/xfwm4/bottom-left-active.xpm new file mode 100644 index 00000000..fc297385 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/xfwm4/bottom-left-active.xpm @@ -0,0 +1,8 @@ +/* XPM */ +static char * bottom_left_active_xpm[] = { +"2 2 3 1", +" c None", +". c #525252", +"+ c #535353", +"..", +".+"}; diff --git a/.themes/Libra-Dark-Gruvbox/xfwm4/bottom-left-inactive.xpm b/.themes/Libra-Dark-Gruvbox/xfwm4/bottom-left-inactive.xpm new file mode 100644 index 00000000..7b5e0157 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/xfwm4/bottom-left-inactive.xpm @@ -0,0 +1,7 @@ +/* XPM */ +static char * bottom_left_inactive_xpm[] = { +"2 2 2 1", +" c None", +". c #525252", +"..", +".."}; diff --git a/.themes/Libra-Dark-Gruvbox/xfwm4/bottom-right-active.xpm b/.themes/Libra-Dark-Gruvbox/xfwm4/bottom-right-active.xpm new file mode 100644 index 00000000..7e424d7b --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/xfwm4/bottom-right-active.xpm @@ -0,0 +1,7 @@ +/* XPM */ +static char * bottom_right_active_xpm[] = { +"2 2 2 1", +" c None", +". c #525252", +"..", +".."}; diff --git a/.themes/Libra-Dark-Gruvbox/xfwm4/bottom-right-inactive.xpm b/.themes/Libra-Dark-Gruvbox/xfwm4/bottom-right-inactive.xpm new file mode 100644 index 00000000..2c5c43b5 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/xfwm4/bottom-right-inactive.xpm @@ -0,0 +1,7 @@ +/* XPM */ +static char * bottom_right_inactive_xpm[] = { +"2 2 2 1", +" c None", +". c #525252", +"..", +".."}; diff --git a/.themes/Libra-Dark-Gruvbox/xfwm4/close-active.xpm b/.themes/Libra-Dark-Gruvbox/xfwm4/close-active.xpm new file mode 100755 index 00000000..47016b41 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/xfwm4/close-active.xpm @@ -0,0 +1,59 @@ +/* XPM */ +static char * close_active_xpm[] = { +"24 26 30 1", +" c None", +". c #505050", +"+ c #DA1A1A", +"@ c #D81414", +"# c #564B4B", +"$ c #5B4949", +"% c #D90F0F", +"& c #DB2828", +"* c #D90505", +"= c #D90000", +"- c #D90C0C", +"; c #5C4949", +"> c #DA0606", +", c #DA0E0E", +"' c #604646", +") c #D90303", +"! c #D90909", +"~ c #5D4848", +"{ c #D80303", +"] c #D90404", +"^ c #DA0505", +"/ c #D80909", +"( c #574B4B", +"_ c #D90707", +": c #D80B0B", +"< c #604545", +"[ c #D91414", +"} c #D90D0D", +"| c #DA0909", +"1 c #DB1919", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +"........................", +"........................", +"........................", +"........................", +"........................", +"........+@#..$%&........", +"........*=-#;>=,........", +"........')=!>=*~........", +".........'{==]~.........", +".........$^==/(.........", +"........$_=])=:(........", +"........!=>;<)=[........", +"........}|;..<*1........", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................"}; diff --git a/.themes/Libra-Dark-Gruvbox/xfwm4/close-inactive.xpm b/.themes/Libra-Dark-Gruvbox/xfwm4/close-inactive.xpm new file mode 100755 index 00000000..fbcd9f4f --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/xfwm4/close-inactive.xpm @@ -0,0 +1,46 @@ +/* XPM */ +static char * close_inactive_xpm[] = { +"24 26 17 1", +" c None", +". c #505050", +"+ c #B2B2B2", +"@ c #AFAFAF", +"# c #ABABAB", +"$ c #B8B8B8", +"% c #A5A5A5", +"& c #999999", +"* c #A6A6A6", +"= c #ACACAC", +"- c #A2A2A2", +"; c #A8A8A8", +"> c #A4A4A4", +", c #A1A1A1", +"' c #A3A3A3", +") c #A9A9A9", +"! c #AEAEAE", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +"........................", +"........................", +"........................", +"........................", +"........................", +"........+@....#$........", +"........%&#..*&=........", +".........-&;%&>.........", +"..........,&&>..........", +"..........>&&;..........", +".........*&''&).........", +"........;&*..-&!........", +"........#;....>+........", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................"}; diff --git a/.themes/Libra-Dark-Gruvbox/xfwm4/close-prelight.xpm b/.themes/Libra-Dark-Gruvbox/xfwm4/close-prelight.xpm new file mode 100755 index 00000000..ed670e0a --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/xfwm4/close-prelight.xpm @@ -0,0 +1,54 @@ +/* XPM */ +static char * close_prelight_xpm[] = { +"24 26 25 1", +" c None", +". c #505050", +"+ c #F64E4E", +"@ c #F74545", +"# c #F83B3B", +"$ c #F46060", +"% c #FA2424", +"& c #FF0000", +"* c #F83434", +"= c #FA2727", +"- c #F83939", +"; c #FB1D1D", +"> c #F92F2F", +", c #FA2626", +"' c #FA2323", +") c #FB1A1A", +"! c #FB2222", +"~ c #F92D2D", +"{ c #FA2828", +"] c #FB1F1F", +"^ c #FB1B1B", +"/ c #F93333", +"( c #F74444", +"_ c #F83737", +": c #F64C4C", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +"........................", +"........................", +"........................", +"........................", +"........................", +"........+@....#$........", +"........%&*..=&-........", +".........;&>,&'.........", +"..........)&&!..........", +"..........'&&~..........", +".........{&]^&/.........", +"........>&=..^&(........", +"........_~....!:........", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................"}; diff --git a/.themes/Libra-Dark-Gruvbox/xfwm4/close-pressed.xpm b/.themes/Libra-Dark-Gruvbox/xfwm4/close-pressed.xpm new file mode 100755 index 00000000..5f39d71a --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/xfwm4/close-pressed.xpm @@ -0,0 +1,57 @@ +/* XPM */ +static char * close_pressed_xpm[] = { +"24 26 28 1", +" c None", +". c #505050", +"+ c #DD4E4E", +"@ c #DB4545", +"# c #DC3B3B", +"$ c #DE6060", +"% c #DA2424", +"& c #D90000", +"* c #DB3434", +"= c #DB2727", +"- c #DC3939", +"; c #DA1D1D", +"> c #DB2F2F", +", c #DB2626", +"' c #DA2323", +") c #D91A1A", +"! c #DA2121", +"~ c #DB2323", +"{ c #DA2D2D", +"] c #DB2828", +"^ c #DA1F1F", +"/ c #DA1B1B", +"( c #DA3333", +"_ c #DC4444", +": c #DB3737", +"< c #DC2D2D", +"[ c #DA2222", +"} c #DD4C4C", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +"........................", +"........................", +"........................", +"........................", +"........................", +"........+@....#$........", +"........%&*..=&-........", +".........;&>,&'.........", +"..........)&&!..........", +"..........~&&{..........", +".........]&^/&(.........", +"........>&=../&_........", +"........:<....[}........", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................"}; diff --git a/.themes/Libra-Dark-Gruvbox/xfwm4/hide-active.xpm b/.themes/Libra-Dark-Gruvbox/xfwm4/hide-active.xpm new file mode 100755 index 00000000..3ef494cf --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/xfwm4/hide-active.xpm @@ -0,0 +1,32 @@ +/* XPM */ +static char * hide_active_xpm[] = { +"24 26 3 1", +" c None", +". c #505050", +"+ c #00D900", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........+++++++++.......", +"........+++++++++.......", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................"}; diff --git a/.themes/Libra-Dark-Gruvbox/xfwm4/hide-inactive.xpm b/.themes/Libra-Dark-Gruvbox/xfwm4/hide-inactive.xpm new file mode 100755 index 00000000..5df200d9 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/xfwm4/hide-inactive.xpm @@ -0,0 +1,32 @@ +/* XPM */ +static char * hide_inactive_xpm[] = { +"24 26 3 1", +" c None", +". c #505050", +"+ c #999999", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........+++++++++.......", +"........+++++++++.......", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................"}; diff --git a/.themes/Libra-Dark-Gruvbox/xfwm4/hide-prelight.xpm b/.themes/Libra-Dark-Gruvbox/xfwm4/hide-prelight.xpm new file mode 100755 index 00000000..0b61f678 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/xfwm4/hide-prelight.xpm @@ -0,0 +1,32 @@ +/* XPM */ +static char * hide_prelight_xpm[] = { +"24 26 3 1", +" c None", +". c #505050", +"+ c #00EA00", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........+++++++++.......", +"........+++++++++.......", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................"}; diff --git a/.themes/Libra-Dark-Gruvbox/xfwm4/hide-pressed.xpm b/.themes/Libra-Dark-Gruvbox/xfwm4/hide-pressed.xpm new file mode 100755 index 00000000..744e48b4 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/xfwm4/hide-pressed.xpm @@ -0,0 +1,32 @@ +/* XPM */ +static char * hide_pressed_xpm[] = { +"24 26 3 1", +" c None", +". c #505050", +"+ c #00D900", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........+++++++++.......", +"........+++++++++.......", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................"}; diff --git a/.themes/Libra-Dark-Gruvbox/xfwm4/left-active.xpm b/.themes/Libra-Dark-Gruvbox/xfwm4/left-active.xpm new file mode 100644 index 00000000..0897f75c --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/xfwm4/left-active.xpm @@ -0,0 +1,10 @@ +/* XPM */ +static char * left_active_xpm[] = { +"3 5 2 1", +" c None", +". c #505050", +"...", +"...", +"...", +"...", +"..."}; diff --git a/.themes/Libra-Dark-Gruvbox/xfwm4/left-inactive.xpm b/.themes/Libra-Dark-Gruvbox/xfwm4/left-inactive.xpm new file mode 100644 index 00000000..e317b3a1 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/xfwm4/left-inactive.xpm @@ -0,0 +1,10 @@ +/* XPM */ +static char * left_inactive_xpm[] = { +"3 5 2 1", +" c None", +". c #505050", +"...", +"...", +"...", +"...", +"..."}; diff --git a/.themes/Libra-Dark-Gruvbox/xfwm4/maximize-active.xpm b/.themes/Libra-Dark-Gruvbox/xfwm4/maximize-active.xpm new file mode 100755 index 00000000..d9ed8604 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/xfwm4/maximize-active.xpm @@ -0,0 +1,32 @@ +/* XPM */ +static char * maximize_active_xpm[] = { +"24 26 3 1", +" c None", +". c #505050", +"+ c #0075FD", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +"........................", +"........................", +"........................", +"........................", +".......+++++++++........", +".......+++++++++........", +".......++.....++........", +".......++.....++........", +".......++.....++........", +".......++.....++........", +".......++.....++........", +".......+++++++++........", +".......+++++++++........", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................"}; diff --git a/.themes/Libra-Dark-Gruvbox/xfwm4/maximize-inactive.xpm b/.themes/Libra-Dark-Gruvbox/xfwm4/maximize-inactive.xpm new file mode 100755 index 00000000..c1e4f68e --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/xfwm4/maximize-inactive.xpm @@ -0,0 +1,32 @@ +/* XPM */ +static char * maximize_inactive_xpm[] = { +"24 26 3 1", +" c None", +". c #505050", +"+ c #999999", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +"........................", +"........................", +"........................", +"........................", +".......+++++++++........", +".......+++++++++........", +".......++.....++........", +".......++.....++........", +".......++.....++........", +".......++.....++........", +".......++.....++........", +".......+++++++++........", +".......+++++++++........", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................"}; diff --git a/.themes/Libra-Dark-Gruvbox/xfwm4/maximize-prelight.xpm b/.themes/Libra-Dark-Gruvbox/xfwm4/maximize-prelight.xpm new file mode 100755 index 00000000..ebe96ca4 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/xfwm4/maximize-prelight.xpm @@ -0,0 +1,32 @@ +/* XPM */ +static char * maximize_prelight_xpm[] = { +"24 26 3 1", +" c None", +". c #505050", +"+ c #00B1FD", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +"........................", +"........................", +"........................", +"........................", +".......+++++++++........", +".......+++++++++........", +".......++.....++........", +".......++.....++........", +".......++.....++........", +".......++.....++........", +".......++.....++........", +".......+++++++++........", +".......+++++++++........", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................"}; diff --git a/.themes/Libra-Dark-Gruvbox/xfwm4/maximize-pressed.xpm b/.themes/Libra-Dark-Gruvbox/xfwm4/maximize-pressed.xpm new file mode 100755 index 00000000..20936c8b --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/xfwm4/maximize-pressed.xpm @@ -0,0 +1,32 @@ +/* XPM */ +static char * maximize_pressed_xpm[] = { +"24 26 3 1", +" c None", +". c #505050", +"+ c #0075FD", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +"........................", +"........................", +"........................", +"........................", +".......+++++++++........", +".......+++++++++........", +".......++.....++........", +".......++.....++........", +".......++.....++........", +".......++.....++........", +".......++.....++........", +".......+++++++++........", +".......+++++++++........", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................"}; diff --git a/.themes/Libra-Dark-Gruvbox/xfwm4/maximize-toggled-active.xpm b/.themes/Libra-Dark-Gruvbox/xfwm4/maximize-toggled-active.xpm new file mode 100755 index 00000000..7b5fcb52 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/xfwm4/maximize-toggled-active.xpm @@ -0,0 +1,32 @@ +/* XPM */ +static char * maximize_toggled_active_xpm[] = { +"24 26 3 1", +" c None", +". c #505050", +"+ c #0075FD", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +"........................", +"........................", +"........................", +"........................", +".......+++++++++........", +".......+++++++++........", +".......++.....++........", +".......++.....++........", +".......++.....++........", +".......++.....++........", +".......++.....++........", +".......+++++++++........", +".......+++++++++........", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................"}; diff --git a/.themes/Libra-Dark-Gruvbox/xfwm4/maximize-toggled-inactive.xpm b/.themes/Libra-Dark-Gruvbox/xfwm4/maximize-toggled-inactive.xpm new file mode 100755 index 00000000..df01b3d5 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/xfwm4/maximize-toggled-inactive.xpm @@ -0,0 +1,32 @@ +/* XPM */ +static char * maximize_toggled_inactive_xpm[] = { +"24 26 3 1", +" c None", +". c #505050", +"+ c #999999", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +"........................", +"........................", +"........................", +"........................", +".......+++++++++........", +".......+++++++++........", +".......++.....++........", +".......++.....++........", +".......++.....++........", +".......++.....++........", +".......++.....++........", +".......+++++++++........", +".......+++++++++........", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................"}; diff --git a/.themes/Libra-Dark-Gruvbox/xfwm4/maximize-toggled-prelight.xpm b/.themes/Libra-Dark-Gruvbox/xfwm4/maximize-toggled-prelight.xpm new file mode 100755 index 00000000..4fc5715e --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/xfwm4/maximize-toggled-prelight.xpm @@ -0,0 +1,32 @@ +/* XPM */ +static char * maximize_toggled_prelight_xpm[] = { +"24 26 3 1", +" c None", +". c #505050", +"+ c #00B1FD", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +"........................", +"........................", +"........................", +"........................", +".......+++++++++........", +".......+++++++++........", +".......++.....++........", +".......++.....++........", +".......++.....++........", +".......++.....++........", +".......++.....++........", +".......+++++++++........", +".......+++++++++........", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................"}; diff --git a/.themes/Libra-Dark-Gruvbox/xfwm4/maximize-toggled-pressed.xpm b/.themes/Libra-Dark-Gruvbox/xfwm4/maximize-toggled-pressed.xpm new file mode 100755 index 00000000..66fcde57 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/xfwm4/maximize-toggled-pressed.xpm @@ -0,0 +1,32 @@ +/* XPM */ +static char * maximize_toggled_pressed_xpm[] = { +"24 26 3 1", +" c None", +". c #505050", +"+ c #0075FD", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +"........................", +"........................", +"........................", +"........................", +".......+++++++++........", +".......+++++++++........", +".......++.....++........", +".......++.....++........", +".......++.....++........", +".......++.....++........", +".......++.....++........", +".......+++++++++........", +".......+++++++++........", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................"}; diff --git a/.themes/Libra-Dark-Gruvbox/xfwm4/right-active.xpm b/.themes/Libra-Dark-Gruvbox/xfwm4/right-active.xpm new file mode 100644 index 00000000..261a0511 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/xfwm4/right-active.xpm @@ -0,0 +1,10 @@ +/* XPM */ +static char * right_active_xpm[] = { +"3 5 2 1", +" c None", +". c #505050", +"...", +"...", +"...", +"...", +"..."}; diff --git a/.themes/Libra-Dark-Gruvbox/xfwm4/right-inactive.xpm b/.themes/Libra-Dark-Gruvbox/xfwm4/right-inactive.xpm new file mode 100644 index 00000000..6595971b --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/xfwm4/right-inactive.xpm @@ -0,0 +1,10 @@ +/* XPM */ +static char * right_inactive_xpm[] = { +"3 5 2 1", +" c None", +". c #505050", +"...", +"...", +"...", +"...", +"..."}; diff --git a/.themes/Libra-Dark-Gruvbox/xfwm4/themerc b/.themes/Libra-Dark-Gruvbox/xfwm4/themerc new file mode 100755 index 00000000..00ca146b --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/xfwm4/themerc @@ -0,0 +1,17 @@ +# Name: Libra xfwm4 theme +# Author: Dolkand +# License: GPL-3.0+ + +active_text_color=#efefef +inactive_text_color=#cecece +button_offset=5 +button_spacing=0 +show_app_icon=false +full_width_title=true +maximized_offset=0 +title_horizontal_offset=2 +title_shadow_active=false +title_shadow_inactive=false +title_vertical_offset_active=0 +title_vertical_offset_inactive=0 + diff --git a/.themes/Libra-Dark-Gruvbox/xfwm4/title-1-active.xpm b/.themes/Libra-Dark-Gruvbox/xfwm4/title-1-active.xpm new file mode 100755 index 00000000..89e20fa0 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/xfwm4/title-1-active.xpm @@ -0,0 +1,31 @@ +/* XPM */ +static char * title_1_active_xpm[] = { +"2 26 2 1", +" c None", +". c #505050", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +".."}; diff --git a/.themes/Libra-Dark-Gruvbox/xfwm4/title-1-inactive.xpm b/.themes/Libra-Dark-Gruvbox/xfwm4/title-1-inactive.xpm new file mode 100755 index 00000000..35f80206 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/xfwm4/title-1-inactive.xpm @@ -0,0 +1,31 @@ +/* XPM */ +static char * title_1_inactive_xpm[] = { +"2 26 2 1", +" c None", +". c #505050", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +".."}; diff --git a/.themes/Libra-Dark-Gruvbox/xfwm4/title-2-active.xpm b/.themes/Libra-Dark-Gruvbox/xfwm4/title-2-active.xpm new file mode 100755 index 00000000..a8376052 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/xfwm4/title-2-active.xpm @@ -0,0 +1,31 @@ +/* XPM */ +static char * title_2_active_xpm[] = { +"2 26 2 1", +" c None", +". c #505050", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +".."}; diff --git a/.themes/Libra-Dark-Gruvbox/xfwm4/title-2-inactive.xpm b/.themes/Libra-Dark-Gruvbox/xfwm4/title-2-inactive.xpm new file mode 100755 index 00000000..018ffa50 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/xfwm4/title-2-inactive.xpm @@ -0,0 +1,31 @@ +/* XPM */ +static char * title_2_inactive_xpm[] = { +"2 26 2 1", +" c None", +". c #505050", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +".."}; diff --git a/.themes/Libra-Dark-Gruvbox/xfwm4/title-3-active.xpm b/.themes/Libra-Dark-Gruvbox/xfwm4/title-3-active.xpm new file mode 100755 index 00000000..6500467a --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/xfwm4/title-3-active.xpm @@ -0,0 +1,31 @@ +/* XPM */ +static char * title_3_active_xpm[] = { +"2 26 2 1", +" c None", +". c #505050", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +".."}; diff --git a/.themes/Libra-Dark-Gruvbox/xfwm4/title-3-inactive.xpm b/.themes/Libra-Dark-Gruvbox/xfwm4/title-3-inactive.xpm new file mode 100755 index 00000000..b68df3ac --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/xfwm4/title-3-inactive.xpm @@ -0,0 +1,31 @@ +/* XPM */ +static char * title_3_inactive_xpm[] = { +"2 26 2 1", +" c None", +". c #505050", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +".."}; diff --git a/.themes/Libra-Dark-Gruvbox/xfwm4/title-4-active.xpm b/.themes/Libra-Dark-Gruvbox/xfwm4/title-4-active.xpm new file mode 100755 index 00000000..8f05565d --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/xfwm4/title-4-active.xpm @@ -0,0 +1,31 @@ +/* XPM */ +static char * title_4_active_xpm[] = { +"2 26 2 1", +" c None", +". c #505050", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +".."}; diff --git a/.themes/Libra-Dark-Gruvbox/xfwm4/title-4-inactive.xpm b/.themes/Libra-Dark-Gruvbox/xfwm4/title-4-inactive.xpm new file mode 100755 index 00000000..a712e5a2 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/xfwm4/title-4-inactive.xpm @@ -0,0 +1,31 @@ +/* XPM */ +static char * title_4_inactive_xpm[] = { +"2 26 2 1", +" c None", +". c #505050", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +".."}; diff --git a/.themes/Libra-Dark-Gruvbox/xfwm4/title-5-active.xpm b/.themes/Libra-Dark-Gruvbox/xfwm4/title-5-active.xpm new file mode 100755 index 00000000..fa1562ae --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/xfwm4/title-5-active.xpm @@ -0,0 +1,31 @@ +/* XPM */ +static char * title_5_active_xpm[] = { +"2 26 2 1", +" c None", +". c #505050", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +".."}; diff --git a/.themes/Libra-Dark-Gruvbox/xfwm4/title-5-inactive.xpm b/.themes/Libra-Dark-Gruvbox/xfwm4/title-5-inactive.xpm new file mode 100755 index 00000000..053021a6 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/xfwm4/title-5-inactive.xpm @@ -0,0 +1,31 @@ +/* XPM */ +static char * title_5_inactive_xpm[] = { +"2 26 2 1", +" c None", +". c #505050", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +"..", +".."}; diff --git a/.themes/Libra-Dark-Gruvbox/xfwm4/top-left-active.xpm b/.themes/Libra-Dark-Gruvbox/xfwm4/top-left-active.xpm new file mode 100755 index 00000000..304f6dd4 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/xfwm4/top-left-active.xpm @@ -0,0 +1,31 @@ +/* XPM */ +static char * top_left_active_xpm[] = { +"5 26 2 1", +" c None", +". c #505050", +" ...", +" ....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +"....."}; diff --git a/.themes/Libra-Dark-Gruvbox/xfwm4/top-left-inactive.xpm b/.themes/Libra-Dark-Gruvbox/xfwm4/top-left-inactive.xpm new file mode 100755 index 00000000..58ba3fc9 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/xfwm4/top-left-inactive.xpm @@ -0,0 +1,31 @@ +/* XPM */ +static char * top_left_inactive_xpm[] = { +"5 26 2 1", +" c None", +". c #505050", +" ...", +" ....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +"....."}; diff --git a/.themes/Libra-Dark-Gruvbox/xfwm4/top-right-active.xpm b/.themes/Libra-Dark-Gruvbox/xfwm4/top-right-active.xpm new file mode 100755 index 00000000..aeaed2c4 --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/xfwm4/top-right-active.xpm @@ -0,0 +1,31 @@ +/* XPM */ +static char * top_right_active_xpm[] = { +"5 26 2 1", +" c None", +". c #505050", +"... ", +".... ", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +"....."}; diff --git a/.themes/Libra-Dark-Gruvbox/xfwm4/top-right-inactive.xpm b/.themes/Libra-Dark-Gruvbox/xfwm4/top-right-inactive.xpm new file mode 100755 index 00000000..bef435ba --- /dev/null +++ b/.themes/Libra-Dark-Gruvbox/xfwm4/top-right-inactive.xpm @@ -0,0 +1,31 @@ +/* XPM */ +static char * top_right_inactive_xpm[] = { +"5 26 2 1", +" c None", +". c #505050", +"... ", +".... ", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +"....."}; diff --git a/.themes/arc-gruvbox/gtk-2.0/assets.svg b/.themes/arc-gruvbox/gtk-2.0/assets.svg new file mode 100644 index 00000000..ff04d6c1 --- /dev/null +++ b/.themes/arc-gruvbox/gtk-2.0/assets.svg @@ -0,0 +1,6235 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:osb="http://www.openswatchbook.org/uri/2009/osb" + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="507" + height="416" + id="svg9892" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="assets.svg"> + <defs + id="defs9894"> + <linearGradient + id="linearGradient6614"> + <stop + style="stop-color:#cfd6e6;stop-opacity:1;" + offset="0" + id="stop6616" /> + </linearGradient> + <linearGradient + id="linearGradient5167"> + <stop + style="stop-color:#cfd6e6;stop-opacity:1;" + offset="0" + id="stop5169" /> + </linearGradient> + <linearGradient + id="linearGradient5117"> + <stop + style="stop-color:#cfd6e6;stop-opacity:1;" + offset="0" + id="stop5119" /> + </linearGradient> + <linearGradient + id="linearGradient5037"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop5039" /> + </linearGradient> + <linearGradient + id="selected_fg_color" + osb:paint="solid"> + <stop + style="stop-color:#ffffffgit;stop-opacity:1;" + offset="0" + id="stop5018" /> + </linearGradient> + <linearGradient + id="linearGradient5015"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop5017" /> + </linearGradient> + <linearGradient + id="linearGradient5046"> + <stop + style="stop-color:#458588;stop-opacity:1;" + offset="0" + id="stop5048" /> + </linearGradient> + <linearGradient + id="linearGradient5035"> + <stop + style="stop-color:#458588;stop-opacity:1;" + offset="0" + id="stop5037" /> + </linearGradient> + <linearGradient + id="linearGradient5019"> + <stop + style="stop-color:#458588;stop-opacity:1;" + offset="0" + id="stop5021" /> + </linearGradient> + <linearGradient + id="linearGradient5013"> + <stop + style="stop-color:#458588;stop-opacity:1;" + offset="0" + id="stop5015" /> + </linearGradient> + <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#458588;stop-opacity:1;" + offset="0" + id="stop5012" /> + </linearGradient> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath4466"> + <rect + style="opacity:0.55800003;fill:#ff1111;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="rect4468" + width="21" + height="25.999998" + x="-18" + y="-280.63782" + transform="scale(-1,1)" /> + </clipPath> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath4470"> + <rect + style="display:inline;opacity:0.55800003;fill:#ff1111;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="rect4472" + width="21" + height="25.999998" + x="-52" + y="-280.63782" + transform="scale(-1,1)" /> + </clipPath> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath4480"> + <rect + style="display:inline;opacity:0.55800003;fill:#ff1111;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="rect4482" + width="21" + height="25.999998" + x="-86" + y="-280.63782" + transform="scale(-1,1)" /> + </clipPath> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath4466-9"> + <rect + style="opacity:0.55800003;fill:#ff1111;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="rect4468-0" + width="21" + height="25.999998" + x="-18" + y="-280.63782" + transform="scale(-1,1)" /> + </clipPath> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath4470-7"> + <rect + style="display:inline;opacity:0.55800003;fill:#ff1111;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="rect4472-6" + width="21" + height="25.999998" + x="-52" + y="-280.63782" + transform="scale(-1,1)" /> + </clipPath> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath4480-0"> + <rect + style="display:inline;opacity:0.55800003;fill:#ff1111;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="rect4482-5" + width="21" + height="25.999998" + x="-86" + y="-280.63782" + transform="scale(-1,1)" /> + </clipPath> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath4675"> + <rect + style="opacity:0.63999999;fill:#ff1616;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="rect4677" + width="21" + height="26" + x="2" + y="-280.63782" + rx="0" + ry="0" /> + </clipPath> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath4685"> + <rect + style="display:inline;opacity:0.63999999;fill:#ff1616;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="rect4687" + width="21" + height="26" + x="70" + y="-280.63782" + rx="0" + ry="0" /> + </clipPath> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath4695"> + <rect + style="display:inline;opacity:0.63999999;fill:#ff1616;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="rect4697" + width="21" + height="26" + x="104" + y="-280.63782" + rx="0" + ry="0" /> + </clipPath> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath4466-1"> + <rect + style="opacity:0.55800003;fill:#ff1111;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="rect4468-6" + width="21" + height="25.999998" + x="-18" + y="-280.63782" + transform="scale(-1,1)" /> + </clipPath> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath4470-6"> + <rect + style="display:inline;opacity:0.55800003;fill:#ff1111;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="rect4472-5" + width="21" + height="25.999998" + x="-52" + y="-280.63782" + transform="scale(-1,1)" /> + </clipPath> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath4480-4"> + <rect + style="display:inline;opacity:0.55800003;fill:#ff1111;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="rect4482-52" + width="21" + height="25.999998" + x="-86" + y="-280.63782" + transform="scale(-1,1)" /> + </clipPath> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath4466-9-0"> + <rect + style="opacity:0.55800003;fill:#ff1111;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="rect4468-0-6" + width="21" + height="25.999998" + x="-18" + y="-280.63782" + transform="scale(-1,1)" /> + </clipPath> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath4470-7-0"> + <rect + style="display:inline;opacity:0.55800003;fill:#ff1111;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="rect4472-6-3" + width="21" + height="25.999998" + x="-52" + y="-280.63782" + transform="scale(-1,1)" /> + </clipPath> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath4480-0-0"> + <rect + style="display:inline;opacity:0.55800003;fill:#ff1111;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="rect4482-5-1" + width="21" + height="25.999998" + x="-86" + y="-280.63782" + transform="scale(-1,1)" /> + </clipPath> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath4675-4"> + <rect + style="opacity:0.63999999;fill:#ff1616;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="rect4677-6" + width="21" + height="26" + x="2" + y="-280.63782" + rx="0" + ry="0" /> + </clipPath> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath4685-4"> + <rect + style="display:inline;opacity:0.63999999;fill:#ff1616;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="rect4687-7" + width="21" + height="26" + x="70" + y="-280.63782" + rx="0" + ry="0" /> + </clipPath> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath4695-6"> + <rect + style="display:inline;opacity:0.63999999;fill:#ff1616;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="rect4697-3" + width="21" + height="26" + x="104" + y="-280.63782" + rx="0" + ry="0" /> + </clipPath> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath4407"> + <rect + style="opacity:0.57900002;fill:#66a1dc;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="rect4409" + width="10" + height="13.000003" + x="13" + y="-267.63782" /> + </clipPath> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath4413"> + <rect + style="opacity:0.57900002;fill:#66a1dc;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="rect4415" + width="10" + height="13" + x="13" + y="-280.63782" /> + </clipPath> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath4407-2"> + <rect + style="opacity:0.57900002;fill:#66a1dc;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="rect4409-7" + width="10" + height="13.000003" + x="13" + y="-267.63782" /> + </clipPath> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath4413-2"> + <rect + style="opacity:0.57900002;fill:#66a1dc;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="rect4415-8" + width="10" + height="13" + x="13" + y="-280.63782" /> + </clipPath> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath4407-1"> + <rect + style="opacity:0.57900002;fill:#66a1dc;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="rect4409-1" + width="10" + height="13.000003" + x="13" + y="-267.63782" /> + </clipPath> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath4413-9"> + <rect + style="opacity:0.57900002;fill:#66a1dc;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="rect4415-6" + width="10" + height="13" + x="13" + y="-280.63782" /> + </clipPath> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath4407-2-4"> + <rect + style="opacity:0.57900002;fill:#66a1dc;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="rect4409-7-6" + width="10" + height="13.000003" + x="13" + y="-267.63782" /> + </clipPath> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath4413-2-6"> + <rect + style="opacity:0.57900002;fill:#66a1dc;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="rect4415-8-6" + width="10" + height="13" + x="13" + y="-280.63782" /> + </clipPath> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath6057"> + <rect + style="opacity:0.37700004;fill:#ff2121;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="rect6059" + width="30" + height="30" + x="0" + y="1022.3622" /> + </clipPath> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath6057-7"> + <rect + style="opacity:0.37700004;fill:#ff2121;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="rect6059-0" + width="30" + height="30" + x="0" + y="1022.3622" /> + </clipPath> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath6057-4"> + <rect + style="opacity:0.37700004;fill:#ff2121;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="rect6059-1" + width="30" + height="30" + x="0" + y="1022.3622" /> + </clipPath> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath6057-9"> + <rect + style="opacity:0.37700004;fill:#ff2121;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="rect6059-04" + width="30" + height="30" + x="0" + y="1022.3622" /> + </clipPath> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath6162"> + <rect + style="opacity:1;fill:#ad4242;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="rect6164" + width="24" + height="32" + x="407" + y="111" /> + </clipPath> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient5014" + x1="44" + y1="-279.63782" + x2="44" + y2="-255.63782" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient5017" + x1="44" + y1="-279.63782" + x2="44" + y2="-255.63782" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient5023" + x1="43.500004" + y1="-279.63782" + x2="43.500004" + y2="-255.63782" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient5025" + x1="43.500004" + y1="-279.63782" + x2="43.500004" + y2="-255.63782" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient5027" + x1="43.500004" + y1="-279.63782" + x2="43.500004" + y2="-255.63782" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient5029" + x1="43.500004" + y1="-279.63782" + x2="43.500004" + y2="-255.63782" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient5031" + x1="44.000004" + y1="-279.63782" + x2="44.000004" + y2="-255.63782" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient5033" + x1="44" + y1="-279.63782" + x2="44" + y2="-255.63782" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient5039" + x1="220" + y1="281" + x2="220" + y2="287" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient5041" + x1="220" + y1="281" + x2="220" + y2="287" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient5043" + x1="220" + y1="281" + x2="220" + y2="286" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient5045" + x1="220" + y1="281" + x2="220" + y2="286" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient5047" + x1="247.50018" + y1="-27.637819" + x2="247.50018" + y2="-12.637819" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient5049" + x1="-54.637817" + y1="-235.00018" + x2="-54.637817" + y2="-227.00018" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient5051" + x1="231.00018" + y1="-82.637817" + x2="231.00018" + y2="-74.637817" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient5053" + x1="240.5" + y1="-154.63782" + x2="240.5" + y2="-129.63782" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient5055" + x1="66.303246" + y1="126.56255" + x2="66.303246" + y2="155.48167" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient5057" + x1="66.294228" + y1="126.56255" + x2="66.294228" + y2="155.48166" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient5059" + x1="25" + y1="31.36219" + x2="25" + y2="45.36219" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient5061" + x1="25" + y1="31.36219" + x2="25" + y2="45.36219" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient5063" + x1="124.5" + y1="6.362186" + x2="124.5" + y2="11.362186" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient5065" + x1="10.853486" + y1="1033.7155" + x2="10.853486" + y2="1035.7155" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient5067" + x1="12.353486" + y1="1027.7155" + x2="12.353486" + y2="1035.7155" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient5069" + x1="66.294228" + y1="126.56255" + x2="66.294228" + y2="155.48166" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient5071" + x1="67.352715" + y1="128.6282" + x2="67.352715" + y2="155.48167" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient5073" + x1="25.500004" + y1="32.362198" + x2="25.500004" + y2="45.36219" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient5075" + x1="25.121305" + y1="32.447998" + x2="25.121305" + y2="45.447994" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient5050" + x1="247.50018" + y1="-27.637819" + x2="247.50018" + y2="-12.637819" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient5020" + x1="257.5" + y1="-152.63782" + x2="257.5" + y2="-137.63782" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient5021" + x1="124" + y1="6.3621826" + x2="124" + y2="10.362183" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient5024" + x1="124" + y1="6.3621826" + x2="124" + y2="10.362183" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient5026" + x1="44.09375" + y1="64.78125" + x2="44.09375" + y2="71.875" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient5028" + x1="10.5" + y1="1033.3622" + x2="10.5" + y2="1035.3622" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient5030" + x1="12" + y1="1027.3622" + x2="12" + y2="1035.3622" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient5032" + x1="67.352711" + y1="128.6282" + x2="67.352711" + y2="155.48167" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient5034" + x1="25.121305" + y1="32.447997" + x2="25.121305" + y2="45.447993" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient5036" + x1="11.134645" + y1="1027.2825" + x2="11.134645" + y2="1035.3037" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient5038" + x1="123.99802" + y1="5.6698766" + x2="123.99802" + y2="11.054492" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient5040" + x1="124.5" + y1="6.362186" + x2="124.5" + y2="11.362186" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient5042" + x1="10.853486" + y1="1033.7155" + x2="10.853486" + y2="1035.7154" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient5044" + x1="12.353486" + y1="1027.7155" + x2="12.353486" + y2="1035.7154" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient5048" + x1="188.98808" + y1="750.97589" + x2="188.98808" + y2="758.40625" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient5121" + x1="51.5" + y1="-278.63782" + x2="51.5" + y2="-256.63782" + gradientUnits="userSpaceOnUse" /> + <linearGradient + gradientTransform="translate(0,-5.2171875e-6)" + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient5121-2" + x1="51.5" + y1="-278.63782" + x2="51.5" + y2="-256.63782" + gradientUnits="userSpaceOnUse" /> + <linearGradient + gradientTransform="translate(-103,-5.2171875e-6)" + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient5121-9" + x1="51.5" + y1="-278.63782" + x2="51.5" + y2="-256.63782" + gradientUnits="userSpaceOnUse" /> + <linearGradient + gradientTransform="translate(-103,-5.234375e-6)" + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient5121-0" + x1="51.5" + y1="-278.63782" + x2="51.5" + y2="-256.63782" + gradientUnits="userSpaceOnUse" /> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath4466-3"> + <rect + style="opacity:0.55800003;fill:#ff1111;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="rect4468-5" + width="21" + height="25.999998" + x="-18" + y="-280.63782" + transform="scale(-1,1)" /> + </clipPath> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath4466-3-1"> + <rect + style="opacity:0.55800003;fill:#ff1111;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="rect4468-5-9" + width="21" + height="25.999998" + x="-18" + y="-280.63782" + transform="scale(-1,1)" /> + </clipPath> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient5171" + x1="9.5" + y1="-279.63782" + x2="9.5" + y2="-255.63782" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient6618" + x1="17.5" + y1="-279.13782" + x2="17.5" + y2="-256.13782" + gradientUnits="userSpaceOnUse" /> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath4466-3-1-0"> + <rect + style="opacity:0.55800003;fill:#ff1111;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="rect4468-5-9-1" + width="21" + height="25.999998" + x="-18" + y="-280.63782" + transform="scale(-1,1)" /> + </clipPath> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient5171-1" + x1="9.5" + y1="-279.63782" + x2="9.5" + y2="-255.63782" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient6618-1" + x1="17.5" + y1="-279.13782" + x2="17.5" + y2="-256.13782" + gradientUnits="userSpaceOnUse" /> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath4466-3-8"> + <rect + style="opacity:0.55800003;fill:#ff1111;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="rect4468-5-7" + width="21" + height="25.999998" + x="-18" + y="-280.63782" + transform="scale(-1,1)" /> + </clipPath> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="1.4142135" + inkscape:cx="205.16573" + inkscape:cy="193.28696" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + showborder="false" + inkscape:window-width="1366" + inkscape:window-height="720" + inkscape:window-x="0" + inkscape:window-y="25" + inkscape:window-maximized="1" + inkscape:snap-nodes="true" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:snap-global="true" + showguides="false" + inkscape:guide-bbox="true" + inkscape:bbox-nodes="true" + inkscape:object-nodes="true" + inkscape:snap-bbox-midpoints="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:snap-bbox-edge-midpoints="true"> + <inkscape:grid + type="xygrid" + id="grid10919" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" + originx="7" + originy="-920" /> + <sodipodi:guide + orientation="1,0" + position="378.875,-145.75" + id="guide8384" /> + </sodipodi:namedview> + <metadata + id="metadata9897"> + <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:groupmode="layer" + id="layer3" + inkscape:label="superbackdrop" + style="display:inline" + transform="translate(7,283.63782)" + sodipodi:insensitive="true"> + <rect + ry="0" + rx="0" + y="-132.36218" + x="-7" + height="416" + width="507" + id="rect18028" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#f5f6f7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.99999994;marker:none;enable-background:accumulate" + transform="scale(1,-1)" /> + </g> + <g + inkscape:label="assets" + inkscape:groupmode="layer" + id="layer1" + style="display:inline" + transform="translate(7,283.63782)"> + <g + inkscape:label="#g10801" + transform="matrix(1.9947791,0,0,1.9939719,354.38167,165.09433)" + id="sjhgfjsgf" /> + <g + id="button" + inkscape:label="#g9335"> + <rect + rx="1" + y="-278.63782" + x="-1" + height="21.999998" + width="22" + id="rect7903" + style="opacity:1;fill:#fcfdfd;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" + ry="1" /> + <rect + rx="2" + inkscape:transform-center-y="0.42353254" + inkscape:transform-center-x="-4.6588025" + y="-279.13782" + x="-1.5" + height="23" + width="23" + id="rect7903-7" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#cfd6e6;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + ry="2" /> + <rect + y="-279.63782" + x="-3" + height="23.999998" + width="26" + id="rect9321" + style="opacity:0.13300003;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + </g> + <g + id="button-hover" + inkscape:label="#g9350"> + <rect + ry="1" + rx="1" + y="-278.63782" + x="33" + height="21.999998" + width="22" + id="rect7903-2" + style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" /> + <rect + ry="2" + rx="2" + inkscape:transform-center-y="0.42353254" + inkscape:transform-center-x="-4.6588025" + y="-279.13782" + x="32.5" + height="23" + width="23" + id="rect7903-7-3" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#cfd6e6;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <rect + y="-279.63782" + x="31" + height="24" + width="26" + id="rect9321-0" + style="display:inline;opacity:0.13300003;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + </g> + <g + id="button-insensitive" + inkscape:label="#g9365"> + <rect + ry="1" + rx="1" + y="-278.63782" + x="67" + height="21.999998" + width="22" + id="rect7903-6" + style="opacity:1;fill:#fbfcfc;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" /> + <rect + ry="2" + rx="2" + inkscape:transform-center-y="0.42353254" + inkscape:transform-center-x="-4.6588025" + y="-279.13782" + x="66.5" + height="23" + width="23" + id="rect7903-7-2" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#e2e7ef;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <rect + y="-279.63782" + x="65" + height="23.999998" + width="26" + id="rect9321-09" + style="display:inline;opacity:0.13300003;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + </g> + <g + id="button-active" + inkscape:label="#g9380"> + <rect + ry="1.5" + rx="1.5" + y="-278.63782" + x="101" + height="21.999998" + width="22" + id="rect7903-21" + style="opacity:1;fill:#d3d8e2;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" /> + <rect + ry="2" + rx="2" + inkscape:transform-center-y="-0.42353254" + inkscape:transform-center-x="-4.6588025" + y="256.13782" + x="100.5" + height="23" + width="23" + id="rect7903-7-22" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#b7c0d3;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + transform="scale(1,-1)" /> + <rect + y="-279.63782" + x="99" + height="24.000002" + width="26" + id="rect9321-2" + style="display:inline;opacity:0.13300003;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + </g> + <g + style="display:inline" + transform="translate(214,-1319)" + id="menu-checkbox-unchecked" + inkscape:label="Ebene 1"> + <g + inkscape:label="#g22047" + id="checkbox-unchecked-49" + style="display:inline;opacity:1" + transform="translate(-19,1036.9872)"> + <g + id="sdsd-1" + inkscape:label="#g21853"> + <path + sodipodi:nodetypes="ssssssssssssssssss" + inkscape:connector-curvature="0" + id="rect21848-6" + d="m 20.857147,2.375005 c -1.028857,0 -1.857142,0.8282854 -1.857142,1.8571422 l 0,9.2857108 c 0,1.028857 0.828285,1.857142 1.857142,1.857142 l 9.285711,0 C 31.171715,15.375 32,14.546715 32,13.517858 L 32,4.2321472 C 32,3.2032904 31.171715,2.375005 30.142858,2.375005 Z M 21,3.375 l 9,0 c 0.514428,0 1,0.4855716 1,1 l 0,9 c 0,0.514428 -0.485588,1.004019 -1,1 L 20.857142,14.30357 C 20.34273,14.299552 20,13.889428 20,13.375 l 0,-9 c 0,-0.5144284 0.485572,-1 1,-1 z" + style="opacity:1;fill:#cfd6e6;fill-opacity:1;stroke:#cfd6e6;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <g + transform="translate(0,-30)" + inkscape:label="#g14325" + id="scdsdcd-69"> + <g + transform="matrix(0.92951982,0,0,0.92914368,-156.75069,-212.9618)" + id="g15812-6-6-1-10" + style="display:inline"> + <g + style="display:inline" + id="g5489-2-9-6-8-8-6" + transform="matrix(0.5089163,0,0,0.51739823,161.7932,197.56426)"> + <g + id="g5428-8-1-4-0-0-3" /> + </g> + </g> + <g + id="g5400-3"> + <rect + transform="translate(-2.0348579e-6,4.7858158e-6)" + rx="1" + y="33.375004" + x="20.000006" + height="10.987178" + width="10.999995" + id="rect5147-9-1-5-7-6-55" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + ry="0.99999994" /> + </g> + </g> + </g> + </g> + </g> + <g + style="display:inline;opacity:0.55" + transform="translate(229,-1319)" + id="menu-checkbox-unchecked-insensitive" + inkscape:label="Ebene 1"> + <g + inkscape:label="#g22047" + id="checkbox-unchecked-2-0" + style="display:inline;opacity:1" + transform="translate(-19,1036.9872)"> + <g + id="sdsd-3-0" + inkscape:label="#g21853"> + <path + sodipodi:nodetypes="ssssssssssssssssss" + inkscape:connector-curvature="0" + id="rect21848-3-1" + d="m 20.857147,2.375005 c -1.028857,0 -1.857142,0.8282854 -1.857142,1.8571422 l 0,9.2857108 c 0,1.028857 0.828285,1.857142 1.857142,1.857142 l 9.285711,0 C 31.171715,15.375 32,14.546715 32,13.517858 L 32,4.2321472 C 32,3.2032904 31.171715,2.375005 30.142858,2.375005 Z M 21,3.375 l 9,0 c 0.514428,0 1,0.4855716 1,1 l 0,9 c 0,0.514428 -0.485588,1.004019 -1,1 L 20.857142,14.30357 C 20.34273,14.299552 20,13.889428 20,13.375 l 0,-9 c 0,-0.5144284 0.485572,-1 1,-1 z" + style="opacity:1;fill:#cfd6e6;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <g + transform="translate(0,-30)" + inkscape:label="#g14325" + id="scdsdcd-1-9"> + <g + transform="matrix(0.92951982,0,0,0.92914368,-156.75069,-212.9618)" + id="g15812-6-6-1-0-0" + style="display:inline"> + <g + style="display:inline" + id="g5489-2-9-6-8-8-0-1" + transform="matrix(0.5089163,0,0,0.51739823,161.7932,197.56426)"> + <g + id="g5428-8-1-4-0-0-5-9" /> + </g> + </g> + <g + id="g5400-0-5"> + <rect + transform="translate(-2.0348579e-6,4.7858158e-6)" + rx="1" + y="33.375004" + x="20.000006" + height="10.987178" + width="10.999995" + id="rect5147-9-1-5-7-6-0-8" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + ry="0.99999994" /> + </g> + </g> + </g> + </g> + </g> + <g + transform="translate(208.37869,-282.08594)" + style="display:inline;opacity:1" + id="menu-checkbox-checked" + inkscape:label="#g10758"> + <g + inkscape:label="#g22047" + id="checkbox-unchecked-5-8" + style="display:inline" + transform="translate(19,0)"> + <g + id="sdsd-7-9" + inkscape:label="#g21853"> + <g + transform="translate(0,-30)" + inkscape:label="#g14325" + id="scdsdcd-5-83"> + <g + transform="matrix(0.92951982,0,0,0.92914368,-156.75069,-212.9618)" + id="g15812-6-6-1-5-9" + style="display:inline"> + <g + style="display:inline" + id="g5489-2-9-6-8-8-53-42" + transform="matrix(0.5089163,0,0,0.51739823,161.7932,197.56426)"> + <g + id="g5428-8-1-4-0-0-4-4" /> + </g> + </g> + <g + id="g5400-6-55"> + <rect + rx="1.9999942" + y="32.448002" + x="18.621313" + height="12.999986" + width="12.999983" + id="rect5147-9-1-5-7-6-7-2" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient5075);fill-opacity:1.0;stroke:#000000;stroke-width:0;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.9999917" /> + </g> + </g> + </g> + </g> + <g + inkscape:label="Ebene 1" + id="checkbox-checked-dark-7-1" + transform="translate(36,-1036)" + style="display:inline"> + <g + id="g3981-6-4-7" + 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-6" + transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,727.94436,295.31123)"> + <g + id="g4056-7-3" + transform="translate(12.374375,11.531233)"> + <g + id="g3981-0-31" + transform="translate(-3,-4.9999826)" + style="fill:#3b3c3e;fill-opacity:1"> + <rect + ry="0.66666085" + rx="0.66666085" + y="1033.7155" + x="8.3534861" + height="1.9999826" + width="5" + id="rect3977-39-88" + style="fill:url(#linearGradient5042);fill-opacity:1;stroke:none" /> + <rect + ry="0" + y="1027.7155" + x="11.353486" + height="7.9999828" + width="2" + id="rect3979-7-8" + style="fill:url(#linearGradient5044);fill-opacity:1;stroke:none" /> + </g> + <rect + style="fill:#eeeeee;fill-opacity:0;stroke:none" + id="rect4047-81-8" + width="3" + height="1" + x="5" + y="-8" + transform="translate(0,1036.3622)" /> + </g> + </g> + </g> + </g> + <g + transform="translate(115,-267.00013)" + style="display:inline;opacity:1" + id="menu-radio-unchecked" + inkscape:label="#g10975"> + <path + inkscape:connector-curvature="0" + id="path10940-8" + d="m 99.000005,8.862187 c 0,3.589846 2.910155,6.499996 6.499995,6.499996 3.58985,0 6.5,-2.91015 6.5,-6.499996 0,-3.5898455 -2.91015,-6.4999958 -6.5,-6.4999958 -3.58984,0 -6.499995,2.9101503 -6.499995,6.4999958 z M 100,8.7764737 c 0,-3.0865694 2.41343,-5.4142875 5.5,-5.4142875 3.08657,0 5.5,2.4134314 5.5,5.5000008 0,3.08657 -2.41343,5.485712 -5.5,5.485712 -3.08657,0 -5.5,-2.484855 -5.5,-5.5714253 z" + style="opacity:1;fill:#cfd6e6;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + sodipodi:nodetypes="ssssssssss" /> + <g + id="g10964-19"> + <g + style="display:inline" + id="radio-unchecked2-82" + transform="matrix(0.93617253,0,0,0.93566004,-96.78315,-244.76084)" + inkscape:label="#g15805"> + <g + id="g7025-16"> + <g + style="display:inline" + id="g5489-2-9-3-0" + transform="matrix(0.5089163,0,0,0.51739823,181.7932,197.56426)"> + <g + id="g5428-8-1-7-9"> + <rect + ry="13.246163" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#999999;stroke-width:0;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-7-4" + width="23.088213" + height="22.722145" + x="55.817558" + y="130.69385" + rx="13.224191" /> + </g> + </g> + </g> + </g> + </g> + </g> + <g + transform="translate(128,-267.00012)" + style="display:inline;opacity:1" + id="menu-radio-checked" + inkscape:label="#g11094"> + <g + transform="translate(19.004264,-4.6992607e-6)" + inkscape:label="#g10975" + id="radio-unchecked-2-7" + style="display:inline"> + <g + id="g10964-6-9"> + <g + inkscape:label="#g15805" + transform="matrix(0.93617253,0,0,0.93566004,-96.78315,-244.76084)" + id="radio-unchecked2-0-1" + style="display:inline"> + <g + id="g7025-09-3"> + <g + transform="matrix(0.5089163,0,0,0.51739823,181.7932,197.56426)" + id="g5489-2-9-3-2-1" + style="display:inline"> + <g + id="g5428-8-1-7-5-7"> + <rect + rx="13.643032" + y="128.6282" + x="53.709679" + height="26.85346" + width="27.286064" + id="rect5147-9-1-7-2-8" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient5071);fill-opacity:1.0;fill-rule:nonzero;stroke:#999999;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + ry="13.42673" /> + </g> + </g> + </g> + </g> + </g> + </g> + <rect + rx="2.5" + y="6.362186" + x="122" + height="5" + width="5" + id="use15101-5-7-8" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient5040);fill-opacity:1;stroke:none;stroke-width:2.08838987;marker:none;enable-background:accumulate" + ry="2.5" /> + </g> + <g + transform="translate(223.99999,-282.00013)" + style="display:inline;opacity:0.55" + id="menu-checkbox-checked-insensitive" + inkscape:label="#g10758"> + <g + inkscape:label="#g22047" + id="checkbox-unchecked-5-9-1" + style="display:inline" + transform="translate(19,0)"> + <g + id="sdsd-7-5-5" + inkscape:label="#g21853"> + <g + transform="translate(0,-30)" + inkscape:label="#g14325" + id="scdsdcd-5-1-7"> + <g + transform="matrix(0.92951982,0,0,0.92914368,-156.75069,-212.9618)" + id="g15812-6-6-1-5-1-5" + style="display:inline"> + <g + style="display:inline" + id="g5489-2-9-6-8-8-53-16-8" + transform="matrix(0.5089163,0,0,0.51739823,161.7932,197.56426)"> + <g + id="g5428-8-1-4-0-0-4-1-8" /> + </g> + </g> + <g + id="g5400-6-7-5"> + <rect + rx="1.9999943" + y="32.362202" + x="19.000011" + height="12.999986" + width="12.999984" + id="rect5147-9-1-5-7-6-7-1-8" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:url(#linearGradient5073);fill-opacity:1.0;stroke:#000000;stroke-width:0;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.9999917" /> + </g> + </g> + </g> + </g> + <g + inkscape:label="Ebene 1" + id="checkbox-checked-dark-7-4-6" + transform="translate(36,-1036)" + style="display:inline"> + <g + id="g3981-6-4-97-3" + 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-3-9" + transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,727.94436,295.31123)"> + <g + id="g4056-7-07-7" + transform="translate(12.374375,11.531233)"> + <g + id="g3981-0-3-4" + transform="translate(-3,-4.9999826)" + style="fill:#3b3c3e;fill-opacity:1"> + <path + style="opacity:1;fill:url(#linearGradient5036);fill-opacity:1;stroke:none" + d="m 11.63183,1027.2825 0,6.0104 -3.0052035,0 0,1.9888 3.0052035,0 2.010834,0.022 -0.0221,-2.0109 0.0221,-5.9883 -2.010834,-0.022 z" + id="rect3977-39-1-0" + inkscape:connector-curvature="0" /> + </g> + <rect + style="fill:#eeeeee;fill-opacity:0;stroke:none" + id="rect4047-81-1-58" + width="3" + height="1" + x="5" + y="-8" + transform="translate(0,1036.3622)" /> + </g> + </g> + </g> + </g> + <g + transform="matrix(0.92826431,0,0,0.92857155,153.39707,-265.90282)" + style="display:inline;opacity:0.55" + id="menu-radio-checked-insensitive" + inkscape:label="#g11094"> + <g + transform="translate(19.004264,-4.6992607e-6)" + inkscape:label="#g10975" + id="radio-unchecked-2-8-1" + style="display:inline"> + <g + id="g10964-6-4-9"> + <g + inkscape:label="#g15805" + transform="matrix(0.93617253,0,0,0.93566004,-96.78315,-244.76084)" + id="radio-unchecked2-0-6-2" + style="display:inline"> + <g + id="g7025-09-1-7"> + <g + transform="matrix(0.5089163,0,0,0.51739823,181.7932,197.56426)" + id="g5489-2-9-3-2-71-0" + style="display:inline"> + <g + id="g5428-8-1-7-5-8-1"> + <rect + rx="14.692498" + y="126.56255" + x="51.601727" + height="28.919104" + width="29.384996" + id="rect5147-9-1-7-2-0-6" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:url(#linearGradient5069);fill-opacity:1.0;fill-rule:nonzero;stroke:#999999;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + ry="14.459552" /> + </g> + </g> + </g> + </g> + </g> + </g> + <rect + rx="2.6931982" + y="5.6698766" + x="121.30482" + height="5.3846149" + width="5.3863964" + id="use15101-5-7-2-3" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:url(#linearGradient5038);fill-opacity:1;stroke:none;stroke-width:2.08838987;marker:none;enable-background:accumulate" + ry="2.6923075" /> + </g> + <g + transform="translate(130,-267.00013)" + style="display:inline;opacity:0.55" + id="menu-radio-unchecked-insensitive" + inkscape:label="#g10975"> + <path + inkscape:connector-curvature="0" + id="path10940-4-9" + d="m 99.000005,8.862187 c 0,3.589846 2.910155,6.499996 6.499995,6.499996 3.58985,0 6.5,-2.91015 6.5,-6.499996 0,-3.5898455 -2.91015,-6.4999958 -6.5,-6.4999958 -3.58984,0 -6.499995,2.9101503 -6.499995,6.4999958 z M 100,8.7764737 c 0,-3.0865694 2.41343,-5.4142875 5.5,-5.4142875 3.08657,0 5.5,2.4134314 5.5,5.5000008 0,3.08657 -2.41343,5.485712 -5.5,5.485712 -3.08657,0 -5.5,-2.484855 -5.5,-5.5714253 z" + style="opacity:1;fill:#cfd6e6;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + sodipodi:nodetypes="ssssssssss" /> + <g + id="g10964-66-0"> + <g + style="display:inline" + id="radio-unchecked2-8-4" + transform="matrix(0.93617253,0,0,0.93566004,-96.78315,-244.76084)" + inkscape:label="#g15805"> + <g + id="g7025-1-8"> + <g + style="display:inline" + id="g5489-2-9-3-9-2" + transform="matrix(0.5089163,0,0,0.51739823,181.7932,197.56426)"> + <g + id="g5428-8-1-7-6-8"> + <rect + ry="13.246163" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#999999;stroke-width:0;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-7-5-3" + width="23.088213" + height="22.722145" + x="55.817558" + y="130.69385" + rx="13.224191" /> + </g> + </g> + </g> + </g> + </g> + </g> + <g + transform="translate(265,-282.00012)" + style="display:inline;opacity:1" + id="checkbox-unchecked" + inkscape:label="#g22047"> + <g + inkscape:label="#g21853" + id="sdsd-70-5"> + <path + style="opacity:1;fill:#cfd6e6;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="m 20,1.375 c -1.108,0 -2,0.892 -2,2 l 0,10 c 0,1.108 0.892,2 2,2 l 10,0 c 1.108,0 2,-0.892 2,-2 l 0,-10 c 0,-1.108 -0.892,-2 -2,-2 l -10,0 z m 0,1 10,0 c 0.554,0 1,0.446 1,1 l 0,10 c 0,0.554 -0.446,1 -1,1 l -10,0 c -0.554,0 -1,-0.446 -1,-1 l 0,-10 c 0,-0.554 0.446,-1 1,-1 z" + id="rect21848-4-4" + inkscape:connector-curvature="0" /> + <g + id="scdsdcd-6-0" + inkscape:label="#g14325" + transform="translate(0,-30)"> + <g + style="display:inline" + id="g15812-6-6-1-58-0" + 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-5-2" + style="display:inline"> + <g + id="g5428-8-1-4-0-0-6-8" /> + </g> + </g> + <rect + y="30.362183" + x="17" + height="16" + width="16" + id="rect13523-6" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" /> + <g + id="g5400-00-1"> + <rect + ry="1" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0;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-6-5" + width="12" + height="12" + x="19" + y="32.362183" + rx="1" /> + </g> + </g> + </g> + </g> + <g + transform="translate(278,-282.00013)" + style="display:inline;opacity:1" + id="checkbox-checked" + inkscape:label="#g10758"> + <g + inkscape:label="#g22047" + id="checkbox-unchecked-5-0-4" + style="display:inline" + transform="translate(19,0)"> + <g + id="sdsd-7-4-1" + inkscape:label="#g21853"> + <g + transform="translate(0,-30)" + inkscape:label="#g14325" + id="scdsdcd-5-8-1"> + <g + transform="matrix(0.92951982,0,0,0.92914368,-156.75069,-212.9618)" + id="g15812-6-6-1-5-5-7" + style="display:inline"> + <g + style="display:inline" + id="g5489-2-9-6-8-8-53-4-4" + transform="matrix(0.5089163,0,0,0.51739823,161.7932,197.56426)"> + <g + id="g5428-8-1-4-0-0-4-9-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-0" + width="16" + height="16" + x="17" + y="30.362183" /> + <g + id="g5400-6-5-4"> + <rect + rx="1.9999943" + y="31.362196" + x="18.000006" + height="13.99999" + width="13.999989" + id="rect5147-9-1-5-7-6-7-9-2" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient5061);fill-opacity:1.0;stroke:#000000;stroke-width:0;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.9999917" /> + </g> + </g> + </g> + </g> + <g + inkscape:label="Ebene 1" + id="checkbox-checked-dark-7-2-3" + transform="translate(36,-1036)" + style="display:inline"> + <g + id="g3981-6-4-0-2" + 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-2-8" + transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,727.94436,295.31123)"> + <g + id="g4056-7-8-0" + transform="translate(12.374375,11.531233)"> + <g + id="g3981-0-4-2" + 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-8-0" + style="fill:url(#linearGradient5028);fill-opacity:1;stroke:none" /> + <rect + ry="0" + y="1027.3622" + x="11" + height="7.9999828" + width="2" + id="rect3979-7-1-4" + style="fill:url(#linearGradient5030);fill-opacity:1;stroke:none" /> + </g> + <rect + style="fill:#eeeeee;fill-opacity:0;stroke:none" + id="rect4047-81-5-2" + width="3" + height="1" + x="5" + y="-8" + transform="translate(0,1036.3622)" /> + </g> + </g> + </g> + </g> + <g + transform="translate(185.00426,-266.00013)" + style="display:inline;opacity:1" + id="radio-unchecked" + inkscape:label="#g10975"> + <path + inkscape:connector-curvature="0" + id="path10940-9-4" + d="m 98,8.3621828 c 0,3.8659902 3.13401,7.0000002 7,7.0000002 3.86599,0 7,-3.13401 7,-7.0000002 0,-3.86599 -3.13401,-7 -7,-7 -3.86599,0 -7,3.13401 -7,7 z m 1,0 c 0,-3.324 2.676,-6 6,-6 3.324,0 6,2.676 6,6 0,3.3240002 -2.676,6.0000002 -6,6.0000002 -3.324,0 -6,-2.676 -6,-6.0000002 z" + style="opacity:1;fill:#cfd6e6;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <g + id="g10964-1-7"> + <g + style="display:inline" + id="radio-unchecked2-6-6" + transform="matrix(0.93617253,0,0,0.93566004,-96.78315,-244.76084)" + inkscape:label="#g15805"> + <rect + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" + id="rect14348-4-9" + width="17.090866" + height="17.100227" + x="206.99057" + y="261.97873" /> + <g + id="g7025-2-1"> + <g + style="display:inline" + id="g5489-2-9-3-6-6" + transform="matrix(0.5089163,0,0,0.51739823,181.7932,197.56426)"> + <g + id="g5428-8-1-7-3-0"> + <rect + ry="13.246163" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#999999;stroke-width:0;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-7-9-4" + width="25.187147" + height="24.787813" + x="53.718624" + y="128.62817" + rx="13.224191" /> + </g> + </g> + </g> + </g> + </g> + </g> + <g + transform="translate(198,-266.00013)" + style="display:inline;opacity:1" + id="radio-checked" + inkscape:label="#g11094"> + <g + transform="translate(19.004264,-4.6992607e-6)" + inkscape:label="#g10975" + id="radio-unchecked-2-0-6" + style="display:inline"> + <g + id="g10964-6-5-7"> + <g + inkscape:label="#g15805" + transform="matrix(0.93617253,0,0,0.93566004,-96.78315,-244.76084)" + id="radio-unchecked2-0-7-2" + style="display:inline"> + <rect + y="261.97873" + x="206.99057" + height="17.100227" + width="17.090866" + id="rect14348-4-8-8" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" /> + <g + id="g7025-09-2-1"> + <g + transform="matrix(0.5089163,0,0,0.51739823,181.7932,197.56426)" + id="g5489-2-9-3-2-4-5" + style="display:inline"> + <g + id="g5428-8-1-7-5-2-1"> + <rect + rx="14.692495" + y="126.56255" + x="51.610752" + height="28.919107" + width="29.384991" + id="rect5147-9-1-7-2-3-9" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient5055);fill-opacity:1.0;fill-rule:nonzero;stroke:#999999;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + ry="14.459554" /> + </g> + </g> + </g> + </g> + </g> + </g> + <rect + rx="1.9988754" + y="6.3621826" + x="122" + height="4" + width="4" + id="use15101-5-7-0-1" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient5021);fill-opacity:1;stroke:none;stroke-width:2.08838987;marker:none;enable-background:accumulate" + ry="2" /> + </g> + <g + transform="translate(281,-282.00012)" + style="display:inline;opacity:0.55" + id="checkbox-unchecked-insensitive" + inkscape:label="#g22047"> + <g + inkscape:label="#g21853" + id="sdsd-6-1"> + <path + inkscape:connector-curvature="0" + style="opacity:1;fill:#cfd6e6;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="m 20,1.375 c -1.108,0 -2,0.892 -2,2 l 0,10 c 0,1.108 0.892,2 2,2 l 10,0 c 1.108,0 2,-0.892 2,-2 l 0,-10 c 0,-1.108 -0.892,-2 -2,-2 l -10,0 z m 0,1 10,0 c 0.554,0 1,0.446 1,1 l 0,10 c 0,0.554 -0.446,1 -1,1 l -10,0 c -0.554,0 -1,-0.446 -1,-1 l 0,-10 c 0,-0.554 0.446,-1 1,-1 z" + id="rect21848-8-5" /> + <g + id="scdsdcd-9-8" + inkscape:label="#g14325" + transform="translate(0,-30)"> + <g + style="display:inline" + id="g15812-6-6-1-1-4" + transform="matrix(0.92951982,0,0,0.92914368,-156.75069,-212.9618)"> + <g + transform="matrix(0.5089163,0,0,0.51739823,161.7932,197.56426)" + id="g5489-2-9-6-8-8-7-8" + style="display:inline"> + <g + id="g5428-8-1-4-0-0-0-6" /> + </g> + </g> + <rect + y="30.362183" + x="17" + height="16" + width="16" + id="rect13523-9-4" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" /> + <g + id="g5400-7-2"> + <rect + ry="1" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0;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-5-8" + width="12" + height="12" + x="19" + y="32.362183" + rx="1" /> + </g> + </g> + </g> + </g> + <g + transform="translate(294,-282.00013)" + style="display:inline;opacity:0.55" + id="checkbox-checked-insensitive" + inkscape:label="#g10758"> + <g + inkscape:label="#g22047" + id="checkbox-unchecked-5-9-0-4" + style="display:inline" + transform="translate(19,0)"> + <g + id="sdsd-7-5-4-3" + inkscape:label="#g21853"> + <g + transform="translate(0,-30)" + inkscape:label="#g14325" + id="scdsdcd-5-1-0-5"> + <g + transform="matrix(0.92951982,0,0,0.92914368,-156.75069,-212.9618)" + id="g15812-6-6-1-5-1-7-1" + style="display:inline"> + <g + style="display:inline" + id="g5489-2-9-6-8-8-53-16-3-9" + transform="matrix(0.5089163,0,0,0.51739823,161.7932,197.56426)"> + <g + id="g5428-8-1-4-0-0-4-1-2-7" /> + </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-6-5" + width="16" + height="16" + x="17" + y="30.362183" /> + <g + id="g5400-6-7-8-7"> + <rect + rx="1.9999943" + y="31.362196" + x="18.000006" + height="13.99999" + width="13.999989" + id="rect5147-9-1-5-7-6-7-1-7-7" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:url(#linearGradient5059);fill-opacity:1.0;stroke:#000000;stroke-width:0;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.9999917" /> + </g> + </g> + </g> + </g> + <g + inkscape:label="Ebene 1" + id="checkbox-checked-dark-7-4-0-9" + transform="translate(36,-1036)" + style="display:inline"> + <g + id="g3981-6-4-97-4-3" + 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-3-6-5" + transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,727.94436,295.31123)"> + <g + id="g4056-7-07-3-8" + transform="translate(12.374375,11.531233)"> + <g + id="g3981-0-3-0-5" + transform="translate(-3,-4.9999826)" + style="fill:#3b3c3e;fill-opacity:1"> + <path + style="opacity:1;fill:url(#linearGradient5026);fill-opacity:1;stroke:none" + d="m 47.28125,64.78125 -4.25,4.25 -2.125,-2.125 -1.40625,1.40625 2.125,2.125 1.40625,1.4375 1.40625,-1.4375 4.25,-4.21875 -1.40625,-1.4375 z" + transform="matrix(0.70710678,-0.70710678,0.70710678,0.70710678,-68.244967,1014.9786)" + id="rect3977-39-1-5-5" + inkscape:connector-curvature="0" /> + </g> + <rect + style="fill:#eeeeee;fill-opacity:0;stroke:none" + id="rect4047-81-1-5-0" + width="3" + height="1" + x="5" + y="-8" + transform="translate(0,1036.3622)" /> + </g> + </g> + </g> + </g> + <g + transform="translate(201.00426,-266.00013)" + style="display:inline;opacity:0.55" + id="radio-unchecked-insensitive" + inkscape:label="#g10975"> + <path + inkscape:connector-curvature="0" + id="path10940-0-7" + d="m 98,8.3621828 c 0,3.8659902 3.13401,7.0000002 7,7.0000002 3.86599,0 7,-3.13401 7,-7.0000002 0,-3.86599 -3.13401,-7 -7,-7 -3.86599,0 -7,3.13401 -7,7 z m 1,0 c 0,-3.324 2.676,-6 6,-6 3.324,0 6,2.676 6,6 0,3.3240002 -2.676,6.0000002 -6,6.0000002 -3.324,0 -6,-2.676 -6,-6.0000002 z" + style="opacity:1;fill:#cfd6e6;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <g + id="g10964-62-9"> + <g + style="display:inline" + id="radio-unchecked2-8-1-4" + transform="matrix(0.93617253,0,0,0.93566004,-96.78315,-244.76084)" + inkscape:label="#g15805"> + <rect + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" + id="rect14348-4-2-0" + width="17.090866" + height="17.100227" + x="206.99057" + y="261.97873" /> + <g + id="g7025-6-0"> + <g + style="display:inline" + id="g5489-2-9-3-77-9" + transform="matrix(0.5089163,0,0,0.51739823,181.7932,197.56426)"> + <g + id="g5428-8-1-7-58-8"> + <rect + ry="13.246163" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#999999;stroke-width:0;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-7-5-2-6" + width="25.187147" + height="24.787813" + x="53.718624" + y="128.62817" + rx="13.224191" /> + </g> + </g> + </g> + </g> + </g> + </g> + <g + transform="translate(214,-266.00013)" + style="display:inline;opacity:0.55" + id="radio-checked-insensitive" + inkscape:label="#g11094"> + <g + transform="translate(19.004264,-4.6992607e-6)" + inkscape:label="#g10975" + id="radio-unchecked-2-8-9-6" + style="display:inline"> + <g + id="g10964-6-4-7-3"> + <g + inkscape:label="#g15805" + transform="matrix(0.93617253,0,0,0.93566004,-96.78315,-244.76084)" + id="radio-unchecked2-0-6-8-1" + style="display:inline"> + <rect + y="261.97873" + x="206.99057" + height="17.100227" + width="17.090866" + id="rect14348-4-8-9-5" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" /> + <g + id="g7025-09-1-6-4"> + <g + transform="matrix(0.5089163,0,0,0.51739823,181.7932,197.56426)" + id="g5489-2-9-3-2-71-7-7" + style="display:inline"> + <g + id="g5428-8-1-7-5-8-3-8"> + <rect + rx="14.692498" + y="126.56255" + x="51.601727" + height="28.919104" + width="29.384996" + id="rect5147-9-1-7-2-0-3-1" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:url(#linearGradient5057);fill-opacity:1.0;fill-rule:nonzero;stroke:#999999;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + ry="14.459552" /> + </g> + </g> + </g> + </g> + </g> + </g> + <rect + rx="1.9988754" + y="6.3621826" + x="122" + height="4" + width="4" + id="use15101-5-7-2-2-1" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:url(#linearGradient5024);fill-opacity:1;stroke:none;stroke-width:2.08838987;marker:none;enable-background:accumulate" + ry="2" /> + </g> + <g + style="display:inline" + inkscape:label="#g10801" + transform="matrix(1.9947791,0,0,1.9939719,403.25667,278.01933)" + id="sjhgfjsgf-2" /> + <g + style="display:inline" + id="entry-bg" + inkscape:label="#g9335" + transform="translate(-1,61.999998)"> + <rect + y="-279.63782" + x="-3" + height="24" + width="26" + id="rect9321-3" + style="opacity:1;fill:#f5f6f7;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" /> + <rect + rx="2.5" + y="-278.63782" + x="-2" + height="22" + width="24" + id="rect7903-93" + style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" + ry="2.5" /> + <rect + rx="3.0000002" + inkscape:transform-center-y="0.42353254" + inkscape:transform-center-x="-5.0639158" + y="-279.13782" + x="-2.5" + height="23" + width="25" + id="rect7903-7-31" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#cfd6e6;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + ry="3" /> + </g> + <g + style="display:inline" + id="entry-active-bg" + inkscape:label="#g9350" + transform="translate(-1,61.999998)"> + <rect + y="-279.63782" + x="31" + height="23.999998" + width="26" + id="rect9321-0-2" + style="display:inline;opacity:1;fill:#f5f6f7;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" /> + <rect + ry="2.5" + rx="2.5" + y="-278.63782" + x="32" + height="21.999998" + width="24" + id="rect7903-2-7" + style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" /> + <rect + ry="3" + rx="3" + inkscape:transform-center-y="0.42353254" + inkscape:transform-center-x="-5.0639174" + y="-279.13782" + x="31.500002" + height="23" + width="24.999998" + id="rect7903-7-3-7" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:url(#linearGradient5017);stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + </g> + <g + style="display:inline" + id="entry-disabled-bg" + inkscape:label="#g9365" + transform="translate(-1,61.999998)"> + <g + id="g4303"> + <rect + style="display:inline;opacity:1;fill:#f5f6f7;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="rect9321-2-23" + width="26" + height="24" + x="65" + y="-279.63782" /> + <rect + style="opacity:1;fill:#fbfcfc;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" + id="rect7903-6-8" + width="24" + height="21.999998" + x="66" + y="-278.63782" + rx="2.5" + ry="2.5" /> + <rect + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#e2e7ef;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect7903-7-2-7" + width="25" + height="23" + x="65.5" + y="-279.13782" + inkscape:transform-center-x="-5.0639158" + inkscape:transform-center-y="0.42353316" + rx="3.0000002" + ry="3" /> + </g> + </g> + <g + transform="translate(-1,93.999999)" + style="display:inline" + id="entry-notebook" + inkscape:label="#g9335"> + <rect + style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect5076-9" + width="26" + height="24" + x="-3" + y="-279.63782" + rx="0" + ry="0" /> + <rect + rx="3.0000002" + inkscape:transform-center-y="0.42353254" + inkscape:transform-center-x="-5.0639158" + y="-279.13782" + x="-2.5" + height="23" + width="25" + id="rect7903-7-1" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#cfd6e6;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + ry="3" /> + <rect + rx="2.5" + y="-278.63782" + x="-2" + height="22" + width="24" + id="rect7903-93-3" + style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" + ry="2.5" /> + </g> + <g + transform="translate(-1,93.999999)" + style="display:inline" + id="entry-active-notebook" + inkscape:label="#g9350"> + <rect + style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect5076-8" + width="26" + height="24" + x="31" + y="-279.63782" + rx="0" + ry="0" /> + <rect + ry="3" + rx="3" + inkscape:transform-center-y="0.42353254" + inkscape:transform-center-x="-5.0639174" + y="-279.13782" + x="31.500002" + height="23" + width="24.999998" + id="rect7903-7-3-4" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:url(#linearGradient5033);stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <rect + rx="2.5" + y="-278.63782" + x="32" + height="22" + width="24" + id="rect7903-93-8" + style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" + ry="2.5" /> + </g> + <g + transform="translate(-1,93.999999)" + style="display:inline" + id="entry-disabled-notebook" + inkscape:label="#g9365"> + <g + id="g4303-7"> + <rect + style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect5076-75" + width="26" + height="24" + x="65" + y="-279.63782" + rx="0" + ry="0" /> + <rect + style="opacity:1;fill:#fbfcfc;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" + id="rect7903-6-5" + width="24" + height="21.999998" + x="66" + y="-278.63782" + rx="2.5" + ry="2.5" /> + <rect + style="display:inline;opacity:0.55;fill:none;fill-opacity:1;stroke:#cfd6e6;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect7903-7-2-3" + width="25" + height="23" + x="65.5" + y="-279.13782" + inkscape:transform-center-x="-5.0639158" + inkscape:transform-center-y="0.42353254" + rx="3.0000002" + ry="3" /> + </g> + </g> + <g + style="display:inline" + id="combo-entry" + inkscape:label="#g9335" + transform="translate(-1,169)" + clip-path="url(#clipPath4466)"> + <rect + style="display:inline;opacity:1;fill:#f5f6f7;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect5025-2" + width="26" + height="24" + x="-3" + y="-279.63782" + rx="0" + ry="0" /> + <rect + style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" + id="rect7903-6-7-3" + width="23" + height="21.999998" + x="-2" + y="-278.63782" + rx="1" + ry="1" /> + <rect + rx="3" + inkscape:transform-center-y="0.42353254" + inkscape:transform-center-x="-4.8613592" + y="-279.13782" + x="-2.5" + height="23" + width="24" + id="rect7903-7-8-6" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#cfd6e6;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + ry="3" /> + <rect + y="-278.63782" + x="17" + height="22" + width="1" + id="rect4699" + style="display:inline;opacity:0.3;fill:#cfd6e6;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" /> + </g> + <g + style="display:inline" + id="combo-entry-focus" + inkscape:label="#g9350" + transform="translate(-10,169)" + clip-path="url(#clipPath4470)"> + <rect + style="display:inline;opacity:1;fill:#f5f6f7;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect5025-7" + width="26" + height="24" + x="31" + y="-279.63782" + rx="0" + ry="0" /> + <rect + style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" + id="rect7903-6-7-9" + width="23" + height="21.999998" + x="32" + y="-278.63782" + rx="1" + ry="1" /> + <rect + ry="3" + rx="3" + inkscape:transform-center-y="0.42353254" + inkscape:transform-center-x="-4.8613611" + y="-279.13782" + x="31.500002" + height="23" + width="24" + id="rect7903-7-3-1" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:url(#linearGradient5029);stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <rect + y="-278.63782" + x="51" + height="22" + width="1" + id="rect4699-1" + style="display:inline;opacity:1;fill:url(#linearGradient5121);fill-opacity:1.0;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + </g> + <g + style="display:inline" + id="combo-entry-insensitive" + inkscape:label="#g9365" + transform="translate(-19,169)" + clip-path="url(#clipPath4480)"> + <g + id="g4303-70"> + <rect + style="display:inline;opacity:1;fill:#f5f6f7;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect5025-5" + width="26" + height="24" + x="65" + y="-279.63782" + rx="0" + ry="0" /> + <rect + style="opacity:1;fill:#fbfcfc;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" + id="rect7903-6-7" + width="23" + height="21.999998" + x="66" + y="-278.63782" + rx="1" + ry="1" /> + <rect + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#e2e7ef;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect7903-7-2-0" + width="24" + height="23" + x="65.5" + y="-279.13782" + inkscape:transform-center-x="-4.8613592" + inkscape:transform-center-y="0.42353254" + rx="3" + ry="3" /> + </g> + <rect + y="-278.63782" + x="85" + height="22" + width="1" + id="rect4699-6" + style="display:inline;opacity:0.3;fill:#cfd6e6;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" /> + </g> + <g + style="display:inline" + id="combo-entry-notebook" + inkscape:label="#g9335" + clip-path="url(#clipPath4466-9)" + transform="translate(-1,199)"> + <rect + style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect5025-4" + width="26" + height="24" + x="-3" + y="-279.63782" + rx="0" + ry="0" /> + <rect + style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" + id="rect7903-6-7-3-9" + width="23" + height="21.999998" + x="-2" + y="-278.63782" + rx="1" + ry="1" /> + <rect + rx="3" + inkscape:transform-center-y="0.42353254" + inkscape:transform-center-x="-4.8613592" + y="-279.13782" + x="-2.5" + height="23" + width="24" + id="rect7903-7-8-9" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#cfd6e6;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + ry="3" /> + <rect + y="-278.63782" + x="17" + height="22" + width="1" + id="rect4699-3" + style="display:inline;opacity:0.3;fill:#cfd6e6;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" /> + </g> + <g + style="display:inline" + id="combo-entry-focus-notebook" + inkscape:label="#g9350" + clip-path="url(#clipPath4470-7)" + transform="translate(-10,199)"> + <rect + style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect5025-0" + width="26" + height="24" + x="31" + y="-279.63782" + rx="0" + ry="0" /> + <rect + style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" + id="rect7903-6-7-3-8" + width="23" + height="21.999998" + x="32" + y="-278.63782" + rx="1" + ry="1" /> + <rect + ry="3" + rx="3" + inkscape:transform-center-y="0.42353254" + inkscape:transform-center-x="-4.8613611" + y="-279.13782" + x="31.500002" + height="23" + width="24" + id="rect7903-7-3-1-0" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:url(#linearGradient5027);stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <rect + y="-278.63782" + x="51" + height="22" + width="1" + id="rect4699-1-0" + style="display:inline;opacity:1;fill:url(#linearGradient5121-2);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" /> + </g> + <g + style="display:inline" + id="combo-entry-insensitive-notebook" + inkscape:label="#g9365" + clip-path="url(#clipPath4480-0)" + transform="translate(-19,199)"> + <g + id="g4303-70-8"> + <rect + style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect5025-65" + width="26" + height="24" + x="65" + y="-279.63782" + rx="0" + ry="0" /> + <rect + style="opacity:1;fill:#fbfcfc;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" + id="rect7903-6-7-4" + width="23" + height="21.999998" + x="66" + y="-278.63782" + rx="1" + ry="1" /> + <rect + style="display:inline;opacity:0.55;fill:none;fill-opacity:1;stroke:#cfd6e6;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect7903-7-2-0-8" + width="24" + height="23" + x="65.5" + y="-279.13782" + inkscape:transform-center-x="-4.8613592" + inkscape:transform-center-y="0.42353254" + rx="3" + ry="3" /> + </g> + <rect + y="-278.63782" + x="85" + height="22" + width="1" + id="rect4699-7" + style="display:inline;opacity:0.3;fill:#cfd6e6;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" /> + </g> + <g + style="display:inline" + id="combo-entry-button" + transform="translate(13,140)" + inkscape:label="#g4701"> + <g + clip-path="url(#clipPath4675)" + transform="translate(-18,90.000001)" + inkscape:label="#g9335" + id="button-2" + style="display:inline"> + <rect + ry="1" + style="opacity:1;fill:#fcfdfd;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" + id="rect7903-9" + width="22" + height="21.999998" + x="-1" + y="-278.63782" + rx="1" /> + <rect + ry="2" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#cfd6e6;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect7903-7-37" + width="23" + height="23" + x="-1.5" + y="-279.13782" + inkscape:transform-center-x="-4.6588025" + inkscape:transform-center-y="0.42353254" + rx="2" /> + <rect + style="opacity:0.13300003;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect9321-60" + width="26" + height="23.999996" + x="-3" + y="-279.63782" /> + </g> + </g> + <g + style="display:inline" + id="combo-entry-button-insensitive" + transform="translate(-31,140)" + inkscape:label="#g4724"> + <g + clip-path="url(#clipPath4685)" + transform="translate(-18,90.000001)" + inkscape:label="#g9365" + id="button-insensitive-4" + style="display:inline"> + <rect + style="opacity:1;fill:#fbfcfc;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" + id="rect7903-6-9" + width="22" + height="21.999998" + x="67" + y="-278.63782" + rx="1" + ry="1" /> + <rect + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#e2e7ef;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect7903-7-2-4" + width="23" + height="23" + x="66.5" + y="-279.13782" + inkscape:transform-center-x="-4.6588025" + inkscape:transform-center-y="0.42353254" + rx="2" + ry="2" /> + <rect + style="display:inline;opacity:0.13300003;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect9321-09-5" + width="26" + height="23.999996" + x="65" + y="-279.63782" /> + </g> + </g> + <g + style="display:inline" + id="combo-entry-button-active" + transform="translate(-41,140)" + inkscape:label="#g4738"> + <g + clip-path="url(#clipPath4695)" + transform="translate(-18,90.000001)" + inkscape:label="#g9380" + id="button-active-4" + style="display:inline"> + <rect + style="opacity:1;fill:#d3d8e2;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" + id="rect7903-21-8" + width="22" + height="21.999998" + x="101" + y="-278.63782" + rx="1" + ry="1" /> + <rect + transform="scale(1,-1)" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#b7c0d3;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect7903-7-22-4" + width="23" + height="23" + x="100.5" + y="256.13782" + inkscape:transform-center-x="-4.6588025" + inkscape:transform-center-y="-0.42353254" + rx="2" + ry="2" /> + <rect + style="display:inline;opacity:0.13300003;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect9321-2-0" + width="26" + height="23.999996" + x="99" + y="-279.63782" /> + </g> + <rect + style="display:inline;opacity:1;fill:#b7c0d3;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="rect4699-8" + width="1" + height="22" + x="86" + y="-188.63782" /> + </g> + <g + style="display:inline" + id="combo-entry-rtl" + inkscape:label="#g9335" + clip-path="url(#clipPath4466-1)" + transform="matrix(-1,0,0,1,146,169)"> + <rect + style="display:inline;opacity:1;fill:#f5f6f7;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect5025-3" + width="26" + height="24" + x="-23" + y="-279.63782" + rx="0" + ry="0" + transform="scale(-1,1)" /> + <rect + style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" + id="rect7903-6-7-3-1" + width="23" + height="21.999998" + x="-21" + y="-278.63782" + rx="1" + ry="1" + transform="scale(-1,1)" /> + <rect + rx="3" + inkscape:transform-center-y="0.42353254" + inkscape:transform-center-x="-4.8613591" + y="-279.13782" + x="-2.5" + height="23" + width="24" + id="rect7903-7-8-76" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#cfd6e6;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + ry="3" /> + <rect + y="-278.63782" + x="-18" + height="22" + width="1" + id="rect4699-62" + style="display:inline;opacity:0.3;fill:#cfd6e6;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" + transform="scale(-1,1)" /> + </g> + <g + style="display:inline" + id="combo-entry-focus-rtl" + inkscape:label="#g9350" + transform="matrix(-1,0,0,1,155,169)" + clip-path="url(#clipPath4470-6)"> + <rect + style="display:inline;opacity:1;fill:#f5f6f7;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect5025-55" + width="26" + height="24" + x="-57" + y="-279.63782" + rx="0" + ry="0" + transform="scale(-1,1)" /> + <rect + style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" + id="rect7903-6-7-3-6" + width="23" + height="21.999998" + x="-55" + y="-278.63782" + rx="1" + ry="1" + transform="scale(-1,1)" /> + <rect + ry="3" + rx="3" + inkscape:transform-center-y="0.42353254" + inkscape:transform-center-x="-4.8613572" + y="-279.13782" + x="31.500002" + height="23" + width="24" + id="rect7903-7-3-1-2" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:url(#linearGradient5025);stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <rect + y="-278.63782" + x="-52" + height="22" + width="1" + id="rect4699-1-6" + style="display:inline;opacity:1;fill:url(#linearGradient5121-9);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" + transform="scale(-1,1)" /> + </g> + <g + style="display:inline" + id="combo-entry-insensitive-rtl" + inkscape:label="#g9365" + transform="matrix(-1,0,0,1,164,169)" + clip-path="url(#clipPath4480-4)"> + <g + id="g4303-70-0"> + <rect + style="display:inline;opacity:1;fill:#f5f6f7;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect5025-6" + width="26" + height="24" + x="-91" + y="-279.63782" + rx="0" + ry="0" + transform="scale(-1,1)" /> + <rect + style="opacity:1;fill:#fbfcfc;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" + id="rect7903-6-7-5" + width="23" + height="21.999998" + x="66" + y="-278.63782" + rx="1" + ry="1" /> + <rect + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#e2e7ef;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect7903-7-2-0-5" + width="24" + height="23" + x="65.5" + y="-279.13782" + inkscape:transform-center-x="-4.8613591" + inkscape:transform-center-y="0.42353254" + rx="3" + ry="3" /> + </g> + <rect + y="-278.63782" + x="-86" + height="22" + width="1" + id="rect4699-5" + style="display:inline;opacity:0.3;fill:#cfd6e6;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" + transform="scale(-1,1)" /> + </g> + <g + style="display:inline" + id="combo-entry-notebook-rtl" + inkscape:label="#g9335" + clip-path="url(#clipPath4466-9-0)" + transform="matrix(-1,0,0,1,146,199)"> + <rect + style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect5025-51" + width="26" + height="24" + x="-23" + y="-279.63782" + rx="0" + ry="0" + transform="scale(-1,1)" /> + <rect + style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" + id="rect7903-6-7-3-81" + width="23" + height="21.999998" + x="-21" + y="-278.63782" + rx="1" + ry="1" + transform="scale(-1,1)" /> + <rect + rx="3" + inkscape:transform-center-y="0.42353254" + inkscape:transform-center-x="-4.8613591" + y="-279.13782" + x="-2.5" + height="23" + width="24" + id="rect7903-7-8-9-1" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#cfd6e6;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + ry="3" /> + <rect + y="-278.63782" + x="-18" + height="22" + width="1" + id="rect4699-9" + style="display:inline;opacity:0.3;fill:#cfd6e6;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" + transform="scale(-1,1)" /> + </g> + <g + style="display:inline" + id="combo-entry-focus-notebook-rtl" + inkscape:label="#g9350" + clip-path="url(#clipPath4470-7-0)" + transform="matrix(-1,0,0,1,155,199)"> + <rect + style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect5025-8" + width="26" + height="24" + x="-57" + y="-279.63782" + rx="0" + ry="0" + transform="scale(-1,1)" /> + <rect + style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" + id="rect7903-6-7-3-66" + width="23" + height="21.999998" + x="-55" + y="-278.63782" + rx="1" + ry="1" + transform="scale(-1,1)" /> + <rect + ry="3" + rx="3" + inkscape:transform-center-y="0.42353254" + inkscape:transform-center-x="-4.8613572" + y="-279.13782" + x="31.500002" + height="23" + width="24" + id="rect7903-7-3-1-0-4" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:url(#linearGradient5023);stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <rect + y="-278.63782" + x="-52" + height="22" + width="1" + id="rect4699-1-2" + style="display:inline;opacity:1;fill:url(#linearGradient5121-0);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" + transform="scale(-1,1)" /> + </g> + <g + style="display:inline" + id="combo-entry-insensitive-notebook-rtl" + inkscape:label="#g9365" + clip-path="url(#clipPath4480-0-0)" + transform="matrix(-1,0,0,1,164,199)"> + <g + id="g4303-70-8-0"> + <rect + style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect5025-9" + width="26" + height="24" + x="-91" + y="-279.63782" + rx="0" + ry="0" + transform="scale(-1,1)" /> + <rect + style="opacity:1;fill:#fbfcfc;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" + id="rect7903-6-7-4-7" + width="23" + height="21.999998" + x="66" + y="-278.63782" + rx="1" + ry="1" /> + <rect + style="display:inline;opacity:0.55;fill:none;fill-opacity:1;stroke:#cfd6e6;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect7903-7-2-0-8-2" + width="24" + height="23" + x="65.5" + y="-279.13782" + inkscape:transform-center-x="-4.8613591" + inkscape:transform-center-y="0.42353254" + rx="3" + ry="3" /> + </g> + <rect + y="-278.63782" + x="-86" + height="22" + width="1" + id="rect4699-35" + style="display:inline;opacity:0.3;fill:#cfd6e6;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" + transform="scale(-1,1)" /> + </g> + <g + style="display:inline" + id="combo-entry-button-rtl" + transform="matrix(-1,0,0,1,130,140)" + inkscape:label="#g4701-4"> + <g + clip-path="url(#clipPath4675-4)" + transform="translate(-18,90.000001)" + inkscape:label="#g9335" + id="button-9" + style="display:inline"> + <rect + ry="1" + style="opacity:1;fill:#fdfdfd;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" + id="rect7903-9-9" + width="22" + height="21.999998" + x="-1" + y="-278.63782" + rx="1" /> + <rect + ry="2" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#cfd6e6;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect7903-7-37-2" + width="23" + height="23" + x="-1.5" + y="-279.13782" + inkscape:transform-center-x="-4.6588025" + inkscape:transform-center-y="0.42353254" + rx="2" /> + <rect + style="opacity:0.13300003;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect9321-60-1" + width="26" + height="23.999996" + x="-3" + y="-279.63782" /> + </g> + </g> + <g + style="display:inline" + id="combo-entry-button-insensitive-rtl" + transform="matrix(-1,0,0,1,174,140)" + inkscape:label="#g4724-2"> + <g + clip-path="url(#clipPath4685-4)" + transform="translate(-18,90.000001)" + inkscape:label="#g9365" + id="button-insensitive-7" + style="display:inline"> + <rect + style="opacity:1;fill:#fbfcfc;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" + id="rect7903-6-9-6" + width="22" + height="21.999998" + x="67" + y="-278.63782" + rx="1" + ry="1" /> + <rect + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#e2e7ef;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect7903-7-2-4-9" + width="23" + height="23" + x="66.5" + y="-279.13782" + inkscape:transform-center-x="-4.6588025" + inkscape:transform-center-y="0.42353254" + rx="2" + ry="2" /> + <rect + style="display:inline;opacity:0.13300003;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect9321-09-0" + width="26" + height="23.999996" + x="65" + y="-279.63782" /> + </g> + </g> + <g + style="display:inline" + id="combo-entry-button-active-rtl" + transform="matrix(-1,0,0,1,184,140)" + inkscape:label="#g4738-7"> + <g + clip-path="url(#clipPath4695-6)" + transform="translate(-18,90.000001)" + inkscape:label="#g9380" + id="button-active-5" + style="display:inline"> + <rect + style="opacity:1;fill:#d3d8e2;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" + id="rect7903-21-5" + width="22" + height="21.999998" + x="101" + y="-278.63782" + rx="1.5" + ry="1.5" /> + <rect + transform="scale(1,-1)" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#b7c0d3;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect7903-7-22-0" + width="23" + height="23" + x="100.5" + y="256.13782" + inkscape:transform-center-x="-4.6588025" + inkscape:transform-center-y="-0.42353254" + rx="2" + ry="2" /> + <rect + style="display:inline;opacity:0.13300003;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect9321-2-0-2" + width="26" + height="23.999996" + x="99" + y="-279.63782" /> + </g> + <rect + style="display:inline;opacity:1;fill:#b7c0d3;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="rect4699-8-8" + width="1" + height="22" + x="86" + y="-188.63782" /> + </g> + <g + style="display:inline" + inkscape:label="#g10801" + transform="matrix(1.9947791,0,0,1.9939719,386.38167,456.84433)" + id="sjhgfjsgf-8" /> + <g + style="display:inline" + id="down-background" + inkscape:label="#g9335" + transform="translate(-17,278)" + clip-path="url(#clipPath4407)"> + <rect + y="-280.63782" + x="-3" + height="24.999998" + width="26" + id="rect9321-5" + style="opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <rect + rx="1" + y="-278.63782" + x="-1" + height="21.999998" + width="22" + id="rect7903-20" + style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" + ry="1" /> + <rect + rx="2" + inkscape:transform-center-y="0.42353254" + inkscape:transform-center-x="-4.6588025" + y="-279.13782" + x="-1.5" + height="23" + width="23" + id="rect7903-7-7" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#cfd6e6;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + ry="2" /> + </g> + <g + style="display:inline" + id="up-background" + inkscape:label="#g9335" + transform="translate(-17,277)" + clip-path="url(#clipPath4413)"> + <rect + y="-279.63782" + x="-3" + height="25" + width="26" + id="rect9321-7" + style="opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <rect + rx="1" + y="-278.63782" + x="-1" + height="21.999998" + width="22" + id="rect7903-71" + style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" + ry="1" /> + <rect + rx="2" + inkscape:transform-center-y="0.42353254" + inkscape:transform-center-x="-4.6588025" + y="-279.13782" + x="-1.5" + height="23" + width="23" + id="rect7903-7-3-05" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#cfd6e6;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + ry="2" /> + </g> + <g + style="display:inline" + id="down-background-disable" + inkscape:label="#g9335" + transform="translate(-1,278)" + clip-path="url(#clipPath4407-2)"> + <rect + y="-280.63782" + x="-3" + height="25" + width="26" + id="rect9321-8" + style="opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <rect + rx="1" + y="-278.63782" + x="-1" + height="21.999998" + width="22" + id="rect7903-61" + style="opacity:1;fill:#fbfcfc;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" + ry="1" /> + <rect + rx="2" + inkscape:transform-center-y="0.42353254" + inkscape:transform-center-x="-4.6588025" + y="-279.13782" + x="-1.5" + height="23" + width="23" + id="rect7903-7-1-7" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#e2e7ef;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + ry="2" /> + </g> + <g + style="display:inline" + id="up-background-disable" + inkscape:label="#g9335" + transform="translate(-1,277)" + clip-path="url(#clipPath4413-2)"> + <rect + y="-279.63782" + x="-3" + height="24.999998" + width="26" + id="rect9321-7-0" + style="opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <rect + rx="1" + y="-278.63782" + x="-1" + height="21.999998" + width="22" + id="rect7903-71-1" + style="opacity:1;fill:#fbfcfc;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" + ry="1" /> + <rect + rx="2" + inkscape:transform-center-y="0.42353254" + inkscape:transform-center-x="-4.6588025" + y="-279.13782" + x="-1.5" + height="23" + width="23" + id="rect7903-7-3-9" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#e2e7ef;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + ry="2" /> + </g> + <g + style="display:inline" + id="down-background-rtl" + inkscape:label="#g9335" + transform="matrix(-1,0,0,1,68,278)" + clip-path="url(#clipPath4407-1)"> + <rect + y="-280.63782" + x="-3" + height="25" + width="26" + id="rect9321-88" + style="opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <rect + rx="1" + y="-278.63782" + x="-1" + height="21.999998" + width="22" + id="rect7903-8" + style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" + ry="1" /> + <rect + rx="2" + inkscape:transform-center-y="0.42353254" + inkscape:transform-center-x="-4.6588025" + y="-279.13782" + x="-1.5" + height="23" + width="23" + id="rect7903-7-18" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#cfd6e6;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + ry="2" /> + </g> + <g + style="display:inline" + id="up-background-rtl" + inkscape:label="#g9335" + transform="matrix(-1,0,0,1,68,277)" + clip-path="url(#clipPath4413-9)"> + <rect + y="-279.63782" + x="-3" + height="24.999998" + width="26" + id="rect9321-7-8" + style="opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <rect + rx="1" + y="-278.63782" + x="-1" + height="21.999998" + width="22" + id="rect7903-71-2" + style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" + ry="1" /> + <rect + rx="2" + inkscape:transform-center-y="0.42353254" + inkscape:transform-center-x="-4.6588025" + y="-279.13782" + x="-1.5" + height="23" + width="23" + id="rect7903-7-3-0" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#cfd6e6;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + ry="2" /> + </g> + <g + style="display:inline" + id="down-background-disable-rtl" + inkscape:label="#g9335" + transform="matrix(-1,0,0,1,52,278)" + clip-path="url(#clipPath4407-2-4)"> + <rect + y="-280.63782" + x="-3" + height="25" + width="26" + id="rect9321-8-6" + style="opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <rect + rx="2" + y="-278.63782" + x="-1" + height="21.999998" + width="22" + id="rect7903-61-9" + style="opacity:1;fill:#fbfcfc;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" + ry="2" /> + <rect + rx="2" + inkscape:transform-center-y="0.42353254" + inkscape:transform-center-x="-4.6588025" + y="-279.13782" + x="-1.5" + height="23" + width="23" + id="rect7903-7-1-1" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#e2e7ef;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + ry="2" /> + </g> + <g + style="display:inline" + id="up-background-disable-rtl" + inkscape:label="#g9335" + transform="matrix(-1,0,0,1,52,277)" + clip-path="url(#clipPath4413-2-6)"> + <rect + y="-279.63782" + x="-3" + height="24.999998" + width="26" + id="rect9321-7-0-4" + style="opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <rect + rx="1" + y="-278.63782" + x="-1" + height="21.999998" + width="22" + id="rect7903-71-1-3" + style="opacity:1;fill:#fbfcfc;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" + ry="1" /> + <rect + rx="2" + inkscape:transform-center-y="0.42353254" + inkscape:transform-center-x="-4.6588025" + y="-279.13782" + x="-1.5" + height="23" + width="23" + id="rect7903-7-3-9-4" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#e2e7ef;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + ry="2" /> + </g> + <g + id="arrow-down" + transform="matrix(0.74646448,0,0,0.80750136,-5.4626788,40.151617)" + style="fill:#5c616c;fill-opacity:1" + inkscape:label="#g4159"> + <g + transform="translate(-181.0002,-747)" + style="display:inline;fill:#5c616c;fill-opacity:1" + inkscape:label="status" + id="layer9" /> + <g + transform="translate(-181.0002,-747)" + inkscape:label="devices" + id="layer10" + style="fill:#5c616c;fill-opacity:1" /> + <g + transform="translate(-181.0002,-747)" + inkscape:label="apps" + id="layer11" + style="fill:#5c616c;fill-opacity:1" /> + <g + transform="translate(-181.0002,-747)" + inkscape:label="places" + id="layer13" + style="fill:#5c616c;fill-opacity:1" /> + <g + transform="translate(-181.0002,-747)" + inkscape:label="mimetypes" + id="layer14" + style="fill:#5c616c;fill-opacity:1" /> + <g + transform="translate(-181.0002,-747)" + style="display:inline;fill:#5c616c;fill-opacity:1" + inkscape:label="emblems" + id="layer15" /> + <g + transform="translate(-181.0002,-747)" + style="display:inline;fill:#5c616c;fill-opacity:1" + inkscape:label="emotes" + id="g71291" /> + <g + transform="translate(-181.0002,-747)" + style="display:inline;fill:#5c616c;fill-opacity:1" + inkscape:label="categories" + id="g4953" /> + <g + transform="translate(-181.0002,-747)" + style="display:inline;fill:#5c616c;fill-opacity:1" + inkscape:label="actions" + id="layer12"> + <path + style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#5c616c;fill-opacity:1;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" + id="path8393" + d="m 183.78125,751 a 1.0001,1.0001 0 0 0 -0.5,1.71875 l 5,5 0.71875,0.6875 0.71875,-0.6875 5,-5 a 1.016466,1.016466 0 1 0 -1.4375,-1.4375 L 189,755.5625 184.71875,751.28125 A 1.0001,1.0001 0 0 0 183.78125,751 Z" + inkscape:connector-curvature="0" /> + <rect + y="-195.0002" + x="-752" + width="1" + transform="matrix(0,-1,-1,0,0,0)" + style="fill:#5c616c;fill-opacity:1;stroke:none" + ry="1.3396484" + rx="1.2383881" + id="rect8399" + height="1" /> + <rect + y="-184.0002" + x="-752" + width="1" + transform="matrix(0,-1,-1,0,0,0)" + style="fill:#5c616c;fill-opacity:1;stroke:none" + ry="1.3396484" + rx="1.2383881" + id="rect8403" + height="1" /> + </g> + </g> + <g + id="arrow-down-insens" + transform="matrix(0.74646448,0,0,0.80750136,5.5373212,40.151617)" + style="display:inline;fill:#5c616c;fill-opacity:1" + inkscape:label="#g4159-1"> + <g + transform="translate(-181.0002,-747)" + style="display:inline;fill:#5c616c;fill-opacity:1" + inkscape:label="status" + id="layer9-4" /> + <g + transform="translate(-181.0002,-747)" + inkscape:label="devices" + id="layer10-5" + style="fill:#5c616c;fill-opacity:1" /> + <g + transform="translate(-181.0002,-747)" + inkscape:label="apps" + id="layer11-2" + style="fill:#5c616c;fill-opacity:1" /> + <g + transform="translate(-181.0002,-747)" + inkscape:label="places" + id="layer13-8" + style="fill:#5c616c;fill-opacity:1" /> + <g + transform="translate(-181.0002,-747)" + inkscape:label="mimetypes" + id="layer14-1" + style="fill:#5c616c;fill-opacity:1" /> + <g + transform="translate(-181.0002,-747)" + style="display:inline;fill:#5c616c;fill-opacity:1" + inkscape:label="emblems" + id="layer15-1" /> + <g + transform="translate(-181.0002,-747)" + style="display:inline;fill:#5c616c;fill-opacity:1" + inkscape:label="emotes" + id="g71291-2" /> + <g + transform="translate(-181.0002,-747)" + style="display:inline;fill:#5c616c;fill-opacity:1" + inkscape:label="categories" + id="g4953-9" /> + <g + transform="translate(-181.0002,-747)" + style="display:inline;fill:#5c616c;fill-opacity:1" + inkscape:label="actions" + id="layer12-3"> + <path + style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;opacity:0.55;fill:#5c616c;fill-opacity:1;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" + d="m 14.777344,290 a 0.74653913,0.80758211 0 0 0 -0.164063,0.0195 0.74653913,0.80758211 0 0 0 -0.0918,0.0254 c -0.03755,-0.0137 -0.07527,-0.0254 -0.117187,-0.0254 -0.206771,0 -0.375,0.18062 -0.375,0.4043 0,0.0377 0.01066,0.0709 0.01953,0.10547 a 0.74653913,0.80758211 0 0 0 0.191406,0.8789 l 3.732422,4.03711 0.53711,0.55469 0.535156,-0.55469 3.732422,-4.03711 a 0.75875576,0.82079768 0 0 0 0.183594,-0.83984 c 0.01625,-0.0454 0.02734,-0.0928 0.02734,-0.14453 0,-0.22368 -0.166276,-0.4043 -0.373047,-0.4043 -0.04826,0 -0.09446,0.0114 -0.136718,0.0293 a 0.75875576,0.82079768 0 0 0 -0.773438,0.19726 l -3.195312,3.45703 -3.197266,-3.45703 A 0.74653913,0.80758211 0 0 0 14.777344,290 Z" + transform="matrix(1.3396485,0,0,1.238388,164.2046,391.8434)" + id="path8393-9" + inkscape:connector-curvature="0" /> + </g> + </g> + <g + id="arrow-down-prelight" + transform="matrix(0.7464645,0,0,0.80750136,16.537321,40.151617)" + style="display:inline;fill:#5c616c;fill-opacity:1" + inkscape:label="#g4159-7"> + <g + transform="translate(-181.0002,-747)" + style="display:inline;fill:#5c616c;fill-opacity:1" + inkscape:label="status" + id="layer9-6" /> + <g + transform="translate(-181.0002,-747)" + inkscape:label="devices" + id="layer10-1" + style="fill:#5c616c;fill-opacity:1" /> + <g + transform="translate(-181.0002,-747)" + inkscape:label="apps" + id="layer11-5" + style="fill:#5c616c;fill-opacity:1" /> + <g + transform="translate(-181.0002,-747)" + inkscape:label="places" + id="layer13-1" + style="fill:#5c616c;fill-opacity:1" /> + <g + transform="translate(-181.0002,-747)" + inkscape:label="mimetypes" + id="layer14-3" + style="fill:#5c616c;fill-opacity:1" /> + <g + transform="translate(-181.0002,-747)" + style="display:inline;fill:#5c616c;fill-opacity:1" + inkscape:label="emblems" + id="layer15-6" /> + <g + transform="translate(-181.0002,-747)" + style="display:inline;fill:#5c616c;fill-opacity:1" + inkscape:label="emotes" + id="g71291-9" /> + <g + transform="translate(-181.0002,-747)" + style="display:inline;fill:#5c616c;fill-opacity:1" + inkscape:label="categories" + id="g4953-1" /> + <g + transform="translate(-181.0002,-747)" + style="display:inline;fill:#5c616c;fill-opacity:1" + inkscape:label="actions" + id="layer12-8"> + <path + style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#8c919d;fill-opacity:1;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" + d="m 25.777344,290 a 0.74653915,0.80758211 0 0 0 -0.164063,0.0195 0.74653915,0.80758211 0 0 0 -0.0918,0.0254 c -0.03755,-0.0137 -0.07527,-0.0254 -0.117187,-0.0254 -0.206771,0 -0.375,0.18062 -0.375,0.4043 0,0.0377 0.01066,0.0709 0.01953,0.10547 a 0.74653915,0.80758211 0 0 0 0.191406,0.8789 l 3.732422,4.03711 0.53711,0.55469 0.535156,-0.55469 3.732422,-4.03711 a 0.75875578,0.82079768 0 0 0 0.183594,-0.83984 c 0.01625,-0.0454 0.02734,-0.0928 0.02734,-0.14453 0,-0.22368 -0.166276,-0.4043 -0.373047,-0.4043 -0.04825,0 -0.09446,0.0114 -0.136718,0.0293 a 0.75875578,0.82079768 0 0 0 -0.773438,0.19726 l -3.195312,3.45703 -3.197266,-3.45703 A 0.74653915,0.80758211 0 0 0 25.777344,290 Z" + transform="matrix(1.3396484,0,0,1.238388,149.46846,391.8434)" + id="path8393-0" + inkscape:connector-curvature="0" /> + </g> + </g> + <g + id="arrow-left" + transform="matrix(0,0.74646448,-0.80750136,0,6.2105624,49.8995)" + style="display:inline;fill:#5c616c;fill-opacity:1" + inkscape:label="#g4159-9"> + <g + transform="translate(-181.0002,-747)" + style="display:inline;fill:#5c616c;fill-opacity:1" + inkscape:label="status" + id="layer9-0" /> + <g + transform="translate(-181.0002,-747)" + inkscape:label="devices" + id="layer10-55" + style="fill:#5c616c;fill-opacity:1" /> + <g + transform="translate(-181.0002,-747)" + inkscape:label="apps" + id="layer11-0" + style="fill:#5c616c;fill-opacity:1" /> + <g + transform="translate(-181.0002,-747)" + inkscape:label="places" + id="layer13-80" + style="fill:#5c616c;fill-opacity:1" /> + <g + transform="translate(-181.0002,-747)" + inkscape:label="mimetypes" + id="layer14-8" + style="fill:#5c616c;fill-opacity:1" /> + <g + transform="translate(-181.0002,-747)" + style="display:inline;fill:#5c616c;fill-opacity:1" + inkscape:label="emblems" + id="layer15-2" /> + <g + transform="translate(-181.0002,-747)" + style="display:inline;fill:#5c616c;fill-opacity:1" + inkscape:label="emotes" + id="g71291-0" /> + <g + transform="translate(-181.0002,-747)" + style="display:inline;fill:#5c616c;fill-opacity:1" + inkscape:label="categories" + id="g4953-14" /> + <g + transform="translate(-181.0002,-747)" + style="display:inline;fill:#5c616c;fill-opacity:1" + inkscape:label="actions" + id="layer12-2"> + <path + style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#5c616c;fill-opacity:1;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" + id="path8393-09" + d="m 183.78125,751 a 1.0001,1.0001 0 0 0 -0.5,1.71875 l 5,5 0.71875,0.6875 0.71875,-0.6875 5,-5 a 1.016466,1.016466 0 1 0 -1.4375,-1.4375 L 189,755.5625 184.71875,751.28125 A 1.0001,1.0001 0 0 0 183.78125,751 Z" + inkscape:connector-curvature="0" /> + <rect + y="-195.0002" + x="-752" + width="1" + transform="matrix(0,-1,-1,0,0,0)" + style="fill:#5c616c;fill-opacity:1;stroke:none" + ry="1.3396484" + rx="1.2383881" + id="rect8399-37" + height="1" /> + <rect + y="-184.0002" + x="-752" + width="1" + transform="matrix(0,-1,-1,0,0,0)" + style="fill:#5c616c;fill-opacity:1;stroke:none" + ry="1.3396484" + rx="1.2383881" + id="rect8403-7" + height="1" /> + </g> + </g> + <g + id="arrow-left-insens" + transform="matrix(0,0.74646448,-0.80750136,0,17.210562,49.8995)" + style="display:inline;opacity:0.55;fill:#5c616c;fill-opacity:1" + inkscape:label="#g4159-9-2"> + <g + transform="translate(-181.0002,-747)" + style="display:inline;fill:#5c616c;fill-opacity:1" + inkscape:label="status" + id="layer9-0-5" /> + <g + transform="translate(-181.0002,-747)" + inkscape:label="devices" + id="layer10-55-1" + style="fill:#5c616c;fill-opacity:1" /> + <g + transform="translate(-181.0002,-747)" + inkscape:label="apps" + id="layer11-0-7" + style="fill:#5c616c;fill-opacity:1" /> + <g + transform="translate(-181.0002,-747)" + inkscape:label="places" + id="layer13-80-7" + style="fill:#5c616c;fill-opacity:1" /> + <g + transform="translate(-181.0002,-747)" + inkscape:label="mimetypes" + id="layer14-8-4" + style="fill:#5c616c;fill-opacity:1" /> + <g + transform="translate(-181.0002,-747)" + style="display:inline;fill:#5c616c;fill-opacity:1" + inkscape:label="emblems" + id="layer15-2-5" /> + <g + transform="translate(-181.0002,-747)" + style="display:inline;fill:#5c616c;fill-opacity:1" + inkscape:label="emotes" + id="g71291-0-8" /> + <g + transform="translate(-181.0002,-747)" + style="display:inline;fill:#5c616c;fill-opacity:1" + inkscape:label="categories" + id="g4953-14-7" /> + <g + transform="translate(-181.0002,-747)" + style="display:inline;fill:#5c616c;fill-opacity:1" + inkscape:label="actions" + id="layer12-2-6"> + <path + style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#5c616c;fill-opacity:1;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" + d="m 20.179688,298 a 0.80758211,0.74653913 0 0 0 -0.587891,0.24023 L 15.554688,301.97266 15,302.50977 l 0.554688,0.53515 4.037109,3.73242 a 0.82079768,0.75875576 0 0 0 0.839844,0.1836 c 0.04538,0.0163 0.09279,0.0273 0.144531,0.0273 0.223678,0 0.404297,-0.16627 0.404297,-0.37305 0,-0.0482 -0.01142,-0.0944 -0.0293,-0.13671 a 0.82079768,0.75875576 0 0 0 -0.197266,-0.77344 l -3.457031,-3.19531 3.457031,-3.19727 a 0.80758211,0.74653913 0 0 0 0.226563,-0.69922 0.80758211,0.74653913 0 0 0 -0.02539,-0.0918 c 0.01366,-0.0376 0.02539,-0.0753 0.02539,-0.11718 0,-0.20677 -0.180619,-0.375 -0.404297,-0.375 -0.03773,0 -0.07088,0.0107 -0.105469,0.0195 A 0.80758211,0.74653913 0 0 0 20.179688,298 Z" + transform="matrix(0,-1.238388,1.3396485,0,-216.25557,776.98207)" + id="path8393-09-9" + inkscape:connector-curvature="0" /> + </g> + </g> + <g + id="arrow-left-prelight" + transform="matrix(0,0.74646448,-0.80750136,0,28.210562,49.8995)" + style="display:inline;fill:#458588;fill-opacity:1" + inkscape:label="#g4159-9-2-8"> + <g + transform="translate(-181.0002,-747)" + style="display:inline;fill:#458588;fill-opacity:1" + inkscape:label="status" + id="layer9-0-5-2" /> + <g + transform="translate(-181.0002,-747)" + inkscape:label="devices" + id="layer10-55-1-8" + style="fill:#458588;fill-opacity:1" /> + <g + transform="translate(-181.0002,-747)" + inkscape:label="apps" + id="layer11-0-7-5" + style="fill:#458588;fill-opacity:1" /> + <g + transform="translate(-181.0002,-747)" + inkscape:label="places" + id="layer13-80-7-5" + style="fill:#458588;fill-opacity:1" /> + <g + transform="translate(-181.0002,-747)" + inkscape:label="mimetypes" + id="layer14-8-4-6" + style="fill:#458588;fill-opacity:1" /> + <g + transform="translate(-181.0002,-747)" + style="display:inline;fill:#458588;fill-opacity:1" + inkscape:label="emblems" + id="layer15-2-5-5" /> + <g + transform="translate(-181.0002,-747)" + style="display:inline;fill:#458588;fill-opacity:1" + inkscape:label="emotes" + id="g71291-0-8-3" /> + <g + transform="translate(-181.0002,-747)" + style="display:inline;fill:#458588;fill-opacity:1" + inkscape:label="categories" + id="g4953-14-7-9" /> + <g + transform="translate(-181.0002,-747)" + style="display:inline;fill:#458588;fill-opacity:1" + inkscape:label="actions" + id="layer12-2-6-7"> + <path + style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#8c919d;fill-opacity:1;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" + d="m 31.179688,298 a 0.80758211,0.74653913 0 0 0 -0.587891,0.24023 L 26.554688,301.97266 26,302.50977 l 0.554688,0.53515 4.037109,3.73242 a 0.82079768,0.75875576 0 0 0 0.839844,0.1836 c 0.04538,0.0163 0.09279,0.0273 0.144531,0.0273 0.223678,0 0.404297,-0.16627 0.404297,-0.37305 0,-0.0482 -0.01142,-0.0944 -0.0293,-0.13671 a 0.82079768,0.75875576 0 0 0 -0.197266,-0.77344 l -3.457031,-3.19531 3.457031,-3.19727 a 0.80758211,0.74653913 0 0 0 0.226563,-0.69922 0.80758211,0.74653913 0 0 0 -0.02539,-0.0918 c 0.01366,-0.0376 0.02539,-0.0753 0.02539,-0.11718 0,-0.20677 -0.180619,-0.375 -0.404297,-0.375 -0.03773,0 -0.07088,0.0107 -0.105469,0.0195 A 0.80758211,0.74653913 0 0 0 31.179688,298 Z" + transform="matrix(0,-1.238388,1.3396485,0,-216.25557,790.60434)" + id="path8393-09-9-4" + inkscape:connector-curvature="0" /> + </g> + </g> + <g + id="arrow-right-prelight" + transform="matrix(0,0.74646448,0.80750136,0,15.789437,60.8995)" + style="display:inline;fill:#458588;fill-opacity:1" + inkscape:label="#g4159-9-7"> + <g + transform="translate(-181.0002,-747)" + style="display:inline;fill:#458588;fill-opacity:1" + inkscape:label="status" + id="layer9-0-1" /> + <g + transform="translate(-181.0002,-747)" + inkscape:label="devices" + id="layer10-55-5" + style="fill:#458588;fill-opacity:1" /> + <g + transform="translate(-181.0002,-747)" + inkscape:label="apps" + id="layer11-0-0" + style="fill:#458588;fill-opacity:1" /> + <g + transform="translate(-181.0002,-747)" + inkscape:label="places" + id="layer13-80-76" + style="fill:#458588;fill-opacity:1" /> + <g + transform="translate(-181.0002,-747)" + inkscape:label="mimetypes" + id="layer14-8-1" + style="fill:#458588;fill-opacity:1" /> + <g + transform="translate(-181.0002,-747)" + style="display:inline;fill:#458588;fill-opacity:1" + inkscape:label="emblems" + id="layer15-2-4" /> + <g + transform="translate(-181.0002,-747)" + style="display:inline;fill:#458588;fill-opacity:1" + inkscape:label="emotes" + id="g71291-0-9" /> + <g + transform="translate(-181.0002,-747)" + style="display:inline;fill:#458588;fill-opacity:1" + inkscape:label="categories" + id="g4953-14-3" /> + <g + transform="translate(-181.0002,-747)" + style="display:inline;fill:#458588;fill-opacity:1" + inkscape:label="actions" + id="layer12-2-1"> + <path + style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#8c919d;fill-opacity:1;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" + d="m 26.820312,309 a 0.80758211,0.74653913 0 0 0 -0.291015,0.0488 c -0.03459,-0.009 -0.06774,-0.0195 -0.105469,-0.0195 -0.223678,0 -0.404297,0.16823 -0.404297,0.375 0,0.0419 0.01173,0.0796 0.02539,0.11718 a 0.80758211,0.74653913 0 0 0 -0.02539,0.0918 0.80758211,0.74653913 0 0 0 0.226563,0.69922 l 3.457031,3.19727 -3.457031,3.19531 a 0.82079768,0.75875576 0 0 0 -0.197266,0.77344 c -0.01788,0.0423 -0.0293,0.0885 -0.0293,0.13671 0,0.20678 0.180619,0.37305 0.404297,0.37305 0.05174,0 0.09915,-0.0111 0.144531,-0.0273 a 0.82079768,0.75875576 0 0 0 0.839844,-0.1836 L 31.445312,314.04492 32,313.50977 31.445312,312.97266 27.408203,309.24023 A 0.80758211,0.74653913 0 0 0 26.820312,309 Z" + transform="matrix(0,1.238388,1.3396485,0,-230.9917,718.77783)" + id="path8393-09-3" + inkscape:connector-curvature="0" /> + </g> + </g> + <g + id="arrow-right-insens" + transform="matrix(0,0.74646448,0.80750136,0,4.7894382,60.8995)" + style="display:inline;opacity:0.55;fill:#5c616c;fill-opacity:1" + inkscape:label="#g4159-9-2-4"> + <g + transform="translate(-181.0002,-747)" + style="display:inline;fill:#5c616c;fill-opacity:1" + inkscape:label="status" + id="layer9-0-5-0" /> + <g + transform="translate(-181.0002,-747)" + inkscape:label="devices" + id="layer10-55-1-3" + style="fill:#5c616c;fill-opacity:1" /> + <g + transform="translate(-181.0002,-747)" + inkscape:label="apps" + id="layer11-0-7-8" + style="fill:#5c616c;fill-opacity:1" /> + <g + transform="translate(-181.0002,-747)" + inkscape:label="places" + id="layer13-80-7-1" + style="fill:#5c616c;fill-opacity:1" /> + <g + transform="translate(-181.0002,-747)" + inkscape:label="mimetypes" + id="layer14-8-4-1" + style="fill:#5c616c;fill-opacity:1" /> + <g + transform="translate(-181.0002,-747)" + style="display:inline;fill:#5c616c;fill-opacity:1" + inkscape:label="emblems" + id="layer15-2-5-8" /> + <g + transform="translate(-181.0002,-747)" + style="display:inline;fill:#5c616c;fill-opacity:1" + inkscape:label="emotes" + id="g71291-0-8-5" /> + <g + transform="translate(-181.0002,-747)" + style="display:inline;fill:#5c616c;fill-opacity:1" + inkscape:label="categories" + id="g4953-14-7-2" /> + <g + transform="translate(-181.0002,-747)" + style="display:inline;fill:#5c616c;fill-opacity:1" + inkscape:label="actions" + id="layer12-2-6-6"> + <path + style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#5c616c;fill-opacity:1;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" + d="m 15.820312,309 a 0.80758211,0.74653913 0 0 0 -0.291015,0.0488 c -0.03459,-0.009 -0.06774,-0.0195 -0.105469,-0.0195 -0.223678,0 -0.404297,0.16823 -0.404297,0.375 0,0.0419 0.01173,0.0796 0.02539,0.11718 a 0.80758211,0.74653913 0 0 0 -0.02539,0.0918 0.80758211,0.74653913 0 0 0 0.226563,0.69922 l 3.457031,3.19727 -3.457031,3.19531 a 0.82079768,0.75875576 0 0 0 -0.197266,0.77344 c -0.01788,0.0423 -0.0293,0.0885 -0.0293,0.13671 0,0.20678 0.180619,0.37305 0.404297,0.37305 0.05174,0 0.09915,-0.0111 0.144531,-0.0273 a 0.82079768,0.75875576 0 0 0 0.839844,-0.1836 L 20.445312,314.04492 21,313.50977 20.445312,312.97266 16.408203,309.24023 A 0.80758211,0.74653913 0 0 0 15.820312,309 Z" + transform="matrix(0,1.238388,1.3396485,0,-230.9917,732.4001)" + id="path8393-09-9-8" + inkscape:connector-curvature="0" /> + </g> + </g> + <g + id="arrow-right" + transform="matrix(0,0.74646448,0.80750136,0,-6.2105618,60.8995)" + style="display:inline;fill:#5c616c;fill-opacity:1" + inkscape:label="#g4159-9-2-8-4"> + <g + transform="translate(-181.0002,-747)" + style="display:inline;fill:#5c616c;fill-opacity:1" + inkscape:label="status" + id="layer9-0-5-2-9" /> + <g + transform="translate(-181.0002,-747)" + inkscape:label="devices" + id="layer10-55-1-8-9" + style="fill:#5c616c;fill-opacity:1" /> + <g + transform="translate(-181.0002,-747)" + inkscape:label="apps" + id="layer11-0-7-5-8" + style="fill:#5c616c;fill-opacity:1" /> + <g + transform="translate(-181.0002,-747)" + inkscape:label="places" + id="layer13-80-7-5-9" + style="fill:#5c616c;fill-opacity:1" /> + <g + transform="translate(-181.0002,-747)" + inkscape:label="mimetypes" + id="layer14-8-4-6-0" + style="fill:#5c616c;fill-opacity:1" /> + <g + transform="translate(-181.0002,-747)" + style="display:inline;fill:#5c616c;fill-opacity:1" + inkscape:label="emblems" + id="layer15-2-5-5-5" /> + <g + transform="translate(-181.0002,-747)" + style="display:inline;fill:#5c616c;fill-opacity:1" + inkscape:label="emotes" + id="g71291-0-8-3-9" /> + <g + transform="translate(-181.0002,-747)" + style="display:inline;fill:#5c616c;fill-opacity:1" + inkscape:label="categories" + id="g4953-14-7-9-9" /> + <g + transform="translate(-181.0002,-747)" + style="display:inline;fill:#5c616c;fill-opacity:1" + inkscape:label="actions" + id="layer12-2-6-7-1"> + <path + style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#5c616c;fill-opacity:1;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" + id="path8393-09-9-4-3" + d="m 183.78125,751 a 1.0001,1.0001 0 0 0 -0.5,1.71875 l 5,5 0.71875,0.6875 0.71875,-0.6875 5,-5 a 1.016466,1.016466 0 1 0 -1.4375,-1.4375 L 189,755.5625 184.71875,751.28125 A 1.0001,1.0001 0 0 0 183.78125,751 Z" + inkscape:connector-curvature="0" /> + <rect + y="-195.0002" + x="-752" + width="1" + transform="matrix(0,-1,-1,0,0,0)" + style="fill:#5c616c;fill-opacity:1;stroke:none" + ry="1.3396484" + rx="1.2383881" + id="rect8399-37-0-5-5" + height="1" /> + <rect + y="-184.0002" + x="-752" + width="1" + transform="matrix(0,-1,-1,0,0,0)" + style="fill:#5c616c;fill-opacity:1;stroke:none" + ry="1.3396484" + rx="1.2383881" + id="rect8403-7-0-1-2" + height="1" /> + </g> + </g> + <g + id="arrow-up" + transform="matrix(0.74646448,0,0,-0.80750136,-5.4626788,82.572742)" + style="display:inline;fill:#5c616c;fill-opacity:1" + inkscape:label="#g4159-6"> + <g + transform="translate(-181.0002,-747)" + style="display:inline;fill:#5c616c;fill-opacity:1" + inkscape:label="status" + id="layer9-66" /> + <g + transform="translate(-181.0002,-747)" + inkscape:label="devices" + id="layer10-8" + style="fill:#5c616c;fill-opacity:1" /> + <g + transform="translate(-181.0002,-747)" + inkscape:label="apps" + id="layer11-1" + style="fill:#5c616c;fill-opacity:1" /> + <g + transform="translate(-181.0002,-747)" + inkscape:label="places" + id="layer13-2" + style="fill:#5c616c;fill-opacity:1" /> + <g + transform="translate(-181.0002,-747)" + inkscape:label="mimetypes" + id="layer14-15" + style="fill:#5c616c;fill-opacity:1" /> + <g + transform="translate(-181.0002,-747)" + style="display:inline;fill:#5c616c;fill-opacity:1" + inkscape:label="emblems" + id="layer15-3" /> + <g + transform="translate(-181.0002,-747)" + style="display:inline;fill:#5c616c;fill-opacity:1" + inkscape:label="emotes" + id="g71291-26" /> + <g + transform="translate(-181.0002,-747)" + style="display:inline;fill:#5c616c;fill-opacity:1" + inkscape:label="categories" + id="g4953-10" /> + <g + transform="translate(-181.0002,-747)" + style="display:inline;fill:#5c616c;fill-opacity:1" + inkscape:label="actions" + id="layer12-80"> + <path + style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#5c616c;fill-opacity:1;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" + id="path8393-05" + d="m 183.78125,751 a 1.0001,1.0001 0 0 0 -0.5,1.71875 l 5,5 0.71875,0.6875 0.71875,-0.6875 5,-5 a 1.016466,1.016466 0 1 0 -1.4375,-1.4375 L 189,755.5625 184.71875,751.28125 A 1.0001,1.0001 0 0 0 183.78125,751 Z" + inkscape:connector-curvature="0" /> + <rect + y="-195.0002" + x="-752" + width="1" + transform="matrix(0,-1,-1,0,0,0)" + style="fill:#5c616c;fill-opacity:1;stroke:none" + ry="1.3396484" + rx="1.2383881" + id="rect8399-7" + height="1" /> + <rect + y="-184.0002" + x="-752" + width="1" + transform="matrix(0,-1,-1,0,0,0)" + style="fill:#5c616c;fill-opacity:1;stroke:none" + ry="1.3396484" + rx="1.2383881" + id="rect8403-47" + height="1" /> + </g> + </g> + <g + id="arrow-up-insens" + transform="matrix(0.74646448,0,0,-0.80750136,5.537321,82.572742)" + style="display:inline;fill:#5c616c;fill-opacity:1" + inkscape:label="#g4159-1-8"> + <g + transform="translate(-181.0002,-747)" + style="display:inline;fill:#5c616c;fill-opacity:1" + inkscape:label="status" + id="layer9-4-4" /> + <g + transform="translate(-181.0002,-747)" + inkscape:label="devices" + id="layer10-5-6" + style="fill:#5c616c;fill-opacity:1" /> + <g + transform="translate(-181.0002,-747)" + inkscape:label="apps" + id="layer11-2-0" + style="fill:#5c616c;fill-opacity:1" /> + <g + transform="translate(-181.0002,-747)" + inkscape:label="places" + id="layer13-8-1" + style="fill:#5c616c;fill-opacity:1" /> + <g + transform="translate(-181.0002,-747)" + inkscape:label="mimetypes" + id="layer14-1-7" + style="fill:#5c616c;fill-opacity:1" /> + <g + transform="translate(-181.0002,-747)" + style="display:inline;fill:#5c616c;fill-opacity:1" + inkscape:label="emblems" + id="layer15-1-1" /> + <g + transform="translate(-181.0002,-747)" + style="display:inline;fill:#5c616c;fill-opacity:1" + inkscape:label="emotes" + id="g71291-2-4" /> + <g + transform="translate(-181.0002,-747)" + style="display:inline;fill:#5c616c;fill-opacity:1" + inkscape:label="categories" + id="g4953-9-0" /> + <g + transform="translate(-181.0002,-747)" + style="display:inline;fill:#5c616c;fill-opacity:1" + inkscape:label="actions" + id="layer12-3-6"> + <path + style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;opacity:0.55;fill:#5c616c;fill-opacity:1;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" + d="m 18.509766,320 -0.53711,0.55469 -3.732422,4.03711 a 0.74653913,0.80758211 0 0 0 -0.191406,0.8789 c -0.0089,0.0346 -0.01953,0.0677 -0.01953,0.10547 0,0.22368 0.168229,0.4043 0.375,0.4043 0.04192,0 0.07963,-0.0117 0.117187,-0.0254 a 0.74653913,0.80758211 0 0 0 0.0918,0.0254 0.74653913,0.80758211 0 0 0 0.699219,-0.22656 l 3.197266,-3.45703 3.195312,3.45703 a 0.75875576,0.82079768 0 0 0 0.773438,0.19726 c 0.04226,0.0179 0.08846,0.0293 0.136718,0.0293 0.206771,0 0.373047,-0.18062 0.373047,-0.4043 0,-0.0517 -0.01109,-0.0991 -0.02734,-0.14453 A 0.75875576,0.82079768 0 0 0 22.777344,324.5918 L 19.044922,320.55469 18.509766,320 Z" + transform="matrix(1.3396485,0,0,-1.238388,164.2046,1154.6904)" + id="path8393-9-7" + inkscape:connector-curvature="0" /> + </g> + </g> + <g + id="arrow-up-prelight" + transform="matrix(0.7464645,0,0,-0.80750136,16.537321,82.572742)" + style="display:inline;fill:#458588;fill-opacity:1" + inkscape:label="#g4159-7-3"> + <g + transform="translate(-181.0002,-747)" + style="display:inline;fill:#458588;fill-opacity:1" + inkscape:label="status" + id="layer9-6-7" /> + <g + transform="translate(-181.0002,-747)" + inkscape:label="devices" + id="layer10-1-6" + style="fill:#458588;fill-opacity:1" /> + <g + transform="translate(-181.0002,-747)" + inkscape:label="apps" + id="layer11-5-7" + style="fill:#458588;fill-opacity:1" /> + <g + transform="translate(-181.0002,-747)" + inkscape:label="places" + id="layer13-1-0" + style="fill:#458588;fill-opacity:1" /> + <g + transform="translate(-181.0002,-747)" + inkscape:label="mimetypes" + id="layer14-3-1" + style="fill:#458588;fill-opacity:1" /> + <g + transform="translate(-181.0002,-747)" + style="display:inline;fill:#458588;fill-opacity:1" + inkscape:label="emblems" + id="layer15-6-0" /> + <g + transform="translate(-181.0002,-747)" + style="display:inline;fill:#458588;fill-opacity:1" + inkscape:label="emotes" + id="g71291-9-2" /> + <g + transform="translate(-181.0002,-747)" + style="display:inline;fill:#458588;fill-opacity:1" + inkscape:label="categories" + id="g4953-1-9" /> + <g + transform="translate(-181.0002,-747)" + style="display:inline;fill:#458588;fill-opacity:1" + inkscape:label="actions" + id="layer12-8-4"> + <path + style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#8c919d;fill-opacity:1;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" + d="m 29.509766,320 -0.53711,0.55469 -3.732422,4.03711 a 0.74653915,0.80758211 0 0 0 -0.191406,0.8789 c -0.0089,0.0346 -0.01953,0.0677 -0.01953,0.10547 0,0.22368 0.168229,0.4043 0.375,0.4043 0.04192,0 0.07963,-0.0117 0.117187,-0.0254 a 0.74653915,0.80758211 0 0 0 0.0918,0.0254 0.74653915,0.80758211 0 0 0 0.699219,-0.22656 l 3.197266,-3.45703 3.195312,3.45703 a 0.75875578,0.82079768 0 0 0 0.773438,0.19726 c 0.04226,0.0179 0.08846,0.0293 0.136718,0.0293 0.206771,0 0.373047,-0.18062 0.373047,-0.4043 0,-0.0517 -0.01109,-0.0991 -0.02734,-0.14453 A 0.75875578,0.82079768 0 0 0 33.777344,324.5918 L 30.044922,320.55469 29.509766,320 Z" + transform="matrix(1.3396484,0,0,-1.238388,149.46846,1154.6904)" + id="path8393-0-4" + inkscape:connector-curvature="0" /> + </g> + </g> + <g + id="arrow-down-small" + transform="translate(33,43.362179)" + inkscape:label="#g4172"> + <rect + y="0" + x="0" + height="6" + width="9" + id="rect4170" + style="opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <g + style="display:inline;fill:#000000;fill-opacity:1" + transform="matrix(0.58058349,0,0,0.6729178,-0.13763907,-1.6754687)" + id="g4159-1-4"> + <g + id="layer9-4-6" + inkscape:label="status" + style="display:inline;fill:#000000;fill-opacity:1" + transform="translate(-181.0002,-747)" /> + <g + style="fill:#000000;fill-opacity:1" + id="layer10-5-1" + inkscape:label="devices" + transform="translate(-181.0002,-747)" /> + <g + style="fill:#000000;fill-opacity:1" + id="layer11-2-1" + inkscape:label="apps" + transform="translate(-181.0002,-747)" /> + <g + style="fill:#000000;fill-opacity:1" + id="layer13-8-3" + inkscape:label="places" + transform="translate(-181.0002,-747)" /> + <g + style="fill:#000000;fill-opacity:1" + id="layer14-1-2" + inkscape:label="mimetypes" + transform="translate(-181.0002,-747)" /> + <g + id="layer15-1-7" + inkscape:label="emblems" + style="display:inline;fill:#000000;fill-opacity:1" + transform="translate(-181.0002,-747)" /> + <g + id="g71291-2-1" + inkscape:label="emotes" + style="display:inline;fill:#000000;fill-opacity:1" + transform="translate(-181.0002,-747)" /> + <g + id="g4953-9-2" + inkscape:label="categories" + style="display:inline;fill:#000000;fill-opacity:1" + transform="translate(-181.0002,-747)" /> + <g + id="layer12-3-9" + inkscape:label="actions" + style="display:inline;fill:#000000;fill-opacity:1" + transform="translate(-181.0002,-747)"> + <path + inkscape:connector-curvature="0" + d="m 183.78125,751 a 1.0001,1.0001 0 0 0 -0.5,1.71875 l 5,5 0.71875,0.6875 0.71875,-0.6875 5,-5 a 1.016466,1.016466 0 1 0 -1.4375,-1.4375 L 189,755.5625 184.71875,751.28125 A 1.0001,1.0001 0 0 0 183.78125,751 Z" + id="path8393-9-9" + style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#5c616c;fill-opacity:1;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" /> + <rect + height="1" + id="rect8399-5-4" + rx="1.4860656" + ry="1.7224051" + style="fill:#5c616c;fill-opacity:1;stroke:none" + transform="matrix(0,-1,-1,0,0,0)" + width="1" + x="-752" + y="-195.0002" /> + <rect + height="1" + id="rect8403-8-3" + rx="1.4860656" + ry="1.7224051" + style="fill:#5c616c;fill-opacity:1;stroke:none" + transform="matrix(0,-1,-1,0,0,0)" + width="1" + x="-752" + y="-184.0002" /> + </g> + </g> + </g> + <g + style="display:inline" + id="arrow-down-small-insens" + transform="translate(43,43.362179)" + inkscape:label="#g4172-9"> + <rect + y="0" + x="0" + height="6" + width="9" + id="rect4170-0" + style="opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <g + style="display:inline;fill:#5c616c;fill-opacity:1" + transform="matrix(0.58058349,0,0,0.6729178,-0.13763907,-1.6754687)" + id="g4159-1-4-0"> + <g + id="layer9-4-6-8" + inkscape:label="status" + style="display:inline;fill:#5c616c;fill-opacity:1" + transform="translate(-181.0002,-747)" /> + <g + style="fill:#5c616c;fill-opacity:1" + id="layer10-5-1-7" + inkscape:label="devices" + transform="translate(-181.0002,-747)" /> + <g + style="fill:#5c616c;fill-opacity:1" + id="layer11-2-1-5" + inkscape:label="apps" + transform="translate(-181.0002,-747)" /> + <g + style="fill:#5c616c;fill-opacity:1" + id="layer13-8-3-5" + inkscape:label="places" + transform="translate(-181.0002,-747)" /> + <g + style="fill:#5c616c;fill-opacity:1" + id="layer14-1-2-3" + inkscape:label="mimetypes" + transform="translate(-181.0002,-747)" /> + <g + id="layer15-1-7-3" + inkscape:label="emblems" + style="display:inline;fill:#5c616c;fill-opacity:1" + transform="translate(-181.0002,-747)" /> + <g + id="g71291-2-1-5" + inkscape:label="emotes" + style="display:inline;fill:#5c616c;fill-opacity:1" + transform="translate(-181.0002,-747)" /> + <g + id="g4953-9-2-6" + inkscape:label="categories" + style="display:inline;fill:#5c616c;fill-opacity:1" + transform="translate(-181.0002,-747)" /> + <g + id="layer12-3-9-5" + inkscape:label="actions" + style="display:inline;fill:#5c616c;fill-opacity:1" + transform="translate(-181.0002,-747)"> + <path + style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;opacity:0.55;fill:#5c616c;fill-opacity:1;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" + d="m 51.605469,291 a 0.58064155,0.67298509 0 0 0 -0.128907,0.0156 0.58064155,0.67298509 0 0 0 -0.07227,0.0215 c -0.02864,-0.0109 -0.05797,-0.0215 -0.08984,-0.0215 -0.160822,0 -0.291016,0.1515 -0.291015,0.3379 0,0.0245 0.01721,0.0395 0.02148,0.0625 a 0.58064155,0.67298509 0 0 0 0.142578,0.75586 l 2.902344,3.36523 0.417968,0.46289 0.416016,-0.46289 2.902344,-3.36523 a 0.59014338,0.68399806 0 0 0 0.132812,-0.73047 c 0.0083,-0.0314 0.03125,-0.0532 0.03125,-0.0879 0,-0.1864 -0.12824,-0.3379 -0.289062,-0.3379 -0.03743,0 -0.07267,0.0106 -0.105469,0.0254 a 0.59014338,0.68399806 0 0 0 -0.603515,0.16406 l -2.484376,2.88086 -2.486328,-2.88086 A 0.58064155,0.67298509 0 0 0 51.605469,291 Z" + transform="matrix(1.7224052,0,0,1.4860656,95.117012,318.53083)" + id="path8393-9-9-9" + inkscape:connector-curvature="0" /> + </g> + </g> + </g> + <g + style="display:inline" + id="arrow-down-small-prelight" + transform="translate(53,43.362179)" + inkscape:label="#g4172-6"> + <rect + y="0" + x="0" + height="6" + width="9" + id="rect4170-6" + style="opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <g + style="display:inline;fill:#5c616c;fill-opacity:1" + transform="matrix(0.58058349,0,0,0.6729178,-0.13763907,-1.6754687)" + id="g4159-1-4-3"> + <g + id="layer9-4-6-2" + inkscape:label="status" + style="display:inline;fill:#5c616c;fill-opacity:1" + transform="translate(-181.0002,-747)" /> + <g + style="fill:#5c616c;fill-opacity:1" + id="layer10-5-1-4" + inkscape:label="devices" + transform="translate(-181.0002,-747)" /> + <g + style="fill:#5c616c;fill-opacity:1" + id="layer11-2-1-7" + inkscape:label="apps" + transform="translate(-181.0002,-747)" /> + <g + style="fill:#5c616c;fill-opacity:1" + id="layer13-8-3-3" + inkscape:label="places" + transform="translate(-181.0002,-747)" /> + <g + style="fill:#5c616c;fill-opacity:1" + id="layer14-1-2-0" + inkscape:label="mimetypes" + transform="translate(-181.0002,-747)" /> + <g + id="layer15-1-7-9" + inkscape:label="emblems" + style="display:inline;fill:#5c616c;fill-opacity:1" + transform="translate(-181.0002,-747)" /> + <g + id="g71291-2-1-1" + inkscape:label="emotes" + style="display:inline;fill:#5c616c;fill-opacity:1" + transform="translate(-181.0002,-747)" /> + <g + id="g4953-9-2-1" + inkscape:label="categories" + style="display:inline;fill:#5c616c;fill-opacity:1" + transform="translate(-181.0002,-747)" /> + <g + id="layer12-3-9-1" + inkscape:label="actions" + style="display:inline;fill:#5c616c;fill-opacity:1" + transform="translate(-181.0002,-747)"> + <path + style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#8c919d;fill-opacity:1;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" + d="m 61.605469,291 a 0.58064155,0.67298509 0 0 0 -0.128907,0.0156 0.58064155,0.67298509 0 0 0 -0.07227,0.0215 c -0.02864,-0.0109 -0.05797,-0.0215 -0.08984,-0.0215 -0.160822,0 -0.291016,0.1515 -0.291015,0.3379 0,0.0245 0.01721,0.0395 0.02148,0.0625 a 0.58064155,0.67298509 0 0 0 0.142578,0.75586 l 2.902344,3.36523 0.417968,0.46289 0.416016,-0.46289 2.902344,-3.36523 a 0.59014338,0.68399806 0 0 0 0.132812,-0.73047 c 0.0083,-0.0314 0.03125,-0.0532 0.03125,-0.0879 0,-0.1864 -0.12824,-0.3379 -0.289062,-0.3379 -0.03743,0 -0.07267,0.0106 -0.105469,0.0254 a 0.59014338,0.68399806 0 0 0 -0.603515,0.16406 l -2.484376,2.88086 -2.486328,-2.88086 A 0.58064155,0.67298509 0 0 0 61.605469,291 Z" + transform="matrix(1.7224052,0,0,1.4860656,77.892961,318.53083)" + id="path8393-9-9-0" + inkscape:connector-curvature="0" /> + </g> + </g> + </g> + <g + style="display:inline" + id="arrow-up-small" + transform="matrix(1,0,0,-1,33,57.362179)" + inkscape:label="#g4172-5"> + <rect + y="0" + x="0" + height="6" + width="9" + id="rect4170-4" + style="opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <g + style="display:inline;fill:#5c616c;fill-opacity:1" + transform="matrix(0.58058349,0,0,0.6729178,-0.13763907,-1.6754687)" + id="g4159-1-4-06"> + <g + id="layer9-4-6-4" + inkscape:label="status" + style="display:inline;fill:#5c616c;fill-opacity:1" + transform="translate(-181.0002,-747)" /> + <g + style="fill:#5c616c;fill-opacity:1" + id="layer10-5-1-71" + inkscape:label="devices" + transform="translate(-181.0002,-747)" /> + <g + style="fill:#5c616c;fill-opacity:1" + id="layer11-2-1-9" + inkscape:label="apps" + transform="translate(-181.0002,-747)" /> + <g + style="fill:#5c616c;fill-opacity:1" + id="layer13-8-3-0" + inkscape:label="places" + transform="translate(-181.0002,-747)" /> + <g + style="fill:#5c616c;fill-opacity:1" + id="layer14-1-2-6" + inkscape:label="mimetypes" + transform="translate(-181.0002,-747)" /> + <g + id="layer15-1-7-6" + inkscape:label="emblems" + style="display:inline;fill:#5c616c;fill-opacity:1" + transform="translate(-181.0002,-747)" /> + <g + id="g71291-2-1-8" + inkscape:label="emotes" + style="display:inline;fill:#5c616c;fill-opacity:1" + transform="translate(-181.0002,-747)" /> + <g + id="g4953-9-2-2" + inkscape:label="categories" + style="display:inline;fill:#5c616c;fill-opacity:1" + transform="translate(-181.0002,-747)" /> + <g + id="layer12-3-9-7" + inkscape:label="actions" + style="display:inline;fill:#5c616c;fill-opacity:1" + transform="translate(-181.0002,-747)"> + <path + inkscape:connector-curvature="0" + d="m 183.78125,751 a 1.0001,1.0001 0 0 0 -0.5,1.71875 l 5,5 0.71875,0.6875 0.71875,-0.6875 5,-5 a 1.016466,1.016466 0 1 0 -1.4375,-1.4375 L 189,755.5625 184.71875,751.28125 A 1.0001,1.0001 0 0 0 183.78125,751 Z" + id="path8393-9-9-5" + style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#5c616c;fill-opacity:1;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" /> + <rect + height="1" + id="rect8399-5-4-1" + rx="1.4860656" + ry="1.7224051" + style="fill:#5c616c;fill-opacity:1;stroke:none" + transform="matrix(0,-1,-1,0,0,0)" + width="1" + x="-752" + y="-195.0002" /> + <rect + height="1" + id="rect8403-8-3-3" + rx="1.4860656" + ry="1.7224051" + style="fill:#5c616c;fill-opacity:1;stroke:none" + transform="matrix(0,-1,-1,0,0,0)" + width="1" + x="-752" + y="-184.0002" /> + </g> + </g> + </g> + <g + style="display:inline" + id="arrow-up-small-insens" + transform="matrix(1,0,0,-1,43,57.362179)" + inkscape:label="#g4172-9-3"> + <rect + y="0" + x="0" + height="6" + width="9" + id="rect4170-0-7" + style="opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <g + style="display:inline;fill:#5c616c;fill-opacity:1" + transform="matrix(0.58058349,0,0,0.6729178,-0.13763907,-1.6754687)" + id="g4159-1-4-0-6"> + <g + id="layer9-4-6-8-9" + inkscape:label="status" + style="display:inline;fill:#5c616c;fill-opacity:1" + transform="translate(-181.0002,-747)" /> + <g + style="fill:#5c616c;fill-opacity:1" + id="layer10-5-1-7-4" + inkscape:label="devices" + transform="translate(-181.0002,-747)" /> + <g + style="fill:#5c616c;fill-opacity:1" + id="layer11-2-1-5-1" + inkscape:label="apps" + transform="translate(-181.0002,-747)" /> + <g + style="fill:#5c616c;fill-opacity:1" + id="layer13-8-3-5-9" + inkscape:label="places" + transform="translate(-181.0002,-747)" /> + <g + style="fill:#5c616c;fill-opacity:1" + id="layer14-1-2-3-5" + inkscape:label="mimetypes" + transform="translate(-181.0002,-747)" /> + <g + id="layer15-1-7-3-4" + inkscape:label="emblems" + style="display:inline;fill:#5c616c;fill-opacity:1" + transform="translate(-181.0002,-747)" /> + <g + id="g71291-2-1-5-3" + inkscape:label="emotes" + style="display:inline;fill:#5c616c;fill-opacity:1" + transform="translate(-181.0002,-747)" /> + <g + id="g4953-9-2-6-8" + inkscape:label="categories" + style="display:inline;fill:#5c616c;fill-opacity:1" + transform="translate(-181.0002,-747)" /> + <g + id="layer12-3-9-5-4" + inkscape:label="actions" + style="display:inline;fill:#5c616c;fill-opacity:1" + transform="translate(-181.0002,-747)"> + <path + style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;opacity:0.55;fill:#5c616c;fill-opacity:1;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" + d="m 54.507812,298 -0.417968,0.46289 -2.902344,3.36523 a 0.58064155,0.67298509 0 0 0 -0.142578,0.75586 c -0.0043,0.023 -0.02148,0.038 -0.02148,0.0625 -1e-6,0.1864 0.130193,0.3379 0.291015,0.3379 0.03187,0 0.0612,-0.0106 0.08984,-0.0215 a 0.58064155,0.67298509 0 0 0 0.07227,0.0215 0.58064155,0.67298509 0 0 0 0.544922,-0.18946 l 2.486328,-2.88086 2.484376,2.88086 a 0.59014338,0.68399806 0 0 0 0.603515,0.16406 c 0.0328,0.0148 0.06804,0.0254 0.105469,0.0254 0.160822,0 0.289062,-0.1515 0.289062,-0.3379 0,-0.0347 -0.02293,-0.0565 -0.03125,-0.0879 a 0.59014338,0.68399806 0 0 0 -0.132812,-0.73047 L 54.923828,298.46289 54.507812,298 Z" + transform="matrix(1.7224052,0,0,-1.4860656,95.117012,1201.2538)" + id="path8393-9-9-9-7" + inkscape:connector-curvature="0" /> + </g> + </g> + </g> + <g + style="display:inline" + id="arrow-up-small-prelight" + transform="matrix(1,0,0,-1,53,57.362179)" + inkscape:label="#g4172-6-1"> + <rect + y="0" + x="0" + height="6" + width="9" + id="rect4170-6-6" + style="opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <g + style="display:inline;fill:#5c616c;fill-opacity:1" + transform="matrix(0.58058349,0,0,0.6729178,-0.13763907,-1.6754687)" + id="g4159-1-4-3-8"> + <g + id="layer9-4-6-2-5" + inkscape:label="status" + style="display:inline;fill:#5c616c;fill-opacity:1" + transform="translate(-181.0002,-747)" /> + <g + style="fill:#5c616c;fill-opacity:1" + id="layer10-5-1-4-3" + inkscape:label="devices" + transform="translate(-181.0002,-747)" /> + <g + style="fill:#5c616c;fill-opacity:1" + id="layer11-2-1-7-9" + inkscape:label="apps" + transform="translate(-181.0002,-747)" /> + <g + style="fill:#5c616c;fill-opacity:1" + id="layer13-8-3-3-6" + inkscape:label="places" + transform="translate(-181.0002,-747)" /> + <g + style="fill:#5c616c;fill-opacity:1" + id="layer14-1-2-0-5" + inkscape:label="mimetypes" + transform="translate(-181.0002,-747)" /> + <g + id="layer15-1-7-9-6" + inkscape:label="emblems" + style="display:inline;fill:#5c616c;fill-opacity:1" + transform="translate(-181.0002,-747)" /> + <g + id="g71291-2-1-1-4" + inkscape:label="emotes" + style="display:inline;fill:#5c616c;fill-opacity:1" + transform="translate(-181.0002,-747)" /> + <g + id="g4953-9-2-1-5" + inkscape:label="categories" + style="display:inline;fill:#5c616c;fill-opacity:1" + transform="translate(-181.0002,-747)" /> + <g + id="layer12-3-9-1-0" + inkscape:label="actions" + style="display:inline;fill:#5c616c;fill-opacity:1" + transform="translate(-181.0002,-747)"> + <path + style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#8c919d;fill-opacity:1;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" + d="m 64.507812,298 -0.417968,0.46289 -2.902344,3.36523 a 0.58064155,0.67298509 0 0 0 -0.142578,0.75586 c -0.0043,0.023 -0.02148,0.038 -0.02148,0.0625 -1e-6,0.1864 0.130193,0.3379 0.291015,0.3379 0.03187,0 0.0612,-0.0106 0.08984,-0.0215 a 0.58064155,0.67298509 0 0 0 0.07227,0.0215 0.58064155,0.67298509 0 0 0 0.544922,-0.18946 l 2.486328,-2.88086 2.484376,2.88086 a 0.59014338,0.68399806 0 0 0 0.603515,0.16406 c 0.03279,0.0148 0.06804,0.0254 0.105469,0.0254 0.160822,0 0.289062,-0.1515 0.289062,-0.3379 0,-0.0347 -0.02293,-0.0565 -0.03125,-0.0879 a 0.59014338,0.68399806 0 0 0 -0.132812,-0.73047 L 64.923828,298.46289 64.507812,298 Z" + transform="matrix(1.7224052,0,0,-1.4860656,77.892961,1201.2538)" + id="path8393-9-9-0-4" + inkscape:connector-curvature="0" /> + </g> + </g> + </g> + <g + id="menu-arrow" + transform="matrix(0,0.66352399,0.6729178,0,33.324531,62.06202)" + style="display:inline;fill:#000000;fill-opacity:1" + inkscape:label="#g4159-9-7-9"> + <g + transform="translate(-181.0002,-747)" + style="display:inline;fill:#000000;fill-opacity:1" + inkscape:label="status" + id="layer9-0-1-5" /> + <g + transform="translate(-181.0002,-747)" + inkscape:label="devices" + id="layer10-55-5-8" + style="fill:#000000;fill-opacity:1" /> + <g + transform="translate(-181.0002,-747)" + inkscape:label="apps" + id="layer11-0-0-7" + style="fill:#000000;fill-opacity:1" /> + <g + transform="translate(-181.0002,-747)" + inkscape:label="places" + id="layer13-80-76-4" + style="fill:#000000;fill-opacity:1" /> + <g + transform="translate(-181.0002,-747)" + inkscape:label="mimetypes" + id="layer14-8-1-4" + style="fill:#000000;fill-opacity:1" /> + <g + transform="translate(-181.0002,-747)" + style="display:inline;fill:#000000;fill-opacity:1" + inkscape:label="emblems" + id="layer15-2-4-9" /> + <g + transform="translate(-181.0002,-747)" + style="display:inline;fill:#000000;fill-opacity:1" + inkscape:label="emotes" + id="g71291-0-9-6" /> + <g + transform="translate(-181.0002,-747)" + style="display:inline;fill:#000000;fill-opacity:1" + inkscape:label="categories" + id="g4953-14-3-9" /> + <g + transform="translate(-181.0002,-747)" + style="display:inline;fill:#5c616c;fill-opacity:1" + inkscape:label="actions" + id="layer12-2-1-3"> + <path + style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#5c616c;fill-opacity:1;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" + id="path8393-09-3-1" + d="m 183.78125,751 a 1.0001,1.0001 0 0 0 -0.5,1.71875 l 5,5 0.71875,0.6875 0.71875,-0.6875 5,-5 a 1.016466,1.016466 0 1 0 -1.4375,-1.4375 L 189,755.5625 184.71875,751.28125 A 1.0001,1.0001 0 0 0 183.78125,751 Z" + inkscape:connector-curvature="0" /> + <rect + y="-195.0002" + x="-752" + width="1" + transform="matrix(0,-1,-1,0,0,0)" + style="fill:#5c616c;fill-opacity:1;stroke:none" + ry="1.607578" + rx="1.3931866" + id="rect8399-37-2-8" + height="1" /> + <rect + y="-184.0002" + x="-752" + width="1" + transform="matrix(0,-1,-1,0,0,0)" + style="fill:#5c616c;fill-opacity:1;stroke:none" + ry="1.607578" + rx="1.3931866" + id="rect8403-7-3-0" + height="1" /> + </g> + </g> + <g + id="layer9-0-1-5-6" + inkscape:label="status" + style="display:inline;fill:#000000;fill-opacity:1" + transform="matrix(0,0.66352399,0.6729178,0,-461.34507,-95.035954)" /> + <g + style="fill:#000000;fill-opacity:1" + id="layer10-55-5-8-2" + inkscape:label="devices" + transform="matrix(0,0.66352399,0.6729178,0,-461.34507,-95.035954)" /> + <g + style="fill:#000000;fill-opacity:1" + id="layer11-0-0-7-4" + inkscape:label="apps" + transform="matrix(0,0.66352399,0.6729178,0,-461.34507,-95.035954)" /> + <g + style="fill:#000000;fill-opacity:1" + id="layer13-80-76-4-4" + inkscape:label="places" + transform="matrix(0,0.66352399,0.6729178,0,-461.34507,-95.035954)" /> + <g + style="fill:#000000;fill-opacity:1" + id="layer14-8-1-4-2" + inkscape:label="mimetypes" + transform="matrix(0,0.66352399,0.6729178,0,-461.34507,-95.035954)" /> + <g + id="layer15-2-4-9-1" + inkscape:label="emblems" + style="display:inline;fill:#000000;fill-opacity:1" + transform="matrix(0,0.66352399,0.6729178,0,-461.34507,-95.035954)" /> + <g + id="g71291-0-9-6-9" + inkscape:label="emotes" + style="display:inline;fill:#000000;fill-opacity:1" + transform="matrix(0,0.66352399,0.6729178,0,-461.34507,-95.035954)" /> + <g + id="g4953-14-3-9-1" + inkscape:label="categories" + style="display:inline;fill:#000000;fill-opacity:1" + transform="matrix(0,0.66352399,0.6729178,0,-461.34507,-95.035954)" /> + <g + id="menu-arrow-prelight" + inkscape:label="actions" + style="display:inline;fill:url(#linearGradient5048);fill-opacity:1.0" + transform="matrix(0,0.66352399,0.6729178,0,-461.34507,-58.035955)"> + <path + inkscape:connector-curvature="0" + d="m 183.78125,751 a 1.0001,1.0001 0 0 0 -0.5,1.71875 l 5,5 0.71875,0.6875 0.71875,-0.6875 5,-5 a 1.016466,1.016466 0 1 0 -1.4375,-1.4375 L 189,755.5625 184.71875,751.28125 A 1.0001,1.0001 0 0 0 183.78125,751 Z" + id="path8393-09-3-1-4" + style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient5048);fill-opacity:1.0;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" /> + <rect + height="1" + id="rect8399-37-2-8-9" + rx="1.3931866" + ry="1.607578" + style="fill:url(#linearGradient5048);fill-opacity:1.0;stroke:none" + transform="matrix(0,-1,-1,0,0,0)" + width="1" + x="-752" + y="-195.0002" /> + <rect + height="1" + id="rect8403-7-3-0-4" + rx="1.3931866" + ry="1.607578" + style="fill:url(#linearGradient5048);fill-opacity:1.0;stroke:none" + transform="matrix(0,-1,-1,0,0,0)" + width="1" + x="-752" + y="-184.0002" /> + </g> + <g + id="minus" + transform="translate(-205,-108)" + inkscape:label="#g5704"> + <rect + style="opacity:1;fill:#cfd6e6;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="rect5642" + width="11" + height="11" + x="448.00006" + y="-101.63781" + rx="2.2084" + ry="2.59585" /> + <rect + style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect5646" + width="9" + height="9" + x="449.00003" + y="-100.63782" + rx="0.99997658" + ry="1.0000023" /> + <rect + ry="1" + rx="1" + y="-96.637817" + x="451" + height="1" + width="5" + id="rect5648" + style="opacity:1;fill:#5c616c;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" /> + </g> + <g + id="plus" + transform="translate(-205,-108)" + inkscape:label="#g5698"> + <rect + style="opacity:1;fill:#cfd6e6;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="rect5640" + width="11" + height="11" + x="434.00003" + y="-101.63781" + rx="1.48607" + ry="1.72241" /> + <rect + style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect5644" + width="9" + height="9" + x="435" + y="-100.63782" + rx="0.99996775" + ry="1.0000023" /> + <rect + ry="1" + rx="1" + y="-96.637817" + x="437" + height="1" + width="5" + id="rect5648-1" + style="display:inline;opacity:1;fill:#5c616c;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" /> + <rect + transform="matrix(0,1,-1,0,0,0)" + ry="1" + rx="1" + y="-440" + x="-98.637817" + height="1" + width="5" + id="rect5648-1-9" + style="display:inline;opacity:1;fill:#5c616c;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" /> + </g> + <image + y="-179.63782" + x="287.00043" + id="line-h" + xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAABmJLR0QA/wD/AP+gvaeTAAAACXBI WXMAAAsRAAALEQF/ZF+RAAAAB3RJTUUH3wECFwIHDe6ntQAAABVJREFUCNdjYIACxvv37/9nYGBg AAAXYQOeFmwcNwAAAABJRU5ErkJggg== " + style="image-rendering:optimizeSpeed" + preserveAspectRatio="none" + height="2" + width="2" + inkscape:label="#image5739" /> + <image + y="-179.63782" + x="283.0004" + id="line-v" + xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAABGdBTUEAALGPC/xhBQAACjppQ0NQ UGhvdG9zaG9wIElDQyBwcm9maWxlAABIiZ2Wd1RU1xaHz713eqHNMBQpQ++9DSC9N6nSRGGYGWAo Aw4zNLEhogIRRUQEFUGCIgaMhiKxIoqFgGDBHpAgoMRgFFFReTOyVnTl5b2Xl98fZ31rn733PWfv fda6AJC8/bm8dFgKgDSegB/i5UqPjIqmY/sBDPAAA8wAYLIyMwJCPcOASD4ebvRMkRP4IgiAN3fE KwA3jbyD6HTw/0malcEXiNIEidiCzclkibhQxKnZggyxfUbE1PgUMcMoMfNFBxSxvJgTF9nws88i O4uZncZji1h85gx2GlvMPSLemiXkiBjxF3FRFpeTLeJbItZMFaZxRfxWHJvGYWYCgCKJ7QIOK0nE piIm8cNC3ES8FAAcKfErjv+KBZwcgfhSbukZuXxuYpKArsvSo5vZ2jLo3pzsVI5AYBTEZKUw+Wy6 W3paBpOXC8DinT9LRlxbuqjI1ma21tZG5sZmXxXqv27+TYl7u0ivgj/3DKL1fbH9lV96PQCMWVFt dnyxxe8FoGMzAPL3v9g0DwIgKepb+8BX96GJ5yVJIMiwMzHJzs425nJYxuKC/qH/6fA39NX3jMXp /igP3Z2TwBSmCujiurHSU9OFfHpmBpPFoRv9eYj/ceBfn8MwhJPA4XN4oohw0ZRxeYmidvPYXAE3 nUfn8v5TE/9h2J+0ONciURo+AWqsMZAaoALk1z6AohABEnNAtAP90Td/fDgQv7wI1YnFuf8s6N+z wmXiJZOb+DnOLSSMzhLysxb3xM8SoAEBSAIqUAAqQAPoAiNgDmyAPXAGHsAXBIIwEAVWARZIAmmA D7JBPtgIikAJ2AF2g2pQCxpAE2gBJ0AHOA0ugMvgOrgBboMHYASMg+dgBrwB8xAEYSEyRIEUIFVI CzKAzCEG5Ah5QP5QCBQFxUGJEA8SQvnQJqgEKoeqoTqoCfoeOgVdgK5Cg9A9aBSagn6H3sMITIKp sDKsDZvADNgF9oPD4JVwIrwazoML4e1wFVwPH4Pb4Qvwdfg2PAI/h2cRgBARGqKGGCEMxA0JRKKR BISPrEOKkUqkHmlBupBe5CYygkwj71AYFAVFRxmh7FHeqOUoFmo1ah2qFFWNOoJqR/WgbqJGUTOo T2gyWgltgLZD+6Aj0YnobHQRuhLdiG5DX0LfRo+j32AwGBpGB2OD8cZEYZIxazClmP2YVsx5zCBm DDOLxWIVsAZYB2wglokVYIuwe7HHsOewQ9hx7FscEaeKM8d54qJxPFwBrhJ3FHcWN4SbwM3jpfBa eDt8IJ6Nz8WX4RvwXfgB/Dh+niBN0CE4EMIIyYSNhCpCC+ES4SHhFZFIVCfaEoOJXOIGYhXxOPEK cZT4jiRD0ie5kWJIQtJ20mHSedI90isymaxNdiZHkwXk7eQm8kXyY/JbCYqEsYSPBFtivUSNRLvE kMQLSbyklqSL5CrJPMlKyZOSA5LTUngpbSk3KabUOqkaqVNSw1Kz0hRpM+lA6TTpUumj0lelJ2Ww MtoyHjJsmUKZQzIXZcYoCEWD4kZhUTZRGiiXKONUDFWH6kNNppZQv6P2U2dkZWQtZcNlc2RrZM/I jtAQmjbNh5ZKK6OdoN2hvZdTlnOR48htk2uRG5Kbk18i7yzPkS+Wb5W/Lf9ega7goZCisFOhQ+GR IkpRXzFYMVvxgOIlxekl1CX2S1hLipecWHJfCVbSVwpRWqN0SKlPaVZZRdlLOUN5r/JF5WkVmoqz SrJKhcpZlSlViqqjKle1QvWc6jO6LN2FnkqvovfQZ9SU1LzVhGp1av1q8+o66svVC9Rb1R9pEDQY GgkaFRrdGjOaqpoBmvmazZr3tfBaDK0krT1avVpz2jraEdpbtDu0J3XkdXx08nSadR7qknWddFfr 1uve0sPoMfRS9Pbr3dCH9a30k/Rr9AcMYANrA67BfoNBQ7ShrSHPsN5w2Ihk5GKUZdRsNGpMM/Y3 LjDuMH5homkSbbLTpNfkk6mVaappg+kDMxkzX7MCsy6z3831zVnmNea3LMgWnhbrLTotXloaWHIs D1jetaJYBVhtseq2+mhtY823brGestG0ibPZZzPMoDKCGKWMK7ZoW1fb9banbd/ZWdsJ7E7Y/WZv ZJ9if9R+cqnOUs7ShqVjDuoOTIc6hxFHumOc40HHESc1J6ZTvdMTZw1ntnOj84SLnkuyyzGXF66m rnzXNtc5Nzu3tW7n3RF3L/di934PGY/lHtUejz3VPRM9mz1nvKy81nid90Z7+3nv9B72UfZh+TT5 zPja+K717fEj+YX6Vfs98df35/t3BcABvgG7Ah4u01rGW9YRCAJ9AncFPgrSCVod9GMwJjgouCb4 aYhZSH5IbyglNDb0aOibMNewsrAHy3WXC5d3h0uGx4Q3hc9FuEeUR4xEmkSujbwepRjFjeqMxkaH RzdGz67wWLF7xXiMVUxRzJ2VOitzVl5dpbgqddWZWMlYZuzJOHRcRNzRuA/MQGY9czbeJ35f/AzL jbWH9ZztzK5gT3EcOOWciQSHhPKEyUSHxF2JU0lOSZVJ01w3bjX3ZbJ3cm3yXEpgyuGUhdSI1NY0 XFpc2imeDC+F15Oukp6TPphhkFGUMbLabvXu1TN8P35jJpS5MrNTQBX9TPUJdYWbhaNZjlk1WW+z w7NP5kjn8HL6cvVzt+VO5HnmfbsGtYa1pjtfLX9j/uhal7V166B18eu612usL1w/vsFrw5GNhI0p G38qMC0oL3i9KWJTV6Fy4YbCsc1em5uLJIr4RcNb7LfUbkVt5W7t32axbe+2T8Xs4mslpiWVJR9K WaXXvjH7puqbhe0J2/vLrMsO7MDs4O24s9Np55Fy6fK88rFdAbvaK+gVxRWvd8fuvlppWVm7h7BH uGekyr+qc6/m3h17P1QnVd+uca1p3ae0b9u+uf3s/UMHnA+01CrXltS+P8g9eLfOq669Xru+8hDm UNahpw3hDb3fMr5talRsLGn8eJh3eORIyJGeJpumpqNKR8ua4WZh89SxmGM3vnP/rrPFqKWuldZa chwcFx5/9n3c93dO+J3oPsk42fKD1g/72ihtxe1Qe277TEdSx0hnVOfgKd9T3V32XW0/Gv94+LTa 6ZozsmfKzhLOFp5dOJd3bvZ8xvnpC4kXxrpjux9cjLx4qye4p/+S36Urlz0vX+x16T13xeHK6at2 V09dY1zruG59vb3Pqq/tJ6uf2vqt+9sHbAY6b9je6BpcOnh2yGnowk33m5dv+dy6fnvZ7cE7y+/c HY4ZHrnLvjt5L/Xey/tZ9+cfbHiIflj8SOpR5WOlx/U/6/3cOmI9cmbUfbTvSeiTB2Ossee/ZP7y YbzwKflp5YTqRNOk+eTpKc+pG89WPBt/nvF8frroV+lf973QffHDb86/9c1Ezoy/5L9c+L30lcKr w68tX3fPBs0+fpP2Zn6u+K3C2yPvGO9630e8n5jP/oD9UPVR72PXJ79PDxfSFhb+BQOY8/wldxZ1 AAAAIGNIUk0AAHomAACAhAAA+gAAAIDoAAB1MAAA6mAAADqYAAAXcJy6UTwAAAAGYktHRAD/AP8A /6C9p5MAAAAJcEhZcwAACxEAAAsRAX9kX5EAAAAHdElNRQffAQIXAhMXNHPIAAAAFUlEQVQI12O4 f//+fwYGBgYmBigAADfmA58R2qpdAAAAAElFTkSuQmCC " + style="image-rendering:optimizeSpeed" + preserveAspectRatio="none" + height="2" + width="2" + inkscape:label="#image5750" /> + <g + id="menuitem" + transform="translate(-7,1.9999974)" + inkscape:label="#g5794"> + <rect + rx="0" + ry="0" + y="-154.63782" + x="233" + height="25" + width="15" + id="rect5775" + style="opacity:1;fill:url(#linearGradient5053);fill-opacity:1.0;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + </g> + <g + id="handle-v" + inkscape:label="#g6182" + transform="translate(11,0)"> + <rect + y="-189.63782" + x="210" + height="24" + width="2" + id="rect6174" + style="opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <rect + y="-183.63782" + x="210" + height="2" + width="2" + id="rect6176" + style="opacity:1;fill:#cfd6e6;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" /> + <rect + y="-178.63782" + x="210" + height="2" + width="2" + id="rect6178" + style="opacity:1;fill:#cfd6e6;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" /> + <rect + y="-173.63782" + x="210" + height="2" + width="2" + id="rect6180" + style="opacity:1;fill:#cfd6e6;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" /> + </g> + <g + transform="matrix(0,1,-1,0,60.362183,-388.63782)" + style="display:inline" + id="handle-h" + inkscape:label="#g6182-9"> + <rect + y="-189.63782" + x="210" + height="24" + width="2" + id="rect6174-4" + style="opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <rect + y="-183.63782" + x="210" + height="2" + width="2" + id="rect6176-4" + style="opacity:1;fill:#cfd6e6;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" /> + <rect + y="-178.63782" + x="210" + height="2" + width="2" + id="rect6178-9" + style="opacity:1;fill:#cfd6e6;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" /> + <rect + y="-173.63782" + x="210" + height="2" + width="2" + id="rect6180-1" + style="opacity:1;fill:#cfd6e6;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" /> + </g> + <rect + style="opacity:1;fill:url(#linearGradient5051);fill-opacity:1.0;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="progressbar_v" + width="30" + height="8" + x="216.00018" + y="-82.637817" + ry="4" + rx="4" + inkscape:label="#rect5799" /> + <rect + style="opacity:1;fill:url(#linearGradient5049);fill-opacity:1.0;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="progressbar" + width="30" + height="8" + x="-69.637817" + y="-235.00018" + ry="4" + rx="4" + transform="matrix(0,1,-1,0,0,0)" + inkscape:label="#rect5799-3" /> + <g + id="trough-progressbar_v" + inkscape:label="#g5052" + transform="translate(11,0)"> + <rect + ry="0" + rx="0" + y="-83.637817" + x="239" + height="9.9999971" + width="32" + id="rect5050" + style="opacity:0.55;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <rect + inkscape:label="#rect5799-38" + transform="translate(-7,-283.63782)" + rx="4" + ry="4" + y="201" + x="247" + height="8" + width="30" + id="trough-progressbar_v2" + style="opacity:1;fill:#cfd6e6;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" /> + </g> + <circle + style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#cbd2e3;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="slider" + cx="228.50018" + cy="-20.137819" + r="7" + inkscape:label="#path5834" /> + <circle + style="opacity:1;fill:url(#linearGradient5047);fill-opacity:1;stroke:url(#linearGradient5050);stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="slider-prelight" + cx="247.50018" + cy="-20.137819" + r="7" + inkscape:label="#path5834-3" /> + <g + id="slider-insensitive" + transform="translate(4,-283.63782)" + inkscape:label="#g5881"> + <circle + r="7" + cy="263.5" + cx="262.5" + id="path5834-5-4" + style="opacity:1;fill:#f9fafb;fill-opacity:1;stroke:#f9fafb;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <circle + r="7" + cy="263.5" + cx="262.5" + id="path5834-5" + style="opacity:0.55;fill:#ffffff;fill-opacity:1;stroke:#cbd2e3;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + </g> + <g + id="trough-horizontal" + transform="translate(6,-283.63782)" + inkscape:label="#g5902"> + <rect + ry="0" + rx="0" + y="276" + x="203" + height="15" + width="34" + id="rect5900" + style="opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <rect + rx="2.5" + ry="2.5" + y="281" + x="208" + height="5" + width="24" + id="rect5799-8" + style="opacity:1;fill:#cfd6e6;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" /> + </g> + <g + transform="matrix(0,1,-1,0,509,-200.63782)" + id="trough-vertical" + inkscape:label="#g5902-6"> + <rect + ry="0" + rx="0" + y="276" + x="203" + height="15" + width="34" + id="rect5900-2" + style="opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <rect + rx="2.5" + ry="2.5" + y="281" + x="208" + height="5" + width="24" + id="rect5799-8-9" + style="opacity:1;fill:#cfd6e6;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" /> + </g> + <g + id="slider-horiz-prelight" + transform="translate(-14,-190.63782)" + inkscape:label="#g5902-0-1"> + <rect + ry="0" + rx="0" + y="277" + x="206" + height="13" + width="28" + id="rect5900-5-8" + style="opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <rect + rx="3" + ry="3" + y="281" + x="208" + height="6" + width="24" + id="rect5799-8-92-1" + style="opacity:1;fill:#d3d4d8;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" /> + </g> + <rect + style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#dde3e9;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="notebook" + width="9" + height="9" + x="398.50043" + y="-277.13782" + inkscape:label="#rect6042" /> + <g + transform="translate(416,-1300)" + id="tab-top-active" + inkscape:label="Ebene 1" + clip-path="url(#clipPath6057)"> + <rect + transform="translate(0,1022.3622)" + y="0" + x="0" + height="33" + width="30" + id="rect2987" + style="opacity:1;fill:#dde3e9;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <rect + ry="1.3877788e-16" + transform="translate(0,1022.3622)" + y="1" + x="1" + height="31" + width="28" + id="rect3759" + style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + rx="1.3877788e-16" /> + </g> + <g + transform="matrix(0,1,-1,0,1503.3622,-277.63782)" + id="tab-right-active" + inkscape:label="Ebene 1" + clip-path="url(#clipPath6057-7)"> + <rect + transform="translate(0,1022.3622)" + y="0" + x="0" + height="33" + width="30" + id="rect2987-3" + style="opacity:1;fill:#dde3e9;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <rect + ry="1.3877788e-16" + transform="translate(0,1022.3622)" + y="1" + x="1" + height="31" + width="28" + id="rect3759-2" + style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + rx="1.3877788e-16" /> + </g> + <g + transform="matrix(1,0,0,-1,416,808.72438)" + id="tab-bottom-active" + inkscape:label="Ebene 1" + clip-path="url(#clipPath6057-4)"> + <rect + transform="translate(0,1022.3622)" + y="0" + x="0" + height="33" + width="30" + id="rect2987-2" + style="opacity:1;fill:#dde3e9;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <rect + ry="1.3877788e-16" + transform="translate(0,1022.3622)" + y="1" + x="1" + height="31" + width="28" + id="rect3759-3" + style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + rx="1.3877788e-16" /> + </g> + <g + transform="matrix(0,-1,1,0,-571.3622,-213.63782)" + id="tab-left-active" + inkscape:label="Ebene 1" + clip-path="url(#clipPath6057-9)"> + <rect + transform="translate(0,1022.3622)" + y="0" + x="0" + height="33" + width="30" + id="rect2987-28" + style="opacity:1;fill:#dde3e9;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <rect + ry="1.3877788e-16" + transform="translate(0,1022.3622)" + y="1" + x="1" + height="31" + width="28" + id="rect3759-6" + style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + rx="1.3877788e-16" /> + </g> + <g + id="notebook-gap-horiz" + transform="translate(4,-283.63782)" + inkscape:label="#g6133"> + <rect + y="19" + x="394" + height="2" + width="4" + id="rect6129" + style="opacity:0.37700004;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <rect + y="19" + x="395" + height="2" + width="2" + id="rect6131" + style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + </g> + <g + transform="matrix(0,1,-1,0,424,-659.63782)" + id="notebook-gap-vert" + inkscape:label="#g6133-5"> + <rect + y="19" + x="394" + height="2" + width="4" + id="rect6129-6" + style="opacity:0.37700004;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <rect + y="19" + x="395" + height="2" + width="2" + id="rect6131-3" + style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + </g> + <rect + style="opacity:1;fill:#f0f2f5;fill-opacity:1;stroke:#dde3e9;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="inline-toolbar" + width="23" + height="33" + x="407.5" + y="109.5" + clip-path="url(#clipPath6162)" + transform="translate(4,-283.63782)" + inkscape:label="#rect6158" /> + <g + id="toolbar" + transform="translate(4,-283.63782)" + inkscape:label="#g6170"> + <rect + y="111" + x="437" + height="32" + width="24" + id="rect6166" + style="opacity:1;fill:#f5f6f7;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" /> + <rect + y="142" + x="437" + height="1" + width="24" + id="rect6168" + style="opacity:1;fill:#dde3e9;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" /> + </g> + <g + id="tree_header" + inkscape:label="#g6293" + transform="translate(11,0)"> + <rect + y="-87.637817" + x="410" + height="28" + width="10" + id="rect6289" + style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <rect + y="-87.637817" + x="419" + height="28" + width="1" + id="rect6291" + style="opacity:0.05;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + </g> + <rect + style="opacity:0.05;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="null" + width="15" + height="14.999997" + x="441.00043" + y="-87.637817" + inkscape:label="#rect6297" /> + <image + y="-39.637821" + x="421.00043" + id="frame" + xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABmJLR0QA/wD/AP+gvaeTAAAACXBI WXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wECFwQljtRB1wAAAB1pVFh0Q29tbWVudAAAAAAAQ3Jl YXRlZCB3aXRoIEdJTVBkLmUHAAAAKklEQVQY02O8f//+fwYiAAsDAwODgoICXkUPHjxgYGIgEoxM hSywcCIEABzqCVThoNl8AAAAAElFTkSuQmCC " + style="image-rendering:optimizeSpeed" + preserveAspectRatio="none" + height="10" + width="10" + inkscape:label="#image6307" /> + <image + y="-37.637821" + x="436.00043" + id="frame-gap-end" + xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAABCAYAAAD0In+KAAAABmJLR0QA/wD/AP+gvaeTAAAACXBI WXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wECFwUBq8yURwAAAB1pVFh0Q29tbWVudAAAAAAAQ3Jl YXRlZCB3aXRoIEdJTVBkLmUHAAAAEklEQVQI12O8f//+/5+/fjoCACBdBssq+XOrAAAAAElFTkSu QmCC " + style="image-rendering:optimizeSpeed" + preserveAspectRatio="none" + height="1" + width="2" + inkscape:label="#image6318" /> + <image + y="-34.637821" + x="436.00043" + id="frame-gap-start" + xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAABCAYAAAD0In+KAAAABmJLR0QA/wD/AP+gvaeTAAAACXBI WXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wECFwUNonrYbAAAAB1pVFh0Q29tbWVudAAAAAAAQ3Jl YXRlZCB3aXRoIEdJTVBkLmUHAAAAEUlEQVQI12O8cfOGAzsb+34AFAwDnr/nIb8AAAAASUVORK5C YII= " + style="image-rendering:optimizeSpeed" + preserveAspectRatio="none" + height="1" + width="2" + inkscape:label="#image6329" /> + <g + id="menubar_button" + inkscape:label="#g5032" + transform="translate(11,0)"> + <rect + inkscape:label="#rect5007" + y="-152.63782" + x="245" + height="15" + width="25" + id="wsad" + style="opacity:1;fill:url(#linearGradient5020);fill-opacity:1.0;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + </g> + <g + transform="matrix(0,1,-1,0,188.36218,-309.63782)" + style="display:inline" + id="trough-progressbar" + inkscape:label="#g5052"> + <rect + ry="0" + rx="0" + y="-83.637817" + x="239" + height="9.9999971" + width="32" + id="rect5050-9" + style="opacity:0.55;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <rect + inkscape:label="#rect5799-38" + transform="translate(-7,-283.63782)" + rx="4" + ry="4" + y="201" + x="247" + height="8" + width="30" + id="trough-progressbar_v2-1" + style="opacity:1;fill:#cfd6e6;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" /> + </g> + <g + transform="translate(-1,126)" + style="display:inline" + id="entry-toolbar" + inkscape:label="#g9335"> + <rect + style="display:inline;opacity:1;fill:#e7e8eb;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect5076-6" + width="26" + height="24" + x="-3" + y="-279.63782" + rx="0" + ry="0" /> + <rect + rx="3.0000002" + inkscape:transform-center-y="0.42353254" + inkscape:transform-center-x="-5.0639157" + y="-279.13782" + x="-2.5" + height="23" + width="25" + id="rect7903-7-1-6" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#cfd6e6;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + ry="3" /> + <rect + rx="2.5" + y="-278.63782" + x="-2" + height="22" + width="24" + id="rect7903-93-7" + style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" + ry="2.5" /> + </g> + <g + transform="translate(-1,126)" + style="display:inline" + id="entry-active-toolbar" + inkscape:label="#g9350"> + <rect + style="display:inline;opacity:1;fill:#e7e8eb;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect5076-2" + width="26" + height="24" + x="31" + y="-279.63782" + rx="0" + ry="0" /> + <rect + ry="3" + rx="3.0000002" + inkscape:transform-center-y="0.42353254" + inkscape:transform-center-x="-5.0639177" + y="-279.13782" + x="31.500002" + height="23" + width="25" + id="rect7903-7-3-4-9" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:url(#linearGradient5031);stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <rect + rx="2.5" + y="-278.63782" + x="32" + height="22" + width="24" + id="rect7903-93-4" + style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" + ry="2.5" /> + </g> + <g + transform="translate(-1,126)" + style="display:inline" + id="entry-disabled-toolbar" + inkscape:label="#g9365"> + <g + id="g4303-7-3"> + <rect + style="display:inline;opacity:1;fill:#e7e8eb;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect5076-7" + width="26" + height="24" + x="65" + y="-279.63782" + rx="0" + ry="0" /> + <rect + style="opacity:1;fill:#fbfcfc;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" + id="rect7903-6-5-6" + width="24" + height="21.999998" + x="66" + y="-278.63782" + rx="2.5" + ry="2.5" /> + <rect + style="display:inline;opacity:0.55;fill:none;fill-opacity:1;stroke:#cfd6e6;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect7903-7-2-3-4" + width="25" + height="23" + x="65.5" + y="-279.13782" + inkscape:transform-center-x="-5.0639158" + inkscape:transform-center-y="0.42353254" + rx="3.0000002" + ry="3" /> + </g> + </g> + <g + style="display:inline" + id="menubar" + transform="translate(33,-283.63782)" + inkscape:label="#g6170"> + <rect + y="111" + x="437" + height="32" + width="24" + id="rect6166-6" + style="opacity:1;fill:#e7e8eb;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" /> + <rect + y="142" + x="437" + height="1" + width="24" + id="rect6168-6" + style="opacity:1;fill:#d7d8dd;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" /> + </g> + <rect + transform="matrix(0,1,-1,0,0,0)" + y="-287.5" + x="-205.13783" + height="4" + width="4.0000124" + id="focus-line" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#cfd6e6;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.67346936" + inkscape:label="#rect6176-4-2" /> + <g + style="display:inline" + id="trough-horizontal-active" + transform="translate(37,-283.63782)" + inkscape:label="#g5902"> + <rect + ry="0" + rx="0" + y="276" + x="203" + height="15" + width="34" + id="rect5900-0" + style="opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <rect + rx="2.5" + ry="2.5" + y="281" + x="208" + height="5" + width="24" + id="rect5799-8-5" + style="opacity:1;fill:url(#linearGradient5045);fill-opacity:1.0;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + </g> + <g + style="display:inline" + transform="matrix(0,1,-1,0,540,-200.63782)" + id="trough-vertical-active" + inkscape:label="#g5902-6"> + <rect + ry="0" + rx="0" + y="276" + x="203" + height="15" + width="34" + id="rect5900-2-4" + style="opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <rect + rx="2.5" + ry="2.5" + y="281" + x="208" + height="5" + width="24" + id="rect5799-8-9-4" + style="opacity:1;fill:url(#linearGradient5043);fill-opacity:1.0;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + </g> + <g + style="display:inline" + id="slider-horiz-active" + transform="translate(-14,-203.63782)" + inkscape:label="#g5902-0-1"> + <rect + ry="0" + rx="0" + y="277" + x="206" + height="13" + width="28" + id="rect5900-5-8-47" + style="opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <rect + rx="3" + ry="3" + y="281" + x="208" + height="6" + width="24" + id="rect5799-8-92-1-0" + style="opacity:1;fill:url(#linearGradient5039);fill-opacity:1.0;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + </g> + <g + style="display:inline" + id="slider-horiz" + transform="translate(-14,-216.63782)" + inkscape:label="#g5902-0-1"> + <rect + ry="0" + rx="0" + y="277" + x="206" + height="13" + width="28" + id="rect5900-5-8-47-3" + style="opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <rect + rx="3" + ry="3" + y="281" + x="208" + height="6" + width="24" + id="rect5799-8-92-1-0-8" + style="opacity:1;fill:#b8babf;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" /> + </g> + <g + style="display:inline" + id="slider-vert-prelight" + transform="matrix(0,-1,1,0,-16,292.36218)" + inkscape:label="#g5902-0-1"> + <rect + ry="0" + rx="0" + y="277" + x="206" + height="13" + width="28" + id="rect5900-5-8-1" + style="opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <rect + rx="3" + ry="3" + y="281" + x="208" + height="6" + width="24" + id="rect5799-8-92-1-1" + style="opacity:1;fill:#d3d4d8;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" /> + </g> + <g + style="display:inline" + id="slider-vert-active" + transform="matrix(0,-1,1,0,-29,292.36218)" + inkscape:label="#g5902-0-1"> + <rect + ry="0" + rx="0" + y="277" + x="206" + height="13" + width="28" + id="rect5900-5-8-47-7" + style="opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <rect + rx="3" + ry="3" + y="281" + x="208" + height="6" + width="24" + id="rect5799-8-92-1-0-6" + style="opacity:1;fill:url(#linearGradient5041);fill-opacity:1.0;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + </g> + <g + style="display:inline" + id="slider-vert" + transform="matrix(0,-1,1,0,-42,292.36218)" + inkscape:label="#g5902-0-1"> + <rect + ry="0" + rx="0" + y="277" + x="206" + height="13" + width="28" + id="rect5900-5-8-47-3-2" + style="opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <rect + rx="3" + ry="3" + y="281" + x="208" + height="6" + width="24" + id="rect5799-8-92-1-0-8-9" + style="opacity:1;fill:#b8babf;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" /> + </g> + <g + id="trough-scrollbar-vert" + inkscape:label="#g5091"> + <rect + inkscape:label="#rect6037" + ry="0" + rx="0" + y="92.362183" + x="241.00018" + height="15" + width="15" + id="sdcdscds" + style="opacity:0.99999999;fill:#fcfcfc;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" /> + <rect + transform="matrix(0,-1,1,0,0,0)" + y="241.00002" + x="-107.36199" + height="0.99999237" + width="14.999812" + id="rect5065" + style="display:inline;opacity:1;fill:#dbdfe3;fill-opacity:1;stroke:#f7ef45;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + </g> + <g + transform="matrix(0,1,-1,0,369.36237,-148.63783)" + style="display:inline" + id="trough-scrollbar-horiz" + inkscape:label="#g5091"> + <rect + inkscape:label="#rect6037" + ry="0" + rx="0" + y="92.362183" + x="241.00018" + height="15" + width="15" + id="sdcdscds-6" + style="opacity:1;fill:#fcfcfc;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" /> + <rect + transform="matrix(0,-1,1,0,0,0)" + y="241.00002" + x="-107.36199" + height="0.99999237" + width="14.999812" + id="rect5065-7" + style="display:inline;opacity:1;fill:#dbdfe3;fill-opacity:1;stroke:#f7ef45;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + </g> + <g + style="display:inline" + id="slider-vert-insens" + transform="matrix(0,-1,1,0,-3,292.36218)" + inkscape:label="#g5902-0-1"> + <rect + ry="0" + rx="0" + y="277" + x="206" + height="13" + width="28" + id="rect5900-5-8-1-4" + style="opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <rect + rx="3" + ry="3" + y="281" + x="208" + height="6" + width="24" + id="rect5799-8-92-1-1-6" + style="opacity:1;fill:#eaebed;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" /> + </g> + <g + style="display:inline" + id="slider-horiz-insens" + transform="translate(-14,-177.63782)" + inkscape:label="#g5902-0-1"> + <rect + ry="0" + rx="0" + y="277" + x="206" + height="13" + width="28" + id="rect5900-5-8-7" + style="opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <rect + rx="3" + ry="3" + y="281" + x="208" + height="6" + width="24" + id="rect5799-8-92-1-2" + style="opacity:1;fill:#eaebed;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" /> + </g> + <g + style="display:inline" + transform="translate(214,-1289)" + id="menu-checkbox-unchecked-selected" + inkscape:label="Ebene 1"> + <g + inkscape:label="#g22047" + id="checkbox-unchecked-49-9" + style="display:inline;opacity:1" + transform="translate(-19,1036.9872)"> + <g + id="sdsd-1-0" + inkscape:label="#g21853"> + <path + sodipodi:nodetypes="ssssssssssssssssss" + inkscape:connector-curvature="0" + id="rect21848-6-0" + d="m 20.857147,2.375005 c -1.028857,0 -1.857142,0.8282854 -1.857142,1.8571422 l 0,9.2857108 c 0,1.028857 0.828285,1.857142 1.857142,1.857142 l 9.285711,0 C 31.171715,15.375 32,14.546715 32,13.517858 L 32,4.2321472 C 32,3.2032904 31.171715,2.375005 30.142858,2.375005 Z M 21,3.375 l 9,0 c 0.514428,0 1,0.4855716 1,1 l 0,9 c 0,0.514428 -0.485588,1.004019 -1,1 L 20.857142,14.30357 C 20.34273,14.299552 20,13.889428 20,13.375 l 0,-9 c 0,-0.5144284 0.485572,-1 1,-1 z" + style="opacity:0.5;fill:#ffffff;fill-opacity:1;stroke:#cfd6e6;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <g + transform="translate(0,-30)" + inkscape:label="#g14325" + id="scdsdcd-69-8"> + <g + transform="matrix(0.92951982,0,0,0.92914368,-156.75069,-212.9618)" + id="g15812-6-6-1-10-0" + style="display:inline"> + <g + style="display:inline" + id="g5489-2-9-6-8-8-6-7" + transform="matrix(0.5089163,0,0,0.51739823,161.7932,197.56426)"> + <g + id="g5428-8-1-4-0-0-3-3" /> + </g> + </g> + <g + id="g5400-3-2"> + <rect + transform="translate(-2.0348579e-6,4.7858158e-6)" + rx="1" + y="33.375004" + x="20.000006" + height="10.987178" + width="10.999995" + id="rect5147-9-1-5-7-6-55-9" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:0.11764706;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate;opacity:0.5" + ry="0.99999994" /> + </g> + </g> + </g> + </g> + </g> + <g + transform="translate(208.37869,-252.08593)" + style="display:inline;opacity:1" + id="menu-checkbox-checked-selected" + inkscape:label="#g10758"> + <g + inkscape:label="#g22047" + id="checkbox-unchecked-5-8-5" + style="display:inline" + transform="translate(19,0)"> + <g + id="sdsd-7-9-8" + inkscape:label="#g21853"> + <g + transform="translate(0,-30)" + inkscape:label="#g14325" + id="scdsdcd-5-83-4"> + <g + transform="matrix(0.92951982,0,0,0.92914368,-156.75069,-212.9618)" + id="g15812-6-6-1-5-9-8" + style="display:inline"> + <g + style="display:inline" + id="g5489-2-9-6-8-8-53-42-6" + transform="matrix(0.5089163,0,0,0.51739823,161.7932,197.56426)"> + <g + id="g5428-8-1-4-0-0-4-4-3" /> + </g> + </g> + <g + id="g5400-6-55-8"> + <rect + rx="1.9999942" + y="32.448002" + x="18.621313" + height="12.999986" + width="12.999983" + id="rect5147-9-1-5-7-6-7-2-7" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient5034);fill-opacity:1;stroke:#000000;stroke-width:0;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.9999917" /> + </g> + </g> + </g> + </g> + <g + inkscape:label="Ebene 1" + id="checkbox-checked-dark-7-1-5" + transform="translate(36,-1036)" + style="display:inline"> + <g + id="g3981-6-4-7-2" + 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-6-8" + transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,727.94436,295.31123)"> + <g + id="g4056-7-3-7" + transform="translate(12.374375,11.531233)"> + <g + id="g3981-0-31-5" + transform="translate(-3,-4.9999826)" + style="fill:#3b3c3e;fill-opacity:1"> + <rect + ry="0.66666085" + rx="0.66666085" + y="1033.7155" + x="8.3534861" + height="1.9999826" + width="5" + id="rect3977-39-88-5" + style="fill:url(#linearGradient5065);fill-opacity:1.0;stroke:none" /> + <rect + ry="0" + y="1027.7155" + x="11.353486" + height="7.9999828" + width="2" + id="rect3979-7-8-3" + style="fill:url(#linearGradient5067);fill-opacity:1.0;stroke:none" /> + </g> + <rect + style="fill:#eeeeee;fill-opacity:0;stroke:none" + id="rect4047-81-8-4" + width="3" + height="1" + x="5" + y="-8" + transform="translate(0,1036.3622)" /> + </g> + </g> + </g> + </g> + <g + transform="translate(115,-237.00012)" + style="display:inline;opacity:0.5" + id="menu-radio-unchecked-selected" + inkscape:label="#g10975"> + <path + inkscape:connector-curvature="0" + id="path10940-8-0" + d="m 99.000005,8.862187 c 0,3.589846 2.910155,6.499996 6.499995,6.499996 3.58985,0 6.5,-2.91015 6.5,-6.499996 0,-3.5898455 -2.91015,-6.4999958 -6.5,-6.4999958 -3.58984,0 -6.499995,2.9101503 -6.499995,6.4999958 z M 100,8.7764737 c 0,-3.0865694 2.41343,-5.4142875 5.5,-5.4142875 3.08657,0 5.5,2.4134314 5.5,5.5000008 0,3.08657 -2.41343,5.485712 -5.5,5.485712 -3.08657,0 -5.5,-2.484855 -5.5,-5.5714253 z" + style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + sodipodi:nodetypes="ssssssssss" /> + <g + id="g10964-19-9" + style=""> + <g + style="display:inline" + id="radio-unchecked2-82-1" + transform="matrix(0.93617253,0,0,0.93566004,-96.78315,-244.76084)" + inkscape:label="#g15805"> + <g + id="g7025-16-2" + style=""> + <g + style="display:inline" + id="g5489-2-9-3-0-0" + transform="matrix(0.5089163,0,0,0.51739823,181.7932,197.56426)"> + <g + id="g5428-8-1-7-9-1" + style=""> + <rect + ry="13.246163" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:0.11764706;fill-rule:nonzero;stroke:#999999;stroke-width:0;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-7-4-3" + width="23.088213" + height="22.722145" + x="55.817558" + y="130.69385" + rx="13.224191" /> + </g> + </g> + </g> + </g> + </g> + </g> + <g + transform="translate(128,-237.00011)" + style="display:inline;opacity:1" + id="menu-radio-checked-selected" + inkscape:label="#g11094"> + <g + transform="translate(19.004264,-4.6992607e-6)" + inkscape:label="#g10975" + id="radio-unchecked-2-7-3" + style="display:inline"> + <g + id="g10964-6-9-2"> + <g + inkscape:label="#g15805" + transform="matrix(0.93617253,0,0,0.93566004,-96.78315,-244.76084)" + id="radio-unchecked2-0-1-3" + style="display:inline"> + <g + id="g7025-09-3-5"> + <g + transform="matrix(0.5089163,0,0,0.51739823,181.7932,197.56426)" + id="g5489-2-9-3-2-1-3" + style="display:inline"> + <g + id="g5428-8-1-7-5-7-5"> + <rect + rx="13.643032" + y="128.6282" + x="53.709679" + height="26.85346" + width="27.286064" + id="rect5147-9-1-7-2-8-3" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient5032);fill-opacity:1;fill-rule:nonzero;stroke:#999999;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + ry="13.42673" /> + </g> + </g> + </g> + </g> + </g> + </g> + <rect + rx="2.5" + y="6.362186" + x="122" + height="5" + width="5" + id="use15101-5-7-8-1" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient5063);fill-opacity:1.0;stroke:none;stroke-width:2.08838987;marker:none;enable-background:accumulate" + ry="2.5" /> + </g> + <g + style="display:inline" + id="entry-border-bg" + inkscape:label="#g9335" + transform="translate(-1,31.999997)"> + <path + inkscape:connector-curvature="0" + style="display:inline;opacity:1;fill:#f5f6f7;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="m -4,-280.63782 0,26 1,0 1,0 24,0 1,0 1,0 0,-26 -1,0 -1,0 -24,0 -1,0 -1,0 z m 2,2 24,0 0,22 -24,0 0,-22 z" + id="rect5006-1" /> + <path + inkscape:connector-curvature="0" + style="opacity:1;fill:#f5f6f7;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" + d="m 110,66 0,24 26,0 0,-24 -26,0 z m 3.5,1 1,0 17,0 1,0 c 1.385,0 2.5,1.115 2.5,2.5 l 0,17 c 0,1.385 -1.115,2.5 -2.5,2.5 l -1,0 -17,0 -1,0 c -1.385,0 -2.5,-1.115 -2.5,-2.5 l 0,-17 c 0,-1.385 1.115,-2.5 2.5,-2.5 z" + id="rect9321-3-7" + transform="translate(-113,-345.63782)" /> + <rect + rx="3.0000002" + inkscape:transform-center-y="0.42353254" + inkscape:transform-center-x="-5.0639158" + y="-279.13782" + x="-2.5" + height="23" + width="25" + id="rect7903-7-31-1" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#cfd6e6;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + ry="3" /> + </g> + <g + style="display:inline" + id="entry-border-active-bg" + inkscape:label="#g9350" + transform="translate(-1,31.999997)"> + <path + inkscape:connector-curvature="0" + style="display:inline;opacity:1;fill:#f5f6f7;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="m 30,-280.63782 0,26 1,0 1,0 24,0 1,0 1,0 0,-26 -1,0 -1,0 -24,0 -1,0 -1,0 z m 2,2 24,0 0,22 -24,0 0,-22 z" + id="rect5006-1-1-1" /> + <path + inkscape:connector-curvature="0" + style="display:inline;opacity:1;fill:#f5f6f7;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" + d="m 144,66 0,24 26,0 0,-24 -26,0 z m 3.5,1 1,0 17,0 1,0 c 1.385,0 2.5,1.115 2.5,2.5 l 0,17 c 0,1.385 -1.115,2.5 -2.5,2.5 l -1,0 -17,0 -1,0 c -1.385,0 -2.5,-1.115 -2.5,-2.5 l 0,-17 c 0,-1.385 1.115,-2.5 2.5,-2.5 z" + transform="translate(-113,-345.63782)" + id="rect9321-0-2-2" /> + <rect + ry="3" + rx="3" + inkscape:transform-center-y="0.42353254" + inkscape:transform-center-x="-5.0639174" + y="-279.13782" + x="31.500002" + height="23" + width="24.999998" + id="rect7903-7-3-7-7" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:url(#linearGradient5014);stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + </g> + <rect + style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="entry-background" + width="6" + height="18" + x="67" + y="-245.63782" + rx="2.7755599e-17" + ry="2.7755599e-17" + inkscape:label="#rect5008" /> + <rect + style="display:inline;opacity:1;fill:#fbfcfc;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="entry-background-disabled" + width="6" + height="18" + x="80" + y="-245.63782" + rx="2.7755599e-17" + ry="2.7755599e-17" + inkscape:label="#rect5008-1" /> + <g + style="display:inline" + id="combo-entry-border" + inkscape:label="#g9335" + transform="translate(161,169)" + clip-path="url(#clipPath4466-3)"> + <path + style="display:inline;opacity:1;fill:#f5f6f7;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="m -43,149 0,24 26,0 0,-24 -26,0 z m 3,1 18,0 c 1.108,0 2,0.892 2,2 l 0,18 c 0,1.108 -0.892,2 -2,2 l -18,0 c -1.108,0 -2,-0.892 -2,-2 l 0,-18 c 0,-1.108 0.892,-2 2,-2 z" + transform="translate(40,-428.63782)" + id="rect5025-2-2" + inkscape:connector-curvature="0" /> + <rect + rx="3" + inkscape:transform-center-y="0.42353254" + inkscape:transform-center-x="-4.8613592" + y="-279.13782" + x="-2.5" + height="23" + width="24" + id="rect7903-7-8-6-2" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#cfd6e6;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + ry="3" /> + <rect + y="-278.63782" + x="17" + height="22" + width="1" + id="rect4699-70" + style="display:inline;opacity:0.3;fill:#cfd6e6;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" /> + </g> + <g + style="display:inline" + id="combo-entry-border-focus" + inkscape:label="#g9335" + transform="translate(186,169)" + clip-path="url(#clipPath4466-3-1)"> + <path + style="display:inline;opacity:1;fill:#f5f6f7;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="m -43,149 0,24 26,0 0,-24 -26,0 z m 3,1 18,0 c 1.108,0 2,0.892 2,2 l 0,18 c 0,1.108 -0.892,2 -2,2 l -18,0 c -1.108,0 -2,-0.892 -2,-2 l 0,-18 c 0,-1.108 0.892,-2 2,-2 z" + transform="translate(40,-428.63782)" + id="rect5025-2-2-3" + inkscape:connector-curvature="0" /> + <rect + rx="3" + inkscape:transform-center-y="0.42353254" + inkscape:transform-center-x="-4.8613592" + y="-279.13782" + x="-2.5" + height="23" + width="24" + id="rect7903-7-8-6-2-9" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:url(#linearGradient5171);stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + ry="3" /> + <rect + y="-278.63782" + x="17" + height="22" + width="1" + id="rect4699-70-9" + style="display:inline;opacity:1;fill:url(#linearGradient6618);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" /> + </g> + <g + style="display:inline" + id="combo-entry-border-rtl" + inkscape:label="#g9335" + transform="matrix(-1,0,0,1,176,199)" + clip-path="url(#clipPath4466-3-8)"> + <path + style="display:inline;opacity:1;fill:#f5f6f7;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="m -43,149 0,24 26,0 0,-24 -26,0 z m 3,1 18,0 c 1.108,0 2,0.892 2,2 l 0,18 c 0,1.108 -0.892,2 -2,2 l -18,0 c -1.108,0 -2,-0.892 -2,-2 l 0,-18 c 0,-1.108 0.892,-2 2,-2 z" + transform="translate(40,-428.63782)" + id="rect5025-2-2-30" + inkscape:connector-curvature="0" /> + <rect + rx="3" + inkscape:transform-center-y="0.42353254" + inkscape:transform-center-x="-4.8613592" + y="-279.13782" + x="-2.5" + height="23" + width="24" + id="rect7903-7-8-6-2-6" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#cfd6e6;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + ry="3" /> + <rect + y="-278.63782" + x="17" + height="22" + width="1" + id="rect4699-70-6" + style="display:inline;opacity:0.3;fill:#cfd6e6;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" /> + </g> + <g + style="display:inline" + id="combo-entry-border-focus-rtl" + inkscape:label="#g9335" + transform="matrix(-1,0,0,1,201,199)" + clip-path="url(#clipPath4466-3-1-0)"> + <path + style="display:inline;opacity:1;fill:#f5f6f7;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="m -43,149 0,24 26,0 0,-24 -26,0 z m 3,1 18,0 c 1.108,0 2,0.892 2,2 l 0,18 c 0,1.108 -0.892,2 -2,2 l -18,0 c -1.108,0 -2,-0.892 -2,-2 l 0,-18 c 0,-1.108 0.892,-2 2,-2 z" + transform="translate(40,-428.63782)" + id="rect5025-2-2-3-8" + inkscape:connector-curvature="0" /> + <rect + rx="3" + inkscape:transform-center-y="0.42353254" + inkscape:transform-center-x="-4.8613592" + y="-279.13782" + x="-2.5" + height="23" + width="24" + id="rect7903-7-8-6-2-9-2" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:url(#linearGradient5171-1);stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + ry="3" /> + <rect + y="-278.63782" + x="17" + height="22" + width="1" + id="rect4699-70-9-8" + style="display:inline;opacity:1;fill:url(#linearGradient6618-1);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" /> + </g> + </g> +</svg> diff --git a/.themes/arc-gruvbox/gtk-2.0/assets.txt b/.themes/arc-gruvbox/gtk-2.0/assets.txt new file mode 100644 index 00000000..710871ed --- /dev/null +++ b/.themes/arc-gruvbox/gtk-2.0/assets.txt @@ -0,0 +1,132 @@ +arrow-down +arrow-down-insens +arrow-down-prelight +arrow-left +arrow-left-insens +arrow-left-prelight +arrow-right +arrow-right-insens +arrow-right-prelight +arrow-up +arrow-up-insens +arrow-up-prelight +arrow-down-small +arrow-down-small-insens +arrow-down-small-prelight +arrow-up-small +arrow-up-small-insens +arrow-up-small-prelight +menu-arrow +menu-arrow-prelight +button +button-hover +button-active +button-insensitive +checkbox-checked +checkbox-checked-insensitive +checkbox-unchecked +checkbox-unchecked-insensitive +radio-checked +radio-checked-insensitive +radio-unchecked +radio-unchecked-insensitive +menu-checkbox-checked +menu-checkbox-checked-selected +menu-checkbox-checked-insensitive +menu-checkbox-unchecked +menu-checkbox-unchecked-selected +menu-checkbox-unchecked-insensitive +menu-radio-checked +menu-radio-checked-selected +menu-radio-checked-insensitive +menu-radio-unchecked +menu-radio-unchecked-selected +menu-radio-unchecked-insensitive +entry-background +entry-background-disabled +entry-border-bg +entry-border-active-bg +entry-bg +entry-active-bg +entry-disabled-bg +entry-notebook +entry-active-notebook +entry-disabled-notebook +entry-toolbar +entry-active-toolbar +entry-disabled-toolbar +combo-entry +combo-entry-border +combo-entry-focus +combo-entry-border-focus +combo-entry-insensitive +combo-entry-notebook +combo-entry-focus-notebook +combo-entry-insensitive-notebook +combo-entry-rtl +combo-entry-border-rtl +combo-entry-focus-rtl +combo-entry-border-focus-rtl +combo-entry-insensitive-rtl +combo-entry-notebook-rtl +combo-entry-focus-notebook-rtl +combo-entry-insensitive-notebook-rtl +combo-entry-button +combo-entry-button-insensitive +combo-entry-button-active +combo-entry-button-rtl +combo-entry-button-insensitive-rtl +combo-entry-button-active-rtl +down-background +up-background +down-background-disable +up-background-disable +down-background-rtl +up-background-rtl +down-background-disable-rtl +up-background-disable-rtl +plus +minus +handle-h +handle-v +line-h +line-v +menuitem +menubar_button +null +tree_header +progressbar +progressbar_v +trough-progressbar +trough-progressbar_v +slider +slider-insensitive +slider-prelight +trough-horizontal +trough-vertical +trough-horizontal-active +trough-vertical-active +slider-horiz +slider-horiz-active +slider-horiz-insens +slider-horiz-prelight +slider-vert +slider-vert-active +slider-vert-insens +slider-vert-prelight +trough-scrollbar-horiz +trough-scrollbar-vert +frame +frame-gap-end +frame-gap-start +notebook +notebook-gap-horiz +notebook-gap-vert +tab-bottom-active +tab-top-active +tab-left-active +tab-right-active +inline-toolbar +toolbar +menubar +focus-line diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/arrow-down-insens.png b/.themes/arc-gruvbox/gtk-2.0/assets/arrow-down-insens.png new file mode 100644 index 00000000..cabbabb1 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/arrow-down-insens.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/arrow-down-prelight.png b/.themes/arc-gruvbox/gtk-2.0/assets/arrow-down-prelight.png new file mode 100644 index 00000000..ffcd1f96 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/arrow-down-prelight.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/arrow-down-small-insens.png b/.themes/arc-gruvbox/gtk-2.0/assets/arrow-down-small-insens.png new file mode 100644 index 00000000..8a67e67c Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/arrow-down-small-insens.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/arrow-down-small-prelight.png b/.themes/arc-gruvbox/gtk-2.0/assets/arrow-down-small-prelight.png new file mode 100644 index 00000000..11d63691 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/arrow-down-small-prelight.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/arrow-down-small.png b/.themes/arc-gruvbox/gtk-2.0/assets/arrow-down-small.png new file mode 100644 index 00000000..dcd14a10 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/arrow-down-small.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/arrow-down.png b/.themes/arc-gruvbox/gtk-2.0/assets/arrow-down.png new file mode 100644 index 00000000..395f3b8a Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/arrow-down.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/arrow-left-insens.png b/.themes/arc-gruvbox/gtk-2.0/assets/arrow-left-insens.png new file mode 100644 index 00000000..63b0bdd0 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/arrow-left-insens.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/arrow-left-prelight.png b/.themes/arc-gruvbox/gtk-2.0/assets/arrow-left-prelight.png new file mode 100644 index 00000000..75701fe9 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/arrow-left-prelight.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/arrow-left.png b/.themes/arc-gruvbox/gtk-2.0/assets/arrow-left.png new file mode 100644 index 00000000..624a3bbb Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/arrow-left.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/arrow-right-insens.png b/.themes/arc-gruvbox/gtk-2.0/assets/arrow-right-insens.png new file mode 100644 index 00000000..e687f2ea Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/arrow-right-insens.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/arrow-right-prelight.png b/.themes/arc-gruvbox/gtk-2.0/assets/arrow-right-prelight.png new file mode 100644 index 00000000..bfce5466 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/arrow-right-prelight.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/arrow-right.png b/.themes/arc-gruvbox/gtk-2.0/assets/arrow-right.png new file mode 100644 index 00000000..2efcbe82 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/arrow-right.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/arrow-up-insens.png b/.themes/arc-gruvbox/gtk-2.0/assets/arrow-up-insens.png new file mode 100644 index 00000000..adeb1cb7 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/arrow-up-insens.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/arrow-up-prelight.png b/.themes/arc-gruvbox/gtk-2.0/assets/arrow-up-prelight.png new file mode 100644 index 00000000..58fb7a8b Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/arrow-up-prelight.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/arrow-up-small-insens.png b/.themes/arc-gruvbox/gtk-2.0/assets/arrow-up-small-insens.png new file mode 100644 index 00000000..70a10bd3 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/arrow-up-small-insens.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/arrow-up-small-prelight.png b/.themes/arc-gruvbox/gtk-2.0/assets/arrow-up-small-prelight.png new file mode 100644 index 00000000..6ce79e5f Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/arrow-up-small-prelight.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/arrow-up-small.png b/.themes/arc-gruvbox/gtk-2.0/assets/arrow-up-small.png new file mode 100644 index 00000000..2559ee28 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/arrow-up-small.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/arrow-up.png b/.themes/arc-gruvbox/gtk-2.0/assets/arrow-up.png new file mode 100644 index 00000000..90f99520 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/arrow-up.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/button-active.png b/.themes/arc-gruvbox/gtk-2.0/assets/button-active.png new file mode 100644 index 00000000..a989d2c3 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/button-active.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/button-hover.png b/.themes/arc-gruvbox/gtk-2.0/assets/button-hover.png new file mode 100644 index 00000000..a181935c Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/button-hover.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/button-insensitive.png b/.themes/arc-gruvbox/gtk-2.0/assets/button-insensitive.png new file mode 100644 index 00000000..e94649cf Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/button-insensitive.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/button.png b/.themes/arc-gruvbox/gtk-2.0/assets/button.png new file mode 100644 index 00000000..6959aa78 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/button.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/checkbox-checked-insensitive.png b/.themes/arc-gruvbox/gtk-2.0/assets/checkbox-checked-insensitive.png new file mode 100644 index 00000000..535aa5bb Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/checkbox-checked-insensitive.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/checkbox-checked.png b/.themes/arc-gruvbox/gtk-2.0/assets/checkbox-checked.png new file mode 100644 index 00000000..11d8c330 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/checkbox-checked.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/checkbox-unchecked-insensitive.png b/.themes/arc-gruvbox/gtk-2.0/assets/checkbox-unchecked-insensitive.png new file mode 100644 index 00000000..f485813b Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/checkbox-unchecked-insensitive.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/checkbox-unchecked.png b/.themes/arc-gruvbox/gtk-2.0/assets/checkbox-unchecked.png new file mode 100644 index 00000000..e83c167b Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/checkbox-unchecked.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/combo-entry-border-focus-rtl.png b/.themes/arc-gruvbox/gtk-2.0/assets/combo-entry-border-focus-rtl.png new file mode 100644 index 00000000..4ccedf10 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/combo-entry-border-focus-rtl.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/combo-entry-border-focus.png b/.themes/arc-gruvbox/gtk-2.0/assets/combo-entry-border-focus.png new file mode 100644 index 00000000..60c570ac Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/combo-entry-border-focus.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/combo-entry-border-rtl.png b/.themes/arc-gruvbox/gtk-2.0/assets/combo-entry-border-rtl.png new file mode 100644 index 00000000..f30c4107 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/combo-entry-border-rtl.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/combo-entry-border.png b/.themes/arc-gruvbox/gtk-2.0/assets/combo-entry-border.png new file mode 100644 index 00000000..0644fef6 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/combo-entry-border.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/combo-entry-button-active-rtl.png b/.themes/arc-gruvbox/gtk-2.0/assets/combo-entry-button-active-rtl.png new file mode 100644 index 00000000..2806b224 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/combo-entry-button-active-rtl.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/combo-entry-button-active.png b/.themes/arc-gruvbox/gtk-2.0/assets/combo-entry-button-active.png new file mode 100644 index 00000000..4adbcd3a Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/combo-entry-button-active.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/combo-entry-button-insensitive-rtl.png b/.themes/arc-gruvbox/gtk-2.0/assets/combo-entry-button-insensitive-rtl.png new file mode 100644 index 00000000..3274d9d7 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/combo-entry-button-insensitive-rtl.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/combo-entry-button-insensitive.png b/.themes/arc-gruvbox/gtk-2.0/assets/combo-entry-button-insensitive.png new file mode 100644 index 00000000..b77380f5 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/combo-entry-button-insensitive.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/combo-entry-button-rtl.png b/.themes/arc-gruvbox/gtk-2.0/assets/combo-entry-button-rtl.png new file mode 100644 index 00000000..a83feb8e Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/combo-entry-button-rtl.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/combo-entry-button.png b/.themes/arc-gruvbox/gtk-2.0/assets/combo-entry-button.png new file mode 100644 index 00000000..14757478 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/combo-entry-button.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/combo-entry-focus-notebook-rtl.png b/.themes/arc-gruvbox/gtk-2.0/assets/combo-entry-focus-notebook-rtl.png new file mode 100644 index 00000000..590eeb2e Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/combo-entry-focus-notebook-rtl.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/combo-entry-focus-notebook.png b/.themes/arc-gruvbox/gtk-2.0/assets/combo-entry-focus-notebook.png new file mode 100644 index 00000000..de29a9a0 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/combo-entry-focus-notebook.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/combo-entry-focus-rtl.png b/.themes/arc-gruvbox/gtk-2.0/assets/combo-entry-focus-rtl.png new file mode 100644 index 00000000..5f8cfd08 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/combo-entry-focus-rtl.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/combo-entry-focus.png b/.themes/arc-gruvbox/gtk-2.0/assets/combo-entry-focus.png new file mode 100644 index 00000000..e167645c Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/combo-entry-focus.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/combo-entry-insensitive-notebook-rtl.png b/.themes/arc-gruvbox/gtk-2.0/assets/combo-entry-insensitive-notebook-rtl.png new file mode 100644 index 00000000..60eed4f4 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/combo-entry-insensitive-notebook-rtl.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/combo-entry-insensitive-notebook.png b/.themes/arc-gruvbox/gtk-2.0/assets/combo-entry-insensitive-notebook.png new file mode 100644 index 00000000..a108b0bb Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/combo-entry-insensitive-notebook.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/combo-entry-insensitive-rtl.png b/.themes/arc-gruvbox/gtk-2.0/assets/combo-entry-insensitive-rtl.png new file mode 100644 index 00000000..dd19b587 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/combo-entry-insensitive-rtl.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/combo-entry-insensitive.png b/.themes/arc-gruvbox/gtk-2.0/assets/combo-entry-insensitive.png new file mode 100644 index 00000000..446bad34 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/combo-entry-insensitive.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/combo-entry-notebook-rtl.png b/.themes/arc-gruvbox/gtk-2.0/assets/combo-entry-notebook-rtl.png new file mode 100644 index 00000000..ebba07a0 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/combo-entry-notebook-rtl.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/combo-entry-notebook.png b/.themes/arc-gruvbox/gtk-2.0/assets/combo-entry-notebook.png new file mode 100644 index 00000000..d31886d3 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/combo-entry-notebook.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/combo-entry-rtl.png b/.themes/arc-gruvbox/gtk-2.0/assets/combo-entry-rtl.png new file mode 100644 index 00000000..4254b54d Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/combo-entry-rtl.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/combo-entry.png b/.themes/arc-gruvbox/gtk-2.0/assets/combo-entry.png new file mode 100644 index 00000000..ff0c768b Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/combo-entry.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/down-background-disable-rtl.png b/.themes/arc-gruvbox/gtk-2.0/assets/down-background-disable-rtl.png new file mode 100644 index 00000000..2d15372c Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/down-background-disable-rtl.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/down-background-disable.png b/.themes/arc-gruvbox/gtk-2.0/assets/down-background-disable.png new file mode 100644 index 00000000..b1e591fc Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/down-background-disable.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/down-background-rtl.png b/.themes/arc-gruvbox/gtk-2.0/assets/down-background-rtl.png new file mode 100644 index 00000000..7830008f Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/down-background-rtl.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/down-background.png b/.themes/arc-gruvbox/gtk-2.0/assets/down-background.png new file mode 100644 index 00000000..17c0e80a Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/down-background.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/entry-active-bg.png b/.themes/arc-gruvbox/gtk-2.0/assets/entry-active-bg.png new file mode 100644 index 00000000..62913325 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/entry-active-bg.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/entry-active-notebook.png b/.themes/arc-gruvbox/gtk-2.0/assets/entry-active-notebook.png new file mode 100644 index 00000000..73c5465b Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/entry-active-notebook.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/entry-active-toolbar.png b/.themes/arc-gruvbox/gtk-2.0/assets/entry-active-toolbar.png new file mode 100644 index 00000000..86bf5b1d Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/entry-active-toolbar.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/entry-background-disabled.png b/.themes/arc-gruvbox/gtk-2.0/assets/entry-background-disabled.png new file mode 100644 index 00000000..6b2c6b99 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/entry-background-disabled.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/entry-background.png b/.themes/arc-gruvbox/gtk-2.0/assets/entry-background.png new file mode 100644 index 00000000..5914b3f2 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/entry-background.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/entry-bg.png b/.themes/arc-gruvbox/gtk-2.0/assets/entry-bg.png new file mode 100644 index 00000000..b1850099 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/entry-bg.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/entry-border-active-bg-solid.png b/.themes/arc-gruvbox/gtk-2.0/assets/entry-border-active-bg-solid.png new file mode 100644 index 00000000..31760f8b Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/entry-border-active-bg-solid.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/entry-border-active-bg.png b/.themes/arc-gruvbox/gtk-2.0/assets/entry-border-active-bg.png new file mode 100644 index 00000000..c5361d7f Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/entry-border-active-bg.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/entry-border-bg-solid.png b/.themes/arc-gruvbox/gtk-2.0/assets/entry-border-bg-solid.png new file mode 100644 index 00000000..b1850099 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/entry-border-bg-solid.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/entry-border-bg.png b/.themes/arc-gruvbox/gtk-2.0/assets/entry-border-bg.png new file mode 100644 index 00000000..6b820aa1 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/entry-border-bg.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/entry-border-disabled-bg.png b/.themes/arc-gruvbox/gtk-2.0/assets/entry-border-disabled-bg.png new file mode 100644 index 00000000..d550136c Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/entry-border-disabled-bg.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/entry-border-fill.png b/.themes/arc-gruvbox/gtk-2.0/assets/entry-border-fill.png new file mode 100644 index 00000000..15f67464 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/entry-border-fill.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/entry-disabled-bg.png b/.themes/arc-gruvbox/gtk-2.0/assets/entry-disabled-bg.png new file mode 100644 index 00000000..d550136c Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/entry-disabled-bg.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/entry-disabled-notebook.png b/.themes/arc-gruvbox/gtk-2.0/assets/entry-disabled-notebook.png new file mode 100644 index 00000000..91b4c2de Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/entry-disabled-notebook.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/entry-disabled-toolbar.png b/.themes/arc-gruvbox/gtk-2.0/assets/entry-disabled-toolbar.png new file mode 100644 index 00000000..074826b5 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/entry-disabled-toolbar.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/entry-notebook.png b/.themes/arc-gruvbox/gtk-2.0/assets/entry-notebook.png new file mode 100644 index 00000000..0ccc4ed6 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/entry-notebook.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/entry-toolbar.png b/.themes/arc-gruvbox/gtk-2.0/assets/entry-toolbar.png new file mode 100644 index 00000000..885a5d8a Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/entry-toolbar.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/focus-line.png b/.themes/arc-gruvbox/gtk-2.0/assets/focus-line.png new file mode 100644 index 00000000..0f5ef9d0 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/focus-line.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/frame-gap-end.png b/.themes/arc-gruvbox/gtk-2.0/assets/frame-gap-end.png new file mode 100644 index 00000000..8d253648 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/frame-gap-end.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/frame-gap-start.png b/.themes/arc-gruvbox/gtk-2.0/assets/frame-gap-start.png new file mode 100644 index 00000000..b575a6e0 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/frame-gap-start.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/frame.png b/.themes/arc-gruvbox/gtk-2.0/assets/frame.png new file mode 100644 index 00000000..82945e9d Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/frame.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/handle-h.png b/.themes/arc-gruvbox/gtk-2.0/assets/handle-h.png new file mode 100644 index 00000000..11d16211 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/handle-h.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/handle-v.png b/.themes/arc-gruvbox/gtk-2.0/assets/handle-v.png new file mode 100644 index 00000000..2317e90a Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/handle-v.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/inline-toolbar.png b/.themes/arc-gruvbox/gtk-2.0/assets/inline-toolbar.png new file mode 100644 index 00000000..9815a929 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/inline-toolbar.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/line-h.png b/.themes/arc-gruvbox/gtk-2.0/assets/line-h.png new file mode 100644 index 00000000..8320e2a6 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/line-h.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/line-v.png b/.themes/arc-gruvbox/gtk-2.0/assets/line-v.png new file mode 100644 index 00000000..c13ee45c Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/line-v.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/menu-arrow-prelight.png b/.themes/arc-gruvbox/gtk-2.0/assets/menu-arrow-prelight.png new file mode 100644 index 00000000..04bff491 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/menu-arrow-prelight.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/menu-arrow.png b/.themes/arc-gruvbox/gtk-2.0/assets/menu-arrow.png new file mode 100644 index 00000000..1e95c5d2 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/menu-arrow.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/menu-checkbox-checked-insensitive.png b/.themes/arc-gruvbox/gtk-2.0/assets/menu-checkbox-checked-insensitive.png new file mode 100644 index 00000000..46f7bcea Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/menu-checkbox-checked-insensitive.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/menu-checkbox-checked-selected.png b/.themes/arc-gruvbox/gtk-2.0/assets/menu-checkbox-checked-selected.png new file mode 100644 index 00000000..db33e82b Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/menu-checkbox-checked-selected.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/menu-checkbox-checked.png b/.themes/arc-gruvbox/gtk-2.0/assets/menu-checkbox-checked.png new file mode 100644 index 00000000..12b1a9c8 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/menu-checkbox-checked.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/menu-checkbox-unchecked-insensitive.png b/.themes/arc-gruvbox/gtk-2.0/assets/menu-checkbox-unchecked-insensitive.png new file mode 100644 index 00000000..ae345d24 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/menu-checkbox-unchecked-insensitive.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/menu-checkbox-unchecked-selected.png b/.themes/arc-gruvbox/gtk-2.0/assets/menu-checkbox-unchecked-selected.png new file mode 100644 index 00000000..9066a4c0 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/menu-checkbox-unchecked-selected.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/menu-checkbox-unchecked.png b/.themes/arc-gruvbox/gtk-2.0/assets/menu-checkbox-unchecked.png new file mode 100644 index 00000000..a599717a Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/menu-checkbox-unchecked.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/menu-radio-checked-insensitive.png b/.themes/arc-gruvbox/gtk-2.0/assets/menu-radio-checked-insensitive.png new file mode 100644 index 00000000..779a3f79 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/menu-radio-checked-insensitive.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/menu-radio-checked-selected.png b/.themes/arc-gruvbox/gtk-2.0/assets/menu-radio-checked-selected.png new file mode 100644 index 00000000..e927328f Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/menu-radio-checked-selected.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/menu-radio-checked.png b/.themes/arc-gruvbox/gtk-2.0/assets/menu-radio-checked.png new file mode 100644 index 00000000..faed8dd1 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/menu-radio-checked.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/menu-radio-unchecked-insensitive.png b/.themes/arc-gruvbox/gtk-2.0/assets/menu-radio-unchecked-insensitive.png new file mode 100644 index 00000000..f24cb1ec Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/menu-radio-unchecked-insensitive.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/menu-radio-unchecked-selected.png b/.themes/arc-gruvbox/gtk-2.0/assets/menu-radio-unchecked-selected.png new file mode 100644 index 00000000..7b08eacd Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/menu-radio-unchecked-selected.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/menu-radio-unchecked.png b/.themes/arc-gruvbox/gtk-2.0/assets/menu-radio-unchecked.png new file mode 100644 index 00000000..ea7e3dc6 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/menu-radio-unchecked.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/menubar.png b/.themes/arc-gruvbox/gtk-2.0/assets/menubar.png new file mode 100644 index 00000000..1a652494 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/menubar.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/menubar_button.png b/.themes/arc-gruvbox/gtk-2.0/assets/menubar_button.png new file mode 100644 index 00000000..cadd8159 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/menubar_button.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/menuitem.png b/.themes/arc-gruvbox/gtk-2.0/assets/menuitem.png new file mode 100644 index 00000000..4d48cc90 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/menuitem.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/minus.png b/.themes/arc-gruvbox/gtk-2.0/assets/minus.png new file mode 100644 index 00000000..46f5c00f Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/minus.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/notebook-entry-border-active-bg.png b/.themes/arc-gruvbox/gtk-2.0/assets/notebook-entry-border-active-bg.png new file mode 100644 index 00000000..dc3ec558 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/notebook-entry-border-active-bg.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/notebook-entry-border-bg.png b/.themes/arc-gruvbox/gtk-2.0/assets/notebook-entry-border-bg.png new file mode 100644 index 00000000..3d4c05b3 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/notebook-entry-border-bg.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/notebook-entry-border-disabled-bg.png b/.themes/arc-gruvbox/gtk-2.0/assets/notebook-entry-border-disabled-bg.png new file mode 100644 index 00000000..1ea2ede5 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/notebook-entry-border-disabled-bg.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/notebook-gap-horiz.png b/.themes/arc-gruvbox/gtk-2.0/assets/notebook-gap-horiz.png new file mode 100644 index 00000000..e14fe4b2 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/notebook-gap-horiz.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/notebook-gap-vert.png b/.themes/arc-gruvbox/gtk-2.0/assets/notebook-gap-vert.png new file mode 100644 index 00000000..bc4a11c4 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/notebook-gap-vert.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/notebook.png b/.themes/arc-gruvbox/gtk-2.0/assets/notebook.png new file mode 100644 index 00000000..82e63b4b Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/notebook.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/null.png b/.themes/arc-gruvbox/gtk-2.0/assets/null.png new file mode 100644 index 00000000..d7a1600a Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/null.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/plus.png b/.themes/arc-gruvbox/gtk-2.0/assets/plus.png new file mode 100644 index 00000000..3706bf8e Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/plus.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/progressbar.png b/.themes/arc-gruvbox/gtk-2.0/assets/progressbar.png new file mode 100644 index 00000000..b0ca5438 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/progressbar.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/progressbar_v.png b/.themes/arc-gruvbox/gtk-2.0/assets/progressbar_v.png new file mode 100644 index 00000000..e6e059eb Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/progressbar_v.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/radio-checked-insensitive.png b/.themes/arc-gruvbox/gtk-2.0/assets/radio-checked-insensitive.png new file mode 100644 index 00000000..0d8145da Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/radio-checked-insensitive.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/radio-checked.png b/.themes/arc-gruvbox/gtk-2.0/assets/radio-checked.png new file mode 100644 index 00000000..a9a6012f Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/radio-checked.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/radio-unchecked-insensitive.png b/.themes/arc-gruvbox/gtk-2.0/assets/radio-unchecked-insensitive.png new file mode 100644 index 00000000..68696e47 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/radio-unchecked-insensitive.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/radio-unchecked.png b/.themes/arc-gruvbox/gtk-2.0/assets/radio-unchecked.png new file mode 100644 index 00000000..7584abac Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/radio-unchecked.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/slider-horiz-active.png b/.themes/arc-gruvbox/gtk-2.0/assets/slider-horiz-active.png new file mode 100644 index 00000000..26b0213f Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/slider-horiz-active.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/slider-horiz-insens.png b/.themes/arc-gruvbox/gtk-2.0/assets/slider-horiz-insens.png new file mode 100644 index 00000000..82e29b46 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/slider-horiz-insens.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/slider-horiz-prelight.png b/.themes/arc-gruvbox/gtk-2.0/assets/slider-horiz-prelight.png new file mode 100644 index 00000000..543a7b73 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/slider-horiz-prelight.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/slider-horiz.png b/.themes/arc-gruvbox/gtk-2.0/assets/slider-horiz.png new file mode 100644 index 00000000..a9ebcf66 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/slider-horiz.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/slider-insensitive.png b/.themes/arc-gruvbox/gtk-2.0/assets/slider-insensitive.png new file mode 100644 index 00000000..08b7d89b Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/slider-insensitive.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/slider-prelight.png b/.themes/arc-gruvbox/gtk-2.0/assets/slider-prelight.png new file mode 100644 index 00000000..e9f1bc12 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/slider-prelight.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/slider-vert-active.png b/.themes/arc-gruvbox/gtk-2.0/assets/slider-vert-active.png new file mode 100644 index 00000000..1aa2fce5 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/slider-vert-active.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/slider-vert-insens.png b/.themes/arc-gruvbox/gtk-2.0/assets/slider-vert-insens.png new file mode 100644 index 00000000..8653755b Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/slider-vert-insens.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/slider-vert-prelight.png b/.themes/arc-gruvbox/gtk-2.0/assets/slider-vert-prelight.png new file mode 100644 index 00000000..c5dc146b Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/slider-vert-prelight.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/slider-vert.png b/.themes/arc-gruvbox/gtk-2.0/assets/slider-vert.png new file mode 100644 index 00000000..ad9da332 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/slider-vert.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/slider.png b/.themes/arc-gruvbox/gtk-2.0/assets/slider.png new file mode 100644 index 00000000..dd9392f5 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/slider.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/tab-bottom-active.png b/.themes/arc-gruvbox/gtk-2.0/assets/tab-bottom-active.png new file mode 100644 index 00000000..6d4c237f Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/tab-bottom-active.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/tab-left-active.png b/.themes/arc-gruvbox/gtk-2.0/assets/tab-left-active.png new file mode 100644 index 00000000..20d44494 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/tab-left-active.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/tab-right-active.png b/.themes/arc-gruvbox/gtk-2.0/assets/tab-right-active.png new file mode 100644 index 00000000..798fad2c Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/tab-right-active.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/tab-top-active.png b/.themes/arc-gruvbox/gtk-2.0/assets/tab-top-active.png new file mode 100644 index 00000000..f7b2cc03 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/tab-top-active.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/toolbar-entry-border-active-bg.png b/.themes/arc-gruvbox/gtk-2.0/assets/toolbar-entry-border-active-bg.png new file mode 100644 index 00000000..6c6183f3 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/toolbar-entry-border-active-bg.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/toolbar-entry-border-bg.png b/.themes/arc-gruvbox/gtk-2.0/assets/toolbar-entry-border-bg.png new file mode 100644 index 00000000..cbd444c1 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/toolbar-entry-border-bg.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/toolbar-entry-border-disabled-bg.png b/.themes/arc-gruvbox/gtk-2.0/assets/toolbar-entry-border-disabled-bg.png new file mode 100644 index 00000000..074826b5 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/toolbar-entry-border-disabled-bg.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/toolbar.png b/.themes/arc-gruvbox/gtk-2.0/assets/toolbar.png new file mode 100644 index 00000000..86aa3bcc Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/toolbar.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/tree_header.png b/.themes/arc-gruvbox/gtk-2.0/assets/tree_header.png new file mode 100644 index 00000000..de35bac4 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/tree_header.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/trough-horizontal-active.png b/.themes/arc-gruvbox/gtk-2.0/assets/trough-horizontal-active.png new file mode 100644 index 00000000..76ffb0c5 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/trough-horizontal-active.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/trough-horizontal.png b/.themes/arc-gruvbox/gtk-2.0/assets/trough-horizontal.png new file mode 100644 index 00000000..9527f672 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/trough-horizontal.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/trough-progressbar.png b/.themes/arc-gruvbox/gtk-2.0/assets/trough-progressbar.png new file mode 100644 index 00000000..8ed4ccec Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/trough-progressbar.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/trough-progressbar_v.png b/.themes/arc-gruvbox/gtk-2.0/assets/trough-progressbar_v.png new file mode 100644 index 00000000..18664f17 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/trough-progressbar_v.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/trough-scrollbar-horiz.png b/.themes/arc-gruvbox/gtk-2.0/assets/trough-scrollbar-horiz.png new file mode 100644 index 00000000..19625d76 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/trough-scrollbar-horiz.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/trough-scrollbar-vert.png b/.themes/arc-gruvbox/gtk-2.0/assets/trough-scrollbar-vert.png new file mode 100644 index 00000000..b1077e05 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/trough-scrollbar-vert.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/trough-vertical-active.png b/.themes/arc-gruvbox/gtk-2.0/assets/trough-vertical-active.png new file mode 100644 index 00000000..4e7b292c Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/trough-vertical-active.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/trough-vertical.png b/.themes/arc-gruvbox/gtk-2.0/assets/trough-vertical.png new file mode 100644 index 00000000..7a004cba Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/trough-vertical.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/up-background-disable-rtl.png b/.themes/arc-gruvbox/gtk-2.0/assets/up-background-disable-rtl.png new file mode 100644 index 00000000..b179242a Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/up-background-disable-rtl.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/up-background-disable.png b/.themes/arc-gruvbox/gtk-2.0/assets/up-background-disable.png new file mode 100644 index 00000000..f553547a Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/up-background-disable.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/up-background-rtl.png b/.themes/arc-gruvbox/gtk-2.0/assets/up-background-rtl.png new file mode 100644 index 00000000..c95e0dab Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/up-background-rtl.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/assets/up-background.png b/.themes/arc-gruvbox/gtk-2.0/assets/up-background.png new file mode 100644 index 00000000..d08140b1 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/assets/up-background.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/gtkrc b/.themes/arc-gruvbox/gtk-2.0/gtkrc new file mode 100644 index 00000000..0b800ff7 --- /dev/null +++ b/.themes/arc-gruvbox/gtk-2.0/gtkrc @@ -0,0 +1,9 @@ +gtk-color-scheme = "base_color:#FFFFFF\nfg_color:#000000\ntooltip_fg_color:#EBDBB2\nselected_bg_color:#458588\nselected_fg_color:#EBDBB2\ntext_color:#000000\nbg_color:#F0F1F2\ninsensitive_bg_color:#fbfcfc\ninsensitive_fg_color:#a9acb2\nnotebook_bg:#FFFFFF\ndark_sidebar_bg:#383838\ntooltip_bg_color:#383838\nlink_color:#458588\nmenu_bg:#ffffff" + +gtk-icon-sizes = "gtk-button=16,16" # This makes button icons smaller. +gtk-auto-mnemonics = 1 +gtk-primary-button-warps-slider = 1 + +include "main.rc" +include "panel.rc" +include "menubar-toolbar/menubar-toolbar-dark.rc" diff --git a/.themes/arc-gruvbox/gtk-2.0/main.rc b/.themes/arc-gruvbox/gtk-2.0/main.rc new file mode 100644 index 00000000..2a70e929 --- /dev/null +++ b/.themes/arc-gruvbox/gtk-2.0/main.rc @@ -0,0 +1,2439 @@ +style "default" { + + xthickness = 1 + ythickness = 1 + + # Style Properties + + GtkWidget::focus-line-width = 1 + GtkMenuBar::window-dragging = 1 + GtkToolbar::window-dragging = 1 + GtkToolbar::internal-padding = 4 + GtkToolButton::icon-spacing = 4 + + GtkWidget::tooltip-radius = 2 + GtkWidget::tooltip-alpha = 235 + GtkWidget::new-tooltip-style = 1 #for compatibility + + GtkSeparatorMenuItem::horizontal-padding = 3 + GtkSeparatorMenuItem::wide-separators = 1 + GtkSeparatorMenuItem::separator-height = 1 + + GtkButton::child-displacement-y = 0 + GtkButton::default-border = { 0, 0, 0, 0 } + GtkButton::default-outside_border = { 0, 0, 0, 0 } + + GtkEntry::state-hint = 1 + + GtkScrollbar::trough-border = 0 + GtkRange::trough-border = 0 + GtkRange::slider-width = 13 + GtkRange::stepper-size = 0 + + GtkScrollbar::activate-slider = 1 + GtkScrollbar::has-backward-stepper = 0 + GtkScrollbar::has-forward-stepper = 0 + GtkScrollbar::min-slider-length = 32 + GtkScrolledWindow::scrollbar-spacing = 0 + GtkScrolledWindow::scrollbars-within-bevel = 1 + + GtkScale::slider_length = 15 + GtkScale::slider_width = 15 + GtkScale::trough-side-details = 1 + + GtkProgressBar::min-horizontal-bar-height = 8 + GtkProgressBar::min-vertical-bar-width = 8 + + GtkStatusbar::shadow_type = GTK_SHADOW_NONE + GtkSpinButton::shadow_type = GTK_SHADOW_NONE + GtkMenuBar::shadow-type = GTK_SHADOW_NONE + GtkToolbar::shadow-type = GTK_SHADOW_NONE + GtkMenuBar::internal-padding = 0 #( every window is misaligned for the sake of menus ): + GtkMenu::horizontal-padding = 0 + GtkMenu::vertical-padding = 0 + + GtkCheckButton::indicator_spacing = 3 + GtkOptionMenu::indicator_spacing = { 8, 2, 0, 0 } + + GtkTreeView::row_ending_details = 0 + GtkTreeView::expander-size = 11 + GtkTreeView::vertical-separator = 4 + GtkTreeView::horizontal-separator = 4 + GtkTreeView::allow-rules = 1 + GtkTreeView::odd_row_color = shade(0.98, @base_color) + + GtkExpander::expander-size = 11 + + GnomeHRef::link_color = @link_color + GtkHTML::link-color = @link_color + GtkIMHtmlr::hyperlink-color = @link_color + GtkIMHtml::hyperlink-color = @link_color + GtkWidget::link-color = @link_color + GtkWidget::visited-link-color = @text_color + + # Colors + + bg[NORMAL] = @bg_color + bg[PRELIGHT] = shade (1.02, @bg_color) + bg[SELECTED] = @selected_bg_color + bg[INSENSITIVE] = @insensitive_bg_color + bg[ACTIVE] = shade (0.9, @bg_color) + + fg[NORMAL] = @text_color + fg[PRELIGHT] = @fg_color + fg[SELECTED] = @selected_fg_color + fg[INSENSITIVE] = @insensitive_fg_color + fg[ACTIVE] = @fg_color + + text[NORMAL] = @text_color + text[PRELIGHT] = @text_color + text[SELECTED] = @selected_fg_color + text[INSENSITIVE] = @insensitive_fg_color + text[ACTIVE] = @selected_fg_color + + base[NORMAL] = @base_color + base[PRELIGHT] = shade (0.95, @bg_color) + base[SELECTED] = @selected_bg_color + base[INSENSITIVE] = @bg_color + base[ACTIVE] = shade (0.9, @selected_bg_color) + + # For succinctness, all reasonable pixmap options remain here + + engine "pixmap" { + + # Check Buttons + + image { + function = CHECK + recolorable = TRUE + state = NORMAL + shadow = OUT + overlay_file = "assets/checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = PRELIGHT + shadow = OUT + overlay_file = "assets/checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = ACTIVE + shadow = OUT + overlay_file = "assets/checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = SELECTED + shadow = OUT + overlay_file = "assets/checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = INSENSITIVE + shadow = OUT + overlay_file = "assets/checkbox-unchecked-insensitive.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = NORMAL + shadow = IN + overlay_file = "assets/checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = PRELIGHT + shadow = IN + overlay_file = "assets/checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = ACTIVE + shadow = IN + overlay_file = "assets/checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = SELECTED + shadow = IN + overlay_file = "assets/checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = INSENSITIVE + shadow = IN + overlay_file = "assets/checkbox-checked-insensitive.png" + overlay_stretch = FALSE + } + + # Radio Buttons + + image { + function = OPTION + state = NORMAL + shadow = OUT + overlay_file = "assets/radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = PRELIGHT + shadow = OUT + overlay_file = "assets/radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = ACTIVE + shadow = OUT + overlay_file = "assets/radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = SELECTED + shadow = OUT + overlay_file = "assets/radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = INSENSITIVE + shadow = OUT + overlay_file = "assets/radio-unchecked-insensitive.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = NORMAL + shadow = IN + overlay_file = "assets/radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = PRELIGHT + shadow = IN + overlay_file = "assets/radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = ACTIVE + shadow = IN + overlay_file = "assets/radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = SELECTED + shadow = IN + overlay_file = "assets/radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = INSENSITIVE + shadow = IN + overlay_file = "assets/radio-checked-insensitive.png" + overlay_stretch = FALSE + } + + # Arrows + + image { + function = ARROW + overlay_file = "assets/arrow-up.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = UP + } + + image { + function = ARROW + state = PRELIGHT + overlay_file = "assets/arrow-up-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = UP + } + + image { + function = ARROW + state = ACTIVE + overlay_file = "assets/arrow-up-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = UP + } + + image { + function = ARROW + state = INSENSITIVE + overlay_file = "assets/arrow-up-insens.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = UP + } + + image { + function = ARROW + state = NORMAL + overlay_file = "assets/arrow-down.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = DOWN + } + + image { + function = ARROW + state = PRELIGHT + overlay_file = "assets/arrow-down-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = DOWN + } + + image { + function = ARROW + state = ACTIVE + overlay_file = "assets/arrow-down-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = DOWN + } + + image { + function = ARROW + state = INSENSITIVE + overlay_file = "assets/arrow-down-insens.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = DOWN + } + + image { + function = ARROW + overlay_file = "assets/arrow-left.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = LEFT + } + + image { + function = ARROW + state= PRELIGHT + overlay_file = "assets/arrow-left-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = LEFT + } + + image { + function = ARROW + state = ACTIVE + overlay_file = "assets/arrow-left-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = LEFT + } + + image { + function = ARROW + state = INSENSITIVE + overlay_file = "assets/arrow-left-insens.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = LEFT + } + + image { + function = ARROW + overlay_file = "assets/arrow-right.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + image { + function = ARROW + state = PRELIGHT + overlay_file = "assets/arrow-right-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + image { + function = ARROW + state = ACTIVE + overlay_file = "assets/arrow-right-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + image { + function = ARROW + state = INSENSITIVE + overlay_file = "assets/arrow-right-insens.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + # Option Menu Arrows + + image { + function = TAB + state = INSENSITIVE + overlay_file = "assets/arrow-down-insens.png" + overlay_stretch = FALSE + } + + image { + function = TAB + state = NORMAL + overlay_file = "assets/arrow-down.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + } + + image { + function = TAB + state = PRELIGHT + overlay_file = "assets/arrow-down-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + } + + # Lines + + image { + function = VLINE + file = "assets/line-v.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + } + + image { + function = HLINE + file = "assets/line-h.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + } + + # Focuslines + + image { + function = FOCUS + file = "assets/focus-line.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + } + + # Handles + + image { + function = HANDLE + overlay_file = "assets/handle-h.png" + overlay_stretch = FALSE + orientation = HORIZONTAL + } + + image { + function = HANDLE + overlay_file = "assets/handle-v.png" + overlay_stretch = FALSE + orientation = VERTICAL + } + + # Expanders + + image { + function = EXPANDER + expander_style = COLLAPSED + file = "assets/plus.png" + } + + image { + function = EXPANDER + expander_style = EXPANDED + file = "assets/minus.png" + } + + image { + function = EXPANDER + expander_style = SEMI_EXPANDED + file = "assets/minus.png" + } + + image { + function = EXPANDER + expander_style = SEMI_COLLAPSED + file = "assets/plus.png" + } + + image { + function = RESIZE_GRIP + state = NORMAL + detail = "statusbar" + overlay_file = "assets/null.png" + overlay_border = { 0,0,0,0 } + overlay_stretch = FALSE + } + + # Shadows ( this area needs help :P ) + + image { + function = SHADOW_GAP + file = "assets/null.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + } +} + + +style "toplevel_hack" { + + engine "adwaita" { + } +} + +style "ooo_stepper_hack" { + + GtkScrollbar::stepper-size = 0 + GtkScrollbar::has-backward-stepper = 0 + GtkScrollbar::has-forward-stepper = 0 + +} + +style "scrollbar" { + + engine "pixmap" { + + image { + function = BOX + detail = "trough" + file = "assets/trough-scrollbar-horiz.png" + border = { 2, 2, 3, 3 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = BOX + detail = "trough" + file = "assets/trough-scrollbar-vert.png" + border = { 3, 3, 2, 2 } + stretch = TRUE + orientation = VERTICAL + } + + image { + function = ARROW + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = UP + } + + image { + function = ARROW + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = DOWN + } + + image { + function = ARROW + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = LEFT + } + + image { + function = ARROW + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + # Sliders + + image { + function = SLIDER + state = NORMAL + file = "assets/slider-horiz.png" + border = { 5, 5, 3, 3 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = SLIDER + state = ACTIVE + file = "assets/slider-horiz-active.png" + border = { 5, 5, 3, 3 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = SLIDER + state = PRELIGHT + file = "assets/slider-horiz-prelight.png" + border = { 5, 5, 3, 3 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = SLIDER + state = INSENSITIVE + file = "assets/slider-horiz-insens.png" + border = { 5, 5, 3, 3 } + stretch = TRUE + orientation = HORIZONTAL + } + +# X Verticals + + image { + function = SLIDER + state = NORMAL + file = "assets/slider-vert.png" + border = { 3, 3, 5, 5 } + stretch = TRUE + orientation = VERTICAL + } + + image { + function = SLIDER + state = ACTIVE + file = "assets/slider-vert-active.png" + border = { 3, 3, 5, 5 } + stretch = TRUE + orientation = VERTICAL + } + + image { + function = SLIDER + state = PRELIGHT + file = "assets/slider-vert-prelight.png" + border = { 3, 3, 5, 5 } + stretch = TRUE + orientation = VERTICAL + } + + image { + function = SLIDER + state = INSENSITIVE + file = "assets/slider-vert-insens.png" + border = { 3, 3, 5, 5 } + stretch = TRUE + orientation = VERTICAL + } + } +} + +style "menu" { + + xthickness = 0 + ythickness = 0 + + GtkMenuItem::arrow-scaling = 0.4 + + bg[NORMAL] = @menu_bg + bg[INSENSITIVE] = @menu_bg + bg[PRELIGHT] = @menu_bg + + engine "pixmap" { # For menus that use horizontal lines rather than gtkseparator + + image { + function = HLINE + file = "assets/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + } + } +} + +style "menu_framed_box" { + + engine "adwaita" { + } +} + +style "menu_item" +{ + xthickness = 2 + ythickness = 4 + + # HACK: Gtk doesn't actually read this value + # while rendering the menu items, but Libreoffice + # does; setting this value equal to the one in + # fg[PRELIGHT] ensures a code path in the LO theming code + # that falls back to a dark text color for menu item text + # highlight. The price to pay is black text on menus as well, + # but at least it's readable. + # See https://bugs.freedesktop.org/show_bug.cgi?id=38038 + bg[SELECTED] = @selected_fg_color + + fg[NORMAL] = @fg_color + fg[SELECTED] = @fg_color + + text[PRELIGHT] = @fg_color + + engine "pixmap" { + + image { + function = BOX + state = PRELIGHT + file = "assets/menuitem.png" + border = { 1, 0, 1, 0 } + stretch = TRUE + } + + # Check Buttons + + image { + function = CHECK + recolorable = TRUE + state = NORMAL + shadow = OUT + overlay_file = "assets/menu-checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = PRELIGHT + shadow = OUT + overlay_file = "assets/menu-checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = ACTIVE + shadow = OUT + overlay_file = "assets/menu-checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = INSENSITIVE + shadow = OUT + overlay_file = "assets/menu-checkbox-unchecked-insensitive.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = NORMAL + shadow = IN + overlay_file = "assets/menu-checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = PRELIGHT + shadow = IN + overlay_file = "assets/menu-checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = ACTIVE + shadow = IN + overlay_file = "assets/menu-checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = INSENSITIVE + shadow = IN + overlay_file = "assets/menu-checkbox-checked-insensitive.png" + overlay_stretch = FALSE + } + + # Radio Buttons + + image { + function = OPTION + state = NORMAL + shadow = OUT + overlay_file = "assets/menu-radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = PRELIGHT + shadow = OUT + overlay_file = "assets/menu-radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = ACTIVE + shadow = OUT + overlay_file = "assets/menu-radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = INSENSITIVE + shadow = OUT + overlay_file = "assets/menu-radio-unchecked-insensitive.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = NORMAL + shadow = IN + overlay_file = "assets/menu-radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = PRELIGHT + shadow = IN + overlay_file = "assets/menu-radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = ACTIVE + shadow = IN + overlay_file = "assets/menu-radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = INSENSITIVE + shadow = IN + overlay_file = "assets/menu-radio-checked-insensitive.png" + overlay_stretch = FALSE + } + + image { + function = SHADOW # This fixes boxy Qt menu items + file = "assets/null.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + # Arrow Buttons + + image { + function = ARROW + state = NORMAL + overlay_file = "assets/menu-arrow.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + image { + function = ARROW + state = PRELIGHT + overlay_file = "assets/menu-arrow-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + } +} + +style "button" { + + xthickness = 4 + ythickness = 4 + + engine "pixmap" { + + image { + function = BOX + state = NORMAL + file = "assets/button.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + image { + function = BOX + state = PRELIGHT + file = "assets/button-hover.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + image { + function = BOX + state = ACTIVE + file = "assets/button-active.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + image { + function = BOX + state = INSENSITIVE + file = "assets/button-insensitive.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + } +} + +style "checkbutton" { + + fg[PRELIGHT] = @text_color + fg[ACTIVE] = @text_color + +} + +style "entry" { + + xthickness = 6 + ythickness = 4 + + base[NORMAL] = @base_color + base[INSENSITIVE] = @insensitive_bg_color + + engine "pixmap" { + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/entry-border-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "assets/entry-border-disabled-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/entry-border-active-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = NORMAL + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + } +} + +style "notebook_entry" { + xthickness = 6 + + engine "pixmap" { + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/notebook-entry-border-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "assets/notebook-entry-border-disabled-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/notebook-entry-border-active-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = NORMAL + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + } +} + +style "notebook_tab_label" { + + fg[ACTIVE] = @text_color + +} + +style "combobox_entry" +{ + xthickness = 3 + ythickness = 4 + + engine "pixmap" { + + # LTR version + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/combo-entry.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "assets/combo-entry-insensitive.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/combo-entry-focus.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + # RTL version + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/combo-entry-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "assets/combo-entry-insensitive-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/combo-entry-focus-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + } +} + +style "notebook_combobox_entry" { + + engine "pixmap" { + + # LTR version + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/combo-entry-notebook.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "assets/combo-entry-insensitive-notebook.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/combo-entry-focus-notebook.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + # RTL version + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/combo-entry-notebook-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "assets/combo-entry-insensitive-notebook-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/combo-entry-focus-notebook-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + } +} + +style "combobox_entry_button" +{ + xthickness = 6 + + fg[ACTIVE] = @text_color + + engine "pixmap" { + + # LTR version + + image { + function = BOX + state = NORMAL + file = "assets/combo-entry-button.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + image { + function = BOX + state = PRELIGHT + file = "assets/combo-entry-button.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + image { + function = BOX + state = INSENSITIVE + file = "assets/combo-entry-button-insensitive.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + image { + function = BOX + state = ACTIVE + file = "assets/combo-entry-button-active.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + # RTL version + image { + function = BOX + state = NORMAL + file = "assets/combo-entry-button-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + + image { + function = BOX + state = PRELIGHT + file = "assets/combo-entry-button-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + + image { + function = BOX + state = INSENSITIVE + file = "assets/combo-entry-button-insensitive-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + + image { + function = BOX + state = ACTIVE + file = "assets/combo-entry-button-active-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + } +} + +style "spinbutton" { + + bg[NORMAL] = @bg_color + + xthickness = 6 + ythickness = 4 + + engine "pixmap" { + + image { + function = ARROW + } + + # Spin-Up LTR + + image { + function = BOX + state = NORMAL + detail = "spinbutton_up" + file = "assets/up-background.png" + border = { 1, 4, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_up" + file = "assets/up-background.png" + border = { 1, 4, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small-prelight.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_up" + file = "assets/up-background-disable.png" + border = { 1, 4, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small-insens.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_up" + file = "assets/up-background.png" + border = { 1, 4, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small-prelight.png" + overlay_stretch = FALSE + direction = LTR + } + + # Spin-Up RTL + + image { + function = BOX + state = NORMAL + detail = "spinbutton_up" + file = "assets/up-background-rtl.png" + border = { 4, 1, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_up" + file = "assets/up-background-rtl.png" + border = { 4, 1, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small-prelight.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_up" + file = "assets/up-background-disable-rtl.png" + border = { 4, 1, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small-insens.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_up" + file = "assets/up-background-rtl.png" + border = { 4, 1, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small-prelight.png" + overlay_stretch = FALSE + direction = RTL + } + + # Spin-Down LTR + + image { + function = BOX + state = NORMAL + detail = "spinbutton_down" + file = "assets/down-background.png" + border = { 1, 4, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_down" + file = "assets/down-background.png" + border = { 1, 4, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small-prelight.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_down" + file = "assets/down-background-disable.png" + border = { 1, 4, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small-insens.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_down" + file = "assets/down-background.png" + border = { 1, 4, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small-prelight.png" + overlay_stretch = FALSE + direction = LTR + } + + # Spin-Down RTL + + image { + function = BOX + state = NORMAL + detail = "spinbutton_down" + file = "assets/down-background-rtl.png" + border = { 4, 1, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_down" + file = "assets/down-background-rtl.png" + border = { 4, 1, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small-prelight.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_down" + file = "assets/down-background-disable-rtl.png" + border = { 4, 1, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small-insens.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_down" + file = "assets/down-background-rtl.png" + border = { 4, 1, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small-prelight.png" + overlay_stretch = FALSE + direction = RTL + } + } +} + +style "gimp_spin_scale" { + + bg[NORMAL] = @base_color + + engine "pixmap" { + + image { + function = FLAT_BOX + detail = "entry_bg" + state = NORMAL + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + } + + image { + function = BOX + state = NORMAL + detail = "spinbutton_up" + overlay_file = "assets/arrow-up-small.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_up" + overlay_file = "assets/arrow-up-small-prelight.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_up" + overlay_file = "assets/arrow-up-small-prelight.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_up" + overlay_file = "assets/arrow-up-small-insens.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = NORMAL + detail = "spinbutton_down" + overlay_file = "assets/arrow-down-small.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_down" + overlay_file = "assets/arrow-down-small-prelight.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_down" + overlay_file = "assets/arrow-down-small-prelight.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_down" + overlay_file = "assets/arrow-down-small-insens.png" + overlay_stretch = FALSE + } + } +} + +style "libreoffice_entry" { + + engine "pixmap" { + + image { + function = FLAT_BOX + detail = "entry_bg" + state = NORMAL + overlay_file = "assets/entry-border-fill.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + overlay_file = "assets/entry-border-fill.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/entry-border-bg-solid.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/entry-border-active-bg-solid.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + } +} + +style "standalone_entry" { + + engine "pixmap" { + + image { + function = FLAT_BOX + detail = "entry_bg" + state = NORMAL + file = "assets/entry-border-fill.png" + stretch = TRUE + border = { 0, 0, 0, 0 } + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + file = "assets/entry-border-fill.png" + stretch = TRUE + border = { 0, 0, 0, 0 } + } + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/entry-border-bg-solid.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/entry-border-active-bg-solid.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + } +} + +style "notebook" { + + xthickness = 5 + ythickness = 2 + + engine "pixmap" { + + image { + function = EXTENSION + state = ACTIVE + file = "assets/null.png" + border = { 0,0,0,0 } + stretch = TRUE + gap_side = TOP + } + + image { + function = EXTENSION + state = ACTIVE + file = "assets/null.png" + border = { 0,0,0,0 } + stretch = TRUE + gap_side = BOTTOM + } + + image { + function = EXTENSION + state = ACTIVE + file = "assets/null.png" + border = { 0,0,0,0 } + stretch = TRUE + gap_side = RIGHT + } + + image { + function = EXTENSION + state = ACTIVE + file = "assets/null.png" + border = { 0,0,0,0 } + stretch = TRUE + gap_side = LEFT + } + + image { + function = EXTENSION + file = "assets/tab-top-active.png" + border = { 3,3,3,3 } + stretch = TRUE + gap_side = BOTTOM + } + + image { + function = EXTENSION + file = "assets/tab-bottom-active.png" + border = { 3,3,3,3 } + stretch = TRUE + gap_side = TOP + } + + image { + function = EXTENSION + file = "assets/tab-left-active.png" + border = { 3,3,3,3 } + stretch = TRUE + gap_side = RIGHT + } + + image { + function = EXTENSION + file = "assets/tab-right-active.png" + border = { 3,3,3,3 } + stretch = TRUE + gap_side = LEFT + } + + # How to draw boxes with a gap on one side (ie the page of a notebook) + + image { + function = BOX_GAP + file = "assets/notebook.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + gap_file = "assets/notebook-gap-horiz.png" + gap_border = { 1, 1, 0, 0 } + gap_side = TOP + } + + image { + function = BOX_GAP + file = "assets/notebook.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + gap_file = "assets/notebook-gap-horiz.png" + gap_border = { 1, 1, 0, 0 } + gap_side = BOTTOM + } + + image { + function = BOX_GAP + file = "assets/notebook.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + gap_file = "assets/notebook-gap-vert.png" + gap_border = { 0, 0, 1, 1 } + gap_side = LEFT + } + + image { + function = BOX_GAP + file = "assets/notebook.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + gap_file = "assets/notebook-gap-vert.png" + gap_border = { 0, 0, 1, 1 } + gap_side = RIGHT + } + + # How to draw the box of a notebook when it isnt attached to a tab + + image { + function = BOX + file = "assets/notebook.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + } +} + +style "handlebox" { + + engine "pixmap" { + + image { + function = BOX + file = "assets/null.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + detail = "handlebox_bin" + shadow = IN + } + + image { + function = BOX + file = "assets/null.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + detail = "handlebox_bin" + shadow = OUT + } + } +} + +style "combobox_separator" { + + xthickness = 0 + ythickness = 0 + GtkWidget::wide-separators = 1 + +} + +style "combobox" { + + xthickness = 0 + ythickness = 0 + +} + +style "combobox_button" { + + xthickness = 3 + ythickness = 3 + +} + +style "range" { + + engine "pixmap" { + + image { + function = BOX + detail = "trough-upper" + file = "assets/trough-horizontal.png" + border = { 8, 8, 0, 0 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = BOX + detail = "trough-lower" + file = "assets/trough-horizontal-active.png" + border = { 8, 8, 0, 0 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = BOX + detail = "trough-upper" + file = "assets/trough-vertical.png" + border = { 0, 0, 8, 8 } + stretch = TRUE + orientation = VERTICAL + } + + image { + function = BOX + detail = "trough-lower" + file = "assets/trough-vertical-active.png" + border = { 0, 0, 8, 8 } + stretch = TRUE + orientation = VERTICAL + } + + # Horizontal + + image { + function = SLIDER + state = NORMAL + file = "assets/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + overlay_file = "assets/slider.png" + overlay_stretch = FALSE + orientation = HORIZONTAL + } + + image { + function = SLIDER + state = PRELIGHT + file = "assets/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + overlay_file = "assets/slider-prelight.png" + overlay_stretch = FALSE + orientation = HORIZONTAL + } + + image { + function = SLIDER + state = INSENSITIVE + file = "assets/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + overlay_file = "assets/slider-insensitive.png" + overlay_stretch = FALSE + orientation = HORIZONTAL + } + + # Vertical + + image { + function = SLIDER + state = NORMAL + file = "assets/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + overlay_file = "assets/slider.png" + overlay_stretch = FALSE + orientation = VERTICAL + } + + image { + function = SLIDER + state = PRELIGHT + file = "assets/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + overlay_file = "assets/slider-prelight.png" + overlay_stretch = FALSE + orientation = VERTICAL + } + + image { + function = SLIDER + state = INSENSITIVE + file = "assets/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + overlay_file = "assets/slider-insensitive.png" + overlay_stretch = FALSE + orientation = VERTICAL + } + + # Function below removes ugly boxes + + image { + function = BOX + file = "assets/null.png" + border = { 3, 3, 3, 3 } + stretch = TRUE + } + } +} + +style "progressbar" { + + xthickness = 1 + ythickness = 1 + + fg[NORMAL] = @fg_color + fg[PRELIGHT] = @selected_fg_color + + engine "pixmap" { + + image { + function = BOX + detail = "trough" + file = "assets/trough-progressbar.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = BOX + detail = "bar" + file = "assets/progressbar.png" + stretch = TRUE + border = { 3, 3, 3, 3 } + orientation = HORIZONTAL + } + + image { + function = BOX + detail = "trough" + file = "assets/trough-progressbar_v.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + orientation = VERTICAL + } + + image { + function = BOX + detail = "bar" + file = "assets/progressbar_v.png" + stretch = TRUE + border = { 3, 3, 3, 3 } + orientation = VERTICAL + } + } +} + +style "separator_menu_item" { + + engine "pixmap" { + + image { + function = BOX + file = "assets/null.png" + border = { 0, 0, 1, 0 } + stretch = TRUE + } + } +} + +style "treeview_header" { + ythickness = 1 + + fg[PRELIGHT] = mix(0.70, @text_color, @base_color) + font_name = "Bold" + + engine "pixmap" { + + image { + function = BOX + file = "assets/tree_header.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + } + } +} + +# Treeview Rows + +style "treeview" { + + xthickness = 2 + ythickness = 0 + + +} + +style "scrolled_window" { + + xthickness = 1 + ythickness = 1 + + engine "pixmap" { + + image { + function = SHADOW + file = "assets/frame.png" + border = { 5, 5, 5, 5 } + stretch = TRUE + } + } +} + +style "frame" { + + xthickness = 1 + ythickness = 1 + + engine "pixmap" { + + image { + function = SHADOW + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + shadow = IN + } + + image { + function = SHADOW_GAP + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + gap_start_file = "assets/frame-gap-start.png" + gap_start_border = { 1, 0, 0, 0 } + gap_end_file = "assets/frame-gap-end.png" + gap_end_border = { 0, 1, 0, 0 } + shadow = IN + } + + image { + function = SHADOW + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + shadow = OUT + } + + image { + function = SHADOW_GAP + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + gap_start_file = "assets/frame-gap-start.png" + gap_start_border = { 1, 0, 0, 0 } + gap_end_file = "assets/frame-gap-end.png" + gap_end_border = { 0, 1, 0, 0 } + shadow = OUT + } + + image { + function = SHADOW + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + shadow = ETCHED_IN + } + + image { + function = SHADOW_GAP + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + gap_start_file = "assets/frame-gap-start.png" + gap_start_border = { 1, 0, 0, 0 } + gap_end_file = "assets/frame-gap-end.png" + gap_end_border = { 0, 1, 0, 0 } + shadow = ETCHED_IN + } + + image { + function = SHADOW + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + shadow = ETCHED_OUT + } + + image { + function = SHADOW_GAP + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + gap_start_file = "assets/frame-gap-start.png" + gap_start_border = { 1, 0, 0, 0 } + gap_end_file = "assets/frame-gap-end.png" + gap_end_border = { 0, 1, 0, 0 } + shadow = ETCHED_OUT + } + } +} + +style "gimp_toolbox_frame" { + + engine "pixmap" { + + image { + function = SHADOW + } + } +} + +style "toolbar" { + + engine "pixmap" { + + image { + function = BOX + file = "assets/toolbar.png" + stretch = TRUE + border = { 1, 1, 1, 1 } + } + + image { + function = HANDLE + overlay_file = "assets/handle-h.png" + overlay_stretch = FALSE + orientation = HORIZONTAL + } + + image { + function = HANDLE + overlay_file = "assets/handle-v.png" + overlay_stretch = FALSE + orientation = VERTICAL + } + + image { + function = VLINE + recolorable = TRUE + file = "assets/null.png" + } + + image { + function = HLINE + recolorable = TRUE + file = "assets/null.png" + } + } +} + +style "inline_toolbar" { + + GtkToolbar::button-relief = GTK_RELIEF_NORMAL + + engine "pixmap" { + + image { + function = BOX + file = "assets/inline-toolbar.png" + stretch = TRUE + border = { 1, 1, 1, 1 } + } + } +} + +style "notebook_viewport" { + + bg[NORMAL] = @notebook_bg +} + + +style "notebook_eventbox" { + + bg[NORMAL] = @notebook_bg + bg[ACTIVE] = @bg_color +} + +style "tooltips" { + + xthickness = 8 + ythickness = 4 + + bg[NORMAL] = @tooltip_bg_color + fg[NORMAL] = @tooltip_fg_color + bg[SELECTED] = @tooltip_bg_color + +} + +style "eclipse-tooltips" { + + xthickness = 8 + ythickness = 4 + + bg[NORMAL] = shade(1.05, @bg_color) + fg[NORMAL] = @text_color + bg[SELECTED] = shade(1.05, @bg_color) + +} + +style "xfdesktop-icon-view" { + XfdesktopIconView::label-alpha = 0 + XfdesktopIconView::selected-label-alpha = 100 + XfdesktopIconVIew::ellipsize-icon-labels = 1 + + base[NORMAL] = @selected_bg_color + base[SELECTED] = @selected_bg_color + base[ACTIVE] = @selected_bg_color + + fg[NORMAL] = @selected_fg_color + fg[SELECTED] = @selected_fg_color + fg[ACTIVE] = @selected_fg_color + + engine "murrine" { + textstyle = 5 + text_shade = 0.05 + } +} + +style "xfwm-tabwin" { + Xfwm4TabwinWidget::border-width = 1 + Xfwm4TabwinWidget::border-alpha = 1.0 + Xfwm4TabwinWidget::icon-size = 64 + Xfwm4TabwinWidget::alpha = 1.0 + Xfwm4TabwinWidget::border-radius = 2 + + bg[NORMAL] = @bg_color + bg[SELECTED] = @bg_color + + fg[NORMAL] = @fg_color + + engine "murrine" { + contrast = 0.7 + glazestyle = 0 + glowstyle = 0 + highlight_shade = 1.0 + gradient_shades = {1.0,1.0,1.0,1.0} + border_shades = { 0.8, 0.8 } + } +} + +style "xfwm-tabwin-button" { + + font_name = "bold" + bg[SELECTED] = @selected_bg_color +} + +# Chromium +style "chrome_menu_item" { + + bg[SELECTED] = @selected_bg_color + +} + +# Text Style +style "text" { + engine "murrine" { textstyle = 0 } +} + +style "null" { + + engine "pixmap" { + + image { + function = BOX + file = "assets/null.png" + stretch = TRUE + } + } +} + + +class "GtkWidget" style "default" +class "GtkScrollbar" style "scrollbar" +class "GtkButton" style "button" +class "GtkEntry" style "entry" +class "GtkOldEditable" style "entry" +class "GtkSpinButton" style "spinbutton" +class "GtkNotebook" style "notebook" +class "GtkRange" style "range" +class "GtkProgressBar" style "progressbar" +class "GtkSeparatorMenuItem" style "separator_menu_item" +class "GtkScrolledWindow" style "scrolled_window" +class "GtkFrame" style "frame" +class "GtkTreeView" style "treeview" +class "GtkToolbar" style "toolbar" +class "*HandleBox" style "toolbar" + +widget_class "*<GtkMenu>*" style "menu" +widget_class "*<GtkMenu>*" style "menu_framed_box" +widget_class "*<GtkMenuItem>*" style "menu_item" +widget_class "*<GtkCheckButton>*" style "checkbutton" +widget_class "*<GtkComboBox>" style "combobox" +widget_class "*<GtkComboBox>*<GtkButton>" style "combobox_button" +widget_class "*<GtkComboBox>*<GtkSeparator>" style "combobox_separator" +widget_class "*<GtkTreeView>*<GtkButton>*" style "treeview_header" +widget_class "*<GtkFileChooserDefault>*<GtkToolbar>" style "inline_toolbar" +widget_class "*<GtkComboBoxEntry>*<GtkEntry>" style "combobox_entry" +widget_class "*<GtkComboBoxEntry>*<GtkButton>" style "combobox_entry_button" +widget_class "*<GtkNotebook>*<GtkScrolledWindow>*<GtkViewport>" style "notebook_viewport" +widget_class "*HandleBox" style "toolbar" + +# Entries in notebooks draw with notebook's base color, but not if there's +# something else in the middle that draws gray again +widget_class "*<GtkNotebook>*<GtkEntry>" style "notebook_entry" +widget_class "*<GtkNotebook>*<GtkEventBox>*<GtkEntry>" style "entry" + +widget_class "*<GtkNotebook>*<GtkComboBoxEntry>*<GtkEntry>" style "notebook_combobox_entry" +widget_class "*<GtkNotebook>*<GtkEventBox>*<GtkComboBoxEntry>*<GtkEntry>" style "combobox_entry" + +# We also need to avoid changing fg color for the inactive notebook tab labels +widget_class "*<GtkNotebook>.<GtkLabel>" style "notebook_tab_label" + +# GTK tooltips +widget "gtk-tooltip*" style "tooltips" + +#Fix GVim tabs +widget_class "*<GtkNotebook>*<GtkEventBox>" style "notebook_eventbox" + +# Xchat special cases +widget "*xchat-inputbox" style "entry" + +# GIMP +# Disable gradients completely for GimpSpinScale +#class "GimpSpinScale" style "gimp_spin_scale" + +# Remove borders from "Wilbert frame" in Gimp +widget_class "*<GimpToolbox>*<GtkFrame>" style "gimp_toolbox_frame" + +# Chrome/Chromium +widget_class "*Chrom*Button*" style "button" +widget_class "*<GtkCustomMenu>*<GtkCustomMenuItem>*" style "chrome_menu_item" + +# We use this weird selector to target an offscreen entry as created +# by Chrome/Chromium to derive the style for its toolbar +widget_class "<GtkEntry>" style "standalone_entry" + +# Eclipse/SWT +widget "gtk-tooltips*" style "eclipse-tooltips" +widget "*swt-toolbar-flat" style "null" + +# Openoffice, Libreoffice +class "GtkWindow" style "toplevel_hack" +widget "*openoffice-toplevel*" style "ooo_stepper_hack" +widget "*openoffice-toplevel*GtkEntry" style "libreoffice_entry" +widget "*openoffice-toplevel*GtkSpinButton" style "libreoffice_entry" +widget "*libreoffice-toplevel*GtkEntry" style "libreoffice_entry" +widget "*libreoffice-toplevel*GtkSpinButton" style "libreoffice_entry" + +# Xfce +widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view" +widget "xfwm4-tabwin*" style "xfwm-tabwin" +widget "xfwm4-tabwin*GtkButton*" style "xfwm-tabwin-button" + +# Fixes ugly text shadows for insensitive text +widget_class "*<GtkLabel>" style "text" +widget_class "*<GtkComboBox>*<GtkCellLayout>" style "text" +widget_class "*<GtkNotebook>*<GtkLabel>" style "text" +widget_class "*<GtkNotebook>*<GtkCellLayout>" style "text" diff --git a/.themes/arc-gruvbox/gtk-2.0/menubar-toolbar/button-active.png b/.themes/arc-gruvbox/gtk-2.0/menubar-toolbar/button-active.png new file mode 100644 index 00000000..29cd827a Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/menubar-toolbar/button-active.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/menubar-toolbar/button-hover.png b/.themes/arc-gruvbox/gtk-2.0/menubar-toolbar/button-hover.png new file mode 100644 index 00000000..b8a6e0e8 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/menubar-toolbar/button-hover.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/menubar-toolbar/button-insensitive.png b/.themes/arc-gruvbox/gtk-2.0/menubar-toolbar/button-insensitive.png new file mode 100644 index 00000000..fc776f1f Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/menubar-toolbar/button-insensitive.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/menubar-toolbar/button.png b/.themes/arc-gruvbox/gtk-2.0/menubar-toolbar/button.png new file mode 100644 index 00000000..5105fda8 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/menubar-toolbar/button.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/menubar-toolbar/entry-active-toolbar-dark.png b/.themes/arc-gruvbox/gtk-2.0/menubar-toolbar/entry-active-toolbar-dark.png new file mode 100644 index 00000000..86bf5b1d Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/menubar-toolbar/entry-active-toolbar-dark.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/menubar-toolbar/entry-active-toolbar.png b/.themes/arc-gruvbox/gtk-2.0/menubar-toolbar/entry-active-toolbar.png new file mode 100644 index 00000000..86bf5b1d Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/menubar-toolbar/entry-active-toolbar.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/menubar-toolbar/entry-disabled-toolbar-dark.png b/.themes/arc-gruvbox/gtk-2.0/menubar-toolbar/entry-disabled-toolbar-dark.png new file mode 100644 index 00000000..074826b5 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/menubar-toolbar/entry-disabled-toolbar-dark.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/menubar-toolbar/entry-disabled-toolbar.png b/.themes/arc-gruvbox/gtk-2.0/menubar-toolbar/entry-disabled-toolbar.png new file mode 100644 index 00000000..074826b5 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/menubar-toolbar/entry-disabled-toolbar.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/menubar-toolbar/entry-toolbar-dark.png b/.themes/arc-gruvbox/gtk-2.0/menubar-toolbar/entry-toolbar-dark.png new file mode 100644 index 00000000..885a5d8a Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/menubar-toolbar/entry-toolbar-dark.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/menubar-toolbar/entry-toolbar.png b/.themes/arc-gruvbox/gtk-2.0/menubar-toolbar/entry-toolbar.png new file mode 100644 index 00000000..885a5d8a Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/menubar-toolbar/entry-toolbar.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/menubar-toolbar/menubar-dark.png b/.themes/arc-gruvbox/gtk-2.0/menubar-toolbar/menubar-dark.png new file mode 100644 index 00000000..f27e09e2 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/menubar-toolbar/menubar-dark.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/menubar-toolbar/menubar-toolbar-dark.rc b/.themes/arc-gruvbox/gtk-2.0/menubar-toolbar/menubar-toolbar-dark.rc new file mode 100644 index 00000000..5ba7057d --- /dev/null +++ b/.themes/arc-gruvbox/gtk-2.0/menubar-toolbar/menubar-toolbar-dark.rc @@ -0,0 +1,222 @@ +style "menubar" { + + bg[NORMAL] = "#282828" + fg[NORMAL] = "#EBDBB2" + fg[PRELIGHT] = "#EBDBB2" + fg[ACTIVE] = "#EBDBB2" + fg[SELECTED] = @selected_fg_color + fg[INSENSITIVE] = shade(0.7, "#EBDBB2") + + xthickness = 0 + ythickness = 0 + + engine "pixmap" { + + image { + function = BOX + file = "menubar-toolbar/menubar-dark.png" + stretch = TRUE + border = { 1, 1, 1, 1 } + } + } +} + +style "menubar-borderless" { + + bg[NORMAL] = "#282828" + fg[NORMAL] = "#EBDBB2" + fg[SELECTED] = @selected_fg_color + fg[INSENSITIVE] = shade(0.7, "#EBDBB2") + + xthickness = 0 + ythickness = 0 + + engine "pixmap" { + + image { + function = BOX + file = "assets/null.png" + stretch = TRUE + border = { 1, 1, 1, 1 } + } + } +} + +style "menubar_item" { + + xthickness = 2 + ythickness = 4 + + fg[PRELIGHT] = @selected_fg_color + + engine "pixmap" { + + image { + function = BOX + state = PRELIGHT + file = "menubar-toolbar/menubar_button-dark.png" + border = { 2, 2, 2, 2 } + stretch = TRUE + } + } +} + +# Text Style Menubar +style "menubar-text" { + + engine "murrine" { + text_shade = 0.0 + textstyle = 0 + } +} + + +style "toolbar_text" { + fg[NORMAL] = "#EBDBB2" + fg[PRELIGHT] = "#EBDBB2" + fg[INSENSITIVE] = shade(0.7, "#EBDBB2") + fg[ACTIVE] = "#EBDBB2" + + text[NORMAL] = "#EBDBB2" + text[PRELIGHT] = "#EBDBB2" + text[INSENSITIVE] = shade(0.7, "#EBDBB2") + text[ACTIVE] = "#EBDBB2" + +} + +style "toolbar_button" { + + xthickness = 4 + ythickness = 4 + + engine "pixmap" { + + image { + function = BOX + state = NORMAL + file = "menubar-toolbar/button.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + image { + function = BOX + state = PRELIGHT + file = "menubar-toolbar/button-hover.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + image { + function = BOX + state = ACTIVE + file = "menubar-toolbar/button-active.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + image { + function = BOX + state = INSENSITIVE + file = "menubar-toolbar/button-insensitive.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + } +} + +style "toolbar_entry" { + xthickness = 6 + + base[NORMAL] = "#414857" + base[INSENSITIVE] = "#39404d" + + text[NORMAL] = "#EBDBB2" + + engine "pixmap" { + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "menubar-toolbar/toolbar-entry-border-bg-dark.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "menubar-toolbar/toolbar-entry-border-disabled-bg-dark.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "menubar-toolbar/toolbar-entry-border-active-bg-dark.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = NORMAL + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + } +} + +#Chromium +style "chrome-gtk-frame" { + + ChromeGtkFrame::frame-color = "#282828" + ChromeGtkFrame::inactive-frame-color = "#282828" + + ChromeGtkFrame::frame-gradient-size = 0 + ChromeGtkFrame::frame-gradient-color = shade(0.5, @bg_color) + + ChromeGtkFrame::incognito-frame-color = shade(0.85, @bg_color) + ChromeGtkFrame::incognito-inactive-frame-color = @bg_color + + ChromeGtkFrame::incognito-frame-gradient-color = @bg_color + + ChromeGtkFrame::scrollbar-trough-color = shade(0.912, @bg_color) + ChromeGtkFrame::scrollbar-slider-prelight-color = shade(1.04, @bg_color) + ChromeGtkFrame::scrollbar-slider-normal-color = @bg_color + +} + +widget_class "*<GtkMenuBar>*" style "menubar" +widget_class "*<GtkMenuBar>.<GtkMenuItem>*" style "menubar_item" + +widget_class "*ThunarWindow*<GtkToolbar>" style "menubar" + +class "ChromeGtkFrame" style "chrome-gtk-frame" + +widget_class "*<GtkMenuBar>*<GtkMenuItem>*<GtkAccelLabel>" style "menubar-text" + +# Whitelist for dark toolbars +widget_class "*ThunarWindow*<GtkMenuBar>" style "menubar-borderless" +widget_class "*ThunarWindow*<GtkToolbar>*<GtkEntry>" style "toolbar_entry" +widget_class "*ThunarWindow*<GtkToolbar>*<GtkButton>" style "toolbar_button" +widget_class "*ThunarWindow*<GtkToolbar>*<GtkWidget>" style "toolbar_text" +widget_class "*ThunarWindow*<GtkToolbar>*<GtkButton>*<GtkLabel>" style "menubar-text" + diff --git a/.themes/arc-gruvbox/gtk-2.0/menubar-toolbar/menubar-toolbar.rc b/.themes/arc-gruvbox/gtk-2.0/menubar-toolbar/menubar-toolbar.rc new file mode 100644 index 00000000..c02626d3 --- /dev/null +++ b/.themes/arc-gruvbox/gtk-2.0/menubar-toolbar/menubar-toolbar.rc @@ -0,0 +1,166 @@ +style "menubar" { + + bg[NORMAL] = "#e7e8eb" + fg[NORMAL] = "#70788d" + fg[PRELIGHT] = "#70788d" + fg[ACTIVE] = "#70788d" + fg[SELECTED] = @selected_fg_color + fg[INSENSITIVE] = shade(1.3, "#70788d") + + xthickness = 0 + ythickness = 0 + + engine "pixmap" { + + image { + function = BOX + file = "menubar-toolbar/menubar.png" + stretch = TRUE + border = { 1, 1, 1, 1 } + } + } +} + +style "menubar-borderless" { + + bg[NORMAL] = "#e7e8eb" + fg[NORMAL] = "#70788d" + fg[SELECTED] = @fg_color + fg[INSENSITIVE] = shade(1.3, "#70788d") + + xthickness = 0 + ythickness = 0 + + engine "pixmap" { + + image { + function = BOX + file = "assets/null.png" + stretch = TRUE + border = { 1, 1, 1, 1 } + } + } +} + +style "menubar_item" { + + xthickness = 2 + ythickness = 4 + + fg[PRELIGHT] = @selected_fg_color + + engine "pixmap" { + + image { + function = BOX + state = PRELIGHT + file = "menubar-toolbar/menubar_button.png" + border = { 2, 2, 2, 2 } + stretch = TRUE + } + } +} + +# Text Style Menubar +style "menubar-text" { + + engine "murrine" { + text_shade = 0.0 + textstyle = 0 + } +} + +style "toolbar_entry" { + xthickness = 6 + + base[NORMAL] = "#fdfdfd" + base[INSENSITIVE] = "#f4f5f6" + + text[NORMAL] = "#70788d" + + engine "pixmap" { + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "menubar-toolbar/toolbar-entry-border-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "menubar-toolbar/toolbar-entry-border-disabled-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "menubar-toolbar/toolbar-entry-border-active-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = NORMAL + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + } +} + +#Chromium +style "chrome-gtk-frame" { + + ChromeGtkFrame::frame-color = "#e7e8eb" + ChromeGtkFrame::inactive-frame-color = "#e7e8eb" + + ChromeGtkFrame::frame-gradient-size = 0 + ChromeGtkFrame::frame-gradient-color = shade(0.5, @bg_color) + + ChromeGtkFrame::incognito-frame-color = shade(0.85, @bg_color) + ChromeGtkFrame::incognito-inactive-frame-color = @bg_color + + ChromeGtkFrame::incognito-frame-gradient-color = @bg_color + + ChromeGtkFrame::scrollbar-trough-color = shade(0.912, @bg_color) + ChromeGtkFrame::scrollbar-slider-prelight-color = shade(1.04, @bg_color) + ChromeGtkFrame::scrollbar-slider-normal-color = @bg_color + +} + +widget_class "*<GtkMenuBar>*" style "menubar" +widget_class "*<GtkMenuBar>.<GtkMenuItem>*" style "menubar_item" + +widget_class "*ThunarWindow*<GtkToolbar>" style "menubar" +widget_class "*CajaNavigationWindow*<GtkToolbar>" style "menubar" + +class "ChromeGtkFrame" style "chrome-gtk-frame" + +widget_class "*<GtkMenuBar>*<GtkMenuItem>*<GtkAccelLabel>" style "menubar-text" + +# Whitelist for dark toolbars +widget_class "*ThunarWindow*<GtkMenuBar>" style "menubar-borderless" +widget_class "*CajaNavigationWindow*<GtkMenuBar>" style "menubar-borderless" +widget_class "*ThunarWindow*<GtkToolbar>*<GtkEntry>" style "toolbar_entry" +widget_class "*CajaNavigationWindow*<GtkToolbar>*<GtkEntry>" style "toolbar_entry" diff --git a/.themes/arc-gruvbox/gtk-2.0/menubar-toolbar/menubar.png b/.themes/arc-gruvbox/gtk-2.0/menubar-toolbar/menubar.png new file mode 100644 index 00000000..ff499522 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/menubar-toolbar/menubar.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/menubar-toolbar/menubar_button-dark.png b/.themes/arc-gruvbox/gtk-2.0/menubar-toolbar/menubar_button-dark.png new file mode 100644 index 00000000..717575ad Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/menubar-toolbar/menubar_button-dark.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/menubar-toolbar/menubar_button.png b/.themes/arc-gruvbox/gtk-2.0/menubar-toolbar/menubar_button.png new file mode 100644 index 00000000..717575ad Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/menubar-toolbar/menubar_button.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg-dark.png b/.themes/arc-gruvbox/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg-dark.png new file mode 100644 index 00000000..4c358b30 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg-dark.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg.png b/.themes/arc-gruvbox/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg.png new file mode 100644 index 00000000..427548ae Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/menubar-toolbar/toolbar-entry-border-bg-dark.png b/.themes/arc-gruvbox/gtk-2.0/menubar-toolbar/toolbar-entry-border-bg-dark.png new file mode 100644 index 00000000..716060ad Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/menubar-toolbar/toolbar-entry-border-bg-dark.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/menubar-toolbar/toolbar-entry-border-bg.png b/.themes/arc-gruvbox/gtk-2.0/menubar-toolbar/toolbar-entry-border-bg.png new file mode 100644 index 00000000..320deb9c Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/menubar-toolbar/toolbar-entry-border-bg.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg-dark.png b/.themes/arc-gruvbox/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg-dark.png new file mode 100644 index 00000000..8304a5d6 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg-dark.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg.png b/.themes/arc-gruvbox/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg.png new file mode 100644 index 00000000..512d5bd9 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg.png differ diff --git a/.themes/arc-gruvbox/gtk-2.0/panel.rc b/.themes/arc-gruvbox/gtk-2.0/panel.rc new file mode 100644 index 00000000..0e06ce59 --- /dev/null +++ b/.themes/arc-gruvbox/gtk-2.0/panel.rc @@ -0,0 +1,153 @@ +style "theme-panel" { + + ythickness = 0 + + bg[NORMAL] = "#282828" + bg[ACTIVE] = @selected_bg_color + bg[PRELIGHT] = shade(1.1, @selected_bg_color) + bg[SELECTED] = @selected_bg_color + + fg[NORMAL] = "#EBDBB2" + fg[PRELIGHT] = @selected_fg_color + fg[ACTIVE] = @selected_fg_color + fg[SELECTED] = @selected_fg_color + + text[NORMAL] = "#EBDBB2" + text[PRELIGHT] = "#EBDBB2" + text[ACTIVE] = "#EBDBB2" + text[SELECTED] = "#EBDBB2" + + engine "murrine" { + reliefstyle = 0 + glazestyle = 0 + glow_shade = 1.0 + highlight_shade = 1.0 + roundness = 0 + gradient_shades = {1.0,1.0,1.0,1.0} + textstyle = 0 + contrast = 0.0 + textstyle = 0 + } +} + +style "panelbar" { + + fg[NORMAL] = "#edf5fb" + fg[ACTIVE] = "#edf5fb" + fg[PRELIGHT] = "#edf5fb" + fg[SELECTED] = @selected_fg_color + + bg[SELECTED] = @selected_bg_color + + engine "murrine" {} +} + +style "panelbuttons" { + + xthickness = 4 + ythickness = 0 + + engine "murrine" { + textstyle = 0 + } +} + +style "theme-panel-text" { + + fg[NORMAL] = "#edf5fb" + fg[PRELIGHT] = @selected_fg_color + fg[ACTIVE] = "#edf5fb" + + text[NORMAL] = "#edf5fb" + text[PRELIGHT] = @selected_fg_color + text[ACTIVE] = "#edf5fb" + + engine "murrine" { + textstyle = 0 + text_shade = 0.2 + } +} + +style "panel-entry" { + + fg[NORMAL] = @text_color + fg[PRELIGHT] = @text_color + fg[ACTIVE] = @text_color + fg[SELECTED] = @text_color + fg[INSENSITIVE] = @text_color + + text[NORMAL] = @text_color + text[PRELIGHT] = @text_color + text[ACTIVE] = @text_color + text[SELECTED] = @text_color + text[INSENSITIVE] = @text_color + +} + +style "theme-main-menu-text" = "theme-panel-text" { + fg[PRELIGHT] = @selected_fg_color + text[PRELIGHT] = @selected_fg_color +} + +style "workspace-switcher" = "theme-panel" { + bg[SELECTED] = @selected_bg_color +} + +style "indicator" = "theme-panel" { + xthickness = 0 + ythickness = 0 +} + +widget "*tasklist*" style "panelbuttons" +widget_class "*Xfce*Panel*.GtkToggleButton" style "panelbuttons" +widget_class "*Xfce*NetkTasklist*GtkToggleButton" style "panelbuttons" +widget_class "*PanelToplevel*Button" style "panelbuttons" +widget_class "*Panel*GtkToggleButton" style "panelbuttons" +widget_class "*Xfce*Panel*Button*" style "panelbuttons" +widget_class "*<XfceArrowButton>" style "panelbuttons" +widget_class "*<XfceActionsPlugin>*" style "panelbuttons" +widget_class "*XfcePanelPlugin.GtkButton" style "panelbuttons" +widget "*dict*Applet*" style "panelbuttons" +widget_class "*Xfce*NetkTasklist*GtkToggleButton" style "panelbuttons" +widget_class "*Tasklist*" style:highest "panelbuttons" + +class "*Panel*MenuBar*" style "panelbar" +widget_class "*Panel*MenuBar*" style "panelbar" +widget_class "*Panel*MenuBar*Item*" style:highest "panelbar" + +widget "*PanelWidget*" style "theme-panel" +widget "*PanelApplet*" style "theme-panel" +widget "*fast-user-switch*" style "theme-panel" +widget "*CPUFreq*Applet*" style "theme-panel" +class "PanelApp*" style "theme-panel" +class "PanelToplevel*" style "theme-panel" +widget_class "*PanelToplevel*" style "theme-panel" +widget_class "*notif*" style "theme-panel" +widget_class "*Notif*" style "theme-panel" +widget_class "*Tray*" style "theme-panel" +widget_class "*tray*" style "theme-panel" +widget_class "*computertemp*" style "theme-panel" +widget_class "*Applet*Tomboy*" style "theme-panel" +widget_class "*Applet*Netstatus*" style "theme-panel" + +# Fixes for tooltip text in some apps. +widget_class "*Notif*Beagle*" style "theme-panel" +widget_class "*Notif*Brasero*" style "theme-panel" + +# XFCE panel theming. +widget "*Xfce*Panel*" style "theme-panel" +class "*Xfce*Panel*" style "theme-panel" +widget "*WnckPager*" style "workspace-switcher" + +# Fix gtk-entries in the panel +widget "*bookmark*GtkEntry" style "panel-entry" # fixes smartbookmark-plugin + +# Make sure panel text color doesn't change +widget_class "*Panel*MenuBar*" style "theme-main-menu-text" +widget_class "*Panel*<GtkMenuBar>*" style "theme-main-menu-text" +widget "*.clock-applet-button.*" style "theme-panel-text" +widget "*PanelApplet*" style "theme-panel-text" + +# Override general panel-style with specific plugin-styles +widget "*indicator-applet*" style "indicator" +widget "*indicator-button*" style "indicator" diff --git a/.themes/arc-gruvbox/gtk-2.0/render-assets.sh b/.themes/arc-gruvbox/gtk-2.0/render-assets.sh new file mode 100644 index 00000000..71f5a448 --- /dev/null +++ b/.themes/arc-gruvbox/gtk-2.0/render-assets.sh @@ -0,0 +1,26 @@ +#! /bin/bash + +INKSCAPE="/usr/bin/inkscape" +OPTIPNG="/usr/bin/optipng" + +SRC_FILE="assets.svg" +ASSETS_DIR="assets" + +SRC_FILE="assets.svg" +ASSETS_DIR="assets" + +INDEX="assets.txt" + +for i in `cat $INDEX` +do + if [ -f $ASSETS_DIR/$i.png ]; then + rm $ASSETS_DIR/$i.png + fi + echo Rendering $ASSETS_DIR/$i.png + $INKSCAPE --export-id=$i \ + --export-id-only \ + --export-png=$ASSETS_DIR/$i.png $SRC_FILE >/dev/null \ + && $OPTIPNG -o7 --quiet $ASSETS_DIR/$i.png +done + +exit 0 diff --git a/.themes/arc-gruvbox/gtk-3.0/assets.svg b/.themes/arc-gruvbox/gtk-3.0/assets.svg new file mode 100644 index 00000000..0765d31b --- /dev/null +++ b/.themes/arc-gruvbox/gtk-3.0/assets.svg @@ -0,0 +1,5358 @@ +<?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="484.00006" + height="276" + id="svg9892" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="assets.svg"> + <defs + id="defs9894"> + <linearGradient + id="linearGradient3770"> + <stop + id="stop3772" + offset="0" + style="stop-color:#000000;stop-opacity:0.62827224;" /> + <stop + id="stop3774" + offset="1" + style="stop-color:#000000;stop-opacity:0.49803922;" /> + </linearGradient> + <linearGradient + id="linearGradient4882"> + <stop + id="stop4884" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4886" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + id="linearGradient4892"> + <stop + style="stop-color:#2f3a42;stop-opacity:1;" + offset="0" + id="stop4894" /> + <stop + style="stop-color:#1d242a;stop-opacity:1;" + offset="1" + id="stop4896" /> + </linearGradient> + <linearGradient + id="linearGradient4882-4"> + <stop + style="stop-color:#728495;stop-opacity:1;" + offset="0" + id="stop4884-9" /> + <stop + style="stop-color:#617c95;stop-opacity:0;" + offset="1" + id="stop4886-9" /> + </linearGradient> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="5.6568542" + inkscape:cx="402.65997" + inkscape:cy="185.91977" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + showborder="false" + inkscape:window-width="1324" + inkscape:window-height="742" + inkscape:window-x="36" + inkscape:window-y="0" + inkscape:window-maximized="1" + inkscape:snap-nodes="true" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:snap-global="true" + showguides="false" + inkscape:guide-bbox="true" + inkscape:bbox-nodes="true" + inkscape:object-nodes="true" + inkscape:snap-bbox-midpoints="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:snap-intersection-paths="false" + inkscape:snap-midpoints="false" + inkscape:snap-object-midpoints="true"> + <inkscape:grid + type="xygrid" + id="grid10919" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" + originx="8.000005" + originy="-1062" /> + <sodipodi:guide + orientation="1,0" + position="379.875,-287.75" + id="guide8384" /> + </sodipodi:namedview> + <metadata + id="metadata9897"> + <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:groupmode="layer" + id="layer3" + inkscape:label="superbackdrop" + style="display:inline" + transform="translate(8.000005,285.63782)"> + <rect + ry="0" + rx="0" + y="147.63782" + x="-8" + height="138" + width="121" + id="rect18028" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#f9fafb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.99999994;marker:none;enable-background:accumulate" + transform="scale(1,-1)" /> + <rect + style="display:inline;fill:#e7e8eb;fill-opacity:1;stroke:#222529;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect11783" + width="120.99998" + height="138" + x="113.00001" + y="-285.63782" /> + <rect + ry="0" + rx="0" + y="-147.63782" + x="-8" + height="138" + width="120.99998" + id="rect8047-5" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#458588;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.99999994;marker:none;enable-background:accumulate" /> + <g + transform="translate(-22,-229.00001)" + style="display:inline;opacity:1" + id="checkbox-checked" + inkscape:label="#g10758"> + <g + inkscape:label="#g22047" + id="checkbox-unchecked-5" + style="display:inline" + transform="translate(19,0)"> + <g + id="sdsd-7" + inkscape:label="#g21853"> + <g + transform="translate(0,-30)" + inkscape:label="#g14325" + id="scdsdcd-5"> + <g + transform="matrix(0.92951982,0,0,0.92914368,-156.75069,-212.9618)" + id="g15812-6-6-1-5" + style="display:inline"> + <g + style="display:inline" + id="g5489-2-9-6-8-8-53" + transform="matrix(0.5089163,0,0,0.51739823,161.7932,197.56426)"> + <g + id="g5428-8-1-4-0-0-4" /> + </g> + </g> + <rect + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" + id="rect13523-7" + width="16" + height="16" + x="17" + y="30.362183" /> + <g + id="g5400-6"> + <rect + rx="1.9999943" + y="31.362196" + x="18.000006" + height="13.99999" + width="13.999989" + id="rect5147-9-1-5-7-6-7" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#458588;fill-opacity:1;stroke:#000000;stroke-width:0;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.9999917" /> + </g> + </g> + </g> + </g> + <g + inkscape:label="Ebene 1" + id="checkbox-checked-dark-7" + transform="translate(36,-1036)" + style="display:inline"> + <g + id="g3981-6-4" + transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,729.95475,305.0582)" + style="opacity:0.85;fill:#1a1a1a;fill-opacity:1" /> + <g + id="g4049-2" + transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,727.94436,295.31123)"> + <g + id="g4056-7" + transform="translate(12.374375,11.531233)"> + <g + id="g3981-0" + transform="translate(-3,-4.9999826)" + style="fill:#3b3c3e;fill-opacity:1"> + <rect + ry="0.66666085" + rx="0.66666085" + y="1033.3622" + x="8" + height="1.9999826" + width="5" + id="rect3977-39" + style="fill:#ffffff;fill-opacity:1;stroke:none" /> + <rect + ry="0" + y="1027.3622" + x="11" + height="7.9999828" + width="2" + id="rect3979-7" + style="fill:#ffffff;fill-opacity:1;stroke:none" /> + </g> + <rect + style="fill:#eeeeee;fill-opacity:0;stroke:none" + id="rect4047-81" + width="3" + height="1" + x="5" + y="-8" + transform="translate(0,1036.3622)" /> + </g> + </g> + </g> + </g> + <g + transform="translate(-3,-229.00001)" + style="display:inline;opacity:1" + id="checkbox-mixed" + inkscape:label="#g10758"> + <g + inkscape:label="#g22047" + id="checkbox-unchecked-5-4" + style="display:inline" + transform="translate(19,0)"> + <g + id="sdsd-7-0" + inkscape:label="#g21853"> + <g + transform="translate(0,-30)" + inkscape:label="#g14325" + id="scdsdcd-5-2"> + <g + transform="matrix(0.92951982,0,0,0.92914368,-156.75069,-212.9618)" + id="g15812-6-6-1-5-7" + style="display:inline"> + <g + style="display:inline" + id="g5489-2-9-6-8-8-53-1" + transform="matrix(0.5089163,0,0,0.51739823,161.7932,197.56426)"> + <g + id="g5428-8-1-4-0-0-4-5" /> + </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-8" + width="16" + height="16" + x="17" + y="30.362183" /> + <g + id="g5400-6-9"> + <rect + rx="1.9999943" + y="31.362196" + x="18.000006" + height="13.99999" + width="13.999989" + id="rect5147-9-1-5-7-6-7-0" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#458588;fill-opacity:1;stroke:#000000;stroke-width:0;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.9999917" /> + </g> + </g> + </g> + </g> + <g + inkscape:label="Ebene 1" + id="checkbox-checked-dark-7-9" + transform="translate(36,-1036)" + style="display:inline"> + <g + id="g3981-6-4-9" + 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-9" + transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,727.94436,295.31123)"> + <g + id="g4056-7-0" + transform="translate(12.374375,11.531233)"> + <g + id="g3981-0-1" + transform="translate(-3,-4.9999826)" + style="fill:#3b3c3e;fill-opacity:1"> + <rect + ry="0" + y="-725.95471" + x="-738.80396" + height="7.9999828" + width="2" + id="rect3979-7-3" + style="fill:#ffffff;fill-opacity:1;stroke:none" + transform="matrix(-0.70710678,-0.70710678,0.70710678,-0.70710678,0,0)" /> + </g> + <rect + style="fill:#eeeeee;fill-opacity:0;stroke:none" + id="rect4047-81-4" + width="3" + height="1" + x="5" + y="-8" + transform="translate(0,1036.3622)" /> + </g> + </g> + </g> + </g> + <g + transform="translate(-41,-229.00001)" + style="display:inline;opacity:1" + id="radio-checked" + inkscape:label="#g11094"> + <g + transform="translate(19.004264,-4.6992607e-6)" + inkscape:label="#g10975" + id="radio-unchecked-2" + style="display:inline"> + <g + id="g10964-6"> + <g + inkscape:label="#g15805" + transform="matrix(0.93617253,0,0,0.93566004,-96.78315,-244.76084)" + id="radio-unchecked2-0" + style="display:inline"> + <g + style="display:inline;opacity:0.06000001;fill:#000000;fill-opacity:1" + id="g7025-09-0" + transform="translate(0,1.0687628)"> + <g + transform="matrix(0.5089163,0,0,0.51739823,181.7932,197.56426)" + id="g5489-2-9-3-2-6" + style="display:inline;fill:#000000;fill-opacity:1"> + <g + id="g5428-8-1-7-5-4" + style="fill:#000000;fill-opacity:1" /> + </g> + </g> + <rect + y="261.97873" + x="206.99057" + height="17.100227" + width="17.090866" + id="rect14348-4-8" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" /> + <g + id="g7025-09"> + <g + transform="matrix(0.5089163,0,0,0.51739823,181.7932,197.56426)" + id="g5489-2-9-3-2" + style="display:inline"> + <g + id="g5428-8-1-7-5"> + <rect + rx="14.692495" + y="126.56255" + x="51.610752" + height="28.919107" + width="29.384991" + id="rect5147-9-1-7-2" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#458588;fill-opacity:1;fill-rule:nonzero;stroke:#999999;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + ry="14.459554" /> + </g> + </g> + </g> + </g> + </g> + </g> + <rect + rx="1.9988754" + y="6.3621826" + x="122" + height="4" + width="4" + id="use15101-5-7" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:2.08838987;marker:none;enable-background:accumulate" + ry="2" /> + </g> + <g + transform="translate(-41,-229.00001)" + style="display:inline;opacity:1" + id="radio-mixed" + inkscape:label="#g11194"> + <g + id="g11220"> + <g + transform="translate(19,-4.6992607e-6)" + style="display:inline" + id="radio-checked-7" + inkscape:label="#g11094"> + <g + transform="translate(19.004264,-4.6992607e-6)" + inkscape:label="#g10975" + id="radio-unchecked-2-6" + style="display:inline"> + <g + id="g10964-6-0"> + <g + inkscape:label="#g15805" + transform="matrix(0.93617253,0,0,0.93566004,-96.78315,-244.76084)" + id="radio-unchecked2-0-0" + style="display:inline"> + <rect + y="261.97873" + x="206.99057" + height="17.100227" + width="17.090866" + id="rect14348-4-8-7" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" /> + <g + id="g7025-09-3"> + <g + transform="matrix(0.5089163,0,0,0.51739823,181.7932,197.56426)" + id="g5489-2-9-3-2-7" + style="display:inline"> + <g + id="g5428-8-1-7-5-9"> + <rect + rx="14.692497" + y="126.56256" + x="51.610752" + height="28.919115" + width="29.384995" + id="rect5147-9-1-7-2-6" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#458588;fill-opacity:1;fill-rule:nonzero;stroke:#999999;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + ry="14.459558" /> + </g> + </g> + </g> + </g> + </g> + </g> + </g> + <rect + ry="0" + y="139" + x="-9.3621826" + height="7.9999828" + width="2" + id="rect3979-7-3-9" + style="display:inline;fill:#ffffff;fill-opacity:1;stroke:none" + transform="matrix(0,-1,1,0,0,0)" /> + </g> + </g> + <g + transform="translate(-1010,-618.63782)" + style="display:inline;opacity:1" + id="switch-active" + inkscape:label="#g4829"> + <g + id="layer1-9-0" + inkscape:label="Layer 1" + transform="translate(885,450)" + style="display:inline;opacity:1"> + <g + style="display:inline" + transform="translate(120,-116.99998)" + inkscape:label="Layer 1" + id="switch-active-8"> + <g + id="g3900-1-87" + transform="translate(0,-1004.3622)"> + <rect + style="display:inline;opacity:0;fill:#434343;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect5465-3-3" + width="52" + height="24" + x="0" + y="1029.3622" /> + <rect + style="fill:#458588;fill-opacity:1;fill-rule:nonzero;stroke:none" + id="rect2987-0-8" + width="50" + height="20" + x="1" + y="1031.3622" + ry="11" + rx="11" /> + <circle + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" + id="path3759-0" + cx="41" + cy="1041.3622" + r="9" /> + </g> + </g> + </g> + <g + transform="translate(-1.0003162,0)" + id="g4816"> + <rect + transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)" + ry="0.66666085" + rx="0.66666085" + y="-456.09485" + x="977.54999" + height="1.9999826" + width="5" + id="rect3977-39-2" + style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none" /> + <rect + transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)" + ry="0" + y="-462.09485" + x="980.54999" + height="7.9999828" + width="2" + id="rect3979-7-0" + style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none" /> + </g> + </g> + <g + transform="translate(-1010,-613.63782)" + style="display:inline;opacity:1" + id="switch" + inkscape:label="#g4820"> + <g + id="layer1-9" + inkscape:label="Layer 1" + transform="matrix(-1,0,0,1,1177,420)"> + <g + style="display:inline" + transform="translate(120,-116.99998)" + inkscape:label="Layer 1" + id="switch-active-2"> + <g + id="g3900-12" + transform="translate(0,-1004.3622)"> + <rect + style="display:inline;opacity:0;fill:#434343;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect5465-3-32" + width="52" + height="24" + x="0" + y="1029.3622" /> + <rect + style="fill:#cfd6e6;fill-opacity:1;fill-rule:nonzero;stroke:none" + id="rect2987-07" + width="50" + height="20" + x="1" + y="1031.3622" + ry="11" + rx="11" /> + <circle + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" + id="path3759-7" + cx="41" + cy="1041.3622" + r="9" /> + </g> + </g> + </g> + <path + inkscape:connector-curvature="0" + d="m 1043.0028,337 0.75,0 c 0.01,-9e-5 0.016,-3.5e-4 0.023,0 0.1912,0.008 0.3824,0.0964 0.5156,0.23437 l 1.711,1.71094 1.7343,-1.71094 c 0.1993,-0.17287 0.335,-0.22912 0.5157,-0.23437 l 0.75,0 0,0.75 c 0,0.21485 -0.026,0.41298 -0.1875,0.5625 l -1.711,1.71093 1.6875,1.6875 c 0.1412,0.14113 0.211,0.34009 0.211,0.53907 l 0,0.75 -0.75,0 c -0.199,-10e-6 -0.398,-0.0698 -0.5391,-0.21094 l -1.7109,-1.71094 -1.711,1.71094 c -0.1411,0.14114 -0.3401,0.21094 -0.539,0.21094 l -0.75,0 0,-0.75 c 0,-0.19897 0.07,-0.39794 0.2109,-0.53907 l 1.7109,-1.6875 -1.7109,-1.71093 c -0.1581,-0.14598 -0.2274,-0.35194 -0.2109,-0.5625 l 0,-0.75 z" + id="path10839-9-8-2-2-5" + style="color:#bebebe;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:'Andale Mono';-inkscape-font-specification:'Andale Mono';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;display:inline;overflow:visible;visibility:visible;opacity:0.6;fill:#5c616c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> + </g> + <g + transform="translate(-947,-618.63782)" + style="display:inline;opacity:0.55" + id="switch-active-insensitive" + inkscape:label="#g4829-8"> + <g + id="layer1-9-0-5" + 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-1"> + <g + id="g3900-1-3-1" + 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-9" + width="52" + height="24" + x="0" + y="1029.3622" /> + <rect + style="fill:#458588;fill-opacity:1;fill-rule:nonzero;stroke:none" + id="rect2987-0-2-5" + width="50" + height="20" + x="1" + y="1031.3622" + ry="11" + rx="11" /> + <circle + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" + id="path3759-0-8" + cx="41" + cy="1041.3622" + r="9" /> + </g> + </g> + </g> + <g + transform="translate(-1.0003162,0)" + id="g4816-6"> + <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-3" + style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none" /> + <rect + transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)" + ry="0" + y="-462.09485" + x="980.54999" + height="7.9999828" + width="2" + id="rect3979-7-0-6" + style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none" /> + </g> + </g> + <g + transform="translate(-947,-613.63782)" + style="display:inline;opacity:0.55" + id="switch-insensitive" + inkscape:label="#g4820-8"> + <g + id="layer1-9-1" + inkscape:label="Layer 1" + transform="matrix(-1,0,0,1,1177,420)"> + <g + style="display:inline" + transform="translate(120,-116.99998)" + inkscape:label="Layer 1" + id="switch-active-88"> + <g + id="g3900-4" + 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-5" + width="52" + height="24" + x="0" + y="1029.3622" /> + <rect + style="fill:#cfd6e6;fill-opacity:1;fill-rule:nonzero;stroke:none" + id="rect2987-02" + width="50" + height="20" + x="1" + y="1031.3622" + ry="11" + rx="11" /> + <circle + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" + id="path3759-1-7" + cx="41" + cy="1041.3622" + r="9" /> + </g> + </g> + </g> + <path + inkscape:connector-curvature="0" + d="m 1043.0028,337 0.75,0 c 0.01,-9e-5 0.016,-3.5e-4 0.023,0 0.1912,0.008 0.3824,0.0964 0.5156,0.23437 l 1.711,1.71094 1.7343,-1.71094 c 0.1993,-0.17287 0.335,-0.22912 0.5157,-0.23437 l 0.75,0 0,0.75 c 0,0.21485 -0.026,0.41298 -0.1875,0.5625 l -1.711,1.71093 1.6875,1.6875 c 0.1412,0.14113 0.211,0.34009 0.211,0.53907 l 0,0.75 -0.75,0 c -0.199,-10e-6 -0.398,-0.0698 -0.5391,-0.21094 l -1.7109,-1.71094 -1.711,1.71094 c -0.1411,0.14114 -0.3401,0.21094 -0.539,0.21094 l -0.75,0 0,-0.75 c 0,-0.19897 0.07,-0.39794 0.2109,-0.53907 l 1.7109,-1.6875 -1.7109,-1.71093 c -0.1581,-0.14598 -0.2274,-0.35194 -0.2109,-0.5625 l 0,-0.75 z" + id="path10839-9-8-2-2-5-5" + style="color:#bebebe;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:'Andale Mono';-inkscape-font-specification:'Andale Mono';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;display:inline;overflow:visible;visibility:visible;opacity:0.6;fill:#5c616c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> + </g> + <g + transform="translate(-22,-229.00001)" + style="display:inline;opacity:1" + id="checkbox-unchecked" + inkscape:label="#g22047"> + <g + inkscape:label="#g21853" + id="sdsd-0"> + <g + id="scdsdcd-0" + inkscape:label="#g14325" + transform="translate(0,-30)"> + <g + style="display:inline" + id="g15812-6-6-1-4" + transform="matrix(0.92951982,0,0,0.92914368,-156.75069,-212.9618)"> + <g + transform="matrix(0.5089163,0,0,0.51739823,161.7932,197.56426)" + id="g5489-2-9-6-8-8-9" + style="display:inline"> + <g + id="g5428-8-1-4-0-0-65" /> + </g> + </g> + <rect + y="30.362183" + x="17" + height="16" + width="16" + id="rect13523-4" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" /> + <g + id="g5400-2"> + <rect + ry="2" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;stroke:#cfd6e6;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + id="rect5147-9-1-5-7-6-3" + width="13" + height="12.999997" + x="18.5" + y="31.862183" + rx="2" /> + </g> + </g> + </g> + </g> + <g + transform="translate(-41.995736,-229.00401)" + style="display:inline;opacity:1" + id="radio-unchecked" + inkscape:label="#g10975"> + <g + id="g10964-4"> + <g + style="display:inline" + id="radio-unchecked2-6" + transform="matrix(0.93617253,0,0,0.93566004,-96.78315,-244.76084)" + inkscape:label="#g15805"> + <rect + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" + id="rect14348-4-3" + width="17.090866" + height="17.100227" + x="206.99057" + y="261.97873" /> + <g + id="g7025-3"> + <g + style="display:inline" + id="g5489-2-9-3-8" + transform="matrix(0.5089163,0,0,0.51739823,181.7932,197.56426)"> + <g + id="g5428-8-1-7-83"> + <rect + ry="13.246163" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#cfd6e6;stroke-width:2.08222365;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-7-7" + width="27.303804" + height="26.835894" + x="52.660122" + y="127.6043" + rx="13.224192" /> + </g> + </g> + </g> + </g> + </g> + </g> + <g + transform="translate(-22,-210.00002)" + style="display:inline;opacity:0.55" + id="checkbox-checked-insensitive" + inkscape:label="#g10758"> + <g + inkscape:label="#g22047" + id="checkbox-unchecked-5-5" + style="display:inline" + transform="translate(19,0)"> + <g + id="sdsd-7-01" + inkscape:label="#g21853"> + <g + transform="translate(0,-30)" + inkscape:label="#g14325" + id="scdsdcd-5-9"> + <g + transform="matrix(0.92951982,0,0,0.92914368,-156.75069,-212.9618)" + id="g15812-6-6-1-5-2" + style="display:inline"> + <g + style="display:inline" + id="g5489-2-9-6-8-8-53-3" + transform="matrix(0.5089163,0,0,0.51739823,161.7932,197.56426)"> + <g + id="g5428-8-1-4-0-0-4-8" /> + </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-1" + width="16" + height="16" + x="17" + y="30.362183" /> + <g + id="g5400-6-4"> + <rect + rx="1.9999943" + y="31.362196" + x="18.000006" + height="13.99999" + width="13.999989" + id="rect5147-9-1-5-7-6-7-3" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#458588;fill-opacity:1;stroke:#000000;stroke-width:0;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.9999917" /> + </g> + </g> + </g> + </g> + <g + inkscape:label="Ebene 1" + id="checkbox-checked-dark-7-95" + transform="translate(36,-1036)" + style="display:inline"> + <g + id="g3981-6-4-3" + 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-1" + transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,727.94436,295.31123)"> + <g + id="g4056-7-9" + transform="translate(12.374375,11.531233)"> + <g + id="g3981-0-4" + 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-0" + style="fill:#ffffff;fill-opacity:1;stroke:none" /> + <rect + ry="0" + y="1027.3622" + x="11" + height="7.9999828" + width="2" + id="rect3979-7-6" + style="fill:#ffffff;fill-opacity:1;stroke:none" /> + </g> + <rect + style="fill:#eeeeee;fill-opacity:0;stroke:none" + id="rect4047-81-9" + width="3" + height="1" + x="5" + y="-8" + transform="translate(0,1036.3622)" /> + </g> + </g> + </g> + </g> + <g + transform="translate(-3,-210.00002)" + style="display:inline;opacity:0.55" + id="checkbox-mixed-insensitive" + inkscape:label="#g10758"> + <g + inkscape:label="#g22047" + id="checkbox-unchecked-5-4-1" + style="display:inline" + transform="translate(19,0)"> + <g + id="sdsd-7-0-5" + inkscape:label="#g21853"> + <g + transform="translate(0,-30)" + inkscape:label="#g14325" + id="scdsdcd-5-2-8"> + <g + transform="matrix(0.92951982,0,0,0.92914368,-156.75069,-212.9618)" + id="g15812-6-6-1-5-7-8" + style="display:inline"> + <g + style="display:inline" + id="g5489-2-9-6-8-8-53-1-8" + transform="matrix(0.5089163,0,0,0.51739823,161.7932,197.56426)"> + <g + id="g5428-8-1-4-0-0-4-5-4" /> + </g> + </g> + <rect + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" + id="rect13523-7-8-8" + width="16" + height="16" + x="17" + y="30.362183" /> + <g + id="g5400-6-9-9"> + <rect + rx="1.9999943" + y="31.362196" + x="18.000006" + height="13.99999" + width="13.999989" + id="rect5147-9-1-5-7-6-7-0-7" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#458588;fill-opacity:1;stroke:#000000;stroke-width:0;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.9999917" /> + </g> + </g> + </g> + </g> + <g + inkscape:label="Ebene 1" + id="checkbox-checked-dark-7-9-57" + transform="translate(36,-1036)" + style="display:inline"> + <g + id="g3981-6-4-9-3" + 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-9-7" + transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,727.94436,295.31123)"> + <g + id="g4056-7-0-8" + transform="translate(12.374375,11.531233)"> + <g + id="g3981-0-1-4" + transform="translate(-3,-4.9999826)" + style="fill:#3b3c3e;fill-opacity:1"> + <rect + ry="0" + y="-725.95471" + x="-738.80396" + height="7.9999828" + width="2" + id="rect3979-7-3-91" + style="fill:#ffffff;fill-opacity:1;stroke:none" + transform="matrix(-0.70710678,-0.70710678,0.70710678,-0.70710678,0,0)" /> + </g> + <rect + style="fill:#eeeeee;fill-opacity:0;stroke:none" + id="rect4047-81-4-2" + width="3" + height="1" + x="5" + y="-8" + transform="translate(0,1036.3622)" /> + </g> + </g> + </g> + </g> + <g + transform="translate(-41,-210.00002)" + style="display:inline;opacity:0.55" + id="radio-checked-insensitive" + inkscape:label="#g11094"> + <g + transform="translate(19.004264,-4.6992607e-6)" + inkscape:label="#g10975" + id="radio-unchecked-2-8" + style="display:inline"> + <g + id="g10964-6-7"> + <g + inkscape:label="#g15805" + transform="matrix(0.93617253,0,0,0.93566004,-96.78315,-244.76084)" + id="radio-unchecked2-0-4" + style="display:inline"> + <g + style="display:inline;opacity:0.06000001;fill:#000000;fill-opacity:1" + id="g7025-09-0-3" + transform="translate(0,1.0687628)"> + <g + transform="matrix(0.5089163,0,0,0.51739823,181.7932,197.56426)" + id="g5489-2-9-3-2-6-1" + style="display:inline;fill:#000000;fill-opacity:1"> + <g + id="g5428-8-1-7-5-4-5" + style="fill:#000000;fill-opacity:1" /> + </g> + </g> + <rect + y="261.97873" + x="206.99057" + height="17.100227" + width="17.090866" + id="rect14348-4-8-2" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" /> + <g + id="g7025-09-5"> + <g + transform="matrix(0.5089163,0,0,0.51739823,181.7932,197.56426)" + id="g5489-2-9-3-2-70" + style="display:inline"> + <g + id="g5428-8-1-7-5-62"> + <rect + rx="14.692495" + y="126.56255" + x="51.610752" + height="28.919107" + width="29.384991" + id="rect5147-9-1-7-2-2" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#458588;fill-opacity:1;fill-rule:nonzero;stroke:#999999;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + ry="14.459554" /> + </g> + </g> + </g> + </g> + </g> + </g> + <rect + rx="1.9988754" + y="6.3621826" + x="122" + height="4" + width="4" + id="use15101-5-7-2" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:2.08838987;marker:none;enable-background:accumulate" + ry="2" /> + </g> + <g + transform="translate(-41,-210.00002)" + style="display:inline;opacity:0.55" + id="radio-mixed-insensitive" + inkscape:label="#g11194"> + <g + id="g11220-22"> + <g + transform="translate(19,-4.6992607e-6)" + style="display:inline" + id="radio-checked-7-4" + inkscape:label="#g11094"> + <g + transform="translate(19.004264,-4.6992607e-6)" + inkscape:label="#g10975" + id="radio-unchecked-2-6-0" + style="display:inline"> + <g + id="g10964-6-0-1"> + <g + inkscape:label="#g15805" + transform="matrix(0.93617253,0,0,0.93566004,-96.78315,-244.76084)" + id="radio-unchecked2-0-0-2" + style="display:inline"> + <rect + y="261.97873" + x="206.99057" + height="17.100227" + width="17.090866" + id="rect14348-4-8-7-5" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" /> + <g + id="g7025-09-3-9"> + <g + transform="matrix(0.5089163,0,0,0.51739823,181.7932,197.56426)" + id="g5489-2-9-3-2-7-7" + style="display:inline"> + <g + id="g5428-8-1-7-5-9-2"> + <rect + rx="14.692497" + y="126.56256" + x="51.610752" + height="28.919115" + width="29.384995" + id="rect5147-9-1-7-2-6-9" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#458588;fill-opacity:1;fill-rule:nonzero;stroke:#999999;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + ry="14.459558" /> + </g> + </g> + </g> + </g> + </g> + </g> + </g> + <rect + ry="0" + y="139" + x="-9.3621826" + height="7.9999828" + width="2" + id="rect3979-7-3-9-3" + style="display:inline;fill:#ffffff;fill-opacity:1;stroke:none" + transform="matrix(0,-1,1,0,0,0)" /> + </g> + </g> + <g + transform="translate(-22,-210.00002)" + style="display:inline;opacity:0.55" + id="checkbox-unchecked-insensitive" + inkscape:label="#g22047"> + <g + inkscape:label="#g21853" + id="sdsd-0-3"> + <g + id="scdsdcd-0-7" + inkscape:label="#g14325" + transform="translate(0,-30)"> + <g + style="display:inline" + id="g15812-6-6-1-4-6" + 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-1" + style="display:inline"> + <g + id="g5428-8-1-4-0-0-65-4" /> + </g> + </g> + <rect + y="30.362183" + x="17" + height="16" + width="16" + id="rect13523-4-2" + 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-4"> + <rect + ry="2" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;stroke:#cfd6e6;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-7" + width="13" + height="13.000001" + x="18.5" + y="31.862192" + rx="2" /> + </g> + </g> + </g> + </g> + <g + transform="translate(-41.995736,-210.00001)" + style="display:inline;opacity:0.55" + id="radio-unchecked-insensitive" + inkscape:label="#g10975"> + <g + id="g10964-4-8"> + <g + style="display:inline" + id="radio-unchecked2-6-3" + transform="matrix(0.93617253,0,0,0.93566004,-96.78315,-244.76084)" + inkscape:label="#g15805"> + <rect + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" + id="rect14348-4-3-7" + width="17.090866" + height="17.100227" + x="206.99057" + y="261.97873" /> + <g + id="g7025-3-8"> + <g + style="display:inline" + id="g5489-2-9-3-8-9" + transform="matrix(0.5089163,0,0,0.51739823,181.7932,197.56426)"> + <g + id="g5428-8-1-7-83-9"> + <rect + ry="13.246163" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#cfd6e6;stroke-width:2.08222365;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-7-7-2" + width="27.303804" + height="26.835888" + x="52.660122" + y="127.60432" + rx="13.224192" /> + </g> + </g> + </g> + </g> + </g> + </g> + <g + transform="translate(-1010,-480.63782)" + style="display:inline;opacity:1" + id="switch-active-selected" + inkscape:label="#g4829"> + <g + id="layer1-9-0-0" + inkscape:label="Layer 1" + transform="translate(885,450)" + style="display:inline;opacity:1"> + <g + style="display:inline" + transform="translate(120,-116.99998)" + inkscape:label="Layer 1" + id="switch-active-8-4"> + <g + id="g3900-1-87-6" + 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-6" + width="52" + height="24" + x="0" + y="1029.3622" /> + <rect + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" + id="rect2987-0-8-4" + width="50" + height="20" + x="1" + y="1031.3622" + ry="11" + rx="11" /> + <circle + style="fill:#458588;fill-opacity:1;fill-rule:nonzero;stroke:none" + id="path3759-0-7" + cx="41" + cy="1041.3622" + r="9" /> + </g> + </g> + </g> + <g + transform="translate(-1.0003162,0)" + id="g4816-0"> + <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-1" + style="display:inline;opacity:1;fill:#458588;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-8" + style="display:inline;opacity:1;fill:#458588;fill-opacity:1;stroke:none" /> + </g> + </g> + <g + transform="translate(-1010,-475.63782)" + style="display:inline;opacity:1" + id="switch-selected" + inkscape:label="#g4820"> + <g + id="layer1-9-3" + inkscape:label="Layer 1" + transform="matrix(-1,0,0,1,1177,420)"> + <g + style="display:inline" + transform="translate(120,-116.99998)" + inkscape:label="Layer 1" + id="switch-active-2-8"> + <g + id="g3900-12-2" + transform="translate(0,-1004.3622)"> + <rect + style="display:inline;opacity:0;fill:#434343;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect5465-3-32-9" + width="52" + height="24" + x="0" + y="1029.3622" /> + <rect + style="opacity:0.2;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" + id="rect2987-07-3" + width="50" + height="20" + x="1" + y="1031.3622" + ry="11" + rx="11" /> + <circle + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" + id="path3759-7-1" + cx="41" + cy="1041.3622" + r="9" /> + </g> + </g> + </g> + <path + inkscape:connector-curvature="0" + d="m 1043.0028,337 0.75,0 c 0.01,-9e-5 0.016,-3.5e-4 0.023,0 0.1912,0.008 0.3824,0.0964 0.5156,0.23437 l 1.711,1.71094 1.7343,-1.71094 c 0.1993,-0.17287 0.335,-0.22912 0.5157,-0.23437 l 0.75,0 0,0.75 c 0,0.21485 -0.026,0.41298 -0.1875,0.5625 l -1.711,1.71093 1.6875,1.6875 c 0.1412,0.14113 0.211,0.34009 0.211,0.53907 l 0,0.75 -0.75,0 c -0.199,-10e-6 -0.398,-0.0698 -0.5391,-0.21094 l -1.7109,-1.71094 -1.711,1.71094 c -0.1411,0.14114 -0.3401,0.21094 -0.539,0.21094 l -0.75,0 0,-0.75 c 0,-0.19897 0.07,-0.39794 0.2109,-0.53907 l 1.7109,-1.6875 -1.7109,-1.71093 c -0.1581,-0.14598 -0.2274,-0.35194 -0.2109,-0.5625 l 0,-0.75 z" + id="path10839-9-8-2-2-5-7" + style="color:#bebebe;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:'Andale Mono';-inkscape-font-specification:'Andale Mono';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;display:inline;overflow:visible;visibility:visible;opacity:0.6;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> + </g> + <g + transform="translate(-946.99998,-480.63782)" + style="display:inline;opacity:0.55" + id="switch-active-insensitive-selected" + inkscape:label="#g4829-8"> + <g + id="layer1-9-0-5-6" + 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-1-0"> + <g + id="g3900-1-3-1-8" + transform="translate(0,-1004.3622)"> + <rect + style="display:inline;opacity:0;fill:#434343;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect5465-3-3-9-3" + width="52" + height="24" + x="0" + y="1029.3622" /> + <rect + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" + id="rect2987-0-2-5-0" + width="50" + height="20" + x="1" + y="1031.3622" + ry="11" + rx="11" /> + <circle + style="fill:#458588;fill-opacity:1;fill-rule:nonzero;stroke:none" + id="path3759-0-8-8" + cx="41" + cy="1041.3622" + r="9" /> + </g> + </g> + </g> + <g + transform="translate(-1.0003162,0)" + id="g4816-6-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-3-7" + style="display:inline;opacity:1;fill:#458588;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-6-6" + style="display:inline;opacity:1;fill:#458588;fill-opacity:1;stroke:none" /> + </g> + </g> + <g + transform="translate(-946.99998,-475.63782)" + style="display:inline;opacity:0.55" + id="switch-insensitive-selected" + inkscape:label="#g4820"> + <g + id="layer1-9-3-1" + inkscape:label="Layer 1" + transform="matrix(-1,0,0,1,1177,420)"> + <g + style="display:inline" + transform="translate(120,-116.99998)" + inkscape:label="Layer 1" + id="switch-active-2-8-8"> + <g + id="g3900-12-2-3" + transform="translate(0,-1004.3622)"> + <rect + style="display:inline;opacity:0;fill:#434343;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect5465-3-32-9-9" + width="52" + height="24" + x="0" + y="1029.3622" /> + <rect + style="opacity:0.2;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" + id="rect2987-07-3-7" + width="50" + height="20" + x="1" + y="1031.3622" + ry="11" + rx="11" /> + <circle + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" + id="path3759-7-1-9" + cx="41" + cy="1041.3622" + r="9" /> + </g> + </g> + </g> + <path + inkscape:connector-curvature="0" + d="m 1043.0028,337 0.75,0 c 0.01,-9e-5 0.016,-3.5e-4 0.023,0 0.1912,0.008 0.3824,0.0964 0.5156,0.23437 l 1.711,1.71094 1.7343,-1.71094 c 0.1993,-0.17287 0.335,-0.22912 0.5157,-0.23437 l 0.75,0 0,0.75 c 0,0.21485 -0.026,0.41298 -0.1875,0.5625 l -1.711,1.71093 1.6875,1.6875 c 0.1412,0.14113 0.211,0.34009 0.211,0.53907 l 0,0.75 -0.75,0 c -0.199,-10e-6 -0.398,-0.0698 -0.5391,-0.21094 l -1.7109,-1.71094 -1.711,1.71094 c -0.1411,0.14114 -0.3401,0.21094 -0.539,0.21094 l -0.75,0 0,-0.75 c 0,-0.19897 0.07,-0.39794 0.2109,-0.53907 l 1.7109,-1.6875 -1.7109,-1.71093 c -0.1581,-0.14598 -0.2274,-0.35194 -0.2109,-0.5625 l 0,-0.75 z" + id="path10839-9-8-2-2-5-7-9" + style="color:#bebebe;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:'Andale Mono';-inkscape-font-specification:'Andale Mono';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;display:inline;overflow:visible;visibility:visible;opacity:0.6;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> + </g> + <g + transform="translate(-21.99999,-91.00001)" + style="display:inline;opacity:1" + id="checkbox-checked-selected" + inkscape:label="#g10758"> + <g + inkscape:label="#g22047" + id="checkbox-unchecked-5-9" + style="display:inline" + transform="translate(19,0)"> + <g + id="sdsd-7-5" + inkscape:label="#g21853"> + <g + transform="translate(0,-30)" + inkscape:label="#g14325" + id="scdsdcd-5-62"> + <g + transform="matrix(0.92951982,0,0,0.92914368,-156.75069,-212.9618)" + id="g15812-6-6-1-5-1" + style="display:inline"> + <g + style="display:inline" + id="g5489-2-9-6-8-8-53-13" + transform="matrix(0.5089163,0,0,0.51739823,161.7932,197.56426)"> + <g + id="g5428-8-1-4-0-0-4-60" /> + </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-4" + width="16" + height="16" + x="17" + y="30.362183" /> + <g + id="g5400-6-91"> + <rect + rx="1.9999943" + y="31.362196" + x="18.000006" + height="13.99999" + width="13.999989" + id="rect5147-9-1-5-7-6-7-35" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0;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.9999917" /> + </g> + </g> + </g> + </g> + <g + inkscape:label="Ebene 1" + id="checkbox-checked-dark-7-3" + transform="translate(36,-1036)" + style="display:inline"> + <g + id="g3981-6-4-90" + 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-3" + transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,727.94436,295.31123)"> + <g + id="g4056-7-2" + transform="translate(12.374375,11.531233)"> + <g + id="g3981-0-2" + 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-9" + style="fill:#458588;fill-opacity:1;stroke:none" /> + <rect + ry="0" + y="1027.3622" + x="11" + height="7.9999828" + width="2" + id="rect3979-7-65" + style="fill:#458588;fill-opacity:1;stroke:none" /> + </g> + <rect + style="fill:#eeeeee;fill-opacity:0;stroke:none" + id="rect4047-81-45" + width="3" + height="1" + x="5" + y="-8" + transform="translate(0,1036.3622)" /> + </g> + </g> + </g> + </g> + <g + transform="translate(-2.9999871,-91.00001)" + style="display:inline;opacity:1" + id="checkbox-mixed-selected" + inkscape:label="#g10758"> + <g + inkscape:label="#g22047" + id="checkbox-unchecked-5-4-4" + style="display:inline" + transform="translate(19,0)"> + <g + id="sdsd-7-0-51" + inkscape:label="#g21853"> + <g + transform="translate(0,-30)" + inkscape:label="#g14325" + id="scdsdcd-5-2-1"> + <g + transform="matrix(0.92951982,0,0,0.92914368,-156.75069,-212.9618)" + id="g15812-6-6-1-5-7-0" + style="display:inline"> + <g + style="display:inline" + id="g5489-2-9-6-8-8-53-1-1" + transform="matrix(0.5089163,0,0,0.51739823,161.7932,197.56426)"> + <g + id="g5428-8-1-4-0-0-4-5-88" /> + </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-8-3" + width="16" + height="16" + x="17" + y="30.362183" /> + <g + id="g5400-6-9-99"> + <rect + rx="1.9999943" + y="31.362196" + x="18.000006" + height="13.99999" + width="13.999989" + id="rect5147-9-1-5-7-6-7-0-8" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0;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.9999917" /> + </g> + </g> + </g> + </g> + <g + inkscape:label="Ebene 1" + id="checkbox-checked-dark-7-9-7" + transform="translate(36,-1036)" + style="display:inline"> + <g + id="g3981-6-4-9-1" + 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-9-3" + transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,727.94436,295.31123)"> + <g + id="g4056-7-0-6" + transform="translate(12.374375,11.531233)"> + <g + id="g3981-0-1-46" + transform="translate(-3,-4.9999826)" + style="fill:#3b3c3e;fill-opacity:1"> + <rect + ry="0" + y="-725.95471" + x="-738.80396" + height="7.9999828" + width="2" + id="rect3979-7-3-2" + style="fill:#458588;fill-opacity:1;stroke:none" + transform="matrix(-0.70710678,-0.70710678,0.70710678,-0.70710678,0,0)" /> + </g> + <rect + style="fill:#eeeeee;fill-opacity:0;stroke:none" + id="rect4047-81-4-77" + width="3" + height="1" + x="5" + y="-8" + transform="translate(0,1036.3622)" /> + </g> + </g> + </g> + </g> + <g + transform="translate(-40.999991,-91)" + style="display:inline;opacity:1" + id="radio-checked-selected" + inkscape:label="#g11094"> + <g + transform="translate(19.004264,-4.6992607e-6)" + inkscape:label="#g10975" + id="radio-unchecked-2-3" + style="display:inline"> + <g + id="g10964-6-9"> + <g + inkscape:label="#g15805" + transform="matrix(0.93617253,0,0,0.93566004,-96.78315,-244.76084)" + id="radio-unchecked2-0-9" + style="display:inline"> + <g + style="display:inline;opacity:0.06000001;fill:#000000;fill-opacity:1" + id="g7025-09-0-2" + transform="translate(0,1.0687628)"> + <g + transform="matrix(0.5089163,0,0,0.51739823,181.7932,197.56426)" + id="g5489-2-9-3-2-6-8" + style="display:inline;fill:#000000;fill-opacity:1"> + <g + id="g5428-8-1-7-5-4-4" + style="fill:#000000;fill-opacity:1" /> + </g> + </g> + <rect + y="261.97873" + x="206.99057" + height="17.100227" + width="17.090866" + id="rect14348-4-8-8" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" /> + <g + id="g7025-09-59"> + <g + transform="matrix(0.5089163,0,0,0.51739823,181.7932,197.56426)" + id="g5489-2-9-3-2-2" + style="display:inline"> + <g + id="g5428-8-1-7-5-1"> + <rect + rx="14.692495" + y="126.56255" + x="51.610752" + height="28.919107" + width="29.384991" + id="rect5147-9-1-7-2-1" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#999999;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + ry="14.459554" /> + </g> + </g> + </g> + </g> + </g> + </g> + <rect + rx="1.9988754" + y="6.3621826" + x="122" + height="4" + width="4" + id="use15101-5-7-51" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#458588;fill-opacity:1;stroke:none;stroke-width:2.08838987;marker:none;enable-background:accumulate" + ry="2" /> + </g> + <g + transform="translate(-40.999991,-91)" + style="display:inline;opacity:1" + id="radio-mixed-selected" + inkscape:label="#g11194"> + <g + id="g11220-3"> + <g + transform="translate(19,-4.6992607e-6)" + style="display:inline" + id="radio-checked-7-9" + inkscape:label="#g11094"> + <g + transform="translate(19.004264,-4.6992607e-6)" + inkscape:label="#g10975" + id="radio-unchecked-2-6-7" + style="display:inline"> + <g + id="g10964-6-0-2"> + <g + inkscape:label="#g15805" + transform="matrix(0.93617253,0,0,0.93566004,-96.78315,-244.76084)" + id="radio-unchecked2-0-0-1" + style="display:inline"> + <rect + y="261.97873" + x="206.99057" + height="17.100227" + width="17.090866" + id="rect14348-4-8-7-6" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" /> + <g + id="g7025-09-3-94"> + <g + transform="matrix(0.5089163,0,0,0.51739823,181.7932,197.56426)" + id="g5489-2-9-3-2-7-9" + style="display:inline"> + <g + id="g5428-8-1-7-5-9-8"> + <rect + rx="14.692497" + y="126.56256" + x="51.610752" + height="28.919115" + width="29.384995" + id="rect5147-9-1-7-2-6-97" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#999999;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + ry="14.459558" /> + </g> + </g> + </g> + </g> + </g> + </g> + </g> + <rect + ry="0" + y="139" + x="-9.3621826" + height="7.9999828" + width="2" + id="rect3979-7-3-9-08" + style="display:inline;fill:#458588;fill-opacity:1;stroke:none" + transform="matrix(0,-1,1,0,0,0)" /> + </g> + </g> + <g + transform="translate(-21.99999,-91)" + style="display:inline;opacity:1" + id="checkbox-unchecked-selected" + inkscape:label="#g22047"> + <g + inkscape:label="#g21853" + id="sdsd-0-4"> + <g + id="scdsdcd-0-3" + inkscape:label="#g14325" + transform="translate(0,-30)"> + <g + style="display:inline" + id="g15812-6-6-1-4-5" + 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-3" + style="display:inline"> + <g + id="g5428-8-1-4-0-0-65-5" /> + </g> + </g> + <rect + y="30.362183" + x="17" + height="16" + width="16" + id="rect13523-4-3" + 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-0"> + <rect + ry="2" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.5;fill:#ffffff;fill-opacity:0.11764706;stroke:#ffffff;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-5" + width="13" + height="12.999997" + x="18.5" + y="31.862183" + rx="2" /> + </g> + </g> + </g> + </g> + <g + transform="translate(-41.995727,-91.004005)" + style="display:inline;opacity:1" + id="radio-unchecked-selected" + inkscape:label="#g10975"> + <g + id="g10964-4-1"> + <g + style="display:inline" + id="radio-unchecked2-6-0" + transform="matrix(0.93617253,0,0,0.93566004,-96.78315,-244.76084)" + inkscape:label="#g15805"> + <rect + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" + id="rect14348-4-3-0" + width="17.090866" + height="17.100227" + x="206.99057" + y="261.97873" /> + <g + id="g7025-3-2"> + <g + style="display:inline" + id="g5489-2-9-3-8-5" + transform="matrix(0.5089163,0,0,0.51739823,181.7932,197.56426)"> + <g + id="g5428-8-1-7-83-3"> + <rect + ry="13.246163" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.5;fill:#ffffff;fill-opacity:0.11764706;fill-rule:nonzero;stroke:#ffffff;stroke-width:2.08222365;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-7-7-6" + width="27.303804" + height="26.835894" + x="52.660122" + y="127.6043" + rx="13.224192" /> + </g> + </g> + </g> + </g> + </g> + </g> + <g + transform="translate(-21.99999,-72.000005)" + style="display:inline;opacity:0.55" + id="checkbox-checked-insensitive-selected" + inkscape:label="#g10758"> + <g + inkscape:label="#g22047" + id="checkbox-unchecked-5-5-4" + style="display:inline" + transform="translate(19,0)"> + <g + id="sdsd-7-01-4" + inkscape:label="#g21853"> + <g + transform="translate(0,-30)" + inkscape:label="#g14325" + id="scdsdcd-5-9-3"> + <g + transform="matrix(0.92951982,0,0,0.92914368,-156.75069,-212.9618)" + id="g15812-6-6-1-5-2-7" + style="display:inline"> + <g + style="display:inline" + id="g5489-2-9-6-8-8-53-3-0" + transform="matrix(0.5089163,0,0,0.51739823,161.7932,197.56426)"> + <g + id="g5428-8-1-4-0-0-4-8-5" /> + </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-1-2" + width="16" + height="16" + x="17" + y="30.362183" /> + <g + id="g5400-6-4-1"> + <rect + rx="1.9999943" + y="31.362196" + x="18.000006" + height="13.99999" + width="13.999989" + id="rect5147-9-1-5-7-6-7-3-3" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0;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.9999917" /> + </g> + </g> + </g> + </g> + <g + inkscape:label="Ebene 1" + id="checkbox-checked-dark-7-95-3" + transform="translate(36,-1036)" + style="display:inline"> + <g + id="g3981-6-4-3-8" + 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-1-5" + transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,727.94436,295.31123)"> + <g + id="g4056-7-9-3" + transform="translate(12.374375,11.531233)"> + <g + id="g3981-0-4-4" + 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-0-1" + style="fill:#458588;fill-opacity:1;stroke:none" /> + <rect + ry="0" + y="1027.3622" + x="11" + height="7.9999828" + width="2" + id="rect3979-7-6-7" + style="fill:#458588;fill-opacity:1;stroke:none" /> + </g> + <rect + style="fill:#eeeeee;fill-opacity:0;stroke:none" + id="rect4047-81-9-1" + width="3" + height="1" + x="5" + y="-8" + transform="translate(0,1036.3622)" /> + </g> + </g> + </g> + </g> + <g + transform="translate(-2.9999871,-72.000005)" + style="display:inline;opacity:0.55" + id="checkbox-mixed-insensitive-selected" + inkscape:label="#g10758"> + <g + inkscape:label="#g22047" + id="checkbox-unchecked-5-4-1-4" + style="display:inline" + transform="translate(19,0)"> + <g + id="sdsd-7-0-5-7" + inkscape:label="#g21853"> + <g + transform="translate(0,-30)" + inkscape:label="#g14325" + id="scdsdcd-5-2-8-9"> + <g + transform="matrix(0.92951982,0,0,0.92914368,-156.75069,-212.9618)" + id="g15812-6-6-1-5-7-8-0" + style="display:inline"> + <g + style="display:inline" + id="g5489-2-9-6-8-8-53-1-8-8" + transform="matrix(0.5089163,0,0,0.51739823,161.7932,197.56426)"> + <g + id="g5428-8-1-4-0-0-4-5-4-0" /> + </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-8-8-2" + width="16" + height="16" + x="17" + y="30.362183" /> + <g + id="g5400-6-9-9-0"> + <rect + rx="1.9999943" + y="31.362196" + x="18.000006" + height="13.99999" + width="13.999989" + id="rect5147-9-1-5-7-6-7-0-7-3" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0;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.9999917" /> + </g> + </g> + </g> + </g> + <g + inkscape:label="Ebene 1" + id="checkbox-checked-dark-7-9-57-7" + transform="translate(36,-1036)" + style="display:inline"> + <g + id="g3981-6-4-9-3-3" + 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-9-7-9" + transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,727.94436,295.31123)"> + <g + id="g4056-7-0-8-8" + transform="translate(12.374375,11.531233)"> + <g + id="g3981-0-1-4-9" + transform="translate(-3,-4.9999826)" + style="fill:#3b3c3e;fill-opacity:1"> + <rect + ry="0" + y="-725.95471" + x="-738.80396" + height="7.9999828" + width="2" + id="rect3979-7-3-91-3" + style="fill:#458588;fill-opacity:1;stroke:none" + transform="matrix(-0.70710678,-0.70710678,0.70710678,-0.70710678,0,0)" /> + </g> + <rect + style="fill:#eeeeee;fill-opacity:0;stroke:none" + id="rect4047-81-4-2-2" + width="3" + height="1" + x="5" + y="-8" + transform="translate(0,1036.3622)" /> + </g> + </g> + </g> + </g> + <g + transform="translate(-40.999991,-72)" + style="display:inline;opacity:0.55" + id="radio-checked-insensitive-selected" + inkscape:label="#g11094"> + <g + transform="translate(19.004264,-4.6992607e-6)" + inkscape:label="#g10975" + id="radio-unchecked-2-8-5" + style="display:inline"> + <g + id="g10964-6-7-9"> + <g + inkscape:label="#g15805" + transform="matrix(0.93617253,0,0,0.93566004,-96.78315,-244.76084)" + id="radio-unchecked2-0-4-1" + style="display:inline"> + <g + style="display:inline;opacity:0.06000001;fill:#000000;fill-opacity:1" + id="g7025-09-0-3-6" + transform="translate(0,1.0687628)"> + <g + transform="matrix(0.5089163,0,0,0.51739823,181.7932,197.56426)" + id="g5489-2-9-3-2-6-1-2" + style="display:inline;fill:#000000;fill-opacity:1"> + <g + id="g5428-8-1-7-5-4-5-6" + style="fill:#000000;fill-opacity:1" /> + </g> + </g> + <rect + y="261.97873" + x="206.99057" + height="17.100227" + width="17.090866" + id="rect14348-4-8-2-6" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" /> + <g + id="g7025-09-5-9"> + <g + transform="matrix(0.5089163,0,0,0.51739823,181.7932,197.56426)" + id="g5489-2-9-3-2-70-9" + style="display:inline"> + <g + id="g5428-8-1-7-5-62-0"> + <rect + rx="14.692495" + y="126.56255" + x="51.610752" + height="28.919107" + width="29.384991" + id="rect5147-9-1-7-2-2-0" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#999999;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + ry="14.459554" /> + </g> + </g> + </g> + </g> + </g> + </g> + <rect + rx="1.9988754" + y="6.3621826" + x="122" + height="4" + width="4" + id="use15101-5-7-2-84" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#458588;fill-opacity:1;stroke:none;stroke-width:2.08838987;marker:none;enable-background:accumulate" + ry="2" /> + </g> + <g + transform="translate(-40.999991,-72)" + style="display:inline;opacity:0.55" + id="radio-mixed-insensitive-selected" + inkscape:label="#g11194"> + <g + id="g11220-22-3"> + <g + transform="translate(19,-4.6992607e-6)" + style="display:inline" + id="radio-checked-7-4-1" + inkscape:label="#g11094"> + <g + transform="translate(19.004264,-4.6992607e-6)" + inkscape:label="#g10975" + id="radio-unchecked-2-6-0-6" + style="display:inline"> + <g + id="g10964-6-0-1-5"> + <g + inkscape:label="#g15805" + transform="matrix(0.93617253,0,0,0.93566004,-96.78315,-244.76084)" + id="radio-unchecked2-0-0-2-9" + style="display:inline"> + <rect + y="261.97873" + x="206.99057" + height="17.100227" + width="17.090866" + id="rect14348-4-8-7-5-9" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" /> + <g + id="g7025-09-3-9-7"> + <g + transform="matrix(0.5089163,0,0,0.51739823,181.7932,197.56426)" + id="g5489-2-9-3-2-7-7-9" + style="display:inline"> + <g + id="g5428-8-1-7-5-9-2-2"> + <rect + rx="14.692497" + y="126.56256" + x="51.610752" + height="28.919115" + width="29.384995" + id="rect5147-9-1-7-2-6-9-6" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#999999;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + ry="14.459558" /> + </g> + </g> + </g> + </g> + </g> + </g> + </g> + <rect + ry="0" + y="139" + x="-9.3621826" + height="7.9999828" + width="2" + id="rect3979-7-3-9-3-4" + style="display:inline;fill:#458588;fill-opacity:1;stroke:none" + transform="matrix(0,-1,1,0,0,0)" /> + </g> + </g> + <g + transform="translate(-21.99999,-72.000005)" + style="display:inline;opacity:0.55" + id="checkbox-unchecked-insensitive-selected" + inkscape:label="#g22047"> + <g + inkscape:label="#g21853" + id="sdsd-0-3-5"> + <g + id="scdsdcd-0-7-3" + inkscape:label="#g14325" + transform="translate(0,-30)"> + <g + style="display:inline" + id="g15812-6-6-1-4-6-7" + 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-1-9" + style="display:inline"> + <g + id="g5428-8-1-4-0-0-65-4-2" /> + </g> + </g> + <rect + y="30.362183" + x="17" + height="16" + width="16" + id="rect13523-4-2-2" + 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-4-8"> + <rect + ry="2" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.5;fill:#ffffff;fill-opacity:0.11764706;stroke:#ffffff;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-7-5" + width="13" + height="13.000001" + x="18.5" + y="31.862192" + rx="2" /> + </g> + </g> + </g> + </g> + <g + transform="translate(-41.995727,-72.000005)" + style="display:inline;opacity:0.55" + id="radio-unchecked-insensitive-selected" + inkscape:label="#g10975"> + <g + id="g10964-4-8-2"> + <g + style="display:inline" + id="radio-unchecked2-6-3-3" + transform="matrix(0.93617253,0,0,0.93566004,-96.78315,-244.76084)" + inkscape:label="#g15805"> + <rect + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" + id="rect14348-4-3-7-7" + width="17.090866" + height="17.100227" + x="206.99057" + y="261.97873" /> + <g + id="g7025-3-8-1"> + <g + style="display:inline" + id="g5489-2-9-3-8-9-5" + transform="matrix(0.5089163,0,0,0.51739823,181.7932,197.56426)"> + <g + id="g5428-8-1-7-83-9-8"> + <rect + ry="13.246163" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.5;fill:#ffffff;fill-opacity:0.11764706;fill-rule:nonzero;stroke:#ffffff;stroke-width:2.08222365;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-7-7-2-3" + width="27.303804" + height="26.835888" + x="52.660122" + y="127.60432" + rx="13.224192" /> + </g> + </g> + </g> + </g> + </g> + </g> + </g> + <g + inkscape:label="assets" + inkscape:groupmode="layer" + id="layer1" + style="display:inline" + transform="translate(8.000005,285.63782)"> + <g + id="titlebutton-minimize" + inkscape:label="#g6247" + transform="translate(-471,-43)" + style="opacity:0.8"> + <g + id="g7138" + style="display:inline;opacity:1" + transform="translate(-781,-432.63782)"> + <g + transform="translate(-58,0)" + style="display:inline;opacity:1" + id="g4490-3-75"> + <g + id="g4092-0-7-0" + style="display:inline" + transform="translate(58,0)" /> + </g> + <path + inkscape:connector-curvature="0" + d="m 1373,254 0,2 6,0 0,-2 z" + id="rect9057-4-3" + style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;opacity:0.99999999;fill:#7a7f8b;fill-opacity:1;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" + sodipodi:nodetypes="ccccc" /> + </g> + <rect + y="-185.63782" + x="587" + height="16" + width="16" + id="rect17883-32" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" /> + </g> + <g + inkscape:label="#g10801" + transform="matrix(1.9947791,0,0,1.9939719,354.38167,165.09433)" + id="sjhgfjsgf" /> + <g + style="display:inline" + id="checkbox-checked-selectionmode" + transform="translate(-470,-369)" + inkscape:label="#g14055"> + <rect + ry="2" + y="179.36218" + x="462" + height="39.999992" + width="39.999989" + id="rect13851-7" + style="display:inline;fill:none;fill-opacity:0.55102036;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + rx="1.9999999" /> + <rect + ry="2" + y="183.36218" + x="466" + height="32" + width="32" + id="rect13851" + style="fill:#458588;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + rx="2" /> + <g + transform="translate(-2.2045153,1.9730481)" + id="g14051"> + <path + style="display:inline;fill:#ffffff;fill-opacity:1;stroke:none" + d="m 491.36072,188.95163 -9.5312,9.5625 -4.7812,-4.78125 -3.1876,3.1875 4.7813,4.78125 3.1875,3.1875 3.1562,-3.1875 9.5626,-9.5625 -3.1876,-3.1875 z" + id="rect3977-39-35-1-3" + inkscape:connector-curvature="0" /> + </g> + </g> + <g + style="display:inline" + id="checkbox-selectionmode" + transform="translate(-425,-369)" + inkscape:label="#g14055"> + <rect + ry="2" + y="183.86218" + x="466.50003" + height="31" + width="30.999969" + id="rect13851-8" + style="fill:#ffffff;fill-opacity:1;stroke:#cfd6e6;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + rx="2" /> + <g + transform="translate(-2.2045153,1.9730481)" + id="g14051-0"> + <path + style="display:inline;opacity:0.4;fill:#cfd6e6;fill-opacity:1;stroke:none" + d="m 491.36072,188.95163 -9.5312,9.5625 -4.7812,-4.78125 -3.1876,3.1875 4.7813,4.78125 3.1875,3.1875 3.1562,-3.1875 9.5626,-9.5625 -3.1876,-3.1875 z" + id="rect3977-39-35-1-3-5" + inkscape:connector-curvature="0" /> + </g> + <rect + ry="2" + y="179.36218" + x="462" + height="39.999992" + width="39.999989" + id="rect13851-7-0" + style="display:inline;fill:none;fill-opacity:0.55102036;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + rx="1.9999999" /> + </g> + <g + transform="translate(-888.99998,-618.63782)" + style="display:inline;opacity:1" + id="switch-active-header" + inkscape:label="#g4829"> + <g + id="layer1-9-0-8" + 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-2"> + <g + id="g3900-1-87-1" + 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-7" + width="52" + height="24" + x="0" + y="1029.3622" /> + <rect + style="fill:#458588;fill-opacity:1;fill-rule:nonzero;stroke:none" + id="rect2987-0-8-8" + width="50" + height="20" + x="1" + y="1031.3622" + ry="11" + rx="11.000001" /> + <circle + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" + id="path3759-0-9" + cx="41" + cy="1041.3622" + r="9" /> + </g> + </g> + </g> + <g + transform="translate(-1.0003162,0)" + id="g4816-7"> + <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-6" + style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none" /> + <rect + transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)" + ry="0" + y="-462.09485" + x="980.54999" + height="7.9999828" + width="2" + id="rect3979-7-0-5" + style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none" /> + </g> + </g> + <g + transform="translate(-888.99998,-613.63782)" + style="display:inline;opacity:1" + id="switch-header" + inkscape:label="#g4820"> + <g + id="layer1-9-4" + inkscape:label="Layer 1" + transform="matrix(-1,0,0,1,1177,420)"> + <g + style="display:inline" + transform="translate(120,-116.99998)" + inkscape:label="Layer 1" + id="switch-active-2-5"> + <g + id="g3900-12-9" + transform="translate(0,-1004.3622)"> + <rect + style="display:inline;opacity:0;fill:#434343;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect5465-3-32-3" + width="52" + height="24" + x="0" + y="1029.3622" /> + <rect + style="opacity:0.9;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" + id="rect2987-07-5" + width="50" + height="20" + x="1" + y="1031.3622" + ry="11" + rx="11.000001" /> + <circle + style="fill:#cfd6e6;fill-opacity:1;fill-rule:nonzero;stroke:none" + id="path3759-7-8" + cx="41" + cy="1041.3622" + r="9" /> + </g> + </g> + </g> + <path + inkscape:connector-curvature="0" + d="m 1043.0028,337 0.75,0 c 0.01,-9e-5 0.016,-3.5e-4 0.023,0 0.1912,0.008 0.3824,0.0964 0.5156,0.23437 l 1.711,1.71094 1.7343,-1.71094 c 0.1993,-0.17287 0.335,-0.22912 0.5157,-0.23437 l 0.75,0 0,0.75 c 0,0.21485 -0.026,0.41298 -0.1875,0.5625 l -1.711,1.71093 1.6875,1.6875 c 0.1412,0.14113 0.211,0.34009 0.211,0.53907 l 0,0.75 -0.75,0 c -0.199,-10e-6 -0.398,-0.0698 -0.5391,-0.21094 l -1.7109,-1.71094 -1.711,1.71094 c -0.1411,0.14114 -0.3401,0.21094 -0.539,0.21094 l -0.75,0 0,-0.75 c 0,-0.19897 0.07,-0.39794 0.2109,-0.53907 l 1.7109,-1.6875 -1.7109,-1.71093 c -0.1581,-0.14598 -0.2274,-0.35194 -0.2109,-0.5625 l 0,-0.75 z" + id="path10839-9-8-2-2-5-4" + style="color:#bebebe;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:'Andale Mono';-inkscape-font-specification:'Andale Mono';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;display:inline;overflow:visible;visibility:visible;opacity:0.6;fill:#5c616c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> + </g> + <g + transform="translate(-825.99998,-618.63782)" + style="display:inline;opacity:0.55" + id="switch-active-insensitive-header" + inkscape:label="#g4829-8"> + <g + id="layer1-9-0-5-9" + 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-1-1"> + <g + id="g3900-1-3-1-4" + 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-9-6" + width="52" + height="24" + x="0" + y="1029.3622" /> + <rect + style="fill:#458588;fill-opacity:1;fill-rule:nonzero;stroke:none" + id="rect2987-0-2-5-3" + width="50" + height="20" + x="1" + y="1031.3622" + ry="11" + rx="11.000001" /> + <circle + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" + id="path3759-0-8-5" + cx="41" + cy="1041.3622" + r="9" /> + </g> + </g> + </g> + <g + transform="translate(-1.0003162,0)" + id="g4816-6-6"> + <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-3-77" + style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none" /> + <rect + transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)" + ry="0" + y="-462.09485" + x="980.54999" + height="7.9999828" + width="2" + id="rect3979-7-0-6-4" + style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none" /> + </g> + </g> + <g + transform="translate(-825.99998,-613.63782)" + style="display:inline;opacity:0.55" + id="switch-insensitive-header" + inkscape:label="#g4820-8"> + <g + id="layer1-9-1-6" + inkscape:label="Layer 1" + transform="matrix(-1,0,0,1,1177,420)"> + <g + style="display:inline" + transform="translate(120,-116.99998)" + inkscape:label="Layer 1" + id="switch-active-88-4"> + <g + id="g3900-4-6" + 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-5-1" + width="52" + height="24" + x="0" + y="1029.3622" /> + <rect + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" + id="rect2987-02-7" + width="50" + height="20" + x="1" + y="1031.3622" + ry="11" + rx="11.000001" /> + <circle + style="fill:#cfd6e6;fill-opacity:1;fill-rule:nonzero;stroke:none" + id="path3759-1-7-5" + cx="41" + cy="1041.3622" + r="9" /> + </g> + </g> + </g> + <path + inkscape:connector-curvature="0" + d="m 1043.0028,337 0.75,0 c 0.01,-9e-5 0.016,-3.5e-4 0.023,0 0.1912,0.008 0.3824,0.0964 0.5156,0.23437 l 1.711,1.71094 1.7343,-1.71094 c 0.1993,-0.17287 0.335,-0.22912 0.5157,-0.23437 l 0.75,0 0,0.75 c 0,0.21485 -0.026,0.41298 -0.1875,0.5625 l -1.711,1.71093 1.6875,1.6875 c 0.1412,0.14113 0.211,0.34009 0.211,0.53907 l 0,0.75 -0.75,0 c -0.199,-10e-6 -0.398,-0.0698 -0.5391,-0.21094 l -1.7109,-1.71094 -1.711,1.71094 c -0.1411,0.14114 -0.3401,0.21094 -0.539,0.21094 l -0.75,0 0,-0.75 c 0,-0.19897 0.07,-0.39794 0.2109,-0.53907 l 1.7109,-1.6875 -1.7109,-1.71093 c -0.1581,-0.14598 -0.2274,-0.35194 -0.2109,-0.5625 l 0,-0.75 z" + id="path10839-9-8-2-2-5-5-9" + style="color:#bebebe;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:'Andale Mono';-inkscape-font-specification:'Andale Mono';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;display:inline;overflow:visible;visibility:visible;opacity:0.6;fill:#5c616c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> + </g> + <g + id="titlebutton-close" + inkscape:label="#g6210" + transform="translate(-489,-43)"> + <g + id="g4927-9" + style="display:inline;opacity:1" + transform="translate(-678,-432.63782)"> + <g + transform="translate(-103,0)" + style="display:inline;opacity:1" + id="g4490-6-5-2"> + <g + id="g4092-0-2-21-0" + style="display:inline" + transform="translate(58,0)"> + <path + style="fill:#f46067;fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="M 172 58 A 7 7 0 0 0 165 65 A 7 7 0 0 0 172 72 A 7 7 0 0 0 179 65 A 7 7 0 0 0 172 58 z M 169 61.921875 L 169.75 61.921875 C 169.75778 61.921785 169.76559 61.92153 169.77344 61.921875 C 169.96465 61.930275 170.15584 62.01831 170.28906 62.15625 L 172 63.867188 L 173.73438 62.15625 C 173.93359 61.983375 174.06938 61.927125 174.25 61.921875 L 175 61.921875 L 175 62.671875 C 175 62.886728 174.97424 63.084862 174.8125 63.234375 L 173.10156 64.945312 L 174.78906 66.632812 C 174.9302 66.77394 174.99999 66.9729 175 67.171875 L 175 67.921875 L 174.25 67.921875 C 174.05102 67.921867 173.85206 67.85205 173.71094 67.710938 L 172 66 L 170.28906 67.710938 C 170.14794 67.85208 169.94897 67.921875 169.75 67.921875 L 169 67.921875 L 169 67.171875 C 169 66.972908 169.06979 66.77394 169.21094 66.632812 L 170.92188 64.945312 L 169.21094 63.234375 C 169.05288 63.088403 168.98357 62.882438 169 62.671875 L 169 61.921875 z " + transform="translate(1204,190)" + id="path4068-7-5-9-6" /> + </g> + </g> + <g + id="g4778-2-68" + transform="translate(1323,246.86719)" + style="fill:#ffffff;fill-opacity:1"> + <g + style="display:inline;fill:#ffffff;fill-opacity:1" + id="layer9-9-4-4" + transform="translate(-60,-518)" /> + <g + id="layer10-2-1-8" + transform="translate(-60,-518)" + style="fill:#ffffff;fill-opacity:1" /> + <g + id="layer11-16-4-9" + transform="translate(-60,-518)" + style="fill:#ffffff;fill-opacity:1" /> + <g + transform="matrix(0.75,0,0,0.75,2,2.0546875)" + id="g2996-76-5" + style="fill:#ffffff;fill-opacity:1"> + <g + transform="translate(-60,-518)" + id="layer12-4-5-7" + style="fill:#ffffff;fill-opacity:1"> + <g + transform="translate(19,-242)" + id="layer4-4-1-9-5" + style="display:inline;fill:#ffffff;fill-opacity:1" /> + </g> + </g> + <g + id="layer13-2-6-11" + transform="translate(-60,-518)" + style="fill:#ffffff;fill-opacity:1" /> + <g + id="layer14-4-0-33" + transform="translate(-60,-518)" + style="fill:#ffffff;fill-opacity:1" /> + <g + id="layer15-7-3-0" + transform="translate(-60,-518)" + style="fill:#ffffff;fill-opacity:1" /> + </g> + </g> + <rect + y="-185.63782" + x="645" + height="16" + width="16" + id="rect17883-39" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" /> + <path + inkscape:connector-curvature="0" + d="m 650.00003,-180.71594 0.75,0 c 0.008,-9e-5 0.0156,-3.5e-4 0.0234,0 0.19122,0.008 0.3824,0.0964 0.51563,0.23437 l 1.71093,1.71094 1.73438,-1.71094 c 0.19922,-0.17287 0.335,-0.22912 0.51562,-0.23437 l 0.75,0 0,0.75 c 0,0.21485 -0.0257,0.41298 -0.1875,0.5625 l -1.71093,1.71093 1.6875,1.6875 c 0.14114,0.14113 0.21093,0.34009 0.21093,0.53907 l 0,0.75 -0.75,0 c -0.19897,-1e-5 -0.39793,-0.0698 -0.53906,-0.21094 l -1.71094,-1.71094 -1.71093,1.71094 c -0.14113,0.14114 -0.3401,0.21094 -0.53907,0.21094 l -0.75,0 0,-0.75 c 0,-0.19897 0.0698,-0.39794 0.21094,-0.53907 l 1.71094,-1.6875 -1.71094,-1.71093 c -0.15805,-0.14598 -0.22737,-0.35194 -0.21094,-0.5625 l 0,-0.75 z" + id="path10839-9-2-2-7-9-7" + style="color:#bebebe;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:'Andale Mono';-inkscape-font-specification:'Andale Mono';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#f8f8f9;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> + </g> + <g + id="titlebutton-maximize" + inkscape:label="#g6234" + transform="translate(-480,-43)" + style="opacity:0.8"> + <g + id="g7146" + style="display:inline;opacity:1" + transform="translate(-781,-432.63782)"> + <g + transform="translate(-29,0)" + style="display:inline;opacity:1" + id="g4490-2-96"> + <g + id="g4092-0-6-83" + style="display:inline" + transform="translate(58,0)" /> + </g> + <path + id="path4293-5-95" + style="display:inline;opacity:0.99999999;fill:#7a7f8b;fill-opacity:1;fill-rule:evenodd;stroke:none" + d="m 1403.7995,252 3.3818,0 c 0.4503,0 0.8162,0.36847 0.8187,0.8188 l 0,3.3817 z m 2.4074,6.00692 -3.395,0 c -0.4504,0 -0.8188,-0.36842 -0.8188,-0.81875 l 0,-3.39509 4.2138,4.21384" + inkscape:connector-curvature="0" + sodipodi:nodetypes="csscccsscc" /> + </g> + <rect + y="-185.63782" + x="616" + height="16" + width="16" + id="rect17883-29" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" /> + </g> + <g + id="titlebutton-close-hover" + inkscape:label="#g6260" + transform="translate(-386,-9)"> + <g + id="g4927" + style="display:inline;opacity:1" + transform="translate(-781,-432.63782)"> + <g + transform="translate(-103,0)" + style="display:inline;opacity:1" + id="g4490-6-9"> + <g + id="g4092-0-2-3" + style="display:inline" + transform="translate(58,0)"> + <path + style="fill:#f68086;fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="M 172 92 A 7 7 0 0 0 165 99 A 7 7 0 0 0 172 106 A 7 7 0 0 0 179 99 A 7 7 0 0 0 172 92 z M 169 95.921875 L 169.75 95.921875 C 169.75778 95.921785 169.76559 95.92153 169.77344 95.921875 C 169.96465 95.930275 170.15584 96.01831 170.28906 96.15625 L 172 97.867188 L 173.73438 96.15625 C 173.93359 95.983375 174.06938 95.927125 174.25 95.921875 L 175 95.921875 L 175 96.671875 C 175 96.886728 174.97424 97.084862 174.8125 97.234375 L 173.10156 98.945312 L 174.78906 100.63281 C 174.9302 100.77394 174.99999 100.9729 175 101.17188 L 175 101.92188 L 174.25 101.92188 C 174.05102 101.92187 173.85206 101.85205 173.71094 101.71094 L 172 100 L 170.28906 101.71094 C 170.14794 101.85208 169.94897 101.92188 169.75 101.92188 L 169 101.92188 L 169 101.17188 C 169 100.97291 169.06979 100.77394 169.21094 100.63281 L 170.92188 98.945312 L 169.21094 97.234375 C 169.05288 97.088403 168.98357 96.882438 169 96.671875 L 169 95.921875 z " + transform="translate(1204,156)" + id="path4068-7-5-8" /> + </g> + </g> + <g + id="g4778-4" + transform="translate(1323,246.86719)" + style="fill:#ffffff;fill-opacity:1"> + <g + style="display:inline;fill:#ffffff;fill-opacity:1" + id="layer9-9-44" + transform="translate(-60,-518)" /> + <g + id="layer10-2-9" + transform="translate(-60,-518)" + style="fill:#ffffff;fill-opacity:1" /> + <g + id="layer11-16-3" + transform="translate(-60,-518)" + style="fill:#ffffff;fill-opacity:1" /> + <g + transform="matrix(0.75,0,0,0.75,2,2.0546875)" + id="g2996-9" + style="fill:#ffffff;fill-opacity:1"> + <g + transform="translate(-60,-518)" + id="layer12-4-7" + style="fill:#ffffff;fill-opacity:1"> + <g + transform="translate(19,-242)" + id="layer4-4-1-3" + style="display:inline;fill:#ffffff;fill-opacity:1" /> + </g> + </g> + <g + id="layer13-2-02" + transform="translate(-60,-518)" + style="fill:#ffffff;fill-opacity:1" /> + <g + id="layer14-4-7" + transform="translate(-60,-518)" + style="fill:#ffffff;fill-opacity:1" /> + <g + id="layer15-7-4" + transform="translate(-60,-518)" + style="fill:#ffffff;fill-opacity:1" /> + </g> + </g> + <rect + y="-185.63782" + x="542" + height="16" + width="16" + id="rect17883-5" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" /> + <path + inkscape:connector-curvature="0" + d="m 547.00004,-180.71594 0.75,0 c 0.008,-9e-5 0.0156,-3.5e-4 0.0234,0 0.19122,0.008 0.3824,0.0964 0.51563,0.23437 l 1.71093,1.71094 1.73438,-1.71094 c 0.19922,-0.17287 0.335,-0.22912 0.51562,-0.23437 l 0.75,0 0,0.75 c 0,0.21485 -0.0257,0.41298 -0.1875,0.5625 l -1.71093,1.71093 1.6875,1.6875 c 0.14114,0.14113 0.21093,0.34009 0.21093,0.53907 l 0,0.75 -0.75,0 c -0.19897,-1e-5 -0.39793,-0.0698 -0.53906,-0.21094 L 550,-176.63782 l -1.71093,1.71094 c -0.14113,0.14114 -0.3401,0.21094 -0.53907,0.21094 l -0.75,0 0,-0.75 c 0,-0.19897 0.0698,-0.39794 0.21094,-0.53907 l 1.71094,-1.6875 -1.71094,-1.71093 c -0.15805,-0.14598 -0.22737,-0.35194 -0.21094,-0.5625 l 0,-0.75 z" + id="path10839-9-2-2-7-9-7-4-9" + style="color:#bebebe;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:'Andale Mono';-inkscape-font-specification:'Andale Mono';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#f8f8f9;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> + </g> + <g + id="titlebutton-maximize-hover" + inkscape:label="#g6284" + transform="translate(-377,-9)"> + <g + id="g4891" + style="display:inline;opacity:1" + transform="translate(-781,-432.63782)"> + <ellipse + cy="255" + cx="1302" + style="display:inline;opacity:0.95;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="path4068-7-5-9-6-7-2-4" + rx="6" + ry="6.0000005" /> + <path + style="display:inline;opacity:0.15;fill:#525d76;fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="m 1302,248 a 7,7 0 0 0 -7,7 7,7 0 0 0 7,7 7,7 0 0 0 7,-7 7,7 0 0 0 -7,-7 z m 0,1 a 6,6 0 0 1 6,6 6,6 0 0 1 -6,6 6,6 0 0 1 -6,-6 6,6 0 0 1 6,-6 z" + id="path4068-7-5-9-6-7-2-5-78" + inkscape:connector-curvature="0" /> + <g + id="g4806-9" + transform="translate(1294,247)" + style="fill:#c0e3ff;fill-opacity:1"> + <g + transform="translate(-81.0002,-967)" + style="display:inline;fill:#c0e3ff;fill-opacity:1" + inkscape:label="status" + id="layer9-78-7" /> + <g + transform="translate(-81.0002,-967)" + inkscape:label="devices" + id="layer10-3-3" + style="fill:#c0e3ff;fill-opacity:1" /> + <g + transform="translate(-81.0002,-967)" + inkscape:label="apps" + id="layer11-19-75" + style="fill:#c0e3ff;fill-opacity:1" /> + <g + transform="translate(-81.0002,-967)" + inkscape:label="places" + id="layer13-4-9" + style="fill:#c0e3ff;fill-opacity:1" /> + <g + transform="translate(-81.0002,-967)" + inkscape:label="mimetypes" + id="layer14-8-5" + style="fill:#c0e3ff;fill-opacity:1" /> + <g + transform="translate(-81.0002,-967)" + style="display:inline;fill:#c0e3ff;fill-opacity:1" + inkscape:label="emblems" + id="layer15-5-8" /> + <g + transform="translate(-81.0002,-967)" + style="display:inline;fill:#c0e3ff;fill-opacity:1" + inkscape:label="emotes" + id="g71291-1-7" /> + <g + transform="translate(-81.0002,-967)" + style="display:inline;fill:#c0e3ff;fill-opacity:1" + inkscape:label="categories" + id="g4953-7-1" /> + <g + transform="translate(-81.0002,-967)" + style="display:inline;fill:#c0e3ff;fill-opacity:1" + inkscape:label="actions" + id="layer12-3-0"> + <path + sodipodi:nodetypes="csscccsscc" + inkscape:connector-curvature="0" + d="m 87.799705,972 3.381737,0 c 0.450297,0 0.816227,0.36847 0.818758,0.8188 l 0,3.3817 z m 2.407413,6.00692 -3.395078,0 c -0.450346,0 -0.818758,-0.36842 -0.818758,-0.81875 l 0,-3.39509 4.213836,4.21384" + style="opacity:0.99999999;fill:#7a7f8b;fill-opacity:1;fill-rule:evenodd;stroke:none" + id="path4293-6" /> + </g> + </g> + </g> + <rect + y="-185.63782" + x="513" + height="16" + width="16" + id="rect17883-0" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" /> + </g> + <g + id="titlebutton-minimize-hover" + inkscape:label="#g6308" + transform="translate(-368,-9)"> + <g + id="g4909" + style="display:inline;opacity:1" + transform="translate(-781,-432.63782)"> + <ellipse + cy="255" + cx="1273" + style="display:inline;opacity:0.95;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="path4068-7-5-9-6-7-2-1" + rx="6" + ry="6.0000005" /> + <path + style="display:inline;opacity:0.15;fill:#525d76;fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="m 1273,248 a 7,7 0 0 0 -7,7 7,7 0 0 0 7,7 7,7 0 0 0 7,-7 7,7 0 0 0 -7,-7 z m 0,1 a 6,6 0 0 1 6,6 6,6 0 0 1 -6,6 6,6 0 0 1 -6,-6 6,6 0 0 1 6,-6 z" + id="path4068-7-5-9-6-7-2-5-23" + inkscape:connector-curvature="0" /> + <g + style="display:inline;opacity:1;fill:#c0e3ff;fill-opacity:1" + id="g4834-0" + transform="translate(1265,247)"> + <g + transform="translate(-81.0002,-967)" + style="display:inline;fill:#c0e3ff;fill-opacity:1" + inkscape:label="status" + id="layer9-3-4" /> + <g + transform="translate(-81.0002,-967)" + inkscape:label="devices" + id="layer10-4-1" + style="fill:#c0e3ff;fill-opacity:1" /> + <g + transform="translate(-81.0002,-967)" + inkscape:label="apps" + id="layer11-2-6" + style="fill:#c0e3ff;fill-opacity:1" /> + <g + transform="translate(-81.0002,-967)" + inkscape:label="places" + id="layer13-5-4" + style="fill:#c0e3ff;fill-opacity:1" /> + <g + transform="translate(-81.0002,-967)" + inkscape:label="mimetypes" + id="layer14-6-0" + style="fill:#c0e3ff;fill-opacity:1" /> + <g + transform="translate(-81.0002,-967)" + style="display:inline;fill:#c0e3ff;fill-opacity:1" + inkscape:label="emblems" + id="layer15-52-1" /> + <g + transform="translate(-81.0002,-967)" + style="display:inline;fill:#c0e3ff;fill-opacity:1" + inkscape:label="emotes" + id="g71291-3-9" /> + <g + transform="translate(-81.0002,-967)" + style="display:inline;fill:#c0e3ff;fill-opacity:1" + inkscape:label="categories" + id="g4953-8-2" /> + <g + transform="translate(-81.0002,-967)" + style="display:inline;fill:#c0e3ff;fill-opacity:1" + inkscape:label="actions" + id="layer12-45-6"> + <path + sodipodi:nodetypes="ccccc" + style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;opacity:0.99999999;fill:#7a7f8b;fill-opacity:1;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" + id="rect9057-8" + d="m 86.0002,974 0,2 6,0 0,-2 z" + inkscape:connector-curvature="0" /> + </g> + </g> + </g> + <rect + y="-185.63782" + x="484" + height="16" + width="16" + id="rect17883-11" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" /> + </g> + <g + id="titlebutton-close-active" + inkscape:label="#g6332" + transform="translate(-285,8)"> + <g + id="g4927-8-7" + style="display:inline;opacity:1" + transform="translate(-882,-432.63782)"> + <g + transform="translate(-103,0)" + style="display:inline;opacity:1" + id="g4490-6-3-7"> + <g + id="g4092-0-2-2-1" + style="display:inline" + transform="translate(58,0)"> + <circle + r="7" + cy="255" + cx="1376" + style="fill:#f13039;fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="path4068-7-5-4-9" /> + </g> + </g> + <g + id="g4778-3-6" + transform="translate(1323,246.86719)" + style="fill:#ffffff;fill-opacity:1"> + <g + style="display:inline;fill:#ffffff;fill-opacity:1" + id="layer9-9-6-0" + transform="translate(-60,-518)" /> + <g + id="layer10-2-3-6" + transform="translate(-60,-518)" + style="fill:#ffffff;fill-opacity:1" /> + <g + id="layer11-16-2-2" + transform="translate(-60,-518)" + style="fill:#ffffff;fill-opacity:1" /> + <g + transform="matrix(0.75,0,0,0.75,2,2.0546875)" + id="g2996-7-0" + style="fill:#ffffff;fill-opacity:1"> + <g + transform="translate(-60,-518)" + id="layer12-4-6-3" + style="fill:#ffffff;fill-opacity:1"> + <g + transform="translate(19,-242)" + id="layer4-4-1-4-1" + style="display:inline;fill:#ffffff;fill-opacity:1"> + <path + inkscape:connector-curvature="0" + d="m 45,764 1,0 c 0.01037,-1.2e-4 0.02079,-4.6e-4 0.03125,0 0.254951,0.0112 0.50987,0.12858 0.6875,0.3125 L 49,766.59375 51.3125,764.3125 C 51.578125,764.082 51.759172,764.007 52,764 l 1,0 0,1 c 0,0.28647 -0.03434,0.55065 -0.25,0.75 l -2.28125,2.28125 2.25,2.25 C 52.906938,770.46942 52.999992,770.7347 53,771 l 0,1 -1,0 c -0.265301,-10e-6 -0.530586,-0.0931 -0.71875,-0.28125 L 49,769.4375 46.71875,771.71875 C 46.530586,771.90694 46.26529,772 46,772 l -1,0 0,-1 c -3e-6,-0.26529 0.09306,-0.53058 0.28125,-0.71875 l 2.28125,-2.25 L 45.28125,765.75 C 45.070508,765.55537 44.97809,765.28075 45,765 l 0,-1 z" + id="path10839-9-8-7" + style="color:#bebebe;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:'Andale Mono';-inkscape-font-specification:'Andale Mono';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> + </g> + </g> + </g> + <g + id="layer13-2-0-2" + transform="translate(-60,-518)" + style="fill:#ffffff;fill-opacity:1" /> + <g + id="layer14-4-4-0" + transform="translate(-60,-518)" + style="fill:#ffffff;fill-opacity:1" /> + <g + id="layer15-7-5-0" + transform="translate(-60,-518)" + style="fill:#ffffff;fill-opacity:1" /> + </g> + </g> + <rect + y="-185.63782" + x="441" + height="16" + width="16" + id="rect17883-02" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" /> + </g> + <g + id="titlebutton-maximize-active" + inkscape:label="#g6356" + transform="translate(-276,8)"> + <g + id="g4891-4" + style="display:inline;opacity:1" + transform="translate(-882,-432.63782)"> + <g + transform="translate(-132,0)" + style="display:inline;opacity:1" + id="g4490-2-9-1-2"> + <g + id="g4092-0-6-3-6-8" + style="display:inline" + transform="translate(58,0)"> + <circle + r="7" + cy="255" + cx="1376" + style="fill:#458588;fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="path4068-7-6-5-1-6" /> + </g> + </g> + <g + id="g4806-5-2" + transform="translate(1294,247)" + style="fill:#c0e3ff;fill-opacity:1"> + <g + transform="translate(-81.0002,-967)" + style="display:inline;fill:#c0e3ff;fill-opacity:1" + inkscape:label="status" + id="layer9-78-2-0" /> + <g + transform="translate(-81.0002,-967)" + inkscape:label="devices" + id="layer10-3-9-9" + style="fill:#c0e3ff;fill-opacity:1" /> + <g + transform="translate(-81.0002,-967)" + inkscape:label="apps" + id="layer11-19-7-6" + style="fill:#c0e3ff;fill-opacity:1" /> + <g + transform="translate(-81.0002,-967)" + inkscape:label="places" + id="layer13-4-7-4" + style="fill:#c0e3ff;fill-opacity:1" /> + <g + transform="translate(-81.0002,-967)" + inkscape:label="mimetypes" + id="layer14-8-9-7" + style="fill:#c0e3ff;fill-opacity:1" /> + <g + transform="translate(-81.0002,-967)" + style="display:inline;fill:#c0e3ff;fill-opacity:1" + inkscape:label="emblems" + id="layer15-5-4-2" /> + <g + transform="translate(-81.0002,-967)" + style="display:inline;fill:#c0e3ff;fill-opacity:1" + inkscape:label="emotes" + id="g71291-1-4-6" /> + <g + transform="translate(-81.0002,-967)" + style="display:inline;fill:#c0e3ff;fill-opacity:1" + inkscape:label="categories" + id="g4953-7-0-8" /> + <g + transform="translate(-81.0002,-967)" + style="display:inline;fill:#c0e3ff;fill-opacity:1" + inkscape:label="actions" + id="layer12-3-7-2"> + <path + sodipodi:nodetypes="csscccsscc" + inkscape:connector-curvature="0" + d="m 87.799705,972 3.381737,0 c 0.450297,0 0.816227,0.36847 0.818758,0.8188 l 0,3.3817 z m 2.407413,6.00692 -3.395078,0 c -0.450346,0 -0.818758,-0.36842 -0.818758,-0.81875 l 0,-3.39509 4.213836,4.21384" + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none" + id="path4293-4-9" /> + </g> + </g> + </g> + <rect + y="-185.63782" + x="412" + height="16" + width="16" + id="rect17883-79" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" /> + </g> + <g + id="titlebutton-minimize-active" + inkscape:label="#g6414" + transform="translate(-267,8)"> + <g + id="g4909-1" + style="display:inline;opacity:1" + transform="translate(-882,-432.63782)"> + <g + transform="translate(-161,0)" + style="display:inline;opacity:1" + id="g4490-3-6-1-4"> + <g + id="g4092-0-7-2-0-0" + style="display:inline" + transform="translate(58,0)"> + <circle + r="7" + cy="255" + cx="1376" + style="fill:#458588;fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="path4068-7-3-0-3-6" /> + </g> + </g> + <g + style="display:inline;opacity:1;fill:#c0e3ff;fill-opacity:1" + id="g4834-9-3" + transform="translate(1265,247)"> + <g + transform="translate(-81.0002,-967)" + style="display:inline;fill:#c0e3ff;fill-opacity:1" + inkscape:label="status" + id="layer9-3-9-1" /> + <g + transform="translate(-81.0002,-967)" + inkscape:label="devices" + id="layer10-4-0-5" + style="fill:#c0e3ff;fill-opacity:1" /> + <g + transform="translate(-81.0002,-967)" + inkscape:label="apps" + id="layer11-2-5-2" + style="fill:#c0e3ff;fill-opacity:1" /> + <g + transform="translate(-81.0002,-967)" + inkscape:label="places" + id="layer13-5-7-4" + style="fill:#c0e3ff;fill-opacity:1" /> + <g + transform="translate(-81.0002,-967)" + inkscape:label="mimetypes" + id="layer14-6-2-3" + style="fill:#c0e3ff;fill-opacity:1" /> + <g + transform="translate(-81.0002,-967)" + style="display:inline;fill:#c0e3ff;fill-opacity:1" + inkscape:label="emblems" + id="layer15-52-0-6" /> + <g + transform="translate(-81.0002,-967)" + style="display:inline;fill:#c0e3ff;fill-opacity:1" + inkscape:label="emotes" + id="g71291-3-4-6" /> + <g + transform="translate(-81.0002,-967)" + style="display:inline;fill:#c0e3ff;fill-opacity:1" + inkscape:label="categories" + id="g4953-8-6-8" /> + <g + transform="translate(-81.0002,-967)" + style="display:inline;fill:#c0e3ff;fill-opacity:1" + inkscape:label="actions" + id="layer12-45-3-7"> + <path + sodipodi:nodetypes="ccccc" + style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" + id="rect9057-3-5" + d="m 86.0002,974 0,2 6,0 0,-2 z" + inkscape:connector-curvature="0" /> + </g> + </g> + </g> + <rect + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" + id="rect17883-79-9" + width="16" + height="16" + x="383" + y="-185.63782" /> + </g> + <g + id="titlebutton-maximize-backdrop" + inkscape:label="#g6521" + style="opacity:0.45" + transform="translate(-480,-43)"> + <g + style="display:inline;opacity:1" + id="g7146-1" + transform="translate(-781,-415.63782)"> + <g + transform="translate(-29,0)" + style="display:inline;opacity:1" + id="g4490-2"> + <g + id="g4092-0-6" + style="display:inline" + transform="translate(58,0)" /> + </g> + <path + id="path4293-5" + style="display:inline;opacity:1;fill:#7a7f8b;fill-opacity:1;fill-rule:evenodd;stroke:none" + d="m 1403.7995,252 3.3818,0 c 0.4503,0 0.8162,0.36847 0.8187,0.8188 l 0,3.3817 z m 2.4074,6.00692 -3.395,0 c -0.4504,0 -0.8188,-0.36842 -0.8188,-0.81875 l 0,-3.39509 4.2138,4.21384" + inkscape:connector-curvature="0" + sodipodi:nodetypes="csscccsscc" /> + </g> + <rect + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" + id="rect17883-39-6" + width="16" + height="16" + x="616" + y="-168.63782" /> + </g> + <g + id="titlebutton-minimize-backdrop" + inkscape:label="#g6534" + style="opacity:0.45" + transform="translate(-471,-43)"> + <g + style="display:inline;opacity:1" + id="g7138-0" + transform="translate(-781,-415.63782)"> + <g + transform="translate(-58,0)" + style="display:inline;opacity:1" + id="g4490-3"> + <g + id="g4092-0-7" + style="display:inline" + transform="translate(58,0)" /> + </g> + <path + inkscape:connector-curvature="0" + d="m 1373,254 0,2 6,0 0,-2 z" + id="rect9057-4" + style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#7a7f8b;fill-opacity:1;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" + sodipodi:nodetypes="ccccc" /> + </g> + <rect + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" + id="rect17883-39-3" + width="16" + height="16" + x="587" + y="-168.63782" /> + </g> + <rect + ry="0" + rx="0" + y="147.63782" + x="234" + height="138" + width="121" + id="rect18028-4" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#383c4a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.99999994;marker:none;enable-background:accumulate" + transform="scale(1,-1)" /> + <g + transform="translate(220.00001,-229.00001)" + 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.9999943" + y="31.362196" + x="18.000006" + height="13.99999" + width="13.999989" + id="rect5147-9-1-5-7-6-7-4" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#458588;fill-opacity:1;stroke:#000000;stroke-width:0;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.9999917" /> + </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:#2b303b;fill-opacity:1;stroke:none" /> + <rect + ry="0" + y="1027.3622" + x="11" + height="7.9999828" + width="2" + id="rect3979-7-60" + style="fill:#2b303b;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 + transform="translate(239.00001,-229.00001)" + style="display:inline;opacity:1" + id="checkbox-mixed-dark" + inkscape:label="#g10758"> + <g + inkscape:label="#g22047" + id="checkbox-unchecked-5-4-5" + style="display:inline" + transform="translate(19,0)"> + <g + id="sdsd-7-0-0" + inkscape:label="#g21853"> + <g + transform="translate(0,-30)" + inkscape:label="#g14325" + id="scdsdcd-5-2-0"> + <g + transform="matrix(0.92951982,0,0,0.92914368,-156.75069,-212.9618)" + id="g15812-6-6-1-5-7-81" + style="display:inline"> + <g + style="display:inline" + id="g5489-2-9-6-8-8-53-1-7" + transform="matrix(0.5089163,0,0,0.51739823,161.7932,197.56426)"> + <g + id="g5428-8-1-4-0-0-4-5-0" /> + </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-8-6" + width="16" + height="16" + x="17" + y="30.362183" /> + <g + id="g5400-6-9-3"> + <rect + rx="1.9999943" + y="31.362196" + x="18.000006" + height="13.99999" + width="13.999989" + id="rect5147-9-1-5-7-6-7-0-0" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#458588;fill-opacity:1;stroke:#000000;stroke-width:0;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.9999917" /> + </g> + </g> + </g> + </g> + <g + inkscape:label="Ebene 1" + id="checkbox-checked-dark-7-9-3" + transform="translate(36,-1036)" + style="display:inline"> + <g + id="g3981-6-4-9-8" + 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-9-34" + transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,727.94436,295.31123)"> + <g + id="g4056-7-0-9" + transform="translate(12.374375,11.531233)"> + <g + id="g3981-0-1-9" + transform="translate(-3,-4.9999826)" + style="fill:#3b3c3e;fill-opacity:1"> + <rect + ry="0" + y="-725.95471" + x="-738.80396" + height="7.9999828" + width="2" + id="rect3979-7-3-4" + style="fill:#2b303b;fill-opacity:1;stroke:none" + transform="matrix(-0.70710678,-0.70710678,0.70710678,-0.70710678,0,0)" /> + </g> + <rect + style="fill:#eeeeee;fill-opacity:0;stroke:none" + id="rect4047-81-4-5" + width="3" + height="1" + x="5" + y="-8" + transform="translate(0,1036.3622)" /> + </g> + </g> + </g> + </g> + <g + transform="translate(201.00001,-229.00001)" + style="display:inline;opacity:1" + id="radio-checked-dark" + inkscape:label="#g11094"> + <g + transform="translate(19.004264,-4.6992607e-6)" + inkscape:label="#g10975" + id="radio-unchecked-2-1" + style="display:inline"> + <g + id="g10964-6-63"> + <g + inkscape:label="#g15805" + transform="matrix(0.93617253,0,0,0.93566004,-96.78315,-244.76084)" + id="radio-unchecked2-0-8" + style="display:inline"> + <g + style="display:inline;opacity:0.06000001;fill:#000000;fill-opacity:1" + id="g7025-09-0-5" + transform="translate(0,1.0687628)"> + <g + transform="matrix(0.5089163,0,0,0.51739823,181.7932,197.56426)" + id="g5489-2-9-3-2-6-2" + style="display:inline;fill:#000000;fill-opacity:1"> + <g + id="g5428-8-1-7-5-4-7" + style="fill:#000000;fill-opacity:1" /> + </g> + </g> + <rect + y="261.97873" + x="206.99057" + height="17.100227" + width="17.090866" + id="rect14348-4-8-5" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" /> + <g + id="g7025-09-09"> + <g + transform="matrix(0.5089163,0,0,0.51739823,181.7932,197.56426)" + id="g5489-2-9-3-2-28" + style="display:inline"> + <g + id="g5428-8-1-7-5-64"> + <rect + rx="14.692495" + y="126.56255" + x="51.610752" + height="28.919107" + width="29.384991" + id="rect5147-9-1-7-2-0" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#458588;fill-opacity:1;fill-rule:nonzero;stroke:#999999;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + ry="14.459554" /> + </g> + </g> + </g> + </g> + </g> + </g> + <rect + rx="1.9988754" + y="6.3621826" + x="122" + height="4" + width="4" + id="use15101-5-7-55" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#2b303b;fill-opacity:1;stroke:none;stroke-width:2.08838987;marker:none;enable-background:accumulate" + ry="2" /> + </g> + <g + transform="translate(201.00001,-229.00001)" + style="display:inline;opacity:1" + id="radio-mixed-dark" + inkscape:label="#g11194"> + <g + id="g11220-5"> + <g + transform="translate(19,-4.6992607e-6)" + style="display:inline" + id="radio-checked-7-40" + inkscape:label="#g11094"> + <g + transform="translate(19.004264,-4.6992607e-6)" + inkscape:label="#g10975" + id="radio-unchecked-2-6-5" + style="display:inline"> + <g + id="g10964-6-0-7"> + <g + inkscape:label="#g15805" + transform="matrix(0.93617253,0,0,0.93566004,-96.78315,-244.76084)" + id="radio-unchecked2-0-0-0" + style="display:inline"> + <rect + y="261.97873" + x="206.99057" + height="17.100227" + width="17.090866" + id="rect14348-4-8-7-0" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" /> + <g + id="g7025-09-3-3"> + <g + transform="matrix(0.5089163,0,0,0.51739823,181.7932,197.56426)" + id="g5489-2-9-3-2-7-19" + style="display:inline"> + <g + id="g5428-8-1-7-5-9-7"> + <rect + rx="14.692497" + y="126.56256" + x="51.610752" + height="28.919115" + width="29.384995" + id="rect5147-9-1-7-2-6-8" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#458588;fill-opacity:1;fill-rule:nonzero;stroke:#999999;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + ry="14.459558" /> + </g> + </g> + </g> + </g> + </g> + </g> + </g> + <rect + ry="0" + y="139" + x="-9.3621826" + height="7.9999828" + width="2" + id="rect3979-7-3-9-5" + style="display:inline;fill:#2b303b;fill-opacity:1;stroke:none" + transform="matrix(0,-1,1,0,0,0)" /> + </g> + </g> + <g + transform="translate(-767.99998,-618.63782)" + 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:#458588;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:#353a47;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:#353a47;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:#353a47;fill-opacity:1;stroke:none" /> + </g> + </g> + <g + transform="translate(-767.99998,-613.63782)" + style="display:inline;opacity:1" + id="switch-dark" + inkscape:label="#g4820"> + <g + id="layer1-9-13" + inkscape:label="Layer 1" + transform="matrix(-1,0,0,1,1177,420)"> + <g + style="display:inline" + transform="translate(120,-116.99998)" + inkscape:label="Layer 1" + id="switch-active-2-2"> + <g + id="g3900-12-8" + transform="translate(0,-1004.3622)"> + <rect + style="display:inline;opacity:0;fill:#434343;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect5465-3-32-7" + width="52" + height="24" + x="0" + y="1029.3622" /> + <rect + style="fill:#5b627b;fill-opacity:1;fill-rule:nonzero;stroke:none" + id="rect2987-07-4" + width="50" + height="20" + x="1" + y="1031.3622" + ry="11" + rx="11" /> + <circle + style="fill:#353a47;fill-opacity:1;fill-rule:nonzero;stroke:none" + id="path3759-7-4" + cx="41" + cy="1041.3622" + r="9" /> + </g> + </g> + </g> + <path + inkscape:connector-curvature="0" + d="m 1043.0028,337 0.75,0 c 0.01,-9e-5 0.016,-3.5e-4 0.023,0 0.1912,0.008 0.3824,0.0964 0.5156,0.23437 l 1.711,1.71094 1.7343,-1.71094 c 0.1993,-0.17287 0.335,-0.22912 0.5157,-0.23437 l 0.75,0 0,0.75 c 0,0.21485 -0.026,0.41298 -0.1875,0.5625 l -1.711,1.71093 1.6875,1.6875 c 0.1412,0.14113 0.211,0.34009 0.211,0.53907 l 0,0.75 -0.75,0 c -0.199,-10e-6 -0.398,-0.0698 -0.5391,-0.21094 l -1.7109,-1.71094 -1.711,1.71094 c -0.1411,0.14114 -0.3401,0.21094 -0.539,0.21094 l -0.75,0 0,-0.75 c 0,-0.19897 0.07,-0.39794 0.2109,-0.53907 l 1.7109,-1.6875 -1.7109,-1.71093 c -0.1581,-0.14598 -0.2274,-0.35194 -0.2109,-0.5625 l 0,-0.75 z" + id="path10839-9-8-2-2-5-46" + style="color:#bebebe;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:'Andale Mono';-inkscape-font-specification:'Andale Mono';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#353a47;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> + </g> + <g + transform="translate(-704.99998,-618.63782)" + style="display:inline;opacity:0.55" + id="switch-active-insensitive-dark" + inkscape:label="#g4829-8"> + <g + id="layer1-9-0-5-7" + 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-1-7"> + <g + id="g3900-1-3-1-6" + 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-9-67" + width="52" + height="24" + x="0" + y="1029.3622" /> + <rect + style="fill:#458588;fill-opacity:1;fill-rule:nonzero;stroke:none" + id="rect2987-0-2-5-36" + width="50" + height="20" + x="1" + y="1031.3622" + ry="11" + rx="11" /> + <circle + style="fill:#353a47;fill-opacity:1;fill-rule:nonzero;stroke:none" + id="path3759-0-8-4" + cx="41" + cy="1041.3622" + r="9" /> + </g> + </g> + </g> + <g + transform="translate(-1.0003162,0)" + id="g4816-6-4"> + <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-3-6" + style="display:inline;opacity:1;fill:#353a47;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-6-69" + style="display:inline;opacity:1;fill:#353a47;fill-opacity:1;stroke:none" /> + </g> + </g> + <g + transform="translate(-704.99998,-613.63782)" + style="display:inline;opacity:0.55" + id="switch-insensitive-dark" + inkscape:label="#g4820-8"> + <g + id="layer1-9-1-3" + inkscape:label="Layer 1" + transform="matrix(-1,0,0,1,1177,420)"> + <g + style="display:inline" + transform="translate(120,-116.99998)" + inkscape:label="Layer 1" + id="switch-active-88-45"> + <g + id="g3900-4-69" + 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-5-12" + width="52" + height="24" + x="0" + y="1029.3622" /> + <rect + style="fill:#5b627b;fill-opacity:1;fill-rule:nonzero;stroke:none" + id="rect2987-02-4" + width="50" + height="20" + x="1" + y="1031.3622" + ry="11" + rx="11" /> + <circle + style="fill:#353a47;fill-opacity:1;fill-rule:nonzero;stroke:none" + id="path3759-1-7-3" + cx="41" + cy="1041.3622" + r="9" /> + </g> + </g> + </g> + <path + inkscape:connector-curvature="0" + d="m 1043.0028,337 0.75,0 c 0.01,-9e-5 0.016,-3.5e-4 0.023,0 0.1912,0.008 0.3824,0.0964 0.5156,0.23437 l 1.711,1.71094 1.7343,-1.71094 c 0.1993,-0.17287 0.335,-0.22912 0.5157,-0.23437 l 0.75,0 0,0.75 c 0,0.21485 -0.026,0.41298 -0.1875,0.5625 l -1.711,1.71093 1.6875,1.6875 c 0.1412,0.14113 0.211,0.34009 0.211,0.53907 l 0,0.75 -0.75,0 c -0.199,-10e-6 -0.398,-0.0698 -0.5391,-0.21094 l -1.7109,-1.71094 -1.711,1.71094 c -0.1411,0.14114 -0.3401,0.21094 -0.539,0.21094 l -0.75,0 0,-0.75 c 0,-0.19897 0.07,-0.39794 0.2109,-0.53907 l 1.7109,-1.6875 -1.7109,-1.71093 c -0.1581,-0.14598 -0.2274,-0.35194 -0.2109,-0.5625 l 0,-0.75 z" + id="path10839-9-8-2-2-5-5-5" + style="color:#bebebe;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:'Andale Mono';-inkscape-font-specification:'Andale Mono';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#353a47;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> + </g> + <g + transform="translate(220.00001,-229.00001)" + 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:#2d323d;fill-opacity:1;stroke:#262934;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 + transform="translate(200.00428,-229.00401)" + style="display:inline;opacity:1" + id="radio-unchecked-dark" + inkscape:label="#g10975"> + <g + id="g10964-4-5"> + <g + style="display:inline" + id="radio-unchecked2-6-5" + transform="matrix(0.93617253,0,0,0.93566004,-96.78315,-244.76084)" + inkscape:label="#g15805"> + <rect + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" + id="rect14348-4-3-9" + width="17.090866" + height="17.100227" + x="206.99057" + y="261.97873" /> + <g + id="g7025-3-9"> + <g + style="display:inline" + id="g5489-2-9-3-8-0" + transform="matrix(0.5089163,0,0,0.51739823,181.7932,197.56426)"> + <g + id="g5428-8-1-7-83-7"> + <rect + ry="13.246163" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#2d323d;fill-opacity:1;fill-rule:nonzero;stroke:#262934;stroke-width:2.08222365;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-7-7-61" + width="27.303804" + height="26.835894" + x="52.660122" + y="127.6043" + rx="13.224192" /> + </g> + </g> + </g> + </g> + </g> + </g> + <g + transform="translate(220.00001,-210.00002)" + style="display:inline;opacity:0.55" + id="checkbox-checked-insensitive-dark" + inkscape:label="#g10758"> + <g + inkscape:label="#g22047" + id="checkbox-unchecked-5-5-1" + style="display:inline" + transform="translate(19,0)"> + <g + id="sdsd-7-01-6" + inkscape:label="#g21853"> + <g + transform="translate(0,-30)" + inkscape:label="#g14325" + id="scdsdcd-5-9-7"> + <g + transform="matrix(0.92951982,0,0,0.92914368,-156.75069,-212.9618)" + id="g15812-6-6-1-5-2-8" + style="display:inline"> + <g + style="display:inline" + id="g5489-2-9-6-8-8-53-3-7" + transform="matrix(0.5089163,0,0,0.51739823,161.7932,197.56426)"> + <g + id="g5428-8-1-4-0-0-4-8-8" /> + </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-1-24" + width="16" + height="16" + x="17" + y="30.362183" /> + <g + id="g5400-6-4-3"> + <rect + rx="1.9999943" + y="31.362196" + x="18.000006" + height="13.99999" + width="13.999989" + id="rect5147-9-1-5-7-6-7-3-9" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#458588;fill-opacity:1;stroke:#000000;stroke-width:0;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.9999917" /> + </g> + </g> + </g> + </g> + <g + inkscape:label="Ebene 1" + id="checkbox-checked-dark-7-95-4" + transform="translate(36,-1036)" + style="display:inline"> + <g + id="g3981-6-4-3-5" + 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-1-3" + transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,727.94436,295.31123)"> + <g + id="g4056-7-9-9" + transform="translate(12.374375,11.531233)"> + <g + id="g3981-0-4-2" + 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-0-3" + style="fill:#2b303b;fill-opacity:1;stroke:none" /> + <rect + ry="0" + y="1027.3622" + x="11" + height="7.9999828" + width="2" + id="rect3979-7-6-9" + style="fill:#2b303b;fill-opacity:1;stroke:none" /> + </g> + <rect + style="fill:#eeeeee;fill-opacity:0;stroke:none" + id="rect4047-81-9-6" + width="3" + height="1" + x="5" + y="-8" + transform="translate(0,1036.3622)" /> + </g> + </g> + </g> + </g> + <g + transform="translate(239.00001,-210.00002)" + style="display:inline;opacity:0.55" + id="checkbox-mixed-insensitive-dark" + inkscape:label="#g10758"> + <g + inkscape:label="#g22047" + id="checkbox-unchecked-5-4-1-9" + style="display:inline" + transform="translate(19,0)"> + <g + id="sdsd-7-0-5-8" + inkscape:label="#g21853"> + <g + transform="translate(0,-30)" + inkscape:label="#g14325" + id="scdsdcd-5-2-8-5"> + <g + transform="matrix(0.92951982,0,0,0.92914368,-156.75069,-212.9618)" + id="g15812-6-6-1-5-7-8-6" + style="display:inline"> + <g + style="display:inline" + id="g5489-2-9-6-8-8-53-1-8-4" + transform="matrix(0.5089163,0,0,0.51739823,161.7932,197.56426)"> + <g + id="g5428-8-1-4-0-0-4-5-4-6" /> + </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-8-8-7" + width="16" + height="16" + x="17" + y="30.362183" /> + <g + id="g5400-6-9-9-6"> + <rect + rx="1.9999943" + y="31.362196" + x="18.000006" + height="13.99999" + width="13.999989" + id="rect5147-9-1-5-7-6-7-0-7-33" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#458588;fill-opacity:1;stroke:#000000;stroke-width:0;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.9999917" /> + </g> + </g> + </g> + </g> + <g + inkscape:label="Ebene 1" + id="checkbox-checked-dark-7-9-57-75" + transform="translate(36,-1036)" + style="display:inline"> + <g + id="g3981-6-4-9-3-7" + 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-9-7-5" + transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,727.94436,295.31123)"> + <g + id="g4056-7-0-8-4" + transform="translate(12.374375,11.531233)"> + <g + id="g3981-0-1-4-7" + transform="translate(-3,-4.9999826)" + style="fill:#3b3c3e;fill-opacity:1"> + <rect + ry="0" + y="-725.95471" + x="-738.80396" + height="7.9999828" + width="2" + id="rect3979-7-3-91-5" + style="fill:#2b303b;fill-opacity:1;stroke:none" + transform="matrix(-0.70710678,-0.70710678,0.70710678,-0.70710678,0,0)" /> + </g> + <rect + style="fill:#eeeeee;fill-opacity:0;stroke:none" + id="rect4047-81-4-2-21" + width="3" + height="1" + x="5" + y="-8" + transform="translate(0,1036.3622)" /> + </g> + </g> + </g> + </g> + <g + transform="translate(201.00001,-210.00002)" + style="display:inline;opacity:0.55" + id="radio-checked-insensitive-dark" + inkscape:label="#g11094"> + <g + transform="translate(19.004264,-4.6992607e-6)" + inkscape:label="#g10975" + id="radio-unchecked-2-8-6" + style="display:inline"> + <g + id="g10964-6-7-2"> + <g + inkscape:label="#g15805" + transform="matrix(0.93617253,0,0,0.93566004,-96.78315,-244.76084)" + id="radio-unchecked2-0-4-5" + style="display:inline"> + <g + style="display:inline;opacity:0.06000001;fill:#000000;fill-opacity:1" + id="g7025-09-0-3-3" + transform="translate(0,1.0687628)"> + <g + transform="matrix(0.5089163,0,0,0.51739823,181.7932,197.56426)" + id="g5489-2-9-3-2-6-1-7" + style="display:inline;fill:#000000;fill-opacity:1"> + <g + id="g5428-8-1-7-5-4-5-4" + style="fill:#000000;fill-opacity:1" /> + </g> + </g> + <rect + y="261.97873" + x="206.99057" + height="17.100227" + width="17.090866" + id="rect14348-4-8-2-7" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" /> + <g + id="g7025-09-5-0"> + <g + transform="matrix(0.5089163,0,0,0.51739823,181.7932,197.56426)" + id="g5489-2-9-3-2-70-6" + style="display:inline"> + <g + id="g5428-8-1-7-5-62-6"> + <rect + rx="14.692495" + y="126.56255" + x="51.610752" + height="28.919107" + width="29.384991" + id="rect5147-9-1-7-2-2-2" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#458588;fill-opacity:1;fill-rule:nonzero;stroke:#999999;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + ry="14.459554" /> + </g> + </g> + </g> + </g> + </g> + </g> + <rect + rx="1.9988754" + y="6.3621826" + x="122" + height="4" + width="4" + id="use15101-5-7-2-5" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#2b303b;fill-opacity:1;stroke:none;stroke-width:2.08838987;marker:none;enable-background:accumulate" + ry="2" /> + </g> + <g + transform="translate(201.00001,-210.00002)" + style="display:inline;opacity:0.55" + id="radio-mixed-insensitive-dark" + inkscape:label="#g11194"> + <g + id="g11220-22-7"> + <g + transform="translate(19,-4.6992607e-6)" + style="display:inline" + id="radio-checked-7-4-10" + inkscape:label="#g11094"> + <g + transform="translate(19.004264,-4.6992607e-6)" + inkscape:label="#g10975" + id="radio-unchecked-2-6-0-3" + style="display:inline"> + <g + id="g10964-6-0-1-8"> + <g + inkscape:label="#g15805" + transform="matrix(0.93617253,0,0,0.93566004,-96.78315,-244.76084)" + id="radio-unchecked2-0-0-2-8" + style="display:inline"> + <rect + y="261.97873" + x="206.99057" + height="17.100227" + width="17.090866" + id="rect14348-4-8-7-5-8" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" /> + <g + id="g7025-09-3-9-4"> + <g + transform="matrix(0.5089163,0,0,0.51739823,181.7932,197.56426)" + id="g5489-2-9-3-2-7-7-8" + style="display:inline"> + <g + id="g5428-8-1-7-5-9-2-3"> + <rect + rx="14.692497" + y="126.56256" + x="51.610752" + height="28.919115" + width="29.384995" + id="rect5147-9-1-7-2-6-9-3" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#458588;fill-opacity:1;fill-rule:nonzero;stroke:#999999;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + ry="14.459558" /> + </g> + </g> + </g> + </g> + </g> + </g> + </g> + <rect + ry="0" + y="139" + x="-9.3621826" + height="7.9999828" + width="2" + id="rect3979-7-3-9-3-37" + style="display:inline;fill:#2b303b;fill-opacity:1;stroke:none" + transform="matrix(0,-1,1,0,0,0)" /> + </g> + </g> + <g + transform="translate(220.00001,-210.00002)" + style="display:inline;opacity:0.6" + id="checkbox-unchecked-insensitive-dark" + inkscape:label="#g22047"> + <g + inkscape:label="#g21853" + id="sdsd-0-3-0" + style=""> + <g + id="scdsdcd-0-7-1" + inkscape:label="#g14325" + transform="translate(0,-30)" + style=""> + <g + style="display:inline" + id="g15812-6-6-1-4-6-3" + 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-1-1" + style="display:inline"> + <g + id="g5428-8-1-4-0-0-65-4-7" + style="" /> + </g> + </g> + <rect + y="30.362183" + x="17" + height="16" + width="16" + id="rect13523-4-2-5" + 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-4-7" + style=""> + <rect + ry="2" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#2d323d;fill-opacity:1;stroke:#262934;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-7-2" + width="13" + height="13.000001" + x="18.5" + y="31.862192" + rx="2" /> + </g> + </g> + </g> + </g> + <g + transform="translate(200.00428,-210.00001)" + style="display:inline;opacity:0.6" + id="radio-unchecked-insensitive-dark" + inkscape:label="#g10975"> + <g + id="g10964-4-8-3" + style=""> + <g + style="display:inline" + id="radio-unchecked2-6-3-0" + transform="matrix(0.93617253,0,0,0.93566004,-96.78315,-244.76084)" + inkscape:label="#g15805"> + <rect + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" + id="rect14348-4-3-7-2" + width="17.090866" + height="17.100227" + x="206.99057" + y="261.97873" /> + <g + id="g7025-3-8-9" + style=""> + <g + style="display:inline" + id="g5489-2-9-3-8-9-6" + transform="matrix(0.5089163,0,0,0.51739823,181.7932,197.56426)"> + <g + id="g5428-8-1-7-83-9-6" + style=""> + <rect + ry="13.246163" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#2d323d;fill-opacity:1;fill-rule:nonzero;stroke:#262934;stroke-width:2.08222365;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-7-7-2-6" + width="27.303804" + height="26.835888" + x="52.660122" + y="127.60432" + rx="13.224192" /> + </g> + </g> + </g> + </g> + </g> + </g> + <g + style="display:inline" + id="checkbox-checked-selectionmode-dark" + transform="translate(-227.99998,-369)" + inkscape:label="#g14055"> + <rect + ry="2" + y="183.36218" + x="466" + height="32" + width="32" + id="rect13851-5" + style="fill:#458588;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + rx="2" /> + <g + transform="translate(-2.2045153,1.9730481)" + id="g14051-7"> + <path + style="display:inline;fill:#2b303b;fill-opacity:1;stroke:none" + d="m 491.36072,188.95163 -9.5312,9.5625 -4.7812,-4.78125 -3.1876,3.1875 4.7813,4.78125 3.1875,3.1875 3.1562,-3.1875 9.5626,-9.5625 -3.1876,-3.1875 z" + id="rect3977-39-35-1-3-50" + inkscape:connector-curvature="0" /> + </g> + <rect + ry="2" + y="179.36218" + x="461.99997" + height="39.999992" + width="39.999989" + id="rect13851-7-3" + style="display:inline;fill:none;fill-opacity:0.55102036;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + rx="1.9999999" /> + </g> + <g + style="display:inline" + id="checkbox-selectionmode-dark" + transform="translate(-182.99998,-369)" + inkscape:label="#g14055"> + <rect + ry="2" + y="183.86218" + x="466.50003" + height="31" + width="30.999969" + id="rect13851-8-3" + style="fill:#2d323d;fill-opacity:1;stroke:#262934;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + rx="2" /> + <g + transform="translate(-2.2045153,1.9730481)" + id="g14051-0-8"> + <path + style="display:inline;opacity:0.55;fill:#5f6578;fill-opacity:1;stroke:none" + d="m 491.36072,188.95163 -9.5312,9.5625 -4.7812,-4.78125 -3.1876,3.1875 4.7813,4.78125 3.1875,3.1875 3.1562,-3.1875 9.5626,-9.5625 -3.1876,-3.1875 z" + id="rect3977-39-35-1-3-5-2" + inkscape:connector-curvature="0" /> + </g> + <rect + ry="2" + y="179.36218" + x="461.99997" + height="39.999992" + width="39.999989" + id="rect13851-7-1" + style="display:inline;fill:none;fill-opacity:0.55102036;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + rx="1.9999999" /> + </g> + <rect + style="display:inline;fill:#2f343f;fill-opacity:1;stroke:#222529;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect11783-3-1" + width="120.99998" + height="138" + x="355" + y="-285.63782" /> + <g + transform="translate(-646.99998,-618.63782)" + style="display:inline;opacity:1" + id="switch-active-header-dark" + inkscape:label="#g4829"> + <g + id="layer1-9-0-8-3-1" + 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-2-5-0"> + <g + id="g3900-1-87-1-7-9" + 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-7-0-8" + width="52" + height="24" + x="0" + y="1029.3622" /> + <rect + style="fill:#458588;fill-opacity:1;fill-rule:nonzero;stroke:none" + id="rect2987-0-8-8-7-5" + width="50" + height="20" + x="1" + y="1031.3622" + ry="11" + rx="11.000001" /> + <circle + style="fill:#2d323f;fill-opacity:1;fill-rule:nonzero;stroke:none" + id="path3759-0-9-7-1" + cx="41" + cy="1041.3622" + r="9" /> + </g> + </g> + </g> + <g + transform="translate(-1.0003162,0)" + id="g4816-7-3-7"> + <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-6-0-5" + style="display:inline;opacity:1;fill:#2d323f;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-5-9-4" + style="display:inline;opacity:1;fill:#2d323f;fill-opacity:1;stroke:none" /> + </g> + </g> + <g + transform="translate(-646.99998,-613.63782)" + style="display:inline;opacity:1" + id="switch-header-dark" + inkscape:label="#g4820"> + <g + id="layer1-9-4-5-1" + inkscape:label="Layer 1" + transform="matrix(-1,0,0,1,1177,420)"> + <g + style="display:inline" + transform="translate(120,-116.99998)" + inkscape:label="Layer 1" + id="switch-active-2-5-8-0"> + <g + id="g3900-12-9-5-2" + transform="translate(0,-1004.3622)"> + <rect + style="display:inline;opacity:0;fill:#434343;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect5465-3-32-3-7-9" + width="52" + height="24" + x="0" + y="1029.3622" /> + <rect + style="fill:#5b627b;fill-opacity:1;fill-rule:nonzero;stroke:none" + id="rect2987-07-5-3-3" + width="50" + height="20" + x="1" + y="1031.3622" + ry="11" + rx="11.000001" /> + <circle + style="opacity:1;fill:#2d323f;fill-opacity:1;fill-rule:nonzero;stroke:none" + id="path3759-7-8-7-8" + cx="41" + cy="1041.3622" + r="9" /> + </g> + </g> + </g> + <path + inkscape:connector-curvature="0" + d="m 1043.0028,337 0.75,0 c 0.01,-9e-5 0.016,-3.5e-4 0.023,0 0.1912,0.008 0.3824,0.0964 0.5156,0.23437 l 1.711,1.71094 1.7343,-1.71094 c 0.1993,-0.17287 0.335,-0.22912 0.5157,-0.23437 l 0.75,0 0,0.75 c 0,0.21485 -0.026,0.41298 -0.1875,0.5625 l -1.711,1.71093 1.6875,1.6875 c 0.1412,0.14113 0.211,0.34009 0.211,0.53907 l 0,0.75 -0.75,0 c -0.199,-10e-6 -0.398,-0.0698 -0.5391,-0.21094 l -1.7109,-1.71094 -1.711,1.71094 c -0.1411,0.14114 -0.3401,0.21094 -0.539,0.21094 l -0.75,0 0,-0.75 c 0,-0.19897 0.07,-0.39794 0.2109,-0.53907 l 1.7109,-1.6875 -1.7109,-1.71093 c -0.1581,-0.14598 -0.2274,-0.35194 -0.2109,-0.5625 l 0,-0.75 z" + id="path10839-9-8-2-2-5-4-1-8" + style="color:#bebebe;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:'Andale Mono';-inkscape-font-specification:'Andale Mono';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#2d323f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> + </g> + <g + transform="translate(-584,-618.63782)" + style="display:inline;opacity:0.55" + id="switch-active-insensitive-header-dark" + inkscape:label="#g4829-8"> + <g + id="layer1-9-0-5-9-3-1" + 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-1-1-7-4"> + <g + id="g3900-1-3-1-4-9-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-9-6-8-2" + width="52" + height="24" + x="0" + y="1029.3622" /> + <rect + style="fill:#458588;fill-opacity:1;fill-rule:nonzero;stroke:none" + id="rect2987-0-2-5-3-4-9" + width="50" + height="20" + x="1" + y="1031.3622" + ry="11" + rx="11.000001" /> + <circle + style="fill:#2d323f;fill-opacity:1;fill-rule:nonzero;stroke:none" + id="path3759-0-8-5-9-1" + cx="41" + cy="1041.3622" + r="9" /> + </g> + </g> + </g> + <g + transform="translate(-1.0003162,0)" + id="g4816-6-6-5-6"> + <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-3-77-4-7" + style="display:inline;opacity:1;fill:#2d323f;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-6-4-7-1" + style="display:inline;opacity:1;fill:#2d323f;fill-opacity:1;stroke:none" /> + </g> + </g> + <g + transform="translate(-584,-613.63782)" + style="display:inline;opacity:0.55" + id="switch-insensitive-header-dark" + inkscape:label="#g4820-8"> + <g + id="layer1-9-1-6-2-5" + inkscape:label="Layer 1" + transform="matrix(-1,0,0,1,1177,420)"> + <g + style="display:inline" + transform="translate(120,-116.99998)" + inkscape:label="Layer 1" + id="switch-active-88-4-1-3"> + <g + id="g3900-4-6-4-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-5-1-5-8" + width="52" + height="24" + x="0" + y="1029.3622" /> + <rect + style="fill:#5b627b;fill-opacity:1;fill-rule:nonzero;stroke:none" + id="rect2987-02-7-6-5" + width="50" + height="20" + x="1" + y="1031.3622" + ry="11" + rx="11.000001" /> + <circle + style="opacity:1;fill:#2d323f;fill-opacity:1;fill-rule:nonzero;stroke:none" + id="path3759-1-7-5-1-1" + cx="41" + cy="1041.3622" + r="9" /> + </g> + </g> + </g> + <path + inkscape:connector-curvature="0" + d="m 1043.0028,337 0.75,0 c 0.01,-9e-5 0.016,-3.5e-4 0.023,0 0.1912,0.008 0.3824,0.0964 0.5156,0.23437 l 1.711,1.71094 1.7343,-1.71094 c 0.1993,-0.17287 0.335,-0.22912 0.5157,-0.23437 l 0.75,0 0,0.75 c 0,0.21485 -0.026,0.41298 -0.1875,0.5625 l -1.711,1.71093 1.6875,1.6875 c 0.1412,0.14113 0.211,0.34009 0.211,0.53907 l 0,0.75 -0.75,0 c -0.199,-10e-6 -0.398,-0.0698 -0.5391,-0.21094 l -1.7109,-1.71094 -1.711,1.71094 c -0.1411,0.14114 -0.3401,0.21094 -0.539,0.21094 l -0.75,0 0,-0.75 c 0,-0.19897 0.07,-0.39794 0.2109,-0.53907 l 1.7109,-1.6875 -1.7109,-1.71093 c -0.1581,-0.14598 -0.2274,-0.35194 -0.2109,-0.5625 l 0,-0.75 z" + id="path10839-9-8-2-2-5-5-9-7-6" + style="color:#bebebe;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:'Andale Mono';-inkscape-font-specification:'Andale Mono';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#2d323f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> + </g> + <g + style="display:inline" + id="titlebutton-close-dark" + inkscape:label="#g6210" + transform="translate(-247.00002,-43.000019)"> + <g + id="g4927-9-2-8" + style="display:inline;opacity:1" + transform="translate(-678,-432.63782)"> + <g + transform="translate(-103,0)" + style="display:inline;opacity:1" + id="g4490-6-5-2-5-3"> + <g + id="g4092-0-2-21-0-9-7" + style="display:inline" + transform="translate(58,0)"> + <path + style="fill:#cc575d;fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="M 414 58 A 7 7 0 0 0 407 65 A 7 7 0 0 0 414 72 A 7 7 0 0 0 421 65 A 7 7 0 0 0 414 58 z M 411 61.921875 L 411.75 61.921875 C 411.75778 61.921785 411.76559 61.92153 411.77344 61.921875 C 411.96465 61.930275 412.15584 62.01831 412.28906 62.15625 L 414 63.867188 L 415.73438 62.15625 C 415.93359 61.983375 416.06938 61.927125 416.25 61.921875 L 417 61.921875 L 417 62.671875 C 417 62.886728 416.97425 63.084862 416.8125 63.234375 L 415.10156 64.945312 L 416.78906 66.632812 C 416.9302 66.77394 416.99999 66.9729 417 67.171875 L 417 67.921875 L 416.25 67.921875 C 416.05102 67.921867 415.85206 67.85205 415.71094 67.710938 L 414 66 L 412.28906 67.710938 C 412.14794 67.85208 411.94897 67.921875 411.75 67.921875 L 411 67.921875 L 411 67.171875 C 411 66.972908 411.0698 66.77394 411.21094 66.632812 L 412.92188 64.945312 L 411.21094 63.234375 C 411.05288 63.088403 410.98357 62.882438 411 62.671875 L 411 61.921875 z " + transform="translate(962.00001,190.00002)" + id="path4068-7-5-9-6-5-8" /> + </g> + </g> + <g + id="g4778-2-68-8-7" + transform="translate(1323,246.86719)" + style="fill:#ffffff;fill-opacity:1"> + <g + style="display:inline;fill:#ffffff;fill-opacity:1" + id="layer9-9-4-4-1-1" + transform="translate(-60,-518)" /> + <g + id="layer10-2-1-8-0-4" + transform="translate(-60,-518)" + style="fill:#ffffff;fill-opacity:1" /> + <g + id="layer11-16-4-9-6-9" + transform="translate(-60,-518)" + style="fill:#ffffff;fill-opacity:1" /> + <g + transform="matrix(0.75,0,0,0.75,2,2.0546875)" + id="g2996-76-5-96-3" + style="fill:#ffffff;fill-opacity:1"> + <g + transform="translate(-60,-518)" + id="layer12-4-5-7-9-4" + style="fill:#ffffff;fill-opacity:1"> + <g + transform="translate(19,-242)" + id="layer4-4-1-9-5-6-3" + style="display:inline;fill:#ffffff;fill-opacity:1" /> + </g> + </g> + <g + id="layer13-2-6-11-3-1" + transform="translate(-60,-518)" + style="fill:#ffffff;fill-opacity:1" /> + <g + id="layer14-4-0-33-2-4" + transform="translate(-60,-518)" + style="fill:#ffffff;fill-opacity:1" /> + <g + id="layer15-7-3-0-6-6" + transform="translate(-60,-518)" + style="fill:#ffffff;fill-opacity:1" /> + </g> + </g> + <g + style="display:inline;enable-background:new" + transform="translate(641.00001,-1218)" + id="layer1-7-2" + inkscape:label="Ebene 1"> + <g + id="g3337-5" + transform="matrix(0.01265625,0,0,-0.01265625,4.9280396,1046.8821)"> + <path + id="path4094-3" + style="fill:#d52735;fill-opacity:1;fill-rule:evenodd;stroke:none" + d="m 558.77702,-37.935253 c 305.45606,0 553.08158,247.625863 553.08158,553.085803 0,305.46124 -247.62552,553.08675 -553.08158,553.08675 -305.46512,0 -553.0913044,-247.62551 -553.0913044,-553.08675 0,-305.45994 247.6261844,-553.085803 553.0913044,-553.085803" + inkscape:connector-curvature="0" /> + <path + id="path4096-7" + style="fill:#FB4934;fill-opacity:1;fill-rule:evenodd;stroke:none" + d="m 558.77747,1.5676633 c 283.63699,0 513.57493,229.9429467 513.57493,513.5851867 0,283.64355 -229.93794,513.58155 -513.57493,513.58155 -283.64749,0 -513.585581,-229.938 -513.585581,-513.58155 0,-283.64224 229.938091,-513.5851867 513.585581,-513.5851867" + inkscape:connector-curvature="0" /> + </g> + </g> + <rect + y="-185.63782" + x="645" + height="16" + width="16" + id="rect17883-39-99-8" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" /> + </g> + <g + style="display:inline;opacity:1" + id="titlebutton-maximize-dark" + inkscape:label="#g6234" + transform="translate(-238.00002,-43.000019)"> + <g + style="display:inline;enable-background:new" + id="g4867" + transform="translate(612,-189.63783)"> + <g + transform="translate(0,-1028.3622)" + id="layer1-1" + inkscape:label="Ebene 1" + style=""> + <g + id="g3339" + transform="matrix(0.01265625,0,0,-0.01265625,4.8773707,1046.8806)" + style=""> + <path + id="path4289" + style="fill:#98971A;fill-opacity:1;fill-rule:evenodd;stroke:none" + d="m 562.7806,-38.053372 c 305.45604,0 553.0815,247.625852 553.0815,553.085772 0,305.46122 -247.62546,553.0867 -553.0815,553.0867 -305.4651,0 -553.0913989,-247.62548 -553.0913989,-553.0867 0,-305.45992 247.6262989,-553.085772 553.0913989,-553.085772" + inkscape:connector-curvature="0" /> + <path + id="path4291" + style="fill:#B8BB26;fill-opacity:1;fill-rule:evenodd;stroke:none" + d="m 562.77841,1.4521975 c 283.64075,0 513.57749,229.9417425 513.57749,513.5824825 0,283.64206 -229.93674,513.57882 -513.57749,513.57882 -283.646,0 -513.583014,-229.93676 -513.583014,-513.57882 0,-283.64074 229.937014,-513.5824825 513.583014,-513.5824825" + inkscape:connector-curvature="0" /> + </g> + </g> + </g> + <rect + y="-185.63782" + x="616" + height="16" + width="16" + id="rect17883-29-2-2" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" /> + </g> + <g + style="display:inline" + id="titlebutton-close-hover-dark" + inkscape:label="#g6260" + transform="translate(-144.00001,-9.0000206)"> + <g + style="display:inline;enable-background:new" + id="g4420" + transform="translate(537.99994,-189.63762)"> + <g + transform="translate(0,-1028.3622)" + id="layer1-8" + inkscape:label="Ebene 1"> + <g + inkscape:label="#g3339" + id="titlebutton-close-hover-7" + transform="matrix(0.01265625,0,0,-0.01265625,4.9280403,1046.8821)"> + <path + id="path4094-9" + style="fill:#d52735;fill-opacity:1;fill-rule:evenodd;stroke:none" + d="m 558.77708,-37.935271 c 305.45607,0 553.08142,247.625871 553.08142,553.085831 0,305.46125 -247.62535,553.08674 -553.08142,553.08674 -305.46513,0 -553.0913269,-247.62549 -553.0913269,-553.08674 0,-305.45996 247.6261969,-553.085831 553.0913269,-553.085831" + inkscape:connector-curvature="0" /> + <g + id="g4144" + transform="matrix(1.0680345,0,0,1.0680345,0.41786301,-41.900484)"> + <path + inkscape:connector-curvature="0" + d="m 522.79173,40.6992 c 265.56911,0 480.85987,215.29542 480.85987,480.86946 0,265.57526 -215.29076,480.86604 -480.85987,480.86604 -265.57896,0 -480.86983,-215.29078 -480.86983,-480.86604 0,-265.57404 215.29087,-480.86946 480.86983,-480.86946" + style="fill:#FB4934;fill-opacity:1;fill-rule:evenodd;stroke:none" + id="path4096-2" /> + <path + inkscape:connector-curvature="0" + id="path4098" + d="m 306.28404,782.14979 c -11.06764,0 -22.15209,-4.31529 -30.55026,-12.71345 l -0.75901,-0.75902 c -16.79758,-16.79634 -16.79758,-44.30417 0,-61.10052 L 460.93287,521.6187 274.97477,335.47086 c -16.79266,-16.79145 -16.79266,-44.11445 0,-60.91075 l 0.75901,-0.94881 c 16.79142,-16.7963 44.30418,-16.7963 61.10051,0 L 522.7924,459.56941 708.7505,273.6113 c 16.79265,-16.7963 44.30417,-16.7963 61.10052,0 l 0.75901,0.94881 c 16.79142,16.79144 16.79142,44.1193 0,60.91075 l -185.9581,186.14784 185.9581,185.9581 c 16.79142,16.79635 16.79635,44.3091 0,61.10052 l -0.75901,0.75902 c -16.80126,16.79142 -44.30787,16.79142 -61.10052,0 L 522.7924,583.47823 336.83429,769.43634 c -8.39817,8.39816 -19.48262,12.71345 -30.55025,12.71345 z" + style="fill:#CC241D;fill-opacity:1;fill-rule:evenodd;stroke:none" /> + </g> + </g> + </g> + </g> + <rect + y="-185.63782" + x="542" + height="16" + width="16" + id="rect17883-5-4-2" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" /> + </g> + <g + style="display:inline" + id="titlebutton-maximize-hover-dark" + inkscape:label="#g6284" + transform="translate(-135.00001,-9.0000206)"> + <g + style="display:inline;enable-background:new" + id="g4937" + transform="translate(509,-189.63784)"> + <g + transform="translate(0,-1028.3622)" + id="layer1-13" + inkscape:label="Ebene 1"> + <g + id="g3339-8" + transform="matrix(0.01265625,0,0,-0.01265625,4.9280396,1046.8821)"> + <path + id="path4289-7" + style="fill:#98971A;fill-opacity:1;fill-rule:evenodd;stroke:none" + d="m 558.7771,-37.935173 c 305.45604,0 553.0815,247.625853 553.0815,553.085763 0,305.46122 -247.62546,553.08661 -553.0815,553.08661 -305.46509,0 -553.091393,-247.62539 -553.091393,-553.08661 0,-305.45991 247.626303,-553.085763 553.091393,-553.085763" + inkscape:connector-curvature="0" /> + <g + id="g4147-9" + transform="matrix(1.3132489,0,0,1.3132489,-9.8625362,-52.033006)"> + <path + inkscape:connector-curvature="0" + d="m 433.00051,40.81737 c 215.984,0 391.074,175.0938 391.074,391.0778 0,215.985 -175.09,391.075 -391.074,391.075 -215.988,0 -391.078202,-175.09 -391.078202,-391.075 0,-215.984 175.090202,-391.0778 391.078202,-391.0778" + style="fill:#B8BB26;fill-opacity:1;fill-rule:evenodd;stroke:none" + id="path4291-3" /> + <path + inkscape:connector-curvature="0" + d="m 317.36351,650.00117 267.199,0 c 35.579,0 64.692,-29.113 64.692,-64.695 l 0,-267.196 -331.891,331.891 z m 232.324,-436.211 -268.253,0 c -35.583,0 -64.692,29.109 -64.692,64.691 l 0,268.254 332.945,-332.945" + style="fill:#98971A;fill-opacity:1;fill-rule:evenodd;stroke:none" + id="path4293-8" /> + </g> + </g> + </g> + </g> + <rect + y="-185.63782" + x="513" + height="16" + width="16" + id="rect17883-0-1-5" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" /> + </g> + <g + style="display:inline" + id="titlebutton-minimize-hover-dark" + inkscape:label="#g6308" + transform="translate(-126.00001,-9.0000206)"> + <g + style="display:inline;enable-background:new" + id="g5076" + transform="translate(480,-189.63784)"> + <g + transform="translate(0,-1028.3622)" + id="layer1-873" + inkscape:label="Ebene 1"> + <g + id="g3340-35" + transform="matrix(0.01265625,0,0,-0.01265625,4.9280396,1046.8821)"> + <g + transform="matrix(9.9999999,0,0,9.9999999,-4.0034923,0.11816995)" + inkscape:label="ink_ext_XXXXXX" + id="g4285-0"> + <path + inkscape:connector-curvature="0" + d="m 56.277533,-3.8051186 c 30.546127,0 55.308677,24.7625166 55.308677,55.3086436 0,30.54561 -24.76255,55.308165 -55.308677,55.308165 -30.545998,0 -55.30861206,-24.762555 -55.30861206,-55.308165 0,-30.546127 24.76261406,-55.3086436 55.30861206,-55.3086436" + style="fill:#da9e10;fill-opacity:1;fill-rule:evenodd;stroke:none" + id="path4417-1" /> + <g + id="g4152-4" + transform="matrix(1.0148899,0,0,1.0148899,-0.8432698,-5.0312058)"> + <path + id="path4419-5" + style="fill:#FABD2F;fill-opacity:1;fill-rule:evenodd;stroke:none" + d="m 56.283048,5.1005059 c 27.94807,0 50.604272,22.6563571 50.604272,50.6048151 0,27.947941 -22.656202,50.604269 -50.604272,50.604269 -27.947941,0 -50.6047894,-22.656328 -50.6047894,-50.604269 0,-27.948458 22.6568484,-50.6048151 50.6047894,-50.6048151" + inkscape:connector-curvature="0" /> + <path + id="path4421-7" + style="fill:#D79921;fill-opacity:1;fill-rule:evenodd;stroke:none" + d="m 23.994703,60.30905 64.576819,0 c 2.499455,0 4.544076,-2.044103 4.544076,-4.544076 l 0,-0.119823 c 0,-2.499973 -2.044621,-4.544077 -4.544076,-4.544077 l -64.576819,0 c -2.499585,0 -4.544076,2.044104 -4.544076,4.544077 l 0,0.119823 c 0,2.499973 2.044491,4.544076 4.544076,4.544076" + inkscape:connector-curvature="0" /> + </g> + </g> + </g> + </g> + </g> + <rect + y="-185.63782" + x="484" + height="16" + width="16" + id="rect17883-11-4-0" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" /> + </g> + <g + style="display:inline" + id="titlebutton-close-active-dark" + inkscape:label="#g6332" + transform="translate(-43.000017,7.9999889)"> + <g + style="display:inline;enable-background:new" + id="g4456-6" + transform="translate(436.99994,-189.63763)"> + <g + transform="translate(0,-1028.3622)" + id="layer1-97-8" + inkscape:label="Ebene 1"> + <g + inkscape:label="#g3339" + id="titlebutton-close-active-3-1" + transform="matrix(0.01265625,0,0,-0.01265625,4.9280403,1046.8821)"> + <path + id="path4094-6-3" + style="fill:#d52735;fill-opacity:1;fill-rule:evenodd;stroke:none" + d="m 558.77708,-37.935271 c 305.45607,0 553.08142,247.625871 553.08142,553.085831 0,305.46125 -247.62535,553.08674 -553.08142,553.08674 -305.46513,0 -553.0913269,-247.62549 -553.0913269,-553.08674 0,-305.45996 247.6261969,-553.085831 553.0913269,-553.085831" + inkscape:connector-curvature="0" /> + <g + id="g4144-1-6" + transform="matrix(1.0680345,0,0,1.0680345,0.41786301,-41.900484)"> + <path + inkscape:connector-curvature="0" + d="m 522.79173,40.6992 c 265.56911,0 480.85987,215.29542 480.85987,480.86946 0,265.57526 -215.29076,480.86604 -480.85987,480.86604 -265.57896,0 -480.86983,-215.29078 -480.86983,-480.86604 0,-265.57404 215.29087,-480.86946 480.86983,-480.86946" + style="fill:#FB4934;fill-opacity:1;fill-rule:evenodd;stroke:none" + id="path4096-29-4" /> + <path + inkscape:connector-curvature="0" + id="path4098-3-0" + d="m 306.28404,782.14979 c -11.06764,0 -22.15209,-4.31529 -30.55026,-12.71345 l -0.75901,-0.75902 c -16.79758,-16.79634 -16.79758,-44.30417 0,-61.10052 L 460.93287,521.6187 274.97477,335.47086 c -16.79266,-16.79145 -16.79266,-44.11445 0,-60.91075 l 0.75901,-0.94881 c 16.79142,-16.7963 44.30418,-16.7963 61.10051,0 L 522.7924,459.56941 708.7505,273.6113 c 16.79265,-16.7963 44.30417,-16.7963 61.10052,0 l 0.75901,0.94881 c 16.79142,16.79144 16.79142,44.1193 0,60.91075 l -185.9581,186.14784 185.9581,185.9581 c 16.79142,16.79635 16.79635,44.3091 0,61.10052 l -0.75901,0.75902 c -16.80126,16.79142 -44.30787,16.79142 -61.10052,0 L 522.7924,583.47823 336.83429,769.43634 c -8.39817,8.39816 -19.48262,12.71345 -30.55025,12.71345 z" + style="fill:#CC241D;fill-opacity:1;fill-rule:evenodd;stroke:none" /> + </g> + </g> + </g> + </g> + <rect + y="-185.63782" + x="441" + height="16" + width="16" + id="rect17883-02-4-3" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" /> + </g> + <g + style="display:inline" + id="titlebutton-maximize-active-dark" + inkscape:label="#g6356" + transform="translate(-34.000017,7.9999889)"> + <g + style="display:inline;enable-background:new" + id="g4901" + transform="translate(408,-189.63784)"> + <g + transform="translate(0,-1028.3622)" + id="layer1-7" + inkscape:label="Ebene 1"> + <g + id="g3339-7" + transform="matrix(0.01265625,0,0,-0.01265625,4.9280399,1046.8821)" + style="enable-background:new"> + <path + id="path4289-4" + style="fill:#98971A;fill-opacity:1;fill-rule:evenodd;stroke:none" + d="m 558.7771,-37.935173 c 305.45604,0 553.0815,247.625853 553.0815,553.085763 0,305.46122 -247.62546,553.08661 -553.0815,553.08661 -305.46509,0 -553.091393,-247.62539 -553.091393,-553.08661 0,-305.45991 247.626303,-553.085763 553.091393,-553.085763" + inkscape:connector-curvature="0" /> + <g + id="g4147" + transform="matrix(1.3132489,0,0,1.3132489,-9.8625362,-52.033006)"> + <path + inkscape:connector-curvature="0" + d="m 433.00051,40.81737 c 215.984,0 391.074,175.0938 391.074,391.0778 0,215.985 -175.09,391.075 -391.074,391.075 -215.988,0 -391.078202,-175.09 -391.078202,-391.075 0,-215.984 175.090202,-391.0778 391.078202,-391.0778" + style="fill:#B8BB26;fill-opacity:1;fill-rule:evenodd;stroke:none" + id="path4291-1" /> + <path + inkscape:connector-curvature="0" + d="m 317.36351,650.00117 267.199,0 c 35.579,0 64.692,-29.113 64.692,-64.695 l 0,-267.196 -331.891,331.891 z m 232.324,-436.211 -268.253,0 c -35.583,0 -64.692,29.109 -64.692,64.691 l 0,268.254 332.945,-332.945" + style="fill:#98971A;fill-opacity:1;fill-rule:evenodd;stroke:none" + id="path4293" /> + </g> + </g> + </g> + </g> + <rect + y="-185.63782" + x="412" + height="16" + width="16" + id="rect17883-79-3-0" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" /> + </g> + <g + style="display:inline" + id="titlebutton-minimize-active-dark" + inkscape:label="#g6414" + transform="translate(-25.000017,7.9999889)"> + <g + style="display:inline;enable-background:new" + id="g5038" + transform="translate(379,-189.63784)"> + <g + transform="translate(0,-1028.3622)" + id="layer1-2" + inkscape:label="Ebene 1"> + <g + id="g3340-3" + transform="matrix(0.01265625,0,0,-0.01265625,4.9280399,1046.8821)"> + <g + transform="matrix(9.9999999,0,0,9.9999999,-4.0034923,0.11816995)" + inkscape:label="ink_ext_XXXXXX" + id="g4285"> + <path + inkscape:connector-curvature="0" + d="m 56.277533,-3.8051186 c 30.546127,0 55.308677,24.7625166 55.308677,55.3086436 0,30.54561 -24.76255,55.308165 -55.308677,55.308165 -30.545998,0 -55.30861206,-24.762555 -55.30861206,-55.308165 0,-30.546127 24.76261406,-55.3086436 55.30861206,-55.3086436" + style="fill:#da9e10;fill-opacity:1;fill-rule:evenodd;stroke:none" + id="path4417-5" /> + <g + id="g4152" + transform="matrix(1.0148899,0,0,1.0148899,-0.8432698,-5.0312058)"> + <path + id="path4419-1" + style="fill:#FABD2F;fill-opacity:1;fill-rule:evenodd;stroke:none" + d="m 56.283048,5.1005059 c 27.94807,0 50.604272,22.6563571 50.604272,50.6048151 0,27.947941 -22.656202,50.604269 -50.604272,50.604269 -27.947941,0 -50.6047894,-22.656328 -50.6047894,-50.604269 0,-27.948458 22.6568484,-50.6048151 50.6047894,-50.6048151" + inkscape:connector-curvature="0" /> + <path + id="path4421" + style="fill:#D79921;fill-opacity:1;fill-rule:evenodd;stroke:none" + d="m 23.994703,60.30905 64.576819,0 c 2.499455,0 4.544076,-2.044103 4.544076,-4.544076 l 0,-0.119823 c 0,-2.499973 -2.044621,-4.544077 -4.544076,-4.544077 l -64.576819,0 c -2.499585,0 -4.544076,2.044104 -4.544076,4.544077 l 0,0.119823 c 0,2.499973 2.044491,4.544076 4.544076,4.544076" + inkscape:connector-curvature="0" /> + </g> + </g> + </g> + </g> + </g> + <rect + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" + id="rect17883-79-9-2-2" + width="16" + height="16" + x="383" + y="-185.63782" /> + </g> + <g + id="titlebutton-maximize-backdrop-dark" + inkscape:label="#g6521" + style="display:inline;opacity:0.4" + transform="translate(-238.00002,-43.000019)"> + <g + style="display:inline;enable-background:new" + id="g4971" + transform="translate(611.72663,-172.6378)"> + <g + transform="translate(0,-1028.3622)" + id="layer1-85" + inkscape:label="Ebene 1"> + <g + id="g3340-0" + transform="matrix(0.01265625,0,0,-0.01265625,5.2298696,1046.7295)"> + <path + id="path4199-5" + style="fill:#4d4d4d;fill-opacity:1;fill-rule:evenodd;stroke:none" + d="m 556.52327,-28.387679 c 293.53206,0 531.48703,237.950789 531.48703,531.486569 0,293.52709 -237.95497,531.48201 -531.48703,531.48201 -293.53081,0 -531.486296,-237.95492 -531.486296,-531.48201 0,-293.53578 237.955486,-531.486569 531.486296,-531.486569" + inkscape:connector-curvature="0" /> + <path + id="path4201-9" + style="fill:#666666;fill-opacity:1;fill-rule:evenodd;stroke:none" + d="m 556.52327,16.813632 c 268.56611,0 486.28523,217.715428 486.28523,486.285258 0,268.5599 -217.71912,486.28022 -486.28523,486.28022 -268.56486,0 -486.285011,-217.72032 -486.285011,-486.28022 0,-268.56983 217.720151,-486.285258 486.285011,-486.285258" + inkscape:connector-curvature="0" /> + </g> + </g> + </g> + <rect + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" + id="rect17883-39-6-2-5" + width="16" + height="16" + x="616" + y="-168.63782" /> + </g> + <g + id="titlebutton-minimize-backdrop-dark" + inkscape:label="#g6534" + style="display:inline;opacity:0.4" + transform="translate(-229.00002,-43.000019)"> + <g + style="display:inline;enable-background:new" + id="g5111" + transform="translate(582.72663,-172.6378)"> + <g + transform="translate(0,-1028.3622)" + id="layer1-5" + inkscape:label="Ebene 1"> + <g + id="g3340-5" + transform="matrix(0.01265625,0,0,-0.01265625,5.2298696,1046.7295)"> + <path + id="path4199-56" + style="fill:#4d4d4d;fill-opacity:1;fill-rule:evenodd;stroke:none" + d="m 556.52327,-28.387679 c 293.53206,0 531.48703,237.950789 531.48703,531.486569 0,293.52709 -237.95497,531.48201 -531.48703,531.48201 -293.53081,0 -531.486296,-237.95492 -531.486296,-531.48201 0,-293.53578 237.955486,-531.486569 531.486296,-531.486569" + inkscape:connector-curvature="0" /> + <path + id="path4201-0" + style="fill:#666666;fill-opacity:1;fill-rule:evenodd;stroke:none" + d="m 556.52327,16.813632 c 268.56611,0 486.28523,217.715428 486.28523,486.285258 0,268.5599 -217.71912,486.28022 -486.28523,486.28022 -268.56486,0 -486.285011,-217.72032 -486.285011,-486.28022 0,-268.56983 217.720151,-486.285258 486.285011,-486.285258" + inkscape:connector-curvature="0" /> + </g> + </g> + </g> + <rect + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" + id="rect17883-39-3-46-6" + width="16" + height="16" + x="587" + y="-168.63782" /> + </g> + <g + style="display:inline;opacity:0.45" + id="titlebutton-close-backdrop" + inkscape:label="#g6210" + transform="translate(-489,-26.000003)"> + <g + id="g4927-9-3" + style="display:inline;opacity:1" + transform="translate(-678,-432.63782)"> + <g + transform="translate(-103,0)" + style="display:inline;opacity:1" + id="g4490-6-5-2-6"> + <g + id="g4092-0-2-21-0-6" + style="display:inline" + transform="translate(58,0)"> + <path + inkscape:connector-curvature="0" + style="fill:#7a7f8b;fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;opacity:1" + d="m 172,58 a 7,7 0 0 0 -7,7 7,7 0 0 0 7,7 7,7 0 0 0 7,-7 7,7 0 0 0 -7,-7 z m -3,3.921875 0.75,0 c 0.008,-9e-5 0.0156,-3.45e-4 0.0234,0 0.19121,0.0084 0.3824,0.09643 0.51562,0.234375 L 172,63.867188 173.73438,62.15625 c 0.19921,-0.172875 0.335,-0.229125 0.51562,-0.234375 l 0.75,0 0,0.75 c 0,0.214853 -0.0258,0.412987 -0.1875,0.5625 l -1.71094,1.710937 1.6875,1.6875 C 174.9302,66.77394 174.99999,66.9729 175,67.171875 l 0,0.75 -0.75,0 c -0.19898,-8e-6 -0.39794,-0.06982 -0.53906,-0.210937 L 172,66 l -1.71094,1.710938 c -0.14112,0.141142 -0.34009,0.210937 -0.53906,0.210937 l -0.75,0 0,-0.75 c 0,-0.198967 0.0698,-0.397935 0.21094,-0.539063 l 1.71094,-1.6875 -1.71094,-1.710937 C 169.05288,63.088403 168.98357,62.882438 169,62.671875 l 0,-0.75 z" + transform="translate(1204,190)" + id="path4068-7-5-9-6-8" /> + </g> + </g> + <g + id="g4778-2-68-3" + transform="translate(1323,246.86719)" + style="fill:#ffffff;fill-opacity:1"> + <g + style="display:inline;fill:#ffffff;fill-opacity:1" + id="layer9-9-4-4-5" + transform="translate(-60,-518)" /> + <g + id="layer10-2-1-8-2" + transform="translate(-60,-518)" + style="fill:#ffffff;fill-opacity:1" /> + <g + id="layer11-16-4-9-8" + transform="translate(-60,-518)" + style="fill:#ffffff;fill-opacity:1" /> + <g + transform="matrix(0.75,0,0,0.75,2,2.0546875)" + id="g2996-76-5-4" + style="fill:#ffffff;fill-opacity:1"> + <g + transform="translate(-60,-518)" + id="layer12-4-5-7-9" + style="fill:#ffffff;fill-opacity:1"> + <g + transform="translate(19,-242)" + id="layer4-4-1-9-5-3" + style="display:inline;fill:#ffffff;fill-opacity:1" /> + </g> + </g> + <g + id="layer13-2-6-11-6" + transform="translate(-60,-518)" + style="fill:#ffffff;fill-opacity:1" /> + <g + id="layer14-4-0-33-0" + transform="translate(-60,-518)" + style="fill:#ffffff;fill-opacity:1" /> + <g + id="layer15-7-3-0-7" + transform="translate(-60,-518)" + style="fill:#ffffff;fill-opacity:1" /> + </g> + </g> + <rect + y="-185.63782" + x="645" + height="16" + width="16" + id="rect17883-39-7" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" /> + <path + inkscape:connector-curvature="0" + d="m 650.00004,-180.71594 0.75,0 c 0.008,-9e-5 0.0156,-3.5e-4 0.0234,0 0.19122,0.008 0.3824,0.0964 0.51563,0.23437 l 1.71093,1.71094 1.73438,-1.71094 c 0.19922,-0.17287 0.335,-0.22912 0.51562,-0.23437 l 0.75,0 0,0.75 c 0,0.21485 -0.0257,0.41298 -0.1875,0.5625 l -1.71093,1.71093 1.6875,1.6875 c 0.14114,0.14113 0.21093,0.34009 0.21093,0.53907 l 0,0.75 -0.75,0 c -0.19897,-1e-5 -0.39793,-0.0698 -0.53906,-0.21094 L 653,-176.63782 l -1.71093,1.71094 c -0.14113,0.14114 -0.3401,0.21094 -0.53907,0.21094 l -0.75,0 0,-0.75 c 0,-0.19897 0.0698,-0.39794 0.21094,-0.53907 l 1.71094,-1.6875 -1.71094,-1.71093 c -0.15805,-0.14598 -0.22737,-0.35194 -0.21094,-0.5625 l 0,-0.75 z" + id="path10839-9-2-2-7-9-7-4" + style="color:#bebebe;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:'Andale Mono';-inkscape-font-specification:'Andale Mono';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#f8f8f9;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> + </g> + <g + style="display:inline;opacity:0.4" + id="titlebutton-close-backdrop-dark" + inkscape:label="#g6210" + transform="translate(-247.00002,-26.000003)"> + <g + style="display:inline;enable-background:new" + id="g4490" + transform="translate(640.72663,-189.6378)"> + <g + transform="translate(0,-1028.3622)" + id="layer1-6" + inkscape:label="Ebene 1"> + <g + id="g3340" + transform="matrix(0.01265625,0,0,-0.01265625,5.2298696,1046.7295)"> + <path + id="path4199" + style="fill:#4d4d4d;fill-opacity:1;fill-rule:evenodd;stroke:none" + d="m 556.52327,-28.387679 c 293.53206,0 531.48703,237.950789 531.48703,531.486569 0,293.52709 -237.95497,531.48201 -531.48703,531.48201 -293.53081,0 -531.486296,-237.95492 -531.486296,-531.48201 0,-293.53578 237.955486,-531.486569 531.486296,-531.486569" + inkscape:connector-curvature="0" /> + <path + id="path4201" + style="fill:#666666;fill-opacity:1;fill-rule:evenodd;stroke:none" + d="m 556.52327,16.813632 c 268.56611,0 486.28523,217.715428 486.28523,486.285258 0,268.5599 -217.71912,486.28022 -486.28523,486.28022 -268.56486,0 -486.285011,-217.72032 -486.285011,-486.28022 0,-268.56983 217.720151,-486.285258 486.285011,-486.285258" + inkscape:connector-curvature="0" /> + </g> + </g> + </g> + <rect + y="-185.63782" + x="645" + height="16" + width="16" + id="rect17883-39-99-8-6" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" /> + </g> + <g + style="enable-background:new" + id="g4386" + transform="translate(408.99998,-182.63785)" /> + <g + style="display:inline;opacity:1" + id="titlebutton-minimize-dark" + inkscape:label="#g6247" + transform="translate(-229.00002,-43.000019)"> + <rect + y="-185.63782" + x="587" + height="16" + width="16" + id="rect17883-32-6-9" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" /> + <g + style="display:inline;enable-background:new" + id="g5003" + transform="translate(582.99997,-189.63777)"> + <g + transform="translate(0,-1028.3622)" + id="layer1-87" + inkscape:label="Ebene 1" + style=""> + <g + id="g3341" + transform="matrix(0.01265625,0,0,-0.01265625,4.9297844,1046.855)" + style=""> + <path + id="path4417" + style="fill:#da9e10;fill-opacity:1;fill-rule:evenodd;stroke:none" + d="m 558.63645,-40.071141 c 305.46261,0 553.08915,247.626261 553.08915,553.088871 0,305.45744 -247.62654,553.08397 -553.08915,553.08397 -305.46132,0 -553.0885503,-247.62653 -553.0885503,-553.08397 0,-305.46261 247.6272303,-553.088871 553.0885503,-553.088871" + inkscape:connector-curvature="0" /> + <path + id="path4419" + style="fill:#FABD2F;fill-opacity:1;fill-rule:evenodd;stroke:none" + d="m 558.63936,-0.56504285 c 283.64212,0 513.57764,229.93706285 513.57764,513.58312285 0,283.64081 -229.93552,513.57752 -513.57764,513.57752 -283.64081,0 -513.582854,-229.93671 -513.582854,-513.57752 0,-283.64606 229.942044,-513.58312285 513.582854,-513.58312285" + inkscape:connector-curvature="0" /> + </g> + </g> + </g> + </g> + </g> +</svg> diff --git a/.themes/arc-gruvbox/gtk-3.0/assets.txt b/.themes/arc-gruvbox/gtk-3.0/assets.txt new file mode 100644 index 00000000..a11af04d --- /dev/null +++ b/.themes/arc-gruvbox/gtk-3.0/assets.txt @@ -0,0 +1,84 @@ +checkbox-checked +checkbox-checked-insensitive +checkbox-unchecked +checkbox-unchecked-insensitive +checkbox-mixed +checkbox-mixed-insensitive +radio-checked +radio-checked-insensitive +radio-unchecked +radio-unchecked-insensitive +radio-mixed +radio-mixed-insensitive +checkbox-checked-selected +checkbox-checked-insensitive-selected +checkbox-unchecked-selected +checkbox-unchecked-insensitive-selected +checkbox-mixed-selected +checkbox-mixed-insensitive-selected +checkbox-checked-selectionmode +checkbox-selectionmode +radio-checked-selected +radio-checked-insensitive-selected +radio-unchecked-selected +radio-unchecked-insensitive-selected +radio-mixed-selected +radio-mixed-insensitive-selected +switch +switch-active +switch-insensitive +switch-active-insensitive +switch-header +switch-active-header +switch-insensitive-header +switch-active-insensitive-header +switch-selected +switch-active-selected +switch-insensitive-selected +switch-active-insensitive-selected +titlebutton-close +titlebutton-close-backdrop +titlebutton-close-hover +titlebutton-close-active +titlebutton-maximize +titlebutton-maximize-backdrop +titlebutton-maximize-hover +titlebutton-maximize-active +titlebutton-minimize +titlebutton-minimize-backdrop +titlebutton-minimize-hover +titlebutton-minimize-active +checkbox-checked-dark +checkbox-checked-insensitive-dark +checkbox-unchecked-dark +checkbox-unchecked-insensitive-dark +checkbox-mixed-dark +checkbox-mixed-insensitive-dark +checkbox-checked-selectionmode-dark +checkbox-selectionmode-dark +radio-checked-dark +radio-checked-insensitive-dark +radio-unchecked-dark +radio-unchecked-insensitive-dark +radio-mixed-dark +radio-mixed-insensitive-dark +switch-dark +switch-active-dark +switch-insensitive-dark +switch-active-insensitive-dark +switch-header-dark +switch-active-header-dark +switch-insensitive-header-dark +switch-active-insensitive-header-dark +titlebutton-close-dark +titlebutton-close-backdrop-dark +titlebutton-close-hover-dark +titlebutton-close-active-dark +titlebutton-maximize-dark +titlebutton-maximize-backdrop-dark +titlebutton-maximize-hover-dark +titlebutton-maximize-active-dark +titlebutton-minimize-dark +titlebutton-minimize-backdrop-dark +titlebutton-minimize-hover-dark +titlebutton-minimize-active-dark diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/checkbox-checked-dark.png b/.themes/arc-gruvbox/gtk-3.0/assets/checkbox-checked-dark.png new file mode 100644 index 00000000..de2cc4a4 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/checkbox-checked-dark.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/checkbox-checked-dark@2.png b/.themes/arc-gruvbox/gtk-3.0/assets/checkbox-checked-dark@2.png new file mode 100644 index 00000000..a3b63d87 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/checkbox-checked-dark@2.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/checkbox-checked-insensitive-dark.png b/.themes/arc-gruvbox/gtk-3.0/assets/checkbox-checked-insensitive-dark.png new file mode 100644 index 00000000..2d09c14e Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/checkbox-checked-insensitive-dark.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/checkbox-checked-insensitive-dark@2.png b/.themes/arc-gruvbox/gtk-3.0/assets/checkbox-checked-insensitive-dark@2.png new file mode 100644 index 00000000..620e1e16 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/checkbox-checked-insensitive-dark@2.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/checkbox-checked-insensitive-selected.png b/.themes/arc-gruvbox/gtk-3.0/assets/checkbox-checked-insensitive-selected.png new file mode 100644 index 00000000..deed79f7 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/checkbox-checked-insensitive-selected.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/checkbox-checked-insensitive-selected@2.png b/.themes/arc-gruvbox/gtk-3.0/assets/checkbox-checked-insensitive-selected@2.png new file mode 100644 index 00000000..0462e326 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/checkbox-checked-insensitive-selected@2.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/checkbox-checked-insensitive.png b/.themes/arc-gruvbox/gtk-3.0/assets/checkbox-checked-insensitive.png new file mode 100644 index 00000000..0d3382a4 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/checkbox-checked-insensitive.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/checkbox-checked-insensitive@2.png b/.themes/arc-gruvbox/gtk-3.0/assets/checkbox-checked-insensitive@2.png new file mode 100644 index 00000000..26cfccb3 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/checkbox-checked-insensitive@2.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/checkbox-checked-selected.png b/.themes/arc-gruvbox/gtk-3.0/assets/checkbox-checked-selected.png new file mode 100644 index 00000000..5bf36f40 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/checkbox-checked-selected.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/checkbox-checked-selected@2.png b/.themes/arc-gruvbox/gtk-3.0/assets/checkbox-checked-selected@2.png new file mode 100644 index 00000000..8d843e34 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/checkbox-checked-selected@2.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/checkbox-checked-selectionmode-dark.png b/.themes/arc-gruvbox/gtk-3.0/assets/checkbox-checked-selectionmode-dark.png new file mode 100644 index 00000000..54e82c2f Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/checkbox-checked-selectionmode-dark.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/checkbox-checked-selectionmode-dark@2.png b/.themes/arc-gruvbox/gtk-3.0/assets/checkbox-checked-selectionmode-dark@2.png new file mode 100644 index 00000000..762502d4 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/checkbox-checked-selectionmode-dark@2.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/checkbox-checked-selectionmode.png b/.themes/arc-gruvbox/gtk-3.0/assets/checkbox-checked-selectionmode.png new file mode 100644 index 00000000..aab4d902 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/checkbox-checked-selectionmode.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/checkbox-checked-selectionmode@2.png b/.themes/arc-gruvbox/gtk-3.0/assets/checkbox-checked-selectionmode@2.png new file mode 100644 index 00000000..621a11c2 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/checkbox-checked-selectionmode@2.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/checkbox-checked.png b/.themes/arc-gruvbox/gtk-3.0/assets/checkbox-checked.png new file mode 100644 index 00000000..11d8c330 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/checkbox-checked.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/checkbox-checked@2.png b/.themes/arc-gruvbox/gtk-3.0/assets/checkbox-checked@2.png new file mode 100644 index 00000000..fc729694 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/checkbox-checked@2.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/checkbox-mixed-dark.png b/.themes/arc-gruvbox/gtk-3.0/assets/checkbox-mixed-dark.png new file mode 100644 index 00000000..dae5d4b8 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/checkbox-mixed-dark.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/checkbox-mixed-dark@2.png b/.themes/arc-gruvbox/gtk-3.0/assets/checkbox-mixed-dark@2.png new file mode 100644 index 00000000..c6918957 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/checkbox-mixed-dark@2.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/checkbox-mixed-insensitive-dark.png b/.themes/arc-gruvbox/gtk-3.0/assets/checkbox-mixed-insensitive-dark.png new file mode 100644 index 00000000..83ed5f84 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/checkbox-mixed-insensitive-dark.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/checkbox-mixed-insensitive-dark@2.png b/.themes/arc-gruvbox/gtk-3.0/assets/checkbox-mixed-insensitive-dark@2.png new file mode 100644 index 00000000..d8e3ef4b Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/checkbox-mixed-insensitive-dark@2.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/checkbox-mixed-insensitive-selected.png b/.themes/arc-gruvbox/gtk-3.0/assets/checkbox-mixed-insensitive-selected.png new file mode 100644 index 00000000..77063609 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/checkbox-mixed-insensitive-selected.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/checkbox-mixed-insensitive-selected@2.png b/.themes/arc-gruvbox/gtk-3.0/assets/checkbox-mixed-insensitive-selected@2.png new file mode 100644 index 00000000..6e389225 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/checkbox-mixed-insensitive-selected@2.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/checkbox-mixed-insensitive.png b/.themes/arc-gruvbox/gtk-3.0/assets/checkbox-mixed-insensitive.png new file mode 100644 index 00000000..83977818 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/checkbox-mixed-insensitive.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/checkbox-mixed-insensitive@2.png b/.themes/arc-gruvbox/gtk-3.0/assets/checkbox-mixed-insensitive@2.png new file mode 100644 index 00000000..7bd860f3 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/checkbox-mixed-insensitive@2.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/checkbox-mixed-selected.png b/.themes/arc-gruvbox/gtk-3.0/assets/checkbox-mixed-selected.png new file mode 100644 index 00000000..324b6f62 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/checkbox-mixed-selected.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/checkbox-mixed-selected@2.png b/.themes/arc-gruvbox/gtk-3.0/assets/checkbox-mixed-selected@2.png new file mode 100644 index 00000000..6ba5d7b2 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/checkbox-mixed-selected@2.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/checkbox-mixed.png b/.themes/arc-gruvbox/gtk-3.0/assets/checkbox-mixed.png new file mode 100644 index 00000000..05ec5acf Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/checkbox-mixed.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/checkbox-mixed@2.png b/.themes/arc-gruvbox/gtk-3.0/assets/checkbox-mixed@2.png new file mode 100644 index 00000000..ccb8b7e3 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/checkbox-mixed@2.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/checkbox-selectionmode-dark.png b/.themes/arc-gruvbox/gtk-3.0/assets/checkbox-selectionmode-dark.png new file mode 100644 index 00000000..c6130279 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/checkbox-selectionmode-dark.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/checkbox-selectionmode-dark@2.png b/.themes/arc-gruvbox/gtk-3.0/assets/checkbox-selectionmode-dark@2.png new file mode 100644 index 00000000..0e1fef9e Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/checkbox-selectionmode-dark@2.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/checkbox-selectionmode.png b/.themes/arc-gruvbox/gtk-3.0/assets/checkbox-selectionmode.png new file mode 100644 index 00000000..23182178 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/checkbox-selectionmode.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/checkbox-selectionmode@2.png b/.themes/arc-gruvbox/gtk-3.0/assets/checkbox-selectionmode@2.png new file mode 100644 index 00000000..a17e5b56 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/checkbox-selectionmode@2.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/checkbox-unchecked-dark.png b/.themes/arc-gruvbox/gtk-3.0/assets/checkbox-unchecked-dark.png new file mode 100644 index 00000000..8c184606 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/checkbox-unchecked-dark.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/checkbox-unchecked-dark@2.png b/.themes/arc-gruvbox/gtk-3.0/assets/checkbox-unchecked-dark@2.png new file mode 100644 index 00000000..2e7a50e4 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/checkbox-unchecked-dark@2.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/checkbox-unchecked-insensitive-dark.png b/.themes/arc-gruvbox/gtk-3.0/assets/checkbox-unchecked-insensitive-dark.png new file mode 100644 index 00000000..0099ce42 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/checkbox-unchecked-insensitive-dark.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/checkbox-unchecked-insensitive-dark@2.png b/.themes/arc-gruvbox/gtk-3.0/assets/checkbox-unchecked-insensitive-dark@2.png new file mode 100644 index 00000000..305ab4d7 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/checkbox-unchecked-insensitive-dark@2.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/checkbox-unchecked-insensitive-selected.png b/.themes/arc-gruvbox/gtk-3.0/assets/checkbox-unchecked-insensitive-selected.png new file mode 100644 index 00000000..4b4356b0 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/checkbox-unchecked-insensitive-selected.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/checkbox-unchecked-insensitive-selected@2.png b/.themes/arc-gruvbox/gtk-3.0/assets/checkbox-unchecked-insensitive-selected@2.png new file mode 100644 index 00000000..bdafd334 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/checkbox-unchecked-insensitive-selected@2.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/checkbox-unchecked-insensitive.png b/.themes/arc-gruvbox/gtk-3.0/assets/checkbox-unchecked-insensitive.png new file mode 100644 index 00000000..ed2ee8f0 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/checkbox-unchecked-insensitive.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/checkbox-unchecked-insensitive@2.png b/.themes/arc-gruvbox/gtk-3.0/assets/checkbox-unchecked-insensitive@2.png new file mode 100644 index 00000000..f59d6be3 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/checkbox-unchecked-insensitive@2.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/checkbox-unchecked-selected.png b/.themes/arc-gruvbox/gtk-3.0/assets/checkbox-unchecked-selected.png new file mode 100644 index 00000000..4d32106a Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/checkbox-unchecked-selected.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/checkbox-unchecked-selected@2.png b/.themes/arc-gruvbox/gtk-3.0/assets/checkbox-unchecked-selected@2.png new file mode 100644 index 00000000..7b361e34 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/checkbox-unchecked-selected@2.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/checkbox-unchecked.png b/.themes/arc-gruvbox/gtk-3.0/assets/checkbox-unchecked.png new file mode 100644 index 00000000..9fddfb52 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/checkbox-unchecked.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/checkbox-unchecked@2.png b/.themes/arc-gruvbox/gtk-3.0/assets/checkbox-unchecked@2.png new file mode 100644 index 00000000..68126065 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/checkbox-unchecked@2.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/radio-checked-dark.png b/.themes/arc-gruvbox/gtk-3.0/assets/radio-checked-dark.png new file mode 100644 index 00000000..fd440315 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/radio-checked-dark.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/radio-checked-dark@2.png b/.themes/arc-gruvbox/gtk-3.0/assets/radio-checked-dark@2.png new file mode 100644 index 00000000..dfa9ad70 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/radio-checked-dark@2.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/radio-checked-insensitive-dark.png b/.themes/arc-gruvbox/gtk-3.0/assets/radio-checked-insensitive-dark.png new file mode 100644 index 00000000..9fe9128e Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/radio-checked-insensitive-dark.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/radio-checked-insensitive-dark@2.png b/.themes/arc-gruvbox/gtk-3.0/assets/radio-checked-insensitive-dark@2.png new file mode 100644 index 00000000..5809c63e Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/radio-checked-insensitive-dark@2.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/radio-checked-insensitive-selected.png b/.themes/arc-gruvbox/gtk-3.0/assets/radio-checked-insensitive-selected.png new file mode 100644 index 00000000..05dc2acf Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/radio-checked-insensitive-selected.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/radio-checked-insensitive-selected@2.png b/.themes/arc-gruvbox/gtk-3.0/assets/radio-checked-insensitive-selected@2.png new file mode 100644 index 00000000..e8fb4335 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/radio-checked-insensitive-selected@2.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/radio-checked-insensitive.png b/.themes/arc-gruvbox/gtk-3.0/assets/radio-checked-insensitive.png new file mode 100644 index 00000000..0b22e086 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/radio-checked-insensitive.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/radio-checked-insensitive@2.png b/.themes/arc-gruvbox/gtk-3.0/assets/radio-checked-insensitive@2.png new file mode 100644 index 00000000..f23f7631 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/radio-checked-insensitive@2.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/radio-checked-selected.png b/.themes/arc-gruvbox/gtk-3.0/assets/radio-checked-selected.png new file mode 100644 index 00000000..52fcbf13 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/radio-checked-selected.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/radio-checked-selected@2.png b/.themes/arc-gruvbox/gtk-3.0/assets/radio-checked-selected@2.png new file mode 100644 index 00000000..c2abc48e Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/radio-checked-selected@2.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/radio-checked.png b/.themes/arc-gruvbox/gtk-3.0/assets/radio-checked.png new file mode 100644 index 00000000..a9a6012f Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/radio-checked.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/radio-checked@2.png b/.themes/arc-gruvbox/gtk-3.0/assets/radio-checked@2.png new file mode 100644 index 00000000..ac1d56c9 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/radio-checked@2.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/radio-mixed-dark.png b/.themes/arc-gruvbox/gtk-3.0/assets/radio-mixed-dark.png new file mode 100644 index 00000000..20dbc056 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/radio-mixed-dark.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/radio-mixed-dark@2.png b/.themes/arc-gruvbox/gtk-3.0/assets/radio-mixed-dark@2.png new file mode 100644 index 00000000..4f709c34 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/radio-mixed-dark@2.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/radio-mixed-insensitive-dark.png b/.themes/arc-gruvbox/gtk-3.0/assets/radio-mixed-insensitive-dark.png new file mode 100644 index 00000000..caae9bbe Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/radio-mixed-insensitive-dark.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/radio-mixed-insensitive-dark@2.png b/.themes/arc-gruvbox/gtk-3.0/assets/radio-mixed-insensitive-dark@2.png new file mode 100644 index 00000000..54e8a1d1 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/radio-mixed-insensitive-dark@2.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/radio-mixed-insensitive-selected.png b/.themes/arc-gruvbox/gtk-3.0/assets/radio-mixed-insensitive-selected.png new file mode 100644 index 00000000..a0954226 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/radio-mixed-insensitive-selected.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/radio-mixed-insensitive-selected@2.png b/.themes/arc-gruvbox/gtk-3.0/assets/radio-mixed-insensitive-selected@2.png new file mode 100644 index 00000000..2bd4ba4e Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/radio-mixed-insensitive-selected@2.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/radio-mixed-insensitive.png b/.themes/arc-gruvbox/gtk-3.0/assets/radio-mixed-insensitive.png new file mode 100644 index 00000000..11b67c42 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/radio-mixed-insensitive.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/radio-mixed-insensitive@2.png b/.themes/arc-gruvbox/gtk-3.0/assets/radio-mixed-insensitive@2.png new file mode 100644 index 00000000..a8262755 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/radio-mixed-insensitive@2.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/radio-mixed-selected.png b/.themes/arc-gruvbox/gtk-3.0/assets/radio-mixed-selected.png new file mode 100644 index 00000000..4aa12ef1 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/radio-mixed-selected.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/radio-mixed-selected@2.png b/.themes/arc-gruvbox/gtk-3.0/assets/radio-mixed-selected@2.png new file mode 100644 index 00000000..c32cb25c Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/radio-mixed-selected@2.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/radio-mixed.png b/.themes/arc-gruvbox/gtk-3.0/assets/radio-mixed.png new file mode 100644 index 00000000..0dc35245 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/radio-mixed.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/radio-mixed@2.png b/.themes/arc-gruvbox/gtk-3.0/assets/radio-mixed@2.png new file mode 100644 index 00000000..d8e794c4 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/radio-mixed@2.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/radio-unchecked-dark.png b/.themes/arc-gruvbox/gtk-3.0/assets/radio-unchecked-dark.png new file mode 100644 index 00000000..298ae3ca Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/radio-unchecked-dark.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/radio-unchecked-dark@2.png b/.themes/arc-gruvbox/gtk-3.0/assets/radio-unchecked-dark@2.png new file mode 100644 index 00000000..e57ae387 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/radio-unchecked-dark@2.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/radio-unchecked-insensitive-dark.png b/.themes/arc-gruvbox/gtk-3.0/assets/radio-unchecked-insensitive-dark.png new file mode 100644 index 00000000..87560b2d Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/radio-unchecked-insensitive-dark.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/radio-unchecked-insensitive-dark@2.png b/.themes/arc-gruvbox/gtk-3.0/assets/radio-unchecked-insensitive-dark@2.png new file mode 100644 index 00000000..c98869ca Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/radio-unchecked-insensitive-dark@2.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/radio-unchecked-insensitive-selected.png b/.themes/arc-gruvbox/gtk-3.0/assets/radio-unchecked-insensitive-selected.png new file mode 100644 index 00000000..7e5c6e39 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/radio-unchecked-insensitive-selected.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/radio-unchecked-insensitive-selected@2.png b/.themes/arc-gruvbox/gtk-3.0/assets/radio-unchecked-insensitive-selected@2.png new file mode 100644 index 00000000..1dd9a00d Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/radio-unchecked-insensitive-selected@2.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/radio-unchecked-insensitive.png b/.themes/arc-gruvbox/gtk-3.0/assets/radio-unchecked-insensitive.png new file mode 100644 index 00000000..ce86f902 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/radio-unchecked-insensitive.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/radio-unchecked-insensitive@2.png b/.themes/arc-gruvbox/gtk-3.0/assets/radio-unchecked-insensitive@2.png new file mode 100644 index 00000000..917f0481 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/radio-unchecked-insensitive@2.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/radio-unchecked-selected.png b/.themes/arc-gruvbox/gtk-3.0/assets/radio-unchecked-selected.png new file mode 100644 index 00000000..aba589ee Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/radio-unchecked-selected.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/radio-unchecked-selected@2.png b/.themes/arc-gruvbox/gtk-3.0/assets/radio-unchecked-selected@2.png new file mode 100644 index 00000000..b820fd2a Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/radio-unchecked-selected@2.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/radio-unchecked.png b/.themes/arc-gruvbox/gtk-3.0/assets/radio-unchecked.png new file mode 100644 index 00000000..8c618993 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/radio-unchecked.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/radio-unchecked@2.png b/.themes/arc-gruvbox/gtk-3.0/assets/radio-unchecked@2.png new file mode 100644 index 00000000..a6210d6a Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/radio-unchecked@2.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/switch-active-dark.png b/.themes/arc-gruvbox/gtk-3.0/assets/switch-active-dark.png new file mode 100644 index 00000000..62c166bc Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/switch-active-dark.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/switch-active-dark@2.png b/.themes/arc-gruvbox/gtk-3.0/assets/switch-active-dark@2.png new file mode 100644 index 00000000..55a22642 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/switch-active-dark@2.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/switch-active-header-dark.png b/.themes/arc-gruvbox/gtk-3.0/assets/switch-active-header-dark.png new file mode 100644 index 00000000..09ab28bc Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/switch-active-header-dark.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/switch-active-header-dark@2.png b/.themes/arc-gruvbox/gtk-3.0/assets/switch-active-header-dark@2.png new file mode 100644 index 00000000..7629c0db Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/switch-active-header-dark@2.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/switch-active-header.png b/.themes/arc-gruvbox/gtk-3.0/assets/switch-active-header.png new file mode 100644 index 00000000..7c1e0bf3 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/switch-active-header.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/switch-active-header@2.png b/.themes/arc-gruvbox/gtk-3.0/assets/switch-active-header@2.png new file mode 100644 index 00000000..a3db8581 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/switch-active-header@2.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/switch-active-insensitive-dark.png b/.themes/arc-gruvbox/gtk-3.0/assets/switch-active-insensitive-dark.png new file mode 100644 index 00000000..41fc6143 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/switch-active-insensitive-dark.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/switch-active-insensitive-dark@2.png b/.themes/arc-gruvbox/gtk-3.0/assets/switch-active-insensitive-dark@2.png new file mode 100644 index 00000000..ef915e04 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/switch-active-insensitive-dark@2.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/switch-active-insensitive-header-dark.png b/.themes/arc-gruvbox/gtk-3.0/assets/switch-active-insensitive-header-dark.png new file mode 100644 index 00000000..954c7d7f Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/switch-active-insensitive-header-dark.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/switch-active-insensitive-header-dark@2.png b/.themes/arc-gruvbox/gtk-3.0/assets/switch-active-insensitive-header-dark@2.png new file mode 100644 index 00000000..b977c848 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/switch-active-insensitive-header-dark@2.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/switch-active-insensitive-header.png b/.themes/arc-gruvbox/gtk-3.0/assets/switch-active-insensitive-header.png new file mode 100644 index 00000000..dd3d2a59 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/switch-active-insensitive-header.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/switch-active-insensitive-header@2.png b/.themes/arc-gruvbox/gtk-3.0/assets/switch-active-insensitive-header@2.png new file mode 100644 index 00000000..5af11337 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/switch-active-insensitive-header@2.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/switch-active-insensitive-selected.png b/.themes/arc-gruvbox/gtk-3.0/assets/switch-active-insensitive-selected.png new file mode 100644 index 00000000..dbc28cfe Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/switch-active-insensitive-selected.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/switch-active-insensitive-selected@2.png b/.themes/arc-gruvbox/gtk-3.0/assets/switch-active-insensitive-selected@2.png new file mode 100644 index 00000000..5fa3dcd1 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/switch-active-insensitive-selected@2.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/switch-active-insensitive.png b/.themes/arc-gruvbox/gtk-3.0/assets/switch-active-insensitive.png new file mode 100644 index 00000000..dd3d2a59 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/switch-active-insensitive.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/switch-active-insensitive@2.png b/.themes/arc-gruvbox/gtk-3.0/assets/switch-active-insensitive@2.png new file mode 100644 index 00000000..5af11337 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/switch-active-insensitive@2.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/switch-active-selected.png b/.themes/arc-gruvbox/gtk-3.0/assets/switch-active-selected.png new file mode 100644 index 00000000..a1704511 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/switch-active-selected.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/switch-active-selected@2.png b/.themes/arc-gruvbox/gtk-3.0/assets/switch-active-selected@2.png new file mode 100644 index 00000000..a0892a79 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/switch-active-selected@2.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/switch-active.png b/.themes/arc-gruvbox/gtk-3.0/assets/switch-active.png new file mode 100644 index 00000000..7c1e0bf3 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/switch-active.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/switch-active@2.png b/.themes/arc-gruvbox/gtk-3.0/assets/switch-active@2.png new file mode 100644 index 00000000..a3db8581 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/switch-active@2.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/switch-dark.png b/.themes/arc-gruvbox/gtk-3.0/assets/switch-dark.png new file mode 100644 index 00000000..90918e11 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/switch-dark.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/switch-dark@2.png b/.themes/arc-gruvbox/gtk-3.0/assets/switch-dark@2.png new file mode 100644 index 00000000..b2935b07 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/switch-dark@2.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/switch-header-dark.png b/.themes/arc-gruvbox/gtk-3.0/assets/switch-header-dark.png new file mode 100644 index 00000000..54a297ad Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/switch-header-dark.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/switch-header-dark@2.png b/.themes/arc-gruvbox/gtk-3.0/assets/switch-header-dark@2.png new file mode 100644 index 00000000..f7333eb1 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/switch-header-dark@2.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/switch-header.png b/.themes/arc-gruvbox/gtk-3.0/assets/switch-header.png new file mode 100644 index 00000000..3e45db36 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/switch-header.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/switch-header@2.png b/.themes/arc-gruvbox/gtk-3.0/assets/switch-header@2.png new file mode 100644 index 00000000..7feaadf8 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/switch-header@2.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/switch-insensitive-dark.png b/.themes/arc-gruvbox/gtk-3.0/assets/switch-insensitive-dark.png new file mode 100644 index 00000000..3d25f7b3 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/switch-insensitive-dark.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/switch-insensitive-dark@2.png b/.themes/arc-gruvbox/gtk-3.0/assets/switch-insensitive-dark@2.png new file mode 100644 index 00000000..857b3e84 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/switch-insensitive-dark@2.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/switch-insensitive-header-dark.png b/.themes/arc-gruvbox/gtk-3.0/assets/switch-insensitive-header-dark.png new file mode 100644 index 00000000..7bfead48 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/switch-insensitive-header-dark.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/switch-insensitive-header-dark@2.png b/.themes/arc-gruvbox/gtk-3.0/assets/switch-insensitive-header-dark@2.png new file mode 100644 index 00000000..e0ebce42 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/switch-insensitive-header-dark@2.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/switch-insensitive-header.png b/.themes/arc-gruvbox/gtk-3.0/assets/switch-insensitive-header.png new file mode 100644 index 00000000..009545df Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/switch-insensitive-header.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/switch-insensitive-header@2.png b/.themes/arc-gruvbox/gtk-3.0/assets/switch-insensitive-header@2.png new file mode 100644 index 00000000..e85297dd Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/switch-insensitive-header@2.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/switch-insensitive-selected.png b/.themes/arc-gruvbox/gtk-3.0/assets/switch-insensitive-selected.png new file mode 100644 index 00000000..f4398f60 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/switch-insensitive-selected.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/switch-insensitive-selected@2.png b/.themes/arc-gruvbox/gtk-3.0/assets/switch-insensitive-selected@2.png new file mode 100644 index 00000000..67ea825a Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/switch-insensitive-selected@2.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/switch-insensitive.png b/.themes/arc-gruvbox/gtk-3.0/assets/switch-insensitive.png new file mode 100644 index 00000000..ce5e538d Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/switch-insensitive.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/switch-insensitive@2.png b/.themes/arc-gruvbox/gtk-3.0/assets/switch-insensitive@2.png new file mode 100644 index 00000000..b0a2b569 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/switch-insensitive@2.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/switch-selected.png b/.themes/arc-gruvbox/gtk-3.0/assets/switch-selected.png new file mode 100644 index 00000000..c2d2186b Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/switch-selected.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/switch-selected@2.png b/.themes/arc-gruvbox/gtk-3.0/assets/switch-selected@2.png new file mode 100644 index 00000000..6e1b8944 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/switch-selected@2.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/switch.png b/.themes/arc-gruvbox/gtk-3.0/assets/switch.png new file mode 100644 index 00000000..3bc55877 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/switch.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/switch@2.png b/.themes/arc-gruvbox/gtk-3.0/assets/switch@2.png new file mode 100644 index 00000000..10b98e44 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/switch@2.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-close-active-dark.png b/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-close-active-dark.png new file mode 100644 index 00000000..1696afa9 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-close-active-dark.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-close-active-dark@2.png b/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-close-active-dark@2.png new file mode 100644 index 00000000..0cf4839b Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-close-active-dark@2.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-close-active.png b/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-close-active.png new file mode 100644 index 00000000..ef392dc0 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-close-active.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-close-active@2.png b/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-close-active@2.png new file mode 100644 index 00000000..5f79a471 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-close-active@2.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-close-backdrop-dark.png b/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-close-backdrop-dark.png new file mode 100644 index 00000000..805bd55d Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-close-backdrop-dark.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-close-backdrop-dark@2.png b/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-close-backdrop-dark@2.png new file mode 100644 index 00000000..aa4ca718 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-close-backdrop-dark@2.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-close-backdrop.png b/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-close-backdrop.png new file mode 100644 index 00000000..47ec30d8 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-close-backdrop.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-close-backdrop@2.png b/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-close-backdrop@2.png new file mode 100644 index 00000000..3a27f104 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-close-backdrop@2.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-close-dark.png b/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-close-dark.png new file mode 100644 index 00000000..6b4b3ef5 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-close-dark.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-close-dark@2.png b/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-close-dark@2.png new file mode 100644 index 00000000..fbe7cbcf Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-close-dark@2.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-close-hover-dark.png b/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-close-hover-dark.png new file mode 100644 index 00000000..1696afa9 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-close-hover-dark.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-close-hover-dark@2.png b/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-close-hover-dark@2.png new file mode 100644 index 00000000..0cf4839b Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-close-hover-dark@2.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-close-hover.png b/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-close-hover.png new file mode 100644 index 00000000..ee915d6a Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-close-hover.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-close-hover@2.png b/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-close-hover@2.png new file mode 100644 index 00000000..6c9afb62 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-close-hover@2.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-close.png b/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-close.png new file mode 100644 index 00000000..62ee2d08 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-close.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-close@2.png b/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-close@2.png new file mode 100644 index 00000000..28b625ea Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-close@2.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-maximize-active-dark.png b/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-maximize-active-dark.png new file mode 100644 index 00000000..5850222c Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-maximize-active-dark.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-maximize-active-dark@2.png b/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-maximize-active-dark@2.png new file mode 100644 index 00000000..15a1e0e2 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-maximize-active-dark@2.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-maximize-active.png b/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-maximize-active.png new file mode 100644 index 00000000..80abfd88 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-maximize-active.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-maximize-active@2.png b/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-maximize-active@2.png new file mode 100644 index 00000000..a67144b5 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-maximize-active@2.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-maximize-backdrop-dark.png b/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-maximize-backdrop-dark.png new file mode 100644 index 00000000..805bd55d Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-maximize-backdrop-dark.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-maximize-backdrop-dark@2.png b/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-maximize-backdrop-dark@2.png new file mode 100644 index 00000000..aa4ca718 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-maximize-backdrop-dark@2.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-maximize-backdrop.png b/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-maximize-backdrop.png new file mode 100644 index 00000000..36858b0c Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-maximize-backdrop.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-maximize-backdrop@2.png b/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-maximize-backdrop@2.png new file mode 100644 index 00000000..061e3569 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-maximize-backdrop@2.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-maximize-dark.png b/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-maximize-dark.png new file mode 100644 index 00000000..f186e997 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-maximize-dark.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-maximize-dark@2.png b/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-maximize-dark@2.png new file mode 100644 index 00000000..926fac0f Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-maximize-dark@2.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-maximize-hover-dark.png b/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-maximize-hover-dark.png new file mode 100644 index 00000000..5850222c Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-maximize-hover-dark.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-maximize-hover-dark@2.png b/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-maximize-hover-dark@2.png new file mode 100644 index 00000000..15a1e0e2 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-maximize-hover-dark@2.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-maximize-hover.png b/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-maximize-hover.png new file mode 100644 index 00000000..128a39da Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-maximize-hover.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-maximize-hover@2.png b/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-maximize-hover@2.png new file mode 100644 index 00000000..66cdeda0 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-maximize-hover@2.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-maximize.png b/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-maximize.png new file mode 100644 index 00000000..14e5e3e7 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-maximize.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-maximize@2.png b/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-maximize@2.png new file mode 100644 index 00000000..a1a13bb5 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-maximize@2.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-minimize-active-dark.png b/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-minimize-active-dark.png new file mode 100644 index 00000000..ac0eeb47 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-minimize-active-dark.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-minimize-active-dark@2.png b/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-minimize-active-dark@2.png new file mode 100644 index 00000000..7d5cd997 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-minimize-active-dark@2.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-minimize-active.png b/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-minimize-active.png new file mode 100644 index 00000000..89040e7c Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-minimize-active.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-minimize-active@2.png b/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-minimize-active@2.png new file mode 100644 index 00000000..601ce534 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-minimize-active@2.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-minimize-backdrop-dark.png b/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-minimize-backdrop-dark.png new file mode 100644 index 00000000..805bd55d Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-minimize-backdrop-dark.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-minimize-backdrop-dark@2.png b/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-minimize-backdrop-dark@2.png new file mode 100644 index 00000000..aa4ca718 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-minimize-backdrop-dark@2.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-minimize-backdrop.png b/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-minimize-backdrop.png new file mode 100644 index 00000000..b83cb7d4 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-minimize-backdrop.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-minimize-backdrop@2.png b/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-minimize-backdrop@2.png new file mode 100644 index 00000000..f83b673d Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-minimize-backdrop@2.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-minimize-dark.png b/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-minimize-dark.png new file mode 100644 index 00000000..db3238f5 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-minimize-dark.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-minimize-dark@2.png b/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-minimize-dark@2.png new file mode 100644 index 00000000..f188f978 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-minimize-dark@2.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-minimize-hover-dark.png b/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-minimize-hover-dark.png new file mode 100644 index 00000000..ac0eeb47 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-minimize-hover-dark.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-minimize-hover-dark@2.png b/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-minimize-hover-dark@2.png new file mode 100644 index 00000000..7d5cd997 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-minimize-hover-dark@2.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-minimize-hover.png b/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-minimize-hover.png new file mode 100644 index 00000000..c250748c Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-minimize-hover.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-minimize-hover@2.png b/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-minimize-hover@2.png new file mode 100644 index 00000000..965ce3db Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-minimize-hover@2.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-minimize.png b/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-minimize.png new file mode 100644 index 00000000..f4b6db06 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-minimize.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-minimize@2.png b/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-minimize@2.png new file mode 100644 index 00000000..9a358192 Binary files /dev/null and b/.themes/arc-gruvbox/gtk-3.0/assets/titlebutton-minimize@2.png differ diff --git a/.themes/arc-gruvbox/gtk-3.0/gtk.css b/.themes/arc-gruvbox/gtk-3.0/gtk.css new file mode 100644 index 00000000..5c4845b5 --- /dev/null +++ b/.themes/arc-gruvbox/gtk-3.0/gtk.css @@ -0,0 +1,4058 @@ +* { + background-clip: padding-box; + -GtkToolButton-icon-spacing: 4; + -GtkTextView-error-underline-color: #FC4138; + -GtkCheckButton-indicator-size: 16; + -GtkCheckMenuItem-indicator-size: 16; + -GtkScrolledWindow-scrollbar-spacing: 0; + -GtkScrolledWindow-scrollbars-within-bevel: 1; + -GtkToolItemGroup-expander-size: 11; + -GtkExpander-expander-size: 16; + -GtkTreeView-expander-size: 11; + -GtkTreeView-horizontal-separator: 4; + -GtkMenu-horizontal-padding: 0; + -GtkMenu-vertical-padding: 0; + -GtkWidget-link-color: #2679db; + -GtkWidget-visited-link-color: #1e61b0; + -GtkWidget-focus-padding: 2; + -GtkWidget-focus-line-width: 1; + -GtkWidget-text-handle-width: 20; + -GtkWidget-text-handle-height: 20; + -GtkDialog-button-spacing: 4; + -GtkDialog-action-area-border: 0; + -GtkStatusbar-shadow-type: none; + outline-color: rgba(50, 50, 50, 0.3); + outline-style: dashed; + outline-offset: -3px; + outline-width: 1px; + outline-radius: 2px; } + +.background { + color: #000000; + background-color: #F0F1F2; } + +*:insensitive { + -gtk-image-effect: dim; } + +.gtkstyle-fallback { + background-color: #F0F1F2; + color: #000000; } + .gtkstyle-fallback:prelight { + background-color: white; + color: #000000; } + .gtkstyle-fallback:active { + background-color: #d9dde0; + color: #000000; } + .gtkstyle-fallback:insensitive { + background-color: #fbfbfc; + color: rgba(0, 0, 0, 0.55); } + .gtkstyle-fallback:selected { + background-color: #458588; + color: #EBDBB2; } + +.view { + color: #000000; + background-color: #ffffff; } + .view.dim-label, .view.label.separator, .header-bar .view.subtitle { + color: rgba(0, 0, 0, 0.55); } + .view.dim-label:selected, .view.label.separator:selected, .header-bar .view.subtitle:selected, .view.dim-label:selected:focus, .view.label.separator:selected:focus, .header-bar .view.subtitle:selected:focus { + color: rgba(235, 219, 178, 0.65); + text-shadow: none; } + +.rubberband, GtkTreeView.view.rubberband, .content-view.rubberband { + border: 1px solid #2679db; + background-color: rgba(38, 121, 219, 0.2); } + +.label.separator, .popover .label.separator, .sidebar .label.view.separator { + color: #000000; } + +.label:insensitive { + color: rgba(117, 117, 117, 1); } + +.dim-label, .label.separator, .popover .label.separator, .sidebar .label.view.separator, .header-bar .subtitle { + opacity: 0.55; } + +GtkAssistant .sidebar { + background-color: #ffffff; + border-top: 1px solid #dcdfe3; } + GtkAssistant .sidebar:dir(ltr) { + border-right: 1px solid #dcdfe3; } + GtkAssistant .sidebar:dir(rtl) { + border-left: 1px solid #dcdfe3; } + +GtkAssistant.csd .sidebar { + border-top-style: none; } + +GtkAssistant .sidebar .label { + padding: 6px 12px; } + +GtkAssistant .sidebar .label.highlight { + background-color: #458588; + color: #EBDBB2; } + +GtkTextView { + background-color: #fafbfb; } + +.grid-child { + padding: 3px; + border-radius: 3px; } + .grid-child:selected { + outline-offset: -2px; } + +.popover.osd, .osd { + color: #EBDBB2; + border: none; + background-color: #323232; + background-clip: padding-box; + outline-color: rgba(235, 219, 178, 0.3); + box-shadow: none; } + +@keyframes spin { + to { + -gtk-icon-transform: rotate(1turn); } } + +.spinner { + background-image: none; + background-color: blue; + opacity: 0; + -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); } + .spinner:active { + opacity: 1; + animation: spin 1s linear infinite; } + .spinner:active:insensitive { + opacity: 0.5; } + +.entry { + border: 1px solid; + padding: 5px 8px; + border-radius: 3px; + transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); + color: #000000; + border-color: #cfd6e6; + background-color: #ffffff; + background-image: linear-gradient(to bottom, #ffffff); } + .entry.image { + color: #7d8189; } + .entry.image.left { + padding-left: 0; } + .entry.image.right { + padding-right: 0; } + .entry.flat, .entry.flat:focus { + padding: 2px; + color: #000000; + border-color: #cfd6e6; + background-color: #ffffff; + background-image: linear-gradient(to bottom, #ffffff); + border: none; + border-radius: 0; } + .entry:focus { + background-clip: border-box; + color: #000000; + border-color: #458588; + background-color: #ffffff; + background-image: linear-gradient(to bottom, #ffffff); } + .entry:insensitive { + color: rgba(0, 0, 0, 0.55); + border-color: rgba(207, 214, 230, 0.55); + background-color: rgba(235, 219, 178, 0.55); + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.55)); } + .entry:selected, .entry:selected:focus { + background-color: #458588; + color: #EBDBB2; } + .entry.progressbar { + margin: 2px 12px; + border-radius: 0; + border-width: 0 0 2px; + border-color: #458588; + border-style: solid; + background-image: none; + background-color: transparent; + box-shadow: none; } + .entry.warning { + color: #EBDBB2; + border-color: #F27835; + background-image: linear-gradient(to bottom, #f7ae86); } + .entry.warning:focus { + color: #EBDBB2; + background-image: linear-gradient(to bottom, #F27835); + box-shadow: none; } + .entry.warning:selected, .entry.warning:selected:focus { + background-color: #ffffff; + color: #F27835; } + .entry.error { + color: #EBDBB2; + border-color: #FC4138; + background-image: linear-gradient(to bottom, #fd8d88); } + .entry.error:focus { + color: #EBDBB2; + background-image: linear-gradient(to bottom, #FC4138); + box-shadow: none; } + .entry.error:selected, .entry.error:selected:focus { + background-color: #ffffff; + color: #FC4138; } + .osd .entry { + color: #EBDBB2; + border-color: rgba(26, 28, 34, 0.4); + background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.4)); + background-color: transparent; } + .osd .entry.image, .osd .entry.image:hover { + color: inherit; } + .osd .entry:focus { + color: #EBDBB2; + border-color: rgba(26, 28, 34, 0.4); + background-image: linear-gradient(to bottom, #458588); } + .osd .entry:insensitive { + color: rgba(235, 219, 178, 0.55); + background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.25)); } + +GtkSearchEntry.entry { + border-radius: 20px; } + +@keyframes needs_attention { + from { + background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#458588), to(transparent)); } + to { + background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#458588), to(transparent)); } } + +.button { + transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); + border: 1px solid; + border-radius: 3px; + padding: 5px 8px; + color: #000000; + outline-color: rgba(0, 0, 0, 0.3); + border-color: #cfd6e6; + background-color: #fbfbfc; } + .button.flat, .sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + background-color: rgba(251, 251, 252, 0); + border-color: rgba(207, 214, 230, 0); + transition: none; } + .button.flat:hover, .sidebar-button.button:hover { + transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); + transition-duration: 350ms; } + .button.flat:hover:active, .sidebar-button.button:hover:active { + transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } + .button:hover { + color: #000000; + outline-color: rgba(0, 0, 0, 0.3); + border-color: #cfd6e6; + background-color: white; + -gtk-image-effect: highlight; } + .button:active, .button:checked { + background-clip: border-box; + color: #EBDBB2; + outline-color: rgba(235, 219, 178, 0.3); + border-color: #458588; + background-color: #458588; + transition-duration: 50ms; } + .button:active { + color: #000000; } + .button:active:hover, .button:checked { + color: #EBDBB2; } + .button.flat:insensitive, .sidebar-button.button:insensitive { + border-color: transparent; + background-color: transparent; + background-image: none; } + .button:insensitive { + color: rgba(0, 0, 0, 0.55); + border-color: rgba(207, 214, 230, 0.55); + background-color: rgba(251, 251, 252, 0.55); } + .button:insensitive > GtkLabel { + color: inherit; } + .button:insensitive:active, .button:insensitive:checked { + color: rgba(235, 219, 178, 0.8); + border-color: rgba(82, 148, 226, 0.75); + background-color: rgba(82, 148, 226, 0.75); + opacity: 0.6; } + .button:insensitive:active > GtkLabel, .button:insensitive:checked > GtkLabel { + color: inherit; } + .button.osd { + color: #EBDBB2; + outline-color: rgba(235, 219, 178, 0.3); + background-color: #323232; + border-color: #23262e; } + .button.osd.image-button, .header-bar .button.osd.titlebutton, + .titlebar .button.osd.titlebutton { + padding: 10px; } + .button.osd:hover { + color: #458588; } + .button.osd:active, .button.osd:checked { + color: #EBDBB2; + outline-color: rgba(235, 219, 178, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: #458588; } + .button.osd:insensitive { + color: #5d626e; + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(102, 109, 132, 0.25); } + .osd .button { + color: #EBDBB2; + outline-color: rgba(235, 219, 178, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(102, 109, 132, 0.4); } + .osd .button:hover { + color: #EBDBB2; + outline-color: rgba(235, 219, 178, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(119, 127, 151, 0.5); } + .osd .button:active, .osd .button:checked { + background-clip: padding-box; + color: #EBDBB2; + outline-color: rgba(235, 219, 178, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: #458588; } + .osd .button:insensitive { + color: #5d626e; + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(102, 109, 132, 0.25); } + .osd .button.flat, .osd .sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + box-shadow: none; } + .osd .button.flat:hover, .osd .sidebar-button.button:hover { + color: #EBDBB2; + outline-color: rgba(235, 219, 178, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(119, 127, 151, 0.5); } + .osd .button.flat:insensitive, .osd .sidebar-button.button:insensitive { + color: #5d626e; + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(102, 109, 132, 0.25); + background-image: none; } + .osd .button.flat:active, .osd .sidebar-button.button:active, .osd .button.flat:checked, .osd .sidebar-button.button:checked { + color: #EBDBB2; + outline-color: rgba(235, 219, 178, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: #458588; } + .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: #EBDBB2; + outline-color: rgba(235, 219, 178, 0.3); + background-color: #4DADD4; + border-color: #4DADD4; } + .button.suggested-action.flat, .suggested-action.sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #4DADD4; + outline-color: rgba(77, 173, 212, 0.3); } + .button.suggested-action:hover { + background-clip: border-box; + color: #EBDBB2; + outline-color: rgba(235, 219, 178, 0.3); + background-color: #76c0de; + border-color: #76c0de; } + .button.suggested-action:active, .button.suggested-action:checked { + background-clip: border-box; + color: #EBDBB2; + outline-color: rgba(235, 219, 178, 0.3); + background-color: #2e96c0; + border-color: #2e96c0; } + .button.suggested-action.flat:insensitive, .suggested-action.sidebar-button.button:insensitive { + border-color: transparent; + background-color: transparent; + background-image: none; + color: rgba(0, 0, 0, 0.55); } + .button.suggested-action:insensitive { + color: rgba(0, 0, 0, 0.55); + border-color: rgba(207, 214, 230, 0.55); + background-color: rgba(251, 251, 252, 0.55); } + .button.suggested-action:insensitive > GtkLabel { + color: inherit; } + .button.destructive-action { + background-clip: border-box; + color: #EBDBB2; + outline-color: rgba(235, 219, 178, 0.3); + background-color: #F04A50; + border-color: #F04A50; } + .button.destructive-action.flat, .destructive-action.sidebar-button.button { + 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: #EBDBB2; + outline-color: rgba(235, 219, 178, 0.3); + background-color: #f4797e; + border-color: #f4797e; } + .button.destructive-action:active, .button.destructive-action:checked { + background-clip: border-box; + color: #EBDBB2; + outline-color: rgba(235, 219, 178, 0.3); + background-color: #ec1b22; + border-color: #ec1b22; } + .button.destructive-action.flat:insensitive, .destructive-action.sidebar-button.button:insensitive { + border-color: transparent; + background-color: transparent; + background-image: none; + color: rgba(0, 0, 0, 0.55); } + .button.destructive-action:insensitive { + color: rgba(0, 0, 0, 0.55); + border-color: rgba(207, 214, 230, 0.55); + background-color: rgba(251, 251, 252, 0.55); } + .button.destructive-action:insensitive > GtkLabel { + color: inherit; } + .button.image-button, .header-bar .button.titlebutton, + .titlebar .button.titlebutton { + padding: 7px; } + .header-bar .button.image-button, .header-bar .button.titlebutton { + padding: 7px 10px; } + .button.text-button { + padding-left: 16px; + padding-right: 16px; } + .button.text-button.image-button, .header-bar .button.text-button.titlebutton, + .titlebar .button.text-button.titlebutton { + padding: 5px 8px; } + .button.text-button.image-button GtkLabel:first-child, .header-bar .button.text-button.titlebutton GtkLabel:first-child, + .titlebar .button.text-button.titlebutton GtkLabel:first-child { + padding-left: 8px; } + .button.text-button.image-button GtkLabel:last-child, .header-bar .button.text-button.titlebutton GtkLabel:last-child, + .titlebar .button.text-button.titlebutton GtkLabel:last-child { + padding-right: 8px; } + .stack-switcher > .button { + outline-offset: -3px; } + .stack-switcher > .button > GtkLabel { + padding-left: 6px; + padding-right: 6px; } + .stack-switcher > .button > GtkImage { + padding-left: 6px; + padding-right: 6px; + padding-top: 3px; + padding-bottom: 3px; } + .stack-switcher > .button.text-button { + padding: 5px 10px; } + .stack-switcher > .button.image-button, .header-bar .stack-switcher > .button.titlebutton, + .titlebar .stack-switcher > .button.titlebutton { + padding: 2px 4px; } + .stack-switcher > .button.needs-attention:active > .label, + .stack-switcher > .button.needs-attention:active > GtkImage, + .stack-switcher > .button.needs-attention:checked > .label, + .stack-switcher > .button.needs-attention:checked > GtkImage { + animation: none; + background-image: none; } + .stack-switcher > .button.needs-attention > .label, + .stack-switcher > .button.needs-attention > GtkImage, .button .sidebar-item.needs-attention > GtkLabel { + animation: needs_attention 150ms ease-in; + background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#458588), to(transparent)); + background-size: 6px 6px, 6px 6px; + background-repeat: no-repeat; + background-position: right 3px, right 4px; } + .stack-switcher > .button.needs-attention > .label:dir(rtl), + .stack-switcher > .button.needs-attention > GtkImage:dir(rtl), .button .sidebar-item.needs-attention > GtkLabel:dir(rtl) { + background-position: left 3px, left 4px; } + .inline-toolbar .button, .inline-toolbar .button:backdrop { + border-radius: 2px; + border-width: 1px; } + +.inline-toolbar GtkToolButton > .button { + color: #000000; + outline-color: rgba(0, 0, 0, 0.3); + border-color: #cfd6e6; + background-color: #fbfbfc; } + .inline-toolbar GtkToolButton > .button:hover { + color: #000000; + outline-color: rgba(0, 0, 0, 0.3); + border-color: #cfd6e6; + background-color: white; } + .inline-toolbar GtkToolButton > .button:active, .inline-toolbar GtkToolButton > .button:checked { + color: #EBDBB2; + outline-color: rgba(235, 219, 178, 0.3); + border-color: #458588; + background-color: #458588; } + .inline-toolbar GtkToolButton > .button:insensitive { + color: rgba(0, 0, 0, 0.55); + border-color: rgba(207, 214, 230, 0.55); + background-color: rgba(251, 251, 252, 0.55); } + .inline-toolbar GtkToolButton > .button:insensitive > GtkLabel { + color: inherit; } + .inline-toolbar GtkToolButton > .button:insensitive:active, .inline-toolbar GtkToolButton > .button:insensitive:checked { + color: rgba(235, 219, 178, 0.8); + border-color: rgba(82, 148, 226, 0.75); + background-color: rgba(82, 148, 226, 0.75); + opacity: 0.6; } + .inline-toolbar GtkToolButton > .button:insensitive:active > GtkLabel, .inline-toolbar GtkToolButton > .button:insensitive:checked > GtkLabel { + color: inherit; } + +.linked:not(.vertical):not(.path-bar) > .entry + .entry { + border-left-color: rgba(207, 214, 230, 0.3); } + +.linked:not(.vertical):not(.path-bar) > .entry.error + .entry, +.linked:not(.vertical):not(.path-bar) > .entry + .entry.error { + border-left-color: #FC4138; } + +.linked:not(.vertical):not(.path-bar) > .entry.warning + .entry, +.linked:not(.vertical):not(.path-bar) > .entry + .entry.warning { + border-left-color: #F27835; } + +.linked:not(.vertical):not(.path-bar) > .entry.error + .entry.warning, +.linked:not(.vertical):not(.path-bar) > .entry.warning + .entry.error { + border-left-color: #f75d37; } + +.linked:not(.vertical):not(.path-bar) > .entry + .entry:focus:not(:last-child), +.linked:not(.vertical):not(.path-bar) > .entry + .entry:focus:last-child { + border-left-color: #458588; } + +.linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + .entry, .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + .button, +.linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-left-color: #458588; } + +.linked:not(.vertical):not(.path-bar) > .entry + .entry.warning:focus:not(:last-child), +.linked:not(.vertical):not(.path-bar) > .entry + .entry.warning:focus:last-child { + border-left-color: #F27835; } + +.linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + .entry, .linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + .button, +.linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-left-color: #F27835; } + +.linked:not(.vertical):not(.path-bar) > .entry + .entry.error:focus:not(:last-child), +.linked:not(.vertical):not(.path-bar) > .entry + .entry.error:focus:last-child { + border-left-color: #FC4138; } + +.linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + .entry, .linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + .button, +.linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-left-color: #FC4138; } + +.linked:not(.vertical):not(.path-bar) > .button:active + .entry, +.linked:not(.vertical):not(.path-bar) > .button:checked + .entry { + border-left-color: #458588; } + +.linked:not(.vertical):not(.path-bar) > .button + .button { + border-left-style: none; } + +.linked:not(.vertical):not(.path-bar) > .button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), +.linked:not(.vertical):not(.path-bar) > .button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + .button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action) { + box-shadow: inset 1px 0 #cfd6e6; } + +.linked:not(.vertical):not(.path-bar) > .button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:hover, +.linked:not(.vertical):not(.path-bar) > .button:active + .button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, +.linked:not(.vertical):not(.path-bar) > .button:checked + .button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, +.linked:not(.vertical):not(.path-bar) > .button.suggested-action + .button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, +.linked:not(.vertical):not(.path-bar) > .button.destructive-action + .button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, +.linked:not(.vertical):not(.path-bar) > .entry + .button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child) { + box-shadow: none; } + +.linked:not(.vertical).path-bar > .button + .button { + border-left-style: none; } + +.linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):hover { + box-shadow: inset 1px 0 rgba(207, 214, 230, 0.4), inset -1px 0 rgba(207, 214, 230, 0.4); } + +.linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):first-child:hover { + box-shadow: inset -1px 0 rgba(207, 214, 230, 0.4); } + +.linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):last-child:hover { + box-shadow: inset 1px 0 rgba(207, 214, 230, 0.4); } + +.linked.vertical > .entry + .entry { + border-top-color: rgba(207, 214, 230, 0.3); } + +.linked.vertical > .entry.error + .entry, +.linked.vertical > .entry + .entry.error { + border-top-color: #FC4138; } + +.linked.vertical > .entry.warning + .entry, +.linked.vertical > .entry + .entry.warning { + border-top-color: #F27835; } + +.linked.vertical > .entry.error + .entry.warning, +.linked.vertical > .entry.warning + .entry.error { + border-top-color: #f75d37; } + +.linked.vertical > .entry + .entry:focus:not(:last-child), +.linked.vertical > .entry + .entry:focus:last-child { + border-top-color: #458588; } + +.linked.vertical > .entry:focus:not(:only-child) + .entry, .linked.vertical > .entry:focus:not(:only-child) + .button, +.linked.vertical > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.linked.vertical > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-top-color: #458588; } + +.linked.vertical > .entry + .entry.warning:focus:not(:last-child), +.linked.vertical > .entry + .entry.warning:focus:last-child { + border-top-color: #F27835; } + +.linked.vertical > .entry.warning:focus:not(:only-child) + .entry, .linked.vertical > .entry.warning:focus:not(:only-child) + .button, +.linked.vertical > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.linked.vertical > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-top-color: #F27835; } + +.linked.vertical > .entry + .entry.error:focus:not(:last-child), +.linked.vertical > .entry + .entry.error:focus:last-child { + border-top-color: #FC4138; } + +.linked.vertical > .entry.error:focus:not(:only-child) + .entry, .linked.vertical > .entry.error:focus:not(:only-child) + .button, +.linked.vertical > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.linked.vertical > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-top-color: #FC4138; } + +.linked.vertical > .button:active + .entry, +.linked.vertical > .button:checked + .entry { + border-top-color: #458588; } + +.linked.vertical > .button + .button { + border-top-style: none; } + +.linked.vertical > .button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), +.linked.vertical > .button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + .button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action) { + box-shadow: inset 0 1px #cfd6e6; } + +.linked.vertical > .button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:hover, +.linked.vertical > .button:active + .button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, +.linked.vertical > .button:checked + .button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, +.linked.vertical > .button.suggested-action + .button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, +.linked.vertical > .button.destructive-action + .button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, +.linked.vertical > .entry + .button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child) { + box-shadow: none; } + +.inline-toolbar.toolbar GtkToolButton > .button.flat, .inline-toolbar GtkToolButton > .button.flat, .inline-toolbar.toolbar GtkToolButton > .sidebar-button.button, .inline-toolbar GtkToolButton > .sidebar-button.button, .linked:not(.vertical) > .entry, +.linked:not(.vertical) > .entry:focus, .osd .button, .osd .button:hover, .osd .button:active, .osd .button:checked, .osd .button:insensitive, .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, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, .primary-toolbar .linked:not(.vertical).path-bar > .button, .header-bar .linked:not(.vertical).path-bar > .button, .primary-toolbar .linked:not(.vertical).path-bar > .button:hover, .header-bar .linked:not(.vertical).path-bar > .button:hover, .primary-toolbar .linked:not(.vertical).path-bar > .button:active, .header-bar .linked:not(.vertical).path-bar > .button:active, .primary-toolbar .linked:not(.vertical).path-bar > .button:checked, .header-bar .linked:not(.vertical).path-bar > .button:checked, .primary-toolbar .linked:not(.vertical).path-bar > .button:insensitive, .header-bar .linked:not(.vertical).path-bar > .button:insensitive, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button, +NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:hover, +NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:active, +NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:checked, +NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:insensitive, .linked > GtkComboBox > .the-button-in-the-combobox:dir(ltr), +.linked > GtkComboBoxText > .the-button-in-the-combobox:dir(ltr) { + border-radius: 0; + border-right-style: none; } + +.linked:not(.vertical) > .entry:first-child, .osd .button:first-child, .inline-toolbar .button:first-child, .linked:not(.vertical) > .button:first-child, .inline-toolbar.toolbar GtkToolButton:first-child > .button.flat, .inline-toolbar GtkToolButton:first-child > .button.flat, .inline-toolbar.toolbar GtkToolButton:first-child > .sidebar-button.button, .inline-toolbar GtkToolButton:first-child > .sidebar-button.button, .linked > GtkComboBox:first-child > .the-button-in-the-combobox, +.linked > GtkComboBoxText:first-child > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:first-child, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:first-child, .primary-toolbar .linked:not(.vertical).path-bar > .button:first-child, .header-bar .linked:not(.vertical).path-bar > .button:first-child, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:first-child { + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; } + +.linked:not(.vertical) > .entry:last-child, .osd .button:last-child, .inline-toolbar .button:last-child, .linked:not(.vertical) > .button:last-child, .inline-toolbar.toolbar GtkToolButton:last-child > .button.flat, .inline-toolbar GtkToolButton:last-child > .button.flat, .inline-toolbar.toolbar GtkToolButton:last-child > .sidebar-button.button, .inline-toolbar GtkToolButton:last-child > .sidebar-button.button, .linked > GtkComboBox:last-child > .the-button-in-the-combobox, +.linked > GtkComboBoxText:last-child > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:last-child, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:last-child, .primary-toolbar .linked:not(.vertical).path-bar > .button:last-child, .header-bar .linked:not(.vertical).path-bar > .button:last-child, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:last-child { + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; + border-right-style: solid; } + +.linked:not(.vertical) > .entry:only-child, .osd .button:only-child, .inline-toolbar .button:only-child, .linked:not(.vertical) > .button:only-child, .inline-toolbar.toolbar GtkToolButton:only-child > .button.flat, .inline-toolbar GtkToolButton:only-child > .button.flat, .inline-toolbar.toolbar GtkToolButton:only-child > .sidebar-button.button, .inline-toolbar GtkToolButton:only-child > .sidebar-button.button, .linked > GtkComboBox:only-child > .the-button-in-the-combobox, +.linked > GtkComboBoxText:only-child > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:only-child, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:only-child, .primary-toolbar .linked:not(.vertical).path-bar > .button:only-child, .header-bar .linked:not(.vertical).path-bar > .button:only-child, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:only-child { + border-radius: 3px; + border-style: solid; } + +.linked.vertical > .entry, +.linked.vertical > .entry:focus, .linked.vertical > .button, +.linked.vertical > .button:hover, +.linked.vertical > .button:active, +.linked.vertical > .button:checked, .linked.vertical > GtkComboBoxText > .the-button-in-the-combobox, +.linked.vertical > GtkComboBox > .the-button-in-the-combobox { + border-radius: 0; + border-bottom-style: none; } + +.linked.vertical > .entry:first-child, .linked.vertical > .button:first-child, .linked.vertical > GtkComboBoxText:first-child > .the-button-in-the-combobox, +.linked.vertical > GtkComboBox:first-child > .the-button-in-the-combobox { + border-top-left-radius: 3px; + border-top-right-radius: 3px; } + +.linked.vertical > .entry:last-child, .linked.vertical > .button:last-child, .linked.vertical > GtkComboBoxText:last-child > .the-button-in-the-combobox, +.linked.vertical > GtkComboBox:last-child > .the-button-in-the-combobox { + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; + border-bottom-style: solid; } + +.linked.vertical > .entry:only-child, .linked.vertical > .button:only-child, .linked.vertical > GtkComboBoxText:only-child > .the-button-in-the-combobox, +.linked.vertical > GtkComboBox:only-child > .the-button-in-the-combobox { + border-radius: 3px; + border-style: solid; } + +.menuitem.button.flat, .menuitem.sidebar-button.button, .button:link, .button:visited, .button:link:hover, .button:link:active, .button:link:checked, .button:visited:hover, .button:visited:active, .button:visited:checked, .menu.button, .notebook tab .button, .app-notification .button.flat, .app-notification .sidebar-button.button, +.app-notification.frame .button.flat, +.app-notification.frame .sidebar-button.button, .app-notification .button.flat:insensitive, .app-notification .sidebar-button.button:insensitive, +.app-notification.frame .button.flat:insensitive, +.app-notification.frame .sidebar-button.button:insensitive, TerminalWindow .notebook .active-page .button, TerminalWindow .notebook .prelight-page .button, TerminalWindow .notebook .active-page .button:hover, TerminalWindow .notebook .prelight-page .button:hover, TerminalWindow .notebook .active-page .button:active, TerminalWindow .notebook .prelight-page .button:active { + border-color: transparent; + background-color: transparent; + background-image: none; + box-shadow: none; } + +.menuitem.button.flat, .menuitem.sidebar-button.button { + transition: none; + outline-offset: -1px; + border-radius: 2px; } + .menuitem.button.flat:hover, .menuitem.sidebar-button.button:hover { + background-color: #edeff0; } + .menuitem.button.flat:checked, .menuitem.sidebar-button.button:checked { + color: #000000; } + +*:link, .button:link, .button:visited { + color: #2679db; } + *:link:visited, .button:visited { + color: #1e61b0; } + *:selected *:link:visited, *:selected .button:visited:link, *:selected .button:visited { + color: #bad4f3; } + *:link:hover, .button:hover:link, .button:hover:visited { + color: #458588; } + *:selected *:link:hover, *:selected .button:hover:link, *:selected .button:hover:visited { + color: #eef4fc; } + *:link:active, .button:active:link, .button:active:visited { + color: #2679db; } + *:selected *:link:active, *:selected .button:active:link, *:selected .button:active:visited { + color: #dceaf9; } + *:link:selected, .button:selected:link, .button:selected:visited, .header-bar.selection-mode .subtitle:link, .header-bar.titlebar.selection-mode .subtitle:link, *:selected *:link, *:selected .button:link, *:selected .button:visited { + color: #dceaf9; } + +.button:link > .label, .button:visited > .label { + text-decoration-line: underline; } + +.spinbutton { + border-radius: 3px; } + .spinbutton .button { + background-image: none; + border: 1px solid rgba(220, 223, 227, 0.6); + border-style: none none none solid; + color: #646973; + border-radius: 0; + box-shadow: none; } + .spinbutton .button:dir(rtl) { + border-style: none solid none none; } + .spinbutton .button:first-child { + color: red; } + .spinbutton .button:insensitive { + color: rgba(0, 0, 0, 0.55); } + .spinbutton .button:active { + background-color: #458588; + color: #EBDBB2; } + .spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child { + color: #000000; + outline-color: rgba(0, 0, 0, 0.3); + border-color: #cfd6e6; + background-color: #fbfbfc; } + .spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active { + color: #EBDBB2; + outline-color: rgba(235, 219, 178, 0.3); + border-color: #458588; + background-color: #458588; } + .spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover { + color: #000000; + outline-color: rgba(0, 0, 0, 0.3); + border-color: #cfd6e6; + background-color: white; } + .spinbutton.vertical .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive { + color: rgba(0, 0, 0, 0.55); + border-color: rgba(207, 214, 230, 0.55); + background-color: rgba(251, 251, 252, 0.55); } + .spinbutton.vertical .button:first-child:insensitive > GtkLabel, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive > GtkLabel { + color: inherit; } + .spinbutton.vertical .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child { + color: #000000; + outline-color: rgba(0, 0, 0, 0.3); + border-color: #cfd6e6; + background-color: #fbfbfc; } + .spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active { + color: #EBDBB2; + outline-color: rgba(235, 219, 178, 0.3); + border-color: #458588; + background-color: #458588; } + .spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover { + color: #000000; + outline-color: rgba(0, 0, 0, 0.3); + border-color: #cfd6e6; + background-color: white; } + .spinbutton.vertical .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive { + color: rgba(0, 0, 0, 0.55); + border-color: rgba(207, 214, 230, 0.55); + background-color: rgba(251, 251, 252, 0.55); } + .spinbutton.vertical .button:last-child:insensitive > GtkLabel, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive > GtkLabel { + color: inherit; } + .spinbutton.vertical.entry, .spinbutton.vertical:dir(rtl).entry { + border-radius: 0; + padding-left: 5px; + padding-right: 5px; } + .spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child, .spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active, .spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover, .spinbutton.vertical .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive { + border-radius: 2px 2px 0 0; + border-style: solid solid none solid; } + .spinbutton.vertical .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child, .spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active, .spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover, .spinbutton.vertical .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive { + border-radius: 0 0 2px 2px; + border-style: none solid solid solid; } + GtkTreeView .spinbutton.entry, GtkTreeView .spinbutton.entry:focus { + padding: 1px; + border-width: 1px 0; + border-color: #458588; + border-radius: 0; + box-shadow: none; } + +GtkComboBox { + -GtkComboBox-arrow-scaling: 0.5; + -GtkComboBox-shadow-type: none; } + GtkComboBox > .the-button-in-the-combobox { + padding-top: 3px; + padding-bottom: 3px; } + GtkComboBox:insensitive { + color: rgba(0, 0, 0, 0.55); } + GtkComboBox .separator.vertical, GtkComboBox .sidebar .vertical.view.separator, .sidebar GtkComboBox .vertical.view.separator { + -GtkWidget-wide-separators: true; } + GtkComboBox.combobox-entry .entry:dir(ltr) { + border-top-right-radius: 0; + border-bottom-right-radius: 0; + border-right-style: none; } + GtkComboBox.combobox-entry .entry:dir(ltr):focus { + box-shadow: 1px 0 #458588; } + GtkComboBox.combobox-entry .entry:dir(rtl) { + border-top-left-radius: 0; + border-bottom-left-radius: 0; + border-left-style: none; } + GtkComboBox.combobox-entry .entry:dir(rtl):focus { + box-shadow: -1px 0 #458588; } + GtkComboBox.combobox-entry .button:dir(ltr) { + border-top-left-radius: 0; + border-bottom-left-radius: 0; } + GtkComboBox.combobox-entry .button:dir(rtl) { + border-top-right-radius: 0; + border-bottom-right-radius: 0; } + +.toolbar, .inline-toolbar { + -GtkWidget-window-dragging: true; + padding: 4px; + background-color: #F0F1F2; } + .osd .toolbar, .osd .inline-toolbar, .toolbar.osd, .osd.inline-toolbar { + padding: 7px; + border: 1px solid rgba(0, 0, 0, 0.5); + border-radius: 3px; + background-color: rgba(50, 50, 50, 0.9); } + +.primary-toolbar { + color: rgba(235, 219, 178, 1); + background-color: #282828; + box-shadow: none; + border-width: 0 0 1px 0; + border-style: solid; + border-image: linear-gradient(to bottom, #282828, #20232b) 1 0 1 0; } + +.inline-toolbar { + background-color: #edeef0; + border-style: solid; + border-color: #dcdfe3; + border-width: 0 1px 1px; + padding: 3px; + border-radius: 0 0 3px 3px; } + +.search-bar { + background-color: #F0F1F2; + border-style: solid; + border-color: #dcdfe3; + border-width: 0 0 1px; + padding: 3px; } + +.action-bar { + background-color: #edeef0; } + +.header-bar { + padding: 5px 5px 4px 5px; + border-width: 0 0 1px; + border-style: solid; + border-radius: 0; + border-color: #323232; + color: rgba(235, 219, 178, 1); + background-color: #282828; } + .csd .header-bar { + background-color: #282828; + border-color: #323232; } + .header-bar:backdrop { + color: rgba(235, 219, 178, 0.7); } + .header-bar .title { + padding-left: 12px; + padding-right: 12px; } + .header-bar .subtitle { + font-size: smaller; + padding-left: 12px; + padding-right: 12px; } + .header-bar.selection-mode, .header-bar.titlebar.selection-mode { + color: #EBDBB2; + background-color: #458588; + border-color: #4189df; + box-shadow: none; } + .header-bar.selection-mode:backdrop, .header-bar.titlebar.selection-mode:backdrop { + background-color: #458588; + color: rgba(235, 219, 178, 0.6); } + .header-bar.selection-mode .button, .header-bar.titlebar.selection-mode .button { + color: #EBDBB2; + outline-color: rgba(235, 219, 178, 0.3); + background-color: rgba(235, 219, 178, 0); + border-color: rgba(235, 219, 178, 0); } + .header-bar.selection-mode .button.flat, .header-bar.selection-mode .sidebar-button.button, .header-bar.titlebar.selection-mode .button.flat, .header-bar.titlebar.selection-mode .sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #EBDBB2; + background-color: rgba(235, 219, 178, 0); } + .header-bar.selection-mode .button:hover, .header-bar.titlebar.selection-mode .button:hover { + color: #EBDBB2; + outline-color: rgba(235, 219, 178, 0.3); + background-color: rgba(235, 219, 178, 0.05); + border-color: rgba(235, 219, 178, 0.5); } + .header-bar.selection-mode .button:active, .header-bar.selection-mode .button:checked, .header-bar.titlebar.selection-mode .button:active, .header-bar.titlebar.selection-mode .button:checked { + color: #458588; + outline-color: rgba(82, 148, 226, 0.3); + background-color: #ffffff; + border-color: #ffffff; } + .header-bar.selection-mode .button:insensitive, .header-bar.titlebar.selection-mode .button:insensitive { + color: rgba(235, 219, 178, 0.4); + background-color: rgba(235, 219, 178, 0); + border-color: rgba(235, 219, 178, 0); } + .header-bar.selection-mode .button:insensitive:active, .header-bar.selection-mode .button:insensitive:checked, .header-bar.titlebar.selection-mode .button:insensitive:active, .header-bar.titlebar.selection-mode .button:insensitive:checked { + color: rgba(82, 148, 226, 0.4); + background-color: rgba(235, 219, 178, 0.15); + border-color: rgba(235, 219, 178, 0.15); } + .header-bar.selection-mode .selection-menu, .header-bar.titlebar.selection-mode .selection-menu { + box-shadow: none; + padding-left: 10px; + padding-right: 10px; } + .header-bar.selection-mode .selection-menu GtkArrow, .header-bar.titlebar.selection-mode .selection-menu GtkArrow { + -GtkArrow-arrow-scaling: 1; } + .header-bar.selection-mode .selection-menu .arrow, .header-bar.titlebar.selection-mode .selection-menu .arrow { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } + .maximized .header-bar.selection-mode, .maximized .header-bar.titlebar.selection-mode { + background-color: #458588; } + .tiled .header-bar, .tiled .header-bar:backdrop, + .maximized .header-bar, .maximized .header-bar:backdrop { + border-radius: 0; } + .maximized .header-bar { + background-color: #282828; + border-color: #323232; } + .header-bar.default-decoration, + .csd .header-bar.default-decoration, .header-bar.default-decoration:backdrop, + .csd .header-bar.default-decoration:backdrop { + padding-top: 5px; + padding-bottom: 5px; + background-color: #282828; + border-bottom-width: 0; } + .maximized .header-bar.default-decoration, .maximized + .csd .header-bar.default-decoration, .maximized .header-bar.default-decoration:backdrop, .maximized + .csd .header-bar.default-decoration:backdrop { + background-color: #282828; } + +.titlebar { + padding-left: 7px; + padding-right: 7px; + border-radius: 6px 6px 0 0; + color: rgba(235, 219, 178, 1); + background-color: #282828; + box-shadow: inset 0 1px #282828; } + .csd .titlebar { + background-color: #282828; } + .titlebar:backdrop { + color: rgba(235, 219, 178, 0.7); + background-color: #292929; } + .csd .titlebar:backdrop { + background-color: #292929; } + .maximized .titlebar { + background-color: #282828; } + .maximized .titlebar:backdrop, .csd .maximized .titlebar:backdrop { + background-color: #292929; } + +.titlebar .titlebar, +.titlebar .titlebar:backdrop { + background-color: transparent; } + +.primary-toolbar .separator, .primary-toolbar .sidebar .view.separator, .sidebar .primary-toolbar .view.separator, .header-bar .header-bar-separator, +.header-bar > GtkBox > .separator.vertical, .sidebar +.header-bar > GtkBox > .vertical.view.separator { + -GtkWidget-wide-separators: true; + -GtkWidget-separator-width: 1px; + border-width: 0 1px; + border-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.15) 25%, rgba(255, 255, 255, 0.15) 75%, rgba(255, 255, 255, 0) 75%) 0 1/0 1px stretch; } + .primary-toolbar .separator:backdrop, .header-bar .header-bar-separator:backdrop, + .header-bar > GtkBox > .separator.vertical:backdrop, .sidebar + .header-bar > GtkBox > .vertical.view.separator:backdrop { + opacity: 0.6; } + +.primary-toolbar .entry, .header-bar .entry { + color: rgba(235, 219, 178, 0.8); + border-color: rgba(41, 41, 41, 0.4); + background-image: linear-gradient(to bottom, rgba(82, 82, 82, 0.4)); + background-color: transparent; } + .primary-toolbar .entry.image, .header-bar .entry.image, .primary-toolbar .entry.image:hover, .header-bar .entry.image:hover { + color: inherit; } + .primary-toolbar .entry:backdrop, .header-bar .entry:backdrop { + opacity: 0.85; } + .primary-toolbar .entry:focus, .header-bar .entry:focus { + color: #EBDBB2; + border-color: transparent; + background-image: linear-gradient(to bottom, #458588); + background-clip: padding-box; } + .primary-toolbar .entry:focus.image, .header-bar .entry:focus.image { + color: #EBDBB2; } + .primary-toolbar .entry:insensitive, .header-bar .entry:insensitive { + color: rgba(235, 219, 178, 0.35); + background-image: linear-gradient(to bottom, rgba(82, 82, 82, 0.25)); } + .primary-toolbar .entry:selected:focus, .header-bar .entry:selected:focus { + background-color: #ffffff; + color: #458588; } + .primary-toolbar .entry.progressbar, .header-bar .entry.progressbar { + border-color: #458588; + background-image: none; + background-color: transparent; } + .primary-toolbar .entry.warning, .header-bar .entry.warning { + color: #EBDBB2; + border-color: rgba(41, 41, 41, 0.4); + background-image: linear-gradient(to bottom, #a45d39); } + .primary-toolbar .entry.warning:focus, .header-bar .entry.warning:focus { + color: #EBDBB2; + background-image: linear-gradient(to bottom, #F27835); } + .primary-toolbar .entry.warning:selected, .header-bar .entry.warning:selected, .primary-toolbar .entry.warning:selected:focus, .header-bar .entry.warning:selected:focus { + background-color: #ffffff; + color: #F27835; } + .primary-toolbar .entry.error, .header-bar .entry.error { + color: #EBDBB2; + border-color: rgba(41, 41, 41, 0.4); + background-image: linear-gradient(to bottom, #aa3c3b); } + .primary-toolbar .entry.error:focus, .header-bar .entry.error:focus { + color: #EBDBB2; + background-image: linear-gradient(to bottom, #FC4138); } + .primary-toolbar .entry.error:selected, .header-bar .entry.error:selected, .primary-toolbar .entry.error:selected:focus, .header-bar .entry.error:selected:focus { + background-color: #ffffff; + color: #FC4138; } + +.primary-toolbar .button, .header-bar .button { + color: rgba(235, 219, 178, 0.8); + outline-color: rgba(235, 219, 178, 0.1); + outline-offset: -3px; + background-color: rgba(40, 40, 40, 0); + border-color: rgba(40, 40, 40, 0); } + .primary-toolbar .button:backdrop, .header-bar .button:backdrop { + opacity: 0.7; } + .primary-toolbar .button:hover, .header-bar .button:hover { + color: rgba(235, 219, 178, 0.8); + outline-color: rgba(235, 219, 178, 0.1); + border-color: rgba(41, 41, 41, 0.4); + background-color: rgba(82, 82, 82, 0.4); } + .primary-toolbar .button:active, .header-bar .button:active, .primary-toolbar .button:checked, .header-bar .button:checked { + color: #EBDBB2; + outline-color: rgba(235, 219, 178, 0.3); + border-color: transparent; + background-color: #458588; + background-clip: padding-box; } + .primary-toolbar .button:insensitive, .header-bar .button:insensitive { + color: rgba(235, 219, 178, 0.35); + background-color: rgba(40, 40, 40, 0); + border-color: rgba(40, 40, 40, 0); } + .primary-toolbar .button:insensitive > GtkLabel, .header-bar .button:insensitive > GtkLabel { + color: inherit; } + .primary-toolbar .button:insensitive:active, .header-bar .button:insensitive:active, .primary-toolbar .button:insensitive:checked, .header-bar .button:insensitive:checked { + color: rgba(235, 219, 178, 0.75); + border-color: rgba(82, 148, 226, 0.65); + background-color: rgba(82, 148, 226, 0.65); } + +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button, .header-bar .linked:not(.vertical):not(.path-bar) > .button, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:hover, .header-bar .linked:not(.vertical):not(.path-bar) > .button:hover, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:active, .header-bar .linked:not(.vertical):not(.path-bar) > .button:active, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:checked, .header-bar .linked:not(.vertical):not(.path-bar) > .button:checked, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:insensitive, .header-bar .linked:not(.vertical):not(.path-bar) > .button:insensitive { + 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):hover:not(:only-child), .header-bar .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 + .button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action), .header-bar .linked:not(.vertical):not(.path-bar) > .button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + .button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action) { + box-shadow: none; } + +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, .primary-toolbar .linked:not(.vertical).path-bar > .button, .header-bar .linked:not(.vertical).path-bar > .button { + color: rgba(235, 219, 178, 0.8); + outline-color: rgba(235, 219, 178, 0.1); + border-color: rgba(41, 41, 41, 0.4); + background-color: rgba(82, 82, 82, 0.4); } + .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, .primary-toolbar .linked:not(.vertical).path-bar > .button:hover, .header-bar .linked:not(.vertical).path-bar > .button:hover { + background-color: rgba(134, 144, 165, 0.4); } + .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, .primary-toolbar .linked:not(.vertical).path-bar > .button:active, .header-bar .linked:not(.vertical).path-bar > .button:active, .primary-toolbar .linked:not(.vertical).path-bar > .button:checked, .header-bar .linked:not(.vertical).path-bar > .button:checked { + color: #EBDBB2; + outline-color: rgba(235, 219, 178, 0.3); + border-color: transparent; + background-color: #458588; } + .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, .primary-toolbar .linked:not(.vertical).path-bar > .button:insensitive, .header-bar .linked:not(.vertical).path-bar > .button:insensitive { + color: rgba(235, 219, 178, 0.4); } + +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button + .button, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button + .button, .primary-toolbar .linked:not(.vertical).path-bar > .button + .button, .header-bar .linked:not(.vertical).path-bar > .button + .button { + border-left-style: none; } + +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover:not(:checked):not(:active):not(:only-child):hover, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover:not(:checked):not(:active):not(:only-child):hover, .primary-toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):hover, .header-bar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):hover { + box-shadow: inset 1px 0 rgba(41, 41, 41, 0.4), inset -1px 0 rgba(41, 41, 41, 0.4); } + +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, .primary-toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, .header-bar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):first-child:hover { + box-shadow: inset -1px 0 rgba(41, 41, 41, 0.4); } + +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, .primary-toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, .header-bar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):last-child:hover { + box-shadow: inset 1px 0 rgba(41, 41, 41, 0.4); } + +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry + .entry, .header-bar .linked:not(.vertical):not(.path-bar) > .entry + .entry { + border-left-color: rgba(41, 41, 41, 0); } + +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.error + .entry, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.error + .entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry + .entry.error, .header-bar .linked:not(.vertical):not(.path-bar) > .entry + .entry.error { + border-left-color: rgba(41, 41, 41, 0); } + +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.warning + .entry, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.warning + .entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry + .entry.warning, .header-bar .linked:not(.vertical):not(.path-bar) > .entry + .entry.warning { + border-left-color: rgba(41, 41, 41, 0); } + +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.error + .entry.warning, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.error + .entry.warning, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.warning + .entry.error, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.warning + .entry.error { + border-left-color: rgba(41, 41, 41, 0); } + +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry + .entry:focus:not(:last-child), .header-bar .linked:not(.vertical):not(.path-bar) > .entry + .entry:focus:not(:last-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry + .entry:focus:last-child, .header-bar .linked:not(.vertical):not(.path-bar) > .entry + .entry:focus:last-child { + border-left-color: rgba(41, 41, 41, 0.4); } + +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + .entry, .header-bar .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + .entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + .button, .header-bar .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + .button, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .header-bar .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox, .header-bar .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-left-color: rgba(41, 41, 41, 0.4); } + +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry + .entry.warning:focus:not(:last-child), .header-bar .linked:not(.vertical):not(.path-bar) > .entry + .entry.warning:focus:not(:last-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry + .entry.warning:focus:last-child, .header-bar .linked:not(.vertical):not(.path-bar) > .entry + .entry.warning:focus:last-child { + border-left-color: rgba(41, 41, 41, 0.4); } + +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + .entry, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + .entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + .button, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + .button, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-left-color: rgba(41, 41, 41, 0.4); } + +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry + .entry.error:focus:not(:last-child), .header-bar .linked:not(.vertical):not(.path-bar) > .entry + .entry.error:focus:not(:last-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry + .entry.error:focus:last-child, .header-bar .linked:not(.vertical):not(.path-bar) > .entry + .entry.error:focus:last-child { + border-left-color: rgba(41, 41, 41, 0.4); } + +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + .entry, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + .entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + .button, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + .button, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-left-color: rgba(41, 41, 41, 0.4); } + +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:active + .entry, .header-bar .linked:not(.vertical):not(.path-bar) > .button:active + .entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:checked + .entry, .header-bar .linked:not(.vertical):not(.path-bar) > .button:checked + .entry { + border-left-color: rgba(41, 41, 41, 0.4); } + +.primary-toolbar .button.suggested-action, .header-bar .button.suggested-action { + background-clip: border-box; + color: #EBDBB2; + outline-color: rgba(235, 219, 178, 0.3); + background-color: #4DADD4; + border-color: #4DADD4; } + .primary-toolbar .button.suggested-action.flat, .header-bar .button.suggested-action.flat, .primary-toolbar .suggested-action.sidebar-button.button, .header-bar .suggested-action.sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #4DADD4; + outline-color: rgba(77, 173, 212, 0.3); } + .primary-toolbar .button.suggested-action:hover, .header-bar .button.suggested-action:hover { + background-clip: border-box; + color: #EBDBB2; + outline-color: rgba(235, 219, 178, 0.3); + background-color: #76c0de; + border-color: #76c0de; } + .primary-toolbar .button.suggested-action:active, .header-bar .button.suggested-action:active, .primary-toolbar .button.suggested-action:checked, .header-bar .button.suggested-action:checked { + background-clip: border-box; + color: #EBDBB2; + outline-color: rgba(235, 219, 178, 0.3); + background-color: #2e96c0; + border-color: #2e96c0; } + .primary-toolbar .button.suggested-action.flat:insensitive, .header-bar .button.suggested-action.flat:insensitive, .primary-toolbar .suggested-action.sidebar-button.button:insensitive, .header-bar .suggested-action.sidebar-button.button:insensitive, .primary-toolbar .button.suggested-action:insensitive, .header-bar .button.suggested-action:insensitive { + color: rgba(235, 219, 178, 0.35); + background-color: rgba(40, 40, 40, 0); + border-color: rgba(40, 40, 40, 0); } + .primary-toolbar .button.suggested-action.flat:insensitive > GtkLabel, .header-bar .button.suggested-action.flat:insensitive > GtkLabel, .primary-toolbar .suggested-action.sidebar-button.button:insensitive > GtkLabel, .header-bar .suggested-action.sidebar-button.button:insensitive > GtkLabel, .primary-toolbar .button.suggested-action:insensitive > GtkLabel, .header-bar .button.suggested-action:insensitive > GtkLabel { + color: inherit; } + +.primary-toolbar .button.suggested-action:backdrop, .header-bar .button.suggested-action:backdrop, .primary-toolbar .button.suggested-action:backdrop, .header-bar .button.suggested-action:backdrop { + opacity: 0.8; } + +.primary-toolbar .button.destructive-action, .header-bar .button.destructive-action { + background-clip: border-box; + color: #EBDBB2; + outline-color: rgba(235, 219, 178, 0.3); + background-color: #F04A50; + border-color: #F04A50; } + .primary-toolbar .button.destructive-action.flat, .header-bar .button.destructive-action.flat, .primary-toolbar .destructive-action.sidebar-button.button, .header-bar .destructive-action.sidebar-button.button { + 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, .header-bar .button.destructive-action:hover { + background-clip: border-box; + color: #EBDBB2; + outline-color: rgba(235, 219, 178, 0.3); + background-color: #f4797e; + border-color: #f4797e; } + .primary-toolbar .button.destructive-action:active, .header-bar .button.destructive-action:active, .primary-toolbar .button.destructive-action:checked, .header-bar .button.destructive-action:checked { + background-clip: border-box; + color: #EBDBB2; + outline-color: rgba(235, 219, 178, 0.3); + background-color: #ec1b22; + border-color: #ec1b22; } + .primary-toolbar .button.destructive-action.flat:insensitive, .header-bar .button.destructive-action.flat:insensitive, .primary-toolbar .destructive-action.sidebar-button.button:insensitive, .header-bar .destructive-action.sidebar-button.button:insensitive, .primary-toolbar .button.destructive-action:insensitive, .header-bar .button.destructive-action:insensitive { + color: rgba(235, 219, 178, 0.35); + background-color: rgba(40, 40, 40, 0); + border-color: rgba(40, 40, 40, 0); } + .primary-toolbar .button.destructive-action.flat:insensitive > GtkLabel, .header-bar .button.destructive-action.flat:insensitive > GtkLabel, .primary-toolbar .destructive-action.sidebar-button.button:insensitive > GtkLabel, .header-bar .destructive-action.sidebar-button.button:insensitive > GtkLabel, .primary-toolbar .button.destructive-action:insensitive > GtkLabel, .header-bar .button.destructive-action:insensitive > GtkLabel { + color: inherit; } + +.primary-toolbar .button.destructive-action:backdrop, .header-bar .button.destructive-action:backdrop, .primary-toolbar .button.destructive-action:backdrop, .header-bar .button.destructive-action:backdrop { + opacity: 0.8; } + +.primary-toolbar .spinbutton:focus .button, .header-bar .spinbutton:focus .button { + color: #EBDBB2; } + .primary-toolbar .spinbutton:focus .button:hover, .header-bar .spinbutton:focus .button:hover { + background-color: rgba(235, 219, 178, 0.1); + border-color: transparent; } + .primary-toolbar .spinbutton:focus .button:insensitive, .header-bar .spinbutton:focus .button:insensitive { + color: rgba(235, 219, 178, 0.4); } + +.primary-toolbar .spinbutton .button, .header-bar .spinbutton .button { + color: rgba(235, 219, 178, 0.8); } + .primary-toolbar .spinbutton .button:hover, .header-bar .spinbutton .button:hover { + background-color: rgba(235, 219, 178, 0.05); + border-color: transparent; } + .primary-toolbar .spinbutton .button:insensitive, .header-bar .spinbutton .button:insensitive { + color: rgba(235, 219, 178, 0.5); } + .primary-toolbar .spinbutton .button:active, .header-bar .spinbutton .button:active { + background-color: rgba(0, 0, 0, 0.1); } + +.primary-toolbar GtkComboBox:insensitive, .header-bar GtkComboBox:insensitive { + color: rgba(235, 219, 178, 0.2); } + +.primary-toolbar GtkComboBox.combobox-entry .button, .header-bar GtkComboBox.combobox-entry .button { + color: rgba(235, 219, 178, 0.8); + border-color: rgba(41, 41, 41, 0.4); + background-image: linear-gradient(to bottom, rgba(82, 82, 82, 0.4)); + background-color: transparent; } + .primary-toolbar GtkComboBox.combobox-entry .button.image, .header-bar GtkComboBox.combobox-entry .button.image, .primary-toolbar GtkComboBox.combobox-entry .button.image:hover, .header-bar GtkComboBox.combobox-entry .button.image:hover { + color: inherit; } + .primary-toolbar GtkComboBox.combobox-entry .button:hover, .header-bar GtkComboBox.combobox-entry .button:hover { + color: #EBDBB2; + border-color: transparent; + background-image: linear-gradient(to bottom, #458588); + box-shadow: none; } + .primary-toolbar GtkComboBox.combobox-entry .button:insensitive, .header-bar GtkComboBox.combobox-entry .button:insensitive { + color: rgba(235, 219, 178, 0.35); + background-image: linear-gradient(to bottom, rgba(82, 82, 82, 0.25)); } + +.primary-toolbar GtkComboBox.combobox-entry .entry:dir(ltr), .header-bar GtkComboBox.combobox-entry .entry:dir(ltr) { + border-right-style: none; } + .primary-toolbar GtkComboBox.combobox-entry .entry:dir(ltr):focus, .header-bar GtkComboBox.combobox-entry .entry:dir(ltr):focus { + box-shadow: none; } + +.primary-toolbar GtkComboBox.combobox-entry .entry:dir(rtl), .header-bar GtkComboBox.combobox-entry .entry:dir(rtl) { + border-left-style: none; } + .primary-toolbar GtkComboBox.combobox-entry .entry:dir(rtl):focus, .header-bar GtkComboBox.combobox-entry .entry:dir(rtl):focus { + box-shadow: none; } + +.primary-toolbar GtkSwitch:backdrop, .header-bar GtkSwitch:backdrop { + opacity: 0.75; } + +.primary-toolbar GtkProgressBar.trough, .header-bar GtkProgressBar.trough, .primary-toolbar .level-bar.trough, .header-bar .level-bar.trough { + background-color: rgba(41, 41, 41, 0.4); } + +.primary-toolbar GtkProgressBar:backdrop, .header-bar GtkProgressBar:backdrop { + opacity: 0.75; } + +.primary-toolbar .scale:backdrop, .header-bar .scale:backdrop { + opacity: 0.75; } + +.primary-toolbar .scale.trough, .header-bar .scale.trough { + background-image: linear-gradient(to bottom, rgba(41, 41, 41, 0.4)); } + .primary-toolbar .scale.trough:insensitive, .header-bar .scale.trough:insensitive { + background-image: linear-gradient(to bottom, rgba(41, 41, 41, 0.3)); } + +.primary-toolbar .scale.slider, .header-bar .scale.slider { + background-image: linear-gradient(to bottom, #454c5c); + border-color: rgba(41, 41, 41, 0.7); } + .primary-toolbar .scale.slider:hover, .header-bar .scale.slider:hover { + background-image: linear-gradient(to bottom, #50586b); + border-color: rgba(41, 41, 41, 0.7); } + .primary-toolbar .scale.slider:active, .header-bar .scale.slider:active { + background-image: linear-gradient(to bottom, #458588); + border-color: #458588; } + .primary-toolbar .scale.slider:insensitive, .header-bar .scale.slider:insensitive { + background-image: linear-gradient(to bottom, #3e4553); + border-color: rgba(41, 41, 41, 0.7); } + +.path-bar .button { + padding: 5px 10px; } + .path-bar .button:first-child { + padding-left: 10px; } + .path-bar .button:last-child { + padding-right: 10px; } + .path-bar .button:only-child { + padding-left: 14px; + padding-right: 14px; } + .path-bar .button GtkLabel:last-child { + padding-left: 4px; } + .path-bar .button GtkLabel:first-child { + padding-right: 4px; } + .path-bar .button GtkLabel:only-child, .path-bar .button GtkLabel { + padding-right: 0; + padding-left: 0; } + .path-bar .button GtkImage { + padding-top: 2px; + padding-bottom: 1px; } + +GtkTreeView.view { + -GtkTreeView-grid-line-width: 1; + -GtkTreeView-grid-line-pattern: ''; + -GtkTreeView-tree-line-width: 1; + -GtkTreeView-tree-line-pattern: ''; + -GtkTreeView-expander-size: 16; + border-left-color: rgba(0, 0, 0, 0.15); + border-top-color: rgba(0, 0, 0, 0.1); } + GtkTreeView.view:selected { + border-radius: 0; + border-left-color: #a9caf1; + border-top-color: rgba(0, 0, 0, 0.1); } + GtkTreeView.view:insensitive { + color: rgba(0, 0, 0, 0.55); } + GtkTreeView.view:insensitive:selected { + color: #97bfee; } + GtkTreeView.view.dnd { + border-style: solid none; + border-width: 1px; + border-color: #577ba7; } + GtkTreeView.view.expander { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); + color: #aeb0b6; } + GtkTreeView.view.expander:dir(rtl) { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } + GtkTreeView.view.expander:hover { + color: #000000; } + GtkTreeView.view.expander:selected { + color: #cbdff6; } + GtkTreeView.view.expander:selected:hover { + color: #EBDBB2; } + GtkTreeView.view.expander:checked { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } + GtkTreeView.view.progressbar { + color: #EBDBB2; + border-radius: 3px; + background-image: linear-gradient(to bottom, #458588); } + GtkTreeView.view.progressbar:selected { + color: #458588; + box-shadow: none; + background-image: linear-gradient(to bottom, #ffffff); } + GtkTreeView.view.trough, GtkTreeView.view.trough:selected { + color: #000000; + background-image: linear-gradient(to bottom, #cfd6e6); + border-radius: 3px; + border-width: 0; } + +column-header .button { + color: #7d8189; + background-color: #ffffff; } + column-header .button:hover { + color: #458588; + box-shadow: none; + transition: none; } + column-header .button:active { + color: #000000; + transition: none; } + +column-header:last-child .button, column-header:last-child.button { + border-right-style: none; + border-image: none; } + +column-header.button.dnd, column-header .button.dnd, column-header.button.dnd:active, column-header.button.dnd:selected, column-header.button.dnd:hover { + transition: none; + color: #458588; + box-shadow: inset 1px 1px 0 1px #458588, inset -1px 0 0 1px #458588, inset 1px 1px #ffffff, inset -1px 0 #ffffff; } + +column-header .button, column-header .button:hover, column-header .button:active { + padding: 3px 6px; + background-image: none; + border-style: none solid none none; + border-radius: 0; + border-image: linear-gradient(to bottom, transparent 20%, rgba(0, 0, 0, 0.11) 20%, rgba(0, 0, 0, 0.11) 80%, transparent 80%) 0 1 0 0/0 1px 0 0 stretch; } + column-header .button:active, column-header .button:hover { + background-color: #ffffff; } + column-header .button:active:hover { + color: #000000; } + column-header .button:insensitive { + border-color: #F0F1F2; + background-image: none; } + +.menubar { + -GtkWidget-window-dragging: true; + background-color: #282828; + color: rgba(235, 219, 178, 0.8); + padding: 0px; } +.menubar:backdrop { + background-color: shade(#282828, 1); + color: rgba(235, 219, 178, 0.5); } +.menubar > .menuitem { + padding: 6px 8px; + border: solid transparent; + border-width: 0; } +.menubar > .menuitem:hover { + border-width: 1px; + border-radius: 0px; + border-style: solid; + border-top-color: shade(#282828, 0.9); + border-right-color: shade(#282828, 0.9); + border-left-color: shade(#282828, 0.9); + border-bottom-color: shade(#282828, 1.2); + background-color: #458588; + color: #EBDBB2; } +.menubar > .menuitem:insensitive { + color: rgba(235, 219, 178, 0.2); + border-color: transparent; } +.menu { + margin: 4px; + padding: 0px; + color: #EBDBB2; + background-color: shade(#282828, 1.2); + border: 1px solid shade(#282828, 0.9); } +.menu .menuitem { + text-shadow: none; + padding: 4px; } +.menu .menuitem:hover { + color: #EBDBB2; + background-color: rgba(235, 219, 178, 0.1); + border: solid rgba(255, 255, 255, 0.12); + border-width: 1px 1px 1px 1px; } +.menu .menuitem:insensitive { + color: rgba(211, 218, 227, 0.45); } +.menu .menuitem.separator { + -GtkMenuItem-horizontal-padding: 0; + border-width: 1px; + color: #3D3D3D; } +.menu .menuitem.arrow { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } +.menu .menuitem.arrow:dir(rtl) { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } +.menu.button { + border-style: none; + border-radius: 0; } + .menu.button.top { + border-bottom: 1px solid #4f5461; } + .menu.button.bottom { + border-top: 1px solid #4f5461; } + .menu.button:hover { + background-color: #4f5461; } + .menu.button:insensitive { + color: transparent; + background-color: transparent; + border-color: transparent; } + + +.csd .popup { + border-radius: 2px; } + +.menuitem .accelerator { + color: alpha(currentColor,0.55); } + +.popover { + padding: 2px; + border: 1px solid #cdd2d7; + border-radius: 3px; + background-clip: border-box; + background-color: #ffffff; + box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.07); } + .popover .separator, .popover .sidebar .view.separator, .sidebar .popover .view.separator { + color: rgba(235, 219, 178, 0); } + .popover > .list, + .popover > .view, + .popover > .toolbar, + .popover > .inline-toolbar, + .popover.osd > .toolbar, + .popover.osd > .inline-toolbar { + border-style: none; + background-color: transparent; } + +.entry.cursor-handle, +.cursor-handle { + background-color: transparent; + background-image: none; + box-shadow: none; + border-style: none; } + .entry.cursor-handle.top, + .cursor-handle.top { + -gtk-icon-source: -gtk-icontheme("selection-start-symbolic"); } + .entry.cursor-handle.bottom, + .cursor-handle.bottom { + -gtk-icon-source: -gtk-icontheme("selection-end-symbolic"); } + +.notebook { + padding: 0; + background-color: #ffffff; + -GtkNotebook-initial-gap: 4; + -GtkNotebook-arrow-spacing: 5; + -GtkNotebook-tab-curvature: 0; + -GtkNotebook-tab-overlap: 1; + -GtkNotebook-has-tab-gap: false; + -GtkWidget-focus-padding: 0; + -GtkWidget-focus-line-width: 0; + transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } + .notebook.frame { + border: 1px solid #dcdfe3; } + .notebook.frame.top { + border-top-width: 0; } + .notebook.frame.bottom { + border-bottom-width: 0; } + .notebook.frame.right { + border-right-width: 0; } + .notebook.frame.left { + border-left-width: 0; } + .notebook.header { + background-color: #F0F1F2; } + .notebook.header.frame { + border: 0px solid #dcdfe3; } + .notebook.header.frame.top { + border-bottom-width: 0; } + .notebook.header.frame.bottom { + border-top-width: 0; } + .notebook.header.frame.right { + border-left-width: 0; } + .notebook.header.frame.left { + border-right-width: 0; } + .notebook.header.top { + box-shadow: inset 0 -1px #dcdfe3; } + .notebook.header.bottom { + box-shadow: inset 0 1px #dcdfe3; } + .notebook.header.right { + box-shadow: inset 1px 0 #dcdfe3; } + .notebook.header.left { + box-shadow: inset -1px 0 #dcdfe3; } + .notebook tab { + border-width: 0; + border-style: solid; + border-color: transparent; + background-color: transparent; + outline-color: transparent; + outline-offset: 0; } + .notebook tab.top, .notebook tab.bottom { + padding: 4px 15px; } + .notebook tab.left, .notebook tab.right { + padding: 4px 15px; } + .notebook tab.reorderable-page.top, .notebook tab.reorderable-page.bottom { + padding-left: 12px; + padding-right: 12px; } + .notebook tab.reorderable-page.top, .notebook tab.top { + padding-top: 6px; + border-radius: 3.5px 2px 0 0; + border-width: 0; + border-top-width: 2px; + border-color: transparent; + background-color: rgba(235, 219, 178, 0); } + .notebook tab.reorderable-page.top:hover, .notebook tab.reorderable-page.top.prelight-page, .notebook tab.top:hover, .notebook tab.top.prelight-page { + background-color: rgba(235, 219, 178, 0.5); + box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } + .notebook tab.reorderable-page.top:active, .notebook tab.reorderable-page.top.active-page, .notebook tab.reorderable-page.top.active-page:hover, .notebook tab.top:active, .notebook tab.top.active-page, .notebook tab.top.active-page:hover { + background-color: #ffffff; + box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #ffffff, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } + .notebook tab.reorderable-page.bottom, .notebook tab.bottom { + padding-bottom: 6px; + border-radius: 0 0 2px 3.5px; + border-width: 0; + border-bottom-width: 2px; + border-color: transparent; + background-color: rgba(235, 219, 178, 0); } + .notebook tab.reorderable-page.bottom:hover, .notebook tab.reorderable-page.bottom.prelight-page, .notebook tab.bottom:hover, .notebook tab.bottom.prelight-page { + background-color: rgba(235, 219, 178, 0.5); + box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } + .notebook tab.reorderable-page.bottom:active, .notebook tab.reorderable-page.bottom.active-page, .notebook tab.reorderable-page.bottom.active-page:hover, .notebook tab.bottom:active, .notebook tab.bottom.active-page, .notebook tab.bottom.active-page:hover { + background-color: #ffffff; + box-shadow: inset 0 -1px #ffffff, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } + .notebook tab.reorderable-page.right, .notebook tab.right { + padding-right: 17px; + border-radius: 0 3.5px 3.5px 0; + border-width: 0; + border-right-width: 2px; + border-color: transparent; + background-color: rgba(235, 219, 178, 0); } + .notebook tab.reorderable-page.right:hover, .notebook tab.reorderable-page.right.prelight-page, .notebook tab.right:hover, .notebook tab.right.prelight-page { + background-color: rgba(235, 219, 178, 0.5); + box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } + .notebook tab.reorderable-page.right:active, .notebook tab.reorderable-page.right.active-page, .notebook tab.reorderable-page.right.active-page:hover, .notebook tab.right:active, .notebook tab.right.active-page, .notebook tab.right.active-page:hover { + background-color: #ffffff; + box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #ffffff, inset -1px 0 #dcdfe3; } + .notebook tab.reorderable-page.left, .notebook tab.left { + padding-left: 17px; + border-radius: 3.5px 0 0 3.5px; + border-width: 0; + border-left-width: 2px; + border-color: transparent; + background-color: rgba(235, 219, 178, 0); } + .notebook tab.reorderable-page.left:hover, .notebook tab.reorderable-page.left.prelight-page, .notebook tab.left:hover, .notebook tab.left.prelight-page { + background-color: rgba(235, 219, 178, 0.5); + box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } + .notebook tab.reorderable-page.left:active, .notebook tab.reorderable-page.left.active-page, .notebook tab.reorderable-page.left.active-page:hover, .notebook tab.left:active, .notebook tab.left.active-page, .notebook tab.left.active-page:hover { + background-color: #ffffff; + box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #ffffff; } + .notebook tab GtkLabel { + padding: 0 2px; + color: rgba(0, 0, 0, 0.55); } + .notebook tab .prelight-page GtkLabel, .notebook tab GtkLabel.prelight-page { + color: rgba(0, 0, 0, 0.775); } + .notebook tab .active-page GtkLabel, .notebook tab GtkLabel.active-page { + color: #000000; } + .notebook tab .button { + padding: 0; + color: #92959d; } + .notebook tab .button:hover { + color: #ff4d4d; } + .notebook tab .button:active { + color: #458588; } + .notebook tab .button > GtkImage { + padding: 2px; } + .notebook.arrow { + color: rgba(0, 0, 0, 0.55); } + .notebook.arrow:hover { + color: rgba(0, 0, 0, 0.775); } + .notebook.arrow:active { + color: #000000; } + .notebook.arrow:insensitive { + color: rgba(0, 0, 0, 0.25); } + +.scrollbar { + -GtkRange-slider-width: 13; + -GtkRange-trough-border: 0; + -GtkScrollbar-has-backward-stepper: false; + -GtkScrollbar-has-forward-stepper: false; + -GtkScrollbar-min-slider-length: 42; + -GtkRange-stepper-spacing: 0; + -GtkRange-trough-under-steppers: 1; } + .scrollbar .button { + border: none; } + .scrollbar.overlay-indicator:not(.dragging):not(.hovering) { + opacity: 0.4; + -GtkRange-slider-width: 6px; } + .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .slider { + margin: 0; + background-color: #8a8e96; + border: 1px solid rgba(255, 255, 255, 0.6); + background-clip: padding-box; } + .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .trough { + border-style: none; + background-color: transparent; } + .scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical .slider { + margin-top: 2px; + margin-bottom: 2px; } + .scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal .slider { + margin-left: 2px; + margin-right: 2px; } + .scrollbar.overlay-indicator.dragging, .scrollbar.overlay-indicator.hovering { + opacity: 0.99; } + .scrollbar .trough { + background-color: #fcfcfc; + border: 1px none #dcdfe3; } + .scrollbar .slider { + background-color: #b8babf; } + .scrollbar .slider:hover { + background-color: #c7c9cd; } + .scrollbar .slider:prelight:active, .scrollbar .slider:active { + background-color: #458588; } + .scrollbar .slider:insensitive { + background-color: transparent; } + .scrollbar .slider { + border-radius: 100px; + margin: 3px; } + .scrollbar.fine-tune .slider { + margin: 4px; } + .scrollbar.vertical .slider { + margin-left: 4px; } + .scrollbar.vertical .slider:dir(rtl) { + margin-left: 3px; + margin-right: 4px; } + .scrollbar.vertical.fine-tune .slider { + margin-left: 5px; } + .scrollbar.vertical.fine-tune .slider:dir(rtl) { + margin-left: 4px; + margin-right: 5px; } + .scrollbar.vertical .trough { + border-left-style: solid; } + .scrollbar.vertical .trough:dir(rtl) { + border-left-style: none; + border-right-style: solid; } + .scrollbar.horizontal .slider { + margin-top: 4px; } + .scrollbar.horizontal.fine-tune .slider { + margin-top: 5px; } + .scrollbar.horizontal .trough { + border-top-style: solid; } + +.scrollbars-junction, +.scrollbars-junction.frame { + border-color: transparent; + border-image: linear-gradient(to bottom, #dcdfe3 1px, transparent 1px) 0 0 0 1/0 1px stretch; + background-color: #fcfcfc; } + .scrollbars-junction:dir(rtl), + .scrollbars-junction.frame:dir(rtl) { + border-image-slice: 0 1 0 0; } + +GtkSwitch { + font: 1; + -GtkSwitch-slider-width: 52; + -GtkSwitch-slider-height: 24; + outline-color: transparent; } + GtkSwitch.trough, GtkSwitch.slider { + background-size: 52px 24px; + background-repeat: no-repeat; + background-position: right center; + color: transparent; + border-color: transparent; + border-image: none; + border-style: none; + box-shadow: none; } + GtkSwitch.trough:dir(rtl), GtkSwitch.slider:dir(rtl) { + background-position: left center; } + +GtkSwitch.trough { + background-image: -gtk-scaled(url("assets/switch.png"), url("assets/switch@2.png")); } + +.list-row:selected GtkSwitch.trough, +GtkInfoBar GtkSwitch.trough { + background-image: -gtk-scaled(url("assets/switch-selected.png"), url("assets/switch-selected@2.png")); } + +.header-bar GtkSwitch.trough, +.primary-toolbar GtkSwitch.trough { + background-image: -gtk-scaled(url("assets/switch-header-dark.png"), url("assets/switch-header-dark@2.png")); } + +GtkSwitch.trough:active { + background-image: -gtk-scaled(url("assets/switch-active.png"), url("assets/switch-active@2.png")); } + +.list-row:selected GtkSwitch.trough:active, +GtkInfoBar GtkSwitch.trough:active { + background-image: -gtk-scaled(url("assets/switch-active-selected.png"), url("assets/switch-active-selected@2.png")); } + +.header-bar GtkSwitch.trough:active, +.primary-toolbar GtkSwitch.trough:active { + background-image: -gtk-scaled(url("assets/switch-active-header-dark.png"), url("assets/switch-active-header-dark@2.png")); } + +GtkSwitch.trough:insensitive { + background-image: -gtk-scaled(url("assets/switch-insensitive.png"), url("assets/switch-insensitive@2.png")); } + +.list-row:selected GtkSwitch.trough:insensitive, +GtkInfoBar GtkSwitch.trough:insensitive { + background-image: -gtk-scaled(url("assets/switch-insensitive-selected.png"), url("assets/switch-insensitive-selected@2.png")); } + +.header-bar GtkSwitch.trough:insensitive, +.primary-toolbar GtkSwitch.trough:insensitive { + background-image: -gtk-scaled(url("assets/switch-insensitive-header-dark.png"), url("assets/switch-insensitive-header-dark@2.png")); } + +GtkSwitch.trough:active:insensitive { + background-image: -gtk-scaled(url("assets/switch-active-insensitive.png"), url("assets/switch-active-insensitive@2.png")); } + +.list-row:selected GtkSwitch.trough:active:insensitive, +GtkInfoBar GtkSwitch.trough:active:insensitive { + background-image: -gtk-scaled(url("assets/switch-active-insensitive-selected.png"), url("assets/switch-active-insensitive-selected@2.png")); } + +.header-bar GtkSwitch.trough:active:insensitive, +.primary-toolbar GtkSwitch.trough:active:insensitive { + background-image: -gtk-scaled(url("assets/switch-active-insensitive-header-dark.png"), url("assets/switch-active-insensitive-header-dark@2.png")); } + +.check { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked.png"), url("assets/checkbox-unchecked@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .check, +GtkFileChooserDialog .dialog-vbox > .frame .check { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-dark.png"), url("assets/checkbox-unchecked-dark@2.png")); } + +GtkTreeView.view.check:selected, +.list-row:selected .check, +GtkInfoBar .check { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-selected.png"), url("assets/checkbox-unchecked-selected@2.png")); } + +.check:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive.png"), url("assets/checkbox-unchecked-insensitive@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .check:insensitive, +GtkFileChooserDialog .dialog-vbox > .frame .check:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png")); } + +GtkTreeView.view.check:insensitive:selected, +.list-row:selected .check:insensitive, +GtkInfoBar .check:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-selected.png"), url("assets/checkbox-unchecked-insensitive-selected@2.png")); } + +.check:inconsistent { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed.png"), url("assets/checkbox-mixed@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .check:inconsistent, +GtkFileChooserDialog .dialog-vbox > .frame .check:inconsistent { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-dark.png"), url("assets/checkbox-mixed-dark@2.png")); } + +GtkTreeView.view.check:inconsistent:selected, +.list-row:selected .check:inconsistent, +GtkInfoBar .check:inconsistent { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-selected.png"), url("assets/checkbox-mixed-selected@2.png")); } + +.check:inconsistent:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive.png"), url("assets/checkbox-mixed-insensitive@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .check:inconsistent:insensitive, +GtkFileChooserDialog .dialog-vbox > .frame .check:inconsistent:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png")); } + +GtkTreeView.view.check:inconsistent:insensitive:selected, +.list-row:selected .check:inconsistent:insensitive, +GtkInfoBar .check:inconsistent:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-selected.png"), url("assets/checkbox-mixed-insensitive-selected@2.png")); } + +.check:checked { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked.png"), url("assets/checkbox-checked@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .check:checked, +GtkFileChooserDialog .dialog-vbox > .frame .check:checked { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-dark.png"), url("assets/checkbox-checked-dark@2.png")); } + +GtkTreeView.view.check:checked:selected, +.list-row:selected .check:checked, +GtkInfoBar .check:checked { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-selected.png"), url("assets/checkbox-checked-selected@2.png")); } + +.check:checked:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive.png"), url("assets/checkbox-checked-insensitive@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .check:checked:insensitive, +GtkFileChooserDialog .dialog-vbox > .frame .check:checked:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png")); } + +GtkTreeView.view.check:checked:insensitive:selected, +.list-row:selected .check:checked:insensitive, +GtkInfoBar .check:checked:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-selected.png"), url("assets/checkbox-checked-insensitive-selected@2.png")); } + +.radio { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked.png"), url("assets/radio-unchecked@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .radio, +GtkFileChooserDialog .dialog-vbox > .frame .radio { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-dark.png"), url("assets/radio-unchecked-dark@2.png")); } + +GtkTreeView.view.radio:selected, +.list-row:selected .radio, +GtkInfoBar .radio { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-selected.png"), url("assets/radio-unchecked-selected@2.png")); } + +.radio:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive.png"), url("assets/radio-unchecked-insensitive@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .radio:insensitive, +GtkFileChooserDialog .dialog-vbox > .frame .radio:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png")); } + +GtkTreeView.view.radio:insensitive:selected, +.list-row:selected .radio:insensitive, +GtkInfoBar .radio:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-selected.png"), url("assets/radio-unchecked-insensitive-selected@2.png")); } + +.radio:inconsistent { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed.png"), url("assets/radio-mixed@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .radio:inconsistent, +GtkFileChooserDialog .dialog-vbox > .frame .radio:inconsistent { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-dark.png"), url("assets/radio-mixed-dark@2.png")); } + +GtkTreeView.view.radio:inconsistent:selected, +.list-row:selected .radio:inconsistent, +GtkInfoBar .radio:inconsistent { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-selected.png"), url("assets/radio-mixed-selected@2.png")); } + +.radio:inconsistent:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive.png"), url("assets/radio-mixed-insensitive@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .radio:inconsistent:insensitive, +GtkFileChooserDialog .dialog-vbox > .frame .radio:inconsistent:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png")); } + +GtkTreeView.view.radio:inconsistent:insensitive:selected, +.list-row:selected .radio:inconsistent:insensitive, +GtkInfoBar .radio:inconsistent:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-selected.png"), url("assets/radio-mixed-insensitive-selected@2.png")); } + +.radio:checked { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked.png"), url("assets/radio-checked@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .radio:checked, +GtkFileChooserDialog .dialog-vbox > .frame .radio:checked { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-dark.png"), url("assets/radio-checked-dark@2.png")); } + +GtkTreeView.view.radio:checked:selected, +.list-row:selected .radio:checked, +GtkInfoBar .radio:checked { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-selected.png"), url("assets/radio-checked-selected@2.png")); } + +.radio:checked:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive.png"), url("assets/radio-checked-insensitive@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .radio:checked:insensitive, +GtkFileChooserDialog .dialog-vbox > .frame .radio:checked:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png")); } + +GtkTreeView.view.radio:checked:insensitive:selected, +.list-row:selected .radio:checked:insensitive, +GtkInfoBar .radio:checked:insensitive { + -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) { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-selectionmode.png"), url("assets/checkbox-selectionmode@2.png")); + background-color: transparent; } + +.view.content-view.check:checked:not(.list) { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-selectionmode.png"), url("assets/checkbox-checked-selectionmode@2.png")); + background-color: transparent; } + +GtkCheckButton.text-button, GtkRadioButton.text-button { + padding: 1px 2px 4px; + outline-offset: 0; } + GtkCheckButton.text-button:insensitive, GtkCheckButton.text-button:insensitive:active, GtkCheckButton.text-button:insensitive:inconsistent, GtkRadioButton.text-button:insensitive, GtkRadioButton.text-button:insensitive:active, GtkRadioButton.text-button:insensitive:inconsistent { + color: rgba(0, 0, 0, 0.55); } + +.scale { + -GtkScale-slider-length: 15; + -GtkRange-slider-width: 15; + -GtkRange-trough-border: 0; + outline-offset: -1px; + outline-radius: 2px; + color: alpha(currentColor,0.7); } + .scale.trough { + margin: 5px; } + .scale.fine-tune.trough { + border-radius: 5px; + margin: 3px; } + .scale.slider { + background-clip: border-box; + background-image: linear-gradient(to bottom, #fbfbfc); + border: 1px solid rgba(123, 142, 186, 0.5); + border-radius: 50%; + box-shadow: none; } + .scale.slider:hover { + background-image: linear-gradient(to bottom, white); + border-color: rgba(123, 142, 186, 0.5); } + .scale.slider:insensitive { + background-image: linear-gradient(to bottom, #fbfbfb); + border-color: rgba(123, 142, 186, 0.3); } + .scale.slider:active { + background-image: linear-gradient(to bottom, #458588); + border-color: #458588; } + .osd .scale.slider { + background-image: linear-gradient(to bottom, #323232); + border-color: #458588; } + .osd .scale.slider:hover { + background-image: linear-gradient(to bottom, #458588); } + .osd .scale.slider:active { + background-image: linear-gradient(to bottom, #2679db); + border-color: #2679db; } + .list-row:selected .scale.slider, + GtkInfoBar .scale.slider { + background-image: linear-gradient(to bottom, #ffffff); + border-color: #ffffff; } + .list-row:selected .scale.slider:hover, + GtkInfoBar .scale.slider:hover { + background-image: linear-gradient(to bottom, #e5effb); + border-color: #e5effb; } + .list-row:selected .scale.slider:active, + GtkInfoBar .scale.slider:active { + background-image: linear-gradient(to bottom, #a9caf1); + border-color: #a9caf1; } + .list-row:selected .scale.slider:insensitive, + GtkInfoBar .scale.slider:insensitive { + background-image: linear-gradient(to bottom, #b1cff2); + border-color: #b1cff2; } + .scale.trough { + border: none; + border-radius: 2.5px; + background-image: linear-gradient(to bottom, #cfd6e6); } + .scale.trough.highlight { + background-image: linear-gradient(to bottom, #458588); } + .scale.trough.highlight:insensitive { + background-image: linear-gradient(to bottom, rgba(82, 148, 226, 0.55)); } + .scale.trough:insensitive { + background-image: linear-gradient(to bottom, rgba(207, 214, 230, 0.55)); } + .osd .scale.trough { + background-image: linear-gradient(to bottom, #454a59); + outline-color: rgba(235, 219, 178, 0.2); } + .osd .scale.trough.highlight { + background-image: none; + background-image: linear-gradient(to bottom, #458588); } + .list-row:selected .scale.trough, + GtkInfoBar .scale.trough { + background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2)); } + .list-row:selected .scale.trough.highlight, + GtkInfoBar .scale.trough.highlight { + background-image: linear-gradient(to bottom, #ffffff); } + .list-row:selected .scale.trough.highlight:insensitive, + GtkInfoBar .scale.trough.highlight:insensitive { + background-image: linear-gradient(to bottom, #b1cff2); } + .list-row:selected .scale.trough:insensitive, + GtkInfoBar .scale.trough:insensitive { + background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1)); } + +GtkProgressBar { + padding: 0; + font-size: smaller; + color: rgba(0, 0, 0, 0.7); } + GtkProgressBar.osd { + -GtkProgressBar-xspacing: 0; + -GtkProgressBar-yspacing: 0; + -GtkProgressBar-min-horizontal-bar-height: 3; } + +.progressbar { + background-color: #458588; + border: none; + border-radius: 3px; + box-shadow: none; } + .progressbar.osd { + background-color: #458588; } + .list-row:selected .progressbar, + GtkInfoBar .progressbar { + background-color: #ffffff; } + +.osd .scale.progressbar { + background-color: #458588; } + +GtkProgressBar.trough, .level-bar.trough { + border: none; + border-radius: 3px; + background-color: #cfd6e6; } + GtkProgressBar.trough.osd, .osd.level-bar.trough { + border-style: none; + background-color: transparent; + box-shadow: none; } + .list-row:selected GtkProgressBar.trough, .list-row:selected .level-bar.trough, + GtkInfoBar GtkProgressBar.trough, + GtkInfoBar .level-bar.trough { + background-color: rgba(0, 0, 0, 0.2); } + +GtkLevelBar { + -GtkLevelBar-min-block-width: 34; + -GtkLevelBar-min-block-height: 3; } + GtkLevelBar.vertical { + -GtkLevelBar-min-block-width: 3; + -GtkLevelBar-min-block-height: 34; } + +.level-bar.trough { + padding: 3px; + border-radius: 4px; } + +.level-bar.fill-block { + border: 1px solid #458588; + background-color: #458588; + border-radius: 2px; } + .level-bar.fill-block.indicator-discrete.horizontal { + margin: 0 1px; } + .level-bar.fill-block.indicator-discrete.vertical { + margin: 1px 0; } + .level-bar.fill-block.level-high { + border-color: #73d216; + background-color: #73d216; } + .level-bar.fill-block.level-low { + border-color: #F27835; + background-color: #F27835; } + .level-bar.fill-block.empty-fill-block { + background-color: rgba(0, 0, 0, 0.2); + border-color: rgba(0, 0, 0, 0.2); } + +.frame { + border: 1px solid #dcdfe3; + padding: 0; } + .frame.flat { + border-style: none; } + .frame.action-bar { + padding: 6px; + border-width: 1px 0 0; } + +GtkScrolledWindow GtkViewport.frame { + border-style: none; } + +.separator, .sidebar.separator, .sidebar .view.separator { + color: rgba(0, 0, 0, 0.1); } + GtkFileChooserButton .separator, GtkFileChooserButton .sidebar.separator, GtkFileChooserButton .sidebar .view.separator, .sidebar GtkFileChooserButton .view.separator, + GtkFontButton .separator, + GtkFontButton .sidebar.separator, + GtkFontButton .sidebar .view.separator, .sidebar + GtkFontButton .view.separator, + GtkFileChooserButton .separator.vertical, + GtkFileChooserButton .sidebar .vertical.view.separator, .sidebar + GtkFileChooserButton .vertical.view.separator, + GtkFontButton .separator.vertical, + GtkFontButton .sidebar .vertical.view.separator, .sidebar + GtkFontButton .vertical.view.separator { + -GtkWidget-wide-separators: true; } + +.list { + background-color: #ffffff; + border-color: #dcdfe3; } + +.list-row, +.grid-child { + padding: 2px; } + +.list-row.activatable:hover, GtkPlacesSidebar.sidebar .has-open-popup { + background-color: rgba(0, 0, 0, 0.05); } + +.list-row.activatable:active { + color: #000000; } + +.list-row.activatable:selected:active { + color: #EBDBB2; } + +.list-row.activatable:selected:hover, GtkPlacesSidebar.sidebar .has-open-popup:selected { + background-color: #4a85cb; } + +.list-row.activatable:selected:insensitive { + color: rgba(235, 219, 178, 0.7); + background-color: rgba(82, 148, 226, 0.7); } + .list-row.activatable:selected:insensitive .label { + color: inherit; } + +.list-row, list-row.activatable { + transition: all 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } + .list-row:hover, list-row.activatable:hover { + transition: none; } + +.app-notification, +.app-notification.frame { + padding: 10px; + color: #EBDBB2; + background-color: #323232; + background-clip: border-box; + border-radius: 0 0 2px 2px; + border-width: 0 1px 1px 1px; + border-style: solid; + border-color: #1f2128; } + .app-notification .button, + .app-notification.frame .button { + color: #EBDBB2; + outline-color: rgba(235, 219, 178, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(102, 109, 132, 0.4); } + .app-notification .button.flat, .app-notification .sidebar-button.button, + .app-notification.frame .button.flat, + .app-notification.frame .sidebar-button.button { + border-color: rgba(82, 148, 226, 0); } + .app-notification .button:hover, + .app-notification.frame .button:hover { + color: #EBDBB2; + outline-color: rgba(235, 219, 178, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(119, 127, 151, 0.5); } + .app-notification .button:active, .app-notification .button:checked, + .app-notification.frame .button:active, + .app-notification.frame .button:checked { + color: #EBDBB2; + outline-color: rgba(235, 219, 178, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: #458588; + background-clip: padding-box; } + .app-notification .button:insensitive, + .app-notification.frame .button:insensitive { + color: #5d626e; + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(102, 109, 132, 0.25); } + +.expander { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } + .expander:dir(rtl) { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } + .expander:hover { + color: #aaaeb7; } + .expander:checked { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } + +GtkCalendar { + color: #000000; + background-color: #282828;; + border: 1px solid #2b2e39; + border-radius: 3px; + padding: 2px; } + GtkCalendar:selected { + background-color: #458588; + color: #EBDBB2; + border-radius: 1.5px; } + GtkCalendar.header { + background-color: #282828; + color: #EBDBB2; + border: none; + border-radius: 0; } + GtkCalendar.button, GtkCalendar.button:focus { + color: rgba(211, 218, 227, 0.45); + border-color: transparent; + background-color: transparent; + background-image: none; } + GtkCalendar.button:hover, GtkCalendar.button:focus:hover { + color: #EBDBB2; } + GtkCalendar.button:insensitive, GtkCalendar.button:focus:insensitive { + color: rgba(211, 218, 227, 0.45); + background-color: transparent; + background-image: none; } + GtkCalendar:inconsistent { + color: alpha(currentColor,0.55); } + GtkCalendar.highlight { + background-color: #282828; + color: #EBDBB2; } + +.message-dialog .dialog-action-area .button { + padding: 8px; } + +.message-dialog { + -GtkDialog-button-spacing: 0; } + .message-dialog .titlebar { + background-color: #282828; + border-bottom: 1px solid #20232b; } + .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:insensitive { + 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; } + +GtkFileChooserDialog .search-bar { + background-color: #F0F1F2; + border-color: #dcdfe3; + box-shadow: none; } + +GtkFileChooserDialog .dialog-action-box { + border-top: 1px solid #dcdfe3; } + +.sidebar, .sidebar .view { + border: none; + background-color: #fbfbfc; } + +GtkSidebarRow.list-row { + padding: 0px; } + +GtkSidebarRow .sidebar-revealer { + padding: 3px 14px 3px 12px; } + +GtkSidebarRow .sidebar-icon:dir(ltr) { + padding-right: 8px; } + +GtkSidebarRow .sidebar-icon:dir(rtl) { + padding-left: 8px; } + +GtkSidebarRow .sidebar-label:dir(ltr) { + padding-right: 2px; } + +GtkSidebarRow .sidebar-label:dir(rtl) { + padding-left: 2px; } + +GtkPlacesSidebar.sidebar .sidebar-placeholder-row { + border: solid 1px #458588; } + +GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row { + background-color: #d9dde0; } + +GtkPlacesSidebar.sidebar .list-row.activatable { + color: rgba(0, 0, 0, 0.8); + border-width: 0; + border-style: solid; } + +.sidebar-button.button { + outline-radius: 50%; + border-radius: 50%; } + .sidebar-button.button.image-button, .header-bar .sidebar-button.button.titlebutton, + .titlebar .sidebar-button.button.titlebutton { + padding: 3px; } + .sidebar-button.button:not(:hover):not(:active) > GtkImage { + opacity: 0.5; } + +.sidebar-item { + padding: 10px 4px; } + .sidebar-item > GtkLabel { + padding-left: 6px; + padding-right: 6px; } + .sidebar-item.needs-attention > GtkLabel { + background-size: 6px 6px, 0 0; } + +GtkPlacesView .server-list-button > GtkImage { + transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); + -gtk-icon-transform: rotate(0turn); } + +GtkPlacesView .server-list-button:checked > GtkImage { + transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); + -gtk-icon-transform: rotate(-0.5turn); } + +GtkPlacesView .list-row.activatable:hover, GtkPlacesView GtkPlacesSidebar.sidebar .has-open-popup, GtkPlacesSidebar.sidebar GtkPlacesView .has-open-popup { + background-color: transparent; } + +GtkPaned { + -GtkPaned-handle-size: 1; + -gtk-icon-source: none; + margin: 0 8px 8px 0; } + GtkPaned:dir(rtl) { + margin-right: 0; + margin-left: 8px; } + GtkPaned .pane-separator { + background-color: #dcdfe3; } + +GtkPaned.wide { + -GtkPaned-handle-size: 5; + margin: 0; } + GtkPaned.wide .pane-separator { + background-color: transparent; + border-style: none solid; + border-color: #dcdfe3; + border-width: 1px; } + GtkPaned.wide.vertical .pane-separator { + border-style: solid none; } + +GtkInfoBar { + border-style: none; } + +.info, +.question, +.warning, +.error, +GtkInfoBar { + background-color: #458588; + color: #EBDBB2; } + +.list-row:selected .button, GtkInfoBar .button { + color: #EBDBB2; + outline-color: rgba(235, 219, 178, 0.3); + background-color: rgba(235, 219, 178, 0); + border-color: rgba(235, 219, 178, 0.5); } + .list-row:selected .flat.button, .list-row:selected .sidebar-button.button, GtkInfoBar .flat.button, GtkInfoBar .sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #EBDBB2; + background-color: rgba(235, 219, 178, 0); } + .list-row:selected .button:hover, GtkInfoBar .button:hover { + color: #EBDBB2; + outline-color: rgba(235, 219, 178, 0.3); + background-color: rgba(235, 219, 178, 0.2); + border-color: rgba(235, 219, 178, 0.8); } + .list-row:selected .button:active, GtkInfoBar .button:active, .list-row:selected .button:active:hover, GtkInfoBar .button:active:hover, .list-row:selected .button:checked, GtkInfoBar .button:checked { + color: #458588; + outline-color: rgba(82, 148, 226, 0.3); + background-color: #ffffff; + border-color: #ffffff; } + .list-row:selected .button:insensitive, GtkInfoBar .button:insensitive { + color: rgba(235, 219, 178, 0.4); + background-color: rgba(235, 219, 178, 0); + border-color: rgba(235, 219, 178, 0.2); } + .list-row:selected .button:insensitive:active, GtkInfoBar .button:insensitive:active, .list-row:selected .button:insensitive:checked, GtkInfoBar .button:insensitive:checked { + color: rgba(82, 148, 226, 0.4); + background-color: rgba(235, 219, 178, 0.2); + border-color: rgba(235, 219, 178, 0.2); } + +.tooltip { + color: #EBDBB2; + border-radius: 2px; } + .tooltip.background { + background-color: #323232; + background-clip: padding-box; } + .tooltip.window-frame.csd { + background-color: transparent; } + +.tooltip * { + padding: 4px; + background-color: transparent; + color: inherit; } + +:selected GtkColorSwatch { + box-shadow: none; } + :selected GtkColorSwatch.overlay, :selected GtkColorSwatch.overlay:hover { + border-color: #ffffff; } + +GtkColorSwatch.top { + border-top-left-radius: 3px; + border-top-right-radius: 3px; } + +GtkColorSwatch.bottom { + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; } + +GtkColorSwatch.left, GtkColorSwatch:first-child, GtkColorSwatch:first-child .overlay { + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; } + +GtkColorSwatch.right, GtkColorSwatch:last-child, GtkColorSwatch:last-child .overlay { + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; } + +GtkColorSwatch:only-child, GtkColorSwatch:only-child .overlay { + border-radius: 3px; } + +GtkColorSwatch:hover, GtkColorSwatch:hover:selected { + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2)); } + +GtkColorEditor GtkColorSwatch { + border-radius: 3px; } + GtkColorEditor GtkColorSwatch:hover { + background-image: none; } + +GtkColorSwatch.color-dark { + color: #EBDBB2; + outline-color: rgba(0, 0, 0, 0.3); } + +GtkColorSwatch.color-light { + color: black; + outline-color: rgba(235, 219, 178, 0.5); } + +GtkColorSwatch.overlay, GtkColorSwatch.overlay:selected { + border: 1px solid rgba(0, 0, 0, 0.15); } + GtkColorSwatch.overlay:hover, GtkColorSwatch.overlay:selected:hover { + border-color: rgba(0, 0, 0, 0.25); } + +GtkColorSwatch#add-color-button { + border-style: solid; + border-width: 1px; + color: #000000; + outline-color: rgba(0, 0, 0, 0.3); + border-color: #cfd6e6; + background-color: #fbfbfc; } + GtkColorSwatch#add-color-button:hover { + color: #000000; + outline-color: rgba(0, 0, 0, 0.3); + border-color: #cfd6e6; + background-color: white; } + GtkColorSwatch#add-color-button .overlay { + border-color: transparent; + background-color: transparent; + background-image: none; } + +GtkColorButton.button { + padding: 5px; } + GtkColorButton.button GtkColorSwatch { + border-radius: 0; } + +.content-view { + background-color: #ffffff; } + .content-view:hover { + -gtk-image-effect: highlight; } + +.scale-popup .button { + padding: 6px; } + .scale-popup .button:hover { + color: #000000; + outline-color: rgba(0, 0, 0, 0.3); + border-color: #cfd6e6; + background-color: white; } + +GtkVolumeButton.button { + padding: 8px; } + +.touch-selection, +.context-menu { + font: initial; } + +.monospace { + font: Monospace; } + +.overshoot.top { + background-image: -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); + background-size: 100% 60%; + background-repeat: no-repeat; + background-position: center top; + background-color: transparent; + border: none; + box-shadow: none; } + +.overshoot.bottom { + background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); + background-size: 100% 60%; + background-repeat: no-repeat; + background-position: center bottom; + background-color: transparent; + border: none; + box-shadow: none; } + +.overshoot.left { + background-image: -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); + background-size: 60% 100%; + background-repeat: no-repeat; + background-position: left center; + background-color: transparent; + border: none; + box-shadow: none; } + +.overshoot.right { + background-image: -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); + background-size: 60% 100%; + background-repeat: no-repeat; + background-position: right center; + background-color: transparent; + border: none; + box-shadow: none; } + +.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; } + +.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; } + +.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; } + +.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; } + +.window-frame { + border-radius: 6px 6px 0 0; + border-width: 0px; + box-shadow: 0 0 0 1px rgba(0, 0, 0, 0), 0 8px 8px 0 rgba(0, 0, 0, 0.2); + margin: 10px; } + .window-frame:backdrop { + box-shadow: 0 0 0 1px rgba(0, 0, 0, 0), 0 5px 5px 0 rgba(0, 0, 0, 0.2); } + .window-frame.tiled { + border-radius: 0; } + .window-frame.popup { + box-shadow: none; + border-radius: 0; } + .window-frame.ssd { + border-radius: 3px 3px 0 0; + box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.65); } + .window-frame.ssd.maximized { + border-radius: 0; } + .window-frame.csd.popup { + border-radius: 2px; + box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.1); } + .window-frame.csd.tooltip { + border-radius: 2px; + box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1); } + .window-frame.csd.message-dialog { + border-radius: 3px; } + .window-frame.solid-csd { + border-radius: 0; + margin: 1px; + background-color: #282828; + box-shadow: none; } + +.header-bar.default-decoration .button.titlebutton, +.titlebar.default-decoration .button.titlebutton { + padding-top: 0px; + padding-bottom: 0px; } + +.header-bar .button.titlebutton, +.titlebar .button.titlebutton { + padding-left: 4px; + padding-right: 4px; + border-color: transparent; + background-color: transparent; + background-image: none; + background-color: rgba(40, 40, 40, 0); } + .header-bar .button.titlebutton:not(GtkMenuButton), + .titlebar .button.titlebutton:not(GtkMenuButton) { + padding-top: 8px; + padding-bottom: 8px; } + .header-bar .button.titlebutton:hover, + .titlebar .button.titlebutton:hover { + color: rgba(235, 219, 178, 0.8); + outline-color: rgba(235, 219, 178, 0.1); + border-color: rgba(41, 41, 41, 0.4); + background-color: rgba(82, 82, 82, 0.4); } + .header-bar .button.titlebutton:active, .header-bar .button.titlebutton:checked, + .titlebar .button.titlebutton:active, + .titlebar .button.titlebutton:checked { + color: #EBDBB2; + outline-color: rgba(235, 219, 178, 0.3); + border-color: transparent; + background-color: #458588; } + .header-bar .button.titlebutton.close, .header-bar .button.titlebutton.maximize, .header-bar .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; } + .header-bar .button.titlebutton.close:backdrop, .header-bar .button.titlebutton.maximize:backdrop, .header-bar .button.titlebutton.minimize:backdrop, + .titlebar .button.titlebutton.close:backdrop, + .titlebar .button.titlebutton.maximize:backdrop, + .titlebar .button.titlebutton.minimize:backdrop { + opacity: 1; } + .header-bar .button.titlebutton.close, + .titlebar .button.titlebutton.close { + background-image: -gtk-scaled(url("assets/titlebutton-close-dark.png"), url("assets/titlebutton-close-dark@2.png")); } + .header-bar .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")); } + .header-bar .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")); } + .header-bar .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")); } + .header-bar .button.titlebutton.maximize, + .titlebar .button.titlebutton.maximize { + background-image: -gtk-scaled(url("assets/titlebutton-maximize-dark.png"), url("assets/titlebutton-maximize-dark@2.png")); } + .header-bar .button.titlebutton.maximize:backdrop, + .titlebar .button.titlebutton.maximize:backdrop { + background-image: -gtk-scaled(url("assets/titlebutton-maximize-backdrop-dark.png"), url("assets/titlebutton-maximize-backdrop-dark@2.png")); } + .header-bar .button.titlebutton.maximize:hover, + .titlebar .button.titlebutton.maximize:hover { + background-image: -gtk-scaled(url("assets/titlebutton-maximize-hover-dark.png"), url("assets/titlebutton-maximize-hover-dark@2.png")); } + .header-bar .button.titlebutton.maximize:active, + .titlebar .button.titlebutton.maximize:active { + background-image: -gtk-scaled(url("assets/titlebutton-maximize-active-dark.png"), url("assets/titlebutton-maximize-active-dark@2.png")); } + .header-bar .button.titlebutton.minimize, + .titlebar .button.titlebutton.minimize { + background-image: -gtk-scaled(url("assets/titlebutton-minimize-dark.png"), url("assets/titlebutton-minimize-dark@2.png")); } + .header-bar .button.titlebutton.minimize:backdrop, + .titlebar .button.titlebutton.minimize:backdrop { + background-image: -gtk-scaled(url("assets/titlebutton-minimize-backdrop-dark.png"), url("assets/titlebutton-minimize-backdrop-dark@2.png")); } + .header-bar .button.titlebutton.minimize:hover, + .titlebar .button.titlebutton.minimize:hover { + background-image: -gtk-scaled(url("assets/titlebutton-minimize-hover-dark.png"), url("assets/titlebutton-minimize-hover-dark@2.png")); } + .header-bar .button.titlebutton.minimize:active, + .titlebar .button.titlebutton.minimize:active { + background-image: -gtk-scaled(url("assets/titlebutton-minimize-active-dark.png"), url("assets/titlebutton-minimize-active-dark@2.png")); } + +.view:selected, .view:selected:focus, .view:selected:hover, .label:selected, .label:selected:focus, .label:selected:hover, .grid-child:selected, .menuitem.button.flat:active, .menuitem.sidebar-button.button:active, .menuitem.button.flat:selected, .menuitem.sidebar-button.button:selected, .list-row:selected, .sidebar:selected, .sidebar .view:selected, GtkPlacesSidebar.sidebar .list-row.activatable:selected, GtkEntry.gb-command-bar-entry.entry.flat:selected, GtkEntry.gb-command-bar-entry.entry.flat:selected:focus, GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:selected, GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:selected:hover, GtkFileChooserDialog GtkPlacesSidebar.sidebar .has-open-popup:selected, GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:active:hover, GtkFileChooserDialog GtkPlacesSidebar.sidebar .has-open-popup:active, +NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:selected, +NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:selected:hover, +NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup:selected, +NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:active:hover, +NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup:active { + background-image: none; + background-color: #458588; + color: #EBDBB2; + outline-color: rgba(235, 219, 178, 0.3); } + +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 #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } + +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 #323232, inset 0 -1px #dcdfe3; } + +GtkHTML { + background-color: #ffffff; + color: #000000; } + GtkHTML:active { + color: #EBDBB2; + background-color: #458588; } + +SushiFontWidget { + padding: 6px 12px; } + +TerminalWindow .background { + background-color: transparent; } + +TerminalWindow .scrollbar.vertical .slider { + margin-left: 3px; } + +VteTerminal { + background-color: #282828; + color: #EBDBB2; +} + +TerminalWindow .scrollbar.trough { + border-width: 0; } + +TerminalWindow .notebook tab .button { + color: #92959d; } + TerminalWindow .notebook tab .button:hover { + color: #000000; + border-color: #cfd6e6; + background-color: #fbfbfc; } + +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: #458588; } + +TerminalWindow .scrollbars-junction,TerminalWindow .scrollbar.trough, +TerminalWindow .scrollbars-junction.frame, +TerminalWindow .frame.scrollbar.trough { + border-color: @borders; + background-color: #282828; } +TerminalWindow .scrollbars-junction:backdrop,TerminalWindow .scrollbar.trough:backdrop, +TerminalWindow .scrollbars-junction.frame:backdrop, +TerminalWindow .frame.scrollbar.trough:backdrop { + border-color: @borders; + background-color: #282828; } + +EelEditableLabel.entry { + transition: none; } + +.nautilus-canvas-item { + border-radius: 2px; } + +.nautilus-desktop.nautilus-canvas-item, .nemo-desktop.nemo-canvas-item { + color: #EBDBB2; + text-shadow: 1px 1px rgba(0, 0, 0, 0.6); } + .nautilus-desktop.nautilus-canvas-item:active, .nemo-desktop.nemo-canvas-item:active { + color: #000000; } + .nautilus-desktop.nautilus-canvas-item:selected, .nemo-desktop.nemo-canvas-item:selected { + color: #EBDBB2; } + +.nautilus-canvas-item.dim-label, .nautilus-canvas-item.label.separator, .header-bar .nautilus-canvas-item.subtitle, +.nautilus-list-dim-label { + color: #a9acb2; } + .nautilus-canvas-item.dim-label:selected, .nautilus-canvas-item.label.separator:selected, .header-bar .nautilus-canvas-item.subtitle:selected, .nautilus-canvas-item.dim-label:selected:focus, .nautilus-canvas-item.label.separator:selected:focus, .header-bar .nautilus-canvas-item.subtitle:selected:focus, + .nautilus-list-dim-label:selected, + .nautilus-list-dim-label:selected:focus { + color: #dceaf9; } + +NautilusNotebook.notebook { + background-color: #ffffff; } + NautilusNotebook.notebook tab { + border-width: 0; + border-style: solid; + border-color: transparent; + background-color: transparent; } + +NautilusQueryEditor .search-bar.toolbar, NautilusQueryEditor .search-bar.inline-toolbar { + padding: 5px; + box-shadow: none; + background-color: #ffffff; } + +.nautilus-circular-button.image-button.button, .header-bar .nautilus-circular-button.button.titlebutton, +.titlebar .nautilus-circular-button.button.titlebutton { + border-radius: 50%; + outline-radius: 50%; + padding: 8px; } + +.disk-space-display { + border-style: solid; + border-width: 1px; } + .disk-space-display.unknown { + background-color: rgba(0, 0, 0, 0.5); + border-color: rgba(69, 72, 80, 0.5); } + .disk-space-display.used { + background-color: rgba(82, 148, 226, 0.8); + border-color: rgba(38, 121, 219, 0.8); } + .disk-space-display.free { + background-color: #edeef0; + border-color: #d0d5da; } + +NautilusListView .view { + border-bottom: 1px solid #dcdfe3; } + +NemoWindow .sidebar .frame { + border-width: 0; } + +NemoWindow GtkSeparator.separator.horizontal, NemoWindow .sidebar GtkSeparator.horizontal.view.separator, .sidebar NemoWindow GtkSeparator.horizontal.view.separator { + color: #dcdfe3; } + +NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button { + color: rgba(235, 219, 178, 0.8); + outline-color: rgba(235, 219, 178, 0.1); + border-color: rgba(41, 41, 41, 0.4); + background-color: rgba(82, 82, 82, 0.4); } + NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:hover { + background-color: rgba(134, 144, 165, 0.4); } + NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:active, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:checked { + color: #EBDBB2; + outline-color: rgba(235, 219, 178, 0.3); + border-color: transparent; + background-color: #458588; } + NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:insensitive { + color: rgba(235, 219, 178, 0.4); } + +NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child):hover { + box-shadow: inset 1px 0 rgba(41, 41, 41, 0.4), inset -1px 0 rgba(41, 41, 41, 0.4); } + +NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child):first-child:hover { + box-shadow: inset -1px 0 rgba(41, 41, 41, 0.4); } + +NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child):last-child:hover { + box-shadow: inset 1px 0 rgba(41, 41, 41, 0.4); } + +.gedit-headerbar-paned { + color: #323232; } + +.open-document-selector-treeview.view { + padding: 3px 6px 3px 6px; + border-color: #ffffff; } + .open-document-selector-treeview.view:prelight { + background-color: rgba(0, 0, 0, 0.05); } + .open-document-selector-treeview.view:prelight:selected { + color: #EBDBB2; + background-color: #458588; } + +.open-document-selector-name-label { + color: #000000; } + +.open-document-selector-path-label { + color: #aeb0b6; + font-size: smaller; } + .open-document-selector-path-label:selected { + color: rgba(235, 219, 178, 0.9); } + +.gedit-document-panel .list-row .button { + color: transparent; + background-image: none; + background-color: transparent; + border: none; + box-shadow: none; + padding: 4px; } + .gedit-document-panel .list-row .button GtkImage { + color: inherit; } + +.gedit-document-panel .prelight-row .button { + color: #92959d; } + +.gedit-document-panel .list-row .button:hover, +.gedit-document-panel .prelight-row .button:hover { + color: #ff4d4d; } + +.gedit-document-panel .prelight-row:selected .button:hover { + color: #ff6666; + background-image: none; + background-color: transparent; + border: none; + box-shadow: none; } + .gedit-document-panel .prelight-row:selected .button:hover:active { + color: #EBDBB2; } + +.gedit-document-panel .prelight-row .button:active { + color: #000000; } + +.gedit-document-panel-dragged-row { + border: 1px solid #dcdfe3; + background-color: #d9dde0; + color: #000000; } + +GeditStatusbar { + border-top: 1px solid #dcdfe3; + background-color: #F0F1F2; } + +GeditStatusMenuButton.button.flat, GeditStatusMenuButton.sidebar-button.button, +GeditStatusMenuButton:prelight.button.flat, +GeditStatusMenuButton.sidebar-button.button:prelight, +GeditStatusMenuButton:checked.button.flat, +GeditStatusMenuButton.sidebar-button.button:checked { + border-bottom-style: none; + border-radius: 0; } + +GeditFileBrowserWidget .toolbar, GeditFileBrowserWidget .inline-toolbar { + border-bottom: 1px solid #dcdfe3; } + +.gedit-search-entry-occurrences-tag { + color: rgba(0, 0, 0, 0.6); + border: none; + margin: 2px; + padding: 2px; } + +GeditViewFrame .gedit-search-slider { + background-color: #fbfbfc; + padding: 6px; + border-color: #dcdfe3; + border-radius: 0 0 2px 2px; + border-width: 0 1px 1px 1px; + border-style: solid; } + +GbWorkbench .floating-bar { + color: #000000; } + +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr), +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl) { + padding: 0 10px; + color: rgba(235, 219, 178, 0.8); + border-color: rgba(41, 41, 41, 0.4); + background-image: linear-gradient(to bottom, rgba(82, 82, 82, 0.4)); + background-color: transparent; } + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr).image, GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr).image:hover, + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl).image, + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl).image:hover { + color: inherit; } + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):hover, + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):hover { + color: #EBDBB2; + border-color: transparent; + background-image: linear-gradient(to bottom, #458588); } + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):active, GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):checked, + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):active, + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):checked { + color: #EBDBB2; + border-color: transparent; + background-image: linear-gradient(to bottom, #458588); } + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):insensitive, + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):insensitive { + color: rgba(235, 219, 178, 0.35); + background-image: linear-gradient(to bottom, rgba(82, 82, 82, 0.25)); } + +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr), +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):hover, +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):active, +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):checked { + border-left-style: none; + border-radius: 0 3px 3px 0; + outline-radius: 0 1px 1px 0; } + +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(rtl), +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(rtl):hover, +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(rtl):active, +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(rtl):checked { + border-right-style: none; + border-radius: 3px 0 0 3px; + outline-radius: 1px 0 0 1px; } + +GbPreferencesPageLanguage .entry { + border-radius: 3px 3px 0 0; } + +GbPreferencesPageLanguage .frame { + border-top-width: 0; } + +GbEditorTweakWidget .linked.vertical > .entry { + border-bottom-style: solid; } + +GbEditorTweakWidget GtkScrolledWindow { + border-top: none; } + +GbViewStack GtkBox.header.notebook { + border-bottom: 1px solid #dcdfe3; } + +GbViewStack.focused GtkBox.header.notebook, +#project_sidebar_header.focused { + background-color: #ffffff; } + +GbEditorWorkspace > GtkPaned > GtkBox > GtkBox.header.notebook { + border-bottom: 1px solid #dcdfe3; } + +GbNewProjectDialog GtkFileChooserButton.linked-on-right .button { + border-radius: 3px 0 0 3px; } + +GbWorkspacePane GtkBox.header.notebook { + border-bottom: 1px solid #dcdfe3; } + +GbWorkspacePane:not(.focused) GtkBox.header.notebook { + background-color: #F0F1F2; } + +DhSidebar GtkSearchEntry.entry, +SymbolTree GtkSearchEntry.entry { + border-left: none; + border-right: none; + border-top: none; + border-radius: 0px; } + +GtkEntry.gb-command-bar-entry.entry.flat, +GtkEntry.gb-command-bar-entry.entry.flat:focus { + font-family: Monospace; + color: #EBDBB2; + background-image: none; + background-color: #323232; + padding: 6px 6px 6px 6px; + border: none; } + +GbTerminalView { + background-color: #282828; + color: #EBDBB2; } + +GbSourceStyleSchemeWidget GtkSourceView { + font-family: Monospace; } + +GtkScrolledWindow.gb-linked-scroller { + border-top: none; } + +GbSearchDisplayGroup GtkListBox .list-row, GbDocumentStack .button { + transition: none; } + +GbViewStack GtkBox.header.notebook, +GbEditorWorkspace > GtkPaned > GtkBox > GtkBox.header.notebook { + border-bottom: 1px solid #dcdfe3; } + +GbViewStack.focused GtkBox.header.notebook { + background-color: #ffffff; } + GbViewStack.focused GtkBox.header.notebook .button.dim-label, GbViewStack.focused GtkBox.header.notebook .button.label.separator, GbViewStack.focused GtkBox.header.notebook .header-bar .button.subtitle, .header-bar GbViewStack.focused GtkBox.header.notebook .button.subtitle { + opacity: 1; } + +EphyWindow .floating-bar { + color: #000000; } + +.documents-load-more.button { + border-width: 1px 0 0; + border-radius: 0; } + +.documents-icon-bg { + background-color: #458588; + color: #EBDBB2; + border-radius: 2px; } + +.documents-collection-icon { + background-color: rgba(0, 0, 0, 0.3); + border-radius: 2px; } + +.documents-favorite.button:active, +.documents-favorite.button:active:hover { + color: #a9caf1; } + +.documents-entry-tag { + background-color: #458588; + color: #EBDBB2; + border-radius: 2px; + border-width: 0; + margin: 2px; + padding: 4px; } + .documents-entry-tag:hover { + color: #EBDBB2; + background-color: #639fe5; } + .documents-entry-tag:active { + color: #EBDBB2; + background-color: #4189df; } + .toolbar .linked .documents-entry-tag.button, .inline-toolbar .linked .documents-entry-tag.button { + background: none; + border: none; + box-shadow: none; + icon-shadow: none; } + .toolbar .linked .documents-entry-tag.button:hover, .inline-toolbar .linked .documents-entry-tag.button:hover { + color: rgba(235, 219, 178, 0.7); } + +.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: #458588; } + +.tr-workarea .undershoot, +.tr-workarea .overshoot { + border-color: transparent; } + +.gnome-panel-menu-bar, +PanelApplet > GtkMenuBar.menubar, +PanelToplevel, +PanelWidget, +PanelAppletFrame, +PanelApplet { + color: #EBDBB2; + background-image: linear-gradient(to bottom, #282828); } + +PanelApplet .button, PanelApplet .button:backdrop { + padding: 4px; + border: 2px solid transparent; + border-radius: 0; + background-image: none; + background-color: transparent; + color: #EBDBB2; } + +PanelApplet .button:hover { + color: #d8dde4; + background-color: rgba(0, 0, 0, 0.17); + border-color: rgba(0, 0, 0, 0.17); } + +PanelApplet .button:active, PanelApplet .button:active:backdrop, +PanelApplet .button:checked, PanelApplet .button:checked:backdrop { + background-clip: padding-box; + color: #EBDBB2; + background-color: rgba(0, 0, 0, 0.25); + border-radius: 0; + border-color: rgba(0, 0, 0, 0.25); + box-shadow: inset 0 -2px #458588; } + +PanelApplet:hover { + color: #EBDBB2; } + +PanelApplet:active, +PanelApplet:hover:active { + color: #458588; } + +WnckPager { + color: #5d6268; } + WnckPager:selected { + color: #458588; } + +NaTrayApplet { + -NaTrayApplet-icon-padding: 12; + -NaTrayApplet-icon-size: 16; } + +ClockBox { + color: #EBDBB2; } + +.xfce4-panel.panel { + background-color: #282828; } + .xfce4-panel.panel .button.flat, .xfce4-panel.panel .sidebar-button.button { + color: #EBDBB2; + background-color: rgba(43, 46, 55, 0); + border-radius: 0; + border: none; } + .xfce4-panel.panel .button.flat:hover, .xfce4-panel.panel .sidebar-button.button:hover { + border: none; + background-color: #414654; } + .xfce4-panel.panel .button.flat:active, .xfce4-panel.panel .sidebar-button.button:active, .xfce4-panel.panel .button.flat:checked, .xfce4-panel.panel .sidebar-button.button:checked { + color: #EBDBB2; + border: none; + background-color: #458588; } + +.floating-bar { + background-color: #458588; + color: #EBDBB2; } + .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 { + -GtkButton-image-spacing: 0; + -GtkButton-inner-border: 0; + background-color: transparent; + box-shadow: none; + border: none; } + +BirdieWidgetsTweetList * { + background-image: none; + background-color: transparent; } + +MarlinViewWindow *:selected, MarlinViewWindow *:selected:focus { + color: #EBDBB2; + background-color: #458588; + 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: rgba(235, 219, 178, 0.8); + border-color: rgba(41, 41, 41, 0.4); + background-image: linear-gradient(to bottom, rgba(82, 82, 82, 0.4)); + background-color: transparent; } + .marlin-pathbar.pathbar.image, .marlin-pathbar.pathbar.image:hover { + color: inherit; } + .marlin-pathbar.pathbar:focus { + color: #EBDBB2; + border-color: transparent; + background-image: linear-gradient(to bottom, #458588); } + .marlin-pathbar.pathbar:insensitive { + color: rgba(235, 219, 178, 0.35); + background-image: linear-gradient(to bottom, rgba(82, 82, 82, 0.25)); } + .marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked { + color: #458588; } + +.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-image: linear-gradient(to bottom, white); + background-color: transparent; } + .gala-notification .title, .gala-notification .label { + color: #000000; } + +.panel { + background-color: transparent; + color: #EBDBB2; + font-weight: bold; + text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); + icon-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); } + .panel-shadow { + background-image: none; + background-color: transparent; } + .panel .menu { + box-shadow: none; } + .panel .menu .menuitem { + font-weight: normal; + text-shadow: none; + icon-shadow: none; } + .panel .menu .window-frame.menu.csd, + .panel .menu .window-frame.popup.csd { + box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2), 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); } + .panel .menubar > .menuitem { + padding: 3px 6px; } + .panel .menubar > .menuitem:hover { + background-color: transparent; } + .panel .window-frame.menu.csd, + .panel .window-frame.popup.csd { + box-shadow: none; } + +.composited-indicator { + background-color: transparent; + color: #EBDBB2; + text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); + icon-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); } + .composited-indicator > GtkWidget > GtkWidget:first-child { + padding: 0 2px; } + .composited-indicator .menuitem:active, .composited-indicator .menuitem:prelight { + border-style: none; + background-image: none; + box-shadow: none; } + .composited-indicator > .popup > .menu { + padding-top: 8px; + padding-bottom: 8px; } + +.panel-app-button > GtkWidget > GtkWidget:first-child { + padding: 0 2px 0 4px; } + +.panel .menu .spinner, +.menu .spinner { + opacity: 1; } + +WingpanelWidgetsIndicatorPopover.popover { + padding: 0; + text-shadow: none; + icon-shadow: none; } + WingpanelWidgetsIndicatorPopover.popover .menuitem { + padding: 5px; + outline-color: transparent; + text-shadow: none; + icon-shadow: none; + border: solid transparent; + border-width: 1px 0; } + WingpanelWidgetsIndicatorPopover.popover .menuitem GtkLabel, WingpanelWidgetsIndicatorPopover.popover .menuitem GtkImage { + padding: 0 3px; } + WingpanelWidgetsIndicatorPopover.popover .menuitem:hover, WingpanelWidgetsIndicatorPopover.popover .menuitem:active { + background-color: rgba(0, 0, 0, 0.04); + border: solid rgba(0, 0, 0, 0.08); + border-width: 1px 0; } + WingpanelWidgetsIndicatorPopover.popover .menuitem *:insensitive { + color: rgba(0, 0, 0, 0.55); } + +PantheonTerminalPantheonTerminalWindow.background { + background-color: transparent; } + +SwitchboardCategoryView .view:selected, +SwitchboardCategoryView .view:selected:focus { + color: #000000; } + +UnityDecoration { + -UnityDecoration-extents: 28px 1 1 1; + -UnityDecoration-input-extents: 10px; + -UnityDecoration-shadow-offset-x: 0px; + -UnityDecoration-shadow-offset-y: 3px; + -UnityDecoration-active-shadow-color: rgba(0, 0, 0, 0.2); + -UnityDecoration-active-shadow-radius: 12px; + -UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.07); + -UnityDecoration-inactive-shadow-radius: 7px; + -UnityDecoration-glow-size: 10px; + -UnityDecoration-glow-color: #458588; + -UnityDecoration-title-indent: 10px; + -UnityDecoration-title-fade: 35px; + -UnityDecoration-title-alignment: 0.0; } + UnityDecoration.top { + border: 1px solid #20232b; + border-bottom-width: 0; + border-radius: 6px 6px 0 0; + padding: 1px 6px 0 6px; + background-image: linear-gradient(to bottom, #282828); + color: rgba(235, 219, 178, 1); + box-shadow: inset 0 1px #363636; } + UnityDecoration.top:backdrop { + border-bottom-width: 0; + color: rgba(235, 219, 178, 0.7); } + UnityDecoration.left, UnityDecoration.right, UnityDecoration.bottom, UnityDecoration.left:backdrop, UnityDecoration.right:backdrop, UnityDecoration.bottom:backdrop { + background-image: linear-gradient(to bottom, #20232b); } + +UnityPanelWidget, +.unity-panel { + background-image: linear-gradient(to bottom, #282828); + color: #f6f7f9; + box-shadow: none; } + UnityPanelWidget:backdrop, + .unity-panel:backdrop { + color: #bdc6d1; } + +.unity-panel.menubar.menuitem:hover, +.unity-panel.menubar .menuitem *:hover { + border-color: mix(@wm_bg, @theme_base_color, 0.12); + background-color: mix(@wm_bg, @theme_base_color, 0.1); + background-image: none; + color: #EBDBB2; +} + +.lightdm.menu { + background-image: none; + background-color: rgba(0, 0, 0, 0.4); + border-color: rgba(235, 219, 178, 0.8); + border-radius: 4px; + padding: 1px; + color: #EBDBB2; } + +.lightdm-combo .menu { + background-color: #404756; + border-radius: 0px; + padding: 0px; + color: #EBDBB2; } + +.lightdm.menu .menuitem *, +.lightdm.menu .menuitem.check:active, +.lightdm.menu .menuitem.radio:active { + color: #EBDBB2; } + +.lightdm.menubar { + color: rgba(235, 219, 178, 0.8); + background-image: none; + background-color: rgba(0, 0, 0, 0.5); } + .lightdm.menubar > .menuitem { + padding: 2px 6px; } + +.lightdm-combo.combobox-entry .button, +.lightdm-combo .cell, +.lightdm-combo .button, +.lightdm-combo .entry, +.lightdm.button, +.lightdm.entry { + background-image: none; + background-color: rgba(0, 0, 0, 0.3); + border-color: rgba(235, 219, 178, 0.4); + border-radius: 10px; + padding: 7px; + color: #EBDBB2; + text-shadow: none; } + +.lightdm.button, +.lightdm.button:hover, +.lightdm.button:active, +.lightdm.button:active:focused, +.lightdm.entry, +.lightdm.entry:hover, +.lightdm.entry:active, +.lightdm.entry:active:focused { + background-image: none; + border-image: none; } + +.lightdm.button:focused, +.lightdm.entry:focused { + border-color: rgba(235, 219, 178, 0.1); + border-width: 1px; + border-style: solid; + color: #EBDBB2; } + +.lightdm.entry:selected { + background-color: rgba(235, 219, 178, 0.8); } + +.lightdm.entry:active { + -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); + animation: dashentry_spinner 1s infinite linear; } + +.lightdm.option-button { + padding: 2px; + background: none; + border: 0; } + +.lightdm.toggle-button { + background: none; + border-width: 0; } + .lightdm.toggle-button.selected { + background-color: rgba(0, 0, 0, 0.7); + border-width: 1px; } + +@keyframes dashentry_spinner { + to { + -gtk-icon-transform: rotate(1turn); } } + +.overlay-bar { + background-color: #458588; + border-color: #458588; + border-radius: 2px; + padding: 3px 6px; + margin: 3px; } + .overlay-bar GtkLabel { + color: #383C4A; } + +GraniteWidgetsThinPaned { + background-color: transparent; + background-image: none; + margin: 0; + border-left: 1px solid #dcdfe3; + border-right: 1px solid #dcdfe3; } + +GraniteWidgetsPopOver .frame, +GraniteWidgetsStaticNotebook .frame { + border: none; } + +.help_button { + border-radius: 100px; + padding: 3px 9px; } + +.secondary-toolbar.toolbar, .secondary-toolbar.inline-toolbar { + padding: 3px; + border-bottom: 1px solid #dcdfe3; } + .secondary-toolbar.toolbar .button, .secondary-toolbar.inline-toolbar .button { + padding: 0 3px 0 3px; } + +.bottom-toolbar.toolbar, .bottom-toolbar.inline-toolbar { + padding: 5px; + border-width: 1px 0 0 0; + border-style: solid; + border-color: #dcdfe3; + background-color: #F0F1F2; } + .bottom-toolbar.toolbar .button, .bottom-toolbar.inline-toolbar .button { + padding: 2px 3px 2px 3px; } + +.source-list { + -GtkTreeView-horizontal-separator: 1px; + -GtkTreeView-vertical-separator: 6px; } + +.source-list, +.source-list.view { + background-color: #F0F1F2; + color: #000000; + -gtk-icon-style: regular; } + +.source-list.category-expander { + color: transparent; } + +.source-list.view:prelight { + background-color: white; } + +.source-list.view:selected, +.source-list.view:prelight:selected, +.source-list.view:selected:focus, +.source-list.category-expander:hover { + color: #EBDBB2; + background-color: #458588; } + +.source-list .scrollbar.trough, +.source-list .scrollbars-junction { + border-image: none; + border-color: transparent; + background-color: #F0F1F2; + background-image: none; } + +.source-list.badge, +.source-list.badge:prelight, +.source-list.badge:selected, +.source-list.badge:selected:focus, +.source-list.badge:prelight:selected { + background-image: none; + background-color: #458588; + color: #EBDBB2; + border-radius: 10px; + padding: 0 6px; + margin: 0 3px; + border-width: 0; } + +.source-list.badge:selected, +.source-list.badge:selected:focus, +.source-list.badge:prelight:selected { + background-color: #ffffff; + color: #458588; } + +.source-list.category-expander { + color: #000000; + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); + -GtkTreeView-expander-size: 16; } + +.source-list.category-expander, +.source-list.category-expander:backdrop { + color: transparent; + border: none; } + +.source-list.category-expander:checked { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } + +GraniteWidgetsWelcome { + background-color: #ffffff; } + +GraniteWidgetsWelcome GtkLabel { + color: #a9acb2; + font: open sans 11; + text-shadow: none; } + +GraniteWidgetsWelcome .h1, +GraniteWidgetsWelcome .h3 { + color: rgba(0, 0, 0, 0.8); } + +.help_button { + border-radius: 0; } + +GraniteWidgetsPopOver { + -GraniteWidgetsPopOver-arrow-width: 21; + -GraniteWidgetsPopOver-arrow-height: 10; + -GraniteWidgetsPopOver-border-radius: 2px; + -GraniteWidgetsPopOver-border-width: 1; + -GraniteWidgetsPopOver-shadow-size: 12; + border: 1px solid rgba(0, 0, 0, 0.3); + margin: 0; } + +.popover_bg { + background-image: linear-gradient(to bottom, #ffffff); + border: 1px solid rgba(0, 0, 0, 0.3); } + +GraniteWidgetsPopOver .sidebar.view, +GraniteWidgetsPopOver * { + background-color: transparent; } + +GraniteWidgetsXsEntry.entry { + padding: 4px; } + +.h1 { + font: open sans 24px; } + +.h2 { + font: open sans light 18px; } + +.h3 { + font: open sans 11px; } + +.h4, +.category-label { + color: #8a8e96; + font-weight: 600; } + +.h4 { + padding-bottom: 6px; + padding-top: 6px; } + +GtkListBox .h4 { + padding-left: 6px; } + +#panel_window { + background-color: #282828; + color: #EBDBB2; + font: bold; + box-shadow: inset 0 -1px #1b1d23; } + #panel_window .menubar, + #panel_window .menubar > .menuitem { + background-color: transparent; + color: #EBDBB2; + font: bold; } + #panel_window .menubar .menuitem:insensitive { + color: rgba(235, 219, 178, 0.5); } + #panel_window .menubar .menuitem:insensitive GtkLabel { + color: inherit; } + #panel_window .menubar .menu .menuitem { + font: normal; } + +#login_window, +#shutdown_dialog, +#restart_dialog { + font: normal; + border-style: none; + background-color: transparent; + color: #000000; } + +#content_frame { + padding-bottom: 14px; + background-color: #F0F1F2; + 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: #000000; + outline-color: rgba(0, 0, 0, 0.3); + border-color: #cfd6e6; + background-color: #fbfbfc; } + #content_frame .button:hover { + color: #000000; + outline-color: rgba(0, 0, 0, 0.3); + border-color: #cfd6e6; + background-color: white; } + #content_frame .button:active, #content_frame .button:checked { + color: #EBDBB2; + outline-color: rgba(235, 219, 178, 0.3); + border-color: #458588; + background-color: #458588; } + #content_frame .button:insensitive { + color: rgba(0, 0, 0, 0.55); + border-color: rgba(207, 214, 230, 0.55); + background-color: rgba(251, 251, 252, 0.55); } + #content_frame .button:insensitive > GtkLabel { + color: inherit; } + +#buttonbox_frame { + padding-top: 20px; + padding-bottom: 0px; + border-style: none; + background-color: #323232; + 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 #323232; } + +#buttonbox_frame .button { + color: #EBDBB2; + outline-color: rgba(235, 219, 178, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(102, 109, 132, 0.4); } + #buttonbox_frame .button:hover { + color: #EBDBB2; + outline-color: rgba(235, 219, 178, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(119, 127, 151, 0.5); } + #buttonbox_frame .button:active, #buttonbox_frame .button:checked { + color: #EBDBB2; + outline-color: rgba(235, 219, 178, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: #458588; } + #buttonbox_frame .button:insensitive { + color: #5d626e; + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(102, 109, 132, 0.25); } + +#login_window #user_combobox { + color: #000000; + font: 13px; } + #login_window #user_combobox .menu { + font: normal; } + +#user_image { + padding: 3px; + border-radius: 2px; } + +#shutdown_button.button { + background-clip: border-box; + color: #EBDBB2; + outline-color: rgba(235, 219, 178, 0.3); + background-color: #F04A50; + border-color: #F04A50; } + #shutdown_button.button:hover { + background-clip: border-box; + color: #EBDBB2; + outline-color: rgba(235, 219, 178, 0.3); + background-color: #f4797e; + border-color: #f4797e; } + #shutdown_button.button:active, #shutdown_button.button:checked { + background-clip: border-box; + color: #EBDBB2; + outline-color: rgba(235, 219, 178, 0.3); + background-color: #ec1b22; + border-color: #ec1b22; } + +#restart_button.button { + background-clip: border-box; + color: #EBDBB2; + outline-color: rgba(235, 219, 178, 0.3); + background-color: #4DADD4; + border-color: #4DADD4; } + #restart_button.button:hover { + background-clip: border-box; + color: #EBDBB2; + outline-color: rgba(235, 219, 178, 0.3); + background-color: #76c0de; + border-color: #76c0de; } + #restart_button.button:active, #restart_button.button:checked { + background-clip: border-box; + color: #EBDBB2; + outline-color: rgba(235, 219, 178, 0.3); + background-color: #2e96c0; + border-color: #2e96c0; } + +#greeter_infobar { + border-bottom-width: 0; + font: bold; } + +.titlebar .separator, .titlebar .sidebar .view.separator, .sidebar .titlebar .view.separator { + color: #323232; } + +NemoWindow GtkEventBox { + background-color: #F0F1F2; } + +GtkFileChooserDialog *, +NautilusWindow *, +NemoWindow { + -GtkPaned-handle-size: 0; } + +GtkFileChooserDialog.csd.background, GtkFileChooserDialog .list.sidebar, +NautilusWindow.csd.background, +NautilusWindow .list.sidebar { + background-color: transparent; } + +GtkFileChooserDialog GtkPlacesSidebar.sidebar, +NautilusWindow GtkPlacesSidebar.sidebar { + background-color: #F0F1F2; + border: 1px solid #e5e5e5; + border-width: 0px 1px 0px 0px; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .sidebar-placeholder-row.list-row.activatable, + NautilusWindow GtkPlacesSidebar.sidebar .sidebar-placeholder-row.list-row.activatable { + border: 1px solid #458588; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row, + NautilusWindow GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row { + background-color: #4b5162; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable, + NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable { + border: none; + color: #000000; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable .sidebar-icon, + NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable .sidebar-icon { + color: rgba(0, 0, 0, 1); } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:hover, GtkFileChooserDialog GtkPlacesSidebar.sidebar .has-open-popup, + NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:hover, + NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup { + background-color: rgba(0, 0, 0, 0.1); + color: #000000 } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:selected .sidebar-icon, GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:selected:hover .sidebar-icon, GtkFileChooserDialog GtkPlacesSidebar.sidebar .has-open-popup:selected .sidebar-icon, GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:active:hover .sidebar-icon, GtkFileChooserDialog GtkPlacesSidebar.sidebar .has-open-popup:active .sidebar-icon, + NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:selected .sidebar-icon, + NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:selected:hover .sidebar-icon, + NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup:selected .sidebar-icon, + NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:active:hover .sidebar-icon, + NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup:active .sidebar-icon { + color: inherit; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .separator, GtkFileChooserDialog GtkPlacesSidebar.sidebar .view.separator, + NautilusWindow GtkPlacesSidebar.sidebar .separator, + NautilusWindow GtkPlacesSidebar.sidebar .view.separator { + -GtkMenuItem-horizontal-padding: 0; + border-width: 1px; + color: rgba(0, 0, 0, 0.1); } + +GtkFileChooserDialog.maximized GtkPlacesSidebar.sidebar, +NautilusWindow.maximized GtkPlacesSidebar.sidebar { + background-color: #F0F1F2; } + +GtkFileChooserDialog .sidebar-button.button, +NautilusWindow .sidebar-button.button { + color: #EBDBB2; } + GtkFileChooserDialog .sidebar-button.button:hover, + NautilusWindow .sidebar-button.button:hover { + color: #EBDBB2; + outline-color: rgba(235, 219, 178, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(119, 127, 151, 0.5); } + GtkFileChooserDialog .sidebar-button.button:active, + NautilusWindow .sidebar-button.button:active { + color: #EBDBB2; + outline-color: rgba(235, 219, 178, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: #458588; } + GtkFileChooserDialog .sidebar-button.button:not(:hover):not(:active) > GtkImage, + NautilusWindow .sidebar-button.button:not(:hover):not(:active) > GtkImage { + opacity: 0.5; } + +NemoWindow.csd.background, +NemoWindow .source-list, NemoWindow .source-list.view, NemoWindow .source-list.view:prelight, +MarlinViewWindow.csd.background, +MarlinViewWindow .source-list, +MarlinViewWindow .source-list.view, +MarlinViewWindow .source-list.view:prelight { + background-color: transparent; } + +NemoWindow .sidebar, NemoWindow .source-list.sidebar.view, +MarlinViewWindow .sidebar, +MarlinViewWindow .source-list.sidebar.view { + background-color: #F0F1F2; } + NemoWindow .sidebar .view, NemoWindow .sidebar row, NemoWindow .source-list.sidebar.view .view, NemoWindow .source-list.sidebar.view row, + MarlinViewWindow .sidebar .view, + MarlinViewWindow .sidebar row, + MarlinViewWindow .source-list.sidebar.view .view, + MarlinViewWindow .source-list.sidebar.view row { + background-color: transparent; + color: #000000; } + NemoWindow .sidebar .view.image, NemoWindow .sidebar row.image, NemoWindow .source-list.sidebar.view .view.image, NemoWindow .source-list.sidebar.view row.image, + MarlinViewWindow .sidebar .view.image, + MarlinViewWindow .sidebar row.image, + MarlinViewWindow .source-list.sidebar.view .view.image, + MarlinViewWindow .source-list.sidebar.view row.image { + color: rgba(235, 219, 178, 0.7); } + NemoWindow .sidebar .view.cell:selected, NemoWindow .sidebar row.cell:selected, NemoWindow .source-list.sidebar.view .view.cell:selected, NemoWindow .source-list.sidebar.view row.cell:selected, + MarlinViewWindow .sidebar .view.cell:selected, + MarlinViewWindow .sidebar row.cell:selected, + MarlinViewWindow .source-list.sidebar.view .view.cell:selected, + MarlinViewWindow .source-list.sidebar.view row.cell:selected { + background-color: #458588; + color: #EBDBB2; } + NemoWindow .sidebar.frame, NemoWindow .source-list.sidebar.view.frame, + MarlinViewWindow .sidebar.frame, + MarlinViewWindow .source-list.sidebar.view.frame { + color: #000000; } + NemoWindow .sidebar .separator, NemoWindow .sidebar .view.separator, NemoWindow .source-list.sidebar.view .separator, + MarlinViewWindow .sidebar .separator, + MarlinViewWindow .sidebar .sidebar.separator, + MarlinViewWindow .sidebar .view.separator, + MarlinViewWindow .source-list.sidebar.view .separator { + color: transparent; } + +NemoWindow .sidebar .view:hover { +background-color: rgba(0, 0, 0, 0.1); /* to change the hover background color in sidebar*/ +} + +NemoWindow.maximized .sidebar, +MarlinViewWindow.maximized .sidebar { + background-color: #F0F1F2; } +#her +NemoWindow.background > GtkGrid > GtkPaned > .pane-separator, +MarlinViewWindow.background > GtkBox > GtkPaned > .pane-separator { + background-color: #F0F1F2; } +#her +NautilusWindow NautilusWindowSlot { + background-color: #000000; } + +NautilusDesktopWindow NautilusWindowSlot { + background-color: transparent; } + +GtkFileChooserDialog.background.csd, GtkFileChooserDialog.background { + background-color: #F0F1F2; } +#her +GtkFileChooserDialog GtkPlacesSidebar.sidebar { + background-color: transparent; } + +GtkFileChooserDialog GtkPaned > .vertical > .horizontal { + background-color: #F0F1F2; } + +GtkFileChooserDialog .dialog-action-box { + background-color: #F0F1F2; } + +GtkFileChooserDialog .dialog-vbox > .frame { + color: #000000; + border-color: transparent; } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame { + background-color: transparent; + border-color: rgba(0, 0, 0, 0.1); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame GtkLabel, GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame GtkComboBox, +GtkFileChooserDialog .dialog-vbox > .frame GtkLabel, +GtkFileChooserDialog .dialog-vbox > .frame GtkComboBox { + color: #000000; } + +FeedReaderreaderUI.background.csd > .titlebar .pane-separator, +FeedReaderreaderUI.background.csd.maximized > .titlebar .pane-separator, +FeedReaderreaderUI.background.csd > .titlebar .pane-separator:backdrop, +FeedReaderreaderUI.background.csd.maximized > .titlebar .pane-separator:backdrop, +GeditWindow.background.csd > .titlebar .pane-separator, +GeditWindow.background.csd.maximized > .titlebar .pane-separator, +GeditWindow.background.csd > .titlebar .pane-separator:backdrop, +GeditWindow.background.csd.maximized > .titlebar .pane-separator:backdrop { + background-color: #F0F1F2; } +#her +FeedReaderreaderUI.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar, +GeditWindow.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar { + background-color: #282828; } + FeedReaderreaderUI.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop, + GeditWindow.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop { + background-color: #292929; } + +FeedReaderreaderUI.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar, +GeditWindow.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar { + background-color: #282828; } + FeedReaderreaderUI.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop, + GeditWindow.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop { + background-color: #292929; } + +FeedReaderreaderUI.background.csd > FeedReaderreaderHeaderbar.titlebar, +GeditWindow.background.csd > .titlebar { + background-color: transparent; } + +GeditWindow.background.csd { + background-color: transparent; } + +GeditWindow.background .gedit-side-panel-paned .pane-separator { + background-color: #F0F1F2; } +#her +GeditWindow.background .gedit-bottom-panel-paned .pane-separator { + background-color: #dcdfe3; } + +.gedit-bottom-panel-paned { + background-color: #ffffff; } + +.gedit-document-panel { + background-color: #F0F1F2; } +#her + .maximized .gedit-document-panel { + background-color: #F0F1F2; } +#her + .gedit-document-panel .list-row { + color: #EBDBB2; } + .gedit-document-panel .list-row { + background-color: rgba(235, 219, 178, 0); + border: solid rgba(255, 255, 255, 0); + border-width: 3px 2px 3px 2px; } + .gedit-document-panel .list-row:hover { + border: solid rgba(255, 255, 255, 0.15); + border-width: 3px 2px 3px 2px; + background-color: rgba(235, 219, 178, 0.15); } + .gedit-document-panel .list-row:active { + color: #EBDBB2; + background-color: #458588; + border: solid #458588; + border-width: 3px 2px 3px 2px; } + .gedit-document-panel .list-row:active .button { + color: #EBDBB2; } + .gedit-document-panel .list-row:selected, .gedit-document-panel .list-row:selected:hover { + color: #EBDBB2; + background-color: #458588; + border: solid #458588; + border-width: 3px 2px 3px 2px; } + .gedit-document-panel .prelight-row .button:active { + color: #EBDBB2; } + +GeditFileBrowserWidget { + background-color: #F0F1F2; } +#her + .maximized GeditFileBrowserWidget { + background-color: #F0F1F2; } +#her + GeditFileBrowserWidget .horizontal { + background-color: transparent; + border-color: #252831; } + GeditFileBrowserWidget .horizontal GtkComboBox { + color: #EBDBB2; } + +GeditWindow.background.csd GeditFileBrowserView.view { + background-color: transparent; + color: #EBDBB2; } + GeditWindow.background.csd GeditFileBrowserView.view.expander { + color: #EBDBB2; } + GeditWindow.background.csd GeditFileBrowserView.view.expander:hover { + color: #458588; } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button, +GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .horizontal .button { + color: #000000; + outline-color: rgba(235, 219, 178, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(235, 219, 178, 1); } + GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button:hover, + GtkFileChooserDialog .dialog-vbox > .frame .button:hover, GeditFileBrowserWidget .horizontal .button:hover { + color: #000000; + outline-color: rgba(235, 219, 178, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(0, 0, 0, 0.1); } + GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button:active, + GtkFileChooserDialog .dialog-vbox > .frame .button:active, GeditFileBrowserWidget .horizontal .button:active, GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button:checked, + GtkFileChooserDialog .dialog-vbox > .frame .button:checked, GeditFileBrowserWidget .horizontal .button:checked { + color: #EBDBB2; + outline-color: rgba(235, 219, 178, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: #458588; } + GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button:insensitive, + GtkFileChooserDialog .dialog-vbox > .frame .button:insensitive, GeditFileBrowserWidget .horizontal .button:insensitive { + color: #5d626e; + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(235, 219, 178, 1); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .entry, +GtkFileChooserDialog .dialog-vbox > .frame .entry { + color: #EBDBB2; + border-color: rgba(26, 28, 34, 0.4); + background-image: linear-gradient(to bottom, rgba(40, 40, 40, 1.2)); + background-color: transparent; } + GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .image.entry, + GtkFileChooserDialog .dialog-vbox > .frame .image.entry, GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .image.entry:hover, + GtkFileChooserDialog .dialog-vbox > .frame .image.entry:hover { + color: inherit; } + GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .entry:focus, + GtkFileChooserDialog .dialog-vbox > .frame .entry:focus { + color: #EBDBB2; + border-color: rgba(26, 28, 34, 0.4); + background-image: linear-gradient(to bottom, #458588); } + GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .entry:insensitive, + GtkFileChooserDialog .dialog-vbox > .frame .entry:insensitive { + color: rgba(235, 219, 178, 0.55); + background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.25)); } + +GtkFileChooserDialog GtkPlacesSidebar.sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, +NautilusWindow GtkPlacesSidebar.sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, NemoWindow .sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, +MarlinViewWindow .sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, GeditFileBrowserWidget .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider { + background-color: #e7eaee; + border: 1px solid rgba(0, 0, 0, 0.3); } + +GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .trough, +NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .trough, NemoWindow .sidebar .scrollbar .trough, NemoWindow .source-list.sidebar.view .scrollbar .trough, +MarlinViewWindow .sidebar .scrollbar .trough, +MarlinViewWindow .source-list.sidebar.view .scrollbar .trough, GeditFileBrowserWidget .scrollbar .trough { + background-color: rgba(0, 0, 0, 0.2); + border: none; } + +GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .slider, +NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .slider, NemoWindow .sidebar .scrollbar .slider, NemoWindow .source-list.sidebar.view .scrollbar .slider, +MarlinViewWindow .sidebar .scrollbar .slider, +MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserWidget .scrollbar .slider { + background-color: rgba(231, 234, 238, 0.7); } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .slider:hover, + NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .slider:hover, NemoWindow .sidebar .scrollbar .slider:hover, + MarlinViewWindow .sidebar .scrollbar .slider:hover, GeditFileBrowserWidget .scrollbar .slider:hover { + background-color: #f6f7f9; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .slider:prelight:active, + NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .slider:prelight:active, NemoWindow .sidebar .scrollbar .slider:prelight:active, + MarlinViewWindow .sidebar .scrollbar .slider:prelight:active, GeditFileBrowserWidget .scrollbar .slider:prelight:active { + background-color: #458588; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .slider:insensitive, + NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .slider:insensitive, NemoWindow .sidebar .scrollbar .slider:insensitive, + MarlinViewWindow .sidebar .scrollbar .slider:insensitive, GeditFileBrowserWidget .scrollbar .slider:insensitive { + background-color: transparent; } + +@define-color theme_fg_color #000000; +@define-color theme_text_color #000000; +@define-color theme_bg_color #F0F1F2; +@define-color theme_base_color #EBDBB2; +@define-color theme_selected_bg_color #458588; +@define-color theme_selected_fg_color #EBDBB2; +@define-color fg_color #000000; +@define-color text_color #000000; +@define-color bg_color #F0F1F2; +@define-color base_color #EBDBB2; +@define-color selected_bg_color #458588; +@define-color selected_fg_color #EBDBB2; +@define-color insensitive_bg_color #fbfbfc; +@define-color insensitive_fg_color alpha(#000000,0.5); +@define-color insensitive_base_color #EBDBB2; +@define-color theme_unfocused_fg_color #000000; +@define-color theme_unfocused_text_color #000000; +@define-color theme_unfocused_bg_color #F0F1F2; +@define-color theme_unfocused_base_color #EBDBB2; +@define-color borders #dcdfe3; +@define-color unfocused_borders #dcdfe3; +@define-color warning_color #F27835; +@define-color error_color #FC4138; +@define-color success_color #73d216; +@define-color placeholder_text_color #A8A8A8; +@define-color content_view_bg #ffffff; +@define-color wm_title alpha(#EBDBB2,0.8); +@define-color wm_unfocused_title alpha(#EBDBB2,0.5); +@define-color wm_bg #282828; +@define-color wm_bg_unfocused #292929; +@define-color wm_highlight #282828; +@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 #282828; +@define-color wm_button_hover_bg #454C5C; +@define-color wm_button_active_bg #458588; +@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; diff --git a/.themes/arc-gruvbox/gtk-3.0/render-assets.sh b/.themes/arc-gruvbox/gtk-3.0/render-assets.sh new file mode 100644 index 00000000..c1a97fd3 --- /dev/null +++ b/.themes/arc-gruvbox/gtk-3.0/render-assets.sh @@ -0,0 +1,34 @@ +#! /bin/bash + +INKSCAPE="/usr/bin/inkscape" +OPTIPNG="/usr/bin/optipng" + +SRC_FILE="assets.svg" +ASSETS_DIR="assets" +INDEX="assets.txt" + +for i in `cat $INDEX` +do +if [ -f $ASSETS_DIR/$i.png ]; then + echo $ASSETS_DIR/$i.png exists. +else + echo + echo Rendering $ASSETS_DIR/$i.png + $INKSCAPE --export-id=$i \ + --export-id-only \ + --export-png=$ASSETS_DIR/$i.png $SRC_FILE >/dev/null \ + && $OPTIPNG -o7 --quiet $ASSETS_DIR/$i.png +fi +if [ -f $ASSETS_DIR/$i@2.png ]; then + echo $ASSETS_DIR/$i@2.png exists. +else + echo + echo Rendering $ASSETS_DIR/$i@2.png + $INKSCAPE --export-id=$i \ + --export-dpi=180 \ + --export-id-only \ + --export-png=$ASSETS_DIR/$i@2.png $SRC_FILE >/dev/null \ + && $OPTIPNG -o7 --quiet $ASSETS_DIR/$i@2.png +fi +done +exit 0 diff --git a/.themes/arc-gruvbox/index.theme b/.themes/arc-gruvbox/index.theme new file mode 100644 index 00000000..be6e5e08 --- /dev/null +++ b/.themes/arc-gruvbox/index.theme @@ -0,0 +1,12 @@ +[Desktop Entry] +Type=X-GNOME-Metatheme +Name=Arc-Darker-Ubuntu +Comment=A flat theme with transparent elements +Encoding=UTF-8 + +[X-GNOME-Metatheme] +GtkTheme=Arc-Darker-Ubuntu +MetacityTheme=Arc-Darker-Ubuntu +IconTheme=gnome +CursorTheme=DMZ-Black +ButtonLayout=menu:minimize,maximize,close diff --git a/.themes/arc-gruvbox/metacity-1/button-bg.svg b/.themes/arc-gruvbox/metacity-1/button-bg.svg new file mode 100644 index 00000000..1f225b53 --- /dev/null +++ b/.themes/arc-gruvbox/metacity-1/button-bg.svg @@ -0,0 +1,105 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + enable-background="new 0 0 32 32" + height="16" + id="Layer_1" + version="1.1" + viewBox="0 0 16 16" + width="16" + xml:space="preserve" + inkscape:version="0.91 r13725" + sodipodi:docname="button-bg.svg"><metadata + id="metadata26"><rdf:RDF><cc:Work + rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title /></cc:Work></rdf:RDF></metadata><defs + id="defs24" /><sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1366" + inkscape:window-height="718" + id="namedview22" + showgrid="true" + inkscape:zoom="16" + inkscape:cx="-6.6664673" + inkscape:cy="4.949103" + inkscape:window-x="0" + inkscape:window-y="27" + inkscape:window-maximized="1" + inkscape:current-layer="Layer_1" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true"><inkscape:grid + type="xygrid" + id="grid3003" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /></sodipodi:namedview><g + style="display:inline" + id="titlebutton-close" + inkscape:label="#g6210" + transform="translate(-645,185.63782)"><g + id="g4927-9" + style="display:inline;opacity:1" + transform="translate(-678,-432.63782)"><g + transform="translate(-103,0)" + style="display:inline;opacity:1" + id="g4490-6-5-2"><g + id="g4092-0-2-21-0" + style="display:inline" + transform="translate(58,0)"><circle + r="7" + cy="255" + cx="1376" + style="fill:#808080;fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="path4068-7-5-9-6" /></g></g><g + id="g4778-2-68" + transform="translate(1323,246.86719)" + style="fill:#ffffff;fill-opacity:1"><g + style="display:inline;fill:#ffffff;fill-opacity:1" + id="layer9-9-4-4" + transform="translate(-60,-518)" /><g + id="layer10-2-1-8" + transform="translate(-60,-518)" + style="fill:#ffffff;fill-opacity:1" /><g + id="layer11-16-4-9" + transform="translate(-60,-518)" + style="fill:#ffffff;fill-opacity:1" /><g + transform="matrix(0.75,0,0,0.75,2,2.0546875)" + id="g2996-76-5" + style="fill:#ffffff;fill-opacity:1"><g + transform="translate(-60,-518)" + id="layer12-4-5-7" + style="fill:#ffffff;fill-opacity:1"><g + transform="translate(19,-242)" + id="layer4-4-1-9-5" + style="display:inline;fill:#ffffff;fill-opacity:1" /></g></g><g + id="layer13-2-6-11" + transform="translate(-60,-518)" + style="fill:#ffffff;fill-opacity:1" /><g + id="layer14-4-0-33" + transform="translate(-60,-518)" + style="fill:#ffffff;fill-opacity:1" /><g + id="layer15-7-3-0" + transform="translate(-60,-518)" + style="fill:#ffffff;fill-opacity:1" /></g></g><rect + y="-185.63782" + x="645" + height="16" + width="16" + id="rect17883-39" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" /></g></svg> \ No newline at end of file diff --git a/.themes/arc-gruvbox/metacity-1/button-border.svg b/.themes/arc-gruvbox/metacity-1/button-border.svg new file mode 100644 index 00000000..a1ab9486 --- /dev/null +++ b/.themes/arc-gruvbox/metacity-1/button-border.svg @@ -0,0 +1,107 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + enable-background="new 0 0 32 32" + height="16" + id="Layer_1" + version="1.1" + viewBox="0 0 16 16" + width="16" + xml:space="preserve" + inkscape:version="0.91 r13725" + sodipodi:docname="button-border.svg"><metadata + id="metadata26"><rdf:RDF><cc:Work + rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title /></cc:Work></rdf:RDF></metadata><defs + id="defs24" /><sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1366" + inkscape:window-height="718" + id="namedview22" + showgrid="true" + inkscape:zoom="16" + inkscape:cx="-16.228967" + inkscape:cy="2.449103" + inkscape:window-x="0" + inkscape:window-y="27" + inkscape:window-maximized="1" + inkscape:current-layer="Layer_1" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true"><inkscape:grid + type="xygrid" + id="grid3003" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /></sodipodi:namedview><g + style="display:inline" + id="titlebutton-max-hover" + inkscape:label="#g6284" + transform="translate(-513,185.63782)"><g + id="g4891" + style="display:inline;opacity:1" + transform="translate(-781,-432.63782)"><path + style="display:inline;opacity:1;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="m 1302,248 a 7,7 0 0 0 -7,7 7,7 0 0 0 7,7 7,7 0 0 0 7,-7 7,7 0 0 0 -7,-7 z m 0,1 a 6,6 0 0 1 6,6 6,6 0 0 1 -6,6 6,6 0 0 1 -6,-6 6,6 0 0 1 6,-6 z" + id="path4068-7-5-9-6-7-2-5-78" + inkscape:connector-curvature="0" /><g + id="g4806-9" + transform="translate(1294,247)" + style="fill:#c0e3ff;fill-opacity:1"><g + transform="translate(-81.0002,-967)" + style="display:inline;fill:#c0e3ff;fill-opacity:1" + inkscape:label="status" + id="layer9-78-7" /><g + transform="translate(-81.0002,-967)" + inkscape:label="devices" + id="layer10-3-3" + style="fill:#c0e3ff;fill-opacity:1" /><g + transform="translate(-81.0002,-967)" + inkscape:label="apps" + id="layer11-19-75" + style="fill:#c0e3ff;fill-opacity:1" /><g + transform="translate(-81.0002,-967)" + inkscape:label="places" + id="layer13-4-9" + style="fill:#c0e3ff;fill-opacity:1" /><g + transform="translate(-81.0002,-967)" + inkscape:label="mimetypes" + id="layer14-8-5" + style="fill:#c0e3ff;fill-opacity:1" /><g + transform="translate(-81.0002,-967)" + style="display:inline;fill:#c0e3ff;fill-opacity:1" + inkscape:label="emblems" + id="layer15-5-8" /><g + transform="translate(-81.0002,-967)" + style="display:inline;fill:#c0e3ff;fill-opacity:1" + inkscape:label="emotes" + id="g71291-1-7" /><g + transform="translate(-81.0002,-967)" + style="display:inline;fill:#c0e3ff;fill-opacity:1" + inkscape:label="categories" + id="g4953-7-1" /><g + transform="translate(-81.0002,-967)" + style="display:inline;fill:#c0e3ff;fill-opacity:1" + inkscape:label="actions" + id="layer12-3-0" /></g></g><rect + y="-185.63782" + x="513" + height="16" + width="16" + id="rect17883-0" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" /></g></svg> \ No newline at end of file diff --git a/.themes/arc-gruvbox/metacity-1/close-icon.svg b/.themes/arc-gruvbox/metacity-1/close-icon.svg new file mode 100644 index 00000000..312fa9e0 --- /dev/null +++ b/.themes/arc-gruvbox/metacity-1/close-icon.svg @@ -0,0 +1,104 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + enable-background="new 0 0 32 32" + height="16" + id="Layer_1" + version="1.1" + viewBox="0 0 16 16" + width="16" + xml:space="preserve" + inkscape:version="0.91 r13725" + sodipodi:docname="close-icon.svg"><metadata + id="metadata26"><rdf:RDF><cc:Work + rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title /></cc:Work></rdf:RDF></metadata><defs + id="defs24" /><sodipodi:namedview + pagecolor="#cecece" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1366" + inkscape:window-height="718" + id="namedview22" + showgrid="true" + inkscape:zoom="11.313709" + inkscape:cx="-6.97609" + inkscape:cy="12.311381" + inkscape:window-x="0" + inkscape:window-y="27" + inkscape:window-maximized="1" + inkscape:current-layer="Layer_1" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true"><inkscape:grid + type="xygrid" + id="grid3003" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /></sodipodi:namedview><g + style="display:inline" + id="titlebutton-close" + inkscape:label="#g6210" + transform="translate(-645,185.63782)"><g + id="g4927-9" + style="display:inline;opacity:1" + transform="translate(-678,-432.63782)"><g + transform="translate(-103,0)" + style="display:inline;opacity:1" + id="g4490-6-5-2"><g + id="g4092-0-2-21-0" + style="display:inline" + transform="translate(58,0)" /></g><g + id="g4778-2-68" + transform="translate(1323,246.86719)" + style="fill:#ffffff;fill-opacity:1"><g + style="display:inline;fill:#ffffff;fill-opacity:1" + id="layer9-9-4-4" + transform="translate(-60,-518)" /><g + id="layer10-2-1-8" + transform="translate(-60,-518)" + style="fill:#ffffff;fill-opacity:1" /><g + id="layer11-16-4-9" + transform="translate(-60,-518)" + style="fill:#ffffff;fill-opacity:1" /><g + transform="matrix(0.75,0,0,0.75,2,2.0546875)" + id="g2996-76-5" + style="fill:#ffffff;fill-opacity:1"><g + transform="translate(-60,-518)" + id="layer12-4-5-7" + style="fill:#ffffff;fill-opacity:1"><g + transform="translate(19,-242)" + id="layer4-4-1-9-5" + style="display:inline;fill:#ffffff;fill-opacity:1"><path + inkscape:connector-curvature="0" + d="m 45,764 1,0 c 0.01037,-1.2e-4 0.02079,-4.6e-4 0.03125,0 0.254951,0.0112 0.50987,0.12858 0.6875,0.3125 L 49,766.59375 51.3125,764.3125 C 51.578125,764.082 51.759172,764.007 52,764 l 1,0 0,1 c 0,0.28647 -0.03434,0.55065 -0.25,0.75 l -2.28125,2.28125 2.25,2.25 C 52.906938,770.46942 52.999992,770.7347 53,771 l 0,1 -1,0 c -0.265301,-10e-6 -0.530586,-0.0931 -0.71875,-0.28125 L 49,769.4375 46.71875,771.71875 C 46.530586,771.90694 46.26529,772 46,772 l -1,0 0,-1 c -3e-6,-0.26529 0.09306,-0.53058 0.28125,-0.71875 l 2.28125,-2.25 L 45.28125,765.75 C 45.070508,765.55537 44.97809,765.28075 45,765 l 0,-1 z" + id="path10839-9-2-2" + style="color:#bebebe;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:'Andale Mono';-inkscape-font-specification:'Andale Mono';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /></g></g></g><g + id="layer13-2-6-11" + transform="translate(-60,-518)" + style="fill:#ffffff;fill-opacity:1" /><g + id="layer14-4-0-33" + transform="translate(-60,-518)" + style="fill:#ffffff;fill-opacity:1" /><g + id="layer15-7-3-0" + transform="translate(-60,-518)" + style="fill:#ffffff;fill-opacity:1" /></g></g><rect + y="-185.63782" + x="645" + height="16" + width="16" + id="rect17883-39" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" /></g></svg> \ No newline at end of file diff --git a/.themes/arc-gruvbox/metacity-1/max-icon.svg b/.themes/arc-gruvbox/metacity-1/max-icon.svg new file mode 100644 index 00000000..6b80028b --- /dev/null +++ b/.themes/arc-gruvbox/metacity-1/max-icon.svg @@ -0,0 +1,75 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + enable-background="new 0 0 32 32" + height="16" + id="Layer_1" + version="1.1" + viewBox="0 0 16 16" + width="16" + xml:space="preserve" + inkscape:version="0.91 r13725" + sodipodi:docname="max-icon.svg"><metadata + id="metadata26"><rdf:RDF><cc:Work + rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title /></cc:Work></rdf:RDF></metadata><defs + id="defs24" /><sodipodi:namedview + pagecolor="#d7d7d7" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1366" + inkscape:window-height="718" + id="namedview22" + showgrid="true" + inkscape:zoom="16" + inkscape:cx="-11.666467" + inkscape:cy="2.449103" + inkscape:window-x="0" + inkscape:window-y="27" + inkscape:window-maximized="1" + inkscape:current-layer="Layer_1" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true"><inkscape:grid + type="xygrid" + id="grid3003" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /></sodipodi:namedview><g + style="display:inline" + id="titlebutton-max" + inkscape:label="#g6234" + transform="translate(-616,185.63782)"><g + id="g7146" + style="display:inline;opacity:1" + transform="translate(-781,-432.63782)"><g + transform="translate(-29,0)" + style="display:inline;opacity:1" + id="g4490-2-96"><g + id="g4092-0-6-83" + style="display:inline" + transform="translate(58,0)" /></g><path + id="path4293-5-95" + style="display:inline;opacity:1;fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:none" + d="m 1403.7995,252 3.3818,0 c 0.4503,0 0.8162,0.36847 0.8187,0.8188 l 0,3.3817 z m 2.4074,6.00692 -3.395,0 c -0.4504,0 -0.8188,-0.36842 -0.8188,-0.81875 l 0,-3.39509 4.2138,4.21384" + inkscape:connector-curvature="0" + sodipodi:nodetypes="csscccsscc" /></g><rect + y="-185.63782" + x="616" + height="16" + width="16" + id="rect17883-29" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" /></g></svg> \ No newline at end of file diff --git a/.themes/arc-gruvbox/metacity-1/metacity-theme-1.xml b/.themes/arc-gruvbox/metacity-1/metacity-theme-1.xml new file mode 100644 index 00000000..b8725694 --- /dev/null +++ b/.themes/arc-gruvbox/metacity-1/metacity-theme-1.xml @@ -0,0 +1,762 @@ +<?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="#afb8c6" /> +<constant name="C_title_unfocused" value="#8a939f" /> + +<constant name="C_wm_bg_focused" value="#2f343f" /> +<constant name="C_wm_bg_unfocused" value="#2f343f" /> + +<constant name="C_wm_highlight" value="#353a48" /> + +<!-- window button colors --> + +<!-- close --> +<constant name="C_button_close_bg_focused" value="#cc575d" /> +<constant name="C_button_close_bg_hover" value="#d7787d" /> +<constant name="C_button_close_bg_active" value="#be3841" /> + +<constant name="C_icon_close_bg" value="#2f343f" /> + +<!-- minimize, maximize --> +<constant name="C_button_bg_hover" value="#454C5C" /> +<constant name="C_button_bg_active" value="#458588" /> + +<constant name="C_button_border_hover" value="#262932" /> + +<constant name="C_icon_bg_focused" value="#90939B" /> +<constant name="C_icon_bg_unfocused" value="#666A74" /> +<constant name="C_icon_bg_hover" value="#C4C7CC" /> +<constant name="C_icon_bg_active" value="#ffffff" /> + +<!-- geometries --> + +<frame_geometry name="normal" title_scale="medium" rounded_top_left="1" rounded_top_right="1"> + <distance name="left_width" value="0" /> + <distance name="right_width" value="0" /> + <distance name="bottom_height" value="0" /> + <distance name="left_titlebar_edge" value="5"/> + <distance name="right_titlebar_edge" value="5"/> + <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="16"/> +</frame_geometry> + +<frame_geometry name="normal_unfocused" title_scale="medium" rounded_top_left="1" rounded_top_right="1" parent="normal"> +</frame_geometry> + +<frame_geometry name="max" title_scale="medium" parent="normal" rounded_top_left="false" rounded_top_right="false"> + <distance name="left_width" value="0" /> + <distance name="right_width" value="0" /> + <distance name="left_titlebar_edge" value="0"/> + <distance name="right_titlebar_edge" value="0"/> + <distance name="title_vertical_pad" value="2"/> <!-- + This needs to be 1 less then the + title_vertical_pad on normal state + or you'll have bigger buttons --> + <distance name="bottom_height" value="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="title_vertical_pad" value="0" /> + <border name="title_border" left="10" right="10" 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> + + +<!--Todo--> +<draw_ops name="menu_focused"></draw_ops> +<draw_ops name="menu_focused_pressed"></draw_ops> +<draw_ops name="menu_unfocused"></draw_ops> +<draw_ops name="menu_unfocused_prelight"></draw_ops> +<draw_ops name="menu_unfocused_pressed"></draw_ops> +<draw_ops name="shade_focused"></draw_ops> +<draw_ops name="shade_focused_pressed"></draw_ops> +<draw_ops name="shade_unfocused"></draw_ops> +<draw_ops name="shade_unfocused_prelight"></draw_ops> +<draw_ops name="shade_unfocused_pressed"></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="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_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></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_unfocused" geometry="normal_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="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_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></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_focused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_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="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_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></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_unfocused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_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="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_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></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_shaded_focused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_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="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_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></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_shaded_unfocused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_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="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_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></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="dialog_focused" geometry="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="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_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></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="dialog_unfocused" geometry="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></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="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="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_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></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button><button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="modal_dialog_unfocused" geometry="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="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_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></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="utility_focused" geometry="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="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_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></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="utility_unfocused" geometry="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="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_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></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="border_focused" geometry="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="dialog_style_set"/> +<window type="modal_dialog" style_set="modal_dialog_style_set"/> +<window type="menu" style_set="utility_style_set"/> +<window type="utility" style_set="utility_style_set"/> +<window type="border" style_set="border_style_set"/> + +</metacity_theme> diff --git a/.themes/arc-gruvbox/metacity-1/metacity-theme-2.xml b/.themes/arc-gruvbox/metacity-1/metacity-theme-2.xml new file mode 100644 index 00000000..b8725694 --- /dev/null +++ b/.themes/arc-gruvbox/metacity-1/metacity-theme-2.xml @@ -0,0 +1,762 @@ +<?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="#afb8c6" /> +<constant name="C_title_unfocused" value="#8a939f" /> + +<constant name="C_wm_bg_focused" value="#2f343f" /> +<constant name="C_wm_bg_unfocused" value="#2f343f" /> + +<constant name="C_wm_highlight" value="#353a48" /> + +<!-- window button colors --> + +<!-- close --> +<constant name="C_button_close_bg_focused" value="#cc575d" /> +<constant name="C_button_close_bg_hover" value="#d7787d" /> +<constant name="C_button_close_bg_active" value="#be3841" /> + +<constant name="C_icon_close_bg" value="#2f343f" /> + +<!-- minimize, maximize --> +<constant name="C_button_bg_hover" value="#454C5C" /> +<constant name="C_button_bg_active" value="#458588" /> + +<constant name="C_button_border_hover" value="#262932" /> + +<constant name="C_icon_bg_focused" value="#90939B" /> +<constant name="C_icon_bg_unfocused" value="#666A74" /> +<constant name="C_icon_bg_hover" value="#C4C7CC" /> +<constant name="C_icon_bg_active" value="#ffffff" /> + +<!-- geometries --> + +<frame_geometry name="normal" title_scale="medium" rounded_top_left="1" rounded_top_right="1"> + <distance name="left_width" value="0" /> + <distance name="right_width" value="0" /> + <distance name="bottom_height" value="0" /> + <distance name="left_titlebar_edge" value="5"/> + <distance name="right_titlebar_edge" value="5"/> + <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="16"/> +</frame_geometry> + +<frame_geometry name="normal_unfocused" title_scale="medium" rounded_top_left="1" rounded_top_right="1" parent="normal"> +</frame_geometry> + +<frame_geometry name="max" title_scale="medium" parent="normal" rounded_top_left="false" rounded_top_right="false"> + <distance name="left_width" value="0" /> + <distance name="right_width" value="0" /> + <distance name="left_titlebar_edge" value="0"/> + <distance name="right_titlebar_edge" value="0"/> + <distance name="title_vertical_pad" value="2"/> <!-- + This needs to be 1 less then the + title_vertical_pad on normal state + or you'll have bigger buttons --> + <distance name="bottom_height" value="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="title_vertical_pad" value="0" /> + <border name="title_border" left="10" right="10" 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> + + +<!--Todo--> +<draw_ops name="menu_focused"></draw_ops> +<draw_ops name="menu_focused_pressed"></draw_ops> +<draw_ops name="menu_unfocused"></draw_ops> +<draw_ops name="menu_unfocused_prelight"></draw_ops> +<draw_ops name="menu_unfocused_pressed"></draw_ops> +<draw_ops name="shade_focused"></draw_ops> +<draw_ops name="shade_focused_pressed"></draw_ops> +<draw_ops name="shade_unfocused"></draw_ops> +<draw_ops name="shade_unfocused_prelight"></draw_ops> +<draw_ops name="shade_unfocused_pressed"></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="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_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></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_unfocused" geometry="normal_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="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_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></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_focused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_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="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_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></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_unfocused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_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="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_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></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_shaded_focused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_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="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_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></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_shaded_unfocused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_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="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_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></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="dialog_focused" geometry="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="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_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></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="dialog_unfocused" geometry="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></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="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="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_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></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button><button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="modal_dialog_unfocused" geometry="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="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_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></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="utility_focused" geometry="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="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_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></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="utility_unfocused" geometry="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="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_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></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="border_focused" geometry="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="dialog_style_set"/> +<window type="modal_dialog" style_set="modal_dialog_style_set"/> +<window type="menu" style_set="utility_style_set"/> +<window type="utility" style_set="utility_style_set"/> +<window type="border" style_set="border_style_set"/> + +</metacity_theme> diff --git a/.themes/arc-gruvbox/metacity-1/metacity-theme-3.xml b/.themes/arc-gruvbox/metacity-1/metacity-theme-3.xml new file mode 100644 index 00000000..0dda7a25 --- /dev/null +++ b/.themes/arc-gruvbox/metacity-1/metacity-theme-3.xml @@ -0,0 +1,1016 @@ +<?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="gtk:custom(wm_title,#70788d)" /> +<constant name="C_title_unfocused" value="gtk:custom(wm_unfocused_title,#979dac)" /> + +<constant name="C_wm_bg_focused" value="gtk:custom(wm_bg,#e7e8eb)" /> +<constant name="C_wm_bg_unfocused" value="gtk:custom(wm_bg,#e7e8eb)" /> + +<constant name="C_wm_highlight" value="gtk:custom(wm_highlight,#eeeff1)" /> + +<!-- window button colors --> + +<!-- close --> +<constant name="C_button_close_bg_focused" value="gtk:custom(wm_button_close_bg,#f46067)" /> +<constant name="C_button_close_bg_hover" value="gtk:custom(wm_button_close_hover_bg,#f68086)" /> +<constant name="C_button_close_bg_active" value="gtk:custom(wm_button_close_active_bg,#f13039)" /> + +<constant name="C_icon_close_bg" value="gtk:custom(wm_icon_close_bg,#F8F8F9)" /> + +<!-- minimize, maximize --> +<constant name="C_button_bg_hover" value="gtk:custom(wm_button_hover_bg,#fdfdfd)" /> +<constant name="C_button_bg_active" value="gtk:custom(wm_button_active_bg,#458588)" /> + +<constant name="C_button_border_hover" value="gtk:custom(wm_button_hover_border,#D1D3DA)" /> + +<constant name="C_icon_bg_focused" value="gtk:custom(wm_icon_bg,#90949E)" /> +<constant name="C_icon_bg_unfocused" value="gtk:custom(wm_icon_unfocused_bg,#B6B8C0)" /> +<constant name="C_icon_bg_hover" value="gtk:custom(wm_icon_hover_bg,#7A7F8B)" /> +<constant name="C_icon_bg_active" value="gtk:custom(wm_icon_active_bg,#ffffff)" /> + +<!-- geometries --> + +<frame_geometry name="normal" title_scale="medium" rounded_top_left="1" rounded_top_right="1"> + <distance name="left_width" value="0" /> + <distance name="right_width" value="0" /> + <distance name="bottom_height" value="0" /> + <distance name="left_titlebar_edge" value="5"/> + <distance name="right_titlebar_edge" value="5"/> + <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="16"/> +</frame_geometry> + +<frame_geometry name="normal_unfocused" title_scale="medium" rounded_top_left="1" rounded_top_right="1" parent="normal"> +</frame_geometry> + +<frame_geometry name="max" title_scale="medium" parent="normal" rounded_top_left="false" rounded_top_right="false"> + <distance name="left_width" value="0" /> + <distance name="right_width" value="0" /> + <distance name="left_titlebar_edge" value="0"/> + <distance name="right_titlebar_edge" value="0"/> + <distance name="title_vertical_pad" value="2"/> <!-- + This needs to be 1 less then the + title_vertical_pad on normal state + or you'll have bigger buttons --> + <distance name="bottom_height" value="0" /> +</frame_geometry> + +<frame_geometry name="tiled_left" title_scale="medium" rounded_top_left="false" rounded_top_right="1" parent="normal"> + <distance name="right_width" value="0" /> +</frame_geometry> + +<frame_geometry name="tiled_right" title_scale="medium" rounded_top_left="1" rounded_top_right="false" parent="normal"> + <distance name="left_width" value="0" /> +</frame_geometry> + +<frame_geometry name="small" title_scale="small" parent="normal" rounded_top_left="1" rounded_top_right="1"> + <distance name="title_vertical_pad" value="7"/> + <distance name="left_titlebar_edge" value="1"/> + <distance name="right_titlebar_edge" value="1"/> + <border name="title_border" left="10" right="10" top="0" bottom="1"/> +</frame_geometry> + +<frame_geometry name="small_unfocused" parent="small"> +</frame_geometry> + +<frame_geometry name="border" has_title="false" rounded_top_left="false" rounded_top_right="false" parent="normal" > + <distance name="left_width" value="1" /> + <distance name="right_width" value="1" /> + <distance name="bottom_height" value="1" /> + <border name="title_border" left="10" right="10" top="0" bottom="0" /> + <distance name="title_vertical_pad" value="1" /> + <distance name="button_height" value="0"/> +</frame_geometry> + +<frame_geometry name="borderless" has_title="false" rounded_top_left="false" rounded_top_right="false" parent="normal" > + <distance name="left_width" value="0" /> + <distance name="right_width" value="0" /> + <distance name="bottom_height" value="0" /> + <distance name="title_vertical_pad" value="0" /> + <border name="title_border" left="10" right="10" top="0" bottom="0" /> + <distance name="button_height" value="0"/> +</frame_geometry> + +<frame_geometry name="modal" title_scale="small" hide_buttons="true" rounded_top_left="1" rounded_top_right="1" parent="small"> + <distance name="title_vertical_pad" value="5"/> +</frame_geometry> + +<!--chromium save dialog--> +<frame_geometry name="attached" title_scale="small" has_title="false" hide_buttons="true" rounded_top_left="1" rounded_top_right="1" rounded_bottom_left="0" rounded_bottom_right="0" parent="normal"> + <distance name="title_vertical_pad" value="0"/> + <distance name="bottom_height" value="1"/> + <distance name="left_width" value="1"/> + <distance name="right_width" value="1"/> +</frame_geometry> + +<!-- drawing operations --> + + <!-- title --> + +<draw_ops name="title_focused"> + + <title version="< 3.1" + x="(0 `max` ((width - title_width) / 2))" + y="(0 `max` ((height - title_height) / 2)) + 1" + color="C_title_focused" /> + <title version=">= 3.1" + x="(0 `max` ((frame_x_center - title_width / 2) `min` (width - title_width)))" + y="(0 `max` ((height - title_height) / 2)) + 1" + ellipsize_width="width" + color="C_title_focused" /> +</draw_ops> + +<draw_ops name="title_unfocused"> + <title version="< 3.1" + x="(0 `max` ((width - title_width) / 2))" + y="(0 `max` ((height - title_height) / 2)) + 1" + color="C_title_unfocused" /> + <title version=">= 3.1" + x="(0 `max` ((frame_x_center - title_width / 2) `min` (width - title_width)))" + y="(0 `max` ((height - title_height) / 2)) + 1" + ellipsize_width="width" + color="C_title_unfocused" /> +</draw_ops> + + <!-- window decorations --> + +<draw_ops name="entire_background_focused"> + <rectangle color="C_wm_bg_focused" x="0" y="0" width="width" height="height" filled="true" /> +</draw_ops> + +<draw_ops name="entire_background_unfocused"> + <rectangle color="C_wm_bg_unfocused" x="0" y="0" width="width" height="height" filled="true" /> +</draw_ops> + +<draw_ops name="titlebar_focused"> + <rectangle color="C_wm_bg_focused" x="0" y="0" width="width" height="height" filled="true" /> + <rectangle color="C_wm_highlight" x="0" y="0" width="width" height="1" filled="true" /> +</draw_ops> + +<draw_ops name="titlebar_unfocused"> + <rectangle color="C_wm_bg_unfocused" x="0" y="0" width="width" height="height" filled="true" /> + <rectangle color="C_wm_highlight" x="0" y="0" width="width" height="1" filled="true" /> +</draw_ops> + +<draw_ops name="titlebar_max"> + +</draw_ops> + +<draw_ops name="titlebar_small_focused"> + +</draw_ops> + +<draw_ops name="titlebar_small_unfocused"> + +</draw_ops> + +<draw_ops name="border_focused"> + <rectangle color="C_wm_bg_focused" x="0" y="0" width="width" height="height" filled="false" /> +</draw_ops> + +<draw_ops name="border_unfocused"> + <rectangle color="C_wm_bg_unfocused" x="0" y="0" width="width" height="height" filled="false" /> +</draw_ops> + + +<!--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> + + +<!--Todo--> +<draw_ops name="menu_focused"></draw_ops> +<draw_ops name="menu_focused_pressed"></draw_ops> +<draw_ops name="menu_unfocused"></draw_ops> +<draw_ops name="menu_unfocused_prelight"></draw_ops> +<draw_ops name="menu_unfocused_pressed"></draw_ops> +<draw_ops name="shade_focused"></draw_ops> +<draw_ops name="shade_focused_pressed"></draw_ops> +<draw_ops name="shade_unfocused"></draw_ops> +<draw_ops name="shade_unfocused_prelight"></draw_ops> +<draw_ops name="shade_unfocused_pressed"></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="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_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></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_unfocused" geometry="normal_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="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_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></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_focused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_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="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_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></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_unfocused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_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="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_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></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_shaded_focused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_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="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_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></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_shaded_unfocused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_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="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_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></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="dialog_focused" geometry="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="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_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></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="dialog_unfocused" geometry="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></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="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="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_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></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button><button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="modal_dialog_unfocused" geometry="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="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_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></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="utility_focused" geometry="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="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_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></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="utility_unfocused" geometry="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="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_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></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="border_focused" geometry="border"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="overlay" draw_ops="border_focused" /> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="border_unfocused" geometry="border"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="overlay" draw_ops="border_unfocused" /> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="borderless" geometry="borderless"> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="attached_focused" geometry="attached"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_focused" /> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="attached_unfocused" geometry="attached"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_unfocused" /> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="tiled_left_focused" geometry="tiled_left"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_focused" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_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></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="tiled_left_unfocused" geometry="tiled_left"> + <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="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_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></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="tiled_right_focused" geometry="tiled_right"> + <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="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_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></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="tiled_right_unfocused" geometry="tiled_right"> + <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="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_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></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 version=">= 3.3" focus="yes" state="tiled_left" style="tiled_left_focused"/> + <frame version=">= 3.3" focus="no" state="tiled_left" style="tiled_left_unfocused"/> + <frame version=">= 3.3" focus="yes" state="tiled_right" style="tiled_right_focused"/> + <frame version=">= 3.3" focus="no" state="tiled_right" style="tiled_right_unfocused"/> + <frame version=">= 3.3" focus="yes" state="tiled_left_and_shaded" style="tiled_left_focused"/> + <frame version=">= 3.3" focus="no" state="tiled_left_and_shaded" style="tiled_left_unfocused"/> + <frame version=">= 3.3" focus="yes" state="tiled_right_and_shaded" style="tiled_right_focused"/> + <frame version=">= 3.3" focus="no" state="tiled_right_and_shaded" style="tiled_right_unfocused"/> +</frame_style_set> + +<frame_style_set name="dialog_style_set"> + <frame focus="yes" state="normal" resize="both" style="dialog_focused"/> + <frame focus="no" state="normal" resize="both" style="dialog_unfocused"/> + <frame focus="yes" state="maximized" style="blank"/> + <frame focus="no" state="maximized" style="blank"/> + <frame focus="yes" state="shaded" style="dialog_focused"/> + <frame focus="no" state="shaded" style="dialog_unfocused"/> + <frame focus="yes" state="maximized_and_shaded" style="blank"/> + <frame focus="no" state="maximized_and_shaded" style="blank"/> +</frame_style_set> + +<frame_style_set name="modal_dialog_style_set"> + <frame focus="yes" state="normal" resize="both" style="modal_dialog_focused"/> + <frame focus="no" state="normal" resize="both" style="modal_dialog_unfocused"/> + <frame focus="yes" state="maximized" style="blank"/> + <frame focus="no" state="maximized" style="blank"/> + <frame focus="yes" state="shaded" style="modal_dialog_focused"/> + <frame focus="no" state="shaded" style="modal_dialog_unfocused"/> + <frame focus="yes" state="maximized_and_shaded" style="blank"/> + <frame focus="no" state="maximized_and_shaded" style="blank"/> +</frame_style_set> + +<frame_style_set name="utility_style_set"> + <frame focus="yes" state="normal" resize="both" style="utility_focused"/> + <frame focus="no" state="normal" resize="both" style="utility_unfocused"/> + <frame focus="yes" state="maximized" style="blank"/> + <frame focus="no" state="maximized" style="blank"/> + <frame focus="yes" state="shaded" style="utility_focused"/> + <frame focus="no" state="shaded" style="utility_unfocused"/> + <frame focus="yes" state="maximized_and_shaded" style="blank"/> + <frame focus="no" state="maximized_and_shaded" style="blank"/> +</frame_style_set> + +<frame_style_set name="border_style_set"> + <frame focus="yes" state="normal" resize="both" style="border_focused"/> + <frame focus="no" state="normal" resize="both" style="border_unfocused"/> + <frame focus="yes" state="maximized" style="borderless"/> + <frame focus="no" state="maximized" style="borderless"/> + <frame focus="yes" state="shaded" style="blank"/> + <frame focus="no" state="shaded" style="blank"/> + <frame focus="yes" state="maximized_and_shaded" style="blank"/> + <frame focus="no" state="maximized_and_shaded" style="blank"/> +</frame_style_set> + +<frame_style_set name="attached_style_set"> + <frame focus="yes" state="normal" resize="both" style="attached_focused"/> + <frame focus="no" state="normal" resize="both" style="attached_unfocused"/> + <frame focus="yes" state="maximized" style="blank"/> + <frame focus="no" state="maximized" style="blank"/> + <frame focus="yes" state="shaded" style="blank"/> + <frame focus="no" state="shaded" style="blank"/> + <frame focus="yes" state="maximized_and_shaded" style="blank"/> + <frame focus="no" state="maximized_and_shaded" style="blank"/> +</frame_style_set> + + +<!-- windows --> + +<window type="normal" style_set="normal_style_set"/> +<window type="dialog" style_set="dialog_style_set"/> +<window type="modal_dialog" style_set="modal_dialog_style_set"/> +<window type="menu" style_set="utility_style_set"/> +<window type="utility" style_set="utility_style_set"/> +<window type="border" style_set="border_style_set"/> +<window version=">= 3.2" type="attached" style_set="attached_style_set"/> + +</metacity_theme> diff --git a/.themes/arc-gruvbox/metacity-1/min-icon.svg b/.themes/arc-gruvbox/metacity-1/min-icon.svg new file mode 100644 index 00000000..92920b53 --- /dev/null +++ b/.themes/arc-gruvbox/metacity-1/min-icon.svg @@ -0,0 +1,75 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + enable-background="new 0 0 32 32" + height="16" + id="Layer_1" + version="1.1" + viewBox="0 0 16 16" + width="16" + xml:space="preserve" + inkscape:version="0.91 r13725" + sodipodi:docname="min-icon.svg"><metadata + id="metadata26"><rdf:RDF><cc:Work + rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title /></cc:Work></rdf:RDF></metadata><defs + id="defs24" /><sodipodi:namedview + pagecolor="#e2e2e2" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1366" + inkscape:window-height="718" + id="namedview22" + showgrid="true" + inkscape:zoom="22.627417" + inkscape:cx="6.164106" + inkscape:cy="8.4082271" + inkscape:window-x="0" + inkscape:window-y="27" + inkscape:window-maximized="1" + inkscape:current-layer="Layer_1" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true"><inkscape:grid + type="xygrid" + id="grid3003" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /></sodipodi:namedview><g + style="display:inline" + id="titlebutton-min" + inkscape:label="#g6247" + transform="translate(-587,185.63782)"><g + id="g7138" + style="display:inline;opacity:1" + transform="translate(-781,-432.63782)"><g + transform="translate(-58,0)" + style="display:inline;opacity:1" + id="g4490-3-75"><g + id="g4092-0-7-0" + style="display:inline" + transform="translate(58,0)" /></g><path + inkscape:connector-curvature="0" + d="m 1373,254 0,2 6,0 0,-2 z" + id="rect9057-4-3" + style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#808080;fill-opacity:1;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" + sodipodi:nodetypes="ccccc" /></g><rect + y="-185.63782" + x="587" + height="16" + width="16" + id="rect17883-32" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" /></g></svg> \ No newline at end of file diff --git a/.themes/arc-gruvbox/unity/close.svg b/.themes/arc-gruvbox/unity/close.svg new file mode 100644 index 00000000..cd184561 --- /dev/null +++ b/.themes/arc-gruvbox/unity/close.svg @@ -0,0 +1 @@ +window-buttons/close.svg \ No newline at end of file diff --git a/.themes/arc-gruvbox/unity/close_dash.svg b/.themes/arc-gruvbox/unity/close_dash.svg new file mode 100644 index 00000000..054a65b4 --- /dev/null +++ b/.themes/arc-gruvbox/unity/close_dash.svg @@ -0,0 +1 @@ +dash/close_dash.svg \ No newline at end of file diff --git a/.themes/arc-gruvbox/unity/close_dash_disabled.svg b/.themes/arc-gruvbox/unity/close_dash_disabled.svg new file mode 100644 index 00000000..6635e953 --- /dev/null +++ b/.themes/arc-gruvbox/unity/close_dash_disabled.svg @@ -0,0 +1 @@ +dash/close_dash_disabled.svg \ No newline at end of file diff --git a/.themes/arc-gruvbox/unity/close_dash_prelight.svg b/.themes/arc-gruvbox/unity/close_dash_prelight.svg new file mode 100644 index 00000000..4f99727c --- /dev/null +++ b/.themes/arc-gruvbox/unity/close_dash_prelight.svg @@ -0,0 +1 @@ +dash/close_dash_prelight.svg \ No newline at end of file diff --git a/.themes/arc-gruvbox/unity/close_dash_pressed.svg b/.themes/arc-gruvbox/unity/close_dash_pressed.svg new file mode 100644 index 00000000..5bb4c0b4 --- /dev/null +++ b/.themes/arc-gruvbox/unity/close_dash_pressed.svg @@ -0,0 +1 @@ +dash/close_dash_pressed.svg \ No newline at end of file diff --git a/.themes/arc-gruvbox/unity/close_focused_normal.svg b/.themes/arc-gruvbox/unity/close_focused_normal.svg new file mode 100644 index 00000000..cd184561 --- /dev/null +++ b/.themes/arc-gruvbox/unity/close_focused_normal.svg @@ -0,0 +1 @@ +window-buttons/close.svg \ No newline at end of file diff --git a/.themes/arc-gruvbox/unity/close_focused_prelight.svg b/.themes/arc-gruvbox/unity/close_focused_prelight.svg new file mode 100644 index 00000000..e338f1e8 --- /dev/null +++ b/.themes/arc-gruvbox/unity/close_focused_prelight.svg @@ -0,0 +1 @@ +window-buttons/close_prelight.svg \ No newline at end of file diff --git a/.themes/arc-gruvbox/unity/close_focused_pressed.svg b/.themes/arc-gruvbox/unity/close_focused_pressed.svg new file mode 100644 index 00000000..217bc6c1 --- /dev/null +++ b/.themes/arc-gruvbox/unity/close_focused_pressed.svg @@ -0,0 +1 @@ +window-buttons/close_pressed.svg \ No newline at end of file diff --git a/.themes/arc-gruvbox/unity/close_unfocused.svg b/.themes/arc-gruvbox/unity/close_unfocused.svg new file mode 100644 index 00000000..c55c7f2b --- /dev/null +++ b/.themes/arc-gruvbox/unity/close_unfocused.svg @@ -0,0 +1 @@ +window-buttons/close_unfocused.svg \ No newline at end of file diff --git a/.themes/arc-gruvbox/unity/close_unfocused_prelight.svg b/.themes/arc-gruvbox/unity/close_unfocused_prelight.svg new file mode 100644 index 00000000..e338f1e8 --- /dev/null +++ b/.themes/arc-gruvbox/unity/close_unfocused_prelight.svg @@ -0,0 +1 @@ +window-buttons/close_prelight.svg \ No newline at end of file diff --git a/.themes/arc-gruvbox/unity/close_unfocused_pressed.svg b/.themes/arc-gruvbox/unity/close_unfocused_pressed.svg new file mode 100644 index 00000000..217bc6c1 --- /dev/null +++ b/.themes/arc-gruvbox/unity/close_unfocused_pressed.svg @@ -0,0 +1 @@ +window-buttons/close_pressed.svg \ No newline at end of file diff --git a/.themes/arc-gruvbox/unity/dash/close_dash.svg b/.themes/arc-gruvbox/unity/dash/close_dash.svg new file mode 100644 index 00000000..4aaf9434 --- /dev/null +++ b/.themes/arc-gruvbox/unity/dash/close_dash.svg @@ -0,0 +1,151 @@ +<?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="24" + height="24" + id="svg4306" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="close_dash.svg" + style="enable-background:new"> + <defs + id="defs4308"> + <linearGradient + id="linearGradient3770"> + <stop + style="stop-color:#000000;stop-opacity:0.62827224;" + offset="0" + id="stop3772" /> + <stop + style="stop-color:#000000;stop-opacity:0.49803922;" + offset="1" + id="stop3774" /> + </linearGradient> + <linearGradient + id="linearGradient4882"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4884" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop4886" /> + </linearGradient> + <linearGradient + id="linearGradient3784-6"> + <stop + style="stop-color:#ffffff;stop-opacity:0.21568628;" + offset="0" + id="stop3786-4" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop3788-6" /> + </linearGradient> + <linearGradient + id="linearGradient4892"> + <stop + id="stop4894" + offset="0" + style="stop-color:#2f3a42;stop-opacity:1;" /> + <stop + id="stop4896" + offset="1" + style="stop-color:#1d242a;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient4882-4"> + <stop + id="stop4884-9" + offset="0" + style="stop-color:#728495;stop-opacity:1;" /> + <stop + id="stop4886-9" + offset="1" + style="stop-color:#617c95;stop-opacity:0;" /> + </linearGradient> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#f0f1f2" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="21.791667" + inkscape:cx="12" + inkscape:cy="12" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="1280" + inkscape:window-height="747" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:window-maximized="1" + inkscape:snap-bbox="true" + inkscape:snap-global="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="grid4314" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + <sodipodi:guide + orientation="1,0" + position="12,12" + id="guide4316" /> + <sodipodi:guide + orientation="0,1" + position="12,12" + id="guide4318" /> + </sodipodi:namedview> + <metadata + id="metadata4311"> + <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,-1028.3622)"> + <g + transform="matrix(0.01265625,0,0,-0.01265625,4.9280396,1046.8821)" + id="g3337"> + <path + inkscape:connector-curvature="0" + d="m 558.77702,-37.935253 c 305.45606,0 553.08158,247.625863 553.08158,553.085803 0,305.46124 -247.62552,553.08675 -553.08158,553.08675 -305.46512,0 -553.0913044,-247.62551 -553.0913044,-553.08675 0,-305.45994 247.6261844,-553.085803 553.0913044,-553.085803" + style="fill:#d52735;fill-opacity:1;fill-rule:evenodd;stroke:none" + id="path4094" /> + <path + inkscape:connector-curvature="0" + d="m 558.77747,1.5676633 c 283.63699,0 513.57493,229.9429467 513.57493,513.5851867 0,283.64355 -229.93794,513.58155 -513.57493,513.58155 -283.64749,0 -513.585581,-229.938 -513.585581,-513.58155 0,-283.64224 229.938091,-513.5851867 513.585581,-513.5851867" + style="fill:#f25056;fill-opacity:1;fill-rule:evenodd;stroke:none" + id="path4096" /> + </g> + </g> +</svg> diff --git a/.themes/arc-gruvbox/unity/dash/close_dash_disabled.svg b/.themes/arc-gruvbox/unity/dash/close_dash_disabled.svg new file mode 100644 index 00000000..d0ebccba --- /dev/null +++ b/.themes/arc-gruvbox/unity/dash/close_dash_disabled.svg @@ -0,0 +1,151 @@ +<?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="24" + height="24" + id="svg4306" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="close_dash_disabled.svg" + style="enable-background:new"> + <defs + id="defs4308"> + <linearGradient + id="linearGradient3770"> + <stop + style="stop-color:#000000;stop-opacity:0.62827224;" + offset="0" + id="stop3772" /> + <stop + style="stop-color:#000000;stop-opacity:0.49803922;" + offset="1" + id="stop3774" /> + </linearGradient> + <linearGradient + id="linearGradient4882"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4884" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop4886" /> + </linearGradient> + <linearGradient + id="linearGradient3784-6"> + <stop + style="stop-color:#ffffff;stop-opacity:0.21568628;" + offset="0" + id="stop3786-4" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop3788-6" /> + </linearGradient> + <linearGradient + id="linearGradient4892"> + <stop + id="stop4894" + offset="0" + style="stop-color:#2f3a42;stop-opacity:1;" /> + <stop + id="stop4896" + offset="1" + style="stop-color:#1d242a;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient4882-4"> + <stop + id="stop4884-9" + offset="0" + style="stop-color:#728495;stop-opacity:1;" /> + <stop + id="stop4886-9" + offset="1" + style="stop-color:#617c95;stop-opacity:0;" /> + </linearGradient> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#f0f1f2" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="21.791667" + inkscape:cx="12" + inkscape:cy="12" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="1280" + inkscape:window-height="747" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:window-maximized="1" + inkscape:snap-bbox="true" + inkscape:snap-global="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="grid4314" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + <sodipodi:guide + orientation="1,0" + position="12,12" + id="guide4316" /> + <sodipodi:guide + orientation="0,1" + position="12,12" + id="guide4318" /> + </sodipodi:namedview> + <metadata + id="metadata4311"> + <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,-1028.3622)"> + <g + transform="matrix(0.01265625,0,0,-0.01265625,4.6831258,1046.7295)" + id="g3340"> + <path + inkscape:connector-curvature="0" + d="m 556.52327,-28.387679 c 293.53206,0 531.48703,237.950789 531.48703,531.486569 0,293.52709 -237.95497,531.48201 -531.48703,531.48201 -293.53081,0 -531.486296,-237.95492 -531.486296,-531.48201 0,-293.53578 237.955486,-531.486569 531.486296,-531.486569" + style="fill:#b4b4b4;fill-opacity:1;fill-rule:evenodd;stroke:none" + id="path4199" /> + <path + inkscape:connector-curvature="0" + d="m 556.52327,16.813632 c 268.56611,0 486.28523,217.715428 486.28523,486.285258 0,268.5599 -217.71912,486.28022 -486.28523,486.28022 -268.56486,0 -486.285011,-217.72032 -486.285011,-486.28022 0,-268.56983 217.720151,-486.285258 486.285011,-486.285258" + style="fill:#d4d4d4;fill-opacity:1;fill-rule:evenodd;stroke:none" + id="path4201" /> + </g> + </g> +</svg> diff --git a/.themes/arc-gruvbox/unity/dash/close_dash_prelight.svg b/.themes/arc-gruvbox/unity/dash/close_dash_prelight.svg new file mode 100644 index 00000000..7b7b1d79 --- /dev/null +++ b/.themes/arc-gruvbox/unity/dash/close_dash_prelight.svg @@ -0,0 +1,160 @@ +<?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="24" + height="24" + id="svg4306" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="close_dash_prelight.svg" + style="enable-background:new"> + <defs + id="defs4308"> + <linearGradient + id="linearGradient3770"> + <stop + style="stop-color:#000000;stop-opacity:0.62827224;" + offset="0" + id="stop3772" /> + <stop + style="stop-color:#000000;stop-opacity:0.49803922;" + offset="1" + id="stop3774" /> + </linearGradient> + <linearGradient + id="linearGradient4882"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4884" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop4886" /> + </linearGradient> + <linearGradient + id="linearGradient3784-6"> + <stop + style="stop-color:#ffffff;stop-opacity:0.21568628;" + offset="0" + id="stop3786-4" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop3788-6" /> + </linearGradient> + <linearGradient + id="linearGradient4892"> + <stop + id="stop4894" + offset="0" + style="stop-color:#2f3a42;stop-opacity:1;" /> + <stop + id="stop4896" + offset="1" + style="stop-color:#1d242a;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient4882-4"> + <stop + id="stop4884-9" + offset="0" + style="stop-color:#728495;stop-opacity:1;" /> + <stop + id="stop4886-9" + offset="1" + style="stop-color:#617c95;stop-opacity:0;" /> + </linearGradient> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#f0f1f2" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="21.791667" + inkscape:cx="12" + inkscape:cy="12" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="1280" + inkscape:window-height="747" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:window-maximized="1" + inkscape:snap-bbox="true" + inkscape:snap-global="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="grid4314" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + <sodipodi:guide + orientation="1,0" + position="12,12" + id="guide4316" /> + <sodipodi:guide + orientation="0,1" + position="12,12" + id="guide4318" /> + </sodipodi:namedview> + <metadata + id="metadata4311"> + <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,-1028.3622)"> + <g + transform="matrix(0.01265625,0,0,-0.01265625,4.9280409,1046.8821)" + id="g3339"> + <path + inkscape:connector-curvature="0" + d="m 558.77708,-37.935271 c 305.45607,0 553.08142,247.625871 553.08142,553.085831 0,305.46125 -247.62535,553.08674 -553.08142,553.08674 -305.46513,0 -553.0913269,-247.62549 -553.0913269,-553.08674 0,-305.45996 247.6261969,-553.085831 553.0913269,-553.085831" + style="fill:#d52735;fill-opacity:1;fill-rule:evenodd;stroke:none" + id="path4094" /> + <g + transform="matrix(1.0680345,0,0,1.0680345,0.41786301,-41.900484)" + id="g4144"> + <path + id="path4096" + style="fill:#f25056;fill-opacity:1;fill-rule:evenodd;stroke:none" + d="m 522.79173,40.6992 c 265.56911,0 480.85987,215.29542 480.85987,480.86946 0,265.57526 -215.29076,480.86604 -480.85987,480.86604 -265.57896,0 -480.86983,-215.29078 -480.86983,-480.86604 0,-265.57404 215.29087,-480.86946 480.86983,-480.86946" + inkscape:connector-curvature="0" /> + <path + style="fill:#9f1d2b;fill-opacity:1;fill-rule:evenodd;stroke:none" + d="m 306.28404,782.14979 c -11.06764,0 -22.15209,-4.31529 -30.55026,-12.71345 l -0.75901,-0.75902 c -16.79758,-16.79634 -16.79758,-44.30417 0,-61.10052 L 460.93287,521.6187 274.97477,335.47086 c -16.79266,-16.79145 -16.79266,-44.11445 0,-60.91075 l 0.75901,-0.94881 c 16.79142,-16.7963 44.30418,-16.7963 61.10051,0 L 522.7924,459.56941 708.7505,273.6113 c 16.79265,-16.7963 44.30417,-16.7963 61.10052,0 l 0.75901,0.94881 c 16.79142,16.79144 16.79142,44.1193 0,60.91075 l -185.9581,186.14784 185.9581,185.9581 c 16.79142,16.79635 16.79635,44.3091 0,61.10052 l -0.75901,0.75902 c -16.80126,16.79142 -44.30787,16.79142 -61.10052,0 L 522.7924,583.47823 336.83429,769.43634 c -8.39817,8.39816 -19.48262,12.71345 -30.55025,12.71345 z" + id="path4098" + inkscape:connector-curvature="0" /> + </g> + </g> + </g> +</svg> diff --git a/.themes/arc-gruvbox/unity/dash/close_dash_pressed.svg b/.themes/arc-gruvbox/unity/dash/close_dash_pressed.svg new file mode 100644 index 00000000..d3b5b65b --- /dev/null +++ b/.themes/arc-gruvbox/unity/dash/close_dash_pressed.svg @@ -0,0 +1,160 @@ +<?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="24" + height="24" + id="svg4306" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="close_dash_pressed.svg" + style="enable-background:new"> + <defs + id="defs4308"> + <linearGradient + id="linearGradient3770"> + <stop + style="stop-color:#000000;stop-opacity:0.62827224;" + offset="0" + id="stop3772" /> + <stop + style="stop-color:#000000;stop-opacity:0.49803922;" + offset="1" + id="stop3774" /> + </linearGradient> + <linearGradient + id="linearGradient4882"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4884" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop4886" /> + </linearGradient> + <linearGradient + id="linearGradient3784-6"> + <stop + style="stop-color:#ffffff;stop-opacity:0.21568628;" + offset="0" + id="stop3786-4" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop3788-6" /> + </linearGradient> + <linearGradient + id="linearGradient4892"> + <stop + id="stop4894" + offset="0" + style="stop-color:#2f3a42;stop-opacity:1;" /> + <stop + id="stop4896" + offset="1" + style="stop-color:#1d242a;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient4882-4"> + <stop + id="stop4884-9" + offset="0" + style="stop-color:#728495;stop-opacity:1;" /> + <stop + id="stop4886-9" + offset="1" + style="stop-color:#617c95;stop-opacity:0;" /> + </linearGradient> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#f0f1f2" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="21.791667" + inkscape:cx="12" + inkscape:cy="12" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="1280" + inkscape:window-height="747" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:window-maximized="1" + inkscape:snap-bbox="true" + inkscape:snap-global="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="grid4314" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + <sodipodi:guide + orientation="1,0" + position="12,12" + id="guide4316" /> + <sodipodi:guide + orientation="0,1" + position="12,12" + id="guide4318" /> + </sodipodi:namedview> + <metadata + id="metadata4311"> + <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,-1028.3622)"> + <g + transform="matrix(0.01265625,0,0,-0.01265625,4.9280409,1046.8821)" + id="g3339"> + <path + inkscape:connector-curvature="0" + d="m 558.77708,-37.935271 c 305.45607,0 553.08142,247.625871 553.08142,553.085831 0,305.46125 -247.62535,553.08674 -553.08142,553.08674 -305.46513,0 -553.0913269,-247.62549 -553.0913269,-553.08674 0,-305.45996 247.6261969,-553.085831 553.0913269,-553.085831" + style="fill:#d52735;fill-opacity:1;fill-rule:evenodd;stroke:none" + id="path4094" /> + <g + transform="matrix(1.0680345,0,0,1.0680345,0.41786301,-41.900484)" + id="g4144"> + <path + id="path4096" + style="fill:#f25056;fill-opacity:1;fill-rule:evenodd;stroke:none" + d="m 522.79173,40.6992 c 265.56911,0 480.85987,215.29542 480.85987,480.86946 0,265.57526 -215.29076,480.86604 -480.85987,480.86604 -265.57896,0 -480.86983,-215.29078 -480.86983,-480.86604 0,-265.57404 215.29087,-480.86946 480.86983,-480.86946" + inkscape:connector-curvature="0" /> + <path + style="fill:#9f1d2b;fill-opacity:1;fill-rule:evenodd;stroke:none" + d="m 306.28404,782.14979 c -11.06764,0 -22.15209,-4.31529 -30.55026,-12.71345 l -0.75901,-0.75902 c -16.79758,-16.79634 -16.79758,-44.30417 0,-61.10052 L 460.93287,521.6187 274.97477,335.47086 c -16.79266,-16.79145 -16.79266,-44.11445 0,-60.91075 l 0.75901,-0.94881 c 16.79142,-16.7963 44.30418,-16.7963 61.10051,0 L 522.7924,459.56941 708.7505,273.6113 c 16.79265,-16.7963 44.30417,-16.7963 61.10052,0 l 0.75901,0.94881 c 16.79142,16.79144 16.79142,44.1193 0,60.91075 l -185.9581,186.14784 185.9581,185.9581 c 16.79142,16.79635 16.79635,44.3091 0,61.10052 l -0.75901,0.75902 c -16.80126,16.79142 -44.30787,16.79142 -61.10052,0 L 522.7924,583.47823 336.83429,769.43634 c -8.39817,8.39816 -19.48262,12.71345 -30.55025,12.71345 z" + id="path4098" + inkscape:connector-curvature="0" /> + </g> + </g> + </g> +</svg> diff --git a/.themes/arc-gruvbox/unity/dash/maximize_dash.svg b/.themes/arc-gruvbox/unity/dash/maximize_dash.svg new file mode 100644 index 00000000..fc0f6198 --- /dev/null +++ b/.themes/arc-gruvbox/unity/dash/maximize_dash.svg @@ -0,0 +1,151 @@ +<?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="24" + height="24" + id="svg4306" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="maximize_dash.svg" + style="enable-background:new"> + <defs + id="defs4308"> + <linearGradient + id="linearGradient3770"> + <stop + style="stop-color:#000000;stop-opacity:0.62827224;" + offset="0" + id="stop3772" /> + <stop + style="stop-color:#000000;stop-opacity:0.49803922;" + offset="1" + id="stop3774" /> + </linearGradient> + <linearGradient + id="linearGradient4882"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4884" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop4886" /> + </linearGradient> + <linearGradient + id="linearGradient3784-6"> + <stop + style="stop-color:#ffffff;stop-opacity:0.21568628;" + offset="0" + id="stop3786-4" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop3788-6" /> + </linearGradient> + <linearGradient + id="linearGradient4892"> + <stop + id="stop4894" + offset="0" + style="stop-color:#2f3a42;stop-opacity:1;" /> + <stop + id="stop4896" + offset="1" + style="stop-color:#1d242a;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient4882-4"> + <stop + id="stop4884-9" + offset="0" + style="stop-color:#728495;stop-opacity:1;" /> + <stop + id="stop4886-9" + offset="1" + style="stop-color:#617c95;stop-opacity:0;" /> + </linearGradient> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#f0f1f2" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="21.791667" + inkscape:cx="12" + inkscape:cy="12" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="1280" + inkscape:window-height="747" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:window-maximized="1" + inkscape:snap-bbox="true" + inkscape:snap-global="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="grid4314" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + <sodipodi:guide + orientation="1,0" + position="12,12" + id="guide4316" /> + <sodipodi:guide + orientation="0,1" + position="12,12" + id="guide4318" /> + </sodipodi:namedview> + <metadata + id="metadata4311"> + <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,-1028.3622)"> + <g + transform="matrix(0.01265625,0,0,-0.01265625,4.8773703,1046.8806)" + id="g3339"> + <path + inkscape:connector-curvature="0" + d="m 562.7806,-38.053372 c 305.45604,0 553.0815,247.625852 553.0815,553.085772 0,305.46122 -247.62546,553.0867 -553.0815,553.0867 -305.4651,0 -553.0913989,-247.62548 -553.0913989,-553.0867 0,-305.45992 247.6262989,-553.085772 553.0913989,-553.085772" + style="fill:#13c11e;fill-opacity:1;fill-rule:evenodd;stroke:none" + id="path4289" /> + <path + inkscape:connector-curvature="0" + d="m 562.77841,1.4521975 c 283.64075,0 513.57749,229.9417425 513.57749,513.5824825 0,283.64206 -229.93674,513.57882 -513.57749,513.57882 -283.646,0 -513.583014,-229.93676 -513.583014,-513.57882 0,-283.64074 229.937014,-513.5824825 513.583014,-513.5824825" + style="fill:#39ea49;fill-opacity:1;fill-rule:evenodd;stroke:none" + id="path4291" /> + </g> + </g> +</svg> diff --git a/.themes/arc-gruvbox/unity/dash/maximize_dash_disabled.svg b/.themes/arc-gruvbox/unity/dash/maximize_dash_disabled.svg new file mode 100644 index 00000000..11fc3e5b --- /dev/null +++ b/.themes/arc-gruvbox/unity/dash/maximize_dash_disabled.svg @@ -0,0 +1,151 @@ +<?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="24" + height="24" + id="svg4306" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="maximize_dash_disabled.svg" + style="enable-background:new"> + <defs + id="defs4308"> + <linearGradient + id="linearGradient3770"> + <stop + style="stop-color:#000000;stop-opacity:0.62827224;" + offset="0" + id="stop3772" /> + <stop + style="stop-color:#000000;stop-opacity:0.49803922;" + offset="1" + id="stop3774" /> + </linearGradient> + <linearGradient + id="linearGradient4882"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4884" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop4886" /> + </linearGradient> + <linearGradient + id="linearGradient3784-6"> + <stop + style="stop-color:#ffffff;stop-opacity:0.21568628;" + offset="0" + id="stop3786-4" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop3788-6" /> + </linearGradient> + <linearGradient + id="linearGradient4892"> + <stop + id="stop4894" + offset="0" + style="stop-color:#2f3a42;stop-opacity:1;" /> + <stop + id="stop4896" + offset="1" + style="stop-color:#1d242a;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient4882-4"> + <stop + id="stop4884-9" + offset="0" + style="stop-color:#728495;stop-opacity:1;" /> + <stop + id="stop4886-9" + offset="1" + style="stop-color:#617c95;stop-opacity:0;" /> + </linearGradient> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#f0f1f2" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="21.791667" + inkscape:cx="12" + inkscape:cy="12" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="1280" + inkscape:window-height="747" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:window-maximized="1" + inkscape:snap-bbox="true" + inkscape:snap-global="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="grid4314" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + <sodipodi:guide + orientation="1,0" + position="12,12" + id="guide4316" /> + <sodipodi:guide + orientation="0,1" + position="12,12" + id="guide4318" /> + </sodipodi:namedview> + <metadata + id="metadata4311"> + <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,-1028.3622)"> + <g + transform="matrix(0.01265625,0,0,-0.01265625,4.9564977,1047.0029)" + id="g3340"> + <path + inkscape:connector-curvature="0" + d="m 556.52327,-28.387679 c 293.53206,0 531.48703,237.950789 531.48703,531.486569 0,293.52709 -237.95497,531.48201 -531.48703,531.48201 -293.53081,0 -531.486296,-237.95492 -531.486296,-531.48201 0,-293.53578 237.955486,-531.486569 531.486296,-531.486569" + style="fill:#b4b4b4;fill-opacity:1;fill-rule:evenodd;stroke:none" + id="path4199" /> + <path + inkscape:connector-curvature="0" + d="m 556.52327,16.813632 c 268.56611,0 486.28523,217.715428 486.28523,486.285258 0,268.5599 -217.71912,486.28022 -486.28523,486.28022 -268.56486,0 -486.285011,-217.72032 -486.285011,-486.28022 0,-268.56983 217.720151,-486.285258 486.285011,-486.285258" + style="fill:#d4d4d4;fill-opacity:1;fill-rule:evenodd;stroke:none" + id="path4201" /> + </g> + </g> +</svg> diff --git a/.themes/arc-gruvbox/unity/dash/maximize_dash_prelight.svg b/.themes/arc-gruvbox/unity/dash/maximize_dash_prelight.svg new file mode 100644 index 00000000..07f5ba97 --- /dev/null +++ b/.themes/arc-gruvbox/unity/dash/maximize_dash_prelight.svg @@ -0,0 +1,160 @@ +<?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="24" + height="24" + id="svg4306" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="maximize_dash_prelight.svg" + style="enable-background:new"> + <defs + id="defs4308"> + <linearGradient + id="linearGradient3770"> + <stop + style="stop-color:#000000;stop-opacity:0.62827224;" + offset="0" + id="stop3772" /> + <stop + style="stop-color:#000000;stop-opacity:0.49803922;" + offset="1" + id="stop3774" /> + </linearGradient> + <linearGradient + id="linearGradient4882"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4884" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop4886" /> + </linearGradient> + <linearGradient + id="linearGradient3784-6"> + <stop + style="stop-color:#ffffff;stop-opacity:0.21568628;" + offset="0" + id="stop3786-4" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop3788-6" /> + </linearGradient> + <linearGradient + id="linearGradient4892"> + <stop + id="stop4894" + offset="0" + style="stop-color:#2f3a42;stop-opacity:1;" /> + <stop + id="stop4896" + offset="1" + style="stop-color:#1d242a;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient4882-4"> + <stop + id="stop4884-9" + offset="0" + style="stop-color:#728495;stop-opacity:1;" /> + <stop + id="stop4886-9" + offset="1" + style="stop-color:#617c95;stop-opacity:0;" /> + </linearGradient> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#f0f1f2" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="21.791667" + inkscape:cx="12" + inkscape:cy="12" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="1280" + inkscape:window-height="747" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:window-maximized="1" + inkscape:snap-bbox="true" + inkscape:snap-global="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="grid4314" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + <sodipodi:guide + orientation="1,0" + position="12,12" + id="guide4316" /> + <sodipodi:guide + orientation="0,1" + position="12,12" + id="guide4318" /> + </sodipodi:namedview> + <metadata + id="metadata4311"> + <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,-1028.3622)"> + <g + transform="matrix(0.01265625,0,0,-0.01265625,4.9280396,1046.8821)" + id="g3339"> + <path + inkscape:connector-curvature="0" + d="m 558.7771,-37.935173 c 305.45604,0 553.0815,247.625853 553.0815,553.085763 0,305.46122 -247.62546,553.08661 -553.0815,553.08661 -305.46509,0 -553.091393,-247.62539 -553.091393,-553.08661 0,-305.45991 247.626303,-553.085763 553.091393,-553.085763" + style="fill:#13c11e;fill-opacity:1;fill-rule:evenodd;stroke:none" + id="path4289" /> + <g + transform="matrix(1.3132489,0,0,1.3132489,-9.8625362,-52.033006)" + id="g4147"> + <path + id="path4291" + style="fill:#39ea49;fill-opacity:1;fill-rule:evenodd;stroke:none" + d="m 433.00051,40.81737 c 215.984,0 391.074,175.0938 391.074,391.0778 0,215.985 -175.09,391.075 -391.074,391.075 -215.988,0 -391.078202,-175.09 -391.078202,-391.075 0,-215.984 175.090202,-391.0778 391.078202,-391.0778" + inkscape:connector-curvature="0" /> + <path + id="path4293" + style="fill:#0b7407;fill-opacity:1;fill-rule:evenodd;stroke:none" + d="m 317.36351,650.00117 267.199,0 c 35.579,0 64.692,-29.113 64.692,-64.695 l 0,-267.196 -331.891,331.891 z m 232.324,-436.211 -268.253,0 c -35.583,0 -64.692,29.109 -64.692,64.691 l 0,268.254 332.945,-332.945" + inkscape:connector-curvature="0" /> + </g> + </g> + </g> +</svg> diff --git a/.themes/arc-gruvbox/unity/dash/maximize_dash_pressed.svg b/.themes/arc-gruvbox/unity/dash/maximize_dash_pressed.svg new file mode 100644 index 00000000..62922a71 --- /dev/null +++ b/.themes/arc-gruvbox/unity/dash/maximize_dash_pressed.svg @@ -0,0 +1,160 @@ +<?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="24" + height="24" + id="svg4306" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="maximize_dash_pressed.svg" + style="enable-background:new"> + <defs + id="defs4308"> + <linearGradient + id="linearGradient3770"> + <stop + style="stop-color:#000000;stop-opacity:0.62827224;" + offset="0" + id="stop3772" /> + <stop + style="stop-color:#000000;stop-opacity:0.49803922;" + offset="1" + id="stop3774" /> + </linearGradient> + <linearGradient + id="linearGradient4882"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4884" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop4886" /> + </linearGradient> + <linearGradient + id="linearGradient3784-6"> + <stop + style="stop-color:#ffffff;stop-opacity:0.21568628;" + offset="0" + id="stop3786-4" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop3788-6" /> + </linearGradient> + <linearGradient + id="linearGradient4892"> + <stop + id="stop4894" + offset="0" + style="stop-color:#2f3a42;stop-opacity:1;" /> + <stop + id="stop4896" + offset="1" + style="stop-color:#1d242a;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient4882-4"> + <stop + id="stop4884-9" + offset="0" + style="stop-color:#728495;stop-opacity:1;" /> + <stop + id="stop4886-9" + offset="1" + style="stop-color:#617c95;stop-opacity:0;" /> + </linearGradient> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#f0f1f2" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="21.791667" + inkscape:cx="12" + inkscape:cy="12" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="1280" + inkscape:window-height="747" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:window-maximized="1" + inkscape:snap-bbox="true" + inkscape:snap-global="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="grid4314" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + <sodipodi:guide + orientation="1,0" + position="12,12" + id="guide4316" /> + <sodipodi:guide + orientation="0,1" + position="12,12" + id="guide4318" /> + </sodipodi:namedview> + <metadata + id="metadata4311"> + <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,-1028.3622)"> + <g + transform="matrix(0.01265625,0,0,-0.01265625,4.9280396,1046.8821)" + id="g3339"> + <path + inkscape:connector-curvature="0" + d="m 558.7771,-37.935173 c 305.45604,0 553.0815,247.625853 553.0815,553.085763 0,305.46122 -247.62546,553.08661 -553.0815,553.08661 -305.46509,0 -553.091393,-247.62539 -553.091393,-553.08661 0,-305.45991 247.626303,-553.085763 553.091393,-553.085763" + style="fill:#13c11e;fill-opacity:1;fill-rule:evenodd;stroke:none" + id="path4289" /> + <g + transform="matrix(1.3132489,0,0,1.3132489,-9.8625362,-52.033006)" + id="g4147"> + <path + id="path4291" + style="fill:#39ea49;fill-opacity:1;fill-rule:evenodd;stroke:none" + d="m 433.00051,40.81737 c 215.984,0 391.074,175.0938 391.074,391.0778 0,215.985 -175.09,391.075 -391.074,391.075 -215.988,0 -391.078202,-175.09 -391.078202,-391.075 0,-215.984 175.090202,-391.0778 391.078202,-391.0778" + inkscape:connector-curvature="0" /> + <path + id="path4293" + style="fill:#0b7407;fill-opacity:1;fill-rule:evenodd;stroke:none" + d="m 317.36351,650.00117 267.199,0 c 35.579,0 64.692,-29.113 64.692,-64.695 l 0,-267.196 -331.891,331.891 z m 232.324,-436.211 -268.253,0 c -35.583,0 -64.692,29.109 -64.692,64.691 l 0,268.254 332.945,-332.945" + inkscape:connector-curvature="0" /> + </g> + </g> + </g> +</svg> diff --git a/.themes/arc-gruvbox/unity/dash/minimize_dash.svg b/.themes/arc-gruvbox/unity/dash/minimize_dash.svg new file mode 100644 index 00000000..a892f496 --- /dev/null +++ b/.themes/arc-gruvbox/unity/dash/minimize_dash.svg @@ -0,0 +1,151 @@ +<?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="24" + height="24" + id="svg4306" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="minimize_dash.svg" + style="enable-background:new"> + <defs + id="defs4308"> + <linearGradient + id="linearGradient3770"> + <stop + style="stop-color:#000000;stop-opacity:0.62827224;" + offset="0" + id="stop3772" /> + <stop + style="stop-color:#000000;stop-opacity:0.49803922;" + offset="1" + id="stop3774" /> + </linearGradient> + <linearGradient + id="linearGradient4882"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4884" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop4886" /> + </linearGradient> + <linearGradient + id="linearGradient3784-6"> + <stop + style="stop-color:#ffffff;stop-opacity:0.21568628;" + offset="0" + id="stop3786-4" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop3788-6" /> + </linearGradient> + <linearGradient + id="linearGradient4892"> + <stop + id="stop4894" + offset="0" + style="stop-color:#2f3a42;stop-opacity:1;" /> + <stop + id="stop4896" + offset="1" + style="stop-color:#1d242a;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient4882-4"> + <stop + id="stop4884-9" + offset="0" + style="stop-color:#728495;stop-opacity:1;" /> + <stop + id="stop4886-9" + offset="1" + style="stop-color:#617c95;stop-opacity:0;" /> + </linearGradient> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#f0f1f2" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="21.791667" + inkscape:cx="12" + inkscape:cy="12" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="1280" + inkscape:window-height="747" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:window-maximized="1" + inkscape:snap-bbox="true" + inkscape:snap-global="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="grid4314" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + <sodipodi:guide + orientation="1,0" + position="12,12" + id="guide4316" /> + <sodipodi:guide + orientation="0,1" + position="12,12" + id="guide4318" /> + </sodipodi:namedview> + <metadata + id="metadata4311"> + <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,-1028.3622)"> + <g + transform="matrix(0.01265625,0,0,-0.01265625,4.9297536,1046.855)" + id="g3341"> + <path + inkscape:connector-curvature="0" + d="m 558.63645,-40.071141 c 305.46261,0 553.08915,247.626261 553.08915,553.088871 0,305.45744 -247.62654,553.08397 -553.08915,553.08397 -305.46132,0 -553.0885503,-247.62653 -553.0885503,-553.08397 0,-305.46261 247.6272303,-553.088871 553.0885503,-553.088871" + style="fill:#da9e10;fill-opacity:1;fill-rule:evenodd;stroke:none" + id="path4417" /> + <path + inkscape:connector-curvature="0" + d="m 558.63936,-0.56504285 c 283.64212,0 513.57764,229.93706285 513.57764,513.58312285 0,283.64081 -229.93552,513.57752 -513.57764,513.57752 -283.64081,0 -513.582854,-229.93671 -513.582854,-513.57752 0,-283.64606 229.942044,-513.58312285 513.582854,-513.58312285" + style="fill:#fac536;fill-opacity:1;fill-rule:evenodd;stroke:none" + id="path4419" /> + </g> + </g> +</svg> diff --git a/.themes/arc-gruvbox/unity/dash/minimize_dash_disabled.svg b/.themes/arc-gruvbox/unity/dash/minimize_dash_disabled.svg new file mode 100644 index 00000000..23f60d85 --- /dev/null +++ b/.themes/arc-gruvbox/unity/dash/minimize_dash_disabled.svg @@ -0,0 +1,151 @@ +<?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="24" + height="24" + id="svg4306" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="minimize_dash_disabled.svg" + style="enable-background:new"> + <defs + id="defs4308"> + <linearGradient + id="linearGradient3770"> + <stop + style="stop-color:#000000;stop-opacity:0.62827224;" + offset="0" + id="stop3772" /> + <stop + style="stop-color:#000000;stop-opacity:0.49803922;" + offset="1" + id="stop3774" /> + </linearGradient> + <linearGradient + id="linearGradient4882"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4884" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop4886" /> + </linearGradient> + <linearGradient + id="linearGradient3784-6"> + <stop + style="stop-color:#ffffff;stop-opacity:0.21568628;" + offset="0" + id="stop3786-4" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop3788-6" /> + </linearGradient> + <linearGradient + id="linearGradient4892"> + <stop + id="stop4894" + offset="0" + style="stop-color:#2f3a42;stop-opacity:1;" /> + <stop + id="stop4896" + offset="1" + style="stop-color:#1d242a;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient4882-4"> + <stop + id="stop4884-9" + offset="0" + style="stop-color:#728495;stop-opacity:1;" /> + <stop + id="stop4886-9" + offset="1" + style="stop-color:#617c95;stop-opacity:0;" /> + </linearGradient> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#f0f1f2" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="21.791667" + inkscape:cx="12" + inkscape:cy="12" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="1280" + inkscape:window-height="747" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:window-maximized="1" + inkscape:snap-bbox="true" + inkscape:snap-global="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="grid4314" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + <sodipodi:guide + orientation="1,0" + position="12,12" + id="guide4316" /> + <sodipodi:guide + orientation="0,1" + position="12,12" + id="guide4318" /> + </sodipodi:namedview> + <metadata + id="metadata4311"> + <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,-1028.3622)"> + <g + transform="matrix(0.01265625,0,0,-0.01265625,5.2298696,1046.7295)" + id="g3340"> + <path + inkscape:connector-curvature="0" + d="m 556.52327,-28.387679 c 293.53206,0 531.48703,237.950789 531.48703,531.486569 0,293.52709 -237.95497,531.48201 -531.48703,531.48201 -293.53081,0 -531.486296,-237.95492 -531.486296,-531.48201 0,-293.53578 237.955486,-531.486569 531.486296,-531.486569" + style="fill:#b4b4b4;fill-opacity:1;fill-rule:evenodd;stroke:none" + id="path4199" /> + <path + inkscape:connector-curvature="0" + d="m 556.52327,16.813632 c 268.56611,0 486.28523,217.715428 486.28523,486.285258 0,268.5599 -217.71912,486.28022 -486.28523,486.28022 -268.56486,0 -486.285011,-217.72032 -486.285011,-486.28022 0,-268.56983 217.720151,-486.285258 486.285011,-486.285258" + style="fill:#d4d4d4;fill-opacity:1;fill-rule:evenodd;stroke:none" + id="path4201" /> + </g> + </g> +</svg> diff --git a/.themes/arc-gruvbox/unity/dash/minimize_dash_prelight.svg b/.themes/arc-gruvbox/unity/dash/minimize_dash_prelight.svg new file mode 100644 index 00000000..a4ae7ee7 --- /dev/null +++ b/.themes/arc-gruvbox/unity/dash/minimize_dash_prelight.svg @@ -0,0 +1,165 @@ +<?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="24" + height="24" + id="svg4306" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="minimize_dash_prelight.svg" + style="enable-background:new"> + <defs + id="defs4308"> + <linearGradient + id="linearGradient3770"> + <stop + style="stop-color:#000000;stop-opacity:0.62827224;" + offset="0" + id="stop3772" /> + <stop + style="stop-color:#000000;stop-opacity:0.49803922;" + offset="1" + id="stop3774" /> + </linearGradient> + <linearGradient + id="linearGradient4882"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4884" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop4886" /> + </linearGradient> + <linearGradient + id="linearGradient3784-6"> + <stop + style="stop-color:#ffffff;stop-opacity:0.21568628;" + offset="0" + id="stop3786-4" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop3788-6" /> + </linearGradient> + <linearGradient + id="linearGradient4892"> + <stop + id="stop4894" + offset="0" + style="stop-color:#2f3a42;stop-opacity:1;" /> + <stop + id="stop4896" + offset="1" + style="stop-color:#1d242a;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient4882-4"> + <stop + id="stop4884-9" + offset="0" + style="stop-color:#728495;stop-opacity:1;" /> + <stop + id="stop4886-9" + offset="1" + style="stop-color:#617c95;stop-opacity:0;" /> + </linearGradient> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#f0f1f2" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="21.791667" + inkscape:cx="12" + inkscape:cy="12" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="1280" + inkscape:window-height="747" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:window-maximized="1" + inkscape:snap-bbox="true" + inkscape:snap-global="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="grid4314" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + <sodipodi:guide + orientation="1,0" + position="12,12" + id="guide4316" /> + <sodipodi:guide + orientation="0,1" + position="12,12" + id="guide4318" /> + </sodipodi:namedview> + <metadata + id="metadata4311"> + <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,-1028.3622)"> + <g + transform="matrix(0.01265625,0,0,-0.01265625,4.9280396,1046.8821)" + id="g3340"> + <g + id="g4285" + inkscape:label="ink_ext_XXXXXX" + transform="matrix(9.9999999,0,0,9.9999999,-4.0034923,0.11816995)"> + <path + id="path4417" + style="fill:#da9e10;fill-opacity:1;fill-rule:evenodd;stroke:none" + d="m 56.277533,-3.8051186 c 30.546127,0 55.308677,24.7625166 55.308677,55.3086436 0,30.54561 -24.76255,55.308165 -55.308677,55.308165 -30.545998,0 -55.30861206,-24.762555 -55.30861206,-55.308165 0,-30.546127 24.76261406,-55.3086436 55.30861206,-55.3086436" + inkscape:connector-curvature="0" /> + <g + transform="matrix(1.0148899,0,0,1.0148899,-0.8432698,-5.0312058)" + id="g4152"> + <path + inkscape:connector-curvature="0" + d="m 56.283048,5.1005059 c 27.94807,0 50.604272,22.6563571 50.604272,50.6048151 0,27.947941 -22.656202,50.604269 -50.604272,50.604269 -27.947941,0 -50.6047894,-22.656328 -50.6047894,-50.604269 0,-27.948458 22.6568484,-50.6048151 50.6047894,-50.6048151" + style="fill:#fac536;fill-opacity:1;fill-rule:evenodd;stroke:none" + id="path4419" /> + <path + inkscape:connector-curvature="0" + d="m 23.994703,60.30905 64.576819,0 c 2.499455,0 4.544076,-2.044103 4.544076,-4.544076 l 0,-0.119823 c 0,-2.499973 -2.044621,-4.544077 -4.544076,-4.544077 l -64.576819,0 c -2.499585,0 -4.544076,2.044104 -4.544076,4.544077 l 0,0.119823 c 0,2.499973 2.044491,4.544076 4.544076,4.544076" + style="fill:#975914;fill-opacity:1;fill-rule:evenodd;stroke:none" + id="path4421" /> + </g> + </g> + </g> + </g> +</svg> diff --git a/.themes/arc-gruvbox/unity/dash/minimize_dash_pressed.svg b/.themes/arc-gruvbox/unity/dash/minimize_dash_pressed.svg new file mode 100644 index 00000000..55e58222 --- /dev/null +++ b/.themes/arc-gruvbox/unity/dash/minimize_dash_pressed.svg @@ -0,0 +1,165 @@ +<?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="24" + height="24" + id="svg4306" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="minimize_dash_pressed.svg" + style="enable-background:new"> + <defs + id="defs4308"> + <linearGradient + id="linearGradient3770"> + <stop + style="stop-color:#000000;stop-opacity:0.62827224;" + offset="0" + id="stop3772" /> + <stop + style="stop-color:#000000;stop-opacity:0.49803922;" + offset="1" + id="stop3774" /> + </linearGradient> + <linearGradient + id="linearGradient4882"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4884" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop4886" /> + </linearGradient> + <linearGradient + id="linearGradient3784-6"> + <stop + style="stop-color:#ffffff;stop-opacity:0.21568628;" + offset="0" + id="stop3786-4" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop3788-6" /> + </linearGradient> + <linearGradient + id="linearGradient4892"> + <stop + id="stop4894" + offset="0" + style="stop-color:#2f3a42;stop-opacity:1;" /> + <stop + id="stop4896" + offset="1" + style="stop-color:#1d242a;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient4882-4"> + <stop + id="stop4884-9" + offset="0" + style="stop-color:#728495;stop-opacity:1;" /> + <stop + id="stop4886-9" + offset="1" + style="stop-color:#617c95;stop-opacity:0;" /> + </linearGradient> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#f0f1f2" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="21.791667" + inkscape:cx="12" + inkscape:cy="12" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="1280" + inkscape:window-height="747" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:window-maximized="1" + inkscape:snap-bbox="true" + inkscape:snap-global="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="grid4314" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + <sodipodi:guide + orientation="1,0" + position="12,12" + id="guide4316" /> + <sodipodi:guide + orientation="0,1" + position="12,12" + id="guide4318" /> + </sodipodi:namedview> + <metadata + id="metadata4311"> + <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,-1028.3622)"> + <g + transform="matrix(0.01265625,0,0,-0.01265625,4.9280396,1046.8821)" + id="g3340"> + <g + id="g4285" + inkscape:label="ink_ext_XXXXXX" + transform="matrix(9.9999999,0,0,9.9999999,-4.0034923,0.11816995)"> + <path + id="path4417" + style="fill:#da9e10;fill-opacity:1;fill-rule:evenodd;stroke:none" + d="m 56.277533,-3.8051186 c 30.546127,0 55.308677,24.7625166 55.308677,55.3086436 0,30.54561 -24.76255,55.308165 -55.308677,55.308165 -30.545998,0 -55.30861206,-24.762555 -55.30861206,-55.308165 0,-30.546127 24.76261406,-55.3086436 55.30861206,-55.3086436" + inkscape:connector-curvature="0" /> + <g + transform="matrix(1.0148899,0,0,1.0148899,-0.8432698,-5.0312058)" + id="g4152"> + <path + inkscape:connector-curvature="0" + d="m 56.283048,5.1005059 c 27.94807,0 50.604272,22.6563571 50.604272,50.6048151 0,27.947941 -22.656202,50.604269 -50.604272,50.604269 -27.947941,0 -50.6047894,-22.656328 -50.6047894,-50.604269 0,-27.948458 22.6568484,-50.6048151 50.6047894,-50.6048151" + style="fill:#fac536;fill-opacity:1;fill-rule:evenodd;stroke:none" + id="path4419" /> + <path + inkscape:connector-curvature="0" + d="m 23.994703,60.30905 64.576819,0 c 2.499455,0 4.544076,-2.044103 4.544076,-4.544076 l 0,-0.119823 c 0,-2.499973 -2.044621,-4.544077 -4.544076,-4.544077 l -64.576819,0 c -2.499585,0 -4.544076,2.044104 -4.544076,4.544077 l 0,0.119823 c 0,2.499973 2.044491,4.544076 4.544076,4.544076" + style="fill:#975914;fill-opacity:1;fill-rule:evenodd;stroke:none" + id="path4421" /> + </g> + </g> + </g> + </g> +</svg> diff --git a/.themes/arc-gruvbox/unity/launcher_arrow_ltr_19.svg b/.themes/arc-gruvbox/unity/launcher_arrow_ltr_19.svg new file mode 100644 index 00000000..957b03b2 --- /dev/null +++ b/.themes/arc-gruvbox/unity/launcher_arrow_ltr_19.svg @@ -0,0 +1,101 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="10" + height="19" + id="svg2" + version="1.1" + inkscape:version="0.91 r13725" + inkscape:export-filename="test.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + sodipodi:docname="launcher_arrow_ltr_19.svg"> + <defs + id="defs4"> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath4069"> + <rect + style="opacity:0.12000002;color:#000000;fill:#ff00ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect4071" + width="10" + height="19" + x="20" + y="1033.3622" /> + </clipPath> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#828282" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="20.962996" + inkscape:cx="-0.75898517" + inkscape:cy="9.0594719" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:window-width="1275" + inkscape:window-height="630" + inkscape:window-x="49" + inkscape:window-y="24" + inkscape:window-maximized="1" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true" + inkscape:snap-bbox-midpoints="true" + inkscape:object-paths="true" + inkscape:snap-intersection-paths="true" + inkscape:object-nodes="true" + inkscape:snap-smooth-nodes="true" + inkscape:snap-midpoints="true" + inkscape:snap-object-midpoints="true" + inkscape:snap-text-baseline="false" + inkscape:snap-center="true" + inkscape:snap-page="true"> + <inkscape:grid + type="xygrid" + id="grid4740" + empspacing="8" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1033.3622)"> + <rect + style="fill:#ffffff;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:0.90196079" + id="rect3338" + width="2" + height="17" + x="2" + y="1034.3622" + ry="1.7382812e-05" /> + </g> +</svg> diff --git a/.themes/arc-gruvbox/unity/launcher_arrow_ltr_37.svg b/.themes/arc-gruvbox/unity/launcher_arrow_ltr_37.svg new file mode 100644 index 00000000..c2c2ec74 --- /dev/null +++ b/.themes/arc-gruvbox/unity/launcher_arrow_ltr_37.svg @@ -0,0 +1,102 @@ +<?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="20" + height="37" + id="svg2" + version="1.1" + inkscape:version="0.91 r13725" + inkscape:export-filename="test.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + sodipodi:docname="launcher_arrow_ltr_37.svg"> + <defs + id="defs4"> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath4069"> + <rect + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.12000002;fill:#ff00ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;enable-background:accumulate" + id="rect4071" + width="10" + height="19" + x="20" + y="1033.3622" /> + </clipPath> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#828282" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="22.627417" + inkscape:cx="1.4637299" + inkscape:cy="12.768116" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:window-width="1301" + inkscape:window-height="744" + inkscape:window-x="65" + inkscape:window-y="24" + inkscape:window-maximized="1" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true" + inkscape:snap-bbox-midpoints="true" + inkscape:object-paths="true" + inkscape:snap-intersection-paths="true" + inkscape:object-nodes="true" + inkscape:snap-smooth-nodes="true" + inkscape:snap-midpoints="true" + inkscape:snap-object-midpoints="true" + inkscape:snap-text-baseline="false" + inkscape:snap-center="true" + inkscape:snap-page="true"> + <inkscape:grid + type="xygrid" + id="grid4740" + empspacing="8" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1015.3622)"> + <rect + style="fill:#ffffff;fill-opacity:0.90196079;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + id="rect3338" + width="4" + height="33.000019" + x="4" + y="1017.3622" + ry="1.7382812e-05" + rx="1.7382812e-05" /> + </g> +</svg> diff --git a/.themes/arc-gruvbox/unity/launcher_arrow_outline_ltr_19.svg b/.themes/arc-gruvbox/unity/launcher_arrow_outline_ltr_19.svg new file mode 100644 index 00000000..b475ca07 --- /dev/null +++ b/.themes/arc-gruvbox/unity/launcher_arrow_outline_ltr_19.svg @@ -0,0 +1,101 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="10" + height="19" + id="svg2" + version="1.1" + inkscape:version="0.91 r13725" + inkscape:export-filename="test.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + sodipodi:docname="launcher_arrow_outline_ltr_19.svg"> + <defs + id="defs4"> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath4069"> + <rect + style="opacity:0.12000002;color:#000000;fill:#ff00ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect4071" + width="10" + height="19" + x="20" + y="1033.3622" /> + </clipPath> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="20.962996" + inkscape:cx="1.149139" + inkscape:cy="8.9402141" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:window-width="1301" + inkscape:window-height="650" + inkscape:window-x="65" + inkscape:window-y="24" + inkscape:window-maximized="1" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true" + inkscape:snap-bbox-midpoints="true" + inkscape:object-paths="true" + inkscape:snap-intersection-paths="true" + inkscape:object-nodes="true" + inkscape:snap-smooth-nodes="true" + inkscape:snap-midpoints="true" + inkscape:snap-object-midpoints="true" + inkscape:snap-text-baseline="false" + inkscape:snap-center="true" + inkscape:snap-page="true"> + <inkscape:grid + type="xygrid" + id="grid4740" + empspacing="8" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1033.3622)"> + <rect + style="fill:#ffffff;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1;opacity:0.4" + id="rect3338" + width="2" + height="17" + x="2" + y="1034.3622" + ry="1.7382812e-05" /> + </g> +</svg> diff --git a/.themes/arc-gruvbox/unity/launcher_arrow_outline_ltr_37.svg b/.themes/arc-gruvbox/unity/launcher_arrow_outline_ltr_37.svg new file mode 100644 index 00000000..52e736c9 --- /dev/null +++ b/.themes/arc-gruvbox/unity/launcher_arrow_outline_ltr_37.svg @@ -0,0 +1,102 @@ +<?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="20" + height="37" + id="svg2" + version="1.1" + inkscape:version="0.91 r13725" + inkscape:export-filename="test.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + sodipodi:docname="launcher_arrow_outline_ltr_37.svg"> + <defs + id="defs4"> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath4069"> + <rect + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.12000002;fill:#ff00ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;enable-background:accumulate" + id="rect4071" + width="10" + height="19" + x="20" + y="1033.3622" /> + </clipPath> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="22.627417" + inkscape:cx="8.2254385" + inkscape:cy="5.6970486" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:window-width="1301" + inkscape:window-height="650" + inkscape:window-x="65" + inkscape:window-y="24" + inkscape:window-maximized="1" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true" + inkscape:snap-bbox-midpoints="true" + inkscape:object-paths="true" + inkscape:snap-intersection-paths="true" + inkscape:object-nodes="true" + inkscape:snap-smooth-nodes="true" + inkscape:snap-midpoints="true" + inkscape:snap-object-midpoints="true" + inkscape:snap-text-baseline="false" + inkscape:snap-center="true" + inkscape:snap-page="true"> + <inkscape:grid + type="xygrid" + id="grid4740" + empspacing="8" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1015.3622)"> + <rect + style="opacity:0.4;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + id="rect3338" + width="4" + height="33.000019" + x="4" + y="1017.3622" + ry="1.7382812e-05" + rx="1.7382812e-05" /> + </g> +</svg> diff --git a/.themes/arc-gruvbox/unity/launcher_arrow_outline_rtl_19.svg b/.themes/arc-gruvbox/unity/launcher_arrow_outline_rtl_19.svg new file mode 100644 index 00000000..9c284955 --- /dev/null +++ b/.themes/arc-gruvbox/unity/launcher_arrow_outline_rtl_19.svg @@ -0,0 +1,102 @@ +<?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="10" + height="19" + id="svg2" + version="1.1" + inkscape:version="0.91 r13725" + inkscape:export-filename="test.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + sodipodi:docname="launcher_arrow_outline_rtl_19.svg"> + <defs + id="defs4"> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath4069"> + <rect + style="opacity:0.12000002;color:#000000;fill:#ff00ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect4071" + width="10" + height="19" + x="20" + y="1033.3622" /> + </clipPath> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="20.962996" + inkscape:cx="-2.1423752" + inkscape:cy="8.8448079" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:window-width="1301" + inkscape:window-height="650" + inkscape:window-x="65" + inkscape:window-y="24" + inkscape:window-maximized="1" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true" + inkscape:snap-bbox-midpoints="true" + inkscape:object-paths="true" + inkscape:snap-intersection-paths="true" + inkscape:object-nodes="true" + inkscape:snap-smooth-nodes="true" + inkscape:snap-midpoints="true" + inkscape:snap-object-midpoints="true" + inkscape:snap-text-baseline="false" + inkscape:snap-center="true" + inkscape:snap-page="true"> + <inkscape:grid + type="xygrid" + id="grid4740" + empspacing="8" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1033.3622)"> + <rect + style="opacity:0.4;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + id="rect3338" + width="2" + height="17" + x="6" + y="1034.3622" + ry="1.7382812e-05" + rx="1.7382812e-05" /> + </g> +</svg> diff --git a/.themes/arc-gruvbox/unity/launcher_arrow_outline_rtl_37.svg b/.themes/arc-gruvbox/unity/launcher_arrow_outline_rtl_37.svg new file mode 100644 index 00000000..0bfb365c --- /dev/null +++ b/.themes/arc-gruvbox/unity/launcher_arrow_outline_rtl_37.svg @@ -0,0 +1,102 @@ +<?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="20" + height="37" + id="svg2" + version="1.1" + inkscape:version="0.91 r13725" + inkscape:export-filename="test.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + sodipodi:docname="launcher_arrow_outline_rtl_37.svg"> + <defs + id="defs4"> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath4069"> + <rect + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.12000002;fill:#ff00ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;enable-background:accumulate" + id="rect4071" + width="10" + height="19" + x="20" + y="1033.3622" /> + </clipPath> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="22.627417" + inkscape:cx="8.2254385" + inkscape:cy="5.6970486" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:window-width="1301" + inkscape:window-height="650" + inkscape:window-x="65" + inkscape:window-y="24" + inkscape:window-maximized="1" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true" + inkscape:snap-bbox-midpoints="true" + inkscape:object-paths="true" + inkscape:snap-intersection-paths="true" + inkscape:object-nodes="true" + inkscape:snap-smooth-nodes="true" + inkscape:snap-midpoints="true" + inkscape:snap-object-midpoints="true" + inkscape:snap-text-baseline="false" + inkscape:snap-center="true" + inkscape:snap-page="true"> + <inkscape:grid + type="xygrid" + id="grid4740" + empspacing="8" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1015.3622)"> + <rect + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;opacity:0.4" + id="rect3338" + width="4" + height="33.000019" + x="12" + y="1017.3622" + ry="1.7382812e-05" + rx="1.7382812e-05" /> + </g> +</svg> diff --git a/.themes/arc-gruvbox/unity/launcher_arrow_rtl_19.svg b/.themes/arc-gruvbox/unity/launcher_arrow_rtl_19.svg new file mode 100644 index 00000000..ae9337d8 --- /dev/null +++ b/.themes/arc-gruvbox/unity/launcher_arrow_rtl_19.svg @@ -0,0 +1,101 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="10" + height="19" + id="svg2" + version="1.1" + inkscape:version="0.91 r13725" + inkscape:export-filename="test.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + sodipodi:docname="launcher_arrow_rtl_19.svg"> + <defs + id="defs4"> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath4069"> + <rect + style="opacity:0.12000002;color:#000000;fill:#ff00ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect4071" + width="10" + height="19" + x="20" + y="1033.3622" /> + </clipPath> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="20.962996" + inkscape:cx="-4.2413119" + inkscape:cy="9.0594719" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:window-width="1301" + inkscape:window-height="744" + inkscape:window-x="65" + inkscape:window-y="24" + inkscape:window-maximized="1" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true" + inkscape:snap-bbox-midpoints="true" + inkscape:object-paths="true" + inkscape:snap-intersection-paths="true" + inkscape:object-nodes="true" + inkscape:snap-smooth-nodes="true" + inkscape:snap-midpoints="true" + inkscape:snap-object-midpoints="true" + inkscape:snap-text-baseline="false" + inkscape:snap-center="true" + inkscape:snap-page="true"> + <inkscape:grid + type="xygrid" + id="grid4740" + empspacing="8" + 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="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1033.3622)"> + <rect + style="fill:#ffffff;fill-opacity:0.90196079;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + id="rect3338" + width="2" + height="17" + x="6" + y="1034.3622" + ry="1.7382812e-05" /> + </g> +</svg> diff --git a/.themes/arc-gruvbox/unity/launcher_arrow_rtl_37.svg b/.themes/arc-gruvbox/unity/launcher_arrow_rtl_37.svg new file mode 100644 index 00000000..f592c520 --- /dev/null +++ b/.themes/arc-gruvbox/unity/launcher_arrow_rtl_37.svg @@ -0,0 +1,102 @@ +<?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="20" + height="37" + id="svg2" + version="1.1" + inkscape:version="0.91 r13725" + inkscape:export-filename="test.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + sodipodi:docname="launcher_arrow_rtl_37.svg"> + <defs + id="defs4"> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath4069"> + <rect + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.12000002;fill:#ff00ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;enable-background:accumulate" + id="rect4071" + width="10" + height="19" + x="20" + y="1033.3622" /> + </clipPath> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="22.627417" + inkscape:cx="1.4637299" + inkscape:cy="5.6970486" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:window-width="1301" + inkscape:window-height="744" + inkscape:window-x="65" + inkscape:window-y="24" + inkscape:window-maximized="1" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true" + inkscape:snap-bbox-midpoints="true" + inkscape:object-paths="true" + inkscape:snap-intersection-paths="true" + inkscape:object-nodes="true" + inkscape:snap-smooth-nodes="true" + inkscape:snap-midpoints="true" + inkscape:snap-object-midpoints="true" + inkscape:snap-text-baseline="false" + inkscape:snap-center="true" + inkscape:snap-page="true"> + <inkscape:grid + type="xygrid" + id="grid4740" + empspacing="8" + 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="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1015.3622)"> + <rect + style="fill:#ffffff;fill-opacity:0.90196079;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + id="rect3338" + width="4" + height="33.000019" + x="12" + y="1017.3622" + ry="1.7382812e-05" + rx="1.7382812e-05" /> + </g> +</svg> diff --git a/.themes/arc-gruvbox/unity/launcher_icon_back_150.svg b/.themes/arc-gruvbox/unity/launcher_icon_back_150.svg new file mode 100644 index 00000000..66ec310b --- /dev/null +++ b/.themes/arc-gruvbox/unity/launcher_icon_back_150.svg @@ -0,0 +1,61 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="150" + height="150" + viewBox="0 0 149.99998 150" + id="svg2" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="launcher_icon_back_150.svg"> + <metadata + id="metadata12"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1301" + inkscape:window-height="650" + id="namedview10" + showgrid="true" + inkscape:zoom="2.2250293" + inkscape:cx="36.35956" + inkscape:cy="127.34179" + inkscape:window-x="65" + inkscape:window-y="24" + inkscape:window-maximized="1" + inkscape:current-layer="svg2"> + <inkscape:grid + type="xygrid" + id="grid2989" /> + </sodipodi:namedview> + <defs + id="defs4"> + <clipPath + id="clipPath6"> + <path + d="m 440,80.683594 c -1.84957,0 -3.31641,1.466834 -3.31641,3.316406 l 0,44 c 0,1.84957 1.46684,3.31641 3.31641,3.31641 l 44,0 c 1.84957,0 3.31641,-1.46684 3.31641,-3.31641 l 0,-44 c 0,-1.849572 -1.46684,-3.316406 -3.31641,-3.316406 l -44,0 z" + id="path8" /> + </clipPath> + </defs> +</svg> diff --git a/.themes/arc-gruvbox/unity/launcher_icon_back_54.svg b/.themes/arc-gruvbox/unity/launcher_icon_back_54.svg new file mode 100644 index 00000000..dc539eaf --- /dev/null +++ b/.themes/arc-gruvbox/unity/launcher_icon_back_54.svg @@ -0,0 +1,55 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="54" + height="54" + viewBox="0 0 54 54.000001" + id="svg2" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="launcher_icon_back_54.svg"> + <metadata + id="metadata8"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <defs + id="defs6" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1301" + inkscape:window-height="650" + id="namedview4" + showgrid="true" + inkscape:zoom="17.481481" + inkscape:cx="26.660864" + inkscape:cy="43.535494" + inkscape:window-x="65" + inkscape:window-y="24" + inkscape:window-maximized="1" + inkscape:current-layer="svg2" + inkscape:snap-bbox="true"> + <inkscape:grid + type="xygrid" + id="grid2985" /> + </sodipodi:namedview> +</svg> diff --git a/.themes/arc-gruvbox/unity/launcher_icon_edge_150.svg b/.themes/arc-gruvbox/unity/launcher_icon_edge_150.svg new file mode 100644 index 00000000..a842a47d --- /dev/null +++ b/.themes/arc-gruvbox/unity/launcher_icon_edge_150.svg @@ -0,0 +1,75 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="150" + height="150" + viewBox="0 0 149.99998 150" + id="svg2" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="launcher_icon_edge_150.svg"> + <metadata + id="metadata16"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1301" + inkscape:window-height="650" + id="namedview14" + showgrid="true" + inkscape:snap-bbox="true" + inkscape:zoom="3.1466667" + inkscape:cx="43.369154" + inkscape:cy="69.620822" + inkscape:window-x="65" + inkscape:window-y="24" + inkscape:window-maximized="1" + inkscape:current-layer="svg2"> + <inkscape:grid + type="xygrid" + id="grid2993" /> + </sodipodi:namedview> + <defs + id="defs4"> + <clipPath + id="clipPath6"> + <path + d="m 440,80.683594 c -1.84957,0 -3.31641,1.466834 -3.31641,3.316406 l 0,44 c 0,1.84957 1.46684,3.31641 3.31641,3.31641 l 44,0 c 1.84957,0 3.31641,-1.46684 3.31641,-3.31641 l 0,-44 c 0,-1.849572 -1.46684,-3.316406 -3.31641,-3.316406 l -44,0 z" + id="path8" /> + </clipPath> + <clipPath + id="clipPath10"> + <rect + y="316" + x="353" + height="148" + width="148" + opacity="0.8" + fill="#ff00ff" + color="#000000" + rx="12" + id="rect12" /> + </clipPath> + </defs> +</svg> diff --git a/.themes/arc-gruvbox/unity/launcher_icon_edge_54.svg b/.themes/arc-gruvbox/unity/launcher_icon_edge_54.svg new file mode 100644 index 00000000..8d133af1 --- /dev/null +++ b/.themes/arc-gruvbox/unity/launcher_icon_edge_54.svg @@ -0,0 +1,65 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="54" + height="54" + viewBox="0 0 54 54.000001" + id="svg2" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="launcher_icon_edge_54.svg"> + <metadata + id="metadata12"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1301" + inkscape:window-height="650" + id="namedview10" + showgrid="true" + inkscape:zoom="24.722548" + inkscape:cx="10.242601" + inkscape:cy="56.465656" + inkscape:window-x="65" + inkscape:window-y="24" + inkscape:window-maximized="1" + inkscape:current-layer="svg2" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true"> + <inkscape:grid + type="xygrid" + id="grid3757" /> + </sodipodi:namedview> + <defs + id="defs4"> + <clipPath + id="clipPath6"> + <path + d="m 440,81.001953 c -1.67866,0 -2.99805,1.319387 -2.99805,2.998047 l 0,44 c 0,1.67866 1.31939,2.99805 2.99805,2.99805 l 44,0 c 1.67866,0 2.99805,-1.31939 2.99805,-2.99805 l 0,-44 c 0,-1.67866 -1.31939,-2.998047 -2.99805,-2.998047 l -44,0 z" + id="path8" /> + </clipPath> + </defs> +</svg> diff --git a/.themes/arc-gruvbox/unity/launcher_icon_glow_200.svg b/.themes/arc-gruvbox/unity/launcher_icon_glow_200.svg new file mode 100644 index 00000000..01bb0d9c --- /dev/null +++ b/.themes/arc-gruvbox/unity/launcher_icon_glow_200.svg @@ -0,0 +1,7 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="200" height="200" viewBox="0 0 200.00001 200.00003"> + <defs> + <clipPath> + <path d="m 427.33333,22.026666 0,69.333333 69.33333,0 0,-69.333333 -69.33333,0 z m 13.11917,9.013333 43.095,0 c 2.27623,0 4.10583,1.829606 4.10583,4.105834 l 0,43.094999 c 0,2.276228 -1.8296,4.105834 -4.10583,4.105834 l -43.095,0 c -2.27623,0 -4.10583,-1.829606 -4.10583,-4.105834 l 0,-43.094999 c 0,-2.276228 1.8296,-4.105834 4.10583,-4.105834 z"/> + </clipPath> + </defs> +</svg> diff --git a/.themes/arc-gruvbox/unity/launcher_icon_glow_62.svg b/.themes/arc-gruvbox/unity/launcher_icon_glow_62.svg new file mode 100644 index 00000000..105b068a --- /dev/null +++ b/.themes/arc-gruvbox/unity/launcher_icon_glow_62.svg @@ -0,0 +1,7 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="62" height="62" viewBox="0 0 62 62.000001"> + <defs> + <clipPath> + <path d="m 1,25 0,62 62,0 0,-62 -62,0 z m 9,6 44,0 c 1.662,0 3,1.338 3,3 l 0,44 c 0,1.662 -1.338,3 -3,3 L 10,81 C 8.338,81 7,79.662 7,78 L 7,34 c 0,-1.662 1.338,-3 3,-3 z"/> + </clipPath> + </defs> +</svg> diff --git a/.themes/arc-gruvbox/unity/launcher_icon_selected_back_150.svg b/.themes/arc-gruvbox/unity/launcher_icon_selected_back_150.svg new file mode 100644 index 00000000..e8924d59 --- /dev/null +++ b/.themes/arc-gruvbox/unity/launcher_icon_selected_back_150.svg @@ -0,0 +1,77 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="150" + height="150" + viewBox="0 0 149.99998 150" + id="svg2" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="launcher_icon_selected_back_150.svg"> + <metadata + id="metadata16"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1366" + inkscape:window-height="718" + id="namedview14" + showgrid="true" + inkscape:zoom="1.1125147" + inkscape:cx="-43.492975" + inkscape:cy="93.596539" + inkscape:window-x="0" + inkscape:window-y="25" + inkscape:window-maximized="1" + inkscape:current-layer="svg2"> + <inkscape:grid + type="xygrid" + id="grid2993" /> + </sodipodi:namedview> + <defs + id="defs4"> + <clipPath + id="clipPath6"> + <rect + y="1040.22" + x="505" + height="150" + width="150" + opacity="0.2" + fill-rule="evenodd" + color="#000000" + rx="42" + id="rect8" /> + </clipPath> + </defs> + <rect + style="fill:#458588;fill-opacity:1;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none" + id="rect2995" + width="148" + height="147" + x="1" + y="1" + transform="translate(-1e-5,0)" + ry="1" /> +</svg> diff --git a/.themes/arc-gruvbox/unity/launcher_icon_selected_back_54.svg b/.themes/arc-gruvbox/unity/launcher_icon_selected_back_54.svg new file mode 100644 index 00000000..3a5312f6 --- /dev/null +++ b/.themes/arc-gruvbox/unity/launcher_icon_selected_back_54.svg @@ -0,0 +1,62 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="54" + height="54" + viewBox="0 0 54 54.000001" + id="svg2" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="launcher_icon_selected_back_54.svg"> + <metadata + id="metadata8"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <defs + id="defs6" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1366" + inkscape:window-height="718" + id="namedview4" + showgrid="true" + inkscape:zoom="8.7407407" + inkscape:cx="31.699048" + inkscape:cy="23.556199" + inkscape:window-x="0" + inkscape:window-y="25" + inkscape:window-maximized="1" + inkscape:current-layer="svg2"> + <inkscape:grid + type="xygrid" + id="grid2985" /> + </sodipodi:namedview> + <rect + style="opacity:1;fill:#458588;fill-opacity:1;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none" + id="rect2987" + width="52" + height="51" + x="1" + y="1" + ry="1" /> +</svg> diff --git a/.themes/arc-gruvbox/unity/launcher_icon_shadow_200.svg b/.themes/arc-gruvbox/unity/launcher_icon_shadow_200.svg new file mode 100644 index 00000000..9e68b14b --- /dev/null +++ b/.themes/arc-gruvbox/unity/launcher_icon_shadow_200.svg @@ -0,0 +1,7 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="200" height="200" viewBox="0 0 200.00001 200.00003"> + <defs> + <clipPath> + <path d="m 489.73333,21.333331 0,69.333332 69.33333,0 0,-69.333332 -69.33333,0 z m 13.11917,9.013334 43.095,0 c 2.27623,0 4.10583,1.829606 4.10583,4.105833 l 0,43.094999 c 0,2.276227 -1.8296,4.105833 -4.10583,4.105833 l -43.095,0 c -2.27623,0 -4.10583,-1.829606 -4.10583,-4.105833 l 0,-43.094999 c 0,-2.276227 1.8296,-4.105833 4.10583,-4.105833 z"/> + </clipPath> + </defs> +</svg> diff --git a/.themes/arc-gruvbox/unity/launcher_icon_shadow_62.svg b/.themes/arc-gruvbox/unity/launcher_icon_shadow_62.svg new file mode 100644 index 00000000..9bc9c127 --- /dev/null +++ b/.themes/arc-gruvbox/unity/launcher_icon_shadow_62.svg @@ -0,0 +1,61 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="62" + height="62" + viewBox="0 0 61.999999 62.000001" + id="svg2" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="launcher_icon_shadow_62.svg"> + <metadata + id="metadata12"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1301" + inkscape:window-height="650" + id="namedview10" + showgrid="true" + inkscape:snap-bbox="true" + inkscape:bbox-nodes="true" + inkscape:bbox-paths="true" + inkscape:snap-bbox-edge-midpoints="true" + inkscape:zoom="10.766271" + inkscape:cx="46.152641" + inkscape:cy="12.729335" + inkscape:window-x="65" + inkscape:window-y="24" + inkscape:window-maximized="1" + inkscape:current-layer="svg2" /> + <defs + id="defs4"> + <clipPath + id="clipPath6"> + <path + d="m 4,24 c -2.216,0 -4,1.784 -4,4 l 0,56 c 0,2.216 1.784,4 4,4 l 56,0 c 2.216,0 4,-1.784 4,-4 l 0,-56 c 0,-2.216 -1.784,-4 -4,-4 L 4,24 z m 6,6 44,0 c 2.216,0 4,1.784 4,4 l 0,44 c 0,2.216 -1.784,4 -4,4 L 10,82 C 7.784,82 6,80.216 6,78 L 6,34 c 0,-2.216 1.784,-4 4,-4 z" + id="path8" /> + </clipPath> + </defs> +</svg> diff --git a/.themes/arc-gruvbox/unity/launcher_icon_shine_150.svg b/.themes/arc-gruvbox/unity/launcher_icon_shine_150.svg new file mode 100644 index 00000000..a4562962 --- /dev/null +++ b/.themes/arc-gruvbox/unity/launcher_icon_shine_150.svg @@ -0,0 +1,59 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="150" + height="150" + viewBox="0 0 149.99998 150" + id="svg2" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="launcher_icon_shine_150.svg"> + <metadata + id="metadata8"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <defs + id="defs6" /> + <sodipodi:namedview + pagecolor="#6e6e6e" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0.90588235" + inkscape:pageshadow="2" + inkscape:window-width="1301" + inkscape:window-height="650" + id="namedview4" + showgrid="true" + inkscape:snap-bbox="true" + inkscape:zoom="17.800235" + inkscape:cx="26.229204" + inkscape:cy="7.3679574" + inkscape:window-x="65" + inkscape:window-y="24" + inkscape:window-maximized="1" + inkscape:current-layer="svg2"> + <inkscape:grid + type="xygrid" + id="grid2985" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> +</svg> diff --git a/.themes/arc-gruvbox/unity/launcher_icon_shine_54.svg b/.themes/arc-gruvbox/unity/launcher_icon_shine_54.svg new file mode 100644 index 00000000..a793abc9 --- /dev/null +++ b/.themes/arc-gruvbox/unity/launcher_icon_shine_54.svg @@ -0,0 +1,83 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="54" + height="54" + viewBox="0 0 54 54.000001" + id="svg2" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="launcher_icon_shine_54.svg"> + <metadata + id="metadata8"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <defs + id="defs6"> + <linearGradient + inkscape:collect="always" + id="linearGradient3762"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop3764" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop3766" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3762" + id="linearGradient3768" + x1="0" + y1="27" + x2="2.999999" + y2="27" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0,-1,1,0,0,54)" /> + </defs> + <sodipodi:namedview + pagecolor="#000000" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0.67843137" + inkscape:pageshadow="2" + inkscape:window-width="1301" + inkscape:window-height="650" + id="namedview4" + showgrid="true" + inkscape:snap-bbox="true" + inkscape:zoom="8.7407407" + inkscape:cx="27.214228" + inkscape:cy="18.946249" + inkscape:window-x="65" + inkscape:window-y="24" + inkscape:window-maximized="1" + inkscape:current-layer="svg2"> + <inkscape:grid + type="xygrid" + id="grid3753" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> +</svg> diff --git a/.themes/arc-gruvbox/unity/launcher_pip_ltr_19.svg b/.themes/arc-gruvbox/unity/launcher_pip_ltr_19.svg new file mode 100644 index 00000000..34b1757a --- /dev/null +++ b/.themes/arc-gruvbox/unity/launcher_pip_ltr_19.svg @@ -0,0 +1,101 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="10" + height="19" + id="svg2" + version="1.1" + inkscape:version="0.91 r13725" + inkscape:export-filename="test.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + sodipodi:docname="launcher_pip_ltr_19.svg"> + <defs + id="defs4"> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath4069"> + <rect + style="opacity:0.12000002;color:#000000;fill:#ff00ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect4071" + width="10" + height="19" + x="20" + y="1033.3622" /> + </clipPath> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="15.178831" + inkscape:cx="2.3818874" + inkscape:cy="5.0805669" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:window-width="1301" + inkscape:window-height="648" + inkscape:window-x="65" + inkscape:window-y="24" + inkscape:window-maximized="1" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true" + inkscape:snap-bbox-midpoints="true" + inkscape:object-paths="true" + inkscape:snap-intersection-paths="true" + inkscape:object-nodes="true" + inkscape:snap-smooth-nodes="true" + inkscape:snap-midpoints="true" + inkscape:snap-object-midpoints="true" + inkscape:snap-text-baseline="false" + inkscape:snap-center="true" + inkscape:snap-page="true"> + <inkscape:grid + type="xygrid" + id="grid4740" + empspacing="8" + 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="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1033.3622)"> + <rect + style="fill:#ffffff;fill-opacity:0.90196079;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + id="rect3338" + width="2" + height="3.0000174" + x="2" + y="1041.3622" + ry="3.0675728e-06" /> + </g> +</svg> diff --git a/.themes/arc-gruvbox/unity/launcher_pip_ltr_37.svg b/.themes/arc-gruvbox/unity/launcher_pip_ltr_37.svg new file mode 100644 index 00000000..d8dc4221 --- /dev/null +++ b/.themes/arc-gruvbox/unity/launcher_pip_ltr_37.svg @@ -0,0 +1,103 @@ +<?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="20" + height="37" + id="svg2" + version="1.1" + inkscape:version="0.91 r13725" + inkscape:export-filename="test.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + sodipodi:docname="launcher_pip_ltr_37.svg"> + <defs + id="defs4"> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath4069"> + <rect + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.12000002;fill:#ff00ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;enable-background:accumulate" + id="rect4071" + width="10" + height="19" + x="20" + y="1033.3622" /> + </clipPath> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="16" + inkscape:cx="-7.5475486" + inkscape:cy="14.518805" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:window-width="1301" + inkscape:window-height="744" + inkscape:window-x="65" + inkscape:window-y="24" + inkscape:window-maximized="1" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true" + inkscape:snap-bbox-midpoints="true" + inkscape:object-paths="true" + inkscape:snap-intersection-paths="true" + inkscape:object-nodes="true" + inkscape:snap-smooth-nodes="true" + inkscape:snap-midpoints="true" + inkscape:snap-object-midpoints="true" + inkscape:snap-text-baseline="false" + inkscape:snap-center="true" + inkscape:snap-page="true" + inkscape:snap-nodes="false"> + <inkscape:grid + type="xygrid" + id="grid4740" + empspacing="8" + 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="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1015.3622)"> + <rect + rx="3.0675728e-06" + style="fill:#ffffff;fill-opacity:0.90196079;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + id="rect3338" + width="4" + height="5.0000172" + x="4" + y="1031.3622" + ry="3.0675728e-06" /> + </g> +</svg> diff --git a/.themes/arc-gruvbox/unity/launcher_pip_rtl_19.svg b/.themes/arc-gruvbox/unity/launcher_pip_rtl_19.svg new file mode 100644 index 00000000..3194b738 --- /dev/null +++ b/.themes/arc-gruvbox/unity/launcher_pip_rtl_19.svg @@ -0,0 +1,102 @@ +<?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="10" + height="19" + id="svg2" + version="1.1" + inkscape:version="0.91 r13725" + inkscape:export-filename="test.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + sodipodi:docname="launcher_pip_rtl_19.svg"> + <defs + id="defs4"> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath4069"> + <rect + style="opacity:0.12000002;color:#000000;fill:#ff00ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect4071" + width="10" + height="19" + x="20" + y="1033.3622" /> + </clipPath> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="32" + inkscape:cx="0.4532629" + inkscape:cy="12.759685" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:window-width="1301" + inkscape:window-height="744" + inkscape:window-x="65" + inkscape:window-y="24" + inkscape:window-maximized="1" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true" + inkscape:snap-bbox-midpoints="true" + inkscape:object-paths="true" + inkscape:snap-intersection-paths="true" + inkscape:object-nodes="true" + inkscape:snap-smooth-nodes="true" + inkscape:snap-midpoints="true" + inkscape:snap-object-midpoints="true" + inkscape:snap-text-baseline="false" + inkscape:snap-center="true" + inkscape:snap-page="true" + inkscape:snap-nodes="false"> + <inkscape:grid + type="xygrid" + id="grid4740" + empspacing="8" + 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="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1033.3622)"> + <rect + style="fill:#ffffff;fill-opacity:0.90196079;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + id="rect3338" + width="2" + height="3.0000174" + x="6" + y="1041.3622" + ry="3.0675728e-06" /> + </g> +</svg> diff --git a/.themes/arc-gruvbox/unity/launcher_pip_rtl_37.svg b/.themes/arc-gruvbox/unity/launcher_pip_rtl_37.svg new file mode 100644 index 00000000..461250f9 --- /dev/null +++ b/.themes/arc-gruvbox/unity/launcher_pip_rtl_37.svg @@ -0,0 +1,103 @@ +<?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="20" + height="37" + id="svg2" + version="1.1" + inkscape:version="0.91 r13725" + inkscape:export-filename="test.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + sodipodi:docname="launcher_pip_rtl_37.svg"> + <defs + id="defs4"> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath4069"> + <rect + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.12000002;fill:#ff00ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;enable-background:accumulate" + id="rect4071" + width="10" + height="19" + x="20" + y="1033.3622" /> + </clipPath> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="11.313709" + inkscape:cx="3.9744094" + inkscape:cy="10.722806" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:window-width="1301" + inkscape:window-height="744" + inkscape:window-x="65" + inkscape:window-y="24" + inkscape:window-maximized="1" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true" + inkscape:snap-bbox-midpoints="true" + inkscape:object-paths="true" + inkscape:snap-intersection-paths="true" + inkscape:object-nodes="true" + inkscape:snap-smooth-nodes="true" + inkscape:snap-midpoints="true" + inkscape:snap-object-midpoints="true" + inkscape:snap-text-baseline="false" + inkscape:snap-center="true" + inkscape:snap-page="true" + inkscape:snap-nodes="false"> + <inkscape:grid + type="xygrid" + id="grid4740" + empspacing="8" + 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="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1015.3622)"> + <rect + rx="3.0675728e-06" + style="fill:#ffffff;fill-opacity:0.90196079;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + id="rect3338" + width="4" + height="5.0000172" + x="12" + y="1031.3622" + ry="3.0675728e-06" /> + </g> +</svg> diff --git a/.themes/arc-gruvbox/unity/maximize.svg b/.themes/arc-gruvbox/unity/maximize.svg new file mode 100644 index 00000000..836cb831 --- /dev/null +++ b/.themes/arc-gruvbox/unity/maximize.svg @@ -0,0 +1 @@ +window-buttons/maximize.svg \ No newline at end of file diff --git a/.themes/arc-gruvbox/unity/maximize_dash.svg b/.themes/arc-gruvbox/unity/maximize_dash.svg new file mode 100644 index 00000000..b653395d --- /dev/null +++ b/.themes/arc-gruvbox/unity/maximize_dash.svg @@ -0,0 +1 @@ +dash/maximize_dash.svg \ No newline at end of file diff --git a/.themes/arc-gruvbox/unity/maximize_dash_disabled.svg b/.themes/arc-gruvbox/unity/maximize_dash_disabled.svg new file mode 100644 index 00000000..43f0fb6a --- /dev/null +++ b/.themes/arc-gruvbox/unity/maximize_dash_disabled.svg @@ -0,0 +1 @@ +dash/maximize_dash_disabled.svg \ No newline at end of file diff --git a/.themes/arc-gruvbox/unity/maximize_dash_prelight.svg b/.themes/arc-gruvbox/unity/maximize_dash_prelight.svg new file mode 100644 index 00000000..0a74f649 --- /dev/null +++ b/.themes/arc-gruvbox/unity/maximize_dash_prelight.svg @@ -0,0 +1 @@ +dash/maximize_dash_prelight.svg \ No newline at end of file diff --git a/.themes/arc-gruvbox/unity/maximize_dash_pressed.svg b/.themes/arc-gruvbox/unity/maximize_dash_pressed.svg new file mode 100644 index 00000000..c4f77fa3 --- /dev/null +++ b/.themes/arc-gruvbox/unity/maximize_dash_pressed.svg @@ -0,0 +1 @@ +dash/maximize_dash_pressed.svg \ No newline at end of file diff --git a/.themes/arc-gruvbox/unity/maximize_focused_normal.svg b/.themes/arc-gruvbox/unity/maximize_focused_normal.svg new file mode 100644 index 00000000..836cb831 --- /dev/null +++ b/.themes/arc-gruvbox/unity/maximize_focused_normal.svg @@ -0,0 +1 @@ +window-buttons/maximize.svg \ No newline at end of file diff --git a/.themes/arc-gruvbox/unity/maximize_focused_prelight.svg b/.themes/arc-gruvbox/unity/maximize_focused_prelight.svg new file mode 100644 index 00000000..7f7d2f74 --- /dev/null +++ b/.themes/arc-gruvbox/unity/maximize_focused_prelight.svg @@ -0,0 +1 @@ +window-buttons/maximize_prelight.svg \ No newline at end of file diff --git a/.themes/arc-gruvbox/unity/maximize_focused_pressed.svg b/.themes/arc-gruvbox/unity/maximize_focused_pressed.svg new file mode 100644 index 00000000..529dd342 --- /dev/null +++ b/.themes/arc-gruvbox/unity/maximize_focused_pressed.svg @@ -0,0 +1 @@ +window-buttons/maximize_pressed.svg \ No newline at end of file diff --git a/.themes/arc-gruvbox/unity/maximize_unfocused.svg b/.themes/arc-gruvbox/unity/maximize_unfocused.svg new file mode 100644 index 00000000..050eb913 --- /dev/null +++ b/.themes/arc-gruvbox/unity/maximize_unfocused.svg @@ -0,0 +1 @@ +window-buttons/maximize_unfocused.svg \ No newline at end of file diff --git a/.themes/arc-gruvbox/unity/maximize_unfocused_prelight.svg b/.themes/arc-gruvbox/unity/maximize_unfocused_prelight.svg new file mode 100644 index 00000000..7f7d2f74 --- /dev/null +++ b/.themes/arc-gruvbox/unity/maximize_unfocused_prelight.svg @@ -0,0 +1 @@ +window-buttons/maximize_prelight.svg \ No newline at end of file diff --git a/.themes/arc-gruvbox/unity/maximize_unfocused_pressed.svg b/.themes/arc-gruvbox/unity/maximize_unfocused_pressed.svg new file mode 100644 index 00000000..529dd342 --- /dev/null +++ b/.themes/arc-gruvbox/unity/maximize_unfocused_pressed.svg @@ -0,0 +1 @@ +window-buttons/maximize_pressed.svg \ No newline at end of file diff --git a/.themes/arc-gruvbox/unity/minimize.svg b/.themes/arc-gruvbox/unity/minimize.svg new file mode 100644 index 00000000..a67242c8 --- /dev/null +++ b/.themes/arc-gruvbox/unity/minimize.svg @@ -0,0 +1 @@ +window-buttons/minimize.svg \ No newline at end of file diff --git a/.themes/arc-gruvbox/unity/minimize_dash.svg b/.themes/arc-gruvbox/unity/minimize_dash.svg new file mode 100644 index 00000000..387f0752 --- /dev/null +++ b/.themes/arc-gruvbox/unity/minimize_dash.svg @@ -0,0 +1 @@ +dash/minimize_dash.svg \ No newline at end of file diff --git a/.themes/arc-gruvbox/unity/minimize_dash_disabled.svg b/.themes/arc-gruvbox/unity/minimize_dash_disabled.svg new file mode 100644 index 00000000..99c6442f --- /dev/null +++ b/.themes/arc-gruvbox/unity/minimize_dash_disabled.svg @@ -0,0 +1 @@ +dash/minimize_dash_disabled.svg \ No newline at end of file diff --git a/.themes/arc-gruvbox/unity/minimize_dash_prelight.svg b/.themes/arc-gruvbox/unity/minimize_dash_prelight.svg new file mode 100644 index 00000000..8bc8ae7e --- /dev/null +++ b/.themes/arc-gruvbox/unity/minimize_dash_prelight.svg @@ -0,0 +1 @@ +dash/minimize_dash_prelight.svg \ No newline at end of file diff --git a/.themes/arc-gruvbox/unity/minimize_dash_pressed.svg b/.themes/arc-gruvbox/unity/minimize_dash_pressed.svg new file mode 100644 index 00000000..8eee2dd0 --- /dev/null +++ b/.themes/arc-gruvbox/unity/minimize_dash_pressed.svg @@ -0,0 +1 @@ +dash/minimize_dash_pressed.svg \ No newline at end of file diff --git a/.themes/arc-gruvbox/unity/minimize_focused_normal.svg b/.themes/arc-gruvbox/unity/minimize_focused_normal.svg new file mode 100644 index 00000000..a67242c8 --- /dev/null +++ b/.themes/arc-gruvbox/unity/minimize_focused_normal.svg @@ -0,0 +1 @@ +window-buttons/minimize.svg \ No newline at end of file diff --git a/.themes/arc-gruvbox/unity/minimize_focused_prelight.svg b/.themes/arc-gruvbox/unity/minimize_focused_prelight.svg new file mode 100644 index 00000000..fcb08928 --- /dev/null +++ b/.themes/arc-gruvbox/unity/minimize_focused_prelight.svg @@ -0,0 +1 @@ +window-buttons/minimize_prelight.svg \ No newline at end of file diff --git a/.themes/arc-gruvbox/unity/minimize_focused_pressed.svg b/.themes/arc-gruvbox/unity/minimize_focused_pressed.svg new file mode 100644 index 00000000..31687d07 --- /dev/null +++ b/.themes/arc-gruvbox/unity/minimize_focused_pressed.svg @@ -0,0 +1 @@ +window-buttons/minimize_pressed.svg \ No newline at end of file diff --git a/.themes/arc-gruvbox/unity/minimize_unfocused.svg b/.themes/arc-gruvbox/unity/minimize_unfocused.svg new file mode 100644 index 00000000..d4f5cbfe --- /dev/null +++ b/.themes/arc-gruvbox/unity/minimize_unfocused.svg @@ -0,0 +1 @@ +window-buttons/minimize_unfocused.svg \ No newline at end of file diff --git a/.themes/arc-gruvbox/unity/minimize_unfocused_prelight.svg b/.themes/arc-gruvbox/unity/minimize_unfocused_prelight.svg new file mode 100644 index 00000000..fcb08928 --- /dev/null +++ b/.themes/arc-gruvbox/unity/minimize_unfocused_prelight.svg @@ -0,0 +1 @@ +window-buttons/minimize_prelight.svg \ No newline at end of file diff --git a/.themes/arc-gruvbox/unity/minimize_unfocused_pressed.svg b/.themes/arc-gruvbox/unity/minimize_unfocused_pressed.svg new file mode 100644 index 00000000..31687d07 --- /dev/null +++ b/.themes/arc-gruvbox/unity/minimize_unfocused_pressed.svg @@ -0,0 +1 @@ +window-buttons/minimize_pressed.svg \ No newline at end of file diff --git a/.themes/arc-gruvbox/unity/sheet_style_close_focused.svg b/.themes/arc-gruvbox/unity/sheet_style_close_focused.svg new file mode 100644 index 00000000..cd184561 --- /dev/null +++ b/.themes/arc-gruvbox/unity/sheet_style_close_focused.svg @@ -0,0 +1 @@ +window-buttons/close.svg \ No newline at end of file diff --git a/.themes/arc-gruvbox/unity/sheet_style_close_focused_prelight.svg b/.themes/arc-gruvbox/unity/sheet_style_close_focused_prelight.svg new file mode 100644 index 00000000..e338f1e8 --- /dev/null +++ b/.themes/arc-gruvbox/unity/sheet_style_close_focused_prelight.svg @@ -0,0 +1 @@ +window-buttons/close_prelight.svg \ No newline at end of file diff --git a/.themes/arc-gruvbox/unity/sheet_style_close_focused_pressed.svg b/.themes/arc-gruvbox/unity/sheet_style_close_focused_pressed.svg new file mode 100644 index 00000000..c55c7f2b --- /dev/null +++ b/.themes/arc-gruvbox/unity/sheet_style_close_focused_pressed.svg @@ -0,0 +1 @@ +window-buttons/close_unfocused.svg \ No newline at end of file diff --git a/.themes/arc-gruvbox/unity/unmaximize.svg b/.themes/arc-gruvbox/unity/unmaximize.svg new file mode 100644 index 00000000..836cb831 --- /dev/null +++ b/.themes/arc-gruvbox/unity/unmaximize.svg @@ -0,0 +1 @@ +window-buttons/maximize.svg \ No newline at end of file diff --git a/.themes/arc-gruvbox/unity/unmaximize_dash.svg b/.themes/arc-gruvbox/unity/unmaximize_dash.svg new file mode 100644 index 00000000..b653395d --- /dev/null +++ b/.themes/arc-gruvbox/unity/unmaximize_dash.svg @@ -0,0 +1 @@ +dash/maximize_dash.svg \ No newline at end of file diff --git a/.themes/arc-gruvbox/unity/unmaximize_dash_disabled.svg b/.themes/arc-gruvbox/unity/unmaximize_dash_disabled.svg new file mode 100644 index 00000000..43f0fb6a --- /dev/null +++ b/.themes/arc-gruvbox/unity/unmaximize_dash_disabled.svg @@ -0,0 +1 @@ +dash/maximize_dash_disabled.svg \ No newline at end of file diff --git a/.themes/arc-gruvbox/unity/unmaximize_dash_prelight.svg b/.themes/arc-gruvbox/unity/unmaximize_dash_prelight.svg new file mode 100644 index 00000000..0a74f649 --- /dev/null +++ b/.themes/arc-gruvbox/unity/unmaximize_dash_prelight.svg @@ -0,0 +1 @@ +dash/maximize_dash_prelight.svg \ No newline at end of file diff --git a/.themes/arc-gruvbox/unity/unmaximize_dash_pressed.svg b/.themes/arc-gruvbox/unity/unmaximize_dash_pressed.svg new file mode 100644 index 00000000..c4f77fa3 --- /dev/null +++ b/.themes/arc-gruvbox/unity/unmaximize_dash_pressed.svg @@ -0,0 +1 @@ +dash/maximize_dash_pressed.svg \ No newline at end of file diff --git a/.themes/arc-gruvbox/unity/unmaximize_focused_normal.svg b/.themes/arc-gruvbox/unity/unmaximize_focused_normal.svg new file mode 100644 index 00000000..836cb831 --- /dev/null +++ b/.themes/arc-gruvbox/unity/unmaximize_focused_normal.svg @@ -0,0 +1 @@ +window-buttons/maximize.svg \ No newline at end of file diff --git a/.themes/arc-gruvbox/unity/unmaximize_focused_prelight.svg b/.themes/arc-gruvbox/unity/unmaximize_focused_prelight.svg new file mode 100644 index 00000000..7f7d2f74 --- /dev/null +++ b/.themes/arc-gruvbox/unity/unmaximize_focused_prelight.svg @@ -0,0 +1 @@ +window-buttons/maximize_prelight.svg \ No newline at end of file diff --git a/.themes/arc-gruvbox/unity/unmaximize_focused_pressed.svg b/.themes/arc-gruvbox/unity/unmaximize_focused_pressed.svg new file mode 100644 index 00000000..529dd342 --- /dev/null +++ b/.themes/arc-gruvbox/unity/unmaximize_focused_pressed.svg @@ -0,0 +1 @@ +window-buttons/maximize_pressed.svg \ No newline at end of file diff --git a/.themes/arc-gruvbox/unity/unmaximize_unfocused.svg b/.themes/arc-gruvbox/unity/unmaximize_unfocused.svg new file mode 100644 index 00000000..050eb913 --- /dev/null +++ b/.themes/arc-gruvbox/unity/unmaximize_unfocused.svg @@ -0,0 +1 @@ +window-buttons/maximize_unfocused.svg \ No newline at end of file diff --git a/.themes/arc-gruvbox/unity/unmaximize_unfocused_prelight.svg b/.themes/arc-gruvbox/unity/unmaximize_unfocused_prelight.svg new file mode 100644 index 00000000..7f7d2f74 --- /dev/null +++ b/.themes/arc-gruvbox/unity/unmaximize_unfocused_prelight.svg @@ -0,0 +1 @@ +window-buttons/maximize_prelight.svg \ No newline at end of file diff --git a/.themes/arc-gruvbox/unity/unmaximize_unfocused_pressed.svg b/.themes/arc-gruvbox/unity/unmaximize_unfocused_pressed.svg new file mode 100644 index 00000000..529dd342 --- /dev/null +++ b/.themes/arc-gruvbox/unity/unmaximize_unfocused_pressed.svg @@ -0,0 +1 @@ +window-buttons/maximize_pressed.svg \ No newline at end of file diff --git a/.themes/arc-gruvbox/unity/window-buttons/close.svg b/.themes/arc-gruvbox/unity/window-buttons/close.svg new file mode 100644 index 00000000..3a712863 --- /dev/null +++ b/.themes/arc-gruvbox/unity/window-buttons/close.svg @@ -0,0 +1,151 @@ +<?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="24" + height="24" + id="svg4306" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="close.svg" + style="enable-background:new"> + <defs + id="defs4308"> + <linearGradient + id="linearGradient3770"> + <stop + style="stop-color:#000000;stop-opacity:0.62827224;" + offset="0" + id="stop3772" /> + <stop + style="stop-color:#000000;stop-opacity:0.49803922;" + offset="1" + id="stop3774" /> + </linearGradient> + <linearGradient + id="linearGradient4882"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4884" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop4886" /> + </linearGradient> + <linearGradient + id="linearGradient3784-6"> + <stop + style="stop-color:#ffffff;stop-opacity:0.21568628;" + offset="0" + id="stop3786-4" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop3788-6" /> + </linearGradient> + <linearGradient + id="linearGradient4892"> + <stop + id="stop4894" + offset="0" + style="stop-color:#2f3a42;stop-opacity:1;" /> + <stop + id="stop4896" + offset="1" + style="stop-color:#1d242a;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient4882-4"> + <stop + id="stop4884-9" + offset="0" + style="stop-color:#728495;stop-opacity:1;" /> + <stop + id="stop4886-9" + offset="1" + style="stop-color:#617c95;stop-opacity:0;" /> + </linearGradient> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#f0f1f2" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="22.627418" + inkscape:cx="9.3270896" + inkscape:cy="10.966175" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="1280" + inkscape:window-height="747" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:window-maximized="1" + inkscape:snap-bbox="true" + inkscape:snap-global="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="grid4314" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + <sodipodi:guide + orientation="1,0" + position="12,12" + id="guide4316" /> + <sodipodi:guide + orientation="0,1" + position="12,12" + id="guide4318" /> + </sodipodi:namedview> + <metadata + id="metadata4311"> + <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,-1028.3622)"> + <g + transform="matrix(0.01265625,0,0,-0.01265625,4.9280396,1046.8821)" + id="g3337"> + <path + inkscape:connector-curvature="0" + d="m 558.77702,-37.935253 c 305.45606,0 553.08158,247.625863 553.08158,553.085803 0,305.46124 -247.62552,553.08675 -553.08158,553.08675 -305.46512,0 -553.0913044,-247.62551 -553.0913044,-553.08675 0,-305.45994 247.6261844,-553.085803 553.0913044,-553.085803" + style="fill:#d52735;fill-opacity:1;fill-rule:evenodd;stroke:none" + id="path4094" /> + <path + inkscape:connector-curvature="0" + d="m 558.77747,1.5676633 c 283.63699,0 513.57493,229.9429467 513.57493,513.5851867 0,283.64355 -229.93794,513.58155 -513.57493,513.58155 -283.64749,0 -513.585581,-229.938 -513.585581,-513.58155 0,-283.64224 229.938091,-513.5851867 513.585581,-513.5851867" + style="fill:#f25056;fill-opacity:1;fill-rule:evenodd;stroke:none" + id="path4096" /> + </g> + </g> +</svg> diff --git a/.themes/arc-gruvbox/unity/window-buttons/close_prelight.svg b/.themes/arc-gruvbox/unity/window-buttons/close_prelight.svg new file mode 100644 index 00000000..83875039 --- /dev/null +++ b/.themes/arc-gruvbox/unity/window-buttons/close_prelight.svg @@ -0,0 +1,161 @@ +<?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="24" + height="24" + id="svg4306" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="close_prelight.svg" + style="enable-background:new"> + <defs + id="defs4308"> + <linearGradient + id="linearGradient3770"> + <stop + style="stop-color:#000000;stop-opacity:0.62827224;" + offset="0" + id="stop3772" /> + <stop + style="stop-color:#000000;stop-opacity:0.49803922;" + offset="1" + id="stop3774" /> + </linearGradient> + <linearGradient + id="linearGradient4882"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4884" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop4886" /> + </linearGradient> + <linearGradient + id="linearGradient3784-6"> + <stop + style="stop-color:#ffffff;stop-opacity:0.21568628;" + offset="0" + id="stop3786-4" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop3788-6" /> + </linearGradient> + <linearGradient + id="linearGradient4892"> + <stop + id="stop4894" + offset="0" + style="stop-color:#2f3a42;stop-opacity:1;" /> + <stop + id="stop4896" + offset="1" + style="stop-color:#1d242a;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient4882-4"> + <stop + id="stop4884-9" + offset="0" + style="stop-color:#728495;stop-opacity:1;" /> + <stop + id="stop4886-9" + offset="1" + style="stop-color:#617c95;stop-opacity:0;" /> + </linearGradient> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#f0f1f2" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="22.627418" + inkscape:cx="7.779207" + inkscape:cy="10.966175" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="1280" + inkscape:window-height="747" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:window-maximized="1" + inkscape:snap-bbox="true" + inkscape:snap-global="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="grid4314" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + <sodipodi:guide + orientation="1,0" + position="12,12" + id="guide4316" /> + <sodipodi:guide + orientation="0,1" + position="12,12" + id="guide4318" /> + </sodipodi:namedview> + <metadata + id="metadata4311"> + <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,-1028.3622)"> + <g + transform="matrix(0.01265625,0,0,-0.01265625,4.9280403,1046.8821)" + id="titlebutton-close-hover" + inkscape:label="#g3339"> + <path + inkscape:connector-curvature="0" + d="m 558.77708,-37.935271 c 305.45607,0 553.08142,247.625871 553.08142,553.085831 0,305.46125 -247.62535,553.08674 -553.08142,553.08674 -305.46513,0 -553.0913269,-247.62549 -553.0913269,-553.08674 0,-305.45996 247.6261969,-553.085831 553.0913269,-553.085831" + style="fill:#d52735;fill-opacity:1;fill-rule:evenodd;stroke:none" + id="path4094" /> + <g + transform="matrix(1.0680345,0,0,1.0680345,0.41786301,-41.900484)" + id="g4144"> + <path + id="path4096" + style="fill:#f25056;fill-opacity:1;fill-rule:evenodd;stroke:none" + d="m 522.79173,40.6992 c 265.56911,0 480.85987,215.29542 480.85987,480.86946 0,265.57526 -215.29076,480.86604 -480.85987,480.86604 -265.57896,0 -480.86983,-215.29078 -480.86983,-480.86604 0,-265.57404 215.29087,-480.86946 480.86983,-480.86946" + inkscape:connector-curvature="0" /> + <path + style="fill:#9f1d2b;fill-opacity:1;fill-rule:evenodd;stroke:none" + d="m 306.28404,782.14979 c -11.06764,0 -22.15209,-4.31529 -30.55026,-12.71345 l -0.75901,-0.75902 c -16.79758,-16.79634 -16.79758,-44.30417 0,-61.10052 L 460.93287,521.6187 274.97477,335.47086 c -16.79266,-16.79145 -16.79266,-44.11445 0,-60.91075 l 0.75901,-0.94881 c 16.79142,-16.7963 44.30418,-16.7963 61.10051,0 L 522.7924,459.56941 708.7505,273.6113 c 16.79265,-16.7963 44.30417,-16.7963 61.10052,0 l 0.75901,0.94881 c 16.79142,16.79144 16.79142,44.1193 0,60.91075 l -185.9581,186.14784 185.9581,185.9581 c 16.79142,16.79635 16.79635,44.3091 0,61.10052 l -0.75901,0.75902 c -16.80126,16.79142 -44.30787,16.79142 -61.10052,0 L 522.7924,583.47823 336.83429,769.43634 c -8.39817,8.39816 -19.48262,12.71345 -30.55025,12.71345 z" + id="path4098" + inkscape:connector-curvature="0" /> + </g> + </g> + </g> +</svg> diff --git a/.themes/arc-gruvbox/unity/window-buttons/close_pressed.svg b/.themes/arc-gruvbox/unity/window-buttons/close_pressed.svg new file mode 100644 index 00000000..501faed8 --- /dev/null +++ b/.themes/arc-gruvbox/unity/window-buttons/close_pressed.svg @@ -0,0 +1,161 @@ +<?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="24" + height="24" + id="svg4306" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="close_pressed.svg" + style="enable-background:new"> + <defs + id="defs4308"> + <linearGradient + id="linearGradient3770"> + <stop + style="stop-color:#000000;stop-opacity:0.62827224;" + offset="0" + id="stop3772" /> + <stop + style="stop-color:#000000;stop-opacity:0.49803922;" + offset="1" + id="stop3774" /> + </linearGradient> + <linearGradient + id="linearGradient4882"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4884" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop4886" /> + </linearGradient> + <linearGradient + id="linearGradient3784-6"> + <stop + style="stop-color:#ffffff;stop-opacity:0.21568628;" + offset="0" + id="stop3786-4" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop3788-6" /> + </linearGradient> + <linearGradient + id="linearGradient4892"> + <stop + id="stop4894" + offset="0" + style="stop-color:#2f3a42;stop-opacity:1;" /> + <stop + id="stop4896" + offset="1" + style="stop-color:#1d242a;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient4882-4"> + <stop + id="stop4884-9" + offset="0" + style="stop-color:#728495;stop-opacity:1;" /> + <stop + id="stop4886-9" + offset="1" + style="stop-color:#617c95;stop-opacity:0;" /> + </linearGradient> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#f0f1f2" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="32.6875" + inkscape:cx="12" + inkscape:cy="12.000017" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="1280" + inkscape:window-height="747" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:window-maximized="1" + inkscape:snap-bbox="true" + inkscape:snap-global="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="grid4314" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + <sodipodi:guide + orientation="1,0" + position="12,12" + id="guide4316" /> + <sodipodi:guide + orientation="0,1" + position="12,12" + id="guide4318" /> + </sodipodi:namedview> + <metadata + id="metadata4311"> + <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,-1028.3622)"> + <g + transform="matrix(0.01265625,0,0,-0.01265625,4.9280403,1046.8821)" + id="titlebutton-close-active" + inkscape:label="#g3339"> + <path + inkscape:connector-curvature="0" + d="m 558.77708,-37.935271 c 305.45607,0 553.08142,247.625871 553.08142,553.085831 0,305.46125 -247.62535,553.08674 -553.08142,553.08674 -305.46513,0 -553.0913269,-247.62549 -553.0913269,-553.08674 0,-305.45996 247.6261969,-553.085831 553.0913269,-553.085831" + style="fill:#d52735;fill-opacity:1;fill-rule:evenodd;stroke:none" + id="path4094" /> + <g + transform="matrix(1.0680345,0,0,1.0680345,0.41786301,-41.900484)" + id="g4144"> + <path + id="path4096" + style="fill:#f25056;fill-opacity:1;fill-rule:evenodd;stroke:none" + d="m 522.79173,40.6992 c 265.56911,0 480.85987,215.29542 480.85987,480.86946 0,265.57526 -215.29076,480.86604 -480.85987,480.86604 -265.57896,0 -480.86983,-215.29078 -480.86983,-480.86604 0,-265.57404 215.29087,-480.86946 480.86983,-480.86946" + inkscape:connector-curvature="0" /> + <path + style="fill:#9f1d2b;fill-opacity:1;fill-rule:evenodd;stroke:none" + d="m 306.28404,782.14979 c -11.06764,0 -22.15209,-4.31529 -30.55026,-12.71345 l -0.75901,-0.75902 c -16.79758,-16.79634 -16.79758,-44.30417 0,-61.10052 L 460.93287,521.6187 274.97477,335.47086 c -16.79266,-16.79145 -16.79266,-44.11445 0,-60.91075 l 0.75901,-0.94881 c 16.79142,-16.7963 44.30418,-16.7963 61.10051,0 L 522.7924,459.56941 708.7505,273.6113 c 16.79265,-16.7963 44.30417,-16.7963 61.10052,0 l 0.75901,0.94881 c 16.79142,16.79144 16.79142,44.1193 0,60.91075 l -185.9581,186.14784 185.9581,185.9581 c 16.79142,16.79635 16.79635,44.3091 0,61.10052 l -0.75901,0.75902 c -16.80126,16.79142 -44.30787,16.79142 -61.10052,0 L 522.7924,583.47823 336.83429,769.43634 c -8.39817,8.39816 -19.48262,12.71345 -30.55025,12.71345 z" + id="path4098" + inkscape:connector-curvature="0" /> + </g> + </g> + </g> +</svg> diff --git a/.themes/arc-gruvbox/unity/window-buttons/close_unfocused.svg b/.themes/arc-gruvbox/unity/window-buttons/close_unfocused.svg new file mode 100644 index 00000000..89ded737 --- /dev/null +++ b/.themes/arc-gruvbox/unity/window-buttons/close_unfocused.svg @@ -0,0 +1,151 @@ +<?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="24" + height="24" + id="svg4306" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="close_unfocused.svg" + style="enable-background:new"> + <defs + id="defs4308"> + <linearGradient + id="linearGradient3770"> + <stop + style="stop-color:#000000;stop-opacity:0.62827224;" + offset="0" + id="stop3772" /> + <stop + style="stop-color:#000000;stop-opacity:0.49803922;" + offset="1" + id="stop3774" /> + </linearGradient> + <linearGradient + id="linearGradient4882"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4884" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop4886" /> + </linearGradient> + <linearGradient + id="linearGradient3784-6"> + <stop + style="stop-color:#ffffff;stop-opacity:0.21568628;" + offset="0" + id="stop3786-4" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop3788-6" /> + </linearGradient> + <linearGradient + id="linearGradient4892"> + <stop + id="stop4894" + offset="0" + style="stop-color:#2f3a42;stop-opacity:1;" /> + <stop + id="stop4896" + offset="1" + style="stop-color:#1d242a;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient4882-4"> + <stop + id="stop4884-9" + offset="0" + style="stop-color:#728495;stop-opacity:1;" /> + <stop + id="stop4886-9" + offset="1" + style="stop-color:#617c95;stop-opacity:0;" /> + </linearGradient> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#f0f1f2" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="16.000001" + inkscape:cx="-1.2204464" + inkscape:cy="10.966175" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="1280" + inkscape:window-height="747" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:window-maximized="1" + inkscape:snap-bbox="true" + inkscape:snap-global="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="grid4314" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + <sodipodi:guide + orientation="1,0" + position="12,12" + id="guide4316" /> + <sodipodi:guide + orientation="0,1" + position="11,12" + id="guide4318" /> + </sodipodi:namedview> + <metadata + id="metadata4311"> + <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,-1028.3622)"> + <g + transform="matrix(0.01265625,0,0,-0.01265625,5.2298696,1046.7295)" + id="g3340"> + <path + inkscape:connector-curvature="0" + d="m 556.52327,-28.387679 c 293.53206,0 531.48703,237.950789 531.48703,531.486569 0,293.52709 -237.95497,531.48201 -531.48703,531.48201 -293.53081,0 -531.486296,-237.95492 -531.486296,-531.48201 0,-293.53578 237.955486,-531.486569 531.486296,-531.486569" + style="fill:#4d4d4d;fill-opacity:1;fill-rule:evenodd;stroke:none" + id="path4199" /> + <path + inkscape:connector-curvature="0" + d="m 556.52327,16.813632 c 268.56611,0 486.28523,217.715428 486.28523,486.285258 0,268.5599 -217.71912,486.28022 -486.28523,486.28022 -268.56486,0 -486.285011,-217.72032 -486.285011,-486.28022 0,-268.56983 217.720151,-486.285258 486.285011,-486.285258" + style="fill:#666666;fill-opacity:1;fill-rule:evenodd;stroke:none" + id="path4201" /> + </g> + </g> +</svg> diff --git a/.themes/arc-gruvbox/unity/window-buttons/maximize.svg b/.themes/arc-gruvbox/unity/window-buttons/maximize.svg new file mode 100644 index 00000000..9634610f --- /dev/null +++ b/.themes/arc-gruvbox/unity/window-buttons/maximize.svg @@ -0,0 +1,151 @@ +<?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="24" + height="24" + id="svg4306" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="maximize.svg" + style="enable-background:new"> + <defs + id="defs4308"> + <linearGradient + id="linearGradient3770"> + <stop + style="stop-color:#000000;stop-opacity:0.62827224;" + offset="0" + id="stop3772" /> + <stop + style="stop-color:#000000;stop-opacity:0.49803922;" + offset="1" + id="stop3774" /> + </linearGradient> + <linearGradient + id="linearGradient4882"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4884" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop4886" /> + </linearGradient> + <linearGradient + id="linearGradient3784-6"> + <stop + style="stop-color:#ffffff;stop-opacity:0.21568628;" + offset="0" + id="stop3786-4" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop3788-6" /> + </linearGradient> + <linearGradient + id="linearGradient4892"> + <stop + id="stop4894" + offset="0" + style="stop-color:#2f3a42;stop-opacity:1;" /> + <stop + id="stop4896" + offset="1" + style="stop-color:#1d242a;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient4882-4"> + <stop + id="stop4884-9" + offset="0" + style="stop-color:#728495;stop-opacity:1;" /> + <stop + id="stop4886-9" + offset="1" + style="stop-color:#617c95;stop-opacity:0;" /> + </linearGradient> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#f0f1f2" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="16" + inkscape:cx="12.118938" + inkscape:cy="11.638414" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="1280" + inkscape:window-height="747" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:window-maximized="1" + inkscape:snap-bbox="true" + inkscape:snap-global="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="grid4314" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + <sodipodi:guide + orientation="1,0" + position="12,12" + id="guide4316" /> + <sodipodi:guide + orientation="0,1" + position="12,12" + id="guide4318" /> + </sodipodi:namedview> + <metadata + id="metadata4311"> + <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,-1028.3622)"> + <g + transform="matrix(0.01265625,0,0,-0.01265625,4.8773707,1046.8806)" + id="g3339"> + <path + inkscape:connector-curvature="0" + d="m 562.7806,-38.053372 c 305.45604,0 553.0815,247.625852 553.0815,553.085772 0,305.46122 -247.62546,553.0867 -553.0815,553.0867 -305.4651,0 -553.0913989,-247.62548 -553.0913989,-553.0867 0,-305.45992 247.6262989,-553.085772 553.0913989,-553.085772" + style="fill:#13c11e;fill-opacity:1;fill-rule:evenodd;stroke:none" + id="path4289" /> + <path + inkscape:connector-curvature="0" + d="m 562.77841,1.4521975 c 283.64075,0 513.57749,229.9417425 513.57749,513.5824825 0,283.64206 -229.93674,513.57882 -513.57749,513.57882 -283.646,0 -513.583014,-229.93676 -513.583014,-513.57882 0,-283.64074 229.937014,-513.5824825 513.583014,-513.5824825" + style="fill:#39ea49;fill-opacity:1;fill-rule:evenodd;stroke:none" + id="path4291" /> + </g> + </g> +</svg> diff --git a/.themes/arc-gruvbox/unity/window-buttons/maximize_prelight.svg b/.themes/arc-gruvbox/unity/window-buttons/maximize_prelight.svg new file mode 100644 index 00000000..5bdfe451 --- /dev/null +++ b/.themes/arc-gruvbox/unity/window-buttons/maximize_prelight.svg @@ -0,0 +1,161 @@ +<?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="24" + height="24" + id="svg4306" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="maximize_prelight.svg" + style="enable-background:new"> + <defs + id="defs4308"> + <linearGradient + id="linearGradient3770"> + <stop + style="stop-color:#000000;stop-opacity:0.62827224;" + offset="0" + id="stop3772" /> + <stop + style="stop-color:#000000;stop-opacity:0.49803922;" + offset="1" + id="stop3774" /> + </linearGradient> + <linearGradient + id="linearGradient4882"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4884" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop4886" /> + </linearGradient> + <linearGradient + id="linearGradient3784-6"> + <stop + style="stop-color:#ffffff;stop-opacity:0.21568628;" + offset="0" + id="stop3786-4" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop3788-6" /> + </linearGradient> + <linearGradient + id="linearGradient4892"> + <stop + id="stop4894" + offset="0" + style="stop-color:#2f3a42;stop-opacity:1;" /> + <stop + id="stop4896" + offset="1" + style="stop-color:#1d242a;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient4882-4"> + <stop + id="stop4884-9" + offset="0" + style="stop-color:#728495;stop-opacity:1;" /> + <stop + id="stop4886-9" + offset="1" + style="stop-color:#617c95;stop-opacity:0;" /> + </linearGradient> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#f0f1f2" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="21.791667" + inkscape:cx="12" + inkscape:cy="12" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="1280" + inkscape:window-height="747" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:window-maximized="1" + inkscape:snap-bbox="true" + inkscape:snap-global="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="grid4314" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + <sodipodi:guide + orientation="1,0" + position="12,12" + id="guide4316" /> + <sodipodi:guide + orientation="0,1" + position="12,12" + id="guide4318" /> + </sodipodi:namedview> + <metadata + id="metadata4311"> + <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,-1028.3622)"> + <g + style="enable-background:new" + transform="matrix(0.01265625,0,0,-0.01265625,4.9280399,1046.8821)" + id="g3339"> + <path + inkscape:connector-curvature="0" + d="m 558.7771,-37.935173 c 305.45604,0 553.0815,247.625853 553.0815,553.085763 0,305.46122 -247.62546,553.08661 -553.0815,553.08661 -305.46509,0 -553.091393,-247.62539 -553.091393,-553.08661 0,-305.45991 247.626303,-553.085763 553.091393,-553.085763" + style="fill:#13c11e;fill-opacity:1;fill-rule:evenodd;stroke:none" + id="path4289" /> + <g + transform="matrix(1.3132489,0,0,1.3132489,-9.8625362,-52.033006)" + id="g4147"> + <path + id="path4291" + style="fill:#39ea49;fill-opacity:1;fill-rule:evenodd;stroke:none" + d="m 433.00051,40.81737 c 215.984,0 391.074,175.0938 391.074,391.0778 0,215.985 -175.09,391.075 -391.074,391.075 -215.988,0 -391.078202,-175.09 -391.078202,-391.075 0,-215.984 175.090202,-391.0778 391.078202,-391.0778" + inkscape:connector-curvature="0" /> + <path + id="path4293" + style="fill:#0b7407;fill-opacity:1;fill-rule:evenodd;stroke:none" + d="m 317.36351,650.00117 267.199,0 c 35.579,0 64.692,-29.113 64.692,-64.695 l 0,-267.196 -331.891,331.891 z m 232.324,-436.211 -268.253,0 c -35.583,0 -64.692,29.109 -64.692,64.691 l 0,268.254 332.945,-332.945" + inkscape:connector-curvature="0" /> + </g> + </g> + </g> +</svg> diff --git a/.themes/arc-gruvbox/unity/window-buttons/maximize_pressed.svg b/.themes/arc-gruvbox/unity/window-buttons/maximize_pressed.svg new file mode 100644 index 00000000..79330180 --- /dev/null +++ b/.themes/arc-gruvbox/unity/window-buttons/maximize_pressed.svg @@ -0,0 +1,160 @@ +<?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="24" + height="24" + id="svg4306" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="maximize_focused_pressed.svg" + style="enable-background:new"> + <defs + id="defs4308"> + <linearGradient + id="linearGradient3770"> + <stop + style="stop-color:#000000;stop-opacity:0.62827224;" + offset="0" + id="stop3772" /> + <stop + style="stop-color:#000000;stop-opacity:0.49803922;" + offset="1" + id="stop3774" /> + </linearGradient> + <linearGradient + id="linearGradient4882"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4884" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop4886" /> + </linearGradient> + <linearGradient + id="linearGradient3784-6"> + <stop + style="stop-color:#ffffff;stop-opacity:0.21568628;" + offset="0" + id="stop3786-4" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop3788-6" /> + </linearGradient> + <linearGradient + id="linearGradient4892"> + <stop + id="stop4894" + offset="0" + style="stop-color:#2f3a42;stop-opacity:1;" /> + <stop + id="stop4896" + offset="1" + style="stop-color:#1d242a;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient4882-4"> + <stop + id="stop4884-9" + offset="0" + style="stop-color:#728495;stop-opacity:1;" /> + <stop + id="stop4886-9" + offset="1" + style="stop-color:#617c95;stop-opacity:0;" /> + </linearGradient> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#f0f1f2" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="22.627417" + inkscape:cx="12.370125" + inkscape:cy="9.143891" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="1280" + inkscape:window-height="747" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:window-maximized="1" + inkscape:snap-bbox="true" + inkscape:snap-global="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="grid4314" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + <sodipodi:guide + orientation="1,0" + position="12,12" + id="guide4316" /> + <sodipodi:guide + orientation="0,1" + position="12,12" + id="guide4318" /> + </sodipodi:namedview> + <metadata + id="metadata4311"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Ebene 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1028.3622)"> + <g + transform="matrix(0.01265625,0,0,-0.01265625,4.9280396,1046.8821)" + id="g3339"> + <path + inkscape:connector-curvature="0" + d="m 558.7771,-37.935173 c 305.45604,0 553.0815,247.625853 553.0815,553.085763 0,305.46122 -247.62546,553.08661 -553.0815,553.08661 -305.46509,0 -553.091393,-247.62539 -553.091393,-553.08661 0,-305.45991 247.626303,-553.085763 553.091393,-553.085763" + style="fill:#13c11e;fill-opacity:1;fill-rule:evenodd;stroke:none" + id="path4289" /> + <g + transform="matrix(1.3132489,0,0,1.3132489,-9.8625362,-52.033006)" + id="g4147"> + <path + id="path4291" + style="fill:#39ea49;fill-opacity:1;fill-rule:evenodd;stroke:none" + d="m 433.00051,40.81737 c 215.984,0 391.074,175.0938 391.074,391.0778 0,215.985 -175.09,391.075 -391.074,391.075 -215.988,0 -391.078202,-175.09 -391.078202,-391.075 0,-215.984 175.090202,-391.0778 391.078202,-391.0778" + inkscape:connector-curvature="0" /> + <path + id="path4293" + style="fill:#0b7407;fill-opacity:1;fill-rule:evenodd;stroke:none" + d="m 317.36351,650.00117 267.199,0 c 35.579,0 64.692,-29.113 64.692,-64.695 l 0,-267.196 -331.891,331.891 z m 232.324,-436.211 -268.253,0 c -35.583,0 -64.692,29.109 -64.692,64.691 l 0,268.254 332.945,-332.945" + inkscape:connector-curvature="0" /> + </g> + </g> + </g> +</svg> diff --git a/.themes/arc-gruvbox/unity/window-buttons/maximize_unfocused.svg b/.themes/arc-gruvbox/unity/window-buttons/maximize_unfocused.svg new file mode 100644 index 00000000..78b184c7 --- /dev/null +++ b/.themes/arc-gruvbox/unity/window-buttons/maximize_unfocused.svg @@ -0,0 +1,151 @@ +<?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="24" + height="24" + id="svg4306" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="maximize_unfocused.svg" + style="enable-background:new"> + <defs + id="defs4308"> + <linearGradient + id="linearGradient3770"> + <stop + style="stop-color:#000000;stop-opacity:0.62827224;" + offset="0" + id="stop3772" /> + <stop + style="stop-color:#000000;stop-opacity:0.49803922;" + offset="1" + id="stop3774" /> + </linearGradient> + <linearGradient + id="linearGradient4882"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4884" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop4886" /> + </linearGradient> + <linearGradient + id="linearGradient3784-6"> + <stop + style="stop-color:#ffffff;stop-opacity:0.21568628;" + offset="0" + id="stop3786-4" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop3788-6" /> + </linearGradient> + <linearGradient + id="linearGradient4892"> + <stop + id="stop4894" + offset="0" + style="stop-color:#2f3a42;stop-opacity:1;" /> + <stop + id="stop4896" + offset="1" + style="stop-color:#1d242a;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient4882-4"> + <stop + id="stop4884-9" + offset="0" + style="stop-color:#728495;stop-opacity:1;" /> + <stop + id="stop4886-9" + offset="1" + style="stop-color:#617c95;stop-opacity:0;" /> + </linearGradient> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#f0f1f2" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="21.791667" + inkscape:cx="3.9005737" + inkscape:cy="12" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="1280" + inkscape:window-height="747" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:window-maximized="1" + inkscape:snap-bbox="true" + inkscape:snap-global="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="grid4314" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + <sodipodi:guide + orientation="1,0" + position="12,12" + id="guide4316" /> + <sodipodi:guide + orientation="0,1" + position="12,12" + id="guide4318" /> + </sodipodi:namedview> + <metadata + id="metadata4311"> + <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,-1028.3622)"> + <g + transform="matrix(0.01265625,0,0,-0.01265625,5.2298696,1046.7295)" + id="g3340"> + <path + inkscape:connector-curvature="0" + d="m 556.52327,-28.387679 c 293.53206,0 531.48703,237.950789 531.48703,531.486569 0,293.52709 -237.95497,531.48201 -531.48703,531.48201 -293.53081,0 -531.486296,-237.95492 -531.486296,-531.48201 0,-293.53578 237.955486,-531.486569 531.486296,-531.486569" + style="fill:#4d4d4d;fill-opacity:1;fill-rule:evenodd;stroke:none" + id="path4199" /> + <path + inkscape:connector-curvature="0" + d="m 556.52327,16.813632 c 268.56611,0 486.28523,217.715428 486.28523,486.285258 0,268.5599 -217.71912,486.28022 -486.28523,486.28022 -268.56486,0 -486.285011,-217.72032 -486.285011,-486.28022 0,-268.56983 217.720151,-486.285258 486.285011,-486.285258" + style="fill:#666666;fill-opacity:1;fill-rule:evenodd;stroke:none" + id="path4201" /> + </g> + </g> +</svg> diff --git a/.themes/arc-gruvbox/unity/window-buttons/minimize.svg b/.themes/arc-gruvbox/unity/window-buttons/minimize.svg new file mode 100644 index 00000000..7760eee0 --- /dev/null +++ b/.themes/arc-gruvbox/unity/window-buttons/minimize.svg @@ -0,0 +1,151 @@ +<?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="24" + height="24" + id="svg4306" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="minimize.svg" + style="enable-background:new"> + <defs + id="defs4308"> + <linearGradient + id="linearGradient3770"> + <stop + style="stop-color:#000000;stop-opacity:0.62827224;" + offset="0" + id="stop3772" /> + <stop + style="stop-color:#000000;stop-opacity:0.49803922;" + offset="1" + id="stop3774" /> + </linearGradient> + <linearGradient + id="linearGradient4882"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4884" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop4886" /> + </linearGradient> + <linearGradient + id="linearGradient3784-6"> + <stop + style="stop-color:#ffffff;stop-opacity:0.21568628;" + offset="0" + id="stop3786-4" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop3788-6" /> + </linearGradient> + <linearGradient + id="linearGradient4892"> + <stop + id="stop4894" + offset="0" + style="stop-color:#2f3a42;stop-opacity:1;" /> + <stop + id="stop4896" + offset="1" + style="stop-color:#1d242a;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient4882-4"> + <stop + id="stop4884-9" + offset="0" + style="stop-color:#728495;stop-opacity:1;" /> + <stop + id="stop4886-9" + offset="1" + style="stop-color:#617c95;stop-opacity:0;" /> + </linearGradient> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#f0f1f2" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="21.791667" + inkscape:cx="12" + inkscape:cy="12" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="1280" + inkscape:window-height="747" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:window-maximized="1" + inkscape:snap-bbox="true" + inkscape:snap-global="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="grid4314" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + <sodipodi:guide + orientation="1,0" + position="12,12" + id="guide4316" /> + <sodipodi:guide + orientation="0,1" + position="12,12" + id="guide4318" /> + </sodipodi:namedview> + <metadata + id="metadata4311"> + <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,-1028.3622)"> + <g + transform="matrix(0.01265625,0,0,-0.01265625,4.9297844,1046.855)" + id="g3341"> + <path + inkscape:connector-curvature="0" + d="m 558.63645,-40.071141 c 305.46261,0 553.08915,247.626261 553.08915,553.088871 0,305.45744 -247.62654,553.08397 -553.08915,553.08397 -305.46132,0 -553.0885503,-247.62653 -553.0885503,-553.08397 0,-305.46261 247.6272303,-553.088871 553.0885503,-553.088871" + style="fill:#da9e10;fill-opacity:1;fill-rule:evenodd;stroke:none" + id="path4417" /> + <path + inkscape:connector-curvature="0" + d="m 558.63936,-0.56504285 c 283.64212,0 513.57764,229.93706285 513.57764,513.58312285 0,283.64081 -229.93552,513.57752 -513.57764,513.57752 -283.64081,0 -513.582854,-229.93671 -513.582854,-513.57752 0,-283.64606 229.942044,-513.58312285 513.582854,-513.58312285" + style="fill:#fac536;fill-opacity:1;fill-rule:evenodd;stroke:none" + id="path4419" /> + </g> + </g> +</svg> diff --git a/.themes/arc-gruvbox/unity/window-buttons/minimize_prelight.svg b/.themes/arc-gruvbox/unity/window-buttons/minimize_prelight.svg new file mode 100644 index 00000000..f8868258 --- /dev/null +++ b/.themes/arc-gruvbox/unity/window-buttons/minimize_prelight.svg @@ -0,0 +1,165 @@ +<?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="24" + height="24" + id="svg4306" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="minimize_prelight.svg" + style="enable-background:new"> + <defs + id="defs4308"> + <linearGradient + id="linearGradient3770"> + <stop + style="stop-color:#000000;stop-opacity:0.62827224;" + offset="0" + id="stop3772" /> + <stop + style="stop-color:#000000;stop-opacity:0.49803922;" + offset="1" + id="stop3774" /> + </linearGradient> + <linearGradient + id="linearGradient4882"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4884" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop4886" /> + </linearGradient> + <linearGradient + id="linearGradient3784-6"> + <stop + style="stop-color:#ffffff;stop-opacity:0.21568628;" + offset="0" + id="stop3786-4" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop3788-6" /> + </linearGradient> + <linearGradient + id="linearGradient4892"> + <stop + id="stop4894" + offset="0" + style="stop-color:#2f3a42;stop-opacity:1;" /> + <stop + id="stop4896" + offset="1" + style="stop-color:#1d242a;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient4882-4"> + <stop + id="stop4884-9" + offset="0" + style="stop-color:#728495;stop-opacity:1;" /> + <stop + id="stop4886-9" + offset="1" + style="stop-color:#617c95;stop-opacity:0;" /> + </linearGradient> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#f0f1f2" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="21.791667" + inkscape:cx="12" + inkscape:cy="12" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="1280" + inkscape:window-height="747" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:window-maximized="1" + inkscape:snap-bbox="true" + inkscape:snap-global="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="grid4314" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + <sodipodi:guide + orientation="1,0" + position="12,12" + id="guide4316" /> + <sodipodi:guide + orientation="0,1" + position="12,12" + id="guide4318" /> + </sodipodi:namedview> + <metadata + id="metadata4311"> + <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,-1028.3622)"> + <g + transform="matrix(0.01265625,0,0,-0.01265625,4.9280399,1046.8821)" + id="g3340"> + <g + id="g4285" + inkscape:label="ink_ext_XXXXXX" + transform="matrix(9.9999999,0,0,9.9999999,-4.0034923,0.11816995)"> + <path + id="path4417" + style="fill:#da9e10;fill-opacity:1;fill-rule:evenodd;stroke:none" + d="m 56.277533,-3.8051186 c 30.546127,0 55.308677,24.7625166 55.308677,55.3086436 0,30.54561 -24.76255,55.308165 -55.308677,55.308165 -30.545998,0 -55.30861206,-24.762555 -55.30861206,-55.308165 0,-30.546127 24.76261406,-55.3086436 55.30861206,-55.3086436" + inkscape:connector-curvature="0" /> + <g + transform="matrix(1.0148899,0,0,1.0148899,-0.8432698,-5.0312058)" + id="g4152"> + <path + inkscape:connector-curvature="0" + d="m 56.283048,5.1005059 c 27.94807,0 50.604272,22.6563571 50.604272,50.6048151 0,27.947941 -22.656202,50.604269 -50.604272,50.604269 -27.947941,0 -50.6047894,-22.656328 -50.6047894,-50.604269 0,-27.948458 22.6568484,-50.6048151 50.6047894,-50.6048151" + style="fill:#fac536;fill-opacity:1;fill-rule:evenodd;stroke:none" + id="path4419" /> + <path + inkscape:connector-curvature="0" + d="m 23.994703,60.30905 64.576819,0 c 2.499455,0 4.544076,-2.044103 4.544076,-4.544076 l 0,-0.119823 c 0,-2.499973 -2.044621,-4.544077 -4.544076,-4.544077 l -64.576819,0 c -2.499585,0 -4.544076,2.044104 -4.544076,4.544077 l 0,0.119823 c 0,2.499973 2.044491,4.544076 4.544076,4.544076" + style="fill:#975914;fill-opacity:1;fill-rule:evenodd;stroke:none" + id="path4421" /> + </g> + </g> + </g> + </g> +</svg> diff --git a/.themes/arc-gruvbox/unity/window-buttons/minimize_pressed.svg b/.themes/arc-gruvbox/unity/window-buttons/minimize_pressed.svg new file mode 100644 index 00000000..8b4547bc --- /dev/null +++ b/.themes/arc-gruvbox/unity/window-buttons/minimize_pressed.svg @@ -0,0 +1,165 @@ +<?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="24" + height="24" + id="svg4306" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="minimize_pressed.svg" + style="enable-background:new"> + <defs + id="defs4308"> + <linearGradient + id="linearGradient3770"> + <stop + style="stop-color:#000000;stop-opacity:0.62827224;" + offset="0" + id="stop3772" /> + <stop + style="stop-color:#000000;stop-opacity:0.49803922;" + offset="1" + id="stop3774" /> + </linearGradient> + <linearGradient + id="linearGradient4882"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4884" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop4886" /> + </linearGradient> + <linearGradient + id="linearGradient3784-6"> + <stop + style="stop-color:#ffffff;stop-opacity:0.21568628;" + offset="0" + id="stop3786-4" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop3788-6" /> + </linearGradient> + <linearGradient + id="linearGradient4892"> + <stop + id="stop4894" + offset="0" + style="stop-color:#2f3a42;stop-opacity:1;" /> + <stop + id="stop4896" + offset="1" + style="stop-color:#1d242a;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient4882-4"> + <stop + id="stop4884-9" + offset="0" + style="stop-color:#728495;stop-opacity:1;" /> + <stop + id="stop4886-9" + offset="1" + style="stop-color:#617c95;stop-opacity:0;" /> + </linearGradient> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#f0f1f2" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="21.791667" + inkscape:cx="12" + inkscape:cy="12" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="1280" + inkscape:window-height="747" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:window-maximized="1" + inkscape:snap-bbox="true" + inkscape:snap-global="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="grid4314" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + <sodipodi:guide + orientation="1,0" + position="12,12" + id="guide4316" /> + <sodipodi:guide + orientation="0,1" + position="12,12" + id="guide4318" /> + </sodipodi:namedview> + <metadata + id="metadata4311"> + <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,-1028.3622)"> + <g + transform="matrix(0.01265625,0,0,-0.01265625,4.9280396,1046.8821)" + id="g3340"> + <g + id="g4285" + inkscape:label="ink_ext_XXXXXX" + transform="matrix(9.9999999,0,0,9.9999999,-4.0034923,0.11816995)"> + <path + id="path4417" + style="fill:#da9e10;fill-opacity:1;fill-rule:evenodd;stroke:none" + d="m 56.277533,-3.8051186 c 30.546127,0 55.308677,24.7625166 55.308677,55.3086436 0,30.54561 -24.76255,55.308165 -55.308677,55.308165 -30.545998,0 -55.30861206,-24.762555 -55.30861206,-55.308165 0,-30.546127 24.76261406,-55.3086436 55.30861206,-55.3086436" + inkscape:connector-curvature="0" /> + <g + transform="matrix(1.0148899,0,0,1.0148899,-0.8432698,-5.0312058)" + id="g4152"> + <path + inkscape:connector-curvature="0" + d="m 56.283048,5.1005059 c 27.94807,0 50.604272,22.6563571 50.604272,50.6048151 0,27.947941 -22.656202,50.604269 -50.604272,50.604269 -27.947941,0 -50.6047894,-22.656328 -50.6047894,-50.604269 0,-27.948458 22.6568484,-50.6048151 50.6047894,-50.6048151" + style="fill:#fac536;fill-opacity:1;fill-rule:evenodd;stroke:none" + id="path4419" /> + <path + inkscape:connector-curvature="0" + d="m 23.994703,60.30905 64.576819,0 c 2.499455,0 4.544076,-2.044103 4.544076,-4.544076 l 0,-0.119823 c 0,-2.499973 -2.044621,-4.544077 -4.544076,-4.544077 l -64.576819,0 c -2.499585,0 -4.544076,2.044104 -4.544076,4.544077 l 0,0.119823 c 0,2.499973 2.044491,4.544076 4.544076,4.544076" + style="fill:#975914;fill-opacity:1;fill-rule:evenodd;stroke:none" + id="path4421" /> + </g> + </g> + </g> + </g> +</svg> diff --git a/.themes/arc-gruvbox/unity/window-buttons/minimize_unfocused.svg b/.themes/arc-gruvbox/unity/window-buttons/minimize_unfocused.svg new file mode 100644 index 00000000..8babaca5 --- /dev/null +++ b/.themes/arc-gruvbox/unity/window-buttons/minimize_unfocused.svg @@ -0,0 +1,151 @@ +<?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="24" + height="24" + id="svg4306" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="minimize_unfocused.svg" + style="enable-background:new"> + <defs + id="defs4308"> + <linearGradient + id="linearGradient3770"> + <stop + style="stop-color:#000000;stop-opacity:0.62827224;" + offset="0" + id="stop3772" /> + <stop + style="stop-color:#000000;stop-opacity:0.49803922;" + offset="1" + id="stop3774" /> + </linearGradient> + <linearGradient + id="linearGradient4882"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4884" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop4886" /> + </linearGradient> + <linearGradient + id="linearGradient3784-6"> + <stop + style="stop-color:#ffffff;stop-opacity:0.21568628;" + offset="0" + id="stop3786-4" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop3788-6" /> + </linearGradient> + <linearGradient + id="linearGradient4892"> + <stop + id="stop4894" + offset="0" + style="stop-color:#2f3a42;stop-opacity:1;" /> + <stop + id="stop4896" + offset="1" + style="stop-color:#1d242a;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient4882-4"> + <stop + id="stop4884-9" + offset="0" + style="stop-color:#728495;stop-opacity:1;" /> + <stop + id="stop4886-9" + offset="1" + style="stop-color:#617c95;stop-opacity:0;" /> + </linearGradient> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#f0f1f2" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="21.791667" + inkscape:cx="3.9005737" + inkscape:cy="12" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="1280" + inkscape:window-height="747" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:window-maximized="1" + inkscape:snap-bbox="true" + inkscape:snap-global="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="grid4314" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + <sodipodi:guide + orientation="1,0" + position="12,12" + id="guide4316" /> + <sodipodi:guide + orientation="0,1" + position="12,12" + id="guide4318" /> + </sodipodi:namedview> + <metadata + id="metadata4311"> + <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,-1028.3622)"> + <g + transform="matrix(0.01265625,0,0,-0.01265625,5.2298696,1046.7295)" + id="g3340"> + <path + inkscape:connector-curvature="0" + d="m 556.52327,-28.387679 c 293.53206,0 531.48703,237.950789 531.48703,531.486569 0,293.52709 -237.95497,531.48201 -531.48703,531.48201 -293.53081,0 -531.486296,-237.95492 -531.486296,-531.48201 0,-293.53578 237.955486,-531.486569 531.486296,-531.486569" + style="fill:#4d4d4d;fill-opacity:1;fill-rule:evenodd;stroke:none" + id="path4199" /> + <path + inkscape:connector-curvature="0" + d="m 556.52327,16.813632 c 268.56611,0 486.28523,217.715428 486.28523,486.285258 0,268.5599 -217.71912,486.28022 -486.28523,486.28022 -268.56486,0 -486.285011,-217.72032 -486.285011,-486.28022 0,-268.56983 217.720151,-486.285258 486.285011,-486.285258" + style="fill:#666666;fill-opacity:1;fill-rule:evenodd;stroke:none" + id="path4201" /> + </g> + </g> +</svg> diff --git a/.themes/arc-gruvbox/xfwm4/assets.svg b/.themes/arc-gruvbox/xfwm4/assets.svg new file mode 100644 index 00000000..64234f5a --- /dev/null +++ b/.themes/arc-gruvbox/xfwm4/assets.svg @@ -0,0 +1,1351 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:osb="http://www.openswatchbook.org/uri/2009/osb" + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="224" + height="217" + viewBox="0 0 224 217" + id="svg2" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="assets.svg"> + <defs + id="defs4"> + <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop4421" /> + </linearGradient> + <linearGradient + id="selected_fg_color" + osb:paint="solid"> + <stop + style="stop-color:#ffffffgit;stop-opacity:1;" + offset="0" + id="stop4416" /> + </linearGradient> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="2.8284271" + inkscape:cx="114.53792" + inkscape:cy="146.73338" + inkscape:document-units="px" + inkscape:current-layer="hide-active" + showgrid="false" + units="px" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="false" + inkscape:snap-bbox-midpoints="true" + inkscape:object-paths="true" + inkscape:snap-intersection-paths="false" + inkscape:object-nodes="true" + inkscape:snap-nodes="true" + fit-margin-top="10" + fit-margin-left="10" + fit-margin-right="10" + fit-margin-bottom="10" + inkscape:window-width="1366" + inkscape:window-height="715" + inkscape:window-x="-8" + inkscape:window-y="-8" + inkscape:window-maximized="1"> + <inkscape:grid + type="xygrid" + id="grid4136" + originx="5" + originy="-288" /> + </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(5,-547.36215)"> + <rect + style="opacity:1;fill:#282828;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="menu-active" + width="26" + height="16" + x="5" + y="662.36218" + inkscape:label="#rect4138-3" /> + <use + x="0" + y="0" + xlink:href="#g4206" + id="title-1-active" + transform="matrix(0.17857143,0,0,1,4.1071429,131.99998)" + width="100%" + height="100%" + inkscape:label="#use4212" /> + <g + id="stick-active" + inkscape:label="#g5228"> + <use + height="100%" + width="100%" + transform="matrix(0.64285714,0,0,1,141.78571,-2.2617187e-5)" + id="use4210" + xlink:href="#g4206" + y="0" + x="0" /> + <g + style="fill:#626366;fill-opacity:1" + transform="translate(1.9999997,2.9999886)" + id="g5140"> + <rect + style="opacity:1;fill:#626366;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect5123" + width="2" + height="7.9999776" + x="151" + y="564.36218" /> + <rect + style="opacity:1;fill:#626366;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect5123-1" + width="2" + height="7.9999776" + x="567.36218" + y="-155.99998" + transform="matrix(0,1,-1,0,0,0)" /> + </g> + </g> + <g + id="stick-pressed" + inkscape:label="#g5234"> + <use + height="100%" + width="100%" + transform="translate(23,-7.3828127e-6)" + id="use5113" + xlink:href="#use4210" + y="0" + x="0" /> + <g + style="fill:#fabd2f;fill-opacity:1" + transform="translate(25,2.9999812)" + id="g5140-7"> + <rect + style="opacity:1;fill:#fabd2f;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect5123-7" + width="2" + height="7.9999776" + x="151" + y="564.36218" /> + <rect + style="opacity:1;fill:#fabd2f;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect5123-1-1" + width="2" + height="7.9999776" + x="567.36218" + y="-155.99998" + transform="matrix(0,1,-1,0,0,0)" /> + </g> + </g> + <g + id="stick-inactive" + inkscape:label="#g5240"> + <use + height="100%" + width="100%" + transform="translate(46,-7.3828127e-6)" + id="use5115" + xlink:href="#use4210" + y="0" + x="0" /> + <g + style="fill:#626366;fill-opacity:1" + transform="translate(48,2.9999812)" + id="g5140-1"> + <rect + style="opacity:1;fill:#626366;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect5123-5" + width="2" + height="7.9999776" + x="151" + y="564.36218" /> + <rect + style="opacity:1;fill:#626366;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect5123-1-9" + width="2" + height="7.9999776" + x="567.36218" + y="-155.99998" + transform="matrix(0,1,-1,0,0,0)" /> + </g> + </g> + <g + id="shade-active" + inkscape:label="#g5258"> + <use + height="100%" + width="100%" + transform="translate(-3.4e-7,32.999993)" + id="use5117" + xlink:href="#use4210" + y="0" + x="0" /> + <g + style="fill:#626366;fill-opacity:1" + transform="translate(-4.68e-6,-1.0000226)" + id="g5193"> + <rect + transform="matrix(0,1,-1,0,0,0)" + y="-157.99998" + x="607.36218" + height="7.9999776" + width="2" + id="rect5123-1-7" + style="opacity:1;fill:#626366;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <path + style="opacity:1;fill:#626366;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="m 154,601.86216 4,4.50002 -8,0 z" + id="rect5190" + inkscape:connector-curvature="0" + sodipodi:nodetypes="cccc" /> + </g> + </g> + <g + id="shade-pressed" + inkscape:label="#g5252"> + <use + height="100%" + width="100%" + transform="translate(23,32.999993)" + id="use5119" + xlink:href="#use4210" + y="0" + x="0" /> + <g + style="fill:#fabd2f;fill-opacity:1" + transform="translate(22.999996,-1.0000226)" + id="g5193-7"> + <rect + transform="matrix(0,1,-1,0,0,0)" + y="-157.99998" + x="607.36218" + height="7.9999776" + width="2" + id="rect5123-1-7-6" + style="opacity:1;fill:#fabd2f;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <path + style="opacity:1;fill:#fabd2f;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="m 154,601.86216 4,4.50002 -8,0 z" + id="rect5190-7" + inkscape:connector-curvature="0" + sodipodi:nodetypes="cccc" /> + </g> + </g> + <g + id="shade-inactive" + inkscape:label="#g5246"> + <use + height="100%" + width="100%" + transform="translate(46,32.999993)" + id="use5121" + xlink:href="#use4210" + y="0" + x="0" /> + <g + style="fill:#626366;fill-opacity:1" + transform="translate(45.999996,-1.0000226)" + id="g5193-3"> + <rect + transform="matrix(0,1,-1,0,0,0)" + y="-157.99998" + x="607.36218" + height="7.9999776" + width="2" + id="rect5123-1-7-65" + style="opacity:1;fill:#626366;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <path + style="opacity:1;fill:#626366;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="m 154,601.86216 4,4.50002 -8,0 z" + id="rect5190-6" + inkscape:connector-curvature="0" + sodipodi:nodetypes="cccc" /> + </g> + </g> + <use + x="0" + y="0" + xlink:href="#menu-active" + id="menu-inactive" + transform="translate(62,-2.2617187e-5)" + width="100%" + height="100%" + inkscape:label="#use5268" /> + <use + x="0" + y="0" + xlink:href="#menu-active" + id="menu-pressed" + transform="translate(31,-2.2617187e-5)" + width="100%" + height="100%" + inkscape:label="#use5270" /> + <use + x="0" + y="0" + xlink:href="#title-1-active" + id="title-2-active" + transform="translate(6.9999999,-2.6171874e-6)" + width="100%" + height="100%" + inkscape:label="#use5296" /> + <use + x="0" + y="0" + xlink:href="#title-1-active" + id="title-3-active" + transform="translate(14,-2.6171872e-6)" + width="100%" + height="100%" + inkscape:label="#use5298" /> + <use + x="0" + y="0" + xlink:href="#title-1-active" + id="title-4-active" + transform="translate(21,-2.6171874e-6)" + width="100%" + height="100%" + inkscape:label="#use5300" /> + <use + x="0" + y="0" + xlink:href="#title-1-active" + id="title-5-active" + transform="translate(28,-2.6171874e-6)" + width="100%" + height="100%" + inkscape:label="#use5302" /> + <use + x="0" + y="0" + xlink:href="#title-1-active" + id="title-1-inactive" + transform="translate(35,-2.6171874e-6)" + width="100%" + height="100%" + inkscape:label="#use5304" /> + <use + x="0" + y="0" + xlink:href="#title-1-active" + id="title-2-inactive" + transform="translate(42,-2.6171874e-6)" + width="100%" + height="100%" + inkscape:label="#use5306" /> + <use + x="0" + y="0" + xlink:href="#title-1-active" + id="title-3-inactive" + transform="translate(49,-2.6171874e-6)" + width="100%" + height="100%" + inkscape:label="#use5308" /> + <use + x="0" + y="0" + xlink:href="#title-1-active" + id="title-4-inactive" + transform="translate(56,-2.6171874e-6)" + width="100%" + height="100%" + inkscape:label="#use5310" /> + <use + x="0" + y="0" + xlink:href="#title-1-active" + id="title-5-inactive" + transform="translate(63,-2.6171874e-6)" + width="100%" + height="100%" + inkscape:label="#use5312" /> + <g + id="top-left-active" + inkscape:label="#g5352"> + <path + id="rect4138-9" + transform="translate(0,552.36216)" + d="m 6,174 0,1 -1,0 0,27 2,0 0,-28 -1,0 z" + style="opacity:1;fill:#282828;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + inkscape:connector-curvature="0" /> + <rect + y="726.36218" + x="6" + height="1" + width="1" + id="rect5348" + style="opacity:1;fill:#21252b;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <rect + style="opacity:1;fill:#21252b;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect5512" + width="1" + height="27.000029" + x="5" + y="727.36212" /> + <rect + style="opacity:1;fill:#353b48;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect5514" + width="1" + height="1" + x="6" + y="727.36212" /> + </g> + <use + x="0" + y="0" + xlink:href="#top-left-active" + id="top-left-inactive" + transform="translate(4,-2.2617187e-5)" + width="100%" + height="100%" + inkscape:label="#use5357" /> + <use + x="0" + y="0" + xlink:href="#top-left-active" + id="top-right-active" + transform="matrix(-1,0,0,1,20,-2.2617187e-5)" + width="100%" + height="100%" + inkscape:label="#use5359" /> + <use + x="0" + y="0" + xlink:href="#top-left-active" + id="top-right-inactive" + transform="matrix(-1,0,0,1,24,-2.2617187e-5)" + width="100%" + height="100%" + inkscape:label="#use5361" /> + <g + id="close-active" + inkscape:label="#g5279"> + <g + style="opacity:1" + id="g4206"> + <rect + style="opacity:1;fill:#282828;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect4138" + width="28" + height="28" + x="5" + y="557.36218" /> + <rect + style="opacity:1;fill:#353b48;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect4204" + width="28" + height="1" + x="5" + y="558.36212" /> + <rect + style="opacity:1;fill:#21252b;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect4204-3" + width="28" + height="1" + x="5" + y="557.36212" /> + </g> + <g + style="display:inline" + id="titlebutton-close-dark" + inkscape:label="#g6210" + transform="matrix(0,-1,1,0,196.73937,1224.3075)"> + <g + id="g4927-9-2-8" + style="display:inline;opacity:1" + transform="translate(-678,-432.63782)"> + <g + transform="translate(-103,0)" + style="display:inline;opacity:1" + id="g4490-6-5-2-5-3"> + <g + id="g4092-0-2-21-0-9-7" + style="display:inline" + transform="translate(58,0)"> + <path + inkscape:connector-curvature="0" + style="fill:#cc575d;fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="m 414,58 a 7,7 0 0 0 -7,7 7,7 0 0 0 7,7 7,7 0 0 0 7,-7 7,7 0 0 0 -7,-7 z m -3,3.921875 0.75,0 c 0.008,-9e-5 0.0156,-3.45e-4 0.0234,0 0.19121,0.0084 0.3824,0.09643 0.51562,0.234375 L 414,63.867188 415.73438,62.15625 c 0.19921,-0.172875 0.335,-0.229125 0.51562,-0.234375 l 0.75,0 0,0.75 c 0,0.214853 -0.0258,0.412987 -0.1875,0.5625 l -1.71094,1.710937 1.6875,1.6875 C 416.9302,66.77394 416.99999,66.9729 417,67.171875 l 0,0.75 -0.75,0 c -0.19898,-8e-6 -0.39794,-0.06982 -0.53906,-0.210937 L 414,66 l -1.71094,1.710938 c -0.14112,0.141142 -0.34009,0.210937 -0.53906,0.210937 l -0.75,0 0,-0.75 c 0,-0.198967 0.0698,-0.397935 0.21094,-0.539063 l 1.71094,-1.6875 -1.71094,-1.710937 C 411.05288,63.088403 410.98357,62.882438 411,62.671875 l 0,-0.75 z" + transform="translate(962.00001,190.00002)" + id="path4068-7-5-9-6-5-8" /> + </g> + </g> + <g + id="g4778-2-68-8-7" + transform="translate(1323,246.86719)" + style="fill:#ffffff;fill-opacity:1"> + <g + style="display:inline;fill:#ffffff;fill-opacity:1" + id="layer9-9-4-4-1-1" + transform="translate(-60,-518)" /> + <g + id="layer10-2-1-8-0-4" + transform="translate(-60,-518)" + style="fill:#ffffff;fill-opacity:1" /> + <g + id="layer11-16-4-9-6-9" + transform="translate(-60,-518)" + style="fill:#ffffff;fill-opacity:1" /> + <g + transform="matrix(0.75,0,0,0.75,2,2.0546875)" + id="g2996-76-5-96-3" + style="fill:#ffffff;fill-opacity:1"> + <g + transform="translate(-60,-518)" + id="layer12-4-5-7-9-4" + style="fill:#ffffff;fill-opacity:1"> + <g + transform="translate(19,-242)" + id="layer4-4-1-9-5-6-3" + style="display:inline;fill:#ffffff;fill-opacity:1" /> + </g> + </g> + <g + id="layer13-2-6-11-3-1" + transform="translate(-60,-518)" + style="fill:#ffffff;fill-opacity:1" /> + <g + id="layer14-4-0-33-2-4" + transform="translate(-60,-518)" + style="fill:#ffffff;fill-opacity:1" /> + <g + id="layer15-7-3-0-6-6" + transform="translate(-60,-518)" + style="fill:#ffffff;fill-opacity:1" /> + </g> + </g> + <g + style="display:inline;enable-background:new" + transform="translate(641.00001,-1218)" + id="layer1-7-2" + inkscape:label="Ebene 1"> + <g + id="g3337-5" + transform="matrix(0.01265625,0,0,-0.01265625,4.9280396,1046.8821)"> + <path + id="path4094-3" + style="fill:#d52735;fill-opacity:1;fill-rule:evenodd;stroke:none" + d="m 558.77702,-37.935253 c 305.45606,0 553.08158,247.625863 553.08158,553.085803 0,305.46124 -247.62552,553.08675 -553.08158,553.08675 -305.46512,0 -553.0913044,-247.62551 -553.0913044,-553.08675 0,-305.45994 247.6261844,-553.085803 553.0913044,-553.085803" + inkscape:connector-curvature="0" /> + <path + id="path4096-7" + style="fill:#fb4934;fill-opacity:1;fill-rule:evenodd;stroke:none" + d="m 558.77747,1.5676633 c 283.63699,0 513.57493,229.9429467 513.57493,513.5851867 0,283.64355 -229.93794,513.58155 -513.57493,513.58155 -283.64749,0 -513.585581,-229.938 -513.585581,-513.58155 0,-283.64224 229.938091,-513.5851867 513.585581,-513.5851867" + inkscape:connector-curvature="0" /> + </g> + </g> + <rect + y="-185.63782" + x="645" + height="16" + width="16" + id="rect17883-39-99-8" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" /> + </g> + </g> + <g + id="close-prelight" + inkscape:label="#g5303"> + <use + height="100%" + width="100%" + transform="translate(33,-2.2617187e-5)" + id="use4214" + xlink:href="#g4206" + y="0" + x="0" /> + <g + style="display:inline" + id="titlebutton-close-hover-dark-6" + inkscape:label="#g6260" + transform="matrix(0,-1,1,0,229.6383,1121.526)"> + <g + style="display:inline;enable-background:new" + id="g4420" + transform="translate(537.99994,-189.63762)"> + <g + transform="translate(0,-1028.3622)" + id="layer1-8-5" + inkscape:label="Ebene 1"> + <g + inkscape:label="#g3339" + id="titlebutton-close-hover-7" + transform="matrix(0.01265625,0,0,-0.01265625,4.9280403,1046.8821)"> + <path + id="path4094-9" + style="fill:#d52735;fill-opacity:1;fill-rule:evenodd;stroke:none" + d="m 558.77708,-37.935271 c 305.45607,0 553.08142,247.625871 553.08142,553.085831 0,305.46125 -247.62535,553.08674 -553.08142,553.08674 -305.46513,0 -553.0913269,-247.62549 -553.0913269,-553.08674 0,-305.45996 247.6261969,-553.085831 553.0913269,-553.085831" + inkscape:connector-curvature="0" /> + <g + id="g4144" + transform="matrix(1.0680345,0,0,1.0680345,0.41786301,-41.900484)"> + <path + inkscape:connector-curvature="0" + d="m 522.79173,40.6992 c 265.56911,0 480.85987,215.29542 480.85987,480.86946 0,265.57526 -215.29076,480.86604 -480.85987,480.86604 -265.57896,0 -480.86983,-215.29078 -480.86983,-480.86604 0,-265.57404 215.29087,-480.86946 480.86983,-480.86946" + style="fill:#fb4934;fill-opacity:1;fill-rule:evenodd;stroke:none" + id="path4096-2" /> + <path + inkscape:connector-curvature="0" + id="path4098" + d="m 306.28404,782.14979 c -11.06764,0 -22.15209,-4.31529 -30.55026,-12.71345 l -0.75901,-0.75902 c -16.79758,-16.79634 -16.79758,-44.30417 0,-61.10052 L 460.93287,521.6187 274.97477,335.47086 c -16.79266,-16.79145 -16.79266,-44.11445 0,-60.91075 l 0.75901,-0.94881 c 16.79142,-16.7963 44.30418,-16.7963 61.10051,0 L 522.7924,459.56941 708.7505,273.6113 c 16.79265,-16.7963 44.30417,-16.7963 61.10052,0 l 0.75901,0.94881 c 16.79142,16.79144 16.79142,44.1193 0,60.91075 l -185.9581,186.14784 185.9581,185.9581 c 16.79142,16.79635 16.79635,44.3091 0,61.10052 l -0.75901,0.75902 c -16.80126,16.79142 -44.30787,16.79142 -61.10052,0 L 522.7924,583.47823 336.83429,769.43634 c -8.39817,8.39816 -19.48262,12.71345 -30.55025,12.71345 z" + style="fill:#cc241d;fill-opacity:1;fill-rule:evenodd;stroke:none" /> + </g> + </g> + </g> + </g> + <rect + y="-185.63782" + x="542" + height="16" + width="16" + id="rect17883-5-4-2-9" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" /> + </g> + </g> + <g + id="close-pressed" + inkscape:label="#g5324"> + <use + height="100%" + width="100%" + transform="translate(66,-2.2617187e-5)" + id="use4216" + xlink:href="#g4206" + y="0" + x="0" /> + <g + transform="translate(73.00001,559.36215)" + id="g4779" + style="enable-background:new"> + <g + inkscape:label="Ebene 1" + id="layer1-79" + transform="translate(0,-1028.3622)"> + <g + style="display:inline" + id="titlebutton-close-active-dark" + inkscape:label="#g6332" + transform="translate(-437.00001,1218)"> + <g + id="g4927-8-7-4-9" + style="display:inline;opacity:1" + transform="translate(-882,-432.63782)"> + <g + transform="translate(-103,0)" + style="display:inline;opacity:1" + id="g4490-6-3-7-46-6"> + <g + id="g4092-0-2-2-1-7-2" + style="display:inline" + transform="translate(58,0)"> + <path + inkscape:connector-curvature="0" + style="fill:#be3841;fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="m 414,109 a 7,7 0 0 0 -7,7 7,7 0 0 0 7,7 7,7 0 0 0 7,-7 7,7 0 0 0 -7,-7 z m -3,3.92188 0.75,0 c 0.008,-1e-4 0.0156,-3.5e-4 0.0234,0 0.19121,0.008 0.3824,0.0964 0.51562,0.23437 l 1.71094,1.71094 1.73438,-1.71094 c 0.19921,-0.17287 0.335,-0.22913 0.51562,-0.23437 l 0.75,0 0,0.75 c 0,0.21485 -0.0258,0.41298 -0.1875,0.5625 l -1.71094,1.71093 1.6875,1.6875 c 0.14114,0.14113 0.21093,0.34009 0.21094,0.53907 l 0,0.75 -0.75,0 c -0.19898,-1e-5 -0.39794,-0.0698 -0.53906,-0.21094 L 414,117 l -1.71094,1.71094 c -0.14112,0.14114 -0.34009,0.21094 -0.53906,0.21094 l -0.75,0 0,-0.75 c 0,-0.19897 0.0698,-0.39794 0.21094,-0.53907 l 1.71094,-1.6875 -1.71094,-1.71093 c -0.15806,-0.14598 -0.22737,-0.35194 -0.21094,-0.5625 l 0,-0.75 z" + transform="translate(962.00001,139.00001)" + id="path4068-7-5-4-9-7-6" /> + </g> + </g> + <g + id="g4778-3-6-0-5" + transform="translate(1323,246.86719)" + style="fill:#ffffff;fill-opacity:1"> + <g + style="display:inline;fill:#ffffff;fill-opacity:1" + id="layer9-9-6-0-90-6" + transform="translate(-60,-518)" /> + <g + id="layer10-2-3-6-6-1" + transform="translate(-60,-518)" + style="fill:#ffffff;fill-opacity:1" /> + <g + id="layer11-16-2-2-6-9" + transform="translate(-60,-518)" + style="fill:#ffffff;fill-opacity:1" /> + <g + transform="matrix(0.75,0,0,0.75,2,2.0546875)" + id="g2996-7-0-2-0" + style="fill:#ffffff;fill-opacity:1"> + <g + transform="translate(-60,-518)" + id="layer12-4-6-3-5-2" + style="fill:#ffffff;fill-opacity:1"> + <g + transform="translate(19,-242)" + id="layer4-4-1-4-1-7-0" + style="display:inline;fill:#ffffff;fill-opacity:1" /> + </g> + </g> + <g + id="layer13-2-0-2-8-3" + transform="translate(-60,-518)" + style="fill:#ffffff;fill-opacity:1" /> + <g + id="layer14-4-4-0-5-8" + transform="translate(-60,-518)" + style="fill:#ffffff;fill-opacity:1" /> + <g + id="layer15-7-5-0-0-9" + transform="translate(-60,-518)" + style="fill:#ffffff;fill-opacity:1" /> + </g> + </g> + <rect + y="-185.63782" + x="441" + height="16" + width="16" + id="rect17883-02-4-3" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" /> + </g> + </g> + </g> + <g + style="display:inline" + id="titlebutton-close-active-dark-9" + inkscape:label="#g6332" + transform="matrix(0,-1,1,0,262.63832,1020.526)"> + <g + style="display:inline;enable-background:new" + id="g4456-6" + transform="translate(436.99994,-189.63763)"> + <g + transform="translate(0,-1028.3622)" + id="layer1-97-8" + inkscape:label="Ebene 1"> + <g + inkscape:label="#g3339" + id="titlebutton-close-active-3-1" + transform="matrix(0.01265625,0,0,-0.01265625,4.9280403,1046.8821)"> + <path + id="path4094-6-3" + style="fill:#d52735;fill-opacity:1;fill-rule:evenodd;stroke:none" + d="m 558.77708,-37.935271 c 305.45607,0 553.08142,247.625871 553.08142,553.085831 0,305.46125 -247.62535,553.08674 -553.08142,553.08674 -305.46513,0 -553.0913269,-247.62549 -553.0913269,-553.08674 0,-305.45996 247.6261969,-553.085831 553.0913269,-553.085831" + inkscape:connector-curvature="0" /> + <g + id="g4144-1-6" + transform="matrix(1.0680345,0,0,1.0680345,0.41786301,-41.900484)"> + <path + inkscape:connector-curvature="0" + d="m 522.79173,40.6992 c 265.56911,0 480.85987,215.29542 480.85987,480.86946 0,265.57526 -215.29076,480.86604 -480.85987,480.86604 -265.57896,0 -480.86983,-215.29078 -480.86983,-480.86604 0,-265.57404 215.29087,-480.86946 480.86983,-480.86946" + style="fill:#fb4934;fill-opacity:1;fill-rule:evenodd;stroke:none" + id="path4096-29-4" /> + <path + inkscape:connector-curvature="0" + id="path4098-3-0" + d="m 306.28404,782.14979 c -11.06764,0 -22.15209,-4.31529 -30.55026,-12.71345 l -0.75901,-0.75902 c -16.79758,-16.79634 -16.79758,-44.30417 0,-61.10052 L 460.93287,521.6187 274.97477,335.47086 c -16.79266,-16.79145 -16.79266,-44.11445 0,-60.91075 l 0.75901,-0.94881 c 16.79142,-16.7963 44.30418,-16.7963 61.10051,0 L 522.7924,459.56941 708.7505,273.6113 c 16.79265,-16.7963 44.30417,-16.7963 61.10052,0 l 0.75901,0.94881 c 16.79142,16.79144 16.79142,44.1193 0,60.91075 l -185.9581,186.14784 185.9581,185.9581 c 16.79142,16.79635 16.79635,44.3091 0,61.10052 l -0.75901,0.75902 c -16.80126,16.79142 -44.30787,16.79142 -61.10052,0 L 522.7924,583.47823 336.83429,769.43634 c -8.39817,8.39816 -19.48262,12.71345 -30.55025,12.71345 z" + style="fill:#cc241d;fill-opacity:1;fill-rule:evenodd;stroke:none" /> + </g> + </g> + </g> + </g> + <rect + y="-185.63782" + x="441" + height="16" + width="16" + id="rect17883-02-4-3-4" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" /> + </g> + </g> + <g + id="close-inactive" + inkscape:label="#g5345"> + <use + height="100%" + width="100%" + transform="translate(99,-2.2617187e-5)" + id="use4218" + xlink:href="#g4206" + y="0" + x="0" /> + <g + style="display:inline;opacity:0.4" + id="titlebutton-close-backdrop-dark-6" + inkscape:label="#g6210" + transform="matrix(0,-1,1,0,295.63783,1224.3622)"> + <g + style="display:inline;enable-background:new" + id="g4490" + transform="translate(640.72663,-189.6378)"> + <g + transform="translate(0,-1028.3622)" + id="layer1-6-9" + inkscape:label="Ebene 1"> + <g + id="g3340" + transform="matrix(0.01265625,0,0,-0.01265625,5.2298696,1046.7295)"> + <path + id="path4199" + style="fill:#4d4d4d;fill-opacity:1;fill-rule:evenodd;stroke:none" + d="m 556.52327,-28.387679 c 293.53206,0 531.48703,237.950789 531.48703,531.486569 0,293.52709 -237.95497,531.48201 -531.48703,531.48201 -293.53081,0 -531.486296,-237.95492 -531.486296,-531.48201 0,-293.53578 237.955486,-531.486569 531.486296,-531.486569" + inkscape:connector-curvature="0" /> + <path + id="path4201" + style="fill:#666666;fill-opacity:1;fill-rule:evenodd;stroke:none" + d="m 556.52327,16.813632 c 268.56611,0 486.28523,217.715428 486.28523,486.285258 0,268.5599 -217.71912,486.28022 -486.28523,486.28022 -268.56486,0 -486.285011,-217.72032 -486.285011,-486.28022 0,-268.56983 217.720151,-486.285258 486.285011,-486.285258" + inkscape:connector-curvature="0" /> + </g> + </g> + </g> + <rect + y="-185.63782" + x="645" + height="16" + width="16" + id="rect17883-39-99-8-6-0" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" /> + </g> + </g> + <g + id="maximize-active" + inkscape:label="#g5436"> + <use + height="100%" + width="100%" + transform="translate(0,32.999977)" + id="use4220" + xlink:href="#g4206" + y="0" + x="0" /> + <g + style="display:inline;opacity:1" + id="titlebutton-maximize-dark" + inkscape:label="#g6234" + transform="matrix(0,-1,1,0,196.63782,1228.3621)"> + <g + style="display:inline;enable-background:new" + id="g4867" + transform="translate(612,-189.63783)"> + <g + transform="translate(0,-1028.3622)" + id="layer1-1-4" + inkscape:label="Ebene 1"> + <g + id="g3339" + transform="matrix(0.01265625,0,0,-0.01265625,4.8773707,1046.8806)"> + <path + id="path4289" + style="fill:#98971a;fill-opacity:1;fill-rule:evenodd;stroke:none" + d="m 562.7806,-38.053372 c 305.45604,0 553.0815,247.625852 553.0815,553.085772 0,305.46122 -247.62546,553.0867 -553.0815,553.0867 -305.4651,0 -553.0913989,-247.62548 -553.0913989,-553.0867 0,-305.45992 247.6262989,-553.085772 553.0913989,-553.085772" + inkscape:connector-curvature="0" /> + <path + id="path4291" + style="fill:#b8bb26;fill-opacity:1;fill-rule:evenodd;stroke:none" + d="m 562.77841,1.4521975 c 283.64075,0 513.57749,229.9417425 513.57749,513.5824825 0,283.64206 -229.93674,513.57882 -513.57749,513.57882 -283.646,0 -513.583014,-229.93676 -513.583014,-513.57882 0,-283.64074 229.937014,-513.5824825 513.583014,-513.5824825" + inkscape:connector-curvature="0" /> + </g> + </g> + </g> + <rect + y="-185.63782" + x="616" + height="16" + width="16" + id="rect17883-29-2-2-8" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" /> + </g> + </g> + <g + id="maximize-prelight" + inkscape:label="#g5415"> + <use + height="100%" + width="100%" + transform="translate(33,32.999977)" + id="use4222" + xlink:href="#g4206" + y="0" + x="0" /> + <g + style="display:inline" + id="titlebutton-maximize-hover-dark" + inkscape:label="#g6284" + transform="translate(-469.00346,782.00341)"> + <g + style="display:inline;enable-background:new" + id="g4937" + transform="translate(509,-189.63784)"> + <g + transform="translate(0,-1028.3622)" + id="layer1-13" + inkscape:label="Ebene 1"> + <g + id="g3339-8" + transform="matrix(0.01265625,0,0,-0.01265625,4.9280396,1046.8821)"> + <path + id="path4289-7" + style="fill:#98971a;fill-opacity:1;fill-rule:evenodd;stroke:none" + d="m 558.7771,-37.935173 c 305.45604,0 553.0815,247.625853 553.0815,553.085763 0,305.46122 -247.62546,553.08661 -553.0815,553.08661 -305.46509,0 -553.091393,-247.62539 -553.091393,-553.08661 0,-305.45991 247.626303,-553.085763 553.091393,-553.085763" + inkscape:connector-curvature="0" /> + <g + id="g4147-9" + transform="matrix(1.3132489,0,0,1.3132489,-9.8625362,-52.033006)"> + <path + inkscape:connector-curvature="0" + d="m 433.00051,40.81737 c 215.984,0 391.074,175.0938 391.074,391.0778 0,215.985 -175.09,391.075 -391.074,391.075 -215.988,0 -391.078202,-175.09 -391.078202,-391.075 0,-215.984 175.090202,-391.0778 391.078202,-391.0778" + style="fill:#b8bb26;fill-opacity:1;fill-rule:evenodd;stroke:none" + id="path4291-3" /> + <path + inkscape:connector-curvature="0" + d="m 317.36351,650.00117 267.199,0 c 35.579,0 64.692,-29.113 64.692,-64.695 l 0,-267.196 -331.891,331.891 z m 232.324,-436.211 -268.253,0 c -35.583,0 -64.692,29.109 -64.692,64.691 l 0,268.254 332.945,-332.945" + style="fill:#98971a;fill-opacity:1;fill-rule:evenodd;stroke:none" + id="path4293-8" /> + </g> + </g> + </g> + </g> + <rect + y="-185.63782" + x="513" + height="16" + width="16" + id="rect17883-0-1-5-7" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" /> + </g> + </g> + <g + id="maximize-pressed" + inkscape:label="#g5377"> + <use + height="100%" + width="100%" + transform="translate(66,32.999977)" + id="use4228" + xlink:href="#g4206" + y="0" + x="0" /> + <g + style="display:inline" + id="titlebutton-maximize-hover-dark-8" + inkscape:label="#g6284" + transform="translate(-435.99999,781.99995)"> + <g + style="display:inline;enable-background:new" + id="g4937-9" + transform="translate(509,-189.63784)"> + <g + transform="translate(0,-1028.3622)" + id="layer1-13-7" + inkscape:label="Ebene 1"> + <g + id="g3339-8-1" + transform="matrix(0.01265625,0,0,-0.01265625,4.9280396,1046.8821)"> + <path + id="path4289-7-4" + style="fill:#98971a;fill-opacity:1;fill-rule:evenodd;stroke:none" + d="m 558.7771,-37.935173 c 305.45604,0 553.0815,247.625853 553.0815,553.085763 0,305.46122 -247.62546,553.08661 -553.0815,553.08661 -305.46509,0 -553.091393,-247.62539 -553.091393,-553.08661 0,-305.45991 247.626303,-553.085763 553.091393,-553.085763" + inkscape:connector-curvature="0" /> + <g + id="g4147-9-2" + transform="matrix(1.3132489,0,0,1.3132489,-9.8625362,-52.033006)"> + <path + inkscape:connector-curvature="0" + d="m 433.00051,40.81737 c 215.984,0 391.074,175.0938 391.074,391.0778 0,215.985 -175.09,391.075 -391.074,391.075 -215.988,0 -391.078202,-175.09 -391.078202,-391.075 0,-215.984 175.090202,-391.0778 391.078202,-391.0778" + style="fill:#b8bb26;fill-opacity:1;fill-rule:evenodd;stroke:none" + id="path4291-3-5" /> + <path + inkscape:connector-curvature="0" + d="m 317.36351,650.00117 267.199,0 c 35.579,0 64.692,-29.113 64.692,-64.695 l 0,-267.196 -331.891,331.891 z m 232.324,-436.211 -268.253,0 c -35.583,0 -64.692,29.109 -64.692,64.691 l 0,268.254 332.945,-332.945" + style="fill:#98971a;fill-opacity:1;fill-rule:evenodd;stroke:none" + id="path4293-8-0" /> + </g> + </g> + </g> + </g> + <rect + y="-185.63782" + x="513" + height="16" + width="16" + id="rect17883-0-1-5-7-5" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" /> + </g> + </g> + <g + id="maximize-inactive" + inkscape:label="#g5366"> + <use + height="100%" + width="100%" + transform="translate(99,32.999977)" + id="use4232" + xlink:href="#g4206" + y="0" + x="0" /> + <g + style="display:inline;opacity:0.4" + id="titlebutton-close-backdrop-dark-6-2" + inkscape:label="#g6210" + transform="matrix(0,-1,1,0,295.63782,1257.3621)"> + <g + style="display:inline;enable-background:new" + id="g4490-4" + transform="translate(640.72663,-189.6378)"> + <g + transform="translate(0,-1028.3622)" + id="layer1-6-9-1" + inkscape:label="Ebene 1"> + <g + id="g3340-9" + transform="matrix(0.01265625,0,0,-0.01265625,5.2298696,1046.7295)"> + <path + id="path4199-4" + style="fill:#4d4d4d;fill-opacity:1;fill-rule:evenodd;stroke:none" + d="m 556.52327,-28.387679 c 293.53206,0 531.48703,237.950789 531.48703,531.486569 0,293.52709 -237.95497,531.48201 -531.48703,531.48201 -293.53081,0 -531.486296,-237.95492 -531.486296,-531.48201 0,-293.53578 237.955486,-531.486569 531.486296,-531.486569" + inkscape:connector-curvature="0" /> + <path + id="path4201-1" + style="fill:#666666;fill-opacity:1;fill-rule:evenodd;stroke:none" + d="m 556.52327,16.813632 c 268.56611,0 486.28523,217.715428 486.28523,486.285258 0,268.5599 -217.71912,486.28022 -486.28523,486.28022 -268.56486,0 -486.285011,-217.72032 -486.285011,-486.28022 0,-268.56983 217.720151,-486.285258 486.285011,-486.285258" + inkscape:connector-curvature="0" /> + </g> + </g> + </g> + <rect + y="-185.63782" + x="645" + height="16" + width="16" + id="rect17883-39-99-8-6-0-6" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" /> + </g> + </g> + <g + id="hide-active" + inkscape:label="#g5447"> + <use + height="100%" + width="100%" + transform="translate(0,65.999977)" + id="use4234" + xlink:href="#g4206" + y="0" + x="0" /> + <g + style="display:inline;opacity:1" + id="titlebutton-minimize-dark" + inkscape:label="#g6247" + transform="matrix(0,-1,1,0,196.63782,1232.3621)"> + <rect + y="-185.63782" + x="587" + height="16" + width="16" + id="rect17883-32-6-9-1" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" /> + <g + style="display:inline;enable-background:new" + id="g5003" + transform="translate(582.99997,-189.63777)"> + <g + transform="translate(0,-1028.3622)" + id="layer1-87" + inkscape:label="Ebene 1"> + <g + id="g3341" + transform="matrix(0.01265625,0,0,-0.01265625,4.9297844,1046.855)"> + <path + id="path4417" + style="fill:#da9e10;fill-opacity:1;fill-rule:evenodd;stroke:none" + d="m 558.63645,-40.071141 c 305.46261,0 553.08915,247.626261 553.08915,553.088871 0,305.45744 -247.62654,553.08397 -553.08915,553.08397 -305.46132,0 -553.0885503,-247.62653 -553.0885503,-553.08397 0,-305.46261 247.6272303,-553.088871 553.0885503,-553.088871" + inkscape:connector-curvature="0" /> + <path + id="path4419" + style="fill:#fabd2f;fill-opacity:1;fill-rule:evenodd;stroke:none" + d="m 558.63936,-0.56504285 c 283.64212,0 513.57764,229.93706285 513.57764,513.58312285 0,283.64081 -229.93552,513.57752 -513.57764,513.57752 -283.64081,0 -513.582854,-229.93671 -513.582854,-513.57752 0,-283.64606 229.942044,-513.58312285 513.582854,-513.58312285" + inkscape:connector-curvature="0" /> + </g> + </g> + </g> + </g> + </g> + <g + id="hide-prelight" + inkscape:label="#g5458"> + <use + height="100%" + width="100%" + transform="translate(33,65.999977)" + id="use4226" + xlink:href="#g4206" + y="0" + x="0" /> + <g + style="display:inline" + id="titlebutton-minimize-active-dark-6" + inkscape:label="#g6414" + transform="matrix(-1,0,0,-1,443,459.72432)"> + <g + style="display:inline;enable-background:new" + id="g5038-8" + transform="translate(379,-189.63784)"> + <g + transform="translate(0,-1028.3622)" + id="layer1-2-7" + inkscape:label="Ebene 1"> + <g + id="g3340-3-0" + transform="matrix(0.01265625,0,0,-0.01265625,4.9280399,1046.8821)"> + <g + transform="matrix(9.9999999,0,0,9.9999999,-4.0034923,0.11816995)" + inkscape:label="ink_ext_XXXXXX" + id="g4285-6"> + <path + inkscape:connector-curvature="0" + d="m 56.277533,-3.8051186 c 30.546127,0 55.308677,24.7625166 55.308677,55.3086436 0,30.54561 -24.76255,55.308165 -55.308677,55.308165 -30.545998,0 -55.30861206,-24.762555 -55.30861206,-55.308165 0,-30.546127 24.76261406,-55.3086436 55.30861206,-55.3086436" + style="fill:#da9e10;fill-opacity:1;fill-rule:evenodd;stroke:none" + id="path4417-5-4" /> + <g + id="g4152-7" + transform="matrix(1.0148899,0,0,1.0148899,-0.8432698,-5.0312058)"> + <path + id="path4419-1-2" + style="fill:#fabd2f;fill-opacity:1;fill-rule:evenodd;stroke:none" + d="m 56.283048,5.1005059 c 27.94807,0 50.604272,22.6563571 50.604272,50.6048151 0,27.947941 -22.656202,50.604269 -50.604272,50.604269 -27.947941,0 -50.6047894,-22.656328 -50.6047894,-50.604269 0,-27.948458 22.6568484,-50.6048151 50.6047894,-50.6048151" + inkscape:connector-curvature="0" /> + <path + id="path4421-9" + style="fill:#d79921;fill-opacity:1;fill-rule:evenodd;stroke:none" + d="m 23.994703,60.30905 64.576819,0 c 2.499455,0 4.544076,-2.044103 4.544076,-4.544076 l 0,-0.119823 c 0,-2.499973 -2.044621,-4.544077 -4.544076,-4.544077 l -64.576819,0 c -2.499585,0 -4.544076,2.044104 -4.544076,4.544077 l 0,0.119823 c 0,2.499973 2.044491,4.544076 4.544076,4.544076" + inkscape:connector-curvature="0" /> + </g> + </g> + </g> + </g> + </g> + <rect + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" + id="rect17883-79-9-2-2-5-5" + width="16" + height="16" + x="383" + y="-185.63782" /> + </g> + </g> + <g + id="hide-pressed" + inkscape:label="#g5479"> + <use + height="100%" + width="100%" + transform="translate(66,65.999977)" + id="use4236" + xlink:href="#g4206" + y="0" + x="0" /> + <g + style="display:inline" + id="titlebutton-minimize-active-dark" + inkscape:label="#g6414" + transform="matrix(-1,0,0,-1,476,459.72431)"> + <g + style="display:inline;enable-background:new" + id="g5038" + transform="translate(379,-189.63784)"> + <g + transform="translate(0,-1028.3622)" + id="layer1-2" + inkscape:label="Ebene 1"> + <g + id="g3340-3" + transform="matrix(0.01265625,0,0,-0.01265625,4.9280399,1046.8821)"> + <g + transform="matrix(9.9999999,0,0,9.9999999,-4.0034923,0.11816995)" + inkscape:label="ink_ext_XXXXXX" + id="g4285"> + <path + inkscape:connector-curvature="0" + d="m 56.277533,-3.8051186 c 30.546127,0 55.308677,24.7625166 55.308677,55.3086436 0,30.54561 -24.76255,55.308165 -55.308677,55.308165 -30.545998,0 -55.30861206,-24.762555 -55.30861206,-55.308165 0,-30.546127 24.76261406,-55.3086436 55.30861206,-55.3086436" + style="fill:#da9e10;fill-opacity:1;fill-rule:evenodd;stroke:none" + id="path4417-5" /> + <g + id="g4152" + transform="matrix(1.0148899,0,0,1.0148899,-0.8432698,-5.0312058)"> + <path + id="path4419-1" + style="fill:#fabd2f;fill-opacity:1;fill-rule:evenodd;stroke:none" + d="m 56.283048,5.1005059 c 27.94807,0 50.604272,22.6563571 50.604272,50.6048151 0,27.947941 -22.656202,50.604269 -50.604272,50.604269 -27.947941,0 -50.6047894,-22.656328 -50.6047894,-50.604269 0,-27.948458 22.6568484,-50.6048151 50.6047894,-50.6048151" + inkscape:connector-curvature="0" /> + <path + id="path4421" + style="fill:#d79921;fill-opacity:1;fill-rule:evenodd;stroke:none" + d="m 23.994703,60.30905 64.576819,0 c 2.499455,0 4.544076,-2.044103 4.544076,-4.544076 l 0,-0.119823 c 0,-2.499973 -2.044621,-4.544077 -4.544076,-4.544077 l -64.576819,0 c -2.499585,0 -4.544076,2.044104 -4.544076,4.544077 l 0,0.119823 c 0,2.499973 2.044491,4.544076 4.544076,4.544076" + inkscape:connector-curvature="0" /> + </g> + </g> + </g> + </g> + </g> + <rect + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" + id="rect17883-79-9-2-2-5" + width="16" + height="16" + x="383" + y="-185.63782" /> + </g> + </g> + <g + id="hide-inactive" + inkscape:label="#g5501"> + <use + height="100%" + width="100%" + transform="translate(99,65.999977)" + id="use4238" + xlink:href="#g4206" + y="0" + x="0" /> + <g + style="display:inline;opacity:0.4" + id="titlebutton-close-backdrop-dark-6-2-9" + inkscape:label="#g6210" + transform="matrix(0,-1,1,0,295.63782,1290.3621)"> + <g + style="display:inline;enable-background:new" + id="g4490-4-8" + transform="translate(640.72663,-189.6378)"> + <g + transform="translate(0,-1028.3622)" + id="layer1-6-9-1-8" + inkscape:label="Ebene 1"> + <g + id="g3340-9-4" + transform="matrix(0.01265625,0,0,-0.01265625,5.2298696,1046.7295)"> + <path + id="path4199-4-7" + style="fill:#4d4d4d;fill-opacity:1;fill-rule:evenodd;stroke:none" + d="m 556.52327,-28.387679 c 293.53206,0 531.48703,237.950789 531.48703,531.486569 0,293.52709 -237.95497,531.48201 -531.48703,531.48201 -293.53081,0 -531.486296,-237.95492 -531.486296,-531.48201 0,-293.53578 237.955486,-531.486569 531.486296,-531.486569" + inkscape:connector-curvature="0" /> + <path + id="path4201-1-1" + style="fill:#666666;fill-opacity:1;fill-rule:evenodd;stroke:none" + d="m 556.52327,16.813632 c 268.56611,0 486.28523,217.715428 486.28523,486.285258 0,268.5599 -217.71912,486.28022 -486.28523,486.28022 -268.56486,0 -486.285011,-217.72032 -486.285011,-486.28022 0,-268.56983 217.720151,-486.285258 486.285011,-486.285258" + inkscape:connector-curvature="0" /> + </g> + </g> + </g> + <rect + y="-185.63782" + x="645" + height="16" + width="16" + id="rect17883-39-99-8-6-0-6-5" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" /> + </g> + </g> + <rect + style="opacity:1;fill:#21252b;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="right-active" + width="1" + height="16" + x="-37" + y="734.36212" + inkscape:label="#rect4138-3" + transform="scale(-1,1)" /> + <rect + style="opacity:1;fill:#21252b;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="right-inactive" + width="1" + height="16" + x="-39" + y="734.36212" + inkscape:label="#rect4138-3" + transform="scale(-1,1)" /> + <rect + style="opacity:1;fill:#21252b;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="bottom-inactive" + width="2.9999716" + height="16" + x="-750.36212" + y="-60" + inkscape:label="#rect4138-3" + transform="matrix(0,-1,-1,0,0,0)" /> + <rect + style="opacity:1;fill:#21252b;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="left-active" + width="1" + height="16" + x="-33" + y="734.36212" + inkscape:label="#rect4138-3" + transform="scale(-1,1)" /> + <rect + style="opacity:1;fill:#21252b;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="left-inactive" + width="1" + height="16" + x="-35" + y="734.36212" + inkscape:label="#rect4138-3" + transform="scale(-1,1)" /> + <rect + style="opacity:1;fill:#21252b;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="bottom-active" + width="3.0000284" + height="16" + x="-746.36212" + y="-60" + inkscape:label="#rect4138-3" + transform="matrix(0,-1,-1,0,0,0)" /> + <path + inkscape:connector-curvature="0" + style="opacity:1;fill:#21252b;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="m 40,743.36215 0,2 1,0 0,1 2,0 0,-3 -3,0 z" + id="bottom-left-active" /> + <path + inkscape:connector-curvature="0" + style="opacity:1;fill:#21252b;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="m 61,743.36215 0,3 2,0 0,-1 1,0 0,-2 -3,0 z" + id="bottom-right-active" /> + <path + inkscape:connector-curvature="0" + style="opacity:1;fill:#21252b;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="m 61,747.36215 0,3 2,0 0,-1 1,0 0,-2 -3,0 z" + id="bottom-right-inactive" /> + <path + inkscape:connector-curvature="0" + style="opacity:1;fill:#21252b;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="m 40,747.36215 0,2 1,0 0,1 2,0 0,-3 -3,0 z" + id="bottom-left-inactive" /> + </g> +</svg> diff --git a/.themes/arc-gruvbox/xfwm4/assets.txt b/.themes/arc-gruvbox/xfwm4/assets.txt new file mode 100644 index 00000000..55e3c9f1 --- /dev/null +++ b/.themes/arc-gruvbox/xfwm4/assets.txt @@ -0,0 +1,45 @@ +close-active +close-inactive +close-prelight +close-pressed +hide-active +hide-inactive +hide-prelight +hide-pressed +maximize-active +maximize-inactive +maximize-prelight +maximize-pressed +menu-active +menu-inactive +menu-pressed +shade-active +shade-inactive +shade-pressed +stick-active +stick-inactive +stick-pressed +title-1-active +title-1-inactive +title-2-active +title-2-inactive +title-3-active +title-3-inactive +title-4-active +title-4-inactive +title-5-active +title-5-inactive +top-left-active +top-left-inactive +top-right-active +top-right-inactive +left-active +left-inactive +right-active +right-inactive +bottom-active +bottom-inactive +bottom-left-active +bottom-left-inactive +bottom-right-active +bottom-right-inactive diff --git a/.themes/arc-gruvbox/xfwm4/bottom-active.png b/.themes/arc-gruvbox/xfwm4/bottom-active.png new file mode 100644 index 00000000..fe31d88a Binary files /dev/null and b/.themes/arc-gruvbox/xfwm4/bottom-active.png differ diff --git a/.themes/arc-gruvbox/xfwm4/bottom-inactive.png b/.themes/arc-gruvbox/xfwm4/bottom-inactive.png new file mode 100644 index 00000000..fe31d88a Binary files /dev/null and b/.themes/arc-gruvbox/xfwm4/bottom-inactive.png differ diff --git a/.themes/arc-gruvbox/xfwm4/bottom-left-active.png b/.themes/arc-gruvbox/xfwm4/bottom-left-active.png new file mode 100644 index 00000000..ae1e1224 Binary files /dev/null and b/.themes/arc-gruvbox/xfwm4/bottom-left-active.png differ diff --git a/.themes/arc-gruvbox/xfwm4/bottom-left-inactive.png b/.themes/arc-gruvbox/xfwm4/bottom-left-inactive.png new file mode 100644 index 00000000..ae1e1224 Binary files /dev/null and b/.themes/arc-gruvbox/xfwm4/bottom-left-inactive.png differ diff --git a/.themes/arc-gruvbox/xfwm4/bottom-right-active.png b/.themes/arc-gruvbox/xfwm4/bottom-right-active.png new file mode 100644 index 00000000..b9280e39 Binary files /dev/null and b/.themes/arc-gruvbox/xfwm4/bottom-right-active.png differ diff --git a/.themes/arc-gruvbox/xfwm4/bottom-right-inactive.png b/.themes/arc-gruvbox/xfwm4/bottom-right-inactive.png new file mode 100644 index 00000000..b9280e39 Binary files /dev/null and b/.themes/arc-gruvbox/xfwm4/bottom-right-inactive.png differ diff --git a/.themes/arc-gruvbox/xfwm4/close-active.png b/.themes/arc-gruvbox/xfwm4/close-active.png new file mode 100644 index 00000000..3122d5a8 Binary files /dev/null and b/.themes/arc-gruvbox/xfwm4/close-active.png differ diff --git a/.themes/arc-gruvbox/xfwm4/close-inactive.png b/.themes/arc-gruvbox/xfwm4/close-inactive.png new file mode 100644 index 00000000..cb2b5f1a Binary files /dev/null and b/.themes/arc-gruvbox/xfwm4/close-inactive.png differ diff --git a/.themes/arc-gruvbox/xfwm4/close-prelight.png b/.themes/arc-gruvbox/xfwm4/close-prelight.png new file mode 100644 index 00000000..82524501 Binary files /dev/null and b/.themes/arc-gruvbox/xfwm4/close-prelight.png differ diff --git a/.themes/arc-gruvbox/xfwm4/close-pressed.png b/.themes/arc-gruvbox/xfwm4/close-pressed.png new file mode 100644 index 00000000..843158b3 Binary files /dev/null and b/.themes/arc-gruvbox/xfwm4/close-pressed.png differ diff --git a/.themes/arc-gruvbox/xfwm4/hide-active.png b/.themes/arc-gruvbox/xfwm4/hide-active.png new file mode 100644 index 00000000..19c90ce4 Binary files /dev/null and b/.themes/arc-gruvbox/xfwm4/hide-active.png differ diff --git a/.themes/arc-gruvbox/xfwm4/hide-inactive.png b/.themes/arc-gruvbox/xfwm4/hide-inactive.png new file mode 100644 index 00000000..cb2b5f1a Binary files /dev/null and b/.themes/arc-gruvbox/xfwm4/hide-inactive.png differ diff --git a/.themes/arc-gruvbox/xfwm4/hide-prelight.png b/.themes/arc-gruvbox/xfwm4/hide-prelight.png new file mode 100644 index 00000000..bdbd21d4 Binary files /dev/null and b/.themes/arc-gruvbox/xfwm4/hide-prelight.png differ diff --git a/.themes/arc-gruvbox/xfwm4/hide-pressed.png b/.themes/arc-gruvbox/xfwm4/hide-pressed.png new file mode 100644 index 00000000..bdbd21d4 Binary files /dev/null and b/.themes/arc-gruvbox/xfwm4/hide-pressed.png differ diff --git a/.themes/arc-gruvbox/xfwm4/left-active.png b/.themes/arc-gruvbox/xfwm4/left-active.png new file mode 100644 index 00000000..c0e39f52 Binary files /dev/null and b/.themes/arc-gruvbox/xfwm4/left-active.png differ diff --git a/.themes/arc-gruvbox/xfwm4/left-inactive.png b/.themes/arc-gruvbox/xfwm4/left-inactive.png new file mode 100644 index 00000000..c0e39f52 Binary files /dev/null and b/.themes/arc-gruvbox/xfwm4/left-inactive.png differ diff --git a/.themes/arc-gruvbox/xfwm4/maximize-active.png b/.themes/arc-gruvbox/xfwm4/maximize-active.png new file mode 100644 index 00000000..519a1d9f Binary files /dev/null and b/.themes/arc-gruvbox/xfwm4/maximize-active.png differ diff --git a/.themes/arc-gruvbox/xfwm4/maximize-inactive.png b/.themes/arc-gruvbox/xfwm4/maximize-inactive.png new file mode 100644 index 00000000..cb2b5f1a Binary files /dev/null and b/.themes/arc-gruvbox/xfwm4/maximize-inactive.png differ diff --git a/.themes/arc-gruvbox/xfwm4/maximize-prelight.png b/.themes/arc-gruvbox/xfwm4/maximize-prelight.png new file mode 100644 index 00000000..232b7175 Binary files /dev/null and b/.themes/arc-gruvbox/xfwm4/maximize-prelight.png differ diff --git a/.themes/arc-gruvbox/xfwm4/maximize-pressed.png b/.themes/arc-gruvbox/xfwm4/maximize-pressed.png new file mode 100644 index 00000000..29673af9 Binary files /dev/null and b/.themes/arc-gruvbox/xfwm4/maximize-pressed.png differ diff --git a/.themes/arc-gruvbox/xfwm4/menu-active.png b/.themes/arc-gruvbox/xfwm4/menu-active.png new file mode 100644 index 00000000..4a4cce90 Binary files /dev/null and b/.themes/arc-gruvbox/xfwm4/menu-active.png differ diff --git a/.themes/arc-gruvbox/xfwm4/menu-inactive.png b/.themes/arc-gruvbox/xfwm4/menu-inactive.png new file mode 100644 index 00000000..4a4cce90 Binary files /dev/null and b/.themes/arc-gruvbox/xfwm4/menu-inactive.png differ diff --git a/.themes/arc-gruvbox/xfwm4/menu-pressed.png b/.themes/arc-gruvbox/xfwm4/menu-pressed.png new file mode 100644 index 00000000..4a4cce90 Binary files /dev/null and b/.themes/arc-gruvbox/xfwm4/menu-pressed.png differ diff --git a/.themes/arc-gruvbox/xfwm4/render-assets.sh b/.themes/arc-gruvbox/xfwm4/render-assets.sh new file mode 100644 index 00000000..f7ca6a8e --- /dev/null +++ b/.themes/arc-gruvbox/xfwm4/render-assets.sh @@ -0,0 +1,20 @@ +#! /bin/bash + +INKSCAPE="/usr/bin/inkscape" +OPTIPNG="/usr/bin/optipng" + +DARK_SRC_FILE="assets.svg" +INDEX="assets.txt" + +for i in `cat $INDEX` +do + if [ -f $i.png ]; then + rm $i.png + fi + echo Rendering $i.png + $INKSCAPE --export-id=$i \ + --export-id-only \ + --export-png=$i.png $DARK_SRC_FILE >/dev/null \ + && $OPTIPNG -o7 --quiet $i.png +done +exit 0 diff --git a/.themes/arc-gruvbox/xfwm4/right-active.png b/.themes/arc-gruvbox/xfwm4/right-active.png new file mode 100644 index 00000000..c0e39f52 Binary files /dev/null and b/.themes/arc-gruvbox/xfwm4/right-active.png differ diff --git a/.themes/arc-gruvbox/xfwm4/right-inactive.png b/.themes/arc-gruvbox/xfwm4/right-inactive.png new file mode 100644 index 00000000..c0e39f52 Binary files /dev/null and b/.themes/arc-gruvbox/xfwm4/right-inactive.png differ diff --git a/.themes/arc-gruvbox/xfwm4/shade-active.png b/.themes/arc-gruvbox/xfwm4/shade-active.png new file mode 100644 index 00000000..0b33d331 Binary files /dev/null and b/.themes/arc-gruvbox/xfwm4/shade-active.png differ diff --git a/.themes/arc-gruvbox/xfwm4/shade-inactive.png b/.themes/arc-gruvbox/xfwm4/shade-inactive.png new file mode 100644 index 00000000..0b33d331 Binary files /dev/null and b/.themes/arc-gruvbox/xfwm4/shade-inactive.png differ diff --git a/.themes/arc-gruvbox/xfwm4/shade-pressed.png b/.themes/arc-gruvbox/xfwm4/shade-pressed.png new file mode 100644 index 00000000..c6341c4c Binary files /dev/null and b/.themes/arc-gruvbox/xfwm4/shade-pressed.png differ diff --git a/.themes/arc-gruvbox/xfwm4/stick-active.png b/.themes/arc-gruvbox/xfwm4/stick-active.png new file mode 100644 index 00000000..22a3a148 Binary files /dev/null and b/.themes/arc-gruvbox/xfwm4/stick-active.png differ diff --git a/.themes/arc-gruvbox/xfwm4/stick-inactive.png b/.themes/arc-gruvbox/xfwm4/stick-inactive.png new file mode 100644 index 00000000..22a3a148 Binary files /dev/null and b/.themes/arc-gruvbox/xfwm4/stick-inactive.png differ diff --git a/.themes/arc-gruvbox/xfwm4/stick-pressed.png b/.themes/arc-gruvbox/xfwm4/stick-pressed.png new file mode 100644 index 00000000..8474fc36 Binary files /dev/null and b/.themes/arc-gruvbox/xfwm4/stick-pressed.png differ diff --git a/.themes/arc-gruvbox/xfwm4/themerc b/.themes/arc-gruvbox/xfwm4/themerc new file mode 100644 index 00000000..d3c70632 --- /dev/null +++ b/.themes/arc-gruvbox/xfwm4/themerc @@ -0,0 +1,5 @@ +button_offset=4 +button_spacing=2 +full_width_title=true +title_shadow_active=false +title_shadow_inactive=false diff --git a/.themes/arc-gruvbox/xfwm4/title-1-active.png b/.themes/arc-gruvbox/xfwm4/title-1-active.png new file mode 100644 index 00000000..baaf4b02 Binary files /dev/null and b/.themes/arc-gruvbox/xfwm4/title-1-active.png differ diff --git a/.themes/arc-gruvbox/xfwm4/title-1-inactive.png b/.themes/arc-gruvbox/xfwm4/title-1-inactive.png new file mode 100644 index 00000000..baaf4b02 Binary files /dev/null and b/.themes/arc-gruvbox/xfwm4/title-1-inactive.png differ diff --git a/.themes/arc-gruvbox/xfwm4/title-2-active.png b/.themes/arc-gruvbox/xfwm4/title-2-active.png new file mode 100644 index 00000000..baaf4b02 Binary files /dev/null and b/.themes/arc-gruvbox/xfwm4/title-2-active.png differ diff --git a/.themes/arc-gruvbox/xfwm4/title-2-inactive.png b/.themes/arc-gruvbox/xfwm4/title-2-inactive.png new file mode 100644 index 00000000..baaf4b02 Binary files /dev/null and b/.themes/arc-gruvbox/xfwm4/title-2-inactive.png differ diff --git a/.themes/arc-gruvbox/xfwm4/title-3-active.png b/.themes/arc-gruvbox/xfwm4/title-3-active.png new file mode 100644 index 00000000..baaf4b02 Binary files /dev/null and b/.themes/arc-gruvbox/xfwm4/title-3-active.png differ diff --git a/.themes/arc-gruvbox/xfwm4/title-3-inactive.png b/.themes/arc-gruvbox/xfwm4/title-3-inactive.png new file mode 100644 index 00000000..baaf4b02 Binary files /dev/null and b/.themes/arc-gruvbox/xfwm4/title-3-inactive.png differ diff --git a/.themes/arc-gruvbox/xfwm4/title-4-active.png b/.themes/arc-gruvbox/xfwm4/title-4-active.png new file mode 100644 index 00000000..baaf4b02 Binary files /dev/null and b/.themes/arc-gruvbox/xfwm4/title-4-active.png differ diff --git a/.themes/arc-gruvbox/xfwm4/title-4-inactive.png b/.themes/arc-gruvbox/xfwm4/title-4-inactive.png new file mode 100644 index 00000000..baaf4b02 Binary files /dev/null and b/.themes/arc-gruvbox/xfwm4/title-4-inactive.png differ diff --git a/.themes/arc-gruvbox/xfwm4/title-5-active.png b/.themes/arc-gruvbox/xfwm4/title-5-active.png new file mode 100644 index 00000000..baaf4b02 Binary files /dev/null and b/.themes/arc-gruvbox/xfwm4/title-5-active.png differ diff --git a/.themes/arc-gruvbox/xfwm4/title-5-inactive.png b/.themes/arc-gruvbox/xfwm4/title-5-inactive.png new file mode 100644 index 00000000..baaf4b02 Binary files /dev/null and b/.themes/arc-gruvbox/xfwm4/title-5-inactive.png differ diff --git a/.themes/arc-gruvbox/xfwm4/top-left-active.png b/.themes/arc-gruvbox/xfwm4/top-left-active.png new file mode 100644 index 00000000..b4991edb Binary files /dev/null and b/.themes/arc-gruvbox/xfwm4/top-left-active.png differ diff --git a/.themes/arc-gruvbox/xfwm4/top-left-inactive.png b/.themes/arc-gruvbox/xfwm4/top-left-inactive.png new file mode 100644 index 00000000..b4991edb Binary files /dev/null and b/.themes/arc-gruvbox/xfwm4/top-left-inactive.png differ diff --git a/.themes/arc-gruvbox/xfwm4/top-right-active.png b/.themes/arc-gruvbox/xfwm4/top-right-active.png new file mode 100644 index 00000000..2f7f780b Binary files /dev/null and b/.themes/arc-gruvbox/xfwm4/top-right-active.png differ diff --git a/.themes/arc-gruvbox/xfwm4/top-right-inactive.png b/.themes/arc-gruvbox/xfwm4/top-right-inactive.png new file mode 100644 index 00000000..2f7f780b Binary files /dev/null and b/.themes/arc-gruvbox/xfwm4/top-right-inactive.png differ diff --git a/.themes/papirus-dark/.fix/fix.sh b/.themes/papirus-dark/.fix/fix.sh new file mode 100755 index 00000000..e5a830f4 --- /dev/null +++ b/.themes/papirus-dark/.fix/fix.sh @@ -0,0 +1,118 @@ +#!/bin/bash +# Fix GTK 2 +mogrify -colorspace GRAY ../gtk-2.0/Arrows/*.png +mogrify -colorspace GRAY ../gtk-2.0/Buttons/*.png +mogrify -colorspace GRAY ../gtk-2.0/Check-Radio/*.png +mogrify -colorspace GRAY ../gtk-2.0/Entry/*.png +mogrify -colorspace GRAY ../gtk-2.0/Expanders/*.png +mogrify -colorspace GRAY ../gtk-2.0/Handles/*.png +mogrify -colorspace GRAY ../gtk-2.0/Lines/*.png +mogrify -colorspace GRAY ../gtk-2.0/Menubar/*.png +mogrify -colorspace GRAY ../gtk-2.0/Others/*.png +mogrify -colorspace GRAY ../gtk-2.0/ProgressBar/*.png +mogrify -colorspace GRAY ../gtk-2.0/Range/*.png +mogrify -colorspace GRAY ../gtk-2.0/Scrollbars/*.png +mogrify -colorspace GRAY ../gtk-2.0/Shadows/*.png +mogrify -colorspace GRAY ../gtk-2.0/Spin/*.png +mogrify -colorspace GRAY ../gtk-2.0/Tabs/*.png +mogrify -colorspace GRAY ../gtk-2.0/Toolbar/*.png +sed -i 's|3DAEE9|363636|g' ../gtk-2.0/gtkrc +sed -i 's|31363B|222222|g' ../gtk-2.0/gtkrc +sed -i 's|232629|222222|g' ../gtk-2.0/gtkrc +sed -i 's|353535|222222|g' ../gtk-2.0/gtkrc +cp tool* ../gtk-2.0/Toolbar/ +cp handle* ../gtk-2.0/Handles/ +cp menu* ../gtk-2.0/Menubar/ +# Fix GTK 3 +mogrify -colorspace GRAY ../gtk-3.0/assets/*.png +sed -i 's|93cee9|2E2E2E|g' ../gtk-3.0/*css +sed -i 's|3DADE8|363636|g' ../gtk-3.0/*css +sed -i 's|3DAEE9|363636|g' ../gtk-3.0/*css +sed -i 's|3daee9|363636|g' ../gtk-3.0/*css +sed -i 's|31363B|222222|g' ../gtk-3.0/*css +sed -i 's|232629|222222|g' ../gtk-3.0/*css +sed -i 's|353535|222222|g' ../gtk-3.0/*css +sed -i 's|93cee9|A6A6A6|g' ../gtk-3.0/*css +sed -i 's|3DADE8|888888|g' ../gtk-3.0/*css +sed -i 's|3DAEE9|888888|g' ../gtk-3.0/*css +sed -i 's|3daee9|888888|g' ../gtk-3.0/*css +sed -i 's|96CDF1|888888|g' ../gtk-3.0/*css +sed -i 's|96cdf1|888888|g' ../gtk-3.0/*css +sed -i 's|86B7D7|888888|g' ../gtk-3.0/*css +sed -i 's|86b7d7|888888|g' ../gtk-3.0/*css +sed -i 's|CBE2EF|888888|g' ../gtk-3.0/*css +sed -i 's|cbe2ef|888888|g' ../gtk-3.0/*css +sed -i 's|96CDF1|888888|g' ../gtk-3.0/*css +sed -i 's|96cdf1|888888|g' ../gtk-3.0/*css +sed -i 's|86B7D7|888888|g' ../gtk-3.0/*css +sed -i 's|86b7d7|888888|g' ../gtk-3.0/*css +sed -i 's|CBE2EF|888888|g' ../gtk-3.0/*css +sed -i 's|cbe2ef|888888|g' ../gtk-3.0/*css +sed -i 's|232629|262626|g' ../gtk-3.0/*css +sed -i 's|31363b|363636|g' ../gtk-3.0/*css +sed -i 's|31363B|363636|g' ../gtk-3.0/*css +sed -i 's|475057|4f4f4f|g' ../gtk-3.0/*css +sed -i 's|bdc3c7|c2c2c2|g' ../gtk-3.0/*css +sed -i 's|696D71|6d6d6d|g' ../gtk-3.0/*css +sed -i 's|2a76c6|787878|g' ../gtk-3.0/*css +sed -i 's|215d9c|5f5f5f|g' ../gtk-3.0/*css +sed -i 's|2e3436|323232|g' ../gtk-3.0/*css +sed -i 's|4a90d9|919191|g' ../gtk-3.0/*css +sed -i 's|575c5e|5b5b5b|g' ../gtk-3.0/*css +sed -i 's|5f9ddd|9e9e9e|g' ../gtk-3.0/*css +sed -i 's|3583d5|858585|g' ../gtk-3.0/*css +sed -i 's|85b4e5|b5b5b5|g' ../gtk-3.0/*css +sed -i 's|5b9add|9c9c9c|g' ../gtk-3.0/*css +sed -i 's|1c5187|525252|g' ../gtk-3.0/*css +sed -i 's|2b79cb|7b7b7b|g' ../gtk-3.0/*css +sed -i 's|2e7fd3|808080|g' ../gtk-3.0/*css +sed -i 's|dae8f7|e9e9e9|g' ../gtk-3.0/*css +sed -i 's|d4e3f3|e3e3e3|g' ../gtk-3.0/*css +sed -i 's|8db8e6|b9b9b9|g' ../gtk-3.0/*css +sed -i 's|5093da|959595|g' ../gtk-3.0/*css +sed -i 's|b9d3f0|d5d5d5|g' ../gtk-3.0/*css +sed -i 's|4a8cd1|8d8d8d|g' ../gtk-3.0/*css +sed -i 's|b6d2ef|d3d3d3|g' ../gtk-3.0/*css +sed -i 's|ecf3fb|f3f3f3|g' ../gtk-3.0/*css +sed -i 's|42484a|464646|g' ../gtk-3.0/*css +sed -i 's|184472|454545|g' ../gtk-3.0/*css +sed -i 's|3875b4|767676|g' ../gtk-3.0/*css +sed -i 's|a4c7ec|c8c8c8|g' ../gtk-3.0/*css +sed -i 's|9ac1e9|c1c1c1|g' ../gtk-3.0/*css +sed -i 's|65a0de|a1a1a1|g' ../gtk-3.0/*css +sed -i 's|92bce8|bdbdbd|g' ../gtk-3.0/*css +sed -i 's|80b1e4|b2b2b2|g' ../gtk-3.0/*css +sed -i 's|3c6287|626262|g' ../gtk-3.0/*css +sed -i 's|c8ddf3|dddddd|g' ../gtk-3.0/*css +sed -i 's|63a0de|a0a0a0|g' ../gtk-3.0/*css +sed -i 's|153d65|3d3d3d|g' ../gtk-3.0/*css +sed -i 's|4786c8|878787|g' ../gtk-3.0/*css +sed -i 's|748489|7f7f7f|g' ../gtk-3.0/*css +sed -i 's|b2cfee|d0d0d0|g' ../gtk-3.0/*css +sed -i 's|0f2b48|2c2c2c|g' ../gtk-3.0/*css +sed -i 's|256ab1|6b6b6b|g' ../gtk-3.0/*css +sed -i 's|0b1e33|1f1f1f|g' ../gtk-3.0/*css +sed -i 's|3180d4|828282|g' ../gtk-3.0/*css +sed -i 's|2467ad|696969|g' ../gtk-3.0/*css +sed -i 's|194776|484848|g' ../gtk-3.0/*css +sed -i 's|1b4d80|4e4e4e|g' ../gtk-3.0/*css +sed -i 's|d2deeb|dfdfdf|g' ../gtk-3.0/*css +sed -i 's|d0d9e2|d9d9d9|g' ../gtk-3.0/*css +sed -i 's|6c88a5|888888|g' ../gtk-3.0/*css +sed -i 's|1d4876|4a4a4a|g' ../gtk-3.0/*css +sed -i 's|a4b5c8|b6b6b6|g' ../gtk-3.0/*css +sed -i 's|1b436f|454545|g' ../gtk-3.0/*css +sed -i 's|dce9ef|e5e5e5|g' ../gtk-3.0/*css +sed -i 's|DCE9EF|e5e5e5|g' ../gtk-3.0/*css +sed -i 's|46b2ea|989898|g' ../gtk-3.0/*css +sed -i 's|3A3F44|3f3f3f|g' ../gtk-3.0/*css +sed -i 's|81caf0|b9b9b9|g' ../gtk-3.0/*css +sed -i 's|363b41|3c3c3c|g' ../gtk-3.0/*css +sed -i 's|8f9295|929292|g' ../gtk-3.0/*css +sed -i 's|606468|646464|g' ../gtk-3.0/*css +sed -i 's|3a3f44|3f3f3f|g' ../gtk-3.0/*css +sed -i 's|1787c2|6d6d6d|g' ../gtk-3.0/*css +sed -i 's|6bc0ed|6d6d6d|g' ../gtk-3.0/*css +sed -i 's|61, 174, 233|147, 147, 147|g' ../gtk-3.0/*css +sed -i 's|147, 206, 233|190, 190, 190|g' ../gtk-3.0/*css +sed -i 's|61, 173, 232|146, 146, 146|g' ../gtk-3.0/*css diff --git a/.themes/papirus-dark/.fix/handle-h.png b/.themes/papirus-dark/.fix/handle-h.png new file mode 100644 index 00000000..e4e834cd Binary files /dev/null and b/.themes/papirus-dark/.fix/handle-h.png differ diff --git a/.themes/papirus-dark/.fix/handle-v.png b/.themes/papirus-dark/.fix/handle-v.png new file mode 100644 index 00000000..59ffb7f1 Binary files /dev/null and b/.themes/papirus-dark/.fix/handle-v.png differ diff --git a/.themes/papirus-dark/.fix/menu-frame.png b/.themes/papirus-dark/.fix/menu-frame.png new file mode 100644 index 00000000..1bc1fdda Binary files /dev/null and b/.themes/papirus-dark/.fix/menu-frame.png differ diff --git a/.themes/papirus-dark/.fix/menubar-button.png b/.themes/papirus-dark/.fix/menubar-button.png new file mode 100644 index 00000000..948256f5 Binary files /dev/null and b/.themes/papirus-dark/.fix/menubar-button.png differ diff --git a/.themes/papirus-dark/.fix/toolbar-bg.png b/.themes/papirus-dark/.fix/toolbar-bg.png new file mode 100644 index 00000000..f8e490a6 Binary files /dev/null and b/.themes/papirus-dark/.fix/toolbar-bg.png differ diff --git a/.themes/papirus-dark/.fix/toolbutton-normal.png b/.themes/papirus-dark/.fix/toolbutton-normal.png new file mode 100644 index 00000000..e9699c58 Binary files /dev/null and b/.themes/papirus-dark/.fix/toolbutton-normal.png differ diff --git a/.themes/papirus-dark/AUTHORS b/.themes/papirus-dark/AUTHORS new file mode 100644 index 00000000..18e10fef --- /dev/null +++ b/.themes/papirus-dark/AUTHORS @@ -0,0 +1,6 @@ +------------------------ PAPIRUS DARK GTK THEME (only for KDE) ------------------------ +SOURCES: +Gnome Breeze - Dirruk1 (https://github.com/dirruk1/gnome-breeze) + +CUSTOMIZER: +Alexey Varfolomeev - Papirus Pack KDE (https://github.com/varlesh/papirus-suite) diff --git a/.themes/papirus-dark/LICENSE b/.themes/papirus-dark/LICENSE new file mode 100644 index 00000000..9f9b88d3 --- /dev/null +++ b/.themes/papirus-dark/LICENSE @@ -0,0 +1,177 @@ +GNU LESSER GENERAL PUBLIC LICENSE + +Version 2.1, February 1999 + +Copyright (C) 1991, 1999 Free Software Foundation, Inc. +51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA +Everyone is permitted to copy and distribute verbatim copies +of this license document, but changing it is not allowed. + +[This is the first released version of the Lesser GPL. It also counts + as the successor of the GNU Library Public License, version 2, hence + the version number 2.1.] + +Preamble + +The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public Licenses are intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users. + +This license, the Lesser General Public License, applies to some specially designated software packages--typically libraries--of the Free Software Foundation and other authors who decide to use it. You can use it too, but we suggest you first think carefully about whether this license or the ordinary General Public License is the better strategy to use in any particular case, based on the explanations below. + +When we speak of free software, we are referring to freedom of use, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for this service if you wish); that you receive source code or can get it if you want it; that you can change the software and use pieces of it in new free programs; and that you are informed that you can do these things. + +To protect your rights, we need to make restrictions that forbid distributors to deny you these rights or to ask you to surrender these rights. These restrictions translate to certain responsibilities for you if you distribute copies of the library or if you modify it. + +For example, if you distribute copies of the library, whether gratis or for a fee, you must give the recipients all the rights that we gave you. You must make sure that they, too, receive or can get the source code. If you link other code with the library, you must provide complete object files to the recipients, so that they can relink them with the library after making changes to the library and recompiling it. And you must show them these terms so they know their rights. + +We protect your rights with a two-step method: (1) we copyright the library, and (2) we offer you this license, which gives you legal permission to copy, distribute and/or modify the library. + +To protect each distributor, we want to make it very clear that there is no warranty for the free library. Also, if the library is modified by someone else and passed on, the recipients should know that what they have is not the original version, so that the original author's reputation will not be affected by problems that might be introduced by others. + +Finally, software patents pose a constant threat to the existence of any free program. We wish to make sure that a company cannot effectively restrict the users of a free program by obtaining a restrictive license from a patent holder. Therefore, we insist that any patent license obtained for a version of the library must be consistent with the full freedom of use specified in this license. + +Most GNU software, including some libraries, is covered by the ordinary GNU General Public License. This license, the GNU Lesser General Public License, applies to certain designated libraries, and is quite different from the ordinary General Public License. We use this license for certain libraries in order to permit linking those libraries into non-free programs. + +When a program is linked with a library, whether statically or using a shared library, the combination of the two is legally speaking a combined work, a derivative of the original library. The ordinary General Public License therefore permits such linking only if the entire combination fits its criteria of freedom. The Lesser General Public License permits more lax criteria for linking other code with the library. + +We call this license the "Lesser" General Public License because it does Less to protect the user's freedom than the ordinary General Public License. It also provides other free software developers Less of an advantage over competing non-free programs. These disadvantages are the reason we use the ordinary General Public License for many libraries. However, the Lesser license provides advantages in certain special circumstances. + +For example, on rare occasions, there may be a special need to encourage the widest possible use of a certain library, so that it becomes a de-facto standard. To achieve this, non-free programs must be allowed to use the library. A more frequent case is that a free library does the same job as widely used non-free libraries. In this case, there is little to gain by limiting the free library to free software only, so we use the Lesser General Public License. + +In other cases, permission to use a particular library in non-free programs enables a greater number of people to use a large body of free software. For example, permission to use the GNU C Library in non-free programs enables many more people to use the whole GNU operating system, as well as its variant, the GNU/Linux operating system. + +Although the Lesser General Public License is Less protective of the users' freedom, it does ensure that the user of a program that is linked with the Library has the freedom and the wherewithal to run that program using a modified version of the Library. + +The precise terms and conditions for copying, distribution and modification follow. Pay close attention to the difference between a "work based on the library" and a "work that uses the library". The former contains code derived from the library, whereas the latter must be combined with the library in order to run. +TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + +0. This License Agreement applies to any software library or other program which contains a notice placed by the copyright holder or other authorized party saying it may be distributed under the terms of this Lesser General Public License (also called "this License"). Each licensee is addressed as "you". + +A "library" means a collection of software functions and/or data prepared so as to be conveniently linked with application programs (which use some of those functions and data) to form executables. + +The "Library", below, refers to any such software library or work which has been distributed under these terms. A "work based on the Library" means either the Library or any derivative work under copyright law: that is to say, a work containing the Library or a portion of it, either verbatim or with modifications and/or translated straightforwardly into another language. (Hereinafter, translation is included without limitation in the term "modification".) + +"Source code" for a work means the preferred form of the work for making modifications to it. For a library, complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the library. + +Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of running a program using the Library is not restricted, and output from such a program is covered only if its contents constitute a work based on the Library (independent of the use of the Library in a tool for writing it). Whether that is true depends on what the Library does and what the program that uses the Library does. + +1. You may copy and distribute verbatim copies of the Library's complete source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this License and to the absence of any warranty; and distribute a copy of this License along with the Library. + +You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee. + +2. You may modify your copy or copies of the Library or any portion of it, thus forming a work based on the Library, and copy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions: + + a) The modified work must itself be a software library. + b) You must cause the files modified to carry prominent notices stating that you changed the files and the date of any change. + c) You must cause the whole of the work to be licensed at no charge to all third parties under the terms of this License. + d) If a facility in the modified Library refers to a function or a table of data to be supplied by an application program that uses the facility, other than as an argument passed when the facility is invoked, then you must make a good faith effort to ensure that, in the event an application does not supply such function or table, the facility still operates, and performs whatever part of its purpose remains meaningful. + + (For example, a function in a library to compute square roots has a purpose that is entirely well-defined independent of the application. Therefore, Subsection 2d requires that any application-supplied function or table used by this function must be optional: if the application does not supply it, the square root function must still compute square roots.) + +These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Library, and can be reasonably considered independent and separate works in themselves, then this License, and its terms, do not apply to those sections when you distribute them as separate works. But when you distribute the same sections as part of a whole which is a work based on the Library, the distribution of the whole must be on the terms of this License, whose permissions for other licensees extend to the entire whole, and thus to each and every part regardless of who wrote it. + +Thus, it is not the intent of this section to claim rights or contest your rights to work written entirely by you; rather, the intent is to exercise the right to control the distribution of derivative or collective works based on the Library. + +In addition, mere aggregation of another work not based on the Library with the Library (or with a work based on the Library) on a volume of a storage or distribution medium does not bring the other work under the scope of this License. + +3. You may opt to apply the terms of the ordinary GNU General Public License instead of this License to a given copy of the Library. To do this, you must alter all the notices that refer to this License, so that they refer to the ordinary GNU General Public License, version 2, instead of to this License. (If a newer version than version 2 of the ordinary GNU General Public License has appeared, then you can specify that version instead if you wish.) Do not make any other change in these notices. + +Once this change is made in a given copy, it is irreversible for that copy, so the ordinary GNU General Public License applies to all subsequent copies and derivative works made from that copy. + +This option is useful when you wish to copy part of the code of the Library into a program that is not a library. + +4. You may copy and distribute the Library (or a portion or derivative of it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange. + +If distribution of object code is made by offering access to copy from a designated place, then offering equivalent access to copy the source code from the same place satisfies the requirement to distribute the source code, even though third parties are not compelled to copy the source along with the object code. + +5. A program that contains no derivative of any portion of the Library, but is designed to work with the Library by being compiled or linked with it, is called a "work that uses the Library". Such a work, in isolation, is not a derivative work of the Library, and therefore falls outside the scope of this License. + +However, linking a "work that uses the Library" with the Library creates an executable that is a derivative of the Library (because it contains portions of the Library), rather than a "work that uses the library". The executable is therefore covered by this License. Section 6 states terms for distribution of such executables. + +When a "work that uses the Library" uses material from a header file that is part of the Library, the object code for the work may be a derivative work of the Library even though the source code is not. Whether this is true is especially significant if the work can be linked without the Library, or if the work is itself a library. The threshold for this to be true is not precisely defined by law. + +If such an object file uses only numerical parameters, data structure layouts and accessors, and small macros and small inline functions (ten lines or less in length), then the use of the object file is unrestricted, regardless of whether it is legally a derivative work. (Executables containing this object code plus portions of the Library will still fall under Section 6.) + +Otherwise, if the work is a derivative of the Library, you may distribute the object code for the work under the terms of Section 6. Any executables containing that work also fall under Section 6, whether or not they are linked directly with the Library itself. + +6. As an exception to the Sections above, you may also combine or link a "work that uses the Library" with the Library to produce a work containing portions of the Library, and distribute that work under terms of your choice, provided that the terms permit modification of the work for the customer's own use and reverse engineering for debugging such modifications. + +You must give prominent notice with each copy of the work that the Library is used in it and that the Library and its use are covered by this License. You must supply a copy of this License. If the work during execution displays copyright notices, you must include the copyright notice for the Library among them, as well as a reference directing the user to the copy of this License. Also, you must do one of these things: + + a) Accompany the work with the complete corresponding machine-readable source code for the Library including whatever changes were used in the work (which must be distributed under Sections 1 and 2 above); and, if the work is an executable linked with the Library, with the complete machine-readable "work that uses the Library", as object code and/or source code, so that the user can modify the Library and then relink to produce a modified executable containing the modified Library. (It is understood that the user who changes the contents of definitions files in the Library will not necessarily be able to recompile the application to use the modified definitions.) + b) Use a suitable shared library mechanism for linking with the Library. A suitable mechanism is one that (1) uses at run time a copy of the library already present on the user's computer system, rather than copying library functions into the executable, and (2) will operate properly with a modified version of the library, if the user installs one, as long as the modified version is interface-compatible with the version that the work was made with. + c) Accompany the work with a written offer, valid for at least three years, to give the same user the materials specified in Subsection 6a, above, for a charge no more than the cost of performing this distribution. + d) If distribution of the work is made by offering access to copy from a designated place, offer equivalent access to copy the above specified materials from the same place. + e) Verify that the user has already received a copy of these materials or that you have already sent this user a copy. + +For an executable, the required form of the "work that uses the Library" must include any data and utility programs needed for reproducing the executable from it. However, as a special exception, the materials to be distributed need not include anything that is normally distributed (in either source or binary form) with the major components (compiler, kernel, and so on) of the operating system on which the executable runs, unless that component itself accompanies the executable. + +It may happen that this requirement contradicts the license restrictions of other proprietary libraries that do not normally accompany the operating system. Such a contradiction means you cannot use both them and the Library together in an executable that you distribute. + +7. You may place library facilities that are a work based on the Library side-by-side in a single library together with other library facilities not covered by this License, and distribute such a combined library, provided that the separate distribution of the work based on the Library and of the other library facilities is otherwise permitted, and provided that you do these two things: + + a) Accompany the combined library with a copy of the same work based on the Library, uncombined with any other library facilities. This must be distributed under the terms of the Sections above. + b) Give prominent notice with the combined library of the fact that part of it is a work based on the Library, and explaining where to find the accompanying uncombined form of the same work. + +8. You may not copy, modify, sublicense, link with, or distribute the Library except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense, link with, or distribute the Library is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance. + +9. You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or distribute the Library or its derivative works. These actions are prohibited by law if you do not accept this License. Therefore, by modifying or distributing the Library (or any work based on the Library), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or modifying the Library or works based on it. + +10. Each time you redistribute the Library (or any work based on the Library), the recipient automatically receives a license from the original licensor to copy, distribute, link with or modify the Library subject to these terms and conditions. You may not impose any further restrictions on the recipients' exercise of the rights granted herein. You are not responsible for enforcing compliance by third parties with this License. + +11. If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot distribute so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not distribute the Library at all. For example, if a patent license would not permit royalty-free redistribution of the Library by all those who receive copies directly or indirectly through you, then the only way you could satisfy both it and this License would be to refrain entirely from distribution of the Library. + +If any portion of this section is held invalid or unenforceable under any particular circumstance, the balance of the section is intended to apply, and the section as a whole is intended to apply in other circumstances. + +It is not the purpose of this section to induce you to infringe any patents or other property right claims or to contest validity of any such claims; this section has the sole purpose of protecting the integrity of the free software distribution system which is implemented by public license practices. Many people have made generous contributions to the wide range of software distributed through that system in reliance on consistent application of that system; it is up to the author/donor to decide if he or she is willing to distribute software through any other system and a licensee cannot impose that choice. + +This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License. + +12. If the distribution and/or use of the Library is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Library under this License may add an explicit geographical distribution limitation excluding those countries, so that distribution is permitted only in or among countries not thus excluded. In such case, this License incorporates the limitation as if written in the body of this License. + +13. The Free Software Foundation may publish revised and/or new versions of the Lesser General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. + +Each version is given a distinguishing version number. If the Library specifies a version number of this License which applies to it and "any later version", you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation. If the Library does not specify a license version number, you may choose any version ever published by the Free Software Foundation. + +14. If you wish to incorporate parts of the Library into other free programs whose distribution conditions are incompatible with these, write to the author to ask for permission. For software which is copyrighted by the Free Software Foundation, write to the Free Software Foundation; we sometimes make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally. + +NO WARRANTY + +15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + +16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. +END OF TERMS AND CONDITIONS +How to Apply These Terms to Your New Libraries + +If you develop a new library, and you want it to be of the greatest possible use to the public, we recommend making it free software that everyone can redistribute and change. You can do so by permitting redistribution under these terms (or, alternatively, under the terms of the ordinary General Public License). + +To apply these terms, attach the following notices to the library. It is safest to attach them to the start of each source file to most effectively convey the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. + +one line to give the library's name and an idea of what it does. +Copyright (C) year name of author + +This library is free software; you can redistribute it and/or +modify it under the terms of the GNU Lesser General Public +License as published by the Free Software Foundation; either +version 2.1 of the License, or (at your option) any later version. + +This library is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +Lesser General Public License for more details. + +You should have received a copy of the GNU Lesser General Public +License along with this library; if not, write to the Free Software +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + +Also add information on how to contact you by electronic and paper mail. + +You should also get your employer (if you work as a programmer) or your school, if any, to sign a "copyright disclaimer" for the library, if necessary. Here is a sample; alter the names: + +Yoyodyne, Inc., hereby disclaims all copyright interest in +the library `Frob' (a library for tweaking knobs) written +by James Random Hacker. + +signature of Ty Coon, 1 April 1990 +Ty Coon, President of Vice + +That's all there is to it! diff --git a/.themes/papirus-dark/gtk-2.0/Arrows/arrow-down-insens.png b/.themes/papirus-dark/gtk-2.0/Arrows/arrow-down-insens.png new file mode 100644 index 00000000..e4c9e1f3 Binary files /dev/null and b/.themes/papirus-dark/gtk-2.0/Arrows/arrow-down-insens.png differ diff --git a/.themes/papirus-dark/gtk-2.0/Arrows/arrow-down-prelight.png b/.themes/papirus-dark/gtk-2.0/Arrows/arrow-down-prelight.png new file mode 100644 index 00000000..578cd70f Binary files /dev/null and b/.themes/papirus-dark/gtk-2.0/Arrows/arrow-down-prelight.png differ diff --git a/.themes/papirus-dark/gtk-2.0/Arrows/arrow-down-small-insens.png b/.themes/papirus-dark/gtk-2.0/Arrows/arrow-down-small-insens.png new file mode 100644 index 00000000..3f5951e9 Binary files /dev/null and b/.themes/papirus-dark/gtk-2.0/Arrows/arrow-down-small-insens.png differ diff --git a/.themes/papirus-dark/gtk-2.0/Arrows/arrow-down-small-prelight.png b/.themes/papirus-dark/gtk-2.0/Arrows/arrow-down-small-prelight.png new file mode 100644 index 00000000..49fe72b2 Binary files /dev/null and b/.themes/papirus-dark/gtk-2.0/Arrows/arrow-down-small-prelight.png differ diff --git a/.themes/papirus-dark/gtk-2.0/Arrows/arrow-down-small.png b/.themes/papirus-dark/gtk-2.0/Arrows/arrow-down-small.png new file mode 100644 index 00000000..adeb3643 Binary files /dev/null and b/.themes/papirus-dark/gtk-2.0/Arrows/arrow-down-small.png differ diff --git a/.themes/papirus-dark/gtk-2.0/Arrows/arrow-down.png b/.themes/papirus-dark/gtk-2.0/Arrows/arrow-down.png new file mode 100644 index 00000000..7fc1c265 Binary files /dev/null and b/.themes/papirus-dark/gtk-2.0/Arrows/arrow-down.png differ diff --git a/.themes/papirus-dark/gtk-2.0/Arrows/arrow-left-insens.png b/.themes/papirus-dark/gtk-2.0/Arrows/arrow-left-insens.png new file mode 100644 index 00000000..95c2a5f7 Binary files /dev/null and b/.themes/papirus-dark/gtk-2.0/Arrows/arrow-left-insens.png differ diff --git a/.themes/papirus-dark/gtk-2.0/Arrows/arrow-left-prelight.png b/.themes/papirus-dark/gtk-2.0/Arrows/arrow-left-prelight.png new file mode 100644 index 00000000..2f6bbb1c Binary files /dev/null and b/.themes/papirus-dark/gtk-2.0/Arrows/arrow-left-prelight.png differ diff --git a/.themes/papirus-dark/gtk-2.0/Arrows/arrow-left-small-insens.png b/.themes/papirus-dark/gtk-2.0/Arrows/arrow-left-small-insens.png new file mode 100644 index 00000000..92561960 Binary files /dev/null and b/.themes/papirus-dark/gtk-2.0/Arrows/arrow-left-small-insens.png differ diff --git a/.themes/papirus-dark/gtk-2.0/Arrows/arrow-left-small-prelight.png b/.themes/papirus-dark/gtk-2.0/Arrows/arrow-left-small-prelight.png new file mode 100644 index 00000000..93312d6b Binary files /dev/null and b/.themes/papirus-dark/gtk-2.0/Arrows/arrow-left-small-prelight.png differ diff --git a/.themes/papirus-dark/gtk-2.0/Arrows/arrow-left-small.png b/.themes/papirus-dark/gtk-2.0/Arrows/arrow-left-small.png new file mode 100644 index 00000000..8c167b39 Binary files /dev/null and b/.themes/papirus-dark/gtk-2.0/Arrows/arrow-left-small.png differ diff --git a/.themes/papirus-dark/gtk-2.0/Arrows/arrow-left.png b/.themes/papirus-dark/gtk-2.0/Arrows/arrow-left.png new file mode 100644 index 00000000..ffc4087c Binary files /dev/null and b/.themes/papirus-dark/gtk-2.0/Arrows/arrow-left.png differ diff --git a/.themes/papirus-dark/gtk-2.0/Arrows/arrow-right-insens.png b/.themes/papirus-dark/gtk-2.0/Arrows/arrow-right-insens.png new file mode 100644 index 00000000..1e1e9f4a Binary files /dev/null and b/.themes/papirus-dark/gtk-2.0/Arrows/arrow-right-insens.png differ diff --git a/.themes/papirus-dark/gtk-2.0/Arrows/arrow-right-prelight.png b/.themes/papirus-dark/gtk-2.0/Arrows/arrow-right-prelight.png new file mode 100644 index 00000000..d9f56016 Binary files /dev/null and b/.themes/papirus-dark/gtk-2.0/Arrows/arrow-right-prelight.png differ diff --git a/.themes/papirus-dark/gtk-2.0/Arrows/arrow-right-small-insens.png b/.themes/papirus-dark/gtk-2.0/Arrows/arrow-right-small-insens.png new file mode 100644 index 00000000..48a01eb1 Binary files /dev/null and b/.themes/papirus-dark/gtk-2.0/Arrows/arrow-right-small-insens.png differ diff --git a/.themes/papirus-dark/gtk-2.0/Arrows/arrow-right-small-prelight.png b/.themes/papirus-dark/gtk-2.0/Arrows/arrow-right-small-prelight.png new file mode 100644 index 00000000..30386c5d Binary files /dev/null and b/.themes/papirus-dark/gtk-2.0/Arrows/arrow-right-small-prelight.png differ diff --git a/.themes/papirus-dark/gtk-2.0/Arrows/arrow-right-small.png b/.themes/papirus-dark/gtk-2.0/Arrows/arrow-right-small.png new file mode 100644 index 00000000..1c04742b Binary files /dev/null and b/.themes/papirus-dark/gtk-2.0/Arrows/arrow-right-small.png differ diff --git a/.themes/papirus-dark/gtk-2.0/Arrows/arrow-right.png b/.themes/papirus-dark/gtk-2.0/Arrows/arrow-right.png new file mode 100644 index 00000000..d675487b Binary files /dev/null and b/.themes/papirus-dark/gtk-2.0/Arrows/arrow-right.png differ diff --git a/.themes/papirus-dark/gtk-2.0/Arrows/arrow-up-insens.png b/.themes/papirus-dark/gtk-2.0/Arrows/arrow-up-insens.png new file mode 100644 index 00000000..795a1be3 Binary files /dev/null and b/.themes/papirus-dark/gtk-2.0/Arrows/arrow-up-insens.png differ diff --git a/.themes/papirus-dark/gtk-2.0/Arrows/arrow-up-prelight.png b/.themes/papirus-dark/gtk-2.0/Arrows/arrow-up-prelight.png new file mode 100644 index 00000000..6e38a608 Binary files /dev/null and b/.themes/papirus-dark/gtk-2.0/Arrows/arrow-up-prelight.png differ diff --git a/.themes/papirus-dark/gtk-2.0/Arrows/arrow-up-small-insens.png b/.themes/papirus-dark/gtk-2.0/Arrows/arrow-up-small-insens.png new file mode 100644 index 00000000..de648eea Binary files /dev/null and b/.themes/papirus-dark/gtk-2.0/Arrows/arrow-up-small-insens.png differ diff --git a/.themes/papirus-dark/gtk-2.0/Arrows/arrow-up-small-prelight.png b/.themes/papirus-dark/gtk-2.0/Arrows/arrow-up-small-prelight.png new file mode 100644 index 00000000..08dcb3f9 Binary files /dev/null and b/.themes/papirus-dark/gtk-2.0/Arrows/arrow-up-small-prelight.png differ diff --git a/.themes/papirus-dark/gtk-2.0/Arrows/arrow-up-small.png b/.themes/papirus-dark/gtk-2.0/Arrows/arrow-up-small.png new file mode 100644 index 00000000..87708ea6 Binary files /dev/null and b/.themes/papirus-dark/gtk-2.0/Arrows/arrow-up-small.png differ diff --git a/.themes/papirus-dark/gtk-2.0/Arrows/arrow-up.png b/.themes/papirus-dark/gtk-2.0/Arrows/arrow-up.png new file mode 100644 index 00000000..105bc15e Binary files /dev/null and b/.themes/papirus-dark/gtk-2.0/Arrows/arrow-up.png differ diff --git a/.themes/papirus-dark/gtk-2.0/Arrows/menu-arrow-insens.png b/.themes/papirus-dark/gtk-2.0/Arrows/menu-arrow-insens.png new file mode 100644 index 00000000..1e1e9f4a Binary files /dev/null and b/.themes/papirus-dark/gtk-2.0/Arrows/menu-arrow-insens.png differ diff --git a/.themes/papirus-dark/gtk-2.0/Arrows/menu-arrow-prelight.png b/.themes/papirus-dark/gtk-2.0/Arrows/menu-arrow-prelight.png new file mode 100644 index 00000000..d675487b Binary files /dev/null and b/.themes/papirus-dark/gtk-2.0/Arrows/menu-arrow-prelight.png differ diff --git a/.themes/papirus-dark/gtk-2.0/Arrows/menu-arrow.png b/.themes/papirus-dark/gtk-2.0/Arrows/menu-arrow.png new file mode 100644 index 00000000..d675487b Binary files /dev/null and b/.themes/papirus-dark/gtk-2.0/Arrows/menu-arrow.png differ diff --git a/.themes/papirus-dark/gtk-2.0/Buttons/button-default.png b/.themes/papirus-dark/gtk-2.0/Buttons/button-default.png new file mode 100644 index 00000000..282c1069 Binary files /dev/null and b/.themes/papirus-dark/gtk-2.0/Buttons/button-default.png differ diff --git a/.themes/papirus-dark/gtk-2.0/Buttons/button-insensitive.png b/.themes/papirus-dark/gtk-2.0/Buttons/button-insensitive.png new file mode 100644 index 00000000..33ba06f2 Binary files /dev/null and b/.themes/papirus-dark/gtk-2.0/Buttons/button-insensitive.png differ diff --git a/.themes/papirus-dark/gtk-2.0/Buttons/button-normal.png b/.themes/papirus-dark/gtk-2.0/Buttons/button-normal.png new file mode 100644 index 00000000..282c1069 Binary files /dev/null and b/.themes/papirus-dark/gtk-2.0/Buttons/button-normal.png differ diff --git a/.themes/papirus-dark/gtk-2.0/Buttons/button-prelight.png b/.themes/papirus-dark/gtk-2.0/Buttons/button-prelight.png new file mode 100644 index 00000000..84c21d1e Binary files /dev/null and b/.themes/papirus-dark/gtk-2.0/Buttons/button-prelight.png differ diff --git a/.themes/papirus-dark/gtk-2.0/Buttons/button-pressed.png b/.themes/papirus-dark/gtk-2.0/Buttons/button-pressed.png new file mode 100644 index 00000000..95177f8c Binary files /dev/null and b/.themes/papirus-dark/gtk-2.0/Buttons/button-pressed.png differ diff --git a/.themes/papirus-dark/gtk-2.0/Check-Radio/checkbox-checked-insensitive.png b/.themes/papirus-dark/gtk-2.0/Check-Radio/checkbox-checked-insensitive.png new file mode 100644 index 00000000..f33fa609 Binary files /dev/null and b/.themes/papirus-dark/gtk-2.0/Check-Radio/checkbox-checked-insensitive.png differ diff --git a/.themes/papirus-dark/gtk-2.0/Check-Radio/checkbox-checked.png b/.themes/papirus-dark/gtk-2.0/Check-Radio/checkbox-checked.png new file mode 100644 index 00000000..6adb6aa4 Binary files /dev/null and b/.themes/papirus-dark/gtk-2.0/Check-Radio/checkbox-checked.png differ diff --git a/.themes/papirus-dark/gtk-2.0/Check-Radio/checkbox-unchecked-insensitive.png b/.themes/papirus-dark/gtk-2.0/Check-Radio/checkbox-unchecked-insensitive.png new file mode 100644 index 00000000..899d75b3 Binary files /dev/null and b/.themes/papirus-dark/gtk-2.0/Check-Radio/checkbox-unchecked-insensitive.png differ diff --git a/.themes/papirus-dark/gtk-2.0/Check-Radio/checkbox-unchecked.png b/.themes/papirus-dark/gtk-2.0/Check-Radio/checkbox-unchecked.png new file mode 100644 index 00000000..c8a4c6e7 Binary files /dev/null and b/.themes/papirus-dark/gtk-2.0/Check-Radio/checkbox-unchecked.png differ diff --git a/.themes/papirus-dark/gtk-2.0/Check-Radio/menu-checkbox-checked-insensitive.png b/.themes/papirus-dark/gtk-2.0/Check-Radio/menu-checkbox-checked-insensitive.png new file mode 100644 index 00000000..ff18277d Binary files /dev/null and b/.themes/papirus-dark/gtk-2.0/Check-Radio/menu-checkbox-checked-insensitive.png differ diff --git a/.themes/papirus-dark/gtk-2.0/Check-Radio/menu-checkbox-checked-prelight.png b/.themes/papirus-dark/gtk-2.0/Check-Radio/menu-checkbox-checked-prelight.png new file mode 100644 index 00000000..9383380c Binary files /dev/null and b/.themes/papirus-dark/gtk-2.0/Check-Radio/menu-checkbox-checked-prelight.png differ diff --git a/.themes/papirus-dark/gtk-2.0/Check-Radio/menu-checkbox-checked.png b/.themes/papirus-dark/gtk-2.0/Check-Radio/menu-checkbox-checked.png new file mode 100644 index 00000000..43bce1c2 Binary files /dev/null and b/.themes/papirus-dark/gtk-2.0/Check-Radio/menu-checkbox-checked.png differ diff --git a/.themes/papirus-dark/gtk-2.0/Check-Radio/menu-checkbox-unchecked-insensitive.png b/.themes/papirus-dark/gtk-2.0/Check-Radio/menu-checkbox-unchecked-insensitive.png new file mode 100644 index 00000000..e751f606 Binary files /dev/null and b/.themes/papirus-dark/gtk-2.0/Check-Radio/menu-checkbox-unchecked-insensitive.png differ diff --git a/.themes/papirus-dark/gtk-2.0/Check-Radio/menu-checkbox-unchecked-prelight.png b/.themes/papirus-dark/gtk-2.0/Check-Radio/menu-checkbox-unchecked-prelight.png new file mode 100644 index 00000000..6c4e8b53 Binary files /dev/null and b/.themes/papirus-dark/gtk-2.0/Check-Radio/menu-checkbox-unchecked-prelight.png differ diff --git a/.themes/papirus-dark/gtk-2.0/Check-Radio/menu-checkbox-unchecked.png b/.themes/papirus-dark/gtk-2.0/Check-Radio/menu-checkbox-unchecked.png new file mode 100644 index 00000000..5fb27d70 Binary files /dev/null and b/.themes/papirus-dark/gtk-2.0/Check-Radio/menu-checkbox-unchecked.png differ diff --git a/.themes/papirus-dark/gtk-2.0/Check-Radio/menu-option-checked-insensitive.png b/.themes/papirus-dark/gtk-2.0/Check-Radio/menu-option-checked-insensitive.png new file mode 100644 index 00000000..f78586e9 Binary files /dev/null and b/.themes/papirus-dark/gtk-2.0/Check-Radio/menu-option-checked-insensitive.png differ diff --git a/.themes/papirus-dark/gtk-2.0/Check-Radio/menu-option-checked-prelight.png b/.themes/papirus-dark/gtk-2.0/Check-Radio/menu-option-checked-prelight.png new file mode 100644 index 00000000..ff5e40b0 Binary files /dev/null and b/.themes/papirus-dark/gtk-2.0/Check-Radio/menu-option-checked-prelight.png differ diff --git a/.themes/papirus-dark/gtk-2.0/Check-Radio/menu-option-checked.png b/.themes/papirus-dark/gtk-2.0/Check-Radio/menu-option-checked.png new file mode 100644 index 00000000..45893275 Binary files /dev/null and b/.themes/papirus-dark/gtk-2.0/Check-Radio/menu-option-checked.png differ diff --git a/.themes/papirus-dark/gtk-2.0/Check-Radio/menu-option-unchecked-insensitive.png b/.themes/papirus-dark/gtk-2.0/Check-Radio/menu-option-unchecked-insensitive.png new file mode 100644 index 00000000..d17db51d Binary files /dev/null and b/.themes/papirus-dark/gtk-2.0/Check-Radio/menu-option-unchecked-insensitive.png differ diff --git a/.themes/papirus-dark/gtk-2.0/Check-Radio/menu-option-unchecked-prelight.png b/.themes/papirus-dark/gtk-2.0/Check-Radio/menu-option-unchecked-prelight.png new file mode 100644 index 00000000..c05b5874 Binary files /dev/null and b/.themes/papirus-dark/gtk-2.0/Check-Radio/menu-option-unchecked-prelight.png differ diff --git a/.themes/papirus-dark/gtk-2.0/Check-Radio/menu-option-unchecked.png b/.themes/papirus-dark/gtk-2.0/Check-Radio/menu-option-unchecked.png new file mode 100644 index 00000000..b70e354c Binary files /dev/null and b/.themes/papirus-dark/gtk-2.0/Check-Radio/menu-option-unchecked.png differ diff --git a/.themes/papirus-dark/gtk-2.0/Check-Radio/option-checked-insensitive.png b/.themes/papirus-dark/gtk-2.0/Check-Radio/option-checked-insensitive.png new file mode 100644 index 00000000..803b8cef Binary files /dev/null and b/.themes/papirus-dark/gtk-2.0/Check-Radio/option-checked-insensitive.png differ diff --git a/.themes/papirus-dark/gtk-2.0/Check-Radio/option-checked.png b/.themes/papirus-dark/gtk-2.0/Check-Radio/option-checked.png new file mode 100644 index 00000000..85b9b852 Binary files /dev/null and b/.themes/papirus-dark/gtk-2.0/Check-Radio/option-checked.png differ diff --git a/.themes/papirus-dark/gtk-2.0/Check-Radio/option-unchecked-insensitive.png b/.themes/papirus-dark/gtk-2.0/Check-Radio/option-unchecked-insensitive.png new file mode 100644 index 00000000..aacbbef5 Binary files /dev/null and b/.themes/papirus-dark/gtk-2.0/Check-Radio/option-unchecked-insensitive.png differ diff --git a/.themes/papirus-dark/gtk-2.0/Check-Radio/option-unchecked.png b/.themes/papirus-dark/gtk-2.0/Check-Radio/option-unchecked.png new file mode 100644 index 00000000..a64cd6aa Binary files /dev/null and b/.themes/papirus-dark/gtk-2.0/Check-Radio/option-unchecked.png differ diff --git a/.themes/papirus-dark/gtk-2.0/Entry/entry-border-active-bg.png b/.themes/papirus-dark/gtk-2.0/Entry/entry-border-active-bg.png new file mode 100644 index 00000000..a1238616 Binary files /dev/null and b/.themes/papirus-dark/gtk-2.0/Entry/entry-border-active-bg.png differ diff --git a/.themes/papirus-dark/gtk-2.0/Entry/entry-border-bg.png b/.themes/papirus-dark/gtk-2.0/Entry/entry-border-bg.png new file mode 100644 index 00000000..7cddd753 Binary files /dev/null and b/.themes/papirus-dark/gtk-2.0/Entry/entry-border-bg.png differ diff --git a/.themes/papirus-dark/gtk-2.0/Entry/entry-border-disabled-bg.png b/.themes/papirus-dark/gtk-2.0/Entry/entry-border-disabled-bg.png new file mode 100644 index 00000000..daa7322f Binary files /dev/null and b/.themes/papirus-dark/gtk-2.0/Entry/entry-border-disabled-bg.png differ diff --git a/.themes/papirus-dark/gtk-2.0/Expanders/minus.png b/.themes/papirus-dark/gtk-2.0/Expanders/minus.png new file mode 100644 index 00000000..7c8fc0ad Binary files /dev/null and b/.themes/papirus-dark/gtk-2.0/Expanders/minus.png differ diff --git a/.themes/papirus-dark/gtk-2.0/Expanders/plus.png b/.themes/papirus-dark/gtk-2.0/Expanders/plus.png new file mode 100644 index 00000000..fab6677e Binary files /dev/null and b/.themes/papirus-dark/gtk-2.0/Expanders/plus.png differ diff --git a/.themes/papirus-dark/gtk-2.0/Handles/handle-h.png b/.themes/papirus-dark/gtk-2.0/Handles/handle-h.png new file mode 100644 index 00000000..e4e834cd Binary files /dev/null and b/.themes/papirus-dark/gtk-2.0/Handles/handle-h.png differ diff --git a/.themes/papirus-dark/gtk-2.0/Handles/handle-v.png b/.themes/papirus-dark/gtk-2.0/Handles/handle-v.png new file mode 100644 index 00000000..59ffb7f1 Binary files /dev/null and b/.themes/papirus-dark/gtk-2.0/Handles/handle-v.png differ diff --git a/.themes/papirus-dark/gtk-2.0/Lines/line-h.png b/.themes/papirus-dark/gtk-2.0/Lines/line-h.png new file mode 100644 index 00000000..285a0206 Binary files /dev/null and b/.themes/papirus-dark/gtk-2.0/Lines/line-h.png differ diff --git a/.themes/papirus-dark/gtk-2.0/Lines/line-v.png b/.themes/papirus-dark/gtk-2.0/Lines/line-v.png new file mode 100644 index 00000000..4ee7617a Binary files /dev/null and b/.themes/papirus-dark/gtk-2.0/Lines/line-v.png differ diff --git a/.themes/papirus-dark/gtk-2.0/Lines/menu-line-h.png b/.themes/papirus-dark/gtk-2.0/Lines/menu-line-h.png new file mode 100644 index 00000000..ec29d204 Binary files /dev/null and b/.themes/papirus-dark/gtk-2.0/Lines/menu-line-h.png differ diff --git a/.themes/papirus-dark/gtk-2.0/Menubar/menu-frame.png b/.themes/papirus-dark/gtk-2.0/Menubar/menu-frame.png new file mode 100644 index 00000000..1bc1fdda Binary files /dev/null and b/.themes/papirus-dark/gtk-2.0/Menubar/menu-frame.png differ diff --git a/.themes/papirus-dark/gtk-2.0/Menubar/menubar-button.png b/.themes/papirus-dark/gtk-2.0/Menubar/menubar-button.png new file mode 100644 index 00000000..948256f5 Binary files /dev/null and b/.themes/papirus-dark/gtk-2.0/Menubar/menubar-button.png differ diff --git a/.themes/papirus-dark/gtk-2.0/Others/null.png b/.themes/papirus-dark/gtk-2.0/Others/null.png new file mode 100644 index 00000000..868e0cfe Binary files /dev/null and b/.themes/papirus-dark/gtk-2.0/Others/null.png differ diff --git a/.themes/papirus-dark/gtk-2.0/Others/tree-header.png b/.themes/papirus-dark/gtk-2.0/Others/tree-header.png new file mode 100644 index 00000000..3ce92b27 Binary files /dev/null and b/.themes/papirus-dark/gtk-2.0/Others/tree-header.png differ diff --git a/.themes/papirus-dark/gtk-2.0/ProgressBar/bar.png b/.themes/papirus-dark/gtk-2.0/ProgressBar/bar.png new file mode 100644 index 00000000..28eb36de Binary files /dev/null and b/.themes/papirus-dark/gtk-2.0/ProgressBar/bar.png differ diff --git a/.themes/papirus-dark/gtk-2.0/ProgressBar/trough.png b/.themes/papirus-dark/gtk-2.0/ProgressBar/trough.png new file mode 100644 index 00000000..d126c35c Binary files /dev/null and b/.themes/papirus-dark/gtk-2.0/ProgressBar/trough.png differ diff --git a/.themes/papirus-dark/gtk-2.0/Range/slider-horiz-prelight.png b/.themes/papirus-dark/gtk-2.0/Range/slider-horiz-prelight.png new file mode 100644 index 00000000..71c9a66b Binary files /dev/null and b/.themes/papirus-dark/gtk-2.0/Range/slider-horiz-prelight.png differ diff --git a/.themes/papirus-dark/gtk-2.0/Range/slider-horiz.png b/.themes/papirus-dark/gtk-2.0/Range/slider-horiz.png new file mode 100644 index 00000000..376dd418 Binary files /dev/null and b/.themes/papirus-dark/gtk-2.0/Range/slider-horiz.png differ diff --git a/.themes/papirus-dark/gtk-2.0/Range/slider-vert-prelight.png b/.themes/papirus-dark/gtk-2.0/Range/slider-vert-prelight.png new file mode 100644 index 00000000..71c9a66b Binary files /dev/null and b/.themes/papirus-dark/gtk-2.0/Range/slider-vert-prelight.png differ diff --git a/.themes/papirus-dark/gtk-2.0/Range/slider-vert.png b/.themes/papirus-dark/gtk-2.0/Range/slider-vert.png new file mode 100644 index 00000000..376dd418 Binary files /dev/null and b/.themes/papirus-dark/gtk-2.0/Range/slider-vert.png differ diff --git a/.themes/papirus-dark/gtk-2.0/Range/trough-horizontal.png b/.themes/papirus-dark/gtk-2.0/Range/trough-horizontal.png new file mode 100644 index 00000000..bcad664b Binary files /dev/null and b/.themes/papirus-dark/gtk-2.0/Range/trough-horizontal.png differ diff --git a/.themes/papirus-dark/gtk-2.0/Range/trough-vertical.png b/.themes/papirus-dark/gtk-2.0/Range/trough-vertical.png new file mode 100644 index 00000000..fcc8d565 Binary files /dev/null and b/.themes/papirus-dark/gtk-2.0/Range/trough-vertical.png differ diff --git a/.themes/papirus-dark/gtk-2.0/Scrollbars/slider-scrollbar-horiz-active.png b/.themes/papirus-dark/gtk-2.0/Scrollbars/slider-scrollbar-horiz-active.png new file mode 100644 index 00000000..c0db100d Binary files /dev/null and b/.themes/papirus-dark/gtk-2.0/Scrollbars/slider-scrollbar-horiz-active.png differ diff --git a/.themes/papirus-dark/gtk-2.0/Scrollbars/slider-scrollbar-horiz-insens.png b/.themes/papirus-dark/gtk-2.0/Scrollbars/slider-scrollbar-horiz-insens.png new file mode 100644 index 00000000..d2bf24c0 Binary files /dev/null and b/.themes/papirus-dark/gtk-2.0/Scrollbars/slider-scrollbar-horiz-insens.png differ diff --git a/.themes/papirus-dark/gtk-2.0/Scrollbars/slider-scrollbar-horiz-prelight.png b/.themes/papirus-dark/gtk-2.0/Scrollbars/slider-scrollbar-horiz-prelight.png new file mode 100644 index 00000000..4ac717e4 Binary files /dev/null and b/.themes/papirus-dark/gtk-2.0/Scrollbars/slider-scrollbar-horiz-prelight.png differ diff --git a/.themes/papirus-dark/gtk-2.0/Scrollbars/slider-scrollbar-horiz.png b/.themes/papirus-dark/gtk-2.0/Scrollbars/slider-scrollbar-horiz.png new file mode 100644 index 00000000..ffc2c4a3 Binary files /dev/null and b/.themes/papirus-dark/gtk-2.0/Scrollbars/slider-scrollbar-horiz.png differ diff --git a/.themes/papirus-dark/gtk-2.0/Scrollbars/slider-scrollbar-vert-active.png b/.themes/papirus-dark/gtk-2.0/Scrollbars/slider-scrollbar-vert-active.png new file mode 100644 index 00000000..f65cef5a Binary files /dev/null and b/.themes/papirus-dark/gtk-2.0/Scrollbars/slider-scrollbar-vert-active.png differ diff --git a/.themes/papirus-dark/gtk-2.0/Scrollbars/slider-scrollbar-vert-insens.png b/.themes/papirus-dark/gtk-2.0/Scrollbars/slider-scrollbar-vert-insens.png new file mode 100644 index 00000000..22e3e9bd Binary files /dev/null and b/.themes/papirus-dark/gtk-2.0/Scrollbars/slider-scrollbar-vert-insens.png differ diff --git a/.themes/papirus-dark/gtk-2.0/Scrollbars/slider-scrollbar-vert-prelight.png b/.themes/papirus-dark/gtk-2.0/Scrollbars/slider-scrollbar-vert-prelight.png new file mode 100644 index 00000000..d50c6938 Binary files /dev/null and b/.themes/papirus-dark/gtk-2.0/Scrollbars/slider-scrollbar-vert-prelight.png differ diff --git a/.themes/papirus-dark/gtk-2.0/Scrollbars/slider-scrollbar-vert.png b/.themes/papirus-dark/gtk-2.0/Scrollbars/slider-scrollbar-vert.png new file mode 100644 index 00000000..8fcd617d Binary files /dev/null and b/.themes/papirus-dark/gtk-2.0/Scrollbars/slider-scrollbar-vert.png differ diff --git a/.themes/papirus-dark/gtk-2.0/Scrollbars/trough-scrollbar-horiz.png b/.themes/papirus-dark/gtk-2.0/Scrollbars/trough-scrollbar-horiz.png new file mode 100644 index 00000000..9daf1ed9 Binary files /dev/null and b/.themes/papirus-dark/gtk-2.0/Scrollbars/trough-scrollbar-horiz.png differ diff --git a/.themes/papirus-dark/gtk-2.0/Scrollbars/trough-scrollbar-vert.png b/.themes/papirus-dark/gtk-2.0/Scrollbars/trough-scrollbar-vert.png new file mode 100644 index 00000000..f533813a Binary files /dev/null and b/.themes/papirus-dark/gtk-2.0/Scrollbars/trough-scrollbar-vert.png differ diff --git a/.themes/papirus-dark/gtk-2.0/Shadows/frame-gap-end.png b/.themes/papirus-dark/gtk-2.0/Shadows/frame-gap-end.png new file mode 100644 index 00000000..81586714 Binary files /dev/null and b/.themes/papirus-dark/gtk-2.0/Shadows/frame-gap-end.png differ diff --git a/.themes/papirus-dark/gtk-2.0/Shadows/frame-gap-start.png b/.themes/papirus-dark/gtk-2.0/Shadows/frame-gap-start.png new file mode 100644 index 00000000..2fc88e14 Binary files /dev/null and b/.themes/papirus-dark/gtk-2.0/Shadows/frame-gap-start.png differ diff --git a/.themes/papirus-dark/gtk-2.0/Shadows/frame.png b/.themes/papirus-dark/gtk-2.0/Shadows/frame.png new file mode 100644 index 00000000..e42b5c58 Binary files /dev/null and b/.themes/papirus-dark/gtk-2.0/Shadows/frame.png differ diff --git a/.themes/papirus-dark/gtk-2.0/Spin/down-background-disable.png b/.themes/papirus-dark/gtk-2.0/Spin/down-background-disable.png new file mode 100644 index 00000000..96122f2d Binary files /dev/null and b/.themes/papirus-dark/gtk-2.0/Spin/down-background-disable.png differ diff --git a/.themes/papirus-dark/gtk-2.0/Spin/down-background.png b/.themes/papirus-dark/gtk-2.0/Spin/down-background.png new file mode 100644 index 00000000..6470444c Binary files /dev/null and b/.themes/papirus-dark/gtk-2.0/Spin/down-background.png differ diff --git a/.themes/papirus-dark/gtk-2.0/Spin/up-background-disable.png b/.themes/papirus-dark/gtk-2.0/Spin/up-background-disable.png new file mode 100644 index 00000000..784a3ecc Binary files /dev/null and b/.themes/papirus-dark/gtk-2.0/Spin/up-background-disable.png differ diff --git a/.themes/papirus-dark/gtk-2.0/Spin/up-background.png b/.themes/papirus-dark/gtk-2.0/Spin/up-background.png new file mode 100644 index 00000000..e2b17d75 Binary files /dev/null and b/.themes/papirus-dark/gtk-2.0/Spin/up-background.png differ diff --git a/.themes/papirus-dark/gtk-2.0/Tabs/notebook-gap-horiz.png b/.themes/papirus-dark/gtk-2.0/Tabs/notebook-gap-horiz.png new file mode 100644 index 00000000..4148b510 Binary files /dev/null and b/.themes/papirus-dark/gtk-2.0/Tabs/notebook-gap-horiz.png differ diff --git a/.themes/papirus-dark/gtk-2.0/Tabs/notebook-gap-vert.png b/.themes/papirus-dark/gtk-2.0/Tabs/notebook-gap-vert.png new file mode 100644 index 00000000..a9e35c26 Binary files /dev/null and b/.themes/papirus-dark/gtk-2.0/Tabs/notebook-gap-vert.png differ diff --git a/.themes/papirus-dark/gtk-2.0/Tabs/notebook.png b/.themes/papirus-dark/gtk-2.0/Tabs/notebook.png new file mode 100644 index 00000000..4af90f47 Binary files /dev/null and b/.themes/papirus-dark/gtk-2.0/Tabs/notebook.png differ diff --git a/.themes/papirus-dark/gtk-2.0/Tabs/tab-bottom-active.png b/.themes/papirus-dark/gtk-2.0/Tabs/tab-bottom-active.png new file mode 100644 index 00000000..a7496cb4 Binary files /dev/null and b/.themes/papirus-dark/gtk-2.0/Tabs/tab-bottom-active.png differ diff --git a/.themes/papirus-dark/gtk-2.0/Tabs/tab-bottom-prelight.png b/.themes/papirus-dark/gtk-2.0/Tabs/tab-bottom-prelight.png new file mode 100644 index 00000000..dd05f007 Binary files /dev/null and b/.themes/papirus-dark/gtk-2.0/Tabs/tab-bottom-prelight.png differ diff --git a/.themes/papirus-dark/gtk-2.0/Tabs/tab-bottom.png b/.themes/papirus-dark/gtk-2.0/Tabs/tab-bottom.png new file mode 100644 index 00000000..87bdc23d Binary files /dev/null and b/.themes/papirus-dark/gtk-2.0/Tabs/tab-bottom.png differ diff --git a/.themes/papirus-dark/gtk-2.0/Tabs/tab-left-active.png b/.themes/papirus-dark/gtk-2.0/Tabs/tab-left-active.png new file mode 100644 index 00000000..58005172 Binary files /dev/null and b/.themes/papirus-dark/gtk-2.0/Tabs/tab-left-active.png differ diff --git a/.themes/papirus-dark/gtk-2.0/Tabs/tab-left-prelight.png b/.themes/papirus-dark/gtk-2.0/Tabs/tab-left-prelight.png new file mode 100644 index 00000000..44c85598 Binary files /dev/null and b/.themes/papirus-dark/gtk-2.0/Tabs/tab-left-prelight.png differ diff --git a/.themes/papirus-dark/gtk-2.0/Tabs/tab-left.png b/.themes/papirus-dark/gtk-2.0/Tabs/tab-left.png new file mode 100644 index 00000000..4ac1a50a Binary files /dev/null and b/.themes/papirus-dark/gtk-2.0/Tabs/tab-left.png differ diff --git a/.themes/papirus-dark/gtk-2.0/Tabs/tab-right-active.png b/.themes/papirus-dark/gtk-2.0/Tabs/tab-right-active.png new file mode 100644 index 00000000..ff97c1e0 Binary files /dev/null and b/.themes/papirus-dark/gtk-2.0/Tabs/tab-right-active.png differ diff --git a/.themes/papirus-dark/gtk-2.0/Tabs/tab-right-prelight.png b/.themes/papirus-dark/gtk-2.0/Tabs/tab-right-prelight.png new file mode 100644 index 00000000..6f7f682f Binary files /dev/null and b/.themes/papirus-dark/gtk-2.0/Tabs/tab-right-prelight.png differ diff --git a/.themes/papirus-dark/gtk-2.0/Tabs/tab-right.png b/.themes/papirus-dark/gtk-2.0/Tabs/tab-right.png new file mode 100644 index 00000000..6d38f80d Binary files /dev/null and b/.themes/papirus-dark/gtk-2.0/Tabs/tab-right.png differ diff --git a/.themes/papirus-dark/gtk-2.0/Tabs/tab-top-active.png b/.themes/papirus-dark/gtk-2.0/Tabs/tab-top-active.png new file mode 100644 index 00000000..bf5eba82 Binary files /dev/null and b/.themes/papirus-dark/gtk-2.0/Tabs/tab-top-active.png differ diff --git a/.themes/papirus-dark/gtk-2.0/Tabs/tab-top-prelight.png b/.themes/papirus-dark/gtk-2.0/Tabs/tab-top-prelight.png new file mode 100644 index 00000000..e3402275 Binary files /dev/null and b/.themes/papirus-dark/gtk-2.0/Tabs/tab-top-prelight.png differ diff --git a/.themes/papirus-dark/gtk-2.0/Tabs/tab-top.png b/.themes/papirus-dark/gtk-2.0/Tabs/tab-top.png new file mode 100644 index 00000000..789ff9f1 Binary files /dev/null and b/.themes/papirus-dark/gtk-2.0/Tabs/tab-top.png differ diff --git a/.themes/papirus-dark/gtk-2.0/Toolbar/toolbar-bg.png b/.themes/papirus-dark/gtk-2.0/Toolbar/toolbar-bg.png new file mode 100644 index 00000000..f8e490a6 Binary files /dev/null and b/.themes/papirus-dark/gtk-2.0/Toolbar/toolbar-bg.png differ diff --git a/.themes/papirus-dark/gtk-2.0/Toolbar/toolbutton-normal.png b/.themes/papirus-dark/gtk-2.0/Toolbar/toolbutton-normal.png new file mode 100644 index 00000000..e9699c58 Binary files /dev/null and b/.themes/papirus-dark/gtk-2.0/Toolbar/toolbutton-normal.png differ diff --git a/.themes/papirus-dark/gtk-2.0/Toolbar/toolbutton-prelight.png b/.themes/papirus-dark/gtk-2.0/Toolbar/toolbutton-prelight.png new file mode 100644 index 00000000..2b858f6d Binary files /dev/null and b/.themes/papirus-dark/gtk-2.0/Toolbar/toolbutton-prelight.png differ diff --git a/.themes/papirus-dark/gtk-2.0/Toolbar/toolbutton-pressed.png b/.themes/papirus-dark/gtk-2.0/Toolbar/toolbutton-pressed.png new file mode 100644 index 00000000..c10e12f9 Binary files /dev/null and b/.themes/papirus-dark/gtk-2.0/Toolbar/toolbutton-pressed.png differ diff --git a/.themes/papirus-dark/gtk-2.0/Toolbar/toolbutton-toggled.png b/.themes/papirus-dark/gtk-2.0/Toolbar/toolbutton-toggled.png new file mode 100644 index 00000000..efa6df62 Binary files /dev/null and b/.themes/papirus-dark/gtk-2.0/Toolbar/toolbutton-toggled.png differ diff --git a/.themes/papirus-dark/gtk-2.0/assets.svg b/.themes/papirus-dark/gtk-2.0/assets.svg new file mode 100644 index 00000000..16841e73 --- /dev/null +++ b/.themes/papirus-dark/gtk-2.0/assets.svg @@ -0,0 +1,2474 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="210mm" + height="297mm" + viewBox="0 0 744.09448819 1052.3622047" + id="svg2" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="assets.svg"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient4504"> + <stop + style="stop-color:#1780b1;stop-opacity:1" + offset="0" + id="stop4506" /> + <stop + style="stop-color:#3daee9;stop-opacity:1" + offset="1" + id="stop4508" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient4255"> + <stop + style="stop-color:#1a83ae;stop-opacity:1" + offset="0" + id="stop4243" /> + <stop + style="stop-color:#3daee9;stop-opacity:1" + offset="1" + id="stop4245" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4255" + id="linearGradient4247" + x1="42" + y1="964.57648" + x2="42" + y2="930.57648" + gradientUnits="userSpaceOnUse" /> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath4408"> + <rect + style="opacity:1;fill:#eff0f1;fill-opacity:1;stroke:none;stroke-opacity:1" + id="rect4410" + width="54.285713" + height="30" + x="-87.053574" + y="852.45148" + rx="3" + ry="3" /> + </clipPath> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath4412"> + <rect + style="opacity:1;fill:#eff0f1;fill-opacity:1;stroke:none;stroke-opacity:1" + id="rect4414" + width="54.285713" + height="30" + x="-87.053574" + y="852.45148" + rx="3" + ry="3" /> + </clipPath> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath4606"> + <rect + style="opacity:1;fill:#eff0f1;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect4608" + width="30" + height="16" + x="175" + y="906.36218" + rx="3.5999999" + ry="1.92" /> + </clipPath> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath4610"> + <rect + style="opacity:1;fill:#eff0f1;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect4612" + width="30" + height="16" + x="175" + y="906.36218" + rx="3.5999999" + ry="1.92" /> + </clipPath> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath4412-2"> + <rect + style="opacity:1;fill:#eff0f1;fill-opacity:1;stroke:none;stroke-opacity:1" + id="rect4414-9" + width="54.285713" + height="30" + x="-87.053574" + y="852.45148" + rx="3" + ry="3" /> + </clipPath> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath4408-0"> + <rect + style="opacity:1;fill:#eff0f1;fill-opacity:1;stroke:none;stroke-opacity:1" + id="rect4410-6" + width="54.285713" + height="30" + x="-87.053574" + y="852.45148" + rx="3" + ry="3" /> + </clipPath> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath5811"> + <rect + style="opacity:1;fill:#eff0f1;fill-opacity:1;stroke:none;stroke-opacity:1" + id="rect5813" + width="54.285713" + height="30" + x="-87.053574" + y="852.45148" + rx="3" + ry="3" /> + </clipPath> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath5815"> + <rect + style="opacity:1;fill:#eff0f1;fill-opacity:1;stroke:none;stroke-opacity:1" + id="rect5817" + width="54.285713" + height="30" + x="-87.053574" + y="852.45148" + rx="3" + ry="3" /> + </clipPath> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath5819"> + <rect + style="opacity:1;fill:#eff0f1;fill-opacity:1;stroke:none;stroke-opacity:1" + id="rect5821" + width="54.285713" + height="30" + x="-87.053574" + y="852.45148" + rx="3" + ry="3" /> + </clipPath> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath5823"> + <rect + style="opacity:1;fill:#eff0f1;fill-opacity:1;stroke:none;stroke-opacity:1" + id="rect5825" + width="54.285713" + height="30" + x="-87.053574" + y="852.45148" + rx="3" + ry="3" /> + </clipPath> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath5827"> + <rect + style="opacity:1;fill:#eff0f1;fill-opacity:1;stroke:none;stroke-opacity:1" + id="rect5829" + width="54.285713" + height="30" + x="-87.053574" + y="852.45148" + rx="3" + ry="3" /> + </clipPath> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath5831"> + <rect + style="opacity:1;fill:#eff0f1;fill-opacity:1;stroke:none;stroke-opacity:1" + id="rect5833" + width="54.285713" + height="30" + x="-87.053574" + y="852.45148" + rx="3" + ry="3" /> + </clipPath> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4504" + id="linearGradient4510" + x1="585" + y1="574.36218" + x2="585" + y2="542.36218" + gradientUnits="userSpaceOnUse" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#000000" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="2.828427" + inkscape:cx="477.03025" + inkscape:cy="540.08029" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:window-width="1313" + inkscape:window-height="975" + inkscape:window-x="385" + inkscape:window-y="182" + inkscape:window-maximized="0" + showguides="false" + inkscape:snap-bbox="true" + inkscape:bbox-nodes="true"> + <inkscape:grid + type="xygrid" + id="grid4643" /> + </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="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <g + id="button-normal" + inkscape:label="#g4300" + transform="translate(176.21338,-691.28376)"> + <rect + ry="3.0150898" + rx="3.0059478" + y="1018.3622" + x="1" + height="34" + width="86" + id="rect4143" + style="opacity:0.15;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.17016383;stroke-opacity:1" /> + <rect + style="fill:#31363b;fill-opacity:1;stroke:none;stroke-width:0.17016383;stroke-opacity:1" + id="rect4140" + width="86" + height="34" + x="0" + y="1017.3622" + rx="3" + ry="3" /> + <path + inkscape:connector-curvature="0" + id="rect4136" + d="M 3.007813,1017.3622 C 1.342518,1017.3622 0,1018.7055 0,1020.3759 l 0,27.9707 c 0,1.6703 1.342518,3.0156 3.007813,3.0156 l 79.986324,0 c 1.6653,0 3.00586,-1.3453 3.00586,-3.0156 l 0,-27.9707 c 0,-1.6704 -1.34056,-3.0137 -3.00586,-3.0137 l -79.986324,0 z m -0.0078,1 79.999997,0 c 1.108,0 2,0.892 2,2 l 0,28 c 0,1.108 -0.892,2 -2,2 l -79.999997,0 c -1.108,0 -2,-0.892 -2,-2 l 0,-28 c 0,-1.108 0.892,-2 2,-2 z" + style="fill:#696d71;fill-opacity:1;stroke:none;stroke-width:0.17016383;stroke-opacity:1" /> + </g> + <g + id="button-prelight" + transform="translate(175.85624,-694.05161)" + inkscape:label="#g4295"> + <rect + style="opacity:0.15;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.17016383;stroke-opacity:1" + id="rect4209" + width="86" + height="34" + x="1.3571428" + y="977.64789" + rx="3.0059478" + ry="3.0150898" /> + <rect + ry="3" + rx="3" + y="976.64789" + x="0.35714287" + height="34" + width="86" + id="rect4211" + style="fill:#31363b;fill-opacity:1;stroke:none;stroke-width:0.17016383;stroke-opacity:1" /> + <path + style="fill:#3daee9;fill-opacity:1;stroke:none;stroke-width:0.17016383;stroke-opacity:1" + d="m 3.3649559,976.64791 c -1.665295,0 -3.00781304,1.3433 -3.00781304,3.0137 l 0,27.97069 c 0,1.6703 1.34251804,3.0156 3.00781304,3.0156 l 79.9863241,0 c 1.6653,0 3.00586,-1.3453 3.00586,-3.0156 l 0,-27.97069 c 0,-1.6704 -1.34056,-3.0137 -3.00586,-3.0137 l -79.9863241,0 z m -0.0078,1 79.9999971,0 c 1.108,0 2,0.892 2,2 l 0,27.99999 c 0,1.108 -0.892,2 -2,2 l -79.9999971,0 c -1.108,0 -2,-0.892 -2,-2 l 0,-27.99999 c 0,-1.108 0.892,-2 2,-2 z" + id="path4213" + inkscape:connector-curvature="0" /> + </g> + <g + id="button-pressed" + transform="translate(176,-692.21427)" + inkscape:label="#g4291"> + <rect + ry="3.0150898" + rx="3.0059478" + y="931.57648" + x="0.99999994" + height="34" + width="86" + id="rect4215" + style="opacity:0.15;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.17016383;stroke-opacity:1" /> + <rect + style="fill:url(#linearGradient4247);fill-opacity:1;stroke:none;stroke-width:0.17016383;stroke-opacity:1" + id="rect4217" + width="86" + height="34" + x="8.7033882e-09" + y="930.57648" + rx="3" + ry="3" /> + </g> + <g + id="button-insensitive" + transform="translate(175.85624,-689.23021)" + inkscape:label="#g4286"> + <rect + style="opacity:0.15;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.17016383;stroke-opacity:1" + id="rect4221" + width="86" + height="34" + x="1.3571428" + y="885.86218" + rx="3.0059478" + ry="3.0150898" /> + <rect + ry="3" + rx="3" + y="884.86218" + x="0.35714287" + height="34" + width="86" + id="rect4223" + style="fill:#31363b;fill-opacity:1;stroke:none;stroke-width:0.17016383;stroke-opacity:1" /> + <path + style="fill:#696d71;fill-opacity:1;stroke:none;stroke-width:0.17016383;stroke-opacity:1;opacity:0.5" + d="m 3.3649559,884.86219 c -1.665295,0 -3.00781304,1.3433 -3.00781304,3.0137 l 0,27.97069 c 0,1.6703 1.34251804,3.0156 3.00781304,3.0156 l 79.9863241,0 c 1.6653,0 3.00586,-1.3453 3.00586,-3.0156 l 0,-27.97069 c 0,-1.6704 -1.34056,-3.0137 -3.00586,-3.0137 l -79.9863241,0 z m -0.0078,1 79.9999971,0 c 1.108,0 2,0.892 2,2 l 0,27.99999 c 0,1.108 -0.892,2 -2,2 l -79.9999971,0 c -1.108,0 -2,-0.892 -2,-2 l 0,-27.99999 c 0,-1.108 0.892,-2 2,-2 z" + id="path4225" + inkscape:connector-curvature="0" /> + </g> + <g + id="button-default" + transform="translate(176.21338,-691.28377)" + inkscape:label="#g4281"> + <rect + ry="3.0150898" + rx="3.0059478" + y="844.43359" + x="0.99999994" + height="34" + width="86" + id="rect4227" + style="opacity:0.15;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.17016383;stroke-opacity:1" /> + <rect + style="fill:#31363b;fill-opacity:1;stroke:none;stroke-width:0.17016383;stroke-opacity:1" + id="rect4229" + width="86" + height="34" + x="8.7033953e-09" + y="843.43359" + rx="3" + ry="3" /> + <path + inkscape:connector-curvature="0" + id="path4231" + d="M 3.007813,843.43362 C 1.342518,843.43362 0,844.77692 0,846.44732 l 0,27.97069 c 0,1.6703 1.342518,3.0156 3.007813,3.0156 l 79.986324,0 c 1.6653,0 3.00586,-1.3453 3.00586,-3.0156 l 0,-27.97069 c 0,-1.6704 -1.34056,-3.0137 -3.00586,-3.0137 l -79.986324,0 z m -0.0078,1 79.999997,0 c 1.108,0 2,0.892 2,2 l 0,27.99999 c 0,1.108 -0.892,2 -2,2 l -79.999997,0 c -1.108,0 -2,-0.892 -2,-2 l 0,-27.99999 c 0,-1.108 0.892,-2 2,-2 z" + style="fill:#696d71;fill-opacity:1;stroke:none;stroke-width:0.17016383;stroke-opacity:1" /> + </g> + <g + id="checkbox-unchecked" + transform="translate(302.45154,-851.32867)" + inkscape:label="#g4230"> + <rect + ry="2" + rx="2" + y="1007.5931" + x="1.5050763" + height="18" + width="18" + id="rect4200" + style="opacity:0.15;fill:#000000;fill-opacity:1;stroke:none;stroke-opacity:1" /> + <rect + style="fill:#31363b;fill-opacity:1;stroke:none;stroke-opacity:1" + id="rect4202" + width="18" + height="18" + x="0.50507629" + y="1006.5931" + rx="2" + ry="2" /> + <path + style="fill:#696d71;fill-opacity:1;stroke:none;stroke-opacity:1" + d="m 2.5050763,1006.5932 c -1.108,0 -2.00000003,0.892 -2.00000003,2 l 0,14 c 0,1.108 0.89200003,2 2.00000003,2 l 13.9999997,0 c 1.108,0 2,-0.892 2,-2 l 0,-14 c 0,-1.108 -0.892,-2 -2,-2 l -13.9999997,0 z m 0,1 13.9999997,0 c 0.554,0 1,0.446 1,1 l 0,14 c 0,0.554 -0.446,1 -1,1 l -13.9999997,0 c -0.554,0 -1,-0.446 -1,-1 l 0,-14 c 0,-0.554 0.446,-1 1,-1 z" + id="path4204" + inkscape:connector-curvature="0" /> + </g> + <g + id="checkbox-checked" + inkscape:label="#g4240" + transform="translate(301.96813,-832.52102)"> + <rect + ry="2" + rx="2" + y="1034.2552" + x="1.9884882" + height="18" + width="18" + id="rect4208" + style="opacity:0.15;fill:#000000;fill-opacity:1;stroke:none;stroke-opacity:1" /> + <rect + style="fill:#31363b;fill-opacity:1;stroke:none;stroke-opacity:1" + id="rect4210" + width="18" + height="18" + x="0.98848826" + y="1033.2552" + rx="2" + ry="2" /> + <path + style="fill:#3daee9;fill-opacity:1;stroke:none;stroke-opacity:1" + d="m 2.9884882,1033.2551 c -1.108,0 -2,0.892 -2,2 l 0,14 c 0,1.108 0.892,2 2,2 l 13.9999998,0 c 1.108,0 2,-0.892 2,-2 l 0,-14 c 0,-1.108 -0.892,-2 -2,-2 l -13.9999998,0 z m 0,1 13.9999998,0 c 0.554,0 1,0.446 1,1 l 0,14 c 0,0.554 -0.446,1 -1,1 l -13.9999998,0 c -0.554,0 -1,-0.446 -1,-1 l 0,-14 c 0,-0.554 0.446,-1 1,-1 z" + id="path4212" + inkscape:connector-curvature="0" /> + <rect + style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:none;stroke-opacity:1" + id="rect4214" + width="12" + height="12" + x="3.9884882" + y="1036.2552" + rx="1" + ry="1" /> + </g> + <g + id="checkbox-unchecked-insensitive" + transform="translate(278.9694,-828.14745)" + inkscape:label="#g4235"> + <rect + style="opacity:0.15;fill:#000000;fill-opacity:1;stroke:none;stroke-opacity:1" + id="rect4216" + width="18" + height="18" + x="24.987219" + y="1007.1467" + rx="2" + ry="2" /> + <rect + ry="2" + rx="2" + y="1006.1467" + x="23.987219" + height="18" + width="18" + id="rect4218" + style="fill:#31363b;fill-opacity:1;stroke:none;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + id="path4220" + d="m 25.987219,1006.1468 c -1.108,0 -2,0.892 -2,2 l 0,14 c 0,1.108 0.892,2 2,2 l 14,0 c 1.108,0 2,-0.892 2,-2 l 0,-14 c 0,-1.108 -0.892,-2 -2,-2 l -14,0 z m 0,1 14,0 c 0.554,0 1,0.446 1,1 l 0,14 c 0,0.554 -0.446,1 -1,1 l -14,0 c -0.554,0 -1,-0.446 -1,-1 l 0,-14 c 0,-0.554 0.446,-1 1,-1 z" + style="fill:#696d71;fill-opacity:1;stroke:none;stroke-opacity:1;opacity:0.5" /> + </g> + <g + id="checkbox-checked-insensitive" + transform="translate(279.28956,-809.78615)" + inkscape:label="#g4246"> + <rect + style="opacity:0.15;fill:#000000;fill-opacity:1;stroke:none;stroke-opacity:1" + id="rect4222" + width="18" + height="18" + x="24.667059" + y="1034.2552" + rx="2" + ry="2" /> + <rect + ry="2" + rx="2" + y="1033.2552" + x="23.667059" + height="18" + width="18" + id="rect4224" + style="fill:#31363b;fill-opacity:1;stroke:none;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + id="path4226" + d="m 25.66706,1033.2551 c -1.108,0 -2,0.892 -2,2 l 0,14 c 0,1.108 0.892,2 2,2 l 13.999999,0 c 1.108,0 2,-0.892 2,-2 l 0,-14 c 0,-1.108 -0.892,-2 -2,-2 l -13.999999,0 z m 0,1 13.999999,0 c 0.554,0 1,0.446 1,1 l 0,14 c 0,0.554 -0.446,1 -1,1 l -13.999999,0 c -0.554,0 -1,-0.446 -1,-1 l 0,-14 c 0,-0.554 0.446,-1 1,-1 z" + style="fill:#696d71;fill-opacity:1;stroke:none;stroke-opacity:1;opacity:0.5" /> + <rect + ry="1" + rx="1" + y="1036.2552" + x="26.667059" + height="12" + width="12" + id="rect4228" + style="opacity:0.5;fill:#696d71;fill-opacity:1;stroke:none;stroke-opacity:1" /> + </g> + <g + id="option-unchecked" + transform="translate(363.51729,-878.04302)" + inkscape:label="#g4328"> + <circle + r="9" + style="opacity:0.15;fill:#000000;fill-opacity:1;stroke:none;stroke-opacity:1" + id="circle4299" + cx="10" + cy="1043.3622" /> + <circle + style="opacity:1;fill:#31363b;fill-opacity:1;stroke:none;stroke-opacity:1" + id="circle4303" + cx="9" + cy="1042.3622" + r="9" /> + <path + inkscape:connector-curvature="0" + id="path4297" + d="m 9,1033.3622 a 9,9 0 0 0 -9,9 9,9 0 0 0 9,9 9,9 0 0 0 9,-9 9,9 0 0 0 -9,-9 z m 0,1 a 8,8 0 0 1 8,8 8,8 0 0 1 -8,8 8,8 0 0 1 -8,-8 8,8 0 0 1 8,-8 z" + style="opacity:1;fill:#696d71;fill-opacity:1;stroke:none;stroke-opacity:1" /> + </g> + <g + id="option-unchecked-insensitive" + transform="translate(338.51602,-853.92558)" + inkscape:label="#g4333"> + <circle + cy="1042.4783" + cx="35.001274" + id="circle4306" + style="opacity:0.15;fill:#000000;fill-opacity:1;stroke:none;stroke-opacity:1" + r="9" /> + <circle + r="9" + cy="1041.4783" + cx="34.001274" + id="circle4308" + style="opacity:1;fill:#31363b;fill-opacity:1;stroke:none;stroke-opacity:1" /> + <path + style="opacity:0.5;fill:#696d71;fill-opacity:1;stroke:none;stroke-opacity:1" + d="m 34.001275,1032.4783 a 9,9 0 0 0 -9,9 9,9 0 0 0 9,9 9,9 0 0 0 9,-9 9,9 0 0 0 -9,-9 z m 0,1 a 8,8 0 0 1 8,8 8,8 0 0 1 -8,8 8,8 0 0 1 -8,-8 8,8 0 0 1 8,-8 z" + id="path4310" + inkscape:connector-curvature="0" /> + </g> + <g + id="option-checked" + transform="translate(365.41133,-854.05191)" + inkscape:label="#g4344"> + <circle + cy="1065.8381" + cx="8.1059637" + id="circle4312" + style="opacity:0.15;fill:#000000;fill-opacity:1;stroke:none;stroke-opacity:1" + r="9" /> + <circle + r="9" + cy="1064.8381" + cx="7.1059642" + id="circle4314" + style="opacity:1;fill:#31363b;fill-opacity:1;stroke:none;stroke-opacity:1" /> + <path + style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:none;stroke-opacity:1" + d="m 7.105964,1055.8381 a 9,9 0 0 0 -9,9 9,9 0 0 0 9,9 9,9 0 0 0 9,-9 9,9 0 0 0 -9,-9 z m 0,1 a 8,8 0 0 1 8,8 8,8 0 0 1 -8,8 8,8 0 0 1 -8.00000001,-8 8,8 0 0 1 8.00000001,-8 z" + id="path4316" + inkscape:connector-curvature="0" /> + <circle + r="6" + cy="1064.8381" + cx="7.1059642" + id="path4318" + style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:none;stroke-opacity:1" /> + </g> + <g + id="option-checked-insensitive" + transform="translate(338.98276,-830.81839)" + inkscape:label="#g4338"> + <circle + r="9" + style="opacity:0.15;fill:#000000;fill-opacity:1;stroke:none;stroke-opacity:1" + id="circle4320" + cx="34.534534" + cy="1065.8381" /> + <circle + style="opacity:1;fill:#31363b;fill-opacity:1;stroke:none;stroke-opacity:1" + id="circle4322" + cx="33.534534" + cy="1064.8381" + r="9" /> + <path + inkscape:connector-curvature="0" + id="path4324" + d="m 33.534535,1055.8381 a 9,9 0 0 0 -9,9 9,9 0 0 0 9,9 9,9 0 0 0 9,-9 9,9 0 0 0 -9,-9 z m 0,1 a 8,8 0 0 1 8,8 8,8 0 0 1 -8,8 8,8 0 0 1 -8,-8 8,8 0 0 1 8,-8 z" + style="opacity:0.5;fill:#696d71;fill-opacity:1;stroke:none;stroke-opacity:1" /> + <circle + style="opacity:0.5;fill:#696d71;fill-opacity:1;stroke:none;stroke-opacity:1" + id="circle4326" + cx="33.534534" + cy="1064.8381" + r="6" /> + </g> + <g + transform="translate(456.21338,-868.21148)" + id="entry-border-bg" + inkscape:label="#g4269"> + <path + inkscape:connector-curvature="0" + id="rect4264-4" + d="m 0,1020.3613 0,32 10,0 0,-32 -10,0 z m 4.125,1.5 1.75,0 c 1.45425,0 2.625,1.2938 2.625,2.9004 l 0,23.2012 c 0,1.6066 -1.17075,2.8984 -2.625,2.8984 l -1.75,0 c -1.45425,0 -2.625,-1.2918 -2.625,-2.8984 l 0,-23.2012 c 0,-1.6066 1.17075,-2.9004 2.625,-2.9004 z" + style="opacity:1;fill:#31363b;fill-opacity:1;stroke:none;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + id="rect4255-3" + d="m 4,1021.3613 c -1.662,0 -3,1.338 -3,3 l 0,24 c 0,1.662 1.338,3 3,3 l 2,0 c 1.662,0 3,-1.338 3,-3 l 0,-24 c 0,-1.662 -1.338,-3 -3,-3 l -2,0 z m 0,1 2,0 c 1.108,0 2,0.892 2,2 l 0,24 c 0,1.108 -0.892,2 -2,2 l -2,0 c -1.108,0 -2,-0.892 -2,-2 l 0,-24 c 0,-1.108 0.892,-2 2,-2 z" + style="opacity:1;fill:#bdc3c7;fill-opacity:1;stroke:none;stroke-opacity:1" /> + <rect + ry="2.5" + rx="2.5" + y="1021.8613" + x="1.5" + height="29" + width="7" + id="rect4605-142" + style="opacity:1;fill:#232629;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + style="opacity:1;fill:#696d71;fill-opacity:1;stroke:none;stroke-opacity:1" + d="m 4,1021.3613 c -1.662,0 -3,1.338 -3,3 l 0,24 c 0,1.662 1.338,3 3,3 l 2,0 c 1.662,0 3,-1.338 3,-3 l 0,-24 c 0,-1.662 -1.338,-3 -3,-3 l -2,0 z m 0,1 2,0 c 1.108,0 2,0.892 2,2 l 0,24 c 0,1.108 -0.892,2 -2,2 l -2,0 c -1.108,0 -2,-0.892 -2,-2 l 0,-24 c 0,-1.108 0.892,-2 2,-2 z" + id="path4292-0" + inkscape:connector-curvature="0" /> + </g> + <g + id="entry-border-disabled-bg" + transform="translate(454.58566,-868.21148)" + inkscape:label="#g4308"> + <rect + y="1020.3613" + x="16.071428" + height="32" + width="10" + id="rect4288-6" + style="opacity:1;fill:#31363b;fill-opacity:1;stroke:none;stroke-opacity:1" /> + <path + style="opacity:0.5;fill:#696d71;fill-opacity:1;stroke:none;stroke-opacity:1" + d="m 20.071429,1021.3613 c -1.662,0 -3,1.338 -3,3 l 0,24 c 0,1.662 1.338,3 3,3 l 2,0 c 1.662,0 3,-1.338 3,-3 l 0,-24 c 0,-1.662 -1.338,-3 -3,-3 l -2,0 z m 0,1 2,0 c 1.108,0 2,0.892 2,2 l 0,24 c 0,1.108 -0.892,2 -2,2 l -2,0 c -1.108,0 -2,-0.892 -2,-2 l 0,-24 c 0,-1.108 0.892,-2 2,-2 z" + id="path4278-3" + inkscape:connector-curvature="0" /> + </g> + <g + transform="translate(484.38652,-868.27458)" + id="entry-border-active-bg" + inkscape:label="#g4280"> + <path + inkscape:connector-curvature="0" + id="path4282-6" + d="m 0,1020.3613 0,32 10,0 0,-32 -10,0 z m 4.125,1.5 1.75,0 c 1.45425,0 2.625,1.2938 2.625,2.9004 l 0,23.2012 c 0,1.6066 -1.17075,2.8984 -2.625,2.8984 l -1.75,0 c -1.45425,0 -2.625,-1.2918 -2.625,-2.8984 l 0,-23.2012 c 0,-1.6066 1.17075,-2.9004 2.625,-2.9004 z" + style="opacity:1;fill:#31363b;fill-opacity:1;stroke:none;stroke-opacity:1" /> + <rect + ry="2.5" + rx="2.5" + y="1021.8613" + x="1.5" + height="29" + width="7" + id="rect4605-36" + style="opacity:1;fill:#232629;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + id="path4284-0" + d="m 4,1021.3613 c -1.662,0 -3,1.338 -3,3 l 0,24 c 0,1.662 1.338,3 3,3 l 2,0 c 1.662,0 3,-1.338 3,-3 l 0,-24 c 0,-1.662 -1.338,-3 -3,-3 l -2,0 z m 0,1 2,0 c 1.108,0 2,0.892 2,2 l 0,24 c 0,1.108 -0.892,2 -2,2 l -2,0 c -1.108,0 -2,-0.892 -2,-2 l 0,-24 c 0,-1.108 0.892,-2 2,-2 z" + style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:none;stroke-opacity:1" /> + </g> + <g + id="notebook" + inkscape:label="#g4379" + transform="translate(677.86218,-702.47706)"> + <rect + style="opacity:1;fill:#31363b;fill-opacity:1;stroke:none;stroke-opacity:1" + id="rect4374" + width="30" + height="30" + x="-147.86218" + y="854.83923" + rx="3" + ry="3" /> + <path + inkscape:connector-curvature="0" + id="rect4362" + d="m -144.86218,854.83926 c -1.662,0 -3,1.338 -3,3 l 0,24 c 0,1.662 1.338,3 3,3 l 24,0 c 1.662,0 3,-1.338 3,-3 l 0,-24 c 0,-1.662 -1.338,-3 -3,-3 l -24,0 z m 0,1 24,0 c 1.108,0 2,0.892 2,2 l 0,24 c 0,1.108 -0.892,2 -2,2 l -24,0 c -1.108,0 -2,-0.892 -2,-2 l 0,-24 c 0,-1.108 0.892,-2 2,-2 z" + style="opacity:1;fill:#696d71;fill-opacity:1;stroke:none;stroke-opacity:1" /> + </g> + <g + id="tab-top-active" + transform="translate(605.98215,-631.06419)" + inkscape:label="#g4416"> + <rect + clip-path="url(#clipPath4412)" + style="opacity:1;fill:#31363b;fill-opacity:1;stroke:none;stroke-opacity:1" + id="rect4399" + width="30" + height="35" + x="-75.982147" + y="852.45148" + rx="3" + ry="3" /> + <path + clip-path="url(#clipPath4408)" + inkscape:connector-curvature="0" + id="rect4383" + d="m -72.982145,852.45148 c -1.662,0 -3,1.338 -3,3 l 0,29 c 0,1.662 1.338,3 3,3 l 23.999996,0 c 1.662,0 3,-1.338 3,-3 l 0,-29 c 0,-1.662 -1.338,-3 -3,-3 l -23.999996,0 z m 0,1 23.999996,0 c 1.108,0 2,0.892 2,2 l 0,29 c 0,1.108 -0.892,2 -2,2 l -23.999996,0 c -1.108,0 -2,-0.892 -2,-2 l 0,-29 c 0,-1.108 0.892,-2 2,-2 z" + style="opacity:1;fill:#696d71;fill-opacity:1;stroke:none;stroke-opacity:1" /> + </g> + <g + transform="translate(640.08929,-631.28188)" + id="tab-top" + inkscape:label="#g4420"> + <rect + ry="3" + rx="3" + y="852.45148" + x="-75.982147" + height="35" + width="30" + id="rect4422" + style="opacity:1;fill:#696d71;fill-opacity:1;stroke:none;stroke-opacity:1" + clip-path="url(#clipPath4412)" /> + <path + style="opacity:1;fill:#696d71;fill-opacity:1;stroke:none;stroke-opacity:1" + d="m -72.982145,852.45148 c -1.662,0 -3,1.338 -3,3 l 0,29 c 0,1.662 1.338,3 3,3 l 23.999996,0 c 1.662,0 3,-1.338 3,-3 l 0,-29 c 0,-1.662 -1.338,-3 -3,-3 l -23.999996,0 z m 0,1 23.999996,0 c 1.108,0 2,0.892 2,2 l 0,29 c 0,1.108 -0.892,2 -2,2 l -23.999996,0 c -1.108,0 -2,-0.892 -2,-2 l 0,-29 c 0,-1.108 0.892,-2 2,-2 z" + id="path4424" + inkscape:connector-curvature="0" + clip-path="url(#clipPath4408)" /> + </g> + <g + id="tab-bottom-active" + transform="matrix(-1,0,0,-1,484.01785,1069.188)" + inkscape:label="#g4426"> + <rect + clip-path="url(#clipPath4412)" + style="opacity:1;fill:#31363b;fill-opacity:1;stroke:none;stroke-opacity:1" + id="rect4428" + width="30" + height="35" + x="-75.982147" + y="852.45148" + rx="3" + ry="3" /> + <path + clip-path="url(#clipPath4408)" + inkscape:connector-curvature="0" + id="path4430" + d="m -72.982145,852.45148 c -1.662,0 -3,1.338 -3,3 l 0,29 c 0,1.662 1.338,3 3,3 l 23.999996,0 c 1.662,0 3,-1.338 3,-3 l 0,-29 c 0,-1.662 -1.338,-3 -3,-3 l -23.999996,0 z m 0,1 23.999996,0 c 1.108,0 2,0.892 2,2 l 0,29 c 0,1.108 -0.892,2 -2,2 l -23.999996,0 c -1.108,0 -2,-0.892 -2,-2 l 0,-29 c 0,-1.108 0.892,-2 2,-2 z" + style="opacity:1;fill:#696d71;fill-opacity:1;stroke:none;stroke-opacity:1" /> + </g> + <g + transform="matrix(-1,0,0,-1,518.12499,1068.6829)" + id="tab-bottom" + inkscape:label="#g4432"> + <rect + ry="3" + rx="3" + y="852.45148" + x="-75.982147" + height="35" + width="30" + id="rect4434" + style="opacity:1;fill:#696d71;fill-opacity:1;stroke:none;stroke-opacity:1" + clip-path="url(#clipPath4412)" /> + <path + style="opacity:1;fill:#696d71;fill-opacity:1;stroke:none;stroke-opacity:1" + d="m -72.982145,852.45148 c -1.662,0 -3,1.338 -3,3 l 0,29 c 0,1.662 1.338,3 3,3 l 23.999996,0 c 1.662,0 3,-1.338 3,-3 l 0,-29 c 0,-1.662 -1.338,-3 -3,-3 l -23.999996,0 z m 0,1 23.999996,0 c 1.108,0 2,0.892 2,2 l 0,29 c 0,1.108 -0.892,2 -2,2 l -23.999996,0 c -1.108,0 -2,-0.892 -2,-2 l 0,-29 c 0,-1.108 0.892,-2 2,-2 z" + id="path4436" + inkscape:connector-curvature="0" + clip-path="url(#clipPath4408)" /> + </g> + <g + transform="matrix(0,1,-1,0,1412.4515,332.02014)" + id="tab-right-active" + inkscape:label="#g4438"> + <rect + ry="3" + rx="3" + y="852.45148" + x="-75.982147" + height="35" + width="30" + id="rect4440" + style="opacity:1;fill:#31363b;fill-opacity:1;stroke:none;stroke-opacity:1" + clip-path="url(#clipPath4412)" /> + <path + style="opacity:1;fill:#696d71;fill-opacity:1;stroke:none;stroke-opacity:1" + d="m -72.982145,852.45148 c -1.662,0 -3,1.338 -3,3 l 0,29 c 0,1.662 1.338,3 3,3 l 23.999996,0 c 1.662,0 3,-1.338 3,-3 l 0,-29 c 0,-1.662 -1.338,-3 -3,-3 l -23.999996,0 z m 0,1 23.999996,0 c 1.108,0 2,0.892 2,2 l 0,29 c 0,1.108 -0.892,2 -2,2 l -23.999996,0 c -1.108,0 -2,-0.892 -2,-2 l 0,-29 c 0,-1.108 0.892,-2 2,-2 z" + id="path4442" + inkscape:connector-curvature="0" + clip-path="url(#clipPath4408)" /> + </g> + <g + id="tab-right" + transform="matrix(0,1,-1,0,1446.5586,332.08991)" + inkscape:label="#g4444"> + <rect + clip-path="url(#clipPath4412)" + style="opacity:1;fill:#696d71;fill-opacity:1;stroke:none;stroke-opacity:1" + id="rect4446" + width="30" + height="35" + x="-75.982147" + y="852.45148" + rx="3" + ry="3" /> + <path + clip-path="url(#clipPath4408)" + inkscape:connector-curvature="0" + id="path4448" + d="m -72.982145,852.45148 c -1.662,0 -3,1.338 -3,3 l 0,29 c 0,1.662 1.338,3 3,3 l 23.999996,0 c 1.662,0 3,-1.338 3,-3 l 0,-29 c 0,-1.662 -1.338,-3 -3,-3 l -23.999996,0 z m 0,1 23.999996,0 c 1.108,0 2,0.892 2,2 l 0,29 c 0,1.108 -0.892,2 -2,2 l -23.999996,0 c -1.108,0 -2,-0.892 -2,-2 l 0,-29 c 0,-1.108 0.892,-2 2,-2 z" + style="opacity:1;fill:#696d71;fill-opacity:1;stroke:none;stroke-opacity:1" /> + </g> + <g + id="tab-left-active" + transform="matrix(0,1,1,0,-322.45144,366.67083)" + inkscape:label="#g4450"> + <rect + clip-path="url(#clipPath4412)" + style="opacity:1;fill:#31363b;fill-opacity:1;stroke:none;stroke-opacity:1" + id="rect4452" + width="30" + height="35" + x="-75.982147" + y="852.45148" + rx="3" + ry="3" /> + <path + clip-path="url(#clipPath4408)" + inkscape:connector-curvature="0" + id="path4454" + d="m -72.982145,852.45148 c -1.662,0 -3,1.338 -3,3 l 0,29 c 0,1.662 1.338,3 3,3 l 23.999996,0 c 1.662,0 3,-1.338 3,-3 l 0,-29 c 0,-1.662 -1.338,-3 -3,-3 l -23.999996,0 z m 0,1 23.999996,0 c 1.108,0 2,0.892 2,2 l 0,29 c 0,1.108 -0.892,2 -2,2 l -23.999996,0 c -1.108,0 -2,-0.892 -2,-2 l 0,-29 c 0,-1.108 0.892,-2 2,-2 z" + style="opacity:1;fill:#696d71;fill-opacity:1;stroke:none;stroke-opacity:1" /> + </g> + <g + transform="matrix(0,1,1,0,-288.34434,367.02803)" + id="tab-left" + inkscape:label="#g4456"> + <rect + ry="3" + rx="3" + y="852.45148" + x="-75.982147" + height="35" + width="30" + id="rect4458" + style="opacity:1;fill:#696d71;fill-opacity:1;stroke:none;stroke-opacity:1" + clip-path="url(#clipPath4412)" /> + <path + style="opacity:1;fill:#696d71;fill-opacity:1;stroke:none;stroke-opacity:1" + d="m -72.982145,852.45148 c -1.662,0 -3,1.338 -3,3 l 0,29 c 0,1.662 1.338,3 3,3 l 23.999996,0 c 1.662,0 3,-1.338 3,-3 l 0,-29 c 0,-1.662 -1.338,-3 -3,-3 l -23.999996,0 z m 0,1 23.999996,0 c 1.108,0 2,0.892 2,2 l 0,29 c 0,1.108 -0.892,2 -2,2 l -23.999996,0 c -1.108,0 -2,-0.892 -2,-2 l 0,-29 c 0,-1.108 0.892,-2 2,-2 z" + id="path4460" + inkscape:connector-curvature="0" + clip-path="url(#clipPath4408)" /> + </g> + <g + id="notebook-gap-horiz" + inkscape:label="#g4470" + transform="translate(717.29379,-811.12527)"> + <rect + y="979.64789" + x="-147.5" + height="2" + width="4" + id="rect4462" + style="opacity:0;fill:#fcfcfc;fill-opacity:1;stroke:none;stroke-opacity:1" /> + <rect + y="979.64789" + x="-146.5" + height="2" + width="2" + id="rect4464" + style="opacity:1;fill:#31363b;fill-opacity:1;stroke:none;stroke-opacity:1" /> + </g> + <g + id="notebook-gap-vert" + inkscape:label="#g4474" + transform="translate(722.80227,-810.05199)"> + <rect + transform="matrix(0,1,-1,0,0,0)" + style="opacity:0;fill:#fcfcfc;fill-opacity:1;stroke:none;stroke-opacity:1" + id="rect4466" + width="4" + height="2" + x="977.76398" + y="140.97235" /> + <rect + transform="matrix(0,1,-1,0,0,0)" + style="opacity:1;fill:#31363b;fill-opacity:1;stroke:none;stroke-opacity:1" + id="rect4468" + width="2" + height="2" + x="978.76398" + y="140.97235" /> + </g> + <g + id="plus" + transform="translate(617,-875.99998)" + inkscape:label="#g4415"> + <rect + y="1028.3622" + x="6" + height="12" + width="12" + id="rect4411" + style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + id="path4406" + d="m 7,1035.3622 4,0 0,4 2,0 0,-4 4,0 0,-2 -4,0 0,-4 -2,0 0,4 -4,0 z" + style="opacity:0.5;fill:#eeeff0;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + </g> + <g + id="minus" + transform="translate(599,-856.99998)" + inkscape:label="#g4419"> + <rect + style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect4413" + width="12" + height="12" + x="24" + y="1031.3622" /> + <path + inkscape:connector-curvature="0" + id="path4408" + d="m 25,1038.3622 0,-2 10,0 0,2 z" + style="opacity:0.5;fill:#eeeff0;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + </g> + <rect + style="opacity:1;fill:#31363b;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="handle-h" + width="24" + height="2" + x="25" + y="445.36221" + inkscape:label="#rect4423" /> + <rect + y="-27" + x="452.36221" + height="2" + width="24" + id="handle-v" + style="opacity:1;fill:#31363b;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + transform="matrix(0,1,-1,0,0,0)" + inkscape:label="#rect4425" /> + <g + id="line-h" + transform="translate(110,-569.99998)" + inkscape:label="#g4443"> + <rect + y="1012.3622" + x="10" + height="10" + width="10" + id="rect4429" + style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <rect + y="1017.3622" + x="10" + height="5" + width="10" + id="rect4433" + style="opacity:1;fill:#696d71;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + <g + id="menu-line-h" + transform="matrix(1,0,0,-1,95,1479.7244)" + inkscape:label="#g4447" + style="opacity:1"> + <rect + y="1012.3622" + x="25" + height="9.9999876" + width="10" + id="rect4435" + style="opacity:1;fill:#696d71;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + <g + id="line-v" + transform="translate(110,-554.99998)" + inkscape:label="#g4439"> + <rect + y="1027.3622" + x="10" + height="10" + width="10" + id="rect4427" + style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <rect + y="1027.3622" + x="10" + height="10" + width="5" + id="rect4437" + style="opacity:1;fill:#696d71;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + <g + id="menubar-button" + transform="translate(165,-477.99998)" + inkscape:label="#g4455"> + <rect + style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect4453" + width="48" + height="27" + x="20" + y="925.36218" /> + <rect + y="926.36218" + x="21" + height="25" + width="46" + id="rect4451" + style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + <rect + style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="bar" + width="10" + height="10" + x="300" + y="447.36221" + rx="4" + ry="4" + inkscape:label="#rect4461" /> + <rect + ry="4" + rx="4" + y="447.36221" + x="280" + height="10" + width="10" + id="trough" + style="opacity:1;fill:#696d71;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + inkscape:label="#rect4463" /> + <g + id="slider-vert" + inkscape:label="#g4492" + transform="translate(323,-415.33329)"> + <circle + style="opacity:1;fill:#31363b;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="circle4467" + cx="81" + cy="918.36218" + r="9" /> + <path + inkscape:connector-curvature="0" + id="path4465" + d="m 81,909.36218 a 9,9 0 0 0 -9,9 9,9 0 0 0 9,9 9,9 0 0 0 9,-9 9,9 0 0 0 -9,-9 z m 0,1 a 8,8 0 0 1 8,8 8,8 0 0 1 -8,8 8,8 0 0 1 -8,-8 8,8 0 0 1 8,-8 z" + style="opacity:1;fill:#696d71;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + <g + id="slider-horiz" + inkscape:label="#g4488" + transform="translate(355,-461.99998)"> + <circle + r="9" + cy="918.36218" + cx="49" + id="circle4472" + style="opacity:1;fill:#31363b;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + style="opacity:1;fill:#696d71;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 49,909.3622 a 9,9 0 0 0 -9,9 9,9 0 0 0 9,9 9,9 0 0 0 9,-9 9,9 0 0 0 -9,-9 z m 0,1 a 8,8 0 0 1 8,8 8,8 0 0 1 -8,8 8,8 0 0 1 -8,-8 8,8 0 0 1 8,-8 z" + id="path4474" + inkscape:connector-curvature="0" /> + </g> + <g + id="slider-horiz-prelight" + inkscape:label="#g4484" + transform="translate(353,-461.66664)"> + <circle + style="opacity:1;fill:#31363b;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="circle4476" + cx="51" + cy="941.36218" + r="9" /> + <path + inkscape:connector-curvature="0" + id="path4478" + d="m 51,932.3622 a 9,9 0 0 0 -9,9 9,9 0 0 0 9,9 9,9 0 0 0 9,-9 9,9 0 0 0 -9,-9 z m 0,1 a 8,8 0 0 1 8,8 8,8 0 0 1 -8,8 8,8 0 0 1 -8,-8 8,8 0 0 1 8,-8 z" + style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + <g + id="slider-vert-prelight" + inkscape:label="#g4496" + transform="translate(320,-414.99997)"> + <circle + r="9" + cy="941.36218" + cx="84" + id="circle4480" + style="opacity:1;fill:#31363b;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 84,932.3622 a 9,9 0 0 0 -9,9 9,9 0 0 0 9,9 9,9 0 0 0 9,-9 9,9 0 0 0 -9,-9 z m 0,1 a 8,8 0 0 1 8,8 8,8 0 0 1 -8,8 8,8 0 0 1 -8,-8 8,8 0 0 1 8,-8 z" + id="path4482" + inkscape:connector-curvature="0" /> + </g> + <g + id="trough-horizontal" + inkscape:label="#g4504" + transform="translate(372,-418.99996)"> + <rect + ry="0" + rx="0" + y="961.36218" + x="23" + height="18" + width="42" + id="rect4502" + style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <rect + ry="3" + rx="3" + y="967.36218" + x="23" + height="6" + width="42" + id="rect4500" + style="opacity:1;fill:#696d71;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + <g + id="trough-vertical" + transform="matrix(0,1,-1,0,1374.3622,540.36222)" + inkscape:label="#g4508"> + <rect + style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect4510" + width="42" + height="18" + x="23" + y="961.36218" + rx="0" + ry="0" /> + <rect + style="opacity:1;fill:#696d71;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect4512" + width="42" + height="6" + x="23" + y="967.36218" + rx="3" + ry="3" /> + </g> + <g + id="slider-scrollbar-horiz" + inkscape:label="#g7577"> + <rect + transform="matrix(0,1,-1,0,0,0)" + style="opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect4545-2-3" + width="20" + height="11.999991" + x="442.36221" + y="-492" + inkscape:label="#rect4545" /> + <rect + inkscape:label="#rect4515" + ry="5" + rx="5" + y="447.36221" + x="480" + height="10" + width="12" + id="rect4515" + style="opacity:1;fill:#abadb0;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + <g + id="slider-scrollbar-horiz-prelight" + inkscape:label="#g7581"> + <rect + transform="matrix(0,1,-1,0,0,0)" + style="opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect4545-2-3-9" + width="20" + height="11.999991" + x="465.36221" + y="-492" + inkscape:label="#rect4545" /> + <rect + inkscape:label="#rect4517" + style="opacity:1;fill:#93cee9;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect4517" + width="12" + height="10" + x="480" + y="470.36221" + rx="5" + ry="5" /> + </g> + <g + id="slider-scrollbar-horiz-active" + inkscape:label="#g7585"> + <rect + transform="matrix(0,1,-1,0,0,0)" + style="opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect4545-2-3-4" + width="20" + height="11.999991" + x="488.36221" + y="-492" + inkscape:label="#rect4545" /> + <rect + inkscape:label="#rect4519" + ry="5" + rx="5" + y="493.36221" + x="480" + height="10" + width="12" + id="rect4519-0" + style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + <g + id="slider-scrollbar-horiz-insens" + inkscape:label="#g7589"> + <rect + transform="matrix(0,1,-1,0,0,0)" + style="opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect4545-2-3-2" + width="20" + height="11.999991" + x="511.36221" + y="-492" + inkscape:label="#rect4545" /> + <rect + inkscape:label="#rect4521" + style="opacity:0.5;fill:#696d71;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect4521" + width="12" + height="10" + x="480" + y="516.36218" + rx="5" + ry="5" /> + </g> + <g + id="slider-scrollbar-vert" + inkscape:label="#g7561"> + <rect + inkscape:label="#rect4545" + y="446.36221" + x="494" + height="11.999991" + width="20" + id="rect4545" + style="opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <rect + inkscape:label="#rect4523" + transform="matrix(0,1,-1,0,0,0)" + style="opacity:1;fill:#abadb0;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect4523" + width="12" + height="10" + x="446.36221" + y="-509" + rx="5" + ry="5" /> + </g> + <g + id="slider-scrollbar-vert-prelight" + inkscape:label="#g7565"> + <rect + style="opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect4545-2" + width="20" + height="11.999991" + x="494" + y="469.36221" + inkscape:label="#rect4545" /> + <rect + inkscape:label="#rect4525" + transform="matrix(0,1,-1,0,0,0)" + ry="5" + rx="5" + y="-509" + x="469.36221" + height="10" + width="12" + id="rect4525" + style="opacity:1;fill:#93cee9;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + <g + id="slider-scrollbar-vert-active" + inkscape:label="#g7569"> + <rect + style="opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect4545-2-0" + width="20" + height="11.999991" + x="494" + y="492.36221" + inkscape:label="#rect4545" /> + <rect + inkscape:label="#rect4527" + transform="matrix(0,1,-1,0,0,0)" + style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect4527" + width="12" + height="10" + x="492.36221" + y="-509" + rx="5" + ry="5" /> + </g> + <g + id="slider-scrollbar-vert-insens" + inkscape:label="#g7573"> + <rect + style="opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect4545-2-0-2" + width="20" + height="11.999991" + x="494" + y="515.36218" + inkscape:label="#rect4545" /> + <rect + inkscape:label="#rect4529" + transform="matrix(0,1,-1,0,0,0)" + ry="5" + rx="5" + y="-509" + x="515.36218" + height="10" + width="12" + id="rect4529" + style="opacity:0.5;fill:#696d71;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + <g + id="trough-scrollbar-horiz" + transform="translate(393.99998,-449.99998)" + inkscape:label="#g4535"> + <rect + ry="0" + rx="0" + y="982.36218" + x="79.999977" + height="20" + width="80.000038" + id="rect4533" + style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <rect + ry="5" + rx="5" + y="987.36218" + x="100" + height="10" + width="40" + id="rect4531" + style="opacity:1;fill:#696d71;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + <g + id="trough-scrollbar-vert" + transform="matrix(0,1,-1,0,1482.3622,493.3622)" + inkscape:label="#g4539"> + <rect + style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect4541" + width="79.999992" + height="20" + x="60.000004" + y="982.36218" + rx="0" + ry="0" /> + <rect + style="opacity:1;fill:#696d71;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect4543" + width="39.999992" + height="10" + x="80.000008" + y="987.36218" + rx="4.999999" + ry="5" /> + </g> + <rect + style="opacity:1;fill:#31363b;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="toolbar-bg" + width="10" + height="10" + x="580" + y="447.36221" + inkscape:label="#rect4545" /> + <g + id="toolbutton-prelight" + transform="translate(490.5,-350.49993)" + inkscape:label="#g4554"> + <rect + ry="2.5" + rx="2.5" + y="813.36218" + x="90" + height="31" + width="9" + id="rect4547" + style="opacity:1;fill:#31363b;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + id="rect4549" + d="m 92.5,812.86218 c -1.662,0 -3,1.338 -3,3 l 0,26 c 0,1.662 1.338,3 3,3 l 4,0 c 1.662,0 3,-1.338 3,-3 l 0,-26 c 0,-1.662 -1.338,-3 -3,-3 l -4,0 z m 0,1 4,0 c 1.108,0 2,0.892 2,2 l 0,26 c 0,1.108 -0.892,2 -2,2 l -4,0 c -1.108,0 -2,-0.892 -2,-2 l 0,-26 c 0,-1.108 0.892,-2 2,-2 z" + style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + <rect + style="opacity:0;fill:#ff5555;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="toolbutton-normal" + width="10" + height="32" + x="580" + y="502.36221" + rx="3" + ry="3" + inkscape:label="#rect4559" /> + <rect + ry="3" + rx="3" + y="542.36224" + x="580" + height="32" + width="10" + id="toolbutton-pressed" + style="opacity:1;fill:url(#linearGradient4510);fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + inkscape:label="#rect4561" /> + <rect + style="opacity:1;fill:#696d71;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="toolbutton-toggled" + width="10" + height="32" + x="580" + y="582.36224" + rx="3" + ry="3" + inkscape:label="#rect4563" /> + <g + id="frame" + inkscape:label="#g4572" + transform="translate(-90,-124.99998)"> + <rect + ry="3" + rx="3" + y="812.36218" + x="115" + height="10" + width="10" + id="rect4565" + style="opacity:1;fill:#31363b;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + id="rect4567" + d="m 118,812.36218 c -1.662,0 -3,1.338 -3,3 l 0,4 c 0,1.662 1.338,3 3,3 l 4,0 c 1.662,0 3,-1.338 3,-3 l 0,-4 c 0,-1.662 -1.338,-3 -3,-3 l -4,0 z m 0.40039,1 3.19922,0 c 1.3296,0 2.40039,1.07079 2.40039,2.40039 l 0,3.20117 c 0,1.3296 -1.07079,2.39844 -2.40039,2.39844 l -3.19922,0 c -1.3296,0 -2.40039,-1.06884 -2.40039,-2.39844 l 0,-3.20117 c 0,-1.3296 1.07079,-2.40039 2.40039,-2.40039 z" + style="opacity:1;fill:#696d71;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + <g + id="frame-gap-end" + inkscape:label="#g4585" + transform="translate(-105,-112.99993)"> + <rect + rx="0" + y="812.36218" + x="130" + height="1" + width="2" + id="rect4577" + style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <rect + y="812.36218" + x="130" + height="1" + width="1" + id="rect4581" + style="opacity:1;fill:#696d71;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + <g + id="frame-gap-start" + inkscape:label="#g4589" + transform="translate(-105,-112.99995)"> + <rect + style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect4579" + width="2" + height="1" + x="130" + y="814.36218" + rx="0" /> + <rect + y="814.36218" + x="131" + height="1" + width="1" + id="rect4583" + style="opacity:1;fill:#696d71;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + <rect + style="opacity:0;fill:#ff5555;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="null" + width="30" + height="30" + x="110" + y="687.36218" + inkscape:label="#rect4595" /> + <g + id="up-background" + transform="translate(6,-218.99998)" + inkscape:label="#g4614"> + <rect + clip-path="url(#clipPath4610)" + rx="3" + ry="3" + y="906.36218" + x="179" + height="30" + width="16" + id="rect4597" + style="opacity:1;fill:#31363b;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + clip-path="url(#clipPath4606)" + inkscape:connector-curvature="0" + id="rect4599" + d="m 182,906.36218 c -1.662,0 -3,1.338 -3,3 l 0,24 c 0,1.662 1.338,3 3,3 l 10,0 c 1.662,0 3,-1.338 3,-3 l 0,-24 c 0,-1.662 -1.338,-3 -3,-3 l -10,0 z m 0,1 10,0 c 1.108,0 2,0.892 2,2 l 0,24 c 0,1.108 -0.892,2 -2,2 l -10,0 c -1.108,0 -2,-0.892 -2,-2 l 0,-24 c 0,-1.108 0.892,-2 2,-2 z" + style="opacity:1;fill:#696d71;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + <g + transform="matrix(1,0,0,-1,6,1630.7244)" + id="down-background" + inkscape:label="#g4618"> + <rect + style="opacity:1;fill:#31363b;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect4620" + width="16" + height="30" + x="179" + y="906.36218" + ry="3" + rx="3" + clip-path="url(#clipPath4610)" /> + <path + style="opacity:1;fill:#696d71;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 182,906.36218 c -1.662,0 -3,1.338 -3,3 l 0,24 c 0,1.662 1.338,3 3,3 l 10,0 c 1.662,0 3,-1.338 3,-3 l 0,-24 c 0,-1.662 -1.338,-3 -3,-3 l -10,0 z m 0,1 10,0 c 1.108,0 2,0.892 2,2 l 0,24 c 0,1.108 -0.892,2 -2,2 l -10,0 c -1.108,0 -2,-0.892 -2,-2 l 0,-24 c 0,-1.108 0.892,-2 2,-2 z" + id="path4622" + inkscape:connector-curvature="0" + clip-path="url(#clipPath4606)" /> + </g> + <text + xml:space="preserve" + style="font-style:normal;font-weight:normal;font-size:44.68566895px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;" + x="153.61432" + y="70.312843" + id="text4626" + sodipodi:linespacing="125%"><tspan + sodipodi:role="line" + id="tspan4628" + x="153.61432" + y="70.312843">Breeze-dark-gtk 2.0</tspan></text> + <text + xml:space="preserve" + style="font-style:normal;font-weight:normal;font-size:15px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;" + x="176.21338" + y="132.1498" + id="text4630" + sodipodi:linespacing="125%"><tspan + sodipodi:role="line" + id="tspan4632" + x="176.21338" + y="132.1498">Buttons</tspan></text> + <text + xml:space="preserve" + style="font-style:normal;font-weight:normal;font-size:15px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;" + x="306.21338" + y="132.1498" + id="text4634" + sodipodi:linespacing="125%"><tspan + sodipodi:role="line" + id="tspan4636" + x="306.21338" + y="132.1498">Check & Radio</tspan></text> + <text + xml:space="preserve" + style="font-style:normal;font-weight:normal;font-size:15px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;" + x="456.21338" + y="132.1498" + id="text4638" + sodipodi:linespacing="125%"><tspan + sodipodi:role="line" + id="tspan4640" + x="456.21338" + y="132.1498">Entry</tspan></text> + <text + xml:space="preserve" + style="font-style:normal;font-weight:normal;font-size:15px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;" + x="530" + y="132.3622" + id="text4646" + sodipodi:linespacing="125%"><tspan + sodipodi:role="line" + id="tspan4648" + x="530" + y="132.3622">Tabs</tspan></text> + <text + xml:space="preserve" + style="font-style:normal;font-weight:normal;font-size:15px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;" + x="620" + y="132.3622" + id="text4650" + sodipodi:linespacing="125%"><tspan + sodipodi:role="line" + id="tspan4652" + x="620" + y="132.3622">Expanders</tspan></text> + <text + xml:space="preserve" + style="font-style:normal;font-weight:normal;font-size:15px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;" + x="25" + y="432.36221" + id="text4654" + sodipodi:linespacing="125%"><tspan + sodipodi:role="line" + id="tspan4656" + x="25" + y="432.36221">Handles</tspan></text> + <text + xml:space="preserve" + style="font-style:normal;font-weight:normal;font-size:15px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;" + x="120" + y="432.36221" + id="text4658" + sodipodi:linespacing="125%"><tspan + sodipodi:role="line" + id="tspan4660" + x="120" + y="432.36221">Lines</tspan></text> + <text + xml:space="preserve" + style="font-style:normal;font-weight:normal;font-size:15px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;" + x="185" + y="432.36221" + id="text4662" + sodipodi:linespacing="125%"><tspan + sodipodi:role="line" + id="tspan4664" + x="185" + y="432.36221">Menubar</tspan></text> + <text + xml:space="preserve" + style="font-style:normal;font-weight:normal;font-size:15px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;" + x="280" + y="432.36221" + id="text4666" + sodipodi:linespacing="125%"><tspan + sodipodi:role="line" + id="tspan4668" + x="280" + y="432.36221">ProgressBar</tspan></text> + <text + xml:space="preserve" + style="font-style:normal;font-weight:normal;font-size:15px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;" + x="395" + y="432.36221" + id="text4670" + sodipodi:linespacing="125%"><tspan + sodipodi:role="line" + id="tspan4672" + x="395" + y="432.36221">Scale</tspan></text> + <text + xml:space="preserve" + style="font-style:normal;font-weight:normal;font-size:15px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;" + x="480" + y="432.36221" + id="text4674" + sodipodi:linespacing="125%"><tspan + sodipodi:role="line" + id="tspan4676" + x="480" + y="432.36221">Scrollbars</tspan></text> + <text + xml:space="preserve" + style="font-style:normal;font-weight:normal;font-size:15px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;" + x="580" + y="432.36221" + id="text4678" + sodipodi:linespacing="125%"><tspan + sodipodi:role="line" + id="tspan4680" + x="580" + y="432.36221">Toolbar</tspan></text> + <text + xml:space="preserve" + style="font-style:normal;font-weight:normal;font-size:15px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;" + x="25" + y="672.36218" + id="text4682" + sodipodi:linespacing="125%"><tspan + sodipodi:role="line" + id="tspan4684" + x="25" + y="672.36218">Shadows</tspan></text> + <text + xml:space="preserve" + style="font-style:normal;font-weight:normal;font-size:15px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;" + x="110" + y="672.36218" + id="text4686" + sodipodi:linespacing="125%"><tspan + sodipodi:role="line" + id="tspan4688" + x="110" + y="672.36218">Others</tspan></text> + <text + xml:space="preserve" + style="font-style:normal;font-weight:normal;font-size:15px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;" + x="185" + y="672.36218" + id="text4690" + sodipodi:linespacing="125%"><tspan + sodipodi:role="line" + id="tspan4692" + x="185" + y="672.36218">Spin</tspan></text> + <text + xml:space="preserve" + style="font-style:normal;font-weight:normal;font-size:15px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;" + x="44.882812" + y="132.1498" + id="text4694" + sodipodi:linespacing="125%"><tspan + sodipodi:role="line" + id="tspan4696" + x="44.882812" + y="132.1498">Arrows</tspan></text> + <g + id="arrow-up" + inkscape:label="#g4521" + transform="translate(14.882813,-834.21235)"> + <rect + y="981.36218" + x="30" + height="11" + width="11" + id="rect4519" + style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + id="path4517" + d="m 30.5,989.53901 5,-5.0001 5,5.0001" + style="fill:none;fill-rule:evenodd;stroke:#eeeff0;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + </g> + <g + transform="translate(28.882812,-834.21233)" + id="arrow-up-prelight" + inkscape:label="#g4521"> + <rect + y="981.36218" + x="30" + height="11" + width="11" + id="rect4519-9" + style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + id="path4517-2" + d="m 30.5,989.53901 5,-5.0001 5,5.0001" + style="fill:none;fill-rule:evenodd;stroke:#f7f8f9;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + </g> + <g + transform="translate(42.882812,-834.21233)" + id="arrow-up-insens" + inkscape:label="#g4521"> + <rect + y="981.36218" + x="30" + height="11" + width="11" + id="rect4519-6" + style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + id="path4517-6" + d="m 30.5,989.53901 5,-5.0001 5,5.0001" + style="opacity:0.5;fill:none;fill-rule:evenodd;stroke:#696d71;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + </g> + <g + transform="matrix(0,1,-1,0,1037.245,131.14983)" + id="arrow-right" + inkscape:label="#g4521"> + <rect + y="981.36218" + x="30" + height="11" + width="11" + id="rect4519-66" + style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + id="path4517-5" + d="m 30.5,989.53901 5,-5.0001 5,5.0001" + style="fill:none;fill-rule:evenodd;stroke:#eeeff0;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + </g> + <g + transform="matrix(0,1,-1,0,1051.245,131.14985)" + id="arrow-right-prelight" + inkscape:label="#g4521"> + <rect + y="981.36218" + x="30" + height="11" + width="11" + id="rect4519-9-9" + style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + id="path4517-2-8" + d="m 30.5,989.53901 5,-5.0001 5,5.0001" + style="fill:none;fill-rule:evenodd;stroke:#f7f8f9;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + </g> + <g + transform="matrix(0,1,-1,0,1065.245,131.14985)" + id="arrow-right-insens" + inkscape:label="#g4521"> + <rect + y="981.36218" + x="30" + height="11" + width="11" + id="rect4519-6-8" + style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + id="path4517-6-8" + d="m 30.5,989.53901 5,-5.0001 5,5.0001" + style="opacity:0.5;fill:none;fill-rule:evenodd;stroke:#696d71;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + </g> + <g + transform="matrix(-1,0,0,-1,85.882833,1167.512)" + id="arrow-down" + inkscape:label="#g4521"> + <rect + y="981.36218" + x="30" + height="11" + width="11" + id="rect4519-4" + style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + id="path4517-0" + d="m 30.5,989.53901 5,-5.0001 5,5.0001" + style="fill:none;fill-rule:evenodd;stroke:#eeeff0;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + </g> + <g + transform="matrix(-1,0,0,-1,99.882833,1167.512)" + id="arrow-down-prelight" + inkscape:label="#g4521"> + <rect + y="981.36218" + x="30" + height="11" + width="11" + id="rect4519-9-6" + style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + id="path4517-2-4" + d="m 30.5,989.53901 5,-5.0001 5,5.0001" + style="fill:none;fill-rule:evenodd;stroke:#f7f8f9;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + </g> + <g + transform="matrix(-1,0,0,-1,113.88283,1167.512)" + id="arrow-down-insens" + inkscape:label="#g4521"> + <rect + y="981.36218" + x="30" + height="11" + width="11" + id="rect4519-6-1" + style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + id="path4517-6-4" + d="m 30.5,989.53901 5,-5.0001 5,5.0001" + style="opacity:0.5;fill:none;fill-rule:evenodd;stroke:#696d71;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + </g> + <g + transform="matrix(0,-1,1,0,-936.47936,230.14985)" + id="arrow-left" + inkscape:label="#g4521"> + <rect + y="981.36218" + x="30" + height="11" + width="11" + id="rect4519-65" + style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + id="path4517-61" + d="m 30.5,989.53901 5,-5.0001 5,5.0001" + style="fill:none;fill-rule:evenodd;stroke:#eeeff0;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + </g> + <g + transform="matrix(0,-1,1,0,-922.47936,230.14985)" + id="arrow-left-prelight" + inkscape:label="#g4521"> + <rect + y="981.36218" + x="30" + height="11" + width="11" + id="rect4519-9-62" + style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + id="path4517-2-3" + d="m 30.5,989.53901 5,-5.0001 5,5.0001" + style="fill:none;fill-rule:evenodd;stroke:#f7f8f9;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + </g> + <g + transform="matrix(0,-1,1,0,-908.47936,230.14985)" + id="arrow-left-insens" + inkscape:label="#g4521"> + <rect + y="981.36218" + x="30" + height="11" + width="11" + id="rect4519-6-82" + style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + id="path4517-6-83" + d="m 30.5,989.53901 5,-5.0001 5,5.0001" + style="opacity:0.5;fill:none;fill-rule:evenodd;stroke:#696d71;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + </g> + <g + id="arrow-up-small" + transform="translate(-29.970738,-779.24266)" + inkscape:label="#g4643"> + <rect + y="982.39252" + x="74.853554" + height="6" + width="9" + id="rect4641" + style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + id="path4639" + d="m 76.353553,987.06931 3,-3 3,3" + style="fill:none;fill-rule:evenodd;stroke:#eeeff0;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + </g> + <g + id="arrow-up-small-prelight" + inkscape:label="#g4680" + transform="translate(-30.117187,-778.21235)"> + <rect + y="981.36218" + x="87" + height="6" + width="9" + id="rect4641-3" + style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + id="path4639-7" + d="m 88.5,986.03898 3,-3 3,3" + style="fill:none;fill-rule:evenodd;stroke:#f7f8f9;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + </g> + <g + id="arrow-up-small-insens" + transform="translate(-5.970738,-779.24266)" + inkscape:label="#g4643"> + <rect + y="982.39252" + x="74.853554" + height="6" + width="9" + id="rect4641-6" + style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + id="path4639-71" + d="m 76.353553,987.06931 3,-3 3,3" + style="opacity:0.5;fill:none;fill-rule:evenodd;stroke:#696d71;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + </g> + <g + id="arrow-right-small" + transform="matrix(0,1,-1,0,1034.2753,137.2963)" + inkscape:label="#g4643"> + <rect + y="982.39252" + x="74.853554" + height="6" + width="9" + id="rect4641-8" + style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + id="path4639-8" + d="m 76.353553,987.06931 3,-3 3,3" + style="fill:none;fill-rule:evenodd;stroke:#eeeff0;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + </g> + <g + transform="matrix(0,1,-1,0,1045.245,125.14983)" + id="arrow-right-small-prelight" + inkscape:label="#g4680"> + <rect + y="981.36218" + x="87" + height="6" + width="9" + id="rect4641-3-6" + style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + id="path4639-7-2" + d="m 88.5,986.03898 3,-3 3,3" + style="fill:none;fill-rule:evenodd;stroke:#f7f8f9;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + </g> + <g + id="arrow-right-small-insens" + transform="matrix(0,1,-1,0,1058.2753,137.2963)" + inkscape:label="#g4643"> + <rect + y="982.39252" + x="74.853554" + height="6" + width="9" + id="rect4641-6-8" + style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + id="path4639-71-6" + d="m 76.353553,987.06931 3,-3 3,3" + style="opacity:0.5;fill:none;fill-rule:evenodd;stroke:#696d71;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + </g> + <g + id="arrow-down-small" + transform="matrix(-1,0,0,-1,128.73636,1212.5423)" + inkscape:label="#g4643"> + <rect + y="982.39252" + x="74.853554" + height="6" + width="9" + id="rect4641-4" + style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + id="path4639-1" + d="m 76.353553,987.06931 3,-3 3,3" + style="fill:none;fill-rule:evenodd;stroke:#eeeff0;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + </g> + <g + transform="matrix(-1,0,0,-1,152.88284,1211.512)" + id="arrow-down-small-prelight" + inkscape:label="#g4680"> + <rect + y="981.36218" + x="87" + height="6" + width="9" + id="rect4641-3-8" + style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + id="path4639-7-3" + d="m 88.5,986.03898 3,-3 3,3" + style="fill:none;fill-rule:evenodd;stroke:#f7f8f9;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + </g> + <g + id="arrow-down-small-insens" + transform="matrix(-1,0,0,-1,152.73636,1212.5423)" + inkscape:label="#g4643"> + <rect + y="982.39252" + x="74.853554" + height="6" + width="9" + id="rect4641-6-4" + style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + id="path4639-71-5" + d="m 76.353553,987.06931 3,-3 3,3" + style="opacity:0.5;fill:none;fill-rule:evenodd;stroke:#696d71;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + </g> + <g + id="arrow-left-small" + transform="matrix(0,-1,1,0,-936.50971,317.00343)" + inkscape:label="#g4643"> + <rect + y="982.39252" + x="74.853554" + height="6" + width="9" + id="rect4641-65" + style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + id="path4639-3" + d="m 76.353553,987.06931 3,-3 3,3" + style="fill:none;fill-rule:evenodd;stroke:#eeeff0;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + </g> + <g + transform="matrix(0,-1,1,0,-923.47937,329.14983)" + id="arrow-left-small-prelight" + inkscape:label="#g4680"> + <rect + y="981.36218" + x="87" + height="6" + width="9" + id="rect4641-3-0" + style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + id="path4639-7-34" + d="m 88.5,986.03898 3,-3 3,3" + style="fill:none;fill-rule:evenodd;stroke:#f7f8f9;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + </g> + <g + id="arrow-left-small-insens" + transform="matrix(0,-1,1,0,-912.50971,317.00343)" + inkscape:label="#g4643"> + <rect + y="982.39252" + x="74.853554" + height="6" + width="9" + id="rect4641-6-3" + style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + id="path4639-71-4" + d="m 76.353553,987.06931 3,-3 3,3" + style="opacity:0.5;fill:none;fill-rule:evenodd;stroke:#696d71;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + </g> + <g + inkscape:label="#g4614" + transform="translate(5,-174.99998)" + id="up-background-disable"> + <rect + style="opacity:1;fill:#31363b;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect5108" + width="16" + height="30" + x="179" + y="906.36218" + ry="3" + rx="3" + clip-path="url(#clipPath4610)" /> + <path + style="opacity:0.5;fill:#696d71;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 182,906.36218 c -1.662,0 -3,1.338 -3,3 l 0,24 c 0,1.662 1.338,3 3,3 l 10,0 c 1.662,0 3,-1.338 3,-3 l 0,-24 c 0,-1.662 -1.338,-3 -3,-3 l -10,0 z m 0,1 10,0 c 1.108,0 2,0.892 2,2 l 0,24 c 0,1.108 -0.892,2 -2,2 l -10,0 c -1.108,0 -2,-0.892 -2,-2 l 0,-24 c 0,-1.108 0.892,-2 2,-2 z" + id="path5110" + inkscape:connector-curvature="0" + clip-path="url(#clipPath4606)" /> + </g> + <g + inkscape:label="#g4618" + id="down-background-disable" + transform="matrix(1,0,0,-1,5,1674.7244)"> + <rect + clip-path="url(#clipPath4610)" + rx="3" + ry="3" + y="906.36218" + x="179" + height="30" + width="16" + id="rect5114" + style="opacity:1;fill:#31363b;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + clip-path="url(#clipPath4606)" + inkscape:connector-curvature="0" + id="path5116" + d="m 182,906.36218 c -1.662,0 -3,1.338 -3,3 l 0,24 c 0,1.662 1.338,3 3,3 l 10,0 c 1.662,0 3,-1.338 3,-3 l 0,-24 c 0,-1.662 -1.338,-3 -3,-3 l -10,0 z m 0,1 10,0 c 1.108,0 2,0.892 2,2 l 0,24 c 0,1.108 -0.892,2 -2,2 l -10,0 c -1.108,0 -2,-0.892 -2,-2 l 0,-24 c 0,-1.108 0.892,-2 2,-2 z" + style="opacity:0.5;fill:#696d71;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + <rect + inkscape:label="#rect4595" + y="732.36218" + x="110" + height="30" + width="30" + id="tree-header" + style="opacity:1;fill:#31363b;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <g + id="menu-checkbox-unchecked" + transform="translate(330.7083,-853.44325)" + inkscape:label="#g4230"> + <path + style="fill:#696d71;fill-opacity:1;stroke:none;stroke-opacity:1" + d="m 2.5050763,1006.5932 c -1.108,0 -2.00000003,0.892 -2.00000003,2 l 0,14 c 0,1.108 0.89200003,2 2.00000003,2 l 13.9999997,0 c 1.108,0 2,-0.892 2,-2 l 0,-14 c 0,-1.108 -0.892,-2 -2,-2 l -13.9999997,0 z m 0,1 13.9999997,0 c 0.554,0 1,0.446 1,1 l 0,14 c 0,0.554 -0.446,1 -1,1 l -13.9999997,0 c -0.554,0 -1,-0.446 -1,-1 l 0,-14 c 0,-0.554 0.446,-1 1,-1 z" + id="path4204-1" + inkscape:connector-curvature="0" /> + </g> + <g + id="menu-checkbox-checked" + inkscape:label="#g4240" + transform="translate(330.22489,-834.63558)"> + <path + style="fill:#3daee9;fill-opacity:1;stroke:none;stroke-opacity:1" + d="m 2.9884882,1033.2551 c -1.108,0 -2,0.892 -2,2 l 0,14 c 0,1.108 0.892,2 2,2 l 13.9999998,0 c 1.108,0 2,-0.892 2,-2 l 0,-14 c 0,-1.108 -0.892,-2 -2,-2 l -13.9999998,0 z m 0,1 13.9999998,0 c 0.554,0 1,0.446 1,1 l 0,14 c 0,0.554 -0.446,1 -1,1 l -13.9999998,0 c -0.554,0 -1,-0.446 -1,-1 l 0,-14 c 0,-0.554 0.446,-1 1,-1 z" + id="path4212-4" + inkscape:connector-curvature="0" /> + <rect + style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:none;stroke-opacity:1" + id="rect4214-6" + width="12" + height="12" + x="3.9884882" + y="1036.2552" + rx="1" + ry="1" /> + </g> + <g + id="menu-checkbox-unchecked-insensitive" + transform="translate(307.22616,-830.26201)" + inkscape:label="#g4235"> + <path + inkscape:connector-curvature="0" + id="path4220-3" + d="m 25.987219,1006.1468 c -1.108,0 -2,0.892 -2,2 l 0,14 c 0,1.108 0.892,2 2,2 l 14,0 c 1.108,0 2,-0.892 2,-2 l 0,-14 c 0,-1.108 -0.892,-2 -2,-2 l -14,0 z m 0,1 14,0 c 0.554,0 1,0.446 1,1 l 0,14 c 0,0.554 -0.446,1 -1,1 l -14,0 c -0.554,0 -1,-0.446 -1,-1 l 0,-14 c 0,-0.554 0.446,-1 1,-1 z" + style="fill:#696d71;fill-opacity:1;stroke:none;stroke-opacity:1;opacity:0.5" /> + </g> + <g + id="menu-checkbox-checked-insensitive" + transform="translate(307.54632,-811.90071)" + inkscape:label="#g4246"> + <path + inkscape:connector-curvature="0" + id="path4226-9" + d="m 25.66706,1033.2551 c -1.108,0 -2,0.892 -2,2 l 0,14 c 0,1.108 0.892,2 2,2 l 13.999999,0 c 1.108,0 2,-0.892 2,-2 l 0,-14 c 0,-1.108 -0.892,-2 -2,-2 l -13.999999,0 z m 0,1 13.999999,0 c 0.554,0 1,0.446 1,1 l 0,14 c 0,0.554 -0.446,1 -1,1 l -13.999999,0 c -0.554,0 -1,-0.446 -1,-1 l 0,-14 c 0,-0.554 0.446,-1 1,-1 z" + style="fill:#696d71;fill-opacity:1;stroke:none;stroke-opacity:1;opacity:0.5" /> + <rect + ry="1" + rx="1" + y="1036.2552" + x="26.667059" + height="12" + width="12" + id="rect4228-6" + style="opacity:0.5;fill:#696d71;fill-opacity:1;stroke:none;stroke-opacity:1" /> + </g> + <g + id="menu-checkbox-unchecked-prelight" + transform="translate(330.7083,-762.44338)" + inkscape:label="#g4230" + style="fill:#fcfcfc"> + <path + style="fill:#fcfcfc;fill-opacity:1;stroke:none;stroke-opacity:1" + d="m 2.5050763,1006.5932 c -1.108,0 -2.00000003,0.892 -2.00000003,2 l 0,14 c 0,1.108 0.89200003,2 2.00000003,2 l 13.9999997,0 c 1.108,0 2,-0.892 2,-2 l 0,-14 c 0,-1.108 -0.892,-2 -2,-2 l -13.9999997,0 z m 0,1 13.9999997,0 c 0.554,0 1,0.446 1,1 l 0,14 c 0,0.554 -0.446,1 -1,1 l -13.9999997,0 c -0.554,0 -1,-0.446 -1,-1 l 0,-14 c 0,-0.554 0.446,-1 1,-1 z" + id="path4204-1-3" + inkscape:connector-curvature="0" /> + </g> + <g + id="menu-checkbox-checked-prelight" + inkscape:label="#g4240" + transform="translate(330.22489,-766.10528)"> + <path + style="fill:#fcfcfc;fill-opacity:1;stroke:none;stroke-opacity:1" + d="m 2.9884882,1033.2551 c -1.108,0 -2,0.892 -2,2 l 0,14 c 0,1.108 0.892,2 2,2 l 13.9999998,0 c 1.108,0 2,-0.892 2,-2 l 0,-14 c 0,-1.108 -0.892,-2 -2,-2 l -13.9999998,0 z m 0,1 13.9999998,0 c 0.554,0 1,0.446 1,1 l 0,14 c 0,0.554 -0.446,1 -1,1 l -13.9999998,0 c -0.554,0 -1,-0.446 -1,-1 l 0,-14 c 0,-0.554 0.446,-1 1,-1 z" + id="path4212-4-7" + inkscape:connector-curvature="0" /> + <rect + style="opacity:1;fill:#fcfcfc;fill-opacity:1;stroke:none;stroke-opacity:1" + id="rect4214-6-5" + width="12" + height="12" + x="3.9884882" + y="1036.2552" + rx="1" + ry="1" /> + </g> + <g + transform="matrix(0,1,-1,0,1037.245,216.14981)" + id="menu-arrow" + inkscape:label="#g4521"> + <rect + y="981.36218" + x="30" + height="11" + width="11" + id="rect4519-66-1" + style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + id="path4517-5-3" + d="m 30.5,989.53901 5,-5.0001 5,5.0001" + style="fill:none;fill-rule:evenodd;stroke:#eeeff0;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + </g> + <g + transform="matrix(0,1,-1,0,1051.245,216.14983)" + id="menu-arrow-prelight" + inkscape:label="#g4521"> + <rect + y="981.36218" + x="30" + height="11" + width="11" + id="rect4519-9-9-6" + style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + id="path4517-2-8-9" + d="m 30.5,989.53901 5,-5.0001 5,5.0001" + style="fill:none;fill-rule:evenodd;stroke:#eeeff0;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + </g> + <g + transform="matrix(0,1,-1,0,1065.245,216.14983)" + id="menu-arrow-insens" + inkscape:label="#g4521"> + <rect + y="981.36218" + x="30" + height="11" + width="11" + id="rect4519-6-8-7" + style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + id="path4517-6-8-5" + d="m 30.5,989.53901 5,-5.0001 5,5.0001" + style="opacity:0.5;fill:none;fill-rule:evenodd;stroke:#696d71;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + </g> + <g + id="menu-option-unchecked" + transform="translate(391.21338,-876.21236)" + inkscape:label="#g4328"> + <path + inkscape:connector-curvature="0" + id="path4297-7" + d="m 9,1033.3622 a 9,9 0 0 0 -9,9 9,9 0 0 0 9,9 9,9 0 0 0 9,-9 9,9 0 0 0 -9,-9 z m 0,1 a 8,8 0 0 1 8,8 8,8 0 0 1 -8,8 8,8 0 0 1 -8,-8 8,8 0 0 1 8,-8 z" + style="opacity:1;fill:#696d71;fill-opacity:1;stroke:none;stroke-opacity:1" /> + </g> + <g + id="menu-option-unchecked-insensitive" + transform="translate(366.21211,-852.09486)" + inkscape:label="#g4333"> + <path + style="opacity:0.5;fill:#696d71;fill-opacity:1;stroke:none;stroke-opacity:1" + d="m 34.001275,1032.4783 a 9,9 0 0 0 -9,9 9,9 0 0 0 9,9 9,9 0 0 0 9,-9 9,9 0 0 0 -9,-9 z m 0,1 a 8,8 0 0 1 8,8 8,8 0 0 1 -8,8 8,8 0 0 1 -8,-8 8,8 0 0 1 8,-8 z" + id="path4310-9" + inkscape:connector-curvature="0" /> + </g> + <g + id="menu-option-checked" + transform="translate(393.10742,-852.22126)" + inkscape:label="#g4344"> + <path + style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:none;stroke-opacity:1" + d="m 7.105964,1055.8381 a 9,9 0 0 0 -9,9 9,9 0 0 0 9,9 9,9 0 0 0 9,-9 9,9 0 0 0 -9,-9 z m 0,1 a 8,8 0 0 1 8,8 8,8 0 0 1 -8,8 8,8 0 0 1 -8.00000001,-8 8,8 0 0 1 8.00000001,-8 z" + id="path4316-8" + inkscape:connector-curvature="0" /> + <circle + r="6" + cy="1064.8381" + cx="7.1059642" + id="path4318-3" + style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:none;stroke-opacity:1" /> + </g> + <g + id="menu-option-checked-insensitive" + transform="translate(366.67885,-828.98771)" + inkscape:label="#g4338"> + <path + inkscape:connector-curvature="0" + id="path4324-3" + d="m 33.534535,1055.8381 a 9,9 0 0 0 -9,9 9,9 0 0 0 9,9 9,9 0 0 0 9,-9 9,9 0 0 0 -9,-9 z m 0,1 a 8,8 0 0 1 8,8 8,8 0 0 1 -8,8 8,8 0 0 1 -8,-8 8,8 0 0 1 8,-8 z" + style="opacity:0.5;fill:#696d71;fill-opacity:1;stroke:none;stroke-opacity:1" /> + <circle + style="opacity:0.5;fill:#696d71;fill-opacity:1;stroke:none;stroke-opacity:1" + id="circle4326-8" + cx="33.534534" + cy="1064.8381" + r="6" /> + </g> + <g + id="menu-option-unchecked-prelight" + transform="translate(392.21338,-781.21236)" + inkscape:label="#g4328" + style="fill:#fcfcfc"> + <path + inkscape:connector-curvature="0" + id="path4297-7-3" + d="m 9,1033.3622 a 9,9 0 0 0 -9,9 9,9 0 0 0 9,9 9,9 0 0 0 9,-9 9,9 0 0 0 -9,-9 z m 0,1 a 8,8 0 0 1 8,8 8,8 0 0 1 -8,8 8,8 0 0 1 -8,-8 8,8 0 0 1 8,-8 z" + style="opacity:1;fill:#fcfcfc;fill-opacity:1;stroke:none;stroke-opacity:1" /> + </g> + <g + id="menu-option-checked-prelight" + transform="translate(394.10742,-778.68828)" + inkscape:label="#g4344"> + <path + style="opacity:1;fill:#fcfcfc;fill-opacity:1;stroke:none;stroke-opacity:1" + d="m 7.105964,1055.8381 a 9,9 0 0 0 -9,9 9,9 0 0 0 9,9 9,9 0 0 0 9,-9 9,9 0 0 0 -9,-9 z m 0,1 a 8,8 0 0 1 8,8 8,8 0 0 1 -8,8 8,8 0 0 1 -8.00000001,-8 8,8 0 0 1 8.00000001,-8 z" + id="path4316-8-6" + inkscape:connector-curvature="0" /> + <circle + r="6" + cy="1064.8381" + cx="7.1059642" + id="path4318-3-3" + style="opacity:1;fill:#fcfcfc;fill-opacity:1;stroke:none;stroke-opacity:1" /> + </g> + <g + id="menu-frame" + inkscape:label="#g5792"> + <rect + y="487.36221" + x="185" + height="10" + width="10" + id="rect5782" + style="opacity:1;fill:#31363b;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <rect + y="488.36221" + x="185" + height="8" + width="1" + id="rect5784" + style="opacity:1;fill:#696d71;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <rect + y="487.36221" + x="186" + height="1" + width="8" + id="rect5786" + style="opacity:1;fill:#696d71;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <rect + y="496.36221" + x="186" + height="1" + width="8" + id="rect5788" + style="opacity:1;fill:#696d71;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <rect + y="488.36221" + x="194" + height="8" + width="1" + id="rect5790" + style="opacity:1;fill:#696d71;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + </g> +</svg> diff --git a/.themes/papirus-dark/gtk-2.0/assets.txt b/.themes/papirus-dark/gtk-2.0/assets.txt new file mode 100644 index 00000000..46cad206 --- /dev/null +++ b/.themes/papirus-dark/gtk-2.0/assets.txt @@ -0,0 +1,107 @@ +Arrows/arrow-up +Arrows/arrow-up-prelight +Arrows/arrow-up-insens +Arrows/arrow-up-small +Arrows/arrow-up-small-prelight +Arrows/arrow-up-small-insens +Arrows/arrow-right +Arrows/arrow-right-prelight +Arrows/arrow-right-insens +Arrows/arrow-right-small +Arrows/arrow-right-small-prelight +Arrows/arrow-right-small-insens +Arrows/arrow-down +Arrows/arrow-down-prelight +Arrows/arrow-down-insens +Arrows/arrow-down-small +Arrows/arrow-down-small-prelight +Arrows/arrow-down-small-insens +Arrows/arrow-left +Arrows/arrow-left-prelight +Arrows/arrow-left-insens +Arrows/arrow-left-small +Arrows/arrow-left-small-prelight +Arrows/arrow-left-small-insens +Arrows/menu-arrow +Arrows/menu-arrow-prelight +Arrows/menu-arrow-insens +Buttons/button-normal +Buttons/button-default +Buttons/button-prelight +Buttons/button-insensitive +Buttons/button-pressed +Check-Radio/checkbox-checked +Check-Radio/checkbox-checked-insensitive +Check-Radio/menu-checkbox-checked +Check-Radio/menu-checkbox-checked-prelight +Check-Radio/menu-checkbox-checked-insensitive +Check-Radio/checkbox-unchecked +Check-Radio/checkbox-unchecked-insensitive +Check-Radio/menu-checkbox-unchecked +Check-Radio/menu-checkbox-unchecked-prelight +Check-Radio/menu-checkbox-unchecked-insensitive +Check-Radio/option-checked +Check-Radio/option-checked-insensitive +Check-Radio/menu-option-checked +Check-Radio/menu-option-checked-prelight +Check-Radio/menu-option-checked-insensitive +Check-Radio/option-unchecked +Check-Radio/option-unchecked-insensitive +Check-Radio/menu-option-unchecked +Check-Radio/menu-option-unchecked-prelight +Check-Radio/menu-option-unchecked-insensitive +Entry/entry-border-bg +Entry/entry-border-active-bg +Entry/entry-border-disabled-bg +Tabs/notebook +Tabs/notebook-gap-vert +Tabs/notebook-gap-horiz +Tabs/tab-bottom +Tabs/tab-bottom-active +Tabs/tab-top +Tabs/tab-top-active +Tabs/tab-left +Tabs/tab-left-active +Tabs/tab-right +Tabs/tab-right-active +Expanders/plus +Expanders/minus +Handles/handle-h +Handles/handle-v +Lines/line-h +Lines/line-v +Lines/menu-line-h +Menubar/menubar-button +Menubar/menu-frame +ProgressBar/trough +ProgressBar/bar +Range/slider-horiz +Range/slider-horiz-prelight +Range/slider-vert +Range/slider-vert-prelight +Range/trough-horizontal +Range/trough-vertical +Scrollbars/slider-scrollbar-horiz +Scrollbars/slider-scrollbar-horiz-prelight +Scrollbars/slider-scrollbar-horiz-active +Scrollbars/slider-scrollbar-horiz-insens +Scrollbars/slider-scrollbar-vert +Scrollbars/slider-scrollbar-vert-prelight +Scrollbars/slider-scrollbar-vert-active +Scrollbars/slider-scrollbar-vert-insens +Scrollbars/trough-scrollbar-horiz +Scrollbars/trough-scrollbar-vert +Toolbar/toolbar-bg +Toolbar/toolbutton-normal +Toolbar/toolbutton-prelight +Toolbar/toolbutton-pressed +Toolbar/toolbutton-toggled +Others/null +Others/tree-header +Spin/down-background +Spin/up-background +Spin/down-background-disable +Spin/up-background-disable +Shadows/frame +Shadows/frame-gap-start +Shadows/frame-gap-end diff --git a/.themes/papirus-dark/gtk-2.0/gtkrc b/.themes/papirus-dark/gtk-2.0/gtkrc new file mode 100644 index 00000000..3dbc885e --- /dev/null +++ b/.themes/papirus-dark/gtk-2.0/gtkrc @@ -0,0 +1,1686 @@ +# Breezy | ScionicSpectre + +gtk-color-scheme = "base_color:#222222\nfg_color:#EEEFF0\ntooltip_fg_color:#FFFFFF\ntooltip_bg_color:#000000\nselected_bg_color:#363636\nselected_fg_color:#EEEFF0\ntext_color:#EEEFF0\nbg_color:#222222\ninsensitive_fg_color:#4c5054" + +gtk-auto-mnemonics = 1 + +style "default" +{ + xthickness = 1 + ythickness = 1 + + # Style Properties + + GtkScrollbar::activate-slider = 1 + GtkWidget::focus-line-width = 0 + GtkWidget::new-tooltip-style = 1 + GtkWidget::tooltip-alpha = 230 + GtkWidget::tooltip-radius = 2 + GtkMenuBar::window-dragging = 1 + GtkToolbar::window-dragging = 1 + GtkToolbar::internal-padding = 5 + + GtkSeparatorMenuItem::horizontal-padding = 3 + GtkSeparatorMenuItem::wide-separators = 1 + GtkSeparatorMenuItem::separator-height = 1 + + GtkCheckMenuItem::indicator-size = 18 + GtkRadioMenuItem::indicator-size = 18 + + GtkButton::child-displacement-y = 0 + GtkButton::default-border = { 0, 0, 0, 0 } + GtkButton::default-outside_border = { 0, 0, 0, 0 } + + GtkScrollbar::trough-border = 0 + GtkScrollbar::slider-width = 20 + GtkRange::trough-border = 0 + GtkRange::slider-width = 7 + GtkRange::stepper-size = 0 + + GtkScrollbar::has-backward-stepper = 1 + GtkScrollbar::has-forward-stepper = 1 + GtkScrollbar::stepper-size = 20 + GtkScrollbar::stepper-spacing = 0 + GtkScrolledWindow ::scrollbar-spacing = 0 + GtkScrolledWindow ::scrollbars-within-bevel = 1 + + GtkVScale::slider_length = 18 + GtkVScale::slider_width = 18 + GtkHScale::slider_length = 18 + GtkHScale::slider_width = 18 + + GtkStatusbar::shadow_type = GTK_SHADOW_NONE + GtkSpinButton::shadow_type = GTK_SHADOW_NONE + GtkMenuBar::shadow-type = GTK_SHADOW_NONE + GtkMenuBar::internal-padding = 3 + GtkMenu::horizontal-padding = 1 + GtkMenu::vertical-padding = 1 + + GtkNotebook::tab-overlap = 7 + GtkNotebook::tab-curvature = 7 + + GtkCheckButton::indicator_spacing = 3 + GtkOptionMenu::indicator_spacing = { 8, 2, 0, 0 } + + GtkTreeView::row_ending_details = 0 + GtkTreeView::expander-size = 12 + GtkTreeView::vertical-separator = 1 + GtkTreeView::horizontal-separator = 4 + GtkTreeView::allow-rules = 1 + + GtkProgressBar::min-horizontal-bar-height = 8 + GtkProgressBar::min-vertical-bar-width = 8 + + GtkEntry::state-hint = 1 + + # Colors + + bg[NORMAL] = @bg_color + bg[PRELIGHT] = shade (1.02, @bg_color) + bg[SELECTED] = @selected_bg_color + bg[INSENSITIVE] = @bg_color + bg[ACTIVE] = shade (0.9, @bg_color) + + fg[NORMAL] = @text_color + fg[PRELIGHT] = @fg_color + fg[SELECTED] = @selected_fg_color + fg[INSENSITIVE] = @insensitive_fg_color + fg[ACTIVE] = @fg_color + + text[NORMAL] = @text_color + text[PRELIGHT] = @text_color + text[SELECTED] = @selected_fg_color + text[INSENSITIVE] = @insensitive_fg_color + text[ACTIVE] = @selected_fg_color + + base[NORMAL] = @base_color + base[PRELIGHT] = shade (0.95, @bg_color) + base[SELECTED] = @selected_bg_color + base[INSENSITIVE] = @bg_color + base[ACTIVE] = shade (0.9, @selected_bg_color) + + # All pixmap options are consolidated below this point + + engine "pixmap" + { + + # Check Buttons + + image + { + function = CHECK + recolorable = TRUE + state = NORMAL + shadow = OUT + overlay_file = "Check-Radio/checkbox-unchecked.png" + overlay_stretch = FALSE + } + image + { + function = CHECK + recolorable = TRUE + state = PRELIGHT + shadow = OUT + overlay_file = "Check-Radio/checkbox-unchecked.png" + overlay_stretch = FALSE + } + image + { + function = CHECK + recolorable = TRUE + state = ACTIVE + shadow = OUT + overlay_file = "Check-Radio/checkbox-unchecked.png" + overlay_stretch = FALSE + } + image + { + function = CHECK + recolorable = TRUE + state = SELECTED + shadow = OUT + overlay_file = "Check-Radio/checkbox-unchecked.png" + overlay_stretch = FALSE + } + image + { + function = CHECK + recolorable = TRUE + state = INSENSITIVE + shadow = OUT + overlay_file = "Check-Radio/checkbox-unchecked-insensitive.png" + overlay_stretch = FALSE + } + image + { + function = CHECK + recolorable = TRUE + state = NORMAL + shadow = IN + overlay_file = "Check-Radio/checkbox-checked.png" + overlay_stretch = FALSE + } + image + { + function = CHECK + recolorable = TRUE + state = PRELIGHT + shadow = IN + overlay_file = "Check-Radio/checkbox-checked.png" + overlay_stretch = FALSE + } + image + { + function = CHECK + recolorable = TRUE + state = ACTIVE + shadow = IN + overlay_file = "Check-Radio/checkbox-checked.png" + overlay_stretch = FALSE + } + image + { + function = CHECK + recolorable = TRUE + state = SELECTED + shadow = IN + overlay_file = "Check-Radio/checkbox-checked.png" + overlay_stretch = FALSE + } + image + { + function = CHECK + recolorable = TRUE + state = INSENSITIVE + shadow = IN + overlay_file = "Check-Radio/checkbox-checked-insensitive.png" + overlay_stretch = FALSE + } + + # Radio Buttons + + image + { + function = OPTION + state = NORMAL + shadow = OUT + overlay_file = "Check-Radio/option-unchecked.png" + overlay_stretch = FALSE + } + image + { + function = OPTION + state = PRELIGHT + shadow = OUT + overlay_file = "Check-Radio/option-unchecked.png" + overlay_stretch = FALSE + } + image + { + function = OPTION + state = ACTIVE + shadow = OUT + overlay_file = "Check-Radio/option-unchecked.png" + overlay_stretch = FALSE + } + image + { + function = OPTION + state = SELECTED + shadow = OUT + overlay_file = "Check-Radio/option-unchecked.png" + overlay_stretch = FALSE + } + image + { + function = OPTION + state = INSENSITIVE + shadow = OUT + overlay_file = "Check-Radio/option-unchecked-insensitive.png" + overlay_stretch = FALSE + } + image + { + function = OPTION + state = NORMAL + shadow = IN + overlay_file = "Check-Radio/option-checked.png" + overlay_stretch = FALSE + } + image + { + function = OPTION + state = PRELIGHT + shadow = IN + overlay_file = "Check-Radio/option-checked.png" + overlay_stretch = FALSE + } + image + { + function = OPTION + state = ACTIVE + shadow = IN + overlay_file = "Check-Radio/option-checked.png" + overlay_stretch = FALSE + } + image + { + function = OPTION + state = SELECTED + shadow = IN + overlay_file = "Check-Radio/option-checked.png" + overlay_stretch = FALSE + } + image + { + function = OPTION + state = INSENSITIVE + shadow = IN + overlay_file = "Check-Radio/option-checked-insensitive.png" + overlay_stretch = FALSE + } + + # Arrows + + image + { + function = ARROW + overlay_file = "Arrows/arrow-up.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = UP + } + image + { + function = ARROW + state = PRELIGHT + overlay_file = "Arrows/arrow-up-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = UP + } + image + { + function = ARROW + state = ACTIVE + overlay_file = "Arrows/arrow-up-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = UP + } + image + { + function = ARROW + state = INSENSITIVE + overlay_file = "Arrows/arrow-up-insens.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = UP + } + + image + { + function = ARROW + state = NORMAL + overlay_file = "Arrows/arrow-down.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = DOWN + } + image + { + function = ARROW + state = PRELIGHT + overlay_file = "Arrows/arrow-down-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = DOWN + } + image + { + function = ARROW + state = ACTIVE + overlay_file = "Arrows/arrow-down-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = DOWN + } + + image + { + function = ARROW + state = INSENSITIVE + overlay_file = "Arrows/arrow-down-insens.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = DOWN + } + + image + { + function = ARROW + overlay_file = "Arrows/arrow-left.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = LEFT + } + image + { + function = ARROW + state = PRELIGHT + overlay_file = "Arrows/arrow-left-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = LEFT + } + image + { + function = ARROW + state = ACTIVE + overlay_file = "Arrows/arrow-left-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = LEFT + } + image + { + function = ARROW + state = INSENSITIVE + overlay_file = "Arrows/arrow-left-insens.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = LEFT + } + + image + { + function = ARROW + overlay_file = "Arrows/arrow-right.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + image + { + function = ARROW + state = PRELIGHT + overlay_file = "Arrows/arrow-right-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + image + { + function = ARROW + state = ACTIVE + overlay_file = "Arrows/arrow-right-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + image + { + function = ARROW + state = INSENSITIVE + overlay_file = "Arrows/arrow-right-insens.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + + # Option Menu Arrows + + image + { + function = TAB + state = INSENSITIVE + overlay_file = "Arrows/arrow-down-insens.png" + overlay_stretch = FALSE + } + image + { + function = TAB + state = NORMAL + overlay_file = "Arrows/arrow-down.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + } + image + { + function = TAB + state = PRELIGHT + overlay_file = "Arrows/arrow-down-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + } + + #Lines + + image + { + function = VLINE + file = "Lines/line-v.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + } + image + { + function = HLINE + file = "Lines/line-h.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + } + + # Handles + + image + { + function = HANDLE + overlay_file = "Handles/handle-h.png" + overlay_stretch = FALSE + orientation = HORIZONTAL + } + image + { + function = HANDLE + overlay_file = "Handles/handle-v.png" + overlay_stretch = FALSE + orientation = VERTICAL + } + + # Expanders + + image + { + function = EXPANDER + expander_style = COLLAPSED + file = "Expanders/plus.png" + } + + image + { + function = EXPANDER + expander_style = EXPANDED + file = "Expanders/minus.png" + } + + image + { + function = EXPANDER + expander_style = SEMI_EXPANDED + file = "Expanders/minus.png" + } + + image + { + function = EXPANDER + expander_style = SEMI_COLLAPSED + file = "Expanders/plus.png" + } + + image + { + function = RESIZE_GRIP + state = NORMAL + detail = "statusbar" + overlay_file = "Others/null.png" + overlay_border = { 0,0,0,0 } + overlay_stretch = FALSE + } + + # Shadows ( this area needs help :P ) + + image + { + function = SHADOW_GAP + file = "Others/null.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + } +} + +style "scrollbar" +{ + engine "pixmap" + { + image + { + function = BOX + detail = "trough" + file = "Scrollbars/trough-scrollbar-horiz.png" + border = { 30, 30, 5, 5 } + stretch = TRUE + orientation = HORIZONTAL + } + image + { + function = BOX + detail = "trough" + file = "Scrollbars/trough-scrollbar-vert.png" + border = { 5, 5, 30, 30 } + stretch = TRUE + orientation = VERTICAL + } + +# Sliders + + image + { + function = SLIDER + state = NORMAL + file = "Scrollbars/slider-scrollbar-horiz.png" + border = { 5, 5, 5, 5 } + stretch = TRUE + orientation = HORIZONTAL + + } + image + { + function = SLIDER + state = ACTIVE + file = "Scrollbars/slider-scrollbar-horiz-active.png" + border = { 5, 5, 5, 5 } + stretch = TRUE + orientation = HORIZONTAL + + } + image + { + function = SLIDER + state = PRELIGHT + file = "Scrollbars/slider-scrollbar-horiz-prelight.png" + border = { 5, 5, 5, 5 } + stretch = TRUE + orientation = HORIZONTAL + + } + image + { + function = SLIDER + state = INSENSITIVE + file = "Scrollbars/slider-scrollbar-horiz-insens.png" + border = { 5, 5, 5, 5 } + stretch = TRUE + orientation = HORIZONTAL + + } + +# X Verticals + + image + { + function = SLIDER + state = NORMAL + file = "Scrollbars/slider-scrollbar-vert.png" + border = { 5, 5, 5, 5 } + stretch = TRUE + orientation = VERTICAL + + } + image + { + function = SLIDER + state = ACTIVE + file = "Scrollbars/slider-scrollbar-vert-active.png" + border = { 5, 5, 5, 5 } + stretch = TRUE + orientation = VERTICAL + + } + image + { + function = SLIDER + state = PRELIGHT + file = "Scrollbars/slider-scrollbar-vert-prelight.png" + border = { 5, 5, 5, 5 } + stretch = TRUE + orientation = VERTICAL + + } + image + { + function = SLIDER + state = INSENSITIVE + file = "Scrollbars/slider-scrollbar-vert-insens.png" + border = { 5, 5, 5, 5 } + stretch = TRUE + orientation = VERTICAL + + } + } +} + +style "menubar" +{ + bg[PRELIGHT] = "#FFF" + fg[SELECTED] = @text_color + + xthickness = 0 + ythickness = 0 + + engine "pixmap" + { + image + { + function = BOX + recolorable = TRUE + state = PRELIGHT + file = "Menubar/menubar-button.png" + + border = { 4, 4, 4, 4 } + stretch = TRUE + } + } +} + +style "menu" +{ + xthickness = 0 + ythickness = 0 + + GtkMenuItem::arrow-scaling = 0.4 +} + +style "menu_item" +{ + xthickness = 2 + ythickness = 3 + + bg[PRELIGHT] = @selected_bg_color + fg[PRELIGHT] = @selected_fg_color + text[PRELIGHT] = @selected_fg_color + + GtkMenuItem::toggle-spacing = 10 + + engine "pixmap" + { + + # Check Buttons + + image + { + function = CHECK + recolorable = TRUE + state = NORMAL + shadow = OUT + overlay_file = "Check-Radio/menu-checkbox-unchecked.png" + overlay_stretch = TRUE + } + image + { + function = CHECK + recolorable = TRUE + state = PRELIGHT + shadow = OUT + overlay_file = "Check-Radio/menu-checkbox-unchecked-prelight.png" + overlay_stretch = TRUE + } + image + { + function = CHECK + recolorable = TRUE + state = ACTIVE + shadow = OUT + overlay_file = "Check-Radio/menu-checkbox-checked.png" + overlay_stretch = TRUE + } + image + { + function = CHECK + recolorable = TRUE + state = INSENSITIVE + shadow = OUT + overlay_file = "Check-Radio/menu-checkbox-unchecked-insensitive.png" + overlay_stretch = TRUE + } + image + { + function = CHECK + recolorable = TRUE + state = NORMAL + shadow = IN + overlay_file = "Check-Radio/menu-checkbox-checked.png" + overlay_stretch = TRUE + } + image + { + function = CHECK + recolorable = TRUE + state = PRELIGHT + shadow = IN + overlay_file = "Check-Radio/menu-checkbox-checked-prelight.png" + overlay_stretch = TRUE + } + image + { + function = CHECK + recolorable = TRUE + state = ACTIVE + shadow = IN + overlay_file = "Check-Radio/menu-checkbox-checked.png" + overlay_stretch = TRUE + } + image + { + function = CHECK + recolorable = TRUE + state = INSENSITIVE + shadow = IN + overlay_file = "Check-Radio/menu-checkbox-checked-insensitive.png" + overlay_stretch = TRUE + } + + # Radio Buttons + + image + { + function = OPTION + state = NORMAL + shadow = OUT + overlay_file = "Check-Radio/menu-option-unchecked.png" + overlay_stretch = TRUE + } + image + { + function = OPTION + state = PRELIGHT + shadow = OUT + overlay_file = "Check-Radio/menu-option-unchecked-prelight.png" + overlay_stretch = TRUE + } + image + { + function = OPTION + state = ACTIVE + shadow = OUT + overlay_file = "Check-Radio/menu-option-checked.png" + overlay_stretch = TRUE + } + image + { + function = OPTION + state = INSENSITIVE + shadow = OUT + overlay_file = "Others/null.png" + overlay_stretch = FALSE + } + image + { + function = OPTION + state = NORMAL + shadow = IN + overlay_file = "Check-Radio/menu-option-checked.png" + overlay_stretch = TRUE + } + image + { + function = OPTION + state = PRELIGHT + shadow = IN + overlay_file = "Check-Radio/menu-option-checked-prelight.png" + overlay_stretch = TRUE + } + image + { + function = OPTION + state = ACTIVE + shadow = IN + overlay_file = "Check-Radio/menu-option-checked.png" + overlay_stretch = TRUE + } + image + { + function = OPTION + state = INSENSITIVE + shadow = IN + overlay_file = "Check-Radio/menu-option-checked-insensitive.png" + overlay_stretch = TRUE + } + image + { + function = SHADOW # This fixes boxy Qt menu items + file = "Others/null.png" + border = { 10, 10, 10, 10 } + stretch = TRUE + } + + # Arrow Buttons + + image + { + function = ARROW + state = NORMAL + overlay_file = "Arrows/menu-arrow.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + image + { + function = ARROW + state = PRELIGHT + overlay_file = "Arrows/menu-arrow-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + image + { + function = ARROW + state = INSENSITIVE + overlay_file = "Arrows/menu-arrow-insens.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + } +} + +style "menubar_item" +{ + xthickness = 2 + ythickness = 2 + bg[PRELIGHT] = @selected_fg_color + fg[PRELIGHT] = @selected_fg_color +} + +style "toolbar" +{ + engine "pixmap" + { + image + { + function = BOX + file = "Toolbar/toolbar-bg.png" + stretch = TRUE + } + } +} + +style "button" +{ + xthickness = 4 + ythickness = 4 + + engine "pixmap" + { + image + { + function = BOX + state = NORMAL + file = "Buttons/button-default.png" + border = {4, 4, 4, 4 } + stretch = TRUE + } + image + { + function = BOX + state = PRELIGHT + file = "Buttons/button-prelight.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + image + { + function = BOX + state = ACTIVE + file = "Buttons/button-pressed.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + image + { + function = BOX + state = INSENSITIVE + file = "Buttons/button-insensitive.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + } +} + +style "toolbuttons" +{ + ythickness = 1 + GtkWidget::focus_padding = 2 + + engine "pixmap" { + +image + { + function = BOX + state = NORMAL + file = "Toolbar/toolbutton-normal.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } +image + { + function = BOX + state = PRELIGHT + file = "Toolbar/toolbutton-prelight.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } +image + { + function = BOX + state = ACTIVE + file = "Toolbar/toolbutton-pressed.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } +image + { + function = BOX + state = INSENSITIVE + file = "Toolbar/toolbutton-normal.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + } +} + +style "tooltoggle_buttons" +{ + engine "pixmap" + { + image + { + function = BOX + state = ACTIVE + file = "Toolbar/toolbutton-toggled.png" + border = { 4, 4, 4, 4} + stretch = TRUE + } + } +} + +style "entry" +{ + xthickness = 3 + ythickness = 3 + + engine "pixmap" + { + image + { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "Entry/entry-border-bg.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + image + { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "Entry/entry-border-disabled-bg.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + image + { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "Entry/entry-border-active-bg.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + image + { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + file = "Others/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + } + } +} + +style "notebook_tab_label" +{ + fg[ACTIVE] = @text_color +} + +style "spinbutton" = "default" +{ + #bg[NORMAL] = @bg_color + + xthickness = 3 + ythickness = 3 + GtkWidget::interior_focus = 1 + +engine "pixmap" + { + image + { + function = ARROW + } + + #Spin-up + image + { + function = BOX + state = NORMAL + detail = "spinbutton_up" + file = "Spin/up-background.png" + border = { 5, 5, 5, 5 } + stretch = TRUE + overlay_file = "Arrows/arrow-up-small.png" + overlay_stretch = FALSE + } + image + { + function = BOX + state = PRELIGHT + detail = "spinbutton_up" + file = "Spin/up-background.png" + border = { 5, 5, 5, 5 } + stretch = TRUE + overlay_file = "Arrows/arrow-up-small-prelight.png" + overlay_stretch = FALSE + } + image + { + function = BOX + state = INSENSITIVE + detail = "spinbutton_up" + file = "Spin/up-background-disable.png" + border = { 5, 5, 5, 5 } + stretch = TRUE + overlay_file = "Arrows/arrow-up-small-insens.png" + overlay_stretch = FALSE + } + image + { + function = BOX + state = ACTIVE + detail = "spinbutton_up" + file = "Spin/up-background.png" + border = { 5, 5, 5, 5 } + stretch = TRUE + overlay_file = "Arrows/arrow-up-small-prelight.png" + overlay_stretch = FALSE + } + + # Spin-Down + image + { + function = BOX + state = NORMAL + detail = "spinbutton_down" + file = "Spin/down-background.png" + border = { 5, 5, 5, 5 } + stretch = TRUE + overlay_file = "Arrows/arrow-down-small.png" + overlay_stretch = FALSE + } + image + { + function = BOX + state = PRELIGHT + detail = "spinbutton_down" + file = "Spin/down-background.png" + border = { 5, 5, 5, 5 } + stretch = TRUE + overlay_file = "Arrows/arrow-down-small-prelight.png" + overlay_stretch = FALSE + } + image + { + function = BOX + state = INSENSITIVE + detail = "spinbutton_down" + file = "Spin/down-background-disable.png" + border = { 5, 5, 5, 5 } + stretch = TRUE + overlay_file = "Arrows/arrow-down-small-insens.png" + overlay_stretch = FALSE + } + image + { + function = BOX + state = ACTIVE + detail = "spinbutton_down" + file = "Spin/down-background.png" + border = { 5, 5, 5, 5 } + stretch = TRUE + overlay_file = "Arrows/arrow-down-small-prelight.png" + overlay_stretch = FALSE + } + } +} + +style "notebook" +{ + + xthickness = 5 + ythickness = 2 + + engine "pixmap" + { + image + { + function = EXTENSION + state = ACTIVE + file = "Tabs/tab-bottom.png" + border = { 3,3,3,3 } + stretch = TRUE + gap_side = TOP + } + image + { + function = EXTENSION + state = ACTIVE + file = "Tabs/tab-top.png" + border = { 3,3,3,3 } + stretch = TRUE + gap_side = BOTTOM + } + image + { + function = EXTENSION + state = ACTIVE + file = "Tabs/tab-left.png" + border = { 3,3,3,3 } + stretch = TRUE + gap_side = RIGHT + } + image + { + function = EXTENSION + state = ACTIVE + file = "Tabs/tab-right.png" + border = { 3,3,3,3 } + stretch = TRUE + gap_side = LEFT + } + image + { + function = EXTENSION + file = "Tabs/tab-top-active.png" + border = { 3,3,3,3 } + stretch = TRUE + gap_side = BOTTOM + } + image + { + function = EXTENSION + file = "Tabs/tab-bottom-active.png" + border = { 3,3,3,3 } + stretch = TRUE + gap_side = TOP + } + image + { + function = EXTENSION + file = "Tabs/tab-left-active.png" + border = { 3,3,3,3 } + stretch = TRUE + gap_side = RIGHT + } + image + { + function = EXTENSION + file = "Tabs/tab-right-active.png" + border = { 3,3,3,3 } + stretch = TRUE + gap_side = LEFT + } + +# How to draw boxes with a gap on one side (ie the page of a notebook) + + image + { + function = BOX_GAP + file = "Tabs/notebook.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + gap_file = "Tabs/notebook-gap-horiz.png" + gap_border = { 2, 2, 0, 0 } + gap_side = TOP + } + image + { + function = BOX_GAP + file = "Tabs/notebook.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + gap_file = "Tabs/notebook-gap-horiz.png" + gap_border = { 2, 2, 0, 0 } + gap_side = BOTTOM + } + image + { + function = BOX_GAP + file = "Tabs/notebook.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + gap_file = "Tabs/notebook-gap-vert.png" + gap_border = { 0, 0, 2, 2 } + gap_side = LEFT + } + image + { + function = BOX_GAP + file = "Tabs/notebook.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + gap_file = "Tabs/notebook-gap-vert.png" + gap_border = { 0, 0, 2, 2 } + gap_side = RIGHT + } + +# How to draw the box of a notebook when it isnt attached to a tab + + image + { + function = BOX + file = "Tabs/notebook.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + } +} + +style "range" +{ + engine "pixmap" + { + image + { + function = BOX + detail = "trough" + file = "Range/trough-horizontal.png" + border = { 4, 4, 0, 0 } + stretch = TRUE + orientation = HORIZONTAL + } + image + { + function = BOX + detail = "trough" + file = "Range/trough-vertical.png" + border = { 0, 0, 4, 4 } + stretch = TRUE + orientation = VERTICAL + } + + # Horizontal + + image + { + function = SLIDER + state = NORMAL + file = "Others/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + overlay_file = "Range/slider-horiz.png" + overlay_stretch = FALSE + orientation = HORIZONTAL + } + image + { + function = SLIDER + state = PRELIGHT + file = "Others/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + overlay_file = "Range/slider-horiz-prelight.png" + overlay_stretch = FALSE + orientation = HORIZONTAL + } + image + { + function = SLIDER + state = INSENSITIVE + file = "Others/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + overlay_file = "Range/slider-horiz.png" + overlay_stretch = FALSE + orientation = HORIZONTAL + } + + # Vertical + + image + { + function = SLIDER + state = NORMAL + file = "Others/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + overlay_file = "Range/slider-vert.png" + overlay_stretch = FALSE + orientation = VERTICAL + } + image + { + function = SLIDER + state = PRELIGHT + file = "Others/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + overlay_file = "Range/slider-vert-prelight.png" + overlay_stretch = FALSE + orientation = VERTICAL + } + image + { + function = SLIDER + state = INSENSITIVE + file = "Others/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + overlay_file = "Range/slider-vert.png" + overlay_stretch = FALSE + orientation = VERTICAL + } + + # Function below removes ugly boxes + image + { + function = BOX + file = "Others/null.png" + border = { 3, 3, 3, 3 } + stretch = TRUE + } + + } +} + +style "progressbar" { + xthickness = 0 + ythickness = 0 + + engine "pixmap" + { + image + { + function = BOX + detail = "trough" + file = "ProgressBar/trough.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + orientation = HORIZONTAL + } + image + { + function = BOX + detail = "bar" + file = "ProgressBar/bar.png" + stretch = TRUE + border = { 4, 4, 4, 4 } + orientation = HORIZONTAL + } + image + { + function = BOX + detail = "trough" + file = "ProgressBar/trough.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + orientation = VERTICAL + } + image + { + function = BOX + detail = "bar" + file = "ProgressBar/bar.png" + stretch = TRUE + border = { 4, 4, 4, 4 } + orientation = VERTICAL + } + } +} + +style "separator_menu_item" +{ + engine "pixmap" + { + image + { + function = BOX + file = "Lines/menu-line-h.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + } + } +} + +style "treeview" +{ + engine "pixmap" + { + image + { + function = BOX + file = "Others/tree-header.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + } + } +} + +style "scrolled_window" +{ + engine "pixmap" + { + image + { + function = SHADOW + file = "Shadows/frame.png" + border = { 5, 5, 5, 5 } + stretch = TRUE + } + } +} + +style "frame" +{ + xthickness = 1 + ythickness = 1 + + engine "pixmap" + { + image + { + function = SHADOW + file = "Shadows/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + shadow = IN + } + image + { + function = SHADOW_GAP + file = "Shadows/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + gap_start_file = "Shadows/frame-gap-start.png" + gap_start_border = { 1, 0, 0, 0 } + gap_end_file = "Shadows/frame-gap-end.png" + gap_end_border = { 0, 1, 0, 0 } + shadow = IN + } + image + { + function = SHADOW + file = "Shadows/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + shadow = OUT + } + image + { + function = SHADOW_GAP + file = "Shadows/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + gap_start_file = "Shadows/frame-gap-start.png" + gap_start_border = { 1, 0, 0, 0 } + gap_end_file = "Shadows/frame-gap-end.png" + gap_end_border = { 0, 1, 0, 0 } + shadow = OUT + } + image + { + function = SHADOW + file = "Shadows/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + shadow = ETCHED_IN + } + image + { + function = SHADOW_GAP + file = "Shadows/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + gap_start_file = "Shadows/frame-gap-start.png" + gap_start_border = { 1, 0, 0, 0 } + gap_end_file = "Shadows/frame-gap-end.png" + gap_end_border = { 0, 1, 0, 0 } + shadow = ETCHED_IN + } + image + { + function = SHADOW + file = "Shadows/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + shadow = ETCHED_OUT + } + image + { + function = SHADOW_GAP + file = "Shadows/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + gap_start_file = "Shadows/frame-gap-start.png" + gap_start_border = { 1, 0, 0, 0 } + gap_end_file = "Shadows/frame-gap-end.png" + gap_end_border = { 0, 1, 0, 0 } + shadow = ETCHED_OUT + } + } +} + +style "tooltips" +{ + xthickness = 8 + ythickness = 4 + + bg[NORMAL] = @tooltip_bg_color + fg[NORMAL] = @tooltip_fg_color + bg[SELECTED] = @tooltip_bg_color +} + +# Chromium + +style "chrome-gtk-frame" +{ + ChromeGtkFrame::frame-color = @bg_color + ChromeGtkFrame::inactive-frame-color = @bg_color + + ChromeGtkFrame::frame-gradient-size = 16 + ChromeGtkFrame::frame-gradient-color = @bg_color + + ChromeGtkFrame::incognito-frame-color = lighter (@bg_color) + ChromeGtkFrame::incognito-inactive-frame-color = lighter (@bg_color) + + ChromeGtkFrame::incognito-frame-gradient-size = 16 + ChromeGtkFrame::incognito-frame-gradient-color = @bg_color + + ChromeGtkFrame::scrollbar-trough-color = shade (0.912, @bg_color) + ChromeGtkFrame::scrollbar-slider-prelight-color = shade (1.04, @bg_color) + ChromeGtkFrame::scrollbar-slider-normal-color = @bg_color +} + +# Firefox/Thunderbird + +style "mozilla" +{ + bg[ACTIVE] = @bg_color +} + +style "null" +{ + engine "pixmap" + { + image + { + function = BOX + file = "Others/null.png" + stretch = TRUE + } + } +} + +style "menu_framed_box" +{ + engine "pixmap" + { + image + { + function = BOX + detail = "menu" + file = "Menubar/menu-frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + } + } +} + +class "GtkWidget" style "default" +class "GtkScrollbar" style "scrollbar" +class "GtkButton" style "button" +class "GtkEntry" style "entry" +class "GtkOldEditable" style "entry" +class "GtkSpinButton" style "spinbutton" +class "GtkNotebook" style "notebook" +class "GtkRange" style "range" +class "GtkProgressBar" style "progressbar" +class "GtkSeparatorMenuItem" style "separator_menu_item" +class "GtkScrolledWindow" style "scrolled_window" +class "GtkFrame" style "frame" + +class "ChromeGtkFrame" style "chrome-gtk-frame" + +widget_class "*<GtkMenuBar>*" style "menubar" +widget_class "*<GtkMenu>*" style "menu" +widget_class "*<GtkMenu>*" style "menu_framed_box" +widget_class "*<GtkMenuItem>*" style "menu_item" +widget_class "*<GtkMenuBar>.<GtkMenuItem>*" style "menubar_item" +widget_class "*Nautilus*ToolBar*" style "toolbar" +widget_class "*HandleBox" style "toolbar" +widget_class "*BonoboDockItem" style "toolbar" +widget_class "*HandleBox" style "toolbar" +widget_class "*<GtkToolbar>" style "toolbar" +widget_class "*.<GtkTreeView>*" style "treeview" +widget_class "*Tool*GtkButton" style "toolbuttons" +widget_class "*Tool*GtkToggleButton" style "tooltoggle_buttons" +widget_class "*<GtkFileChooserDialog>*GtkToggleButton*" style "toolbuttons" +widget_class "*<GtkFileChooserDialog>*GtkComboBox*" style "button" +widget_class "*<GtkNotebook>.<GtkLabel>" style "notebook_tab_label" +widget "gtk-tooltip*" style "tooltips" + +# Xchat special cases +widget "*xchat-inputbox" style "entry" + +# Chrome/Chromium +widget_class "*Chrom*Button*" style "button" +widget "*swt*toolbar*" style "null" + +# Firefox/Thunderbird +widget "MozillaGtkWidget*" style "mozilla" diff --git a/.themes/papirus-dark/gtk-2.0/render-assets.sh b/.themes/papirus-dark/gtk-2.0/render-assets.sh new file mode 100644 index 00000000..ef2a6ff9 --- /dev/null +++ b/.themes/papirus-dark/gtk-2.0/render-assets.sh @@ -0,0 +1,28 @@ +#! /bin/bash + +INKSCAPE="/usr/bin/inkscape" +OPTIPNG="/usr/bin/optipng" + +SRC_FILE="assets.svg" +INDEX="assets.txt" + +for i in `cat $INDEX` +do +ASSETS_DIR=`echo $i | cut -f1 -d '/'` + if [ '!' -d $ASSETS_DIR ]; + then mkdir $ASSETS_DIR; + fi + i=`echo $i | cut -f2 -d '/'` + +if [ -f $ASSETS_DIR/$i.png ]; then + echo $ASSETS_DIR/$i.png exists. +else + echo + echo Rendering $ASSETS_DIR/$i.png + $INKSCAPE --export-id=$i \ + --export-id-only \ + --export-png=$ASSETS_DIR/$i.png $SRC_FILE >/dev/null #\ + # && $OPTIPNG -o7 --quiet $ASSETS_DIR/$i.png +fi +done +exit 0 diff --git a/.themes/papirus-dark/gtk-3.0/assets/checkbox-active-selectionmode.png b/.themes/papirus-dark/gtk-3.0/assets/checkbox-active-selectionmode.png new file mode 100644 index 00000000..5ea61885 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/checkbox-active-selectionmode.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/checkbox-active-selectionmode@2.png b/.themes/papirus-dark/gtk-3.0/assets/checkbox-active-selectionmode@2.png new file mode 100644 index 00000000..b261c662 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/checkbox-active-selectionmode@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/checkbox-backdrop-selectionmode.png b/.themes/papirus-dark/gtk-3.0/assets/checkbox-backdrop-selectionmode.png new file mode 100644 index 00000000..9ac4aee1 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/checkbox-backdrop-selectionmode.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/checkbox-backdrop-selectionmode@2.png b/.themes/papirus-dark/gtk-3.0/assets/checkbox-backdrop-selectionmode@2.png new file mode 100644 index 00000000..e990554a Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/checkbox-backdrop-selectionmode@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/checkbox-checked-active-dark.png b/.themes/papirus-dark/gtk-3.0/assets/checkbox-checked-active-dark.png new file mode 100644 index 00000000..ef3a7354 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/checkbox-checked-active-dark.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/checkbox-checked-active-dark@2.png b/.themes/papirus-dark/gtk-3.0/assets/checkbox-checked-active-dark@2.png new file mode 100644 index 00000000..bb2cd9b6 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/checkbox-checked-active-dark@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/checkbox-checked-active-selectionmode.png b/.themes/papirus-dark/gtk-3.0/assets/checkbox-checked-active-selectionmode.png new file mode 100644 index 00000000..c2129aa3 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/checkbox-checked-active-selectionmode.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/checkbox-checked-active-selectionmode@2.png b/.themes/papirus-dark/gtk-3.0/assets/checkbox-checked-active-selectionmode@2.png new file mode 100644 index 00000000..24644b32 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/checkbox-checked-active-selectionmode@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/checkbox-checked-active.png b/.themes/papirus-dark/gtk-3.0/assets/checkbox-checked-active.png new file mode 100644 index 00000000..ef3a7354 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/checkbox-checked-active.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/checkbox-checked-active@2.png b/.themes/papirus-dark/gtk-3.0/assets/checkbox-checked-active@2.png new file mode 100644 index 00000000..bb2cd9b6 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/checkbox-checked-active@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/checkbox-checked-backdrop-dark.png b/.themes/papirus-dark/gtk-3.0/assets/checkbox-checked-backdrop-dark.png new file mode 100644 index 00000000..ef3a7354 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/checkbox-checked-backdrop-dark.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/checkbox-checked-backdrop-dark@2.png b/.themes/papirus-dark/gtk-3.0/assets/checkbox-checked-backdrop-dark@2.png new file mode 100644 index 00000000..bb2cd9b6 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/checkbox-checked-backdrop-dark@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/checkbox-checked-backdrop-insensitive-dark.png b/.themes/papirus-dark/gtk-3.0/assets/checkbox-checked-backdrop-insensitive-dark.png new file mode 100644 index 00000000..0c9cbef6 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/checkbox-checked-backdrop-insensitive-dark.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/checkbox-checked-backdrop-insensitive-dark@2.png b/.themes/papirus-dark/gtk-3.0/assets/checkbox-checked-backdrop-insensitive-dark@2.png new file mode 100644 index 00000000..f3ea484e Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/checkbox-checked-backdrop-insensitive-dark@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/checkbox-checked-backdrop-insensitive.png b/.themes/papirus-dark/gtk-3.0/assets/checkbox-checked-backdrop-insensitive.png new file mode 100644 index 00000000..73a987e5 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/checkbox-checked-backdrop-insensitive.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/checkbox-checked-backdrop-insensitive@2.png b/.themes/papirus-dark/gtk-3.0/assets/checkbox-checked-backdrop-insensitive@2.png new file mode 100644 index 00000000..00fcf659 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/checkbox-checked-backdrop-insensitive@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/checkbox-checked-backdrop-selectionmode.png b/.themes/papirus-dark/gtk-3.0/assets/checkbox-checked-backdrop-selectionmode.png new file mode 100644 index 00000000..c2129aa3 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/checkbox-checked-backdrop-selectionmode.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/checkbox-checked-backdrop-selectionmode@2.png b/.themes/papirus-dark/gtk-3.0/assets/checkbox-checked-backdrop-selectionmode@2.png new file mode 100644 index 00000000..24644b32 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/checkbox-checked-backdrop-selectionmode@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/checkbox-checked-backdrop.png b/.themes/papirus-dark/gtk-3.0/assets/checkbox-checked-backdrop.png new file mode 100644 index 00000000..ef3a7354 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/checkbox-checked-backdrop.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/checkbox-checked-backdrop@2.png b/.themes/papirus-dark/gtk-3.0/assets/checkbox-checked-backdrop@2.png new file mode 100644 index 00000000..bb2cd9b6 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/checkbox-checked-backdrop@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/checkbox-checked-dark.png b/.themes/papirus-dark/gtk-3.0/assets/checkbox-checked-dark.png new file mode 100644 index 00000000..38330463 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/checkbox-checked-dark.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/checkbox-checked-dark@2.png b/.themes/papirus-dark/gtk-3.0/assets/checkbox-checked-dark@2.png new file mode 100644 index 00000000..decfb6b4 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/checkbox-checked-dark@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/checkbox-checked-hover-dark.png b/.themes/papirus-dark/gtk-3.0/assets/checkbox-checked-hover-dark.png new file mode 100644 index 00000000..2e5b8880 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/checkbox-checked-hover-dark.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/checkbox-checked-hover-dark@2.png b/.themes/papirus-dark/gtk-3.0/assets/checkbox-checked-hover-dark@2.png new file mode 100644 index 00000000..c38c2435 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/checkbox-checked-hover-dark@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/checkbox-checked-hover-selectionmode.png b/.themes/papirus-dark/gtk-3.0/assets/checkbox-checked-hover-selectionmode.png new file mode 100644 index 00000000..a7f7528f Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/checkbox-checked-hover-selectionmode.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/checkbox-checked-hover-selectionmode@2.png b/.themes/papirus-dark/gtk-3.0/assets/checkbox-checked-hover-selectionmode@2.png new file mode 100644 index 00000000..fcd82263 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/checkbox-checked-hover-selectionmode@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/checkbox-checked-hover.png b/.themes/papirus-dark/gtk-3.0/assets/checkbox-checked-hover.png new file mode 100644 index 00000000..2e5b8880 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/checkbox-checked-hover.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/checkbox-checked-hover@2.png b/.themes/papirus-dark/gtk-3.0/assets/checkbox-checked-hover@2.png new file mode 100644 index 00000000..c38c2435 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/checkbox-checked-hover@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/checkbox-checked-insensitive-dark.png b/.themes/papirus-dark/gtk-3.0/assets/checkbox-checked-insensitive-dark.png new file mode 100644 index 00000000..0c9cbef6 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/checkbox-checked-insensitive-dark.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/checkbox-checked-insensitive-dark@2.png b/.themes/papirus-dark/gtk-3.0/assets/checkbox-checked-insensitive-dark@2.png new file mode 100644 index 00000000..f3ea484e Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/checkbox-checked-insensitive-dark@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/checkbox-checked-insensitive.png b/.themes/papirus-dark/gtk-3.0/assets/checkbox-checked-insensitive.png new file mode 100644 index 00000000..73a987e5 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/checkbox-checked-insensitive.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/checkbox-checked-insensitive@2.png b/.themes/papirus-dark/gtk-3.0/assets/checkbox-checked-insensitive@2.png new file mode 100644 index 00000000..00fcf659 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/checkbox-checked-insensitive@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/checkbox-checked-selectionmode.png b/.themes/papirus-dark/gtk-3.0/assets/checkbox-checked-selectionmode.png new file mode 100644 index 00000000..c2129aa3 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/checkbox-checked-selectionmode.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/checkbox-checked-selectionmode@2.png b/.themes/papirus-dark/gtk-3.0/assets/checkbox-checked-selectionmode@2.png new file mode 100644 index 00000000..24644b32 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/checkbox-checked-selectionmode@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/checkbox-checked.png b/.themes/papirus-dark/gtk-3.0/assets/checkbox-checked.png new file mode 100644 index 00000000..ef3a7354 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/checkbox-checked.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/checkbox-checked@2.png b/.themes/papirus-dark/gtk-3.0/assets/checkbox-checked@2.png new file mode 100644 index 00000000..bb2cd9b6 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/checkbox-checked@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/checkbox-hover-selectionmode.png b/.themes/papirus-dark/gtk-3.0/assets/checkbox-hover-selectionmode.png new file mode 100644 index 00000000..dff6df1c Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/checkbox-hover-selectionmode.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/checkbox-hover-selectionmode@2.png b/.themes/papirus-dark/gtk-3.0/assets/checkbox-hover-selectionmode@2.png new file mode 100644 index 00000000..74c477a2 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/checkbox-hover-selectionmode@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/checkbox-mixed-active-dark.png b/.themes/papirus-dark/gtk-3.0/assets/checkbox-mixed-active-dark.png new file mode 100644 index 00000000..9432b3e3 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/checkbox-mixed-active-dark.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/checkbox-mixed-active-dark@2.png b/.themes/papirus-dark/gtk-3.0/assets/checkbox-mixed-active-dark@2.png new file mode 100644 index 00000000..7c5ac13d Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/checkbox-mixed-active-dark@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/checkbox-mixed-active.png b/.themes/papirus-dark/gtk-3.0/assets/checkbox-mixed-active.png new file mode 100644 index 00000000..9432b3e3 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/checkbox-mixed-active.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/checkbox-mixed-active@2.png b/.themes/papirus-dark/gtk-3.0/assets/checkbox-mixed-active@2.png new file mode 100644 index 00000000..7c5ac13d Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/checkbox-mixed-active@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/checkbox-mixed-backdrop-dark.png b/.themes/papirus-dark/gtk-3.0/assets/checkbox-mixed-backdrop-dark.png new file mode 100644 index 00000000..9432b3e3 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/checkbox-mixed-backdrop-dark.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/checkbox-mixed-backdrop-dark@2.png b/.themes/papirus-dark/gtk-3.0/assets/checkbox-mixed-backdrop-dark@2.png new file mode 100644 index 00000000..7c5ac13d Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/checkbox-mixed-backdrop-dark@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/checkbox-mixed-backdrop-insensitive-dark.png b/.themes/papirus-dark/gtk-3.0/assets/checkbox-mixed-backdrop-insensitive-dark.png new file mode 100644 index 00000000..7a77054a Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/checkbox-mixed-backdrop-insensitive-dark.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/checkbox-mixed-backdrop-insensitive-dark@2.png b/.themes/papirus-dark/gtk-3.0/assets/checkbox-mixed-backdrop-insensitive-dark@2.png new file mode 100644 index 00000000..428534fd Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/checkbox-mixed-backdrop-insensitive-dark@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/checkbox-mixed-backdrop-insensitive.png b/.themes/papirus-dark/gtk-3.0/assets/checkbox-mixed-backdrop-insensitive.png new file mode 100644 index 00000000..e2f621d1 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/checkbox-mixed-backdrop-insensitive.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/checkbox-mixed-backdrop-insensitive@2.png b/.themes/papirus-dark/gtk-3.0/assets/checkbox-mixed-backdrop-insensitive@2.png new file mode 100644 index 00000000..959444b9 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/checkbox-mixed-backdrop-insensitive@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/checkbox-mixed-backdrop.png b/.themes/papirus-dark/gtk-3.0/assets/checkbox-mixed-backdrop.png new file mode 100644 index 00000000..9432b3e3 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/checkbox-mixed-backdrop.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/checkbox-mixed-backdrop@2.png b/.themes/papirus-dark/gtk-3.0/assets/checkbox-mixed-backdrop@2.png new file mode 100644 index 00000000..7c5ac13d Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/checkbox-mixed-backdrop@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/checkbox-mixed-dark.png b/.themes/papirus-dark/gtk-3.0/assets/checkbox-mixed-dark.png new file mode 100644 index 00000000..9432b3e3 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/checkbox-mixed-dark.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/checkbox-mixed-dark@2.png b/.themes/papirus-dark/gtk-3.0/assets/checkbox-mixed-dark@2.png new file mode 100644 index 00000000..7c5ac13d Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/checkbox-mixed-dark@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/checkbox-mixed-hover-dark.png b/.themes/papirus-dark/gtk-3.0/assets/checkbox-mixed-hover-dark.png new file mode 100644 index 00000000..cf7297b4 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/checkbox-mixed-hover-dark.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/checkbox-mixed-hover-dark@2.png b/.themes/papirus-dark/gtk-3.0/assets/checkbox-mixed-hover-dark@2.png new file mode 100644 index 00000000..02986a36 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/checkbox-mixed-hover-dark@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/checkbox-mixed-hover.png b/.themes/papirus-dark/gtk-3.0/assets/checkbox-mixed-hover.png new file mode 100644 index 00000000..cf7297b4 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/checkbox-mixed-hover.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/checkbox-mixed-hover@2.png b/.themes/papirus-dark/gtk-3.0/assets/checkbox-mixed-hover@2.png new file mode 100644 index 00000000..02986a36 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/checkbox-mixed-hover@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/checkbox-mixed-insensitive-dark.png b/.themes/papirus-dark/gtk-3.0/assets/checkbox-mixed-insensitive-dark.png new file mode 100644 index 00000000..7a77054a Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/checkbox-mixed-insensitive-dark.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/checkbox-mixed-insensitive-dark@2.png b/.themes/papirus-dark/gtk-3.0/assets/checkbox-mixed-insensitive-dark@2.png new file mode 100644 index 00000000..428534fd Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/checkbox-mixed-insensitive-dark@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/checkbox-mixed-insensitive.png b/.themes/papirus-dark/gtk-3.0/assets/checkbox-mixed-insensitive.png new file mode 100644 index 00000000..e2f621d1 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/checkbox-mixed-insensitive.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/checkbox-mixed-insensitive@2.png b/.themes/papirus-dark/gtk-3.0/assets/checkbox-mixed-insensitive@2.png new file mode 100644 index 00000000..959444b9 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/checkbox-mixed-insensitive@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/checkbox-mixed.png b/.themes/papirus-dark/gtk-3.0/assets/checkbox-mixed.png new file mode 100644 index 00000000..9432b3e3 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/checkbox-mixed.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/checkbox-mixed@2.png b/.themes/papirus-dark/gtk-3.0/assets/checkbox-mixed@2.png new file mode 100644 index 00000000..7c5ac13d Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/checkbox-mixed@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/checkbox-selectionmode.png b/.themes/papirus-dark/gtk-3.0/assets/checkbox-selectionmode.png new file mode 100644 index 00000000..9ac4aee1 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/checkbox-selectionmode.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/checkbox-selectionmode@2.png b/.themes/papirus-dark/gtk-3.0/assets/checkbox-selectionmode@2.png new file mode 100644 index 00000000..e990554a Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/checkbox-selectionmode@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/checkbox-unchecked-active-dark.png b/.themes/papirus-dark/gtk-3.0/assets/checkbox-unchecked-active-dark.png new file mode 100644 index 00000000..03a874ee Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/checkbox-unchecked-active-dark.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/checkbox-unchecked-active-dark@2.png b/.themes/papirus-dark/gtk-3.0/assets/checkbox-unchecked-active-dark@2.png new file mode 100644 index 00000000..281e573b Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/checkbox-unchecked-active-dark@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/checkbox-unchecked-active.png b/.themes/papirus-dark/gtk-3.0/assets/checkbox-unchecked-active.png new file mode 100644 index 00000000..03a874ee Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/checkbox-unchecked-active.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/checkbox-unchecked-active@2.png b/.themes/papirus-dark/gtk-3.0/assets/checkbox-unchecked-active@2.png new file mode 100644 index 00000000..281e573b Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/checkbox-unchecked-active@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/checkbox-unchecked-backdrop-dark.png b/.themes/papirus-dark/gtk-3.0/assets/checkbox-unchecked-backdrop-dark.png new file mode 100644 index 00000000..1c979907 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/checkbox-unchecked-backdrop-dark.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/checkbox-unchecked-backdrop-dark@2.png b/.themes/papirus-dark/gtk-3.0/assets/checkbox-unchecked-backdrop-dark@2.png new file mode 100644 index 00000000..f5287b8c Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/checkbox-unchecked-backdrop-dark@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/checkbox-unchecked-backdrop-insensitive-dark.png b/.themes/papirus-dark/gtk-3.0/assets/checkbox-unchecked-backdrop-insensitive-dark.png new file mode 100644 index 00000000..78e57831 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/checkbox-unchecked-backdrop-insensitive-dark.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/checkbox-unchecked-backdrop-insensitive-dark@2.png b/.themes/papirus-dark/gtk-3.0/assets/checkbox-unchecked-backdrop-insensitive-dark@2.png new file mode 100644 index 00000000..67c1c47a Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/checkbox-unchecked-backdrop-insensitive-dark@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/checkbox-unchecked-backdrop-insensitive.png b/.themes/papirus-dark/gtk-3.0/assets/checkbox-unchecked-backdrop-insensitive.png new file mode 100644 index 00000000..674491ea Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/checkbox-unchecked-backdrop-insensitive.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/checkbox-unchecked-backdrop-insensitive@2.png b/.themes/papirus-dark/gtk-3.0/assets/checkbox-unchecked-backdrop-insensitive@2.png new file mode 100644 index 00000000..73cba985 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/checkbox-unchecked-backdrop-insensitive@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/checkbox-unchecked-backdrop.png b/.themes/papirus-dark/gtk-3.0/assets/checkbox-unchecked-backdrop.png new file mode 100644 index 00000000..1c979907 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/checkbox-unchecked-backdrop.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/checkbox-unchecked-backdrop@2.png b/.themes/papirus-dark/gtk-3.0/assets/checkbox-unchecked-backdrop@2.png new file mode 100644 index 00000000..f5287b8c Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/checkbox-unchecked-backdrop@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/checkbox-unchecked-dark.png b/.themes/papirus-dark/gtk-3.0/assets/checkbox-unchecked-dark.png new file mode 100644 index 00000000..1c979907 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/checkbox-unchecked-dark.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/checkbox-unchecked-dark@2.png b/.themes/papirus-dark/gtk-3.0/assets/checkbox-unchecked-dark@2.png new file mode 100644 index 00000000..f5287b8c Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/checkbox-unchecked-dark@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/checkbox-unchecked-hover-dark.png b/.themes/papirus-dark/gtk-3.0/assets/checkbox-unchecked-hover-dark.png new file mode 100644 index 00000000..129b5a61 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/checkbox-unchecked-hover-dark.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/checkbox-unchecked-hover-dark@2.png b/.themes/papirus-dark/gtk-3.0/assets/checkbox-unchecked-hover-dark@2.png new file mode 100644 index 00000000..de4f6fd6 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/checkbox-unchecked-hover-dark@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/checkbox-unchecked-hover.png b/.themes/papirus-dark/gtk-3.0/assets/checkbox-unchecked-hover.png new file mode 100644 index 00000000..129b5a61 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/checkbox-unchecked-hover.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/checkbox-unchecked-hover@2.png b/.themes/papirus-dark/gtk-3.0/assets/checkbox-unchecked-hover@2.png new file mode 100644 index 00000000..de4f6fd6 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/checkbox-unchecked-hover@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/checkbox-unchecked-insensitive-dark.png b/.themes/papirus-dark/gtk-3.0/assets/checkbox-unchecked-insensitive-dark.png new file mode 100644 index 00000000..38ba8d0a Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/checkbox-unchecked-insensitive-dark.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/checkbox-unchecked-insensitive-dark@2.png b/.themes/papirus-dark/gtk-3.0/assets/checkbox-unchecked-insensitive-dark@2.png new file mode 100644 index 00000000..482cbd69 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/checkbox-unchecked-insensitive-dark@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/checkbox-unchecked-insensitive.png b/.themes/papirus-dark/gtk-3.0/assets/checkbox-unchecked-insensitive.png new file mode 100644 index 00000000..674491ea Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/checkbox-unchecked-insensitive.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/checkbox-unchecked-insensitive@2.png b/.themes/papirus-dark/gtk-3.0/assets/checkbox-unchecked-insensitive@2.png new file mode 100644 index 00000000..73cba985 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/checkbox-unchecked-insensitive@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/checkbox-unchecked.png b/.themes/papirus-dark/gtk-3.0/assets/checkbox-unchecked.png new file mode 100644 index 00000000..1c979907 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/checkbox-unchecked.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/checkbox-unchecked@2.png b/.themes/papirus-dark/gtk-3.0/assets/checkbox-unchecked@2.png new file mode 100644 index 00000000..f5287b8c Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/checkbox-unchecked@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/radio-checked-active-dark.png b/.themes/papirus-dark/gtk-3.0/assets/radio-checked-active-dark.png new file mode 100644 index 00000000..8e784c58 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/radio-checked-active-dark.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/radio-checked-active-dark@2.png b/.themes/papirus-dark/gtk-3.0/assets/radio-checked-active-dark@2.png new file mode 100644 index 00000000..9216d2f9 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/radio-checked-active-dark@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/radio-checked-active.png b/.themes/papirus-dark/gtk-3.0/assets/radio-checked-active.png new file mode 100644 index 00000000..8e784c58 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/radio-checked-active.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/radio-checked-active@2.png b/.themes/papirus-dark/gtk-3.0/assets/radio-checked-active@2.png new file mode 100644 index 00000000..9216d2f9 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/radio-checked-active@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/radio-checked-backdrop-dark.png b/.themes/papirus-dark/gtk-3.0/assets/radio-checked-backdrop-dark.png new file mode 100644 index 00000000..8e784c58 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/radio-checked-backdrop-dark.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/radio-checked-backdrop-dark@2.png b/.themes/papirus-dark/gtk-3.0/assets/radio-checked-backdrop-dark@2.png new file mode 100644 index 00000000..9216d2f9 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/radio-checked-backdrop-dark@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/radio-checked-backdrop-insensitive-dark.png b/.themes/papirus-dark/gtk-3.0/assets/radio-checked-backdrop-insensitive-dark.png new file mode 100644 index 00000000..f499ce6f Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/radio-checked-backdrop-insensitive-dark.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/radio-checked-backdrop-insensitive-dark@2.png b/.themes/papirus-dark/gtk-3.0/assets/radio-checked-backdrop-insensitive-dark@2.png new file mode 100644 index 00000000..4bd5b0d9 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/radio-checked-backdrop-insensitive-dark@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/radio-checked-backdrop-insensitive.png b/.themes/papirus-dark/gtk-3.0/assets/radio-checked-backdrop-insensitive.png new file mode 100644 index 00000000..cbebd9c1 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/radio-checked-backdrop-insensitive.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/radio-checked-backdrop-insensitive@2.png b/.themes/papirus-dark/gtk-3.0/assets/radio-checked-backdrop-insensitive@2.png new file mode 100644 index 00000000..7e25a70e Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/radio-checked-backdrop-insensitive@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/radio-checked-backdrop.png b/.themes/papirus-dark/gtk-3.0/assets/radio-checked-backdrop.png new file mode 100644 index 00000000..8e784c58 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/radio-checked-backdrop.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/radio-checked-backdrop@2.png b/.themes/papirus-dark/gtk-3.0/assets/radio-checked-backdrop@2.png new file mode 100644 index 00000000..9216d2f9 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/radio-checked-backdrop@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/radio-checked-dark.png b/.themes/papirus-dark/gtk-3.0/assets/radio-checked-dark.png new file mode 100644 index 00000000..8e784c58 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/radio-checked-dark.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/radio-checked-dark@2.png b/.themes/papirus-dark/gtk-3.0/assets/radio-checked-dark@2.png new file mode 100644 index 00000000..9216d2f9 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/radio-checked-dark@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/radio-checked-hover-dark.png b/.themes/papirus-dark/gtk-3.0/assets/radio-checked-hover-dark.png new file mode 100644 index 00000000..31a8ce0f Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/radio-checked-hover-dark.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/radio-checked-hover-dark@2.png b/.themes/papirus-dark/gtk-3.0/assets/radio-checked-hover-dark@2.png new file mode 100644 index 00000000..03f15e32 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/radio-checked-hover-dark@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/radio-checked-hover.png b/.themes/papirus-dark/gtk-3.0/assets/radio-checked-hover.png new file mode 100644 index 00000000..31a8ce0f Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/radio-checked-hover.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/radio-checked-hover@2.png b/.themes/papirus-dark/gtk-3.0/assets/radio-checked-hover@2.png new file mode 100644 index 00000000..03f15e32 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/radio-checked-hover@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/radio-checked-insensitive-dark.png b/.themes/papirus-dark/gtk-3.0/assets/radio-checked-insensitive-dark.png new file mode 100644 index 00000000..f499ce6f Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/radio-checked-insensitive-dark.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/radio-checked-insensitive-dark@2.png b/.themes/papirus-dark/gtk-3.0/assets/radio-checked-insensitive-dark@2.png new file mode 100644 index 00000000..4bd5b0d9 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/radio-checked-insensitive-dark@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/radio-checked-insensitive.png b/.themes/papirus-dark/gtk-3.0/assets/radio-checked-insensitive.png new file mode 100644 index 00000000..cbebd9c1 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/radio-checked-insensitive.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/radio-checked-insensitive@2.png b/.themes/papirus-dark/gtk-3.0/assets/radio-checked-insensitive@2.png new file mode 100644 index 00000000..7e25a70e Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/radio-checked-insensitive@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/radio-checked.png b/.themes/papirus-dark/gtk-3.0/assets/radio-checked.png new file mode 100644 index 00000000..8e784c58 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/radio-checked.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/radio-checked@2.png b/.themes/papirus-dark/gtk-3.0/assets/radio-checked@2.png new file mode 100644 index 00000000..9216d2f9 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/radio-checked@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/radio-mixed-active-dark.png b/.themes/papirus-dark/gtk-3.0/assets/radio-mixed-active-dark.png new file mode 100644 index 00000000..5275737d Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/radio-mixed-active-dark.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/radio-mixed-active-dark@2.png b/.themes/papirus-dark/gtk-3.0/assets/radio-mixed-active-dark@2.png new file mode 100644 index 00000000..4d4662cc Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/radio-mixed-active-dark@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/radio-mixed-active.png b/.themes/papirus-dark/gtk-3.0/assets/radio-mixed-active.png new file mode 100644 index 00000000..5275737d Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/radio-mixed-active.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/radio-mixed-active@2.png b/.themes/papirus-dark/gtk-3.0/assets/radio-mixed-active@2.png new file mode 100644 index 00000000..4d4662cc Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/radio-mixed-active@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/radio-mixed-backdrop-dark.png b/.themes/papirus-dark/gtk-3.0/assets/radio-mixed-backdrop-dark.png new file mode 100644 index 00000000..5275737d Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/radio-mixed-backdrop-dark.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/radio-mixed-backdrop-dark@2.png b/.themes/papirus-dark/gtk-3.0/assets/radio-mixed-backdrop-dark@2.png new file mode 100644 index 00000000..4d4662cc Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/radio-mixed-backdrop-dark@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/radio-mixed-backdrop-insensitive-dark.png b/.themes/papirus-dark/gtk-3.0/assets/radio-mixed-backdrop-insensitive-dark.png new file mode 100644 index 00000000..20e29d9e Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/radio-mixed-backdrop-insensitive-dark.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/radio-mixed-backdrop-insensitive-dark@2.png b/.themes/papirus-dark/gtk-3.0/assets/radio-mixed-backdrop-insensitive-dark@2.png new file mode 100644 index 00000000..d454bffb Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/radio-mixed-backdrop-insensitive-dark@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/radio-mixed-backdrop-insensitive.png b/.themes/papirus-dark/gtk-3.0/assets/radio-mixed-backdrop-insensitive.png new file mode 100644 index 00000000..e07d998c Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/radio-mixed-backdrop-insensitive.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/radio-mixed-backdrop-insensitive@2.png b/.themes/papirus-dark/gtk-3.0/assets/radio-mixed-backdrop-insensitive@2.png new file mode 100644 index 00000000..9d716289 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/radio-mixed-backdrop-insensitive@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/radio-mixed-backdrop.png b/.themes/papirus-dark/gtk-3.0/assets/radio-mixed-backdrop.png new file mode 100644 index 00000000..5275737d Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/radio-mixed-backdrop.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/radio-mixed-backdrop@2.png b/.themes/papirus-dark/gtk-3.0/assets/radio-mixed-backdrop@2.png new file mode 100644 index 00000000..4d4662cc Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/radio-mixed-backdrop@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/radio-mixed-dark.png b/.themes/papirus-dark/gtk-3.0/assets/radio-mixed-dark.png new file mode 100644 index 00000000..5275737d Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/radio-mixed-dark.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/radio-mixed-dark@2.png b/.themes/papirus-dark/gtk-3.0/assets/radio-mixed-dark@2.png new file mode 100644 index 00000000..4d4662cc Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/radio-mixed-dark@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/radio-mixed-hover-dark.png b/.themes/papirus-dark/gtk-3.0/assets/radio-mixed-hover-dark.png new file mode 100644 index 00000000..b32f1c35 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/radio-mixed-hover-dark.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/radio-mixed-hover-dark@2.png b/.themes/papirus-dark/gtk-3.0/assets/radio-mixed-hover-dark@2.png new file mode 100644 index 00000000..27795b8a Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/radio-mixed-hover-dark@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/radio-mixed-hover.png b/.themes/papirus-dark/gtk-3.0/assets/radio-mixed-hover.png new file mode 100644 index 00000000..b32f1c35 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/radio-mixed-hover.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/radio-mixed-hover@2.png b/.themes/papirus-dark/gtk-3.0/assets/radio-mixed-hover@2.png new file mode 100644 index 00000000..27795b8a Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/radio-mixed-hover@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/radio-mixed-insensitive-dark.png b/.themes/papirus-dark/gtk-3.0/assets/radio-mixed-insensitive-dark.png new file mode 100644 index 00000000..20e29d9e Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/radio-mixed-insensitive-dark.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/radio-mixed-insensitive-dark@2.png b/.themes/papirus-dark/gtk-3.0/assets/radio-mixed-insensitive-dark@2.png new file mode 100644 index 00000000..d454bffb Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/radio-mixed-insensitive-dark@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/radio-mixed-insensitive.png b/.themes/papirus-dark/gtk-3.0/assets/radio-mixed-insensitive.png new file mode 100644 index 00000000..e07d998c Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/radio-mixed-insensitive.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/radio-mixed-insensitive@2.png b/.themes/papirus-dark/gtk-3.0/assets/radio-mixed-insensitive@2.png new file mode 100644 index 00000000..9d716289 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/radio-mixed-insensitive@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/radio-mixed.png b/.themes/papirus-dark/gtk-3.0/assets/radio-mixed.png new file mode 100644 index 00000000..5275737d Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/radio-mixed.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/radio-mixed@2.png b/.themes/papirus-dark/gtk-3.0/assets/radio-mixed@2.png new file mode 100644 index 00000000..4d4662cc Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/radio-mixed@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/radio-unchecked-active-dark.png b/.themes/papirus-dark/gtk-3.0/assets/radio-unchecked-active-dark.png new file mode 100644 index 00000000..8e498b95 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/radio-unchecked-active-dark.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/radio-unchecked-active-dark@2.png b/.themes/papirus-dark/gtk-3.0/assets/radio-unchecked-active-dark@2.png new file mode 100644 index 00000000..c40a292f Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/radio-unchecked-active-dark@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/radio-unchecked-active.png b/.themes/papirus-dark/gtk-3.0/assets/radio-unchecked-active.png new file mode 100644 index 00000000..8e498b95 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/radio-unchecked-active.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/radio-unchecked-active@2.png b/.themes/papirus-dark/gtk-3.0/assets/radio-unchecked-active@2.png new file mode 100644 index 00000000..c40a292f Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/radio-unchecked-active@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/radio-unchecked-backdrop-dark.png b/.themes/papirus-dark/gtk-3.0/assets/radio-unchecked-backdrop-dark.png new file mode 100644 index 00000000..2e3b7aa3 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/radio-unchecked-backdrop-dark.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/radio-unchecked-backdrop-dark@2.png b/.themes/papirus-dark/gtk-3.0/assets/radio-unchecked-backdrop-dark@2.png new file mode 100644 index 00000000..ed51177a Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/radio-unchecked-backdrop-dark@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/radio-unchecked-backdrop-insensitive-dark.png b/.themes/papirus-dark/gtk-3.0/assets/radio-unchecked-backdrop-insensitive-dark.png new file mode 100644 index 00000000..2de82b35 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/radio-unchecked-backdrop-insensitive-dark.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/radio-unchecked-backdrop-insensitive-dark@2.png b/.themes/papirus-dark/gtk-3.0/assets/radio-unchecked-backdrop-insensitive-dark@2.png new file mode 100644 index 00000000..e262e0ad Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/radio-unchecked-backdrop-insensitive-dark@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/radio-unchecked-backdrop-insensitive.png b/.themes/papirus-dark/gtk-3.0/assets/radio-unchecked-backdrop-insensitive.png new file mode 100644 index 00000000..93520cbb Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/radio-unchecked-backdrop-insensitive.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/radio-unchecked-backdrop-insensitive@2.png b/.themes/papirus-dark/gtk-3.0/assets/radio-unchecked-backdrop-insensitive@2.png new file mode 100644 index 00000000..5fb2f9f4 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/radio-unchecked-backdrop-insensitive@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/radio-unchecked-backdrop.png b/.themes/papirus-dark/gtk-3.0/assets/radio-unchecked-backdrop.png new file mode 100644 index 00000000..2e3b7aa3 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/radio-unchecked-backdrop.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/radio-unchecked-backdrop@2.png b/.themes/papirus-dark/gtk-3.0/assets/radio-unchecked-backdrop@2.png new file mode 100644 index 00000000..ed51177a Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/radio-unchecked-backdrop@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/radio-unchecked-dark.png b/.themes/papirus-dark/gtk-3.0/assets/radio-unchecked-dark.png new file mode 100644 index 00000000..2e3b7aa3 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/radio-unchecked-dark.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/radio-unchecked-dark@2.png b/.themes/papirus-dark/gtk-3.0/assets/radio-unchecked-dark@2.png new file mode 100644 index 00000000..ed51177a Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/radio-unchecked-dark@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/radio-unchecked-hover-dark.png b/.themes/papirus-dark/gtk-3.0/assets/radio-unchecked-hover-dark.png new file mode 100644 index 00000000..ff5fa54a Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/radio-unchecked-hover-dark.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/radio-unchecked-hover-dark@2.png b/.themes/papirus-dark/gtk-3.0/assets/radio-unchecked-hover-dark@2.png new file mode 100644 index 00000000..360aa8e5 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/radio-unchecked-hover-dark@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/radio-unchecked-hover.png b/.themes/papirus-dark/gtk-3.0/assets/radio-unchecked-hover.png new file mode 100644 index 00000000..ff5fa54a Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/radio-unchecked-hover.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/radio-unchecked-hover@2.png b/.themes/papirus-dark/gtk-3.0/assets/radio-unchecked-hover@2.png new file mode 100644 index 00000000..360aa8e5 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/radio-unchecked-hover@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/radio-unchecked-insensitive-dark.png b/.themes/papirus-dark/gtk-3.0/assets/radio-unchecked-insensitive-dark.png new file mode 100644 index 00000000..2de82b35 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/radio-unchecked-insensitive-dark.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/radio-unchecked-insensitive-dark@2.png b/.themes/papirus-dark/gtk-3.0/assets/radio-unchecked-insensitive-dark@2.png new file mode 100644 index 00000000..e262e0ad Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/radio-unchecked-insensitive-dark@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/radio-unchecked-insensitive.png b/.themes/papirus-dark/gtk-3.0/assets/radio-unchecked-insensitive.png new file mode 100644 index 00000000..93520cbb Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/radio-unchecked-insensitive.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/radio-unchecked-insensitive@2.png b/.themes/papirus-dark/gtk-3.0/assets/radio-unchecked-insensitive@2.png new file mode 100644 index 00000000..5fb2f9f4 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/radio-unchecked-insensitive@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/radio-unchecked.png b/.themes/papirus-dark/gtk-3.0/assets/radio-unchecked.png new file mode 100644 index 00000000..2e3b7aa3 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/radio-unchecked.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/radio-unchecked@2.png b/.themes/papirus-dark/gtk-3.0/assets/radio-unchecked@2.png new file mode 100644 index 00000000..ed51177a Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/radio-unchecked@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/scrollbar-slider-active-dark.png b/.themes/papirus-dark/gtk-3.0/assets/scrollbar-slider-active-dark.png new file mode 100644 index 00000000..8f4bec66 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/scrollbar-slider-active-dark.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/scrollbar-slider-active-dark@2.png b/.themes/papirus-dark/gtk-3.0/assets/scrollbar-slider-active-dark@2.png new file mode 100644 index 00000000..99c8ff74 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/scrollbar-slider-active-dark@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/scrollbar-slider-active.png b/.themes/papirus-dark/gtk-3.0/assets/scrollbar-slider-active.png new file mode 100644 index 00000000..8f4bec66 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/scrollbar-slider-active.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/scrollbar-slider-active@2.png b/.themes/papirus-dark/gtk-3.0/assets/scrollbar-slider-active@2.png new file mode 100644 index 00000000..99c8ff74 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/scrollbar-slider-active@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/scrollbar-slider-dark.png b/.themes/papirus-dark/gtk-3.0/assets/scrollbar-slider-dark.png new file mode 100644 index 00000000..23756869 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/scrollbar-slider-dark.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/scrollbar-slider-dark@2.png b/.themes/papirus-dark/gtk-3.0/assets/scrollbar-slider-dark@2.png new file mode 100644 index 00000000..3ef5ea50 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/scrollbar-slider-dark@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/scrollbar-slider-horizontal-active-dark.png b/.themes/papirus-dark/gtk-3.0/assets/scrollbar-slider-horizontal-active-dark.png new file mode 100644 index 00000000..3bd88ff5 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/scrollbar-slider-horizontal-active-dark.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/scrollbar-slider-horizontal-active-dark@2.png b/.themes/papirus-dark/gtk-3.0/assets/scrollbar-slider-horizontal-active-dark@2.png new file mode 100644 index 00000000..0f23c137 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/scrollbar-slider-horizontal-active-dark@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/scrollbar-slider-horizontal-active.png b/.themes/papirus-dark/gtk-3.0/assets/scrollbar-slider-horizontal-active.png new file mode 100644 index 00000000..3bd88ff5 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/scrollbar-slider-horizontal-active.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/scrollbar-slider-horizontal-active@2.png b/.themes/papirus-dark/gtk-3.0/assets/scrollbar-slider-horizontal-active@2.png new file mode 100644 index 00000000..0f23c137 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/scrollbar-slider-horizontal-active@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/scrollbar-slider-horizontal-dark.png b/.themes/papirus-dark/gtk-3.0/assets/scrollbar-slider-horizontal-dark.png new file mode 100644 index 00000000..bdd24968 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/scrollbar-slider-horizontal-dark.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/scrollbar-slider-horizontal-dark@2.png b/.themes/papirus-dark/gtk-3.0/assets/scrollbar-slider-horizontal-dark@2.png new file mode 100644 index 00000000..f4929fc3 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/scrollbar-slider-horizontal-dark@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/scrollbar-slider-horizontal-hover-dark.png b/.themes/papirus-dark/gtk-3.0/assets/scrollbar-slider-horizontal-hover-dark.png new file mode 100644 index 00000000..0ec9639f Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/scrollbar-slider-horizontal-hover-dark.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/scrollbar-slider-horizontal-hover-dark@2.png b/.themes/papirus-dark/gtk-3.0/assets/scrollbar-slider-horizontal-hover-dark@2.png new file mode 100644 index 00000000..1074f1e3 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/scrollbar-slider-horizontal-hover-dark@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/scrollbar-slider-horizontal-hover.png b/.themes/papirus-dark/gtk-3.0/assets/scrollbar-slider-horizontal-hover.png new file mode 100644 index 00000000..16060a15 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/scrollbar-slider-horizontal-hover.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/scrollbar-slider-horizontal-hover@2.png b/.themes/papirus-dark/gtk-3.0/assets/scrollbar-slider-horizontal-hover@2.png new file mode 100644 index 00000000..5e3a5b3f Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/scrollbar-slider-horizontal-hover@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/scrollbar-slider-horizontal-overlay-dark.png b/.themes/papirus-dark/gtk-3.0/assets/scrollbar-slider-horizontal-overlay-dark.png new file mode 100644 index 00000000..6a40c046 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/scrollbar-slider-horizontal-overlay-dark.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/scrollbar-slider-horizontal-overlay-dark@2.png b/.themes/papirus-dark/gtk-3.0/assets/scrollbar-slider-horizontal-overlay-dark@2.png new file mode 100644 index 00000000..5077eb24 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/scrollbar-slider-horizontal-overlay-dark@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/scrollbar-slider-horizontal-overlay.png b/.themes/papirus-dark/gtk-3.0/assets/scrollbar-slider-horizontal-overlay.png new file mode 100644 index 00000000..08e30f4f Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/scrollbar-slider-horizontal-overlay.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/scrollbar-slider-horizontal-overlay@2.png b/.themes/papirus-dark/gtk-3.0/assets/scrollbar-slider-horizontal-overlay@2.png new file mode 100644 index 00000000..cc0afd89 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/scrollbar-slider-horizontal-overlay@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/scrollbar-slider-horizontal.png b/.themes/papirus-dark/gtk-3.0/assets/scrollbar-slider-horizontal.png new file mode 100644 index 00000000..046bd929 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/scrollbar-slider-horizontal.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/scrollbar-slider-horizontal@2.png b/.themes/papirus-dark/gtk-3.0/assets/scrollbar-slider-horizontal@2.png new file mode 100644 index 00000000..54135f4b Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/scrollbar-slider-horizontal@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/scrollbar-slider-hover-dark.png b/.themes/papirus-dark/gtk-3.0/assets/scrollbar-slider-hover-dark.png new file mode 100644 index 00000000..ac07e230 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/scrollbar-slider-hover-dark.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/scrollbar-slider-hover-dark@2.png b/.themes/papirus-dark/gtk-3.0/assets/scrollbar-slider-hover-dark@2.png new file mode 100644 index 00000000..50cbf96f Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/scrollbar-slider-hover-dark@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/scrollbar-slider-hover.png b/.themes/papirus-dark/gtk-3.0/assets/scrollbar-slider-hover.png new file mode 100644 index 00000000..3fd1b37e Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/scrollbar-slider-hover.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/scrollbar-slider-hover@2.png b/.themes/papirus-dark/gtk-3.0/assets/scrollbar-slider-hover@2.png new file mode 100644 index 00000000..da216a99 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/scrollbar-slider-hover@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/scrollbar-slider-overlay-dark.png b/.themes/papirus-dark/gtk-3.0/assets/scrollbar-slider-overlay-dark.png new file mode 100644 index 00000000..35143d34 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/scrollbar-slider-overlay-dark.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/scrollbar-slider-overlay-dark@2.png b/.themes/papirus-dark/gtk-3.0/assets/scrollbar-slider-overlay-dark@2.png new file mode 100644 index 00000000..d45b0f0b Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/scrollbar-slider-overlay-dark@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/scrollbar-slider-overlay.png b/.themes/papirus-dark/gtk-3.0/assets/scrollbar-slider-overlay.png new file mode 100644 index 00000000..cf4e91db Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/scrollbar-slider-overlay.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/scrollbar-slider-overlay@2.png b/.themes/papirus-dark/gtk-3.0/assets/scrollbar-slider-overlay@2.png new file mode 100644 index 00000000..ecfee48b Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/scrollbar-slider-overlay@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/scrollbar-slider-rtl-active-dark.png b/.themes/papirus-dark/gtk-3.0/assets/scrollbar-slider-rtl-active-dark.png new file mode 100644 index 00000000..8f4bec66 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/scrollbar-slider-rtl-active-dark.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/scrollbar-slider-rtl-active-dark@2.png b/.themes/papirus-dark/gtk-3.0/assets/scrollbar-slider-rtl-active-dark@2.png new file mode 100644 index 00000000..99c8ff74 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/scrollbar-slider-rtl-active-dark@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/scrollbar-slider-rtl-active.png b/.themes/papirus-dark/gtk-3.0/assets/scrollbar-slider-rtl-active.png new file mode 100644 index 00000000..8f4bec66 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/scrollbar-slider-rtl-active.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/scrollbar-slider-rtl-active@2.png b/.themes/papirus-dark/gtk-3.0/assets/scrollbar-slider-rtl-active@2.png new file mode 100644 index 00000000..99c8ff74 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/scrollbar-slider-rtl-active@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/scrollbar-slider-rtl-dark.png b/.themes/papirus-dark/gtk-3.0/assets/scrollbar-slider-rtl-dark.png new file mode 100644 index 00000000..23756869 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/scrollbar-slider-rtl-dark.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/scrollbar-slider-rtl-dark@2.png b/.themes/papirus-dark/gtk-3.0/assets/scrollbar-slider-rtl-dark@2.png new file mode 100644 index 00000000..3ef5ea50 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/scrollbar-slider-rtl-dark@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/scrollbar-slider-rtl-hover-dark.png b/.themes/papirus-dark/gtk-3.0/assets/scrollbar-slider-rtl-hover-dark.png new file mode 100644 index 00000000..ac07e230 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/scrollbar-slider-rtl-hover-dark.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/scrollbar-slider-rtl-hover-dark@2.png b/.themes/papirus-dark/gtk-3.0/assets/scrollbar-slider-rtl-hover-dark@2.png new file mode 100644 index 00000000..50cbf96f Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/scrollbar-slider-rtl-hover-dark@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/scrollbar-slider-rtl-hover.png b/.themes/papirus-dark/gtk-3.0/assets/scrollbar-slider-rtl-hover.png new file mode 100644 index 00000000..3fd1b37e Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/scrollbar-slider-rtl-hover.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/scrollbar-slider-rtl-hover@2.png b/.themes/papirus-dark/gtk-3.0/assets/scrollbar-slider-rtl-hover@2.png new file mode 100644 index 00000000..da216a99 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/scrollbar-slider-rtl-hover@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/scrollbar-slider-rtl.png b/.themes/papirus-dark/gtk-3.0/assets/scrollbar-slider-rtl.png new file mode 100644 index 00000000..5c34830b Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/scrollbar-slider-rtl.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/scrollbar-slider-rtl@2.png b/.themes/papirus-dark/gtk-3.0/assets/scrollbar-slider-rtl@2.png new file mode 100644 index 00000000..0d927264 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/scrollbar-slider-rtl@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/scrollbar-slider.png b/.themes/papirus-dark/gtk-3.0/assets/scrollbar-slider.png new file mode 100644 index 00000000..5c34830b Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/scrollbar-slider.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/scrollbar-slider@2.png b/.themes/papirus-dark/gtk-3.0/assets/scrollbar-slider@2.png new file mode 100644 index 00000000..0d927264 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/scrollbar-slider@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/scrollbar-trough-dark.png b/.themes/papirus-dark/gtk-3.0/assets/scrollbar-trough-dark.png new file mode 100644 index 00000000..7972f61d Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/scrollbar-trough-dark.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/scrollbar-trough-dark@2.png b/.themes/papirus-dark/gtk-3.0/assets/scrollbar-trough-dark@2.png new file mode 100644 index 00000000..3918e0d6 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/scrollbar-trough-dark@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/scrollbar-trough-horizontal-dark.png b/.themes/papirus-dark/gtk-3.0/assets/scrollbar-trough-horizontal-dark.png new file mode 100644 index 00000000..bb70fbb5 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/scrollbar-trough-horizontal-dark.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/scrollbar-trough-horizontal-dark@2.png b/.themes/papirus-dark/gtk-3.0/assets/scrollbar-trough-horizontal-dark@2.png new file mode 100644 index 00000000..b6a862a0 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/scrollbar-trough-horizontal-dark@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/scrollbar-trough-horizontal.png b/.themes/papirus-dark/gtk-3.0/assets/scrollbar-trough-horizontal.png new file mode 100644 index 00000000..4811dfb8 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/scrollbar-trough-horizontal.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/scrollbar-trough-horizontal@2.png b/.themes/papirus-dark/gtk-3.0/assets/scrollbar-trough-horizontal@2.png new file mode 100644 index 00000000..4b8cdb29 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/scrollbar-trough-horizontal@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/scrollbar-trough-rtl-dark.png b/.themes/papirus-dark/gtk-3.0/assets/scrollbar-trough-rtl-dark.png new file mode 100644 index 00000000..7972f61d Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/scrollbar-trough-rtl-dark.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/scrollbar-trough-rtl-dark@2.png b/.themes/papirus-dark/gtk-3.0/assets/scrollbar-trough-rtl-dark@2.png new file mode 100644 index 00000000..3918e0d6 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/scrollbar-trough-rtl-dark@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/scrollbar-trough-rtl.png b/.themes/papirus-dark/gtk-3.0/assets/scrollbar-trough-rtl.png new file mode 100644 index 00000000..da681fed Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/scrollbar-trough-rtl.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/scrollbar-trough-rtl@2.png b/.themes/papirus-dark/gtk-3.0/assets/scrollbar-trough-rtl@2.png new file mode 100644 index 00000000..df369d18 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/scrollbar-trough-rtl@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/scrollbar-trough.png b/.themes/papirus-dark/gtk-3.0/assets/scrollbar-trough.png new file mode 100644 index 00000000..da681fed Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/scrollbar-trough.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/scrollbar-trough@2.png b/.themes/papirus-dark/gtk-3.0/assets/scrollbar-trough@2.png new file mode 100644 index 00000000..df369d18 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/scrollbar-trough@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/selected-checkbox-checked-active.png b/.themes/papirus-dark/gtk-3.0/assets/selected-checkbox-checked-active.png new file mode 100644 index 00000000..9f72a7f7 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/selected-checkbox-checked-active.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/selected-checkbox-checked-active@2.png b/.themes/papirus-dark/gtk-3.0/assets/selected-checkbox-checked-active@2.png new file mode 100644 index 00000000..95d53626 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/selected-checkbox-checked-active@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/selected-checkbox-checked-backdrop-insensitive.png b/.themes/papirus-dark/gtk-3.0/assets/selected-checkbox-checked-backdrop-insensitive.png new file mode 100644 index 00000000..7255334b Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/selected-checkbox-checked-backdrop-insensitive.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/selected-checkbox-checked-backdrop-insensitive@2.png b/.themes/papirus-dark/gtk-3.0/assets/selected-checkbox-checked-backdrop-insensitive@2.png new file mode 100644 index 00000000..bb5c34e3 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/selected-checkbox-checked-backdrop-insensitive@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/selected-checkbox-checked-backdrop.png b/.themes/papirus-dark/gtk-3.0/assets/selected-checkbox-checked-backdrop.png new file mode 100644 index 00000000..9f72a7f7 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/selected-checkbox-checked-backdrop.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/selected-checkbox-checked-backdrop@2.png b/.themes/papirus-dark/gtk-3.0/assets/selected-checkbox-checked-backdrop@2.png new file mode 100644 index 00000000..95d53626 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/selected-checkbox-checked-backdrop@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/selected-checkbox-checked-hover.png b/.themes/papirus-dark/gtk-3.0/assets/selected-checkbox-checked-hover.png new file mode 100644 index 00000000..c08d664b Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/selected-checkbox-checked-hover.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/selected-checkbox-checked-hover@2.png b/.themes/papirus-dark/gtk-3.0/assets/selected-checkbox-checked-hover@2.png new file mode 100644 index 00000000..db6ab6f9 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/selected-checkbox-checked-hover@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/selected-checkbox-checked-insensitive.png b/.themes/papirus-dark/gtk-3.0/assets/selected-checkbox-checked-insensitive.png new file mode 100644 index 00000000..7255334b Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/selected-checkbox-checked-insensitive.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/selected-checkbox-checked-insensitive@2.png b/.themes/papirus-dark/gtk-3.0/assets/selected-checkbox-checked-insensitive@2.png new file mode 100644 index 00000000..bb5c34e3 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/selected-checkbox-checked-insensitive@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/selected-checkbox-checked.png b/.themes/papirus-dark/gtk-3.0/assets/selected-checkbox-checked.png new file mode 100644 index 00000000..9f72a7f7 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/selected-checkbox-checked.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/selected-checkbox-checked@2.png b/.themes/papirus-dark/gtk-3.0/assets/selected-checkbox-checked@2.png new file mode 100644 index 00000000..95d53626 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/selected-checkbox-checked@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/selected-checkbox-mixed-active.png b/.themes/papirus-dark/gtk-3.0/assets/selected-checkbox-mixed-active.png new file mode 100644 index 00000000..040ef202 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/selected-checkbox-mixed-active.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/selected-checkbox-mixed-active@2.png b/.themes/papirus-dark/gtk-3.0/assets/selected-checkbox-mixed-active@2.png new file mode 100644 index 00000000..a524417d Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/selected-checkbox-mixed-active@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/selected-checkbox-mixed-backdrop-insensitive.png b/.themes/papirus-dark/gtk-3.0/assets/selected-checkbox-mixed-backdrop-insensitive.png new file mode 100644 index 00000000..0ee6d352 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/selected-checkbox-mixed-backdrop-insensitive.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/selected-checkbox-mixed-backdrop-insensitive@2.png b/.themes/papirus-dark/gtk-3.0/assets/selected-checkbox-mixed-backdrop-insensitive@2.png new file mode 100644 index 00000000..e340aad3 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/selected-checkbox-mixed-backdrop-insensitive@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/selected-checkbox-mixed-backdrop.png b/.themes/papirus-dark/gtk-3.0/assets/selected-checkbox-mixed-backdrop.png new file mode 100644 index 00000000..040ef202 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/selected-checkbox-mixed-backdrop.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/selected-checkbox-mixed-backdrop@2.png b/.themes/papirus-dark/gtk-3.0/assets/selected-checkbox-mixed-backdrop@2.png new file mode 100644 index 00000000..a524417d Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/selected-checkbox-mixed-backdrop@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/selected-checkbox-mixed-hover.png b/.themes/papirus-dark/gtk-3.0/assets/selected-checkbox-mixed-hover.png new file mode 100644 index 00000000..3f567b71 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/selected-checkbox-mixed-hover.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/selected-checkbox-mixed-hover@2.png b/.themes/papirus-dark/gtk-3.0/assets/selected-checkbox-mixed-hover@2.png new file mode 100644 index 00000000..652700d6 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/selected-checkbox-mixed-hover@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/selected-checkbox-mixed-insensitive.png b/.themes/papirus-dark/gtk-3.0/assets/selected-checkbox-mixed-insensitive.png new file mode 100644 index 00000000..0ee6d352 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/selected-checkbox-mixed-insensitive.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/selected-checkbox-mixed-insensitive@2.png b/.themes/papirus-dark/gtk-3.0/assets/selected-checkbox-mixed-insensitive@2.png new file mode 100644 index 00000000..e340aad3 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/selected-checkbox-mixed-insensitive@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/selected-checkbox-mixed.png b/.themes/papirus-dark/gtk-3.0/assets/selected-checkbox-mixed.png new file mode 100644 index 00000000..040ef202 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/selected-checkbox-mixed.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/selected-checkbox-mixed@2.png b/.themes/papirus-dark/gtk-3.0/assets/selected-checkbox-mixed@2.png new file mode 100644 index 00000000..a524417d Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/selected-checkbox-mixed@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/selected-checkbox-unchecked-active.png b/.themes/papirus-dark/gtk-3.0/assets/selected-checkbox-unchecked-active.png new file mode 100644 index 00000000..d4a6d235 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/selected-checkbox-unchecked-active.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/selected-checkbox-unchecked-active@2.png b/.themes/papirus-dark/gtk-3.0/assets/selected-checkbox-unchecked-active@2.png new file mode 100644 index 00000000..9ec48349 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/selected-checkbox-unchecked-active@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/selected-checkbox-unchecked-backdrop-insensitive.png b/.themes/papirus-dark/gtk-3.0/assets/selected-checkbox-unchecked-backdrop-insensitive.png new file mode 100644 index 00000000..203bdb10 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/selected-checkbox-unchecked-backdrop-insensitive.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/selected-checkbox-unchecked-backdrop-insensitive@2.png b/.themes/papirus-dark/gtk-3.0/assets/selected-checkbox-unchecked-backdrop-insensitive@2.png new file mode 100644 index 00000000..679d1163 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/selected-checkbox-unchecked-backdrop-insensitive@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/selected-checkbox-unchecked-backdrop.png b/.themes/papirus-dark/gtk-3.0/assets/selected-checkbox-unchecked-backdrop.png new file mode 100644 index 00000000..d4a6d235 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/selected-checkbox-unchecked-backdrop.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/selected-checkbox-unchecked-backdrop@2.png b/.themes/papirus-dark/gtk-3.0/assets/selected-checkbox-unchecked-backdrop@2.png new file mode 100644 index 00000000..9ec48349 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/selected-checkbox-unchecked-backdrop@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/selected-checkbox-unchecked-hover.png b/.themes/papirus-dark/gtk-3.0/assets/selected-checkbox-unchecked-hover.png new file mode 100644 index 00000000..27ed4ba5 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/selected-checkbox-unchecked-hover.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/selected-checkbox-unchecked-hover@2.png b/.themes/papirus-dark/gtk-3.0/assets/selected-checkbox-unchecked-hover@2.png new file mode 100644 index 00000000..5a32294f Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/selected-checkbox-unchecked-hover@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/selected-checkbox-unchecked-insensitive.png b/.themes/papirus-dark/gtk-3.0/assets/selected-checkbox-unchecked-insensitive.png new file mode 100644 index 00000000..203bdb10 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/selected-checkbox-unchecked-insensitive.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/selected-checkbox-unchecked-insensitive@2.png b/.themes/papirus-dark/gtk-3.0/assets/selected-checkbox-unchecked-insensitive@2.png new file mode 100644 index 00000000..679d1163 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/selected-checkbox-unchecked-insensitive@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/selected-checkbox-unchecked.png b/.themes/papirus-dark/gtk-3.0/assets/selected-checkbox-unchecked.png new file mode 100644 index 00000000..d4a6d235 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/selected-checkbox-unchecked.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/selected-checkbox-unchecked@2.png b/.themes/papirus-dark/gtk-3.0/assets/selected-checkbox-unchecked@2.png new file mode 100644 index 00000000..9ec48349 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/selected-checkbox-unchecked@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/selected-radio-checked-active.png b/.themes/papirus-dark/gtk-3.0/assets/selected-radio-checked-active.png new file mode 100644 index 00000000..f3d73c50 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/selected-radio-checked-active.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/selected-radio-checked-active@2.png b/.themes/papirus-dark/gtk-3.0/assets/selected-radio-checked-active@2.png new file mode 100644 index 00000000..98c45120 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/selected-radio-checked-active@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/selected-radio-checked-backdrop-insensitive.png b/.themes/papirus-dark/gtk-3.0/assets/selected-radio-checked-backdrop-insensitive.png new file mode 100644 index 00000000..f6bec324 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/selected-radio-checked-backdrop-insensitive.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/selected-radio-checked-backdrop-insensitive@2.png b/.themes/papirus-dark/gtk-3.0/assets/selected-radio-checked-backdrop-insensitive@2.png new file mode 100644 index 00000000..7ce94ffd Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/selected-radio-checked-backdrop-insensitive@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/selected-radio-checked-backdrop.png b/.themes/papirus-dark/gtk-3.0/assets/selected-radio-checked-backdrop.png new file mode 100644 index 00000000..f3d73c50 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/selected-radio-checked-backdrop.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/selected-radio-checked-backdrop@2.png b/.themes/papirus-dark/gtk-3.0/assets/selected-radio-checked-backdrop@2.png new file mode 100644 index 00000000..98c45120 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/selected-radio-checked-backdrop@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/selected-radio-checked-hover.png b/.themes/papirus-dark/gtk-3.0/assets/selected-radio-checked-hover.png new file mode 100644 index 00000000..79f93b1e Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/selected-radio-checked-hover.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/selected-radio-checked-hover@2.png b/.themes/papirus-dark/gtk-3.0/assets/selected-radio-checked-hover@2.png new file mode 100644 index 00000000..da1c6271 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/selected-radio-checked-hover@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/selected-radio-checked-insensitive.png b/.themes/papirus-dark/gtk-3.0/assets/selected-radio-checked-insensitive.png new file mode 100644 index 00000000..f6bec324 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/selected-radio-checked-insensitive.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/selected-radio-checked-insensitive@2.png b/.themes/papirus-dark/gtk-3.0/assets/selected-radio-checked-insensitive@2.png new file mode 100644 index 00000000..7ce94ffd Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/selected-radio-checked-insensitive@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/selected-radio-checked.png b/.themes/papirus-dark/gtk-3.0/assets/selected-radio-checked.png new file mode 100644 index 00000000..f3d73c50 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/selected-radio-checked.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/selected-radio-checked@2.png b/.themes/papirus-dark/gtk-3.0/assets/selected-radio-checked@2.png new file mode 100644 index 00000000..98c45120 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/selected-radio-checked@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/selected-radio-mixed-active.png b/.themes/papirus-dark/gtk-3.0/assets/selected-radio-mixed-active.png new file mode 100644 index 00000000..45fa9e3a Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/selected-radio-mixed-active.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/selected-radio-mixed-active@2.png b/.themes/papirus-dark/gtk-3.0/assets/selected-radio-mixed-active@2.png new file mode 100644 index 00000000..fb9663d0 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/selected-radio-mixed-active@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/selected-radio-mixed-backdrop-insensitive.png b/.themes/papirus-dark/gtk-3.0/assets/selected-radio-mixed-backdrop-insensitive.png new file mode 100644 index 00000000..bbcd580f Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/selected-radio-mixed-backdrop-insensitive.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/selected-radio-mixed-backdrop-insensitive@2.png b/.themes/papirus-dark/gtk-3.0/assets/selected-radio-mixed-backdrop-insensitive@2.png new file mode 100644 index 00000000..55a86925 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/selected-radio-mixed-backdrop-insensitive@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/selected-radio-mixed-backdrop.png b/.themes/papirus-dark/gtk-3.0/assets/selected-radio-mixed-backdrop.png new file mode 100644 index 00000000..45fa9e3a Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/selected-radio-mixed-backdrop.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/selected-radio-mixed-backdrop@2.png b/.themes/papirus-dark/gtk-3.0/assets/selected-radio-mixed-backdrop@2.png new file mode 100644 index 00000000..fb9663d0 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/selected-radio-mixed-backdrop@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/selected-radio-mixed-hover.png b/.themes/papirus-dark/gtk-3.0/assets/selected-radio-mixed-hover.png new file mode 100644 index 00000000..4f0e64c0 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/selected-radio-mixed-hover.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/selected-radio-mixed-hover@2.png b/.themes/papirus-dark/gtk-3.0/assets/selected-radio-mixed-hover@2.png new file mode 100644 index 00000000..fa1ad3bf Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/selected-radio-mixed-hover@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/selected-radio-mixed-insensitive.png b/.themes/papirus-dark/gtk-3.0/assets/selected-radio-mixed-insensitive.png new file mode 100644 index 00000000..bbcd580f Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/selected-radio-mixed-insensitive.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/selected-radio-mixed-insensitive@2.png b/.themes/papirus-dark/gtk-3.0/assets/selected-radio-mixed-insensitive@2.png new file mode 100644 index 00000000..55a86925 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/selected-radio-mixed-insensitive@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/selected-radio-mixed.png b/.themes/papirus-dark/gtk-3.0/assets/selected-radio-mixed.png new file mode 100644 index 00000000..45fa9e3a Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/selected-radio-mixed.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/selected-radio-mixed@2.png b/.themes/papirus-dark/gtk-3.0/assets/selected-radio-mixed@2.png new file mode 100644 index 00000000..fb9663d0 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/selected-radio-mixed@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/selected-radio-unchecked-active.png b/.themes/papirus-dark/gtk-3.0/assets/selected-radio-unchecked-active.png new file mode 100644 index 00000000..463d6e6b Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/selected-radio-unchecked-active.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/selected-radio-unchecked-active@2.png b/.themes/papirus-dark/gtk-3.0/assets/selected-radio-unchecked-active@2.png new file mode 100644 index 00000000..85047b2a Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/selected-radio-unchecked-active@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/selected-radio-unchecked-backdrop-insensitive.png b/.themes/papirus-dark/gtk-3.0/assets/selected-radio-unchecked-backdrop-insensitive.png new file mode 100644 index 00000000..ff04bade Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/selected-radio-unchecked-backdrop-insensitive.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/selected-radio-unchecked-backdrop-insensitive@2.png b/.themes/papirus-dark/gtk-3.0/assets/selected-radio-unchecked-backdrop-insensitive@2.png new file mode 100644 index 00000000..e9627b8f Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/selected-radio-unchecked-backdrop-insensitive@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/selected-radio-unchecked-backdrop.png b/.themes/papirus-dark/gtk-3.0/assets/selected-radio-unchecked-backdrop.png new file mode 100644 index 00000000..463d6e6b Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/selected-radio-unchecked-backdrop.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/selected-radio-unchecked-backdrop@2.png b/.themes/papirus-dark/gtk-3.0/assets/selected-radio-unchecked-backdrop@2.png new file mode 100644 index 00000000..85047b2a Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/selected-radio-unchecked-backdrop@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/selected-radio-unchecked-hover.png b/.themes/papirus-dark/gtk-3.0/assets/selected-radio-unchecked-hover.png new file mode 100644 index 00000000..9e4cf409 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/selected-radio-unchecked-hover.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/selected-radio-unchecked-hover@2.png b/.themes/papirus-dark/gtk-3.0/assets/selected-radio-unchecked-hover@2.png new file mode 100644 index 00000000..e272fbf7 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/selected-radio-unchecked-hover@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/selected-radio-unchecked-insensitive.png b/.themes/papirus-dark/gtk-3.0/assets/selected-radio-unchecked-insensitive.png new file mode 100644 index 00000000..ff04bade Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/selected-radio-unchecked-insensitive.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/selected-radio-unchecked-insensitive@2.png b/.themes/papirus-dark/gtk-3.0/assets/selected-radio-unchecked-insensitive@2.png new file mode 100644 index 00000000..e9627b8f Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/selected-radio-unchecked-insensitive@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/selected-radio-unchecked.png b/.themes/papirus-dark/gtk-3.0/assets/selected-radio-unchecked.png new file mode 100644 index 00000000..463d6e6b Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/selected-radio-unchecked.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/selected-radio-unchecked@2.png b/.themes/papirus-dark/gtk-3.0/assets/selected-radio-unchecked@2.png new file mode 100644 index 00000000..85047b2a Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/selected-radio-unchecked@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-above-active-dark.png b/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-above-active-dark.png new file mode 100644 index 00000000..f285fbbb Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-above-active-dark.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-above-active-dark@2.png b/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-above-active-dark@2.png new file mode 100644 index 00000000..ebbbfac9 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-above-active-dark@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-above-active.png b/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-above-active.png new file mode 100644 index 00000000..d78cd755 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-above-active.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-above-active@2.png b/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-above-active@2.png new file mode 100644 index 00000000..c562fc06 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-above-active@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-above-backdrop-dark.png b/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-above-backdrop-dark.png new file mode 100644 index 00000000..cc3f611d Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-above-backdrop-dark.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-above-backdrop-dark@2.png b/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-above-backdrop-dark@2.png new file mode 100644 index 00000000..1afb0769 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-above-backdrop-dark@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-above-backdrop-insensitive-dark.png b/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-above-backdrop-insensitive-dark.png new file mode 100644 index 00000000..f219321f Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-above-backdrop-insensitive-dark.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-above-backdrop-insensitive-dark@2.png b/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-above-backdrop-insensitive-dark@2.png new file mode 100644 index 00000000..cc00fec9 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-above-backdrop-insensitive-dark@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-above-backdrop-insensitive.png b/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-above-backdrop-insensitive.png new file mode 100644 index 00000000..5c8c15b6 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-above-backdrop-insensitive.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-above-backdrop-insensitive@2.png b/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-above-backdrop-insensitive@2.png new file mode 100644 index 00000000..141fcc7f Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-above-backdrop-insensitive@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-above-backdrop.png b/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-above-backdrop.png new file mode 100644 index 00000000..15f88512 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-above-backdrop.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-above-backdrop@2.png b/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-above-backdrop@2.png new file mode 100644 index 00000000..cbc64c84 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-above-backdrop@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-above-dark.png b/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-above-dark.png new file mode 100644 index 00000000..cc3f611d Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-above-dark.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-above-dark@2.png b/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-above-dark@2.png new file mode 100644 index 00000000..1afb0769 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-above-dark@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-above-hover-dark.png b/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-above-hover-dark.png new file mode 100644 index 00000000..f7a40199 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-above-hover-dark.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-above-hover-dark@2.png b/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-above-hover-dark@2.png new file mode 100644 index 00000000..d0314103 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-above-hover-dark@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-above-hover.png b/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-above-hover.png new file mode 100644 index 00000000..a06f7647 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-above-hover.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-above-hover@2.png b/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-above-hover@2.png new file mode 100644 index 00000000..0140245b Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-above-hover@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-above-insensitive-dark.png b/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-above-insensitive-dark.png new file mode 100644 index 00000000..f219321f Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-above-insensitive-dark.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-above-insensitive-dark@2.png b/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-above-insensitive-dark@2.png new file mode 100644 index 00000000..cc00fec9 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-above-insensitive-dark@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-above-insensitive.png b/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-above-insensitive.png new file mode 100644 index 00000000..5c8c15b6 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-above-insensitive.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-above-insensitive@2.png b/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-above-insensitive@2.png new file mode 100644 index 00000000..141fcc7f Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-above-insensitive@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-above.png b/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-above.png new file mode 100644 index 00000000..15f88512 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-above.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-above@2.png b/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-above@2.png new file mode 100644 index 00000000..cbc64c84 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-above@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-below-active-dark.png b/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-below-active-dark.png new file mode 100644 index 00000000..957a3a34 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-below-active-dark.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-below-active-dark@2.png b/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-below-active-dark@2.png new file mode 100644 index 00000000..8156e3ac Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-below-active-dark@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-below-active.png b/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-below-active.png new file mode 100644 index 00000000..5d733cf6 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-below-active.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-below-active@2.png b/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-below-active@2.png new file mode 100644 index 00000000..3dad97b3 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-below-active@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-below-backdrop-dark.png b/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-below-backdrop-dark.png new file mode 100644 index 00000000..cc3f611d Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-below-backdrop-dark.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-below-backdrop-dark@2.png b/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-below-backdrop-dark@2.png new file mode 100644 index 00000000..1afb0769 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-below-backdrop-dark@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-below-backdrop-insensitive-dark.png b/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-below-backdrop-insensitive-dark.png new file mode 100644 index 00000000..f219321f Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-below-backdrop-insensitive-dark.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-below-backdrop-insensitive-dark@2.png b/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-below-backdrop-insensitive-dark@2.png new file mode 100644 index 00000000..cc00fec9 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-below-backdrop-insensitive-dark@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-below-backdrop-insensitive.png b/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-below-backdrop-insensitive.png new file mode 100644 index 00000000..5c8c15b6 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-below-backdrop-insensitive.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-below-backdrop-insensitive@2.png b/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-below-backdrop-insensitive@2.png new file mode 100644 index 00000000..141fcc7f Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-below-backdrop-insensitive@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-below-backdrop.png b/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-below-backdrop.png new file mode 100644 index 00000000..15f88512 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-below-backdrop.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-below-backdrop@2.png b/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-below-backdrop@2.png new file mode 100644 index 00000000..cbc64c84 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-below-backdrop@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-below-dark.png b/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-below-dark.png new file mode 100644 index 00000000..2a70dce5 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-below-dark.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-below-dark@2.png b/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-below-dark@2.png new file mode 100644 index 00000000..990b6bcb Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-below-dark@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-below-hover-dark.png b/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-below-hover-dark.png new file mode 100644 index 00000000..f7a40199 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-below-hover-dark.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-below-hover-dark@2.png b/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-below-hover-dark@2.png new file mode 100644 index 00000000..d0314103 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-below-hover-dark@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-below-hover.png b/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-below-hover.png new file mode 100644 index 00000000..a06f7647 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-below-hover.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-below-hover@2.png b/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-below-hover@2.png new file mode 100644 index 00000000..0140245b Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-below-hover@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-below-insensitive-dark.png b/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-below-insensitive-dark.png new file mode 100644 index 00000000..f219321f Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-below-insensitive-dark.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-below-insensitive-dark@2.png b/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-below-insensitive-dark@2.png new file mode 100644 index 00000000..cc00fec9 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-below-insensitive-dark@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-below-insensitive.png b/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-below-insensitive.png new file mode 100644 index 00000000..5c8c15b6 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-below-insensitive.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-below-insensitive@2.png b/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-below-insensitive@2.png new file mode 100644 index 00000000..141fcc7f Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-below-insensitive@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-below.png b/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-below.png new file mode 100644 index 00000000..0077b707 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-below.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-below@2.png b/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-below@2.png new file mode 100644 index 00000000..8e49f3cb Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/slider-horz-scale-has-marks-below@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-above-active-dark.png b/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-above-active-dark.png new file mode 100644 index 00000000..f285fbbb Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-above-active-dark.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-above-active-dark@2.png b/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-above-active-dark@2.png new file mode 100644 index 00000000..ebbbfac9 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-above-active-dark@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-above-active.png b/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-above-active.png new file mode 100644 index 00000000..d78cd755 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-above-active.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-above-active@2.png b/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-above-active@2.png new file mode 100644 index 00000000..c562fc06 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-above-active@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-above-backdrop-dark.png b/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-above-backdrop-dark.png new file mode 100644 index 00000000..cc3f611d Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-above-backdrop-dark.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-above-backdrop-dark@2.png b/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-above-backdrop-dark@2.png new file mode 100644 index 00000000..1afb0769 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-above-backdrop-dark@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-above-backdrop-insensitive-dark.png b/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-above-backdrop-insensitive-dark.png new file mode 100644 index 00000000..f219321f Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-above-backdrop-insensitive-dark.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-above-backdrop-insensitive-dark@2.png b/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-above-backdrop-insensitive-dark@2.png new file mode 100644 index 00000000..cc00fec9 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-above-backdrop-insensitive-dark@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-above-backdrop-insensitive.png b/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-above-backdrop-insensitive.png new file mode 100644 index 00000000..5c8c15b6 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-above-backdrop-insensitive.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-above-backdrop-insensitive@2.png b/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-above-backdrop-insensitive@2.png new file mode 100644 index 00000000..141fcc7f Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-above-backdrop-insensitive@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-above-backdrop.png b/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-above-backdrop.png new file mode 100644 index 00000000..15f88512 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-above-backdrop.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-above-backdrop@2.png b/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-above-backdrop@2.png new file mode 100644 index 00000000..cbc64c84 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-above-backdrop@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-above-dark.png b/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-above-dark.png new file mode 100644 index 00000000..cc3f611d Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-above-dark.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-above-dark@2.png b/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-above-dark@2.png new file mode 100644 index 00000000..1afb0769 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-above-dark@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-above-hover-dark.png b/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-above-hover-dark.png new file mode 100644 index 00000000..f7a40199 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-above-hover-dark.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-above-hover-dark@2.png b/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-above-hover-dark@2.png new file mode 100644 index 00000000..d0314103 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-above-hover-dark@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-above-hover.png b/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-above-hover.png new file mode 100644 index 00000000..a06f7647 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-above-hover.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-above-hover@2.png b/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-above-hover@2.png new file mode 100644 index 00000000..0140245b Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-above-hover@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-above-insensitive-dark.png b/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-above-insensitive-dark.png new file mode 100644 index 00000000..f219321f Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-above-insensitive-dark.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-above-insensitive-dark@2.png b/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-above-insensitive-dark@2.png new file mode 100644 index 00000000..cc00fec9 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-above-insensitive-dark@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-above-insensitive.png b/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-above-insensitive.png new file mode 100644 index 00000000..5c8c15b6 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-above-insensitive.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-above-insensitive@2.png b/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-above-insensitive@2.png new file mode 100644 index 00000000..141fcc7f Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-above-insensitive@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-above.png b/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-above.png new file mode 100644 index 00000000..15f88512 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-above.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-above@2.png b/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-above@2.png new file mode 100644 index 00000000..cbc64c84 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-above@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-below-active-dark.png b/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-below-active-dark.png new file mode 100644 index 00000000..f285fbbb Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-below-active-dark.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-below-active-dark@2.png b/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-below-active-dark@2.png new file mode 100644 index 00000000..ebbbfac9 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-below-active-dark@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-below-active.png b/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-below-active.png new file mode 100644 index 00000000..d78cd755 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-below-active.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-below-active@2.png b/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-below-active@2.png new file mode 100644 index 00000000..c562fc06 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-below-active@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-below-backdrop-dark.png b/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-below-backdrop-dark.png new file mode 100644 index 00000000..cc3f611d Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-below-backdrop-dark.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-below-backdrop-dark@2.png b/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-below-backdrop-dark@2.png new file mode 100644 index 00000000..1afb0769 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-below-backdrop-dark@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-below-backdrop-insensitive-dark.png b/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-below-backdrop-insensitive-dark.png new file mode 100644 index 00000000..f219321f Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-below-backdrop-insensitive-dark.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-below-backdrop-insensitive-dark@2.png b/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-below-backdrop-insensitive-dark@2.png new file mode 100644 index 00000000..cc00fec9 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-below-backdrop-insensitive-dark@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-below-backdrop-insensitive.png b/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-below-backdrop-insensitive.png new file mode 100644 index 00000000..5c8c15b6 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-below-backdrop-insensitive.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-below-backdrop-insensitive@2.png b/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-below-backdrop-insensitive@2.png new file mode 100644 index 00000000..141fcc7f Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-below-backdrop-insensitive@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-below-backdrop.png b/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-below-backdrop.png new file mode 100644 index 00000000..15f88512 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-below-backdrop.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-below-backdrop@2.png b/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-below-backdrop@2.png new file mode 100644 index 00000000..cbc64c84 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-below-backdrop@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-below-dark.png b/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-below-dark.png new file mode 100644 index 00000000..cc3f611d Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-below-dark.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-below-dark@2.png b/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-below-dark@2.png new file mode 100644 index 00000000..1afb0769 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-below-dark@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-below-hover-dark.png b/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-below-hover-dark.png new file mode 100644 index 00000000..f7a40199 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-below-hover-dark.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-below-hover-dark@2.png b/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-below-hover-dark@2.png new file mode 100644 index 00000000..d0314103 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-below-hover-dark@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-below-hover.png b/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-below-hover.png new file mode 100644 index 00000000..a06f7647 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-below-hover.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-below-hover@2.png b/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-below-hover@2.png new file mode 100644 index 00000000..0140245b Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-below-hover@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-below-insensitive-dark.png b/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-below-insensitive-dark.png new file mode 100644 index 00000000..f219321f Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-below-insensitive-dark.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-below-insensitive-dark@2.png b/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-below-insensitive-dark@2.png new file mode 100644 index 00000000..cc00fec9 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-below-insensitive-dark@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-below-insensitive.png b/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-below-insensitive.png new file mode 100644 index 00000000..5c8c15b6 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-below-insensitive.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-below-insensitive@2.png b/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-below-insensitive@2.png new file mode 100644 index 00000000..141fcc7f Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-below-insensitive@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-below.png b/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-below.png new file mode 100644 index 00000000..15f88512 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-below.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-below@2.png b/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-below@2.png new file mode 100644 index 00000000..cbc64c84 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/slider-vert-scale-has-marks-below@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/titlebutton-close-active.png b/.themes/papirus-dark/gtk-3.0/assets/titlebutton-close-active.png new file mode 100644 index 00000000..4711ff73 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/titlebutton-close-active.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/titlebutton-close-active@2.png b/.themes/papirus-dark/gtk-3.0/assets/titlebutton-close-active@2.png new file mode 100644 index 00000000..c88699c9 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/titlebutton-close-active@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/titlebutton-close-backdrop.png b/.themes/papirus-dark/gtk-3.0/assets/titlebutton-close-backdrop.png new file mode 100644 index 00000000..2319765a Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/titlebutton-close-backdrop.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/titlebutton-close-backdrop@2.png b/.themes/papirus-dark/gtk-3.0/assets/titlebutton-close-backdrop@2.png new file mode 100644 index 00000000..caa9d3bc Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/titlebutton-close-backdrop@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/titlebutton-close-hover.png b/.themes/papirus-dark/gtk-3.0/assets/titlebutton-close-hover.png new file mode 100644 index 00000000..6afa0b2e Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/titlebutton-close-hover.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/titlebutton-close-hover@2.png b/.themes/papirus-dark/gtk-3.0/assets/titlebutton-close-hover@2.png new file mode 100644 index 00000000..19ea69e5 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/titlebutton-close-hover@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/titlebutton-close.png b/.themes/papirus-dark/gtk-3.0/assets/titlebutton-close.png new file mode 100644 index 00000000..50bc4b01 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/titlebutton-close.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/titlebutton-close@2.png b/.themes/papirus-dark/gtk-3.0/assets/titlebutton-close@2.png new file mode 100644 index 00000000..aae3bd7a Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/titlebutton-close@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/titlebutton-maximize-active.png b/.themes/papirus-dark/gtk-3.0/assets/titlebutton-maximize-active.png new file mode 100644 index 00000000..b78d6414 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/titlebutton-maximize-active.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/titlebutton-maximize-active@2.png b/.themes/papirus-dark/gtk-3.0/assets/titlebutton-maximize-active@2.png new file mode 100644 index 00000000..d2596ffe Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/titlebutton-maximize-active@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/titlebutton-maximize-backdrop.png b/.themes/papirus-dark/gtk-3.0/assets/titlebutton-maximize-backdrop.png new file mode 100644 index 00000000..177bc93e Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/titlebutton-maximize-backdrop.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/titlebutton-maximize-backdrop@2.png b/.themes/papirus-dark/gtk-3.0/assets/titlebutton-maximize-backdrop@2.png new file mode 100644 index 00000000..85982315 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/titlebutton-maximize-backdrop@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/titlebutton-maximize-hover.png b/.themes/papirus-dark/gtk-3.0/assets/titlebutton-maximize-hover.png new file mode 100644 index 00000000..b728a552 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/titlebutton-maximize-hover.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/titlebutton-maximize-hover@2.png b/.themes/papirus-dark/gtk-3.0/assets/titlebutton-maximize-hover@2.png new file mode 100644 index 00000000..3823ec5b Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/titlebutton-maximize-hover@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/titlebutton-maximize.png b/.themes/papirus-dark/gtk-3.0/assets/titlebutton-maximize.png new file mode 100644 index 00000000..8d7a4642 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/titlebutton-maximize.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/titlebutton-maximize@2.png b/.themes/papirus-dark/gtk-3.0/assets/titlebutton-maximize@2.png new file mode 100644 index 00000000..949b4509 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/titlebutton-maximize@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/titlebutton-minimize-active.png b/.themes/papirus-dark/gtk-3.0/assets/titlebutton-minimize-active.png new file mode 100644 index 00000000..7710ab41 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/titlebutton-minimize-active.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/titlebutton-minimize-active@2.png b/.themes/papirus-dark/gtk-3.0/assets/titlebutton-minimize-active@2.png new file mode 100644 index 00000000..1190bc9d Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/titlebutton-minimize-active@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/titlebutton-minimize-backdrop.png b/.themes/papirus-dark/gtk-3.0/assets/titlebutton-minimize-backdrop.png new file mode 100644 index 00000000..948e8046 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/titlebutton-minimize-backdrop.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/titlebutton-minimize-backdrop@2.png b/.themes/papirus-dark/gtk-3.0/assets/titlebutton-minimize-backdrop@2.png new file mode 100644 index 00000000..281503e9 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/titlebutton-minimize-backdrop@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/titlebutton-minimize-hover.png b/.themes/papirus-dark/gtk-3.0/assets/titlebutton-minimize-hover.png new file mode 100644 index 00000000..ac7c630d Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/titlebutton-minimize-hover.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/titlebutton-minimize-hover@2.png b/.themes/papirus-dark/gtk-3.0/assets/titlebutton-minimize-hover@2.png new file mode 100644 index 00000000..bfec1b71 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/titlebutton-minimize-hover@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/titlebutton-minimize.png b/.themes/papirus-dark/gtk-3.0/assets/titlebutton-minimize.png new file mode 100644 index 00000000..3b0226eb Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/titlebutton-minimize.png differ diff --git a/.themes/papirus-dark/gtk-3.0/assets/titlebutton-minimize@2.png b/.themes/papirus-dark/gtk-3.0/assets/titlebutton-minimize@2.png new file mode 100644 index 00000000..c4684692 Binary files /dev/null and b/.themes/papirus-dark/gtk-3.0/assets/titlebutton-minimize@2.png differ diff --git a/.themes/papirus-dark/gtk-3.0/gtk.css b/.themes/papirus-dark/gtk-3.0/gtk.css new file mode 100644 index 00000000..b866c3b5 --- /dev/null +++ b/.themes/papirus-dark/gtk-3.0/gtk.css @@ -0,0 +1,4146 @@ +* { + padding: 0; + -GtkToolButton-icon-spacing: 4; + -GtkTextView-error-underline-color: #ed1515; + -GtkCheckButton-indicator-size: 16; + -GtkCheckMenuItem-indicator-size: 16; + -GtkScrolledWindow-scrollbar-spacing: 0; + -GtkScrolledWindow-scrollbars-within-bevel: 1; + -GtkToolItemGroup-expander-size: 11; + -GtkExpander-expander-size: 16; + -GtkTreeView-expander-size: 11; + -GtkTreeView-horizontal-separator: 4; + -GtkMenu-horizontal-padding: 0; + -GtkMenu-vertical-padding: 0; + -GtkWidget-link-color: #98d4f3; + -GtkWidget-visited-link-color: #6d6d6d; + -GtkWidget-focus-padding: 2; + -GtkWidget-focus-line-width: 1; + -GtkWidget-text-handle-width: 20; + -GtkWidget-text-handle-height: 20; + -GtkDialog-button-spacing: 4; + -GtkDialog-action-area-border: 0; + -GtkStatusbar-shadow-type: none; + outline-width: 0px; } + +/*************** + * Base States * + ***************/ +.background { + color: #EEEFF0; + background-color: #222222; } +.background:backdrop { + text-shadow: none; + -gtk-icon-shadow: none; + color: #EEEFF0; + background-color: #222222; } + +*:disabled { + -gtk-icon-effect: dim; } + +/* + These wildcard seems unavoidable, need to investigate. + Wildcards are bad and troublesome, use them with care, + or better, just don't. + Everytime a wildcard is used a kitten dies, painfully. +*/ +.gtkstyle-fallback { + background-color: #222222; + color: #EEEFF0; } +.gtkstyle-fallback:hover { + background-color: #485057; + color: #EEEFF0; } +.gtkstyle-fallback:active { + background-color: #1a1d1f; + color: #EEEFF0; } +.gtkstyle-fallback:disabled { + background-color: #3f3f3f; + color: #909396; } +.gtkstyle-fallback:selected { + background-color: #363636; + color: #EEEFF0; } + +view, .view { + color: #EEEFF0; + background-color: #222222; } +view:selected, .view:selected, calendar:selected { + border-radius: 3px; } + +view.rubberband, .view.rubberband, rubberband, .rubberband { + border: 1px solid #363636; + background-color: rgba(146, 146, 146, 0.2); } + +.label.separator, placessidebar.sidebar .view .label.separator { + color: #EEEFF0; } +.label:disabled { + color: #909396; } + +.dim-label, .label.separator, placessidebar.sidebar .view .label.separator, .titlebar .subtitle, +headerbar .subtitle { + opacity: 0.55; + text-shadow: none; } + +assistant .sidebar { + background-color: #222222; + border-top: 1px solid #6d6d6d; } + assistant .sidebar:dir(ltr) { + border-right: 1px solid #6d6d6d; } + assistant .sidebar:dir(rtl) { + border-left: 1px solid #6d6d6d; } + assistant .sidebar:backdrop { + background-color: #25292c; + border-color: #63686c; } +assistant.csd .sidebar { + border-top-style: none; } +assistant .sidebar .label { + padding: 6px 12px; } +assistant .sidebar .label.highlight { + background-color: #575b5f; } + +textview { + background-color: #2a2e32; } + textview text selection { } + +.grid-child { + padding: 3px; + border-radius: 3px; } + +popover.osd, .app-notification, +.app-notification.frame, .osd { + color: #EEEFF0; + border: 1px solid #222222; + background-color: rgba(35, 38, 41, 0.8); + background-clip: padding-box; + outline-color: rgba(238, 239, 240, 0.3); + text-shadow: none; + -gtk-icon-shadow: none; } + popover.osd:backdrop, .app-notification:backdrop, .osd:backdrop { + text-shadow: none; } + +/********************* + * Spinner Animation * + *********************/ +@keyframes spin { + to { + -gtk-icon-transform: rotate(1turn); } } +.spinner { + background-image: none; + background-color: blue; + opacity: 0; + -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); } + .spinner:active { + opacity: 1; + animation: spin 1s linear infinite; } + .spinner:active:disabled { + opacity: 0.5; } + +/**************** + * Text Entries * + ****************/ +entry { + border: 1px solid; + padding: 5px 8px 6px; + border-radius: 3px; + transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); + background-color: #222222; + background-image: none; + color: #EEEFF0; + border-color: #6d6d6d; } + entry.image.left { + padding-left: 0; } + entry.image.right { + padding-right: 0; } + entry.flat, entry.flat:focus { + padding: 2px; + background-color: #222222; + background-image: none; + color: #EEEFF0; + border-color: #6d6d6d; + border: none; + border-radius: 0; } + entry:focus { + background-color: #222222; + background-image: none; + border-color: #363636; } + entry:disabled { + background-color: #222222; + background-image: none; + color: #909396; + border-color: #6d6d6d; + background-color: #3f3f3f; + box-shadow: none; } + entry:backdrop { + background-color: #222222; + background-image: none; + color: #EEEFF0; + border-color: #6d6d6d; + background-color: #222222; + box-shadow: none; } + entry:backdrop:disabled { + background-color: #222222; + background-image: none; + color: #909396; + border-color: #6d6d6d; + background-color: #3f3f3f; + box-shadow: none; } + entry progressbar { + margin: 1px; + border-radius: 0; + border-width: 0 0 2px; + border-color: #363636; + border-style: solid; + background-image: none; + background-color: transparent; + box-shadow: none; } + entry progressbar:backdrop { + background-color: transparent; } + .linked > entry { + border-radius: 0; } + .linked > entry:first-child { + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; } + .linked > entry:first-child:dir(rtl) { + border-right-style: none; } + .linked > entry:last-child { + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; + border-left-style: none; } + .linked > entry:last-child:dir(rtl) { + border-left-style: solid; } + entry.error { + color: #ed1515; + border-color: #4a0606; } + entry.error:focus { + background-color: #222222; + background-image: none; + border-color: #4a0606; } + entry.error:selected, entry.error:selected:focus { + background-color: #ed1515; } + entry.warning { + color: #f67400; + border-color: #442000; } + entry.warning:focus { + background-color: #222222; + background-image: none; + border-color: #442000; } + entry.warning:selected, entry.warning:selected:focus { + background-color: #f67400; } + entry.image { + color: #c5c7c8; } + entry.image:hover { + color: #EEEFF0; } + entry.image:active { + color: #363636; } + entry.image:backdrop { + color: #54585c; } + .osd entry { + background-color: #222222; + background-image: none; + color: #EEEFF0; + border-color: rgba(0, 0, 0, 0.7); + background-color: rgba(35, 38, 41, 0.8); + background-clip: padding-box; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; } + .osd entry:focus { + background-color: #222222; + background-image: none; + color: #EEEFF0; + border-color: #363636; + background-color: rgba(35, 38, 41, 0.8); + background-clip: padding-box; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; } + .osd entry:backdrop { + background-color: #222222; + background-image: none; + color: #EEEFF0; + border-color: rgba(0, 0, 0, 0.7); + background-color: rgba(0, 0, 0, 0.7); + background-clip: padding-box; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; } + .osd entry:disabled { + background-color: #222222; + background-image: none; + color: #898b8d; + border-color: rgba(0, 0, 0, 0.7); + background-color: shade(#EEEFF0, 0.3); + background-clip: padding-box; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; } + +.linked.vertical > entry:not(:last-child) { + box-shadow: none; } +.linked.vertical > entry:focus:not(:last-child) { + box-shadow: inset 0 0 0 1px #363636; } +.linked.vertical > entry:not(:disabled) + entry:not(:disabled) { + border-top-color: #383b3f; + background-image: linear-gradient(to bottom, #222222); } + .linked.vertical > entry:not(:disabled) + entry:not(:disabled):backdrop { + border-top-color: #383c3f; + background-image: linear-gradient(to bottom, #25292c); } +.linked.vertical > entry + entry:focus:not(:last-child) { + border-top-color: #363636; + box-shadow: inset 0 0 0 1px #363636; } +.linked.vertical > entry + entry:focus:last-child { + border-top-color: #363636; } +.linked.vertical > entry:focus:not(:only-child) + entry, +.linked.vertical > entry:focus:not(:only-child) + button, +.linked.vertical > entry:focus:not(:only-child) + combobox > button, +.linked.vertical > entry:focus:not(:only-child) + comboboxText > button { + border-top-color: #363636; } + +/*********** + * Buttons * + ***********/ +@keyframes needs_attention { + from { + background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#b9b9b9), to(transparent)); } + to { + background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#363636), to(transparent)); } } +button, headerbar button.titlebutton, +.titlebar button.titlebutton { + border: 1px solid; + border-radius: 3px; + padding: 5px 8px 6px; + box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); + color: #EEEFF0; + border-color: #6d6d6d; + background-image: linear-gradient(to bottom, #3c3c3c, #363636); } + button.flat, headerbar .titlebutton.button, + .titlebar .titlebutton.button { + border-color: rgba(255, 255, 255, 0); + background-color: transparent; + background-image: none; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; + transition: none; } + button.flat:hover, headerbar .titlebutton.button:hover, + .titlebar .titlebutton.button:hover { + transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); + transition-duration: 500ms; } + button.flat:hover:active, headerbar .titlebutton.button:hover:active, + .titlebar .titlebutton.button:hover:active { + transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } + button:hover, headerbar button.titlebutton:hover, + .titlebar button.titlebutton:hover { + color: #EEEFF0; + border-color: #363636; + background-image: linear-gradient(to bottom, #363636, #363636); + -gtk-icon-effect: highlight; } + button:active, headerbar button.titlebutton:active, + .titlebar button.titlebutton:active, button:checked, headerbar button.titlebutton:checked, + .titlebar button.titlebutton:checked { + color: #222222; + border-color: #6d6d6d; + background-image: linear-gradient(to bottom, #363636, shade(#363636, 0.8)); + transition-duration: 50ms; } + button:active:hover, button:checked:hover { + color: #222222; + border-color: #6d6d6d; + background-image: linear-gradient(to bottom, #888888, #888888); } + button.flat:backdrop, headerbar .titlebutton.button:backdrop, + .titlebar .titlebutton.button:backdrop, button.flat:disabled, headerbar .titlebutton.button:disabled, + .titlebar .titlebutton.button:disabled, button.flat:backdrop:disabled, headerbar .titlebutton.button:backdrop:disabled, + .titlebar .titlebutton.button:backdrop:disabled { + border-color: rgba(255, 255, 255, 0); + background-color: transparent; + background-image: none; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; } + button:disabled, headerbar button.titlebutton:disabled, + .titlebar button.titlebutton:disabled { + color: #909396; + border-color: #6d6d6d; + background-image: linear-gradient(to bottom, #3f3f3f); + text-shadow: none; + -gtk-icon-shadow: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 239, 240, 0.1); } + button:disabled > .label, headerbar button.titlebutton:disabled > .label, + .titlebar button.titlebutton:disabled > .label { + color: inherit; } + button:disabled:active, button:disabled:checked { + color: #909396; + border-color: #6d6d6d; + background-image: linear-gradient(to bottom, #3f4449, #3f3f3f); } + button:disabled:active > .label, headerbar button.titlebutton:disabled:active > .label, + .titlebar button.titlebutton:disabled:active > .label, button:disabled:checked > .label, headerbar button.titlebutton:disabled:checked > .label, + .titlebar button.titlebutton:disabled:checked > .label { + color: inherit; } + button.osd, headerbar .osd.button.titlebutton, + .titlebar .osd.button.titlebutton { + color: #EEEFF0; + border-radius: 5px; + outline-color: rgba(238, 239, 240, 0.3); + color: #EEEFF0; + border-color: #6d6d6d; + background-image: none; + background-color: #222222; + background-clip: padding-box; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; + font-weight: normal; + border: none; + box-shadow: none; } + button.osd.image-button, headerbar .osd.titlebutton.button, + .titlebar .osd.titlebutton.button { + padding: 13px; } + button.osd:hover { + color: #EEEFF0; + border-color: #363636; + background-image: none; + background-clip: padding-box; + text-shadow: none; + -gtk-icon-shadow: none; + border: none; + box-shadow: none; } + button.osd:active, button.osd:checked { + color: #EEEFF0; + border-color: rgba(35, 38, 41, 0.8); + background-image: linear-gradient(to bottom, #363636, shade(#363636, 0.8)); + background-clip: padding-box; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; + border: none; + box-shadow: none; } + button.osd:disabled, button.osd:backdrop:disabled { + color: #909396; + border-color: #3f3f3f; + background-image: none; + background-clip: padding-box; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; + border: none; } + button.osd:backdrop { + background-clip: padding-box; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; + border: none; } + .osd button, .osd headerbar button.titlebutton, headerbar .osd button.titlebutton, + .osd .titlebar button.titlebutton, + .titlebar .osd button.titlebutton { + color: #EEEFF0; + border-color: #6d6d6d; + background-image: none; + background-color: #222222; + background-clip: padding-box; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; + font-weight: normal; + border-radius: 3px; + border-style: solid; } + .osd button:dir(rtl) { + border-radius: 3px; } + .osd button:first-child { + border-radius: 3px 3px 3px 3px; } + .osd button:last-child { + border-radius: 3px 3px 3px 3px; } + .osd button:last-child:dir(rtl) { + border-right-style: solid; } + .osd button:only-child { + border-radius: 3px; + border-style: solid; } + .osd button:hover { + color: #EEEFF0; + border-color: #363636; + background-image: none; + background-clip: padding-box; + text-shadow: none; + -gtk-icon-shadow: none; } + .osd button:active, .osd button:checked, .osd button:backdrop:active, .osd button:backdrop:checked { + color: #EEEFF0; + border-color: rgba(35, 38, 41, 0.8); + background-image: linear-gradient(to bottom, #363636, shade(#363636, 0.8)); + background-clip: padding-box; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; } + .osd button:disabled, .osd button:backdrop:disabled { + color: #909396; + border-color: #3f3f3f; + background-image: none; + background-clip: padding-box; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; } + .osd button:backdrop { + background-clip: padding-box; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; } + .osd button.flat, .osd headerbar .titlebutton.button, headerbar .osd .titlebutton.button, + .osd .titlebar .titlebutton.button, + .titlebar .osd .titlebutton.button { + border-color: rgba(255, 255, 255, 0); + background-color: transparent; + background-image: none; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; + font-weight: normal; } + .osd button.flat:hover, .osd headerbar .titlebutton.button:hover, headerbar .osd .titlebutton.button:hover, + .osd .titlebar .titlebutton.button:hover, + .titlebar .osd .titlebutton.button:hover { + color: #EEEFF0; + border-color: #363636; + background-image: none; + background-clip: padding-box; + text-shadow: none; + -gtk-icon-shadow: none; + background-clip: padding-box; + box-shadow: none; } + .osd button.flat:disabled, .osd headerbar .titlebutton.button:disabled, headerbar .osd .titlebutton.button:disabled, + .osd .titlebar .titlebutton.button:disabled, + .titlebar .osd .titlebutton.button:disabled { + color: #909396; + border-color: #3f3f3f; + background-image: none; + background-clip: padding-box; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; + background-image: none; + border-color: transparent; + box-shadow: none; } + .osd button.flat:backdrop, .osd headerbar .titlebutton.button:backdrop, headerbar .osd .titlebutton.button:backdrop, + .osd .titlebar .titlebutton.button:backdrop, + .titlebar .osd .titlebutton.button:backdrop { + border-color: rgba(255, 255, 255, 0); + background-color: transparent; + background-image: none; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; } + .osd button.flat:active, .osd headerbar .titlebutton.button:active, headerbar .osd .titlebutton.button:active, + .osd .titlebar .titlebutton.button:active, + .titlebar .osd .titlebutton.button:active, .osd button.flat:checked, .osd headerbar .titlebutton.button:checked, headerbar .osd .titlebutton.button:checked, + .osd .titlebar .titlebutton.button:checked, + .titlebar .osd .titlebutton.button:checked { + color: #EEEFF0; + border-color: rgba(35, 38, 41, 0.8); + background-image: linear-gradient(to bottom, #363636, shade(#363636, 0.8)); + background-clip: padding-box; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; + background-clip: padding-box; + border-color: transparent; + box-shadow: none; } + button.suggested-action, headerbar .suggested-action.button.titlebutton, + .titlebar .suggested-action.button.titlebutton { + box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); + color: #222222; + border-color: #363636; + background-image: linear-gradient(to bottom, #46b1e9, #3dade8); } + button.suggested-action.flat, headerbar .suggested-action.titlebutton.button, + .titlebar .suggested-action.titlebutton.button { + border-color: rgba(255, 255, 255, 0); + background-color: transparent; + background-image: none; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; + color: #363636; } + button.suggested-action:hover { + color: white; + border-color: #363636; + background-image: linear-gradient(to bottom, #3dade8, #3dade8); } + button.suggested-action:active, button.suggested-action:checked { + color: white; + border-color: #363636; + background-image: linear-gradient(to bottom, #363636, shade(#363636, 0.8)); } + button.suggested-action:backdrop, button.suggested-action.flat:backdrop, headerbar .suggested-action.titlebutton.button:backdrop, + .titlebar .suggested-action.titlebutton.button:backdrop { + color: white; + border-color: #363636; + background-image: linear-gradient(to bottom, #363636); + text-shadow: none; + -gtk-icon-shadow: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 239, 240, 0); } + button.suggested-action:backdrop:active, button.suggested-action:backdrop:checked, button.suggested-action.flat:backdrop:active, headerbar .suggested-action.titlebutton.button:backdrop:active, + .titlebar .suggested-action.titlebutton.button:backdrop:active, button.suggested-action.flat:backdrop:checked, headerbar .suggested-action.titlebutton.button:backdrop:checked, + .titlebar .suggested-action.titlebutton.button:backdrop:checked { + color: #d1eaf7; + border-color: #363636; + background-image: linear-gradient(to bottom, #1a97d8); + box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 239, 240, 0); } + button.suggested-action:backdrop:disabled, button.suggested-action.flat:backdrop:disabled, headerbar .suggested-action.titlebutton.button:backdrop:disabled, + .titlebar .suggested-action.titlebutton.button:backdrop:disabled { + color: #545c65; + border-color: #63686c; + background-image: linear-gradient(to bottom, #3f3f3f); + text-shadow: none; + -gtk-icon-shadow: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0); } + button.suggested-action:backdrop:disabled > .label, headerbar .suggested-action.button.titlebutton:backdrop:disabled > .label, + .titlebar .suggested-action.button.titlebutton:backdrop:disabled > .label, button.suggested-action.flat:backdrop:disabled > .label, headerbar .suggested-action.titlebutton.button:backdrop:disabled > .label, + .titlebar .suggested-action.titlebutton.button:backdrop:disabled > .label { + color: inherit; } + button.suggested-action:backdrop:disabled:active, button.suggested-action:backdrop:disabled:checked, button.suggested-action.flat:backdrop:disabled:active, headerbar .suggested-action.titlebutton.button:backdrop:disabled:active, + .titlebar .suggested-action.titlebutton.button:backdrop:disabled:active, button.suggested-action.flat:backdrop:disabled:checked, headerbar .suggested-action.titlebutton.button:backdrop:disabled:checked, + .titlebar .suggested-action.titlebutton.button:backdrop:disabled:checked { + color: #79b4d2; + border-color: #363636; + background-image: linear-gradient(to bottom, #318bba); } + button.suggested-action:backdrop:disabled:active > .label, headerbar .suggested-action.button.titlebutton:backdrop:disabled:active > .label, + .titlebar .suggested-action.button.titlebutton:backdrop:disabled:active > .label, button.suggested-action:backdrop:disabled:checked > .label, headerbar .suggested-action.button.titlebutton:backdrop:disabled:checked > .label, + .titlebar .suggested-action.button.titlebutton:backdrop:disabled:checked > .label, button.suggested-action.flat:backdrop:disabled:active > .label, headerbar .suggested-action.titlebutton.button:backdrop:disabled:active > .label, + .titlebar .suggested-action.titlebutton.button:backdrop:disabled:active > .label, button.suggested-action.flat:backdrop:disabled:checked > .label, headerbar .suggested-action.titlebutton.button:backdrop:disabled:checked > .label, + .titlebar .suggested-action.titlebutton.button:backdrop:disabled:checked > .label { + color: inherit; } + button.suggested-action.flat:backdrop, headerbar .suggested-action.titlebutton.button:backdrop, + .titlebar .suggested-action.titlebutton.button:backdrop, button.suggested-action.flat:disabled, headerbar .suggested-action.titlebutton.button:disabled, + .titlebar .suggested-action.titlebutton.button:disabled, button.suggested-action.flat:backdrop:disabled, headerbar .suggested-action.titlebutton.button:backdrop:disabled, + .titlebar .suggested-action.titlebutton.button:backdrop:disabled { + border-color: rgba(255, 255, 255, 0); + background-color: transparent; + background-image: none; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; + color: rgba(146, 146, 146, 0.8); } + button.suggested-action:disabled { + background-color: transparent; + color: shade(#EEEFF0, 0.5); } + button.suggested-action:disabled:active, button.suggested-action:disabled:checked { + background-color: transparent; + color: shade(#EEEFF0, 0.5); } + .osd button.suggested-action { + color: #EEEFF0; + border-color: #6d6d6d; + background-image: none; + background-color: #222222; + background-clip: padding-box; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; + font-weight: normal; } + .osd button.suggested-action:hover { + color: #EEEFF0; + border-color: #363636; + background-image: none; + background-clip: padding-box; + text-shadow: none; + -gtk-icon-shadow: none; } + .osd button.suggested-action:active, .osd button.suggested-action:checked, .osd button.suggested-action:backdrop:active, .osd button.suggested-action:backdrop:checked { + color: #EEEFF0; + border-color: rgba(35, 38, 41, 0.8); + background-image: linear-gradient(to bottom, #363636, shade(#363636, 0.8)); + background-clip: padding-box; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; } + .osd button.suggested-action:disabled, .osd button.suggested-action:backdrop:disabled { + color: #909396; + border-color: #3f3f3f; + background-image: none; + background-clip: padding-box; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; } + .osd button.suggested-action:backdrop { + background-clip: padding-box; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; } + button.destructive-action, headerbar .destructive-action.button.titlebutton, + .titlebar .destructive-action.button.titlebutton { + box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); + color: #222222; + border-color: #d51010; + background-image: linear-gradient(to bottom, #df1111, #d51010); } + button.destructive-action.flat, headerbar .destructive-action.titlebutton.button, + .titlebar .destructive-action.titlebutton.button { + border-color: rgba(255, 255, 255, 0); + background-color: transparent; + background-image: none; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; + color: #d51010; } + button.destructive-action:hover { + color: white; + border-color: #d51010; + background-image: linear-gradient(to bottom, #d51010, #d51010); } + button.destructive-action:active, button.destructive-action:checked { + color: white; + border-color: #d51010; + background-image: linear-gradient(to bottom, #d51010, shade(#d51010, 0.8)); } + button.destructive-action:backdrop, button.destructive-action.flat:backdrop, headerbar .destructive-action.titlebutton.button:backdrop, + .titlebar .destructive-action.titlebutton.button:backdrop { + color: white; + border-color: #d51010; + background-image: linear-gradient(to bottom, #d51010); + text-shadow: none; + -gtk-icon-shadow: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 239, 240, 0); } + button.destructive-action:backdrop:active, button.destructive-action:backdrop:checked, button.destructive-action.flat:backdrop:active, headerbar .destructive-action.titlebutton.button:backdrop:active, + .titlebar .destructive-action.titlebutton.button:backdrop:active, button.destructive-action.flat:backdrop:checked, headerbar .destructive-action.titlebutton.button:backdrop:checked, + .titlebar .destructive-action.titlebutton.button:backdrop:checked { + color: #edcece; + border-color: #d51010; + background-image: linear-gradient(to bottom, #a60c0c); + box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 239, 240, 0); } + button.destructive-action:backdrop:disabled, button.destructive-action.flat:backdrop:disabled, headerbar .destructive-action.titlebutton.button:backdrop:disabled, + .titlebar .destructive-action.titlebutton.button:backdrop:disabled { + color: #545c65; + border-color: #63686c; + background-image: linear-gradient(to bottom, #3f3f3f); + text-shadow: none; + -gtk-icon-shadow: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0); } + button.destructive-action:backdrop:disabled > .label, headerbar .destructive-action.button.titlebutton:backdrop:disabled > .label, + .titlebar .destructive-action.button.titlebutton:backdrop:disabled > .label, button.destructive-action.flat:backdrop:disabled > .label, headerbar .destructive-action.titlebutton.button:backdrop:disabled > .label, + .titlebar .destructive-action.titlebutton.button:backdrop:disabled > .label { + color: inherit; } + button.destructive-action:backdrop:disabled:active, button.destructive-action:backdrop:disabled:checked, button.destructive-action.flat:backdrop:disabled:active, headerbar .destructive-action.titlebutton.button:backdrop:disabled:active, + .titlebar .destructive-action.titlebutton.button:backdrop:disabled:active, button.destructive-action.flat:backdrop:disabled:checked, headerbar .destructive-action.titlebutton.button:backdrop:disabled:checked, + .titlebar .destructive-action.titlebutton.button:backdrop:disabled:checked { + color: #c36465; + border-color: #d51010; + background-image: linear-gradient(to bottom, #a31112); } + button.destructive-action:backdrop:disabled:active > .label, headerbar .destructive-action.button.titlebutton:backdrop:disabled:active > .label, + .titlebar .destructive-action.button.titlebutton:backdrop:disabled:active > .label, button.destructive-action:backdrop:disabled:checked > .label, headerbar .destructive-action.button.titlebutton:backdrop:disabled:checked > .label, + .titlebar .destructive-action.button.titlebutton:backdrop:disabled:checked > .label, button.destructive-action.flat:backdrop:disabled:active > .label, headerbar .destructive-action.titlebutton.button:backdrop:disabled:active > .label, + .titlebar .destructive-action.titlebutton.button:backdrop:disabled:active > .label, button.destructive-action.flat:backdrop:disabled:checked > .label, headerbar .destructive-action.titlebutton.button:backdrop:disabled:checked > .label, + .titlebar .destructive-action.titlebutton.button:backdrop:disabled:checked > .label { + color: inherit; } + button.destructive-action.flat:backdrop, headerbar .destructive-action.titlebutton.button:backdrop, + .titlebar .destructive-action.titlebutton.button:backdrop, button.destructive-action.flat:disabled, headerbar .destructive-action.titlebutton.button:disabled, + .titlebar .destructive-action.titlebutton.button:disabled, button.destructive-action.flat:backdrop:disabled, headerbar .destructive-action.titlebutton.button:backdrop:disabled, + .titlebar .destructive-action.titlebutton.button:backdrop:disabled { + border-color: rgba(255, 255, 255, 0); + background-color: transparent; + background-image: none; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; + color: rgba(213, 16, 16, 0.8); } + button.destructive-action:disabled { + background-color: transparent; + color: shade(#EEEFF0, 0.5); } + button.destructive-action:disabled:active, button.destructive-action:disabled:checked { + background-color: transparent; + color: shade(#EEEFF0, 0.5); } + .osd button.destructive-action { + color: #EEEFF0; + border-color: #6d6d6d; + background-image: none; + background-color: #222222; + background-clip: padding-box; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; + font-weight: normal; } + .osd button.destructive-action:hover { + color: #EEEFF0; + border-color: #363636; + background-image: none; + background-clip: padding-box; + text-shadow: none; + -gtk-icon-shadow: none; } + .osd button.destructive-action:active, .osd button.destructive-action:checked, .osd button.destructive-action:backdrop:active, .osd button.destructive-action:backdrop:checked { + color: #EEEFF0; + border-color: rgba(35, 38, 41, 0.8); + background-image: linear-gradient(to bottom, #d51010, shade(#d51010, 0.8)); + background-clip: padding-box; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; } + .osd button.destructive-action:disabled, .osd button.destructive-action:backdrop:disabled { + color: #909396; + border-color: #3f3f3f; + background-image: none; + background-clip: padding-box; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; } + .osd button.destructive-action:backdrop { + background-clip: padding-box; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; } + button.image-button, headerbar .titlebutton.button, + .titlebar .titlebutton.button { + padding: 8px; } + button.text-button, headerbar .text-button.button.titlebutton, + .titlebar .text-button.button.titlebutton { + padding-left: 16px; + padding-right: 16px; } + button.text-button.image-button, headerbar .text-button.titlebutton.button, + .titlebar .text-button.titlebutton.button { + padding: 5px 8px 6px; } + button.text-button.image-button .label:first-child, headerbar .text-button.titlebutton.button .label:first-child, + .titlebar .text-button.titlebutton.button .label:first-child { + padding-left: 8px; } + button.text-button.image-button .label:last-child, headerbar .text-button.titlebutton.button .label:last-child, + .titlebar .text-button.titlebutton.button .label:last-child { + padding-right: 8px; } + .stack-switcher > button, headerbar .stack-switcher > button.titlebutton, + .titlebar .stack-switcher > button.titlebutton { + outline-offset: -3px; } + .stack-switcher > button > .label { + padding-left: 6px; + padding-right: 6px; } + .stack-switcher > button > image, headerbar .stack-switcher > button.titlebutton > image, + .titlebar .stack-switcher > button.titlebutton > image { + padding-left: 6px; + padding-right: 6px; + padding-top: 3px; + padding-bottom: 3px; } + .stack-switcher > button.text-button, headerbar .stack-switcher > .text-button.button.titlebutton, + .titlebar .stack-switcher > .text-button.button.titlebutton { + padding: 5px 10px 6px; } + .stack-switcher > button.image-button, headerbar .stack-switcher > .titlebutton.button, + .titlebar .stack-switcher > .titlebutton.button { + padding: 5px 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; } + .inline-toolbar button, .inline-toolbar headerbar button.titlebutton, headerbar .inline-toolbar button.titlebutton, + .inline-toolbar .titlebar button.titlebutton, + .titlebar .inline-toolbar button.titlebutton, .inline-toolbar button:backdrop { + border-radius: 2px; + border-width: 1px; } + .primary-toolbar button, .primary-toolbar headerbar button.titlebutton, headerbar .primary-toolbar button.titlebutton, + .primary-toolbar .titlebar button.titlebutton, + .titlebar .primary-toolbar button.titlebutton { + -gtk-icon-shadow: none; } + +.stack-switcher > button.needs-attention > .label, .stack-switcher > button.needs-attention > image, .sidebar-item.needs-attention > .label { + animation: needs_attention 150ms ease-in; + background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#b9b9b9), to(transparent)), -gtk-gradient(radial, center center, 0, center center, 0.45, to(rgba(0, 0, 0, 0.83059)), to(transparent)); + background-size: 6px 6px, 6px 6px; + background-repeat: no-repeat; + background-position: right 3px, right 2px; } + .stack-switcher > button.needs-attention > .label:backdrop, .stack-switcher > button.needs-attention > image:backdrop, .sidebar-item.needs-attention > .label:backdrop { + background-size: 6px 6px, 0 0; } + .stack-switcher > button.needs-attention > .label:dir(rtl), .stack-switcher > button.needs-attention > image:dir(rtl), .sidebar-item.needs-attention > .label:dir(rtl) { + background-position: left 3px, left 2px; } + +.inline-toolbar toolbutton > button, .inline-toolbar headerbar toolbutton > button.titlebutton, headerbar .inline-toolbar toolbutton > button.titlebutton, +.inline-toolbar .titlebar toolbutton > button.titlebutton, +.titlebar .inline-toolbar toolbutton > button.titlebutton { + box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); + color: #EEEFF0; + border-color: #6d6d6d; + background-image: linear-gradient(to bottom, #3c3c3c, #363636); } + .inline-toolbar toolbutton > button:hover, .inline-toolbar headerbar toolbutton > button.titlebutton:hover, + .inline-toolbar .titlebar toolbutton > button.titlebutton:hover { + color: #EEEFF0; + border-color: #363636; + background-image: linear-gradient(to bottom, #363636, #363636); } + .inline-toolbar toolbutton > button:active, .inline-toolbar headerbar toolbutton > button.titlebutton:active, + .inline-toolbar .titlebar toolbutton > button.titlebutton:active, .inline-toolbar toolbutton > button:checked, .inline-toolbar headerbar toolbutton > button.titlebutton:checked, + .inline-toolbar .titlebar toolbutton > button.titlebutton:checked { + color: #222222; + border-color: #6d6d6d; + background-image: linear-gradient(to bottom, #363636, shade(#363636, 0.8)); } + .inline-toolbar toolbutton > button:disabled, .inline-toolbar headerbar toolbutton > button.titlebutton:disabled, + .inline-toolbar .titlebar toolbutton > button.titlebutton:disabled { + color: #909396; + border-color: #6d6d6d; + background-image: linear-gradient(to bottom, #3f3f3f); + text-shadow: none; + -gtk-icon-shadow: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 239, 240, 0.1); } + .inline-toolbar toolbutton > button:disabled > .label { + color: inherit; } + .inline-toolbar toolbutton > button:disabled:active, .inline-toolbar headerbar toolbutton > button.titlebutton:disabled:active, + .inline-toolbar .titlebar toolbutton > button.titlebutton:disabled:active, .inline-toolbar toolbutton > button:disabled:checked, .inline-toolbar headerbar toolbutton > button.titlebutton:disabled:checked, + .inline-toolbar .titlebar toolbutton > button.titlebutton:disabled:checked { + color: #909396; + border-color: #6d6d6d; + background-image: linear-gradient(to bottom, #3f4449, #3f3f3f); } + .inline-toolbar toolbutton > button:disabled:active > .label, .inline-toolbar toolbutton > button:disabled:checked > .label { + color: inherit; } + .inline-toolbar toolbutton > button:backdrop, .inline-toolbar headerbar toolbutton > button.titlebutton:backdrop, + .inline-toolbar .titlebar toolbutton > button.titlebutton:backdrop { + color: #EEEFF0; + border-color: #6d6d6d; + background-image: linear-gradient(to bottom, #222222); + text-shadow: none; + -gtk-icon-shadow: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 239, 240, 0); } + .inline-toolbar toolbutton > button:backdrop:active, .inline-toolbar headerbar toolbutton > button.titlebutton:backdrop:active, + .inline-toolbar .titlebar toolbutton > button.titlebutton:backdrop:active, .inline-toolbar toolbutton > button:backdrop:checked, .inline-toolbar headerbar toolbutton > button.titlebutton:backdrop:checked, + .inline-toolbar .titlebar toolbutton > button.titlebutton:backdrop:checked { + color: #646464; + border-color: #63686c; + background-image: linear-gradient(to bottom, #43484c); + box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 239, 240, 0); } + .inline-toolbar toolbutton > button:backdrop:disabled, .inline-toolbar headerbar toolbutton > button.titlebutton:backdrop:disabled, + .inline-toolbar .titlebar toolbutton > button.titlebutton:backdrop:disabled { + color: #545c65; + border-color: #63686c; + background-image: linear-gradient(to bottom, #3f3f3f); + text-shadow: none; + -gtk-icon-shadow: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0); } + .inline-toolbar toolbutton > button:backdrop:disabled > .label { + color: inherit; } + .inline-toolbar toolbutton > button:backdrop:disabled:active, .inline-toolbar headerbar toolbutton > button.titlebutton:backdrop:disabled:active, + .inline-toolbar .titlebar toolbutton > button.titlebutton:backdrop:disabled:active, .inline-toolbar toolbutton > button:backdrop:disabled:checked, .inline-toolbar headerbar toolbutton > button.titlebutton:backdrop:disabled:checked, + .inline-toolbar .titlebar toolbutton > button.titlebutton:backdrop:disabled:checked { + color: #545c65; + border-color: #63686c; + background-image: linear-gradient(to bottom, #2e3236); } + .inline-toolbar toolbutton > button:backdrop:disabled:active > .label, .inline-toolbar toolbutton > button:backdrop:disabled:checked > .label { + color: inherit; } + +.inline-toolbar toolbutton > button.flat:dir(rtl), .inline-toolbar headerbar toolbutton > button.titlebutton:dir(rtl), headerbar .inline-toolbar toolbutton > button.titlebutton:dir(rtl), +.inline-toolbar .titlebar toolbutton > button.titlebutton:dir(rtl), +.titlebar .inline-toolbar toolbutton > button.titlebutton:dir(rtl), +.inline-toolbar toolbutton:backdrop > button.flat:dir(rtl), .inline-toolbar.toolbar toolbutton:dir(rtl) > button.flat, .inline-toolbar toolbutton:dir(rtl) > button.flat, .inline-toolbar.search-bar toolbutton:dir(rtl) > button.flat, .inline-toolbar.location-bar toolbutton:dir(rtl) > button.flat, .inline-toolbar headerbar toolbutton:dir(rtl) > button.titlebutton, headerbar .inline-toolbar toolbutton:dir(rtl) > button.titlebutton, +.inline-toolbar .titlebar toolbutton:dir(rtl) > button.titlebutton, +.titlebar .inline-toolbar toolbutton:dir(rtl) > button.titlebutton, +.inline-toolbar.toolbar toolbutton:backdrop:dir(rtl) > button.flat, +.inline-toolbar toolbutton:backdrop:dir(rtl) > button.flat, +.inline-toolbar.search-bar toolbutton:backdrop:dir(rtl) > button.flat, +.inline-toolbar.location-bar toolbutton:backdrop:dir(rtl) > button.flat, +.inline-toolbar headerbar toolbutton:backdrop:dir(rtl) > button.titlebutton, +headerbar .inline-toolbar toolbutton:backdrop:dir(rtl) > button.titlebutton, +.inline-toolbar .titlebar toolbutton:backdrop:dir(rtl) > button.titlebutton, +.titlebar .inline-toolbar toolbutton:backdrop:dir(rtl) > button.titlebutton, .osd button:dir(rtl):hover, .osd button:dir(rtl):active, .osd button:dir(rtl):checked, .osd button:dir(rtl):disabled, .osd button:dir(rtl):backdrop, .osd button.suggested-action:dir(rtl), .osd button.destructive-action:dir(rtl), .inline-toolbar button:dir(rtl), .linked > button:dir(rtl), headerbar .linked > button.titlebutton:dir(rtl), +.titlebar .linked > button.titlebutton:dir(rtl), combobox.combobox-entry entry:dir(rtl), combobox.combobox-entry button:dir(rtl), .linked > combobox > button:dir(rtl) { + border-radius: 3px; } + +.osd button:first-child:hover, .osd button:first-child:active, .osd button:first-child:checked, .osd button:first-child:disabled, .osd button:first-child:backdrop, .osd button.suggested-action:first-child, .osd button.destructive-action:first-child, .inline-toolbar button:first-child, .linked > button:first-child, headerbar .linked > button.titlebutton:first-child, +.titlebar .linked > button.titlebutton:first-child, .inline-toolbar.toolbar toolbutton:first-child > button.flat, .inline-toolbar toolbutton:first-child > button.flat, .inline-toolbar.search-bar toolbutton:first-child > button.flat, .inline-toolbar.location-bar toolbutton:first-child > button.flat, .inline-toolbar headerbar toolbutton:first-child > button.titlebutton, headerbar .inline-toolbar toolbutton:first-child > button.titlebutton, +.inline-toolbar .titlebar toolbutton:first-child > button.titlebutton, +.titlebar .inline-toolbar toolbutton:first-child > button.titlebutton, +.inline-toolbar.toolbar toolbutton:backdrop:first-child > button.flat, +.inline-toolbar toolbutton:backdrop:first-child > button.flat, +.inline-toolbar.search-bar toolbutton:backdrop:first-child > button.flat, +.inline-toolbar.location-bar toolbutton:backdrop:first-child > button.flat, +.inline-toolbar headerbar toolbutton:backdrop:first-child > button.titlebutton, +headerbar .inline-toolbar toolbutton:backdrop:first-child > button.titlebutton, +.inline-toolbar .titlebar toolbutton:backdrop:first-child > button.titlebutton, +.titlebar .inline-toolbar toolbutton:backdrop:first-child > button.titlebutton, combobox.combobox-entry entry:first-child, combobox.combobox-entry button:first-child, .linked > combobox:first-child > button { + border-radius: 3px 3px 3px 3px; + border-left-style: solid; } +.osd button:last-child:hover, .osd button:last-child:active, .osd button:last-child:checked, .osd button:last-child:disabled, .osd button:last-child:backdrop, .osd button.suggested-action:last-child, .osd button.destructive-action:last-child, .inline-toolbar button:last-child, .linked > button:last-child, headerbar .linked > button.titlebutton:last-child, +.titlebar .linked > button.titlebutton:last-child, .inline-toolbar.toolbar toolbutton:last-child > button.flat, .inline-toolbar toolbutton:last-child > button.flat, .inline-toolbar.search-bar toolbutton:last-child > button.flat, .inline-toolbar.location-bar toolbutton:last-child > button.flat, .inline-toolbar headerbar toolbutton:last-child > button.titlebutton, headerbar .inline-toolbar toolbutton:last-child > button.titlebutton, +.inline-toolbar .titlebar toolbutton:last-child > button.titlebutton, +.titlebar .inline-toolbar toolbutton:last-child > button.titlebutton, +.inline-toolbar.toolbar toolbutton:backdrop:last-child > button.flat, +.inline-toolbar toolbutton:backdrop:last-child > button.flat, +.inline-toolbar.search-bar toolbutton:backdrop:last-child > button.flat, +.inline-toolbar.location-bar toolbutton:backdrop:last-child > button.flat, +.inline-toolbar headerbar toolbutton:backdrop:last-child > button.titlebutton, +headerbar .inline-toolbar toolbutton:backdrop:last-child > button.titlebutton, +.inline-toolbar .titlebar toolbutton:backdrop:last-child > button.titlebutton, +.titlebar .inline-toolbar toolbutton:backdrop:last-child > button.titlebutton, combobox.combobox-entry entry:last-child, combobox.combobox-entry button:last-child, .linked > combobox:last-child > button { + border-radius: 3px 3px 3px 3px; } + .osd button:last-child:dir(rtl):hover, .osd button:last-child:dir(rtl):active, .osd button:last-child:dir(rtl):checked, .osd button:last-child:dir(rtl):disabled, .osd button:last-child:dir(rtl):backdrop, .osd button.suggested-action:last-child:dir(rtl), .osd button.destructive-action:last-child:dir(rtl), .inline-toolbar button:last-child:dir(rtl), .linked > button:last-child:dir(rtl), headerbar .linked > button.titlebutton:last-child:dir(rtl), + .titlebar .linked > button.titlebutton:last-child:dir(rtl), .inline-toolbar toolbutton:last-child > button.flat:dir(rtl), .inline-toolbar headerbar toolbutton:last-child > button.titlebutton:dir(rtl), headerbar .inline-toolbar toolbutton:last-child > button.titlebutton:dir(rtl), + .inline-toolbar .titlebar toolbutton:last-child > button.titlebutton:dir(rtl), + .titlebar .inline-toolbar toolbutton:last-child > button.titlebutton:dir(rtl), + .inline-toolbar toolbutton:backdrop:last-child > button.flat:dir(rtl), .inline-toolbar.toolbar toolbutton:last-child:dir(rtl) > button.flat, .inline-toolbar toolbutton:last-child:dir(rtl) > button.flat, .inline-toolbar.search-bar toolbutton:last-child:dir(rtl) > button.flat, .inline-toolbar.location-bar toolbutton:last-child:dir(rtl) > button.flat, .inline-toolbar headerbar toolbutton:last-child:dir(rtl) > button.titlebutton, headerbar .inline-toolbar toolbutton:last-child:dir(rtl) > button.titlebutton, + .inline-toolbar .titlebar toolbutton:last-child:dir(rtl) > button.titlebutton, + .titlebar .inline-toolbar toolbutton:last-child:dir(rtl) > button.titlebutton, + .inline-toolbar.toolbar toolbutton:backdrop:last-child:dir(rtl) > button.flat, + .inline-toolbar toolbutton:backdrop:last-child:dir(rtl) > button.flat, + .inline-toolbar.search-bar toolbutton:backdrop:last-child:dir(rtl) > button.flat, + .inline-toolbar.location-bar toolbutton:backdrop:last-child:dir(rtl) > button.flat, + .inline-toolbar headerbar toolbutton:backdrop:last-child:dir(rtl) > button.titlebutton, + headerbar .inline-toolbar toolbutton:backdrop:last-child:dir(rtl) > button.titlebutton, + .inline-toolbar .titlebar toolbutton:backdrop:last-child:dir(rtl) > button.titlebutton, + .titlebar .inline-toolbar toolbutton:backdrop:last-child:dir(rtl) > button.titlebutton, combobox.combobox-entry entry:last-child:dir(rtl), combobox.combobox-entry button:last-child:dir(rtl), .linked > combobox:last-child > button:dir(rtl) { + border-right-style: solid; } +.osd button:only-child:hover, .osd button:only-child:active, .osd button:only-child:checked, .osd button:only-child:disabled, .osd button:only-child:backdrop, .osd button.suggested-action:only-child, .osd button.destructive-action:only-child, .inline-toolbar button:only-child, .linked > button:only-child, headerbar .linked > button.titlebutton:only-child, +.titlebar .linked > button.titlebutton:only-child, .inline-toolbar.toolbar toolbutton:only-child > button.flat, .inline-toolbar toolbutton:only-child > button.flat, .inline-toolbar.search-bar toolbutton:only-child > button.flat, .inline-toolbar.location-bar toolbutton:only-child > button.flat, .inline-toolbar headerbar toolbutton:only-child > button.titlebutton, headerbar .inline-toolbar toolbutton:only-child > button.titlebutton, +.inline-toolbar .titlebar toolbutton:only-child > button.titlebutton, +.titlebar .inline-toolbar toolbutton:only-child > button.titlebutton, +.inline-toolbar.toolbar toolbutton:backdrop:only-child > button.flat, +.inline-toolbar toolbutton:backdrop:only-child > button.flat, +.inline-toolbar.search-bar toolbutton:backdrop:only-child > button.flat, +.inline-toolbar.location-bar toolbutton:backdrop:only-child > button.flat, +.inline-toolbar headerbar toolbutton:backdrop:only-child > button.titlebutton, +headerbar .inline-toolbar toolbutton:backdrop:only-child > button.titlebutton, +.inline-toolbar .titlebar toolbutton:backdrop:only-child > button.titlebutton, +.titlebar .inline-toolbar toolbutton:backdrop:only-child > button.titlebutton, combobox.combobox-entry entry:only-child, combobox.combobox-entry button:only-child, .linked > combobox:only-child > button { + border-radius: 3px; + border-style: solid; } + +.linked.vertical > entry, .linked.vertical > button, headerbar .linked.vertical > button.titlebutton, +.titlebar .linked.vertical > button.titlebutton, .linked.vertical > button:hover, .linked.vertical > button:active, .linked.vertical > button:checked, .linked.vertical > button:backdrop, .linked.vertical > comboboxText > button, +.linked.vertical > combobox > button { + border-left-style: solid; + border-bottom-style: none; + border-radius: 3px; } + +.linked.vertical > entry:first-child, .linked.vertical > button:first-child, headerbar .linked.vertical > button.titlebutton:first-child, +.titlebar .linked.vertical > button.titlebutton:first-child, .linked.vertical > comboboxText:first-child > button, +.linked.vertical > combobox:first-child > button { + border-radius: 3px 3px 3px 3px; } +.linked.vertical > entry:last-child, .linked.vertical > button:last-child, headerbar .linked.vertical > button.titlebutton:last-child, +.titlebar .linked.vertical > button.titlebutton:last-child, .linked.vertical > comboboxText:last-child > button, +.linked.vertical > combobox:last-child > button { + border-radius: 3px 3px 3px 3px; + border-style: solid; } +.linked.vertical > entry:only-child, .linked.vertical > button:only-child, headerbar .linked.vertical > button.titlebutton:only-child, +.titlebar .linked.vertical > button.titlebutton:only-child, .linked.vertical > comboboxText:only-child > button, +.linked.vertical > combobox:only-child > button { + border-radius: 3px; + border-style: solid; } + +menuitem.button.flat, headerbar menuitem.titlebutton.button, +.titlebar menuitem.titlebutton.button, menuitem.button.flat:backdrop, menuitem.button.flat:backdrop:hover, headerbar menuitem.titlebutton.button:backdrop:hover, +.titlebar menuitem.titlebutton.button:backdrop:hover, button:link, headerbar button.titlebutton:link, +.titlebar button.titlebutton:link, button:visited, headerbar button.titlebutton:visited, +.titlebar button.titlebutton:visited, button:link:hover, button:link:active, button:link:checked, button:visited:hover, button:visited:active, button:visited:checked, button:link:backdrop, button:visited:backdrop, menu.button, headerbar menu.button.titlebutton, +.titlebar menu.button.titlebutton, list-row.button, headerbar list-row.button.titlebutton, +.titlebar list-row.button.titlebutton, +list-row.button:backdrop, +list-row.button:backdrop:active, +list-row.button:backdrop:checked, +list-row.button:backdrop:disabled, +list-row.button:backdrop:disabled:active, +list-row.button:backdrop:disabled:checked, +list-row.button:disabled:active, +list-row.button:disabled:checked, .app-notification button.flat, .app-notification headerbar .titlebutton.button, headerbar .app-notification .titlebutton.button, +.app-notification .titlebar .titlebutton.button, +.titlebar .app-notification .titlebutton.button, +.app-notification.frame button.flat, .app-notification button.flat:backdrop, .app-notification button.flat:disabled, .app-notification button.flat:backdrop:disabled, .app-notification headerbar .titlebutton.button:backdrop:disabled, headerbar .app-notification .titlebutton.button:backdrop:disabled, +.app-notification .titlebar .titlebutton.button:backdrop:disabled, +.titlebar .app-notification .titlebutton.button:backdrop:disabled, +.app-notification.frame button.flat:backdrop, +.app-notification.frame headerbar button.titlebutton:backdrop, +headerbar .app-notification.frame button.titlebutton:backdrop, +.app-notification.frame .titlebar button.titlebutton:backdrop, +.titlebar .app-notification.frame button.titlebutton:backdrop, +.app-notification.frame button.flat:disabled, +.app-notification.frame headerbar button.titlebutton:disabled, +headerbar .app-notification.frame button.titlebutton:disabled, +.app-notification.frame .titlebar button.titlebutton:disabled, +.titlebar .app-notification.frame button.titlebutton:disabled, +.app-notification.frame button.flat:backdrop:disabled, calendar.button, headerbar calendar.button.titlebutton, +.titlebar calendar.button.titlebutton, calendar.button:hover, calendar.button:backdrop, scale-popup button:hover, scale-popup button:backdrop, scale-popup button:backdrop:hover, scale-popup button:backdrop:disabled { + border-color: transparent; + background-color: transparent; + background-image: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); + text-shadow: none; + -gtk-icon-shadow: none; } + +/* menu buttons */ +menuitem.button.flat, headerbar menuitem.titlebutton.button, +.titlebar menuitem.titlebutton.button { + outline-offset: -1px; } + menuitem.button.flat:hover, headerbar menuitem.titlebutton.button:hover, + .titlebar menuitem.titlebutton.button:hover { + background-color: #44494d; } + +button.color, headerbar button.color.titlebutton, +.titlebar button.color.titlebutton { + padding: 5px; } + button.color colorswatch:first-child:last-child { + border-radius: 0; + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px rgba(238, 239, 240, 0.1); } + button.color colorswatch:first-child:last-child:disabled, button.color colorswatch:first-child:last-child:backdrop { + box-shadow: none; } + +/********* + * Links * + *********/ +*:link, button:link, headerbar button.titlebutton:link, +.titlebar button.titlebutton:link, button:visited, headerbar button.titlebutton:visited, +.titlebar button.titlebutton:visited { + color: #98d4f3; } + *:link:visited, button:visited, headerbar button.titlebutton:visited, + .titlebar button.titlebutton:visited { + color: #6d6d6d; } + *:selected *:link:visited, *:selected button:visited { + color: #a7d5ed; } + *:link:hover, button:hover:link, button:hover:visited { + color: #c6e7f8; } + *:selected *:link:hover, *:selected button:hover:link, *:selected button:hover:visited { + color: #dce8ef; } + *:link:active, button:active:link, button:active:visited { + color: #98d4f3; } + *:selected *:link:active, *:selected button:active:link, *:selected button:active:visited { + color: #cbe2ee; } + *:link:backdrop, button:backdrop:link, button:backdrop:visited, *:link:backdrop:hover, button:backdrop:hover:link, button:backdrop:hover:visited, *:link:backdrop:hover:selected, button:backdrop:hover:selected:link, button:backdrop:hover:selected:visited, .titlebar.selection-mode .subtitle:backdrop:hover:link, + headerbar.selection-mode .subtitle:backdrop:hover:link { + color: #363636; } + *:link:selected, button:selected:link, button:selected:visited, .titlebar.selection-mode .subtitle:link, + headerbar.selection-mode .subtitle:link, *:selected *:link, *:selected button:link, *:selected button:visited { + color: #cbe2ee; } + +button:link, headerbar button.titlebutton:link, +.titlebar button.titlebutton:link, button:visited, headerbar button.titlebutton:visited, +.titlebar button.titlebutton:visited { + text-shadow: none; } + button:link:hover, button:link:active, button:link:checked, button:visited:hover, button:visited:active, button:visited:checked { + text-shadow: none; } + +/***************** + * GtkSpinButton * + *****************/ +spinbutton button, spinbutton headerbar button.titlebutton, headerbar spinbutton button.titlebutton, +spinbutton .titlebar button.titlebutton, +.titlebar spinbutton button.titlebutton { + background-image: none; + border-style: none none none solid; + border-color: rgba(105, 109, 113, 0.3); + color: #dadbdc; + border-radius: 0; + box-shadow: none; } + spinbutton button:dir(rtl) { + border-style: none solid none none; } + spinbutton button:hover { + color: #EEEFF0; + background-color: rgba(238, 239, 240, 0.05); } + spinbutton button:disabled { + color: rgba(144, 147, 150, 0.3); } + spinbutton button:active { + box-shadow: inset 0 2px 3px -1px rgba(0, 0, 0, 0.2); + background-color: rgba(0, 0, 0, 0.1); } + spinbutton button:backdrop { + color: #5a5e62; + border-color: rgba(99, 104, 108, 0.3); + background-color: transparent; } + spinbutton button:backdrop:disabled { + background-image: none; + color: rgba(84, 92, 101, 0.3); + border-style: none none none solid; } + spinbutton button:backdrop:disabled:dir(rtl) { + border-style: none solid none none; } +.osd spinbutton button { + border-color: rgba(255, 255, 255, 0); + background-color: transparent; + background-image: none; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; + color: #EEEFF0; + border-style: none none none solid; + border-color: rgba(0, 0, 0, 0.4); + border-radius: 0; + box-shadow: none; + -gtk-icon-shadow: 0 1px black; } + .osd spinbutton button:dir(rtl) { + border-style: none solid none none; } + .osd spinbutton button:hover { + border-color: rgba(255, 255, 255, 0); + background-color: transparent; + background-image: none; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; + color: #EEEFF0; + border-color: rgba(0, 0, 0, 0.5); + background-color: rgba(238, 239, 240, 0.1); + -gtk-icon-shadow: 0 1px black; + box-shadow: none; } + .osd spinbutton button:backdrop { + border-color: rgba(255, 255, 255, 0); + background-color: transparent; + background-image: none; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; + color: #EEEFF0; + border-color: rgba(0, 0, 0, 0.5); + -gtk-icon-shadow: none; + box-shadow: none; } + .osd spinbutton button:disabled { + border-color: rgba(255, 255, 255, 0); + background-color: transparent; + background-image: none; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; + color: #898b8d; + border-color: rgba(0, 0, 0, 0.5); + -gtk-icon-shadow: none; + box-shadow: none; } + .osd spinbutton button:last-child { + border-radius: 0 3px 3px 0; } + .osd spinbutton button:dir(rtl):first-child { + border-radius: 3px 0 0 3px; } +spinbutton.vertical button, spinbutton.vertical:dir(rtl) button { + padding-top: 8px; + padding-bottom: 8px; } + spinbutton.vertical button:first-child, spinbutton.vertical:dir(rtl) button:first-child { + box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); + color: #EEEFF0; + border-color: #6d6d6d; + background-image: linear-gradient(to bottom, #3c3c3c, #363636); } + spinbutton.vertical button:first-child:active, spinbutton.vertical:dir(rtl) button:first-child:active { + color: #222222; + border-color: #6d6d6d; + background-image: linear-gradient(to bottom, #363636, shade(#363636, 0.8)); } + spinbutton.vertical button:first-child:hover, spinbutton.vertical:dir(rtl) button:first-child:hover { + color: #EEEFF0; + border-color: #363636; + background-image: linear-gradient(to bottom, #363636, #363636); } + spinbutton.vertical button:first-child:disabled, spinbutton.vertical:dir(rtl) button:first-child:disabled { + color: #909396; + border-color: #6d6d6d; + background-image: linear-gradient(to bottom, #3f3f3f); + text-shadow: none; + -gtk-icon-shadow: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0); } + spinbutton.vertical button:first-child:disabled > .label, spinbutton.vertical headerbar button.titlebutton:first-child:disabled > .label, + spinbutton.vertical .titlebar button.titlebutton:first-child:disabled > .label, spinbutton.vertical:dir(rtl) button:first-child:disabled > .label, spinbutton.vertical:dir(rtl) headerbar button.titlebutton:first-child:disabled > .label, + spinbutton.vertical:dir(rtl) .titlebar button.titlebutton:first-child:disabled > .label { + color: inherit; } + spinbutton.vertical button:first-child:backdrop, spinbutton.vertical:dir(rtl) button:first-child:backdrop { + color: #EEEFF0; + border-color: #6d6d6d; + background-image: linear-gradient(to bottom, #222222); + text-shadow: none; + -gtk-icon-shadow: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0); } + spinbutton.vertical button:last-child, spinbutton.vertical:dir(rtl) button:last-child { + box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); + color: #EEEFF0; + border-color: #6d6d6d; + background-image: linear-gradient(to bottom, #3c3c3c, #363636); } + spinbutton.vertical button:last-child:active, spinbutton.vertical:dir(rtl) button:last-child:active { + color: #222222; + border-color: #6d6d6d; + background-image: linear-gradient(to bottom, #363636, shade(#363636, 0.8)); } + spinbutton.vertical button:last-child:hover, spinbutton.vertical:dir(rtl) button:last-child:hover { + color: #EEEFF0; + border-color: #363636; + background-image: linear-gradient(to bottom, #363636, #363636); } + spinbutton.vertical button:last-child:disabled, spinbutton.vertical:dir(rtl) button:last-child:disabled { + color: #909396; + border-color: #6d6d6d; + background-image: linear-gradient(to bottom, #3f3f3f); + text-shadow: none; + -gtk-icon-shadow: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 239, 240, 0.1); } + spinbutton.vertical button:last-child:disabled > .label, spinbutton.vertical headerbar button.titlebutton:last-child:disabled > .label, + spinbutton.vertical .titlebar button.titlebutton:last-child:disabled > .label, spinbutton.vertical:dir(rtl) button:last-child:disabled > .label, spinbutton.vertical:dir(rtl) headerbar button.titlebutton:last-child:disabled > .label, + spinbutton.vertical:dir(rtl) .titlebar button.titlebutton:last-child:disabled > .label { + color: inherit; } + spinbutton.vertical button:last-child:backdrop, spinbutton.vertical:dir(rtl) button:last-child:backdrop { + color: #EEEFF0; + border-color: #6d6d6d; + background-image: linear-gradient(to bottom, #222222); + text-shadow: none; + -gtk-icon-shadow: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 239, 240, 0); } + spinbutton.vertical button:backdrop:disabled, spinbutton.vertical:dir(rtl) button:backdrop:disabled { + color: #545c65; + border-color: #63686c; + background-image: linear-gradient(to bottom, #3f3f3f); + text-shadow: none; + -gtk-icon-shadow: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0); } + spinbutton.vertical button:backdrop:disabled > .label, spinbutton.vertical headerbar button.titlebutton:backdrop:disabled > .label, + spinbutton.vertical .titlebar button.titlebutton:backdrop:disabled > .label, spinbutton.vertical:dir(rtl) button:backdrop:disabled > .label, spinbutton.vertical:dir(rtl) headerbar button.titlebutton:backdrop:disabled > .label, + spinbutton.vertical:dir(rtl) .titlebar button.titlebutton:backdrop:disabled > .label { + color: inherit; } +spinbutton.vertical.entry, spinbutton.vertical:dir(rtl).entry { + border-radius: 0; + padding-left: 3px; + padding-right: 3px; } +spinbutton.vertical button:first-child, spinbutton.vertical:dir(rtl) button:first-child, spinbutton.vertical button:first-child:active, spinbutton.vertical:dir(rtl) button:first-child:active, spinbutton.vertical button:first-child:hover, spinbutton.vertical:dir(rtl) button:first-child:hover, spinbutton.vertical button:first-child:disabled, spinbutton.vertical:dir(rtl) button:first-child:disabled, spinbutton.vertical button:first-child:backdrop, spinbutton.vertical:dir(rtl) button:first-child:backdrop, spinbutton.vertical:dir(rtl) button:first-child, spinbutton.vertical:dir(rtl) button:first-child:active, spinbutton.vertical:dir(rtl) button:first-child:hover, spinbutton.vertical:dir(rtl) button:first-child:disabled, spinbutton.vertical:dir(rtl) button:first-child:backdrop { + border-radius: 3px 3px 0 0; + border-style: solid solid none solid; } +spinbutton.vertical button:last-child, spinbutton.vertical:dir(rtl) button:last-child, spinbutton.vertical button:last-child:active, spinbutton.vertical:dir(rtl) button:last-child:active, spinbutton.vertical button:last-child:hover, spinbutton.vertical:dir(rtl) button:last-child:hover, spinbutton.vertical button:last-child:disabled, spinbutton.vertical:dir(rtl) button:last-child:disabled, spinbutton.vertical button:last-child:backdrop, spinbutton.vertical:dir(rtl) button:last-child:backdrop, spinbutton.vertical:dir(rtl) button:last-child, spinbutton.vertical:dir(rtl) button:last-child:active, spinbutton.vertical:dir(rtl) button:last-child:hover, spinbutton.vertical:dir(rtl) button:last-child:disabled, spinbutton.vertical:dir(rtl) button:last-child:backdrop { + border-radius: 0 0 3px 3px; + border-style: none solid solid solid; } +treeview spinbutton.entry, treeview spinbutton.entry:focus { + padding: 1px; + border-width: 1px 0; + border-color: #363636; + border-radius: 0; + box-shadow: none; } + +/************** + * ComboBoxes * + **************/ +combobox { + -combobox-arrow-scaling: 0.5; + -combobox-shadow-type: none; + box-shadow: 0 1px rgba(238, 239, 240, 0.1); } + combobox > button, headerbar combobox > button.titlebutton, + .titlebar combobox > button.titlebutton { + padding-top: 3px; + padding-bottom: 4px; } + combobox:disabled { + color: #909396; + text-shadow: none; + -gtk-icon-shadow: none; } + combobox:backdrop { + color: #646464; + text-shadow: none; + -gtk-icon-shadow: none; } + combobox:backdrop:disabled { + color: #545c65; } + combobox menuitem { + text-shadow: none; } + combobox .separator.vertical, combobox placessidebar.sidebar .view .vertical.separator, placessidebar.sidebar .view combobox .vertical.separator { + -GtkWidget-wide-separators: true; } + +/************ + * Toolbars * + ************/ +.toolbar, .inline-toolbar, .search-bar, .location-bar { + -GtkWidget-window-dragging: true; + padding: 4px; + background-color: #222222; } + .osd .toolbar, .osd .inline-toolbar, .osd .search-bar, .osd .location-bar, .toolbar.osd, .osd.inline-toolbar, .osd.search-bar, .osd.location-bar { + padding: 13px; + border: none; + border-radius: 5px; + background-color: rgba(35, 38, 41, 0.8); } + +.inline-toolbar { + border-width: 0 1px 1px; + padding: 3px; + border-radius: 0 0 3px 3px; } + +.search-bar, .location-bar { + border-width: 0 0 1px; + padding: 3px; } + +.inline-toolbar, .search-bar, .location-bar { + border-style: solid; + border-color: #6d6d6d; + text-shadow: none; + background-color: #222222; } + .inline-toolbar:backdrop, .search-bar:backdrop, .location-bar:backdrop { + border-color: #63686c; + background-color: #43484c; + box-shadow: none; } + +/*************** + * Header bars * + ***************/ +.titlebar, +headerbar { + padding: 2px 6px; + /*papirus + border-width: 0px 0px 2px 0px; + border-style: solid; + border-color: #363636; + border-radius: 0; + */ + color: #EEEFF0; + background-image: none; + background-color: #222222; + box-shadow: none; } + .titlebar:backdrop, + headerbar:backdrop { + border-color: transparent; + background-color: #222222; + background-image: none; + box-shadow: none; + color: #646464; } + .titlebar .path-bar button, + headerbar .path-bar button { + color: #EEEFF0; } + .titlebar button, + .titlebar button.titlebutton, + headerbar button, + headerbar button.titlebutton { + background-color: #222222; + /*papirus*/ + color: #cccccc; + background-image: none; + border-color: transparent; + box-shadow: none; } + .titlebar button.flat, + .titlebar .titlebutton.button, + headerbar button.flat, + headerbar .titlebutton.button { + border-color: rgba(255, 255, 255, 0); + background-color: transparent; + background-image: none; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; } + .titlebar button:hover, + headerbar button:hover { + border-color: #363636; } + .titlebar button:active, .titlebar button:checked, + headerbar button:active, + headerbar button:checked { + color: #222222; + border-color: #6d6d6d; + background-image: linear-gradient(to bottom, #363636, shade(#363636, 0.8)); + border-color: #222222; + box-shadow: none; } + .titlebar button:active:hover, .titlebar button:checked:hover, + headerbar button:active:hover, + headerbar button:checked:hover { + color: #222222; + border-color: #6d6d6d; + background-image: linear-gradient(to bottom, #888888, #888888); + border-color: #222222; + box-shadow: none; } + .titlebar button:active:backdrop, .titlebar button:checked:backdrop, + headerbar button:active:backdrop, + headerbar button:checked:backdrop { + background-image: none; + background-color: #222222; + border-color: #222222; } + .titlebar button.suggested-action, + headerbar button.suggested-action { + background-color: shade(#363636, 1.1); } + .titlebar button.suggested-action:hover, + headerbar button.suggested-action:hover { + background-color: #363636; } + .titlebar button.suggested-action:disabled, + headerbar button.suggested-action:disabled { + background-color: #222222; + color: shade(#EEEFF0, 0.5); } + .titlebar button.suggested-action:disabled:active, .titlebar button.suggested-action:disabled:checked, + headerbar button.suggested-action:disabled:active, + headerbar button.suggested-action:disabled:checked { + background-color: #222222; + color: shade(#EEEFF0, 0.5); } + .titlebar button:backdrop, + headerbar button:backdrop { + background-color: #222222; + color: #646464; } + .titlebar button.flat:backdrop, + .titlebar .titlebutton.button:backdrop, .titlebar button.flat:backdrop:disabled, + .titlebar .titlebutton.button:backdrop:disabled, .titlebar button:disabled:backdrop, + headerbar button.flat:backdrop, + headerbar .titlebutton.button:backdrop, + headerbar button.flat:backdrop:disabled, + headerbar .titlebutton.button:backdrop:disabled, + headerbar button:disabled:backdrop { + background-image: none; + background-color: #222222; + color: #646464; } + .titlebar button.flat:disabled, + .titlebar .titlebutton.button:disabled, + headerbar button.flat:disabled, + headerbar .titlebutton.button:disabled { + border-color: rgba(255, 255, 255, 0); + background-color: transparent; + background-image: none; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; } + .titlebar button:disabled, + headerbar button:disabled { + background-color: #222222; + color: shade(#EEEFF0, 0.5); } + .titlebar button:disabled:active, .titlebar button:disabled:checked, + headerbar button:disabled:active, + headerbar button:disabled:checked { + color: #909396; + border-color: #6d6d6d; + background-image: linear-gradient(to bottom, #3f4449, #3f3f3f); } + .titlebar button:disabled:active > .label, .titlebar headerbar button.titlebutton:disabled:active > .label, .titlebar button:disabled:checked > .label, .titlebar headerbar button.titlebutton:disabled:checked > .label, + headerbar button:disabled:active > .label, + headerbar .titlebar button.titlebutton:disabled:active > .label, + headerbar button:disabled:checked > .label, + headerbar .titlebar button.titlebutton:disabled:checked > .label { + color: inherit; } + .titlebar .title, + headerbar .title { + font-weight: normal; + padding: 0px 12px; } + .titlebar .subtitle, + headerbar .subtitle { + font-size: smaller; + padding: 0 12px; } + .titlebar .header-bar-separator, .titlebar > box > .separator.vertical, + placessidebar.sidebar .view .titlebar > box > .vertical.separator:backdrop, + headerbar .header-bar-separator, + headerbar > box > .separator.vertical, + placessidebar.sidebar .view headerbar > box > .vertical.separator:backdrop { + -GtkWidget-wide-separators: true; + -GtkWidget-separator-width: 1px; + border-width: 0 1px; + border-image: linear-gradient(to bottom, rgba(105, 109, 113, 0), #6d6d6d 30%, #6d6d6d 70%, rgba(105, 109, 113, 0) 100%) 0 1/0 1px stretch; } + .titlebar .header-bar-separator:backdrop, .titlebar > box > .separator.vertical:backdrop, + headerbar .header-bar-separator:backdrop, + headerbar > box > .separator.vertical:backdrop { + border-image: linear-gradient(to bottom, rgba(99, 104, 108, 0.5)) 0 1/1px 1px; } + .titlebar.selection-mode, + headerbar.selection-mode { + color: #EEEFF0; + text-shadow: none; + border-color: #363636; + background-image: none; + background-color: #222222; + box-shadow: none; } + .titlebar.selection-mode:backdrop, + headerbar.selection-mode:backdrop { + background-image: none; + background-color: #222222; + box-shadow: none; } + .titlebar.selection-mode button, + headerbar.selection-mode button { + box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); + color: #EEEFF0; + border-color: #363636; + background-image: linear-gradient(to bottom, #46b1e9, #3dade8); } + .titlebar.selection-mode button.flat, + .titlebar.selection-mode .titlebutton.button, + headerbar.selection-mode button.flat, + headerbar.selection-mode .titlebutton.button { + border-color: rgba(255, 255, 255, 0); + background-color: transparent; + background-image: none; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; } + .titlebar.selection-mode button:hover, + headerbar.selection-mode button:hover { + color: #EEEFF0; + border-color: #363636; + background-image: linear-gradient(to bottom, #3dade8, #3dade8); } + .titlebar.selection-mode button:active, .titlebar.selection-mode button:checked, + headerbar.selection-mode button:active, + headerbar.selection-mode button:checked { + color: #222222; + border-color: #363636; + background-image: linear-gradient(to bottom, #363636, shade(#363636, 0.8)); } + .titlebar.selection-mode button:backdrop, .titlebar.selection-mode button.flat:backdrop, + .titlebar.selection-mode .titlebutton.button:backdrop, + headerbar.selection-mode button:backdrop, + headerbar.selection-mode button.flat:backdrop, + headerbar.selection-mode .titlebutton.button:backdrop { + color: #EEEFF0; + border-color: #363636; + background-image: linear-gradient(to bottom, #363636); + text-shadow: none; + -gtk-icon-shadow: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 239, 240, 0); + -gtk-icon-effect: none; + border-color: #363636; } + .titlebar.selection-mode button:backdrop:active, .titlebar.selection-mode button:backdrop:checked, .titlebar.selection-mode button.flat:backdrop:active, + .titlebar.selection-mode .titlebutton.button:backdrop:active, .titlebar.selection-mode button.flat:backdrop:checked, + .titlebar.selection-mode .titlebutton.button:backdrop:checked, + headerbar.selection-mode button:backdrop:active, + headerbar.selection-mode button:backdrop:checked, + headerbar.selection-mode button.flat:backdrop:active, + headerbar.selection-mode .titlebutton.button:backdrop:active, + headerbar.selection-mode button.flat:backdrop:checked, + headerbar.selection-mode .titlebutton.button:backdrop:checked { + color: #646464; + border-color: #363636; + background-image: linear-gradient(to bottom, #1a97d8); + box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 239, 240, 0); + border-color: #363636; } + .titlebar.selection-mode button:backdrop:disabled, .titlebar.selection-mode button.flat:backdrop:disabled, + .titlebar.selection-mode .titlebutton.button:backdrop:disabled, + headerbar.selection-mode button:backdrop:disabled, + headerbar.selection-mode button.flat:backdrop:disabled, + headerbar.selection-mode .titlebutton.button:backdrop:disabled { + color: #78b7d8; + border-color: #363636; + background-image: linear-gradient(to bottom, #3999cb); + text-shadow: none; + -gtk-icon-shadow: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0); + border-color: #363636; } + .titlebar.selection-mode button:backdrop:disabled > .label, .titlebar.selection-mode headerbar button.titlebutton:backdrop:disabled > .label, .titlebar.selection-mode button.flat:backdrop:disabled > .label, .titlebar.selection-mode headerbar .titlebutton.button:backdrop:disabled > .label, + .titlebar.selection-mode .titlebutton.button:backdrop:disabled > .label, + headerbar.selection-mode button:backdrop:disabled > .label, + headerbar.selection-mode .titlebar button.titlebutton:backdrop:disabled > .label, + headerbar.selection-mode button.flat:backdrop:disabled > .label, + headerbar.selection-mode .titlebutton.button:backdrop:disabled > .label, + headerbar.selection-mode .titlebar .titlebutton.button:backdrop:disabled > .label { + color: inherit; } + .titlebar.selection-mode button:backdrop:disabled:active, .titlebar.selection-mode button:backdrop:disabled:checked, .titlebar.selection-mode button.flat:backdrop:disabled:active, + .titlebar.selection-mode .titlebutton.button:backdrop:disabled:active, .titlebar.selection-mode button.flat:backdrop:disabled:checked, + .titlebar.selection-mode .titlebutton.button:backdrop:disabled:checked, + headerbar.selection-mode button:backdrop:disabled:active, + headerbar.selection-mode button:backdrop:disabled:checked, + headerbar.selection-mode button.flat:backdrop:disabled:active, + headerbar.selection-mode .titlebutton.button:backdrop:disabled:active, + headerbar.selection-mode button.flat:backdrop:disabled:checked, + headerbar.selection-mode .titlebutton.button:backdrop:disabled:checked { + color: #73aecd; + border-color: #363636; + background-image: linear-gradient(to bottom, #318bba); + border-color: #363636; } + .titlebar.selection-mode button:backdrop:disabled:active > .label, .titlebar.selection-mode headerbar button.titlebutton:backdrop:disabled:active > .label, .titlebar.selection-mode button:backdrop:disabled:checked > .label, .titlebar.selection-mode headerbar button.titlebutton:backdrop:disabled:checked > .label, .titlebar.selection-mode button.flat:backdrop:disabled:active > .label, .titlebar.selection-mode headerbar .titlebutton.button:backdrop:disabled:active > .label, + .titlebar.selection-mode .titlebutton.button:backdrop:disabled:active > .label, .titlebar.selection-mode button.flat:backdrop:disabled:checked > .label, .titlebar.selection-mode headerbar .titlebutton.button:backdrop:disabled:checked > .label, + .titlebar.selection-mode .titlebutton.button:backdrop:disabled:checked > .label, + headerbar.selection-mode button:backdrop:disabled:active > .label, + headerbar.selection-mode .titlebar button.titlebutton:backdrop:disabled:active > .label, + headerbar.selection-mode button:backdrop:disabled:checked > .label, + headerbar.selection-mode .titlebar button.titlebutton:backdrop:disabled:checked > .label, + headerbar.selection-mode button.flat:backdrop:disabled:active > .label, + headerbar.selection-mode .titlebutton.button:backdrop:disabled:active > .label, + headerbar.selection-mode .titlebar .titlebutton.button:backdrop:disabled:active > .label, + headerbar.selection-mode button.flat:backdrop:disabled:checked > .label, + headerbar.selection-mode .titlebutton.button:backdrop:disabled:checked > .label, + headerbar.selection-mode .titlebar .titlebutton.button:backdrop:disabled:checked > .label { + color: inherit; } + .titlebar.selection-mode button.flat:backdrop, + .titlebar.selection-mode .titlebutton.button:backdrop, .titlebar.selection-mode button.flat:disabled, + .titlebar.selection-mode .titlebutton.button:disabled, .titlebar.selection-mode button.flat:disabled:backdrop, + .titlebar.selection-mode .titlebutton.button:disabled:backdrop, + headerbar.selection-mode button.flat:backdrop, + headerbar.selection-mode .titlebutton.button:backdrop, + headerbar.selection-mode button.flat:disabled, + headerbar.selection-mode .titlebutton.button:disabled, + headerbar.selection-mode button.flat:disabled:backdrop, + headerbar.selection-mode .titlebutton.button:disabled:backdrop { + border-color: rgba(255, 255, 255, 0); + background-color: transparent; + background-image: none; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; } + .titlebar.selection-mode button:disabled, + headerbar.selection-mode button:disabled { + color: #909396; + border-color: #363636; + background-image: linear-gradient(to bottom, #3999cb); + text-shadow: none; + -gtk-icon-shadow: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 239, 240, 0.1); } + .titlebar.selection-mode button:disabled > .label, .titlebar.selection-mode headerbar button.titlebutton:disabled > .label, + headerbar.selection-mode button:disabled > .label, + headerbar.selection-mode .titlebar button.titlebutton:disabled > .label { + color: inherit; } + .titlebar.selection-mode button:disabled:active, .titlebar.selection-mode button:disabled:checked, + headerbar.selection-mode button:disabled:active, + headerbar.selection-mode button:disabled:checked { + color: #a2c7da; + border-color: #363636; + background-image: linear-gradient(to bottom, #328ebf, #318bba); } + .titlebar.selection-mode button:disabled:active > .label, .titlebar.selection-mode headerbar button.titlebutton:disabled:active > .label, .titlebar.selection-mode button:disabled:checked > .label, .titlebar.selection-mode headerbar button.titlebutton:disabled:checked > .label, + headerbar.selection-mode button:disabled:active > .label, + headerbar.selection-mode .titlebar button.titlebutton:disabled:active > .label, + headerbar.selection-mode button:disabled:checked > .label, + headerbar.selection-mode .titlebar button.titlebutton:disabled:checked > .label { + color: inherit; } + .titlebar.selection-mode button.suggested-action, + headerbar.selection-mode button.suggested-action { + box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); + color: #EEEFF0; + border-color: #6d6d6d; + background-image: linear-gradient(to bottom, #3c3c3c, #363636); + border-color: #363636; } + .titlebar.selection-mode button.suggested-action:hover, + headerbar.selection-mode button.suggested-action:hover { + color: #EEEFF0; + border-color: #363636; + background-image: linear-gradient(to bottom, #363636, #363636); + border-color: #363636; } + .titlebar.selection-mode button.suggested-action:active, + headerbar.selection-mode button.suggested-action:active { + color: #222222; + border-color: #6d6d6d; + background-image: linear-gradient(to bottom, #363636, shade(#363636, 0.8)); + border-color: #363636; } + .titlebar.selection-mode button.suggested-action:disabled, + headerbar.selection-mode button.suggested-action:disabled { + color: #909396; + border-color: #6d6d6d; + background-image: linear-gradient(to bottom, #3f3f3f); + text-shadow: none; + -gtk-icon-shadow: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 239, 240, 0.1); + border-color: #363636; } + .titlebar.selection-mode button.suggested-action:disabled > .label, .titlebar.selection-mode headerbar .suggested-action.button.titlebutton:disabled > .label, + headerbar.selection-mode button.suggested-action:disabled > .label, + headerbar.selection-mode .titlebar .suggested-action.button.titlebutton:disabled > .label { + color: inherit; } + .titlebar.selection-mode button.suggested-action:backdrop, + headerbar.selection-mode button.suggested-action:backdrop { + color: #EEEFF0; + border-color: #6d6d6d; + background-image: linear-gradient(to bottom, #222222); + text-shadow: none; + -gtk-icon-shadow: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 239, 240, 0); + border-color: #363636; } + .titlebar.selection-mode button.suggested-action:backdrop:disabled, + headerbar.selection-mode button.suggested-action:backdrop:disabled { + color: #545c65; + border-color: #63686c; + background-image: linear-gradient(to bottom, #3f3f3f); + text-shadow: none; + -gtk-icon-shadow: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0); + border-color: #363636; } + .titlebar.selection-mode button.suggested-action:backdrop:disabled > .label, .titlebar.selection-mode headerbar .suggested-action.button.titlebutton:backdrop:disabled > .label, + headerbar.selection-mode button.suggested-action:backdrop:disabled > .label, + headerbar.selection-mode .titlebar .suggested-action.button.titlebutton:backdrop:disabled > .label { + color: inherit; } + .titlebar.selection-mode .selection-menu, .titlebar.selection-mode .selection-menu:backdrop, + headerbar.selection-mode .selection-menu, + headerbar.selection-mode .selection-menu:backdrop { + border-color: rgba(146, 146, 146, 0); + background-image: linear-gradient(to bottom, rgba(146, 146, 146, 0)); + box-shadow: none; + padding-left: 10px; + padding-right: 10px; } + .titlebar.selection-mode .selection-menu arrow, .titlebar.selection-mode .selection-menu:backdrop arrow, + headerbar.selection-mode .selection-menu arrow, + headerbar.selection-mode .selection-menu:backdrop arrow { + -arrow-arrow-scaling: 1; } + .titlebar.selection-mode .selection-menu .arrow, + headerbar.selection-mode .selection-menu .arrow { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); + color: rgba(238, 239, 240, 0.5); + -gtk-icon-shadow: none; } + .tiled .titlebar, .maximized .titlebar, .tiled + headerbar, .maximized + headerbar { + border-radius: 0; } + .titlebar.default-decoration, + headerbar.default-decoration { + padding: 4px; } + .titlebar.default-decoration button, + headerbar.default-decoration button { + padding: 5px; } + +/************ + * Pathbars * + ************/ +.path-bar button, .path-bar headerbar button.titlebutton, headerbar .path-bar button.titlebutton, +.path-bar .titlebar button.titlebutton, +.titlebar .path-bar button.titlebutton { + padding: 5px 6px 6px; + border-color: rgba(255, 255, 255, 0); + background-color: transparent; + background-image: none; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; + color: #EEEFF0; } + .path-bar button:hover { + border-color: #363636; } + .path-bar button:active, .path-bar button:checked { + background-color: #6d6d6d; } + .path-bar button:first-child { + padding-left: 8px; } + .path-bar button:last-child { + padding-right: 8px; } + .path-bar button:only-child { + padding-left: 12px; + padding-right: 12px; } + .path-bar button .label:last-child { + padding-left: 2px; } + .path-bar button .label:first-child { + padding-right: 2px; } + .path-bar button .label:only-child { + padding-right: 0; + padding-left: 0; } + .path-bar button image, .path-bar headerbar button.titlebutton image, headerbar .path-bar button.titlebutton image, + .path-bar .titlebar button.titlebutton image, + .titlebar .path-bar button.titlebutton image { + padding-top: 1px; } + +/************** + * Tree Views * + **************/ +treeview.view { + -GtkTreeView-grid-line-width: 1; + -GtkTreeView-grid-line-pattern: ''; + -GtkTreeView-tree-line-width: 1; + -GtkTreeView-tree-line-pattern: ''; + -GtkTreeView-expander-size: 16; + border-left-color: #898b8d; + border-top-color: #222222; } + treeview.view:selected { + border-radius: 0; } + treeview.view:selected, treeview.view:backdrop:selected { + border-left-color: #96ceec; + border-top-color: rgba(238, 239, 240, 0.1); } + treeview.view:disabled { + color: #909396; } + treeview.view:disabled:selected { + color: #84c7eb; } + treeview.view:disabled:selected:backdrop { + color: #72c1ea; } + treeview.view:disabled:backdrop { + color: #545c65; } + treeview.view.separator:backdrop { + color: rgba(0, 0, 0, 0.1); } + treeview.view:backdrop { + border-left-color: #494d52; + border-top: #222222; } + treeview.view.dnd { + border-style: solid none; + border-width: 1px; + border-color: #96ceec; } + treeview.view.expander { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); + color: #b1b3b4; } + treeview.view.expander:dir(rtl) { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } + treeview.view.expander:hover { + color: #EEEFF0; } + treeview.view.expander:selected { + color: #b9dbee; } + treeview.view.expander:selected:hover { + color: #EEEFF0; } + treeview.view.expander:selected:backdrop { + color: #b9dbee; } + treeview.view.expander:checked { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } + treeview.view.expander:backdrop { + color: #4e5256; } + treeview.view.progressbar { + border: 1px solid #363636; + border-radius: 4px; + background-image: linear-gradient(to bottom, #363636, #1a97d8); + box-shadow: inset 0 1px rgba(255, 255, 255, 0.15), 0 1px rgba(0, 0, 0, 0.1); } + treeview.view.progressbar:selected { + box-shadow: inset 0 1px rgba(255, 255, 255, 0.05); + background-image: linear-gradient(to bottom, #222222, #0c0d0d); } + treeview.view.progressbar:selected:backdrop { + border-color: #25292c; + background-color: #25292c; } + treeview.view.progressbar:backdrop { + border-color: #25292c; + background-image: none; + box-shadow: none; } + treeview.view.trough { + background-color: rgba(238, 239, 240, 0.1); + border-radius: 4px; } + treeview.view.trough:selected { + background-color: #1a97d8; } + +column-header button, column-header headerbar button.titlebutton, headerbar column-header button.titlebutton, +column-header .titlebar button.titlebutton, +.titlebar column-header button.titlebutton { + color: #898b8d; + background-color: #222222; + font-weight: bold; + text-shadow: none; + box-shadow: none; } + column-header button:hover, column-header headerbar button.titlebutton:hover, headerbar column-header button.titlebutton:hover, + column-header .titlebar button.titlebutton:hover, + .titlebar column-header button.titlebutton:hover { + color: #bcbdbf; + box-shadow: none; + transition: none; } + column-header button:active, column-header headerbar button.titlebutton:active, headerbar column-header button.titlebutton:active, + column-header .titlebar button.titlebutton:active, + .titlebar column-header button.titlebutton:active { + color: #EEEFF0; + transition: none; } +column-header:last-child button, column-header:last-child headerbar button.titlebutton, headerbar column-header:last-child button.titlebutton, +column-header:last-child .titlebar button.titlebutton, +.titlebar column-header:last-child button.titlebutton, column-header:last-child button:backdrop, column-header:last-child.button, headerbar column-header.button.titlebutton:last-child, +.titlebar column-header.button.titlebutton:last-child, column-header:last-child.button:backdrop { + border-right-style: none; } + +column-header.button.dnd, column-header button.dnd, column-header headerbar .dnd.button.titlebutton, headerbar column-header .dnd.button.titlebutton, +column-header .titlebar .dnd.button.titlebutton, +.titlebar column-header .dnd.button.titlebutton, column-header.button.dnd:active, column-header.button.dnd:selected, column-header.button.dnd:hover, headerbar column-header.dnd.button.titlebutton, +.titlebar column-header.dnd.button.titlebutton { + transition: none; + color: #363636; + box-shadow: inset 1px 1px 0 1px #363636, inset -1px 0 0 1px #363636, inset 1px 1px #222222, inset -1px 0 #222222; } + +column-header button, column-header headerbar button.titlebutton, headerbar column-header button.titlebutton, +column-header .titlebar button.titlebutton, +.titlebar column-header button.titlebutton, column-header button:hover, column-header button:active { + padding: 3px 6px; + border-style: none solid solid none; + border-radius: 0; + background-image: none; + border-color: #222222; + text-shadow: none; } + column-header button:disabled, column-header headerbar button.titlebutton:disabled, headerbar column-header button.titlebutton:disabled, + column-header .titlebar button.titlebutton:disabled, + .titlebar column-header button.titlebutton:disabled { + border-color: #222222; + background-image: none; } + column-header button:backdrop, column-header headerbar button.titlebutton:backdrop, headerbar column-header button.titlebutton:backdrop, + column-header .titlebar button.titlebutton:backdrop, + .titlebar column-header button.titlebutton:backdrop { + border-color: #222222; + border-style: none solid solid none; + color: #494d52; + background-image: none; + background-color: #25292c; } + column-header button:backdrop:disabled { + border-color: #222222; + background-image: none; } + +/********* + * Menus * + *********/ +menubar { + -GtkWidget-window-dragging: true; + padding: 2px; + box-shadow: none; } + menubar:backdrop { + background-color: #222222; } + menubar > menuitem { + padding: 4px 8px; } + menubar > menuitem:hover { + background-color: #363636; + color: #EEEFF0; } + menubar > menuitem:disabled { + color: #909396; + box-shadow: none; } + +menu { + padding: 0px; + background-color: #222222; + border: 1px solid #6d6d6d; + border-radius: 3px; } + .csd menu { + border: 1px solid #6d6d6d; } + menu menuitem { + text-shadow: none; + padding: 6px 6px; } + menu menuitem:hover { + color: #EEEFF0; + background-color: #363636; + background-clip: padding-box; + border-style: solid; + border-width: 0px 1px 0px 1px; + border-color: #6d6d6d; } + menu menuitem:hover:first-child { + border-radius: 3px 3px 0px 0px; + border-width: 1px 1px 0px 1px; } + menu menuitem:hover:last-child { + border-radius: 0px 0px 3px 3px; + border-width: 0px 1px 1px 1px; } + menu menuitem:disabled, menu menuitem *:disabled { + color: #909396; } + menu menuitem:disabled:backdrop, menu menuitem *:disabled:backdrop { + color: #545c65; } + menu menuitem:backdrop, menu menuitem:backdrop:hover { + color: #EEEFF0; + background-color: #222222; } + menu menuitem.arrow { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } + menu menuitem.arrow:dir(rtl) { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } + menu.button, headerbar menu.button.titlebutton, + .titlebar menu.button.titlebutton { + border-style: none; + border-radius: 0; } + menu.button.top { + border-bottom: 1px solid #373a3d; } + menu.button.bottom { + border-top: 1px solid #373a3d; } + menu.button:hover { + background-color: #373a3d; } + menu.button:disabled { + color: transparent; + background-color: transparent; + border-color: transparent; } + +menuitem .accelerator { + color: alpha(currentColor,0.55); } + +/*************** + * Popovers * + ***************/ +popover { + padding: 2px; + border: 1px solid #6d6d6d; + border-radius: 2px; + background-color: #222222; + box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5); } + popover:backdrop { + box-shadow: none; } + popover > list, + popover > .view, + popover > .toolbar, + popover > .inline-toolbar, + popover > .search-bar, + popover > .location-bar, popover.osd > .toolbar, popover.osd > .inline-toolbar, popover.osd > .search-bar, popover.osd > .location-bar { + border-style: none; + background-color: transparent; } + popover button.flat, popover headerbar .titlebutton.button, headerbar popover .titlebutton.button, + popover .titlebar .titlebutton.button, + .titlebar popover .titlebutton.button { + color: #EEEFF0; } + popover button.flat:hover, popover headerbar .titlebutton.button:hover, headerbar popover .titlebutton.button:hover, + popover .titlebar .titlebutton.button:hover, + .titlebar popover .titlebutton.button:hover { + background-color: rgba(146, 146, 146, 0.2); + color: #EEEFF0; + text-shadow: none; + transition: none; } + +entry.cursor-handle, +.cursor-handle { + background-color: transparent; + background-image: none; + box-shadow: none; + border-style: none; } + entry.cursor-handle.top, + .cursor-handle.top { + -gtk-icon-source: -gtk-icontheme("selection-start-symbolic"); } + entry.cursor-handle.bottom, + .cursor-handle.bottom { + -gtk-icon-source: -gtk-icontheme("selection-end-symbolic"); } + +/***************** + * Notebooks and * + * Tabs * + *****************/ +notebook { + background-color: #222222; + -GtkNotebook-initial-gap: 0; + -GtkNotebook-arrow-spacing: 5; + -GtkNotebook-tab-curvature: 0; + -GtkNotebook-tab-overlap: 0; + -GtkNotebook-has-tab-gap: false; + -GtkWidget-focus-padding: 0; + -GtkWidget-focus-line-width: 0; + transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } + notebook.frame { + border: 1px solid #6d6d6d; } + notebook.frame.top { + border-top-width: 0; } + notebook.frame.bottom { + border-bottom-width: 0; } + notebook.frame.right { + border-right-width: 0; } + notebook.frame.left { + border-left-width: 0; } + notebook.header { + background-color: #222222; + padding-top: 4px; } + notebook.header.frame { + border-style: solid; + border-color: #6d6d6d; } + notebook.header.frame.top { + border-width: 0px; } + notebook.header.frame.bottom { + border-width: 0px; } + notebook.header.frame.right { + border-width: 0px; } + notebook.header.frame.left { + border-width: 0px; } + notebook.header.frame:backdrop { + border-color: #6d6d6d; } + notebook.header.top { + box-shadow: inset 0 -1px #6d6d6d; } + notebook.header.bottom { + box-shadow: inset 0 1px #6d6d6d; } + notebook.header.right { + box-shadow: inset 1px 0 #6d6d6d; } + notebook.header.left { + box-shadow: inset -1px 0 #6d6d6d; } + notebook tab { + border-width: 1px; + border-style: solid; + border-color: rgba(105, 109, 113, 0.2); + background-color: rgba(105, 109, 113, 0.2); + outline-offset: 0; + /* works for testnotebookdnd, but there's a superfluous border + in gedit or web, commented out for now, needs gtk fixes + &.reorderable-page { + &.top { + padding-top: ($vt_vpadding - 1px); + border-top-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + } + &.bottom { + padding-bottom: ($vt_vpadding - 1px); + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + } + &.left { + padding-left: ($ht_hpadding - 1px); + border-left-width: 1px; + border-top-width: 1px; + border-bottom-width: 1px; + } + &.right { + padding-right: ($ht_hpadding - 1px); + border-right-width: 1px; + border-top-width: 1px; + border-bottom-width: 1px; + } + } + */ } + notebook tab.top, notebook tab.bottom { + padding: 6px 8px; } + notebook tab.left, notebook tab.right { + padding: 6px 8px; } + notebook tab.reorderable-page { + background-color: #222222; } + notebook tab.reorderable-page.top, notebook tab.reorderable-page.bottom { + padding-left: 12px; + padding-right: 6px; + padding-bottom: 8px; } + notebook tab.top { + border-radius: 3px 3px 0px 0px; } + notebook tab.top:active, notebook tab.top.active-page, notebook tab.top:backdrop:active { + border-color: #6d6d6d; + border-bottom-color: #222222; + background-color: #222222; } + notebook tab.top:active:hover, notebook tab.top:active.prelight-page, notebook tab.top.active-page:hover, notebook tab.top.active-page.prelight-page, notebook tab.top:backdrop:active:hover, notebook tab.top:backdrop:active.prelight-page { + border-color: #6d6d6d; + border-bottom-color: #222222; } + notebook tab.bottom { + border-radius: 0px 0px 3px 3px; } + notebook tab.bottom:active, notebook tab.bottom.active-page, notebook tab.bottom:backdrop:active { + border-color: #6d6d6d; + border-top-color: #222222; + background-color: #222222; } + notebook tab.bottom:active:hover, notebook tab.bottom:active.prelight-page, notebook tab.bottom.active-page:hover, notebook tab.bottom.active-page.prelight-page, notebook tab.bottom:backdrop:active:hover, notebook tab.bottom:backdrop:active.prelight-page { + border-color: #6d6d6d; + border-top-color: #222222; } + notebook tab.left { + border-radius: 3px 0px 0px 3px; } + notebook tab.left:active, notebook tab.left.active-page, notebook tab.left:backdrop:active { + border-color: #6d6d6d; + border-right-color: #222222; + background-color: #222222; } + notebook tab.left:active:hover, notebook tab.left:active.prelight-page, notebook tab.left.active-page:hover, notebook tab.left.active-page.prelight-page, notebook tab.left:backdrop:active:hover, notebook tab.left:backdrop:active.prelight-page { + border-color: #6d6d6d; + border-right-color: #222222; } + notebook tab.right { + border-radius: 0px 3px 3px 0px; } + notebook tab.right:active, notebook tab.right.active-page, notebook tab.right:backdrop:active { + border-color: #6d6d6d; + border-left-color: #222222; + background-color: #222222; } + notebook tab.right:active:hover, notebook tab.right:active.prelight-page, notebook tab.right.active-page:hover, notebook tab.right.active-page.prelight-page, notebook tab.right:backdrop:active:hover, notebook tab.right:backdrop:active.prelight-page { + border-color: #6d6d6d; + border-left-color: #222222; } + notebook tab:hover, notebook tab.prelight-page { + background-color: rgba(146, 146, 146, 0.2); + border-color: rgba(146, 146, 146, 0.2); } + notebook tab.reorderable-page.top { + border-width: 3px; + border-style: solid; + border-color: #222222; + background-color: #222222; + border-right-width: 1px; + border-right-color: #6d6d6d; + box-shadow: inset -3px 0px 0px 0px #222222; } + notebook tab.reorderable-page.top:hover, notebook tab.reorderable-page.top.prelight-page { + box-shadow: inset 0px -3px 0px 0px rgba(146, 146, 146, 0.3), inset -3px 0px 0px 0px #222222; } + notebook tab.reorderable-page.top:active, notebook tab.reorderable-page.top.active-page { + box-shadow: inset 0px -3px 0px 0px #363636, inset -3px 0px 0px 0px #222222; } + notebook tab.reorderable-page.top:active:hover, notebook tab.reorderable-page.top.active-page:hover { + background-color: #222222; + border-color: #222222; + border-right-color: #6d6d6d; } + notebook tab.reorderable-page.top:active:backdrop, notebook tab.reorderable-page.top.active-page:backdrop { + background-color: #222222; + border-color: #222222; + border-right-color: #6d6d6d; } + notebook tab.reorderable-page.top:backdrop { + background-color: #222222; + border-color: #222222; + border-right-color: #6d6d6d; } + notebook tab.reorderable-page.bottom { + border-width: 3px; + border-style: solid; + border-color: #222222; + background-color: #222222; + border-right-width: 1px; + border-right-color: #6d6d6d; + box-shadow: inset -3px 0px 0px 0px #222222; } + notebook tab.reorderable-page.bottom:hover, notebook tab.reorderable-page.bottom.prelight-page { + box-shadow: inset 0px -3px 0px 0px rgba(146, 146, 146, 0.3), inset -3px 0px 0px 0px #222222; } + notebook tab.reorderable-page.bottom:active, notebook tab.reorderable-page.bottom.active-page { + box-shadow: inset 0px -3px 0px 0px #363636, inset -3px 0px 0px 0px #222222; } + notebook tab.reorderable-page.bottom:active:hover, notebook tab.reorderable-page.bottom.active-page:hover { + background-color: #222222; + border-color: #222222; + border-right-color: #6d6d6d; } + notebook tab.reorderable-page.bottom:active:backdrop, notebook tab.reorderable-page.bottom.active-page:backdrop { + background-color: #222222; + border-color: #222222; + border-right-color: #6d6d6d; } + notebook tab.reorderable-page.bottom:backdrop { + background-color: #222222; + border-color: #222222; + border-right-color: #6d6d6d; } + notebook tab.reorderable-page.left { + border-width: 3px; + border-style: solid; + border-color: #222222; + background-color: #222222; + border-bottom-width: 1px; + border-bottom-color: #6d6d6d; + box-shadow: inset 0px -3px 0px 0px #222222; } + notebook tab.reorderable-page.left:hover, notebook tab.reorderable-page.left.prelight-page { + box-shadow: inset 0px -3px 0px 0px rgba(146, 146, 146, 0.3), inset 0px -3px 0px 0px #222222; } + notebook tab.reorderable-page.left:active, notebook tab.reorderable-page.left.active-page { + box-shadow: inset 0px -3px 0px 0px #363636, inset 0px -3px 0px 0px #222222; } + notebook tab.reorderable-page.left:active:hover, notebook tab.reorderable-page.left.active-page:hover { + background-color: #222222; + border-color: #222222; + border-bottom-color: #6d6d6d; } + notebook tab.reorderable-page.left:active:backdrop, notebook tab.reorderable-page.left.active-page:backdrop { + background-color: #222222; + border-color: #222222; + border-bottom-color: #6d6d6d; } + notebook tab.reorderable-page.left:backdrop { + background-color: #222222; + border-color: #222222; + border-bottom-color: #6d6d6d; } + notebook tab.reorderable-page.right { + border-width: 3px; + border-style: solid; + border-color: #222222; + background-color: #222222; + border-bottom-width: 1px; + border-bottom-color: #6d6d6d; + box-shadow: inset 0px -3px 0px 0px #222222; } + notebook tab.reorderable-page.right:hover, notebook tab.reorderable-page.right.prelight-page { + box-shadow: inset 0px -3px 0px 0px rgba(146, 146, 146, 0.3), inset 0px -3px 0px 0px #222222; } + notebook tab.reorderable-page.right:active, notebook tab.reorderable-page.right.active-page { + box-shadow: inset 0px -3px 0px 0px #363636, inset 0px -3px 0px 0px #222222; } + notebook tab.reorderable-page.right:active:hover, notebook tab.reorderable-page.right.active-page:hover { + background-color: #222222; + border-color: #222222; + border-bottom-color: #6d6d6d; } + notebook tab.reorderable-page.right:active:backdrop, notebook tab.reorderable-page.right.active-page:backdrop { + background-color: #222222; + border-color: #222222; + border-bottom-color: #6d6d6d; } + notebook tab.reorderable-page.right:backdrop { + background-color: #222222; + border-color: #222222; + border-bottom-color: #6d6d6d; } + notebook tab .label { + padding: 0 2px; + color: #EEEFF0; } + notebook tab .prelight-page .label, notebook tab .label.prelight-page { + color: #EEEFF0; } + notebook tab .active-page .label, notebook tab .label.active-page { + color: #EEEFF0; } + notebook tab button, notebook tab headerbar button.titlebutton, headerbar notebook tab button.titlebutton, + notebook tab .titlebar button.titlebutton, + .titlebar notebook tab button.titlebutton { + padding: 0px; + border: 1px solid transparent; + border-radius: 50%; + background-image: none; + background-color: #6d6d6d; + box-shadow: none; + -gtk-icon-shadow: none; + transition: none; + color: #222222; } + notebook tab button:hover { + background-color: #da4453; + border-color: transparent; + background-image: none; + box-shadow: none; } + notebook tab button:active { + color: #222222; + border-color: transparent; + background-image: none; + box-shadow: none; } + notebook tab button:backdrop { + color: #222222; + border-color: transparent; } + notebook tab button > image, notebook tab headerbar button.titlebutton > image, headerbar notebook tab button.titlebutton > image, + notebook tab .titlebar button.titlebutton > image, + .titlebar notebook tab button.titlebutton > image { + padding: 0px; } + notebook tab button .active-page, notebook tab button.active-page { + background-color: #da4453; } + notebook.arrow { + color: #909396; } + notebook.arrow:hover { + color: #363636; } + notebook.arrow:active { + color: #363636; } + notebook.arrow:disabled { + color: rgba(144, 147, 150, 0.3); } + notebook.arrow:backdrop { + color: #909396; } + notebook.arrow:backdrop:disabled { + color: rgba(144, 147, 150, 0.3); } + +/************** + * Scrollbars * + **************/ +scrollbar button, +.scrollbar button { + border: none; } + +scrollbar.vertical button.down, +.scrollbar.vertical button.down { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } + +scrollbar.vertical button.up, +.scrollbar.vertical button.up { + -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); } + +scrollbar.horizontal button.down, +.scrollbar.horizontal button.down { + -gtk-icon-source: -gtk-icontheme("pan-right-symbolic"); } + +scrollbar.horizontal button.up, +.scrollbar.horizontal button.up { + -gtk-icon-source: -gtk-icontheme("pan-left-symbolic"); } + +scrollbar.overlay-indicator:not(.dragging):not(.hovering), +.scrollbar.overlay-indicator:not(.dragging):not(.hovering) { + opacity: 0.4; } + scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider, + .scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider { + margin: 0; + background-color: #222222; + border: 1px solid rgba(0, 0, 0, 0.3); + background-clip: padding-box; } + scrollbar.overlay-indicator:not(.dragging):not(.hovering) trough, + .scrollbar.overlay-indicator:not(.dragging):not(.hovering) trough { + border-style: none; + background-color: transparent; } + scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical slider, + .scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical slider { + min-width: 4px; + margin-top: 2px; + margin-bottom: 2px; } + scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal slider, + .scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal slider { + min-height: 4px; + margin-left: 2px; + margin-right: 2px; } + +scrollbar.overlay-indicator.dragging, scrollbar.overlay-indicator.hovering, +.scrollbar.overlay-indicator.dragging, +.scrollbar.overlay-indicator.hovering { + opacity: 0.99; } + +scrollbar trough, +.scrollbar trough { + background-color: #222222; + border: 1px none #222222; } + +scrollbar slider, +scrollbar .slider, +.scrollbar slider, +.scrollbar .slider { + background-color: #a8a8a9; } + scrollbar slider:hover, + scrollbar .slider:hover, + .scrollbar slider:hover, + .scrollbar .slider:hover { + background-color: #888888; } + scrollbar slider:hover:active, + scrollbar .slider:hover:active, + .scrollbar slider:hover:active, + .scrollbar .slider:hover:active { + background-color: #888888; } + scrollbar slider:disabled, + scrollbar .slider:disabled, + .scrollbar slider:disabled, + .scrollbar .slider:disabled { + background-color: transparent; } + +scrollbar slider, +scrollbar .slider, +.scrollbar slider, +.scrollbar .slider { + border-radius: 100px; + margin: 3px; } + +scrollbar.vertical.fine-tune slider, +.scrollbar.vertical.fine-tune slider { + min-width: 4px; + margin: 4px; } + +scrollbar.vertical slider, +.scrollbar.vertical slider { + min-height: 42px; + min-width: 6px; + margin: 3px; } + +scrollbar.vertical trough:dir(ltr), +.scrollbar.vertical trough:dir(ltr) { + border-left-style: solid; } + +scrollbar.vertical trough:dir(rtl), +.scrollbar.vertical trough:dir(rtl) { + border-right-style: solid; } + +scrollbar.horizontal.fine-tune slider, +.scrollbar.horizontal.fine-tune slider { + min-height: 4px; + margin: 4px; } + +scrollbar.horizontal slider, +scrollbar.horizontal .slider, +.scrollbar.horizontal slider, +.scrollbar.horizontal .slider { + min-height: 6px; + min-width: 42px; + margin-top: 3px; } + +scrollbar.horizontal trough, +.scrollbar.horizontal trough { + border-top-style: solid; } + +/********** + * Switch * + **********/ + switch { + -switch-slider-width: 30px; + font-weight: bold; + font-size: smaller; + outline-offset: 0px; + box-shadow: inset 0 1px rgba(255, 255, 255, 0); } + switch { + border: 1px solid #6d6d6d; + border-radius: 3px; + color: #EEEFF0; + background-image: none; + background-color: #222222; + text-shadow: none; } + switch:active, switch:checked { + color: #363636; + border-color: #363636; + box-shadow: none; + text-shadow: none; } + switch:active:hover { + border-color: #363636; } + switch:hover { + border-color: #363636; } + switch:disabled { + color: #909396; + border-color: #6d6d6d; + background-image: none; + background-color: #3f3f3f; + box-shadow: none; + text-shadow: none; } + switch slider { + padding: 3px; + border: 3px solid; + border-radius: 3px; + border-color: rgba(255, 255, 255, 0); + box-shadow: none; + background-color: #6d6d6d; } + switch slider:hover { + box-shadow: none; } + switch slider:active { + background-color: #363636; } + switch slider:active:hover { + background-color: #363636; } + switch slider:disabled { + background-color: #3f3f3f; } row:selected switch { + box-shadow: none; + border-color: #363636; } + row:selected switch:backdrop { + border-color: #363636; } + row:selected switch slider:dir(rtl) { + border-left-color: #c2c2c2; } + row:selected switch slider:dir(ltr) { + border-right-color: #c2c2c2; } + row:selected switch slider, row:selected switch slider:active { + border-color: #363636; } +/************************* + * Check and Radio items * + *************************/ +check { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-dark.png"), url("assets/checkbox-unchecked-dark@2.png")); + -gtk-icon-shadow: 0 1px 0 rgba(238, 239, 240, 0.1); } + check.button.flat, headerbar check.titlebutton.button, + .titlebar check.titlebutton.button { + -gtk-icon-shadow: none; } + +check:hover { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-hover-dark.png"), url("assets/checkbox-unchecked-hover-dark@2.png")); + -gtk-icon-shadow: 0 1px 0 rgba(238, 239, 240, 0.1); } + check:hover.button.flat, headerbar check.titlebutton.button:hover, + .titlebar check.titlebutton.button:hover { + -gtk-icon-shadow: none; } + +check:active { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-active-dark.png"), url("assets/checkbox-unchecked-active-dark@2.png")); + -gtk-icon-shadow: 0 1px 0 rgba(238, 239, 240, 0.1); } + check:active.button.flat, headerbar check.titlebutton.button:active, + .titlebar check.titlebutton.button:active { + -gtk-icon-shadow: none; } + +check:disabled { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png")); + -gtk-icon-shadow: 0 1px 0 rgba(238, 239, 240, 0.1); } + check:disabled.button.flat, headerbar check.titlebutton.button:disabled, + .titlebar check.titlebutton.button:disabled { + -gtk-icon-shadow: none; } + +check:backdrop { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-backdrop-dark.png"), url("assets/checkbox-unchecked-backdrop-dark@2.png")); + -gtk-icon-shadow: none; } + check:backdrop.button.flat, headerbar check.titlebutton.button:backdrop, + .titlebar check.titlebutton.button:backdrop { + -gtk-icon-shadow: none; } + +check:backdrop:disabled { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-backdrop-insensitive-dark.png"), url("assets/checkbox-unchecked-backdrop-insensitive-dark@2.png")); + -gtk-icon-shadow: none; } + check:backdrop:disabled.button.flat, headerbar check.titlebutton.button:backdrop:disabled, + .titlebar check.titlebutton.button:backdrop:disabled { + -gtk-icon-shadow: none; } + +check:indeterminate { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-dark.png"), url("assets/checkbox-mixed-dark@2.png")); + -gtk-icon-shadow: 0 1px 0 rgba(238, 239, 240, 0.1); } + check:indeterminate.button.flat, headerbar check.titlebutton.button:indeterminate, + .titlebar check.titlebutton.button:indeterminate { + -gtk-icon-shadow: none; } + +check:indeterminate:hover { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-hover-dark.png"), url("assets/checkbox-mixed-hover-dark@2.png")); + -gtk-icon-shadow: 0 1px 0 rgba(238, 239, 240, 0.1); } + check:indeterminate:hover.button.flat, headerbar check.titlebutton.button:indeterminate:hover, + .titlebar check.titlebutton.button:indeterminate:hover { + -gtk-icon-shadow: none; } + +check:indeterminate:selected { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-active-dark.png"), url("assets/checkbox-mixed-active-dark@2.png")); + -gtk-icon-shadow: 0 1px 0 rgba(238, 239, 240, 0.1); } + check:indeterminate:selected.button.flat, headerbar check.titlebutton.button:indeterminate:selected, + .titlebar check.titlebutton.button:indeterminate:selected { + -gtk-icon-shadow: none; } + +check:indeterminate:backdrop { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-backdrop-dark.png"), url("assets/checkbox-mixed-backdrop-dark@2.png")); + -gtk-icon-shadow: none; } + check:indeterminate:backdrop.button.flat, headerbar check.titlebutton.button:indeterminate:backdrop, + .titlebar check.titlebutton.button:indeterminate:backdrop { + -gtk-icon-shadow: none; } + +check:indeterminate:disabled { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png")); + -gtk-icon-shadow: 0 1px 0 rgba(238, 239, 240, 0.1); } + check:indeterminate:disabled.button.flat, headerbar check.titlebutton.button:indeterminate:disabled, + .titlebar check.titlebutton.button:indeterminate:disabled { + -gtk-icon-shadow: none; } + +check:indeterminate:disabled:backdrop { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-backdrop-insensitive-dark.png"), url("assets/checkbox-mixed-backdrop-insensitive-dark@2.png")); + -gtk-icon-shadow: none; } + check:indeterminate:disabled:backdrop.button.flat, headerbar check.titlebutton.button:indeterminate:disabled:backdrop, + .titlebar check.titlebutton.button:indeterminate:disabled:backdrop { + -gtk-icon-shadow: none; } + +check:checked { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-dark.png"), url("assets/checkbox-checked-dark@2.png")); + -gtk-icon-shadow: 0 1px 0 rgba(238, 239, 240, 0.1); } + check:checked.button.flat, headerbar check.titlebutton.button:checked, + .titlebar check.titlebutton.button:checked { + -gtk-icon-shadow: none; } + +check:checked:disabled { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png")); + -gtk-icon-shadow: 0 1px 0 rgba(238, 239, 240, 0.1); } + check:checked:disabled.button.flat, headerbar check.titlebutton.button:checked:disabled, + .titlebar check.titlebutton.button:checked:disabled { + -gtk-icon-shadow: none; } + +check:checked:hover { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-hover-dark.png"), url("assets/checkbox-checked-hover-dark@2.png")); + -gtk-icon-shadow: 0 1px 0 rgba(238, 239, 240, 0.1); } + check:checked:hover.button.flat, headerbar check.titlebutton.button:checked:hover, + .titlebar check.titlebutton.button:checked:hover { + -gtk-icon-shadow: none; } + +check:checked:active { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-active-dark.png"), url("assets/checkbox-checked-active-dark@2.png")); + -gtk-icon-shadow: 0 1px 0 rgba(238, 239, 240, 0.1); } + check:checked:active.button.flat, headerbar check.titlebutton.button:checked:active, + .titlebar check.titlebutton.button:checked:active { + -gtk-icon-shadow: none; } + +check:backdrop:checked { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-backdrop-dark.png"), url("assets/checkbox-checked-backdrop-dark@2.png")); + -gtk-icon-shadow: none; } + check:backdrop:checked.button.flat, headerbar check.titlebutton.button:backdrop:checked, + .titlebar check.titlebutton.button:backdrop:checked { + -gtk-icon-shadow: none; } + +check:backdrop:checked:disabled { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-backdrop-insensitive-dark.png"), url("assets/checkbox-checked-backdrop-insensitive-dark@2.png")); + -gtk-icon-shadow: none; } + check:backdrop:checked:disabled.button.flat, headerbar check.titlebutton.button:backdrop:checked:disabled, + .titlebar check.titlebutton.button:backdrop:checked:disabled { + -gtk-icon-shadow: none; } + +menu menuitem.check { + -gtk-icon-source: -gtk-icontheme("checkbox-symbolic"); + color: #a2a5a8; + -gtk-icon-shadow: none; } + menu menuitem.check:active, menu menuitem.check:checked { + -gtk-icon-source: -gtk-icontheme("checkbox-checked-symbolic"); + color: #363636; } + menu menuitem.check:indeterminate { + -gtk-icon-source: -gtk-icontheme("checkbox-mixed-symbolic"); } + menu menuitem.check:hover { + color: #EEEFF0; } + menu menuitem.check:disabled { + color: #616569; } + +radio { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-dark.png"), url("assets/radio-unchecked-dark@2.png")); + -gtk-icon-shadow: 0 1px 0 rgba(238, 239, 240, 0.1); } + radio.button.flat, headerbar radio.titlebutton.button, + .titlebar radio.titlebutton.button { + -gtk-icon-shadow: none; } + +radio:hover { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-hover-dark.png"), url("assets/radio-unchecked-hover-dark@2.png")); + -gtk-icon-shadow: 0 1px 0 rgba(238, 239, 240, 0.1); } + radio:hover.button.flat, headerbar radio.titlebutton.button:hover, + .titlebar radio.titlebutton.button:hover { + -gtk-icon-shadow: none; } + +radio:active { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-active-dark.png"), url("assets/radio-unchecked-active-dark@2.png")); + -gtk-icon-shadow: 0 1px 0 rgba(238, 239, 240, 0.1); } + radio:active.button.flat, headerbar radio.titlebutton.button:active, + .titlebar radio.titlebutton.button:active { + -gtk-icon-shadow: none; } + +radio:disabled { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png")); + -gtk-icon-shadow: 0 1px 0 rgba(238, 239, 240, 0.1); } + radio:disabled.button.flat, headerbar radio.titlebutton.button:disabled, + .titlebar radio.titlebutton.button:disabled { + -gtk-icon-shadow: none; } + +radio:backdrop { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-backdrop-dark.png"), url("assets/radio-unchecked-backdrop-dark@2.png")); + -gtk-icon-shadow: none; } + radio:backdrop.button.flat, headerbar radio.titlebutton.button:backdrop, + .titlebar radio.titlebutton.button:backdrop { + -gtk-icon-shadow: none; } + +radio:backdrop:disabled { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-backdrop-insensitive-dark.png"), url("assets/radio-unchecked-backdrop-insensitive-dark@2.png")); + -gtk-icon-shadow: none; } + radio:backdrop:disabled.button.flat, headerbar radio.titlebutton.button:backdrop:disabled, + .titlebar radio.titlebutton.button:backdrop:disabled { + -gtk-icon-shadow: none; } + +radio:indeterminate { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-dark.png"), url("assets/radio-mixed-dark@2.png")); + -gtk-icon-shadow: 0 1px 0 rgba(238, 239, 240, 0.1); } + radio:indeterminate.button.flat, headerbar radio.titlebutton.button:indeterminate, + .titlebar radio.titlebutton.button:indeterminate { + -gtk-icon-shadow: none; } + +radio:indeterminate:hover { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-hover-dark.png"), url("assets/radio-mixed-hover-dark@2.png")); + -gtk-icon-shadow: 0 1px 0 rgba(238, 239, 240, 0.1); } + radio:indeterminate:hover.button.flat, headerbar radio.titlebutton.button:indeterminate:hover, + .titlebar radio.titlebutton.button:indeterminate:hover { + -gtk-icon-shadow: none; } + +radio:indeterminate:selected { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-active-dark.png"), url("assets/radio-mixed-active-dark@2.png")); + -gtk-icon-shadow: 0 1px 0 rgba(238, 239, 240, 0.1); } + radio:indeterminate:selected.button.flat, headerbar radio.titlebutton.button:indeterminate:selected, + .titlebar radio.titlebutton.button:indeterminate:selected { + -gtk-icon-shadow: none; } + +radio:indeterminate:backdrop { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-backdrop-dark.png"), url("assets/radio-mixed-backdrop-dark@2.png")); + -gtk-icon-shadow: none; } + radio:indeterminate:backdrop.button.flat, headerbar radio.titlebutton.button:indeterminate:backdrop, + .titlebar radio.titlebutton.button:indeterminate:backdrop { + -gtk-icon-shadow: none; } + +radio:indeterminate:disabled { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png")); + -gtk-icon-shadow: 0 1px 0 rgba(238, 239, 240, 0.1); } + radio:indeterminate:disabled.button.flat, headerbar radio.titlebutton.button:indeterminate:disabled, + .titlebar radio.titlebutton.button:indeterminate:disabled { + -gtk-icon-shadow: none; } + +radio:indeterminate:disabled:backdrop { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-backdrop-insensitive-dark.png"), url("assets/radio-mixed-backdrop-insensitive-dark@2.png")); + -gtk-icon-shadow: none; } + radio:indeterminate:disabled:backdrop.button.flat, headerbar radio.titlebutton.button:indeterminate:disabled:backdrop, + .titlebar radio.titlebutton.button:indeterminate:disabled:backdrop { + -gtk-icon-shadow: none; } + +radio:checked { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-dark.png"), url("assets/radio-checked-dark@2.png")); + -gtk-icon-shadow: 0 1px 0 rgba(238, 239, 240, 0.1); } + radio:checked.button.flat, headerbar radio.titlebutton.button:checked, + .titlebar radio.titlebutton.button:checked { + -gtk-icon-shadow: none; } + +radio:checked:disabled { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png")); + -gtk-icon-shadow: 0 1px 0 rgba(238, 239, 240, 0.1); } + radio:checked:disabled.button.flat, headerbar radio.titlebutton.button:checked:disabled, + .titlebar radio.titlebutton.button:checked:disabled { + -gtk-icon-shadow: none; } + +radio:checked:hover { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-hover-dark.png"), url("assets/radio-checked-hover-dark@2.png")); + -gtk-icon-shadow: 0 1px 0 rgba(238, 239, 240, 0.1); } + radio:checked:hover.button.flat, headerbar radio.titlebutton.button:checked:hover, + .titlebar radio.titlebutton.button:checked:hover { + -gtk-icon-shadow: none; } + +radio:checked:active { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-active-dark.png"), url("assets/radio-checked-active-dark@2.png")); + -gtk-icon-shadow: 0 1px 0 rgba(238, 239, 240, 0.1); } + radio:checked:active.button.flat, headerbar radio.titlebutton.button:checked:active, + .titlebar radio.titlebutton.button:checked:active { + -gtk-icon-shadow: none; } + +radio:backdrop:checked { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-backdrop-dark.png"), url("assets/radio-checked-backdrop-dark@2.png")); + -gtk-icon-shadow: none; } + radio:backdrop:checked.button.flat, headerbar radio.titlebutton.button:backdrop:checked, + .titlebar radio.titlebutton.button:backdrop:checked { + -gtk-icon-shadow: none; } + +radio:backdrop:checked:disabled { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-backdrop-insensitive-dark.png"), url("assets/radio-checked-backdrop-insensitive-dark@2.png")); + -gtk-icon-shadow: none; } + radio:backdrop:checked:disabled.button.flat, headerbar radio.titlebutton.button:backdrop:checked:disabled, + .titlebar radio.titlebutton.button:backdrop:checked:disabled { + -gtk-icon-shadow: none; } + +menu menuitem.radio { + -gtk-icon-source: -gtk-icontheme("radio-symbolic"); + color: #a2a5a8; + -gtk-icon-shadow: none; } + menu menuitem.radio:active, menu menuitem.radio:checked { + -gtk-icon-source: -gtk-icontheme("radio-checked-symbolic"); + color: #363636; } + menu menuitem.radio:indeterminate { + -gtk-icon-source: -gtk-icontheme("radio-mixed-symbolic"); } + menu menuitem.radio:hover { + color: #EEEFF0; } + menu menuitem.radio:disabled { + color: #616569; } + +.view.check, .view.radio, +list-row check, list-row radio { + -gtk-icon-shadow: none; } + .view.check:selected, calendar.check:selected, .view.check:hover, .view.radio:selected, calendar.radio:selected, .view.radio:hover, + list-row check:selected, + list-row check:hover, list-row radio:selected, list-row radio:hover { + -gtk-icon-shadow: none; } + +.content-view { + background-color: #212427; } + .content-view:backdrop { + background-color: #212427; } + +.view.content-view.check { + -gtk-icon-shadow: none; + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-selectionmode.png"), url("assets/checkbox-selectionmode@2.png")); + background-color: transparent; } + +.view.content-view.check:hover { + -gtk-icon-shadow: none; + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-hover-selectionmode.png"), url("assets/checkbox-hover-selectionmode@2.png")); + background-color: transparent; } + +.view.content-view.check:active { + -gtk-icon-shadow: none; + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-active-selectionmode.png"), url("assets/checkbox-active-selectionmode@2.png")); + background-color: transparent; } + +.view.content-view.check:backdrop { + -gtk-icon-shadow: none; + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-backdrop-selectionmode.png"), url("assets/checkbox-backdrop-selectionmode@2.png")); + background-color: transparent; } + +.view.content-view.check:checked { + -gtk-icon-shadow: none; + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-selectionmode.png"), url("assets/checkbox-checked-selectionmode@2.png")); + background-color: transparent; } + +.view.content-view.check:checked:hover { + -gtk-icon-shadow: none; + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-hover-selectionmode.png"), url("assets/checkbox-checked-hover-selectionmode@2.png")); + background-color: transparent; } + +.view.content-view.check:checked:active { + -gtk-icon-shadow: none; + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-active-selectionmode.png"), url("assets/checkbox-checked-active-selectionmode@2.png")); + background-color: transparent; } + +.view.content-view.check:backdrop:checked { + -gtk-icon-shadow: none; + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-backdrop-selectionmode.png"), url("assets/checkbox-checked-backdrop-selectionmode@2.png")); + background-color: transparent; } + +checkbutton.text-button, radiobutton.text-button { + padding: 1px 2px 4px; + outline-offset: 0; } + checkbutton.text-button:disabled, checkbutton.text-button:disabled:active, checkbutton.text-button:disabled:indeterminate, radiobutton.text-button:disabled, radiobutton.text-button:disabled:active, radiobutton.text-button:disabled:indeterminate { + color: #909396; } + checkbutton.text-button:disabled:backdrop, checkbutton.text-button:disabled:active:backdrop, checkbutton.text-button:disabled:indeterminate:backdrop, radiobutton.text-button:disabled:backdrop, radiobutton.text-button:disabled:active:backdrop, radiobutton.text-button:disabled:indeterminate:backdrop { + color: #545c65; } + +/************ + * GtkScale * + ************/ +scale { + -GtkRange-trough-border: 2; + outline-offset: -9px; + -gtk-outline-radius: 4px; } + scale.fine-tune { + outline-offset: -7px; + -gtk-outline-radius: 6px; } + scale.fine-tune trough { + margin: 8px; + border-radius: 4px; } + scale slider { + box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); + color: #363636; + border-color: #c2c2c2; + background-image: linear-gradient(to bottom, #f4f5f6, #eff0f1); + border: 1px solid; + border-radius: 50%; + border-color: #363636; + box-shadow: inset 0 1px white, inset 0 -2px #eff0f1, inset 0 -1px #d6dadc; } + scale slider:hover { + border-width: 2px; + color: #363636; + border-color: #363636; + background-image: linear-gradient(to bottom, #eff0f1, #eff0f1); + border-color: #2E2E2E; + border-radius: 50%; + box-shadow: inset 0 1px white, inset 0 -2px white, inset 0 -1px #e0e3e4; } + scale slider:disabled { + border-style: solid; + border-radius: 50%; + background-image: linear-gradient(to bottom, #e6e7e8); + box-shadow: none; } + scale slider:active { + border: 2px solid #363636; } + scale trough { + min-height: 4px; + min-width: 4px; + margin: 9px; + border: 1px solid transparent; + border-radius: 4px; + background-color: #c2c2c2; + box-shadow: none; } + scale trough highlight { + background-color: #363636; + border-color: transparent; + box-shadow: none; } + scale.vertical trough highlight { + background-color: #363636; } + scale trough:disabled, scale.vertical trough:disabled { + border-color: transparent; + background-image: none; + background-color: #e6e7e8; + box-shadow: none; } + .osd scale slider { + color: #363636; + border-color: #c2c2c2; + background-image: none; + background-color: #eff0f1; + background-clip: padding-box; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; + font-weight: normal; + background-color: #4f4f4f; } + .osd scale slider:hover { + color: #363636; + border-color: #363636; + background-image: none; + background-clip: padding-box; + text-shadow: none; + -gtk-icon-shadow: none; } + .osd scale slider:active { + color: #fcfcfc; + border-color: rgba(252, 252, 252, 0.8); + background-image: linear-gradient(to bottom, #363636, shade(#363636, 0.8)); + background-clip: padding-box; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; } + .osd scale slider:backdrop { + background-clip: padding-box; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; } + .osd scale trough { + border-color: transparent; + box-shadow: none; + margin: 9px; + background-color: #c2c2c2; + outline-color: rgba(49, 54, 59, 0.2); + outline-offset: -8px; } + .osd scale trough.fine-tune { + margin: 7px; } + .osd scale trough highlight { + background-image: none; + background-color: #363636; } + .osd scale trough:disabled, .osd scale trough:backdrop:disabled { + border-color: transparent; + background-color: transparent; } + .osd scale trough:backdrop { + border-color: transparent; + background-image: none; } + scale value { + color: alpha(currentColor,0.4); } + scale marks { + color: alpha(currentColor,0.4); } + scale.horizontal indicator { + min-height: 6px; + min-width: 1px; } + scale.horizontal.fine-tune indicator { + min-height: 3px; } + scale.vertical indicator { + min-height: 1px; + min-width: 6px; } + scale.vertical.fine-tune indicator { + min-width: 3px; } + scale.color.horizontal slider:hover, scale.color.horizontal slider:disabled, scale.color.horizontal slider, + scale.horizontal contents:first-child > trough > slider, + scale.horizontal contents:last-child > trough > slider { + margin: -10px; + border-style: none; + border-radius: 0; + background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-above-dark.png"), url("assets/slider-horz-scale-has-marks-above-dark@2.png")); + background-size: 16px; + background-color: transparent; + background-position: center; + background-repeat: no-repeat; + box-shadow: none; } + scale.color.horizontal slider:hover, + scale.horizontal contents:first-child > trough > slider:hover, + scale.horizontal contents:last-child > trough > slider:hover { + margin: -10px; + border-style: none; + border-radius: 0; + background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-above-hover-dark.png"), url("assets/slider-horz-scale-has-marks-above-hover-dark@2.png")); + background-size: 16px; + background-color: transparent; + background-position: center; + background-repeat: no-repeat; + box-shadow: none; } + scale.color.horizontal slider:active, + scale.horizontal contents:first-child > trough > slider:active, + scale.horizontal contents:last-child > trough > slider:active { + margin: -10px; + border-style: none; + border-radius: 0; + background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-above-active-dark.png"), url("assets/slider-horz-scale-has-marks-above-active-dark@2.png")); + background-size: 16px; + background-color: transparent; + background-position: center; + background-repeat: no-repeat; + box-shadow: none; } + scale.color.horizontal slider:disabled, + scale.horizontal contents:first-child > trough > slider:disabled, + scale.horizontal contents:last-child > trough > slider:disabled { + margin: -10px; + border-style: none; + border-radius: 0; + background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-above-insensitive-dark.png"), url("assets/slider-horz-scale-has-marks-above-insensitive-dark@2.png")); + background-color: transparent; + background-size: 16px; + background-position: center; + background-repeat: no-repeat; + box-shadow: none; } + scale.color.vertical:dir(ltr) slider:hover, scale.color.vertical:dir(ltr) slider:disabled, scale.color.vertical:dir(ltr) slider, + scale.color.vertical:dir(rtl) slider:hover, scale.color.vertical:dir(rtl) slider:disabled, scale.color.vertical:dir(rtl) slider, + scale.vertical contents:first-child > trough > slider, + scale.vertical contents:last-child > trough > slider { + margin: -10px; + border-style: none; + border-radius: 0; + background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-above-dark.png"), url("assets/slider-vert-scale-has-marks-above-dark@2.png")); + background-color: transparent; + background-size: 16px; + background-position: center; + background-repeat: no-repeat; + box-shadow: none; } + scale.color.vertical:dir(ltr) slider:hover, + scale.color.vertical:dir(rtl) slider:hover, + scale.vertical contents:first-child > trough > slider:hover, + scale.vertical contents:last-child > trough > slider:hover { + margin: -10px; + border-style: none; + border-radius: 0; + background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-above-hover-dark.png"), url("assets/slider-vert-scale-has-marks-above-hover-dark@2.png")); + background-color: transparent; + background-size: 16px; + background-position: center; + background-repeat: no-repeat; + box-shadow: none; } + scale.color.vertical:dir(ltr) slider:active, + scale.color.vertical:dir(rtl) slider:active, + scale.vertical contents:first-child > trough > slider:active, + scale.vertical contents:last-child > trough > slider:active { + margin: -10px; + border-style: none; + border-radius: 0; + background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-above-active-dark.png"), url("assets/slider-vert-scale-has-marks-above-active-dark@2.png")); + background-color: transparent; + background-size: 16px; + background-position: center; + background-repeat: no-repeat; + box-shadow: none; } + scale.color.vertical:dir(ltr) slider:disabled, + scale.color.vertical:dir(rtl) slider:disabled, + scale.vertical contents:first-child > trough > slider:disable, + scale.vertical contents:last-child > trough > slider:disabled { + margin: -10px; + border-style: none; + border-radius: 0; + background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-above-insensitive-dark.png"), url("assets/slider-vert-scale-has-marks-above-insensitive-dark@2.png")); + background-color: transparent; + background-size: 16px; + background-position: center; + background-repeat: no-repeat; + box-shadow: none; } + scale.color { + min-height: 0; + min-width: 0; } + scale.color trough { + background-image: linear-gradient(to top, #b0b0b0); + background-repeat: no-repeat; } + +/***************** + * Progress bars * + *****************/ +progressbar { + padding: 0; + font-size: smaller; + color: rgba(238, 239, 240, 0.4); + box-shadow: none; } + progressbar .osd { + -progressbar-xspacing: 0; + -progressbar-yspacing: 0; + -progressbar-min-horizontal-bar-height: 3; } + progressbar trough { + border: 1px solid transparent; + border-radius: 3px; + background-color: #6d6d6d; } + progressbar .osd trough { + border-style: none; + background-color: transparent; + box-shadow: none; } + +progressbar progress { + background-color: #363636; + border: 1px solid #363636; + border-radius: 0px; + box-shadow: none; } + progressbar.left progress { + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; } + progressbar.right progress { + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; } + progressbar.left.right progress { + box-shadow: none; } + progressbar.vertical.bottom progress { + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; + box-shadow: none; } + progressbar.vertical.top progress { + border-top-left-radius: 3px; + border-top-right-radius: 3px; } + progressbar .osd progress { + background-image: none; + background-color: #363636; + border-style: none; + border-radius: 0; } + +/************* + * Level Bar * + *************/ +levelbar.vertical { + -GtkLevelBar-min-block-width: 6; + -GtkLevelBar-min-block-height: 34; } + +levelbar { + box-shadow: none; + -GtkLevelBar-min-block-width: 34; + -GtkLevelBar-min-block-height: 6; } + levelbar.vertical { + -GtkLevelBar-min-block-width: 6; + -GtkLevelBar-min-block-height: 34; } + levelbar trough { + border: 1px solid transparent; + padding: 2px; + border-radius: 2px; + background-color: transparent; } + levelbar block.filled { + border: 1px solid #363636; + background-color: #363636; + box-shadow: none; + border-radius: 2px; } + levelbar.discrete.horizontal block.filled { + margin: 0 1px; } + levelbar.discrete.vertical block.filled { + margin: 1px 0; } + levelbar block.filled.high { + border-color: #5aa411; + background-color: #5aa411; } + levelbar block.filled.high:backdrop { + border-color: #5aa411; } + levelbar block.filled.low { + border-color: #f67400; + background-color: #f67400; } + levelbar block.filled.low:backdrop { + border-color: #f67400; } + levelbar block.filled.empty { + background-color: #6d6d6d; + border-color: transparent; + box-shadow: none; } + +/********** + * Frames * + **********/ +frame { + border: 1px solid #6d6d6d; + padding: 0; } + frame.flat { + border-style: none; } + frame.action-bar { + padding: 6px; + border-width: 1px 0 0; } + +scrolledwindow viewport.frame, frame box stack scrolledwindow { + border-style: none; } + +.separator, placessidebar.sidebar .view .separator, +placessidebar.sidebar .view .separator:backdrop { + color: rgba(0, 0, 0, 0.1); } + filechooserbutton .separator.vertical, filechooserbutton placessidebar.sidebar .view .vertical.separator, placessidebar.sidebar .view filechooserbutton .vertical.separator, button.font .separator.vertical, button.font placessidebar.sidebar .view .vertical.separator, placessidebar.sidebar .view button.font .vertical.separator { + -GtkWidget-wide-separators: true; } + +/********* + * Lists * + *********/ +list, list-row { + background-color: #222222; + border-width: 0px; + border-color: #363636; } + +list-row, +.grid-child { + padding: 0px 2px; + border-style: solid; + border-width: 0px; + border-color: #363636; } + +list-row.button, headerbar list-row.button.titlebutton, +.titlebar list-row.button.titlebutton, +list-row.button:backdrop, +list-row.button:backdrop:active, +list-row.button:backdrop:checked, +list-row.button:backdrop:disabled, +list-row.button:backdrop:disabled:active, +list-row.button:backdrop:disabled:checked, +list-row.button:disabled:active, +list-row.button:disabled:checked { + background-color: rgba(35, 38, 41, 0); + border-style: none; + border-radius: 0; + box-shadow: none; } + +list-row.button:hover { + background-color: rgba(146, 146, 146, 0.2); } +list-row.button:active { + box-shadow: none; } +list-row.button:selected:active { + box-shadow: inset 0 2px 3px -1px rgba(0, 0, 0, 0.5); } +list-row.button:selected:hover { + background-color: #4fb4e9; } +list-row.button:selected:backdrop { + background-color: #363636; } +list-row.button:backdrop:hover { + background-color: transparent; } + +list-row:selected button { + box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); + color: #EEEFF0; + border-color: #6d6d6d; + background-image: linear-gradient(to bottom, #3c3c3c, #363636); } + list-row:selected button.flat, list-row:selected headerbar .titlebutton.button, headerbar list-row:selected .titlebutton.button, + list-row:selected .titlebar .titlebutton.button, + .titlebar list-row:selected .titlebutton.button { + border-color: rgba(255, 255, 255, 0); + background-color: transparent; + background-image: none; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; + color: #EEEFF0; } + list-row:selected button:hover { + color: #EEEFF0; + border-color: #363636; + background-image: linear-gradient(to bottom, #363636, #363636); } + list-row:selected button:active, list-row:selected button:checked { + color: #222222; + border-color: #6d6d6d; + background-image: linear-gradient(to bottom, #363636, shade(#363636, 0.8)); } + list-row:selected button:backdrop, list-row:selected button.flat:backdrop, list-row:selected headerbar .titlebutton.button:backdrop, headerbar list-row:selected .titlebutton.button:backdrop, + list-row:selected .titlebar .titlebutton.button:backdrop, + .titlebar list-row:selected .titlebutton.button:backdrop { + color: #EEEFF0; + border-color: #6d6d6d; + background-image: linear-gradient(to bottom, #222222); + text-shadow: none; + -gtk-icon-shadow: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0); } + list-row:selected button:backdrop:active, list-row:selected button:backdrop:checked, list-row:selected button.flat:backdrop:active, list-row:selected headerbar .titlebutton.button:backdrop:active, headerbar list-row:selected .titlebutton.button:backdrop:active, + list-row:selected .titlebar .titlebutton.button:backdrop:active, + .titlebar list-row:selected .titlebutton.button:backdrop:active, list-row:selected button.flat:backdrop:checked, list-row:selected headerbar .titlebutton.button:backdrop:checked, headerbar list-row:selected .titlebutton.button:backdrop:checked, + list-row:selected .titlebar .titlebutton.button:backdrop:checked, + .titlebar list-row:selected .titlebutton.button:backdrop:checked { + color: #646464; + border-color: #63686c; + background-image: linear-gradient(to bottom, #43484c); + box-shadow: inset 0 1px rgba(255, 255, 255, 0); } + list-row:selected button:backdrop:disabled, list-row:selected button.flat:backdrop:disabled, list-row:selected headerbar .titlebutton.button:backdrop:disabled, headerbar list-row:selected .titlebutton.button:backdrop:disabled, + list-row:selected .titlebar .titlebutton.button:backdrop:disabled, + .titlebar list-row:selected .titlebutton.button:backdrop:disabled { + color: #545c65; + border-color: #63686c; + background-image: linear-gradient(to bottom, #3f3f3f); + text-shadow: none; + -gtk-icon-shadow: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0); } + list-row:selected button:backdrop:disabled > .label, list-row:selected headerbar button.titlebutton:backdrop:disabled > .label, + list-row:selected .titlebar button.titlebutton:backdrop:disabled > .label, list-row:selected button.flat:backdrop:disabled > .label, list-row:selected headerbar .titlebutton.button:backdrop:disabled > .label, headerbar list-row:selected .titlebutton.button:backdrop:disabled > .label, + list-row:selected .titlebar .titlebutton.button:backdrop:disabled > .label, + .titlebar list-row:selected .titlebutton.button:backdrop:disabled > .label { + color: inherit; } + list-row:selected button:backdrop:disabled:active, list-row:selected button:backdrop:disabled:checked, list-row:selected button.flat:backdrop:disabled:active, list-row:selected headerbar .titlebutton.button:backdrop:disabled:active, headerbar list-row:selected .titlebutton.button:backdrop:disabled:active, + list-row:selected .titlebar .titlebutton.button:backdrop:disabled:active, + .titlebar list-row:selected .titlebutton.button:backdrop:disabled:active, list-row:selected button.flat:backdrop:disabled:checked, list-row:selected headerbar .titlebutton.button:backdrop:disabled:checked, headerbar list-row:selected .titlebutton.button:backdrop:disabled:checked, + list-row:selected .titlebar .titlebutton.button:backdrop:disabled:checked, + .titlebar list-row:selected .titlebutton.button:backdrop:disabled:checked { + color: #545c65; + border-color: #63686c; + background-image: linear-gradient(to bottom, #2e3236); } + list-row:selected button:backdrop:disabled:active > .label, list-row:selected headerbar button.titlebutton:backdrop:disabled:active > .label, + list-row:selected .titlebar button.titlebutton:backdrop:disabled:active > .label, list-row:selected button:backdrop:disabled:checked > .label, list-row:selected headerbar button.titlebutton:backdrop:disabled:checked > .label, + list-row:selected .titlebar button.titlebutton:backdrop:disabled:checked > .label, list-row:selected button.flat:backdrop:disabled:active > .label, list-row:selected headerbar .titlebutton.button:backdrop:disabled:active > .label, headerbar list-row:selected .titlebutton.button:backdrop:disabled:active > .label, + list-row:selected .titlebar .titlebutton.button:backdrop:disabled:active > .label, + .titlebar list-row:selected .titlebutton.button:backdrop:disabled:active > .label, list-row:selected button.flat:backdrop:disabled:checked > .label, list-row:selected headerbar .titlebutton.button:backdrop:disabled:checked > .label, headerbar list-row:selected .titlebutton.button:backdrop:disabled:checked > .label, + list-row:selected .titlebar .titlebutton.button:backdrop:disabled:checked > .label, + .titlebar list-row:selected .titlebutton.button:backdrop:disabled:checked > .label { + color: inherit; } + list-row:selected button.flat:backdrop, list-row:selected headerbar .titlebutton.button:backdrop, headerbar list-row:selected .titlebutton.button:backdrop, + list-row:selected .titlebar .titlebutton.button:backdrop, + .titlebar list-row:selected .titlebutton.button:backdrop { + border-color: rgba(255, 255, 255, 0); + background-color: transparent; + background-image: none; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; + color: #646464; } + list-row:selected button:disabled { + color: #909396; + border-color: #6d6d6d; + background-image: linear-gradient(to bottom, #3f3f3f); + text-shadow: none; + -gtk-icon-shadow: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0); } + list-row:selected button:disabled > .label, list-row:selected headerbar button.titlebutton:disabled > .label, + list-row:selected .titlebar button.titlebutton:disabled > .label { + color: inherit; } + list-row:selected button:disabled:active, list-row:selected button:disabled:checked { + color: #909396; + border-color: #6d6d6d; + background-image: linear-gradient(to bottom, #3f4449, #3f3f3f); } + list-row:selected button:disabled:active > .label, list-row:selected headerbar button.titlebutton:disabled:active > .label, + list-row:selected .titlebar button.titlebutton:disabled:active > .label, list-row:selected button:disabled:checked > .label, list-row:selected headerbar button.titlebutton:disabled:checked > .label, + list-row:selected .titlebar button.titlebutton:disabled:checked > .label { + color: inherit; } + +list-row, list-row.button, headerbar list-row.button.titlebutton, +.titlebar list-row.button.titlebutton { + transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } + list-row:hover, list-row.button:hover, headerbar list-row.button.titlebutton:hover, + .titlebar list-row.button.titlebutton:hover { + transition: none; } + +/********************* + * App Notifications * + *********************/ +.app-notification, +.app-notification.frame { + padding: 10px; + border: none; + border-radius: 0 0 3px 3px; + background-color: rgba(35, 38, 41, 0.8); + background-image: none; + background-clip: padding-box; } + .app-notification:backdrop, + .app-notification.frame:backdrop { + background-image: none; } + .app-notification button, .app-notification headerbar button.titlebutton, headerbar .app-notification button.titlebutton, + .app-notification .titlebar button.titlebutton, + .titlebar .app-notification button.titlebutton, + .app-notification.frame button { + color: #EEEFF0; + border-color: #6d6d6d; + background-image: none; + background-color: #222222; + background-clip: padding-box; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; + font-weight: normal; } + .app-notification button.flat, .app-notification headerbar .titlebutton.button, headerbar .app-notification .titlebutton.button, + .app-notification .titlebar .titlebutton.button, + .titlebar .app-notification .titlebutton.button, + .app-notification.frame button.flat, + .app-notification.frame headerbar .titlebutton.button, + headerbar .app-notification.frame .titlebutton.button, + .app-notification.frame .titlebar .titlebutton.button, + .titlebar .app-notification.frame .titlebutton.button { + -gtk-icon-shadow: 0 1px black; + text-shadow: 0 1px black; } + .app-notification button:hover, + .app-notification.frame button:hover { + color: #EEEFF0; + border-color: #363636; + background-image: none; + background-clip: padding-box; + text-shadow: none; + -gtk-icon-shadow: none; } + .app-notification button:active, .app-notification button:checked, .app-notification button:backdrop:active, .app-notification button:backdrop:checked, + .app-notification.frame button:active, + .app-notification.frame button:checked, + .app-notification.frame button:backdrop:active, + .app-notification.frame button:backdrop:checked { + color: #EEEFF0; + border-color: rgba(35, 38, 41, 0.8); + background-image: linear-gradient(to bottom, #363636, shade(#363636, 0.8)); + background-clip: padding-box; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; } + .app-notification button:disabled, .app-notification button:backdrop:disabled, + .app-notification.frame button:disabled, + .app-notification.frame button:backdrop:disabled { + color: #909396; + border-color: #3f3f3f; + background-image: none; + background-clip: padding-box; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; } + .app-notification button:backdrop, + .app-notification.frame button:backdrop { + background-clip: padding-box; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; } + +/************* + * Expanders * + *************/ +treeview.view expander { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } + treeview.view expander:dir(rtl) { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } + treeview.view expander:hover { + color: white; } + treeview.view expander:checked { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } + +/************ + * Calendar * + ***********/ +calendar { + color: #EEEFF0; + border: 1px solid #6d6d6d; } + calendar.header { + border: 1px solid rgba(0, 0, 0, 0.1); + border-radius: 0; } + calendar.header:backdrop { + border-color: rgba(0, 0, 0, 0.1); } + calendar.button, headerbar calendar.button.titlebutton, + .titlebar calendar.button.titlebutton { + color: rgba(238, 239, 240, 0.45); } + calendar.button:hover, headerbar calendar.button.titlebutton:hover, + .titlebar calendar.button.titlebutton:hover { + color: #EEEFF0; } + calendar.button:backdrop, headerbar calendar.button.titlebutton:backdrop, + .titlebar calendar.button.titlebutton:backdrop { + color: rgba(96, 100, 104, 0.45); } + calendar:indeterminate, calendar:indeterminate:backdrop, calendar.highlight, calendar.highlight:backdrop { + color: alpha(currentColor,0.55); } + calendar:backdrop { + color: #EEEFF0; + border-color: #63686c; } + +/*********** + * Dialogs * + ***********/ +message-dialog { + -GtkDialog-button-spacing: 8; + -GtkDialog-action-area-border: 8; } + message-dialog .titlebar { + box-shadow: none; } + message-dialog.csd.background { + border-bottom-left-radius: 0px; + border-bottom-right-radius: 0px; } + message-dialog.csd .dialog-action-area button { + border-radius: 0; + box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); + color: #EEEFF0; + border-color: #6d6d6d; + background-image: linear-gradient(to bottom, #3c3c3c, #363636); } + message-dialog.csd .dialog-action-area button:hover { + color: #EEEFF0; + border-color: #363636; + background-image: linear-gradient(to bottom, #363636, #363636); } + message-dialog.csd .dialog-action-area button:active { + color: #222222; + border-color: #6d6d6d; + background-image: linear-gradient(to bottom, #363636, shade(#363636, 0.8)); } + message-dialog.csd .dialog-action-area button:disabled { + color: #909396; + border-color: #6d6d6d; + background-image: linear-gradient(to bottom, #3f3f3f); + text-shadow: none; + -gtk-icon-shadow: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0); } + message-dialog.csd .dialog-action-area button:disabled > .label, message-dialog.csd .dialog-action-area headerbar button.titlebutton:disabled > .label, + message-dialog.csd .dialog-action-area .titlebar button.titlebutton:disabled > .label { + color: inherit; } + message-dialog.csd .dialog-action-area button:backdrop { + color: #EEEFF0; + border-color: #6d6d6d; + background-image: linear-gradient(to bottom, #222222); + text-shadow: none; + -gtk-icon-shadow: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0); } + message-dialog.csd .dialog-action-area button:backdrop:disabled { + color: #545c65; + border-color: #63686c; + background-image: linear-gradient(to bottom, #3f3f3f); + text-shadow: none; + -gtk-icon-shadow: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0); } + message-dialog.csd .dialog-action-area button:backdrop:disabled > .label, message-dialog.csd .dialog-action-area headerbar button.titlebutton:backdrop:disabled > .label, + message-dialog.csd .dialog-action-area .titlebar button.titlebutton:backdrop:disabled > .label { + color: inherit; } + message-dialog.csd .dialog-action-area button.suggested-action { + box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); + color: white; + border-color: #363636; + background-image: linear-gradient(to bottom, #46b1e9, #3dade8); } + message-dialog.csd .dialog-action-area button.suggested-action:hover { + color: white; + border-color: #363636; + background-image: linear-gradient(to bottom, #3dade8, #3dade8); } + message-dialog.csd .dialog-action-area button.suggested-action:active { + color: white; + border-color: #363636; + background-image: linear-gradient(to bottom, #363636, shade(#363636, 0.8)); } + message-dialog.csd .dialog-action-area button.suggested-action:backdrop { + color: white; + border-color: #363636; + background-image: linear-gradient(to bottom, #363636); + text-shadow: none; + -gtk-icon-shadow: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0); } + message-dialog.csd .dialog-action-area button.suggested-action:backdrop:disabled { + color: #545c65; + border-color: #63686c; + background-image: linear-gradient(to bottom, #3f3f3f); + text-shadow: none; + -gtk-icon-shadow: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0); } + message-dialog.csd .dialog-action-area button.suggested-action:backdrop:disabled > .label, message-dialog.csd .dialog-action-area headerbar .suggested-action.button.titlebutton:backdrop:disabled > .label, + message-dialog.csd .dialog-action-area .titlebar .suggested-action.button.titlebutton:backdrop:disabled > .label { + color: inherit; } + message-dialog.csd .dialog-action-area button.suggested-action:disabled { + background-color: #222222; + color: shade(#EEEFF0, 0.5); } + message-dialog.csd .dialog-action-area button.destructive-action { + box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); + color: white; + border-color: #d51010; + background-image: linear-gradient(to bottom, #df1111, #d51010); } + message-dialog.csd .dialog-action-area button.destructive-action:hover { + color: white; + border-color: #d51010; + background-image: linear-gradient(to bottom, #d51010, #d51010); } + message-dialog.csd .dialog-action-area button.destructive-action:active { + color: white; + border-color: #d51010; + background-image: linear-gradient(to bottom, #d51010, shade(#d51010, 0.8)); } + message-dialog.csd .dialog-action-area button.destructive-action:backdrop { + color: white; + border-color: #d51010; + background-image: linear-gradient(to bottom, #d51010); + text-shadow: none; + -gtk-icon-shadow: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0); } + message-dialog.csd .dialog-action-area button.destructive-action:backdrop:disabled { + color: #545c65; + border-color: #63686c; + background-image: linear-gradient(to bottom, #3f3f3f); + text-shadow: none; + -gtk-icon-shadow: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0); } + message-dialog.csd .dialog-action-area button.destructive-action:backdrop:disabled > .label, message-dialog.csd .dialog-action-area headerbar .destructive-action.button.titlebutton:backdrop:disabled > .label, + message-dialog.csd .dialog-action-area .titlebar .destructive-action.button.titlebutton:backdrop:disabled > .label { + color: inherit; } + message-dialog.csd .dialog-action-area button.destructive-action:disabled { + background-color: #222222; + color: shade(#EEEFF0, 0.5); } +filechooser .search-bar { + background-color: #222222; + border-color: #222222; + box-shadow: none; } + filechooser .search-bar:backdrop { + background-color: #25292c; + border-color: #222222; } +filechooser .dialog-action-box { + border-top: 1px solid #6d6d6d; } + filechooser .dialog-action-box:backdrop { + border-top-color: #63686c; } + +/*********** + * Sidebar * + ***********/ +.sidebar { + border: none; + background-color: #222222; } + +placessidebar.sidebar .view { + color: #EEEFF0; + background-color: transparent; } + placessidebar.sidebar .view .image { + color: #b5b8ba; } + placessidebar.sidebar .view .image:selected { + color: #dce8ef; } + placessidebar.sidebar .view .image:selected:backdrop { + color: #dce8ef; } + placessidebar.sidebar .view .image:disabled { + color: #74777b; } + placessidebar.sidebar .view .image:backdrop { + color: #52565b; } + placessidebar.sidebar .view .image:backdrop:disabled { + color: #4a5158; } + placessidebar.sidebar .view:disabled { + color: #909396; } + placessidebar.sidebar .view:backdrop { + color: #646464; } + placessidebar.sidebar .view:backdrop:disabled { + color: #545c65; } + +.sidebar-item { + padding: 10px 4px; } + .sidebar-item > .label { + padding-left: 6px; + padding-right: 6px; } + .sidebar-item.needs-attention > .label { + background-size: 6px 6px, 0 0; } + +/********* + * Paned * + *********/ +paned { + -paned-handle-size: 1; + -gtk-icon-source: none; + margin: 0 8px 8px 0; } + paned:dir(rtl) { + margin-right: 0; + margin-left: 8px; } + paned .pane-separator { + background-color: #6d6d6d; } + paned .pane-separator:backdrop { + background-color: #63686c; } + +paned.wide { + -paned-handle-size: 5; + margin: 0; } + paned.wide .pane-separator { + background-color: transparent; + border-style: none solid; + border-color: #6d6d6d; + border-width: 1px; } + paned.wide.vertical .pane-separator { + border-style: solid none; } + paned.wide .pane-separator:backdrop { + border-color: #63686c; } + +/************** + * infobar * + **************/ +infobar { + border-style: none; } + +.info, +.question, +.warning, +.error { + background-color: #222222; + color: #EEEFF0; + text-shadow: none; + border-color: #1a97d8; } + .info button, .info headerbar button.titlebutton, headerbar .info button.titlebutton, + .info .titlebar button.titlebutton, + .titlebar .info button.titlebutton, + .question button, + .question headerbar button.titlebutton, + headerbar .question button.titlebutton, + .question .titlebar button.titlebutton, + .titlebar .question button.titlebutton, + .warning button, + .warning headerbar button.titlebutton, + headerbar .warning button.titlebutton, + .warning .titlebar button.titlebutton, + .titlebar .warning button.titlebutton, + .error button, + .error headerbar button.titlebutton, + headerbar .error button.titlebutton, + .error .titlebar button.titlebutton, + .titlebar .error button.titlebutton { + box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); + color: #EEEFF0; + border-color: #363636; + background-image: linear-gradient(to bottom, #46b1e9, #3dade8); } + .info button:hover, + .question button:hover, + .warning button:hover, + .error button:hover { + color: #EEEFF0; + border-color: #363636; + background-image: linear-gradient(to bottom, #3dade8, #3dade8); } + .info button:active, + .question button:active, + .warning button:active, + .error button:active { + color: #222222; + border-color: #363636; + background-image: linear-gradient(to bottom, #363636, shade(#363636, 0.8)); } + .info button:disabled, + .question button:disabled, + .warning button:disabled, + .error button:disabled { + color: #909396; + border-color: #363636; + background-image: linear-gradient(to bottom, #3999cb); + text-shadow: none; + -gtk-icon-shadow: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0); } + .info button:disabled > .label, .info headerbar button.titlebutton:disabled > .label, + .info .titlebar button.titlebutton:disabled > .label, + .question button:disabled > .label, + .question headerbar button.titlebutton:disabled > .label, + .question .titlebar button.titlebutton:disabled > .label, + .warning button:disabled > .label, + .warning headerbar button.titlebutton:disabled > .label, + .warning .titlebar button.titlebutton:disabled > .label, + .error button:disabled > .label, + .error headerbar button.titlebutton:disabled > .label, + .error .titlebar button.titlebutton:disabled > .label { + color: inherit; } + .info button:backdrop, + .question button:backdrop, + .warning button:backdrop, + .error button:backdrop { + color: #EEEFF0; + border-color: #363636; + background-image: linear-gradient(to bottom, #363636); + text-shadow: none; + -gtk-icon-shadow: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0); + border-color: #363636; } + .info button:backdrop:disabled, + .question button:backdrop:disabled, + .warning button:backdrop:disabled, + .error button:backdrop:disabled { + color: #78b7d8; + border-color: #363636; + background-image: linear-gradient(to bottom, #3999cb); + text-shadow: none; + -gtk-icon-shadow: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0); + border-color: #363636; } + .info button:backdrop:disabled > .label, .info headerbar button.titlebutton:backdrop:disabled > .label, + .info .titlebar button.titlebutton:backdrop:disabled > .label, + .question button:backdrop:disabled > .label, + .question headerbar button.titlebutton:backdrop:disabled > .label, + .question .titlebar button.titlebutton:backdrop:disabled > .label, + .warning button:backdrop:disabled > .label, + .warning headerbar button.titlebutton:backdrop:disabled > .label, + .warning .titlebar button.titlebutton:backdrop:disabled > .label, + .error button:backdrop:disabled > .label, + .error headerbar button.titlebutton:backdrop:disabled > .label, + .error .titlebar button.titlebutton:backdrop:disabled > .label { + color: inherit; } + .info .label:selected, + .info .label:selected:focus, + .info .label:selected:hover, + .question .label:selected, + .question .label:selected:focus, + .question .label:selected:hover, + .warning .label:selected, + .warning .label:selected:focus, + .warning .label:selected:hover, + .error .label:selected, + .error .label:selected:focus, + .error .label:selected:hover { + background-color: #1a97d8; } + +/************ + * Tooltips * + ************/ +tooltip { + color: white; + padding: 4px; + /* not working */ + border-radius: 5px; + box-shadow: none; + text-shadow: 0 1px black; } + tooltip.background { + background-color: rgba(0, 0, 0, 0.8); + background-clip: padding-box; + border: 1px solid rgba(255, 255, 255, 0.1); } + tooltip.window-frame.csd { + background-color: transparent; } + +tooltip * { + padding: 4px; + background-color: transparent; + color: inherit; } + +/***************** + * Color Chooser * + *****************/ +colorswatch { + box-shadow: inset 0 1px rgba(0, 0, 0, 0.1), 0 1px rgba(238, 239, 240, 0.1); } + :selected colorswatch { + box-shadow: none; } + :selected colorswatch.overlay, :selected colorswatch.overlay:hover { + border-color: #EEEFF0; } + colorswatch:selected { + box-shadow: inset 0 1px rgba(0, 0, 0, 0.1), 0 1px rgba(238, 239, 240, 0.1); } + colorswatch.top { + border-top-left-radius: 6px; + border-top-right-radius: 6px; } + colorswatch.bottom { + border-bottom-left-radius: 6px; + border-bottom-right-radius: 6px; } + colorswatch.left, colorswatch:first-child:not(.overlay):not(.top) { + border-top-left-radius: 6px; + border-bottom-left-radius: 6px; } + colorswatch.right, colorswatch:last-child:not(.overlay):not(.bottom) { + border-top-right-radius: 6px; + border-bottom-right-radius: 6px; } + colorswatch:only-child:not(.overlay) { + border-radius: 6px; } + colorswatch.top > .overlay { + border-top-left-radius: 5px; + border-top-right-radius: 5px; } + colorswatch.bottom > .overlay { + border-bottom-left-radius: 5px; + border-bottom-right-radius: 5px; } + colorswatch:first-child:not(.top) > .overlay { + border-top-left-radius: 5px; + border-bottom-left-radius: 5px; } + colorswatch:last-child:not(.bottom) > .overlay { + border-top-right-radius: 5px; + border-bottom-right-radius: 5px; } + colorswatch:only-child > .overlay { + border-radius: 5px; } + colorswatch:hover, colorswatch:hover:selected { + background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0) 50%); + box-shadow: inset 0 1px rgba(255, 255, 255, 0.4), inset 0 -1px rgba(0, 0, 0, 0.4); } + colorswatch:hover.color-dark, colorswatch:hover:selected.color-dark { + background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0) 50%); } + colorswatch:backdrop, colorswatch:backdrop:selected + colorswatch.color-dark:backdrop, colorswatch.color-dark:backdrop:selected { + background-image: none; + box-shadow: none; } + colorchooser colorswatch { + border-radius: 3px; } + colorchooser colorswatch:hover { + background-image: none; + box-shadow: inset 0 1px rgba(0, 0, 0, 0.1), 0 1px rgba(238, 239, 240, 0.1); } + colorchooser colorswatch:backdrop { + box-shadow: none; } + colorswatch.color-dark { + color: white; + outline-color: rgba(0, 0, 0, 0.3); } + colorswatch.color-dark:backdrop { + color: rgba(255, 255, 255, 0.3); } + colorswatch.color-light { + color: black; + outline-color: rgba(255, 255, 255, 0.5); } + colorswatch.color-light:backdrop { + color: rgba(0, 0, 0, 0.3); } + colorswatch.overlay, colorswatch.overlay:selected { + border: 1px solid #6d6d6d; } + colorswatch.overlay:hover, colorswatch.overlay:selected:hover { + border-color: black; } + colorswatch#add-color-button { + border-style: solid; + border-width: 1px; + box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); + color: #EEEFF0; + border-color: #6d6d6d; + background-image: linear-gradient(to bottom, #3c3c3c, #363636); } + colorswatch#add-color-button:hover { + color: #EEEFF0; + border-color: #363636; + background-image: linear-gradient(to bottom, #363636, #363636); } + colorswatch#add-color-button:backdrop { + color: #EEEFF0; + border-color: #6d6d6d; + background-image: linear-gradient(to bottom, #222222); + text-shadow: none; + -gtk-icon-shadow: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 239, 240, 0); } + colorswatch#add-color-button .overlay { + border-color: rgba(255, 255, 255, 0); + background-color: transparent; + background-image: none; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; } + +/******** + * Misc * + ********/ +scale-popup button, scale-popup headerbar button.titlebutton, headerbar scale-popup button.titlebutton, +scale-popup .titlebar button.titlebutton, +.titlebar scale-popup button.titlebutton { + padding: 6px; } + scale-popup button:hover { + background-color: rgba(238, 239, 240, 0.1); + border-radius: 5px; } + +/********************** + * Window Decorations * + *********************/ +.window-frame { + border-width: 0; + box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.5); + /* this is used for the resize cursor area */ + margin: 10px; } + .window-frame:backdrop { + box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.5); } + .window-frame.tiled { + border-radius: 0; } + .window-frame.popup { + box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.1); } + .window-frame.ssd { + box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.1); } + .window-frame.csd.popup { + border-radius: 0; + box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.1); } + .window-frame.csd.tooltip { + border-radius: 5px; + box-shadow: none; } + .window-frame.csd.message-dialog { + border-radius: 7px; + box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.5); } + .window-frame.solid-csd { + border-radius: 0; + margin: 1px; + background-color: #222222; + border: 0; + box-shadow: none; } + +headerbar .titlebutton.button, +.titlebar .titlebutton.button { + padding: 2px; } + headerbar .titlebutton.button:backdrop, + .titlebar .titlebutton.button:backdrop { + -gtk-icon-shadow: none; } + headerbar .titlebutton.close.button, + .titlebar .titlebutton.close.button { + color: transparent; + border-image: none; + box-shadow: none; + background-position: center; + background-repeat: no-repeat; + background-image: -gtk-scaled(url("assets/titlebutton-close.png"), url("assets/titlebutton-close@2.png")); } + headerbar .titlebutton.close.button:hover, + .titlebar .titlebutton.close.button:hover { + border-color: transparent; + background-color: transparent; + background-image: -gtk-scaled(url("assets/titlebutton-close-hover.png"), url("assets/titlebutton-close-hover@2.png")); } + headerbar .titlebutton.close.button:active, + .titlebar .titlebutton.close.button:active { + border-color: transparent; + background-color: transparent; + background-image: -gtk-scaled(url("assets/titlebutton-close-active.png"), url("assets/titlebutton-close-active@2.png")); } + headerbar .titlebutton.close.button:backdrop, + .titlebar .titlebutton.close.button:backdrop { + border-color: transparent; + background-color: transparent; + background-image: -gtk-scaled(url("assets/titlebutton-close-backdrop.png"), url("assets/titlebutton-close-backdrop@2.png")); } + headerbar .titlebutton.maximize.button, + .titlebar .titlebutton.maximize.button { + color: transparent; + border-image: none; + box-shadow: none; + background-position: center; + background-repeat: no-repeat; + background-image: -gtk-scaled(url("assets/titlebutton-maximize.png"), url("assets/titlebutton-maximize@2.png")); } + headerbar .titlebutton.maximize.button:hover, + .titlebar .titlebutton.maximize.button:hover { + border-color: transparent; + background-color: transparent; + background-image: -gtk-scaled(url("assets/titlebutton-maximize-hover.png"), url("assets/titlebutton-maximize-hover@2.png")); } + headerbar .titlebutton.maximize.button:active, + .titlebar .titlebutton.maximize.button:active { + border-color: transparent; + background-color: transparent; + background-image: -gtk-scaled(url("assets/titlebutton-maximize-active.png"), url("assets/titlebutton-maximize-active@2.png")); } + headerbar .titlebutton.maximize.button:backdrop, + .titlebar .titlebutton.maximize.button:backdrop { + border-color: transparent; + background-color: transparent; + background-image: -gtk-scaled(url("assets/titlebutton-maximize-backdrop.png"), url("assets/titlebutton-maximize-backdrop@2.png")); } + headerbar .titlebutton.minimize.button, + .titlebar .titlebutton.minimize.button { + color: transparent; + border-image: none; + box-shadow: none; + background-position: center; + background-repeat: no-repeat; + background-image: -gtk-scaled(url("assets/titlebutton-minimize.png"), url("assets/titlebutton-minimize@2.png")); } + headerbar .titlebutton.minimize.button:hover, + .titlebar .titlebutton.minimize.button:hover { + border-color: transparent; + background-color: transparent; + background-image: -gtk-scaled(url("assets/titlebutton-minimize-hover.png"), url("assets/titlebutton-minimize-hover@2.png")); } + headerbar .titlebutton.minimize.button:active, + .titlebar .titlebutton.minimize.button:active { + border-color: transparent; + background-color: transparent; + background-image: -gtk-scaled(url("assets/titlebutton-minimize-active.png"), url("assets/titlebutton-minimize-active@2.png")); } + headerbar .titlebutton.minimize.button:backdrop, + .titlebar .titlebutton.minimize.button:backdrop { + border-color: transparent; + background-color: transparent; + background-image: -gtk-scaled(url("assets/titlebutton-minimize-backdrop.png"), url("assets/titlebutton-minimize-backdrop@2.png")); } + +headerbar.selection-mode .titlebutton.button, +.titlebar.selection-mode .titlebutton.button { + text-shadow: none; } + headerbar.selection-mode .titlebutton.button:backdrop, + .titlebar.selection-mode .titlebutton.button:backdrop { + -gtk-icon-shadow: none; } + +textview text selection, .view selection, .view:selected, calendar:selected, .label:selected, .label:selected:focus, .label:selected:hover, .grid-child:selected, entry:selected, entry:selected:focus, menuitem.button.flat:selected, headerbar menuitem.titlebutton.button:selected, +.titlebar menuitem.titlebutton.button:selected, list-row:selected, .sidebar:selected, placessidebar.sidebar .view:selected, placessidebar.sidebar calendar:selected { + background-color: #363636; + color: #EEEFF0; } + +/* Decouple the font of context menus from their entry/textview */ +.touch-selection, +.context-menu { + font: initial; } + +.monospace { + font: Monospace; } + +.overshoot.top { + background-image: -gtk-gradient(radial, center top, 0, center top, 0.5, to(#505457), to(rgba(80, 84, 87, 0))), -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(238, 239, 240, 0.07)), to(rgba(238, 239, 240, 0))); + background-size: 100% 5%, 100% 100%; + background-repeat: no-repeat; + background-position: center top; + background-color: transparent; + border: none; + box-shadow: none; } + .overshoot.top:backdrop { + background-image: -gtk-gradient(radial, center top, 0, center top, 0.5, to(#63686c), to(rgba(99, 104, 108, 0))); + background-size: 100% 5%; + background-repeat: no-repeat; + background-position: center top; + background-color: transparent; + border: none; + box-shadow: none; } +.overshoot.bottom { + background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#505457), to(rgba(80, 84, 87, 0))), -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(238, 239, 240, 0.07)), to(rgba(238, 239, 240, 0))); + background-size: 100% 5%, 100% 100%; + background-repeat: no-repeat; + background-position: center bottom; + background-color: transparent; + border: none; + box-shadow: none; } + .overshoot.bottom:backdrop { + background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#63686c), to(rgba(99, 104, 108, 0))); + background-size: 100% 5%; + background-repeat: no-repeat; + background-position: center bottom; + background-color: transparent; + border: none; + box-shadow: none; } +.overshoot.left { + background-image: -gtk-gradient(radial, left center, 0, left center, 0.5, to(#505457), to(rgba(80, 84, 87, 0))), -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(238, 239, 240, 0.07)), to(rgba(238, 239, 240, 0))); + background-size: 5% 100%, 100% 100%; + background-repeat: no-repeat; + background-position: left center; + background-color: transparent; + border: none; + box-shadow: none; } + .overshoot.left:backdrop { + background-image: -gtk-gradient(radial, left center, 0, left center, 0.5, to(#63686c), to(rgba(99, 104, 108, 0))); + background-size: 5% 100%; + background-repeat: no-repeat; + background-position: left center; + background-color: transparent; + border: none; + box-shadow: none; } +.overshoot.right { + background-image: -gtk-gradient(radial, right center, 0, right center, 0.5, to(#505457), to(rgba(80, 84, 87, 0))), -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(238, 239, 240, 0.07)), to(rgba(238, 239, 240, 0))); + background-size: 5% 100%, 100% 100%; + background-repeat: no-repeat; + background-position: right center; + background-color: transparent; + border: none; + box-shadow: none; } + .overshoot.right:backdrop { + background-image: -gtk-gradient(radial, right center, 0, right center, 0.5, to(#63686c), to(rgba(99, 104, 108, 0))); + background-size: 5% 100%; + background-repeat: no-repeat; + background-position: right center; + background-color: transparent; + border: none; + box-shadow: none; } + +.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; } +.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; } +.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; } +.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; } + +/* GTK NAMED COLORS + ---------------- + use responsibly! */ +/* +widget text/foreground color */ +@define-color theme_fg_color #EEEFF0; +/* +text color for entries, views and content in general */ +@define-color theme_text_color #EEEFF0; +/* +widget base background color */ +@define-color theme_bg_color #222222; +/* +text widgets and the like base background color */ +@define-color theme_base_color #222222; +/* +base background color of selections */ +@define-color theme_selected_bg_color #363636; +/* +text/foreground color of selections */ +@define-color theme_selected_fg_color #EEEFF0; +/* +base background color of insensitive widgets */ +@define-color insensitive_bg_color #3f3f3f; +/* +text foreground color of insensitive widgets */ +@define-color insensitive_fg_color #909396; +/* +insensitive text widgets and the like base background color */ +@define-color insensitive_base_color #222222; +/* +widget text/foreground color on backdrop windows */ +@define-color theme_unfocused_fg_color #646464; +/* +text color for entries, views and content in general on backdrop windows */ +@define-color theme_unfocused_text_color #EEEFF0; +/* +widget base background color on backdrop windows */ +@define-color theme_unfocused_bg_color #222222; +/* +text widgets and the like base background color on backdrop windows */ +@define-color theme_unfocused_base_color #25292c; +/* +base background color of selections on backdrop windows */ +@define-color theme_unfocused_selected_bg_color #363636; +/* +text/foreground color of selections on backdrop windows */ +@define-color theme_unfocused_selected_fg_color #EEEFF0; +/* +widgets main borders color */ +@define-color borders #6d6d6d; +/* +widgets main borders color on backdrop windows */ +@define-color unfocused_borders #63686c; +/* +these are pretty self explicative */ +@define-color warning_color #f67400; +@define-color error_color #ed1515; +@define-color success_color #5aa411; +@define-color icon_red #da4453; +/* +titlebar colors */ +@define-color titlebar_bg_color #222222; +@define-color titlebar_fg_color #EEEFF0; +@define-color hover_color #363636; +/* +these colors are exported for the window manager and shouldn't be used in applications, +read if you used those and something break with a version upgrade you're on your own... */ +@define-color wm_title #EEEFF0; +@define-color wm_unfocused_title #646464; +@define-color wm_highlight transparent; +@define-color wm_borders_edge rgba(238, 239, 240, 0.1); +@define-color wm_bg_a #222222; +@define-color wm_bg_b #222222; +@define-color wm_shadow alpha(black, 0.35); +@define-color wm_border alpha(black, 0.18); +@define-color wm_button_hover_color_a shade(#222222, 1.3); +@define-color wm_button_hover_color_b #222222; +@define-color wm_button_active_color_a shade(#222222, 0.85); +@define-color wm_button_active_color_b shade(#222222, 0.89); +@define-color wm_button_active_color_c shade(#222222, 0.9); +@define-color content_view_bg #222222; + +/*# sourceMappingURL=gtk-dark.css.map */ diff --git a/.themes/papirus-dark/plank/dock.theme b/.themes/papirus-dark/plank/dock.theme new file mode 100644 index 00000000..e4f060e3 --- /dev/null +++ b/.themes/papirus-dark/plank/dock.theme @@ -0,0 +1,62 @@ + +[PlankDrawingTheme] +#The roundness of the top corners. +TopRoundness=1 +#The roundness of the bottom corners. +BottomRoundness=0 +#The thickness (in pixels) of lines drawn. +LineWidth=0 +#The color (RGBA) of the outer stroke. +OuterStrokeColor=0;;0;;0;;70 +#The starting color (RGBA) of the fill gradient. +FillStartColor=34;;34;;34;;230 +#The ending color (RGBA) of the fill gradient. +FillEndColor=34;;34;;34;;230 +#The color (RGBA) of the inner stroke. +InnerStrokeColor=34;;34;;34;;230 + +[PlankDrawingDockTheme] +#The padding on the left/right dock edges, in tenths of a percent of IconSize. +HorizPadding=0 +#The padding on the top dock edge, in tenths of a percent of IconSize. +TopPadding=-5 +#The padding on the bottom dock edge, in tenths of a percent of IconSize. +BottomPadding=1 +#The padding between items on the dock, in tenths of a percent of IconSize. +ItemPadding=2 +#The size of item indicators, in tenths of a percent of IconSize. +IndicatorSize=5 +#The size of the icon-shadow behind every item, in tenths of a percent of IconSize. +IconShadowSize=1.2 +#The height (in percent of IconSize) to bounce an icon when the application sets urgent. +UrgentBounceHeight=1.6666666666666667 +#The height (in percent of IconSize) to bounce an icon when launching an application. +LaunchBounceHeight=0.625 +#The opacity value (0 to 1) to fade the dock to when hiding it. +FadeOpacity=1 +#The amount of time (in ms) for click animations. +ClickTime=300 +#The amount of time (in ms) to bounce an urgent icon. +UrgentBounceTime=0 +#The amount of time (in ms) to bounce an icon when launching an application. +LaunchBounceTime=600 +#The amount of time (in ms) for active window indicator animations. +ActiveTime=300 +#The time (in ms) to Pop in/out dockitems. +PopTime=300 +#The amount of time (in ms) to slide icons into/out of the dock. +SlideTime=300 +#The time (in ms) to fade the dock in/out on a hide (if FadeOpacity is < 1). +FadeTime=250 +#The time (in ms) to slide the dock in/out on a hide (if FadeOpacity is 1). +HideTime=150 +#The size of the urgent glow (shown when dock is hidden), in tenths of a percent of IconSize. +GlowSize=0 +#The total time (in ms) to show the hidden-dock urgent glow. +GlowTime=0 +#The time (in ms) of each pulse of the hidden-dock urgent glow. +GlowPulseTime=0 +#The hue-shift (-180 to 180) of the urgent indicator color. +UrgentHueShift=150 +#The time (in ms) to move an item to its new position. +ItemMoveTime=200 diff --git a/.themes/papirus/.fix/fix.sh b/.themes/papirus/.fix/fix.sh new file mode 100755 index 00000000..abf42492 --- /dev/null +++ b/.themes/papirus/.fix/fix.sh @@ -0,0 +1,97 @@ +#!/bin/bash +# Fix GTK 2 +mogrify -colorspace GRAY ../gtk-2.0/Arrows/*.png +mogrify -colorspace GRAY ../gtk-2.0/Buttons/*.png +mogrify -colorspace GRAY ../gtk-2.0/Check-Radio/*.png +mogrify -colorspace GRAY ../gtk-2.0/Entry/*.png +mogrify -colorspace GRAY ../gtk-2.0/Expanders/*.png +mogrify -colorspace GRAY ../gtk-2.0/Handles/*.png +mogrify -colorspace GRAY ../gtk-2.0/Lines/*.png +mogrify -colorspace GRAY ../gtk-2.0/Menubar/*.png +mogrify -colorspace GRAY ../gtk-2.0/Others/*.png +mogrify -colorspace GRAY ../gtk-2.0/ProgressBar/*.png +mogrify -colorspace GRAY ../gtk-2.0/Range/*.png +mogrify -colorspace GRAY ../gtk-2.0/Scrollbars/*.png +mogrify -colorspace GRAY ../gtk-2.0/Shadows/*.png +mogrify -colorspace GRAY ../gtk-2.0/Spin/*.png +mogrify -colorspace GRAY ../gtk-2.0/Tabs/*.png +mogrify -colorspace GRAY ../gtk-2.0/Toolbar/*.png +sed -i 's|3DAEE9|888888|g' ../gtk-2.0/gtkrc +# Fix GTK 3 +mogrify -colorspace GRAY ../gtk-3.0/assets/*.png +sed -i 's|93cee9|A6A6A6|g' ../gtk-3.0/*css +sed -i 's|3DADE8|888888|g' ../gtk-3.0/*css +sed -i 's|3DAEE9|888888|g' ../gtk-3.0/*css +sed -i 's|3daee9|888888|g' ../gtk-3.0/*css +sed -i 's|96CDF1|888888|g' ../gtk-3.0/*css +sed -i 's|96cdf1|888888|g' ../gtk-3.0/*css +sed -i 's|86B7D7|888888|g' ../gtk-3.0/*css +sed -i 's|86b7d7|888888|g' ../gtk-3.0/*css +sed -i 's|CBE2EF|888888|g' ../gtk-3.0/*css +sed -i 's|cbe2ef|888888|g' ../gtk-3.0/*css +sed -i 's|96CDF1|888888|g' ../gtk-3.0/*css +sed -i 's|96cdf1|888888|g' ../gtk-3.0/*css +sed -i 's|86B7D7|888888|g' ../gtk-3.0/*css +sed -i 's|86b7d7|888888|g' ../gtk-3.0/*css +sed -i 's|CBE2EF|888888|g' ../gtk-3.0/*css +sed -i 's|cbe2ef|888888|g' ../gtk-3.0/*css +sed -i 's|232629|262626|g' ../gtk-3.0/*css +sed -i 's|31363b|363636|g' ../gtk-3.0/*css +sed -i 's|31363B|363636|g' ../gtk-3.0/*css +sed -i 's|475057|4f4f4f|g' ../gtk-3.0/*css +sed -i 's|bdc3c7|c2c2c2|g' ../gtk-3.0/*css +sed -i 's|696D71|6d6d6d|g' ../gtk-3.0/*css +sed -i 's|2a76c6|787878|g' ../gtk-3.0/*css +sed -i 's|215d9c|5f5f5f|g' ../gtk-3.0/*css +sed -i 's|2e3436|323232|g' ../gtk-3.0/*css +sed -i 's|4a90d9|919191|g' ../gtk-3.0/*css +sed -i 's|575c5e|5b5b5b|g' ../gtk-3.0/*css +sed -i 's|5f9ddd|9e9e9e|g' ../gtk-3.0/*css +sed -i 's|3583d5|858585|g' ../gtk-3.0/*css +sed -i 's|85b4e5|b5b5b5|g' ../gtk-3.0/*css +sed -i 's|5b9add|9c9c9c|g' ../gtk-3.0/*css +sed -i 's|1c5187|525252|g' ../gtk-3.0/*css +sed -i 's|2b79cb|7b7b7b|g' ../gtk-3.0/*css +sed -i 's|2e7fd3|808080|g' ../gtk-3.0/*css +sed -i 's|dae8f7|e9e9e9|g' ../gtk-3.0/*css +sed -i 's|d4e3f3|e3e3e3|g' ../gtk-3.0/*css +sed -i 's|8db8e6|b9b9b9|g' ../gtk-3.0/*css +sed -i 's|5093da|959595|g' ../gtk-3.0/*css +sed -i 's|b9d3f0|d5d5d5|g' ../gtk-3.0/*css +sed -i 's|4a8cd1|8d8d8d|g' ../gtk-3.0/*css +sed -i 's|b6d2ef|d3d3d3|g' ../gtk-3.0/*css +sed -i 's|ecf3fb|f3f3f3|g' ../gtk-3.0/*css +sed -i 's|42484a|464646|g' ../gtk-3.0/*css +sed -i 's|184472|454545|g' ../gtk-3.0/*css +sed -i 's|3875b4|767676|g' ../gtk-3.0/*css +sed -i 's|a4c7ec|c8c8c8|g' ../gtk-3.0/*css +sed -i 's|9ac1e9|c1c1c1|g' ../gtk-3.0/*css +sed -i 's|65a0de|a1a1a1|g' ../gtk-3.0/*css +sed -i 's|92bce8|bdbdbd|g' ../gtk-3.0/*css +sed -i 's|80b1e4|b2b2b2|g' ../gtk-3.0/*css +sed -i 's|3c6287|626262|g' ../gtk-3.0/*css +sed -i 's|c8ddf3|dddddd|g' ../gtk-3.0/*css +sed -i 's|63a0de|a0a0a0|g' ../gtk-3.0/*css +sed -i 's|153d65|3d3d3d|g' ../gtk-3.0/*css +sed -i 's|4786c8|878787|g' ../gtk-3.0/*css +sed -i 's|748489|7f7f7f|g' ../gtk-3.0/*css +sed -i 's|b2cfee|d0d0d0|g' ../gtk-3.0/*css +sed -i 's|0f2b48|2c2c2c|g' ../gtk-3.0/*css +sed -i 's|256ab1|6b6b6b|g' ../gtk-3.0/*css +sed -i 's|0b1e33|1f1f1f|g' ../gtk-3.0/*css +sed -i 's|3180d4|828282|g' ../gtk-3.0/*css +sed -i 's|2467ad|696969|g' ../gtk-3.0/*css +sed -i 's|194776|484848|g' ../gtk-3.0/*css +sed -i 's|1b4d80|4e4e4e|g' ../gtk-3.0/*css +sed -i 's|d2deeb|dfdfdf|g' ../gtk-3.0/*css +sed -i 's|d0d9e2|d9d9d9|g' ../gtk-3.0/*css +sed -i 's|6c88a5|888888|g' ../gtk-3.0/*css +sed -i 's|1d4876|4a4a4a|g' ../gtk-3.0/*css +sed -i 's|a4b5c8|b6b6b6|g' ../gtk-3.0/*css +sed -i 's|1b436f|454545|g' ../gtk-3.0/*css +sed -i 's|dce9ef|e5e5e5|g' ../gtk-3.0/*css +sed -i 's|DCE9EF|e5e5e5|g' ../gtk-3.0/*css +sed -i 's|46b2ea|989898|g' ../gtk-3.0/*css +sed -i 's|1998da|6a6865|g' ../gtk-3.0/*css +sed -i 's|61, 174, 233|147, 147, 147|g' ../gtk-3.0/*css +sed -i 's|147, 206, 233|190, 190, 190|g' ../gtk-3.0/*css diff --git a/.themes/papirus/AUTHORS b/.themes/papirus/AUTHORS new file mode 100644 index 00000000..eb08bd57 --- /dev/null +++ b/.themes/papirus/AUTHORS @@ -0,0 +1,6 @@ +------------------------ PAPIRUS GTK THEME (only for KDE) ------------------------ +SOURCES: +Gnome Breeze - Dirruk1 (https://github.com/dirruk1/gnome-breeze) + +CUSTOMIZER: +Alexey Varfolomeev - Papirus Pack KDE (https://github.com/varlesh/papirus-suite) diff --git a/.themes/papirus/LICENSE b/.themes/papirus/LICENSE new file mode 100644 index 00000000..9f9b88d3 --- /dev/null +++ b/.themes/papirus/LICENSE @@ -0,0 +1,177 @@ +GNU LESSER GENERAL PUBLIC LICENSE + +Version 2.1, February 1999 + +Copyright (C) 1991, 1999 Free Software Foundation, Inc. +51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA +Everyone is permitted to copy and distribute verbatim copies +of this license document, but changing it is not allowed. + +[This is the first released version of the Lesser GPL. It also counts + as the successor of the GNU Library Public License, version 2, hence + the version number 2.1.] + +Preamble + +The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public Licenses are intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users. + +This license, the Lesser General Public License, applies to some specially designated software packages--typically libraries--of the Free Software Foundation and other authors who decide to use it. You can use it too, but we suggest you first think carefully about whether this license or the ordinary General Public License is the better strategy to use in any particular case, based on the explanations below. + +When we speak of free software, we are referring to freedom of use, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for this service if you wish); that you receive source code or can get it if you want it; that you can change the software and use pieces of it in new free programs; and that you are informed that you can do these things. + +To protect your rights, we need to make restrictions that forbid distributors to deny you these rights or to ask you to surrender these rights. These restrictions translate to certain responsibilities for you if you distribute copies of the library or if you modify it. + +For example, if you distribute copies of the library, whether gratis or for a fee, you must give the recipients all the rights that we gave you. You must make sure that they, too, receive or can get the source code. If you link other code with the library, you must provide complete object files to the recipients, so that they can relink them with the library after making changes to the library and recompiling it. And you must show them these terms so they know their rights. + +We protect your rights with a two-step method: (1) we copyright the library, and (2) we offer you this license, which gives you legal permission to copy, distribute and/or modify the library. + +To protect each distributor, we want to make it very clear that there is no warranty for the free library. Also, if the library is modified by someone else and passed on, the recipients should know that what they have is not the original version, so that the original author's reputation will not be affected by problems that might be introduced by others. + +Finally, software patents pose a constant threat to the existence of any free program. We wish to make sure that a company cannot effectively restrict the users of a free program by obtaining a restrictive license from a patent holder. Therefore, we insist that any patent license obtained for a version of the library must be consistent with the full freedom of use specified in this license. + +Most GNU software, including some libraries, is covered by the ordinary GNU General Public License. This license, the GNU Lesser General Public License, applies to certain designated libraries, and is quite different from the ordinary General Public License. We use this license for certain libraries in order to permit linking those libraries into non-free programs. + +When a program is linked with a library, whether statically or using a shared library, the combination of the two is legally speaking a combined work, a derivative of the original library. The ordinary General Public License therefore permits such linking only if the entire combination fits its criteria of freedom. The Lesser General Public License permits more lax criteria for linking other code with the library. + +We call this license the "Lesser" General Public License because it does Less to protect the user's freedom than the ordinary General Public License. It also provides other free software developers Less of an advantage over competing non-free programs. These disadvantages are the reason we use the ordinary General Public License for many libraries. However, the Lesser license provides advantages in certain special circumstances. + +For example, on rare occasions, there may be a special need to encourage the widest possible use of a certain library, so that it becomes a de-facto standard. To achieve this, non-free programs must be allowed to use the library. A more frequent case is that a free library does the same job as widely used non-free libraries. In this case, there is little to gain by limiting the free library to free software only, so we use the Lesser General Public License. + +In other cases, permission to use a particular library in non-free programs enables a greater number of people to use a large body of free software. For example, permission to use the GNU C Library in non-free programs enables many more people to use the whole GNU operating system, as well as its variant, the GNU/Linux operating system. + +Although the Lesser General Public License is Less protective of the users' freedom, it does ensure that the user of a program that is linked with the Library has the freedom and the wherewithal to run that program using a modified version of the Library. + +The precise terms and conditions for copying, distribution and modification follow. Pay close attention to the difference between a "work based on the library" and a "work that uses the library". The former contains code derived from the library, whereas the latter must be combined with the library in order to run. +TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + +0. This License Agreement applies to any software library or other program which contains a notice placed by the copyright holder or other authorized party saying it may be distributed under the terms of this Lesser General Public License (also called "this License"). Each licensee is addressed as "you". + +A "library" means a collection of software functions and/or data prepared so as to be conveniently linked with application programs (which use some of those functions and data) to form executables. + +The "Library", below, refers to any such software library or work which has been distributed under these terms. A "work based on the Library" means either the Library or any derivative work under copyright law: that is to say, a work containing the Library or a portion of it, either verbatim or with modifications and/or translated straightforwardly into another language. (Hereinafter, translation is included without limitation in the term "modification".) + +"Source code" for a work means the preferred form of the work for making modifications to it. For a library, complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the library. + +Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of running a program using the Library is not restricted, and output from such a program is covered only if its contents constitute a work based on the Library (independent of the use of the Library in a tool for writing it). Whether that is true depends on what the Library does and what the program that uses the Library does. + +1. You may copy and distribute verbatim copies of the Library's complete source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this License and to the absence of any warranty; and distribute a copy of this License along with the Library. + +You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee. + +2. You may modify your copy or copies of the Library or any portion of it, thus forming a work based on the Library, and copy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions: + + a) The modified work must itself be a software library. + b) You must cause the files modified to carry prominent notices stating that you changed the files and the date of any change. + c) You must cause the whole of the work to be licensed at no charge to all third parties under the terms of this License. + d) If a facility in the modified Library refers to a function or a table of data to be supplied by an application program that uses the facility, other than as an argument passed when the facility is invoked, then you must make a good faith effort to ensure that, in the event an application does not supply such function or table, the facility still operates, and performs whatever part of its purpose remains meaningful. + + (For example, a function in a library to compute square roots has a purpose that is entirely well-defined independent of the application. Therefore, Subsection 2d requires that any application-supplied function or table used by this function must be optional: if the application does not supply it, the square root function must still compute square roots.) + +These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Library, and can be reasonably considered independent and separate works in themselves, then this License, and its terms, do not apply to those sections when you distribute them as separate works. But when you distribute the same sections as part of a whole which is a work based on the Library, the distribution of the whole must be on the terms of this License, whose permissions for other licensees extend to the entire whole, and thus to each and every part regardless of who wrote it. + +Thus, it is not the intent of this section to claim rights or contest your rights to work written entirely by you; rather, the intent is to exercise the right to control the distribution of derivative or collective works based on the Library. + +In addition, mere aggregation of another work not based on the Library with the Library (or with a work based on the Library) on a volume of a storage or distribution medium does not bring the other work under the scope of this License. + +3. You may opt to apply the terms of the ordinary GNU General Public License instead of this License to a given copy of the Library. To do this, you must alter all the notices that refer to this License, so that they refer to the ordinary GNU General Public License, version 2, instead of to this License. (If a newer version than version 2 of the ordinary GNU General Public License has appeared, then you can specify that version instead if you wish.) Do not make any other change in these notices. + +Once this change is made in a given copy, it is irreversible for that copy, so the ordinary GNU General Public License applies to all subsequent copies and derivative works made from that copy. + +This option is useful when you wish to copy part of the code of the Library into a program that is not a library. + +4. You may copy and distribute the Library (or a portion or derivative of it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange. + +If distribution of object code is made by offering access to copy from a designated place, then offering equivalent access to copy the source code from the same place satisfies the requirement to distribute the source code, even though third parties are not compelled to copy the source along with the object code. + +5. A program that contains no derivative of any portion of the Library, but is designed to work with the Library by being compiled or linked with it, is called a "work that uses the Library". Such a work, in isolation, is not a derivative work of the Library, and therefore falls outside the scope of this License. + +However, linking a "work that uses the Library" with the Library creates an executable that is a derivative of the Library (because it contains portions of the Library), rather than a "work that uses the library". The executable is therefore covered by this License. Section 6 states terms for distribution of such executables. + +When a "work that uses the Library" uses material from a header file that is part of the Library, the object code for the work may be a derivative work of the Library even though the source code is not. Whether this is true is especially significant if the work can be linked without the Library, or if the work is itself a library. The threshold for this to be true is not precisely defined by law. + +If such an object file uses only numerical parameters, data structure layouts and accessors, and small macros and small inline functions (ten lines or less in length), then the use of the object file is unrestricted, regardless of whether it is legally a derivative work. (Executables containing this object code plus portions of the Library will still fall under Section 6.) + +Otherwise, if the work is a derivative of the Library, you may distribute the object code for the work under the terms of Section 6. Any executables containing that work also fall under Section 6, whether or not they are linked directly with the Library itself. + +6. As an exception to the Sections above, you may also combine or link a "work that uses the Library" with the Library to produce a work containing portions of the Library, and distribute that work under terms of your choice, provided that the terms permit modification of the work for the customer's own use and reverse engineering for debugging such modifications. + +You must give prominent notice with each copy of the work that the Library is used in it and that the Library and its use are covered by this License. You must supply a copy of this License. If the work during execution displays copyright notices, you must include the copyright notice for the Library among them, as well as a reference directing the user to the copy of this License. Also, you must do one of these things: + + a) Accompany the work with the complete corresponding machine-readable source code for the Library including whatever changes were used in the work (which must be distributed under Sections 1 and 2 above); and, if the work is an executable linked with the Library, with the complete machine-readable "work that uses the Library", as object code and/or source code, so that the user can modify the Library and then relink to produce a modified executable containing the modified Library. (It is understood that the user who changes the contents of definitions files in the Library will not necessarily be able to recompile the application to use the modified definitions.) + b) Use a suitable shared library mechanism for linking with the Library. A suitable mechanism is one that (1) uses at run time a copy of the library already present on the user's computer system, rather than copying library functions into the executable, and (2) will operate properly with a modified version of the library, if the user installs one, as long as the modified version is interface-compatible with the version that the work was made with. + c) Accompany the work with a written offer, valid for at least three years, to give the same user the materials specified in Subsection 6a, above, for a charge no more than the cost of performing this distribution. + d) If distribution of the work is made by offering access to copy from a designated place, offer equivalent access to copy the above specified materials from the same place. + e) Verify that the user has already received a copy of these materials or that you have already sent this user a copy. + +For an executable, the required form of the "work that uses the Library" must include any data and utility programs needed for reproducing the executable from it. However, as a special exception, the materials to be distributed need not include anything that is normally distributed (in either source or binary form) with the major components (compiler, kernel, and so on) of the operating system on which the executable runs, unless that component itself accompanies the executable. + +It may happen that this requirement contradicts the license restrictions of other proprietary libraries that do not normally accompany the operating system. Such a contradiction means you cannot use both them and the Library together in an executable that you distribute. + +7. You may place library facilities that are a work based on the Library side-by-side in a single library together with other library facilities not covered by this License, and distribute such a combined library, provided that the separate distribution of the work based on the Library and of the other library facilities is otherwise permitted, and provided that you do these two things: + + a) Accompany the combined library with a copy of the same work based on the Library, uncombined with any other library facilities. This must be distributed under the terms of the Sections above. + b) Give prominent notice with the combined library of the fact that part of it is a work based on the Library, and explaining where to find the accompanying uncombined form of the same work. + +8. You may not copy, modify, sublicense, link with, or distribute the Library except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense, link with, or distribute the Library is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance. + +9. You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or distribute the Library or its derivative works. These actions are prohibited by law if you do not accept this License. Therefore, by modifying or distributing the Library (or any work based on the Library), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or modifying the Library or works based on it. + +10. Each time you redistribute the Library (or any work based on the Library), the recipient automatically receives a license from the original licensor to copy, distribute, link with or modify the Library subject to these terms and conditions. You may not impose any further restrictions on the recipients' exercise of the rights granted herein. You are not responsible for enforcing compliance by third parties with this License. + +11. If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot distribute so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not distribute the Library at all. For example, if a patent license would not permit royalty-free redistribution of the Library by all those who receive copies directly or indirectly through you, then the only way you could satisfy both it and this License would be to refrain entirely from distribution of the Library. + +If any portion of this section is held invalid or unenforceable under any particular circumstance, the balance of the section is intended to apply, and the section as a whole is intended to apply in other circumstances. + +It is not the purpose of this section to induce you to infringe any patents or other property right claims or to contest validity of any such claims; this section has the sole purpose of protecting the integrity of the free software distribution system which is implemented by public license practices. Many people have made generous contributions to the wide range of software distributed through that system in reliance on consistent application of that system; it is up to the author/donor to decide if he or she is willing to distribute software through any other system and a licensee cannot impose that choice. + +This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License. + +12. If the distribution and/or use of the Library is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Library under this License may add an explicit geographical distribution limitation excluding those countries, so that distribution is permitted only in or among countries not thus excluded. In such case, this License incorporates the limitation as if written in the body of this License. + +13. The Free Software Foundation may publish revised and/or new versions of the Lesser General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. + +Each version is given a distinguishing version number. If the Library specifies a version number of this License which applies to it and "any later version", you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation. If the Library does not specify a license version number, you may choose any version ever published by the Free Software Foundation. + +14. If you wish to incorporate parts of the Library into other free programs whose distribution conditions are incompatible with these, write to the author to ask for permission. For software which is copyrighted by the Free Software Foundation, write to the Free Software Foundation; we sometimes make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally. + +NO WARRANTY + +15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + +16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. +END OF TERMS AND CONDITIONS +How to Apply These Terms to Your New Libraries + +If you develop a new library, and you want it to be of the greatest possible use to the public, we recommend making it free software that everyone can redistribute and change. You can do so by permitting redistribution under these terms (or, alternatively, under the terms of the ordinary General Public License). + +To apply these terms, attach the following notices to the library. It is safest to attach them to the start of each source file to most effectively convey the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. + +one line to give the library's name and an idea of what it does. +Copyright (C) year name of author + +This library is free software; you can redistribute it and/or +modify it under the terms of the GNU Lesser General Public +License as published by the Free Software Foundation; either +version 2.1 of the License, or (at your option) any later version. + +This library is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +Lesser General Public License for more details. + +You should have received a copy of the GNU Lesser General Public +License along with this library; if not, write to the Free Software +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + +Also add information on how to contact you by electronic and paper mail. + +You should also get your employer (if you work as a programmer) or your school, if any, to sign a "copyright disclaimer" for the library, if necessary. Here is a sample; alter the names: + +Yoyodyne, Inc., hereby disclaims all copyright interest in +the library `Frob' (a library for tweaking knobs) written +by James Random Hacker. + +signature of Ty Coon, 1 April 1990 +Ty Coon, President of Vice + +That's all there is to it! diff --git a/.themes/papirus/gtk-2.0/Arrows/arrow-down-insens.png b/.themes/papirus/gtk-2.0/Arrows/arrow-down-insens.png new file mode 100644 index 00000000..f5c0f26c Binary files /dev/null and b/.themes/papirus/gtk-2.0/Arrows/arrow-down-insens.png differ diff --git a/.themes/papirus/gtk-2.0/Arrows/arrow-down-prelight.png b/.themes/papirus/gtk-2.0/Arrows/arrow-down-prelight.png new file mode 100644 index 00000000..37189c49 Binary files /dev/null and b/.themes/papirus/gtk-2.0/Arrows/arrow-down-prelight.png differ diff --git a/.themes/papirus/gtk-2.0/Arrows/arrow-down-small-insens.png b/.themes/papirus/gtk-2.0/Arrows/arrow-down-small-insens.png new file mode 100644 index 00000000..12475389 Binary files /dev/null and b/.themes/papirus/gtk-2.0/Arrows/arrow-down-small-insens.png differ diff --git a/.themes/papirus/gtk-2.0/Arrows/arrow-down-small-prelight.png b/.themes/papirus/gtk-2.0/Arrows/arrow-down-small-prelight.png new file mode 100644 index 00000000..b9708245 Binary files /dev/null and b/.themes/papirus/gtk-2.0/Arrows/arrow-down-small-prelight.png differ diff --git a/.themes/papirus/gtk-2.0/Arrows/arrow-down-small.png b/.themes/papirus/gtk-2.0/Arrows/arrow-down-small.png new file mode 100644 index 00000000..b32cf667 Binary files /dev/null and b/.themes/papirus/gtk-2.0/Arrows/arrow-down-small.png differ diff --git a/.themes/papirus/gtk-2.0/Arrows/arrow-down.png b/.themes/papirus/gtk-2.0/Arrows/arrow-down.png new file mode 100644 index 00000000..d738371e Binary files /dev/null and b/.themes/papirus/gtk-2.0/Arrows/arrow-down.png differ diff --git a/.themes/papirus/gtk-2.0/Arrows/arrow-left-insens.png b/.themes/papirus/gtk-2.0/Arrows/arrow-left-insens.png new file mode 100644 index 00000000..17ee28d0 Binary files /dev/null and b/.themes/papirus/gtk-2.0/Arrows/arrow-left-insens.png differ diff --git a/.themes/papirus/gtk-2.0/Arrows/arrow-left-prelight.png b/.themes/papirus/gtk-2.0/Arrows/arrow-left-prelight.png new file mode 100644 index 00000000..c9ba2263 Binary files /dev/null and b/.themes/papirus/gtk-2.0/Arrows/arrow-left-prelight.png differ diff --git a/.themes/papirus/gtk-2.0/Arrows/arrow-left-small-insens.png b/.themes/papirus/gtk-2.0/Arrows/arrow-left-small-insens.png new file mode 100644 index 00000000..a2a4a981 Binary files /dev/null and b/.themes/papirus/gtk-2.0/Arrows/arrow-left-small-insens.png differ diff --git a/.themes/papirus/gtk-2.0/Arrows/arrow-left-small-prelight.png b/.themes/papirus/gtk-2.0/Arrows/arrow-left-small-prelight.png new file mode 100644 index 00000000..79369bc0 Binary files /dev/null and b/.themes/papirus/gtk-2.0/Arrows/arrow-left-small-prelight.png differ diff --git a/.themes/papirus/gtk-2.0/Arrows/arrow-left-small.png b/.themes/papirus/gtk-2.0/Arrows/arrow-left-small.png new file mode 100644 index 00000000..e2167f06 Binary files /dev/null and b/.themes/papirus/gtk-2.0/Arrows/arrow-left-small.png differ diff --git a/.themes/papirus/gtk-2.0/Arrows/arrow-left.png b/.themes/papirus/gtk-2.0/Arrows/arrow-left.png new file mode 100644 index 00000000..d4eb93bb Binary files /dev/null and b/.themes/papirus/gtk-2.0/Arrows/arrow-left.png differ diff --git a/.themes/papirus/gtk-2.0/Arrows/arrow-right-insens.png b/.themes/papirus/gtk-2.0/Arrows/arrow-right-insens.png new file mode 100644 index 00000000..0b3b8194 Binary files /dev/null and b/.themes/papirus/gtk-2.0/Arrows/arrow-right-insens.png differ diff --git a/.themes/papirus/gtk-2.0/Arrows/arrow-right-prelight.png b/.themes/papirus/gtk-2.0/Arrows/arrow-right-prelight.png new file mode 100644 index 00000000..27c5e4f3 Binary files /dev/null and b/.themes/papirus/gtk-2.0/Arrows/arrow-right-prelight.png differ diff --git a/.themes/papirus/gtk-2.0/Arrows/arrow-right-small-insens.png b/.themes/papirus/gtk-2.0/Arrows/arrow-right-small-insens.png new file mode 100644 index 00000000..b32189de Binary files /dev/null and b/.themes/papirus/gtk-2.0/Arrows/arrow-right-small-insens.png differ diff --git a/.themes/papirus/gtk-2.0/Arrows/arrow-right-small-prelight.png b/.themes/papirus/gtk-2.0/Arrows/arrow-right-small-prelight.png new file mode 100644 index 00000000..1908b3c9 Binary files /dev/null and b/.themes/papirus/gtk-2.0/Arrows/arrow-right-small-prelight.png differ diff --git a/.themes/papirus/gtk-2.0/Arrows/arrow-right-small.png b/.themes/papirus/gtk-2.0/Arrows/arrow-right-small.png new file mode 100644 index 00000000..f669c3d9 Binary files /dev/null and b/.themes/papirus/gtk-2.0/Arrows/arrow-right-small.png differ diff --git a/.themes/papirus/gtk-2.0/Arrows/arrow-right.png b/.themes/papirus/gtk-2.0/Arrows/arrow-right.png new file mode 100644 index 00000000..19d3523e Binary files /dev/null and b/.themes/papirus/gtk-2.0/Arrows/arrow-right.png differ diff --git a/.themes/papirus/gtk-2.0/Arrows/arrow-up-insens.png b/.themes/papirus/gtk-2.0/Arrows/arrow-up-insens.png new file mode 100644 index 00000000..7acdf056 Binary files /dev/null and b/.themes/papirus/gtk-2.0/Arrows/arrow-up-insens.png differ diff --git a/.themes/papirus/gtk-2.0/Arrows/arrow-up-prelight.png b/.themes/papirus/gtk-2.0/Arrows/arrow-up-prelight.png new file mode 100644 index 00000000..378a2747 Binary files /dev/null and b/.themes/papirus/gtk-2.0/Arrows/arrow-up-prelight.png differ diff --git a/.themes/papirus/gtk-2.0/Arrows/arrow-up-small-insens.png b/.themes/papirus/gtk-2.0/Arrows/arrow-up-small-insens.png new file mode 100644 index 00000000..3f4d5863 Binary files /dev/null and b/.themes/papirus/gtk-2.0/Arrows/arrow-up-small-insens.png differ diff --git a/.themes/papirus/gtk-2.0/Arrows/arrow-up-small-prelight.png b/.themes/papirus/gtk-2.0/Arrows/arrow-up-small-prelight.png new file mode 100644 index 00000000..10f41144 Binary files /dev/null and b/.themes/papirus/gtk-2.0/Arrows/arrow-up-small-prelight.png differ diff --git a/.themes/papirus/gtk-2.0/Arrows/arrow-up-small.png b/.themes/papirus/gtk-2.0/Arrows/arrow-up-small.png new file mode 100644 index 00000000..221f00fa Binary files /dev/null and b/.themes/papirus/gtk-2.0/Arrows/arrow-up-small.png differ diff --git a/.themes/papirus/gtk-2.0/Arrows/arrow-up.png b/.themes/papirus/gtk-2.0/Arrows/arrow-up.png new file mode 100644 index 00000000..2b2008cf Binary files /dev/null and b/.themes/papirus/gtk-2.0/Arrows/arrow-up.png differ diff --git a/.themes/papirus/gtk-2.0/Arrows/menu-arrow-insens.png b/.themes/papirus/gtk-2.0/Arrows/menu-arrow-insens.png new file mode 100644 index 00000000..0b3b8194 Binary files /dev/null and b/.themes/papirus/gtk-2.0/Arrows/menu-arrow-insens.png differ diff --git a/.themes/papirus/gtk-2.0/Arrows/menu-arrow-prelight.png b/.themes/papirus/gtk-2.0/Arrows/menu-arrow-prelight.png new file mode 100644 index 00000000..f3bddccf Binary files /dev/null and b/.themes/papirus/gtk-2.0/Arrows/menu-arrow-prelight.png differ diff --git a/.themes/papirus/gtk-2.0/Arrows/menu-arrow.png b/.themes/papirus/gtk-2.0/Arrows/menu-arrow.png new file mode 100644 index 00000000..19d3523e Binary files /dev/null and b/.themes/papirus/gtk-2.0/Arrows/menu-arrow.png differ diff --git a/.themes/papirus/gtk-2.0/Buttons/button-default.png b/.themes/papirus/gtk-2.0/Buttons/button-default.png new file mode 100644 index 00000000..c3d3ecfe Binary files /dev/null and b/.themes/papirus/gtk-2.0/Buttons/button-default.png differ diff --git a/.themes/papirus/gtk-2.0/Buttons/button-insensitive.png b/.themes/papirus/gtk-2.0/Buttons/button-insensitive.png new file mode 100644 index 00000000..644ed77d Binary files /dev/null and b/.themes/papirus/gtk-2.0/Buttons/button-insensitive.png differ diff --git a/.themes/papirus/gtk-2.0/Buttons/button-normal.png b/.themes/papirus/gtk-2.0/Buttons/button-normal.png new file mode 100644 index 00000000..50ecc9ca Binary files /dev/null and b/.themes/papirus/gtk-2.0/Buttons/button-normal.png differ diff --git a/.themes/papirus/gtk-2.0/Buttons/button-prelight.png b/.themes/papirus/gtk-2.0/Buttons/button-prelight.png new file mode 100644 index 00000000..e5d23f4f Binary files /dev/null and b/.themes/papirus/gtk-2.0/Buttons/button-prelight.png differ diff --git a/.themes/papirus/gtk-2.0/Buttons/button-pressed.png b/.themes/papirus/gtk-2.0/Buttons/button-pressed.png new file mode 100644 index 00000000..f9d9e35c Binary files /dev/null and b/.themes/papirus/gtk-2.0/Buttons/button-pressed.png differ diff --git a/.themes/papirus/gtk-2.0/Check-Radio/checkbox-checked-insensitive.png b/.themes/papirus/gtk-2.0/Check-Radio/checkbox-checked-insensitive.png new file mode 100644 index 00000000..c59774b4 Binary files /dev/null and b/.themes/papirus/gtk-2.0/Check-Radio/checkbox-checked-insensitive.png differ diff --git a/.themes/papirus/gtk-2.0/Check-Radio/checkbox-checked.png b/.themes/papirus/gtk-2.0/Check-Radio/checkbox-checked.png new file mode 100644 index 00000000..430cf88a Binary files /dev/null and b/.themes/papirus/gtk-2.0/Check-Radio/checkbox-checked.png differ diff --git a/.themes/papirus/gtk-2.0/Check-Radio/checkbox-unchecked-insensitive.png b/.themes/papirus/gtk-2.0/Check-Radio/checkbox-unchecked-insensitive.png new file mode 100644 index 00000000..782e598d Binary files /dev/null and b/.themes/papirus/gtk-2.0/Check-Radio/checkbox-unchecked-insensitive.png differ diff --git a/.themes/papirus/gtk-2.0/Check-Radio/checkbox-unchecked.png b/.themes/papirus/gtk-2.0/Check-Radio/checkbox-unchecked.png new file mode 100644 index 00000000..d05d36da Binary files /dev/null and b/.themes/papirus/gtk-2.0/Check-Radio/checkbox-unchecked.png differ diff --git a/.themes/papirus/gtk-2.0/Check-Radio/menu-checkbox-checked-insensitive.png b/.themes/papirus/gtk-2.0/Check-Radio/menu-checkbox-checked-insensitive.png new file mode 100644 index 00000000..05fb0451 Binary files /dev/null and b/.themes/papirus/gtk-2.0/Check-Radio/menu-checkbox-checked-insensitive.png differ diff --git a/.themes/papirus/gtk-2.0/Check-Radio/menu-checkbox-checked-prelight.png b/.themes/papirus/gtk-2.0/Check-Radio/menu-checkbox-checked-prelight.png new file mode 100644 index 00000000..6c6a5d92 Binary files /dev/null and b/.themes/papirus/gtk-2.0/Check-Radio/menu-checkbox-checked-prelight.png differ diff --git a/.themes/papirus/gtk-2.0/Check-Radio/menu-checkbox-checked.png b/.themes/papirus/gtk-2.0/Check-Radio/menu-checkbox-checked.png new file mode 100644 index 00000000..47db140d Binary files /dev/null and b/.themes/papirus/gtk-2.0/Check-Radio/menu-checkbox-checked.png differ diff --git a/.themes/papirus/gtk-2.0/Check-Radio/menu-checkbox-unchecked-insensitive.png b/.themes/papirus/gtk-2.0/Check-Radio/menu-checkbox-unchecked-insensitive.png new file mode 100644 index 00000000..fc500e14 Binary files /dev/null and b/.themes/papirus/gtk-2.0/Check-Radio/menu-checkbox-unchecked-insensitive.png differ diff --git a/.themes/papirus/gtk-2.0/Check-Radio/menu-checkbox-unchecked-prelight.png b/.themes/papirus/gtk-2.0/Check-Radio/menu-checkbox-unchecked-prelight.png new file mode 100644 index 00000000..e393f98a Binary files /dev/null and b/.themes/papirus/gtk-2.0/Check-Radio/menu-checkbox-unchecked-prelight.png differ diff --git a/.themes/papirus/gtk-2.0/Check-Radio/menu-checkbox-unchecked.png b/.themes/papirus/gtk-2.0/Check-Radio/menu-checkbox-unchecked.png new file mode 100644 index 00000000..38a3f42c Binary files /dev/null and b/.themes/papirus/gtk-2.0/Check-Radio/menu-checkbox-unchecked.png differ diff --git a/.themes/papirus/gtk-2.0/Check-Radio/menu-option-checked-insensitive.png b/.themes/papirus/gtk-2.0/Check-Radio/menu-option-checked-insensitive.png new file mode 100644 index 00000000..8757f33f Binary files /dev/null and b/.themes/papirus/gtk-2.0/Check-Radio/menu-option-checked-insensitive.png differ diff --git a/.themes/papirus/gtk-2.0/Check-Radio/menu-option-checked-prelight.png b/.themes/papirus/gtk-2.0/Check-Radio/menu-option-checked-prelight.png new file mode 100644 index 00000000..ee486d1f Binary files /dev/null and b/.themes/papirus/gtk-2.0/Check-Radio/menu-option-checked-prelight.png differ diff --git a/.themes/papirus/gtk-2.0/Check-Radio/menu-option-checked.png b/.themes/papirus/gtk-2.0/Check-Radio/menu-option-checked.png new file mode 100644 index 00000000..8e99445d Binary files /dev/null and b/.themes/papirus/gtk-2.0/Check-Radio/menu-option-checked.png differ diff --git a/.themes/papirus/gtk-2.0/Check-Radio/menu-option-unchecked-insensitive.png b/.themes/papirus/gtk-2.0/Check-Radio/menu-option-unchecked-insensitive.png new file mode 100644 index 00000000..99e7baf9 Binary files /dev/null and b/.themes/papirus/gtk-2.0/Check-Radio/menu-option-unchecked-insensitive.png differ diff --git a/.themes/papirus/gtk-2.0/Check-Radio/menu-option-unchecked-prelight.png b/.themes/papirus/gtk-2.0/Check-Radio/menu-option-unchecked-prelight.png new file mode 100644 index 00000000..be229ed4 Binary files /dev/null and b/.themes/papirus/gtk-2.0/Check-Radio/menu-option-unchecked-prelight.png differ diff --git a/.themes/papirus/gtk-2.0/Check-Radio/menu-option-unchecked.png b/.themes/papirus/gtk-2.0/Check-Radio/menu-option-unchecked.png new file mode 100644 index 00000000..7e80449f Binary files /dev/null and b/.themes/papirus/gtk-2.0/Check-Radio/menu-option-unchecked.png differ diff --git a/.themes/papirus/gtk-2.0/Check-Radio/option-checked-insensitive.png b/.themes/papirus/gtk-2.0/Check-Radio/option-checked-insensitive.png new file mode 100644 index 00000000..6b66069f Binary files /dev/null and b/.themes/papirus/gtk-2.0/Check-Radio/option-checked-insensitive.png differ diff --git a/.themes/papirus/gtk-2.0/Check-Radio/option-checked.png b/.themes/papirus/gtk-2.0/Check-Radio/option-checked.png new file mode 100644 index 00000000..9dcdcafd Binary files /dev/null and b/.themes/papirus/gtk-2.0/Check-Radio/option-checked.png differ diff --git a/.themes/papirus/gtk-2.0/Check-Radio/option-unchecked-insensitive.png b/.themes/papirus/gtk-2.0/Check-Radio/option-unchecked-insensitive.png new file mode 100644 index 00000000..2ed55316 Binary files /dev/null and b/.themes/papirus/gtk-2.0/Check-Radio/option-unchecked-insensitive.png differ diff --git a/.themes/papirus/gtk-2.0/Check-Radio/option-unchecked.png b/.themes/papirus/gtk-2.0/Check-Radio/option-unchecked.png new file mode 100644 index 00000000..85117d61 Binary files /dev/null and b/.themes/papirus/gtk-2.0/Check-Radio/option-unchecked.png differ diff --git a/.themes/papirus/gtk-2.0/Entry/entry-border-active-bg.png b/.themes/papirus/gtk-2.0/Entry/entry-border-active-bg.png new file mode 100644 index 00000000..f9cc597b Binary files /dev/null and b/.themes/papirus/gtk-2.0/Entry/entry-border-active-bg.png differ diff --git a/.themes/papirus/gtk-2.0/Entry/entry-border-bg.png b/.themes/papirus/gtk-2.0/Entry/entry-border-bg.png new file mode 100644 index 00000000..d16f1316 Binary files /dev/null and b/.themes/papirus/gtk-2.0/Entry/entry-border-bg.png differ diff --git a/.themes/papirus/gtk-2.0/Entry/entry-border-disabled-bg.png b/.themes/papirus/gtk-2.0/Entry/entry-border-disabled-bg.png new file mode 100644 index 00000000..429fd1c3 Binary files /dev/null and b/.themes/papirus/gtk-2.0/Entry/entry-border-disabled-bg.png differ diff --git a/.themes/papirus/gtk-2.0/Expanders/minus.png b/.themes/papirus/gtk-2.0/Expanders/minus.png new file mode 100644 index 00000000..99d393ec Binary files /dev/null and b/.themes/papirus/gtk-2.0/Expanders/minus.png differ diff --git a/.themes/papirus/gtk-2.0/Expanders/plus.png b/.themes/papirus/gtk-2.0/Expanders/plus.png new file mode 100644 index 00000000..fe54705e Binary files /dev/null and b/.themes/papirus/gtk-2.0/Expanders/plus.png differ diff --git a/.themes/papirus/gtk-2.0/Handles/handle-h.png b/.themes/papirus/gtk-2.0/Handles/handle-h.png new file mode 100644 index 00000000..c315223c Binary files /dev/null and b/.themes/papirus/gtk-2.0/Handles/handle-h.png differ diff --git a/.themes/papirus/gtk-2.0/Handles/handle-v.png b/.themes/papirus/gtk-2.0/Handles/handle-v.png new file mode 100644 index 00000000..04615293 Binary files /dev/null and b/.themes/papirus/gtk-2.0/Handles/handle-v.png differ diff --git a/.themes/papirus/gtk-2.0/Lines/line-h.png b/.themes/papirus/gtk-2.0/Lines/line-h.png new file mode 100644 index 00000000..4e12ae90 Binary files /dev/null and b/.themes/papirus/gtk-2.0/Lines/line-h.png differ diff --git a/.themes/papirus/gtk-2.0/Lines/line-v.png b/.themes/papirus/gtk-2.0/Lines/line-v.png new file mode 100644 index 00000000..1e0b8b41 Binary files /dev/null and b/.themes/papirus/gtk-2.0/Lines/line-v.png differ diff --git a/.themes/papirus/gtk-2.0/Lines/menu-line-h.png b/.themes/papirus/gtk-2.0/Lines/menu-line-h.png new file mode 100644 index 00000000..120e70de Binary files /dev/null and b/.themes/papirus/gtk-2.0/Lines/menu-line-h.png differ diff --git a/.themes/papirus/gtk-2.0/Menubar/menu-frame.png b/.themes/papirus/gtk-2.0/Menubar/menu-frame.png new file mode 100644 index 00000000..4a86548d Binary files /dev/null and b/.themes/papirus/gtk-2.0/Menubar/menu-frame.png differ diff --git a/.themes/papirus/gtk-2.0/Menubar/menubar-button.png b/.themes/papirus/gtk-2.0/Menubar/menubar-button.png new file mode 100644 index 00000000..23e7cd83 Binary files /dev/null and b/.themes/papirus/gtk-2.0/Menubar/menubar-button.png differ diff --git a/.themes/papirus/gtk-2.0/Others/null.png b/.themes/papirus/gtk-2.0/Others/null.png new file mode 100644 index 00000000..f19fd5d8 Binary files /dev/null and b/.themes/papirus/gtk-2.0/Others/null.png differ diff --git a/.themes/papirus/gtk-2.0/Others/tree-header.png b/.themes/papirus/gtk-2.0/Others/tree-header.png new file mode 100644 index 00000000..65d2c4dc Binary files /dev/null and b/.themes/papirus/gtk-2.0/Others/tree-header.png differ diff --git a/.themes/papirus/gtk-2.0/ProgressBar/bar.png b/.themes/papirus/gtk-2.0/ProgressBar/bar.png new file mode 100644 index 00000000..f139cf03 Binary files /dev/null and b/.themes/papirus/gtk-2.0/ProgressBar/bar.png differ diff --git a/.themes/papirus/gtk-2.0/ProgressBar/trough.png b/.themes/papirus/gtk-2.0/ProgressBar/trough.png new file mode 100644 index 00000000..7a53c69d Binary files /dev/null and b/.themes/papirus/gtk-2.0/ProgressBar/trough.png differ diff --git a/.themes/papirus/gtk-2.0/Range/slider-horiz-prelight.png b/.themes/papirus/gtk-2.0/Range/slider-horiz-prelight.png new file mode 100644 index 00000000..4b30f99c Binary files /dev/null and b/.themes/papirus/gtk-2.0/Range/slider-horiz-prelight.png differ diff --git a/.themes/papirus/gtk-2.0/Range/slider-horiz.png b/.themes/papirus/gtk-2.0/Range/slider-horiz.png new file mode 100644 index 00000000..53d196ef Binary files /dev/null and b/.themes/papirus/gtk-2.0/Range/slider-horiz.png differ diff --git a/.themes/papirus/gtk-2.0/Range/slider-vert-prelight.png b/.themes/papirus/gtk-2.0/Range/slider-vert-prelight.png new file mode 100644 index 00000000..4b30f99c Binary files /dev/null and b/.themes/papirus/gtk-2.0/Range/slider-vert-prelight.png differ diff --git a/.themes/papirus/gtk-2.0/Range/slider-vert.png b/.themes/papirus/gtk-2.0/Range/slider-vert.png new file mode 100644 index 00000000..53d196ef Binary files /dev/null and b/.themes/papirus/gtk-2.0/Range/slider-vert.png differ diff --git a/.themes/papirus/gtk-2.0/Range/trough-horizontal.png b/.themes/papirus/gtk-2.0/Range/trough-horizontal.png new file mode 100644 index 00000000..0acf8440 Binary files /dev/null and b/.themes/papirus/gtk-2.0/Range/trough-horizontal.png differ diff --git a/.themes/papirus/gtk-2.0/Range/trough-vertical.png b/.themes/papirus/gtk-2.0/Range/trough-vertical.png new file mode 100644 index 00000000..2964e8c5 Binary files /dev/null and b/.themes/papirus/gtk-2.0/Range/trough-vertical.png differ diff --git a/.themes/papirus/gtk-2.0/Scrollbars/slider-scrollbar-horiz-active.png b/.themes/papirus/gtk-2.0/Scrollbars/slider-scrollbar-horiz-active.png new file mode 100644 index 00000000..b24bebbe Binary files /dev/null and b/.themes/papirus/gtk-2.0/Scrollbars/slider-scrollbar-horiz-active.png differ diff --git a/.themes/papirus/gtk-2.0/Scrollbars/slider-scrollbar-horiz-insens.png b/.themes/papirus/gtk-2.0/Scrollbars/slider-scrollbar-horiz-insens.png new file mode 100644 index 00000000..6b381b13 Binary files /dev/null and b/.themes/papirus/gtk-2.0/Scrollbars/slider-scrollbar-horiz-insens.png differ diff --git a/.themes/papirus/gtk-2.0/Scrollbars/slider-scrollbar-horiz-prelight.png b/.themes/papirus/gtk-2.0/Scrollbars/slider-scrollbar-horiz-prelight.png new file mode 100644 index 00000000..d39459ae Binary files /dev/null and b/.themes/papirus/gtk-2.0/Scrollbars/slider-scrollbar-horiz-prelight.png differ diff --git a/.themes/papirus/gtk-2.0/Scrollbars/slider-scrollbar-horiz.png b/.themes/papirus/gtk-2.0/Scrollbars/slider-scrollbar-horiz.png new file mode 100644 index 00000000..28a8b564 Binary files /dev/null and b/.themes/papirus/gtk-2.0/Scrollbars/slider-scrollbar-horiz.png differ diff --git a/.themes/papirus/gtk-2.0/Scrollbars/slider-scrollbar-vert-active.png b/.themes/papirus/gtk-2.0/Scrollbars/slider-scrollbar-vert-active.png new file mode 100644 index 00000000..e07469d1 Binary files /dev/null and b/.themes/papirus/gtk-2.0/Scrollbars/slider-scrollbar-vert-active.png differ diff --git a/.themes/papirus/gtk-2.0/Scrollbars/slider-scrollbar-vert-insens.png b/.themes/papirus/gtk-2.0/Scrollbars/slider-scrollbar-vert-insens.png new file mode 100644 index 00000000..6f12935d Binary files /dev/null and b/.themes/papirus/gtk-2.0/Scrollbars/slider-scrollbar-vert-insens.png differ diff --git a/.themes/papirus/gtk-2.0/Scrollbars/slider-scrollbar-vert-prelight.png b/.themes/papirus/gtk-2.0/Scrollbars/slider-scrollbar-vert-prelight.png new file mode 100644 index 00000000..ca860784 Binary files /dev/null and b/.themes/papirus/gtk-2.0/Scrollbars/slider-scrollbar-vert-prelight.png differ diff --git a/.themes/papirus/gtk-2.0/Scrollbars/slider-scrollbar-vert.png b/.themes/papirus/gtk-2.0/Scrollbars/slider-scrollbar-vert.png new file mode 100644 index 00000000..b1dc89ef Binary files /dev/null and b/.themes/papirus/gtk-2.0/Scrollbars/slider-scrollbar-vert.png differ diff --git a/.themes/papirus/gtk-2.0/Scrollbars/trough-scrollbar-horiz.png b/.themes/papirus/gtk-2.0/Scrollbars/trough-scrollbar-horiz.png new file mode 100644 index 00000000..4c0dc543 Binary files /dev/null and b/.themes/papirus/gtk-2.0/Scrollbars/trough-scrollbar-horiz.png differ diff --git a/.themes/papirus/gtk-2.0/Scrollbars/trough-scrollbar-vert.png b/.themes/papirus/gtk-2.0/Scrollbars/trough-scrollbar-vert.png new file mode 100644 index 00000000..c7454284 Binary files /dev/null and b/.themes/papirus/gtk-2.0/Scrollbars/trough-scrollbar-vert.png differ diff --git a/.themes/papirus/gtk-2.0/Shadows/frame-gap-end.png b/.themes/papirus/gtk-2.0/Shadows/frame-gap-end.png new file mode 100644 index 00000000..ca771a13 Binary files /dev/null and b/.themes/papirus/gtk-2.0/Shadows/frame-gap-end.png differ diff --git a/.themes/papirus/gtk-2.0/Shadows/frame-gap-start.png b/.themes/papirus/gtk-2.0/Shadows/frame-gap-start.png new file mode 100644 index 00000000..106e09c3 Binary files /dev/null and b/.themes/papirus/gtk-2.0/Shadows/frame-gap-start.png differ diff --git a/.themes/papirus/gtk-2.0/Shadows/frame.png b/.themes/papirus/gtk-2.0/Shadows/frame.png new file mode 100644 index 00000000..0d6da72a Binary files /dev/null and b/.themes/papirus/gtk-2.0/Shadows/frame.png differ diff --git a/.themes/papirus/gtk-2.0/Spin/down-background-disable.png b/.themes/papirus/gtk-2.0/Spin/down-background-disable.png new file mode 100644 index 00000000..90c424bd Binary files /dev/null and b/.themes/papirus/gtk-2.0/Spin/down-background-disable.png differ diff --git a/.themes/papirus/gtk-2.0/Spin/down-background.png b/.themes/papirus/gtk-2.0/Spin/down-background.png new file mode 100644 index 00000000..cd3c304c Binary files /dev/null and b/.themes/papirus/gtk-2.0/Spin/down-background.png differ diff --git a/.themes/papirus/gtk-2.0/Spin/up-background-disable.png b/.themes/papirus/gtk-2.0/Spin/up-background-disable.png new file mode 100644 index 00000000..4add65e0 Binary files /dev/null and b/.themes/papirus/gtk-2.0/Spin/up-background-disable.png differ diff --git a/.themes/papirus/gtk-2.0/Spin/up-background.png b/.themes/papirus/gtk-2.0/Spin/up-background.png new file mode 100644 index 00000000..af4d8d95 Binary files /dev/null and b/.themes/papirus/gtk-2.0/Spin/up-background.png differ diff --git a/.themes/papirus/gtk-2.0/Tabs/notebook-gap-horiz.png b/.themes/papirus/gtk-2.0/Tabs/notebook-gap-horiz.png new file mode 100644 index 00000000..b47fa12f Binary files /dev/null and b/.themes/papirus/gtk-2.0/Tabs/notebook-gap-horiz.png differ diff --git a/.themes/papirus/gtk-2.0/Tabs/notebook-gap-vert.png b/.themes/papirus/gtk-2.0/Tabs/notebook-gap-vert.png new file mode 100644 index 00000000..b434eef1 Binary files /dev/null and b/.themes/papirus/gtk-2.0/Tabs/notebook-gap-vert.png differ diff --git a/.themes/papirus/gtk-2.0/Tabs/notebook.png b/.themes/papirus/gtk-2.0/Tabs/notebook.png new file mode 100644 index 00000000..6d09baa0 Binary files /dev/null and b/.themes/papirus/gtk-2.0/Tabs/notebook.png differ diff --git a/.themes/papirus/gtk-2.0/Tabs/tab-bottom-active.png b/.themes/papirus/gtk-2.0/Tabs/tab-bottom-active.png new file mode 100644 index 00000000..f5bd5bd0 Binary files /dev/null and b/.themes/papirus/gtk-2.0/Tabs/tab-bottom-active.png differ diff --git a/.themes/papirus/gtk-2.0/Tabs/tab-bottom.png b/.themes/papirus/gtk-2.0/Tabs/tab-bottom.png new file mode 100644 index 00000000..1b731da2 Binary files /dev/null and b/.themes/papirus/gtk-2.0/Tabs/tab-bottom.png differ diff --git a/.themes/papirus/gtk-2.0/Tabs/tab-left-active.png b/.themes/papirus/gtk-2.0/Tabs/tab-left-active.png new file mode 100644 index 00000000..d0f7de4a Binary files /dev/null and b/.themes/papirus/gtk-2.0/Tabs/tab-left-active.png differ diff --git a/.themes/papirus/gtk-2.0/Tabs/tab-left.png b/.themes/papirus/gtk-2.0/Tabs/tab-left.png new file mode 100644 index 00000000..8280fcb0 Binary files /dev/null and b/.themes/papirus/gtk-2.0/Tabs/tab-left.png differ diff --git a/.themes/papirus/gtk-2.0/Tabs/tab-right-active.png b/.themes/papirus/gtk-2.0/Tabs/tab-right-active.png new file mode 100644 index 00000000..1ac9683c Binary files /dev/null and b/.themes/papirus/gtk-2.0/Tabs/tab-right-active.png differ diff --git a/.themes/papirus/gtk-2.0/Tabs/tab-right.png b/.themes/papirus/gtk-2.0/Tabs/tab-right.png new file mode 100644 index 00000000..6297076f Binary files /dev/null and b/.themes/papirus/gtk-2.0/Tabs/tab-right.png differ diff --git a/.themes/papirus/gtk-2.0/Tabs/tab-top-active.png b/.themes/papirus/gtk-2.0/Tabs/tab-top-active.png new file mode 100644 index 00000000..2683819e Binary files /dev/null and b/.themes/papirus/gtk-2.0/Tabs/tab-top-active.png differ diff --git a/.themes/papirus/gtk-2.0/Tabs/tab-top.png b/.themes/papirus/gtk-2.0/Tabs/tab-top.png new file mode 100644 index 00000000..57f6746a Binary files /dev/null and b/.themes/papirus/gtk-2.0/Tabs/tab-top.png differ diff --git a/.themes/papirus/gtk-2.0/Toolbar/toolbar-bg.png b/.themes/papirus/gtk-2.0/Toolbar/toolbar-bg.png new file mode 100644 index 00000000..5144d325 Binary files /dev/null and b/.themes/papirus/gtk-2.0/Toolbar/toolbar-bg.png differ diff --git a/.themes/papirus/gtk-2.0/Toolbar/toolbutton-normal.png b/.themes/papirus/gtk-2.0/Toolbar/toolbutton-normal.png new file mode 100644 index 00000000..132a2683 Binary files /dev/null and b/.themes/papirus/gtk-2.0/Toolbar/toolbutton-normal.png differ diff --git a/.themes/papirus/gtk-2.0/Toolbar/toolbutton-prelight.png b/.themes/papirus/gtk-2.0/Toolbar/toolbutton-prelight.png new file mode 100644 index 00000000..591c447d Binary files /dev/null and b/.themes/papirus/gtk-2.0/Toolbar/toolbutton-prelight.png differ diff --git a/.themes/papirus/gtk-2.0/Toolbar/toolbutton-pressed.png b/.themes/papirus/gtk-2.0/Toolbar/toolbutton-pressed.png new file mode 100644 index 00000000..19a3b3b5 Binary files /dev/null and b/.themes/papirus/gtk-2.0/Toolbar/toolbutton-pressed.png differ diff --git a/.themes/papirus/gtk-2.0/Toolbar/toolbutton-toggled.png b/.themes/papirus/gtk-2.0/Toolbar/toolbutton-toggled.png new file mode 100644 index 00000000..8f71d04e Binary files /dev/null and b/.themes/papirus/gtk-2.0/Toolbar/toolbutton-toggled.png differ diff --git a/.themes/papirus/gtk-2.0/assets.svg b/.themes/papirus/gtk-2.0/assets.svg new file mode 100644 index 00000000..7d5b5956 --- /dev/null +++ b/.themes/papirus/gtk-2.0/assets.svg @@ -0,0 +1,2398 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="210mm" + height="297mm" + viewBox="0 0 744.09448819 1052.3622047" + id="svg2" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="assets.svg"> + <defs + id="defs4"> + <inkscape:perspective + sodipodi:type="inkscape:persp3d" + inkscape:vp_x="0 : 526.1811 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_z="744.09449 : 526.1811 : 1" + inkscape:persp3d-origin="372.04724 : 350.7874 : 1" + id="perspective5408" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4480"> + <stop + style="stop-color:#86b7d7;stop-opacity:1" + offset="0" + id="stop4482" /> + <stop + style="stop-color:#93cee9;stop-opacity:1" + offset="1" + id="stop4484" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient4255"> + <stop + style="stop-color:#86b7d7;stop-opacity:1" + offset="0" + id="stop4243" /> + <stop + style="stop-color:#93cee9;stop-opacity:1" + offset="1" + id="stop4245" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4255" + id="linearGradient4247" + x1="42" + y1="964.57648" + x2="42" + y2="930.57648" + gradientUnits="userSpaceOnUse" /> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath4408"> + <rect + style="opacity:1;fill:#eff0f1;fill-opacity:1;stroke:none;stroke-opacity:1" + id="rect4410" + width="54.285713" + height="30" + x="-87.053574" + y="852.45148" + rx="3" + ry="3" /> + </clipPath> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath4412"> + <rect + style="opacity:1;fill:#eff0f1;fill-opacity:1;stroke:none;stroke-opacity:1" + id="rect4414" + width="54.285713" + height="30" + x="-87.053574" + y="852.45148" + rx="3" + ry="3" /> + </clipPath> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath4606"> + <rect + style="opacity:1;fill:#eff0f1;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect4608" + width="30" + height="16" + x="175" + y="906.36218" + rx="3.5999999" + ry="1.92" /> + </clipPath> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath4610"> + <rect + style="opacity:1;fill:#eff0f1;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect4612" + width="30" + height="16" + x="175" + y="906.36218" + rx="3.5999999" + ry="1.92" /> + </clipPath> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4480" + id="linearGradient4486" + x1="585" + y1="574.36218" + x2="585" + y2="542.36218" + gradientUnits="userSpaceOnUse" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="2.828427" + inkscape:cx="480.21874" + inkscape:cy="484.20489" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:window-width="1920" + inkscape:window-height="1052" + inkscape:window-x="0" + inkscape:window-y="1" + inkscape:window-maximized="1" + showguides="false" + inkscape:snap-bbox="true" + inkscape:bbox-nodes="true" + inkscape:snap-global="true"> + <inkscape:grid + type="xygrid" + id="grid4253" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <g + id="button-normal" + inkscape:label="#g4300" + transform="translate(175,-694.99998)"> + <rect + ry="3.0150898" + rx="3.0059478" + y="1018.3622" + x="1" + height="34" + width="86" + id="rect4143" + style="opacity:0.15;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.17016383;stroke-opacity:1" /> + <rect + style="fill:#eff0f1;fill-opacity:1;stroke:none;stroke-width:0.17016383;stroke-opacity:1" + id="rect4140" + width="86" + height="34" + x="0" + y="1017.3622" + rx="3" + ry="3" /> + <path + inkscape:connector-curvature="0" + id="rect4136" + d="M 3.007813,1017.3622 C 1.342518,1017.3622 0,1018.7055 0,1020.3759 l 0,27.9707 c 0,1.6703 1.342518,3.0156 3.007813,3.0156 l 79.986324,0 c 1.6653,0 3.00586,-1.3453 3.00586,-3.0156 l 0,-27.9707 c 0,-1.6704 -1.34056,-3.0137 -3.00586,-3.0137 l -79.986324,0 z m -0.0078,1 79.999997,0 c 1.108,0 2,0.892 2,2 l 0,28 c 0,1.108 -0.892,2 -2,2 l -79.999997,0 c -1.108,0 -2,-0.892 -2,-2 l 0,-28 c 0,-1.108 0.892,-2 2,-2 z" + style="fill:#bdc3c7;fill-opacity:1;stroke:none;stroke-width:0.17016383;stroke-opacity:1" /> + </g> + <g + id="button-prelight" + transform="translate(175.85624,-694.05161)" + inkscape:label="#g4295"> + <rect + style="opacity:0.15;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.17016383;stroke-opacity:1" + id="rect4209" + width="86" + height="34" + x="1.3571428" + y="977.64789" + rx="3.0059478" + ry="3.0150898" /> + <rect + ry="3" + rx="3" + y="976.64789" + x="0.35714287" + height="34" + width="86" + id="rect4211" + style="fill:#eff0f1;fill-opacity:1;stroke:none;stroke-width:0.17016383;stroke-opacity:1" /> + <path + style="fill:#93cee9;fill-opacity:1;stroke:none;stroke-width:0.17016383;stroke-opacity:1" + d="m 3.3649559,976.64791 c -1.665295,0 -3.00781304,1.3433 -3.00781304,3.0137 l 0,27.97069 c 0,1.6703 1.34251804,3.0156 3.00781304,3.0156 l 79.9863241,0 c 1.6653,0 3.00586,-1.3453 3.00586,-3.0156 l 0,-27.97069 c 0,-1.6704 -1.34056,-3.0137 -3.00586,-3.0137 l -79.9863241,0 z m -0.0078,1 79.9999971,0 c 1.108,0 2,0.892 2,2 l 0,27.99999 c 0,1.108 -0.892,2 -2,2 l -79.9999971,0 c -1.108,0 -2,-0.892 -2,-2 l 0,-27.99999 c 0,-1.108 0.892,-2 2,-2 z" + id="path4213" + inkscape:connector-curvature="0" /> + </g> + <g + id="button-pressed" + transform="translate(176,-691.21427)" + inkscape:label="#g4291"> + <rect + ry="3.0150898" + rx="3.0059478" + y="931.57648" + x="0.99999994" + height="34" + width="86" + id="rect4215" + style="opacity:0.15;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.17016383;stroke-opacity:1" /> + <rect + style="fill:url(#linearGradient4247);fill-opacity:1;stroke:none;stroke-width:0.17016383;stroke-opacity:1" + id="rect4217" + width="86" + height="34" + x="8.7033882e-09" + y="930.57648" + rx="3" + ry="3" /> + </g> + <g + id="button-insensitive" + transform="translate(175.85624,-689.23021)" + inkscape:label="#g4286"> + <rect + style="opacity:0.15;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.17016383;stroke-opacity:1" + id="rect4221" + width="86" + height="34" + x="1.3571428" + y="885.86218" + rx="3.0059478" + ry="3.0150898" /> + <rect + ry="3" + rx="3" + y="884.86218" + x="0.35714287" + height="34" + width="86" + id="rect4223" + style="fill:#eff0f1;fill-opacity:1;stroke:none;stroke-width:0.17016383;stroke-opacity:1" /> + <path + style="fill:#d7dde1;fill-opacity:1;stroke:none;stroke-width:0.17016383;stroke-opacity:1" + d="m 3.3649559,884.86219 c -1.665295,0 -3.00781304,1.3433 -3.00781304,3.0137 l 0,27.97069 c 0,1.6703 1.34251804,3.0156 3.00781304,3.0156 l 79.9863241,0 c 1.6653,0 3.00586,-1.3453 3.00586,-3.0156 l 0,-27.97069 c 0,-1.6704 -1.34056,-3.0137 -3.00586,-3.0137 l -79.9863241,0 z m -0.0078,1 79.9999971,0 c 1.108,0 2,0.892 2,2 l 0,27.99999 c 0,1.108 -0.892,2 -2,2 l -79.9999971,0 c -1.108,0 -2,-0.892 -2,-2 l 0,-27.99999 c 0,-1.108 0.892,-2 2,-2 z" + id="path4225" + inkscape:connector-curvature="0" /> + </g> + <g + id="button-default" + transform="translate(176.21338,-691.28377)" + inkscape:label="#g4281"> + <rect + ry="3.0150898" + rx="3.0059478" + y="844.43359" + x="0.99999994" + height="34" + width="86" + id="rect4227" + style="opacity:0.15;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.17016383;stroke-opacity:1" /> + <rect + style="fill:#eff0f1;fill-opacity:1;stroke:none;stroke-width:0.17016383;stroke-opacity:1" + id="rect4229" + width="86" + height="34" + x="8.7033953e-09" + y="843.43359" + rx="3" + ry="3" /> + <path + inkscape:connector-curvature="0" + id="path4231" + d="M 3.007813,843.43362 C 1.342518,843.43362 0,844.77692 0,846.44732 l 0,27.97069 c 0,1.6703 1.342518,3.0156 3.007813,3.0156 l 79.986324,0 c 1.6653,0 3.00586,-1.3453 3.00586,-3.0156 l 0,-27.97069 c 0,-1.6704 -1.34056,-3.0137 -3.00586,-3.0137 l -79.986324,0 z m -0.0078,1 79.999997,0 c 1.108,0 2,0.892 2,2 l 0,27.99999 c 0,1.108 -0.892,2 -2,2 l -79.999997,0 c -1.108,0 -2,-0.892 -2,-2 l 0,-27.99999 c 0,-1.108 0.892,-2 2,-2 z" + style="fill:#afb5b9;fill-opacity:1;stroke:none;stroke-width:0.17016383;stroke-opacity:1" /> + </g> + <g + id="checkbox-unchecked" + transform="translate(302.45154,-851.32867)" + inkscape:label="#g4230"> + <rect + ry="2" + rx="2" + y="1007.5931" + x="1.5050763" + height="18" + width="18" + id="rect4200" + style="opacity:0.15;fill:#000000;fill-opacity:1;stroke:none;stroke-opacity:1" /> + <rect + style="fill:#eff0f1;fill-opacity:1;stroke:none;stroke-opacity:1" + id="rect4202" + width="18" + height="18" + x="0.50507629" + y="1006.5931" + rx="2" + ry="2" /> + <path + style="fill:#bdc3c7;fill-opacity:1;stroke:none;stroke-opacity:1" + d="m 2.5050763,1006.5932 c -1.108,0 -2.00000003,0.892 -2.00000003,2 l 0,14 c 0,1.108 0.89200003,2 2.00000003,2 l 13.9999997,0 c 1.108,0 2,-0.892 2,-2 l 0,-14 c 0,-1.108 -0.892,-2 -2,-2 l -13.9999997,0 z m 0,1 13.9999997,0 c 0.554,0 1,0.446 1,1 l 0,14 c 0,0.554 -0.446,1 -1,1 l -13.9999997,0 c -0.554,0 -1,-0.446 -1,-1 l 0,-14 c 0,-0.554 0.446,-1 1,-1 z" + id="path4204" + inkscape:connector-curvature="0" /> + </g> + <g + id="checkbox-checked" + inkscape:label="#g4240" + transform="translate(301.96813,-832.52102)"> + <rect + ry="2" + rx="2" + y="1034.2552" + x="1.9884882" + height="18" + width="18" + id="rect4208" + style="opacity:0.15;fill:#000000;fill-opacity:1;stroke:none;stroke-opacity:1" /> + <rect + style="fill:#eff0f1;fill-opacity:1;stroke:none;stroke-opacity:1" + id="rect4210" + width="18" + height="18" + x="0.98848826" + y="1033.2552" + rx="2" + ry="2" /> + <path + style="fill:#3daee9;fill-opacity:1;stroke:none;stroke-opacity:1" + d="m 2.9884882,1033.2551 c -1.108,0 -2,0.892 -2,2 l 0,14 c 0,1.108 0.892,2 2,2 l 13.9999998,0 c 1.108,0 2,-0.892 2,-2 l 0,-14 c 0,-1.108 -0.892,-2 -2,-2 l -13.9999998,0 z m 0,1 13.9999998,0 c 0.554,0 1,0.446 1,1 l 0,14 c 0,0.554 -0.446,1 -1,1 l -13.9999998,0 c -0.554,0 -1,-0.446 -1,-1 l 0,-14 c 0,-0.554 0.446,-1 1,-1 z" + id="path4212" + inkscape:connector-curvature="0" /> + <rect + style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:none;stroke-opacity:1" + id="rect4214" + width="12" + height="12" + x="3.9884882" + y="1036.2552" + rx="1" + ry="1" /> + </g> + <g + id="checkbox-unchecked-insensitive" + transform="translate(278.9694,-828.14745)" + inkscape:label="#g4235"> + <rect + style="opacity:0.15;fill:#000000;fill-opacity:1;stroke:none;stroke-opacity:1" + id="rect4216" + width="18" + height="18" + x="24.987219" + y="1007.1467" + rx="2" + ry="2" /> + <rect + ry="2" + rx="2" + y="1006.1467" + x="23.987219" + height="18" + width="18" + id="rect4218" + style="fill:#eff0f1;fill-opacity:1;stroke:none;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + id="path4220" + d="m 25.987219,1006.1468 c -1.108,0 -2,0.892 -2,2 l 0,14 c 0,1.108 0.892,2 2,2 l 14,0 c 1.108,0 2,-0.892 2,-2 l 0,-14 c 0,-1.108 -0.892,-2 -2,-2 l -14,0 z m 0,1 14,0 c 0.554,0 1,0.446 1,1 l 0,14 c 0,0.554 -0.446,1 -1,1 l -14,0 c -0.554,0 -1,-0.446 -1,-1 l 0,-14 c 0,-0.554 0.446,-1 1,-1 z" + style="fill:#d9dddf;fill-opacity:1;stroke:none;stroke-opacity:1" /> + </g> + <g + id="checkbox-checked-insensitive" + transform="translate(279.28956,-809.78615)" + inkscape:label="#g4246"> + <rect + style="opacity:0.15;fill:#000000;fill-opacity:1;stroke:none;stroke-opacity:1" + id="rect4222" + width="18" + height="18" + x="24.667059" + y="1034.2552" + rx="2" + ry="2" /> + <rect + ry="2" + rx="2" + y="1033.2552" + x="23.667059" + height="18" + width="18" + id="rect4224" + style="fill:#eff0f1;fill-opacity:1;stroke:none;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + id="path4226" + d="m 25.66706,1033.2551 c -1.108,0 -2,0.892 -2,2 l 0,14 c 0,1.108 0.892,2 2,2 l 13.999999,0 c 1.108,0 2,-0.892 2,-2 l 0,-14 c 0,-1.108 -0.892,-2 -2,-2 l -13.999999,0 z m 0,1 13.999999,0 c 0.554,0 1,0.446 1,1 l 0,14 c 0,0.554 -0.446,1 -1,1 l -13.999999,0 c -0.554,0 -1,-0.446 -1,-1 l 0,-14 c 0,-0.554 0.446,-1 1,-1 z" + style="fill:#d9dddf;fill-opacity:1;stroke:none;stroke-opacity:1" /> + <rect + ry="1" + rx="1" + y="1036.2552" + x="26.667059" + height="12" + width="12" + id="rect4228" + style="opacity:1;fill:#d9dddf;fill-opacity:1;stroke:none;stroke-opacity:1" /> + </g> + <g + id="option-unchecked" + transform="translate(363.51729,-878.04302)" + inkscape:label="#g4328"> + <circle + r="9" + style="opacity:0.15;fill:#000000;fill-opacity:1;stroke:none;stroke-opacity:1" + id="circle4299" + cx="10" + cy="1043.3622" /> + <circle + style="opacity:1;fill:#eff0f1;fill-opacity:1;stroke:none;stroke-opacity:1" + id="circle4303" + cx="9" + cy="1042.3622" + r="9" /> + <path + inkscape:connector-curvature="0" + id="path4297" + d="m 9,1033.3622 a 9,9 0 0 0 -9,9 9,9 0 0 0 9,9 9,9 0 0 0 9,-9 9,9 0 0 0 -9,-9 z m 0,1 a 8,8 0 0 1 8,8 8,8 0 0 1 -8,8 8,8 0 0 1 -8,-8 8,8 0 0 1 8,-8 z" + style="opacity:1;fill:#bdc3c7;fill-opacity:1;stroke:none;stroke-opacity:1" /> + </g> + <g + id="option-unchecked-insensitive" + transform="translate(338.51602,-853.92558)" + inkscape:label="#g4333"> + <circle + cy="1042.4783" + cx="35.001274" + id="circle4306" + style="opacity:0.15;fill:#000000;fill-opacity:1;stroke:none;stroke-opacity:1" + r="9" /> + <circle + r="9" + cy="1041.4783" + cx="34.001274" + id="circle4308" + style="opacity:1;fill:#eff0f1;fill-opacity:1;stroke:none;stroke-opacity:1" /> + <path + style="opacity:1;fill:#d9dddf;fill-opacity:1;stroke:none;stroke-opacity:1" + d="m 34.001275,1032.4783 a 9,9 0 0 0 -9,9 9,9 0 0 0 9,9 9,9 0 0 0 9,-9 9,9 0 0 0 -9,-9 z m 0,1 a 8,8 0 0 1 8,8 8,8 0 0 1 -8,8 8,8 0 0 1 -8,-8 8,8 0 0 1 8,-8 z" + id="path4310" + inkscape:connector-curvature="0" /> + </g> + <g + id="option-checked" + transform="translate(365.41133,-854.05191)" + inkscape:label="#g4344"> + <circle + cy="1065.8381" + cx="8.1059637" + id="circle4312" + style="opacity:0.15;fill:#000000;fill-opacity:1;stroke:none;stroke-opacity:1" + r="9" /> + <circle + r="9" + cy="1064.8381" + cx="7.1059642" + id="circle4314" + style="opacity:1;fill:#eff0f1;fill-opacity:1;stroke:none;stroke-opacity:1" /> + <path + style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:none;stroke-opacity:1" + d="m 7.105964,1055.8381 a 9,9 0 0 0 -9,9 9,9 0 0 0 9,9 9,9 0 0 0 9,-9 9,9 0 0 0 -9,-9 z m 0,1 a 8,8 0 0 1 8,8 8,8 0 0 1 -8,8 8,8 0 0 1 -8.00000001,-8 8,8 0 0 1 8.00000001,-8 z" + id="path4316" + inkscape:connector-curvature="0" /> + <circle + r="6" + cy="1064.8381" + cx="7.1059642" + id="path4318" + style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:none;stroke-opacity:1" /> + </g> + <g + id="option-checked-insensitive" + transform="translate(338.98276,-830.81839)" + inkscape:label="#g4338"> + <circle + r="9" + style="opacity:0.15;fill:#000000;fill-opacity:1;stroke:none;stroke-opacity:1" + id="circle4320" + cx="34.534534" + cy="1065.8381" /> + <circle + style="opacity:1;fill:#eff0f1;fill-opacity:1;stroke:none;stroke-opacity:1" + id="circle4322" + cx="33.534534" + cy="1064.8381" + r="9" /> + <path + inkscape:connector-curvature="0" + id="path4324" + d="m 33.534535,1055.8381 a 9,9 0 0 0 -9,9 9,9 0 0 0 9,9 9,9 0 0 0 9,-9 9,9 0 0 0 -9,-9 z m 0,1 a 8,8 0 0 1 8,8 8,8 0 0 1 -8,8 8,8 0 0 1 -8,-8 8,8 0 0 1 8,-8 z" + style="opacity:1;fill:#d9dcdf;fill-opacity:1;stroke:none;stroke-opacity:1" /> + <circle + style="opacity:1;fill:#d9dcdf;fill-opacity:1;stroke:none;stroke-opacity:1" + id="circle4326" + cx="33.534534" + cy="1064.8381" + r="6" /> + </g> + <g + transform="translate(456.21338,-868.21148)" + id="entry-border-bg" + inkscape:label="#g4269"> + <path + inkscape:connector-curvature="0" + id="rect4264-4" + d="m 0,1020.3613 0,32 10,0 0,-32 -10,0 z m 4.125,1.5 1.75,0 c 1.45425,0 2.625,1.2938 2.625,2.9004 l 0,23.2012 c 0,1.6066 -1.17075,2.8984 -2.625,2.8984 l -1.75,0 c -1.45425,0 -2.625,-1.2918 -2.625,-2.8984 l 0,-23.2012 c 0,-1.6066 1.17075,-2.9004 2.625,-2.9004 z" + style="opacity:1;fill:#eff0f1;fill-opacity:1;stroke:none;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + id="rect4255-3" + d="m 4,1021.3613 c -1.662,0 -3,1.338 -3,3 l 0,24 c 0,1.662 1.338,3 3,3 l 2,0 c 1.662,0 3,-1.338 3,-3 l 0,-24 c 0,-1.662 -1.338,-3 -3,-3 l -2,0 z m 0,1 2,0 c 1.108,0 2,0.892 2,2 l 0,24 c 0,1.108 -0.892,2 -2,2 l -2,0 c -1.108,0 -2,-0.892 -2,-2 l 0,-24 c 0,-1.108 0.892,-2 2,-2 z" + style="opacity:1;fill:#bdc3c7;fill-opacity:1;stroke:none;stroke-opacity:1" /> + <rect + ry="2.5" + rx="2.5" + y="1021.8613" + x="1.5" + height="29" + width="7" + id="rect4605-142" + style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + style="opacity:1;fill:#bdc3c7;fill-opacity:1;stroke:none;stroke-opacity:1" + d="m 4,1021.3613 c -1.662,0 -3,1.338 -3,3 l 0,24 c 0,1.662 1.338,3 3,3 l 2,0 c 1.662,0 3,-1.338 3,-3 l 0,-24 c 0,-1.662 -1.338,-3 -3,-3 l -2,0 z m 0,1 2,0 c 1.108,0 2,0.892 2,2 l 0,24 c 0,1.108 -0.892,2 -2,2 l -2,0 c -1.108,0 -2,-0.892 -2,-2 l 0,-24 c 0,-1.108 0.892,-2 2,-2 z" + id="path4292-0" + inkscape:connector-curvature="0" /> + </g> + <g + id="entry-border-disabled-bg" + transform="translate(454.58566,-868.21148)" + inkscape:label="#g4308"> + <rect + y="1020.3613" + x="16.071428" + height="32" + width="10" + id="rect4288-6" + style="opacity:1;fill:#eff0f1;fill-opacity:1;stroke:none;stroke-opacity:1" /> + <path + style="opacity:1;fill:#d9dddf;fill-opacity:1;stroke:none;stroke-opacity:1" + d="m 20.071429,1021.3613 c -1.662,0 -3,1.338 -3,3 l 0,24 c 0,1.662 1.338,3 3,3 l 2,0 c 1.662,0 3,-1.338 3,-3 l 0,-24 c 0,-1.662 -1.338,-3 -3,-3 l -2,0 z m 0,1 2,0 c 1.108,0 2,0.892 2,2 l 0,24 c 0,1.108 -0.892,2 -2,2 l -2,0 c -1.108,0 -2,-0.892 -2,-2 l 0,-24 c 0,-1.108 0.892,-2 2,-2 z" + id="path4278-3" + inkscape:connector-curvature="0" /> + </g> + <g + transform="translate(484.38652,-868.27458)" + id="entry-border-active-bg" + inkscape:label="#g4280"> + <path + inkscape:connector-curvature="0" + id="path4282-6" + d="m 0,1020.3613 0,32 10,0 0,-32 -10,0 z m 4.125,1.5 1.75,0 c 1.45425,0 2.625,1.2938 2.625,2.9004 l 0,23.2012 c 0,1.6066 -1.17075,2.8984 -2.625,2.8984 l -1.75,0 c -1.45425,0 -2.625,-1.2918 -2.625,-2.8984 l 0,-23.2012 c 0,-1.6066 1.17075,-2.9004 2.625,-2.9004 z" + style="opacity:1;fill:#eff0f1;fill-opacity:1;stroke:none;stroke-opacity:1" /> + <rect + ry="2.5" + rx="2.5" + y="1021.8613" + x="1.5" + height="29" + width="7" + id="rect4605-36" + style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + id="path4284-0" + d="m 4,1021.3613 c -1.662,0 -3,1.338 -3,3 l 0,24 c 0,1.662 1.338,3 3,3 l 2,0 c 1.662,0 3,-1.338 3,-3 l 0,-24 c 0,-1.662 -1.338,-3 -3,-3 l -2,0 z m 0,1 2,0 c 1.108,0 2,0.892 2,2 l 0,24 c 0,1.108 -0.892,2 -2,2 l -2,0 c -1.108,0 -2,-0.892 -2,-2 l 0,-24 c 0,-1.108 0.892,-2 2,-2 z" + style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:none;stroke-opacity:1" /> + </g> + <g + id="notebook" + inkscape:label="#g4379" + transform="translate(677.86218,-702.47706)"> + <rect + style="opacity:1;fill:#eff0f1;fill-opacity:1;stroke:none;stroke-opacity:1" + id="rect4374" + width="30" + height="30" + x="-147.86218" + y="854.83923" + rx="3" + ry="3" /> + <path + inkscape:connector-curvature="0" + id="rect4362" + d="m -144.86218,854.83926 c -1.662,0 -3,1.338 -3,3 l 0,24 c 0,1.662 1.338,3 3,3 l 24,0 c 1.662,0 3,-1.338 3,-3 l 0,-24 c 0,-1.662 -1.338,-3 -3,-3 l -24,0 z m 0,1 24,0 c 1.108,0 2,0.892 2,2 l 0,24 c 0,1.108 -0.892,2 -2,2 l -24,0 c -1.108,0 -2,-0.892 -2,-2 l 0,-24 c 0,-1.108 0.892,-2 2,-2 z" + style="opacity:1;fill:#bdc3c7;fill-opacity:1;stroke:none;stroke-opacity:1" /> + </g> + <g + id="tab-top-active" + transform="translate(605.98215,-631.06419)" + inkscape:label="#g4416"> + <rect + clip-path="url(#clipPath4412)" + style="opacity:1;fill:#eff0f1;fill-opacity:1;stroke:none;stroke-opacity:1" + id="rect4399" + width="30" + height="35" + x="-75.982147" + y="852.45148" + rx="3" + ry="3" /> + <path + clip-path="url(#clipPath4408)" + inkscape:connector-curvature="0" + id="rect4383" + d="m -72.982145,852.45148 c -1.662,0 -3,1.338 -3,3 l 0,29 c 0,1.662 1.338,3 3,3 l 23.999996,0 c 1.662,0 3,-1.338 3,-3 l 0,-29 c 0,-1.662 -1.338,-3 -3,-3 l -23.999996,0 z m 0,1 23.999996,0 c 1.108,0 2,0.892 2,2 l 0,29 c 0,1.108 -0.892,2 -2,2 l -23.999996,0 c -1.108,0 -2,-0.892 -2,-2 l 0,-29 c 0,-1.108 0.892,-2 2,-2 z" + style="opacity:1;fill:#bdc3c7;fill-opacity:1;stroke:none;stroke-opacity:1" /> + </g> + <g + transform="translate(640.08929,-631.28188)" + id="tab-top" + inkscape:label="#g4420"> + <rect + ry="3" + rx="3" + y="852.45148" + x="-75.982147" + height="35" + width="30" + id="rect4422" + style="opacity:1;fill:#bdc3c7;fill-opacity:1;stroke:none;stroke-opacity:1" + clip-path="url(#clipPath4412)" /> + <path + style="opacity:1;fill:#bdc3c7;fill-opacity:1;stroke:none;stroke-opacity:1" + d="m -72.982145,852.45148 c -1.662,0 -3,1.338 -3,3 l 0,29 c 0,1.662 1.338,3 3,3 l 23.999996,0 c 1.662,0 3,-1.338 3,-3 l 0,-29 c 0,-1.662 -1.338,-3 -3,-3 l -23.999996,0 z m 0,1 23.999996,0 c 1.108,0 2,0.892 2,2 l 0,29 c 0,1.108 -0.892,2 -2,2 l -23.999996,0 c -1.108,0 -2,-0.892 -2,-2 l 0,-29 c 0,-1.108 0.892,-2 2,-2 z" + id="path4424" + inkscape:connector-curvature="0" + clip-path="url(#clipPath4408)" /> + </g> + <g + id="tab-bottom-active" + transform="matrix(-1,0,0,-1,484.01785,1069.188)" + inkscape:label="#g4426"> + <rect + clip-path="url(#clipPath4412)" + style="opacity:1;fill:#eff0f1;fill-opacity:1;stroke:none;stroke-opacity:1" + id="rect4428" + width="30" + height="35" + x="-75.982147" + y="852.45148" + rx="3" + ry="3" /> + <path + clip-path="url(#clipPath4408)" + inkscape:connector-curvature="0" + id="path4430" + d="m -72.982145,852.45148 c -1.662,0 -3,1.338 -3,3 l 0,29 c 0,1.662 1.338,3 3,3 l 23.999996,0 c 1.662,0 3,-1.338 3,-3 l 0,-29 c 0,-1.662 -1.338,-3 -3,-3 l -23.999996,0 z m 0,1 23.999996,0 c 1.108,0 2,0.892 2,2 l 0,29 c 0,1.108 -0.892,2 -2,2 l -23.999996,0 c -1.108,0 -2,-0.892 -2,-2 l 0,-29 c 0,-1.108 0.892,-2 2,-2 z" + style="opacity:1;fill:#bdc3c7;fill-opacity:1;stroke:none;stroke-opacity:1" /> + </g> + <g + transform="matrix(-1,0,0,-1,518.12499,1068.6829)" + id="tab-bottom" + inkscape:label="#g4432"> + <rect + ry="3" + rx="3" + y="852.45148" + x="-75.982147" + height="35" + width="30" + id="rect4434" + style="opacity:1;fill:#bdc3c7;fill-opacity:1;stroke:none;stroke-opacity:1" + clip-path="url(#clipPath4412)" /> + <path + style="opacity:1;fill:#bdc3c7;fill-opacity:1;stroke:none;stroke-opacity:1" + d="m -72.982145,852.45148 c -1.662,0 -3,1.338 -3,3 l 0,29 c 0,1.662 1.338,3 3,3 l 23.999996,0 c 1.662,0 3,-1.338 3,-3 l 0,-29 c 0,-1.662 -1.338,-3 -3,-3 l -23.999996,0 z m 0,1 23.999996,0 c 1.108,0 2,0.892 2,2 l 0,29 c 0,1.108 -0.892,2 -2,2 l -23.999996,0 c -1.108,0 -2,-0.892 -2,-2 l 0,-29 c 0,-1.108 0.892,-2 2,-2 z" + id="path4436" + inkscape:connector-curvature="0" + clip-path="url(#clipPath4408)" /> + </g> + <g + transform="matrix(0,1,-1,0,1412.4515,332.02014)" + id="tab-right-active" + inkscape:label="#g4438"> + <rect + ry="3" + rx="3" + y="852.45148" + x="-75.982147" + height="35" + width="30" + id="rect4440" + style="opacity:1;fill:#eff0f1;fill-opacity:1;stroke:none;stroke-opacity:1" + clip-path="url(#clipPath4412)" /> + <path + style="opacity:1;fill:#bdc3c7;fill-opacity:1;stroke:none;stroke-opacity:1" + d="m -72.982145,852.45148 c -1.662,0 -3,1.338 -3,3 l 0,29 c 0,1.662 1.338,3 3,3 l 23.999996,0 c 1.662,0 3,-1.338 3,-3 l 0,-29 c 0,-1.662 -1.338,-3 -3,-3 l -23.999996,0 z m 0,1 23.999996,0 c 1.108,0 2,0.892 2,2 l 0,29 c 0,1.108 -0.892,2 -2,2 l -23.999996,0 c -1.108,0 -2,-0.892 -2,-2 l 0,-29 c 0,-1.108 0.892,-2 2,-2 z" + id="path4442" + inkscape:connector-curvature="0" + clip-path="url(#clipPath4408)" /> + </g> + <g + id="tab-right" + transform="matrix(0,1,-1,0,1446.5586,332.08991)" + inkscape:label="#g4444"> + <rect + clip-path="url(#clipPath4412)" + style="opacity:1;fill:#bdc3c7;fill-opacity:1;stroke:none;stroke-opacity:1" + id="rect4446" + width="30" + height="35" + x="-75.982147" + y="852.45148" + rx="3" + ry="3" /> + <path + clip-path="url(#clipPath4408)" + inkscape:connector-curvature="0" + id="path4448" + d="m -72.982145,852.45148 c -1.662,0 -3,1.338 -3,3 l 0,29 c 0,1.662 1.338,3 3,3 l 23.999996,0 c 1.662,0 3,-1.338 3,-3 l 0,-29 c 0,-1.662 -1.338,-3 -3,-3 l -23.999996,0 z m 0,1 23.999996,0 c 1.108,0 2,0.892 2,2 l 0,29 c 0,1.108 -0.892,2 -2,2 l -23.999996,0 c -1.108,0 -2,-0.892 -2,-2 l 0,-29 c 0,-1.108 0.892,-2 2,-2 z" + style="opacity:1;fill:#bdc3c7;fill-opacity:1;stroke:none;stroke-opacity:1" /> + </g> + <g + id="tab-left-active" + transform="matrix(0,1,1,0,-322.45144,366.67083)" + inkscape:label="#g4450"> + <rect + clip-path="url(#clipPath4412)" + style="opacity:1;fill:#eff0f1;fill-opacity:1;stroke:none;stroke-opacity:1" + id="rect4452" + width="30" + height="35" + x="-75.982147" + y="852.45148" + rx="3" + ry="3" /> + <path + clip-path="url(#clipPath4408)" + inkscape:connector-curvature="0" + id="path4454" + d="m -72.982145,852.45148 c -1.662,0 -3,1.338 -3,3 l 0,29 c 0,1.662 1.338,3 3,3 l 23.999996,0 c 1.662,0 3,-1.338 3,-3 l 0,-29 c 0,-1.662 -1.338,-3 -3,-3 l -23.999996,0 z m 0,1 23.999996,0 c 1.108,0 2,0.892 2,2 l 0,29 c 0,1.108 -0.892,2 -2,2 l -23.999996,0 c -1.108,0 -2,-0.892 -2,-2 l 0,-29 c 0,-1.108 0.892,-2 2,-2 z" + style="opacity:1;fill:#bdc3c7;fill-opacity:1;stroke:none;stroke-opacity:1" /> + </g> + <g + transform="matrix(0,1,1,0,-288.34434,367.02803)" + id="tab-left" + inkscape:label="#g4456"> + <rect + ry="3" + rx="3" + y="852.45148" + x="-75.982147" + height="35" + width="30" + id="rect4458" + style="opacity:1;fill:#bdc3c7;fill-opacity:1;stroke:none;stroke-opacity:1" + clip-path="url(#clipPath4412)" /> + <path + style="opacity:1;fill:#bdc3c7;fill-opacity:1;stroke:none;stroke-opacity:1" + d="m -72.982145,852.45148 c -1.662,0 -3,1.338 -3,3 l 0,29 c 0,1.662 1.338,3 3,3 l 23.999996,0 c 1.662,0 3,-1.338 3,-3 l 0,-29 c 0,-1.662 -1.338,-3 -3,-3 l -23.999996,0 z m 0,1 23.999996,0 c 1.108,0 2,0.892 2,2 l 0,29 c 0,1.108 -0.892,2 -2,2 l -23.999996,0 c -1.108,0 -2,-0.892 -2,-2 l 0,-29 c 0,-1.108 0.892,-2 2,-2 z" + id="path4460" + inkscape:connector-curvature="0" + clip-path="url(#clipPath4408)" /> + </g> + <g + id="notebook-gap-horiz" + inkscape:label="#g4470" + transform="translate(717.29379,-811.12527)"> + <rect + y="979.64789" + x="-147.5" + height="2" + width="4" + id="rect4462" + style="opacity:0;fill:#fcfcfc;fill-opacity:1;stroke:none;stroke-opacity:1" /> + <rect + y="979.64789" + x="-146.5" + height="2" + width="2" + id="rect4464" + style="opacity:1;fill:#eff0f1;fill-opacity:1;stroke:none;stroke-opacity:1" /> + </g> + <g + id="notebook-gap-vert" + inkscape:label="#g4474" + transform="translate(722.80227,-810.05199)"> + <rect + transform="matrix(0,1,-1,0,0,0)" + style="opacity:0;fill:#fcfcfc;fill-opacity:1;stroke:none;stroke-opacity:1" + id="rect4466" + width="4" + height="2" + x="977.76398" + y="140.97235" /> + <rect + transform="matrix(0,1,-1,0,0,0)" + style="opacity:1;fill:#eff0f1;fill-opacity:1;stroke:none;stroke-opacity:1" + id="rect4468" + width="2" + height="2" + x="978.76398" + y="140.97235" /> + </g> + <g + id="plus" + transform="translate(617,-875.99998)" + inkscape:label="#g4415"> + <rect + y="1028.3622" + x="6" + height="12" + width="12" + id="rect4411" + style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + id="path4406" + d="m 7,1035.3622 4,0 0,4 2,0 0,-4 4,0 0,-2 -4,0 0,-4 -2,0 0,4 -4,0 z" + style="opacity:0.5;fill:#000000;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + </g> + <g + id="minus" + transform="translate(599,-856.99998)" + inkscape:label="#g4419"> + <rect + style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect4413" + width="12" + height="12" + x="24" + y="1031.3622" /> + <path + inkscape:connector-curvature="0" + id="path4408" + d="m 25,1038.3622 0,-2 10,0 0,2 z" + style="opacity:0.5;fill:#000000;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + </g> + <rect + style="opacity:1;fill:#eff0f1;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="handle-h" + width="24" + height="2" + x="25" + y="445.36221" + inkscape:label="#rect4423" /> + <rect + y="-27" + x="452.36221" + height="2" + width="24" + id="handle-v" + style="opacity:1;fill:#eff0f1;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + transform="matrix(0,1,-1,0,0,0)" + inkscape:label="#rect4425" /> + <g + id="line-h" + transform="translate(110,-569.99998)" + inkscape:label="#g4443"> + <rect + y="1012.3622" + x="10" + height="10" + width="10" + id="rect4429" + style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <rect + y="1017.3622" + x="10" + height="5" + width="10" + id="rect4433" + style="opacity:1;fill:#bdc3c7;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + <g + id="menu-line-h" + transform="matrix(1,0,0,-1,95,1479.7244)" + inkscape:label="#g4447" + style="opacity:1"> + <rect + y="1012.3622" + x="25" + height="9.9999876" + width="10" + id="rect4435" + style="opacity:1;fill:#bdc3c7;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + <g + id="line-v" + transform="translate(110,-554.99998)" + inkscape:label="#g4439"> + <rect + y="1027.3622" + x="10" + height="10" + width="10" + id="rect4427" + style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <rect + y="1027.3622" + x="10" + height="10" + width="5" + id="rect4437" + style="opacity:1;fill:#bdc3c7;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + <g + id="menubar-button" + transform="translate(165,-477.99998)" + inkscape:label="#g4455"> + <rect + style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect4453" + width="48" + height="27" + x="20" + y="925.36218" /> + <rect + y="926.36218" + x="21" + height="25" + width="46" + id="rect4451" + style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + <rect + style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="bar" + width="10" + height="10" + x="300" + y="447.36221" + rx="4" + ry="4" + inkscape:label="#rect4461" /> + <rect + ry="4" + rx="4" + y="447.36221" + x="280" + height="10" + width="10" + id="trough" + style="opacity:1;fill:#bdc3c7;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + inkscape:label="#rect4463" /> + <g + id="slider-vert" + inkscape:label="#g4492" + transform="translate(323,-415.33329)"> + <circle + style="opacity:1;fill:#eff0f1;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="circle4467" + cx="81" + cy="918.36218" + r="9" /> + <path + inkscape:connector-curvature="0" + id="path4465" + d="m 81,909.36218 a 9,9 0 0 0 -9,9 9,9 0 0 0 9,9 9,9 0 0 0 9,-9 9,9 0 0 0 -9,-9 z m 0,1 a 8,8 0 0 1 8,8 8,8 0 0 1 -8,8 8,8 0 0 1 -8,-8 8,8 0 0 1 8,-8 z" + style="opacity:1;fill:#bdc3c7;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + <g + id="slider-horiz" + inkscape:label="#g4488" + transform="translate(355,-461.99998)"> + <circle + r="9" + cy="918.36218" + cx="49" + id="circle4472" + style="opacity:1;fill:#eff0f1;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + style="opacity:1;fill:#bdc3c7;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 49,909.3622 a 9,9 0 0 0 -9,9 9,9 0 0 0 9,9 9,9 0 0 0 9,-9 9,9 0 0 0 -9,-9 z m 0,1 a 8,8 0 0 1 8,8 8,8 0 0 1 -8,8 8,8 0 0 1 -8,-8 8,8 0 0 1 8,-8 z" + id="path4474" + inkscape:connector-curvature="0" /> + </g> + <g + id="slider-horiz-prelight" + inkscape:label="#g4484" + transform="translate(353,-461.66664)"> + <circle + style="opacity:1;fill:#eff0f1;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="circle4476" + cx="51" + cy="941.36218" + r="9" /> + <path + inkscape:connector-curvature="0" + id="path4478" + d="m 51,932.3622 a 9,9 0 0 0 -9,9 9,9 0 0 0 9,9 9,9 0 0 0 9,-9 9,9 0 0 0 -9,-9 z m 0,1 a 8,8 0 0 1 8,8 8,8 0 0 1 -8,8 8,8 0 0 1 -8,-8 8,8 0 0 1 8,-8 z" + style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + <g + id="slider-vert-prelight" + inkscape:label="#g4496" + transform="translate(320,-414.99997)"> + <circle + r="9" + cy="941.36218" + cx="84" + id="circle4480" + style="opacity:1;fill:#eff0f1;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 84,932.3622 a 9,9 0 0 0 -9,9 9,9 0 0 0 9,9 9,9 0 0 0 9,-9 9,9 0 0 0 -9,-9 z m 0,1 a 8,8 0 0 1 8,8 8,8 0 0 1 -8,8 8,8 0 0 1 -8,-8 8,8 0 0 1 8,-8 z" + id="path4482" + inkscape:connector-curvature="0" /> + </g> + <g + id="trough-horizontal" + inkscape:label="#g4504" + transform="translate(372,-418.99996)"> + <rect + ry="0" + rx="0" + y="961.36218" + x="23" + height="18" + width="42" + id="rect4502" + style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <rect + ry="3" + rx="3" + y="967.36218" + x="23" + height="6" + width="42" + id="rect4500" + style="opacity:1;fill:#bdc3c7;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + <g + id="trough-vertical" + transform="matrix(0,1,-1,0,1374.3622,540.36222)" + inkscape:label="#g4508"> + <rect + style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect4510" + width="42" + height="18" + x="23" + y="961.36218" + rx="0" + ry="0" /> + <rect + style="opacity:1;fill:#bdc3c7;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect4512" + width="42" + height="6" + x="23" + y="967.36218" + rx="3" + ry="3" /> + </g> + <g + id="slider-scrollbar-horiz" + inkscape:label="#g5553"> + <rect + transform="matrix(0,1,-1,0,0,0)" + style="opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect4545-2-3" + width="20" + height="11.999991" + x="442.36221" + y="-492" + inkscape:label="#rect4545" /> + <rect + inkscape:label="#rect4515" + ry="5" + rx="5" + y="447.36221" + x="480" + height="10" + width="12" + id="rect4515" + style="opacity:1;fill:#74757a;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + <g + id="slider-scrollbar-horiz-prelight" + inkscape:label="#g5557"> + <rect + transform="matrix(0,1,-1,0,0,0)" + style="opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect4545-2-3-9" + width="20" + height="11.999991" + x="465.36221" + y="-492" + inkscape:label="#rect4545" /> + <rect + inkscape:label="#rect4517" + style="opacity:1;fill:#93cee9;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect4517" + width="12" + height="10" + x="480" + y="470.36221" + rx="5" + ry="5" /> + </g> + <g + id="slider-scrollbar-horiz-active" + inkscape:label="#g5561"> + <rect + transform="matrix(0,1,-1,0,0,0)" + style="opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect4545-2-3-4" + width="20" + height="11.999991" + x="488.36221" + y="-492" + inkscape:label="#rect4545" /> + <rect + inkscape:label="#rect4519" + ry="5" + rx="5" + y="493.36221" + x="480" + height="10" + width="12" + id="rect4519-0" + style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + <g + id="slider-scrollbar-horiz-insens" + inkscape:label="#g5565"> + <rect + transform="matrix(0,1,-1,0,0,0)" + style="opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect4545-2-3-2" + width="20" + height="11.999991" + x="511.36221" + y="-492" + inkscape:label="#rect4545" /> + <rect + inkscape:label="#rect4521" + style="opacity:0.15;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect4521" + width="12" + height="10" + x="480" + y="516.36218" + rx="5" + ry="5" /> + </g> + <g + id="slider-scrollbar-vert" + inkscape:label="#g5441"> + <rect + inkscape:label="#rect4545" + y="446.36221" + x="494" + height="11.999991" + width="20" + id="rect4545" + style="opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <rect + inkscape:label="#rect4523" + transform="matrix(0,1,-1,0,0,0)" + style="opacity:1;fill:#74757a;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect4523" + width="12" + height="10" + x="446.36221" + y="-509" + rx="5" + ry="5" /> + </g> + <g + id="slider-scrollbar-vert-prelight" + inkscape:label="#g5541"> + <rect + style="opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect4545-2" + width="20" + height="11.999991" + x="494" + y="469.36221" + inkscape:label="#rect4545" /> + <rect + inkscape:label="#rect4525" + transform="matrix(0,1,-1,0,0,0)" + ry="5" + rx="5" + y="-509" + x="469.36221" + height="10" + width="12" + id="rect4525" + style="opacity:1;fill:#93cee9;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + <g + id="slider-scrollbar-vert-active" + inkscape:label="#g5545"> + <rect + style="opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect4545-2-0" + width="20" + height="11.999991" + x="494" + y="492.36221" + inkscape:label="#rect4545" /> + <rect + inkscape:label="#rect4527" + transform="matrix(0,1,-1,0,0,0)" + style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect4527" + width="12" + height="10" + x="492.36221" + y="-509" + rx="5" + ry="5" /> + </g> + <g + id="slider-scrollbar-vert-insens" + inkscape:label="#g5549"> + <rect + style="opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect4545-2-0-2" + width="20" + height="11.999991" + x="494" + y="515.36218" + inkscape:label="#rect4545" /> + <rect + inkscape:label="#rect4529" + transform="matrix(0,1,-1,0,0,0)" + ry="5" + rx="5" + y="-509" + x="515.36218" + height="10" + width="12" + id="rect4529" + style="opacity:0.15;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + <g + id="trough-scrollbar-horiz" + inkscape:label="#g5390" + transform="translate(0,16)"> + <rect + ry="0" + rx="0" + y="516.36218" + x="474" + height="20" + width="80" + id="rect4533" + style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <rect + ry="5" + rx="5" + y="521.36218" + x="494" + height="10" + width="40" + id="rect4531" + style="opacity:1;fill:#bdc3c7;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + <g + id="trough-scrollbar-vert" + inkscape:label="#g5396" + transform="translate(0,16)"> + <rect + transform="matrix(0,1,-1,0,0,0)" + style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect4541" + width="79.999954" + height="20" + x="537.36218" + y="-500.00003" + rx="0" + ry="0" /> + <rect + transform="matrix(0,1,-1,0,0,0)" + style="opacity:1;fill:#bdc3c7;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect4543" + width="40" + height="10" + x="557.36218" + y="-495.00003" + rx="5" + ry="5" /> + </g> + <rect + style="opacity:1;fill:#eff0f1;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="toolbar-bg" + width="10" + height="10" + x="580" + y="447.36221" + inkscape:label="#rect4545" /> + <g + id="toolbutton-prelight" + transform="translate(490.5,-350.49993)" + inkscape:label="#g4554"> + <rect + ry="2.5" + rx="2.5" + y="813.36218" + x="90" + height="31" + width="9" + id="rect4547" + style="opacity:1;fill:#eff0f1;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + id="rect4549" + d="m 92.5,812.86218 c -1.662,0 -3,1.338 -3,3 l 0,26 c 0,1.662 1.338,3 3,3 l 4,0 c 1.662,0 3,-1.338 3,-3 l 0,-26 c 0,-1.662 -1.338,-3 -3,-3 l -4,0 z m 0,1 4,0 c 1.108,0 2,0.892 2,2 l 0,26 c 0,1.108 -0.892,2 -2,2 l -4,0 c -1.108,0 -2,-0.892 -2,-2 l 0,-26 c 0,-1.108 0.892,-2 2,-2 z" + style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + <rect + style="opacity:0;fill:#ff5555;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="toolbutton-normal" + width="10" + height="32" + x="580" + y="502.36221" + rx="3" + ry="3" + inkscape:label="#rect4559" /> + <rect + ry="3" + rx="3" + y="542.36224" + x="580" + height="32" + width="10" + id="toolbutton-pressed" + style="opacity:1;fill:url(#linearGradient4486);fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + inkscape:label="#rect4561" /> + <rect + style="opacity:1;fill:#bdc3c7;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="toolbutton-toggled" + width="10" + height="32" + x="580" + y="582.36224" + rx="3" + ry="3" + inkscape:label="#rect4563" /> + <g + id="frame" + inkscape:label="#g4572" + transform="translate(-90,-124.99998)"> + <rect + ry="3" + rx="3" + y="812.36218" + x="115" + height="10" + width="10" + id="rect4565" + style="opacity:1;fill:#eff0f1;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + id="rect4567" + d="m 118,812.36218 c -1.662,0 -3,1.338 -3,3 l 0,4 c 0,1.662 1.338,3 3,3 l 4,0 c 1.662,0 3,-1.338 3,-3 l 0,-4 c 0,-1.662 -1.338,-3 -3,-3 l -4,0 z m 0.40039,1 3.19922,0 c 1.3296,0 2.40039,1.07079 2.40039,2.40039 l 0,3.20117 c 0,1.3296 -1.07079,2.39844 -2.40039,2.39844 l -3.19922,0 c -1.3296,0 -2.40039,-1.06884 -2.40039,-2.39844 l 0,-3.20117 c 0,-1.3296 1.07079,-2.40039 2.40039,-2.40039 z" + style="opacity:1;fill:#bdc3c7;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + <g + id="frame-gap-end" + inkscape:label="#g4585" + transform="translate(-105,-112.99993)"> + <rect + rx="0" + y="812.36218" + x="130" + height="1" + width="2" + id="rect4577" + style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <rect + y="812.36218" + x="130" + height="1" + width="1" + id="rect4581" + style="opacity:1;fill:#bdc3c7;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + <g + id="frame-gap-start" + inkscape:label="#g4589" + transform="translate(-105,-112.99995)"> + <rect + style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect4579" + width="2" + height="1" + x="130" + y="814.36218" + rx="0" /> + <rect + y="814.36218" + x="131" + height="1" + width="1" + id="rect4583" + style="opacity:1;fill:#bdc3c7;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + <rect + style="opacity:0;fill:#ff5555;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="null" + width="30" + height="30" + x="110" + y="687.36218" + inkscape:label="#rect4595" /> + <g + id="up-background" + transform="translate(6,-218.99998)" + inkscape:label="#g4614"> + <rect + clip-path="url(#clipPath4610)" + rx="3" + ry="3" + y="906.36218" + x="179" + height="30" + width="16" + id="rect4597" + style="opacity:1;fill:#eff0f1;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + clip-path="url(#clipPath4606)" + inkscape:connector-curvature="0" + id="rect4599" + d="m 182,906.36218 c -1.662,0 -3,1.338 -3,3 l 0,24 c 0,1.662 1.338,3 3,3 l 10,0 c 1.662,0 3,-1.338 3,-3 l 0,-24 c 0,-1.662 -1.338,-3 -3,-3 l -10,0 z m 0,1 10,0 c 1.108,0 2,0.892 2,2 l 0,24 c 0,1.108 -0.892,2 -2,2 l -10,0 c -1.108,0 -2,-0.892 -2,-2 l 0,-24 c 0,-1.108 0.892,-2 2,-2 z" + style="opacity:1;fill:#bdc3c7;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + <g + transform="matrix(1,0,0,-1,6,1630.7244)" + id="down-background" + inkscape:label="#g4618"> + <rect + style="opacity:1;fill:#eff0f1;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect4620" + width="16" + height="30" + x="179" + y="906.36218" + ry="3" + rx="3" + clip-path="url(#clipPath4610)" /> + <path + style="opacity:1;fill:#bdc3c7;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 182,906.36218 c -1.662,0 -3,1.338 -3,3 l 0,24 c 0,1.662 1.338,3 3,3 l 10,0 c 1.662,0 3,-1.338 3,-3 l 0,-24 c 0,-1.662 -1.338,-3 -3,-3 l -10,0 z m 0,1 10,0 c 1.108,0 2,0.892 2,2 l 0,24 c 0,1.108 -0.892,2 -2,2 l -10,0 c -1.108,0 -2,-0.892 -2,-2 l 0,-24 c 0,-1.108 0.892,-2 2,-2 z" + id="path4622" + inkscape:connector-curvature="0" + clip-path="url(#clipPath4606)" /> + </g> + <text + xml:space="preserve" + style="font-style:normal;font-weight:normal;font-size:44.68566895px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + x="195.61432" + y="66.312843" + id="text4626" + sodipodi:linespacing="125%"><tspan + sodipodi:role="line" + id="tspan4628" + x="195.61432" + y="66.312843">Breeze-gtk 2.0</tspan></text> + <text + xml:space="preserve" + style="font-style:normal;font-weight:normal;font-size:15px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + x="176.21338" + y="132.1498" + id="text4630" + sodipodi:linespacing="125%"><tspan + sodipodi:role="line" + id="tspan4632" + x="176.21338" + y="132.1498">Buttons</tspan></text> + <text + xml:space="preserve" + style="font-style:normal;font-weight:normal;font-size:15px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + x="306.21338" + y="132.1498" + id="text4634" + sodipodi:linespacing="125%"><tspan + sodipodi:role="line" + id="tspan4636" + x="306.21338" + y="132.1498">Check & Radio</tspan></text> + <text + xml:space="preserve" + style="font-style:normal;font-weight:normal;font-size:15px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + x="456.21338" + y="132.1498" + id="text4638" + sodipodi:linespacing="125%"><tspan + sodipodi:role="line" + id="tspan4640" + x="456.21338" + y="132.1498">Entry</tspan></text> + <text + xml:space="preserve" + style="font-style:normal;font-weight:normal;font-size:15px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + x="530" + y="132.3622" + id="text4646" + sodipodi:linespacing="125%"><tspan + sodipodi:role="line" + id="tspan4648" + x="530" + y="132.3622">Tabs</tspan></text> + <text + xml:space="preserve" + style="font-style:normal;font-weight:normal;font-size:15px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + x="620" + y="132.3622" + id="text4650" + sodipodi:linespacing="125%"><tspan + sodipodi:role="line" + id="tspan4652" + x="620" + y="132.3622">Expanders</tspan></text> + <text + xml:space="preserve" + style="font-style:normal;font-weight:normal;font-size:15px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + x="25" + y="432.36221" + id="text4654" + sodipodi:linespacing="125%"><tspan + sodipodi:role="line" + id="tspan4656" + x="25" + y="432.36221">Handles</tspan></text> + <text + xml:space="preserve" + style="font-style:normal;font-weight:normal;font-size:15px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + x="120" + y="432.36221" + id="text4658" + sodipodi:linespacing="125%"><tspan + sodipodi:role="line" + id="tspan4660" + x="120" + y="432.36221">Lines</tspan></text> + <text + xml:space="preserve" + style="font-style:normal;font-weight:normal;font-size:15px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + x="185" + y="432.36221" + id="text4662" + sodipodi:linespacing="125%"><tspan + sodipodi:role="line" + id="tspan4664" + x="185" + y="432.36221">Menubar</tspan></text> + <text + xml:space="preserve" + style="font-style:normal;font-weight:normal;font-size:15px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + x="280" + y="432.36221" + id="text4666" + sodipodi:linespacing="125%"><tspan + sodipodi:role="line" + id="tspan4668" + x="280" + y="432.36221">ProgressBar</tspan></text> + <text + xml:space="preserve" + style="font-style:normal;font-weight:normal;font-size:15px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + x="395" + y="432.36221" + id="text4670" + sodipodi:linespacing="125%"><tspan + sodipodi:role="line" + id="tspan4672" + x="395" + y="432.36221">Scale</tspan></text> + <text + xml:space="preserve" + style="font-style:normal;font-weight:normal;font-size:15px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + x="480" + y="432.36221" + id="text4674" + sodipodi:linespacing="125%"><tspan + sodipodi:role="line" + id="tspan4676" + x="480" + y="432.36221">Scrollbars</tspan></text> + <text + xml:space="preserve" + style="font-style:normal;font-weight:normal;font-size:15px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + x="580" + y="432.36221" + id="text4678" + sodipodi:linespacing="125%"><tspan + sodipodi:role="line" + id="tspan4680" + x="580" + y="432.36221">Toolbar</tspan></text> + <text + xml:space="preserve" + style="font-style:normal;font-weight:normal;font-size:15px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + x="25" + y="672.36218" + id="text4682" + sodipodi:linespacing="125%"><tspan + sodipodi:role="line" + id="tspan4684" + x="25" + y="672.36218">Shadows</tspan></text> + <text + xml:space="preserve" + style="font-style:normal;font-weight:normal;font-size:15px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + x="110" + y="672.36218" + id="text4686" + sodipodi:linespacing="125%"><tspan + sodipodi:role="line" + id="tspan4688" + x="110" + y="672.36218">Others</tspan></text> + <text + xml:space="preserve" + style="font-style:normal;font-weight:normal;font-size:15px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + x="185" + y="672.36218" + id="text4690" + sodipodi:linespacing="125%"><tspan + sodipodi:role="line" + id="tspan4692" + x="185" + y="672.36218">Spin</tspan></text> + <text + xml:space="preserve" + style="font-style:normal;font-weight:normal;font-size:15px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + x="44.882812" + y="132.1498" + id="text4694" + sodipodi:linespacing="125%"><tspan + sodipodi:role="line" + id="tspan4696" + x="44.882812" + y="132.1498">Arrows</tspan></text> + <g + id="arrow-up" + inkscape:label="#g4521" + transform="translate(14.882813,-834.21235)"> + <rect + y="981.36218" + x="30" + height="11" + width="11" + id="rect4519" + style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + id="path4517" + d="m 30.5,989.53901 5,-5.0001 5,5.0001" + style="fill:none;fill-rule:evenodd;stroke:#4d4d4d;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + </g> + <g + transform="translate(28.882812,-834.21233)" + id="arrow-up-prelight" + inkscape:label="#g4521"> + <rect + y="981.36218" + x="30" + height="11" + width="11" + id="rect4519-9" + style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + id="path4517-2" + d="m 30.5,989.53901 5,-5.0001 5,5.0001" + style="fill:none;fill-rule:evenodd;stroke:#333333;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + </g> + <g + transform="translate(42.882812,-834.21233)" + id="arrow-up-insens" + inkscape:label="#g4521"> + <rect + y="981.36218" + x="30" + height="11" + width="11" + id="rect4519-6" + style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + id="path4517-6" + d="m 30.5,989.53901 5,-5.0001 5,5.0001" + style="opacity:0.15;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + </g> + <g + transform="matrix(0,1,-1,0,1037.245,131.14983)" + id="arrow-right" + inkscape:label="#g4521"> + <rect + y="981.36218" + x="30" + height="11" + width="11" + id="rect4519-66" + style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + id="path4517-5" + d="m 30.5,989.53901 5,-5.0001 5,5.0001" + style="fill:none;fill-rule:evenodd;stroke:#4d4d4d;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + </g> + <g + transform="matrix(0,1,-1,0,1051.245,131.14985)" + id="arrow-right-prelight" + inkscape:label="#g4521"> + <rect + y="981.36218" + x="30" + height="11" + width="11" + id="rect4519-9-9" + style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + id="path4517-2-8" + d="m 30.5,989.53901 5,-5.0001 5,5.0001" + style="fill:none;fill-rule:evenodd;stroke:#333333;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + </g> + <g + transform="matrix(0,1,-1,0,1065.245,131.14985)" + id="arrow-right-insens" + inkscape:label="#g4521"> + <rect + y="981.36218" + x="30" + height="11" + width="11" + id="rect4519-6-8" + style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + id="path4517-6-8" + d="m 30.5,989.53901 5,-5.0001 5,5.0001" + style="opacity:0.15;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + </g> + <g + transform="matrix(-1,0,0,-1,85.882833,1167.512)" + id="arrow-down" + inkscape:label="#g4521"> + <rect + y="981.36218" + x="30" + height="11" + width="11" + id="rect4519-4" + style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + id="path4517-0" + d="m 30.5,989.53901 5,-5.0001 5,5.0001" + style="fill:none;fill-rule:evenodd;stroke:#4d4d4d;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + </g> + <g + transform="matrix(-1,0,0,-1,99.882833,1167.512)" + id="arrow-down-prelight" + inkscape:label="#g4521"> + <rect + y="981.36218" + x="30" + height="11" + width="11" + id="rect4519-9-6" + style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + id="path4517-2-4" + d="m 30.5,989.53901 5,-5.0001 5,5.0001" + style="fill:none;fill-rule:evenodd;stroke:#333333;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + </g> + <g + transform="matrix(-1,0,0,-1,113.88283,1167.512)" + id="arrow-down-insens" + inkscape:label="#g4521"> + <rect + y="981.36218" + x="30" + height="11" + width="11" + id="rect4519-6-1" + style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + id="path4517-6-4" + d="m 30.5,989.53901 5,-5.0001 5,5.0001" + style="opacity:0.15;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + </g> + <g + transform="matrix(0,-1,1,0,-936.47936,230.14985)" + id="arrow-left" + inkscape:label="#g4521"> + <rect + y="981.36218" + x="30" + height="11" + width="11" + id="rect4519-65" + style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + id="path4517-61" + d="m 30.5,989.53901 5,-5.0001 5,5.0001" + style="fill:none;fill-rule:evenodd;stroke:#4d4d4d;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + </g> + <g + transform="matrix(0,-1,1,0,-922.47936,230.14985)" + id="arrow-left-prelight" + inkscape:label="#g4521"> + <rect + y="981.36218" + x="30" + height="11" + width="11" + id="rect4519-9-62" + style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + id="path4517-2-3" + d="m 30.5,989.53901 5,-5.0001 5,5.0001" + style="fill:none;fill-rule:evenodd;stroke:#333333;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + </g> + <g + transform="matrix(0,-1,1,0,-908.47936,230.14985)" + id="arrow-left-insens" + inkscape:label="#g4521"> + <rect + y="981.36218" + x="30" + height="11" + width="11" + id="rect4519-6-82" + style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + id="path4517-6-83" + d="m 30.5,989.53901 5,-5.0001 5,5.0001" + style="opacity:0.15;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + </g> + <g + id="arrow-up-small" + transform="translate(-29.970738,-779.24266)" + inkscape:label="#g4643"> + <rect + y="982.39252" + x="74.853554" + height="6" + width="9" + id="rect4641" + style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + id="path4639" + d="m 76.353553,987.06931 3,-3 3,3" + style="fill:none;fill-rule:evenodd;stroke:#4d4d4d;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + </g> + <g + id="arrow-up-small-prelight" + inkscape:label="#g4680" + transform="translate(-30.117187,-778.21235)"> + <rect + y="981.36218" + x="87" + height="6" + width="9" + id="rect4641-3" + style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + id="path4639-7" + d="m 88.5,986.03898 3,-3 3,3" + style="fill:none;fill-rule:evenodd;stroke:#333333;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + </g> + <g + id="arrow-up-small-insens" + transform="translate(-5.970738,-779.24266)" + inkscape:label="#g4643"> + <rect + y="982.39252" + x="74.853554" + height="6" + width="9" + id="rect4641-6" + style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + id="path4639-71" + d="m 76.353553,987.06931 3,-3 3,3" + style="opacity:0.15;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + </g> + <g + id="arrow-right-small" + transform="matrix(0,1,-1,0,1034.2753,137.2963)" + inkscape:label="#g4643"> + <rect + y="982.39252" + x="74.853554" + height="6" + width="9" + id="rect4641-8" + style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + id="path4639-8" + d="m 76.353553,987.06931 3,-3 3,3" + style="fill:none;fill-rule:evenodd;stroke:#4d4d4d;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + </g> + <g + transform="matrix(0,1,-1,0,1045.245,125.14983)" + id="arrow-right-small-prelight" + inkscape:label="#g4680"> + <rect + y="981.36218" + x="87" + height="6" + width="9" + id="rect4641-3-6" + style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + id="path4639-7-2" + d="m 88.5,986.03898 3,-3 3,3" + style="fill:none;fill-rule:evenodd;stroke:#333333;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + </g> + <g + id="arrow-right-small-insens" + transform="matrix(0,1,-1,0,1058.2753,137.2963)" + inkscape:label="#g4643"> + <rect + y="982.39252" + x="74.853554" + height="6" + width="9" + id="rect4641-6-8" + style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + id="path4639-71-6" + d="m 76.353553,987.06931 3,-3 3,3" + style="opacity:0.15;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + </g> + <g + id="arrow-down-small" + transform="matrix(-1,0,0,-1,128.73636,1212.5423)" + inkscape:label="#g4643"> + <rect + y="982.39252" + x="74.853554" + height="6" + width="9" + id="rect4641-4" + style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + id="path4639-1" + d="m 76.353553,987.06931 3,-3 3,3" + style="fill:none;fill-rule:evenodd;stroke:#4d4d4d;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + </g> + <g + transform="matrix(-1,0,0,-1,152.88284,1211.512)" + id="arrow-down-small-prelight" + inkscape:label="#g4680"> + <rect + y="981.36218" + x="87" + height="6" + width="9" + id="rect4641-3-8" + style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + id="path4639-7-3" + d="m 88.5,986.03898 3,-3 3,3" + style="fill:none;fill-rule:evenodd;stroke:#333333;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + </g> + <g + id="arrow-down-small-insens" + transform="matrix(-1,0,0,-1,152.73636,1212.5423)" + inkscape:label="#g4643"> + <rect + y="982.39252" + x="74.853554" + height="6" + width="9" + id="rect4641-6-4" + style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + id="path4639-71-5" + d="m 76.353553,987.06931 3,-3 3,3" + style="opacity:0.15;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + </g> + <g + id="arrow-left-small" + transform="matrix(0,-1,1,0,-936.50971,317.00343)" + inkscape:label="#g4643"> + <rect + y="982.39252" + x="74.853554" + height="6" + width="9" + id="rect4641-65" + style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + id="path4639-3" + d="m 76.353553,987.06931 3,-3 3,3" + style="fill:none;fill-rule:evenodd;stroke:#4d4d4d;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + </g> + <g + transform="matrix(0,-1,1,0,-923.47937,329.14983)" + id="arrow-left-small-prelight" + inkscape:label="#g4680"> + <rect + y="981.36218" + x="87" + height="6" + width="9" + id="rect4641-3-0" + style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + id="path4639-7-34" + d="m 88.5,986.03898 3,-3 3,3" + style="fill:none;fill-rule:evenodd;stroke:#333333;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + </g> + <g + id="arrow-left-small-insens" + transform="matrix(0,-1,1,0,-912.50971,317.00343)" + inkscape:label="#g4643"> + <rect + y="982.39252" + x="74.853554" + height="6" + width="9" + id="rect4641-6-3" + style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + id="path4639-71-4" + d="m 76.353553,987.06931 3,-3 3,3" + style="opacity:0.15;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + </g> + <g + inkscape:label="#g4614" + transform="translate(5,-174.99998)" + id="up-background-disable"> + <rect + style="opacity:1;fill:#eff0f1;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect5108" + width="16" + height="30" + x="179" + y="906.36218" + ry="3" + rx="3" + clip-path="url(#clipPath4610)" /> + <path + style="opacity:0.15;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 182,906.36218 c -1.662,0 -3,1.338 -3,3 l 0,24 c 0,1.662 1.338,3 3,3 l 10,0 c 1.662,0 3,-1.338 3,-3 l 0,-24 c 0,-1.662 -1.338,-3 -3,-3 l -10,0 z m 0,1 10,0 c 1.108,0 2,0.892 2,2 l 0,24 c 0,1.108 -0.892,2 -2,2 l -10,0 c -1.108,0 -2,-0.892 -2,-2 l 0,-24 c 0,-1.108 0.892,-2 2,-2 z" + id="path5110" + inkscape:connector-curvature="0" + clip-path="url(#clipPath4606)" /> + </g> + <g + inkscape:label="#g4618" + id="down-background-disable" + transform="matrix(1,0,0,-1,5,1674.7244)"> + <rect + clip-path="url(#clipPath4610)" + rx="3" + ry="3" + y="906.36218" + x="179" + height="30" + width="16" + id="rect5114" + style="opacity:1;fill:#eff0f1;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + clip-path="url(#clipPath4606)" + inkscape:connector-curvature="0" + id="path5116" + d="m 182,906.36218 c -1.662,0 -3,1.338 -3,3 l 0,24 c 0,1.662 1.338,3 3,3 l 10,0 c 1.662,0 3,-1.338 3,-3 l 0,-24 c 0,-1.662 -1.338,-3 -3,-3 l -10,0 z m 0,1 10,0 c 1.108,0 2,0.892 2,2 l 0,24 c 0,1.108 -0.892,2 -2,2 l -10,0 c -1.108,0 -2,-0.892 -2,-2 l 0,-24 c 0,-1.108 0.892,-2 2,-2 z" + style="opacity:0.15;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + <rect + inkscape:label="#rect4595" + y="732.36218" + x="110" + height="30" + width="30" + id="tree-header" + style="opacity:1;fill:#eff0f1;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <g + id="menu-checkbox-unchecked" + transform="translate(330.7083,-853.44325)" + inkscape:label="#g4230"> + <path + style="fill:#bdc3c7;fill-opacity:1;stroke:none;stroke-opacity:1" + d="m 2.5050763,1006.5932 c -1.108,0 -2.00000003,0.892 -2.00000003,2 l 0,14 c 0,1.108 0.89200003,2 2.00000003,2 l 13.9999997,0 c 1.108,0 2,-0.892 2,-2 l 0,-14 c 0,-1.108 -0.892,-2 -2,-2 l -13.9999997,0 z m 0,1 13.9999997,0 c 0.554,0 1,0.446 1,1 l 0,14 c 0,0.554 -0.446,1 -1,1 l -13.9999997,0 c -0.554,0 -1,-0.446 -1,-1 l 0,-14 c 0,-0.554 0.446,-1 1,-1 z" + id="path4204-1" + inkscape:connector-curvature="0" /> + </g> + <g + id="menu-checkbox-checked" + inkscape:label="#g4240" + transform="translate(330.22489,-834.63558)"> + <path + style="fill:#3daee9;fill-opacity:1;stroke:none;stroke-opacity:1" + d="m 2.9884882,1033.2551 c -1.108,0 -2,0.892 -2,2 l 0,14 c 0,1.108 0.892,2 2,2 l 13.9999998,0 c 1.108,0 2,-0.892 2,-2 l 0,-14 c 0,-1.108 -0.892,-2 -2,-2 l -13.9999998,0 z m 0,1 13.9999998,0 c 0.554,0 1,0.446 1,1 l 0,14 c 0,0.554 -0.446,1 -1,1 l -13.9999998,0 c -0.554,0 -1,-0.446 -1,-1 l 0,-14 c 0,-0.554 0.446,-1 1,-1 z" + id="path4212-4" + inkscape:connector-curvature="0" /> + <rect + style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:none;stroke-opacity:1" + id="rect4214-6" + width="12" + height="12" + x="3.9884882" + y="1036.2552" + rx="1" + ry="1" /> + </g> + <g + id="menu-checkbox-unchecked-insensitive" + transform="translate(307.22616,-830.26201)" + inkscape:label="#g4235"> + <path + inkscape:connector-curvature="0" + id="path4220-3" + d="m 25.987219,1006.1468 c -1.108,0 -2,0.892 -2,2 l 0,14 c 0,1.108 0.892,2 2,2 l 14,0 c 1.108,0 2,-0.892 2,-2 l 0,-14 c 0,-1.108 -0.892,-2 -2,-2 l -14,0 z m 0,1 14,0 c 0.554,0 1,0.446 1,1 l 0,14 c 0,0.554 -0.446,1 -1,1 l -14,0 c -0.554,0 -1,-0.446 -1,-1 l 0,-14 c 0,-0.554 0.446,-1 1,-1 z" + style="fill:#d9dddf;fill-opacity:1;stroke:none;stroke-opacity:1" /> + </g> + <g + id="menu-checkbox-checked-insensitive" + transform="translate(307.54632,-811.90071)" + inkscape:label="#g4246"> + <path + inkscape:connector-curvature="0" + id="path4226-9" + d="m 25.66706,1033.2551 c -1.108,0 -2,0.892 -2,2 l 0,14 c 0,1.108 0.892,2 2,2 l 13.999999,0 c 1.108,0 2,-0.892 2,-2 l 0,-14 c 0,-1.108 -0.892,-2 -2,-2 l -13.999999,0 z m 0,1 13.999999,0 c 0.554,0 1,0.446 1,1 l 0,14 c 0,0.554 -0.446,1 -1,1 l -13.999999,0 c -0.554,0 -1,-0.446 -1,-1 l 0,-14 c 0,-0.554 0.446,-1 1,-1 z" + style="fill:#d9dddf;fill-opacity:1;stroke:none;stroke-opacity:1" /> + <rect + ry="1" + rx="1" + y="1036.2552" + x="26.667059" + height="12" + width="12" + id="rect4228-6" + style="opacity:1;fill:#d9dddf;fill-opacity:1;stroke:none;stroke-opacity:1" /> + </g> + <g + id="menu-checkbox-unchecked-prelight" + transform="translate(330.7083,-762.44338)" + inkscape:label="#g4230" + style="fill:#fcfcfc"> + <path + style="fill:#fcfcfc;fill-opacity:1;stroke:none;stroke-opacity:1" + d="m 2.5050763,1006.5932 c -1.108,0 -2.00000003,0.892 -2.00000003,2 l 0,14 c 0,1.108 0.89200003,2 2.00000003,2 l 13.9999997,0 c 1.108,0 2,-0.892 2,-2 l 0,-14 c 0,-1.108 -0.892,-2 -2,-2 l -13.9999997,0 z m 0,1 13.9999997,0 c 0.554,0 1,0.446 1,1 l 0,14 c 0,0.554 -0.446,1 -1,1 l -13.9999997,0 c -0.554,0 -1,-0.446 -1,-1 l 0,-14 c 0,-0.554 0.446,-1 1,-1 z" + id="path4204-1-3" + inkscape:connector-curvature="0" /> + </g> + <g + id="menu-checkbox-checked-prelight" + inkscape:label="#g4240" + transform="translate(330.22489,-766.10528)"> + <path + style="fill:#fcfcfc;fill-opacity:1;stroke:none;stroke-opacity:1" + d="m 2.9884882,1033.2551 c -1.108,0 -2,0.892 -2,2 l 0,14 c 0,1.108 0.892,2 2,2 l 13.9999998,0 c 1.108,0 2,-0.892 2,-2 l 0,-14 c 0,-1.108 -0.892,-2 -2,-2 l -13.9999998,0 z m 0,1 13.9999998,0 c 0.554,0 1,0.446 1,1 l 0,14 c 0,0.554 -0.446,1 -1,1 l -13.9999998,0 c -0.554,0 -1,-0.446 -1,-1 l 0,-14 c 0,-0.554 0.446,-1 1,-1 z" + id="path4212-4-7" + inkscape:connector-curvature="0" /> + <rect + style="opacity:1;fill:#fcfcfc;fill-opacity:1;stroke:none;stroke-opacity:1" + id="rect4214-6-5" + width="12" + height="12" + x="3.9884882" + y="1036.2552" + rx="1" + ry="1" /> + </g> + <g + transform="matrix(0,1,-1,0,1037.245,216.14981)" + id="menu-arrow" + inkscape:label="#g4521"> + <rect + y="981.36218" + x="30" + height="11" + width="11" + id="rect4519-66-1" + style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + id="path4517-5-3" + d="m 30.5,989.53901 5,-5.0001 5,5.0001" + style="fill:none;fill-rule:evenodd;stroke:#4d4d4d;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + </g> + <g + transform="matrix(0,1,-1,0,1051.245,216.14983)" + id="menu-arrow-prelight" + inkscape:label="#g4521"> + <rect + y="981.36218" + x="30" + height="11" + width="11" + id="rect4519-9-9-6" + style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + id="path4517-2-8-9" + d="m 30.5,989.53901 5,-5.0001 5,5.0001" + style="fill:none;fill-rule:evenodd;stroke:#fcfcfc;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + </g> + <g + transform="matrix(0,1,-1,0,1065.245,216.14983)" + id="menu-arrow-insens" + inkscape:label="#g4521"> + <rect + y="981.36218" + x="30" + height="11" + width="11" + id="rect4519-6-8-7" + style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + id="path4517-6-8-5" + d="m 30.5,989.53901 5,-5.0001 5,5.0001" + style="opacity:0.15;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + </g> + <g + id="menu-option-unchecked" + transform="translate(391.21338,-876.21236)" + inkscape:label="#g4328"> + <path + inkscape:connector-curvature="0" + id="path4297-7" + d="m 9,1033.3622 a 9,9 0 0 0 -9,9 9,9 0 0 0 9,9 9,9 0 0 0 9,-9 9,9 0 0 0 -9,-9 z m 0,1 a 8,8 0 0 1 8,8 8,8 0 0 1 -8,8 8,8 0 0 1 -8,-8 8,8 0 0 1 8,-8 z" + style="opacity:1;fill:#bdc3c7;fill-opacity:1;stroke:none;stroke-opacity:1" /> + </g> + <g + id="menu-option-unchecked-insensitive" + transform="translate(366.21211,-852.09486)" + inkscape:label="#g4333"> + <path + style="opacity:1;fill:#d9dddf;fill-opacity:1;stroke:none;stroke-opacity:1" + d="m 34.001275,1032.4783 a 9,9 0 0 0 -9,9 9,9 0 0 0 9,9 9,9 0 0 0 9,-9 9,9 0 0 0 -9,-9 z m 0,1 a 8,8 0 0 1 8,8 8,8 0 0 1 -8,8 8,8 0 0 1 -8,-8 8,8 0 0 1 8,-8 z" + id="path4310-9" + inkscape:connector-curvature="0" /> + </g> + <g + id="menu-option-checked" + transform="translate(393.10742,-852.22126)" + inkscape:label="#g4344"> + <path + style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:none;stroke-opacity:1" + d="m 7.105964,1055.8381 a 9,9 0 0 0 -9,9 9,9 0 0 0 9,9 9,9 0 0 0 9,-9 9,9 0 0 0 -9,-9 z m 0,1 a 8,8 0 0 1 8,8 8,8 0 0 1 -8,8 8,8 0 0 1 -8.00000001,-8 8,8 0 0 1 8.00000001,-8 z" + id="path4316-8" + inkscape:connector-curvature="0" /> + <circle + r="6" + cy="1064.8381" + cx="7.1059642" + id="path4318-3" + style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:none;stroke-opacity:1" /> + </g> + <g + id="menu-option-checked-insensitive" + transform="translate(366.67885,-828.98771)" + inkscape:label="#g4338"> + <path + inkscape:connector-curvature="0" + id="path4324-3" + d="m 33.534535,1055.8381 a 9,9 0 0 0 -9,9 9,9 0 0 0 9,9 9,9 0 0 0 9,-9 9,9 0 0 0 -9,-9 z m 0,1 a 8,8 0 0 1 8,8 8,8 0 0 1 -8,8 8,8 0 0 1 -8,-8 8,8 0 0 1 8,-8 z" + style="opacity:1;fill:#d9dcdf;fill-opacity:1;stroke:none;stroke-opacity:1" /> + <circle + style="opacity:1;fill:#d9dcdf;fill-opacity:1;stroke:none;stroke-opacity:1" + id="circle4326-8" + cx="33.534534" + cy="1064.8381" + r="6" /> + </g> + <g + id="menu-option-unchecked-prelight" + transform="translate(392.21338,-781.21236)" + inkscape:label="#g4328" + style="fill:#fcfcfc"> + <path + inkscape:connector-curvature="0" + id="path4297-7-3" + d="m 9,1033.3622 a 9,9 0 0 0 -9,9 9,9 0 0 0 9,9 9,9 0 0 0 9,-9 9,9 0 0 0 -9,-9 z m 0,1 a 8,8 0 0 1 8,8 8,8 0 0 1 -8,8 8,8 0 0 1 -8,-8 8,8 0 0 1 8,-8 z" + style="opacity:1;fill:#fcfcfc;fill-opacity:1;stroke:none;stroke-opacity:1" /> + </g> + <g + id="menu-option-checked-prelight" + transform="translate(394.10742,-778.68828)" + inkscape:label="#g4344"> + <path + style="opacity:1;fill:#fcfcfc;fill-opacity:1;stroke:none;stroke-opacity:1" + d="m 7.105964,1055.8381 a 9,9 0 0 0 -9,9 9,9 0 0 0 9,9 9,9 0 0 0 9,-9 9,9 0 0 0 -9,-9 z m 0,1 a 8,8 0 0 1 8,8 8,8 0 0 1 -8,8 8,8 0 0 1 -8.00000001,-8 8,8 0 0 1 8.00000001,-8 z" + id="path4316-8-6" + inkscape:connector-curvature="0" /> + <circle + r="6" + cy="1064.8381" + cx="7.1059642" + id="path4318-3-3" + style="opacity:1;fill:#fcfcfc;fill-opacity:1;stroke:none;stroke-opacity:1" /> + </g> + <g + id="menu-frame" + transform="translate(-14,-2.0000084)" + inkscape:label="#g4505"> + <rect + y="478.36221" + x="200" + height="10" + width="10" + id="rect4495" + style="opacity:1;fill:#eff0f1;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <rect + y="478.36221" + x="201" + height="1" + width="8" + id="rect4497" + style="opacity:1;fill:#bdc3c7;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <rect + y="479.36221" + x="200" + height="7.9999914" + width="1" + id="rect4499" + style="opacity:1;fill:#bdc3c7;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <rect + y="487.36221" + x="201" + height="1" + width="8" + id="rect4501" + style="opacity:1;fill:#bdc3c7;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <rect + y="479.36221" + x="209" + height="8" + width="1" + id="rect4503" + style="opacity:1;fill:#bdc3c7;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + <g + transform="matrix(0,1,-1,0,1171.3622,346.3622)" + id="button-pathbar" + inkscape:label="#g4521"> + <rect + y="910.36218" + x="16" + height="86" + width="34" + id="rect4519-66-8" + style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + id="path4517-5-9" + d="m 28,989.53901 5,-5.0001 5,5.0001" + style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + </g> + </g> +</svg> diff --git a/.themes/papirus/gtk-2.0/assets.txt b/.themes/papirus/gtk-2.0/assets.txt new file mode 100644 index 00000000..46cad206 --- /dev/null +++ b/.themes/papirus/gtk-2.0/assets.txt @@ -0,0 +1,107 @@ +Arrows/arrow-up +Arrows/arrow-up-prelight +Arrows/arrow-up-insens +Arrows/arrow-up-small +Arrows/arrow-up-small-prelight +Arrows/arrow-up-small-insens +Arrows/arrow-right +Arrows/arrow-right-prelight +Arrows/arrow-right-insens +Arrows/arrow-right-small +Arrows/arrow-right-small-prelight +Arrows/arrow-right-small-insens +Arrows/arrow-down +Arrows/arrow-down-prelight +Arrows/arrow-down-insens +Arrows/arrow-down-small +Arrows/arrow-down-small-prelight +Arrows/arrow-down-small-insens +Arrows/arrow-left +Arrows/arrow-left-prelight +Arrows/arrow-left-insens +Arrows/arrow-left-small +Arrows/arrow-left-small-prelight +Arrows/arrow-left-small-insens +Arrows/menu-arrow +Arrows/menu-arrow-prelight +Arrows/menu-arrow-insens +Buttons/button-normal +Buttons/button-default +Buttons/button-prelight +Buttons/button-insensitive +Buttons/button-pressed +Check-Radio/checkbox-checked +Check-Radio/checkbox-checked-insensitive +Check-Radio/menu-checkbox-checked +Check-Radio/menu-checkbox-checked-prelight +Check-Radio/menu-checkbox-checked-insensitive +Check-Radio/checkbox-unchecked +Check-Radio/checkbox-unchecked-insensitive +Check-Radio/menu-checkbox-unchecked +Check-Radio/menu-checkbox-unchecked-prelight +Check-Radio/menu-checkbox-unchecked-insensitive +Check-Radio/option-checked +Check-Radio/option-checked-insensitive +Check-Radio/menu-option-checked +Check-Radio/menu-option-checked-prelight +Check-Radio/menu-option-checked-insensitive +Check-Radio/option-unchecked +Check-Radio/option-unchecked-insensitive +Check-Radio/menu-option-unchecked +Check-Radio/menu-option-unchecked-prelight +Check-Radio/menu-option-unchecked-insensitive +Entry/entry-border-bg +Entry/entry-border-active-bg +Entry/entry-border-disabled-bg +Tabs/notebook +Tabs/notebook-gap-vert +Tabs/notebook-gap-horiz +Tabs/tab-bottom +Tabs/tab-bottom-active +Tabs/tab-top +Tabs/tab-top-active +Tabs/tab-left +Tabs/tab-left-active +Tabs/tab-right +Tabs/tab-right-active +Expanders/plus +Expanders/minus +Handles/handle-h +Handles/handle-v +Lines/line-h +Lines/line-v +Lines/menu-line-h +Menubar/menubar-button +Menubar/menu-frame +ProgressBar/trough +ProgressBar/bar +Range/slider-horiz +Range/slider-horiz-prelight +Range/slider-vert +Range/slider-vert-prelight +Range/trough-horizontal +Range/trough-vertical +Scrollbars/slider-scrollbar-horiz +Scrollbars/slider-scrollbar-horiz-prelight +Scrollbars/slider-scrollbar-horiz-active +Scrollbars/slider-scrollbar-horiz-insens +Scrollbars/slider-scrollbar-vert +Scrollbars/slider-scrollbar-vert-prelight +Scrollbars/slider-scrollbar-vert-active +Scrollbars/slider-scrollbar-vert-insens +Scrollbars/trough-scrollbar-horiz +Scrollbars/trough-scrollbar-vert +Toolbar/toolbar-bg +Toolbar/toolbutton-normal +Toolbar/toolbutton-prelight +Toolbar/toolbutton-pressed +Toolbar/toolbutton-toggled +Others/null +Others/tree-header +Spin/down-background +Spin/up-background +Spin/down-background-disable +Spin/up-background-disable +Shadows/frame +Shadows/frame-gap-start +Shadows/frame-gap-end diff --git a/.themes/papirus/gtk-2.0/gtkrc b/.themes/papirus/gtk-2.0/gtkrc new file mode 100644 index 00000000..ee0735f7 --- /dev/null +++ b/.themes/papirus/gtk-2.0/gtkrc @@ -0,0 +1,1693 @@ +# Author: ScionicSpectre +# Theme: Breezy +# Description: Breeze theme for GTK+2.0 + +gtk-color-scheme = "bg_color:#EFF0F1\nselected_bg_color:#888888\nbase_color:#FCFCFC" # Background, base. +gtk-color-scheme = "fg_color:#31363B\nselected_fg_color:#FFFFFF\ninsensitive_fg_color:#BDC3C7\ntext_color:#31363B" # Foreground, text. +gtk-color-scheme = "tooltip_bg_color:#31363B\ntooltip_fg_color:#FCFCFC" # Tooltips. + +gtk-auto-mnemonics = 1 + +style "default" +{ + xthickness = 1 + ythickness = 1 + + # Style Properties + + GtkScrollbar::activate-slider = 1 + GtkWidget::focus-line-width = 0 + GtkWidget::new-tooltip-style = 1 + GtkWidget::tooltip-alpha = 230 + GtkWidget::tooltip-radius = 2 + GtkMenuBar::window-dragging = 1 + GtkToolbar::window-dragging = 1 + GtkToolbar::internal-padding = 5 + + GtkSeparatorMenuItem::horizontal-padding = 3 + GtkSeparatorMenuItem::wide-separators = 1 + GtkSeparatorMenuItem::separator-height = 1 + + GtkCheckMenuItem::indicator-size = 18 + GtkRadioMenuItem::indicator-size = 18 + + GtkButton::child-displacement-y = 0 + GtkButton::default-border = { 0, 0, 0, 0 } + GtkButton::default-outside_border = { 0, 0, 0, 0 } + + GtkScrollbar::trough-border = 0 + GtkScrollbar::slider-width = 20 + GtkRange::trough-border = 0 + GtkRange::slider-width = 7 + GtkRange::stepper-size = 0 + + GtkScrollbar::has-backward-stepper = 1 + GtkScrollbar::has-forward-stepper = 1 + GtkScrollbar::stepper-size = 20 + GtkScrollbar::stepper-spacing = 0 + GtkScrolledWindow ::scrollbar-spacing = 0 + GtkScrolledWindow ::scrollbars-within-bevel = 1 + + GtkVScale::slider_length = 18 + GtkVScale::slider_width = 18 + GtkHScale::slider_length = 18 + GtkHScale::slider_width = 18 + + GtkStatusbar::shadow_type = GTK_SHADOW_NONE + GtkSpinButton::shadow_type = GTK_SHADOW_NONE + GtkMenuBar::shadow-type = GTK_SHADOW_NONE + GtkMenuBar::internal-padding = 3 + GtkMenu::horizontal-padding = 1 + GtkMenu::vertical-padding = 1 + + GtkNotebook::tab-overlap = 7 + GtkNotebook::tab-curvature = 7 + + GtkCheckButton::indicator_spacing = 3 + GtkOptionMenu::indicator_spacing = { 8, 2, 0, 0 } + + GtkTreeView::row_ending_details = 0 + GtkTreeView::expander-size = 12 + GtkTreeView::vertical-separator = 1 + GtkTreeView::horizontal-separator = 4 + GtkTreeView::allow-rules = 1 + + GtkProgressBar::min-horizontal-bar-height = 8 + GtkProgressBar::min-vertical-bar-width = 8 + + GtkEntry::state-hint = 1 + + GtkWidget::link-color = "#1998DA" + GtkWidget::visited-link-color = "#1478AC" + + # Colors + + bg[NORMAL] = @bg_color + bg[PRELIGHT] = shade (1.02, @bg_color) + bg[SELECTED] = @selected_bg_color + bg[INSENSITIVE] = @bg_color + bg[ACTIVE] = shade (0.9, @bg_color) + + fg[NORMAL] = @text_color + fg[PRELIGHT] = @fg_color + fg[SELECTED] = @selected_fg_color + fg[INSENSITIVE] = @insensitive_fg_color + fg[ACTIVE] = @fg_color + + text[NORMAL] = @text_color + text[PRELIGHT] = @text_color + text[SELECTED] = @selected_fg_color + text[INSENSITIVE] = @insensitive_fg_color + text[ACTIVE] = @selected_fg_color + + base[NORMAL] = @base_color + base[PRELIGHT] = shade (0.95, @bg_color) + base[SELECTED] = @selected_bg_color + base[INSENSITIVE] = @bg_color + base[ACTIVE] = shade (0.9, @selected_bg_color) + + # All pixmap options are consolidated below this point + + engine "pixmap" + { + + # Check Buttons + + image + { + function = CHECK + recolorable = TRUE + state = NORMAL + shadow = OUT + overlay_file = "Check-Radio/checkbox-unchecked.png" + overlay_stretch = FALSE + } + image + { + function = CHECK + recolorable = TRUE + state = PRELIGHT + shadow = OUT + overlay_file = "Check-Radio/checkbox-unchecked.png" + overlay_stretch = FALSE + } + image + { + function = CHECK + recolorable = TRUE + state = ACTIVE + shadow = OUT + overlay_file = "Check-Radio/checkbox-unchecked.png" + overlay_stretch = FALSE + } + image + { + function = CHECK + recolorable = TRUE + state = SELECTED + shadow = OUT + overlay_file = "Check-Radio/checkbox-unchecked.png" + overlay_stretch = FALSE + } + image + { + function = CHECK + recolorable = TRUE + state = INSENSITIVE + shadow = OUT + overlay_file = "Check-Radio/checkbox-unchecked-insensitive.png" + overlay_stretch = FALSE + } + image + { + function = CHECK + recolorable = TRUE + state = NORMAL + shadow = IN + overlay_file = "Check-Radio/checkbox-checked.png" + overlay_stretch = FALSE + } + image + { + function = CHECK + recolorable = TRUE + state = PRELIGHT + shadow = IN + overlay_file = "Check-Radio/checkbox-checked.png" + overlay_stretch = FALSE + } + image + { + function = CHECK + recolorable = TRUE + state = ACTIVE + shadow = IN + overlay_file = "Check-Radio/checkbox-checked.png" + overlay_stretch = FALSE + } + image + { + function = CHECK + recolorable = TRUE + state = SELECTED + shadow = IN + overlay_file = "Check-Radio/checkbox-checked.png" + overlay_stretch = FALSE + } + image + { + function = CHECK + recolorable = TRUE + state = INSENSITIVE + shadow = IN + overlay_file = "Check-Radio/checkbox-checked-insensitive.png" + overlay_stretch = FALSE + } + + # Radio Buttons + + image + { + function = OPTION + state = NORMAL + shadow = OUT + overlay_file = "Check-Radio/option-unchecked.png" + overlay_stretch = FALSE + } + image + { + function = OPTION + state = PRELIGHT + shadow = OUT + overlay_file = "Check-Radio/option-unchecked.png" + overlay_stretch = FALSE + } + image + { + function = OPTION + state = ACTIVE + shadow = OUT + overlay_file = "Check-Radio/option-unchecked.png" + overlay_stretch = FALSE + } + image + { + function = OPTION + state = SELECTED + shadow = OUT + overlay_file = "Check-Radio/option-unchecked.png" + overlay_stretch = FALSE + } + image + { + function = OPTION + state = INSENSITIVE + shadow = OUT + overlay_file = "Check-Radio/option-unchecked-insensitive.png" + overlay_stretch = FALSE + } + image + { + function = OPTION + state = NORMAL + shadow = IN + overlay_file = "Check-Radio/option-checked.png" + overlay_stretch = FALSE + } + image + { + function = OPTION + state = PRELIGHT + shadow = IN + overlay_file = "Check-Radio/option-checked.png" + overlay_stretch = FALSE + } + image + { + function = OPTION + state = ACTIVE + shadow = IN + overlay_file = "Check-Radio/option-checked.png" + overlay_stretch = FALSE + } + image + { + function = OPTION + state = SELECTED + shadow = IN + overlay_file = "Check-Radio/option-checked.png" + overlay_stretch = FALSE + } + image + { + function = OPTION + state = INSENSITIVE + shadow = IN + overlay_file = "Check-Radio/option-checked-insensitive.png" + overlay_stretch = FALSE + } + + # Arrows + + image + { + function = ARROW + overlay_file = "Arrows/arrow-up.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = UP + } + image + { + function = ARROW + state = PRELIGHT + overlay_file = "Arrows/arrow-up-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = UP + } + image + { + function = ARROW + state = ACTIVE + overlay_file = "Arrows/arrow-up-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = UP + } + image + { + function = ARROW + state = INSENSITIVE + overlay_file = "Arrows/arrow-up-insens.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = UP + } + + image + { + function = ARROW + state = NORMAL + overlay_file = "Arrows/arrow-down.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = DOWN + } + image + { + function = ARROW + state = PRELIGHT + overlay_file = "Arrows/arrow-down-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = DOWN + } + image + { + function = ARROW + state = ACTIVE + overlay_file = "Arrows/arrow-down-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = DOWN + } + + image + { + function = ARROW + state = INSENSITIVE + overlay_file = "Arrows/arrow-down-insens.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = DOWN + } + + image + { + function = ARROW + overlay_file = "Arrows/arrow-left.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = LEFT + } + image + { + function = ARROW + state = PRELIGHT + overlay_file = "Arrows/arrow-left-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = LEFT + } + image + { + function = ARROW + state = ACTIVE + overlay_file = "Arrows/arrow-left-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = LEFT + } + image + { + function = ARROW + state = INSENSITIVE + overlay_file = "Arrows/arrow-left-insens.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = LEFT + } + + image + { + function = ARROW + overlay_file = "Arrows/arrow-right.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + image + { + function = ARROW + state = PRELIGHT + overlay_file = "Arrows/arrow-right-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + image + { + function = ARROW + state = ACTIVE + overlay_file = "Arrows/arrow-right-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + image + { + function = ARROW + state = INSENSITIVE + overlay_file = "Arrows/arrow-right-insens.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + + # Option Menu Arrows + + image + { + function = TAB + state = INSENSITIVE + overlay_file = "Arrows/arrow-down-insens.png" + overlay_stretch = FALSE + } + image + { + function = TAB + state = NORMAL + overlay_file = "Arrows/arrow-down.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + } + image + { + function = TAB + state = PRELIGHT + overlay_file = "Arrows/arrow-down-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + } + + #Lines + + image + { + function = VLINE + file = "Lines/line-v.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + } + image + { + function = HLINE + file = "Lines/line-h.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + } + + # Handles + + image + { + function = HANDLE + overlay_file = "Handles/handle-h.png" + overlay_stretch = FALSE + orientation = HORIZONTAL + } + image + { + function = HANDLE + overlay_file = "Handles/handle-v.png" + overlay_stretch = FALSE + orientation = VERTICAL + } + + # Expanders + + image + { + function = EXPANDER + expander_style = COLLAPSED + file = "Expanders/plus.png" + } + + image + { + function = EXPANDER + expander_style = EXPANDED + file = "Expanders/minus.png" + } + + image + { + function = EXPANDER + expander_style = SEMI_EXPANDED + file = "Expanders/minus.png" + } + + image + { + function = EXPANDER + expander_style = SEMI_COLLAPSED + file = "Expanders/plus.png" + } + + image + { + function = RESIZE_GRIP + state = NORMAL + detail = "statusbar" + overlay_file = "Others/null.png" + overlay_border = { 0,0,0,0 } + overlay_stretch = FALSE + } + + # Shadows ( this area needs help :P ) + + image + { + function = SHADOW_GAP + file = "Others/null.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + } +} + +style "scrollbar" +{ + engine "pixmap" + { + image + { + function = BOX + detail = "trough" + file = "Scrollbars/trough-scrollbar-horiz.png" + border = { 30, 30, 5, 5 } #large borders while LibreOffice won't use GtkScrollbar::stepper-spacing=1 + stretch = TRUE + orientation = HORIZONTAL + } + image + { + function = BOX + detail = "trough" + file = "Scrollbars/trough-scrollbar-vert.png" + border = { 5, 5, 30, 30 } + stretch = TRUE + orientation = VERTICAL + } + +# Sliders + + image + { + function = SLIDER + state = NORMAL + file = "Scrollbars/slider-scrollbar-horiz.png" + border = { 5, 5, 5, 5 } + stretch = TRUE + orientation = HORIZONTAL + + } + image + { + function = SLIDER + state = ACTIVE + file = "Scrollbars/slider-scrollbar-horiz-active.png" + border = { 5, 5, 5, 5 } + stretch = TRUE + orientation = HORIZONTAL + + } + image + { + function = SLIDER + state = PRELIGHT + file = "Scrollbars/slider-scrollbar-horiz-prelight.png" + border = { 5, 5, 5, 5 } + stretch = TRUE + orientation = HORIZONTAL + + } + image + { + function = SLIDER + state = INSENSITIVE + file = "Scrollbars/slider-scrollbar-horiz-insens.png" + border = { 5, 5, 5, 5 } + stretch = TRUE + orientation = HORIZONTAL + + } + +# X Verticals + + image + { + function = SLIDER + state = NORMAL + file = "Scrollbars/slider-scrollbar-vert.png" + border = { 5, 5, 5, 5 } + stretch = TRUE + orientation = VERTICAL + + } + image + { + function = SLIDER + state = ACTIVE + file = "Scrollbars/slider-scrollbar-vert-active.png" + border = { 5, 5, 5, 5 } + stretch = TRUE + orientation = VERTICAL + + } + image + { + function = SLIDER + state = PRELIGHT + file = "Scrollbars/slider-scrollbar-vert-prelight.png" + border = { 5, 5, 5, 5 } + stretch = TRUE + orientation = VERTICAL + + } + image + { + function = SLIDER + state = INSENSITIVE + file = "Scrollbars/slider-scrollbar-vert-insens.png" + border = { 5, 5, 5, 5 } + stretch = TRUE + orientation = VERTICAL + + } + } +} + +style "menubar" +{ + bg[PRELIGHT] = "#FFF" + fg[SELECTED] = @text_color + + xthickness = 0 + ythickness = 0 + + engine "pixmap" + { + image + { + function = BOX + recolorable = TRUE + state = PRELIGHT + file = "Menubar/menubar-button.png" + + border = { 4, 4, 4, 4 } + stretch = TRUE + } + } +} + +style "menu" +{ + xthickness = 0 + ythickness = 0 + + GtkMenuItem::arrow-scaling = 0.4 +} + +style "menu_item" +{ + xthickness = 2 + ythickness = 3 + + bg[PRELIGHT] = @selected_bg_color + fg[PRELIGHT] = @selected_fg_color + text[PRELIGHT] = @selected_fg_color + + GtkMenuItem::toggle-spacing = 10 + + engine "pixmap" + { + + # Check Buttons + + image + { + function = CHECK + recolorable = TRUE + state = NORMAL + shadow = OUT + overlay_file = "Check-Radio/menu-checkbox-unchecked.png" + overlay_stretch = TRUE #needed for LibreOffice + } + image + { + function = CHECK + recolorable = TRUE + state = PRELIGHT + shadow = OUT + overlay_file = "Check-Radio/menu-checkbox-unchecked-prelight.png" + overlay_stretch = TRUE + } + image + { + function = CHECK + recolorable = TRUE + state = ACTIVE + shadow = OUT + overlay_file = "Check-Radio/menu-checkbox-checked.png" + overlay_stretch = TRUE + } + image + { + function = CHECK + recolorable = TRUE + state = INSENSITIVE + shadow = OUT + overlay_file = "Check-Radio/menu-checkbox-unchecked-insensitive.png" + overlay_stretch = TRUE + } + image + { + function = CHECK + recolorable = TRUE + state = NORMAL + shadow = IN + overlay_file = "Check-Radio/menu-checkbox-checked.png" + overlay_stretch = TRUE + } + image + { + function = CHECK + recolorable = TRUE + state = PRELIGHT + shadow = IN + overlay_file = "Check-Radio/menu-checkbox-checked-prelight.png" + overlay_stretch = TRUE + } + image + { + function = CHECK + recolorable = TRUE + state = ACTIVE + shadow = IN + overlay_file = "Check-Radio/menu-checkbox-checked.png" + overlay_stretch = TRUE + } + image + { + function = CHECK + recolorable = TRUE + state = INSENSITIVE + shadow = IN + overlay_file = "Check-Radio/menu-checkbox-checked-insensitive.png" + overlay_stretch = TRUE + } + + # Radio Buttons + + image + { + function = OPTION + state = NORMAL + shadow = OUT + overlay_file = "Check-Radio/menu-option-unchecked.png" + overlay_stretch = TRUE + } + image + { + function = OPTION + state = PRELIGHT + shadow = OUT + overlay_file = "Check-Radio/menu-option-unchecked-prelight.png" + overlay_stretch = TRUE + } + image + { + function = OPTION + state = ACTIVE + shadow = OUT + overlay_file = "Check-Radio/menu-option-checked.png" + overlay_stretch = TRUE + } + image + { + function = OPTION + state = INSENSITIVE + shadow = OUT + overlay_file = "Others/null.png" + overlay_stretch = FALSE + } + image + { + function = OPTION + state = NORMAL + shadow = IN + overlay_file = "Check-Radio/menu-option-checked.png" + overlay_stretch = TRUE + } + image + { + function = OPTION + state = PRELIGHT + shadow = IN + overlay_file = "Check-Radio/menu-option-checked-prelight.png" + overlay_stretch = TRUE + } + image + { + function = OPTION + state = ACTIVE + shadow = IN + overlay_file = "Check-Radio/menu-option-checked.png" + overlay_stretch = TRUE + } + image + { + function = OPTION + state = INSENSITIVE + shadow = IN + overlay_file = "Check-Radio/menu-option-checked-insensitive.png" + overlay_stretch = TRUE + } + image + { + function = SHADOW # This fixes boxy Qt menu items + file = "Others/null.png" + border = { 10, 10, 10, 10 } + stretch = TRUE + } + + # Arrow Buttons + + image + { + function = ARROW + state = NORMAL + overlay_file = "Arrows/menu-arrow.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + image + { + function = ARROW + state = PRELIGHT + overlay_file = "Arrows/menu-arrow-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + image + { + function = ARROW + state = INSENSITIVE + overlay_file = "Arrows/menu-arrow-insens.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + } +} + +style "menubar_item" +{ + xthickness = 2 + ythickness = 2 + bg[PRELIGHT] = @selected_fg_color + fg[PRELIGHT] = @selected_fg_color +} + +style "toolbar" +{ + engine "pixmap" + { + image + { + function = BOX + file = "Toolbar/toolbar-bg.png" + stretch = TRUE + } + } +} + +style "button" +{ + xthickness = 4 + ythickness = 4 + + engine "pixmap" + { + image + { + function = BOX + state = NORMAL + file = "Buttons/button-default.png" + border = {4, 4, 4, 4 } + stretch = TRUE + } + image + { + function = BOX + state = PRELIGHT + file = "Buttons/button-prelight.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + image + { + function = BOX + state = ACTIVE + file = "Buttons/button-pressed.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + image + { + function = BOX + state = INSENSITIVE + file = "Buttons/button-insensitive.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + } +} + +style "toolbuttons" +{ + ythickness = 1 + GtkWidget::focus_padding = 2 + + engine "pixmap" { + +image + { + function = BOX + state = NORMAL + file = "Toolbar/toolbutton-normal.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } +image + { + function = BOX + state = PRELIGHT + file = "Toolbar/toolbutton-prelight.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } +image + { + function = BOX + state = ACTIVE + file = "Toolbar/toolbutton-pressed.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } +image + { + function = BOX + state = INSENSITIVE + file = "Toolbar/toolbutton-normal.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + } +} + +style "tooltoggle_buttons" +{ + engine "pixmap" + { + image + { + function = BOX + state = ACTIVE + file = "Toolbar/toolbutton-toggled.png" + border = { 4, 4, 4, 4} + stretch = TRUE + } + } +} + +style "entry" +{ + xthickness = 3 + ythickness = 3 + + engine "pixmap" + { + image + { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "Entry/entry-border-bg.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + image + { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "Entry/entry-border-disabled-bg.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + image + { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "Entry/entry-border-active-bg.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + image + { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + file = "Others/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + } + } +} + +style "notebook_tab_label" +{ + fg[ACTIVE] = @text_color +} + +style "spinbutton" = "default" +{ + #bg[NORMAL] = @bg_color + + xthickness = 3 + ythickness = 3 + GtkWidget::interior_focus = 1 + +engine "pixmap" + { + image + { + function = ARROW + } + + #Spin-up + image + { + function = BOX + state = NORMAL + detail = "spinbutton_up" + file = "Spin/up-background.png" + border = { 5, 5, 5, 5 } + stretch = TRUE + overlay_file = "Arrows/arrow-up-small.png" + overlay_stretch = FALSE + } + image + { + function = BOX + state = PRELIGHT + detail = "spinbutton_up" + file = "Spin/up-background.png" + border = { 5, 5, 5, 5 } + stretch = TRUE + overlay_file = "Arrows/arrow-up-small-prelight.png" + overlay_stretch = FALSE + } + image + { + function = BOX + state = INSENSITIVE + detail = "spinbutton_up" + file = "Spin/up-background-disable.png" + border = { 5, 5, 5, 5 } + stretch = TRUE + overlay_file = "Arrows/arrow-up-small-insens.png" + overlay_stretch = FALSE + } + image + { + function = BOX + state = ACTIVE + detail = "spinbutton_up" + file = "Spin/up-background.png" + border = { 5, 5, 5, 5 } + stretch = TRUE + overlay_file = "Arrows/arrow-up-small-prelight.png" + overlay_stretch = FALSE + } + + # Spin-Down + image + { + function = BOX + state = NORMAL + detail = "spinbutton_down" + file = "Spin/down-background.png" + border = { 5, 5, 5, 5 } + stretch = TRUE + overlay_file = "Arrows/arrow-down-small.png" + overlay_stretch = FALSE + } + image + { + function = BOX + state = PRELIGHT + detail = "spinbutton_down" + file = "Spin/down-background.png" + border = { 5, 5, 5, 5 } + stretch = TRUE + overlay_file = "Arrows/arrow-down-small-prelight.png" + overlay_stretch = FALSE + } + image + { + function = BOX + state = INSENSITIVE + detail = "spinbutton_down" + file = "Spin/down-background-disable.png" + border = { 5, 5, 5, 5 } + stretch = TRUE + overlay_file = "Arrows/arrow-down-small-insens.png" + overlay_stretch = FALSE + } + image + { + function = BOX + state = ACTIVE + detail = "spinbutton_down" + file = "Spin/down-background.png" + border = { 5, 5, 5, 5 } + stretch = TRUE + overlay_file = "Arrows/arrow-down-small-prelight.png" + overlay_stretch = FALSE + } + } +} + +style "notebook" +{ + + xthickness = 5 + ythickness = 2 + + engine "pixmap" + { + image + { + function = EXTENSION + state = ACTIVE + file = "Tabs/tab-bottom.png" + border = { 3,3,3,3 } + stretch = TRUE + gap_side = TOP + } + image + { + function = EXTENSION + state = ACTIVE + file = "Tabs/tab-top.png" + border = { 3,3,3,3 } + stretch = TRUE + gap_side = BOTTOM + } + image + { + function = EXTENSION + state = ACTIVE + file = "Tabs/tab-left.png" + border = { 3,3,3,3 } + stretch = TRUE + gap_side = RIGHT + } + image + { + function = EXTENSION + state = ACTIVE + file = "Tabs/tab-right.png" + border = { 3,3,3,3 } + stretch = TRUE + gap_side = LEFT + } + image + { + function = EXTENSION + file = "Tabs/tab-top-active.png" + border = { 3,3,3,3 } + stretch = TRUE + gap_side = BOTTOM + } + image + { + function = EXTENSION + file = "Tabs/tab-bottom-active.png" + border = { 3,3,3,3 } + stretch = TRUE + gap_side = TOP + } + image + { + function = EXTENSION + file = "Tabs/tab-left-active.png" + border = { 3,3,3,3 } + stretch = TRUE + gap_side = RIGHT + } + image + { + function = EXTENSION + file = "Tabs/tab-right-active.png" + border = { 3,3,3,3 } + stretch = TRUE + gap_side = LEFT + } + +# How to draw boxes with a gap on one side (ie the page of a notebook) + + image + { + function = BOX_GAP + file = "Tabs/notebook.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + gap_file = "Tabs/notebook-gap-horiz.png" + gap_border = { 2, 2, 0, 0 } + gap_side = TOP + } + image + { + function = BOX_GAP + file = "Tabs/notebook.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + gap_file = "Tabs/notebook-gap-horiz.png" + gap_border = { 2, 2, 0, 0 } + gap_side = BOTTOM + } + image + { + function = BOX_GAP + file = "Tabs/notebook.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + gap_file = "Tabs/notebook-gap-vert.png" + gap_border = { 0, 0, 2, 2 } + gap_side = LEFT + } + image + { + function = BOX_GAP + file = "Tabs/notebook.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + gap_file = "Tabs/notebook-gap-vert.png" + gap_border = { 0, 0, 2, 2 } + gap_side = RIGHT + } + +# How to draw the box of a notebook when it isnt attached to a tab + + image + { + function = BOX + file = "Tabs/notebook.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + } +} + +style "range" +{ + engine "pixmap" + { + image + { + function = BOX + detail = "trough" + file = "Range/trough-horizontal.png" + border = { 4, 4, 0, 0 } + stretch = TRUE + orientation = HORIZONTAL + } + image + { + function = BOX + detail = "trough" + file = "Range/trough-vertical.png" + border = { 0, 0, 4, 4 } + stretch = TRUE + orientation = VERTICAL + } + + # Horizontal + + image + { + function = SLIDER + state = NORMAL + file = "Others/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + overlay_file = "Range/slider-horiz.png" + overlay_stretch = FALSE + orientation = HORIZONTAL + } + image + { + function = SLIDER + state = PRELIGHT + file = "Others/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + overlay_file = "Range/slider-horiz-prelight.png" + overlay_stretch = FALSE + orientation = HORIZONTAL + } + image + { + function = SLIDER + state = INSENSITIVE + file = "Others/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + overlay_file = "Range/slider-horiz.png" + overlay_stretch = FALSE + orientation = HORIZONTAL + } + + # Vertical + + image + { + function = SLIDER + state = NORMAL + file = "Others/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + overlay_file = "Range/slider-vert.png" + overlay_stretch = FALSE + orientation = VERTICAL + } + image + { + function = SLIDER + state = PRELIGHT + file = "Others/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + overlay_file = "Range/slider-vert-prelight.png" + overlay_stretch = FALSE + orientation = VERTICAL + } + image + { + function = SLIDER + state = INSENSITIVE + file = "Others/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + overlay_file = "Range/slider-vert.png" + overlay_stretch = FALSE + orientation = VERTICAL + } + # Function below removes ugly boxes + + image + { + function = BOX + file = "Others/null.png" + border = { 3, 3, 3, 3 } + stretch = TRUE + } + + } +} + +style "progressbar" { + xthickness = 0 + ythickness = 0 + + engine "pixmap" + { + image + { + function = BOX + detail = "trough" + file = "ProgressBar/trough.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + orientation = HORIZONTAL + } + image + { + function = BOX + detail = "bar" + file = "ProgressBar/bar.png" + stretch = TRUE + border = { 4, 4, 4, 4 } + orientation = HORIZONTAL + } + image + { + function = BOX + detail = "trough" + file = "ProgressBar/trough.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + orientation = VERTICAL + } + image + { + function = BOX + detail = "bar" + file = "ProgressBar/bar.png" + stretch = TRUE + border = { 4, 4, 4, 4 } + orientation = VERTICAL + } + } +} + +style "separator_menu_item" +{ + engine "pixmap" + { + image + { + function = BOX + file = "Lines/menu-line-h.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + } + } +} + +style "treeview" +{ + engine "pixmap" + { + image + { + function = BOX + file = "Others/tree-header.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + } + } +} + +style "scrolled_window" +{ + engine "pixmap" + { + image + { + function = SHADOW + file = "Shadows/frame.png" + border = { 5, 5, 5, 5 } + stretch = TRUE + } + } +} + +style "frame" +{ + xthickness = 1 + ythickness = 1 + + engine "pixmap" + { + image + { + function = SHADOW + file = "Shadows/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + shadow = IN + } + image + { + function = SHADOW_GAP + file = "Shadows/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + gap_start_file = "Shadows/frame-gap-start.png" + gap_start_border = { 1, 0, 0, 0 } + gap_end_file = "Shadows/frame-gap-end.png" + gap_end_border = { 0, 1, 0, 0 } + shadow = IN + } + image + { + function = SHADOW + file = "Shadows/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + shadow = OUT + } + image + { + function = SHADOW_GAP + file = "Shadows/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + gap_start_file = "Shadows/frame-gap-start.png" + gap_start_border = { 1, 0, 0, 0 } + gap_end_file = "Shadows/frame-gap-end.png" + gap_end_border = { 0, 1, 0, 0 } + shadow = OUT + } + image + { + function = SHADOW + file = "Shadows/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + shadow = ETCHED_IN + } + image + { + function = SHADOW_GAP + file = "Shadows/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + gap_start_file = "Shadows/frame-gap-start.png" + gap_start_border = { 1, 0, 0, 0 } + gap_end_file = "Shadows/frame-gap-end.png" + gap_end_border = { 0, 1, 0, 0 } + shadow = ETCHED_IN + } + image + { + function = SHADOW + file = "Shadows/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + shadow = ETCHED_OUT + } + image + { + function = SHADOW_GAP + file = "Shadows/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + gap_start_file = "Shadows/frame-gap-start.png" + gap_start_border = { 1, 0, 0, 0 } + gap_end_file = "Shadows/frame-gap-end.png" + gap_end_border = { 0, 1, 0, 0 } + shadow = ETCHED_OUT + } + } +} + +style "tooltips" +{ + xthickness = 8 + ythickness = 4 + + bg[NORMAL] = @tooltip_bg_color + fg[NORMAL] = @tooltip_fg_color + bg[SELECTED] = @tooltip_bg_color +} + +# Chromium + +style "chrome-gtk-frame" +{ + ChromeGtkFrame::frame-color = @bg_color + ChromeGtkFrame::inactive-frame-color = @bg_color + + ChromeGtkFrame::frame-gradient-size = 16 + ChromeGtkFrame::frame-gradient-color = @bg_color + + ChromeGtkFrame::incognito-frame-color = lighter (@bg_color) + ChromeGtkFrame::incognito-inactive-frame-color = lighter (@bg_color) + + ChromeGtkFrame::incognito-frame-gradient-size = 16 + ChromeGtkFrame::incognito-frame-gradient-color = @bg_color + + ChromeGtkFrame::scrollbar-trough-color = shade (0.912, @bg_color) + ChromeGtkFrame::scrollbar-slider-prelight-color = shade (1.04, @bg_color) + ChromeGtkFrame::scrollbar-slider-normal-color = @bg_color +} + +# Firefox/Thunderbird + +style "mozilla" +{ + bg[ACTIVE] = @bg_color +} + +style "null" +{ + engine "pixmap" + { + image + { + function = BOX + file = "Others/null.png" + stretch = TRUE + } + } +} + +style "menu_framed_box" +{ + engine "pixmap" + { + image + { + function = BOX + detail = "menu" + file = "Menubar/menu-frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + } + } +} + +class "GtkWidget" style "default" +class "GtkScrollbar" style "scrollbar" +class "GtkButton" style "button" +class "GtkEntry" style "entry" +class "GtkOldEditable" style "entry" +class "GtkSpinButton" style "spinbutton" +class "GtkNotebook" style "notebook" +class "GtkRange" style "range" +class "GtkProgressBar" style "progressbar" +class "GtkSeparatorMenuItem" style "separator_menu_item" +class "GtkScrolledWindow" style "scrolled_window" +class "GtkFrame" style "frame" + +class "ChromeGtkFrame" style "chrome-gtk-frame" + +widget_class "*<GtkMenuBar>*" style "menubar" +widget_class "*<GtkMenu>*" style "menu" +widget_class "*<GtkMenu>*" style "menu_framed_box" +widget_class "*<GtkMenuItem>*" style "menu_item" +widget_class "*<GtkMenuBar>.<GtkMenuItem>*" style "menubar_item" +widget_class "*Nautilus*ToolBar*" style "toolbar" +widget_class "*HandleBox" style "toolbar" +widget_class "*BonoboDockItem" style "toolbar" +widget_class "*HandleBox" style "toolbar" +widget_class "*<GtkToolbar>" style "toolbar" +widget_class "*.<GtkTreeView>*" style "treeview" +widget_class "*Tool*GtkButton" style "toolbuttons" +widget_class "*Tool*GtkToggleButton" style "tooltoggle_buttons" +widget_class "*<GtkFileChooserDialog>*GtkToggleButton*" style "toolbuttons" +widget_class "*<GtkFileChooserDialog>*GtkComboBox*" style "button" +widget_class "*<GtkNotebook>.<GtkLabel>" style "notebook_tab_label" +widget "gtk-tooltip*" style "tooltips" + +# Xchat special cases +widget "*xchat-inputbox" style "entry" + +# Chrome/Chromium +widget_class "*Chrom*Button*" style "button" +widget "*swt*toolbar*" style "null" + +# Firefox/Thunderbird +widget "MozillaGtkWidget*" style "mozilla" diff --git a/.themes/papirus/gtk-2.0/render-assets.sh b/.themes/papirus/gtk-2.0/render-assets.sh new file mode 100644 index 00000000..ef2a6ff9 --- /dev/null +++ b/.themes/papirus/gtk-2.0/render-assets.sh @@ -0,0 +1,28 @@ +#! /bin/bash + +INKSCAPE="/usr/bin/inkscape" +OPTIPNG="/usr/bin/optipng" + +SRC_FILE="assets.svg" +INDEX="assets.txt" + +for i in `cat $INDEX` +do +ASSETS_DIR=`echo $i | cut -f1 -d '/'` + if [ '!' -d $ASSETS_DIR ]; + then mkdir $ASSETS_DIR; + fi + i=`echo $i | cut -f2 -d '/'` + +if [ -f $ASSETS_DIR/$i.png ]; then + echo $ASSETS_DIR/$i.png exists. +else + echo + echo Rendering $ASSETS_DIR/$i.png + $INKSCAPE --export-id=$i \ + --export-id-only \ + --export-png=$ASSETS_DIR/$i.png $SRC_FILE >/dev/null #\ + # && $OPTIPNG -o7 --quiet $ASSETS_DIR/$i.png +fi +done +exit 0 diff --git a/.themes/papirus/gtk-3.0/_colors-public.scss b/.themes/papirus/gtk-3.0/_colors-public.scss new file mode 100644 index 00000000..d65a1283 --- /dev/null +++ b/.themes/papirus/gtk-3.0/_colors-public.scss @@ -0,0 +1,119 @@ +//apps rely on some named colors to be exported +/* GTK NAMED COLORS + ---------------- + use responsibly! */ + +// Sass thinks we're using the colors in the variables as strings and may shoot +// warning, it's innocuous and can be defeated by using "" + $var +/* +widget text/foreground color */ +@define-color theme_fg_color #{"" +$fg_color}; + +/* +text color for entries, views and content in general */ +@define-color theme_text_color #{"" +$text_color}; + +/* +widget base background color */ +@define-color theme_bg_color #{"" +$bg_color}; + +/* +text widgets and the like base background color */ +@define-color theme_base_color #{"" +$base_color}; + +/* +base background color of selections */ +@define-color theme_selected_bg_color #{"" +$selected_bg_color}; + +/* +text/foreground color of selections */ +@define-color theme_selected_fg_color #{"" +$selected_fg_color}; + +/* +base background color of insensitive widgets */ +@define-color insensitive_bg_color #{"" +$insensitive_bg_color}; + +/* +text foreground color of insensitive widgets */ +@define-color insensitive_fg_color #{"" +$insensitive_fg_color}; + +/* +insensitive text widgets and the like base background color */ +@define-color insensitive_base_color #{"" +$base_color}; + +/* +widget text/foreground color on backdrop windows */ +@define-color theme_unfocused_fg_color #{"" +$backdrop_fg_color}; + +/* +text color for entries, views and content in general on backdrop windows */ +@define-color theme_unfocused_text_color #{"" +$text_color}; + +/* +widget base background color on backdrop windows */ +@define-color theme_unfocused_bg_color #{"" +$backdrop_bg_color}; + +/* +text widgets and the like base background color on backdrop windows */ +@define-color theme_unfocused_base_color #{"" +$backdrop_base_color}; + +/* +base background color of selections on backdrop windows */ +@define-color theme_unfocused_selected_bg_color #{"" +$selected_bg_color}; + +/* +text/foreground color of selections on backdrop windows */ +@define-color theme_unfocused_selected_fg_color #{"" + $selected_fg_color}; + +/* +widgets main borders color */ +@define-color borders #{"" +$borders_color}; + +/* +widgets main borders color on backdrop windows */ +@define-color unfocused_borders #{"" +$backdrop_borders_color}; + +/* +these are pretty self explicative */ +@define-color warning_color #{"" +$warning_color}; +@define-color error_color #{"" +$error_color}; +@define-color success_color #{"" +$success_color}; +@define-color icon_red #{"" +$icon_red}; +//@define-color destructive_color #{$destructive_color} + +/* +titlebar colors */ +@define-color titlebar_bg_color #{"" +$titlebar_bg_color}; +@define-color titlebar_fg_color #{"" +$titlebar_fg_color}; + +@define-color hover_color #{"" + $hover_color}; +//WM + +$_wm_highlight: if($variant=='light', $top_hilight, // Sass gets mad if this is + transparentize(black,1)); // done directly in the + // color definition + +/* +these colors are exported for the window manager and shouldn't be used in applications, +read if you used those and something break with a version upgrade you're on your own... */ +@define-color wm_title #{$titlebar_fg_color}; +@define-color wm_unfocused_title #{$backdrop_fg_color}; +@define-color wm_highlight #{"" + $_wm_highlight}; +@define-color wm_borders_edge #{"" + $borders_edge}; + +@define-color wm_bg_a #{$titlebar_bg_color}; +@define-color wm_bg_b #{$titlebar_bg_color}; + +@define-color wm_shadow alpha(black, 0.35); +@define-color wm_border alpha(black, 0.18); + +@define-color wm_button_hover_color_a shade(#{$bg_color}, 1.3); +@define-color wm_button_hover_color_b #{$bg_color}; +@define-color wm_button_active_color_a shade(#{$bg_color}, 0.85); +@define-color wm_button_active_color_b shade(#{$bg_color}, 0.89); +@define-color wm_button_active_color_c shade(#{$bg_color}, 0.9); + +//FIXME this is really an API + +@define-color content_view_bg #{"" + $base_color}; + diff --git a/.themes/papirus/gtk-3.0/_colors.scss b/.themes/papirus/gtk-3.0/_colors.scss new file mode 100644 index 00000000..580685ca --- /dev/null +++ b/.themes/papirus/gtk-3.0/_colors.scss @@ -0,0 +1,59 @@ +// When color definition differs for dark and light variant, +// it gets @if ed depending on $variant + + +$base_color: if($variant == 'light', #fcfcfc, #262626); +$text_color: if($variant == 'light', #363636, #EEEFF0); +$bg_color: if($variant == 'light', #eff0f1, #363636); +$fg_color: if($variant == 'light', #363636, #EEEFF0); + +$selected_fg_color: if($variant == 'light', #fcfcfc, #EEEFF0); +$selected_bg_color: if($variant == 'light', #888888, #888888); +$selected_borders_color: if($variant== 'light', $selected_bg_color, $selected_bg_color); +$titlebar_bg_color: if($variant == 'light',#4f4f4f , #363636); // add to public +$titlebar_fg_color: if($variant == 'light', #fcfcfc, #EEEFF0); // add to public +$hover_color: if($variant == 'light', #A6A6A6, #888888); + +// todo +$borders_color: if($variant == 'light', #c2c2c2, #6d6d6d); +$borders_edge: if($variant == 'light', white, transparentize($fg_color, 0.9)); +$link_color: if($variant == 'light', darken($selected_bg_color,10%), lighten($selected_bg_color,20%)); +$link_visited_color: if($variant == 'light', darken($selected_bg_color,20%), lighten($selected_bg_color,10%)); +$top_hilight: $borders_edge; + +$scrollbar_bg_color: darken($bg_color, 7%); + +$warning_color: #f67400; +$error_color: #ed1515; +$success_color: if($variant == 'light', #11d116, darken(#73d216,10%)); +$destructive_color: if($variant == 'light', #ef2929, darken(#ef2929,10%)); +$icon_red: #da4453; + +$osd_fg_color: if($variant == 'light', #363636, #EEEFF0); +$osd_text_color: if($variant == 'light', #363636, #EEEFF0); +$osd_bg_color: transparentize($base_color, 0.2); +$osd_insensitive_bg_color: shade($osd_fg_color, 0.3); +$osd_insensitive_fg_color: mix($osd_fg_color, opacify($osd_bg_color, 1), 50%); +$osd_borders_color: transparentize(black, 0.3); + +$sidebar_bg_color: $bg_color; + +$tooltip_borders_color: transparentize(white, 0.9); + +//insensitive state derived colors +$insensitive_fg_color: mix($fg_color, $bg_color, 50%); +$insensitive_bg_color: mix($bg_color, $fg_color, 95%); +$insensitive_borders_color: $borders_color; + +//colors for the backdrop state, derived from the main colors. +$backdrop_base_color: if($variant ==' light', $base_color, lighten($base_color, 1%)); +$backdrop_text_color: $text_color; +$backdrop_bg_color: $bg_color; +$backdrop_fg_color: mix($fg_color, $backdrop_bg_color, 25%); +$backdrop_insensitive_color: if($variant == 'light', darken($backdrop_bg_color, 15%), lighten($backdrop_bg_color, 15%)); +$backdrop_selected_fg_color: $selected_fg_color; +$backdrop_borders_color: mix($borders_color, $bg_color, 90%); +$backdrop_dark_fill: mix($backdrop_borders_color, $backdrop_bg_color, 35%); +$backdrop_sidebar_bg_color: lighten($backdrop_bg_color,5%); + +$backdrop_scrollbar_bg_color: darken($backdrop_bg_color, 3%); diff --git a/.themes/papirus/gtk-3.0/_common.scss b/.themes/papirus/gtk-3.0/_common.scss new file mode 100644 index 00000000..08b3f19e --- /dev/null +++ b/.themes/papirus/gtk-3.0/_common.scss @@ -0,0 +1,3427 @@ +@function gtkalpha($c,$a) { + @return unquote("alpha(#{$c},#{$a})"); +} + +$ease-out-quad: cubic-bezier(0.25, 0.46, 0.45, 0.94); + +* { + padding: 0; + -GtkToolButton-icon-spacing: 4; + -GtkTextView-error-underline-color: $error_color; + + -GtkCheckButton-indicator-size: 16; + -GtkCheckMenuItem-indicator-size: 16; + + // The size for scrollbars. The slider is 2px smaller, but we keep it + // up so that the whole area is sensitive to button presses for the + // slider. The stepper button is larger in both directions, the slider + // only in the width + + -GtkScrolledWindow-scrollbar-spacing: 0; + -GtkScrolledWindow-scrollbars-within-bevel: 1; + + -GtkToolItemGroup-expander-size: 11; + -GtkExpander-expander-size: 16; + -GtkTreeView-expander-size: 11; + + -GtkTreeView-horizontal-separator: 4; + + -GtkMenu-horizontal-padding: 0; + -GtkMenu-vertical-padding: 0; + + -GtkWidget-link-color: $link_color; + -GtkWidget-visited-link-color: $link_visited_color; + + -GtkWidget-focus-padding: 2; // FIXME: do we still need these? + -GtkWidget-focus-line-width: 1; // + + -GtkWidget-text-handle-width: 20; + -GtkWidget-text-handle-height: 20; + + -GtkDialog-button-spacing: 4; + -GtkDialog-action-area-border: 0; + + -GtkStatusbar-shadow-type: none; + + // We use the outline properties to signal the focus properties + // to the adwaita engine: using real CSS properties is faster, + // and we don't use any outlines for now. + + outline-width: 0px; +} + + +/*************** + * Base States * + ***************/ + +.background { + color: $fg_color; + background-color: if($variant == 'light', $bg_color, $bg_color); + + &:backdrop { + text-shadow: none; + -gtk-icon-shadow: none; + color: $fg_color; + background-color: $backdrop_bg_color; + } +} + +/* + These wildcard seems unavoidable, need to investigate. + Wildcards are bad and troublesome, use them with care, + or better, just don't. + Everytime a wildcard is used a kitten dies, painfully. +*/ + +*:disabled { + -gtk-icon-effect: dim; +} + +.gtkstyle-fallback { + background-color: $bg_color; + color: $fg_color; + &:hover { + background-color: lighten($bg_color, 10%); + color: $fg_color; + } + &:active { + background-color: darken($bg_color, 10%); + color: $fg_color; + } + &:disabled { + background-color: $insensitive_bg_color; + color: $insensitive_fg_color; + } + &:selected { + background-color: $selected_bg_color; + color: $selected_fg_color; + } +} + +.view { + color: $text_color; + background-color: $base_color; + +// &:backdrop { +// color: $backdrop_text_color; +// background-color: $backdrop_base_color; +// } + + &:selected { + border-radius: 3px; + @extend %selected_items; + } + selection { + @extend %selected_items; + } +} + +view.rubberband, rubberband, .view.rubberband, .rubberband, .rubberband { + border: 1px solid $selected_bg_color; + background-color: transparentize($selected_bg_color,0.8); +} + +.label { + &.separator { + color: $fg_color; + @extend .dim-label; +// &:backdrop { color: $backdrop_fg_color; } + } + &:selected, + &:selected:focus, + &:selected:hover { + @extend %selected_items; + } + &:disabled { + color: $insensitive_fg_color; +// &:backdrop { color: $backdrop_insensitive_color; } + } +} + +.dim-label { + opacity: 0.55; + text-shadow: none; +} + +assistant { + .sidebar { + background-color: $base_color; + border-top: 1px solid $borders_color; + &:dir(ltr) { border-right: 1px solid $borders_color; } + &:dir(rtl) { border-left: 1px solid $borders_color; } + &:backdrop { + background-color: $backdrop_base_color; + border-color: $backdrop_borders_color; + } + } + &.csd .sidebar { border-top-style: none; } + .sidebar .label { + padding: 6px 12px; + } + .sidebar .label.highlight { + background-color: mix($bg_color, $fg_color, 80%); + } +} + +textview { // This will get overridden by .view, needed by gedit line numbers + background-color: mix($bg_color, $base_color, 50%); +// &:backdrop { background-color: mix($backdrop_bg_color, + // $backdrop_base_color, 50%); } + text selection, textview text selection:focus { + @extend %selected_items; + } +} + +.grid-child { + padding: 3px; + border-radius: 3px; + &:selected { + @extend %selected_items; + } +} + +%osd, .osd { + color: $osd_fg_color; + border: 1px solid $bg_color; + background-color: $osd_bg_color; + background-clip: padding-box; + outline-color: transparentize($osd_fg_color, 0.7); + //box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; + &:backdrop { text-shadow: none; } +} + +/********************* + * Spinner Animation * + *********************/ + +@keyframes spin { + to { -gtk-icon-transform: rotate(1turn); } +} + +.spinner { + background-image: none; + background-color: blue; + opacity: 0; // non spinning spinner makes no sense + -gtk-icon-source: -gtk-icontheme('process-working-symbolic'); + &:active { + opacity: 1; + animation: spin 1s linear infinite; + &:disabled { + opacity: 0.5; + } + } +} + +/**************** + * Text Entries * + ****************/ + +entry { + border: 1px solid; + padding: 5px 8px 6px; + + &.image { // icons inside the entry + &.left { padding-left: 0; } + &.right { padding-right: 0; } + } + + border-radius: 3px; + transition: all 200ms $ease-out-quad; + @include entry(normal); + + &.flat, &.flat:focus { + padding: 2px; + @include entry(normal, $edge:none); + border: none; + border-radius: 0; + } + + &:focus { @include entry(focus); } + &:disabled { @include entry(insensitive); } + &:backdrop { @include entry(backdrop); } + &:backdrop:disabled { @include entry(backdrop-insensitive); } + + &:selected, + &:selected:focus { + @extend %selected_items; + } + + selection, selection:focus { + color: #fcfcfc; + background-color: #888888; + } + + progressbar { + margin: 1px; + border-radius: 0; + border-width: 0 0 2px; + border-color: $selected_bg_color; + border-style: solid; + background-image: none; + background-color: transparent; + box-shadow: none; + &:backdrop { background-color: transparent; } + } + + .linked > & { //FIXME: use same buttons linking logic and template + border-radius: 0; + &:first-child { + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; + &:dir(rtl) { border-right-style: none;} + } + &:last-child { + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; + border-left-style: none; + &:dir(rtl) { border-left-style: solid; } + } + } + + // entry error and warning style + @each $e_type, $e_color in (error, $error_color), + (warning, $warning_color) { + &.#{$e_type} { + color: $e_color; + border-color: entry_focus_border($e_color); + &:focus { @include entry(focus, $e_color); } + &:selected, &:selected:focus { background-color: $e_color; } + } + } + + &.image { // entry icons colors + color: mix($fg_color, $base_color, 80%); + &:hover { color: $fg_color; } + &:active { color: $selected_bg_color; } + &:backdrop { color: mix($backdrop_fg_color, $backdrop_base_color, 80%); } + } + + .osd & { + @include entry(osd); + &:focus { @include entry(osd-focus); } + &:backdrop { @include entry(osd-backdrop); } + &:disabled { @include entry(osd-insensitive); } + } +} + +// Vertically linked entries +// FIXME: take care of "colored" entries +.linked.vertical { + > entry { @extend %linked_vertical; } + + // remove the edge hilight and the focus shadow (unfortunatelly) + > entry:not(:last-child) { box-shadow: none; } + // add back the focus shadow + > entry:focus:not(:last-child) { box-shadow: entry_focus_shadow(); } + + // brighter border between linked entries + > entry:not(:disabled) + entry:not(:disabled) { + border-top-color: mix($borders_color, $base_color, 30%); + background-image: linear-gradient(to bottom, $base_color); + &:backdrop { + border-top-color: mix($backdrop_borders_color, $backdrop_base_color, 30%); + background-image: linear-gradient(to bottom, $backdrop_base_color); + } + } + + // color back the top border of a linked focused entry following another entry and add back the focus shadow. + > entry + entry:focus:not(:last-child) { + border-top-color: entry_focus_border(); + box-shadow: entry_focus_shadow(); + } + // just recolor the top border on the last focused entry, since we don't reset the shadow here letting that be + // inherited by the entry styling. + > entry + entry:focus:last-child { + border-top-color: entry_focus_border(); + } + + // this takes care of coloring the top border of the focused entry subsequent widget. + // :not(:only-child) is a specificity bump hack. + > entry:focus:not(:only-child) + entry, + > entry:focus:not(:only-child) + button, + > entry:focus:not(:only-child) + combobox > button, + > entry:focus:not(:only-child) + comboboxText > button { border-top-color: entry_focus_border(); } +} + + +/*********** + * Buttons * + ***********/ + +// stuff for .needs-attention +$_dot_color: if($variant=='light', $selected_bg_color, + lighten($selected_bg_color,15%)); +@keyframes needs_attention { + from { + background-image: -gtk-gradient(radial, + center center, 0, + center center, 0.01, + to($_dot_color), + to(transparent)); + } + to { + background-image: -gtk-gradient(radial, + center center, 0, + center center, 0.5, + to($selected_bg_color), + to(transparent)); + } +} + + +button { + + $_button_transition: all 200ms $ease-out-quad; + + border: 1px solid; + border-radius: 3px; + padding: 5px 8px 6px; + //transition: $_button_transition; + @include button(normal); + &.flat { + @include button(undecorated); + // to avoid adiacent buttons borders clashing when transitioning, the transition on the normal state is set + // to none, while it's added back in the hover state, so the button decoration will fade in on hover, but + // it won't fade out when the pointer leave the button allocation area. To make the transition more evident + // in this case the duration is increased. + transition: none; + &:hover { + transition: $_button_transition; + transition-duration: 500ms; + &:active { transition: $_button_transition; } + } + } + &:hover { + @include button(hover); + -gtk-icon-effect: highlight; + } + &:active, &:checked { + @include button(active); + transition-duration: 50ms; + &:hover { + @include button(active-hover); + } + } +// &:backdrop, &.flat:backdrop { +// @include button(backdrop); +// -gtk-icon-effect: none; +// &:active, &:checked { +// @include button(backdrop-active); +// } +// &:disabled { +// @include button(backdrop-insensitive); +// } +// &:disabled:active, &:disabled:checked { +// @include button(backdrop-insensitive-active); +// } +// } + &.flat:backdrop, &.flat:disabled, &.flat:backdrop:disabled { + @include button(undecorated); + } + &:disabled { + @include button(insensitive); + &:active, &:checked { + @include button(insensitive-active); + } + } + // big standalone buttons like in Documents pager + &.osd { + &.image-button { padding: 13px; } + color: $osd_fg_color; + border-radius: 5px; + outline-color: transparentize($osd_fg_color, 0.7); //FIXME: define a color var? + @include button(osd); + border: none; + box-shadow: none; + &:hover { + @include button(osd-hover); + border: none; + box-shadow: none; + } + &:active, &:checked { + @include button(osd-active); + border: none; + box-shadow: none; + } + &:disabled, &:backdrop:disabled { + @include button(osd-insensitive); + border: none; + } + &:backdrop { + @include button(osd-backdrop); + border: none; + } + } + //overlay / OSD style + .osd & { + @include button(osd); + // there's a problem with sass which prevents it to extend the linked + // placeholder as expected, it should just be "@extend %linked;", the + // placeholder is basically replicated here + // + // Workaround START + border-radius: 3px; + border-style: solid; + &:dir(rtl) { + border-radius: 3px; + } + &:first-child { + border-radius: 3px 3px 3px 3px; + } + &:last-child { + border-radius: 3px 3px 3px 3px; + &:dir(rtl) { border-right-style: solid; } + } + &:only-child { + border-radius: 3px; + border-style: solid; + } + // Workaround END + &:hover { + @include button(osd-hover); + @extend %linked; + } + &:active, &:checked, &:backdrop:active, &:backdrop:checked { + @include button(osd-active); + @extend %linked; + } + &:disabled, &:backdrop:disabled { + @include button(osd-insensitive); + @extend %linked; + } + &:backdrop { + @include button(osd-backdrop); + @extend %linked; + } + &.flat { + @include button(undecorated); + box-shadow: none; //FIXME respect no edge on the button mixin + text-shadow: none; + -gtk-icon-shadow: none; + font-weight: normal; + &:hover { + @include button(osd-hover); + background-clip: padding-box; + box-shadow: none; + } + &:disabled { + @include button(osd-insensitive); + background-image: none; + border-color: transparent; + box-shadow: none; + } + &:backdrop { @include button(undecorated); } + &:active, &:checked { + @include button(osd-active); + background-clip: padding-box; + border-color: transparent; + box-shadow: none; + } + } + } + + // Suggested and Destructive Action buttons + @each $b_type, $b_color in (suggested-action, $selected_bg_color), + (destructive-action, $destructive_color) { + &.#{$b_type} { + @include button(normal, $b_color, $base_color); + &.flat { + @include button(undecorated); + color: $b_color; //FIXME: does it work on the dark variant? + } + &:hover { @include button(hover, $b_color, white); } + &:active, &:checked { @include button(active, $b_color, white); } + &:backdrop, &.flat:backdrop { + @include button(backdrop, $b_color, white); + &:active, &:checked { + @include button(backdrop-active, $b_color, white); + } + &:disabled { + @include button(backdrop-insensitive); + &:active, &:checked { + @include button(backdrop-insensitive-active, $b_color, white); + } + } + } + &.flat:backdrop, &.flat:disabled, &.flat:backdrop:disabled { + @include button(undecorated); + color: transparentize($b_color, 0.2); + } + &:disabled { + //@include button(insensitive); + background-color: transparent; + color: shade($titlebar_fg_color,0.5); + &:active, &:checked { + //@include button(insensitive-active, $b_color, white); + background-color: transparent; + color: shade($titlebar_fg_color,0.5); + } + } + .osd & { + @include button(osd, $b_color); + @extend %linked; + &:hover { + @include button(osd-hover, $b_color); + @extend %linked; + } + &:active, &:checked, &:backdrop:active, &:backdrop:checked { + @include button(osd-active, $b_color); + @extend %linked; + } + &:disabled, &:backdrop:disabled { + @include button(osd-insensitive, $b_color); + @extend %linked; + } + &:backdrop { + @include button(osd-backdrop, $b_color); + @extend %linked; + } + } + } + } + + &.image-button { padding: 8px; } + + &.text-button { + padding-left: 16px; + padding-right: 16px; + } + + &.text-button.image-button { + // those buttons needs uneven horizontal padding, we want the icon side + // to have the image-button padding, while the text side the text-button + // one, so we're adding the missing padding to the label depending on + // its position inside the button + padding: 5px 8px 6px; // same as button + .label:first-child { padding-left: 8px; } + .label:last-child { padding-right: 8px; } + } + + .stack-switcher > & { + // to position the needs attention dot, padding is added to the button + // child, a label needs just lateral padding while an icon needs vertical + // padding added too. + + outline-offset: -3px; // needs to be set or it gets overriden by radiobutton outline-offset + + > .label { + padding-left: 6px; // label padding + padding-right: 6px; // + } + > image { + padding-left: 6px; // image padding + padding-right: 6px; // + padding-top: 3px; // + padding-bottom: 3px; // + } + &.text-button { + padding: 5px 10px 6px; // needed or it will get overridden + } + &.image-button { + // we want image buttons to have a 1:1 aspect ratio, so compensation + // of the padding added to the image is needed + padding: 5px 2px; + } + &.needs-attention > .label, + &.needs-attention > image { @extend %needs_attention; } + &.needs-attention:active > .label, + &.needs-attention:active > image, + &.needs-attention:checked > .label, + &.needs-attention:checked > image { + animation: none; + background-image: none; + } + } + + //inline-toolbar buttons + .inline-toolbar &, .inline-toolbar &:backdrop { + border-radius: 2px; + border-width: 1px; + @extend %linked; + } + + .primary-toolbar & { -gtk-icon-shadow: none; } // tango icons don't need shadows + + .linked > &, + .linked > &:hover, + .linked > &:active, + .linked > &:checked, + .linked > &:backdrop { @extend %linked; } + + .linked.vertical > &, + .linked.vertical > &:hover, + .linked.vertical > &:active, + .linked.vertical > &:checked, + .linked.vertical > &:backdrop { @extend %linked_vertical; } +} + +%needs_attention { + animation: needs_attention 150ms ease-in; + $_dot_shadow: _text_shadow_color(); + $_dot_shadow_r: if($variant=='light',0.5,0.45); + background-image: -gtk-gradient(radial, + center center, 0, + center center, 0.5, + to($_dot_color), + to(transparent)), + -gtk-gradient(radial, + center center, 0, + center center, $_dot_shadow_r, + to($_dot_shadow), + to(transparent)); + background-size: 6px 6px, 6px 6px; + background-repeat: no-repeat; + @if $variant == 'light' { background-position: right 3px, right 4px; } + @else { background-position: right 3px, right 2px; } + &:backdrop { background-size: 6px 6px, 0 0;} + &:dir(rtl) { + @if $variant == 'light' { background-position: left 3px, left 4px; } + @else { background-position: left 3px, left 2px; } + } +} + + +// all the following is for the +|- buttons on inline toolbars, that way +// should really be deprecated... +.inline-toolbar toolbutton > button { // redefining the button look is + // needed since those are flat... + @include button(normal); + &:hover { @include button(hover); } + &:active, + &:checked{ @include button(active); } + &:disabled { @include button(insensitive); } + &:disabled:active, + &:disabled:checked { @include button(insensitive-active); } + &:backdrop { @include button(backdrop); }; + &:backdrop:active, + &:backdrop:checked { @include button(backdrop-active); } + &:backdrop:disabled { @include button(backdrop-insensitive); } + &:backdrop:disabled:active, + &:backdrop:disabled:checked { + @include button(backdrop-insensitive-active); } +} + +// More inline toolbar buttons +.inline-toolbar.toolbar toolbutton, +.inline-toolbar.toolbar toolbutton:backdrop { + & > button.flat { @extend %linked_middle; } + &:dir(rtl) > button.flat { @extend %linked_middle:dir(rtl); } + &:first-child > button.flat { @extend %linked:first-child; } + &:last-child > button.flat { @extend %linked:last-child; } + &:last-child:dir(rtl) > button.flat { @extend %linked:last-child:dir(rtl); } + &:only-child > button.flat { @extend %linked:only-child; } +} + +%linked_middle { + //border-radius: 0; + //border-left-style: none; + &:dir(rtl) { + border-radius: 3px; // needed when including %linked_middle:dir(rtl) + //border-right-style: none; + //border-left-style: solid + } +} + +%linked { + @extend %linked_middle; + &:first-child { + border-radius: 3px 3px 3px 3px; + border-left-style: solid; + } + &:last-child { + border-radius: 3px 3px 3px 3px; + &:dir(rtl) { border-right-style: solid; } + } + &:only-child { + border-radius: 3px; + border-style: solid; + } +} + +%linked_vertical_middle { + border-left-style: solid; + border-bottom-style: none; + border-radius: 3px; +} + +%linked_vertical{ + @extend %linked_vertical_middle; + &:first-child { + border-radius: 3px 3px 3px 3px; + } + &:last-child { + border-radius: 3px 3px 3px 3px; + border-style: solid; + } + &:only-child { + border-radius: 3px; + border-style: solid; + } +} + +%undecorated_button { + border-color: transparent; + background-color: transparent; + background-image: none; + box-shadow: inset 0 1px transparentize(white,1), + 0 1px transparentize(white, 1); + text-shadow: none; + -gtk-icon-shadow: none; +} + +/* menu buttons */ +menuitem.button.flat { + @extend %undecorated_button; + outline-offset: -1px; + &:hover { background-color: mix($fg_color, $bg_color, 10%); } + &:selected { @extend %selected_items; } + &:backdrop, &:backdrop:hover { + @extend %undecorated_button; + } +} + + +button.color { + padding: 5px; // Uniform padding on the GtkColorButton + + colorswatch:first-child:last-child { // :first-child:last-child for a specificity bump, it gets overridden by the + // colorpicker style, otherwise + border-radius: 0; + box-shadow: inset 0 1px 1px transparentize(black, 0.9), + _widget_edge(); + &:disabled, + &:backdrop { box-shadow: none; } + } +} + +/********* + * Links * + *********/ + +*:link { + color: $link_color; + &:visited { + color: $link_visited_color; + *:selected & { color: mix($selected_fg_color, $selected_bg_color, 60%); } + } + &:hover { + color: lighten($link_color,10%); + *:selected & { color: mix($selected_fg_color, $selected_bg_color, 90%); } + } + &:active { + color: $link_color; + *:selected & { color: mix($selected_fg_color, $selected_bg_color, 80%); } + } + &:backdrop, &:backdrop:hover, &:backdrop:hover:selected { + color: $selected_bg_color; + } + &:selected, *:selected & { + color: mix($selected_fg_color, $selected_bg_color, 80%); + } +} + +button:link, button:visited { + @extend %undecorated_button; + @extend *:link; + text-shadow: none; + &:hover, &:active, &:checked { + @extend %undecorated_button; + text-shadow: none; + } + &:backdrop { + @extend %undecorated_button; //This shouldn't be needed but avoids + //a weird transition which for some reason + //makes borders blink on hover + } +} + +/***************** + * GtkSpinButton * + *****************/ + +spinbutton { + button { + background-image: none; + border-style: none none none solid; + border-color: transparentize($borders_color, 0.7); + color: mix($fg_color, $base_color, 90%); + border-radius: 0; + box-shadow: none; + // padding-left: 6px; + // padding-right: 6px; + &:dir(rtl) { border-style: none solid none none; } + &:hover { + color: $fg_color; + background-color: transparentize($fg_color, 0.95); + } + &:disabled { + color: transparentize($insensitive_fg_color, 0.7); + } + &:active { + box-shadow: inset 0 2px 3px -1px transparentize(black, 0.8); + background-color: transparentize(black, 0.9); + } + &:backdrop { + color: mix($backdrop_fg_color, $backdrop_base_color, 90%); + border-color: transparentize($backdrop_borders_color, 0.7); + background-color: transparent; + } + &:backdrop:disabled { + background-image: none; + color: transparentize($backdrop_insensitive_color,0.7); + border-style: none none none solid; // It is needed or it gets overridden + &:dir(rtl) { border-style: none solid none none; } + } + } + .osd & { + button { + @include button(undecorated); + color: $osd_fg_color; + border-style: none none none solid; + border-color: transparentize($osd_borders_color, 0.3); + border-radius: 0; + box-shadow: none; + -gtk-icon-shadow: 0 1px black; + &:dir(rtl) { border-style: none solid none none; } + &:hover { + @include button(undecorated); + color: $osd_fg_color; + border-color: transparentize(opacify($osd_borders_color, 1), 0.5); + background-color: transparentize($osd_fg_color, 0.9); + -gtk-icon-shadow: 0 1px black; + box-shadow: none; + } + &:backdrop { + @include button(undecorated); + color: $osd_fg_color; + border-color: transparentize(opacify($osd_borders_color, 1), 0.5); + -gtk-icon-shadow: none; + box-shadow: none; + } + &:disabled { + @include button(undecorated); + color: $osd_insensitive_fg_color; + border-color: transparentize(opacify($osd_borders_color, 1), 0.5); + -gtk-icon-shadow: none; + box-shadow: none; + } + &:last-child { border-radius: 0 3px 3px 0; } + &:dir(rtl):first-child { border-radius: 3px 0 0 3px; } + } + } + &.vertical, &.vertical:dir(rtl) { //FIXME: try using linking templates for vertically linked stuff + button { + padding-top: 8px; // Same vertical padding as image-buttons + padding-bottom: 8px; // + &:first-child { + @extend %top_button; + @include button(normal, $edge:none); + &:active { + @extend %top_button; + @include button(active, $edge:none); + } + &:hover { + @extend %top_button; + @include button(hover, $edge:none); + } + &:disabled { + @extend %top_button; + @include button(insensitive, $edge:none); + } + &:backdrop { + @extend %top_button; + @include button(backdrop, $edge:none); + } + } + &:last-child { + @extend %bottom_button; + @include button(normal); + &:active { + @extend %bottom_button; + @include button(active); + } + &:hover { + @extend %bottom_button; + @include button(hover); + } + &:disabled { + @extend %bottom_button; + @include button(insensitive); + } + &:backdrop { + @extend %bottom_button; + @include button(backdrop); + } + } + &:backdrop:disabled { + @include button(backdrop-insensitive); + } + } + &.entry { + // we should remove the bottom edge hilight here, but seems + // like buttons are on top of it so it doesn't show up + border-radius: 0; + padding-left: 3px; + padding-right: 3px; + } + %top_button { + border-radius: 3px 3px 0 0; + border-style: solid solid none solid; + } + %bottom_button { + border-radius: 0 0 3px 3px; + border-style: none solid solid solid; + } + } + treeview & { + &.entry, &.entry:focus { + padding: 1px; + border-width: 1px 0; + border-color: $selected_bg_color; + border-radius: 0; + box-shadow: none; + + } + } +} + +/************** + * ComboBoxes * + **************/ +combobox { + > button { padding-top: 3px; padding-bottom: 4px; } // Otherwise combos + // are bigger then + // buttons + -combobox-arrow-scaling: 0.5; + -combobox-shadow-type: none; + + box-shadow: 0 1px $borders_edge; + + + &:disabled { + color: $insensitive_fg_color; + text-shadow: none; + -gtk-icon-shadow: none; + } + &:backdrop { + color: $backdrop_fg_color; + text-shadow: none; + -gtk-icon-shadow: none; + } + &:backdrop:disabled { + color: $backdrop_insensitive_color; + } + menuitem { text-shadow: none; } + .separator.vertical { + // always disable separators + -GtkWidget-wide-separators: true; + } + &.combobox-entry entry { @extend %linked; } + &.combobox-entry button, &.combobox-entry button:backdrop { + // It is needed to specify the backdrop button or it gets overridden + @extend %linked; + } +} + +.linked > combobox > button { + // the combo is a composite widget so the way we do button linkind doesn't + // work, special case needed. See + // https://bugzilla.gnome.org/show_bug.cgi?id=733979 + &:dir(ltr) { @extend %linked_middle; } // specificity bump + &:dir(rtl) { @extend %linked_middle:dir(rtl); } +} +.linked > combobox:first-child > button { + @extend %linked:first-child; +} +.linked > combobox:last-child > button { + @extend %linked:last-child; +} +.linked > combobox:only-child > button { + @extend %linked:only-child; +} +.linked.vertical > comboboxText > button, +.linked.vertical > combobox > button { @extend %linked_vertical_middle; } +.linked.vertical > comboboxText:first-child > button, +.linked.vertical > combobox:first-child > button { @extend %linked_vertical:first-child; } +.linked.vertical > comboboxText:last-child > button, +.linked.vertical > combobox:last-child > button { @extend %linked_vertical:last-child; } +.linked.vertical > comboboxText:only-child > button, +.linked.vertical > combobox:only-child > button { @extend %linked_vertical:only-child; } + +/************ + * Toolbars * + ************/ +.toolbar { + -GtkWidget-window-dragging: true; + padding: 4px; + background-color: $bg_color; + .osd &, &.osd { + padding: 13px; + border: none; + border-radius: 5px; + background-color: $osd_bg_color; + } +} + +//searchbar, location-bar & inline-toolbar +.inline-toolbar { + @extend .toolbar; + @extend %inset-bar; + border-width: 0 1px 1px; + padding: 3px; + border-radius: 0 0 3px 3px; +} +.search-bar, .location-bar { + @extend .toolbar; + @extend %inset-bar; + border-width: 0 0 1px; + padding: 3px; +} + +%inset-bar { + border-style: solid; + border-color: $borders_color; + //$_bg: mix($bg_color, $borders_color, 70%); + text-shadow: none; + background-color: $bg_color; + //box-shadow: inset 0 2px 3px -1px mix($borders_color, $_bg, 60%), + // _widget_edge(); + //FIXME edge would be nice, but doesn't work + &:backdrop { + border-color: $backdrop_borders_color; + background-color: $backdrop_dark_fill; + box-shadow: none; + } +} + +/*************** + * Header bars * + ***************/ + +.titlebar, +headerbar { + padding: 2px 6px; + border-width: 0px 0px 2px 0px; + border-style: solid; + border-color: $selected_bg_color; + border-radius: 0; + color: $titlebar_fg_color; + + @include headerbar_fill; + + &:backdrop { + border-color: transparent; + background-color: $bg_color; + background-image: none; + box-shadow: none; + color: $backdrop_fg_color; + } +.path-bar button { + color: $titlebar_fg_color; + } +button { + background-color: $titlebar_bg_color; + color: $titlebar_fg_color; + background-image: none; + border-color: transparent; + box-shadow: none; + + &.flat { @include button(undecorated,$titlebar_bg_color); } + &:hover { + border-color: $selected_bg_color; + } + &:active, &:checked { + @include button(active); + border-color: $titlebar_bg_color; + box-shadow: none; + &:hover { + @include button(active-hover); + border-color: $titlebar_bg_color; + box-shadow: none; + } + &:backdrop { + background-image: none; + background-color: $backdrop_bg_color; + border-color: $backdrop_bg_color; + } + } + + &.suggested-action { + background-color: shade($selected_bg_color,1.1); + &:hover { + background-color: $selected_bg_color; + } + &:disabled { + background-color: $titlebar_bg_color; + color: shade($titlebar_fg_color,0.5); + &:active, &:checked { + background-color: $titlebar_bg_color; + color: shade($titlebar_fg_color,0.5); + } + } + } + + &:backdrop { + background-color: $bg_color; + color: $backdrop_fg_color; + } + + &.flat:backdrop, &.flat:backdrop:disabled, &:disabled:backdrop { + background-image: none; + background-color: $backdrop_bg_color; + color: $backdrop_fg_color; + } + &.flat:disabled { + @include button(undecorated); + } + &:disabled { + background-color: $titlebar_bg_color; + color: shade($titlebar_fg_color,0.5); + &:active, &:checked { + @include button(insensitive-active,$titlebar_bg_color); + } + } + } + .title { + font-weight: normal; + padding: 0px 12px; + } + + .subtitle { + font-size: smaller; + padding: 0 12px; + @extend .dim-label; + } + + .header-bar-separator, + & > box > .separator.vertical { + -GtkWidget-wide-separators: true; + -GtkWidget-separator-width: 1px; + border-width: 0 1px; + border-image: linear-gradient(to bottom, + transparentize($borders_color,1), + $borders_color 30%, + $borders_color 70%, + transparentize($borders_color,1) 100%) + 0 1 / 0 1px stretch; //FIXME use a proper color + + &:backdrop { + border-image: linear-gradient(to bottom, transparentize($backdrop_borders_color, 0.5)) + 0 1 / 1px 1px; //FIXME use a proper color + } + } + + &.selection-mode { + + color: $selected_fg_color; + text-shadow: none; + border-color: $selected_borders_color; + background-image: none; + background-color: $titlebar_bg_color; + box-shadow: none; + + &:backdrop { + background-image: none; + background-color: $bg_color; + box-shadow: none; + } + + .subtitle:link { @extend *:link:selected; } + + button { + @include button(normal, $selected_bg_color, $selected_fg_color); + + &.flat { @include button(undecorated); } + + &:hover { @include button(hover, $selected_bg_color, $selected_fg_color); } + + &:active, &:checked { @include button(active, $selected_bg_color, $selected_fg_color); } + + &:backdrop, + &.flat:backdrop { + @include button(backdrop, $selected_bg_color, $selected_fg_color); + -gtk-icon-effect: none; + border-color: $selected_borders_color; + + &:active, + &:checked { + @include button(backdrop-active, $selected_bg_color, $selected_fg_color); + border-color: $selected_borders_color; + } + + &:disabled { + @include button(backdrop-insensitive, $selected_bg_color, $selected_fg_color); + border-color: $selected_borders_color; + } + + &:disabled:active, + &:disabled:checked { + @include button(backdrop-insensitive-active, $selected_bg_color, + $selected_fg_color); + border-color: $selected_borders_color; + } + } + + &.flat:backdrop, + &.flat:disabled, + &.flat:disabled:backdrop { + @include button(undecorated); + } + + &:disabled { + @include button(insensitive, $selected_bg_color, $selected_fg_color); + + &:active, &:checked { @include button(insensitive-active, $selected_bg_color, $selected_fg_color); } + } + + &.suggested-action { + @include button(normal); + border-color: $selected_borders_color; + + &:hover { + @include button(hover); + border-color: $selected_borders_color; + } + + &:active { + @include button(active); + border-color: $selected_borders_color; + } + + &:disabled { + @include button(insensitive); + border-color: $selected_borders_color; + } + + &:backdrop { + @include button(backdrop); + border-color: $selected_borders_color; + } + + &:backdrop:disabled { + @include button(backdrop-insensitive); + border-color: $selected_borders_color; + } + } + } + + .selection-menu { + border-color: transparentize($selected_bg_color, 1); + background-image: linear-gradient(to bottom, transparentize($selected_bg_color, 1)); + box-shadow: none; + padding-left: 10px; + padding-right: 10px; + + arrow { -arrow-arrow-scaling: 1; } + + .arrow { + -gtk-icon-source: -gtk-icontheme('pan-down-symbolic'); + color: transparentize($selected_fg_color,0.5); + -gtk-icon-shadow: none; + } + + &:backdrop { @extend .selection-menu }; + } + } + + .tiled &, .maximized & { + border-radius: 0; // squared corners when the window is max'd or tiled + } + + &.default-decoration { + padding: 4px; + button { padding: 5px; } + } +} + +/************ + * Pathbars * + ************/ + +.path-bar button { + padding: 5px 6px 6px; + @include button(undecorated); + color: $fg_color; + &:hover {border-color: $selected_bg_color; } + &:active, &:checked { + background-color: $borders_color; + } + &:first-child { padding-left: 8px; } + &:last-child { padding-right: 8px; } + &:only-child { + padding-left: 12px; + padding-right: 12px; + } + + // the following is for spacing the icon and the label inside the home button + .label:last-child { padding-left: 2px; } + .label:first-child { padding-right: 2px; } + .label:only-child { padding-right: 0; padding-left: 0; } + image { padding-top: 1px; } +} + +/************** + * Tree Views * + **************/ +treeview.view { + -GtkTreeView-grid-line-width: 1; + -GtkTreeView-grid-line-pattern: ''; + -GtkTreeView-tree-line-width: 1; + -GtkTreeView-tree-line-pattern: ''; + -GtkTreeView-expander-size: 16; + + border-left-color: mix($fg_color, $base_color, 50%); // this is actually the tree lines color, + border-top-color: $bg_color; // while this is the grid lines color, better then nothing + + &:selected { border-radius: 0; } // rest border radius in lists + + &:selected, &:backdrop:selected { + border-left-color: mix($selected_fg_color, $selected_bg_color, 50%); + border-top-color: transparentize($fg_color, 0.9); // doesn't work unfortunatelly + } + + &:disabled { + color: $insensitive_fg_color; + &:selected { + color: mix($selected_fg_color, $selected_bg_color, 40%); + &:backdrop { color: mix($backdrop_selected_fg_color, $selected_bg_color, 30%); } + } + &:backdrop { color: $backdrop_insensitive_color; } + } + + &.separator:backdrop { + color: transparentize(black, 0.9); + } + + &:backdrop { + border-left-color: mix($backdrop_fg_color, $backdrop_bg_color, 50%); + border-top: $backdrop_bg_color; + } + + &.dnd { + border-style: solid none; + border-width: 1px; + border-color: mix($fg_color, $selected_bg_color, 50%); + } + + &treeview.view expander { + -gtk-icon-source: -gtk-icontheme('pan-end-symbolic'); + &:dir(rtl) { -gtk-icon-source: -gtk-icontheme('pan-end-symbolic-rtl'); } + color: mix($fg_color, $base_color, 70%); + &:hover { color: $fg_color; } + &:selected { + color: mix($selected_fg_color, $selected_bg_color, 70%); + &:hover { color: $selected_fg_color; } + &:backdrop { color: mix($backdrop_selected_fg_color, $selected_bg_color, 70%); } + } + + &:checked { -gtk-icon-source: -gtk-icontheme('pan-down-symbolic'); } + + &:backdrop { color: mix($backdrop_fg_color, $backdrop_base_color, 70%); } + } + + progressbar { // progress bar in treeviews + @if $variant == light { color: $base_color; } + + border: 1px solid $selected_borders_color; + border-radius: 4px; + background-image: linear-gradient(to bottom, + $selected_bg_color, + darken($selected_bg_color,10%)); + box-shadow: inset 0 1px if($variant=='light', transparentize(white,0.7), + transparentize(white,0.85)), + 0 1px if($variant=='light', transparentize(black, 0.8), + transparentize(black,0.9)); + + &:selected { + @if $variant == 'light' { + color: $selected_bg_color; + box-shadow: none; + } + + @else { box-shadow: inset 0 1px transparentize(white, 0.95); } + + background-image: linear-gradient(to bottom, + $base_color, + darken($base_color,10%)); + + &:backdrop { + @if $variant == 'light' { + color: $selected_bg_color; + border-color: $selected_borders_color; // otherwise it gets inherited by .view(?!?) + } + @else { border-color: $backdrop_base_color; } + background-color: $backdrop_base_color; + } + } + + &:backdrop { + @if $variant == 'light' { color: $backdrop_base_color; } + @else { border-color: $backdrop_base_color; } + background-image: none; + box-shadow: none; + } + } + + &.trough { // progress bar trough in treeviews + background-color: transparentize($fg_color,0.9); + border-radius: 4px; + + &:selected { + background-color: if($variant == 'light', + transparentize($selected_fg_color, 0.7), + darken($selected_bg_color, 10%)); + @if $variant == 'light' { + border-width: 1px 0; + border-style: solid; + border-color: $selected_bg_color; + } + } + } +} + +column-header { + button { + @extend %column_header_button; + $_column_header_color: mix($fg_color, $base_color, 50%); + color: $_column_header_color; + background-color: $base_color; + font-weight: bold; + text-shadow: none; + box-shadow: none; + &:hover { + @extend %column_header_button; + color: mix($_column_header_color, $fg_color, 50%); + box-shadow: none; + transition: none; //I shouldn't need this + } + &:active { + @extend %column_header_button; + color: $fg_color; + transition: none; //I shouldn't need this + } + &.dnd { + @extend column-header.button.dnd; + } + } + &:last-child button, + &:last-child button:backdrop, // set :backdrop too or the border will be visibile there + &:last-child.button, + &:last-child.button:backdrop { //treeview-like derived widgets in Banshee and Evolution + border-right-style: none; + } +} + +column-header.button.dnd { // for treeview-like derive widgets + transition: none; + color: $selected_bg_color; + box-shadow: inset 1px 1px 0 1px $selected_bg_color, + inset -1px 0 0 1px $selected_bg_color, + inset 1px 1px $base_color, inset -1px 0 $base_color;; + &:active { @extend column-header.button.dnd; } + &:selected { @extend column-header.button.dnd; } + &:hover { @extend column-header.button.dnd; } +} + +%column_header_button { + padding: 3px 6px; + border-style: none solid solid none; + border-radius: 0; + background-image: none; + border-color: $bg_color; + text-shadow: none; + &:disabled { + border-color: $bg_color; + background-image: none; + } + &:backdrop { + border-color: $backdrop_bg_color; + border-style: none solid solid none; + color: mix($backdrop_fg_color, $backdrop_bg_color, 50%); + background-image: none; + background-color: $backdrop_base_color; + &:disabled { + border-color: $backdrop_bg_color; + background-image: none; + } + } +} + + +/********* + * Menus * + *********/ +menubar { + -GtkWidget-window-dragging: true; + padding: 2px; + box-shadow: none; + &:backdrop { background-color: $backdrop_bg_color; } + & > menuitem { + padding: 4px 8px; + &:hover { //Seems like it :hover even with keyboard focus + background-color: $selected_bg_color; + color: $selected_fg_color; + } + &:disabled { + color: $insensitive_fg_color; + box-shadow: none; + } + } +} + +menu { + padding: 0px; + background-color: $bg_color; + border: 1px solid $borders_color; // adds borders in a non composited env + border-radius: 3px; + .csd & { border: 1px solid $borders_color; } // axes borders in a composited env + menuitem { + text-shadow: none; + padding: 6px 6px; + &:hover { + color: $selected_fg_color; + background-color: $selected_bg_color; + background-clip: padding-box; + border-style: solid; + border-width: 0px 1px 0px 1px; + border-color: if($variant == 'light', darken($selected_bg_color, 10%), lighten($selected_bg_color, 10%)); //tint sides of menu + //round top and bottom items + &:first-child { + border-radius: 3px 3px 0px 0px; + border-width: 1px 1px 0px 1px; + } + &:last-child{ + border-radius: 0px 0px 3px 3px; + border-width: 0px 1px 1px 1px; + } + } + &:disabled { + color: $insensitive_fg_color; + &:backdrop { color: $backdrop_insensitive_color; } + } + *:disabled { + color: $insensitive_fg_color; + &:backdrop { color: $backdrop_insensitive_color; } + } + &:backdrop, &:backdrop:hover { + color: $fg_color; + background-color: $bg_color; + } + //submenu indicators + arrow { -gtk-icon-source: -gtk-icontheme('pan-end-symbolic'); } + arrow:dir(rtl) {-gtk-icon-source:-gtk-icontheme('pan-end-symbolic-rtl'); } + } + + &.button { // overlow buttons + @extend %undecorated_button; + border-style: none; + border-radius: 0; + &.top { border-bottom: 1px solid mix($fg_color, $base_color, 10%); } + &.bottom { border-top: 1px solid mix($fg_color, $base_color, 10%); } + &:hover { background-color: mix($fg_color, $base_color, 10%); } + &:disabled { + color: transparent; + background-color: transparent; + border-color: transparent ; + } + } +} + +menuitem .accelerator { color: gtkalpha(currentColor,0.55); } + + +/*************** + * Popovers * + ***************/ + +popover { + padding: 2px; + border: 1px solid $borders_color; + border-radius: 2px; + background-color: $bg_color; + + box-shadow: 0 2px 3px transparentize(black, 0.5); + + &:backdrop { + box-shadow: none; + } + + > list, + > .view, + > .toolbar, + &.osd > .toolbar { + border-style: none; + background-color: transparent; + } + + button.flat { + color: $fg_color; + } + + button.flat:hover { + background-color: transparentize($selected_bg_color, 0.8); + color: $fg_color; + text-shadow: none; + transition: none; + } + + &.osd { @extend %osd; } +} + +//touch selection handlebars for the Popover.osd above +entry.cursor-handle, +.cursor-handle { + background-color: transparent; + background-image: none; + box-shadow: none; + border-style: none; + &.top { -gtk-icon-source: -gtk-icontheme('selection-start-symbolic'); } + &.bottom { -gtk-icon-source: -gtk-icontheme('selection-end-symbolic'); } +} + +/***************** + * Notebooks and * + * Tabs * + *****************/ + +notebook { + // Through me you go to the grief wracked city; + // Through me you go to everlasting pain; + // Through me you go a pass among lost souls. + // ... + // Abandon all hope — Ye Who Enter Here + background-color: $bg_color; + -GtkNotebook-initial-gap: 0; + -GtkNotebook-arrow-spacing: 5; + -GtkNotebook-tab-curvature: 0; + -GtkNotebook-tab-overlap: 0; + -GtkNotebook-has-tab-gap: false; + -GtkWidget-focus-padding: 0; + -GtkWidget-focus-line-width: 0; + transition: all 200ms $ease-out-quad; + //padding: 6px; + + + &.frame { + border: 1px solid $borders_color; + // FIXME doesn't work + &.top { border-top-width: 0; } + &.bottom { border-bottom-width: 0; } + &.right { border-right-width: 0; } + &.left { border-left-width: 0; } + //&:backdrop { border-color: $borders_color; } + } + &.header { + // FIXME: double borders in some case, can't fix it w/o a class tho + // FIXME: doesn't work on dark var + background-color: $bg_color; + padding-top: 4px; + + // this is the shading of the header behind the tabs + &.frame { + border-style: solid; + border-color: $borders_color; + &.top { border-width: 0px; } + &.bottom { border-width: 0px; } + &.right { border-width: 0px; } + &.left { border-width: 0px; } + &:backdrop { border-color: $borders_color; } + } + &.top { + box-shadow: inset 0 -1px $borders_color; // border + + } + &.bottom { + box-shadow: inset 0 1px $borders_color; + + } + &.right { + box-shadow: inset 1px 0 $borders_color; + + } + &.left { + box-shadow: inset -1px 0 $borders_color; + + } + } + + tab { + border-width: 1px; + border-style: solid; + border-color: if($variant == 'light', shade($borders_color,1.1), transparentize($borders_color, 0.8)); + background-color: if($variant == 'light', shade($borders_color,1.1), transparentize($borders_color, 0.8)); + + outline-offset: 0; + + $tab_indicator_size: 3px; + //vertical tab sizing + $vt_vpadding: 6px; + $vt_hpadding: 8px; + // horizontal tab sizing + $ht_vpadding: 6px; + $ht_hpadding: 8px; + + //FIXME: we get double border in some cases, not considering the broken + //notebook content frame... + &.top, &.bottom { padding: $vt_vpadding $vt_hpadding; } + &.left, &.right { padding: $ht_vpadding $ht_hpadding; } + + + /* works for testnotebookdnd, but there's a superfluous border + in gedit or web, commented out for now, needs gtk fixes + &.reorderable-page { + &.top { + padding-top: ($vt_vpadding - 1px); + border-top-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + } + &.bottom { + padding-bottom: ($vt_vpadding - 1px); + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + } + &.left { + padding-left: ($ht_hpadding - 1px); + border-left-width: 1px; + border-top-width: 1px; + border-bottom-width: 1px; + } + &.right { + padding-right: ($ht_hpadding - 1px); + border-right-width: 1px; + border-top-width: 1px; + border-bottom-width: 1px; + } + } + */ + &.reorderable-page { + background-color: $bg_color; + &.top, &.bottom { + padding-left: 12px; // for a nicer close button + padding-right: 6px; // placement + padding-bottom: 8px; + } + } + &.top { + //padding-bottom: ($vt_vpadding -$tab_indicator_size); + border-radius: 3px 3px 0px 0px; + &:active, &.active-page, &:backdrop:active { + border-color: $borders_color; + border-bottom-color: $bg_color; + background-color: $bg_color; + &:hover, &.prelight-page { + border-color: $borders_color; + border-bottom-color: $bg_color; + } + } + } + &.bottom { + border-radius: 0px 0px 3px 3px; + &:active, &.active-page, &:backdrop:active { + border-color: $borders_color; + border-top-color: $bg_color; + background-color: $bg_color; + &:hover, &.prelight-page { + border-color: $borders_color; + border-top-color: $bg_color; + } + } + } + &.left { + border-radius: 3px 0px 0px 3px; + &:active, &.active-page, &:backdrop:active { + border-color: $borders_color; + border-right-color: $bg_color; + background-color: $bg_color; + &:hover, &.prelight-page { + border-color: $borders_color; + border-right-color: $bg_color; + } + } + } + &.right { + border-radius: 0px 3px 3px 0px; + &:active, &.active-page, &:backdrop:active { + border-color: $borders_color; + border-left-color: $bg_color; + background-color: $bg_color; + &:hover, &.prelight-page { + border-color: $borders_color; + border-left-color: $bg_color; + } + } + } + + //here's the interesting stuff + &:hover, &.prelight-page { + background-color: transparentize($hover_color, 0.8); + border-color: transparentize($hover_color, 0.8); + } + + // &:backdrop { +// background-color: $borders_color; +// } + + @each $_tab, $_border, $_shadow1 in (top, right, -3px 0px 0px 0px), + (bottom, right, -3px 0px 0px 0px), + (left, bottom, 0px -3px 0px 0px), + (right, bottom, 0px -3px 0px 0px) { + &.reorderable-page.#{$_tab} { + border-width: 3px; + border-style: solid; + border-color: $bg_color; + background-color: $bg_color; + border-#{$_border}-width: 1px; + border-#{$_border}-color: $borders_color; + box-shadow: inset #{$_shadow1} $bg_color; + &:hover, &.prelight-page { + box-shadow: inset 0px -3px 0px 0px transparentize($selected_bg_color,0.7), inset $_shadow1 $bg_color; + } + &:active, &.active-page { + box-shadow: inset 0px -3px 0px 0px $selected_bg_color, inset $_shadow1 $bg_color; + &:hover { + background-color: $bg_color; + border-color: $bg_color; + border-#{$_border}-color: $borders_color; + } + &:backdrop { + background-color: $bg_color; + border-color: $bg_color; + border-#{$_border}-color: $borders_color; + } + } + &:backdrop { + background-color: $bg_color; + border-color: $bg_color; + border-#{$_border}-color: $borders_color; + } + } + } + .label { //tab text + padding: 0 2px; // needed for a nicer focus ring + color: $fg_color; + + } + .prelight-page .label, .label.prelight-page { + // prelight tab text + color: $fg_color; + + } + .active-page .label, .label.active-page { + // active tab text + color: $fg_color; + + } + button { //tab close button + padding: 0px; + border: 1px solid transparent; + border-radius: 50%; + background-image: none; + background-color: $borders_color; + box-shadow: none; + -gtk-icon-shadow: none; + transition: none; + color: $bg_color; + &:hover { + background-color: $icon_red; + border-color: transparent; + background-image: none; + box-shadow: none; + } + &:active { + color: $bg_color; + border-color: transparent; + background-image: none; + box-shadow: none; + } + &:backdrop { + color: $bg_color; + border-color: transparent; + } + & > image { + padding: 0px; + } + } + button .active-page, button.active-page { //not working + background-color: $icon_red; + } + } + &.arrow { + color: $insensitive_fg_color; + &:hover { color: $hover_color; } + &:active { color: $selected_bg_color; } + &:disabled { + color: transparentize($insensitive_fg_color,0.7); + } + &:backdrop { + color: $insensitive_fg_color; + &:disabled { + color: transparentize($insensitive_fg_color,0.7); + } + } + } +} + +/************** + * Scrollbars * + **************/ + +scrollbar { + -GtkRange-trough-border: 0; + -GtkScrollbar-has-backward-stepper: true; + -GtkScrollbar-has-forward-stepper: true; + -GtkRange-slider-width: 16; + -GtkScrollbar-min-slider-length: 64; + -GtkRange-stepper-spacing: 1; + -GtkRange-trough-under-steppers: 0; + + button { + border: none; + background-image:none; + background-color: transparent; + box-shadow: none; + &:hover { + color: $hover_color; + background-image:none; + background-color: transparent; + } + &:disabled { color: $insensitive_fg_color; } + } + + // Overlay Scrollbars + &.dragging, // if this isn't set, the scrollbars don't update their size correctly + &.hovering { opacity: 0.998; } // probably a gtk bug + &.overlay-indicator:not(.dragging):not(.hovering) { opacity: 0.999; } // + + + &.overlay-indicator:not(.dragging):not(.hovering) { + -GtkRange-slider-width: 8px; + -GtkScrollbar-has-backward-stepper: false; + -GtkScrollbar-has-forward-stepper: false; + + &.vertical { slider { @include _border(scrollbar-slider-overlay, $prefix:assets, $radius: 0, $width: 5px 4px 5px 4px, $image-width: 6 4 6 4 / 6px 4px 6px 4px); } } + &.horizontal { slider { @include _border(scrollbar-slider-overlay-horizontal, $prefix:assets, $radius: 0, $width: 4px 6px 4px 6px, $image-width: 4 6 4 6 / 4px 6px 4px 6px); } } + + .trough { + border: none; + background: none; + } + } + // Normal Scrollbars / Overlay Scrollbars on Mouseover + &.vertical{ + trough { + @include _border(scrollbar-trough, $prefix:assets, $radius: 0, $width: 8px 8px 8px 8px, $image-width: 8 8 8 8 / 8px 8px 8px 8px); + + &:dir(rtl) { @include _border(scrollbar-trough-rtl, $prefix:assets, $radius: 0, $width: 8px 8px 8px 8px, $image-width: 8 8 8 8 / 8px 8px 8px 8px); } + } + slider { + @include _border(scrollbar-slider, $prefix:assets, $radius: 0, $width: 8px 8px 8px 8px, $image-width: 8 8 8 8 / 8px 8px 8px 8px); + &:dir(rtl) { @include _border(scrollbar-slider-rtl, $prefix:assets, $radius: 0, $width: 8px 8px 8px 8px, $image-width: 8 8 8 8 / 8px 8px 8px 8px); } + &:hover, &:disabled { + @include _border(scrollbar-slider-hover, $prefix:assets, $radius: 0, $width: 8px 8px 8px 8px, $image-width: 8 8 8 8 / 8px 8px 8px 8px); + &:dir(rtl) { @include _border(scrollbar-slider-rtl-hover, $prefix:assets, $radius: 0, $width: 8px 8px 8px 8px, $image-width: 8 8 8 8 / 8px 8px 8px 8px); } + } + &:active { + @include _border(scrollbar-slider-active, $prefix:assets, $radius: 0, $width: 8px 8px 8px 8px, $image-width: 8 8 8 8 / 8px 8px 8px 8px); + &:dir(rtl) { @include _border(scrollbar-slider-rtl-active, $prefix:assets, $radius: 0, $width: 8px 8px 8px 8px, $image-width: 8 8 8 8 / 8px 8px 8px 8px); } + } + } + } + &.horizontal { + trough { + @include _border(scrollbar-trough-horizontal, $prefix:assets, $radius: 0, $width: 8px 8px 8px 8px, $image-width: 8 8 8 8 / 8px 8px 8px 8px); } + slider { + @include _border(scrollbar-slider-horizontal, $prefix:assets, $radius: 0, $width: 8px 8px 8px 8px, $image-width: 8 8 8 8 / 8px 8px 8px 8px); + + &:hover, &:disabled { @include _border(scrollbar-slider-horizontal-hover, $prefix:assets, $radius: 0, $width: 8px 8px 8px 8px, $image-width: 8 8 8 8 / 8px 8px 8px 8px); } + &:active { @include _border(scrollbar-slider-horizontal-active, $prefix:assets, $radius: 0, $width: 8px 8px 8px 8px, $image-width: 8 8 8 8 / 8px 8px 8px 8px); } + } + } +} + + +scrollbars-junction, +scrollbars-junction.frame { // the small square between two scrollbars + border-color: transparent; + // the border image is used to add the missing dot between the borders, details, details, details... + border-image: linear-gradient(to bottom, $borders_color 1px, transparent 1px) 0 0 0 1 / 0 1px stretch; + background-color: $scrollbar_bg_color; + + &:dir(rtl) { border-image-slice: 0 1 0 0; } + + &:backdrop { + border-image-source: linear-gradient(to bottom, $backdrop_borders_color 1px, transparent 1px); + background-color: $backdrop_scrollbar_bg_color; + } +} + + +/********** + * Switch * + **********/ + +switch { + -switch-slider-width: 30px; // 55px is the right value to make it as tall + // as buttons, not doing that for now + font-weight: bold; + font-size: smaller; + outline-offset: 0px; + box-shadow: inset 0 1px transparentize(white, 1); // needs to be set here + // otherwise it gets + // clipped + // similar to the scale + border: 1px solid $borders_color; + border-radius: 3px; + color: $fg_color; + background-image: none; + background-color: $bg_color; + text-shadow: none; + &:active, &:checked { + color: $selected_bg_color; + border-color: $selected_bg_color; + box-shadow: none; + text-shadow: none; + &:hover { border-color: $hover_color} + } + &:hover { + border-color: $selected_bg_color; + } + &:disabled { + color: $insensitive_fg_color; + border-color: $borders_color; + background-image: none; + background-color: $insensitive_bg_color; + box-shadow: none; + text-shadow: none; + } + + } + + slider { + padding: 3px; + border: 3px solid; + border-radius: 3px; + border-color:transparentize(white,1); + box-shadow: none; + background-color: $borders_color; + &:hover { + box-shadow: none; + } + &:active { + background-color: $selected_bg_color; + &:hover { background-color: $hover_color} + } + &:disabled { background-color: $insensitive_bg_color; } + + } + row:selected &, infobar & { + @if $variant == 'light' { + box-shadow: none; + border-color: $selected_borders_color; + &:backdrop { border-color: $selected_borders_color; } + slider:dir(rtl) { border-left-color: $borders_color; } + slider:dir(ltr) { border-right-color: $borders_color; } + slider, + slider:active { border-color: $selected_borders_color; } + } + } + +} + +/************************* + * Check and Radio items * + *************************/ + +// draw regular check and radio items using our PNG assets +// all assets are rendered from assets.svg. never add pngs directly + +$asset_suffix: if($variant=='dark', '-dark', ''); +@each $w,$a in ('check', 'checkbox'), + ('radio','radio') { + + //standard checks and radios + @each $s,$as in ('','-unchecked'), + (':hover', '-unchecked-hover'), + (':active', '-unchecked-active'), + (':disabled','-unchecked-insensitive'), + (':backdrop', '-unchecked-backdrop'), + (':backdrop:disabled', '-unchecked-backdrop-insensitive'), + (':indeterminate', '-mixed'), + (':indeterminate:hover', '-mixed-hover'), + (':indeterminate:selected', '-mixed-active'), + (':indeterminate:backdrop', '-mixed-backdrop'), + (':indeterminate:disabled', '-mixed-insensitive'), + (':indeterminate:disabled:backdrop', '-mixed-backdrop-insensitive'), + (':checked', '-checked'), + (':checked:disabled','-checked-insensitive'), + (':checked:hover', '-checked-hover'), + (':checked:active', '-checked-active'), + (':backdrop:checked', '-checked-backdrop'), + (':backdrop:checked:disabled', '-checked-backdrop-insensitive') { + .#{$w}#{$s} { + -gtk-icon-source: -gtk-scaled(url("assets/#{$a}#{$as}#{$asset_suffix}.png"), + url("assets/#{$a}#{$as}#{$asset_suffix}@2.png")); + -gtk-icon-shadow: if(str-index($s,"backdrop"), none, 0 1px 0 $borders_edge); //no edge highlight for :backdrop + &.button.flat { -gtk-icon-shadow: none; } + } + @if $variant == 'light' { + // the borders of the light variant versions of checks and radios are + // too similar in luminosity to the selected background color, hence + // we need special casing. + .view.#{$w}#{$s}:selected, + list-row:selected .#{$w}#{$s} { + -gtk-icon-source: -gtk-scaled(url("assets/selected-#{$a}#{$as}#{$asset_suffix}.png"), + url("assets/selected-#{$a}#{$as}#{$asset_suffix}@2.png")); + } + } + } + + //menu + menu menuitem.#{$w} { + -gtk-icon-source: -gtk-icontheme('#{$a}-symbolic'); + color: mix($fg_color, $bg_color, 60%); + -gtk-icon-shadow: none; + &:active, &:checked { + -gtk-icon-source: -gtk-icontheme('#{$a}-checked-symbolic'); + color: $selected_bg_color; + } + &:indeterminate { + -gtk-icon-source: -gtk-icontheme('#{$a}-mixed-symbolic'); + } + &:hover { color: $selected_fg_color; } + &:disabled { color: mix($insensitive_fg_color, $bg_color, 50%); } + } +} + +//treeview and list-rows +.view.check, .view.radio, +list-row check, list-row radio { + -gtk-icon-shadow: none; + &:selected, &:hover { -gtk-icon-shadow: none; } +} + +//content view (grid/list) + +.content-view { + background-color: darken($bg_color,7%); + &:backdrop { background-color: darken($bg_color,7%); } +} + +//selection-mode +@each $s,$as in ('','-selectionmode'), + (':hover', '-hover-selectionmode'), + (':active', '-active-selectionmode'), + (':backdrop', '-backdrop-selectionmode'), + (':checked', '-checked-selectionmode'), + (':checked:hover', '-checked-hover-selectionmode'), + (':checked:active', '-checked-active-selectionmode'), + (':backdrop:checked', '-checked-backdrop-selectionmode') { + .view.content-view.check#{$s} { + -gtk-icon-shadow: none; + -gtk-icon-source: -gtk-scaled(url("assets/checkbox#{$as}.png"), + url("assets/checkbox#{$as}@2.png")); + background-color: transparent; + } +} + +checkbutton.text-button, radiobutton.text-button { + // this is for a nice focus on check and radios text + padding: 1px 2px 4px; + outline-offset: 0; + &:disabled, + &:disabled:active, + &:disabled:indeterminate { + // set insensitive color, which is overriden otherwise + color: $insensitive_fg_color; + &:backdrop { color: $backdrop_insensitive_color; } + } +} + +/************ + * GtkScale * + ************/ +scale, +scale.scale-has-marks-above.scale-has-marks-below, +scale.vertical.scale-has-marks-above.scale-has-marks-below { + // FIXME: rationalize + -GtkScale-slider-length: 20; + -GtkRange-slider-width: 20; + -GtkRange-trough-border: 2; + outline-offset: -9px; + -gtk-outline-radius: 4px; + + &.fine-tune { + outline-offset: -7px; + -gtk-outline-radius: 6px; + trough { + margin: 8px; + border-radius: 4px; + } + } + + slider { + //FIXME: better gradient on the slider and hover state + @include button(normal); + border: 1px solid; + border-radius: 50%; + border-color: $selected_bg_color; + box-shadow: inset 0 1px if($variant=='light', white, + transparentize(white,0.85)), + inset 0 #{-2px} $bg_color, + inset 0 #{-1px} mix($bg_color, $borders_color, 50%); + &:hover { + border-width: 2px; + @include button(hover); + border-color: $hover_color; + border-radius: 50%; // needed for double marks scales + box-shadow: inset 0 1px if($variant=='light', white, + transparentize(white, 0.85)), + inset 0 #{-2px} if($variant=='light', white, + transparentize(white, 0.86)), + inset 0 #{-1px} mix($bg_color, $borders_color, 70%); + } + &:disabled { + border-style: solid; // needed for double marks scales or they'll get + border-radius: 50%; // overridden + background-image: linear-gradient(to bottom, $insensitive_bg_color); + box-shadow: none; + } + &:active { + border: 2px solid if($variant=='light',$selected_bg_color, + darken($selected_bg_color,15%)); + } + //OSD sliders + .osd & { + @include button(osd); + background-color: $titlebar_bg_color; + &:hover { @include button(osd-hover); } + &:active { @include button(osd-active); } + &:backdrop { @include button(osd-backdrop); } + } + } + trough { + margin: 9px; + border: 1px solid transparent; + border-radius: 4px; + background-color: $borders_color; + box-shadow: none; + highlight { + background-color: $selected_bg_color; + border-color: transparent; + box-shadow: none; + } + &:disabled { + border-color: transparent; + background-image: none; + background-color: $insensitive_bg_color; + box-shadow: none; + } + } + &.vertical { + trough { + highlight { + background-color: #888888; + } + &:disabled, &.vertical:disabled { + border-color: transparent; + background-image: none; + background-color: $insensitive_bg_color; + box-shadow: none; + } + } + } + trough { + //OSD troughs + .osd & { + border-color: transparent; + box-shadow: none; + margin: 9px; + &.fine-tune { margin: 7px; } + background-color: $borders_color; + outline-color: transparentize($osd_fg_color, 0.8); + outline-offset: -8px; + highlight { + background-image: none; + background-color: $selected_bg_color; + } + &:disabled, &:backdrop:disabled { + border-color: transparent; + background-color: transparent; + } + &:backdrop { + border-color: transparent; + background-image: none; + } + } + } +} + +$suffix: if($variant == 'light', '', '-dark'); + + @each $dir_class, $dir_infix in ('horizontal', 'horz'), + ('vertical', 'vert') { + @each $marks_infix, $nth_child in ('scale-has-marks-above', ':last-child:not'), + ('scale-has-marks-below', ':first-child:not') { + @each $state, $state_infix in ('', ''), + (':hover', '-hover'), + (':active', '-active'), + (':disabled', '-insensitive') { + &.#{$dir_class} { + %#{$marks_infix}-#{$dir_infix}, + contents#{$nth_child} > trough > slider { + &#{$state} { + // an asymmetric slider asset is used here, so the margins are uneven, the smaller + // margin is set on the point side. + margin: -10px; + $_scale_asset: 'assets/slider-#{$dir_infix}-#{$marks_infix}#{$state_infix}#{$suffix}'; + border-style: none; + border-radius: 0; + + background-image: -gtk-scaled(url('#{$_scale_asset}.png'), url('#{$_scale_asset}@2.png')); + background-size: 16px; + background-color: transparent; + + background-position: center; + background-repeat: no-repeat; + box-shadow: none; + } + } + } + } + } + } + + &.color { + min-height: 0; + min-width: 0; + + trough { + background-image: linear-gradient(to top, $borders_color); + background-repeat: no-repeat; + } + } +} + +/***************** + * Progress bars * + *****************/ + +progressbar { + padding: 0; + font-size: smaller; + color: transparentize($fg_color, 0.6); + box-shadow: none; // here ot it gets + // clipped + + .osd { + -progressbar-xspacing: 0; + -progressbar-yspacing: 0; + -progressbar-min-horizontal-bar-height: 3; + trough { // background + border: 1px solid transparent; + border-radius: 3px; + background-color: $borders_color; + } + } + trough { // background + border: 1px solid transparent; + border-radius: 3px; + background-color: $borders_color; + } +} + +// moving bit +progressbar { + progress{ + background-color: $selected_bg_color; + border: 1px solid $selected_bg_color; + border-radius: 0px; + box-shadow: none; //needed for clipping + } + &.left progress { + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; + } + &.right progress { + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; + } + &.left.right progress { + box-shadow: none; + } + &.vertical progress { + &.bottom progress { + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; + box-shadow: none; + } + &.top progress { + border-top-left-radius: 3px; + border-top-right-radius: 3px; + } + } + .osd progress { + background-image: none; + background-color: $selected_bg_color; + border-style: none; + border-radius: 0; + } +} + + +/************* + * Level Bar * + *************/ + +levelbar.vertical { + -GtkLevelBar-min-block-width: 6; + -GtkLevelBar-min-block-height: 34; +} + +levelbar { + box-shadow: none; // needs to be set here to avoid clipping + -GtkLevelBar-min-block-width: 34; + -GtkLevelBar-min-block-height: 6; + &.vertical { + -GtkLevelBar-min-block-width: 6; + -GtkLevelBar-min-block-height: 34; + } + &.trough { + border: 1px solid transparent; + padding: 2px; + border-radius: 2px; + background-color: transparent; + } + &.fill-block { + // FIXME: it would be nice to set make fill blocks bigger, but we'd need + // :nth-child working on discrete indicators + border: 1px solid if($variant=='light', $selected_bg_color, + $selected_bg_color); + background-color: $selected_bg_color; + box-shadow: none; + border-radius: 2px; + + &.indicator-discrete { + &.horizontal { margin: 0 1px; } + &.vertical { margin: 1px 0; } + } + &.level-high { + border-color: $success_color; + background-color: $success_color; + &:backdrop { border-color: $success_color; } + } + &.level-low { + border-color: $warning_color; + background-color: $warning_color; + &:backdrop { border-color: $warning_color; }; + } + &.empty-fill-block { + background-color: $borders_color; + border-color: transparent; + box-shadow: none; + + } + } +} + + +/********** + * Frames * + **********/ +frame { + border: 1px solid $borders_color; + &.flat { border-style: none; } + padding: 0; + &.action-bar { + padding: 6px; + border-width: 1px 0 0; + } +} + +scrolledwindow { + GtkViewport.frame { // avoid double borders when viewport inside + // scrolled window + border-style: none; + } +} + +//vbox and hbox separators +.separator { + // always disable separators + // -GtkWidget-wide-separators: true; + color: transparentize(black, 0.9); + + // Font and File button separators + filechooserbutton &.vertical, + button.font &.vertical { + // always disable separators + -GtkWidget-wide-separators: true; + } +} + +/********* + * Lists * + *********/ + +list, list-row { + background-color: $bg_color; + border-width: 0px; + border-color: $selected_bg_color; +} + +list-row, +.grid-child { + padding: 0px 2px; + border-style: solid; + border-width: 0px; + border-color: $selected_bg_color; +} + +list-row.button, +list-row.button:backdrop, +list-row.button:backdrop:active, +list-row.button:backdrop:checked, +list-row.button:backdrop:disabled, +list-row.button:backdrop:disabled:active, +list-row.button:backdrop:disabled:checked, +list-row.button:disabled:active, +list-row.button:disabled:checked { + // reset button inherited stuff + @extend %undecorated_button; + background-color: transparentize($base_color,1); // for the transition + border-style: none; // I need no borders here + border-radius: 0; // and no rounded corners + box-shadow: none; // and no box-shadow + +} + +list-row.button { + // let's take care of background colors + &:hover { + background-color: transparentize($hover_color, 0.8); + } + &:active { + box-shadow: none; + } + &:selected { + &:active { box-shadow: inset 0 2px 3px -1px transparentize(black, 0.5); } + &:hover { + background-color: mix($fg_color, $selected_bg_color, 10%); + } + &:backdrop { background-color: $selected_bg_color; } + } + &:backdrop:hover { background-color: transparent; } +} + +list-row:selected { + @extend %selected_items; + button { + @include button(normal, $edge:none); + @if $variant == 'light' { border-color: $selected_borders_color; } + &.flat { + @include button(undecorated, $edge:none); + color: $selected_fg_color; + } + &:hover { + @include button(hover, $edge:none); + @if $variant == 'light' { border-color: $selected_borders_color; } + } + &:active, &:checked { + @include button(active, $edge:none); + @if $variant == 'light' { border-color: $selected_borders_color; } + } + &:backdrop, &.flat:backdrop { + @include button(backdrop, $edge:none); + @if $variant == 'light' { border-color: $selected_borders_color; } + &:active, &:checked { + @include button(backdrop-active, $edge:none); + @if $variant == 'light' { border-color: $selected_borders_color; } + } + &:disabled { + @include button(backdrop-insensitive, $edge:none); + @if $variant == 'light' { border-color: $selected_borders_color; } + &:active, &:checked { + @include button(backdrop-insensitive-active, $edge:none); + @if $variant == 'light' { border-color: $selected_borders_color; } + } + } + } + &.flat:backdrop { + @include button(undecorated); + color: if($variant=='light', $backdrop_base_color, $backdrop_fg_color); + } + &:disabled { + @include button(insensitive, $edge:none); + @if $variant == 'light' { border-color: $selected_borders_color; } + &:active, &:checked { @include button(insensitive-active, $edge:none); } + } + //FIXME: make placeholder with buttons w/o edge to be extended around + // istead of repeating everytime this stuff. + } +} + +// transition +list-row, list-row.button { + transition: all 300ms $ease-out-quad; + &:hover { transition: none; } +} + + +/********************* + * App Notifications * + *********************/ + +.app-notification, +.app-notification.frame { + @extend %osd; + padding: 10px; + border: none; + border-radius: 0 0 3px 3px; + background-color: $osd_bg_color; + background-image: none; + background-clip: padding-box; + &:backdrop { background-image: none; } + button { + @include button(osd); + &.flat { + @extend %undecorated_button; + -gtk-icon-shadow: 0 1px black; + text-shadow: 0 1px black; + &:backdrop, + &:disabled, + &:backdrop:disabled { @extend %undecorated_button; } + } + &:hover { @include button(osd-hover); } + &:active, + &:checked, + &:backdrop:active, + &:backdrop:checked { + @include button(osd-active); + } + &:disabled, + &:backdrop:disabled { + @include button(osd-insensitive); + } + &:backdrop { @include button(osd-backdrop); } + } +} + +/************* + * Expanders * + *************/ + +treeview.view expander { + -gtk-icon-source: -gtk-icontheme('pan-end-symbolic'); + &:dir(rtl) { -gtk-icon-source: -gtk-icontheme('pan-end-symbolic-rtl'); } + &:hover { color: lighten($fg_color,30%); } //only lightens the arrow + &:checked { -gtk-icon-source: -gtk-icontheme('pan-down-symbolic'); } +} + +/************ + * Calendar * + ***********/ +calendar { + color: $text_color; + border: 1px solid $borders_color; + + &:selected { + @extend .view:selected; + } + + &.header { + border: 1px solid transparentize(black, 0.9); + border-radius: 0; + + &:backdrop { border-color: transparentize(black, 0.9); } + } + + &.button { + @extend %undecorated_button; + color: transparentize($fg_color, 0.55); + + &:hover { + @extend %undecorated_button; + color: $fg_color; + } + + &:backdrop { + @extend %undecorated_button; + color: transparentize($backdrop_fg_color,0.55); + } + } + + &:indeterminate, &:indeterminate:backdrop, + &.highlight, &.highlight:backdrop { color: gtkalpha(currentColor, 0.55); } + + + &:backdrop { + color: $backdrop_text_color; + border-color: $backdrop_borders_color; + } +} + +/*********** + * Dialogs * + ***********/ + +message-dialog .dialog-action-area button { + //padding: 8px; +} + +message-dialog { // Message Dialog styling + -GtkDialog-button-spacing: 8; + -GtkDialog-action-area-border: 8; + + @if $variant==light { + // the bright variant as a slightly darker bg which in this case clashes with the window decoration, overriding + &.background { background-color: $bg_color; } + } + + .titlebar { + //border-style: none; + box-shadow: none; + } + &.csd { // rounded bottom border styling for csd version + &.background { + // bigger radius for better antialiasing + border-bottom-left-radius: 0px; + border-bottom-right-radius: 0px; + } + .dialog-action-area button { + //padding: 12px; + border-radius: 0; + @include button(normal, $edge:none); + //@extend %middle_button; + &:hover { + @include button(hover, $edge:none); + //@extend %middle_button; + } + &:active { + @include button(active, $edge:none); + //@extend %middle_button; + } + &:disabled { + @include button(insensitive, $edge:none); + //@extend %middle_button; + } + &:backdrop { + @include button(backdrop, $edge:none); + //@extend %middle_button; + } + &:backdrop:disabled { + @include button(backdrop-insensitive, $edge:none); + //@extend %middle_button; + } + @each $b_type, $b_color in (suggested-action, $selected_bg_color), + (destructive-action, $destructive_color) { + &.#{$b_type} { + @include button(normal, $b_color, white, $edge:none); + //@extend %middle_button; + &:hover { + @include button(hover, $b_color, white, $edge:none); + //@extend %middle_button; + } + &:active { + @include button(active, $b_color, white, $edge:none); + //@extend %middle_button; + } + &:backdrop { + @include button(backdrop, $b_color, white, $edge:none); + //@extend %middle_button; + &:disabled { + @include button(backdrop-insensitive, $edge:none); + //@extend %middle_button; + } + } + &:disabled { + //@include button(insensitive, $edge:none); + //@extend %middle_button; + background-color: $titlebar_bg_color; + color: shade($titlebar_fg_color,0.5); + } + } + } + &:first-child{ }//@extend %first_button; } + &:last-child { }//@extend %last_button; } + } + %middle_button { + border-left-style: solid; + border-right-style: none; + border-bottom-style: none; + } + %last_button { + border-bottom-right-radius: 7px; + outline-bottom-right-radius: 5px; + } + %first_button { + border-left-style: none; + border-bottom-left-radius: 7px; + outline-bottom-left-radius: 5px; + } + } +} + +filechooser { + .search-bar { + background-color: $bg_color; + border-color: $bg_color; + box-shadow: none; + &:backdrop { + background-color: $backdrop_base_color; + border-color: $backdrop_bg_color; + } + } + .dialog-action-box { + border-top: 1px solid $borders_color; + &:backdrop { border-top-color: $backdrop_borders_color; } + } +} + +/*********** + * Sidebar * + ***********/ + +.sidebar { + border: none; + background-color: $bg_color; + + &:selected { + @extend %selected_items; + } +} + +// Places sidebar is a special case, since the view here have to look like chrome not content, so we override text color +placessidebar.sidebar .view { + + color: $fg_color; + background-color: transparent; + + .separator, + .separator:backdrop { @extend .separator; } + + .image { // icons color + color: mix($fg_color, $sidebar_bg_color, 70%); + + &:selected { + color: mix($selected_fg_color, $selected_bg_color, 90%); + + &:backdrop { color: mix($backdrop_selected_fg_color, $selected_bg_color, 90%); } + } + + &:disabled { color: mix($insensitive_fg_color, $sidebar_bg_color, 70%); } + + &:backdrop { + color: mix($backdrop_fg_color, $sidebar_bg_color, 70%); + + &:disabled { color: mix($backdrop_insensitive_color, $sidebar_bg_color, 70%); } + } + } + + &:disabled { color: $insensitive_fg_color; } + + &:backdrop { + color: $backdrop_fg_color; + + &:disabled { color: $backdrop_insensitive_color; } + } + + &:selected { + @extend %selected_items; + } +} + + +.sidebar-item { + padding: 10px 4px; + > .label { + padding-left: 6px; + padding-right: 6px; + } + &.needs-attention > .label { + @extend %needs_attention; + background-size: 6px 6px, 0 0; + } +} + + +/********* + * Paned * + *********/ + +paned { // this is for the standard paned separator + + -paned-handle-size: 1; // sets separator width + + -gtk-icon-source: none; // removes handle decoration + margin: 0 8px 8px 0; // drag area of the separator, not a real margin + &:dir(rtl) { + margin-right: 0; + margin-left: 8px; + } + .pane-separator { + background-color: $borders_color; + &:backdrop { + background-color: $backdrop_borders_color; + } + } +} + +paned.wide { // this is for the paned with wide separator + -paned-handle-size: 5; // wider separator here + margin: 0; // no need of the invisible drag area so, reset margin + .pane-separator { + background-color: transparent; + border-style: none solid; + border-color: $borders_color; + border-width: 1px; + } + &.vertical .pane-separator { border-style: solid none;} + .pane-separator:backdrop { border-color: $backdrop_borders_color; } +} + + +/************** + * infobar * + **************/ +infobar { + border-style: none; +} + +.info, +.question, +.warning, +.error { + background-color: $titlebar_bg_color; + color: $selected_fg_color; + text-shadow: none; + border-color: darken($selected_bg_color, 10%); + button { + // FIXME: extend selection mode buttons + @include button(normal, $selected_bg_color, $selected_fg_color, none); + &:hover { + @include button(hover, $selected_bg_color, $selected_fg_color, none); } + &:active { + @include button(active, $selected_bg_color, $selected_fg_color, none); } + &:disabled { + @include button(insensitive,$selected_bg_color,$selected_fg_color,none); } + &:backdrop { + @include button(backdrop, $selected_bg_color, $selected_fg_color, none); + border-color: _border_color($selected_bg_color); + &:disabled { + @include button(backdrop-insensitive, $selected_bg_color, + $selected_fg_color, none); + border-color: _border_color($selected_bg_color); + } + } + } + .label:selected, + .label:selected:focus, + .label:selected:hover { + background-color: darken($selected_bg_color, 10%); + } +} + +/************ + * Tooltips * + ************/ + +tooltip { + &.background { + // background-color needs to be set this way otherwise it gets drawn twice + // see https://bugzilla.gnome.org/show_bug.cgi?id=736155 for details. + background-color: transparentize(black, 0.2); + background-clip: padding-box; + border: 1px solid $tooltip_borders_color; // this suble border is meant to + // not make the tooltip melt with + // very dark backgrounds + } + + color: white; + padding: 4px; /* not working */ + border-radius: 5px; + box-shadow: none; // otherwise it gets inherited by windowframe.csd + text-shadow: 0 1px black; + // FIXME: we need a border or tooltips vanish on black background. + &.window-frame.csd { + background-color: transparent; + } +} + +tooltip * { //Yeah this is ugly + padding: 4px; + background-color: transparent; + color: inherit; // just to be sure +} + +/***************** + * Color Chooser * + *****************/ + +colorswatch { + // This widget is made of two boxes one on top of the other, the lower box is colorswatch {} the other one + // is colorswatch > .overlay {}, colorswatch has the programmatically set background, so most of the style + // is applied to the overlay box. + + $_colorswatch_shadow: inset 0 1px transparentize(black, 0.9), _widget_edge(); + + $_colorswatch_radius: 5px; + + box-shadow: $_colorswatch_shadow; + + // take care of colorswatches on selected elements + :selected & { + box-shadow: none; + &.overlay, &.overlay:hover { + border-color: $selected_fg_color; + } + } + + // we need to re-set the shadow here since it get axed by the previous bit + &:selected { box-shadow: $_colorswatch_shadow; } + + // base color corners rounding + // to avoid the artifacts caused by rounded corner anti-aliasing the base color + // sports a bigger radius. + // nth-child is needed by the custom color strip. + // The :not() madness is needed since actually the overlay is selectable by colorswatch > .overlay + // and colorswatch.overlay, I know it's weird, but this is gtk+, not a browser. + &.top { + border-top-left-radius: $_colorswatch-radius + 1px; + border-top-right-radius: $_colorswatch-radius + 1px; + } + &.bottom { + border-bottom-left-radius: $_colorswatch-radius + 1px; + border-bottom-right-radius: $_colorswatch-radius + 1px; + } + &.left, &:first-child:not(.overlay):not(.top) { + border-top-left-radius: $_colorswatch-radius + 1px; + border-bottom-left-radius: $_colorswatch-radius + 1px; + } + &.right, &:last-child:not(.overlay):not(.bottom) { + border-top-right-radius: $_colorswatch-radius + 1px; + border-bottom-right-radius: $_colorswatch-radius + 1px; + } + &:only-child:not(.overlay) { border-radius: $_colorswatch-radius + 1px; } + + // overlay corner rounding + &.top > .overlay { + border-top-left-radius: $_colorswatch-radius; + border-top-right-radius: $_colorswatch-radius; + } + &.bottom > .overlay { + border-bottom-left-radius: $_colorswatch-radius; + border-bottom-right-radius: $_colorswatch-radius; + } + &:first-child:not(.top) > .overlay { + border-top-left-radius: $_colorswatch-radius; + border-bottom-left-radius: $_colorswatch-radius; + } + &:last-child:not(.bottom) > .overlay { + border-top-right-radius: $_colorswatch-radius; + border-bottom-right-radius: $_colorswatch-radius; + } + &:only-child > .overlay { border-radius: $_colorswatch-radius; } + + // hover effect + &:hover, + &:hover:selected { + background-image: linear-gradient(135deg, transparentize(white, 0.3), + transparentize(white, 1) 50%); + box-shadow: inset 0 1px transparentize(white, 0.6), + inset 0 -1px if($variant == 'light', transparentize(black, 0.9), transparentize(black, 0.6)); + &.color-dark { // swatches with colors with luminosity lower than 50% get the color-dark class + background-image: linear-gradient(135deg, transparentize(white, 0.5), + transparentize(white, 1) 50%); + } + } + &:backdrop, + &:backdrop:selected + &.color-dark:backdrop, + &.color-dark:backdrop:selected { + background-image: none; + box-shadow: none; + } + + // no hover effect for the colorswatch in the color editor + colorchooser & { + border-radius: 3px; // same radius as the entry + &:hover { + background-image: none; + box-shadow: inset 0 1px transparentize(black, 0.9), _widget_edge(); + } + &:backdrop { box-shadow: none; } + } + + // indicator and keynav outline colors + &.color-dark { + color: white; + outline-color: transparentize(black, 0.7); + &:backdrop { color: transparentize(white, 0.7); } + } + &.color-light { + color: black; + outline-color: transparentize(white, 0.5); + &:backdrop { color: transparentize(black, 0.7); } + } + + // border color + &.overlay, + &.overlay:selected { + border: 1px solid if($variant == 'light', transparentize(black, 0.7), $borders_color); + &:hover { border-color: if($variant == 'light', transparentize(black, 0.5), black); } + } + + // make the add color button looks like, well, a button + &#add-color-button { + border-style: solid; // the borders are drawn by the overlay for standard colorswatches to have them semi + border-width: 1px; // translucent on the colored background, here it's not necessary so they need to be set + @include button(normal); + &:hover { @include button(hover); } + &:backdrop { @include button(backdrop); } + .overlay { @include button(undecorated); } // reset the overlay to not cover the button style underneat + } +} + + +/******** + * Misc * + ********/ + +scale-popup button { // +/- buttons on GtkVolumeButton popup + padding: 6px; + &:hover { + @extend %undecorated_button; + background-color: transparentize($fg_color,0.9); + border-radius: 5px; + } + &:backdrop, + &:backdrop:hover, + &:backdrop:disabled { @extend %undecorated_button; } +} + +/********************** + * Window Decorations * + *********************/ + +.window-frame { + + border-width: 0; + + // this needs to be transparent + // see bug #722563 + $_wm_border: if($variant=='light', transparentize(black, 0.77), transparentize($borders_color, 0.1)); + $_wm_border_backdrop: if($variant=='light', transparentize(black, 0.82), transparentize($borders_color, 0.1)); + + box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.5); + + // FIXME rationalize window-frame shadows + + /* this is used for the resize cursor area */ + margin: 10px; + + &:backdrop { + box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.5); + } + &.tiled { + border-radius: 0; + } + &.popup { + box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.1) + } + // server-side decorations as used by mutter + &.ssd { + box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.1); + } + &.csd { + &.popup { + border-radius: 0; + box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.1) + } + &.tooltip { + border-radius: 5px; + box-shadow: none; + } + &.message-dialog { + border-radius: 7px; + box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.5) + } + } + &.solid-csd { + border-radius: 0; + margin: 1px; + background-color: $titlebar_bg_color; + border: 0; + box-shadow: none; + } +} + +// Window Close button +headerbar button.titlebutton, +.titlebar button.titlebutton { + @extend button; + @extend button.flat; + @extend .image-button; + //@include _button_text_shadow; + padding: 2px; + &:backdrop { -gtk-icon-shadow: none; } + + &.close { + color: transparent; + border-image: none; + box-shadow: none; + background-position: center; + background-repeat: no-repeat; + + background-image: -gtk-scaled(url('assets/titlebutton-close.png'),url('assets/titlebutton-close@2.png')); + + } + &.close:hover { + border-color: transparent; + background-color: transparent; + background-image: -gtk-scaled(url('assets/titlebutton-close-hover.png'), + url('assets/titlebutton-close-hover@2.png')); + } + &.close:active { + border-color: transparent; + background-color: transparent; + background-image: -gtk-scaled(url('assets/titlebutton-close-active.png'), + url('assets/titlebutton-close-active@2.png')); + } + &.close:backdrop { + border-color: transparent; + background-color: transparent; + background-image: -gtk-scaled(url('assets/titlebutton-close-backdrop.png'), + url('assets/titlebutton-close-backdrop@2.png')); + } + + &.maximize { + + color: transparent; + border-image: none; + box-shadow: none; + background-position: center; + background-repeat: no-repeat; + + background-image: -gtk-scaled(url('assets/titlebutton-maximize.png'),url('assets/titlebutton-maximize@2.png')); + + } + &.maximize:hover { + border-color: transparent; + background-color: transparent; + background-image: -gtk-scaled(url('assets/titlebutton-maximize-hover.png'), + url('assets/titlebutton-maximize-hover@2.png')); + } + &.maximize:active { + border-color: transparent; + background-color: transparent; + background-image: -gtk-scaled(url('assets/titlebutton-maximize-active.png'), + url('assets/titlebutton-maximize-active@2.png')); + } + &.maximize:backdrop { + border-color: transparent; + background-color: transparent; + background-image: -gtk-scaled(url('assets/titlebutton-maximize-backdrop.png'), + url('assets/titlebutton-maximize-backdrop@2.png')); + } + + &.minimize { + + color: transparent; + border-image: none; + box-shadow: none; + background-position: center; + background-repeat: no-repeat; + + background-image: -gtk-scaled(url('assets/titlebutton-minimize.png'),url('assets/titlebutton-minimize@2.png')); + } + &.minimize:hover { + border-color: transparent; + background-color: transparent; + background-image: -gtk-scaled(url('assets/titlebutton-minimize-hover.png'), + url('assets/titlebutton-minimize-hover@2.png')); + } + &.minimize:active { + border-color: transparent; + background-color: transparent; + background-image: -gtk-scaled(url('assets/titlebutton-minimize-active.png'), + url('assets/titlebutton-minimize-active@2.png')); + } + &.minimize:backdrop { + border-color: transparent; + background-color: transparent; + background-image: -gtk-scaled(url('assets/titlebutton-minimize-backdrop.png'), + url('assets/titlebutton-minimize-backdrop@2.png')); + } +} + +headerbar.selection-mode button.titlebutton, +.titlebar.selection-mode button.titlebutton { + text-shadow: none; + &:backdrop { -gtk-icon-shadow: none; } +} + + +// catch all extend :) + +%selected_items { + background-color: $selected_bg_color; + color: $selected_fg_color; + @if $variant == 'light' { + outline-color: transparentize($selected_fg_color, 0.7); + } +} + +/* Decouple the font of context menus from their entry/textview */ +.touch-selection, +.context-menu { + font: initial; +} + +.monospace { + font: Monospace; +} + +// This is used by scrolledwindow, when content is touch-dragged past boundaries. +// This draws a box on top of the content, the size changes programmatically. +.overshoot { + &.top { + @include overshoot(top); + &:backdrop { @include overshoot(top, backdrop); } + } + &.bottom { + @include overshoot(bottom); + &:backdrop { @include overshoot(bottom, backdrop); } + } + &.left { + @include overshoot(left); + &:backdrop { @include overshoot(left, backdrop); } + } + &.right { + @include overshoot(right); + &:backdrop { @include overshoot(right, backdrop); } + } +} + +// Overflow indication, works similarly to the overshoot, the size if fixed tho. +.undershoot { + &.top { + @include undershoot(top); + } + + &.bottom { + @include undershoot(bottom); + } + + &.left { + @include undershoot(left); + } + + &.right { + @include undershoot(right); + } +} diff --git a/.themes/papirus/gtk-3.0/_drawing.scss b/.themes/papirus/gtk-3.0/_drawing.scss new file mode 100644 index 00000000..64d70806 --- /dev/null +++ b/.themes/papirus/gtk-3.0/_drawing.scss @@ -0,0 +1,619 @@ +// Drawing mixins + +// generic drawing of more complex things + +@function _widget_edge($c:$borders_edge) { +// outer highlight "used" on most widgets + @return 0 1px $c; +} + +@mixin _shadows($shadow1, $shadow2:none, $shadow3:none, $shadow4:none) { +// +// Helper function to stack up to 4 box-shadows; +// + @if $shadow4!=none { box-shadow: $shadow1, $shadow2, $shadow3, $shadow4; } + @else if $shadow3!=none { box-shadow: $shadow1, $shadow2, $shadow3; } + @else if $shadow2!=none { box-shadow: $shadow1, $shadow2; } + @else { box-shadow: $shadow1; } +} + + $asset_suffix: if($variant=='dark', '-dark', ''); + +@mixin _border($name, $radius: 2px, $width: 1px 1px 2px 1px, $image-width: 2 2 3 2 / 2px 2px 3px 2px, $prefix:borders) { + border-image: -gtk-scaled(url("#{$prefix}/#{$name}#{$asset_suffix}.png"),url("#{$prefix}/#{$name}#{$asset_suffix}@2.png")) $image-width stretch; + border-radius: $radius; + border-width: $width; + border-style: solid; + border-color: transparent; +} + +// entries + +@function entry_focus_border($fc:$selected_bg_color) { + @if $variant == 'light' { @return $fc; } + @else { @return if($fc==$selected_bg_color, $selected_borders_color, darken($fc,35%)); } +} + +@function entry_focus_shadow($fc:$selected_bg_color) { + @return inset 0 0 0 1px $fc; +} + +@function entry_gradient($c) { + @if $variant=='light' { @return linear-gradient(to bottom, mix($borders_color, $c, 35%), + mix($borders_color, $c, 7%) 3px, + $c 90%); } + @else { @return linear-gradient(to bottom, mix($borders_color, $c, 95%), + mix($borders_color, $c, 40%) 3px, + $c 90%); } +} + +@mixin entry($t, $fc:$selected_bg_color, $edge: $borders_edge) { +// +// Entries drawing function +// +// $t: entry type +// $fc: focus color +// $edge: set to none to not draw the bottom edge or specify a color to not +// use the default one +// +// possible $t values: +// normal, focus, insensitive, backdrop, backdrop-insensitive, osd, osd-focus, osd-backdrop; +// + + background-color: $base_color; + background-image: none; + //$_blank_edge: if($edge == none, none, 0 1px transparentize($edge,1)); + //$_entry_edge: if($edge == none, none, _widget_edge($edge)); + + @if $t==normal { + color: $text_color; + border-color: $borders_color; + //@include _shadows(entry_focus_shadow(transparentize($fc,1)), $_entry_edge); + // for the transition to work the number of shadows in different states needs to match, hence the transparent shadow here. + } + @if $t==focus { + //@include _shadows(entry_focus_shadow($fc), $_entry_edge); + border-color: entry_focus_border($fc); + } + @if $t==insensitive { + color: $insensitive_fg_color; + border-color: $borders_color; + background-color: $insensitive_bg_color; + box-shadow: none; + + } + @if $t==backdrop { + color: $text_color; + border-color: $borders_color; + background-color: $base_color; + box-shadow: none; + } + @if $t==backdrop-insensitive { + color: $insensitive_fg_color; + border-color: $borders_color; + background-color: $insensitive_bg_color; + box-shadow: none; + } + @if $t==osd { + color: $osd_text_color; + border-color: $osd_borders_color; + background-color: $osd_bg_color; + background-clip: padding-box; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; + } + @if $t==osd-focus { + color: $osd_text_color; + border-color: $selected_bg_color; + background-color: $osd_bg_color; + background-clip: padding-box; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; + } + @if $t==osd-insensitive { + color: $osd_insensitive_fg_color; + border-color: $osd_borders_color; + background-color: $osd_insensitive_bg_color; + background-clip: padding-box; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; + } + @if $t==osd-backdrop { + color: $osd_text_color; + border-color: $osd_borders_color; + background-color: $osd_borders_color; + background-clip: padding-box; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; + } +} + +// buttons + +@function _border_color ($c) { @return $c; } // colored buttons want + // the border form the + // base color + +@function _text_shadow_color ($tc:$fg_color, $bg:$bg_color) { +// +// calculate the color of text shadows +// +// $tc is the text color +// $bg is the background color +// + $_lbg: lightness($bg)/100%; + @if lightness($tc)<50% { @return transparentize(white,1-$_lbg/($_lbg*1.3)); } + @else { @return transparentize(black,$_lbg*0.8); } +} + +@function _button_hilight_color($c) { +// +// calculate the right top hilight color for buttons +// +// $c: base color; +// + @if lightness($c)>90% { @return white; } + @else if lightness($c)>80% { @return transparentize(white, 0.3); } + @else if lightness($c)>50% { @return transparentize(white, 0.5); } + @else if lightness($c)>40% { @return transparentize(white, 0.7); } + @else { @return transparentize(white, 0.9); } +} + +@mixin _button_text_shadow ($tc:$fg_color, $bg:$bg_color) { +// +// helper function for the text emboss effect +// +// $tc is the optional text color, not the shadow color +// +// TODO: this functions needs a way to deal with special cases +// + + $_shadow: _text_shadow_color($tc, $bg); + + @if lightness($tc)<50% { + text-shadow: 0 1px $_shadow; + -gtk-icon-shadow: 0 1px $_shadow; + } + @else { + text-shadow: 0 -1px $_shadow; + -gtk-icon-shadow: 0 -1px $_shadow; + } +} + +@mixin button($t, $c:$bg_color, $tc:$fg_color, $edge: $borders_edge) { +// +// Button drawing function +// +// $t: button type, +// $c: base button color for colored* types +// $tc: optional text color for colored* types +// $edge: set to none to not draw the bottom edge or specify a color to not +// use the default one +// +// possible $t values: +// normal, hover, active, insensitive, insensitive-active, +// backdrop, backdrop-active, backdrop-insensitive, backdrop-insensitive-active, +// osd, osd-hover, osd-active, osd-insensitive, osd-backdrop, undecorated +// + + $_hilight_color: _button_hilight_color($c); + $_button_edge: if($edge == none, none, _widget_edge($edge)); + $_blank_edge: if($edge == none, none, _widget_edge(transparentize($edge,1))); + + @if $t==normal { + // + // normal button + // + box-shadow: 1px 1px 1px rgba(0,0,0,0.2); + + color: $tc; + border-color: if($c!=$bg_color, _border_color($c), $borders_color); + background-image: linear-gradient(to bottom, + lighten($c,2%), + lighten($c,0%) + ); + + } + + @else if $t==hover { + // + // hovered button + // + color: $tc; + border-color: if($c!=$bg_color, _border_color($c), $selected_bg_color); + background-image: linear-gradient(to bottom, + lighten($c,0%), + lighten($c,0%)); + + + } + + @else if $t==active { + // + // pushed button + // + color: if($tc==$fg_color,if($variant == 'light',$selected_fg_color, $bg_color), $tc); + border-color: if($c!=$bg_color, _border_color($c), $borders_color); + background-image: if($c!=$bg_color, linear-gradient(to bottom, + $c, + shade($c, 0.8)), + linear-gradient(to bottom, + $selected_bg_color, + shade($selected_bg_color,0.8))); + } + + @else if $t==active-hover { + // + // + // + color: if($tc!=$fg_color, $tc, if($variant == 'light', $tc, $bg_color)); + border-color: if($c!=$bg_color, _border_color($c), $borders_color); + background-image: if($c!=$bg_color, linear-gradient(to bottom, + lighten($c, 10%), + $c), + linear-gradient(to bottom, + #888888, + #888888)); + } + + @else if $t==insensitive { + // + // insensitive button + // + $_bg: if($c!=$bg_color, mix($c,$base_color,85%), $insensitive_bg_color); + + color: if($tc!=$fg_color, mix($tc,$_bg,50%), $insensitive_fg_color); + border-color: if($c!=$bg_color, _border_color($c), + $insensitive_borders_color); + background-image: linear-gradient(to bottom, $_bg); + text-shadow: none; + -gtk-icon-shadow: none; + // white with 0 alpha to avoid an ugly transition, since no color means + // black with 0 alpha + @include _shadows(inset 0 1px transparentize(white,1), $_button_edge); + > .label { color: inherit; } + } + @else if $t==insensitive-active { + // + // insensitive pushed button + // + $_bg: if($c!=$bg_color, darken(mix($c,$base_color,85%),5%), + $insensitive_bg_color); + $_bc: if($c!=$bg_color, _border_color($c), $insensitive_borders_color); + + color: if($c!=$bg_color, mix($tc,$_bg,60%), $insensitive_fg_color); + border-color: $_bc; + background-image: linear-gradient(to bottom, mix($_bc, $_bg, 10%), $_bg); + // white with 0 alpha to avoid an ugly transition, since no color means + // black with 0 alpha + //@include _shadows(inset 0 1px transparentize(white,1), $_button_edge); + > .label { color: inherit; } + } + + @else if $t==backdrop { + // + // backdrop button + // + $_bg: if($c!=$bg_color,$c,$backdrop_bg_color); + $_bc: if($variant=='light',$c,_border_color($c)); + + color: if($tc!=$fg_color,$tc,$fg_color); + border-color: if($c!=$bg_color, $_bc, $borders_color); + background-image: linear-gradient(to bottom, $_bg); + text-shadow: none; + -gtk-icon-shadow: none; + @include _shadows(inset 0 1px transparentize(white,1), + $_blank_edge); + } + + @else if $t==backdrop-active { + // + // backdrop pushed button FIXME no colors here! + // + $_bg: if($c!=$bg_color, darken($c,10%), $backdrop_dark_fill); + $_bc: if($variant=='light',$_bg,_border_color($c)); + + color: if($tc!=$fg_color, mix($tc,$_bg,80%), $backdrop_fg_color); + border-color: if($c!=$bg_color, $_bc, $backdrop_borders_color); + background-image: linear-gradient(to bottom, $_bg); + @include _shadows(inset 0 1px transparentize(white,1), + $_blank_edge); + } + + @else if $t==backdrop-insensitive { + // + // backdrop insensitive button + // + + $_bg: if($c!=$bg_color, mix($c,$base_color,85%), $insensitive_bg_color); + $_bc: if($variant=='light',$_bg,_border_color($c)); + + color: if($c!=$bg_color, mix($tc,$_bg,35%), $backdrop_insensitive_color); + border-color: if($c!=$bg_color, $_bc, $backdrop_borders_color); + background-image: linear-gradient(to bottom, $_bg); + text-shadow: none; + -gtk-icon-shadow: none; + // white with 0 alpha to avoid an ugly transition, since no color means + // black with 0 alpha + @include _shadows(inset 0 1px transparentize(white,1)); + > .label { color: inherit; } + } + + @else if $t==backdrop-insensitive-active { + // + // backdrop insensitive pushed button + // + + $_bg: if($c!=$bg_color, darken(mix($c,$base_color,85%),5%), + darken($insensitive_bg_color,5%)); + $_bc: if($variant=='light',$_bg,_border_color($c)); + + color: if($c!=$bg_color, mix($tc,$_bg,35%), $backdrop_insensitive_color); + border-color: if($c!=$bg_color, $_bc, $backdrop_borders_color); + background-image: linear-gradient(to bottom, $_bg); + + > .label { color: inherit; } + } + + @else if $t==osd { + // + // normal osd button + // + $_bg: if($c!=$bg_color, transparentize($c, 0.5), + $osd_bg_color); + + color: $fg_color; + border-color: $borders_color; + background-image: none; + background-color: $bg_color; + background-clip: padding-box; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; + font-weight: normal; + + } + @else if $t==osd-hover { + // + // active osd button + // + color: $fg_color; + border-color: $selected_bg_color; + background-image: none; + background-clip: padding-box; + text-shadow: none; + -gtk-icon-shadow: none; + + } + @else if $t==osd-active { + // + // active osd button + // + $_bg: if($c!=$bg_color, $c, $osd_borders_color); + + color: $selected_fg_color; + border-color: $osd_bg_color; + background-image: if($c!=$bg_color, linear-gradient(to bottom, + $c, + shade($c, 0.8)), + linear-gradient(to bottom, + $selected_bg_color, + shade($selected_bg_color,0.8))); + background-clip: padding-box; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; + + } + @else if $t==osd-insensitive { + // + // insensitive osd button + // + color: $insensitive_fg_color; + border-color: $insensitive_bg_color; + background-image: none; + background-clip: padding-box; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; + } + @else if $t==osd-backdrop { + // + // backdrop osd button + // + + background-clip: padding-box; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; + } + @else if $t==undecorated { + // + // reset + // + border-color: transparentize(white,1); + background-color: transparent; + background-image: none; + box-shadow:none; + + text-shadow: none; + -gtk-icon-shadow: none; + } +} + +@mixin trough($flat:false, $c:$bg_color, $tc:$fg_color, $noedge:false) { + color: mix($tc,$bg_color,80%); + @if $flat { background-image: linear-gradient(to bottom,$c); } + @else { + background-image: linear-gradient(to bottom, + mix(black,$c,15%) 5%, + mix(black,$c,10%) 20%, + mix(black,$c,10%) 90%, + $c); + } + + border-color: if($c!=$bg_color, _border_color($c), $border_color); + + @if not($noedge) { + @if lightness($c) > 60% { + box-shadow: inset 0 -1px $borders_edge, + 0 1px $borders_edge; + } + @else { + box-shadow: inset 0 -1px transparentize($borders_edge,0.5), + 0 1px transparentize($borders_edge,0.5); + } + } + @else { box-shadow: none; } +} + +@mixin progressbar_fill($d:horizontal) { + $dir: if($d==vertical,right,bottom); + background-image: linear-gradient(to $dir, $selected_bg_color 2px, + lighten($selected_bg_color,6%)); +} + +@function headerbar_gradient($c, $tc:lighten($c,4%)) { +// +// headerbar gradient helper function +// +// $c: base color +// $tc: top color +// + @return linear-gradient(to bottom, $tc, $c); +} + +@mixin headerbar_fill($c:$bg_color, $tc:lighten($c,4%), $hc:$top_hilight) { +// +// headerbar fill +// +// $c: base color +// $tc: top color +// $hc: top highlight color +// + background-image: none; + background-color: $titlebar_bg_color; + box-shadow: none; + +} + +@mixin overshoot($p, $t:normal, $c:$fg_color) { +// +// overshoot +// +// $p: position +// $t: type +// $c: base color +// +// possible $p values: +// top, bottom, right, left +// +// possible $t values: +// normal, backdrop +// + + $_small_gradient_length: 5%; + $_big_gradient_length: 100%; + + $_position: center top; + $_small_gradient_size: 100% $_small_gradient_length; + $_big_gradient_size: 100% $_big_gradient_length; + + @if $p==bottom { + $_position: center bottom; + $_linear_gradient_direction: to top; + } + + @else if $p==right { + $_position: right center; + $_small_gradient_size: $_small_gradient_length 100%; + $_big_gradient_size: $_big_gradient_length 100%; + } + + @else if $p==left { + $_position: left center; + $_small_gradient_size: $_small_gradient_length 100%; + $_big_gradient_size: $_big_gradient_length 100%; + } + + $_small_gradient_color: $c; + $_big_gradient_color: $c; + + @if $c==$fg_color { + $_small_gradient_color: darken($borders_color, 10%); + $_big_gradient_color: $fg_color; + + @if $t==backdrop { $_small_gradient_color: $backdrop_borders_color; } + } + + $_small_gradient: -gtk-gradient(radial, + $_position, 0, + $_position, 0.5, + to($_small_gradient_color), + to(transparentize($_small_gradient_color, 1))); + + $_big_gradient: -gtk-gradient(radial, + $_position, 0, + $_position, 0.6, + from(transparentize($_big_gradient_color, 0.93)), + to(transparentize($_big_gradient_color, 1))); + + @if $t==normal { + background-image: $_small_gradient, $_big_gradient; + background-size: $_small_gradient_size, $_big_gradient_size; + } + + @else if $t==backdrop { + background-image: $_small_gradient; + background-size: $_small_gradient_size; + } + + background-repeat: no-repeat; + background-position: $_position; + + background-color: transparent; // reset some properties to be sure to not inherit them somehow + border: none; // + box-shadow: none; // +} + +@mixin undershoot($p) { +// +// undershoot +// +// $p: position +// +// possible $p values: +// top, bottom, right, left +// + + $_undershoot_color_dark: transparentize(black, 0.8); + $_undershoot_color_light: transparentize(white, 0.8); + + $_gradient_dir: left; + $_dash_bg_size: 10px 1px; + $_gradient_repeat: repeat-x; + $_bg_pos: center $p; + + background-color: transparent; // shouldn't be needed, but better to be sure; + + @if ($p == left) or ($p == right) { + $_gradient_dir: top; + $_dash_bg_size: 1px 10px; + $_gradient_repeat: repeat-y; + $_bg_pos: $p center; + } + + background-image: linear-gradient(to $_gradient_dir, // this is the dashed line + $_undershoot_color_light 50%, + $_undershoot_color_dark 50%); + + padding-#{$p}: 1px; + background-size: $_dash_bg_size; + background-repeat: $_gradient_repeat; + background-origin: content-box; + background-position: $_bg_pos; +} diff --git a/.themes/papirus/gtk-3.0/assets.svg b/.themes/papirus/gtk-3.0/assets.svg new file mode 100644 index 00000000..4d3bcb34 --- /dev/null +++ b/.themes/papirus/gtk-3.0/assets.svg @@ -0,0 +1,5049 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="1000" + height="1052.3622" + id="svg9892" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="assets.svg"> + <defs + id="defs9894"> + <linearGradient + id="linearGradient5581-5-2-4-6-8-7"> + <stop + id="stop5583-0-92-8-0-7-6" + offset="0" + style="stop-color:#ffffff;stop-opacity:1" /> + <stop + style="stop-color:#ededed;stop-opacity:1;" + offset="0.40000001" + id="stop5585-4-7-2-7-9-9" /> + <stop + id="stop5587-6-7-2-0-3-1" + offset="1" + style="stop-color:#d3d3d3;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient5581-5-2-4-6-8-7-38"> + <stop + id="stop5583-0-92-8-0-7-6-2" + offset="0" + style="stop-color:#ffffff;stop-opacity:1" /> + <stop + style="stop-color:#ededed;stop-opacity:1;" + offset="0.40000001" + id="stop5585-4-7-2-7-9-9-14" /> + <stop + id="stop5587-6-7-2-0-3-1-05" + offset="1" + style="stop-color:#d3d3d3;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient5581-5-2-4-6-8-7-35-8"> + <stop + id="stop5583-0-92-8-0-7-6-5-1" + offset="0" + style="stop-color:#454c4c;stop-opacity:1;" /> + <stop + style="stop-color:#393f3f;stop-opacity:1;" + offset="0.40000001" + id="stop5585-4-7-2-7-9-9-92-0" /> + <stop + id="stop5587-6-7-2-0-3-1-21-5" + offset="1" + style="stop-color:#2d3232;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient5581-5-2-4-6-8-7-35-8-0"> + <stop + id="stop5583-0-92-8-0-7-6-5-1-2" + offset="0" + style="stop-color:#5b6464;stop-opacity:1;" /> + <stop + style="stop-color:#434a4a;stop-opacity:1;" + offset="0.40000001" + id="stop5585-4-7-2-7-9-9-92-0-5" /> + <stop + id="stop5587-6-7-2-0-3-1-21-5-7" + offset="1" + style="stop-color:#393f3f;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient5581-5-2-4-6-8-7-35-8-23"> + <stop + id="stop5583-0-92-8-0-7-6-5-1-35" + offset="0" + style="stop-color:#212424;stop-opacity:1" /> + <stop + id="stop5587-6-7-2-0-3-1-21-5-72" + offset="1" + style="stop-color:#2d3232;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient5581-5-2-4-6-8-7-35-8-50"> + <stop + id="stop5583-0-92-8-0-7-6-5-1-0" + offset="0" + style="stop-color:#454c4c;stop-opacity:1;" /> + <stop + style="stop-color:#393f3f;stop-opacity:1;" + offset="0.40000001" + id="stop5585-4-7-2-7-9-9-92-0-55" /> + <stop + id="stop5587-6-7-2-0-3-1-21-5-0" + offset="1" + style="stop-color:#2d3232;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient5581-5-2-4-6-8-7-35-8-0-2"> + <stop + id="stop5583-0-92-8-0-7-6-5-1-2-9" + offset="0" + style="stop-color:#5b6464;stop-opacity:1;" /> + <stop + style="stop-color:#434a4a;stop-opacity:1;" + offset="0.40000001" + id="stop5585-4-7-2-7-9-9-92-0-5-3" /> + <stop + id="stop5587-6-7-2-0-3-1-21-5-7-8" + offset="1" + style="stop-color:#393f3f;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient5581-5-2-4-6-8-7-35-8-23-74"> + <stop + id="stop5583-0-92-8-0-7-6-5-1-35-8" + offset="0" + style="stop-color:#212424;stop-opacity:1" /> + <stop + id="stop5587-6-7-2-0-3-1-21-5-72-27" + offset="1" + style="stop-color:#2d3232;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient5581-5-2-4-6-8-7-38-7"> + <stop + id="stop5583-0-92-8-0-7-6-2-3" + offset="0" + style="stop-color:#ffffff;stop-opacity:1" /> + <stop + style="stop-color:#ededed;stop-opacity:1;" + offset="0.40000001" + id="stop5585-4-7-2-7-9-9-14-97" /> + <stop + id="stop5587-6-7-2-0-3-1-05-6" + offset="1" + style="stop-color:#d3d3d3;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient5581-5-2-4-6-8-7-38-7-2"> + <stop + id="stop5583-0-92-8-0-7-6-2-3-3" + offset="0" + style="stop-color:#ffffff;stop-opacity:1" /> + <stop + style="stop-color:#ededed;stop-opacity:1;" + offset="0.40000001" + id="stop5585-4-7-2-7-9-9-14-97-6" /> + <stop + id="stop5587-6-7-2-0-3-1-05-6-5" + offset="1" + style="stop-color:#d3d3d3;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient5581-5-2-4-6-8-7-38-7-6"> + <stop + id="stop5583-0-92-8-0-7-6-2-3-4" + offset="0" + style="stop-color:#ffffff;stop-opacity:1" /> + <stop + style="stop-color:#ededed;stop-opacity:1;" + offset="0.40000001" + id="stop5585-4-7-2-7-9-9-14-97-1" /> + <stop + id="stop5587-6-7-2-0-3-1-05-6-59" + offset="1" + style="stop-color:#d3d3d3;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient5581-5-2-4-6-8-7-38-7-6-4"> + <stop + id="stop5583-0-92-8-0-7-6-2-3-4-7" + offset="0" + style="stop-color:#ffffff;stop-opacity:1" /> + <stop + style="stop-color:#ededed;stop-opacity:1;" + offset="0.40000001" + id="stop5585-4-7-2-7-9-9-14-97-1-8" /> + <stop + id="stop5587-6-7-2-0-3-1-05-6-59-5" + offset="1" + style="stop-color:#d3d3d3;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient5581-5-2-4-6-8-7-35-8-1"> + <stop + id="stop5583-0-92-8-0-7-6-5-1-7" + offset="0" + style="stop-color:#454c4c;stop-opacity:1;" /> + <stop + style="stop-color:#393f3f;stop-opacity:1;" + offset="0.40000001" + id="stop5585-4-7-2-7-9-9-92-0-4" /> + <stop + id="stop5587-6-7-2-0-3-1-21-5-74" + offset="1" + style="stop-color:#2d3232;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient5581-5-2-4-6-8-7-35-8-1-1"> + <stop + id="stop5583-0-92-8-0-7-6-5-1-7-8" + offset="0" + style="stop-color:#454c4c;stop-opacity:1;" /> + <stop + style="stop-color:#393f3f;stop-opacity:1;" + offset="0.40000001" + id="stop5585-4-7-2-7-9-9-92-0-4-6" /> + <stop + id="stop5587-6-7-2-0-3-1-21-5-74-2" + offset="1" + style="stop-color:#2d3232;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient5581-5-2-4-6-8-7-35-8-1-4"> + <stop + id="stop5583-0-92-8-0-7-6-5-1-7-1" + offset="0" + style="stop-color:#454c4c;stop-opacity:1;" /> + <stop + style="stop-color:#393f3f;stop-opacity:1;" + offset="0.40000001" + id="stop5585-4-7-2-7-9-9-92-0-4-8" /> + <stop + id="stop5587-6-7-2-0-3-1-21-5-74-0" + offset="1" + style="stop-color:#2d3232;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient5581-5-2-4-6-8-7-35-8-1-8"> + <stop + id="stop5583-0-92-8-0-7-6-5-1-7-3" + offset="0" + style="stop-color:#454c4c;stop-opacity:1;" /> + <stop + style="stop-color:#393f3f;stop-opacity:1;" + offset="0.40000001" + id="stop5585-4-7-2-7-9-9-92-0-4-1" /> + <stop + id="stop5587-6-7-2-0-3-1-21-5-74-22" + offset="1" + style="stop-color:#2d3232;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient5581-5-2-4-6-8-7-35-8-0-2-7"> + <stop + id="stop5583-0-92-8-0-7-6-5-1-2-9-5" + offset="0" + style="stop-color:#5b6464;stop-opacity:1;" /> + <stop + style="stop-color:#434a4a;stop-opacity:1;" + offset="0.40000001" + id="stop5585-4-7-2-7-9-9-92-0-5-3-7" /> + <stop + id="stop5587-6-7-2-0-3-1-21-5-7-8-21" + offset="1" + style="stop-color:#393f3f;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient5581-5-2-4-6-8-7-35-8-0-2-7-0"> + <stop + id="stop5583-0-92-8-0-7-6-5-1-2-9-5-5" + offset="0" + style="stop-color:#5b6464;stop-opacity:1;" /> + <stop + style="stop-color:#434a4a;stop-opacity:1;" + offset="0.40000001" + id="stop5585-4-7-2-7-9-9-92-0-5-3-7-7" /> + <stop + id="stop5587-6-7-2-0-3-1-21-5-7-8-21-6" + offset="1" + style="stop-color:#393f3f;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient5581-5-2-4-6-8-7-35-8-0-2-7-3"> + <stop + id="stop5583-0-92-8-0-7-6-5-1-2-9-5-4" + offset="0" + style="stop-color:#5b6464;stop-opacity:1;" /> + <stop + style="stop-color:#434a4a;stop-opacity:1;" + offset="0.40000001" + id="stop5585-4-7-2-7-9-9-92-0-5-3-7-77" /> + <stop + id="stop5587-6-7-2-0-3-1-21-5-7-8-21-7" + offset="1" + style="stop-color:#393f3f;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient5581-5-2-4-6-8-7-35-8-0-2-7-34"> + <stop + id="stop5583-0-92-8-0-7-6-5-1-2-9-5-3" + offset="0" + style="stop-color:#5b6464;stop-opacity:1;" /> + <stop + style="stop-color:#434a4a;stop-opacity:1;" + offset="0.40000001" + id="stop5585-4-7-2-7-9-9-92-0-5-3-7-5" /> + <stop + id="stop5587-6-7-2-0-3-1-21-5-7-8-21-71" + offset="1" + style="stop-color:#393f3f;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient5581-5-2-4-6-8-7-35-8-0-2-7-7"> + <stop + id="stop5583-0-92-8-0-7-6-5-1-2-9-5-1" + offset="0" + style="stop-color:#5b6464;stop-opacity:1;" /> + <stop + style="stop-color:#434a4a;stop-opacity:1;" + offset="0.40000001" + id="stop5585-4-7-2-7-9-9-92-0-5-3-7-75" /> + <stop + id="stop5587-6-7-2-0-3-1-21-5-7-8-21-1" + offset="1" + style="stop-color:#393f3f;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient5581-5-2-4-6-8-7-35-8-0-2-7-7-2"> + <stop + id="stop5583-0-92-8-0-7-6-5-1-2-9-5-1-1" + offset="0" + style="stop-color:#5b6464;stop-opacity:1;" /> + <stop + style="stop-color:#434a4a;stop-opacity:1;" + offset="0.40000001" + id="stop5585-4-7-2-7-9-9-92-0-5-3-7-75-3" /> + <stop + id="stop5587-6-7-2-0-3-1-21-5-7-8-21-1-1" + offset="1" + style="stop-color:#393f3f;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient5581-5-2-4-6-8-7-35-8-0-2-7-7-46"> + <stop + id="stop5583-0-92-8-0-7-6-5-1-2-9-5-1-9" + offset="0" + style="stop-color:#5b6464;stop-opacity:1;" /> + <stop + style="stop-color:#434a4a;stop-opacity:1;" + offset="0.40000001" + id="stop5585-4-7-2-7-9-9-92-0-5-3-7-75-0" /> + <stop + id="stop5587-6-7-2-0-3-1-21-5-7-8-21-1-6" + offset="1" + style="stop-color:#393f3f;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient5581-5-2-4-6-8-7-35-8-0-2-7-7-3"> + <stop + id="stop5583-0-92-8-0-7-6-5-1-2-9-5-1-2" + offset="0" + style="stop-color:#5b6464;stop-opacity:1;" /> + <stop + style="stop-color:#434a4a;stop-opacity:1;" + offset="0.40000001" + id="stop5585-4-7-2-7-9-9-92-0-5-3-7-75-64" /> + <stop + id="stop5587-6-7-2-0-3-1-21-5-7-8-21-1-85" + offset="1" + style="stop-color:#393f3f;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient5581-5-2-4-6-8-7-0"> + <stop + id="stop5583-0-92-8-0-7-6-4" + offset="0" + style="stop-color:#ffffff;stop-opacity:1" /> + <stop + style="stop-color:#ededed;stop-opacity:1;" + offset="0.40000001" + id="stop5585-4-7-2-7-9-9-69" /> + <stop + id="stop5587-6-7-2-0-3-1-9" + offset="1" + style="stop-color:#d3d3d3;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient5581-5-2-4-6-8-7-38-6"> + <stop + id="stop5583-0-92-8-0-7-6-2-0" + offset="0" + style="stop-color:#ffffff;stop-opacity:1" /> + <stop + style="stop-color:#ededed;stop-opacity:1;" + offset="0.40000001" + id="stop5585-4-7-2-7-9-9-14-6" /> + <stop + id="stop5587-6-7-2-0-3-1-05-4" + offset="1" + style="stop-color:#d3d3d3;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="1.4142136" + inkscape:cx="424.47824" + inkscape:cy="1236.1751" + inkscape:document-units="px" + inkscape:current-layer="layer3" + showgrid="false" + showborder="false" + inkscape:window-width="1366" + inkscape:window-height="709" + inkscape:window-x="0" + inkscape:window-y="27" + inkscape:window-maximized="1" + inkscape:snap-nodes="true" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:snap-global="false" + showguides="false" + inkscape:guide-bbox="true" + inkscape:bbox-nodes="true" + inkscape:object-nodes="true"> + <inkscape:grid + type="xygrid" + id="grid10919" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + <sodipodi:guide + orientation="1,0" + position="371.875,774.25" + id="guide8384" /> + </sodipodi:namedview> + <metadata + id="metadata9897"> + <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:groupmode="layer" + id="layer3" + inkscape:label="superbackdrop" + style="display:inline"> + <rect + style="color:#000000;fill:#393f3f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.99999994;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect18026" + width="350" + height="470" + x="-7" + y="155.36218" + rx="0" + ry="0" /> + <rect + ry="0" + rx="0" + y="-155.36218" + x="-7" + height="440" + width="350" + id="rect18028" + style="color:#000000;fill:#eeeeec;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.99999994;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="scale(1,-1)" /> + <rect + ry="0" + rx="0" + y="155.36218" + x="342" + height="470" + width="350" + id="rect8047" + style="color:#000000;fill:#3daee9;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.99999994;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <rect + ry="0" + rx="0" + y="-284.63782" + x="343" + height="440" + width="349" + id="rect8047-5" + style="color:#000000;fill:#3daee9;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.99999994;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <g + transform="translate(388.69988,-115.99397)" + id="titlebutton-close" + inkscape:label="#g5540"> + <g + transform="translate(-0.45049286,0.38292074)" + id="g5335"> + <circle + style="opacity:1;fill:#fcfcfc;fill-opacity:1;stroke:#fcfcfc;stroke-width:0.99710011;stroke-opacity:1" + id="path5248" + cx="-99.165039" + cy="10.151445" + r="7.5014501" /> + <path + style="opacity:1;fill:none;fill-rule:evenodd;stroke:#41484f;stroke-width:0.83612955px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="m -102.2014,7.1417186 6.072723,6.0194534" + id="path5317" + inkscape:connector-curvature="0" /> + <path + inkscape:connector-curvature="0" + id="path5319" + d="m -102.2014,13.161172 6.072723,-6.0194534" + style="opacity:1;fill:none;fill-rule:evenodd;stroke:#41484f;stroke-width:0.83612955px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + </g> + </g> + <g + transform="translate(388.69988,-115.99397)" + id="titlebutton-maximize" + inkscape:label="#g5535"> + <g + transform="translate(-0.80316925,-0.38292074)" + id="g5340"> + <circle + r="7.5014501" + cy="10.917287" + cx="-118.89671" + id="circle5321" + style="opacity:0;fill:#31363b;fill-opacity:1;stroke:#31363b;stroke-width:0.99710011;stroke-opacity:1" /> + <path + style="fill:none;fill-rule:evenodd;stroke:#fcfcfc;stroke-width:0.85547912px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="m -124.02959,13.634953 5.13288,-5.1328752 5.13287,5.1328752" + id="path5329" + inkscape:connector-curvature="0" /> + </g> + </g> + <g + transform="translate(388.69988,-115.99397)" + id="titlebutton-minimize" + inkscape:label="#g5530"> + <g + transform="translate(-0.45049286,0.29602385)" + id="g5344"> + <circle + style="opacity:0;fill:#31363b;fill-opacity:1;stroke:#31363b;stroke-width:0.99710011;stroke-opacity:1" + id="circle5333" + cx="-139.33374" + cy="10.238342" + r="7.5014501" /> + <path + inkscape:connector-curvature="0" + id="path5331" + d="m -144.46661,7.5206753 5.13287,5.1328757 5.13288,-5.1328757" + style="fill:none;fill-rule:evenodd;stroke:#fcfcfc;stroke-width:0.85547912px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + </g> + </g> + <g + transform="translate(388.69988,-115.99397)" + id="titlebutton-close-hover" + inkscape:label="#g5524"> + <circle + style="opacity:1;fill:#ff98a2;fill-opacity:1;stroke:#ff98a2;stroke-width:0.99710011;stroke-opacity:1" + id="circle5350" + cx="-99.615532" + cy="30.35615" + r="7.5014501" /> + <g + transform="translate(-0.09009552,-0.18019676)" + style="stroke:#fcfcfc;stroke-opacity:1" + id="g5424"> + <path + inkscape:connector-curvature="0" + id="path5352" + d="m -102.5618,27.52662 6.072727,6.019453" + style="opacity:1;fill:none;fill-rule:evenodd;stroke:#41484f;stroke-width:0.83612955px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <path + style="opacity:1;fill:none;fill-rule:evenodd;stroke:#41484f;stroke-width:0.83612955px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="m -102.5618,33.546073 6.072727,-6.019453" + id="path5354" + inkscape:connector-curvature="0" /> + </g> + </g> + <g + transform="translate(388.69988,-115.99397)" + id="titlebutton-maximize-hover" + inkscape:label="#g5520"> + <circle + r="7.5014501" + cy="30.35615" + cx="-119.69988" + id="circle5358" + style="opacity:1;fill:#fcfcfc;fill-opacity:1;stroke:#fcfcfc;stroke-width:0.99710011;stroke-opacity:1" /> + <path + style="fill:none;fill-rule:evenodd;stroke:#41484f;stroke-width:0.85547912px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="m -124.83276,33.073816 5.13288,-5.132875 5.13287,5.132875" + id="path5360" + inkscape:connector-curvature="0" /> + </g> + <g + transform="translate(388.69988,-115.99397)" + id="titlebutton-minimize-hover" + inkscape:label="#g5516"> + <circle + style="opacity:1;fill:#fcfcfc;fill-opacity:1;stroke:#fcfcfc;stroke-width:0.99710011;stroke-opacity:1" + id="circle5364" + cx="-139.78423" + cy="30.35615" + r="7.5014501" /> + <path + inkscape:connector-curvature="0" + id="path5366" + d="m -144.91711,27.638482 5.13287,5.132876 5.13288,-5.132876" + style="fill:none;fill-rule:evenodd;stroke:#41484f;stroke-width:0.85547912px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + </g> + <g + transform="translate(388.69988,-115.99397)" + id="titlebutton-close-active" + inkscape:label="#g5511"> + <circle + r="7.5014501" + cy="50.177929" + cx="-99.61554" + id="circle5370" + style="opacity:1;fill:#da4453;fill-opacity:1;stroke:#da4453;stroke-width:0.99710011;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + id="path5372" + d="m -102.65189,47.168204 6.07272,6.019453" + style="opacity:1;fill:none;fill-rule:evenodd;stroke:#41484f;stroke-width:0.83612955px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <path + style="opacity:1;fill:none;fill-rule:evenodd;stroke:#41484f;stroke-width:0.83612955px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="m -102.65189,53.187657 6.07272,-6.019453" + id="path5374" + inkscape:connector-curvature="0" /> + </g> + <g + transform="translate(388.69988,-115.99397)" + id="titlebutton-maximize-active" + inkscape:label="#g5507"> + <circle + style="opacity:1;fill:#798085;fill-opacity:1;stroke:#798085;stroke-width:0.99710011;stroke-opacity:1" + id="circle5378" + cx="-119.69989" + cy="50.177933" + r="7.5014501" /> + <path + inkscape:connector-curvature="0" + id="path5380" + d="m -124.83276,52.895597 5.13288,-5.132875 5.13287,5.132875" + style="fill:none;fill-rule:evenodd;stroke:#41484f;stroke-width:0.85547912px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + </g> + <g + transform="translate(388.69988,-115.99397)" + id="titlebutton-minimize-active" + inkscape:label="#g5503"> + <circle + r="7.5014501" + cy="50.177929" + cx="-139.78423" + id="circle5384" + style="opacity:1;fill:#798085;fill-opacity:1;stroke:#798085;stroke-width:0.99710011;stroke-opacity:1" /> + <path + style="fill:none;fill-rule:evenodd;stroke:#41484f;stroke-width:0.85547912px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="m -144.9171,47.460263 5.13287,5.132876 5.13288,-5.132876" + id="path5386" + inkscape:connector-curvature="0" /> + </g> + <path + style="opacity:1;fill:#bfc1c3;fill-opacity:1;stroke:#bfc1c3;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 289.58203,-132.9596 a 7.9999948,7.9999948 0 0 0 -8,8 7.9999948,7.9999948 0 0 0 8,8 7.9999948,7.9999948 0 0 0 8,-8 7.9999948,7.9999948 0 0 0 -8,-8 z m -2.74219,4.69336 2.74219,2.71874 2.74219,-2.71874 0.58789,0.59374 -2.73633,2.7129 2.73633,2.71289 -0.58789,0.59375 -2.74219,-2.71875 -2.74219,2.71875 -0.58789,-0.59375 2.73633,-2.71289 -2.73633,-2.7129 0.58789,-0.59374 z" + id="titlebutton-close-backdrop" + inkscape:connector-curvature="0" + inkscape:label="#circle5241" /> + <g + id="g5289" /> + <g + id="titlebutton-maximize-backdrop" + inkscape:label="#g5284"> + <circle + r="7.5014501" + cy="-124.9596" + cx="269" + id="circle5251" + style="opacity:0;fill:#41484f;fill-opacity:1;stroke:#41484f;stroke-width:0.99710011;stroke-opacity:1" /> + <path + style="fill:none;fill-rule:evenodd;stroke:#bfc1c3;stroke-width:0.85547912px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="m 263.86712,-122.24194 5.13288,-5.13287 5.13287,5.13287" + id="path5253" + inkscape:connector-curvature="0" /> + </g> + <g + id="titlebutton-minimize-backdrop" + inkscape:label="#g5280"> + <circle + style="opacity:0;fill:#41484f;fill-opacity:1;stroke:#41484f;stroke-width:0.99710011;stroke-opacity:1" + id="circle5259" + cx="248.91565" + cy="-124.95961" + r="7.5014501" /> + <path + inkscape:connector-curvature="0" + id="path5261" + d="m 243.78278,-127.67727 5.13287,5.13287 5.13288,-5.13287" + style="fill:none;fill-rule:evenodd;stroke:#bfc1c3;stroke-width:0.85547912px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + </g> + <g + id="checkbox-unchecked-active" + transform="translate(39.593252,-1021.6703)" + inkscape:label="#g4281"> + <path + inkscape:connector-curvature="0" + id="rect6623" + d="m -2.9816726,1072.0145 c 0.112241,0.2502 0.177734,0.5253 0.177734,0.8183 l 0,11 c 0,1.108 -0.892,2 -2,2 l -11.0000004,0 c -0.294549,0 -0.570945,-0.066 -0.822265,-0.1797 0.312229,0.6963 1.00725,1.1797 1.822265,1.1797 l 11.0000004,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-0.8134 -0.48367,-1.5052 -1.177734,-1.8183 z" + style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#bfc1c3;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + id="rect6640" + d="m -15.803939,1070.8328 c -1.108,0 -2,0.892 -2,2 l 0,11 c 0,1.108 0.892,2 2,2 l 11.0000004,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-1.108 -0.892,-2 -2,-2 l -11.0000004,0 z m 0.732422,1 9.5351564,0 c 0.960267,0 1.732422,0.7741 1.732422,1.7344 l 0,9.5332 c 0,0.9603 -0.772155,1.7324 -1.732422,1.7324 l -9.5351564,0 c -0.960266,0 -1.732422,-0.7721 -1.732422,-1.7324 l 0,-9.5332 c 0,-0.9603 0.772156,-1.7344 1.732422,-1.7344 z" + style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + <g + id="checkbox-unchecked-hover" + transform="translate(39.593252,-1021.6703)" + inkscape:label="#g4285"> + <path + inkscape:connector-curvature="0" + style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#bfc1c3;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m -3.077716,1054.7156 c 0.112241,0.2502 0.177734,0.5253 0.177734,0.8183 l 0,11 c 0,1.108 -0.892,2 -2,2 l -11,0 c -0.29455,0 -0.570945,-0.066 -0.822265,-0.1797 0.312228,0.6963 1.00725,1.1797 1.822265,1.1797 l 11,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-0.8134 -0.48367,-1.5052 -1.177734,-1.8183 z" + id="path4135" /> + <path + inkscape:connector-curvature="0" + style="opacity:1;fill:#96cdf1;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m -15.899982,1053.5339 c -1.108,0 -2,0.892 -2,2 l 0,11 c 0,1.108 0.892,2 2,2 l 11,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-1.108 -0.892,-2 -2,-2 l -11,0 z m 0.732422,1 9.535156,0 c 0.960267,0 1.732422,0.7741 1.732422,1.7344 l 0,9.5332 c 0,0.9603 -0.772155,1.7324 -1.732422,1.7324 l -9.535156,0 c -0.960267,0 -1.732422,-0.7721 -1.732422,-1.7324 l 0,-9.5332 c 0,-0.9603 0.772155,-1.7344 1.732422,-1.7344 z" + id="path4137" /> + </g> + <g + id="checkbox-unchecked" + transform="translate(39.593252,-1020.9105)" + inkscape:label="#g4241"> + <path + inkscape:connector-curvature="0" + style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#bfc1c3;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m -2.9455911,1037.4091 c 0.112241,0.2502 0.177734,0.5253 0.177734,0.8183 l 0,11 c 0,1.108 -0.892,2 -2,2 l -10.9999999,0 c -0.29455,0 -0.570946,-0.066 -0.822266,-0.1797 0.312229,0.6963 1.00725,1.1797 1.822266,1.1797 l 10.9999999,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-0.8134 -0.48367,-1.5052 -1.177734,-1.8183 z" + id="path4139" /> + <path + inkscape:connector-curvature="0" + style="opacity:1;fill:#bdc3c7;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m -15.767857,1036.2274 c -1.108,0 -2,0.892 -2,2 l 0,11 c 0,1.108 0.892,2 2,2 l 10.9999999,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-1.108 -0.892,-2 -2,-2 l -10.9999999,0 z m 0.732422,1 9.5351559,0 c 0.960267,0 1.732422,0.7741 1.732422,1.7344 l 0,9.5332 c 0,0.9603 -0.772155,1.7324 -1.732422,1.7324 l -9.5351559,0 c -0.960267,0 -1.732422,-0.7721 -1.732422,-1.7324 l 0,-9.5332 c 0,-0.9603 0.772155,-1.7344 1.732422,-1.7344 z" + id="path4141" /> + </g> + <g + id="checkbox-checked" + transform="translate(40.83559,-1021.1815)" + inkscape:label="#g4230"> + <g + transform="translate(-0.22411079,0.21904445)" + id="g4147"> + <path + inkscape:connector-curvature="0" + id="path4143" + d="m 15.277256,1037.461 c 0.112241,0.2502 0.177734,0.5253 0.177734,0.8183 l 0,11 c 0,1.108 -0.892,2 -2,2 l -11.0000004,0 c -0.294549,0 -0.570945,-0.066 -0.822265,-0.1797 0.312229,0.6963 1.00725,1.1797 1.822265,1.1797 l 11.0000004,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-0.8134 -0.48367,-1.5052 -1.177734,-1.8183 z" + style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#bfc1c3;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + id="path4145" + d="m 2.4549896,1036.2793 c -1.108,0 -2.00000003,0.892 -2.00000003,2 l 0,11 c 0,1.108 0.89200003,2 2.00000003,2 l 11.0000004,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-1.108 -0.892,-2 -2,-2 l -11.0000004,0 z m 0.732422,1 9.5351564,0 c 0.960267,0 1.732422,0.7741 1.732422,1.7344 l 0,9.5332 c 0,0.9603 -0.772155,1.7324 -1.732422,1.7324 l -9.5351564,0 c -0.960266,0 -1.732422,-0.7721 -1.732422,-1.7324 l 0,-9.5332 c 0,-0.9603 0.772156,-1.7344 1.732422,-1.7344 z" + style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + <rect + ry="1.1002449" + rx="1.100245" + y="1039.4983" + x="3.2308738" + height="9" + width="9" + id="rect4202" + style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:none;stroke-width:0.82000297;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + <g + id="checkbox-mixed" + transform="translate(39.593252,-1021.6703)" + inkscape:label="#g4236"> + <path + inkscape:connector-curvature="0" + id="path4206" + d="m 35.536557,1038.1689 c 0.112241,0.2502 0.177734,0.5253 0.177734,0.8183 l 0,11 c 0,1.108 -0.892,2 -2,2 l -11,0 c -0.294549,0 -0.570945,-0.066 -0.822265,-0.1797 0.312229,0.6963 1.00725,1.1797 1.822265,1.1797 l 11,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-0.8134 -0.48367,-1.5052 -1.177734,-1.8183 z" + style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#bfc1c3;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + id="path4208" + d="m 22.714291,1036.9872 c -1.108,0 -2,0.892 -2,2 l 0,11 c 0,1.108 0.892,2 2,2 l 11,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-1.108 -0.892,-2 -2,-2 l -11,0 z m 0.732422,1 9.535156,0 c 0.960267,0 1.732422,0.7741 1.732422,1.7344 l 0,9.5332 c 0,0.9603 -0.772155,1.7324 -1.732422,1.7324 l -9.535156,0 c -0.960266,0 -1.732422,-0.7721 -1.732422,-1.7324 l 0,-9.5332 c 0,-0.9603 0.772156,-1.7344 1.732422,-1.7344 z" + style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <rect + style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:none;stroke-width:0.82000297;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect4210" + width="9" + height="3" + x="23.714291" + y="1042.9872" + rx="1" + ry="1" /> + </g> + <g + transform="translate(40.921313,-1004.6348)" + id="checkbox-checked-hover" + inkscape:label="#g4245"> + <g + id="g4247" + transform="translate(-0.22411079,0.21904445)"> + <path + style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#bfc1c3;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 15.277256,1037.461 c 0.112241,0.2502 0.177734,0.5253 0.177734,0.8183 l 0,11 c 0,1.108 -0.892,2 -2,2 l -11.0000004,0 c -0.294549,0 -0.570945,-0.066 -0.822265,-0.1797 0.312229,0.6963 1.00725,1.1797 1.822265,1.1797 l 11.0000004,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-0.8134 -0.48367,-1.5052 -1.177734,-1.8183 z" + id="path4249" + inkscape:connector-curvature="0" /> + <path + style="opacity:1;fill:#96cdf1;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 2.4549896,1036.2793 c -1.108,0 -2.00000003,0.892 -2.00000003,2 l 0,11 c 0,1.108 0.89200003,2 2.00000003,2 l 11.0000004,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-1.108 -0.892,-2 -2,-2 l -11.0000004,0 z m 0.732422,1 9.5351564,0 c 0.960267,0 1.732422,0.7741 1.732422,1.7344 l 0,9.5332 c 0,0.9603 -0.772155,1.7324 -1.732422,1.7324 l -9.5351564,0 c -0.960266,0 -1.732422,-0.7721 -1.732422,-1.7324 l 0,-9.5332 c 0,-0.9603 0.772156,-1.7344 1.732422,-1.7344 z" + id="path4251" + inkscape:connector-curvature="0" /> + </g> + <rect + style="opacity:1;fill:#96cdf1;fill-opacity:1;stroke:none;stroke-width:0.82000297;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect4253" + width="9" + height="9" + x="3.2308738" + y="1039.4983" + rx="1.100245" + ry="1.1002449" /> + </g> + <g + id="checkbox-mixed-hover" + transform="translate(40.396825,-1005.1236)" + inkscape:label="#g4255"> + <path + style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#bfc1c3;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 35.536557,1038.1689 c 0.112241,0.2502 0.177734,0.5253 0.177734,0.8183 l 0,11 c 0,1.108 -0.892,2 -2,2 l -11,0 c -0.294549,0 -0.570945,-0.066 -0.822265,-0.1797 0.312229,0.6963 1.00725,1.1797 1.822265,1.1797 l 11,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-0.8134 -0.48367,-1.5052 -1.177734,-1.8183 z" + id="path4257" + inkscape:connector-curvature="0" /> + <path + style="opacity:1;fill:#96cdf1;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 22.714291,1036.9872 c -1.108,0 -2,0.892 -2,2 l 0,11 c 0,1.108 0.892,2 2,2 l 11,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-1.108 -0.892,-2 -2,-2 l -11,0 z m 0.732422,1 9.535156,0 c 0.960267,0 1.732422,0.7741 1.732422,1.7344 l 0,9.5332 c 0,0.9603 -0.772155,1.7324 -1.732422,1.7324 l -9.535156,0 c -0.960266,0 -1.732422,-0.7721 -1.732422,-1.7324 l 0,-9.5332 c 0,-0.9603 0.772156,-1.7344 1.732422,-1.7344 z" + id="path4259" + inkscape:connector-curvature="0" /> + <rect + ry="1" + rx="1" + y="1042.9872" + x="23.714291" + height="3" + width="9" + id="rect4261" + style="opacity:1;fill:#96cdf1;fill-opacity:1;stroke:none;stroke-width:0.82000297;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + <g + id="checkbox-checked-active" + transform="translate(40.969336,-987.3359)" + inkscape:label="#g4263"> + <g + transform="translate(-0.22411079,0.21904445)" + id="g4265"> + <path + inkscape:connector-curvature="0" + id="path4267" + d="m 15.277256,1037.461 c 0.112241,0.2502 0.177734,0.5253 0.177734,0.8183 l 0,11 c 0,1.108 -0.892,2 -2,2 l -11.0000004,0 c -0.294549,0 -0.570945,-0.066 -0.822265,-0.1797 0.312229,0.6963 1.00725,1.1797 1.822265,1.1797 l 11.0000004,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-0.8134 -0.48367,-1.5052 -1.177734,-1.8183 z" + style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#bfc1c3;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + id="path4269" + d="m 2.4549896,1036.2793 c -1.108,0 -2.00000003,0.892 -2.00000003,2 l 0,11 c 0,1.108 0.89200003,2 2.00000003,2 l 11.0000004,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-1.108 -0.892,-2 -2,-2 l -11.0000004,0 z m 0.732422,1 9.5351564,0 c 0.960267,0 1.732422,0.7741 1.732422,1.7344 l 0,9.5332 c 0,0.9603 -0.772155,1.7324 -1.732422,1.7324 l -9.5351564,0 c -0.960266,0 -1.732422,-0.7721 -1.732422,-1.7324 l 0,-9.5332 c 0,-0.9603 0.772156,-1.7344 1.732422,-1.7344 z" + style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + <rect + ry="1.1002449" + rx="1.100245" + y="1039.4983" + x="3.2308738" + height="9" + width="9" + id="rect4271" + style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:none;stroke-width:0.82000297;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + <g + transform="translate(40.396825,-987.8247)" + id="checkbox-mixed-active" + inkscape:label="#g4273"> + <path + inkscape:connector-curvature="0" + id="path4275" + d="m 35.536557,1038.1689 c 0.112241,0.2502 0.177734,0.5253 0.177734,0.8183 l 0,11 c 0,1.108 -0.892,2 -2,2 l -11,0 c -0.294549,0 -0.570945,-0.066 -0.822265,-0.1797 0.312229,0.6963 1.00725,1.1797 1.822265,1.1797 l 11,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-0.8134 -0.48367,-1.5052 -1.177734,-1.8183 z" + style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#bfc1c3;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + id="path4277" + d="m 22.714291,1036.9872 c -1.108,0 -2,0.892 -2,2 l 0,11 c 0,1.108 0.892,2 2,2 l 11,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-1.108 -0.892,-2 -2,-2 l -11,0 z m 0.732422,1 9.535156,0 c 0.960267,0 1.732422,0.7741 1.732422,1.7344 l 0,9.5332 c 0,0.9603 -0.772155,1.7324 -1.732422,1.7324 l -9.535156,0 c -0.960266,0 -1.732422,-0.7721 -1.732422,-1.7324 l 0,-9.5332 c 0,-0.9603 0.772156,-1.7344 1.732422,-1.7344 z" + style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <rect + style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:none;stroke-width:0.82000297;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect4279" + width="9" + height="3" + x="23.714291" + y="1042.9872" + rx="1" + ry="1" /> + </g> + <g + id="checkbox-unchecked-insensitive" + transform="translate(39.593252,-1004.5275)" + inkscape:label="#g4289"> + <path + style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#bfc1c3;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m -2.9816726,1072.0145 c 0.112241,0.2502 0.177734,0.5253 0.177734,0.8183 l 0,11 c 0,1.108 -0.892,2 -2,2 l -11.0000004,0 c -0.294549,0 -0.570945,-0.066 -0.822265,-0.1797 0.312229,0.6963 1.00725,1.1797 1.822265,1.1797 l 11.0000004,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-0.8134 -0.48367,-1.5052 -1.177734,-1.8183 z" + id="path4291" + inkscape:connector-curvature="0" /> + <path + style="opacity:1;fill:#e6e6e6;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m -15.803939,1070.8328 c -1.108,0 -2,0.892 -2,2 l 0,11 c 0,1.108 0.892,2 2,2 l 11.0000004,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-1.108 -0.892,-2 -2,-2 l -11.0000004,0 z m 0.732422,1 9.5351564,0 c 0.960267,0 1.732422,0.7741 1.732422,1.7344 l 0,9.5332 c 0,0.9603 -0.772155,1.7324 -1.732422,1.7324 l -9.5351564,0 c -0.960266,0 -1.732422,-0.7721 -1.732422,-1.7324 l 0,-9.5332 c 0,-0.9603 0.772156,-1.7344 1.732422,-1.7344 z" + id="path4293" + inkscape:connector-curvature="0" /> + </g> + <g + transform="translate(40.969336,-970.193)" + id="checkbox-checked-insensitive" + inkscape:label="#g4295"> + <g + id="g4297" + transform="translate(-0.22411079,0.21904445)"> + <path + style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#bfc1c3;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 15.277256,1037.461 c 0.112241,0.2502 0.177734,0.5253 0.177734,0.8183 l 0,11 c 0,1.108 -0.892,2 -2,2 l -11.0000004,0 c -0.294549,0 -0.570945,-0.066 -0.822265,-0.1797 0.312229,0.6963 1.00725,1.1797 1.822265,1.1797 l 11.0000004,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-0.8134 -0.48367,-1.5052 -1.177734,-1.8183 z" + id="path4299" + inkscape:connector-curvature="0" /> + <path + style="opacity:1;fill:#e6e6e6;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 2.4549896,1036.2793 c -1.108,0 -2.00000003,0.892 -2.00000003,2 l 0,11 c 0,1.108 0.89200003,2 2.00000003,2 l 11.0000004,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-1.108 -0.892,-2 -2,-2 l -11.0000004,0 z m 0.732422,1 9.5351564,0 c 0.960267,0 1.732422,0.7741 1.732422,1.7344 l 0,9.5332 c 0,0.9603 -0.772155,1.7324 -1.732422,1.7324 l -9.5351564,0 c -0.960266,0 -1.732422,-0.7721 -1.732422,-1.7324 l 0,-9.5332 c 0,-0.9603 0.772156,-1.7344 1.732422,-1.7344 z" + id="path4301" + inkscape:connector-curvature="0" /> + </g> + <rect + style="opacity:1;fill:#e6e6e6;fill-opacity:1;stroke:none;stroke-width:0.82000297;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect4303" + width="9" + height="9" + x="3.2308738" + y="1039.4983" + rx="1.100245" + ry="1.1002449" /> + </g> + <g + id="checkbox-mixed-insensitive" + transform="translate(40.396825,-970.6818)" + inkscape:label="#g4305"> + <path + style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#bfc1c3;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 35.536557,1038.1689 c 0.112241,0.2502 0.177734,0.5253 0.177734,0.8183 l 0,11 c 0,1.108 -0.892,2 -2,2 l -11,0 c -0.294549,0 -0.570945,-0.066 -0.822265,-0.1797 0.312229,0.6963 1.00725,1.1797 1.822265,1.1797 l 11,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-0.8134 -0.48367,-1.5052 -1.177734,-1.8183 z" + id="path4307" + inkscape:connector-curvature="0" /> + <path + style="opacity:1;fill:#e6e6e6;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 22.714291,1036.9872 c -1.108,0 -2,0.892 -2,2 l 0,11 c 0,1.108 0.892,2 2,2 l 11,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-1.108 -0.892,-2 -2,-2 l -11,0 z m 0.732422,1 9.535156,0 c 0.960267,0 1.732422,0.7741 1.732422,1.7344 l 0,9.5332 c 0,0.9603 -0.772155,1.7324 -1.732422,1.7324 l -9.535156,0 c -0.960266,0 -1.732422,-0.7721 -1.732422,-1.7324 l 0,-9.5332 c 0,-0.9603 0.772156,-1.7344 1.732422,-1.7344 z" + id="path4309" + inkscape:connector-curvature="0" /> + <rect + ry="1" + rx="1" + y="1042.9872" + x="23.714291" + height="3" + width="9" + id="rect4311" + style="opacity:1;fill:#e6e6e6;fill-opacity:1;stroke:none;stroke-width:0.82000297;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + <g + transform="translate(40.307537,-952.3391)" + id="checkbox-unchecked-backdrop" + inkscape:label="#g7092"> + <path + id="path7094" + d="m -2.9455911,1037.4091 c 0.112241,0.2502 0.177734,0.5253 0.177734,0.8183 l 0,11 c 0,1.108 -0.892,2 -2,2 l -10.9999999,0 c -0.29455,0 -0.570946,-0.066 -0.822266,-0.1797 0.312229,0.6963 1.00725,1.1797 1.822266,1.1797 l 10.9999999,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-0.8134 -0.48367,-1.5052 -1.177734,-1.8183 z" + style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#bfc1c3;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + inkscape:connector-curvature="0" /> + <path + id="path7096" + d="m -15.767857,1036.2274 c -1.108,0 -2,0.892 -2,2 l 0,11 c 0,1.108 0.892,2 2,2 l 10.9999999,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-1.108 -0.892,-2 -2,-2 l -10.9999999,0 z m 0.732422,1 9.5351559,0 c 0.960267,0 1.732422,0.7741 1.732422,1.7344 l 0,9.5332 c 0,0.9603 -0.772155,1.7324 -1.732422,1.7324 l -9.5351559,0 c -0.960267,0 -1.732422,-0.7721 -1.732422,-1.7324 l 0,-9.5332 c 0,-0.9603 0.772155,-1.7344 1.732422,-1.7344 z" + style="opacity:1;fill:#bdc3c7;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + inkscape:connector-curvature="0" /> + </g> + <g + transform="translate(41.549875,-952.61)" + id="checkbox-checked-backdrop" + inkscape:label="#g7098"> + <g + id="g7100" + transform="translate(-0.22411079,0.21904445)"> + <path + style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#bfc1c3;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 15.277256,1037.461 c 0.112241,0.2502 0.177734,0.5253 0.177734,0.8183 l 0,11 c 0,1.108 -0.892,2 -2,2 l -11.0000004,0 c -0.294549,0 -0.570945,-0.066 -0.822265,-0.1797 0.312229,0.6963 1.00725,1.1797 1.822265,1.1797 l 11.0000004,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-0.8134 -0.48367,-1.5052 -1.177734,-1.8183 z" + id="path7102" + inkscape:connector-curvature="0" /> + <path + style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 2.4549896,1036.2793 c -1.108,0 -2.00000003,0.892 -2.00000003,2 l 0,11 c 0,1.108 0.89200003,2 2.00000003,2 l 11.0000004,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-1.108 -0.892,-2 -2,-2 l -11.0000004,0 z m 0.732422,1 9.5351564,0 c 0.960267,0 1.732422,0.7741 1.732422,1.7344 l 0,9.5332 c 0,0.9603 -0.772155,1.7324 -1.732422,1.7324 l -9.5351564,0 c -0.960266,0 -1.732422,-0.7721 -1.732422,-1.7324 l 0,-9.5332 c 0,-0.9603 0.772156,-1.7344 1.732422,-1.7344 z" + id="path7104" + inkscape:connector-curvature="0" /> + </g> + <rect + style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:none;stroke-width:0.82000297;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect7106" + width="9" + height="9" + x="3.2308738" + y="1039.4983" + rx="1.100245" + ry="1.1002449" /> + </g> + <g + id="checkbox-mixed-backdrop" + transform="translate(40.307537,-953.0989)" + inkscape:label="#g7108"> + <path + style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#bfc1c3;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 35.536557,1038.1689 c 0.112241,0.2502 0.177734,0.5253 0.177734,0.8183 l 0,11 c 0,1.108 -0.892,2 -2,2 l -11,0 c -0.294549,0 -0.570945,-0.066 -0.822265,-0.1797 0.312229,0.6963 1.00725,1.1797 1.822265,1.1797 l 11,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-0.8134 -0.48367,-1.5052 -1.177734,-1.8183 z" + id="path7110" + inkscape:connector-curvature="0" /> + <path + style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 22.714291,1036.9872 c -1.108,0 -2,0.892 -2,2 l 0,11 c 0,1.108 0.892,2 2,2 l 11,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-1.108 -0.892,-2 -2,-2 l -11,0 z m 0.732422,1 9.535156,0 c 0.960267,0 1.732422,0.7741 1.732422,1.7344 l 0,9.5332 c 0,0.9603 -0.772155,1.7324 -1.732422,1.7324 l -9.535156,0 c -0.960266,0 -1.732422,-0.7721 -1.732422,-1.7324 l 0,-9.5332 c 0,-0.9603 0.772156,-1.7344 1.732422,-1.7344 z" + id="path7112" + inkscape:connector-curvature="0" /> + <rect + ry="1" + rx="1" + y="1042.9872" + x="23.714291" + height="3" + width="9" + id="rect7114" + style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:none;stroke-width:0.82000297;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + <g + transform="translate(40.128966,-969.5274)" + id="checkbox-unchecked-backdrop-insensitive" + inkscape:label="#g7116"> + <path + inkscape:connector-curvature="0" + id="path7118" + d="m -2.9816726,1072.0145 c 0.112241,0.2502 0.177734,0.5253 0.177734,0.8183 l 0,11 c 0,1.108 -0.892,2 -2,2 l -11.0000004,0 c -0.294549,0 -0.570945,-0.066 -0.822265,-0.1797 0.312229,0.6963 1.00725,1.1797 1.822265,1.1797 l 11.0000004,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-0.8134 -0.48367,-1.5052 -1.177734,-1.8183 z" + style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#bfc1c3;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + id="path7120" + d="m -15.803939,1070.8328 c -1.108,0 -2,0.892 -2,2 l 0,11 c 0,1.108 0.892,2 2,2 l 11.0000004,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-1.108 -0.892,-2 -2,-2 l -11.0000004,0 z m 0.732422,1 9.5351564,0 c 0.960267,0 1.732422,0.7741 1.732422,1.7344 l 0,9.5332 c 0,0.9603 -0.772155,1.7324 -1.732422,1.7324 l -9.5351564,0 c -0.960266,0 -1.732422,-0.7721 -1.732422,-1.7324 l 0,-9.5332 c 0,-0.9603 0.772156,-1.7344 1.732422,-1.7344 z" + style="opacity:1;fill:#e6e6e6;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + <g + id="checkbox-checked-backdrop-insensitive" + transform="translate(41.50505,-935.193)" + inkscape:label="#g7122"> + <g + transform="translate(-0.22411079,0.21904445)" + id="g7124"> + <path + inkscape:connector-curvature="0" + id="path7126" + d="m 15.277256,1037.461 c 0.112241,0.2502 0.177734,0.5253 0.177734,0.8183 l 0,11 c 0,1.108 -0.892,2 -2,2 l -11.0000004,0 c -0.294549,0 -0.570945,-0.066 -0.822265,-0.1797 0.312229,0.6963 1.00725,1.1797 1.822265,1.1797 l 11.0000004,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-0.8134 -0.48367,-1.5052 -1.177734,-1.8183 z" + style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#bfc1c3;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + id="path7128" + d="m 2.4549896,1036.2793 c -1.108,0 -2.00000003,0.892 -2.00000003,2 l 0,11 c 0,1.108 0.89200003,2 2.00000003,2 l 11.0000004,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-1.108 -0.892,-2 -2,-2 l -11.0000004,0 z m 0.732422,1 9.5351564,0 c 0.960267,0 1.732422,0.7741 1.732422,1.7344 l 0,9.5332 c 0,0.9603 -0.772155,1.7324 -1.732422,1.7324 l -9.5351564,0 c -0.960266,0 -1.732422,-0.7721 -1.732422,-1.7324 l 0,-9.5332 c 0,-0.9603 0.772156,-1.7344 1.732422,-1.7344 z" + style="opacity:1;fill:#e6e6e6;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + <rect + ry="1.1002449" + rx="1.100245" + y="1039.4983" + x="3.2308738" + height="9" + width="9" + id="rect7130" + style="opacity:1;fill:#e6e6e6;fill-opacity:1;stroke:none;stroke-width:0.82000297;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + <g + transform="translate(40.932539,-935.6818)" + id="checkbox-mixed-backdrop-insensitive" + inkscape:label="#g7132"> + <path + inkscape:connector-curvature="0" + id="path7134" + d="m 35.536557,1038.1689 c 0.112241,0.2502 0.177734,0.5253 0.177734,0.8183 l 0,11 c 0,1.108 -0.892,2 -2,2 l -11,0 c -0.294549,0 -0.570945,-0.066 -0.822265,-0.1797 0.312229,0.6963 1.00725,1.1797 1.822265,1.1797 l 11,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-0.8134 -0.48367,-1.5052 -1.177734,-1.8183 z" + style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#bfc1c3;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + id="path7136" + d="m 22.714291,1036.9872 c -1.108,0 -2,0.892 -2,2 l 0,11 c 0,1.108 0.892,2 2,2 l 11,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-1.108 -0.892,-2 -2,-2 l -11,0 z m 0.732422,1 9.535156,0 c 0.960267,0 1.732422,0.7741 1.732422,1.7344 l 0,9.5332 c 0,0.9603 -0.772155,1.7324 -1.732422,1.7324 l -9.535156,0 c -0.960266,0 -1.732422,-0.7721 -1.732422,-1.7324 l 0,-9.5332 c 0,-0.9603 0.772156,-1.7344 1.732422,-1.7344 z" + style="opacity:1;fill:#e6e6e6;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <rect + style="opacity:1;fill:#e6e6e6;fill-opacity:1;stroke:none;stroke-width:0.82000297;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect7138" + width="9" + height="3" + x="23.714291" + y="1042.9872" + rx="1" + ry="1" /> + </g> + <g + id="radio-unchecked" + transform="translate(86.426011,-1040.8812)" + inkscape:label="#g7194"> + <path + inkscape:connector-curvature="0" + style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 13.391894,1057.6358 a 7.4999962,7.4999962 0 0 1 1.734375,4.7871 7.4999962,7.4999962 0 0 1 -7.4999999,7.5 7.4999962,7.4999962 0 0 1 -4.765625,-1.7129 7.4999981,7.4999981 0 0 0 5.765625,2.7129 7.4999981,7.4999981 0 0 0 7.4999999,-7.5 7.4999981,7.4999981 0 0 0 -2.734375,-5.7871 z" + id="path7151" /> + <path + inkscape:connector-curvature="0" + style="opacity:1;fill:#bdc3c7;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 7.6262691,1054.9229 a 7.4999962,7.4999962 0 0 0 -7.50000003,7.5 7.4999962,7.4999962 0 0 0 7.50000003,7.5 7.4999962,7.4999962 0 0 0 7.4999999,-7.5 7.4999962,7.4999962 0 0 0 -7.4999999,-7.5 z m 0,1 a 6.4999933,6.4999933 0 0 1 6.4999999,6.5 6.4999933,6.4999933 0 0 1 -6.4999999,6.5 6.4999933,6.4999933 0 0 1 -6.5,-6.5 6.4999933,6.4999933 0 0 1 6.5,-6.5 z" + id="path7153" /> + </g> + <g + id="radio-checked" + transform="translate(86.11034,-1040.8812)" + inkscape:label="#g7189"> + <path + inkscape:connector-curvature="0" + style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 32.584792,1057.6358 a 7.4999962,7.4999962 0 0 1 1.734375,4.7871 7.4999962,7.4999962 0 0 1 -7.5,7.5 7.4999962,7.4999962 0 0 1 -4.765625,-1.7129 7.4999981,7.4999981 0 0 0 5.765625,2.7129 7.4999981,7.4999981 0 0 0 7.5,-7.5 7.4999981,7.4999981 0 0 0 -2.734375,-5.7871 z" + id="path7163" /> + <path + inkscape:connector-curvature="0" + style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 26.819167,1054.9229 a 7.4999962,7.4999962 0 0 0 -7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,-7.5 7.4999962,7.4999962 0 0 0 -7.5,-7.5 z m 0,1 a 6.4999933,6.4999933 0 0 1 6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,-6.5 6.4999933,6.4999933 0 0 1 6.5,-6.5 z" + id="path7165" /> + <circle + style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="circle7167" + cx="26.819166" + cy="1062.4237" + r="4.4999943" /> + </g> + <g + id="radio-mixed" + transform="translate(86.426011,-1040.3761)" + inkscape:label="#g7184"> + <path + inkscape:connector-curvature="0" + id="path7140" + d="m 51.146345,1057.1307 a 7.4999962,7.4999962 0 0 1 1.734375,4.7871 7.4999962,7.4999962 0 0 1 -7.5,7.5 7.4999962,7.4999962 0 0 1 -4.765625,-1.7129 7.4999981,7.4999981 0 0 0 5.765625,2.7129 7.4999981,7.4999981 0 0 0 7.5,-7.5 7.4999981,7.4999981 0 0 0 -2.734375,-5.7871 z" + style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + id="circle7147" + d="m 45.38072,1054.4178 a 7.4999962,7.4999962 0 0 0 -7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,-7.5 7.4999962,7.4999962 0 0 0 -7.5,-7.5 z m 0,1 a 6.4999933,6.4999933 0 0 1 6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,-6.5 6.4999933,6.4999933 0 0 1 6.5,-6.5 z" + style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <rect + ry="1" + rx="1" + y="1060.4178" + x="40.880722" + height="3" + width="9" + id="rect4210-1" + style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:none;stroke-width:0.82000297;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + <g + transform="translate(86.426011,-1023.4561)" + id="radio-unchecked-hover" + inkscape:label="#g7198"> + <path + id="path7200" + d="m 13.391894,1057.6358 a 7.4999962,7.4999962 0 0 1 1.734375,4.7871 7.4999962,7.4999962 0 0 1 -7.4999999,7.5 7.4999962,7.4999962 0 0 1 -4.765625,-1.7129 7.4999981,7.4999981 0 0 0 5.765625,2.7129 7.4999981,7.4999981 0 0 0 7.4999999,-7.5 7.4999981,7.4999981 0 0 0 -2.734375,-5.7871 z" + style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + inkscape:connector-curvature="0" /> + <path + id="path7202" + d="m 7.6262691,1054.9229 a 7.4999962,7.4999962 0 0 0 -7.50000003,7.5 7.4999962,7.4999962 0 0 0 7.50000003,7.5 7.4999962,7.4999962 0 0 0 7.4999999,-7.5 7.4999962,7.4999962 0 0 0 -7.4999999,-7.5 z m 0,1 a 6.4999933,6.4999933 0 0 1 6.4999999,6.5 6.4999933,6.4999933 0 0 1 -6.4999999,6.5 6.4999933,6.4999933 0 0 1 -6.5,-6.5 6.4999933,6.4999933 0 0 1 6.5,-6.5 z" + style="opacity:1;fill:#96cdf1;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + inkscape:connector-curvature="0" /> + </g> + <g + transform="translate(86.11034,-1023.4561)" + id="radio-checked-hover" + inkscape:label="#g7204"> + <path + id="path7206" + d="m 32.584792,1057.6358 a 7.4999962,7.4999962 0 0 1 1.734375,4.7871 7.4999962,7.4999962 0 0 1 -7.5,7.5 7.4999962,7.4999962 0 0 1 -4.765625,-1.7129 7.4999981,7.4999981 0 0 0 5.765625,2.7129 7.4999981,7.4999981 0 0 0 7.5,-7.5 7.4999981,7.4999981 0 0 0 -2.734375,-5.7871 z" + style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + inkscape:connector-curvature="0" /> + <path + id="path7208" + d="m 26.819167,1054.9229 a 7.4999962,7.4999962 0 0 0 -7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,-7.5 7.4999962,7.4999962 0 0 0 -7.5,-7.5 z m 0,1 a 6.4999933,6.4999933 0 0 1 6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,-6.5 6.4999933,6.4999933 0 0 1 6.5,-6.5 z" + style="opacity:1;fill:#96cdf1;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + inkscape:connector-curvature="0" /> + <circle + r="4.4999943" + cy="1062.4237" + cx="26.819166" + id="circle7210" + style="opacity:1;fill:#96cdf1;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + <g + transform="translate(86.426011,-1022.951)" + id="radio-mixed-hover" + inkscape:label="#g7212"> + <path + style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 51.146345,1057.1307 a 7.4999962,7.4999962 0 0 1 1.734375,4.7871 7.4999962,7.4999962 0 0 1 -7.5,7.5 7.4999962,7.4999962 0 0 1 -4.765625,-1.7129 7.4999981,7.4999981 0 0 0 5.765625,2.7129 7.4999981,7.4999981 0 0 0 7.5,-7.5 7.4999981,7.4999981 0 0 0 -2.734375,-5.7871 z" + id="path7214" + inkscape:connector-curvature="0" /> + <path + style="opacity:1;fill:#96cdf1;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 45.38072,1054.4178 a 7.4999962,7.4999962 0 0 0 -7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,-7.5 7.4999962,7.4999962 0 0 0 -7.5,-7.5 z m 0,1 a 6.4999933,6.4999933 0 0 1 6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,-6.5 6.4999933,6.4999933 0 0 1 6.5,-6.5 z" + id="path7216" + inkscape:connector-curvature="0" /> + <rect + style="opacity:1;fill:#96cdf1;fill-opacity:1;stroke:none;stroke-width:0.82000297;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect7218" + width="9" + height="3" + x="40.880722" + y="1060.4178" + rx="1" + ry="1" /> + </g> + <g + id="radio-unchecked-active" + transform="translate(86.426011,-1005.7784)" + inkscape:label="#g7220"> + <path + inkscape:connector-curvature="0" + style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 13.391894,1057.6358 a 7.4999962,7.4999962 0 0 1 1.734375,4.7871 7.4999962,7.4999962 0 0 1 -7.4999999,7.5 7.4999962,7.4999962 0 0 1 -4.765625,-1.7129 7.4999981,7.4999981 0 0 0 5.765625,2.7129 7.4999981,7.4999981 0 0 0 7.4999999,-7.5 7.4999981,7.4999981 0 0 0 -2.734375,-5.7871 z" + id="path7222" /> + <path + inkscape:connector-curvature="0" + style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 7.6262691,1054.9229 a 7.4999962,7.4999962 0 0 0 -7.50000003,7.5 7.4999962,7.4999962 0 0 0 7.50000003,7.5 7.4999962,7.4999962 0 0 0 7.4999999,-7.5 7.4999962,7.4999962 0 0 0 -7.4999999,-7.5 z m 0,1 a 6.4999933,6.4999933 0 0 1 6.4999999,6.5 6.4999933,6.4999933 0 0 1 -6.4999999,6.5 6.4999933,6.4999933 0 0 1 -6.5,-6.5 6.4999933,6.4999933 0 0 1 6.5,-6.5 z" + id="path7224" /> + </g> + <g + id="radio-checked-active" + transform="translate(86.11034,-1005.7784)" + inkscape:label="#g7226"> + <path + inkscape:connector-curvature="0" + style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 32.584792,1057.6358 a 7.4999962,7.4999962 0 0 1 1.734375,4.7871 7.4999962,7.4999962 0 0 1 -7.5,7.5 7.4999962,7.4999962 0 0 1 -4.765625,-1.7129 7.4999981,7.4999981 0 0 0 5.765625,2.7129 7.4999981,7.4999981 0 0 0 7.5,-7.5 7.4999981,7.4999981 0 0 0 -2.734375,-5.7871 z" + id="path7228" /> + <path + inkscape:connector-curvature="0" + style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 26.819167,1054.9229 a 7.4999962,7.4999962 0 0 0 -7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,-7.5 7.4999962,7.4999962 0 0 0 -7.5,-7.5 z m 0,1 a 6.4999933,6.4999933 0 0 1 6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,-6.5 6.4999933,6.4999933 0 0 1 6.5,-6.5 z" + id="path7230" /> + <circle + style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="circle7232" + cx="26.819166" + cy="1062.4237" + r="4.4999943" /> + </g> + <g + id="radio-mixed-active" + transform="translate(86.426011,-1005.2733)" + inkscape:label="#g7234"> + <path + inkscape:connector-curvature="0" + id="path7236" + d="m 51.146345,1057.1307 a 7.4999962,7.4999962 0 0 1 1.734375,4.7871 7.4999962,7.4999962 0 0 1 -7.5,7.5 7.4999962,7.4999962 0 0 1 -4.765625,-1.7129 7.4999981,7.4999981 0 0 0 5.765625,2.7129 7.4999981,7.4999981 0 0 0 7.5,-7.5 7.4999981,7.4999981 0 0 0 -2.734375,-5.7871 z" + style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + id="path7238" + d="m 45.38072,1054.4178 a 7.4999962,7.4999962 0 0 0 -7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,-7.5 7.4999962,7.4999962 0 0 0 -7.5,-7.5 z m 0,1 a 6.4999933,6.4999933 0 0 1 6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,-6.5 6.4999933,6.4999933 0 0 1 6.5,-6.5 z" + style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <rect + ry="1" + rx="1" + y="1060.4178" + x="40.880722" + height="3" + width="9" + id="rect7240" + style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:none;stroke-width:0.82000297;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + <g + transform="translate(86.426011,-988.6058)" + id="radio-unchecked-insensitive" + inkscape:label="#g7242"> + <path + id="path7244" + d="m 13.391894,1057.6358 a 7.4999962,7.4999962 0 0 1 1.734375,4.7871 7.4999962,7.4999962 0 0 1 -7.4999999,7.5 7.4999962,7.4999962 0 0 1 -4.765625,-1.7129 7.4999981,7.4999981 0 0 0 5.765625,2.7129 7.4999981,7.4999981 0 0 0 7.4999999,-7.5 7.4999981,7.4999981 0 0 0 -2.734375,-5.7871 z" + style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + inkscape:connector-curvature="0" /> + <path + id="path7246" + d="m 7.6262691,1054.9229 a 7.4999962,7.4999962 0 0 0 -7.50000003,7.5 7.4999962,7.4999962 0 0 0 7.50000003,7.5 7.4999962,7.4999962 0 0 0 7.4999999,-7.5 7.4999962,7.4999962 0 0 0 -7.4999999,-7.5 z m 0,1 a 6.4999933,6.4999933 0 0 1 6.4999999,6.5 6.4999933,6.4999933 0 0 1 -6.4999999,6.5 6.4999933,6.4999933 0 0 1 -6.5,-6.5 6.4999933,6.4999933 0 0 1 6.5,-6.5 z" + style="opacity:1;fill:#e6e6e6;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + inkscape:connector-curvature="0" /> + </g> + <g + transform="translate(86.11034,-988.6058)" + id="radio-checked-insensitive" + inkscape:label="#g7248"> + <path + id="path7250" + d="m 32.584792,1057.6358 a 7.4999962,7.4999962 0 0 1 1.734375,4.7871 7.4999962,7.4999962 0 0 1 -7.5,7.5 7.4999962,7.4999962 0 0 1 -4.765625,-1.7129 7.4999981,7.4999981 0 0 0 5.765625,2.7129 7.4999981,7.4999981 0 0 0 7.5,-7.5 7.4999981,7.4999981 0 0 0 -2.734375,-5.7871 z" + style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + inkscape:connector-curvature="0" /> + <path + id="path7252" + d="m 26.819167,1054.9229 a 7.4999962,7.4999962 0 0 0 -7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,-7.5 7.4999962,7.4999962 0 0 0 -7.5,-7.5 z m 0,1 a 6.4999933,6.4999933 0 0 1 6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,-6.5 6.4999933,6.4999933 0 0 1 6.5,-6.5 z" + style="opacity:1;fill:#e6e6e6;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + inkscape:connector-curvature="0" /> + <circle + r="4.4999943" + cy="1062.4237" + cx="26.819166" + id="circle7254" + style="opacity:1;fill:#e6e6e6;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + <g + transform="translate(86.426011,-988.1007)" + id="radio-mixed-insensitive" + inkscape:label="#g7256"> + <path + style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 51.146345,1057.1307 a 7.4999962,7.4999962 0 0 1 1.734375,4.7871 7.4999962,7.4999962 0 0 1 -7.5,7.5 7.4999962,7.4999962 0 0 1 -4.765625,-1.7129 7.4999981,7.4999981 0 0 0 5.765625,2.7129 7.4999981,7.4999981 0 0 0 7.5,-7.5 7.4999981,7.4999981 0 0 0 -2.734375,-5.7871 z" + id="path7258" + inkscape:connector-curvature="0" /> + <path + style="opacity:1;fill:#e6e6e6;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 45.38072,1054.4178 a 7.4999962,7.4999962 0 0 0 -7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,-7.5 7.4999962,7.4999962 0 0 0 -7.5,-7.5 z m 0,1 a 6.4999933,6.4999933 0 0 1 6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,-6.5 6.4999933,6.4999933 0 0 1 6.5,-6.5 z" + id="path7260" + inkscape:connector-curvature="0" /> + <rect + style="opacity:1;fill:#e6e6e6;fill-opacity:1;stroke:none;stroke-width:0.82000297;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect7262" + width="9" + height="3" + x="40.880722" + y="1060.4178" + rx="1" + ry="1" /> + </g> + <g + id="radio-unchecked-backdrop" + transform="translate(86.426011,-971.4332)" + inkscape:label="#g7264"> + <path + inkscape:connector-curvature="0" + style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 13.391894,1057.6358 a 7.4999962,7.4999962 0 0 1 1.734375,4.7871 7.4999962,7.4999962 0 0 1 -7.4999999,7.5 7.4999962,7.4999962 0 0 1 -4.765625,-1.7129 7.4999981,7.4999981 0 0 0 5.765625,2.7129 7.4999981,7.4999981 0 0 0 7.4999999,-7.5 7.4999981,7.4999981 0 0 0 -2.734375,-5.7871 z" + id="path7266" /> + <path + inkscape:connector-curvature="0" + style="opacity:1;fill:#bdc3c7;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 7.6262691,1054.9229 a 7.4999962,7.4999962 0 0 0 -7.50000003,7.5 7.4999962,7.4999962 0 0 0 7.50000003,7.5 7.4999962,7.4999962 0 0 0 7.4999999,-7.5 7.4999962,7.4999962 0 0 0 -7.4999999,-7.5 z m 0,1 a 6.4999933,6.4999933 0 0 1 6.4999999,6.5 6.4999933,6.4999933 0 0 1 -6.4999999,6.5 6.4999933,6.4999933 0 0 1 -6.5,-6.5 6.4999933,6.4999933 0 0 1 6.5,-6.5 z" + id="path7268" /> + </g> + <g + id="radio-checked-backdrop" + transform="translate(86.11034,-971.4332)" + inkscape:label="#g7270"> + <path + inkscape:connector-curvature="0" + style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 32.584792,1057.6358 a 7.4999962,7.4999962 0 0 1 1.734375,4.7871 7.4999962,7.4999962 0 0 1 -7.5,7.5 7.4999962,7.4999962 0 0 1 -4.765625,-1.7129 7.4999981,7.4999981 0 0 0 5.765625,2.7129 7.4999981,7.4999981 0 0 0 7.5,-7.5 7.4999981,7.4999981 0 0 0 -2.734375,-5.7871 z" + id="path7272" /> + <path + inkscape:connector-curvature="0" + style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 26.819167,1054.9229 a 7.4999962,7.4999962 0 0 0 -7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,-7.5 7.4999962,7.4999962 0 0 0 -7.5,-7.5 z m 0,1 a 6.4999933,6.4999933 0 0 1 6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,-6.5 6.4999933,6.4999933 0 0 1 6.5,-6.5 z" + id="path7274" /> + <circle + style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="circle7276" + cx="26.819166" + cy="1062.4237" + r="4.4999943" /> + </g> + <g + id="radio-mixed-backdrop" + transform="translate(86.426011,-970.9281)" + inkscape:label="#g7278"> + <path + inkscape:connector-curvature="0" + id="path7280" + d="m 51.146345,1057.1307 a 7.4999962,7.4999962 0 0 1 1.734375,4.7871 7.4999962,7.4999962 0 0 1 -7.5,7.5 7.4999962,7.4999962 0 0 1 -4.765625,-1.7129 7.4999981,7.4999981 0 0 0 5.765625,2.7129 7.4999981,7.4999981 0 0 0 7.5,-7.5 7.4999981,7.4999981 0 0 0 -2.734375,-5.7871 z" + style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + id="path7282" + d="m 45.38072,1054.4178 a 7.4999962,7.4999962 0 0 0 -7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,-7.5 7.4999962,7.4999962 0 0 0 -7.5,-7.5 z m 0,1 a 6.4999933,6.4999933 0 0 1 6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,-6.5 6.4999933,6.4999933 0 0 1 6.5,-6.5 z" + style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <rect + ry="1" + rx="1" + y="1060.4178" + x="40.880722" + height="3" + width="9" + id="rect7284" + style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:none;stroke-width:0.82000297;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + <g + transform="translate(86.426011,-952.2403)" + id="radio-unchecked-backdrop-insensitive" + inkscape:label="#g7286"> + <path + id="path7288" + d="m 13.391894,1057.6358 a 7.4999962,7.4999962 0 0 1 1.734375,4.7871 7.4999962,7.4999962 0 0 1 -7.4999999,7.5 7.4999962,7.4999962 0 0 1 -4.765625,-1.7129 7.4999981,7.4999981 0 0 0 5.765625,2.7129 7.4999981,7.4999981 0 0 0 7.4999999,-7.5 7.4999981,7.4999981 0 0 0 -2.734375,-5.7871 z" + style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + inkscape:connector-curvature="0" /> + <path + id="path7290" + d="m 7.6262691,1054.9229 a 7.4999962,7.4999962 0 0 0 -7.50000003,7.5 7.4999962,7.4999962 0 0 0 7.50000003,7.5 7.4999962,7.4999962 0 0 0 7.4999999,-7.5 7.4999962,7.4999962 0 0 0 -7.4999999,-7.5 z m 0,1 a 6.4999933,6.4999933 0 0 1 6.4999999,6.5 6.4999933,6.4999933 0 0 1 -6.4999999,6.5 6.4999933,6.4999933 0 0 1 -6.5,-6.5 6.4999933,6.4999933 0 0 1 6.5,-6.5 z" + style="opacity:1;fill:#e6e6e6;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + inkscape:connector-curvature="0" /> + </g> + <g + transform="translate(86.11034,-952.2403)" + id="radio-checked-backdrop-insensitive" + inkscape:label="#g7292"> + <path + id="path7294" + d="m 32.584792,1057.6358 a 7.4999962,7.4999962 0 0 1 1.734375,4.7871 7.4999962,7.4999962 0 0 1 -7.5,7.5 7.4999962,7.4999962 0 0 1 -4.765625,-1.7129 7.4999981,7.4999981 0 0 0 5.765625,2.7129 7.4999981,7.4999981 0 0 0 7.5,-7.5 7.4999981,7.4999981 0 0 0 -2.734375,-5.7871 z" + style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + inkscape:connector-curvature="0" /> + <path + id="path7296" + d="m 26.819167,1054.9229 a 7.4999962,7.4999962 0 0 0 -7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,-7.5 7.4999962,7.4999962 0 0 0 -7.5,-7.5 z m 0,1 a 6.4999933,6.4999933 0 0 1 6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,-6.5 6.4999933,6.4999933 0 0 1 6.5,-6.5 z" + style="opacity:1;fill:#e6e6e6;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + inkscape:connector-curvature="0" /> + <circle + r="4.4999943" + cy="1062.4237" + cx="26.819166" + id="circle7298" + style="opacity:1;fill:#e6e6e6;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + <g + transform="translate(86.426011,-951.7352)" + id="radio-mixed-backdrop-insensitive" + inkscape:label="#g7300"> + <path + style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 51.146345,1057.1307 a 7.4999962,7.4999962 0 0 1 1.734375,4.7871 7.4999962,7.4999962 0 0 1 -7.5,7.5 7.4999962,7.4999962 0 0 1 -4.765625,-1.7129 7.4999981,7.4999981 0 0 0 5.765625,2.7129 7.4999981,7.4999981 0 0 0 7.5,-7.5 7.4999981,7.4999981 0 0 0 -2.734375,-5.7871 z" + id="path7302" + inkscape:connector-curvature="0" /> + <path + style="opacity:1;fill:#e6e6e6;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 45.38072,1054.4178 a 7.4999962,7.4999962 0 0 0 -7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,-7.5 7.4999962,7.4999962 0 0 0 -7.5,-7.5 z m 0,1 a 6.4999933,6.4999933 0 0 1 6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,-6.5 6.4999933,6.4999933 0 0 1 6.5,-6.5 z" + id="path7304" + inkscape:connector-curvature="0" /> + <rect + style="opacity:1;fill:#e6e6e6;fill-opacity:1;stroke:none;stroke-width:0.82000297;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect7306" + width="9" + height="3" + x="40.880722" + y="1060.4178" + rx="1" + ry="1" /> + </g> + <g + transform="translate(92.202164,-1119.5273)" + id="scrollbar-slider-rtl" + inkscape:label="#g4242"> + <rect + y="1021.3723" + x="-70.205605" + height="32" + width="16" + id="rect4136" + style="opacity:0;fill:#798085;fill-opacity:1;stroke:none;stroke-width:0.07419032;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <rect + ry="3.6923077" + rx="4" + y="1025.3723" + x="-66.205605" + height="24" + width="8" + id="rect4138" + style="opacity:1;fill:#74757a;fill-opacity:1;stroke:none;stroke-width:0.99699998;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + <g + transform="translate(92.202164,-1119.5273)" + id="scrollbar-slider-rtl-hover" + inkscape:label="#g4246"> + <rect + style="opacity:0;fill:#798085;fill-opacity:1;stroke:none;stroke-width:0.07419032;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect4140" + width="16" + height="32" + x="-50.760166" + y="1021.1198" /> + <rect + style="opacity:1;fill:#96cdf1;fill-opacity:1;stroke:none;stroke-width:0.99699998;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect4142" + width="8" + height="24" + x="-46.760166" + y="1025.1198" + rx="4" + ry="3.6923077" /> + </g> + <g + transform="translate(92.202164,-1119.5273)" + id="scrollbar-slider-rtl-active" + inkscape:label="#g4250"> + <rect + y="1021.1198" + x="-29.294424" + height="32" + width="16" + id="rect4144" + style="opacity:0;fill:#798085;fill-opacity:1;stroke:none;stroke-width:0.07419032;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <rect + ry="3.6923077" + rx="4" + y="1025.1198" + x="-25.294424" + height="24" + width="8" + id="rect4146" + style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:none;stroke-width:0.99699998;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + <g + id="scrollbar-trough-rtl" + transform="translate(91.737694,-1119.5273)" + inkscape:label="#g4218"> + <rect + style="opacity:0;fill:#798085;fill-opacity:1;stroke:none;stroke-width:0.07419032;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect4148" + width="16" + height="32" + x="-51.012703" + y="1060.5157" /> + <rect + style="opacity:1;fill:#bdc3c7;fill-opacity:1;stroke:none;stroke-width:0.99699998;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect4150" + width="8" + height="24" + x="-47.012703" + y="1064.5157" + rx="4" + ry="3.6923077" /> + </g> + <g + transform="translate(92.202164,-1119.5273)" + id="scrollbar-slider" + inkscape:label="#g4226"> + <rect + style="opacity:0;fill:#798085;fill-opacity:1;stroke:none;stroke-width:0.07419032;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect4152" + width="16" + height="32" + x="-70.205605" + y="985.25934" /> + <rect + style="opacity:1;fill:#74757a;fill-opacity:1;stroke:none;stroke-width:0.99699998;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect4154" + width="8" + height="24" + x="-66.205605" + y="989.25934" + rx="4" + ry="3.6923077" /> + </g> + <g + transform="translate(92.202164,-1119.5273)" + id="scrollbar-slider-hover" + inkscape:label="#g4230"> + <rect + y="985.00677" + x="-50.760166" + height="32" + width="16" + id="rect4156" + style="opacity:0;fill:#798085;fill-opacity:1;stroke:none;stroke-width:0.07419032;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <rect + ry="3.6923077" + rx="4" + y="989.00677" + x="-46.760166" + height="24" + width="8" + id="rect4158" + style="opacity:1;fill:#96cdf1;fill-opacity:1;stroke:none;stroke-width:0.99699998;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + <g + transform="translate(92.202164,-1119.5273)" + id="scrollbar-slider-active" + inkscape:label="#g4234"> + <rect + style="opacity:0;fill:#798085;fill-opacity:1;stroke:none;stroke-width:0.07419032;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect4160" + width="16" + height="32" + x="-29.294424" + y="985.00677" /> + <rect + style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:none;stroke-width:0.99699998;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect4162" + width="8" + height="24" + x="-25.294424" + y="989.00677" + rx="4" + ry="3.6923077" /> + </g> + <g + id="scrollbar-trough" + transform="translate(92.202164,-1119.2748)" + inkscape:label="#g4214"> + <rect + y="1060.2632" + x="-70.710678" + height="32" + width="16" + id="rect4164" + style="opacity:0;fill:#798085;fill-opacity:1;stroke:none;stroke-width:0.07419032;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <rect + ry="3.6923077" + rx="4" + y="1064.2632" + x="-66.710678" + height="24" + width="8" + id="rect4166" + style="opacity:1;fill:#bdc3c7;fill-opacity:1;stroke:none;stroke-width:0.99699998;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + <g + id="scrollbar-trough-horizontal" + transform="translate(92.202162,-1119.1035)" + inkscape:label="#g4222"> + <rect + transform="matrix(0,1,-1,0,0,0)" + y="0.24366502" + x="1076.0919" + height="32" + width="16" + id="rect4168" + style="opacity:0;fill:#798085;fill-opacity:1;stroke:none;stroke-width:0.07419032;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <rect + transform="matrix(0,1,-1,0,0,0)" + ry="3.6923077" + rx="4" + y="4.2436652" + x="1080.0919" + height="24" + width="8" + id="rect4170" + style="opacity:1;fill:#bdc3c7;fill-opacity:1;stroke:none;stroke-width:0.99699998;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + <g + transform="translate(92.202164,-1119.5273)" + id="scrollbar-slider-overlay" + inkscape:label="#g4238"> + <rect + style="opacity:0;fill:#798085;fill-opacity:1;stroke:none;stroke-width:0.07419032;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect4176" + width="8" + height="32" + x="-0.25253814" + y="983.9967" /> + <rect + style="opacity:1;fill:#74757a;fill-opacity:1;stroke:none;stroke-width:0.99699998;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect4178" + width="4" + height="24" + x="1.7474619" + y="987.9967" + rx="2" + ry="2" /> + </g> + <g + transform="translate(92.202164,-1119.5273)" + id="scrollbar-slider-horizontal" + inkscape:label="#g4254"> + <rect + transform="matrix(0,1,-1,0,0,0)" + y="-60.406197" + x="982.86475" + height="32" + width="16" + id="rect4180" + style="opacity:0;fill:#798085;fill-opacity:1;stroke:none;stroke-width:0.07419032;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <rect + transform="matrix(0,1,-1,0,0,0)" + ry="3.6923077" + rx="4" + y="-56.406197" + x="986.86475" + height="24" + width="8" + id="rect4182" + style="opacity:1;fill:#74757a;fill-opacity:1;stroke:none;stroke-width:0.99699998;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + <g + transform="translate(92.202164,-1119.5273)" + id="scrollbar-slider-horizontal-hover" + inkscape:label="#g4258"> + <rect + transform="matrix(0,1,-1,0,0,0)" + style="opacity:0;fill:#798085;fill-opacity:1;stroke:none;stroke-width:0.07419032;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect4184" + width="16" + height="32" + x="1002.3102" + y="-60.65876" /> + <rect + transform="matrix(0,1,-1,0,0,0)" + style="opacity:1;fill:#96cdf1;fill-opacity:1;stroke:none;stroke-width:0.99699998;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect4186" + width="8" + height="24" + x="1006.3102" + y="-56.65876" + rx="4" + ry="3.6923077" /> + </g> + <g + transform="translate(92.202164,-1119.5273)" + id="scrollbar-slider-horizontal-active" + inkscape:label="#g4262"> + <rect + transform="matrix(0,1,-1,0,0,0)" + y="-60.65876" + x="1023.7759" + height="32" + width="16" + id="rect4188" + style="opacity:0;fill:#798085;fill-opacity:1;stroke:none;stroke-width:0.07419032;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <rect + transform="matrix(0,1,-1,0,0,0)" + ry="3.6923077" + rx="4" + y="-56.65876" + x="1027.7759" + height="24" + width="8" + id="rect4190" + style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:none;stroke-width:0.99699998;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + <g + transform="translate(92.202164,-1119.5273)" + id="scrollbar-slider-horizontal-overlay" + inkscape:label="#g4266"> + <rect + transform="matrix(0,1,-1,0,0,0)" + y="-61.668831" + x="1052.8177" + height="32" + width="8" + id="rect4192" + style="opacity:0;fill:#798085;fill-opacity:1;stroke:none;stroke-width:0.07419032;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <rect + transform="matrix(0,1,-1,0,0,0)" + ry="2" + rx="2" + y="-57.668831" + x="1054.8177" + height="24" + width="4" + id="rect4194" + style="opacity:1;fill:#74757a;fill-opacity:1;stroke:none;stroke-width:0.99699998;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + <g + transform="translate(97.027018,-626.42532)" + id="scrollbar-slider-rtl-dark" + inkscape:label="#g4242"> + <rect + y="1021.3723" + x="-70.205605" + height="32" + width="16" + id="rect4136-3" + style="opacity:0;fill:#798085;fill-opacity:1;stroke:none;stroke-width:0.07419032;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <rect + ry="3.6923077" + rx="4" + y="1025.3723" + x="-66.205605" + height="24" + width="8" + id="rect4138-6" + style="opacity:1;fill:#abadb0;fill-opacity:1;stroke:none;stroke-width:0.99699998;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + <g + transform="translate(97.027018,-626.42532)" + id="scrollbar-slider-rtl-hover-dark" + inkscape:label="#g4246"> + <rect + style="opacity:0;fill:#798085;fill-opacity:1;stroke:none;stroke-width:0.07419032;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect4140-1" + width="16" + height="32" + x="-50.760166" + y="1021.1198" /> + <rect + style="opacity:1;fill:#86b7d7;fill-opacity:1;stroke:none;stroke-width:0.99699998;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect4142-0" + width="8" + height="24" + x="-46.760166" + y="1025.1198" + rx="4" + ry="3.6923077" /> + </g> + <g + transform="translate(97.027018,-626.42532)" + id="scrollbar-slider-rtl-active-dark" + inkscape:label="#g4250"> + <rect + y="1021.1198" + x="-29.294424" + height="32" + width="16" + id="rect4144-5" + style="opacity:0;fill:#798085;fill-opacity:1;stroke:none;stroke-width:0.07419032;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <rect + ry="3.6923077" + rx="4" + y="1025.1198" + x="-25.294424" + height="24" + width="8" + id="rect4146-5" + style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:none;stroke-width:0.99699998;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + <g + id="scrollbar-trough-rtl-dark" + transform="translate(96.562548,-626.42532)" + inkscape:label="#g4218"> + <rect + style="opacity:0;fill:#798085;fill-opacity:1;stroke:none;stroke-width:0.07419032;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect4148-8" + width="16" + height="32" + x="-51.012703" + y="1060.5157" /> + <rect + style="opacity:1;fill:#696d71;fill-opacity:1;stroke:none;stroke-width:0.99699998;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect4150-4" + width="8" + height="24" + x="-47.012703" + y="1064.5157" + rx="4" + ry="3.6923077" /> + </g> + <g + transform="translate(97.027018,-626.42532)" + id="scrollbar-slider-dark" + inkscape:label="#g4226"> + <rect + style="opacity:0;fill:#798085;fill-opacity:1;stroke:none;stroke-width:0.07419032;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect4152-1" + width="16" + height="32" + x="-70.205605" + y="985.25934" /> + <rect + style="opacity:1;fill:#abadb0;fill-opacity:1;stroke:none;stroke-width:0.99699998;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect4154-5" + width="8" + height="24" + x="-66.205605" + y="989.25934" + rx="4" + ry="3.6923077" /> + </g> + <g + transform="translate(97.027018,-626.42532)" + id="scrollbar-slider-hover-dark" + inkscape:label="#g4230-1"> + <rect + y="985.00677" + x="-50.760166" + height="32" + width="16" + id="rect4156-3" + style="opacity:0;fill:#798085;fill-opacity:1;stroke:none;stroke-width:0.07419032;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <rect + ry="3.6923077" + rx="4" + y="989.00677" + x="-46.760166" + height="24" + width="8" + id="rect4158-3" + style="opacity:1;fill:#86b7d7;fill-opacity:1;stroke:none;stroke-width:0.99699998;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + <g + transform="translate(97.027018,-626.42532)" + id="scrollbar-slider-active-dark" + inkscape:label="#g4234"> + <rect + style="opacity:0;fill:#798085;fill-opacity:1;stroke:none;stroke-width:0.07419032;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect4160-2" + width="16" + height="32" + x="-29.294424" + y="985.00677" /> + <rect + style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:none;stroke-width:0.99699998;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect4162-2" + width="8" + height="24" + x="-25.294424" + y="989.00677" + rx="4" + ry="3.6923077" /> + </g> + <g + id="scrollbar-trough-dark" + transform="translate(97.027018,-626.17282)" + inkscape:label="#g4214"> + <rect + y="1060.2632" + x="-70.710678" + height="32" + width="16" + id="rect4164-8" + style="opacity:0;fill:#798085;fill-opacity:1;stroke:none;stroke-width:0.07419032;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <rect + ry="3.6923077" + rx="4" + y="1064.2632" + x="-66.710678" + height="24" + width="8" + id="rect4166-4" + style="opacity:1;fill:#696d71;fill-opacity:1;stroke:none;stroke-width:0.99699998;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + <g + id="scrollbar-trough-horizontal-dark" + transform="translate(97.027016,-626.00152)" + inkscape:label="#g4222"> + <rect + transform="matrix(0,1,-1,0,0,0)" + y="0.24366502" + x="1076.0919" + height="32" + width="16" + id="rect4168-1" + style="opacity:0;fill:#798085;fill-opacity:1;stroke:none;stroke-width:0.07419032;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <rect + transform="matrix(0,1,-1,0,0,0)" + ry="3.6923077" + rx="4" + y="4.2436652" + x="1080.0919" + height="24" + width="8" + id="rect4170-0" + style="opacity:1;fill:#696d71;fill-opacity:1;stroke:none;stroke-width:0.99699998;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + <g + transform="translate(97.027018,-626.42532)" + id="scrollbar-slider-overlay-dark" + inkscape:label="#g4238"> + <rect + style="opacity:0;fill:#798085;fill-opacity:1;stroke:none;stroke-width:0.07419032;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect4176-8" + width="8" + height="32" + x="-0.25253814" + y="983.9967" /> + <rect + style="opacity:1;fill:#abadb0;fill-opacity:1;stroke:none;stroke-width:0.99699998;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect4178-2" + width="4" + height="24" + x="1.7474619" + y="987.9967" + rx="2" + ry="2" /> + </g> + <g + transform="translate(97.027018,-626.42532)" + id="scrollbar-slider-horizontal-dark" + inkscape:label="#g4254"> + <rect + transform="matrix(0,1,-1,0,0,0)" + y="-60.406197" + x="982.86475" + height="32" + width="16" + id="rect4180-1" + style="opacity:0;fill:#798085;fill-opacity:1;stroke:none;stroke-width:0.07419032;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <rect + transform="matrix(0,1,-1,0,0,0)" + ry="3.6923077" + rx="4" + y="-56.406197" + x="986.86475" + height="24" + width="8" + id="rect4182-7" + style="opacity:1;fill:#abadb0;fill-opacity:1;stroke:none;stroke-width:0.99699998;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + <g + transform="translate(97.027018,-626.42532)" + id="scrollbar-slider-horizontal-hover-dark" + inkscape:label="#g4258"> + <rect + transform="matrix(0,1,-1,0,0,0)" + style="opacity:0;fill:#798085;fill-opacity:1;stroke:none;stroke-width:0.07419032;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect4184-6" + width="16" + height="32" + x="1002.3102" + y="-60.65876" /> + <rect + transform="matrix(0,1,-1,0,0,0)" + style="opacity:1;fill:#86b7d7;fill-opacity:1;stroke:none;stroke-width:0.99699998;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect4186-0" + width="8" + height="24" + x="1006.3102" + y="-56.65876" + rx="4" + ry="3.6923077" /> + </g> + <g + transform="translate(97.027018,-626.42532)" + id="scrollbar-slider-horizontal-active-dark" + inkscape:label="#g4262"> + <rect + transform="matrix(0,1,-1,0,0,0)" + y="-60.65876" + x="1023.7759" + height="32" + width="16" + id="rect4188-3" + style="opacity:0;fill:#798085;fill-opacity:1;stroke:none;stroke-width:0.07419032;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <rect + transform="matrix(0,1,-1,0,0,0)" + ry="3.6923077" + rx="4" + y="-56.65876" + x="1027.7759" + height="24" + width="8" + id="rect4190-5" + style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:none;stroke-width:0.99699998;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + <g + transform="translate(97.027018,-626.42532)" + id="scrollbar-slider-horizontal-overlay-dark" + inkscape:label="#g4266"> + <rect + transform="matrix(0,1,-1,0,0,0)" + y="-61.668831" + x="1052.8177" + height="32" + width="8" + id="rect4192-0" + style="opacity:0;fill:#798085;fill-opacity:1;stroke:none;stroke-width:0.07419032;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <rect + transform="matrix(0,1,-1,0,0,0)" + ry="2" + rx="2" + y="-57.668831" + x="1054.8177" + height="24" + width="4" + id="rect4194-6" + style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:none;stroke-width:0.99699998;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + </g> + <g + inkscape:label="assets" + inkscape:groupmode="layer" + id="layer1" + style="display:inline"> + <g + inkscape:label="#g10801" + transform="matrix(1.9947791,0,0,1.9939719,354.38167,165.09433)" + id="sjhgfjsgf" /> + <g + style="display:inline" + id="selected-checkbox-unchecked-active" + transform="translate(375.36995,-1021.4417)" + inkscape:label="#g4281"> + <path + inkscape:connector-curvature="0" + id="rect6623-4" + d="m -2.9816726,1072.0145 c 0.112241,0.2502 0.177734,0.5253 0.177734,0.8183 l 0,11 c 0,1.108 -0.892,2 -2,2 l -11.0000004,0 c -0.294549,0 -0.570945,-0.066 -0.822265,-0.1797 0.312229,0.6963 1.00725,1.1797 1.822265,1.1797 l 11.0000004,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-0.8134 -0.48367,-1.5052 -1.177734,-1.8183 z" + style="opacity:0;fill:#000000;fill-opacity:1;stroke:#bfc1c3;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + id="rect6640-7" + d="m -15.803939,1070.8328 c -1.108,0 -2,0.892 -2,2 l 0,11 c 0,1.108 0.892,2 2,2 l 11.0000004,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-1.108 -0.892,-2 -2,-2 l -11.0000004,0 z m 0.732422,1 9.5351564,0 c 0.960267,0 1.732422,0.7741 1.732422,1.7344 l 0,9.5332 c 0,0.9603 -0.772155,1.7324 -1.732422,1.7324 l -9.5351564,0 c -0.960266,0 -1.732422,-0.7721 -1.732422,-1.7324 l 0,-9.5332 c 0,-0.9603 0.772156,-1.7344 1.732422,-1.7344 z" + style="opacity:1;fill:#fcfcfc;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + <g + style="display:inline" + id="selected-checkbox-unchecked-hover" + transform="translate(375.36995,-1021.4417)" + inkscape:label="#g4285"> + <path + inkscape:connector-curvature="0" + style="opacity:0;fill:#000000;fill-opacity:1;stroke:#bfc1c3;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m -3.077716,1054.7156 c 0.112241,0.2502 0.177734,0.5253 0.177734,0.8183 l 0,11 c 0,1.108 -0.892,2 -2,2 l -11,0 c -0.29455,0 -0.570945,-0.066 -0.822265,-0.1797 0.312228,0.6963 1.00725,1.1797 1.822265,1.1797 l 11,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-0.8134 -0.48367,-1.5052 -1.177734,-1.8183 z" + id="path4135-2" /> + <path + inkscape:connector-curvature="0" + style="opacity:1;fill:#f3f3f3;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m -15.899982,1053.5339 c -1.108,0 -2,0.892 -2,2 l 0,11 c 0,1.108 0.892,2 2,2 l 11,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-1.108 -0.892,-2 -2,-2 l -11,0 z m 0.732422,1 9.535156,0 c 0.960267,0 1.732422,0.7741 1.732422,1.7344 l 0,9.5332 c 0,0.9603 -0.772155,1.7324 -1.732422,1.7324 l -9.535156,0 c -0.960267,0 -1.732422,-0.7721 -1.732422,-1.7324 l 0,-9.5332 c 0,-0.9603 0.772155,-1.7344 1.732422,-1.7344 z" + id="path4137-4" /> + </g> + <g + style="display:inline" + id="selected-checkbox-unchecked" + transform="translate(375.36995,-1020.6819)" + inkscape:label="#g4241"> + <path + inkscape:connector-curvature="0" + style="opacity:0;fill:#000000;fill-opacity:1;stroke:#bfc1c3;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m -2.9455911,1037.4091 c 0.112241,0.2502 0.177734,0.5253 0.177734,0.8183 l 0,11 c 0,1.108 -0.892,2 -2,2 l -10.9999999,0 c -0.29455,0 -0.570946,-0.066 -0.822266,-0.1797 0.312229,0.6963 1.00725,1.1797 1.822266,1.1797 l 10.9999999,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-0.8134 -0.48367,-1.5052 -1.177734,-1.8183 z" + id="path4139-3" /> + <path + inkscape:connector-curvature="0" + style="opacity:1;fill:#fcfcfc;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m -15.767857,1036.2274 c -1.108,0 -2,0.892 -2,2 l 0,11 c 0,1.108 0.892,2 2,2 l 10.9999999,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-1.108 -0.892,-2 -2,-2 l -10.9999999,0 z m 0.732422,1 9.5351559,0 c 0.960267,0 1.732422,0.7741 1.732422,1.7344 l 0,9.5332 c 0,0.9603 -0.772155,1.7324 -1.732422,1.7324 l -9.5351559,0 c -0.960267,0 -1.732422,-0.7721 -1.732422,-1.7324 l 0,-9.5332 c 0,-0.9603 0.772155,-1.7344 1.732422,-1.7344 z" + id="path4141-1" /> + </g> + <g + style="display:inline" + id="selected-checkbox-checked" + transform="translate(376.61229,-1020.9529)" + inkscape:label="#g4230"> + <g + transform="translate(-0.22411079,0.21904445)" + id="g4147-5"> + <path + inkscape:connector-curvature="0" + id="path4143-9" + d="m 15.277256,1037.461 c 0.112241,0.2502 0.177734,0.5253 0.177734,0.8183 l 0,11 c 0,1.108 -0.892,2 -2,2 l -11.0000004,0 c -0.294549,0 -0.570945,-0.066 -0.822265,-0.1797 0.312229,0.6963 1.00725,1.1797 1.822265,1.1797 l 11.0000004,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-0.8134 -0.48367,-1.5052 -1.177734,-1.8183 z" + style="opacity:0;fill:#000000;fill-opacity:1;stroke:#bfc1c3;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + id="path4145-9" + d="m 2.4549896,1036.2793 c -1.108,0 -2.00000003,0.892 -2.00000003,2 l 0,11 c 0,1.108 0.89200003,2 2.00000003,2 l 11.0000004,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-1.108 -0.892,-2 -2,-2 l -11.0000004,0 z m 0.732422,1 9.5351564,0 c 0.960267,0 1.732422,0.7741 1.732422,1.7344 l 0,9.5332 c 0,0.9603 -0.772155,1.7324 -1.732422,1.7324 l -9.5351564,0 c -0.960266,0 -1.732422,-0.7721 -1.732422,-1.7324 l 0,-9.5332 c 0,-0.9603 0.772156,-1.7344 1.732422,-1.7344 z" + style="opacity:1;fill:#fcfcfc;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + <rect + ry="1.1002449" + rx="1.100245" + y="1039.4983" + x="3.2308738" + height="9" + width="9" + id="rect4202-5" + style="opacity:1;fill:#fcfcfc;fill-opacity:1;stroke:none;stroke-width:0.82000297;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + <g + style="display:inline" + id="selected-checkbox-mixed" + transform="translate(375.36995,-1021.4417)" + inkscape:label="#g4236"> + <path + inkscape:connector-curvature="0" + id="path4206-2" + d="m 35.536557,1038.1689 c 0.112241,0.2502 0.177734,0.5253 0.177734,0.8183 l 0,11 c 0,1.108 -0.892,2 -2,2 l -11,0 c -0.294549,0 -0.570945,-0.066 -0.822265,-0.1797 0.312229,0.6963 1.00725,1.1797 1.822265,1.1797 l 11,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-0.8134 -0.48367,-1.5052 -1.177734,-1.8183 z" + style="opacity:0;fill:#000000;fill-opacity:1;stroke:#bfc1c3;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + id="path4208-1" + d="m 22.714291,1036.9872 c -1.108,0 -2,0.892 -2,2 l 0,11 c 0,1.108 0.892,2 2,2 l 11,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-1.108 -0.892,-2 -2,-2 l -11,0 z m 0.732422,1 9.535156,0 c 0.960267,0 1.732422,0.7741 1.732422,1.7344 l 0,9.5332 c 0,0.9603 -0.772155,1.7324 -1.732422,1.7324 l -9.535156,0 c -0.960266,0 -1.732422,-0.7721 -1.732422,-1.7324 l 0,-9.5332 c 0,-0.9603 0.772156,-1.7344 1.732422,-1.7344 z" + style="opacity:1;fill:#fcfcfc;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <rect + style="opacity:1;fill:#fcfcfc;fill-opacity:1;stroke:none;stroke-width:0.82000297;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect4210-8" + width="9" + height="3" + x="23.714291" + y="1042.9872" + rx="1" + ry="1" /> + </g> + <g + style="display:inline" + transform="translate(376.69801,-1004.4062)" + id="selected-checkbox-checked-hover" + inkscape:label="#g4245"> + <g + id="g4247-1" + transform="translate(-0.22411079,0.21904445)"> + <path + style="opacity:0;fill:#000000;fill-opacity:1;stroke:#bfc1c3;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 15.277256,1037.461 c 0.112241,0.2502 0.177734,0.5253 0.177734,0.8183 l 0,11 c 0,1.108 -0.892,2 -2,2 l -11.0000004,0 c -0.294549,0 -0.570945,-0.066 -0.822265,-0.1797 0.312229,0.6963 1.00725,1.1797 1.822265,1.1797 l 11.0000004,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-0.8134 -0.48367,-1.5052 -1.177734,-1.8183 z" + id="path4249-4" + inkscape:connector-curvature="0" /> + <path + style="opacity:1;fill:#f3f3f3;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 2.4549896,1036.2793 c -1.108,0 -2.00000003,0.892 -2.00000003,2 l 0,11 c 0,1.108 0.89200003,2 2.00000003,2 l 11.0000004,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-1.108 -0.892,-2 -2,-2 l -11.0000004,0 z m 0.732422,1 9.5351564,0 c 0.960267,0 1.732422,0.7741 1.732422,1.7344 l 0,9.5332 c 0,0.9603 -0.772155,1.7324 -1.732422,1.7324 l -9.5351564,0 c -0.960266,0 -1.732422,-0.7721 -1.732422,-1.7324 l 0,-9.5332 c 0,-0.9603 0.772156,-1.7344 1.732422,-1.7344 z" + id="path4251-0" + inkscape:connector-curvature="0" /> + </g> + <rect + style="opacity:1;fill:#f3f3f3;fill-opacity:1;stroke:none;stroke-width:0.82000297;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect4253-6" + width="9" + height="9" + x="3.2308738" + y="1039.4983" + rx="1.100245" + ry="1.1002449" /> + </g> + <g + style="display:inline" + id="selected-checkbox-mixed-hover" + transform="translate(376.17352,-1004.895)" + inkscape:label="#g4255"> + <path + style="opacity:0;fill:#000000;fill-opacity:1;stroke:#bfc1c3;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 35.536557,1038.1689 c 0.112241,0.2502 0.177734,0.5253 0.177734,0.8183 l 0,11 c 0,1.108 -0.892,2 -2,2 l -11,0 c -0.294549,0 -0.570945,-0.066 -0.822265,-0.1797 0.312229,0.6963 1.00725,1.1797 1.822265,1.1797 l 11,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-0.8134 -0.48367,-1.5052 -1.177734,-1.8183 z" + id="path4257-6" + inkscape:connector-curvature="0" /> + <path + style="opacity:1;fill:#f3f3f3;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 22.714291,1036.9872 c -1.108,0 -2,0.892 -2,2 l 0,11 c 0,1.108 0.892,2 2,2 l 11,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-1.108 -0.892,-2 -2,-2 l -11,0 z m 0.732422,1 9.535156,0 c 0.960267,0 1.732422,0.7741 1.732422,1.7344 l 0,9.5332 c 0,0.9603 -0.772155,1.7324 -1.732422,1.7324 l -9.535156,0 c -0.960266,0 -1.732422,-0.7721 -1.732422,-1.7324 l 0,-9.5332 c 0,-0.9603 0.772156,-1.7344 1.732422,-1.7344 z" + id="path4259-1" + inkscape:connector-curvature="0" /> + <rect + ry="1" + rx="1" + y="1042.9872" + x="23.714291" + height="3" + width="9" + id="rect4261-6" + style="opacity:1;fill:#f3f3f3;fill-opacity:1;stroke:none;stroke-width:0.82000297;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + <g + style="display:inline" + id="selected-checkbox-checked-active" + transform="translate(376.74603,-987.1073)" + inkscape:label="#g4263"> + <g + transform="translate(-0.22411079,0.21904445)" + id="g4265-3"> + <path + inkscape:connector-curvature="0" + id="path4267-1" + d="m 15.277256,1037.461 c 0.112241,0.2502 0.177734,0.5253 0.177734,0.8183 l 0,11 c 0,1.108 -0.892,2 -2,2 l -11.0000004,0 c -0.294549,0 -0.570945,-0.066 -0.822265,-0.1797 0.312229,0.6963 1.00725,1.1797 1.822265,1.1797 l 11.0000004,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-0.8134 -0.48367,-1.5052 -1.177734,-1.8183 z" + style="opacity:0;fill:#000000;fill-opacity:1;stroke:#bfc1c3;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + id="path4269-7" + d="m 2.4549896,1036.2793 c -1.108,0 -2.00000003,0.892 -2.00000003,2 l 0,11 c 0,1.108 0.89200003,2 2.00000003,2 l 11.0000004,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-1.108 -0.892,-2 -2,-2 l -11.0000004,0 z m 0.732422,1 9.5351564,0 c 0.960267,0 1.732422,0.7741 1.732422,1.7344 l 0,9.5332 c 0,0.9603 -0.772155,1.7324 -1.732422,1.7324 l -9.5351564,0 c -0.960266,0 -1.732422,-0.7721 -1.732422,-1.7324 l 0,-9.5332 c 0,-0.9603 0.772156,-1.7344 1.732422,-1.7344 z" + style="opacity:1;fill:#fcfcfc;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + <rect + ry="1.1002449" + rx="1.100245" + y="1039.4983" + x="3.2308738" + height="9" + width="9" + id="rect4271-0" + style="opacity:1;fill:#fcfcfc;fill-opacity:1;stroke:none;stroke-width:0.82000297;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + <g + style="display:inline" + transform="translate(376.17352,-987.5961)" + id="selected-checkbox-mixed-active" + inkscape:label="#g4273"> + <path + inkscape:connector-curvature="0" + id="path4275-6" + d="m 35.536557,1038.1689 c 0.112241,0.2502 0.177734,0.5253 0.177734,0.8183 l 0,11 c 0,1.108 -0.892,2 -2,2 l -11,0 c -0.294549,0 -0.570945,-0.066 -0.822265,-0.1797 0.312229,0.6963 1.00725,1.1797 1.822265,1.1797 l 11,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-0.8134 -0.48367,-1.5052 -1.177734,-1.8183 z" + style="opacity:0;fill:#000000;fill-opacity:1;stroke:#bfc1c3;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + id="path4277-5" + d="m 22.714291,1036.9872 c -1.108,0 -2,0.892 -2,2 l 0,11 c 0,1.108 0.892,2 2,2 l 11,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-1.108 -0.892,-2 -2,-2 l -11,0 z m 0.732422,1 9.535156,0 c 0.960267,0 1.732422,0.7741 1.732422,1.7344 l 0,9.5332 c 0,0.9603 -0.772155,1.7324 -1.732422,1.7324 l -9.535156,0 c -0.960266,0 -1.732422,-0.7721 -1.732422,-1.7324 l 0,-9.5332 c 0,-0.9603 0.772156,-1.7344 1.732422,-1.7344 z" + style="opacity:1;fill:#fcfcfc;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <rect + style="opacity:1;fill:#fcfcfc;fill-opacity:1;stroke:none;stroke-width:0.82000297;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect4279-9" + width="9" + height="3" + x="23.714291" + y="1042.9872" + rx="1" + ry="1" /> + </g> + <g + style="display:inline" + id="selected-checkbox-unchecked-insensitive" + transform="translate(375.36995,-1004.2989)" + inkscape:label="#g4289"> + <path + style="opacity:0;fill:#000000;fill-opacity:1;stroke:#bfc1c3;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m -2.9816726,1072.0145 c 0.112241,0.2502 0.177734,0.5253 0.177734,0.8183 l 0,11 c 0,1.108 -0.892,2 -2,2 l -11.0000004,0 c -0.294549,0 -0.570945,-0.066 -0.822265,-0.1797 0.312229,0.6963 1.00725,1.1797 1.822265,1.1797 l 11.0000004,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-0.8134 -0.48367,-1.5052 -1.177734,-1.8183 z" + id="path4291-6" + inkscape:connector-curvature="0" /> + <path + style="opacity:1;fill:#63c1e9;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m -15.803939,1070.8328 c -1.108,0 -2,0.892 -2,2 l 0,11 c 0,1.108 0.892,2 2,2 l 11.0000004,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-1.108 -0.892,-2 -2,-2 l -11.0000004,0 z m 0.732422,1 9.5351564,0 c 0.960267,0 1.732422,0.7741 1.732422,1.7344 l 0,9.5332 c 0,0.9603 -0.772155,1.7324 -1.732422,1.7324 l -9.5351564,0 c -0.960266,0 -1.732422,-0.7721 -1.732422,-1.7324 l 0,-9.5332 c 0,-0.9603 0.772156,-1.7344 1.732422,-1.7344 z" + id="path4293-3" + inkscape:connector-curvature="0" /> + </g> + <g + style="display:inline" + transform="translate(376.74603,-969.9643)" + id="selected-checkbox-checked-insensitive" + inkscape:label="#g4295"> + <g + id="g4297-8" + transform="translate(-0.22411079,0.21904445)"> + <path + style="opacity:0;fill:#000000;fill-opacity:1;stroke:#bfc1c3;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 15.277256,1037.461 c 0.112241,0.2502 0.177734,0.5253 0.177734,0.8183 l 0,11 c 0,1.108 -0.892,2 -2,2 l -11.0000004,0 c -0.294549,0 -0.570945,-0.066 -0.822265,-0.1797 0.312229,0.6963 1.00725,1.1797 1.822265,1.1797 l 11.0000004,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-0.8134 -0.48367,-1.5052 -1.177734,-1.8183 z" + id="path4299-8" + inkscape:connector-curvature="0" /> + <path + style="opacity:1;fill:#63c1e9;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 2.4549896,1036.2793 c -1.108,0 -2.00000003,0.892 -2.00000003,2 l 0,11 c 0,1.108 0.89200003,2 2.00000003,2 l 11.0000004,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-1.108 -0.892,-2 -2,-2 l -11.0000004,0 z m 0.732422,1 9.5351564,0 c 0.960267,0 1.732422,0.7741 1.732422,1.7344 l 0,9.5332 c 0,0.9603 -0.772155,1.7324 -1.732422,1.7324 l -9.5351564,0 c -0.960266,0 -1.732422,-0.7721 -1.732422,-1.7324 l 0,-9.5332 c 0,-0.9603 0.772156,-1.7344 1.732422,-1.7344 z" + id="path4301-2" + inkscape:connector-curvature="0" /> + </g> + <rect + style="opacity:1;fill:#63c1e9;fill-opacity:1;stroke:none;stroke-width:0.82000297;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect4303-7" + width="9" + height="9" + x="3.2308738" + y="1039.4983" + rx="1.100245" + ry="1.1002449" /> + </g> + <g + style="display:inline" + id="selected-checkbox-mixed-insensitive" + transform="translate(376.17352,-970.4531)" + inkscape:label="#g4305"> + <path + style="opacity:0;fill:#000000;fill-opacity:1;stroke:#bfc1c3;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 35.536557,1038.1689 c 0.112241,0.2502 0.177734,0.5253 0.177734,0.8183 l 0,11 c 0,1.108 -0.892,2 -2,2 l -11,0 c -0.294549,0 -0.570945,-0.066 -0.822265,-0.1797 0.312229,0.6963 1.00725,1.1797 1.822265,1.1797 l 11,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-0.8134 -0.48367,-1.5052 -1.177734,-1.8183 z" + id="path4307-0" + inkscape:connector-curvature="0" /> + <path + style="opacity:1;fill:#63c1e9;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 22.714291,1036.9872 c -1.108,0 -2,0.892 -2,2 l 0,11 c 0,1.108 0.892,2 2,2 l 11,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-1.108 -0.892,-2 -2,-2 l -11,0 z m 0.732422,1 9.535156,0 c 0.960267,0 1.732422,0.7741 1.732422,1.7344 l 0,9.5332 c 0,0.9603 -0.772155,1.7324 -1.732422,1.7324 l -9.535156,0 c -0.960266,0 -1.732422,-0.7721 -1.732422,-1.7324 l 0,-9.5332 c 0,-0.9603 0.772156,-1.7344 1.732422,-1.7344 z" + id="path4309-1" + inkscape:connector-curvature="0" /> + <rect + ry="1" + rx="1" + y="1042.9872" + x="23.714291" + height="3" + width="9" + id="rect4311-9" + style="opacity:1;fill:#63c1e9;fill-opacity:1;stroke:none;stroke-width:0.82000297;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + <g + style="display:inline" + transform="translate(376.08423,-952.1104)" + id="selected-checkbox-unchecked-backdrop" + inkscape:label="#g7092"> + <path + id="path7094-8" + d="m -2.9455911,1037.4091 c 0.112241,0.2502 0.177734,0.5253 0.177734,0.8183 l 0,11 c 0,1.108 -0.892,2 -2,2 l -10.9999999,0 c -0.29455,0 -0.570946,-0.066 -0.822266,-0.1797 0.312229,0.6963 1.00725,1.1797 1.822266,1.1797 l 10.9999999,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-0.8134 -0.48367,-1.5052 -1.177734,-1.8183 z" + style="opacity:0;fill:#000000;fill-opacity:1;stroke:#bfc1c3;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + inkscape:connector-curvature="0" /> + <path + id="path7096-0" + d="m -15.767857,1036.2274 c -1.108,0 -2,0.892 -2,2 l 0,11 c 0,1.108 0.892,2 2,2 l 10.9999999,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-1.108 -0.892,-2 -2,-2 l -10.9999999,0 z m 0.732422,1 9.5351559,0 c 0.960267,0 1.732422,0.7741 1.732422,1.7344 l 0,9.5332 c 0,0.9603 -0.772155,1.7324 -1.732422,1.7324 l -9.5351559,0 c -0.960267,0 -1.732422,-0.7721 -1.732422,-1.7324 l 0,-9.5332 c 0,-0.9603 0.772155,-1.7344 1.732422,-1.7344 z" + style="opacity:1;fill:#fcfcfc;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + inkscape:connector-curvature="0" /> + </g> + <g + style="display:inline" + transform="translate(377.32657,-952.3813)" + id="selected-checkbox-checked-backdrop" + inkscape:label="#g7098"> + <g + id="g7100-0" + transform="translate(-0.22411079,0.21904445)"> + <path + style="opacity:0;fill:#000000;fill-opacity:1;stroke:#bfc1c3;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 15.277256,1037.461 c 0.112241,0.2502 0.177734,0.5253 0.177734,0.8183 l 0,11 c 0,1.108 -0.892,2 -2,2 l -11.0000004,0 c -0.294549,0 -0.570945,-0.066 -0.822265,-0.1797 0.312229,0.6963 1.00725,1.1797 1.822265,1.1797 l 11.0000004,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-0.8134 -0.48367,-1.5052 -1.177734,-1.8183 z" + id="path7102-9" + inkscape:connector-curvature="0" /> + <path + style="opacity:1;fill:#fcfcfc;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 2.4549896,1036.2793 c -1.108,0 -2.00000003,0.892 -2.00000003,2 l 0,11 c 0,1.108 0.89200003,2 2.00000003,2 l 11.0000004,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-1.108 -0.892,-2 -2,-2 l -11.0000004,0 z m 0.732422,1 9.5351564,0 c 0.960267,0 1.732422,0.7741 1.732422,1.7344 l 0,9.5332 c 0,0.9603 -0.772155,1.7324 -1.732422,1.7324 l -9.5351564,0 c -0.960266,0 -1.732422,-0.7721 -1.732422,-1.7324 l 0,-9.5332 c 0,-0.9603 0.772156,-1.7344 1.732422,-1.7344 z" + id="path7104-4" + inkscape:connector-curvature="0" /> + </g> + <rect + style="opacity:1;fill:#fcfcfc;fill-opacity:1;stroke:none;stroke-width:0.82000297;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect7106-6" + width="9" + height="9" + x="3.2308738" + y="1039.4983" + rx="1.100245" + ry="1.1002449" /> + </g> + <g + style="display:inline" + id="selected-checkbox-mixed-backdrop" + transform="translate(376.08423,-952.8702)" + inkscape:label="#g7108"> + <path + style="opacity:0;fill:#000000;fill-opacity:1;stroke:#bfc1c3;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 35.536557,1038.1689 c 0.112241,0.2502 0.177734,0.5253 0.177734,0.8183 l 0,11 c 0,1.108 -0.892,2 -2,2 l -11,0 c -0.294549,0 -0.570945,-0.066 -0.822265,-0.1797 0.312229,0.6963 1.00725,1.1797 1.822265,1.1797 l 11,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-0.8134 -0.48367,-1.5052 -1.177734,-1.8183 z" + id="path7110-2" + inkscape:connector-curvature="0" /> + <path + style="opacity:1;fill:#fcfcfc;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 22.714291,1036.9872 c -1.108,0 -2,0.892 -2,2 l 0,11 c 0,1.108 0.892,2 2,2 l 11,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-1.108 -0.892,-2 -2,-2 l -11,0 z m 0.732422,1 9.535156,0 c 0.960267,0 1.732422,0.7741 1.732422,1.7344 l 0,9.5332 c 0,0.9603 -0.772155,1.7324 -1.732422,1.7324 l -9.535156,0 c -0.960266,0 -1.732422,-0.7721 -1.732422,-1.7324 l 0,-9.5332 c 0,-0.9603 0.772156,-1.7344 1.732422,-1.7344 z" + id="path7112-6" + inkscape:connector-curvature="0" /> + <rect + ry="1" + rx="1" + y="1042.9872" + x="23.714291" + height="3" + width="9" + id="rect7114-3" + style="opacity:1;fill:#fcfcfc;fill-opacity:1;stroke:none;stroke-width:0.82000297;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + <g + style="display:inline" + transform="translate(375.90566,-969.2987)" + id="selected-checkbox-unchecked-backdrop-insensitive" + inkscape:label="#g7116"> + <path + inkscape:connector-curvature="0" + id="path7118-5" + d="m -2.9816726,1072.0145 c 0.112241,0.2502 0.177734,0.5253 0.177734,0.8183 l 0,11 c 0,1.108 -0.892,2 -2,2 l -11.0000004,0 c -0.294549,0 -0.570945,-0.066 -0.822265,-0.1797 0.312229,0.6963 1.00725,1.1797 1.822265,1.1797 l 11.0000004,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-0.8134 -0.48367,-1.5052 -1.177734,-1.8183 z" + style="opacity:0;fill:#000000;fill-opacity:1;stroke:#bfc1c3;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + id="path7120-4" + d="m -15.803939,1070.8328 c -1.108,0 -2,0.892 -2,2 l 0,11 c 0,1.108 0.892,2 2,2 l 11.0000004,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-1.108 -0.892,-2 -2,-2 l -11.0000004,0 z m 0.732422,1 9.5351564,0 c 0.960267,0 1.732422,0.7741 1.732422,1.7344 l 0,9.5332 c 0,0.9603 -0.772155,1.7324 -1.732422,1.7324 l -9.5351564,0 c -0.960266,0 -1.732422,-0.7721 -1.732422,-1.7324 l 0,-9.5332 c 0,-0.9603 0.772156,-1.7344 1.732422,-1.7344 z" + style="opacity:1;fill:#63c1e9;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + <g + style="display:inline" + id="selected-checkbox-checked-backdrop-insensitive" + transform="translate(377.28175,-934.9643)" + inkscape:label="#g7122"> + <g + transform="translate(-0.22411079,0.21904445)" + id="g7124-1"> + <path + inkscape:connector-curvature="0" + id="path7126-1" + d="m 15.277256,1037.461 c 0.112241,0.2502 0.177734,0.5253 0.177734,0.8183 l 0,11 c 0,1.108 -0.892,2 -2,2 l -11.0000004,0 c -0.294549,0 -0.570945,-0.066 -0.822265,-0.1797 0.312229,0.6963 1.00725,1.1797 1.822265,1.1797 l 11.0000004,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-0.8134 -0.48367,-1.5052 -1.177734,-1.8183 z" + style="opacity:0;fill:#000000;fill-opacity:1;stroke:#bfc1c3;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + id="path7128-1" + d="m 2.4549896,1036.2793 c -1.108,0 -2.00000003,0.892 -2.00000003,2 l 0,11 c 0,1.108 0.89200003,2 2.00000003,2 l 11.0000004,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-1.108 -0.892,-2 -2,-2 l -11.0000004,0 z m 0.732422,1 9.5351564,0 c 0.960267,0 1.732422,0.7741 1.732422,1.7344 l 0,9.5332 c 0,0.9603 -0.772155,1.7324 -1.732422,1.7324 l -9.5351564,0 c -0.960266,0 -1.732422,-0.7721 -1.732422,-1.7324 l 0,-9.5332 c 0,-0.9603 0.772156,-1.7344 1.732422,-1.7344 z" + style="opacity:1;fill:#63c1e9;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + <rect + ry="1.1002449" + rx="1.100245" + y="1039.4983" + x="3.2308738" + height="9" + width="9" + id="rect7130-1" + style="opacity:1;fill:#63c1e9;fill-opacity:1;stroke:none;stroke-width:0.82000297;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + <g + style="display:inline" + transform="translate(376.70924,-935.4531)" + id="selected-checkbox-mixed-backdrop-insensitive" + inkscape:label="#g7132"> + <path + inkscape:connector-curvature="0" + id="path7134-4" + d="m 35.536557,1038.1689 c 0.112241,0.2502 0.177734,0.5253 0.177734,0.8183 l 0,11 c 0,1.108 -0.892,2 -2,2 l -11,0 c -0.294549,0 -0.570945,-0.066 -0.822265,-0.1797 0.312229,0.6963 1.00725,1.1797 1.822265,1.1797 l 11,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-0.8134 -0.48367,-1.5052 -1.177734,-1.8183 z" + style="opacity:0;fill:#000000;fill-opacity:1;stroke:#bfc1c3;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + id="path7136-4" + d="m 22.714291,1036.9872 c -1.108,0 -2,0.892 -2,2 l 0,11 c 0,1.108 0.892,2 2,2 l 11,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-1.108 -0.892,-2 -2,-2 l -11,0 z m 0.732422,1 9.535156,0 c 0.960267,0 1.732422,0.7741 1.732422,1.7344 l 0,9.5332 c 0,0.9603 -0.772155,1.7324 -1.732422,1.7324 l -9.535156,0 c -0.960266,0 -1.732422,-0.7721 -1.732422,-1.7324 l 0,-9.5332 c 0,-0.9603 0.772156,-1.7344 1.732422,-1.7344 z" + style="opacity:1;fill:#63c1e9;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <rect + style="opacity:1;fill:#63c1e9;fill-opacity:1;stroke:none;stroke-width:0.82000297;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect7138-5" + width="9" + height="3" + x="23.714291" + y="1042.9872" + rx="1" + ry="1" /> + </g> + <g + style="display:inline" + id="selected-radio-unchecked" + transform="translate(422.20271,-1040.6526)" + inkscape:label="#g7194"> + <path + inkscape:connector-curvature="0" + style="opacity:0;fill:#000000;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 13.391894,1057.6358 a 7.4999962,7.4999962 0 0 1 1.734375,4.7871 7.4999962,7.4999962 0 0 1 -7.4999999,7.5 7.4999962,7.4999962 0 0 1 -4.765625,-1.7129 7.4999981,7.4999981 0 0 0 5.765625,2.7129 7.4999981,7.4999981 0 0 0 7.4999999,-7.5 7.4999981,7.4999981 0 0 0 -2.734375,-5.7871 z" + id="path7151-7" /> + <path + inkscape:connector-curvature="0" + style="opacity:1;fill:#fcfcfc;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 7.6262691,1054.9229 a 7.4999962,7.4999962 0 0 0 -7.50000003,7.5 7.4999962,7.4999962 0 0 0 7.50000003,7.5 7.4999962,7.4999962 0 0 0 7.4999999,-7.5 7.4999962,7.4999962 0 0 0 -7.4999999,-7.5 z m 0,1 a 6.4999933,6.4999933 0 0 1 6.4999999,6.5 6.4999933,6.4999933 0 0 1 -6.4999999,6.5 6.4999933,6.4999933 0 0 1 -6.5,-6.5 6.4999933,6.4999933 0 0 1 6.5,-6.5 z" + id="path7153-4" /> + </g> + <g + style="display:inline" + id="selected-radio-checked" + transform="translate(421.88704,-1040.6526)" + inkscape:label="#g7189"> + <path + inkscape:connector-curvature="0" + style="opacity:0;fill:#000000;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 32.584792,1057.6358 a 7.4999962,7.4999962 0 0 1 1.734375,4.7871 7.4999962,7.4999962 0 0 1 -7.5,7.5 7.4999962,7.4999962 0 0 1 -4.765625,-1.7129 7.4999981,7.4999981 0 0 0 5.765625,2.7129 7.4999981,7.4999981 0 0 0 7.5,-7.5 7.4999981,7.4999981 0 0 0 -2.734375,-5.7871 z" + id="path7163-9" /> + <path + inkscape:connector-curvature="0" + style="opacity:1;fill:#fcfcfc;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 26.819167,1054.9229 a 7.4999962,7.4999962 0 0 0 -7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,-7.5 7.4999962,7.4999962 0 0 0 -7.5,-7.5 z m 0,1 a 6.4999933,6.4999933 0 0 1 6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,-6.5 6.4999933,6.4999933 0 0 1 6.5,-6.5 z" + id="path7165-7" /> + <circle + style="opacity:1;fill:#fcfcfc;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="circle7167-1" + cx="26.819166" + cy="1062.4237" + r="4.4999943" /> + </g> + <g + style="display:inline" + id="selected-radio-mixed" + transform="translate(422.20271,-1040.1475)" + inkscape:label="#g7184"> + <path + inkscape:connector-curvature="0" + id="path7140-7" + d="m 51.146345,1057.1307 a 7.4999962,7.4999962 0 0 1 1.734375,4.7871 7.4999962,7.4999962 0 0 1 -7.5,7.5 7.4999962,7.4999962 0 0 1 -4.765625,-1.7129 7.4999981,7.4999981 0 0 0 5.765625,2.7129 7.4999981,7.4999981 0 0 0 7.5,-7.5 7.4999981,7.4999981 0 0 0 -2.734375,-5.7871 z" + style="opacity:0;fill:#000000;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + id="circle7147-1" + d="m 45.38072,1054.4178 a 7.4999962,7.4999962 0 0 0 -7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,-7.5 7.4999962,7.4999962 0 0 0 -7.5,-7.5 z m 0,1 a 6.4999933,6.4999933 0 0 1 6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,-6.5 6.4999933,6.4999933 0 0 1 6.5,-6.5 z" + style="opacity:1;fill:#fcfcfc;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <rect + ry="1" + rx="1" + y="1060.4178" + x="40.880722" + height="3" + width="9" + id="rect4210-1-3" + style="opacity:1;fill:#fcfcfc;fill-opacity:1;stroke:none;stroke-width:0.82000297;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + <g + style="display:inline" + transform="translate(422.20271,-1023.2275)" + id="selected-radio-unchecked-hover" + inkscape:label="#g7198"> + <path + id="path7200-0" + d="m 13.391894,1057.6358 a 7.4999962,7.4999962 0 0 1 1.734375,4.7871 7.4999962,7.4999962 0 0 1 -7.4999999,7.5 7.4999962,7.4999962 0 0 1 -4.765625,-1.7129 7.4999981,7.4999981 0 0 0 5.765625,2.7129 7.4999981,7.4999981 0 0 0 7.4999999,-7.5 7.4999981,7.4999981 0 0 0 -2.734375,-5.7871 z" + style="opacity:0;fill:#000000;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + inkscape:connector-curvature="0" /> + <path + id="path7202-9" + d="m 7.6262691,1054.9229 a 7.4999962,7.4999962 0 0 0 -7.50000003,7.5 7.4999962,7.4999962 0 0 0 7.50000003,7.5 7.4999962,7.4999962 0 0 0 7.4999999,-7.5 7.4999962,7.4999962 0 0 0 -7.4999999,-7.5 z m 0,1 a 6.4999933,6.4999933 0 0 1 6.4999999,6.5 6.4999933,6.4999933 0 0 1 -6.4999999,6.5 6.4999933,6.4999933 0 0 1 -6.5,-6.5 6.4999933,6.4999933 0 0 1 6.5,-6.5 z" + style="opacity:1;fill:#f3f3f3;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + inkscape:connector-curvature="0" /> + </g> + <g + style="display:inline" + transform="translate(421.88704,-1023.2275)" + id="selected-radio-checked-hover" + inkscape:label="#g7204"> + <path + id="path7206-2" + d="m 32.584792,1057.6358 a 7.4999962,7.4999962 0 0 1 1.734375,4.7871 7.4999962,7.4999962 0 0 1 -7.5,7.5 7.4999962,7.4999962 0 0 1 -4.765625,-1.7129 7.4999981,7.4999981 0 0 0 5.765625,2.7129 7.4999981,7.4999981 0 0 0 7.5,-7.5 7.4999981,7.4999981 0 0 0 -2.734375,-5.7871 z" + style="opacity:0;fill:#000000;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + inkscape:connector-curvature="0" /> + <path + id="path7208-4" + d="m 26.819167,1054.9229 a 7.4999962,7.4999962 0 0 0 -7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,-7.5 7.4999962,7.4999962 0 0 0 -7.5,-7.5 z m 0,1 a 6.4999933,6.4999933 0 0 1 6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,-6.5 6.4999933,6.4999933 0 0 1 6.5,-6.5 z" + style="opacity:1;fill:#f3f3f3;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + inkscape:connector-curvature="0" /> + <circle + r="4.4999943" + cy="1062.4237" + cx="26.819166" + id="circle7210-4" + style="opacity:1;fill:#f3f3f3;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + <g + style="display:inline" + transform="translate(422.20271,-1022.7224)" + id="selected-radio-mixed-hover" + inkscape:label="#g7212"> + <path + style="opacity:0;fill:#000000;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 51.146345,1057.1307 a 7.4999962,7.4999962 0 0 1 1.734375,4.7871 7.4999962,7.4999962 0 0 1 -7.5,7.5 7.4999962,7.4999962 0 0 1 -4.765625,-1.7129 7.4999981,7.4999981 0 0 0 5.765625,2.7129 7.4999981,7.4999981 0 0 0 7.5,-7.5 7.4999981,7.4999981 0 0 0 -2.734375,-5.7871 z" + id="path7214-0" + inkscape:connector-curvature="0" /> + <path + style="opacity:1;fill:#f3f3f3;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 45.38072,1054.4178 a 7.4999962,7.4999962 0 0 0 -7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,-7.5 7.4999962,7.4999962 0 0 0 -7.5,-7.5 z m 0,1 a 6.4999933,6.4999933 0 0 1 6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,-6.5 6.4999933,6.4999933 0 0 1 6.5,-6.5 z" + id="path7216-9" + inkscape:connector-curvature="0" /> + <rect + style="opacity:1;fill:#f3f3f3;fill-opacity:1;stroke:none;stroke-width:0.82000297;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect7218-4" + width="9" + height="3" + x="40.880722" + y="1060.4178" + rx="1" + ry="1" /> + </g> + <g + style="display:inline" + id="selected-radio-unchecked-active" + transform="translate(422.20271,-1005.5498)" + inkscape:label="#g7220"> + <path + inkscape:connector-curvature="0" + style="opacity:0;fill:#000000;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 13.391894,1057.6358 a 7.4999962,7.4999962 0 0 1 1.734375,4.7871 7.4999962,7.4999962 0 0 1 -7.4999999,7.5 7.4999962,7.4999962 0 0 1 -4.765625,-1.7129 7.4999981,7.4999981 0 0 0 5.765625,2.7129 7.4999981,7.4999981 0 0 0 7.4999999,-7.5 7.4999981,7.4999981 0 0 0 -2.734375,-5.7871 z" + id="path7222-0" /> + <path + inkscape:connector-curvature="0" + style="opacity:1;fill:#fcfcfc;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 7.6262691,1054.9229 a 7.4999962,7.4999962 0 0 0 -7.50000003,7.5 7.4999962,7.4999962 0 0 0 7.50000003,7.5 7.4999962,7.4999962 0 0 0 7.4999999,-7.5 7.4999962,7.4999962 0 0 0 -7.4999999,-7.5 z m 0,1 a 6.4999933,6.4999933 0 0 1 6.4999999,6.5 6.4999933,6.4999933 0 0 1 -6.4999999,6.5 6.4999933,6.4999933 0 0 1 -6.5,-6.5 6.4999933,6.4999933 0 0 1 6.5,-6.5 z" + id="path7224-5" /> + </g> + <g + style="display:inline" + id="selected-radio-checked-active" + transform="translate(421.88704,-1005.5498)" + inkscape:label="#g7226"> + <path + inkscape:connector-curvature="0" + style="opacity:0;fill:#000000;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 32.584792,1057.6358 a 7.4999962,7.4999962 0 0 1 1.734375,4.7871 7.4999962,7.4999962 0 0 1 -7.5,7.5 7.4999962,7.4999962 0 0 1 -4.765625,-1.7129 7.4999981,7.4999981 0 0 0 5.765625,2.7129 7.4999981,7.4999981 0 0 0 7.5,-7.5 7.4999981,7.4999981 0 0 0 -2.734375,-5.7871 z" + id="path7228-3" /> + <path + inkscape:connector-curvature="0" + style="opacity:1;fill:#fcfcfc;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 26.819167,1054.9229 a 7.4999962,7.4999962 0 0 0 -7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,-7.5 7.4999962,7.4999962 0 0 0 -7.5,-7.5 z m 0,1 a 6.4999933,6.4999933 0 0 1 6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,-6.5 6.4999933,6.4999933 0 0 1 6.5,-6.5 z" + id="path7230-4" /> + <circle + style="opacity:1;fill:#fcfcfc;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="circle7232-8" + cx="26.819166" + cy="1062.4237" + r="4.4999943" /> + </g> + <g + style="display:inline" + id="selected-radio-mixed-active" + transform="translate(422.20271,-1005.0447)" + inkscape:label="#g7234"> + <path + inkscape:connector-curvature="0" + id="path7236-1" + d="m 51.146345,1057.1307 a 7.4999962,7.4999962 0 0 1 1.734375,4.7871 7.4999962,7.4999962 0 0 1 -7.5,7.5 7.4999962,7.4999962 0 0 1 -4.765625,-1.7129 7.4999981,7.4999981 0 0 0 5.765625,2.7129 7.4999981,7.4999981 0 0 0 7.5,-7.5 7.4999981,7.4999981 0 0 0 -2.734375,-5.7871 z" + style="opacity:0;fill:#000000;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + id="path7238-3" + d="m 45.38072,1054.4178 a 7.4999962,7.4999962 0 0 0 -7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,-7.5 7.4999962,7.4999962 0 0 0 -7.5,-7.5 z m 0,1 a 6.4999933,6.4999933 0 0 1 6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,-6.5 6.4999933,6.4999933 0 0 1 6.5,-6.5 z" + style="opacity:1;fill:#fcfcfc;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <rect + ry="1" + rx="1" + y="1060.4178" + x="40.880722" + height="3" + width="9" + id="rect7240-7" + style="opacity:1;fill:#fcfcfc;fill-opacity:1;stroke:none;stroke-width:0.82000297;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + <g + style="display:inline" + transform="translate(422.20271,-988.3772)" + id="selected-radio-unchecked-insensitive" + inkscape:label="#g7242"> + <path + id="path7244-5" + d="m 13.391894,1057.6358 a 7.4999962,7.4999962 0 0 1 1.734375,4.7871 7.4999962,7.4999962 0 0 1 -7.4999999,7.5 7.4999962,7.4999962 0 0 1 -4.765625,-1.7129 7.4999981,7.4999981 0 0 0 5.765625,2.7129 7.4999981,7.4999981 0 0 0 7.4999999,-7.5 7.4999981,7.4999981 0 0 0 -2.734375,-5.7871 z" + style="opacity:0;fill:#000000;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + inkscape:connector-curvature="0" /> + <path + id="path7246-6" + d="m 7.6262691,1054.9229 a 7.4999962,7.4999962 0 0 0 -7.50000003,7.5 7.4999962,7.4999962 0 0 0 7.50000003,7.5 7.4999962,7.4999962 0 0 0 7.4999999,-7.5 7.4999962,7.4999962 0 0 0 -7.4999999,-7.5 z m 0,1 a 6.4999933,6.4999933 0 0 1 6.4999999,6.5 6.4999933,6.4999933 0 0 1 -6.4999999,6.5 6.4999933,6.4999933 0 0 1 -6.5,-6.5 6.4999933,6.4999933 0 0 1 6.5,-6.5 z" + style="opacity:1;fill:#63c1e9;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + inkscape:connector-curvature="0" /> + </g> + <g + style="display:inline" + transform="translate(421.88704,-988.3772)" + id="selected-radio-checked-insensitive" + inkscape:label="#g7248"> + <path + id="path7250-6" + d="m 32.584792,1057.6358 a 7.4999962,7.4999962 0 0 1 1.734375,4.7871 7.4999962,7.4999962 0 0 1 -7.5,7.5 7.4999962,7.4999962 0 0 1 -4.765625,-1.7129 7.4999981,7.4999981 0 0 0 5.765625,2.7129 7.4999981,7.4999981 0 0 0 7.5,-7.5 7.4999981,7.4999981 0 0 0 -2.734375,-5.7871 z" + style="opacity:0;fill:#000000;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + inkscape:connector-curvature="0" /> + <path + id="path7252-7" + d="m 26.819167,1054.9229 a 7.4999962,7.4999962 0 0 0 -7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,-7.5 7.4999962,7.4999962 0 0 0 -7.5,-7.5 z m 0,1 a 6.4999933,6.4999933 0 0 1 6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,-6.5 6.4999933,6.4999933 0 0 1 6.5,-6.5 z" + style="opacity:1;fill:#63c1e9;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + inkscape:connector-curvature="0" /> + <circle + r="4.4999943" + cy="1062.4237" + cx="26.819166" + id="circle7254-2" + style="opacity:1;fill:#63c1e9;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + <g + style="display:inline" + transform="translate(422.20271,-987.8721)" + id="selected-radio-mixed-insensitive" + inkscape:label="#g7256"> + <path + style="opacity:0;fill:#000000;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 51.146345,1057.1307 a 7.4999962,7.4999962 0 0 1 1.734375,4.7871 7.4999962,7.4999962 0 0 1 -7.5,7.5 7.4999962,7.4999962 0 0 1 -4.765625,-1.7129 7.4999981,7.4999981 0 0 0 5.765625,2.7129 7.4999981,7.4999981 0 0 0 7.5,-7.5 7.4999981,7.4999981 0 0 0 -2.734375,-5.7871 z" + id="path7258-2" + inkscape:connector-curvature="0" /> + <path + style="opacity:1;fill:#63c1e9;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 45.38072,1054.4178 a 7.4999962,7.4999962 0 0 0 -7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,-7.5 7.4999962,7.4999962 0 0 0 -7.5,-7.5 z m 0,1 a 6.4999933,6.4999933 0 0 1 6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,-6.5 6.4999933,6.4999933 0 0 1 6.5,-6.5 z" + id="path7260-4" + inkscape:connector-curvature="0" /> + <rect + style="opacity:1;fill:#63c1e9;fill-opacity:1;stroke:none;stroke-width:0.82000297;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect7262-2" + width="9" + height="3" + x="40.880722" + y="1060.4178" + rx="1" + ry="1" /> + </g> + <g + style="display:inline" + id="selected-radio-unchecked-backdrop" + transform="translate(422.20271,-971.2045)" + inkscape:label="#g7264"> + <path + inkscape:connector-curvature="0" + style="opacity:0;fill:#000000;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 13.391894,1057.6358 a 7.4999962,7.4999962 0 0 1 1.734375,4.7871 7.4999962,7.4999962 0 0 1 -7.4999999,7.5 7.4999962,7.4999962 0 0 1 -4.765625,-1.7129 7.4999981,7.4999981 0 0 0 5.765625,2.7129 7.4999981,7.4999981 0 0 0 7.4999999,-7.5 7.4999981,7.4999981 0 0 0 -2.734375,-5.7871 z" + id="path7266-0" /> + <path + inkscape:connector-curvature="0" + style="opacity:1;fill:#fcfcfc;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 7.6262691,1054.9229 a 7.4999962,7.4999962 0 0 0 -7.50000003,7.5 7.4999962,7.4999962 0 0 0 7.50000003,7.5 7.4999962,7.4999962 0 0 0 7.4999999,-7.5 7.4999962,7.4999962 0 0 0 -7.4999999,-7.5 z m 0,1 a 6.4999933,6.4999933 0 0 1 6.4999999,6.5 6.4999933,6.4999933 0 0 1 -6.4999999,6.5 6.4999933,6.4999933 0 0 1 -6.5,-6.5 6.4999933,6.4999933 0 0 1 6.5,-6.5 z" + id="path7268-4" /> + </g> + <g + style="display:inline" + id="selected-radio-checked-backdrop" + transform="translate(421.88704,-971.2045)" + inkscape:label="#g7270"> + <path + inkscape:connector-curvature="0" + style="opacity:0;fill:#000000;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 32.584792,1057.6358 a 7.4999962,7.4999962 0 0 1 1.734375,4.7871 7.4999962,7.4999962 0 0 1 -7.5,7.5 7.4999962,7.4999962 0 0 1 -4.765625,-1.7129 7.4999981,7.4999981 0 0 0 5.765625,2.7129 7.4999981,7.4999981 0 0 0 7.5,-7.5 7.4999981,7.4999981 0 0 0 -2.734375,-5.7871 z" + id="path7272-7" /> + <path + inkscape:connector-curvature="0" + style="opacity:1;fill:#fcfcfc;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 26.819167,1054.9229 a 7.4999962,7.4999962 0 0 0 -7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,-7.5 7.4999962,7.4999962 0 0 0 -7.5,-7.5 z m 0,1 a 6.4999933,6.4999933 0 0 1 6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,-6.5 6.4999933,6.4999933 0 0 1 6.5,-6.5 z" + id="path7274-4" /> + <circle + style="opacity:1;fill:#fcfcfc;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="circle7276-8" + cx="26.819166" + cy="1062.4237" + r="4.4999943" /> + </g> + <g + style="display:inline" + id="selected-radio-mixed-backdrop" + transform="translate(422.20271,-970.6994)" + inkscape:label="#g7278"> + <path + inkscape:connector-curvature="0" + id="path7280-8" + d="m 51.146345,1057.1307 a 7.4999962,7.4999962 0 0 1 1.734375,4.7871 7.4999962,7.4999962 0 0 1 -7.5,7.5 7.4999962,7.4999962 0 0 1 -4.765625,-1.7129 7.4999981,7.4999981 0 0 0 5.765625,2.7129 7.4999981,7.4999981 0 0 0 7.5,-7.5 7.4999981,7.4999981 0 0 0 -2.734375,-5.7871 z" + style="opacity:0;fill:#000000;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + id="path7282-1" + d="m 45.38072,1054.4178 a 7.4999962,7.4999962 0 0 0 -7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,-7.5 7.4999962,7.4999962 0 0 0 -7.5,-7.5 z m 0,1 a 6.4999933,6.4999933 0 0 1 6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,-6.5 6.4999933,6.4999933 0 0 1 6.5,-6.5 z" + style="opacity:1;fill:#fcfcfc;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <rect + ry="1" + rx="1" + y="1060.4178" + x="40.880722" + height="3" + width="9" + id="rect7284-9" + style="opacity:1;fill:#fcfcfc;fill-opacity:1;stroke:none;stroke-width:0.82000297;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + <g + style="display:inline" + transform="translate(422.20271,-952.0116)" + id="selected-radio-unchecked-backdrop-insensitive" + inkscape:label="#g7286"> + <path + id="path7288-4" + d="m 13.391894,1057.6358 a 7.4999962,7.4999962 0 0 1 1.734375,4.7871 7.4999962,7.4999962 0 0 1 -7.4999999,7.5 7.4999962,7.4999962 0 0 1 -4.765625,-1.7129 7.4999981,7.4999981 0 0 0 5.765625,2.7129 7.4999981,7.4999981 0 0 0 7.4999999,-7.5 7.4999981,7.4999981 0 0 0 -2.734375,-5.7871 z" + style="opacity:0;fill:#000000;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + inkscape:connector-curvature="0" /> + <path + id="path7290-4" + d="m 7.6262691,1054.9229 a 7.4999962,7.4999962 0 0 0 -7.50000003,7.5 7.4999962,7.4999962 0 0 0 7.50000003,7.5 7.4999962,7.4999962 0 0 0 7.4999999,-7.5 7.4999962,7.4999962 0 0 0 -7.4999999,-7.5 z m 0,1 a 6.4999933,6.4999933 0 0 1 6.4999999,6.5 6.4999933,6.4999933 0 0 1 -6.4999999,6.5 6.4999933,6.4999933 0 0 1 -6.5,-6.5 6.4999933,6.4999933 0 0 1 6.5,-6.5 z" + style="opacity:1;fill:#63c1e9;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + inkscape:connector-curvature="0" /> + </g> + <g + style="display:inline" + transform="translate(421.88704,-952.0116)" + id="selected-radio-checked-backdrop-insensitive" + inkscape:label="#g7292"> + <path + id="path7294-4" + d="m 32.584792,1057.6358 a 7.4999962,7.4999962 0 0 1 1.734375,4.7871 7.4999962,7.4999962 0 0 1 -7.5,7.5 7.4999962,7.4999962 0 0 1 -4.765625,-1.7129 7.4999981,7.4999981 0 0 0 5.765625,2.7129 7.4999981,7.4999981 0 0 0 7.5,-7.5 7.4999981,7.4999981 0 0 0 -2.734375,-5.7871 z" + style="opacity:0;fill:#000000;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + inkscape:connector-curvature="0" /> + <path + id="path7296-2" + d="m 26.819167,1054.9229 a 7.4999962,7.4999962 0 0 0 -7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,-7.5 7.4999962,7.4999962 0 0 0 -7.5,-7.5 z m 0,1 a 6.4999933,6.4999933 0 0 1 6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,-6.5 6.4999933,6.4999933 0 0 1 6.5,-6.5 z" + style="opacity:1;fill:#63c1e9;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + inkscape:connector-curvature="0" /> + <circle + r="4.4999943" + cy="1062.4237" + cx="26.819166" + id="circle7298-0" + style="opacity:1;fill:#63c1e9;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + <g + style="display:inline" + transform="translate(422.20271,-951.5065)" + id="selected-radio-mixed-backdrop-insensitive" + inkscape:label="#g7300"> + <path + style="opacity:0;fill:#000000;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 51.146345,1057.1307 a 7.4999962,7.4999962 0 0 1 1.734375,4.7871 7.4999962,7.4999962 0 0 1 -7.5,7.5 7.4999962,7.4999962 0 0 1 -4.765625,-1.7129 7.4999981,7.4999981 0 0 0 5.765625,2.7129 7.4999981,7.4999981 0 0 0 7.5,-7.5 7.4999981,7.4999981 0 0 0 -2.734375,-5.7871 z" + id="path7302-9" + inkscape:connector-curvature="0" /> + <path + style="opacity:1;fill:#63c1e9;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 45.38072,1054.4178 a 7.4999962,7.4999962 0 0 0 -7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,-7.5 7.4999962,7.4999962 0 0 0 -7.5,-7.5 z m 0,1 a 6.4999933,6.4999933 0 0 1 6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,-6.5 6.4999933,6.4999933 0 0 1 6.5,-6.5 z" + id="path7304-7" + inkscape:connector-curvature="0" /> + <rect + style="opacity:1;fill:#63c1e9;fill-opacity:1;stroke:none;stroke-width:0.82000297;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect7306-2" + width="9" + height="3" + x="40.880722" + y="1060.4178" + rx="1" + ry="1" /> + </g> + <g + id="slider-horz-scale-has-marks-below" + inkscape:label="#g5468" + transform="translate(-246.39811,-1087.5425)"> + <circle + inkscape:tile-y0="1090.5741" + inkscape:tile-x0="434.0683" + inkscape:tile-h="20" + inkscape:tile-w="20" + inkscape:tile-cy="1100.5741" + inkscape:tile-cx="444.0683" + r="10" + cy="1100.5741" + cx="444.0683" + id="path5314" + style="opacity:1;fill:#eff0f1;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + inkscape:tile-y0="1090.5741" + inkscape:tile-x0="434.0683" + inkscape:tile-h="20" + inkscape:tile-w="20" + inkscape:tile-cy="1100.5741" + inkscape:tile-cx="444.0683" + inkscape:connector-curvature="0" + id="path5316" + d="m 444.0683,1090.5741 a 10,10 0 0 0 -10,10 10,10 0 0 0 10,10 10,10 0 0 0 10,-10 10,10 0 0 0 -10,-10 z m 0,1 a 9,9 0 0 1 9,9 9,9 0 0 1 -9,9 9,9 0 0 1 -9,-9 9,9 0 0 1 9,-9 z" + style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <use + id="use5387" + xlink:href="#path5316" + inkscape:tiled-clone-of="#path5316" + y="0" + x="0" + width="100%" + height="100%" /> + </g> + <g + id="slider-horz-scale-has-marks-above" + inkscape:label="#g5473" + transform="translate(-246.39811,-1087.5425)"> + <use + id="use5351" + transform="translate(24,0)" + xlink:href="#path5314" + inkscape:tiled-clone-of="#path5314" + y="0" + x="0" + width="100%" + height="100%" /> + <use + id="use5389" + transform="translate(24,0)" + xlink:href="#path5316" + inkscape:tiled-clone-of="#path5316" + y="0" + x="0" + width="100%" + height="100%" /> + </g> + <g + id="slider-vert-scale-has-marks-above" + inkscape:label="#g5477" + transform="translate(-246.39811,-1087.5425)"> + <use + id="use5363" + transform="translate(48,0)" + xlink:href="#path5314" + inkscape:tiled-clone-of="#path5314" + y="0" + x="0" + width="100%" + height="100%" /> + <use + id="use5391" + transform="translate(48,0)" + xlink:href="#path5316" + inkscape:tiled-clone-of="#path5316" + y="0" + x="0" + width="100%" + height="100%" /> + </g> + <g + id="slider-vert-scale-has-marks-below" + inkscape:label="#g5497" + transform="translate(-246.39811,-1087.5425)"> + <use + id="use5375" + transform="translate(72,0)" + xlink:href="#path5314" + inkscape:tiled-clone-of="#path5314" + y="0" + x="0" + width="100%" + height="100%" /> + <use + id="use5393" + transform="translate(72,0)" + xlink:href="#path5316" + inkscape:tiled-clone-of="#path5316" + y="0" + x="0" + width="100%" + height="100%" /> + </g> + <g + id="slider-horz-scale-has-marks-below-insensitive" + inkscape:label="#g5533" + transform="translate(-246.39811,-1087.5425)"> + <use + id="use5345" + transform="translate(0,72)" + xlink:href="#path5314" + inkscape:tiled-clone-of="#path5314" + y="0" + x="0" + width="100%" + height="100%" /> + <path + inkscape:tile-y0="1162.5741" + inkscape:tile-x0="434.0683" + inkscape:tile-h="20" + inkscape:tile-w="20" + inkscape:tile-cy="1172.5741" + inkscape:tile-cx="444.0683" + inkscape:connector-curvature="0" + id="path5395" + d="m 444.0683,1162.5741 a 10,10 0 0 0 -10,10 10,10 0 0 0 10,10 10,10 0 0 0 10,-10 10,10 0 0 0 -10,-10 z m 0,1 a 9,9 0 0 1 9,9 9,9 0 0 1 -9,9 9,9 0 0 1 -9,-9 9,9 0 0 1 9,-9 z" + style="opacity:1;fill:#bfc1c3;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + <g + id="slider-horz-scale-has-marks-below-backdrop-insensitive" + inkscape:label="#g5561" + transform="translate(-246.39811,-1087.5425)"> + <use + id="use5347" + transform="translate(0,96)" + xlink:href="#path5314" + inkscape:tiled-clone-of="#path5314" + y="0" + x="0" + width="100%" + height="100%" /> + <use + id="use5399" + transform="translate(0,24)" + xlink:href="#path5395" + inkscape:tiled-clone-of="#path5395" + y="0" + x="0" + width="100%" + height="100%" /> + </g> + <g + id="slider-horz-scale-has-marks-above-insensitive" + inkscape:label="#g5537" + transform="translate(-246.39811,-1087.5425)"> + <use + id="use5357" + transform="translate(24,72)" + xlink:href="#path5314" + inkscape:tiled-clone-of="#path5314" + y="0" + x="0" + width="100%" + height="100%" /> + <use + id="use5403" + transform="translate(24,0)" + xlink:href="#path5395" + inkscape:tiled-clone-of="#path5395" + y="0" + x="0" + width="100%" + height="100%" /> + </g> + <g + id="slider-horz-scale-has-marks-above-backdrop-insensitive" + inkscape:label="#g5557" + transform="translate(-246.39811,-1087.5425)"> + <use + id="use5359" + transform="translate(24,96)" + xlink:href="#path5314" + inkscape:tiled-clone-of="#path5314" + y="0" + x="0" + width="100%" + height="100%" /> + <use + id="use5405" + transform="translate(24,24)" + xlink:href="#path5395" + inkscape:tiled-clone-of="#path5395" + y="0" + x="0" + width="100%" + height="100%" /> + </g> + <g + id="slider-vert-scale-has-marks-above-insensitive" + inkscape:label="#g5541" + transform="translate(-246.39811,-1087.5425)"> + <use + id="use5369" + transform="translate(48,72)" + xlink:href="#path5314" + inkscape:tiled-clone-of="#path5314" + y="0" + x="0" + width="100%" + height="100%" /> + <use + id="use5409" + transform="translate(48,0)" + xlink:href="#path5395" + inkscape:tiled-clone-of="#path5395" + y="0" + x="0" + width="100%" + height="100%" /> + </g> + <g + id="slider-vert-scale-has-marks-above-backdrop-insensitive" + inkscape:label="#g5553" + transform="translate(-246.39811,-1087.5425)"> + <use + id="use5371" + transform="translate(48,96)" + xlink:href="#path5314" + inkscape:tiled-clone-of="#path5314" + y="0" + x="0" + width="100%" + height="100%" /> + <use + id="use5411" + transform="translate(48,24)" + xlink:href="#path5395" + inkscape:tiled-clone-of="#path5395" + y="0" + x="0" + width="100%" + height="100%" /> + </g> + <g + id="slider-vert-scale-has-marks-below-insensitive" + inkscape:label="#g5545" + transform="translate(-246.39811,-1087.5425)"> + <use + id="use5381" + transform="translate(72,72)" + xlink:href="#path5314" + inkscape:tiled-clone-of="#path5314" + y="0" + x="0" + width="100%" + height="100%" /> + <use + id="use5415" + transform="translate(72,0)" + xlink:href="#path5395" + inkscape:tiled-clone-of="#path5395" + y="0" + x="0" + width="100%" + height="100%" /> + </g> + <g + id="slider-vert-scale-has-marks-below-backdrop-insensitive" + inkscape:label="#g5549" + transform="translate(-246.39811,-1087.5425)"> + <use + id="use5383" + transform="translate(72,96)" + xlink:href="#path5314" + inkscape:tiled-clone-of="#path5314" + y="0" + x="0" + width="100%" + height="100%" /> + <use + id="use5417" + transform="translate(72,24)" + xlink:href="#path5395" + inkscape:tiled-clone-of="#path5395" + y="0" + x="0" + width="100%" + height="100%" /> + </g> + <g + id="slider-horz-scale-has-marks-below-hover" + inkscape:label="#g5501" + transform="translate(-246.39811,-1087.5425)"> + <use + id="use5341" + transform="translate(0,24)" + xlink:href="#path5314" + inkscape:tiled-clone-of="#path5314" + y="0" + x="0" + width="100%" + height="100%" /> + <path + inkscape:tile-y0="1114.5741" + inkscape:tile-x0="434.0683" + inkscape:tile-h="20" + inkscape:tile-w="20" + inkscape:tile-cy="1124.5741" + inkscape:tile-cx="444.0683" + id="path5332" + d="m 444.0683,1114.5741 a 10,10 0 0 0 -10,10 10,10 0 0 0 10,10 10,10 0 0 0 10,-10 10,10 0 0 0 -10,-10 z m 0,2 a 8,8 0 0 1 8,8 8,8 0 0 1 -8,8 8,8 0 0 1 -8,-8 8,8 0 0 1 8,-8 z" + style="opacity:1;fill:#96cdf1;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + inkscape:connector-curvature="0" /> + </g> + <g + id="slider-horz-scale-has-marks-above-hover" + inkscape:label="#g5505" + transform="translate(-246.39811,-1087.5425)"> + <use + id="use5353" + transform="translate(24,24)" + xlink:href="#path5314" + inkscape:tiled-clone-of="#path5314" + y="0" + x="0" + width="100%" + height="100%" /> + <use + style="fill:#96cdf1" + id="use5425" + transform="translate(24,0)" + xlink:href="#path5332" + inkscape:tiled-clone-of="#path5332" + y="0" + x="0" + width="100%" + height="100%" /> + </g> + <g + id="slider-vert-scale-has-marks-above-hover" + inkscape:label="#g5509" + transform="translate(-246.39811,-1087.5425)"> + <use + id="use5365" + transform="translate(48,24)" + xlink:href="#path5314" + inkscape:tiled-clone-of="#path5314" + y="0" + x="0" + width="100%" + height="100%" /> + <use + style="fill:#96cdf1" + id="use5429" + transform="translate(48,0)" + xlink:href="#path5332" + inkscape:tiled-clone-of="#path5332" + y="0" + x="0" + width="100%" + height="100%" /> + </g> + <g + id="slider-vert-scale-has-marks-below-hover" + inkscape:label="#g5513" + transform="translate(-246.39811,-1087.5425)"> + <use + id="use5377" + transform="translate(72,24)" + xlink:href="#path5314" + inkscape:tiled-clone-of="#path5314" + y="0" + x="0" + width="100%" + height="100%" /> + <use + style="fill:#96cdf1" + id="use5433" + transform="translate(72,0)" + xlink:href="#path5332" + inkscape:tiled-clone-of="#path5332" + y="0" + x="0" + width="100%" + height="100%" /> + </g> + <g + id="slider-horz-scale-has-marks-below-backdrop" + inkscape:label="#g5565" + transform="translate(-246.39811,-1087.5425)"> + <use + id="use5349" + transform="translate(0,120)" + xlink:href="#path5314" + inkscape:tiled-clone-of="#path5314" + y="0" + x="0" + width="100%" + height="100%" /> + <path + inkscape:connector-curvature="0" + id="use5452" + d="m 444.0683,1210.5741 a 10,10 0 0 0 -10,10 10,10 0 0 0 10,10 10,10 0 0 0 10,-10 10,10 0 0 0 -10,-10 z m 0,1 a 9,9 0 0 1 9,9 9,9 0 0 1 -9,9 9,9 0 0 1 -9,-9 9,9 0 0 1 9,-9 z" + style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + inkscape:tile-x0="434.0683" + inkscape:tile-y0="1210.5741" /> + </g> + <g + id="slider-horz-scale-has-marks-above-backdrop" + inkscape:label="#g5569" + transform="translate(-246.39811,-1087.5425)"> + <use + id="use5361" + transform="translate(24,120)" + xlink:href="#path5314" + inkscape:tiled-clone-of="#path5314" + y="0" + x="0" + width="100%" + height="100%" /> + <path + inkscape:connector-curvature="0" + id="use5454" + d="m 468.0683,1210.5741 a 10,10 0 0 0 -10,10 10,10 0 0 0 10,10 10,10 0 0 0 10,-10 10,10 0 0 0 -10,-10 z m 0,1 a 9,9 0 0 1 9,9 9,9 0 0 1 -9,9 9,9 0 0 1 -9,-9 9,9 0 0 1 9,-9 z" + style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + inkscape:tile-x0="434.0683" + inkscape:tile-y0="1210.5741" /> + </g> + <g + id="slider-vert-scale-has-marks-above-backdrop" + inkscape:label="#g5573" + transform="translate(-246.39811,-1087.5425)"> + <use + id="use5373" + transform="translate(48,120)" + xlink:href="#path5314" + inkscape:tiled-clone-of="#path5314" + y="0" + x="0" + width="100%" + height="100%" /> + <path + inkscape:connector-curvature="0" + id="use5456" + d="m 492.0683,1210.5741 a 10,10 0 0 0 -10,10 10,10 0 0 0 10,10 10,10 0 0 0 10,-10 10,10 0 0 0 -10,-10 z m 0,1 a 9,9 0 0 1 9,9 9,9 0 0 1 -9,9 9,9 0 0 1 -9,-9 9,9 0 0 1 9,-9 z" + style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + inkscape:tile-x0="434.0683" + inkscape:tile-y0="1210.5741" /> + </g> + <g + id="slider-vert-scale-has-marks-below-backdrop" + inkscape:label="#g5577" + transform="translate(-246.39811,-1087.5425)"> + <use + id="use5385" + transform="translate(72,120)" + xlink:href="#path5314" + inkscape:tiled-clone-of="#path5314" + y="0" + x="0" + width="100%" + height="100%" /> + <path + inkscape:connector-curvature="0" + id="use5458" + d="m 516.0683,1210.5741 a 10,10 0 0 0 -10,10 10,10 0 0 0 10,10 10,10 0 0 0 10,-10 10,10 0 0 0 -10,-10 z m 0,1 a 9,9 0 0 1 9,9 9,9 0 0 1 -9,9 9,9 0 0 1 -9,-9 9,9 0 0 1 9,-9 z" + style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + inkscape:tile-x0="434.0683" + inkscape:tile-y0="1210.5741" /> + </g> + <g + id="slider-horz-scale-has-marks-below-active" + inkscape:label="#g5855" + transform="translate(-246.39811,-1087.5425)"> + <use + id="use5343" + transform="translate(0,48)" + xlink:href="#path5314" + inkscape:tiled-clone-of="#path5314" + y="0" + x="0" + width="100%" + height="100%" /> + <path + inkscape:tile-y0="1138.5741" + inkscape:tile-x0="434.0683" + inkscape:tile-h="20" + inkscape:tile-w="20" + inkscape:tile-cy="1148.5741" + inkscape:tile-cx="444.0683" + inkscape:connector-curvature="0" + style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 444.0683,1138.5741 a 10,10 0 0 0 -10,10 10,10 0 0 0 10,10 10,10 0 0 0 10,-10 10,10 0 0 0 -10,-10 z m 0,2 a 8,8 0 0 1 8,8 8,8 0 0 1 -8,8 8,8 0 0 1 -8,-8 8,8 0 0 1 8,-8 z" + id="path5326-1" /> + <use + id="use5835" + xlink:href="#path5326-1" + inkscape:tiled-clone-of="#path5326-1" + y="0" + x="0" + width="100%" + height="100%" /> + </g> + <g + id="slider-horz-scale-has-marks-above-active" + inkscape:label="#g5851" + transform="translate(-246.39811,-1087.5425)"> + <use + id="use5355" + transform="translate(24,48)" + xlink:href="#path5314" + inkscape:tiled-clone-of="#path5314" + y="0" + x="0" + width="100%" + height="100%" /> + <use + id="use5837" + transform="translate(24,0)" + xlink:href="#path5326-1" + inkscape:tiled-clone-of="#path5326-1" + y="0" + x="0" + width="100%" + height="100%" /> + </g> + <g + id="slider-vert-scale-has-marks-above-active" + inkscape:label="#g5847" + transform="translate(-246.39811,-1087.5425)"> + <use + id="use5367" + transform="translate(48,48)" + xlink:href="#path5314" + inkscape:tiled-clone-of="#path5314" + y="0" + x="0" + width="100%" + height="100%" /> + <use + id="use5839" + transform="translate(48,0)" + xlink:href="#path5326-1" + inkscape:tiled-clone-of="#path5326-1" + y="0" + x="0" + width="100%" + height="100%" /> + </g> + <g + id="slider-vert-scale-has-marks-below-active" + inkscape:label="#g5843" + transform="translate(-246.39811,-1087.5425)"> + <use + id="use5379" + transform="translate(72,48)" + xlink:href="#path5314" + inkscape:tiled-clone-of="#path5314" + y="0" + x="0" + width="100%" + height="100%" /> + <use + id="use5841" + transform="translate(72,0)" + xlink:href="#path5326-1" + inkscape:tiled-clone-of="#path5326-1" + y="0" + x="0" + width="100%" + height="100%" /> + </g> + <g + transform="translate(-249.87644,-916.44724)" + id="slider-horz-scale-has-marks-below-dark" + inkscape:label="#g5468"> + <circle + inkscape:tile-y0="1090.5741" + inkscape:tile-x0="434.0683" + inkscape:tile-h="20" + inkscape:tile-w="20" + inkscape:tile-cy="1100.5741" + inkscape:tile-cx="444.0683" + r="10" + cy="1100.5741" + cx="444.0683" + id="path5314-5" + style="opacity:1;fill:#31363b;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + inkscape:tile-y0="1090.5741" + inkscape:tile-x0="434.0683" + inkscape:tile-h="20" + inkscape:tile-w="20" + inkscape:tile-cy="1100.5741" + inkscape:tile-cx="444.0683" + inkscape:connector-curvature="0" + id="path5316-0" + d="m 444.0683,1090.5741 a 10,10 0 0 0 -10,10 10,10 0 0 0 10,10 10,10 0 0 0 10,-10 10,10 0 0 0 -10,-10 z m 0,1 a 9,9 0 0 1 9,9 9,9 0 0 1 -9,9 9,9 0 0 1 -9,-9 9,9 0 0 1 9,-9 z" + style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <use + height="100%" + width="100%" + id="use5387-3" + xlink:href="#path5316-0" + inkscape:tiled-clone-of="#path5316-0" + y="0" + x="0" /> + </g> + <g + transform="translate(-249.87644,-916.44724)" + id="slider-horz-scale-has-marks-above-dark" + inkscape:label="#g5473"> + <use + height="100%" + width="100%" + id="use5351-9" + transform="translate(24,0)" + xlink:href="#path5314-5" + inkscape:tiled-clone-of="#path5314-5" + y="0" + x="0" /> + <use + height="100%" + width="100%" + id="use5389-6" + transform="translate(24,0)" + xlink:href="#path5316-0" + inkscape:tiled-clone-of="#path5316-0" + y="0" + x="0" /> + </g> + <g + transform="translate(-249.87644,-916.44724)" + id="slider-vert-scale-has-marks-above-dark" + inkscape:label="#g5477"> + <use + height="100%" + width="100%" + id="use5363-4" + transform="translate(48,0)" + xlink:href="#path5314-5" + inkscape:tiled-clone-of="#path5314-5" + y="0" + x="0" /> + <use + height="100%" + width="100%" + id="use5391-6" + transform="translate(48,0)" + xlink:href="#path5316-0" + inkscape:tiled-clone-of="#path5316-0" + y="0" + x="0" /> + </g> + <g + transform="translate(-249.87644,-916.44724)" + id="slider-vert-scale-has-marks-below-dark" + inkscape:label="#g5497"> + <use + height="100%" + width="100%" + id="use5375-2" + transform="translate(72,0)" + xlink:href="#path5314-5" + inkscape:tiled-clone-of="#path5314-5" + y="0" + x="0" /> + <use + height="100%" + width="100%" + id="use5393-6" + transform="translate(72,0)" + xlink:href="#path5316-0" + inkscape:tiled-clone-of="#path5316-0" + y="0" + x="0" /> + </g> + <g + transform="translate(-249.87644,-916.44724)" + id="slider-horz-scale-has-marks-below-insensitive-dark" + inkscape:label="#g5533"> + <use + height="100%" + width="100%" + id="use5345-5" + transform="translate(0,72)" + xlink:href="#path5314-5" + inkscape:tiled-clone-of="#path5314-5" + y="0" + x="0" /> + <path + inkscape:tile-y0="1162.5741" + inkscape:tile-x0="434.0683" + inkscape:tile-h="20" + inkscape:tile-w="20" + inkscape:tile-cy="1172.5741" + inkscape:tile-cx="444.0683" + inkscape:connector-curvature="0" + id="path5395-9" + d="m 444.0683,1162.5741 a 10,10 0 0 0 -10,10 10,10 0 0 0 10,10 10,10 0 0 0 10,-10 10,10 0 0 0 -10,-10 z m 0,1 a 9,9 0 0 1 9,9 9,9 0 0 1 -9,9 9,9 0 0 1 -9,-9 9,9 0 0 1 9,-9 z" + style="opacity:0.3;fill:#bfc1c3;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + <g + transform="translate(-249.87644,-916.44724)" + id="slider-horz-scale-has-marks-below-backdrop-insensitive-dark" + inkscape:label="#g5561"> + <use + height="100%" + width="100%" + id="use5347-2" + transform="translate(0,96)" + xlink:href="#path5314-5" + inkscape:tiled-clone-of="#path5314-5" + y="0" + x="0" /> + <use + height="100%" + width="100%" + id="use5399-2" + transform="translate(0,24)" + xlink:href="#path5395-9" + inkscape:tiled-clone-of="#path5395-9" + y="0" + x="0" /> + </g> + <g + transform="translate(-249.87644,-916.44724)" + id="slider-horz-scale-has-marks-above-insensitive-dark" + inkscape:label="#g5537"> + <use + height="100%" + width="100%" + id="use5357-2" + transform="translate(24,72)" + xlink:href="#path5314-5" + inkscape:tiled-clone-of="#path5314-5" + y="0" + x="0" /> + <use + height="100%" + width="100%" + id="use5403-8" + transform="translate(24,0)" + xlink:href="#path5395-9" + inkscape:tiled-clone-of="#path5395-9" + y="0" + x="0" /> + </g> + <g + transform="translate(-249.87644,-916.44724)" + id="slider-horz-scale-has-marks-above-backdrop-insensitive-dark" + inkscape:label="#g5557"> + <use + height="100%" + width="100%" + id="use5359-8" + transform="translate(24,96)" + xlink:href="#path5314-5" + inkscape:tiled-clone-of="#path5314-5" + y="0" + x="0" /> + <use + height="100%" + width="100%" + id="use5405-9" + transform="translate(24,24)" + xlink:href="#path5395-9" + inkscape:tiled-clone-of="#path5395-9" + y="0" + x="0" /> + </g> + <g + transform="translate(-249.87644,-916.44724)" + id="slider-vert-scale-has-marks-above-insensitive-dark" + inkscape:label="#g5541"> + <use + height="100%" + width="100%" + id="use5369-0" + transform="translate(48,72)" + xlink:href="#path5314-5" + inkscape:tiled-clone-of="#path5314-5" + y="0" + x="0" /> + <use + height="100%" + width="100%" + id="use5409-6" + transform="translate(48,0)" + xlink:href="#path5395-9" + inkscape:tiled-clone-of="#path5395-9" + y="0" + x="0" /> + </g> + <g + transform="translate(-249.87644,-916.44724)" + id="slider-vert-scale-has-marks-above-backdrop-insensitive-dark" + inkscape:label="#g5553"> + <use + height="100%" + width="100%" + id="use5371-2" + transform="translate(48,96)" + xlink:href="#path5314-5" + inkscape:tiled-clone-of="#path5314-5" + y="0" + x="0" /> + <use + height="100%" + width="100%" + id="use5411-1" + transform="translate(48,24)" + xlink:href="#path5395-9" + inkscape:tiled-clone-of="#path5395-9" + y="0" + x="0" /> + </g> + <g + transform="translate(-249.87644,-916.44724)" + id="slider-vert-scale-has-marks-below-insensitive-dark" + inkscape:label="#g5545"> + <use + height="100%" + width="100%" + id="use5381-3" + transform="translate(72,72)" + xlink:href="#path5314-5" + inkscape:tiled-clone-of="#path5314-5" + y="0" + x="0" /> + <use + height="100%" + width="100%" + id="use5415-6" + transform="translate(72,0)" + xlink:href="#path5395-9" + inkscape:tiled-clone-of="#path5395-9" + y="0" + x="0" /> + </g> + <g + transform="translate(-249.87644,-916.44724)" + id="slider-vert-scale-has-marks-below-backdrop-insensitive-dark" + inkscape:label="#g5549"> + <use + height="100%" + width="100%" + id="use5383-7" + transform="translate(72,96)" + xlink:href="#path5314-5" + inkscape:tiled-clone-of="#path5314-5" + y="0" + x="0" /> + <use + height="100%" + width="100%" + id="use5417-4" + transform="translate(72,24)" + xlink:href="#path5395-9" + inkscape:tiled-clone-of="#path5395-9" + y="0" + x="0" /> + </g> + <g + transform="translate(-249.87644,-916.44724)" + id="slider-horz-scale-has-marks-below-hover-dark" + inkscape:label="#g5501"> + <use + height="100%" + width="100%" + id="use5341-9" + transform="translate(0,24)" + xlink:href="#path5314-5" + inkscape:tiled-clone-of="#path5314-5" + y="0" + x="0" /> + <path + inkscape:tile-y0="1114.5741" + inkscape:tile-x0="434.0683" + inkscape:tile-h="20" + inkscape:tile-w="20" + inkscape:tile-cy="1124.5741" + inkscape:tile-cx="444.0683" + id="path5332-5" + d="m 444.0683,1114.5741 a 10,10 0 0 0 -10,10 10,10 0 0 0 10,10 10,10 0 0 0 10,-10 10,10 0 0 0 -10,-10 z m 0,2 a 8,8 0 0 1 8,8 8,8 0 0 1 -8,8 8,8 0 0 1 -8,-8 8,8 0 0 1 8,-8 z" + style="opacity:1;fill:#96cdf1;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + inkscape:connector-curvature="0" /> + </g> + <g + transform="translate(-249.87644,-916.44724)" + id="slider-horz-scale-has-marks-above-hover-dark" + inkscape:label="#g5505"> + <use + height="100%" + width="100%" + id="use5353-6" + transform="translate(24,24)" + xlink:href="#path5314-5" + inkscape:tiled-clone-of="#path5314-5" + y="0" + x="0" /> + <use + height="100%" + width="100%" + style="fill:#96cdf1" + id="use5425-6" + transform="translate(24,0)" + xlink:href="#path5332-5" + inkscape:tiled-clone-of="#path5332-5" + y="0" + x="0" /> + </g> + <g + transform="translate(-249.87644,-916.44724)" + id="slider-vert-scale-has-marks-above-hover-dark" + inkscape:label="#g5509"> + <use + height="100%" + width="100%" + id="use5365-6" + transform="translate(48,24)" + xlink:href="#path5314-5" + inkscape:tiled-clone-of="#path5314-5" + y="0" + x="0" /> + <use + height="100%" + width="100%" + style="fill:#96cdf1" + id="use5429-0" + transform="translate(48,0)" + xlink:href="#path5332-5" + inkscape:tiled-clone-of="#path5332-5" + y="0" + x="0" /> + </g> + <g + transform="translate(-249.87644,-916.44724)" + id="slider-vert-scale-has-marks-below-hover-dark" + inkscape:label="#g5513"> + <use + height="100%" + width="100%" + id="use5377-1" + transform="translate(72,24)" + xlink:href="#path5314-5" + inkscape:tiled-clone-of="#path5314-5" + y="0" + x="0" /> + <use + height="100%" + width="100%" + style="fill:#96cdf1" + id="use5433-8" + transform="translate(72,0)" + xlink:href="#path5332-5" + inkscape:tiled-clone-of="#path5332-5" + y="0" + x="0" /> + </g> + <g + transform="translate(-249.87644,-916.44724)" + id="slider-horz-scale-has-marks-below-backdrop-dark" + inkscape:label="#g5565"> + <use + height="100%" + width="100%" + id="use5349-3" + transform="translate(0,120)" + xlink:href="#path5314-5" + inkscape:tiled-clone-of="#path5314-5" + y="0" + x="0" /> + <path + inkscape:connector-curvature="0" + id="use5452-0" + d="m 444.0683,1210.5741 a 10,10 0 0 0 -10,10 10,10 0 0 0 10,10 10,10 0 0 0 10,-10 10,10 0 0 0 -10,-10 z m 0,1 a 9,9 0 0 1 9,9 9,9 0 0 1 -9,9 9,9 0 0 1 -9,-9 9,9 0 0 1 9,-9 z" + style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + inkscape:tile-x0="434.0683" + inkscape:tile-y0="1210.5741" /> + </g> + <g + transform="translate(-249.87644,-916.44724)" + id="slider-horz-scale-has-marks-above-backdrop-dark" + inkscape:label="#g5569"> + <use + height="100%" + width="100%" + id="use5361-5" + transform="translate(24,120)" + xlink:href="#path5314-5" + inkscape:tiled-clone-of="#path5314-5" + y="0" + x="0" /> + <path + inkscape:connector-curvature="0" + id="use5454-7" + d="m 468.0683,1210.5741 a 10,10 0 0 0 -10,10 10,10 0 0 0 10,10 10,10 0 0 0 10,-10 10,10 0 0 0 -10,-10 z m 0,1 a 9,9 0 0 1 9,9 9,9 0 0 1 -9,9 9,9 0 0 1 -9,-9 9,9 0 0 1 9,-9 z" + style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + inkscape:tile-x0="434.0683" + inkscape:tile-y0="1210.5741" /> + </g> + <g + transform="translate(-249.87644,-916.44724)" + id="slider-vert-scale-has-marks-above-backdrop-dark" + inkscape:label="#g5573"> + <use + height="100%" + width="100%" + id="use5373-8" + transform="translate(48,120)" + xlink:href="#path5314-5" + inkscape:tiled-clone-of="#path5314-5" + y="0" + x="0" /> + <path + inkscape:connector-curvature="0" + id="use5456-7" + d="m 492.0683,1210.5741 a 10,10 0 0 0 -10,10 10,10 0 0 0 10,10 10,10 0 0 0 10,-10 10,10 0 0 0 -10,-10 z m 0,1 a 9,9 0 0 1 9,9 9,9 0 0 1 -9,9 9,9 0 0 1 -9,-9 9,9 0 0 1 9,-9 z" + style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + inkscape:tile-x0="434.0683" + inkscape:tile-y0="1210.5741" /> + </g> + <g + transform="translate(-249.87644,-916.44724)" + id="slider-vert-scale-has-marks-below-backdrop-dark" + inkscape:label="#g5577"> + <use + height="100%" + width="100%" + id="use5385-5" + transform="translate(72,120)" + xlink:href="#path5314-5" + inkscape:tiled-clone-of="#path5314-5" + y="0" + x="0" /> + <path + inkscape:connector-curvature="0" + id="use5458-9" + d="m 516.0683,1210.5741 a 10,10 0 0 0 -10,10 10,10 0 0 0 10,10 10,10 0 0 0 10,-10 10,10 0 0 0 -10,-10 z m 0,1 a 9,9 0 0 1 9,9 9,9 0 0 1 -9,9 9,9 0 0 1 -9,-9 9,9 0 0 1 9,-9 z" + style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + inkscape:tile-x0="434.0683" + inkscape:tile-y0="1210.5741" /> + </g> + <g + transform="translate(-249.87644,-916.44724)" + id="slider-horz-scale-has-marks-below-active-dark" + inkscape:label="#g5855"> + <use + id="use5343-8" + transform="translate(0,48)" + xlink:href="#path5314-5" + inkscape:tiled-clone-of="#path5314-5" + y="0" + x="0" + width="100%" + height="100%" /> + <path + inkscape:tile-y0="1138.5741" + inkscape:tile-x0="434.0683" + inkscape:tile-h="20" + inkscape:tile-w="20" + inkscape:tile-cy="1148.5741" + inkscape:tile-cx="444.0683" + inkscape:connector-curvature="0" + style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 444.0683,1138.5741 a 10,10 0 0 0 -10,10 10,10 0 0 0 10,10 10,10 0 0 0 10,-10 10,10 0 0 0 -10,-10 z m 0,2 a 8,8 0 0 1 8,8 8,8 0 0 1 -8,8 8,8 0 0 1 -8,-8 8,8 0 0 1 8,-8 z" + id="path5326-1-9" /> + <use + height="100%" + width="100%" + id="use5835-1" + xlink:href="#path5326-1-9" + inkscape:tiled-clone-of="#path5326-1-9" + y="0" + x="0" /> + </g> + <g + transform="translate(-249.87644,-916.44724)" + id="slider-horz-scale-has-marks-above-active-dark" + inkscape:label="#g5851"> + <use + id="use5355-6" + transform="translate(24,48)" + xlink:href="#path5314-5" + inkscape:tiled-clone-of="#path5314-5" + y="0" + x="0" + width="100%" + height="100%" /> + <use + height="100%" + width="100%" + id="use5837-7" + transform="translate(24,0)" + xlink:href="#path5326-1-9" + inkscape:tiled-clone-of="#path5326-1-9" + y="0" + x="0" /> + </g> + <g + transform="translate(-249.87644,-916.44724)" + id="slider-vert-scale-has-marks-above-active-dark" + inkscape:label="#g5847"> + <use + id="use5367-0" + transform="translate(48,48)" + xlink:href="#path5314-5" + inkscape:tiled-clone-of="#path5314-5" + y="0" + x="0" + width="100%" + height="100%" /> + <use + height="100%" + width="100%" + id="use5839-8" + transform="translate(48,0)" + xlink:href="#path5326-1-9" + inkscape:tiled-clone-of="#path5326-1-9" + y="0" + x="0" /> + </g> + <g + transform="translate(-249.87644,-916.44724)" + id="slider-vert-scale-has-marks-below-active-dark" + inkscape:label="#g5843"> + <use + id="use5379-6" + transform="translate(72,48)" + xlink:href="#path5314-5" + inkscape:tiled-clone-of="#path5314-5" + y="0" + x="0" + width="100%" + height="100%" /> + <use + height="100%" + width="100%" + id="use5841-5" + transform="translate(72,0)" + xlink:href="#path5326-1-9" + inkscape:tiled-clone-of="#path5326-1-9" + y="0" + x="0" /> + </g> + <g + style="display:inline" + id="checkbox-unchecked-active-dark" + transform="translate(39.203424,-838.94358)" + inkscape:label="#g4281"> + <path + inkscape:connector-curvature="0" + id="rect6623-1" + d="m -2.9816726,1072.0145 c 0.112241,0.2502 0.177734,0.5253 0.177734,0.8183 l 0,11 c 0,1.108 -0.892,2 -2,2 l -11.0000004,0 c -0.294549,0 -0.570945,-0.066 -0.822265,-0.1797 0.312229,0.6963 1.00725,1.1797 1.822265,1.1797 l 11.0000004,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-0.8134 -0.48367,-1.5052 -1.177734,-1.8183 z" + style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#bfc1c3;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + id="rect6640-5" + d="m -15.803939,1070.8328 c -1.108,0 -2,0.892 -2,2 l 0,11 c 0,1.108 0.892,2 2,2 l 11.0000004,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-1.108 -0.892,-2 -2,-2 l -11.0000004,0 z m 0.732422,1 9.5351564,0 c 0.960267,0 1.732422,0.7741 1.732422,1.7344 l 0,9.5332 c 0,0.9603 -0.772155,1.7324 -1.732422,1.7324 l -9.5351564,0 c -0.960266,0 -1.732422,-0.7721 -1.732422,-1.7324 l 0,-9.5332 c 0,-0.9603 0.772156,-1.7344 1.732422,-1.7344 z" + style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + <g + style="display:inline" + id="checkbox-unchecked-hover-dark" + transform="translate(39.203424,-838.94358)" + inkscape:label="#g4285"> + <path + inkscape:connector-curvature="0" + style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#bfc1c3;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m -3.077716,1054.7156 c 0.112241,0.2502 0.177734,0.5253 0.177734,0.8183 l 0,11 c 0,1.108 -0.892,2 -2,2 l -11,0 c -0.29455,0 -0.570945,-0.066 -0.822265,-0.1797 0.312228,0.6963 1.00725,1.1797 1.822265,1.1797 l 11,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-0.8134 -0.48367,-1.5052 -1.177734,-1.8183 z" + id="path4135-1" /> + <path + inkscape:connector-curvature="0" + style="opacity:1;fill:#96cdf1;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m -15.899982,1053.5339 c -1.108,0 -2,0.892 -2,2 l 0,11 c 0,1.108 0.892,2 2,2 l 11,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-1.108 -0.892,-2 -2,-2 l -11,0 z m 0.732422,1 9.535156,0 c 0.960267,0 1.732422,0.7741 1.732422,1.7344 l 0,9.5332 c 0,0.9603 -0.772155,1.7324 -1.732422,1.7324 l -9.535156,0 c -0.960267,0 -1.732422,-0.7721 -1.732422,-1.7324 l 0,-9.5332 c 0,-0.9603 0.772155,-1.7344 1.732422,-1.7344 z" + id="path4137-7" /> + </g> + <g + style="display:inline" + id="checkbox-unchecked-dark" + transform="translate(39.203424,-838.18378)" + inkscape:label="#g4241"> + <path + inkscape:connector-curvature="0" + style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#bfc1c3;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m -2.9455911,1037.4091 c 0.112241,0.2502 0.177734,0.5253 0.177734,0.8183 l 0,11 c 0,1.108 -0.892,2 -2,2 l -10.9999999,0 c -0.29455,0 -0.570946,-0.066 -0.822266,-0.1797 0.312229,0.6963 1.00725,1.1797 1.822266,1.1797 l 10.9999999,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-0.8134 -0.48367,-1.5052 -1.177734,-1.8183 z" + id="path4139-1" /> + <path + inkscape:connector-curvature="0" + style="opacity:1;fill:#bdc3c7;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m -15.767857,1036.2274 c -1.108,0 -2,0.892 -2,2 l 0,11 c 0,1.108 0.892,2 2,2 l 10.9999999,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-1.108 -0.892,-2 -2,-2 l -10.9999999,0 z m 0.732422,1 9.5351559,0 c 0.960267,0 1.732422,0.7741 1.732422,1.7344 l 0,9.5332 c 0,0.9603 -0.772155,1.7324 -1.732422,1.7324 l -9.5351559,0 c -0.960267,0 -1.732422,-0.7721 -1.732422,-1.7324 l 0,-9.5332 c 0,-0.9603 0.772155,-1.7344 1.732422,-1.7344 z" + id="path4141-7" /> + </g> + <g + style="display:inline;fill:#96cdf1" + id="checkbox-checked-dark" + transform="translate(40.445762,-838.45478)" + inkscape:label="#g4230"> + <g + transform="translate(-0.22411079,0.21904445)" + id="g4147-8" + style="fill:#96cdf1"> + <path + inkscape:connector-curvature="0" + id="path4143-4" + d="m 15.277256,1037.461 c 0.112241,0.2502 0.177734,0.5253 0.177734,0.8183 l 0,11 c 0,1.108 -0.892,2 -2,2 l -11.0000004,0 c -0.294549,0 -0.570945,-0.066 -0.822265,-0.1797 0.312229,0.6963 1.00725,1.1797 1.822265,1.1797 l 11.0000004,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-0.8134 -0.48367,-1.5052 -1.177734,-1.8183 z" + style="opacity:0.1;fill:#96cdf1;fill-opacity:1;stroke:#bfc1c3;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + id="path4145-4" + d="m 2.4549896,1036.2793 c -1.108,0 -2.00000003,0.892 -2.00000003,2 l 0,11 c 0,1.108 0.89200003,2 2.00000003,2 l 11.0000004,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-1.108 -0.892,-2 -2,-2 l -11.0000004,0 z m 0.732422,1 9.5351564,0 c 0.960267,0 1.732422,0.7741 1.732422,1.7344 l 0,9.5332 c 0,0.9603 -0.772155,1.7324 -1.732422,1.7324 l -9.5351564,0 c -0.960266,0 -1.732422,-0.7721 -1.732422,-1.7324 l 0,-9.5332 c 0,-0.9603 0.772156,-1.7344 1.732422,-1.7344 z" + style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + <rect + ry="1.1002449" + rx="1.100245" + y="1039.4983" + x="3.2308738" + height="9" + width="9" + id="rect4202-1" + style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:none;stroke-width:0.82000297;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + <g + style="display:inline" + id="checkbox-mixed-dark" + transform="translate(39.203424,-838.94358)" + inkscape:label="#g4236"> + <path + inkscape:connector-curvature="0" + id="path4206-2-6" + d="m 35.536557,1038.1689 c 0.112241,0.2502 0.177734,0.5253 0.177734,0.8183 l 0,11 c 0,1.108 -0.892,2 -2,2 l -11,0 c -0.294549,0 -0.570945,-0.066 -0.822265,-0.1797 0.312229,0.6963 1.00725,1.1797 1.822265,1.1797 l 11,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-0.8134 -0.48367,-1.5052 -1.177734,-1.8183 z" + style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#bfc1c3;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + id="path4208-2" + d="m 22.714291,1036.9872 c -1.108,0 -2,0.892 -2,2 l 0,11 c 0,1.108 0.892,2 2,2 l 11,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-1.108 -0.892,-2 -2,-2 l -11,0 z m 0.732422,1 9.535156,0 c 0.960267,0 1.732422,0.7741 1.732422,1.7344 l 0,9.5332 c 0,0.9603 -0.772155,1.7324 -1.732422,1.7324 l -9.535156,0 c -0.960266,0 -1.732422,-0.7721 -1.732422,-1.7324 l 0,-9.5332 c 0,-0.9603 0.772156,-1.7344 1.732422,-1.7344 z" + style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <rect + style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:none;stroke-width:0.82000297;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect4210-5" + width="9" + height="3" + x="23.714291" + y="1042.9872" + rx="1" + ry="1" /> + </g> + <g + style="display:inline" + transform="translate(40.531485,-821.90808)" + id="checkbox-checked-hover-dark" + inkscape:label="#g4245"> + <g + id="g4247-4" + transform="translate(-0.22411079,0.21904445)"> + <path + style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#bfc1c3;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 15.277256,1037.461 c 0.112241,0.2502 0.177734,0.5253 0.177734,0.8183 l 0,11 c 0,1.108 -0.892,2 -2,2 l -11.0000004,0 c -0.294549,0 -0.570945,-0.066 -0.822265,-0.1797 0.312229,0.6963 1.00725,1.1797 1.822265,1.1797 l 11.0000004,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-0.8134 -0.48367,-1.5052 -1.177734,-1.8183 z" + id="path4249-0" + inkscape:connector-curvature="0" /> + <path + style="opacity:1;fill:#96cdf1;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 2.4549896,1036.2793 c -1.108,0 -2.00000003,0.892 -2.00000003,2 l 0,11 c 0,1.108 0.89200003,2 2.00000003,2 l 11.0000004,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-1.108 -0.892,-2 -2,-2 l -11.0000004,0 z m 0.732422,1 9.5351564,0 c 0.960267,0 1.732422,0.7741 1.732422,1.7344 l 0,9.5332 c 0,0.9603 -0.772155,1.7324 -1.732422,1.7324 l -9.5351564,0 c -0.960266,0 -1.732422,-0.7721 -1.732422,-1.7324 l 0,-9.5332 c 0,-0.9603 0.772156,-1.7344 1.732422,-1.7344 z" + id="path4251-2" + inkscape:connector-curvature="0" /> + </g> + <rect + style="opacity:1;fill:#96cdf1;fill-opacity:1;stroke:none;stroke-width:0.82000297;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect4253-2" + width="9" + height="9" + x="3.2308738" + y="1039.4983" + rx="1.100245" + ry="1.1002449" /> + </g> + <g + style="display:inline" + id="checkbox-mixed-hover-dark" + transform="translate(40.006997,-822.39688)" + inkscape:label="#g4255"> + <path + style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#bfc1c3;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 35.536557,1038.1689 c 0.112241,0.2502 0.177734,0.5253 0.177734,0.8183 l 0,11 c 0,1.108 -0.892,2 -2,2 l -11,0 c -0.294549,0 -0.570945,-0.066 -0.822265,-0.1797 0.312229,0.6963 1.00725,1.1797 1.822265,1.1797 l 11,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-0.8134 -0.48367,-1.5052 -1.177734,-1.8183 z" + id="path4257-5" + inkscape:connector-curvature="0" /> + <path + style="opacity:1;fill:#96cdf1;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 22.714291,1036.9872 c -1.108,0 -2,0.892 -2,2 l 0,11 c 0,1.108 0.892,2 2,2 l 11,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-1.108 -0.892,-2 -2,-2 l -11,0 z m 0.732422,1 9.535156,0 c 0.960267,0 1.732422,0.7741 1.732422,1.7344 l 0,9.5332 c 0,0.9603 -0.772155,1.7324 -1.732422,1.7324 l -9.535156,0 c -0.960266,0 -1.732422,-0.7721 -1.732422,-1.7324 l 0,-9.5332 c 0,-0.9603 0.772156,-1.7344 1.732422,-1.7344 z" + id="path4259-0" + inkscape:connector-curvature="0" /> + <rect + ry="1" + rx="1" + y="1042.9872" + x="23.714291" + height="3" + width="9" + id="rect4261-2" + style="opacity:1;fill:#96cdf1;fill-opacity:1;stroke:none;stroke-width:0.82000297;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + <g + style="display:inline" + id="checkbox-checked-active-dark" + transform="translate(40.579508,-804.60918)" + inkscape:label="#g4263"> + <g + transform="translate(-0.22411079,0.21904445)" + id="g4265-5"> + <path + inkscape:connector-curvature="0" + id="path4267-4" + d="m 15.277256,1037.461 c 0.112241,0.2502 0.177734,0.5253 0.177734,0.8183 l 0,11 c 0,1.108 -0.892,2 -2,2 l -11.0000004,0 c -0.294549,0 -0.570945,-0.066 -0.822265,-0.1797 0.312229,0.6963 1.00725,1.1797 1.822265,1.1797 l 11.0000004,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-0.8134 -0.48367,-1.5052 -1.177734,-1.8183 z" + style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#bfc1c3;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + id="path4269-9" + d="m 2.4549896,1036.2793 c -1.108,0 -2.00000003,0.892 -2.00000003,2 l 0,11 c 0,1.108 0.89200003,2 2.00000003,2 l 11.0000004,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-1.108 -0.892,-2 -2,-2 l -11.0000004,0 z m 0.732422,1 9.5351564,0 c 0.960267,0 1.732422,0.7741 1.732422,1.7344 l 0,9.5332 c 0,0.9603 -0.772155,1.7324 -1.732422,1.7324 l -9.5351564,0 c -0.960266,0 -1.732422,-0.7721 -1.732422,-1.7324 l 0,-9.5332 c 0,-0.9603 0.772156,-1.7344 1.732422,-1.7344 z" + style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + <rect + ry="1.1002449" + rx="1.100245" + y="1039.4983" + x="3.2308738" + height="9" + width="9" + id="rect4271-4" + style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:none;stroke-width:0.82000297;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + <g + style="display:inline" + transform="translate(40.006997,-805.09798)" + id="checkbox-mixed-active-dark" + inkscape:label="#g4273"> + <path + inkscape:connector-curvature="0" + id="path4275-6-8" + d="m 35.536557,1038.1689 c 0.112241,0.2502 0.177734,0.5253 0.177734,0.8183 l 0,11 c 0,1.108 -0.892,2 -2,2 l -11,0 c -0.294549,0 -0.570945,-0.066 -0.822265,-0.1797 0.312229,0.6963 1.00725,1.1797 1.822265,1.1797 l 11,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-0.8134 -0.48367,-1.5052 -1.177734,-1.8183 z" + style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#bfc1c3;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + id="path4277-5-1" + d="m 22.714291,1036.9872 c -1.108,0 -2,0.892 -2,2 l 0,11 c 0,1.108 0.892,2 2,2 l 11,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-1.108 -0.892,-2 -2,-2 l -11,0 z m 0.732422,1 9.535156,0 c 0.960267,0 1.732422,0.7741 1.732422,1.7344 l 0,9.5332 c 0,0.9603 -0.772155,1.7324 -1.732422,1.7324 l -9.535156,0 c -0.960266,0 -1.732422,-0.7721 -1.732422,-1.7324 l 0,-9.5332 c 0,-0.9603 0.772156,-1.7344 1.732422,-1.7344 z" + style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <rect + style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:none;stroke-width:0.82000297;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect4279-4" + width="9" + height="3" + x="23.714291" + y="1042.9872" + rx="1" + ry="1" /> + </g> + <g + style="display:inline;opacity:0.175" + id="checkbox-unchecked-insensitive-dark" + transform="translate(39.203424,-821.80078)" + inkscape:label="#g4289"> + <path + style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#bfc1c3;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m -2.9816726,1072.0145 c 0.112241,0.2502 0.177734,0.5253 0.177734,0.8183 l 0,11 c 0,1.108 -0.892,2 -2,2 l -11.0000004,0 c -0.294549,0 -0.570945,-0.066 -0.822265,-0.1797 0.312229,0.6963 1.00725,1.1797 1.822265,1.1797 l 11.0000004,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-0.8134 -0.48367,-1.5052 -1.177734,-1.8183 z" + id="path4291-2" + inkscape:connector-curvature="0" /> + <path + style="opacity:1;fill:#e6e6e6;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m -15.803939,1070.8328 c -1.108,0 -2,0.892 -2,2 l 0,11 c 0,1.108 0.892,2 2,2 l 11.0000004,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-1.108 -0.892,-2 -2,-2 l -11.0000004,0 z m 0.732422,1 9.5351564,0 c 0.960267,0 1.732422,0.7741 1.732422,1.7344 l 0,9.5332 c 0,0.9603 -0.772155,1.7324 -1.732422,1.7324 l -9.5351564,0 c -0.960266,0 -1.732422,-0.7721 -1.732422,-1.7324 l 0,-9.5332 c 0,-0.9603 0.772156,-1.7344 1.732422,-1.7344 z" + id="path4293-5" + inkscape:connector-curvature="0" /> + </g> + <g + style="display:inline" + transform="translate(40.579508,-787.46626)" + id="checkbox-checked-insensitive-dark" + inkscape:label="#g4295"> + <g + id="g4297-4" + transform="translate(-0.22411079,0.21904445)"> + <path + style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#bfc1c3;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 15.277256,1037.461 c 0.112241,0.2502 0.177734,0.5253 0.177734,0.8183 l 0,11 c 0,1.108 -0.892,2 -2,2 l -11.0000004,0 c -0.294549,0 -0.570945,-0.066 -0.822265,-0.1797 0.312229,0.6963 1.00725,1.1797 1.822265,1.1797 l 11.0000004,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-0.8134 -0.48367,-1.5052 -1.177734,-1.8183 z" + id="path4299-9" + inkscape:connector-curvature="0" /> + <path + style="opacity:0.175;fill:#e6e6e6;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 2.4549896,1036.2793 c -1.108,0 -2.00000003,0.892 -2.00000003,2 l 0,11 c 0,1.108 0.89200003,2 2.00000003,2 l 11.0000004,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-1.108 -0.892,-2 -2,-2 l -11.0000004,0 z m 0.732422,1 9.5351564,0 c 0.960267,0 1.732422,0.7741 1.732422,1.7344 l 0,9.5332 c 0,0.9603 -0.772155,1.7324 -1.732422,1.7324 l -9.5351564,0 c -0.960266,0 -1.732422,-0.7721 -1.732422,-1.7324 l 0,-9.5332 c 0,-0.9603 0.772156,-1.7344 1.732422,-1.7344 z" + id="path4301-6" + inkscape:connector-curvature="0" /> + </g> + <rect + style="opacity:0.175;fill:#e6e6e6;fill-opacity:1;stroke:none;stroke-width:0.82000297;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect4303-0" + width="9" + height="9" + x="3.2308738" + y="1039.4983" + rx="1.100245" + ry="1.1002449" /> + </g> + <g + style="display:inline" + id="checkbox-mixed-insensitive-dark" + transform="translate(40.006997,-787.95506)" + inkscape:label="#g4305"> + <path + style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#bfc1c3;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 35.536557,1038.1689 c 0.112241,0.2502 0.177734,0.5253 0.177734,0.8183 l 0,11 c 0,1.108 -0.892,2 -2,2 l -11,0 c -0.294549,0 -0.570945,-0.066 -0.822265,-0.1797 0.312229,0.6963 1.00725,1.1797 1.822265,1.1797 l 11,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-0.8134 -0.48367,-1.5052 -1.177734,-1.8183 z" + id="path4307-2" + inkscape:connector-curvature="0" /> + <path + style="opacity:0.175;fill:#e6e6e6;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 22.714291,1036.9872 c -1.108,0 -2,0.892 -2,2 l 0,11 c 0,1.108 0.892,2 2,2 l 11,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-1.108 -0.892,-2 -2,-2 l -11,0 z m 0.732422,1 9.535156,0 c 0.960267,0 1.732422,0.7741 1.732422,1.7344 l 0,9.5332 c 0,0.9603 -0.772155,1.7324 -1.732422,1.7324 l -9.535156,0 c -0.960266,0 -1.732422,-0.7721 -1.732422,-1.7324 l 0,-9.5332 c 0,-0.9603 0.772156,-1.7344 1.732422,-1.7344 z" + id="path4309-5" + inkscape:connector-curvature="0" /> + <rect + ry="1" + rx="1" + y="1042.9872" + x="23.714291" + height="3" + width="9" + id="rect4311-1" + style="opacity:0.175;fill:#e6e6e6;fill-opacity:1;stroke:none;stroke-width:0.82000297;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + <g + style="display:inline" + transform="translate(39.917709,-769.61236)" + id="checkbox-unchecked-backdrop-dark" + inkscape:label="#g7092"> + <path + id="path7094-9" + d="m -2.9455911,1037.4091 c 0.112241,0.2502 0.177734,0.5253 0.177734,0.8183 l 0,11 c 0,1.108 -0.892,2 -2,2 l -10.9999999,0 c -0.29455,0 -0.570946,-0.066 -0.822266,-0.1797 0.312229,0.6963 1.00725,1.1797 1.822266,1.1797 l 10.9999999,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-0.8134 -0.48367,-1.5052 -1.177734,-1.8183 z" + style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#bfc1c3;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + inkscape:connector-curvature="0" /> + <path + id="path7096-3" + d="m -15.767857,1036.2274 c -1.108,0 -2,0.892 -2,2 l 0,11 c 0,1.108 0.892,2 2,2 l 10.9999999,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-1.108 -0.892,-2 -2,-2 l -10.9999999,0 z m 0.732422,1 9.5351559,0 c 0.960267,0 1.732422,0.7741 1.732422,1.7344 l 0,9.5332 c 0,0.9603 -0.772155,1.7324 -1.732422,1.7324 l -9.5351559,0 c -0.960267,0 -1.732422,-0.7721 -1.732422,-1.7324 l 0,-9.5332 c 0,-0.9603 0.772155,-1.7344 1.732422,-1.7344 z" + style="opacity:1;fill:#bdc3c7;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + inkscape:connector-curvature="0" /> + </g> + <g + style="display:inline" + transform="translate(41.160048,-769.88326)" + id="checkbox-checked-backdrop-dark" + inkscape:label="#g7098"> + <g + id="g7100-7" + transform="translate(-0.22411079,0.21904445)"> + <path + style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#bfc1c3;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 15.277256,1037.461 c 0.112241,0.2502 0.177734,0.5253 0.177734,0.8183 l 0,11 c 0,1.108 -0.892,2 -2,2 l -11.0000004,0 c -0.294549,0 -0.570945,-0.066 -0.822265,-0.1797 0.312229,0.6963 1.00725,1.1797 1.822265,1.1797 l 11.0000004,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-0.8134 -0.48367,-1.5052 -1.177734,-1.8183 z" + id="path7102-5" + inkscape:connector-curvature="0" /> + <path + style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 2.4549896,1036.2793 c -1.108,0 -2.00000003,0.892 -2.00000003,2 l 0,11 c 0,1.108 0.89200003,2 2.00000003,2 l 11.0000004,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-1.108 -0.892,-2 -2,-2 l -11.0000004,0 z m 0.732422,1 9.5351564,0 c 0.960267,0 1.732422,0.7741 1.732422,1.7344 l 0,9.5332 c 0,0.9603 -0.772155,1.7324 -1.732422,1.7324 l -9.5351564,0 c -0.960266,0 -1.732422,-0.7721 -1.732422,-1.7324 l 0,-9.5332 c 0,-0.9603 0.772156,-1.7344 1.732422,-1.7344 z" + id="path7104-4-4" + inkscape:connector-curvature="0" /> + </g> + <rect + style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:none;stroke-width:0.82000297;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect7106-9" + width="9" + height="9" + x="3.2308738" + y="1039.4983" + rx="1.100245" + ry="1.1002449" /> + </g> + <g + style="display:inline" + id="checkbox-mixed-backdrop-dark" + transform="translate(39.917709,-770.37216)" + inkscape:label="#g7108"> + <path + style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#bfc1c3;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 35.536557,1038.1689 c 0.112241,0.2502 0.177734,0.5253 0.177734,0.8183 l 0,11 c 0,1.108 -0.892,2 -2,2 l -11,0 c -0.294549,0 -0.570945,-0.066 -0.822265,-0.1797 0.312229,0.6963 1.00725,1.1797 1.822265,1.1797 l 11,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-0.8134 -0.48367,-1.5052 -1.177734,-1.8183 z" + id="path7110-9" + inkscape:connector-curvature="0" /> + <path + style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 22.714291,1036.9872 c -1.108,0 -2,0.892 -2,2 l 0,11 c 0,1.108 0.892,2 2,2 l 11,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-1.108 -0.892,-2 -2,-2 l -11,0 z m 0.732422,1 9.535156,0 c 0.960267,0 1.732422,0.7741 1.732422,1.7344 l 0,9.5332 c 0,0.9603 -0.772155,1.7324 -1.732422,1.7324 l -9.535156,0 c -0.960266,0 -1.732422,-0.7721 -1.732422,-1.7324 l 0,-9.5332 c 0,-0.9603 0.772156,-1.7344 1.732422,-1.7344 z" + id="path7112-2" + inkscape:connector-curvature="0" /> + <rect + ry="1" + rx="1" + y="1042.9872" + x="23.714291" + height="3" + width="9" + id="rect7114-3-4" + style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:none;stroke-width:0.82000297;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + <g + style="display:inline" + transform="translate(39.739138,-786.80066)" + id="checkbox-unchecked-backdrop-insensitive-dark" + inkscape:label="#g7116"> + <path + inkscape:connector-curvature="0" + id="path7118-0" + d="m -2.9816726,1072.0145 c 0.112241,0.2502 0.177734,0.5253 0.177734,0.8183 l 0,11 c 0,1.108 -0.892,2 -2,2 l -11.0000004,0 c -0.294549,0 -0.570945,-0.066 -0.822265,-0.1797 0.312229,0.6963 1.00725,1.1797 1.822265,1.1797 l 11.0000004,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-0.8134 -0.48367,-1.5052 -1.177734,-1.8183 z" + style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#bfc1c3;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + id="path7120-6" + d="m -15.803939,1070.8328 c -1.108,0 -2,0.892 -2,2 l 0,11 c 0,1.108 0.892,2 2,2 l 11.0000004,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-1.108 -0.892,-2 -2,-2 l -11.0000004,0 z m 0.732422,1 9.5351564,0 c 0.960267,0 1.732422,0.7741 1.732422,1.7344 l 0,9.5332 c 0,0.9603 -0.772155,1.7324 -1.732422,1.7324 l -9.5351564,0 c -0.960266,0 -1.732422,-0.7721 -1.732422,-1.7324 l 0,-9.5332 c 0,-0.9603 0.772156,-1.7344 1.732422,-1.7344 z" + style="opacity:0.175;fill:#e6e6e6;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + <g + style="display:inline" + id="checkbox-checked-backdrop-insensitive-dark" + transform="translate(41.115223,-752.46626)" + inkscape:label="#g7122"> + <g + transform="translate(-0.22411079,0.21904445)" + id="g7124-8"> + <path + inkscape:connector-curvature="0" + id="path7126-7" + d="m 15.277256,1037.461 c 0.112241,0.2502 0.177734,0.5253 0.177734,0.8183 l 0,11 c 0,1.108 -0.892,2 -2,2 l -11.0000004,0 c -0.294549,0 -0.570945,-0.066 -0.822265,-0.1797 0.312229,0.6963 1.00725,1.1797 1.822265,1.1797 l 11.0000004,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-0.8134 -0.48367,-1.5052 -1.177734,-1.8183 z" + style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#bfc1c3;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + id="path7128-8" + d="m 2.4549896,1036.2793 c -1.108,0 -2.00000003,0.892 -2.00000003,2 l 0,11 c 0,1.108 0.89200003,2 2.00000003,2 l 11.0000004,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-1.108 -0.892,-2 -2,-2 l -11.0000004,0 z m 0.732422,1 9.5351564,0 c 0.960267,0 1.732422,0.7741 1.732422,1.7344 l 0,9.5332 c 0,0.9603 -0.772155,1.7324 -1.732422,1.7324 l -9.5351564,0 c -0.960266,0 -1.732422,-0.7721 -1.732422,-1.7324 l 0,-9.5332 c 0,-0.9603 0.772156,-1.7344 1.732422,-1.7344 z" + style="opacity:0.175;fill:#e6e6e6;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + <rect + ry="1.1002449" + rx="1.100245" + y="1039.4983" + x="3.2308738" + height="9" + width="9" + id="rect7130-2" + style="opacity:0.175;fill:#e6e6e6;fill-opacity:1;stroke:none;stroke-width:0.82000297;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + <g + style="display:inline" + transform="translate(40.542711,-752.95506)" + id="checkbox-mixed-backdrop-insensitive-dark" + inkscape:label="#g7132"> + <path + inkscape:connector-curvature="0" + id="path7134-5" + d="m 35.536557,1038.1689 c 0.112241,0.2502 0.177734,0.5253 0.177734,0.8183 l 0,11 c 0,1.108 -0.892,2 -2,2 l -11,0 c -0.294549,0 -0.570945,-0.066 -0.822265,-0.1797 0.312229,0.6963 1.00725,1.1797 1.822265,1.1797 l 11,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-0.8134 -0.48367,-1.5052 -1.177734,-1.8183 z" + style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#bfc1c3;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + id="path7136-2" + d="m 22.714291,1036.9872 c -1.108,0 -2,0.892 -2,2 l 0,11 c 0,1.108 0.892,2 2,2 l 11,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-1.108 -0.892,-2 -2,-2 l -11,0 z m 0.732422,1 9.535156,0 c 0.960267,0 1.732422,0.7741 1.732422,1.7344 l 0,9.5332 c 0,0.9603 -0.772155,1.7324 -1.732422,1.7324 l -9.535156,0 c -0.960266,0 -1.732422,-0.7721 -1.732422,-1.7324 l 0,-9.5332 c 0,-0.9603 0.772156,-1.7344 1.732422,-1.7344 z" + style="opacity:0.175;fill:#e6e6e6;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <rect + style="opacity:0.175;fill:#e6e6e6;fill-opacity:1;stroke:none;stroke-width:0.82000297;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect7138-2" + width="9" + height="3" + x="23.714291" + y="1042.9872" + rx="1" + ry="1" /> + </g> + <g + style="display:inline" + id="radio-unchecked-dark" + transform="translate(86.036183,-858.15448)" + inkscape:label="#g7194"> + <path + inkscape:connector-curvature="0" + style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 13.391894,1057.6358 a 7.4999962,7.4999962 0 0 1 1.734375,4.7871 7.4999962,7.4999962 0 0 1 -7.4999999,7.5 7.4999962,7.4999962 0 0 1 -4.765625,-1.7129 7.4999981,7.4999981 0 0 0 5.765625,2.7129 7.4999981,7.4999981 0 0 0 7.4999999,-7.5 7.4999981,7.4999981 0 0 0 -2.734375,-5.7871 z" + id="path7151-9" /> + <path + inkscape:connector-curvature="0" + style="opacity:1;fill:#bdc3c7;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 7.6262691,1054.9229 a 7.4999962,7.4999962 0 0 0 -7.50000003,7.5 7.4999962,7.4999962 0 0 0 7.50000003,7.5 7.4999962,7.4999962 0 0 0 7.4999999,-7.5 7.4999962,7.4999962 0 0 0 -7.4999999,-7.5 z m 0,1 a 6.4999933,6.4999933 0 0 1 6.4999999,6.5 6.4999933,6.4999933 0 0 1 -6.4999999,6.5 6.4999933,6.4999933 0 0 1 -6.5,-6.5 6.4999933,6.4999933 0 0 1 6.5,-6.5 z" + id="path7153-8" /> + </g> + <g + style="display:inline" + id="radio-checked-dark" + transform="translate(85.720512,-858.15448)" + inkscape:label="#g7189"> + <path + inkscape:connector-curvature="0" + style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 32.584792,1057.6358 a 7.4999962,7.4999962 0 0 1 1.734375,4.7871 7.4999962,7.4999962 0 0 1 -7.5,7.5 7.4999962,7.4999962 0 0 1 -4.765625,-1.7129 7.4999981,7.4999981 0 0 0 5.765625,2.7129 7.4999981,7.4999981 0 0 0 7.5,-7.5 7.4999981,7.4999981 0 0 0 -2.734375,-5.7871 z" + id="path7163-9-8" /> + <path + inkscape:connector-curvature="0" + style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 26.819167,1054.9229 a 7.4999962,7.4999962 0 0 0 -7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,-7.5 7.4999962,7.4999962 0 0 0 -7.5,-7.5 z m 0,1 a 6.4999933,6.4999933 0 0 1 6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,-6.5 6.4999933,6.4999933 0 0 1 6.5,-6.5 z" + id="path7165-5" /> + <circle + style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="circle7167-2" + cx="26.819166" + cy="1062.4237" + r="4.4999943" /> + </g> + <g + style="display:inline" + id="radio-mixed-dark" + transform="translate(86.036183,-857.64938)" + inkscape:label="#g7184"> + <path + inkscape:connector-curvature="0" + id="path7140-4" + d="m 51.146345,1057.1307 a 7.4999962,7.4999962 0 0 1 1.734375,4.7871 7.4999962,7.4999962 0 0 1 -7.5,7.5 7.4999962,7.4999962 0 0 1 -4.765625,-1.7129 7.4999981,7.4999981 0 0 0 5.765625,2.7129 7.4999981,7.4999981 0 0 0 7.5,-7.5 7.4999981,7.4999981 0 0 0 -2.734375,-5.7871 z" + style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + id="circle7147-0" + d="m 45.38072,1054.4178 a 7.4999962,7.4999962 0 0 0 -7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,-7.5 7.4999962,7.4999962 0 0 0 -7.5,-7.5 z m 0,1 a 6.4999933,6.4999933 0 0 1 6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,-6.5 6.4999933,6.4999933 0 0 1 6.5,-6.5 z" + style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <rect + ry="1" + rx="1" + y="1060.4178" + x="40.880722" + height="3" + width="9" + id="rect4210-1-3-8" + style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:none;stroke-width:0.82000297;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + <g + style="display:inline" + transform="translate(86.036183,-840.72938)" + id="radio-unchecked-hover-dark" + inkscape:label="#g7198"> + <path + id="path7200-2" + d="m 13.391894,1057.6358 a 7.4999962,7.4999962 0 0 1 1.734375,4.7871 7.4999962,7.4999962 0 0 1 -7.4999999,7.5 7.4999962,7.4999962 0 0 1 -4.765625,-1.7129 7.4999981,7.4999981 0 0 0 5.765625,2.7129 7.4999981,7.4999981 0 0 0 7.4999999,-7.5 7.4999981,7.4999981 0 0 0 -2.734375,-5.7871 z" + style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + inkscape:connector-curvature="0" /> + <path + id="path7202-2" + d="m 7.6262691,1054.9229 a 7.4999962,7.4999962 0 0 0 -7.50000003,7.5 7.4999962,7.4999962 0 0 0 7.50000003,7.5 7.4999962,7.4999962 0 0 0 7.4999999,-7.5 7.4999962,7.4999962 0 0 0 -7.4999999,-7.5 z m 0,1 a 6.4999933,6.4999933 0 0 1 6.4999999,6.5 6.4999933,6.4999933 0 0 1 -6.4999999,6.5 6.4999933,6.4999933 0 0 1 -6.5,-6.5 6.4999933,6.4999933 0 0 1 6.5,-6.5 z" + style="opacity:1;fill:#96cdf1;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + inkscape:connector-curvature="0" /> + </g> + <g + style="display:inline" + transform="translate(85.720512,-840.72938)" + id="radio-checked-hover-dark" + inkscape:label="#g7204"> + <path + id="path7206-6" + d="m 32.584792,1057.6358 a 7.4999962,7.4999962 0 0 1 1.734375,4.7871 7.4999962,7.4999962 0 0 1 -7.5,7.5 7.4999962,7.4999962 0 0 1 -4.765625,-1.7129 7.4999981,7.4999981 0 0 0 5.765625,2.7129 7.4999981,7.4999981 0 0 0 7.5,-7.5 7.4999981,7.4999981 0 0 0 -2.734375,-5.7871 z" + style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + inkscape:connector-curvature="0" /> + <path + id="path7208-9" + d="m 26.819167,1054.9229 a 7.4999962,7.4999962 0 0 0 -7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,-7.5 7.4999962,7.4999962 0 0 0 -7.5,-7.5 z m 0,1 a 6.4999933,6.4999933 0 0 1 6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,-6.5 6.4999933,6.4999933 0 0 1 6.5,-6.5 z" + style="opacity:1;fill:#96cdf1;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + inkscape:connector-curvature="0" /> + <circle + r="4.4999943" + cy="1062.4237" + cx="26.819166" + id="circle7210-5" + style="opacity:1;fill:#96cdf1;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + <g + style="display:inline" + transform="translate(86.036183,-840.22428)" + id="radio-mixed-hover-dark" + inkscape:label="#g7212"> + <path + style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 51.146345,1057.1307 a 7.4999962,7.4999962 0 0 1 1.734375,4.7871 7.4999962,7.4999962 0 0 1 -7.5,7.5 7.4999962,7.4999962 0 0 1 -4.765625,-1.7129 7.4999981,7.4999981 0 0 0 5.765625,2.7129 7.4999981,7.4999981 0 0 0 7.5,-7.5 7.4999981,7.4999981 0 0 0 -2.734375,-5.7871 z" + id="path7214-7" + inkscape:connector-curvature="0" /> + <path + style="opacity:1;fill:#96cdf1;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 45.38072,1054.4178 a 7.4999962,7.4999962 0 0 0 -7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,-7.5 7.4999962,7.4999962 0 0 0 -7.5,-7.5 z m 0,1 a 6.4999933,6.4999933 0 0 1 6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,-6.5 6.4999933,6.4999933 0 0 1 6.5,-6.5 z" + id="path7216-2" + inkscape:connector-curvature="0" /> + <rect + style="opacity:1;fill:#96cdf1;fill-opacity:1;stroke:none;stroke-width:0.82000297;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect7218-3" + width="9" + height="3" + x="40.880722" + y="1060.4178" + rx="1" + ry="1" /> + </g> + <g + style="display:inline" + id="radio-unchecked-active-dark" + transform="translate(86.036183,-823.05168)" + inkscape:label="#g7220"> + <path + inkscape:connector-curvature="0" + style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 13.391894,1057.6358 a 7.4999962,7.4999962 0 0 1 1.734375,4.7871 7.4999962,7.4999962 0 0 1 -7.4999999,7.5 7.4999962,7.4999962 0 0 1 -4.765625,-1.7129 7.4999981,7.4999981 0 0 0 5.765625,2.7129 7.4999981,7.4999981 0 0 0 7.4999999,-7.5 7.4999981,7.4999981 0 0 0 -2.734375,-5.7871 z" + id="path7222-3" /> + <path + inkscape:connector-curvature="0" + style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 7.6262691,1054.9229 a 7.4999962,7.4999962 0 0 0 -7.50000003,7.5 7.4999962,7.4999962 0 0 0 7.50000003,7.5 7.4999962,7.4999962 0 0 0 7.4999999,-7.5 7.4999962,7.4999962 0 0 0 -7.4999999,-7.5 z m 0,1 a 6.4999933,6.4999933 0 0 1 6.4999999,6.5 6.4999933,6.4999933 0 0 1 -6.4999999,6.5 6.4999933,6.4999933 0 0 1 -6.5,-6.5 6.4999933,6.4999933 0 0 1 6.5,-6.5 z" + id="path7224-9" /> + </g> + <g + style="display:inline" + id="radio-checked-active-dark" + transform="translate(85.720512,-823.05168)" + inkscape:label="#g7226"> + <path + inkscape:connector-curvature="0" + style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 32.584792,1057.6358 a 7.4999962,7.4999962 0 0 1 1.734375,4.7871 7.4999962,7.4999962 0 0 1 -7.5,7.5 7.4999962,7.4999962 0 0 1 -4.765625,-1.7129 7.4999981,7.4999981 0 0 0 5.765625,2.7129 7.4999981,7.4999981 0 0 0 7.5,-7.5 7.4999981,7.4999981 0 0 0 -2.734375,-5.7871 z" + id="path7228-4" /> + <path + inkscape:connector-curvature="0" + style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 26.819167,1054.9229 a 7.4999962,7.4999962 0 0 0 -7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,-7.5 7.4999962,7.4999962 0 0 0 -7.5,-7.5 z m 0,1 a 6.4999933,6.4999933 0 0 1 6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,-6.5 6.4999933,6.4999933 0 0 1 6.5,-6.5 z" + id="path7230-4-4" /> + <circle + style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="circle7232-3" + cx="26.819166" + cy="1062.4237" + r="4.4999943" /> + </g> + <g + style="display:inline" + id="radio-mixed-active-dark" + transform="translate(86.036183,-822.54658)" + inkscape:label="#g7234"> + <path + inkscape:connector-curvature="0" + id="path7236-8" + d="m 51.146345,1057.1307 a 7.4999962,7.4999962 0 0 1 1.734375,4.7871 7.4999962,7.4999962 0 0 1 -7.5,7.5 7.4999962,7.4999962 0 0 1 -4.765625,-1.7129 7.4999981,7.4999981 0 0 0 5.765625,2.7129 7.4999981,7.4999981 0 0 0 7.5,-7.5 7.4999981,7.4999981 0 0 0 -2.734375,-5.7871 z" + style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + id="path7238-6" + d="m 45.38072,1054.4178 a 7.4999962,7.4999962 0 0 0 -7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,-7.5 7.4999962,7.4999962 0 0 0 -7.5,-7.5 z m 0,1 a 6.4999933,6.4999933 0 0 1 6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,-6.5 6.4999933,6.4999933 0 0 1 6.5,-6.5 z" + style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <rect + ry="1" + rx="1" + y="1060.4178" + x="40.880722" + height="3" + width="9" + id="rect7240-1" + style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:none;stroke-width:0.82000297;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + <g + style="display:inline" + transform="translate(86.036183,-805.87908)" + id="radio-unchecked-insensitive-dark" + inkscape:label="#g7242"> + <path + id="path7244-8" + d="m 13.391894,1057.6358 a 7.4999962,7.4999962 0 0 1 1.734375,4.7871 7.4999962,7.4999962 0 0 1 -7.4999999,7.5 7.4999962,7.4999962 0 0 1 -4.765625,-1.7129 7.4999981,7.4999981 0 0 0 5.765625,2.7129 7.4999981,7.4999981 0 0 0 7.4999999,-7.5 7.4999981,7.4999981 0 0 0 -2.734375,-5.7871 z" + style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + inkscape:connector-curvature="0" /> + <path + id="path7246-6-0" + d="m 7.6262691,1054.9229 a 7.4999962,7.4999962 0 0 0 -7.50000003,7.5 7.4999962,7.4999962 0 0 0 7.50000003,7.5 7.4999962,7.4999962 0 0 0 7.4999999,-7.5 7.4999962,7.4999962 0 0 0 -7.4999999,-7.5 z m 0,1 a 6.4999933,6.4999933 0 0 1 6.4999999,6.5 6.4999933,6.4999933 0 0 1 -6.4999999,6.5 6.4999933,6.4999933 0 0 1 -6.5,-6.5 6.4999933,6.4999933 0 0 1 6.5,-6.5 z" + style="opacity:0.175;fill:#e6e6e6;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + inkscape:connector-curvature="0" /> + </g> + <g + style="display:inline" + transform="translate(85.720512,-805.87908)" + id="radio-checked-insensitive-dark" + inkscape:label="#g7248"> + <path + id="path7250-0" + d="m 32.584792,1057.6358 a 7.4999962,7.4999962 0 0 1 1.734375,4.7871 7.4999962,7.4999962 0 0 1 -7.5,7.5 7.4999962,7.4999962 0 0 1 -4.765625,-1.7129 7.4999981,7.4999981 0 0 0 5.765625,2.7129 7.4999981,7.4999981 0 0 0 7.5,-7.5 7.4999981,7.4999981 0 0 0 -2.734375,-5.7871 z" + style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + inkscape:connector-curvature="0" /> + <path + id="path7252-0" + d="m 26.819167,1054.9229 a 7.4999962,7.4999962 0 0 0 -7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,-7.5 7.4999962,7.4999962 0 0 0 -7.5,-7.5 z m 0,1 a 6.4999933,6.4999933 0 0 1 6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,-6.5 6.4999933,6.4999933 0 0 1 6.5,-6.5 z" + style="opacity:0.175;fill:#e6e6e6;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + inkscape:connector-curvature="0" /> + <circle + r="4.4999943" + cy="1062.4237" + cx="26.819166" + id="circle7254-1" + style="opacity:0.175;fill:#e6e6e6;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + <g + style="display:inline" + transform="translate(86.036183,-805.37398)" + id="radio-mixed-insensitive-dark" + inkscape:label="#g7256"> + <path + style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 51.146345,1057.1307 a 7.4999962,7.4999962 0 0 1 1.734375,4.7871 7.4999962,7.4999962 0 0 1 -7.5,7.5 7.4999962,7.4999962 0 0 1 -4.765625,-1.7129 7.4999981,7.4999981 0 0 0 5.765625,2.7129 7.4999981,7.4999981 0 0 0 7.5,-7.5 7.4999981,7.4999981 0 0 0 -2.734375,-5.7871 z" + id="path7258-2-1" + inkscape:connector-curvature="0" /> + <path + style="opacity:0.175;fill:#e6e6e6;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 45.38072,1054.4178 a 7.4999962,7.4999962 0 0 0 -7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,-7.5 7.4999962,7.4999962 0 0 0 -7.5,-7.5 z m 0,1 a 6.4999933,6.4999933 0 0 1 6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,-6.5 6.4999933,6.4999933 0 0 1 6.5,-6.5 z" + id="path7260-4-0" + inkscape:connector-curvature="0" /> + <rect + style="opacity:0.175;fill:#e6e6e6;fill-opacity:1;stroke:none;stroke-width:0.82000297;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect7262-2-7" + width="9" + height="3" + x="40.880722" + y="1060.4178" + rx="1" + ry="1" /> + </g> + <g + style="display:inline" + id="radio-unchecked-backdrop-dark" + transform="translate(86.036183,-788.70646)" + inkscape:label="#g7264"> + <path + inkscape:connector-curvature="0" + style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 13.391894,1057.6358 a 7.4999962,7.4999962 0 0 1 1.734375,4.7871 7.4999962,7.4999962 0 0 1 -7.4999999,7.5 7.4999962,7.4999962 0 0 1 -4.765625,-1.7129 7.4999981,7.4999981 0 0 0 5.765625,2.7129 7.4999981,7.4999981 0 0 0 7.4999999,-7.5 7.4999981,7.4999981 0 0 0 -2.734375,-5.7871 z" + id="path7266-1" /> + <path + inkscape:connector-curvature="0" + style="opacity:1;fill:#bdc3c7;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 7.6262691,1054.9229 a 7.4999962,7.4999962 0 0 0 -7.50000003,7.5 7.4999962,7.4999962 0 0 0 7.50000003,7.5 7.4999962,7.4999962 0 0 0 7.4999999,-7.5 7.4999962,7.4999962 0 0 0 -7.4999999,-7.5 z m 0,1 a 6.4999933,6.4999933 0 0 1 6.4999999,6.5 6.4999933,6.4999933 0 0 1 -6.4999999,6.5 6.4999933,6.4999933 0 0 1 -6.5,-6.5 6.4999933,6.4999933 0 0 1 6.5,-6.5 z" + id="path7268-3" /> + </g> + <g + style="display:inline" + id="radio-checked-backdrop-dark" + transform="translate(85.720512,-788.70646)" + inkscape:label="#g7270"> + <path + inkscape:connector-curvature="0" + style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 32.584792,1057.6358 a 7.4999962,7.4999962 0 0 1 1.734375,4.7871 7.4999962,7.4999962 0 0 1 -7.5,7.5 7.4999962,7.4999962 0 0 1 -4.765625,-1.7129 7.4999981,7.4999981 0 0 0 5.765625,2.7129 7.4999981,7.4999981 0 0 0 7.5,-7.5 7.4999981,7.4999981 0 0 0 -2.734375,-5.7871 z" + id="path7272-0" /> + <path + inkscape:connector-curvature="0" + style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 26.819167,1054.9229 a 7.4999962,7.4999962 0 0 0 -7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,-7.5 7.4999962,7.4999962 0 0 0 -7.5,-7.5 z m 0,1 a 6.4999933,6.4999933 0 0 1 6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,-6.5 6.4999933,6.4999933 0 0 1 6.5,-6.5 z" + id="path7274-5" /> + <circle + style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="circle7276-9" + cx="26.819166" + cy="1062.4237" + r="4.4999943" /> + </g> + <g + style="display:inline" + id="radio-mixed-backdrop-dark" + transform="translate(86.036183,-788.20136)" + inkscape:label="#g7278"> + <path + inkscape:connector-curvature="0" + id="path7280-0" + d="m 51.146345,1057.1307 a 7.4999962,7.4999962 0 0 1 1.734375,4.7871 7.4999962,7.4999962 0 0 1 -7.5,7.5 7.4999962,7.4999962 0 0 1 -4.765625,-1.7129 7.4999981,7.4999981 0 0 0 5.765625,2.7129 7.4999981,7.4999981 0 0 0 7.5,-7.5 7.4999981,7.4999981 0 0 0 -2.734375,-5.7871 z" + style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + id="path7282-9" + d="m 45.38072,1054.4178 a 7.4999962,7.4999962 0 0 0 -7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,-7.5 7.4999962,7.4999962 0 0 0 -7.5,-7.5 z m 0,1 a 6.4999933,6.4999933 0 0 1 6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,-6.5 6.4999933,6.4999933 0 0 1 6.5,-6.5 z" + style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <rect + ry="1" + rx="1" + y="1060.4178" + x="40.880722" + height="3" + width="9" + id="rect7284-1" + style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:none;stroke-width:0.82000297;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + <g + style="display:inline" + transform="translate(86.036183,-769.51356)" + id="radio-unchecked-backdrop-insensitive-dark" + inkscape:label="#g7286"> + <path + id="path7288-4-1" + d="m 13.391894,1057.6358 a 7.4999962,7.4999962 0 0 1 1.734375,4.7871 7.4999962,7.4999962 0 0 1 -7.4999999,7.5 7.4999962,7.4999962 0 0 1 -4.765625,-1.7129 7.4999981,7.4999981 0 0 0 5.765625,2.7129 7.4999981,7.4999981 0 0 0 7.4999999,-7.5 7.4999981,7.4999981 0 0 0 -2.734375,-5.7871 z" + style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + inkscape:connector-curvature="0" /> + <path + id="path7290-7" + d="m 7.6262691,1054.9229 a 7.4999962,7.4999962 0 0 0 -7.50000003,7.5 7.4999962,7.4999962 0 0 0 7.50000003,7.5 7.4999962,7.4999962 0 0 0 7.4999999,-7.5 7.4999962,7.4999962 0 0 0 -7.4999999,-7.5 z m 0,1 a 6.4999933,6.4999933 0 0 1 6.4999999,6.5 6.4999933,6.4999933 0 0 1 -6.4999999,6.5 6.4999933,6.4999933 0 0 1 -6.5,-6.5 6.4999933,6.4999933 0 0 1 6.5,-6.5 z" + style="opacity:0.175;fill:#e6e6e6;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + inkscape:connector-curvature="0" /> + </g> + <g + style="display:inline" + transform="translate(85.720512,-769.51356)" + id="radio-checked-backdrop-insensitive-dark" + inkscape:label="#g7292"> + <path + id="path7294-0" + d="m 32.584792,1057.6358 a 7.4999962,7.4999962 0 0 1 1.734375,4.7871 7.4999962,7.4999962 0 0 1 -7.5,7.5 7.4999962,7.4999962 0 0 1 -4.765625,-1.7129 7.4999981,7.4999981 0 0 0 5.765625,2.7129 7.4999981,7.4999981 0 0 0 7.5,-7.5 7.4999981,7.4999981 0 0 0 -2.734375,-5.7871 z" + style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + inkscape:connector-curvature="0" /> + <path + id="path7296-9" + d="m 26.819167,1054.9229 a 7.4999962,7.4999962 0 0 0 -7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,-7.5 7.4999962,7.4999962 0 0 0 -7.5,-7.5 z m 0,1 a 6.4999933,6.4999933 0 0 1 6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,-6.5 6.4999933,6.4999933 0 0 1 6.5,-6.5 z" + style="opacity:0.175;fill:#e6e6e6;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + inkscape:connector-curvature="0" /> + <circle + r="4.4999943" + cy="1062.4237" + cx="26.819166" + id="circle7298-4" + style="opacity:0.175;fill:#e6e6e6;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + <g + style="display:inline" + transform="translate(86.036183,-769.00846)" + id="radio-mixed-backdrop-insensitive-dark" + inkscape:label="#g7300"> + <path + style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 51.146345,1057.1307 a 7.4999962,7.4999962 0 0 1 1.734375,4.7871 7.4999962,7.4999962 0 0 1 -7.5,7.5 7.4999962,7.4999962 0 0 1 -4.765625,-1.7129 7.4999981,7.4999981 0 0 0 5.765625,2.7129 7.4999981,7.4999981 0 0 0 7.5,-7.5 7.4999981,7.4999981 0 0 0 -2.734375,-5.7871 z" + id="path7302-5" + inkscape:connector-curvature="0" /> + <path + style="opacity:0.175;fill:#e6e6e6;fill-opacity:1;stroke:#798085;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 45.38072,1054.4178 a 7.4999962,7.4999962 0 0 0 -7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,7.5 7.4999962,7.4999962 0 0 0 7.5,-7.5 7.4999962,7.4999962 0 0 0 -7.5,-7.5 z m 0,1 a 6.4999933,6.4999933 0 0 1 6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,6.5 6.4999933,6.4999933 0 0 1 -6.5,-6.5 6.4999933,6.4999933 0 0 1 6.5,-6.5 z" + id="path7304-2" + inkscape:connector-curvature="0" /> + <rect + style="opacity:0.175;fill:#e6e6e6;fill-opacity:1;stroke:none;stroke-width:0.82000297;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect7306-9" + width="9" + height="3" + x="40.880722" + y="1060.4178" + rx="1" + ry="1" /> + </g> + <g + id="checkbox-selectionmode" + inkscape:label="#g4673" + transform="translate(88.492004,-935.59099)"> + <rect + ry="2.25" + rx="2.25" + y="1119.9636" + x="275.07709" + height="30" + width="30" + id="rect6555" + style="opacity:0.75;fill:#31363b;fill-opacity:1;stroke:none;stroke-width:0.97560978;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + style="opacity:1;fill:#bdc3c7;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 282.74375,1124.9636 c -1.47732,0 -2.66666,1.1894 -2.66666,2.6666 l 0,14.6668 c 0,1.4772 1.18934,2.6666 2.66666,2.6666 l 14.66667,0 c 1.47732,0 2.66666,-1.1894 2.66666,-2.6666 l 0,-14.6668 c 0,-1.4772 -1.18934,-2.6666 -2.66666,-2.6666 l -14.66667,0 z m 0.97657,1.3334 12.71353,0 c 1.28037,0 2.30989,1.0321 2.30989,2.3125 l 0,12.7109 c 0,1.2804 -1.02952,2.3098 -2.30989,2.3098 l -12.71353,0 c -1.28035,0 -2.30989,-1.0294 -2.30989,-2.3098 l 0,-12.7109 c 0,-1.2804 1.02954,-2.3125 2.30989,-2.3125 z" + id="path4141-71" /> + </g> + <g + id="checkbox-checked-selectionmode" + inkscape:label="#g4677" + transform="translate(88.492004,-935.59099)"> + <rect + style="opacity:0.75;fill:#31363b;fill-opacity:1;stroke:none;stroke-width:0.97560978;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect4500" + width="30" + height="30" + x="309.8985" + y="1119.9636" + rx="2.25" + ry="2.25" /> + <g + transform="matrix(1.3333324,0,0,1.3333324,-158.95831,-369.42306)" + id="g4573"> + <path + inkscape:connector-curvature="0" + id="path4145-43" + d="m 357.39286,1120.7908 c -1.108,0 -2,0.892 -2,2 l 0,11 c 0,1.108 0.892,2 2,2 l 11,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-1.108 -0.892,-2 -2,-2 l -11,0 z m 0.73242,1 9.53516,0 c 0.96026,0 1.73242,0.7741 1.73242,1.7344 l 0,9.5332 c 0,0.9603 -0.77216,1.7324 -1.73242,1.7324 l -9.53516,0 c -0.96026,0 -1.73242,-0.7721 -1.73242,-1.7324 l 0,-9.5332 c 0,-0.9603 0.77216,-1.7344 1.73242,-1.7344 z" + style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <rect + style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:none;stroke-width:0.82000297;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect4202-3" + width="9" + height="9" + x="358.39285" + y="1123.7908" + rx="1.100245" + ry="1.1002449" /> + </g> + </g> + <g + id="checkbox-hover-selectionmode" + inkscape:label="#g4690" + transform="translate(88.492004,-935.59099)"> + <rect + ry="2.25" + rx="2.25" + y="1154.9934" + x="275.07709" + height="30" + width="30" + id="rect4502" + style="opacity:0.75;fill:#31363b;fill-opacity:1;stroke:none;stroke-width:0.97560978;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + style="opacity:1;fill:#96cdf1;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 282.74376,1159.9934 c -1.47734,0 -2.66667,1.1893 -2.66667,2.6667 l 0,14.6666 c 0,1.4774 1.18933,2.6667 2.66667,2.6667 l 14.66665,0 c 1.47734,0 2.66667,-1.1893 2.66667,-2.6667 l 0,-14.6666 c 0,-1.4774 -1.18933,-2.6667 -2.66667,-2.6667 l -14.66665,0 z m 0.97656,1.3333 12.71353,0 c 1.28035,0 2.3099,1.0322 2.3099,2.3126 l 0,12.7109 c 0,1.2804 -1.02955,2.3099 -2.3099,2.3099 l -12.71353,0 c -1.28036,0 -2.3099,-1.0295 -2.3099,-2.3099 l 0,-12.7109 c 0,-1.2804 1.02954,-2.3126 2.3099,-2.3126 z" + id="path4137-8" /> + </g> + <g + id="checkbox-checked-hover-selectionmode" + transform="translate(88.492004,-935.59099)" + inkscape:label="#g4683"> + <rect + style="opacity:0.75;fill:#31363b;fill-opacity:1;stroke:none;stroke-width:0.97560978;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect4504" + width="30" + height="30" + x="309.8985" + y="1154.9934" + rx="2.25" + ry="2.25" /> + <g + id="g4245-7" + transform="matrix(1.3333324,0,0,1.3333324,314.59067,-222.00341)"> + <g + transform="translate(-0.22411079,0.21904445)" + id="g4247-6"> + <path + inkscape:connector-curvature="0" + id="path4251-21" + d="m 2.4549896,1036.2793 c -1.108,0 -2.00000003,0.892 -2.00000003,2 l 0,11 c 0,1.108 0.89200003,2 2.00000003,2 l 11.0000004,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-1.108 -0.892,-2 -2,-2 l -11.0000004,0 z m 0.732422,1 9.5351564,0 c 0.960267,0 1.732422,0.7741 1.732422,1.7344 l 0,9.5332 c 0,0.9603 -0.772155,1.7324 -1.732422,1.7324 l -9.5351564,0 c -0.960266,0 -1.732422,-0.7721 -1.732422,-1.7324 l 0,-9.5332 c 0,-0.9603 0.772156,-1.7344 1.732422,-1.7344 z" + style="opacity:1;fill:#96cdf1;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + <rect + ry="1.1002449" + rx="1.100245" + y="1039.4983" + x="3.2308738" + height="9" + width="9" + id="rect4253-1" + style="opacity:1;fill:#96cdf1;fill-opacity:1;stroke:none;stroke-width:0.82000297;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + </g> + <g + id="checkbox-active-selectionmode" + inkscape:label="#g4700" + transform="translate(88.492004,-935.59099)"> + <rect + ry="2.25" + rx="2.25" + y="1190.0232" + x="275.07709" + height="30" + width="30" + id="rect4506" + style="opacity:0.75;fill:#31363b;fill-opacity:1;stroke:none;stroke-width:0.97560978;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <g + transform="matrix(1.3333324,0,0,1.3333324,303.81566,-232.75287)" + id="g4281-8"> + <path + style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m -15.803939,1070.8328 c -1.108,0 -2,0.892 -2,2 l 0,11 c 0,1.108 0.892,2 2,2 l 11.0000004,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-1.108 -0.892,-2 -2,-2 l -11.0000004,0 z m 0.732422,1 9.5351564,0 c 0.960267,0 1.732422,0.7741 1.732422,1.7344 l 0,9.5332 c 0,0.9603 -0.772155,1.7324 -1.732422,1.7324 l -9.5351564,0 c -0.960266,0 -1.732422,-0.7721 -1.732422,-1.7324 l 0,-9.5332 c 0,-0.9603 0.772156,-1.7344 1.732422,-1.7344 z" + id="rect6640-1" + inkscape:connector-curvature="0" /> + </g> + </g> + <g + id="checkbox-backdrop-selectionmode" + inkscape:label="#g4711" + transform="translate(88.492004,-935.59099)"> + <rect + ry="2.25" + rx="2.25" + y="1225.053" + x="275.07709" + height="30" + width="30" + id="rect4510" + style="opacity:0.75;fill:#31363b;fill-opacity:1;stroke:none;stroke-width:0.97560978;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + style="opacity:1;fill:#bdc3c7;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 282.74375,1230.053 c -1.47732,0 -2.66666,1.1894 -2.66666,2.6666 l 0,14.6668 c 0,1.4772 1.18934,2.6666 2.66666,2.6666 l 14.66667,0 c 1.47732,0 2.66666,-1.1894 2.66666,-2.6666 l 0,-14.6668 c 0,-1.4772 -1.18934,-2.6666 -2.66666,-2.6666 l -14.66667,0 z m 0.97657,1.3334 12.71353,0 c 1.28037,0 2.30989,1.0321 2.30989,2.3125 l 0,12.7109 c 0,1.2804 -1.02952,2.3098 -2.30989,2.3098 l -12.71353,0 c -1.28035,0 -2.30989,-1.0294 -2.30989,-2.3098 l 0,-12.7109 c 0,-1.2804 1.02954,-2.3125 2.30989,-2.3125 z" + id="path4141-71-9" /> + </g> + <g + id="checkbox-checked-backdrop-selectionmode" + inkscape:label="#g4705" + transform="translate(88.492004,-935.59099)"> + <rect + style="opacity:0.75;fill:#31363b;fill-opacity:1;stroke:none;stroke-width:0.97560978;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect4512" + width="30" + height="30" + x="309.8985" + y="1225.053" + rx="2.25" + ry="2.25" /> + <g + transform="matrix(1.3333324,0,0,1.3333324,-158.95831,-264.3337)" + id="g4573-8"> + <path + inkscape:connector-curvature="0" + id="path4145-43-9" + d="m 357.39286,1120.7908 c -1.108,0 -2,0.892 -2,2 l 0,11 c 0,1.108 0.892,2 2,2 l 11,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-1.108 -0.892,-2 -2,-2 l -11,0 z m 0.73242,1 9.53516,0 c 0.96026,0 1.73242,0.7741 1.73242,1.7344 l 0,9.5332 c 0,0.9603 -0.77216,1.7324 -1.73242,1.7324 l -9.53516,0 c -0.96026,0 -1.73242,-0.7721 -1.73242,-1.7324 l 0,-9.5332 c 0,-0.9603 0.77216,-1.7344 1.73242,-1.7344 z" + style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <rect + style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:none;stroke-width:0.82000297;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect4202-3-9" + width="9" + height="9" + x="358.39285" + y="1123.7908" + rx="1.100245" + ry="1.1002449" /> + </g> + </g> + <g + id="checkbox-checked-active-selectionmode" + inkscape:label="#g4694" + transform="translate(88.492004,-935.59099)"> + <rect + style="opacity:0.75;fill:#31363b;fill-opacity:1;stroke:none;stroke-width:0.97560978;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect4508" + width="30" + height="30" + x="309.8985" + y="1190.0232" + rx="2.25" + ry="2.25" /> + <g + transform="matrix(1.3333324,0,0,1.3333324,-158.95831,-299.36349)" + id="g4573-1"> + <path + inkscape:connector-curvature="0" + id="path4145-43-1" + d="m 357.39286,1120.7908 c -1.108,0 -2,0.892 -2,2 l 0,11 c 0,1.108 0.892,2 2,2 l 11,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-1.108 -0.892,-2 -2,-2 l -11,0 z m 0.73242,1 9.53516,0 c 0.96026,0 1.73242,0.7741 1.73242,1.7344 l 0,9.5332 c 0,0.9603 -0.77216,1.7324 -1.73242,1.7324 l -9.53516,0 c -0.96026,0 -1.73242,-0.7721 -1.73242,-1.7324 l 0,-9.5332 c 0,-0.9603 0.77216,-1.7344 1.73242,-1.7344 z" + style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <rect + style="opacity:1;fill:#3daee9;fill-opacity:1;stroke:none;stroke-width:0.82000297;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect4202-3-1" + width="9" + height="9" + x="358.39285" + y="1123.7908" + rx="1.100245" + ry="1.1002449" /> + </g> + </g> + </g> +</svg> diff --git a/.themes/papirus/gtk-3.0/assets.txt b/.themes/papirus/gtk-3.0/assets.txt new file mode 100644 index 00000000..e2183ef8 --- /dev/null +++ b/.themes/papirus/gtk-3.0/assets.txt @@ -0,0 +1,204 @@ +titlebutton-close +titlebutton-close-hover +titlebutton-close-active +titlebutton-maximize +titlebutton-maximize-hover +titlebutton-maximize-active +titlebutton-minimize +titlebutton-minimize-hover +titlebutton-minimize-active +titlebutton-close-backdrop +titlebutton-minimize-backdrop +titlebutton-maximize-backdrop +scrollbar-slider +scrollbar-slider-hover +scrollbar-slider-active +scrollbar-slider-overlay +scrollbar-slider-rtl +scrollbar-slider-rtl-hover +scrollbar-slider-rtl-active +scrollbar-slider-horizontal +scrollbar-slider-horizontal-hover +scrollbar-slider-horizontal-active +scrollbar-slider-horizontal-overlay +scrollbar-trough +scrollbar-trough-horizontal +scrollbar-trough-rtl +scrollbar-slider-dark +scrollbar-slider-hover-dark +scrollbar-slider-active-dark +scrollbar-slider-overlay-dark +scrollbar-slider-rtl-dark +scrollbar-slider-rtl-hover-dark +scrollbar-slider-rtl-active-dark +scrollbar-slider-horizontal-dark +scrollbar-slider-horizontal-hover-dark +scrollbar-slider-horizontal-active-dark +scrollbar-slider-horizontal-overlay-dark +scrollbar-trough-dark +scrollbar-trough-horizontal-dark +scrollbar-trough-rtl-dark +checkbox-checked +checkbox-checked-hover +checkbox-checked-active +checkbox-checked-insensitive +checkbox-checked-backdrop +checkbox-checked-backdrop-insensitive +checkbox-unchecked +checkbox-unchecked-hover +checkbox-unchecked-active +checkbox-unchecked-insensitive +checkbox-unchecked-backdrop +checkbox-unchecked-backdrop-insensitive +checkbox-mixed +checkbox-mixed-hover +checkbox-mixed-active +checkbox-mixed-insensitive +checkbox-mixed-backdrop +checkbox-mixed-backdrop-insensitive +radio-checked +radio-checked-hover +radio-checked-active +radio-checked-insensitive +radio-checked-backdrop +radio-checked-backdrop-insensitive +radio-unchecked +radio-unchecked-hover +radio-unchecked-active +radio-unchecked-insensitive +radio-unchecked-backdrop +radio-unchecked-backdrop-insensitive +radio-mixed +radio-mixed-hover +radio-mixed-active +radio-mixed-insensitive +radio-mixed-backdrop +radio-mixed-backdrop-insensitive +selected-checkbox-checked +selected-checkbox-checked-hover +selected-checkbox-checked-active +selected-checkbox-checked-insensitive +selected-checkbox-checked-backdrop +selected-checkbox-checked-backdrop-insensitive +selected-checkbox-unchecked +selected-checkbox-unchecked-hover +selected-checkbox-unchecked-active +selected-checkbox-unchecked-insensitive +selected-checkbox-unchecked-backdrop +selected-checkbox-unchecked-backdrop-insensitive +selected-checkbox-mixed +selected-checkbox-mixed-hover +selected-checkbox-mixed-active +selected-checkbox-mixed-insensitive +selected-checkbox-mixed-backdrop +selected-checkbox-mixed-backdrop-insensitive +selected-radio-checked +selected-radio-checked-hover +selected-radio-checked-active +selected-radio-checked-insensitive +selected-radio-checked-backdrop +selected-radio-checked-backdrop-insensitive +selected-radio-unchecked +selected-radio-unchecked-hover +selected-radio-unchecked-active +selected-radio-unchecked-insensitive +selected-radio-unchecked-backdrop +selected-radio-unchecked-backdrop-insensitive +selected-radio-mixed +selected-radio-mixed-hover +selected-radio-mixed-active +selected-radio-mixed-insensitive +selected-radio-mixed-backdrop +selected-radio-mixed-backdrop-insensitive +checkbox-checked-dark +checkbox-checked-hover-dark +checkbox-checked-active-dark +checkbox-checked-insensitive-dark +checkbox-checked-backdrop-dark +checkbox-checked-backdrop-insensitive-dark +checkbox-unchecked-dark +checkbox-unchecked-hover-dark +checkbox-unchecked-active-dark +checkbox-unchecked-insensitive-dark +checkbox-unchecked-backdrop-dark +checkbox-unchecked-backdrop-insensitive-dark +checkbox-selectionmode +checkbox-hover-selectionmode +checkbox-active-selectionmode +checkbox-backdrop-selectionmode +checkbox-checked-selectionmode +checkbox-checked-hover-selectionmode +checkbox-checked-active-selectionmode +checkbox-checked-backdrop-selectionmode +checkbox-mixed-dark +checkbox-mixed-hover-dark +checkbox-mixed-active-dark +checkbox-mixed-insensitive-dark +checkbox-mixed-backdrop-dark +checkbox-mixed-backdrop-insensitive-dark +radio-checked-dark +radio-checked-hover-dark +radio-checked-active-dark +radio-checked-insensitive-dark +radio-checked-backdrop-dark +radio-checked-backdrop-insensitive-dark +radio-unchecked-dark +radio-unchecked-hover-dark +radio-unchecked-active-dark +radio-unchecked-insensitive-dark +radio-unchecked-backdrop-dark +radio-unchecked-backdrop-insensitive-dark +radio-mixed-dark +radio-mixed-hover-dark +radio-mixed-active-dark +radio-mixed-insensitive-dark +radio-mixed-backdrop-dark +radio-mixed-backdrop-insensitive-dark +slider-horz-scale-has-marks-below +slider-horz-scale-has-marks-below-hover +slider-horz-scale-has-marks-below-active +slider-horz-scale-has-marks-below-insensitive +slider-horz-scale-has-marks-below-backdrop +slider-horz-scale-has-marks-below-backdrop-insensitive +slider-vert-scale-has-marks-below +slider-vert-scale-has-marks-below-hover +slider-vert-scale-has-marks-below-active +slider-vert-scale-has-marks-below-insensitive +slider-vert-scale-has-marks-below-backdrop +slider-vert-scale-has-marks-below-backdrop-insensitive +slider-horz-scale-has-marks-above +slider-horz-scale-has-marks-above-hover +slider-horz-scale-has-marks-above-active +slider-horz-scale-has-marks-above-insensitive +slider-horz-scale-has-marks-above-backdrop +slider-horz-scale-has-marks-above-backdrop-insensitive +slider-vert-scale-has-marks-above +slider-vert-scale-has-marks-above-hover +slider-vert-scale-has-marks-above-active +slider-vert-scale-has-marks-above-insensitive +slider-vert-scale-has-marks-above-backdrop +slider-vert-scale-has-marks-above-backdrop-insensitive +slider-horz-scale-has-marks-below-dark +slider-horz-scale-has-marks-below-hover-dark +slider-horz-scale-has-marks-below-active-dark +slider-horz-scale-has-marks-below-insensitive-dark +slider-horz-scale-has-marks-below-backdrop-dark +slider-horz-scale-has-marks-below-backdrop-insensitive-dark +slider-vert-scale-has-marks-below-dark +slider-vert-scale-has-marks-below-hover-dark +slider-vert-scale-has-marks-below-active-dark +slider-vert-scale-has-marks-below-insensitive-dark +slider-vert-scale-has-marks-below-backdrop-dark +slider-vert-scale-has-marks-below-backdrop-insensitive-dark +slider-horz-scale-has-marks-above-dark +slider-horz-scale-has-marks-above-hover-dark +slider-horz-scale-has-marks-above-active-dark +slider-horz-scale-has-marks-above-insensitive-dark +slider-horz-scale-has-marks-above-backdrop-dark +slider-horz-scale-has-marks-above-backdrop-insensitive-dark +slider-vert-scale-has-marks-above-dark +slider-vert-scale-has-marks-above-hover-dark +slider-vert-scale-has-marks-above-active-dark +slider-vert-scale-has-marks-above-insensitive-dark +slider-vert-scale-has-marks-above-backdrop-dark +slider-vert-scale-has-marks-above-backdrop-insensitive-dark diff --git a/.themes/papirus/gtk-3.0/assets/checkbox-active-selectionmode.png b/.themes/papirus/gtk-3.0/assets/checkbox-active-selectionmode.png new file mode 100644 index 00000000..409e18e7 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/checkbox-active-selectionmode.png differ diff --git a/.themes/papirus/gtk-3.0/assets/checkbox-active-selectionmode@2.png b/.themes/papirus/gtk-3.0/assets/checkbox-active-selectionmode@2.png new file mode 100644 index 00000000..8ed2d89f Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/checkbox-active-selectionmode@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/checkbox-backdrop-selectionmode.png b/.themes/papirus/gtk-3.0/assets/checkbox-backdrop-selectionmode.png new file mode 100644 index 00000000..2f89c35e Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/checkbox-backdrop-selectionmode.png differ diff --git a/.themes/papirus/gtk-3.0/assets/checkbox-backdrop-selectionmode@2.png b/.themes/papirus/gtk-3.0/assets/checkbox-backdrop-selectionmode@2.png new file mode 100644 index 00000000..e1b2f1b5 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/checkbox-backdrop-selectionmode@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/checkbox-checked-active-dark.png b/.themes/papirus/gtk-3.0/assets/checkbox-checked-active-dark.png new file mode 100644 index 00000000..7334f6b6 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/checkbox-checked-active-dark.png differ diff --git a/.themes/papirus/gtk-3.0/assets/checkbox-checked-active-dark@2.png b/.themes/papirus/gtk-3.0/assets/checkbox-checked-active-dark@2.png new file mode 100644 index 00000000..43754f87 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/checkbox-checked-active-dark@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/checkbox-checked-active-selectionmode.png b/.themes/papirus/gtk-3.0/assets/checkbox-checked-active-selectionmode.png new file mode 100644 index 00000000..a9999241 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/checkbox-checked-active-selectionmode.png differ diff --git a/.themes/papirus/gtk-3.0/assets/checkbox-checked-active-selectionmode@2.png b/.themes/papirus/gtk-3.0/assets/checkbox-checked-active-selectionmode@2.png new file mode 100644 index 00000000..90ae2c9b Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/checkbox-checked-active-selectionmode@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/checkbox-checked-active.png b/.themes/papirus/gtk-3.0/assets/checkbox-checked-active.png new file mode 100644 index 00000000..7334f6b6 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/checkbox-checked-active.png differ diff --git a/.themes/papirus/gtk-3.0/assets/checkbox-checked-active@2.png b/.themes/papirus/gtk-3.0/assets/checkbox-checked-active@2.png new file mode 100644 index 00000000..43754f87 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/checkbox-checked-active@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/checkbox-checked-backdrop-dark.png b/.themes/papirus/gtk-3.0/assets/checkbox-checked-backdrop-dark.png new file mode 100644 index 00000000..7334f6b6 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/checkbox-checked-backdrop-dark.png differ diff --git a/.themes/papirus/gtk-3.0/assets/checkbox-checked-backdrop-dark@2.png b/.themes/papirus/gtk-3.0/assets/checkbox-checked-backdrop-dark@2.png new file mode 100644 index 00000000..43754f87 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/checkbox-checked-backdrop-dark@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/checkbox-checked-backdrop-insensitive-dark.png b/.themes/papirus/gtk-3.0/assets/checkbox-checked-backdrop-insensitive-dark.png new file mode 100644 index 00000000..a07e1113 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/checkbox-checked-backdrop-insensitive-dark.png differ diff --git a/.themes/papirus/gtk-3.0/assets/checkbox-checked-backdrop-insensitive-dark@2.png b/.themes/papirus/gtk-3.0/assets/checkbox-checked-backdrop-insensitive-dark@2.png new file mode 100644 index 00000000..fa465eb5 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/checkbox-checked-backdrop-insensitive-dark@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/checkbox-checked-backdrop-insensitive.png b/.themes/papirus/gtk-3.0/assets/checkbox-checked-backdrop-insensitive.png new file mode 100644 index 00000000..17b86555 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/checkbox-checked-backdrop-insensitive.png differ diff --git a/.themes/papirus/gtk-3.0/assets/checkbox-checked-backdrop-insensitive@2.png b/.themes/papirus/gtk-3.0/assets/checkbox-checked-backdrop-insensitive@2.png new file mode 100644 index 00000000..8270ba0e Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/checkbox-checked-backdrop-insensitive@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/checkbox-checked-backdrop-selectionmode.png b/.themes/papirus/gtk-3.0/assets/checkbox-checked-backdrop-selectionmode.png new file mode 100644 index 00000000..a9999241 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/checkbox-checked-backdrop-selectionmode.png differ diff --git a/.themes/papirus/gtk-3.0/assets/checkbox-checked-backdrop-selectionmode@2.png b/.themes/papirus/gtk-3.0/assets/checkbox-checked-backdrop-selectionmode@2.png new file mode 100644 index 00000000..90ae2c9b Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/checkbox-checked-backdrop-selectionmode@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/checkbox-checked-backdrop.png b/.themes/papirus/gtk-3.0/assets/checkbox-checked-backdrop.png new file mode 100644 index 00000000..7334f6b6 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/checkbox-checked-backdrop.png differ diff --git a/.themes/papirus/gtk-3.0/assets/checkbox-checked-backdrop@2.png b/.themes/papirus/gtk-3.0/assets/checkbox-checked-backdrop@2.png new file mode 100644 index 00000000..43754f87 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/checkbox-checked-backdrop@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/checkbox-checked-dark.png b/.themes/papirus/gtk-3.0/assets/checkbox-checked-dark.png new file mode 100644 index 00000000..7b9b014d Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/checkbox-checked-dark.png differ diff --git a/.themes/papirus/gtk-3.0/assets/checkbox-checked-dark@2.png b/.themes/papirus/gtk-3.0/assets/checkbox-checked-dark@2.png new file mode 100644 index 00000000..fd4ea873 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/checkbox-checked-dark@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/checkbox-checked-hover-dark.png b/.themes/papirus/gtk-3.0/assets/checkbox-checked-hover-dark.png new file mode 100644 index 00000000..0e2f29c4 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/checkbox-checked-hover-dark.png differ diff --git a/.themes/papirus/gtk-3.0/assets/checkbox-checked-hover-dark@2.png b/.themes/papirus/gtk-3.0/assets/checkbox-checked-hover-dark@2.png new file mode 100644 index 00000000..3e005250 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/checkbox-checked-hover-dark@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/checkbox-checked-hover-selectionmode.png b/.themes/papirus/gtk-3.0/assets/checkbox-checked-hover-selectionmode.png new file mode 100644 index 00000000..622b3d5a Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/checkbox-checked-hover-selectionmode.png differ diff --git a/.themes/papirus/gtk-3.0/assets/checkbox-checked-hover-selectionmode@2.png b/.themes/papirus/gtk-3.0/assets/checkbox-checked-hover-selectionmode@2.png new file mode 100644 index 00000000..c45abe4a Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/checkbox-checked-hover-selectionmode@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/checkbox-checked-hover.png b/.themes/papirus/gtk-3.0/assets/checkbox-checked-hover.png new file mode 100644 index 00000000..0e2f29c4 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/checkbox-checked-hover.png differ diff --git a/.themes/papirus/gtk-3.0/assets/checkbox-checked-hover@2.png b/.themes/papirus/gtk-3.0/assets/checkbox-checked-hover@2.png new file mode 100644 index 00000000..3e005250 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/checkbox-checked-hover@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/checkbox-checked-insensitive-dark.png b/.themes/papirus/gtk-3.0/assets/checkbox-checked-insensitive-dark.png new file mode 100644 index 00000000..a07e1113 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/checkbox-checked-insensitive-dark.png differ diff --git a/.themes/papirus/gtk-3.0/assets/checkbox-checked-insensitive-dark@2.png b/.themes/papirus/gtk-3.0/assets/checkbox-checked-insensitive-dark@2.png new file mode 100644 index 00000000..fa465eb5 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/checkbox-checked-insensitive-dark@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/checkbox-checked-insensitive.png b/.themes/papirus/gtk-3.0/assets/checkbox-checked-insensitive.png new file mode 100644 index 00000000..17b86555 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/checkbox-checked-insensitive.png differ diff --git a/.themes/papirus/gtk-3.0/assets/checkbox-checked-insensitive@2.png b/.themes/papirus/gtk-3.0/assets/checkbox-checked-insensitive@2.png new file mode 100644 index 00000000..8270ba0e Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/checkbox-checked-insensitive@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/checkbox-checked-selectionmode.png b/.themes/papirus/gtk-3.0/assets/checkbox-checked-selectionmode.png new file mode 100644 index 00000000..a9999241 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/checkbox-checked-selectionmode.png differ diff --git a/.themes/papirus/gtk-3.0/assets/checkbox-checked-selectionmode@2.png b/.themes/papirus/gtk-3.0/assets/checkbox-checked-selectionmode@2.png new file mode 100644 index 00000000..90ae2c9b Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/checkbox-checked-selectionmode@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/checkbox-checked.png b/.themes/papirus/gtk-3.0/assets/checkbox-checked.png new file mode 100644 index 00000000..7334f6b6 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/checkbox-checked.png differ diff --git a/.themes/papirus/gtk-3.0/assets/checkbox-checked@2.png b/.themes/papirus/gtk-3.0/assets/checkbox-checked@2.png new file mode 100644 index 00000000..43754f87 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/checkbox-checked@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/checkbox-hover-selectionmode.png b/.themes/papirus/gtk-3.0/assets/checkbox-hover-selectionmode.png new file mode 100644 index 00000000..24754ccc Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/checkbox-hover-selectionmode.png differ diff --git a/.themes/papirus/gtk-3.0/assets/checkbox-hover-selectionmode@2.png b/.themes/papirus/gtk-3.0/assets/checkbox-hover-selectionmode@2.png new file mode 100644 index 00000000..5304ae64 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/checkbox-hover-selectionmode@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/checkbox-mixed-active-dark.png b/.themes/papirus/gtk-3.0/assets/checkbox-mixed-active-dark.png new file mode 100644 index 00000000..19dd4678 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/checkbox-mixed-active-dark.png differ diff --git a/.themes/papirus/gtk-3.0/assets/checkbox-mixed-active-dark@2.png b/.themes/papirus/gtk-3.0/assets/checkbox-mixed-active-dark@2.png new file mode 100644 index 00000000..6b716948 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/checkbox-mixed-active-dark@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/checkbox-mixed-active.png b/.themes/papirus/gtk-3.0/assets/checkbox-mixed-active.png new file mode 100644 index 00000000..19dd4678 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/checkbox-mixed-active.png differ diff --git a/.themes/papirus/gtk-3.0/assets/checkbox-mixed-active@2.png b/.themes/papirus/gtk-3.0/assets/checkbox-mixed-active@2.png new file mode 100644 index 00000000..6b716948 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/checkbox-mixed-active@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/checkbox-mixed-backdrop-dark.png b/.themes/papirus/gtk-3.0/assets/checkbox-mixed-backdrop-dark.png new file mode 100644 index 00000000..19dd4678 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/checkbox-mixed-backdrop-dark.png differ diff --git a/.themes/papirus/gtk-3.0/assets/checkbox-mixed-backdrop-dark@2.png b/.themes/papirus/gtk-3.0/assets/checkbox-mixed-backdrop-dark@2.png new file mode 100644 index 00000000..6b716948 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/checkbox-mixed-backdrop-dark@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/checkbox-mixed-backdrop-insensitive-dark.png b/.themes/papirus/gtk-3.0/assets/checkbox-mixed-backdrop-insensitive-dark.png new file mode 100644 index 00000000..1b06620f Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/checkbox-mixed-backdrop-insensitive-dark.png differ diff --git a/.themes/papirus/gtk-3.0/assets/checkbox-mixed-backdrop-insensitive-dark@2.png b/.themes/papirus/gtk-3.0/assets/checkbox-mixed-backdrop-insensitive-dark@2.png new file mode 100644 index 00000000..80097dc4 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/checkbox-mixed-backdrop-insensitive-dark@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/checkbox-mixed-backdrop-insensitive.png b/.themes/papirus/gtk-3.0/assets/checkbox-mixed-backdrop-insensitive.png new file mode 100644 index 00000000..b7500fc9 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/checkbox-mixed-backdrop-insensitive.png differ diff --git a/.themes/papirus/gtk-3.0/assets/checkbox-mixed-backdrop-insensitive@2.png b/.themes/papirus/gtk-3.0/assets/checkbox-mixed-backdrop-insensitive@2.png new file mode 100644 index 00000000..b9a178b1 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/checkbox-mixed-backdrop-insensitive@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/checkbox-mixed-backdrop.png b/.themes/papirus/gtk-3.0/assets/checkbox-mixed-backdrop.png new file mode 100644 index 00000000..19dd4678 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/checkbox-mixed-backdrop.png differ diff --git a/.themes/papirus/gtk-3.0/assets/checkbox-mixed-backdrop@2.png b/.themes/papirus/gtk-3.0/assets/checkbox-mixed-backdrop@2.png new file mode 100644 index 00000000..6b716948 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/checkbox-mixed-backdrop@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/checkbox-mixed-dark.png b/.themes/papirus/gtk-3.0/assets/checkbox-mixed-dark.png new file mode 100644 index 00000000..19dd4678 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/checkbox-mixed-dark.png differ diff --git a/.themes/papirus/gtk-3.0/assets/checkbox-mixed-dark@2.png b/.themes/papirus/gtk-3.0/assets/checkbox-mixed-dark@2.png new file mode 100644 index 00000000..6b716948 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/checkbox-mixed-dark@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/checkbox-mixed-hover-dark.png b/.themes/papirus/gtk-3.0/assets/checkbox-mixed-hover-dark.png new file mode 100644 index 00000000..65b9b7d4 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/checkbox-mixed-hover-dark.png differ diff --git a/.themes/papirus/gtk-3.0/assets/checkbox-mixed-hover-dark@2.png b/.themes/papirus/gtk-3.0/assets/checkbox-mixed-hover-dark@2.png new file mode 100644 index 00000000..5a5049a1 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/checkbox-mixed-hover-dark@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/checkbox-mixed-hover.png b/.themes/papirus/gtk-3.0/assets/checkbox-mixed-hover.png new file mode 100644 index 00000000..65b9b7d4 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/checkbox-mixed-hover.png differ diff --git a/.themes/papirus/gtk-3.0/assets/checkbox-mixed-hover@2.png b/.themes/papirus/gtk-3.0/assets/checkbox-mixed-hover@2.png new file mode 100644 index 00000000..5a5049a1 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/checkbox-mixed-hover@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/checkbox-mixed-insensitive-dark.png b/.themes/papirus/gtk-3.0/assets/checkbox-mixed-insensitive-dark.png new file mode 100644 index 00000000..1b06620f Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/checkbox-mixed-insensitive-dark.png differ diff --git a/.themes/papirus/gtk-3.0/assets/checkbox-mixed-insensitive-dark@2.png b/.themes/papirus/gtk-3.0/assets/checkbox-mixed-insensitive-dark@2.png new file mode 100644 index 00000000..80097dc4 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/checkbox-mixed-insensitive-dark@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/checkbox-mixed-insensitive.png b/.themes/papirus/gtk-3.0/assets/checkbox-mixed-insensitive.png new file mode 100644 index 00000000..b7500fc9 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/checkbox-mixed-insensitive.png differ diff --git a/.themes/papirus/gtk-3.0/assets/checkbox-mixed-insensitive@2.png b/.themes/papirus/gtk-3.0/assets/checkbox-mixed-insensitive@2.png new file mode 100644 index 00000000..b9a178b1 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/checkbox-mixed-insensitive@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/checkbox-mixed.png b/.themes/papirus/gtk-3.0/assets/checkbox-mixed.png new file mode 100644 index 00000000..19dd4678 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/checkbox-mixed.png differ diff --git a/.themes/papirus/gtk-3.0/assets/checkbox-mixed@2.png b/.themes/papirus/gtk-3.0/assets/checkbox-mixed@2.png new file mode 100644 index 00000000..6b716948 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/checkbox-mixed@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/checkbox-selectionmode.png b/.themes/papirus/gtk-3.0/assets/checkbox-selectionmode.png new file mode 100644 index 00000000..2f89c35e Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/checkbox-selectionmode.png differ diff --git a/.themes/papirus/gtk-3.0/assets/checkbox-selectionmode@2.png b/.themes/papirus/gtk-3.0/assets/checkbox-selectionmode@2.png new file mode 100644 index 00000000..e1b2f1b5 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/checkbox-selectionmode@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/checkbox-unchecked-active-dark.png b/.themes/papirus/gtk-3.0/assets/checkbox-unchecked-active-dark.png new file mode 100644 index 00000000..765b1a9e Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/checkbox-unchecked-active-dark.png differ diff --git a/.themes/papirus/gtk-3.0/assets/checkbox-unchecked-active-dark@2.png b/.themes/papirus/gtk-3.0/assets/checkbox-unchecked-active-dark@2.png new file mode 100644 index 00000000..198c2af8 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/checkbox-unchecked-active-dark@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/checkbox-unchecked-active.png b/.themes/papirus/gtk-3.0/assets/checkbox-unchecked-active.png new file mode 100644 index 00000000..765b1a9e Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/checkbox-unchecked-active.png differ diff --git a/.themes/papirus/gtk-3.0/assets/checkbox-unchecked-active@2.png b/.themes/papirus/gtk-3.0/assets/checkbox-unchecked-active@2.png new file mode 100644 index 00000000..198c2af8 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/checkbox-unchecked-active@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/checkbox-unchecked-backdrop-dark.png b/.themes/papirus/gtk-3.0/assets/checkbox-unchecked-backdrop-dark.png new file mode 100644 index 00000000..b23f1663 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/checkbox-unchecked-backdrop-dark.png differ diff --git a/.themes/papirus/gtk-3.0/assets/checkbox-unchecked-backdrop-dark@2.png b/.themes/papirus/gtk-3.0/assets/checkbox-unchecked-backdrop-dark@2.png new file mode 100644 index 00000000..997284a6 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/checkbox-unchecked-backdrop-dark@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/checkbox-unchecked-backdrop-insensitive-dark.png b/.themes/papirus/gtk-3.0/assets/checkbox-unchecked-backdrop-insensitive-dark.png new file mode 100644 index 00000000..8f7d1205 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/checkbox-unchecked-backdrop-insensitive-dark.png differ diff --git a/.themes/papirus/gtk-3.0/assets/checkbox-unchecked-backdrop-insensitive-dark@2.png b/.themes/papirus/gtk-3.0/assets/checkbox-unchecked-backdrop-insensitive-dark@2.png new file mode 100644 index 00000000..b3679d29 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/checkbox-unchecked-backdrop-insensitive-dark@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/checkbox-unchecked-backdrop-insensitive.png b/.themes/papirus/gtk-3.0/assets/checkbox-unchecked-backdrop-insensitive.png new file mode 100644 index 00000000..703c408e Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/checkbox-unchecked-backdrop-insensitive.png differ diff --git a/.themes/papirus/gtk-3.0/assets/checkbox-unchecked-backdrop-insensitive@2.png b/.themes/papirus/gtk-3.0/assets/checkbox-unchecked-backdrop-insensitive@2.png new file mode 100644 index 00000000..61fb0e9f Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/checkbox-unchecked-backdrop-insensitive@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/checkbox-unchecked-backdrop.png b/.themes/papirus/gtk-3.0/assets/checkbox-unchecked-backdrop.png new file mode 100644 index 00000000..b23f1663 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/checkbox-unchecked-backdrop.png differ diff --git a/.themes/papirus/gtk-3.0/assets/checkbox-unchecked-backdrop@2.png b/.themes/papirus/gtk-3.0/assets/checkbox-unchecked-backdrop@2.png new file mode 100644 index 00000000..997284a6 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/checkbox-unchecked-backdrop@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/checkbox-unchecked-dark.png b/.themes/papirus/gtk-3.0/assets/checkbox-unchecked-dark.png new file mode 100644 index 00000000..b23f1663 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/checkbox-unchecked-dark.png differ diff --git a/.themes/papirus/gtk-3.0/assets/checkbox-unchecked-dark@2.png b/.themes/papirus/gtk-3.0/assets/checkbox-unchecked-dark@2.png new file mode 100644 index 00000000..997284a6 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/checkbox-unchecked-dark@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/checkbox-unchecked-hover-dark.png b/.themes/papirus/gtk-3.0/assets/checkbox-unchecked-hover-dark.png new file mode 100644 index 00000000..82f212f2 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/checkbox-unchecked-hover-dark.png differ diff --git a/.themes/papirus/gtk-3.0/assets/checkbox-unchecked-hover-dark@2.png b/.themes/papirus/gtk-3.0/assets/checkbox-unchecked-hover-dark@2.png new file mode 100644 index 00000000..23654703 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/checkbox-unchecked-hover-dark@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/checkbox-unchecked-hover.png b/.themes/papirus/gtk-3.0/assets/checkbox-unchecked-hover.png new file mode 100644 index 00000000..82f212f2 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/checkbox-unchecked-hover.png differ diff --git a/.themes/papirus/gtk-3.0/assets/checkbox-unchecked-hover@2.png b/.themes/papirus/gtk-3.0/assets/checkbox-unchecked-hover@2.png new file mode 100644 index 00000000..23654703 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/checkbox-unchecked-hover@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/checkbox-unchecked-insensitive-dark.png b/.themes/papirus/gtk-3.0/assets/checkbox-unchecked-insensitive-dark.png new file mode 100644 index 00000000..4ba2f887 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/checkbox-unchecked-insensitive-dark.png differ diff --git a/.themes/papirus/gtk-3.0/assets/checkbox-unchecked-insensitive-dark@2.png b/.themes/papirus/gtk-3.0/assets/checkbox-unchecked-insensitive-dark@2.png new file mode 100644 index 00000000..8c14ca91 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/checkbox-unchecked-insensitive-dark@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/checkbox-unchecked-insensitive.png b/.themes/papirus/gtk-3.0/assets/checkbox-unchecked-insensitive.png new file mode 100644 index 00000000..703c408e Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/checkbox-unchecked-insensitive.png differ diff --git a/.themes/papirus/gtk-3.0/assets/checkbox-unchecked-insensitive@2.png b/.themes/papirus/gtk-3.0/assets/checkbox-unchecked-insensitive@2.png new file mode 100644 index 00000000..61fb0e9f Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/checkbox-unchecked-insensitive@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/checkbox-unchecked.png b/.themes/papirus/gtk-3.0/assets/checkbox-unchecked.png new file mode 100644 index 00000000..b23f1663 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/checkbox-unchecked.png differ diff --git a/.themes/papirus/gtk-3.0/assets/checkbox-unchecked@2.png b/.themes/papirus/gtk-3.0/assets/checkbox-unchecked@2.png new file mode 100644 index 00000000..997284a6 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/checkbox-unchecked@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/radio-checked-active-dark.png b/.themes/papirus/gtk-3.0/assets/radio-checked-active-dark.png new file mode 100644 index 00000000..3d872f97 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/radio-checked-active-dark.png differ diff --git a/.themes/papirus/gtk-3.0/assets/radio-checked-active-dark@2.png b/.themes/papirus/gtk-3.0/assets/radio-checked-active-dark@2.png new file mode 100644 index 00000000..8687c3d3 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/radio-checked-active-dark@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/radio-checked-active.png b/.themes/papirus/gtk-3.0/assets/radio-checked-active.png new file mode 100644 index 00000000..3d872f97 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/radio-checked-active.png differ diff --git a/.themes/papirus/gtk-3.0/assets/radio-checked-active@2.png b/.themes/papirus/gtk-3.0/assets/radio-checked-active@2.png new file mode 100644 index 00000000..8687c3d3 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/radio-checked-active@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/radio-checked-backdrop-dark.png b/.themes/papirus/gtk-3.0/assets/radio-checked-backdrop-dark.png new file mode 100644 index 00000000..3d872f97 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/radio-checked-backdrop-dark.png differ diff --git a/.themes/papirus/gtk-3.0/assets/radio-checked-backdrop-dark@2.png b/.themes/papirus/gtk-3.0/assets/radio-checked-backdrop-dark@2.png new file mode 100644 index 00000000..8687c3d3 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/radio-checked-backdrop-dark@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/radio-checked-backdrop-insensitive-dark.png b/.themes/papirus/gtk-3.0/assets/radio-checked-backdrop-insensitive-dark.png new file mode 100644 index 00000000..12ad6cb6 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/radio-checked-backdrop-insensitive-dark.png differ diff --git a/.themes/papirus/gtk-3.0/assets/radio-checked-backdrop-insensitive-dark@2.png b/.themes/papirus/gtk-3.0/assets/radio-checked-backdrop-insensitive-dark@2.png new file mode 100644 index 00000000..aca481ac Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/radio-checked-backdrop-insensitive-dark@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/radio-checked-backdrop-insensitive.png b/.themes/papirus/gtk-3.0/assets/radio-checked-backdrop-insensitive.png new file mode 100644 index 00000000..7127dcb1 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/radio-checked-backdrop-insensitive.png differ diff --git a/.themes/papirus/gtk-3.0/assets/radio-checked-backdrop-insensitive@2.png b/.themes/papirus/gtk-3.0/assets/radio-checked-backdrop-insensitive@2.png new file mode 100644 index 00000000..69b5bd0d Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/radio-checked-backdrop-insensitive@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/radio-checked-backdrop.png b/.themes/papirus/gtk-3.0/assets/radio-checked-backdrop.png new file mode 100644 index 00000000..3d872f97 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/radio-checked-backdrop.png differ diff --git a/.themes/papirus/gtk-3.0/assets/radio-checked-backdrop@2.png b/.themes/papirus/gtk-3.0/assets/radio-checked-backdrop@2.png new file mode 100644 index 00000000..8687c3d3 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/radio-checked-backdrop@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/radio-checked-dark.png b/.themes/papirus/gtk-3.0/assets/radio-checked-dark.png new file mode 100644 index 00000000..3d872f97 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/radio-checked-dark.png differ diff --git a/.themes/papirus/gtk-3.0/assets/radio-checked-dark@2.png b/.themes/papirus/gtk-3.0/assets/radio-checked-dark@2.png new file mode 100644 index 00000000..8687c3d3 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/radio-checked-dark@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/radio-checked-hover-dark.png b/.themes/papirus/gtk-3.0/assets/radio-checked-hover-dark.png new file mode 100644 index 00000000..1409db19 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/radio-checked-hover-dark.png differ diff --git a/.themes/papirus/gtk-3.0/assets/radio-checked-hover-dark@2.png b/.themes/papirus/gtk-3.0/assets/radio-checked-hover-dark@2.png new file mode 100644 index 00000000..cf7b0932 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/radio-checked-hover-dark@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/radio-checked-hover.png b/.themes/papirus/gtk-3.0/assets/radio-checked-hover.png new file mode 100644 index 00000000..1409db19 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/radio-checked-hover.png differ diff --git a/.themes/papirus/gtk-3.0/assets/radio-checked-hover@2.png b/.themes/papirus/gtk-3.0/assets/radio-checked-hover@2.png new file mode 100644 index 00000000..cf7b0932 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/radio-checked-hover@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/radio-checked-insensitive-dark.png b/.themes/papirus/gtk-3.0/assets/radio-checked-insensitive-dark.png new file mode 100644 index 00000000..12ad6cb6 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/radio-checked-insensitive-dark.png differ diff --git a/.themes/papirus/gtk-3.0/assets/radio-checked-insensitive-dark@2.png b/.themes/papirus/gtk-3.0/assets/radio-checked-insensitive-dark@2.png new file mode 100644 index 00000000..aca481ac Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/radio-checked-insensitive-dark@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/radio-checked-insensitive.png b/.themes/papirus/gtk-3.0/assets/radio-checked-insensitive.png new file mode 100644 index 00000000..51407487 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/radio-checked-insensitive.png differ diff --git a/.themes/papirus/gtk-3.0/assets/radio-checked-insensitive@2.png b/.themes/papirus/gtk-3.0/assets/radio-checked-insensitive@2.png new file mode 100644 index 00000000..69b5bd0d Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/radio-checked-insensitive@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/radio-checked.png b/.themes/papirus/gtk-3.0/assets/radio-checked.png new file mode 100644 index 00000000..bb5aa6f5 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/radio-checked.png differ diff --git a/.themes/papirus/gtk-3.0/assets/radio-checked@2.png b/.themes/papirus/gtk-3.0/assets/radio-checked@2.png new file mode 100644 index 00000000..8687c3d3 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/radio-checked@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/radio-mixed-active-dark.png b/.themes/papirus/gtk-3.0/assets/radio-mixed-active-dark.png new file mode 100644 index 00000000..fc44412a Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/radio-mixed-active-dark.png differ diff --git a/.themes/papirus/gtk-3.0/assets/radio-mixed-active-dark@2.png b/.themes/papirus/gtk-3.0/assets/radio-mixed-active-dark@2.png new file mode 100644 index 00000000..f2278a80 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/radio-mixed-active-dark@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/radio-mixed-active.png b/.themes/papirus/gtk-3.0/assets/radio-mixed-active.png new file mode 100644 index 00000000..fc44412a Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/radio-mixed-active.png differ diff --git a/.themes/papirus/gtk-3.0/assets/radio-mixed-active@2.png b/.themes/papirus/gtk-3.0/assets/radio-mixed-active@2.png new file mode 100644 index 00000000..f2278a80 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/radio-mixed-active@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/radio-mixed-backdrop-dark.png b/.themes/papirus/gtk-3.0/assets/radio-mixed-backdrop-dark.png new file mode 100644 index 00000000..fc44412a Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/radio-mixed-backdrop-dark.png differ diff --git a/.themes/papirus/gtk-3.0/assets/radio-mixed-backdrop-dark@2.png b/.themes/papirus/gtk-3.0/assets/radio-mixed-backdrop-dark@2.png new file mode 100644 index 00000000..f2278a80 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/radio-mixed-backdrop-dark@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/radio-mixed-backdrop-insensitive-dark.png b/.themes/papirus/gtk-3.0/assets/radio-mixed-backdrop-insensitive-dark.png new file mode 100644 index 00000000..0fde4408 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/radio-mixed-backdrop-insensitive-dark.png differ diff --git a/.themes/papirus/gtk-3.0/assets/radio-mixed-backdrop-insensitive-dark@2.png b/.themes/papirus/gtk-3.0/assets/radio-mixed-backdrop-insensitive-dark@2.png new file mode 100644 index 00000000..4c282b08 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/radio-mixed-backdrop-insensitive-dark@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/radio-mixed-backdrop-insensitive.png b/.themes/papirus/gtk-3.0/assets/radio-mixed-backdrop-insensitive.png new file mode 100644 index 00000000..0eabbfcd Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/radio-mixed-backdrop-insensitive.png differ diff --git a/.themes/papirus/gtk-3.0/assets/radio-mixed-backdrop-insensitive@2.png b/.themes/papirus/gtk-3.0/assets/radio-mixed-backdrop-insensitive@2.png new file mode 100644 index 00000000..9ab4158b Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/radio-mixed-backdrop-insensitive@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/radio-mixed-backdrop.png b/.themes/papirus/gtk-3.0/assets/radio-mixed-backdrop.png new file mode 100644 index 00000000..fc44412a Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/radio-mixed-backdrop.png differ diff --git a/.themes/papirus/gtk-3.0/assets/radio-mixed-backdrop@2.png b/.themes/papirus/gtk-3.0/assets/radio-mixed-backdrop@2.png new file mode 100644 index 00000000..f2278a80 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/radio-mixed-backdrop@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/radio-mixed-dark.png b/.themes/papirus/gtk-3.0/assets/radio-mixed-dark.png new file mode 100644 index 00000000..fc44412a Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/radio-mixed-dark.png differ diff --git a/.themes/papirus/gtk-3.0/assets/radio-mixed-dark@2.png b/.themes/papirus/gtk-3.0/assets/radio-mixed-dark@2.png new file mode 100644 index 00000000..f2278a80 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/radio-mixed-dark@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/radio-mixed-hover-dark.png b/.themes/papirus/gtk-3.0/assets/radio-mixed-hover-dark.png new file mode 100644 index 00000000..61c50843 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/radio-mixed-hover-dark.png differ diff --git a/.themes/papirus/gtk-3.0/assets/radio-mixed-hover-dark@2.png b/.themes/papirus/gtk-3.0/assets/radio-mixed-hover-dark@2.png new file mode 100644 index 00000000..b03576ad Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/radio-mixed-hover-dark@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/radio-mixed-hover.png b/.themes/papirus/gtk-3.0/assets/radio-mixed-hover.png new file mode 100644 index 00000000..61c50843 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/radio-mixed-hover.png differ diff --git a/.themes/papirus/gtk-3.0/assets/radio-mixed-hover@2.png b/.themes/papirus/gtk-3.0/assets/radio-mixed-hover@2.png new file mode 100644 index 00000000..b03576ad Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/radio-mixed-hover@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/radio-mixed-insensitive-dark.png b/.themes/papirus/gtk-3.0/assets/radio-mixed-insensitive-dark.png new file mode 100644 index 00000000..0fde4408 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/radio-mixed-insensitive-dark.png differ diff --git a/.themes/papirus/gtk-3.0/assets/radio-mixed-insensitive-dark@2.png b/.themes/papirus/gtk-3.0/assets/radio-mixed-insensitive-dark@2.png new file mode 100644 index 00000000..4c282b08 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/radio-mixed-insensitive-dark@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/radio-mixed-insensitive.png b/.themes/papirus/gtk-3.0/assets/radio-mixed-insensitive.png new file mode 100644 index 00000000..0eabbfcd Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/radio-mixed-insensitive.png differ diff --git a/.themes/papirus/gtk-3.0/assets/radio-mixed-insensitive@2.png b/.themes/papirus/gtk-3.0/assets/radio-mixed-insensitive@2.png new file mode 100644 index 00000000..9ab4158b Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/radio-mixed-insensitive@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/radio-mixed.png b/.themes/papirus/gtk-3.0/assets/radio-mixed.png new file mode 100644 index 00000000..fc44412a Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/radio-mixed.png differ diff --git a/.themes/papirus/gtk-3.0/assets/radio-mixed@2.png b/.themes/papirus/gtk-3.0/assets/radio-mixed@2.png new file mode 100644 index 00000000..f2278a80 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/radio-mixed@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/radio-unchecked-active-dark.png b/.themes/papirus/gtk-3.0/assets/radio-unchecked-active-dark.png new file mode 100644 index 00000000..10e36ec1 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/radio-unchecked-active-dark.png differ diff --git a/.themes/papirus/gtk-3.0/assets/radio-unchecked-active-dark@2.png b/.themes/papirus/gtk-3.0/assets/radio-unchecked-active-dark@2.png new file mode 100644 index 00000000..43e08f4b Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/radio-unchecked-active-dark@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/radio-unchecked-active.png b/.themes/papirus/gtk-3.0/assets/radio-unchecked-active.png new file mode 100644 index 00000000..10e36ec1 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/radio-unchecked-active.png differ diff --git a/.themes/papirus/gtk-3.0/assets/radio-unchecked-active@2.png b/.themes/papirus/gtk-3.0/assets/radio-unchecked-active@2.png new file mode 100644 index 00000000..43e08f4b Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/radio-unchecked-active@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/radio-unchecked-backdrop-dark.png b/.themes/papirus/gtk-3.0/assets/radio-unchecked-backdrop-dark.png new file mode 100644 index 00000000..643a3000 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/radio-unchecked-backdrop-dark.png differ diff --git a/.themes/papirus/gtk-3.0/assets/radio-unchecked-backdrop-dark@2.png b/.themes/papirus/gtk-3.0/assets/radio-unchecked-backdrop-dark@2.png new file mode 100644 index 00000000..5c167fe6 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/radio-unchecked-backdrop-dark@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/radio-unchecked-backdrop-insensitive-dark.png b/.themes/papirus/gtk-3.0/assets/radio-unchecked-backdrop-insensitive-dark.png new file mode 100644 index 00000000..ee8c2c0b Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/radio-unchecked-backdrop-insensitive-dark.png differ diff --git a/.themes/papirus/gtk-3.0/assets/radio-unchecked-backdrop-insensitive-dark@2.png b/.themes/papirus/gtk-3.0/assets/radio-unchecked-backdrop-insensitive-dark@2.png new file mode 100644 index 00000000..47e1e3ae Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/radio-unchecked-backdrop-insensitive-dark@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/radio-unchecked-backdrop-insensitive.png b/.themes/papirus/gtk-3.0/assets/radio-unchecked-backdrop-insensitive.png new file mode 100644 index 00000000..bbbbf869 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/radio-unchecked-backdrop-insensitive.png differ diff --git a/.themes/papirus/gtk-3.0/assets/radio-unchecked-backdrop-insensitive@2.png b/.themes/papirus/gtk-3.0/assets/radio-unchecked-backdrop-insensitive@2.png new file mode 100644 index 00000000..da9028c3 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/radio-unchecked-backdrop-insensitive@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/radio-unchecked-backdrop.png b/.themes/papirus/gtk-3.0/assets/radio-unchecked-backdrop.png new file mode 100644 index 00000000..643a3000 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/radio-unchecked-backdrop.png differ diff --git a/.themes/papirus/gtk-3.0/assets/radio-unchecked-backdrop@2.png b/.themes/papirus/gtk-3.0/assets/radio-unchecked-backdrop@2.png new file mode 100644 index 00000000..5c167fe6 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/radio-unchecked-backdrop@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/radio-unchecked-dark.png b/.themes/papirus/gtk-3.0/assets/radio-unchecked-dark.png new file mode 100644 index 00000000..643a3000 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/radio-unchecked-dark.png differ diff --git a/.themes/papirus/gtk-3.0/assets/radio-unchecked-dark@2.png b/.themes/papirus/gtk-3.0/assets/radio-unchecked-dark@2.png new file mode 100644 index 00000000..5c167fe6 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/radio-unchecked-dark@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/radio-unchecked-hover-dark.png b/.themes/papirus/gtk-3.0/assets/radio-unchecked-hover-dark.png new file mode 100644 index 00000000..85da37c5 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/radio-unchecked-hover-dark.png differ diff --git a/.themes/papirus/gtk-3.0/assets/radio-unchecked-hover-dark@2.png b/.themes/papirus/gtk-3.0/assets/radio-unchecked-hover-dark@2.png new file mode 100644 index 00000000..31b15b40 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/radio-unchecked-hover-dark@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/radio-unchecked-hover.png b/.themes/papirus/gtk-3.0/assets/radio-unchecked-hover.png new file mode 100644 index 00000000..85da37c5 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/radio-unchecked-hover.png differ diff --git a/.themes/papirus/gtk-3.0/assets/radio-unchecked-hover@2.png b/.themes/papirus/gtk-3.0/assets/radio-unchecked-hover@2.png new file mode 100644 index 00000000..31b15b40 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/radio-unchecked-hover@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/radio-unchecked-insensitive-dark.png b/.themes/papirus/gtk-3.0/assets/radio-unchecked-insensitive-dark.png new file mode 100644 index 00000000..ee8c2c0b Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/radio-unchecked-insensitive-dark.png differ diff --git a/.themes/papirus/gtk-3.0/assets/radio-unchecked-insensitive-dark@2.png b/.themes/papirus/gtk-3.0/assets/radio-unchecked-insensitive-dark@2.png new file mode 100644 index 00000000..47e1e3ae Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/radio-unchecked-insensitive-dark@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/radio-unchecked-insensitive.png b/.themes/papirus/gtk-3.0/assets/radio-unchecked-insensitive.png new file mode 100644 index 00000000..bbbbf869 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/radio-unchecked-insensitive.png differ diff --git a/.themes/papirus/gtk-3.0/assets/radio-unchecked-insensitive@2.png b/.themes/papirus/gtk-3.0/assets/radio-unchecked-insensitive@2.png new file mode 100644 index 00000000..da9028c3 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/radio-unchecked-insensitive@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/radio-unchecked.png b/.themes/papirus/gtk-3.0/assets/radio-unchecked.png new file mode 100644 index 00000000..643a3000 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/radio-unchecked.png differ diff --git a/.themes/papirus/gtk-3.0/assets/radio-unchecked@2.png b/.themes/papirus/gtk-3.0/assets/radio-unchecked@2.png new file mode 100644 index 00000000..5c167fe6 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/radio-unchecked@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/scrollbar-slider-active-dark.png b/.themes/papirus/gtk-3.0/assets/scrollbar-slider-active-dark.png new file mode 100644 index 00000000..9a73b295 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/scrollbar-slider-active-dark.png differ diff --git a/.themes/papirus/gtk-3.0/assets/scrollbar-slider-active-dark@2.png b/.themes/papirus/gtk-3.0/assets/scrollbar-slider-active-dark@2.png new file mode 100644 index 00000000..51bcddf4 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/scrollbar-slider-active-dark@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/scrollbar-slider-active.png b/.themes/papirus/gtk-3.0/assets/scrollbar-slider-active.png new file mode 100644 index 00000000..9a73b295 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/scrollbar-slider-active.png differ diff --git a/.themes/papirus/gtk-3.0/assets/scrollbar-slider-active@2.png b/.themes/papirus/gtk-3.0/assets/scrollbar-slider-active@2.png new file mode 100644 index 00000000..51bcddf4 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/scrollbar-slider-active@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/scrollbar-slider-dark.png b/.themes/papirus/gtk-3.0/assets/scrollbar-slider-dark.png new file mode 100644 index 00000000..0e57789b Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/scrollbar-slider-dark.png differ diff --git a/.themes/papirus/gtk-3.0/assets/scrollbar-slider-dark@2.png b/.themes/papirus/gtk-3.0/assets/scrollbar-slider-dark@2.png new file mode 100644 index 00000000..2285fd94 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/scrollbar-slider-dark@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/scrollbar-slider-horizontal-active-dark.png b/.themes/papirus/gtk-3.0/assets/scrollbar-slider-horizontal-active-dark.png new file mode 100644 index 00000000..1aa573de Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/scrollbar-slider-horizontal-active-dark.png differ diff --git a/.themes/papirus/gtk-3.0/assets/scrollbar-slider-horizontal-active-dark@2.png b/.themes/papirus/gtk-3.0/assets/scrollbar-slider-horizontal-active-dark@2.png new file mode 100644 index 00000000..35277551 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/scrollbar-slider-horizontal-active-dark@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/scrollbar-slider-horizontal-active.png b/.themes/papirus/gtk-3.0/assets/scrollbar-slider-horizontal-active.png new file mode 100644 index 00000000..1aa573de Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/scrollbar-slider-horizontal-active.png differ diff --git a/.themes/papirus/gtk-3.0/assets/scrollbar-slider-horizontal-active@2.png b/.themes/papirus/gtk-3.0/assets/scrollbar-slider-horizontal-active@2.png new file mode 100644 index 00000000..35277551 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/scrollbar-slider-horizontal-active@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/scrollbar-slider-horizontal-dark.png b/.themes/papirus/gtk-3.0/assets/scrollbar-slider-horizontal-dark.png new file mode 100644 index 00000000..0c407e8d Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/scrollbar-slider-horizontal-dark.png differ diff --git a/.themes/papirus/gtk-3.0/assets/scrollbar-slider-horizontal-dark@2.png b/.themes/papirus/gtk-3.0/assets/scrollbar-slider-horizontal-dark@2.png new file mode 100644 index 00000000..c1f28dc0 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/scrollbar-slider-horizontal-dark@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/scrollbar-slider-horizontal-hover-dark.png b/.themes/papirus/gtk-3.0/assets/scrollbar-slider-horizontal-hover-dark.png new file mode 100644 index 00000000..b5bdd1cc Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/scrollbar-slider-horizontal-hover-dark.png differ diff --git a/.themes/papirus/gtk-3.0/assets/scrollbar-slider-horizontal-hover-dark@2.png b/.themes/papirus/gtk-3.0/assets/scrollbar-slider-horizontal-hover-dark@2.png new file mode 100644 index 00000000..b59b8838 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/scrollbar-slider-horizontal-hover-dark@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/scrollbar-slider-horizontal-hover.png b/.themes/papirus/gtk-3.0/assets/scrollbar-slider-horizontal-hover.png new file mode 100644 index 00000000..30ce8d46 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/scrollbar-slider-horizontal-hover.png differ diff --git a/.themes/papirus/gtk-3.0/assets/scrollbar-slider-horizontal-hover@2.png b/.themes/papirus/gtk-3.0/assets/scrollbar-slider-horizontal-hover@2.png new file mode 100644 index 00000000..6c5b041d Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/scrollbar-slider-horizontal-hover@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/scrollbar-slider-horizontal-overlay-dark.png b/.themes/papirus/gtk-3.0/assets/scrollbar-slider-horizontal-overlay-dark.png new file mode 100644 index 00000000..e811c8be Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/scrollbar-slider-horizontal-overlay-dark.png differ diff --git a/.themes/papirus/gtk-3.0/assets/scrollbar-slider-horizontal-overlay-dark@2.png b/.themes/papirus/gtk-3.0/assets/scrollbar-slider-horizontal-overlay-dark@2.png new file mode 100644 index 00000000..acadcc5d Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/scrollbar-slider-horizontal-overlay-dark@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/scrollbar-slider-horizontal-overlay.png b/.themes/papirus/gtk-3.0/assets/scrollbar-slider-horizontal-overlay.png new file mode 100644 index 00000000..18801165 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/scrollbar-slider-horizontal-overlay.png differ diff --git a/.themes/papirus/gtk-3.0/assets/scrollbar-slider-horizontal-overlay@2.png b/.themes/papirus/gtk-3.0/assets/scrollbar-slider-horizontal-overlay@2.png new file mode 100644 index 00000000..d396dc86 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/scrollbar-slider-horizontal-overlay@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/scrollbar-slider-horizontal.png b/.themes/papirus/gtk-3.0/assets/scrollbar-slider-horizontal.png new file mode 100644 index 00000000..59381036 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/scrollbar-slider-horizontal.png differ diff --git a/.themes/papirus/gtk-3.0/assets/scrollbar-slider-horizontal@2.png b/.themes/papirus/gtk-3.0/assets/scrollbar-slider-horizontal@2.png new file mode 100644 index 00000000..e65598c5 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/scrollbar-slider-horizontal@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/scrollbar-slider-hover-dark.png b/.themes/papirus/gtk-3.0/assets/scrollbar-slider-hover-dark.png new file mode 100644 index 00000000..0d8f138b Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/scrollbar-slider-hover-dark.png differ diff --git a/.themes/papirus/gtk-3.0/assets/scrollbar-slider-hover-dark@2.png b/.themes/papirus/gtk-3.0/assets/scrollbar-slider-hover-dark@2.png new file mode 100644 index 00000000..c71790a5 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/scrollbar-slider-hover-dark@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/scrollbar-slider-hover.png b/.themes/papirus/gtk-3.0/assets/scrollbar-slider-hover.png new file mode 100644 index 00000000..5008db6e Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/scrollbar-slider-hover.png differ diff --git a/.themes/papirus/gtk-3.0/assets/scrollbar-slider-hover@2.png b/.themes/papirus/gtk-3.0/assets/scrollbar-slider-hover@2.png new file mode 100644 index 00000000..5da6a0fc Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/scrollbar-slider-hover@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/scrollbar-slider-overlay-dark.png b/.themes/papirus/gtk-3.0/assets/scrollbar-slider-overlay-dark.png new file mode 100644 index 00000000..f1ccce3a Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/scrollbar-slider-overlay-dark.png differ diff --git a/.themes/papirus/gtk-3.0/assets/scrollbar-slider-overlay-dark@2.png b/.themes/papirus/gtk-3.0/assets/scrollbar-slider-overlay-dark@2.png new file mode 100644 index 00000000..065410c5 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/scrollbar-slider-overlay-dark@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/scrollbar-slider-overlay.png b/.themes/papirus/gtk-3.0/assets/scrollbar-slider-overlay.png new file mode 100644 index 00000000..faf3942d Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/scrollbar-slider-overlay.png differ diff --git a/.themes/papirus/gtk-3.0/assets/scrollbar-slider-overlay@2.png b/.themes/papirus/gtk-3.0/assets/scrollbar-slider-overlay@2.png new file mode 100644 index 00000000..06b6a766 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/scrollbar-slider-overlay@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/scrollbar-slider-rtl-active-dark.png b/.themes/papirus/gtk-3.0/assets/scrollbar-slider-rtl-active-dark.png new file mode 100644 index 00000000..9a73b295 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/scrollbar-slider-rtl-active-dark.png differ diff --git a/.themes/papirus/gtk-3.0/assets/scrollbar-slider-rtl-active-dark@2.png b/.themes/papirus/gtk-3.0/assets/scrollbar-slider-rtl-active-dark@2.png new file mode 100644 index 00000000..51bcddf4 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/scrollbar-slider-rtl-active-dark@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/scrollbar-slider-rtl-active.png b/.themes/papirus/gtk-3.0/assets/scrollbar-slider-rtl-active.png new file mode 100644 index 00000000..9a73b295 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/scrollbar-slider-rtl-active.png differ diff --git a/.themes/papirus/gtk-3.0/assets/scrollbar-slider-rtl-active@2.png b/.themes/papirus/gtk-3.0/assets/scrollbar-slider-rtl-active@2.png new file mode 100644 index 00000000..51bcddf4 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/scrollbar-slider-rtl-active@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/scrollbar-slider-rtl-dark.png b/.themes/papirus/gtk-3.0/assets/scrollbar-slider-rtl-dark.png new file mode 100644 index 00000000..0e57789b Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/scrollbar-slider-rtl-dark.png differ diff --git a/.themes/papirus/gtk-3.0/assets/scrollbar-slider-rtl-dark@2.png b/.themes/papirus/gtk-3.0/assets/scrollbar-slider-rtl-dark@2.png new file mode 100644 index 00000000..2285fd94 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/scrollbar-slider-rtl-dark@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/scrollbar-slider-rtl-hover-dark.png b/.themes/papirus/gtk-3.0/assets/scrollbar-slider-rtl-hover-dark.png new file mode 100644 index 00000000..0d8f138b Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/scrollbar-slider-rtl-hover-dark.png differ diff --git a/.themes/papirus/gtk-3.0/assets/scrollbar-slider-rtl-hover-dark@2.png b/.themes/papirus/gtk-3.0/assets/scrollbar-slider-rtl-hover-dark@2.png new file mode 100644 index 00000000..c71790a5 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/scrollbar-slider-rtl-hover-dark@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/scrollbar-slider-rtl-hover.png b/.themes/papirus/gtk-3.0/assets/scrollbar-slider-rtl-hover.png new file mode 100644 index 00000000..5008db6e Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/scrollbar-slider-rtl-hover.png differ diff --git a/.themes/papirus/gtk-3.0/assets/scrollbar-slider-rtl-hover@2.png b/.themes/papirus/gtk-3.0/assets/scrollbar-slider-rtl-hover@2.png new file mode 100644 index 00000000..5da6a0fc Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/scrollbar-slider-rtl-hover@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/scrollbar-slider-rtl.png b/.themes/papirus/gtk-3.0/assets/scrollbar-slider-rtl.png new file mode 100644 index 00000000..03eb7cba Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/scrollbar-slider-rtl.png differ diff --git a/.themes/papirus/gtk-3.0/assets/scrollbar-slider-rtl@2.png b/.themes/papirus/gtk-3.0/assets/scrollbar-slider-rtl@2.png new file mode 100644 index 00000000..62ae12f4 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/scrollbar-slider-rtl@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/scrollbar-slider.png b/.themes/papirus/gtk-3.0/assets/scrollbar-slider.png new file mode 100644 index 00000000..03eb7cba Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/scrollbar-slider.png differ diff --git a/.themes/papirus/gtk-3.0/assets/scrollbar-slider@2.png b/.themes/papirus/gtk-3.0/assets/scrollbar-slider@2.png new file mode 100644 index 00000000..62ae12f4 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/scrollbar-slider@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/scrollbar-trough-dark.png b/.themes/papirus/gtk-3.0/assets/scrollbar-trough-dark.png new file mode 100644 index 00000000..1bcf09de Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/scrollbar-trough-dark.png differ diff --git a/.themes/papirus/gtk-3.0/assets/scrollbar-trough-dark@2.png b/.themes/papirus/gtk-3.0/assets/scrollbar-trough-dark@2.png new file mode 100644 index 00000000..cf125058 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/scrollbar-trough-dark@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/scrollbar-trough-horizontal-dark.png b/.themes/papirus/gtk-3.0/assets/scrollbar-trough-horizontal-dark.png new file mode 100644 index 00000000..4c9ad669 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/scrollbar-trough-horizontal-dark.png differ diff --git a/.themes/papirus/gtk-3.0/assets/scrollbar-trough-horizontal-dark@2.png b/.themes/papirus/gtk-3.0/assets/scrollbar-trough-horizontal-dark@2.png new file mode 100644 index 00000000..2fb73d59 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/scrollbar-trough-horizontal-dark@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/scrollbar-trough-horizontal.png b/.themes/papirus/gtk-3.0/assets/scrollbar-trough-horizontal.png new file mode 100644 index 00000000..7e12ae68 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/scrollbar-trough-horizontal.png differ diff --git a/.themes/papirus/gtk-3.0/assets/scrollbar-trough-horizontal@2.png b/.themes/papirus/gtk-3.0/assets/scrollbar-trough-horizontal@2.png new file mode 100644 index 00000000..45601939 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/scrollbar-trough-horizontal@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/scrollbar-trough-rtl-dark.png b/.themes/papirus/gtk-3.0/assets/scrollbar-trough-rtl-dark.png new file mode 100644 index 00000000..1bcf09de Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/scrollbar-trough-rtl-dark.png differ diff --git a/.themes/papirus/gtk-3.0/assets/scrollbar-trough-rtl-dark@2.png b/.themes/papirus/gtk-3.0/assets/scrollbar-trough-rtl-dark@2.png new file mode 100644 index 00000000..cf125058 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/scrollbar-trough-rtl-dark@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/scrollbar-trough-rtl.png b/.themes/papirus/gtk-3.0/assets/scrollbar-trough-rtl.png new file mode 100644 index 00000000..6706ecaa Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/scrollbar-trough-rtl.png differ diff --git a/.themes/papirus/gtk-3.0/assets/scrollbar-trough-rtl@2.png b/.themes/papirus/gtk-3.0/assets/scrollbar-trough-rtl@2.png new file mode 100644 index 00000000..e128713e Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/scrollbar-trough-rtl@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/scrollbar-trough.png b/.themes/papirus/gtk-3.0/assets/scrollbar-trough.png new file mode 100644 index 00000000..6706ecaa Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/scrollbar-trough.png differ diff --git a/.themes/papirus/gtk-3.0/assets/scrollbar-trough@2.png b/.themes/papirus/gtk-3.0/assets/scrollbar-trough@2.png new file mode 100644 index 00000000..e128713e Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/scrollbar-trough@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/selected-checkbox-checked-active.png b/.themes/papirus/gtk-3.0/assets/selected-checkbox-checked-active.png new file mode 100644 index 00000000..e8771d36 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/selected-checkbox-checked-active.png differ diff --git a/.themes/papirus/gtk-3.0/assets/selected-checkbox-checked-active@2.png b/.themes/papirus/gtk-3.0/assets/selected-checkbox-checked-active@2.png new file mode 100644 index 00000000..9a053021 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/selected-checkbox-checked-active@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/selected-checkbox-checked-backdrop-insensitive.png b/.themes/papirus/gtk-3.0/assets/selected-checkbox-checked-backdrop-insensitive.png new file mode 100644 index 00000000..3b13eee9 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/selected-checkbox-checked-backdrop-insensitive.png differ diff --git a/.themes/papirus/gtk-3.0/assets/selected-checkbox-checked-backdrop-insensitive@2.png b/.themes/papirus/gtk-3.0/assets/selected-checkbox-checked-backdrop-insensitive@2.png new file mode 100644 index 00000000..23ae7c7f Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/selected-checkbox-checked-backdrop-insensitive@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/selected-checkbox-checked-backdrop.png b/.themes/papirus/gtk-3.0/assets/selected-checkbox-checked-backdrop.png new file mode 100644 index 00000000..e8771d36 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/selected-checkbox-checked-backdrop.png differ diff --git a/.themes/papirus/gtk-3.0/assets/selected-checkbox-checked-backdrop@2.png b/.themes/papirus/gtk-3.0/assets/selected-checkbox-checked-backdrop@2.png new file mode 100644 index 00000000..9a053021 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/selected-checkbox-checked-backdrop@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/selected-checkbox-checked-hover.png b/.themes/papirus/gtk-3.0/assets/selected-checkbox-checked-hover.png new file mode 100644 index 00000000..dce6278b Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/selected-checkbox-checked-hover.png differ diff --git a/.themes/papirus/gtk-3.0/assets/selected-checkbox-checked-hover@2.png b/.themes/papirus/gtk-3.0/assets/selected-checkbox-checked-hover@2.png new file mode 100644 index 00000000..bee068bf Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/selected-checkbox-checked-hover@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/selected-checkbox-checked-insensitive.png b/.themes/papirus/gtk-3.0/assets/selected-checkbox-checked-insensitive.png new file mode 100644 index 00000000..3b13eee9 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/selected-checkbox-checked-insensitive.png differ diff --git a/.themes/papirus/gtk-3.0/assets/selected-checkbox-checked-insensitive@2.png b/.themes/papirus/gtk-3.0/assets/selected-checkbox-checked-insensitive@2.png new file mode 100644 index 00000000..23ae7c7f Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/selected-checkbox-checked-insensitive@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/selected-checkbox-checked.png b/.themes/papirus/gtk-3.0/assets/selected-checkbox-checked.png new file mode 100644 index 00000000..e8771d36 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/selected-checkbox-checked.png differ diff --git a/.themes/papirus/gtk-3.0/assets/selected-checkbox-checked@2.png b/.themes/papirus/gtk-3.0/assets/selected-checkbox-checked@2.png new file mode 100644 index 00000000..9a053021 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/selected-checkbox-checked@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/selected-checkbox-mixed-active.png b/.themes/papirus/gtk-3.0/assets/selected-checkbox-mixed-active.png new file mode 100644 index 00000000..b7bb6411 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/selected-checkbox-mixed-active.png differ diff --git a/.themes/papirus/gtk-3.0/assets/selected-checkbox-mixed-active@2.png b/.themes/papirus/gtk-3.0/assets/selected-checkbox-mixed-active@2.png new file mode 100644 index 00000000..cef96662 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/selected-checkbox-mixed-active@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/selected-checkbox-mixed-backdrop-insensitive.png b/.themes/papirus/gtk-3.0/assets/selected-checkbox-mixed-backdrop-insensitive.png new file mode 100644 index 00000000..ad0fdabb Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/selected-checkbox-mixed-backdrop-insensitive.png differ diff --git a/.themes/papirus/gtk-3.0/assets/selected-checkbox-mixed-backdrop-insensitive@2.png b/.themes/papirus/gtk-3.0/assets/selected-checkbox-mixed-backdrop-insensitive@2.png new file mode 100644 index 00000000..0f226b2a Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/selected-checkbox-mixed-backdrop-insensitive@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/selected-checkbox-mixed-backdrop.png b/.themes/papirus/gtk-3.0/assets/selected-checkbox-mixed-backdrop.png new file mode 100644 index 00000000..b7bb6411 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/selected-checkbox-mixed-backdrop.png differ diff --git a/.themes/papirus/gtk-3.0/assets/selected-checkbox-mixed-backdrop@2.png b/.themes/papirus/gtk-3.0/assets/selected-checkbox-mixed-backdrop@2.png new file mode 100644 index 00000000..cef96662 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/selected-checkbox-mixed-backdrop@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/selected-checkbox-mixed-hover.png b/.themes/papirus/gtk-3.0/assets/selected-checkbox-mixed-hover.png new file mode 100644 index 00000000..2a0341d8 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/selected-checkbox-mixed-hover.png differ diff --git a/.themes/papirus/gtk-3.0/assets/selected-checkbox-mixed-hover@2.png b/.themes/papirus/gtk-3.0/assets/selected-checkbox-mixed-hover@2.png new file mode 100644 index 00000000..c20c8406 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/selected-checkbox-mixed-hover@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/selected-checkbox-mixed-insensitive.png b/.themes/papirus/gtk-3.0/assets/selected-checkbox-mixed-insensitive.png new file mode 100644 index 00000000..ad0fdabb Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/selected-checkbox-mixed-insensitive.png differ diff --git a/.themes/papirus/gtk-3.0/assets/selected-checkbox-mixed-insensitive@2.png b/.themes/papirus/gtk-3.0/assets/selected-checkbox-mixed-insensitive@2.png new file mode 100644 index 00000000..0f226b2a Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/selected-checkbox-mixed-insensitive@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/selected-checkbox-mixed.png b/.themes/papirus/gtk-3.0/assets/selected-checkbox-mixed.png new file mode 100644 index 00000000..b7bb6411 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/selected-checkbox-mixed.png differ diff --git a/.themes/papirus/gtk-3.0/assets/selected-checkbox-mixed@2.png b/.themes/papirus/gtk-3.0/assets/selected-checkbox-mixed@2.png new file mode 100644 index 00000000..cef96662 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/selected-checkbox-mixed@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/selected-checkbox-unchecked-active.png b/.themes/papirus/gtk-3.0/assets/selected-checkbox-unchecked-active.png new file mode 100644 index 00000000..ae8e88a2 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/selected-checkbox-unchecked-active.png differ diff --git a/.themes/papirus/gtk-3.0/assets/selected-checkbox-unchecked-active@2.png b/.themes/papirus/gtk-3.0/assets/selected-checkbox-unchecked-active@2.png new file mode 100644 index 00000000..58dbf530 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/selected-checkbox-unchecked-active@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/selected-checkbox-unchecked-backdrop-insensitive.png b/.themes/papirus/gtk-3.0/assets/selected-checkbox-unchecked-backdrop-insensitive.png new file mode 100644 index 00000000..349400d0 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/selected-checkbox-unchecked-backdrop-insensitive.png differ diff --git a/.themes/papirus/gtk-3.0/assets/selected-checkbox-unchecked-backdrop-insensitive@2.png b/.themes/papirus/gtk-3.0/assets/selected-checkbox-unchecked-backdrop-insensitive@2.png new file mode 100644 index 00000000..e622bea8 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/selected-checkbox-unchecked-backdrop-insensitive@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/selected-checkbox-unchecked-backdrop.png b/.themes/papirus/gtk-3.0/assets/selected-checkbox-unchecked-backdrop.png new file mode 100644 index 00000000..ae8e88a2 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/selected-checkbox-unchecked-backdrop.png differ diff --git a/.themes/papirus/gtk-3.0/assets/selected-checkbox-unchecked-backdrop@2.png b/.themes/papirus/gtk-3.0/assets/selected-checkbox-unchecked-backdrop@2.png new file mode 100644 index 00000000..58dbf530 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/selected-checkbox-unchecked-backdrop@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/selected-checkbox-unchecked-hover.png b/.themes/papirus/gtk-3.0/assets/selected-checkbox-unchecked-hover.png new file mode 100644 index 00000000..7139b6eb Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/selected-checkbox-unchecked-hover.png differ diff --git a/.themes/papirus/gtk-3.0/assets/selected-checkbox-unchecked-hover@2.png b/.themes/papirus/gtk-3.0/assets/selected-checkbox-unchecked-hover@2.png new file mode 100644 index 00000000..f6ded941 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/selected-checkbox-unchecked-hover@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/selected-checkbox-unchecked-insensitive.png b/.themes/papirus/gtk-3.0/assets/selected-checkbox-unchecked-insensitive.png new file mode 100644 index 00000000..349400d0 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/selected-checkbox-unchecked-insensitive.png differ diff --git a/.themes/papirus/gtk-3.0/assets/selected-checkbox-unchecked-insensitive@2.png b/.themes/papirus/gtk-3.0/assets/selected-checkbox-unchecked-insensitive@2.png new file mode 100644 index 00000000..e622bea8 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/selected-checkbox-unchecked-insensitive@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/selected-checkbox-unchecked.png b/.themes/papirus/gtk-3.0/assets/selected-checkbox-unchecked.png new file mode 100644 index 00000000..ae8e88a2 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/selected-checkbox-unchecked.png differ diff --git a/.themes/papirus/gtk-3.0/assets/selected-checkbox-unchecked@2.png b/.themes/papirus/gtk-3.0/assets/selected-checkbox-unchecked@2.png new file mode 100644 index 00000000..58dbf530 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/selected-checkbox-unchecked@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/selected-radio-checked-active.png b/.themes/papirus/gtk-3.0/assets/selected-radio-checked-active.png new file mode 100644 index 00000000..acb76a83 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/selected-radio-checked-active.png differ diff --git a/.themes/papirus/gtk-3.0/assets/selected-radio-checked-active@2.png b/.themes/papirus/gtk-3.0/assets/selected-radio-checked-active@2.png new file mode 100644 index 00000000..6d89ea8a Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/selected-radio-checked-active@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/selected-radio-checked-backdrop-insensitive.png b/.themes/papirus/gtk-3.0/assets/selected-radio-checked-backdrop-insensitive.png new file mode 100644 index 00000000..09cf035f Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/selected-radio-checked-backdrop-insensitive.png differ diff --git a/.themes/papirus/gtk-3.0/assets/selected-radio-checked-backdrop-insensitive@2.png b/.themes/papirus/gtk-3.0/assets/selected-radio-checked-backdrop-insensitive@2.png new file mode 100644 index 00000000..55e27798 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/selected-radio-checked-backdrop-insensitive@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/selected-radio-checked-backdrop.png b/.themes/papirus/gtk-3.0/assets/selected-radio-checked-backdrop.png new file mode 100644 index 00000000..acb76a83 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/selected-radio-checked-backdrop.png differ diff --git a/.themes/papirus/gtk-3.0/assets/selected-radio-checked-backdrop@2.png b/.themes/papirus/gtk-3.0/assets/selected-radio-checked-backdrop@2.png new file mode 100644 index 00000000..6d89ea8a Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/selected-radio-checked-backdrop@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/selected-radio-checked-hover.png b/.themes/papirus/gtk-3.0/assets/selected-radio-checked-hover.png new file mode 100644 index 00000000..a692b876 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/selected-radio-checked-hover.png differ diff --git a/.themes/papirus/gtk-3.0/assets/selected-radio-checked-hover@2.png b/.themes/papirus/gtk-3.0/assets/selected-radio-checked-hover@2.png new file mode 100644 index 00000000..af9a4be9 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/selected-radio-checked-hover@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/selected-radio-checked-insensitive.png b/.themes/papirus/gtk-3.0/assets/selected-radio-checked-insensitive.png new file mode 100644 index 00000000..09cf035f Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/selected-radio-checked-insensitive.png differ diff --git a/.themes/papirus/gtk-3.0/assets/selected-radio-checked-insensitive@2.png b/.themes/papirus/gtk-3.0/assets/selected-radio-checked-insensitive@2.png new file mode 100644 index 00000000..55e27798 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/selected-radio-checked-insensitive@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/selected-radio-checked.png b/.themes/papirus/gtk-3.0/assets/selected-radio-checked.png new file mode 100644 index 00000000..acb76a83 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/selected-radio-checked.png differ diff --git a/.themes/papirus/gtk-3.0/assets/selected-radio-checked@2.png b/.themes/papirus/gtk-3.0/assets/selected-radio-checked@2.png new file mode 100644 index 00000000..6d89ea8a Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/selected-radio-checked@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/selected-radio-mixed-active.png b/.themes/papirus/gtk-3.0/assets/selected-radio-mixed-active.png new file mode 100644 index 00000000..a5019f17 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/selected-radio-mixed-active.png differ diff --git a/.themes/papirus/gtk-3.0/assets/selected-radio-mixed-active@2.png b/.themes/papirus/gtk-3.0/assets/selected-radio-mixed-active@2.png new file mode 100644 index 00000000..5fac024b Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/selected-radio-mixed-active@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/selected-radio-mixed-backdrop-insensitive.png b/.themes/papirus/gtk-3.0/assets/selected-radio-mixed-backdrop-insensitive.png new file mode 100644 index 00000000..0f834790 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/selected-radio-mixed-backdrop-insensitive.png differ diff --git a/.themes/papirus/gtk-3.0/assets/selected-radio-mixed-backdrop-insensitive@2.png b/.themes/papirus/gtk-3.0/assets/selected-radio-mixed-backdrop-insensitive@2.png new file mode 100644 index 00000000..822f71d2 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/selected-radio-mixed-backdrop-insensitive@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/selected-radio-mixed-backdrop.png b/.themes/papirus/gtk-3.0/assets/selected-radio-mixed-backdrop.png new file mode 100644 index 00000000..a5019f17 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/selected-radio-mixed-backdrop.png differ diff --git a/.themes/papirus/gtk-3.0/assets/selected-radio-mixed-backdrop@2.png b/.themes/papirus/gtk-3.0/assets/selected-radio-mixed-backdrop@2.png new file mode 100644 index 00000000..5fac024b Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/selected-radio-mixed-backdrop@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/selected-radio-mixed-hover.png b/.themes/papirus/gtk-3.0/assets/selected-radio-mixed-hover.png new file mode 100644 index 00000000..9a696b9f Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/selected-radio-mixed-hover.png differ diff --git a/.themes/papirus/gtk-3.0/assets/selected-radio-mixed-hover@2.png b/.themes/papirus/gtk-3.0/assets/selected-radio-mixed-hover@2.png new file mode 100644 index 00000000..cc0ca0fa Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/selected-radio-mixed-hover@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/selected-radio-mixed-insensitive.png b/.themes/papirus/gtk-3.0/assets/selected-radio-mixed-insensitive.png new file mode 100644 index 00000000..0f834790 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/selected-radio-mixed-insensitive.png differ diff --git a/.themes/papirus/gtk-3.0/assets/selected-radio-mixed-insensitive@2.png b/.themes/papirus/gtk-3.0/assets/selected-radio-mixed-insensitive@2.png new file mode 100644 index 00000000..822f71d2 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/selected-radio-mixed-insensitive@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/selected-radio-mixed.png b/.themes/papirus/gtk-3.0/assets/selected-radio-mixed.png new file mode 100644 index 00000000..a5019f17 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/selected-radio-mixed.png differ diff --git a/.themes/papirus/gtk-3.0/assets/selected-radio-mixed@2.png b/.themes/papirus/gtk-3.0/assets/selected-radio-mixed@2.png new file mode 100644 index 00000000..5fac024b Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/selected-radio-mixed@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/selected-radio-unchecked-active.png b/.themes/papirus/gtk-3.0/assets/selected-radio-unchecked-active.png new file mode 100644 index 00000000..0742de39 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/selected-radio-unchecked-active.png differ diff --git a/.themes/papirus/gtk-3.0/assets/selected-radio-unchecked-active@2.png b/.themes/papirus/gtk-3.0/assets/selected-radio-unchecked-active@2.png new file mode 100644 index 00000000..d67f26dd Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/selected-radio-unchecked-active@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/selected-radio-unchecked-backdrop-insensitive.png b/.themes/papirus/gtk-3.0/assets/selected-radio-unchecked-backdrop-insensitive.png new file mode 100644 index 00000000..290db62a Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/selected-radio-unchecked-backdrop-insensitive.png differ diff --git a/.themes/papirus/gtk-3.0/assets/selected-radio-unchecked-backdrop-insensitive@2.png b/.themes/papirus/gtk-3.0/assets/selected-radio-unchecked-backdrop-insensitive@2.png new file mode 100644 index 00000000..4cbc61b1 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/selected-radio-unchecked-backdrop-insensitive@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/selected-radio-unchecked-backdrop.png b/.themes/papirus/gtk-3.0/assets/selected-radio-unchecked-backdrop.png new file mode 100644 index 00000000..0742de39 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/selected-radio-unchecked-backdrop.png differ diff --git a/.themes/papirus/gtk-3.0/assets/selected-radio-unchecked-backdrop@2.png b/.themes/papirus/gtk-3.0/assets/selected-radio-unchecked-backdrop@2.png new file mode 100644 index 00000000..d67f26dd Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/selected-radio-unchecked-backdrop@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/selected-radio-unchecked-hover.png b/.themes/papirus/gtk-3.0/assets/selected-radio-unchecked-hover.png new file mode 100644 index 00000000..0f590b8b Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/selected-radio-unchecked-hover.png differ diff --git a/.themes/papirus/gtk-3.0/assets/selected-radio-unchecked-hover@2.png b/.themes/papirus/gtk-3.0/assets/selected-radio-unchecked-hover@2.png new file mode 100644 index 00000000..5596c59d Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/selected-radio-unchecked-hover@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/selected-radio-unchecked-insensitive.png b/.themes/papirus/gtk-3.0/assets/selected-radio-unchecked-insensitive.png new file mode 100644 index 00000000..290db62a Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/selected-radio-unchecked-insensitive.png differ diff --git a/.themes/papirus/gtk-3.0/assets/selected-radio-unchecked-insensitive@2.png b/.themes/papirus/gtk-3.0/assets/selected-radio-unchecked-insensitive@2.png new file mode 100644 index 00000000..4cbc61b1 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/selected-radio-unchecked-insensitive@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/selected-radio-unchecked.png b/.themes/papirus/gtk-3.0/assets/selected-radio-unchecked.png new file mode 100644 index 00000000..0742de39 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/selected-radio-unchecked.png differ diff --git a/.themes/papirus/gtk-3.0/assets/selected-radio-unchecked@2.png b/.themes/papirus/gtk-3.0/assets/selected-radio-unchecked@2.png new file mode 100644 index 00000000..d67f26dd Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/selected-radio-unchecked@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-above-active-dark.png b/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-above-active-dark.png new file mode 100644 index 00000000..f960a2db Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-above-active-dark.png differ diff --git a/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-above-active-dark@2.png b/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-above-active-dark@2.png new file mode 100644 index 00000000..cf6eb2d2 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-above-active-dark@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-above-active.png b/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-above-active.png new file mode 100644 index 00000000..8677665a Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-above-active.png differ diff --git a/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-above-active@2.png b/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-above-active@2.png new file mode 100644 index 00000000..4e4aa02d Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-above-active@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-above-backdrop-dark.png b/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-above-backdrop-dark.png new file mode 100644 index 00000000..60e466ef Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-above-backdrop-dark.png differ diff --git a/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-above-backdrop-dark@2.png b/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-above-backdrop-dark@2.png new file mode 100644 index 00000000..43827f49 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-above-backdrop-dark@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-above-backdrop-insensitive-dark.png b/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-above-backdrop-insensitive-dark.png new file mode 100644 index 00000000..f34b29b1 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-above-backdrop-insensitive-dark.png differ diff --git a/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-above-backdrop-insensitive-dark@2.png b/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-above-backdrop-insensitive-dark@2.png new file mode 100644 index 00000000..65e3effe Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-above-backdrop-insensitive-dark@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-above-backdrop-insensitive.png b/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-above-backdrop-insensitive.png new file mode 100644 index 00000000..cde04140 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-above-backdrop-insensitive.png differ diff --git a/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-above-backdrop-insensitive@2.png b/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-above-backdrop-insensitive@2.png new file mode 100644 index 00000000..8f0f4d13 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-above-backdrop-insensitive@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-above-backdrop.png b/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-above-backdrop.png new file mode 100644 index 00000000..f0a3c7c3 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-above-backdrop.png differ diff --git a/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-above-backdrop@2.png b/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-above-backdrop@2.png new file mode 100644 index 00000000..b42b503c Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-above-backdrop@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-above-dark.png b/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-above-dark.png new file mode 100644 index 00000000..60e466ef Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-above-dark.png differ diff --git a/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-above-dark@2.png b/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-above-dark@2.png new file mode 100644 index 00000000..43827f49 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-above-dark@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-above-hover-dark.png b/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-above-hover-dark.png new file mode 100644 index 00000000..46e61d5b Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-above-hover-dark.png differ diff --git a/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-above-hover-dark@2.png b/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-above-hover-dark@2.png new file mode 100644 index 00000000..def6f008 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-above-hover-dark@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-above-hover.png b/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-above-hover.png new file mode 100644 index 00000000..9612917e Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-above-hover.png differ diff --git a/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-above-hover@2.png b/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-above-hover@2.png new file mode 100644 index 00000000..3959d087 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-above-hover@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-above-insensitive-dark.png b/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-above-insensitive-dark.png new file mode 100644 index 00000000..f34b29b1 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-above-insensitive-dark.png differ diff --git a/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-above-insensitive-dark@2.png b/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-above-insensitive-dark@2.png new file mode 100644 index 00000000..65e3effe Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-above-insensitive-dark@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-above-insensitive.png b/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-above-insensitive.png new file mode 100644 index 00000000..cde04140 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-above-insensitive.png differ diff --git a/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-above-insensitive@2.png b/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-above-insensitive@2.png new file mode 100644 index 00000000..8f0f4d13 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-above-insensitive@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-above.png b/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-above.png new file mode 100644 index 00000000..f0a3c7c3 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-above.png differ diff --git a/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-above@2.png b/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-above@2.png new file mode 100644 index 00000000..b42b503c Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-above@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-below-active-dark.png b/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-below-active-dark.png new file mode 100644 index 00000000..e61a0064 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-below-active-dark.png differ diff --git a/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-below-active-dark@2.png b/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-below-active-dark@2.png new file mode 100644 index 00000000..e568d0f5 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-below-active-dark@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-below-active.png b/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-below-active.png new file mode 100644 index 00000000..ebf4c1fd Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-below-active.png differ diff --git a/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-below-active@2.png b/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-below-active@2.png new file mode 100644 index 00000000..3a09a11c Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-below-active@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-below-backdrop-dark.png b/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-below-backdrop-dark.png new file mode 100644 index 00000000..60e466ef Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-below-backdrop-dark.png differ diff --git a/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-below-backdrop-dark@2.png b/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-below-backdrop-dark@2.png new file mode 100644 index 00000000..43827f49 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-below-backdrop-dark@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-below-backdrop-insensitive-dark.png b/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-below-backdrop-insensitive-dark.png new file mode 100644 index 00000000..f34b29b1 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-below-backdrop-insensitive-dark.png differ diff --git a/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-below-backdrop-insensitive-dark@2.png b/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-below-backdrop-insensitive-dark@2.png new file mode 100644 index 00000000..65e3effe Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-below-backdrop-insensitive-dark@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-below-backdrop-insensitive.png b/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-below-backdrop-insensitive.png new file mode 100644 index 00000000..cde04140 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-below-backdrop-insensitive.png differ diff --git a/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-below-backdrop-insensitive@2.png b/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-below-backdrop-insensitive@2.png new file mode 100644 index 00000000..8f0f4d13 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-below-backdrop-insensitive@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-below-backdrop.png b/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-below-backdrop.png new file mode 100644 index 00000000..f0a3c7c3 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-below-backdrop.png differ diff --git a/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-below-backdrop@2.png b/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-below-backdrop@2.png new file mode 100644 index 00000000..b42b503c Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-below-backdrop@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-below-dark.png b/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-below-dark.png new file mode 100644 index 00000000..779bdd5e Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-below-dark.png differ diff --git a/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-below-dark@2.png b/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-below-dark@2.png new file mode 100644 index 00000000..e53c0335 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-below-dark@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-below-hover-dark.png b/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-below-hover-dark.png new file mode 100644 index 00000000..46e61d5b Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-below-hover-dark.png differ diff --git a/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-below-hover-dark@2.png b/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-below-hover-dark@2.png new file mode 100644 index 00000000..def6f008 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-below-hover-dark@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-below-hover.png b/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-below-hover.png new file mode 100644 index 00000000..9612917e Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-below-hover.png differ diff --git a/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-below-hover@2.png b/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-below-hover@2.png new file mode 100644 index 00000000..3959d087 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-below-hover@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-below-insensitive-dark.png b/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-below-insensitive-dark.png new file mode 100644 index 00000000..f34b29b1 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-below-insensitive-dark.png differ diff --git a/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-below-insensitive-dark@2.png b/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-below-insensitive-dark@2.png new file mode 100644 index 00000000..65e3effe Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-below-insensitive-dark@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-below-insensitive.png b/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-below-insensitive.png new file mode 100644 index 00000000..cde04140 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-below-insensitive.png differ diff --git a/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-below-insensitive@2.png b/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-below-insensitive@2.png new file mode 100644 index 00000000..8f0f4d13 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-below-insensitive@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-below.png b/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-below.png new file mode 100644 index 00000000..bd2531f2 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-below.png differ diff --git a/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-below@2.png b/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-below@2.png new file mode 100644 index 00000000..e486c7c6 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/slider-horz-scale-has-marks-below@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-above-active-dark.png b/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-above-active-dark.png new file mode 100644 index 00000000..f960a2db Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-above-active-dark.png differ diff --git a/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-above-active-dark@2.png b/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-above-active-dark@2.png new file mode 100644 index 00000000..cf6eb2d2 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-above-active-dark@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-above-active.png b/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-above-active.png new file mode 100644 index 00000000..8677665a Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-above-active.png differ diff --git a/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-above-active@2.png b/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-above-active@2.png new file mode 100644 index 00000000..4e4aa02d Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-above-active@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-above-backdrop-dark.png b/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-above-backdrop-dark.png new file mode 100644 index 00000000..60e466ef Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-above-backdrop-dark.png differ diff --git a/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-above-backdrop-dark@2.png b/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-above-backdrop-dark@2.png new file mode 100644 index 00000000..43827f49 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-above-backdrop-dark@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-above-backdrop-insensitive-dark.png b/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-above-backdrop-insensitive-dark.png new file mode 100644 index 00000000..f34b29b1 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-above-backdrop-insensitive-dark.png differ diff --git a/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-above-backdrop-insensitive-dark@2.png b/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-above-backdrop-insensitive-dark@2.png new file mode 100644 index 00000000..65e3effe Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-above-backdrop-insensitive-dark@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-above-backdrop-insensitive.png b/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-above-backdrop-insensitive.png new file mode 100644 index 00000000..cde04140 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-above-backdrop-insensitive.png differ diff --git a/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-above-backdrop-insensitive@2.png b/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-above-backdrop-insensitive@2.png new file mode 100644 index 00000000..8f0f4d13 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-above-backdrop-insensitive@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-above-backdrop.png b/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-above-backdrop.png new file mode 100644 index 00000000..f0a3c7c3 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-above-backdrop.png differ diff --git a/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-above-backdrop@2.png b/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-above-backdrop@2.png new file mode 100644 index 00000000..b42b503c Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-above-backdrop@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-above-dark.png b/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-above-dark.png new file mode 100644 index 00000000..60e466ef Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-above-dark.png differ diff --git a/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-above-dark@2.png b/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-above-dark@2.png new file mode 100644 index 00000000..43827f49 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-above-dark@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-above-hover-dark.png b/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-above-hover-dark.png new file mode 100644 index 00000000..46e61d5b Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-above-hover-dark.png differ diff --git a/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-above-hover-dark@2.png b/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-above-hover-dark@2.png new file mode 100644 index 00000000..def6f008 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-above-hover-dark@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-above-hover.png b/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-above-hover.png new file mode 100644 index 00000000..9612917e Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-above-hover.png differ diff --git a/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-above-hover@2.png b/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-above-hover@2.png new file mode 100644 index 00000000..3959d087 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-above-hover@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-above-insensitive-dark.png b/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-above-insensitive-dark.png new file mode 100644 index 00000000..f34b29b1 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-above-insensitive-dark.png differ diff --git a/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-above-insensitive-dark@2.png b/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-above-insensitive-dark@2.png new file mode 100644 index 00000000..65e3effe Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-above-insensitive-dark@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-above-insensitive.png b/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-above-insensitive.png new file mode 100644 index 00000000..cde04140 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-above-insensitive.png differ diff --git a/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-above-insensitive@2.png b/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-above-insensitive@2.png new file mode 100644 index 00000000..8f0f4d13 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-above-insensitive@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-above.png b/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-above.png new file mode 100644 index 00000000..f0a3c7c3 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-above.png differ diff --git a/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-above@2.png b/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-above@2.png new file mode 100644 index 00000000..b42b503c Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-above@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-below-active-dark.png b/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-below-active-dark.png new file mode 100644 index 00000000..f960a2db Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-below-active-dark.png differ diff --git a/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-below-active-dark@2.png b/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-below-active-dark@2.png new file mode 100644 index 00000000..cf6eb2d2 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-below-active-dark@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-below-active.png b/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-below-active.png new file mode 100644 index 00000000..8677665a Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-below-active.png differ diff --git a/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-below-active@2.png b/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-below-active@2.png new file mode 100644 index 00000000..4e4aa02d Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-below-active@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-below-backdrop-dark.png b/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-below-backdrop-dark.png new file mode 100644 index 00000000..60e466ef Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-below-backdrop-dark.png differ diff --git a/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-below-backdrop-dark@2.png b/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-below-backdrop-dark@2.png new file mode 100644 index 00000000..43827f49 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-below-backdrop-dark@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-below-backdrop-insensitive-dark.png b/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-below-backdrop-insensitive-dark.png new file mode 100644 index 00000000..f34b29b1 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-below-backdrop-insensitive-dark.png differ diff --git a/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-below-backdrop-insensitive-dark@2.png b/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-below-backdrop-insensitive-dark@2.png new file mode 100644 index 00000000..65e3effe Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-below-backdrop-insensitive-dark@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-below-backdrop-insensitive.png b/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-below-backdrop-insensitive.png new file mode 100644 index 00000000..cde04140 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-below-backdrop-insensitive.png differ diff --git a/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-below-backdrop-insensitive@2.png b/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-below-backdrop-insensitive@2.png new file mode 100644 index 00000000..8f0f4d13 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-below-backdrop-insensitive@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-below-backdrop.png b/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-below-backdrop.png new file mode 100644 index 00000000..f0a3c7c3 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-below-backdrop.png differ diff --git a/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-below-backdrop@2.png b/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-below-backdrop@2.png new file mode 100644 index 00000000..b42b503c Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-below-backdrop@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-below-dark.png b/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-below-dark.png new file mode 100644 index 00000000..60e466ef Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-below-dark.png differ diff --git a/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-below-dark@2.png b/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-below-dark@2.png new file mode 100644 index 00000000..43827f49 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-below-dark@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-below-hover-dark.png b/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-below-hover-dark.png new file mode 100644 index 00000000..46e61d5b Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-below-hover-dark.png differ diff --git a/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-below-hover-dark@2.png b/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-below-hover-dark@2.png new file mode 100644 index 00000000..def6f008 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-below-hover-dark@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-below-hover.png b/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-below-hover.png new file mode 100644 index 00000000..9612917e Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-below-hover.png differ diff --git a/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-below-hover@2.png b/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-below-hover@2.png new file mode 100644 index 00000000..3959d087 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-below-hover@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-below-insensitive-dark.png b/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-below-insensitive-dark.png new file mode 100644 index 00000000..f34b29b1 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-below-insensitive-dark.png differ diff --git a/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-below-insensitive-dark@2.png b/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-below-insensitive-dark@2.png new file mode 100644 index 00000000..65e3effe Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-below-insensitive-dark@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-below-insensitive.png b/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-below-insensitive.png new file mode 100644 index 00000000..cde04140 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-below-insensitive.png differ diff --git a/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-below-insensitive@2.png b/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-below-insensitive@2.png new file mode 100644 index 00000000..8f0f4d13 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-below-insensitive@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-below.png b/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-below.png new file mode 100644 index 00000000..f0a3c7c3 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-below.png differ diff --git a/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-below@2.png b/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-below@2.png new file mode 100644 index 00000000..b42b503c Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/slider-vert-scale-has-marks-below@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/titlebutton-close-active.png b/.themes/papirus/gtk-3.0/assets/titlebutton-close-active.png new file mode 100644 index 00000000..5e6349db Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/titlebutton-close-active.png differ diff --git a/.themes/papirus/gtk-3.0/assets/titlebutton-close-active@2.png b/.themes/papirus/gtk-3.0/assets/titlebutton-close-active@2.png new file mode 100644 index 00000000..b5c06664 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/titlebutton-close-active@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/titlebutton-close-backdrop.png b/.themes/papirus/gtk-3.0/assets/titlebutton-close-backdrop.png new file mode 100644 index 00000000..1c70edec Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/titlebutton-close-backdrop.png differ diff --git a/.themes/papirus/gtk-3.0/assets/titlebutton-close-backdrop@2.png b/.themes/papirus/gtk-3.0/assets/titlebutton-close-backdrop@2.png new file mode 100644 index 00000000..ea9021a4 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/titlebutton-close-backdrop@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/titlebutton-close-hover.png b/.themes/papirus/gtk-3.0/assets/titlebutton-close-hover.png new file mode 100644 index 00000000..c4f61759 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/titlebutton-close-hover.png differ diff --git a/.themes/papirus/gtk-3.0/assets/titlebutton-close-hover@2.png b/.themes/papirus/gtk-3.0/assets/titlebutton-close-hover@2.png new file mode 100644 index 00000000..0a0dcac6 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/titlebutton-close-hover@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/titlebutton-close.png b/.themes/papirus/gtk-3.0/assets/titlebutton-close.png new file mode 100644 index 00000000..59ed4d71 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/titlebutton-close.png differ diff --git a/.themes/papirus/gtk-3.0/assets/titlebutton-close@2.png b/.themes/papirus/gtk-3.0/assets/titlebutton-close@2.png new file mode 100644 index 00000000..10a3dfdd Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/titlebutton-close@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/titlebutton-maximize-active.png b/.themes/papirus/gtk-3.0/assets/titlebutton-maximize-active.png new file mode 100644 index 00000000..dd29f9d6 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/titlebutton-maximize-active.png differ diff --git a/.themes/papirus/gtk-3.0/assets/titlebutton-maximize-active@2.png b/.themes/papirus/gtk-3.0/assets/titlebutton-maximize-active@2.png new file mode 100644 index 00000000..f7665688 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/titlebutton-maximize-active@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/titlebutton-maximize-backdrop.png b/.themes/papirus/gtk-3.0/assets/titlebutton-maximize-backdrop.png new file mode 100644 index 00000000..e9db4aef Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/titlebutton-maximize-backdrop.png differ diff --git a/.themes/papirus/gtk-3.0/assets/titlebutton-maximize-backdrop@2.png b/.themes/papirus/gtk-3.0/assets/titlebutton-maximize-backdrop@2.png new file mode 100644 index 00000000..43e24687 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/titlebutton-maximize-backdrop@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/titlebutton-maximize-hover.png b/.themes/papirus/gtk-3.0/assets/titlebutton-maximize-hover.png new file mode 100644 index 00000000..e5fedfc8 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/titlebutton-maximize-hover.png differ diff --git a/.themes/papirus/gtk-3.0/assets/titlebutton-maximize-hover@2.png b/.themes/papirus/gtk-3.0/assets/titlebutton-maximize-hover@2.png new file mode 100644 index 00000000..7464c76a Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/titlebutton-maximize-hover@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/titlebutton-maximize.png b/.themes/papirus/gtk-3.0/assets/titlebutton-maximize.png new file mode 100644 index 00000000..d3e53c89 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/titlebutton-maximize.png differ diff --git a/.themes/papirus/gtk-3.0/assets/titlebutton-maximize@2.png b/.themes/papirus/gtk-3.0/assets/titlebutton-maximize@2.png new file mode 100644 index 00000000..daabb075 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/titlebutton-maximize@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/titlebutton-minimize-active.png b/.themes/papirus/gtk-3.0/assets/titlebutton-minimize-active.png new file mode 100644 index 00000000..58c77aa5 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/titlebutton-minimize-active.png differ diff --git a/.themes/papirus/gtk-3.0/assets/titlebutton-minimize-active@2.png b/.themes/papirus/gtk-3.0/assets/titlebutton-minimize-active@2.png new file mode 100644 index 00000000..d106fb78 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/titlebutton-minimize-active@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/titlebutton-minimize-backdrop.png b/.themes/papirus/gtk-3.0/assets/titlebutton-minimize-backdrop.png new file mode 100644 index 00000000..61a3efab Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/titlebutton-minimize-backdrop.png differ diff --git a/.themes/papirus/gtk-3.0/assets/titlebutton-minimize-backdrop@2.png b/.themes/papirus/gtk-3.0/assets/titlebutton-minimize-backdrop@2.png new file mode 100644 index 00000000..9516274f Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/titlebutton-minimize-backdrop@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/titlebutton-minimize-hover.png b/.themes/papirus/gtk-3.0/assets/titlebutton-minimize-hover.png new file mode 100644 index 00000000..826cc1d9 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/titlebutton-minimize-hover.png differ diff --git a/.themes/papirus/gtk-3.0/assets/titlebutton-minimize-hover@2.png b/.themes/papirus/gtk-3.0/assets/titlebutton-minimize-hover@2.png new file mode 100644 index 00000000..1a60709c Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/titlebutton-minimize-hover@2.png differ diff --git a/.themes/papirus/gtk-3.0/assets/titlebutton-minimize.png b/.themes/papirus/gtk-3.0/assets/titlebutton-minimize.png new file mode 100644 index 00000000..ead350f9 Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/titlebutton-minimize.png differ diff --git a/.themes/papirus/gtk-3.0/assets/titlebutton-minimize@2.png b/.themes/papirus/gtk-3.0/assets/titlebutton-minimize@2.png new file mode 100644 index 00000000..749123fc Binary files /dev/null and b/.themes/papirus/gtk-3.0/assets/titlebutton-minimize@2.png differ diff --git a/.themes/papirus/gtk-3.0/gtk-dark.css b/.themes/papirus/gtk-3.0/gtk-dark.css new file mode 100644 index 00000000..545cf11b --- /dev/null +++ b/.themes/papirus/gtk-3.0/gtk-dark.css @@ -0,0 +1,4156 @@ +* { + padding: 0; + -GtkToolButton-icon-spacing: 4; + -GtkTextView-error-underline-color: #ed1515; + -GtkCheckButton-indicator-size: 16; + -GtkCheckMenuItem-indicator-size: 16; + -GtkScrolledWindow-scrollbar-spacing: 0; + -GtkScrolledWindow-scrollbars-within-bevel: 1; + -GtkToolItemGroup-expander-size: 11; + -GtkExpander-expander-size: 16; + -GtkTreeView-expander-size: 11; + -GtkTreeView-horizontal-separator: 4; + -GtkMenu-horizontal-padding: 0; + -GtkMenu-vertical-padding: 0; + -GtkWidget-link-color: #98d4f3; + -GtkWidget-visited-link-color: #6bc0ed; + -GtkWidget-focus-padding: 2; + -GtkWidget-focus-line-width: 1; + -GtkWidget-text-handle-width: 20; + -GtkWidget-text-handle-height: 20; + -GtkDialog-button-spacing: 4; + -GtkDialog-action-area-border: 0; + -GtkStatusbar-shadow-type: none; + outline-width: 0px; } + +/*************** + * Base States * + ***************/ +.background { + color: #EEEFF0; + background-color: #363636; } + .background:backdrop { + text-shadow: none; + -gtk-icon-shadow: none; + color: #EEEFF0; + background-color: #363636; } + +/* + These wildcard seems unavoidable, need to investigate. + Wildcards are bad and troublesome, use them with care, + or better, just don't. + Everytime a wildcard is used a kitten dies, painfully. +*/ +*:disabled { + -gtk-icon-effect: dim; } + +.gtkstyle-fallback { + background-color: #363636; + color: #EEEFF0; } + .gtkstyle-fallback:hover { + background-color: #485057; + color: #EEEFF0; } + .gtkstyle-fallback:active { + background-color: #1a1d1f; + color: #EEEFF0; } + .gtkstyle-fallback:disabled { + background-color: #3a3f44; + color: #909396; } + .gtkstyle-fallback:selected { + background-color: #888888; + color: #EEEFF0; } + +.view { + color: #EEEFF0; + background-color: #262626; } + .view:selected, calendar:selected { + border-radius: 3px; } + +.rubberband { + border: 1px solid #888888; + background-color: rgba(61, 173, 232, 0.2); } + +.label.separator, placessidebar.sidebar .view .label.separator { + color: #EEEFF0; } +.label:disabled { + color: #909396; } + +.dim-label, .label.separator, placessidebar.sidebar .view .label.separator, .titlebar .subtitle, +headerbar .subtitle { + opacity: 0.55; + text-shadow: none; } + +assistant .sidebar { + background-color: #262626; + border-top: 1px solid #6d6d6d; } + assistant .sidebar:dir(ltr) { + border-right: 1px solid #6d6d6d; } + assistant .sidebar:dir(rtl) { + border-left: 1px solid #6d6d6d; } + assistant .sidebar:backdrop { + background-color: #25292c; + border-color: #63686c; } +assistant.csd .sidebar { + border-top-style: none; } +assistant .sidebar .label { + padding: 6px 12px; } +assistant .sidebar .label.highlight { + background-color: #575b5f; } + +textview { + background-color: #2a2e32; } + textview text selection { } + +.grid-child { + padding: 3px; + border-radius: 3px; } + +popover.osd, .app-notification, +.app-notification.frame, .osd { + color: #EEEFF0; + border: 1px solid #363636; + background-color: rgba(35, 38, 41, 0.8); + background-clip: padding-box; + outline-color: rgba(238, 239, 240, 0.3); + text-shadow: none; + -gtk-icon-shadow: none; } + popover.osd:backdrop, .app-notification:backdrop, .osd:backdrop { + text-shadow: none; } + +/********************* + * Spinner Animation * + *********************/ +@keyframes spin { + to { + -gtk-icon-transform: rotate(1turn); } } +.spinner { + background-image: none; + background-color: blue; + opacity: 0; + -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); } + .spinner:active { + opacity: 1; + animation: spin 1s linear infinite; } + .spinner:active:disabled { + opacity: 0.5; } + +/**************** + * Text Entries * + ****************/ +entry { + border: 1px solid; + padding: 5px 8px 6px; + border-radius: 3px; + transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); + background-color: #262626; + background-image: none; + color: #EEEFF0; + border-color: #6d6d6d; } + entry.image.left { + padding-left: 0; } + entry.image.right { + padding-right: 0; } + entry.flat, entry.flat:focus { + padding: 2px; + background-color: #262626; + background-image: none; + color: #EEEFF0; + border-color: #6d6d6d; + border: none; + border-radius: 0; } + entry:focus { + background-color: #262626; + background-image: none; + border-color: #888888; } + entry:disabled { + background-color: #262626; + background-image: none; + color: #909396; + border-color: #6d6d6d; + background-color: #3a3f44; + box-shadow: none; } + entry:backdrop { + background-color: #262626; + background-image: none; + color: #EEEFF0; + border-color: #6d6d6d; + background-color: #262626; + box-shadow: none; } + entry:backdrop:disabled { + background-color: #262626; + background-image: none; + color: #909396; + border-color: #6d6d6d; + background-color: #3a3f44; + box-shadow: none; } + entry progressbar { + margin: 1px; + border-radius: 0; + border-width: 0 0 2px; + border-color: #888888; + border-style: solid; + background-image: none; + background-color: transparent; + box-shadow: none; } + entry progressbar:backdrop { + background-color: transparent; } + .linked > entry { + border-radius: 0; } + .linked > entry:first-child { + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; } + .linked > entry:first-child:dir(rtl) { + border-right-style: none; } + .linked > entry:last-child { + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; + border-left-style: none; } + .linked > entry:last-child:dir(rtl) { + border-left-style: solid; } + entry.error { + color: #ed1515; + border-color: #4a0606; } + entry.error:focus { + background-color: #262626; + background-image: none; + border-color: #4a0606; } + entry.error:selected, entry.error:selected:focus { + background-color: #ed1515; } + entry.warning { + color: #f67400; + border-color: #442000; } + entry.warning:focus { + background-color: #262626; + background-image: none; + border-color: #442000; } + entry.warning:selected, entry.warning:selected:focus { + background-color: #f67400; } + entry.image { + color: #c5c7c8; } + entry.image:hover { + color: #EEEFF0; } + entry.image:active { + color: #888888; } + entry.image:backdrop { + color: #54585c; } + .osd entry { + background-color: #262626; + background-image: none; + color: #EEEFF0; + border-color: rgba(0, 0, 0, 0.7); + background-color: rgba(35, 38, 41, 0.8); + background-clip: padding-box; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; } + .osd entry:focus { + background-color: #262626; + background-image: none; + color: #EEEFF0; + border-color: #888888; + background-color: rgba(35, 38, 41, 0.8); + background-clip: padding-box; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; } + .osd entry:backdrop { + background-color: #262626; + background-image: none; + color: #EEEFF0; + border-color: rgba(0, 0, 0, 0.7); + background-color: rgba(0, 0, 0, 0.7); + background-clip: padding-box; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; } + .osd entry:disabled { + background-color: #262626; + background-image: none; + color: #898b8d; + border-color: rgba(0, 0, 0, 0.7); + background-color: shade(#EEEFF0, 0.3); + background-clip: padding-box; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; } + +.linked.vertical > entry:not(:last-child) { + box-shadow: none; } +.linked.vertical > entry:focus:not(:last-child) { + box-shadow: inset 0 0 0 1px #888888; } +.linked.vertical > entry:not(:disabled) + entry:not(:disabled) { + border-top-color: #383b3f; + background-image: linear-gradient(to bottom, #262626); } + .linked.vertical > entry:not(:disabled) + entry:not(:disabled):backdrop { + border-top-color: #383c3f; + background-image: linear-gradient(to bottom, #25292c); } +.linked.vertical > entry + entry:focus:not(:last-child) { + border-top-color: #888888; + box-shadow: inset 0 0 0 1px #888888; } +.linked.vertical > entry + entry:focus:last-child { + border-top-color: #888888; } +.linked.vertical > entry:focus:not(:only-child) + entry, +.linked.vertical > entry:focus:not(:only-child) + button, +.linked.vertical > entry:focus:not(:only-child) + combobox > button, +.linked.vertical > entry:focus:not(:only-child) + comboboxText > button { + border-top-color: #888888; } + +/*********** + * Buttons * + ***********/ +@keyframes needs_attention { + from { + background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#81caf0), to(transparent)); } + to { + background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#888888), to(transparent)); } } +button, headerbar button.titlebutton, +.titlebar button.titlebutton { + border: 1px solid; + border-radius: 3px; + padding: 5px 8px 6px; + box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); + color: #EEEFF0; + border-color: #6d6d6d; + background-image: linear-gradient(to bottom, #363b41, #363636); } + button.flat, headerbar .titlebutton.button, + .titlebar .titlebutton.button { + border-color: rgba(255, 255, 255, 0); + background-color: transparent; + background-image: none; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; + transition: none; } + button.flat:hover, headerbar .titlebutton.button:hover, + .titlebar .titlebutton.button:hover { + transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); + transition-duration: 500ms; } + button.flat:hover:active, headerbar .titlebutton.button:hover:active, + .titlebar .titlebutton.button:hover:active { + transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } + button:hover, headerbar button.titlebutton:hover, + .titlebar button.titlebutton:hover { + color: #EEEFF0; + border-color: #888888; + background-image: linear-gradient(to bottom, #363636, #363636); + -gtk-icon-effect: highlight; } + button:active, headerbar button.titlebutton:active, + .titlebar button.titlebutton:active, button:checked, headerbar button.titlebutton:checked, + .titlebar button.titlebutton:checked { + color: #363636; + border-color: #6d6d6d; + background-image: linear-gradient(to bottom, #888888, shade(#888888, 0.8)); + transition-duration: 50ms; } + button:active:hover, button:checked:hover { + color: #363636; + border-color: #6d6d6d; + background-image: linear-gradient(to bottom, #888888, #888888); } + button.flat:backdrop, headerbar .titlebutton.button:backdrop, + .titlebar .titlebutton.button:backdrop, button.flat:disabled, headerbar .titlebutton.button:disabled, + .titlebar .titlebutton.button:disabled, button.flat:backdrop:disabled, headerbar .titlebutton.button:backdrop:disabled, + .titlebar .titlebutton.button:backdrop:disabled { + border-color: rgba(255, 255, 255, 0); + background-color: transparent; + background-image: none; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; } + button:disabled, headerbar button.titlebutton:disabled, + .titlebar button.titlebutton:disabled { + color: #909396; + border-color: #6d6d6d; + background-image: linear-gradient(to bottom, #3a3f44); + text-shadow: none; + -gtk-icon-shadow: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 239, 240, 0.1); } + button:disabled > .label, headerbar button.titlebutton:disabled > .label, + .titlebar button.titlebutton:disabled > .label { + color: inherit; } + button:disabled:active, button:disabled:checked { + color: #909396; + border-color: #6d6d6d; + background-image: linear-gradient(to bottom, #3f4449, #3a3f44); } + button:disabled:active > .label, headerbar button.titlebutton:disabled:active > .label, + .titlebar button.titlebutton:disabled:active > .label, button:disabled:checked > .label, headerbar button.titlebutton:disabled:checked > .label, + .titlebar button.titlebutton:disabled:checked > .label { + color: inherit; } + button.osd, headerbar .osd.button.titlebutton, + .titlebar .osd.button.titlebutton { + color: #EEEFF0; + border-radius: 5px; + outline-color: rgba(238, 239, 240, 0.3); + color: #EEEFF0; + border-color: #6d6d6d; + background-image: none; + background-color: #363636; + background-clip: padding-box; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; + font-weight: normal; + border: none; + box-shadow: none; } + button.osd.image-button, headerbar .osd.titlebutton.button, + .titlebar .osd.titlebutton.button { + padding: 13px; } + button.osd:hover { + color: #EEEFF0; + border-color: #888888; + background-image: none; + background-clip: padding-box; + text-shadow: none; + -gtk-icon-shadow: none; + border: none; + box-shadow: none; } + button.osd:active, button.osd:checked { + color: #EEEFF0; + border-color: rgba(35, 38, 41, 0.8); + background-image: linear-gradient(to bottom, #888888, shade(#888888, 0.8)); + background-clip: padding-box; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; + border: none; + box-shadow: none; } + button.osd:disabled, button.osd:backdrop:disabled { + color: #909396; + border-color: #3a3f44; + background-image: none; + background-clip: padding-box; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; + border: none; } + button.osd:backdrop { + background-clip: padding-box; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; + border: none; } + .osd button, .osd headerbar button.titlebutton, headerbar .osd button.titlebutton, + .osd .titlebar button.titlebutton, + .titlebar .osd button.titlebutton { + color: #EEEFF0; + border-color: #6d6d6d; + background-image: none; + background-color: #363636; + background-clip: padding-box; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; + font-weight: normal; + border-radius: 3px; + border-style: solid; } + .osd button:dir(rtl) { + border-radius: 3px; } + .osd button:first-child { + border-radius: 3px 3px 3px 3px; } + .osd button:last-child { + border-radius: 3px 3px 3px 3px; } + .osd button:last-child:dir(rtl) { + border-right-style: solid; } + .osd button:only-child { + border-radius: 3px; + border-style: solid; } + .osd button:hover { + color: #EEEFF0; + border-color: #888888; + background-image: none; + background-clip: padding-box; + text-shadow: none; + -gtk-icon-shadow: none; } + .osd button:active, .osd button:checked, .osd button:backdrop:active, .osd button:backdrop:checked { + color: #EEEFF0; + border-color: rgba(35, 38, 41, 0.8); + background-image: linear-gradient(to bottom, #888888, shade(#888888, 0.8)); + background-clip: padding-box; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; } + .osd button:disabled, .osd button:backdrop:disabled { + color: #909396; + border-color: #3a3f44; + background-image: none; + background-clip: padding-box; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; } + .osd button:backdrop { + background-clip: padding-box; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; } + .osd button.flat, .osd headerbar .titlebutton.button, headerbar .osd .titlebutton.button, + .osd .titlebar .titlebutton.button, + .titlebar .osd .titlebutton.button { + border-color: rgba(255, 255, 255, 0); + background-color: transparent; + background-image: none; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; + font-weight: normal; } + .osd button.flat:hover, .osd headerbar .titlebutton.button:hover, headerbar .osd .titlebutton.button:hover, + .osd .titlebar .titlebutton.button:hover, + .titlebar .osd .titlebutton.button:hover { + color: #EEEFF0; + border-color: #888888; + background-image: none; + background-clip: padding-box; + text-shadow: none; + -gtk-icon-shadow: none; + background-clip: padding-box; + box-shadow: none; } + .osd button.flat:disabled, .osd headerbar .titlebutton.button:disabled, headerbar .osd .titlebutton.button:disabled, + .osd .titlebar .titlebutton.button:disabled, + .titlebar .osd .titlebutton.button:disabled { + color: #909396; + border-color: #3a3f44; + background-image: none; + background-clip: padding-box; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; + background-image: none; + border-color: transparent; + box-shadow: none; } + .osd button.flat:backdrop, .osd headerbar .titlebutton.button:backdrop, headerbar .osd .titlebutton.button:backdrop, + .osd .titlebar .titlebutton.button:backdrop, + .titlebar .osd .titlebutton.button:backdrop { + border-color: rgba(255, 255, 255, 0); + background-color: transparent; + background-image: none; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; } + .osd button.flat:active, .osd headerbar .titlebutton.button:active, headerbar .osd .titlebutton.button:active, + .osd .titlebar .titlebutton.button:active, + .titlebar .osd .titlebutton.button:active, .osd button.flat:checked, .osd headerbar .titlebutton.button:checked, headerbar .osd .titlebutton.button:checked, + .osd .titlebar .titlebutton.button:checked, + .titlebar .osd .titlebutton.button:checked { + color: #EEEFF0; + border-color: rgba(35, 38, 41, 0.8); + background-image: linear-gradient(to bottom, #888888, shade(#888888, 0.8)); + background-clip: padding-box; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; + background-clip: padding-box; + border-color: transparent; + box-shadow: none; } + button.suggested-action, headerbar .suggested-action.button.titlebutton, + .titlebar .suggested-action.button.titlebutton { + box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); + color: #262626; + border-color: #888888; + background-image: linear-gradient(to bottom, #46b1e9, #3dade8); } + button.suggested-action.flat, headerbar .suggested-action.titlebutton.button, + .titlebar .suggested-action.titlebutton.button { + border-color: rgba(255, 255, 255, 0); + background-color: transparent; + background-image: none; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; + color: #888888; } + button.suggested-action:hover { + color: white; + border-color: #888888; + background-image: linear-gradient(to bottom, #3dade8, #3dade8); } + button.suggested-action:active, button.suggested-action:checked { + color: white; + border-color: #888888; + background-image: linear-gradient(to bottom, #888888, shade(#888888, 0.8)); } + button.suggested-action:backdrop, button.suggested-action.flat:backdrop, headerbar .suggested-action.titlebutton.button:backdrop, + .titlebar .suggested-action.titlebutton.button:backdrop { + color: white; + border-color: #888888; + background-image: linear-gradient(to bottom, #888888); + text-shadow: none; + -gtk-icon-shadow: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 239, 240, 0); } + button.suggested-action:backdrop:active, button.suggested-action:backdrop:checked, button.suggested-action.flat:backdrop:active, headerbar .suggested-action.titlebutton.button:backdrop:active, + .titlebar .suggested-action.titlebutton.button:backdrop:active, button.suggested-action.flat:backdrop:checked, headerbar .suggested-action.titlebutton.button:backdrop:checked, + .titlebar .suggested-action.titlebutton.button:backdrop:checked { + color: #d1eaf7; + border-color: #888888; + background-image: linear-gradient(to bottom, #1a97d8); + box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 239, 240, 0); } + button.suggested-action:backdrop:disabled, button.suggested-action.flat:backdrop:disabled, headerbar .suggested-action.titlebutton.button:backdrop:disabled, + .titlebar .suggested-action.titlebutton.button:backdrop:disabled { + color: #545c65; + border-color: #63686c; + background-image: linear-gradient(to bottom, #3a3f44); + text-shadow: none; + -gtk-icon-shadow: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0); } + button.suggested-action:backdrop:disabled > .label, headerbar .suggested-action.button.titlebutton:backdrop:disabled > .label, + .titlebar .suggested-action.button.titlebutton:backdrop:disabled > .label, button.suggested-action.flat:backdrop:disabled > .label, headerbar .suggested-action.titlebutton.button:backdrop:disabled > .label, + .titlebar .suggested-action.titlebutton.button:backdrop:disabled > .label { + color: inherit; } + button.suggested-action:backdrop:disabled:active, button.suggested-action:backdrop:disabled:checked, button.suggested-action.flat:backdrop:disabled:active, headerbar .suggested-action.titlebutton.button:backdrop:disabled:active, + .titlebar .suggested-action.titlebutton.button:backdrop:disabled:active, button.suggested-action.flat:backdrop:disabled:checked, headerbar .suggested-action.titlebutton.button:backdrop:disabled:checked, + .titlebar .suggested-action.titlebutton.button:backdrop:disabled:checked { + color: #79b4d2; + border-color: #888888; + background-image: linear-gradient(to bottom, #318bba); } + button.suggested-action:backdrop:disabled:active > .label, headerbar .suggested-action.button.titlebutton:backdrop:disabled:active > .label, + .titlebar .suggested-action.button.titlebutton:backdrop:disabled:active > .label, button.suggested-action:backdrop:disabled:checked > .label, headerbar .suggested-action.button.titlebutton:backdrop:disabled:checked > .label, + .titlebar .suggested-action.button.titlebutton:backdrop:disabled:checked > .label, button.suggested-action.flat:backdrop:disabled:active > .label, headerbar .suggested-action.titlebutton.button:backdrop:disabled:active > .label, + .titlebar .suggested-action.titlebutton.button:backdrop:disabled:active > .label, button.suggested-action.flat:backdrop:disabled:checked > .label, headerbar .suggested-action.titlebutton.button:backdrop:disabled:checked > .label, + .titlebar .suggested-action.titlebutton.button:backdrop:disabled:checked > .label { + color: inherit; } + button.suggested-action.flat:backdrop, headerbar .suggested-action.titlebutton.button:backdrop, + .titlebar .suggested-action.titlebutton.button:backdrop, button.suggested-action.flat:disabled, headerbar .suggested-action.titlebutton.button:disabled, + .titlebar .suggested-action.titlebutton.button:disabled, button.suggested-action.flat:backdrop:disabled, headerbar .suggested-action.titlebutton.button:backdrop:disabled, + .titlebar .suggested-action.titlebutton.button:backdrop:disabled { + border-color: rgba(255, 255, 255, 0); + background-color: transparent; + background-image: none; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; + color: rgba(61, 173, 232, 0.8); } + button.suggested-action:disabled { + background-color: transparent; + color: shade(#EEEFF0, 0.5); } + button.suggested-action:disabled:active, button.suggested-action:disabled:checked { + background-color: transparent; + color: shade(#EEEFF0, 0.5); } + .osd button.suggested-action { + color: #EEEFF0; + border-color: #6d6d6d; + background-image: none; + background-color: #363636; + background-clip: padding-box; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; + font-weight: normal; } + .osd button.suggested-action:hover { + color: #EEEFF0; + border-color: #888888; + background-image: none; + background-clip: padding-box; + text-shadow: none; + -gtk-icon-shadow: none; } + .osd button.suggested-action:active, .osd button.suggested-action:checked, .osd button.suggested-action:backdrop:active, .osd button.suggested-action:backdrop:checked { + color: #EEEFF0; + border-color: rgba(35, 38, 41, 0.8); + background-image: linear-gradient(to bottom, #888888, shade(#888888, 0.8)); + background-clip: padding-box; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; } + .osd button.suggested-action:disabled, .osd button.suggested-action:backdrop:disabled { + color: #909396; + border-color: #3a3f44; + background-image: none; + background-clip: padding-box; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; } + .osd button.suggested-action:backdrop { + background-clip: padding-box; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; } + button.destructive-action, headerbar .destructive-action.button.titlebutton, + .titlebar .destructive-action.button.titlebutton { + box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); + color: #262626; + border-color: #d51010; + background-image: linear-gradient(to bottom, #df1111, #d51010); } + button.destructive-action.flat, headerbar .destructive-action.titlebutton.button, + .titlebar .destructive-action.titlebutton.button { + border-color: rgba(255, 255, 255, 0); + background-color: transparent; + background-image: none; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; + color: #d51010; } + button.destructive-action:hover { + color: white; + border-color: #d51010; + background-image: linear-gradient(to bottom, #d51010, #d51010); } + button.destructive-action:active, button.destructive-action:checked { + color: white; + border-color: #d51010; + background-image: linear-gradient(to bottom, #d51010, shade(#d51010, 0.8)); } + button.destructive-action:backdrop, button.destructive-action.flat:backdrop, headerbar .destructive-action.titlebutton.button:backdrop, + .titlebar .destructive-action.titlebutton.button:backdrop { + color: white; + border-color: #d51010; + background-image: linear-gradient(to bottom, #d51010); + text-shadow: none; + -gtk-icon-shadow: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 239, 240, 0); } + button.destructive-action:backdrop:active, button.destructive-action:backdrop:checked, button.destructive-action.flat:backdrop:active, headerbar .destructive-action.titlebutton.button:backdrop:active, + .titlebar .destructive-action.titlebutton.button:backdrop:active, button.destructive-action.flat:backdrop:checked, headerbar .destructive-action.titlebutton.button:backdrop:checked, + .titlebar .destructive-action.titlebutton.button:backdrop:checked { + color: #edcece; + border-color: #d51010; + background-image: linear-gradient(to bottom, #a60c0c); + box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 239, 240, 0); } + button.destructive-action:backdrop:disabled, button.destructive-action.flat:backdrop:disabled, headerbar .destructive-action.titlebutton.button:backdrop:disabled, + .titlebar .destructive-action.titlebutton.button:backdrop:disabled { + color: #545c65; + border-color: #63686c; + background-image: linear-gradient(to bottom, #3a3f44); + text-shadow: none; + -gtk-icon-shadow: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0); } + button.destructive-action:backdrop:disabled > .label, headerbar .destructive-action.button.titlebutton:backdrop:disabled > .label, + .titlebar .destructive-action.button.titlebutton:backdrop:disabled > .label, button.destructive-action.flat:backdrop:disabled > .label, headerbar .destructive-action.titlebutton.button:backdrop:disabled > .label, + .titlebar .destructive-action.titlebutton.button:backdrop:disabled > .label { + color: inherit; } + button.destructive-action:backdrop:disabled:active, button.destructive-action:backdrop:disabled:checked, button.destructive-action.flat:backdrop:disabled:active, headerbar .destructive-action.titlebutton.button:backdrop:disabled:active, + .titlebar .destructive-action.titlebutton.button:backdrop:disabled:active, button.destructive-action.flat:backdrop:disabled:checked, headerbar .destructive-action.titlebutton.button:backdrop:disabled:checked, + .titlebar .destructive-action.titlebutton.button:backdrop:disabled:checked { + color: #c36465; + border-color: #d51010; + background-image: linear-gradient(to bottom, #a31112); } + button.destructive-action:backdrop:disabled:active > .label, headerbar .destructive-action.button.titlebutton:backdrop:disabled:active > .label, + .titlebar .destructive-action.button.titlebutton:backdrop:disabled:active > .label, button.destructive-action:backdrop:disabled:checked > .label, headerbar .destructive-action.button.titlebutton:backdrop:disabled:checked > .label, + .titlebar .destructive-action.button.titlebutton:backdrop:disabled:checked > .label, button.destructive-action.flat:backdrop:disabled:active > .label, headerbar .destructive-action.titlebutton.button:backdrop:disabled:active > .label, + .titlebar .destructive-action.titlebutton.button:backdrop:disabled:active > .label, button.destructive-action.flat:backdrop:disabled:checked > .label, headerbar .destructive-action.titlebutton.button:backdrop:disabled:checked > .label, + .titlebar .destructive-action.titlebutton.button:backdrop:disabled:checked > .label { + color: inherit; } + button.destructive-action.flat:backdrop, headerbar .destructive-action.titlebutton.button:backdrop, + .titlebar .destructive-action.titlebutton.button:backdrop, button.destructive-action.flat:disabled, headerbar .destructive-action.titlebutton.button:disabled, + .titlebar .destructive-action.titlebutton.button:disabled, button.destructive-action.flat:backdrop:disabled, headerbar .destructive-action.titlebutton.button:backdrop:disabled, + .titlebar .destructive-action.titlebutton.button:backdrop:disabled { + border-color: rgba(255, 255, 255, 0); + background-color: transparent; + background-image: none; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; + color: rgba(213, 16, 16, 0.8); } + button.destructive-action:disabled { + background-color: transparent; + color: shade(#EEEFF0, 0.5); } + button.destructive-action:disabled:active, button.destructive-action:disabled:checked { + background-color: transparent; + color: shade(#EEEFF0, 0.5); } + .osd button.destructive-action { + color: #EEEFF0; + border-color: #6d6d6d; + background-image: none; + background-color: #363636; + background-clip: padding-box; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; + font-weight: normal; } + .osd button.destructive-action:hover { + color: #EEEFF0; + border-color: #888888; + background-image: none; + background-clip: padding-box; + text-shadow: none; + -gtk-icon-shadow: none; } + .osd button.destructive-action:active, .osd button.destructive-action:checked, .osd button.destructive-action:backdrop:active, .osd button.destructive-action:backdrop:checked { + color: #EEEFF0; + border-color: rgba(35, 38, 41, 0.8); + background-image: linear-gradient(to bottom, #d51010, shade(#d51010, 0.8)); + background-clip: padding-box; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; } + .osd button.destructive-action:disabled, .osd button.destructive-action:backdrop:disabled { + color: #909396; + border-color: #3a3f44; + background-image: none; + background-clip: padding-box; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; } + .osd button.destructive-action:backdrop { + background-clip: padding-box; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; } + button.image-button, headerbar .titlebutton.button, + .titlebar .titlebutton.button { + padding: 8px; } + button.text-button, headerbar .text-button.button.titlebutton, + .titlebar .text-button.button.titlebutton { + padding-left: 16px; + padding-right: 16px; } + button.text-button.image-button, headerbar .text-button.titlebutton.button, + .titlebar .text-button.titlebutton.button { + padding: 5px 8px 6px; } + button.text-button.image-button .label:first-child, headerbar .text-button.titlebutton.button .label:first-child, + .titlebar .text-button.titlebutton.button .label:first-child { + padding-left: 8px; } + button.text-button.image-button .label:last-child, headerbar .text-button.titlebutton.button .label:last-child, + .titlebar .text-button.titlebutton.button .label:last-child { + padding-right: 8px; } + .stack-switcher > button, headerbar .stack-switcher > button.titlebutton, + .titlebar .stack-switcher > button.titlebutton { + outline-offset: -3px; } + .stack-switcher > button > .label { + padding-left: 6px; + padding-right: 6px; } + .stack-switcher > button > image, headerbar .stack-switcher > button.titlebutton > image, + .titlebar .stack-switcher > button.titlebutton > image { + padding-left: 6px; + padding-right: 6px; + padding-top: 3px; + padding-bottom: 3px; } + .stack-switcher > button.text-button, headerbar .stack-switcher > .text-button.button.titlebutton, + .titlebar .stack-switcher > .text-button.button.titlebutton { + padding: 5px 10px 6px; } + .stack-switcher > button.image-button, headerbar .stack-switcher > .titlebutton.button, + .titlebar .stack-switcher > .titlebutton.button { + padding: 5px 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; } + .inline-toolbar button, .inline-toolbar headerbar button.titlebutton, headerbar .inline-toolbar button.titlebutton, + .inline-toolbar .titlebar button.titlebutton, + .titlebar .inline-toolbar button.titlebutton, .inline-toolbar button:backdrop { + border-radius: 2px; + border-width: 1px; } + .primary-toolbar button, .primary-toolbar headerbar button.titlebutton, headerbar .primary-toolbar button.titlebutton, + .primary-toolbar .titlebar button.titlebutton, + .titlebar .primary-toolbar button.titlebutton { + -gtk-icon-shadow: none; } + +.stack-switcher > button.needs-attention > .label, .stack-switcher > button.needs-attention > image, .sidebar-item.needs-attention > .label { + animation: needs_attention 150ms ease-in; + background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#81caf0), to(transparent)), -gtk-gradient(radial, center center, 0, center center, 0.45, to(rgba(0, 0, 0, 0.83059)), to(transparent)); + background-size: 6px 6px, 6px 6px; + background-repeat: no-repeat; + background-position: right 3px, right 2px; } + .stack-switcher > button.needs-attention > .label:backdrop, .stack-switcher > button.needs-attention > image:backdrop, .sidebar-item.needs-attention > .label:backdrop { + background-size: 6px 6px, 0 0; } + .stack-switcher > button.needs-attention > .label:dir(rtl), .stack-switcher > button.needs-attention > image:dir(rtl), .sidebar-item.needs-attention > .label:dir(rtl) { + background-position: left 3px, left 2px; } + +.inline-toolbar toolbutton > button, .inline-toolbar headerbar toolbutton > button.titlebutton, headerbar .inline-toolbar toolbutton > button.titlebutton, +.inline-toolbar .titlebar toolbutton > button.titlebutton, +.titlebar .inline-toolbar toolbutton > button.titlebutton { + box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); + color: #EEEFF0; + border-color: #6d6d6d; + background-image: linear-gradient(to bottom, #363b41, #363636); } + .inline-toolbar toolbutton > button:hover, .inline-toolbar headerbar toolbutton > button.titlebutton:hover, + .inline-toolbar .titlebar toolbutton > button.titlebutton:hover { + color: #EEEFF0; + border-color: #888888; + background-image: linear-gradient(to bottom, #363636, #363636); } + .inline-toolbar toolbutton > button:active, .inline-toolbar headerbar toolbutton > button.titlebutton:active, + .inline-toolbar .titlebar toolbutton > button.titlebutton:active, .inline-toolbar toolbutton > button:checked, .inline-toolbar headerbar toolbutton > button.titlebutton:checked, + .inline-toolbar .titlebar toolbutton > button.titlebutton:checked { + color: #363636; + border-color: #6d6d6d; + background-image: linear-gradient(to bottom, #888888, shade(#888888, 0.8)); } + .inline-toolbar toolbutton > button:disabled, .inline-toolbar headerbar toolbutton > button.titlebutton:disabled, + .inline-toolbar .titlebar toolbutton > button.titlebutton:disabled { + color: #909396; + border-color: #6d6d6d; + background-image: linear-gradient(to bottom, #3a3f44); + text-shadow: none; + -gtk-icon-shadow: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 239, 240, 0.1); } + .inline-toolbar toolbutton > button:disabled > .label { + color: inherit; } + .inline-toolbar toolbutton > button:disabled:active, .inline-toolbar headerbar toolbutton > button.titlebutton:disabled:active, + .inline-toolbar .titlebar toolbutton > button.titlebutton:disabled:active, .inline-toolbar toolbutton > button:disabled:checked, .inline-toolbar headerbar toolbutton > button.titlebutton:disabled:checked, + .inline-toolbar .titlebar toolbutton > button.titlebutton:disabled:checked { + color: #909396; + border-color: #6d6d6d; + background-image: linear-gradient(to bottom, #3f4449, #3a3f44); } + .inline-toolbar toolbutton > button:disabled:active > .label, .inline-toolbar toolbutton > button:disabled:checked > .label { + color: inherit; } + .inline-toolbar toolbutton > button:backdrop, .inline-toolbar headerbar toolbutton > button.titlebutton:backdrop, + .inline-toolbar .titlebar toolbutton > button.titlebutton:backdrop { + color: #EEEFF0; + border-color: #6d6d6d; + background-image: linear-gradient(to bottom, #363636); + text-shadow: none; + -gtk-icon-shadow: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 239, 240, 0); } + .inline-toolbar toolbutton > button:backdrop:active, .inline-toolbar headerbar toolbutton > button.titlebutton:backdrop:active, + .inline-toolbar .titlebar toolbutton > button.titlebutton:backdrop:active, .inline-toolbar toolbutton > button:backdrop:checked, .inline-toolbar headerbar toolbutton > button.titlebutton:backdrop:checked, + .inline-toolbar .titlebar toolbutton > button.titlebutton:backdrop:checked { + color: #606468; + border-color: #63686c; + background-image: linear-gradient(to bottom, #43484c); + box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 239, 240, 0); } + .inline-toolbar toolbutton > button:backdrop:disabled, .inline-toolbar headerbar toolbutton > button.titlebutton:backdrop:disabled, + .inline-toolbar .titlebar toolbutton > button.titlebutton:backdrop:disabled { + color: #545c65; + border-color: #63686c; + background-image: linear-gradient(to bottom, #3a3f44); + text-shadow: none; + -gtk-icon-shadow: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0); } + .inline-toolbar toolbutton > button:backdrop:disabled > .label { + color: inherit; } + .inline-toolbar toolbutton > button:backdrop:disabled:active, .inline-toolbar headerbar toolbutton > button.titlebutton:backdrop:disabled:active, + .inline-toolbar .titlebar toolbutton > button.titlebutton:backdrop:disabled:active, .inline-toolbar toolbutton > button:backdrop:disabled:checked, .inline-toolbar headerbar toolbutton > button.titlebutton:backdrop:disabled:checked, + .inline-toolbar .titlebar toolbutton > button.titlebutton:backdrop:disabled:checked { + color: #545c65; + border-color: #63686c; + background-image: linear-gradient(to bottom, #2e3236); } + .inline-toolbar toolbutton > button:backdrop:disabled:active > .label, .inline-toolbar toolbutton > button:backdrop:disabled:checked > .label { + color: inherit; } + +.inline-toolbar toolbutton > button.flat:dir(rtl), .inline-toolbar headerbar toolbutton > button.titlebutton:dir(rtl), headerbar .inline-toolbar toolbutton > button.titlebutton:dir(rtl), +.inline-toolbar .titlebar toolbutton > button.titlebutton:dir(rtl), +.titlebar .inline-toolbar toolbutton > button.titlebutton:dir(rtl), +.inline-toolbar toolbutton:backdrop > button.flat:dir(rtl), .inline-toolbar.toolbar toolbutton:dir(rtl) > button.flat, .inline-toolbar toolbutton:dir(rtl) > button.flat, .inline-toolbar.search-bar toolbutton:dir(rtl) > button.flat, .inline-toolbar.location-bar toolbutton:dir(rtl) > button.flat, .inline-toolbar headerbar toolbutton:dir(rtl) > button.titlebutton, headerbar .inline-toolbar toolbutton:dir(rtl) > button.titlebutton, +.inline-toolbar .titlebar toolbutton:dir(rtl) > button.titlebutton, +.titlebar .inline-toolbar toolbutton:dir(rtl) > button.titlebutton, +.inline-toolbar.toolbar toolbutton:backdrop:dir(rtl) > button.flat, +.inline-toolbar toolbutton:backdrop:dir(rtl) > button.flat, +.inline-toolbar.search-bar toolbutton:backdrop:dir(rtl) > button.flat, +.inline-toolbar.location-bar toolbutton:backdrop:dir(rtl) > button.flat, +.inline-toolbar headerbar toolbutton:backdrop:dir(rtl) > button.titlebutton, +headerbar .inline-toolbar toolbutton:backdrop:dir(rtl) > button.titlebutton, +.inline-toolbar .titlebar toolbutton:backdrop:dir(rtl) > button.titlebutton, +.titlebar .inline-toolbar toolbutton:backdrop:dir(rtl) > button.titlebutton, .osd button:dir(rtl):hover, .osd button:dir(rtl):active, .osd button:dir(rtl):checked, .osd button:dir(rtl):disabled, .osd button:dir(rtl):backdrop, .osd button.suggested-action:dir(rtl), .osd button.destructive-action:dir(rtl), .inline-toolbar button:dir(rtl), .linked > button:dir(rtl), headerbar .linked > button.titlebutton:dir(rtl), +.titlebar .linked > button.titlebutton:dir(rtl), combobox.combobox-entry entry:dir(rtl), combobox.combobox-entry button:dir(rtl), .linked > combobox > button:dir(rtl) { + border-radius: 3px; } + +.osd button:first-child:hover, .osd button:first-child:active, .osd button:first-child:checked, .osd button:first-child:disabled, .osd button:first-child:backdrop, .osd button.suggested-action:first-child, .osd button.destructive-action:first-child, .inline-toolbar button:first-child, .linked > button:first-child, headerbar .linked > button.titlebutton:first-child, +.titlebar .linked > button.titlebutton:first-child, .inline-toolbar.toolbar toolbutton:first-child > button.flat, .inline-toolbar toolbutton:first-child > button.flat, .inline-toolbar.search-bar toolbutton:first-child > button.flat, .inline-toolbar.location-bar toolbutton:first-child > button.flat, .inline-toolbar headerbar toolbutton:first-child > button.titlebutton, headerbar .inline-toolbar toolbutton:first-child > button.titlebutton, +.inline-toolbar .titlebar toolbutton:first-child > button.titlebutton, +.titlebar .inline-toolbar toolbutton:first-child > button.titlebutton, +.inline-toolbar.toolbar toolbutton:backdrop:first-child > button.flat, +.inline-toolbar toolbutton:backdrop:first-child > button.flat, +.inline-toolbar.search-bar toolbutton:backdrop:first-child > button.flat, +.inline-toolbar.location-bar toolbutton:backdrop:first-child > button.flat, +.inline-toolbar headerbar toolbutton:backdrop:first-child > button.titlebutton, +headerbar .inline-toolbar toolbutton:backdrop:first-child > button.titlebutton, +.inline-toolbar .titlebar toolbutton:backdrop:first-child > button.titlebutton, +.titlebar .inline-toolbar toolbutton:backdrop:first-child > button.titlebutton, combobox.combobox-entry entry:first-child, combobox.combobox-entry button:first-child, .linked > combobox:first-child > button { + border-radius: 3px 3px 3px 3px; + border-left-style: solid; } +.osd button:last-child:hover, .osd button:last-child:active, .osd button:last-child:checked, .osd button:last-child:disabled, .osd button:last-child:backdrop, .osd button.suggested-action:last-child, .osd button.destructive-action:last-child, .inline-toolbar button:last-child, .linked > button:last-child, headerbar .linked > button.titlebutton:last-child, +.titlebar .linked > button.titlebutton:last-child, .inline-toolbar.toolbar toolbutton:last-child > button.flat, .inline-toolbar toolbutton:last-child > button.flat, .inline-toolbar.search-bar toolbutton:last-child > button.flat, .inline-toolbar.location-bar toolbutton:last-child > button.flat, .inline-toolbar headerbar toolbutton:last-child > button.titlebutton, headerbar .inline-toolbar toolbutton:last-child > button.titlebutton, +.inline-toolbar .titlebar toolbutton:last-child > button.titlebutton, +.titlebar .inline-toolbar toolbutton:last-child > button.titlebutton, +.inline-toolbar.toolbar toolbutton:backdrop:last-child > button.flat, +.inline-toolbar toolbutton:backdrop:last-child > button.flat, +.inline-toolbar.search-bar toolbutton:backdrop:last-child > button.flat, +.inline-toolbar.location-bar toolbutton:backdrop:last-child > button.flat, +.inline-toolbar headerbar toolbutton:backdrop:last-child > button.titlebutton, +headerbar .inline-toolbar toolbutton:backdrop:last-child > button.titlebutton, +.inline-toolbar .titlebar toolbutton:backdrop:last-child > button.titlebutton, +.titlebar .inline-toolbar toolbutton:backdrop:last-child > button.titlebutton, combobox.combobox-entry entry:last-child, combobox.combobox-entry button:last-child, .linked > combobox:last-child > button { + border-radius: 3px 3px 3px 3px; } + .osd button:last-child:dir(rtl):hover, .osd button:last-child:dir(rtl):active, .osd button:last-child:dir(rtl):checked, .osd button:last-child:dir(rtl):disabled, .osd button:last-child:dir(rtl):backdrop, .osd button.suggested-action:last-child:dir(rtl), .osd button.destructive-action:last-child:dir(rtl), .inline-toolbar button:last-child:dir(rtl), .linked > button:last-child:dir(rtl), headerbar .linked > button.titlebutton:last-child:dir(rtl), + .titlebar .linked > button.titlebutton:last-child:dir(rtl), .inline-toolbar toolbutton:last-child > button.flat:dir(rtl), .inline-toolbar headerbar toolbutton:last-child > button.titlebutton:dir(rtl), headerbar .inline-toolbar toolbutton:last-child > button.titlebutton:dir(rtl), + .inline-toolbar .titlebar toolbutton:last-child > button.titlebutton:dir(rtl), + .titlebar .inline-toolbar toolbutton:last-child > button.titlebutton:dir(rtl), + .inline-toolbar toolbutton:backdrop:last-child > button.flat:dir(rtl), .inline-toolbar.toolbar toolbutton:last-child:dir(rtl) > button.flat, .inline-toolbar toolbutton:last-child:dir(rtl) > button.flat, .inline-toolbar.search-bar toolbutton:last-child:dir(rtl) > button.flat, .inline-toolbar.location-bar toolbutton:last-child:dir(rtl) > button.flat, .inline-toolbar headerbar toolbutton:last-child:dir(rtl) > button.titlebutton, headerbar .inline-toolbar toolbutton:last-child:dir(rtl) > button.titlebutton, + .inline-toolbar .titlebar toolbutton:last-child:dir(rtl) > button.titlebutton, + .titlebar .inline-toolbar toolbutton:last-child:dir(rtl) > button.titlebutton, + .inline-toolbar.toolbar toolbutton:backdrop:last-child:dir(rtl) > button.flat, + .inline-toolbar toolbutton:backdrop:last-child:dir(rtl) > button.flat, + .inline-toolbar.search-bar toolbutton:backdrop:last-child:dir(rtl) > button.flat, + .inline-toolbar.location-bar toolbutton:backdrop:last-child:dir(rtl) > button.flat, + .inline-toolbar headerbar toolbutton:backdrop:last-child:dir(rtl) > button.titlebutton, + headerbar .inline-toolbar toolbutton:backdrop:last-child:dir(rtl) > button.titlebutton, + .inline-toolbar .titlebar toolbutton:backdrop:last-child:dir(rtl) > button.titlebutton, + .titlebar .inline-toolbar toolbutton:backdrop:last-child:dir(rtl) > button.titlebutton, combobox.combobox-entry entry:last-child:dir(rtl), combobox.combobox-entry button:last-child:dir(rtl), .linked > combobox:last-child > button:dir(rtl) { + border-right-style: solid; } +.osd button:only-child:hover, .osd button:only-child:active, .osd button:only-child:checked, .osd button:only-child:disabled, .osd button:only-child:backdrop, .osd button.suggested-action:only-child, .osd button.destructive-action:only-child, .inline-toolbar button:only-child, .linked > button:only-child, headerbar .linked > button.titlebutton:only-child, +.titlebar .linked > button.titlebutton:only-child, .inline-toolbar.toolbar toolbutton:only-child > button.flat, .inline-toolbar toolbutton:only-child > button.flat, .inline-toolbar.search-bar toolbutton:only-child > button.flat, .inline-toolbar.location-bar toolbutton:only-child > button.flat, .inline-toolbar headerbar toolbutton:only-child > button.titlebutton, headerbar .inline-toolbar toolbutton:only-child > button.titlebutton, +.inline-toolbar .titlebar toolbutton:only-child > button.titlebutton, +.titlebar .inline-toolbar toolbutton:only-child > button.titlebutton, +.inline-toolbar.toolbar toolbutton:backdrop:only-child > button.flat, +.inline-toolbar toolbutton:backdrop:only-child > button.flat, +.inline-toolbar.search-bar toolbutton:backdrop:only-child > button.flat, +.inline-toolbar.location-bar toolbutton:backdrop:only-child > button.flat, +.inline-toolbar headerbar toolbutton:backdrop:only-child > button.titlebutton, +headerbar .inline-toolbar toolbutton:backdrop:only-child > button.titlebutton, +.inline-toolbar .titlebar toolbutton:backdrop:only-child > button.titlebutton, +.titlebar .inline-toolbar toolbutton:backdrop:only-child > button.titlebutton, combobox.combobox-entry entry:only-child, combobox.combobox-entry button:only-child, .linked > combobox:only-child > button { + border-radius: 3px; + border-style: solid; } + +.linked.vertical > entry, .linked.vertical > button, headerbar .linked.vertical > button.titlebutton, +.titlebar .linked.vertical > button.titlebutton, .linked.vertical > button:hover, .linked.vertical > button:active, .linked.vertical > button:checked, .linked.vertical > button:backdrop, .linked.vertical > comboboxText > button, +.linked.vertical > combobox > button { + border-left-style: solid; + border-bottom-style: none; + border-radius: 3px; } + +.linked.vertical > entry:first-child, .linked.vertical > button:first-child, headerbar .linked.vertical > button.titlebutton:first-child, +.titlebar .linked.vertical > button.titlebutton:first-child, .linked.vertical > comboboxText:first-child > button, +.linked.vertical > combobox:first-child > button { + border-radius: 3px 3px 3px 3px; } +.linked.vertical > entry:last-child, .linked.vertical > button:last-child, headerbar .linked.vertical > button.titlebutton:last-child, +.titlebar .linked.vertical > button.titlebutton:last-child, .linked.vertical > comboboxText:last-child > button, +.linked.vertical > combobox:last-child > button { + border-radius: 3px 3px 3px 3px; + border-style: solid; } +.linked.vertical > entry:only-child, .linked.vertical > button:only-child, headerbar .linked.vertical > button.titlebutton:only-child, +.titlebar .linked.vertical > button.titlebutton:only-child, .linked.vertical > comboboxText:only-child > button, +.linked.vertical > combobox:only-child > button { + border-radius: 3px; + border-style: solid; } + +menuitem.button.flat, headerbar menuitem.titlebutton.button, +.titlebar menuitem.titlebutton.button, menuitem.button.flat:backdrop, menuitem.button.flat:backdrop:hover, headerbar menuitem.titlebutton.button:backdrop:hover, +.titlebar menuitem.titlebutton.button:backdrop:hover, button:link, headerbar button.titlebutton:link, +.titlebar button.titlebutton:link, button:visited, headerbar button.titlebutton:visited, +.titlebar button.titlebutton:visited, button:link:hover, button:link:active, button:link:checked, button:visited:hover, button:visited:active, button:visited:checked, button:link:backdrop, button:visited:backdrop, menu.button, headerbar menu.button.titlebutton, +.titlebar menu.button.titlebutton, list-row.button, headerbar list-row.button.titlebutton, +.titlebar list-row.button.titlebutton, +list-row.button:backdrop, +list-row.button:backdrop:active, +list-row.button:backdrop:checked, +list-row.button:backdrop:disabled, +list-row.button:backdrop:disabled:active, +list-row.button:backdrop:disabled:checked, +list-row.button:disabled:active, +list-row.button:disabled:checked, .app-notification button.flat, .app-notification headerbar .titlebutton.button, headerbar .app-notification .titlebutton.button, +.app-notification .titlebar .titlebutton.button, +.titlebar .app-notification .titlebutton.button, +.app-notification.frame button.flat, .app-notification button.flat:backdrop, .app-notification button.flat:disabled, .app-notification button.flat:backdrop:disabled, .app-notification headerbar .titlebutton.button:backdrop:disabled, headerbar .app-notification .titlebutton.button:backdrop:disabled, +.app-notification .titlebar .titlebutton.button:backdrop:disabled, +.titlebar .app-notification .titlebutton.button:backdrop:disabled, +.app-notification.frame button.flat:backdrop, +.app-notification.frame headerbar button.titlebutton:backdrop, +headerbar .app-notification.frame button.titlebutton:backdrop, +.app-notification.frame .titlebar button.titlebutton:backdrop, +.titlebar .app-notification.frame button.titlebutton:backdrop, +.app-notification.frame button.flat:disabled, +.app-notification.frame headerbar button.titlebutton:disabled, +headerbar .app-notification.frame button.titlebutton:disabled, +.app-notification.frame .titlebar button.titlebutton:disabled, +.titlebar .app-notification.frame button.titlebutton:disabled, +.app-notification.frame button.flat:backdrop:disabled, calendar.button, headerbar calendar.button.titlebutton, +.titlebar calendar.button.titlebutton, calendar.button:hover, calendar.button:backdrop, scale-popup button:hover, scale-popup button:backdrop, scale-popup button:backdrop:hover, scale-popup button:backdrop:disabled { + border-color: transparent; + background-color: transparent; + background-image: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); + text-shadow: none; + -gtk-icon-shadow: none; } + +/* menu buttons */ +menuitem.button.flat, headerbar menuitem.titlebutton.button, +.titlebar menuitem.titlebutton.button { + outline-offset: -1px; } + menuitem.button.flat:hover, headerbar menuitem.titlebutton.button:hover, + .titlebar menuitem.titlebutton.button:hover { + background-color: #44494d; } + +button.color, headerbar button.color.titlebutton, +.titlebar button.color.titlebutton { + padding: 5px; } + button.color colorswatch:first-child:last-child { + border-radius: 0; + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px rgba(238, 239, 240, 0.1); } + button.color colorswatch:first-child:last-child:disabled, button.color colorswatch:first-child:last-child:backdrop { + box-shadow: none; } + +/********* + * Links * + *********/ +*:link, button:link, headerbar button.titlebutton:link, +.titlebar button.titlebutton:link, button:visited, headerbar button.titlebutton:visited, +.titlebar button.titlebutton:visited { + color: #98d4f3; } + *:link:visited, button:visited, headerbar button.titlebutton:visited, + .titlebar button.titlebutton:visited { + color: #6bc0ed; } + *:selected *:link:visited, *:selected button:visited { + color: #a7d5ed; } + *:link:hover, button:hover:link, button:hover:visited { + color: #c6e7f8; } + *:selected *:link:hover, *:selected button:hover:link, *:selected button:hover:visited { + color: #dce8ef; } + *:link:active, button:active:link, button:active:visited { + color: #98d4f3; } + *:selected *:link:active, *:selected button:active:link, *:selected button:active:visited { + color: #cbe2ee; } + *:link:backdrop, button:backdrop:link, button:backdrop:visited, *:link:backdrop:hover, button:backdrop:hover:link, button:backdrop:hover:visited, *:link:backdrop:hover:selected, button:backdrop:hover:selected:link, button:backdrop:hover:selected:visited, .titlebar.selection-mode .subtitle:backdrop:hover:link, + headerbar.selection-mode .subtitle:backdrop:hover:link { + color: #888888; } + *:link:selected, button:selected:link, button:selected:visited, .titlebar.selection-mode .subtitle:link, + headerbar.selection-mode .subtitle:link, *:selected *:link, *:selected button:link, *:selected button:visited { + color: #cbe2ee; } + +button:link, headerbar button.titlebutton:link, +.titlebar button.titlebutton:link, button:visited, headerbar button.titlebutton:visited, +.titlebar button.titlebutton:visited { + text-shadow: none; } + button:link:hover, button:link:active, button:link:checked, button:visited:hover, button:visited:active, button:visited:checked { + text-shadow: none; } + +/***************** + * GtkSpinButton * + *****************/ +spinbutton button, spinbutton headerbar button.titlebutton, headerbar spinbutton button.titlebutton, +spinbutton .titlebar button.titlebutton, +.titlebar spinbutton button.titlebutton { + background-image: none; + border-style: none none none solid; + border-color: rgba(105, 109, 113, 0.3); + color: #dadbdc; + border-radius: 0; + box-shadow: none; } + spinbutton button:dir(rtl) { + border-style: none solid none none; } + spinbutton button:hover { + color: #EEEFF0; + background-color: rgba(238, 239, 240, 0.05); } + spinbutton button:disabled { + color: rgba(144, 147, 150, 0.3); } + spinbutton button:active { + box-shadow: inset 0 2px 3px -1px rgba(0, 0, 0, 0.2); + background-color: rgba(0, 0, 0, 0.1); } + spinbutton button:backdrop { + color: #5a5e62; + border-color: rgba(99, 104, 108, 0.3); + background-color: transparent; } + spinbutton button:backdrop:disabled { + background-image: none; + color: rgba(84, 92, 101, 0.3); + border-style: none none none solid; } + spinbutton button:backdrop:disabled:dir(rtl) { + border-style: none solid none none; } +.osd spinbutton button { + border-color: rgba(255, 255, 255, 0); + background-color: transparent; + background-image: none; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; + color: #EEEFF0; + border-style: none none none solid; + border-color: rgba(0, 0, 0, 0.4); + border-radius: 0; + box-shadow: none; + -gtk-icon-shadow: 0 1px black; } + .osd spinbutton button:dir(rtl) { + border-style: none solid none none; } + .osd spinbutton button:hover { + border-color: rgba(255, 255, 255, 0); + background-color: transparent; + background-image: none; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; + color: #EEEFF0; + border-color: rgba(0, 0, 0, 0.5); + background-color: rgba(238, 239, 240, 0.1); + -gtk-icon-shadow: 0 1px black; + box-shadow: none; } + .osd spinbutton button:backdrop { + border-color: rgba(255, 255, 255, 0); + background-color: transparent; + background-image: none; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; + color: #EEEFF0; + border-color: rgba(0, 0, 0, 0.5); + -gtk-icon-shadow: none; + box-shadow: none; } + .osd spinbutton button:disabled { + border-color: rgba(255, 255, 255, 0); + background-color: transparent; + background-image: none; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; + color: #898b8d; + border-color: rgba(0, 0, 0, 0.5); + -gtk-icon-shadow: none; + box-shadow: none; } + .osd spinbutton button:last-child { + border-radius: 0 3px 3px 0; } + .osd spinbutton button:dir(rtl):first-child { + border-radius: 3px 0 0 3px; } +spinbutton.vertical button, spinbutton.vertical:dir(rtl) button { + padding-top: 8px; + padding-bottom: 8px; } + spinbutton.vertical button:first-child, spinbutton.vertical:dir(rtl) button:first-child { + box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); + color: #EEEFF0; + border-color: #6d6d6d; + background-image: linear-gradient(to bottom, #363b41, #363636); } + spinbutton.vertical button:first-child:active, spinbutton.vertical:dir(rtl) button:first-child:active { + color: #363636; + border-color: #6d6d6d; + background-image: linear-gradient(to bottom, #888888, shade(#888888, 0.8)); } + spinbutton.vertical button:first-child:hover, spinbutton.vertical:dir(rtl) button:first-child:hover { + color: #EEEFF0; + border-color: #888888; + background-image: linear-gradient(to bottom, #363636, #363636); } + spinbutton.vertical button:first-child:disabled, spinbutton.vertical:dir(rtl) button:first-child:disabled { + color: #909396; + border-color: #6d6d6d; + background-image: linear-gradient(to bottom, #3a3f44); + text-shadow: none; + -gtk-icon-shadow: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0); } + spinbutton.vertical button:first-child:disabled > .label, spinbutton.vertical headerbar button.titlebutton:first-child:disabled > .label, + spinbutton.vertical .titlebar button.titlebutton:first-child:disabled > .label, spinbutton.vertical:dir(rtl) button:first-child:disabled > .label, spinbutton.vertical:dir(rtl) headerbar button.titlebutton:first-child:disabled > .label, + spinbutton.vertical:dir(rtl) .titlebar button.titlebutton:first-child:disabled > .label { + color: inherit; } + spinbutton.vertical button:first-child:backdrop, spinbutton.vertical:dir(rtl) button:first-child:backdrop { + color: #EEEFF0; + border-color: #6d6d6d; + background-image: linear-gradient(to bottom, #363636); + text-shadow: none; + -gtk-icon-shadow: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0); } + spinbutton.vertical button:last-child, spinbutton.vertical:dir(rtl) button:last-child { + box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); + color: #EEEFF0; + border-color: #6d6d6d; + background-image: linear-gradient(to bottom, #363b41, #363636); } + spinbutton.vertical button:last-child:active, spinbutton.vertical:dir(rtl) button:last-child:active { + color: #363636; + border-color: #6d6d6d; + background-image: linear-gradient(to bottom, #888888, shade(#888888, 0.8)); } + spinbutton.vertical button:last-child:hover, spinbutton.vertical:dir(rtl) button:last-child:hover { + color: #EEEFF0; + border-color: #888888; + background-image: linear-gradient(to bottom, #363636, #363636); } + spinbutton.vertical button:last-child:disabled, spinbutton.vertical:dir(rtl) button:last-child:disabled { + color: #909396; + border-color: #6d6d6d; + background-image: linear-gradient(to bottom, #3a3f44); + text-shadow: none; + -gtk-icon-shadow: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 239, 240, 0.1); } + spinbutton.vertical button:last-child:disabled > .label, spinbutton.vertical headerbar button.titlebutton:last-child:disabled > .label, + spinbutton.vertical .titlebar button.titlebutton:last-child:disabled > .label, spinbutton.vertical:dir(rtl) button:last-child:disabled > .label, spinbutton.vertical:dir(rtl) headerbar button.titlebutton:last-child:disabled > .label, + spinbutton.vertical:dir(rtl) .titlebar button.titlebutton:last-child:disabled > .label { + color: inherit; } + spinbutton.vertical button:last-child:backdrop, spinbutton.vertical:dir(rtl) button:last-child:backdrop { + color: #EEEFF0; + border-color: #6d6d6d; + background-image: linear-gradient(to bottom, #363636); + text-shadow: none; + -gtk-icon-shadow: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 239, 240, 0); } + spinbutton.vertical button:backdrop:disabled, spinbutton.vertical:dir(rtl) button:backdrop:disabled { + color: #545c65; + border-color: #63686c; + background-image: linear-gradient(to bottom, #3a3f44); + text-shadow: none; + -gtk-icon-shadow: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0); } + spinbutton.vertical button:backdrop:disabled > .label, spinbutton.vertical headerbar button.titlebutton:backdrop:disabled > .label, + spinbutton.vertical .titlebar button.titlebutton:backdrop:disabled > .label, spinbutton.vertical:dir(rtl) button:backdrop:disabled > .label, spinbutton.vertical:dir(rtl) headerbar button.titlebutton:backdrop:disabled > .label, + spinbutton.vertical:dir(rtl) .titlebar button.titlebutton:backdrop:disabled > .label { + color: inherit; } +spinbutton.vertical.entry, spinbutton.vertical:dir(rtl).entry { + border-radius: 0; + padding-left: 3px; + padding-right: 3px; } +spinbutton.vertical button:first-child, spinbutton.vertical:dir(rtl) button:first-child, spinbutton.vertical button:first-child:active, spinbutton.vertical:dir(rtl) button:first-child:active, spinbutton.vertical button:first-child:hover, spinbutton.vertical:dir(rtl) button:first-child:hover, spinbutton.vertical button:first-child:disabled, spinbutton.vertical:dir(rtl) button:first-child:disabled, spinbutton.vertical button:first-child:backdrop, spinbutton.vertical:dir(rtl) button:first-child:backdrop, spinbutton.vertical:dir(rtl) button:first-child, spinbutton.vertical:dir(rtl) button:first-child:active, spinbutton.vertical:dir(rtl) button:first-child:hover, spinbutton.vertical:dir(rtl) button:first-child:disabled, spinbutton.vertical:dir(rtl) button:first-child:backdrop { + border-radius: 3px 3px 0 0; + border-style: solid solid none solid; } +spinbutton.vertical button:last-child, spinbutton.vertical:dir(rtl) button:last-child, spinbutton.vertical button:last-child:active, spinbutton.vertical:dir(rtl) button:last-child:active, spinbutton.vertical button:last-child:hover, spinbutton.vertical:dir(rtl) button:last-child:hover, spinbutton.vertical button:last-child:disabled, spinbutton.vertical:dir(rtl) button:last-child:disabled, spinbutton.vertical button:last-child:backdrop, spinbutton.vertical:dir(rtl) button:last-child:backdrop, spinbutton.vertical:dir(rtl) button:last-child, spinbutton.vertical:dir(rtl) button:last-child:active, spinbutton.vertical:dir(rtl) button:last-child:hover, spinbutton.vertical:dir(rtl) button:last-child:disabled, spinbutton.vertical:dir(rtl) button:last-child:backdrop { + border-radius: 0 0 3px 3px; + border-style: none solid solid solid; } +treeview spinbutton.entry, treeview spinbutton.entry:focus { + padding: 1px; + border-width: 1px 0; + border-color: #888888; + border-radius: 0; + box-shadow: none; } + +/************** + * ComboBoxes * + **************/ +combobox { + -combobox-arrow-scaling: 0.5; + -combobox-shadow-type: none; + box-shadow: 0 1px rgba(238, 239, 240, 0.1); } + combobox > button, headerbar combobox > button.titlebutton, + .titlebar combobox > button.titlebutton { + padding-top: 3px; + padding-bottom: 4px; } + combobox:disabled { + color: #909396; + text-shadow: none; + -gtk-icon-shadow: none; } + combobox:backdrop { + color: #606468; + text-shadow: none; + -gtk-icon-shadow: none; } + combobox:backdrop:disabled { + color: #545c65; } + combobox menuitem { + text-shadow: none; } + combobox .separator.vertical, combobox placessidebar.sidebar .view .vertical.separator, placessidebar.sidebar .view combobox .vertical.separator { + -GtkWidget-wide-separators: true; } + +/************ + * Toolbars * + ************/ +.toolbar, .inline-toolbar, .search-bar, .location-bar { + -GtkWidget-window-dragging: true; + padding: 4px; + background-color: #363636; } + .osd .toolbar, .osd .inline-toolbar, .osd .search-bar, .osd .location-bar, .toolbar.osd, .osd.inline-toolbar, .osd.search-bar, .osd.location-bar { + padding: 13px; + border: none; + border-radius: 5px; + background-color: rgba(35, 38, 41, 0.8); } + +.inline-toolbar { + border-width: 0 1px 1px; + padding: 3px; + border-radius: 0 0 3px 3px; } + +.search-bar, .location-bar { + border-width: 0 0 1px; + padding: 3px; } + +.inline-toolbar, .search-bar, .location-bar { + border-style: solid; + border-color: #6d6d6d; + text-shadow: none; + background-color: #363636; } + .inline-toolbar:backdrop, .search-bar:backdrop, .location-bar:backdrop { + border-color: #63686c; + background-color: #43484c; + box-shadow: none; } + +/*************** + * Header bars * + ***************/ +.titlebar, +headerbar { + padding: 2px 6px; + border-width: 0px 0px 2px 0px; + border-style: solid; + border-color: #888888; + border-radius: 0; + color: #EEEFF0; + background-image: none; + background-color: #363636; + box-shadow: none; } + .titlebar:backdrop, + headerbar:backdrop { + border-color: transparent; + background-color: #363636; + background-image: none; + box-shadow: none; + color: #606468; } + .titlebar .path-bar button, + headerbar .path-bar button { + color: #EEEFF0; } + .titlebar button, + .titlebar button.titlebutton, + headerbar button, + headerbar button.titlebutton { + background-color: #363636; + color: #EEEFF0; + background-image: none; + border-color: transparent; + box-shadow: none; } + .titlebar button.flat, + .titlebar .titlebutton.button, + headerbar button.flat, + headerbar .titlebutton.button { + border-color: rgba(255, 255, 255, 0); + background-color: transparent; + background-image: none; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; } + .titlebar button:hover, + headerbar button:hover { + border-color: #888888; } + .titlebar button:active, .titlebar button:checked, + headerbar button:active, + headerbar button:checked { + color: #363636; + border-color: #6d6d6d; + background-image: linear-gradient(to bottom, #888888, shade(#888888, 0.8)); + border-color: #363636; + box-shadow: none; } + .titlebar button:active:hover, .titlebar button:checked:hover, + headerbar button:active:hover, + headerbar button:checked:hover { + color: #363636; + border-color: #6d6d6d; + background-image: linear-gradient(to bottom, #888888, #888888); + border-color: #363636; + box-shadow: none; } + .titlebar button:active:backdrop, .titlebar button:checked:backdrop, + headerbar button:active:backdrop, + headerbar button:checked:backdrop { + background-image: none; + background-color: #363636; + border-color: #363636; } + .titlebar button.suggested-action, + headerbar button.suggested-action { + background-color: shade(#888888, 1.1); } + .titlebar button.suggested-action:hover, + headerbar button.suggested-action:hover { + background-color: #888888; } + .titlebar button.suggested-action:disabled, + headerbar button.suggested-action:disabled { + background-color: #363636; + color: shade(#EEEFF0, 0.5); } + .titlebar button.suggested-action:disabled:active, .titlebar button.suggested-action:disabled:checked, + headerbar button.suggested-action:disabled:active, + headerbar button.suggested-action:disabled:checked { + background-color: #363636; + color: shade(#EEEFF0, 0.5); } + .titlebar button:backdrop, + headerbar button:backdrop { + background-color: #363636; + color: #606468; } + .titlebar button.flat:backdrop, + .titlebar .titlebutton.button:backdrop, .titlebar button.flat:backdrop:disabled, + .titlebar .titlebutton.button:backdrop:disabled, .titlebar button:disabled:backdrop, + headerbar button.flat:backdrop, + headerbar .titlebutton.button:backdrop, + headerbar button.flat:backdrop:disabled, + headerbar .titlebutton.button:backdrop:disabled, + headerbar button:disabled:backdrop { + background-image: none; + background-color: #363636; + color: #606468; } + .titlebar button.flat:disabled, + .titlebar .titlebutton.button:disabled, + headerbar button.flat:disabled, + headerbar .titlebutton.button:disabled { + border-color: rgba(255, 255, 255, 0); + background-color: transparent; + background-image: none; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; } + .titlebar button:disabled, + headerbar button:disabled { + background-color: #363636; + color: shade(#EEEFF0, 0.5); } + .titlebar button:disabled:active, .titlebar button:disabled:checked, + headerbar button:disabled:active, + headerbar button:disabled:checked { + color: #909396; + border-color: #6d6d6d; + background-image: linear-gradient(to bottom, #3f4449, #3a3f44); } + .titlebar button:disabled:active > .label, .titlebar headerbar button.titlebutton:disabled:active > .label, .titlebar button:disabled:checked > .label, .titlebar headerbar button.titlebutton:disabled:checked > .label, + headerbar button:disabled:active > .label, + headerbar .titlebar button.titlebutton:disabled:active > .label, + headerbar button:disabled:checked > .label, + headerbar .titlebar button.titlebutton:disabled:checked > .label { + color: inherit; } + .titlebar .title, + headerbar .title { + font-weight: normal; + padding: 0px 12px; } + .titlebar .subtitle, + headerbar .subtitle { + font-size: smaller; + padding: 0 12px; } + .titlebar .header-bar-separator, .titlebar > box > .separator.vertical, + placessidebar.sidebar .view .titlebar > box > .vertical.separator:backdrop, + headerbar .header-bar-separator, + headerbar > box > .separator.vertical, + placessidebar.sidebar .view headerbar > box > .vertical.separator:backdrop { + -GtkWidget-wide-separators: true; + -GtkWidget-separator-width: 1px; + border-width: 0 1px; + border-image: linear-gradient(to bottom, rgba(105, 109, 113, 0), #6d6d6d 30%, #6d6d6d 70%, rgba(105, 109, 113, 0) 100%) 0 1/0 1px stretch; } + .titlebar .header-bar-separator:backdrop, .titlebar > box > .separator.vertical:backdrop, + headerbar .header-bar-separator:backdrop, + headerbar > box > .separator.vertical:backdrop { + border-image: linear-gradient(to bottom, rgba(99, 104, 108, 0.5)) 0 1/1px 1px; } + .titlebar.selection-mode, + headerbar.selection-mode { + color: #EEEFF0; + text-shadow: none; + border-color: #888888; + background-image: none; + background-color: #363636; + box-shadow: none; } + .titlebar.selection-mode:backdrop, + headerbar.selection-mode:backdrop { + background-image: none; + background-color: #363636; + box-shadow: none; } + .titlebar.selection-mode button, + headerbar.selection-mode button { + box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); + color: #EEEFF0; + border-color: #888888; + background-image: linear-gradient(to bottom, #46b1e9, #3dade8); } + .titlebar.selection-mode button.flat, + .titlebar.selection-mode .titlebutton.button, + headerbar.selection-mode button.flat, + headerbar.selection-mode .titlebutton.button { + border-color: rgba(255, 255, 255, 0); + background-color: transparent; + background-image: none; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; } + .titlebar.selection-mode button:hover, + headerbar.selection-mode button:hover { + color: #EEEFF0; + border-color: #888888; + background-image: linear-gradient(to bottom, #3dade8, #3dade8); } + .titlebar.selection-mode button:active, .titlebar.selection-mode button:checked, + headerbar.selection-mode button:active, + headerbar.selection-mode button:checked { + color: #363636; + border-color: #888888; + background-image: linear-gradient(to bottom, #888888, shade(#888888, 0.8)); } + .titlebar.selection-mode button:backdrop, .titlebar.selection-mode button.flat:backdrop, + .titlebar.selection-mode .titlebutton.button:backdrop, + headerbar.selection-mode button:backdrop, + headerbar.selection-mode button.flat:backdrop, + headerbar.selection-mode .titlebutton.button:backdrop { + color: #EEEFF0; + border-color: #888888; + background-image: linear-gradient(to bottom, #888888); + text-shadow: none; + -gtk-icon-shadow: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 239, 240, 0); + -gtk-icon-effect: none; + border-color: #888888; } + .titlebar.selection-mode button:backdrop:active, .titlebar.selection-mode button:backdrop:checked, .titlebar.selection-mode button.flat:backdrop:active, + .titlebar.selection-mode .titlebutton.button:backdrop:active, .titlebar.selection-mode button.flat:backdrop:checked, + .titlebar.selection-mode .titlebutton.button:backdrop:checked, + headerbar.selection-mode button:backdrop:active, + headerbar.selection-mode button:backdrop:checked, + headerbar.selection-mode button.flat:backdrop:active, + headerbar.selection-mode .titlebutton.button:backdrop:active, + headerbar.selection-mode button.flat:backdrop:checked, + headerbar.selection-mode .titlebutton.button:backdrop:checked { + color: #606468; + border-color: #888888; + background-image: linear-gradient(to bottom, #1a97d8); + box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 239, 240, 0); + border-color: #888888; } + .titlebar.selection-mode button:backdrop:disabled, .titlebar.selection-mode button.flat:backdrop:disabled, + .titlebar.selection-mode .titlebutton.button:backdrop:disabled, + headerbar.selection-mode button:backdrop:disabled, + headerbar.selection-mode button.flat:backdrop:disabled, + headerbar.selection-mode .titlebutton.button:backdrop:disabled { + color: #78b7d8; + border-color: #888888; + background-image: linear-gradient(to bottom, #3999cb); + text-shadow: none; + -gtk-icon-shadow: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0); + border-color: #888888; } + .titlebar.selection-mode button:backdrop:disabled > .label, .titlebar.selection-mode headerbar button.titlebutton:backdrop:disabled > .label, .titlebar.selection-mode button.flat:backdrop:disabled > .label, .titlebar.selection-mode headerbar .titlebutton.button:backdrop:disabled > .label, + .titlebar.selection-mode .titlebutton.button:backdrop:disabled > .label, + headerbar.selection-mode button:backdrop:disabled > .label, + headerbar.selection-mode .titlebar button.titlebutton:backdrop:disabled > .label, + headerbar.selection-mode button.flat:backdrop:disabled > .label, + headerbar.selection-mode .titlebutton.button:backdrop:disabled > .label, + headerbar.selection-mode .titlebar .titlebutton.button:backdrop:disabled > .label { + color: inherit; } + .titlebar.selection-mode button:backdrop:disabled:active, .titlebar.selection-mode button:backdrop:disabled:checked, .titlebar.selection-mode button.flat:backdrop:disabled:active, + .titlebar.selection-mode .titlebutton.button:backdrop:disabled:active, .titlebar.selection-mode button.flat:backdrop:disabled:checked, + .titlebar.selection-mode .titlebutton.button:backdrop:disabled:checked, + headerbar.selection-mode button:backdrop:disabled:active, + headerbar.selection-mode button:backdrop:disabled:checked, + headerbar.selection-mode button.flat:backdrop:disabled:active, + headerbar.selection-mode .titlebutton.button:backdrop:disabled:active, + headerbar.selection-mode button.flat:backdrop:disabled:checked, + headerbar.selection-mode .titlebutton.button:backdrop:disabled:checked { + color: #73aecd; + border-color: #888888; + background-image: linear-gradient(to bottom, #318bba); + border-color: #888888; } + .titlebar.selection-mode button:backdrop:disabled:active > .label, .titlebar.selection-mode headerbar button.titlebutton:backdrop:disabled:active > .label, .titlebar.selection-mode button:backdrop:disabled:checked > .label, .titlebar.selection-mode headerbar button.titlebutton:backdrop:disabled:checked > .label, .titlebar.selection-mode button.flat:backdrop:disabled:active > .label, .titlebar.selection-mode headerbar .titlebutton.button:backdrop:disabled:active > .label, + .titlebar.selection-mode .titlebutton.button:backdrop:disabled:active > .label, .titlebar.selection-mode button.flat:backdrop:disabled:checked > .label, .titlebar.selection-mode headerbar .titlebutton.button:backdrop:disabled:checked > .label, + .titlebar.selection-mode .titlebutton.button:backdrop:disabled:checked > .label, + headerbar.selection-mode button:backdrop:disabled:active > .label, + headerbar.selection-mode .titlebar button.titlebutton:backdrop:disabled:active > .label, + headerbar.selection-mode button:backdrop:disabled:checked > .label, + headerbar.selection-mode .titlebar button.titlebutton:backdrop:disabled:checked > .label, + headerbar.selection-mode button.flat:backdrop:disabled:active > .label, + headerbar.selection-mode .titlebutton.button:backdrop:disabled:active > .label, + headerbar.selection-mode .titlebar .titlebutton.button:backdrop:disabled:active > .label, + headerbar.selection-mode button.flat:backdrop:disabled:checked > .label, + headerbar.selection-mode .titlebutton.button:backdrop:disabled:checked > .label, + headerbar.selection-mode .titlebar .titlebutton.button:backdrop:disabled:checked > .label { + color: inherit; } + .titlebar.selection-mode button.flat:backdrop, + .titlebar.selection-mode .titlebutton.button:backdrop, .titlebar.selection-mode button.flat:disabled, + .titlebar.selection-mode .titlebutton.button:disabled, .titlebar.selection-mode button.flat:disabled:backdrop, + .titlebar.selection-mode .titlebutton.button:disabled:backdrop, + headerbar.selection-mode button.flat:backdrop, + headerbar.selection-mode .titlebutton.button:backdrop, + headerbar.selection-mode button.flat:disabled, + headerbar.selection-mode .titlebutton.button:disabled, + headerbar.selection-mode button.flat:disabled:backdrop, + headerbar.selection-mode .titlebutton.button:disabled:backdrop { + border-color: rgba(255, 255, 255, 0); + background-color: transparent; + background-image: none; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; } + .titlebar.selection-mode button:disabled, + headerbar.selection-mode button:disabled { + color: #909396; + border-color: #888888; + background-image: linear-gradient(to bottom, #3999cb); + text-shadow: none; + -gtk-icon-shadow: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 239, 240, 0.1); } + .titlebar.selection-mode button:disabled > .label, .titlebar.selection-mode headerbar button.titlebutton:disabled > .label, + headerbar.selection-mode button:disabled > .label, + headerbar.selection-mode .titlebar button.titlebutton:disabled > .label { + color: inherit; } + .titlebar.selection-mode button:disabled:active, .titlebar.selection-mode button:disabled:checked, + headerbar.selection-mode button:disabled:active, + headerbar.selection-mode button:disabled:checked { + color: #a2c7da; + border-color: #888888; + background-image: linear-gradient(to bottom, #328ebf, #318bba); } + .titlebar.selection-mode button:disabled:active > .label, .titlebar.selection-mode headerbar button.titlebutton:disabled:active > .label, .titlebar.selection-mode button:disabled:checked > .label, .titlebar.selection-mode headerbar button.titlebutton:disabled:checked > .label, + headerbar.selection-mode button:disabled:active > .label, + headerbar.selection-mode .titlebar button.titlebutton:disabled:active > .label, + headerbar.selection-mode button:disabled:checked > .label, + headerbar.selection-mode .titlebar button.titlebutton:disabled:checked > .label { + color: inherit; } + .titlebar.selection-mode button.suggested-action, + headerbar.selection-mode button.suggested-action { + box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); + color: #EEEFF0; + border-color: #6d6d6d; + background-image: linear-gradient(to bottom, #363b41, #363636); + border-color: #888888; } + .titlebar.selection-mode button.suggested-action:hover, + headerbar.selection-mode button.suggested-action:hover { + color: #EEEFF0; + border-color: #888888; + background-image: linear-gradient(to bottom, #363636, #363636); + border-color: #888888; } + .titlebar.selection-mode button.suggested-action:active, + headerbar.selection-mode button.suggested-action:active { + color: #363636; + border-color: #6d6d6d; + background-image: linear-gradient(to bottom, #888888, shade(#888888, 0.8)); + border-color: #888888; } + .titlebar.selection-mode button.suggested-action:disabled, + headerbar.selection-mode button.suggested-action:disabled { + color: #909396; + border-color: #6d6d6d; + background-image: linear-gradient(to bottom, #3a3f44); + text-shadow: none; + -gtk-icon-shadow: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 239, 240, 0.1); + border-color: #888888; } + .titlebar.selection-mode button.suggested-action:disabled > .label, .titlebar.selection-mode headerbar .suggested-action.button.titlebutton:disabled > .label, + headerbar.selection-mode button.suggested-action:disabled > .label, + headerbar.selection-mode .titlebar .suggested-action.button.titlebutton:disabled > .label { + color: inherit; } + .titlebar.selection-mode button.suggested-action:backdrop, + headerbar.selection-mode button.suggested-action:backdrop { + color: #EEEFF0; + border-color: #6d6d6d; + background-image: linear-gradient(to bottom, #363636); + text-shadow: none; + -gtk-icon-shadow: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 239, 240, 0); + border-color: #888888; } + .titlebar.selection-mode button.suggested-action:backdrop:disabled, + headerbar.selection-mode button.suggested-action:backdrop:disabled { + color: #545c65; + border-color: #63686c; + background-image: linear-gradient(to bottom, #3a3f44); + text-shadow: none; + -gtk-icon-shadow: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0); + border-color: #888888; } + .titlebar.selection-mode button.suggested-action:backdrop:disabled > .label, .titlebar.selection-mode headerbar .suggested-action.button.titlebutton:backdrop:disabled > .label, + headerbar.selection-mode button.suggested-action:backdrop:disabled > .label, + headerbar.selection-mode .titlebar .suggested-action.button.titlebutton:backdrop:disabled > .label { + color: inherit; } + .titlebar.selection-mode .selection-menu, .titlebar.selection-mode .selection-menu:backdrop, + headerbar.selection-mode .selection-menu, + headerbar.selection-mode .selection-menu:backdrop { + border-color: rgba(61, 173, 232, 0); + background-image: linear-gradient(to bottom, rgba(61, 173, 232, 0)); + box-shadow: none; + padding-left: 10px; + padding-right: 10px; } + .titlebar.selection-mode .selection-menu arrow, .titlebar.selection-mode .selection-menu:backdrop arrow, + headerbar.selection-mode .selection-menu arrow, + headerbar.selection-mode .selection-menu:backdrop arrow { + -arrow-arrow-scaling: 1; } + .titlebar.selection-mode .selection-menu .arrow, + headerbar.selection-mode .selection-menu .arrow { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); + color: rgba(238, 239, 240, 0.5); + -gtk-icon-shadow: none; } + .tiled .titlebar, .maximized .titlebar, .tiled + headerbar, .maximized + headerbar { + border-radius: 0; } + .titlebar.default-decoration, + headerbar.default-decoration { + padding: 4px; } + .titlebar.default-decoration button, + headerbar.default-decoration button { + padding: 5px; } + +/************ + * Pathbars * + ************/ +.path-bar button, .path-bar headerbar button.titlebutton, headerbar .path-bar button.titlebutton, +.path-bar .titlebar button.titlebutton, +.titlebar .path-bar button.titlebutton { + padding: 5px 6px 6px; + border-color: rgba(255, 255, 255, 0); + background-color: transparent; + background-image: none; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; + color: #EEEFF0; } + .path-bar button:hover { + border-color: #888888; } + .path-bar button:active, .path-bar button:checked { + background-color: #6d6d6d; } + .path-bar button:first-child { + padding-left: 8px; } + .path-bar button:last-child { + padding-right: 8px; } + .path-bar button:only-child { + padding-left: 12px; + padding-right: 12px; } + .path-bar button .label:last-child { + padding-left: 2px; } + .path-bar button .label:first-child { + padding-right: 2px; } + .path-bar button .label:only-child { + padding-right: 0; + padding-left: 0; } + .path-bar button image, .path-bar headerbar button.titlebutton image, headerbar .path-bar button.titlebutton image, + .path-bar .titlebar button.titlebutton image, + .titlebar .path-bar button.titlebutton image { + padding-top: 1px; } + +/************** + * Tree Views * + **************/ +treeview.view { + -GtkTreeView-grid-line-width: 1; + -GtkTreeView-grid-line-pattern: ''; + -GtkTreeView-tree-line-width: 1; + -GtkTreeView-tree-line-pattern: ''; + -GtkTreeView-expander-size: 16; + border-left-color: #898b8d; + border-top-color: #363636; } + treeview.view:selected { + border-radius: 0; } + treeview.view:selected, treeview.view:backdrop:selected { + border-left-color: #96ceec; + border-top-color: rgba(238, 239, 240, 0.1); } + treeview.view:disabled { + color: #909396; } + treeview.view:disabled:selected { + color: #84c7eb; } + treeview.view:disabled:selected:backdrop { + color: #72c1ea; } + treeview.view:disabled:backdrop { + color: #545c65; } + treeview.view.separator:backdrop { + color: rgba(0, 0, 0, 0.1); } + treeview.view:backdrop { + border-left-color: #494d52; + border-top: #363636; } + treeview.view.dnd { + border-style: solid none; + border-width: 1px; + border-color: #96ceec; } + treeview.view.expander { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); + color: #b1b3b4; } + treeview.view.expander:dir(rtl) { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } + treeview.view.expander:hover { + color: #EEEFF0; } + treeview.view.expander:selected { + color: #b9dbee; } + treeview.view.expander:selected:hover { + color: #EEEFF0; } + treeview.view.expander:selected:backdrop { + color: #b9dbee; } + treeview.view.expander:checked { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } + treeview.view.expander:backdrop { + color: #4e5256; } + treeview.view.progressbar { + border: 1px solid #888888; + border-radius: 4px; + background-image: linear-gradient(to bottom, #888888, #1a97d8); + box-shadow: inset 0 1px rgba(255, 255, 255, 0.15), 0 1px rgba(0, 0, 0, 0.1); } + treeview.view.progressbar:selected { + box-shadow: inset 0 1px rgba(255, 255, 255, 0.05); + background-image: linear-gradient(to bottom, #262626, #0c0d0d); } + treeview.view.progressbar:selected:backdrop { + border-color: #25292c; + background-color: #25292c; } + treeview.view.progressbar:backdrop { + border-color: #25292c; + background-image: none; + box-shadow: none; } + treeview.view.trough { + background-color: rgba(238, 239, 240, 0.1); + border-radius: 4px; } + treeview.view.trough:selected { + background-color: #1a97d8; } + +column-header button, column-header headerbar button.titlebutton, headerbar column-header button.titlebutton, +column-header .titlebar button.titlebutton, +.titlebar column-header button.titlebutton { + color: #898b8d; + background-color: #262626; + font-weight: bold; + text-shadow: none; + box-shadow: none; } + column-header button:hover, column-header headerbar button.titlebutton:hover, headerbar column-header button.titlebutton:hover, + column-header .titlebar button.titlebutton:hover, + .titlebar column-header button.titlebutton:hover { + color: #bcbdbf; + box-shadow: none; + transition: none; } + column-header button:active, column-header headerbar button.titlebutton:active, headerbar column-header button.titlebutton:active, + column-header .titlebar button.titlebutton:active, + .titlebar column-header button.titlebutton:active { + color: #EEEFF0; + transition: none; } +column-header:last-child button, column-header:last-child headerbar button.titlebutton, headerbar column-header:last-child button.titlebutton, +column-header:last-child .titlebar button.titlebutton, +.titlebar column-header:last-child button.titlebutton, column-header:last-child button:backdrop, column-header:last-child.button, headerbar column-header.button.titlebutton:last-child, +.titlebar column-header.button.titlebutton:last-child, column-header:last-child.button:backdrop { + border-right-style: none; } + +column-header.button.dnd, column-header button.dnd, column-header headerbar .dnd.button.titlebutton, headerbar column-header .dnd.button.titlebutton, +column-header .titlebar .dnd.button.titlebutton, +.titlebar column-header .dnd.button.titlebutton, column-header.button.dnd:active, column-header.button.dnd:selected, column-header.button.dnd:hover, headerbar column-header.dnd.button.titlebutton, +.titlebar column-header.dnd.button.titlebutton { + transition: none; + color: #888888; + box-shadow: inset 1px 1px 0 1px #888888, inset -1px 0 0 1px #888888, inset 1px 1px #262626, inset -1px 0 #262626; } + +column-header button, column-header headerbar button.titlebutton, headerbar column-header button.titlebutton, +column-header .titlebar button.titlebutton, +.titlebar column-header button.titlebutton, column-header button:hover, column-header button:active { + padding: 3px 6px; + border-style: none solid solid none; + border-radius: 0; + background-image: none; + border-color: #363636; + text-shadow: none; } + column-header button:disabled, column-header headerbar button.titlebutton:disabled, headerbar column-header button.titlebutton:disabled, + column-header .titlebar button.titlebutton:disabled, + .titlebar column-header button.titlebutton:disabled { + border-color: #363636; + background-image: none; } + column-header button:backdrop, column-header headerbar button.titlebutton:backdrop, headerbar column-header button.titlebutton:backdrop, + column-header .titlebar button.titlebutton:backdrop, + .titlebar column-header button.titlebutton:backdrop { + border-color: #363636; + border-style: none solid solid none; + color: #494d52; + background-image: none; + background-color: #25292c; } + column-header button:backdrop:disabled { + border-color: #363636; + background-image: none; } + +/********* + * Menus * + *********/ +menubar { + -GtkWidget-window-dragging: true; + padding: 2px; + box-shadow: none; } + menubar:backdrop { + background-color: #363636; } + menubar > menuitem { + padding: 4px 8px; } + menubar > menuitem:hover { + background-color: #888888; + color: #EEEFF0; } + menubar > menuitem:disabled { + color: #909396; + box-shadow: none; } + +menu { + padding: 0px; + background-color: #363636; + border: 1px solid #6d6d6d; + border-radius: 3px; } + .csd menu { + border: 1px solid #6d6d6d; } + menu menuitem { + text-shadow: none; + padding: 6px 6px; } + menu menuitem:hover { + color: #EEEFF0; + background-color: #888888; + background-clip: padding-box; + border-style: solid; + border-width: 0px 1px 0px 1px; + border-color: #6bc0ed; } + menu menuitem:hover:first-child { + border-radius: 3px 3px 0px 0px; + border-width: 1px 1px 0px 1px; } + menu menuitem:hover:last-child { + border-radius: 0px 0px 3px 3px; + border-width: 0px 1px 1px 1px; } + menu menuitem:disabled, menu menuitem *:disabled { + color: #909396; } + menu menuitem:disabled:backdrop, menu menuitem *:disabled:backdrop { + color: #545c65; } + menu menuitem:backdrop, menu menuitem:backdrop:hover { + color: #EEEFF0; + background-color: #363636; } + menu menuitem.arrow { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } + menu menuitem.arrow:dir(rtl) { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } + menu.button, headerbar menu.button.titlebutton, + .titlebar menu.button.titlebutton { + border-style: none; + border-radius: 0; } + menu.button.top { + border-bottom: 1px solid #373a3d; } + menu.button.bottom { + border-top: 1px solid #373a3d; } + menu.button:hover { + background-color: #373a3d; } + menu.button:disabled { + color: transparent; + background-color: transparent; + border-color: transparent; } + +menuitem .accelerator { + color: alpha(currentColor,0.55); } + +/*************** + * Popovers * + ***************/ +popover { + padding: 2px; + border: 1px solid #6d6d6d; + border-radius: 2px; + background-color: #363636; + box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5); } + popover:backdrop { + box-shadow: none; } + popover > list, + popover > .view, + popover > .toolbar, + popover > .inline-toolbar, + popover > .search-bar, + popover > .location-bar, popover.osd > .toolbar, popover.osd > .inline-toolbar, popover.osd > .search-bar, popover.osd > .location-bar { + border-style: none; + background-color: transparent; } + popover button.flat, popover headerbar .titlebutton.button, headerbar popover .titlebutton.button, + popover .titlebar .titlebutton.button, + .titlebar popover .titlebutton.button { + color: #EEEFF0; } + popover button.flat:hover, popover headerbar .titlebutton.button:hover, headerbar popover .titlebutton.button:hover, + popover .titlebar .titlebutton.button:hover, + .titlebar popover .titlebutton.button:hover { + background-color: rgba(61, 173, 232, 0.2); + color: #EEEFF0; + text-shadow: none; + transition: none; } + +entry.cursor-handle, +.cursor-handle { + background-color: transparent; + background-image: none; + box-shadow: none; + border-style: none; } + entry.cursor-handle.top, + .cursor-handle.top { + -gtk-icon-source: -gtk-icontheme("selection-start-symbolic"); } + entry.cursor-handle.bottom, + .cursor-handle.bottom { + -gtk-icon-source: -gtk-icontheme("selection-end-symbolic"); } + +/***************** + * Notebooks and * + * Tabs * + *****************/ +notebook { + background-color: #363636; + -GtkNotebook-initial-gap: 0; + -GtkNotebook-arrow-spacing: 5; + -GtkNotebook-tab-curvature: 0; + -GtkNotebook-tab-overlap: 0; + -GtkNotebook-has-tab-gap: false; + -GtkWidget-focus-padding: 0; + -GtkWidget-focus-line-width: 0; + transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } + notebook.frame { + border: 1px solid #6d6d6d; } + notebook.frame.top { + border-top-width: 0; } + notebook.frame.bottom { + border-bottom-width: 0; } + notebook.frame.right { + border-right-width: 0; } + notebook.frame.left { + border-left-width: 0; } + notebook.header { + background-color: #363636; + padding-top: 4px; } + notebook.header.frame { + border-style: solid; + border-color: #6d6d6d; } + notebook.header.frame.top { + border-width: 0px; } + notebook.header.frame.bottom { + border-width: 0px; } + notebook.header.frame.right { + border-width: 0px; } + notebook.header.frame.left { + border-width: 0px; } + notebook.header.frame:backdrop { + border-color: #6d6d6d; } + notebook.header.top { + box-shadow: inset 0 -1px #6d6d6d; } + notebook.header.bottom { + box-shadow: inset 0 1px #6d6d6d; } + notebook.header.right { + box-shadow: inset 1px 0 #6d6d6d; } + notebook.header.left { + box-shadow: inset -1px 0 #6d6d6d; } + notebook tab { + border-width: 1px; + border-style: solid; + border-color: rgba(105, 109, 113, 0.2); + background-color: rgba(105, 109, 113, 0.2); + outline-offset: 0; + /* works for testnotebookdnd, but there's a superfluous border + in gedit or web, commented out for now, needs gtk fixes + &.reorderable-page { + &.top { + padding-top: ($vt_vpadding - 1px); + border-top-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + } + &.bottom { + padding-bottom: ($vt_vpadding - 1px); + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + } + &.left { + padding-left: ($ht_hpadding - 1px); + border-left-width: 1px; + border-top-width: 1px; + border-bottom-width: 1px; + } + &.right { + padding-right: ($ht_hpadding - 1px); + border-right-width: 1px; + border-top-width: 1px; + border-bottom-width: 1px; + } + } + */ } + notebook tab.top, notebook tab.bottom { + padding: 6px 8px; } + notebook tab.left, notebook tab.right { + padding: 6px 8px; } + notebook tab.reorderable-page { + background-color: #363636; } + notebook tab.reorderable-page.top, notebook tab.reorderable-page.bottom { + padding-left: 12px; + padding-right: 6px; + padding-bottom: 8px; } + notebook tab.top { + border-radius: 3px 3px 0px 0px; } + notebook tab.top:active, notebook tab.top.active-page, notebook tab.top:backdrop:active { + border-color: #6d6d6d; + border-bottom-color: #363636; + background-color: #363636; } + notebook tab.top:active:hover, notebook tab.top:active.prelight-page, notebook tab.top.active-page:hover, notebook tab.top.active-page.prelight-page, notebook tab.top:backdrop:active:hover, notebook tab.top:backdrop:active.prelight-page { + border-color: #6d6d6d; + border-bottom-color: #363636; } + notebook tab.bottom { + border-radius: 0px 0px 3px 3px; } + notebook tab.bottom:active, notebook tab.bottom.active-page, notebook tab.bottom:backdrop:active { + border-color: #6d6d6d; + border-top-color: #363636; + background-color: #363636; } + notebook tab.bottom:active:hover, notebook tab.bottom:active.prelight-page, notebook tab.bottom.active-page:hover, notebook tab.bottom.active-page.prelight-page, notebook tab.bottom:backdrop:active:hover, notebook tab.bottom:backdrop:active.prelight-page { + border-color: #6d6d6d; + border-top-color: #363636; } + notebook tab.left { + border-radius: 3px 0px 0px 3px; } + notebook tab.left:active, notebook tab.left.active-page, notebook tab.left:backdrop:active { + border-color: #6d6d6d; + border-right-color: #363636; + background-color: #363636; } + notebook tab.left:active:hover, notebook tab.left:active.prelight-page, notebook tab.left.active-page:hover, notebook tab.left.active-page.prelight-page, notebook tab.left:backdrop:active:hover, notebook tab.left:backdrop:active.prelight-page { + border-color: #6d6d6d; + border-right-color: #363636; } + notebook tab.right { + border-radius: 0px 3px 3px 0px; } + notebook tab.right:active, notebook tab.right.active-page, notebook tab.right:backdrop:active { + border-color: #6d6d6d; + border-left-color: #363636; + background-color: #363636; } + notebook tab.right:active:hover, notebook tab.right:active.prelight-page, notebook tab.right.active-page:hover, notebook tab.right.active-page.prelight-page, notebook tab.right:backdrop:active:hover, notebook tab.right:backdrop:active.prelight-page { + border-color: #6d6d6d; + border-left-color: #363636; } + notebook tab:hover, notebook tab.prelight-page { + background-color: rgba(61, 173, 232, 0.2); + border-color: rgba(61, 173, 232, 0.2); } + notebook tab.reorderable-page.top { + border-width: 3px; + border-style: solid; + border-color: #363636; + background-color: #363636; + border-right-width: 1px; + border-right-color: #6d6d6d; + box-shadow: inset -3px 0px 0px 0px #363636; } + notebook tab.reorderable-page.top:hover, notebook tab.reorderable-page.top.prelight-page { + box-shadow: inset 0px -3px 0px 0px rgba(61, 173, 232, 0.3), inset -3px 0px 0px 0px #363636; } + notebook tab.reorderable-page.top:active, notebook tab.reorderable-page.top.active-page { + box-shadow: inset 0px -3px 0px 0px #888888, inset -3px 0px 0px 0px #363636; } + notebook tab.reorderable-page.top:active:hover, notebook tab.reorderable-page.top.active-page:hover { + background-color: #363636; + border-color: #363636; + border-right-color: #6d6d6d; } + notebook tab.reorderable-page.top:active:backdrop, notebook tab.reorderable-page.top.active-page:backdrop { + background-color: #363636; + border-color: #363636; + border-right-color: #6d6d6d; } + notebook tab.reorderable-page.top:backdrop { + background-color: #363636; + border-color: #363636; + border-right-color: #6d6d6d; } + notebook tab.reorderable-page.bottom { + border-width: 3px; + border-style: solid; + border-color: #363636; + background-color: #363636; + border-right-width: 1px; + border-right-color: #6d6d6d; + box-shadow: inset -3px 0px 0px 0px #363636; } + notebook tab.reorderable-page.bottom:hover, notebook tab.reorderable-page.bottom.prelight-page { + box-shadow: inset 0px -3px 0px 0px rgba(61, 173, 232, 0.3), inset -3px 0px 0px 0px #363636; } + notebook tab.reorderable-page.bottom:active, notebook tab.reorderable-page.bottom.active-page { + box-shadow: inset 0px -3px 0px 0px #888888, inset -3px 0px 0px 0px #363636; } + notebook tab.reorderable-page.bottom:active:hover, notebook tab.reorderable-page.bottom.active-page:hover { + background-color: #363636; + border-color: #363636; + border-right-color: #6d6d6d; } + notebook tab.reorderable-page.bottom:active:backdrop, notebook tab.reorderable-page.bottom.active-page:backdrop { + background-color: #363636; + border-color: #363636; + border-right-color: #6d6d6d; } + notebook tab.reorderable-page.bottom:backdrop { + background-color: #363636; + border-color: #363636; + border-right-color: #6d6d6d; } + notebook tab.reorderable-page.left { + border-width: 3px; + border-style: solid; + border-color: #363636; + background-color: #363636; + border-bottom-width: 1px; + border-bottom-color: #6d6d6d; + box-shadow: inset 0px -3px 0px 0px #363636; } + notebook tab.reorderable-page.left:hover, notebook tab.reorderable-page.left.prelight-page { + box-shadow: inset 0px -3px 0px 0px rgba(61, 173, 232, 0.3), inset 0px -3px 0px 0px #363636; } + notebook tab.reorderable-page.left:active, notebook tab.reorderable-page.left.active-page { + box-shadow: inset 0px -3px 0px 0px #888888, inset 0px -3px 0px 0px #363636; } + notebook tab.reorderable-page.left:active:hover, notebook tab.reorderable-page.left.active-page:hover { + background-color: #363636; + border-color: #363636; + border-bottom-color: #6d6d6d; } + notebook tab.reorderable-page.left:active:backdrop, notebook tab.reorderable-page.left.active-page:backdrop { + background-color: #363636; + border-color: #363636; + border-bottom-color: #6d6d6d; } + notebook tab.reorderable-page.left:backdrop { + background-color: #363636; + border-color: #363636; + border-bottom-color: #6d6d6d; } + notebook tab.reorderable-page.right { + border-width: 3px; + border-style: solid; + border-color: #363636; + background-color: #363636; + border-bottom-width: 1px; + border-bottom-color: #6d6d6d; + box-shadow: inset 0px -3px 0px 0px #363636; } + notebook tab.reorderable-page.right:hover, notebook tab.reorderable-page.right.prelight-page { + box-shadow: inset 0px -3px 0px 0px rgba(61, 173, 232, 0.3), inset 0px -3px 0px 0px #363636; } + notebook tab.reorderable-page.right:active, notebook tab.reorderable-page.right.active-page { + box-shadow: inset 0px -3px 0px 0px #888888, inset 0px -3px 0px 0px #363636; } + notebook tab.reorderable-page.right:active:hover, notebook tab.reorderable-page.right.active-page:hover { + background-color: #363636; + border-color: #363636; + border-bottom-color: #6d6d6d; } + notebook tab.reorderable-page.right:active:backdrop, notebook tab.reorderable-page.right.active-page:backdrop { + background-color: #363636; + border-color: #363636; + border-bottom-color: #6d6d6d; } + notebook tab.reorderable-page.right:backdrop { + background-color: #363636; + border-color: #363636; + border-bottom-color: #6d6d6d; } + notebook tab .label { + padding: 0 2px; + color: #EEEFF0; } + notebook tab .prelight-page .label, notebook tab .label.prelight-page { + color: #EEEFF0; } + notebook tab .active-page .label, notebook tab .label.active-page { + color: #EEEFF0; } + notebook tab button, notebook tab headerbar button.titlebutton, headerbar notebook tab button.titlebutton, + notebook tab .titlebar button.titlebutton, + .titlebar notebook tab button.titlebutton { + padding: 0px; + border: 1px solid transparent; + border-radius: 50%; + background-image: none; + background-color: #6d6d6d; + box-shadow: none; + -gtk-icon-shadow: none; + transition: none; + color: #363636; } + notebook tab button:hover { + background-color: #da4453; + border-color: transparent; + background-image: none; + box-shadow: none; } + notebook tab button:active { + color: #363636; + border-color: transparent; + background-image: none; + box-shadow: none; } + notebook tab button:backdrop { + color: #363636; + border-color: transparent; } + notebook tab button > image, notebook tab headerbar button.titlebutton > image, headerbar notebook tab button.titlebutton > image, + notebook tab .titlebar button.titlebutton > image, + .titlebar notebook tab button.titlebutton > image { + padding: 0px; } + notebook tab button .active-page, notebook tab button.active-page { + background-color: #da4453; } + notebook.arrow { + color: #909396; } + notebook.arrow:hover { + color: #888888; } + notebook.arrow:active { + color: #888888; } + notebook.arrow:disabled { + color: rgba(144, 147, 150, 0.3); } + notebook.arrow:backdrop { + color: #909396; } + notebook.arrow:backdrop:disabled { + color: rgba(144, 147, 150, 0.3); } + +/************** + * Scrollbars * + **************/ +scrollbar { + -GtkRange-trough-border: 0; + -GtkScrollbar-has-backward-stepper: true; + -GtkScrollbar-has-forward-stepper: true; + -GtkRange-slider-width: 16; + -GtkScrollbar-min-slider-length: 64; + -GtkRange-stepper-spacing: 1; + -GtkRange-trough-under-steppers: 0; } + scrollbar button, scrollbar headerbar button.titlebutton, headerbar scrollbar button.titlebutton, + scrollbar .titlebar button.titlebutton, + .titlebar scrollbar button.titlebutton { + border: none; + background-image: none; + background-color: transparent; + box-shadow: none; } + scrollbar button:hover { + color: #888888; + background-image: none; + background-color: transparent; } + scrollbar button:disabled { + color: #909396; } + scrollbar.dragging, scrollbar.hovering { + opacity: 0.998; } + scrollbar.overlay-indicator:not(.dragging):not(.hovering) { + opacity: 0.999; } + scrollbar.overlay-indicator:not(.dragging):not(.hovering) { + -GtkRange-slider-width: 8px; + -GtkScrollbar-has-backward-stepper: false; + -GtkScrollbar-has-forward-stepper: false; } + scrollbar.overlay-indicator:not(.dragging):not(.hovering) .slider { + border-image: -gtk-scaled(url("assets/scrollbar-slider-overlay-dark.png"), url("assets/scrollbar-slider-overlay-dark@2.png")) 6 4 6 4/6px 4px 6px 4px stretch; + border-radius: 0; + border-width: 5px 4px 5px 4px; + border-style: solid; + border-color: transparent; } + scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal .slider { + border-image: -gtk-scaled(url("assets/scrollbar-slider-overlay-horizontal-dark.png"), url("assets/scrollbar-slider-overlay-horizontal-dark@2.png")) 4 6 4 6/4px 6px 4px 6px stretch; + border-radius: 0; + border-width: 4px 6px 4px 6px; + border-style: solid; + border-color: transparent; } + scrollbar.overlay-indicator:not(.dragging):not(.hovering) .trough { + border: none; + background: none; } + scrollbar.vertical trough { + border-image: -gtk-scaled(url("assets/scrollbar-trough-dark.png"), url("assets/scrollbar-trough-dark@2.png")) 8 8 8 8/8px 8px 8px 8px stretch; + border-radius: 0; + border-width: 8px 8px 8px 8px; + border-style: solid; + border-color: transparent; } + scrollbar.trough:dir(rtl) { + border-image: -gtk-scaled(url("assets/scrollbar-trough-rtl-dark.png"), url("assets/scrollbar-trough-rtl-dark@2.png")) 8 8 8 8/8px 8px 8px 8px stretch; + border-radius: 0; + border-width: 8px 8px 8px 8px; + border-style: solid; + border-color: transparent; } + scrollbar.horizontal trough { + border-image: -gtk-scaled(url("assets/scrollbar-trough-horizontal-dark.png"), url("assets/scrollbar-trough-horizontal-dark@2.png")) 8 8 8 8/8px 8px 8px 8px stretch; + border-radius: 0; + border-width: 8px 8px 8px 8px; + border-style: solid; + border-color: transparent; } + scrollbar.vertical slider { + border-image: -gtk-scaled(url("assets/scrollbar-slider-dark.png"), url("assets/scrollbar-slider-dark@2.png")) 8 8 8 8/8px 8px 8px 8px stretch; + border-radius: 0; + border-width: 8px 8px 8px 8px; + border-style: solid; + border-color: transparent; } + scrollbar.vertical slider:dir(rtl) { + border-image: -gtk-scaled(url("assets/scrollbar-slider-rtl-dark.png"), url("assets/scrollbar-slider-rtl-dark@2.png")) 8 8 8 8/8px 8px 8px 8px stretch; + border-radius: 0; + border-width: 8px 8px 8px 8px; + border-style: solid; + border-color: transparent; } + scrollbar.vertical slider:hover, scrollbar.vertical slider:disabled { + border-image: -gtk-scaled(url("assets/scrollbar-slider-hover-dark.png"), url("assets/scrollbar-slider-hover-dark@2.png")) 8 8 8 8/8px 8px 8px 8px stretch; + border-radius: 0; + border-width: 8px 8px 8px 8px; + border-style: solid; + border-color: transparent; } + scrollbar.vertical slider:hover:dir(rtl), scrollbar.vertical slider:disabled:dir(rtl) { + border-image: -gtk-scaled(url("assets/scrollbar-slider-rtl-hover-dark.png"), url("assets/scrollbar-slider-rtl-hover-dark@2.png")) 8 8 8 8/8px 8px 8px 8px stretch; + border-radius: 0; + border-width: 8px 8px 8px 8px; + border-style: solid; + border-color: transparent; } + scrollbar.vertical slider:active { + border-image: -gtk-scaled(url("assets/scrollbar-slider-active-dark.png"), url("assets/scrollbar-slider-active-dark@2.png")) 8 8 8 8/8px 8px 8px 8px stretch; + border-radius: 0; + border-width: 8px 8px 8px 8px; + border-style: solid; + border-color: transparent; } + scrollbar.vertical slider:active:dir(rtl) { + border-image: -gtk-scaled(url("assets/scrollbar-slider-rtl-active-dark.png"), url("assets/scrollbar-slider-rtl-active-dark@2.png")) 8 8 8 8/8px 8px 8px 8px stretch; + border-radius: 0; + border-width: 8px 8px 8px 8px; + border-style: solid; + border-color: transparent; } + scrollbar.horizontal slider { + border-image: -gtk-scaled(url("assets/scrollbar-slider-horizontal-dark.png"), url("assets/scrollbar-slider-horizontal-dark@2.png")) 8 8 8 8/8px 8px 8px 8px stretch; + border-radius: 0; + border-width: 8px 8px 8px 8px; + border-style: solid; + border-color: transparent; } + scrollbar.horizontal slider:hover, scrollbar.horizontal slider:disabled { + border-image: -gtk-scaled(url("assets/scrollbar-slider-horizontal-hover-dark.png"), url("assets/scrollbar-slider-horizontal-hover-dark@2.png")) 8 8 8 8/8px 8px 8px 8px stretch; + border-radius: 0; + border-width: 8px 8px 8px 8px; + border-style: solid; + border-color: transparent; } + scrollbar.horizontal slider:active { + border-image: -gtk-scaled(url("assets/scrollbar-slider-horizontal-active-dark.png"), url("assets/scrollbar-slider-horizontal-active-dark@2.png")) 8 8 8 8/8px 8px 8px 8px stretch; + border-radius: 0; + border-width: 8px 8px 8px 8px; + border-style: solid; + border-color: transparent; } + +scrollbars-junction, +scrollbars-junction.frame { + border-color: transparent; + border-image: linear-gradient(to bottom, #6d6d6d 1px, transparent 1px) 0 0 0 1/0 1px stretch; + background-color: #212427; } + scrollbars-junction:dir(rtl), + scrollbars-junction.frame:dir(rtl) { + border-image-slice: 0 1 0 0; } + scrollbars-junction:backdrop, + scrollbars-junction.frame:backdrop { + border-image-source: linear-gradient(to bottom, #63686c 1px, transparent 1px); + background-color: #2a2e33; } + +/********** + * Switch * + **********/ +switch { + -switch-slider-width: 30px; + font-weight: bold; + font-size: smaller; + outline-offset: 0px; + box-shadow: inset 0 1px rgba(255, 255, 255, 0); } + switch { + border: 1px solid #6d6d6d; + border-radius: 3px; + color: #EEEFF0; + background-image: none; + background-color: #363636; + text-shadow: none; } + switch:active, switch:checked { + color: #888888; + border-color: #888888; + box-shadow: none; + text-shadow: none; } + switch:active:hover { + border-color: #888888; } + switch:hover { + border-color: #888888; } + switch:disabled { + color: #909396; + border-color: #6d6d6d; + background-image: none; + background-color: #3a3f44; + box-shadow: none; + text-shadow: none; } + switch slider { + padding: 3px; + border: 3px solid; + border-radius: 3px; + border-color: rgba(255, 255, 255, 0); + box-shadow: none; + background-color: #6d6d6d; } + switch slider:hover { + box-shadow: none; } + switch slider:active { + background-color: #888888; } + switch slider:active:hover { + background-color: #888888; } + switch slider:disabled { + background-color: #3a3f44; } row:selected switch { + box-shadow: none; + border-color: #888888; } + row:selected switch:backdrop { + border-color: #888888; } + row:selected switch slider:dir(rtl) { + border-left-color: #c2c2c2; } + row:selected switch slider:dir(ltr) { + border-right-color: #c2c2c2; } + row:selected switch slider, row:selected switch slider:active { + border-color: #888888; } + +/************************* + * Check and Radio items * + *************************/ +check { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-dark.png"), url("assets/checkbox-unchecked-dark@2.png")); + -gtk-icon-shadow: 0 1px 0 rgba(238, 239, 240, 0.1); } + check.button.flat, headerbar check.titlebutton.button, + .titlebar check.titlebutton.button { + -gtk-icon-shadow: none; } + +check:hover { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-hover-dark.png"), url("assets/checkbox-unchecked-hover-dark@2.png")); + -gtk-icon-shadow: 0 1px 0 rgba(238, 239, 240, 0.1); } + check:hover.button.flat, headerbar check.titlebutton.button:hover, + .titlebar check.titlebutton.button:hover { + -gtk-icon-shadow: none; } + +check:active { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-active-dark.png"), url("assets/checkbox-unchecked-active-dark@2.png")); + -gtk-icon-shadow: 0 1px 0 rgba(238, 239, 240, 0.1); } + check:active.button.flat, headerbar check.titlebutton.button:active, + .titlebar check.titlebutton.button:active { + -gtk-icon-shadow: none; } + +check:disabled { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png")); + -gtk-icon-shadow: 0 1px 0 rgba(238, 239, 240, 0.1); } + check:disabled.button.flat, headerbar check.titlebutton.button:disabled, + .titlebar check.titlebutton.button:disabled { + -gtk-icon-shadow: none; } + +check:backdrop { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-backdrop-dark.png"), url("assets/checkbox-unchecked-backdrop-dark@2.png")); + -gtk-icon-shadow: none; } + check:backdrop.button.flat, headerbar check.titlebutton.button:backdrop, + .titlebar check.titlebutton.button:backdrop { + -gtk-icon-shadow: none; } + +check:backdrop:disabled { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-backdrop-insensitive-dark.png"), url("assets/checkbox-unchecked-backdrop-insensitive-dark@2.png")); + -gtk-icon-shadow: none; } + check:backdrop:disabled.button.flat, headerbar check.titlebutton.button:backdrop:disabled, + .titlebar check.titlebutton.button:backdrop:disabled { + -gtk-icon-shadow: none; } + +check:indeterminate { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-dark.png"), url("assets/checkbox-mixed-dark@2.png")); + -gtk-icon-shadow: 0 1px 0 rgba(238, 239, 240, 0.1); } + check:indeterminate.button.flat, headerbar check.titlebutton.button:indeterminate, + .titlebar check.titlebutton.button:indeterminate { + -gtk-icon-shadow: none; } + +check:indeterminate:hover { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-hover-dark.png"), url("assets/checkbox-mixed-hover-dark@2.png")); + -gtk-icon-shadow: 0 1px 0 rgba(238, 239, 240, 0.1); } + check:indeterminate:hover.button.flat, headerbar check.titlebutton.button:indeterminate:hover, + .titlebar check.titlebutton.button:indeterminate:hover { + -gtk-icon-shadow: none; } + +check:indeterminate:selected { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-active-dark.png"), url("assets/checkbox-mixed-active-dark@2.png")); + -gtk-icon-shadow: 0 1px 0 rgba(238, 239, 240, 0.1); } + check:indeterminate:selected.button.flat, headerbar check.titlebutton.button:indeterminate:selected, + .titlebar check.titlebutton.button:indeterminate:selected { + -gtk-icon-shadow: none; } + +check:indeterminate:backdrop { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-backdrop-dark.png"), url("assets/checkbox-mixed-backdrop-dark@2.png")); + -gtk-icon-shadow: none; } + check:indeterminate:backdrop.button.flat, headerbar check.titlebutton.button:indeterminate:backdrop, + .titlebar check.titlebutton.button:indeterminate:backdrop { + -gtk-icon-shadow: none; } + +check:indeterminate:disabled { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png")); + -gtk-icon-shadow: 0 1px 0 rgba(238, 239, 240, 0.1); } + check:indeterminate:disabled.button.flat, headerbar check.titlebutton.button:indeterminate:disabled, + .titlebar check.titlebutton.button:indeterminate:disabled { + -gtk-icon-shadow: none; } + +check:indeterminate:disabled:backdrop { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-backdrop-insensitive-dark.png"), url("assets/checkbox-mixed-backdrop-insensitive-dark@2.png")); + -gtk-icon-shadow: none; } + check:indeterminate:disabled:backdrop.button.flat, headerbar check.titlebutton.button:indeterminate:disabled:backdrop, + .titlebar check.titlebutton.button:indeterminate:disabled:backdrop { + -gtk-icon-shadow: none; } + +check:checked { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-dark.png"), url("assets/checkbox-checked-dark@2.png")); + -gtk-icon-shadow: 0 1px 0 rgba(238, 239, 240, 0.1); } + check:checked.button.flat, headerbar check.titlebutton.button:checked, + .titlebar check.titlebutton.button:checked { + -gtk-icon-shadow: none; } + +check:checked:disabled { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png")); + -gtk-icon-shadow: 0 1px 0 rgba(238, 239, 240, 0.1); } + check:checked:disabled.button.flat, headerbar check.titlebutton.button:checked:disabled, + .titlebar check.titlebutton.button:checked:disabled { + -gtk-icon-shadow: none; } + +check:checked:hover { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-hover-dark.png"), url("assets/checkbox-checked-hover-dark@2.png")); + -gtk-icon-shadow: 0 1px 0 rgba(238, 239, 240, 0.1); } + check:checked:hover.button.flat, headerbar check.titlebutton.button:checked:hover, + .titlebar check.titlebutton.button:checked:hover { + -gtk-icon-shadow: none; } + +check:checked:active { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-active-dark.png"), url("assets/checkbox-checked-active-dark@2.png")); + -gtk-icon-shadow: 0 1px 0 rgba(238, 239, 240, 0.1); } + check:checked:active.button.flat, headerbar check.titlebutton.button:checked:active, + .titlebar check.titlebutton.button:checked:active { + -gtk-icon-shadow: none; } + +check:backdrop:checked { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-backdrop-dark.png"), url("assets/checkbox-checked-backdrop-dark@2.png")); + -gtk-icon-shadow: none; } + check:backdrop:checked.button.flat, headerbar check.titlebutton.button:backdrop:checked, + .titlebar check.titlebutton.button:backdrop:checked { + -gtk-icon-shadow: none; } + +check:backdrop:checked:disabled { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-backdrop-insensitive-dark.png"), url("assets/checkbox-checked-backdrop-insensitive-dark@2.png")); + -gtk-icon-shadow: none; } + check:backdrop:checked:disabled.button.flat, headerbar check.titlebutton.button:backdrop:checked:disabled, + .titlebar check.titlebutton.button:backdrop:checked:disabled { + -gtk-icon-shadow: none; } + +menu menuitem.check { + -gtk-icon-source: -gtk-icontheme("checkbox-symbolic"); + color: #a2a5a8; + -gtk-icon-shadow: none; } + menu menuitem.check:active, menu menuitem.check:checked { + -gtk-icon-source: -gtk-icontheme("checkbox-checked-symbolic"); + color: #888888; } + menu menuitem.check:indeterminate { + -gtk-icon-source: -gtk-icontheme("checkbox-mixed-symbolic"); } + menu menuitem.check:hover { + color: #EEEFF0; } + menu menuitem.check:disabled { + color: #616569; } + +radio { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-dark.png"), url("assets/radio-unchecked-dark@2.png")); + -gtk-icon-shadow: 0 1px 0 rgba(238, 239, 240, 0.1); } + radio.button.flat, headerbar radio.titlebutton.button, + .titlebar radio.titlebutton.button { + -gtk-icon-shadow: none; } + +radio:hover { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-hover-dark.png"), url("assets/radio-unchecked-hover-dark@2.png")); + -gtk-icon-shadow: 0 1px 0 rgba(238, 239, 240, 0.1); } + radio:hover.button.flat, headerbar radio.titlebutton.button:hover, + .titlebar radio.titlebutton.button:hover { + -gtk-icon-shadow: none; } + +radio:active { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-active-dark.png"), url("assets/radio-unchecked-active-dark@2.png")); + -gtk-icon-shadow: 0 1px 0 rgba(238, 239, 240, 0.1); } + radio:active.button.flat, headerbar radio.titlebutton.button:active, + .titlebar radio.titlebutton.button:active { + -gtk-icon-shadow: none; } + +radio:disabled { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png")); + -gtk-icon-shadow: 0 1px 0 rgba(238, 239, 240, 0.1); } + radio:disabled.button.flat, headerbar radio.titlebutton.button:disabled, + .titlebar radio.titlebutton.button:disabled { + -gtk-icon-shadow: none; } + +radio:backdrop { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-backdrop-dark.png"), url("assets/radio-unchecked-backdrop-dark@2.png")); + -gtk-icon-shadow: none; } + radio:backdrop.button.flat, headerbar radio.titlebutton.button:backdrop, + .titlebar radio.titlebutton.button:backdrop { + -gtk-icon-shadow: none; } + +radio:backdrop:disabled { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-backdrop-insensitive-dark.png"), url("assets/radio-unchecked-backdrop-insensitive-dark@2.png")); + -gtk-icon-shadow: none; } + radio:backdrop:disabled.button.flat, headerbar radio.titlebutton.button:backdrop:disabled, + .titlebar radio.titlebutton.button:backdrop:disabled { + -gtk-icon-shadow: none; } + +radio:indeterminate { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-dark.png"), url("assets/radio-mixed-dark@2.png")); + -gtk-icon-shadow: 0 1px 0 rgba(238, 239, 240, 0.1); } + radio:indeterminate.button.flat, headerbar radio.titlebutton.button:indeterminate, + .titlebar radio.titlebutton.button:indeterminate { + -gtk-icon-shadow: none; } + +radio:indeterminate:hover { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-hover-dark.png"), url("assets/radio-mixed-hover-dark@2.png")); + -gtk-icon-shadow: 0 1px 0 rgba(238, 239, 240, 0.1); } + radio:indeterminate:hover.button.flat, headerbar radio.titlebutton.button:indeterminate:hover, + .titlebar radio.titlebutton.button:indeterminate:hover { + -gtk-icon-shadow: none; } + +radio:indeterminate:selected { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-active-dark.png"), url("assets/radio-mixed-active-dark@2.png")); + -gtk-icon-shadow: 0 1px 0 rgba(238, 239, 240, 0.1); } + radio:indeterminate:selected.button.flat, headerbar radio.titlebutton.button:indeterminate:selected, + .titlebar radio.titlebutton.button:indeterminate:selected { + -gtk-icon-shadow: none; } + +radio:indeterminate:backdrop { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-backdrop-dark.png"), url("assets/radio-mixed-backdrop-dark@2.png")); + -gtk-icon-shadow: none; } + radio:indeterminate:backdrop.button.flat, headerbar radio.titlebutton.button:indeterminate:backdrop, + .titlebar radio.titlebutton.button:indeterminate:backdrop { + -gtk-icon-shadow: none; } + +radio:indeterminate:disabled { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png")); + -gtk-icon-shadow: 0 1px 0 rgba(238, 239, 240, 0.1); } + radio:indeterminate:disabled.button.flat, headerbar radio.titlebutton.button:indeterminate:disabled, + .titlebar radio.titlebutton.button:indeterminate:disabled { + -gtk-icon-shadow: none; } + +radio:indeterminate:disabled:backdrop { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-backdrop-insensitive-dark.png"), url("assets/radio-mixed-backdrop-insensitive-dark@2.png")); + -gtk-icon-shadow: none; } + radio:indeterminate:disabled:backdrop.button.flat, headerbar radio.titlebutton.button:indeterminate:disabled:backdrop, + .titlebar radio.titlebutton.button:indeterminate:disabled:backdrop { + -gtk-icon-shadow: none; } + +radio:checked { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-dark.png"), url("assets/radio-checked-dark@2.png")); + -gtk-icon-shadow: 0 1px 0 rgba(238, 239, 240, 0.1); } + radio:checked.button.flat, headerbar radio.titlebutton.button:checked, + .titlebar radio.titlebutton.button:checked { + -gtk-icon-shadow: none; } + +radio:checked:disabled { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png")); + -gtk-icon-shadow: 0 1px 0 rgba(238, 239, 240, 0.1); } + radio:checked:disabled.button.flat, headerbar radio.titlebutton.button:checked:disabled, + .titlebar radio.titlebutton.button:checked:disabled { + -gtk-icon-shadow: none; } + +radio:checked:hover { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-hover-dark.png"), url("assets/radio-checked-hover-dark@2.png")); + -gtk-icon-shadow: 0 1px 0 rgba(238, 239, 240, 0.1); } + radio:checked:hover.button.flat, headerbar radio.titlebutton.button:checked:hover, + .titlebar radio.titlebutton.button:checked:hover { + -gtk-icon-shadow: none; } + +radio:checked:active { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-active-dark.png"), url("assets/radio-checked-active-dark@2.png")); + -gtk-icon-shadow: 0 1px 0 rgba(238, 239, 240, 0.1); } + radio:checked:active.button.flat, headerbar radio.titlebutton.button:checked:active, + .titlebar radio.titlebutton.button:checked:active { + -gtk-icon-shadow: none; } + +radio:backdrop:checked { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-backdrop-dark.png"), url("assets/radio-checked-backdrop-dark@2.png")); + -gtk-icon-shadow: none; } + radio:backdrop:checked.button.flat, headerbar radio.titlebutton.button:backdrop:checked, + .titlebar radio.titlebutton.button:backdrop:checked { + -gtk-icon-shadow: none; } + +radio:backdrop:checked:disabled { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-backdrop-insensitive-dark.png"), url("assets/radio-checked-backdrop-insensitive-dark@2.png")); + -gtk-icon-shadow: none; } + radio:backdrop:checked:disabled.button.flat, headerbar radio.titlebutton.button:backdrop:checked:disabled, + .titlebar radio.titlebutton.button:backdrop:checked:disabled { + -gtk-icon-shadow: none; } + +menu menuitem.radio { + -gtk-icon-source: -gtk-icontheme("radio-symbolic"); + color: #a2a5a8; + -gtk-icon-shadow: none; } + menu menuitem.radio:active, menu menuitem.radio:checked { + -gtk-icon-source: -gtk-icontheme("radio-checked-symbolic"); + color: #888888; } + menu menuitem.radio:indeterminate { + -gtk-icon-source: -gtk-icontheme("radio-mixed-symbolic"); } + menu menuitem.radio:hover { + color: #EEEFF0; } + menu menuitem.radio:disabled { + color: #616569; } + +.view.check, .view.radio, +list-row check, list-row radio { + -gtk-icon-shadow: none; } + .view.check:selected, calendar.check:selected, .view.check:hover, .view.radio:selected, calendar.radio:selected, .view.radio:hover, + list-row check:selected, + list-row check:hover, list-row radio:selected, list-row radio:hover { + -gtk-icon-shadow: none; } + +.content-view { + background-color: #212427; } + .content-view:backdrop { + background-color: #212427; } + +.view.content-view.check { + -gtk-icon-shadow: none; + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-selectionmode.png"), url("assets/checkbox-selectionmode@2.png")); + background-color: transparent; } + +.view.content-view.check:hover { + -gtk-icon-shadow: none; + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-hover-selectionmode.png"), url("assets/checkbox-hover-selectionmode@2.png")); + background-color: transparent; } + +.view.content-view.check:active { + -gtk-icon-shadow: none; + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-active-selectionmode.png"), url("assets/checkbox-active-selectionmode@2.png")); + background-color: transparent; } + +.view.content-view.check:backdrop { + -gtk-icon-shadow: none; + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-backdrop-selectionmode.png"), url("assets/checkbox-backdrop-selectionmode@2.png")); + background-color: transparent; } + +.view.content-view.check:checked { + -gtk-icon-shadow: none; + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-selectionmode.png"), url("assets/checkbox-checked-selectionmode@2.png")); + background-color: transparent; } + +.view.content-view.check:checked:hover { + -gtk-icon-shadow: none; + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-hover-selectionmode.png"), url("assets/checkbox-checked-hover-selectionmode@2.png")); + background-color: transparent; } + +.view.content-view.check:checked:active { + -gtk-icon-shadow: none; + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-active-selectionmode.png"), url("assets/checkbox-checked-active-selectionmode@2.png")); + background-color: transparent; } + +.view.content-view.check:backdrop:checked { + -gtk-icon-shadow: none; + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-backdrop-selectionmode.png"), url("assets/checkbox-checked-backdrop-selectionmode@2.png")); + background-color: transparent; } + +checkbutton.text-button, radiobutton.text-button { + padding: 1px 2px 4px; + outline-offset: 0; } + checkbutton.text-button:disabled, checkbutton.text-button:disabled:active, checkbutton.text-button:disabled:indeterminate, radiobutton.text-button:disabled, radiobutton.text-button:disabled:active, radiobutton.text-button:disabled:indeterminate { + color: #909396; } + checkbutton.text-button:disabled:backdrop, checkbutton.text-button:disabled:active:backdrop, checkbutton.text-button:disabled:indeterminate:backdrop, radiobutton.text-button:disabled:backdrop, radiobutton.text-button:disabled:active:backdrop, radiobutton.text-button:disabled:indeterminate:backdrop { + color: #545c65; } + +/************ + * GtkScale * + ************/ +scale { + -GtkRange-trough-border: 2; + outline-offset: -9px; + -gtk-outline-radius: 4px; } + scale.fine-tune { + outline-offset: -7px; + -gtk-outline-radius: 6px; } + scale.fine-tune trough { + margin: 8px; + border-radius: 4px; } + scale slider { + box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); + color: #363636; + border-color: #c2c2c2; + background-image: linear-gradient(to bottom, #f4f5f6, #eff0f1); + border: 1px solid; + border-radius: 50%; + border-color: #888888; + box-shadow: inset 0 1px white, inset 0 -2px #eff0f1, inset 0 -1px #d6dadc; } + scale slider:hover { + border-width: 2px; + color: #363636; + border-color: #888888; + background-image: linear-gradient(to bottom, #eff0f1, #eff0f1); + border-color: #A6A6A6; + border-radius: 50%; + box-shadow: inset 0 1px white, inset 0 -2px white, inset 0 -1px #e0e3e4; } + scale slider:disabled { + border-style: solid; + border-radius: 50%; + background-image: linear-gradient(to bottom, #e6e7e8); + box-shadow: none; } + scale slider:active { + border: 2px solid #888888; } + scale trough { + min-height: 4px; + min-width: 4px; + margin: 9px; + border: 1px solid transparent; + border-radius: 4px; + background-color: #c2c2c2; + box-shadow: none; } + scale trough highlight { + background-color: #888888; + border-color: transparent; + box-shadow: none; } + scale.vertical trough highlight { + background-color: #888888; } + scale trough:disabled, scale.vertical trough:disabled { + border-color: transparent; + background-image: none; + background-color: #e6e7e8; + box-shadow: none; } + .osd scale slider { + color: #363636; + border-color: #c2c2c2; + background-image: none; + background-color: #eff0f1; + background-clip: padding-box; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; + font-weight: normal; + background-color: #4f4f4f; } + .osd scale slider:hover { + color: #363636; + border-color: #888888; + background-image: none; + background-clip: padding-box; + text-shadow: none; + -gtk-icon-shadow: none; } + .osd scale slider:active { + color: #fcfcfc; + border-color: rgba(252, 252, 252, 0.8); + background-image: linear-gradient(to bottom, #888888, shade(#888888, 0.8)); + background-clip: padding-box; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; } + .osd scale slider:backdrop { + background-clip: padding-box; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; } + .osd scale trough { + border-color: transparent; + box-shadow: none; + margin: 9px; + background-color: #c2c2c2; + outline-color: rgba(49, 54, 59, 0.2); + outline-offset: -8px; } + .osd scale trough.fine-tune { + margin: 7px; } + .osd scale trough highlight { + background-image: none; + background-color: #888888; } + .osd scale trough:disabled, .osd scale trough:backdrop:disabled { + border-color: transparent; + background-color: transparent; } + .osd scale trough:backdrop { + border-color: transparent; + background-image: none; } + scale value { + color: alpha(currentColor,0.4); } + scale marks { + color: alpha(currentColor,0.4); } + scale.horizontal indicator { + min-height: 6px; + min-width: 1px; } + scale.horizontal.fine-tune indicator { + min-height: 3px; } + scale.vertical indicator { + min-height: 1px; + min-width: 6px; } + scale.vertical.fine-tune indicator { + min-width: 3px; } + scale.color.horizontal slider:hover, scale.color.horizontal slider:disabled, scale.color.horizontal slider, + scale.horizontal contents:first-child > trough > slider, + scale.horizontal contents:last-child > trough > slider { + margin: -10px; + border-style: none; + border-radius: 0; + background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-above-dark.png"), url("assets/slider-horz-scale-has-marks-above-dark@2.png")); + background-size: 16px; + background-color: transparent; + background-position: center; + background-repeat: no-repeat; + box-shadow: none; } + scale.color.horizontal slider:hover, + scale.horizontal contents:first-child > trough > slider:hover, + scale.horizontal contents:last-child > trough > slider:hover { + margin: -10px; + border-style: none; + border-radius: 0; + background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-above-hover-dark.png"), url("assets/slider-horz-scale-has-marks-above-hover-dark@2.png")); + background-size: 16px; + background-color: transparent; + background-position: center; + background-repeat: no-repeat; + box-shadow: none; } + scale.color.horizontal slider:active, + scale.horizontal contents:first-child > trough > slider:active, + scale.horizontal contents:last-child > trough > slider:active { + margin: -10px; + border-style: none; + border-radius: 0; + background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-above-active-dark.png"), url("assets/slider-horz-scale-has-marks-above-active-dark@2.png")); + background-size: 16px; + background-color: transparent; + background-position: center; + background-repeat: no-repeat; + box-shadow: none; } + scale.color.horizontal slider:disabled, + scale.horizontal contents:first-child > trough > slider:disabled, + scale.horizontal contents:last-child > trough > slider:disabled { + margin: -10px; + border-style: none; + border-radius: 0; + background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-above-insensitive-dark.png"), url("assets/slider-horz-scale-has-marks-above-insensitive-dark@2.png")); + background-color: transparent; + background-size: 16px; + background-position: center; + background-repeat: no-repeat; + box-shadow: none; } + scale.color.vertical:dir(ltr) slider:hover, scale.color.vertical:dir(ltr) slider:disabled, scale.color.vertical:dir(ltr) slider, + scale.color.vertical:dir(rtl) slider:hover, scale.color.vertical:dir(rtl) slider:disabled, scale.color.vertical:dir(rtl) slider, + scale.vertical contents:first-child > trough > slider, + scale.vertical contents:last-child > trough > slider { + margin: -10px; + border-style: none; + border-radius: 0; + background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-above-dark.png"), url("assets/slider-vert-scale-has-marks-above-dark@2.png")); + background-color: transparent; + background-size: 16px; + background-position: center; + background-repeat: no-repeat; + box-shadow: none; } + scale.color.vertical:dir(ltr) slider:hover, + scale.color.vertical:dir(rtl) slider:hover, + scale.vertical contents:first-child > trough > slider:hover, + scale.vertical contents:last-child > trough > slider:hover { + margin: -10px; + border-style: none; + border-radius: 0; + background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-above-hover-dark.png"), url("assets/slider-vert-scale-has-marks-above-hover-dark@2.png")); + background-color: transparent; + background-size: 16px; + background-position: center; + background-repeat: no-repeat; + box-shadow: none; } + scale.color.vertical:dir(ltr) slider:active, + scale.color.vertical:dir(rtl) slider:active, + scale.vertical contents:first-child > trough > slider:active, + scale.vertical contents:last-child > trough > slider:active { + margin: -10px; + border-style: none; + border-radius: 0; + background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-above-active-dark.png"), url("assets/slider-vert-scale-has-marks-above-active-dark@2.png")); + background-color: transparent; + background-size: 16px; + background-position: center; + background-repeat: no-repeat; + box-shadow: none; } + scale.color.vertical:dir(ltr) slider:disabled, + scale.color.vertical:dir(rtl) slider:disabled, + scale.vertical contents:first-child > trough > slider:disable, + scale.vertical contents:last-child > trough > slider:disabled { + margin: -10px; + border-style: none; + border-radius: 0; + background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-above-insensitive-dark.png"), url("assets/slider-vert-scale-has-marks-above-insensitive-dark@2.png")); + background-color: transparent; + background-size: 16px; + background-position: center; + background-repeat: no-repeat; + box-shadow: none; } + scale.color { + min-height: 0; + min-width: 0; } + scale.color trough { + background-image: linear-gradient(to top, #b0b0b0); + background-repeat: no-repeat; } + +/***************** + * Progress bars * + *****************/ +progressbar { + padding: 0; + font-size: smaller; + color: rgba(238, 239, 240, 0.4); + box-shadow: none; } + progressbar .osd { + -progressbar-xspacing: 0; + -progressbar-yspacing: 0; + -progressbar-min-horizontal-bar-height: 3; } + progressbar trough { + border: 1px solid transparent; + border-radius: 3px; + background-color: #6d6d6d; } + progressbar .osd trough { + border-style: none; + background-color: transparent; + box-shadow: none; } + +progressbar progress { + background-color: #888888; + border: 1px solid #888888; + border-radius: 0px; + box-shadow: none; } + progressbar.left progress { + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; } + progressbar.right progress { + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; } + progressbar.left.right progress { + box-shadow: none; } + progressbar.vertical.bottom progress { + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; + box-shadow: none; } + progressbar.vertical.top progress { + border-top-left-radius: 3px; + border-top-right-radius: 3px; } + progressbar .osd progress { + background-image: none; + background-color: #888888; + border-style: none; + border-radius: 0; } + +/************* + * Level Bar * + *************/ +levelbar.vertical { + -GtkLevelBar-min-block-width: 6; + -GtkLevelBar-min-block-height: 34; } + +levelbar { + box-shadow: none; + -GtkLevelBar-min-block-width: 34; + -GtkLevelBar-min-block-height: 6; } + levelbar.vertical { + -GtkLevelBar-min-block-width: 6; + -GtkLevelBar-min-block-height: 34; } + levelbar trough { + border: 1px solid transparent; + padding: 2px; + border-radius: 2px; + background-color: transparent; } + levelbar block.filled { + border: 1px solid #888888; + background-color: #888888; + box-shadow: none; + border-radius: 2px; } + levelbar.discrete.horizontal block.filled { + margin: 0 1px; } + levelbar.discrete.vertical block.filled { + margin: 1px 0; } + levelbar block.filled.high { + border-color: #5aa411; + background-color: #5aa411; } + levelbar block.filled.high:backdrop { + border-color: #5aa411; } + levelbar block.filled.low { + border-color: #f67400; + background-color: #f67400; } + levelbar block.filled.low:backdrop { + border-color: #f67400; } + levelbar block.filled.empty { + background-color: #6d6d6d; + border-color: transparent; + box-shadow: none; } + +/********** + * Frames * + **********/ +frame { + border: 1px solid #6d6d6d; + padding: 0; } + frame.flat { + border-style: none; } + frame.action-bar { + padding: 6px; + border-width: 1px 0 0; } + +scrolledwindow viewport.frame, frame box stack scrolledwindow { + border-style: none; } + +.separator, placessidebar.sidebar .view .separator, +placessidebar.sidebar .view .separator:backdrop { + color: rgba(0, 0, 0, 0.1); } + filechooserbutton .separator.vertical, filechooserbutton placessidebar.sidebar .view .vertical.separator, placessidebar.sidebar .view filechooserbutton .vertical.separator, button.font .separator.vertical, button.font placessidebar.sidebar .view .vertical.separator, placessidebar.sidebar .view button.font .vertical.separator { + -GtkWidget-wide-separators: true; } + +/********* + * Lists * + *********/ +list, list-row { + background-color: #363636; + border-width: 0px; + border-color: #888888; } + +list-row, +.grid-child { + padding: 0px 2px; + border-style: solid; + border-width: 0px; + border-color: #888888; } + +list-row.button, headerbar list-row.button.titlebutton, +.titlebar list-row.button.titlebutton, +list-row.button:backdrop, +list-row.button:backdrop:active, +list-row.button:backdrop:checked, +list-row.button:backdrop:disabled, +list-row.button:backdrop:disabled:active, +list-row.button:backdrop:disabled:checked, +list-row.button:disabled:active, +list-row.button:disabled:checked { + background-color: rgba(35, 38, 41, 0); + border-style: none; + border-radius: 0; + box-shadow: none; } + +list-row.button:hover { + background-color: rgba(61, 173, 232, 0.2); } +list-row.button:active { + box-shadow: none; } +list-row.button:selected:active { + box-shadow: inset 0 2px 3px -1px rgba(0, 0, 0, 0.5); } +list-row.button:selected:hover { + background-color: #4fb4e9; } +list-row.button:selected:backdrop { + background-color: #888888; } +list-row.button:backdrop:hover { + background-color: transparent; } + +list-row:selected button { + box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); + color: #EEEFF0; + border-color: #6d6d6d; + background-image: linear-gradient(to bottom, #363b41, #363636); } + list-row:selected button.flat, list-row:selected headerbar .titlebutton.button, headerbar list-row:selected .titlebutton.button, + list-row:selected .titlebar .titlebutton.button, + .titlebar list-row:selected .titlebutton.button { + border-color: rgba(255, 255, 255, 0); + background-color: transparent; + background-image: none; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; + color: #EEEFF0; } + list-row:selected button:hover { + color: #EEEFF0; + border-color: #888888; + background-image: linear-gradient(to bottom, #363636, #363636); } + list-row:selected button:active, list-row:selected button:checked { + color: #363636; + border-color: #6d6d6d; + background-image: linear-gradient(to bottom, #888888, shade(#888888, 0.8)); } + list-row:selected button:backdrop, list-row:selected button.flat:backdrop, list-row:selected headerbar .titlebutton.button:backdrop, headerbar list-row:selected .titlebutton.button:backdrop, + list-row:selected .titlebar .titlebutton.button:backdrop, + .titlebar list-row:selected .titlebutton.button:backdrop { + color: #EEEFF0; + border-color: #6d6d6d; + background-image: linear-gradient(to bottom, #363636); + text-shadow: none; + -gtk-icon-shadow: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0); } + list-row:selected button:backdrop:active, list-row:selected button:backdrop:checked, list-row:selected button.flat:backdrop:active, list-row:selected headerbar .titlebutton.button:backdrop:active, headerbar list-row:selected .titlebutton.button:backdrop:active, + list-row:selected .titlebar .titlebutton.button:backdrop:active, + .titlebar list-row:selected .titlebutton.button:backdrop:active, list-row:selected button.flat:backdrop:checked, list-row:selected headerbar .titlebutton.button:backdrop:checked, headerbar list-row:selected .titlebutton.button:backdrop:checked, + list-row:selected .titlebar .titlebutton.button:backdrop:checked, + .titlebar list-row:selected .titlebutton.button:backdrop:checked { + color: #606468; + border-color: #63686c; + background-image: linear-gradient(to bottom, #43484c); + box-shadow: inset 0 1px rgba(255, 255, 255, 0); } + list-row:selected button:backdrop:disabled, list-row:selected button.flat:backdrop:disabled, list-row:selected headerbar .titlebutton.button:backdrop:disabled, headerbar list-row:selected .titlebutton.button:backdrop:disabled, + list-row:selected .titlebar .titlebutton.button:backdrop:disabled, + .titlebar list-row:selected .titlebutton.button:backdrop:disabled { + color: #545c65; + border-color: #63686c; + background-image: linear-gradient(to bottom, #3a3f44); + text-shadow: none; + -gtk-icon-shadow: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0); } + list-row:selected button:backdrop:disabled > .label, list-row:selected headerbar button.titlebutton:backdrop:disabled > .label, + list-row:selected .titlebar button.titlebutton:backdrop:disabled > .label, list-row:selected button.flat:backdrop:disabled > .label, list-row:selected headerbar .titlebutton.button:backdrop:disabled > .label, headerbar list-row:selected .titlebutton.button:backdrop:disabled > .label, + list-row:selected .titlebar .titlebutton.button:backdrop:disabled > .label, + .titlebar list-row:selected .titlebutton.button:backdrop:disabled > .label { + color: inherit; } + list-row:selected button:backdrop:disabled:active, list-row:selected button:backdrop:disabled:checked, list-row:selected button.flat:backdrop:disabled:active, list-row:selected headerbar .titlebutton.button:backdrop:disabled:active, headerbar list-row:selected .titlebutton.button:backdrop:disabled:active, + list-row:selected .titlebar .titlebutton.button:backdrop:disabled:active, + .titlebar list-row:selected .titlebutton.button:backdrop:disabled:active, list-row:selected button.flat:backdrop:disabled:checked, list-row:selected headerbar .titlebutton.button:backdrop:disabled:checked, headerbar list-row:selected .titlebutton.button:backdrop:disabled:checked, + list-row:selected .titlebar .titlebutton.button:backdrop:disabled:checked, + .titlebar list-row:selected .titlebutton.button:backdrop:disabled:checked { + color: #545c65; + border-color: #63686c; + background-image: linear-gradient(to bottom, #2e3236); } + list-row:selected button:backdrop:disabled:active > .label, list-row:selected headerbar button.titlebutton:backdrop:disabled:active > .label, + list-row:selected .titlebar button.titlebutton:backdrop:disabled:active > .label, list-row:selected button:backdrop:disabled:checked > .label, list-row:selected headerbar button.titlebutton:backdrop:disabled:checked > .label, + list-row:selected .titlebar button.titlebutton:backdrop:disabled:checked > .label, list-row:selected button.flat:backdrop:disabled:active > .label, list-row:selected headerbar .titlebutton.button:backdrop:disabled:active > .label, headerbar list-row:selected .titlebutton.button:backdrop:disabled:active > .label, + list-row:selected .titlebar .titlebutton.button:backdrop:disabled:active > .label, + .titlebar list-row:selected .titlebutton.button:backdrop:disabled:active > .label, list-row:selected button.flat:backdrop:disabled:checked > .label, list-row:selected headerbar .titlebutton.button:backdrop:disabled:checked > .label, headerbar list-row:selected .titlebutton.button:backdrop:disabled:checked > .label, + list-row:selected .titlebar .titlebutton.button:backdrop:disabled:checked > .label, + .titlebar list-row:selected .titlebutton.button:backdrop:disabled:checked > .label { + color: inherit; } + list-row:selected button.flat:backdrop, list-row:selected headerbar .titlebutton.button:backdrop, headerbar list-row:selected .titlebutton.button:backdrop, + list-row:selected .titlebar .titlebutton.button:backdrop, + .titlebar list-row:selected .titlebutton.button:backdrop { + border-color: rgba(255, 255, 255, 0); + background-color: transparent; + background-image: none; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; + color: #606468; } + list-row:selected button:disabled { + color: #909396; + border-color: #6d6d6d; + background-image: linear-gradient(to bottom, #3a3f44); + text-shadow: none; + -gtk-icon-shadow: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0); } + list-row:selected button:disabled > .label, list-row:selected headerbar button.titlebutton:disabled > .label, + list-row:selected .titlebar button.titlebutton:disabled > .label { + color: inherit; } + list-row:selected button:disabled:active, list-row:selected button:disabled:checked { + color: #909396; + border-color: #6d6d6d; + background-image: linear-gradient(to bottom, #3f4449, #3a3f44); } + list-row:selected button:disabled:active > .label, list-row:selected headerbar button.titlebutton:disabled:active > .label, + list-row:selected .titlebar button.titlebutton:disabled:active > .label, list-row:selected button:disabled:checked > .label, list-row:selected headerbar button.titlebutton:disabled:checked > .label, + list-row:selected .titlebar button.titlebutton:disabled:checked > .label { + color: inherit; } + +list-row, list-row.button, headerbar list-row.button.titlebutton, +.titlebar list-row.button.titlebutton { + transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } + list-row:hover, list-row.button:hover, headerbar list-row.button.titlebutton:hover, + .titlebar list-row.button.titlebutton:hover { + transition: none; } + +/********************* + * App Notifications * + *********************/ +.app-notification, +.app-notification.frame { + padding: 10px; + border: none; + border-radius: 0 0 3px 3px; + background-color: rgba(35, 38, 41, 0.8); + background-image: none; + background-clip: padding-box; } + .app-notification:backdrop, + .app-notification.frame:backdrop { + background-image: none; } + .app-notification button, .app-notification headerbar button.titlebutton, headerbar .app-notification button.titlebutton, + .app-notification .titlebar button.titlebutton, + .titlebar .app-notification button.titlebutton, + .app-notification.frame button { + color: #EEEFF0; + border-color: #6d6d6d; + background-image: none; + background-color: #363636; + background-clip: padding-box; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; + font-weight: normal; } + .app-notification button.flat, .app-notification headerbar .titlebutton.button, headerbar .app-notification .titlebutton.button, + .app-notification .titlebar .titlebutton.button, + .titlebar .app-notification .titlebutton.button, + .app-notification.frame button.flat, + .app-notification.frame headerbar .titlebutton.button, + headerbar .app-notification.frame .titlebutton.button, + .app-notification.frame .titlebar .titlebutton.button, + .titlebar .app-notification.frame .titlebutton.button { + -gtk-icon-shadow: 0 1px black; + text-shadow: 0 1px black; } + .app-notification button:hover, + .app-notification.frame button:hover { + color: #EEEFF0; + border-color: #888888; + background-image: none; + background-clip: padding-box; + text-shadow: none; + -gtk-icon-shadow: none; } + .app-notification button:active, .app-notification button:checked, .app-notification button:backdrop:active, .app-notification button:backdrop:checked, + .app-notification.frame button:active, + .app-notification.frame button:checked, + .app-notification.frame button:backdrop:active, + .app-notification.frame button:backdrop:checked { + color: #EEEFF0; + border-color: rgba(35, 38, 41, 0.8); + background-image: linear-gradient(to bottom, #888888, shade(#888888, 0.8)); + background-clip: padding-box; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; } + .app-notification button:disabled, .app-notification button:backdrop:disabled, + .app-notification.frame button:disabled, + .app-notification.frame button:backdrop:disabled { + color: #909396; + border-color: #3a3f44; + background-image: none; + background-clip: padding-box; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; } + .app-notification button:backdrop, + .app-notification.frame button:backdrop { + background-clip: padding-box; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; } + +/************* + * Expanders * + *************/ +treeview.view expander { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } + treeview.view expander:dir(rtl) { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } + treeview.view expander:hover { + color: white; } + treeview.view expander:checked { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } + +/************ + * Calendar * + ***********/ +calendar { + color: #EEEFF0; + border: 1px solid #6d6d6d; } + calendar.header { + border: 1px solid rgba(0, 0, 0, 0.1); + border-radius: 0; } + calendar.header:backdrop { + border-color: rgba(0, 0, 0, 0.1); } + calendar.button, headerbar calendar.button.titlebutton, + .titlebar calendar.button.titlebutton { + color: rgba(238, 239, 240, 0.45); } + calendar.button:hover, headerbar calendar.button.titlebutton:hover, + .titlebar calendar.button.titlebutton:hover { + color: #EEEFF0; } + calendar.button:backdrop, headerbar calendar.button.titlebutton:backdrop, + .titlebar calendar.button.titlebutton:backdrop { + color: rgba(96, 100, 104, 0.45); } + calendar:indeterminate, calendar:indeterminate:backdrop, calendar.highlight, calendar.highlight:backdrop { + color: alpha(currentColor,0.55); } + calendar:backdrop { + color: #EEEFF0; + border-color: #63686c; } + +/*********** + * Dialogs * + ***********/ +message-dialog { + -GtkDialog-button-spacing: 8; + -GtkDialog-action-area-border: 8; } + message-dialog .titlebar { + box-shadow: none; } + message-dialog.csd.background { + border-bottom-left-radius: 0px; + border-bottom-right-radius: 0px; } + message-dialog.csd .dialog-action-area button { + border-radius: 0; + box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); + color: #EEEFF0; + border-color: #6d6d6d; + background-image: linear-gradient(to bottom, #363b41, #363636); } + message-dialog.csd .dialog-action-area button:hover { + color: #EEEFF0; + border-color: #888888; + background-image: linear-gradient(to bottom, #363636, #363636); } + message-dialog.csd .dialog-action-area button:active { + color: #363636; + border-color: #6d6d6d; + background-image: linear-gradient(to bottom, #888888, shade(#888888, 0.8)); } + message-dialog.csd .dialog-action-area button:disabled { + color: #909396; + border-color: #6d6d6d; + background-image: linear-gradient(to bottom, #3a3f44); + text-shadow: none; + -gtk-icon-shadow: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0); } + message-dialog.csd .dialog-action-area button:disabled > .label, message-dialog.csd .dialog-action-area headerbar button.titlebutton:disabled > .label, + message-dialog.csd .dialog-action-area .titlebar button.titlebutton:disabled > .label { + color: inherit; } + message-dialog.csd .dialog-action-area button:backdrop { + color: #EEEFF0; + border-color: #6d6d6d; + background-image: linear-gradient(to bottom, #363636); + text-shadow: none; + -gtk-icon-shadow: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0); } + message-dialog.csd .dialog-action-area button:backdrop:disabled { + color: #545c65; + border-color: #63686c; + background-image: linear-gradient(to bottom, #3a3f44); + text-shadow: none; + -gtk-icon-shadow: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0); } + message-dialog.csd .dialog-action-area button:backdrop:disabled > .label, message-dialog.csd .dialog-action-area headerbar button.titlebutton:backdrop:disabled > .label, + message-dialog.csd .dialog-action-area .titlebar button.titlebutton:backdrop:disabled > .label { + color: inherit; } + message-dialog.csd .dialog-action-area button.suggested-action { + box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); + color: white; + border-color: #888888; + background-image: linear-gradient(to bottom, #46b1e9, #3dade8); } + message-dialog.csd .dialog-action-area button.suggested-action:hover { + color: white; + border-color: #888888; + background-image: linear-gradient(to bottom, #3dade8, #3dade8); } + message-dialog.csd .dialog-action-area button.suggested-action:active { + color: white; + border-color: #888888; + background-image: linear-gradient(to bottom, #888888, shade(#888888, 0.8)); } + message-dialog.csd .dialog-action-area button.suggested-action:backdrop { + color: white; + border-color: #888888; + background-image: linear-gradient(to bottom, #888888); + text-shadow: none; + -gtk-icon-shadow: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0); } + message-dialog.csd .dialog-action-area button.suggested-action:backdrop:disabled { + color: #545c65; + border-color: #63686c; + background-image: linear-gradient(to bottom, #3a3f44); + text-shadow: none; + -gtk-icon-shadow: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0); } + message-dialog.csd .dialog-action-area button.suggested-action:backdrop:disabled > .label, message-dialog.csd .dialog-action-area headerbar .suggested-action.button.titlebutton:backdrop:disabled > .label, + message-dialog.csd .dialog-action-area .titlebar .suggested-action.button.titlebutton:backdrop:disabled > .label { + color: inherit; } + message-dialog.csd .dialog-action-area button.suggested-action:disabled { + background-color: #363636; + color: shade(#EEEFF0, 0.5); } + message-dialog.csd .dialog-action-area button.destructive-action { + box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); + color: white; + border-color: #d51010; + background-image: linear-gradient(to bottom, #df1111, #d51010); } + message-dialog.csd .dialog-action-area button.destructive-action:hover { + color: white; + border-color: #d51010; + background-image: linear-gradient(to bottom, #d51010, #d51010); } + message-dialog.csd .dialog-action-area button.destructive-action:active { + color: white; + border-color: #d51010; + background-image: linear-gradient(to bottom, #d51010, shade(#d51010, 0.8)); } + message-dialog.csd .dialog-action-area button.destructive-action:backdrop { + color: white; + border-color: #d51010; + background-image: linear-gradient(to bottom, #d51010); + text-shadow: none; + -gtk-icon-shadow: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0); } + message-dialog.csd .dialog-action-area button.destructive-action:backdrop:disabled { + color: #545c65; + border-color: #63686c; + background-image: linear-gradient(to bottom, #3a3f44); + text-shadow: none; + -gtk-icon-shadow: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0); } + message-dialog.csd .dialog-action-area button.destructive-action:backdrop:disabled > .label, message-dialog.csd .dialog-action-area headerbar .destructive-action.button.titlebutton:backdrop:disabled > .label, + message-dialog.csd .dialog-action-area .titlebar .destructive-action.button.titlebutton:backdrop:disabled > .label { + color: inherit; } + message-dialog.csd .dialog-action-area button.destructive-action:disabled { + background-color: #363636; + color: shade(#EEEFF0, 0.5); } +filechooser .search-bar { + background-color: #363636; + border-color: #363636; + box-shadow: none; } + filechooser .search-bar:backdrop { + background-color: #25292c; + border-color: #363636; } +filechooser .dialog-action-box { + border-top: 1px solid #6d6d6d; } + filechooser .dialog-action-box:backdrop { + border-top-color: #63686c; } + +/*********** + * Sidebar * + ***********/ +.sidebar { + border: none; + background-color: #363636; } + +placessidebar.sidebar .view { + color: #EEEFF0; + background-color: transparent; } + placessidebar.sidebar .view .image { + color: #b5b8ba; } + placessidebar.sidebar .view .image:selected { + color: #dce8ef; } + placessidebar.sidebar .view .image:selected:backdrop { + color: #dce8ef; } + placessidebar.sidebar .view .image:disabled { + color: #74777b; } + placessidebar.sidebar .view .image:backdrop { + color: #52565b; } + placessidebar.sidebar .view .image:backdrop:disabled { + color: #4a5158; } + placessidebar.sidebar .view:disabled { + color: #909396; } + placessidebar.sidebar .view:backdrop { + color: #606468; } + placessidebar.sidebar .view:backdrop:disabled { + color: #545c65; } + +.sidebar-item { + padding: 10px 4px; } + .sidebar-item > .label { + padding-left: 6px; + padding-right: 6px; } + .sidebar-item.needs-attention > .label { + background-size: 6px 6px, 0 0; } + +/********* + * Paned * + *********/ +paned { + -paned-handle-size: 1; + -gtk-icon-source: none; + margin: 0 8px 8px 0; } + paned:dir(rtl) { + margin-right: 0; + margin-left: 8px; } + paned .pane-separator { + background-color: #6d6d6d; } + paned .pane-separator:backdrop { + background-color: #63686c; } + +paned.wide { + -paned-handle-size: 5; + margin: 0; } + paned.wide .pane-separator { + background-color: transparent; + border-style: none solid; + border-color: #6d6d6d; + border-width: 1px; } + paned.wide.vertical .pane-separator { + border-style: solid none; } + paned.wide .pane-separator:backdrop { + border-color: #63686c; } + +/************** + * infobar * + **************/ +infobar { + border-style: none; } + +.info, +.question, +.warning, +.error { + background-color: #363636; + color: #EEEFF0; + text-shadow: none; + border-color: #1a97d8; } + .info button, .info headerbar button.titlebutton, headerbar .info button.titlebutton, + .info .titlebar button.titlebutton, + .titlebar .info button.titlebutton, + .question button, + .question headerbar button.titlebutton, + headerbar .question button.titlebutton, + .question .titlebar button.titlebutton, + .titlebar .question button.titlebutton, + .warning button, + .warning headerbar button.titlebutton, + headerbar .warning button.titlebutton, + .warning .titlebar button.titlebutton, + .titlebar .warning button.titlebutton, + .error button, + .error headerbar button.titlebutton, + headerbar .error button.titlebutton, + .error .titlebar button.titlebutton, + .titlebar .error button.titlebutton { + box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); + color: #EEEFF0; + border-color: #888888; + background-image: linear-gradient(to bottom, #46b1e9, #3dade8); } + .info button:hover, + .question button:hover, + .warning button:hover, + .error button:hover { + color: #EEEFF0; + border-color: #888888; + background-image: linear-gradient(to bottom, #3dade8, #3dade8); } + .info button:active, + .question button:active, + .warning button:active, + .error button:active { + color: #363636; + border-color: #888888; + background-image: linear-gradient(to bottom, #888888, shade(#888888, 0.8)); } + .info button:disabled, + .question button:disabled, + .warning button:disabled, + .error button:disabled { + color: #909396; + border-color: #888888; + background-image: linear-gradient(to bottom, #3999cb); + text-shadow: none; + -gtk-icon-shadow: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0); } + .info button:disabled > .label, .info headerbar button.titlebutton:disabled > .label, + .info .titlebar button.titlebutton:disabled > .label, + .question button:disabled > .label, + .question headerbar button.titlebutton:disabled > .label, + .question .titlebar button.titlebutton:disabled > .label, + .warning button:disabled > .label, + .warning headerbar button.titlebutton:disabled > .label, + .warning .titlebar button.titlebutton:disabled > .label, + .error button:disabled > .label, + .error headerbar button.titlebutton:disabled > .label, + .error .titlebar button.titlebutton:disabled > .label { + color: inherit; } + .info button:backdrop, + .question button:backdrop, + .warning button:backdrop, + .error button:backdrop { + color: #EEEFF0; + border-color: #888888; + background-image: linear-gradient(to bottom, #888888); + text-shadow: none; + -gtk-icon-shadow: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0); + border-color: #888888; } + .info button:backdrop:disabled, + .question button:backdrop:disabled, + .warning button:backdrop:disabled, + .error button:backdrop:disabled { + color: #78b7d8; + border-color: #888888; + background-image: linear-gradient(to bottom, #3999cb); + text-shadow: none; + -gtk-icon-shadow: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0); + border-color: #888888; } + .info button:backdrop:disabled > .label, .info headerbar button.titlebutton:backdrop:disabled > .label, + .info .titlebar button.titlebutton:backdrop:disabled > .label, + .question button:backdrop:disabled > .label, + .question headerbar button.titlebutton:backdrop:disabled > .label, + .question .titlebar button.titlebutton:backdrop:disabled > .label, + .warning button:backdrop:disabled > .label, + .warning headerbar button.titlebutton:backdrop:disabled > .label, + .warning .titlebar button.titlebutton:backdrop:disabled > .label, + .error button:backdrop:disabled > .label, + .error headerbar button.titlebutton:backdrop:disabled > .label, + .error .titlebar button.titlebutton:backdrop:disabled > .label { + color: inherit; } + .info .label:selected, + .info .label:selected:focus, + .info .label:selected:hover, + .question .label:selected, + .question .label:selected:focus, + .question .label:selected:hover, + .warning .label:selected, + .warning .label:selected:focus, + .warning .label:selected:hover, + .error .label:selected, + .error .label:selected:focus, + .error .label:selected:hover { + background-color: #1a97d8; } + +/************ + * Tooltips * + ************/ +tooltip { + color: white; + padding: 4px; + /* not working */ + border-radius: 5px; + box-shadow: none; + text-shadow: 0 1px black; } + tooltip.background { + background-color: rgba(0, 0, 0, 0.8); + background-clip: padding-box; + border: 1px solid rgba(255, 255, 255, 0.1); } + tooltip.window-frame.csd { + background-color: transparent; } + +tooltip * { + padding: 4px; + background-color: transparent; + color: inherit; } + +/***************** + * Color Chooser * + *****************/ +colorswatch { + box-shadow: inset 0 1px rgba(0, 0, 0, 0.1), 0 1px rgba(238, 239, 240, 0.1); } + :selected colorswatch { + box-shadow: none; } + :selected colorswatch.overlay, :selected colorswatch.overlay:hover { + border-color: #EEEFF0; } + colorswatch:selected { + box-shadow: inset 0 1px rgba(0, 0, 0, 0.1), 0 1px rgba(238, 239, 240, 0.1); } + colorswatch.top { + border-top-left-radius: 6px; + border-top-right-radius: 6px; } + colorswatch.bottom { + border-bottom-left-radius: 6px; + border-bottom-right-radius: 6px; } + colorswatch.left, colorswatch:first-child:not(.overlay):not(.top) { + border-top-left-radius: 6px; + border-bottom-left-radius: 6px; } + colorswatch.right, colorswatch:last-child:not(.overlay):not(.bottom) { + border-top-right-radius: 6px; + border-bottom-right-radius: 6px; } + colorswatch:only-child:not(.overlay) { + border-radius: 6px; } + colorswatch.top > .overlay { + border-top-left-radius: 5px; + border-top-right-radius: 5px; } + colorswatch.bottom > .overlay { + border-bottom-left-radius: 5px; + border-bottom-right-radius: 5px; } + colorswatch:first-child:not(.top) > .overlay { + border-top-left-radius: 5px; + border-bottom-left-radius: 5px; } + colorswatch:last-child:not(.bottom) > .overlay { + border-top-right-radius: 5px; + border-bottom-right-radius: 5px; } + colorswatch:only-child > .overlay { + border-radius: 5px; } + colorswatch:hover, colorswatch:hover:selected { + background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0) 50%); + box-shadow: inset 0 1px rgba(255, 255, 255, 0.4), inset 0 -1px rgba(0, 0, 0, 0.4); } + colorswatch:hover.color-dark, colorswatch:hover:selected.color-dark { + background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0) 50%); } + colorswatch:backdrop, colorswatch:backdrop:selected + colorswatch.color-dark:backdrop, colorswatch.color-dark:backdrop:selected { + background-image: none; + box-shadow: none; } + colorchooser colorswatch { + border-radius: 3px; } + colorchooser colorswatch:hover { + background-image: none; + box-shadow: inset 0 1px rgba(0, 0, 0, 0.1), 0 1px rgba(238, 239, 240, 0.1); } + colorchooser colorswatch:backdrop { + box-shadow: none; } + colorswatch.color-dark { + color: white; + outline-color: rgba(0, 0, 0, 0.3); } + colorswatch.color-dark:backdrop { + color: rgba(255, 255, 255, 0.3); } + colorswatch.color-light { + color: black; + outline-color: rgba(255, 255, 255, 0.5); } + colorswatch.color-light:backdrop { + color: rgba(0, 0, 0, 0.3); } + colorswatch.overlay, colorswatch.overlay:selected { + border: 1px solid #6d6d6d; } + colorswatch.overlay:hover, colorswatch.overlay:selected:hover { + border-color: black; } + colorswatch#add-color-button { + border-style: solid; + border-width: 1px; + box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); + color: #EEEFF0; + border-color: #6d6d6d; + background-image: linear-gradient(to bottom, #363b41, #363636); } + colorswatch#add-color-button:hover { + color: #EEEFF0; + border-color: #888888; + background-image: linear-gradient(to bottom, #363636, #363636); } + colorswatch#add-color-button:backdrop { + color: #EEEFF0; + border-color: #6d6d6d; + background-image: linear-gradient(to bottom, #363636); + text-shadow: none; + -gtk-icon-shadow: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 239, 240, 0); } + colorswatch#add-color-button .overlay { + border-color: rgba(255, 255, 255, 0); + background-color: transparent; + background-image: none; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; } + +/******** + * Misc * + ********/ +scale-popup button, scale-popup headerbar button.titlebutton, headerbar scale-popup button.titlebutton, +scale-popup .titlebar button.titlebutton, +.titlebar scale-popup button.titlebutton { + padding: 6px; } + scale-popup button:hover { + background-color: rgba(238, 239, 240, 0.1); + border-radius: 5px; } + +/********************** + * Window Decorations * + *********************/ +.window-frame { + border-width: 0; + box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.5); + /* this is used for the resize cursor area */ + margin: 10px; } + .window-frame:backdrop { + box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.5); } + .window-frame.tiled { + border-radius: 0; } + .window-frame.popup { + box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.1); } + .window-frame.ssd { + box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.1); } + .window-frame.csd.popup { + border-radius: 0; + box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.1); } + .window-frame.csd.tooltip { + border-radius: 5px; + box-shadow: none; } + .window-frame.csd.message-dialog { + border-radius: 7px; + box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.5); } + .window-frame.solid-csd { + border-radius: 0; + margin: 1px; + background-color: #363636; + border: 0; + box-shadow: none; } + +headerbar .titlebutton.button, +.titlebar .titlebutton.button { + padding: 2px; } + headerbar .titlebutton.button:backdrop, + .titlebar .titlebutton.button:backdrop { + -gtk-icon-shadow: none; } + headerbar .titlebutton.close.button, + .titlebar .titlebutton.close.button { + color: transparent; + border-image: none; + box-shadow: none; + background-position: center; + background-repeat: no-repeat; + background-image: -gtk-scaled(url("assets/titlebutton-close.png"), url("assets/titlebutton-close@2.png")); } + headerbar .titlebutton.close.button:hover, + .titlebar .titlebutton.close.button:hover { + border-color: transparent; + background-color: transparent; + background-image: -gtk-scaled(url("assets/titlebutton-close-hover.png"), url("assets/titlebutton-close-hover@2.png")); } + headerbar .titlebutton.close.button:active, + .titlebar .titlebutton.close.button:active { + border-color: transparent; + background-color: transparent; + background-image: -gtk-scaled(url("assets/titlebutton-close-active.png"), url("assets/titlebutton-close-active@2.png")); } + headerbar .titlebutton.close.button:backdrop, + .titlebar .titlebutton.close.button:backdrop { + border-color: transparent; + background-color: transparent; + background-image: -gtk-scaled(url("assets/titlebutton-close-backdrop.png"), url("assets/titlebutton-close-backdrop@2.png")); } + headerbar .titlebutton.maximize.button, + .titlebar .titlebutton.maximize.button { + color: transparent; + border-image: none; + box-shadow: none; + background-position: center; + background-repeat: no-repeat; + background-image: -gtk-scaled(url("assets/titlebutton-maximize.png"), url("assets/titlebutton-maximize@2.png")); } + headerbar .titlebutton.maximize.button:hover, + .titlebar .titlebutton.maximize.button:hover { + border-color: transparent; + background-color: transparent; + background-image: -gtk-scaled(url("assets/titlebutton-maximize-hover.png"), url("assets/titlebutton-maximize-hover@2.png")); } + headerbar .titlebutton.maximize.button:active, + .titlebar .titlebutton.maximize.button:active { + border-color: transparent; + background-color: transparent; + background-image: -gtk-scaled(url("assets/titlebutton-maximize-active.png"), url("assets/titlebutton-maximize-active@2.png")); } + headerbar .titlebutton.maximize.button:backdrop, + .titlebar .titlebutton.maximize.button:backdrop { + border-color: transparent; + background-color: transparent; + background-image: -gtk-scaled(url("assets/titlebutton-maximize-backdrop.png"), url("assets/titlebutton-maximize-backdrop@2.png")); } + headerbar .titlebutton.minimize.button, + .titlebar .titlebutton.minimize.button { + color: transparent; + border-image: none; + box-shadow: none; + background-position: center; + background-repeat: no-repeat; + background-image: -gtk-scaled(url("assets/titlebutton-minimize.png"), url("assets/titlebutton-minimize@2.png")); } + headerbar .titlebutton.minimize.button:hover, + .titlebar .titlebutton.minimize.button:hover { + border-color: transparent; + background-color: transparent; + background-image: -gtk-scaled(url("assets/titlebutton-minimize-hover.png"), url("assets/titlebutton-minimize-hover@2.png")); } + headerbar .titlebutton.minimize.button:active, + .titlebar .titlebutton.minimize.button:active { + border-color: transparent; + background-color: transparent; + background-image: -gtk-scaled(url("assets/titlebutton-minimize-active.png"), url("assets/titlebutton-minimize-active@2.png")); } + headerbar .titlebutton.minimize.button:backdrop, + .titlebar .titlebutton.minimize.button:backdrop { + border-color: transparent; + background-color: transparent; + background-image: -gtk-scaled(url("assets/titlebutton-minimize-backdrop.png"), url("assets/titlebutton-minimize-backdrop@2.png")); } + +headerbar.selection-mode .titlebutton.button, +.titlebar.selection-mode .titlebutton.button { + text-shadow: none; } + headerbar.selection-mode .titlebutton.button:backdrop, + .titlebar.selection-mode .titlebutton.button:backdrop { + -gtk-icon-shadow: none; } + +textview text selection, .view selection, .view:selected, calendar:selected, .label:selected, .label:selected:focus, .label:selected:hover, .grid-child:selected, entry:selected, entry:selected:focus, menuitem.button.flat:selected, headerbar menuitem.titlebutton.button:selected, +.titlebar menuitem.titlebutton.button:selected, list-row:selected, .sidebar:selected, placessidebar.sidebar .view:selected, placessidebar.sidebar calendar:selected { + background-color: #888888; + color: #EEEFF0; } + +/* Decouple the font of context menus from their entry/textview */ +.touch-selection, +.context-menu { + font: initial; } + +.monospace { + font: Monospace; } + +.overshoot.top { + background-image: -gtk-gradient(radial, center top, 0, center top, 0.5, to(#505457), to(rgba(80, 84, 87, 0))), -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(238, 239, 240, 0.07)), to(rgba(238, 239, 240, 0))); + background-size: 100% 5%, 100% 100%; + background-repeat: no-repeat; + background-position: center top; + background-color: transparent; + border: none; + box-shadow: none; } + .overshoot.top:backdrop { + background-image: -gtk-gradient(radial, center top, 0, center top, 0.5, to(#63686c), to(rgba(99, 104, 108, 0))); + background-size: 100% 5%; + background-repeat: no-repeat; + background-position: center top; + background-color: transparent; + border: none; + box-shadow: none; } +.overshoot.bottom { + background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#505457), to(rgba(80, 84, 87, 0))), -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(238, 239, 240, 0.07)), to(rgba(238, 239, 240, 0))); + background-size: 100% 5%, 100% 100%; + background-repeat: no-repeat; + background-position: center bottom; + background-color: transparent; + border: none; + box-shadow: none; } + .overshoot.bottom:backdrop { + background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#63686c), to(rgba(99, 104, 108, 0))); + background-size: 100% 5%; + background-repeat: no-repeat; + background-position: center bottom; + background-color: transparent; + border: none; + box-shadow: none; } +.overshoot.left { + background-image: -gtk-gradient(radial, left center, 0, left center, 0.5, to(#505457), to(rgba(80, 84, 87, 0))), -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(238, 239, 240, 0.07)), to(rgba(238, 239, 240, 0))); + background-size: 5% 100%, 100% 100%; + background-repeat: no-repeat; + background-position: left center; + background-color: transparent; + border: none; + box-shadow: none; } + .overshoot.left:backdrop { + background-image: -gtk-gradient(radial, left center, 0, left center, 0.5, to(#63686c), to(rgba(99, 104, 108, 0))); + background-size: 5% 100%; + background-repeat: no-repeat; + background-position: left center; + background-color: transparent; + border: none; + box-shadow: none; } +.overshoot.right { + background-image: -gtk-gradient(radial, right center, 0, right center, 0.5, to(#505457), to(rgba(80, 84, 87, 0))), -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(238, 239, 240, 0.07)), to(rgba(238, 239, 240, 0))); + background-size: 5% 100%, 100% 100%; + background-repeat: no-repeat; + background-position: right center; + background-color: transparent; + border: none; + box-shadow: none; } + .overshoot.right:backdrop { + background-image: -gtk-gradient(radial, right center, 0, right center, 0.5, to(#63686c), to(rgba(99, 104, 108, 0))); + background-size: 5% 100%; + background-repeat: no-repeat; + background-position: right center; + background-color: transparent; + border: none; + box-shadow: none; } + +.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; } +.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; } +.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; } +.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; } + +/* GTK NAMED COLORS + ---------------- + use responsibly! */ +/* +widget text/foreground color */ +@define-color theme_fg_color #EEEFF0; +/* +text color for entries, views and content in general */ +@define-color theme_text_color #EEEFF0; +/* +widget base background color */ +@define-color theme_bg_color #363636; +/* +text widgets and the like base background color */ +@define-color theme_base_color #262626; +/* +base background color of selections */ +@define-color theme_selected_bg_color #888888; +/* +text/foreground color of selections */ +@define-color theme_selected_fg_color #EEEFF0; +/* +base background color of insensitive widgets */ +@define-color insensitive_bg_color #3a3f44; +/* +text foreground color of insensitive widgets */ +@define-color insensitive_fg_color #909396; +/* +insensitive text widgets and the like base background color */ +@define-color insensitive_base_color #262626; +/* +widget text/foreground color on backdrop windows */ +@define-color theme_unfocused_fg_color #606468; +/* +text color for entries, views and content in general on backdrop windows */ +@define-color theme_unfocused_text_color #EEEFF0; +/* +widget base background color on backdrop windows */ +@define-color theme_unfocused_bg_color #363636; +/* +text widgets and the like base background color on backdrop windows */ +@define-color theme_unfocused_base_color #25292c; +/* +base background color of selections on backdrop windows */ +@define-color theme_unfocused_selected_bg_color #888888; +/* +text/foreground color of selections on backdrop windows */ +@define-color theme_unfocused_selected_fg_color #EEEFF0; +/* +widgets main borders color */ +@define-color borders #6d6d6d; +/* +widgets main borders color on backdrop windows */ +@define-color unfocused_borders #63686c; +/* +these are pretty self explicative */ +@define-color warning_color #f67400; +@define-color error_color #ed1515; +@define-color success_color #5aa411; +@define-color icon_red #da4453; +/* +titlebar colors */ +@define-color titlebar_bg_color #363636; +@define-color titlebar_fg_color #EEEFF0; +@define-color hover_color #888888; +/* +these colors are exported for the window manager and shouldn't be used in applications, +read if you used those and something break with a version upgrade you're on your own... */ +@define-color wm_title #EEEFF0; +@define-color wm_unfocused_title #606468; +@define-color wm_highlight transparent; +@define-color wm_borders_edge rgba(238, 239, 240, 0.1); +@define-color wm_bg_a #363636; +@define-color wm_bg_b #363636; +@define-color wm_shadow alpha(black, 0.35); +@define-color wm_border alpha(black, 0.18); +@define-color wm_button_hover_color_a shade(#363636, 1.3); +@define-color wm_button_hover_color_b #363636; +@define-color wm_button_active_color_a shade(#363636, 0.85); +@define-color wm_button_active_color_b shade(#363636, 0.89); +@define-color wm_button_active_color_c shade(#363636, 0.9); +@define-color content_view_bg #262626; + +/*# sourceMappingURL=gtk-dark.css.map */ diff --git a/.themes/papirus/gtk-3.0/gtk-dark.css.map b/.themes/papirus/gtk-3.0/gtk-dark.css.map new file mode 100644 index 00000000..7c0db140 --- /dev/null +++ b/.themes/papirus/gtk-3.0/gtk-dark.css.map @@ -0,0 +1,7 @@ +{ +"version": 3, +"mappings": "AAMA,CAAE;EACA,OAAO,EAAE,CAAC;EACV,2BAA2B,EAAE,CAAC;EAC9B,kCAAkC,ECiBtB,OAAO;EDfnB,8BAA8B,EAAE,EAAE;EAClC,gCAAgC,EAAE,EAAE;EAOpC,oCAAoC,EAAE,CAAC;EACvC,0CAA0C,EAAE,CAAC;EAE7C,+BAA+B,EAAE,EAAE;EACnC,0BAA0B,EAAE,EAAE;EAC9B,0BAA0B,EAAE,EAAE;EAE9B,iCAAiC,EAAE,CAAC;EAEpC,2BAA2B,EAAE,CAAC;EAC9B,yBAAyB,EAAE,CAAC;EAE5B,qBAAqB,ECZV,OAAwF;EDanG,6BAA6B,ECZV,OAAwF;EDc3G,wBAAwB,EAAE,CAAC;EAC3B,2BAA2B,EAAE,CAAC;EAE9B,4BAA4B,EAAE,EAAE;EAChC,6BAA6B,EAAE,EAAE;EAEjC,yBAAyB,EAAE,CAAC;EAC5B,6BAA6B,EAAE,CAAC;EAEhC,yBAAyB,EAAE,IAAI;EAM/B,aAAa,EAAE,GAAG;;;;;AAQpB,WAAY;EACV,KAAK,ECnDI,OAAyC;EDoDlD,gBAAgB,ECTE,OAAS;EDW3B,oBAAW;IACT,WAAW,EAAE,IAAI;IACjB,WAAW,EAAE,IAAI;IACjB,KAAK,ECzDE,OAAyC;ID0DhD,gBAAgB,ECfA,OAAS;;;;;;;;AD0B7B,aAAc;EACZ,iBAAiB,EAAE,GAAG;;AAGxB,kBAAmB;EACjB,gBAAgB,EC/BE,OAAS;EDgC3B,KAAK,EC3EI,OAAyC;ED4ElD,2BAAW;IACT,gBAAgB,EAAE,OAAuB;IACzC,KAAK,EC9EE,OAAyC;EDgFlD,yBAAS;IACP,gBAAgB,EAAE,OAAsB;IACxC,KAAK,EClFE,OAAyC;EDoFlD,8BAAc;IACZ,gBAAgB,EChDG,OAA8B;IDiDjD,KAAK,EClDc,OAA8B;EDoDnD,2BAAW;IACT,gBAAgB,ECrFK,OAA8D;IDsFnF,KAAK,EC5CoB,OAAkB;;ADgD/C,KAAM;EACJ,KAAK,ECrDe,OAAW;EDsD/B,gBAAgB,ECnGL,OAAyC;ED0GpD,oCAAW;IACT,aAAa,EAAE,GAAG;;AAKtB,WAAY;EACV,MAAM,EAAE,iBAA4B;EACpC,gBAAgB,EAAE,uBAAsC;;AAIxD,iEAAY;EACV,KAAK,ECpHE,OAAyC;AD6HlD,kBAAc;EACZ,KAAK,EC1Fc,OAA8B;;AD+FrD;qBAAW;EACT,OAAO,EAAE,IAAI;EACb,WAAW,EAAE,IAAI;;AAIjB,qBAAS;EACP,gBAAgB,EC7IP,OAAyC;ED8IlD,UAAU,EAAE,iBAAwB;EACpC,8BAAW;IAAE,YAAY,EAAE,iBAAwB;EACnD,8BAAW;IAAE,WAAW,EAAE,iBAAwB;EAClD,8BAAW;IACT,gBAAgB,ECtGA,OAA8D;IDuG9E,YAAY,ECjGO,OAAmC;ADoG1D,yBAAe;EAAE,gBAAgB,EAAE,IAAI;AACvC,4BAAgB;EACd,OAAO,EAAE,QAAQ;AAEnB,sCAA0B;EACxB,gBAAgB,EAAE,OAA8B;;AAIpD,WAAY;EACV,gBAAgB,EAAE,OAAgC;;AAKpD,WAAY;EACV,OAAO,EAAE,GAAG;EACZ,aAAa,EAAE,GAAG;;AAMpB;6BAAW;EACT,KAAK,ECnJQ,OAAyC;EDoJtD,MAAM,EAAE,iBAAmB;EAC3B,gBAAgB,ECnJH,qBAAgC;EDoJ7C,eAAe,EAAE,WAAW;EAC5B,aAAa,EAAE,wBAAkC;EAEjD,WAAW,EAAE,IAAI;EACjB,WAAW,EAAE,IAAI;EACjB,gEAAW;IAAE,WAAW,EAAE,IAAI;;;;;AAOhC,eAEC;EADC,EAAG;IAAE,mBAAmB,EAAE,aAAa;AAGzC,QAAS;EACP,gBAAgB,EAAE,IAAI;EACtB,gBAAgB,EAAE,IAAI;EACtB,OAAO,EAAE,CAAC;EACV,gBAAgB,EAAE,0CAA0C;EAC5D,eAAS;IACP,OAAO,EAAE,CAAC;IACV,SAAS,EAAE,uBAAuB;IAClC,2BAAc;MACZ,OAAO,EAAE,GAAG;;;;;AASlB,MAAO;EACL,MAAM,EAAE,SAAS;EACjB,OAAO,EAAE,WAAW;EAOpB,aAAa,EAAE,GAAG;EAClB,UAAU,EAAE,8CAAwB;EEnKpC,gBAAgB,ED1DL,OAAyC;EC2DpD,gBAAgB,EAAE,IAAI;EAKpB,KAAK,EDnBa,OAAW;ECoB7B,YAAY,EDxBY,OAAc;ED+KtC,iBAAO;IAAE,YAAY,EAAE,CAAC;EACxB,kBAAQ;IAAE,aAAa,EAAE,CAAC;EAO5B,8BAAqB;IACnB,OAAO,EAAE,GAAG;IEvKd,gBAAgB,ED1DL,OAAyC;IC2DpD,gBAAgB,EAAE,IAAI;IAKpB,KAAK,EDnBa,OAAW;ICoB7B,YAAY,EDxBY,OAAc;ID0LtC,MAAM,EAAE,IAAI;IACZ,aAAa,EAAE,CAAC;EAGlB,YAAQ;IE7KR,gBAAgB,ED1DL,OAAyC;IC2DpD,gBAAgB,EAAE,IAAI;IAYpB,YAAY,EDhES,OAA8D;EDiOrF,kBAAc;IE9Kd,gBAAgB,ED1DL,OAAyC;IC2DpD,gBAAgB,EAAE,IAAI;IAepB,KAAK,EDnCc,OAA8B;ICoCjD,YAAY,EDlCY,OAAc;ICmCtC,gBAAgB,EDpCG,OAA8B;ICqCjD,UAAU,EAAE,IAAI;EF4JlB,eAAW;IE/KX,gBAAgB,ED1DL,OAAyC;IC2DpD,gBAAgB,EAAE,IAAI;IAsBpB,KAAK,EDpCa,OAAW;ICqC7B,YAAY,EDzCY,OAAc;IC0CtC,gBAAgB,EDnFP,OAAyC;ICoFlD,UAAU,EAAE,IAAI;EFsJlB,2BAAuB;IEhLvB,gBAAgB,ED1DL,OAAyC;IC2DpD,gBAAgB,EAAE,IAAI;IA4BpB,KAAK,EDhDc,OAA8B;ICiDjD,YAAY,ED/CY,OAAc;ICgDtC,gBAAgB,EDjDG,OAA8B;ICkDjD,UAAU,EAAE,IAAI;EFuJlB,kBAAc;IACZ,MAAM,EAAE,GAAG;IACX,aAAa,EAAE,CAAC;IAChB,YAAY,EAAE,OAAO;IACrB,YAAY,EC9OS,OAA8D;ID+OnF,YAAY,EAAE,KAAK;IACnB,gBAAgB,EAAE,IAAI;IACtB,gBAAgB,EAAE,WAAW;IAC7B,UAAU,EAAE,IAAI;IAChB,2BAAW;MAAE,gBAAgB,EAAE,WAAW;EAG5C,gBAAY;IACV,aAAa,EAAE,CAAC;IAChB,4BAAc;MACZ,sBAAsB,EAAE,GAAG;MAC3B,yBAAyB,EAAE,GAAG;MAC9B,qCAAW;QAAE,kBAAkB,EAAE,IAAI;IAEvC,2BAAa;MACX,uBAAuB,EAAE,GAAG;MAC5B,0BAA0B,EAAE,GAAG;MAC/B,iBAAiB,EAAE,IAAI;MACvB,oCAAW;QAAE,iBAAiB,EAAE,KAAK;EAOvC,YAAa;IACX,KAAK,EC1PG,OAAO;ID2Pf,YAAY,EAAE,OAA4B;IAC1C,kBAAQ;MExNZ,gBAAgB,ED1DL,OAAyC;MC2DpD,gBAAgB,EAAE,IAAI;MAYpB,YAAY,EAAE,OAAuB;IF4MnC,kDAA6B;MAAE,gBAAgB,EC7PvC,OAAO;EDyPjB,cAAa;IACX,KAAK,EC3PK,OAAO;ID4PjB,YAAY,EAAE,OAA4B;IAC1C,oBAAQ;MExNZ,gBAAgB,ED1DL,OAAyC;MC2DpD,gBAAgB,EAAE,IAAI;MAYpB,YAAY,EAAE,OAAuB;IF4MnC,sDAA6B;MAAE,gBAAgB,EC9PrC,OAAO;EDkQrB,YAAQ;IACN,KAAK,EAAE,OAAgC;IACvC,kBAAQ;MAAE,KAAK,ECtRR,OAAyC;IDuRhD,mBAAS;MAAE,KAAK,ECnRK,OAA8D;IDoRnF,qBAAW;MAAE,KAAK,EAAE,OAAkD;EAGxE,WAAO;IEpOP,gBAAgB,ED1DL,OAAyC;IC2DpD,gBAAgB,EAAE,IAAI;IAkCpB,KAAK,EDjEQ,OAAyC;ICkEtD,YAAY,ED9DI,kBAA0B;IC+D1C,gBAAgB,EDlEL,qBAAgC;ICmE3C,eAAe,EAAE,WAAW;IAC5B,UAAU,EAAE,IAAI;IAChB,WAAW,EAAE,IAAI;IACjB,WAAW,EAAE,IAAI;IF6LjB,iBAAQ;MEtOV,gBAAgB,ED1DL,OAAyC;MC2DpD,gBAAgB,EAAE,IAAI;MA2CpB,KAAK,ED1EQ,OAAyC;MC2EtD,YAAY,EDhGS,OAA8D;MCiGnF,gBAAgB,ED3EL,qBAAgC;MC4E3C,eAAe,EAAE,WAAW;MAC5B,UAAU,EAAE,IAAI;MAChB,WAAW,EAAE,IAAI;MACjB,WAAW,EAAE,IAAI;IFqLjB,oBAAW;MEvOb,gBAAgB,ED1DL,OAAyC;MC2DpD,gBAAgB,EAAE,IAAI;MA6DpB,KAAK,ED5FQ,OAAyC;MC6FtD,YAAY,EDzFI,kBAA0B;MC0F1C,gBAAgB,ED1FA,kBAA0B;MC2F1C,eAAe,EAAE,WAAW;MAC5B,UAAU,EAAE,IAAI;MAChB,WAAW,EAAE,IAAI;MACjB,WAAW,EAAE,IAAI;IFoKjB,uBAAc;MExOhB,gBAAgB,ED1DL,OAAyC;MC2DpD,gBAAgB,EAAE,IAAI;MAoDpB,KAAK,EDhFkB,OAAkD;MCiFzE,YAAY,EDhFI,kBAA0B;MCiF1C,gBAAgB,EDnFO,mBAAyB;MCoFhD,eAAe,EAAE,WAAW;MAC5B,UAAU,EAAE,IAAI;MAChB,WAAW,EAAE,IAAI;MACjB,WAAW,EAAE,IAAI;;AFuLnB,0CAA0B;EAAE,UAAU,EAAE,IAAI;AAE5C,gDAAgC;EAAE,UAAU,EE7QpC,uBAAmB;AFgR3B,sEAAsD;EACpD,gBAAgB,EAAE,OAAqC;EACvD,gBAAgB,EAAE,mCAAuC;EACzD,+EAAW;IACT,gBAAgB,EAAE,OAAuD;IACzE,gBAAgB,EAAE,mCAAgD;AAKtE,yDAAyC;EACvC,gBAAgB,ECrTK,OAA8D;EDsTnF,UAAU,EE5RJ,uBAAmB;AFgS3B,mDAAmC;EACjC,gBAAgB,EC3TK,OAA8D;ADgUrF;;;4EAG4D;EAAE,gBAAgB,ECnUvD,OAA8D;;;;;AD8UvF,0BAeC;EAdC,IAAK;IACH,gBAAgB,EAAE,0FAI8B;EAElD,EAAG;IACD,gBAAgB,EAAE,yFAI8B;AAKpD;6BAAQ;EAIN,MAAM,EAAE,SAAS;EACjB,aAAa,EAAE,GAAG;EAClB,OAAO,EAAE,WAAW;EE/JlB,UAAU,EAAE,8BAA2B;EAEvC,KAAK,ED7ME,OAAyC;EC8MhD,YAAY,EDxKY,OAAc;ECyKtC,gBAAgB,EAAE,4CAGa;EF2JjC;+BAAO;IEiEL,YAAY,EAAE,sBAAuB;IACrC,gBAAgB,EAAE,WAAW;IAC7B,gBAAgB,EAAE,IAAI;IACzB,UAAU,EAAC,IAAI;IAEZ,WAAW,EAAE,IAAI;IACjB,WAAW,EAAE,IAAI;IFjEjB,UAAU,EAAE,IAAI;IAChB;uCAAQ;MACN,UAAU,EAfO,8CAAwB;MAgBzC,mBAAmB,EAAE,KAAK;MAC1B;gDAAS;QAAE,UAAU,EAjBJ,8CAAwB;EAoB7C;qCAAQ;IEhKN,KAAK,ED1NE,OAAyC;IC2NhD,YAAY,EDvNS,OAA8D;ICwNnF,gBAAgB,EAAE,4CAE+B;IF8JjD,iBAAiB,EAAE,SAAS;EAE9B;;uCAAoB;IEvJlB,KAAK,ED5LW,OAAS;IC6LzB,YAAY,EDlMY,OAAc;ICmMtC,gBAAgB,EAAE,wDAK+C;IFkJjE,mBAAmB,EAAE,IAAI;IACzB,2CAAQ;ME5IR,KAAK,ED1MW,OAAS;MC2MzB,YAAY,EDhNY,OAAc;MCiNtC,gBAAgB,EAAE,4CAKyB;EFsJ7C;;;oDAAiE;IE4B/D,YAAY,EAAE,sBAAuB;IACrC,gBAAgB,EAAE,WAAW;IAC7B,gBAAgB,EAAE,IAAI;IACzB,UAAU,EAAC,IAAI;IAEZ,WAAW,EAAE,IAAI;IACjB,WAAW,EAAE,IAAI;EF/BnB;2CAAc;IEhJZ,KAAK,EDjOc,OAA8B;ICkOjD,YAAY,EDhOY,OAAc;ICkOtC,gBAAgB,EAAE,mCAAgC;IAClD,WAAW,EAAE,IAAI;IACjB,WAAW,EAAE,IAAI;IAlQO,UAAU,EAAE,kEAAkB;IAsQtD;sDAAS;MAAE,KAAK,EAAE,OAAO;IFyIzB,uDAAoB;ME/HpB,KAAK,EDpPc,OAA8B;MCqPjD,YAAY,EAHN,OAAgE;MAItE,gBAAgB,EAAE,4CAAsD;MAIxE;;gEAAS;QAAE,KAAK,EAAE,OAAO;EF8H3B;mCAAM;IAEJ,KAAK,ECtYM,OAAyC;IDuYpD,aAAa,EAAE,GAAG;IAClB,aAAa,EAAE,wBAAkC;IEvDjD,KAAK,EDzWE,OAAyC;IC0WhD,YAAY,EApFN,OAAgE;IAqFtE,gBAAgB,EAAE,IAAI;IACtB,gBAAgB,EDjUA,OAAS;ICkUzB,eAAe,EAAE,WAAW;IAC5B,UAAU,EAAE,IAAI;IAChB,WAAW,EAAE,IAAI;IACjB,WAAW,EAAE,IAAI;IACjB,WAAW,EAAE,MAAM;IFiDnB,MAAM,EAAE,IAAI;IACZ,UAAU,EAAE,IAAI;IANhB;qCAAe;MAAE,OAAO,EAAE,IAAI;IAO9B,iBAAQ;ME5CR,KAAK,EDxXE,OAAyC;MCyXhD,YAAY,EDrXS,OAA8D;MCsXnF,gBAAgB,EAAE,IAAI;MACtB,eAAe,EAAE,WAAW;MAC5B,WAAW,EAAE,IAAI;MACjB,WAAW,EAAE,IAAI;MFyCf,MAAM,EAAE,IAAI;MACZ,UAAU,EAAE,IAAI;IAElB,uCAAoB;MEnCpB,KAAK,EDxVoB,OAAkB;MCyV3C,YAAY,EAjCN,qBACgC;MAiCtC,gBAAgB,EAAE,wDAK+C;MACjE,eAAe,EAAE,WAAW;MAC5B,UAAU,EAAE,IAAI;MAChB,WAAW,EAAE,IAAI;MACjB,WAAW,EAAE,IAAI;MF0Bf,MAAM,EAAE,IAAI;MACZ,UAAU,EAAE,IAAI;IAElB,yDAAsC;MEtBtC,KAAK,EDpXc,OAA8B;MCqXjD,YAAY,EArIN,OACwC;MAqI9C,gBAAgB,EAAE,IAAI;MACtB,eAAe,EAAE,WAAW;MAC5B,UAAU,EAAE,IAAI;MAChB,WAAW,EAAE,IAAI;MACjB,WAAW,EAAE,IAAI;MFkBf,MAAM,EAAE,IAAI;IAEd,oBAAW;MEbX,eAAe,EAAE,WAAW;MAC5B,UAAU,EAAE,IAAI;MAChB,WAAW,EAAE,IAAI;MACjB,WAAW,EAAE,IAAI;MFYf,MAAM,EAAE,IAAI;EAIhB;;oCAAO;IE/EL,KAAK,EDzWE,OAAyC;IC0WhD,YAAY,EApFN,OAAgE;IAqFtE,gBAAgB,EAAE,IAAI;IACtB,gBAAgB,EDjUA,OAAS;ICkUzB,eAAe,EAAE,WAAW;IAC5B,UAAU,EAAE,IAAI;IAChB,WAAW,EAAE,IAAI;IACjB,WAAW,EAAE,IAAI;IACjB,WAAW,EAAE,MAAM;IF8EnB,aAAa,EAAE,GAAG;IAClB,YAAY,EAAE,KAAK;IACnB,qBAAW;MACT,aAAa,EAAE,GAAG;IAEpB,wBAAc;MACZ,aAAa,EAAE,eAAe;IAEhC,uBAAa;MACX,aAAa,EAAE,eAAe;MAC9B,gCAAW;QAAE,kBAAkB,EAAE,KAAK;IAExC,uBAAa;MACX,aAAa,EAAE,GAAG;MAClB,YAAY,EAAE,KAAK;IAGrB,kBAAQ;MExFR,KAAK,EDxXE,OAAyC;MCyXhD,YAAY,EDrXS,OAA8D;MCsXnF,gBAAgB,EAAE,IAAI;MACtB,eAAe,EAAE,WAAW;MAC5B,WAAW,EAAE,IAAI;MACjB,WAAW,EAAE,IAAI;IFuFjB,sGAA2D;ME9E3D,KAAK,EDxVoB,OAAkB;MCyV3C,YAAY,EAjCN,qBACgC;MAiCtC,gBAAgB,EAAE,wDAK+C;MACjE,eAAe,EAAE,WAAW;MAC5B,UAAU,EAAE,IAAI;MAChB,WAAW,EAAE,IAAI;MACjB,WAAW,EAAE,IAAI;IFuEjB,2DAAsC;MEhEtC,KAAK,EDpXc,OAA8B;MCqXjD,YAAY,EArIN,OACwC;MAqI9C,gBAAgB,EAAE,IAAI;MACtB,eAAe,EAAE,WAAW;MAC5B,UAAU,EAAE,IAAI;MAChB,WAAW,EAAE,IAAI;MACjB,WAAW,EAAE,IAAI;IF8DjB,qBAAW;MEvDX,eAAe,EAAE,WAAW;MAC5B,UAAU,EAAE,IAAI;MAChB,WAAW,EAAE,IAAI;MACjB,WAAW,EAAE,IAAI;IFwDjB;;sCAAO;MElDP,YAAY,EAAE,sBAAuB;MACrC,gBAAgB,EAAE,WAAW;MAC7B,gBAAgB,EAAE,IAAI;MACzB,UAAU,EAAC,IAAI;MAEZ,WAAW,EAAE,IAAI;MACjB,WAAW,EAAE,IAAI;MF8Cf,UAAU,EAAE,IAAI;MAChB,WAAW,EAAE,IAAI;MACjB,WAAW,EAAE,IAAI;MACjB,WAAW,EAAE,MAAM;MACnB;;8CAAQ;QE9GV,KAAK,EDxXE,OAAyC;QCyXhD,YAAY,EDrXS,OAA8D;QCsXnF,gBAAgB,EAAE,IAAI;QACtB,eAAe,EAAE,WAAW;QAC5B,WAAW,EAAE,IAAI;QACjB,WAAW,EAAE,IAAI;QF2Gb,eAAe,EAAE,WAAW;QAC5B,UAAU,EAAE,IAAI;MAElB;;oDAAc;QEnFhB,KAAK,EDpXc,OAA8B;QCqXjD,YAAY,EArIN,OACwC;QAqI9C,gBAAgB,EAAE,IAAI;QACtB,eAAe,EAAE,WAAW;QAC5B,UAAU,EAAE,IAAI;QAChB,WAAW,EAAE,IAAI;QACjB,WAAW,EAAE,IAAI;QF+Eb,gBAAgB,EAAE,IAAI;QACtB,YAAY,EAAE,WAAW;QACzB,UAAU,EAAE,IAAI;MAElB;;iDAAW;QEnEb,YAAY,EAAE,sBAAuB;QACrC,gBAAgB,EAAE,WAAW;QAC7B,gBAAgB,EAAE,IAAI;QACzB,UAAU,EAAC,IAAI;QAEZ,WAAW,EAAE,IAAI;QACjB,WAAW,EAAE,IAAI;MF8Df;;;;gDAAoB;QE5GtB,KAAK,EDxVoB,OAAkB;QCyV3C,YAAY,EAjCN,qBACgC;QAiCtC,gBAAgB,EAAE,wDAK+C;QACjE,eAAe,EAAE,WAAW;QAC5B,UAAU,EAAE,IAAI;QAChB,WAAW,EAAE,IAAI;QACjB,WAAW,EAAE,IAAI;QFmGb,eAAe,EAAE,WAAW;QAC5B,YAAY,EAAE,WAAW;QACzB,UAAU,EAAE,IAAI;EAQpB;gDAAa;IEnTb,UAAU,EAAE,8BAA2B;IAEvC,KAAK,EDhNI,OAAyC;ICiNlD,YAAY,ED1MS,OAA8D;IC2MnF,gBAAgB,EAAE,4CAGa;IF8S7B;kDAAO;MElFT,YAAY,EAAE,sBAAuB;MACrC,gBAAgB,EAAE,WAAW;MAC7B,gBAAgB,EAAE,IAAI;MACzB,UAAU,EAAC,IAAI;MAEZ,WAAW,EAAE,IAAI;MACjB,WAAW,EAAE,IAAI;MF8Eb,KAAK,EC9fY,OAA8D;IDggBjF,8BAAQ;ME1SV,KAAK,EF0SwC,KAAK;MEzSlD,YAAY,EDvNS,OAA8D;MCwNnF,gBAAgB,EAAE,4CAE+B;IFuS/C,iEAAoB;ME9RtB,KAAK,EF8RqD,KAAK;ME7R/D,YAAY,EDpOS,OAA8D;MCqOnF,gBAAgB,EAAE,wDAK+C;IFwR/D;2DAA4B;ME9N9B,KAAK,EF+NmC,KAAK;ME9N7C,YAAY,EAHN,OAA0C;MAIhD,gBAAgB,EAAE,mCAAgC;MAClD,WAAW,EAAE,IAAI;MACjB,WAAW,EAAE,IAAI;MApSO,UAAU,EAAE,gEAAkB;MFggBlD;;qEAAoB;QEhNxB,KAAK,EAAE,OAAyD;QAChE,YAAY,EAHN,OAA4C;QAIlD,gBAAgB,EAAE,mCAAgC;QAlT1B,UAAU,EAAE,gEAAkB;MFmgBlD;yEAAc;QEpMlB,KAAK,ED1RoB,OAA0F;QC2RnH,YAAY,EDzRS,OAAmC;QC0RxD,gBAAgB,EAAE,mCAAgC;QAClD,WAAW,EAAE,IAAI;QACjB,WAAW,EAAE,IAAI;QAlUX,UAAU,EAqUE,kCAAmC;QACrD;;oFAAS;UAAE,KAAK,EAAE,OAAO;QF8LnB;;mFAAoB;UElL1B,KAAK,EAAE,OAAiE;UACxE,YAAY,EAHN,OAA4C;UAIlD,gBAAgB,EAAE,mCAAgC;UAElD;;;;8FAAS;YAAE,KAAK,EAAE,OAAO;IFmLvB;;;uEAAiE;MEpGnE,YAAY,EAAE,sBAAuB;MACrC,gBAAgB,EAAE,WAAW;MAC7B,gBAAgB,EAAE,IAAI;MACzB,UAAU,EAAC,IAAI;MAEZ,WAAW,EAAE,IAAI;MACjB,WAAW,EAAE,IAAI;MFgGb,KAAK,EAAE,uBAA6B;IAEtC,oCAAc;MAEZ,gBAAgB,EAAE,WAAW;MAChC,KAAK,EAAE,mBAA6B;MACjC,yFAAoB;QAElB,gBAAgB,EAAE,WAAW;QAChC,KAAK,EAAE,mBAA6B;IAGrC,6BAAO;MEvLT,KAAK,EDzWE,OAAyC;MC0WhD,YAAY,EApFN,OAAgE;MAqFtE,gBAAgB,EAAE,IAAI;MACtB,gBAAgB,EAvCV,OAA4C;MAwClD,eAAe,EAAE,WAAW;MAC5B,UAAU,EAAE,IAAI;MAChB,WAAW,EAAE,IAAI;MACjB,WAAW,EAAE,IAAI;MACjB,WAAW,EAAE,MAAM;MFkLf,mCAAQ;QE3KZ,KAAK,EDxXE,OAAyC;QCyXhD,YAAY,EAhCN,OAA4C;QAiClD,gBAAgB,EAAE,IAAI;QACtB,eAAe,EAAE,WAAW;QAC5B,WAAW,EAAE,IAAI;QACjB,WAAW,EAAE,IAAI;MF0Kb,0KAA2D;QEjK/D,KAAK,EDxVoB,OAAkB;QCyV3C,YAAY,EAjCN,qBACgC;QAiCtC,gBAAgB,EAAE,wDAK+C;QACjE,eAAe,EAAE,WAAW;QAC5B,UAAU,EAAE,IAAI;QAChB,WAAW,EAAE,IAAI;QACjB,WAAW,EAAE,IAAI;MF0Jb,6FAAsC;QEnJ1C,KAAK,EDpXc,OAA8B;QCqXjD,YAAY,EArFN,OAAiE;QAsFvE,gBAAgB,EAAE,IAAI;QACtB,eAAe,EAAE,WAAW;QAC5B,UAAU,EAAE,IAAI;QAChB,WAAW,EAAE,IAAI;QACjB,WAAW,EAAE,IAAI;MFiJb,sCAAW;QE1If,eAAe,EAAE,WAAW;QAC5B,UAAU,EAAE,IAAI;QAChB,WAAW,EAAE,IAAI;QACjB,WAAW,EAAE,IAAI;EFsFjB;kDAAa;IEnTb,UAAU,EAAE,8BAA2B;IAEvC,KAAK,EDhNI,OAAyC;ICiNlD,YAAY,EDzLI,OAAqD;IC0LrE,gBAAgB,EAAE,4CAGa;IF8S7B;oDAAO;MElFT,YAAY,EAAE,sBAAuB;MACrC,gBAAgB,EAAE,WAAW;MAC7B,gBAAgB,EAAE,IAAI;MACzB,UAAU,EAAC,IAAI;MAEZ,WAAW,EAAE,IAAI;MACjB,WAAW,EAAE,IAAI;MF8Eb,KAAK,EC7eO,OAAqD;ID+enE,gCAAQ;ME1SV,KAAK,EF0SwC,KAAK;MEzSlD,YAAY,EDtMI,OAAqD;MCuMrE,gBAAgB,EAAE,4CAE+B;IFuS/C,qEAAoB;ME9RtB,KAAK,EF8RqD,KAAK;ME7R/D,YAAY,EDnNI,OAAqD;MCoNrE,gBAAgB,EAAE,wDAK+C;IFwR/D;6DAA4B;ME9N9B,KAAK,EF+NmC,KAAK;ME9N7C,YAAY,EAHN,OAA0C;MAIhD,gBAAgB,EAAE,mCAAgC;MAClD,WAAW,EAAE,IAAI;MACjB,WAAW,EAAE,IAAI;MApSO,UAAU,EAAE,gEAAkB;MFggBlD;;uEAAoB;QEhNxB,KAAK,EAAE,OAAyD;QAChE,YAAY,EAHN,OAA4C;QAIlD,gBAAgB,EAAE,mCAAgC;QAlT1B,UAAU,EAAE,gEAAkB;MFmgBlD;2EAAc;QEpMlB,KAAK,ED1RoB,OAA0F;QC2RnH,YAAY,EDzRS,OAAmC;QC0RxD,gBAAgB,EAAE,mCAAgC;QAClD,WAAW,EAAE,IAAI;QACjB,WAAW,EAAE,IAAI;QAlUX,UAAU,EAqUE,kCAAmC;QACrD;;sFAAS;UAAE,KAAK,EAAE,OAAO;QF8LnB;;qFAAoB;UElL1B,KAAK,EAAE,OAAiE;UACxE,YAAY,EAHN,OAA4C;UAIlD,gBAAgB,EAAE,mCAAgC;UAElD;;;;gGAAS;YAAE,KAAK,EAAE,OAAO;IFmLvB;;;yEAAiE;MEpGnE,YAAY,EAAE,sBAAuB;MACrC,gBAAgB,EAAE,WAAW;MAC7B,gBAAgB,EAAE,IAAI;MACzB,UAAU,EAAC,IAAI;MAEZ,WAAW,EAAE,IAAI;MACjB,WAAW,EAAE,IAAI;MFgGb,KAAK,EAAE,sBAA6B;IAEtC,sCAAc;MAEZ,gBAAgB,EAAE,WAAW;MAChC,KAAK,EAAE,mBAA6B;MACjC,6FAAoB;QAElB,gBAAgB,EAAE,WAAW;QAChC,KAAK,EAAE,mBAA6B;IAGrC,+BAAO;MEvLT,KAAK,EDzWE,OAAyC;MC0WhD,YAAY,EApFN,OAAgE;MAqFtE,gBAAgB,EAAE,IAAI;MACtB,gBAAgB,EAvCV,OAA4C;MAwClD,eAAe,EAAE,WAAW;MAC5B,UAAU,EAAE,IAAI;MAChB,WAAW,EAAE,IAAI;MACjB,WAAW,EAAE,IAAI;MACjB,WAAW,EAAE,MAAM;MFkLf,qCAAQ;QE3KZ,KAAK,EDxXE,OAAyC;QCyXhD,YAAY,EAWN,OAAyC;QAV/C,gBAAgB,EAAE,IAAI;QACtB,eAAe,EAAE,WAAW;QAC5B,WAAW,EAAE,IAAI;QACjB,WAAW,EAAE,IAAI;MF0Kb,kLAA2D;QEjK/D,KAAK,EDxVoB,OAAkB;QCyV3C,YAAY,EAjCN,qBACgC;QAiCtC,gBAAgB,EAAE,wDAK+C;QACjE,eAAe,EAAE,WAAW;QAC5B,UAAU,EAAE,IAAI;QAChB,WAAW,EAAE,IAAI;QACjB,WAAW,EAAE,IAAI;MF0Jb,iGAAsC;QEnJ1C,KAAK,EDpXc,OAA8B;QCqXjD,YAAY,EArFN,OAAiE;QAsFvE,gBAAgB,EAAE,IAAI;QACtB,eAAe,EAAE,WAAW;QAC5B,UAAU,EAAE,IAAI;QAChB,WAAW,EAAE,IAAI;QACjB,WAAW,EAAE,IAAI;MFiJb,wCAAW;QE1If,eAAe,EAAE,WAAW;QAC5B,UAAU,EAAE,IAAI;QAChB,WAAW,EAAE,IAAI;QACjB,WAAW,EAAE,IAAI;EF+InB;+BAAe;IAAE,OAAO,EAAE,GAAG;EAE7B;2CAAc;IACZ,YAAY,EAAE,IAAI;IAClB,aAAa,EAAE,IAAI;EAGrB;2CAA2B;IAKzB,OAAO,EAAE,WAAW;IACpB;gEAAmB;MAAE,YAAY,EAAE,GAAG;IACtC;+DAAkB;MAAE,aAAa,EAAE,GAAG;EAGxC;iDAAoB;IAKlB,cAAc,EAAE,IAAI;IAEpB,kCAAS;MACP,YAAY,EAAE,GAAG;MACjB,aAAa,EAAE,GAAG;IAEpB;8DAAW;MACT,YAAY,EAAE,GAAG;MACjB,aAAa,EAAE,GAAG;MAClB,WAAW,EAAE,GAAG;MAChB,cAAc,EAAE,GAAG;IAErB;+DAAc;MACZ,OAAO,EAAE,YAAY;IAEvB;mDAAe;MAGb,OAAO,EAAE,OAAO;IAIlB,gPAGqC;MACnC,SAAS,EAAE,IAAI;MACf,gBAAgB,EAAE,IAAI;EAK1B;;iFAA8C;IAC5C,aAAa,EAAE,GAAG;IAClB,YAAY,EAAE,GAAG;EAInB;;gDAAmB;IAAE,WAAW,EAAE,IAAI;;AAexC,gJAAiB;EACf,SAAS,EAAE,6BAA6B;EAGxC,gBAAgB,EAAE,oMAS8B;EAChD,eAAe,EAAE,gBAAgB;EACjC,iBAAiB,EAAE,SAAS;EAEpB,mBAAmB,EAAE,oBAAoB;EACjD,2KAAW;IAAE,eAAe,EAAE,YAAY;EAC1C,2KAAW;IAED,mBAAmB,EAAE,kBAAkB;;AAOnD;;6DAAwC;EEndpC,UAAU,EAAE,8BAA2B;EAEvC,KAAK,ED7ME,OAAyC;EC8MhD,YAAY,EAwEN,OAAgE;EAvEtE,gBAAgB,EAAE,4CAGa;EF+cjC;qEAAQ;IEvcN,KAAK,ED1NE,OAAyC;IC2NhD,YAAY,EAyKN,OAAyC;IAxK/C,gBAAgB,EAAE,4CAE+B;EFocnD;;uEACS;IE5bP,KAAK,EA8FC,OAA4C;IA7FlD,YAAY,EA8CN,OAAgE;IA7CtE,gBAAgB,EAAE,wDAK+C;EFsbnE;2EAAc;IE/ZZ,KAAK,EDjOc,OAA8B;ICkOjD,YAAY,EAgBN,OAAgE;IAdtE,gBAAgB,EAAE,mCAAgC;IAClD,WAAW,EAAE,IAAI;IACjB,WAAW,EAAE,IAAI;IAlQO,UAAU,EAAE,kEAAkB;IAsQtD,4DAAS;MAAE,KAAK,EAAE,OAAO;EFuZ3B;;mFACsB;IE9YpB,KAAK,EDpPc,OAA8B;ICqPjD,YAAY,EAHN,OAAgE;IAItE,gBAAgB,EAAE,4CAAsD;IAIxE,yIAAS;MAAE,KAAK,EAAE,OAAO;EFyY3B;wEAAW;IE/XT,KAAK,EDxSE,OAAyC;ICyShD,YAAY,EAnBN,OAAgE;IAoBtE,gBAAgB,EAAE,mCAAgC;IAClD,WAAW,EAAE,IAAI;IACjB,WAAW,EAAE,IAAI;IApSO,UAAU,EAAE,gEAAkB;EFgqBxD;;gFACmB;IEjXjB,KAAK,ED5QW,OAAuC;IC6QvD,YAAY,ED1QS,OAAmC;IC2QxD,gBAAgB,EAAE,mCAAgC;IAlT1B,UAAU,EAAE,gEAAkB;EFkqBxD;oFAAuB;IEnWrB,KAAK,ED1RoB,OAA0F;IC2RnH,YAAY,EDzRS,OAAmC;IC0RxD,gBAAgB,EAAE,mCAAgC;IAClD,WAAW,EAAE,IAAI;IACjB,WAAW,EAAE,IAAI;IAlUX,UAAU,EAqUE,kCAAmC;IACrD,qEAAS;MAAE,KAAK,EAAE,OAAO;EF4V3B;;4FAC+B;IEjV7B,KAAK,ED9SoB,OAA0F;IC+SnH,YAAY,ED7SS,OAAmC;IC8SxD,gBAAgB,EAAE,mCAAgC;IAElD,2JAAS;MAAE,KAAK,EAAE,OAAO;;AF+V3B;;;;;;;;;;;;;;mLAAW;EACT,aAAa,EAAE,GAAG;;AAQpB;;;;;;;;;;;8NAAc;EACZ,aAAa,EAAE,eAAe;EAC9B,iBAAiB,EAAE,KAAK;AAE1B;;;;;;;;;;;0NAAa;EACX,aAAa,EAAE,eAAe;EAC9B;;;;;;;;;;;;;;gQAAW;IAAE,kBAAkB,EAAE,KAAK;AAExC;;;;;;;;;;;0NAAa;EACX,aAAa,EAAE,GAAG;EAClB,YAAY,EAAE,KAAK;;AAIvB;;wCAAwB;EACtB,iBAAiB,EAAE,KAAK;EACxB,mBAAmB,EAAE,IAAI;EACzB,aAAa,EAAE,GAAG;;AAKlB;;oDAAc;EACZ,aAAa,EAAE,eAAe;AAEhC;;mDAAa;EACX,aAAa,EAAE,eAAe;EAC9B,YAAY,EAAE,KAAK;AAErB;;mDAAa;EACX,aAAa,EAAE,GAAG;EAClB,YAAY,EAAE,KAAK;;AAIvB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;0OAAoB;EAClB,YAAY,EAAE,WAAW;EACzB,gBAAgB,EAAE,WAAW;EAC7B,gBAAgB,EAAE,IAAI;EACtB,UAAU,EAAE,gEAC8B;EAC1C,WAAW,EAAE,IAAI;EACjB,WAAW,EAAE,IAAI;;;AAInB;sCAAsB;EAEpB,cAAc,EAAE,IAAI;EACpB;8CAAQ;IAAE,gBAAgB,EAAE,OAA8B;;AAQ5D;2CAAsB;EACpB,OAAO,EAAE,GAAG;EAEZ,2DAAsC;IAEpC,aAAa,EAAE,CAAC;IAChB,UAAU,EAAE,kEACc;IAC1B,6IACW;MAAE,UAAU,EAAE,IAAI;;;;;AAQjC;;qCAAO;EACL,KAAK,ECtwBM,OAAwF;EDuwBnG;uCAAU;IACR,KAAK,ECvwBY,OAAwF;IDwwBzG,qDAAa;MAAE,KAAK,EAAE,OAAgD;EAExE,uDAAQ;IACN,KAAK,EAAE,OAAwB;IAC/B,wFAAa;MAAE,KAAK,EAAE,OAAgD;EAExE,0DAAS;IACP,KAAK,EChxBI,OAAwF;IDixBjG,2FAAa;MAAE,KAAK,EAAE,OAAgD;EAExE;0DAAwD;IACtD,KAAK,EE5ZC,OAAyC;EF8ZjD;mHAAyB;IACvB,KAAK,EAAE,OAAgD;;AAI3D;;qCAA8B;EAG5B,WAAW,EAAE,IAAI;EACjB,qIAA6B;IAE3B,WAAW,EAAE,IAAI;;;;;AAcnB;;yCAAQ;EACN,gBAAgB,EAAE,IAAI;EACtB,YAAY,EAAE,oBAAoB;EAClC,YAAY,EAAE,wBAAmC;EACjD,KAAK,EAAE,OAAgC;EACvC,aAAa,EAAE,CAAC;EAChB,UAAU,EAAE,IAAI;EAGhB,4BAAW;IAAE,YAAY,EAAE,oBAAoB;EAC/C,yBAAQ;IACN,KAAK,ECt0BA,OAAyC;IDu0B9C,gBAAgB,EAAE,yBAA+B;EAEnD,+BAAc;IACZ,KAAK,EAAE,wBAA0C;EAEnD,0BAAS;IACP,UAAU,EAAE,uCAA+C;IAC3D,gBAAgB,EAAE,kBAA0B;EAE9C,4BAAW;IACT,KAAK,EAAE,OAAkD;IACzD,YAAY,EAAE,uBAA4C;IAC1D,gBAAgB,EAAE,WAAW;EAE/B,wCAAuB;IACrB,gBAAgB,EAAE,IAAI;IACtB,KAAK,EAAE,sBAA+C;IACtD,YAAY,EAAE,oBAAoB;IAClC,iDAAW;MAAE,YAAY,EAAE,oBAAoB;AAIjD,wBAAQ;EE/aR,YAAY,EAAE,sBAAuB;EACrC,gBAAgB,EAAE,WAAW;EAC7B,gBAAgB,EAAE,IAAI;EACzB,UAAU,EAAC,IAAI;EAEZ,WAAW,EAAE,IAAI;EACjB,WAAW,EAAE,IAAI;EF2af,KAAK,ECv0BI,OAAyC;EDw0BlD,YAAY,EAAE,oBAAoB;EAClC,YAAY,EAAE,kBAAuC;EACrD,aAAa,EAAE,CAAC;EAChB,UAAU,EAAE,IAAI;EAChB,WAAW,EAAE,WAAW;EACxB,iCAAW;IAAE,YAAY,EAAE,oBAAoB;EAC/C,8BAAQ;IExbV,YAAY,EAAE,sBAAuB;IACrC,gBAAgB,EAAE,WAAW;IAC7B,gBAAgB,EAAE,IAAI;IACzB,UAAU,EAAC,IAAI;IAEZ,WAAW,EAAE,IAAI;IACjB,WAAW,EAAE,IAAI;IFobb,KAAK,ECh1BE,OAAyC;IDi1BhD,YAAY,EAAE,kBAAmD;IACjE,gBAAgB,EAAE,wBAAkC;IACpD,WAAW,EAAE,WAAW;IACxB,UAAU,EAAE,IAAI;EAElB,iCAAW;IEhcb,YAAY,EAAE,sBAAuB;IACrC,gBAAgB,EAAE,WAAW;IAC7B,gBAAgB,EAAE,IAAI;IACzB,UAAU,EAAC,IAAI;IAEZ,WAAW,EAAE,IAAI;IACjB,WAAW,EAAE,IAAI;IF4bb,KAAK,ECx1BE,OAAyC;IDy1BhD,YAAY,EAAE,kBAAmD;IACjE,WAAW,EAAE,IAAI;IACjB,UAAU,EAAE,IAAI;EAElB,oCAAc;IEvchB,YAAY,EAAE,sBAAuB;IACrC,gBAAgB,EAAE,WAAW;IAC7B,gBAAgB,EAAE,IAAI;IACzB,UAAU,EAAC,IAAI;IAEZ,WAAW,EAAE,IAAI;IACjB,WAAW,EAAE,IAAI;IFmcb,KAAK,EC31Bc,OAAkD;ID41BrE,YAAY,EAAE,kBAAmD;IACjE,WAAW,EAAE,IAAI;IACjB,UAAU,EAAE,IAAI;EAElB,mCAAa;IAAE,aAAa,EAAE,WAAW;EACzC,6CAAuB;IAAE,aAAa,EAAE,WAAW;AAIrD,mEAAQ;EACN,WAAW,EAAE,GAAG;EAChB,cAAc,EAAE,GAAG;EACnB,2FAAc;IEzrBhB,UAAU,EAAE,8BAA2B;IAEvC,KAAK,ED7ME,OAAyC;IC8MhD,YAAY,EAwEN,OAAgE;IAvEtE,gBAAgB,EAAE,4CAGa;IFqrB3B,yGAAS;MEhqBb,KAAK,EAkHC,OAA4C;MAjHlD,YAAY,EA8CN,OAAgE;MA7CtE,gBAAgB,EAAE,wDAK+C;IF6pB7D,uGAAQ;MEjrBZ,KAAK,ED1NE,OAAyC;MC2NhD,YAAY,EAyKN,OAAyC;MAxK/C,gBAAgB,EAAE,4CAE+B;IFirB7C,mHAAc;ME1oBlB,KAAK,EDjOc,OAA8B;MCkOjD,YAAY,EAgBN,OAAgE;MAdtE,gBAAgB,EAAE,mCAAgC;MAClD,WAAW,EAAE,IAAI;MACjB,WAAW,EAAE,IAAI;MAjQX,UAAU,EAoQE,kCAAmC;MACrD;;kGAAS;QAAE,KAAK,EAAE,OAAO;IFqoBrB,6GAAW;ME3mBf,KAAK,EDxSE,OAAyC;MCyShD,YAAY,EAnBN,OAAgE;MAoBtE,gBAAgB,EAAE,mCAAgC;MAClD,WAAW,EAAE,IAAI;MACjB,WAAW,EAAE,IAAI;MAnSX,UAAU,EAoSE,kCAAmC;EF2mBnD,yFAAa;IE7sBf,UAAU,EAAE,8BAA2B;IAEvC,KAAK,ED7ME,OAAyC;IC8MhD,YAAY,EAwEN,OAAgE;IAvEtE,gBAAgB,EAAE,4CAGa;IFysB3B,uGAAS;MEprBb,KAAK,EA+DC,OAA0C;MA9DhD,YAAY,EA8CN,OAAgE;MA7CtE,gBAAgB,EAAE,wDAK+C;IFirB7D,qGAAQ;MErsBZ,KAAK,ED1NE,OAAyC;MC2NhD,YAAY,EAyKN,OAAyC;MAxK/C,gBAAgB,EAAE,4CAE+B;IFqsB7C,iHAAc;ME9pBlB,KAAK,EDjOc,OAA8B;MCkOjD,YAAY,EAgBN,OAAgE;MAdtE,gBAAgB,EAAE,mCAAgC;MAClD,WAAW,EAAE,IAAI;MACjB,WAAW,EAAE,IAAI;MAlQO,UAAU,EAAE,kEAAkB;MAsQtD;;iGAAS;QAAE,KAAK,EAAE,OAAO;IFypBrB,2GAAW;ME/nBf,KAAK,EDxSE,OAAyC;MCyShD,YAAY,EAnBN,OAAgE;MAoBtE,gBAAgB,EAAE,mCAAgC;MAClD,WAAW,EAAE,IAAI;MACjB,WAAW,EAAE,IAAI;MApSO,UAAU,EAAE,gEAAkB;EFo6BpD,6GAAuB;IErmBzB,KAAK,ED1RoB,OAA0F;IC2RnH,YAAY,EDzRS,OAAmC;IC0RxD,gBAAgB,EAAE,mCAAgC;IAClD,WAAW,EAAE,IAAI;IACjB,WAAW,EAAE,IAAI;IAlUX,UAAU,EAqUE,kCAAmC;IACrD;;6FAAS;MAAE,KAAK,EAAE,OAAO;AFimBzB,+DAAQ;EAGN,aAAa,EAAE,CAAC;EAChB,YAAY,EAAE,GAAG;EACjB,aAAa,EAAE,GAAG;AAEpB,ozBAAY;EACV,aAAa,EAAE,WAAW;EAC1B,YAAY,EAAE,sBAAsB;AAEtC,qyBAAe;EACb,aAAa,EAAE,WAAW;EAC1B,YAAY,EAAE,sBAAsB;AAItC,kEAAuB;EACrB,OAAO,EAAE,GAAG;EACZ,YAAY,EAAE,KAAK;EACnB,YAAY,EEhkBR,OAAyC;EFikB7C,aAAa,EAAE,CAAC;EAChB,UAAU,EAAE,IAAI;;;;;AAStB,WAAY;EAIV,0BAA0B,EAAE,GAAG;EAC/B,wBAAwB,EAAE,IAAI;EAE9B,UAAU,EAAE,8BAAmB;EAN/B;6CAAU;IAAE,WAAW,EAAE,GAAG;IAAE,cAAc,EAAE,GAAG;EASjD,uBAAc;IACZ,KAAK,ECt7Bc,OAA8B;IDu7BjD,WAAW,EAAE,IAAI;IACjB,WAAW,EAAE,IAAI;EAEnB,oBAAW;IACT,KAAK,ECn7BW,OAAuC;IDo7BvD,WAAW,EAAE,IAAI;IACjB,WAAW,EAAE,IAAI;EAEnB,gCAAuB;IACrB,KAAK,ECv7BoB,OAA0F;EDy7BrH,qBAAU;IAAE,WAAW,EAAE,IAAI;EAC7B,+JAAoB;IAElB,0BAA0B,EAAE,IAAI;;;;;AAqCpC,qDAAS;EACP,0BAA0B,EAAE,IAAI;EAChC,OAAO,EAAE,GAAG;EACZ,gBAAgB,EE5sBR,OAA4C;EF6sBpD,gJAAc;IACZ,OAAO,EAAE,IAAI;IACb,MAAM,EAAE,IAAI;IACZ,aAAa,EAAE,GAAG;IAClB,gBAAgB,EEhrBV,qBACgC;;AForB1C,eAAgB;EAGd,YAAY,EAAE,SAAS;EACvB,OAAO,EAAE,GAAG;EACZ,aAAa,EAAE,YAAY;;AAE7B,0BAA2B;EAGzB,YAAY,EAAE,OAAO;EACrB,OAAO,EAAE,GAAG;;AAGd,2CAAW;EACT,YAAY,EAAE,KAAK;EACnB,YAAY,EErxBJ,OAAgE;EFuxBxE,WAAW,EAAE,IAAI;EACjB,gBAAgB,EEzuBR,OAA4C;EF6uBpD,sEAAW;IACT,YAAY,ECpgCS,OAAmC;IDqgCxD,gBAAgB,EE/vBV,OAAsD;IFgwB5D,UAAU,EAAE,IAAI;;;;;AAQpB;WACY;EACV,OAAO,EAAE,OAAO;EAChB,YAAY,EAAE,eAAe;EAC7B,YAAY,EAAE,KAAK;EACnB,YAAY,EE9rBJ,OAAyC;EF+rBjD,aAAa,EAAE,CAAC;EAChB,KAAK,EC9jCa,OAAyC;ECoe3D,gBAAgB,EAAE,IAAI;EACtB,gBAAgB,EDteE,OAAyC;ECue3D,UAAU,EAAE,IAAI;EF4lBhB;sBAAW;IACT,YAAY,EAAE,WAAW;IACzB,gBAAgB,EErwBV,OAA4C;IFswBlD,gBAAgB,EAAE,IAAI;IACtB,UAAU,EAAE,IAAI;IAChB,KAAK,ECjiCW,OAAuC;EDmiC3D;+BAAkB;IAChB,KAAK,EC1kCa,OAAyC;ED4kC7D;;;iCAAQ;IACN,gBAAgB,EC9kCE,OAAyC;ID+kC3D,KAAK,EC9kCa,OAAyC;ID+kC3D,gBAAgB,EAAE,IAAI;IACtB,YAAY,EAAE,WAAW;IACzB,UAAU,EAAE,IAAI;IAEhB;;;mCAAO;ME3qBL,YAAY,EAAE,sBAAuB;MACrC,gBAAgB,EAAE,WAAW;MAC7B,gBAAgB,EAAE,IAAI;MACzB,UAAU,EAAC,IAAI;MAEZ,WAAW,EAAE,IAAI;MACjB,WAAW,EAAE,IAAI;IFsqBnB;6BAAQ;MACN,YAAY,EEvtBN,OAAyC;IFytBjD;;+BAAoB;MEt3BlB,KAAK,EA8FC,OAA4C;MA7FlD,YAAY,EA8CN,OAAgE;MA7CtE,gBAAgB,EAAE,wDAK+C;MFi3BjE,YAAY,EC1lCI,OAAyC;MD2lCzD,UAAU,EAAE,IAAI;MAChB;;uCAAQ;QE52BR,KAAK,EAgFC,OAA4C;QA/ElD,YAAY,EAgCN,OAAgE;QA/BtE,gBAAgB,EAAE,4CAKyB;QFu2B5C,YAAY,EC9lCK,OAAyC;QD+lCvD,UAAU,EAAE,IAAI;MAElB;;0CAAW;QACT,gBAAgB,EAAE,IAAI;QACtB,gBAAgB,EEnyBZ,OAA4C;QFoyBhD,YAAY,EEpyBR,OAA4C;IFwyBpD;wCAAmB;MACpB,gBAAgB,EAAE,mBAA6B;MAC/C;gDAAQ;QACN,gBAAgB,EE5uBT,OAAyC;MF8uBlD;sDAAc;QACZ,gBAAgB,EC9mCC,OAAyC;QD+mC1D,KAAK,EAAE,mBAA6B;QACrC;;gEAAoB;UAClB,gBAAgB,ECjnCA,OAAyC;UDknCtD,KAAK,EAAE,mBAA6B;IAKzC;gCAAW;MACT,gBAAgB,EExzBV,OAA4C;MFyzBlD,KAAK,ECllCW,OAAuC;IDqlCzD;;;;;;;4CAAqE;MACnE,gBAAgB,EAAE,IAAI;MACtB,gBAAgB,EE9zBV,OAA4C;MF+zBlD,KAAK,ECxlCW,OAAuC;ID0lCzD;;;+CAAmB;MExtBjB,YAAY,EAAE,sBAAuB;MACrC,gBAAgB,EAAE,WAAW;MAC7B,gBAAgB,EAAE,IAAI;MACzB,UAAU,EAAC,IAAI;MAEZ,WAAW,EAAE,IAAI;MACjB,WAAW,EAAE,IAAI;IFqtBnB;mCAAc;MACZ,gBAAgB,ECroCA,OAAyC;MDsoCzD,KAAK,EAAE,mBAA6B;MACpC;;6CAAoB;QEp3BpB,KAAK,EDpPc,OAA8B;QCqPjD,YAAY,EAHN,OAAgE;QAItE,gBAAgB,EAAE,4CAAsD;QAIxE;;;;8EAAS;UAAE,KAAK,EAAE,OAAO;EFm3B3B;oBAAO;IACL,WAAW,EAAE,MAAM;IACnB,OAAO,EAAE,QAAQ;EAGnB;uBAAU;IACR,SAAS,EAAE,OAAO;IAClB,OAAO,EAAE,MAAM;EAIjB;;;;oFACiC;IAC/B,0BAA0B,EAAE,IAAI;IAChC,0BAA0B,EAAE,GAAG;IAC/B,YAAY,EAAE,KAAK;IACnB,YAAY,EAAE,2HAKmB;IAEjC;;uDAAW;MACT,YAAY,EAAE,+DACa;EAI/B;4BAAiB;IAEf,KAAK,ECloCoB,OAAkB;IDmoC3C,WAAW,EAAE,IAAI;IACjB,YAAY,EE9yBN,OAAyC;IF+yB/C,gBAAgB,EAAE,IAAI;IACtB,gBAAgB,EC/qCA,OAAyC;IDgrCzD,UAAU,EAAE,IAAI;IAEhB;uCAAW;MACT,gBAAgB,EAAE,IAAI;MACtB,gBAAgB,EEp3BZ,OAA4C;MFq3BhD,UAAU,EAAE,IAAI;IAKlB;sCAAQ;MEp/BR,UAAU,EAAE,8BAA2B;MAEvC,KAAK,ED/JoB,OAAkB;MCgK3C,YAAY,EAsLN,OAAyC;MArL/C,gBAAgB,EAAE,4CAGa;MFg/B7B;;;oDAAO;QEpxBT,YAAY,EAAE,sBAAuB;QACrC,gBAAgB,EAAE,WAAW;QAC7B,gBAAgB,EAAE,IAAI;QACzB,UAAU,EAAC,IAAI;QAEZ,WAAW,EAAE,IAAI;QACjB,WAAW,EAAE,IAAI;MFgxBf;8CAAQ;QE1+BV,KAAK,ED5KoB,OAAkB;QC6K3C,YAAY,EAyKN,OAAyC;QAxK/C,gBAAgB,EAAE,4CAE+B;MFw+B/C;;gDAAoB;QE/9BtB,KAAK,EA8FC,OAA4C;QA7FlD,YAAY,EA4JN,OAAyC;QA3J/C,gBAAgB,EAAE,wDAK+C;MF09B/D;;;;6DACgB;QEj6BlB,KAAK,EDxSE,OAAyC;QCyShD,YAAY,EAHN,OAA0C;QAIhD,gBAAgB,EAAE,mCAAgC;QAClD,WAAW,EAAE,IAAI;QACjB,WAAW,EAAE,IAAI;QApSO,UAAU,EAAE,gEAAkB;QFmsClD,iBAAiB,EAAE,IAAI;QACvB,YAAY,EEt6BV,OAA0C;QFw6B5C;;;;;;;;uEACU;UEv5Bd,KAAK,ED5QW,OAAuC;UC6QvD,YAAY,EAHN,OAA4C;UAIlD,gBAAgB,EAAE,mCAAgC;UAlT1B,UAAU,EAAE,gEAAkB;UFysChD,YAAY,EE35BZ,OAA4C;QF85B9C;;;;2EAAc;UE74BlB,KAAK,EAAE,OAAiE;UACxE,YAAY,EAHN,OAA4C;UAIlD,gBAAgB,EAAE,mCAAgC;UAClD,WAAW,EAAE,IAAI;UACjB,WAAW,EAAE,IAAI;UAlUX,UAAU,EAqUE,kCAAmC;UFw4B/C,YAAY,EEj5BZ,OAA4C;UAUlD;;;;;;gGAAS;YAAE,KAAK,EAAE,OAAO;QF04BrB;;;;;;;;mFACsB;UE/3B1B,KAAK,EAAE,OAAiE;UACxE,YAAY,EAHN,OAA4C;UAIlD,gBAAgB,EAAE,mCAAgC;UFg4B5C,YAAY,EEp4BZ,OAA4C;UAMlD;;;;;;;;;;;;wGAAS;YAAE,KAAK,EAAE,OAAO;MFk4BvB;;;;;;;;;yEAE4B;QErzB9B,YAAY,EAAE,sBAAuB;QACrC,gBAAgB,EAAE,WAAW;QAC7B,gBAAgB,EAAE,IAAI;QACzB,UAAU,EAAC,IAAI;QAEZ,WAAW,EAAE,IAAI;QACjB,WAAW,EAAE,IAAI;MFmzBf;oDAAc;QEl+BhB,KAAK,EDjOc,OAA8B;QCkOjD,YAAY,EAmFN,OAA4C;QAjFlD,gBAAgB,EAAE,mCAAgC;QAClD,WAAW,EAAE,IAAI;QACjB,WAAW,EAAE,IAAI;QAlQO,UAAU,EAAE,kEAAkB;QAsQtD;;qFAAS;UAAE,KAAK,EAAE,OAAO;QF49BrB;;8DAAoB;UEl9BxB,KAAK,EAAE,OAA2D;UAClE,YAAY,EAHN,OAAgE;UAItE,gBAAgB,EAAE,4CAAsD;UAIxE;;;;+FAAS;YAAE,KAAK,EAAE,OAAO;MF+8BvB;yDAAmB;QEliCrB,UAAU,EAAE,8BAA2B;QAEvC,KAAK,ED7ME,OAAyC;QC8MhD,YAAY,EAwEN,OAAgE;QAvEtE,gBAAgB,EAAE,4CAGa;QF6hC3B,YAAY,EEz9BV,OAAgE;QF29BlE;iEAAQ;UEvhCZ,KAAK,ED1NE,OAAyC;UC2NhD,YAAY,EA2DN,OAAgE;UA1DtE,gBAAgB,EAAE,4CAE+B;UFqhC3C,YAAY,EE79BZ,OAAgE;QFg+BlE;kEAAS;UE/gCb,KAAK,EA8FC,OAA4C;UA7FlD,YAAY,EA8CN,OAAgE;UA7CtE,gBAAgB,EAAE,wDAK+C;UF0gC3D,YAAY,EEl+BZ,OAAgE;QFq+BlE;uEAAc;UEt/BlB,KAAK,EDjOc,OAA8B;UCkOjD,YAAY,EAgBN,OAAgE;UAdtE,gBAAgB,EAAE,mCAAgC;UAClD,WAAW,EAAE,IAAI;UACjB,WAAW,EAAE,IAAI;UAlQO,UAAU,EAAE,kEAAkB;UFqvChD,YAAY,EEv+BZ,OAAgE;UARtE;;wGAAS;YAAE,KAAK,EAAE,OAAO;QFk/BrB;oEAAW;UEx9Bf,KAAK,EDxSE,OAAyC;UCyShD,YAAY,EAnBN,OAAgE;UAoBtE,gBAAgB,EAAE,mCAAgC;UAClD,WAAW,EAAE,IAAI;UACjB,WAAW,EAAE,IAAI;UApSO,UAAU,EAAE,gEAAkB;UF0vChD,YAAY,EE5+BZ,OAAgE;QF++BlE;gFAAuB;UE97B3B,KAAK,ED1RoB,OAA0F;UC2RnH,YAAY,EDzRS,OAAmC;UC0RxD,gBAAgB,EAAE,mCAAgC;UAClD,WAAW,EAAE,IAAI;UACjB,WAAW,EAAE,IAAI;UAlUX,UAAU,EAqUE,kCAAmC;UFy7B/C,YAAY,EEj/BZ,OAAgE;UAyDtE;;iHAAS;YAAE,KAAK,EAAE,OAAO;IF67BzB;;uDAAgB;MACd,YAAY,EAAE,qBAAqC;MACnD,gBAAgB,EAAE,iDAAiE;MACnF,UAAU,EAAE,IAAI;MAChB,YAAY,EAAE,IAAI;MAClB,aAAa,EAAE,IAAI;MAEnB;;kEAAS;QAAE,uBAAuB,EAAE,CAAC;MAErC;uDAAO;QACL,gBAAgB,EAAE,mCAAmC;QACrD,KAAK,EAAE,wBAAsC;QAC7C,WAAW,EAAE,IAAI;EAOvB;;aAAuB;IACrB,aAAa,EAAE,CAAC;EAGlB;gCAAqB;IACnB,OAAO,EAAE,GAAG;IACZ;0CAAQ;MAAE,OAAO,EAAE,GAAG;;;;;AAQ1B;;uCAAkB;EAChB,OAAO,EAAE,WAAW;EEh4BlB,YAAY,EAAE,sBAAuB;EACrC,gBAAgB,EAAE,WAAW;EAC7B,gBAAgB,EAAE,IAAI;EACzB,UAAU,EAAC,IAAI;EAEZ,WAAW,EAAE,IAAI;EACjB,WAAW,EAAE,IAAI;EF43BnB,KAAK,EChzCI,OAAyC;EDizClD,uBAAQ;IAAC,YAAY,EE3hCb,OAAgE;EF4hCxE,mDAAoB;IAClB,gBAAgB,EE7hCV,OAAgE;EF+hCxE,6BAAc;IAAE,YAAY,EAAE,GAAG;EACjC,4BAAa;IAAE,aAAa,EAAE,GAAG;EACjC,4BAAa;IACX,YAAY,EAAE,IAAI;IAClB,aAAa,EAAE,IAAI;EAIrB,mCAAkB;IAAE,YAAY,EAAE,GAAG;EACrC,oCAAmB;IAAE,aAAa,EAAE,GAAG;EACvC,mCAAkB;IAAE,aAAa,EAAE,CAAC;IAAE,YAAY,EAAE,CAAC;EACrD;;kDAAS;IAAE,WAAW,EAAE,GAAG;;;;;AAM7B,gBAAiB;EACf,4BAA4B,EAAE,CAAC;EAC/B,8BAA8B,EAAE,EAAE;EAClC,4BAA4B,EAAE,CAAC;EAC/B,8BAA8B,EAAE,EAAE;EAClC,0BAA0B,EAAE,EAAE;EAE9B,iBAAiB,EAAE,OAAgC;EACnD,gBAAgB,EEzgCR,OAA4C;EF2gCpD,yBAAW;IAAE,aAAa,EAAE,CAAC;EAE7B,6DAAgC;IAC9B,iBAAiB,EAAE,OAAgD;IACnE,gBAAgB,EAAE,wBAA8B;EAGlD,4BAAc;IACZ,KAAK,ECpzCc,OAA8B;IDqzCjD,qCAAW;MACT,KAAK,EAAE,OAAgD;MACvD,8CAAW;QAAE,KAAK,EAAE,OAAyD;IAE/E,qCAAW;MAAE,KAAK,EChzCO,OAA0F;EDmzCrH,mCAAqB;IACnB,KAAK,EAAE,kBAA0B;EAGnC,yBAAW;IACT,iBAAiB,EAAE,OAAgD;IACnE,UAAU,EEjiCJ,OAA4C;EFoiCpD,oBAAM;IACJ,YAAY,EAAE,UAAU;IACxB,YAAY,EAAE,GAAG;IACjB,YAAY,EAAE,OAAuC;EAGvD,yBAAW;IACT,gBAAgB,EAAE,kCAAkC;IAEpD,KAAK,EAAE,OAAgC;IADvC,kCAAW;MAAE,gBAAgB,EAAE,sCAAsC;IAErE,+BAAQ;MAAE,KAAK,ECn3CR,OAAyC;IDo3ChD,kCAAW;MACT,KAAK,EAAE,OAAgD;MACvD,wCAAQ;QAAE,KAAK,ECx0CQ,OAAkB;MDy0CzC,2CAAW;QAAE,KAAK,EAAE,OAAyD;IAG/E,iCAAU;MAAE,gBAAgB,EAAE,mCAAmC;IAEjE,kCAAW;MAAE,KAAK,EAAE,OAAkD;EAGxE,4BAAc;IAGZ,MAAM,EAAE,iBAAiC;IACzC,aAAa,EAAE,GAAG;IAClB,gBAAgB,EAAE,4CAE+C;IACjE,UAAU,EAAE,+DAG4D;IAExE,qCAAW;MAMD,UAAU,EAAE,qCAAuC;MAE3D,gBAAgB,EAAE,4CAEwC;MAE1D,8CAAW;QAKD,YAAY,ECp3CN,OAA8D;QDq3C5E,gBAAgB,ECr3CF,OAA8D;IDy3ChF,qCAAW;MAED,YAAY,EC33CJ,OAA8D;MD43C9E,gBAAgB,EAAE,IAAI;MACtB,UAAU,EAAE,IAAI;EAIpB,uBAAS;IACP,gBAAgB,EAAE,wBAA6B;IAC/C,aAAa,EAAE,GAAG;IAElB,gCAAW;MACT,gBAAgB,EAAE,OAEmC;;AAWzD;;2CAAQ;EAGN,KAAK,EADkB,OAAgC;EAEvD,gBAAgB,ECn8CP,OAAyC;EDo8ClD,WAAW,EAAE,IAAI;EACjB,WAAW,EAAE,IAAI;EACjB,UAAU,EAAE,IAAI;EAChB;;mDAAQ;IAEN,KAAK,EAAE,OAA0C;IACjD,UAAU,EAAE,IAAI;IAChB,UAAU,EAAE,IAAI;EAElB;;oDAAS;IAEP,KAAK,EC58CA,OAAyC;ID68C9C,UAAU,EAAE,IAAI;AAMpB;;;+FAG6B;EAC3B,kBAAkB,EAAE,IAAI;;AAI5B;;;8CAAyB;EACvB,UAAU,EAAE,IAAI;EAChB,KAAK,EEvsCG,OAAgE;EFwsCxE,UAAU,EAAE,oGAEmD;;AAMjE;;sGAAsB;EACpB,OAAO,EAAE,OAAO;EAChB,YAAY,EAAE,qBAAqB;EACnC,aAAa,EAAE,CAAC;EAChB,gBAAgB,EAAE,IAAI;EACtB,YAAY,EEtqCJ,OAA4C;EFuqCpD,WAAW,EAAE,IAAI;EACjB;;yDAAc;IACZ,YAAY,EEzqCN,OAA4C;IF0qClD,gBAAgB,EAAE,IAAI;EAExB;;sDAAW;IACT,YAAY,EE7qCN,OAA4C;IF8qClD,YAAY,EAAE,qBAAqB;IACnC,KAAK,EAAE,OAAgD;IACvD,gBAAgB,EAAE,IAAI;IACtB,gBAAgB,EC78CE,OAA8D;ID88ChF,0CAAc;MACZ,YAAY,EEnrCR,OAA4C;MForChD,gBAAgB,EAAE,IAAI;;;;;AAS5B,QAAS;EACP,0BAA0B,EAAE,IAAI;EAChC,OAAO,EAAE,GAAG;EACZ,UAAU,EAAE,IAAI;EAChB,iBAAW;IAAE,gBAAgB,EEjsCrB,OAA4C;EFksCpD,oBAAc;IACZ,OAAO,EAAE,OAAO;IAChB,0BAAQ;MACN,gBAAgB,EEpvCZ,OAAgE;MFqvCpE,KAAK,EC79CkB,OAAkB;ID+9C3C,gCAAc;MACZ,KAAK,EC1+CY,OAA8B;MD2+C/C,UAAU,EAAE,IAAI;;AAKtB,KAAM;EACJ,OAAO,EAAE,GAAG;EACZ,gBAAgB,EEjtCR,OAA4C;EFktCpD,MAAM,EAAE,iBAAwB;EAChC,aAAa,EAAE,GAAG;EAClB,UAAO;IAAE,MAAM,EAAE,iBAAwB;EACzC,eAAU;IACX,WAAW,EAAE,IAAI;IACd,OAAO,EAAE,OAAO;IAChB,qBAAQ;MACN,KAAK,ECh/CkB,OAAkB;MDi/CzC,gBAAgB,EEzwCZ,OAAgE;MF0wCpE,eAAe,EAAE,WAAW;MAC5B,YAAY,EAAE,KAAK;MACnB,YAAY,EAAE,eAAe;MAC7B,YAAY,EAAE,OAA0F;MAExG,iCAAc;QACZ,aAAa,EAAE,eAAe;QAC9B,YAAY,EAAE,eAAe;MAE/B,gCAAY;QACV,aAAa,EAAE,eAAe;QAC9B,YAAY,EAAE,eAAe;IAGjC,2BAAc;MACZ,KAAK,EC3gDY,OAA8B;MD4gD/C,oCAAW;QAAE,KAAK,ECngDK,OAA0F;IDqgDnH,wDAA6B;MAC3B,KAAK,ECnjDA,OAAyC;MDojD9C,gBAAgB,EE/uCZ,OAA4C;IFkvClD,qBAAQ;MAAE,gBAAgB,EAAE,kCAAkC;IAC9D,8BAAiB;MAAC,gBAAgB,EAAC,sCAAsC;EAG3E;oCAAS;IAEP,YAAY,EAAE,IAAI;IAClB,aAAa,EAAE,CAAC;IAChB,gBAAM;MAAE,aAAa,EAAE,iBAA0C;IACjE,mBAAS;MAAE,UAAU,EAAE,iBAA0C;IACjE,kBAAQ;MAAE,gBAAgB,EAAE,OAAgC;IAC5D,wBAAc;MACZ,KAAK,EAAE,WAAW;MAClB,gBAAgB,EAAE,WAAW;MAC7B,YAAY,EAAE,WAAW;;AAK/B,sBAAuB;EAAE,KAAK,EAAE,wBAA2B;;;;;AAO3D,QAAS;EACP,OAAO,EAAE,GAAG;EACZ,MAAM,EAAE,iBAAwB;EAChC,aAAa,EAAE,GAAG;EAClB,gBAAgB,EEhxCR,OAA4C;EFkxCpD,UAAU,EAAE,4BAAoC;EAEhD,iBAAW;IACT,UAAU,EAAE,IAAI;EAGlB;;;;;6IAGiB;IACf,YAAY,EAAE,IAAI;IAClB,gBAAgB,EAAE,WAAW;EAG/B;;wCAAa;IACd,KAAK,ECtmDK,OAAyC;EDymDlD;;8CAAmB;IACpB,gBAAgB,EAAE,uBAAuC;IACzD,KAAK,EC3mDK,OAAyC;ID4mDnD,WAAW,EAAE,IAAI;IACd,UAAU,EAAE,IAAI;;AAOpB;cACe;EACb,gBAAgB,EAAE,WAAW;EAC7B,gBAAgB,EAAE,IAAI;EACtB,UAAU,EAAE,IAAI;EAChB,YAAY,EAAE,IAAI;EAClB;oBAAM;IAAE,gBAAgB,EAAE,0CAA0C;EACpE;uBAAS;IAAE,gBAAgB,EAAE,wCAAwC;;;;;;AAQvE,SAAU;EAMR,gBAAgB,EEp0CR,OAA4C;EFq0CpD,wBAAwB,EAAE,CAAC;EAC3B,0BAA0B,EAAE,CAAC;EAC7B,0BAA0B,EAAE,CAAC;EAC7B,wBAAwB,EAAE,CAAC;EAC3B,wBAAwB,EAAE,KAAK;EAC/B,wBAAwB,EAAE,CAAC;EAC3B,2BAA2B,EAAE,CAAC;EAC9B,UAAU,EAAE,8CAAwB;EAIpC,eAAQ;IACN,MAAM,EAAE,iBAAwB;IAEhC,mBAAM;MAAE,gBAAgB,EAAE,CAAC;IAC3B,sBAAS;MAAE,mBAAmB,EAAE,CAAC;IACjC,qBAAQ;MAAE,kBAAkB,EAAE,CAAC;IAC/B,oBAAO;MAAE,iBAAiB,EAAE,CAAC;EAG/B,gBAAS;IAGP,gBAAgB,EE51CV,OAA4C;IF61ClD,WAAW,EAAE,GAAG;IAGhB,sBAAQ;MACN,YAAY,EAAE,KAAK;MACnB,YAAY,EEj5CR,OAAgE;MFk5CpE,0BAAM;QAAE,YAAY,EAAE,GAAG;MACzB,6BAAS;QAAE,YAAY,EAAE,GAAG;MAC5B,4BAAQ;QAAE,YAAY,EAAE,GAAG;MAC3B,2BAAO;QAAE,YAAY,EAAE,GAAG;MAC1B,+BAAW;QAAE,YAAY,EEt5CrB,OAAgE;IFw5CtE,oBAAM;MACJ,UAAU,EAAE,oBAA2B;IAGzC,uBAAS;MACP,UAAU,EAAE,mBAA0B;IAGxC,sBAAQ;MACN,UAAU,EAAE,mBAA0B;IAGxC,qBAAO;MACL,UAAU,EAAE,oBAA2B;EAK3C,aAAI;IACF,YAAY,EAAE,GAAG;IACjB,YAAY,EAAE,KAAK;IACnB,YAAY,EAAE,wBAAuF;IACrG,gBAAgB,EAAE,wBAAuF;IAEzG,cAAc,EAAE,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAYjB,uCAAgB;MAAE,OAAO,EAAE,OAAyB;IACpD,uCAAgB;MAAE,OAAO,EAAE,OAAyB;IAgCpD,8BAAmB;MACrB,gBAAgB,EE/6CR,OAA4C;MFg7ChD,yEAAgB;QACd,YAAY,EAAE,IAAI;QAClB,aAAa,EAAE,GAAG;QAClB,cAAc,EAAE,GAAG;IAGvB,iBAAM;MAEJ,aAAa,EAAE,eAAe;MAC9B,0FAA2C;QACzC,YAAY,EEz+CV,OAAgE;QF0+CxE,mBAAmB,EE37CX,OAA4C;QF47CpD,gBAAgB,EE57CR,OAA4C;QF67CpD,kPAAyB;UACxB,YAAY,EE7+CL,OAAgE;UF8+CvE,mBAAmB,EE/7CZ,OAA4C;IFm8ClD,oBAAS;MACP,aAAa,EAAE,eAAe;MAC9B,mGAA2C;QACzC,YAAY,EEr/CV,OAAgE;QFs/CxE,gBAAgB,EEv8CR,OAA4C;QFw8CpD,gBAAgB,EEx8CR,OAA4C;QFy8CpD,oQAAyB;UACxB,YAAY,EEz/CL,OAAgE;UF0/CvE,gBAAgB,EE38CT,OAA4C;IF+8ClD,kBAAO;MACL,aAAa,EAAE,eAAe;MAC9B,6FAA2C;QACzC,YAAY,EEjgDV,OAAgE;QFkgDxE,kBAAkB,EEn9CV,OAA4C;QFo9CpD,gBAAgB,EEp9CR,OAA4C;QFq9CpD,wPAAyB;UACxB,YAAY,EErgDL,OAAgE;UFsgDvE,kBAAkB,EEv9CX,OAA4C;IF29ClD,mBAAQ;MACN,aAAa,EAAE,eAAe;MAC9B,gGAA2C;QACzC,YAAY,EE7gDV,OAAgE;QF8gDxE,iBAAiB,EE/9CT,OAA4C;QFg+CpD,gBAAgB,EEh+CR,OAA4C;QFi+CpD,8PAAyB;UACxB,YAAY,EEjhDL,OAAgE;UFkhDvE,iBAAiB,EEn+CV,OAA4C;IFy+ClD,gDAAyB;MACvB,gBAAgB,EAAE,uBAAiC;MACnD,YAAY,EAAE,uBAAiC;IAW/C,kCAA4B;MAC5B,YAAY,EAAE,GAAG;MACjB,YAAY,EAAE,KAAK;MACnB,YAAY,EEz/CR,OAA4C;MF0/ChD,gBAAgB,EE1/CZ,OAA4C;MF2/ChD,kBAAwB,EAAE,GAAG;MAC7B,kBAAwB,EE3iDpB,OAAgE;MF4iDpE,UAAU,EAAE,8BAA4B;MACtC,0FAAyB;QACvB,UAAU,EAAE,8EAAwF;MAEtG,yFAAwB;QACtB,UAAU,EAAE,8DAAoE;QAChF,qGAAQ;UACf,gBAAgB,EEpgDT,OAA4C;UFqgDnD,YAAY,EErgDL,OAA4C;UFsgDnD,kBAAwB,EErjDjB,OAAgE;QFujDhE,2GAAW;UACT,gBAAgB,EEzgDlB,OAA4C;UF0gDnD,YAAY,EE1gDL,OAA4C;UF2gDnD,kBAAwB,EE1jDjB,OAAgE;MF6jDlE,2CAAW;QAChB,gBAAgB,EE/gDT,OAA4C;QFghDnD,YAAY,EEhhDL,OAA4C;QFihDnD,kBAAwB,EEhkDjB,OAAgE;IFqiDpE,qCAA4B;MAC5B,YAAY,EAAE,GAAG;MACjB,YAAY,EAAE,KAAK;MACnB,YAAY,EEz/CR,OAA4C;MF0/ChD,gBAAgB,EE1/CZ,OAA4C;MF2/ChD,kBAAwB,EAAE,GAAG;MAC7B,kBAAwB,EE3iDpB,OAAgE;MF4iDpE,UAAU,EAAE,8BAA4B;MACtC,gGAAyB;QACvB,UAAU,EAAE,8EAAwF;MAEtG,+FAAwB;QACtB,UAAU,EAAE,8DAAoE;QAChF,2GAAQ;UACf,gBAAgB,EEpgDT,OAA4C;UFqgDnD,YAAY,EErgDL,OAA4C;UFsgDnD,kBAAwB,EErjDjB,OAAgE;QFujDhE,iHAAW;UACT,gBAAgB,EEzgDlB,OAA4C;UF0gDnD,YAAY,EE1gDL,OAA4C;UF2gDnD,kBAAwB,EE1jDjB,OAAgE;MF6jDlE,8CAAW;QAChB,gBAAgB,EE/gDT,OAA4C;QFghDnD,YAAY,EEhhDL,OAA4C;QFihDnD,kBAAwB,EEhkDjB,OAAgE;IFqiDpE,mCAA4B;MAC5B,YAAY,EAAE,GAAG;MACjB,YAAY,EAAE,KAAK;MACnB,YAAY,EEz/CR,OAA4C;MF0/ChD,gBAAgB,EE1/CZ,OAA4C;MF2/ChD,mBAAwB,EAAE,GAAG;MAC7B,mBAAwB,EE3iDpB,OAAgE;MF4iDpE,UAAU,EAAE,8BAA4B;MACtC,4FAAyB;QACvB,UAAU,EAAE,8EAAwF;MAEtG,2FAAwB;QACtB,UAAU,EAAE,8DAAoE;QAChF,uGAAQ;UACf,gBAAgB,EEpgDT,OAA4C;UFqgDnD,YAAY,EErgDL,OAA4C;UFsgDnD,mBAAwB,EErjDjB,OAAgE;QFujDhE,6GAAW;UACT,gBAAgB,EEzgDlB,OAA4C;UF0gDnD,YAAY,EE1gDL,OAA4C;UF2gDnD,mBAAwB,EE1jDjB,OAAgE;MF6jDlE,4CAAW;QAChB,gBAAgB,EE/gDT,OAA4C;QFghDnD,YAAY,EEhhDL,OAA4C;QFihDnD,mBAAwB,EEhkDjB,OAAgE;IFqiDpE,oCAA4B;MAC5B,YAAY,EAAE,GAAG;MACjB,YAAY,EAAE,KAAK;MACnB,YAAY,EEz/CR,OAA4C;MF0/ChD,gBAAgB,EE1/CZ,OAA4C;MF2/ChD,mBAAwB,EAAE,GAAG;MAC7B,mBAAwB,EE3iDpB,OAAgE;MF4iDpE,UAAU,EAAE,8BAA4B;MACtC,8FAAyB;QACvB,UAAU,EAAE,8EAAwF;MAEtG,6FAAwB;QACtB,UAAU,EAAE,8DAAoE;QAChF,yGAAQ;UACf,gBAAgB,EEpgDT,OAA4C;UFqgDnD,YAAY,EErgDL,OAA4C;UFsgDnD,mBAAwB,EErjDjB,OAAgE;QFujDhE,+GAAW;UACT,gBAAgB,EEzgDlB,OAA4C;UF0gDnD,YAAY,EE1gDL,OAA4C;UF2gDnD,mBAAwB,EE1jDjB,OAAgE;MF6jDlE,6CAAW;QAChB,gBAAgB,EE/gDT,OAA4C;QFghDnD,YAAY,EEhhDL,OAA4C;QFihDnD,mBAAwB,EEhkDjB,OAAgE;IFokDtE,oBAAO;MACL,OAAO,EAAE,KAAK;MACd,KAAK,EC51DA,OAAyC;ID+1DhD,uEAA4C;MAE1C,KAAK,ECj2DA,OAAyC;IDo2DhD,mEAAwC;MAEtC,KAAK,ECt2DA,OAAyC;IDy2DhD;;+CAAQ;MACN,OAAO,EAAE,GAAG;MACZ,MAAM,EAAE,qBAAqB;MAC7B,aAAa,EAAE,GAAG;MAClB,gBAAgB,EAAE,IAAI;MACtB,gBAAgB,EExlDZ,OAAgE;MFylDpE,UAAU,EAAE,IAAI;MAChB,WAAW,EAAE,IAAI;MACjB,UAAU,EAAE,IAAI;MAChB,KAAK,EE7iDD,OAA4C;MF8iDhD,2BAAQ;QACN,gBAAgB,EC91Db,OAAO;QD+1DV,YAAY,EAAE,WAAW;QACzB,gBAAgB,EAAE,IAAI;QACtB,UAAU,EAAE,IAAI;MAElB,4BAAS;QACP,KAAK,EErjDH,OAA4C;QFsjD9C,YAAY,EAAE,WAAW;QACzB,gBAAgB,EAAE,IAAI;QACtB,UAAU,EAAE,IAAI;MAElB,8BAAW;QACT,KAAK,EE3jDH,OAA4C;QF4jD9C,YAAY,EAAE,WAAW;MAE3B;;4DAAa;QACX,OAAO,EAAE,GAAG;IAGhB,qEAA0C;MAC5C,gBAAgB,ECl3DP,OAAO;EDq3DhB,eAAQ;IACN,KAAK,ECx2Dc,OAA8B;IDy2DjD,qBAAQ;MAAE,KAAK,ECt4DL,OAAyC;IDu4DnD,sBAAS;MAAE,KAAK,EExnDV,OAAgE;IFynDtE,2BAAc;MACZ,KAAK,EAAE,wBAAyC;IAElD,wBAAW;MACT,KAAK,EC/2DY,OAA8B;MDg3D/C,oCAAc;QACZ,KAAK,EAAE,wBAAyC;;;;;AAUxD,UAAW;EACT,uBAAuB,EAAE,CAAC;EAC1B,kCAAkC,EAAE,IAAI;EACxC,iCAAiC,EAAE,IAAI;EACvC,sBAAsB,EAAE,EAAE;EAC1B,+BAA+B,EAAE,EAAE;EACnC,yBAAyB,EAAE,CAAC;EAC5B,+BAA+B,EAAE,CAAC;EAElC;;0CAAQ;IACT,MAAM,EAAE,IAAI;IACZ,gBAAgB,EAAC,IAAI;IACrB,gBAAgB,EAAE,WAAW;IAC7B,UAAU,EAAE,IAAI;IAChB,wBAAQ;MACP,KAAK,ECv6DO,OAAyC;MDw6DrD,gBAAgB,EAAC,IAAI;MACrB,gBAAgB,EAAE,WAAW;IAE9B,8BAAc;MAAE,KAAK,EC94DC,OAA8B;EDk5DnD,wCACW;IAAE,OAAO,EAAE,KAAK;EAC3B,0DAAkD;IAAE,OAAO,EAAE,KAAK;EAGlE,0DAAkD;IAChD,sBAAsB,EAAE,GAAG;IAC3B,kCAAkC,EAAE,KAAK;IAC5C,iCAAiC,EAAE,KAAK;IAErC,kEAAQ;MEj7DV,YAAY,EAAE,+IAAiI;MAC/I,aAAa,EFg7DmE,CAAC;ME/6DjF,YAAY,EF+6D8E,eAAgB;ME96D1G,YAAY,EAAE,KAAK;MACnB,YAAY,EAAE,WAAW;IF86DvB,6EAAqB;MEl7DvB,YAAY,EAAE,qKAAiI;MAC/I,aAAa,EFi7D2F,CAAC;MEh7DzG,YAAY,EFg7DsG,eAAgB;ME/6DlI,YAAY,EAAE,KAAK;MACnB,YAAY,EAAE,WAAW;IFg7DvB,kEAAQ;MACN,MAAM,EAAE,IAAI;MACZ,UAAU,EAAE,IAAI;EAIpB,iBAAS;IE17DT,YAAY,EAAE,+HAAiI;IAC/I,aAAa,EF07DiD,CAAC;IEz7D/D,YAAY,EFy7D4D,eAAgB;IEx7DxF,YAAY,EAAE,KAAK;IACnB,YAAY,EAAE,WAAW;IFy7DvB,0BAAW;ME77Db,YAAY,EAAE,uIAAiI;MAC/I,aAAa,EF47DkE,CAAC;ME37DhF,YAAY,EF27D6E,eAAgB;ME17DzG,YAAY,EAAE,KAAK;MACnB,YAAY,EAAE,WAAW;IF07DvB,4BAAa;ME97Df,YAAY,EAAE,qJAAiI;MAC/I,aAAa,EF67D2E,CAAC;ME57DzF,YAAY,EF47DsF,eAAgB;ME37DlH,YAAY,EAAE,KAAK;MACnB,YAAY,EAAE,WAAW;EF47DzB,iBAAS;IEh8DT,YAAY,EAAE,+HAAiI;IAC/I,aAAa,EFg8DiD,CAAC;IE/7D/D,YAAY,EF+7D4D,eAAgB;IE97DxF,YAAY,EAAE,KAAK;IACnB,YAAY,EAAE,WAAW;IF+7DvB,0BAAW;MEn8Db,YAAY,EAAE,uIAAiI;MAC/I,aAAa,EFk8DkE,CAAC;MEj8DhF,YAAY,EFi8D6E,eAAgB;MEh8DzG,YAAY,EAAE,KAAK;MACnB,YAAY,EAAE,WAAW;IFi8DvB,sDAAuB;MEr8DzB,YAAY,EAAE,2IAAiI;MAC/I,aAAa,EFq8DyD,CAAC;MEp8DvE,YAAY,EFo8DoE,eAAgB;MEn8DhG,YAAY,EAAE,KAAK;MACnB,YAAY,EAAE,WAAW;MFo8DrB,wEAAW;QEx8Df,YAAY,EAAE,mJAAiI;QAC/I,aAAa,EFu8D0E,CAAC;QEt8DxF,YAAY,EFs8DqF,eAAgB;QEr8DjH,YAAY,EAAE,KAAK;QACnB,YAAY,EAAE,WAAW;IFs8DvB,wBAAS;ME18DX,YAAY,EAAE,6IAAiI;MAC/I,aAAa,EF08D0D,CAAC;MEz8DxE,YAAY,EFy8DqE,eAAgB;MEx8DjG,YAAY,EAAE,KAAK;MACnB,YAAY,EAAE,WAAW;MFy8DrB,iCAAW;QE78Df,YAAY,EAAE,qJAAiI;QAC/I,aAAa,EF48D2E,CAAC;QE38DzF,YAAY,EF28DsF,eAAgB;QE18DlH,YAAY,EAAE,KAAK;QACnB,YAAY,EAAE,WAAW;IF48DvB,4BAAa;MEh9Df,YAAY,EAAE,qJAAiI;MAC/I,aAAa,EFg9D8D,CAAC;ME/8D5E,YAAY,EF+8DyE,eAAgB;ME98DrG,YAAY,EAAE,KAAK;MACnB,YAAY,EAAE,WAAW;MF+8DrB,4EAAuB;QEn9D3B,YAAY,EAAE,iKAAiI;QAC/I,aAAa,EFk9D6F,CAAC;QEj9D3G,YAAY,EFi9DwG,eAAgB;QEh9DpI,YAAY,EAAE,KAAK;QACnB,YAAY,EAAE,WAAW;MFg9DrB,mCAAS;QEp9Db,YAAY,EAAE,mKAAiI;QAC/I,aAAa,EFm9DgF,CAAC;QEl9D9F,YAAY,EFk9D2F,eAAgB;QEj9DvH,YAAY,EAAE,KAAK;QACnB,YAAY,EAAE,WAAW;;AFs9D3B;0BAC2B;EACzB,YAAY,EAAE,WAAW;EAEzB,YAAY,EAAE,8EAAuF;EACrG,gBAAgB,EC99DG,OAAqB;EDg+DxC;qCAAW;IAAE,kBAAkB,EAAE,OAAO;EAExC;qCAAW;IACT,mBAAmB,EAAE,wDAAwE;IAC7F,gBAAgB,ECj8DU,OAA8B;;;;;AD08D5D,SAAU;EACR,uBAAuB,EAAE,IAAI;EAE7B,WAAW,EAAE,IAAI;EACjB,SAAS,EAAE,OAAO;EAClB,cAAc,EAAE,GAAG;EACnB,UAAU,EAAE,kCAAoC;EAGhD,gBAAS;IAEP,MAAM,EAAE,iBAAwB;IAChC,aAAa,EAAE,GAAG;IAClB,KAAK,EC1gEE,OAAyC;ID2gEhD,gBAAgB,EAAE,IAAI;IACtB,gBAAgB,EEvsDV,OAA4C;IFwsDlD,WAAW,EAAE,IAAI;IACjB,uBAAS;MACP,KAAK,EEzvDD,OAAgE;MF0vDpE,YAAY,EE1vDR,OAAgE;MF2vDpE,UAAU,EAAE,IAAI;MAChB,WAAW,EAAE,IAAI;MACjB,6BAAQ;QAAE,YAAY,EC5gEd,OAAyC;ID8gEnD,sBAAQ;MACT,YAAY,EEhwDL,OAAgE;IFkwDtE,4BAAc;MACZ,KAAK,ECr/DY,OAA8B;MDs/D/C,YAAY,EEpwDR,OAAgE;MFqwDpE,gBAAgB,EAAE,IAAI;MACtB,gBAAgB,EExtDZ,OAAiE;MFytDrE,UAAU,EAAE,IAAI;MAChB,WAAW,EAAE,IAAI;EAKrB,gBAAS;IACP,OAAO,EAAE,GAAG;IACZ,MAAM,EAAE,SAAS;IACjB,aAAa,EAAE,GAAG;IAClB,YAAY,EAAC,sBAAuB;IACpC,UAAU,EAAE,IAAI;IAChB,gBAAgB,EEnxDV,OAAgE;IFoxDtE,sBAAQ;MACN,UAAU,EAAE,IAAI;IAElB,uBAAS;MACT,gBAAgB,EExxDV,OAAgE;MFyxDpE,6BAAQ;QAAE,gBAAgB,ECxiElB,OAAyC;ID0iEnD,4BAAc;MAAE,gBAAgB,EE7uD1B,OAAiE;;;;;AF4xDvE,MAAY;EACV,gBAAgB,EAAE,mGAC4D;EAC9E,WAAW,EAAoC,gCAAsB;EACrE;qCAAc;IAAE,WAAW,EAAE,IAAI;;AAJnC,YAAY;EACV,gBAAgB,EAAE,+GAC4D;EAC9E,WAAW,EAAoC,gCAAsB;EACrE;2CAAc;IAAE,WAAW,EAAE,IAAI;;AAJnC,aAAY;EACV,gBAAgB,EAAE,iHAC4D;EAC9E,WAAW,EAAoC,gCAAsB;EACrE;4CAAc;IAAE,WAAW,EAAE,IAAI;;AAJnC,kBAAY;EACV,gBAAgB,EAAE,2HAC4D;EAC9E,WAAW,EAAoC,gCAAsB;EACrE;iDAAc;IAAE,WAAW,EAAE,IAAI;;AAJnC,eAAY;EACV,gBAAgB,EAAE,qHAC4D;EAC9E,WAAW,EAA+B,IAAI;EAC9C;8CAAc;IAAE,WAAW,EAAE,IAAI;;AAJnC,2BAAY;EACV,gBAAgB,EAAE,6IAC4D;EAC9E,WAAW,EAA+B,IAAI;EAC9C;0DAAc;IAAE,WAAW,EAAE,IAAI;;AAJnC,mBAAY;EACV,gBAAgB,EAAE,2FAC4D;EAC9E,WAAW,EAAoC,gCAAsB;EACrE;kDAAc;IAAE,WAAW,EAAE,IAAI;;AAJnC,yBAAY;EACV,gBAAgB,EAAE,uGAC4D;EAC9E,WAAW,EAAoC,gCAAsB;EACrE;wDAAc;IAAE,WAAW,EAAE,IAAI;;AAJnC,4BAAY;EACV,gBAAgB,EAAE,yGAC4D;EAC9E,WAAW,EAAoC,gCAAsB;EACrE;2DAAc;IAAE,WAAW,EAAE,IAAI;;AAJnC,4BAAY;EACV,gBAAgB,EAAE,6GAC4D;EAC9E,WAAW,EAA+B,IAAI;EAC9C;2DAAc;IAAE,WAAW,EAAE,IAAI;;AAJnC,+BAAY;EACV,gBAAgB,EAAE,mHAC4D;EAC9E,WAAW,EAAoC,gCAAsB;EACrE;8DAAc;IAAE,WAAW,EAAE,IAAI;;AAJnC,wCAAY;EACV,gBAAgB,EAAE,qIAC4D;EAC9E,WAAW,EAA+B,IAAI;EAC9C;uEAAc;IAAE,WAAW,EAAE,IAAI;;AAJnC,cAAY;EACV,gBAAgB,EAAE,+FAC4D;EAC9E,WAAW,EAAoC,gCAAsB;EACrE;6CAAc;IAAE,WAAW,EAAE,IAAI;;AAJnC,0BAAY;EACV,gBAAgB,EAAE,uHAC4D;EAC9E,WAAW,EAAoC,gCAAsB;EACrE;yDAAc;IAAE,WAAW,EAAE,IAAI;;AAJnC,oBAAY;EACV,gBAAgB,EAAE,2GAC4D;EAC9E,WAAW,EAAoC,gCAAsB;EACrE;mDAAc;IAAE,WAAW,EAAE,IAAI;;AAJnC,qBAAY;EACV,gBAAgB,EAAE,6GAC4D;EAC9E,WAAW,EAAoC,gCAAsB;EACrE;oDAAc;IAAE,WAAW,EAAE,IAAI;;AAJnC,uBAAY;EACV,gBAAgB,EAAE,iHAC4D;EAC9E,WAAW,EAA+B,IAAI;EAC9C;sDAAc;IAAE,WAAW,EAAE,IAAI;;AAJnC,mCAAY;EACV,gBAAgB,EAAE,yIAC4D;EAC9E,WAAW,EAA+B,IAAI;EAC9C;kEAAc;IAAE,WAAW,EAAE,IAAI;;AAerC,qBAAsB;EACpB,gBAAgB,EAAE,mCAAgC;EAClD,KAAK,EAAE,OAA8B;EACrC,WAAW,EAAE,IAAI;EACjB,2DAAoB;IAClB,gBAAgB,EAAE,2CAAwC;IAC1D,KAAK,EEn2DD,OAAgE;EFq2DtE,kCAAe;IACb,gBAAgB,EAAE,yCAAsC;EAE1D,2BAAQ;IAAE,KAAK,EChlEU,OAAkB;EDilE3C,iCAAc;IAAE,KAAK,EAAE,OAA0C;;AA/BjE,MAAY;EACV,gBAAgB,EAAE,6FAC4D;EAC9E,WAAW,EAAoC,gCAAsB;EACrE;qCAAc;IAAE,WAAW,EAAE,IAAI;;AAJnC,YAAY;EACV,gBAAgB,EAAE,yGAC4D;EAC9E,WAAW,EAAoC,gCAAsB;EACrE;2CAAc;IAAE,WAAW,EAAE,IAAI;;AAJnC,aAAY;EACV,gBAAgB,EAAE,2GAC4D;EAC9E,WAAW,EAAoC,gCAAsB;EACrE;4CAAc;IAAE,WAAW,EAAE,IAAI;;AAJnC,kBAAY;EACV,gBAAgB,EAAE,qHAC4D;EAC9E,WAAW,EAAoC,gCAAsB;EACrE;iDAAc;IAAE,WAAW,EAAE,IAAI;;AAJnC,eAAY;EACV,gBAAgB,EAAE,+GAC4D;EAC9E,WAAW,EAA+B,IAAI;EAC9C;8CAAc;IAAE,WAAW,EAAE,IAAI;;AAJnC,2BAAY;EACV,gBAAgB,EAAE,uIAC4D;EAC9E,WAAW,EAA+B,IAAI;EAC9C;0DAAc;IAAE,WAAW,EAAE,IAAI;;AAJnC,mBAAY;EACV,gBAAgB,EAAE,qFAC4D;EAC9E,WAAW,EAAoC,gCAAsB;EACrE;kDAAc;IAAE,WAAW,EAAE,IAAI;;AAJnC,yBAAY;EACV,gBAAgB,EAAE,iGAC4D;EAC9E,WAAW,EAAoC,gCAAsB;EACrE;wDAAc;IAAE,WAAW,EAAE,IAAI;;AAJnC,4BAAY;EACV,gBAAgB,EAAE,mGAC4D;EAC9E,WAAW,EAAoC,gCAAsB;EACrE;2DAAc;IAAE,WAAW,EAAE,IAAI;;AAJnC,4BAAY;EACV,gBAAgB,EAAE,uGAC4D;EAC9E,WAAW,EAA+B,IAAI;EAC9C;2DAAc;IAAE,WAAW,EAAE,IAAI;;AAJnC,+BAAY;EACV,gBAAgB,EAAE,6GAC4D;EAC9E,WAAW,EAAoC,gCAAsB;EACrE;8DAAc;IAAE,WAAW,EAAE,IAAI;;AAJnC,wCAAY;EACV,gBAAgB,EAAE,+HAC4D;EAC9E,WAAW,EAA+B,IAAI;EAC9C;uEAAc;IAAE,WAAW,EAAE,IAAI;;AAJnC,cAAY;EACV,gBAAgB,EAAE,yFAC4D;EAC9E,WAAW,EAAoC,gCAAsB;EACrE;6CAAc;IAAE,WAAW,EAAE,IAAI;;AAJnC,0BAAY;EACV,gBAAgB,EAAE,iHAC4D;EAC9E,WAAW,EAAoC,gCAAsB;EACrE;yDAAc;IAAE,WAAW,EAAE,IAAI;;AAJnC,oBAAY;EACV,gBAAgB,EAAE,qGAC4D;EAC9E,WAAW,EAAoC,gCAAsB;EACrE;mDAAc;IAAE,WAAW,EAAE,IAAI;;AAJnC,qBAAY;EACV,gBAAgB,EAAE,uGAC4D;EAC9E,WAAW,EAAoC,gCAAsB;EACrE;oDAAc;IAAE,WAAW,EAAE,IAAI;;AAJnC,uBAAY;EACV,gBAAgB,EAAE,2GAC4D;EAC9E,WAAW,EAA+B,IAAI;EAC9C;sDAAc;IAAE,WAAW,EAAE,IAAI;;AAJnC,mCAAY;EACV,gBAAgB,EAAE,mIAC4D;EAC9E,WAAW,EAA+B,IAAI;EAC9C;kEAAc;IAAE,WAAW,EAAE,IAAI;;AAerC,qBAAsB;EACpB,gBAAgB,EAAE,gCAAgC;EAClD,KAAK,EAAE,OAA8B;EACrC,WAAW,EAAE,IAAI;EACjB,2DAAoB;IAClB,gBAAgB,EAAE,wCAAwC;IAC1D,KAAK,EEn2DD,OAAgE;EFq2DtE,kCAAe;IACb,gBAAgB,EAAE,sCAAsC;EAE1D,2BAAQ;IAAE,KAAK,EChlEU,OAAkB;EDilE3C,iCAAc;IAAE,KAAK,EAAE,OAA0C;;AAKrE;iCACkC;EAChC,WAAW,EAAE,IAAI;EACjB;;yEAAoB;IAAE,WAAW,EAAE,IAAI;;AAKzC,aAAc;EACZ,gBAAgB,EAAE,OAAoB;EACtC,sBAAW;IAAE,gBAAgB,EAAE,OAAoB;;AAYnD,wBAA8B;EAC5B,WAAW,EAAE,IAAI;EACjB,gBAAgB,EAAE,iGACiD;EACnE,gBAAgB,EAAE,WAAW;;AAJ/B,8BAA8B;EAC5B,WAAW,EAAE,IAAI;EACjB,gBAAgB,EAAE,6GACiD;EACnE,gBAAgB,EAAE,WAAW;;AAJ/B,+BAA8B;EAC5B,WAAW,EAAE,IAAI;EACjB,gBAAgB,EAAE,+GACiD;EACnE,gBAAgB,EAAE,WAAW;;AAJ/B,iCAA8B;EAC5B,WAAW,EAAE,IAAI;EACjB,gBAAgB,EAAE,mHACiD;EACnE,gBAAgB,EAAE,WAAW;;AAJ/B,gCAA8B;EAC5B,WAAW,EAAE,IAAI;EACjB,gBAAgB,EAAE,iHACiD;EACnE,gBAAgB,EAAE,WAAW;;AAJ/B,sCAA8B;EAC5B,WAAW,EAAE,IAAI;EACjB,gBAAgB,EAAE,6HACiD;EACnE,gBAAgB,EAAE,WAAW;;AAJ/B,uCAA8B;EAC5B,WAAW,EAAE,IAAI;EACjB,gBAAgB,EAAE,+HACiD;EACnE,gBAAgB,EAAE,WAAW;;AAJ/B,yCAA8B;EAC5B,WAAW,EAAE,IAAI;EACjB,gBAAgB,EAAE,mIACiD;EACnE,gBAAgB,EAAE,WAAW;;AAIjC,sDAAuD;EAErD,OAAO,EAAE,WAAW;EACpB,cAAc,EAAE,CAAC;EACjB,sRAE2B;IAEzB,KAAK,ECtoEc,OAA8B;IDuoEjD,4UAAW;MAAE,KAAK,EC9nEO,OAA0F;;;;;ADqoEvH;;2DAE4D;EAE1D,uBAAuB,EAAE,EAAE;EAC3B,sBAAsB,EAAE,EAAE;EAC1B,uBAAuB,EAAE,CAAC;EAC1B,cAAc,EAAE,IAAI;EACpB,cAAc,EAAE,GAAG;EAEnB;;uEAAY;IACV,cAAc,EAAE,IAAI;IACpB,cAAc,EAAE,GAAG;IACnB;;gFAAS;MACP,MAAM,EAAE,GAAG;MACX,aAAa,EAAE,GAAG;EAItB;;oEAAS;IE1/DP,UAAU,EAAE,8BAA2B;IAEvC,KAAK,ED7ME,OAAyC;IC8MhD,YAAY,EAwEN,OAAgE;IAvEtE,gBAAgB,EAAE,4CAGa;IFs/D/B,MAAM,EAAE,SAAS;IACjB,aAAa,EAAE,GAAG;IAClB,YAAY,EEp7DN,OAAgE;IFq7DtE,UAAU,EAAE,iFAGmD;IAC/D;;4EAAQ;MACT,YAAY,EAAE,GAAG;MEt/DhB,KAAK,ED1NE,OAAyC;MC2NhD,YAAY,EA2DN,OAAgE;MA1DtE,gBAAgB,EAAE,4CAE+B;MFo/D/C,YAAY,EC3sEJ,OAAyC;MD4sEjD,aAAa,EAAE,GAAG;MAClB,UAAU,EAAE,mGAImD;IAEjE;;kFAAc;MACZ,YAAY,EAAE,KAAK;MACnB,aAAa,EAAE,GAAG;MAClB,gBAAgB,EAAE,mCAAiD;MACnE,UAAU,EAAE,IAAI;IAGlB;;6EAAS;MACP,MAAM,EAAE,iBAC4C;IAGtD;;sEAAO;ME73DP,KAAK,EDzWE,OAAyC;MC0WhD,YAAY,EApFN,OAAgE;MAqFtE,gBAAgB,EAAE,IAAI;MACtB,gBAAgB,EAvCV,OAA4C;MAwClD,eAAe,EAAE,WAAW;MAC5B,UAAU,EAAE,IAAI;MAChB,WAAW,EAAE,IAAI;MACjB,WAAW,EAAE,IAAI;MACjB,WAAW,EAAE,MAAM;MFu3DjB,gBAAgB,ECnuEF,OAAyC;MDouEvD;;8EAAQ;QEj3DV,KAAK,EDxXE,OAAyC;QCyXhD,YAAY,EAnGN,OAAgE;QAoGtE,gBAAgB,EAAE,IAAI;QACtB,eAAe,EAAE,WAAW;QAC5B,WAAW,EAAE,IAAI;QACjB,WAAW,EAAE,IAAI;MF62Df;;+EAAS;QEp2DX,KAAK,EDxVoB,OAAkB;QCyV3C,YAAY,EAjCN,qBACgC;QAiCtC,gBAAgB,EAAE,wDAK+C;QACjE,eAAe,EAAE,WAAW;QAC5B,UAAU,EAAE,IAAI;QAChB,WAAW,EAAE,IAAI;QACjB,WAAW,EAAE,IAAI;MF01Df;;iFAAW;QEt0Db,eAAe,EAAE,WAAW;QAC5B,UAAU,EAAE,IAAI;QAChB,WAAW,EAAE,IAAI;QACjB,WAAW,EAAE,IAAI;EFs0DnB;;oEAAS;IACP,MAAM,EAAE,GAAG;IACX,MAAM,EAAE,qBAAqB;IAC7B,aAAa,EAAE,GAAG;IAClB,gBAAgB,EE59DV,OAAgE;IF69DtE,UAAU,EAAE,IAAI;IAChB;;gFAAY;MACV,gBAAgB,EE/9DZ,OAAgE;MFg+DpE,YAAY,EAAE,WAAW;MACzB,UAAU,EAAE,IAAI;MAChB;;2FAAW;QAAE,gBAAgB,EEl+DzB,OAAgE;IFq+DtE;;;;2FAAsC;MACpC,YAAY,EAAE,WAAW;MACzB,gBAAgB,EAAE,IAAI;MACtB,gBAAgB,EE17DZ,OAAiE;MF27DrE,UAAU,EAAE,IAAI;IAIlB;;sEAAO;MACL,YAAY,EAAE,WAAW;MACzB,UAAU,EAAE,IAAI;MAChB,MAAM,EAAE,GAAG;MAEX,gBAAgB,EEl/DZ,OAAgE;MFm/DpE,aAAa,EAAE,wBAAkC;MACjD,cAAc,EAAE,IAAI;MAHpB;;kFAAY;QAAE,MAAM,EAAE,GAAG;MAIzB;;kFAAY;QACV,gBAAgB,EAAE,IAAI;QACtB,gBAAgB,EEv/Dd,OAAgE;MFy/DpE;;;;6FAAsC;QACpC,YAAY,EAAE,WAAW;QACzB,gBAAgB,EAAE,WAAW;MAE/B;;iFAAW;QACT,YAAY,EAAE,WAAW;QACzB,gBAAgB,EAAE,IAAI;;AAW1B,4BAAkB;EAChB,uBAAuB,EAAE,EAAE;EAC3B,sBAAsB,EAAE,EAAE;EAC1B,uBAAuB,EAAE,CAAC;EAUxB,mCAAc;IAEZ,YAAY,EAAE,IAAI;IAClB,aAAa,EAAE,CAAC;IAChB,gBAAgB,EAAE,WAAW;IAC7B,gBAAgB,EAAE,iIACsB;IACxC,iBAAiB,EAAE,SAAS;IAC5B,mBAAmB,EAAE,MAAM;IAC3B,UAAU,EAAE,IAAI;EATlB,yCAAc;IAEZ,YAAY,EAAE,IAAI;IAClB,aAAa,EAAE,CAAC;IAChB,gBAAgB,EAAE,WAAW;IAC7B,gBAAgB,EAAE,6IACsB;IACxC,iBAAiB,EAAE,SAAS;IAC5B,mBAAmB,EAAE,MAAM;IAC3B,UAAU,EAAE,IAAI;EATlB,0CAAc;IAEZ,YAAY,EAAE,IAAI;IAClB,aAAa,EAAE,CAAC;IAChB,gBAAgB,EAAE,WAAW;IAC7B,gBAAgB,EAAE,+IACsB;IACxC,iBAAiB,EAAE,SAAS;IAC5B,mBAAmB,EAAE,MAAM;IAC3B,UAAU,EAAE,IAAI;EATlB,+CAAc;IAEZ,YAAY,EAAE,IAAI;IAClB,aAAa,EAAE,CAAC;IAChB,gBAAgB,EAAE,WAAW;IAC7B,gBAAgB,EAAE,yJACsB;IACxC,iBAAiB,EAAE,SAAS;IAC5B,mBAAmB,EAAE,MAAM;IAC3B,UAAU,EAAE,IAAI;EATlB,4CAAc;IAEZ,YAAY,EAAE,IAAI;IAClB,aAAa,EAAE,CAAC;IAChB,gBAAgB,EAAE,WAAW;IAC7B,gBAAgB,EAAE,mJACsB;IACxC,iBAAiB,EAAE,SAAS;IAC5B,mBAAmB,EAAE,MAAM;IAC3B,UAAU,EAAE,IAAI;EATlB,wDAAc;IAEZ,YAAY,EAAE,IAAI;IAClB,aAAa,EAAE,CAAC;IAChB,gBAAgB,EAAE,WAAW;IAC7B,gBAAgB,EAAE,2KACsB;IACxC,iBAAiB,EAAE,SAAS;IAC5B,mBAAmB,EAAE,MAAM;IAC3B,UAAU,EAAE,IAAI;;AAtBtB,4BAAkB;EAChB,uBAAuB,EAAE,EAAE;EAC3B,sBAAsB,EAAE,EAAE;EAC1B,uBAAuB,EAAE,CAAC;EAUxB,mCAAc;IAEZ,YAAY,EAAE,IAAI;IAClB,aAAa,EAAE,CAAC;IAChB,gBAAgB,EAAE,WAAW;IAC7B,gBAAgB,EAAE,iIACsB;IACxC,iBAAiB,EAAE,SAAS;IAC5B,mBAAmB,EAAE,MAAM;IAC3B,UAAU,EAAE,IAAI;EATlB,yCAAc;IAEZ,YAAY,EAAE,IAAI;IAClB,aAAa,EAAE,CAAC;IAChB,gBAAgB,EAAE,WAAW;IAC7B,gBAAgB,EAAE,6IACsB;IACxC,iBAAiB,EAAE,SAAS;IAC5B,mBAAmB,EAAE,MAAM;IAC3B,UAAU,EAAE,IAAI;EATlB,0CAAc;IAEZ,YAAY,EAAE,IAAI;IAClB,aAAa,EAAE,CAAC;IAChB,gBAAgB,EAAE,WAAW;IAC7B,gBAAgB,EAAE,+IACsB;IACxC,iBAAiB,EAAE,SAAS;IAC5B,mBAAmB,EAAE,MAAM;IAC3B,UAAU,EAAE,IAAI;EATlB,+CAAc;IAEZ,YAAY,EAAE,IAAI;IAClB,aAAa,EAAE,CAAC;IAChB,gBAAgB,EAAE,WAAW;IAC7B,gBAAgB,EAAE,yJACsB;IACxC,iBAAiB,EAAE,SAAS;IAC5B,mBAAmB,EAAE,MAAM;IAC3B,UAAU,EAAE,IAAI;EATlB,4CAAc;IAEZ,YAAY,EAAE,IAAI;IAClB,aAAa,EAAE,CAAC;IAChB,gBAAgB,EAAE,WAAW;IAC7B,gBAAgB,EAAE,mJACsB;IACxC,iBAAiB,EAAE,SAAS;IAC5B,mBAAmB,EAAE,MAAM;IAC3B,UAAU,EAAE,IAAI;EATlB,wDAAc;IAEZ,YAAY,EAAE,IAAI;IAClB,aAAa,EAAE,CAAC;IAChB,gBAAgB,EAAE,WAAW;IAC7B,gBAAgB,EAAE,2KACsB;IACxC,iBAAiB,EAAE,SAAS;IAC5B,mBAAmB,EAAE,MAAM;IAC3B,UAAU,EAAE,IAAI;;AAtBtB,qCAAkB;EAChB,uBAAuB,EAAE,EAAE;EAC3B,sBAAsB,EAAE,EAAE;EAC1B,uBAAuB,EAAE,CAAC;EAUxB,4CAAc;IAEZ,YAAY,EAAE,IAAI;IAClB,aAAa,EAAE,CAAC;IAChB,gBAAgB,EAAE,WAAW;IAC7B,gBAAgB,EAAE,iIACsB;IACxC,iBAAiB,EAAE,SAAS;IAC5B,mBAAmB,EAAE,MAAM;IAC3B,UAAU,EAAE,IAAI;EATlB,kDAAc;IAEZ,YAAY,EAAE,IAAI;IAClB,aAAa,EAAE,CAAC;IAChB,gBAAgB,EAAE,WAAW;IAC7B,gBAAgB,EAAE,6IACsB;IACxC,iBAAiB,EAAE,SAAS;IAC5B,mBAAmB,EAAE,MAAM;IAC3B,UAAU,EAAE,IAAI;EATlB,mDAAc;IAEZ,YAAY,EAAE,IAAI;IAClB,aAAa,EAAE,CAAC;IAChB,gBAAgB,EAAE,WAAW;IAC7B,gBAAgB,EAAE,+IACsB;IACxC,iBAAiB,EAAE,SAAS;IAC5B,mBAAmB,EAAE,MAAM;IAC3B,UAAU,EAAE,IAAI;EATlB,wDAAc;IAEZ,YAAY,EAAE,IAAI;IAClB,aAAa,EAAE,CAAC;IAChB,gBAAgB,EAAE,WAAW;IAC7B,gBAAgB,EAAE,yJACsB;IACxC,iBAAiB,EAAE,SAAS;IAC5B,mBAAmB,EAAE,MAAM;IAC3B,UAAU,EAAE,IAAI;EATlB,qDAAc;IAEZ,YAAY,EAAE,IAAI;IAClB,aAAa,EAAE,CAAC;IAChB,gBAAgB,EAAE,WAAW;IAC7B,gBAAgB,EAAE,mJACsB;IACxC,iBAAiB,EAAE,SAAS;IAC5B,mBAAmB,EAAE,MAAM;IAC3B,UAAU,EAAE,IAAI;EATlB,iEAAc;IAEZ,YAAY,EAAE,IAAI;IAClB,aAAa,EAAE,CAAC;IAChB,gBAAgB,EAAE,WAAW;IAC7B,gBAAgB,EAAE,2KACsB;IACxC,iBAAiB,EAAE,SAAS;IAC5B,mBAAmB,EAAE,MAAM;IAC3B,UAAU,EAAE,IAAI;;AAtBtB,qCAAkB;EAChB,uBAAuB,EAAE,EAAE;EAC3B,sBAAsB,EAAE,EAAE;EAC1B,uBAAuB,EAAE,CAAC;EAUxB,4CAAc;IAEZ,YAAY,EAAE,IAAI;IAClB,aAAa,EAAE,CAAC;IAChB,gBAAgB,EAAE,WAAW;IAC7B,gBAAgB,EAAE,iIACsB;IACxC,iBAAiB,EAAE,SAAS;IAC5B,mBAAmB,EAAE,MAAM;IAC3B,UAAU,EAAE,IAAI;EATlB,kDAAc;IAEZ,YAAY,EAAE,IAAI;IAClB,aAAa,EAAE,CAAC;IAChB,gBAAgB,EAAE,WAAW;IAC7B,gBAAgB,EAAE,6IACsB;IACxC,iBAAiB,EAAE,SAAS;IAC5B,mBAAmB,EAAE,MAAM;IAC3B,UAAU,EAAE,IAAI;EATlB,mDAAc;IAEZ,YAAY,EAAE,IAAI;IAClB,aAAa,EAAE,CAAC;IAChB,gBAAgB,EAAE,WAAW;IAC7B,gBAAgB,EAAE,+IACsB;IACxC,iBAAiB,EAAE,SAAS;IAC5B,mBAAmB,EAAE,MAAM;IAC3B,UAAU,EAAE,IAAI;EATlB,wDAAc;IAEZ,YAAY,EAAE,IAAI;IAClB,aAAa,EAAE,CAAC;IAChB,gBAAgB,EAAE,WAAW;IAC7B,gBAAgB,EAAE,yJACsB;IACxC,iBAAiB,EAAE,SAAS;IAC5B,mBAAmB,EAAE,MAAM;IAC3B,UAAU,EAAE,IAAI;EATlB,qDAAc;IAEZ,YAAY,EAAE,IAAI;IAClB,aAAa,EAAE,CAAC;IAChB,gBAAgB,EAAE,WAAW;IAC7B,gBAAgB,EAAE,mJACsB;IACxC,iBAAiB,EAAE,SAAS;IAC5B,mBAAmB,EAAE,MAAM;IAC3B,UAAU,EAAE,IAAI;EATlB,iEAAc;IAEZ,YAAY,EAAE,IAAI;IAClB,aAAa,EAAE,CAAC;IAChB,gBAAgB,EAAE,WAAW;IAC7B,gBAAgB,EAAE,2KACsB;IACxC,iBAAiB,EAAE,SAAS;IAC5B,mBAAmB,EAAE,MAAM;IAC3B,UAAU,EAAE,IAAI;;AAQxB,oCAAQ;EAAE,MAAM,EAAE,cAAc;AAChC,8CAAoB;EAAE,MAAM,EAAE,YAAY;;AAG3C,oCAAQ;EAAE,MAAM,EAAE,cAAc;AAC/B,8CAAoB;EAAE,MAAM,EAAE,YAAY;;AAG1C,6CAAQ;EAAE,MAAM,EAAE,mBAAmB;AACrC,uDAAoB;EAAE,MAAM,EAAE,gBAAgB;;AAG9C,6CAAQ;EAAE,MAAM,EAAE,mBAAmB;AACrC,uDAAoB;EAAE,MAAM,EAAE,gBAAgB;;;;;AAOhD,cAAe;EACb,OAAO,EAAE,CAAC;EACV,SAAS,EAAE,OAAO;EAClB,KAAK,EAAE,wBAA8B;EACrC,UAAU,EAAE,IAAI;EAGhB,kBAAM;IACJ,wBAAwB,EAAE,CAAC;IAC3B,wBAAwB,EAAE,CAAC;IAC3B,yCAAyC,EAAE,CAAC;EAE9C,qBAAS;IACP,MAAM,EAAE,qBAAqB;IAC7B,aAAa,EAAE,GAAG;IAClB,gBAAgB,EE3kEV,OAAgE;IF4kEtE,yBAAM;MACJ,YAAY,EAAE,IAAI;MAClB,gBAAgB,EAAE,WAAW;MAC7B,UAAU,EAAE,IAAI;;AAMtB,YAAa;EACX,gBAAgB,EEtlER,OAAgE;EFulExE,MAAM,EAAE,iBAA4B;EACpC,aAAa,EAAE,GAAG;EAClB,UAAU,EAAE,IAAI;EAChB,iBAAO;IACL,sBAAsB,EAAE,GAAG;IAC3B,yBAAyB,EAAE,GAAG;EAEhC,kBAAQ;IACN,uBAAuB,EAAE,GAAG;IAC5B,0BAA0B,EAAE,GAAG;EAEjC,uBAAa;IACX,UAAU,EAAE,IAAI;EAIhB,4BAAS;IACP,yBAAyB,EAAE,GAAG;IAC9B,0BAA0B,EAAE,GAAG;IAC/B,UAAU,EAAE,IAAI;EAElB,yBAAM;IACJ,sBAAsB,EAAE,GAAG;IAC3B,uBAAuB,EAAE,GAAG;EAIhC,gBAAM;IACJ,gBAAgB,EAAE,IAAI;IACtB,gBAAgB,EEpnEV,OAAgE;IFqnEtE,YAAY,EAAE,IAAI;IAClB,aAAa,EAAE,CAAC;;;;;AASpB,mBAAoB;EAClB,4BAA4B,EAAE,CAAC;EAC/B,6BAA6B,EAAE,EAAE;;AAGnC,UAAW;EACT,UAAU,EAAE,IAAI;EAChB,4BAA4B,EAAE,EAAE;EAChC,6BAA6B,EAAE,CAAC;EAChC,mBAAW;IACT,4BAA4B,EAAE,CAAC;IAC/B,6BAA6B,EAAE,EAAE;EAEnC,iBAAS;IACP,MAAM,EAAE,qBAAqB;IAC7B,OAAO,EAAE,GAAG;IACZ,aAAa,EAAE,GAAG;IAClB,gBAAgB,EAAE,WAAW;EAE/B,qBAAa;IAGX,MAAM,EAAE,iBACmD;IAC3D,gBAAgB,EEvpEV,OAAgE;IFwpEtE,UAAU,EAAE,IAAI;IAChB,aAAa,EAAE,GAAG;IAGhB,mDAAa;MAAE,MAAM,EAAE,KAAK;IAC5B,iDAAW;MAAE,MAAM,EAAE,KAAK;IAE5B,gCAAa;MACX,YAAY,ECl6EF,OAAqD;MDm6E/D,gBAAgB,ECn6EN,OAAqD;MDo6E/D,yCAAW;QAAE,YAAY,ECp6Ef,OAAqD;IDs6EjE,+BAAY;MACV,YAAY,ECz6EF,OAAO;MD06EjB,gBAAgB,EC16EN,OAAO;MD26EjB,wCAAW;QAAE,YAAY,EC36Ef,OAAO;ID66EnB,sCAAmB;MACjB,gBAAgB,EE1qEZ,OAAgE;MF2qEpE,YAAY,EAAE,WAAW;MACzB,UAAU,EAAE,IAAI;;;;;AAUtB,MAAO;EACL,MAAM,EAAE,iBAAwB;EAEhC,OAAO,EAAE,CAAC;EADV,WAAO;IAAE,YAAY,EAAE,IAAI;EAE3B,iBAAa;IACX,OAAO,EAAE,GAAG;IACZ,YAAY,EAAE,OAAO;;AAKvB,mCAAkB;EAEhB,YAAY,EAAE,IAAI;;AAKtB;kDAAW;EAGT,KAAK,EAAE,kBAA0B;EAGjC,iWACyB;IAEvB,0BAA0B,EAAE,IAAI;;;;;AAQpC,gBAAiB;EACf,gBAAgB,EE3qER,OAA4C;EF4qEpD,YAAY,EAAE,GAAG;EACjB,YAAY,EE5tEJ,OAAgE;;AF+tE1E;WACY;EACV,OAAO,EAAE,OAAO;EAChB,YAAY,EAAE,KAAK;EACnB,YAAY,EAAE,GAAG;EACjB,YAAY,EEpuEJ,OAAgE;;AFuuE1E;;;;;;;;;oCAQqC;EAGnC,gBAAgB,EAAE,mBAA6B;EAC/C,YAAY,EAAE,IAAI;EAClB,aAAa,EAAE,CAAC;EAChB,UAAU,EAAE,IAAI;;AAMhB,sBAAQ;EACN,gBAAgB,EAAE,uBAAiC;AAErD,uBAAS;EACP,UAAU,EAAE,IAAI;AAGhB,gCAAS;EAAE,UAAU,EAAE,uCAA+C;AACtE,+BAAQ;EACN,gBAAgB,EAAE,OAAuC;AAE3D,kCAAW;EAAE,gBAAgB,EEtwEvB,OAAgE;AFwwExE,+BAAiB;EAAE,gBAAgB,EAAE,WAAW;;AAKhD,0BAAQ;EEx1EN,UAAU,EAAE,8BAA2B;EAEvC,KAAK,ED7ME,OAAyC;EC8MhD,YAAY,EAwEN,OAAgE;EAvEtE,gBAAgB,EAAE,4CAGa;EFo1E/B;;kDAAO;IExnEP,YAAY,EAAE,sBAAuB;IACrC,gBAAgB,EAAE,WAAW;IAC7B,gBAAgB,EAAE,IAAI;IACzB,UAAU,EAAC,IAAI;IAEZ,WAAW,EAAE,IAAI;IACjB,WAAW,EAAE,IAAI;IFonEf,KAAK,EC1/EkB,OAAkB;ED4/E3C,gCAAQ;IEh1ER,KAAK,ED1NE,OAAyC;IC2NhD,YAAY,EA2DN,OAAgE;IA1DtE,gBAAgB,EAAE,4CAE+B;EFg1EjD,qEAAoB;IEv0EpB,KAAK,EA8FC,OAA4C;IA7FlD,YAAY,EA8CN,OAAgE;IA7CtE,gBAAgB,EAAE,wDAK+C;EFo0EjE;;2DAA4B;IE1wE5B,KAAK,EDxSE,OAAyC;ICyShD,YAAY,EAnBN,OAAgE;IAoBtE,gBAAgB,EAAE,mCAAgC;IAClD,WAAW,EAAE,IAAI;IACjB,WAAW,EAAE,IAAI;IAnSX,UAAU,EAoSE,kCAAmC;IFwwEnD;;;;qEAAoB;ME7vEtB,KAAK,ED5QW,OAAuC;MC6QvD,YAAY,ED1QS,OAAmC;MC2QxD,gBAAgB,EAAE,mCAAgC;MAjT5C,UAAU,EAkTE,kCAAmC;IF8vEnD;;yEAAc;MElvEhB,KAAK,ED1RoB,OAA0F;MC2RnH,YAAY,EDzRS,OAAmC;MC0RxD,gBAAgB,EAAE,mCAAgC;MAClD,WAAW,EAAE,IAAI;MACjB,WAAW,EAAE,IAAI;MAlUX,UAAU,EAqUE,kCAAmC;MACrD;;;oFAAS;QAAE,KAAK,EAAE,OAAO;MF6uErB;;;;mFAAoB;QEjuExB,KAAK,ED9SoB,OAA0F;QC+SnH,YAAY,ED7SS,OAAmC;QC8SxD,gBAAgB,EAAE,mCAAgC;QAElD;;;;;;8FAAS;UAAE,KAAK,EAAE,OAAO;EFmuEzB;;2DAAgB;IEppEhB,YAAY,EAAE,sBAAuB;IACrC,gBAAgB,EAAE,WAAW;IAC7B,gBAAgB,EAAE,IAAI;IACzB,UAAU,EAAC,IAAI;IAEZ,WAAW,EAAE,IAAI;IACjB,WAAW,EAAE,IAAI;IFgpEf,KAAK,ECxhFS,OAAuC;ED0hFvD,sCAAc;IEj0Ed,KAAK,EDjOc,OAA8B;ICkOjD,YAAY,EAgBN,OAAgE;IAdtE,gBAAgB,EAAE,mCAAgC;IAClD,WAAW,EAAE,IAAI;IACjB,WAAW,EAAE,IAAI;IAjQX,UAAU,EAoQE,kCAAmC;IACrD;yEAAS;MAAE,KAAK,EAAE,OAAO;IF2zEvB,6FAAoB;MEjzEtB,KAAK,EDpPc,OAA8B;MCqPjD,YAAY,EAHN,OAAgE;MAItE,gBAAgB,EAAE,4CAAsD;MAIxE;;mFAAS;QAAE,KAAK,EAAE,OAAO;;AFmzE7B;qCAA2B;EACzB,UAAU,EAAE,8CAAwB;EACpC;6CAAQ;IAAE,UAAU,EAAE,IAAI;;;;;AAQ5B;uBACwB;EAEtB,OAAO,EAAE,IAAI;EACb,MAAM,EAAE,IAAI;EACZ,aAAa,EAAE,WAAW;EAC1B,gBAAgB,EE3vER,qBACgC;EF2vExC,gBAAgB,EAAE,IAAI;EACtB,eAAe,EAAE,WAAW;EAC5B;kCAAW;IAAE,gBAAgB,EAAE,IAAI;EACnC;;;iCAAQ;IE5vEN,KAAK,EDzWE,OAAyC;IC0WhD,YAAY,EApFN,OAAgE;IAqFtE,gBAAgB,EAAE,IAAI;IACtB,gBAAgB,EAnBV,OAA4C;IAoBlD,eAAe,EAAE,WAAW;IAC5B,UAAU,EAAE,IAAI;IAChB,WAAW,EAAE,IAAI;IACjB,WAAW,EAAE,IAAI;IACjB,WAAW,EAAE,MAAM;IFsvEnB;;;;;;;yDAAO;MAEL,WAAW,EAAE,WAAW;MACxB,WAAW,EAAE,WAAW;IAK1B;yCAAQ;MEvvER,KAAK,EDxXE,OAAyC;MCyXhD,YAAY,EAnGN,OAAgE;MAoGtE,gBAAgB,EAAE,IAAI;MACtB,eAAe,EAAE,WAAW;MAC5B,WAAW,EAAE,IAAI;MACjB,WAAW,EAAE,IAAI;IFmvEjB;;;;oDAGmB;ME7uEnB,KAAK,EDxVoB,OAAkB;MCyV3C,YAAY,EAjCN,qBACgC;MAiCtC,gBAAgB,EAAE,wDAK+C;MACjE,eAAe,EAAE,WAAW;MAC5B,UAAU,EAAE,IAAI;MAChB,WAAW,EAAE,IAAI;MACjB,WAAW,EAAE,IAAI;IFquEjB;;wDACuB;ME/tEvB,KAAK,EDpXc,OAA8B;MCqXjD,YAAY,EArIN,OACwC;MAqI9C,gBAAgB,EAAE,IAAI;MACtB,eAAe,EAAE,WAAW;MAC5B,UAAU,EAAE,IAAI;MAChB,WAAW,EAAE,IAAI;MACjB,WAAW,EAAE,IAAI;IF4tEjB;4CAAW;MErtEX,eAAe,EAAE,WAAW;MAC5B,UAAU,EAAE,IAAI;MAChB,WAAW,EAAE,IAAI;MACjB,WAAW,EAAE,IAAI;;;;;AF0tErB,SAAU;EACR,gBAAgB,EAAE,kCAAkC;EACpD,kBAAW;IAAE,gBAAgB,EAAE,sCAAsC;EACrE,eAAQ;IAAE,KAAK,EAAE,KAAsB;EACvC,iBAAU;IAAE,gBAAgB,EAAE,mCAAmC;;;;;AAMnE,WAAY;EACV,KAAK,ECnmFe,OAAW;EDomF/B,MAAM,EAAE,iBAAwB;EAMhC,kBAAS;IACP,MAAM,EAAE,4BAAoC;IAC5C,aAAa,EAAE,CAAC;IAEhB,2BAAW;MAAE,YAAY,EAAE,kBAA0B;EAGvD;0CAAS;IAEP,KAAK,EAAE,yBAA+B;IAEtC;kDAAQ;MAEN,KAAK,ECjqFA,OAAyC;IDoqFhD;qDAAW;MAET,KAAK,EAAE,wBAAuC;EAIlD,kHACkC;IAAE,KAAK,EAAE,wBAA4B;EAGvE,oBAAW;IACT,KAAK,ECroFa,OAAW;IDsoF7B,YAAY,ECjoFS,OAAmC;;;;;AD6oF5D,eAAgB;EACd,yBAAyB,EAAE,CAAC;EAC5B,6BAA6B,EAAE,CAAC;EAOhC,yBAAU;IAER,UAAU,EAAE,IAAI;EAGhB,8BAAa;IAEX,yBAAyB,EAAE,GAAG;IAC9B,0BAA0B,EAAE,GAAG;EAEjC,+CAA4B;IAE1B,aAAa,EAAE,CAAC;IEtgFlB,UAAU,EAAE,8BAA2B;IAEvC,KAAK,ED7ME,OAAyC;IC8MhD,YAAY,EAwEN,OAAgE;IAvEtE,gBAAgB,EAAE,4CAGa;IFkgF7B,qDAAQ;ME1/EV,KAAK,ED1NE,OAAyC;MC2NhD,YAAY,EA2DN,OAAgE;MA1DtE,gBAAgB,EAAE,4CAE+B;IF0/E/C,sDAAS;MEj/EX,KAAK,EAkHC,OAA4C;MAjHlD,YAAY,EA8CN,OAAgE;MA7CtE,gBAAgB,EAAE,wDAK+C;IF8+E/D,2DAAc;MEv9EhB,KAAK,EDjOc,OAA8B;MCkOjD,YAAY,EAgBN,OAAgE;MAdtE,gBAAgB,EAAE,mCAAgC;MAClD,WAAW,EAAE,IAAI;MACjB,WAAW,EAAE,IAAI;MAjQX,UAAU,EAoQE,kCAAmC;MACrD;gGAAS;QAAE,KAAK,EAAE,OAAO;IFk9EvB,wDAAW;MEx7Eb,KAAK,EDxSE,OAAyC;MCyShD,YAAY,EAnBN,OAAgE;MAoBtE,gBAAgB,EAAE,mCAAgC;MAClD,WAAW,EAAE,IAAI;MACjB,WAAW,EAAE,IAAI;MAnSX,UAAU,EAoSE,kCAAmC;IFu7EnD,oEAAuB;ME75EzB,KAAK,ED1RoB,OAA0F;MC2RnH,YAAY,EDzRS,OAAmC;MC0RxD,gBAAgB,EAAE,mCAAgC;MAClD,WAAW,EAAE,IAAI;MACjB,WAAW,EAAE,IAAI;MAlUX,UAAU,EAqUE,kCAAmC;MACrD;yGAAS;QAAE,KAAK,EAAE,OAAO;IF25ErB,gEAAa;ME/hFjB,UAAU,EAAE,8BAA2B;MAEvC,KAAK,EF8hFmC,KAAK;ME7hF7C,YAAY,EAwEN,OAAgE;MAvEtE,gBAAgB,EAAE,4CAGa;MF2hFzB,sEAAQ;QEnhFd,KAAK,EFohFoC,KAAK;QEnhF9C,YAAY,EA2DN,OAAgE;QA1DtE,gBAAgB,EAAE,4CAE+B;MFmhF3C,uEAAS;QE1gFf,KAAK,EF2gFqC,KAAK;QE1gF/C,YAAY,EA8CN,OAAgE;QA7CtE,gBAAgB,EAAE,wDAK+C;MFugF3D,yEAAW;QE78EjB,KAAK,EF88EuC,KAAK;QE78EjD,YAAY,EAHN,OAA0C;QAIhD,gBAAgB,EAAE,mCAAgC;QAClD,WAAW,EAAE,IAAI;QACjB,WAAW,EAAE,IAAI;QAnSX,UAAU,EAoSE,kCAAmC;QF28E7C,qFAAc;UEj7EtB,KAAK,ED1RoB,OAA0F;UC2RnH,YAAY,EDzRS,OAAmC;UC0RxD,gBAAgB,EAAE,mCAAgC;UAClD,WAAW,EAAE,IAAI;UACjB,WAAW,EAAE,IAAI;UAlUX,UAAU,EAqUE,kCAAmC;UACrD;8HAAS;YAAE,KAAK,EAAE,OAAO;MF86EnB,4EAAc;QAGZ,gBAAgB,EC3vFR,OAAyC;QD4vFpD,KAAK,EAAE,mBAA6B;IAvBrC,kEAAa;ME/hFjB,UAAU,EAAE,8BAA2B;MAEvC,KAAK,EF8hFmC,KAAK;ME7hF7C,YAAY,EAsLN,OAAyC;MArL/C,gBAAgB,EAAE,4CAGa;MF2hFzB,wEAAQ;QEnhFd,KAAK,EFohFoC,KAAK;QEnhF9C,YAAY,EAyKN,OAAyC;QAxK/C,gBAAgB,EAAE,4CAE+B;MFmhF3C,yEAAS;QE1gFf,KAAK,EF2gFqC,KAAK;QE1gF/C,YAAY,EA4JN,OAAyC;QA3J/C,gBAAgB,EAAE,wDAK+C;MFugF3D,2EAAW;QE78EjB,KAAK,EF88EuC,KAAK;QE78EjD,YAAY,EAHN,OAA0C;QAIhD,gBAAgB,EAAE,mCAAgC;QAClD,WAAW,EAAE,IAAI;QACjB,WAAW,EAAE,IAAI;QAnSX,UAAU,EAoSE,kCAAmC;QF28E7C,uFAAc;UEj7EtB,KAAK,ED1RoB,OAA0F;UC2RnH,YAAY,EDzRS,OAAmC;UC0RxD,gBAAgB,EAAE,mCAAgC;UAClD,WAAW,EAAE,IAAI;UACjB,WAAW,EAAE,IAAI;UAlUX,UAAU,EAqUE,kCAAmC;UACrD;gIAAS;YAAE,KAAK,EAAE,OAAO;MF86EnB,8EAAc;QAGZ,gBAAgB,EC3vFR,OAAyC;QD4vFpD,KAAK,EAAE,mBAA6B;AAyB3C,gCAAY;EACV,gBAAgB,EEt9EV,OAA4C;EFu9ElD,YAAY,EEv9EN,OAA4C;EFw9ElD,UAAU,EAAE,IAAI;EAChB,yCAAW;IACT,gBAAgB,ECtvFA,OAA8D;IDuvF9E,YAAY,EE39ER,OAA4C;AF89EpD,uCAAmB;EACjB,UAAU,EAAE,iBAAwB;EACpC,gDAAW;IAAE,gBAAgB,ECtvFR,OAAmC;;;;;AD8vF5D,QAAS;EACP,MAAM,EAAE,IAAI;EACZ,gBAAgB,EE1+ER,OAA4C;;AFk/EtD,8BAA+B;EAE7B,KAAK,ECzzFI,OAAyC;ED0zFlD,gBAAgB,EAAE,WAAW;EAK7B,qCAAO;IACL,KAAK,EAAE,OAAsC;IAE7C,8CAAW;MACT,KAAK,EAAE,OAAgD;MAEvD,uDAAW;QAAE,KAAK,EAAE,OAAyD;IAG/E,iDAAc;MAAE,KAAK,EAAE,OAAkD;IAEzE,8CAAW;MACT,KAAK,EAAE,OAA+C;MAEtD,0DAAc;QAAE,KAAK,EAAE,OAAwD;EAInF,0CAAc;IAAE,KAAK,EC7yFA,OAA8B;ED+yFnD,uCAAW;IACT,KAAK,ECxyFW,OAAuC;ID0yFvD,mDAAc;MAAE,KAAK,ECzyFI,OAA0F;;ADkzFvH,aAAc;EACZ,OAAO,EAAE,QAAQ;EACjB,sBAAS;IACP,YAAY,EAAE,GAAG;IACjB,aAAa,EAAE,GAAG;EAEpB,sCAA2B;IAEzB,eAAe,EAAE,YAAY;;;;;AASjC,QAAS;EAEP,qBAAqB,EAAE,CAAC;EAExB,gBAAgB,EAAE,IAAI;EACtB,MAAM,EAAE,WAAW;EACnB,iBAAW;IACT,YAAY,EAAE,CAAC;IACf,WAAW,EAAE,GAAG;EAElB,wBAAgB;IACd,gBAAgB,EErmFV,OAAgE;IFsmFtE,iCAAW;MACT,gBAAgB,EC90FG,OAAmC;;ADm1F5D,aAAc;EACZ,qBAAqB,EAAE,CAAC;EACxB,MAAM,EAAE,CAAC;EACT,6BAAgB;IACd,gBAAgB,EAAE,WAAW;IAC7B,YAAY,EAAE,UAAU;IACxB,YAAY,EElnFN,OAAgE;IFmnFtE,YAAY,EAAE,GAAG;EAEnB,sCAA2B;IAAE,YAAY,EAAE,UAAU;EACrD,sCAAyB;IAAE,YAAY,EC71FhB,OAAmC;;;;;ADo2F5D,UAAW;EACT,YAAY,EAAE,IAAI;;AAGpB;;;MAGO;EACL,gBAAgB,ECt5FE,OAAyC;EDu5F3D,KAAK,EC92FsB,OAAkB;ED+2F7C,WAAW,EAAE,IAAI;EACjB,YAAY,EAAE,OAA+B;EAC7C;;;;;;;;;;;;;;;;;sCAAQ;IEptFN,UAAU,EAAE,8BAA2B;IAEvC,KAAK,ED/JoB,OAAkB;ICgK3C,YAAY,EAwFN,OAA0C;IAvFhD,gBAAgB,EAAE,4CAGa;IFgtF/B;;;wBAAQ;MExsFR,KAAK,ED5KoB,OAAkB;MC6K3C,YAAY,EA2EN,OAA0C;MA1EhD,gBAAgB,EAAE,4CAE+B;IFssFjD;;;yBAAS;ME7rFT,KAAK,EA8FC,OAA4C;MA7FlD,YAAY,EA8DN,OAA0C;MA7DhD,gBAAgB,EAAE,wDAK+C;IFwrFjE;;;8BAAc;MEjqFd,KAAK,EDjOc,OAA8B;MCkOjD,YAAY,EAgCN,OAA0C;MA9BhD,gBAAgB,EAAE,mCAAgC;MAClD,WAAW,EAAE,IAAI;MACjB,WAAW,EAAE,IAAI;MAjQX,UAAU,EAoQE,kCAAmC;MACrD;;;;;;;;;;+DAAS;QAAE,KAAK,EAAE,OAAO;IF0pFzB;;;2BAAW;MEhoFX,KAAK,EDxSE,OAAyC;MCyShD,YAAY,EAHN,OAA0C;MAIhD,gBAAgB,EAAE,mCAAgC;MAClD,WAAW,EAAE,IAAI;MACjB,WAAW,EAAE,IAAI;MAnSX,UAAU,EAoSE,kCAAmC;MF6nFnD,YAAY,EEpoFR,OAA0C;MFqoF9C;;;yCAAc;QEpmFhB,KAAK,EAAE,OAAiE;QACxE,YAAY,EAHN,OAA4C;QAIlD,gBAAgB,EAAE,mCAAgC;QAClD,WAAW,EAAE,IAAI;QACjB,WAAW,EAAE,IAAI;QAlUX,UAAU,EAqUE,kCAAmC;QFgmFjD,YAAY,EEzmFV,OAA4C;QAUlD;;;;;;;;;;0EAAS;UAAE,KAAK,EAAE,OAAO;EFmmF3B;;;;;;;;;;;8BAEsB;IACpB,gBAAgB,EAAE,OAA+B;;;;;AAQrD,QAAS;EAWP,KAAK,EAAE,KAAK;EACZ,OAAO,EAAE,GAAG;;EACZ,aAAa,EAAE,GAAG;EAClB,UAAU,EAAE,IAAI;EAChB,WAAW,EAAE,WAAW;EAdxB,mBAAa;IAGX,gBAAgB,EAAE,kBAA0B;IAC5C,eAAe,EAAE,WAAW;IAC5B,MAAM,EAAE,kCAAgC;EAW1C,yBAAmB;IACjB,gBAAgB,EAAE,WAAW;;AAIjC,UAAW;EACT,OAAO,EAAE,GAAG;EACZ,gBAAgB,EAAE,WAAW;EAC7B,KAAK,EAAE,OAAO;;;;;AAOhB,cAAe;EASb,UAAU,EAJY,8DAAsD;EAO5E,wBAAY;IACV,UAAU,EAAE,IAAI;IAChB,wEAA2B;MACzB,YAAY,EC97FW,OAAkB;EDm8F7C,uBAAW;IAAE,UAAU,EAfD,8DAAsD;EAuB5E,kBAAM;IACJ,sBAAsB,EAAE,GAA0B;IAClD,uBAAuB,EAAE,GAA0B;EAErD,qBAAS;IACP,yBAAyB,EAAE,GAA0B;IACrD,0BAA0B,EAAE,GAA0B;EAExD,uEAA8C;IAC5C,sBAAsB,EAAE,GAA0B;IAClD,yBAAyB,EAAE,GAA0B;EAEvD,0EAAiD;IAC/C,uBAAuB,EAAE,GAA0B;IACnD,0BAA0B,EAAE,GAA0B;EAExD,uCAA2B;IAAE,aAAa,EAAE,GAA0B;EAGtE,6BAAiB;IACf,sBAAsB,EAzCF,GAAG;IA0CvB,uBAAuB,EA1CH,GAAG;EA4CzB,gCAAoB;IAClB,yBAAyB,EA7CL,GAAG;IA8CvB,0BAA0B,EA9CN,GAAG;EAgDzB,+CAAmC;IACjC,sBAAsB,EAjDF,GAAG;IAkDvB,yBAAyB,EAlDL,GAAG;EAoDzB,iDAAqC;IACnC,uBAAuB,EArDH,GAAG;IAsDvB,0BAA0B,EAtDN,GAAG;EAwDzB,oCAAwB;IAAE,aAAa,EAxDjB,GAAG;EA2DzB,mDACiB;IACf,gBAAgB,EAAE,6EACqD;IACvE,UAAU,EAAE,qEAC4F;IACxG,yEAAa;MACX,gBAAgB,EAAE,6EACqD;EAG3E;iFAG+B;IAC7B,gBAAgB,EAAE,IAAI;IACtB,UAAU,EAAE,IAAI;EAIlB,6BAAiB;IACf,aAAa,EAAE,GAAG;IAClB,mCAAQ;MACN,gBAAgB,EAAE,IAAI;MACtB,UAAU,EAAE,8DAAsD;IAEpE,sCAAW;MAAE,UAAU,EAAE,IAAI;EAI/B,yBAAa;IACX,KAAK,EAAE,KAAK;IACZ,aAAa,EAAE,kBAA0B;IACzC,kCAAW;MAAE,KAAK,EAAE,wBAA0B;EAEhD,0BAAc;IACZ,KAAK,EAAE,KAAK;IACZ,aAAa,EAAE,wBAA0B;IACzC,mCAAW;MAAE,KAAK,EAAE,kBAA0B;EAIhD,uDACmB;IACjB,MAAM,EAAE,iBAA6E;IACrF,mEAAQ;MAAE,YAAY,EAAsD,KAAK;EAInF,+BAAmB;IACjB,YAAY,EAAE,KAAK;IACnB,YAAY,EAAE,GAAG;IEv4FjB,UAAU,EAAE,8BAA2B;IAEvC,KAAK,ED7ME,OAAyC;IC8MhD,YAAY,EAwEN,OAAgE;IAvEtE,gBAAgB,EAAE,4CAGa;IFk4F/B,qCAAQ;ME13FR,KAAK,ED1NE,OAAyC;MC2NhD,YAAY,EA0GN,OAA4C;MAzGlD,gBAAgB,EAAE,4CAE+B;IFu3FjD,wCAAW;ME7yFX,KAAK,EDxSE,OAAyC;MCyShD,YAAY,EAnBN,OAAgE;MAoBtE,gBAAgB,EAAE,mCAAgC;MAClD,WAAW,EAAE,IAAI;MACjB,WAAW,EAAE,IAAI;MApSO,UAAU,EAAE,gEAAkB;IF8kGtD,wCAAS;MExqFT,YAAY,EAAE,sBAAuB;MACrC,gBAAgB,EAAE,WAAW;MAC7B,gBAAgB,EAAE,IAAI;MACzB,UAAU,EAAC,IAAI;MAEZ,WAAW,EAAE,IAAI;MACjB,WAAW,EAAE,IAAI;;;;;AF2qFrB;;0CAAqB;EACnB,OAAO,EAAE,GAAG;EACZ,0BAAQ;IAEN,gBAAgB,EAAE,wBAA6B;IAC/C,aAAa,EAAE,GAAG;;AAOtB;4CAAuB;EAAE,OAAO,EAAE,GAAG;;;;;AAMrC,aAAc;EAEZ,YAAY,EAAE,CAAC;EAOf,UAAU,EAAE,gCAAgC;;EAK5C,MAAM,EAAE,IAAI;EAEZ,sBAAW;IACT,UAAU,EAAE,gCAAgC;EAE9C,mBAAQ;IACN,aAAa,EAAE,CAAC;EAElB,mBAAQ;IACN,UAAU,EAAE,kCACd;EAEA,iBAAM;IACP,UAAU,EAAE,gCAAgC;EAGzC,uBAAQ;IACN,aAAa,EAAE,CAAC;IAChB,UAAU,EAAE,kCACd;EACA,yBAAU;IACR,aAAa,EAAE,GAAG;IAClB,UAAU,EAAE,IAAI;EAElB,gCAAiB;IACf,aAAa,EAAE,GAAG;IAClB,UAAU,EAAE,gCACd;EAEF,uBAAY;IACV,aAAa,EAAE,CAAC;IAChB,MAAM,EAAE,GAAG;IACX,gBAAgB,EC1pGA,OAAyC;ID2pGzD,MAAM,EAAE,CAAC;IACT,UAAU,EAAE,IAAI;;AAKpB;6BAC8B;EAK5B,OAAO,EAAE,GAAG;EACZ;wCAAW;IAAE,WAAW,EAAE,IAAI;EAE9B;qCAAQ;IACJ,KAAK,EAAE,WAAW;IAClB,YAAY,EAAE,IAAI;IAClB,UAAU,EAAE,IAAI;IAChB,mBAAmB,EAAE,MAAM;IAC3B,iBAAiB,EAAE,SAAS;IAE5B,gBAAgB,EAAE,uFAAsF;EAG5G;2CAAc;IACV,YAAY,EAAE,WAAW;IACzB,gBAAgB,EAAE,WAAW;IAC7B,gBAAgB,EAAE,mGAC0B;EAEhD;4CAAe;IACX,YAAY,EAAE,WAAW;IACzB,gBAAgB,EAAE,WAAW;IAC7B,gBAAgB,EAAE,qGAC2B;EAEjD;8CAAiB;IACb,YAAY,EAAE,WAAW;IACzB,gBAAgB,EAAE,WAAW;IAC7B,gBAAgB,EAAE,yGAC6B;EAGnD;wCAAW;IAEP,KAAK,EAAE,WAAW;IAClB,YAAY,EAAE,IAAI;IAClB,UAAU,EAAE,IAAI;IAChB,mBAAmB,EAAE,MAAM;IAC3B,iBAAiB,EAAE,SAAS;IAE5B,gBAAgB,EAAE,6FAA4F;EAGlH;8CAAiB;IAClB,YAAY,EAAE,WAAW;IACtB,gBAAgB,EAAE,WAAW;IAChC,gBAAgB,EAAE,yGAC6B;EAE9C;+CAAkB;IACnB,YAAY,EAAE,WAAW;IACtB,gBAAgB,EAAE,WAAW;IAChC,gBAAgB,EAAE,2GAC8B;EAE/C;iDAAoB;IACrB,YAAY,EAAE,WAAW;IACtB,gBAAgB,EAAE,WAAW;IAChC,gBAAgB,EAAE,+GACgC;EAGjD;wCAAW;IAEP,KAAK,EAAE,WAAW;IAClB,YAAY,EAAE,IAAI;IAClB,UAAU,EAAE,IAAI;IAChB,mBAAmB,EAAE,MAAM;IAC3B,iBAAiB,EAAE,SAAS;IAE5B,gBAAgB,EAAE,6FAA4F;EAElH;8CAAiB;IAClB,YAAY,EAAE,WAAW;IACtB,gBAAgB,EAAE,WAAW;IAC7B,gBAAgB,EAAE,yGAC6B;EAEjD;+CAAkB;IACnB,YAAY,EAAE,WAAW;IACtB,gBAAgB,EAAE,WAAW;IAC7B,gBAAgB,EAAE,2GAC8B;EAElD;iDAAoB;IACrB,YAAY,EAAE,WAAW;IACtB,gBAAgB,EAAE,WAAW;IAC7B,gBAAgB,EAAE,+GACgC;;AAItD;4CAC6C;EAC3C,WAAW,EAAE,IAAI;EACjB;uDAAW;IAAE,WAAW,EAAE,IAAI;;AAMhC;8KAAgB;EACd,gBAAgB,EE78FR,OAA4C;EF88FpD,KAAK,ECruGsB,OAAkB;;;AD4uG/C;aACc;EACZ,IAAI,EAAE,OAAO;;AAGf,UAAW;EACT,IAAI,EAAE,SAAS;;AAMf,cAAM;EExvFJ,gBAAgB,EAAE,+MAAgC;EAClD,eAAe,EAAE,kBAA0C;EAQ7D,iBAAiB,EAAE,SAAS;EAC5B,mBAAmB,EAtDP,UAAU;EAwDtB,gBAAgB,EAAE,WAAW;EAC7B,MAAM,EAAE,IAAI;EACZ,UAAU,EAAE,IAAI;EF4uFd,uBAAW;IErvFX,gBAAgB,EAlBA,6FAI4D;IAe5E,eAAe,EAjDM,OAA4B;IAoDnD,iBAAiB,EAAE,SAAS;IAC5B,mBAAmB,EAtDP,UAAU;IAwDtB,gBAAgB,EAAE,WAAW;IAC7B,MAAM,EAAE,IAAI;IACZ,UAAU,EAAE,IAAI;AF8uFhB,iBAAS;EE5vFP,gBAAgB,EAAE,2NAAgC;EAClD,eAAe,EAAE,kBAA0C;EAQ7D,iBAAiB,EAAE,SAAS;EAC5B,mBAAmB,EAjDL,aAAa;EAmD3B,gBAAgB,EAAE,WAAW;EAC7B,MAAM,EAAE,IAAI;EACZ,UAAU,EAAE,IAAI;EFgvFd,0BAAW;IEzvFX,gBAAgB,EAlBA,mGAI4D;IAe5E,eAAe,EAjDM,OAA4B;IAoDnD,iBAAiB,EAAE,SAAS;IAC5B,mBAAmB,EAjDL,aAAa;IAmD3B,gBAAgB,EAAE,WAAW;IAC7B,MAAM,EAAE,IAAI;IACZ,UAAU,EAAE,IAAI;AFkvFhB,eAAO;EEhwFL,gBAAgB,EAAE,mNAAgC;EAClD,eAAe,EAAE,kBAA0C;EAQ7D,iBAAiB,EAAE,SAAS;EAC5B,mBAAmB,EAtCL,WAAW;EAwCzB,gBAAgB,EAAE,WAAW;EAC7B,MAAM,EAAE,IAAI;EACZ,UAAU,EAAE,IAAI;EFovFd,wBAAW;IE7vFX,gBAAgB,EAlBA,+FAI4D;IAe5E,eAAe,EAjCQ,OAA4B;IAoCrD,iBAAiB,EAAE,SAAS;IAC5B,mBAAmB,EAtCL,WAAW;IAwCzB,gBAAgB,EAAE,WAAW;IAC7B,MAAM,EAAE,IAAI;IACZ,UAAU,EAAE,IAAI;AFsvFhB,gBAAQ;EEpwFN,gBAAgB,EAAE,uNAAgC;EAClD,eAAe,EAAE,kBAA0C;EAQ7D,iBAAiB,EAAE,SAAS;EAC5B,mBAAmB,EA5CL,YAAY;EA8C1B,gBAAgB,EAAE,WAAW;EAC7B,MAAM,EAAE,IAAI;EACZ,UAAU,EAAE,IAAI;EFwvFd,yBAAW;IEjwFX,gBAAgB,EAlBA,iGAI4D;IAe5E,eAAe,EAvCQ,OAA4B;IA0CrD,iBAAiB,EAAE,SAAS;IAC5B,mBAAmB,EA5CL,YAAY;IA8C1B,gBAAgB,EAAE,WAAW;IAC7B,MAAM,EAAE,IAAI;IACZ,UAAU,EAAE,IAAI;;AF8vFhB,eAAM;EEzuFN,gBAAgB,EAAE,WAAW;EAS7B,gBAAgB,EAAE,8EAE4C;EAE9D,WAAa,EAAE,GAAG;EAClB,eAAe,EAlBC,QAAQ;EAmBxB,iBAAiB,EAlBE,QAAQ;EAmB3B,iBAAiB,EAAE,WAAW;EAC9B,mBAAmB,EAnBT,UAAS;AF+uFnB,kBAAS;EE7uFT,gBAAgB,EAAE,WAAW;EAS7B,gBAAgB,EAAE,8EAE4C;EAE9D,cAAa,EAAE,GAAG;EAClB,eAAe,EAlBC,QAAQ;EAmBxB,iBAAiB,EAlBE,QAAQ;EAmB3B,iBAAiB,EAAE,WAAW;EAC9B,mBAAmB,EAnBT,aAAS;AFmvFnB,gBAAO;EEjvFP,gBAAgB,EAAE,WAAW;EAS7B,gBAAgB,EAAE,6EAE4C;EAE9D,YAAa,EAAE,GAAG;EAClB,eAAe,EAVG,QAAQ;EAW1B,iBAAiB,EAVI,QAAQ;EAW7B,iBAAiB,EAAE,WAAW;EAC9B,mBAAmB,EAXP,WAAS;AF+uFrB,iBAAQ;EErvFR,gBAAgB,EAAE,WAAW;EAS7B,gBAAgB,EAAE,6EAE4C;EAE9D,aAAa,EAAE,GAAG;EAClB,eAAe,EAVG,QAAQ;EAW1B,iBAAiB,EAVI,QAAQ;EAW7B,iBAAiB,EAAE,WAAW;EAC9B,mBAAmB,EAXP,YAAS;;;;;;;ACrlBvB,oCAA6C;;;AAI7C,sCAAiD;;;AAIjD,oCAA6C;;;AAI7C,sCAAiD;;;AAIjD,6CAA+D;;;AAI/D,6CAA+D;;;AAI/D,0CAA+D;;;AAI/D,0CAA+D;;;AAI/D,4CAAuD;;;AAIvD,8CAAgE;;;AAIhE,gDAA2D;;;AAI3D,8CAAgE;;;AAIhE,gDAAoE;;;AAIpE,uDAAyE;;;AAIzE,uDAA0E;;;AAI1E,6BAA2C;;;AAI3C,uCAA8D;;;AAI9D,mCAAiD;AACjD,iCAA6C;AAC7C,mCAAiD;AACjD,8BAAuC;;;AAKvC,uCAAyD;AACzD,uCAAyD;AAEzD,iCAA8C;;;;AAU9C,8BAA4C;AAC5C,wCAAsD;AACtD,sCAAiD;AACjD,sDAAmD;AAEnD,6BAA2C;AAC3C,6BAA2C;AAE3C,0CAA0C;AAC1C,0CAA0C;AAE1C,yDAA8D;AAC9D,6CAAkD;AAClD,2DAAgE;AAChE,2DAAgE;AAChE,0DAA+D;AAI/D,qCAAiD", +"sources": ["_common.scss","_colors.scss","_drawing.scss","_colors-public.scss"], +"names": [], +"file": "gtk-dark.css" +} diff --git a/.themes/papirus/gtk-3.0/gtk-dark.scss b/.themes/papirus/gtk-3.0/gtk-dark.scss new file mode 100644 index 00000000..4ca3bfd4 --- /dev/null +++ b/.themes/papirus/gtk-3.0/gtk-dark.scss @@ -0,0 +1,12 @@ +// General guidelines: +// - very unlikely you want to edit something else than _common.scss +// - keep the number of defined colors to a minimum, use the color blending functions if +// you need a subtle shade +// - if you need to inverse a color function use the @if directive to match for dark $variant + +$variant: 'dark'; + +@import 'colors'; +@import 'drawing'; +@import 'common'; +@import 'colors-public'; diff --git a/.themes/papirus/gtk-3.0/gtk.css b/.themes/papirus/gtk-3.0/gtk.css new file mode 100644 index 00000000..8f626a70 --- /dev/null +++ b/.themes/papirus/gtk-3.0/gtk.css @@ -0,0 +1,4307 @@ +* { + padding: 0; + -GtkToolButton-icon-spacing: 4; + -GtkTextView-error-underline-color: #ed1515; + -GtkCheckButton-indicator-size: 16; + -GtkCheckMenuItem-indicator-size: 16; + -GtkScrolledWindow-scrollbar-spacing: 0; + -GtkScrolledWindow-scrollbars-within-bevel: 1; + -GtkToolItemGroup-expander-size: 11; + -GtkExpander-expander-size: 16; + -GtkTreeView-expander-size: 11; + -GtkTreeView-horizontal-separator: 4; + -GtkMenu-horizontal-padding: 0; + -GtkMenu-vertical-padding: 0; + -GtkWidget-link-color: #6A6865; + -GtkWidget-visited-link-color: #1478ac; + -GtkWidget-focus-padding: 2; + -GtkWidget-focus-line-width: 1; + -GtkWidget-text-handle-width: 20; + -GtkWidget-text-handle-height: 20; + -GtkDialog-button-spacing: 4; + -GtkDialog-action-area-border: 0; + -GtkStatusbar-shadow-type: none; + outline-width: 0px; } + +/*************** + * Base States * + ***************/ +.background { + color: #363636; + background-color: #eff0f1; } + .background:backdrop { + text-shadow: none; + -gtk-icon-shadow: none; + color: #363636; + background-color: #eff0f1; } + +/* + These wildcard seems unavoidable, need to investigate. + Wildcards are bad and troublesome, use them with care, + or better, just don't. + Everytime a wildcard is used a kitten dies, painfully. +*/ +*:disabled { + -gtk-icon-effect: dim; } + +.gtkstyle-fallback { + background-color: #eff0f1; + color: #363636; } + .gtkstyle-fallback:hover { + background-color: white; + color: #363636; } + .gtkstyle-fallback:active { + background-color: #d4d7d9; + color: #363636; } + .gtkstyle-fallback:disabled { + background-color: #e6e7e8; + color: #909396; } + .gtkstyle-fallback:selected { + background-color: #888888; + color: #fcfcfc; } + +.view { + color: #363636; + background-color: #fcfcfc; } + .view:selected, calendar:selected { + border-radius: 3px; } + .view selection { } + +view.rubberband, +rubberband, +.view.rubberband, +.rubberband { + border: 1px solid #888888; + background-color: rgba(147, 147, 147, 0.2); } + +.label.separator, placessidebar.sidebar .view .label.separator { + color: #363636; } +.label:disabled { + color: #909396; } + +.dim-label, .label.separator, placessidebar.sidebar .view .label.separator, .titlebar .subtitle, +headerbar .subtitle { + opacity: 0.55; + text-shadow: none; } + +assistant .sidebar { + background-color: #fcfcfc; + border-top: 1px solid #c2c2c2; } + assistant .sidebar:dir(ltr) { + border-right: 1px solid #c2c2c2; } + assistant .sidebar:dir(rtl) { + border-left: 1px solid #c2c2c2; } + assistant .sidebar:backdrop { + background-color: white; + border-color: #c2c8cb; } +assistant.csd .sidebar { + border-top-style: none; } +assistant .sidebar .label { + padding: 6px 12px; } +assistant .sidebar .label.highlight { + background-color: #c9cbcd; } + +textview { + background-color: #f6f6f7; } + textview text selection { } + +.grid-child { + padding: 3px; + border-radius: 3px; } + +popover.osd, .app-notification, +.app-notification.frame, .osd { + color: #363636; + border: 1px solid #eff0f1; + background-color: rgba(252, 252, 252, 0.8); + background-clip: padding-box; + outline-color: rgba(49, 54, 59, 0.3); + text-shadow: none; + -gtk-icon-shadow: none; } + popover.osd:backdrop, .app-notification:backdrop, .osd:backdrop { + text-shadow: none; } + +/********************* + * Spinner Animation * + *********************/ +@keyframes spin { + to { + -gtk-icon-transform: rotate(1turn); } } +.spinner { + background-image: none; + background-color: blue; + opacity: 0; + -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); } + .spinner:active { + opacity: 1; + animation: spin 1s linear infinite; } + .spinner:active:disabled { + opacity: 0.5; } + +/**************** + * Text Entries * + ****************/ +entry { + border: 1px solid; + padding: 5px 8px 6px; + border-radius: 3px; + transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); + background-color: #fcfcfc; + background-image: none; + color: #363636; + border-color: #c2c2c2; } + entry.image.left { + padding-left: 0; } + entry.image.right { + padding-right: 0; } + entry.flat, entry.flat:focus { + padding: 2px; + background-color: #fcfcfc; + background-image: none; + color: #363636; + border-color: #c2c2c2; + border: none; + border-radius: 0; } + entry:focus { + background-color: #fcfcfc; + background-image: none; + border-color: #888888; } + entry:disabled { + background-color: #fcfcfc; + background-image: none; + color: #909396; + border-color: #c2c2c2; + background-color: #e6e7e8; + box-shadow: none; } + entry selection, + entry selection:focus { + color: #fcfcfc; + background-color: #888888; + } + entry progressbar { + margin: 1px; + border-radius: 0; + border-width: 0 0 2px; + border-color: #888888; + border-style: solid; + background-image: none; + background-color: transparent; + box-shadow: none; } + entry progressbar:backdrop { + background-color: transparent; } + .linked > entry { + border-radius: 0; } + .linked > entry:first-child { + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; } + .linked > entry:first-child:dir(rtl) { + border-right-style: none; } + .linked > entry:last-child { + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; + border-left-style: none; } + .linked > entry:last-child:dir(rtl) { + border-left-style: solid; } + entry.error { + color: #ed1515; + border-color: #ed1515; } + entry.error:focus { + background-color: #fcfcfc; + background-image: none; + border-color: #ed1515; } + entry.error:selected, entry.error:selected:focus { + background-color: #ed1515; } + entry.warning { + color: #f67400; + border-color: #f67400; } + entry.warning:focus { + background-color: #fcfcfc; + background-image: none; + border-color: #f67400; } + entry.warning:selected, entry.warning:selected:focus { + background-color: #f67400; } + entry.image { + color: #5a5e62; } + entry.image:hover { + color: #363636; } + entry.image:active { + color: #888888; } + entry.image:backdrop { + color: #cdced0; } + .osd entry { + background-color: #fcfcfc; + background-image: none; + color: #363636; + border-color: rgba(0, 0, 0, 0.7); + background-color: rgba(252, 252, 252, 0.8); + background-clip: padding-box; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; } + .osd entry:focus { + background-color: #fcfcfc; + background-image: none; + color: #363636; + border-color: #888888; + background-color: rgba(252, 252, 252, 0.8); + background-clip: padding-box; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; } + .osd entry:backdrop { + background-color: #fcfcfc; + background-image: none; + color: #363636; + border-color: rgba(0, 0, 0, 0.7); + background-color: rgba(0, 0, 0, 0.7); + background-clip: padding-box; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; } + .osd entry:disabled { + background-color: #fcfcfc; + background-image: none; + color: #97999c; + border-color: rgba(0, 0, 0, 0.7); + background-color: shade(#363636, 0.3); + background-clip: padding-box; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; } + +.linked.vertical > entry:not(:last-child) { + box-shadow: none; } +.linked.vertical > entry:focus:not(:last-child) { + box-shadow: inset 0 0 0 1px #888888; } +.linked.vertical > entry:not(:disabled) + entry:not(:disabled) { + border-top-color: #e9ebec; + background-image: linear-gradient(to bottom, #fcfcfc); } + .linked.vertical > entry:not(:disabled) + entry:not(:disabled):backdrop { + border-top-color: #edefef; + background-image: linear-gradient(to bottom, white); } +.linked.vertical > entry + entry:focus:not(:last-child) { + border-top-color: #888888; + box-shadow: inset 0 0 0 1px #888888; } +.linked.vertical > entry + entry:focus:last-child { + border-top-color: #888888; } +.linked.vertical > entry:focus:not(:only-child) + entry, +.linked.vertical > entry:focus:not(:only-child) + button, +.linked.vertical > entry:focus:not(:only-child) + combobox > button, +.linked.vertical > entry:focus:not(:only-child) + comboboxText > button { + border-top-color: #888888; } + +/*********** + * Buttons * + ***********/ +@keyframes needs_attention { + from { + background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#888888), to(transparent)); } + to { + background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#888888), to(transparent)); } } +button, headerbar button.titlebutton, +.titlebar button.titlebutton { + border: 1px solid; + border-radius: 3px; + padding: 5px 8px 6px; + box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); + color: #363636; + border-color: #c2c2c2; + background-image: linear-gradient(to bottom, #f4f5f6, #eff0f1); } + button.flat, headerbar .titlebutton.button, + .titlebar .titlebutton.button { + border-color: rgba(255, 255, 255, 0); + background-color: transparent; + background-image: none; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; + transition: none; } + button.flat:hover, headerbar .titlebutton.button:hover, + .titlebar .titlebutton.button:hover { + transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); + transition-duration: 500ms; } + button.flat:hover:active, headerbar .titlebutton.button:hover:active, + .titlebar .titlebutton.button:hover:active { + transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } + button:hover, headerbar button.titlebutton:hover, + .titlebar button.titlebutton:hover { + color: #363636; + border-color: #888888; + background-image: linear-gradient(to bottom, #eff0f1, #eff0f1); + -gtk-icon-effect: highlight; } + button:active, headerbar button.titlebutton:active, + .titlebar button.titlebutton:active, button:checked, headerbar button.titlebutton:checked, + .titlebar button.titlebutton:checked { + color: #fcfcfc; + border-color: #c2c2c2; + background-image: linear-gradient(to bottom, #888888, shade(#888888, 0.8)); + transition-duration: 50ms; } + button:active:hover, button:checked:hover { + color: #363636; + border-color: #c2c2c2; + background-image: linear-gradient(to bottom, #888888, #888888); } + button.flat:backdrop, headerbar .titlebutton.button:backdrop, + .titlebar .titlebutton.button:backdrop, button.flat:disabled, headerbar .titlebutton.button:disabled, + .titlebar .titlebutton.button:disabled, button.flat:backdrop:disabled, headerbar .titlebutton.button:backdrop:disabled, + .titlebar .titlebutton.button:backdrop:disabled { + border-color: rgba(255, 255, 255, 0); + background-color: transparent; + background-image: none; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; } + button:disabled, headerbar button.titlebutton:disabled, + .titlebar button.titlebutton:disabled { + color: #909396; + border-color: #c2c2c2; + background-image: linear-gradient(to bottom, #e6e7e8); + text-shadow: none; + -gtk-icon-shadow: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px white; } + button:disabled > .label, headerbar button.titlebutton:disabled > .label, + .titlebar button.titlebutton:disabled > .label { + color: inherit; } + button:disabled:active, button:disabled:checked { + color: #909396; + border-color: #c2c2c2; + background-image: linear-gradient(to bottom, #e2e3e5, #e6e7e8); } + button:disabled:active > .label, headerbar button.titlebutton:disabled:active > .label, + .titlebar button.titlebutton:disabled:active > .label, button:disabled:checked > .label, headerbar button.titlebutton:disabled:checked > .label, + .titlebar button.titlebutton:disabled:checked > .label { + color: inherit; } + button.osd, headerbar .osd.button.titlebutton, + .titlebar .osd.button.titlebutton { + color: #363636; + border-radius: 5px; + outline-color: rgba(49, 54, 59, 0.3); + color: #363636; + border-color: #c2c2c2; + background-image: none; + background-color: #eff0f1; + background-clip: padding-box; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; + font-weight: normal; + border: none; + box-shadow: none; } + button.osd.image-button, headerbar .osd.titlebutton.button, + .titlebar .osd.titlebutton.button { + padding: 13px; } + button.osd:hover { + color: #363636; + border-color: #888888; + background-image: none; + background-clip: padding-box; + text-shadow: none; + -gtk-icon-shadow: none; + border: none; + box-shadow: none; } + button.osd:active, button.osd:checked { + color: #fcfcfc; + border-color: rgba(252, 252, 252, 0.8); + background-image: linear-gradient(to bottom, #888888, shade(#888888, 0.8)); + background-clip: padding-box; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; + border: none; + box-shadow: none; } + button.osd:disabled, button.osd:backdrop:disabled { + color: #909396; + border-color: #e6e7e8; + background-image: none; + background-clip: padding-box; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; + border: none; } + button.osd:backdrop { + background-clip: padding-box; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; + border: none; } + .osd button, .osd headerbar button.titlebutton, headerbar .osd button.titlebutton, + .osd .titlebar button.titlebutton, + .titlebar .osd button.titlebutton { + color: #363636; + border-color: #c2c2c2; + background-image: none; + background-color: #eff0f1; + background-clip: padding-box; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; + font-weight: normal; + border-radius: 3px; + border-style: solid; } + .osd button:dir(rtl) { + border-radius: 3px; } + .osd button:first-child { + border-radius: 3px 3px 3px 3px; } + .osd button:last-child { + border-radius: 3px 3px 3px 3px; } + .osd button:last-child:dir(rtl) { + border-right-style: solid; } + .osd button:only-child { + border-radius: 3px; + border-style: solid; } + .osd button:hover { + color: #363636; + border-color: #888888; + background-image: none; + background-clip: padding-box; + text-shadow: none; + -gtk-icon-shadow: none; } + .osd button:active, .osd button:checked, .osd button:backdrop:active, .osd button:backdrop:checked { + color: #fcfcfc; + border-color: rgba(252, 252, 252, 0.8); + background-image: linear-gradient(to bottom, #888888, shade(#888888, 0.8)); + background-clip: padding-box; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; } + .osd button:disabled, .osd button:backdrop:disabled { + color: #909396; + border-color: #e6e7e8; + background-image: none; + background-clip: padding-box; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; } + .osd button:backdrop { + background-clip: padding-box; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; } + .osd button.flat, .osd headerbar .titlebutton.button, headerbar .osd .titlebutton.button, + .osd .titlebar .titlebutton.button, + .titlebar .osd .titlebutton.button { + border-color: rgba(255, 255, 255, 0); + background-color: transparent; + background-image: none; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; + font-weight: normal; } + .osd button.flat:hover, .osd headerbar .titlebutton.button:hover, headerbar .osd .titlebutton.button:hover, + .osd .titlebar .titlebutton.button:hover, + .titlebar .osd .titlebutton.button:hover { + color: #363636; + border-color: #888888; + background-image: none; + background-clip: padding-box; + text-shadow: none; + -gtk-icon-shadow: none; + background-clip: padding-box; + box-shadow: none; } + .osd button.flat:disabled, .osd headerbar .titlebutton.button:disabled, headerbar .osd .titlebutton.button:disabled, + .osd .titlebar .titlebutton.button:disabled, + .titlebar .osd .titlebutton.button:disabled { + color: #909396; + border-color: #e6e7e8; + background-image: none; + background-clip: padding-box; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; + background-image: none; + border-color: transparent; + box-shadow: none; } + .osd button.flat:backdrop, .osd headerbar .titlebutton.button:backdrop, headerbar .osd .titlebutton.button:backdrop, + .osd .titlebar .titlebutton.button:backdrop, + .titlebar .osd .titlebutton.button:backdrop { + border-color: rgba(255, 255, 255, 0); + background-color: transparent; + background-image: none; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; } + .osd button.flat:active, .osd headerbar .titlebutton.button:active, headerbar .osd .titlebutton.button:active, + .osd .titlebar .titlebutton.button:active, + .titlebar .osd .titlebutton.button:active, .osd button.flat:checked, .osd headerbar .titlebutton.button:checked, headerbar .osd .titlebutton.button:checked, + .osd .titlebar .titlebutton.button:checked, + .titlebar .osd .titlebutton.button:checked { + color: #fcfcfc; + border-color: rgba(252, 252, 252, 0.8); + background-image: linear-gradient(to bottom, #888888, shade(#888888, 0.8)); + background-clip: padding-box; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; + background-clip: padding-box; + border-color: transparent; + box-shadow: none; } + button.suggested-action, headerbar .suggested-action.button.titlebutton, + .titlebar .suggested-action.button.titlebutton { + box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); + color: #fcfcfc; + border-color: #888888; + background-image: linear-gradient(to bottom, #989898, #888888); } + button.suggested-action.flat, headerbar .suggested-action.titlebutton.button, + .titlebar .suggested-action.titlebutton.button { + border-color: rgba(255, 255, 255, 0); + background-color: transparent; + background-image: none; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; + color: #888888; } + button.suggested-action:hover { + color: white; + border-color: #888888; + background-image: linear-gradient(to bottom, #888888, #888888); } + button.suggested-action:active, button.suggested-action:checked { + color: white; + border-color: #888888; + background-image: linear-gradient(to bottom, #888888, shade(#888888, 0.8)); } + button.suggested-action:backdrop, button.suggested-action.flat:backdrop, headerbar .suggested-action.titlebutton.button:backdrop, + .titlebar .suggested-action.titlebutton.button:backdrop { + color: white; + border-color: #888888; + background-image: linear-gradient(to bottom, #888888); + text-shadow: none; + -gtk-icon-shadow: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); } + button.suggested-action:backdrop:active, button.suggested-action:backdrop:checked, button.suggested-action.flat:backdrop:active, headerbar .suggested-action.titlebutton.button:backdrop:active, + .titlebar .suggested-action.titlebutton.button:backdrop:active, button.suggested-action.flat:backdrop:checked, headerbar .suggested-action.titlebutton.button:backdrop:checked, + .titlebar .suggested-action.titlebutton.button:backdrop:checked { + color: #d1eaf8; + border-color: #6A6865; + background-image: linear-gradient(to bottom, #6A6865); + box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); } + button.suggested-action:backdrop:disabled, button.suggested-action.flat:backdrop:disabled, headerbar .suggested-action.titlebutton.button:backdrop:disabled, + .titlebar .suggested-action.titlebutton.button:backdrop:disabled { + color: #c6cacd; + border-color: #c2c8cb; + background-image: linear-gradient(to bottom, #e6e7e8); + text-shadow: none; + -gtk-icon-shadow: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0); } + button.suggested-action:backdrop:disabled > .label, headerbar .suggested-action.button.titlebutton:backdrop:disabled > .label, + .titlebar .suggested-action.button.titlebutton:backdrop:disabled > .label, button.suggested-action.flat:backdrop:disabled > .label, headerbar .suggested-action.titlebutton.button:backdrop:disabled > .label, + .titlebar .suggested-action.titlebutton.button:backdrop:disabled > .label { + color: inherit; } + button.suggested-action:backdrop:disabled:active, button.suggested-action:backdrop:disabled:checked, button.suggested-action.flat:backdrop:disabled:active, headerbar .suggested-action.titlebutton.button:backdrop:disabled:active, + .titlebar .suggested-action.titlebutton.button:backdrop:disabled:active, button.suggested-action.flat:backdrop:disabled:checked, headerbar .suggested-action.titlebutton.button:backdrop:disabled:checked, + .titlebar .suggested-action.titlebutton.button:backdrop:disabled:checked { + color: #85ccf1; + border-color: #43b0e9; + background-image: linear-gradient(to bottom, #43b0e9); } + button.suggested-action:backdrop:disabled:active > .label, headerbar .suggested-action.button.titlebutton:backdrop:disabled:active > .label, + .titlebar .suggested-action.button.titlebutton:backdrop:disabled:active > .label, button.suggested-action:backdrop:disabled:checked > .label, headerbar .suggested-action.button.titlebutton:backdrop:disabled:checked > .label, + .titlebar .suggested-action.button.titlebutton:backdrop:disabled:checked > .label, button.suggested-action.flat:backdrop:disabled:active > .label, headerbar .suggested-action.titlebutton.button:backdrop:disabled:active > .label, + .titlebar .suggested-action.titlebutton.button:backdrop:disabled:active > .label, button.suggested-action.flat:backdrop:disabled:checked > .label, headerbar .suggested-action.titlebutton.button:backdrop:disabled:checked > .label, + .titlebar .suggested-action.titlebutton.button:backdrop:disabled:checked > .label { + color: inherit; } + button.suggested-action.flat:backdrop, headerbar .suggested-action.titlebutton.button:backdrop, + .titlebar .suggested-action.titlebutton.button:backdrop, button.suggested-action.flat:disabled, headerbar .suggested-action.titlebutton.button:disabled, + .titlebar .suggested-action.titlebutton.button:disabled, button.suggested-action.flat:backdrop:disabled, headerbar .suggested-action.titlebutton.button:backdrop:disabled, + .titlebar .suggested-action.titlebutton.button:backdrop:disabled { + border-color: rgba(255, 255, 255, 0); + background-color: transparent; + background-image: none; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; + color: rgba(147, 147, 147, 0.8); } + button.suggested-action:disabled { + background-color: transparent; + color: shade(#fcfcfc, 0.5); } + button.suggested-action:disabled:active, button.suggested-action:disabled:checked { + background-color: transparent; + color: shade(#fcfcfc, 0.5); } + .osd button.suggested-action { + color: #363636; + border-color: #c2c2c2; + background-image: none; + background-color: #eff0f1; + background-clip: padding-box; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; + font-weight: normal; } + .osd button.suggested-action:hover { + color: #363636; + border-color: #888888; + background-image: none; + background-clip: padding-box; + text-shadow: none; + -gtk-icon-shadow: none; } + .osd button.suggested-action:active, .osd button.suggested-action:checked, .osd button.suggested-action:backdrop:active, .osd button.suggested-action:backdrop:checked { + color: #fcfcfc; + border-color: rgba(252, 252, 252, 0.8); + background-image: linear-gradient(to bottom, #888888, shade(#888888, 0.8)); + background-clip: padding-box; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; } + .osd button.suggested-action:disabled, .osd button.suggested-action:backdrop:disabled { + color: #909396; + border-color: #e6e7e8; + background-image: none; + background-clip: padding-box; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; } + .osd button.suggested-action:backdrop { + background-clip: padding-box; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; } + button.destructive-action, headerbar .destructive-action.button.titlebutton, + .titlebar .destructive-action.button.titlebutton { + box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); + color: #fcfcfc; + border-color: #ef2929; + background-image: linear-gradient(to bottom, #f03232, #ef2929); } + button.destructive-action.flat, headerbar .destructive-action.titlebutton.button, + .titlebar .destructive-action.titlebutton.button { + border-color: rgba(255, 255, 255, 0); + background-color: transparent; + background-image: none; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; + color: #ef2929; } + button.destructive-action:hover { + color: white; + border-color: #ef2929; + background-image: linear-gradient(to bottom, #ef2929, #ef2929); } + button.destructive-action:active, button.destructive-action:checked { + color: white; + border-color: #ef2929; + background-image: linear-gradient(to bottom, #ef2929, shade(#ef2929, 0.8)); } + button.destructive-action:backdrop, button.destructive-action.flat:backdrop, headerbar .destructive-action.titlebutton.button:backdrop, + .titlebar .destructive-action.titlebutton.button:backdrop { + color: white; + border-color: #ef2929; + background-image: linear-gradient(to bottom, #ef2929); + text-shadow: none; + -gtk-icon-shadow: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); } + button.destructive-action:backdrop:active, button.destructive-action:backdrop:checked, button.destructive-action.flat:backdrop:active, headerbar .destructive-action.titlebutton.button:backdrop:active, + .titlebar .destructive-action.titlebutton.button:backdrop:active, button.destructive-action.flat:backdrop:checked, headerbar .destructive-action.titlebutton.button:backdrop:checked, + .titlebar .destructive-action.titlebutton.button:backdrop:checked { + color: #f7cfcf; + border-color: #d51010; + background-image: linear-gradient(to bottom, #d51010); + box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); } + button.destructive-action:backdrop:disabled, button.destructive-action.flat:backdrop:disabled, headerbar .destructive-action.titlebutton.button:backdrop:disabled, + .titlebar .destructive-action.titlebutton.button:backdrop:disabled { + color: #c6cacd; + border-color: #c2c8cb; + background-image: linear-gradient(to bottom, #e6e7e8); + text-shadow: none; + -gtk-icon-shadow: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0); } + button.destructive-action:backdrop:disabled > .label, headerbar .destructive-action.button.titlebutton:backdrop:disabled > .label, + .titlebar .destructive-action.button.titlebutton:backdrop:disabled > .label, button.destructive-action.flat:backdrop:disabled > .label, headerbar .destructive-action.titlebutton.button:backdrop:disabled > .label, + .titlebar .destructive-action.titlebutton.button:backdrop:disabled > .label { + color: inherit; } + button.destructive-action:backdrop:disabled:active, button.destructive-action:backdrop:disabled:checked, button.destructive-action.flat:backdrop:disabled:active, headerbar .destructive-action.titlebutton.button:backdrop:disabled:active, + .titlebar .destructive-action.titlebutton.button:backdrop:disabled:active, button.destructive-action.flat:backdrop:disabled:checked, headerbar .destructive-action.titlebutton.button:backdrop:disabled:checked, + .titlebar .destructive-action.titlebutton.button:backdrop:disabled:checked { + color: #f57979; + border-color: #ef3131; + background-image: linear-gradient(to bottom, #ef3131); } + button.destructive-action:backdrop:disabled:active > .label, headerbar .destructive-action.button.titlebutton:backdrop:disabled:active > .label, + .titlebar .destructive-action.button.titlebutton:backdrop:disabled:active > .label, button.destructive-action:backdrop:disabled:checked > .label, headerbar .destructive-action.button.titlebutton:backdrop:disabled:checked > .label, + .titlebar .destructive-action.button.titlebutton:backdrop:disabled:checked > .label, button.destructive-action.flat:backdrop:disabled:active > .label, headerbar .destructive-action.titlebutton.button:backdrop:disabled:active > .label, + .titlebar .destructive-action.titlebutton.button:backdrop:disabled:active > .label, button.destructive-action.flat:backdrop:disabled:checked > .label, headerbar .destructive-action.titlebutton.button:backdrop:disabled:checked > .label, + .titlebar .destructive-action.titlebutton.button:backdrop:disabled:checked > .label { + color: inherit; } + button.destructive-action.flat:backdrop, headerbar .destructive-action.titlebutton.button:backdrop, + .titlebar .destructive-action.titlebutton.button:backdrop, button.destructive-action.flat:disabled, headerbar .destructive-action.titlebutton.button:disabled, + .titlebar .destructive-action.titlebutton.button:disabled, button.destructive-action.flat:backdrop:disabled, headerbar .destructive-action.titlebutton.button:backdrop:disabled, + .titlebar .destructive-action.titlebutton.button:backdrop:disabled { + border-color: rgba(255, 255, 255, 0); + background-color: transparent; + background-image: none; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; + color: rgba(239, 41, 41, 0.8); } + button.destructive-action:disabled { + background-color: transparent; + color: shade(#fcfcfc, 0.5); } + button.destructive-action:disabled:active, button.destructive-action:disabled:checked { + background-color: transparent; + color: shade(#fcfcfc, 0.5); } + .osd button.destructive-action { + color: #363636; + border-color: #c2c2c2; + background-image: none; + background-color: #eff0f1; + background-clip: padding-box; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; + font-weight: normal; } + .osd button.destructive-action:hover { + color: #363636; + border-color: #888888; + background-image: none; + background-clip: padding-box; + text-shadow: none; + -gtk-icon-shadow: none; } + .osd button.destructive-action:active, .osd button.destructive-action:checked, .osd button.destructive-action:backdrop:active, .osd button.destructive-action:backdrop:checked { + color: #fcfcfc; + border-color: rgba(252, 252, 252, 0.8); + background-image: linear-gradient(to bottom, #ef2929, shade(#ef2929, 0.8)); + background-clip: padding-box; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; } + .osd button.destructive-action:disabled, .osd button.destructive-action:backdrop:disabled { + color: #909396; + border-color: #e6e7e8; + background-image: none; + background-clip: padding-box; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; } + .osd button.destructive-action:backdrop { + background-clip: padding-box; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; } + button.image-button, headerbar .titlebutton.button, + .titlebar .titlebutton.button { + padding: 8px; } + button.text-button, headerbar .text-button.button.titlebutton, + .titlebar .text-button.button.titlebutton { + padding-left: 16px; + padding-right: 16px; } + button.text-button.image-button, headerbar .text-button.titlebutton.button, + .titlebar .text-button.titlebutton.button { + padding: 5px 8px 6px; } + button.text-button.image-button .label:first-child, headerbar .text-button.titlebutton.button .label:first-child, + .titlebar .text-button.titlebutton.button .label:first-child { + padding-left: 8px; } + button.text-button.image-button .label:last-child, headerbar .text-button.titlebutton.button .label:last-child, + .titlebar .text-button.titlebutton.button .label:last-child { + padding-right: 8px; } + .stack-switcher > button, headerbar .stack-switcher > button.titlebutton, + .titlebar .stack-switcher > button.titlebutton { + outline-offset: -3px; } + .stack-switcher > button > .label { + padding-left: 6px; + padding-right: 6px; } + .stack-switcher > button > image, headerbar .stack-switcher > button.titlebutton > image, + .titlebar .stack-switcher > button.titlebutton > image { + padding-left: 6px; + padding-right: 6px; + padding-top: 3px; + padding-bottom: 3px; } + .stack-switcher > button.text-button, headerbar .stack-switcher > .text-button.button.titlebutton, + .titlebar .stack-switcher > .text-button.button.titlebutton { + padding: 5px 10px 6px; } + .stack-switcher > button.image-button, headerbar .stack-switcher > .titlebutton.button, + .titlebar .stack-switcher > .titlebutton.button { + padding: 5px 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; } + .inline-toolbar button, .inline-toolbar headerbar button.titlebutton, headerbar .inline-toolbar button.titlebutton, + .inline-toolbar .titlebar button.titlebutton, + .titlebar .inline-toolbar button.titlebutton, .inline-toolbar button:backdrop { + border-radius: 2px; + border-width: 1px; } + .primary-toolbar button, .primary-toolbar headerbar button.titlebutton, headerbar .primary-toolbar button.titlebutton, + .primary-toolbar .titlebar button.titlebutton, + .titlebar .primary-toolbar button.titlebutton { + -gtk-icon-shadow: none; } + +.stack-switcher > button.needs-attention > .label, .stack-switcher > button.needs-attention > image, .sidebar-item.needs-attention > .label { + animation: needs_attention 150ms ease-in; + background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#888888), to(transparent)), -gtk-gradient(radial, center center, 0, center center, 0.5, to(rgba(255, 255, 255, 0.76923)), to(transparent)); + background-size: 6px 6px, 6px 6px; + background-repeat: no-repeat; + background-position: right 3px, right 4px; } + .stack-switcher > button.needs-attention > .label:backdrop, .stack-switcher > button.needs-attention > image:backdrop, .sidebar-item.needs-attention > .label:backdrop { + background-size: 6px 6px, 0 0; } + .stack-switcher > button.needs-attention > .label:dir(rtl), .stack-switcher > button.needs-attention > image:dir(rtl), .sidebar-item.needs-attention > .label:dir(rtl) { + background-position: left 3px, left 4px; } + +.inline-toolbar toolbutton > button, .inline-toolbar headerbar toolbutton > button.titlebutton, headerbar .inline-toolbar toolbutton > button.titlebutton, +.inline-toolbar .titlebar toolbutton > button.titlebutton, +.titlebar .inline-toolbar toolbutton > button.titlebutton { + box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); + color: #363636; + border-color: #c2c2c2; + background-image: linear-gradient(to bottom, #f4f5f6, #eff0f1); } + .inline-toolbar toolbutton > button:hover, .inline-toolbar headerbar toolbutton > button.titlebutton:hover, + .inline-toolbar .titlebar toolbutton > button.titlebutton:hover { + color: #363636; + border-color: #888888; + background-image: linear-gradient(to bottom, #eff0f1, #eff0f1); } + .inline-toolbar toolbutton > button:active, .inline-toolbar headerbar toolbutton > button.titlebutton:active, + .inline-toolbar .titlebar toolbutton > button.titlebutton:active, .inline-toolbar toolbutton > button:checked, .inline-toolbar headerbar toolbutton > button.titlebutton:checked, + .inline-toolbar .titlebar toolbutton > button.titlebutton:checked { + color: #fcfcfc; + border-color: #c2c2c2; + background-image: linear-gradient(to bottom, #888888, shade(#888888, 0.8)); } + .inline-toolbar toolbutton > button:disabled, .inline-toolbar headerbar toolbutton > button.titlebutton:disabled, + .inline-toolbar .titlebar toolbutton > button.titlebutton:disabled { + color: #909396; + border-color: #c2c2c2; + background-image: linear-gradient(to bottom, #e6e7e8); + text-shadow: none; + -gtk-icon-shadow: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px white; } + .inline-toolbar toolbutton > button:disabled > .label { + color: inherit; } + .inline-toolbar toolbutton > button:disabled:active, .inline-toolbar headerbar toolbutton > button.titlebutton:disabled:active, + .inline-toolbar .titlebar toolbutton > button.titlebutton:disabled:active, .inline-toolbar toolbutton > button:disabled:checked, .inline-toolbar headerbar toolbutton > button.titlebutton:disabled:checked, + .inline-toolbar .titlebar toolbutton > button.titlebutton:disabled:checked { + color: #909396; + border-color: #c2c2c2; + background-image: linear-gradient(to bottom, #e2e3e5, #e6e7e8); } + .inline-toolbar toolbutton > button:disabled:active > .label, .inline-toolbar toolbutton > button:disabled:checked > .label { + color: inherit; } + .inline-toolbar toolbutton > button:backdrop, .inline-toolbar headerbar toolbutton > button.titlebutton:backdrop, + .inline-toolbar .titlebar toolbutton > button.titlebutton:backdrop { + color: #363636; + border-color: #c2c2c2; + background-image: linear-gradient(to bottom, #eff0f1); + text-shadow: none; + -gtk-icon-shadow: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); } + .inline-toolbar toolbutton > button:backdrop:active, .inline-toolbar headerbar toolbutton > button.titlebutton:backdrop:active, + .inline-toolbar .titlebar toolbutton > button.titlebutton:backdrop:active, .inline-toolbar toolbutton > button:backdrop:checked, .inline-toolbar headerbar toolbutton > button.titlebutton:backdrop:checked, + .inline-toolbar .titlebar toolbutton > button.titlebutton:backdrop:checked { + color: #c0c2c4; + border-color: #c2c8cb; + background-image: linear-gradient(to bottom, #dfe2e4); + box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); } + .inline-toolbar toolbutton > button:backdrop:disabled, .inline-toolbar headerbar toolbutton > button.titlebutton:backdrop:disabled, + .inline-toolbar .titlebar toolbutton > button.titlebutton:backdrop:disabled { + color: #c6cacd; + border-color: #c2c8cb; + background-image: linear-gradient(to bottom, #e6e7e8); + text-shadow: none; + -gtk-icon-shadow: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0); } + .inline-toolbar toolbutton > button:backdrop:disabled > .label { + color: inherit; } + .inline-toolbar toolbutton > button:backdrop:disabled:active, .inline-toolbar headerbar toolbutton > button.titlebutton:backdrop:disabled:active, + .inline-toolbar .titlebar toolbutton > button.titlebutton:backdrop:disabled:active, .inline-toolbar toolbutton > button:backdrop:disabled:checked, .inline-toolbar headerbar toolbutton > button.titlebutton:backdrop:disabled:checked, + .inline-toolbar .titlebar toolbutton > button.titlebutton:backdrop:disabled:checked { + color: #c6cacd; + border-color: #c2c8cb; + background-image: linear-gradient(to bottom, #d9dadc); } + .inline-toolbar toolbutton > button:backdrop:disabled:active > .label, .inline-toolbar toolbutton > button:backdrop:disabled:checked > .label { + color: inherit; } + +.inline-toolbar toolbutton > button.flat:dir(rtl), .inline-toolbar headerbar toolbutton > button.titlebutton:dir(rtl), headerbar .inline-toolbar toolbutton > button.titlebutton:dir(rtl), +.inline-toolbar .titlebar toolbutton > button.titlebutton:dir(rtl), +.titlebar .inline-toolbar toolbutton > button.titlebutton:dir(rtl), +.inline-toolbar toolbutton:backdrop > button.flat:dir(rtl), .inline-toolbar.toolbar toolbutton:dir(rtl) > button.flat, .inline-toolbar toolbutton:dir(rtl) > button.flat, .inline-toolbar.search-bar toolbutton:dir(rtl) > button.flat, .inline-toolbar.location-bar toolbutton:dir(rtl) > button.flat, .inline-toolbar headerbar toolbutton:dir(rtl) > button.titlebutton, headerbar .inline-toolbar toolbutton:dir(rtl) > button.titlebutton, +.inline-toolbar .titlebar toolbutton:dir(rtl) > button.titlebutton, +.titlebar .inline-toolbar toolbutton:dir(rtl) > button.titlebutton, +.inline-toolbar.toolbar toolbutton:backdrop:dir(rtl) > button.flat, +.inline-toolbar toolbutton:backdrop:dir(rtl) > button.flat, +.inline-toolbar.search-bar toolbutton:backdrop:dir(rtl) > button.flat, +.inline-toolbar.location-bar toolbutton:backdrop:dir(rtl) > button.flat, +.inline-toolbar headerbar toolbutton:backdrop:dir(rtl) > button.titlebutton, +headerbar .inline-toolbar toolbutton:backdrop:dir(rtl) > button.titlebutton, +.inline-toolbar .titlebar toolbutton:backdrop:dir(rtl) > button.titlebutton, +.titlebar .inline-toolbar toolbutton:backdrop:dir(rtl) > button.titlebutton, .osd button:dir(rtl):hover, .osd button:dir(rtl):active, .osd button:dir(rtl):checked, .osd button:dir(rtl):disabled, .osd button:dir(rtl):backdrop, .osd button.suggested-action:dir(rtl), .osd button.destructive-action:dir(rtl), .inline-toolbar button:dir(rtl), .linked > button:dir(rtl), headerbar .linked > button.titlebutton:dir(rtl), +.titlebar .linked > button.titlebutton:dir(rtl), combobox.combobox-entry entry:dir(rtl), combobox.combobox-entry button:dir(rtl), .linked > combobox > button:dir(rtl) { + border-radius: 3px; } + +.osd button:first-child:hover, .osd button:first-child:active, .osd button:first-child:checked, .osd button:first-child:disabled, .osd button:first-child:backdrop, .osd button.suggested-action:first-child, .osd button.destructive-action:first-child, .inline-toolbar button:first-child, .linked > button:first-child, headerbar .linked > button.titlebutton:first-child, +.titlebar .linked > button.titlebutton:first-child, .inline-toolbar.toolbar toolbutton:first-child > button.flat, .inline-toolbar toolbutton:first-child > button.flat, .inline-toolbar.search-bar toolbutton:first-child > button.flat, .inline-toolbar.location-bar toolbutton:first-child > button.flat, .inline-toolbar headerbar toolbutton:first-child > button.titlebutton, headerbar .inline-toolbar toolbutton:first-child > button.titlebutton, +.inline-toolbar .titlebar toolbutton:first-child > button.titlebutton, +.titlebar .inline-toolbar toolbutton:first-child > button.titlebutton, +.inline-toolbar.toolbar toolbutton:backdrop:first-child > button.flat, +.inline-toolbar toolbutton:backdrop:first-child > button.flat, +.inline-toolbar.search-bar toolbutton:backdrop:first-child > button.flat, +.inline-toolbar.location-bar toolbutton:backdrop:first-child > button.flat, +.inline-toolbar headerbar toolbutton:backdrop:first-child > button.titlebutton, +headerbar .inline-toolbar toolbutton:backdrop:first-child > button.titlebutton, +.inline-toolbar .titlebar toolbutton:backdrop:first-child > button.titlebutton, +.titlebar .inline-toolbar toolbutton:backdrop:first-child > button.titlebutton, combobox.combobox-entry entry:first-child, combobox.combobox-entry button:first-child, .linked > combobox:first-child > button { + border-radius: 3px 3px 3px 3px; + border-left-style: solid; } +.osd button:last-child:hover, .osd button:last-child:active, .osd button:last-child:checked, .osd button:last-child:disabled, .osd button:last-child:backdrop, .osd button.suggested-action:last-child, .osd button.destructive-action:last-child, .inline-toolbar button:last-child, .linked > button:last-child, headerbar .linked > button.titlebutton:last-child, +.titlebar .linked > button.titlebutton:last-child, .inline-toolbar.toolbar toolbutton:last-child > button.flat, .inline-toolbar toolbutton:last-child > button.flat, .inline-toolbar.search-bar toolbutton:last-child > button.flat, .inline-toolbar.location-bar toolbutton:last-child > button.flat, .inline-toolbar headerbar toolbutton:last-child > button.titlebutton, headerbar .inline-toolbar toolbutton:last-child > button.titlebutton, +.inline-toolbar .titlebar toolbutton:last-child > button.titlebutton, +.titlebar .inline-toolbar toolbutton:last-child > button.titlebutton, +.inline-toolbar.toolbar toolbutton:backdrop:last-child > button.flat, +.inline-toolbar toolbutton:backdrop:last-child > button.flat, +.inline-toolbar.search-bar toolbutton:backdrop:last-child > button.flat, +.inline-toolbar.location-bar toolbutton:backdrop:last-child > button.flat, +.inline-toolbar headerbar toolbutton:backdrop:last-child > button.titlebutton, +headerbar .inline-toolbar toolbutton:backdrop:last-child > button.titlebutton, +.inline-toolbar .titlebar toolbutton:backdrop:last-child > button.titlebutton, +.titlebar .inline-toolbar toolbutton:backdrop:last-child > button.titlebutton, combobox.combobox-entry entry:last-child, combobox.combobox-entry button:last-child, .linked > combobox:last-child > button { + border-radius: 3px 3px 3px 3px; } + .osd button:last-child:dir(rtl):hover, .osd button:last-child:dir(rtl):active, .osd button:last-child:dir(rtl):checked, .osd button:last-child:dir(rtl):disabled, .osd button:last-child:dir(rtl):backdrop, .osd button.suggested-action:last-child:dir(rtl), .osd button.destructive-action:last-child:dir(rtl), .inline-toolbar button:last-child:dir(rtl), .linked > button:last-child:dir(rtl), headerbar .linked > button.titlebutton:last-child:dir(rtl), + .titlebar .linked > button.titlebutton:last-child:dir(rtl), .inline-toolbar toolbutton:last-child > button.flat:dir(rtl), .inline-toolbar headerbar toolbutton:last-child > button.titlebutton:dir(rtl), headerbar .inline-toolbar toolbutton:last-child > button.titlebutton:dir(rtl), + .inline-toolbar .titlebar toolbutton:last-child > button.titlebutton:dir(rtl), + .titlebar .inline-toolbar toolbutton:last-child > button.titlebutton:dir(rtl), + .inline-toolbar toolbutton:backdrop:last-child > button.flat:dir(rtl), .inline-toolbar.toolbar toolbutton:last-child:dir(rtl) > button.flat, .inline-toolbar toolbutton:last-child:dir(rtl) > button.flat, .inline-toolbar.search-bar toolbutton:last-child:dir(rtl) > button.flat, .inline-toolbar.location-bar toolbutton:last-child:dir(rtl) > button.flat, .inline-toolbar headerbar toolbutton:last-child:dir(rtl) > button.titlebutton, headerbar .inline-toolbar toolbutton:last-child:dir(rtl) > button.titlebutton, + .inline-toolbar .titlebar toolbutton:last-child:dir(rtl) > button.titlebutton, + .titlebar .inline-toolbar toolbutton:last-child:dir(rtl) > button.titlebutton, + .inline-toolbar.toolbar toolbutton:backdrop:last-child:dir(rtl) > button.flat, + .inline-toolbar toolbutton:backdrop:last-child:dir(rtl) > button.flat, + .inline-toolbar.search-bar toolbutton:backdrop:last-child:dir(rtl) > button.flat, + .inline-toolbar.location-bar toolbutton:backdrop:last-child:dir(rtl) > button.flat, + .inline-toolbar headerbar toolbutton:backdrop:last-child:dir(rtl) > button.titlebutton, + headerbar .inline-toolbar toolbutton:backdrop:last-child:dir(rtl) > button.titlebutton, + .inline-toolbar .titlebar toolbutton:backdrop:last-child:dir(rtl) > button.titlebutton, + .titlebar .inline-toolbar toolbutton:backdrop:last-child:dir(rtl) > button.titlebutton, combobox.combobox-entry entry:last-child:dir(rtl), combobox.combobox-entry button:last-child:dir(rtl), .linked > combobox:last-child > button:dir(rtl) { + border-right-style: solid; } +.osd button:only-child:hover, .osd button:only-child:active, .osd button:only-child:checked, .osd button:only-child:disabled, .osd button:only-child:backdrop, .osd button.suggested-action:only-child, .osd button.destructive-action:only-child, .inline-toolbar button:only-child, .linked > button:only-child, headerbar .linked > button.titlebutton:only-child, +.titlebar .linked > button.titlebutton:only-child, .inline-toolbar.toolbar toolbutton:only-child > button.flat, .inline-toolbar toolbutton:only-child > button.flat, .inline-toolbar.search-bar toolbutton:only-child > button.flat, .inline-toolbar.location-bar toolbutton:only-child > button.flat, .inline-toolbar headerbar toolbutton:only-child > button.titlebutton, headerbar .inline-toolbar toolbutton:only-child > button.titlebutton, +.inline-toolbar .titlebar toolbutton:only-child > button.titlebutton, +.titlebar .inline-toolbar toolbutton:only-child > button.titlebutton, +.inline-toolbar.toolbar toolbutton:backdrop:only-child > button.flat, +.inline-toolbar toolbutton:backdrop:only-child > button.flat, +.inline-toolbar.search-bar toolbutton:backdrop:only-child > button.flat, +.inline-toolbar.location-bar toolbutton:backdrop:only-child > button.flat, +.inline-toolbar headerbar toolbutton:backdrop:only-child > button.titlebutton, +headerbar .inline-toolbar toolbutton:backdrop:only-child > button.titlebutton, +.inline-toolbar .titlebar toolbutton:backdrop:only-child > button.titlebutton, +.titlebar .inline-toolbar toolbutton:backdrop:only-child > button.titlebutton, combobox.combobox-entry entry:only-child, combobox.combobox-entry button:only-child, .linked > combobox:only-child > button { + border-radius: 3px; + border-style: solid; } + +.linked.vertical > entry, .linked.vertical > button, headerbar .linked.vertical > button.titlebutton, +.titlebar .linked.vertical > button.titlebutton, .linked.vertical > button:hover, .linked.vertical > button:active, .linked.vertical > button:checked, .linked.vertical > button:backdrop, .linked.vertical > comboboxText > button, +.linked.vertical > combobox > button { + border-left-style: solid; + border-bottom-style: none; + border-radius: 3px; } + +.linked.vertical > entry:first-child, .linked.vertical > button:first-child, headerbar .linked.vertical > button.titlebutton:first-child, +.titlebar .linked.vertical > button.titlebutton:first-child, .linked.vertical > comboboxText:first-child > button, +.linked.vertical > combobox:first-child > button { + border-radius: 3px 3px 3px 3px; } +.linked.vertical > entry:last-child, .linked.vertical > button:last-child, headerbar .linked.vertical > button.titlebutton:last-child, +.titlebar .linked.vertical > button.titlebutton:last-child, .linked.vertical > comboboxText:last-child > button, +.linked.vertical > combobox:last-child > button { + border-radius: 3px 3px 3px 3px; + border-style: solid; } +.linked.vertical > entry:only-child, .linked.vertical > button:only-child, headerbar .linked.vertical > button.titlebutton:only-child, +.titlebar .linked.vertical > button.titlebutton:only-child, .linked.vertical > comboboxText:only-child > button, +.linked.vertical > combobox:only-child > button { + border-radius: 3px; + border-style: solid; } + +menuitem.button.flat, headerbar menuitem.titlebutton.button, +.titlebar menuitem.titlebutton.button, menuitem.button.flat:backdrop, menuitem.button.flat:backdrop:hover, headerbar menuitem.titlebutton.button:backdrop:hover, +.titlebar menuitem.titlebutton.button:backdrop:hover, button:link, headerbar button.titlebutton:link, +.titlebar button.titlebutton:link, button:visited, headerbar button.titlebutton:visited, +.titlebar button.titlebutton:visited, button:link:hover, button:link:active, button:link:checked, button:visited:hover, button:visited:active, button:visited:checked, button:link:backdrop, button:visited:backdrop, menu.button, headerbar menu.button.titlebutton, +.titlebar menu.button.titlebutton, list-row.button, headerbar list-row.button.titlebutton, +.titlebar list-row.button.titlebutton, +list-row.button:backdrop, +list-row.button:backdrop:active, +list-row.button:backdrop:checked, +list-row.button:backdrop:disabled, +list-row.button:backdrop:disabled:active, +list-row.button:backdrop:disabled:checked, +list-row.button:disabled:active, +list-row.button:disabled:checked, .app-notification button.flat, .app-notification headerbar .titlebutton.button, headerbar .app-notification .titlebutton.button, +.app-notification .titlebar .titlebutton.button, +.titlebar .app-notification .titlebutton.button, +.app-notification.frame button.flat, .app-notification button.flat:backdrop, .app-notification button.flat:disabled, .app-notification button.flat:backdrop:disabled, .app-notification headerbar .titlebutton.button:backdrop:disabled, headerbar .app-notification .titlebutton.button:backdrop:disabled, +.app-notification .titlebar .titlebutton.button:backdrop:disabled, +.titlebar .app-notification .titlebutton.button:backdrop:disabled, +.app-notification.frame button.flat:backdrop, +.app-notification.frame headerbar button.titlebutton:backdrop, +headerbar .app-notification.frame button.titlebutton:backdrop, +.app-notification.frame .titlebar button.titlebutton:backdrop, +.titlebar .app-notification.frame button.titlebutton:backdrop, +.app-notification.frame button.flat:disabled, +.app-notification.frame headerbar button.titlebutton:disabled, +headerbar .app-notification.frame button.titlebutton:disabled, +.app-notification.frame .titlebar button.titlebutton:disabled, +.titlebar .app-notification.frame button.titlebutton:disabled, +.app-notification.frame button.flat:backdrop:disabled, calendar.button, headerbar calendar.button.titlebutton, +.titlebar calendar.button.titlebutton, calendar.button:hover, calendar.button:backdrop, scale-popup button:hover, scale-popup button:backdrop, scale-popup button:backdrop:hover, scale-popup button:backdrop:disabled { + border-color: transparent; + background-color: transparent; + background-image: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); + text-shadow: none; + -gtk-icon-shadow: none; } + +/* menu buttons */ +menuitem.button.flat, headerbar menuitem.titlebutton.button, +.titlebar menuitem.titlebutton.button { + outline-offset: -1px; } + menuitem.button.flat:hover, headerbar menuitem.titlebutton.button:hover, + .titlebar menuitem.titlebutton.button:hover { + background-color: #dcdddf; } + +button.color, headerbar button.color.titlebutton, +.titlebar button.color.titlebutton { + padding: 5px; } + button.color colorswatch:first-child:last-child { + border-radius: 0; + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px white; } + button.color colorswatch:first-child:last-child:disabled, button.color colorswatch:first-child:last-child:backdrop { + box-shadow: none; } + +/********* + * Links * + *********/ +*:link, button:link, headerbar button.titlebutton:link, +.titlebar button.titlebutton:link, button:visited, headerbar button.titlebutton:visited, +.titlebar button.titlebutton:visited { + color: #6A6865; } + *:link:visited, button:visited, headerbar button.titlebutton:visited, + .titlebar button.titlebutton:visited { + color: #1478ac; } + *:selected *:link:visited, *:selected button:visited { + color: #b0ddf4; } + *:link:hover, button:hover:link, button:hover:visited { + color: #888888; } + *:selected *:link:hover, *:selected button:hover:link, *:selected button:hover:visited { + color: #e9f4fa; } + *:link:active, button:active:link, button:active:visited { + color: #6A6865; } + *:selected *:link:active, *:selected button:active:link, *:selected button:active:visited { + color: #d6ecf8; } + *:link:backdrop, button:backdrop:link, button:backdrop:visited, *:link:backdrop:hover, button:backdrop:hover:link, button:backdrop:hover:visited, *:link:backdrop:hover:selected, button:backdrop:hover:selected:link, button:backdrop:hover:selected:visited, .titlebar.selection-mode .subtitle:backdrop:hover:link, + headerbar.selection-mode .subtitle:backdrop:hover:link { + color: #888888; } + *:link:selected, button:selected:link, button:selected:visited, .titlebar.selection-mode .subtitle:link, + headerbar.selection-mode .subtitle:link, *:selected *:link, *:selected button:link, *:selected button:visited { + color: #d6ecf8; } + +button:link, headerbar button.titlebutton:link, +.titlebar button.titlebutton:link, button:visited, headerbar button.titlebutton:visited, +.titlebar button.titlebutton:visited { + text-shadow: none; } + button:link:hover, button:link:active, button:link:checked, button:visited:hover, button:visited:active, button:visited:checked { + text-shadow: none; } + +/***************** + * GtkSpinButton * + *****************/ +spinbutton button, spinbutton headerbar button.titlebutton, headerbar spinbutton button.titlebutton, +spinbutton .titlebar button.titlebutton, +.titlebar spinbutton button.titlebutton { + background-image: none; + border-style: none none none solid; + border-color: rgba(189, 195, 199, 0.3); + color: #454a4e; + border-radius: 0; + box-shadow: none; } + spinbutton button:dir(rtl) { + border-style: none solid none none; } + spinbutton button:hover { + color: #363636; + background-color: rgba(49, 54, 59, 0.05); } + spinbutton button:disabled { + color: rgba(144, 147, 150, 0.3); } + spinbutton button:active { + box-shadow: inset 0 2px 3px -1px rgba(0, 0, 0, 0.2); + background-color: rgba(0, 0, 0, 0.1); } + spinbutton button:backdrop { + color: #c6c8ca; + border-color: rgba(194, 200, 203, 0.3); + background-color: transparent; } + spinbutton button:backdrop:disabled { + background-image: none; + color: rgba(198, 202, 205, 0.3); + border-style: none none none solid; } + spinbutton button:backdrop:disabled:dir(rtl) { + border-style: none solid none none; } +.osd spinbutton button { + border-color: rgba(255, 255, 255, 0); + background-color: transparent; + background-image: none; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; + color: #363636; + border-style: none none none solid; + border-color: rgba(0, 0, 0, 0.4); + border-radius: 0; + box-shadow: none; + -gtk-icon-shadow: 0 1px black; } + .osd spinbutton button:dir(rtl) { + border-style: none solid none none; } + .osd spinbutton button:hover { + border-color: rgba(255, 255, 255, 0); + background-color: transparent; + background-image: none; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; + color: #363636; + border-color: rgba(0, 0, 0, 0.5); + background-color: rgba(49, 54, 59, 0.1); + -gtk-icon-shadow: 0 1px black; + box-shadow: none; } + .osd spinbutton button:backdrop { + border-color: rgba(255, 255, 255, 0); + background-color: transparent; + background-image: none; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; + color: #363636; + border-color: rgba(0, 0, 0, 0.5); + -gtk-icon-shadow: none; + box-shadow: none; } + .osd spinbutton button:disabled { + border-color: rgba(255, 255, 255, 0); + background-color: transparent; + background-image: none; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; + color: #97999c; + border-color: rgba(0, 0, 0, 0.5); + -gtk-icon-shadow: none; + box-shadow: none; } + .osd spinbutton button:last-child { + border-radius: 0 3px 3px 0; } + .osd spinbutton button:dir(rtl):first-child { + border-radius: 3px 0 0 3px; } +spinbutton.vertical button, spinbutton.vertical:dir(rtl) button { + padding-top: 8px; + padding-bottom: 8px; } + spinbutton.vertical button:first-child, spinbutton.vertical:dir(rtl) button:first-child { + box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); + color: #363636; + border-color: #c2c2c2; + background-image: linear-gradient(to bottom, #f4f5f6, #eff0f1); } + spinbutton.vertical button:first-child:active, spinbutton.vertical:dir(rtl) button:first-child:active { + color: #fcfcfc; + border-color: #c2c2c2; + background-image: linear-gradient(to bottom, #888888, shade(#888888, 0.8)); } + spinbutton.vertical button:first-child:hover, spinbutton.vertical:dir(rtl) button:first-child:hover { + color: #363636; + border-color: #888888; + background-image: linear-gradient(to bottom, #eff0f1, #eff0f1); } + spinbutton.vertical button:first-child:disabled, spinbutton.vertical:dir(rtl) button:first-child:disabled { + color: #909396; + border-color: #c2c2c2; + background-image: linear-gradient(to bottom, #e6e7e8); + text-shadow: none; + -gtk-icon-shadow: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0); } + spinbutton.vertical button:first-child:disabled > .label, spinbutton.vertical headerbar button.titlebutton:first-child:disabled > .label, + spinbutton.vertical .titlebar button.titlebutton:first-child:disabled > .label, spinbutton.vertical:dir(rtl) button:first-child:disabled > .label, spinbutton.vertical:dir(rtl) headerbar button.titlebutton:first-child:disabled > .label, + spinbutton.vertical:dir(rtl) .titlebar button.titlebutton:first-child:disabled > .label { + color: inherit; } + spinbutton.vertical button:first-child:backdrop, spinbutton.vertical:dir(rtl) button:first-child:backdrop { + color: #363636; + border-color: #c2c2c2; + background-image: linear-gradient(to bottom, #eff0f1); + text-shadow: none; + -gtk-icon-shadow: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0); } + spinbutton.vertical button:last-child, spinbutton.vertical:dir(rtl) button:last-child { + box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); + color: #363636; + border-color: #c2c2c2; + background-image: linear-gradient(to bottom, #f4f5f6, #eff0f1); } + spinbutton.vertical button:last-child:active, spinbutton.vertical:dir(rtl) button:last-child:active { + color: #fcfcfc; + border-color: #c2c2c2; + background-image: linear-gradient(to bottom, #888888, shade(#888888, 0.8)); } + spinbutton.vertical button:last-child:hover, spinbutton.vertical:dir(rtl) button:last-child:hover { + color: #363636; + border-color: #888888; + background-image: linear-gradient(to bottom, #eff0f1, #eff0f1); } + spinbutton.vertical button:last-child:disabled, spinbutton.vertical:dir(rtl) button:last-child:disabled { + color: #909396; + border-color: #c2c2c2; + background-image: linear-gradient(to bottom, #e6e7e8); + text-shadow: none; + -gtk-icon-shadow: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px white; } + spinbutton.vertical button:last-child:disabled > .label, spinbutton.vertical headerbar button.titlebutton:last-child:disabled > .label, + spinbutton.vertical .titlebar button.titlebutton:last-child:disabled > .label, spinbutton.vertical:dir(rtl) button:last-child:disabled > .label, spinbutton.vertical:dir(rtl) headerbar button.titlebutton:last-child:disabled > .label, + spinbutton.vertical:dir(rtl) .titlebar button.titlebutton:last-child:disabled > .label { + color: inherit; } + spinbutton.vertical button:last-child:backdrop, spinbutton.vertical:dir(rtl) button:last-child:backdrop { + color: #363636; + border-color: #c2c2c2; + background-image: linear-gradient(to bottom, #eff0f1); + text-shadow: none; + -gtk-icon-shadow: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); } + spinbutton.vertical button:backdrop:disabled, spinbutton.vertical:dir(rtl) button:backdrop:disabled { + color: #c6cacd; + border-color: #c2c8cb; + background-image: linear-gradient(to bottom, #e6e7e8); + text-shadow: none; + -gtk-icon-shadow: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0); } + spinbutton.vertical button:backdrop:disabled > .label, spinbutton.vertical headerbar button.titlebutton:backdrop:disabled > .label, + spinbutton.vertical .titlebar button.titlebutton:backdrop:disabled > .label, spinbutton.vertical:dir(rtl) button:backdrop:disabled > .label, spinbutton.vertical:dir(rtl) headerbar button.titlebutton:backdrop:disabled > .label, + spinbutton.vertical:dir(rtl) .titlebar button.titlebutton:backdrop:disabled > .label { + color: inherit; } +spinbutton.vertical.entry, spinbutton.vertical:dir(rtl).entry { + border-radius: 0; + padding-left: 3px; + padding-right: 3px; } +spinbutton.vertical button:first-child, spinbutton.vertical:dir(rtl) button:first-child, spinbutton.vertical button:first-child:active, spinbutton.vertical:dir(rtl) button:first-child:active, spinbutton.vertical button:first-child:hover, spinbutton.vertical:dir(rtl) button:first-child:hover, spinbutton.vertical button:first-child:disabled, spinbutton.vertical:dir(rtl) button:first-child:disabled, spinbutton.vertical button:first-child:backdrop, spinbutton.vertical:dir(rtl) button:first-child:backdrop, spinbutton.vertical:dir(rtl) button:first-child, spinbutton.vertical:dir(rtl) button:first-child:active, spinbutton.vertical:dir(rtl) button:first-child:hover, spinbutton.vertical:dir(rtl) button:first-child:disabled, spinbutton.vertical:dir(rtl) button:first-child:backdrop { + border-radius: 3px 3px 0 0; + border-style: solid solid none solid; } +spinbutton.vertical button:last-child, spinbutton.vertical:dir(rtl) button:last-child, spinbutton.vertical button:last-child:active, spinbutton.vertical:dir(rtl) button:last-child:active, spinbutton.vertical button:last-child:hover, spinbutton.vertical:dir(rtl) button:last-child:hover, spinbutton.vertical button:last-child:disabled, spinbutton.vertical:dir(rtl) button:last-child:disabled, spinbutton.vertical button:last-child:backdrop, spinbutton.vertical:dir(rtl) button:last-child:backdrop, spinbutton.vertical:dir(rtl) button:last-child, spinbutton.vertical:dir(rtl) button:last-child:active, spinbutton.vertical:dir(rtl) button:last-child:hover, spinbutton.vertical:dir(rtl) button:last-child:disabled, spinbutton.vertical:dir(rtl) button:last-child:backdrop { + border-radius: 0 0 3px 3px; + border-style: none solid solid solid; } +treeview spinbutton.entry, treeview spinbutton.entry:focus { + padding: 1px; + border-width: 1px 0; + border-color: #888888; + border-radius: 0; + box-shadow: none; } + +/************** + * ComboBoxes * + **************/ +combobox { + -combobox-arrow-scaling: 0.5; + -combobox-shadow-type: none; + box-shadow: 0 1px white; } + combobox > button, headerbar combobox > button.titlebutton, + .titlebar combobox > button.titlebutton { + padding-top: 3px; + padding-bottom: 4px; } + combobox:disabled { + color: #909396; + text-shadow: none; + -gtk-icon-shadow: none; } + combobox:backdrop { + color: #c0c2c4; + text-shadow: none; + -gtk-icon-shadow: none; } + combobox:backdrop:disabled { + color: #c6cacd; } + combobox menuitem { + text-shadow: none; } + combobox .separator.vertical, combobox placessidebar.sidebar .view .vertical.separator, placessidebar.sidebar .view combobox .vertical.separator { + -GtkWidget-wide-separators: true; } + +/************ + * Toolbars * + ************/ +.toolbar, .inline-toolbar, .search-bar, .location-bar { + -GtkWidget-window-dragging: true; + padding: 4px; + background-color: #eff0f1; } + .osd .toolbar, .osd .inline-toolbar, .osd .search-bar, .osd .location-bar, .toolbar.osd, .osd.inline-toolbar, .osd.search-bar, .osd.location-bar { + padding: 13px; + border: none; + border-radius: 5px; + background-color: rgba(252, 252, 252, 0.8); } + +.inline-toolbar { + border-width: 0 1px 1px; + padding: 3px; + border-radius: 0 0 3px 3px; } + +.search-bar, .location-bar { + border-width: 0 0 1px; + padding: 3px; } + +.inline-toolbar, .search-bar, .location-bar { + border-style: solid; + border-color: #c2c2c2; + text-shadow: none; + background-color: #eff0f1; } + .inline-toolbar:backdrop, .search-bar:backdrop, .location-bar:backdrop { + border-color: #c2c8cb; + background-color: #dfe2e4; + box-shadow: none; } + +/*************** + * Header bars * + ***************/ +.titlebar, +headerbar { + padding: 2px 6px; + /*papirus + border-width: 0px 0px 2px 0px; + border-style: solid; + border-color: #888888; + border-radius: 0; + */ + /*papirus*/ + color: #888888; + background-image: none; + /*papirus*/ + background-color: #eff0f1; + box-shadow: none; } + .titlebar:backdrop, + headerbar:backdrop { + border-color: transparent; + background-color: #eff0f1; + background-image: none; + box-shadow: none; + color: #c0c2c4; } + .titlebar .path-bar button, + headerbar .path-bar button { + color: #fcfcfc; } + .titlebar button, + .titlebar button.titlebutton, + headerbar button, + headerbar button.titlebutton { + /*papirus*/ + background-color: #eff0f1; + /*papirus*/ + color: #746f6e; + background-image: none; + border-color: transparent; + box-shadow: none; } + .titlebar button.flat, + .titlebar .titlebutton.button, + headerbar button.flat, + headerbar .titlebutton.button { + border-color: rgba(255, 255, 255, 0); + background-color: transparent; + background-image: none; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; } + .titlebar button:hover, + headerbar button:hover { + border-color: #888888; } + .titlebar button:active, .titlebar button:checked, + headerbar button:active, + headerbar button:checked { + color: #fcfcfc; + border-color: #c2c2c2; + background-image: linear-gradient(to bottom, #888888, shade(#888888, 0.8)); + border-color: #4f4f4f; + box-shadow: none; } + .titlebar button:active:hover, .titlebar button:checked:hover, + headerbar button:active:hover, + headerbar button:checked:hover { + color: #363636; + border-color: #c2c2c2; + background-image: linear-gradient(to bottom, #888888, #888888); + border-color: #4f4f4f; + box-shadow: none; } + .titlebar button:active:backdrop, .titlebar button:checked:backdrop, + headerbar button:active:backdrop, + headerbar button:checked:backdrop { + background-image: none; + background-color: #eff0f1; + border-color: #eff0f1; } + .titlebar button.suggested-action, + headerbar button.suggested-action { + background-color: shade(#888888, 1.1); } + .titlebar button.suggested-action:hover, + headerbar button.suggested-action:hover { + background-color: #888888; } + .titlebar button.suggested-action:disabled, + headerbar button.suggested-action:disabled { + background-color: #4f4f4f; + color: shade(#fcfcfc, 0.5); } + .titlebar button.suggested-action:disabled:active, .titlebar button.suggested-action:disabled:checked, + headerbar button.suggested-action:disabled:active, + headerbar button.suggested-action:disabled:checked { + background-color: #4f4f4f; + color: shade(#fcfcfc, 0.5); } + .titlebar button:backdrop, + headerbar button:backdrop { + background-color: #eff0f1; + color: #c0c2c4; } + .titlebar button.flat:backdrop, + .titlebar .titlebutton.button:backdrop, .titlebar button.flat:backdrop:disabled, + .titlebar .titlebutton.button:backdrop:disabled, .titlebar button:disabled:backdrop, + headerbar button.flat:backdrop, + headerbar .titlebutton.button:backdrop, + headerbar button.flat:backdrop:disabled, + headerbar .titlebutton.button:backdrop:disabled, + headerbar button:disabled:backdrop { + background-image: none; + background-color: #eff0f1; + color: #c0c2c4; } + .titlebar button.flat:disabled, + .titlebar .titlebutton.button:disabled, + headerbar button.flat:disabled, + headerbar .titlebutton.button:disabled { + border-color: rgba(255, 255, 255, 0); + background-color: transparent; + background-image: none; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; } + .titlebar button:disabled, + headerbar button:disabled { + background-color: #4f4f4f; + color: shade(#fcfcfc, 0.5); } + .titlebar button:disabled:active, .titlebar button:disabled:checked, + headerbar button:disabled:active, + headerbar button:disabled:checked { + color: #40464b; + border-color: #4f4f4f; + background-image: linear-gradient(to bottom, #555c61, #565d62); } + .titlebar button:disabled:active > .label, .titlebar headerbar button.titlebutton:disabled:active > .label, .titlebar button:disabled:checked > .label, .titlebar headerbar button.titlebutton:disabled:checked > .label, + headerbar button:disabled:active > .label, + headerbar .titlebar button.titlebutton:disabled:active > .label, + headerbar button:disabled:checked > .label, + headerbar .titlebar button.titlebutton:disabled:checked > .label { + color: inherit; } + .titlebar .title, + headerbar .title { + font-weight: normal; + padding: 0px 12px; } + .titlebar .subtitle, + headerbar .subtitle { + font-size: smaller; + padding: 0 12px; } + .titlebar .header-bar-separator, .titlebar > box > .separator.vertical, + placessidebar.sidebar .view .titlebar > box > .vertical.separator:backdrop, + headerbar .header-bar-separator, + headerbar > box > .separator.vertical, + placessidebar.sidebar .view headerbar > box > .vertical.separator:backdrop { + -GtkWidget-wide-separators: true; + -GtkWidget-separator-width: 1px; + border-width: 0 1px; + border-image: linear-gradient(to bottom, rgba(189, 195, 199, 0), #c2c2c2 30%, #c2c2c2 70%, rgba(189, 195, 199, 0) 100%) 0 1/0 1px stretch; } + .titlebar .header-bar-separator:backdrop, .titlebar > box > .separator.vertical:backdrop, + headerbar .header-bar-separator:backdrop, + headerbar > box > .separator.vertical:backdrop { + border-image: linear-gradient(to bottom, rgba(194, 200, 203, 0.5)) 0 1/1px 1px; } + .titlebar.selection-mode, + headerbar.selection-mode { + color: #fcfcfc; + text-shadow: none; + border-color: #888888; + background-image: none; + background-color: #4f4f4f; + box-shadow: none; } + .titlebar.selection-mode:backdrop, + headerbar.selection-mode:backdrop { + background-image: none; + background-color: #eff0f1; + box-shadow: none; } + .titlebar.selection-mode button, + headerbar.selection-mode button { + box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); + color: #fcfcfc; + border-color: #888888; + background-image: linear-gradient(to bottom, #989898, #888888); } + .titlebar.selection-mode button.flat, + .titlebar.selection-mode .titlebutton.button, + headerbar.selection-mode button.flat, + headerbar.selection-mode .titlebutton.button { + border-color: rgba(255, 255, 255, 0); + background-color: transparent; + background-image: none; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; } + .titlebar.selection-mode button:hover, + headerbar.selection-mode button:hover { + color: #fcfcfc; + border-color: #888888; + background-image: linear-gradient(to bottom, #888888, #888888); } + .titlebar.selection-mode button:active, .titlebar.selection-mode button:checked, + headerbar.selection-mode button:active, + headerbar.selection-mode button:checked { + color: #fcfcfc; + border-color: #888888; + background-image: linear-gradient(to bottom, #888888, shade(#888888, 0.8)); } + .titlebar.selection-mode button:backdrop, .titlebar.selection-mode button.flat:backdrop, + .titlebar.selection-mode .titlebutton.button:backdrop, + headerbar.selection-mode button:backdrop, + headerbar.selection-mode button.flat:backdrop, + headerbar.selection-mode .titlebutton.button:backdrop { + color: #fcfcfc; + border-color: #888888; + background-image: linear-gradient(to bottom, #888888); + text-shadow: none; + -gtk-icon-shadow: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); + -gtk-icon-effect: none; + border-color: #888888; } + .titlebar.selection-mode button:backdrop:active, .titlebar.selection-mode button:backdrop:checked, .titlebar.selection-mode button.flat:backdrop:active, + .titlebar.selection-mode .titlebutton.button:backdrop:active, .titlebar.selection-mode button.flat:backdrop:checked, + .titlebar.selection-mode .titlebutton.button:backdrop:checked, + headerbar.selection-mode button:backdrop:active, + headerbar.selection-mode button:backdrop:checked, + headerbar.selection-mode button.flat:backdrop:active, + headerbar.selection-mode .titlebutton.button:backdrop:active, + headerbar.selection-mode button.flat:backdrop:checked, + headerbar.selection-mode .titlebutton.button:backdrop:checked { + color: #cfe8f5; + border-color: #6A6865; + background-image: linear-gradient(to bottom, #6A6865); + box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); + border-color: #888888; } + .titlebar.selection-mode button:backdrop:disabled, .titlebar.selection-mode button.flat:backdrop:disabled, + .titlebar.selection-mode .titlebutton.button:backdrop:disabled, + headerbar.selection-mode button:backdrop:disabled, + headerbar.selection-mode button.flat:backdrop:disabled, + headerbar.selection-mode .titlebutton.button:backdrop:disabled { + color: #93d1f2; + border-color: #5abaec; + background-image: linear-gradient(to bottom, #5abaec); + text-shadow: none; + -gtk-icon-shadow: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0); + border-color: #888888; } + .titlebar.selection-mode button:backdrop:disabled > .label, .titlebar.selection-mode headerbar button.titlebutton:backdrop:disabled > .label, .titlebar.selection-mode button.flat:backdrop:disabled > .label, .titlebar.selection-mode headerbar .titlebutton.button:backdrop:disabled > .label, + .titlebar.selection-mode .titlebutton.button:backdrop:disabled > .label, + headerbar.selection-mode button:backdrop:disabled > .label, + headerbar.selection-mode .titlebar button.titlebutton:backdrop:disabled > .label, + headerbar.selection-mode button.flat:backdrop:disabled > .label, + headerbar.selection-mode .titlebutton.button:backdrop:disabled > .label, + headerbar.selection-mode .titlebar .titlebutton.button:backdrop:disabled > .label { + color: inherit; } + .titlebar.selection-mode button:backdrop:disabled:active, .titlebar.selection-mode button:backdrop:disabled:checked, .titlebar.selection-mode button.flat:backdrop:disabled:active, + .titlebar.selection-mode .titlebutton.button:backdrop:disabled:active, .titlebar.selection-mode button.flat:backdrop:disabled:checked, + .titlebar.selection-mode .titlebutton.button:backdrop:disabled:checked, + headerbar.selection-mode button:backdrop:disabled:active, + headerbar.selection-mode button:backdrop:disabled:checked, + headerbar.selection-mode button.flat:backdrop:disabled:active, + headerbar.selection-mode .titlebutton.button:backdrop:disabled:active, + headerbar.selection-mode button.flat:backdrop:disabled:checked, + headerbar.selection-mode .titlebutton.button:backdrop:disabled:checked { + color: #84cbf0; + border-color: #43b0e9; + background-image: linear-gradient(to bottom, #43b0e9); + border-color: #888888; } + .titlebar.selection-mode button:backdrop:disabled:active > .label, .titlebar.selection-mode headerbar button.titlebutton:backdrop:disabled:active > .label, .titlebar.selection-mode button:backdrop:disabled:checked > .label, .titlebar.selection-mode headerbar button.titlebutton:backdrop:disabled:checked > .label, .titlebar.selection-mode button.flat:backdrop:disabled:active > .label, .titlebar.selection-mode headerbar .titlebutton.button:backdrop:disabled:active > .label, + .titlebar.selection-mode .titlebutton.button:backdrop:disabled:active > .label, .titlebar.selection-mode button.flat:backdrop:disabled:checked > .label, .titlebar.selection-mode headerbar .titlebutton.button:backdrop:disabled:checked > .label, + .titlebar.selection-mode .titlebutton.button:backdrop:disabled:checked > .label, + headerbar.selection-mode button:backdrop:disabled:active > .label, + headerbar.selection-mode .titlebar button.titlebutton:backdrop:disabled:active > .label, + headerbar.selection-mode button:backdrop:disabled:checked > .label, + headerbar.selection-mode .titlebar button.titlebutton:backdrop:disabled:checked > .label, + headerbar.selection-mode button.flat:backdrop:disabled:active > .label, + headerbar.selection-mode .titlebutton.button:backdrop:disabled:active > .label, + headerbar.selection-mode .titlebar .titlebutton.button:backdrop:disabled:active > .label, + headerbar.selection-mode button.flat:backdrop:disabled:checked > .label, + headerbar.selection-mode .titlebutton.button:backdrop:disabled:checked > .label, + headerbar.selection-mode .titlebar .titlebutton.button:backdrop:disabled:checked > .label { + color: inherit; } + .titlebar.selection-mode button.flat:backdrop, + .titlebar.selection-mode .titlebutton.button:backdrop, .titlebar.selection-mode button.flat:disabled, + .titlebar.selection-mode .titlebutton.button:disabled, .titlebar.selection-mode button.flat:disabled:backdrop, + .titlebar.selection-mode .titlebutton.button:disabled:backdrop, + headerbar.selection-mode button.flat:backdrop, + headerbar.selection-mode .titlebutton.button:backdrop, + headerbar.selection-mode button.flat:disabled, + headerbar.selection-mode .titlebutton.button:disabled, + headerbar.selection-mode button.flat:disabled:backdrop, + headerbar.selection-mode .titlebutton.button:disabled:backdrop { + border-color: rgba(255, 255, 255, 0); + background-color: transparent; + background-image: none; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; } + .titlebar.selection-mode button:disabled, + headerbar.selection-mode button:disabled { + color: #abdbf4; + border-color: #888888; + background-image: linear-gradient(to bottom, #5abaec); + text-shadow: none; + -gtk-icon-shadow: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px white; } + .titlebar.selection-mode button:disabled > .label, .titlebar.selection-mode headerbar button.titlebutton:disabled > .label, + headerbar.selection-mode button:disabled > .label, + headerbar.selection-mode .titlebar button.titlebutton:disabled > .label { + color: inherit; } + .titlebar.selection-mode button:disabled:active, .titlebar.selection-mode button:disabled:checked, + headerbar.selection-mode button:disabled:active, + headerbar.selection-mode button:disabled:checked { + color: #b2def4; + border-color: #888888; + background-image: linear-gradient(to bottom, #42b0e9, #43b0e9); } + .titlebar.selection-mode button:disabled:active > .label, .titlebar.selection-mode headerbar button.titlebutton:disabled:active > .label, .titlebar.selection-mode button:disabled:checked > .label, .titlebar.selection-mode headerbar button.titlebutton:disabled:checked > .label, + headerbar.selection-mode button:disabled:active > .label, + headerbar.selection-mode .titlebar button.titlebutton:disabled:active > .label, + headerbar.selection-mode button:disabled:checked > .label, + headerbar.selection-mode .titlebar button.titlebutton:disabled:checked > .label { + color: inherit; } + .titlebar.selection-mode button.suggested-action, + headerbar.selection-mode button.suggested-action { + box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); + color: #363636; + border-color: #c2c2c2; + background-image: linear-gradient(to bottom, #f4f5f6, #eff0f1); + border-color: #888888; } + .titlebar.selection-mode button.suggested-action:hover, + headerbar.selection-mode button.suggested-action:hover { + color: #363636; + border-color: #888888; + background-image: linear-gradient(to bottom, #eff0f1, #eff0f1); + border-color: #888888; } + .titlebar.selection-mode button.suggested-action:active, + headerbar.selection-mode button.suggested-action:active { + color: #fcfcfc; + border-color: #c2c2c2; + background-image: linear-gradient(to bottom, #888888, shade(#888888, 0.8)); + border-color: #888888; } + .titlebar.selection-mode button.suggested-action:disabled, + headerbar.selection-mode button.suggested-action:disabled { + color: #909396; + border-color: #c2c2c2; + background-image: linear-gradient(to bottom, #e6e7e8); + text-shadow: none; + -gtk-icon-shadow: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px white; + border-color: #888888; } + .titlebar.selection-mode button.suggested-action:disabled > .label, .titlebar.selection-mode headerbar .suggested-action.button.titlebutton:disabled > .label, + headerbar.selection-mode button.suggested-action:disabled > .label, + headerbar.selection-mode .titlebar .suggested-action.button.titlebutton:disabled > .label { + color: inherit; } + .titlebar.selection-mode button.suggested-action:backdrop, + headerbar.selection-mode button.suggested-action:backdrop { + color: #363636; + border-color: #c2c2c2; + background-image: linear-gradient(to bottom, #eff0f1); + text-shadow: none; + -gtk-icon-shadow: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); + border-color: #888888; } + .titlebar.selection-mode button.suggested-action:backdrop:disabled, + headerbar.selection-mode button.suggested-action:backdrop:disabled { + color: #c6cacd; + border-color: #c2c8cb; + background-image: linear-gradient(to bottom, #e6e7e8); + text-shadow: none; + -gtk-icon-shadow: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0); + border-color: #888888; } + .titlebar.selection-mode button.suggested-action:backdrop:disabled > .label, .titlebar.selection-mode headerbar .suggested-action.button.titlebutton:backdrop:disabled > .label, + headerbar.selection-mode button.suggested-action:backdrop:disabled > .label, + headerbar.selection-mode .titlebar .suggested-action.button.titlebutton:backdrop:disabled > .label { + color: inherit; } + .titlebar.selection-mode .selection-menu, .titlebar.selection-mode .selection-menu:backdrop, + headerbar.selection-mode .selection-menu, + headerbar.selection-mode .selection-menu:backdrop { + border-color: rgba(147, 147, 147, 0); + background-image: linear-gradient(to bottom, rgba(147, 147, 147, 0)); + box-shadow: none; + padding-left: 10px; + padding-right: 10px; } + .titlebar.selection-mode .selection-menu arrow, .titlebar.selection-mode .selection-menu:backdrop arrow, + headerbar.selection-mode .selection-menu arrow, + headerbar.selection-mode .selection-menu:backdrop arrow { + -arrow-arrow-scaling: 1; } + .titlebar.selection-mode .selection-menu .arrow, + headerbar.selection-mode .selection-menu .arrow { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); + color: rgba(252, 252, 252, 0.5); + -gtk-icon-shadow: none; } + .tiled .titlebar, .maximized .titlebar, .tiled + headerbar, .maximized + headerbar { + border-radius: 0; } + .titlebar.default-decoration, + headerbar.default-decoration { + padding: 4px; } + .titlebar.default-decoration button, + headerbar.default-decoration button { + padding: 5px; } + +/************ + * Pathbars * + ************/ +.path-bar button, .path-bar headerbar button.titlebutton, headerbar .path-bar button.titlebutton, +.path-bar .titlebar button.titlebutton, +.titlebar .path-bar button.titlebutton { + padding: 5px 6px 6px; + border-color: rgba(255, 255, 255, 0); + background-color: transparent; + background-image: none; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; + color: #363636; } + .path-bar button:hover { + border-color: #888888; } + .path-bar button:active, .path-bar button:checked { + background-color: #c2c2c2; } + .path-bar button:first-child { + padding-left: 8px; } + .path-bar button:last-child { + padding-right: 8px; } + .path-bar button:only-child { + padding-left: 12px; + padding-right: 12px; } + .path-bar button .label:last-child { + padding-left: 2px; } + .path-bar button .label:first-child { + padding-right: 2px; } + .path-bar button .label:only-child { + padding-right: 0; + padding-left: 0; } + .path-bar button image, .path-bar headerbar button.titlebutton image, headerbar .path-bar button.titlebutton image, + .path-bar .titlebar button.titlebutton image, + .titlebar .path-bar button.titlebutton image { + padding-top: 1px; } + +/************** + * Tree Views * + **************/ +treeview.view { + -GtkTreeView-grid-line-width: 1; + -GtkTreeView-grid-line-pattern: ''; + -GtkTreeView-tree-line-width: 1; + -GtkTreeView-tree-line-pattern: ''; + -GtkTreeView-expander-size: 16; + border-left-color: #97999c; + border-top-color: #eff0f1; } + treeview.view:selected { + border-radius: 0; } + treeview.view:selected, treeview.view:backdrop:selected { + border-left-color: #9dd5f3; + border-top-color: rgba(49, 54, 59, 0.1); } + treeview.view:disabled { + color: #909396; } + treeview.view:disabled:selected { + color: #89cdf1; } + treeview.view:disabled:selected:backdrop { + color: #76c5ef; } + treeview.view:disabled:backdrop { + color: #c6cacd; } + treeview.view.separator:backdrop { + color: rgba(0, 0, 0, 0.1); } + treeview.view:backdrop { + border-left-color: #d8d9db; + border-top: #eff0f1; } + treeview.view.dnd { + border-style: solid none; + border-width: 1px; + border-color: #377292; } + treeview.view.expander { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); + color: #6e7175; } + treeview.view.expander:dir(rtl) { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } + treeview.view.expander:hover { + color: #363636; } + treeview.view.expander:selected { + color: #c3e5f6; } + treeview.view.expander:selected:hover { + color: #fcfcfc; } + treeview.view.expander:selected:backdrop { + color: #c3e5f6; } + treeview.view.expander:checked { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } + treeview.view.expander:backdrop { + color: #d3d4d6; } + treeview.view.progressbar { + color: #fcfcfc; + border: 1px solid #888888; + border-radius: 4px; + background-image: linear-gradient(to bottom, #888888, #6A6865); + box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), 0 1px rgba(0, 0, 0, 0.2); } + treeview.view.progressbar:selected { + color: #888888; + box-shadow: none; + background-image: linear-gradient(to bottom, #fcfcfc, #e3e3e3); } + treeview.view.progressbar:selected:backdrop { + color: #888888; + border-color: #888888; + background-color: white; } + treeview.view.progressbar:backdrop { + color: white; + background-image: none; + box-shadow: none; } + treeview.view.trough { + background-color: rgba(49, 54, 59, 0.1); + border-radius: 4px; } + treeview.view.trough:selected { + background-color: rgba(252, 252, 252, 0.3); + border-width: 1px 0; + border-style: solid; + border-color: #888888; } + +column-header button, column-header headerbar button.titlebutton, headerbar column-header button.titlebutton, +column-header .titlebar button.titlebutton, +.titlebar column-header button.titlebutton { + color: #97999c; + background-color: #fcfcfc; + font-weight: bold; + text-shadow: none; + box-shadow: none; } + column-header button:hover, column-header headerbar button.titlebutton:hover, headerbar column-header button.titlebutton:hover, + column-header .titlebar button.titlebutton:hover, + .titlebar column-header button.titlebutton:hover { + color: #64686c; + box-shadow: none; + transition: none; } + column-header button:active, column-header headerbar button.titlebutton:active, headerbar column-header button.titlebutton:active, + column-header .titlebar button.titlebutton:active, + .titlebar column-header button.titlebutton:active { + color: #363636; + transition: none; } +column-header:last-child button, column-header:last-child headerbar button.titlebutton, headerbar column-header:last-child button.titlebutton, +column-header:last-child .titlebar button.titlebutton, +.titlebar column-header:last-child button.titlebutton, column-header:last-child button:backdrop, column-header:last-child.button, headerbar column-header.button.titlebutton:last-child, +.titlebar column-header.button.titlebutton:last-child, column-header:last-child.button:backdrop { + border-right-style: none; } + +column-header.button.dnd, column-header button.dnd, column-header headerbar .dnd.button.titlebutton, headerbar column-header .dnd.button.titlebutton, +column-header .titlebar .dnd.button.titlebutton, +.titlebar column-header .dnd.button.titlebutton, column-header.button.dnd:active, column-header.button.dnd:selected, column-header.button.dnd:hover, headerbar column-header.dnd.button.titlebutton, +.titlebar column-header.dnd.button.titlebutton { + transition: none; + color: #888888; + box-shadow: inset 1px 1px 0 1px #888888, inset -1px 0 0 1px #888888, inset 1px 1px #fcfcfc, inset -1px 0 #fcfcfc; } + +column-header button, column-header headerbar button.titlebutton, headerbar column-header button.titlebutton, +column-header .titlebar button.titlebutton, +.titlebar column-header button.titlebutton, column-header button:hover, column-header button:active { + padding: 3px 6px; + border-style: none solid solid none; + border-radius: 0; + background-image: none; + border-color: #eff0f1; + text-shadow: none; } + column-header button:disabled, column-header headerbar button.titlebutton:disabled, headerbar column-header button.titlebutton:disabled, + column-header .titlebar button.titlebutton:disabled, + .titlebar column-header button.titlebutton:disabled { + border-color: #eff0f1; + background-image: none; } + column-header button:backdrop, column-header headerbar button.titlebutton:backdrop, headerbar column-header button.titlebutton:backdrop, + column-header .titlebar button.titlebutton:backdrop, + .titlebar column-header button.titlebutton:backdrop { + border-color: #eff0f1; + border-style: none solid solid none; + color: #d8d9db; + background-image: none; + background-color: white; } + column-header button:backdrop:disabled { + border-color: #eff0f1; + background-image: none; } + +/********* + * Menus * + *********/ +menubar { + -GtkWidget-window-dragging: true; + padding: 2px; + box-shadow: none; } + menubar:backdrop { + background-color: #eff0f1; } + menubar > menuitem { + padding: 4px 8px; } + menubar > menuitem:hover { + background-color: #888888; + color: #fcfcfc; } + menubar > menuitem:disabled { + color: #909396; + box-shadow: none; } + +menu { + padding: 0px; + background-color: #eff0f1; + border: 1px solid #c2c2c2; + border-radius: 3px; } + .csd menu { + border: 1px solid #c2c2c2; } + menu menuitem { + text-shadow: none; + padding: 6px 6px; } + menu menuitem:hover { + color: #fcfcfc; + background-color: #888888; + background-clip: padding-box; + border-style: solid; + border-width: 0px 1px 0px 1px; + border-color: #6A6865; } + menu menuitem:hover:first-child { + border-radius: 3px 3px 0px 0px; + border-width: 1px 1px 0px 1px; } + menu menuitem:hover:last-child { + border-radius: 0px 0px 3px 3px; + border-width: 0px 1px 1px 1px; } + menu menuitem:disabled, menu menuitem *:disabled { + color: #909396; } + menu menuitem:disabled:backdrop, menu menuitem *:disabled:backdrop { + color: #c6cacd; } + menu menuitem:backdrop, menu menuitem:backdrop:hover { + color: #363636; + background-color: #eff0f1; } + menu menuitem arrow { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } + menu menuitem arrow:dir(rtl) { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } + menu.button, headerbar menu.button.titlebutton, + .titlebar menu.button.titlebutton { + border-style: none; + border-radius: 0; } + menu.button.top { + border-bottom: 1px solid #e8e8e9; } + menu.button.bottom { + border-top: 1px solid #e8e8e9; } + menu.button:hover { + background-color: #e8e8e9; } + menu.button:disabled { + color: transparent; + background-color: transparent; + border-color: transparent; } + +menuitem .accelerator { + color: alpha(currentColor,0.55); } + +/*************** + * Popovers * + ***************/ +popover { + padding: 2px; + border: 1px solid #c2c2c2; + border-radius: 2px; + background-color: #eff0f1; + box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5); } + popover:backdrop { + box-shadow: none; } + popover > list, + popover > .view, + popover > .toolbar, + popover > .inline-toolbar, + popover > .search-bar, + popover > .location-bar, popover.osd > .toolbar, popover.osd > .inline-toolbar, popover.osd > .search-bar, popover.osd > .location-bar { + border-style: none; + background-color: transparent; } + popover button.flat, popover headerbar .titlebutton.button, headerbar popover .titlebutton.button, + popover .titlebar .titlebutton.button, + .titlebar popover .titlebutton.button { + color: #363636; } + popover button.flat:hover, popover headerbar .titlebutton.button:hover, headerbar popover .titlebutton.button:hover, + popover .titlebar .titlebutton.button:hover, + .titlebar popover .titlebutton.button:hover { + background-color: rgba(147, 147, 147, 0.2); + color: #363636; + text-shadow: none; + transition: none; } + +entry.cursor-handle, +.cursor-handle { + background-color: transparent; + background-image: none; + box-shadow: none; + border-style: none; } + entry.cursor-handle.top, + .cursor-handle.top { + -gtk-icon-source: -gtk-icontheme("selection-start-symbolic"); } + entry.cursor-handle.bottom, + .cursor-handle.bottom { + -gtk-icon-source: -gtk-icontheme("selection-end-symbolic"); } + +/***************** + * Notebooks and * + * Tabs * + *****************/ +notebook { + background-color: #eff0f1; + -GtkNotebook-initial-gap: 0; + -GtkNotebook-arrow-spacing: 5; + -GtkNotebook-tab-curvature: 0; + -GtkNotebook-tab-overlap: 0; + -GtkNotebook-has-tab-gap: false; + -GtkWidget-focus-padding: 0; + -GtkWidget-focus-line-width: 0; + transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } + notebook.frame { + border: 1px solid #c2c2c2; } + notebook.frame.top { + border-top-width: 0; } + notebook.frame.bottom { + border-bottom-width: 0; } + notebook.frame.right { + border-right-width: 0; } + notebook.frame.left { + border-left-width: 0; } + notebook.header { + background-color: #eff0f1; + padding-top: 4px; } + notebook.header.frame { + border-style: solid; + border-color: #c2c2c2; } + notebook.header.frame.top { + border-width: 0px; } + notebook.header.frame.bottom { + border-width: 0px; } + notebook.header.frame.right { + border-width: 0px; } + notebook.header.frame.left { + border-width: 0px; } + notebook.header.frame:backdrop { + border-color: #c2c2c2; } + notebook.header.top { + box-shadow: inset 0 -1px #c2c2c2; } + notebook.header.bottom { + box-shadow: inset 0 1px #c2c2c2; } + notebook.header.right { + box-shadow: inset 1px 0 #c2c2c2; } + notebook.header.left { + box-shadow: inset -1px 0 #c2c2c2; } + notebook tab { + border-width: 1px; + border-style: solid; + border-color: shade(#c2c2c2, 1.1); + background-color: shade(#c2c2c2, 1.1); + outline-offset: 0; + /* works for testnotebookdnd, but there's a superfluous border + in gedit or web, commented out for now, needs gtk fixes + &.reorderable-page { + &.top { + padding-top: ($vt_vpadding - 1px); + border-top-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + } + &.bottom { + padding-bottom: ($vt_vpadding - 1px); + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + } + &.left { + padding-left: ($ht_hpadding - 1px); + border-left-width: 1px; + border-top-width: 1px; + border-bottom-width: 1px; + } + &.right { + padding-right: ($ht_hpadding - 1px); + border-right-width: 1px; + border-top-width: 1px; + border-bottom-width: 1px; + } + } + */ } + notebook tab.top, notebook tab.bottom { + padding: 6px 8px; } + notebook tab.left, notebook tab.right { + padding: 6px 8px; } + notebook tab.reorderable-page { + background-color: #eff0f1; } + notebook tab.reorderable-page.top, notebook tab.reorderable-page.bottom { + padding-left: 12px; + padding-right: 6px; + padding-bottom: 8px; } + notebook tab.top { + border-radius: 3px 3px 0px 0px; } + notebook tab.top:active, notebook tab.top.active-page, notebook tab.top:backdrop:active { + border-color: #c2c2c2; + border-bottom-color: #eff0f1; + background-color: #eff0f1; } + notebook tab.top:active:hover, notebook tab.top:active.prelight-page, notebook tab.top.active-page:hover, notebook tab.top.active-page.prelight-page, notebook tab.top:backdrop:active:hover, notebook tab.top:backdrop:active.prelight-page { + border-color: #c2c2c2; + border-bottom-color: #eff0f1; } + notebook tab.bottom { + border-radius: 0px 0px 3px 3px; } + notebook tab.bottom:active, notebook tab.bottom.active-page, notebook tab.bottom:backdrop:active { + border-color: #c2c2c2; + border-top-color: #eff0f1; + background-color: #eff0f1; } + notebook tab.bottom:active:hover, notebook tab.bottom:active.prelight-page, notebook tab.bottom.active-page:hover, notebook tab.bottom.active-page.prelight-page, notebook tab.bottom:backdrop:active:hover, notebook tab.bottom:backdrop:active.prelight-page { + border-color: #c2c2c2; + border-top-color: #eff0f1; } + notebook tab.left { + border-radius: 3px 0px 0px 3px; } + notebook tab.left:active, notebook tab.left.active-page, notebook tab.left:backdrop:active { + border-color: #c2c2c2; + border-right-color: #eff0f1; + background-color: #eff0f1; } + notebook tab.left:active:hover, notebook tab.left:active.prelight-page, notebook tab.left.active-page:hover, notebook tab.left.active-page.prelight-page, notebook tab.left:backdrop:active:hover, notebook tab.left:backdrop:active.prelight-page { + border-color: #c2c2c2; + border-right-color: #eff0f1; } + notebook tab.right { + border-radius: 0px 3px 3px 0px; } + notebook tab.right:active, notebook tab.right.active-page, notebook tab.right:backdrop:active { + border-color: #c2c2c2; + border-left-color: #eff0f1; + background-color: #eff0f1; } + notebook tab.right:active:hover, notebook tab.right:active.prelight-page, notebook tab.right.active-page:hover, notebook tab.right.active-page.prelight-page, notebook tab.right:backdrop:active:hover, notebook tab.right:backdrop:active.prelight-page { + border-color: #c2c2c2; + border-left-color: #eff0f1; } + notebook tab:hover, notebook tab.prelight-page { + background-color: rgba(190, 190, 190, 0.2); + border-color: rgba(190, 190, 190, 0.2); } + notebook tab.reorderable-page.top { + border-width: 3px; + border-style: solid; + border-color: #eff0f1; + background-color: #eff0f1; + border-right-width: 1px; + border-right-color: #c2c2c2; + box-shadow: inset -3px 0px 0px 0px #eff0f1; } + notebook tab.reorderable-page.top:hover, notebook tab.reorderable-page.top.prelight-page { + box-shadow: inset 0px -3px 0px 0px rgba(147, 147, 147, 0.3), inset -3px 0px 0px 0px #eff0f1; } + notebook tab.reorderable-page.top:active, notebook tab.reorderable-page.top.active-page { + box-shadow: inset 0px -3px 0px 0px #888888, inset -3px 0px 0px 0px #eff0f1; } + notebook tab.reorderable-page.top:active:hover, notebook tab.reorderable-page.top.active-page:hover { + background-color: #eff0f1; + border-color: #eff0f1; + border-right-color: #c2c2c2; } + notebook tab.reorderable-page.top:active:backdrop, notebook tab.reorderable-page.top.active-page:backdrop { + background-color: #eff0f1; + border-color: #eff0f1; + border-right-color: #c2c2c2; } + notebook tab.reorderable-page.top:backdrop { + background-color: #eff0f1; + border-color: #eff0f1; + border-right-color: #c2c2c2; } + notebook tab.reorderable-page.bottom { + border-width: 3px; + border-style: solid; + border-color: #eff0f1; + background-color: #eff0f1; + border-right-width: 1px; + border-right-color: #c2c2c2; + box-shadow: inset -3px 0px 0px 0px #eff0f1; } + notebook tab.reorderable-page.bottom:hover, notebook tab.reorderable-page.bottom.prelight-page { + box-shadow: inset 0px -3px 0px 0px rgba(147, 147, 147, 0.3), inset -3px 0px 0px 0px #eff0f1; } + notebook tab.reorderable-page.bottom:active, notebook tab.reorderable-page.bottom.active-page { + box-shadow: inset 0px -3px 0px 0px #888888, inset -3px 0px 0px 0px #eff0f1; } + notebook tab.reorderable-page.bottom:active:hover, notebook tab.reorderable-page.bottom.active-page:hover { + background-color: #eff0f1; + border-color: #eff0f1; + border-right-color: #c2c2c2; } + notebook tab.reorderable-page.bottom:active:backdrop, notebook tab.reorderable-page.bottom.active-page:backdrop { + background-color: #eff0f1; + border-color: #eff0f1; + border-right-color: #c2c2c2; } + notebook tab.reorderable-page.bottom:backdrop { + background-color: #eff0f1; + border-color: #eff0f1; + border-right-color: #c2c2c2; } + notebook tab.reorderable-page.left { + border-width: 3px; + border-style: solid; + border-color: #eff0f1; + background-color: #eff0f1; + border-bottom-width: 1px; + border-bottom-color: #c2c2c2; + box-shadow: inset 0px -3px 0px 0px #eff0f1; } + notebook tab.reorderable-page.left:hover, notebook tab.reorderable-page.left.prelight-page { + box-shadow: inset 0px -3px 0px 0px rgba(147, 147, 147, 0.3), inset 0px -3px 0px 0px #eff0f1; } + notebook tab.reorderable-page.left:active, notebook tab.reorderable-page.left.active-page { + box-shadow: inset 0px -3px 0px 0px #888888, inset 0px -3px 0px 0px #eff0f1; } + notebook tab.reorderable-page.left:active:hover, notebook tab.reorderable-page.left.active-page:hover { + background-color: #eff0f1; + border-color: #eff0f1; + border-bottom-color: #c2c2c2; } + notebook tab.reorderable-page.left:active:backdrop, notebook tab.reorderable-page.left.active-page:backdrop { + background-color: #eff0f1; + border-color: #eff0f1; + border-bottom-color: #c2c2c2; } + notebook tab.reorderable-page.left:backdrop { + background-color: #eff0f1; + border-color: #eff0f1; + border-bottom-color: #c2c2c2; } + notebook tab.reorderable-page.right { + border-width: 3px; + border-style: solid; + border-color: #eff0f1; + background-color: #eff0f1; + border-bottom-width: 1px; + border-bottom-color: #c2c2c2; + box-shadow: inset 0px -3px 0px 0px #eff0f1; } + notebook tab.reorderable-page.right:hover, notebook tab.reorderable-page.right.prelight-page { + box-shadow: inset 0px -3px 0px 0px rgba(147, 147, 147, 0.3), inset 0px -3px 0px 0px #eff0f1; } + notebook tab.reorderable-page.right:active, notebook tab.reorderable-page.right.active-page { + box-shadow: inset 0px -3px 0px 0px #888888, inset 0px -3px 0px 0px #eff0f1; } + notebook tab.reorderable-page.right:active:hover, notebook tab.reorderable-page.right.active-page:hover { + background-color: #eff0f1; + border-color: #eff0f1; + border-bottom-color: #c2c2c2; } + notebook tab.reorderable-page.right:active:backdrop, notebook tab.reorderable-page.right.active-page:backdrop { + background-color: #eff0f1; + border-color: #eff0f1; + border-bottom-color: #c2c2c2; } + notebook tab.reorderable-page.right:backdrop { + background-color: #eff0f1; + border-color: #eff0f1; + border-bottom-color: #c2c2c2; } + notebook tab .label { + padding: 0 2px; + color: #363636; } + notebook tab .prelight-page .label, notebook tab .label.prelight-page { + color: #363636; } + notebook tab .active-page .label, notebook tab .label.active-page { + color: #363636; } + notebook tab button, notebook tab headerbar button.titlebutton, headerbar notebook tab button.titlebutton, + notebook tab .titlebar button.titlebutton, + .titlebar notebook tab button.titlebutton { + padding: 0px; + border: 1px solid transparent; + border-radius: 50%; + background-image: none; + background-color: #c2c2c2; + box-shadow: none; + -gtk-icon-shadow: none; + transition: none; + color: #eff0f1; } + notebook tab button:hover { + background-color: #da4453; + border-color: transparent; + background-image: none; + box-shadow: none; } + notebook tab button:active { + color: #eff0f1; + border-color: transparent; + background-image: none; + box-shadow: none; } + notebook tab button:backdrop { + color: #eff0f1; + border-color: transparent; } + notebook tab button > image, notebook tab headerbar button.titlebutton > image, headerbar notebook tab button.titlebutton > image, + notebook tab .titlebar button.titlebutton > image, + .titlebar notebook tab button.titlebutton > image { + padding: 0px; } + notebook tab button .active-page, notebook tab button.active-page { + background-color: #da4453; } + notebook.arrow { + color: #909396; } + notebook.arrow:hover { + color: #A6A6A6; } + notebook.arrow:active { + color: #888888; } + notebook.arrow:disabled { + color: rgba(144, 147, 150, 0.3); } + notebook.arrow:backdrop { + color: #909396; } + notebook.arrow:backdrop:disabled { + color: rgba(144, 147, 150, 0.3); } + +/************** + * Scrollbars * + **************/ +scrollbar button, +.scrollbar button { + border: none; } + +scrollbar.vertical button.down, +.scrollbar.vertical button.down { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } + +scrollbar.vertical button.up, +.scrollbar.vertical button.up { + -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); } + +scrollbar.horizontal button.down, +.scrollbar.horizontal button.down { + -gtk-icon-source: -gtk-icontheme("pan-right-symbolic"); } + +scrollbar.horizontal button.up, +.scrollbar.horizontal button.up { + -gtk-icon-source: -gtk-icontheme("pan-left-symbolic"); } + +scrollbar.overlay-indicator:not(.dragging):not(.hovering), +.scrollbar.overlay-indicator:not(.dragging):not(.hovering) { + opacity: 0.4; } + scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider, + .scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider { + margin: 0; + background-color: #eff0f1; + border: 1px solid rgba(255, 255, 255, 0.6); + background-clip: padding-box; } + scrollbar.overlay-indicator:not(.dragging):not(.hovering) trough, + .scrollbar.overlay-indicator:not(.dragging):not(.hovering) trough { + border-style: none; + background-color: transparent; } + scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical slider, + .scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical slider { + min-width: 4px; + margin-top: 2px; + margin-bottom: 2px; } + scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal slider, + .scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal slider { + min-height: 4px; + margin-left: 2px; + margin-right: 2px; } + +scrollbar.overlay-indicator.dragging, scrollbar.overlay-indicator.hovering, +.scrollbar.overlay-indicator.dragging, +.scrollbar.overlay-indicator.hovering { + opacity: 0.99; } + +scrollbar trough, +.scrollbar trough { + background-color: #eff0f1; + border: 1px none #eff0f1; } + +scrollbar slider, +scrollbar .slider, +.scrollbar slider, +.scrollbar .slider { + background-color: #787b7f; } + scrollbar slider:hover, + scrollbar .slider:hover, + .scrollbar slider:hover, + .scrollbar .slider:hover { + background-color: #888888; } + scrollbar slider:hover:active, + scrollbar .slider:hover:active, + .scrollbar slider:hover:active, + .scrollbar .slider:hover:active { + background-color: #888888; } + scrollbar slider:disabled, + scrollbar .slider:disabled, + .scrollbar slider:disabled, + .scrollbar .slider:disabled { + background-color: transparent; } + +scrollbar slider, +scrollbar .slider, +.scrollbar slider, +.scrollbar .slider { + border-radius: 100px; + margin: 3px; } + +scrollbar.vertical.fine-tune slider, +.scrollbar.vertical.fine-tune slider { + min-width: 4px; + margin: 4px; } + +scrollbar.vertical slider, +.scrollbar.vertical slider { + min-height: 42px; + min-width: 6px; + margin: 3px; } + +scrollbar.vertical trough:dir(ltr), +.scrollbar.vertical trough:dir(ltr) { + border-left-style: solid; } + +scrollbar.vertical trough:dir(rtl), +.scrollbar.vertical trough:dir(rtl) { + border-right-style: solid; } + +scrollbar.horizontal.fine-tune slider, +.scrollbar.horizontal.fine-tune slider { + min-height: 4px; + margin: 4px; } + +scrollbar.horizontal slider, +scrollbar.horizontal .slider, +.scrollbar.horizontal slider, +.scrollbar.horizontal .slider { + min-height: 6px; + min-width: 42px; + margin-top: 3px; } + +scrollbar.horizontal trough, +.scrollbar.horizontal trough { + border-top-style: solid; } + +/********** + * Switch * + **********/ +switch { + -switch-slider-width: 30px; + font-weight: bold; + font-size: smaller; + outline-offset: 0px; + box-shadow: inset 0 1px rgba(255, 255, 255, 0); } + switch { + border: 1px solid #c2c2c2; + border-radius: 3px; + color: #363636; + background-image: none; + background-color: #eff0f1; + text-shadow: none; } + switch:active, switch:checked { + color: #888888; + border-color: #888888; + box-shadow: none; + text-shadow: none; } + switch:active:hover { + border-color: #A6A6A6; } + switch:hover { + border-color: #888888; } + switch:disabled { + color: #909396; + border-color: #c2c2c2; + background-image: none; + background-color: #e6e7e8; + box-shadow: none; + text-shadow: none; } + switch slider { + padding: 3px; + border: 3px solid; + border-radius: 3px; + border-color: rgba(255, 255, 255, 0); + box-shadow: none; + background-color: #c2c2c2; } + switch slider:hover { + box-shadow: none; } + switch slider:active { + background-color: #888888; } + switch slider:active:hover { + background-color: #A6A6A6; } + switch.slider:disabled { + background-color: #e6e7e8; } + row:selected switch { + box-shadow: none; + border-color: #888888; } + row:selected switch:backdrop { + border-color: #888888; } + row:selected switch slider:dir(rtl) { + border-left-color: #c2c2c2; } + row:selected switch slider:dir(ltr) { + border-right-color: #c2c2c2; } + row:selected switch slider, row:selected switch slider:active { + border-color: #888888; } + +/************************* + * Check and Radio items * + *************************/ +check { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked.png"), url("assets/checkbox-unchecked@2.png")); + -gtk-icon-shadow: 0 1px 0 white; } + check.button.flat, headerbar check.titlebutton.button, + .titlebar check.titlebutton.button { + -gtk-icon-shadow: none; } + +.view.check:selected, calendar.check:selected, +list-row:selected check { + -gtk-icon-source: -gtk-scaled(url("assets/selected-checkbox-unchecked.png"), url("assets/selected-checkbox-unchecked@2.png")); } + +check:hover { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-hover.png"), url("assets/checkbox-unchecked-hover@2.png")); + -gtk-icon-shadow: 0 1px 0 white; } + check:hover.button.flat, headerbar check.titlebutton.button:hover, + .titlebar check.titlebutton.button:hover { + -gtk-icon-shadow: none; } + +.view.check:hover:selected, calendar.check:hover:selected, +list-row:selected check:hover { + -gtk-icon-source: -gtk-scaled(url("assets/selected-checkbox-unchecked-hover.png"), url("assets/selected-checkbox-unchecked-hover@2.png")); } + +check:active { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-active.png"), url("assets/checkbox-unchecked-active@2.png")); + -gtk-icon-shadow: 0 1px 0 white; } + check:active.button.flat, headerbar check.titlebutton.button:active, + .titlebar check.titlebutton.button:active { + -gtk-icon-shadow: none; } + +.view.check:active:selected, calendar.check:active:selected, +list-row:selected check:active { + -gtk-icon-source: -gtk-scaled(url("assets/selected-checkbox-unchecked-active.png"), url("assets/selected-checkbox-unchecked-active@2.png")); } + +check:disabled { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive.png"), url("assets/checkbox-unchecked-insensitive@2.png")); + -gtk-icon-shadow: 0 1px 0 white; } + check:disabled.button.flat, headerbar check.titlebutton.button:disabled, + .titlebar check.titlebutton.button:disabled { + -gtk-icon-shadow: none; } + +.view.check:disabled:selected, calendar.check:disabled:selected, +list-row:selected check:disabled { + -gtk-icon-source: -gtk-scaled(url("assets/selected-checkbox-unchecked-insensitive.png"), url("assets/selected-checkbox-unchecked-insensitive@2.png")); } + +check:backdrop { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-backdrop.png"), url("assets/checkbox-unchecked-backdrop@2.png")); + -gtk-icon-shadow: none; } + check:backdrop.button.flat, headerbar check.titlebutton.button:backdrop, + .titlebar check.titlebutton.button:backdrop { + -gtk-icon-shadow: none; } + +.view.check:backdrop:selected, calendar.check:backdrop:selected, +list-row:selected check:backdrop { + -gtk-icon-source: -gtk-scaled(url("assets/selected-checkbox-unchecked-backdrop.png"), url("assets/selected-checkbox-unchecked-backdrop@2.png")); } + +check:backdrop:disabled { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-backdrop-insensitive.png"), url("assets/checkbox-unchecked-backdrop-insensitive@2.png")); + -gtk-icon-shadow: none; } + check:backdrop:disabled.button.flat, headerbar check.titlebutton.button:backdrop:disabled, + .titlebar check.titlebutton.button:backdrop:disabled { + -gtk-icon-shadow: none; } + +.view.check:backdrop:disabled:selected, calendar.check:backdrop:disabled:selected, +list-row:selected check:backdrop:disabled { + -gtk-icon-source: -gtk-scaled(url("assets/selected-checkbox-unchecked-backdrop-insensitive.png"), url("assets/selected-checkbox-unchecked-backdrop-insensitive@2.png")); } + +check:indeterminate { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed.png"), url("assets/checkbox-mixed@2.png")); + -gtk-icon-shadow: 0 1px 0 white; } + check:indeterminate.button.flat, headerbar check.titlebutton.button:indeterminate, + .titlebar check.titlebutton.button:indeterminate { + -gtk-icon-shadow: none; } + +.view.check:indeterminate:selected, calendar.check:indeterminate:selected, +list-row:selected check:indeterminate { + -gtk-icon-source: -gtk-scaled(url("assets/selected-checkbox-mixed.png"), url("assets/selected-checkbox-mixed@2.png")); } + +check:indeterminate:hover { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-hover.png"), url("assets/checkbox-mixed-hover@2.png")); + -gtk-icon-shadow: 0 1px 0 white; } + check:indeterminate:hover.button.flat, headerbar check.titlebutton.button:indeterminate:hover, + .titlebar check.titlebutton.button:indeterminate:hover { + -gtk-icon-shadow: none; } + +.view.check:indeterminate:hover:selected, calendar.check:indeterminate:hover:selected, +list-row:selected check:indeterminate:hover { + -gtk-icon-source: -gtk-scaled(url("assets/selected-checkbox-mixed-hover.png"), url("assets/selected-checkbox-mixed-hover@2.png")); } + +check:indeterminate:selected { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-active.png"), url("assets/checkbox-mixed-active@2.png")); + -gtk-icon-shadow: 0 1px 0 white; } + check:indeterminate:selected.button.flat, headerbar check.titlebutton.button:indeterminate:selected, + .titlebar check.titlebutton.button:indeterminate:selected { + -gtk-icon-shadow: none; } + +.view.check:indeterminate:selected:selected, calendar.check:indeterminate:selected, +list-row:selected check:indeterminate:selected { + -gtk-icon-source: -gtk-scaled(url("assets/selected-checkbox-mixed-active.png"), url("assets/selected-checkbox-mixed-active@2.png")); } + +check:indeterminate:backdrop { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-backdrop.png"), url("assets/checkbox-mixed-backdrop@2.png")); + -gtk-icon-shadow: none; } + check:indeterminate:backdrop.button.flat, headerbar check.titlebutton.button:indeterminate:backdrop, + .titlebar check.titlebutton.button:indeterminate:backdrop { + -gtk-icon-shadow: none; } + +.view.check:indeterminate:backdrop:selected, calendar.check:indeterminate:backdrop:selected, +list-row:selected check:indeterminate:backdrop { + -gtk-icon-source: -gtk-scaled(url("assets/selected-checkbox-mixed-backdrop.png"), url("assets/selected-checkbox-mixed-backdrop@2.png")); } + +check:indeterminate:disabled { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive.png"), url("assets/checkbox-mixed-insensitive@2.png")); + -gtk-icon-shadow: 0 1px 0 white; } + check:indeterminate:disabled.button.flat, headerbar check.titlebutton.button:indeterminate:disabled, + .titlebar check.titlebutton.button:indeterminate:disabled { + -gtk-icon-shadow: none; } + +.view.check:indeterminate:disabled:selected, calendar.check:indeterminate:disabled:selected, +list-row:selected check:indeterminate:disabled { + -gtk-icon-source: -gtk-scaled(url("assets/selected-checkbox-mixed-insensitive.png"), url("assets/selected-checkbox-mixed-insensitive@2.png")); } + +check:indeterminate:disabled:backdrop { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-backdrop-insensitive.png"), url("assets/checkbox-mixed-backdrop-insensitive@2.png")); + -gtk-icon-shadow: none; } + check:indeterminate:disabled:backdrop.button.flat, headerbar check.titlebutton.button:indeterminate:disabled:backdrop, + .titlebar check.titlebutton.button:indeterminate:disabled:backdrop { + -gtk-icon-shadow: none; } + +.view.check:indeterminate:disabled:backdrop:selected, calendar.check:indeterminate:disabled:backdrop:selected, +list-row:selected check:indeterminate:disabled:backdrop { + -gtk-icon-source: -gtk-scaled(url("assets/selected-checkbox-mixed-backdrop-insensitive.png"), url("assets/selected-checkbox-mixed-backdrop-insensitive@2.png")); } + +check:checked { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked.png"), url("assets/checkbox-checked@2.png")); + -gtk-icon-shadow: 0 1px 0 white; } + check:checked.button.flat, headerbar check.titlebutton.button:checked, + .titlebar check.titlebutton.button:checked { + -gtk-icon-shadow: none; } + +.view.check:checked:selected, calendar.check:checked:selected, +list-row:selected check:checked { + -gtk-icon-source: -gtk-scaled(url("assets/selected-checkbox-checked.png"), url("assets/selected-checkbox-checked@2.png")); } + +check:checked:disabled { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive.png"), url("assets/checkbox-checked-insensitive@2.png")); + -gtk-icon-shadow: 0 1px 0 white; } + check:checked:disabled.button.flat, headerbar check.titlebutton.button:checked:disabled, + .titlebar check.titlebutton.button:checked:disabled { + -gtk-icon-shadow: none; } + +.view.check:checked:disabled:selected, calendar.check:checked:disabled:selected, +list-row:selected check:checked:disabled { + -gtk-icon-source: -gtk-scaled(url("assets/selected-checkbox-checked-insensitive.png"), url("assets/selected-checkbox-checked-insensitive@2.png")); } + +check:checked:hover { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-hover.png"), url("assets/checkbox-checked-hover@2.png")); + -gtk-icon-shadow: 0 1px 0 white; } + check:checked:hover.button.flat, headerbar check.titlebutton.button:checked:hover, + .titlebar check.titlebutton.button:checked:hover { + -gtk-icon-shadow: none; } + +.view.check:checked:hover:selected, calendar.check:checked:hover:selected, +list-row:selected check:checked:hover { + -gtk-icon-source: -gtk-scaled(url("assets/selected-checkbox-checked-hover.png"), url("assets/selected-checkbox-checked-hover@2.png")); } + +check:checked:active { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-active.png"), url("assets/checkbox-checked-active@2.png")); + -gtk-icon-shadow: 0 1px 0 white; } + check:checked:active.button.flat, headerbar check.titlebutton.button:checked:active, + .titlebar check.titlebutton.button:checked:active { + -gtk-icon-shadow: none; } + +.view.check:checked:active:selected, calendar.check:checked:active:selected, +list-row:selected check:checked:active { + -gtk-icon-source: -gtk-scaled(url("assets/selected-checkbox-checked-active.png"), url("assets/selected-checkbox-checked-active@2.png")); } + +check:backdrop:checked { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-backdrop.png"), url("assets/checkbox-checked-backdrop@2.png")); + -gtk-icon-shadow: none; } + check:backdrop:checked.button.flat, headerbar check.titlebutton.button:backdrop:checked, + .titlebar check.titlebutton.button:backdrop:checked { + -gtk-icon-shadow: none; } + +.view.check:backdrop:checked:selected, calendar.check:backdrop:checked:selected, +list-row:selected check:backdrop:checked { + -gtk-icon-source: -gtk-scaled(url("assets/selected-checkbox-checked-backdrop.png"), url("assets/selected-checkbox-checked-backdrop@2.png")); } + +check:backdrop:checked:disabled { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-backdrop-insensitive.png"), url("assets/checkbox-checked-backdrop-insensitive@2.png")); + -gtk-icon-shadow: none; } + check:backdrop:checked:disabled.button.flat, headerbar check.titlebutton.button:backdrop:checked:disabled, + .titlebar check.titlebutton.button:backdrop:checked:disabled { + -gtk-icon-shadow: none; } + +.view.check:backdrop:checked:disabled:selected, calendar.check:backdrop:checked:disabled:selected, +list-row:selected check:backdrop:checked:disabled { + -gtk-icon-source: -gtk-scaled(url("assets/selected-checkbox-checked-backdrop-insensitive.png"), url("assets/selected-checkbox-checked-backdrop-insensitive@2.png")); } + +menu menuitem.check { + -gtk-icon-source: -gtk-icontheme("checkbox-symbolic"); + color: #7d8084; + -gtk-icon-shadow: none; } + menu menuitem.check:active, menu menuitem.check:checked { + -gtk-icon-source: -gtk-icontheme("checkbox-checked-symbolic"); + color: #888888; } + menu menuitem.check:indeterminate { + -gtk-icon-source: -gtk-icontheme("checkbox-mixed-symbolic"); } + menu menuitem.check:hover { + color: #fcfcfc; } + menu menuitem.check:disabled { + color: #c0c2c4; } + +radio { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked.png"), url("assets/radio-unchecked@2.png")); + -gtk-icon-shadow: 0 1px 0 white; } + radio.button.flat, headerbar radio.titlebutton.button, + .titlebar radio.titlebutton.button { + -gtk-icon-shadow: none; } + +.view.radio:selected, calendar.radio:selected, +list-row:selected radio { + -gtk-icon-source: -gtk-scaled(url("assets/selected-radio-unchecked.png"), url("assets/selected-radio-unchecked@2.png")); } + +radio:hover { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-hover.png"), url("assets/radio-unchecked-hover@2.png")); + -gtk-icon-shadow: 0 1px 0 white; } + radio:hover.button.flat, headerbar radio.titlebutton.button:hover, + .titlebar radio.titlebutton.button:hover { + -gtk-icon-shadow: none; } + +.view.radio:hover:selected, calendar.radio:hover:selected, +list-row:selected radio:hover { + -gtk-icon-source: -gtk-scaled(url("assets/selected-radio-unchecked-hover.png"), url("assets/selected-radio-unchecked-hover@2.png")); } + +radio:active { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-active.png"), url("assets/radio-unchecked-active@2.png")); + -gtk-icon-shadow: 0 1px 0 white; } + radio:active.button.flat, headerbar radio.titlebutton.button:active, + .titlebar radio.titlebutton.button:active { + -gtk-icon-shadow: none; } + +.view.radio:active:selected, calendar.radio:active:selected, +list-row:selected radio:active { + -gtk-icon-source: -gtk-scaled(url("assets/selected-radio-unchecked-active.png"), url("assets/selected-radio-unchecked-active@2.png")); } + +radio:disabled { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive.png"), url("assets/radio-unchecked-insensitive@2.png")); + -gtk-icon-shadow: 0 1px 0 white; } + radio:disabled.button.flat, headerbar radio.titlebutton.button:disabled, + .titlebar radio.titlebutton.button:disabled { + -gtk-icon-shadow: none; } + +.view.radio:disabled:selected, calendar.radio:disabled:selected, +list-row:selected radio:disabled { + -gtk-icon-source: -gtk-scaled(url("assets/selected-radio-unchecked-insensitive.png"), url("assets/selected-radio-unchecked-insensitive@2.png")); } + +radio:backdrop { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-backdrop.png"), url("assets/radio-unchecked-backdrop@2.png")); + -gtk-icon-shadow: none; } + radio:backdrop.button.flat, headerbar radio.titlebutton.button:backdrop, + .titlebar radio.titlebutton.button:backdrop { + -gtk-icon-shadow: none; } + +.view.radio:backdrop:selected, calendar.radio:backdrop:selected, +list-row:selected radio:backdrop { + -gtk-icon-source: -gtk-scaled(url("assets/selected-radio-unchecked-backdrop.png"), url("assets/selected-radio-unchecked-backdrop@2.png")); } + +radio:backdrop:disabled { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-backdrop-insensitive.png"), url("assets/radio-unchecked-backdrop-insensitive@2.png")); + -gtk-icon-shadow: none; } + radio:backdrop:disabled.button.flat, headerbar radio.titlebutton.button:backdrop:disabled, + .titlebar radio.titlebutton.button:backdrop:disabled { + -gtk-icon-shadow: none; } + +.view.radio:backdrop:disabled:selected, calendar.radio:backdrop:disabled:selected, +list-row:selected radio:backdrop:disabled { + -gtk-icon-source: -gtk-scaled(url("assets/selected-radio-unchecked-backdrop-insensitive.png"), url("assets/selected-radio-unchecked-backdrop-insensitive@2.png")); } + +radio:indeterminate { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed.png"), url("assets/radio-mixed@2.png")); + -gtk-icon-shadow: 0 1px 0 white; } + radio:indeterminate.button.flat, headerbar radio.titlebutton.button:indeterminate, + .titlebar radio.titlebutton.button:indeterminate { + -gtk-icon-shadow: none; } + +.view.radio:indeterminate:selected, calendar.radio:indeterminate:selected, +list-row:selected radio:indeterminate { + -gtk-icon-source: -gtk-scaled(url("assets/selected-radio-mixed.png"), url("assets/selected-radio-mixed@2.png")); } + +radio:indeterminate:hover { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-hover.png"), url("assets/radio-mixed-hover@2.png")); + -gtk-icon-shadow: 0 1px 0 white; } + radio:indeterminate:hover.button.flat, headerbar radio.titlebutton.button:indeterminate:hover, + .titlebar radio.titlebutton.button:indeterminate:hover { + -gtk-icon-shadow: none; } + +.view.radio:indeterminate:hover:selected, calendar.radio:indeterminate:hover:selected, +list-row:selected radio:indeterminate:hover { + -gtk-icon-source: -gtk-scaled(url("assets/selected-radio-mixed-hover.png"), url("assets/selected-radio-mixed-hover@2.png")); } + +radio:indeterminate:selected { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-active.png"), url("assets/radio-mixed-active@2.png")); + -gtk-icon-shadow: 0 1px 0 white; } + radio:indeterminate:selected.button.flat, headerbar radio.titlebutton.button:indeterminate:selected, + .titlebar radio.titlebutton.button:indeterminate:selected { + -gtk-icon-shadow: none; } + +.view.radio:indeterminate:selected:selected, calendar.radio:indeterminate:selected, +list-row:selected radio:indeterminate:selected { + -gtk-icon-source: -gtk-scaled(url("assets/selected-radio-mixed-active.png"), url("assets/selected-radio-mixed-active@2.png")); } + +radio:indeterminate:backdrop { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-backdrop.png"), url("assets/radio-mixed-backdrop@2.png")); + -gtk-icon-shadow: none; } + radio:indeterminate:backdrop.button.flat, headerbar radio.titlebutton.button:indeterminate:backdrop, + .titlebar radio.titlebutton.button:indeterminate:backdrop { + -gtk-icon-shadow: none; } + +.view.radio:indeterminate:backdrop:selected, calendar.radio:indeterminate:backdrop:selected, +list-row:selected radio:indeterminate:backdrop { + -gtk-icon-source: -gtk-scaled(url("assets/selected-radio-mixed-backdrop.png"), url("assets/selected-radio-mixed-backdrop@2.png")); } + +radio:indeterminate:disabled { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive.png"), url("assets/radio-mixed-insensitive@2.png")); + -gtk-icon-shadow: 0 1px 0 white; } + radio:indeterminate:disabled.button.flat, headerbar radio.titlebutton.button:indeterminate:disabled, + .titlebar radio.titlebutton.button:indeterminate:disabled { + -gtk-icon-shadow: none; } + +.view.radio:indeterminate:disabled:selected, calendar.radio:indeterminate:disabled:selected, +list-row:selected radio:indeterminate:disabled { + -gtk-icon-source: -gtk-scaled(url("assets/selected-radio-mixed-insensitive.png"), url("assets/selected-radio-mixed-insensitive@2.png")); } + +radio:indeterminate:disabled:backdrop { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-backdrop-insensitive.png"), url("assets/radio-mixed-backdrop-insensitive@2.png")); + -gtk-icon-shadow: none; } + radio:indeterminate:disabled:backdrop.button.flat, headerbar radio.titlebutton.button:indeterminate:disabled:backdrop, + .titlebar radio.titlebutton.button:indeterminate:disabled:backdrop { + -gtk-icon-shadow: none; } + +.view.radio:indeterminate:disabled:backdrop:selected, calendar.radio:indeterminate:disabled:backdrop:selected, +list-row:selected radio:indeterminate:disabled:backdrop { + -gtk-icon-source: -gtk-scaled(url("assets/selected-radio-mixed-backdrop-insensitive.png"), url("assets/selected-radio-mixed-backdrop-insensitive@2.png")); } + +radio:checked { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked.png"), url("assets/radio-checked@2.png")); + -gtk-icon-shadow: 0 1px 0 white; } + radio:checked.button.flat, headerbar radio.titlebutton.button:checked, + .titlebar radio.titlebutton.button:checked { + -gtk-icon-shadow: none; } + +.view.radio:checked:selected, calendar.radio:checked:selected, +list-row:selected radio:checked { + -gtk-icon-source: -gtk-scaled(url("assets/selected-radio-checked.png"), url("assets/selected-radio-checked@2.png")); } + +radio:checked:disabled { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive.png"), url("assets/radio-checked-insensitive@2.png")); + -gtk-icon-shadow: 0 1px 0 white; } + radio:checked:disabled.button.flat, headerbar radio.titlebutton.button:checked:disabled, + .titlebar radio.titlebutton.button:checked:disabled { + -gtk-icon-shadow: none; } + +.view.radio:checked:disabled:selected, calendar.radio:checked:disabled:selected, +list-row:selected radio:checked:disabled { + -gtk-icon-source: -gtk-scaled(url("assets/selected-radio-checked-insensitive.png"), url("assets/selected-radio-checked-insensitive@2.png")); } + +radio:checked:hover { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-hover.png"), url("assets/radio-checked-hover@2.png")); + -gtk-icon-shadow: 0 1px 0 white; } + radio:checked:hover.button.flat, headerbar radio.titlebutton.button:checked:hover, + .titlebar radio.titlebutton.button:checked:hover { + -gtk-icon-shadow: none; } + +.view.radio:checked:hover:selected, calendar.radio:checked:hover:selected, +list-row:selected radio:checked:hover { + -gtk-icon-source: -gtk-scaled(url("assets/selected-radio-checked-hover.png"), url("assets/selected-radio-checked-hover@2.png")); } + +radio:checked:active { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-active.png"), url("assets/radio-checked-active@2.png")); + -gtk-icon-shadow: 0 1px 0 white; } + radio:checked:active.button.flat, headerbar radio.titlebutton.button:checked:active, + .titlebar radio.titlebutton.button:checked:active { + -gtk-icon-shadow: none; } + +.view.radio:checked:active:selected, calendar.radio:checked:active:selected, +list-row:selected radio:checked:active { + -gtk-icon-source: -gtk-scaled(url("assets/selected-radio-checked-active.png"), url("assets/selected-radio-checked-active@2.png")); } + +radio:backdrop:checked { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-backdrop.png"), url("assets/radio-checked-backdrop@2.png")); + -gtk-icon-shadow: none; } + radio:backdrop:checked.button.flat, headerbar radio.titlebutton.button:backdrop:checked, + .titlebar radio.titlebutton.button:backdrop:checked { + -gtk-icon-shadow: none; } + +.view.radio:backdrop:checked:selected, calendar.radio:backdrop:checked:selected, +list-row:selected radio:backdrop:checked { + -gtk-icon-source: -gtk-scaled(url("assets/selected-radio-checked-backdrop.png"), url("assets/selected-radio-checked-backdrop@2.png")); } + +radio:backdrop:checked:disabled { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-backdrop-insensitive.png"), url("assets/radio-checked-backdrop-insensitive@2.png")); + -gtk-icon-shadow: none; } + radio:backdrop:checked:disabled.button.flat, headerbar radio.titlebutton.button:backdrop:checked:disabled, + .titlebar radio.titlebutton.button:backdrop:checked:disabled { + -gtk-icon-shadow: none; } + +.view.radio:backdrop:checked:disabled:selected, calendar.radio:backdrop:checked:disabled:selected, +list-row:selected radio:backdrop:checked:disabled { + -gtk-icon-source: -gtk-scaled(url("assets/selected-radio-checked-backdrop-insensitive.png"), url("assets/selected-radio-checked-backdrop-insensitive@2.png")); } + +menu menuitem.radio { + -gtk-icon-source: -gtk-icontheme("radio-symbolic"); + color: #7d8084; + -gtk-icon-shadow: none; } + menu menuitem.radio:active, menu menuitem.radio:checked { + -gtk-icon-source: -gtk-icontheme("radio-checked-symbolic"); + color: #888888; } + menu menuitem.radio:indeterminate { + -gtk-icon-source: -gtk-icontheme("radio-mixed-symbolic"); } + menu menuitem.radio:hover { + color: #fcfcfc; } + menu menuitem.radio:disabled { + color: #c0c2c4; } + +.view.check, .view.radio, +list-row check, list-row radio { + -gtk-icon-shadow: none; } + .view.check:selected, calendar.check:selected, .view.check:hover, .view.radio:selected, calendar.radio:selected, .view.radio:hover, + list-row check:selected, + list-row check:hover, list-row radio:selected, list-row radio:hover { + -gtk-icon-shadow: none; } + +.content-view { + background-color: #dcdee0; } + .content-view:backdrop { + background-color: #dcdee0; } + +.view.content-view.check { + -gtk-icon-shadow: none; + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-selectionmode.png"), url("assets/checkbox-selectionmode@2.png")); + background-color: transparent; } + +.view.content-view.check:hover { + -gtk-icon-shadow: none; + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-hover-selectionmode.png"), url("assets/checkbox-hover-selectionmode@2.png")); + background-color: transparent; } + +.view.content-view.check:active { + -gtk-icon-shadow: none; + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-active-selectionmode.png"), url("assets/checkbox-active-selectionmode@2.png")); + background-color: transparent; } + +.view.content-view.check:backdrop { + -gtk-icon-shadow: none; + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-backdrop-selectionmode.png"), url("assets/checkbox-backdrop-selectionmode@2.png")); + background-color: transparent; } + +.view.content-view.check:checked { + -gtk-icon-shadow: none; + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-selectionmode.png"), url("assets/checkbox-checked-selectionmode@2.png")); + background-color: transparent; } + +.view.content-view.check:checked:hover { + -gtk-icon-shadow: none; + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-hover-selectionmode.png"), url("assets/checkbox-checked-hover-selectionmode@2.png")); + background-color: transparent; } + +.view.content-view.check:checked:active { + -gtk-icon-shadow: none; + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-active-selectionmode.png"), url("assets/checkbox-checked-active-selectionmode@2.png")); + background-color: transparent; } + +.view.content-view.check:backdrop:checked { + -gtk-icon-shadow: none; + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-backdrop-selectionmode.png"), url("assets/checkbox-checked-backdrop-selectionmode@2.png")); + background-color: transparent; } + +checkbutton.text-button, radiobutton.text-button { + padding: 1px 2px 4px; + outline-offset: 0; } + checkbutton.text-button:disabled, checkbutton.text-button:disabled:active, checkbutton.text-button:disabled:indeterminate, radiobutton.text-button:disabled, radiobutton.text-button:disabled:active, radiobutton.text-button:disabled:indeterminate { + color: #909396; } + checkbutton.text-button:disabled:backdrop, checkbutton.text-button:disabled:active:backdrop, checkbutton.text-button:disabled:indeterminate:backdrop, radiobutton.text-button:disabled:backdrop, radiobutton.text-button:disabled:active:backdrop, radiobutton.text-button:disabled:indeterminate:backdrop { + color: #c6cacd; } + +/************ + * GtkScale * + ************/ +scale { + -GtkRange-trough-border: 2; + outline-offset: -9px; + -gtk-outline-radius: 4px; } + scale.fine-tune { + outline-offset: -7px; + -gtk-outline-radius: 6px; } + scale.fine-tune trough { + margin: 8px; + border-radius: 4px; } + scale slider { + box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); + color: #363636; + border-color: #c2c2c2; + background-image: linear-gradient(to bottom, #f4f5f6, #eff0f1); + border: 1px solid; + border-radius: 50%; + border-color: #888888; + box-shadow: inset 0 1px white, inset 0 -2px #eff0f1, inset 0 -1px #d6dadc; } + scale slider:hover { + border-width: 2px; + color: #363636; + border-color: #888888; + background-image: linear-gradient(to bottom, #eff0f1, #eff0f1); + border-color: #A6A6A6; + border-radius: 50%; + box-shadow: inset 0 1px white, inset 0 -2px white, inset 0 -1px #e0e3e4; } + scale slider:disabled { + border-style: solid; + border-radius: 50%; + background-image: linear-gradient(to bottom, #e6e7e8); + box-shadow: none; } + scale slider:active { + border: 2px solid #888888; } + scale trough { + min-height: 4px; + min-width: 4px; + margin: 9px; + border: 1px solid transparent; + border-radius: 4px; + background-color: #c2c2c2; + box-shadow: none; } + scale trough highlight { + background-color: #888888; + border-color: transparent; + box-shadow: none; } + scale.vertical trough highlight { + background-color: #888888; } + scale trough:disabled, scale.vertical trough:disabled { + border-color: transparent; + background-image: none; + background-color: #e6e7e8; + box-shadow: none; } + .osd scale slider { + color: #363636; + border-color: #c2c2c2; + background-image: none; + background-color: #eff0f1; + background-clip: padding-box; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; + font-weight: normal; + background-color: #4f4f4f; } + .osd scale slider:hover { + color: #363636; + border-color: #888888; + background-image: none; + background-clip: padding-box; + text-shadow: none; + -gtk-icon-shadow: none; } + .osd scale slider:active { + color: #fcfcfc; + border-color: rgba(252, 252, 252, 0.8); + background-image: linear-gradient(to bottom, #888888, shade(#888888, 0.8)); + background-clip: padding-box; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; } + .osd scale slider:backdrop { + background-clip: padding-box; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; } + .osd scale trough { + border-color: transparent; + box-shadow: none; + margin: 9px; + background-color: #c2c2c2; + outline-color: rgba(49, 54, 59, 0.2); + outline-offset: -8px; } + .osd scale trough.fine-tune { + margin: 7px; } + .osd scale trough highlight { + background-image: none; + background-color: #888888; } + .osd scale trough:disabled, .osd scale trough:backdrop:disabled { + border-color: transparent; + background-color: transparent; } + .osd scale trough:backdrop { + border-color: transparent; + background-image: none; } + scale value { + color: alpha(currentColor,0.4); } + scale marks { + color: alpha(currentColor,0.4); } + scale.horizontal indicator { + min-height: 6px; + min-width: 1px; } + scale.horizontal.fine-tune indicator { + min-height: 3px; } + scale.vertical indicator { + min-height: 1px; + min-width: 6px; } + scale.vertical.fine-tune indicator { + min-width: 3px; } + scale.color.horizontal slider:hover, scale.color.horizontal slider:disabled, scale.color.horizontal slider, + scale.horizontal contents:first-child > trough > slider, + scale.horizontal contents:last-child > trough > slider { + margin: -10px; + border-style: none; + border-radius: 0; + background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-above.png"), url("assets/slider-horz-scale-has-marks-above@2.png")); + background-size: 16px; + background-color: transparent; + background-position: center; + background-repeat: no-repeat; + box-shadow: none; } + scale.color.horizontal slider:hover, + scale.horizontal contents:first-child > trough > slider:hover, + scale.horizontal contents:last-child > trough > slider:hover { + margin: -10px; + border-style: none; + border-radius: 0; + background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-above-hover.png"), url("assets/slider-horz-scale-has-marks-above-hover@2.png")); + background-size: 16px; + background-color: transparent; + background-position: center; + background-repeat: no-repeat; + box-shadow: none; } + scale.color.horizontal slider:active, + scale.horizontal contents:first-child > trough > slider:active, + scale.horizontal contents:last-child > trough > slider:active { + margin: -10px; + border-style: none; + border-radius: 0; + background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-above-active.png"), url("assets/slider-horz-scale-has-marks-above-active@2.png")); + background-size: 16px; + background-color: transparent; + background-position: center; + background-repeat: no-repeat; + box-shadow: none; } + scale.color.horizontal slider:disabled, + scale.horizontal contents:first-child > trough > slider:disabled, + scale.horizontal contents:last-child > trough > slider:disabled { + margin: -10px; + border-style: none; + border-radius: 0; + background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-above-insensitive.png"), url("assets/slider-horz-scale-has-marks-above-insensitive@2.png")); + background-color: transparent; + background-size: 16px; + background-position: center; + background-repeat: no-repeat; + box-shadow: none; } + scale.color.vertical:dir(ltr) slider:hover, scale.color.vertical:dir(ltr) slider:disabled, scale.color.vertical:dir(ltr) slider, + scale.color.vertical:dir(rtl) slider:hover, scale.color.vertical:dir(rtl) slider:disabled, scale.color.vertical:dir(rtl) slider, + scale.vertical contents:first-child > trough > slider, + scale.vertical contents:last-child > trough > slider { + margin: -10px; + border-style: none; + border-radius: 0; + background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-above.png"), url("assets/slider-vert-scale-has-marks-above@2.png")); + background-color: transparent; + background-size: 16px; + background-position: center; + background-repeat: no-repeat; + box-shadow: none; } + scale.color.vertical:dir(ltr) slider:hover, + scale.color.vertical:dir(rtl) slider:hover, + scale.vertical contents:first-child > trough > slider:hover, + scale.vertical contents:last-child > trough > slider:hover { + margin: -10px; + border-style: none; + border-radius: 0; + background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-above-hover.png"), url("assets/slider-vert-scale-has-marks-above-hover@2.png")); + background-color: transparent; + background-size: 16px; + background-position: center; + background-repeat: no-repeat; + box-shadow: none; } + scale.color.vertical:dir(ltr) slider:active, + scale.color.vertical:dir(rtl) slider:active, + scale.vertical contents:first-child > trough > slider:active, + scale.vertical contents:last-child > trough > slider:active { + margin: -10px; + border-style: none; + border-radius: 0; + background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-above-active.png"), url("assets/slider-vert-scale-has-marks-above-active@2.png")); + background-color: transparent; + background-size: 16px; + background-position: center; + background-repeat: no-repeat; + box-shadow: none; } + scale.color.vertical:dir(ltr) slider:disabled, + scale.color.vertical:dir(rtl) slider:disabled, + scale.vertical contents:first-child > trough > slider:disable, + scale.vertical contents:last-child > trough > slider:disabled { + margin: -10px; + border-style: none; + border-radius: 0; + background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-above-insensitive.png"), url("assets/slider-vert-scale-has-marks-above-insensitive@2.png")); + background-color: transparent; + background-size: 16px; + background-position: center; + background-repeat: no-repeat; + box-shadow: none; } + scale.color { + min-height: 0; + min-width: 0; } + scale.color trough { + background-image: linear-gradient(to top, #b0b0b0); + background-repeat: no-repeat; } + +/***************** + * Progress bars * + *****************/ +progressbar { + padding: 0; + font-size: smaller; + color: rgba(49, 54, 59, 0.4); + box-shadow: none; } + progressbar .osd { + -progressbar-xspacing: 0; + -progressbar-yspacing: 0; + -progressbar-min-horizontal-bar-height: 3; } + progressbar trough { + border: 1px solid transparent; + border-radius: 3px; + background-color: #c2c2c2; } + progressbar .osd trough { + border-style: none; + background-color: transparent; + box-shadow: none; } + +progressbar progress { + background-color: #888888; + border: 1px solid #888888; + border-radius: 0px; + box-shadow: none; } + progressbar.left progress { + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; } + progressbar.right progress { + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; } + progressbar.left.right progress { + box-shadow: none; } + progressbar.vertical.bottom progress { + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; + box-shadow: none; } + progressbar.vertical.top progress { + border-top-left-radius: 3px; + border-top-right-radius: 3px; } + progressbar .osd progress { + background-image: none; + background-color: #888888; + border-style: none; + border-radius: 0; } + +/************* + * Level Bar * + *************/ +levelbar.vertical { + -GtkLevelBar-min-block-width: 6; + -GtkLevelBar-min-block-height: 34; } + +levelbar { + box-shadow: none; + -GtkLevelBar-min-block-width: 34; + -GtkLevelBar-min-block-height: 6; } + levelbar.vertical { + -GtkLevelBar-min-block-width: 6; + -GtkLevelBar-min-block-height: 34; } + levelbar trough { + border: 1px solid transparent; + padding: 2px; + border-radius: 2px; + background-color: transparent; } + levelbar block.filled { + border: 1px solid #888888; + background-color: #888888; + box-shadow: none; + border-radius: 2px; } + levelbar.discrete.horizontal block.filled { + margin: 0 1px; } + levelbar.discrete.vertical block.filled { + margin: 1px 0; } + levelbar block.filled.high { + border-color: #11d116; + background-color: #11d116; } + levelbar block.filled.high:backdrop { + border-color: #11d116; } + levelbar block.filled.low { + border-color: #f67400; + background-color: #f67400; } + levelbar block.filled.low:backdrop { + border-color: #f67400; } + levelbar block.filled.empty { + background-color: #c2c2c2; + border-color: transparent; + box-shadow: none; } + +/********** + * Frames * + **********/ +frame { + border: 1px solid #c2c2c2; + padding: 0; } + frame.flat { + border-style: none; } + frame.action-bar { + padding: 6px; + border-width: 1px 0 0; } + +scrolledwindow viewport.frame, frame box stack scrolledwindow { + border-style: none; } + +.separator, placessidebar.sidebar .view .separator, +placessidebar.sidebar .view .separator:backdrop { + color: rgba(0, 0, 0, 0.1); } + filechooserbutton .separator.vertical, filechooserbutton placessidebar.sidebar .view .vertical.separator, placessidebar.sidebar .view filechooserbutton .vertical.separator, button.font .separator.vertical, button.font placessidebar.sidebar .view .vertical.separator, placessidebar.sidebar .view button.font .vertical.separator { + -GtkWidget-wide-separators: true; } + +/********* + * Lists * + *********/ +list, list-row { + background-color: #eff0f1; + border-width: 0px; + border-color: #888888; } + +list-row, +.grid-child { + padding: 0px 2px; + border-style: solid; + border-width: 0px; + border-color: #888888; } + +list-row.button, headerbar list-row.button.titlebutton, +.titlebar list-row.button.titlebutton, +list-row.button:backdrop, +list-row.button:backdrop:active, +list-row.button:backdrop:checked, +list-row.button:backdrop:disabled, +list-row.button:backdrop:disabled:active, +list-row.button:backdrop:disabled:checked, +list-row.button:disabled:active, +list-row.button:disabled:checked { + background-color: rgba(252, 252, 252, 0); + border-style: none; + border-radius: 0; + box-shadow: none; } + +list-row.button:hover { + background-color: rgba(190, 190, 190, 0.2); } +list-row.button:active { + box-shadow: none; } +list-row.button:selected:active { + box-shadow: inset 0 2px 3px -1px rgba(0, 0, 0, 0.5); } +list-row.button:selected:hover { + background-color: #3ca2d8; } +list-row.button:selected:backdrop { + background-color: #888888; } +list-row.button:backdrop:hover { + background-color: transparent; } + +list-row:selected button { + box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); + color: #363636; + border-color: #c2c2c2; + background-image: linear-gradient(to bottom, #f4f5f6, #eff0f1); + border-color: #888888; } + list-row:selected button.flat, list-row:selected headerbar .titlebutton.button, headerbar list-row:selected .titlebutton.button, + list-row:selected .titlebar .titlebutton.button, + .titlebar list-row:selected .titlebutton.button { + border-color: rgba(255, 255, 255, 0); + background-color: transparent; + background-image: none; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; + color: #fcfcfc; } + list-row:selected button:hover { + color: #363636; + border-color: #888888; + background-image: linear-gradient(to bottom, #eff0f1, #eff0f1); + border-color: #888888; } + list-row:selected button:active, list-row:selected button:checked { + color: #fcfcfc; + border-color: #c2c2c2; + background-image: linear-gradient(to bottom, #888888, shade(#888888, 0.8)); + border-color: #888888; } + list-row:selected button:backdrop, list-row:selected button.flat:backdrop, list-row:selected headerbar .titlebutton.button:backdrop, headerbar list-row:selected .titlebutton.button:backdrop, + list-row:selected .titlebar .titlebutton.button:backdrop, + .titlebar list-row:selected .titlebutton.button:backdrop { + color: #363636; + border-color: #c2c2c2; + background-image: linear-gradient(to bottom, #eff0f1); + text-shadow: none; + -gtk-icon-shadow: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0); + border-color: #888888; } + list-row:selected button:backdrop:active, list-row:selected button:backdrop:checked, list-row:selected button.flat:backdrop:active, list-row:selected headerbar .titlebutton.button:backdrop:active, headerbar list-row:selected .titlebutton.button:backdrop:active, + list-row:selected .titlebar .titlebutton.button:backdrop:active, + .titlebar list-row:selected .titlebutton.button:backdrop:active, list-row:selected button.flat:backdrop:checked, list-row:selected headerbar .titlebutton.button:backdrop:checked, headerbar list-row:selected .titlebutton.button:backdrop:checked, + list-row:selected .titlebar .titlebutton.button:backdrop:checked, + .titlebar list-row:selected .titlebutton.button:backdrop:checked { + color: #c0c2c4; + border-color: #c2c8cb; + background-image: linear-gradient(to bottom, #dfe2e4); + box-shadow: inset 0 1px rgba(255, 255, 255, 0); + border-color: #888888; } + list-row:selected button:backdrop:disabled, list-row:selected button.flat:backdrop:disabled, list-row:selected headerbar .titlebutton.button:backdrop:disabled, headerbar list-row:selected .titlebutton.button:backdrop:disabled, + list-row:selected .titlebar .titlebutton.button:backdrop:disabled, + .titlebar list-row:selected .titlebutton.button:backdrop:disabled { + color: #c6cacd; + border-color: #c2c8cb; + background-image: linear-gradient(to bottom, #e6e7e8); + text-shadow: none; + -gtk-icon-shadow: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0); + border-color: #888888; } + list-row:selected button:backdrop:disabled > .label, list-row:selected headerbar button.titlebutton:backdrop:disabled > .label, + list-row:selected .titlebar button.titlebutton:backdrop:disabled > .label, list-row:selected button.flat:backdrop:disabled > .label, list-row:selected headerbar .titlebutton.button:backdrop:disabled > .label, headerbar list-row:selected .titlebutton.button:backdrop:disabled > .label, + list-row:selected .titlebar .titlebutton.button:backdrop:disabled > .label, + .titlebar list-row:selected .titlebutton.button:backdrop:disabled > .label { + color: inherit; } + list-row:selected button:backdrop:disabled:active, list-row:selected button:backdrop:disabled:checked, list-row:selected button.flat:backdrop:disabled:active, list-row:selected headerbar .titlebutton.button:backdrop:disabled:active, headerbar list-row:selected .titlebutton.button:backdrop:disabled:active, + list-row:selected .titlebar .titlebutton.button:backdrop:disabled:active, + .titlebar list-row:selected .titlebutton.button:backdrop:disabled:active, list-row:selected button.flat:backdrop:disabled:checked, list-row:selected headerbar .titlebutton.button:backdrop:disabled:checked, headerbar list-row:selected .titlebutton.button:backdrop:disabled:checked, + list-row:selected .titlebar .titlebutton.button:backdrop:disabled:checked, + .titlebar list-row:selected .titlebutton.button:backdrop:disabled:checked { + color: #c6cacd; + border-color: #c2c8cb; + background-image: linear-gradient(to bottom, #d9dadc); + border-color: #888888; } + list-row:selected button:backdrop:disabled:active > .label, list-row:selected headerbar button.titlebutton:backdrop:disabled:active > .label, + list-row:selected .titlebar button.titlebutton:backdrop:disabled:active > .label, list-row:selected button:backdrop:disabled:checked > .label, list-row:selected headerbar button.titlebutton:backdrop:disabled:checked > .label, + list-row:selected .titlebar button.titlebutton:backdrop:disabled:checked > .label, list-row:selected button.flat:backdrop:disabled:active > .label, list-row:selected headerbar .titlebutton.button:backdrop:disabled:active > .label, headerbar list-row:selected .titlebutton.button:backdrop:disabled:active > .label, + list-row:selected .titlebar .titlebutton.button:backdrop:disabled:active > .label, + .titlebar list-row:selected .titlebutton.button:backdrop:disabled:active > .label, list-row:selected button.flat:backdrop:disabled:checked > .label, list-row:selected headerbar .titlebutton.button:backdrop:disabled:checked > .label, headerbar list-row:selected .titlebutton.button:backdrop:disabled:checked > .label, + list-row:selected .titlebar .titlebutton.button:backdrop:disabled:checked > .label, + .titlebar list-row:selected .titlebutton.button:backdrop:disabled:checked > .label { + color: inherit; } + list-row:selected button.flat:backdrop, list-row:selected headerbar .titlebutton.button:backdrop, headerbar list-row:selected .titlebutton.button:backdrop, + list-row:selected .titlebar .titlebutton.button:backdrop, + .titlebar list-row:selected .titlebutton.button:backdrop { + border-color: rgba(255, 255, 255, 0); + background-color: transparent; + background-image: none; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; + color: white; } + list-row:selected button:disabled { + color: #909396; + border-color: #c2c2c2; + background-image: linear-gradient(to bottom, #e6e7e8); + text-shadow: none; + -gtk-icon-shadow: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0); + border-color: #888888; } + list-row:selected button:disabled > .label, list-row:selected headerbar button.titlebutton:disabled > .label, + list-row:selected .titlebar button.titlebutton:disabled > .label { + color: inherit; } + list-row:selected button:disabled:active, list-row:selected button:disabled:checked { + color: #909396; + border-color: #c2c2c2; + background-image: linear-gradient(to bottom, #e2e3e5, #e6e7e8); } + list-row:selected button:disabled:active > .label, list-row:selected headerbar button.titlebutton:disabled:active > .label, + list-row:selected .titlebar button.titlebutton:disabled:active > .label, list-row:selected button:disabled:checked > .label, list-row:selected headerbar button.titlebutton:disabled:checked > .label, + list-row:selected .titlebar button.titlebutton:disabled:checked > .label { + color: inherit; } + +list-row, list-row.button, headerbar list-row.button.titlebutton, +.titlebar list-row.button.titlebutton { + transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } + list-row:hover, list-row.button:hover, headerbar list-row.button.titlebutton:hover, + .titlebar list-row.button.titlebutton:hover { + transition: none; } + +/********************* + * App Notifications * + *********************/ +.app-notification, +.app-notification.frame { + padding: 10px; + border: none; + border-radius: 0 0 3px 3px; + background-color: rgba(252, 252, 252, 0.8); + background-image: none; + background-clip: padding-box; } + .app-notification:backdrop, + .app-notification.frame:backdrop { + background-image: none; } + .app-notification button, .app-notification headerbar button.titlebutton, headerbar .app-notification button.titlebutton, + .app-notification .titlebar button.titlebutton, + .titlebar .app-notification button.titlebutton, + .app-notification.frame button { + color: #363636; + border-color: #c2c2c2; + background-image: none; + background-color: #eff0f1; + background-clip: padding-box; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; + font-weight: normal; } + .app-notification button.flat, .app-notification headerbar .titlebutton.button, headerbar .app-notification .titlebutton.button, + .app-notification .titlebar .titlebutton.button, + .titlebar .app-notification .titlebutton.button, + .app-notification.frame button.flat, + .app-notification.frame headerbar .titlebutton.button, + headerbar .app-notification.frame .titlebutton.button, + .app-notification.frame .titlebar .titlebutton.button, + .titlebar .app-notification.frame .titlebutton.button { + -gtk-icon-shadow: 0 1px black; + text-shadow: 0 1px black; } + .app-notification button:hover, + .app-notification.frame button:hover { + color: #363636; + border-color: #888888; + background-image: none; + background-clip: padding-box; + text-shadow: none; + -gtk-icon-shadow: none; } + .app-notification button:active, .app-notification button:checked, .app-notification button:backdrop:active, .app-notification button:backdrop:checked, + .app-notification.frame button:active, + .app-notification.frame button:checked, + .app-notification.frame button:backdrop:active, + .app-notification.frame button:backdrop:checked { + color: #fcfcfc; + border-color: rgba(252, 252, 252, 0.8); + background-image: linear-gradient(to bottom, #888888, shade(#888888, 0.8)); + background-clip: padding-box; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; } + .app-notification button:disabled, .app-notification button:backdrop:disabled, + .app-notification.frame button:disabled, + .app-notification.frame button:backdrop:disabled { + color: #909396; + border-color: #e6e7e8; + background-image: none; + background-clip: padding-box; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; } + .app-notification button:backdrop, + .app-notification.frame button:backdrop { + background-clip: padding-box; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; } + +/************* + * Expanders * + *************/ +treeview.view expander { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } + treeview.view expander:dir(rtl) { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } + treeview.view expander:hover { + color: #77838e; } + treeview.view expander:checked { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } + +/************ + * Calendar * + ***********/ +calendar { + color: #363636; + border: 1px solid #c2c2c2; } + calendar.header { + border: 1px solid rgba(0, 0, 0, 0.1); + border-radius: 0; } + calendar.header:backdrop { + border-color: rgba(0, 0, 0, 0.1); } + calendar.button, headerbar calendar.button.titlebutton, + .titlebar calendar.button.titlebutton { + color: rgba(49, 54, 59, 0.45); } + calendar.button:hover, headerbar calendar.button.titlebutton:hover, + .titlebar calendar.button.titlebutton:hover { + color: #363636; } + calendar.button:backdrop, headerbar calendar.button.titlebutton:backdrop, + .titlebar calendar.button.titlebutton:backdrop { + color: rgba(192, 194, 196, 0.45); } + calendar:indeterminate, calendar:indeterminate:backdrop, calendar.highlight, calendar.highlight:backdrop { + color: alpha(currentColor,0.55); } + calendar:backdrop { + color: #363636; + border-color: #c2c8cb; } + +/*********** + * Dialogs * + ***********/ +message-dialog { + -GtkDialog-button-spacing: 8; + -GtkDialog-action-area-border: 8; } + message-dialog.background { + background-color: #eff0f1; } + message-dialog .titlebar { + box-shadow: none; } + message-dialog.csd.background { + border-bottom-left-radius: 0px; + border-bottom-right-radius: 0px; } + message-dialog.csd .dialog-action-area button { + border-radius: 0; + box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); + color: #363636; + border-color: #c2c2c2; + background-image: linear-gradient(to bottom, #f4f5f6, #eff0f1); } + message-dialog.csd .dialog-action-area button:hover { + color: #363636; + border-color: #888888; + background-image: linear-gradient(to bottom, #eff0f1, #eff0f1); } + message-dialog.csd .dialog-action-area button:active { + color: #fcfcfc; + border-color: #c2c2c2; + background-image: linear-gradient(to bottom, #888888, shade(#888888, 0.8)); } + message-dialog.csd .dialog-action-area button:disabled { + color: #909396; + border-color: #c2c2c2; + background-image: linear-gradient(to bottom, #e6e7e8); + text-shadow: none; + -gtk-icon-shadow: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0); } + message-dialog.csd .dialog-action-area button:disabled > .label, message-dialog.csd .dialog-action-area headerbar button.titlebutton:disabled > .label, + message-dialog.csd .dialog-action-area .titlebar button.titlebutton:disabled > .label { + color: inherit; } + message-dialog.csd .dialog-action-area button:backdrop { + color: #363636; + border-color: #c2c2c2; + background-image: linear-gradient(to bottom, #eff0f1); + text-shadow: none; + -gtk-icon-shadow: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0); } + message-dialog.csd .dialog-action-area button:backdrop:disabled { + color: #c6cacd; + border-color: #c2c8cb; + background-image: linear-gradient(to bottom, #e6e7e8); + text-shadow: none; + -gtk-icon-shadow: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0); } + message-dialog.csd .dialog-action-area button:backdrop:disabled > .label, message-dialog.csd .dialog-action-area headerbar button.titlebutton:backdrop:disabled > .label, + message-dialog.csd .dialog-action-area .titlebar button.titlebutton:backdrop:disabled > .label { + color: inherit; } + message-dialog.csd .dialog-action-area button.suggested-action { + box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); + color: white; + border-color: #888888; + background-image: linear-gradient(to bottom, #989898, #888888); } + message-dialog.csd .dialog-action-area button.suggested-action:hover { + color: white; + border-color: #888888; + background-image: linear-gradient(to bottom, #888888, #888888); } + message-dialog.csd .dialog-action-area button.suggested-action:active { + color: white; + border-color: #888888; + background-image: linear-gradient(to bottom, #888888, shade(#888888, 0.8)); } + message-dialog.csd .dialog-action-area button.suggested-action:backdrop { + color: white; + border-color: #888888; + background-image: linear-gradient(to bottom, #888888); + text-shadow: none; + -gtk-icon-shadow: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0); } + message-dialog.csd .dialog-action-area button.suggested-action:backdrop:disabled { + color: #c6cacd; + border-color: #c2c8cb; + background-image: linear-gradient(to bottom, #e6e7e8); + text-shadow: none; + -gtk-icon-shadow: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0); } + message-dialog.csd .dialog-action-area button.suggested-action:backdrop:disabled > .label, message-dialog.csd .dialog-action-area headerbar .suggested-action.button.titlebutton:backdrop:disabled > .label, + message-dialog.csd .dialog-action-area .titlebar .suggested-action.button.titlebutton:backdrop:disabled > .label { + color: inherit; } + message-dialog.csd .dialog-action-area button.suggested-action:disabled { + background-color: #4f4f4f; + color: shade(#fcfcfc, 0.5); } + message-dialog.csd .dialog-action-area button.destructive-action { + box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); + color: white; + border-color: #ef2929; + background-image: linear-gradient(to bottom, #f03232, #ef2929); } + message-dialog.csd .dialog-action-area button.destructive-action:hover { + color: white; + border-color: #ef2929; + background-image: linear-gradient(to bottom, #ef2929, #ef2929); } + message-dialog.csd .dialog-action-area button.destructive-action:active { + color: white; + border-color: #ef2929; + background-image: linear-gradient(to bottom, #ef2929, shade(#ef2929, 0.8)); } + message-dialog.csd .dialog-action-area button.destructive-action:backdrop { + color: white; + border-color: #ef2929; + background-image: linear-gradient(to bottom, #ef2929); + text-shadow: none; + -gtk-icon-shadow: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0); } + message-dialog.csd .dialog-action-area button.destructive-action:backdrop:disabled { + color: #c6cacd; + border-color: #c2c8cb; + background-image: linear-gradient(to bottom, #e6e7e8); + text-shadow: none; + -gtk-icon-shadow: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0); } + message-dialog.csd .dialog-action-area button.destructive-action:backdrop:disabled > .label, message-dialog.csd .dialog-action-area headerbar .destructive-action.button.titlebutton:backdrop:disabled > .label, + message-dialog.csd .dialog-action-area .titlebar .destructive-action.button.titlebutton:backdrop:disabled > .label { + color: inherit; } + message-dialog.csd .dialog-action-area button.destructive-action:disabled { + background-color: #4f4f4f; + color: shade(#fcfcfc, 0.5); } +filechooser .search-bar { + background-color: #eff0f1; + border-color: #eff0f1; + box-shadow: none; } + filechooser .search-bar:backdrop { + background-color: white; + border-color: #eff0f1; } +filechooser .dialog-action-box { + border-top: 1px solid #c2c2c2; } + filechooser .dialog-action-box:backdrop { + border-top-color: #c2c8cb; } + +/*********** + * Sidebar * + ***********/ +.sidebar { + border: none; + background-color: #eff0f1; } + +placessidebar.sidebar .view { + color: #363636; + background-color: transparent; } + placessidebar.sidebar .view .image { + color: #6a6e72; } + placessidebar.sidebar .view .image:selected { + color: #e9f4fa; } + placessidebar.sidebar .view .image:selected:backdrop { + color: #e9f4fa; } + placessidebar.sidebar .view .image:disabled { + color: #adafb1; } + placessidebar.sidebar .view .image:backdrop { + color: #ced0d2; } + placessidebar.sidebar .view .image:backdrop:disabled { + color: #d2d5d8; } + placessidebar.sidebar .view:disabled { + color: #909396; } + placessidebar.sidebar .view:backdrop { + color: #c0c2c4; } + placessidebar.sidebar .view:backdrop:disabled { + color: #c6cacd; } + +.sidebar-item { + padding: 10px 4px; } + .sidebar-item > .label { + padding-left: 6px; + padding-right: 6px; } + .sidebar-item.needs-attention > .label { + background-size: 6px 6px, 0 0; } + +/********* + * Paned * + *********/ +paned { + -paned-handle-size: 1; + -gtk-icon-source: none; + margin: 0 8px 8px 0; } + paned:dir(rtl) { + margin-right: 0; + margin-left: 8px; } + paned .pane-separator { + background-color: #c2c2c2; } + paned .pane-separator:backdrop { + background-color: #c2c8cb; } + +paned.wide { + -paned-handle-size: 5; + margin: 0; } + paned.wide .pane-separator { + background-color: transparent; + border-style: none solid; + border-color: #c2c2c2; + border-width: 1px; } + paned.wide.vertical .pane-separator { + border-style: solid none; } + paned.wide .pane-separator:backdrop { + border-color: #c2c8cb; } + +/************** + * infobar * + **************/ +infobar { + border-style: none; } + +.info, +.question, +.warning, +.error { + background-color: #4f4f4f; + color: #fcfcfc; + text-shadow: none; + border-color: #6A6865; } + .info button, .info headerbar button.titlebutton, headerbar .info button.titlebutton, + .info .titlebar button.titlebutton, + .titlebar .info button.titlebutton, + .question button, + .question headerbar button.titlebutton, + headerbar .question button.titlebutton, + .question .titlebar button.titlebutton, + .titlebar .question button.titlebutton, + .warning button, + .warning headerbar button.titlebutton, + headerbar .warning button.titlebutton, + .warning .titlebar button.titlebutton, + .titlebar .warning button.titlebutton, + .error button, + .error headerbar button.titlebutton, + headerbar .error button.titlebutton, + .error .titlebar button.titlebutton, + .titlebar .error button.titlebutton { + box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); + color: #fcfcfc; + border-color: #888888; + background-image: linear-gradient(to bottom, #989898, #888888); } + .info button:hover, + .question button:hover, + .warning button:hover, + .error button:hover { + color: #fcfcfc; + border-color: #888888; + background-image: linear-gradient(to bottom, #888888, #888888); } + .info button:active, + .question button:active, + .warning button:active, + .error button:active { + color: #fcfcfc; + border-color: #888888; + background-image: linear-gradient(to bottom, #888888, shade(#888888, 0.8)); } + .info button:disabled, + .question button:disabled, + .warning button:disabled, + .error button:disabled { + color: #abdbf4; + border-color: #888888; + background-image: linear-gradient(to bottom, #5abaec); + text-shadow: none; + -gtk-icon-shadow: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0); } + .info button:disabled > .label, .info headerbar button.titlebutton:disabled > .label, + .info .titlebar button.titlebutton:disabled > .label, + .question button:disabled > .label, + .question headerbar button.titlebutton:disabled > .label, + .question .titlebar button.titlebutton:disabled > .label, + .warning button:disabled > .label, + .warning headerbar button.titlebutton:disabled > .label, + .warning .titlebar button.titlebutton:disabled > .label, + .error button:disabled > .label, + .error headerbar button.titlebutton:disabled > .label, + .error .titlebar button.titlebutton:disabled > .label { + color: inherit; } + .info button:backdrop, + .question button:backdrop, + .warning button:backdrop, + .error button:backdrop { + color: #fcfcfc; + border-color: #888888; + background-image: linear-gradient(to bottom, #888888); + text-shadow: none; + -gtk-icon-shadow: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0); + border-color: #888888; } + .info button:backdrop:disabled, + .question button:backdrop:disabled, + .warning button:backdrop:disabled, + .error button:backdrop:disabled { + color: #93d1f2; + border-color: #5abaec; + background-image: linear-gradient(to bottom, #5abaec); + text-shadow: none; + -gtk-icon-shadow: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0); + border-color: #888888; } + .info button:backdrop:disabled > .label, .info headerbar button.titlebutton:backdrop:disabled > .label, + .info .titlebar button.titlebutton:backdrop:disabled > .label, + .question button:backdrop:disabled > .label, + .question headerbar button.titlebutton:backdrop:disabled > .label, + .question .titlebar button.titlebutton:backdrop:disabled > .label, + .warning button:backdrop:disabled > .label, + .warning headerbar button.titlebutton:backdrop:disabled > .label, + .warning .titlebar button.titlebutton:backdrop:disabled > .label, + .error button:backdrop:disabled > .label, + .error headerbar button.titlebutton:backdrop:disabled > .label, + .error .titlebar button.titlebutton:backdrop:disabled > .label { + color: inherit; } + .info .label:selected, + .info .label:selected:focus, + .info .label:selected:hover, + .question .label:selected, + .question .label:selected:focus, + .question .label:selected:hover, + .warning .label:selected, + .warning .label:selected:focus, + .warning .label:selected:hover, + .error .label:selected, + .error .label:selected:focus, + .error .label:selected:hover { + background-color: #6A6865; } + +/************ + * Tooltips * + ************/ +tooltip { + color: white; + padding: 4px; + /* not working */ + border-radius: 5px; + box-shadow: none; + text-shadow: 0 1px black; } + tooltip.background { + background-color: rgba(0, 0, 0, 0.8); + background-clip: padding-box; + border: 1px solid rgba(255, 255, 255, 0.1); } + tooltip.window-frame.csd { + background-color: transparent; } + +tooltip * { + padding: 4px; + background-color: transparent; + color: inherit; } + +/***************** + * Color Chooser * + *****************/ +colorswatch { + box-shadow: inset 0 1px rgba(0, 0, 0, 0.1), 0 1px white; } + :selected colorswatch { + box-shadow: none; } + :selected colorswatch.overlay, :selected colorswatch.overlay:hover { + border-color: #fcfcfc; } + colorswatch:selected { + box-shadow: inset 0 1px rgba(0, 0, 0, 0.1), 0 1px white; } + colorswatch.top { + border-top-left-radius: 6px; + border-top-right-radius: 6px; } + colorswatch.bottom { + border-bottom-left-radius: 6px; + border-bottom-right-radius: 6px; } + colorswatch.left, colorswatch:first-child:not(.overlay):not(.top) { + border-top-left-radius: 6px; + border-bottom-left-radius: 6px; } + colorswatch.right, colorswatch:last-child:not(.overlay):not(.bottom) { + border-top-right-radius: 6px; + border-bottom-right-radius: 6px; } + colorswatch:only-child:not(.overlay) { + border-radius: 6px; } + colorswatch.top > .overlay { + border-top-left-radius: 5px; + border-top-right-radius: 5px; } + colorswatch.bottom > .overlay { + border-bottom-left-radius: 5px; + border-bottom-right-radius: 5px; } + colorswatch:first-child:not(.top) > .overlay { + border-top-left-radius: 5px; + border-bottom-left-radius: 5px; } + colorswatch:last-child:not(.bottom) > .overlay { + border-top-right-radius: 5px; + border-bottom-right-radius: 5px; } + colorswatch:only-child > .overlay { + border-radius: 5px; } + colorswatch:hover, colorswatch:hover:selected { + background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0) 50%); + box-shadow: inset 0 1px rgba(255, 255, 255, 0.4), inset 0 -1px rgba(0, 0, 0, 0.1); } + colorswatch:hover.color-dark, colorswatch:hover:selected.color-dark { + background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0) 50%); } + colorswatch:backdrop, colorswatch:backdrop:selected + colorswatch.color-dark:backdrop, colorswatch.color-dark:backdrop:selected { + background-image: none; + box-shadow: none; } + colorchooser colorswatch { + border-radius: 3px; } + colorchooser colorswatch:hover { + background-image: none; + box-shadow: inset 0 1px rgba(0, 0, 0, 0.1), 0 1px white; } + colorchooser colorswatch:backdrop { + box-shadow: none; } + colorswatch.color-dark { + color: white; + outline-color: rgba(0, 0, 0, 0.3); } + colorswatch.color-dark:backdrop { + color: rgba(255, 255, 255, 0.3); } + colorswatch.color-light { + color: black; + outline-color: rgba(255, 255, 255, 0.5); } + colorswatch.color-light:backdrop { + color: rgba(0, 0, 0, 0.3); } + colorswatch.overlay, colorswatch.overlay:selected { + border: 1px solid rgba(0, 0, 0, 0.3); } + colorswatch.overlay:hover, colorswatch.overlay:selected:hover { + border-color: rgba(0, 0, 0, 0.5); } + colorswatch#add-color-button { + border-style: solid; + border-width: 1px; + box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); + color: #363636; + border-color: #c2c2c2; + background-image: linear-gradient(to bottom, #f4f5f6, #eff0f1); } + colorswatch#add-color-button:hover { + color: #363636; + border-color: #888888; + background-image: linear-gradient(to bottom, #eff0f1, #eff0f1); } + colorswatch#add-color-button:backdrop { + color: #363636; + border-color: #c2c2c2; + background-image: linear-gradient(to bottom, #eff0f1); + text-shadow: none; + -gtk-icon-shadow: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); } + colorswatch#add-color-button .overlay { + border-color: rgba(255, 255, 255, 0); + background-color: transparent; + background-image: none; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; } + +/******** + * Misc * + ********/ +scale-popup button, scale-popup headerbar button.titlebutton, headerbar scale-popup button.titlebutton, +scale-popup .titlebar button.titlebutton, +.titlebar scale-popup button.titlebutton { + padding: 6px; } + scale-popup button:hover { + background-color: rgba(49, 54, 59, 0.1); + border-radius: 5px; } + +/********************** + * Window Decorations * + *********************/ +.window-frame { + border-width: 0; + box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.5); + /* this is used for the resize cursor area */ + margin: 10px; } + .window-frame:backdrop { + box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.5); } + .window-frame.tiled { + border-radius: 0; } + .window-frame.popup { + box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.1); } + .window-frame.ssd { + box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.1); } + .window-frame.csd.popup { + border-radius: 0; + box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.1); } + .window-frame.csd.tooltip { + border-radius: 5px; + box-shadow: none; } + .window-frame.csd.message-dialog { + border-radius: 7px; + box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.5); } + .window-frame.solid-csd { + border-radius: 0; + margin: 1px; + background-color: #4f4f4f; + border: 0; + box-shadow: none; } + +headerbar .titlebutton.button, +.titlebar .titlebutton.button { + padding: 2px; } + headerbar .titlebutton.button:backdrop, + .titlebar .titlebutton.button:backdrop { + -gtk-icon-shadow: none; } + headerbar .titlebutton.close.button, + .titlebar .titlebutton.close.button { + color: transparent; + border-image: none; + box-shadow: none; + background-position: center; + background-repeat: no-repeat; + background-image: -gtk-scaled(url("assets/titlebutton-close.png"), url("assets/titlebutton-close@2.png")); } + headerbar .titlebutton.close.button:hover, + .titlebar .titlebutton.close.button:hover { + border-color: transparent; + background-color: transparent; + background-image: -gtk-scaled(url("assets/titlebutton-close-hover.png"), url("assets/titlebutton-close-hover@2.png")); } + headerbar .titlebutton.close.button:active, + .titlebar .titlebutton.close.button:active { + border-color: transparent; + background-color: transparent; + background-image: -gtk-scaled(url("assets/titlebutton-close-active.png"), url("assets/titlebutton-close-active@2.png")); } + headerbar .titlebutton.close.button:backdrop, + .titlebar .titlebutton.close.button:backdrop { + border-color: transparent; + background-color: transparent; + background-image: -gtk-scaled(url("assets/titlebutton-close-backdrop.png"), url("assets/titlebutton-close-backdrop@2.png")); } + headerbar .titlebutton.maximize.button, + .titlebar .titlebutton.maximize.button { + color: transparent; + border-image: none; + box-shadow: none; + background-position: center; + background-repeat: no-repeat; + background-image: -gtk-scaled(url("assets/titlebutton-maximize.png"), url("assets/titlebutton-maximize@2.png")); } + headerbar .titlebutton.maximize.button:hover, + .titlebar .titlebutton.maximize.button:hover { + border-color: transparent; + background-color: transparent; + background-image: -gtk-scaled(url("assets/titlebutton-maximize-hover.png"), url("assets/titlebutton-maximize-hover@2.png")); } + headerbar .titlebutton.maximize.button:active, + .titlebar .titlebutton.maximize.button:active { + border-color: transparent; + background-color: transparent; + background-image: -gtk-scaled(url("assets/titlebutton-maximize-active.png"), url("assets/titlebutton-maximize-active@2.png")); } + headerbar .titlebutton.maximize.button:backdrop, + .titlebar .titlebutton.maximize.button:backdrop { + border-color: transparent; + background-color: transparent; + background-image: -gtk-scaled(url("assets/titlebutton-maximize-backdrop.png"), url("assets/titlebutton-maximize-backdrop@2.png")); } + headerbar .titlebutton.minimize.button, + .titlebar .titlebutton.minimize.button { + color: transparent; + border-image: none; + box-shadow: none; + background-position: center; + background-repeat: no-repeat; + background-image: -gtk-scaled(url("assets/titlebutton-minimize.png"), url("assets/titlebutton-minimize@2.png")); } + headerbar .titlebutton.minimize.button:hover, + .titlebar .titlebutton.minimize.button:hover { + border-color: transparent; + background-color: transparent; + background-image: -gtk-scaled(url("assets/titlebutton-minimize-hover.png"), url("assets/titlebutton-minimize-hover@2.png")); } + headerbar .titlebutton.minimize.button:active, + .titlebar .titlebutton.minimize.button:active { + border-color: transparent; + background-color: transparent; + background-image: -gtk-scaled(url("assets/titlebutton-minimize-active.png"), url("assets/titlebutton-minimize-active@2.png")); } + headerbar .titlebutton.minimize.button:backdrop, + .titlebar .titlebutton.minimize.button:backdrop { + border-color: transparent; + background-color: transparent; + background-image: -gtk-scaled(url("assets/titlebutton-minimize-backdrop.png"), url("assets/titlebutton-minimize-backdrop@2.png")); } + +headerbar.selection-mode .titlebutton.button, +.titlebar.selection-mode .titlebutton.button { + text-shadow: none; } + headerbar.selection-mode .titlebutton.button:backdrop, + .titlebar.selection-mode .titlebutton.button:backdrop { + -gtk-icon-shadow: none; } + +textview text selection, .view selection, .view:selected, calendar:selected, .label:selected, .label:selected:focus, .label:selected:hover, .grid-child:selected, entry:selected, entry:selected:focus, menuitem.button.flat:selected, headerbar menuitem.titlebutton.button:selected, +.titlebar menuitem.titlebutton.button:selected, list-row:selected, .sidebar:selected, placessidebar.sidebar .view:selected, placessidebar.sidebar calendar:selected { + background-color: #888888; + color: #fcfcfc; + outline-color: rgba(252, 252, 252, 0.3); } + +/* Decouple the font of context menus from their entry/textview */ +.touch-selection, +.context-menu { + font: initial; } + +.monospace { + font: Monospace; } + +.overshoot.top { + background-image: -gtk-gradient(radial, center top, 0, center top, 0.5, to(#a1aab0), to(rgba(161, 170, 176, 0))), -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(49, 54, 59, 0.07)), to(rgba(49, 54, 59, 0))); + background-size: 100% 5%, 100% 100%; + background-repeat: no-repeat; + background-position: center top; + background-color: transparent; + border: none; + box-shadow: none; } + .overshoot.top:backdrop { + background-image: -gtk-gradient(radial, center top, 0, center top, 0.5, to(#c2c8cb), to(rgba(194, 200, 203, 0))); + background-size: 100% 5%; + background-repeat: no-repeat; + background-position: center top; + background-color: transparent; + border: none; + box-shadow: none; } +.overshoot.bottom { + background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#a1aab0), to(rgba(161, 170, 176, 0))), -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(49, 54, 59, 0.07)), to(rgba(49, 54, 59, 0))); + background-size: 100% 5%, 100% 100%; + background-repeat: no-repeat; + background-position: center bottom; + background-color: transparent; + border: none; + box-shadow: none; } + .overshoot.bottom:backdrop { + background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#c2c8cb), to(rgba(194, 200, 203, 0))); + background-size: 100% 5%; + background-repeat: no-repeat; + background-position: center bottom; + background-color: transparent; + border: none; + box-shadow: none; } +.overshoot.left { + background-image: -gtk-gradient(radial, left center, 0, left center, 0.5, to(#a1aab0), to(rgba(161, 170, 176, 0))), -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(49, 54, 59, 0.07)), to(rgba(49, 54, 59, 0))); + background-size: 5% 100%, 100% 100%; + background-repeat: no-repeat; + background-position: left center; + background-color: transparent; + border: none; + box-shadow: none; } + .overshoot.left:backdrop { + background-image: -gtk-gradient(radial, left center, 0, left center, 0.5, to(#c2c8cb), to(rgba(194, 200, 203, 0))); + background-size: 5% 100%; + background-repeat: no-repeat; + background-position: left center; + background-color: transparent; + border: none; + box-shadow: none; } +.overshoot.right { + background-image: -gtk-gradient(radial, right center, 0, right center, 0.5, to(#a1aab0), to(rgba(161, 170, 176, 0))), -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(49, 54, 59, 0.07)), to(rgba(49, 54, 59, 0))); + background-size: 5% 100%, 100% 100%; + background-repeat: no-repeat; + background-position: right center; + background-color: transparent; + border: none; + box-shadow: none; } + .overshoot.right:backdrop { + background-image: -gtk-gradient(radial, right center, 0, right center, 0.5, to(#c2c8cb), to(rgba(194, 200, 203, 0))); + background-size: 5% 100%; + background-repeat: no-repeat; + background-position: right center; + background-color: transparent; + border: none; + box-shadow: none; } + +.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; } +.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; } +.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; } +.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; } + +/* GTK NAMED COLORS + ---------------- + use responsibly! */ +/* +widget text/foreground color */ +@define-color theme_fg_color #363636; +/* +text color for entries, views and content in general */ +@define-color theme_text_color #363636; +/* +widget base background color */ +@define-color theme_bg_color #eff0f1; +/* +text widgets and the like base background color */ +@define-color theme_base_color #fcfcfc; +/* +base background color of selections */ +@define-color theme_selected_bg_color #888888; +/* +text/foreground color of selections */ +@define-color theme_selected_fg_color #fcfcfc; +/* +base background color of insensitive widgets */ +@define-color insensitive_bg_color #e6e7e8; +/* +text foreground color of insensitive widgets */ +@define-color insensitive_fg_color #909396; +/* +insensitive text widgets and the like base background color */ +@define-color insensitive_base_color #fcfcfc; +/* +widget text/foreground color on backdrop windows */ +@define-color theme_unfocused_fg_color #c0c2c4; +/* +text color for entries, views and content in general on backdrop windows */ +@define-color theme_unfocused_text_color #363636; +/* +widget base background color on backdrop windows */ +@define-color theme_unfocused_bg_color #eff0f1; +/* +text widgets and the like base background color on backdrop windows */ +@define-color theme_unfocused_base_color white; +/* +base background color of selections on backdrop windows */ +@define-color theme_unfocused_selected_bg_color #888888; +/* +text/foreground color of selections on backdrop windows */ +@define-color theme_unfocused_selected_fg_color #fcfcfc; +/* +widgets main borders color */ +@define-color borders #c2c2c2; +/* +widgets main borders color on backdrop windows */ +@define-color unfocused_borders #c2c8cb; +/* +these are pretty self explicative */ +@define-color warning_color #f67400; +@define-color error_color #ed1515; +@define-color success_color #11d116; +@define-color icon_red #da4453; +/* +titlebar colors */ +@define-color titlebar_bg_color #4f4f4f; +@define-color titlebar_fg_color #fcfcfc; +@define-color hover_color #A6A6A6; +/* +these colors are exported for the window manager and shouldn't be used in applications, +read if you used those and something break with a version upgrade you're on your own... */ +@define-color wm_title #fcfcfc; +@define-color wm_unfocused_title #c0c2c4; +@define-color wm_highlight white; +@define-color wm_borders_edge white; +@define-color wm_bg_a #4f4f4f; +@define-color wm_bg_b #4f4f4f; +@define-color wm_shadow alpha(black, 0.35); +@define-color wm_border alpha(black, 0.18); +@define-color wm_button_hover_color_a shade(#eff0f1, 1.3); +@define-color wm_button_hover_color_b #eff0f1; +@define-color wm_button_active_color_a shade(#eff0f1, 0.85); +@define-color wm_button_active_color_b shade(#eff0f1, 0.89); +@define-color wm_button_active_color_c shade(#eff0f1, 0.9); +@define-color content_view_bg #fcfcfc; + +/*# sourceMappingURL=gtk.css.map */ diff --git a/.themes/papirus/gtk-3.0/gtk.css.map b/.themes/papirus/gtk-3.0/gtk.css.map new file mode 100644 index 00000000..3098e46d --- /dev/null +++ b/.themes/papirus/gtk-3.0/gtk.css.map @@ -0,0 +1,7 @@ +{ +"version": 3, +"mappings": "AAMA,CAAE;EACA,OAAO,EAAE,CAAC;EACV,2BAA2B,EAAE,CAAC;EAC9B,kCAAkC,ECiBtB,OAAO;EDfnB,8BAA8B,EAAE,EAAE;EAClC,gCAAgC,EAAE,EAAE;EAOpC,oCAAoC,EAAE,CAAC;EACvC,0CAA0C,EAAE,CAAC;EAE7C,+BAA+B,EAAE,EAAE;EACnC,0BAA0B,EAAE,EAAE;EAC9B,0BAA0B,EAAE,EAAE;EAE9B,iCAAiC,EAAE,CAAC;EAEpC,2BAA2B,EAAE,CAAC;EAC9B,yBAAyB,EAAE,CAAC;EAE5B,qBAAqB,ECZV,OAAwF;EDanG,6BAA6B,ECZV,OAAwF;EDc3G,wBAAwB,EAAE,CAAC;EAC3B,2BAA2B,EAAE,CAAC;EAE9B,4BAA4B,EAAE,EAAE;EAChC,6BAA6B,EAAE,EAAE;EAEjC,yBAAyB,EAAE,CAAC;EAC5B,6BAA6B,EAAE,CAAC;EAEhC,yBAAyB,EAAE,IAAI;EAM/B,aAAa,EAAE,GAAG;;;;;AAQpB,WAAY;EACV,KAAK,ECnDI,OAAyC;EDoDlD,gBAAgB,ECTE,OAAS;EDW3B,oBAAW;IACT,WAAW,EAAE,IAAI;IACjB,WAAW,EAAE,IAAI;IACjB,KAAK,ECzDE,OAAyC;ID0DhD,gBAAgB,ECfA,OAAS;;;;;;;;AD0B7B,aAAc;EACZ,iBAAiB,EAAE,GAAG;;AAGxB,kBAAmB;EACjB,gBAAgB,EC/BE,OAAS;EDgC3B,KAAK,EC3EI,OAAyC;ED4ElD,2BAAW;IACT,gBAAgB,EAAE,KAAuB;IACzC,KAAK,EC9EE,OAAyC;EDgFlD,yBAAS;IACP,gBAAgB,EAAE,OAAsB;IACxC,KAAK,EClFE,OAAyC;EDoFlD,8BAAc;IACZ,gBAAgB,EChDG,OAA8B;IDiDjD,KAAK,EClDc,OAA8B;EDoDnD,2BAAW;IACT,gBAAgB,ECrFK,OAA8D;IDsFnF,KAAK,EC5CoB,OAAkB;;ADgD/C,KAAM;EACJ,KAAK,ECrDe,OAAW;EDsD/B,gBAAgB,ECnGL,OAAyC;ED0GpD,oCAAW;IACT,aAAa,EAAE,GAAG;;AAKtB,WAAY;EACV,MAAM,EAAE,iBAA4B;EACpC,gBAAgB,EAAE,uBAAsC;;AAIxD,iEAAY;EACV,KAAK,ECpHE,OAAyC;AD6HlD,kBAAc;EACZ,KAAK,EC1Fc,OAA8B;;AD+FrD;qBAAW;EACT,OAAO,EAAE,IAAI;EACb,WAAW,EAAE,IAAI;;AAIjB,qBAAS;EACP,gBAAgB,EC7IP,OAAyC;ED8IlD,UAAU,EAAE,iBAAwB;EACpC,8BAAW;IAAE,YAAY,EAAE,iBAAwB;EACnD,8BAAW;IAAE,WAAW,EAAE,iBAAwB;EAClD,8BAAW;IACT,gBAAgB,ECtGA,KAA8D;IDuG9E,YAAY,ECjGO,OAAmC;ADoG1D,yBAAe;EAAE,gBAAgB,EAAE,IAAI;AACvC,4BAAgB;EACd,OAAO,EAAE,QAAQ;AAEnB,sCAA0B;EACxB,gBAAgB,EAAE,OAA8B;;AAIpD,WAAY;EACV,gBAAgB,EAAE,OAAgC;;AAKpD,WAAY;EACV,OAAO,EAAE,GAAG;EACZ,aAAa,EAAE,GAAG;;AAMpB;6BAAW;EACT,KAAK,ECnJQ,OAAyC;EDoJtD,MAAM,EAAE,iBAAmB;EAC3B,gBAAgB,ECnJH,wBAAgC;EDoJ7C,eAAe,EAAE,WAAW;EAC5B,aAAa,EAAE,qBAAkC;EAEjD,WAAW,EAAE,IAAI;EACjB,WAAW,EAAE,IAAI;EACjB,gEAAW;IAAE,WAAW,EAAE,IAAI;;;;;AAOhC,eAEC;EADC,EAAG;IAAE,mBAAmB,EAAE,aAAa;AAGzC,QAAS;EACP,gBAAgB,EAAE,IAAI;EACtB,gBAAgB,EAAE,IAAI;EACtB,OAAO,EAAE,CAAC;EACV,gBAAgB,EAAE,0CAA0C;EAC5D,eAAS;IACP,OAAO,EAAE,CAAC;IACV,SAAS,EAAE,uBAAuB;IAClC,2BAAc;MACZ,OAAO,EAAE,GAAG;;;;;AASlB,MAAO;EACL,MAAM,EAAE,SAAS;EACjB,OAAO,EAAE,WAAW;EAOpB,aAAa,EAAE,GAAG;EAClB,UAAU,EAAE,8CAAwB;EEnKpC,gBAAgB,ED1DL,OAAyC;EC2DpD,gBAAgB,EAAE,IAAI;EAKpB,KAAK,EDnBa,OAAW;ECoB7B,YAAY,EDxBY,OAAc;ED+KtC,iBAAO;IAAE,YAAY,EAAE,CAAC;EACxB,kBAAQ;IAAE,aAAa,EAAE,CAAC;EAO5B,8BAAqB;IACnB,OAAO,EAAE,GAAG;IEvKd,gBAAgB,ED1DL,OAAyC;IC2DpD,gBAAgB,EAAE,IAAI;IAKpB,KAAK,EDnBa,OAAW;ICoB7B,YAAY,EDxBY,OAAc;ID0LtC,MAAM,EAAE,IAAI;IACZ,aAAa,EAAE,CAAC;EAGlB,YAAQ;IE7KR,gBAAgB,ED1DL,OAAyC;IC2DpD,gBAAgB,EAAE,IAAI;IAYpB,YAAY,EDhES,OAA8D;EDiOrF,kBAAc;IE9Kd,gBAAgB,ED1DL,OAAyC;IC2DpD,gBAAgB,EAAE,IAAI;IAepB,KAAK,EDnCc,OAA8B;ICoCjD,YAAY,EDlCY,OAAc;ICmCtC,gBAAgB,EDpCG,OAA8B;ICqCjD,UAAU,EAAE,IAAI;EF4JlB,eAAW;IE/KX,gBAAgB,ED1DL,OAAyC;IC2DpD,gBAAgB,EAAE,IAAI;IAsBpB,KAAK,EDpCa,OAAW;ICqC7B,YAAY,EDzCY,OAAc;IC0CtC,gBAAgB,EDnFP,OAAyC;ICoFlD,UAAU,EAAE,IAAI;EFsJlB,2BAAuB;IEhLvB,gBAAgB,ED1DL,OAAyC;IC2DpD,gBAAgB,EAAE,IAAI;IA4BpB,KAAK,EDhDc,OAA8B;ICiDjD,YAAY,ED/CY,OAAc;ICgDtC,gBAAgB,EDjDG,OAA8B;ICkDjD,UAAU,EAAE,IAAI;EFuJlB,kBAAc;IACZ,MAAM,EAAE,GAAG;IACX,aAAa,EAAE,CAAC;IAChB,YAAY,EAAE,OAAO;IACrB,YAAY,EC9OS,OAA8D;ID+OnF,YAAY,EAAE,KAAK;IACnB,gBAAgB,EAAE,IAAI;IACtB,gBAAgB,EAAE,WAAW;IAC7B,UAAU,EAAE,IAAI;IAChB,2BAAW;MAAE,gBAAgB,EAAE,WAAW;EAG5C,gBAAY;IACV,aAAa,EAAE,CAAC;IAChB,4BAAc;MACZ,sBAAsB,EAAE,GAAG;MAC3B,yBAAyB,EAAE,GAAG;MAC9B,qCAAW;QAAE,kBAAkB,EAAE,IAAI;IAEvC,2BAAa;MACX,uBAAuB,EAAE,GAAG;MAC5B,0BAA0B,EAAE,GAAG;MAC/B,iBAAiB,EAAE,IAAI;MACvB,oCAAW;QAAE,iBAAiB,EAAE,KAAK;EAOvC,YAAa;IACX,KAAK,EC1PG,OAAO;ID2Pf,YAAY,EC3PJ,OAAO;ID4Pf,kBAAQ;MExNZ,gBAAgB,ED1DL,OAAyC;MC2DpD,gBAAgB,EAAE,IAAI;MAYpB,YAAY,EDjDF,OAAO;ID6Pf,kDAA6B;MAAE,gBAAgB,EC7PvC,OAAO;EDyPjB,cAAa;IACX,KAAK,EC3PK,OAAO;ID4PjB,YAAY,EC5PF,OAAO;ID6PjB,oBAAQ;MExNZ,gBAAgB,ED1DL,OAAyC;MC2DpD,gBAAgB,EAAE,IAAI;MAYpB,YAAY,EDlDA,OAAO;ID8PjB,sDAA6B;MAAE,gBAAgB,EC9PrC,OAAO;EDkQrB,YAAQ;IACN,KAAK,EAAE,OAAgC;IACvC,kBAAQ;MAAE,KAAK,ECtRR,OAAyC;IDuRhD,mBAAS;MAAE,KAAK,ECnRK,OAA8D;IDoRnF,qBAAW;MAAE,KAAK,EAAE,OAAkD;EAGxE,WAAO;IEpOP,gBAAgB,ED1DL,OAAyC;IC2DpD,gBAAgB,EAAE,IAAI;IAkCpB,KAAK,EDjEQ,OAAyC;ICkEtD,YAAY,ED9DI,kBAA0B;IC+D1C,gBAAgB,EDlEL,wBAAgC;ICmE3C,eAAe,EAAE,WAAW;IAC5B,UAAU,EAAE,IAAI;IAChB,WAAW,EAAE,IAAI;IACjB,WAAW,EAAE,IAAI;IF6LjB,iBAAQ;MEtOV,gBAAgB,ED1DL,OAAyC;MC2DpD,gBAAgB,EAAE,IAAI;MA2CpB,KAAK,ED1EQ,OAAyC;MC2EtD,YAAY,EDhGS,OAA8D;MCiGnF,gBAAgB,ED3EL,wBAAgC;MC4E3C,eAAe,EAAE,WAAW;MAC5B,UAAU,EAAE,IAAI;MAChB,WAAW,EAAE,IAAI;MACjB,WAAW,EAAE,IAAI;IFqLjB,oBAAW;MEvOb,gBAAgB,ED1DL,OAAyC;MC2DpD,gBAAgB,EAAE,IAAI;MA6DpB,KAAK,ED5FQ,OAAyC;MC6FtD,YAAY,EDzFI,kBAA0B;MC0F1C,gBAAgB,ED1FA,kBAA0B;MC2F1C,eAAe,EAAE,WAAW;MAC5B,UAAU,EAAE,IAAI;MAChB,WAAW,EAAE,IAAI;MACjB,WAAW,EAAE,IAAI;IFoKjB,uBAAc;MExOhB,gBAAgB,ED1DL,OAAyC;MC2DpD,gBAAgB,EAAE,IAAI;MAoDpB,KAAK,EDhFkB,OAAkD;MCiFzE,YAAY,EDhFI,kBAA0B;MCiF1C,gBAAgB,EDnFO,mBAAyB;MCoFhD,eAAe,EAAE,WAAW;MAC5B,UAAU,EAAE,IAAI;MAChB,WAAW,EAAE,IAAI;MACjB,WAAW,EAAE,IAAI;;AFuLnB,0CAA0B;EAAE,UAAU,EAAE,IAAI;AAE5C,gDAAgC;EAAE,UAAU,EE7QpC,uBAAmB;AFgR3B,sEAAsD;EACpD,gBAAgB,EAAE,OAAqC;EACvD,gBAAgB,EAAE,mCAAuC;EACzD,+EAAW;IACT,gBAAgB,EAAE,OAAuD;IACzE,gBAAgB,EAAE,iCAAgD;AAKtE,yDAAyC;EACvC,gBAAgB,ECrTK,OAA8D;EDsTnF,UAAU,EE5RJ,uBAAmB;AFgS3B,mDAAmC;EACjC,gBAAgB,EC3TK,OAA8D;ADgUrF;;;4EAG4D;EAAE,gBAAgB,ECnUvD,OAA8D;;;;;AD8UvF,0BAeC;EAdC,IAAK;IACH,gBAAgB,EAAE,0FAI8B;EAElD,EAAG;IACD,gBAAgB,EAAE,yFAI8B;AAKpD;6BAAQ;EAIN,MAAM,EAAE,SAAS;EACjB,aAAa,EAAE,GAAG;EAClB,OAAO,EAAE,WAAW;EE/JlB,UAAU,EAAE,8BAA2B;EAEvC,KAAK,ED7ME,OAAyC;EC8MhD,YAAY,EDxKY,OAAc;ECyKtC,gBAAgB,EAAE,4CAGa;EF2JjC;+BAAO;IEiEL,YAAY,EAAE,sBAAuB;IACrC,gBAAgB,EAAE,WAAW;IAC7B,gBAAgB,EAAE,IAAI;IACzB,UAAU,EAAC,IAAI;IAEZ,WAAW,EAAE,IAAI;IACjB,WAAW,EAAE,IAAI;IFjEjB,UAAU,EAAE,IAAI;IAChB;uCAAQ;MACN,UAAU,EAfO,8CAAwB;MAgBzC,mBAAmB,EAAE,KAAK;MAC1B;gDAAS;QAAE,UAAU,EAjBJ,8CAAwB;EAoB7C;qCAAQ;IEhKN,KAAK,ED1NE,OAAyC;IC2NhD,YAAY,EFqHH,OACsD;IErH/D,gBAAgB,EAAE,4CAE+B;IF8JjD,iBAAiB,EAAE,SAAS;EAE9B;;uCAAoB;IEvJlB,KAAK,EDzLoB,OAAkB;IC0L3C,YAAY,EDlMY,OAAc;ICmMtC,gBAAgB,EAAE,wDAK+C;IFkJjE,mBAAmB,EAAE,IAAI;IACzB,2CAAQ;ME5IR,KAAK,EDrPE,OAAyC;MCsPhD,YAAY,EDhNY,OAAc;MCiNtC,gBAAgB,EAAE,4CAKyB;EFsJ7C;;;oDAAiE;IE4B/D,YAAY,EAAE,sBAAuB;IACrC,gBAAgB,EAAE,WAAW;IAC7B,gBAAgB,EAAE,IAAI;IACzB,UAAU,EAAC,IAAI;IAEZ,WAAW,EAAE,IAAI;IACjB,WAAW,EAAE,IAAI;EF/BnB;2CAAc;IEhJZ,KAAK,EDjOc,OAA8B;ICkOjD,YAAY,EDhOY,OAAc;ICkOtC,gBAAgB,EAAE,mCAAgC;IAClD,WAAW,EAAE,IAAI;IACjB,WAAW,EAAE,IAAI;IAlQO,UAAU,EAAE,+CAAkB;IAsQtD;sDAAS;MAAE,KAAK,EAAE,OAAO;IFyIzB,uDAAoB;ME/HpB,KAAK,EDpPc,OAA8B;MCqPjD,YAAY,EAHN,OAAgE;MAItE,gBAAgB,EAAE,4CAAsD;MAIxE;;gEAAS;QAAE,KAAK,EAAE,OAAO;EF8H3B;mCAAM;IAEJ,KAAK,ECtYM,OAAyC;IDuYpD,aAAa,EAAE,GAAG;IAClB,aAAa,EAAE,qBAAkC;IEvDjD,KAAK,EDzWE,OAAyC;IC0WhD,YAAY,EApFN,OAAgE;IAqFtE,gBAAgB,EAAE,IAAI;IACtB,gBAAgB,EDjUA,OAAS;ICkUzB,eAAe,EAAE,WAAW;IAC5B,UAAU,EAAE,IAAI;IAChB,WAAW,EAAE,IAAI;IACjB,WAAW,EAAE,IAAI;IACjB,WAAW,EAAE,MAAM;IFiDnB,MAAM,EAAE,IAAI;IACZ,UAAU,EAAE,IAAI;IANhB;qCAAe;MAAE,OAAO,EAAE,IAAI;IAO9B,iBAAQ;ME5CR,KAAK,EDxXE,OAAyC;MCyXhD,YAAY,EFzCH,OACsD;MEyC/D,gBAAgB,EAAE,IAAI;MACtB,eAAe,EAAE,WAAW;MAC5B,WAAW,EAAE,IAAI;MACjB,WAAW,EAAE,IAAI;MFyCf,MAAM,EAAE,IAAI;MACZ,UAAU,EAAE,IAAI;IAElB,uCAAoB;MEnCpB,KAAK,EDxVoB,OAAkB;MCyV3C,YAAY,EAjCN,wBACgC;MAiCtC,gBAAgB,EAAE,wDAK+C;MACjE,eAAe,EAAE,WAAW;MAC5B,UAAU,EAAE,IAAI;MAChB,WAAW,EAAE,IAAI;MACjB,WAAW,EAAE,IAAI;MF0Bf,MAAM,EAAE,IAAI;MACZ,UAAU,EAAE,IAAI;IAElB,yDAAsC;MEtBtC,KAAK,EDpXc,OAA8B;MCqXjD,YAAY,EArIN,OACwC;MAqI9C,gBAAgB,EAAE,IAAI;MACtB,eAAe,EAAE,WAAW;MAC5B,UAAU,EAAE,IAAI;MAChB,WAAW,EAAE,IAAI;MACjB,WAAW,EAAE,IAAI;MFkBf,MAAM,EAAE,IAAI;IAEd,oBAAW;MEbX,eAAe,EAAE,WAAW;MAC5B,UAAU,EAAE,IAAI;MAChB,WAAW,EAAE,IAAI;MACjB,WAAW,EAAE,IAAI;MFYf,MAAM,EAAE,IAAI;EAIhB;;oCAAO;IE/EL,KAAK,EDzWE,OAAyC;IC0WhD,YAAY,EApFN,OAAgE;IAqFtE,gBAAgB,EAAE,IAAI;IACtB,gBAAgB,EDjUA,OAAS;ICkUzB,eAAe,EAAE,WAAW;IAC5B,UAAU,EAAE,IAAI;IAChB,WAAW,EAAE,IAAI;IACjB,WAAW,EAAE,IAAI;IACjB,WAAW,EAAE,MAAM;IF8EnB,aAAa,EAAE,GAAG;IAClB,YAAY,EAAE,KAAK;IACnB,qBAAW;MACT,aAAa,EAAE,GAAG;IAEpB,wBAAc;MACZ,aAAa,EAAE,eAAe;IAEhC,uBAAa;MACX,aAAa,EAAE,eAAe;MAC9B,gCAAW;QAAE,kBAAkB,EAAE,KAAK;IAExC,uBAAa;MACX,aAAa,EAAE,GAAG;MAClB,YAAY,EAAE,KAAK;IAGrB,kBAAQ;MExFR,KAAK,EDxXE,OAAyC;MCyXhD,YAAY,EFzCH,OACsD;MEyC/D,gBAAgB,EAAE,IAAI;MACtB,eAAe,EAAE,WAAW;MAC5B,WAAW,EAAE,IAAI;MACjB,WAAW,EAAE,IAAI;IFuFjB,sGAA2D;ME9E3D,KAAK,EDxVoB,OAAkB;MCyV3C,YAAY,EAjCN,wBACgC;MAiCtC,gBAAgB,EAAE,wDAK+C;MACjE,eAAe,EAAE,WAAW;MAC5B,UAAU,EAAE,IAAI;MAChB,WAAW,EAAE,IAAI;MACjB,WAAW,EAAE,IAAI;IFuEjB,2DAAsC;MEhEtC,KAAK,EDpXc,OAA8B;MCqXjD,YAAY,EArIN,OACwC;MAqI9C,gBAAgB,EAAE,IAAI;MACtB,eAAe,EAAE,WAAW;MAC5B,UAAU,EAAE,IAAI;MAChB,WAAW,EAAE,IAAI;MACjB,WAAW,EAAE,IAAI;IF8DjB,qBAAW;MEvDX,eAAe,EAAE,WAAW;MAC5B,UAAU,EAAE,IAAI;MAChB,WAAW,EAAE,IAAI;MACjB,WAAW,EAAE,IAAI;IFwDjB;;sCAAO;MElDP,YAAY,EAAE,sBAAuB;MACrC,gBAAgB,EAAE,WAAW;MAC7B,gBAAgB,EAAE,IAAI;MACzB,UAAU,EAAC,IAAI;MAEZ,WAAW,EAAE,IAAI;MACjB,WAAW,EAAE,IAAI;MF8Cf,UAAU,EAAE,IAAI;MAChB,WAAW,EAAE,IAAI;MACjB,WAAW,EAAE,IAAI;MACjB,WAAW,EAAE,MAAM;MACnB;;8CAAQ;QE9GV,KAAK,EDxXE,OAAyC;QCyXhD,YAAY,EFzCH,OACsD;QEyC/D,gBAAgB,EAAE,IAAI;QACtB,eAAe,EAAE,WAAW;QAC5B,WAAW,EAAE,IAAI;QACjB,WAAW,EAAE,IAAI;QF2Gb,eAAe,EAAE,WAAW;QAC5B,UAAU,EAAE,IAAI;MAElB;;oDAAc;QEnFhB,KAAK,EDpXc,OAA8B;QCqXjD,YAAY,EArIN,OACwC;QAqI9C,gBAAgB,EAAE,IAAI;QACtB,eAAe,EAAE,WAAW;QAC5B,UAAU,EAAE,IAAI;QAChB,WAAW,EAAE,IAAI;QACjB,WAAW,EAAE,IAAI;QF+Eb,gBAAgB,EAAE,IAAI;QACtB,YAAY,EAAE,WAAW;QACzB,UAAU,EAAE,IAAI;MAElB;;iDAAW;QEnEb,YAAY,EAAE,sBAAuB;QACrC,gBAAgB,EAAE,WAAW;QAC7B,gBAAgB,EAAE,IAAI;QACzB,UAAU,EAAC,IAAI;QAEZ,WAAW,EAAE,IAAI;QACjB,WAAW,EAAE,IAAI;MF8Df;;;;gDAAoB;QE5GtB,KAAK,EDxVoB,OAAkB;QCyV3C,YAAY,EAjCN,wBACgC;QAiCtC,gBAAgB,EAAE,wDAK+C;QACjE,eAAe,EAAE,WAAW;QAC5B,UAAU,EAAE,IAAI;QAChB,WAAW,EAAE,IAAI;QACjB,WAAW,EAAE,IAAI;QFmGb,eAAe,EAAE,WAAW;QAC5B,YAAY,EAAE,WAAW;QACzB,UAAU,EAAE,IAAI;EAQpB;gDAAa;IEnTb,UAAU,EAAE,8BAA2B;IAEvC,KAAK,EDhNI,OAAyC;ICiNlD,YAAY,EFkIH,OACsD;IElI/D,gBAAgB,EAAE,4CAGa;IF8S7B;kDAAO;MElFT,YAAY,EAAE,sBAAuB;MACrC,gBAAgB,EAAE,WAAW;MAC7B,gBAAgB,EAAE,IAAI;MACzB,UAAU,EAAC,IAAI;MAEZ,WAAW,EAAE,IAAI;MACjB,WAAW,EAAE,IAAI;MF8Eb,KAAK,EAlLA,OACsD;IAmL7D,8BAAQ;ME1SV,KAAK,EF0SwC,KAAK;MEzSlD,YAAY,EFqHH,OACsD;MErH/D,gBAAgB,EAAE,4CAE+B;IFuS/C,iEAAoB;ME9RtB,KAAK,EF8RqD,KAAK;ME7R/D,YAAY,EFwGH,OACsD;MExG/D,gBAAgB,EAAE,wDAK+C;IFwR/D;2DAA4B;ME9N9B,KAAK,EF+NmC,KAAK;ME9N7C,YAAY,EAHN,OAA0C;MAIhD,gBAAgB,EAAE,mCAAgC;MAClD,WAAW,EAAE,IAAI;MACjB,WAAW,EAAE,IAAI;MApSO,UAAU,EAAE,gEAAkB;MFggBlD;;qEAAoB;QEhNxB,KAAK,EAAE,OAAyD;QAChE,YAAY,EAHN,OAA4C;QAIlD,gBAAgB,EAAE,mCAAgC;QAlT1B,UAAU,EAAE,gEAAkB;MFmgBlD;yEAAc;QEpMlB,KAAK,ED1RoB,OAA0F;QC2RnH,YAAY,EDzRS,OAAmC;QC0RxD,gBAAgB,EAAE,mCAAgC;QAClD,WAAW,EAAE,IAAI;QACjB,WAAW,EAAE,IAAI;QAlUX,UAAU,EAqUE,kCAAmC;QACrD;;oFAAS;UAAE,KAAK,EAAE,OAAO;QF8LnB;;mFAAoB;UElL1B,KAAK,EAAE,OAAiE;UACxE,YAAY,EAHN,OAA4C;UAIlD,gBAAgB,EAAE,mCAAgC;UAElD;;;;8FAAS;YAAE,KAAK,EAAE,OAAO;IFmLvB;;;uEAAiE;MEpGnE,YAAY,EAAE,sBAAuB;MACrC,gBAAgB,EAAE,WAAW;MAC7B,gBAAgB,EAAE,IAAI;MACzB,UAAU,EAAC,IAAI;MAEZ,WAAW,EAAE,IAAI;MACjB,WAAW,EAAE,IAAI;MFgGb,KAAK,EAAE,uBAA6B;IAEtC,oCAAc;MAEZ,gBAAgB,EAAE,WAAW;MAChC,KAAK,EAAE,mBAA6B;MACjC,yFAAoB;QAElB,gBAAgB,EAAE,WAAW;QAChC,KAAK,EAAE,mBAA6B;IAGrC,6BAAO;MEvLT,KAAK,EDzWE,OAAyC;MC0WhD,YAAY,EApFN,OAAgE;MAqFtE,gBAAgB,EAAE,IAAI;MACtB,gBAAgB,EDjUA,OAAS;MCkUzB,eAAe,EAAE,WAAW;MAC5B,UAAU,EAAE,IAAI;MAChB,WAAW,EAAE,IAAI;MACjB,WAAW,EAAE,IAAI;MACjB,WAAW,EAAE,MAAM;MFkLf,mCAAQ;QE3KZ,KAAK,EDxXE,OAAyC;QCyXhD,YAAY,EAnFN,OAA0C;QAoFhD,gBAAgB,EAAE,IAAI;QACtB,eAAe,EAAE,WAAW;QAC5B,WAAW,EAAE,IAAI;QACjB,WAAW,EAAE,IAAI;MF0Kb,0KAA2D;QEjK/D,KAAK,EDxVoB,OAAkB;QCyV3C,YAAY,EAjCN,wBACgC;QAiCtC,gBAAgB,EAAE,wDAK+C;QACjE,eAAe,EAAE,WAAW;QAC5B,UAAU,EAAE,IAAI;QAChB,WAAW,EAAE,IAAI;QACjB,WAAW,EAAE,IAAI;MF0Jb,6FAAsC;QEnJ1C,KAAK,EDpXc,OAA8B;QCqXjD,YAAY,EApFN,OAA4C;QAqFlD,gBAAgB,EAAE,IAAI;QACtB,eAAe,EAAE,WAAW;QAC5B,UAAU,EAAE,IAAI;QAChB,WAAW,EAAE,IAAI;QACjB,WAAW,EAAE,IAAI;MFiJb,sCAAW;QE1If,eAAe,EAAE,WAAW;QAC5B,UAAU,EAAE,IAAI;QAChB,WAAW,EAAE,IAAI;QACjB,WAAW,EAAE,IAAI;EFsFjB;kDAAa;IEnTb,UAAU,EAAE,8BAA2B;IAEvC,KAAK,EDhNI,OAAyC;ICiNlD,YAAY,EDzLI,OAAqD;IC0LrE,gBAAgB,EAAE,4CAGa;IF8S7B;oDAAO;MElFT,YAAY,EAAE,sBAAuB;MACrC,gBAAgB,EAAE,WAAW;MAC7B,gBAAgB,EAAE,IAAI;MACzB,UAAU,EAAC,IAAI;MAEZ,WAAW,EAAE,IAAI;MACjB,WAAW,EAAE,IAAI;MF8Eb,KAAK,EC7eO,OAAqD;ID+enE,gCAAQ;ME1SV,KAAK,EF0SwC,KAAK;MEzSlD,YAAY,EDtMI,OAAqD;MCuMrE,gBAAgB,EAAE,4CAE+B;IFuS/C,qEAAoB;ME9RtB,KAAK,EF8RqD,KAAK;ME7R/D,YAAY,EDnNI,OAAqD;MCoNrE,gBAAgB,EAAE,wDAK+C;IFwR/D;6DAA4B;ME9N9B,KAAK,EF+NmC,KAAK;ME9N7C,YAAY,EAHN,OAA0C;MAIhD,gBAAgB,EAAE,mCAAgC;MAClD,WAAW,EAAE,IAAI;MACjB,WAAW,EAAE,IAAI;MApSO,UAAU,EAAE,gEAAkB;MFggBlD;;uEAAoB;QEhNxB,KAAK,EAAE,OAAyD;QAChE,YAAY,EAHN,OAA4C;QAIlD,gBAAgB,EAAE,mCAAgC;QAlT1B,UAAU,EAAE,gEAAkB;MFmgBlD;2EAAc;QEpMlB,KAAK,ED1RoB,OAA0F;QC2RnH,YAAY,EDzRS,OAAmC;QC0RxD,gBAAgB,EAAE,mCAAgC;QAClD,WAAW,EAAE,IAAI;QACjB,WAAW,EAAE,IAAI;QAlUX,UAAU,EAqUE,kCAAmC;QACrD;;sFAAS;UAAE,KAAK,EAAE,OAAO;QF8LnB;;qFAAoB;UElL1B,KAAK,EAAE,OAAiE;UACxE,YAAY,EAHN,OAA4C;UAIlD,gBAAgB,EAAE,mCAAgC;UAElD;;;;gGAAS;YAAE,KAAK,EAAE,OAAO;IFmLvB;;;yEAAiE;MEpGnE,YAAY,EAAE,sBAAuB;MACrC,gBAAgB,EAAE,WAAW;MAC7B,gBAAgB,EAAE,IAAI;MACzB,UAAU,EAAC,IAAI;MAEZ,WAAW,EAAE,IAAI;MACjB,WAAW,EAAE,IAAI;MFgGb,KAAK,EAAE,sBAA6B;IAEtC,sCAAc;MAEZ,gBAAgB,EAAE,WAAW;MAChC,KAAK,EAAE,mBAA6B;MACjC,6FAAoB;QAElB,gBAAgB,EAAE,WAAW;QAChC,KAAK,EAAE,mBAA6B;IAGrC,+BAAO;MEvLT,KAAK,EDzWE,OAAyC;MC0WhD,YAAY,EApFN,OAAgE;MAqFtE,gBAAgB,EAAE,IAAI;MACtB,gBAAgB,EDjUA,OAAS;MCkUzB,eAAe,EAAE,WAAW;MAC5B,UAAU,EAAE,IAAI;MAChB,WAAW,EAAE,IAAI;MACjB,WAAW,EAAE,IAAI;MACjB,WAAW,EAAE,MAAM;MFkLf,qCAAQ;QE3KZ,KAAK,EDxXE,OAAyC;QCyXhD,YAAY,EAWN,OAAyC;QAV/C,gBAAgB,EAAE,IAAI;QACtB,eAAe,EAAE,WAAW;QAC5B,WAAW,EAAE,IAAI;QACjB,WAAW,EAAE,IAAI;MF0Kb,kLAA2D;QEjK/D,KAAK,EDxVoB,OAAkB;QCyV3C,YAAY,EAjCN,wBACgC;QAiCtC,gBAAgB,EAAE,wDAK+C;QACjE,eAAe,EAAE,WAAW;QAC5B,UAAU,EAAE,IAAI;QAChB,WAAW,EAAE,IAAI;QACjB,WAAW,EAAE,IAAI;MF0Jb,iGAAsC;QEnJ1C,KAAK,EDpXc,OAA8B;QCqXjD,YAAY,EApFN,OAA4C;QAqFlD,gBAAgB,EAAE,IAAI;QACtB,eAAe,EAAE,WAAW;QAC5B,UAAU,EAAE,IAAI;QAChB,WAAW,EAAE,IAAI;QACjB,WAAW,EAAE,IAAI;MFiJb,wCAAW;QE1If,eAAe,EAAE,WAAW;QAC5B,UAAU,EAAE,IAAI;QAChB,WAAW,EAAE,IAAI;QACjB,WAAW,EAAE,IAAI;EF+InB;+BAAe;IAAE,OAAO,EAAE,GAAG;EAE7B;2CAAc;IACZ,YAAY,EAAE,IAAI;IAClB,aAAa,EAAE,IAAI;EAGrB;2CAA2B;IAKzB,OAAO,EAAE,WAAW;IACpB;gEAAmB;MAAE,YAAY,EAAE,GAAG;IACtC;+DAAkB;MAAE,aAAa,EAAE,GAAG;EAGxC;iDAAoB;IAKlB,cAAc,EAAE,IAAI;IAEpB,kCAAS;MACP,YAAY,EAAE,GAAG;MACjB,aAAa,EAAE,GAAG;IAEpB;8DAAW;MACT,YAAY,EAAE,GAAG;MACjB,aAAa,EAAE,GAAG;MAClB,WAAW,EAAE,GAAG;MAChB,cAAc,EAAE,GAAG;IAErB;+DAAc;MACZ,OAAO,EAAE,YAAY;IAEvB;mDAAe;MAGb,OAAO,EAAE,OAAO;IAIlB,gPAGqC;MACnC,SAAS,EAAE,IAAI;MACf,gBAAgB,EAAE,IAAI;EAK1B;;iFAA8C;IAC5C,aAAa,EAAE,GAAG;IAClB,YAAY,EAAE,GAAG;EAInB;;gDAAmB;IAAE,WAAW,EAAE,IAAI;;AAexC,gJAAiB;EACf,SAAS,EAAE,6BAA6B;EAGxC,gBAAgB,EAAE,yMAS8B;EAChD,eAAe,EAAE,gBAAgB;EACjC,iBAAiB,EAAE,SAAS;EACF,mBAAmB,EAAE,oBAAoB;EAEnE,2KAAW;IAAE,eAAe,EAAE,YAAY;EAC1C,2KAAW;IACiB,mBAAmB,EAAE,kBAAkB;;AAQrE;;6DAAwC;EEndpC,UAAU,EAAE,8BAA2B;EAEvC,KAAK,ED7ME,OAAyC;EC8MhD,YAAY,EAwEN,OAAgE;EAvEtE,gBAAgB,EAAE,4CAGa;EF+cjC;qEAAQ;IEvcN,KAAK,ED1NE,OAAyC;IC2NhD,YAAY,EAyKN,OAAyC;IAxK/C,gBAAgB,EAAE,4CAE+B;EFocnD;;uEACS;IE5bP,KAAK,EDzLoB,OAAkB;IC0L3C,YAAY,EA8CN,OAAgE;IA7CtE,gBAAgB,EAAE,wDAK+C;EFsbnE;2EAAc;IE/ZZ,KAAK,EDjOc,OAA8B;ICkOjD,YAAY,EAgBN,OAAgE;IAdtE,gBAAgB,EAAE,mCAAgC;IAClD,WAAW,EAAE,IAAI;IACjB,WAAW,EAAE,IAAI;IAlQO,UAAU,EAAE,+CAAkB;IAsQtD,4DAAS;MAAE,KAAK,EAAE,OAAO;EFuZ3B;;mFACsB;IE9YpB,KAAK,EDpPc,OAA8B;ICqPjD,YAAY,EAHN,OAAgE;IAItE,gBAAgB,EAAE,4CAAsD;IAIxE,yIAAS;MAAE,KAAK,EAAE,OAAO;EFyY3B;wEAAW;IE/XT,KAAK,EDxSE,OAAyC;ICyShD,YAAY,EAnBN,OAAgE;IAoBtE,gBAAgB,EAAE,mCAAgC;IAClD,WAAW,EAAE,IAAI;IACjB,WAAW,EAAE,IAAI;IApSO,UAAU,EAAE,gEAAkB;EFgqBxD;;gFACmB;IEjXjB,KAAK,ED5QW,OAAuC;IC6QvD,YAAY,ED1QS,OAAmC;IC2QxD,gBAAgB,EAAE,mCAAgC;IAlT1B,UAAU,EAAE,gEAAkB;EFkqBxD;oFAAuB;IEnWrB,KAAK,ED1RoB,OAA0F;IC2RnH,YAAY,EDzRS,OAAmC;IC0RxD,gBAAgB,EAAE,mCAAgC;IAClD,WAAW,EAAE,IAAI;IACjB,WAAW,EAAE,IAAI;IAlUX,UAAU,EAqUE,kCAAmC;IACrD,qEAAS;MAAE,KAAK,EAAE,OAAO;EF4V3B;;4FAC+B;IEjV7B,KAAK,ED9SoB,OAA0F;IC+SnH,YAAY,ED7SS,OAAmC;IC8SxD,gBAAgB,EAAE,mCAAgC;IAElD,2JAAS;MAAE,KAAK,EAAE,OAAO;;AF+V3B;;;;;;;;;;;;;;mLAAW;EACT,aAAa,EAAE,GAAG;;AAQpB;;;;;;;;;;;8NAAc;EACZ,aAAa,EAAE,eAAe;EAC9B,iBAAiB,EAAE,KAAK;AAE1B;;;;;;;;;;;0NAAa;EACX,aAAa,EAAE,eAAe;EAC9B;;;;;;;;;;;;;;gQAAW;IAAE,kBAAkB,EAAE,KAAK;AAExC;;;;;;;;;;;0NAAa;EACX,aAAa,EAAE,GAAG;EAClB,YAAY,EAAE,KAAK;;AAIvB;;wCAAwB;EACtB,iBAAiB,EAAE,KAAK;EACxB,mBAAmB,EAAE,IAAI;EACzB,aAAa,EAAE,GAAG;;AAKlB;;oDAAc;EACZ,aAAa,EAAE,eAAe;AAEhC;;mDAAa;EACX,aAAa,EAAE,eAAe;EAC9B,YAAY,EAAE,KAAK;AAErB;;mDAAa;EACX,aAAa,EAAE,GAAG;EAClB,YAAY,EAAE,KAAK;;AAIvB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;0OAAoB;EAClB,YAAY,EAAE,WAAW;EACzB,gBAAgB,EAAE,WAAW;EAC7B,gBAAgB,EAAE,IAAI;EACtB,UAAU,EAAE,gEAC8B;EAC1C,WAAW,EAAE,IAAI;EACjB,WAAW,EAAE,IAAI;;;AAInB;sCAAsB;EAEpB,cAAc,EAAE,IAAI;EACpB;8CAAQ;IAAE,gBAAgB,EAAE,OAA8B;;AAQ5D;2CAAsB;EACpB,OAAO,EAAE,GAAG;EAEZ,2DAAsC;IAEpC,aAAa,EAAE,CAAC;IAChB,UAAU,EAAE,+CACc;IAC1B,6IACW;MAAE,UAAU,EAAE,IAAI;;;;;AAQjC;;qCAAO;EACL,KAAK,ECtwBM,OAAwF;EDuwBnG;uCAAU;IACR,KAAK,ECvwBY,OAAwF;IDwwBzG,qDAAa;MAAE,KAAK,EAAE,OAAgD;EAExE,uDAAQ;IACN,KAAK,EAAE,OAAwB;IAC/B,wFAAa;MAAE,KAAK,EAAE,OAAgD;EAExE,0DAAS;IACP,KAAK,EChxBI,OAAwF;IDixBjG,2FAAa;MAAE,KAAK,EAAE,OAAgD;EAExE;0DAAwD;IACtD,KAAK,EE5ZC,OAAyC;EF8ZjD;mHAAyB;IACvB,KAAK,EAAE,OAAgD;;AAI3D;;qCAA8B;EAG5B,WAAW,EAAE,IAAI;EACjB,qIAA6B;IAE3B,WAAW,EAAE,IAAI;;;;;AAcnB;;yCAAQ;EACN,gBAAgB,EAAE,IAAI;EACtB,YAAY,EAAE,oBAAoB;EAClC,YAAY,EAAE,wBAAmC;EACjD,KAAK,EAAE,OAAgC;EACvC,aAAa,EAAE,CAAC;EAChB,UAAU,EAAE,IAAI;EAGhB,4BAAW;IAAE,YAAY,EAAE,oBAAoB;EAC/C,yBAAQ;IACN,KAAK,ECt0BA,OAAyC;IDu0B9C,gBAAgB,EAAE,sBAA+B;EAEnD,+BAAc;IACZ,KAAK,EAAE,wBAA0C;EAEnD,0BAAS;IACP,UAAU,EAAE,uCAA+C;IAC3D,gBAAgB,EAAE,kBAA0B;EAE9C,4BAAW;IACT,KAAK,EAAE,OAAkD;IACzD,YAAY,EAAE,wBAA4C;IAC1D,gBAAgB,EAAE,WAAW;EAE/B,wCAAuB;IACrB,gBAAgB,EAAE,IAAI;IACtB,KAAK,EAAE,wBAA+C;IACtD,YAAY,EAAE,oBAAoB;IAClC,iDAAW;MAAE,YAAY,EAAE,oBAAoB;AAIjD,wBAAQ;EE/aR,YAAY,EAAE,sBAAuB;EACrC,gBAAgB,EAAE,WAAW;EAC7B,gBAAgB,EAAE,IAAI;EACzB,UAAU,EAAC,IAAI;EAEZ,WAAW,EAAE,IAAI;EACjB,WAAW,EAAE,IAAI;EF2af,KAAK,ECv0BI,OAAyC;EDw0BlD,YAAY,EAAE,oBAAoB;EAClC,YAAY,EAAE,kBAAuC;EACrD,aAAa,EAAE,CAAC;EAChB,UAAU,EAAE,IAAI;EAChB,WAAW,EAAE,WAAW;EACxB,iCAAW;IAAE,YAAY,EAAE,oBAAoB;EAC/C,8BAAQ;IExbV,YAAY,EAAE,sBAAuB;IACrC,gBAAgB,EAAE,WAAW;IAC7B,gBAAgB,EAAE,IAAI;IACzB,UAAU,EAAC,IAAI;IAEZ,WAAW,EAAE,IAAI;IACjB,WAAW,EAAE,IAAI;IFobb,KAAK,ECh1BE,OAAyC;IDi1BhD,YAAY,EAAE,kBAAmD;IACjE,gBAAgB,EAAE,qBAAkC;IACpD,WAAW,EAAE,WAAW;IACxB,UAAU,EAAE,IAAI;EAElB,iCAAW;IEhcb,YAAY,EAAE,sBAAuB;IACrC,gBAAgB,EAAE,WAAW;IAC7B,gBAAgB,EAAE,IAAI;IACzB,UAAU,EAAC,IAAI;IAEZ,WAAW,EAAE,IAAI;IACjB,WAAW,EAAE,IAAI;IF4bb,KAAK,ECx1BE,OAAyC;IDy1BhD,YAAY,EAAE,kBAAmD;IACjE,WAAW,EAAE,IAAI;IACjB,UAAU,EAAE,IAAI;EAElB,oCAAc;IEvchB,YAAY,EAAE,sBAAuB;IACrC,gBAAgB,EAAE,WAAW;IAC7B,gBAAgB,EAAE,IAAI;IACzB,UAAU,EAAC,IAAI;IAEZ,WAAW,EAAE,IAAI;IACjB,WAAW,EAAE,IAAI;IFmcb,KAAK,EC31Bc,OAAkD;ID41BrE,YAAY,EAAE,kBAAmD;IACjE,WAAW,EAAE,IAAI;IACjB,UAAU,EAAE,IAAI;EAElB,mCAAa;IAAE,aAAa,EAAE,WAAW;EACzC,6CAAuB;IAAE,aAAa,EAAE,WAAW;AAIrD,mEAAQ;EACN,WAAW,EAAE,GAAG;EAChB,cAAc,EAAE,GAAG;EACnB,2FAAc;IEzrBhB,UAAU,EAAE,8BAA2B;IAEvC,KAAK,ED7ME,OAAyC;IC8MhD,YAAY,EAwEN,OAAgE;IAvEtE,gBAAgB,EAAE,4CAGa;IFqrB3B,yGAAS;MEhqBb,KAAK,EDzLoB,OAAkB;MC0L3C,YAAY,EA8CN,OAAgE;MA7CtE,gBAAgB,EAAE,wDAK+C;IF6pB7D,uGAAQ;MEjrBZ,KAAK,ED1NE,OAAyC;MC2NhD,YAAY,EAyKN,OAAyC;MAxK/C,gBAAgB,EAAE,4CAE+B;IFirB7C,mHAAc;ME1oBlB,KAAK,EDjOc,OAA8B;MCkOjD,YAAY,EAgBN,OAAgE;MAdtE,gBAAgB,EAAE,mCAAgC;MAClD,WAAW,EAAE,IAAI;MACjB,WAAW,EAAE,IAAI;MAjQX,UAAU,EAoQE,kCAAmC;MACrD;;kGAAS;QAAE,KAAK,EAAE,OAAO;IFqoBrB,6GAAW;ME3mBf,KAAK,EDxSE,OAAyC;MCyShD,YAAY,EAnBN,OAAgE;MAoBtE,gBAAgB,EAAE,mCAAgC;MAClD,WAAW,EAAE,IAAI;MACjB,WAAW,EAAE,IAAI;MAnSX,UAAU,EAoSE,kCAAmC;EF2mBnD,yFAAa;IE7sBf,UAAU,EAAE,8BAA2B;IAEvC,KAAK,ED7ME,OAAyC;IC8MhD,YAAY,EAwEN,OAAgE;IAvEtE,gBAAgB,EAAE,4CAGa;IFysB3B,uGAAS;MEprBb,KAAK,EDzLoB,OAAkB;MC0L3C,YAAY,EA8CN,OAAgE;MA7CtE,gBAAgB,EAAE,wDAK+C;IFirB7D,qGAAQ;MErsBZ,KAAK,ED1NE,OAAyC;MC2NhD,YAAY,EAyKN,OAAyC;MAxK/C,gBAAgB,EAAE,4CAE+B;IFqsB7C,iHAAc;ME9pBlB,KAAK,EDjOc,OAA8B;MCkOjD,YAAY,EAgBN,OAAgE;MAdtE,gBAAgB,EAAE,mCAAgC;MAClD,WAAW,EAAE,IAAI;MACjB,WAAW,EAAE,IAAI;MAlQO,UAAU,EAAE,+CAAkB;MAsQtD;;iGAAS;QAAE,KAAK,EAAE,OAAO;IFypBrB,2GAAW;ME/nBf,KAAK,EDxSE,OAAyC;MCyShD,YAAY,EAnBN,OAAgE;MAoBtE,gBAAgB,EAAE,mCAAgC;MAClD,WAAW,EAAE,IAAI;MACjB,WAAW,EAAE,IAAI;MApSO,UAAU,EAAE,gEAAkB;EFo6BpD,6GAAuB;IErmBzB,KAAK,ED1RoB,OAA0F;IC2RnH,YAAY,EDzRS,OAAmC;IC0RxD,gBAAgB,EAAE,mCAAgC;IAClD,WAAW,EAAE,IAAI;IACjB,WAAW,EAAE,IAAI;IAlUX,UAAU,EAqUE,kCAAmC;IACrD;;6FAAS;MAAE,KAAK,EAAE,OAAO;AFimBzB,+DAAQ;EAGN,aAAa,EAAE,CAAC;EAChB,YAAY,EAAE,GAAG;EACjB,aAAa,EAAE,GAAG;AAEpB,ozBAAY;EACV,aAAa,EAAE,WAAW;EAC1B,YAAY,EAAE,sBAAsB;AAEtC,qyBAAe;EACb,aAAa,EAAE,WAAW;EAC1B,YAAY,EAAE,sBAAsB;AAItC,kEAAuB;EACrB,OAAO,EAAE,GAAG;EACZ,YAAY,EAAE,KAAK;EACnB,YAAY,EEhkBR,OAAyC;EFikB7C,aAAa,EAAE,CAAC;EAChB,UAAU,EAAE,IAAI;;;;;AAStB,WAAY;EAIV,0BAA0B,EAAE,GAAG;EAC/B,wBAAwB,EAAE,IAAI;EAE9B,UAAU,EAAE,WAAmB;EAN/B;6CAAU;IAAE,WAAW,EAAE,GAAG;IAAE,cAAc,EAAE,GAAG;EASjD,uBAAc;IACZ,KAAK,ECt7Bc,OAA8B;IDu7BjD,WAAW,EAAE,IAAI;IACjB,WAAW,EAAE,IAAI;EAEnB,oBAAW;IACT,KAAK,ECn7BW,OAAuC;IDo7BvD,WAAW,EAAE,IAAI;IACjB,WAAW,EAAE,IAAI;EAEnB,gCAAuB;IACrB,KAAK,ECv7BoB,OAA0F;EDy7BrH,qBAAU;IAAE,WAAW,EAAE,IAAI;EAC7B,+JAAoB;IAElB,0BAA0B,EAAE,IAAI;;;;;AAqCpC,qDAAS;EACP,0BAA0B,EAAE,IAAI;EAChC,OAAO,EAAE,GAAG;EACZ,gBAAgB,EE3uBR,OAA0C;EF4uBlD,gJAAc;IACZ,OAAO,EAAE,IAAI;IACb,MAAM,EAAE,IAAI;IACZ,aAAa,EAAE,GAAG;IAClB,gBAAgB,EEhrBV,wBACgC;;AForB1C,eAAgB;EAGd,YAAY,EAAE,SAAS;EACvB,OAAO,EAAE,GAAG;EACZ,aAAa,EAAE,YAAY;;AAE7B,0BAA2B;EAGzB,YAAY,EAAE,OAAO;EACrB,OAAO,EAAE,GAAG;;AAGd,2CAAW;EACT,YAAY,EAAE,KAAK;EACnB,YAAY,EErxBJ,OAAgE;EFuxBxE,WAAW,EAAE,IAAI;EACjB,gBAAgB,EExwBR,OAA0C;EF4wBlD,sEAAW;IACT,YAAY,ECpgCS,OAAmC;IDqgCxD,gBAAgB,EE9vBV,OAA4C;IF+vBlD,UAAU,EAAE,IAAI;;;;;AAQpB;WACY;EACV,OAAO,EAAE,OAAO;EAChB,YAAY,EAAE,eAAe;EAC7B,YAAY,EAAE,KAAK;EACnB,YAAY,EE9rBJ,OAAyC;EF+rBjD,aAAa,EAAE,CAAC;EAChB,KAAK,EC9jCa,OAAyC;ECoe3D,gBAAgB,EAAE,IAAI;EACtB,gBAAgB,EDteE,OAAyC;ECue3D,UAAU,EAAE,IAAI;EF4lBhB;sBAAW;IACT,YAAY,EAAE,WAAW;IACzB,gBAAgB,EEpyBV,OAA0C;IFqyBhD,gBAAgB,EAAE,IAAI;IACtB,UAAU,EAAE,IAAI;IAChB,KAAK,ECjiCW,OAAuC;EDmiC3D;+BAAkB;IAChB,KAAK,EC1kCa,OAAyC;ED4kC7D;;;iCAAQ;IACN,gBAAgB,EC9kCE,OAAyC;ID+kC3D,KAAK,EC9kCa,OAAyC;ID+kC3D,gBAAgB,EAAE,IAAI;IACtB,YAAY,EAAE,WAAW;IACzB,UAAU,EAAE,IAAI;IAEhB;;;mCAAO;ME3qBL,YAAY,EAAE,sBAAuB;MACrC,gBAAgB,EAAE,WAAW;MAC7B,gBAAgB,EAAE,IAAI;MACzB,UAAU,EAAC,IAAI;MAEZ,WAAW,EAAE,IAAI;MACjB,WAAW,EAAE,IAAI;IFsqBnB;6BAAQ;MACN,YAAY,EEvtBN,OAAyC;IFytBjD;;+BAAoB;MEt3BlB,KAAK,EDzLoB,OAAkB;MC0L3C,YAAY,EA8CN,OAAgE;MA7CtE,gBAAgB,EAAE,wDAK+C;MFi3BjE,YAAY,EC1lCI,OAAyC;MD2lCzD,UAAU,EAAE,IAAI;MAChB;;uCAAQ;QE52BR,KAAK,EDrPE,OAAyC;QCsPhD,YAAY,EAgCN,OAAgE;QA/BtE,gBAAgB,EAAE,4CAKyB;QFu2B5C,YAAY,EC9lCK,OAAyC;QD+lCvD,UAAU,EAAE,IAAI;MAElB;;0CAAW;QACT,gBAAgB,EAAE,IAAI;QACtB,gBAAgB,EEl0BZ,OAA0C;QFm0B9C,YAAY,EEn0BR,OAA0C;IFu0BlD;wCAAmB;MACpB,gBAAgB,EAAE,mBAA6B;MAC/C;gDAAQ;QACN,gBAAgB,EE5uBT,OAAyC;MF8uBlD;sDAAc;QACZ,gBAAgB,EC9mCC,OAAyC;QD+mC1D,KAAK,EAAE,mBAA6B;QACrC;;gEAAoB;UAClB,gBAAgB,ECjnCA,OAAyC;UDknCtD,KAAK,EAAE,mBAA6B;IAKzC;gCAAW;MACT,gBAAgB,EEv1BV,OAA0C;MFw1BhD,KAAK,ECllCW,OAAuC;IDqlCzD;;;;;;;4CAAqE;MACnE,gBAAgB,EAAE,IAAI;MACtB,gBAAgB,EE71BV,OAA0C;MF81BhD,KAAK,ECxlCW,OAAuC;ID0lCzD;;;+CAAmB;MExtBjB,YAAY,EAAE,sBAAuB;MACrC,gBAAgB,EAAE,WAAW;MAC7B,gBAAgB,EAAE,IAAI;MACzB,UAAU,EAAC,IAAI;MAEZ,WAAW,EAAE,IAAI;MACjB,WAAW,EAAE,IAAI;IFqtBnB;mCAAc;MACZ,gBAAgB,ECroCA,OAAyC;MDsoCzD,KAAK,EAAE,mBAA6B;MACpC;;6CAAoB;QEp3BpB,KAAK,EAAE,OAA2D;QAClE,YAAY,EAHN,OAAgE;QAItE,gBAAgB,EAAE,4CAAsD;QAIxE;;;;8EAAS;UAAE,KAAK,EAAE,OAAO;EFm3B3B;oBAAO;IACL,WAAW,EAAE,MAAM;IACnB,OAAO,EAAE,QAAQ;EAGnB;uBAAU;IACR,SAAS,EAAE,OAAO;IAClB,OAAO,EAAE,MAAM;EAIjB;;;;oFACiC;IAC/B,0BAA0B,EAAE,IAAI;IAChC,0BAA0B,EAAE,GAAG;IAC/B,YAAY,EAAE,KAAK;IACnB,YAAY,EAAE,2HAKmB;IAEjC;;uDAAW;MACT,YAAY,EAAE,gEACa;EAI/B;4BAAiB;IAEf,KAAK,ECloCoB,OAAkB;IDmoC3C,WAAW,EAAE,IAAI;IACjB,YAAY,EE9yBN,OAAyC;IF+yB/C,gBAAgB,EAAE,IAAI;IACtB,gBAAgB,EE95BV,OAAgE;IF+5BtE,UAAU,EAAE,IAAI;IAEhB;uCAAW;MACT,gBAAgB,EAAE,IAAI;MACtB,gBAAgB,EEn5BZ,OAA0C;MFo5B9C,UAAU,EAAE,IAAI;IAKlB;sCAAQ;MEp/BR,UAAU,EAAE,8BAA2B;MAEvC,KAAK,ED/JoB,OAAkB;MCgK3C,YAAY,EAsLN,OAAyC;MArL/C,gBAAgB,EAAE,4CAGa;MFg/B7B;;;oDAAO;QEpxBT,YAAY,EAAE,sBAAuB;QACrC,gBAAgB,EAAE,WAAW;QAC7B,gBAAgB,EAAE,IAAI;QACzB,UAAU,EAAC,IAAI;QAEZ,WAAW,EAAE,IAAI;QACjB,WAAW,EAAE,IAAI;MFgxBf;8CAAQ;QE1+BV,KAAK,ED5KoB,OAAkB;QC6K3C,YAAY,EAyKN,OAAyC;QAxK/C,gBAAgB,EAAE,4CAE+B;MFw+B/C;;gDAAoB;QE/9BtB,KAAK,EDzLoB,OAAkB;QC0L3C,YAAY,EA4JN,OAAyC;QA3J/C,gBAAgB,EAAE,wDAK+C;MF09B/D;;;;6DACgB;QEj6BlB,KAAK,ED1PoB,OAAkB;QC2P3C,YAAY,EAHN,OAA0C;QAIhD,gBAAgB,EAAE,mCAAgC;QAClD,WAAW,EAAE,IAAI;QACjB,WAAW,EAAE,IAAI;QApSO,UAAU,EAAE,gEAAkB;QFmsClD,iBAAiB,EAAE,IAAI;QACvB,YAAY,EEt6BV,OAA0C;QFw6B5C;;;;;;;;uEACU;UEv5Bd,KAAK,EAAE,OAAyD;UAChE,YAAY,EAHN,OAA4C;UAIlD,gBAAgB,EAAE,mCAAgC;UAlT1B,UAAU,EAAE,gEAAkB;UFysChD,YAAY,EE36BZ,OAA0C;QF86B5C;;;;2EAAc;UE74BlB,KAAK,EAAE,OAAiE;UACxE,YAAY,EAHN,OAA4C;UAIlD,gBAAgB,EAAE,mCAAgC;UAClD,WAAW,EAAE,IAAI;UACjB,WAAW,EAAE,IAAI;UAlUX,UAAU,EAqUE,kCAAmC;UFw4B/C,YAAY,EEh7BZ,OAA0C;UAyChD;;;;;;gGAAS;YAAE,KAAK,EAAE,OAAO;QF04BrB;;;;;;;;mFACsB;UE/3B1B,KAAK,EAAE,OAAiE;UACxE,YAAY,EAHN,OAA4C;UAIlD,gBAAgB,EAAE,mCAAgC;UFg4B5C,YAAY,EEv7BZ,OAA0C;UAyDhD;;;;;;;;;;;;wGAAS;YAAE,KAAK,EAAE,OAAO;MFk4BvB;;;;;;;;;yEAE4B;QErzB9B,YAAY,EAAE,sBAAuB;QACrC,gBAAgB,EAAE,WAAW;QAC7B,gBAAgB,EAAE,IAAI;QACzB,UAAU,EAAC,IAAI;QAEZ,WAAW,EAAE,IAAI;QACjB,WAAW,EAAE,IAAI;MFmzBf;oDAAc;QEl+BhB,KAAK,EAAE,OAA4D;QACnE,YAAY,EAgCN,OAA0C;QA9BhD,gBAAgB,EAAE,mCAAgC;QAClD,WAAW,EAAE,IAAI;QACjB,WAAW,EAAE,IAAI;QAlQO,UAAU,EAAE,+CAAkB;QAsQtD;;qFAAS;UAAE,KAAK,EAAE,OAAO;QF49BrB;;8DAAoB;UEl9BxB,KAAK,EAAE,OAA2D;UAClE,YAAY,EAHN,OAAgE;UAItE,gBAAgB,EAAE,4CAAsD;UAIxE;;;;+FAAS;YAAE,KAAK,EAAE,OAAO;MF+8BvB;yDAAmB;QEliCrB,UAAU,EAAE,8BAA2B;QAEvC,KAAK,ED7ME,OAAyC;QC8MhD,YAAY,EAwEN,OAAgE;QAvEtE,gBAAgB,EAAE,4CAGa;QF6hC3B,YAAY,EEz9BV,OAAgE;QF29BlE;iEAAQ;UEvhCZ,KAAK,ED1NE,OAAyC;UC2NhD,YAAY,EA2DN,OAAgE;UA1DtE,gBAAgB,EAAE,4CAE+B;UFqhC3C,YAAY,EE79BZ,OAAgE;QFg+BlE;kEAAS;UE/gCb,KAAK,EDzLoB,OAAkB;UC0L3C,YAAY,EA8CN,OAAgE;UA7CtE,gBAAgB,EAAE,wDAK+C;UF0gC3D,YAAY,EEl+BZ,OAAgE;QFq+BlE;uEAAc;UEt/BlB,KAAK,EDjOc,OAA8B;UCkOjD,YAAY,EAgBN,OAAgE;UAdtE,gBAAgB,EAAE,mCAAgC;UAClD,WAAW,EAAE,IAAI;UACjB,WAAW,EAAE,IAAI;UAlQO,UAAU,EAAE,+CAAkB;UFqvChD,YAAY,EEv+BZ,OAAgE;UARtE;;wGAAS;YAAE,KAAK,EAAE,OAAO;QFk/BrB;oEAAW;UEx9Bf,KAAK,EDxSE,OAAyC;UCyShD,YAAY,EAnBN,OAAgE;UAoBtE,gBAAgB,EAAE,mCAAgC;UAClD,WAAW,EAAE,IAAI;UACjB,WAAW,EAAE,IAAI;UApSO,UAAU,EAAE,gEAAkB;UF0vChD,YAAY,EE5+BZ,OAAgE;QF++BlE;gFAAuB;UE97B3B,KAAK,ED1RoB,OAA0F;UC2RnH,YAAY,EDzRS,OAAmC;UC0RxD,gBAAgB,EAAE,mCAAgC;UAClD,WAAW,EAAE,IAAI;UACjB,WAAW,EAAE,IAAI;UAlUX,UAAU,EAqUE,kCAAmC;UFy7B/C,YAAY,EEj/BZ,OAAgE;UAyDtE;;iHAAS;YAAE,KAAK,EAAE,OAAO;IF67BzB;;uDAAgB;MACd,YAAY,EAAE,qBAAqC;MACnD,gBAAgB,EAAE,iDAAiE;MACnF,UAAU,EAAE,IAAI;MAChB,YAAY,EAAE,IAAI;MAClB,aAAa,EAAE,IAAI;MAEnB;;kEAAS;QAAE,uBAAuB,EAAE,CAAC;MAErC;uDAAO;QACL,gBAAgB,EAAE,mCAAmC;QACrD,KAAK,EAAE,wBAAsC;QAC7C,WAAW,EAAE,IAAI;EAOvB;;aAAuB;IACrB,aAAa,EAAE,CAAC;EAGlB;gCAAqB;IACnB,OAAO,EAAE,GAAG;IACZ;0CAAQ;MAAE,OAAO,EAAE,GAAG;;;;;AAQ1B;;uCAAkB;EAChB,OAAO,EAAE,WAAW;EEh4BlB,YAAY,EAAE,sBAAuB;EACrC,gBAAgB,EAAE,WAAW;EAC7B,gBAAgB,EAAE,IAAI;EACzB,UAAU,EAAC,IAAI;EAEZ,WAAW,EAAE,IAAI;EACjB,WAAW,EAAE,IAAI;EF43BnB,KAAK,EChzCI,OAAyC;EDizClD,uBAAQ;IAAC,YAAY,EE3hCb,OAAgE;EF4hCxE,mDAAoB;IAClB,gBAAgB,EE7hCV,OAAgE;EF+hCxE,6BAAc;IAAE,YAAY,EAAE,GAAG;EACjC,4BAAa;IAAE,aAAa,EAAE,GAAG;EACjC,4BAAa;IACX,YAAY,EAAE,IAAI;IAClB,aAAa,EAAE,IAAI;EAIrB,mCAAkB;IAAE,YAAY,EAAE,GAAG;EACrC,oCAAmB;IAAE,aAAa,EAAE,GAAG;EACvC,mCAAkB;IAAE,aAAa,EAAE,CAAC;IAAE,YAAY,EAAE,CAAC;EACrD;;kDAAS;IAAE,WAAW,EAAE,GAAG;;;;;AAM7B,gBAAiB;EACf,4BAA4B,EAAE,CAAC;EAC/B,8BAA8B,EAAE,EAAE;EAClC,4BAA4B,EAAE,CAAC;EAC/B,8BAA8B,EAAE,EAAE;EAClC,0BAA0B,EAAE,EAAE;EAE9B,iBAAiB,EAAE,OAAgC;EACnD,gBAAgB,EExiCR,OAA0C;EF0iClD,yBAAW;IAAE,aAAa,EAAE,CAAC;EAE7B,6DAAgC;IAC9B,iBAAiB,EAAE,OAAgD;IACnE,gBAAgB,EAAE,qBAA8B;EAGlD,4BAAc;IACZ,KAAK,ECpzCc,OAA8B;IDqzCjD,qCAAW;MACT,KAAK,EAAE,OAAgD;MACvD,8CAAW;QAAE,KAAK,EAAE,OAAyD;IAE/E,qCAAW;MAAE,KAAK,EChzCO,OAA0F;EDmzCrH,mCAAqB;IACnB,KAAK,EAAE,kBAA0B;EAGnC,yBAAW;IACT,iBAAiB,EAAE,OAAgD;IACnE,UAAU,EEhkCJ,OAA0C;EFmkClD,oBAAM;IACJ,YAAY,EAAE,UAAU;IACxB,YAAY,EAAE,GAAG;IACjB,YAAY,EAAE,OAAuC;EAGvD,yBAAW;IACT,gBAAgB,EAAE,kCAAkC;IAEpD,KAAK,EAAE,OAAgC;IADvC,kCAAW;MAAE,gBAAgB,EAAE,sCAAsC;IAErE,+BAAQ;MAAE,KAAK,ECn3CR,OAAyC;IDo3ChD,kCAAW;MACT,KAAK,EAAE,OAAgD;MACvD,wCAAQ;QAAE,KAAK,ECx0CQ,OAAkB;MDy0CzC,2CAAW;QAAE,KAAK,EAAE,OAAyD;IAG/E,iCAAU;MAAE,gBAAgB,EAAE,mCAAmC;IAEjE,kCAAW;MAAE,KAAK,EAAE,OAAkD;EAGxE,4BAAc;IACY,KAAK,ECn4CpB,OAAyC;IDq4ClD,MAAM,EAAE,iBAAiC;IACzC,aAAa,EAAE,GAAG;IAClB,gBAAgB,EAAE,4CAE+C;IACjE,UAAU,EAAE,8DAG4D;IAExE,qCAAW;MAEN,KAAK,EExnCJ,OAAgE;MFynCjE,UAAU,EAAE,IAAI;MAKnB,gBAAgB,EAAE,4CAEwC;MAE1D,8CAAW;QAEP,KAAK,EEpoCL,OAAgE;QFqoChE,YAAY,EEroCZ,OAAgE;QFwoClE,gBAAgB,ECr3CF,KAA8D;IDy3ChF,qCAAW;MACiB,KAAK,EC13Cf,KAA8D;MD43C9E,gBAAgB,EAAE,IAAI;MACtB,UAAU,EAAE,IAAI;EAIpB,uBAAS;IACP,gBAAgB,EAAE,qBAA6B;IAC/C,aAAa,EAAE,GAAG;IAElB,gCAAW;MACT,gBAAgB,EAAE,wBAEmC;MAEnD,YAAY,EAAE,KAAK;MACnB,YAAY,EAAE,KAAK;MACnB,YAAY,EE/pCV,OAAgE;;AFsqCxE;;2CAAQ;EAGN,KAAK,EADkB,OAAgC;EAEvD,gBAAgB,ECn8CP,OAAyC;EDo8ClD,WAAW,EAAE,IAAI;EACjB,WAAW,EAAE,IAAI;EACjB,UAAU,EAAE,IAAI;EAChB;;mDAAQ;IAEN,KAAK,EAAE,OAA0C;IACjD,UAAU,EAAE,IAAI;IAChB,UAAU,EAAE,IAAI;EAElB;;oDAAS;IAEP,KAAK,EC58CA,OAAyC;ID68C9C,UAAU,EAAE,IAAI;AAMpB;;;+FAG6B;EAC3B,kBAAkB,EAAE,IAAI;;AAI5B;;;8CAAyB;EACvB,UAAU,EAAE,IAAI;EAChB,KAAK,EEvsCG,OAAgE;EFwsCxE,UAAU,EAAE,oGAEmD;;AAMjE;;sGAAsB;EACpB,OAAO,EAAE,OAAO;EAChB,YAAY,EAAE,qBAAqB;EACnC,aAAa,EAAE,CAAC;EAChB,gBAAgB,EAAE,IAAI;EACtB,YAAY,EErsCJ,OAA0C;EFssClD,WAAW,EAAE,IAAI;EACjB;;yDAAc;IACZ,YAAY,EExsCN,OAA0C;IFysChD,gBAAgB,EAAE,IAAI;EAExB;;sDAAW;IACT,YAAY,EE5sCN,OAA0C;IF6sChD,YAAY,EAAE,qBAAqB;IACnC,KAAK,EAAE,OAAgD;IACvD,gBAAgB,EAAE,IAAI;IACtB,gBAAgB,EC78CE,KAA8D;ID88ChF,0CAAc;MACZ,YAAY,EEltCR,OAA0C;MFmtC9C,gBAAgB,EAAE,IAAI;;;;;AAS5B,QAAS;EACP,0BAA0B,EAAE,IAAI;EAChC,OAAO,EAAE,GAAG;EACZ,UAAU,EAAE,IAAI;EAChB,iBAAW;IAAE,gBAAgB,EEhuCrB,OAA0C;EFiuClD,oBAAc;IACZ,OAAO,EAAE,OAAO;IAChB,0BAAQ;MACN,gBAAgB,EEpvCZ,OAAgE;MFqvCpE,KAAK,EC79CkB,OAAkB;ID+9C3C,gCAAc;MACZ,KAAK,EC1+CY,OAA8B;MD2+C/C,UAAU,EAAE,IAAI;;AAKtB,KAAM;EACJ,OAAO,EAAE,GAAG;EACZ,gBAAgB,EEhvCR,OAA0C;EFivClD,MAAM,EAAE,iBAAwB;EAChC,aAAa,EAAE,GAAG;EAClB,UAAO;IAAE,MAAM,EAAE,iBAAwB;EACzC,eAAU;IACX,WAAW,EAAE,IAAI;IACd,OAAO,EAAE,OAAO;IAChB,qBAAQ;MACN,KAAK,ECh/CkB,OAAkB;MDi/CzC,gBAAgB,EEzwCZ,OAAgE;MF0wCpE,eAAe,EAAE,WAAW;MAC5B,YAAY,EAAE,KAAK;MACnB,YAAY,EAAE,eAAe;MAC7B,YAAY,EAAE,OAA0F;MAExG,iCAAc;QACZ,aAAa,EAAE,eAAe;QAC9B,YAAY,EAAE,eAAe;MAE/B,gCAAY;QACV,aAAa,EAAE,eAAe;QAC9B,YAAY,EAAE,eAAe;IAGjC,2BAAc;MACZ,KAAK,EC3gDY,OAA8B;MD4gD/C,oCAAW;QAAE,KAAK,ECngDK,OAA0F;IDqgDnH,wDAA6B;MAC3B,KAAK,ECnjDA,OAAyC;MDojD9C,gBAAgB,EE9wCZ,OAA0C;IFixChD,qBAAQ;MAAE,gBAAgB,EAAE,kCAAkC;IAC9D,8BAAiB;MAAC,gBAAgB,EAAC,sCAAsC;EAG3E;oCAAS;IAEP,YAAY,EAAE,IAAI;IAClB,aAAa,EAAE,CAAC;IAChB,gBAAM;MAAE,aAAa,EAAE,iBAA0C;IACjE,mBAAS;MAAE,UAAU,EAAE,iBAA0C;IACjE,kBAAQ;MAAE,gBAAgB,EAAE,OAAgC;IAC5D,wBAAc;MACZ,KAAK,EAAE,WAAW;MAClB,gBAAgB,EAAE,WAAW;MAC7B,YAAY,EAAE,WAAW;;AAK/B,sBAAuB;EAAE,KAAK,EAAE,wBAA2B;;;;;AAO3D,QAAS;EACP,OAAO,EAAE,GAAG;EACZ,MAAM,EAAE,iBAAwB;EAChC,aAAa,EAAE,GAAG;EAClB,gBAAgB,EE/yCR,OAA0C;EFizClD,UAAU,EAAE,4BAAoC;EAEhD,iBAAW;IACT,UAAU,EAAE,IAAI;EAGlB;;;;;6IAGiB;IACf,YAAY,EAAE,IAAI;IAClB,gBAAgB,EAAE,WAAW;EAG/B;;wCAAa;IACd,KAAK,ECtmDK,OAAyC;EDymDlD;;8CAAmB;IACpB,gBAAgB,EAAE,uBAAuC;IACzD,KAAK,EC3mDK,OAAyC;ID4mDnD,WAAW,EAAE,IAAI;IACd,UAAU,EAAE,IAAI;;AAOpB;cACe;EACb,gBAAgB,EAAE,WAAW;EAC7B,gBAAgB,EAAE,IAAI;EACtB,UAAU,EAAE,IAAI;EAChB,YAAY,EAAE,IAAI;EAClB;oBAAM;IAAE,gBAAgB,EAAE,0CAA0C;EACpE;uBAAS;IAAE,gBAAgB,EAAE,wCAAwC;;;;;;AAQvE,SAAU;EAMR,gBAAgB,EEn2CR,OAA0C;EFo2ClD,wBAAwB,EAAE,CAAC;EAC3B,0BAA0B,EAAE,CAAC;EAC7B,0BAA0B,EAAE,CAAC;EAC7B,wBAAwB,EAAE,CAAC;EAC3B,wBAAwB,EAAE,KAAK;EAC/B,wBAAwB,EAAE,CAAC;EAC3B,2BAA2B,EAAE,CAAC;EAC9B,UAAU,EAAE,8CAAwB;EAIpC,eAAQ;IACN,MAAM,EAAE,iBAAwB;IAEhC,mBAAM;MAAE,gBAAgB,EAAE,CAAC;IAC3B,sBAAS;MAAE,mBAAmB,EAAE,CAAC;IACjC,qBAAQ;MAAE,kBAAkB,EAAE,CAAC;IAC/B,oBAAO;MAAE,iBAAiB,EAAE,CAAC;EAG/B,gBAAS;IAGP,gBAAgB,EE33CV,OAA0C;IF43ChD,WAAW,EAAE,GAAG;IAGhB,sBAAQ;MACN,YAAY,EAAE,KAAK;MACnB,YAAY,EEj5CR,OAAgE;MFk5CpE,0BAAM;QAAE,YAAY,EAAE,GAAG;MACzB,6BAAS;QAAE,YAAY,EAAE,GAAG;MAC5B,4BAAQ;QAAE,YAAY,EAAE,GAAG;MAC3B,2BAAO;QAAE,YAAY,EAAE,GAAG;MAC1B,+BAAW;QAAE,YAAY,EEt5CrB,OAAgE;IFw5CtE,oBAAM;MACJ,UAAU,EAAE,oBAA2B;IAGzC,uBAAS;MACP,UAAU,EAAE,mBAA0B;IAGxC,sBAAQ;MACN,UAAU,EAAE,mBAA0B;IAGxC,qBAAO;MACL,UAAU,EAAE,oBAA2B;EAK3C,aAAI;IACF,YAAY,EAAE,GAAG;IACjB,YAAY,EAAE,KAAK;IACnB,YAAY,EAAE,mBAAuF;IACrG,gBAAgB,EAAE,mBAAuF;IAEzG,cAAc,EAAE,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAYjB,uCAAgB;MAAE,OAAO,EAAE,OAAyB;IACpD,uCAAgB;MAAE,OAAO,EAAE,OAAyB;IAgCpD,8BAAmB;MACrB,gBAAgB,EE98CR,OAA0C;MF+8C9C,yEAAgB;QACd,YAAY,EAAE,IAAI;QAClB,aAAa,EAAE,GAAG;QAClB,cAAc,EAAE,GAAG;IAGvB,iBAAM;MAEJ,aAAa,EAAE,eAAe;MAC9B,0FAA2C;QACzC,YAAY,EEz+CV,OAAgE;QF0+CxE,mBAAmB,EE19CX,OAA0C;QF29ClD,gBAAgB,EE39CR,OAA0C;QF49ClD,kPAAyB;UACxB,YAAY,EE7+CL,OAAgE;UF8+CvE,mBAAmB,EE99CZ,OAA0C;IFk+ChD,oBAAS;MACP,aAAa,EAAE,eAAe;MAC9B,mGAA2C;QACzC,YAAY,EEr/CV,OAAgE;QFs/CxE,gBAAgB,EEt+CR,OAA0C;QFu+ClD,gBAAgB,EEv+CR,OAA0C;QFw+ClD,oQAAyB;UACxB,YAAY,EEz/CL,OAAgE;UF0/CvE,gBAAgB,EE1+CT,OAA0C;IF8+ChD,kBAAO;MACL,aAAa,EAAE,eAAe;MAC9B,6FAA2C;QACzC,YAAY,EEjgDV,OAAgE;QFkgDxE,kBAAkB,EEl/CV,OAA0C;QFm/ClD,gBAAgB,EEn/CR,OAA0C;QFo/ClD,wPAAyB;UACxB,YAAY,EErgDL,OAAgE;UFsgDvE,kBAAkB,EEt/CX,OAA0C;IF0/ChD,mBAAQ;MACN,aAAa,EAAE,eAAe;MAC9B,gGAA2C;QACzC,YAAY,EE7gDV,OAAgE;QF8gDxE,iBAAiB,EE9/CT,OAA0C;QF+/ClD,gBAAgB,EE//CR,OAA0C;QFggDlD,8PAAyB;UACxB,YAAY,EEjhDL,OAAgE;UFkhDvE,iBAAiB,EElgDV,OAA0C;IFwgDhD,gDAAyB;MACvB,gBAAgB,EAAE,wBAAiC;MACnD,YAAY,EAAE,wBAAiC;IAW/C,kCAA4B;MAC5B,YAAY,EAAE,GAAG;MACjB,YAAY,EAAE,KAAK;MACnB,YAAY,EExhDR,OAA0C;MFyhD9C,gBAAgB,EEzhDZ,OAA0C;MF0hD9C,kBAAwB,EAAE,GAAG;MAC7B,kBAAwB,EE3iDpB,OAAgE;MF4iDpE,UAAU,EAAE,8BAA4B;MACtC,0FAAyB;QACvB,UAAU,EAAE,8EAAwF;MAEtG,yFAAwB;QACtB,UAAU,EAAE,8DAAoE;QAChF,qGAAQ;UACf,gBAAgB,EEniDT,OAA0C;UFoiDjD,YAAY,EEpiDL,OAA0C;UFqiDjD,kBAAwB,EErjDjB,OAAgE;QFujDhE,2GAAW;UACT,gBAAgB,EExiDlB,OAA0C;UFyiDjD,YAAY,EEziDL,OAA0C;UF0iDjD,kBAAwB,EE1jDjB,OAAgE;MF6jDlE,2CAAW;QAChB,gBAAgB,EE9iDT,OAA0C;QF+iDjD,YAAY,EE/iDL,OAA0C;QFgjDjD,kBAAwB,EEhkDjB,OAAgE;IFqiDpE,qCAA4B;MAC5B,YAAY,EAAE,GAAG;MACjB,YAAY,EAAE,KAAK;MACnB,YAAY,EExhDR,OAA0C;MFyhD9C,gBAAgB,EEzhDZ,OAA0C;MF0hD9C,kBAAwB,EAAE,GAAG;MAC7B,kBAAwB,EE3iDpB,OAAgE;MF4iDpE,UAAU,EAAE,8BAA4B;MACtC,gGAAyB;QACvB,UAAU,EAAE,8EAAwF;MAEtG,+FAAwB;QACtB,UAAU,EAAE,8DAAoE;QAChF,2GAAQ;UACf,gBAAgB,EEniDT,OAA0C;UFoiDjD,YAAY,EEpiDL,OAA0C;UFqiDjD,kBAAwB,EErjDjB,OAAgE;QFujDhE,iHAAW;UACT,gBAAgB,EExiDlB,OAA0C;UFyiDjD,YAAY,EEziDL,OAA0C;UF0iDjD,kBAAwB,EE1jDjB,OAAgE;MF6jDlE,8CAAW;QAChB,gBAAgB,EE9iDT,OAA0C;QF+iDjD,YAAY,EE/iDL,OAA0C;QFgjDjD,kBAAwB,EEhkDjB,OAAgE;IFqiDpE,mCAA4B;MAC5B,YAAY,EAAE,GAAG;MACjB,YAAY,EAAE,KAAK;MACnB,YAAY,EExhDR,OAA0C;MFyhD9C,gBAAgB,EEzhDZ,OAA0C;MF0hD9C,mBAAwB,EAAE,GAAG;MAC7B,mBAAwB,EE3iDpB,OAAgE;MF4iDpE,UAAU,EAAE,8BAA4B;MACtC,4FAAyB;QACvB,UAAU,EAAE,8EAAwF;MAEtG,2FAAwB;QACtB,UAAU,EAAE,8DAAoE;QAChF,uGAAQ;UACf,gBAAgB,EEniDT,OAA0C;UFoiDjD,YAAY,EEpiDL,OAA0C;UFqiDjD,mBAAwB,EErjDjB,OAAgE;QFujDhE,6GAAW;UACT,gBAAgB,EExiDlB,OAA0C;UFyiDjD,YAAY,EEziDL,OAA0C;UF0iDjD,mBAAwB,EE1jDjB,OAAgE;MF6jDlE,4CAAW;QAChB,gBAAgB,EE9iDT,OAA0C;QF+iDjD,YAAY,EE/iDL,OAA0C;QFgjDjD,mBAAwB,EEhkDjB,OAAgE;IFqiDpE,oCAA4B;MAC5B,YAAY,EAAE,GAAG;MACjB,YAAY,EAAE,KAAK;MACnB,YAAY,EExhDR,OAA0C;MFyhD9C,gBAAgB,EEzhDZ,OAA0C;MF0hD9C,mBAAwB,EAAE,GAAG;MAC7B,mBAAwB,EE3iDpB,OAAgE;MF4iDpE,UAAU,EAAE,8BAA4B;MACtC,8FAAyB;QACvB,UAAU,EAAE,8EAAwF;MAEtG,6FAAwB;QACtB,UAAU,EAAE,8DAAoE;QAChF,yGAAQ;UACf,gBAAgB,EEniDT,OAA0C;UFoiDjD,YAAY,EEpiDL,OAA0C;UFqiDjD,mBAAwB,EErjDjB,OAAgE;QFujDhE,+GAAW;UACT,gBAAgB,EExiDlB,OAA0C;UFyiDjD,YAAY,EEziDL,OAA0C;UF0iDjD,mBAAwB,EE1jDjB,OAAgE;MF6jDlE,6CAAW;QAChB,gBAAgB,EE9iDT,OAA0C;QF+iDjD,YAAY,EE/iDL,OAA0C;QFgjDjD,mBAAwB,EEhkDjB,OAAgE;IFokDtE,oBAAO;MACL,OAAO,EAAE,KAAK;MACd,KAAK,EC51DA,OAAyC;ID+1DhD,uEAA4C;MAE1C,KAAK,ECj2DA,OAAyC;IDo2DhD,mEAAwC;MAEtC,KAAK,ECt2DA,OAAyC;IDy2DhD;;+CAAQ;MACN,OAAO,EAAE,GAAG;MACZ,MAAM,EAAE,qBAAqB;MAC7B,aAAa,EAAE,GAAG;MAClB,gBAAgB,EAAE,IAAI;MACtB,gBAAgB,EExlDZ,OAAgE;MFylDpE,UAAU,EAAE,IAAI;MAChB,WAAW,EAAE,IAAI;MACjB,UAAU,EAAE,IAAI;MAChB,KAAK,EE5kDD,OAA0C;MF6kD9C,2BAAQ;QACN,gBAAgB,EC91Db,OAAO;QD+1DV,YAAY,EAAE,WAAW;QACzB,gBAAgB,EAAE,IAAI;QACtB,UAAU,EAAE,IAAI;MAElB,4BAAS;QACP,KAAK,EEplDH,OAA0C;QFqlD5C,YAAY,EAAE,WAAW;QACzB,gBAAgB,EAAE,IAAI;QACtB,UAAU,EAAE,IAAI;MAElB,8BAAW;QACT,KAAK,EE1lDH,OAA0C;QF2lD5C,YAAY,EAAE,WAAW;MAE3B;;4DAAa;QACX,OAAO,EAAE,GAAG;IAGhB,qEAA0C;MAC5C,gBAAgB,ECl3DP,OAAO;EDq3DhB,eAAQ;IACN,KAAK,ECx2Dc,OAA8B;IDy2DjD,qBAAQ;MAAE,KAAK,ECt4DL,OAAyC;IDu4DnD,sBAAS;MAAE,KAAK,EExnDV,OAAgE;IFynDtE,2BAAc;MACZ,KAAK,EAAE,wBAAyC;IAElD,wBAAW;MACT,KAAK,EC/2DY,OAA8B;MDg3D/C,oCAAc;QACZ,KAAK,EAAE,wBAAyC;;;;;AAUxD,UAAW;EACT,uBAAuB,EAAE,CAAC;EAC1B,kCAAkC,EAAE,IAAI;EACxC,iCAAiC,EAAE,IAAI;EACvC,sBAAsB,EAAE,EAAE;EAC1B,+BAA+B,EAAE,EAAE;EACnC,yBAAyB,EAAE,CAAC;EAC5B,+BAA+B,EAAE,CAAC;EAElC;;0CAAQ;IACT,MAAM,EAAE,IAAI;IACZ,gBAAgB,EAAC,IAAI;IACrB,gBAAgB,EAAE,WAAW;IAC7B,UAAU,EAAE,IAAI;IAChB,wBAAQ;MACP,KAAK,ECv6DO,OAAyC;MDw6DrD,gBAAgB,EAAC,IAAI;MACrB,gBAAgB,EAAE,WAAW;IAE9B,8BAAc;MAAE,KAAK,EC94DC,OAA8B;EDk5DnD,wCACW;IAAE,OAAO,EAAE,KAAK;EAC3B,0DAAkD;IAAE,OAAO,EAAE,KAAK;EAGlE,0DAAkD;IAChD,sBAAsB,EAAE,GAAG;IAC3B,kCAAkC,EAAE,KAAK;IAC5C,iCAAiC,EAAE,KAAK;IAErC,kEAAQ;MEj7DV,YAAY,EAAE,qIAAiI;MAC/I,aAAa,EFg7DmE,CAAC;ME/6DjF,YAAY,EF+6D8E,eAAgB;ME96D1G,YAAY,EAAE,KAAK;MACnB,YAAY,EAAE,WAAW;IF86DvB,6EAAqB;MEl7DvB,YAAY,EAAE,2JAAiI;MAC/I,aAAa,EFi7D2F,CAAC;MEh7DzG,YAAY,EFg7DsG,eAAgB;ME/6DlI,YAAY,EAAE,KAAK;MACnB,YAAY,EAAE,WAAW;IFg7DvB,kEAAQ;MACN,MAAM,EAAE,IAAI;MACZ,UAAU,EAAE,IAAI;EAIpB,iBAAS;IE17DT,YAAY,EAAE,qHAAiI;IAC/I,aAAa,EF07DiD,CAAC;IEz7D/D,YAAY,EFy7D4D,eAAgB;IEx7DxF,YAAY,EAAE,KAAK;IACnB,YAAY,EAAE,WAAW;IFy7DvB,0BAAW;ME77Db,YAAY,EAAE,6HAAiI;MAC/I,aAAa,EF47DkE,CAAC;ME37DhF,YAAY,EF27D6E,eAAgB;ME17DzG,YAAY,EAAE,KAAK;MACnB,YAAY,EAAE,WAAW;IF07DvB,4BAAa;ME97Df,YAAY,EAAE,2IAAiI;MAC/I,aAAa,EF67D2E,CAAC;ME57DzF,YAAY,EF47DsF,eAAgB;ME37DlH,YAAY,EAAE,KAAK;MACnB,YAAY,EAAE,WAAW;EF47DzB,iBAAS;IEh8DT,YAAY,EAAE,qHAAiI;IAC/I,aAAa,EFg8DiD,CAAC;IE/7D/D,YAAY,EF+7D4D,eAAgB;IE97DxF,YAAY,EAAE,KAAK;IACnB,YAAY,EAAE,WAAW;IF+7DvB,0BAAW;MEn8Db,YAAY,EAAE,6HAAiI;MAC/I,aAAa,EFk8DkE,CAAC;MEj8DhF,YAAY,EFi8D6E,eAAgB;MEh8DzG,YAAY,EAAE,KAAK;MACnB,YAAY,EAAE,WAAW;IFi8DvB,sDAAuB;MEr8DzB,YAAY,EAAE,iIAAiI;MAC/I,aAAa,EFq8DyD,CAAC;MEp8DvE,YAAY,EFo8DoE,eAAgB;MEn8DhG,YAAY,EAAE,KAAK;MACnB,YAAY,EAAE,WAAW;MFo8DrB,wEAAW;QEx8Df,YAAY,EAAE,yIAAiI;QAC/I,aAAa,EFu8D0E,CAAC;QEt8DxF,YAAY,EFs8DqF,eAAgB;QEr8DjH,YAAY,EAAE,KAAK;QACnB,YAAY,EAAE,WAAW;IFs8DvB,wBAAS;ME18DX,YAAY,EAAE,mIAAiI;MAC/I,aAAa,EF08D0D,CAAC;MEz8DxE,YAAY,EFy8DqE,eAAgB;MEx8DjG,YAAY,EAAE,KAAK;MACnB,YAAY,EAAE,WAAW;MFy8DrB,iCAAW;QE78Df,YAAY,EAAE,2IAAiI;QAC/I,aAAa,EF48D2E,CAAC;QE38DzF,YAAY,EF28DsF,eAAgB;QE18DlH,YAAY,EAAE,KAAK;QACnB,YAAY,EAAE,WAAW;IF48DvB,4BAAa;MEh9Df,YAAY,EAAE,2IAAiI;MAC/I,aAAa,EFg9D8D,CAAC;ME/8D5E,YAAY,EF+8DyE,eAAgB;ME98DrG,YAAY,EAAE,KAAK;MACnB,YAAY,EAAE,WAAW;MF+8DrB,4EAAuB;QEn9D3B,YAAY,EAAE,uJAAiI;QAC/I,aAAa,EFk9D6F,CAAC;QEj9D3G,YAAY,EFi9DwG,eAAgB;QEh9DpI,YAAY,EAAE,KAAK;QACnB,YAAY,EAAE,WAAW;MFg9DrB,mCAAS;QEp9Db,YAAY,EAAE,yJAAiI;QAC/I,aAAa,EFm9DgF,CAAC;QEl9D9F,YAAY,EFk9D2F,eAAgB;QEj9DvH,YAAY,EAAE,KAAK;QACnB,YAAY,EAAE,WAAW;;AFs9D3B;0BAC2B;EACzB,YAAY,EAAE,WAAW;EAEzB,YAAY,EAAE,8EAAuF;EACrG,gBAAgB,EC99DG,OAAqB;EDg+DxC;qCAAW;IAAE,kBAAkB,EAAE,OAAO;EAExC;qCAAW;IACT,mBAAmB,EAAE,wDAAwE;IAC7F,gBAAgB,ECj8DU,OAA8B;;;;;AD08D5D,SAAU;EACR,uBAAuB,EAAE,IAAI;EAE7B,WAAW,EAAE,IAAI;EACjB,SAAS,EAAE,OAAO;EAClB,cAAc,EAAE,GAAG;EACnB,UAAU,EAAE,kCAAoC;EAGhD,gBAAS;IAEP,MAAM,EAAE,iBAAwB;IAChC,aAAa,EAAE,GAAG;IAClB,KAAK,EC1gEE,OAAyC;ID2gEhD,gBAAgB,EAAE,IAAI;IACtB,gBAAgB,EEtuDV,OAA0C;IFuuDhD,WAAW,EAAE,IAAI;IACjB,uBAAS;MACP,KAAK,EEzvDD,OAAgE;MF0vDpE,YAAY,EE1vDR,OAAgE;MF2vDpE,UAAU,EAAE,IAAI;MAChB,WAAW,EAAE,IAAI;MACjB,6BAAQ;QAAE,YAAY,EC5gEd,OAAyC;ID8gEnD,sBAAQ;MACT,YAAY,EEhwDL,OAAgE;IFkwDtE,4BAAc;MACZ,KAAK,ECr/DY,OAA8B;MDs/D/C,YAAY,EEpwDR,OAAgE;MFqwDpE,gBAAgB,EAAE,IAAI;MACtB,gBAAgB,EEvtDZ,OAA4C;MFwtDhD,UAAU,EAAE,IAAI;MAChB,WAAW,EAAE,IAAI;EAKrB,gBAAS;IACP,OAAO,EAAE,GAAG;IACZ,MAAM,EAAE,SAAS;IACjB,aAAa,EAAE,GAAG;IAClB,YAAY,EAAC,sBAAuB;IACpC,UAAU,EAAE,IAAI;IAChB,gBAAgB,EEnxDV,OAAgE;IFoxDtE,sBAAQ;MACN,UAAU,EAAE,IAAI;IAElB,uBAAS;MACT,gBAAgB,EExxDV,OAAgE;MFyxDpE,6BAAQ;QAAE,gBAAgB,ECxiElB,OAAyC;ID0iEnD,4BAAc;MAAE,gBAAgB,EE5uD1B,OAA4C;EF+uDpD,4BAAqB;IAEjB,UAAU,EAAE,IAAI;IAChB,YAAY,EEjyDR,OAAgE;IFkyDpE,qCAAW;MAAE,YAAY,EElyDrB,OAAgE;IFmyDpE,4CAAkB;MAAE,iBAAiB,EEnyDjC,OAAgE;IFoyDpE,4CAAkB;MAAE,kBAAkB,EEpyDlC,OAAgE;IFqyDpE,+EACgB;MAAE,YAAY,EEtyD1B,OAAgE;;;;;AF00DtE,MAAY;EACV,gBAAgB,EAAE,yFAC4D;EAC9E,WAAW,EAAoC,aAAsB;EACrE;qCAAc;IAAE,WAAW,EAAE,IAAI;;AAMjC;yBAC+B;EAC7B,gBAAgB,EAAE,2GACqE;;AAb3F,YAAY;EACV,gBAAgB,EAAE,qGAC4D;EAC9E,WAAW,EAAoC,aAAsB;EACrE;2CAAc;IAAE,WAAW,EAAE,IAAI;;AAMjC;+BAC+B;EAC7B,gBAAgB,EAAE,uHACqE;;AAb3F,aAAY;EACV,gBAAgB,EAAE,uGAC4D;EAC9E,WAAW,EAAoC,aAAsB;EACrE;4CAAc;IAAE,WAAW,EAAE,IAAI;;AAMjC;gCAC+B;EAC7B,gBAAgB,EAAE,yHACqE;;AAb3F,kBAAY;EACV,gBAAgB,EAAE,iHAC4D;EAC9E,WAAW,EAAoC,aAAsB;EACrE;iDAAc;IAAE,WAAW,EAAE,IAAI;;AAMjC;qCAC+B;EAC7B,gBAAgB,EAAE,mIACqE;;AAb3F,eAAY;EACV,gBAAgB,EAAE,2GAC4D;EAC9E,WAAW,EAA+B,IAAI;EAC9C;8CAAc;IAAE,WAAW,EAAE,IAAI;;AAMjC;kCAC+B;EAC7B,gBAAgB,EAAE,6HACqE;;AAb3F,2BAAY;EACV,gBAAgB,EAAE,mIAC4D;EAC9E,WAAW,EAA+B,IAAI;EAC9C;0DAAc;IAAE,WAAW,EAAE,IAAI;;AAMjC;8CAC+B;EAC7B,gBAAgB,EAAE,qJACqE;;AAb3F,mBAAY;EACV,gBAAgB,EAAE,iFAC4D;EAC9E,WAAW,EAAoC,aAAsB;EACrE;kDAAc;IAAE,WAAW,EAAE,IAAI;;AAMjC;sCAC+B;EAC7B,gBAAgB,EAAE,mGACqE;;AAb3F,yBAAY;EACV,gBAAgB,EAAE,6FAC4D;EAC9E,WAAW,EAAoC,aAAsB;EACrE;wDAAc;IAAE,WAAW,EAAE,IAAI;;AAMjC;4CAC+B;EAC7B,gBAAgB,EAAE,+GACqE;;AAb3F,4BAAY;EACV,gBAAgB,EAAE,+FAC4D;EAC9E,WAAW,EAAoC,aAAsB;EACrE;2DAAc;IAAE,WAAW,EAAE,IAAI;;AAMjC;+CAC+B;EAC7B,gBAAgB,EAAE,iHACqE;;AAb3F,4BAAY;EACV,gBAAgB,EAAE,mGAC4D;EAC9E,WAAW,EAA+B,IAAI;EAC9C;2DAAc;IAAE,WAAW,EAAE,IAAI;;AAMjC;+CAC+B;EAC7B,gBAAgB,EAAE,qHACqE;;AAb3F,+BAAY;EACV,gBAAgB,EAAE,yGAC4D;EAC9E,WAAW,EAAoC,aAAsB;EACrE;8DAAc;IAAE,WAAW,EAAE,IAAI;;AAMjC;kDAC+B;EAC7B,gBAAgB,EAAE,2HACqE;;AAb3F,wCAAY;EACV,gBAAgB,EAAE,2HAC4D;EAC9E,WAAW,EAA+B,IAAI;EAC9C;uEAAc;IAAE,WAAW,EAAE,IAAI;;AAMjC;2DAC+B;EAC7B,gBAAgB,EAAE,6IACqE;;AAb3F,cAAY;EACV,gBAAgB,EAAE,qFAC4D;EAC9E,WAAW,EAAoC,aAAsB;EACrE;6CAAc;IAAE,WAAW,EAAE,IAAI;;AAMjC;iCAC+B;EAC7B,gBAAgB,EAAE,uGACqE;;AAb3F,0BAAY;EACV,gBAAgB,EAAE,6GAC4D;EAC9E,WAAW,EAAoC,aAAsB;EACrE;yDAAc;IAAE,WAAW,EAAE,IAAI;;AAMjC;6CAC+B;EAC7B,gBAAgB,EAAE,+HACqE;;AAb3F,oBAAY;EACV,gBAAgB,EAAE,iGAC4D;EAC9E,WAAW,EAAoC,aAAsB;EACrE;mDAAc;IAAE,WAAW,EAAE,IAAI;;AAMjC;uCAC+B;EAC7B,gBAAgB,EAAE,mHACqE;;AAb3F,qBAAY;EACV,gBAAgB,EAAE,mGAC4D;EAC9E,WAAW,EAAoC,aAAsB;EACrE;oDAAc;IAAE,WAAW,EAAE,IAAI;;AAMjC;wCAC+B;EAC7B,gBAAgB,EAAE,qHACqE;;AAb3F,uBAAY;EACV,gBAAgB,EAAE,uGAC4D;EAC9E,WAAW,EAA+B,IAAI;EAC9C;sDAAc;IAAE,WAAW,EAAE,IAAI;;AAMjC;0CAC+B;EAC7B,gBAAgB,EAAE,yHACqE;;AAb3F,mCAAY;EACV,gBAAgB,EAAE,+HAC4D;EAC9E,WAAW,EAA+B,IAAI;EAC9C;kEAAc;IAAE,WAAW,EAAE,IAAI;;AAMjC;sDAC+B;EAC7B,gBAAgB,EAAE,iJACqE;;AAM7F,qBAAsB;EACpB,gBAAgB,EAAE,mCAAgC;EAClD,KAAK,EAAE,OAA8B;EACrC,WAAW,EAAE,IAAI;EACjB,2DAAoB;IAClB,gBAAgB,EAAE,2CAAwC;IAC1D,KAAK,EEn2DD,OAAgE;EFq2DtE,kCAAe;IACb,gBAAgB,EAAE,yCAAsC;EAE1D,2BAAQ;IAAE,KAAK,EChlEU,OAAkB;EDilE3C,iCAAc;IAAE,KAAK,EAAE,OAA0C;;AA/BjE,MAAY;EACV,gBAAgB,EAAE,mFAC4D;EAC9E,WAAW,EAAoC,aAAsB;EACrE;qCAAc;IAAE,WAAW,EAAE,IAAI;;AAMjC;yBAC+B;EAC7B,gBAAgB,EAAE,qGACqE;;AAb3F,YAAY;EACV,gBAAgB,EAAE,+FAC4D;EAC9E,WAAW,EAAoC,aAAsB;EACrE;2CAAc;IAAE,WAAW,EAAE,IAAI;;AAMjC;+BAC+B;EAC7B,gBAAgB,EAAE,iHACqE;;AAb3F,aAAY;EACV,gBAAgB,EAAE,iGAC4D;EAC9E,WAAW,EAAoC,aAAsB;EACrE;4CAAc;IAAE,WAAW,EAAE,IAAI;;AAMjC;gCAC+B;EAC7B,gBAAgB,EAAE,mHACqE;;AAb3F,kBAAY;EACV,gBAAgB,EAAE,2GAC4D;EAC9E,WAAW,EAAoC,aAAsB;EACrE;iDAAc;IAAE,WAAW,EAAE,IAAI;;AAMjC;qCAC+B;EAC7B,gBAAgB,EAAE,6HACqE;;AAb3F,eAAY;EACV,gBAAgB,EAAE,qGAC4D;EAC9E,WAAW,EAA+B,IAAI;EAC9C;8CAAc;IAAE,WAAW,EAAE,IAAI;;AAMjC;kCAC+B;EAC7B,gBAAgB,EAAE,uHACqE;;AAb3F,2BAAY;EACV,gBAAgB,EAAE,6HAC4D;EAC9E,WAAW,EAA+B,IAAI;EAC9C;0DAAc;IAAE,WAAW,EAAE,IAAI;;AAMjC;8CAC+B;EAC7B,gBAAgB,EAAE,+IACqE;;AAb3F,mBAAY;EACV,gBAAgB,EAAE,2EAC4D;EAC9E,WAAW,EAAoC,aAAsB;EACrE;kDAAc;IAAE,WAAW,EAAE,IAAI;;AAMjC;sCAC+B;EAC7B,gBAAgB,EAAE,6FACqE;;AAb3F,yBAAY;EACV,gBAAgB,EAAE,uFAC4D;EAC9E,WAAW,EAAoC,aAAsB;EACrE;wDAAc;IAAE,WAAW,EAAE,IAAI;;AAMjC;4CAC+B;EAC7B,gBAAgB,EAAE,yGACqE;;AAb3F,4BAAY;EACV,gBAAgB,EAAE,yFAC4D;EAC9E,WAAW,EAAoC,aAAsB;EACrE;2DAAc;IAAE,WAAW,EAAE,IAAI;;AAMjC;+CAC+B;EAC7B,gBAAgB,EAAE,2GACqE;;AAb3F,4BAAY;EACV,gBAAgB,EAAE,6FAC4D;EAC9E,WAAW,EAA+B,IAAI;EAC9C;2DAAc;IAAE,WAAW,EAAE,IAAI;;AAMjC;+CAC+B;EAC7B,gBAAgB,EAAE,+GACqE;;AAb3F,+BAAY;EACV,gBAAgB,EAAE,mGAC4D;EAC9E,WAAW,EAAoC,aAAsB;EACrE;8DAAc;IAAE,WAAW,EAAE,IAAI;;AAMjC;kDAC+B;EAC7B,gBAAgB,EAAE,qHACqE;;AAb3F,wCAAY;EACV,gBAAgB,EAAE,qHAC4D;EAC9E,WAAW,EAA+B,IAAI;EAC9C;uEAAc;IAAE,WAAW,EAAE,IAAI;;AAMjC;2DAC+B;EAC7B,gBAAgB,EAAE,uIACqE;;AAb3F,cAAY;EACV,gBAAgB,EAAE,+EAC4D;EAC9E,WAAW,EAAoC,aAAsB;EACrE;6CAAc;IAAE,WAAW,EAAE,IAAI;;AAMjC;iCAC+B;EAC7B,gBAAgB,EAAE,iGACqE;;AAb3F,0BAAY;EACV,gBAAgB,EAAE,uGAC4D;EAC9E,WAAW,EAAoC,aAAsB;EACrE;yDAAc;IAAE,WAAW,EAAE,IAAI;;AAMjC;6CAC+B;EAC7B,gBAAgB,EAAE,yHACqE;;AAb3F,oBAAY;EACV,gBAAgB,EAAE,2FAC4D;EAC9E,WAAW,EAAoC,aAAsB;EACrE;mDAAc;IAAE,WAAW,EAAE,IAAI;;AAMjC;uCAC+B;EAC7B,gBAAgB,EAAE,6GACqE;;AAb3F,qBAAY;EACV,gBAAgB,EAAE,6FAC4D;EAC9E,WAAW,EAAoC,aAAsB;EACrE;oDAAc;IAAE,WAAW,EAAE,IAAI;;AAMjC;wCAC+B;EAC7B,gBAAgB,EAAE,+GACqE;;AAb3F,uBAAY;EACV,gBAAgB,EAAE,iGAC4D;EAC9E,WAAW,EAA+B,IAAI;EAC9C;sDAAc;IAAE,WAAW,EAAE,IAAI;;AAMjC;0CAC+B;EAC7B,gBAAgB,EAAE,mHACqE;;AAb3F,mCAAY;EACV,gBAAgB,EAAE,yHAC4D;EAC9E,WAAW,EAA+B,IAAI;EAC9C;kEAAc;IAAE,WAAW,EAAE,IAAI;;AAMjC;sDAC+B;EAC7B,gBAAgB,EAAE,2IACqE;;AAM7F,qBAAsB;EACpB,gBAAgB,EAAE,gCAAgC;EAClD,KAAK,EAAE,OAA8B;EACrC,WAAW,EAAE,IAAI;EACjB,2DAAoB;IAClB,gBAAgB,EAAE,wCAAwC;IAC1D,KAAK,EEn2DD,OAAgE;EFq2DtE,kCAAe;IACb,gBAAgB,EAAE,sCAAsC;EAE1D,2BAAQ;IAAE,KAAK,EChlEU,OAAkB;EDilE3C,iCAAc;IAAE,KAAK,EAAE,OAA0C;;AAKrE;iCACkC;EAChC,WAAW,EAAE,IAAI;EACjB;;yEAAoB;IAAE,WAAW,EAAE,IAAI;;AAKzC,aAAc;EACZ,gBAAgB,EAAE,OAAoB;EACtC,sBAAW;IAAE,gBAAgB,EAAE,OAAoB;;AAYnD,wBAA8B;EAC5B,WAAW,EAAE,IAAI;EACjB,gBAAgB,EAAE,iGACiD;EACnE,gBAAgB,EAAE,WAAW;;AAJ/B,8BAA8B;EAC5B,WAAW,EAAE,IAAI;EACjB,gBAAgB,EAAE,6GACiD;EACnE,gBAAgB,EAAE,WAAW;;AAJ/B,+BAA8B;EAC5B,WAAW,EAAE,IAAI;EACjB,gBAAgB,EAAE,+GACiD;EACnE,gBAAgB,EAAE,WAAW;;AAJ/B,iCAA8B;EAC5B,WAAW,EAAE,IAAI;EACjB,gBAAgB,EAAE,mHACiD;EACnE,gBAAgB,EAAE,WAAW;;AAJ/B,gCAA8B;EAC5B,WAAW,EAAE,IAAI;EACjB,gBAAgB,EAAE,iHACiD;EACnE,gBAAgB,EAAE,WAAW;;AAJ/B,sCAA8B;EAC5B,WAAW,EAAE,IAAI;EACjB,gBAAgB,EAAE,6HACiD;EACnE,gBAAgB,EAAE,WAAW;;AAJ/B,uCAA8B;EAC5B,WAAW,EAAE,IAAI;EACjB,gBAAgB,EAAE,+HACiD;EACnE,gBAAgB,EAAE,WAAW;;AAJ/B,yCAA8B;EAC5B,WAAW,EAAE,IAAI;EACjB,gBAAgB,EAAE,mIACiD;EACnE,gBAAgB,EAAE,WAAW;;AAIjC,sDAAuD;EAErD,OAAO,EAAE,WAAW;EACpB,cAAc,EAAE,CAAC;EACjB,sRAE2B;IAEzB,KAAK,ECtoEc,OAA8B;IDuoEjD,4UAAW;MAAE,KAAK,EC9nEO,OAA0F;;;;;ADqoEvH;;2DAE4D;EAE1D,uBAAuB,EAAE,EAAE;EAC3B,sBAAsB,EAAE,EAAE;EAC1B,uBAAuB,EAAE,CAAC;EAC1B,cAAc,EAAE,IAAI;EACpB,cAAc,EAAE,GAAG;EAEnB;;uEAAY;IACV,cAAc,EAAE,IAAI;IACpB,cAAc,EAAE,GAAG;IACnB;;gFAAS;MACP,MAAM,EAAE,GAAG;MACX,aAAa,EAAE,GAAG;EAItB;;oEAAS;IE1/DP,UAAU,EAAE,8BAA2B;IAEvC,KAAK,ED7ME,OAAyC;IC8MhD,YAAY,EAwEN,OAAgE;IAvEtE,gBAAgB,EAAE,4CAGa;IFs/D/B,MAAM,EAAE,SAAS;IACjB,aAAa,EAAE,GAAG;IAClB,YAAY,EEp7DN,OAAgE;IFq7DtE,UAAU,EAAE,6DAGmD;IAC/D;;4EAAQ;MACT,YAAY,EAAE,GAAG;MEt/DhB,KAAK,ED1NE,OAAyC;MC2NhD,YAAY,EA2DN,OAAgE;MA1DtE,gBAAgB,EAAE,4CAE+B;MFo/D/C,YAAY,EC3sEJ,OAAyC;MD4sEjD,aAAa,EAAE,GAAG;MAClB,UAAU,EAAE,2DAImD;IAEjE;;kFAAc;MACZ,YAAY,EAAE,KAAK;MACnB,aAAa,EAAE,GAAG;MAClB,gBAAgB,EAAE,mCAAiD;MACnE,UAAU,EAAE,IAAI;IAGlB;;6EAAS;MACP,MAAM,EAAE,iBAC4C;IAGtD;;sEAAO;ME73DP,KAAK,EDzWE,OAAyC;MC0WhD,YAAY,EApFN,OAAgE;MAqFtE,gBAAgB,EAAE,IAAI;MACtB,gBAAgB,EAtEV,OAA0C;MAuEhD,eAAe,EAAE,WAAW;MAC5B,UAAU,EAAE,IAAI;MAChB,WAAW,EAAE,IAAI;MACjB,WAAW,EAAE,IAAI;MACjB,WAAW,EAAE,MAAM;MFu3DjB,gBAAgB,EEl9DZ,OAAgE;MFm9DpE;;8EAAQ;QEj3DV,KAAK,EDxXE,OAAyC;QCyXhD,YAAY,EAnGN,OAAgE;QAoGtE,gBAAgB,EAAE,IAAI;QACtB,eAAe,EAAE,WAAW;QAC5B,WAAW,EAAE,IAAI;QACjB,WAAW,EAAE,IAAI;MF62Df;;+EAAS;QEp2DX,KAAK,EDxVoB,OAAkB;QCyV3C,YAAY,EAjCN,wBACgC;QAiCtC,gBAAgB,EAAE,wDAK+C;QACjE,eAAe,EAAE,WAAW;QAC5B,UAAU,EAAE,IAAI;QAChB,WAAW,EAAE,IAAI;QACjB,WAAW,EAAE,IAAI;MF01Df;;iFAAW;QEt0Db,eAAe,EAAE,WAAW;QAC5B,UAAU,EAAE,IAAI;QAChB,WAAW,EAAE,IAAI;QACjB,WAAW,EAAE,IAAI;EFs0DnB;;oEAAS;IACP,MAAM,EAAE,GAAG;IACX,MAAM,EAAE,qBAAqB;IAC7B,aAAa,EAAE,GAAG;IAClB,gBAAgB,EE59DV,OAAgE;IF69DtE,UAAU,EAAE,IAAI;IAChB;;gFAAY;MACV,gBAAgB,EE/9DZ,OAAgE;MFg+DpE,YAAY,EAAE,WAAW;MACzB,UAAU,EAAE,IAAI;MAChB;;2FAAW;QAAE,gBAAgB,EEl+DzB,OAAgE;IFq+DtE;;;;2FAAsC;MACpC,YAAY,EAAE,WAAW;MACzB,gBAAgB,EAAE,IAAI;MACtB,gBAAgB,EEz7DZ,OAA4C;MF07DhD,UAAU,EAAE,IAAI;IAIlB;;sEAAO;MACL,YAAY,EAAE,WAAW;MACzB,UAAU,EAAE,IAAI;MAChB,MAAM,EAAE,GAAG;MAEX,gBAAgB,EEl/DZ,OAAgE;MFm/DpE,aAAa,EAAE,qBAAkC;MACjD,cAAc,EAAE,IAAI;MAHpB;;kFAAY;QAAE,MAAM,EAAE,GAAG;MAIzB;;kFAAY;QACV,gBAAgB,EAAE,IAAI;QACtB,gBAAgB,EEv/Dd,OAAgE;MFy/DpE;;;;6FAAsC;QACpC,YAAY,EAAE,WAAW;QACzB,gBAAgB,EAAE,WAAW;MAE/B;;iFAAW;QACT,YAAY,EAAE,WAAW;QACzB,gBAAgB,EAAE,IAAI;;AAW1B,4BAAkB;EAChB,uBAAuB,EAAE,EAAE;EAC3B,sBAAsB,EAAE,EAAE;EAC1B,uBAAuB,EAAE,CAAC;EAUxB,mCAAc;IAEZ,YAAY,EAAE,IAAI;IAClB,aAAa,EAAE,CAAC;IAChB,gBAAgB,EAAE,WAAW;IAC7B,gBAAgB,EAAE,uHACsB;IACxC,iBAAiB,EAAE,SAAS;IAC5B,mBAAmB,EAAE,MAAM;IAC3B,UAAU,EAAE,IAAI;EATlB,yCAAc;IAEZ,YAAY,EAAE,IAAI;IAClB,aAAa,EAAE,CAAC;IAChB,gBAAgB,EAAE,WAAW;IAC7B,gBAAgB,EAAE,mIACsB;IACxC,iBAAiB,EAAE,SAAS;IAC5B,mBAAmB,EAAE,MAAM;IAC3B,UAAU,EAAE,IAAI;EATlB,0CAAc;IAEZ,YAAY,EAAE,IAAI;IAClB,aAAa,EAAE,CAAC;IAChB,gBAAgB,EAAE,WAAW;IAC7B,gBAAgB,EAAE,qIACsB;IACxC,iBAAiB,EAAE,SAAS;IAC5B,mBAAmB,EAAE,MAAM;IAC3B,UAAU,EAAE,IAAI;EATlB,+CAAc;IAEZ,YAAY,EAAE,IAAI;IAClB,aAAa,EAAE,CAAC;IAChB,gBAAgB,EAAE,WAAW;IAC7B,gBAAgB,EAAE,+IACsB;IACxC,iBAAiB,EAAE,SAAS;IAC5B,mBAAmB,EAAE,MAAM;IAC3B,UAAU,EAAE,IAAI;EATlB,4CAAc;IAEZ,YAAY,EAAE,IAAI;IAClB,aAAa,EAAE,CAAC;IAChB,gBAAgB,EAAE,WAAW;IAC7B,gBAAgB,EAAE,yIACsB;IACxC,iBAAiB,EAAE,SAAS;IAC5B,mBAAmB,EAAE,MAAM;IAC3B,UAAU,EAAE,IAAI;EATlB,wDAAc;IAEZ,YAAY,EAAE,IAAI;IAClB,aAAa,EAAE,CAAC;IAChB,gBAAgB,EAAE,WAAW;IAC7B,gBAAgB,EAAE,iKACsB;IACxC,iBAAiB,EAAE,SAAS;IAC5B,mBAAmB,EAAE,MAAM;IAC3B,UAAU,EAAE,IAAI;;AAtBtB,4BAAkB;EAChB,uBAAuB,EAAE,EAAE;EAC3B,sBAAsB,EAAE,EAAE;EAC1B,uBAAuB,EAAE,CAAC;EAUxB,mCAAc;IAEZ,YAAY,EAAE,IAAI;IAClB,aAAa,EAAE,CAAC;IAChB,gBAAgB,EAAE,WAAW;IAC7B,gBAAgB,EAAE,uHACsB;IACxC,iBAAiB,EAAE,SAAS;IAC5B,mBAAmB,EAAE,MAAM;IAC3B,UAAU,EAAE,IAAI;EATlB,yCAAc;IAEZ,YAAY,EAAE,IAAI;IAClB,aAAa,EAAE,CAAC;IAChB,gBAAgB,EAAE,WAAW;IAC7B,gBAAgB,EAAE,mIACsB;IACxC,iBAAiB,EAAE,SAAS;IAC5B,mBAAmB,EAAE,MAAM;IAC3B,UAAU,EAAE,IAAI;EATlB,0CAAc;IAEZ,YAAY,EAAE,IAAI;IAClB,aAAa,EAAE,CAAC;IAChB,gBAAgB,EAAE,WAAW;IAC7B,gBAAgB,EAAE,qIACsB;IACxC,iBAAiB,EAAE,SAAS;IAC5B,mBAAmB,EAAE,MAAM;IAC3B,UAAU,EAAE,IAAI;EATlB,+CAAc;IAEZ,YAAY,EAAE,IAAI;IAClB,aAAa,EAAE,CAAC;IAChB,gBAAgB,EAAE,WAAW;IAC7B,gBAAgB,EAAE,+IACsB;IACxC,iBAAiB,EAAE,SAAS;IAC5B,mBAAmB,EAAE,MAAM;IAC3B,UAAU,EAAE,IAAI;EATlB,4CAAc;IAEZ,YAAY,EAAE,IAAI;IAClB,aAAa,EAAE,CAAC;IAChB,gBAAgB,EAAE,WAAW;IAC7B,gBAAgB,EAAE,yIACsB;IACxC,iBAAiB,EAAE,SAAS;IAC5B,mBAAmB,EAAE,MAAM;IAC3B,UAAU,EAAE,IAAI;EATlB,wDAAc;IAEZ,YAAY,EAAE,IAAI;IAClB,aAAa,EAAE,CAAC;IAChB,gBAAgB,EAAE,WAAW;IAC7B,gBAAgB,EAAE,iKACsB;IACxC,iBAAiB,EAAE,SAAS;IAC5B,mBAAmB,EAAE,MAAM;IAC3B,UAAU,EAAE,IAAI;;AAtBtB,qCAAkB;EAChB,uBAAuB,EAAE,EAAE;EAC3B,sBAAsB,EAAE,EAAE;EAC1B,uBAAuB,EAAE,CAAC;EAUxB,4CAAc;IAEZ,YAAY,EAAE,IAAI;IAClB,aAAa,EAAE,CAAC;IAChB,gBAAgB,EAAE,WAAW;IAC7B,gBAAgB,EAAE,uHACsB;IACxC,iBAAiB,EAAE,SAAS;IAC5B,mBAAmB,EAAE,MAAM;IAC3B,UAAU,EAAE,IAAI;EATlB,kDAAc;IAEZ,YAAY,EAAE,IAAI;IAClB,aAAa,EAAE,CAAC;IAChB,gBAAgB,EAAE,WAAW;IAC7B,gBAAgB,EAAE,mIACsB;IACxC,iBAAiB,EAAE,SAAS;IAC5B,mBAAmB,EAAE,MAAM;IAC3B,UAAU,EAAE,IAAI;EATlB,mDAAc;IAEZ,YAAY,EAAE,IAAI;IAClB,aAAa,EAAE,CAAC;IAChB,gBAAgB,EAAE,WAAW;IAC7B,gBAAgB,EAAE,qIACsB;IACxC,iBAAiB,EAAE,SAAS;IAC5B,mBAAmB,EAAE,MAAM;IAC3B,UAAU,EAAE,IAAI;EATlB,wDAAc;IAEZ,YAAY,EAAE,IAAI;IAClB,aAAa,EAAE,CAAC;IAChB,gBAAgB,EAAE,WAAW;IAC7B,gBAAgB,EAAE,+IACsB;IACxC,iBAAiB,EAAE,SAAS;IAC5B,mBAAmB,EAAE,MAAM;IAC3B,UAAU,EAAE,IAAI;EATlB,qDAAc;IAEZ,YAAY,EAAE,IAAI;IAClB,aAAa,EAAE,CAAC;IAChB,gBAAgB,EAAE,WAAW;IAC7B,gBAAgB,EAAE,yIACsB;IACxC,iBAAiB,EAAE,SAAS;IAC5B,mBAAmB,EAAE,MAAM;IAC3B,UAAU,EAAE,IAAI;EATlB,iEAAc;IAEZ,YAAY,EAAE,IAAI;IAClB,aAAa,EAAE,CAAC;IAChB,gBAAgB,EAAE,WAAW;IAC7B,gBAAgB,EAAE,iKACsB;IACxC,iBAAiB,EAAE,SAAS;IAC5B,mBAAmB,EAAE,MAAM;IAC3B,UAAU,EAAE,IAAI;;AAtBtB,qCAAkB;EAChB,uBAAuB,EAAE,EAAE;EAC3B,sBAAsB,EAAE,EAAE;EAC1B,uBAAuB,EAAE,CAAC;EAUxB,4CAAc;IAEZ,YAAY,EAAE,IAAI;IAClB,aAAa,EAAE,CAAC;IAChB,gBAAgB,EAAE,WAAW;IAC7B,gBAAgB,EAAE,uHACsB;IACxC,iBAAiB,EAAE,SAAS;IAC5B,mBAAmB,EAAE,MAAM;IAC3B,UAAU,EAAE,IAAI;EATlB,kDAAc;IAEZ,YAAY,EAAE,IAAI;IAClB,aAAa,EAAE,CAAC;IAChB,gBAAgB,EAAE,WAAW;IAC7B,gBAAgB,EAAE,mIACsB;IACxC,iBAAiB,EAAE,SAAS;IAC5B,mBAAmB,EAAE,MAAM;IAC3B,UAAU,EAAE,IAAI;EATlB,mDAAc;IAEZ,YAAY,EAAE,IAAI;IAClB,aAAa,EAAE,CAAC;IAChB,gBAAgB,EAAE,WAAW;IAC7B,gBAAgB,EAAE,qIACsB;IACxC,iBAAiB,EAAE,SAAS;IAC5B,mBAAmB,EAAE,MAAM;IAC3B,UAAU,EAAE,IAAI;EATlB,wDAAc;IAEZ,YAAY,EAAE,IAAI;IAClB,aAAa,EAAE,CAAC;IAChB,gBAAgB,EAAE,WAAW;IAC7B,gBAAgB,EAAE,+IACsB;IACxC,iBAAiB,EAAE,SAAS;IAC5B,mBAAmB,EAAE,MAAM;IAC3B,UAAU,EAAE,IAAI;EATlB,qDAAc;IAEZ,YAAY,EAAE,IAAI;IAClB,aAAa,EAAE,CAAC;IAChB,gBAAgB,EAAE,WAAW;IAC7B,gBAAgB,EAAE,yIACsB;IACxC,iBAAiB,EAAE,SAAS;IAC5B,mBAAmB,EAAE,MAAM;IAC3B,UAAU,EAAE,IAAI;EATlB,iEAAc;IAEZ,YAAY,EAAE,IAAI;IAClB,aAAa,EAAE,CAAC;IAChB,gBAAgB,EAAE,WAAW;IAC7B,gBAAgB,EAAE,iKACsB;IACxC,iBAAiB,EAAE,SAAS;IAC5B,mBAAmB,EAAE,MAAM;IAC3B,UAAU,EAAE,IAAI;;AAQxB,oCAAQ;EAAE,MAAM,EAAE,cAAc;AAChC,8CAAoB;EAAE,MAAM,EAAE,YAAY;;AAG3C,oCAAQ;EAAE,MAAM,EAAE,cAAc;AAC/B,8CAAoB;EAAE,MAAM,EAAE,YAAY;;AAG1C,6CAAQ;EAAE,MAAM,EAAE,mBAAmB;AACrC,uDAAoB;EAAE,MAAM,EAAE,gBAAgB;;AAG9C,6CAAQ;EAAE,MAAM,EAAE,mBAAmB;AACrC,uDAAoB;EAAE,MAAM,EAAE,gBAAgB;;;;;AAOhD,cAAe;EACb,OAAO,EAAE,CAAC;EACV,SAAS,EAAE,OAAO;EAClB,KAAK,EAAE,qBAA8B;EACrC,UAAU,EAAE,IAAI;EAGhB,kBAAM;IACJ,wBAAwB,EAAE,CAAC;IAC3B,wBAAwB,EAAE,CAAC;IAC3B,yCAAyC,EAAE,CAAC;EAE9C,qBAAS;IACP,MAAM,EAAE,qBAAqB;IAC7B,aAAa,EAAE,GAAG;IAClB,gBAAgB,EE3kEV,OAAgE;IF4kEtE,yBAAM;MACJ,YAAY,EAAE,IAAI;MAClB,gBAAgB,EAAE,WAAW;MAC7B,UAAU,EAAE,IAAI;;AAMtB,YAAa;EACX,gBAAgB,EEtlER,OAAgE;EFulExE,MAAM,EAAE,iBAA4B;EACpC,aAAa,EAAE,GAAG;EAClB,UAAU,EAAE,IAAI;EAChB,iBAAO;IACL,sBAAsB,EAAE,GAAG;IAC3B,yBAAyB,EAAE,GAAG;EAEhC,kBAAQ;IACN,uBAAuB,EAAE,GAAG;IAC5B,0BAA0B,EAAE,GAAG;EAEjC,uBAAa;IACX,UAAU,EAAE,IAAI;EAIhB,4BAAS;IACP,yBAAyB,EAAE,GAAG;IAC9B,0BAA0B,EAAE,GAAG;IAC/B,UAAU,EAAE,IAAI;EAElB,yBAAM;IACJ,sBAAsB,EAAE,GAAG;IAC3B,uBAAuB,EAAE,GAAG;EAIhC,gBAAM;IACJ,gBAAgB,EAAE,IAAI;IACtB,gBAAgB,EEpnEV,OAAgE;IFqnEtE,YAAY,EAAE,IAAI;IAClB,aAAa,EAAE,CAAC;;;;;AASpB,mBAAoB;EAClB,4BAA4B,EAAE,CAAC;EAC/B,6BAA6B,EAAE,EAAE;;AAGnC,UAAW;EACT,UAAU,EAAE,IAAI;EAChB,4BAA4B,EAAE,EAAE;EAChC,6BAA6B,EAAE,CAAC;EAChC,mBAAW;IACT,4BAA4B,EAAE,CAAC;IAC/B,6BAA6B,EAAE,EAAE;EAEnC,iBAAS;IACP,MAAM,EAAE,qBAAqB;IAC7B,OAAO,EAAE,GAAG;IACZ,aAAa,EAAE,GAAG;IAClB,gBAAgB,EAAE,WAAW;EAE/B,qBAAa;IAGX,MAAM,EAAE,iBACmD;IAC3D,gBAAgB,EEvpEV,OAAgE;IFwpEtE,UAAU,EAAE,IAAI;IAChB,aAAa,EAAE,GAAG;IAGhB,mDAAa;MAAE,MAAM,EAAE,KAAK;IAC5B,iDAAW;MAAE,MAAM,EAAE,KAAK;IAE5B,gCAAa;MACX,YAAY,ECl6EF,OAAqD;MDm6E/D,gBAAgB,ECn6EN,OAAqD;MDo6E/D,yCAAW;QAAE,YAAY,ECp6Ef,OAAqD;IDs6EjE,+BAAY;MACV,YAAY,ECz6EF,OAAO;MD06EjB,gBAAgB,EC16EN,OAAO;MD26EjB,wCAAW;QAAE,YAAY,EC36Ef,OAAO;ID66EnB,sCAAmB;MACjB,gBAAgB,EE1qEZ,OAAgE;MF2qEpE,YAAY,EAAE,WAAW;MACzB,UAAU,EAAE,IAAI;;;;;AAUtB,MAAO;EACL,MAAM,EAAE,iBAAwB;EAEhC,OAAO,EAAE,CAAC;EADV,WAAO;IAAE,YAAY,EAAE,IAAI;EAE3B,iBAAa;IACX,OAAO,EAAE,GAAG;IACZ,YAAY,EAAE,OAAO;;AAKvB,mCAAkB;EAEhB,YAAY,EAAE,IAAI;;AAKtB;kDAAW;EAGT,KAAK,EAAE,kBAA0B;EAGjC,iWACyB;IAEvB,0BAA0B,EAAE,IAAI;;;;;AAQpC,gBAAiB;EACf,gBAAgB,EE1sER,OAA0C;EF2sElD,YAAY,EAAE,GAAG;EACjB,YAAY,EE5tEJ,OAAgE;;AF+tE1E;WACY;EACV,OAAO,EAAE,OAAO;EAChB,YAAY,EAAE,KAAK;EACnB,YAAY,EAAE,GAAG;EACjB,YAAY,EEpuEJ,OAAgE;;AFuuE1E;;;;;;;;;oCAQqC;EAGnC,gBAAgB,EAAE,sBAA6B;EAC/C,YAAY,EAAE,IAAI;EAClB,aAAa,EAAE,CAAC;EAChB,UAAU,EAAE,IAAI;;AAMhB,sBAAQ;EACN,gBAAgB,EAAE,wBAAiC;AAErD,uBAAS;EACP,UAAU,EAAE,IAAI;AAGhB,gCAAS;EAAE,UAAU,EAAE,uCAA+C;AACtE,+BAAQ;EACN,gBAAgB,EAAE,OAAuC;AAE3D,kCAAW;EAAE,gBAAgB,EEtwEvB,OAAgE;AFwwExE,+BAAiB;EAAE,gBAAgB,EAAE,WAAW;;AAKhD,0BAAQ;EEx1EN,UAAU,EAAE,8BAA2B;EAEvC,KAAK,ED7ME,OAAyC;EC8MhD,YAAY,EAwEN,OAAgE;EAvEtE,gBAAgB,EAAE,4CAGa;EFm1EL,YAAY,EE/wEhC,OAAgE;EFgxEtE;;kDAAO;IExnEP,YAAY,EAAE,sBAAuB;IACrC,gBAAgB,EAAE,WAAW;IAC7B,gBAAgB,EAAE,IAAI;IACzB,UAAU,EAAC,IAAI;IAEZ,WAAW,EAAE,IAAI;IACjB,WAAW,EAAE,IAAI;IFonEf,KAAK,EC1/EkB,OAAkB;ED4/E3C,gCAAQ;IEh1ER,KAAK,ED1NE,OAAyC;IC2NhD,YAAY,EA2DN,OAAgE;IA1DtE,gBAAgB,EAAE,4CAE+B;IF80ErB,YAAY,EEtxElC,OAAgE;EFwxEtE,qEAAoB;IEv0EpB,KAAK,EDzLoB,OAAkB;IC0L3C,YAAY,EA8CN,OAAgE;IA7CtE,gBAAgB,EAAE,wDAK+C;IFk0ErC,YAAY,EE1xElC,OAAgE;EF4xEtE;;2DAA4B;IE1wE5B,KAAK,EDxSE,OAAyC;ICyShD,YAAY,EAnBN,OAAgE;IAoBtE,gBAAgB,EAAE,mCAAgC;IAClD,WAAW,EAAE,IAAI;IACjB,WAAW,EAAE,IAAI;IAnSX,UAAU,EAoSE,kCAAmC;IFuwEzB,YAAY,EE9xElC,OAAgE;IF+xEpE;;;;qEAAoB;ME7vEtB,KAAK,ED5QW,OAAuC;MC6QvD,YAAY,ED1QS,OAAmC;MC2QxD,gBAAgB,EAAE,mCAAgC;MAjT5C,UAAU,EAkTE,kCAAmC;MF4vEvB,YAAY,EEjyEpC,OAAgE;IFmyEpE;;yEAAc;MElvEhB,KAAK,ED1RoB,OAA0F;MC2RnH,YAAY,EDzRS,OAAmC;MC0RxD,gBAAgB,EAAE,mCAAgC;MAClD,WAAW,EAAE,IAAI;MACjB,WAAW,EAAE,IAAI;MAlUX,UAAU,EAqUE,kCAAmC;MF6uEvB,YAAY,EEryEpC,OAAgE;MAyDtE;;;oFAAS;QAAE,KAAK,EAAE,OAAO;MF6uErB;;;;mFAAoB;QEjuExB,KAAK,ED9SoB,OAA0F;QC+SnH,YAAY,ED7SS,OAAmC;QC8SxD,gBAAgB,EAAE,mCAAgC;QFiuElB,YAAY,EExyEtC,OAAgE;QAyEtE;;;;;;8FAAS;UAAE,KAAK,EAAE,OAAO;EFmuEzB;;2DAAgB;IEppEhB,YAAY,EAAE,sBAAuB;IACrC,gBAAgB,EAAE,WAAW;IAC7B,gBAAgB,EAAE,IAAI;IACzB,UAAU,EAAC,IAAI;IAEZ,WAAW,EAAE,IAAI;IACjB,WAAW,EAAE,IAAI;IFgpEf,KAAK,EC3hFW,KAA8D;ED6hFhF,sCAAc;IEj0Ed,KAAK,EDjOc,OAA8B;ICkOjD,YAAY,EAgBN,OAAgE;IAdtE,gBAAgB,EAAE,mCAAgC;IAClD,WAAW,EAAE,IAAI;IACjB,WAAW,EAAE,IAAI;IAjQX,UAAU,EAoQE,kCAAmC;IF2zEzB,YAAY,EElzElC,OAAgE;IARtE;yEAAS;MAAE,KAAK,EAAE,OAAO;IF2zEvB,6FAAoB;MEjzEtB,KAAK,EDpPc,OAA8B;MCqPjD,YAAY,EAHN,OAAgE;MAItE,gBAAgB,EAAE,4CAAsD;MAIxE;;mFAAS;QAAE,KAAK,EAAE,OAAO;;AFmzE7B;qCAA2B;EACzB,UAAU,EAAE,8CAAwB;EACpC;6CAAQ;IAAE,UAAU,EAAE,IAAI;;;;;AAQ5B;uBACwB;EAEtB,OAAO,EAAE,IAAI;EACb,MAAM,EAAE,IAAI;EACZ,aAAa,EAAE,WAAW;EAC1B,gBAAgB,EE3vER,wBACgC;EF2vExC,gBAAgB,EAAE,IAAI;EACtB,eAAe,EAAE,WAAW;EAC5B;kCAAW;IAAE,gBAAgB,EAAE,IAAI;EACnC;;;iCAAQ;IE5vEN,KAAK,EDzWE,OAAyC;IC0WhD,YAAY,EApFN,OAAgE;IAqFtE,gBAAgB,EAAE,IAAI;IACtB,gBAAgB,EAtEV,OAA0C;IAuEhD,eAAe,EAAE,WAAW;IAC5B,UAAU,EAAE,IAAI;IAChB,WAAW,EAAE,IAAI;IACjB,WAAW,EAAE,IAAI;IACjB,WAAW,EAAE,MAAM;IFsvEnB;;;;;;;yDAAO;MAEL,WAAW,EAAE,WAAW;MACxB,WAAW,EAAE,WAAW;IAK1B;yCAAQ;MEvvER,KAAK,EDxXE,OAAyC;MCyXhD,YAAY,EAnGN,OAAgE;MAoGtE,gBAAgB,EAAE,IAAI;MACtB,eAAe,EAAE,WAAW;MAC5B,WAAW,EAAE,IAAI;MACjB,WAAW,EAAE,IAAI;IFmvEjB;;;;oDAGmB;ME7uEnB,KAAK,EDxVoB,OAAkB;MCyV3C,YAAY,EAjCN,wBACgC;MAiCtC,gBAAgB,EAAE,wDAK+C;MACjE,eAAe,EAAE,WAAW;MAC5B,UAAU,EAAE,IAAI;MAChB,WAAW,EAAE,IAAI;MACjB,WAAW,EAAE,IAAI;IFquEjB;;wDACuB;ME/tEvB,KAAK,EDpXc,OAA8B;MCqXjD,YAAY,EArIN,OACwC;MAqI9C,gBAAgB,EAAE,IAAI;MACtB,eAAe,EAAE,WAAW;MAC5B,UAAU,EAAE,IAAI;MAChB,WAAW,EAAE,IAAI;MACjB,WAAW,EAAE,IAAI;IF4tEjB;4CAAW;MErtEX,eAAe,EAAE,WAAW;MAC5B,UAAU,EAAE,IAAI;MAChB,WAAW,EAAE,IAAI;MACjB,WAAW,EAAE,IAAI;;;;;AF0tErB,SAAU;EACR,gBAAgB,EAAE,kCAAkC;EACpD,kBAAW;IAAE,gBAAgB,EAAE,sCAAsC;EACrE,eAAQ;IAAE,KAAK,EAAE,OAAsB;EACvC,iBAAU;IAAE,gBAAgB,EAAE,mCAAmC;;;;;AAMnE,WAAY;EACV,KAAK,ECnmFe,OAAW;EDomF/B,MAAM,EAAE,iBAAwB;EAMhC,kBAAS;IACP,MAAM,EAAE,4BAAoC;IAC5C,aAAa,EAAE,CAAC;IAEhB,2BAAW;MAAE,YAAY,EAAE,kBAA0B;EAGvD;0CAAS;IAEP,KAAK,EAAE,sBAA+B;IAEtC;kDAAQ;MAEN,KAAK,ECjqFA,OAAyC;IDoqFhD;qDAAW;MAET,KAAK,EAAE,yBAAuC;EAIlD,kHACkC;IAAE,KAAK,EAAE,wBAA4B;EAGvE,oBAAW;IACT,KAAK,ECroFa,OAAW;IDsoF7B,YAAY,ECjoFS,OAAmC;;;;;AD6oF5D,eAAgB;EACd,yBAAyB,EAAE,CAAC;EAC5B,6BAA6B,EAAE,CAAC;EAI9B,0BAAa;IAAE,gBAAgB,EE55EzB,OAA0C;EF+5ElD,yBAAU;IAER,UAAU,EAAE,IAAI;EAGhB,8BAAa;IAEX,yBAAyB,EAAE,GAAG;IAC9B,0BAA0B,EAAE,GAAG;EAEjC,+CAA4B;IAE1B,aAAa,EAAE,CAAC;IEtgFlB,UAAU,EAAE,8BAA2B;IAEvC,KAAK,ED7ME,OAAyC;IC8MhD,YAAY,EAwEN,OAAgE;IAvEtE,gBAAgB,EAAE,4CAGa;IFkgF7B,qDAAQ;ME1/EV,KAAK,ED1NE,OAAyC;MC2NhD,YAAY,EA2DN,OAAgE;MA1DtE,gBAAgB,EAAE,4CAE+B;IF0/E/C,sDAAS;MEj/EX,KAAK,EDzLoB,OAAkB;MC0L3C,YAAY,EA8CN,OAAgE;MA7CtE,gBAAgB,EAAE,wDAK+C;IF8+E/D,2DAAc;MEv9EhB,KAAK,EDjOc,OAA8B;MCkOjD,YAAY,EAgBN,OAAgE;MAdtE,gBAAgB,EAAE,mCAAgC;MAClD,WAAW,EAAE,IAAI;MACjB,WAAW,EAAE,IAAI;MAjQX,UAAU,EAoQE,kCAAmC;MACrD;gGAAS;QAAE,KAAK,EAAE,OAAO;IFk9EvB,wDAAW;MEx7Eb,KAAK,EDxSE,OAAyC;MCyShD,YAAY,EAnBN,OAAgE;MAoBtE,gBAAgB,EAAE,mCAAgC;MAClD,WAAW,EAAE,IAAI;MACjB,WAAW,EAAE,IAAI;MAnSX,UAAU,EAoSE,kCAAmC;IFu7EnD,oEAAuB;ME75EzB,KAAK,ED1RoB,OAA0F;MC2RnH,YAAY,EDzRS,OAAmC;MC0RxD,gBAAgB,EAAE,mCAAgC;MAClD,WAAW,EAAE,IAAI;MACjB,WAAW,EAAE,IAAI;MAlUX,UAAU,EAqUE,kCAAmC;MACrD;yGAAS;QAAE,KAAK,EAAE,OAAO;IF25ErB,gEAAa;ME/hFjB,UAAU,EAAE,8BAA2B;MAEvC,KAAK,EF8hFmC,KAAK;ME7hF7C,YAAY,EAwEN,OAAgE;MAvEtE,gBAAgB,EAAE,4CAGa;MF2hFzB,sEAAQ;QEnhFd,KAAK,EFohFoC,KAAK;QEnhF9C,YAAY,EA2DN,OAAgE;QA1DtE,gBAAgB,EAAE,4CAE+B;MFmhF3C,uEAAS;QE1gFf,KAAK,EF2gFqC,KAAK;QE1gF/C,YAAY,EA8CN,OAAgE;QA7CtE,gBAAgB,EAAE,wDAK+C;MFugF3D,yEAAW;QE78EjB,KAAK,EF88EuC,KAAK;QE78EjD,YAAY,EAHN,OAA0C;QAIhD,gBAAgB,EAAE,mCAAgC;QAClD,WAAW,EAAE,IAAI;QACjB,WAAW,EAAE,IAAI;QAnSX,UAAU,EAoSE,kCAAmC;QF28E7C,qFAAc;UEj7EtB,KAAK,ED1RoB,OAA0F;UC2RnH,YAAY,EDzRS,OAAmC;UC0RxD,gBAAgB,EAAE,mCAAgC;UAClD,WAAW,EAAE,IAAI;UACjB,WAAW,EAAE,IAAI;UAlUX,UAAU,EAqUE,kCAAmC;UACrD;8HAAS;YAAE,KAAK,EAAE,OAAO;MF86EnB,4EAAc;QAGZ,gBAAgB,EE1+ElB,OAAgE;QF2+EjE,KAAK,EAAE,mBAA6B;IAvBrC,kEAAa;ME/hFjB,UAAU,EAAE,8BAA2B;MAEvC,KAAK,EF8hFmC,KAAK;ME7hF7C,YAAY,EAsLN,OAAyC;MArL/C,gBAAgB,EAAE,4CAGa;MF2hFzB,wEAAQ;QEnhFd,KAAK,EFohFoC,KAAK;QEnhF9C,YAAY,EAyKN,OAAyC;QAxK/C,gBAAgB,EAAE,4CAE+B;MFmhF3C,yEAAS;QE1gFf,KAAK,EF2gFqC,KAAK;QE1gF/C,YAAY,EA4JN,OAAyC;QA3J/C,gBAAgB,EAAE,wDAK+C;MFugF3D,2EAAW;QE78EjB,KAAK,EF88EuC,KAAK;QE78EjD,YAAY,EAHN,OAA0C;QAIhD,gBAAgB,EAAE,mCAAgC;QAClD,WAAW,EAAE,IAAI;QACjB,WAAW,EAAE,IAAI;QAnSX,UAAU,EAoSE,kCAAmC;QF28E7C,uFAAc;UEj7EtB,KAAK,ED1RoB,OAA0F;UC2RnH,YAAY,EDzRS,OAAmC;UC0RxD,gBAAgB,EAAE,mCAAgC;UAClD,WAAW,EAAE,IAAI;UACjB,WAAW,EAAE,IAAI;UAlUX,UAAU,EAqUE,kCAAmC;UACrD;gIAAS;YAAE,KAAK,EAAE,OAAO;MF86EnB,8EAAc;QAGZ,gBAAgB,EE1+ElB,OAAgE;QF2+EjE,KAAK,EAAE,mBAA6B;AAyB3C,gCAAY;EACV,gBAAgB,EEr/EV,OAA0C;EFs/EhD,YAAY,EEt/EN,OAA0C;EFu/EhD,UAAU,EAAE,IAAI;EAChB,yCAAW;IACT,gBAAgB,ECtvFA,KAA8D;IDuvF9E,YAAY,EE1/ER,OAA0C;AF6/ElD,uCAAmB;EACjB,UAAU,EAAE,iBAAwB;EACpC,gDAAW;IAAE,gBAAgB,ECtvFR,OAAmC;;;;;AD8vF5D,QAAS;EACP,MAAM,EAAE,IAAI;EACZ,gBAAgB,EEzgFR,OAA0C;;AFihFpD,8BAA+B;EAE7B,KAAK,ECzzFI,OAAyC;ED0zFlD,gBAAgB,EAAE,WAAW;EAK7B,qCAAO;IACL,KAAK,EAAE,OAAsC;IAE7C,8CAAW;MACT,KAAK,EAAE,OAAgD;MAEvD,uDAAW;QAAE,KAAK,EAAE,OAAyD;IAG/E,iDAAc;MAAE,KAAK,EAAE,OAAkD;IAEzE,8CAAW;MACT,KAAK,EAAE,OAA+C;MAEtD,0DAAc;QAAE,KAAK,EAAE,OAAwD;EAInF,0CAAc;IAAE,KAAK,EC7yFA,OAA8B;ED+yFnD,uCAAW;IACT,KAAK,ECxyFW,OAAuC;ID0yFvD,mDAAc;MAAE,KAAK,ECzyFI,OAA0F;;ADkzFvH,aAAc;EACZ,OAAO,EAAE,QAAQ;EACjB,sBAAS;IACP,YAAY,EAAE,GAAG;IACjB,aAAa,EAAE,GAAG;EAEpB,sCAA2B;IAEzB,eAAe,EAAE,YAAY;;;;;AASjC,QAAS;EAEP,qBAAqB,EAAE,CAAC;EAExB,gBAAgB,EAAE,IAAI;EACtB,MAAM,EAAE,WAAW;EACnB,iBAAW;IACT,YAAY,EAAE,CAAC;IACf,WAAW,EAAE,GAAG;EAElB,wBAAgB;IACd,gBAAgB,EErmFV,OAAgE;IFsmFtE,iCAAW;MACT,gBAAgB,EC90FG,OAAmC;;ADm1F5D,aAAc;EACZ,qBAAqB,EAAE,CAAC;EACxB,MAAM,EAAE,CAAC;EACT,6BAAgB;IACd,gBAAgB,EAAE,WAAW;IAC7B,YAAY,EAAE,UAAU;IACxB,YAAY,EElnFN,OAAgE;IFmnFtE,YAAY,EAAE,GAAG;EAEnB,sCAA2B;IAAE,YAAY,EAAE,UAAU;EACrD,sCAAyB;IAAE,YAAY,EC71FhB,OAAmC;;;;;ADo2F5D,UAAW;EACT,YAAY,EAAE,IAAI;;AAGpB;;;MAGO;EACL,gBAAgB,EEroFR,OAAgE;EFsoFxE,KAAK,EC92FsB,OAAkB;ED+2F7C,WAAW,EAAE,IAAI;EACjB,YAAY,EAAE,OAA+B;EAC7C;;;;;;;;;;;;;;;;;sCAAQ;IEptFN,UAAU,EAAE,8BAA2B;IAEvC,KAAK,ED/JoB,OAAkB;ICgK3C,YAAY,EAwFN,OAA0C;IAvFhD,gBAAgB,EAAE,4CAGa;IFgtF/B;;;wBAAQ;MExsFR,KAAK,ED5KoB,OAAkB;MC6K3C,YAAY,EA2EN,OAA0C;MA1EhD,gBAAgB,EAAE,4CAE+B;IFssFjD;;;yBAAS;ME7rFT,KAAK,EDzLoB,OAAkB;MC0L3C,YAAY,EA8DN,OAA0C;MA7DhD,gBAAgB,EAAE,wDAK+C;IFwrFjE;;;8BAAc;MEjqFd,KAAK,EAAE,OAA4D;MACnE,YAAY,EAgCN,OAA0C;MA9BhD,gBAAgB,EAAE,mCAAgC;MAClD,WAAW,EAAE,IAAI;MACjB,WAAW,EAAE,IAAI;MAjQX,UAAU,EAoQE,kCAAmC;MACrD;;;;;;;;;;+DAAS;QAAE,KAAK,EAAE,OAAO;IF0pFzB;;;2BAAW;MEhoFX,KAAK,ED1PoB,OAAkB;MC2P3C,YAAY,EAHN,OAA0C;MAIhD,gBAAgB,EAAE,mCAAgC;MAClD,WAAW,EAAE,IAAI;MACjB,WAAW,EAAE,IAAI;MAnSX,UAAU,EAoSE,kCAAmC;MF6nFnD,YAAY,EEpoFR,OAA0C;MFqoF9C;;;yCAAc;QEpmFhB,KAAK,EAAE,OAAiE;QACxE,YAAY,EAHN,OAA4C;QAIlD,gBAAgB,EAAE,mCAAgC;QAClD,WAAW,EAAE,IAAI;QACjB,WAAW,EAAE,IAAI;QAlUX,UAAU,EAqUE,kCAAmC;QFgmFjD,YAAY,EExoFV,OAA0C;QAyChD;;;;;;;;;;0EAAS;UAAE,KAAK,EAAE,OAAO;EFmmF3B;;;;;;;;;;;8BAEsB;IACpB,gBAAgB,EAAE,OAA+B;;;;;AAQrD,QAAS;EAWP,KAAK,EAAE,KAAK;EACZ,OAAO,EAAE,GAAG;;EACZ,aAAa,EAAE,GAAG;EAClB,UAAU,EAAE,IAAI;EAChB,WAAW,EAAE,WAAW;EAdxB,mBAAa;IAGX,gBAAgB,EAAE,kBAA0B;IAC5C,eAAe,EAAE,WAAW;IAC5B,MAAM,EAAE,kCAAgC;EAW1C,yBAAmB;IACjB,gBAAgB,EAAE,WAAW;;AAIjC,UAAW;EACT,OAAO,EAAE,GAAG;EACZ,gBAAgB,EAAE,WAAW;EAC7B,KAAK,EAAE,OAAO;;;;;AAOhB,cAAe;EASb,UAAU,EAJY,2CAAsD;EAO5E,wBAAY;IACV,UAAU,EAAE,IAAI;IAChB,wEAA2B;MACzB,YAAY,EC97FW,OAAkB;EDm8F7C,uBAAW;IAAE,UAAU,EAfD,2CAAsD;EAuB5E,kBAAM;IACJ,sBAAsB,EAAE,GAA0B;IAClD,uBAAuB,EAAE,GAA0B;EAErD,qBAAS;IACP,yBAAyB,EAAE,GAA0B;IACrD,0BAA0B,EAAE,GAA0B;EAExD,uEAA8C;IAC5C,sBAAsB,EAAE,GAA0B;IAClD,yBAAyB,EAAE,GAA0B;EAEvD,0EAAiD;IAC/C,uBAAuB,EAAE,GAA0B;IACnD,0BAA0B,EAAE,GAA0B;EAExD,uCAA2B;IAAE,aAAa,EAAE,GAA0B;EAGtE,6BAAiB;IACf,sBAAsB,EAzCF,GAAG;IA0CvB,uBAAuB,EA1CH,GAAG;EA4CzB,gCAAoB;IAClB,yBAAyB,EA7CL,GAAG;IA8CvB,0BAA0B,EA9CN,GAAG;EAgDzB,+CAAmC;IACjC,sBAAsB,EAjDF,GAAG;IAkDvB,yBAAyB,EAlDL,GAAG;EAoDzB,iDAAqC;IACnC,uBAAuB,EArDH,GAAG;IAsDvB,0BAA0B,EAtDN,GAAG;EAwDzB,oCAAwB;IAAE,aAAa,EAxDjB,GAAG;EA2DzB,mDACiB;IACf,gBAAgB,EAAE,6EACqD;IACvE,UAAU,EAAE,qEAC4F;IACxG,yEAAa;MACX,gBAAgB,EAAE,6EACqD;EAG3E;iFAG+B;IAC7B,gBAAgB,EAAE,IAAI;IACtB,UAAU,EAAE,IAAI;EAIlB,6BAAiB;IACf,aAAa,EAAE,GAAG;IAClB,mCAAQ;MACN,gBAAgB,EAAE,IAAI;MACtB,UAAU,EAAE,2CAAsD;IAEpE,sCAAW;MAAE,UAAU,EAAE,IAAI;EAI/B,yBAAa;IACX,KAAK,EAAE,KAAK;IACZ,aAAa,EAAE,kBAA0B;IACzC,kCAAW;MAAE,KAAK,EAAE,wBAA0B;EAEhD,0BAAc;IACZ,KAAK,EAAE,KAAK;IACZ,aAAa,EAAE,wBAA0B;IACzC,mCAAW;MAAE,KAAK,EAAE,kBAA0B;EAIhD,uDACmB;IACjB,MAAM,EAAE,4BAA6E;IACrF,mEAAQ;MAAE,YAAY,EAAE,kBAA0D;EAIpF,+BAAmB;IACjB,YAAY,EAAE,KAAK;IACnB,YAAY,EAAE,GAAG;IEv4FjB,UAAU,EAAE,8BAA2B;IAEvC,KAAK,ED7ME,OAAyC;IC8MhD,YAAY,EAwEN,OAAgE;IAvEtE,gBAAgB,EAAE,4CAGa;IFk4F/B,qCAAQ;ME13FR,KAAK,ED1NE,OAAyC;MC2NhD,YAAY,EA2EN,OAA0C;MA1EhD,gBAAgB,EAAE,4CAE+B;IFu3FjD,wCAAW;ME7yFX,KAAK,EDxSE,OAAyC;MCyShD,YAAY,EAnBN,OAAgE;MAoBtE,gBAAgB,EAAE,mCAAgC;MAClD,WAAW,EAAE,IAAI;MACjB,WAAW,EAAE,IAAI;MApSO,UAAU,EAAE,gEAAkB;IF8kGtD,wCAAS;MExqFT,YAAY,EAAE,sBAAuB;MACrC,gBAAgB,EAAE,WAAW;MAC7B,gBAAgB,EAAE,IAAI;MACzB,UAAU,EAAC,IAAI;MAEZ,WAAW,EAAE,IAAI;MACjB,WAAW,EAAE,IAAI;;;;;AF2qFrB;;0CAAqB;EACnB,OAAO,EAAE,GAAG;EACZ,0BAAQ;IAEN,gBAAgB,EAAE,qBAA6B;IAC/C,aAAa,EAAE,GAAG;;AAOtB;4CAAuB;EAAE,OAAO,EAAE,GAAG;;;;;AAMrC,aAAc;EAEZ,YAAY,EAAE,CAAC;EAOf,UAAU,EAAE,gCAAgC;;EAK5C,MAAM,EAAE,IAAI;EAEZ,sBAAW;IACT,UAAU,EAAE,gCAAgC;EAE9C,mBAAQ;IACN,aAAa,EAAE,CAAC;EAElB,mBAAQ;IACN,UAAU,EAAE,kCACd;EAEA,iBAAM;IACP,UAAU,EAAE,gCAAgC;EAGzC,uBAAQ;IACN,aAAa,EAAE,CAAC;IAChB,UAAU,EAAE,kCACd;EACA,yBAAU;IACR,aAAa,EAAE,GAAG;IAClB,UAAU,EAAE,IAAI;EAElB,gCAAiB;IACf,aAAa,EAAE,GAAG;IAClB,UAAU,EAAE,gCACd;EAEF,uBAAY;IACV,aAAa,EAAE,CAAC;IAChB,MAAM,EAAE,GAAG;IACX,gBAAgB,EEz4FV,OAAgE;IF04FtE,MAAM,EAAE,CAAC;IACT,UAAU,EAAE,IAAI;;AAKpB;6BAC8B;EAK5B,OAAO,EAAE,GAAG;EACZ;wCAAW;IAAE,WAAW,EAAE,IAAI;EAE9B;qCAAQ;IACJ,KAAK,EAAE,WAAW;IAClB,YAAY,EAAE,IAAI;IAClB,UAAU,EAAE,IAAI;IAChB,mBAAmB,EAAE,MAAM;IAC3B,iBAAiB,EAAE,SAAS;IAE5B,gBAAgB,EAAE,uFAAsF;EAG5G;2CAAc;IACV,YAAY,EAAE,WAAW;IACzB,gBAAgB,EAAE,WAAW;IAC7B,gBAAgB,EAAE,mGAC0B;EAEhD;4CAAe;IACX,YAAY,EAAE,WAAW;IACzB,gBAAgB,EAAE,WAAW;IAC7B,gBAAgB,EAAE,qGAC2B;EAEjD;8CAAiB;IACb,YAAY,EAAE,WAAW;IACzB,gBAAgB,EAAE,WAAW;IAC7B,gBAAgB,EAAE,yGAC6B;EAGnD;wCAAW;IAEP,KAAK,EAAE,WAAW;IAClB,YAAY,EAAE,IAAI;IAClB,UAAU,EAAE,IAAI;IAChB,mBAAmB,EAAE,MAAM;IAC3B,iBAAiB,EAAE,SAAS;IAE5B,gBAAgB,EAAE,6FAA4F;EAGlH;8CAAiB;IAClB,YAAY,EAAE,WAAW;IACtB,gBAAgB,EAAE,WAAW;IAChC,gBAAgB,EAAE,yGAC6B;EAE9C;+CAAkB;IACnB,YAAY,EAAE,WAAW;IACtB,gBAAgB,EAAE,WAAW;IAChC,gBAAgB,EAAE,2GAC8B;EAE/C;iDAAoB;IACrB,YAAY,EAAE,WAAW;IACtB,gBAAgB,EAAE,WAAW;IAChC,gBAAgB,EAAE,+GACgC;EAGjD;wCAAW;IAEP,KAAK,EAAE,WAAW;IAClB,YAAY,EAAE,IAAI;IAClB,UAAU,EAAE,IAAI;IAChB,mBAAmB,EAAE,MAAM;IAC3B,iBAAiB,EAAE,SAAS;IAE5B,gBAAgB,EAAE,6FAA4F;EAElH;8CAAiB;IAClB,YAAY,EAAE,WAAW;IACtB,gBAAgB,EAAE,WAAW;IAC7B,gBAAgB,EAAE,yGAC6B;EAEjD;+CAAkB;IACnB,YAAY,EAAE,WAAW;IACtB,gBAAgB,EAAE,WAAW;IAC7B,gBAAgB,EAAE,2GAC8B;EAElD;iDAAoB;IACrB,YAAY,EAAE,WAAW;IACtB,gBAAgB,EAAE,WAAW;IAC7B,gBAAgB,EAAE,+GACgC;;AAItD;4CAC6C;EAC3C,WAAW,EAAE,IAAI;EACjB;uDAAW;IAAE,WAAW,EAAE,IAAI;;AAMhC;8KAAgB;EACd,gBAAgB,EE5+FR,OAA0C;EF6+FlD,KAAK,ECruGsB,OAAkB;EDuuG3C,aAAa,EAAE,wBAAuC;;;AAK1D;aACc;EACZ,IAAI,EAAE,OAAO;;AAGf,UAAW;EACT,IAAI,EAAE,SAAS;;AAMf,cAAM;EExvFJ,gBAAgB,EAAE,4MAAgC;EAClD,eAAe,EAAE,kBAA0C;EAQ7D,iBAAiB,EAAE,SAAS;EAC5B,mBAAmB,EAtDP,UAAU;EAwDtB,gBAAgB,EAAE,WAAW;EAC7B,MAAM,EAAE,IAAI;EACZ,UAAU,EAAE,IAAI;EF4uFd,uBAAW;IErvFX,gBAAgB,EAlBA,8FAI4D;IAe5E,eAAe,EAjDM,OAA4B;IAoDnD,iBAAiB,EAAE,SAAS;IAC5B,mBAAmB,EAtDP,UAAU;IAwDtB,gBAAgB,EAAE,WAAW;IAC7B,MAAM,EAAE,IAAI;IACZ,UAAU,EAAE,IAAI;AF8uFhB,iBAAS;EE5vFP,gBAAgB,EAAE,wNAAgC;EAClD,eAAe,EAAE,kBAA0C;EAQ7D,iBAAiB,EAAE,SAAS;EAC5B,mBAAmB,EAjDL,aAAa;EAmD3B,gBAAgB,EAAE,WAAW;EAC7B,MAAM,EAAE,IAAI;EACZ,UAAU,EAAE,IAAI;EFgvFd,0BAAW;IEzvFX,gBAAgB,EAlBA,oGAI4D;IAe5E,eAAe,EAjDM,OAA4B;IAoDnD,iBAAiB,EAAE,SAAS;IAC5B,mBAAmB,EAjDL,aAAa;IAmD3B,gBAAgB,EAAE,WAAW;IAC7B,MAAM,EAAE,IAAI;IACZ,UAAU,EAAE,IAAI;AFkvFhB,eAAO;EEhwFL,gBAAgB,EAAE,gNAAgC;EAClD,eAAe,EAAE,kBAA0C;EAQ7D,iBAAiB,EAAE,SAAS;EAC5B,mBAAmB,EAtCL,WAAW;EAwCzB,gBAAgB,EAAE,WAAW;EAC7B,MAAM,EAAE,IAAI;EACZ,UAAU,EAAE,IAAI;EFovFd,wBAAW;IE7vFX,gBAAgB,EAlBA,gGAI4D;IAe5E,eAAe,EAjCQ,OAA4B;IAoCrD,iBAAiB,EAAE,SAAS;IAC5B,mBAAmB,EAtCL,WAAW;IAwCzB,gBAAgB,EAAE,WAAW;IAC7B,MAAM,EAAE,IAAI;IACZ,UAAU,EAAE,IAAI;AFsvFhB,gBAAQ;EEpwFN,gBAAgB,EAAE,oNAAgC;EAClD,eAAe,EAAE,kBAA0C;EAQ7D,iBAAiB,EAAE,SAAS;EAC5B,mBAAmB,EA5CL,YAAY;EA8C1B,gBAAgB,EAAE,WAAW;EAC7B,MAAM,EAAE,IAAI;EACZ,UAAU,EAAE,IAAI;EFwvFd,yBAAW;IEjwFX,gBAAgB,EAlBA,kGAI4D;IAe5E,eAAe,EAvCQ,OAA4B;IA0CrD,iBAAiB,EAAE,SAAS;IAC5B,mBAAmB,EA5CL,YAAY;IA8C1B,gBAAgB,EAAE,WAAW;IAC7B,MAAM,EAAE,IAAI;IACZ,UAAU,EAAE,IAAI;;AF8vFhB,eAAM;EEzuFN,gBAAgB,EAAE,WAAW;EAS7B,gBAAgB,EAAE,8EAE4C;EAE9D,WAAa,EAAE,GAAG;EAClB,eAAe,EAlBC,QAAQ;EAmBxB,iBAAiB,EAlBE,QAAQ;EAmB3B,iBAAiB,EAAE,WAAW;EAC9B,mBAAmB,EAnBT,UAAS;AF+uFnB,kBAAS;EE7uFT,gBAAgB,EAAE,WAAW;EAS7B,gBAAgB,EAAE,8EAE4C;EAE9D,cAAa,EAAE,GAAG;EAClB,eAAe,EAlBC,QAAQ;EAmBxB,iBAAiB,EAlBE,QAAQ;EAmB3B,iBAAiB,EAAE,WAAW;EAC9B,mBAAmB,EAnBT,aAAS;AFmvFnB,gBAAO;EEjvFP,gBAAgB,EAAE,WAAW;EAS7B,gBAAgB,EAAE,6EAE4C;EAE9D,YAAa,EAAE,GAAG;EAClB,eAAe,EAVG,QAAQ;EAW1B,iBAAiB,EAVI,QAAQ;EAW7B,iBAAiB,EAAE,WAAW;EAC9B,mBAAmB,EAXP,WAAS;AF+uFrB,iBAAQ;EErvFR,gBAAgB,EAAE,WAAW;EAS7B,gBAAgB,EAAE,6EAE4C;EAE9D,aAAa,EAAE,GAAG;EAClB,eAAe,EAVG,QAAQ;EAW1B,iBAAiB,EAVI,QAAQ;EAW7B,iBAAiB,EAAE,WAAW;EAC9B,mBAAmB,EAXP,YAAS;;;;;;;ACrlBvB,oCAA6C;;;AAI7C,sCAAiD;;;AAIjD,oCAA6C;;;AAI7C,sCAAiD;;;AAIjD,6CAA+D;;;AAI/D,6CAA+D;;;AAI/D,0CAA+D;;;AAI/D,0CAA+D;;;AAI/D,4CAAuD;;;AAIvD,8CAAgE;;;AAIhE,gDAA2D;;;AAI3D,8CAAgE;;;AAIhE,8CAAoE;;;AAIpE,uDAAyE;;;AAIzE,uDAA0E;;;AAI1E,6BAA2C;;;AAI3C,uCAA8D;;;AAI9D,mCAAiD;AACjD,iCAA6C;AAC7C,mCAAiD;AACjD,8BAAuC;;;AAKvC,uCAAyD;AACzD,uCAAyD;AAEzD,iCAA8C;;;;AAU9C,8BAA4C;AAC5C,wCAAsD;AACtD,gCAAiD;AACjD,mCAAmD;AAEnD,6BAA2C;AAC3C,6BAA2C;AAE3C,0CAA0C;AAC1C,0CAA0C;AAE1C,yDAA8D;AAC9D,6CAAkD;AAClD,2DAAgE;AAChE,2DAAgE;AAChE,0DAA+D;AAI/D,qCAAiD", +"sources": ["_common.scss","_colors.scss","_drawing.scss","_colors-public.scss"], +"names": [], +"file": "gtk.css" +} diff --git a/.themes/papirus/gtk-3.0/gtk.scss b/.themes/papirus/gtk-3.0/gtk.scss new file mode 100644 index 00000000..ee5e2028 --- /dev/null +++ b/.themes/papirus/gtk-3.0/gtk.scss @@ -0,0 +1,12 @@ +// General guidelines: +// - very unlikely you want to edit something else than _common.scss +// - keep the number of defined colors to a minimum, use the color blending functions if +// you need a subtle shade +// - if you need to inverse a color function use the @if directive to match for dark $variant + +$variant: 'light'; + +@import 'colors'; +@import 'drawing'; +@import 'common'; +@import 'colors-public'; diff --git a/.themes/papirus/gtk-3.0/render-assets.sh b/.themes/papirus/gtk-3.0/render-assets.sh new file mode 100755 index 00000000..24d7675a --- /dev/null +++ b/.themes/papirus/gtk-3.0/render-assets.sh @@ -0,0 +1,34 @@ +#! /bin/bash + +INKSCAPE="/usr/bin/inkscape" +OPTIPNG="/usr/bin/optipng" + +SRC_FILE="assets.svg" +ASSETS_DIR="assets" +INDEX="assets.txt" + +for i in `cat $INDEX` +do +if [ -f $ASSETS_DIR/$i.png ]; then + echo $ASSETS_DIR/$i.png exists. +else + echo + echo Rendering $ASSETS_DIR/$i.png + $INKSCAPE --export-id=$i \ + --export-id-only \ + --export-png=$ASSETS_DIR/$i.png $SRC_FILE >/dev/null #\ + # && $OPTIPNG -o7 --quiet $ASSETS_DIR/$i.png +fi +if [ -f $ASSETS_DIR/$i@2.png ]; then + echo $ASSETS_DIR/$i@2.png exists. +else + echo + echo Rendering $ASSETS_DIR/$i@2.png + $INKSCAPE --export-id=$i \ + --export-dpi=180 \ + --export-id-only \ + --export-png=$ASSETS_DIR/$i@2.png $SRC_FILE >/dev/null #\ + # && $OPTIPNG -o7 --quiet $ASSETS_DIR/$i@2.png +fi +done +exit 0 diff --git a/.themes/papirus/plank/dock.theme b/.themes/papirus/plank/dock.theme new file mode 100644 index 00000000..7ab3fb08 --- /dev/null +++ b/.themes/papirus/plank/dock.theme @@ -0,0 +1,62 @@ + +[PlankDrawingTheme] +#The roundness of the top corners. +TopRoundness=1 +#The roundness of the bottom corners. +BottomRoundness=0 +#The thickness (in pixels) of lines drawn. +LineWidth=0 +#The color (RGBA) of the outer stroke. +OuterStrokeColor=0;;0;;0;;70 +#The starting color (RGBA) of the fill gradient. +FillStartColor=239;;240;;241;;230 +#The ending color (RGBA) of the fill gradient. +FillEndColor=239;;240;;241;;230 +#The color (RGBA) of the inner stroke. +InnerStrokeColor=239;;240;;241;;230 + +[PlankDrawingDockTheme] +#The padding on the left/right dock edges, in tenths of a percent of IconSize. +HorizPadding=0 +#The padding on the top dock edge, in tenths of a percent of IconSize. +TopPadding=-5 +#The padding on the bottom dock edge, in tenths of a percent of IconSize. +BottomPadding=1 +#The padding between items on the dock, in tenths of a percent of IconSize. +ItemPadding=2 +#The size of item indicators, in tenths of a percent of IconSize. +IndicatorSize=5 +#The size of the icon-shadow behind every item, in tenths of a percent of IconSize. +IconShadowSize=1.2 +#The height (in percent of IconSize) to bounce an icon when the application sets urgent. +UrgentBounceHeight=1.6666666666666667 +#The height (in percent of IconSize) to bounce an icon when launching an application. +LaunchBounceHeight=0.625 +#The opacity value (0 to 1) to fade the dock to when hiding it. +FadeOpacity=1 +#The amount of time (in ms) for click animations. +ClickTime=300 +#The amount of time (in ms) to bounce an urgent icon. +UrgentBounceTime=0 +#The amount of time (in ms) to bounce an icon when launching an application. +LaunchBounceTime=600 +#The amount of time (in ms) for active window indicator animations. +ActiveTime=300 +#The time (in ms) to Pop in/out dockitems. +PopTime=300 +#The amount of time (in ms) to slide icons into/out of the dock. +SlideTime=300 +#The time (in ms) to fade the dock in/out on a hide (if FadeOpacity is < 1). +FadeTime=250 +#The time (in ms) to slide the dock in/out on a hide (if FadeOpacity is 1). +HideTime=150 +#The size of the urgent glow (shown when dock is hidden), in tenths of a percent of IconSize. +GlowSize=0 +#The total time (in ms) to show the hidden-dock urgent glow. +GlowTime=0 +#The time (in ms) of each pulse of the hidden-dock urgent glow. +GlowPulseTime=0 +#The hue-shift (-180 to 180) of the urgent indicator color. +UrgentHueShift=150 +#The time (in ms) to move an item to its new position. +ItemMoveTime=200