From c0d8f4b4cb3d299ea354a32d80b5d69298001f57 Mon Sep 17 00:00:00 2001 From: fxnkedup Date: Mon, 25 May 2015 15:28:29 -0700 Subject: [PATCH 1/5] Tweaked GNOME Shell Theme. Better. --- gnome-shell/calendar-arrow-left-hover.svg | 5 + gnome-shell/calendar-arrow-left.svg | 5 + gnome-shell/calendar-arrow-right-hover.svg | 5 + gnome-shell/calendar-arrow-right.svg | 5 + gnome-shell/calendar-today.svg | 204 ++ gnome-shell/checkbox-focused.svg | 8 + gnome-shell/checkbox-off-focused.svg | 5 + gnome-shell/checkbox-off.svg | 5 + gnome-shell/checkbox.svg | 8 + gnome-shell/close-window.svg | 5 + gnome-shell/corner-ripple-ltr.png | Bin 0 -> 376 bytes gnome-shell/corner-ripple-rtl.png | Bin 0 -> 391 bytes gnome-shell/dash-placeholder.svg | 15 + gnome-shell/filter-selected-ltr.svg | 5 + gnome-shell/filter-selected-rtl.svg | 5 + gnome-shell/gnome-shell.css | 3224 ++++++++++++++++++++ gnome-shell/logged-in-indicator.svg | 14 + gnome-shell/menu-arrow-symbolic.svg | 5 + gnome-shell/more-results.svg | 1 + gnome-shell/noise-texture.png | Bin 0 -> 20119 bytes gnome-shell/page-indicator-active.svg | 3 + gnome-shell/page-indicator-checked.svg | 3 + gnome-shell/page-indicator-hover.svg | 3 + gnome-shell/page-indicator-inactive.svg | 3 + gnome-shell/process-working.svg | 19 + gnome-shell/running-indicator.svg | 130 + gnome-shell/source-button-border.svg | 74 + gnome-shell/toggle-off.png | Bin 0 -> 756 bytes gnome-shell/toggle-on.png | Bin 0 -> 744 bytes gnome-shell/ws-switch-arrow-down.png | Bin 0 -> 996 bytes gnome-shell/ws-switch-arrow-up.png | Bin 0 -> 1007 bytes 31 files changed, 3759 insertions(+) create mode 100644 gnome-shell/calendar-arrow-left-hover.svg create mode 100644 gnome-shell/calendar-arrow-left.svg create mode 100644 gnome-shell/calendar-arrow-right-hover.svg create mode 100644 gnome-shell/calendar-arrow-right.svg create mode 100644 gnome-shell/calendar-today.svg create mode 100644 gnome-shell/checkbox-focused.svg create mode 100644 gnome-shell/checkbox-off-focused.svg create mode 100644 gnome-shell/checkbox-off.svg create mode 100644 gnome-shell/checkbox.svg create mode 100644 gnome-shell/close-window.svg create mode 100644 gnome-shell/corner-ripple-ltr.png create mode 100644 gnome-shell/corner-ripple-rtl.png create mode 100644 gnome-shell/dash-placeholder.svg create mode 100644 gnome-shell/filter-selected-ltr.svg create mode 100644 gnome-shell/filter-selected-rtl.svg create mode 100644 gnome-shell/gnome-shell.css create mode 100644 gnome-shell/logged-in-indicator.svg create mode 100644 gnome-shell/menu-arrow-symbolic.svg create mode 100644 gnome-shell/more-results.svg create mode 100644 gnome-shell/noise-texture.png create mode 100644 gnome-shell/page-indicator-active.svg create mode 100644 gnome-shell/page-indicator-checked.svg create mode 100644 gnome-shell/page-indicator-hover.svg create mode 100644 gnome-shell/page-indicator-inactive.svg create mode 100644 gnome-shell/process-working.svg create mode 100644 gnome-shell/running-indicator.svg create mode 100644 gnome-shell/source-button-border.svg create mode 100644 gnome-shell/toggle-off.png create mode 100644 gnome-shell/toggle-on.png create mode 100644 gnome-shell/ws-switch-arrow-down.png create mode 100644 gnome-shell/ws-switch-arrow-up.png diff --git a/gnome-shell/calendar-arrow-left-hover.svg b/gnome-shell/calendar-arrow-left-hover.svg new file mode 100644 index 0000000..41dbeca --- /dev/null +++ b/gnome-shell/calendar-arrow-left-hover.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/gnome-shell/calendar-arrow-left.svg b/gnome-shell/calendar-arrow-left.svg new file mode 100644 index 0000000..e7f5134 --- /dev/null +++ b/gnome-shell/calendar-arrow-left.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/gnome-shell/calendar-arrow-right-hover.svg b/gnome-shell/calendar-arrow-right-hover.svg new file mode 100644 index 0000000..f0aad60 --- /dev/null +++ b/gnome-shell/calendar-arrow-right-hover.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/gnome-shell/calendar-arrow-right.svg b/gnome-shell/calendar-arrow-right.svg new file mode 100644 index 0000000..a87ff71 --- /dev/null +++ b/gnome-shell/calendar-arrow-right.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/gnome-shell/calendar-today.svg b/gnome-shell/calendar-today.svg new file mode 100644 index 0000000..7ce27bd --- /dev/null +++ b/gnome-shell/calendar-today.svg @@ -0,0 +1,204 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/gnome-shell/checkbox-focused.svg b/gnome-shell/checkbox-focused.svg new file mode 100644 index 0000000..0628d17 --- /dev/null +++ b/gnome-shell/checkbox-focused.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/gnome-shell/checkbox-off-focused.svg b/gnome-shell/checkbox-off-focused.svg new file mode 100644 index 0000000..e8a7dba --- /dev/null +++ b/gnome-shell/checkbox-off-focused.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/gnome-shell/checkbox-off.svg b/gnome-shell/checkbox-off.svg new file mode 100644 index 0000000..e8a7dba --- /dev/null +++ b/gnome-shell/checkbox-off.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/gnome-shell/checkbox.svg b/gnome-shell/checkbox.svg new file mode 100644 index 0000000..ba84760 --- /dev/null +++ b/gnome-shell/checkbox.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/gnome-shell/close-window.svg b/gnome-shell/close-window.svg new file mode 100644 index 0000000..49cb45f --- /dev/null +++ b/gnome-shell/close-window.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/gnome-shell/corner-ripple-ltr.png b/gnome-shell/corner-ripple-ltr.png new file mode 100644 index 0000000000000000000000000000000000000000..d5601f17c500538f5432f92bb4341804f002833d GIT binary patch literal 376 zcmV-;0f+vHP)va-Cq zyu`%B$jHdf&d$=((%9J8;^N}z>FM|P_x$|){r&y_|NkN_5DowU03LKwPE!B@1O^BT z6BQU49wsR)HaR{?P*qo1TU}vdWMyV%1N;vX00025Nklva-Cq zyu`%B$jHdf&d$=((%9J8;^N}z>FM|P_x$|){r&y_|NkN_5DowU03LKwPE!B@1O^BT z6BQU49wsR)HaR{?P*qo1TU}vdWMyV%1N;vX0002KNkl`AHfUo|W)PD>$)LSKg+XE|;ABu~ zP`n*L{QW@O4}jL7ok8>lRR(c3XlqccAPc)Aw-T^t3@5*gIL7xBs002ovPDHLkV1gOQt=Rwo literal 0 HcmV?d00001 diff --git a/gnome-shell/dash-placeholder.svg b/gnome-shell/dash-placeholder.svg new file mode 100644 index 0000000..e4c7d72 --- /dev/null +++ b/gnome-shell/dash-placeholder.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/gnome-shell/filter-selected-ltr.svg b/gnome-shell/filter-selected-ltr.svg new file mode 100644 index 0000000..5b861cc --- /dev/null +++ b/gnome-shell/filter-selected-ltr.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/gnome-shell/filter-selected-rtl.svg b/gnome-shell/filter-selected-rtl.svg new file mode 100644 index 0000000..36094e0 --- /dev/null +++ b/gnome-shell/filter-selected-rtl.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/gnome-shell/gnome-shell.css b/gnome-shell/gnome-shell.css new file mode 100644 index 0000000..3ad2deb --- /dev/null +++ b/gnome-shell/gnome-shell.css @@ -0,0 +1,3224 @@ +/* Copyright 2009, 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. + */ + +/* Text Styles */ + +/* default text style */ +stage { + font-family: Liberation Sans; + font-size: 10pt; + color: white; +} + +/* links */ +.shell-link { + color: #0000ff; + text-decoration: underline; +} + +.shell-link:hover { + color: #0000e0; +} + +/* small */ +.app-well-menu, +.run-dialog-error-label { + font-size: 9pt; +} + +/* small bold */ +.dash-label, +.window-caption, +.switcher-list, +.app-well-app > .overview-icon, +.show-apps > .overview-icon, +.grid-search-result .overview-icon { + font-size: 9pt; + font-weight: bold; +} + +/* Scroll Bars */ + +StScrollBar { + padding: 0; +} + +StScrollView.vfade { + -st-vfade-offset: 21px; +} + +StScrollView.hfade { + -st-hfade-offset: 21px; +} + +StScrollView StScrollBar { + min-width: 10px; + min-height: 15px; +} + +StScrollBar StBin#trough { + background-color: transparent; + border-radius: 0px; +} + +StScrollBar StButton#vhandle { + background-image: none; + background-gradient-direction: none; + background-color: rgb(70,70,70); + background-gradient-start: rgb(70,70,70); + background-gradient-end: rgb(70,70,70); + border-width: 1px; + border-color: rgba(191,64,64,0); + border-radius: 0px; + transition-duration: 100ms; +} + +StScrollBar StButton#vhandle:hover { + background-image: none; + background-gradient-direction: none; + background-color: rgb(223,37,63); + background-gradient-start: rgb(223,37,63); + background-gradient-end: rgb(223,37,63); + border-color: rgba(191,64,64,0); +} + +StScrollBar StButton#vhandle:active { + background-image: none; + background-gradient-direction: none; + background-color: rgb(223,37,63); + background-gradient-start: rgb(223,37,63); + background-gradient-end: rgb(223,37,63); + border-color: rgba(191,64,64,0); +} + +StScrollBar StButton#hhandle { + background-image: none; + background-gradient-direction: none; + background-color: rgb(70,70,70); + background-gradient-start: rgb(70,70,70); + background-gradient-end: rgb(70,70,70); + border-width: 1px; + border-color: rgba(191,64,64,0); + border-radius: 0px; + transition-duration: 100ms; +} + +StScrollBar StButton#hhandle:hover { + background-image: none; + background-gradient-direction: none; + background-color: rgb(223,37,63); + background-gradient-start: rgb(223,37,63); + background-gradient-end: rgb(223,37,63); + border-color: rgba(191,64,64,0); +} + +StScrollBar StButton#hhandle:active { + background-image: none; + background-gradient-direction: none; + background-color: rgb(223,37,63); + background-gradient-start: rgb(223,37,63); + background-gradient-end: rgb(223,37,63); + border-color: rgba(191,64,64,0); +} + +/* Check Boxes */ + +.check-box StBoxLayout { + spacing: .8em; +} + +.check-box StBin { + width: 24px; + height: 22px; + background-image: url("checkbox-off.svg"); +} + +.check-box:focus StBin { + background-image: url("checkbox-off-focused.svg"); +} + +.check-box:checked StBin { + background-image: url("checkbox.svg"); +} + +.check-box:focus:checked StBin { + background-image: url("checkbox-focused.svg"); +} + +/* Slider */ + +.slider { + height: 1em; + -slider-height: 0.2em; + -slider-background-color: rgba(0,0,0,0.3); + -slider-border-color: transparent; + -slider-active-background-color: rgba(255,255,255,0.8); + -slider-active-border-color: rgba(72,72,72,0.3); + -slider-border-width: 1px; + -slider-handle-radius: 0.5em; +} + +/* PopupMenu */ + +.popup-menu-ornament { + text-align: right; + width: 1em; +} + +.popup-menu-boxpointer, +.candidate-popup-boxpointer { + color: rgb(242,242,242); + border-radius: 0px; + border-width: 0px; + /*dropshadow_true + box-shadow: 0 0 5px 1px rgba(0,0,0,0.5); + dropshadow_true*/ + /**/ + box-shadow: none; + /**/ + -arrow-border-radius: 0px; + -arrow-border-width: 0px; + /**/ + background-color: transparent; + border-color: transparent; + -arrow-background-color: rgba(34,34,34,1.0); + -arrow-border-color: rgba(191,64,64,0); + -arrow-base: 21px; + -arrow-rise: 9px; + /**/ + /*arrow_false + background-image: none; + background-gradient-direction: none; + background-color: rgba(34,34,34,1.0); + /*arrow_false + background-gradient-start: rgba(34,34,34,1.0); + background-gradient-end: rgba(34,34,34,1.0); + border-color: rgba(191,64,64,0); + -arrow-background-color: transparent; + -arrow-border-color: transparent; + -arrow-base: 0; + -arrow-rise: 3px; + arrow_false*/ +} + +.popup-menu-boxpointer.fallback-app-menu { + -arrow-border-radius: 4px; + -arrow-background-color: #ededed; + -arrow-border-width: 1px; + -arrow-border-color: #a6a6a6; + -arrow-base: 24px; + -arrow-rise: 11px; +} + +.popup-menu-boxpointer.fallback-app-menu.dark { + -arrow-background-color: #3f4747; + -arrow-border-color: #282b2b; +} + + +.popup-menu { + min-width: 200px; +} + +.popup-menu-arrow { + width: 16px; + height: 16px; +} + +.popup-submenu-menu-item:open { + background-color: rgba(34,34,34,1.0); +} + +.fallback-app-menu .popup-submenu-menu-item:open { + background-color: #888888; + color: white; +} + +.fallback-app-menu.dark .popup-submenu-menu-item:open { + background-color: #333333; +} + +.popup-sub-menu { + background-image: none; + background-gradient-direction: none; + background-color: rgba(0,0,0,0.03); + box-shadow: inset 0 0 3px rgba(0,0,0,0.6); +} + +.fallback-app-menu .popup-sub-menu { + background-gradient-start: #dddddd; + background-gradient-end: #dfdfdf; + background-gradient-direction: vertical; + box-shadow: inset 0px 2px 4px rgba(0,0,0,0.4); +} + +.fallback-app-menu.dark .popup-sub-menu { + background-gradient-start: #474747; + background-gradient-end: #4b4b4b; + background-gradient-direction: vertical; + box-shadow: inset 0px 2px 4px rgba(0,0,0,0.9); +} + +.popup-sub-menu:scrolled .popup-menu-item:ltr { + padding-right: 0em; +} + +.popup-sub-menu:scrolled .popup-menu-item:rtl { + padding-left: 0em; +} + +.popup-sub-menu StScrollBar { + padding: 4px; +} + +.popup-sub-menu StScrollBar StBin#trough { + border-width: 0; +} + +.popup-sub-menu StScrollBar StBin#vhandle { + background-color: rgba(0,0,0,0.2); + border-width: 0; +} + +/* 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; +} + +.popup-menu-item { + spacing: 1em; + border: 1px solid transparent; + /**/ + border-left-width: 0; + border-right-width: 0; + /**/ + /*arrow_false + arrow_false*/ + transition-duration: 100ms; +} + +.popup-menu-item:ltr { + padding: .4em 1.75em .4em 0em; +} + +.popup-menu-item:rtl { + padding: .4em 0em .4em 1.75em; +} + +.popup-menu-item:active { + color: rgb(242,242,242); + background-image: none; + background-gradient-direction: none; + background-color: rgba(223,37,63,1.0); + background-gradient-start: rgba(223,37,63,1.0); + background-gradient-end: rgba(223,37,63,1.0); + border-color: rgba(223,37,63,1.0); + /**/ + /**/ + /*arrow_false + border-radius: 0px; + arrow_false*/ +} + +.popup-menu-item:insensitive { + color: rgb(102,102,102); +} + +.fallback-app-menu .popup-menu-item { + color: #43484a; +} + +.fallback-app-menu .popup-menu-item:active { + color: white; + background-color: #4689cd; +} + +.fallback-app-menu .popup-menu-item:insensitive { + color: gray; +} + +.fallback-app-menu.dark .popup-menu-item { + color: white; +} + +.fallback-app-menu.dark .popup-menu-item:active { + background-color: #445f7d; +} + +.fallback-app-menu.dark .popup-menu-item:insensitive { + color: #9f9f9f; +} + +.popup-separator-menu-item { + -gradient-height: 1px; + -gradient-start: rgb(223,37,63); + -gradient-end: rgb(223,37,63); + -margin-horizontal: 0em; + height: 1px; + padding: 8px 0; +} + +.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: rgb(102,102,102); +} + +.popup-inactive-menu-item, .popup-inactive-menu-item:insensitive { + color: rgb(242,242,242); +} + +.popup-menu-icon { + icon-size: 1.09em; +} + +/* Switches */ +.toggle-switch { + width: 54px; + height: 18px; +} + +.toggle-switch-us, +.toggle-switch-intl { + background-image: url("toggle-off.png"); + background-size: contain; + background-color: rgba(233,233,233,1.0); + border: 1px solid rgba(0,0,0,0.3); + border-radius: 0px; +} + +.toggle-switch-us:checked, +.toggle-switch-intl:checked { + background-image: url("toggle-on.png"); + background-size: contain; + background-color: rgba(223,37,63,1.0); +} + +/* Network */ + +.nm-dialog { + max-height: 500px; + min-height: 450px; + min-width: 470px; +} + +.nm-dialog-content { + spacing: 20px; +} + +.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: #999; +} + +.nm-dialog-header-icon { + icon-size: 32px; +} + +.nm-dialog-scroll-view { + border: 1px solid rgba(191,64,64,0); + border-radius: 0px; +} + +.nm-dialog-header { + font-weight: bold; +} + +.nm-dialog-item { + font-size: 12pt; + border-bottom: 1px solid rgba(191,64,64,0); + padding: 12px; + spacing: 20px; +} + +.nm-dialog-item:selected { + background-color: rgba(0,0,0,0.1); +} + +.nm-dialog-icons { + spacing: .5em; +} + +.nm-dialog-icon { + icon-size: 16px; +} + +.no-networks-label { + color: #999999; +} + +.no-networks-box { + spacing: 12px; +} + +/* Buttons */ + +.candidate-page-button, +.notification-button, +.notification-icon-button, +.hotplug-notification-item, +.modal-dialog-button, +.app-view-control { + color: rgb(250,250,250); + background-image: none; + background-gradient-direction: none; + background-color: rgb(70,70,70); + background-gradient-start: rgb(70,70,70); + background-gradient-end: rgb(70,70,70); + border-width: 1px; + border-color: rgba(191,64,64,0); + /**/ + font-weight: bold; + /**/ + /*buttonbold_false + font-weight: normal; + buttonbold_false*/ + transition-duration: 100ms; +} + +.candidate-page-button:hover, +.notification-button:hover, +.notification-icon-button:hover, +.hotplug-notification-item:hover, +.modal-dialog-button:hover { + color: rgb(250,250,250); + background-image: none; + background-gradient-direction: none; + background-color: rgb(223,37,63); + background-gradient-start: rgb(223,37,63); + background-gradient-end: rgb(223,37,63); + border-color: rgba(191,64,64,0); +} + +.notification-button:focus, +.notification-icon-button:focus, +.hotplug-notification-item:focus, +.modal-dialog-button:focus, +.app-view-control:focus { + color: rgb(250,250,250); + background-image: none; + background-gradient-direction: none; + background-color: rgb(70,70,70); + background-gradient-start: rgb(70,70,70); + background-gradient-end: rgb(70,70,70); + border-color: rgba(191,64,64,0); +} + +.notification-button:focus:hover, +.notification-icon-button:focus:hover, +.hotplug-notification-item:focus:hover, +.modal-dialog-button:focus:hover, +.app-view-control:focus:hover { + color: rgb(250,250,250); + background-image: none; + background-gradient-direction: none; + background-color: rgb(223,37,63); + background-gradient-start: rgb(223,37,63); + background-gradient-end: rgb(223,37,63); + border-color: rgba(191,64,64,0); +} + +.notification-button:focus:active, +.notification-icon-button:focus:active, +.hotplug-notification-item:focus:active, +.modal-dialog-button:focus:active, +.app-view-control:focus:active { + color: rgb(250,250,250); + background-image: none; + background-gradient-direction: none; + background-color: rgb(223,37,63); + background-gradient-start: rgb(223,37,63); + background-gradient-end: rgb(223,37,63); + border-color: rgba(191,64,64,0); +} + +.app-view-control:focus { + padding: 3px; +} + +.app-view-control:first-child:ltr:focus, +.app-view-control:last-child:rtl:focus { + border-right-width: 1px; +} + +.candidate-page-button:active, +.candidate-page-button:pressed, +.notification-button:active, +.notification-icon-button:active, +.hotplug-notification-item:active, +.modal-dialog-button:active, +.modal-dialog-button:pressed, +.app-view-control:checked { + color: rgb(250,250,250); + background-image: none; + background-gradient-direction: none; + background-color: rgb(223,37,63); + background-gradient-start: rgb(223,37,63); + background-gradient-end: rgb(223,37,63); + border-color: rgba(191,64,64,0); +} + +.candidate-page-button:insensitive, +.notification-button:insensitive, +.notification-icon-button:insensitive, +.modal-dialog-button:insensitive { + color: rgb(102,102,102); +} + +.hotplug-resident-eject-button { + background-color: transparent; + border: 0; + transition-duration: 100ms; +} + +.hotplug-resident-eject-button:hover { + color: rgb(242,242,242); + background-image: none; + background-gradient-direction: none; + background-color: rgba(223,37,63,1.0); + background-gradient-start: rgba(223,37,63,1.0); + background-gradient-end: rgba(223,37,63,1.0); +} + +.hotplug-resident-eject-button:active { + color: rgb(242,242,242); + background-image: none; + background-gradient-direction: none; + background-color: rgba(223,37,63,1.0); + background-gradient-start: rgba(223,37,63,1.0); + background-gradient-end: rgba(223,37,63,1.0); +} + +/* fix for media player extension buttons */ +.hotplug-resident-eject-button > .button-icon { + color: rgb(242,242,242); +} + +.hotplug-resident-eject-button:hover > .button-icon { + color: rgb(242,242,242); +} + +/* Common radii */ + +.search-entry, +.modal-dialog-button, +.notification-button, +.hotplug-notification-item, +.app-view-controls, +#screenShieldNotifications { + border-radius: 0px; +} + +.app-view-control:first-child:ltr, +.app-view-control:last-child:rtl { + border-radius: 0px 0 0 0px; + border-right-width: 0; +} + +.app-view-control:last-child:ltr, +.app-view-control:first-child:rtl { + border-radius: 0 0px 0px 0; +} + +/* Entries */ + +.search-entry, +.login-dialog StEntry, +.notification StEntry, +.modal-dialog StEntry { + font-size: 10pt; + caret-color: #666; + caret-size: 1px; + selection-background-color: rgba(223,37,63,1.0); + selected-color: rgb(242,242,242); + padding: 5px 12px 6px; +} + +.search-entry, +.login-dialog StEntry, +.run-dialog-entry, +.notification StEntry { + color: rgb(51,51,51); + background-image: none; + background-gradient-direction: none; + background-color: rgb(254,254,254); + background-gradient-start: rgb(254,254,254); + background-gradient-end: rgb(254,254,254); + border-width: 1px; + border-color: rgba(191,64,64,0); + /*entryshadow_true + box-shadow: inset 0 1px 3px 0 rgba(0,0,0,0.3); + entryshadow_true*/ + /**/ + box-shadow: none; + /**/ + transition-duration: 100ms; +} + +.search-entry:focus, +.search-entry:hover, +.login-dialog StEntry:focus, +.notification StEntry:focus, +.modal-dialog StEntry { + color: rgb(51,51,51); + background-image: none; + background-gradient-direction: none; + background-color: rgb(254,254,254); + background-gradient-start: rgb(254,254,254); + background-gradient-end: rgb(254,254,254); + border-width: 1px; + border-color: rgba(191,64,64,0); + /*entryshadow_true + box-shadow: inset 0 1px 3px 0 rgba(0,0,0,0.3); + entryshadow_true*/ + /**/ + box-shadow: none; + /**/ +} + +.login-dialog StEntry:focus, +.notification StEntry:focus, +.modal-dialog StEntry:focus { + border: rgba(191,64,64,0); +} + +.search-entry { + color: rgb(102,102,102); + background-image: none; + background-gradient-direction: none; + background-color: rgb(240,240,240); + background-gradient-start: rgb(240,240,240); + background-gradient-end: rgb(240,240,240); + border-width: 1px; + border-color: rgba(191,64,64,0); + /*entryshadow_true + box-shadow: inset 0 1px 3px 0 rgba(0,0,0,0.3); + entryshadow_true*/ + /**/ + box-shadow: none; + /**/ +} + +.search-entry:focus, +.search-entry:hover { + color: rgb(51,51,51); + background-image: none; + background-gradient-direction: none; + background-color: rgb(254,254,254); + background-gradient-start: rgb(254,254,254); + background-gradient-end: rgb(254,254,254); + border-width: 1px; + border-color: rgba(191,64,64,0); + caret-color: #666; + transition-duration: 100ms; +} + +.login-dialog StEntry, +.notification StEntry, +.modal-dialog StEntry { + border-radius: 0px; + padding: 4px 4px; +} + +.prompt-dialog-password-entry .capslock-warning, +.login-dialog-prompt-entry .capslock-warning { + icon-size: 16px; + warning-color: rgb(102,102,102); + padding: 0 4px; +} + +.login-dialog StEntry:insensitive, +.modal-dialog StEntry:insensitive { + color: rgb(102,102,102); + border: 1px solid rgba(255,255,255,0.2); +} + +/* Panel */ + +#panel { + color: rgb(242,242,242); + background-image: none; + background-gradient-direction: none; + background-color: rgba(34,34,34,1.0); + background-gradient-start: rgba(34,34,34,1.0); + background-gradient-end: rgba(34,34,34,1.0); + border-color: rgba(191,64,64,0); + border-bottom-width: 0px; + /*dropshadow_true + box-shadow: 0 0 5px 1px rgba(0,0,0,0.5); + dropshadow_true*/ + /**/ + box-shadow: none; + /**/ + font-weight: bold; + height: 2.1em; + transition-duration: 500ms; +} + +#panel.unlock-screen, +#panel.login-screen { + background-color: transparent; +} + +#panelLeft, #panelCenter { + spacing: 4px; +} + +#panelLeft:ltr { + padding-right: 4px; +} + +#panelLeft:rtl { + padding-left: 4px; +} + +#panelRight:ltr { + padding-left: 4px; +} + +#panelRight:rtl { + padding-right: 4px; +} + +.panel-corner { + -panel-corner-radius: 0; + -panel-corner-background-color: transparent; + -panel-corner-border-width: 0; + -panel-corner-border-color: transparent; +} + +.panel-corner:active, +.panel-corner:overview, +.panel-corner:focus { + -panel-corner-border-color: transparent; +} + +.panel-corner.lock-screen, +.panel-corner.unlock-screen, +.panel-corner.login-screen { + -panel-corner-background-color: transparent; + -panel-corner-border-color: transparent; +} + +#appMenu { + spinner-image: url("process-working.svg"); + spacing: 4px; +} + +/* used for the app menu header only */ +.label-shadow { + color: transparent; +} + +.panel-logo-icon { + padding-right: .4em; + icon-size: 1em; +} + +.panel-button #appMenuIcon { + /*panelicon_true + panelicon_true*/ + /**/ + height: 0; + width: 12px; + /**/ + app-icon-bottom-clip: 0; +} + +.panel-button:active #appMenuIcon, +.panel-button:checked #appMenuIcon, +.panel-button:focus #appMenuIcon { + app-icon-bottom-clip: 0; +} + +.app-menu-icon { + width: 24px; + height: 24px; +} + +.panel-button { + -natural-hpadding: 12px; + -minimum-hpadding: 6px; + color: rgb(242,242,242); + font-weight: bold; + border: 1px solid transparent; + border-top-width: 0; + border-bottom-width: 0; + transition-duration: 100ms; +} + +#panel.unlock-screen .panel-button, +#panel.lock-screen .panel-button, +#panel.login-screen .panel-button { + color: #e6e6e6; +} + +#panel.unlock-screen .panel-button:hover, +#panel.lock-screen .panel-button:hover, +#panel.login-screen .panel-button:hover, +#panel.unlock-screen .panel-button:active, +#panel.lock-screen .panel-button:active, +#panel.login-screen .panel-button:active, +#panel.unlock-screen .panel-button:focus, +#panel.lock-screen .panel-button:focus, +#panel.login-screen .panel-button:focus { + color: white; +} + +.panel-button:hover { + color: rgb(242,242,242); + background-image: none; + background-gradient-direction: none; + background-color: rgba(223,37,63,1.0); + background-gradient-start: rgba(223,37,63,1.0); + background-gradient-end: rgba(223,37,63,1.0); + border-color: rgba(223,37,63,1.0); + text-shadow: 0 0 transparent; +} + +.panel-button:active, +.panel-button:overview, +.panel-button:focus { + color: rgb(242,242,242); + background-image: none; + background-gradient-direction: none; + background-color: rgba(223,37,63,1.0); + background-gradient-start: rgba(223,37,63,1.0); + background-gradient-end: rgba(223,37,63,1.0); + border-color: rgba(223,37,63,1.0); + border-image: none; + text-shadow: 0 0 transparent; +} + +.panel-status-button:active, +.panel-status-button:checked, +.panel-status-button:focus { + color: rgb(242,242,242); + background-image: none; + background-gradient-direction: none; + background-color: rgba(223,37,63,1.0); + background-gradient-start: rgba(223,37,63,1.0); + background-gradient-end: rgba(223,37,63,1.0); + border-color: rgba(223,37,63,1.0); +} + +.panel-button:active > .system-status-icon, +.panel-button:checked > .system-status-icon, +.panel-button:focus > .system-status-icon { + icon-shadow: none; +} + +.panel-menu { + -boxpointer-gap: 3px; +} + +.panel-status-indicators-box, +.panel-status-menu-box { + spacing: 2px; +} + +.system-status-icon { + icon-size: 1.2em; + padding: 0 5px; +} + +.aggregate-menu { + width: 340px; +} + +.aggregate-menu .popup-menu-icon { + padding: 0 4px; +} + +.system-switch-user-submenu-icon { + icon-size: 24px; + border: 1px solid #8b8b8b; +} + +.system-menu-action { + color: rgb(242,242,242); + border-radius: 32px; /* wish we could do 50% */ + padding: 13px; + border: 1px solid rgba(191,64,64,0); /* using rgba() is flaky unfortunately */ +} + +.system-menu-action:hover, +.system-menu-action:focus { + color: rgb(242,242,242); + background-image: none; + background-gradient-direction: none; + background-color: rgba(223,37,63,1.0); + background-gradient-start: rgba(223,37,63,1.0); + background-gradient-end: rgba(223,37,63,1.0); + border-color: rgba(223,37,63,1.0); +} + +.system-menu-action:active { + color: rgb(242,242,242); + background-image: none; + background-gradient-direction: none; + background-color: rgba(223,37,63,1.0); + background-gradient-start: rgba(223,37,63,1.0); + background-gradient-end: rgba(223,37,63,1.0); + border-color: rgba(223,37,63,1.0); + +} + +.system-menu-action > StIcon { + icon-size: 16px; +} + +.screencast-indicator { + color: #ff0000; +} + +/* Overview */ + +#overview { + spacing: 24px; +} + +.overview-controls { + padding-bottom: 32px; +} + +.workspace-thumbnails { + spacing: 11px; + visible-width: 32px; /* Amount visible before hovering */ + border: 0px solid rgba(191,64,64,0); + border-right: 0; + border-radius: 0px 0 0 0px; + background-image: none; + background-gradient-direction: none; + background-color: rgba(34,34,34,1.0); + background-gradient-start: rgba(34,34,34,1.0); + background-gradient-end: rgba(34,34,34,1.0); + padding: 9px 7px 9px 9px; + /*dropshadow_true + box-shadow: 0 0 5px 1px rgba(0,0,0,0.5); + dropshadow_true*/ + /**/ + box-shadow: none; + /**/ +} + +.workspace-thumbnails:rtl { + border-right: 1px; + border-left: 0; + border-radius: 0 0px 0px 0; + padding: 9px 9px 9px 7px; +} + +.workspace-thumbnail-indicator { + border: 2px solid rgba(223,37,63,1.0); + border-radius: 0px; + padding: 1px; +} + +.window-caption { + spacing: 25px; + color: rgb(242,242,242); + background-image: none; + background-gradient-direction: none; + background-color: rgb(34,34,34); + background-gradient-start: rgb(34,34,34); + background-gradient-end: rgb(34,34,34); + border: 1px solid rgba(191,64,64,0); + border-radius: 0px; + padding: 2px 12px; + -shell-caption-spacing: 12px; +} + +.window-caption:hover { + border: 1px solid rgba(191,64,64,0); +} + +.window-close, .notification-close { + background-image: url("close-window.svg"); + background-size: 28px; + background-color: rgba(223,37,63,1.0); + border: 2px solid rgba(255, 255, 255, 1); + border-radius: 16px; + height: 28px; + width: 28px; +} + +.window-close { + -shell-close-overlap: 20px; +} + +.window-clone-border { + border: 2px solid rgba(223,37,63,1.0); + border-radius: 0px; +} + +.notification-close { + /* we start out in the top right of the + * notification, inset. + * + * center is 32px/2 = 16px + * + * adjust left 2px + * adjust down 8px */ + + -shell-close-overlap-x: 14px; + -shell-close-overlap-y: -12px; +} + +.notification-close:rtl { + /* as above, but starting out in the top left of the + * notification. */ + + -shell-close-overlap-x: -14px; +} + +.window-close:rtl { + -st-background-image-shadow: 2px 2px 6px rgba(0,0,0,0.5); +} + +.window-picker { + -horizontal-spacing: 32px; + -vertical-spacing: 32px; + padding-left: 32px; + padding-right: 32px; + padding-bottom: 48px; +} + +.window-picker.external-monitor { + padding: 32px; +} + +.messages-indicator { + color: rgba(255,255,255,0.5); + height: 32px; +} + +.messages-indicator-contents { + spacing: 12px; + padding-bottom: 12px; +} + +.messages-indicator-contents:hover { + color: white; + text-shadow: black 0 2px 2px; +} + +.messages-indicator-highlight { + background-image: none; + background-gradient-direction: vertical; + background-gradient-start: transparent; + background-gradient-end: rgba(255,255,255,0.5); + height: 6px; +} + +/* Dash */ + +#dash { + color: rgb(242,242,242); + font-size: 10pt; + padding: 4px 0; + background-image: none; + background-gradient-direction: none; + background-color: rgba(34,34,34,1.0); + background-gradient-start: rgba(34,34,34,1.0); + background-gradient-end: rgba(34,34,34,1.0); + border: 0px solid rgba(191,64,64,0); + border-left: 0; + border-radius: 0 0px 0px 0; + /*dropshadow_true + box-shadow: 0 0 5px 1px rgba(0,0,0,0.5); + dropshadow_true*/ + /**/ + box-shadow: none; + /**/ +} + +#dash:rtl { + border-left: 1px; + border-right: 0; + border-radius: 0px 0 0 0px; +} + +.placeholder { + background-image: url("dash-placeholder.svg"); + background-size: contain; + height: 24px; +} + +.empty-dash-drop-target { + width: 24px; + height: 24px; +} + +/* Search Box */ + +.search-entry { + border-radius: 0px; + width: 300px; +} + +.search-entry-icon { + icon-size: 1em; + color: rgb(102,102,102); +} + +.search-entry:hover .search-entry-icon, +.search-entry:focus .search-entry-icon { + color: rgb(51,51,51); +} + +/* Search Results */ + +#searchResults { + padding: 20px 10px 0 10px; + spacing: 18px; +} + +#searchResultsBin { + max-width: 1000px; +} + +#searchResultsContent { + padding-left: 20px; + padding-right: 20px; + spacing: 16px; +} + +.search-section { + /* This should be equal to #searchResultsContent spacing */ + spacing: 16px; +} + +.search-section-separator { + -gradient-height: 1px; + -gradient-start: rgb(223,37,63); + -gradient-end: rgb(223,37,63); + -margin-horizontal: 1.5em; + height: 1px; +} + +.search-section-content { + /* This is the space between the provider icon and the results container */ + spacing: 32px; +} + +.search-statustext { + color: #efefef; + font-size: 2em; + font-weight: bold; +} + +.list-search-results { + spacing: 3px; +} + +.dash-label { + color: rgb(242,242,242); + background-image: none; + background-gradient-direction: none; + background-color: rgb(34,34,34); + background-gradient-start: rgb(34,34,34); + background-gradient-end: rgb(34,34,34); + border: 1px solid rgba(191,64,64,0); + border-radius: 0px; + padding: 2px 12px; + text-align: center; + -x-offset: 8px; +} + +/* Application Launchers, Grid and List results */ + +.icon-grid { + spacing: 30px; + -shell-grid-horizontal-item-size: 136px; + -shell-grid-vertical-item-size: 136px; +} + +.icon-grid .overview-icon { + icon-size: 96px; +} + +.app-display { + spacing: 20px; +} + +.app-view-controls { + padding-bottom: 32px; +} + +.app-view-control { + padding: 4px 32px; +} + +.app-view-control:focus { +} + +.search-display > StBoxLayout, +.all-apps, +.frequent-apps > StBoxLayout { + /* horizontal padding to make sure scrollbars or dash don't overlap content */ + padding: 0 88px 10px 88px; +} + +.page-indicator { + padding: 15px 30px; +} + +.page-indicator .page-indicator-icon { + width: 18px; + height: 18px; + background-image: url(page-indicator-inactive.svg); +} + +.page-indicator:hover .page-indicator-icon { + background-image: url(page-indicator-hover.svg); +} + +.page-indicator:active .page-indicator-icon { + background-image: url(page-indicator-active.svg); +} + +.page-indicator:checked .page-indicator-icon, +.page-indicator:checked:active .page-indicator-icon { + background-image: url(page-indicator-checked.svg); +} + +.no-frequent-applications-label { + font-size: 18pt; + color: #999999; +} + +.app-folder-icon { + padding: 5px; + spacing-rows: 5px; + spacing-columns: 5px; +} + +.dash-item-container > StButton { + padding: 4px 8px; +} + +.list-search-result-content { + spacing: 12px; + padding: 12px; +} + +.list-search-result-title { + font-weight: bold; + font-size: 14pt; + color: white; +} + +.list-search-result-description { + color: #eeeeec; +} + +.search-provider-icon-more { + width: 16px; + height: 16px; + background-image: url("more-results.svg"); +} + +.app-well-app > .overview-icon.overview-icon-with-label, +.grid-search-result .overview-icon.overview-icon-with-label { + /* since the label controls its own spacing, it is visually more + consistent to use different padding values for top and bottom */ + padding: 10px 8px 5px 8px; + spacing: 4px; +} + +.app-well-app > .overview-icon, +.show-apps > .overview-icon, +.search-provider-icon, +.list-search-result, +.grid-search-result .overview-icon { + padding: 4px; + border: 1px solid transparent; + border-radius: 0px; + text-align: center; + transition-duration: 100ms; +} + +.search-provider-icon { + padding: 15px; +} + +.app-folder-popup { + color: rgb(242,242,242); + border-radius: 0px; + border-width: 0px; + /*dropshadow_true + box-shadow: 0 0 5px 1px rgba(0,0,0,0.5); + dropshadow_true*/ + /**/ + box-shadow: none; + /**/ + -arrow-border-radius: 0px; + -arrow-border-width: 0px; + /**/ + background-color: transparent; + border-color: transparent; + -arrow-background-color: rgba(34,34,34,1.0); + -arrow-border-color: rgba(191,64,64,0); + -arrow-base: 21px; + -arrow-rise: 9px; + /**/ + /*arrow_false + background-image: none; + background-gradient-direction: none; + background-color: rgba(34,34,34,1.0); + /*arrow_false + background-gradient-start: rgba(34,34,34,1.0); + background-gradient-end: rgba(34,34,34,1.0); + border-color: rgba(191,64,64,0); + -arrow-background-color: transparent; + -arrow-border-color: transparent; + -arrow-base: 0; + -arrow-rise: 3px; + arrow_false*/ +} + +.app-folder-popup-bin { + padding: 10px; +} + +.app-well-app.running > .overview-icon { + background-image: none; + background-gradient-direction: none; + background-color: rgb(223,37,63); + background-gradient-start: rgb(223,37,63); + background-gradient-end: rgb(223,37,63); + border-color: rgb(223,37,63); + text-shadow: 0 0 transparent; +} + +.app-well-app.app-folder > .overview-icon { + color: rgb(242,242,242); + background-image: none; + background-gradient-direction: none; + background-color: rgba(34,34,34,1.0); + background-gradient-start: rgba(34,34,34,1.0); + background-gradient-end: rgba(34,34,34,1.0); + border-color: rgba(191,64,64,0); + text-shadow: 0 0 transparent; +} + +.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 { + color: rgb(242,242,242); + background-image: none; + background-gradient-direction: none; + background-color: rgba(223,37,63,1.0); + background-gradient-start: rgba(223,37,63,1.0); + background-gradient-end: rgba(223,37,63,1.0); + border-color: rgba(223,37,63,1.0); + text-shadow: 0 0 transparent; + transition-duration: 100ms; +} + +.app-display .app-well-app > .overview-icon { + border-radius: 0px; +} + +.list-search-result:hover .list-search-result-description { + text-shadow: rgba(0,0,0,0.8) 0 1px 2px; +} + +.show-apps { + padding: 4px 0; +} + +.show-apps-icon { + color: rgb(242,242,242); +} + +.show-apps:hover .show-apps-icon { + color: rgb(242,242,242); +} + +.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 { + color: rgb(242,242,242); + background-image: none; + background-gradient-direction: none; + background-color: rgba(223,37,63,1.0); + background-gradient-start: rgba(223,37,63,1.0); + background-gradient-end: rgba(223,37,63,1.0); + border-color: rgba(223,37,63,1.0); + box-shadow: none; + transition-duration: 100ms; +} + +.show-apps:checked .show-apps-icon, +.show-apps:focus .show-apps-icon { + color: rgb(242,242,242); + transition-duration: 100ms; +} + +.app-well-app:focus > .overview-icon, +.grid-search-result:focus .overview-icon, +.show-apps:focus > .overview-icon, +.search-provider-icon:focus, +.list-search-result:focus, +.app-well-app:selected > .overview-icon, +.grid-search-result:selected .overview-icon, +.search-provider-icon:selected, +.list-search-result:selected { + color: rgb(242,242,242); + background-image: none; + background-gradient-direction: none; + background-color: rgba(223,37,63,1.0); + background-gradient-start: rgba(223,37,63,1.0); + background-gradient-end: rgba(223,37,63,1.0); + border-color: rgba(223,37,63,1.0); +} + +/* LookingGlass */ + +#LookingGlassDialog { + background-color: rgba(0,0,0,0.8); + spacing: 4px; + padding: 4px; + border: 1px solid rgba(0,0,0,0.2); + border-radius: 0px; +} + +#LookingGlassDialog > #Toolbar { + border: 1px solid rgba(0,0,0,0.2); + border-radius: 0px; +} + +#LookingGlassDialog .labels { + spacing: 4px; +} + +#LookingGlassDialog .notebook-tab { + -natural-hpadding: 12px; + -minimum-hpadding: 6px; + color: #ccc; + padding: 2px; + transition-duration: 100ms; +} + +#LookingGlassDialog .notebook-tab:hover { + color: white; +} + +#LookingGlassDialog .notebook-tab:selected { + border-image: none; + color: white; + font-weight: bold; +} + +.lg-dialog StEntry { + selection-background-color: rgba(223,37,63,1.0); + selected-color: rgb(242,242,242); +} + +.lg-completions-text { + font-size: .9em; + font-style: italic; +} + +.lg-obj-inspector-title { + spacing: 4px; +} + +.lg-obj-inspector-button { + font-weight: bold; + background-color: rgba(0,0,0,0.2); + border: 1px solid rgba(0,0,0,0.2); + padding: 4px; + border-radius: 0px; + transition-duration: 100ms; +} + +.lg-obj-inspector-button:hover { + background-color: rgba(0,0,0,0.8); +} + +.lg-dialog .shell-link { + color: #eee; +} + +.lg-dialog .shell-link:hover { + color: white; +} + +#LookingGlassDialog StBoxLayout#EvalBox { + padding: 4px; + spacing: 4px; +} + +#LookingGlassDialog StBoxLayout#ResultsArea { + spacing: 4px; +} + +#lookingGlassExtensions { + padding: 4px; +} + +.lg-extensions-list { + padding: 4px; + spacing: 6px; +} + +.lg-extension { + border: 1px solid #666; + border-radius: 0px; + padding: 4px; +} + +.lg-extension-name { + font-weight: bold; +} + +.lg-extension-meta { + spacing: 6px; +} + +#LookingGlassPropertyInspector { + background: rgba(0,0,0,0.8); + border: 1px solid rgba(0,0,0,0.2); + border-radius: 0px; + padding: 6px; +} + +/* Calendar popup */ + +.calendar-vertical-separator { + -stipple-width: 1px; + -stipple-color: #666; + width: 0.3em; +} + +.calendar { + padding: .4em 1.75em .8em 1.75em; + spacing-rows: 0; + spacing-columns: 0; +} + +.calendar-month-label { + color: rgb(242,242,242); + font-size: 10pt; + font-weight: bold; + padding-bottom: 8px; + padding-top: 8px; +} + +.calendar-month-label:focus { + color: rgb(242,242,242); +} + +.calendar-change-month-back { + width: 18px; + height: 12px; + background-image: url("calendar-arrow-left.svg"); +} + +.calendar-change-month-back:rtl { + background-image: url("calendar-arrow-right.svg"); +} + +.calendar-change-month-back:hover, +.calendar-change-month-back:focus { + background-color: transparent; + background-image: url("calendar-arrow-left-hover.svg"); +} + +.calendar-change-month-back:active { + background-color: transparent; + background-image: url("calendar-arrow-left.svg"); +} + +.calendar-change-month-forward { + width: 18px; + height: 12px; + background-image: url("calendar-arrow-right.svg"); +} + +.calendar-change-month-forward:rtl { + background-image: url("calendar-arrow-left.svg"); +} + +.calendar-change-month-forward:hover, +.calendar-change-month-forward:focus { + background-color: transparent; + background-image: url("calendar-arrow-right-hover.svg"); +} + +.calendar-change-month-forward:active { + background-color: transparent; + background-image: url("calendar-arrow-right.svg"); +} + +.datemenu-date-label { + padding: .4em 1.7em; + font-weight: bold; + text-align: center; + color: rgb(242,242,242); +} + +.datemenu-date-label:hover, +.datemenu-date-label:focus { + color: rgb(242,242,242); +} + +.datemenu-date-label:active { + background-image: none; + background-gradient-direction: none; + background-color: rgba(223,37,63,1.0); + background-gradient-start: rgba(223,37,63,1.0); + background-gradient-end: rgba(223,37,63,1.0); +} + +.calendar-day-base { + font-size: 9pt; + text-align: center; + width: 2.4em; + height: 2.4em; +} + +.calendar-day-base:hover, +.calendar-day-base:focus { + color: rgb(242,242,242); + background-image: none; + background-gradient-direction: none; + background-color: rgba(223,37,63,1.0); + background-gradient-start: rgba(223,37,63,1.0); + background-gradient-end: rgba(223,37,63,1.0); +} + +.calendar-day-base:active { + color: rgb(242,242,242); + background-image: none; + background-gradient-direction: none; + background-color: rgba(223,37,63,1.0); + background-gradient-start: rgba(223,37,63,1.0); + background-gradient-end: rgba(223,37,63,1.0); +} + +.calendar-day-heading { + color: rgb(242,242,242); + padding-top: .2em; + height: 1.7em; +} + +.calendar-week-number { + color: rgb(242,242,242); + font-weight: bold; +} + +/* Hack used in lieu of border-collapse - see calendar.js */ +.calendar-day { + border: 1px solid #333; + color: rgb(242,242,242); + 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 { + color: rgba(223,37,63,1.0); + text-shadow: 0 0 transparent; + font-weight: bold; +} + +.calendar-day-with-events { + font-weight: bold; + color: rgb(242,242,242); +} + +.calendar-other-month-day { + color: rgb(102,102,102); +} + +.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: rgb(242,242,242); + 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: rgb(242,242,242); + text-align: left; + min-width: 20px; +} + +.events-day-dayname:rtl { + text-align: right; +} + +.events-day-time { + color: rgb(242,242,242); + text-align: right; +} + +.events-day-time:rtl { + text-align: left; +} + +.events-day-task { + color: rgb(242,242,242); + padding-left: 8pt; +} + +.events-day-task:rtl { + padding-left: 0; + padding-right: 8pt; +} + +/* Message Tray */ +#message-tray { + background: #333 url(noise-texture.png); + background-repeat: repeat; + transition-duration: 100ms; + height: 72px; +} + +.message-tray-summary { + height: 72px; +} + +.message-tray-menu-button StIcon { + padding: 0 20px; + color: #aaaaaa; + icon-size: 24px; +} + +.message-tray-menu-button:hover StIcon, +.message-tray-menu-button:active StIcon, +.message-tray-menu-button:focus StIcon { + color: #eeeeee; +} + +.url-highlighter { + link-color: #ccccff; +} + +.no-messages-label { + color: #999999; +} + +.notification { + color: rgb(242,242,242); + border-radius: 0px 0px 0 0; + background-image: none; + background-gradient-direction: none; + background-color: rgba(34,34,34,1.0); + background-gradient-start: rgba(34,34,34,1.0); + background-gradient-end: rgba(34,34,34,1.0); + border: 0px solid rgba(191,64,64,0); + border-bottom: 0; + padding: 8px 8px 4px 8px; + spacing-rows: 4px; + spacing-columns: 10px; + /*dropshadow_true + box-shadow: 0 0 5px 1px rgba(0,0,0,0.5); + dropshadow_true*/ + /**/ + box-shadow: none; + /**/ +} + +.notification, #notification-container { + font-size: 10pt; + width: 34em; +} + +.notification.multi-line-notification { + padding-bottom: 8px; +} + +.notification-unexpanded { + /* We want to force the actor at a specific size, irrespective + of its minimum and preferred size, so we override both */ + min-height: 36px; + height: 36px; +} + +/* We use row-span = 2 for the image cell, which prevents its height preferences to be + taken into account during allocation, so its height ends up being limited by the height + of the content in the other rows. To avoid showing a stretched image, we set the minimum + height of the table to be ICON_SIZE + IMAGE_SIZE + spacing-rows = 24 + 125 + 10 = 159 */ +.notification-with-image { + min-height: 159px; +} + +.summary-boxpointer { + color: rgb(242,242,242); + border-radius: 0px; + border-width: 0px; + /*dropshadow_true + box-shadow: 0 0 5px 1px rgba(0,0,0,0.5); + dropshadow_true*/ + /**/ + box-shadow: none; + /**/ + -arrow-border-radius: 0px; + -arrow-border-width: 0px; + -boxpointer-gap: 6px; + /**/ + background-color: transparent; + border-color: transparent; + -arrow-background-color: rgba(34,34,34,1.0); + -arrow-border-color: rgba(191,64,64,0); + -arrow-base: 21px; + -arrow-rise: 9px; + /**/ + /*arrow_false + background-image: none; + background-gradient-direction: none; + background-color: rgba(34,34,34,1.0); + /*arrow_false + background-gradient-start: rgba(34,34,34,1.0); + background-gradient-end: rgba(34,34,34,1.0); + border-color: rgba(191,64,64,0); + -arrow-background-color: transparent; + -arrow-border-color: transparent; + -arrow-base: 0; + -arrow-rise: 3px; + arrow_false*/ +} + +.summary-boxpointer .notification { + border-radius: 0px; + background-gradient-start: transparent !important; + background-gradient-end: transparent !important; + padding-bottom: 12px; + border-width: 0; +} + +.summary-boxpointer #summary-right-click-menu { + padding-top: 12px; + padding-bottom: 12px; +} + +.summary-notification-stack-scrollview { + max-height: 18em; + padding-top: 6px; + padding-bottom: 6px; +} + +.summary-notification-stack-scrollview:ltr { + padding-right: 8px; +} + +.summary-notification-stack-scrollview:rtl { + padding-left: 8px; +} + +.notification-scrollview { + max-height: 10em; + -st-vfade-offset: 21px; +} + +.notification-scrollview:ltr > StScrollBar { + padding-left: 6px; +} + +.notification-scrollview:rtl > StScrollBar { + padding-right: 6px; +} + +.notification-body { + spacing: 5px; +} + +.notification-actions { + padding-top: 18px; + spacing: 10px; +} + +.notification-button { + -st-natural-width: 140px; + border-radius: 0px; + padding: 4px 42px 5px; +} + +.notification-button:focus { +} + +.notification-icon-button { + border-radius: 0px; + padding: 5px; +} + +.notification-icon-button:focus { +} + +.notification-icon-button > StIcon { + icon-size: 16px; + padding: 8px; +} + +.secondary-icon { + icon-size: 1.09em; +} + +.hotplug-transient-box { + spacing: 6px; + padding: 2px 72px 2px 12px; +} + +.hotplug-notification-item { + padding: 2px 10px; + border-radius: 0px; +} + +.hotplug-notification-item:focus { + padding: 1px 71px 1px 11px; +} + +.hotplug-notification-item-icon { + icon-size: 24px; + padding: 2px 5px; +} + +.hotplug-resident-box { + spacing: 8px; +} + +.hotplug-resident-mount { + color: rgb(242,242,242); + spacing: 8px; + border-radius: 0px; + transition-duration: 100ms; +} + +.hotplug-resident-mount:hover { + color: rgb(242,242,242); + background-image: none; + background-gradient-direction: none; + background-color: rgba(223,37,63,1.0); + background-gradient-start: rgba(223,37,63,1.0); + background-gradient-end: rgba(223,37,63,1.0); + border-color: rgba(223,37,63,1.0); +} + +.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: 0px; + color: rgb(242,242,242); +} + +.chat-log-message { + color: rgb(102,102,102); +} + +.chat-group-sent, +.chat-group-meta { + padding: 8px 0; +} + +.chat-received { + padding-left: 4px; +} + +.chat-received:rtl { + padding-left: 0; + padding-right: 4px; +} + +.chat-sent { + padding-left: 18pt; + color: rgb(242,242,242); +} + +.chat-sent:rtl { + padding-left: 0; + padding-right: 18pt; +} + +.chat-meta-message { + padding-left: 4px; + font-size: 9pt; + color: #aaa; +} + +.chat-meta-message:rtl { + padding-left: 0; + padding-right: 4px; +} + +.chat-notification-scrollview { + max-height: 22em; +} + +.subscription-message { + font-style: italic; +} + +.notification StEntry { + border-radius: 0px; +} + +.summary-source-button { + padding: 6px 3px 6px 3px; +} + +.summary-source-button:last-child:ltr { + padding-right: 6px; +} + +.summary-source-button:last-child:rtl { + padding-left: 6px; +} + +.summary-source-button:hover .summary-source { + color: rgb(242,242,242); + background-image: none; + background-gradient-direction: none; + background-color: rgba(223,37,63,1.0); + background-gradient-start: rgba(223,37,63,1.0); + background-gradient-end: rgba(223,37,63,1.0); + border-color: rgba(223,37,63,1.0); +} + +.summary-source-button:focus .summary-source, +.summary-source-button:selected .summary-source { + background-image: none; + background-gradient-direction: vertical; + background-gradient-start: rgba(255,255,255,0.2); + background-gradient-end: rgba(255,255,255,0.2); +} + +.summary-source { + border-radius: 0px; + padding: 0 6px 0 6px; + transition-duration: 100ms; +} + +.summary-source-counter { + color: rgb(242,242,242); + background-image: none; + background-color: rgba(223,37,63,1.0); + border: 2px solid rgb(242,242,242); + border-radius: 2.1em; + font-size: 10pt; + font-weight: bold; + height: 2.1em; + width: 2.1em; + -shell-counter-overlap-x: 13px; + -shell-counter-overlap-y: 13px; +} + +/* OSD */ +.osd-window { + text-align: center; + font-weight: bold; + spacing: 1em; +} + +.osd-window .level { + height: 0.6em; + border-radius: 0.3em; + color: rgb(242,242,242); + background-image: none; + background-gradient-direction: none; + background-color: rgba(34,34,34,1.0); + background-gradient-start: rgba(34,34,34,1.0); + background-gradient-end: rgba(34,34,34,1.0); +} + +/* App Switcher */ +.switcher-popup { + padding: 8px; + spacing: 16px; +} + +.osd-window, +.switcher-list { + color: rgb(242,242,242); + background-image: none; + background-gradient-direction: none; + background-color: rgba(34,34,34,1.0); + background-gradient-start: rgba(34,34,34,1.0); + background-gradient-end: rgba(34,34,34,1.0); + border: 0px solid rgba(191,64,64,0); + border-radius: 0px; + padding: 20px; +} + +.switcher-list-item-container { + spacing: 8px; +} + +.switcher-list .item-box { + padding: 8px; + border-radius: 0px; +} + +.switcher-list .item-box:outlined { + padding: 6px; + border: 1px solid rgba(223,37,63,1.0); +} + +.switcher-list .item-box:selected { + color: rgb(242,242,242); + background-image: none; + background-gradient-direction: none; + background-color: rgba(223,37,63,1.0); + background-gradient-start: rgba(223,37,63,1.0); + background-gradient-end: rgba(223,37,63,1.0); + border-color: rgba(223,37,63,1.0); +} + +.switcher-list .thumbnail-box { + padding: 2px; + spacing: 4px; +} + +.switcher-list .thumbnail { + width: 256px; +} + +.switcher-list .separator { + width: 1px; + background: rgba(0,0,0,0.2); +} + +.ripple-box { + width: 52px; + height: 52px; + background-image: url("corner-ripple-ltr.png"); + background-size: contain; +} + +.ripple-box:rtl { + background-image: url("corner-ripple-rtl.png"); +} + +.switcher-arrow { + border-color: transparent; + color: rgb(102,102,102); +} + +.switcher-arrow:highlighted { + border-color: transparent; + color: rgba(223,37,63,1.0); +} + +/* Workspace Switcher */ +.workspace-switcher-group { + padding: 12px; +} + +.workspace-switcher-container { + color: rgb(242,242,242); + background-image: none; + background-gradient-direction: none; + background-color: rgba(34,34,34,1.0); + background-gradient-start: rgba(34,34,34,1.0); + background-gradient-end: rgba(34,34,34,1.0); + border: 0px solid rgba(191,64,64,0); + border-radius: 0px; + padding: 20px; +} + +.workspace-switcher { + background: transparent; + border: 0; + border-radius: 0; + padding: 0; + spacing: 8px; +} + +.ws-switcher-active-up { + height: 100px; + border: 0; + background-color: rgba(223,37,63,1.0); + background-image: url("ws-switch-arrow-up.png"); + border-radius: 0px; +} + +.ws-switcher-active-down { + height: 100px; + border: 0; + background-color: rgba(223,37,63,1.0); + background-image: url("ws-switch-arrow-down.png"); + border-radius: 0px; +} + +.ws-switcher-box { + height: 96px; + border: 1px solid rgba(0,0,0,0.2); + background: transparent; + border-radius: 0px; +} + +/* Tile previews */ +.tile-preview { + background-color: rgba(223,37,63,0.3); + border: 1px solid rgba(223,37,63,1.0); /* theme selected bg color */ +} + +.tile-preview-left.on-primary { + /* keep in sync with -panel-corner-radius */ + border-radius: 0 0 0 0; +} + +.tile-preview-right.on-primary { + /* keep in sync with -panel-corner-radius */ + border-radius: 0 0 0 0; +} + +.tile-preview-left.tile-preview-right.on-primary { + /* keep in sync with -panel-corner-radius */ + border-radius: 0 0 0 0; +} + +/* Modal Dialogs */ + +/* Dialog Subject Text Style */ +.show-processes-dialog-subject, +.mount-question-dialog-subject, +.end-session-dialog-subject { + font-size: 12pt; + font-weight: bold; + color: rgb(242,242,242); +} + +.modal-dialog { + border-radius: 0px; + color: rgb(242,242,242); + background-image: none; + background-gradient-direction: none; + background-color: rgba(34,34,34,1.0); + background-gradient-start: rgba(34,34,34,1.0); + background-gradient-end: rgba(34,34,34,1.0); + border: 0px solid rgba(191,64,64,0); + padding-right: 20px; + padding-left: 20px; + padding-bottom: 15px; + padding-top: 20px; + /*dropshadow_true + box-shadow: 0 0 5px 1px rgba(0,0,0,0.5); + dropshadow_true*/ + /**/ + box-shadow: none; + /**/ +} + +.modal-dialog-button-box { + spacing: 21px; + padding-top: 50px; +} + +.modal-dialog-button { + padding: 4px 20px 5px; +} + +.modal-dialog-button:focus { + padding: 3px 31px 4px; +} + +/* Run Dialog */ + +.run-dialog-label { + color: rgb(242,242,242); + font-size: 10pt; + font-weight: bold; + padding-bottom: .3em; +} + +.run-dialog-error-box { + padding-top: 15px; + spacing: 5px; +} + +.modal-dialog .run-dialog-entry { + width: 20em; +} + +.lightbox { + background-color: black; +} + +.flashspot { + background-color: white; +} + +/* End Session Dialog */ +.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 { + width: 28em; + padding-bottom: 10px; + text-align: right; +} + +.end-session-dialog-warning { + width: 28em; + color: #f57900; + padding-top: 6px; +} + +.end-session-dialog-warning:rtl { + width: 28em; + color: #f57900; + padding-top: 6px; + text-align: right; +} + +.end-session-dialog-logout-icon { + border: 1px solid rgba(0,0,0,0.2); + border-radius: 0px; + width: 32px; + height: 32px; + background-size: contain; +} + +.end-session-dialog-shutdown-icon { + color: rgb(102,102,102); + width: 32px; + height: 32px; +} + +.end-session-dialog-inhibitor-layout { + spacing: 16px; + max-height: 200px; + padding-right: 50px; + padding-left: 50px; +} + +.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 { + font-size: 8pt; + color: #666; +} + +/* Restart message */ +.restart-message { + font-size: 12pt; +} + +/* ShellMountOperation Dialogs */ +.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; +} + +.mount-question-dialog-subject { + max-width: 450px; +} + +.show-processes-dialog-subject:rtl, +.mount-question-dialog-subject:rtl { + padding-left: 0; + 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 { + 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: #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: 10pt; +} + +/* Password or Authentication Dialog */ +.prompt-dialog { + /* this is the width of the entire modal popup */ + 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: rgb(242,242,242); +} + +.prompt-dialog-description:rtl { + text-align: right; +} + +.prompt-dialog-password-box { + spacing: 1em; + padding-bottom: 1em; +} + +.prompt-dialog-error-label { + font-size: 10pt; + color: #ff0; + padding-bottom: 8px; +} + +.prompt-dialog-info-label { + font-size: 10pt; + padding-bottom: 8px; +} + +.hidden { + color: transparent; +} + +.prompt-dialog-null-label { + font-size: 10pt; + padding-bottom: 8px; +} + +/* Polkit Dialog */ + +.polkit-dialog-user-layout { + padding-left: 10px; + spacing: 10px; +} + +.polkit-dialog-user-layout:rtl { + padding-left: 0; + padding-right: 10px; +} + +.polkit-dialog-user-root-label { + color: #ff0; +} + +.polkit-dialog-user-icon { + border: 1px solid rgba(0,0,0,0.2); + border-radius: 0px; + background-size: contain; + width: 48px; + height: 48px; +} + +/* Network Agent Dialog */ + +.network-dialog-secret-table { + spacing-rows: 15px; + spacing-columns: 1em; +} + +.keyring-dialog-control-table { + spacing-rows: 15px; + spacing-columns: 1em; +} + +/* Magnifier */ + +.magnifier-zoom-region { + border: 2px solid rgba(128,0,0,1); +} + +.magnifier-zoom-region.full-screen { + border-width: 0; +} + +/* On-screen Keyboard */ + +#keyboard { + background-image: none; + background-gradient-direction: none; + background-color: rgba(34,34,34,1.0); + background-gradient-start: rgba(34,34,34,1.0); + background-gradient-end: rgba(34,34,34,1.0); + border-color: rgba(191,64,64,0); + border-top-width: 1px; + /*dropshadow_true + box-shadow: 0 0 5px 1px rgba(0,0,0,0.5); + dropshadow_true*/ + /**/ + box-shadow: none; + /**/ +} + +.keyboard-layout { + spacing: 10px; + padding: 10px; +} + +.keyboard-row { + spacing: 15px; +} + +.keyboard-key { + min-height: 30px; + min-width: 30px; + color: rgb(250,250,250); + background-image: none; + background-gradient-direction: none; + background-color: rgb(70,70,70); + background-gradient-start: rgb(70,70,70); + background-gradient-end: rgb(70,70,70); + border-width: 1px; + border-color: rgba(191,64,64,0); + border-radius: 0px; + font-size: 14pt; + /**/ + font-weight: bold; + /**/ + /*buttonbold_false + font-weight: normal; + buttonbold_false*/ + transition-duration: 100ms; +} + +.keyboard-key:grayed { + color: #666; +} + +.keyboard-key:checked, +.keyboard-key:hover { + color: rgb(250,250,250); + background-image: none; + background-gradient-direction: none; + background-color: rgb(223,37,63); + background-gradient-start: rgb(223,37,63); + background-gradient-end: rgb(223,37,63); + border-color: rgba(191,64,64,0); +} + +.keyboard-key:active { + color: rgb(250,250,250); + background-image: none; + background-gradient-direction: none; + background-color: rgb(223,37,63); + background-gradient-start: rgb(223,37,63); + background-gradient-end: rgb(223,37,63); + border-color: rgba(191,64,64,0); +} + +.keyboard-subkeys { + color: rgb(242,242,242); + padding: 4px; + border-radius: 0px; + border-width: 0px; + /*dropshadow_true + box-shadow: 0 0 5px 1px rgba(0,0,0,0.5); + dropshadow_true*/ + /**/ + box-shadow: none; + /**/ + -arrow-border-radius: 0px; + -arrow-border-width: 0px; + -boxpointer-gap: 6px; + /**/ + background-color: transparent; + border-color: transparent; + -arrow-background-color: rgba(34,34,34,1.0); + -arrow-border-color: rgba(191,64,64,0); + -arrow-base: 21px; + -arrow-rise: 9px; + /**/ + /*arrow_false + background-image: none; + background-gradient-direction: none; + background-color: rgba(34,34,34,1.0); + /*arrow_false + background-gradient-start: rgba(34,34,34,1.0); + background-gradient-end: rgba(34,34,34,1.0); + border-color: rgba(191,64,64,0); + -arrow-background-color: transparent; + -arrow-border-color: transparent; + -arrow-base: 0; + -arrow-rise: 3px; + arrow_false*/ +} + +/* IBus Candidate Popup */ + +.candidate-popup-content { + padding: 0.5em; + spacing: 0.3em; +} + +.candidate-index { + color: rgb(242,242,242); + padding: 0.5em 0.5em 0.5em 0.5em; +} + +.candidate-box { + padding: 0.5em 0.5em 0.5em 0.5em; +} + +.candidate-box:selected { + border-radius: 0px; + color: rgb(242,242,242); + background-color: rgba(223,37,63,1.0); +} + +.candidate-box:hover { + border-radius: 0px; + color: rgb(242,242,242); + background-color: rgba(223,37,63,1.0); +} +.candidate-page-button-box { + height: 2em; + width: 80px; +} + +.vertical .candidate-page-button-box { + padding-top: 0.5em; +} + +.horizontal .candidate-page-button-box { + padding-left: 0.5em; +} + +.candidate-page-button-previous { + border-radius: 0px 0 0 0px; +} + +.candidate-page-button-next { + border-radius: 0 0px 0px 0; +} + +.candidate-page-button-icon { + icon-size: 1em; +} + +/* Login Dialog */ + +.framed-user-icon { + border: 1px solid #8b8b8b; + border-radius: 0px; + background-size: contain; +} + +.framed-user-icon:hover { + border: 1px solid rgba(223,37,63,1.0); +} + +.login-dialog-banner { + font-size: 10pt; + font-weight: bold; + text-align: center; + color: #666; + padding-bottom: 1em; +} + +.login-dialog { + /* Reset border and background */ + border: none; + background-color: transparent; +} + +.login-dialog-button-box { + spacing: 5px; +} + +.login-dialog-user-list-view { + -st-vfade-offset: 1em; +} + +.login-dialog-user-list { + spacing: 12px; + padding: .2em; + width: 23em; +} + +.login-dialog-user-list-item { + border-radius: 5px; + padding: .2em; +} + +.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: rgba(255,255,255,0.1); +} + +.login-dialog-user-list:expanded .login-dialog-user-list-item:focus { + color: rgb(242,242,242); + background-color: rgba(223,37,63,1.0); +} + +.login-dialog-user-list:expanded .login-dialog-user-list-item:logged-in { + background-image: url("logged-in-indicator.svg"); + background-size: contain; +} + +.login-dialog-user-list-item .login-dialog-timed-login-indicator { + background-color: transparent; + height: 2px; +} + +.login-dialog-user-list-item:focus .login-dialog-timed-login-indicator { + background-color: #999; +} + +.login-dialog-not-listed-label { + font-size: 10pt; + font-weight: bold; + color: #666; + padding-top: 1em; +} + +.login-dialog-user-selection-box { + padding: 100px 0; +} + +.login-dialog-user-selection-box .login-dialog-not-listed-label { + padding-left: 2px; +} + +.login-dialog-not-listed-button:focus .login-dialog-not-listed-label, +.login-dialog-not-listed-button:hover .login-dialog-not-listed-label { + color: #eee; +} + +.login-dialog-username, +.user-widget-label { + font-size: 16pt; + font-weight: bold; + text-align: left; + padding-left: 15px; + text-shadow: black 0 4px 3px 0; +} + +.login-dialog-prompt-layout { + padding-top: 24px; + padding-bottom: 12px; + spacing: 8px; + width: 23em; +} + +.login-dialog-prompt-label { + color: #eee; + font-size: 14px; + padding-top: 11px; +} + +.login-dialog-session-list-button StIcon { + icon-size: 1.25em; +} + +.login-dialog-session-list-button { + color: #999; +} + +.login-dialog-session-list-button:hover, +.login-dialog-session-list-button:focus, +.login-dialog-session-list-button:active { + color: white; +} + +.login-dialog-logo-bin { + padding: 24px 0; +} + +.login-dialog .modal-dialog-button-box { + spacing: 3px; +} + +.login-dialog .modal-dialog-button { + border-radius: 0px; + padding: 3px 18px; +} + +.login-dialog .modal-dialog-button:focus { + padding: 2px 17px; +} + +.login-dialog .modal-dialog-button:default { + color: rgb(250,250,250); + background-image: none; + background-gradient-direction: none; + background-color: rgb(70,70,70); + background-gradient-start: rgb(70,70,70); + background-gradient-end: rgb(70,70,70); + border-color: rgba(191,64,64,0); +} + +.login-dialog .modal-dialog-button:default:focus { + color: rgb(250,250,250); + background-image: none; + background-gradient-direction: none; + background-color: rgb(223,37,63); + background-gradient-start: rgb(223,37,63); + background-gradient-end: rgb(223,37,63); + border-color: rgba(191,64,64,0); +} + +.login-dialog .modal-dialog-button:default:hover { + color: rgb(250,250,250); + background-image: none; + background-gradient-direction: none; + background-color: rgb(223,37,63); + background-gradient-start: rgb(223,37,63); + background-gradient-end: rgb(223,37,63); + border-color: rgba(191,64,64,0); +} + +.login-dialog .modal-dialog-button:default:active, +.login-dialog .modal-dialog-button:default:pressed { + color: rgb(250,250,250); + background-image: none; + background-gradient-direction: none; + background-color: rgb(223,37,63); + background-gradient-start: rgb(223,37,63); + background-gradient-end: rgb(223,37,63); + border-color: rgba(191,64,64,0); +} + +.login-dialog .modal-dialog-button:default:insensitive { + border-color: #666666; + color: #9f9f9f; + background-gradient-direction: none; + background-color: rgba(102, 102, 102, 0.15); +} + +.login-dialog-message { + padding-top: 4px; + padding-bottom: 16px; + min-height: 2em; +} + +.login-dialog-message-warning { + color: orange; +} + +.login-dialog-message-hint { + padding-top: 0px; + padding-bottom: 20px; +} + +.user-widget-label { +} + +.user-widget-label:ltr { + padding-left: 18px; +} + +.user-widget-label:rtl { + padding-right: 18px; +} + +/* Screen shield */ + +#panel.lock-screen, +#screenShieldNotifications { + background-color: rgba(0,0,0,0.3); +} + +.screen-shield-background { + background: black; + box-shadow: 0px 4px 8px rgba(0,0,0,0.9); +} + +#lockDialogGroup { + background: #2e3436 url(noise-texture.png); + background-repeat: repeat; +} + +.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-contents-box { + spacing: 48px; +} + +.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; +} + +#screenShieldNotifications { + max-height: 500px; + padding: 12px; +} + +.screen-shield-notifications-box { + spacing: 12px; + width: 30em; +} + +.screen-shield-notification-source { + padding: 3px 6px; + spacing: 5px; +} + +.screen-shield-notification-label { + font-weight: bold; + padding: 0px 0px 0px 12px; +} + +.screen-shield-notification-count-text { + padding: 0px 0px 0px 12px; +} + +/* Remove background from notifications, otherwise + opacity is doubled and they look darker +*/ +.screen-shield-notifications-box .notification { + background-color: transparent; +} + +/* Override padding on resident notifications, since + the notifications box has its own spacing +*/ +.screen-shield-notifications-box .summary-notification-stack-scrollview { + padding-top: 0px; + padding-bottom: 0px; +} + +#screenShieldNotifications .notification-button, +#screenShieldNotifications .notification-icon-button { + border: 1px rgba(255,255,255,0.5); +} + +#screenShieldNotifications StScrollBar StBin#trough { + background-color: rgba(0,0,0,0.2); +} + +#screenShieldNotifications StScrollBar StButton#vhandle, +#screenShieldNotifications StScrollBar StButton#hhandle { + background-color: rgba(0,0,0,0.3); + border: none; +} + +#screenShieldNotifications StScrollBar StButton#vhandle:hover, +#screenShieldNotifications StScrollBar StButton#hhandle { + background-color: rgba(0,0,0,0.6); +} + +#screenShieldNotifications StScrollBar StButton#vhandle:active, +#screenShieldNotifications StScrollBar StButton#hhandle { + background-color: rgba(0,0,0,0.8); +} + +.input-source-switcher-symbol { + font-size: 34pt; + width: 96px; + height: 96px; +} + +/* Background menu */ + +.background-menu { + -boxpointer-gap: 4px; + -arrow-rise: 0px; +} diff --git a/gnome-shell/logged-in-indicator.svg b/gnome-shell/logged-in-indicator.svg new file mode 100644 index 0000000..5c0e4a5 --- /dev/null +++ b/gnome-shell/logged-in-indicator.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/gnome-shell/menu-arrow-symbolic.svg b/gnome-shell/menu-arrow-symbolic.svg new file mode 100644 index 0000000..dc3eedb --- /dev/null +++ b/gnome-shell/menu-arrow-symbolic.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/gnome-shell/more-results.svg b/gnome-shell/more-results.svg new file mode 100644 index 0000000..322ebfb --- /dev/null +++ b/gnome-shell/more-results.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/gnome-shell/noise-texture.png b/gnome-shell/noise-texture.png new file mode 100644 index 0000000000000000000000000000000000000000..708c2fe2c6aa855f14ef8791aa231102fb13c893 GIT binary patch literal 20119 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 j7637NJqDX1F~k1@NS + + diff --git a/gnome-shell/page-indicator-checked.svg b/gnome-shell/page-indicator-checked.svg new file mode 100644 index 0000000..3484618 --- /dev/null +++ b/gnome-shell/page-indicator-checked.svg @@ -0,0 +1,3 @@ + + + diff --git a/gnome-shell/page-indicator-hover.svg b/gnome-shell/page-indicator-hover.svg new file mode 100644 index 0000000..d957928 --- /dev/null +++ b/gnome-shell/page-indicator-hover.svg @@ -0,0 +1,3 @@ + + + diff --git a/gnome-shell/page-indicator-inactive.svg b/gnome-shell/page-indicator-inactive.svg new file mode 100644 index 0000000..4020a24 --- /dev/null +++ b/gnome-shell/page-indicator-inactive.svg @@ -0,0 +1,3 @@ + + + diff --git a/gnome-shell/process-working.svg b/gnome-shell/process-working.svg new file mode 100644 index 0000000..547168f --- /dev/null +++ b/gnome-shell/process-working.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/gnome-shell/running-indicator.svg b/gnome-shell/running-indicator.svg new file mode 100644 index 0000000..ebe7ecf --- /dev/null +++ b/gnome-shell/running-indicator.svg @@ -0,0 +1,130 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/gnome-shell/source-button-border.svg b/gnome-shell/source-button-border.svg new file mode 100644 index 0000000..6e5051e --- /dev/null +++ b/gnome-shell/source-button-border.svg @@ -0,0 +1,74 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/gnome-shell/toggle-off.png b/gnome-shell/toggle-off.png new file mode 100644 index 0000000000000000000000000000000000000000..b41df8a71224828cc876215175f3e4d0f8638c01 GIT binary patch literal 756 zcmV1{4u$8zQ$=OJFObx$kTTRvA0p0T`Y6B}ismGGMURS;~7hNzyJN zF9pP)*lZ$Xyv9Ce(_DX{%Ge6c{+LS0g^|6dg?)w1+~Vm^zOH9HTDGrPr0lKPML4Z|XD-bwdNKFtGN#m8F1iRat3m9TS%Ih0zfQa?fH^^p zPnVvC$(Cj>>5U3J`^$7lr)zk8s>H1&ddF6ey58}#Wo=Dx-_e>${lhG_VEVkgZFM^{ mwYhqu%+=Ic3aGn%X#NMcSp#+U={Y(80000P){?w~H-KMOG3VTT3S0pQKAX-86h0!V*gUcPLL_ctpl-VR$+bf$phxfJk8GfNllYy`dPvaw|5s2vLKj#Q>Ne z5FwZYX)jqfp?WP3C1Wzwn>p-L*hasXKvcqRbtu%$JpRjW{Vas;Jx&Q;b7`H2>jc~v zMDeYsNK)wvv-dK?YEkaKanO=}nr6%@kq{&7Yru1uLLnXbI z41>hi0Nb_`n`bnpy!1^l4_lo!Uqf-V=0zSeGf5*gbiY*Paydxv5sWKlj*zoyQ2jXm z5@6TsRjMJ_5~1gq=X`{roD>Li5l|eFJ<#T!GwCK&=qi*r%!pG%LR( z$S;_Ik%^gwlZ%I!k6%DgNLWNvOk6@zN?KMyQAt@vO+!;lTSr$<-@wqw*u>P#+``({ z-oeqy)y>_@KQJgHJSILdDJv&8zpS>qw{ODKY13!SoHcvS+2*&R$B>MBZ>NPvA94_IJ>C@iCgQ+7hU)iwwZGkC zWbJwM=fAtWh>EaBndi6MbICi3&mYe#V{Ay2XaghG2m1ceyhX+9rUrZ|5AkV`ke>K5 zf2TKp7ngyh?!Ei}+CDM)_;G%BH*6>Rjya+dZjhwJKhls?^(3&RF@yl+Wyg+l$f-{&F?v8+B*JUzqYu{Pu8v zJ)^_QL_ry+|JQZT3R$?N>v;b+vhbLGaRXQ1C12ib1~1;%4=ijy_Wa`wX!x&ucYovp zCx*r;iQc~Tw>GR@C9kkT@loHdx&}qwa&AY};Oe6X40sL$(Uar+R=uYg!}chG@-c&_ LtDnm{r-UW|W!o2d literal 0 HcmV?d00001 diff --git a/gnome-shell/ws-switch-arrow-up.png b/gnome-shell/ws-switch-arrow-up.png new file mode 100644 index 0000000000000000000000000000000000000000..cdb6ff0b8ce34ff5682f05a807fe039e836f61ac GIT binary patch literal 1007 zcmeAS@N?(olHy`uVBq!ia0vp^2_VeD1|%QND7Ro>VBY5G;uunK>+S5we4j*__W6F^ zYaK6Kx-@N-#=_EtJ*FI-Lh}!+I$rh5{vH~$qdfC|a{t^V({5?bTJ`qPA9Xd?+m`QV zT0Zxw_rKKbS9H(v`S(4)E7@BFoH!IQ2&I}Z=HHEtKR+0>8t%R?dZ20n&k9CACVN!{ za~*awCf0BDk^!u9`Zl-h;D}($VG_D)H=iS9R!h9l1leg!v;Pa$b#eW+7IxE_ z`R480E4NI(&0_iEJGV7{&eQiZGha7L3w>yhbnxaoQ2w(MuEnDgzX|DLzc zr54A&G4z1qo?6N2A7<}ry&vnOYjAF(b=AlD?>p8uXubaI&T`@Hmk{gv z2Ycttf2X0yX~R74Nppi2cYO-O!|$ofCQULpoLCmp@Lg!d)nhYnaIIkIvuL|N&+&(& zw?|a?6)AT{(Xh|%mTmW+6!-nRd#uH3&vc_Y4+ieFx3haEHyBA5xLZ&8c+>std%x*h zTYfR9*lZ|N{KRyO*Ub28AqGx;aFD)-7 zueG;3vwmn=tyMK)QFxekLFf;cMCNVo)V{67`a3JVuXdIvXusT`rN8O5KBN30k${Yc z;nr>Y*>}u3?D{mr`iv3S}L1}Q?#HF_L=Y^He{IqlW(Q~X1BqHxPo>B5|C_NB$yGp|qO9p~vDi`@5 Zyjk}9*(VvVPy%LT22WQ%mvv4FO#lQGxY_^! literal 0 HcmV?d00001 From 566ecba7cd48bb25a2fc66daa58a86c165a7b921 Mon Sep 17 00:00:00 2001 From: aqu0s Date: Mon, 25 May 2015 15:31:00 -0700 Subject: [PATCH 2/5] Tweaked permissions for Owner R/W and System R. --- CREDITS | 0 LICENSE | 0 README | 0 README.md | 0 gnome-shell/calendar-arrow-left-hover.svg | 0 gnome-shell/calendar-arrow-left.svg | 0 gnome-shell/calendar-arrow-right-hover.svg | 0 gnome-shell/calendar-arrow-right.svg | 0 gnome-shell/calendar-today.svg | 0 gnome-shell/checkbox-focused.svg | 0 gnome-shell/checkbox-off-focused.svg | 0 gnome-shell/checkbox-off.svg | 0 gnome-shell/checkbox.svg | 0 gnome-shell/close-window.svg | 0 gnome-shell/corner-ripple-ltr.png | Bin gnome-shell/corner-ripple-rtl.png | Bin gnome-shell/dash-placeholder.svg | 0 gnome-shell/filter-selected-ltr.svg | 0 gnome-shell/filter-selected-rtl.svg | 0 gnome-shell/gnome-shell.css | 0 gnome-shell/logged-in-indicator.svg | 0 gnome-shell/menu-arrow-symbolic.svg | 0 gnome-shell/more-results.svg | 0 gnome-shell/noise-texture.png | Bin gnome-shell/page-indicator-active.svg | 0 gnome-shell/page-indicator-checked.svg | 0 gnome-shell/page-indicator-hover.svg | 0 gnome-shell/page-indicator-inactive.svg | 0 gnome-shell/process-working.svg | 0 gnome-shell/running-indicator.svg | 0 gnome-shell/source-button-border.svg | 0 gnome-shell/toggle-off.png | Bin gnome-shell/toggle-on.png | Bin gnome-shell/ws-switch-arrow-down.png | Bin gnome-shell/ws-switch-arrow-up.png | Bin gtk-2.0/Arrows/arrow-down-insens.png | Bin gtk-2.0/Arrows/arrow-down-prelight.png | Bin gtk-2.0/Arrows/arrow-down-pressed.png | Bin gtk-2.0/Arrows/arrow-down.png | Bin gtk-2.0/Arrows/arrow-left-active.png | Bin gtk-2.0/Arrows/arrow-left-insensitive.png | Bin gtk-2.0/Arrows/arrow-left-prelight.png | Bin gtk-2.0/Arrows/arrow-left.png | Bin gtk-2.0/Arrows/arrow-right-active.png | Bin gtk-2.0/Arrows/arrow-right-insensitive.png | Bin gtk-2.0/Arrows/arrow-right-prelight.png | Bin gtk-2.0/Arrows/arrow-right.png | Bin gtk-2.0/Arrows/arrow-up-active.png | Bin gtk-2.0/Arrows/arrow-up-insensitive.png | Bin gtk-2.0/Arrows/arrow-up-prelight.png | Bin gtk-2.0/Arrows/arrow-up.png | Bin gtk-2.0/Buttons/button-default.png | Bin gtk-2.0/Buttons/button-insensitive.png | Bin gtk-2.0/Buttons/button-normal.png | Bin gtk-2.0/Buttons/button-prelight.png | Bin gtk-2.0/Buttons/button-pressed.png | Bin gtk-2.0/Check-Radio/check1.png | Bin gtk-2.0/Check-Radio/check2.png | Bin gtk-2.0/Check-Radio/check3.png | Bin gtk-2.0/Check-Radio/check4.png | Bin gtk-2.0/Check-Radio/checklight.png | Bin gtk-2.0/Check-Radio/highlight.png | Bin .../Check-Radio/menuitem-checkbox-insensitive.png | Bin gtk-2.0/Check-Radio/menuitem-checkbox-selected.png | Bin gtk-2.0/Check-Radio/menuitem-checkbox.png | Bin .../menuitem-radio-checked-insensitive.png | Bin .../Check-Radio/menuitem-radio-checked-selected.png | Bin gtk-2.0/Check-Radio/menuitem-radio-checked.png | Bin gtk-2.0/Check-Radio/option1.png | Bin gtk-2.0/Check-Radio/option2.png | Bin gtk-2.0/Check-Radio/option3.png | Bin gtk-2.0/Check-Radio/option4.png | Bin gtk-2.0/Combo/combo-arrow-active.png | Bin gtk-2.0/Combo/combo-arrow-insens.png | Bin gtk-2.0/Combo/combo-arrow-prelight.png | Bin gtk-2.0/Combo/combo-arrow.png | Bin gtk-2.0/Combo/combo-inactive.png | Bin gtk-2.0/Combo/combo-normal.png | Bin gtk-2.0/Combo/combo-prelight.png | Bin gtk-2.0/Combo/combo-pressed.png | Bin gtk-2.0/Combo/op-ins.png | Bin gtk-2.0/Combo/op-pre.png | Bin gtk-2.0/Combo/op.png | Bin gtk-2.0/Frame-Gap/frame-gap-end.png | Bin gtk-2.0/Frame-Gap/frame-gap-start.png | Bin gtk-2.0/Frame-Gap/frame1.png | Bin gtk-2.0/Handles/handle-h.png | Bin gtk-2.0/Handles/handle-v.png | Bin gtk-2.0/Handles/resize-grip.png | Bin gtk-2.0/Lines/line-h.png | Bin gtk-2.0/Lines/line-v.png | Bin gtk-2.0/Lines/linep-h.png | Bin gtk-2.0/Lines/linep-v.png | Bin gtk-2.0/ListHeaders/list_header-insens.png | Bin gtk-2.0/ListHeaders/list_header-prelight.png | Bin gtk-2.0/ListHeaders/list_header-pressed.png | Bin gtk-2.0/ListHeaders/list_header.png | Bin gtk-2.0/ListHeaders/tree.png | Bin gtk-2.0/Menu-Menubar/arrow-right-prelight.png | Bin gtk-2.0/Menu-Menubar/arrow-right.png | Bin gtk-2.0/Menu-Menubar/menu.png | Bin gtk-2.0/Menu-Menubar/menubar-item.png | Bin gtk-2.0/Menu-Menubar/menubar.png | Bin gtk-2.0/Menu-Menubar/menuitem.png | Bin gtk-2.0/Menu-Menubar/menuline.png | Bin gtk-2.0/Others/close.png | Bin gtk-2.0/Others/focus.png | Bin gtk-2.0/Others/null.png | Bin gtk-2.0/Others/ruler.png | Bin gtk-2.0/Others/tooltip.png | Bin gtk-2.0/Panel/button-active.png | Bin gtk-2.0/Panel/button-inactive.png | Bin gtk-2.0/Panel/button-prelight.png | Bin gtk-2.0/Panel/handle-h.png | Bin gtk-2.0/Panel/handle-v.png | Bin gtk-2.0/Panel/menubar-item.png | Bin gtk-2.0/Panel/panel-bg.png | Bin gtk-2.0/Panel/panel-button-active-prelight.png | Bin gtk-2.0/Panel/panel-button-active.png | Bin gtk-2.0/Panel/panel-button-inactive.png | Bin gtk-2.0/Panel/panel-button-prelight.png | Bin gtk-2.0/Panel/panel-menubar.png | Bin gtk-2.0/ProgressBar/progressbar-pat.png | Bin gtk-2.0/ProgressBar/trough-progressbar-horiz.png | Bin gtk-2.0/ProgressBar/trough-progressbar.png | Bin gtk-2.0/Scrollbars/scroll-thumb-horiz.png | Bin gtk-2.0/Scrollbars/scroll-thumb-vert.png | Bin gtk-2.0/Scrollbars/slider-horiz-active.png | Bin gtk-2.0/Scrollbars/slider-horiz-insens.png | Bin gtk-2.0/Scrollbars/slider-horiz-prelight.png | Bin gtk-2.0/Scrollbars/slider-horiz.png | Bin gtk-2.0/Scrollbars/slider-vert-active.png | Bin gtk-2.0/Scrollbars/slider-vert-insens.png | Bin gtk-2.0/Scrollbars/slider-vert-prelight.png | Bin gtk-2.0/Scrollbars/slider-vert.png | Bin gtk-2.0/Scrollbars/stepper-down-insens.png | Bin gtk-2.0/Scrollbars/stepper-down-prelight.png | Bin gtk-2.0/Scrollbars/stepper-down.png | Bin gtk-2.0/Scrollbars/stepper-left-insens.png | Bin gtk-2.0/Scrollbars/stepper-left-prelight.png | Bin gtk-2.0/Scrollbars/stepper-left.png | Bin gtk-2.0/Scrollbars/stepper-right-insens.png | Bin gtk-2.0/Scrollbars/stepper-right-prelight.png | Bin gtk-2.0/Scrollbars/stepper-right.png | Bin gtk-2.0/Scrollbars/stepper-up-insens.png | Bin gtk-2.0/Scrollbars/stepper-up-prelight.png | Bin gtk-2.0/Scrollbars/stepper-up.png | Bin .../Scrollbars/trough-scrollbar-horiz-insens.png | Bin gtk-2.0/Scrollbars/trough-scrollbar-horiz.png | Bin gtk-2.0/Scrollbars/trough-scrollbar-vert-insens.png | Bin gtk-2.0/Scrollbars/trough-scrollbar-vert.png | Bin gtk-2.0/Shadows/entry-shadow-in-notebook.png | Bin gtk-2.0/Shadows/entry-shadow-in.png | Bin gtk-2.0/Shadows/shadow-etched-in.png | Bin gtk-2.0/Shadows/shadow-etched-out.png | Bin gtk-2.0/Shadows/shadow-in.png | Bin gtk-2.0/Shadows/shadow-none.png | Bin gtk-2.0/Shadows/shadow-out.png | Bin gtk-2.0/Shadows/text-entry-notebook.png | Bin gtk-2.0/Shadows/text-entry.png | Bin gtk-2.0/Spin/arrow-down-active.png | Bin gtk-2.0/Spin/arrow-down-disable.png | Bin gtk-2.0/Spin/arrow-down-prelight.png | Bin gtk-2.0/Spin/arrow-down.png | Bin gtk-2.0/Spin/arrow-up-active.png | Bin gtk-2.0/Spin/arrow-up-disable.png | Bin gtk-2.0/Spin/arrow-up-prelight.png | Bin gtk-2.0/Spin/arrow-up.png | Bin gtk-2.0/Spin/entry-shadow-in.png | Bin gtk-2.0/Spin/spin-down-bg-notebook.png | Bin gtk-2.0/Spin/spin-down-bg.png | Bin gtk-2.0/Spin/spin-up-bg-notebook.png | Bin gtk-2.0/Spin/spin-up-bg.png | Bin gtk-2.0/Spin/text-entry-focus-notebook.png | Bin gtk-2.0/Spin/text-entry-focus.png | Bin gtk-2.0/Spin/text-entry-notebook.png | Bin gtk-2.0/Spin/text-entry.png | Bin gtk-2.0/Tabs/gap-bottom-left.png | Bin gtk-2.0/Tabs/gap-bottom-right.png | Bin gtk-2.0/Tabs/gap-bottom.png | Bin gtk-2.0/Tabs/gap-left.png | Bin gtk-2.0/Tabs/gap-right.png | Bin gtk-2.0/Tabs/gap-top-left.png | Bin gtk-2.0/Tabs/gap-top-right.png | Bin gtk-2.0/Tabs/gap-top.png | Bin gtk-2.0/Tabs/notebook-bottom.png | Bin gtk-2.0/Tabs/notebook-left.png | Bin gtk-2.0/Tabs/notebook-right.png | Bin gtk-2.0/Tabs/notebook-top.png | Bin gtk-2.0/Tabs/notebook.png | Bin gtk-2.0/Tabs/null.png | Bin gtk-2.0/Tabs/tab-bottom-active.png | Bin gtk-2.0/Tabs/tab-bottom.png | Bin gtk-2.0/Tabs/tab-left-active.png | Bin gtk-2.0/Tabs/tab-left.png | Bin gtk-2.0/Tabs/tab-right-active.png | Bin gtk-2.0/Tabs/tab-right.png | Bin gtk-2.0/Tabs/tab-top-active.png | Bin gtk-2.0/Tabs/tab-top.png | Bin gtk-2.0/Toolbar/toolbar.png | Bin gtk-2.0/Toolbar/toolbutton-insensitive.png | Bin gtk-2.0/Toolbar/toolbutton-normal.png | Bin gtk-2.0/Toolbar/toolbutton-prelight.png | Bin gtk-2.0/Toolbar/toolbutton-pressed.png | Bin gtk-2.0/styles/button | 0 gtk-2.0/styles/checkbutton | 0 gtk-2.0/styles/combo | 0 gtk-2.0/styles/entry | 0 gtk-2.0/styles/handlebox | 0 gtk-2.0/styles/listheader | 0 gtk-2.0/styles/menu-menubar | 0 gtk-2.0/styles/murrine-style-images-and-labels | 0 gtk-2.0/styles/notebook | 0 gtk-2.0/styles/optionmenu | 0 gtk-2.0/styles/panel | 0 gtk-2.0/styles/progressbar | 0 gtk-2.0/styles/radiobutton | 0 gtk-2.0/styles/range | 0 gtk-2.0/styles/scrollbar | 0 gtk-2.0/styles/spin | 0 gtk-2.0/styles/statusbar | 0 gtk-2.0/styles/toolbar | 0 gtk-2.0/styles/tooltips | 0 gtk-3.0/apps/budgie.css | 0 gtk-3.0/apps/gnome-applications.css | 0 gtk-3.0/apps/granite-widgets.css | 0 gtk-3.0/apps/nemo.css | 0 gtk-3.0/apps/unity.css | 0 gtk-3.0/apps/xfce.css | 0 gtk-3.0/assets/checkbox-checked-hover.svg | 0 gtk-3.0/assets/checkbox-checked-insensitive.svg | 0 gtk-3.0/assets/checkbox-checked.png | Bin gtk-3.0/assets/checkbox-checked.svg | 0 gtk-3.0/assets/checkbox-mixed-hover.svg | 0 gtk-3.0/assets/checkbox-mixed.svg | 0 gtk-3.0/assets/checkbox-unchecked-hover.svg | 0 gtk-3.0/assets/checkbox-unchecked-insensitive.svg | 0 gtk-3.0/assets/checkbox-unchecked.svg | 0 gtk-3.0/assets/grid-selection-checked.svg | 0 gtk-3.0/assets/grid-selection-unchecked.svg | 0 gtk-3.0/assets/menuitem-checkbox-checked-hover.svg | 0 .../menuitem-checkbox-checked-insensitive.svg | 0 gtk-3.0/assets/menuitem-checkbox-checked.svg | 0 gtk-3.0/assets/menuitem-checkbox-mixed-hover.svg | 0 .../assets/menuitem-checkbox-mixed-insensitive.svg | 0 gtk-3.0/assets/menuitem-checkbox-mixed-selected.svg | 0 gtk-3.0/assets/menuitem-checkbox-mixed.svg | 0 gtk-3.0/assets/menuitem-checkbox-unchecked.svg | 0 gtk-3.0/assets/menuitem-radio-checked-hover.svg | 0 .../assets/menuitem-radio-checked-insensitive.svg | 0 gtk-3.0/assets/menuitem-radio-checked.svg | 0 gtk-3.0/assets/pane-handle-vertical.svg | 0 gtk-3.0/assets/pane-handle.svg | 0 gtk-3.0/assets/radio-mixed-hover.svg | 0 gtk-3.0/assets/radio-mixed-insensitive.svg | 0 gtk-3.0/assets/radio-mixed.svg | 0 gtk-3.0/assets/radio-selected-hover.svg | 0 gtk-3.0/assets/radio-selected-insensitive.svg | 0 gtk-3.0/assets/radio-selected.svg | 0 gtk-3.0/assets/radio-unselected-hover.svg | 0 gtk-3.0/assets/radio-unselected-insensitive.svg | 0 gtk-3.0/assets/radio-unselected.svg | 0 gtk-3.0/assets/spinner-02.svg | 0 gtk-3.0/assets/spinner-03.svg | 0 gtk-3.0/assets/spinner-04.svg | 0 gtk-3.0/assets/spinner-05.svg | 0 gtk-3.0/assets/spinner-06.svg | 0 gtk-3.0/gtk-widgets-assets.css | 0 gtk-3.0/gtk-widgets.css | 0 gtk-3.0/gtk.css | 0 gtk-3.0/settings.ini | 0 gtk-3.0/widgets/assistant.css | 0 gtk-3.0/widgets/button.css | 0 gtk-3.0/widgets/calendar.css | 0 gtk-3.0/widgets/cell-row.css | 0 gtk-3.0/widgets/check-radio.css | 0 gtk-3.0/widgets/color-chooser.css | 0 gtk-3.0/widgets/column-header.css | 0 gtk-3.0/widgets/combobox.css | 0 gtk-3.0/widgets/content-view.css | 0 gtk-3.0/widgets/csd.css | 0 gtk-3.0/widgets/dialogs.css | 0 gtk-3.0/widgets/entry.css | 0 gtk-3.0/widgets/header-bar.css | 0 gtk-3.0/widgets/infobar.css | 0 gtk-3.0/widgets/menu.css | 0 gtk-3.0/widgets/notebook.css | 0 gtk-3.0/widgets/osd.css | 0 gtk-3.0/widgets/popover.css | 0 gtk-3.0/widgets/progress-scale.css | 0 gtk-3.0/widgets/scrollbar.css | 0 gtk-3.0/widgets/selection-mode.css | 0 gtk-3.0/widgets/separator.css | 0 gtk-3.0/widgets/sidebar.css | 0 gtk-3.0/widgets/spinbutton.css | 0 gtk-3.0/widgets/spinner.css | 0 gtk-3.0/widgets/switch.css | 0 gtk-3.0/widgets/toolbar.css | 0 index.theme | 0 metacity-1/metacity-theme-3.xml | 0 openbox-3/close.xbm | 0 openbox-3/desk.xbm | 0 openbox-3/desk_toggled.xbm | 0 openbox-3/iconify.xbm | 0 openbox-3/max.xbm | 0 openbox-3/max_toggled.xbm | 0 openbox-3/shade.xbm | 0 openbox-3/shade_toggled.xbm | 0 openbox-3/themerc | 0 unity/close.png | Bin unity/close_focused_normal.png | Bin unity/close_focused_prelight.png | Bin unity/close_focused_pressed.png | Bin unity/close_unfocused.png | Bin unity/close_unfocused_prelight.png | Bin unity/close_unfocused_pressed.png | Bin unity/maximize.png | Bin unity/maximize_focused_normal.png | Bin unity/maximize_focused_prelight.png | Bin unity/maximize_focused_pressed.png | Bin unity/maximize_unfocused.png | Bin unity/maximize_unfocused_prelight.png | Bin unity/maximize_unfocused_pressed.png | Bin unity/minimize.png | Bin unity/minimize_focused_normal.png | Bin unity/minimize_focused_prelight.png | Bin unity/minimize_focused_pressed.png | Bin unity/minimize_unfocused.png | Bin unity/minimize_unfocused_prelight.png | Bin unity/minimize_unfocused_pressed.png | Bin unity/minimized.png | Bin unity/unmaximize.png | Bin unity/unmaximize_focused_normal.png | Bin unity/unmaximize_focused_prelight.png | Bin unity/unmaximize_focused_pressed.png | Bin unity/unmaximize_unfocused.png | Bin unity/unmaximize_unfocused_prelight.png | Bin unity/unmaximize_unfocused_pressed.png | Bin xfwm4/bottom-active.xpm | 0 xfwm4/bottom-inactive.xpm | 0 xfwm4/bottom-left-active.xpm | 0 xfwm4/bottom-left-inactive.xpm | 0 xfwm4/bottom-right-active.xpm | 0 xfwm4/bottom-right-inactive.xpm | 0 xfwm4/close-active.xpm | 0 xfwm4/close-inactive.xpm | 0 xfwm4/close-prelight.xpm | 0 xfwm4/close-pressed.xpm | 0 xfwm4/hide-active.xpm | 0 xfwm4/hide-inactive.xpm | 0 xfwm4/hide-prelight.xpm | 0 xfwm4/hide-pressed.xpm | 0 xfwm4/left-active.xpm | 0 xfwm4/left-inactive.xpm | 0 xfwm4/maximize-active.xpm | 0 xfwm4/maximize-inactive.xpm | 0 xfwm4/maximize-prelight.xpm | 0 xfwm4/maximize-pressed.xpm | 0 xfwm4/right-active.xpm | 0 xfwm4/right-inactive.xpm | 0 xfwm4/themerc | 0 xfwm4/title-1-active.xpm | 0 xfwm4/title-1-inactive.xpm | 0 xfwm4/title-2-active.xpm | 0 xfwm4/title-2-inactive.xpm | 0 xfwm4/title-3-active.xpm | 0 xfwm4/title-3-inactive.xpm | 0 xfwm4/title-4-active.xpm | 0 xfwm4/title-4-inactive.xpm | 0 xfwm4/title-5-active.xpm | 0 xfwm4/title-5-inactive.xpm | 0 xfwm4/top-left-active.xpm | 0 xfwm4/top-left-inactive.xpm | 0 xfwm4/top-right-active.xpm | 0 xfwm4/top-right-inactive.xpm | 0 375 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 CREDITS mode change 100644 => 100755 LICENSE mode change 100644 => 100755 README mode change 100644 => 100755 README.md mode change 100644 => 100755 gnome-shell/calendar-arrow-left-hover.svg mode change 100644 => 100755 gnome-shell/calendar-arrow-left.svg mode change 100644 => 100755 gnome-shell/calendar-arrow-right-hover.svg mode change 100644 => 100755 gnome-shell/calendar-arrow-right.svg mode change 100644 => 100755 gnome-shell/calendar-today.svg mode change 100644 => 100755 gnome-shell/checkbox-focused.svg mode change 100644 => 100755 gnome-shell/checkbox-off-focused.svg mode change 100644 => 100755 gnome-shell/checkbox-off.svg mode change 100644 => 100755 gnome-shell/checkbox.svg mode change 100644 => 100755 gnome-shell/close-window.svg mode change 100644 => 100755 gnome-shell/corner-ripple-ltr.png mode change 100644 => 100755 gnome-shell/corner-ripple-rtl.png mode change 100644 => 100755 gnome-shell/dash-placeholder.svg mode change 100644 => 100755 gnome-shell/filter-selected-ltr.svg mode change 100644 => 100755 gnome-shell/filter-selected-rtl.svg mode change 100644 => 100755 gnome-shell/gnome-shell.css mode change 100644 => 100755 gnome-shell/logged-in-indicator.svg mode change 100644 => 100755 gnome-shell/menu-arrow-symbolic.svg mode change 100644 => 100755 gnome-shell/more-results.svg mode change 100644 => 100755 gnome-shell/noise-texture.png mode change 100644 => 100755 gnome-shell/page-indicator-active.svg mode change 100644 => 100755 gnome-shell/page-indicator-checked.svg mode change 100644 => 100755 gnome-shell/page-indicator-hover.svg mode change 100644 => 100755 gnome-shell/page-indicator-inactive.svg mode change 100644 => 100755 gnome-shell/process-working.svg mode change 100644 => 100755 gnome-shell/running-indicator.svg mode change 100644 => 100755 gnome-shell/source-button-border.svg mode change 100644 => 100755 gnome-shell/toggle-off.png mode change 100644 => 100755 gnome-shell/toggle-on.png mode change 100644 => 100755 gnome-shell/ws-switch-arrow-down.png mode change 100644 => 100755 gnome-shell/ws-switch-arrow-up.png mode change 100644 => 100755 gtk-2.0/Arrows/arrow-down-insens.png mode change 100644 => 100755 gtk-2.0/Arrows/arrow-down-prelight.png mode change 100644 => 100755 gtk-2.0/Arrows/arrow-down-pressed.png mode change 100644 => 100755 gtk-2.0/Arrows/arrow-down.png mode change 100644 => 100755 gtk-2.0/Arrows/arrow-left-active.png mode change 100644 => 100755 gtk-2.0/Arrows/arrow-left-insensitive.png mode change 100644 => 100755 gtk-2.0/Arrows/arrow-left-prelight.png mode change 100644 => 100755 gtk-2.0/Arrows/arrow-left.png mode change 100644 => 100755 gtk-2.0/Arrows/arrow-right-active.png mode change 100644 => 100755 gtk-2.0/Arrows/arrow-right-insensitive.png mode change 100644 => 100755 gtk-2.0/Arrows/arrow-right-prelight.png mode change 100644 => 100755 gtk-2.0/Arrows/arrow-right.png mode change 100644 => 100755 gtk-2.0/Arrows/arrow-up-active.png mode change 100644 => 100755 gtk-2.0/Arrows/arrow-up-insensitive.png mode change 100644 => 100755 gtk-2.0/Arrows/arrow-up-prelight.png mode change 100644 => 100755 gtk-2.0/Arrows/arrow-up.png mode change 100644 => 100755 gtk-2.0/Buttons/button-default.png mode change 100644 => 100755 gtk-2.0/Buttons/button-insensitive.png mode change 100644 => 100755 gtk-2.0/Buttons/button-normal.png mode change 100644 => 100755 gtk-2.0/Buttons/button-prelight.png mode change 100644 => 100755 gtk-2.0/Buttons/button-pressed.png mode change 100644 => 100755 gtk-2.0/Check-Radio/check1.png mode change 100644 => 100755 gtk-2.0/Check-Radio/check2.png mode change 100644 => 100755 gtk-2.0/Check-Radio/check3.png mode change 100644 => 100755 gtk-2.0/Check-Radio/check4.png mode change 100644 => 100755 gtk-2.0/Check-Radio/checklight.png mode change 100644 => 100755 gtk-2.0/Check-Radio/highlight.png mode change 100644 => 100755 gtk-2.0/Check-Radio/menuitem-checkbox-insensitive.png mode change 100644 => 100755 gtk-2.0/Check-Radio/menuitem-checkbox-selected.png mode change 100644 => 100755 gtk-2.0/Check-Radio/menuitem-checkbox.png mode change 100644 => 100755 gtk-2.0/Check-Radio/menuitem-radio-checked-insensitive.png mode change 100644 => 100755 gtk-2.0/Check-Radio/menuitem-radio-checked-selected.png mode change 100644 => 100755 gtk-2.0/Check-Radio/menuitem-radio-checked.png mode change 100644 => 100755 gtk-2.0/Check-Radio/option1.png mode change 100644 => 100755 gtk-2.0/Check-Radio/option2.png mode change 100644 => 100755 gtk-2.0/Check-Radio/option3.png mode change 100644 => 100755 gtk-2.0/Check-Radio/option4.png mode change 100644 => 100755 gtk-2.0/Combo/combo-arrow-active.png mode change 100644 => 100755 gtk-2.0/Combo/combo-arrow-insens.png mode change 100644 => 100755 gtk-2.0/Combo/combo-arrow-prelight.png mode change 100644 => 100755 gtk-2.0/Combo/combo-arrow.png mode change 100644 => 100755 gtk-2.0/Combo/combo-inactive.png mode change 100644 => 100755 gtk-2.0/Combo/combo-normal.png mode change 100644 => 100755 gtk-2.0/Combo/combo-prelight.png mode change 100644 => 100755 gtk-2.0/Combo/combo-pressed.png mode change 100644 => 100755 gtk-2.0/Combo/op-ins.png mode change 100644 => 100755 gtk-2.0/Combo/op-pre.png mode change 100644 => 100755 gtk-2.0/Combo/op.png mode change 100644 => 100755 gtk-2.0/Frame-Gap/frame-gap-end.png mode change 100644 => 100755 gtk-2.0/Frame-Gap/frame-gap-start.png mode change 100644 => 100755 gtk-2.0/Frame-Gap/frame1.png mode change 100644 => 100755 gtk-2.0/Handles/handle-h.png mode change 100644 => 100755 gtk-2.0/Handles/handle-v.png mode change 100644 => 100755 gtk-2.0/Handles/resize-grip.png mode change 100644 => 100755 gtk-2.0/Lines/line-h.png mode change 100644 => 100755 gtk-2.0/Lines/line-v.png mode change 100644 => 100755 gtk-2.0/Lines/linep-h.png mode change 100644 => 100755 gtk-2.0/Lines/linep-v.png mode change 100644 => 100755 gtk-2.0/ListHeaders/list_header-insens.png mode change 100644 => 100755 gtk-2.0/ListHeaders/list_header-prelight.png mode change 100644 => 100755 gtk-2.0/ListHeaders/list_header-pressed.png mode change 100644 => 100755 gtk-2.0/ListHeaders/list_header.png mode change 100644 => 100755 gtk-2.0/ListHeaders/tree.png mode change 100644 => 100755 gtk-2.0/Menu-Menubar/arrow-right-prelight.png mode change 100644 => 100755 gtk-2.0/Menu-Menubar/arrow-right.png mode change 100644 => 100755 gtk-2.0/Menu-Menubar/menu.png mode change 100644 => 100755 gtk-2.0/Menu-Menubar/menubar-item.png mode change 100644 => 100755 gtk-2.0/Menu-Menubar/menubar.png mode change 100644 => 100755 gtk-2.0/Menu-Menubar/menuitem.png mode change 100644 => 100755 gtk-2.0/Menu-Menubar/menuline.png mode change 100644 => 100755 gtk-2.0/Others/close.png mode change 100644 => 100755 gtk-2.0/Others/focus.png mode change 100644 => 100755 gtk-2.0/Others/null.png mode change 100644 => 100755 gtk-2.0/Others/ruler.png mode change 100644 => 100755 gtk-2.0/Others/tooltip.png mode change 100644 => 100755 gtk-2.0/Panel/button-active.png mode change 100644 => 100755 gtk-2.0/Panel/button-inactive.png mode change 100644 => 100755 gtk-2.0/Panel/button-prelight.png mode change 100644 => 100755 gtk-2.0/Panel/handle-h.png mode change 100644 => 100755 gtk-2.0/Panel/handle-v.png mode change 100644 => 100755 gtk-2.0/Panel/menubar-item.png mode change 100644 => 100755 gtk-2.0/Panel/panel-bg.png mode change 100644 => 100755 gtk-2.0/Panel/panel-button-active-prelight.png mode change 100644 => 100755 gtk-2.0/Panel/panel-button-active.png mode change 100644 => 100755 gtk-2.0/Panel/panel-button-inactive.png mode change 100644 => 100755 gtk-2.0/Panel/panel-button-prelight.png mode change 100644 => 100755 gtk-2.0/Panel/panel-menubar.png mode change 100644 => 100755 gtk-2.0/ProgressBar/progressbar-pat.png mode change 100644 => 100755 gtk-2.0/ProgressBar/trough-progressbar-horiz.png mode change 100644 => 100755 gtk-2.0/ProgressBar/trough-progressbar.png mode change 100644 => 100755 gtk-2.0/Scrollbars/scroll-thumb-horiz.png mode change 100644 => 100755 gtk-2.0/Scrollbars/scroll-thumb-vert.png mode change 100644 => 100755 gtk-2.0/Scrollbars/slider-horiz-active.png mode change 100644 => 100755 gtk-2.0/Scrollbars/slider-horiz-insens.png mode change 100644 => 100755 gtk-2.0/Scrollbars/slider-horiz-prelight.png mode change 100644 => 100755 gtk-2.0/Scrollbars/slider-horiz.png mode change 100644 => 100755 gtk-2.0/Scrollbars/slider-vert-active.png mode change 100644 => 100755 gtk-2.0/Scrollbars/slider-vert-insens.png mode change 100644 => 100755 gtk-2.0/Scrollbars/slider-vert-prelight.png mode change 100644 => 100755 gtk-2.0/Scrollbars/slider-vert.png mode change 100644 => 100755 gtk-2.0/Scrollbars/stepper-down-insens.png mode change 100644 => 100755 gtk-2.0/Scrollbars/stepper-down-prelight.png mode change 100644 => 100755 gtk-2.0/Scrollbars/stepper-down.png mode change 100644 => 100755 gtk-2.0/Scrollbars/stepper-left-insens.png mode change 100644 => 100755 gtk-2.0/Scrollbars/stepper-left-prelight.png mode change 100644 => 100755 gtk-2.0/Scrollbars/stepper-left.png mode change 100644 => 100755 gtk-2.0/Scrollbars/stepper-right-insens.png mode change 100644 => 100755 gtk-2.0/Scrollbars/stepper-right-prelight.png mode change 100644 => 100755 gtk-2.0/Scrollbars/stepper-right.png mode change 100644 => 100755 gtk-2.0/Scrollbars/stepper-up-insens.png mode change 100644 => 100755 gtk-2.0/Scrollbars/stepper-up-prelight.png mode change 100644 => 100755 gtk-2.0/Scrollbars/stepper-up.png mode change 100644 => 100755 gtk-2.0/Scrollbars/trough-scrollbar-horiz-insens.png mode change 100644 => 100755 gtk-2.0/Scrollbars/trough-scrollbar-horiz.png mode change 100644 => 100755 gtk-2.0/Scrollbars/trough-scrollbar-vert-insens.png mode change 100644 => 100755 gtk-2.0/Scrollbars/trough-scrollbar-vert.png mode change 100644 => 100755 gtk-2.0/Shadows/entry-shadow-in-notebook.png mode change 100644 => 100755 gtk-2.0/Shadows/entry-shadow-in.png mode change 100644 => 100755 gtk-2.0/Shadows/shadow-etched-in.png mode change 100644 => 100755 gtk-2.0/Shadows/shadow-etched-out.png mode change 100644 => 100755 gtk-2.0/Shadows/shadow-in.png mode change 100644 => 100755 gtk-2.0/Shadows/shadow-none.png mode change 100644 => 100755 gtk-2.0/Shadows/shadow-out.png mode change 100644 => 100755 gtk-2.0/Shadows/text-entry-notebook.png mode change 100644 => 100755 gtk-2.0/Shadows/text-entry.png mode change 100644 => 100755 gtk-2.0/Spin/arrow-down-active.png mode change 100644 => 100755 gtk-2.0/Spin/arrow-down-disable.png mode change 100644 => 100755 gtk-2.0/Spin/arrow-down-prelight.png mode change 100644 => 100755 gtk-2.0/Spin/arrow-down.png mode change 100644 => 100755 gtk-2.0/Spin/arrow-up-active.png mode change 100644 => 100755 gtk-2.0/Spin/arrow-up-disable.png mode change 100644 => 100755 gtk-2.0/Spin/arrow-up-prelight.png mode change 100644 => 100755 gtk-2.0/Spin/arrow-up.png mode change 100644 => 100755 gtk-2.0/Spin/entry-shadow-in.png mode change 100644 => 100755 gtk-2.0/Spin/spin-down-bg-notebook.png mode change 100644 => 100755 gtk-2.0/Spin/spin-down-bg.png mode change 100644 => 100755 gtk-2.0/Spin/spin-up-bg-notebook.png mode change 100644 => 100755 gtk-2.0/Spin/spin-up-bg.png mode change 100644 => 100755 gtk-2.0/Spin/text-entry-focus-notebook.png mode change 100644 => 100755 gtk-2.0/Spin/text-entry-focus.png mode change 100644 => 100755 gtk-2.0/Spin/text-entry-notebook.png mode change 100644 => 100755 gtk-2.0/Spin/text-entry.png mode change 100644 => 100755 gtk-2.0/Tabs/gap-bottom-left.png mode change 100644 => 100755 gtk-2.0/Tabs/gap-bottom-right.png mode change 100644 => 100755 gtk-2.0/Tabs/gap-bottom.png mode change 100644 => 100755 gtk-2.0/Tabs/gap-left.png mode change 100644 => 100755 gtk-2.0/Tabs/gap-right.png mode change 100644 => 100755 gtk-2.0/Tabs/gap-top-left.png mode change 100644 => 100755 gtk-2.0/Tabs/gap-top-right.png mode change 100644 => 100755 gtk-2.0/Tabs/gap-top.png mode change 100644 => 100755 gtk-2.0/Tabs/notebook-bottom.png mode change 100644 => 100755 gtk-2.0/Tabs/notebook-left.png mode change 100644 => 100755 gtk-2.0/Tabs/notebook-right.png mode change 100644 => 100755 gtk-2.0/Tabs/notebook-top.png mode change 100644 => 100755 gtk-2.0/Tabs/notebook.png mode change 100644 => 100755 gtk-2.0/Tabs/null.png mode change 100644 => 100755 gtk-2.0/Tabs/tab-bottom-active.png mode change 100644 => 100755 gtk-2.0/Tabs/tab-bottom.png mode change 100644 => 100755 gtk-2.0/Tabs/tab-left-active.png mode change 100644 => 100755 gtk-2.0/Tabs/tab-left.png mode change 100644 => 100755 gtk-2.0/Tabs/tab-right-active.png mode change 100644 => 100755 gtk-2.0/Tabs/tab-right.png mode change 100644 => 100755 gtk-2.0/Tabs/tab-top-active.png mode change 100644 => 100755 gtk-2.0/Tabs/tab-top.png mode change 100644 => 100755 gtk-2.0/Toolbar/toolbar.png mode change 100644 => 100755 gtk-2.0/Toolbar/toolbutton-insensitive.png mode change 100644 => 100755 gtk-2.0/Toolbar/toolbutton-normal.png mode change 100644 => 100755 gtk-2.0/Toolbar/toolbutton-prelight.png mode change 100644 => 100755 gtk-2.0/Toolbar/toolbutton-pressed.png mode change 100644 => 100755 gtk-2.0/styles/button mode change 100644 => 100755 gtk-2.0/styles/checkbutton mode change 100644 => 100755 gtk-2.0/styles/combo mode change 100644 => 100755 gtk-2.0/styles/entry mode change 100644 => 100755 gtk-2.0/styles/handlebox mode change 100644 => 100755 gtk-2.0/styles/listheader mode change 100644 => 100755 gtk-2.0/styles/menu-menubar mode change 100644 => 100755 gtk-2.0/styles/murrine-style-images-and-labels mode change 100644 => 100755 gtk-2.0/styles/notebook mode change 100644 => 100755 gtk-2.0/styles/optionmenu mode change 100644 => 100755 gtk-2.0/styles/panel mode change 100644 => 100755 gtk-2.0/styles/progressbar mode change 100644 => 100755 gtk-2.0/styles/radiobutton mode change 100644 => 100755 gtk-2.0/styles/range mode change 100644 => 100755 gtk-2.0/styles/scrollbar mode change 100644 => 100755 gtk-2.0/styles/spin mode change 100644 => 100755 gtk-2.0/styles/statusbar mode change 100644 => 100755 gtk-2.0/styles/toolbar mode change 100644 => 100755 gtk-2.0/styles/tooltips mode change 100644 => 100755 gtk-3.0/apps/budgie.css mode change 100644 => 100755 gtk-3.0/apps/gnome-applications.css mode change 100644 => 100755 gtk-3.0/apps/granite-widgets.css mode change 100644 => 100755 gtk-3.0/apps/nemo.css mode change 100644 => 100755 gtk-3.0/apps/unity.css mode change 100644 => 100755 gtk-3.0/apps/xfce.css mode change 100644 => 100755 gtk-3.0/assets/checkbox-checked-hover.svg mode change 100644 => 100755 gtk-3.0/assets/checkbox-checked-insensitive.svg mode change 100644 => 100755 gtk-3.0/assets/checkbox-checked.png mode change 100644 => 100755 gtk-3.0/assets/checkbox-checked.svg mode change 100644 => 100755 gtk-3.0/assets/checkbox-mixed-hover.svg mode change 100644 => 100755 gtk-3.0/assets/checkbox-mixed.svg mode change 100644 => 100755 gtk-3.0/assets/checkbox-unchecked-hover.svg mode change 100644 => 100755 gtk-3.0/assets/checkbox-unchecked-insensitive.svg mode change 100644 => 100755 gtk-3.0/assets/checkbox-unchecked.svg mode change 100644 => 100755 gtk-3.0/assets/grid-selection-checked.svg mode change 100644 => 100755 gtk-3.0/assets/grid-selection-unchecked.svg mode change 100644 => 100755 gtk-3.0/assets/menuitem-checkbox-checked-hover.svg mode change 100644 => 100755 gtk-3.0/assets/menuitem-checkbox-checked-insensitive.svg mode change 100644 => 100755 gtk-3.0/assets/menuitem-checkbox-checked.svg mode change 100644 => 100755 gtk-3.0/assets/menuitem-checkbox-mixed-hover.svg mode change 100644 => 100755 gtk-3.0/assets/menuitem-checkbox-mixed-insensitive.svg mode change 100644 => 100755 gtk-3.0/assets/menuitem-checkbox-mixed-selected.svg mode change 100644 => 100755 gtk-3.0/assets/menuitem-checkbox-mixed.svg mode change 100644 => 100755 gtk-3.0/assets/menuitem-checkbox-unchecked.svg mode change 100644 => 100755 gtk-3.0/assets/menuitem-radio-checked-hover.svg mode change 100644 => 100755 gtk-3.0/assets/menuitem-radio-checked-insensitive.svg mode change 100644 => 100755 gtk-3.0/assets/menuitem-radio-checked.svg mode change 100644 => 100755 gtk-3.0/assets/pane-handle-vertical.svg mode change 100644 => 100755 gtk-3.0/assets/pane-handle.svg mode change 100644 => 100755 gtk-3.0/assets/radio-mixed-hover.svg mode change 100644 => 100755 gtk-3.0/assets/radio-mixed-insensitive.svg mode change 100644 => 100755 gtk-3.0/assets/radio-mixed.svg mode change 100644 => 100755 gtk-3.0/assets/radio-selected-hover.svg mode change 100644 => 100755 gtk-3.0/assets/radio-selected-insensitive.svg mode change 100644 => 100755 gtk-3.0/assets/radio-selected.svg mode change 100644 => 100755 gtk-3.0/assets/radio-unselected-hover.svg mode change 100644 => 100755 gtk-3.0/assets/radio-unselected-insensitive.svg mode change 100644 => 100755 gtk-3.0/assets/radio-unselected.svg mode change 100644 => 100755 gtk-3.0/assets/spinner-02.svg mode change 100644 => 100755 gtk-3.0/assets/spinner-03.svg mode change 100644 => 100755 gtk-3.0/assets/spinner-04.svg mode change 100644 => 100755 gtk-3.0/assets/spinner-05.svg mode change 100644 => 100755 gtk-3.0/assets/spinner-06.svg mode change 100644 => 100755 gtk-3.0/gtk-widgets-assets.css mode change 100644 => 100755 gtk-3.0/gtk-widgets.css mode change 100644 => 100755 gtk-3.0/gtk.css mode change 100644 => 100755 gtk-3.0/settings.ini mode change 100644 => 100755 gtk-3.0/widgets/assistant.css mode change 100644 => 100755 gtk-3.0/widgets/button.css mode change 100644 => 100755 gtk-3.0/widgets/calendar.css mode change 100644 => 100755 gtk-3.0/widgets/cell-row.css mode change 100644 => 100755 gtk-3.0/widgets/check-radio.css mode change 100644 => 100755 gtk-3.0/widgets/color-chooser.css mode change 100644 => 100755 gtk-3.0/widgets/column-header.css mode change 100644 => 100755 gtk-3.0/widgets/combobox.css mode change 100644 => 100755 gtk-3.0/widgets/content-view.css mode change 100644 => 100755 gtk-3.0/widgets/csd.css mode change 100644 => 100755 gtk-3.0/widgets/dialogs.css mode change 100644 => 100755 gtk-3.0/widgets/entry.css mode change 100644 => 100755 gtk-3.0/widgets/header-bar.css mode change 100644 => 100755 gtk-3.0/widgets/infobar.css mode change 100644 => 100755 gtk-3.0/widgets/menu.css mode change 100644 => 100755 gtk-3.0/widgets/notebook.css mode change 100644 => 100755 gtk-3.0/widgets/osd.css mode change 100644 => 100755 gtk-3.0/widgets/popover.css mode change 100644 => 100755 gtk-3.0/widgets/progress-scale.css mode change 100644 => 100755 gtk-3.0/widgets/scrollbar.css mode change 100644 => 100755 gtk-3.0/widgets/selection-mode.css mode change 100644 => 100755 gtk-3.0/widgets/separator.css mode change 100644 => 100755 gtk-3.0/widgets/sidebar.css mode change 100644 => 100755 gtk-3.0/widgets/spinbutton.css mode change 100644 => 100755 gtk-3.0/widgets/spinner.css mode change 100644 => 100755 gtk-3.0/widgets/switch.css mode change 100644 => 100755 gtk-3.0/widgets/toolbar.css mode change 100644 => 100755 index.theme mode change 100644 => 100755 metacity-1/metacity-theme-3.xml mode change 100644 => 100755 openbox-3/close.xbm mode change 100644 => 100755 openbox-3/desk.xbm mode change 100644 => 100755 openbox-3/desk_toggled.xbm mode change 100644 => 100755 openbox-3/iconify.xbm mode change 100644 => 100755 openbox-3/max.xbm mode change 100644 => 100755 openbox-3/max_toggled.xbm mode change 100644 => 100755 openbox-3/shade.xbm mode change 100644 => 100755 openbox-3/shade_toggled.xbm mode change 100644 => 100755 openbox-3/themerc mode change 100644 => 100755 unity/close.png mode change 100644 => 100755 unity/close_focused_normal.png mode change 100644 => 100755 unity/close_focused_prelight.png mode change 100644 => 100755 unity/close_focused_pressed.png mode change 100644 => 100755 unity/close_unfocused.png mode change 100644 => 100755 unity/close_unfocused_prelight.png mode change 100644 => 100755 unity/close_unfocused_pressed.png mode change 100644 => 100755 unity/maximize.png mode change 100644 => 100755 unity/maximize_focused_normal.png mode change 100644 => 100755 unity/maximize_focused_prelight.png mode change 100644 => 100755 unity/maximize_focused_pressed.png mode change 100644 => 100755 unity/maximize_unfocused.png mode change 100644 => 100755 unity/maximize_unfocused_prelight.png mode change 100644 => 100755 unity/maximize_unfocused_pressed.png mode change 100644 => 100755 unity/minimize.png mode change 100644 => 100755 unity/minimize_focused_normal.png mode change 100644 => 100755 unity/minimize_focused_prelight.png mode change 100644 => 100755 unity/minimize_focused_pressed.png mode change 100644 => 100755 unity/minimize_unfocused.png mode change 100644 => 100755 unity/minimize_unfocused_prelight.png mode change 100644 => 100755 unity/minimize_unfocused_pressed.png mode change 100644 => 100755 unity/minimized.png mode change 100644 => 100755 unity/unmaximize.png mode change 100644 => 100755 unity/unmaximize_focused_normal.png mode change 100644 => 100755 unity/unmaximize_focused_prelight.png mode change 100644 => 100755 unity/unmaximize_focused_pressed.png mode change 100644 => 100755 unity/unmaximize_unfocused.png mode change 100644 => 100755 unity/unmaximize_unfocused_prelight.png mode change 100644 => 100755 unity/unmaximize_unfocused_pressed.png mode change 100644 => 100755 xfwm4/bottom-active.xpm mode change 100644 => 100755 xfwm4/bottom-inactive.xpm mode change 100644 => 100755 xfwm4/bottom-left-active.xpm mode change 100644 => 100755 xfwm4/bottom-left-inactive.xpm mode change 100644 => 100755 xfwm4/bottom-right-active.xpm mode change 100644 => 100755 xfwm4/bottom-right-inactive.xpm mode change 100644 => 100755 xfwm4/close-active.xpm mode change 100644 => 100755 xfwm4/close-inactive.xpm mode change 100644 => 100755 xfwm4/close-prelight.xpm mode change 100644 => 100755 xfwm4/close-pressed.xpm mode change 100644 => 100755 xfwm4/hide-active.xpm mode change 100644 => 100755 xfwm4/hide-inactive.xpm mode change 100644 => 100755 xfwm4/hide-prelight.xpm mode change 100644 => 100755 xfwm4/hide-pressed.xpm mode change 100644 => 100755 xfwm4/left-active.xpm mode change 100644 => 100755 xfwm4/left-inactive.xpm mode change 100644 => 100755 xfwm4/maximize-active.xpm mode change 100644 => 100755 xfwm4/maximize-inactive.xpm mode change 100644 => 100755 xfwm4/maximize-prelight.xpm mode change 100644 => 100755 xfwm4/maximize-pressed.xpm mode change 100644 => 100755 xfwm4/right-active.xpm mode change 100644 => 100755 xfwm4/right-inactive.xpm mode change 100644 => 100755 xfwm4/themerc mode change 100644 => 100755 xfwm4/title-1-active.xpm mode change 100644 => 100755 xfwm4/title-1-inactive.xpm mode change 100644 => 100755 xfwm4/title-2-active.xpm mode change 100644 => 100755 xfwm4/title-2-inactive.xpm mode change 100644 => 100755 xfwm4/title-3-active.xpm mode change 100644 => 100755 xfwm4/title-3-inactive.xpm mode change 100644 => 100755 xfwm4/title-4-active.xpm mode change 100644 => 100755 xfwm4/title-4-inactive.xpm mode change 100644 => 100755 xfwm4/title-5-active.xpm mode change 100644 => 100755 xfwm4/title-5-inactive.xpm mode change 100644 => 100755 xfwm4/top-left-active.xpm mode change 100644 => 100755 xfwm4/top-left-inactive.xpm mode change 100644 => 100755 xfwm4/top-right-active.xpm mode change 100644 => 100755 xfwm4/top-right-inactive.xpm diff --git a/CREDITS b/CREDITS old mode 100644 new mode 100755 diff --git a/LICENSE b/LICENSE old mode 100644 new mode 100755 diff --git a/README b/README old mode 100644 new mode 100755 diff --git a/README.md b/README.md old mode 100644 new mode 100755 diff --git a/gnome-shell/calendar-arrow-left-hover.svg b/gnome-shell/calendar-arrow-left-hover.svg old mode 100644 new mode 100755 diff --git a/gnome-shell/calendar-arrow-left.svg b/gnome-shell/calendar-arrow-left.svg old mode 100644 new mode 100755 diff --git a/gnome-shell/calendar-arrow-right-hover.svg b/gnome-shell/calendar-arrow-right-hover.svg old mode 100644 new mode 100755 diff --git a/gnome-shell/calendar-arrow-right.svg b/gnome-shell/calendar-arrow-right.svg old mode 100644 new mode 100755 diff --git a/gnome-shell/calendar-today.svg b/gnome-shell/calendar-today.svg old mode 100644 new mode 100755 diff --git a/gnome-shell/checkbox-focused.svg b/gnome-shell/checkbox-focused.svg old mode 100644 new mode 100755 diff --git a/gnome-shell/checkbox-off-focused.svg b/gnome-shell/checkbox-off-focused.svg old mode 100644 new mode 100755 diff --git a/gnome-shell/checkbox-off.svg b/gnome-shell/checkbox-off.svg old mode 100644 new mode 100755 diff --git a/gnome-shell/checkbox.svg b/gnome-shell/checkbox.svg old mode 100644 new mode 100755 diff --git a/gnome-shell/close-window.svg b/gnome-shell/close-window.svg old mode 100644 new mode 100755 diff --git a/gnome-shell/corner-ripple-ltr.png b/gnome-shell/corner-ripple-ltr.png old mode 100644 new mode 100755 diff --git a/gnome-shell/corner-ripple-rtl.png b/gnome-shell/corner-ripple-rtl.png old mode 100644 new mode 100755 diff --git a/gnome-shell/dash-placeholder.svg b/gnome-shell/dash-placeholder.svg old mode 100644 new mode 100755 diff --git a/gnome-shell/filter-selected-ltr.svg b/gnome-shell/filter-selected-ltr.svg old mode 100644 new mode 100755 diff --git a/gnome-shell/filter-selected-rtl.svg b/gnome-shell/filter-selected-rtl.svg old mode 100644 new mode 100755 diff --git a/gnome-shell/gnome-shell.css b/gnome-shell/gnome-shell.css old mode 100644 new mode 100755 diff --git a/gnome-shell/logged-in-indicator.svg b/gnome-shell/logged-in-indicator.svg old mode 100644 new mode 100755 diff --git a/gnome-shell/menu-arrow-symbolic.svg b/gnome-shell/menu-arrow-symbolic.svg old mode 100644 new mode 100755 diff --git a/gnome-shell/more-results.svg b/gnome-shell/more-results.svg old mode 100644 new mode 100755 diff --git a/gnome-shell/noise-texture.png b/gnome-shell/noise-texture.png old mode 100644 new mode 100755 diff --git a/gnome-shell/page-indicator-active.svg b/gnome-shell/page-indicator-active.svg old mode 100644 new mode 100755 diff --git a/gnome-shell/page-indicator-checked.svg b/gnome-shell/page-indicator-checked.svg old mode 100644 new mode 100755 diff --git a/gnome-shell/page-indicator-hover.svg b/gnome-shell/page-indicator-hover.svg old mode 100644 new mode 100755 diff --git a/gnome-shell/page-indicator-inactive.svg b/gnome-shell/page-indicator-inactive.svg old mode 100644 new mode 100755 diff --git a/gnome-shell/process-working.svg b/gnome-shell/process-working.svg old mode 100644 new mode 100755 diff --git a/gnome-shell/running-indicator.svg b/gnome-shell/running-indicator.svg old mode 100644 new mode 100755 diff --git a/gnome-shell/source-button-border.svg b/gnome-shell/source-button-border.svg old mode 100644 new mode 100755 diff --git a/gnome-shell/toggle-off.png b/gnome-shell/toggle-off.png old mode 100644 new mode 100755 diff --git a/gnome-shell/toggle-on.png b/gnome-shell/toggle-on.png old mode 100644 new mode 100755 diff --git a/gnome-shell/ws-switch-arrow-down.png b/gnome-shell/ws-switch-arrow-down.png old mode 100644 new mode 100755 diff --git a/gnome-shell/ws-switch-arrow-up.png b/gnome-shell/ws-switch-arrow-up.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Arrows/arrow-down-insens.png b/gtk-2.0/Arrows/arrow-down-insens.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Arrows/arrow-down-prelight.png b/gtk-2.0/Arrows/arrow-down-prelight.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Arrows/arrow-down-pressed.png b/gtk-2.0/Arrows/arrow-down-pressed.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Arrows/arrow-down.png b/gtk-2.0/Arrows/arrow-down.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Arrows/arrow-left-active.png b/gtk-2.0/Arrows/arrow-left-active.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Arrows/arrow-left-insensitive.png b/gtk-2.0/Arrows/arrow-left-insensitive.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Arrows/arrow-left-prelight.png b/gtk-2.0/Arrows/arrow-left-prelight.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Arrows/arrow-left.png b/gtk-2.0/Arrows/arrow-left.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Arrows/arrow-right-active.png b/gtk-2.0/Arrows/arrow-right-active.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Arrows/arrow-right-insensitive.png b/gtk-2.0/Arrows/arrow-right-insensitive.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Arrows/arrow-right-prelight.png b/gtk-2.0/Arrows/arrow-right-prelight.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Arrows/arrow-right.png b/gtk-2.0/Arrows/arrow-right.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Arrows/arrow-up-active.png b/gtk-2.0/Arrows/arrow-up-active.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Arrows/arrow-up-insensitive.png b/gtk-2.0/Arrows/arrow-up-insensitive.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Arrows/arrow-up-prelight.png b/gtk-2.0/Arrows/arrow-up-prelight.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Arrows/arrow-up.png b/gtk-2.0/Arrows/arrow-up.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Buttons/button-default.png b/gtk-2.0/Buttons/button-default.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Buttons/button-insensitive.png b/gtk-2.0/Buttons/button-insensitive.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Buttons/button-normal.png b/gtk-2.0/Buttons/button-normal.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Buttons/button-prelight.png b/gtk-2.0/Buttons/button-prelight.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Buttons/button-pressed.png b/gtk-2.0/Buttons/button-pressed.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Check-Radio/check1.png b/gtk-2.0/Check-Radio/check1.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Check-Radio/check2.png b/gtk-2.0/Check-Radio/check2.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Check-Radio/check3.png b/gtk-2.0/Check-Radio/check3.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Check-Radio/check4.png b/gtk-2.0/Check-Radio/check4.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Check-Radio/checklight.png b/gtk-2.0/Check-Radio/checklight.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Check-Radio/highlight.png b/gtk-2.0/Check-Radio/highlight.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Check-Radio/menuitem-checkbox-insensitive.png b/gtk-2.0/Check-Radio/menuitem-checkbox-insensitive.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Check-Radio/menuitem-checkbox-selected.png b/gtk-2.0/Check-Radio/menuitem-checkbox-selected.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Check-Radio/menuitem-checkbox.png b/gtk-2.0/Check-Radio/menuitem-checkbox.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Check-Radio/menuitem-radio-checked-insensitive.png b/gtk-2.0/Check-Radio/menuitem-radio-checked-insensitive.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Check-Radio/menuitem-radio-checked-selected.png b/gtk-2.0/Check-Radio/menuitem-radio-checked-selected.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Check-Radio/menuitem-radio-checked.png b/gtk-2.0/Check-Radio/menuitem-radio-checked.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Check-Radio/option1.png b/gtk-2.0/Check-Radio/option1.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Check-Radio/option2.png b/gtk-2.0/Check-Radio/option2.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Check-Radio/option3.png b/gtk-2.0/Check-Radio/option3.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Check-Radio/option4.png b/gtk-2.0/Check-Radio/option4.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Combo/combo-arrow-active.png b/gtk-2.0/Combo/combo-arrow-active.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Combo/combo-arrow-insens.png b/gtk-2.0/Combo/combo-arrow-insens.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Combo/combo-arrow-prelight.png b/gtk-2.0/Combo/combo-arrow-prelight.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Combo/combo-arrow.png b/gtk-2.0/Combo/combo-arrow.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Combo/combo-inactive.png b/gtk-2.0/Combo/combo-inactive.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Combo/combo-normal.png b/gtk-2.0/Combo/combo-normal.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Combo/combo-prelight.png b/gtk-2.0/Combo/combo-prelight.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Combo/combo-pressed.png b/gtk-2.0/Combo/combo-pressed.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Combo/op-ins.png b/gtk-2.0/Combo/op-ins.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Combo/op-pre.png b/gtk-2.0/Combo/op-pre.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Combo/op.png b/gtk-2.0/Combo/op.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Frame-Gap/frame-gap-end.png b/gtk-2.0/Frame-Gap/frame-gap-end.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Frame-Gap/frame-gap-start.png b/gtk-2.0/Frame-Gap/frame-gap-start.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Frame-Gap/frame1.png b/gtk-2.0/Frame-Gap/frame1.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Handles/handle-h.png b/gtk-2.0/Handles/handle-h.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Handles/handle-v.png b/gtk-2.0/Handles/handle-v.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Handles/resize-grip.png b/gtk-2.0/Handles/resize-grip.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Lines/line-h.png b/gtk-2.0/Lines/line-h.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Lines/line-v.png b/gtk-2.0/Lines/line-v.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Lines/linep-h.png b/gtk-2.0/Lines/linep-h.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Lines/linep-v.png b/gtk-2.0/Lines/linep-v.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/ListHeaders/list_header-insens.png b/gtk-2.0/ListHeaders/list_header-insens.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/ListHeaders/list_header-prelight.png b/gtk-2.0/ListHeaders/list_header-prelight.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/ListHeaders/list_header-pressed.png b/gtk-2.0/ListHeaders/list_header-pressed.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/ListHeaders/list_header.png b/gtk-2.0/ListHeaders/list_header.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/ListHeaders/tree.png b/gtk-2.0/ListHeaders/tree.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Menu-Menubar/arrow-right-prelight.png b/gtk-2.0/Menu-Menubar/arrow-right-prelight.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Menu-Menubar/arrow-right.png b/gtk-2.0/Menu-Menubar/arrow-right.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Menu-Menubar/menu.png b/gtk-2.0/Menu-Menubar/menu.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Menu-Menubar/menubar-item.png b/gtk-2.0/Menu-Menubar/menubar-item.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Menu-Menubar/menubar.png b/gtk-2.0/Menu-Menubar/menubar.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Menu-Menubar/menuitem.png b/gtk-2.0/Menu-Menubar/menuitem.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Menu-Menubar/menuline.png b/gtk-2.0/Menu-Menubar/menuline.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Others/close.png b/gtk-2.0/Others/close.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Others/focus.png b/gtk-2.0/Others/focus.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Others/null.png b/gtk-2.0/Others/null.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Others/ruler.png b/gtk-2.0/Others/ruler.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Others/tooltip.png b/gtk-2.0/Others/tooltip.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Panel/button-active.png b/gtk-2.0/Panel/button-active.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Panel/button-inactive.png b/gtk-2.0/Panel/button-inactive.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Panel/button-prelight.png b/gtk-2.0/Panel/button-prelight.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Panel/handle-h.png b/gtk-2.0/Panel/handle-h.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Panel/handle-v.png b/gtk-2.0/Panel/handle-v.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Panel/menubar-item.png b/gtk-2.0/Panel/menubar-item.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Panel/panel-bg.png b/gtk-2.0/Panel/panel-bg.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Panel/panel-button-active-prelight.png b/gtk-2.0/Panel/panel-button-active-prelight.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Panel/panel-button-active.png b/gtk-2.0/Panel/panel-button-active.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Panel/panel-button-inactive.png b/gtk-2.0/Panel/panel-button-inactive.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Panel/panel-button-prelight.png b/gtk-2.0/Panel/panel-button-prelight.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Panel/panel-menubar.png b/gtk-2.0/Panel/panel-menubar.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/ProgressBar/progressbar-pat.png b/gtk-2.0/ProgressBar/progressbar-pat.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/ProgressBar/trough-progressbar-horiz.png b/gtk-2.0/ProgressBar/trough-progressbar-horiz.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/ProgressBar/trough-progressbar.png b/gtk-2.0/ProgressBar/trough-progressbar.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Scrollbars/scroll-thumb-horiz.png b/gtk-2.0/Scrollbars/scroll-thumb-horiz.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Scrollbars/scroll-thumb-vert.png b/gtk-2.0/Scrollbars/scroll-thumb-vert.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Scrollbars/slider-horiz-active.png b/gtk-2.0/Scrollbars/slider-horiz-active.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Scrollbars/slider-horiz-insens.png b/gtk-2.0/Scrollbars/slider-horiz-insens.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Scrollbars/slider-horiz-prelight.png b/gtk-2.0/Scrollbars/slider-horiz-prelight.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Scrollbars/slider-horiz.png b/gtk-2.0/Scrollbars/slider-horiz.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Scrollbars/slider-vert-active.png b/gtk-2.0/Scrollbars/slider-vert-active.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Scrollbars/slider-vert-insens.png b/gtk-2.0/Scrollbars/slider-vert-insens.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Scrollbars/slider-vert-prelight.png b/gtk-2.0/Scrollbars/slider-vert-prelight.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Scrollbars/slider-vert.png b/gtk-2.0/Scrollbars/slider-vert.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Scrollbars/stepper-down-insens.png b/gtk-2.0/Scrollbars/stepper-down-insens.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Scrollbars/stepper-down-prelight.png b/gtk-2.0/Scrollbars/stepper-down-prelight.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Scrollbars/stepper-down.png b/gtk-2.0/Scrollbars/stepper-down.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Scrollbars/stepper-left-insens.png b/gtk-2.0/Scrollbars/stepper-left-insens.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Scrollbars/stepper-left-prelight.png b/gtk-2.0/Scrollbars/stepper-left-prelight.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Scrollbars/stepper-left.png b/gtk-2.0/Scrollbars/stepper-left.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Scrollbars/stepper-right-insens.png b/gtk-2.0/Scrollbars/stepper-right-insens.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Scrollbars/stepper-right-prelight.png b/gtk-2.0/Scrollbars/stepper-right-prelight.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Scrollbars/stepper-right.png b/gtk-2.0/Scrollbars/stepper-right.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Scrollbars/stepper-up-insens.png b/gtk-2.0/Scrollbars/stepper-up-insens.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Scrollbars/stepper-up-prelight.png b/gtk-2.0/Scrollbars/stepper-up-prelight.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Scrollbars/stepper-up.png b/gtk-2.0/Scrollbars/stepper-up.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Scrollbars/trough-scrollbar-horiz-insens.png b/gtk-2.0/Scrollbars/trough-scrollbar-horiz-insens.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Scrollbars/trough-scrollbar-horiz.png b/gtk-2.0/Scrollbars/trough-scrollbar-horiz.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Scrollbars/trough-scrollbar-vert-insens.png b/gtk-2.0/Scrollbars/trough-scrollbar-vert-insens.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Scrollbars/trough-scrollbar-vert.png b/gtk-2.0/Scrollbars/trough-scrollbar-vert.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Shadows/entry-shadow-in-notebook.png b/gtk-2.0/Shadows/entry-shadow-in-notebook.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Shadows/entry-shadow-in.png b/gtk-2.0/Shadows/entry-shadow-in.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Shadows/shadow-etched-in.png b/gtk-2.0/Shadows/shadow-etched-in.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Shadows/shadow-etched-out.png b/gtk-2.0/Shadows/shadow-etched-out.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Shadows/shadow-in.png b/gtk-2.0/Shadows/shadow-in.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Shadows/shadow-none.png b/gtk-2.0/Shadows/shadow-none.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Shadows/shadow-out.png b/gtk-2.0/Shadows/shadow-out.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Shadows/text-entry-notebook.png b/gtk-2.0/Shadows/text-entry-notebook.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Shadows/text-entry.png b/gtk-2.0/Shadows/text-entry.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Spin/arrow-down-active.png b/gtk-2.0/Spin/arrow-down-active.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Spin/arrow-down-disable.png b/gtk-2.0/Spin/arrow-down-disable.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Spin/arrow-down-prelight.png b/gtk-2.0/Spin/arrow-down-prelight.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Spin/arrow-down.png b/gtk-2.0/Spin/arrow-down.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Spin/arrow-up-active.png b/gtk-2.0/Spin/arrow-up-active.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Spin/arrow-up-disable.png b/gtk-2.0/Spin/arrow-up-disable.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Spin/arrow-up-prelight.png b/gtk-2.0/Spin/arrow-up-prelight.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Spin/arrow-up.png b/gtk-2.0/Spin/arrow-up.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Spin/entry-shadow-in.png b/gtk-2.0/Spin/entry-shadow-in.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Spin/spin-down-bg-notebook.png b/gtk-2.0/Spin/spin-down-bg-notebook.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Spin/spin-down-bg.png b/gtk-2.0/Spin/spin-down-bg.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Spin/spin-up-bg-notebook.png b/gtk-2.0/Spin/spin-up-bg-notebook.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Spin/spin-up-bg.png b/gtk-2.0/Spin/spin-up-bg.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Spin/text-entry-focus-notebook.png b/gtk-2.0/Spin/text-entry-focus-notebook.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Spin/text-entry-focus.png b/gtk-2.0/Spin/text-entry-focus.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Spin/text-entry-notebook.png b/gtk-2.0/Spin/text-entry-notebook.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Spin/text-entry.png b/gtk-2.0/Spin/text-entry.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Tabs/gap-bottom-left.png b/gtk-2.0/Tabs/gap-bottom-left.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Tabs/gap-bottom-right.png b/gtk-2.0/Tabs/gap-bottom-right.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Tabs/gap-bottom.png b/gtk-2.0/Tabs/gap-bottom.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Tabs/gap-left.png b/gtk-2.0/Tabs/gap-left.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Tabs/gap-right.png b/gtk-2.0/Tabs/gap-right.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Tabs/gap-top-left.png b/gtk-2.0/Tabs/gap-top-left.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Tabs/gap-top-right.png b/gtk-2.0/Tabs/gap-top-right.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Tabs/gap-top.png b/gtk-2.0/Tabs/gap-top.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Tabs/notebook-bottom.png b/gtk-2.0/Tabs/notebook-bottom.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Tabs/notebook-left.png b/gtk-2.0/Tabs/notebook-left.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Tabs/notebook-right.png b/gtk-2.0/Tabs/notebook-right.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Tabs/notebook-top.png b/gtk-2.0/Tabs/notebook-top.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Tabs/notebook.png b/gtk-2.0/Tabs/notebook.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Tabs/null.png b/gtk-2.0/Tabs/null.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Tabs/tab-bottom-active.png b/gtk-2.0/Tabs/tab-bottom-active.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Tabs/tab-bottom.png b/gtk-2.0/Tabs/tab-bottom.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Tabs/tab-left-active.png b/gtk-2.0/Tabs/tab-left-active.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Tabs/tab-left.png b/gtk-2.0/Tabs/tab-left.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Tabs/tab-right-active.png b/gtk-2.0/Tabs/tab-right-active.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Tabs/tab-right.png b/gtk-2.0/Tabs/tab-right.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Tabs/tab-top-active.png b/gtk-2.0/Tabs/tab-top-active.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Tabs/tab-top.png b/gtk-2.0/Tabs/tab-top.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Toolbar/toolbar.png b/gtk-2.0/Toolbar/toolbar.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Toolbar/toolbutton-insensitive.png b/gtk-2.0/Toolbar/toolbutton-insensitive.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Toolbar/toolbutton-normal.png b/gtk-2.0/Toolbar/toolbutton-normal.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Toolbar/toolbutton-prelight.png b/gtk-2.0/Toolbar/toolbutton-prelight.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/Toolbar/toolbutton-pressed.png b/gtk-2.0/Toolbar/toolbutton-pressed.png old mode 100644 new mode 100755 diff --git a/gtk-2.0/styles/button b/gtk-2.0/styles/button old mode 100644 new mode 100755 diff --git a/gtk-2.0/styles/checkbutton b/gtk-2.0/styles/checkbutton old mode 100644 new mode 100755 diff --git a/gtk-2.0/styles/combo b/gtk-2.0/styles/combo old mode 100644 new mode 100755 diff --git a/gtk-2.0/styles/entry b/gtk-2.0/styles/entry old mode 100644 new mode 100755 diff --git a/gtk-2.0/styles/handlebox b/gtk-2.0/styles/handlebox old mode 100644 new mode 100755 diff --git a/gtk-2.0/styles/listheader b/gtk-2.0/styles/listheader old mode 100644 new mode 100755 diff --git a/gtk-2.0/styles/menu-menubar b/gtk-2.0/styles/menu-menubar old mode 100644 new mode 100755 diff --git a/gtk-2.0/styles/murrine-style-images-and-labels b/gtk-2.0/styles/murrine-style-images-and-labels old mode 100644 new mode 100755 diff --git a/gtk-2.0/styles/notebook b/gtk-2.0/styles/notebook old mode 100644 new mode 100755 diff --git a/gtk-2.0/styles/optionmenu b/gtk-2.0/styles/optionmenu old mode 100644 new mode 100755 diff --git a/gtk-2.0/styles/panel b/gtk-2.0/styles/panel old mode 100644 new mode 100755 diff --git a/gtk-2.0/styles/progressbar b/gtk-2.0/styles/progressbar old mode 100644 new mode 100755 diff --git a/gtk-2.0/styles/radiobutton b/gtk-2.0/styles/radiobutton old mode 100644 new mode 100755 diff --git a/gtk-2.0/styles/range b/gtk-2.0/styles/range old mode 100644 new mode 100755 diff --git a/gtk-2.0/styles/scrollbar b/gtk-2.0/styles/scrollbar old mode 100644 new mode 100755 diff --git a/gtk-2.0/styles/spin b/gtk-2.0/styles/spin old mode 100644 new mode 100755 diff --git a/gtk-2.0/styles/statusbar b/gtk-2.0/styles/statusbar old mode 100644 new mode 100755 diff --git a/gtk-2.0/styles/toolbar b/gtk-2.0/styles/toolbar old mode 100644 new mode 100755 diff --git a/gtk-2.0/styles/tooltips b/gtk-2.0/styles/tooltips old mode 100644 new mode 100755 diff --git a/gtk-3.0/apps/budgie.css b/gtk-3.0/apps/budgie.css old mode 100644 new mode 100755 diff --git a/gtk-3.0/apps/gnome-applications.css b/gtk-3.0/apps/gnome-applications.css old mode 100644 new mode 100755 diff --git a/gtk-3.0/apps/granite-widgets.css b/gtk-3.0/apps/granite-widgets.css old mode 100644 new mode 100755 diff --git a/gtk-3.0/apps/nemo.css b/gtk-3.0/apps/nemo.css old mode 100644 new mode 100755 diff --git a/gtk-3.0/apps/unity.css b/gtk-3.0/apps/unity.css old mode 100644 new mode 100755 diff --git a/gtk-3.0/apps/xfce.css b/gtk-3.0/apps/xfce.css old mode 100644 new mode 100755 diff --git a/gtk-3.0/assets/checkbox-checked-hover.svg b/gtk-3.0/assets/checkbox-checked-hover.svg old mode 100644 new mode 100755 diff --git a/gtk-3.0/assets/checkbox-checked-insensitive.svg b/gtk-3.0/assets/checkbox-checked-insensitive.svg old mode 100644 new mode 100755 diff --git a/gtk-3.0/assets/checkbox-checked.png b/gtk-3.0/assets/checkbox-checked.png old mode 100644 new mode 100755 diff --git a/gtk-3.0/assets/checkbox-checked.svg b/gtk-3.0/assets/checkbox-checked.svg old mode 100644 new mode 100755 diff --git a/gtk-3.0/assets/checkbox-mixed-hover.svg b/gtk-3.0/assets/checkbox-mixed-hover.svg old mode 100644 new mode 100755 diff --git a/gtk-3.0/assets/checkbox-mixed.svg b/gtk-3.0/assets/checkbox-mixed.svg old mode 100644 new mode 100755 diff --git a/gtk-3.0/assets/checkbox-unchecked-hover.svg b/gtk-3.0/assets/checkbox-unchecked-hover.svg old mode 100644 new mode 100755 diff --git a/gtk-3.0/assets/checkbox-unchecked-insensitive.svg b/gtk-3.0/assets/checkbox-unchecked-insensitive.svg old mode 100644 new mode 100755 diff --git a/gtk-3.0/assets/checkbox-unchecked.svg b/gtk-3.0/assets/checkbox-unchecked.svg old mode 100644 new mode 100755 diff --git a/gtk-3.0/assets/grid-selection-checked.svg b/gtk-3.0/assets/grid-selection-checked.svg old mode 100644 new mode 100755 diff --git a/gtk-3.0/assets/grid-selection-unchecked.svg b/gtk-3.0/assets/grid-selection-unchecked.svg old mode 100644 new mode 100755 diff --git a/gtk-3.0/assets/menuitem-checkbox-checked-hover.svg b/gtk-3.0/assets/menuitem-checkbox-checked-hover.svg old mode 100644 new mode 100755 diff --git a/gtk-3.0/assets/menuitem-checkbox-checked-insensitive.svg b/gtk-3.0/assets/menuitem-checkbox-checked-insensitive.svg old mode 100644 new mode 100755 diff --git a/gtk-3.0/assets/menuitem-checkbox-checked.svg b/gtk-3.0/assets/menuitem-checkbox-checked.svg old mode 100644 new mode 100755 diff --git a/gtk-3.0/assets/menuitem-checkbox-mixed-hover.svg b/gtk-3.0/assets/menuitem-checkbox-mixed-hover.svg old mode 100644 new mode 100755 diff --git a/gtk-3.0/assets/menuitem-checkbox-mixed-insensitive.svg b/gtk-3.0/assets/menuitem-checkbox-mixed-insensitive.svg old mode 100644 new mode 100755 diff --git a/gtk-3.0/assets/menuitem-checkbox-mixed-selected.svg b/gtk-3.0/assets/menuitem-checkbox-mixed-selected.svg old mode 100644 new mode 100755 diff --git a/gtk-3.0/assets/menuitem-checkbox-mixed.svg b/gtk-3.0/assets/menuitem-checkbox-mixed.svg old mode 100644 new mode 100755 diff --git a/gtk-3.0/assets/menuitem-checkbox-unchecked.svg b/gtk-3.0/assets/menuitem-checkbox-unchecked.svg old mode 100644 new mode 100755 diff --git a/gtk-3.0/assets/menuitem-radio-checked-hover.svg b/gtk-3.0/assets/menuitem-radio-checked-hover.svg old mode 100644 new mode 100755 diff --git a/gtk-3.0/assets/menuitem-radio-checked-insensitive.svg b/gtk-3.0/assets/menuitem-radio-checked-insensitive.svg old mode 100644 new mode 100755 diff --git a/gtk-3.0/assets/menuitem-radio-checked.svg b/gtk-3.0/assets/menuitem-radio-checked.svg old mode 100644 new mode 100755 diff --git a/gtk-3.0/assets/pane-handle-vertical.svg b/gtk-3.0/assets/pane-handle-vertical.svg old mode 100644 new mode 100755 diff --git a/gtk-3.0/assets/pane-handle.svg b/gtk-3.0/assets/pane-handle.svg old mode 100644 new mode 100755 diff --git a/gtk-3.0/assets/radio-mixed-hover.svg b/gtk-3.0/assets/radio-mixed-hover.svg old mode 100644 new mode 100755 diff --git a/gtk-3.0/assets/radio-mixed-insensitive.svg b/gtk-3.0/assets/radio-mixed-insensitive.svg old mode 100644 new mode 100755 diff --git a/gtk-3.0/assets/radio-mixed.svg b/gtk-3.0/assets/radio-mixed.svg old mode 100644 new mode 100755 diff --git a/gtk-3.0/assets/radio-selected-hover.svg b/gtk-3.0/assets/radio-selected-hover.svg old mode 100644 new mode 100755 diff --git a/gtk-3.0/assets/radio-selected-insensitive.svg b/gtk-3.0/assets/radio-selected-insensitive.svg old mode 100644 new mode 100755 diff --git a/gtk-3.0/assets/radio-selected.svg b/gtk-3.0/assets/radio-selected.svg old mode 100644 new mode 100755 diff --git a/gtk-3.0/assets/radio-unselected-hover.svg b/gtk-3.0/assets/radio-unselected-hover.svg old mode 100644 new mode 100755 diff --git a/gtk-3.0/assets/radio-unselected-insensitive.svg b/gtk-3.0/assets/radio-unselected-insensitive.svg old mode 100644 new mode 100755 diff --git a/gtk-3.0/assets/radio-unselected.svg b/gtk-3.0/assets/radio-unselected.svg old mode 100644 new mode 100755 diff --git a/gtk-3.0/assets/spinner-02.svg b/gtk-3.0/assets/spinner-02.svg old mode 100644 new mode 100755 diff --git a/gtk-3.0/assets/spinner-03.svg b/gtk-3.0/assets/spinner-03.svg old mode 100644 new mode 100755 diff --git a/gtk-3.0/assets/spinner-04.svg b/gtk-3.0/assets/spinner-04.svg old mode 100644 new mode 100755 diff --git a/gtk-3.0/assets/spinner-05.svg b/gtk-3.0/assets/spinner-05.svg old mode 100644 new mode 100755 diff --git a/gtk-3.0/assets/spinner-06.svg b/gtk-3.0/assets/spinner-06.svg old mode 100644 new mode 100755 diff --git a/gtk-3.0/gtk-widgets-assets.css b/gtk-3.0/gtk-widgets-assets.css old mode 100644 new mode 100755 diff --git a/gtk-3.0/gtk-widgets.css b/gtk-3.0/gtk-widgets.css old mode 100644 new mode 100755 diff --git a/gtk-3.0/gtk.css b/gtk-3.0/gtk.css old mode 100644 new mode 100755 diff --git a/gtk-3.0/settings.ini b/gtk-3.0/settings.ini old mode 100644 new mode 100755 diff --git a/gtk-3.0/widgets/assistant.css b/gtk-3.0/widgets/assistant.css old mode 100644 new mode 100755 diff --git a/gtk-3.0/widgets/button.css b/gtk-3.0/widgets/button.css old mode 100644 new mode 100755 diff --git a/gtk-3.0/widgets/calendar.css b/gtk-3.0/widgets/calendar.css old mode 100644 new mode 100755 diff --git a/gtk-3.0/widgets/cell-row.css b/gtk-3.0/widgets/cell-row.css old mode 100644 new mode 100755 diff --git a/gtk-3.0/widgets/check-radio.css b/gtk-3.0/widgets/check-radio.css old mode 100644 new mode 100755 diff --git a/gtk-3.0/widgets/color-chooser.css b/gtk-3.0/widgets/color-chooser.css old mode 100644 new mode 100755 diff --git a/gtk-3.0/widgets/column-header.css b/gtk-3.0/widgets/column-header.css old mode 100644 new mode 100755 diff --git a/gtk-3.0/widgets/combobox.css b/gtk-3.0/widgets/combobox.css old mode 100644 new mode 100755 diff --git a/gtk-3.0/widgets/content-view.css b/gtk-3.0/widgets/content-view.css old mode 100644 new mode 100755 diff --git a/gtk-3.0/widgets/csd.css b/gtk-3.0/widgets/csd.css old mode 100644 new mode 100755 diff --git a/gtk-3.0/widgets/dialogs.css b/gtk-3.0/widgets/dialogs.css old mode 100644 new mode 100755 diff --git a/gtk-3.0/widgets/entry.css b/gtk-3.0/widgets/entry.css old mode 100644 new mode 100755 diff --git a/gtk-3.0/widgets/header-bar.css b/gtk-3.0/widgets/header-bar.css old mode 100644 new mode 100755 diff --git a/gtk-3.0/widgets/infobar.css b/gtk-3.0/widgets/infobar.css old mode 100644 new mode 100755 diff --git a/gtk-3.0/widgets/menu.css b/gtk-3.0/widgets/menu.css old mode 100644 new mode 100755 diff --git a/gtk-3.0/widgets/notebook.css b/gtk-3.0/widgets/notebook.css old mode 100644 new mode 100755 diff --git a/gtk-3.0/widgets/osd.css b/gtk-3.0/widgets/osd.css old mode 100644 new mode 100755 diff --git a/gtk-3.0/widgets/popover.css b/gtk-3.0/widgets/popover.css old mode 100644 new mode 100755 diff --git a/gtk-3.0/widgets/progress-scale.css b/gtk-3.0/widgets/progress-scale.css old mode 100644 new mode 100755 diff --git a/gtk-3.0/widgets/scrollbar.css b/gtk-3.0/widgets/scrollbar.css old mode 100644 new mode 100755 diff --git a/gtk-3.0/widgets/selection-mode.css b/gtk-3.0/widgets/selection-mode.css old mode 100644 new mode 100755 diff --git a/gtk-3.0/widgets/separator.css b/gtk-3.0/widgets/separator.css old mode 100644 new mode 100755 diff --git a/gtk-3.0/widgets/sidebar.css b/gtk-3.0/widgets/sidebar.css old mode 100644 new mode 100755 diff --git a/gtk-3.0/widgets/spinbutton.css b/gtk-3.0/widgets/spinbutton.css old mode 100644 new mode 100755 diff --git a/gtk-3.0/widgets/spinner.css b/gtk-3.0/widgets/spinner.css old mode 100644 new mode 100755 diff --git a/gtk-3.0/widgets/switch.css b/gtk-3.0/widgets/switch.css old mode 100644 new mode 100755 diff --git a/gtk-3.0/widgets/toolbar.css b/gtk-3.0/widgets/toolbar.css old mode 100644 new mode 100755 diff --git a/index.theme b/index.theme old mode 100644 new mode 100755 diff --git a/metacity-1/metacity-theme-3.xml b/metacity-1/metacity-theme-3.xml old mode 100644 new mode 100755 diff --git a/openbox-3/close.xbm b/openbox-3/close.xbm old mode 100644 new mode 100755 diff --git a/openbox-3/desk.xbm b/openbox-3/desk.xbm old mode 100644 new mode 100755 diff --git a/openbox-3/desk_toggled.xbm b/openbox-3/desk_toggled.xbm old mode 100644 new mode 100755 diff --git a/openbox-3/iconify.xbm b/openbox-3/iconify.xbm old mode 100644 new mode 100755 diff --git a/openbox-3/max.xbm b/openbox-3/max.xbm old mode 100644 new mode 100755 diff --git a/openbox-3/max_toggled.xbm b/openbox-3/max_toggled.xbm old mode 100644 new mode 100755 diff --git a/openbox-3/shade.xbm b/openbox-3/shade.xbm old mode 100644 new mode 100755 diff --git a/openbox-3/shade_toggled.xbm b/openbox-3/shade_toggled.xbm old mode 100644 new mode 100755 diff --git a/openbox-3/themerc b/openbox-3/themerc old mode 100644 new mode 100755 diff --git a/unity/close.png b/unity/close.png old mode 100644 new mode 100755 diff --git a/unity/close_focused_normal.png b/unity/close_focused_normal.png old mode 100644 new mode 100755 diff --git a/unity/close_focused_prelight.png b/unity/close_focused_prelight.png old mode 100644 new mode 100755 diff --git a/unity/close_focused_pressed.png b/unity/close_focused_pressed.png old mode 100644 new mode 100755 diff --git a/unity/close_unfocused.png b/unity/close_unfocused.png old mode 100644 new mode 100755 diff --git a/unity/close_unfocused_prelight.png b/unity/close_unfocused_prelight.png old mode 100644 new mode 100755 diff --git a/unity/close_unfocused_pressed.png b/unity/close_unfocused_pressed.png old mode 100644 new mode 100755 diff --git a/unity/maximize.png b/unity/maximize.png old mode 100644 new mode 100755 diff --git a/unity/maximize_focused_normal.png b/unity/maximize_focused_normal.png old mode 100644 new mode 100755 diff --git a/unity/maximize_focused_prelight.png b/unity/maximize_focused_prelight.png old mode 100644 new mode 100755 diff --git a/unity/maximize_focused_pressed.png b/unity/maximize_focused_pressed.png old mode 100644 new mode 100755 diff --git a/unity/maximize_unfocused.png b/unity/maximize_unfocused.png old mode 100644 new mode 100755 diff --git a/unity/maximize_unfocused_prelight.png b/unity/maximize_unfocused_prelight.png old mode 100644 new mode 100755 diff --git a/unity/maximize_unfocused_pressed.png b/unity/maximize_unfocused_pressed.png old mode 100644 new mode 100755 diff --git a/unity/minimize.png b/unity/minimize.png old mode 100644 new mode 100755 diff --git a/unity/minimize_focused_normal.png b/unity/minimize_focused_normal.png old mode 100644 new mode 100755 diff --git a/unity/minimize_focused_prelight.png b/unity/minimize_focused_prelight.png old mode 100644 new mode 100755 diff --git a/unity/minimize_focused_pressed.png b/unity/minimize_focused_pressed.png old mode 100644 new mode 100755 diff --git a/unity/minimize_unfocused.png b/unity/minimize_unfocused.png old mode 100644 new mode 100755 diff --git a/unity/minimize_unfocused_prelight.png b/unity/minimize_unfocused_prelight.png old mode 100644 new mode 100755 diff --git a/unity/minimize_unfocused_pressed.png b/unity/minimize_unfocused_pressed.png old mode 100644 new mode 100755 diff --git a/unity/minimized.png b/unity/minimized.png old mode 100644 new mode 100755 diff --git a/unity/unmaximize.png b/unity/unmaximize.png old mode 100644 new mode 100755 diff --git a/unity/unmaximize_focused_normal.png b/unity/unmaximize_focused_normal.png old mode 100644 new mode 100755 diff --git a/unity/unmaximize_focused_prelight.png b/unity/unmaximize_focused_prelight.png old mode 100644 new mode 100755 diff --git a/unity/unmaximize_focused_pressed.png b/unity/unmaximize_focused_pressed.png old mode 100644 new mode 100755 diff --git a/unity/unmaximize_unfocused.png b/unity/unmaximize_unfocused.png old mode 100644 new mode 100755 diff --git a/unity/unmaximize_unfocused_prelight.png b/unity/unmaximize_unfocused_prelight.png old mode 100644 new mode 100755 diff --git a/unity/unmaximize_unfocused_pressed.png b/unity/unmaximize_unfocused_pressed.png old mode 100644 new mode 100755 diff --git a/xfwm4/bottom-active.xpm b/xfwm4/bottom-active.xpm old mode 100644 new mode 100755 diff --git a/xfwm4/bottom-inactive.xpm b/xfwm4/bottom-inactive.xpm old mode 100644 new mode 100755 diff --git a/xfwm4/bottom-left-active.xpm b/xfwm4/bottom-left-active.xpm old mode 100644 new mode 100755 diff --git a/xfwm4/bottom-left-inactive.xpm b/xfwm4/bottom-left-inactive.xpm old mode 100644 new mode 100755 diff --git a/xfwm4/bottom-right-active.xpm b/xfwm4/bottom-right-active.xpm old mode 100644 new mode 100755 diff --git a/xfwm4/bottom-right-inactive.xpm b/xfwm4/bottom-right-inactive.xpm old mode 100644 new mode 100755 diff --git a/xfwm4/close-active.xpm b/xfwm4/close-active.xpm old mode 100644 new mode 100755 diff --git a/xfwm4/close-inactive.xpm b/xfwm4/close-inactive.xpm old mode 100644 new mode 100755 diff --git a/xfwm4/close-prelight.xpm b/xfwm4/close-prelight.xpm old mode 100644 new mode 100755 diff --git a/xfwm4/close-pressed.xpm b/xfwm4/close-pressed.xpm old mode 100644 new mode 100755 diff --git a/xfwm4/hide-active.xpm b/xfwm4/hide-active.xpm old mode 100644 new mode 100755 diff --git a/xfwm4/hide-inactive.xpm b/xfwm4/hide-inactive.xpm old mode 100644 new mode 100755 diff --git a/xfwm4/hide-prelight.xpm b/xfwm4/hide-prelight.xpm old mode 100644 new mode 100755 diff --git a/xfwm4/hide-pressed.xpm b/xfwm4/hide-pressed.xpm old mode 100644 new mode 100755 diff --git a/xfwm4/left-active.xpm b/xfwm4/left-active.xpm old mode 100644 new mode 100755 diff --git a/xfwm4/left-inactive.xpm b/xfwm4/left-inactive.xpm old mode 100644 new mode 100755 diff --git a/xfwm4/maximize-active.xpm b/xfwm4/maximize-active.xpm old mode 100644 new mode 100755 diff --git a/xfwm4/maximize-inactive.xpm b/xfwm4/maximize-inactive.xpm old mode 100644 new mode 100755 diff --git a/xfwm4/maximize-prelight.xpm b/xfwm4/maximize-prelight.xpm old mode 100644 new mode 100755 diff --git a/xfwm4/maximize-pressed.xpm b/xfwm4/maximize-pressed.xpm old mode 100644 new mode 100755 diff --git a/xfwm4/right-active.xpm b/xfwm4/right-active.xpm old mode 100644 new mode 100755 diff --git a/xfwm4/right-inactive.xpm b/xfwm4/right-inactive.xpm old mode 100644 new mode 100755 diff --git a/xfwm4/themerc b/xfwm4/themerc old mode 100644 new mode 100755 diff --git a/xfwm4/title-1-active.xpm b/xfwm4/title-1-active.xpm old mode 100644 new mode 100755 diff --git a/xfwm4/title-1-inactive.xpm b/xfwm4/title-1-inactive.xpm old mode 100644 new mode 100755 diff --git a/xfwm4/title-2-active.xpm b/xfwm4/title-2-active.xpm old mode 100644 new mode 100755 diff --git a/xfwm4/title-2-inactive.xpm b/xfwm4/title-2-inactive.xpm old mode 100644 new mode 100755 diff --git a/xfwm4/title-3-active.xpm b/xfwm4/title-3-active.xpm old mode 100644 new mode 100755 diff --git a/xfwm4/title-3-inactive.xpm b/xfwm4/title-3-inactive.xpm old mode 100644 new mode 100755 diff --git a/xfwm4/title-4-active.xpm b/xfwm4/title-4-active.xpm old mode 100644 new mode 100755 diff --git a/xfwm4/title-4-inactive.xpm b/xfwm4/title-4-inactive.xpm old mode 100644 new mode 100755 diff --git a/xfwm4/title-5-active.xpm b/xfwm4/title-5-active.xpm old mode 100644 new mode 100755 diff --git a/xfwm4/title-5-inactive.xpm b/xfwm4/title-5-inactive.xpm old mode 100644 new mode 100755 diff --git a/xfwm4/top-left-active.xpm b/xfwm4/top-left-active.xpm old mode 100644 new mode 100755 diff --git a/xfwm4/top-left-inactive.xpm b/xfwm4/top-left-inactive.xpm old mode 100644 new mode 100755 diff --git a/xfwm4/top-right-active.xpm b/xfwm4/top-right-active.xpm old mode 100644 new mode 100755 diff --git a/xfwm4/top-right-inactive.xpm b/xfwm4/top-right-inactive.xpm old mode 100644 new mode 100755 From 2e943d371896fb74bd16181aaaed0a39d98ab198 Mon Sep 17 00:00:00 2001 From: aqu0s Date: Mon, 25 May 2015 15:59:10 -0700 Subject: [PATCH 3/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a9c71c7..9f9ad87 100755 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -iris +Iris Dark GTK ==== A simple, flat and bold GTK theme. From bb1b0170a1ec81391e1a319064edee415c4d7f59 Mon Sep 17 00:00:00 2001 From: aqu0s Date: Mon, 25 May 2015 16:48:31 -0700 Subject: [PATCH 4/5] Update README.md --- README.md | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9f9ad87..1125941 100755 --- a/README.md +++ b/README.md @@ -1,6 +1,25 @@ Iris Dark GTK ==== +####Description -A simple, flat and bold GTK theme. +A Minimal, Dark GTK Theme For GTK 3.12+ and GTK 2. -This repo was made to host the dark version of the Iris theme. The repository for Iris Light is at http://github.com/xyl0n/iris-light +####Dependencies + +GTK: +* Murrine GTK Engine +* Adwaita GTK Engine + +Shell: +* Liberation Sans ( Free ) ([ Shell and UI Font ](http://dl.dafont.com/dl/?f=liberation_sans)) ([ Matching Terminal Font ](http://dl.dafont.com/dl/?f=liberation_mono)) + +####Screenshot +![Screenshot of GNOME 3.14 with Iris Dark GTK and Shell theme.](https://raw.githubusercontent.com/aqu0s/resources/master/Screenshot%20from%202015-05-25%2016%3A22%3A44.png) + +Featured in screenshot: +* [colorblocks.py](https://raw.githubusercontent.com/zzggbb/colorblocks/master/colorblocks.py) +* [Flattr Icon Theme](https://github.com/NitruxSA/flattr-icons/archive/master.zip) + +####Sister Theme + +[Iris Light](https://github.com/xyl0n/iris-light) From 02709c7f2bc1c91149533dc0c1fd519fc238bc3f Mon Sep 17 00:00:00 2001 From: aqu0s Date: Mon, 25 May 2015 17:02:04 -0700 Subject: [PATCH 5/5] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1125941..d57baa5 100755 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ Shell: Featured in screenshot: * [colorblocks.py](https://raw.githubusercontent.com/zzggbb/colorblocks/master/colorblocks.py) * [Flattr Icon Theme](https://github.com/NitruxSA/flattr-icons/archive/master.zip) +* [Dark Pastels Colorscheme](https://raw.githubusercontent.com/pavanky/conf/master/dark-pastels.sh) ####Sister Theme