├── README.md ├── install.sh ├── preview-gnome.png ├── preview-kde.png └── themes ├── Adapta-Eta ├── chrome ├── gnome-shell │ ├── assets │ │ ├── calendar-arrow-left-hover.svg │ │ ├── calendar-arrow-left.svg │ │ ├── calendar-arrow-right-hover.svg │ │ ├── calendar-arrow-right.svg │ │ ├── checkbox-hover.svg │ │ ├── checkbox-off-hover.svg │ │ ├── checkbox-off.svg │ │ ├── checkbox.svg │ │ ├── corner-ripple-ltr.svg │ │ ├── corner-ripple-rtl.svg │ │ ├── dash-placeholder.svg │ │ ├── dot │ │ │ ├── running1-bottom-focused.svg │ │ │ ├── running1-bottom.svg │ │ │ ├── running1-left-focused.svg │ │ │ ├── running1-left.svg │ │ │ ├── running1-right-focused.svg │ │ │ ├── running1-right.svg │ │ │ ├── running1-top-focused.svg │ │ │ ├── running1-top.svg │ │ │ ├── running2-bottom-focused.svg │ │ │ ├── running2-bottom.svg │ │ │ ├── running2-left-focused.svg │ │ │ ├── running2-left.svg │ │ │ ├── running2-right-focused.svg │ │ │ ├── running2-right.svg │ │ │ ├── running2-top-focused.svg │ │ │ ├── running2-top.svg │ │ │ ├── running3-bottom-focused.svg │ │ │ ├── running3-bottom.svg │ │ │ ├── running3-left-focused.svg │ │ │ ├── running3-left.svg │ │ │ ├── running3-right-focused.svg │ │ │ ├── running3-right.svg │ │ │ ├── running3-top-focused.svg │ │ │ ├── running3-top.svg │ │ │ ├── running4-bottom-focused.svg │ │ │ ├── running4-bottom.svg │ │ │ ├── running4-left-focused.svg │ │ │ ├── running4-left.svg │ │ │ ├── running4-right-focused.svg │ │ │ ├── running4-right.svg │ │ │ ├── running4-top-focused.svg │ │ │ └── running4-top.svg │ │ ├── go-down.svg │ │ ├── go-up.svg │ │ ├── media-control-active.svg │ │ ├── media-control-hover.svg │ │ ├── more-results.svg │ │ ├── show-apps-checked.svg │ │ ├── show-apps-hover.svg │ │ ├── show-apps-panel-hover.svg │ │ ├── show-apps-panel.svg │ │ ├── show-apps.svg │ │ ├── window-close-active.svg │ │ ├── window-close-hover.svg │ │ └── window-close.svg │ ├── extensions │ │ ├── window-list │ │ │ ├── README │ │ │ ├── classic.css │ │ │ └── stylesheet.css │ │ └── workspaces-to-dock │ │ │ ├── assets │ │ │ ├── four-bottom.svg │ │ │ ├── four-left.svg │ │ │ ├── four-right.svg │ │ │ ├── four-top.svg │ │ │ ├── h-four.svg │ │ │ ├── h-one.svg │ │ │ ├── h-three.svg │ │ │ ├── h-two.svg │ │ │ ├── one-bottom.svg │ │ │ ├── one-left.svg │ │ │ ├── one-right.svg │ │ │ ├── one-top.svg │ │ │ ├── three-bottom.svg │ │ │ ├── three-left.svg │ │ │ ├── three-right.svg │ │ │ ├── three-top.svg │ │ │ ├── two-bottom.svg │ │ │ ├── two-left.svg │ │ │ ├── two-right.svg │ │ │ └── two-top.svg │ │ │ └── workspaces-to-dock.css │ ├── gnome-shell-theme.gresource │ ├── gnome-shell.css │ ├── message-indicator-symbolic.svg │ ├── no-events.svg │ ├── no-notifications.svg │ ├── noise-texture.png │ ├── pad-osd.css │ ├── process-working.svg │ ├── toggle-off.svg │ └── toggle-on.svg ├── gtk-2.0 │ ├── 3rd-party-eta.rc │ ├── Arrows │ │ ├── down-alt-hover.png │ │ ├── down-alt-insensitive.png │ │ ├── down-alt.png │ │ ├── down-dark.png │ │ ├── down-insensitive.png │ │ ├── down.png │ │ ├── left-alt-hover.png │ │ ├── left-alt-insensitive.png │ │ ├── left-alt.png │ │ ├── left-dark.png │ │ ├── left-insensitive.png │ │ ├── left.png │ │ ├── right-alt-hover.png │ │ ├── right-alt-insensitive.png │ │ ├── right-alt.png │ │ ├── right-dark.png │ │ ├── right-insensitive.png │ │ ├── right.png │ │ ├── up-alt-hover.png │ │ ├── up-alt-insensitive.png │ │ ├── up-alt.png │ │ ├── up-dark.png │ │ ├── up-insensitive.png │ │ └── up.png │ ├── Buttons │ │ ├── accent-flat-button-active.png │ │ ├── accent-flat-button-hover.png │ │ ├── button-active.png │ │ ├── button-hover.png │ │ ├── button-insensitive.png │ │ ├── button.png │ │ ├── checked-flat-button-active.png │ │ ├── checked-flat-button-hover.png │ │ ├── checked-flat-button-insensitive.png │ │ ├── checked-flat-button.png │ │ ├── flat-button-active.png │ │ ├── flat-button-hover.png │ │ ├── ltr-button-active.png │ │ ├── ltr-button-hover.png │ │ ├── ltr-button-insensitive.png │ │ ├── ltr-button.png │ │ ├── rtl-button-active.png │ │ ├── rtl-button-hover.png │ │ ├── rtl-button-insensitive.png │ │ └── rtl-button.png │ ├── Check-Radio │ │ ├── check-off-active.png │ │ ├── check-off-hover-menuitem.png │ │ ├── check-off-hover.png │ │ ├── check-off-insensitive-menuitem.png │ │ ├── check-off-insensitive.png │ │ ├── check-off-menuitem.png │ │ ├── check-off.png │ │ ├── check-on-active.png │ │ ├── check-on-hover-menuitem.png │ │ ├── check-on-hover.png │ │ ├── check-on-insensitive-menuitem.png │ │ ├── check-on-insensitive.png │ │ ├── check-on-menuitem.png │ │ ├── check-on.png │ │ ├── radio-off-active.png │ │ ├── radio-off-hover-menuitem.png │ │ ├── radio-off-hover.png │ │ ├── radio-off-insensitive-menuitem.png │ │ ├── radio-off-insensitive.png │ │ ├── radio-off-menuitem.png │ │ ├── radio-off.png │ │ ├── radio-on-active.png │ │ ├── radio-on-hover-menuitem.png │ │ ├── radio-on-hover.png │ │ ├── radio-on-insensitive-menuitem.png │ │ ├── radio-on-insensitive.png │ │ ├── radio-on-menuitem.png │ │ └── radio-on.png │ ├── Column │ │ ├── column-active.png │ │ ├── column-hover.png │ │ ├── column-insensitive.png │ │ └── column.png │ ├── Entry │ │ ├── bg-active.png │ │ ├── bg-insensitive.png │ │ ├── bg.png │ │ ├── entry-active.png │ │ ├── entry-insensitive.png │ │ ├── entry.png │ │ ├── ltr-entry-active.png │ │ ├── ltr-entry-insensitive.png │ │ ├── ltr-entry.png │ │ ├── rtl-entry-active.png │ │ ├── rtl-entry-insensitive.png │ │ └── rtl-entry.png │ ├── Handles │ │ ├── h-handle-active.png │ │ ├── h-handle-hover.png │ │ ├── h-handle-insensitive.png │ │ ├── h-handle.png │ │ ├── v-handle-active.png │ │ ├── v-handle-hover.png │ │ ├── v-handle-insensitive.png │ │ └── v-handle.png │ ├── Lines │ │ ├── h-line.png │ │ ├── menu-line-ltr.png │ │ ├── menu-line-rtl.png │ │ └── v-line.png │ ├── Others │ │ ├── bottom.png │ │ ├── focus.png │ │ ├── left.png │ │ ├── null.svg │ │ ├── right.png │ │ ├── top-hover.png │ │ └── top.png │ ├── ProgressBar │ │ ├── bar.png │ │ └── trough.png │ ├── Range │ │ ├── h-scale-trough-active.png │ │ ├── h-scale-trough-insensitive.png │ │ ├── h-scale-trough.png │ │ ├── scale-slider-active.png │ │ ├── scale-slider-hover.png │ │ ├── scale-slider-insensitive.png │ │ ├── scale-slider.png │ │ ├── v-scale-trough-active.png │ │ ├── v-scale-trough-insensitive.png │ │ └── v-scale-trough.png │ ├── Scrollbars │ │ ├── h-slider-active.png │ │ ├── h-slider-hover.png │ │ ├── h-slider-insensitive.png │ │ ├── h-slider.png │ │ ├── h-trough.png │ │ ├── v-slider-active.png │ │ ├── v-slider-hover.png │ │ ├── v-slider-insensitive.png │ │ ├── v-slider.png │ │ └── v-trough.png │ ├── Shadows │ │ ├── frame.png │ │ ├── gap.png │ │ ├── z-depth-1.svg │ │ └── z-depth-2.svg │ ├── Spin │ │ ├── ltr-down-active.png │ │ ├── ltr-down-hover.png │ │ ├── ltr-down-insensitive.png │ │ ├── ltr-down.png │ │ ├── ltr-up-active.png │ │ ├── ltr-up-hover.png │ │ ├── ltr-up-insensitive.png │ │ ├── ltr-up.png │ │ ├── rtl-down-active.png │ │ ├── rtl-down-hover.png │ │ ├── rtl-down-insensitive.png │ │ ├── rtl-down.png │ │ ├── rtl-up-active.png │ │ ├── rtl-up-hover.png │ │ ├── rtl-up-insensitive.png │ │ └── rtl-up.png │ ├── Toolbar │ │ └── inline-toolbar.png │ ├── colors.rc │ ├── common-eta.rc │ ├── gtkrc │ └── misc-eta.rc ├── gtk-3.0 │ ├── gtk-dark.css │ ├── gtk.css │ ├── gtk.gresource │ └── thumbnail.png ├── gtk-3.22 │ ├── gtk-dark.css │ ├── gtk.css │ └── gtk.gresource ├── index.theme ├── metacity-1 ├── telegram └── unity ├── Adapta-Nokto-Eta ├── chrome ├── gnome-shell │ ├── assets │ │ ├── calendar-arrow-left-hover.svg │ │ ├── calendar-arrow-left.svg │ │ ├── calendar-arrow-right-hover.svg │ │ ├── calendar-arrow-right.svg │ │ ├── checkbox-hover.svg │ │ ├── checkbox-off-hover.svg │ │ ├── checkbox-off.svg │ │ ├── checkbox.svg │ │ ├── corner-ripple-ltr.svg │ │ ├── corner-ripple-rtl.svg │ │ ├── dash-placeholder.svg │ │ ├── dot │ │ │ ├── running1-bottom-focused.svg │ │ │ ├── running1-bottom.svg │ │ │ ├── running1-left-focused.svg │ │ │ ├── running1-left.svg │ │ │ ├── running1-right-focused.svg │ │ │ ├── running1-right.svg │ │ │ ├── running1-top-focused.svg │ │ │ ├── running1-top.svg │ │ │ ├── running2-bottom-focused.svg │ │ │ ├── running2-bottom.svg │ │ │ ├── running2-left-focused.svg │ │ │ ├── running2-left.svg │ │ │ ├── running2-right-focused.svg │ │ │ ├── running2-right.svg │ │ │ ├── running2-top-focused.svg │ │ │ ├── running2-top.svg │ │ │ ├── running3-bottom-focused.svg │ │ │ ├── running3-bottom.svg │ │ │ ├── running3-left-focused.svg │ │ │ ├── running3-left.svg │ │ │ ├── running3-right-focused.svg │ │ │ ├── running3-right.svg │ │ │ ├── running3-top-focused.svg │ │ │ ├── running3-top.svg │ │ │ ├── running4-bottom-focused.svg │ │ │ ├── running4-bottom.svg │ │ │ ├── running4-left-focused.svg │ │ │ ├── running4-left.svg │ │ │ ├── running4-right-focused.svg │ │ │ ├── running4-right.svg │ │ │ ├── running4-top-focused.svg │ │ │ └── running4-top.svg │ │ ├── go-down.svg │ │ ├── go-up.svg │ │ ├── media-control-active.svg │ │ ├── media-control-hover.svg │ │ ├── more-results.svg │ │ ├── show-apps-checked.svg │ │ ├── show-apps-hover.svg │ │ ├── show-apps-panel-hover.svg │ │ ├── show-apps-panel.svg │ │ ├── show-apps.svg │ │ ├── window-close-active.svg │ │ ├── window-close-hover.svg │ │ └── window-close.svg │ ├── extensions │ │ ├── window-list │ │ │ ├── README │ │ │ ├── classic.css │ │ │ └── stylesheet.css │ │ └── workspaces-to-dock │ │ │ ├── assets │ │ │ ├── four-bottom.svg │ │ │ ├── four-left.svg │ │ │ ├── four-right.svg │ │ │ ├── four-top.svg │ │ │ ├── h-four.svg │ │ │ ├── h-one.svg │ │ │ ├── h-three.svg │ │ │ ├── h-two.svg │ │ │ ├── one-bottom.svg │ │ │ ├── one-left.svg │ │ │ ├── one-right.svg │ │ │ ├── one-top.svg │ │ │ ├── three-bottom.svg │ │ │ ├── three-left.svg │ │ │ ├── three-right.svg │ │ │ ├── three-top.svg │ │ │ ├── two-bottom.svg │ │ │ ├── two-left.svg │ │ │ ├── two-right.svg │ │ │ └── two-top.svg │ │ │ └── workspaces-to-dock.css │ ├── gnome-shell-theme.gresource │ ├── gnome-shell.css │ ├── message-indicator-symbolic.svg │ ├── no-events.svg │ ├── no-notifications.svg │ ├── noise-texture.png │ ├── pad-osd.css │ ├── process-working.svg │ ├── toggle-off.svg │ └── toggle-on.svg ├── gtk-2.0 │ ├── 3rd-party-dark-eta.rc │ ├── Arrows │ │ ├── down-alt-dark.png │ │ ├── down-alt-hover-dark.png │ │ ├── down-alt-insensitive-dark.png │ │ ├── down-dark.png │ │ ├── down-insensitive-dark.png │ │ ├── left-alt-dark.png │ │ ├── left-alt-hover-dark.png │ │ ├── left-alt-insensitive-dark.png │ │ ├── left-dark.png │ │ ├── left-insensitive-dark.png │ │ ├── right-alt-dark.png │ │ ├── right-alt-hover-dark.png │ │ ├── right-alt-insensitive-dark.png │ │ ├── right-dark.png │ │ ├── right-insensitive-dark.png │ │ ├── up-alt-dark.png │ │ ├── up-alt-hover-dark.png │ │ ├── up-alt-insensitive-dark.png │ │ ├── up-dark.png │ │ └── up-insensitive-dark.png │ ├── Buttons │ │ ├── accent-flat-button-active.png │ │ ├── accent-flat-button-hover.png │ │ ├── button-active-dark.png │ │ ├── button-dark.png │ │ ├── button-hover-dark.png │ │ ├── button-insensitive-dark.png │ │ ├── checked-flat-button-active.png │ │ ├── checked-flat-button-hover.png │ │ ├── checked-flat-button-insensitive.png │ │ ├── checked-flat-button.png │ │ ├── flat-button-active-dark.png │ │ ├── flat-button-hover-dark.png │ │ ├── ltr-button-active-dark.png │ │ ├── ltr-button-dark.png │ │ ├── ltr-button-hover-dark.png │ │ ├── ltr-button-insensitive-dark.png │ │ ├── rtl-button-active-dark.png │ │ ├── rtl-button-dark.png │ │ ├── rtl-button-hover-dark.png │ │ └── rtl-button-insensitive-dark.png │ ├── Check-Radio │ │ ├── check-off-active-dark.png │ │ ├── check-off-dark.png │ │ ├── check-off-hover-dark.png │ │ ├── check-off-hover-menuitem-dark.png │ │ ├── check-off-insensitive-dark.png │ │ ├── check-off-insensitive-menuitem-dark.png │ │ ├── check-off-menuitem-dark.png │ │ ├── check-on-active-dark.png │ │ ├── check-on-dark.png │ │ ├── check-on-hover-dark.png │ │ ├── check-on-hover-menuitem.png │ │ ├── check-on-insensitive-dark.png │ │ ├── check-on-insensitive-menuitem.png │ │ ├── check-on-menuitem.png │ │ ├── radio-off-active-dark.png │ │ ├── radio-off-dark.png │ │ ├── radio-off-hover-dark.png │ │ ├── radio-off-hover-menuitem-dark.png │ │ ├── radio-off-insensitive-dark.png │ │ ├── radio-off-insensitive-menuitem-dark.png │ │ ├── radio-off-menuitem-dark.png │ │ ├── radio-on-active-dark.png │ │ ├── radio-on-dark.png │ │ ├── radio-on-hover-dark.png │ │ ├── radio-on-hover-menuitem.png │ │ ├── radio-on-insensitive-dark.png │ │ ├── radio-on-insensitive-menuitem.png │ │ └── radio-on-menuitem.png │ ├── Column │ │ ├── column-active-dark.png │ │ ├── column-dark.png │ │ ├── column-hover-dark.png │ │ └── column-insensitive-dark.png │ ├── Entry │ │ ├── bg-active-dark.png │ │ ├── bg-dark.png │ │ ├── bg-insensitive-dark.png │ │ ├── entry-active-dark.png │ │ ├── entry-dark.png │ │ ├── entry-insensitive-dark.png │ │ ├── ltr-entry-active-dark.png │ │ ├── ltr-entry-dark.png │ │ ├── ltr-entry-insensitive-dark.png │ │ ├── rtl-entry-active-dark.png │ │ ├── rtl-entry-dark.png │ │ └── rtl-entry-insensitive-dark.png │ ├── Handles │ │ ├── h-handle-active-dark.png │ │ ├── h-handle-dark.png │ │ ├── h-handle-hover-dark.png │ │ ├── h-handle-insensitive-dark.png │ │ ├── v-handle-active-dark.png │ │ ├── v-handle-dark.png │ │ ├── v-handle-hover-dark.png │ │ └── v-handle-insensitive-dark.png │ ├── Lines │ │ ├── h-line.png │ │ ├── menu-line-ltr.png │ │ ├── menu-line-rtl.png │ │ └── v-line.png │ ├── Others │ │ ├── bottom.png │ │ ├── focus-dark.png │ │ ├── left.png │ │ ├── null.svg │ │ ├── right.png │ │ ├── top-hover.png │ │ └── top.png │ ├── ProgressBar │ │ ├── bar.png │ │ └── trough-dark.png │ ├── Range │ │ ├── h-scale-trough-active.png │ │ ├── h-scale-trough-dark.png │ │ ├── h-scale-trough-insensitive-dark.png │ │ ├── scale-slider-active.png │ │ ├── scale-slider-hover.png │ │ ├── scale-slider-insensitive-dark.png │ │ ├── scale-slider.png │ │ ├── v-scale-trough-active.png │ │ ├── v-scale-trough-dark.png │ │ └── v-scale-trough-insensitive-dark.png │ ├── Scrollbars │ │ ├── h-slider-active-dark.png │ │ ├── h-slider-dark.png │ │ ├── h-slider-hover-dark.png │ │ ├── h-slider-insensitive-dark.png │ │ ├── h-trough-dark.png │ │ ├── v-slider-active-dark.png │ │ ├── v-slider-dark.png │ │ ├── v-slider-hover-dark.png │ │ ├── v-slider-insensitive-dark.png │ │ └── v-trough-dark.png │ ├── Shadows │ │ ├── frame.png │ │ ├── gap.png │ │ ├── z-depth-1.svg │ │ └── z-depth-2.svg │ ├── Spin │ │ ├── ltr-down-active-dark.png │ │ ├── ltr-down-dark.png │ │ ├── ltr-down-hover-dark.png │ │ ├── ltr-down-insensitive-dark.png │ │ ├── ltr-up-active-dark.png │ │ ├── ltr-up-dark.png │ │ ├── ltr-up-hover-dark.png │ │ ├── ltr-up-insensitive-dark.png │ │ ├── rtl-down-active-dark.png │ │ ├── rtl-down-dark.png │ │ ├── rtl-down-hover-dark.png │ │ ├── rtl-down-insensitive-dark.png │ │ ├── rtl-up-active-dark.png │ │ ├── rtl-up-dark.png │ │ ├── rtl-up-hover-dark.png │ │ └── rtl-up-insensitive-dark.png │ ├── Toolbar │ │ └── inline-toolbar-dark.png │ ├── colors-dark.rc │ ├── common-dark-eta.rc │ ├── gtkrc │ └── misc-dark-eta.rc ├── gtk-3.0 │ ├── gtk.css │ ├── gtk.gresource │ └── thumbnail.png ├── gtk-3.22 │ ├── gtk.css │ └── gtk.gresource ├── index.theme ├── metacity-1 ├── telegram └── unity ├── Adapta-Nokto ├── chrome │ └── adapta-nokto-theme.crx ├── cinnamon │ ├── assets │ │ ├── checkbox │ │ │ ├── checkbox-checked.svg │ │ │ ├── checkbox-unchecked.svg │ │ │ ├── radiobutton-checked.svg │ │ │ └── radiobutton-unchecked.svg │ │ ├── menu │ │ │ ├── menu-hover.svg │ │ │ ├── menu-separator.svg │ │ │ ├── menu.svg │ │ │ └── submenu.svg │ │ ├── misc │ │ │ ├── add-workspace-active.svg │ │ │ ├── add-workspace-hover.svg │ │ │ ├── add-workspace.svg │ │ │ ├── bg.svg │ │ │ ├── button-box.svg │ │ │ ├── calendar-arrow-left.svg │ │ │ ├── calendar-arrow-right.svg │ │ │ ├── close-active.svg │ │ │ ├── close-hover.svg │ │ │ ├── close.svg │ │ │ ├── corner-ripple.svg │ │ │ ├── desklet-header.svg │ │ │ ├── desklet.svg │ │ │ ├── message.svg │ │ │ ├── osd.svg │ │ │ ├── overview-hover.svg │ │ │ ├── overview.svg │ │ │ └── trash-icon.svg │ │ ├── panel │ │ │ ├── activities-active.svg │ │ │ └── activities.svg │ │ ├── switch │ │ │ ├── switch-off.svg │ │ │ └── switch-on.svg │ │ └── thumbnail.png │ ├── cinnamon.css │ └── thumbnail.png ├── gedit ├── gnome-shell │ ├── assets │ │ ├── calendar-arrow-left-hover.svg │ │ ├── calendar-arrow-left.svg │ │ ├── calendar-arrow-right-hover.svg │ │ ├── calendar-arrow-right.svg │ │ ├── checkbox-hover.svg │ │ ├── checkbox-off-hover.svg │ │ ├── checkbox-off.svg │ │ ├── checkbox.svg │ │ ├── corner-ripple-ltr.svg │ │ ├── corner-ripple-rtl.svg │ │ ├── dash-placeholder.svg │ │ ├── dot │ │ │ ├── running1-bottom-focused.svg │ │ │ ├── running1-bottom.svg │ │ │ ├── running1-left-focused.svg │ │ │ ├── running1-left.svg │ │ │ ├── running1-right-focused.svg │ │ │ ├── running1-right.svg │ │ │ ├── running1-top-focused.svg │ │ │ ├── running1-top.svg │ │ │ ├── running2-bottom-focused.svg │ │ │ ├── running2-bottom.svg │ │ │ ├── running2-left-focused.svg │ │ │ ├── running2-left.svg │ │ │ ├── running2-right-focused.svg │ │ │ ├── running2-right.svg │ │ │ ├── running2-top-focused.svg │ │ │ ├── running2-top.svg │ │ │ ├── running3-bottom-focused.svg │ │ │ ├── running3-bottom.svg │ │ │ ├── running3-left-focused.svg │ │ │ ├── running3-left.svg │ │ │ ├── running3-right-focused.svg │ │ │ ├── running3-right.svg │ │ │ ├── running3-top-focused.svg │ │ │ ├── running3-top.svg │ │ │ ├── running4-bottom-focused.svg │ │ │ ├── running4-bottom.svg │ │ │ ├── running4-left-focused.svg │ │ │ ├── running4-left.svg │ │ │ ├── running4-right-focused.svg │ │ │ ├── running4-right.svg │ │ │ ├── running4-top-focused.svg │ │ │ └── running4-top.svg │ │ ├── go-down.svg │ │ ├── go-up.svg │ │ ├── media-control-active.svg │ │ ├── media-control-hover.svg │ │ ├── more-results.svg │ │ ├── show-apps-checked.svg │ │ ├── show-apps-hover.svg │ │ ├── show-apps-panel-hover.svg │ │ ├── show-apps-panel.svg │ │ ├── show-apps.svg │ │ ├── window-close-active.svg │ │ ├── window-close-hover.svg │ │ └── window-close.svg │ ├── extensions │ │ ├── window-list │ │ │ ├── README │ │ │ ├── classic.css │ │ │ └── stylesheet.css │ │ └── workspaces-to-dock │ │ │ ├── assets │ │ │ ├── four-bottom.svg │ │ │ ├── four-left.svg │ │ │ ├── four-right.svg │ │ │ ├── four-top.svg │ │ │ ├── h-four.svg │ │ │ ├── h-one.svg │ │ │ ├── h-three.svg │ │ │ ├── h-two.svg │ │ │ ├── one-bottom.svg │ │ │ ├── one-left.svg │ │ │ ├── one-right.svg │ │ │ ├── one-top.svg │ │ │ ├── three-bottom.svg │ │ │ ├── three-left.svg │ │ │ ├── three-right.svg │ │ │ ├── three-top.svg │ │ │ ├── two-bottom.svg │ │ │ ├── two-left.svg │ │ │ ├── two-right.svg │ │ │ └── two-top.svg │ │ │ └── workspaces-to-dock.css │ ├── gnome-shell-theme.gresource │ ├── gnome-shell.css │ ├── message-indicator-symbolic.svg │ ├── no-events.svg │ ├── no-notifications.svg │ ├── noise-texture.png │ ├── pad-osd.css │ ├── process-working.svg │ ├── toggle-off.svg │ └── toggle-on.svg ├── gtk-2.0 │ ├── 3rd-party-dark.rc │ ├── Arrows │ │ ├── down-alt-dark.png │ │ ├── down-alt-hover-dark.png │ │ ├── down-alt-insensitive-dark.png │ │ ├── down-dark.png │ │ ├── down-insensitive-dark.png │ │ ├── left-alt-dark.png │ │ ├── left-alt-hover-dark.png │ │ ├── left-alt-insensitive-dark.png │ │ ├── left-dark.png │ │ ├── left-insensitive-dark.png │ │ ├── right-alt-dark.png │ │ ├── right-alt-hover-dark.png │ │ ├── right-alt-insensitive-dark.png │ │ ├── right-dark.png │ │ ├── right-insensitive-dark.png │ │ ├── up-alt-dark.png │ │ ├── up-alt-hover-dark.png │ │ ├── up-alt-insensitive-dark.png │ │ ├── up-dark.png │ │ └── up-insensitive-dark.png │ ├── Buttons │ │ ├── accent-flat-button-active.png │ │ ├── accent-flat-button-hover.png │ │ ├── button-active-dark.png │ │ ├── button-dark.png │ │ ├── button-hover-dark.png │ │ ├── button-insensitive-dark.png │ │ ├── checked-flat-button-active.png │ │ ├── checked-flat-button-hover.png │ │ ├── checked-flat-button-insensitive.png │ │ ├── checked-flat-button.png │ │ ├── flat-button-active-dark.png │ │ ├── flat-button-hover-dark.png │ │ ├── ltr-button-active-dark.png │ │ ├── ltr-button-dark.png │ │ ├── ltr-button-hover-dark.png │ │ ├── ltr-button-insensitive-dark.png │ │ ├── rtl-button-active-dark.png │ │ ├── rtl-button-dark.png │ │ ├── rtl-button-hover-dark.png │ │ └── rtl-button-insensitive-dark.png │ ├── Check-Radio │ │ ├── check-off-active-dark.png │ │ ├── check-off-dark.png │ │ ├── check-off-hover-dark.png │ │ ├── check-off-hover-menuitem-dark.png │ │ ├── check-off-insensitive-dark.png │ │ ├── check-off-insensitive-menuitem-dark.png │ │ ├── check-off-menuitem-dark.png │ │ ├── check-on-active-dark.png │ │ ├── check-on-dark.png │ │ ├── check-on-hover-dark.png │ │ ├── check-on-hover-menuitem.png │ │ ├── check-on-insensitive-dark.png │ │ ├── check-on-insensitive-menuitem.png │ │ ├── check-on-menuitem.png │ │ ├── radio-off-active-dark.png │ │ ├── radio-off-dark.png │ │ ├── radio-off-hover-dark.png │ │ ├── radio-off-hover-menuitem-dark.png │ │ ├── radio-off-insensitive-dark.png │ │ ├── radio-off-insensitive-menuitem-dark.png │ │ ├── radio-off-menuitem-dark.png │ │ ├── radio-on-active-dark.png │ │ ├── radio-on-dark.png │ │ ├── radio-on-hover-dark.png │ │ ├── radio-on-hover-menuitem.png │ │ ├── radio-on-insensitive-dark.png │ │ ├── radio-on-insensitive-menuitem.png │ │ └── radio-on-menuitem.png │ ├── Column │ │ ├── column-active-dark.png │ │ ├── column-dark.png │ │ ├── column-hover-dark.png │ │ └── column-insensitive-dark.png │ ├── Entry │ │ ├── bg-active-dark.png │ │ ├── bg-dark.png │ │ ├── bg-insensitive-dark.png │ │ ├── entry-active-dark.png │ │ ├── entry-dark.png │ │ ├── entry-insensitive-dark.png │ │ ├── ltr-entry-active-dark.png │ │ ├── ltr-entry-dark.png │ │ ├── ltr-entry-insensitive-dark.png │ │ ├── rtl-entry-active-dark.png │ │ ├── rtl-entry-dark.png │ │ └── rtl-entry-insensitive-dark.png │ ├── Handles │ │ ├── h-handle-active-dark.png │ │ ├── h-handle-dark.png │ │ ├── h-handle-hover-dark.png │ │ ├── h-handle-insensitive-dark.png │ │ ├── v-handle-active-dark.png │ │ ├── v-handle-dark.png │ │ ├── v-handle-hover-dark.png │ │ └── v-handle-insensitive-dark.png │ ├── Lines │ │ ├── h-line.png │ │ ├── menu-line-ltr.png │ │ ├── menu-line-rtl.png │ │ └── v-line.png │ ├── Others │ │ ├── bottom.png │ │ ├── focus-dark.png │ │ ├── left.png │ │ ├── null.svg │ │ ├── right.png │ │ ├── top-hover.png │ │ └── top.png │ ├── ProgressBar │ │ ├── bar.png │ │ └── trough-dark.png │ ├── Range │ │ ├── h-scale-trough-active.png │ │ ├── h-scale-trough-dark.png │ │ ├── h-scale-trough-insensitive-dark.png │ │ ├── scale-slider-active.png │ │ ├── scale-slider-hover.png │ │ ├── scale-slider-insensitive-dark.png │ │ ├── scale-slider.png │ │ ├── v-scale-trough-active.png │ │ ├── v-scale-trough-dark.png │ │ └── v-scale-trough-insensitive-dark.png │ ├── Scrollbars │ │ ├── h-slider-active-dark.png │ │ ├── h-slider-dark.png │ │ ├── h-slider-hover-dark.png │ │ ├── h-slider-insensitive-dark.png │ │ ├── h-trough-dark.png │ │ ├── v-slider-active-dark.png │ │ ├── v-slider-dark.png │ │ ├── v-slider-hover-dark.png │ │ ├── v-slider-insensitive-dark.png │ │ └── v-trough-dark.png │ ├── Shadows │ │ ├── frame.png │ │ ├── gap.png │ │ ├── z-depth-1.svg │ │ └── z-depth-2.svg │ ├── Spin │ │ ├── ltr-down-active-dark.png │ │ ├── ltr-down-dark.png │ │ ├── ltr-down-hover-dark.png │ │ ├── ltr-down-insensitive-dark.png │ │ ├── ltr-up-active-dark.png │ │ ├── ltr-up-dark.png │ │ ├── ltr-up-hover-dark.png │ │ ├── ltr-up-insensitive-dark.png │ │ ├── rtl-down-active-dark.png │ │ ├── rtl-down-dark.png │ │ ├── rtl-down-hover-dark.png │ │ ├── rtl-down-insensitive-dark.png │ │ ├── rtl-up-active-dark.png │ │ ├── rtl-up-dark.png │ │ ├── rtl-up-hover-dark.png │ │ └── rtl-up-insensitive-dark.png │ ├── Toolbar │ │ └── inline-toolbar-dark.png │ ├── colors-dark.rc │ ├── common-dark.rc │ ├── gtkrc │ └── misc-dark.rc ├── gtk-3.0 │ ├── gtk.css │ ├── gtk.gresource │ └── thumbnail.png ├── gtk-3.22 │ ├── gtk.css │ └── gtk.gresource ├── index.theme ├── metacity-1 ├── openbox-3 │ ├── close.xbm │ ├── desk.xbm │ ├── desk_toggled.xbm │ ├── iconify.xbm │ ├── max.xbm │ ├── max_toggled.xbm │ ├── shade.xbm │ ├── shade_toggled.xbm │ └── themerc ├── telegram │ └── adapta-nokto.tdesktop-theme ├── unity └── xfwm4 ├── Adapta ├── COPYING ├── LICENSE_CC_BY_SA4 ├── README.md ├── chrome │ └── adapta-theme.crx ├── cinnamon │ ├── assets │ │ ├── checkbox │ │ │ ├── checkbox-checked.svg │ │ │ ├── checkbox-unchecked.svg │ │ │ ├── radiobutton-checked.svg │ │ │ └── radiobutton-unchecked.svg │ │ ├── menu │ │ │ ├── menu-hover.svg │ │ │ ├── menu-separator.svg │ │ │ ├── menu.svg │ │ │ └── submenu.svg │ │ ├── misc │ │ │ ├── add-workspace-active.svg │ │ │ ├── add-workspace-hover.svg │ │ │ ├── add-workspace.svg │ │ │ ├── bg.svg │ │ │ ├── button-box.svg │ │ │ ├── calendar-arrow-left.svg │ │ │ ├── calendar-arrow-right.svg │ │ │ ├── close-active.svg │ │ │ ├── close-hover.svg │ │ │ ├── close.svg │ │ │ ├── corner-ripple.svg │ │ │ ├── desklet-header.svg │ │ │ ├── desklet.svg │ │ │ ├── message.svg │ │ │ ├── osd.svg │ │ │ ├── overview-hover.svg │ │ │ ├── overview.svg │ │ │ └── trash-icon.svg │ │ ├── panel │ │ │ ├── activities-active.svg │ │ │ └── activities.svg │ │ ├── switch │ │ │ ├── switch-off.svg │ │ │ └── switch-on.svg │ │ └── thumbnail.png │ ├── cinnamon.css │ └── thumbnail.png ├── gedit │ ├── README.md │ └── adapta.xml ├── gnome-shell │ ├── assets │ │ ├── calendar-arrow-left-hover.svg │ │ ├── calendar-arrow-left.svg │ │ ├── calendar-arrow-right-hover.svg │ │ ├── calendar-arrow-right.svg │ │ ├── checkbox-hover.svg │ │ ├── checkbox-off-hover.svg │ │ ├── checkbox-off.svg │ │ ├── checkbox.svg │ │ ├── corner-ripple-ltr.svg │ │ ├── corner-ripple-rtl.svg │ │ ├── dash-placeholder.svg │ │ ├── dot │ │ │ ├── running1-bottom-focused.svg │ │ │ ├── running1-bottom.svg │ │ │ ├── running1-left-focused.svg │ │ │ ├── running1-left.svg │ │ │ ├── running1-right-focused.svg │ │ │ ├── running1-right.svg │ │ │ ├── running1-top-focused.svg │ │ │ ├── running1-top.svg │ │ │ ├── running2-bottom-focused.svg │ │ │ ├── running2-bottom.svg │ │ │ ├── running2-left-focused.svg │ │ │ ├── running2-left.svg │ │ │ ├── running2-right-focused.svg │ │ │ ├── running2-right.svg │ │ │ ├── running2-top-focused.svg │ │ │ ├── running2-top.svg │ │ │ ├── running3-bottom-focused.svg │ │ │ ├── running3-bottom.svg │ │ │ ├── running3-left-focused.svg │ │ │ ├── running3-left.svg │ │ │ ├── running3-right-focused.svg │ │ │ ├── running3-right.svg │ │ │ ├── running3-top-focused.svg │ │ │ ├── running3-top.svg │ │ │ ├── running4-bottom-focused.svg │ │ │ ├── running4-bottom.svg │ │ │ ├── running4-left-focused.svg │ │ │ ├── running4-left.svg │ │ │ ├── running4-right-focused.svg │ │ │ ├── running4-right.svg │ │ │ ├── running4-top-focused.svg │ │ │ └── running4-top.svg │ │ ├── go-down.svg │ │ ├── go-up.svg │ │ ├── media-control-active.svg │ │ ├── media-control-hover.svg │ │ ├── more-results.svg │ │ ├── show-apps-checked.svg │ │ ├── show-apps-hover.svg │ │ ├── show-apps-panel-hover.svg │ │ ├── show-apps-panel.svg │ │ ├── show-apps.svg │ │ ├── window-close-active.svg │ │ ├── window-close-hover.svg │ │ └── window-close.svg │ ├── extensions │ │ ├── window-list │ │ │ ├── README │ │ │ ├── classic.css │ │ │ └── stylesheet.css │ │ └── workspaces-to-dock │ │ │ ├── assets │ │ │ ├── four-bottom.svg │ │ │ ├── four-left.svg │ │ │ ├── four-right.svg │ │ │ ├── four-top.svg │ │ │ ├── h-four.svg │ │ │ ├── h-one.svg │ │ │ ├── h-three.svg │ │ │ ├── h-two.svg │ │ │ ├── one-bottom.svg │ │ │ ├── one-left.svg │ │ │ ├── one-right.svg │ │ │ ├── one-top.svg │ │ │ ├── three-bottom.svg │ │ │ ├── three-left.svg │ │ │ ├── three-right.svg │ │ │ ├── three-top.svg │ │ │ ├── two-bottom.svg │ │ │ ├── two-left.svg │ │ │ ├── two-right.svg │ │ │ └── two-top.svg │ │ │ └── workspaces-to-dock.css │ ├── gnome-shell-theme.gresource │ ├── gnome-shell.css │ ├── message-indicator-symbolic.svg │ ├── no-events.svg │ ├── no-notifications.svg │ ├── noise-texture.png │ ├── pad-osd.css │ ├── process-working.svg │ ├── toggle-off.svg │ └── toggle-on.svg ├── gtk-2.0 │ ├── 3rd-party.rc │ ├── Arrows │ │ ├── down-alt-hover.png │ │ ├── down-alt-insensitive.png │ │ ├── down-alt.png │ │ ├── down-dark.png │ │ ├── down-insensitive.png │ │ ├── down.png │ │ ├── left-alt-hover.png │ │ ├── left-alt-insensitive.png │ │ ├── left-alt.png │ │ ├── left-dark.png │ │ ├── left-insensitive.png │ │ ├── left.png │ │ ├── right-alt-hover.png │ │ ├── right-alt-insensitive.png │ │ ├── right-alt.png │ │ ├── right-dark.png │ │ ├── right-insensitive.png │ │ ├── right.png │ │ ├── up-alt-hover.png │ │ ├── up-alt-insensitive.png │ │ ├── up-alt.png │ │ ├── up-dark.png │ │ ├── up-insensitive.png │ │ └── up.png │ ├── Buttons │ │ ├── accent-flat-button-active.png │ │ ├── accent-flat-button-hover.png │ │ ├── button-active.png │ │ ├── button-hover.png │ │ ├── button-insensitive.png │ │ ├── button.png │ │ ├── checked-flat-button-active.png │ │ ├── checked-flat-button-hover.png │ │ ├── checked-flat-button-insensitive.png │ │ ├── checked-flat-button.png │ │ ├── flat-button-active.png │ │ ├── flat-button-hover.png │ │ ├── ltr-button-active.png │ │ ├── ltr-button-hover.png │ │ ├── ltr-button-insensitive.png │ │ ├── ltr-button.png │ │ ├── rtl-button-active.png │ │ ├── rtl-button-hover.png │ │ ├── rtl-button-insensitive.png │ │ └── rtl-button.png │ ├── Check-Radio │ │ ├── check-off-active.png │ │ ├── check-off-hover-menuitem.png │ │ ├── check-off-hover.png │ │ ├── check-off-insensitive-menuitem.png │ │ ├── check-off-insensitive.png │ │ ├── check-off-menuitem.png │ │ ├── check-off.png │ │ ├── check-on-active.png │ │ ├── check-on-hover-menuitem.png │ │ ├── check-on-hover.png │ │ ├── check-on-insensitive-menuitem.png │ │ ├── check-on-insensitive.png │ │ ├── check-on-menuitem.png │ │ ├── check-on.png │ │ ├── radio-off-active.png │ │ ├── radio-off-hover-menuitem.png │ │ ├── radio-off-hover.png │ │ ├── radio-off-insensitive-menuitem.png │ │ ├── radio-off-insensitive.png │ │ ├── radio-off-menuitem.png │ │ ├── radio-off.png │ │ ├── radio-on-active.png │ │ ├── radio-on-hover-menuitem.png │ │ ├── radio-on-hover.png │ │ ├── radio-on-insensitive-menuitem.png │ │ ├── radio-on-insensitive.png │ │ ├── radio-on-menuitem.png │ │ └── radio-on.png │ ├── Column │ │ ├── column-active.png │ │ ├── column-hover.png │ │ ├── column-insensitive.png │ │ └── column.png │ ├── Entry │ │ ├── bg-active.png │ │ ├── bg-insensitive.png │ │ ├── bg.png │ │ ├── entry-active.png │ │ ├── entry-insensitive.png │ │ ├── entry.png │ │ ├── ltr-entry-active.png │ │ ├── ltr-entry-insensitive.png │ │ ├── ltr-entry.png │ │ ├── rtl-entry-active.png │ │ ├── rtl-entry-insensitive.png │ │ └── rtl-entry.png │ ├── Handles │ │ ├── h-handle-active.png │ │ ├── h-handle-hover.png │ │ ├── h-handle-insensitive.png │ │ ├── h-handle.png │ │ ├── v-handle-active.png │ │ ├── v-handle-hover.png │ │ ├── v-handle-insensitive.png │ │ └── v-handle.png │ ├── Lines │ │ ├── h-line.png │ │ ├── menu-line-ltr.png │ │ ├── menu-line-rtl.png │ │ └── v-line.png │ ├── Others │ │ ├── bottom.png │ │ ├── focus.png │ │ ├── left.png │ │ ├── null.svg │ │ ├── right.png │ │ ├── top-hover.png │ │ └── top.png │ ├── ProgressBar │ │ ├── bar.png │ │ └── trough.png │ ├── Range │ │ ├── h-scale-trough-active.png │ │ ├── h-scale-trough-insensitive.png │ │ ├── h-scale-trough.png │ │ ├── scale-slider-active.png │ │ ├── scale-slider-hover.png │ │ ├── scale-slider-insensitive.png │ │ ├── scale-slider.png │ │ ├── v-scale-trough-active.png │ │ ├── v-scale-trough-insensitive.png │ │ └── v-scale-trough.png │ ├── Scrollbars │ │ ├── h-slider-active.png │ │ ├── h-slider-hover.png │ │ ├── h-slider-insensitive.png │ │ ├── h-slider.png │ │ ├── h-trough.png │ │ ├── v-slider-active.png │ │ ├── v-slider-hover.png │ │ ├── v-slider-insensitive.png │ │ ├── v-slider.png │ │ └── v-trough.png │ ├── Shadows │ │ ├── frame.png │ │ ├── gap.png │ │ ├── z-depth-1.svg │ │ └── z-depth-2.svg │ ├── Spin │ │ ├── ltr-down-active.png │ │ ├── ltr-down-hover.png │ │ ├── ltr-down-insensitive.png │ │ ├── ltr-down.png │ │ ├── ltr-up-active.png │ │ ├── ltr-up-hover.png │ │ ├── ltr-up-insensitive.png │ │ ├── ltr-up.png │ │ ├── rtl-down-active.png │ │ ├── rtl-down-hover.png │ │ ├── rtl-down-insensitive.png │ │ ├── rtl-down.png │ │ ├── rtl-up-active.png │ │ ├── rtl-up-hover.png │ │ ├── rtl-up-insensitive.png │ │ └── rtl-up.png │ ├── Toolbar │ │ └── inline-toolbar.png │ ├── colors.rc │ ├── common.rc │ ├── gtkrc │ └── misc.rc ├── gtk-3.0 │ ├── gtk-dark.css │ ├── gtk.css │ ├── gtk.gresource │ └── thumbnail.png ├── gtk-3.22 │ ├── gtk-dark.css │ ├── gtk.css │ └── gtk.gresource ├── index.theme ├── metacity-1 │ ├── button_close.svg │ ├── button_close_prelight.svg │ ├── button_close_pressed.svg │ ├── button_fill.svg │ ├── button_maximize.svg │ ├── button_maximize_prelight.svg │ ├── button_maximize_pressed.svg │ ├── button_menu.svg │ ├── button_menu_prelight.svg │ ├── button_menu_pressed.svg │ ├── button_minimize.svg │ ├── button_minimize_prelight.svg │ ├── button_minimize_pressed.svg │ ├── button_shade.svg │ ├── button_shade_prelight.svg │ ├── button_shade_pressed.svg │ ├── button_unshade.svg │ ├── button_unshade_prelight.svg │ ├── button_unshade_pressed.svg │ ├── max_button_unmaximize.svg │ ├── max_button_unmaximize_prelight.svg │ ├── max_button_unmaximize_pressed.svg │ ├── metacity-theme-2.xml │ ├── metacity-theme-3.xml │ └── thumbnail.png ├── openbox-3 │ ├── close.xbm │ ├── compton.conf │ ├── desk.xbm │ ├── desk_toggled.xbm │ ├── iconify.xbm │ ├── max.xbm │ ├── max_toggled.xbm │ ├── shade.xbm │ ├── shade_toggled.xbm │ └── themerc ├── telegram │ └── adapta.tdesktop-theme ├── unity │ ├── close.svg │ ├── close_dash.svg │ ├── close_dash_disabled.svg │ ├── close_dash_prelight.svg │ ├── close_dash_pressed.svg │ ├── close_focused_normal.svg │ ├── close_focused_prelight.svg │ ├── close_focused_pressed.svg │ ├── close_unfocused.svg │ ├── close_unfocused_prelight.svg │ ├── close_unfocused_pressed.svg │ ├── launcher_arrow_btt_19.svg │ ├── launcher_arrow_btt_37.svg │ ├── launcher_arrow_ltr_19.svg │ ├── launcher_arrow_ltr_37.svg │ ├── launcher_arrow_rtl_19.svg │ ├── launcher_arrow_rtl_37.svg │ ├── launcher_arrow_ttb_19.svg │ ├── launcher_arrow_ttb_37.svg │ ├── launcher_icon_back_150.svg │ ├── launcher_icon_back_54.svg │ ├── launcher_icon_edge_150.svg │ ├── launcher_icon_edge_54.svg │ ├── launcher_icon_glow_200.svg │ ├── launcher_icon_glow_62.svg │ ├── launcher_icon_selected_back_150.svg │ ├── launcher_icon_selected_back_54.svg │ ├── launcher_icon_shadow_200.svg │ ├── launcher_icon_shadow_62.svg │ ├── launcher_icon_shine_150.svg │ ├── launcher_icon_shine_54.svg │ ├── launcher_pip_btt_19.svg │ ├── launcher_pip_btt_37.svg │ ├── launcher_pip_ltr_19.svg │ ├── launcher_pip_ltr_37.svg │ ├── launcher_pip_rtl_19.svg │ ├── launcher_pip_rtl_37.svg │ ├── launcher_pip_ttb_19.svg │ ├── launcher_pip_ttb_37.svg │ ├── maximize.svg │ ├── maximize_dash.svg │ ├── maximize_dash_disabled.svg │ ├── maximize_dash_prelight.svg │ ├── maximize_dash_pressed.svg │ ├── maximize_focused_normal.svg │ ├── maximize_focused_prelight.svg │ ├── maximize_focused_pressed.svg │ ├── maximize_unfocused.svg │ ├── maximize_unfocused_prelight.svg │ ├── maximize_unfocused_pressed.svg │ ├── minimize.svg │ ├── minimize_dash.svg │ ├── minimize_dash_disabled.svg │ ├── minimize_dash_prelight.svg │ ├── minimize_dash_pressed.svg │ ├── minimize_focused_normal.svg │ ├── minimize_focused_prelight.svg │ ├── minimize_focused_pressed.svg │ ├── minimize_unfocused.svg │ ├── minimize_unfocused_prelight.svg │ ├── minimize_unfocused_pressed.svg │ ├── minimized.svg │ ├── progress_bar_fill.svg │ ├── progress_bar_trough.svg │ ├── sheet_style_close_focused.svg │ ├── sheet_style_close_focused_prelight.svg │ ├── sheet_style_close_focused_pressed.svg │ ├── unmaximize.svg │ ├── unmaximize_dash.svg │ ├── unmaximize_dash_disabled.svg │ ├── unmaximize_dash_prelight.svg │ ├── unmaximize_dash_pressed.svg │ ├── unmaximize_focused_normal.svg │ ├── unmaximize_focused_prelight.svg │ ├── unmaximize_focused_pressed.svg │ ├── unmaximize_unfocused.svg │ ├── unmaximize_unfocused_prelight.svg │ └── unmaximize_unfocused_pressed.svg ├── xfce-notify-4.0 │ ├── flat-button-active.svg │ ├── flat-button-hover.svg │ ├── flat-button-insensitive.svg │ ├── flat-button.svg │ ├── gtk.css │ └── gtkrc └── xfwm4 │ ├── bottom-active.png │ ├── bottom-inactive.png │ ├── bottom-left-active.png │ ├── bottom-left-inactive.png │ ├── bottom-right-active.png │ ├── bottom-right-inactive.png │ ├── close-active.png │ ├── close-inactive.png │ ├── close-prelight.png │ ├── close-pressed.png │ ├── hide-active.png │ ├── hide-inactive.png │ ├── hide-prelight.png │ ├── hide-pressed.png │ ├── left-active.png │ ├── left-inactive.png │ ├── maximize-active.png │ ├── maximize-inactive.png │ ├── maximize-prelight.png │ ├── maximize-pressed.png │ ├── maximize-toggled-active.png │ ├── maximize-toggled-inactive.png │ ├── maximize-toggled-prelight.png │ ├── maximize-toggled-pressed.png │ ├── menu-active.png │ ├── menu-inactive.png │ ├── menu-prelight.png │ ├── menu-pressed.png │ ├── right-active.png │ ├── right-inactive.png │ ├── shade-active.png │ ├── shade-inactive.png │ ├── shade-prelight.png │ ├── shade-pressed.png │ ├── shade-toggled-active.png │ ├── shade-toggled-inactive.png │ ├── shade-toggled-prelight.png │ ├── shade-toggled-pressed.png │ ├── stick-active.png │ ├── stick-inactive.png │ ├── stick-prelight.png │ ├── stick-pressed.png │ ├── stick-toggled-active.png │ ├── stick-toggled-inactive.png │ ├── stick-toggled-prelight.png │ ├── stick-toggled-pressed.png │ ├── themerc │ ├── title-1-active-shaded.png │ ├── title-1-active.png │ ├── title-1-inactive.png │ ├── title-2-active.png │ ├── title-2-inactive.png │ ├── title-3-active.png │ ├── title-3-inactive.png │ ├── title-4-active.png │ ├── title-4-inactive.png │ ├── title-5-active.png │ ├── title-5-inactive.png │ ├── top-left-active-shaded.png │ ├── top-left-active.png │ ├── top-left-inactive.png │ ├── top-right-active-shaded.png │ ├── top-right-active.png │ └── top-right-inactive.png ├── Flat Remix ├── gnome-shell │ ├── assets │ │ ├── calendar-arrow-left.svg │ │ ├── calendar-arrow-right.svg │ │ ├── checkbox-focused.svg │ │ ├── checkbox-off-focused.svg │ │ ├── checkbox-off.svg │ │ ├── checkbox.svg │ │ ├── close-window.svg │ │ ├── corner-ripple-ltr.png │ │ ├── corner-ripple-rtl.png │ │ ├── dash-placeholder.svg │ │ ├── more-results.svg │ │ ├── no-events.svg │ │ ├── no-notifications.svg │ │ ├── noise-texture.png │ │ ├── page-indicator-active.svg │ │ ├── page-indicator-checked.svg │ │ ├── page-indicator-hover.svg │ │ ├── page-indicator-inactive.svg │ │ ├── process-working.svg │ │ ├── toggle-off.svg │ │ ├── toggle-on.svg │ │ └── view-grid-symbolic.svg │ └── gnome-shell.css └── index.theme ├── Flat-Plat-Blue-compact ├── COPYING ├── chrome │ └── Flat-Plat-Blue Theme.crx ├── gnome-shell │ ├── assets │ │ ├── calendar-arrow-left.svg │ │ ├── calendar-arrow-right.svg │ │ ├── checkbox-off.svg │ │ ├── checkbox.svg │ │ ├── close.svg │ │ ├── corner-ripple-ltr.svg │ │ ├── corner-ripple-rtl.svg │ │ ├── dash-placeholder.svg │ │ ├── dash │ │ │ ├── bottom-running1-focused.svg │ │ │ ├── bottom-running1.svg │ │ │ ├── bottom-running2-focused.svg │ │ │ ├── bottom-running2.svg │ │ │ ├── bottom-running3-focused.svg │ │ │ ├── bottom-running3.svg │ │ │ ├── bottom-running4-focused.svg │ │ │ ├── bottom-running4.svg │ │ │ ├── left-running1-focused.svg │ │ │ ├── left-running1.svg │ │ │ ├── left-running2-focused.svg │ │ │ ├── left-running2.svg │ │ │ ├── left-running3-focused.svg │ │ │ ├── left-running3.svg │ │ │ ├── left-running4-focused.svg │ │ │ ├── left-running4.svg │ │ │ ├── right-running1-focused.svg │ │ │ ├── right-running1.svg │ │ │ ├── right-running2-focused.svg │ │ │ ├── right-running2.svg │ │ │ ├── right-running3-focused.svg │ │ │ ├── right-running3.svg │ │ │ ├── right-running4-focused.svg │ │ │ ├── right-running4.svg │ │ │ ├── top-running1-focused.svg │ │ │ ├── top-running1.svg │ │ │ ├── top-running2-focused.svg │ │ │ ├── top-running2.svg │ │ │ ├── top-running3-focused.svg │ │ │ ├── top-running3.svg │ │ │ ├── top-running4-focused.svg │ │ │ └── top-running4.svg │ │ ├── more-results.svg │ │ ├── no-events.svg │ │ ├── no-notifications.svg │ │ ├── process-working.svg │ │ ├── toggle-off.svg │ │ ├── toggle-on.svg │ │ ├── window-close-active.svg │ │ └── window-close.svg │ ├── extensions │ │ └── workspaces-to-dock │ │ │ └── workspaces-to-dock.css │ ├── gnome-shell-theme.gresource │ ├── gnome-shell.css │ ├── no-events.svg │ ├── no-notifications.svg │ ├── pad-osd.css │ └── process-working.svg ├── gtk-2.0 │ ├── apps.rc │ ├── assets │ │ ├── border.png │ │ ├── button-active.png │ │ ├── button-hover.png │ │ ├── button-insensitive.png │ │ ├── button.png │ │ ├── checkbox-checked-active.png │ │ ├── checkbox-checked-hover.png │ │ ├── checkbox-checked-insensitive.png │ │ ├── checkbox-checked.png │ │ ├── checkbox-mixed-active.png │ │ ├── checkbox-mixed-hover.png │ │ ├── checkbox-mixed-insensitive.png │ │ ├── checkbox-mixed.png │ │ ├── checkbox-unchecked-active.png │ │ ├── checkbox-unchecked-hover.png │ │ ├── checkbox-unchecked-insensitive.png │ │ ├── checkbox-unchecked.png │ │ ├── combo-ltr-button-active.png │ │ ├── combo-ltr-button-hover.png │ │ ├── combo-ltr-button-insensitive.png │ │ ├── combo-ltr-button.png │ │ ├── combo-ltr-entry-active.png │ │ ├── combo-ltr-entry-insensitive.png │ │ ├── combo-ltr-entry.png │ │ ├── combo-rtl-button-active.png │ │ ├── combo-rtl-button-hover.png │ │ ├── combo-rtl-button-insensitive.png │ │ ├── combo-rtl-button.png │ │ ├── combo-rtl-entry-active.png │ │ ├── combo-rtl-entry-insensitive.png │ │ ├── combo-rtl-entry.png │ │ ├── entry-active.png │ │ ├── entry-background-insensitive.png │ │ ├── entry-background.png │ │ ├── entry-insensitive.png │ │ ├── entry.png │ │ ├── flat-button-active.png │ │ ├── flat-button-hover.png │ │ ├── flat-button-insensitive.png │ │ ├── flat-button.png │ │ ├── focus.png │ │ ├── frame-inline.png │ │ ├── frame-notebook.png │ │ ├── frame.png │ │ ├── handle-horz-active.png │ │ ├── handle-horz-hover.png │ │ ├── handle-horz.png │ │ ├── handle-vert-active.png │ │ ├── handle-vert-hover.png │ │ ├── handle-vert.png │ │ ├── menu-checkbox-checked-insensitive.png │ │ ├── menu-checkbox-checked.png │ │ ├── menu-checkbox-mixed-insensitive.png │ │ ├── menu-checkbox-mixed.png │ │ ├── menu-checkbox-unchecked-insensitive.png │ │ ├── menu-checkbox-unchecked.png │ │ ├── menu-radio-checked-insensitive.png │ │ ├── menu-radio-checked.png │ │ ├── menu-radio-mixed-insensitive.png │ │ ├── menu-radio-mixed.png │ │ ├── menu-radio-unchecked-insensitive.png │ │ ├── menu-radio-unchecked.png │ │ ├── notebook-combo-ltr-entry-active.png │ │ ├── notebook-combo-ltr-entry-insensitive.png │ │ ├── notebook-combo-ltr-entry.png │ │ ├── notebook-combo-rtl-entry-active.png │ │ ├── notebook-combo-rtl-entry-insensitive.png │ │ ├── notebook-combo-rtl-entry.png │ │ ├── notebook-entry-active.png │ │ ├── notebook-entry-insensitive.png │ │ ├── notebook-entry.png │ │ ├── pan-down-alt-insensitive.png │ │ ├── pan-down-alt.png │ │ ├── pan-down-insensitive.png │ │ ├── pan-down.png │ │ ├── pan-left-alt-insensitive.png │ │ ├── pan-left-alt.png │ │ ├── pan-left-insensitive.png │ │ ├── pan-left-semi.png │ │ ├── pan-left.png │ │ ├── pan-right-alt-insensitive.png │ │ ├── pan-right-alt.png │ │ ├── pan-right-insensitive.png │ │ ├── pan-right-semi.png │ │ ├── pan-right.png │ │ ├── pan-up-alt-insensitive.png │ │ ├── pan-up-alt.png │ │ ├── pan-up-insensitive.png │ │ ├── pan-up.png │ │ ├── progressbar-progress.png │ │ ├── progressbar-trough.png │ │ ├── radio-checked-active.png │ │ ├── radio-checked-hover.png │ │ ├── radio-checked-insensitive.png │ │ ├── radio-checked.png │ │ ├── radio-mixed-active.png │ │ ├── radio-mixed-hover.png │ │ ├── radio-mixed-insensitive.png │ │ ├── radio-mixed.png │ │ ├── radio-unchecked-active.png │ │ ├── radio-unchecked-hover.png │ │ ├── radio-unchecked-insensitive.png │ │ ├── radio-unchecked.png │ │ ├── scale-horz-trough-active.png │ │ ├── scale-horz-trough-insensitive.png │ │ ├── scale-horz-trough.png │ │ ├── scale-slider-active.png │ │ ├── scale-slider-hover.png │ │ ├── scale-slider-insensitive.png │ │ ├── scale-slider.png │ │ ├── scale-vert-trough-active.png │ │ ├── scale-vert-trough-insensitive.png │ │ ├── scale-vert-trough.png │ │ ├── scrollbar-horz-slider-active.png │ │ ├── scrollbar-horz-slider-hover.png │ │ ├── scrollbar-horz-slider-insensitive.png │ │ ├── scrollbar-horz-slider.png │ │ ├── scrollbar-horz-trough.png │ │ ├── scrollbar-vert-ltr-slider-active.png │ │ ├── scrollbar-vert-ltr-slider-hover.png │ │ ├── scrollbar-vert-ltr-slider-insensitive.png │ │ ├── scrollbar-vert-ltr-slider.png │ │ ├── scrollbar-vert-ltr-trough.png │ │ ├── scrollbar-vert-rtl-slider-active.png │ │ ├── scrollbar-vert-rtl-slider-hover.png │ │ ├── scrollbar-vert-rtl-slider-insensitive.png │ │ ├── scrollbar-vert-rtl-slider.png │ │ ├── scrollbar-vert-rtl-trough.png │ │ ├── spin-ltr-down-active.png │ │ ├── spin-ltr-down-hover.png │ │ ├── spin-ltr-down-insensitive.png │ │ ├── spin-ltr-down.png │ │ ├── spin-ltr-up-active.png │ │ ├── spin-ltr-up-hover.png │ │ ├── spin-ltr-up-insensitive.png │ │ ├── spin-ltr-up.png │ │ ├── spin-rtl-down-active.png │ │ ├── spin-rtl-down-hover.png │ │ ├── spin-rtl-down-insensitive.png │ │ ├── spin-rtl-down.png │ │ ├── spin-rtl-up-active.png │ │ ├── spin-rtl-up-hover.png │ │ ├── spin-rtl-up-insensitive.png │ │ ├── spin-rtl-up.png │ │ ├── tab.png │ │ ├── treeview-ltr-button-active.png │ │ ├── treeview-ltr-button-hover.png │ │ ├── treeview-ltr-button.png │ │ ├── treeview-rtl-button-active.png │ │ ├── treeview-rtl-button-hover.png │ │ └── treeview-rtl-button.png │ ├── gtkrc │ ├── hacks.rc │ └── main.rc ├── gtk-3.0 │ ├── assets │ ├── gtk-dark.css │ └── gtk.css ├── gtk-3.20 │ ├── assets │ ├── gtk-dark.css │ └── gtk.css ├── gtk-3.22 │ ├── assets │ ├── gtk-dark.css │ └── gtk.css ├── gtk-common │ └── assets │ │ ├── box-shadow-backdrop-dark.png │ │ ├── box-shadow-backdrop-dark@2.png │ │ ├── box-shadow-backdrop.png │ │ ├── box-shadow-backdrop@2.png │ │ ├── box-shadow-dark.png │ │ ├── box-shadow-dark@2.png │ │ ├── box-shadow.png │ │ ├── box-shadow@2.png │ │ ├── checkbox-checked-active-dark.png │ │ ├── checkbox-checked-active-dark@2.png │ │ ├── checkbox-checked-active.png │ │ ├── checkbox-checked-active@2.png │ │ ├── checkbox-checked-dark.png │ │ ├── checkbox-checked-dark@2.png │ │ ├── checkbox-checked-disabled-dark.png │ │ ├── checkbox-checked-disabled-dark@2.png │ │ ├── checkbox-checked-disabled.png │ │ ├── checkbox-checked-disabled@2.png │ │ ├── checkbox-checked-hover-dark.png │ │ ├── checkbox-checked-hover-dark@2.png │ │ ├── checkbox-checked-hover.png │ │ ├── checkbox-checked-hover@2.png │ │ ├── checkbox-checked.png │ │ ├── checkbox-checked@2.png │ │ ├── checkbox-mixed-active-dark.png │ │ ├── checkbox-mixed-active-dark@2.png │ │ ├── checkbox-mixed-active.png │ │ ├── checkbox-mixed-active@2.png │ │ ├── checkbox-mixed-dark.png │ │ ├── checkbox-mixed-dark@2.png │ │ ├── checkbox-mixed-disabled-dark.png │ │ ├── checkbox-mixed-disabled-dark@2.png │ │ ├── checkbox-mixed-disabled.png │ │ ├── checkbox-mixed-disabled@2.png │ │ ├── checkbox-mixed-hover-dark.png │ │ ├── checkbox-mixed-hover-dark@2.png │ │ ├── checkbox-mixed-hover.png │ │ ├── checkbox-mixed-hover@2.png │ │ ├── checkbox-mixed.png │ │ ├── checkbox-mixed@2.png │ │ ├── checkbox-unchecked-active-dark.png │ │ ├── checkbox-unchecked-active-dark@2.png │ │ ├── checkbox-unchecked-active.png │ │ ├── checkbox-unchecked-active@2.png │ │ ├── checkbox-unchecked-dark.png │ │ ├── checkbox-unchecked-dark@2.png │ │ ├── checkbox-unchecked-disabled-dark.png │ │ ├── checkbox-unchecked-disabled-dark@2.png │ │ ├── checkbox-unchecked-disabled.png │ │ ├── checkbox-unchecked-disabled@2.png │ │ ├── checkbox-unchecked-hover-dark.png │ │ ├── checkbox-unchecked-hover-dark@2.png │ │ ├── checkbox-unchecked-hover.png │ │ ├── checkbox-unchecked-hover@2.png │ │ ├── checkbox-unchecked.png │ │ ├── checkbox-unchecked@2.png │ │ ├── menu-checkbox-checked-dark.png │ │ ├── menu-checkbox-checked-dark@2.png │ │ ├── menu-checkbox-checked-disabled-dark.png │ │ ├── menu-checkbox-checked-disabled-dark@2.png │ │ ├── menu-checkbox-checked-disabled.png │ │ ├── menu-checkbox-checked-disabled@2.png │ │ ├── menu-checkbox-checked.png │ │ ├── menu-checkbox-checked@2.png │ │ ├── menu-checkbox-mixed-dark.png │ │ ├── menu-checkbox-mixed-dark@2.png │ │ ├── menu-checkbox-mixed-disabled-dark.png │ │ ├── menu-checkbox-mixed-disabled-dark@2.png │ │ ├── menu-checkbox-mixed-disabled.png │ │ ├── menu-checkbox-mixed-disabled@2.png │ │ ├── menu-checkbox-mixed.png │ │ ├── menu-checkbox-mixed@2.png │ │ ├── menu-checkbox-unchecked-dark.png │ │ ├── menu-checkbox-unchecked-dark@2.png │ │ ├── menu-checkbox-unchecked-disabled-dark.png │ │ ├── menu-checkbox-unchecked-disabled-dark@2.png │ │ ├── menu-checkbox-unchecked-disabled.png │ │ ├── menu-checkbox-unchecked-disabled@2.png │ │ ├── menu-checkbox-unchecked.png │ │ ├── menu-checkbox-unchecked@2.png │ │ ├── menu-radio-checked-dark.png │ │ ├── menu-radio-checked-dark@2.png │ │ ├── menu-radio-checked-disabled-dark.png │ │ ├── menu-radio-checked-disabled-dark@2.png │ │ ├── menu-radio-checked-disabled.png │ │ ├── menu-radio-checked-disabled@2.png │ │ ├── menu-radio-checked.png │ │ ├── menu-radio-checked@2.png │ │ ├── menu-radio-mixed-dark.png │ │ ├── menu-radio-mixed-dark@2.png │ │ ├── menu-radio-mixed-disabled-dark.png │ │ ├── menu-radio-mixed-disabled-dark@2.png │ │ ├── menu-radio-mixed-disabled.png │ │ ├── menu-radio-mixed-disabled@2.png │ │ ├── menu-radio-mixed.png │ │ ├── menu-radio-mixed@2.png │ │ ├── menu-radio-unchecked-dark.png │ │ ├── menu-radio-unchecked-dark@2.png │ │ ├── menu-radio-unchecked-disabled-dark.png │ │ ├── menu-radio-unchecked-disabled-dark@2.png │ │ ├── menu-radio-unchecked-disabled.png │ │ ├── menu-radio-unchecked-disabled@2.png │ │ ├── menu-radio-unchecked.png │ │ ├── menu-radio-unchecked@2.png │ │ ├── radio-checked-active-dark.png │ │ ├── radio-checked-active-dark@2.png │ │ ├── radio-checked-active.png │ │ ├── radio-checked-active@2.png │ │ ├── radio-checked-dark.png │ │ ├── radio-checked-dark@2.png │ │ ├── radio-checked-disabled-dark.png │ │ ├── radio-checked-disabled-dark@2.png │ │ ├── radio-checked-disabled.png │ │ ├── radio-checked-disabled@2.png │ │ ├── radio-checked-hover-dark.png │ │ ├── radio-checked-hover-dark@2.png │ │ ├── radio-checked-hover.png │ │ ├── radio-checked-hover@2.png │ │ ├── radio-checked.png │ │ ├── radio-checked@2.png │ │ ├── radio-mixed-active-dark.png │ │ ├── radio-mixed-active-dark@2.png │ │ ├── radio-mixed-active.png │ │ ├── radio-mixed-active@2.png │ │ ├── radio-mixed-dark.png │ │ ├── radio-mixed-dark@2.png │ │ ├── radio-mixed-disabled-dark.png │ │ ├── radio-mixed-disabled-dark@2.png │ │ ├── radio-mixed-disabled.png │ │ ├── radio-mixed-disabled@2.png │ │ ├── radio-mixed-hover-dark.png │ │ ├── radio-mixed-hover-dark@2.png │ │ ├── radio-mixed-hover.png │ │ ├── radio-mixed-hover@2.png │ │ ├── radio-mixed.png │ │ ├── radio-mixed@2.png │ │ ├── radio-unchecked-active-dark.png │ │ ├── radio-unchecked-active-dark@2.png │ │ ├── radio-unchecked-active.png │ │ ├── radio-unchecked-active@2.png │ │ ├── radio-unchecked-dark.png │ │ ├── radio-unchecked-dark@2.png │ │ ├── radio-unchecked-disabled-dark.png │ │ ├── radio-unchecked-disabled-dark@2.png │ │ ├── radio-unchecked-disabled.png │ │ ├── radio-unchecked-disabled@2.png │ │ ├── radio-unchecked-hover-dark.png │ │ ├── radio-unchecked-hover-dark@2.png │ │ ├── radio-unchecked-hover.png │ │ ├── radio-unchecked-hover@2.png │ │ ├── radio-unchecked.png │ │ ├── radio-unchecked@2.png │ │ ├── scalable │ │ ├── checkbox-checked-symbolic.svg │ │ ├── checkbox-checked-symbolic.symbolic.png │ │ ├── checkbox-mixed-symbolic.svg │ │ ├── checkbox-mixed-symbolic.symbolic.png │ │ ├── checkbox-unchecked-symbolic.svg │ │ ├── checkbox-unchecked-symbolic.symbolic.png │ │ ├── radio-checked-symbolic.svg │ │ ├── radio-checked-symbolic.symbolic.png │ │ ├── radio-mixed-symbolic.svg │ │ ├── radio-mixed-symbolic.symbolic.png │ │ ├── radio-unchecked-symbolic.svg │ │ ├── radio-unchecked-symbolic.symbolic.png │ │ ├── small-checkbox-checked-symbolic.svg │ │ ├── small-checkbox-checked-symbolic.symbolic.png │ │ ├── small-checkbox-mixed-symbolic.svg │ │ ├── small-checkbox-mixed-symbolic.symbolic.png │ │ ├── small-checkbox-unchecked-symbolic.svg │ │ ├── small-checkbox-unchecked-symbolic.symbolic.png │ │ ├── small-radio-checked-symbolic.svg │ │ ├── small-radio-checked-symbolic.symbolic.png │ │ ├── small-radio-mixed-symbolic.svg │ │ ├── small-radio-mixed-symbolic.symbolic.png │ │ ├── small-radio-unchecked-symbolic.svg │ │ └── small-radio-unchecked-symbolic.symbolic.png │ │ ├── scale-horz-marks-after-slider-dark.png │ │ ├── scale-horz-marks-after-slider-dark@2.png │ │ ├── scale-horz-marks-after-slider-disabled-dark.png │ │ ├── scale-horz-marks-after-slider-disabled-dark@2.png │ │ ├── scale-horz-marks-after-slider-disabled.png │ │ ├── scale-horz-marks-after-slider-disabled@2.png │ │ ├── scale-horz-marks-after-slider.png │ │ ├── scale-horz-marks-after-slider@2.png │ │ ├── scale-horz-marks-before-slider-dark.png │ │ ├── scale-horz-marks-before-slider-dark@2.png │ │ ├── scale-horz-marks-before-slider-disabled-dark.png │ │ ├── scale-horz-marks-before-slider-disabled-dark@2.png │ │ ├── scale-horz-marks-before-slider-disabled.png │ │ ├── scale-horz-marks-before-slider-disabled@2.png │ │ ├── scale-horz-marks-before-slider.png │ │ ├── scale-horz-marks-before-slider@2.png │ │ ├── scale-slider-dark.png │ │ ├── scale-slider-dark@2.png │ │ ├── scale-slider-disabled-dark.png │ │ ├── scale-slider-disabled-dark@2.png │ │ ├── scale-slider-disabled.png │ │ ├── scale-slider-disabled@2.png │ │ ├── scale-slider.png │ │ ├── scale-slider@2.png │ │ ├── scale-vert-marks-after-slider-dark.png │ │ ├── scale-vert-marks-after-slider-dark@2.png │ │ ├── scale-vert-marks-after-slider-disabled-dark.png │ │ ├── scale-vert-marks-after-slider-disabled-dark@2.png │ │ ├── scale-vert-marks-after-slider-disabled.png │ │ ├── scale-vert-marks-after-slider-disabled@2.png │ │ ├── scale-vert-marks-after-slider.png │ │ ├── scale-vert-marks-after-slider@2.png │ │ ├── scale-vert-marks-before-slider-dark.png │ │ ├── scale-vert-marks-before-slider-dark@2.png │ │ ├── scale-vert-marks-before-slider-disabled-dark.png │ │ ├── scale-vert-marks-before-slider-disabled-dark@2.png │ │ ├── scale-vert-marks-before-slider-disabled.png │ │ ├── scale-vert-marks-before-slider-disabled@2.png │ │ ├── scale-vert-marks-before-slider.png │ │ ├── scale-vert-marks-before-slider@2.png │ │ ├── selectionmode-checkbox-checked-dark.png │ │ ├── selectionmode-checkbox-checked-dark@2.png │ │ ├── selectionmode-checkbox-checked.png │ │ ├── selectionmode-checkbox-checked@2.png │ │ ├── selectionmode-checkbox-unchecked-dark.png │ │ ├── selectionmode-checkbox-unchecked-dark@2.png │ │ ├── selectionmode-checkbox-unchecked.png │ │ └── selectionmode-checkbox-unchecked@2.png ├── index.theme ├── metacity-1 │ ├── button.svg │ ├── close.svg │ ├── maximize.svg │ ├── menu.svg │ ├── metacity-theme-2.xml │ ├── metacity-theme-3.xml │ ├── minimize.svg │ ├── shade.svg │ ├── unmaximize.svg │ └── unshade.svg └── unity │ ├── buttons │ ├── close_focused.svg │ ├── close_focused_prelight.svg │ ├── close_focused_pressed.svg │ ├── close_unfocused.svg │ ├── close_unfocused_prelight.svg │ ├── close_unfocused_pressed.svg │ ├── maximize_focused.svg │ ├── maximize_focused_prelight.svg │ ├── maximize_focused_pressed.svg │ ├── maximize_unfocused.svg │ ├── maximize_unfocused_prelight.svg │ ├── maximize_unfocused_pressed.svg │ ├── minimize_focused.svg │ ├── minimize_focused_prelight.svg │ ├── minimize_focused_pressed.svg │ ├── minimize_unfocused.svg │ ├── minimize_unfocused_prelight.svg │ ├── minimize_unfocused_pressed.svg │ ├── unmaximize_focused.svg │ ├── unmaximize_focused_prelight.svg │ ├── unmaximize_focused_pressed.svg │ ├── unmaximize_unfocused.svg │ ├── unmaximize_unfocused_prelight.svg │ └── unmaximize_unfocused_pressed.svg │ ├── close.svg │ ├── close_dash.svg │ ├── close_dash_disabled.svg │ ├── close_dash_prelight.svg │ ├── close_dash_pressed.svg │ ├── close_focused_normal.svg │ ├── close_focused_prelight.svg │ ├── close_focused_pressed.svg │ ├── close_unfocused.svg │ ├── close_unfocused_prelight.svg │ ├── close_unfocused_pressed.svg │ ├── dash-widgets.json │ ├── launcher_arrow_btt_19.svg │ ├── launcher_arrow_btt_37.svg │ ├── launcher_arrow_ltr_19.svg │ ├── launcher_arrow_ltr_37.svg │ ├── launcher_arrow_outline_btt_19.svg │ ├── launcher_arrow_outline_btt_37.svg │ ├── launcher_arrow_outline_ltr_19.svg │ ├── launcher_arrow_outline_ltr_37.svg │ ├── launcher_arrow_outline_rtl_19.svg │ ├── launcher_arrow_outline_rtl_37.svg │ ├── launcher_arrow_outline_ttb_19.svg │ ├── launcher_arrow_outline_ttb_37.svg │ ├── launcher_arrow_rtl_19.svg │ ├── launcher_arrow_rtl_37.svg │ ├── launcher_arrow_ttb_19.svg │ ├── launcher_arrow_ttb_37.svg │ ├── launcher_bfb.png │ ├── launcher_icon_back_150.svg │ ├── launcher_icon_back_54.svg │ ├── launcher_icon_edge_150.svg │ ├── launcher_icon_edge_54.svg │ ├── launcher_icon_glow_200.svg │ ├── launcher_icon_glow_62.svg │ ├── launcher_icon_selected_back_150.svg │ ├── launcher_icon_selected_back_54.svg │ ├── launcher_icon_shadow_200.svg │ ├── launcher_icon_shadow_62.svg │ ├── launcher_icon_shine_150.svg │ ├── launcher_icon_shine_54.svg │ ├── launcher_pip_btt_19.svg │ ├── launcher_pip_btt_37.svg │ ├── launcher_pip_ltr_19.svg │ ├── launcher_pip_ltr_37.svg │ ├── launcher_pip_rtl_19.svg │ ├── launcher_pip_rtl_37.svg │ ├── launcher_pip_ttb_19.svg │ ├── launcher_pip_ttb_37.svg │ ├── maximize.svg │ ├── maximize_dash.svg │ ├── maximize_dash_disabled.svg │ ├── maximize_dash_prelight.svg │ ├── maximize_dash_pressed.svg │ ├── maximize_focused_normal.svg │ ├── maximize_focused_prelight.svg │ ├── maximize_focused_pressed.svg │ ├── maximize_unfocused.svg │ ├── maximize_unfocused_prelight.svg │ ├── maximize_unfocused_pressed.svg │ ├── minimize.svg │ ├── minimize_dash.svg │ ├── minimize_dash_disabled.svg │ ├── minimize_dash_prelight.svg │ ├── minimize_dash_pressed.svg │ ├── minimize_focused_normal.svg │ ├── minimize_focused_prelight.svg │ ├── minimize_focused_pressed.svg │ ├── minimize_unfocused.svg │ ├── minimize_unfocused_prelight.svg │ ├── minimize_unfocused_pressed.svg │ ├── progress_bar_fill.svg │ ├── progress_bar_trough.svg │ ├── sheet_style_close_focused.svg │ ├── sheet_style_close_focused_prelight.svg │ ├── sheet_style_close_focused_pressed.svg │ ├── unmaximize.svg │ ├── unmaximize_dash.svg │ ├── unmaximize_dash_disabled.svg │ ├── unmaximize_dash_prelight.svg │ ├── unmaximize_dash_pressed.svg │ ├── unmaximize_focused_normal.svg │ ├── unmaximize_focused_prelight.svg │ ├── unmaximize_focused_pressed.svg │ ├── unmaximize_unfocused.svg │ ├── unmaximize_unfocused_prelight.svg │ └── unmaximize_unfocused_pressed.svg ├── Flat-Plat-Blue-dark-compact ├── COPYING ├── chrome │ └── Flat-Plat-Blue-dark Theme.crx ├── gnome-shell │ ├── assets │ │ ├── calendar-arrow-left.svg │ │ ├── calendar-arrow-right.svg │ │ ├── checkbox-off.svg │ │ ├── checkbox.svg │ │ ├── close.svg │ │ ├── corner-ripple-ltr.svg │ │ ├── corner-ripple-rtl.svg │ │ ├── dash-placeholder.svg │ │ ├── dash │ │ │ ├── bottom-running1-focused.svg │ │ │ ├── bottom-running1.svg │ │ │ ├── bottom-running2-focused.svg │ │ │ ├── bottom-running2.svg │ │ │ ├── bottom-running3-focused.svg │ │ │ ├── bottom-running3.svg │ │ │ ├── bottom-running4-focused.svg │ │ │ ├── bottom-running4.svg │ │ │ ├── left-running1-focused.svg │ │ │ ├── left-running1.svg │ │ │ ├── left-running2-focused.svg │ │ │ ├── left-running2.svg │ │ │ ├── left-running3-focused.svg │ │ │ ├── left-running3.svg │ │ │ ├── left-running4-focused.svg │ │ │ ├── left-running4.svg │ │ │ ├── right-running1-focused.svg │ │ │ ├── right-running1.svg │ │ │ ├── right-running2-focused.svg │ │ │ ├── right-running2.svg │ │ │ ├── right-running3-focused.svg │ │ │ ├── right-running3.svg │ │ │ ├── right-running4-focused.svg │ │ │ ├── right-running4.svg │ │ │ ├── top-running1-focused.svg │ │ │ ├── top-running1.svg │ │ │ ├── top-running2-focused.svg │ │ │ ├── top-running2.svg │ │ │ ├── top-running3-focused.svg │ │ │ ├── top-running3.svg │ │ │ ├── top-running4-focused.svg │ │ │ └── top-running4.svg │ │ ├── more-results.svg │ │ ├── no-events.svg │ │ ├── no-notifications.svg │ │ ├── process-working.svg │ │ ├── toggle-off.svg │ │ ├── toggle-on.svg │ │ ├── window-close-active.svg │ │ └── window-close.svg │ ├── extensions │ │ └── workspaces-to-dock │ │ │ └── workspaces-to-dock.css │ ├── gnome-shell-theme.gresource │ ├── gnome-shell.css │ ├── no-events.svg │ ├── no-notifications.svg │ ├── pad-osd.css │ └── process-working.svg ├── gtk-2.0 │ ├── apps.rc │ ├── assets │ │ ├── border.png │ │ ├── button-active.png │ │ ├── button-hover.png │ │ ├── button-insensitive.png │ │ ├── button.png │ │ ├── checkbox-checked-active.png │ │ ├── checkbox-checked-hover.png │ │ ├── checkbox-checked-insensitive.png │ │ ├── checkbox-checked.png │ │ ├── checkbox-mixed-active.png │ │ ├── checkbox-mixed-hover.png │ │ ├── checkbox-mixed-insensitive.png │ │ ├── checkbox-mixed.png │ │ ├── checkbox-unchecked-active.png │ │ ├── checkbox-unchecked-hover.png │ │ ├── checkbox-unchecked-insensitive.png │ │ ├── checkbox-unchecked.png │ │ ├── combo-ltr-button-active.png │ │ ├── combo-ltr-button-hover.png │ │ ├── combo-ltr-button-insensitive.png │ │ ├── combo-ltr-button.png │ │ ├── combo-ltr-entry-active.png │ │ ├── combo-ltr-entry-insensitive.png │ │ ├── combo-ltr-entry.png │ │ ├── combo-rtl-button-active.png │ │ ├── combo-rtl-button-hover.png │ │ ├── combo-rtl-button-insensitive.png │ │ ├── combo-rtl-button.png │ │ ├── combo-rtl-entry-active.png │ │ ├── combo-rtl-entry-insensitive.png │ │ ├── combo-rtl-entry.png │ │ ├── entry-active.png │ │ ├── entry-background-insensitive.png │ │ ├── entry-background.png │ │ ├── entry-insensitive.png │ │ ├── entry.png │ │ ├── flat-button-active.png │ │ ├── flat-button-hover.png │ │ ├── flat-button-insensitive.png │ │ ├── flat-button.png │ │ ├── focus.png │ │ ├── frame-inline.png │ │ ├── frame-notebook.png │ │ ├── frame.png │ │ ├── handle-horz-active.png │ │ ├── handle-horz-hover.png │ │ ├── handle-horz.png │ │ ├── handle-vert-active.png │ │ ├── handle-vert-hover.png │ │ ├── handle-vert.png │ │ ├── menu-checkbox-checked-insensitive.png │ │ ├── menu-checkbox-checked.png │ │ ├── menu-checkbox-mixed-insensitive.png │ │ ├── menu-checkbox-mixed.png │ │ ├── menu-checkbox-unchecked-insensitive.png │ │ ├── menu-checkbox-unchecked.png │ │ ├── menu-radio-checked-insensitive.png │ │ ├── menu-radio-checked.png │ │ ├── menu-radio-mixed-insensitive.png │ │ ├── menu-radio-mixed.png │ │ ├── menu-radio-unchecked-insensitive.png │ │ ├── menu-radio-unchecked.png │ │ ├── notebook-combo-ltr-entry-active.png │ │ ├── notebook-combo-ltr-entry-insensitive.png │ │ ├── notebook-combo-ltr-entry.png │ │ ├── notebook-combo-rtl-entry-active.png │ │ ├── notebook-combo-rtl-entry-insensitive.png │ │ ├── notebook-combo-rtl-entry.png │ │ ├── notebook-entry-active.png │ │ ├── notebook-entry-insensitive.png │ │ ├── notebook-entry.png │ │ ├── pan-down-alt-insensitive.png │ │ ├── pan-down-alt.png │ │ ├── pan-down-insensitive.png │ │ ├── pan-down.png │ │ ├── pan-left-alt-insensitive.png │ │ ├── pan-left-alt.png │ │ ├── pan-left-insensitive.png │ │ ├── pan-left-semi.png │ │ ├── pan-left.png │ │ ├── pan-right-alt-insensitive.png │ │ ├── pan-right-alt.png │ │ ├── pan-right-insensitive.png │ │ ├── pan-right-semi.png │ │ ├── pan-right.png │ │ ├── pan-up-alt-insensitive.png │ │ ├── pan-up-alt.png │ │ ├── pan-up-insensitive.png │ │ ├── pan-up.png │ │ ├── progressbar-progress.png │ │ ├── progressbar-trough.png │ │ ├── radio-checked-active.png │ │ ├── radio-checked-hover.png │ │ ├── radio-checked-insensitive.png │ │ ├── radio-checked.png │ │ ├── radio-mixed-active.png │ │ ├── radio-mixed-hover.png │ │ ├── radio-mixed-insensitive.png │ │ ├── radio-mixed.png │ │ ├── radio-unchecked-active.png │ │ ├── radio-unchecked-hover.png │ │ ├── radio-unchecked-insensitive.png │ │ ├── radio-unchecked.png │ │ ├── scale-horz-trough-active.png │ │ ├── scale-horz-trough-insensitive.png │ │ ├── scale-horz-trough.png │ │ ├── scale-slider-active.png │ │ ├── scale-slider-hover.png │ │ ├── scale-slider-insensitive.png │ │ ├── scale-slider.png │ │ ├── scale-vert-trough-active.png │ │ ├── scale-vert-trough-insensitive.png │ │ ├── scale-vert-trough.png │ │ ├── scrollbar-horz-slider-active.png │ │ ├── scrollbar-horz-slider-hover.png │ │ ├── scrollbar-horz-slider-insensitive.png │ │ ├── scrollbar-horz-slider.png │ │ ├── scrollbar-horz-trough.png │ │ ├── scrollbar-vert-ltr-slider-active.png │ │ ├── scrollbar-vert-ltr-slider-hover.png │ │ ├── scrollbar-vert-ltr-slider-insensitive.png │ │ ├── scrollbar-vert-ltr-slider.png │ │ ├── scrollbar-vert-ltr-trough.png │ │ ├── scrollbar-vert-rtl-slider-active.png │ │ ├── scrollbar-vert-rtl-slider-hover.png │ │ ├── scrollbar-vert-rtl-slider-insensitive.png │ │ ├── scrollbar-vert-rtl-slider.png │ │ ├── scrollbar-vert-rtl-trough.png │ │ ├── spin-ltr-down-active.png │ │ ├── spin-ltr-down-hover.png │ │ ├── spin-ltr-down-insensitive.png │ │ ├── spin-ltr-down.png │ │ ├── spin-ltr-up-active.png │ │ ├── spin-ltr-up-hover.png │ │ ├── spin-ltr-up-insensitive.png │ │ ├── spin-ltr-up.png │ │ ├── spin-rtl-down-active.png │ │ ├── spin-rtl-down-hover.png │ │ ├── spin-rtl-down-insensitive.png │ │ ├── spin-rtl-down.png │ │ ├── spin-rtl-up-active.png │ │ ├── spin-rtl-up-hover.png │ │ ├── spin-rtl-up-insensitive.png │ │ ├── spin-rtl-up.png │ │ ├── tab.png │ │ ├── treeview-ltr-button-active.png │ │ ├── treeview-ltr-button-hover.png │ │ ├── treeview-ltr-button.png │ │ ├── treeview-rtl-button-active.png │ │ ├── treeview-rtl-button-hover.png │ │ └── treeview-rtl-button.png │ ├── gtkrc │ ├── hacks.rc │ └── main.rc ├── gtk-3.0 │ ├── assets │ └── gtk.css ├── gtk-3.20 │ ├── assets │ └── gtk.css ├── gtk-3.22 │ ├── assets │ └── gtk.css ├── gtk-common │ └── assets │ │ ├── box-shadow-backdrop-dark.png │ │ ├── box-shadow-backdrop-dark@2.png │ │ ├── box-shadow-backdrop.png │ │ ├── box-shadow-backdrop@2.png │ │ ├── box-shadow-dark.png │ │ ├── box-shadow-dark@2.png │ │ ├── box-shadow.png │ │ ├── box-shadow@2.png │ │ ├── checkbox-checked-active-dark.png │ │ ├── checkbox-checked-active-dark@2.png │ │ ├── checkbox-checked-active.png │ │ ├── checkbox-checked-active@2.png │ │ ├── checkbox-checked-dark.png │ │ ├── checkbox-checked-dark@2.png │ │ ├── checkbox-checked-disabled-dark.png │ │ ├── checkbox-checked-disabled-dark@2.png │ │ ├── checkbox-checked-disabled.png │ │ ├── checkbox-checked-disabled@2.png │ │ ├── checkbox-checked-hover-dark.png │ │ ├── checkbox-checked-hover-dark@2.png │ │ ├── checkbox-checked-hover.png │ │ ├── checkbox-checked-hover@2.png │ │ ├── checkbox-checked.png │ │ ├── checkbox-checked@2.png │ │ ├── checkbox-mixed-active-dark.png │ │ ├── checkbox-mixed-active-dark@2.png │ │ ├── checkbox-mixed-active.png │ │ ├── checkbox-mixed-active@2.png │ │ ├── checkbox-mixed-dark.png │ │ ├── checkbox-mixed-dark@2.png │ │ ├── checkbox-mixed-disabled-dark.png │ │ ├── checkbox-mixed-disabled-dark@2.png │ │ ├── checkbox-mixed-disabled.png │ │ ├── checkbox-mixed-disabled@2.png │ │ ├── checkbox-mixed-hover-dark.png │ │ ├── checkbox-mixed-hover-dark@2.png │ │ ├── checkbox-mixed-hover.png │ │ ├── checkbox-mixed-hover@2.png │ │ ├── checkbox-mixed.png │ │ ├── checkbox-mixed@2.png │ │ ├── checkbox-unchecked-active-dark.png │ │ ├── checkbox-unchecked-active-dark@2.png │ │ ├── checkbox-unchecked-active.png │ │ ├── checkbox-unchecked-active@2.png │ │ ├── checkbox-unchecked-dark.png │ │ ├── checkbox-unchecked-dark@2.png │ │ ├── checkbox-unchecked-disabled-dark.png │ │ ├── checkbox-unchecked-disabled-dark@2.png │ │ ├── checkbox-unchecked-disabled.png │ │ ├── checkbox-unchecked-disabled@2.png │ │ ├── checkbox-unchecked-hover-dark.png │ │ ├── checkbox-unchecked-hover-dark@2.png │ │ ├── checkbox-unchecked-hover.png │ │ ├── checkbox-unchecked-hover@2.png │ │ ├── checkbox-unchecked.png │ │ ├── checkbox-unchecked@2.png │ │ ├── menu-checkbox-checked-dark.png │ │ ├── menu-checkbox-checked-dark@2.png │ │ ├── menu-checkbox-checked-disabled-dark.png │ │ ├── menu-checkbox-checked-disabled-dark@2.png │ │ ├── menu-checkbox-checked-disabled.png │ │ ├── menu-checkbox-checked-disabled@2.png │ │ ├── menu-checkbox-checked.png │ │ ├── menu-checkbox-checked@2.png │ │ ├── menu-checkbox-mixed-dark.png │ │ ├── menu-checkbox-mixed-dark@2.png │ │ ├── menu-checkbox-mixed-disabled-dark.png │ │ ├── menu-checkbox-mixed-disabled-dark@2.png │ │ ├── menu-checkbox-mixed-disabled.png │ │ ├── menu-checkbox-mixed-disabled@2.png │ │ ├── menu-checkbox-mixed.png │ │ ├── menu-checkbox-mixed@2.png │ │ ├── menu-checkbox-unchecked-dark.png │ │ ├── menu-checkbox-unchecked-dark@2.png │ │ ├── menu-checkbox-unchecked-disabled-dark.png │ │ ├── menu-checkbox-unchecked-disabled-dark@2.png │ │ ├── menu-checkbox-unchecked-disabled.png │ │ ├── menu-checkbox-unchecked-disabled@2.png │ │ ├── menu-checkbox-unchecked.png │ │ ├── menu-checkbox-unchecked@2.png │ │ ├── menu-radio-checked-dark.png │ │ ├── menu-radio-checked-dark@2.png │ │ ├── menu-radio-checked-disabled-dark.png │ │ ├── menu-radio-checked-disabled-dark@2.png │ │ ├── menu-radio-checked-disabled.png │ │ ├── menu-radio-checked-disabled@2.png │ │ ├── menu-radio-checked.png │ │ ├── menu-radio-checked@2.png │ │ ├── menu-radio-mixed-dark.png │ │ ├── menu-radio-mixed-dark@2.png │ │ ├── menu-radio-mixed-disabled-dark.png │ │ ├── menu-radio-mixed-disabled-dark@2.png │ │ ├── menu-radio-mixed-disabled.png │ │ ├── menu-radio-mixed-disabled@2.png │ │ ├── menu-radio-mixed.png │ │ ├── menu-radio-mixed@2.png │ │ ├── menu-radio-unchecked-dark.png │ │ ├── menu-radio-unchecked-dark@2.png │ │ ├── menu-radio-unchecked-disabled-dark.png │ │ ├── menu-radio-unchecked-disabled-dark@2.png │ │ ├── menu-radio-unchecked-disabled.png │ │ ├── menu-radio-unchecked-disabled@2.png │ │ ├── menu-radio-unchecked.png │ │ ├── menu-radio-unchecked@2.png │ │ ├── radio-checked-active-dark.png │ │ ├── radio-checked-active-dark@2.png │ │ ├── radio-checked-active.png │ │ ├── radio-checked-active@2.png │ │ ├── radio-checked-dark.png │ │ ├── radio-checked-dark@2.png │ │ ├── radio-checked-disabled-dark.png │ │ ├── radio-checked-disabled-dark@2.png │ │ ├── radio-checked-disabled.png │ │ ├── radio-checked-disabled@2.png │ │ ├── radio-checked-hover-dark.png │ │ ├── radio-checked-hover-dark@2.png │ │ ├── radio-checked-hover.png │ │ ├── radio-checked-hover@2.png │ │ ├── radio-checked.png │ │ ├── radio-checked@2.png │ │ ├── radio-mixed-active-dark.png │ │ ├── radio-mixed-active-dark@2.png │ │ ├── radio-mixed-active.png │ │ ├── radio-mixed-active@2.png │ │ ├── radio-mixed-dark.png │ │ ├── radio-mixed-dark@2.png │ │ ├── radio-mixed-disabled-dark.png │ │ ├── radio-mixed-disabled-dark@2.png │ │ ├── radio-mixed-disabled.png │ │ ├── radio-mixed-disabled@2.png │ │ ├── radio-mixed-hover-dark.png │ │ ├── radio-mixed-hover-dark@2.png │ │ ├── radio-mixed-hover.png │ │ ├── radio-mixed-hover@2.png │ │ ├── radio-mixed.png │ │ ├── radio-mixed@2.png │ │ ├── radio-unchecked-active-dark.png │ │ ├── radio-unchecked-active-dark@2.png │ │ ├── radio-unchecked-active.png │ │ ├── radio-unchecked-active@2.png │ │ ├── radio-unchecked-dark.png │ │ ├── radio-unchecked-dark@2.png │ │ ├── radio-unchecked-disabled-dark.png │ │ ├── radio-unchecked-disabled-dark@2.png │ │ ├── radio-unchecked-disabled.png │ │ ├── radio-unchecked-disabled@2.png │ │ ├── radio-unchecked-hover-dark.png │ │ ├── radio-unchecked-hover-dark@2.png │ │ ├── radio-unchecked-hover.png │ │ ├── radio-unchecked-hover@2.png │ │ ├── radio-unchecked.png │ │ ├── radio-unchecked@2.png │ │ ├── scalable │ │ ├── checkbox-checked-symbolic.svg │ │ ├── checkbox-checked-symbolic.symbolic.png │ │ ├── checkbox-mixed-symbolic.svg │ │ ├── checkbox-mixed-symbolic.symbolic.png │ │ ├── checkbox-unchecked-symbolic.svg │ │ ├── checkbox-unchecked-symbolic.symbolic.png │ │ ├── radio-checked-symbolic.svg │ │ ├── radio-checked-symbolic.symbolic.png │ │ ├── radio-mixed-symbolic.svg │ │ ├── radio-mixed-symbolic.symbolic.png │ │ ├── radio-unchecked-symbolic.svg │ │ ├── radio-unchecked-symbolic.symbolic.png │ │ ├── small-checkbox-checked-symbolic.svg │ │ ├── small-checkbox-checked-symbolic.symbolic.png │ │ ├── small-checkbox-mixed-symbolic.svg │ │ ├── small-checkbox-mixed-symbolic.symbolic.png │ │ ├── small-checkbox-unchecked-symbolic.svg │ │ ├── small-checkbox-unchecked-symbolic.symbolic.png │ │ ├── small-radio-checked-symbolic.svg │ │ ├── small-radio-checked-symbolic.symbolic.png │ │ ├── small-radio-mixed-symbolic.svg │ │ ├── small-radio-mixed-symbolic.symbolic.png │ │ ├── small-radio-unchecked-symbolic.svg │ │ └── small-radio-unchecked-symbolic.symbolic.png │ │ ├── scale-horz-marks-after-slider-dark.png │ │ ├── scale-horz-marks-after-slider-dark@2.png │ │ ├── scale-horz-marks-after-slider-disabled-dark.png │ │ ├── scale-horz-marks-after-slider-disabled-dark@2.png │ │ ├── scale-horz-marks-after-slider-disabled.png │ │ ├── scale-horz-marks-after-slider-disabled@2.png │ │ ├── scale-horz-marks-after-slider.png │ │ ├── scale-horz-marks-after-slider@2.png │ │ ├── scale-horz-marks-before-slider-dark.png │ │ ├── scale-horz-marks-before-slider-dark@2.png │ │ ├── scale-horz-marks-before-slider-disabled-dark.png │ │ ├── scale-horz-marks-before-slider-disabled-dark@2.png │ │ ├── scale-horz-marks-before-slider-disabled.png │ │ ├── scale-horz-marks-before-slider-disabled@2.png │ │ ├── scale-horz-marks-before-slider.png │ │ ├── scale-horz-marks-before-slider@2.png │ │ ├── scale-slider-dark.png │ │ ├── scale-slider-dark@2.png │ │ ├── scale-slider-disabled-dark.png │ │ ├── scale-slider-disabled-dark@2.png │ │ ├── scale-slider-disabled.png │ │ ├── scale-slider-disabled@2.png │ │ ├── scale-slider.png │ │ ├── scale-slider@2.png │ │ ├── scale-vert-marks-after-slider-dark.png │ │ ├── scale-vert-marks-after-slider-dark@2.png │ │ ├── scale-vert-marks-after-slider-disabled-dark.png │ │ ├── scale-vert-marks-after-slider-disabled-dark@2.png │ │ ├── scale-vert-marks-after-slider-disabled.png │ │ ├── scale-vert-marks-after-slider-disabled@2.png │ │ ├── scale-vert-marks-after-slider.png │ │ ├── scale-vert-marks-after-slider@2.png │ │ ├── scale-vert-marks-before-slider-dark.png │ │ ├── scale-vert-marks-before-slider-dark@2.png │ │ ├── scale-vert-marks-before-slider-disabled-dark.png │ │ ├── scale-vert-marks-before-slider-disabled-dark@2.png │ │ ├── scale-vert-marks-before-slider-disabled.png │ │ ├── scale-vert-marks-before-slider-disabled@2.png │ │ ├── scale-vert-marks-before-slider.png │ │ ├── scale-vert-marks-before-slider@2.png │ │ ├── selectionmode-checkbox-checked-dark.png │ │ ├── selectionmode-checkbox-checked-dark@2.png │ │ ├── selectionmode-checkbox-checked.png │ │ ├── selectionmode-checkbox-checked@2.png │ │ ├── selectionmode-checkbox-unchecked-dark.png │ │ ├── selectionmode-checkbox-unchecked-dark@2.png │ │ ├── selectionmode-checkbox-unchecked.png │ │ └── selectionmode-checkbox-unchecked@2.png ├── index.theme ├── metacity-1 │ ├── button.svg │ ├── close.svg │ ├── maximize.svg │ ├── menu.svg │ ├── metacity-theme-2.xml │ ├── metacity-theme-3.xml │ ├── minimize.svg │ ├── shade.svg │ ├── unmaximize.svg │ └── unshade.svg └── unity │ ├── buttons │ ├── close_focused.svg │ ├── close_focused_prelight.svg │ ├── close_focused_pressed.svg │ ├── close_unfocused.svg │ ├── close_unfocused_prelight.svg │ ├── close_unfocused_pressed.svg │ ├── maximize_focused.svg │ ├── maximize_focused_prelight.svg │ ├── maximize_focused_pressed.svg │ ├── maximize_unfocused.svg │ ├── maximize_unfocused_prelight.svg │ ├── maximize_unfocused_pressed.svg │ ├── minimize_focused.svg │ ├── minimize_focused_prelight.svg │ ├── minimize_focused_pressed.svg │ ├── minimize_unfocused.svg │ ├── minimize_unfocused_prelight.svg │ ├── minimize_unfocused_pressed.svg │ ├── unmaximize_focused.svg │ ├── unmaximize_focused_prelight.svg │ ├── unmaximize_focused_pressed.svg │ ├── unmaximize_unfocused.svg │ ├── unmaximize_unfocused_prelight.svg │ └── unmaximize_unfocused_pressed.svg │ ├── close.svg │ ├── close_dash.svg │ ├── close_dash_disabled.svg │ ├── close_dash_prelight.svg │ ├── close_dash_pressed.svg │ ├── close_focused_normal.svg │ ├── close_focused_prelight.svg │ ├── close_focused_pressed.svg │ ├── close_unfocused.svg │ ├── close_unfocused_prelight.svg │ ├── close_unfocused_pressed.svg │ ├── dash-widgets.json │ ├── launcher_arrow_btt_19.svg │ ├── launcher_arrow_btt_37.svg │ ├── launcher_arrow_ltr_19.svg │ ├── launcher_arrow_ltr_37.svg │ ├── launcher_arrow_outline_btt_19.svg │ ├── launcher_arrow_outline_btt_37.svg │ ├── launcher_arrow_outline_ltr_19.svg │ ├── launcher_arrow_outline_ltr_37.svg │ ├── launcher_arrow_outline_rtl_19.svg │ ├── launcher_arrow_outline_rtl_37.svg │ ├── launcher_arrow_outline_ttb_19.svg │ ├── launcher_arrow_outline_ttb_37.svg │ ├── launcher_arrow_rtl_19.svg │ ├── launcher_arrow_rtl_37.svg │ ├── launcher_arrow_ttb_19.svg │ ├── launcher_arrow_ttb_37.svg │ ├── launcher_bfb.png │ ├── launcher_icon_back_150.svg │ ├── launcher_icon_back_54.svg │ ├── launcher_icon_edge_150.svg │ ├── launcher_icon_edge_54.svg │ ├── launcher_icon_glow_200.svg │ ├── launcher_icon_glow_62.svg │ ├── launcher_icon_selected_back_150.svg │ ├── launcher_icon_selected_back_54.svg │ ├── launcher_icon_shadow_200.svg │ ├── launcher_icon_shadow_62.svg │ ├── launcher_icon_shine_150.svg │ ├── launcher_icon_shine_54.svg │ ├── launcher_pip_btt_19.svg │ ├── launcher_pip_btt_37.svg │ ├── launcher_pip_ltr_19.svg │ ├── launcher_pip_ltr_37.svg │ ├── launcher_pip_rtl_19.svg │ ├── launcher_pip_rtl_37.svg │ ├── launcher_pip_ttb_19.svg │ ├── launcher_pip_ttb_37.svg │ ├── maximize.svg │ ├── maximize_dash.svg │ ├── maximize_dash_disabled.svg │ ├── maximize_dash_prelight.svg │ ├── maximize_dash_pressed.svg │ ├── maximize_focused_normal.svg │ ├── maximize_focused_prelight.svg │ ├── maximize_focused_pressed.svg │ ├── maximize_unfocused.svg │ ├── maximize_unfocused_prelight.svg │ ├── maximize_unfocused_pressed.svg │ ├── minimize.svg │ ├── minimize_dash.svg │ ├── minimize_dash_disabled.svg │ ├── minimize_dash_prelight.svg │ ├── minimize_dash_pressed.svg │ ├── minimize_focused_normal.svg │ ├── minimize_focused_prelight.svg │ ├── minimize_focused_pressed.svg │ ├── minimize_unfocused.svg │ ├── minimize_unfocused_prelight.svg │ ├── minimize_unfocused_pressed.svg │ ├── progress_bar_fill.svg │ ├── progress_bar_trough.svg │ ├── sheet_style_close_focused.svg │ ├── sheet_style_close_focused_prelight.svg │ ├── sheet_style_close_focused_pressed.svg │ ├── unmaximize.svg │ ├── unmaximize_dash.svg │ ├── unmaximize_dash_disabled.svg │ ├── unmaximize_dash_prelight.svg │ ├── unmaximize_dash_pressed.svg │ ├── unmaximize_focused_normal.svg │ ├── unmaximize_focused_prelight.svg │ ├── unmaximize_focused_pressed.svg │ ├── unmaximize_unfocused.svg │ ├── unmaximize_unfocused_prelight.svg │ └── unmaximize_unfocused_pressed.svg ├── Flat-Plat-Blue-dark ├── COPYING ├── chrome │ └── Flat-Plat-Blue-dark Theme.crx ├── gnome-shell │ ├── assets │ │ ├── calendar-arrow-left.svg │ │ ├── calendar-arrow-right.svg │ │ ├── checkbox-off.svg │ │ ├── checkbox.svg │ │ ├── close.svg │ │ ├── corner-ripple-ltr.svg │ │ ├── corner-ripple-rtl.svg │ │ ├── dash-placeholder.svg │ │ ├── dash │ │ │ ├── bottom-running1-focused.svg │ │ │ ├── bottom-running1.svg │ │ │ ├── bottom-running2-focused.svg │ │ │ ├── bottom-running2.svg │ │ │ ├── bottom-running3-focused.svg │ │ │ ├── bottom-running3.svg │ │ │ ├── bottom-running4-focused.svg │ │ │ ├── bottom-running4.svg │ │ │ ├── left-running1-focused.svg │ │ │ ├── left-running1.svg │ │ │ ├── left-running2-focused.svg │ │ │ ├── left-running2.svg │ │ │ ├── left-running3-focused.svg │ │ │ ├── left-running3.svg │ │ │ ├── left-running4-focused.svg │ │ │ ├── left-running4.svg │ │ │ ├── right-running1-focused.svg │ │ │ ├── right-running1.svg │ │ │ ├── right-running2-focused.svg │ │ │ ├── right-running2.svg │ │ │ ├── right-running3-focused.svg │ │ │ ├── right-running3.svg │ │ │ ├── right-running4-focused.svg │ │ │ ├── right-running4.svg │ │ │ ├── top-running1-focused.svg │ │ │ ├── top-running1.svg │ │ │ ├── top-running2-focused.svg │ │ │ ├── top-running2.svg │ │ │ ├── top-running3-focused.svg │ │ │ ├── top-running3.svg │ │ │ ├── top-running4-focused.svg │ │ │ └── top-running4.svg │ │ ├── more-results.svg │ │ ├── no-events.svg │ │ ├── no-notifications.svg │ │ ├── process-working.svg │ │ ├── toggle-off.svg │ │ ├── toggle-on.svg │ │ ├── window-close-active.svg │ │ └── window-close.svg │ ├── extensions │ │ └── workspaces-to-dock │ │ │ └── workspaces-to-dock.css │ ├── gnome-shell-theme.gresource │ ├── gnome-shell.css │ ├── no-events.svg │ ├── no-notifications.svg │ ├── pad-osd.css │ └── process-working.svg ├── gtk-2.0 │ ├── apps.rc │ ├── assets │ │ ├── border.png │ │ ├── button-active.png │ │ ├── button-hover.png │ │ ├── button-insensitive.png │ │ ├── button.png │ │ ├── checkbox-checked-active.png │ │ ├── checkbox-checked-hover.png │ │ ├── checkbox-checked-insensitive.png │ │ ├── checkbox-checked.png │ │ ├── checkbox-mixed-active.png │ │ ├── checkbox-mixed-hover.png │ │ ├── checkbox-mixed-insensitive.png │ │ ├── checkbox-mixed.png │ │ ├── checkbox-unchecked-active.png │ │ ├── checkbox-unchecked-hover.png │ │ ├── checkbox-unchecked-insensitive.png │ │ ├── checkbox-unchecked.png │ │ ├── combo-ltr-button-active.png │ │ ├── combo-ltr-button-hover.png │ │ ├── combo-ltr-button-insensitive.png │ │ ├── combo-ltr-button.png │ │ ├── combo-ltr-entry-active.png │ │ ├── combo-ltr-entry-insensitive.png │ │ ├── combo-ltr-entry.png │ │ ├── combo-rtl-button-active.png │ │ ├── combo-rtl-button-hover.png │ │ ├── combo-rtl-button-insensitive.png │ │ ├── combo-rtl-button.png │ │ ├── combo-rtl-entry-active.png │ │ ├── combo-rtl-entry-insensitive.png │ │ ├── combo-rtl-entry.png │ │ ├── entry-active.png │ │ ├── entry-background-insensitive.png │ │ ├── entry-background.png │ │ ├── entry-insensitive.png │ │ ├── entry.png │ │ ├── flat-button-active.png │ │ ├── flat-button-hover.png │ │ ├── flat-button-insensitive.png │ │ ├── flat-button.png │ │ ├── focus.png │ │ ├── frame-inline.png │ │ ├── frame-notebook.png │ │ ├── frame.png │ │ ├── handle-horz-active.png │ │ ├── handle-horz-hover.png │ │ ├── handle-horz.png │ │ ├── handle-vert-active.png │ │ ├── handle-vert-hover.png │ │ ├── handle-vert.png │ │ ├── menu-checkbox-checked-insensitive.png │ │ ├── menu-checkbox-checked.png │ │ ├── menu-checkbox-mixed-insensitive.png │ │ ├── menu-checkbox-mixed.png │ │ ├── menu-checkbox-unchecked-insensitive.png │ │ ├── menu-checkbox-unchecked.png │ │ ├── menu-radio-checked-insensitive.png │ │ ├── menu-radio-checked.png │ │ ├── menu-radio-mixed-insensitive.png │ │ ├── menu-radio-mixed.png │ │ ├── menu-radio-unchecked-insensitive.png │ │ ├── menu-radio-unchecked.png │ │ ├── notebook-combo-ltr-entry-active.png │ │ ├── notebook-combo-ltr-entry-insensitive.png │ │ ├── notebook-combo-ltr-entry.png │ │ ├── notebook-combo-rtl-entry-active.png │ │ ├── notebook-combo-rtl-entry-insensitive.png │ │ ├── notebook-combo-rtl-entry.png │ │ ├── notebook-entry-active.png │ │ ├── notebook-entry-insensitive.png │ │ ├── notebook-entry.png │ │ ├── pan-down-alt-insensitive.png │ │ ├── pan-down-alt.png │ │ ├── pan-down-insensitive.png │ │ ├── pan-down.png │ │ ├── pan-left-alt-insensitive.png │ │ ├── pan-left-alt.png │ │ ├── pan-left-insensitive.png │ │ ├── pan-left-semi.png │ │ ├── pan-left.png │ │ ├── pan-right-alt-insensitive.png │ │ ├── pan-right-alt.png │ │ ├── pan-right-insensitive.png │ │ ├── pan-right-semi.png │ │ ├── pan-right.png │ │ ├── pan-up-alt-insensitive.png │ │ ├── pan-up-alt.png │ │ ├── pan-up-insensitive.png │ │ ├── pan-up.png │ │ ├── progressbar-progress.png │ │ ├── progressbar-trough.png │ │ ├── radio-checked-active.png │ │ ├── radio-checked-hover.png │ │ ├── radio-checked-insensitive.png │ │ ├── radio-checked.png │ │ ├── radio-mixed-active.png │ │ ├── radio-mixed-hover.png │ │ ├── radio-mixed-insensitive.png │ │ ├── radio-mixed.png │ │ ├── radio-unchecked-active.png │ │ ├── radio-unchecked-hover.png │ │ ├── radio-unchecked-insensitive.png │ │ ├── radio-unchecked.png │ │ ├── scale-horz-trough-active.png │ │ ├── scale-horz-trough-insensitive.png │ │ ├── scale-horz-trough.png │ │ ├── scale-slider-active.png │ │ ├── scale-slider-hover.png │ │ ├── scale-slider-insensitive.png │ │ ├── scale-slider.png │ │ ├── scale-vert-trough-active.png │ │ ├── scale-vert-trough-insensitive.png │ │ ├── scale-vert-trough.png │ │ ├── scrollbar-horz-slider-active.png │ │ ├── scrollbar-horz-slider-hover.png │ │ ├── scrollbar-horz-slider-insensitive.png │ │ ├── scrollbar-horz-slider.png │ │ ├── scrollbar-horz-trough.png │ │ ├── scrollbar-vert-ltr-slider-active.png │ │ ├── scrollbar-vert-ltr-slider-hover.png │ │ ├── scrollbar-vert-ltr-slider-insensitive.png │ │ ├── scrollbar-vert-ltr-slider.png │ │ ├── scrollbar-vert-ltr-trough.png │ │ ├── scrollbar-vert-rtl-slider-active.png │ │ ├── scrollbar-vert-rtl-slider-hover.png │ │ ├── scrollbar-vert-rtl-slider-insensitive.png │ │ ├── scrollbar-vert-rtl-slider.png │ │ ├── scrollbar-vert-rtl-trough.png │ │ ├── spin-ltr-down-active.png │ │ ├── spin-ltr-down-hover.png │ │ ├── spin-ltr-down-insensitive.png │ │ ├── spin-ltr-down.png │ │ ├── spin-ltr-up-active.png │ │ ├── spin-ltr-up-hover.png │ │ ├── spin-ltr-up-insensitive.png │ │ ├── spin-ltr-up.png │ │ ├── spin-rtl-down-active.png │ │ ├── spin-rtl-down-hover.png │ │ ├── spin-rtl-down-insensitive.png │ │ ├── spin-rtl-down.png │ │ ├── spin-rtl-up-active.png │ │ ├── spin-rtl-up-hover.png │ │ ├── spin-rtl-up-insensitive.png │ │ ├── spin-rtl-up.png │ │ ├── tab.png │ │ ├── treeview-ltr-button-active.png │ │ ├── treeview-ltr-button-hover.png │ │ ├── treeview-ltr-button.png │ │ ├── treeview-rtl-button-active.png │ │ ├── treeview-rtl-button-hover.png │ │ └── treeview-rtl-button.png │ ├── gtkrc │ ├── hacks.rc │ └── main.rc ├── gtk-3.0 │ ├── assets │ └── gtk.css ├── gtk-3.20 │ ├── assets │ └── gtk.css ├── gtk-3.22 │ ├── assets │ └── gtk.css ├── gtk-common │ └── assets │ │ ├── box-shadow-backdrop-dark.png │ │ ├── box-shadow-backdrop-dark@2.png │ │ ├── box-shadow-backdrop.png │ │ ├── box-shadow-backdrop@2.png │ │ ├── box-shadow-dark.png │ │ ├── box-shadow-dark@2.png │ │ ├── box-shadow.png │ │ ├── box-shadow@2.png │ │ ├── checkbox-checked-active-dark.png │ │ ├── checkbox-checked-active-dark@2.png │ │ ├── checkbox-checked-active.png │ │ ├── checkbox-checked-active@2.png │ │ ├── checkbox-checked-dark.png │ │ ├── checkbox-checked-dark@2.png │ │ ├── checkbox-checked-disabled-dark.png │ │ ├── checkbox-checked-disabled-dark@2.png │ │ ├── checkbox-checked-disabled.png │ │ ├── checkbox-checked-disabled@2.png │ │ ├── checkbox-checked-hover-dark.png │ │ ├── checkbox-checked-hover-dark@2.png │ │ ├── checkbox-checked-hover.png │ │ ├── checkbox-checked-hover@2.png │ │ ├── checkbox-checked.png │ │ ├── checkbox-checked@2.png │ │ ├── checkbox-mixed-active-dark.png │ │ ├── checkbox-mixed-active-dark@2.png │ │ ├── checkbox-mixed-active.png │ │ ├── checkbox-mixed-active@2.png │ │ ├── checkbox-mixed-dark.png │ │ ├── checkbox-mixed-dark@2.png │ │ ├── checkbox-mixed-disabled-dark.png │ │ ├── checkbox-mixed-disabled-dark@2.png │ │ ├── checkbox-mixed-disabled.png │ │ ├── checkbox-mixed-disabled@2.png │ │ ├── checkbox-mixed-hover-dark.png │ │ ├── checkbox-mixed-hover-dark@2.png │ │ ├── checkbox-mixed-hover.png │ │ ├── checkbox-mixed-hover@2.png │ │ ├── checkbox-mixed.png │ │ ├── checkbox-mixed@2.png │ │ ├── checkbox-unchecked-active-dark.png │ │ ├── checkbox-unchecked-active-dark@2.png │ │ ├── checkbox-unchecked-active.png │ │ ├── checkbox-unchecked-active@2.png │ │ ├── checkbox-unchecked-dark.png │ │ ├── checkbox-unchecked-dark@2.png │ │ ├── checkbox-unchecked-disabled-dark.png │ │ ├── checkbox-unchecked-disabled-dark@2.png │ │ ├── checkbox-unchecked-disabled.png │ │ ├── checkbox-unchecked-disabled@2.png │ │ ├── checkbox-unchecked-hover-dark.png │ │ ├── checkbox-unchecked-hover-dark@2.png │ │ ├── checkbox-unchecked-hover.png │ │ ├── checkbox-unchecked-hover@2.png │ │ ├── checkbox-unchecked.png │ │ ├── checkbox-unchecked@2.png │ │ ├── menu-checkbox-checked-dark.png │ │ ├── menu-checkbox-checked-dark@2.png │ │ ├── menu-checkbox-checked-disabled-dark.png │ │ ├── menu-checkbox-checked-disabled-dark@2.png │ │ ├── menu-checkbox-checked-disabled.png │ │ ├── menu-checkbox-checked-disabled@2.png │ │ ├── menu-checkbox-checked.png │ │ ├── menu-checkbox-checked@2.png │ │ ├── menu-checkbox-mixed-dark.png │ │ ├── menu-checkbox-mixed-dark@2.png │ │ ├── menu-checkbox-mixed-disabled-dark.png │ │ ├── menu-checkbox-mixed-disabled-dark@2.png │ │ ├── menu-checkbox-mixed-disabled.png │ │ ├── menu-checkbox-mixed-disabled@2.png │ │ ├── menu-checkbox-mixed.png │ │ ├── menu-checkbox-mixed@2.png │ │ ├── menu-checkbox-unchecked-dark.png │ │ ├── menu-checkbox-unchecked-dark@2.png │ │ ├── menu-checkbox-unchecked-disabled-dark.png │ │ ├── menu-checkbox-unchecked-disabled-dark@2.png │ │ ├── menu-checkbox-unchecked-disabled.png │ │ ├── menu-checkbox-unchecked-disabled@2.png │ │ ├── menu-checkbox-unchecked.png │ │ ├── menu-checkbox-unchecked@2.png │ │ ├── menu-radio-checked-dark.png │ │ ├── menu-radio-checked-dark@2.png │ │ ├── menu-radio-checked-disabled-dark.png │ │ ├── menu-radio-checked-disabled-dark@2.png │ │ ├── menu-radio-checked-disabled.png │ │ ├── menu-radio-checked-disabled@2.png │ │ ├── menu-radio-checked.png │ │ ├── menu-radio-checked@2.png │ │ ├── menu-radio-mixed-dark.png │ │ ├── menu-radio-mixed-dark@2.png │ │ ├── menu-radio-mixed-disabled-dark.png │ │ ├── menu-radio-mixed-disabled-dark@2.png │ │ ├── menu-radio-mixed-disabled.png │ │ ├── menu-radio-mixed-disabled@2.png │ │ ├── menu-radio-mixed.png │ │ ├── menu-radio-mixed@2.png │ │ ├── menu-radio-unchecked-dark.png │ │ ├── menu-radio-unchecked-dark@2.png │ │ ├── menu-radio-unchecked-disabled-dark.png │ │ ├── menu-radio-unchecked-disabled-dark@2.png │ │ ├── menu-radio-unchecked-disabled.png │ │ ├── menu-radio-unchecked-disabled@2.png │ │ ├── menu-radio-unchecked.png │ │ ├── menu-radio-unchecked@2.png │ │ ├── radio-checked-active-dark.png │ │ ├── radio-checked-active-dark@2.png │ │ ├── radio-checked-active.png │ │ ├── radio-checked-active@2.png │ │ ├── radio-checked-dark.png │ │ ├── radio-checked-dark@2.png │ │ ├── radio-checked-disabled-dark.png │ │ ├── radio-checked-disabled-dark@2.png │ │ ├── radio-checked-disabled.png │ │ ├── radio-checked-disabled@2.png │ │ ├── radio-checked-hover-dark.png │ │ ├── radio-checked-hover-dark@2.png │ │ ├── radio-checked-hover.png │ │ ├── radio-checked-hover@2.png │ │ ├── radio-checked.png │ │ ├── radio-checked@2.png │ │ ├── radio-mixed-active-dark.png │ │ ├── radio-mixed-active-dark@2.png │ │ ├── radio-mixed-active.png │ │ ├── radio-mixed-active@2.png │ │ ├── radio-mixed-dark.png │ │ ├── radio-mixed-dark@2.png │ │ ├── radio-mixed-disabled-dark.png │ │ ├── radio-mixed-disabled-dark@2.png │ │ ├── radio-mixed-disabled.png │ │ ├── radio-mixed-disabled@2.png │ │ ├── radio-mixed-hover-dark.png │ │ ├── radio-mixed-hover-dark@2.png │ │ ├── radio-mixed-hover.png │ │ ├── radio-mixed-hover@2.png │ │ ├── radio-mixed.png │ │ ├── radio-mixed@2.png │ │ ├── radio-unchecked-active-dark.png │ │ ├── radio-unchecked-active-dark@2.png │ │ ├── radio-unchecked-active.png │ │ ├── radio-unchecked-active@2.png │ │ ├── radio-unchecked-dark.png │ │ ├── radio-unchecked-dark@2.png │ │ ├── radio-unchecked-disabled-dark.png │ │ ├── radio-unchecked-disabled-dark@2.png │ │ ├── radio-unchecked-disabled.png │ │ ├── radio-unchecked-disabled@2.png │ │ ├── radio-unchecked-hover-dark.png │ │ ├── radio-unchecked-hover-dark@2.png │ │ ├── radio-unchecked-hover.png │ │ ├── radio-unchecked-hover@2.png │ │ ├── radio-unchecked.png │ │ ├── radio-unchecked@2.png │ │ ├── scalable │ │ ├── checkbox-checked-symbolic.svg │ │ ├── checkbox-checked-symbolic.symbolic.png │ │ ├── checkbox-mixed-symbolic.svg │ │ ├── checkbox-mixed-symbolic.symbolic.png │ │ ├── checkbox-unchecked-symbolic.svg │ │ ├── checkbox-unchecked-symbolic.symbolic.png │ │ ├── radio-checked-symbolic.svg │ │ ├── radio-checked-symbolic.symbolic.png │ │ ├── radio-mixed-symbolic.svg │ │ ├── radio-mixed-symbolic.symbolic.png │ │ ├── radio-unchecked-symbolic.svg │ │ ├── radio-unchecked-symbolic.symbolic.png │ │ ├── small-checkbox-checked-symbolic.svg │ │ ├── small-checkbox-checked-symbolic.symbolic.png │ │ ├── small-checkbox-mixed-symbolic.svg │ │ ├── small-checkbox-mixed-symbolic.symbolic.png │ │ ├── small-checkbox-unchecked-symbolic.svg │ │ ├── small-checkbox-unchecked-symbolic.symbolic.png │ │ ├── small-radio-checked-symbolic.svg │ │ ├── small-radio-checked-symbolic.symbolic.png │ │ ├── small-radio-mixed-symbolic.svg │ │ ├── small-radio-mixed-symbolic.symbolic.png │ │ ├── small-radio-unchecked-symbolic.svg │ │ └── small-radio-unchecked-symbolic.symbolic.png │ │ ├── scale-horz-marks-after-slider-dark.png │ │ ├── scale-horz-marks-after-slider-dark@2.png │ │ ├── scale-horz-marks-after-slider-disabled-dark.png │ │ ├── scale-horz-marks-after-slider-disabled-dark@2.png │ │ ├── scale-horz-marks-after-slider-disabled.png │ │ ├── scale-horz-marks-after-slider-disabled@2.png │ │ ├── scale-horz-marks-after-slider.png │ │ ├── scale-horz-marks-after-slider@2.png │ │ ├── scale-horz-marks-before-slider-dark.png │ │ ├── scale-horz-marks-before-slider-dark@2.png │ │ ├── scale-horz-marks-before-slider-disabled-dark.png │ │ ├── scale-horz-marks-before-slider-disabled-dark@2.png │ │ ├── scale-horz-marks-before-slider-disabled.png │ │ ├── scale-horz-marks-before-slider-disabled@2.png │ │ ├── scale-horz-marks-before-slider.png │ │ ├── scale-horz-marks-before-slider@2.png │ │ ├── scale-slider-dark.png │ │ ├── scale-slider-dark@2.png │ │ ├── scale-slider-disabled-dark.png │ │ ├── scale-slider-disabled-dark@2.png │ │ ├── scale-slider-disabled.png │ │ ├── scale-slider-disabled@2.png │ │ ├── scale-slider.png │ │ ├── scale-slider@2.png │ │ ├── scale-vert-marks-after-slider-dark.png │ │ ├── scale-vert-marks-after-slider-dark@2.png │ │ ├── scale-vert-marks-after-slider-disabled-dark.png │ │ ├── scale-vert-marks-after-slider-disabled-dark@2.png │ │ ├── scale-vert-marks-after-slider-disabled.png │ │ ├── scale-vert-marks-after-slider-disabled@2.png │ │ ├── scale-vert-marks-after-slider.png │ │ ├── scale-vert-marks-after-slider@2.png │ │ ├── scale-vert-marks-before-slider-dark.png │ │ ├── scale-vert-marks-before-slider-dark@2.png │ │ ├── scale-vert-marks-before-slider-disabled-dark.png │ │ ├── scale-vert-marks-before-slider-disabled-dark@2.png │ │ ├── scale-vert-marks-before-slider-disabled.png │ │ ├── scale-vert-marks-before-slider-disabled@2.png │ │ ├── scale-vert-marks-before-slider.png │ │ ├── scale-vert-marks-before-slider@2.png │ │ ├── selectionmode-checkbox-checked-dark.png │ │ ├── selectionmode-checkbox-checked-dark@2.png │ │ ├── selectionmode-checkbox-checked.png │ │ ├── selectionmode-checkbox-checked@2.png │ │ ├── selectionmode-checkbox-unchecked-dark.png │ │ ├── selectionmode-checkbox-unchecked-dark@2.png │ │ ├── selectionmode-checkbox-unchecked.png │ │ └── selectionmode-checkbox-unchecked@2.png ├── index.theme ├── metacity-1 │ ├── button.svg │ ├── close.svg │ ├── maximize.svg │ ├── menu.svg │ ├── metacity-theme-2.xml │ ├── metacity-theme-3.xml │ ├── minimize.svg │ ├── shade.svg │ ├── unmaximize.svg │ └── unshade.svg └── unity │ ├── buttons │ ├── close_focused.svg │ ├── close_focused_prelight.svg │ ├── close_focused_pressed.svg │ ├── close_unfocused.svg │ ├── close_unfocused_prelight.svg │ ├── close_unfocused_pressed.svg │ ├── maximize_focused.svg │ ├── maximize_focused_prelight.svg │ ├── maximize_focused_pressed.svg │ ├── maximize_unfocused.svg │ ├── maximize_unfocused_prelight.svg │ ├── maximize_unfocused_pressed.svg │ ├── minimize_focused.svg │ ├── minimize_focused_prelight.svg │ ├── minimize_focused_pressed.svg │ ├── minimize_unfocused.svg │ ├── minimize_unfocused_prelight.svg │ ├── minimize_unfocused_pressed.svg │ ├── unmaximize_focused.svg │ ├── unmaximize_focused_prelight.svg │ ├── unmaximize_focused_pressed.svg │ ├── unmaximize_unfocused.svg │ ├── unmaximize_unfocused_prelight.svg │ └── unmaximize_unfocused_pressed.svg │ ├── close.svg │ ├── close_dash.svg │ ├── close_dash_disabled.svg │ ├── close_dash_prelight.svg │ ├── close_dash_pressed.svg │ ├── close_focused_normal.svg │ ├── close_focused_prelight.svg │ ├── close_focused_pressed.svg │ ├── close_unfocused.svg │ ├── close_unfocused_prelight.svg │ ├── close_unfocused_pressed.svg │ ├── dash-widgets.json │ ├── launcher_arrow_btt_19.svg │ ├── launcher_arrow_btt_37.svg │ ├── launcher_arrow_ltr_19.svg │ ├── launcher_arrow_ltr_37.svg │ ├── launcher_arrow_outline_btt_19.svg │ ├── launcher_arrow_outline_btt_37.svg │ ├── launcher_arrow_outline_ltr_19.svg │ ├── launcher_arrow_outline_ltr_37.svg │ ├── launcher_arrow_outline_rtl_19.svg │ ├── launcher_arrow_outline_rtl_37.svg │ ├── launcher_arrow_outline_ttb_19.svg │ ├── launcher_arrow_outline_ttb_37.svg │ ├── launcher_arrow_rtl_19.svg │ ├── launcher_arrow_rtl_37.svg │ ├── launcher_arrow_ttb_19.svg │ ├── launcher_arrow_ttb_37.svg │ ├── launcher_bfb.png │ ├── launcher_icon_back_150.svg │ ├── launcher_icon_back_54.svg │ ├── launcher_icon_edge_150.svg │ ├── launcher_icon_edge_54.svg │ ├── launcher_icon_glow_200.svg │ ├── launcher_icon_glow_62.svg │ ├── launcher_icon_selected_back_150.svg │ ├── launcher_icon_selected_back_54.svg │ ├── launcher_icon_shadow_200.svg │ ├── launcher_icon_shadow_62.svg │ ├── launcher_icon_shine_150.svg │ ├── launcher_icon_shine_54.svg │ ├── launcher_pip_btt_19.svg │ ├── launcher_pip_btt_37.svg │ ├── launcher_pip_ltr_19.svg │ ├── launcher_pip_ltr_37.svg │ ├── launcher_pip_rtl_19.svg │ ├── launcher_pip_rtl_37.svg │ ├── launcher_pip_ttb_19.svg │ ├── launcher_pip_ttb_37.svg │ ├── maximize.svg │ ├── maximize_dash.svg │ ├── maximize_dash_disabled.svg │ ├── maximize_dash_prelight.svg │ ├── maximize_dash_pressed.svg │ ├── maximize_focused_normal.svg │ ├── maximize_focused_prelight.svg │ ├── maximize_focused_pressed.svg │ ├── maximize_unfocused.svg │ ├── maximize_unfocused_prelight.svg │ ├── maximize_unfocused_pressed.svg │ ├── minimize.svg │ ├── minimize_dash.svg │ ├── minimize_dash_disabled.svg │ ├── minimize_dash_prelight.svg │ ├── minimize_dash_pressed.svg │ ├── minimize_focused_normal.svg │ ├── minimize_focused_prelight.svg │ ├── minimize_focused_pressed.svg │ ├── minimize_unfocused.svg │ ├── minimize_unfocused_prelight.svg │ ├── minimize_unfocused_pressed.svg │ ├── progress_bar_fill.svg │ ├── progress_bar_trough.svg │ ├── sheet_style_close_focused.svg │ ├── sheet_style_close_focused_prelight.svg │ ├── sheet_style_close_focused_pressed.svg │ ├── unmaximize.svg │ ├── unmaximize_dash.svg │ ├── unmaximize_dash_disabled.svg │ ├── unmaximize_dash_prelight.svg │ ├── unmaximize_dash_pressed.svg │ ├── unmaximize_focused_normal.svg │ ├── unmaximize_focused_prelight.svg │ ├── unmaximize_focused_pressed.svg │ ├── unmaximize_unfocused.svg │ ├── unmaximize_unfocused_prelight.svg │ └── unmaximize_unfocused_pressed.svg ├── Flat-Plat-Blue ├── COPYING ├── chrome │ └── Flat-Plat-Blue Theme.crx ├── gnome-shell │ ├── assets │ │ ├── calendar-arrow-left.svg │ │ ├── calendar-arrow-right.svg │ │ ├── checkbox-off.svg │ │ ├── checkbox.svg │ │ ├── close.svg │ │ ├── corner-ripple-ltr.svg │ │ ├── corner-ripple-rtl.svg │ │ ├── dash-placeholder.svg │ │ ├── dash │ │ │ ├── bottom-running1-focused.svg │ │ │ ├── bottom-running1.svg │ │ │ ├── bottom-running2-focused.svg │ │ │ ├── bottom-running2.svg │ │ │ ├── bottom-running3-focused.svg │ │ │ ├── bottom-running3.svg │ │ │ ├── bottom-running4-focused.svg │ │ │ ├── bottom-running4.svg │ │ │ ├── left-running1-focused.svg │ │ │ ├── left-running1.svg │ │ │ ├── left-running2-focused.svg │ │ │ ├── left-running2.svg │ │ │ ├── left-running3-focused.svg │ │ │ ├── left-running3.svg │ │ │ ├── left-running4-focused.svg │ │ │ ├── left-running4.svg │ │ │ ├── right-running1-focused.svg │ │ │ ├── right-running1.svg │ │ │ ├── right-running2-focused.svg │ │ │ ├── right-running2.svg │ │ │ ├── right-running3-focused.svg │ │ │ ├── right-running3.svg │ │ │ ├── right-running4-focused.svg │ │ │ ├── right-running4.svg │ │ │ ├── top-running1-focused.svg │ │ │ ├── top-running1.svg │ │ │ ├── top-running2-focused.svg │ │ │ ├── top-running2.svg │ │ │ ├── top-running3-focused.svg │ │ │ ├── top-running3.svg │ │ │ ├── top-running4-focused.svg │ │ │ └── top-running4.svg │ │ ├── more-results.svg │ │ ├── no-events.svg │ │ ├── no-notifications.svg │ │ ├── process-working.svg │ │ ├── toggle-off.svg │ │ ├── toggle-on.svg │ │ ├── window-close-active.svg │ │ └── window-close.svg │ ├── extensions │ │ └── workspaces-to-dock │ │ │ └── workspaces-to-dock.css │ ├── gnome-shell-theme.gresource │ ├── gnome-shell.css │ ├── no-events.svg │ ├── no-notifications.svg │ ├── pad-osd.css │ └── process-working.svg ├── gtk-2.0 │ ├── apps.rc │ ├── assets │ │ ├── border.png │ │ ├── button-active.png │ │ ├── button-hover.png │ │ ├── button-insensitive.png │ │ ├── button.png │ │ ├── checkbox-checked-active.png │ │ ├── checkbox-checked-hover.png │ │ ├── checkbox-checked-insensitive.png │ │ ├── checkbox-checked.png │ │ ├── checkbox-mixed-active.png │ │ ├── checkbox-mixed-hover.png │ │ ├── checkbox-mixed-insensitive.png │ │ ├── checkbox-mixed.png │ │ ├── checkbox-unchecked-active.png │ │ ├── checkbox-unchecked-hover.png │ │ ├── checkbox-unchecked-insensitive.png │ │ ├── checkbox-unchecked.png │ │ ├── combo-ltr-button-active.png │ │ ├── combo-ltr-button-hover.png │ │ ├── combo-ltr-button-insensitive.png │ │ ├── combo-ltr-button.png │ │ ├── combo-ltr-entry-active.png │ │ ├── combo-ltr-entry-insensitive.png │ │ ├── combo-ltr-entry.png │ │ ├── combo-rtl-button-active.png │ │ ├── combo-rtl-button-hover.png │ │ ├── combo-rtl-button-insensitive.png │ │ ├── combo-rtl-button.png │ │ ├── combo-rtl-entry-active.png │ │ ├── combo-rtl-entry-insensitive.png │ │ ├── combo-rtl-entry.png │ │ ├── entry-active.png │ │ ├── entry-background-insensitive.png │ │ ├── entry-background.png │ │ ├── entry-insensitive.png │ │ ├── entry.png │ │ ├── flat-button-active.png │ │ ├── flat-button-hover.png │ │ ├── flat-button-insensitive.png │ │ ├── flat-button.png │ │ ├── focus.png │ │ ├── frame-inline.png │ │ ├── frame-notebook.png │ │ ├── frame.png │ │ ├── handle-horz-active.png │ │ ├── handle-horz-hover.png │ │ ├── handle-horz.png │ │ ├── handle-vert-active.png │ │ ├── handle-vert-hover.png │ │ ├── handle-vert.png │ │ ├── menu-checkbox-checked-insensitive.png │ │ ├── menu-checkbox-checked.png │ │ ├── menu-checkbox-mixed-insensitive.png │ │ ├── menu-checkbox-mixed.png │ │ ├── menu-checkbox-unchecked-insensitive.png │ │ ├── menu-checkbox-unchecked.png │ │ ├── menu-radio-checked-insensitive.png │ │ ├── menu-radio-checked.png │ │ ├── menu-radio-mixed-insensitive.png │ │ ├── menu-radio-mixed.png │ │ ├── menu-radio-unchecked-insensitive.png │ │ ├── menu-radio-unchecked.png │ │ ├── notebook-combo-ltr-entry-active.png │ │ ├── notebook-combo-ltr-entry-insensitive.png │ │ ├── notebook-combo-ltr-entry.png │ │ ├── notebook-combo-rtl-entry-active.png │ │ ├── notebook-combo-rtl-entry-insensitive.png │ │ ├── notebook-combo-rtl-entry.png │ │ ├── notebook-entry-active.png │ │ ├── notebook-entry-insensitive.png │ │ ├── notebook-entry.png │ │ ├── pan-down-alt-insensitive.png │ │ ├── pan-down-alt.png │ │ ├── pan-down-insensitive.png │ │ ├── pan-down.png │ │ ├── pan-left-alt-insensitive.png │ │ ├── pan-left-alt.png │ │ ├── pan-left-insensitive.png │ │ ├── pan-left-semi.png │ │ ├── pan-left.png │ │ ├── pan-right-alt-insensitive.png │ │ ├── pan-right-alt.png │ │ ├── pan-right-insensitive.png │ │ ├── pan-right-semi.png │ │ ├── pan-right.png │ │ ├── pan-up-alt-insensitive.png │ │ ├── pan-up-alt.png │ │ ├── pan-up-insensitive.png │ │ ├── pan-up.png │ │ ├── progressbar-progress.png │ │ ├── progressbar-trough.png │ │ ├── radio-checked-active.png │ │ ├── radio-checked-hover.png │ │ ├── radio-checked-insensitive.png │ │ ├── radio-checked.png │ │ ├── radio-mixed-active.png │ │ ├── radio-mixed-hover.png │ │ ├── radio-mixed-insensitive.png │ │ ├── radio-mixed.png │ │ ├── radio-unchecked-active.png │ │ ├── radio-unchecked-hover.png │ │ ├── radio-unchecked-insensitive.png │ │ ├── radio-unchecked.png │ │ ├── scale-horz-trough-active.png │ │ ├── scale-horz-trough-insensitive.png │ │ ├── scale-horz-trough.png │ │ ├── scale-slider-active.png │ │ ├── scale-slider-hover.png │ │ ├── scale-slider-insensitive.png │ │ ├── scale-slider.png │ │ ├── scale-vert-trough-active.png │ │ ├── scale-vert-trough-insensitive.png │ │ ├── scale-vert-trough.png │ │ ├── scrollbar-horz-slider-active.png │ │ ├── scrollbar-horz-slider-hover.png │ │ ├── scrollbar-horz-slider-insensitive.png │ │ ├── scrollbar-horz-slider.png │ │ ├── scrollbar-horz-trough.png │ │ ├── scrollbar-vert-ltr-slider-active.png │ │ ├── scrollbar-vert-ltr-slider-hover.png │ │ ├── scrollbar-vert-ltr-slider-insensitive.png │ │ ├── scrollbar-vert-ltr-slider.png │ │ ├── scrollbar-vert-ltr-trough.png │ │ ├── scrollbar-vert-rtl-slider-active.png │ │ ├── scrollbar-vert-rtl-slider-hover.png │ │ ├── scrollbar-vert-rtl-slider-insensitive.png │ │ ├── scrollbar-vert-rtl-slider.png │ │ ├── scrollbar-vert-rtl-trough.png │ │ ├── spin-ltr-down-active.png │ │ ├── spin-ltr-down-hover.png │ │ ├── spin-ltr-down-insensitive.png │ │ ├── spin-ltr-down.png │ │ ├── spin-ltr-up-active.png │ │ ├── spin-ltr-up-hover.png │ │ ├── spin-ltr-up-insensitive.png │ │ ├── spin-ltr-up.png │ │ ├── spin-rtl-down-active.png │ │ ├── spin-rtl-down-hover.png │ │ ├── spin-rtl-down-insensitive.png │ │ ├── spin-rtl-down.png │ │ ├── spin-rtl-up-active.png │ │ ├── spin-rtl-up-hover.png │ │ ├── spin-rtl-up-insensitive.png │ │ ├── spin-rtl-up.png │ │ ├── tab.png │ │ ├── treeview-ltr-button-active.png │ │ ├── treeview-ltr-button-hover.png │ │ ├── treeview-ltr-button.png │ │ ├── treeview-rtl-button-active.png │ │ ├── treeview-rtl-button-hover.png │ │ └── treeview-rtl-button.png │ ├── gtkrc │ ├── hacks.rc │ └── main.rc ├── gtk-3.0 │ ├── assets │ ├── gtk-dark.css │ └── gtk.css ├── gtk-3.20 │ ├── assets │ ├── gtk-dark.css │ └── gtk.css ├── gtk-3.22 │ ├── assets │ ├── gtk-dark.css │ └── gtk.css ├── gtk-common │ └── assets │ │ ├── box-shadow-backdrop-dark.png │ │ ├── box-shadow-backdrop-dark@2.png │ │ ├── box-shadow-backdrop.png │ │ ├── box-shadow-backdrop@2.png │ │ ├── box-shadow-dark.png │ │ ├── box-shadow-dark@2.png │ │ ├── box-shadow.png │ │ ├── box-shadow@2.png │ │ ├── checkbox-checked-active-dark.png │ │ ├── checkbox-checked-active-dark@2.png │ │ ├── checkbox-checked-active.png │ │ ├── checkbox-checked-active@2.png │ │ ├── checkbox-checked-dark.png │ │ ├── checkbox-checked-dark@2.png │ │ ├── checkbox-checked-disabled-dark.png │ │ ├── checkbox-checked-disabled-dark@2.png │ │ ├── checkbox-checked-disabled.png │ │ ├── checkbox-checked-disabled@2.png │ │ ├── checkbox-checked-hover-dark.png │ │ ├── checkbox-checked-hover-dark@2.png │ │ ├── checkbox-checked-hover.png │ │ ├── checkbox-checked-hover@2.png │ │ ├── checkbox-checked.png │ │ ├── checkbox-checked@2.png │ │ ├── checkbox-mixed-active-dark.png │ │ ├── checkbox-mixed-active-dark@2.png │ │ ├── checkbox-mixed-active.png │ │ ├── checkbox-mixed-active@2.png │ │ ├── checkbox-mixed-dark.png │ │ ├── checkbox-mixed-dark@2.png │ │ ├── checkbox-mixed-disabled-dark.png │ │ ├── checkbox-mixed-disabled-dark@2.png │ │ ├── checkbox-mixed-disabled.png │ │ ├── checkbox-mixed-disabled@2.png │ │ ├── checkbox-mixed-hover-dark.png │ │ ├── checkbox-mixed-hover-dark@2.png │ │ ├── checkbox-mixed-hover.png │ │ ├── checkbox-mixed-hover@2.png │ │ ├── checkbox-mixed.png │ │ ├── checkbox-mixed@2.png │ │ ├── checkbox-unchecked-active-dark.png │ │ ├── checkbox-unchecked-active-dark@2.png │ │ ├── checkbox-unchecked-active.png │ │ ├── checkbox-unchecked-active@2.png │ │ ├── checkbox-unchecked-dark.png │ │ ├── checkbox-unchecked-dark@2.png │ │ ├── checkbox-unchecked-disabled-dark.png │ │ ├── checkbox-unchecked-disabled-dark@2.png │ │ ├── checkbox-unchecked-disabled.png │ │ ├── checkbox-unchecked-disabled@2.png │ │ ├── checkbox-unchecked-hover-dark.png │ │ ├── checkbox-unchecked-hover-dark@2.png │ │ ├── checkbox-unchecked-hover.png │ │ ├── checkbox-unchecked-hover@2.png │ │ ├── checkbox-unchecked.png │ │ ├── checkbox-unchecked@2.png │ │ ├── menu-checkbox-checked-dark.png │ │ ├── menu-checkbox-checked-dark@2.png │ │ ├── menu-checkbox-checked-disabled-dark.png │ │ ├── menu-checkbox-checked-disabled-dark@2.png │ │ ├── menu-checkbox-checked-disabled.png │ │ ├── menu-checkbox-checked-disabled@2.png │ │ ├── menu-checkbox-checked.png │ │ ├── menu-checkbox-checked@2.png │ │ ├── menu-checkbox-mixed-dark.png │ │ ├── menu-checkbox-mixed-dark@2.png │ │ ├── menu-checkbox-mixed-disabled-dark.png │ │ ├── menu-checkbox-mixed-disabled-dark@2.png │ │ ├── menu-checkbox-mixed-disabled.png │ │ ├── menu-checkbox-mixed-disabled@2.png │ │ ├── menu-checkbox-mixed.png │ │ ├── menu-checkbox-mixed@2.png │ │ ├── menu-checkbox-unchecked-dark.png │ │ ├── menu-checkbox-unchecked-dark@2.png │ │ ├── menu-checkbox-unchecked-disabled-dark.png │ │ ├── menu-checkbox-unchecked-disabled-dark@2.png │ │ ├── menu-checkbox-unchecked-disabled.png │ │ ├── menu-checkbox-unchecked-disabled@2.png │ │ ├── menu-checkbox-unchecked.png │ │ ├── menu-checkbox-unchecked@2.png │ │ ├── menu-radio-checked-dark.png │ │ ├── menu-radio-checked-dark@2.png │ │ ├── menu-radio-checked-disabled-dark.png │ │ ├── menu-radio-checked-disabled-dark@2.png │ │ ├── menu-radio-checked-disabled.png │ │ ├── menu-radio-checked-disabled@2.png │ │ ├── menu-radio-checked.png │ │ ├── menu-radio-checked@2.png │ │ ├── menu-radio-mixed-dark.png │ │ ├── menu-radio-mixed-dark@2.png │ │ ├── menu-radio-mixed-disabled-dark.png │ │ ├── menu-radio-mixed-disabled-dark@2.png │ │ ├── menu-radio-mixed-disabled.png │ │ ├── menu-radio-mixed-disabled@2.png │ │ ├── menu-radio-mixed.png │ │ ├── menu-radio-mixed@2.png │ │ ├── menu-radio-unchecked-dark.png │ │ ├── menu-radio-unchecked-dark@2.png │ │ ├── menu-radio-unchecked-disabled-dark.png │ │ ├── menu-radio-unchecked-disabled-dark@2.png │ │ ├── menu-radio-unchecked-disabled.png │ │ ├── menu-radio-unchecked-disabled@2.png │ │ ├── menu-radio-unchecked.png │ │ ├── menu-radio-unchecked@2.png │ │ ├── radio-checked-active-dark.png │ │ ├── radio-checked-active-dark@2.png │ │ ├── radio-checked-active.png │ │ ├── radio-checked-active@2.png │ │ ├── radio-checked-dark.png │ │ ├── radio-checked-dark@2.png │ │ ├── radio-checked-disabled-dark.png │ │ ├── radio-checked-disabled-dark@2.png │ │ ├── radio-checked-disabled.png │ │ ├── radio-checked-disabled@2.png │ │ ├── radio-checked-hover-dark.png │ │ ├── radio-checked-hover-dark@2.png │ │ ├── radio-checked-hover.png │ │ ├── radio-checked-hover@2.png │ │ ├── radio-checked.png │ │ ├── radio-checked@2.png │ │ ├── radio-mixed-active-dark.png │ │ ├── radio-mixed-active-dark@2.png │ │ ├── radio-mixed-active.png │ │ ├── radio-mixed-active@2.png │ │ ├── radio-mixed-dark.png │ │ ├── radio-mixed-dark@2.png │ │ ├── radio-mixed-disabled-dark.png │ │ ├── radio-mixed-disabled-dark@2.png │ │ ├── radio-mixed-disabled.png │ │ ├── radio-mixed-disabled@2.png │ │ ├── radio-mixed-hover-dark.png │ │ ├── radio-mixed-hover-dark@2.png │ │ ├── radio-mixed-hover.png │ │ ├── radio-mixed-hover@2.png │ │ ├── radio-mixed.png │ │ ├── radio-mixed@2.png │ │ ├── radio-unchecked-active-dark.png │ │ ├── radio-unchecked-active-dark@2.png │ │ ├── radio-unchecked-active.png │ │ ├── radio-unchecked-active@2.png │ │ ├── radio-unchecked-dark.png │ │ ├── radio-unchecked-dark@2.png │ │ ├── radio-unchecked-disabled-dark.png │ │ ├── radio-unchecked-disabled-dark@2.png │ │ ├── radio-unchecked-disabled.png │ │ ├── radio-unchecked-disabled@2.png │ │ ├── radio-unchecked-hover-dark.png │ │ ├── radio-unchecked-hover-dark@2.png │ │ ├── radio-unchecked-hover.png │ │ ├── radio-unchecked-hover@2.png │ │ ├── radio-unchecked.png │ │ ├── radio-unchecked@2.png │ │ ├── scalable │ │ ├── checkbox-checked-symbolic.svg │ │ ├── checkbox-checked-symbolic.symbolic.png │ │ ├── checkbox-mixed-symbolic.svg │ │ ├── checkbox-mixed-symbolic.symbolic.png │ │ ├── checkbox-unchecked-symbolic.svg │ │ ├── checkbox-unchecked-symbolic.symbolic.png │ │ ├── radio-checked-symbolic.svg │ │ ├── radio-checked-symbolic.symbolic.png │ │ ├── radio-mixed-symbolic.svg │ │ ├── radio-mixed-symbolic.symbolic.png │ │ ├── radio-unchecked-symbolic.svg │ │ ├── radio-unchecked-symbolic.symbolic.png │ │ ├── small-checkbox-checked-symbolic.svg │ │ ├── small-checkbox-checked-symbolic.symbolic.png │ │ ├── small-checkbox-mixed-symbolic.svg │ │ ├── small-checkbox-mixed-symbolic.symbolic.png │ │ ├── small-checkbox-unchecked-symbolic.svg │ │ ├── small-checkbox-unchecked-symbolic.symbolic.png │ │ ├── small-radio-checked-symbolic.svg │ │ ├── small-radio-checked-symbolic.symbolic.png │ │ ├── small-radio-mixed-symbolic.svg │ │ ├── small-radio-mixed-symbolic.symbolic.png │ │ ├── small-radio-unchecked-symbolic.svg │ │ └── small-radio-unchecked-symbolic.symbolic.png │ │ ├── scale-horz-marks-after-slider-dark.png │ │ ├── scale-horz-marks-after-slider-dark@2.png │ │ ├── scale-horz-marks-after-slider-disabled-dark.png │ │ ├── scale-horz-marks-after-slider-disabled-dark@2.png │ │ ├── scale-horz-marks-after-slider-disabled.png │ │ ├── scale-horz-marks-after-slider-disabled@2.png │ │ ├── scale-horz-marks-after-slider.png │ │ ├── scale-horz-marks-after-slider@2.png │ │ ├── scale-horz-marks-before-slider-dark.png │ │ ├── scale-horz-marks-before-slider-dark@2.png │ │ ├── scale-horz-marks-before-slider-disabled-dark.png │ │ ├── scale-horz-marks-before-slider-disabled-dark@2.png │ │ ├── scale-horz-marks-before-slider-disabled.png │ │ ├── scale-horz-marks-before-slider-disabled@2.png │ │ ├── scale-horz-marks-before-slider.png │ │ ├── scale-horz-marks-before-slider@2.png │ │ ├── scale-slider-dark.png │ │ ├── scale-slider-dark@2.png │ │ ├── scale-slider-disabled-dark.png │ │ ├── scale-slider-disabled-dark@2.png │ │ ├── scale-slider-disabled.png │ │ ├── scale-slider-disabled@2.png │ │ ├── scale-slider.png │ │ ├── scale-slider@2.png │ │ ├── scale-vert-marks-after-slider-dark.png │ │ ├── scale-vert-marks-after-slider-dark@2.png │ │ ├── scale-vert-marks-after-slider-disabled-dark.png │ │ ├── scale-vert-marks-after-slider-disabled-dark@2.png │ │ ├── scale-vert-marks-after-slider-disabled.png │ │ ├── scale-vert-marks-after-slider-disabled@2.png │ │ ├── scale-vert-marks-after-slider.png │ │ ├── scale-vert-marks-after-slider@2.png │ │ ├── scale-vert-marks-before-slider-dark.png │ │ ├── scale-vert-marks-before-slider-dark@2.png │ │ ├── scale-vert-marks-before-slider-disabled-dark.png │ │ ├── scale-vert-marks-before-slider-disabled-dark@2.png │ │ ├── scale-vert-marks-before-slider-disabled.png │ │ ├── scale-vert-marks-before-slider-disabled@2.png │ │ ├── scale-vert-marks-before-slider.png │ │ ├── scale-vert-marks-before-slider@2.png │ │ ├── selectionmode-checkbox-checked-dark.png │ │ ├── selectionmode-checkbox-checked-dark@2.png │ │ ├── selectionmode-checkbox-checked.png │ │ ├── selectionmode-checkbox-checked@2.png │ │ ├── selectionmode-checkbox-unchecked-dark.png │ │ ├── selectionmode-checkbox-unchecked-dark@2.png │ │ ├── selectionmode-checkbox-unchecked.png │ │ └── selectionmode-checkbox-unchecked@2.png ├── index.theme ├── metacity-1 │ ├── button.svg │ ├── close.svg │ ├── maximize.svg │ ├── menu.svg │ ├── metacity-theme-2.xml │ ├── metacity-theme-3.xml │ ├── minimize.svg │ ├── shade.svg │ ├── unmaximize.svg │ └── unshade.svg └── unity │ ├── buttons │ ├── close_focused.svg │ ├── close_focused_prelight.svg │ ├── close_focused_pressed.svg │ ├── close_unfocused.svg │ ├── close_unfocused_prelight.svg │ ├── close_unfocused_pressed.svg │ ├── maximize_focused.svg │ ├── maximize_focused_prelight.svg │ ├── maximize_focused_pressed.svg │ ├── maximize_unfocused.svg │ ├── maximize_unfocused_prelight.svg │ ├── maximize_unfocused_pressed.svg │ ├── minimize_focused.svg │ ├── minimize_focused_prelight.svg │ ├── minimize_focused_pressed.svg │ ├── minimize_unfocused.svg │ ├── minimize_unfocused_prelight.svg │ ├── minimize_unfocused_pressed.svg │ ├── unmaximize_focused.svg │ ├── unmaximize_focused_prelight.svg │ ├── unmaximize_focused_pressed.svg │ ├── unmaximize_unfocused.svg │ ├── unmaximize_unfocused_prelight.svg │ └── unmaximize_unfocused_pressed.svg │ ├── close.svg │ ├── close_dash.svg │ ├── close_dash_disabled.svg │ ├── close_dash_prelight.svg │ ├── close_dash_pressed.svg │ ├── close_focused_normal.svg │ ├── close_focused_prelight.svg │ ├── close_focused_pressed.svg │ ├── close_unfocused.svg │ ├── close_unfocused_prelight.svg │ ├── close_unfocused_pressed.svg │ ├── dash-widgets.json │ ├── launcher_arrow_btt_19.svg │ ├── launcher_arrow_btt_37.svg │ ├── launcher_arrow_ltr_19.svg │ ├── launcher_arrow_ltr_37.svg │ ├── launcher_arrow_outline_btt_19.svg │ ├── launcher_arrow_outline_btt_37.svg │ ├── launcher_arrow_outline_ltr_19.svg │ ├── launcher_arrow_outline_ltr_37.svg │ ├── launcher_arrow_outline_rtl_19.svg │ ├── launcher_arrow_outline_rtl_37.svg │ ├── launcher_arrow_outline_ttb_19.svg │ ├── launcher_arrow_outline_ttb_37.svg │ ├── launcher_arrow_rtl_19.svg │ ├── launcher_arrow_rtl_37.svg │ ├── launcher_arrow_ttb_19.svg │ ├── launcher_arrow_ttb_37.svg │ ├── launcher_bfb.png │ ├── launcher_icon_back_150.svg │ ├── launcher_icon_back_54.svg │ ├── launcher_icon_edge_150.svg │ ├── launcher_icon_edge_54.svg │ ├── launcher_icon_glow_200.svg │ ├── launcher_icon_glow_62.svg │ ├── launcher_icon_selected_back_150.svg │ ├── launcher_icon_selected_back_54.svg │ ├── launcher_icon_shadow_200.svg │ ├── launcher_icon_shadow_62.svg │ ├── launcher_icon_shine_150.svg │ ├── launcher_icon_shine_54.svg │ ├── launcher_pip_btt_19.svg │ ├── launcher_pip_btt_37.svg │ ├── launcher_pip_ltr_19.svg │ ├── launcher_pip_ltr_37.svg │ ├── launcher_pip_rtl_19.svg │ ├── launcher_pip_rtl_37.svg │ ├── launcher_pip_ttb_19.svg │ ├── launcher_pip_ttb_37.svg │ ├── maximize.svg │ ├── maximize_dash.svg │ ├── maximize_dash_disabled.svg │ ├── maximize_dash_prelight.svg │ ├── maximize_dash_pressed.svg │ ├── maximize_focused_normal.svg │ ├── maximize_focused_prelight.svg │ ├── maximize_focused_pressed.svg │ ├── maximize_unfocused.svg │ ├── maximize_unfocused_prelight.svg │ ├── maximize_unfocused_pressed.svg │ ├── minimize.svg │ ├── minimize_dash.svg │ ├── minimize_dash_disabled.svg │ ├── minimize_dash_prelight.svg │ ├── minimize_dash_pressed.svg │ ├── minimize_focused_normal.svg │ ├── minimize_focused_prelight.svg │ ├── minimize_focused_pressed.svg │ ├── minimize_unfocused.svg │ ├── minimize_unfocused_prelight.svg │ ├── minimize_unfocused_pressed.svg │ ├── progress_bar_fill.svg │ ├── progress_bar_trough.svg │ ├── sheet_style_close_focused.svg │ ├── sheet_style_close_focused_prelight.svg │ ├── sheet_style_close_focused_pressed.svg │ ├── unmaximize.svg │ ├── unmaximize_dash.svg │ ├── unmaximize_dash_disabled.svg │ ├── unmaximize_dash_prelight.svg │ ├── unmaximize_dash_pressed.svg │ ├── unmaximize_focused_normal.svg │ ├── unmaximize_focused_prelight.svg │ ├── unmaximize_focused_pressed.svg │ ├── unmaximize_unfocused.svg │ ├── unmaximize_unfocused_prelight.svg │ └── unmaximize_unfocused_pressed.svg ├── Gnome-Shell ├── COPYING ├── README.md ├── gnome-shell │ ├── .sass-cache │ │ └── eb2a1aa41ca1c611c18b89debbc986c0a364f447 │ │ │ ├── _colors.scssc │ │ │ ├── _common.scssc │ │ │ ├── _drawing.scssc │ │ │ ├── _extensions.scssc │ │ │ ├── gnome-shell.scssc │ │ │ └── gnome-shell_laptop.scssc │ ├── Gemfile │ ├── Gemfile.lock │ ├── HACKING │ ├── README │ ├── _colors.scss │ ├── _common.scss │ ├── _drawing.scss │ ├── _extensions.scss │ ├── assets │ │ ├── bottom-running1-focused.svg │ │ ├── bottom-running1.svg │ │ ├── bottom-running2-focused.svg │ │ ├── bottom-running2.svg │ │ ├── bottom-running3-focused.svg │ │ ├── bottom-running3.svg │ │ ├── bottom-running4-focused.svg │ │ ├── bottom-running4.svg │ │ ├── calendar-arrow-left.svg │ │ ├── calendar-arrow-right.svg │ │ ├── checkbox-off.svg │ │ ├── checkbox.svg │ │ ├── corner-ripple-ltr.svg │ │ ├── corner-ripple-rtl.svg │ │ ├── dash-placeholder.svg │ │ ├── left-running1-focused.svg │ │ ├── left-running1.svg │ │ ├── left-running2-focused.svg │ │ ├── left-running2.svg │ │ ├── left-running3-focused.svg │ │ ├── left-running3.svg │ │ ├── left-running4-focused.svg │ │ ├── left-running4.svg │ │ ├── more-results.svg │ │ ├── noise-texture.svg │ │ ├── right-running1-focused.svg │ │ ├── right-running1.svg │ │ ├── right-running2-focused.svg │ │ ├── right-running2.svg │ │ ├── right-running3-focused.svg │ │ ├── right-running3.svg │ │ ├── right-running4-focused.svg │ │ ├── right-running4.svg │ │ ├── toggle-off.svg │ │ ├── toggle-on.svg │ │ ├── top-running1-focused.svg │ │ ├── top-running1.svg │ │ ├── top-running2-focused.svg │ │ ├── top-running2.svg │ │ ├── top-running3-focused.svg │ │ ├── top-running3.svg │ │ ├── top-running4-focused.svg │ │ ├── top-running4.svg │ │ ├── window-close-active.svg │ │ └── window-close.svg │ ├── gnome-shell-theme.gresource │ ├── gnome-shell-theme.gresource.sh │ ├── gnome-shell-theme.gresource.xml │ ├── gnome-shell.css │ ├── gnome-shell.scss │ ├── no-events.svg │ ├── no-notifications.svg │ ├── parse-sass.sh │ └── process-working.svg ├── gtk-2.0 │ ├── Arrows │ │ ├── down-alt-hover.svg │ │ ├── down-alt-insensitive.svg │ │ ├── down-alt.svg │ │ ├── down-insensitive.svg │ │ ├── down.svg │ │ ├── left-alt-hover.svg │ │ ├── left-alt-insensitive.svg │ │ ├── left-alt.svg │ │ ├── left-insensitive.svg │ │ ├── left.svg │ │ ├── right-alt-hover.svg │ │ ├── right-alt-insensitive.svg │ │ ├── right-alt.svg │ │ ├── right-insensitive.svg │ │ ├── right-selected.svg │ │ ├── right.svg │ │ ├── up-alt-hover.svg │ │ ├── up-alt-insensitive.svg │ │ ├── up-alt.svg │ │ ├── up-insensitive.svg │ │ └── up.svg │ ├── Buttons │ │ ├── button-active.png │ │ ├── button-hover.png │ │ ├── button-insensitive.png │ │ ├── button.png │ │ ├── checked-flat-button-active.png │ │ ├── checked-flat-button-hover.png │ │ ├── checked-flat-button-insensitive.png │ │ ├── checked-flat-button.png │ │ ├── flat-button-active.png │ │ ├── flat-button-hover.png │ │ ├── flat-button-insensitive.png │ │ ├── flat-button.png │ │ ├── ltr-button-active.png │ │ ├── ltr-button-hover.png │ │ ├── ltr-button-insensitive.png │ │ ├── ltr-button.png │ │ ├── rtl-button-active.png │ │ ├── rtl-button-hover.png │ │ ├── rtl-button-insensitive.png │ │ └── rtl-button.png │ ├── Check-Radio │ │ ├── check-insensitive.svg │ │ ├── check-off-active.png │ │ ├── check-off-hover.png │ │ ├── check-off-insensitive.png │ │ ├── check-off.png │ │ ├── check-on-active.png │ │ ├── check-on-hover.png │ │ ├── check-on-insensitive.png │ │ ├── check-on.png │ │ ├── check-selected.svg │ │ ├── check.svg │ │ ├── radio-insensitive.svg │ │ ├── radio-off-active.png │ │ ├── radio-off-hover.png │ │ ├── radio-off-insensitive.png │ │ ├── radio-off.png │ │ ├── radio-on-active.png │ │ ├── radio-on-hover.png │ │ ├── radio-on-insensitive.png │ │ ├── radio-on.png │ │ ├── radio-selected.svg │ │ └── radio.svg │ ├── Entry │ │ ├── base_entry-active.png │ │ ├── base_entry-insensitive.png │ │ ├── base_entry.png │ │ ├── entry-active.png │ │ ├── entry-insensitive.png │ │ ├── entry.png │ │ ├── fill.svg │ │ ├── ltr-base_entry-active.png │ │ ├── ltr-base_entry-insensitive.png │ │ ├── ltr-base_entry.png │ │ ├── ltr-entry-active.png │ │ ├── ltr-entry-insensitive.png │ │ ├── ltr-entry.png │ │ ├── rtl-base_entry-active.png │ │ ├── rtl-base_entry-insensitive.png │ │ ├── rtl-base_entry.png │ │ ├── rtl-entry-active.png │ │ ├── rtl-entry-insensitive.png │ │ └── rtl-entry.png │ ├── Handles │ │ ├── h-handle-active.png │ │ ├── h-handle-active.svg │ │ ├── h-handle-hover.png │ │ ├── h-handle-hover.svg │ │ ├── h-handle-insensitive.png │ │ ├── h-handle-insensitive.svg │ │ ├── h-handle.png │ │ ├── h-handle.svg │ │ ├── v-handle-active.png │ │ ├── v-handle-active.svg │ │ ├── v-handle-hover.png │ │ ├── v-handle-hover.svg │ │ ├── v-handle-insensitive.png │ │ ├── v-handle-insensitive.svg │ │ ├── v-handle.png │ │ └── v-handle.svg │ ├── Lines │ │ ├── h-line.png │ │ ├── h-line.svg │ │ ├── menu-line.png │ │ ├── menu-line.svg │ │ ├── v-line.png │ │ └── v-line.svg │ ├── Others │ │ ├── bottom.svg │ │ ├── focus.svg │ │ ├── left.svg │ │ ├── null.svg │ │ ├── right.svg │ │ └── top.svg │ ├── ProgressBar │ │ ├── bar.png │ │ ├── bar.svg │ │ ├── trough.png │ │ └── trough.svg │ ├── Range │ │ ├── h-scale-trough-insensitive.png │ │ ├── h-scale-trough.png │ │ ├── h-trough-insensitive.svg │ │ ├── h-trough.svg │ │ ├── scale-slider-active.png │ │ ├── scale-slider-active.svg │ │ ├── scale-slider-hover.png │ │ ├── scale-slider-hover.svg │ │ ├── scale-slider-insensitive.png │ │ ├── scale-slider-insensitive.svg │ │ ├── scale-slider.png │ │ ├── scale-slider.svg │ │ ├── v-scale-trough-insensitive.png │ │ ├── v-scale-trough.png │ │ ├── v-trough-insensitive.svg │ │ └── v-trough.svg │ ├── Scrollbars │ │ ├── h-slider-active.png │ │ ├── h-slider-active.svg │ │ ├── h-slider-hover.png │ │ ├── h-slider-hover.svg │ │ ├── h-slider-insensitive.png │ │ ├── h-slider-insensitive.svg │ │ ├── h-slider.png │ │ ├── h-slider.svg │ │ ├── h-trough-insensitive.png │ │ ├── h-trough-insensitive.svg │ │ ├── h-trough.png │ │ ├── h-trough.svg │ │ ├── v-slider-active.png │ │ ├── v-slider-active.svg │ │ ├── v-slider-hover.png │ │ ├── v-slider-hover.svg │ │ ├── v-slider-insensitive.png │ │ ├── v-slider-insensitive.svg │ │ ├── v-slider.png │ │ ├── v-slider.svg │ │ ├── v-trough-insensitive.png │ │ ├── v-trough-insensitive.svg │ │ ├── v-trough.png │ │ └── v-trough.svg │ ├── Shadows │ │ ├── frame.svg │ │ └── gap.svg │ ├── Spin │ │ ├── ltr-down-active.png │ │ ├── ltr-down-hover.png │ │ ├── ltr-down-insensitive.png │ │ ├── ltr-down.png │ │ ├── ltr-up-active.png │ │ ├── ltr-up-hover.png │ │ ├── ltr-up-insensitive.png │ │ ├── ltr-up.png │ │ ├── rtl-down-active.png │ │ ├── rtl-down-hover.png │ │ ├── rtl-down-insensitive.png │ │ ├── rtl-down.png │ │ ├── rtl-up-active.png │ │ ├── rtl-up-hover.png │ │ ├── rtl-up-insensitive.png │ │ └── rtl-up.png │ ├── Toolbar │ │ └── inline-toolbar.svg │ ├── assets.svg │ ├── assets.txt │ ├── column │ │ ├── column-active.svg │ │ ├── column-hover.svg │ │ ├── column-insensitive.svg │ │ └── column.svg │ ├── gtkrc │ └── render-bits.sh ├── gtk-3.0 │ ├── Gemfile │ ├── README │ ├── _apps.scss │ ├── _colors-public.scss │ ├── _colors.scss │ ├── _common.scss │ ├── _drawing.scss │ ├── assets.svg │ ├── assets.txt │ ├── assets │ │ ├── check-checked-symbolic.png │ │ ├── check-checked-symbolic.svg │ │ ├── check-dash-symbolic.png │ │ ├── check-dash-symbolic.svg │ │ ├── check-unchecked-symbolic.png │ │ ├── check-unchecked-symbolic.svg │ │ ├── checkbox-active-selectionmode-dark.png │ │ ├── checkbox-active-selectionmode-dark@2.png │ │ ├── checkbox-active-selectionmode.png │ │ ├── checkbox-active-selectionmode@2.png │ │ ├── checkbox-checked-active-selectionmode-dark.png │ │ ├── checkbox-checked-active-selectionmode-dark@2.png │ │ ├── checkbox-checked-active-selectionmode.png │ │ ├── checkbox-checked-active-selectionmode@2.png │ │ ├── checkbox-checked-insensitive-selectionmode-dark.png │ │ ├── checkbox-checked-insensitive-selectionmode-dark@2.png │ │ ├── checkbox-checked-insensitive-selectionmode.png │ │ ├── checkbox-checked-insensitive-selectionmode@2.png │ │ ├── checkbox-checked-selectionmode-dark.png │ │ ├── checkbox-checked-selectionmode-dark@2.png │ │ ├── checkbox-checked-selectionmode.png │ │ ├── checkbox-checked-selectionmode@2.png │ │ ├── checkbox-insensitive-selectionmode-dark.png │ │ ├── checkbox-insensitive-selectionmode-dark@2.png │ │ ├── checkbox-insensitive-selectionmode.png │ │ ├── checkbox-insensitive-selectionmode@2.png │ │ ├── checkbox-selectionmode-dark.png │ │ ├── checkbox-selectionmode-dark@2.png │ │ ├── checkbox-selectionmode.png │ │ ├── checkbox-selectionmode@2.png │ │ ├── radio-checked-symbolic.png │ │ ├── radio-checked-symbolic.svg │ │ ├── radio-dash-symbolic.png │ │ ├── radio-dash-symbolic.svg │ │ ├── radio-unchecked-symbolic.png │ │ ├── radio-unchecked-symbolic.svg │ │ ├── slider-dark.png │ │ ├── slider-dark@2.png │ │ ├── slider-horz-scale-has-marks-above-dark.png │ │ ├── slider-horz-scale-has-marks-above-dark@2.png │ │ ├── slider-horz-scale-has-marks-above-insensitive-dark.png │ │ ├── slider-horz-scale-has-marks-above-insensitive-dark@2.png │ │ ├── slider-horz-scale-has-marks-above-insensitive.png │ │ ├── slider-horz-scale-has-marks-above-insensitive@2.png │ │ ├── slider-horz-scale-has-marks-above.png │ │ ├── slider-horz-scale-has-marks-above@2.png │ │ ├── slider-horz-scale-has-marks-below-dark.png │ │ ├── slider-horz-scale-has-marks-below-dark@2.png │ │ ├── slider-horz-scale-has-marks-below-insensitive-dark.png │ │ ├── slider-horz-scale-has-marks-below-insensitive-dark@2.png │ │ ├── slider-horz-scale-has-marks-below-insensitive.png │ │ ├── slider-horz-scale-has-marks-below-insensitive@2.png │ │ ├── slider-horz-scale-has-marks-below.png │ │ ├── slider-horz-scale-has-marks-below@2.png │ │ ├── slider-insensitive-dark.png │ │ ├── slider-insensitive-dark@2.png │ │ ├── slider-insensitive.png │ │ ├── slider-insensitive@2.png │ │ ├── slider-vert-scale-has-marks-above-dark.png │ │ ├── slider-vert-scale-has-marks-above-dark@2.png │ │ ├── slider-vert-scale-has-marks-above-insensitive-dark.png │ │ ├── slider-vert-scale-has-marks-above-insensitive-dark@2.png │ │ ├── slider-vert-scale-has-marks-above-insensitive.png │ │ ├── slider-vert-scale-has-marks-above-insensitive@2.png │ │ ├── slider-vert-scale-has-marks-above.png │ │ ├── slider-vert-scale-has-marks-above@2.png │ │ ├── slider-vert-scale-has-marks-below-dark.png │ │ ├── slider-vert-scale-has-marks-below-dark@2.png │ │ ├── slider-vert-scale-has-marks-below-insensitive-dark.png │ │ ├── slider-vert-scale-has-marks-below-insensitive-dark@2.png │ │ ├── slider-vert-scale-has-marks-below-insensitive.png │ │ ├── slider-vert-scale-has-marks-below-insensitive@2.png │ │ ├── slider-vert-scale-has-marks-below.png │ │ ├── slider-vert-scale-has-marks-below@2.png │ │ ├── slider.png │ │ └── slider@2.png │ ├── gtk-dark.css │ ├── gtk-dark.scss │ ├── gtk.css │ ├── gtk.scss │ ├── parse-sass.sh │ └── render-assets.sh └── index.theme ├── OSX-Arc-Shadow ├── AUTHORS ├── COPYING ├── README.md ├── cinnamon │ ├── cinnamon.css │ ├── common-assets │ │ ├── menu │ │ │ ├── menu-hover.svg │ │ │ └── menu-separator.svg │ │ ├── misc │ │ │ ├── add-workspace-active.svg │ │ │ ├── add-workspace-hover.svg │ │ │ ├── add-workspace.svg │ │ │ ├── bg.svg │ │ │ ├── calendar-arrow-left-hover.svg │ │ │ ├── calendar-arrow-left.svg │ │ │ ├── calendar-arrow-right-hover.svg │ │ │ ├── calendar-arrow-right.svg │ │ │ ├── close-active.svg │ │ │ ├── close-hover.svg │ │ │ ├── close.svg │ │ │ ├── corner-ripple.svg │ │ │ ├── desklet-header.svg │ │ │ ├── desklet.svg │ │ │ ├── osd.svg │ │ │ ├── overview-hover.png │ │ │ ├── overview.png │ │ │ └── trash-icon.svg │ │ ├── panel │ │ │ ├── activities-active.svg │ │ │ ├── activities.svg │ │ │ ├── panel-bottom.svg │ │ │ ├── panel-left.svg │ │ │ ├── panel-right.svg │ │ │ ├── panel-top.svg │ │ │ ├── window-list-active-bottom.svg │ │ │ ├── window-list-active-left.svg │ │ │ ├── window-list-active-right.svg │ │ │ └── window-list-active-top.svg │ │ └── switch │ │ │ ├── switch-off-selected.svg │ │ │ └── switch-on-selected.svg │ ├── dark-assets │ │ ├── checkbox │ │ │ ├── checkbox-checked-focused.svg │ │ │ ├── checkbox-checked.svg │ │ │ ├── checkbox-unchecked-focused.svg │ │ │ └── checkbox-unchecked.svg │ │ ├── menu │ │ │ ├── menu.svg │ │ │ └── submenu.svg │ │ ├── misc │ │ │ ├── button-box.svg │ │ │ ├── message.svg │ │ │ └── modal.svg │ │ └── switch │ │ │ ├── switch-off.svg │ │ │ └── switch-on.svg │ ├── sass │ │ ├── _colors.scss │ │ ├── _common.scss │ │ ├── _drawing.scss │ │ └── cinnamon.scss │ └── thumbnail.png ├── extra │ ├── Arc-Plank │ │ └── dock.theme │ ├── Chrome │ │ ├── arc-dark-theme.crx │ │ ├── arc-dark-theme │ │ │ ├── images │ │ │ │ ├── theme_frame.png │ │ │ │ ├── theme_tab_background.png │ │ │ │ └── theme_toolbar.png │ │ │ └── manifest.json │ │ ├── arc-darker-theme.crx │ │ ├── arc-darker-theme │ │ │ ├── images │ │ │ │ ├── theme_frame.png │ │ │ │ └── theme_toolbar.png │ │ │ └── manifest.json │ │ ├── arc-theme.crx │ │ └── arc-theme │ │ │ ├── images │ │ │ ├── theme_frame.png │ │ │ └── theme_toolbar.png │ │ │ └── manifest.json │ └── Makefile.am ├── gnome-shell │ ├── Gemfile │ ├── HACKING │ ├── README │ ├── _colors.scss │ ├── _common.scss │ ├── _drawing.scss │ ├── assets │ │ ├── calendar-arrow-left-hover.svg │ │ ├── calendar-arrow-left.svg │ │ ├── calendar-arrow-right-hover.svg │ │ ├── calendar-arrow-right.svg │ │ ├── checkbox-hover.svg │ │ ├── checkbox-off-hover.svg │ │ ├── checkbox-off.svg │ │ ├── checkbox.svg │ │ ├── corner-ripple-ltr.svg │ │ ├── corner-ripple-rtl.svg │ │ ├── dash-placeholder.svg │ │ ├── dot │ │ │ ├── running1-focused.svg │ │ │ ├── running1-vert-focused.svg │ │ │ ├── running1-vert.svg │ │ │ ├── running1.svg │ │ │ ├── running2-focused.svg │ │ │ ├── running2-vert-focused.svg │ │ │ ├── running2-vert.svg │ │ │ ├── running2.svg │ │ │ ├── running3-focused.svg │ │ │ ├── running3-vert-focused.svg │ │ │ ├── running3-vert.svg │ │ │ ├── running3.svg │ │ │ ├── running4-focused.svg │ │ │ ├── running4-vert-focused.svg │ │ │ ├── running4-vert.svg │ │ │ └── running4.svg │ │ ├── go-down.svg │ │ ├── go-up.svg │ │ ├── media-control-active.svg │ │ ├── media-control-hover.svg │ │ ├── more-results.svg │ │ ├── show-apps-active.svg │ │ ├── show-apps.svg │ │ ├── window-close-active.svg │ │ ├── window-close-hover.svg │ │ └── window-close.svg │ ├── common-assets │ │ ├── dash │ │ │ ├── dash-left.svg │ │ │ ├── dash-placeholder.svg │ │ │ ├── dash-right.svg │ │ │ ├── running1.svg │ │ │ ├── running2.svg │ │ │ ├── running3.svg │ │ │ └── running4.svg │ │ ├── menu │ │ │ ├── menu-hover.svg │ │ │ └── menu-separator.svg │ │ ├── misc │ │ │ ├── bg.svg │ │ │ ├── close-active.svg │ │ │ ├── close-hover.svg │ │ │ ├── close.svg │ │ │ ├── corner-ripple-ltr.svg │ │ │ ├── corner-ripple-rtl.svg │ │ │ ├── more-results.svg │ │ │ ├── osd.svg │ │ │ ├── page-indicator-active.svg │ │ │ ├── page-indicator-checked.svg │ │ │ ├── page-indicator-hover.svg │ │ │ ├── page-indicator-inactive.svg │ │ │ ├── process-working.svg │ │ │ ├── ws-switch-arrow-down.png │ │ │ └── ws-switch-arrow-up.png │ │ ├── panel │ │ │ ├── activities-active.svg │ │ │ ├── activities.svg │ │ │ ├── panel-overview.svg │ │ │ └── panel.svg │ │ └── switch │ │ │ ├── switch-off-selected.svg │ │ │ └── switch-on-selected.svg │ ├── dark-assets │ │ ├── checkbox │ │ │ ├── checkbox-checked-focused.svg │ │ │ ├── checkbox-checked.svg │ │ │ ├── checkbox-unchecked-focused.svg │ │ │ └── checkbox-unchecked.svg │ │ ├── menu │ │ │ ├── menu.svg │ │ │ ├── submenu-open.svg │ │ │ └── submenu.svg │ │ ├── misc │ │ │ ├── calendar-arrow-left-hover.svg │ │ │ ├── calendar-arrow-left.svg │ │ │ ├── calendar-arrow-right-hover.svg │ │ │ ├── calendar-arrow-right.svg │ │ │ ├── message-active.svg │ │ │ ├── message-close-active.svg │ │ │ ├── message-close-hover.svg │ │ │ ├── message-close.svg │ │ │ ├── message-hover.svg │ │ │ ├── message.svg │ │ │ └── modal.svg │ │ └── switch │ │ │ ├── switch-off.svg │ │ │ └── switch-on.svg │ ├── extensions │ │ ├── window-list │ │ │ ├── README │ │ │ ├── _extension-classic.scss │ │ │ ├── _extension-window-list.scss │ │ │ ├── classic.css │ │ │ ├── classic.scss │ │ │ ├── parse-sass.sh │ │ │ ├── stylesheet.css │ │ │ └── stylesheet.scss │ │ └── workspaces-to-dock │ │ │ ├── _extension.scss │ │ │ ├── assets │ │ │ ├── four-bottom.svg │ │ │ ├── four-left.svg │ │ │ ├── four-right.svg │ │ │ ├── four-top.svg │ │ │ ├── h-four.svg │ │ │ ├── h-one.svg │ │ │ ├── h-three.svg │ │ │ ├── h-two.svg │ │ │ ├── one-bottom.svg │ │ │ ├── one-left.svg │ │ │ ├── one-right.svg │ │ │ ├── one-top.svg │ │ │ ├── three-bottom.svg │ │ │ ├── three-left.svg │ │ │ ├── three-right.svg │ │ │ ├── three-top.svg │ │ │ ├── two-bottom.svg │ │ │ ├── two-left.svg │ │ │ ├── two-right.svg │ │ │ └── two-top.svg │ │ │ ├── parse-sass.sh │ │ │ ├── workspaces-to-dock.css │ │ │ └── workspaces-to-dock.scss │ ├── gnome-shell-theme.gresource │ ├── gnome-shell-theme.gresource.sh │ ├── gnome-shell-theme.gresource.xml │ ├── gnome-shell.css │ ├── gnome-shell.scss │ ├── light-assets │ │ ├── checkbox │ │ │ ├── checkbox-checked-focused.svg │ │ │ ├── checkbox-checked.svg │ │ │ ├── checkbox-unchecked-focused.svg │ │ │ └── checkbox-unchecked.svg │ │ ├── menu │ │ │ ├── menu-hover.svg │ │ │ ├── menu.svg │ │ │ ├── submenu-open.svg │ │ │ └── submenu.svg │ │ ├── misc │ │ │ ├── calendar-arrow-left-hover.svg │ │ │ ├── calendar-arrow-left.svg │ │ │ ├── calendar-arrow-right-hover.svg │ │ │ ├── calendar-arrow-right.svg │ │ │ ├── message-active.svg │ │ │ ├── message-close-active.svg │ │ │ ├── message-close-hover.svg │ │ │ ├── message-close.svg │ │ │ ├── message-hover.svg │ │ │ ├── message.svg │ │ │ └── modal.svg │ │ └── switch │ │ │ ├── switch-off.svg │ │ │ └── switch-on.svg │ ├── no-events.svg │ ├── no-notifications.svg │ ├── noise-texture.png │ ├── parse-sass.sh │ ├── process-working.svg │ ├── toggle-off-hover.svg │ ├── toggle-off.svg │ ├── toggle-on-hover.svg │ └── toggle-on.svg ├── gtk-2.0 │ ├── apps.rc │ ├── assets │ │ ├── arrow-down-insens.png │ │ ├── arrow-down-prelight.png │ │ ├── arrow-down-small-insens.png │ │ ├── arrow-down-small-prelight.png │ │ ├── arrow-down-small.png │ │ ├── arrow-down.png │ │ ├── arrow-left-insens.png │ │ ├── arrow-left-prelight.png │ │ ├── arrow-left.png │ │ ├── arrow-right-insens.png │ │ ├── arrow-right-prelight.png │ │ ├── arrow-right.png │ │ ├── arrow-up-insens.png │ │ ├── arrow-up-prelight.png │ │ ├── arrow-up-small-insens.png │ │ ├── arrow-up-small-prelight.png │ │ ├── arrow-up-small.png │ │ ├── arrow-up.png │ │ ├── button-active.png │ │ ├── button-hover.png │ │ ├── button-insensitive.png │ │ ├── button.png │ │ ├── checkbox-checked-insensitive.png │ │ ├── checkbox-checked.png │ │ ├── checkbox-unchecked-insensitive.png │ │ ├── checkbox-unchecked.png │ │ ├── combo-entry-button-active-rtl.png │ │ ├── combo-entry-button-active.png │ │ ├── combo-entry-button-insensitive-rtl.png │ │ ├── combo-entry-button-insensitive.png │ │ ├── combo-entry-button-rtl.png │ │ ├── combo-entry-button.png │ │ ├── combo-entry-focus-notebook-rtl.png │ │ ├── combo-entry-focus-notebook.png │ │ ├── combo-entry-focus-rtl.png │ │ ├── combo-entry-focus.png │ │ ├── combo-entry-insensitive-notebook-rtl.png │ │ ├── combo-entry-insensitive-notebook.png │ │ ├── combo-entry-insensitive-rtl.png │ │ ├── combo-entry-insensitive.png │ │ ├── combo-entry-notebook-rtl.png │ │ ├── combo-entry-notebook.png │ │ ├── combo-entry-rtl.png │ │ ├── combo-entry.png │ │ ├── down-background-disable-rtl.png │ │ ├── down-background-disable.png │ │ ├── down-background-rtl.png │ │ ├── down-background.png │ │ ├── entry-border-active-bg-solid.png │ │ ├── entry-border-active-bg.png │ │ ├── entry-border-bg-solid.png │ │ ├── entry-border-bg.png │ │ ├── entry-border-disabled-bg.png │ │ ├── entry-border-fill.png │ │ ├── focus-line.png │ │ ├── frame-gap-end.png │ │ ├── frame-gap-start.png │ │ ├── frame.png │ │ ├── handle-h.png │ │ ├── handle-v.png │ │ ├── inline-toolbar.png │ │ ├── line-h.png │ │ ├── line-v.png │ │ ├── menu-arrow-prelight.png │ │ ├── menu-arrow.png │ │ ├── menu-checkbox-checked-insensitive.png │ │ ├── menu-checkbox-checked.png │ │ ├── menu-checkbox-unchecked-insensitive.png │ │ ├── menu-checkbox-unchecked.png │ │ ├── menu-radio-checked-insensitive.png │ │ ├── menu-radio-checked.png │ │ ├── menu-radio-unchecked-insensitive.png │ │ ├── menu-radio-unchecked.png │ │ ├── menubar.png │ │ ├── menubar_button.png │ │ ├── menuitem.png │ │ ├── minus.png │ │ ├── notebook-entry-border-active-bg.png │ │ ├── notebook-entry-border-bg.png │ │ ├── notebook-entry-border-disabled-bg.png │ │ ├── notebook-gap-horiz.png │ │ ├── notebook-gap-vert.png │ │ ├── notebook.png │ │ ├── null.png │ │ ├── plus.png │ │ ├── progressbar.png │ │ ├── progressbar_v.png │ │ ├── radio-checked-insensitive.png │ │ ├── radio-checked.png │ │ ├── radio-unchecked-insensitive.png │ │ ├── radio-unchecked.png │ │ ├── slider-horiz-active.png │ │ ├── slider-horiz-insens.png │ │ ├── slider-horiz-prelight.png │ │ ├── slider-horiz.png │ │ ├── slider-insensitive.png │ │ ├── slider-prelight.png │ │ ├── slider-vert-active.png │ │ ├── slider-vert-insens.png │ │ ├── slider-vert-prelight.png │ │ ├── slider-vert.png │ │ ├── slider.png │ │ ├── tab-bottom-active.png │ │ ├── tab-left-active.png │ │ ├── tab-right-active.png │ │ ├── tab-top-active.png │ │ ├── toolbar-entry-border-active-bg.png │ │ ├── toolbar-entry-border-bg.png │ │ ├── toolbar-entry-border-disabled-bg.png │ │ ├── toolbar.png │ │ ├── tree_header.png │ │ ├── trough-horizontal-active.png │ │ ├── trough-horizontal.png │ │ ├── trough-progressbar.png │ │ ├── trough-progressbar_v.png │ │ ├── trough-scrollbar-horiz.png │ │ ├── trough-scrollbar-vert.png │ │ ├── trough-vertical-active.png │ │ ├── trough-vertical.png │ │ ├── up-background-disable-rtl.png │ │ ├── up-background-disable.png │ │ ├── up-background-rtl.png │ │ └── up-background.png │ ├── gtkrc │ ├── main.rc │ ├── menubar-toolbar │ │ ├── button-active.png │ │ ├── button-hover.png │ │ ├── button-insensitive.png │ │ ├── button.png │ │ ├── menubar-dark.png │ │ ├── menubar-toolbar-dark.rc │ │ ├── menubar-toolbar.rc │ │ ├── menubar.png │ │ ├── menubar_button-dark.png │ │ ├── menubar_button.png │ │ ├── toolbar-entry-border-active-bg-dark.png │ │ ├── toolbar-entry-border-active-bg.png │ │ ├── toolbar-entry-border-bg-dark.png │ │ ├── toolbar-entry-border-bg.png │ │ ├── toolbar-entry-border-disabled-bg-dark.png │ │ └── toolbar-entry-border-disabled-bg.png │ └── panel.rc ├── gtk-3.0 │ ├── assets │ │ ├── checkbox-checked-dark.png │ │ ├── checkbox-checked-dark@2.png │ │ ├── checkbox-checked-insensitive-dark.png │ │ ├── checkbox-checked-insensitive-dark@2.png │ │ ├── checkbox-checked-insensitive-selected.png │ │ ├── checkbox-checked-insensitive-selected@2.png │ │ ├── checkbox-checked-insensitive.png │ │ ├── checkbox-checked-insensitive@2.png │ │ ├── checkbox-checked-selected.png │ │ ├── checkbox-checked-selected@2.png │ │ ├── checkbox-checked-selectionmode-dark.png │ │ ├── checkbox-checked-selectionmode-dark@2.png │ │ ├── checkbox-checked-selectionmode.png │ │ ├── checkbox-checked-selectionmode@2.png │ │ ├── checkbox-checked.png │ │ ├── checkbox-checked@2.png │ │ ├── checkbox-mixed-dark.png │ │ ├── checkbox-mixed-dark@2.png │ │ ├── checkbox-mixed-insensitive-dark.png │ │ ├── checkbox-mixed-insensitive-dark@2.png │ │ ├── checkbox-mixed-insensitive-selected.png │ │ ├── checkbox-mixed-insensitive-selected@2.png │ │ ├── checkbox-mixed-insensitive.png │ │ ├── checkbox-mixed-insensitive@2.png │ │ ├── checkbox-mixed-selected.png │ │ ├── checkbox-mixed-selected@2.png │ │ ├── checkbox-mixed.png │ │ ├── checkbox-mixed@2.png │ │ ├── checkbox-selectionmode-dark.png │ │ ├── checkbox-selectionmode-dark@2.png │ │ ├── checkbox-selectionmode.png │ │ ├── checkbox-selectionmode@2.png │ │ ├── checkbox-unchecked-dark.png │ │ ├── checkbox-unchecked-dark@2.png │ │ ├── checkbox-unchecked-insensitive-dark.png │ │ ├── checkbox-unchecked-insensitive-dark@2.png │ │ ├── checkbox-unchecked-insensitive-selected.png │ │ ├── checkbox-unchecked-insensitive-selected@2.png │ │ ├── checkbox-unchecked-insensitive.png │ │ ├── checkbox-unchecked-insensitive@2.png │ │ ├── checkbox-unchecked-selected.png │ │ ├── checkbox-unchecked-selected@2.png │ │ ├── checkbox-unchecked.png │ │ ├── checkbox-unchecked@2.png │ │ ├── radio-checked-dark.png │ │ ├── radio-checked-dark@2.png │ │ ├── radio-checked-insensitive-dark.png │ │ ├── radio-checked-insensitive-dark@2.png │ │ ├── radio-checked-insensitive-selected.png │ │ ├── radio-checked-insensitive-selected@2.png │ │ ├── radio-checked-insensitive.png │ │ ├── radio-checked-insensitive@2.png │ │ ├── radio-checked-selected.png │ │ ├── radio-checked-selected@2.png │ │ ├── radio-checked.png │ │ ├── radio-checked@2.png │ │ ├── radio-mixed-dark.png │ │ ├── radio-mixed-dark@2.png │ │ ├── radio-mixed-insensitive-dark.png │ │ ├── radio-mixed-insensitive-dark@2.png │ │ ├── radio-mixed-insensitive-selected.png │ │ ├── radio-mixed-insensitive-selected@2.png │ │ ├── radio-mixed-insensitive.png │ │ ├── radio-mixed-insensitive@2.png │ │ ├── radio-mixed-selected.png │ │ ├── radio-mixed-selected@2.png │ │ ├── radio-mixed.png │ │ ├── radio-mixed@2.png │ │ ├── radio-unchecked-dark.png │ │ ├── radio-unchecked-dark@2.png │ │ ├── radio-unchecked-insensitive-dark.png │ │ ├── radio-unchecked-insensitive-dark@2.png │ │ ├── radio-unchecked-insensitive-selected.png │ │ ├── radio-unchecked-insensitive-selected@2.png │ │ ├── radio-unchecked-insensitive.png │ │ ├── radio-unchecked-insensitive@2.png │ │ ├── radio-unchecked-selected.png │ │ ├── radio-unchecked-selected@2.png │ │ ├── radio-unchecked.png │ │ ├── radio-unchecked@2.png │ │ ├── switch-active-dark.png │ │ ├── switch-active-dark@2.png │ │ ├── switch-active-header-dark.png │ │ ├── switch-active-header-dark@2.png │ │ ├── switch-active-header.png │ │ ├── switch-active-header@2.png │ │ ├── switch-active-insensitive-dark.png │ │ ├── switch-active-insensitive-dark@2.png │ │ ├── switch-active-insensitive-header-dark.png │ │ ├── switch-active-insensitive-header-dark@2.png │ │ ├── switch-active-insensitive-header.png │ │ ├── switch-active-insensitive-header@2.png │ │ ├── switch-active-insensitive-selected.png │ │ ├── switch-active-insensitive-selected@2.png │ │ ├── switch-active-insensitive.png │ │ ├── switch-active-insensitive@2.png │ │ ├── switch-active-selected.png │ │ ├── switch-active-selected@2.png │ │ ├── switch-active.png │ │ ├── switch-active@2.png │ │ ├── switch-dark.png │ │ ├── switch-dark@2.png │ │ ├── switch-header-dark.png │ │ ├── switch-header-dark@2.png │ │ ├── switch-header.png │ │ ├── switch-header@2.png │ │ ├── switch-insensitive-dark.png │ │ ├── switch-insensitive-dark@2.png │ │ ├── switch-insensitive-header-dark.png │ │ ├── switch-insensitive-header-dark@2.png │ │ ├── switch-insensitive-header.png │ │ ├── switch-insensitive-header@2.png │ │ ├── switch-insensitive-selected.png │ │ ├── switch-insensitive-selected@2.png │ │ ├── switch-insensitive.png │ │ ├── switch-insensitive@2.png │ │ ├── switch-selected.png │ │ ├── switch-selected@2.png │ │ ├── switch.png │ │ ├── switch@2.png │ │ ├── thumbnail-frame.png │ │ ├── titlebutton-close-active-dark.png │ │ ├── titlebutton-close-active-dark@2.png │ │ ├── titlebutton-close-active.png │ │ ├── titlebutton-close-active@2.png │ │ ├── titlebutton-close-backdrop-dark.png │ │ ├── titlebutton-close-backdrop-dark@2.png │ │ ├── titlebutton-close-backdrop.png │ │ ├── titlebutton-close-backdrop@2.png │ │ ├── titlebutton-close-dark.png │ │ ├── titlebutton-close-dark@2.png │ │ ├── titlebutton-close-hover-dark.png │ │ ├── titlebutton-close-hover-dark@2.png │ │ ├── titlebutton-close-hover.png │ │ ├── titlebutton-close-hover@2.png │ │ ├── titlebutton-close.png │ │ ├── titlebutton-close@2.png │ │ ├── titlebutton-maximize-active-dark.png │ │ ├── titlebutton-maximize-active-dark@2.png │ │ ├── titlebutton-maximize-active.png │ │ ├── titlebutton-maximize-active@2.png │ │ ├── titlebutton-maximize-backdrop-dark.png │ │ ├── titlebutton-maximize-backdrop-dark@2.png │ │ ├── titlebutton-maximize-backdrop.png │ │ ├── titlebutton-maximize-backdrop@2.png │ │ ├── titlebutton-maximize-dark.png │ │ ├── titlebutton-maximize-dark@2.png │ │ ├── titlebutton-maximize-hover-dark.png │ │ ├── titlebutton-maximize-hover-dark@2.png │ │ ├── titlebutton-maximize-hover.png │ │ ├── titlebutton-maximize-hover@2.png │ │ ├── titlebutton-maximize.png │ │ ├── titlebutton-maximize@2.png │ │ ├── titlebutton-minimize-active-dark.png │ │ ├── titlebutton-minimize-active-dark@2.png │ │ ├── titlebutton-minimize-active.png │ │ ├── titlebutton-minimize-active@2.png │ │ ├── titlebutton-minimize-backdrop-dark.png │ │ ├── titlebutton-minimize-backdrop-dark@2.png │ │ ├── titlebutton-minimize-backdrop.png │ │ ├── titlebutton-minimize-backdrop@2.png │ │ ├── titlebutton-minimize-dark.png │ │ ├── titlebutton-minimize-dark@2.png │ │ ├── titlebutton-minimize-hover-dark.png │ │ ├── titlebutton-minimize-hover-dark@2.png │ │ ├── titlebutton-minimize-hover.png │ │ ├── titlebutton-minimize-hover@2.png │ │ ├── titlebutton-minimize.png │ │ └── titlebutton-minimize@2.png │ ├── gtk-darker.css │ ├── gtk.css │ └── thumbnail.png ├── gtk-3.14 │ ├── assets.svg │ ├── assets.txt │ ├── assets │ │ ├── checkbox-checked-dark.png │ │ ├── checkbox-checked-dark@2.png │ │ ├── checkbox-checked-insensitive-dark.png │ │ ├── checkbox-checked-insensitive-dark@2.png │ │ ├── checkbox-checked-insensitive-selected.png │ │ ├── checkbox-checked-insensitive-selected@2.png │ │ ├── checkbox-checked-insensitive.png │ │ ├── checkbox-checked-insensitive@2.png │ │ ├── checkbox-checked-selected.png │ │ ├── checkbox-checked-selected@2.png │ │ ├── checkbox-checked-selectionmode-dark.png │ │ ├── checkbox-checked-selectionmode-dark@2.png │ │ ├── checkbox-checked-selectionmode.png │ │ ├── checkbox-checked-selectionmode@2.png │ │ ├── checkbox-checked.png │ │ ├── checkbox-checked@2.png │ │ ├── checkbox-mixed-dark.png │ │ ├── checkbox-mixed-dark@2.png │ │ ├── checkbox-mixed-insensitive-dark.png │ │ ├── checkbox-mixed-insensitive-dark@2.png │ │ ├── checkbox-mixed-insensitive-selected.png │ │ ├── checkbox-mixed-insensitive-selected@2.png │ │ ├── checkbox-mixed-insensitive.png │ │ ├── checkbox-mixed-insensitive@2.png │ │ ├── checkbox-mixed-selected.png │ │ ├── checkbox-mixed-selected@2.png │ │ ├── checkbox-mixed.png │ │ ├── checkbox-mixed@2.png │ │ ├── checkbox-selectionmode-dark.png │ │ ├── checkbox-selectionmode-dark@2.png │ │ ├── checkbox-selectionmode.png │ │ ├── checkbox-selectionmode@2.png │ │ ├── checkbox-unchecked-dark.png │ │ ├── checkbox-unchecked-dark@2.png │ │ ├── checkbox-unchecked-insensitive-dark.png │ │ ├── checkbox-unchecked-insensitive-dark@2.png │ │ ├── checkbox-unchecked-insensitive-selected.png │ │ ├── checkbox-unchecked-insensitive-selected@2.png │ │ ├── checkbox-unchecked-insensitive.png │ │ ├── checkbox-unchecked-insensitive@2.png │ │ ├── checkbox-unchecked-selected.png │ │ ├── checkbox-unchecked-selected@2.png │ │ ├── checkbox-unchecked.png │ │ ├── checkbox-unchecked@2.png │ │ ├── radio-checked-dark.png │ │ ├── radio-checked-dark@2.png │ │ ├── radio-checked-insensitive-dark.png │ │ ├── radio-checked-insensitive-dark@2.png │ │ ├── radio-checked-insensitive-selected.png │ │ ├── radio-checked-insensitive-selected@2.png │ │ ├── radio-checked-insensitive.png │ │ ├── radio-checked-insensitive@2.png │ │ ├── radio-checked-selected.png │ │ ├── radio-checked-selected@2.png │ │ ├── radio-checked.png │ │ ├── radio-checked@2.png │ │ ├── radio-mixed-dark.png │ │ ├── radio-mixed-dark@2.png │ │ ├── radio-mixed-insensitive-dark.png │ │ ├── radio-mixed-insensitive-dark@2.png │ │ ├── radio-mixed-insensitive-selected.png │ │ ├── radio-mixed-insensitive-selected@2.png │ │ ├── radio-mixed-insensitive.png │ │ ├── radio-mixed-insensitive@2.png │ │ ├── radio-mixed-selected.png │ │ ├── radio-mixed-selected@2.png │ │ ├── radio-mixed.png │ │ ├── radio-mixed@2.png │ │ ├── radio-unchecked-dark.png │ │ ├── radio-unchecked-dark@2.png │ │ ├── radio-unchecked-insensitive-dark.png │ │ ├── radio-unchecked-insensitive-dark@2.png │ │ ├── radio-unchecked-insensitive-selected.png │ │ ├── radio-unchecked-insensitive-selected@2.png │ │ ├── radio-unchecked-insensitive.png │ │ ├── radio-unchecked-insensitive@2.png │ │ ├── radio-unchecked-selected.png │ │ ├── radio-unchecked-selected@2.png │ │ ├── radio-unchecked.png │ │ ├── radio-unchecked@2.png │ │ ├── switch-active-dark.png │ │ ├── switch-active-dark@2.png │ │ ├── switch-active-header-dark.png │ │ ├── switch-active-header-dark@2.png │ │ ├── switch-active-header.png │ │ ├── switch-active-header@2.png │ │ ├── switch-active-insensitive-dark.png │ │ ├── switch-active-insensitive-dark@2.png │ │ ├── switch-active-insensitive-header-dark.png │ │ ├── switch-active-insensitive-header-dark@2.png │ │ ├── switch-active-insensitive-header.png │ │ ├── switch-active-insensitive-header@2.png │ │ ├── switch-active-insensitive-selected.png │ │ ├── switch-active-insensitive-selected@2.png │ │ ├── switch-active-insensitive.png │ │ ├── switch-active-insensitive@2.png │ │ ├── switch-active-selected.png │ │ ├── switch-active-selected@2.png │ │ ├── switch-active.png │ │ ├── switch-active@2.png │ │ ├── switch-dark.png │ │ ├── switch-dark@2.png │ │ ├── switch-header-dark.png │ │ ├── switch-header-dark@2.png │ │ ├── switch-header.png │ │ ├── switch-header@2.png │ │ ├── switch-insensitive-dark.png │ │ ├── switch-insensitive-dark@2.png │ │ ├── switch-insensitive-header-dark.png │ │ ├── switch-insensitive-header-dark@2.png │ │ ├── switch-insensitive-header.png │ │ ├── switch-insensitive-header@2.png │ │ ├── switch-insensitive-selected.png │ │ ├── switch-insensitive-selected@2.png │ │ ├── switch-insensitive.png │ │ ├── switch-insensitive@2.png │ │ ├── switch-selected.png │ │ ├── switch-selected@2.png │ │ ├── switch.png │ │ ├── switch@2.png │ │ ├── thumbnail-frame.png │ │ ├── titlebutton-close-active-dark.png │ │ ├── titlebutton-close-active-dark@2.png │ │ ├── titlebutton-close-active.png │ │ ├── titlebutton-close-active@2.png │ │ ├── titlebutton-close-backdrop-dark.png │ │ ├── titlebutton-close-backdrop-dark@2.png │ │ ├── titlebutton-close-backdrop.png │ │ ├── titlebutton-close-backdrop@2.png │ │ ├── titlebutton-close-dark.png │ │ ├── titlebutton-close-dark@2.png │ │ ├── titlebutton-close-hover-dark.png │ │ ├── titlebutton-close-hover-dark@2.png │ │ ├── titlebutton-close-hover.png │ │ ├── titlebutton-close-hover@2.png │ │ ├── titlebutton-close.png │ │ ├── titlebutton-close@2.png │ │ ├── titlebutton-maximize-active-dark.png │ │ ├── titlebutton-maximize-active-dark@2.png │ │ ├── titlebutton-maximize-active.png │ │ ├── titlebutton-maximize-active@2.png │ │ ├── titlebutton-maximize-backdrop-dark.png │ │ ├── titlebutton-maximize-backdrop-dark@2.png │ │ ├── titlebutton-maximize-backdrop.png │ │ ├── titlebutton-maximize-backdrop@2.png │ │ ├── titlebutton-maximize-dark.png │ │ ├── titlebutton-maximize-dark@2.png │ │ ├── titlebutton-maximize-hover-dark.png │ │ ├── titlebutton-maximize-hover-dark@2.png │ │ ├── titlebutton-maximize-hover.png │ │ ├── titlebutton-maximize-hover@2.png │ │ ├── titlebutton-maximize.png │ │ ├── titlebutton-maximize@2.png │ │ ├── titlebutton-minimize-active-dark.png │ │ ├── titlebutton-minimize-active-dark@2.png │ │ ├── titlebutton-minimize-active.png │ │ ├── titlebutton-minimize-active@2.png │ │ ├── titlebutton-minimize-backdrop-dark.png │ │ ├── titlebutton-minimize-backdrop-dark@2.png │ │ ├── titlebutton-minimize-backdrop.png │ │ ├── titlebutton-minimize-backdrop@2.png │ │ ├── titlebutton-minimize-dark.png │ │ ├── titlebutton-minimize-dark@2.png │ │ ├── titlebutton-minimize-hover-dark.png │ │ ├── titlebutton-minimize-hover-dark@2.png │ │ ├── titlebutton-minimize-hover.png │ │ ├── titlebutton-minimize-hover@2.png │ │ ├── titlebutton-minimize.png │ │ └── titlebutton-minimize@2.png │ ├── gtk-darker.css │ ├── gtk-light.css │ ├── gtk-solid-dark.css │ ├── gtk-solid-darker.css │ ├── gtk-solid.css │ ├── gtk.css │ ├── render-assets.sh │ └── sass │ │ ├── _applications.scss │ │ ├── _colors-public.scss │ │ ├── _colors.scss │ │ ├── _common.scss │ │ ├── _drawing.scss │ │ ├── _granite.scss │ │ ├── _lightdm.scss │ │ ├── _transparent_widgets.scss │ │ ├── _unity.scss │ │ ├── gtk-dark.scss │ │ ├── gtk-darker.scss │ │ ├── gtk-light.scss │ │ ├── gtk-solid-dark.scss │ │ ├── gtk-solid-darker.scss │ │ ├── gtk-solid.scss │ │ └── gtk.scss ├── gtk-3.16 │ ├── assets.svg │ ├── assets.txt │ ├── assets │ │ ├── checkbox-checked-dark.png │ │ ├── checkbox-checked-dark@2.png │ │ ├── checkbox-checked-insensitive-dark.png │ │ ├── checkbox-checked-insensitive-dark@2.png │ │ ├── checkbox-checked-insensitive-selected.png │ │ ├── checkbox-checked-insensitive-selected@2.png │ │ ├── checkbox-checked-insensitive.png │ │ ├── checkbox-checked-insensitive@2.png │ │ ├── checkbox-checked-selected.png │ │ ├── checkbox-checked-selected@2.png │ │ ├── checkbox-checked-selectionmode-dark.png │ │ ├── checkbox-checked-selectionmode-dark@2.png │ │ ├── checkbox-checked-selectionmode.png │ │ ├── checkbox-checked-selectionmode@2.png │ │ ├── checkbox-checked.png │ │ ├── checkbox-checked@2.png │ │ ├── checkbox-mixed-dark.png │ │ ├── checkbox-mixed-dark@2.png │ │ ├── checkbox-mixed-insensitive-dark.png │ │ ├── checkbox-mixed-insensitive-dark@2.png │ │ ├── checkbox-mixed-insensitive-selected.png │ │ ├── checkbox-mixed-insensitive-selected@2.png │ │ ├── checkbox-mixed-insensitive.png │ │ ├── checkbox-mixed-insensitive@2.png │ │ ├── checkbox-mixed-selected.png │ │ ├── checkbox-mixed-selected@2.png │ │ ├── checkbox-mixed.png │ │ ├── checkbox-mixed@2.png │ │ ├── checkbox-selectionmode-dark.png │ │ ├── checkbox-selectionmode-dark@2.png │ │ ├── checkbox-selectionmode.png │ │ ├── checkbox-selectionmode@2.png │ │ ├── checkbox-unchecked-dark.png │ │ ├── checkbox-unchecked-dark@2.png │ │ ├── checkbox-unchecked-insensitive-dark.png │ │ ├── checkbox-unchecked-insensitive-dark@2.png │ │ ├── checkbox-unchecked-insensitive-selected.png │ │ ├── checkbox-unchecked-insensitive-selected@2.png │ │ ├── checkbox-unchecked-insensitive.png │ │ ├── checkbox-unchecked-insensitive@2.png │ │ ├── checkbox-unchecked-selected.png │ │ ├── checkbox-unchecked-selected@2.png │ │ ├── checkbox-unchecked.png │ │ ├── checkbox-unchecked@2.png │ │ ├── radio-checked-dark.png │ │ ├── radio-checked-dark@2.png │ │ ├── radio-checked-insensitive-dark.png │ │ ├── radio-checked-insensitive-dark@2.png │ │ ├── radio-checked-insensitive-selected.png │ │ ├── radio-checked-insensitive-selected@2.png │ │ ├── radio-checked-insensitive.png │ │ ├── radio-checked-insensitive@2.png │ │ ├── radio-checked-selected.png │ │ ├── radio-checked-selected@2.png │ │ ├── radio-checked.png │ │ ├── radio-checked@2.png │ │ ├── radio-mixed-dark.png │ │ ├── radio-mixed-dark@2.png │ │ ├── radio-mixed-insensitive-dark.png │ │ ├── radio-mixed-insensitive-dark@2.png │ │ ├── radio-mixed-insensitive-selected.png │ │ ├── radio-mixed-insensitive-selected@2.png │ │ ├── radio-mixed-insensitive.png │ │ ├── radio-mixed-insensitive@2.png │ │ ├── radio-mixed-selected.png │ │ ├── radio-mixed-selected@2.png │ │ ├── radio-mixed.png │ │ ├── radio-mixed@2.png │ │ ├── radio-unchecked-dark.png │ │ ├── radio-unchecked-dark@2.png │ │ ├── radio-unchecked-insensitive-dark.png │ │ ├── radio-unchecked-insensitive-dark@2.png │ │ ├── radio-unchecked-insensitive-selected.png │ │ ├── radio-unchecked-insensitive-selected@2.png │ │ ├── radio-unchecked-insensitive.png │ │ ├── radio-unchecked-insensitive@2.png │ │ ├── radio-unchecked-selected.png │ │ ├── radio-unchecked-selected@2.png │ │ ├── radio-unchecked.png │ │ ├── radio-unchecked@2.png │ │ ├── switch-active-dark.png │ │ ├── switch-active-dark@2.png │ │ ├── switch-active-header-dark.png │ │ ├── switch-active-header-dark@2.png │ │ ├── switch-active-header.png │ │ ├── switch-active-header@2.png │ │ ├── switch-active-insensitive-dark.png │ │ ├── switch-active-insensitive-dark@2.png │ │ ├── switch-active-insensitive-header-dark.png │ │ ├── switch-active-insensitive-header-dark@2.png │ │ ├── switch-active-insensitive-header.png │ │ ├── switch-active-insensitive-header@2.png │ │ ├── switch-active-insensitive-selected.png │ │ ├── switch-active-insensitive-selected@2.png │ │ ├── switch-active-insensitive.png │ │ ├── switch-active-insensitive@2.png │ │ ├── switch-active-selected.png │ │ ├── switch-active-selected@2.png │ │ ├── switch-active.png │ │ ├── switch-active@2.png │ │ ├── switch-dark.png │ │ ├── switch-dark@2.png │ │ ├── switch-header-dark.png │ │ ├── switch-header-dark@2.png │ │ ├── switch-header.png │ │ ├── switch-header@2.png │ │ ├── switch-insensitive-dark.png │ │ ├── switch-insensitive-dark@2.png │ │ ├── switch-insensitive-header-dark.png │ │ ├── switch-insensitive-header-dark@2.png │ │ ├── switch-insensitive-header.png │ │ ├── switch-insensitive-header@2.png │ │ ├── switch-insensitive-selected.png │ │ ├── switch-insensitive-selected@2.png │ │ ├── switch-insensitive.png │ │ ├── switch-insensitive@2.png │ │ ├── switch-selected.png │ │ ├── switch-selected@2.png │ │ ├── switch.png │ │ ├── switch@2.png │ │ ├── thumbnail-frame.png │ │ ├── titlebutton-close-active-dark.png │ │ ├── titlebutton-close-active-dark@2.png │ │ ├── titlebutton-close-active.png │ │ ├── titlebutton-close-active@2.png │ │ ├── titlebutton-close-backdrop-dark.png │ │ ├── titlebutton-close-backdrop-dark@2.png │ │ ├── titlebutton-close-backdrop.png │ │ ├── titlebutton-close-backdrop@2.png │ │ ├── titlebutton-close-dark.png │ │ ├── titlebutton-close-dark@2.png │ │ ├── titlebutton-close-hover-dark.png │ │ ├── titlebutton-close-hover-dark@2.png │ │ ├── titlebutton-close-hover.png │ │ ├── titlebutton-close-hover@2.png │ │ ├── titlebutton-close.png │ │ ├── titlebutton-close@2.png │ │ ├── titlebutton-maximize-active-dark.png │ │ ├── titlebutton-maximize-active-dark@2.png │ │ ├── titlebutton-maximize-active.png │ │ ├── titlebutton-maximize-active@2.png │ │ ├── titlebutton-maximize-backdrop-dark.png │ │ ├── titlebutton-maximize-backdrop-dark@2.png │ │ ├── titlebutton-maximize-backdrop.png │ │ ├── titlebutton-maximize-backdrop@2.png │ │ ├── titlebutton-maximize-dark.png │ │ ├── titlebutton-maximize-dark@2.png │ │ ├── titlebutton-maximize-hover-dark.png │ │ ├── titlebutton-maximize-hover-dark@2.png │ │ ├── titlebutton-maximize-hover.png │ │ ├── titlebutton-maximize-hover@2.png │ │ ├── titlebutton-maximize.png │ │ ├── titlebutton-maximize@2.png │ │ ├── titlebutton-minimize-active-dark.png │ │ ├── titlebutton-minimize-active-dark@2.png │ │ ├── titlebutton-minimize-active.png │ │ ├── titlebutton-minimize-active@2.png │ │ ├── titlebutton-minimize-backdrop-dark.png │ │ ├── titlebutton-minimize-backdrop-dark@2.png │ │ ├── titlebutton-minimize-backdrop.png │ │ ├── titlebutton-minimize-backdrop@2.png │ │ ├── titlebutton-minimize-dark.png │ │ ├── titlebutton-minimize-dark@2.png │ │ ├── titlebutton-minimize-hover-dark.png │ │ ├── titlebutton-minimize-hover-dark@2.png │ │ ├── titlebutton-minimize-hover.png │ │ ├── titlebutton-minimize-hover@2.png │ │ ├── titlebutton-minimize.png │ │ └── titlebutton-minimize@2.png │ ├── gtk-darker.css │ ├── gtk-light.css │ ├── gtk-solid-dark.css │ ├── gtk-solid-darker.css │ ├── gtk-solid.css │ ├── gtk.css │ ├── render-assets.sh │ └── sass │ │ ├── _applications.scss │ │ ├── _colors-public.scss │ │ ├── _colors.scss │ │ ├── _common.scss │ │ ├── _drawing.scss │ │ ├── _granite.scss │ │ ├── _lightdm.scss │ │ ├── _transparent_widgets.scss │ │ ├── _unity.scss │ │ ├── gtk-dark.scss │ │ ├── gtk-darker.scss │ │ ├── gtk-light.scss │ │ ├── gtk-solid-dark.scss │ │ ├── gtk-solid-darker.scss │ │ ├── gtk-solid.scss │ │ └── gtk.scss ├── gtk-3.18 │ ├── assets.svg │ ├── assets.txt │ ├── assets │ │ ├── checkbox-checked-dark.png │ │ ├── checkbox-checked-dark@2.png │ │ ├── checkbox-checked-insensitive-dark.png │ │ ├── checkbox-checked-insensitive-dark@2.png │ │ ├── checkbox-checked-insensitive-selected.png │ │ ├── checkbox-checked-insensitive-selected@2.png │ │ ├── checkbox-checked-insensitive.png │ │ ├── checkbox-checked-insensitive@2.png │ │ ├── checkbox-checked-selected.png │ │ ├── checkbox-checked-selected@2.png │ │ ├── checkbox-checked-selectionmode-dark.png │ │ ├── checkbox-checked-selectionmode-dark@2.png │ │ ├── checkbox-checked-selectionmode.png │ │ ├── checkbox-checked-selectionmode@2.png │ │ ├── checkbox-checked.png │ │ ├── checkbox-checked@2.png │ │ ├── checkbox-mixed-dark.png │ │ ├── checkbox-mixed-dark@2.png │ │ ├── checkbox-mixed-insensitive-dark.png │ │ ├── checkbox-mixed-insensitive-dark@2.png │ │ ├── checkbox-mixed-insensitive-selected.png │ │ ├── checkbox-mixed-insensitive-selected@2.png │ │ ├── checkbox-mixed-insensitive.png │ │ ├── checkbox-mixed-insensitive@2.png │ │ ├── checkbox-mixed-selected.png │ │ ├── checkbox-mixed-selected@2.png │ │ ├── checkbox-mixed.png │ │ ├── checkbox-mixed@2.png │ │ ├── checkbox-selectionmode-dark.png │ │ ├── checkbox-selectionmode-dark@2.png │ │ ├── checkbox-selectionmode.png │ │ ├── checkbox-selectionmode@2.png │ │ ├── checkbox-unchecked-dark.png │ │ ├── checkbox-unchecked-dark@2.png │ │ ├── checkbox-unchecked-insensitive-dark.png │ │ ├── checkbox-unchecked-insensitive-dark@2.png │ │ ├── checkbox-unchecked-insensitive-selected.png │ │ ├── checkbox-unchecked-insensitive-selected@2.png │ │ ├── checkbox-unchecked-insensitive.png │ │ ├── checkbox-unchecked-insensitive@2.png │ │ ├── checkbox-unchecked-selected.png │ │ ├── checkbox-unchecked-selected@2.png │ │ ├── checkbox-unchecked.png │ │ ├── checkbox-unchecked@2.png │ │ ├── radio-checked-dark.png │ │ ├── radio-checked-dark@2.png │ │ ├── radio-checked-insensitive-dark.png │ │ ├── radio-checked-insensitive-dark@2.png │ │ ├── radio-checked-insensitive-selected.png │ │ ├── radio-checked-insensitive-selected@2.png │ │ ├── radio-checked-insensitive.png │ │ ├── radio-checked-insensitive@2.png │ │ ├── radio-checked-selected.png │ │ ├── radio-checked-selected@2.png │ │ ├── radio-checked.png │ │ ├── radio-checked@2.png │ │ ├── radio-mixed-dark.png │ │ ├── radio-mixed-dark@2.png │ │ ├── radio-mixed-insensitive-dark.png │ │ ├── radio-mixed-insensitive-dark@2.png │ │ ├── radio-mixed-insensitive-selected.png │ │ ├── radio-mixed-insensitive-selected@2.png │ │ ├── radio-mixed-insensitive.png │ │ ├── radio-mixed-insensitive@2.png │ │ ├── radio-mixed-selected.png │ │ ├── radio-mixed-selected@2.png │ │ ├── radio-mixed.png │ │ ├── radio-mixed@2.png │ │ ├── radio-unchecked-dark.png │ │ ├── radio-unchecked-dark@2.png │ │ ├── radio-unchecked-insensitive-dark.png │ │ ├── radio-unchecked-insensitive-dark@2.png │ │ ├── radio-unchecked-insensitive-selected.png │ │ ├── radio-unchecked-insensitive-selected@2.png │ │ ├── radio-unchecked-insensitive.png │ │ ├── radio-unchecked-insensitive@2.png │ │ ├── radio-unchecked-selected.png │ │ ├── radio-unchecked-selected@2.png │ │ ├── radio-unchecked.png │ │ ├── radio-unchecked@2.png │ │ ├── switch-active-dark.png │ │ ├── switch-active-dark@2.png │ │ ├── switch-active-header-dark.png │ │ ├── switch-active-header-dark@2.png │ │ ├── switch-active-header.png │ │ ├── switch-active-header@2.png │ │ ├── switch-active-insensitive-dark.png │ │ ├── switch-active-insensitive-dark@2.png │ │ ├── switch-active-insensitive-header-dark.png │ │ ├── switch-active-insensitive-header-dark@2.png │ │ ├── switch-active-insensitive-header.png │ │ ├── switch-active-insensitive-header@2.png │ │ ├── switch-active-insensitive-selected.png │ │ ├── switch-active-insensitive-selected@2.png │ │ ├── switch-active-insensitive.png │ │ ├── switch-active-insensitive@2.png │ │ ├── switch-active-selected.png │ │ ├── switch-active-selected@2.png │ │ ├── switch-active.png │ │ ├── switch-active@2.png │ │ ├── switch-dark.png │ │ ├── switch-dark@2.png │ │ ├── switch-header-dark.png │ │ ├── switch-header-dark@2.png │ │ ├── switch-header.png │ │ ├── switch-header@2.png │ │ ├── switch-insensitive-dark.png │ │ ├── switch-insensitive-dark@2.png │ │ ├── switch-insensitive-header-dark.png │ │ ├── switch-insensitive-header-dark@2.png │ │ ├── switch-insensitive-header.png │ │ ├── switch-insensitive-header@2.png │ │ ├── switch-insensitive-selected.png │ │ ├── switch-insensitive-selected@2.png │ │ ├── switch-insensitive.png │ │ ├── switch-insensitive@2.png │ │ ├── switch-selected.png │ │ ├── switch-selected@2.png │ │ ├── switch.png │ │ ├── switch@2.png │ │ ├── thumbnail-frame.png │ │ ├── titlebutton-close-active-dark.png │ │ ├── titlebutton-close-active-dark@2.png │ │ ├── titlebutton-close-active.png │ │ ├── titlebutton-close-active@2.png │ │ ├── titlebutton-close-backdrop-dark.png │ │ ├── titlebutton-close-backdrop-dark@2.png │ │ ├── titlebutton-close-backdrop.png │ │ ├── titlebutton-close-backdrop@2.png │ │ ├── titlebutton-close-dark.png │ │ ├── titlebutton-close-dark@2.png │ │ ├── titlebutton-close-hover-dark.png │ │ ├── titlebutton-close-hover-dark@2.png │ │ ├── titlebutton-close-hover.png │ │ ├── titlebutton-close-hover@2.png │ │ ├── titlebutton-close.png │ │ ├── titlebutton-close@2.png │ │ ├── titlebutton-maximize-active-dark.png │ │ ├── titlebutton-maximize-active-dark@2.png │ │ ├── titlebutton-maximize-active.png │ │ ├── titlebutton-maximize-active@2.png │ │ ├── titlebutton-maximize-backdrop-dark.png │ │ ├── titlebutton-maximize-backdrop-dark@2.png │ │ ├── titlebutton-maximize-backdrop.png │ │ ├── titlebutton-maximize-backdrop@2.png │ │ ├── titlebutton-maximize-dark.png │ │ ├── titlebutton-maximize-dark@2.png │ │ ├── titlebutton-maximize-hover-dark.png │ │ ├── titlebutton-maximize-hover-dark@2.png │ │ ├── titlebutton-maximize-hover.png │ │ ├── titlebutton-maximize-hover@2.png │ │ ├── titlebutton-maximize.png │ │ ├── titlebutton-maximize@2.png │ │ ├── titlebutton-minimize-active-dark.png │ │ ├── titlebutton-minimize-active-dark@2.png │ │ ├── titlebutton-minimize-active.png │ │ ├── titlebutton-minimize-active@2.png │ │ ├── titlebutton-minimize-backdrop-dark.png │ │ ├── titlebutton-minimize-backdrop-dark@2.png │ │ ├── titlebutton-minimize-backdrop.png │ │ ├── titlebutton-minimize-backdrop@2.png │ │ ├── titlebutton-minimize-dark.png │ │ ├── titlebutton-minimize-dark@2.png │ │ ├── titlebutton-minimize-hover-dark.png │ │ ├── titlebutton-minimize-hover-dark@2.png │ │ ├── titlebutton-minimize-hover.png │ │ ├── titlebutton-minimize-hover@2.png │ │ ├── titlebutton-minimize.png │ │ └── titlebutton-minimize@2.png │ ├── gtk-darker.css │ ├── gtk-light.css │ ├── gtk-solid-dark.css │ ├── gtk-solid-darker.css │ ├── gtk-solid.css │ ├── gtk.css │ ├── render-assets.sh │ └── sass │ │ ├── _applications.scss │ │ ├── _colors-public.scss │ │ ├── _colors.scss │ │ ├── _common.scss │ │ ├── _drawing.scss │ │ ├── _granite.scss │ │ ├── _lightdm.scss │ │ ├── _transparent_widgets.scss │ │ ├── _unity.scss │ │ ├── gtk-dark.scss │ │ ├── gtk-darker.scss │ │ ├── gtk-light.scss │ │ ├── gtk-solid-dark.scss │ │ ├── gtk-solid-darker.scss │ │ ├── gtk-solid.scss │ │ └── gtk.scss ├── gtk-3.20 │ ├── assets.svg │ ├── assets.txt │ ├── assets │ │ ├── checkbox-checked-dark.png │ │ ├── checkbox-checked-dark@2.png │ │ ├── checkbox-checked-insensitive-dark.png │ │ ├── checkbox-checked-insensitive-dark@2.png │ │ ├── checkbox-checked-insensitive-selected.png │ │ ├── checkbox-checked-insensitive-selected@2.png │ │ ├── checkbox-checked-insensitive.png │ │ ├── checkbox-checked-insensitive@2.png │ │ ├── checkbox-checked-selected.png │ │ ├── checkbox-checked-selected@2.png │ │ ├── checkbox-checked-selectionmode-dark.png │ │ ├── checkbox-checked-selectionmode-dark@2.png │ │ ├── checkbox-checked-selectionmode.png │ │ ├── checkbox-checked-selectionmode@2.png │ │ ├── checkbox-checked.png │ │ ├── checkbox-checked@2.png │ │ ├── checkbox-mixed-dark.png │ │ ├── checkbox-mixed-dark@2.png │ │ ├── checkbox-mixed-insensitive-dark.png │ │ ├── checkbox-mixed-insensitive-dark@2.png │ │ ├── checkbox-mixed-insensitive-selected.png │ │ ├── checkbox-mixed-insensitive-selected@2.png │ │ ├── checkbox-mixed-insensitive.png │ │ ├── checkbox-mixed-insensitive@2.png │ │ ├── checkbox-mixed-selected.png │ │ ├── checkbox-mixed-selected@2.png │ │ ├── checkbox-mixed.png │ │ ├── checkbox-mixed@2.png │ │ ├── checkbox-selectionmode-dark.png │ │ ├── checkbox-selectionmode-dark@2.png │ │ ├── checkbox-selectionmode.png │ │ ├── checkbox-selectionmode@2.png │ │ ├── checkbox-unchecked-dark.png │ │ ├── checkbox-unchecked-dark@2.png │ │ ├── checkbox-unchecked-insensitive-dark.png │ │ ├── checkbox-unchecked-insensitive-dark@2.png │ │ ├── checkbox-unchecked-insensitive-selected.png │ │ ├── checkbox-unchecked-insensitive-selected@2.png │ │ ├── checkbox-unchecked-insensitive.png │ │ ├── checkbox-unchecked-insensitive@2.png │ │ ├── checkbox-unchecked-selected.png │ │ ├── checkbox-unchecked-selected@2.png │ │ ├── checkbox-unchecked.png │ │ ├── checkbox-unchecked@2.png │ │ ├── radio-checked-dark.png │ │ ├── radio-checked-dark@2.png │ │ ├── radio-checked-insensitive-dark.png │ │ ├── radio-checked-insensitive-dark@2.png │ │ ├── radio-checked-insensitive-selected.png │ │ ├── radio-checked-insensitive-selected@2.png │ │ ├── radio-checked-insensitive.png │ │ ├── radio-checked-insensitive@2.png │ │ ├── radio-checked-selected.png │ │ ├── radio-checked-selected@2.png │ │ ├── radio-checked.png │ │ ├── radio-checked@2.png │ │ ├── radio-mixed-dark.png │ │ ├── radio-mixed-dark@2.png │ │ ├── radio-mixed-insensitive-dark.png │ │ ├── radio-mixed-insensitive-dark@2.png │ │ ├── radio-mixed-insensitive-selected.png │ │ ├── radio-mixed-insensitive-selected@2.png │ │ ├── radio-mixed-insensitive.png │ │ ├── radio-mixed-insensitive@2.png │ │ ├── radio-mixed-selected.png │ │ ├── radio-mixed-selected@2.png │ │ ├── radio-mixed.png │ │ ├── radio-mixed@2.png │ │ ├── radio-unchecked-dark.png │ │ ├── radio-unchecked-dark@2.png │ │ ├── radio-unchecked-insensitive-dark.png │ │ ├── radio-unchecked-insensitive-dark@2.png │ │ ├── radio-unchecked-insensitive-selected.png │ │ ├── radio-unchecked-insensitive-selected@2.png │ │ ├── radio-unchecked-insensitive.png │ │ ├── radio-unchecked-insensitive@2.png │ │ ├── radio-unchecked-selected.png │ │ ├── radio-unchecked-selected@2.png │ │ ├── radio-unchecked.png │ │ ├── radio-unchecked@2.png │ │ ├── switch-active-dark.png │ │ ├── switch-active-dark@2.png │ │ ├── switch-active-header-dark.png │ │ ├── switch-active-header-dark@2.png │ │ ├── switch-active-header.png │ │ ├── switch-active-header@2.png │ │ ├── switch-active-insensitive-dark.png │ │ ├── switch-active-insensitive-dark@2.png │ │ ├── switch-active-insensitive-header-dark.png │ │ ├── switch-active-insensitive-header-dark@2.png │ │ ├── switch-active-insensitive-header.png │ │ ├── switch-active-insensitive-header@2.png │ │ ├── switch-active-insensitive-selected.png │ │ ├── switch-active-insensitive-selected@2.png │ │ ├── switch-active-insensitive.png │ │ ├── switch-active-insensitive@2.png │ │ ├── switch-active-selected.png │ │ ├── switch-active-selected@2.png │ │ ├── switch-active.png │ │ ├── switch-active@2.png │ │ ├── switch-dark.png │ │ ├── switch-dark@2.png │ │ ├── switch-header-dark.png │ │ ├── switch-header-dark@2.png │ │ ├── switch-header.png │ │ ├── switch-header@2.png │ │ ├── switch-insensitive-dark.png │ │ ├── switch-insensitive-dark@2.png │ │ ├── switch-insensitive-header-dark.png │ │ ├── switch-insensitive-header-dark@2.png │ │ ├── switch-insensitive-header.png │ │ ├── switch-insensitive-header@2.png │ │ ├── switch-insensitive-selected.png │ │ ├── switch-insensitive-selected@2.png │ │ ├── switch-insensitive.png │ │ ├── switch-insensitive@2.png │ │ ├── switch-selected.png │ │ ├── switch-selected@2.png │ │ ├── switch.png │ │ ├── switch@2.png │ │ ├── thumbnail-frame.png │ │ ├── titlebutton-close-active-dark.png │ │ ├── titlebutton-close-active-dark@2.png │ │ ├── titlebutton-close-active.png │ │ ├── titlebutton-close-active@2.png │ │ ├── titlebutton-close-backdrop-dark.png │ │ ├── titlebutton-close-backdrop-dark@2.png │ │ ├── titlebutton-close-backdrop.png │ │ ├── titlebutton-close-backdrop@2.png │ │ ├── titlebutton-close-dark.png │ │ ├── titlebutton-close-dark@2.png │ │ ├── titlebutton-close-hover-dark.png │ │ ├── titlebutton-close-hover-dark@2.png │ │ ├── titlebutton-close-hover.png │ │ ├── titlebutton-close-hover@2.png │ │ ├── titlebutton-close.png │ │ ├── titlebutton-close@2.png │ │ ├── titlebutton-maximize-active-dark.png │ │ ├── titlebutton-maximize-active-dark@2.png │ │ ├── titlebutton-maximize-active.png │ │ ├── titlebutton-maximize-active@2.png │ │ ├── titlebutton-maximize-backdrop-dark.png │ │ ├── titlebutton-maximize-backdrop-dark@2.png │ │ ├── titlebutton-maximize-backdrop.png │ │ ├── titlebutton-maximize-backdrop@2.png │ │ ├── titlebutton-maximize-dark.png │ │ ├── titlebutton-maximize-dark@2.png │ │ ├── titlebutton-maximize-hover-dark.png │ │ ├── titlebutton-maximize-hover-dark@2.png │ │ ├── titlebutton-maximize-hover.png │ │ ├── titlebutton-maximize-hover@2.png │ │ ├── titlebutton-maximize.png │ │ ├── titlebutton-maximize@2.png │ │ ├── titlebutton-minimize-active-dark.png │ │ ├── titlebutton-minimize-active-dark@2.png │ │ ├── titlebutton-minimize-active.png │ │ ├── titlebutton-minimize-active@2.png │ │ ├── titlebutton-minimize-backdrop-dark.png │ │ ├── titlebutton-minimize-backdrop-dark@2.png │ │ ├── titlebutton-minimize-backdrop.png │ │ ├── titlebutton-minimize-backdrop@2.png │ │ ├── titlebutton-minimize-dark.png │ │ ├── titlebutton-minimize-dark@2.png │ │ ├── titlebutton-minimize-hover-dark.png │ │ ├── titlebutton-minimize-hover-dark@2.png │ │ ├── titlebutton-minimize-hover.png │ │ ├── titlebutton-minimize-hover@2.png │ │ ├── titlebutton-minimize.png │ │ └── titlebutton-minimize@2.png │ ├── gtk-darker.css │ ├── gtk-light.css │ ├── gtk-solid-dark.css │ ├── gtk-solid-darker.css │ ├── gtk-solid.css │ ├── gtk.css │ ├── render-assets.sh │ └── sass │ │ ├── _applications.scss │ │ ├── _colors-public.scss │ │ ├── _colors.scss │ │ ├── _common.scss │ │ ├── _drawing.scss │ │ ├── _granite.scss │ │ ├── _lightdm.scss │ │ ├── _transparent_widgets.scss │ │ ├── _unity.scss │ │ ├── gtk-dark.scss │ │ ├── gtk-darker.scss │ │ ├── gtk-light.scss │ │ ├── gtk-solid-dark.scss │ │ ├── gtk-solid-darker.scss │ │ ├── gtk-solid.scss │ │ └── gtk.scss ├── gtk-3.22 │ ├── assets.svg │ ├── assets.txt │ ├── assets │ │ ├── checkbox-checked-dark.png │ │ ├── checkbox-checked-dark@2.png │ │ ├── checkbox-checked-insensitive-dark.png │ │ ├── checkbox-checked-insensitive-dark@2.png │ │ ├── checkbox-checked-insensitive-selected.png │ │ ├── checkbox-checked-insensitive-selected@2.png │ │ ├── checkbox-checked-insensitive.png │ │ ├── checkbox-checked-insensitive@2.png │ │ ├── checkbox-checked-selected.png │ │ ├── checkbox-checked-selected@2.png │ │ ├── checkbox-checked-selectionmode-dark.png │ │ ├── checkbox-checked-selectionmode-dark@2.png │ │ ├── checkbox-checked-selectionmode.png │ │ ├── checkbox-checked-selectionmode@2.png │ │ ├── checkbox-checked.png │ │ ├── checkbox-checked@2.png │ │ ├── checkbox-mixed-dark.png │ │ ├── checkbox-mixed-dark@2.png │ │ ├── checkbox-mixed-insensitive-dark.png │ │ ├── checkbox-mixed-insensitive-dark@2.png │ │ ├── checkbox-mixed-insensitive-selected.png │ │ ├── checkbox-mixed-insensitive-selected@2.png │ │ ├── checkbox-mixed-insensitive.png │ │ ├── checkbox-mixed-insensitive@2.png │ │ ├── checkbox-mixed-selected.png │ │ ├── checkbox-mixed-selected@2.png │ │ ├── checkbox-mixed.png │ │ ├── checkbox-mixed@2.png │ │ ├── checkbox-selectionmode-dark.png │ │ ├── checkbox-selectionmode-dark@2.png │ │ ├── checkbox-selectionmode.png │ │ ├── checkbox-selectionmode@2.png │ │ ├── checkbox-unchecked-dark.png │ │ ├── checkbox-unchecked-dark@2.png │ │ ├── checkbox-unchecked-insensitive-dark.png │ │ ├── checkbox-unchecked-insensitive-dark@2.png │ │ ├── checkbox-unchecked-insensitive-selected.png │ │ ├── checkbox-unchecked-insensitive-selected@2.png │ │ ├── checkbox-unchecked-insensitive.png │ │ ├── checkbox-unchecked-insensitive@2.png │ │ ├── checkbox-unchecked-selected.png │ │ ├── checkbox-unchecked-selected@2.png │ │ ├── checkbox-unchecked.png │ │ ├── checkbox-unchecked@2.png │ │ ├── radio-checked-dark.png │ │ ├── radio-checked-dark@2.png │ │ ├── radio-checked-insensitive-dark.png │ │ ├── radio-checked-insensitive-dark@2.png │ │ ├── radio-checked-insensitive-selected.png │ │ ├── radio-checked-insensitive-selected@2.png │ │ ├── radio-checked-insensitive.png │ │ ├── radio-checked-insensitive@2.png │ │ ├── radio-checked-selected.png │ │ ├── radio-checked-selected@2.png │ │ ├── radio-checked.png │ │ ├── radio-checked@2.png │ │ ├── radio-mixed-dark.png │ │ ├── radio-mixed-dark@2.png │ │ ├── radio-mixed-insensitive-dark.png │ │ ├── radio-mixed-insensitive-dark@2.png │ │ ├── radio-mixed-insensitive-selected.png │ │ ├── radio-mixed-insensitive-selected@2.png │ │ ├── radio-mixed-insensitive.png │ │ ├── radio-mixed-insensitive@2.png │ │ ├── radio-mixed-selected.png │ │ ├── radio-mixed-selected@2.png │ │ ├── radio-mixed.png │ │ ├── radio-mixed@2.png │ │ ├── radio-unchecked-dark.png │ │ ├── radio-unchecked-dark@2.png │ │ ├── radio-unchecked-insensitive-dark.png │ │ ├── radio-unchecked-insensitive-dark@2.png │ │ ├── radio-unchecked-insensitive-selected.png │ │ ├── radio-unchecked-insensitive-selected@2.png │ │ ├── radio-unchecked-insensitive.png │ │ ├── radio-unchecked-insensitive@2.png │ │ ├── radio-unchecked-selected.png │ │ ├── radio-unchecked-selected@2.png │ │ ├── radio-unchecked.png │ │ ├── radio-unchecked@2.png │ │ ├── switch-active-dark.png │ │ ├── switch-active-dark@2.png │ │ ├── switch-active-header-dark.png │ │ ├── switch-active-header-dark@2.png │ │ ├── switch-active-header.png │ │ ├── switch-active-header@2.png │ │ ├── switch-active-insensitive-dark.png │ │ ├── switch-active-insensitive-dark@2.png │ │ ├── switch-active-insensitive-header-dark.png │ │ ├── switch-active-insensitive-header-dark@2.png │ │ ├── switch-active-insensitive-header.png │ │ ├── switch-active-insensitive-header@2.png │ │ ├── switch-active-insensitive-selected.png │ │ ├── switch-active-insensitive-selected@2.png │ │ ├── switch-active-insensitive.png │ │ ├── switch-active-insensitive@2.png │ │ ├── switch-active-selected.png │ │ ├── switch-active-selected@2.png │ │ ├── switch-active.png │ │ ├── switch-active@2.png │ │ ├── switch-dark.png │ │ ├── switch-dark@2.png │ │ ├── switch-header-dark.png │ │ ├── switch-header-dark@2.png │ │ ├── switch-header.png │ │ ├── switch-header@2.png │ │ ├── switch-insensitive-dark.png │ │ ├── switch-insensitive-dark@2.png │ │ ├── switch-insensitive-header-dark.png │ │ ├── switch-insensitive-header-dark@2.png │ │ ├── switch-insensitive-header.png │ │ ├── switch-insensitive-header@2.png │ │ ├── switch-insensitive-selected.png │ │ ├── switch-insensitive-selected@2.png │ │ ├── switch-insensitive.png │ │ ├── switch-insensitive@2.png │ │ ├── switch-selected.png │ │ ├── switch-selected@2.png │ │ ├── switch.png │ │ ├── switch@2.png │ │ ├── thumbnail-frame.png │ │ ├── titlebutton-close-active-dark.png │ │ ├── titlebutton-close-active-dark@2.png │ │ ├── titlebutton-close-active.png │ │ ├── titlebutton-close-active@2.png │ │ ├── titlebutton-close-backdrop-dark.png │ │ ├── titlebutton-close-backdrop-dark@2.png │ │ ├── titlebutton-close-backdrop.png │ │ ├── titlebutton-close-backdrop@2.png │ │ ├── titlebutton-close-dark.png │ │ ├── titlebutton-close-dark@2.png │ │ ├── titlebutton-close-hover-dark.png │ │ ├── titlebutton-close-hover-dark@2.png │ │ ├── titlebutton-close-hover.png │ │ ├── titlebutton-close-hover@2.png │ │ ├── titlebutton-close.png │ │ ├── titlebutton-close@2.png │ │ ├── titlebutton-maximize-active-dark.png │ │ ├── titlebutton-maximize-active-dark@2.png │ │ ├── titlebutton-maximize-active.png │ │ ├── titlebutton-maximize-active@2.png │ │ ├── titlebutton-maximize-backdrop-dark.png │ │ ├── titlebutton-maximize-backdrop-dark@2.png │ │ ├── titlebutton-maximize-backdrop.png │ │ ├── titlebutton-maximize-backdrop@2.png │ │ ├── titlebutton-maximize-dark.png │ │ ├── titlebutton-maximize-dark@2.png │ │ ├── titlebutton-maximize-hover-dark.png │ │ ├── titlebutton-maximize-hover-dark@2.png │ │ ├── titlebutton-maximize-hover.png │ │ ├── titlebutton-maximize-hover@2.png │ │ ├── titlebutton-maximize.png │ │ ├── titlebutton-maximize@2.png │ │ ├── titlebutton-minimize-active-dark.png │ │ ├── titlebutton-minimize-active-dark@2.png │ │ ├── titlebutton-minimize-active.png │ │ ├── titlebutton-minimize-active@2.png │ │ ├── titlebutton-minimize-backdrop-dark.png │ │ ├── titlebutton-minimize-backdrop-dark@2.png │ │ ├── titlebutton-minimize-backdrop.png │ │ ├── titlebutton-minimize-backdrop@2.png │ │ ├── titlebutton-minimize-dark.png │ │ ├── titlebutton-minimize-dark@2.png │ │ ├── titlebutton-minimize-hover-dark.png │ │ ├── titlebutton-minimize-hover-dark@2.png │ │ ├── titlebutton-minimize-hover.png │ │ ├── titlebutton-minimize-hover@2.png │ │ ├── titlebutton-minimize.png │ │ └── titlebutton-minimize@2.png │ ├── gtk-darker.css │ ├── gtk-light.css │ ├── gtk-solid-dark.css │ ├── gtk-solid-darker.css │ ├── gtk-solid.css │ ├── gtk.css │ ├── render-assets.sh │ └── sass │ │ ├── _applications.scss │ │ ├── _colors-public.scss │ │ ├── _colors.scss │ │ ├── _common.scss │ │ ├── _drawing.scss │ │ ├── _granite.scss │ │ ├── _lightdm.scss │ │ ├── _transparent_widgets.scss │ │ ├── _unity.scss │ │ ├── gtk-dark.scss │ │ ├── gtk-darker.scss │ │ ├── gtk-light.scss │ │ ├── gtk-solid-dark.scss │ │ ├── gtk-solid-darker.scss │ │ ├── gtk-solid.scss │ │ └── gtk.scss ├── index.theme ├── metacity-1 │ ├── close-p.svg │ ├── close.svg │ ├── maximize-p.svg │ ├── maximize.svg │ ├── metacity-theme-2.xml │ ├── min-p.svg │ ├── min.svg │ └── unfocused.svg ├── thumbnail-dark.png ├── thumbnail.png ├── unity │ ├── close.svg │ ├── close_dash.svg │ ├── close_dash_disabled.svg │ ├── close_dash_prelight.svg │ ├── close_dash_pressed.svg │ ├── close_focused_normal.svg │ ├── close_focused_prelight.svg │ ├── close_focused_pressed.svg │ ├── close_unfocused.svg │ ├── close_unfocused_prelight.svg │ ├── close_unfocused_pressed.svg │ ├── dash │ │ ├── close_dash.svg │ │ ├── close_dash_disabled.svg │ │ ├── close_dash_prelight.svg │ │ ├── close_dash_pressed.svg │ │ ├── maximize_dash.svg │ │ ├── maximize_dash_disabled.svg │ │ ├── maximize_dash_prelight.svg │ │ ├── maximize_dash_pressed.svg │ │ ├── minimize_dash.svg │ │ ├── minimize_dash_disabled.svg │ │ ├── minimize_dash_prelight.svg │ │ └── minimize_dash_pressed.svg │ ├── launcher_arrow_ltr_19.svg │ ├── launcher_arrow_ltr_37.svg │ ├── launcher_arrow_outline_ltr_19.svg │ ├── launcher_arrow_outline_ltr_37.svg │ ├── launcher_arrow_outline_rtl_19.svg │ ├── launcher_arrow_outline_rtl_37.svg │ ├── launcher_arrow_rtl_19.svg │ ├── launcher_arrow_rtl_37.svg │ ├── launcher_icon_back_150.svg │ ├── launcher_icon_back_54.svg │ ├── launcher_icon_edge_150.svg │ ├── launcher_icon_edge_54.svg │ ├── launcher_icon_glow_200.svg │ ├── launcher_icon_glow_62.svg │ ├── launcher_icon_selected_back_150.svg │ ├── launcher_icon_selected_back_54.svg │ ├── launcher_icon_shadow_200.svg │ ├── launcher_icon_shadow_62.svg │ ├── launcher_icon_shine_150.svg │ ├── launcher_icon_shine_54.svg │ ├── launcher_pip_ltr_19.svg │ ├── launcher_pip_ltr_37.svg │ ├── launcher_pip_rtl_19.svg │ ├── launcher_pip_rtl_37.svg │ ├── maximize.svg │ ├── maximize_dash.svg │ ├── maximize_dash_disabled.svg │ ├── maximize_dash_prelight.svg │ ├── maximize_dash_pressed.svg │ ├── maximize_focused_normal.svg │ ├── maximize_focused_prelight.svg │ ├── maximize_focused_pressed.svg │ ├── maximize_unfocused.svg │ ├── maximize_unfocused_prelight.svg │ ├── maximize_unfocused_pressed.svg │ ├── minimize.svg │ ├── minimize_dash.svg │ ├── minimize_dash_disabled.svg │ ├── minimize_dash_prelight.svg │ ├── minimize_dash_pressed.svg │ ├── minimize_focused_normal.svg │ ├── minimize_focused_prelight.svg │ ├── minimize_focused_pressed.svg │ ├── minimize_unfocused.svg │ ├── minimize_unfocused_prelight.svg │ ├── minimize_unfocused_pressed.svg │ ├── sheet_style_close_focused.svg │ ├── sheet_style_close_focused_prelight.svg │ ├── sheet_style_close_focused_pressed.svg │ ├── unmaximize.svg │ ├── unmaximize_dash.svg │ ├── unmaximize_dash_disabled.svg │ ├── unmaximize_dash_prelight.svg │ ├── unmaximize_dash_pressed.svg │ ├── unmaximize_focused_normal.svg │ ├── unmaximize_focused_prelight.svg │ ├── unmaximize_focused_pressed.svg │ ├── unmaximize_unfocused.svg │ ├── unmaximize_unfocused_prelight.svg │ ├── unmaximize_unfocused_pressed.svg │ └── window-buttons │ │ ├── close.svg │ │ ├── close_prelight.svg │ │ ├── close_pressed.svg │ │ ├── close_unfocused.svg │ │ ├── maximize.svg │ │ ├── maximize_prelight.svg │ │ ├── maximize_pressed.svg │ │ ├── maximize_unfocused.svg │ │ ├── minimize.svg │ │ ├── minimize_prelight.svg │ │ ├── minimize_pressed.svg │ │ └── minimize_unfocused.svg ├── xfce-notify-4.0 │ └── gtkrc └── xfwm4 │ ├── bottom-active.xpm │ ├── bottom-inactive.xpm │ ├── close-active.xpm │ ├── close-inactive.xpm │ ├── close-prelight.xpm │ ├── close-pressed.xpm │ ├── hide-active.xpm │ ├── hide-inactive.xpm │ ├── hide-prelight.xpm │ ├── hide-pressed.xpm │ ├── left-active.xpm │ ├── left-inactive.xpm │ ├── maximize-active.xpm │ ├── maximize-inactive.xpm │ ├── maximize-prelight.xpm │ ├── maximize-pressed.xpm │ ├── menu-active.xpm │ ├── menu-inactive.xpm │ ├── menu-pressed.xpm │ ├── right-active.xpm │ ├── right-inactive.xpm │ ├── shade-active.xpm │ ├── shade-inactive.xpm │ ├── shade-pressed.xpm │ ├── stick-active.xpm │ ├── stick-inactive.xpm │ ├── stick-pressed.xpm │ ├── themerc │ ├── title-1-active-shaded.xpm │ ├── title-1-active.xpm │ ├── title-1-inactive.xpm │ ├── title-2-active.xpm │ ├── title-2-inactive.xpm │ ├── title-3-active.xpm │ ├── title-3-inactive.xpm │ ├── title-4-active.xpm │ ├── title-4-inactive.xpm │ ├── title-5-active.xpm │ ├── title-5-inactive.xpm │ ├── top-left-active-shaded.xpm │ ├── top-left-active.xpm │ ├── top-left-inactive.xpm │ ├── top-right-active-shaded.xpm │ ├── top-right-active.xpm │ └── top-right-inactive.xpm ├── README.md └── macOS-Sierra-master ├── CREDITS ├── Changelog.txt ├── README.md ├── Wallpaper.jpg ├── cinnamon ├── background-assets │ ├── add-workspace-bg.svg │ ├── buttonbox-bg.svg │ ├── dash-placeholder.svg │ ├── desklet-body.svg │ ├── desklet-header.svg │ ├── hover.svg │ ├── hover2.svg │ ├── keyboard-bg.svg │ ├── notification.svg │ ├── popup.svg │ ├── submenu-bg.svg │ └── workspace-close-area-bg.svg ├── buttons │ ├── button-focused-hover.svg │ ├── button-focused-pressed.svg │ ├── button-focused.svg │ ├── button-hover.svg │ ├── button-insensitive.svg │ ├── button-pressed.svg │ ├── button.svg │ ├── linked-button-left-checked.svg │ ├── linked-button-left-hover.svg │ ├── linked-button-left-pressed.svg │ ├── linked-button-left.svg │ ├── linked-button-middle-checked.svg │ ├── linked-button-middle-hover.svg │ ├── linked-button-middle-pressed.svg │ ├── linked-button-middle.svg │ ├── linked-button-right-checked.svg │ ├── linked-button-right-hover.svg │ ├── linked-button-right-pressed.svg │ └── linked-button-right.svg ├── cinnamon.css ├── control-assets │ ├── calendar-arrow-left-hover.svg │ ├── calendar-arrow-left.svg │ ├── calendar-arrow-right-hover.svg │ ├── calendar-arrow-right.svg │ ├── checkbox-checked-over.svg │ ├── checkbox-checked.svg │ ├── checkbox-unchecked-over.svg │ ├── checkbox-unchecked.svg │ ├── close-hover.svg │ ├── close.svg │ ├── hotcorner-icon-hover.svg │ ├── hotcorner-icon.svg │ ├── off.svg │ ├── on.svg │ ├── radio-selected-focus.svg │ ├── radio-selected.svg │ ├── radio-unselected-over.svg │ └── radio-unselected.svg ├── expo-scale-assets │ ├── plus-hover.svg │ ├── plus.svg │ ├── stripes.svg │ ├── trash.svg │ ├── window-name-focused.svg │ ├── window-name.svg │ ├── workspace-frame.svg │ ├── workspace-name-focused.svg │ ├── workspace-name-pressed.svg │ └── workspace-name.svg ├── menu.png ├── metadata.json ├── misc-assets │ ├── animation.svg │ ├── auto-close.svg │ ├── auto-tile-1.svg │ ├── auto-tile-2.svg │ ├── calendar-nonwork-day.svg │ ├── calendar-other-month-day.svg │ ├── calendar-today.svg │ ├── calendar-work-day.svg │ ├── corner-ripple.svg │ ├── entry-focused.svg │ ├── entry-hover.svg │ ├── entry.svg │ ├── highlighted-2.svg │ ├── highlighted.svg │ ├── separator-vertical.svg │ └── slider.svg ├── panel-assets │ ├── DND-bottom-center.svg │ ├── DND-bottom-left.svg │ ├── DND-bottom-right.svg │ ├── DND-top-center.svg │ ├── DND-top-left.svg │ ├── DND-top-right.svg │ ├── bottom-item-active-hover.svg │ ├── bottom-item-active.svg │ ├── bottom-item-attention-hover.svg │ ├── bottom-item-attention.svg │ ├── bottom-item-hover (copie).svg │ ├── bottom-item-hover.svg │ ├── panel-separator.svg │ ├── top-item-active-hover.svg │ ├── top-item-active.svg │ ├── top-item-attention-hover.svg │ ├── top-item-attention.svg │ └── top-item-hover.svg ├── theme.json ├── third-party-APPLET-stylesheets │ ├── configurable-menu.css │ ├── slingshot.css │ ├── stopwatch.css │ ├── system-tray-collapsible.css │ ├── weather.css │ └── xcenter.css ├── third-party-DESKLET-stylesheets │ ├── calculator.css │ ├── reddit-reader.css │ └── sticky-notes.css ├── third-party-EXTENSION-stylesheets │ └── g-tile.css └── thumbnail.png ├── gnome-shell ├── assets │ ├── calendar-arrow-left.svg │ ├── calendar-arrow-right.svg │ ├── checkbox-focused.svg │ ├── checkbox-off-focused.svg │ ├── checkbox-off.svg │ ├── checkbox.svg │ ├── close-window.svg │ ├── corner-ripple-ltr.png │ ├── corner-ripple-rtl.png │ ├── dash-placeholder.svg │ ├── more-results.svg │ ├── no-events.svg │ ├── no-notifications.svg │ ├── noise-texture.png │ ├── off.png │ ├── on.png │ ├── page-indicator-active.svg │ ├── page-indicator-checked.svg │ ├── page-indicator-hover.svg │ ├── page-indicator-inactive.svg │ ├── process-working.svg │ └── view-grid-symbolic.svg └── gnome-shell.css ├── gtk-2.0 ├── Arrows │ ├── arrow-down-insens.png │ ├── arrow-down-prelight.png │ ├── arrow-down-small-insens.png │ ├── arrow-down-small-prelight.png │ ├── arrow-down-small.png │ ├── arrow-down.png │ ├── arrow-left-insens.png │ ├── arrow-left-prelight.png │ ├── arrow-left.png │ ├── arrow-right-insens.png │ ├── arrow-right-prelight.png │ ├── arrow-right.png │ ├── arrow-up-insens.png │ ├── arrow-up-prelight.png │ ├── arrow-up-small-insens.png │ ├── arrow-up-small-prelight.png │ ├── arrow-up-small.png │ ├── arrow-up.png │ ├── menu-arrow-prelight.png │ └── menu-arrow.png ├── Buttons │ ├── button-default-nohilight.png │ ├── button-default.png │ ├── button-insensitive-nohilight.png │ ├── button-insensitive.png │ ├── button-prelight-nohilight.png │ ├── button-prelight.png │ ├── button-pressed-nohilight.png │ └── button-pressed.png ├── Check-Radio │ ├── checkbox-checked-insensitive.png │ ├── checkbox-checked-insensitive.svg │ ├── checkbox-checked.png │ ├── checkbox-checked.svg │ ├── checkbox-unchecked-insensitive.png │ ├── checkbox-unchecked-insensitive.svg │ ├── checkbox-unchecked.png │ ├── checkbox-unchecked.svg │ ├── menucheck-insensitive.png │ ├── menucheck-prelight-insensitive.png │ ├── menucheck-prelight.png │ ├── menucheck.png │ ├── menuoption.png │ ├── menuoption_prelight.png │ ├── option-checked-insensitive.png │ ├── option-checked.png │ ├── option-unchecked-insensitive.png │ ├── option-unchecked.png │ ├── radio-selected-insensitive.svg │ ├── radio-selected.svg │ ├── radio-unselected-insensitive.svg │ └── radio-unselected.svg ├── Entry │ ├── combo-entry-border-active-bg.png │ ├── combo-entry-border-active-notebook.png │ ├── combo-entry-border-active-rtl-bg.png │ ├── combo-entry-border-active-rtl-notebook.png │ ├── combo-entry-border-bg.png │ ├── combo-entry-border-disabled-bg.png │ ├── combo-entry-border-disabled-notebook.png │ ├── combo-entry-border-disabled-rtl-bg.png │ ├── combo-entry-border-disabled-rtl-notebook.png │ ├── combo-entry-border-notebook.png │ ├── combo-entry-border-rtl-bg.png │ ├── combo-entry-border-rtl-notebook.png │ ├── combo-entry-button-active-rtl.png │ ├── combo-entry-button-active.png │ ├── combo-entry-button-disabled-rtl.png │ ├── combo-entry-button-disabled.png │ ├── combo-entry-button-rtl.png │ ├── combo-entry-button.png │ ├── entry-border-active-bg-solid-spin.png │ ├── entry-border-active-bg-solid.png │ ├── entry-border-active-bg.png │ ├── entry-border-active-notebook.png │ ├── entry-border-bg-solid-spin.png │ ├── entry-border-bg-solid.png │ ├── entry-border-bg.png │ ├── entry-border-disabled-bg.png │ ├── entry-border-disabled-notebook.png │ ├── entry-border-fill-plain.png │ ├── entry-border-fill-solid.png │ ├── entry-border-fill.png │ ├── entry-border-notebook.png │ ├── notebook-entry-border-active-bg.png │ ├── notebook-entry-border-bg.png │ └── notebook-entry-border-disabled-bg.png ├── Expanders │ ├── minus.png │ └── plus.png ├── Handles │ ├── handle-h.png │ └── handle-v.png ├── Lines │ ├── line-h.png │ ├── line-v.png │ └── menu_line_h.png ├── Menu-Menubar │ ├── menubar.png │ └── menubar_button.png ├── Others │ ├── focus.png │ ├── null.png │ └── tree_header.png ├── ProgressBar │ ├── progressbar.png │ ├── progressbar_v.png │ ├── trough-progressbar.png │ └── trough-progressbar_v.png ├── Range │ ├── slider-horiz-prelight.png │ ├── slider-horiz.png │ ├── slider-vert-prelight.png │ ├── slider-vert.png │ ├── trough-horizontal.png │ └── trough-vertical.png ├── Scrollbars │ ├── slider-horiz-active.png │ ├── slider-horiz-insens.png │ ├── slider-horiz-prelight.png │ ├── slider-horiz.png │ ├── slider-vert-active.png │ ├── slider-vert-insens.png │ ├── slider-vert-prelight.png │ ├── slider-vert.png │ ├── trough-scrollbar-horiz.png │ └── trough-scrollbar-vert.png ├── Shadows │ ├── frame-gap-end.png │ ├── frame-gap-start.png │ └── frame.png ├── Spin │ ├── down-background-disable-rtl.png │ ├── down-background-disable.png │ ├── down-background-rtl.png │ ├── down-background.png │ ├── up-background-disable-rtl.png │ ├── up-background-disable.png │ ├── up-background-rtl.png │ └── up-background.png ├── Tabs │ ├── notebook-gap-horiz.png │ ├── notebook-gap-vert.png │ ├── notebook.png │ ├── tab-bottom-active.png │ ├── tab-bottom.png │ ├── tab-left-active.png │ ├── tab-left.png │ ├── tab-right-active.png │ ├── tab-right.png │ ├── tab-top-active.png │ ├── tab-top.png │ └── tab.svg ├── Toolbar │ └── inline-toolbar.png └── gtkrc ├── gtk-3.0 ├── apps │ ├── gnome-applications.css │ ├── granite-widgets.css │ ├── lightdm-gtk-greeter.css │ ├── nemo.css │ ├── synaptic.css │ ├── unity.css │ ├── vibrancy.css │ └── xfce.css ├── assets │ ├── checkbox-checked-insensitive-unfocused.svg │ ├── checkbox-checked-insensitive.svg │ ├── checkbox-checked-unfocused.svg │ ├── checkbox-checked.svg │ ├── checkbox-mixed-insensitive-unfocused.svg │ ├── checkbox-mixed-insensitive.svg │ ├── checkbox-mixed-unfocused.svg │ ├── checkbox-mixed.svg │ ├── checkbox-unchecked-insensitive-unfocused.svg │ ├── checkbox-unchecked-insensitive.svg │ ├── checkbox-unchecked-unfocused.svg │ ├── checkbox-unchecked.svg │ ├── off-disabled.png │ ├── off.png │ ├── on-disabled.png │ ├── on.png │ ├── radio-mixed-insensitive-unfocused.svg │ ├── radio-mixed-insensitive.svg │ ├── radio-mixed-unfocused.svg │ ├── radio-mixed.svg │ ├── radio-selected-insensitive-unfocused.svg │ ├── radio-selected-insensitive.svg │ ├── radio-selected-unfocused.svg │ ├── radio-selected.svg │ ├── radio-unselected-insensitive-unfocused.svg │ ├── radio-unselected-insensitive.svg │ ├── radio-unselected-unfocused.svg │ └── radio-unselected.svg ├── buttons │ ├── close-focused-active.svg │ ├── close-focused-normal.svg │ ├── close-focused-pressed.svg │ ├── close-unfocused-active.svg │ ├── close-unfocused-normal.svg │ ├── maximize-focused-active.svg │ ├── maximize-focused-normal.svg │ ├── maximize-focused-pressed.svg │ ├── maximize-unfocused-active.svg │ ├── maximize-unfocused-normal.svg │ ├── minimize-focused-active.svg │ ├── minimize-focused-normal.svg │ ├── minimize-focused-pressed.svg │ ├── minimize-unfocused-active.svg │ ├── minimize-unfocused-normal.svg │ ├── restore-focused-active.svg │ ├── restore-focused-normal.svg │ ├── restore-focused-pressed.svg │ ├── restore-unfocused-active.svg │ ├── restore-unfocused-normal.svg │ └── unfocused.svg ├── gtk-3.20 ├── gtk-dark.css ├── gtk-widgets-assets.css ├── gtk-widgets.css ├── gtk.css ├── settings.ini └── thumbnail.png ├── gtk-3.20 ├── apps │ ├── budgie.css │ ├── gnome-terminal.css │ ├── libreoffice.css │ ├── synaptic.css │ ├── unity.css │ └── vibrancy.css ├── assets │ ├── checkbox-checked-insensitive-unfocused.svg │ ├── checkbox-checked-insensitive.svg │ ├── checkbox-checked-unfocused.svg │ ├── checkbox-checked.svg │ ├── checkbox-mixed-insensitive-unfocused.svg │ ├── checkbox-mixed-insensitive.svg │ ├── checkbox-mixed-unfocused.svg │ ├── checkbox-mixed.svg │ ├── checkbox-unchecked-insensitive-unfocused.svg │ ├── checkbox-unchecked-insensitive.svg │ ├── checkbox-unchecked-unfocused.svg │ ├── checkbox-unchecked.svg │ ├── off-disabled.png │ ├── off.png │ ├── on-disabled.png │ ├── on.png │ ├── radio-mixed-insensitive-unfocused.svg │ ├── radio-mixed-insensitive.svg │ ├── radio-mixed-unfocused.svg │ ├── radio-mixed.svg │ ├── radio-selected-insensitive-unfocused.svg │ ├── radio-selected-insensitive.svg │ ├── radio-selected-unfocused.svg │ ├── radio-selected.svg │ ├── radio-unselected-insensitive-unfocused.svg │ ├── radio-unselected-insensitive.svg │ ├── radio-unselected-unfocused.svg │ └── radio-unselected.svg ├── buttons │ ├── close-focused-active.svg │ ├── close-focused-normal.svg │ ├── close-focused-pressed.svg │ ├── close-unfocused-active.svg │ ├── close-unfocused-normal.svg │ ├── maximize-focused-active.svg │ ├── maximize-focused-normal.svg │ ├── maximize-focused-pressed.svg │ ├── maximize-unfocused-active.svg │ ├── maximize-unfocused-normal.svg │ ├── minimize-focused-active.svg │ ├── minimize-focused-normal.svg │ ├── minimize-focused-pressed.svg │ ├── minimize-unfocused-active.svg │ ├── minimize-unfocused-normal.svg │ ├── restore-focused-active.svg │ ├── restore-focused-normal.svg │ ├── restore-focused-pressed.svg │ ├── restore-unfocused-active.svg │ ├── restore-unfocused-normal.svg │ └── unfocused.svg ├── gtk-dark.css ├── gtk-widgets-assets.css ├── gtk-widgets.css ├── gtk.css ├── settings.ini └── thumbnail.png ├── index.theme ├── metacity-1 ├── close-focused-active.png ├── close-focused-normal.png ├── close-focused-pressed.png ├── close-unfocused-active.png ├── close-unfocused-normal.png ├── maximize-focused-active.png ├── maximize-focused-normal.png ├── maximize-focused-pressed.png ├── maximize-unfocused-active.png ├── maximize-unfocused-normal.png ├── metacity-theme-1.xml ├── minimize-focused-active.png ├── minimize-focused-normal.png ├── minimize-focused-pressed.png ├── minimize-unfocused-active.png ├── minimize-unfocused-normal.png ├── restore-focused-active.png ├── restore-focused-normal.png ├── restore-focused-pressed.png ├── restore-unfocused-active.png ├── restore-unfocused-normal.png └── thumbnail.png ├── plank ├── dock.theme └── hover.theme ├── unity ├── close.svg ├── close_focused_normal.svg ├── close_focused_prelight.svg ├── close_focused_pressed.svg ├── close_unfocused.svg ├── close_unfocused_prelight.svg ├── close_unfocused_pressed.svg ├── launcher_arrow_ltr_19.svg ├── launcher_arrow_ltr_37.svg ├── launcher_arrow_outline_ltr_19.svg ├── launcher_arrow_outline_ltr_37.svg ├── launcher_arrow_outline_rtl_19.svg ├── launcher_arrow_outline_rtl_37.svg ├── launcher_arrow_rtl_19.svg ├── launcher_arrow_rtl_37.svg ├── launcher_bfb.png ├── launcher_icon_back_150.svg ├── launcher_icon_back_54.svg ├── launcher_icon_edge_150.svg ├── launcher_icon_edge_54.svg ├── launcher_icon_glow_200.svg ├── launcher_icon_glow_62.svg ├── launcher_icon_selected_back_150.svg ├── launcher_icon_selected_back_54.svg ├── launcher_icon_shadow_200.svg ├── launcher_icon_shadow_62.svg ├── launcher_icon_shine_150.svg ├── launcher_icon_shine_54.svg ├── launcher_pip_ltr_19.svg ├── launcher_pip_ltr_37.svg ├── launcher_pip_rtl_19.svg ├── launcher_pip_rtl_37.svg ├── maximize.svg ├── maximize_focused_normal.svg ├── maximize_focused_prelight.svg ├── maximize_focused_pressed.svg ├── maximize_unfocused.svg ├── maximize_unfocused_prelight.svg ├── maximize_unfocused_pressed.svg ├── minimize.svg ├── minimize_focused_normal.svg ├── minimize_focused_prelight.svg ├── minimize_focused_pressed.svg ├── minimize_unfocused.svg ├── minimize_unfocused_prelight.svg ├── minimize_unfocused_pressed.svg ├── unfocused.svg ├── unmaximize.svg ├── unmaximize_focused_normal.svg ├── unmaximize_focused_prelight.svg ├── unmaximize_focused_pressed.svg ├── unmaximize_unfocused.svg ├── unmaximize_unfocused_prelight.svg └── unmaximize_unfocused_pressed.svg └── xfwm4 ├── bottom-active.png ├── bottom-inactive.png ├── bottom-left-active.png ├── bottom-left-inactive.png ├── bottom-right-active.png ├── bottom-right-inactive.png ├── close-active.xpm ├── close-inactive.xpm ├── close-prelight.xpm ├── close-pressed.xpm ├── hide-active.xpm ├── hide-inactive.xpm ├── hide-prelight.xpm ├── hide-pressed.xpm ├── left-active.png ├── left-inactive.png ├── maximize-active.xpm ├── maximize-inactive.xpm ├── maximize-prelight.xpm ├── maximize-pressed.xpm ├── right-active.png ├── right-inactive.png ├── themerc ├── title-1-active.xpm ├── title-1-inactive.xpm ├── title-2-active.xpm ├── title-2-inactive.xpm ├── title-3-active.xpm ├── title-3-inactive.xpm ├── title-4-active.xpm ├── title-4-inactive.xpm ├── title-5-active.xpm ├── title-5-inactive.xpm ├── top-left-active.xpm ├── top-left-inactive.xpm ├── top-right-active.xpm ├── top-right-inactive.xpm └── unfocused.xpm /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/README.md -------------------------------------------------------------------------------- /install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/install.sh -------------------------------------------------------------------------------- /preview-gnome.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/preview-gnome.png -------------------------------------------------------------------------------- /preview-kde.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/preview-kde.png -------------------------------------------------------------------------------- /themes/Adapta-Eta/chrome: -------------------------------------------------------------------------------- 1 | ../Adapta/chrome -------------------------------------------------------------------------------- /themes/Adapta-Eta/gnome-shell/assets/go-up.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta-Eta/gnome-shell/assets/go-up.svg -------------------------------------------------------------------------------- /themes/Adapta-Eta/gnome-shell/gnome-shell.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta-Eta/gnome-shell/gnome-shell.css -------------------------------------------------------------------------------- /themes/Adapta-Eta/gnome-shell/no-events.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta-Eta/gnome-shell/no-events.svg -------------------------------------------------------------------------------- /themes/Adapta-Eta/gnome-shell/noise-texture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta-Eta/gnome-shell/noise-texture.png -------------------------------------------------------------------------------- /themes/Adapta-Eta/gnome-shell/pad-osd.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta-Eta/gnome-shell/pad-osd.css -------------------------------------------------------------------------------- /themes/Adapta-Eta/gnome-shell/toggle-off.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta-Eta/gnome-shell/toggle-off.svg -------------------------------------------------------------------------------- /themes/Adapta-Eta/gnome-shell/toggle-on.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta-Eta/gnome-shell/toggle-on.svg -------------------------------------------------------------------------------- /themes/Adapta-Eta/gtk-2.0/3rd-party-eta.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta-Eta/gtk-2.0/3rd-party-eta.rc -------------------------------------------------------------------------------- /themes/Adapta-Eta/gtk-2.0/Arrows/down-alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta-Eta/gtk-2.0/Arrows/down-alt.png -------------------------------------------------------------------------------- /themes/Adapta-Eta/gtk-2.0/Arrows/down-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta-Eta/gtk-2.0/Arrows/down-dark.png -------------------------------------------------------------------------------- /themes/Adapta-Eta/gtk-2.0/Arrows/down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta-Eta/gtk-2.0/Arrows/down.png -------------------------------------------------------------------------------- /themes/Adapta-Eta/gtk-2.0/Arrows/left-alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta-Eta/gtk-2.0/Arrows/left-alt.png -------------------------------------------------------------------------------- /themes/Adapta-Eta/gtk-2.0/Arrows/left-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta-Eta/gtk-2.0/Arrows/left-dark.png -------------------------------------------------------------------------------- /themes/Adapta-Eta/gtk-2.0/Arrows/left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta-Eta/gtk-2.0/Arrows/left.png -------------------------------------------------------------------------------- /themes/Adapta-Eta/gtk-2.0/Arrows/right-alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta-Eta/gtk-2.0/Arrows/right-alt.png -------------------------------------------------------------------------------- /themes/Adapta-Eta/gtk-2.0/Arrows/right-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta-Eta/gtk-2.0/Arrows/right-dark.png -------------------------------------------------------------------------------- /themes/Adapta-Eta/gtk-2.0/Arrows/right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta-Eta/gtk-2.0/Arrows/right.png -------------------------------------------------------------------------------- /themes/Adapta-Eta/gtk-2.0/Arrows/up-alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta-Eta/gtk-2.0/Arrows/up-alt.png -------------------------------------------------------------------------------- /themes/Adapta-Eta/gtk-2.0/Arrows/up-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta-Eta/gtk-2.0/Arrows/up-dark.png -------------------------------------------------------------------------------- /themes/Adapta-Eta/gtk-2.0/Arrows/up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta-Eta/gtk-2.0/Arrows/up.png -------------------------------------------------------------------------------- /themes/Adapta-Eta/gtk-2.0/Buttons/button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta-Eta/gtk-2.0/Buttons/button.png -------------------------------------------------------------------------------- /themes/Adapta-Eta/gtk-2.0/Column/column.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta-Eta/gtk-2.0/Column/column.png -------------------------------------------------------------------------------- /themes/Adapta-Eta/gtk-2.0/Entry/bg-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta-Eta/gtk-2.0/Entry/bg-active.png -------------------------------------------------------------------------------- /themes/Adapta-Eta/gtk-2.0/Entry/bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta-Eta/gtk-2.0/Entry/bg.png -------------------------------------------------------------------------------- /themes/Adapta-Eta/gtk-2.0/Entry/entry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta-Eta/gtk-2.0/Entry/entry.png -------------------------------------------------------------------------------- /themes/Adapta-Eta/gtk-2.0/Entry/ltr-entry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta-Eta/gtk-2.0/Entry/ltr-entry.png -------------------------------------------------------------------------------- /themes/Adapta-Eta/gtk-2.0/Entry/rtl-entry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta-Eta/gtk-2.0/Entry/rtl-entry.png -------------------------------------------------------------------------------- /themes/Adapta-Eta/gtk-2.0/Handles/h-handle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta-Eta/gtk-2.0/Handles/h-handle.png -------------------------------------------------------------------------------- /themes/Adapta-Eta/gtk-2.0/Handles/v-handle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta-Eta/gtk-2.0/Handles/v-handle.png -------------------------------------------------------------------------------- /themes/Adapta-Eta/gtk-2.0/Lines/h-line.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta-Eta/gtk-2.0/Lines/h-line.png -------------------------------------------------------------------------------- /themes/Adapta-Eta/gtk-2.0/Lines/v-line.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta-Eta/gtk-2.0/Lines/v-line.png -------------------------------------------------------------------------------- /themes/Adapta-Eta/gtk-2.0/Others/bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta-Eta/gtk-2.0/Others/bottom.png -------------------------------------------------------------------------------- /themes/Adapta-Eta/gtk-2.0/Others/focus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta-Eta/gtk-2.0/Others/focus.png -------------------------------------------------------------------------------- /themes/Adapta-Eta/gtk-2.0/Others/left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta-Eta/gtk-2.0/Others/left.png -------------------------------------------------------------------------------- /themes/Adapta-Eta/gtk-2.0/Others/null.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta-Eta/gtk-2.0/Others/null.svg -------------------------------------------------------------------------------- /themes/Adapta-Eta/gtk-2.0/Others/right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta-Eta/gtk-2.0/Others/right.png -------------------------------------------------------------------------------- /themes/Adapta-Eta/gtk-2.0/Others/top-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta-Eta/gtk-2.0/Others/top-hover.png -------------------------------------------------------------------------------- /themes/Adapta-Eta/gtk-2.0/Others/top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta-Eta/gtk-2.0/Others/top.png -------------------------------------------------------------------------------- /themes/Adapta-Eta/gtk-2.0/ProgressBar/bar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta-Eta/gtk-2.0/ProgressBar/bar.png -------------------------------------------------------------------------------- /themes/Adapta-Eta/gtk-2.0/Shadows/frame.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta-Eta/gtk-2.0/Shadows/frame.png -------------------------------------------------------------------------------- /themes/Adapta-Eta/gtk-2.0/Shadows/gap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta-Eta/gtk-2.0/Shadows/gap.png -------------------------------------------------------------------------------- /themes/Adapta-Eta/gtk-2.0/Shadows/z-depth-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta-Eta/gtk-2.0/Shadows/z-depth-1.svg -------------------------------------------------------------------------------- /themes/Adapta-Eta/gtk-2.0/Shadows/z-depth-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta-Eta/gtk-2.0/Shadows/z-depth-2.svg -------------------------------------------------------------------------------- /themes/Adapta-Eta/gtk-2.0/Spin/ltr-down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta-Eta/gtk-2.0/Spin/ltr-down.png -------------------------------------------------------------------------------- /themes/Adapta-Eta/gtk-2.0/Spin/ltr-up-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta-Eta/gtk-2.0/Spin/ltr-up-hover.png -------------------------------------------------------------------------------- /themes/Adapta-Eta/gtk-2.0/Spin/ltr-up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta-Eta/gtk-2.0/Spin/ltr-up.png -------------------------------------------------------------------------------- /themes/Adapta-Eta/gtk-2.0/Spin/rtl-down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta-Eta/gtk-2.0/Spin/rtl-down.png -------------------------------------------------------------------------------- /themes/Adapta-Eta/gtk-2.0/Spin/rtl-up-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta-Eta/gtk-2.0/Spin/rtl-up-hover.png -------------------------------------------------------------------------------- /themes/Adapta-Eta/gtk-2.0/Spin/rtl-up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta-Eta/gtk-2.0/Spin/rtl-up.png -------------------------------------------------------------------------------- /themes/Adapta-Eta/gtk-2.0/colors.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta-Eta/gtk-2.0/colors.rc -------------------------------------------------------------------------------- /themes/Adapta-Eta/gtk-2.0/common-eta.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta-Eta/gtk-2.0/common-eta.rc -------------------------------------------------------------------------------- /themes/Adapta-Eta/gtk-2.0/gtkrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta-Eta/gtk-2.0/gtkrc -------------------------------------------------------------------------------- /themes/Adapta-Eta/gtk-2.0/misc-eta.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta-Eta/gtk-2.0/misc-eta.rc -------------------------------------------------------------------------------- /themes/Adapta-Eta/gtk-3.0/gtk-dark.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta-Eta/gtk-3.0/gtk-dark.css -------------------------------------------------------------------------------- /themes/Adapta-Eta/gtk-3.0/gtk.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta-Eta/gtk-3.0/gtk.css -------------------------------------------------------------------------------- /themes/Adapta-Eta/gtk-3.0/gtk.gresource: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta-Eta/gtk-3.0/gtk.gresource -------------------------------------------------------------------------------- /themes/Adapta-Eta/gtk-3.0/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta-Eta/gtk-3.0/thumbnail.png -------------------------------------------------------------------------------- /themes/Adapta-Eta/gtk-3.22/gtk-dark.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta-Eta/gtk-3.22/gtk-dark.css -------------------------------------------------------------------------------- /themes/Adapta-Eta/gtk-3.22/gtk.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta-Eta/gtk-3.22/gtk.css -------------------------------------------------------------------------------- /themes/Adapta-Eta/gtk-3.22/gtk.gresource: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta-Eta/gtk-3.22/gtk.gresource -------------------------------------------------------------------------------- /themes/Adapta-Eta/index.theme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta-Eta/index.theme -------------------------------------------------------------------------------- /themes/Adapta-Eta/metacity-1: -------------------------------------------------------------------------------- 1 | ../Adapta/metacity-1 -------------------------------------------------------------------------------- /themes/Adapta-Eta/telegram: -------------------------------------------------------------------------------- 1 | ../Adapta/telegram -------------------------------------------------------------------------------- /themes/Adapta-Eta/unity: -------------------------------------------------------------------------------- 1 | ../Adapta/unity -------------------------------------------------------------------------------- /themes/Adapta-Nokto-Eta/chrome: -------------------------------------------------------------------------------- 1 | ../Adapta-Nokto/chrome -------------------------------------------------------------------------------- /themes/Adapta-Nokto-Eta/gnome-shell/pad-osd.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta-Nokto-Eta/gnome-shell/pad-osd.css -------------------------------------------------------------------------------- /themes/Adapta-Nokto-Eta/gtk-2.0/Others/left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta-Nokto-Eta/gtk-2.0/Others/left.png -------------------------------------------------------------------------------- /themes/Adapta-Nokto-Eta/gtk-2.0/Others/null.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta-Nokto-Eta/gtk-2.0/Others/null.svg -------------------------------------------------------------------------------- /themes/Adapta-Nokto-Eta/gtk-2.0/Others/top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta-Nokto-Eta/gtk-2.0/Others/top.png -------------------------------------------------------------------------------- /themes/Adapta-Nokto-Eta/gtk-2.0/Shadows/gap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta-Nokto-Eta/gtk-2.0/Shadows/gap.png -------------------------------------------------------------------------------- /themes/Adapta-Nokto-Eta/gtk-2.0/colors-dark.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta-Nokto-Eta/gtk-2.0/colors-dark.rc -------------------------------------------------------------------------------- /themes/Adapta-Nokto-Eta/gtk-2.0/gtkrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta-Nokto-Eta/gtk-2.0/gtkrc -------------------------------------------------------------------------------- /themes/Adapta-Nokto-Eta/gtk-3.0/gtk.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta-Nokto-Eta/gtk-3.0/gtk.css -------------------------------------------------------------------------------- /themes/Adapta-Nokto-Eta/gtk-3.0/gtk.gresource: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta-Nokto-Eta/gtk-3.0/gtk.gresource -------------------------------------------------------------------------------- /themes/Adapta-Nokto-Eta/gtk-3.0/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta-Nokto-Eta/gtk-3.0/thumbnail.png -------------------------------------------------------------------------------- /themes/Adapta-Nokto-Eta/gtk-3.22/gtk.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta-Nokto-Eta/gtk-3.22/gtk.css -------------------------------------------------------------------------------- /themes/Adapta-Nokto-Eta/gtk-3.22/gtk.gresource: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta-Nokto-Eta/gtk-3.22/gtk.gresource -------------------------------------------------------------------------------- /themes/Adapta-Nokto-Eta/index.theme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta-Nokto-Eta/index.theme -------------------------------------------------------------------------------- /themes/Adapta-Nokto-Eta/metacity-1: -------------------------------------------------------------------------------- 1 | ../Adapta/metacity-1 -------------------------------------------------------------------------------- /themes/Adapta-Nokto-Eta/telegram: -------------------------------------------------------------------------------- 1 | ../Adapta-Nokto/telegram -------------------------------------------------------------------------------- /themes/Adapta-Nokto-Eta/unity: -------------------------------------------------------------------------------- 1 | ../Adapta/unity -------------------------------------------------------------------------------- /themes/Adapta-Nokto/cinnamon/assets/misc/bg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta-Nokto/cinnamon/assets/misc/bg.svg -------------------------------------------------------------------------------- /themes/Adapta-Nokto/cinnamon/cinnamon.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta-Nokto/cinnamon/cinnamon.css -------------------------------------------------------------------------------- /themes/Adapta-Nokto/cinnamon/thumbnail.png: -------------------------------------------------------------------------------- 1 | ./assets/thumbnail.png -------------------------------------------------------------------------------- /themes/Adapta-Nokto/gedit: -------------------------------------------------------------------------------- 1 | ../Adapta/gedit -------------------------------------------------------------------------------- /themes/Adapta-Nokto/gnome-shell/gnome-shell.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta-Nokto/gnome-shell/gnome-shell.css -------------------------------------------------------------------------------- /themes/Adapta-Nokto/gnome-shell/no-events.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta-Nokto/gnome-shell/no-events.svg -------------------------------------------------------------------------------- /themes/Adapta-Nokto/gnome-shell/pad-osd.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta-Nokto/gnome-shell/pad-osd.css -------------------------------------------------------------------------------- /themes/Adapta-Nokto/gnome-shell/toggle-off.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta-Nokto/gnome-shell/toggle-off.svg -------------------------------------------------------------------------------- /themes/Adapta-Nokto/gnome-shell/toggle-on.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta-Nokto/gnome-shell/toggle-on.svg -------------------------------------------------------------------------------- /themes/Adapta-Nokto/gtk-2.0/3rd-party-dark.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta-Nokto/gtk-2.0/3rd-party-dark.rc -------------------------------------------------------------------------------- /themes/Adapta-Nokto/gtk-2.0/Arrows/up-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta-Nokto/gtk-2.0/Arrows/up-dark.png -------------------------------------------------------------------------------- /themes/Adapta-Nokto/gtk-2.0/Entry/bg-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta-Nokto/gtk-2.0/Entry/bg-dark.png -------------------------------------------------------------------------------- /themes/Adapta-Nokto/gtk-2.0/Lines/h-line.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta-Nokto/gtk-2.0/Lines/h-line.png -------------------------------------------------------------------------------- /themes/Adapta-Nokto/gtk-2.0/Lines/v-line.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta-Nokto/gtk-2.0/Lines/v-line.png -------------------------------------------------------------------------------- /themes/Adapta-Nokto/gtk-2.0/Others/bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta-Nokto/gtk-2.0/Others/bottom.png -------------------------------------------------------------------------------- /themes/Adapta-Nokto/gtk-2.0/Others/left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta-Nokto/gtk-2.0/Others/left.png -------------------------------------------------------------------------------- /themes/Adapta-Nokto/gtk-2.0/Others/null.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta-Nokto/gtk-2.0/Others/null.svg -------------------------------------------------------------------------------- /themes/Adapta-Nokto/gtk-2.0/Others/right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta-Nokto/gtk-2.0/Others/right.png -------------------------------------------------------------------------------- /themes/Adapta-Nokto/gtk-2.0/Others/top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta-Nokto/gtk-2.0/Others/top.png -------------------------------------------------------------------------------- /themes/Adapta-Nokto/gtk-2.0/ProgressBar/bar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta-Nokto/gtk-2.0/ProgressBar/bar.png -------------------------------------------------------------------------------- /themes/Adapta-Nokto/gtk-2.0/Shadows/frame.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta-Nokto/gtk-2.0/Shadows/frame.png -------------------------------------------------------------------------------- /themes/Adapta-Nokto/gtk-2.0/Shadows/gap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta-Nokto/gtk-2.0/Shadows/gap.png -------------------------------------------------------------------------------- /themes/Adapta-Nokto/gtk-2.0/colors-dark.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta-Nokto/gtk-2.0/colors-dark.rc -------------------------------------------------------------------------------- /themes/Adapta-Nokto/gtk-2.0/common-dark.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta-Nokto/gtk-2.0/common-dark.rc -------------------------------------------------------------------------------- /themes/Adapta-Nokto/gtk-2.0/gtkrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta-Nokto/gtk-2.0/gtkrc -------------------------------------------------------------------------------- /themes/Adapta-Nokto/gtk-2.0/misc-dark.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta-Nokto/gtk-2.0/misc-dark.rc -------------------------------------------------------------------------------- /themes/Adapta-Nokto/gtk-3.0/gtk.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta-Nokto/gtk-3.0/gtk.css -------------------------------------------------------------------------------- /themes/Adapta-Nokto/gtk-3.0/gtk.gresource: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta-Nokto/gtk-3.0/gtk.gresource -------------------------------------------------------------------------------- /themes/Adapta-Nokto/gtk-3.0/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta-Nokto/gtk-3.0/thumbnail.png -------------------------------------------------------------------------------- /themes/Adapta-Nokto/gtk-3.22/gtk.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta-Nokto/gtk-3.22/gtk.css -------------------------------------------------------------------------------- /themes/Adapta-Nokto/gtk-3.22/gtk.gresource: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta-Nokto/gtk-3.22/gtk.gresource -------------------------------------------------------------------------------- /themes/Adapta-Nokto/index.theme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta-Nokto/index.theme -------------------------------------------------------------------------------- /themes/Adapta-Nokto/metacity-1: -------------------------------------------------------------------------------- 1 | ../Adapta/metacity-1 -------------------------------------------------------------------------------- /themes/Adapta-Nokto/openbox-3/close.xbm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta-Nokto/openbox-3/close.xbm -------------------------------------------------------------------------------- /themes/Adapta-Nokto/openbox-3/desk.xbm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta-Nokto/openbox-3/desk.xbm -------------------------------------------------------------------------------- /themes/Adapta-Nokto/openbox-3/desk_toggled.xbm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta-Nokto/openbox-3/desk_toggled.xbm -------------------------------------------------------------------------------- /themes/Adapta-Nokto/openbox-3/iconify.xbm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta-Nokto/openbox-3/iconify.xbm -------------------------------------------------------------------------------- /themes/Adapta-Nokto/openbox-3/max.xbm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta-Nokto/openbox-3/max.xbm -------------------------------------------------------------------------------- /themes/Adapta-Nokto/openbox-3/max_toggled.xbm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta-Nokto/openbox-3/max_toggled.xbm -------------------------------------------------------------------------------- /themes/Adapta-Nokto/openbox-3/shade.xbm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta-Nokto/openbox-3/shade.xbm -------------------------------------------------------------------------------- /themes/Adapta-Nokto/openbox-3/shade_toggled.xbm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta-Nokto/openbox-3/shade_toggled.xbm -------------------------------------------------------------------------------- /themes/Adapta-Nokto/openbox-3/themerc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta-Nokto/openbox-3/themerc -------------------------------------------------------------------------------- /themes/Adapta-Nokto/unity: -------------------------------------------------------------------------------- 1 | ../Adapta/unity -------------------------------------------------------------------------------- /themes/Adapta-Nokto/xfwm4: -------------------------------------------------------------------------------- 1 | ../Adapta/xfwm4 -------------------------------------------------------------------------------- /themes/Adapta/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/COPYING -------------------------------------------------------------------------------- /themes/Adapta/LICENSE_CC_BY_SA4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/LICENSE_CC_BY_SA4 -------------------------------------------------------------------------------- /themes/Adapta/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/README.md -------------------------------------------------------------------------------- /themes/Adapta/chrome/adapta-theme.crx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/chrome/adapta-theme.crx -------------------------------------------------------------------------------- /themes/Adapta/cinnamon/assets/menu/menu.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/cinnamon/assets/menu/menu.svg -------------------------------------------------------------------------------- /themes/Adapta/cinnamon/assets/menu/submenu.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/cinnamon/assets/menu/submenu.svg -------------------------------------------------------------------------------- /themes/Adapta/cinnamon/assets/misc/bg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/cinnamon/assets/misc/bg.svg -------------------------------------------------------------------------------- /themes/Adapta/cinnamon/assets/misc/close.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/cinnamon/assets/misc/close.svg -------------------------------------------------------------------------------- /themes/Adapta/cinnamon/assets/misc/desklet.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/cinnamon/assets/misc/desklet.svg -------------------------------------------------------------------------------- /themes/Adapta/cinnamon/assets/misc/message.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/cinnamon/assets/misc/message.svg -------------------------------------------------------------------------------- /themes/Adapta/cinnamon/assets/misc/osd.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/cinnamon/assets/misc/osd.svg -------------------------------------------------------------------------------- /themes/Adapta/cinnamon/assets/misc/overview.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/cinnamon/assets/misc/overview.svg -------------------------------------------------------------------------------- /themes/Adapta/cinnamon/assets/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/cinnamon/assets/thumbnail.png -------------------------------------------------------------------------------- /themes/Adapta/cinnamon/cinnamon.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/cinnamon/cinnamon.css -------------------------------------------------------------------------------- /themes/Adapta/cinnamon/thumbnail.png: -------------------------------------------------------------------------------- 1 | ./assets/thumbnail.png -------------------------------------------------------------------------------- /themes/Adapta/gedit/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/gedit/README.md -------------------------------------------------------------------------------- /themes/Adapta/gedit/adapta.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/gedit/adapta.xml -------------------------------------------------------------------------------- /themes/Adapta/gnome-shell/assets/checkbox.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/gnome-shell/assets/checkbox.svg -------------------------------------------------------------------------------- /themes/Adapta/gnome-shell/assets/go-down.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/gnome-shell/assets/go-down.svg -------------------------------------------------------------------------------- /themes/Adapta/gnome-shell/assets/go-up.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/gnome-shell/assets/go-up.svg -------------------------------------------------------------------------------- /themes/Adapta/gnome-shell/assets/show-apps.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/gnome-shell/assets/show-apps.svg -------------------------------------------------------------------------------- /themes/Adapta/gnome-shell/gnome-shell.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/gnome-shell/gnome-shell.css -------------------------------------------------------------------------------- /themes/Adapta/gnome-shell/no-events.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/gnome-shell/no-events.svg -------------------------------------------------------------------------------- /themes/Adapta/gnome-shell/no-notifications.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/gnome-shell/no-notifications.svg -------------------------------------------------------------------------------- /themes/Adapta/gnome-shell/noise-texture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/gnome-shell/noise-texture.png -------------------------------------------------------------------------------- /themes/Adapta/gnome-shell/pad-osd.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/gnome-shell/pad-osd.css -------------------------------------------------------------------------------- /themes/Adapta/gnome-shell/process-working.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/gnome-shell/process-working.svg -------------------------------------------------------------------------------- /themes/Adapta/gnome-shell/toggle-off.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/gnome-shell/toggle-off.svg -------------------------------------------------------------------------------- /themes/Adapta/gnome-shell/toggle-on.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/gnome-shell/toggle-on.svg -------------------------------------------------------------------------------- /themes/Adapta/gtk-2.0/3rd-party.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/gtk-2.0/3rd-party.rc -------------------------------------------------------------------------------- /themes/Adapta/gtk-2.0/Arrows/down-alt-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/gtk-2.0/Arrows/down-alt-hover.png -------------------------------------------------------------------------------- /themes/Adapta/gtk-2.0/Arrows/down-alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/gtk-2.0/Arrows/down-alt.png -------------------------------------------------------------------------------- /themes/Adapta/gtk-2.0/Arrows/down-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/gtk-2.0/Arrows/down-dark.png -------------------------------------------------------------------------------- /themes/Adapta/gtk-2.0/Arrows/down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/gtk-2.0/Arrows/down.png -------------------------------------------------------------------------------- /themes/Adapta/gtk-2.0/Arrows/left-alt-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/gtk-2.0/Arrows/left-alt-hover.png -------------------------------------------------------------------------------- /themes/Adapta/gtk-2.0/Arrows/left-alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/gtk-2.0/Arrows/left-alt.png -------------------------------------------------------------------------------- /themes/Adapta/gtk-2.0/Arrows/left-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/gtk-2.0/Arrows/left-dark.png -------------------------------------------------------------------------------- /themes/Adapta/gtk-2.0/Arrows/left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/gtk-2.0/Arrows/left.png -------------------------------------------------------------------------------- /themes/Adapta/gtk-2.0/Arrows/right-alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/gtk-2.0/Arrows/right-alt.png -------------------------------------------------------------------------------- /themes/Adapta/gtk-2.0/Arrows/right-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/gtk-2.0/Arrows/right-dark.png -------------------------------------------------------------------------------- /themes/Adapta/gtk-2.0/Arrows/right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/gtk-2.0/Arrows/right.png -------------------------------------------------------------------------------- /themes/Adapta/gtk-2.0/Arrows/up-alt-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/gtk-2.0/Arrows/up-alt-hover.png -------------------------------------------------------------------------------- /themes/Adapta/gtk-2.0/Arrows/up-alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/gtk-2.0/Arrows/up-alt.png -------------------------------------------------------------------------------- /themes/Adapta/gtk-2.0/Arrows/up-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/gtk-2.0/Arrows/up-dark.png -------------------------------------------------------------------------------- /themes/Adapta/gtk-2.0/Arrows/up-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/gtk-2.0/Arrows/up-insensitive.png -------------------------------------------------------------------------------- /themes/Adapta/gtk-2.0/Arrows/up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/gtk-2.0/Arrows/up.png -------------------------------------------------------------------------------- /themes/Adapta/gtk-2.0/Buttons/button-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/gtk-2.0/Buttons/button-active.png -------------------------------------------------------------------------------- /themes/Adapta/gtk-2.0/Buttons/button-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/gtk-2.0/Buttons/button-hover.png -------------------------------------------------------------------------------- /themes/Adapta/gtk-2.0/Buttons/button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/gtk-2.0/Buttons/button.png -------------------------------------------------------------------------------- /themes/Adapta/gtk-2.0/Buttons/ltr-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/gtk-2.0/Buttons/ltr-button.png -------------------------------------------------------------------------------- /themes/Adapta/gtk-2.0/Buttons/rtl-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/gtk-2.0/Buttons/rtl-button.png -------------------------------------------------------------------------------- /themes/Adapta/gtk-2.0/Check-Radio/check-off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/gtk-2.0/Check-Radio/check-off.png -------------------------------------------------------------------------------- /themes/Adapta/gtk-2.0/Check-Radio/check-on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/gtk-2.0/Check-Radio/check-on.png -------------------------------------------------------------------------------- /themes/Adapta/gtk-2.0/Check-Radio/radio-off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/gtk-2.0/Check-Radio/radio-off.png -------------------------------------------------------------------------------- /themes/Adapta/gtk-2.0/Check-Radio/radio-on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/gtk-2.0/Check-Radio/radio-on.png -------------------------------------------------------------------------------- /themes/Adapta/gtk-2.0/Column/column-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/gtk-2.0/Column/column-active.png -------------------------------------------------------------------------------- /themes/Adapta/gtk-2.0/Column/column-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/gtk-2.0/Column/column-hover.png -------------------------------------------------------------------------------- /themes/Adapta/gtk-2.0/Column/column.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/gtk-2.0/Column/column.png -------------------------------------------------------------------------------- /themes/Adapta/gtk-2.0/Entry/bg-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/gtk-2.0/Entry/bg-active.png -------------------------------------------------------------------------------- /themes/Adapta/gtk-2.0/Entry/bg-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/gtk-2.0/Entry/bg-insensitive.png -------------------------------------------------------------------------------- /themes/Adapta/gtk-2.0/Entry/bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/gtk-2.0/Entry/bg.png -------------------------------------------------------------------------------- /themes/Adapta/gtk-2.0/Entry/entry-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/gtk-2.0/Entry/entry-active.png -------------------------------------------------------------------------------- /themes/Adapta/gtk-2.0/Entry/entry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/gtk-2.0/Entry/entry.png -------------------------------------------------------------------------------- /themes/Adapta/gtk-2.0/Entry/ltr-entry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/gtk-2.0/Entry/ltr-entry.png -------------------------------------------------------------------------------- /themes/Adapta/gtk-2.0/Entry/rtl-entry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/gtk-2.0/Entry/rtl-entry.png -------------------------------------------------------------------------------- /themes/Adapta/gtk-2.0/Handles/h-handle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/gtk-2.0/Handles/h-handle.png -------------------------------------------------------------------------------- /themes/Adapta/gtk-2.0/Handles/v-handle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/gtk-2.0/Handles/v-handle.png -------------------------------------------------------------------------------- /themes/Adapta/gtk-2.0/Lines/h-line.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/gtk-2.0/Lines/h-line.png -------------------------------------------------------------------------------- /themes/Adapta/gtk-2.0/Lines/menu-line-ltr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/gtk-2.0/Lines/menu-line-ltr.png -------------------------------------------------------------------------------- /themes/Adapta/gtk-2.0/Lines/menu-line-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/gtk-2.0/Lines/menu-line-rtl.png -------------------------------------------------------------------------------- /themes/Adapta/gtk-2.0/Lines/v-line.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/gtk-2.0/Lines/v-line.png -------------------------------------------------------------------------------- /themes/Adapta/gtk-2.0/Others/bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/gtk-2.0/Others/bottom.png -------------------------------------------------------------------------------- /themes/Adapta/gtk-2.0/Others/focus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/gtk-2.0/Others/focus.png -------------------------------------------------------------------------------- /themes/Adapta/gtk-2.0/Others/left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/gtk-2.0/Others/left.png -------------------------------------------------------------------------------- /themes/Adapta/gtk-2.0/Others/null.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/gtk-2.0/Others/null.svg -------------------------------------------------------------------------------- /themes/Adapta/gtk-2.0/Others/right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/gtk-2.0/Others/right.png -------------------------------------------------------------------------------- /themes/Adapta/gtk-2.0/Others/top-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/gtk-2.0/Others/top-hover.png -------------------------------------------------------------------------------- /themes/Adapta/gtk-2.0/Others/top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/gtk-2.0/Others/top.png -------------------------------------------------------------------------------- /themes/Adapta/gtk-2.0/ProgressBar/bar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/gtk-2.0/ProgressBar/bar.png -------------------------------------------------------------------------------- /themes/Adapta/gtk-2.0/ProgressBar/trough.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/gtk-2.0/ProgressBar/trough.png -------------------------------------------------------------------------------- /themes/Adapta/gtk-2.0/Range/h-scale-trough.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/gtk-2.0/Range/h-scale-trough.png -------------------------------------------------------------------------------- /themes/Adapta/gtk-2.0/Range/scale-slider.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/gtk-2.0/Range/scale-slider.png -------------------------------------------------------------------------------- /themes/Adapta/gtk-2.0/Range/v-scale-trough.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/gtk-2.0/Range/v-scale-trough.png -------------------------------------------------------------------------------- /themes/Adapta/gtk-2.0/Scrollbars/h-slider.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/gtk-2.0/Scrollbars/h-slider.png -------------------------------------------------------------------------------- /themes/Adapta/gtk-2.0/Scrollbars/h-trough.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/gtk-2.0/Scrollbars/h-trough.png -------------------------------------------------------------------------------- /themes/Adapta/gtk-2.0/Scrollbars/v-slider.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/gtk-2.0/Scrollbars/v-slider.png -------------------------------------------------------------------------------- /themes/Adapta/gtk-2.0/Scrollbars/v-trough.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/gtk-2.0/Scrollbars/v-trough.png -------------------------------------------------------------------------------- /themes/Adapta/gtk-2.0/Shadows/frame.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/gtk-2.0/Shadows/frame.png -------------------------------------------------------------------------------- /themes/Adapta/gtk-2.0/Shadows/gap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/gtk-2.0/Shadows/gap.png -------------------------------------------------------------------------------- /themes/Adapta/gtk-2.0/Shadows/z-depth-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/gtk-2.0/Shadows/z-depth-1.svg -------------------------------------------------------------------------------- /themes/Adapta/gtk-2.0/Shadows/z-depth-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/gtk-2.0/Shadows/z-depth-2.svg -------------------------------------------------------------------------------- /themes/Adapta/gtk-2.0/Spin/ltr-down-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/gtk-2.0/Spin/ltr-down-active.png -------------------------------------------------------------------------------- /themes/Adapta/gtk-2.0/Spin/ltr-down-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/gtk-2.0/Spin/ltr-down-hover.png -------------------------------------------------------------------------------- /themes/Adapta/gtk-2.0/Spin/ltr-down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/gtk-2.0/Spin/ltr-down.png -------------------------------------------------------------------------------- /themes/Adapta/gtk-2.0/Spin/ltr-up-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/gtk-2.0/Spin/ltr-up-active.png -------------------------------------------------------------------------------- /themes/Adapta/gtk-2.0/Spin/ltr-up-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/gtk-2.0/Spin/ltr-up-hover.png -------------------------------------------------------------------------------- /themes/Adapta/gtk-2.0/Spin/ltr-up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/gtk-2.0/Spin/ltr-up.png -------------------------------------------------------------------------------- /themes/Adapta/gtk-2.0/Spin/rtl-down-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/gtk-2.0/Spin/rtl-down-active.png -------------------------------------------------------------------------------- /themes/Adapta/gtk-2.0/Spin/rtl-down-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/gtk-2.0/Spin/rtl-down-hover.png -------------------------------------------------------------------------------- /themes/Adapta/gtk-2.0/Spin/rtl-down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/gtk-2.0/Spin/rtl-down.png -------------------------------------------------------------------------------- /themes/Adapta/gtk-2.0/Spin/rtl-up-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/gtk-2.0/Spin/rtl-up-active.png -------------------------------------------------------------------------------- /themes/Adapta/gtk-2.0/Spin/rtl-up-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/gtk-2.0/Spin/rtl-up-hover.png -------------------------------------------------------------------------------- /themes/Adapta/gtk-2.0/Spin/rtl-up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/gtk-2.0/Spin/rtl-up.png -------------------------------------------------------------------------------- /themes/Adapta/gtk-2.0/colors.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/gtk-2.0/colors.rc -------------------------------------------------------------------------------- /themes/Adapta/gtk-2.0/common.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/gtk-2.0/common.rc -------------------------------------------------------------------------------- /themes/Adapta/gtk-2.0/gtkrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/gtk-2.0/gtkrc -------------------------------------------------------------------------------- /themes/Adapta/gtk-2.0/misc.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/gtk-2.0/misc.rc -------------------------------------------------------------------------------- /themes/Adapta/gtk-3.0/gtk-dark.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/gtk-3.0/gtk-dark.css -------------------------------------------------------------------------------- /themes/Adapta/gtk-3.0/gtk.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/gtk-3.0/gtk.css -------------------------------------------------------------------------------- /themes/Adapta/gtk-3.0/gtk.gresource: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/gtk-3.0/gtk.gresource -------------------------------------------------------------------------------- /themes/Adapta/gtk-3.0/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/gtk-3.0/thumbnail.png -------------------------------------------------------------------------------- /themes/Adapta/gtk-3.22/gtk-dark.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/gtk-3.22/gtk-dark.css -------------------------------------------------------------------------------- /themes/Adapta/gtk-3.22/gtk.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/gtk-3.22/gtk.css -------------------------------------------------------------------------------- /themes/Adapta/gtk-3.22/gtk.gresource: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/gtk-3.22/gtk.gresource -------------------------------------------------------------------------------- /themes/Adapta/index.theme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/index.theme -------------------------------------------------------------------------------- /themes/Adapta/metacity-1/button_close.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/metacity-1/button_close.svg -------------------------------------------------------------------------------- /themes/Adapta/metacity-1/button_fill.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/metacity-1/button_fill.svg -------------------------------------------------------------------------------- /themes/Adapta/metacity-1/button_maximize.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/metacity-1/button_maximize.svg -------------------------------------------------------------------------------- /themes/Adapta/metacity-1/button_menu.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/metacity-1/button_menu.svg -------------------------------------------------------------------------------- /themes/Adapta/metacity-1/button_minimize.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/metacity-1/button_minimize.svg -------------------------------------------------------------------------------- /themes/Adapta/metacity-1/button_shade.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/metacity-1/button_shade.svg -------------------------------------------------------------------------------- /themes/Adapta/metacity-1/button_unshade.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/metacity-1/button_unshade.svg -------------------------------------------------------------------------------- /themes/Adapta/metacity-1/metacity-theme-2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/metacity-1/metacity-theme-2.xml -------------------------------------------------------------------------------- /themes/Adapta/metacity-1/metacity-theme-3.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/metacity-1/metacity-theme-3.xml -------------------------------------------------------------------------------- /themes/Adapta/metacity-1/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/metacity-1/thumbnail.png -------------------------------------------------------------------------------- /themes/Adapta/openbox-3/close.xbm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/openbox-3/close.xbm -------------------------------------------------------------------------------- /themes/Adapta/openbox-3/compton.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/openbox-3/compton.conf -------------------------------------------------------------------------------- /themes/Adapta/openbox-3/desk.xbm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/openbox-3/desk.xbm -------------------------------------------------------------------------------- /themes/Adapta/openbox-3/desk_toggled.xbm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/openbox-3/desk_toggled.xbm -------------------------------------------------------------------------------- /themes/Adapta/openbox-3/iconify.xbm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/openbox-3/iconify.xbm -------------------------------------------------------------------------------- /themes/Adapta/openbox-3/max.xbm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/openbox-3/max.xbm -------------------------------------------------------------------------------- /themes/Adapta/openbox-3/max_toggled.xbm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/openbox-3/max_toggled.xbm -------------------------------------------------------------------------------- /themes/Adapta/openbox-3/shade.xbm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/openbox-3/shade.xbm -------------------------------------------------------------------------------- /themes/Adapta/openbox-3/shade_toggled.xbm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/openbox-3/shade_toggled.xbm -------------------------------------------------------------------------------- /themes/Adapta/openbox-3/themerc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/openbox-3/themerc -------------------------------------------------------------------------------- /themes/Adapta/telegram/adapta.tdesktop-theme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/telegram/adapta.tdesktop-theme -------------------------------------------------------------------------------- /themes/Adapta/unity/close.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/unity/close.svg -------------------------------------------------------------------------------- /themes/Adapta/unity/close_dash.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/unity/close_dash.svg -------------------------------------------------------------------------------- /themes/Adapta/unity/close_dash_disabled.svg: -------------------------------------------------------------------------------- 1 | close_unfocused.svg -------------------------------------------------------------------------------- /themes/Adapta/unity/close_dash_prelight.svg: -------------------------------------------------------------------------------- 1 | close_focused_prelight.svg -------------------------------------------------------------------------------- /themes/Adapta/unity/close_dash_pressed.svg: -------------------------------------------------------------------------------- 1 | close_focused_pressed.svg -------------------------------------------------------------------------------- /themes/Adapta/unity/close_focused_normal.svg: -------------------------------------------------------------------------------- 1 | close.svg -------------------------------------------------------------------------------- /themes/Adapta/unity/close_focused_prelight.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/unity/close_focused_prelight.svg -------------------------------------------------------------------------------- /themes/Adapta/unity/close_focused_pressed.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/unity/close_focused_pressed.svg -------------------------------------------------------------------------------- /themes/Adapta/unity/close_unfocused.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/unity/close_unfocused.svg -------------------------------------------------------------------------------- /themes/Adapta/unity/close_unfocused_prelight.svg: -------------------------------------------------------------------------------- 1 | close_focused_prelight.svg -------------------------------------------------------------------------------- /themes/Adapta/unity/close_unfocused_pressed.svg: -------------------------------------------------------------------------------- 1 | close_focused_pressed.svg -------------------------------------------------------------------------------- /themes/Adapta/unity/launcher_arrow_btt_19.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/unity/launcher_arrow_btt_19.svg -------------------------------------------------------------------------------- /themes/Adapta/unity/launcher_arrow_btt_37.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/unity/launcher_arrow_btt_37.svg -------------------------------------------------------------------------------- /themes/Adapta/unity/launcher_arrow_ltr_19.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/unity/launcher_arrow_ltr_19.svg -------------------------------------------------------------------------------- /themes/Adapta/unity/launcher_arrow_ltr_37.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/unity/launcher_arrow_ltr_37.svg -------------------------------------------------------------------------------- /themes/Adapta/unity/launcher_arrow_rtl_19.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/unity/launcher_arrow_rtl_19.svg -------------------------------------------------------------------------------- /themes/Adapta/unity/launcher_arrow_rtl_37.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/unity/launcher_arrow_rtl_37.svg -------------------------------------------------------------------------------- /themes/Adapta/unity/launcher_arrow_ttb_19.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/unity/launcher_arrow_ttb_19.svg -------------------------------------------------------------------------------- /themes/Adapta/unity/launcher_arrow_ttb_37.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/unity/launcher_arrow_ttb_37.svg -------------------------------------------------------------------------------- /themes/Adapta/unity/launcher_icon_back_150.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/unity/launcher_icon_back_150.svg -------------------------------------------------------------------------------- /themes/Adapta/unity/launcher_icon_back_54.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/unity/launcher_icon_back_54.svg -------------------------------------------------------------------------------- /themes/Adapta/unity/launcher_icon_edge_150.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/unity/launcher_icon_edge_150.svg -------------------------------------------------------------------------------- /themes/Adapta/unity/launcher_pip_btt_19.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/unity/launcher_pip_btt_19.svg -------------------------------------------------------------------------------- /themes/Adapta/unity/launcher_pip_btt_37.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/unity/launcher_pip_btt_37.svg -------------------------------------------------------------------------------- /themes/Adapta/unity/launcher_pip_ltr_19.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/unity/launcher_pip_ltr_19.svg -------------------------------------------------------------------------------- /themes/Adapta/unity/launcher_pip_ltr_37.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/unity/launcher_pip_ltr_37.svg -------------------------------------------------------------------------------- /themes/Adapta/unity/launcher_pip_rtl_19.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/unity/launcher_pip_rtl_19.svg -------------------------------------------------------------------------------- /themes/Adapta/unity/launcher_pip_rtl_37.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/unity/launcher_pip_rtl_37.svg -------------------------------------------------------------------------------- /themes/Adapta/unity/launcher_pip_ttb_19.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/unity/launcher_pip_ttb_19.svg -------------------------------------------------------------------------------- /themes/Adapta/unity/launcher_pip_ttb_37.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/unity/launcher_pip_ttb_37.svg -------------------------------------------------------------------------------- /themes/Adapta/unity/maximize.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/unity/maximize.svg -------------------------------------------------------------------------------- /themes/Adapta/unity/maximize_dash.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/unity/maximize_dash.svg -------------------------------------------------------------------------------- /themes/Adapta/unity/maximize_dash_disabled.svg: -------------------------------------------------------------------------------- 1 | maximize_unfocused.svg -------------------------------------------------------------------------------- /themes/Adapta/unity/maximize_dash_prelight.svg: -------------------------------------------------------------------------------- 1 | maximize_focused_prelight.svg -------------------------------------------------------------------------------- /themes/Adapta/unity/maximize_dash_pressed.svg: -------------------------------------------------------------------------------- 1 | maximize_focused_pressed.svg -------------------------------------------------------------------------------- /themes/Adapta/unity/maximize_focused_normal.svg: -------------------------------------------------------------------------------- 1 | maximize.svg -------------------------------------------------------------------------------- /themes/Adapta/unity/maximize_unfocused.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/unity/maximize_unfocused.svg -------------------------------------------------------------------------------- /themes/Adapta/unity/maximize_unfocused_prelight.svg: -------------------------------------------------------------------------------- 1 | maximize_focused_prelight.svg -------------------------------------------------------------------------------- /themes/Adapta/unity/maximize_unfocused_pressed.svg: -------------------------------------------------------------------------------- 1 | maximize_focused_pressed.svg -------------------------------------------------------------------------------- /themes/Adapta/unity/minimize.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/unity/minimize.svg -------------------------------------------------------------------------------- /themes/Adapta/unity/minimize_dash.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/unity/minimize_dash.svg -------------------------------------------------------------------------------- /themes/Adapta/unity/minimize_dash_disabled.svg: -------------------------------------------------------------------------------- 1 | minimize_unfocused.svg -------------------------------------------------------------------------------- /themes/Adapta/unity/minimize_dash_prelight.svg: -------------------------------------------------------------------------------- 1 | minimize_focused_prelight.svg -------------------------------------------------------------------------------- /themes/Adapta/unity/minimize_dash_pressed.svg: -------------------------------------------------------------------------------- 1 | minimize_focused_pressed.svg -------------------------------------------------------------------------------- /themes/Adapta/unity/minimize_focused_normal.svg: -------------------------------------------------------------------------------- 1 | minimize.svg -------------------------------------------------------------------------------- /themes/Adapta/unity/minimize_unfocused.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/unity/minimize_unfocused.svg -------------------------------------------------------------------------------- /themes/Adapta/unity/minimize_unfocused_prelight.svg: -------------------------------------------------------------------------------- 1 | minimize_focused_prelight.svg -------------------------------------------------------------------------------- /themes/Adapta/unity/minimize_unfocused_pressed.svg: -------------------------------------------------------------------------------- 1 | minimize_focused_pressed.svg -------------------------------------------------------------------------------- /themes/Adapta/unity/minimized.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/unity/minimized.svg -------------------------------------------------------------------------------- /themes/Adapta/unity/progress_bar_fill.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/unity/progress_bar_fill.svg -------------------------------------------------------------------------------- /themes/Adapta/unity/progress_bar_trough.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/unity/progress_bar_trough.svg -------------------------------------------------------------------------------- /themes/Adapta/unity/sheet_style_close_focused.svg: -------------------------------------------------------------------------------- 1 | close_unfocused.svg -------------------------------------------------------------------------------- /themes/Adapta/unity/sheet_style_close_focused_prelight.svg: -------------------------------------------------------------------------------- 1 | close_unfocused_prelight.svg -------------------------------------------------------------------------------- /themes/Adapta/unity/sheet_style_close_focused_pressed.svg: -------------------------------------------------------------------------------- 1 | close_unfocused_pressed.svg -------------------------------------------------------------------------------- /themes/Adapta/unity/unmaximize.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/unity/unmaximize.svg -------------------------------------------------------------------------------- /themes/Adapta/unity/unmaximize_dash.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/unity/unmaximize_dash.svg -------------------------------------------------------------------------------- /themes/Adapta/unity/unmaximize_dash_disabled.svg: -------------------------------------------------------------------------------- 1 | unmaximize_unfocused.svg -------------------------------------------------------------------------------- /themes/Adapta/unity/unmaximize_dash_prelight.svg: -------------------------------------------------------------------------------- 1 | unmaximize_focused_prelight.svg -------------------------------------------------------------------------------- /themes/Adapta/unity/unmaximize_dash_pressed.svg: -------------------------------------------------------------------------------- 1 | unmaximize_focused_pressed.svg -------------------------------------------------------------------------------- /themes/Adapta/unity/unmaximize_focused_normal.svg: -------------------------------------------------------------------------------- 1 | unmaximize.svg -------------------------------------------------------------------------------- /themes/Adapta/unity/unmaximize_unfocused.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/unity/unmaximize_unfocused.svg -------------------------------------------------------------------------------- /themes/Adapta/unity/unmaximize_unfocused_prelight.svg: -------------------------------------------------------------------------------- 1 | unmaximize_focused_prelight.svg -------------------------------------------------------------------------------- /themes/Adapta/unity/unmaximize_unfocused_pressed.svg: -------------------------------------------------------------------------------- 1 | unmaximize_focused_pressed.svg -------------------------------------------------------------------------------- /themes/Adapta/xfce-notify-4.0/gtk.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/xfce-notify-4.0/gtk.css -------------------------------------------------------------------------------- /themes/Adapta/xfce-notify-4.0/gtkrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/xfce-notify-4.0/gtkrc -------------------------------------------------------------------------------- /themes/Adapta/xfwm4/bottom-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/xfwm4/bottom-active.png -------------------------------------------------------------------------------- /themes/Adapta/xfwm4/bottom-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/xfwm4/bottom-inactive.png -------------------------------------------------------------------------------- /themes/Adapta/xfwm4/bottom-left-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/xfwm4/bottom-left-active.png -------------------------------------------------------------------------------- /themes/Adapta/xfwm4/bottom-left-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/xfwm4/bottom-left-inactive.png -------------------------------------------------------------------------------- /themes/Adapta/xfwm4/bottom-right-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/xfwm4/bottom-right-active.png -------------------------------------------------------------------------------- /themes/Adapta/xfwm4/close-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/xfwm4/close-active.png -------------------------------------------------------------------------------- /themes/Adapta/xfwm4/close-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/xfwm4/close-inactive.png -------------------------------------------------------------------------------- /themes/Adapta/xfwm4/close-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/xfwm4/close-prelight.png -------------------------------------------------------------------------------- /themes/Adapta/xfwm4/close-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/xfwm4/close-pressed.png -------------------------------------------------------------------------------- /themes/Adapta/xfwm4/hide-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/xfwm4/hide-active.png -------------------------------------------------------------------------------- /themes/Adapta/xfwm4/hide-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/xfwm4/hide-inactive.png -------------------------------------------------------------------------------- /themes/Adapta/xfwm4/hide-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/xfwm4/hide-prelight.png -------------------------------------------------------------------------------- /themes/Adapta/xfwm4/hide-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/xfwm4/hide-pressed.png -------------------------------------------------------------------------------- /themes/Adapta/xfwm4/left-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/xfwm4/left-active.png -------------------------------------------------------------------------------- /themes/Adapta/xfwm4/left-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/xfwm4/left-inactive.png -------------------------------------------------------------------------------- /themes/Adapta/xfwm4/maximize-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/xfwm4/maximize-active.png -------------------------------------------------------------------------------- /themes/Adapta/xfwm4/maximize-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/xfwm4/maximize-inactive.png -------------------------------------------------------------------------------- /themes/Adapta/xfwm4/maximize-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/xfwm4/maximize-prelight.png -------------------------------------------------------------------------------- /themes/Adapta/xfwm4/maximize-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/xfwm4/maximize-pressed.png -------------------------------------------------------------------------------- /themes/Adapta/xfwm4/menu-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/xfwm4/menu-active.png -------------------------------------------------------------------------------- /themes/Adapta/xfwm4/menu-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/xfwm4/menu-inactive.png -------------------------------------------------------------------------------- /themes/Adapta/xfwm4/menu-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/xfwm4/menu-prelight.png -------------------------------------------------------------------------------- /themes/Adapta/xfwm4/menu-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/xfwm4/menu-pressed.png -------------------------------------------------------------------------------- /themes/Adapta/xfwm4/right-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/xfwm4/right-active.png -------------------------------------------------------------------------------- /themes/Adapta/xfwm4/right-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/xfwm4/right-inactive.png -------------------------------------------------------------------------------- /themes/Adapta/xfwm4/shade-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/xfwm4/shade-active.png -------------------------------------------------------------------------------- /themes/Adapta/xfwm4/shade-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/xfwm4/shade-inactive.png -------------------------------------------------------------------------------- /themes/Adapta/xfwm4/shade-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/xfwm4/shade-prelight.png -------------------------------------------------------------------------------- /themes/Adapta/xfwm4/shade-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/xfwm4/shade-pressed.png -------------------------------------------------------------------------------- /themes/Adapta/xfwm4/shade-toggled-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/xfwm4/shade-toggled-active.png -------------------------------------------------------------------------------- /themes/Adapta/xfwm4/stick-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/xfwm4/stick-active.png -------------------------------------------------------------------------------- /themes/Adapta/xfwm4/stick-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/xfwm4/stick-inactive.png -------------------------------------------------------------------------------- /themes/Adapta/xfwm4/stick-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/xfwm4/stick-prelight.png -------------------------------------------------------------------------------- /themes/Adapta/xfwm4/stick-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/xfwm4/stick-pressed.png -------------------------------------------------------------------------------- /themes/Adapta/xfwm4/stick-toggled-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/xfwm4/stick-toggled-active.png -------------------------------------------------------------------------------- /themes/Adapta/xfwm4/themerc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/xfwm4/themerc -------------------------------------------------------------------------------- /themes/Adapta/xfwm4/title-1-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/xfwm4/title-1-active.png -------------------------------------------------------------------------------- /themes/Adapta/xfwm4/title-1-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/xfwm4/title-1-inactive.png -------------------------------------------------------------------------------- /themes/Adapta/xfwm4/title-2-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/xfwm4/title-2-active.png -------------------------------------------------------------------------------- /themes/Adapta/xfwm4/title-2-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/xfwm4/title-2-inactive.png -------------------------------------------------------------------------------- /themes/Adapta/xfwm4/title-3-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/xfwm4/title-3-active.png -------------------------------------------------------------------------------- /themes/Adapta/xfwm4/title-3-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/xfwm4/title-3-inactive.png -------------------------------------------------------------------------------- /themes/Adapta/xfwm4/title-4-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/xfwm4/title-4-active.png -------------------------------------------------------------------------------- /themes/Adapta/xfwm4/title-4-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/xfwm4/title-4-inactive.png -------------------------------------------------------------------------------- /themes/Adapta/xfwm4/title-5-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/xfwm4/title-5-active.png -------------------------------------------------------------------------------- /themes/Adapta/xfwm4/title-5-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/xfwm4/title-5-inactive.png -------------------------------------------------------------------------------- /themes/Adapta/xfwm4/top-left-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/xfwm4/top-left-active.png -------------------------------------------------------------------------------- /themes/Adapta/xfwm4/top-left-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/xfwm4/top-left-inactive.png -------------------------------------------------------------------------------- /themes/Adapta/xfwm4/top-right-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/xfwm4/top-right-active.png -------------------------------------------------------------------------------- /themes/Adapta/xfwm4/top-right-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Adapta/xfwm4/top-right-inactive.png -------------------------------------------------------------------------------- /themes/Flat Remix/index.theme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Flat Remix/index.theme -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-compact/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Flat-Plat-Blue-compact/COPYING -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-compact/gnome-shell/no-events.svg: -------------------------------------------------------------------------------- 1 | assets/no-events.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-compact/gnome-shell/no-notifications.svg: -------------------------------------------------------------------------------- 1 | assets/no-notifications.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-compact/gnome-shell/process-working.svg: -------------------------------------------------------------------------------- 1 | assets/process-working.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-compact/gtk-2.0/gtkrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Flat-Plat-Blue-compact/gtk-2.0/gtkrc -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-compact/gtk-3.0/assets: -------------------------------------------------------------------------------- 1 | ../gtk-common/assets -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-compact/gtk-3.20/assets: -------------------------------------------------------------------------------- 1 | ../gtk-common/assets -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-compact/gtk-3.22/assets: -------------------------------------------------------------------------------- 1 | ../gtk-common/assets -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-compact/index.theme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Flat-Plat-Blue-compact/index.theme -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-compact/unity/close.svg: -------------------------------------------------------------------------------- 1 | buttons/close_focused.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-compact/unity/close_focused_normal.svg: -------------------------------------------------------------------------------- 1 | buttons/close_focused.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-compact/unity/close_focused_prelight.svg: -------------------------------------------------------------------------------- 1 | buttons/close_focused_prelight.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-compact/unity/close_focused_pressed.svg: -------------------------------------------------------------------------------- 1 | buttons/close_focused_pressed.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-compact/unity/close_unfocused.svg: -------------------------------------------------------------------------------- 1 | buttons/close_unfocused.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-compact/unity/close_unfocused_prelight.svg: -------------------------------------------------------------------------------- 1 | buttons/close_unfocused_prelight.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-compact/unity/close_unfocused_pressed.svg: -------------------------------------------------------------------------------- 1 | buttons/close_unfocused_pressed.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-compact/unity/launcher_arrow_outline_rtl_19.svg: -------------------------------------------------------------------------------- 1 | launcher_arrow_outline_ltr_19.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-compact/unity/launcher_arrow_outline_rtl_37.svg: -------------------------------------------------------------------------------- 1 | launcher_arrow_outline_ltr_37.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-compact/unity/launcher_arrow_outline_ttb_19.svg: -------------------------------------------------------------------------------- 1 | launcher_arrow_outline_btt_19.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-compact/unity/launcher_arrow_outline_ttb_37.svg: -------------------------------------------------------------------------------- 1 | launcher_arrow_outline_btt_37.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-compact/unity/launcher_arrow_rtl_19.svg: -------------------------------------------------------------------------------- 1 | launcher_arrow_ltr_19.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-compact/unity/launcher_arrow_rtl_37.svg: -------------------------------------------------------------------------------- 1 | launcher_arrow_ltr_37.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-compact/unity/launcher_arrow_ttb_19.svg: -------------------------------------------------------------------------------- 1 | launcher_arrow_btt_19.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-compact/unity/launcher_arrow_ttb_37.svg: -------------------------------------------------------------------------------- 1 | launcher_arrow_btt_37.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-compact/unity/launcher_pip_rtl_19.svg: -------------------------------------------------------------------------------- 1 | launcher_pip_ltr_19.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-compact/unity/launcher_pip_rtl_37.svg: -------------------------------------------------------------------------------- 1 | launcher_pip_ltr_37.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-compact/unity/launcher_pip_ttb_19.svg: -------------------------------------------------------------------------------- 1 | launcher_pip_btt_19.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-compact/unity/launcher_pip_ttb_37.svg: -------------------------------------------------------------------------------- 1 | launcher_pip_btt_37.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-compact/unity/maximize.svg: -------------------------------------------------------------------------------- 1 | buttons/maximize_focused.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-compact/unity/maximize_focused_normal.svg: -------------------------------------------------------------------------------- 1 | buttons/maximize_focused.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-compact/unity/maximize_focused_prelight.svg: -------------------------------------------------------------------------------- 1 | buttons/maximize_focused_prelight.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-compact/unity/maximize_focused_pressed.svg: -------------------------------------------------------------------------------- 1 | buttons/maximize_focused_pressed.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-compact/unity/maximize_unfocused.svg: -------------------------------------------------------------------------------- 1 | buttons/maximize_unfocused.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-compact/unity/maximize_unfocused_prelight.svg: -------------------------------------------------------------------------------- 1 | buttons/maximize_unfocused_prelight.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-compact/unity/maximize_unfocused_pressed.svg: -------------------------------------------------------------------------------- 1 | buttons/maximize_unfocused_pressed.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-compact/unity/minimize.svg: -------------------------------------------------------------------------------- 1 | buttons/minimize_focused.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-compact/unity/minimize_focused_normal.svg: -------------------------------------------------------------------------------- 1 | buttons/minimize_focused.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-compact/unity/minimize_focused_prelight.svg: -------------------------------------------------------------------------------- 1 | buttons/minimize_focused_prelight.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-compact/unity/minimize_focused_pressed.svg: -------------------------------------------------------------------------------- 1 | buttons/minimize_focused_pressed.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-compact/unity/minimize_unfocused.svg: -------------------------------------------------------------------------------- 1 | buttons/minimize_unfocused.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-compact/unity/minimize_unfocused_prelight.svg: -------------------------------------------------------------------------------- 1 | buttons/minimize_unfocused_prelight.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-compact/unity/minimize_unfocused_pressed.svg: -------------------------------------------------------------------------------- 1 | buttons/minimize_unfocused_pressed.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-compact/unity/sheet_style_close_focused.svg: -------------------------------------------------------------------------------- 1 | buttons/close_focused.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-compact/unity/sheet_style_close_focused_prelight.svg: -------------------------------------------------------------------------------- 1 | buttons/close_focused_prelight.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-compact/unity/sheet_style_close_focused_pressed.svg: -------------------------------------------------------------------------------- 1 | buttons/close_focused_pressed.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-compact/unity/unmaximize.svg: -------------------------------------------------------------------------------- 1 | buttons/unmaximize_focused.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-compact/unity/unmaximize_focused_normal.svg: -------------------------------------------------------------------------------- 1 | buttons/unmaximize_focused.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-compact/unity/unmaximize_focused_prelight.svg: -------------------------------------------------------------------------------- 1 | buttons/unmaximize_focused_prelight.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-compact/unity/unmaximize_focused_pressed.svg: -------------------------------------------------------------------------------- 1 | buttons/unmaximize_focused_pressed.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-compact/unity/unmaximize_unfocused.svg: -------------------------------------------------------------------------------- 1 | buttons/unmaximize_unfocused.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-compact/unity/unmaximize_unfocused_prelight.svg: -------------------------------------------------------------------------------- 1 | buttons/unmaximize_unfocused_prelight.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-compact/unity/unmaximize_unfocused_pressed.svg: -------------------------------------------------------------------------------- 1 | buttons/unmaximize_unfocused_pressed.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-dark-compact/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Flat-Plat-Blue-dark-compact/COPYING -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-dark-compact/gnome-shell/no-events.svg: -------------------------------------------------------------------------------- 1 | assets/no-events.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-dark-compact/gnome-shell/no-notifications.svg: -------------------------------------------------------------------------------- 1 | assets/no-notifications.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-dark-compact/gnome-shell/process-working.svg: -------------------------------------------------------------------------------- 1 | assets/process-working.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-dark-compact/gtk-3.0/assets: -------------------------------------------------------------------------------- 1 | ../gtk-common/assets -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-dark-compact/gtk-3.20/assets: -------------------------------------------------------------------------------- 1 | ../gtk-common/assets -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-dark-compact/gtk-3.22/assets: -------------------------------------------------------------------------------- 1 | ../gtk-common/assets -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-dark-compact/unity/close.svg: -------------------------------------------------------------------------------- 1 | buttons/close_focused.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-dark-compact/unity/close_focused_normal.svg: -------------------------------------------------------------------------------- 1 | buttons/close_focused.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-dark-compact/unity/close_focused_prelight.svg: -------------------------------------------------------------------------------- 1 | buttons/close_focused_prelight.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-dark-compact/unity/close_focused_pressed.svg: -------------------------------------------------------------------------------- 1 | buttons/close_focused_pressed.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-dark-compact/unity/close_unfocused.svg: -------------------------------------------------------------------------------- 1 | buttons/close_unfocused.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-dark-compact/unity/close_unfocused_prelight.svg: -------------------------------------------------------------------------------- 1 | buttons/close_unfocused_prelight.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-dark-compact/unity/close_unfocused_pressed.svg: -------------------------------------------------------------------------------- 1 | buttons/close_unfocused_pressed.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-dark-compact/unity/launcher_arrow_outline_rtl_19.svg: -------------------------------------------------------------------------------- 1 | launcher_arrow_outline_ltr_19.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-dark-compact/unity/launcher_arrow_outline_rtl_37.svg: -------------------------------------------------------------------------------- 1 | launcher_arrow_outline_ltr_37.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-dark-compact/unity/launcher_arrow_outline_ttb_19.svg: -------------------------------------------------------------------------------- 1 | launcher_arrow_outline_btt_19.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-dark-compact/unity/launcher_arrow_outline_ttb_37.svg: -------------------------------------------------------------------------------- 1 | launcher_arrow_outline_btt_37.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-dark-compact/unity/launcher_arrow_rtl_19.svg: -------------------------------------------------------------------------------- 1 | launcher_arrow_ltr_19.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-dark-compact/unity/launcher_arrow_rtl_37.svg: -------------------------------------------------------------------------------- 1 | launcher_arrow_ltr_37.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-dark-compact/unity/launcher_arrow_ttb_19.svg: -------------------------------------------------------------------------------- 1 | launcher_arrow_btt_19.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-dark-compact/unity/launcher_arrow_ttb_37.svg: -------------------------------------------------------------------------------- 1 | launcher_arrow_btt_37.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-dark-compact/unity/launcher_pip_rtl_19.svg: -------------------------------------------------------------------------------- 1 | launcher_pip_ltr_19.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-dark-compact/unity/launcher_pip_rtl_37.svg: -------------------------------------------------------------------------------- 1 | launcher_pip_ltr_37.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-dark-compact/unity/launcher_pip_ttb_19.svg: -------------------------------------------------------------------------------- 1 | launcher_pip_btt_19.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-dark-compact/unity/launcher_pip_ttb_37.svg: -------------------------------------------------------------------------------- 1 | launcher_pip_btt_37.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-dark-compact/unity/maximize.svg: -------------------------------------------------------------------------------- 1 | buttons/maximize_focused.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-dark-compact/unity/maximize_focused_normal.svg: -------------------------------------------------------------------------------- 1 | buttons/maximize_focused.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-dark-compact/unity/maximize_focused_prelight.svg: -------------------------------------------------------------------------------- 1 | buttons/maximize_focused_prelight.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-dark-compact/unity/maximize_focused_pressed.svg: -------------------------------------------------------------------------------- 1 | buttons/maximize_focused_pressed.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-dark-compact/unity/maximize_unfocused.svg: -------------------------------------------------------------------------------- 1 | buttons/maximize_unfocused.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-dark-compact/unity/maximize_unfocused_prelight.svg: -------------------------------------------------------------------------------- 1 | buttons/maximize_unfocused_prelight.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-dark-compact/unity/maximize_unfocused_pressed.svg: -------------------------------------------------------------------------------- 1 | buttons/maximize_unfocused_pressed.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-dark-compact/unity/minimize.svg: -------------------------------------------------------------------------------- 1 | buttons/minimize_focused.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-dark-compact/unity/minimize_focused_normal.svg: -------------------------------------------------------------------------------- 1 | buttons/minimize_focused.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-dark-compact/unity/minimize_focused_prelight.svg: -------------------------------------------------------------------------------- 1 | buttons/minimize_focused_prelight.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-dark-compact/unity/minimize_focused_pressed.svg: -------------------------------------------------------------------------------- 1 | buttons/minimize_focused_pressed.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-dark-compact/unity/minimize_unfocused.svg: -------------------------------------------------------------------------------- 1 | buttons/minimize_unfocused.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-dark-compact/unity/minimize_unfocused_prelight.svg: -------------------------------------------------------------------------------- 1 | buttons/minimize_unfocused_prelight.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-dark-compact/unity/minimize_unfocused_pressed.svg: -------------------------------------------------------------------------------- 1 | buttons/minimize_unfocused_pressed.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-dark-compact/unity/sheet_style_close_focused.svg: -------------------------------------------------------------------------------- 1 | buttons/close_focused.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-dark-compact/unity/sheet_style_close_focused_prelight.svg: -------------------------------------------------------------------------------- 1 | buttons/close_focused_prelight.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-dark-compact/unity/sheet_style_close_focused_pressed.svg: -------------------------------------------------------------------------------- 1 | buttons/close_focused_pressed.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-dark-compact/unity/unmaximize.svg: -------------------------------------------------------------------------------- 1 | buttons/unmaximize_focused.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-dark-compact/unity/unmaximize_focused_normal.svg: -------------------------------------------------------------------------------- 1 | buttons/unmaximize_focused.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-dark-compact/unity/unmaximize_focused_prelight.svg: -------------------------------------------------------------------------------- 1 | buttons/unmaximize_focused_prelight.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-dark-compact/unity/unmaximize_focused_pressed.svg: -------------------------------------------------------------------------------- 1 | buttons/unmaximize_focused_pressed.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-dark-compact/unity/unmaximize_unfocused.svg: -------------------------------------------------------------------------------- 1 | buttons/unmaximize_unfocused.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-dark-compact/unity/unmaximize_unfocused_prelight.svg: -------------------------------------------------------------------------------- 1 | buttons/unmaximize_unfocused_prelight.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-dark-compact/unity/unmaximize_unfocused_pressed.svg: -------------------------------------------------------------------------------- 1 | buttons/unmaximize_unfocused_pressed.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-dark/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Flat-Plat-Blue-dark/COPYING -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-dark/gnome-shell/no-events.svg: -------------------------------------------------------------------------------- 1 | assets/no-events.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-dark/gnome-shell/no-notifications.svg: -------------------------------------------------------------------------------- 1 | assets/no-notifications.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-dark/gnome-shell/process-working.svg: -------------------------------------------------------------------------------- 1 | assets/process-working.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-dark/gtk-2.0/apps.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Flat-Plat-Blue-dark/gtk-2.0/apps.rc -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-dark/gtk-2.0/gtkrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Flat-Plat-Blue-dark/gtk-2.0/gtkrc -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-dark/gtk-2.0/hacks.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Flat-Plat-Blue-dark/gtk-2.0/hacks.rc -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-dark/gtk-2.0/main.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Flat-Plat-Blue-dark/gtk-2.0/main.rc -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-dark/gtk-3.0/assets: -------------------------------------------------------------------------------- 1 | ../gtk-common/assets -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-dark/gtk-3.0/gtk.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Flat-Plat-Blue-dark/gtk-3.0/gtk.css -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-dark/gtk-3.20/assets: -------------------------------------------------------------------------------- 1 | ../gtk-common/assets -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-dark/gtk-3.20/gtk.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Flat-Plat-Blue-dark/gtk-3.20/gtk.css -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-dark/gtk-3.22/assets: -------------------------------------------------------------------------------- 1 | ../gtk-common/assets -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-dark/gtk-3.22/gtk.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Flat-Plat-Blue-dark/gtk-3.22/gtk.css -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-dark/index.theme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Flat-Plat-Blue-dark/index.theme -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-dark/unity/close.svg: -------------------------------------------------------------------------------- 1 | buttons/close_focused.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-dark/unity/close_focused_normal.svg: -------------------------------------------------------------------------------- 1 | buttons/close_focused.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-dark/unity/close_focused_prelight.svg: -------------------------------------------------------------------------------- 1 | buttons/close_focused_prelight.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-dark/unity/close_focused_pressed.svg: -------------------------------------------------------------------------------- 1 | buttons/close_focused_pressed.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-dark/unity/close_unfocused.svg: -------------------------------------------------------------------------------- 1 | buttons/close_unfocused.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-dark/unity/close_unfocused_prelight.svg: -------------------------------------------------------------------------------- 1 | buttons/close_unfocused_prelight.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-dark/unity/close_unfocused_pressed.svg: -------------------------------------------------------------------------------- 1 | buttons/close_unfocused_pressed.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-dark/unity/launcher_arrow_outline_rtl_19.svg: -------------------------------------------------------------------------------- 1 | launcher_arrow_outline_ltr_19.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-dark/unity/launcher_arrow_outline_rtl_37.svg: -------------------------------------------------------------------------------- 1 | launcher_arrow_outline_ltr_37.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-dark/unity/launcher_arrow_outline_ttb_19.svg: -------------------------------------------------------------------------------- 1 | launcher_arrow_outline_btt_19.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-dark/unity/launcher_arrow_outline_ttb_37.svg: -------------------------------------------------------------------------------- 1 | launcher_arrow_outline_btt_37.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-dark/unity/launcher_arrow_rtl_19.svg: -------------------------------------------------------------------------------- 1 | launcher_arrow_ltr_19.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-dark/unity/launcher_arrow_rtl_37.svg: -------------------------------------------------------------------------------- 1 | launcher_arrow_ltr_37.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-dark/unity/launcher_arrow_ttb_19.svg: -------------------------------------------------------------------------------- 1 | launcher_arrow_btt_19.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-dark/unity/launcher_arrow_ttb_37.svg: -------------------------------------------------------------------------------- 1 | launcher_arrow_btt_37.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-dark/unity/launcher_pip_rtl_19.svg: -------------------------------------------------------------------------------- 1 | launcher_pip_ltr_19.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-dark/unity/launcher_pip_rtl_37.svg: -------------------------------------------------------------------------------- 1 | launcher_pip_ltr_37.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-dark/unity/launcher_pip_ttb_19.svg: -------------------------------------------------------------------------------- 1 | launcher_pip_btt_19.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-dark/unity/launcher_pip_ttb_37.svg: -------------------------------------------------------------------------------- 1 | launcher_pip_btt_37.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-dark/unity/maximize.svg: -------------------------------------------------------------------------------- 1 | buttons/maximize_focused.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-dark/unity/maximize_focused_normal.svg: -------------------------------------------------------------------------------- 1 | buttons/maximize_focused.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-dark/unity/maximize_focused_prelight.svg: -------------------------------------------------------------------------------- 1 | buttons/maximize_focused_prelight.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-dark/unity/maximize_focused_pressed.svg: -------------------------------------------------------------------------------- 1 | buttons/maximize_focused_pressed.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-dark/unity/maximize_unfocused.svg: -------------------------------------------------------------------------------- 1 | buttons/maximize_unfocused.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-dark/unity/maximize_unfocused_prelight.svg: -------------------------------------------------------------------------------- 1 | buttons/maximize_unfocused_prelight.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-dark/unity/maximize_unfocused_pressed.svg: -------------------------------------------------------------------------------- 1 | buttons/maximize_unfocused_pressed.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-dark/unity/minimize.svg: -------------------------------------------------------------------------------- 1 | buttons/minimize_focused.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-dark/unity/minimize_focused_normal.svg: -------------------------------------------------------------------------------- 1 | buttons/minimize_focused.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-dark/unity/minimize_focused_prelight.svg: -------------------------------------------------------------------------------- 1 | buttons/minimize_focused_prelight.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-dark/unity/minimize_focused_pressed.svg: -------------------------------------------------------------------------------- 1 | buttons/minimize_focused_pressed.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-dark/unity/minimize_unfocused.svg: -------------------------------------------------------------------------------- 1 | buttons/minimize_unfocused.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-dark/unity/minimize_unfocused_prelight.svg: -------------------------------------------------------------------------------- 1 | buttons/minimize_unfocused_prelight.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-dark/unity/minimize_unfocused_pressed.svg: -------------------------------------------------------------------------------- 1 | buttons/minimize_unfocused_pressed.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-dark/unity/sheet_style_close_focused.svg: -------------------------------------------------------------------------------- 1 | buttons/close_focused.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-dark/unity/sheet_style_close_focused_prelight.svg: -------------------------------------------------------------------------------- 1 | buttons/close_focused_prelight.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-dark/unity/sheet_style_close_focused_pressed.svg: -------------------------------------------------------------------------------- 1 | buttons/close_focused_pressed.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-dark/unity/unmaximize.svg: -------------------------------------------------------------------------------- 1 | buttons/unmaximize_focused.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-dark/unity/unmaximize_focused_normal.svg: -------------------------------------------------------------------------------- 1 | buttons/unmaximize_focused.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-dark/unity/unmaximize_focused_prelight.svg: -------------------------------------------------------------------------------- 1 | buttons/unmaximize_focused_prelight.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-dark/unity/unmaximize_focused_pressed.svg: -------------------------------------------------------------------------------- 1 | buttons/unmaximize_focused_pressed.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-dark/unity/unmaximize_unfocused.svg: -------------------------------------------------------------------------------- 1 | buttons/unmaximize_unfocused.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-dark/unity/unmaximize_unfocused_prelight.svg: -------------------------------------------------------------------------------- 1 | buttons/unmaximize_unfocused_prelight.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue-dark/unity/unmaximize_unfocused_pressed.svg: -------------------------------------------------------------------------------- 1 | buttons/unmaximize_unfocused_pressed.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Flat-Plat-Blue/COPYING -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue/gnome-shell/no-events.svg: -------------------------------------------------------------------------------- 1 | assets/no-events.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue/gnome-shell/no-notifications.svg: -------------------------------------------------------------------------------- 1 | assets/no-notifications.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue/gnome-shell/process-working.svg: -------------------------------------------------------------------------------- 1 | assets/process-working.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue/gtk-2.0/apps.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Flat-Plat-Blue/gtk-2.0/apps.rc -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue/gtk-2.0/assets/tab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Flat-Plat-Blue/gtk-2.0/assets/tab.png -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue/gtk-2.0/gtkrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Flat-Plat-Blue/gtk-2.0/gtkrc -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue/gtk-2.0/hacks.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Flat-Plat-Blue/gtk-2.0/hacks.rc -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue/gtk-2.0/main.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Flat-Plat-Blue/gtk-2.0/main.rc -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue/gtk-3.0/assets: -------------------------------------------------------------------------------- 1 | ../gtk-common/assets -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue/gtk-3.0/gtk-dark.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Flat-Plat-Blue/gtk-3.0/gtk-dark.css -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue/gtk-3.0/gtk.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Flat-Plat-Blue/gtk-3.0/gtk.css -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue/gtk-3.20/assets: -------------------------------------------------------------------------------- 1 | ../gtk-common/assets -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue/gtk-3.20/gtk-dark.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Flat-Plat-Blue/gtk-3.20/gtk-dark.css -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue/gtk-3.20/gtk.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Flat-Plat-Blue/gtk-3.20/gtk.css -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue/gtk-3.22/assets: -------------------------------------------------------------------------------- 1 | ../gtk-common/assets -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue/gtk-3.22/gtk-dark.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Flat-Plat-Blue/gtk-3.22/gtk-dark.css -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue/gtk-3.22/gtk.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Flat-Plat-Blue/gtk-3.22/gtk.css -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue/index.theme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Flat-Plat-Blue/index.theme -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue/metacity-1/button.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Flat-Plat-Blue/metacity-1/button.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue/metacity-1/close.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Flat-Plat-Blue/metacity-1/close.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue/metacity-1/menu.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Flat-Plat-Blue/metacity-1/menu.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue/metacity-1/shade.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Flat-Plat-Blue/metacity-1/shade.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue/metacity-1/unshade.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Flat-Plat-Blue/metacity-1/unshade.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue/unity/close.svg: -------------------------------------------------------------------------------- 1 | buttons/close_focused.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue/unity/close_dash.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Flat-Plat-Blue/unity/close_dash.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue/unity/close_focused_normal.svg: -------------------------------------------------------------------------------- 1 | buttons/close_focused.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue/unity/close_focused_prelight.svg: -------------------------------------------------------------------------------- 1 | buttons/close_focused_prelight.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue/unity/close_focused_pressed.svg: -------------------------------------------------------------------------------- 1 | buttons/close_focused_pressed.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue/unity/close_unfocused.svg: -------------------------------------------------------------------------------- 1 | buttons/close_unfocused.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue/unity/close_unfocused_prelight.svg: -------------------------------------------------------------------------------- 1 | buttons/close_unfocused_prelight.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue/unity/close_unfocused_pressed.svg: -------------------------------------------------------------------------------- 1 | buttons/close_unfocused_pressed.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue/unity/launcher_arrow_outline_rtl_19.svg: -------------------------------------------------------------------------------- 1 | launcher_arrow_outline_ltr_19.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue/unity/launcher_arrow_outline_rtl_37.svg: -------------------------------------------------------------------------------- 1 | launcher_arrow_outline_ltr_37.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue/unity/launcher_arrow_outline_ttb_19.svg: -------------------------------------------------------------------------------- 1 | launcher_arrow_outline_btt_19.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue/unity/launcher_arrow_outline_ttb_37.svg: -------------------------------------------------------------------------------- 1 | launcher_arrow_outline_btt_37.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue/unity/launcher_arrow_rtl_19.svg: -------------------------------------------------------------------------------- 1 | launcher_arrow_ltr_19.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue/unity/launcher_arrow_rtl_37.svg: -------------------------------------------------------------------------------- 1 | launcher_arrow_ltr_37.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue/unity/launcher_arrow_ttb_19.svg: -------------------------------------------------------------------------------- 1 | launcher_arrow_btt_19.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue/unity/launcher_arrow_ttb_37.svg: -------------------------------------------------------------------------------- 1 | launcher_arrow_btt_37.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue/unity/launcher_bfb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Flat-Plat-Blue/unity/launcher_bfb.png -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue/unity/launcher_pip_rtl_19.svg: -------------------------------------------------------------------------------- 1 | launcher_pip_ltr_19.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue/unity/launcher_pip_rtl_37.svg: -------------------------------------------------------------------------------- 1 | launcher_pip_ltr_37.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue/unity/launcher_pip_ttb_19.svg: -------------------------------------------------------------------------------- 1 | launcher_pip_btt_19.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue/unity/launcher_pip_ttb_37.svg: -------------------------------------------------------------------------------- 1 | launcher_pip_btt_37.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue/unity/maximize.svg: -------------------------------------------------------------------------------- 1 | buttons/maximize_focused.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue/unity/maximize_focused_normal.svg: -------------------------------------------------------------------------------- 1 | buttons/maximize_focused.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue/unity/maximize_focused_prelight.svg: -------------------------------------------------------------------------------- 1 | buttons/maximize_focused_prelight.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue/unity/maximize_focused_pressed.svg: -------------------------------------------------------------------------------- 1 | buttons/maximize_focused_pressed.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue/unity/maximize_unfocused.svg: -------------------------------------------------------------------------------- 1 | buttons/maximize_unfocused.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue/unity/maximize_unfocused_prelight.svg: -------------------------------------------------------------------------------- 1 | buttons/maximize_unfocused_prelight.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue/unity/maximize_unfocused_pressed.svg: -------------------------------------------------------------------------------- 1 | buttons/maximize_unfocused_pressed.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue/unity/minimize.svg: -------------------------------------------------------------------------------- 1 | buttons/minimize_focused.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue/unity/minimize_focused_normal.svg: -------------------------------------------------------------------------------- 1 | buttons/minimize_focused.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue/unity/minimize_focused_prelight.svg: -------------------------------------------------------------------------------- 1 | buttons/minimize_focused_prelight.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue/unity/minimize_focused_pressed.svg: -------------------------------------------------------------------------------- 1 | buttons/minimize_focused_pressed.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue/unity/minimize_unfocused.svg: -------------------------------------------------------------------------------- 1 | buttons/minimize_unfocused.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue/unity/minimize_unfocused_prelight.svg: -------------------------------------------------------------------------------- 1 | buttons/minimize_unfocused_prelight.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue/unity/minimize_unfocused_pressed.svg: -------------------------------------------------------------------------------- 1 | buttons/minimize_unfocused_pressed.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue/unity/sheet_style_close_focused.svg: -------------------------------------------------------------------------------- 1 | buttons/close_focused.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue/unity/sheet_style_close_focused_prelight.svg: -------------------------------------------------------------------------------- 1 | buttons/close_focused_prelight.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue/unity/sheet_style_close_focused_pressed.svg: -------------------------------------------------------------------------------- 1 | buttons/close_focused_pressed.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue/unity/unmaximize.svg: -------------------------------------------------------------------------------- 1 | buttons/unmaximize_focused.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue/unity/unmaximize_focused_normal.svg: -------------------------------------------------------------------------------- 1 | buttons/unmaximize_focused.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue/unity/unmaximize_focused_prelight.svg: -------------------------------------------------------------------------------- 1 | buttons/unmaximize_focused_prelight.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue/unity/unmaximize_focused_pressed.svg: -------------------------------------------------------------------------------- 1 | buttons/unmaximize_focused_pressed.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue/unity/unmaximize_unfocused.svg: -------------------------------------------------------------------------------- 1 | buttons/unmaximize_unfocused.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue/unity/unmaximize_unfocused_prelight.svg: -------------------------------------------------------------------------------- 1 | buttons/unmaximize_unfocused_prelight.svg -------------------------------------------------------------------------------- /themes/Flat-Plat-Blue/unity/unmaximize_unfocused_pressed.svg: -------------------------------------------------------------------------------- 1 | buttons/unmaximize_unfocused_pressed.svg -------------------------------------------------------------------------------- /themes/Gnome-Shell/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Gnome-Shell/COPYING -------------------------------------------------------------------------------- /themes/Gnome-Shell/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Gnome-Shell/README.md -------------------------------------------------------------------------------- /themes/Gnome-Shell/gnome-shell/Gemfile: -------------------------------------------------------------------------------- 1 | gem "sass", "~> 3.4.0" 2 | -------------------------------------------------------------------------------- /themes/Gnome-Shell/gnome-shell/Gemfile.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Gnome-Shell/gnome-shell/Gemfile.lock -------------------------------------------------------------------------------- /themes/Gnome-Shell/gnome-shell/HACKING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Gnome-Shell/gnome-shell/HACKING -------------------------------------------------------------------------------- /themes/Gnome-Shell/gnome-shell/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Gnome-Shell/gnome-shell/README -------------------------------------------------------------------------------- /themes/Gnome-Shell/gnome-shell/_colors.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Gnome-Shell/gnome-shell/_colors.scss -------------------------------------------------------------------------------- /themes/Gnome-Shell/gnome-shell/_common.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Gnome-Shell/gnome-shell/_common.scss -------------------------------------------------------------------------------- /themes/Gnome-Shell/gnome-shell/_drawing.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Gnome-Shell/gnome-shell/_drawing.scss -------------------------------------------------------------------------------- /themes/Gnome-Shell/gnome-shell/no-events.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Gnome-Shell/gnome-shell/no-events.svg -------------------------------------------------------------------------------- /themes/Gnome-Shell/gnome-shell/parse-sass.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/bash 2 | 3 | bundle exec sass --update --sourcemap=none . 4 | -------------------------------------------------------------------------------- /themes/Gnome-Shell/gtk-2.0/Arrows/down.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Gnome-Shell/gtk-2.0/Arrows/down.svg -------------------------------------------------------------------------------- /themes/Gnome-Shell/gtk-2.0/Arrows/left.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Gnome-Shell/gtk-2.0/Arrows/left.svg -------------------------------------------------------------------------------- /themes/Gnome-Shell/gtk-2.0/Arrows/right.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Gnome-Shell/gtk-2.0/Arrows/right.svg -------------------------------------------------------------------------------- /themes/Gnome-Shell/gtk-2.0/Arrows/up-alt.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Gnome-Shell/gtk-2.0/Arrows/up-alt.svg -------------------------------------------------------------------------------- /themes/Gnome-Shell/gtk-2.0/Arrows/up.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Gnome-Shell/gtk-2.0/Arrows/up.svg -------------------------------------------------------------------------------- /themes/Gnome-Shell/gtk-2.0/Entry/entry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Gnome-Shell/gtk-2.0/Entry/entry.png -------------------------------------------------------------------------------- /themes/Gnome-Shell/gtk-2.0/Entry/fill.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Gnome-Shell/gtk-2.0/Entry/fill.svg -------------------------------------------------------------------------------- /themes/Gnome-Shell/gtk-2.0/Lines/h-line.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Gnome-Shell/gtk-2.0/Lines/h-line.png -------------------------------------------------------------------------------- /themes/Gnome-Shell/gtk-2.0/Lines/h-line.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Gnome-Shell/gtk-2.0/Lines/h-line.svg -------------------------------------------------------------------------------- /themes/Gnome-Shell/gtk-2.0/Lines/v-line.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Gnome-Shell/gtk-2.0/Lines/v-line.png -------------------------------------------------------------------------------- /themes/Gnome-Shell/gtk-2.0/Lines/v-line.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Gnome-Shell/gtk-2.0/Lines/v-line.svg -------------------------------------------------------------------------------- /themes/Gnome-Shell/gtk-2.0/Others/bottom.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Gnome-Shell/gtk-2.0/Others/bottom.svg -------------------------------------------------------------------------------- /themes/Gnome-Shell/gtk-2.0/Others/focus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Gnome-Shell/gtk-2.0/Others/focus.svg -------------------------------------------------------------------------------- /themes/Gnome-Shell/gtk-2.0/Others/left.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Gnome-Shell/gtk-2.0/Others/left.svg -------------------------------------------------------------------------------- /themes/Gnome-Shell/gtk-2.0/Others/null.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Gnome-Shell/gtk-2.0/Others/null.svg -------------------------------------------------------------------------------- /themes/Gnome-Shell/gtk-2.0/Others/right.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Gnome-Shell/gtk-2.0/Others/right.svg -------------------------------------------------------------------------------- /themes/Gnome-Shell/gtk-2.0/Others/top.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Gnome-Shell/gtk-2.0/Others/top.svg -------------------------------------------------------------------------------- /themes/Gnome-Shell/gtk-2.0/Shadows/frame.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Gnome-Shell/gtk-2.0/Shadows/frame.svg -------------------------------------------------------------------------------- /themes/Gnome-Shell/gtk-2.0/Shadows/gap.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Gnome-Shell/gtk-2.0/Shadows/gap.svg -------------------------------------------------------------------------------- /themes/Gnome-Shell/gtk-2.0/Spin/ltr-down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Gnome-Shell/gtk-2.0/Spin/ltr-down.png -------------------------------------------------------------------------------- /themes/Gnome-Shell/gtk-2.0/Spin/ltr-up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Gnome-Shell/gtk-2.0/Spin/ltr-up.png -------------------------------------------------------------------------------- /themes/Gnome-Shell/gtk-2.0/Spin/rtl-down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Gnome-Shell/gtk-2.0/Spin/rtl-down.png -------------------------------------------------------------------------------- /themes/Gnome-Shell/gtk-2.0/Spin/rtl-up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Gnome-Shell/gtk-2.0/Spin/rtl-up.png -------------------------------------------------------------------------------- /themes/Gnome-Shell/gtk-2.0/assets.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Gnome-Shell/gtk-2.0/assets.svg -------------------------------------------------------------------------------- /themes/Gnome-Shell/gtk-2.0/assets.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Gnome-Shell/gtk-2.0/assets.txt -------------------------------------------------------------------------------- /themes/Gnome-Shell/gtk-2.0/column/column.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Gnome-Shell/gtk-2.0/column/column.svg -------------------------------------------------------------------------------- /themes/Gnome-Shell/gtk-2.0/gtkrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Gnome-Shell/gtk-2.0/gtkrc -------------------------------------------------------------------------------- /themes/Gnome-Shell/gtk-2.0/render-bits.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Gnome-Shell/gtk-2.0/render-bits.sh -------------------------------------------------------------------------------- /themes/Gnome-Shell/gtk-3.0/Gemfile: -------------------------------------------------------------------------------- 1 | source 'https://rubygems.org' 2 | gem "sass", "~> 3.4.0" 3 | -------------------------------------------------------------------------------- /themes/Gnome-Shell/gtk-3.0/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Gnome-Shell/gtk-3.0/README -------------------------------------------------------------------------------- /themes/Gnome-Shell/gtk-3.0/_apps.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Gnome-Shell/gtk-3.0/_apps.scss -------------------------------------------------------------------------------- /themes/Gnome-Shell/gtk-3.0/_colors.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Gnome-Shell/gtk-3.0/_colors.scss -------------------------------------------------------------------------------- /themes/Gnome-Shell/gtk-3.0/_common.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Gnome-Shell/gtk-3.0/_common.scss -------------------------------------------------------------------------------- /themes/Gnome-Shell/gtk-3.0/_drawing.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Gnome-Shell/gtk-3.0/_drawing.scss -------------------------------------------------------------------------------- /themes/Gnome-Shell/gtk-3.0/assets.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Gnome-Shell/gtk-3.0/assets.svg -------------------------------------------------------------------------------- /themes/Gnome-Shell/gtk-3.0/assets.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Gnome-Shell/gtk-3.0/assets.txt -------------------------------------------------------------------------------- /themes/Gnome-Shell/gtk-3.0/assets/slider.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Gnome-Shell/gtk-3.0/assets/slider.png -------------------------------------------------------------------------------- /themes/Gnome-Shell/gtk-3.0/gtk-dark.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Gnome-Shell/gtk-3.0/gtk-dark.css -------------------------------------------------------------------------------- /themes/Gnome-Shell/gtk-3.0/gtk-dark.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Gnome-Shell/gtk-3.0/gtk-dark.scss -------------------------------------------------------------------------------- /themes/Gnome-Shell/gtk-3.0/gtk.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Gnome-Shell/gtk-3.0/gtk.css -------------------------------------------------------------------------------- /themes/Gnome-Shell/gtk-3.0/gtk.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Gnome-Shell/gtk-3.0/gtk.scss -------------------------------------------------------------------------------- /themes/Gnome-Shell/gtk-3.0/parse-sass.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | bundle exec sass --update --sourcemap=none . 4 | -------------------------------------------------------------------------------- /themes/Gnome-Shell/gtk-3.0/render-assets.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Gnome-Shell/gtk-3.0/render-assets.sh -------------------------------------------------------------------------------- /themes/Gnome-Shell/index.theme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/Gnome-Shell/index.theme -------------------------------------------------------------------------------- /themes/OSX-Arc-Shadow/AUTHORS: -------------------------------------------------------------------------------- 1 | See a list of contributors here 2 | LinxGem33 3 | horst3180 4 | ManjaroCinnamonFan 5 | -------------------------------------------------------------------------------- /themes/OSX-Arc-Shadow/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/OSX-Arc-Shadow/COPYING -------------------------------------------------------------------------------- /themes/OSX-Arc-Shadow/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/OSX-Arc-Shadow/README.md -------------------------------------------------------------------------------- /themes/OSX-Arc-Shadow/cinnamon/cinnamon.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/OSX-Arc-Shadow/cinnamon/cinnamon.css -------------------------------------------------------------------------------- /themes/OSX-Arc-Shadow/cinnamon/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/OSX-Arc-Shadow/cinnamon/thumbnail.png -------------------------------------------------------------------------------- /themes/OSX-Arc-Shadow/extra/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/OSX-Arc-Shadow/extra/Makefile.am -------------------------------------------------------------------------------- /themes/OSX-Arc-Shadow/gnome-shell/Gemfile: -------------------------------------------------------------------------------- 1 | gem "sass", "~> 3.4.0" 2 | -------------------------------------------------------------------------------- /themes/OSX-Arc-Shadow/gnome-shell/HACKING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/OSX-Arc-Shadow/gnome-shell/HACKING -------------------------------------------------------------------------------- /themes/OSX-Arc-Shadow/gnome-shell/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/OSX-Arc-Shadow/gnome-shell/README -------------------------------------------------------------------------------- /themes/OSX-Arc-Shadow/gnome-shell/extensions/window-list/parse-sass.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | bundle exec sass --update --sourcemap=none . 4 | -------------------------------------------------------------------------------- /themes/OSX-Arc-Shadow/gnome-shell/extensions/workspaces-to-dock/parse-sass.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | bundle exec sass --update --sourcemap=none . 4 | -------------------------------------------------------------------------------- /themes/OSX-Arc-Shadow/gnome-shell/parse-sass.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | bundle exec sass --update --sourcemap=none . 4 | -------------------------------------------------------------------------------- /themes/OSX-Arc-Shadow/gtk-2.0/apps.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/OSX-Arc-Shadow/gtk-2.0/apps.rc -------------------------------------------------------------------------------- /themes/OSX-Arc-Shadow/gtk-2.0/gtkrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/OSX-Arc-Shadow/gtk-2.0/gtkrc -------------------------------------------------------------------------------- /themes/OSX-Arc-Shadow/gtk-2.0/main.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/OSX-Arc-Shadow/gtk-2.0/main.rc -------------------------------------------------------------------------------- /themes/OSX-Arc-Shadow/gtk-2.0/panel.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/OSX-Arc-Shadow/gtk-2.0/panel.rc -------------------------------------------------------------------------------- /themes/OSX-Arc-Shadow/gtk-3.0/gtk-darker.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/OSX-Arc-Shadow/gtk-3.0/gtk-darker.css -------------------------------------------------------------------------------- /themes/OSX-Arc-Shadow/gtk-3.0/gtk.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/OSX-Arc-Shadow/gtk-3.0/gtk.css -------------------------------------------------------------------------------- /themes/OSX-Arc-Shadow/gtk-3.0/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/OSX-Arc-Shadow/gtk-3.0/thumbnail.png -------------------------------------------------------------------------------- /themes/OSX-Arc-Shadow/gtk-3.14/assets.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/OSX-Arc-Shadow/gtk-3.14/assets.svg -------------------------------------------------------------------------------- /themes/OSX-Arc-Shadow/gtk-3.14/assets.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/OSX-Arc-Shadow/gtk-3.14/assets.txt -------------------------------------------------------------------------------- /themes/OSX-Arc-Shadow/gtk-3.14/gtk-light.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/OSX-Arc-Shadow/gtk-3.14/gtk-light.css -------------------------------------------------------------------------------- /themes/OSX-Arc-Shadow/gtk-3.14/gtk-solid.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/OSX-Arc-Shadow/gtk-3.14/gtk-solid.css -------------------------------------------------------------------------------- /themes/OSX-Arc-Shadow/gtk-3.14/gtk.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/OSX-Arc-Shadow/gtk-3.14/gtk.css -------------------------------------------------------------------------------- /themes/OSX-Arc-Shadow/gtk-3.14/sass/gtk.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/OSX-Arc-Shadow/gtk-3.14/sass/gtk.scss -------------------------------------------------------------------------------- /themes/OSX-Arc-Shadow/gtk-3.16/assets.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/OSX-Arc-Shadow/gtk-3.16/assets.svg -------------------------------------------------------------------------------- /themes/OSX-Arc-Shadow/gtk-3.16/assets.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/OSX-Arc-Shadow/gtk-3.16/assets.txt -------------------------------------------------------------------------------- /themes/OSX-Arc-Shadow/gtk-3.16/gtk-light.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/OSX-Arc-Shadow/gtk-3.16/gtk-light.css -------------------------------------------------------------------------------- /themes/OSX-Arc-Shadow/gtk-3.16/gtk-solid.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/OSX-Arc-Shadow/gtk-3.16/gtk-solid.css -------------------------------------------------------------------------------- /themes/OSX-Arc-Shadow/gtk-3.16/gtk.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/OSX-Arc-Shadow/gtk-3.16/gtk.css -------------------------------------------------------------------------------- /themes/OSX-Arc-Shadow/gtk-3.16/sass/gtk.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/OSX-Arc-Shadow/gtk-3.16/sass/gtk.scss -------------------------------------------------------------------------------- /themes/OSX-Arc-Shadow/gtk-3.18/assets.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/OSX-Arc-Shadow/gtk-3.18/assets.svg -------------------------------------------------------------------------------- /themes/OSX-Arc-Shadow/gtk-3.18/assets.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/OSX-Arc-Shadow/gtk-3.18/assets.txt -------------------------------------------------------------------------------- /themes/OSX-Arc-Shadow/gtk-3.18/gtk-light.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/OSX-Arc-Shadow/gtk-3.18/gtk-light.css -------------------------------------------------------------------------------- /themes/OSX-Arc-Shadow/gtk-3.18/gtk-solid.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/OSX-Arc-Shadow/gtk-3.18/gtk-solid.css -------------------------------------------------------------------------------- /themes/OSX-Arc-Shadow/gtk-3.18/gtk.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/OSX-Arc-Shadow/gtk-3.18/gtk.css -------------------------------------------------------------------------------- /themes/OSX-Arc-Shadow/gtk-3.18/sass/gtk.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/OSX-Arc-Shadow/gtk-3.18/sass/gtk.scss -------------------------------------------------------------------------------- /themes/OSX-Arc-Shadow/gtk-3.20/assets.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/OSX-Arc-Shadow/gtk-3.20/assets.svg -------------------------------------------------------------------------------- /themes/OSX-Arc-Shadow/gtk-3.20/assets.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/OSX-Arc-Shadow/gtk-3.20/assets.txt -------------------------------------------------------------------------------- /themes/OSX-Arc-Shadow/gtk-3.20/gtk-light.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/OSX-Arc-Shadow/gtk-3.20/gtk-light.css -------------------------------------------------------------------------------- /themes/OSX-Arc-Shadow/gtk-3.20/gtk-solid.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/OSX-Arc-Shadow/gtk-3.20/gtk-solid.css -------------------------------------------------------------------------------- /themes/OSX-Arc-Shadow/gtk-3.20/gtk.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/OSX-Arc-Shadow/gtk-3.20/gtk.css -------------------------------------------------------------------------------- /themes/OSX-Arc-Shadow/gtk-3.20/sass/gtk.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/OSX-Arc-Shadow/gtk-3.20/sass/gtk.scss -------------------------------------------------------------------------------- /themes/OSX-Arc-Shadow/gtk-3.22/assets.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/OSX-Arc-Shadow/gtk-3.22/assets.svg -------------------------------------------------------------------------------- /themes/OSX-Arc-Shadow/gtk-3.22/assets.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/OSX-Arc-Shadow/gtk-3.22/assets.txt -------------------------------------------------------------------------------- /themes/OSX-Arc-Shadow/gtk-3.22/gtk-light.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/OSX-Arc-Shadow/gtk-3.22/gtk-light.css -------------------------------------------------------------------------------- /themes/OSX-Arc-Shadow/gtk-3.22/gtk-solid.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/OSX-Arc-Shadow/gtk-3.22/gtk-solid.css -------------------------------------------------------------------------------- /themes/OSX-Arc-Shadow/gtk-3.22/gtk.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/OSX-Arc-Shadow/gtk-3.22/gtk.css -------------------------------------------------------------------------------- /themes/OSX-Arc-Shadow/gtk-3.22/sass/gtk.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/OSX-Arc-Shadow/gtk-3.22/sass/gtk.scss -------------------------------------------------------------------------------- /themes/OSX-Arc-Shadow/index.theme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/OSX-Arc-Shadow/index.theme -------------------------------------------------------------------------------- /themes/OSX-Arc-Shadow/metacity-1/close-p.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/OSX-Arc-Shadow/metacity-1/close-p.svg -------------------------------------------------------------------------------- /themes/OSX-Arc-Shadow/metacity-1/close.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/OSX-Arc-Shadow/metacity-1/close.svg -------------------------------------------------------------------------------- /themes/OSX-Arc-Shadow/metacity-1/min-p.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/OSX-Arc-Shadow/metacity-1/min-p.svg -------------------------------------------------------------------------------- /themes/OSX-Arc-Shadow/metacity-1/min.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/OSX-Arc-Shadow/metacity-1/min.svg -------------------------------------------------------------------------------- /themes/OSX-Arc-Shadow/thumbnail-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/OSX-Arc-Shadow/thumbnail-dark.png -------------------------------------------------------------------------------- /themes/OSX-Arc-Shadow/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/OSX-Arc-Shadow/thumbnail.png -------------------------------------------------------------------------------- /themes/OSX-Arc-Shadow/unity/close.svg: -------------------------------------------------------------------------------- 1 | window-buttons/close.svg -------------------------------------------------------------------------------- /themes/OSX-Arc-Shadow/unity/close_dash.svg: -------------------------------------------------------------------------------- 1 | dash/close_dash.svg -------------------------------------------------------------------------------- /themes/OSX-Arc-Shadow/unity/close_dash_disabled.svg: -------------------------------------------------------------------------------- 1 | dash/close_dash_disabled.svg -------------------------------------------------------------------------------- /themes/OSX-Arc-Shadow/unity/close_dash_prelight.svg: -------------------------------------------------------------------------------- 1 | dash/close_dash_prelight.svg -------------------------------------------------------------------------------- /themes/OSX-Arc-Shadow/unity/close_dash_pressed.svg: -------------------------------------------------------------------------------- 1 | dash/close_dash_pressed.svg -------------------------------------------------------------------------------- /themes/OSX-Arc-Shadow/unity/close_focused_normal.svg: -------------------------------------------------------------------------------- 1 | window-buttons/close.svg -------------------------------------------------------------------------------- /themes/OSX-Arc-Shadow/unity/close_focused_prelight.svg: -------------------------------------------------------------------------------- 1 | window-buttons/close_prelight.svg -------------------------------------------------------------------------------- /themes/OSX-Arc-Shadow/unity/close_focused_pressed.svg: -------------------------------------------------------------------------------- 1 | window-buttons/close_pressed.svg -------------------------------------------------------------------------------- /themes/OSX-Arc-Shadow/unity/close_unfocused.svg: -------------------------------------------------------------------------------- 1 | window-buttons/close_unfocused.svg -------------------------------------------------------------------------------- /themes/OSX-Arc-Shadow/unity/close_unfocused_prelight.svg: -------------------------------------------------------------------------------- 1 | window-buttons/close_prelight.svg -------------------------------------------------------------------------------- /themes/OSX-Arc-Shadow/unity/close_unfocused_pressed.svg: -------------------------------------------------------------------------------- 1 | window-buttons/close_pressed.svg -------------------------------------------------------------------------------- /themes/OSX-Arc-Shadow/unity/maximize.svg: -------------------------------------------------------------------------------- 1 | window-buttons/maximize.svg -------------------------------------------------------------------------------- /themes/OSX-Arc-Shadow/unity/maximize_dash.svg: -------------------------------------------------------------------------------- 1 | dash/maximize_dash.svg -------------------------------------------------------------------------------- /themes/OSX-Arc-Shadow/unity/maximize_dash_disabled.svg: -------------------------------------------------------------------------------- 1 | dash/maximize_dash_disabled.svg -------------------------------------------------------------------------------- /themes/OSX-Arc-Shadow/unity/maximize_dash_prelight.svg: -------------------------------------------------------------------------------- 1 | dash/maximize_dash_prelight.svg -------------------------------------------------------------------------------- /themes/OSX-Arc-Shadow/unity/maximize_dash_pressed.svg: -------------------------------------------------------------------------------- 1 | dash/maximize_dash_pressed.svg -------------------------------------------------------------------------------- /themes/OSX-Arc-Shadow/unity/maximize_focused_normal.svg: -------------------------------------------------------------------------------- 1 | window-buttons/maximize.svg -------------------------------------------------------------------------------- /themes/OSX-Arc-Shadow/unity/maximize_focused_prelight.svg: -------------------------------------------------------------------------------- 1 | window-buttons/maximize_prelight.svg -------------------------------------------------------------------------------- /themes/OSX-Arc-Shadow/unity/maximize_focused_pressed.svg: -------------------------------------------------------------------------------- 1 | window-buttons/maximize_pressed.svg -------------------------------------------------------------------------------- /themes/OSX-Arc-Shadow/unity/maximize_unfocused.svg: -------------------------------------------------------------------------------- 1 | window-buttons/maximize_unfocused.svg -------------------------------------------------------------------------------- /themes/OSX-Arc-Shadow/unity/maximize_unfocused_prelight.svg: -------------------------------------------------------------------------------- 1 | window-buttons/maximize_prelight.svg -------------------------------------------------------------------------------- /themes/OSX-Arc-Shadow/unity/maximize_unfocused_pressed.svg: -------------------------------------------------------------------------------- 1 | window-buttons/maximize_pressed.svg -------------------------------------------------------------------------------- /themes/OSX-Arc-Shadow/unity/minimize.svg: -------------------------------------------------------------------------------- 1 | window-buttons/minimize.svg -------------------------------------------------------------------------------- /themes/OSX-Arc-Shadow/unity/minimize_dash.svg: -------------------------------------------------------------------------------- 1 | dash/minimize_dash.svg -------------------------------------------------------------------------------- /themes/OSX-Arc-Shadow/unity/minimize_dash_disabled.svg: -------------------------------------------------------------------------------- 1 | dash/minimize_dash_disabled.svg -------------------------------------------------------------------------------- /themes/OSX-Arc-Shadow/unity/minimize_dash_prelight.svg: -------------------------------------------------------------------------------- 1 | dash/minimize_dash_prelight.svg -------------------------------------------------------------------------------- /themes/OSX-Arc-Shadow/unity/minimize_dash_pressed.svg: -------------------------------------------------------------------------------- 1 | dash/minimize_dash_pressed.svg -------------------------------------------------------------------------------- /themes/OSX-Arc-Shadow/unity/minimize_focused_normal.svg: -------------------------------------------------------------------------------- 1 | window-buttons/minimize.svg -------------------------------------------------------------------------------- /themes/OSX-Arc-Shadow/unity/minimize_focused_prelight.svg: -------------------------------------------------------------------------------- 1 | window-buttons/minimize_prelight.svg -------------------------------------------------------------------------------- /themes/OSX-Arc-Shadow/unity/minimize_focused_pressed.svg: -------------------------------------------------------------------------------- 1 | window-buttons/minimize_pressed.svg -------------------------------------------------------------------------------- /themes/OSX-Arc-Shadow/unity/minimize_unfocused.svg: -------------------------------------------------------------------------------- 1 | window-buttons/minimize_unfocused.svg -------------------------------------------------------------------------------- /themes/OSX-Arc-Shadow/unity/minimize_unfocused_prelight.svg: -------------------------------------------------------------------------------- 1 | window-buttons/minimize_prelight.svg -------------------------------------------------------------------------------- /themes/OSX-Arc-Shadow/unity/minimize_unfocused_pressed.svg: -------------------------------------------------------------------------------- 1 | window-buttons/minimize_pressed.svg -------------------------------------------------------------------------------- /themes/OSX-Arc-Shadow/unity/sheet_style_close_focused.svg: -------------------------------------------------------------------------------- 1 | window-buttons/close.svg -------------------------------------------------------------------------------- /themes/OSX-Arc-Shadow/unity/sheet_style_close_focused_prelight.svg: -------------------------------------------------------------------------------- 1 | window-buttons/close_prelight.svg -------------------------------------------------------------------------------- /themes/OSX-Arc-Shadow/unity/sheet_style_close_focused_pressed.svg: -------------------------------------------------------------------------------- 1 | window-buttons/close_unfocused.svg -------------------------------------------------------------------------------- /themes/OSX-Arc-Shadow/unity/unmaximize.svg: -------------------------------------------------------------------------------- 1 | window-buttons/maximize.svg -------------------------------------------------------------------------------- /themes/OSX-Arc-Shadow/unity/unmaximize_dash.svg: -------------------------------------------------------------------------------- 1 | dash/maximize_dash.svg -------------------------------------------------------------------------------- /themes/OSX-Arc-Shadow/unity/unmaximize_dash_disabled.svg: -------------------------------------------------------------------------------- 1 | dash/maximize_dash_disabled.svg -------------------------------------------------------------------------------- /themes/OSX-Arc-Shadow/unity/unmaximize_dash_prelight.svg: -------------------------------------------------------------------------------- 1 | dash/maximize_dash_prelight.svg -------------------------------------------------------------------------------- /themes/OSX-Arc-Shadow/unity/unmaximize_dash_pressed.svg: -------------------------------------------------------------------------------- 1 | dash/maximize_dash_pressed.svg -------------------------------------------------------------------------------- /themes/OSX-Arc-Shadow/unity/unmaximize_focused_normal.svg: -------------------------------------------------------------------------------- 1 | window-buttons/maximize.svg -------------------------------------------------------------------------------- /themes/OSX-Arc-Shadow/unity/unmaximize_focused_prelight.svg: -------------------------------------------------------------------------------- 1 | window-buttons/maximize_prelight.svg -------------------------------------------------------------------------------- /themes/OSX-Arc-Shadow/unity/unmaximize_focused_pressed.svg: -------------------------------------------------------------------------------- 1 | window-buttons/maximize_pressed.svg -------------------------------------------------------------------------------- /themes/OSX-Arc-Shadow/unity/unmaximize_unfocused.svg: -------------------------------------------------------------------------------- 1 | window-buttons/maximize_unfocused.svg -------------------------------------------------------------------------------- /themes/OSX-Arc-Shadow/unity/unmaximize_unfocused_prelight.svg: -------------------------------------------------------------------------------- 1 | window-buttons/maximize_prelight.svg -------------------------------------------------------------------------------- /themes/OSX-Arc-Shadow/unity/unmaximize_unfocused_pressed.svg: -------------------------------------------------------------------------------- 1 | window-buttons/maximize_pressed.svg -------------------------------------------------------------------------------- /themes/OSX-Arc-Shadow/xfce-notify-4.0/gtkrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/OSX-Arc-Shadow/xfce-notify-4.0/gtkrc -------------------------------------------------------------------------------- /themes/OSX-Arc-Shadow/xfwm4/close-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/OSX-Arc-Shadow/xfwm4/close-active.xpm -------------------------------------------------------------------------------- /themes/OSX-Arc-Shadow/xfwm4/hide-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/OSX-Arc-Shadow/xfwm4/hide-active.xpm -------------------------------------------------------------------------------- /themes/OSX-Arc-Shadow/xfwm4/hide-pressed.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/OSX-Arc-Shadow/xfwm4/hide-pressed.xpm -------------------------------------------------------------------------------- /themes/OSX-Arc-Shadow/xfwm4/left-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/OSX-Arc-Shadow/xfwm4/left-active.xpm -------------------------------------------------------------------------------- /themes/OSX-Arc-Shadow/xfwm4/menu-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/OSX-Arc-Shadow/xfwm4/menu-active.xpm -------------------------------------------------------------------------------- /themes/OSX-Arc-Shadow/xfwm4/menu-pressed.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/OSX-Arc-Shadow/xfwm4/menu-pressed.xpm -------------------------------------------------------------------------------- /themes/OSX-Arc-Shadow/xfwm4/right-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/OSX-Arc-Shadow/xfwm4/right-active.xpm -------------------------------------------------------------------------------- /themes/OSX-Arc-Shadow/xfwm4/shade-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/OSX-Arc-Shadow/xfwm4/shade-active.xpm -------------------------------------------------------------------------------- /themes/OSX-Arc-Shadow/xfwm4/stick-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/OSX-Arc-Shadow/xfwm4/stick-active.xpm -------------------------------------------------------------------------------- /themes/OSX-Arc-Shadow/xfwm4/themerc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/OSX-Arc-Shadow/xfwm4/themerc -------------------------------------------------------------------------------- /themes/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/README.md -------------------------------------------------------------------------------- /themes/macOS-Sierra-master/CREDITS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/macOS-Sierra-master/CREDITS -------------------------------------------------------------------------------- /themes/macOS-Sierra-master/Changelog.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/macOS-Sierra-master/Changelog.txt -------------------------------------------------------------------------------- /themes/macOS-Sierra-master/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/macOS-Sierra-master/README.md -------------------------------------------------------------------------------- /themes/macOS-Sierra-master/Wallpaper.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/macOS-Sierra-master/Wallpaper.jpg -------------------------------------------------------------------------------- /themes/macOS-Sierra-master/cinnamon/menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/macOS-Sierra-master/cinnamon/menu.png -------------------------------------------------------------------------------- /themes/macOS-Sierra-master/gtk-2.0/gtkrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/macOS-Sierra-master/gtk-2.0/gtkrc -------------------------------------------------------------------------------- /themes/macOS-Sierra-master/gtk-3.0/buttons/close-unfocused-active.svg: -------------------------------------------------------------------------------- 1 | close-focused-active.svg -------------------------------------------------------------------------------- /themes/macOS-Sierra-master/gtk-3.0/buttons/close-unfocused-normal.svg: -------------------------------------------------------------------------------- 1 | unfocused.svg -------------------------------------------------------------------------------- /themes/macOS-Sierra-master/gtk-3.0/buttons/maximize-unfocused-active.svg: -------------------------------------------------------------------------------- 1 | maximize-focused-active.svg -------------------------------------------------------------------------------- /themes/macOS-Sierra-master/gtk-3.0/buttons/maximize-unfocused-normal.svg: -------------------------------------------------------------------------------- 1 | unfocused.svg -------------------------------------------------------------------------------- /themes/macOS-Sierra-master/gtk-3.0/buttons/minimize-unfocused-active.svg: -------------------------------------------------------------------------------- 1 | minimize-focused-active.svg -------------------------------------------------------------------------------- /themes/macOS-Sierra-master/gtk-3.0/buttons/minimize-unfocused-normal.svg: -------------------------------------------------------------------------------- 1 | unfocused.svg -------------------------------------------------------------------------------- /themes/macOS-Sierra-master/gtk-3.0/buttons/restore-focused-active.svg: -------------------------------------------------------------------------------- 1 | maximize-focused-active.svg -------------------------------------------------------------------------------- /themes/macOS-Sierra-master/gtk-3.0/buttons/restore-focused-normal.svg: -------------------------------------------------------------------------------- 1 | maximize-focused-normal.svg -------------------------------------------------------------------------------- /themes/macOS-Sierra-master/gtk-3.0/buttons/restore-focused-pressed.svg: -------------------------------------------------------------------------------- 1 | maximize-focused-pressed.svg -------------------------------------------------------------------------------- /themes/macOS-Sierra-master/gtk-3.0/buttons/restore-unfocused-active.svg: -------------------------------------------------------------------------------- 1 | maximize-focused-active.svg -------------------------------------------------------------------------------- /themes/macOS-Sierra-master/gtk-3.0/buttons/restore-unfocused-normal.svg: -------------------------------------------------------------------------------- 1 | unfocused.svg -------------------------------------------------------------------------------- /themes/macOS-Sierra-master/gtk-3.0/gtk-3.20: -------------------------------------------------------------------------------- 1 | ../gtk-3.20 -------------------------------------------------------------------------------- /themes/macOS-Sierra-master/gtk-3.0/gtk.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/macOS-Sierra-master/gtk-3.0/gtk.css -------------------------------------------------------------------------------- /themes/macOS-Sierra-master/gtk-3.20/buttons/close-unfocused-active.svg: -------------------------------------------------------------------------------- 1 | close-focused-active.svg -------------------------------------------------------------------------------- /themes/macOS-Sierra-master/gtk-3.20/buttons/close-unfocused-normal.svg: -------------------------------------------------------------------------------- 1 | unfocused.svg -------------------------------------------------------------------------------- /themes/macOS-Sierra-master/gtk-3.20/buttons/maximize-unfocused-active.svg: -------------------------------------------------------------------------------- 1 | maximize-focused-active.svg -------------------------------------------------------------------------------- /themes/macOS-Sierra-master/gtk-3.20/buttons/maximize-unfocused-normal.svg: -------------------------------------------------------------------------------- 1 | unfocused.svg -------------------------------------------------------------------------------- /themes/macOS-Sierra-master/gtk-3.20/buttons/minimize-unfocused-active.svg: -------------------------------------------------------------------------------- 1 | minimize-focused-active.svg -------------------------------------------------------------------------------- /themes/macOS-Sierra-master/gtk-3.20/buttons/minimize-unfocused-normal.svg: -------------------------------------------------------------------------------- 1 | unfocused.svg -------------------------------------------------------------------------------- /themes/macOS-Sierra-master/gtk-3.20/buttons/restore-focused-active.svg: -------------------------------------------------------------------------------- 1 | maximize-focused-active.svg -------------------------------------------------------------------------------- /themes/macOS-Sierra-master/gtk-3.20/buttons/restore-focused-normal.svg: -------------------------------------------------------------------------------- 1 | maximize-focused-normal.svg -------------------------------------------------------------------------------- /themes/macOS-Sierra-master/gtk-3.20/buttons/restore-focused-pressed.svg: -------------------------------------------------------------------------------- 1 | maximize-focused-pressed.svg -------------------------------------------------------------------------------- /themes/macOS-Sierra-master/gtk-3.20/buttons/restore-unfocused-active.svg: -------------------------------------------------------------------------------- 1 | maximize-focused-active.svg -------------------------------------------------------------------------------- /themes/macOS-Sierra-master/gtk-3.20/buttons/restore-unfocused-normal.svg: -------------------------------------------------------------------------------- 1 | unfocused.svg -------------------------------------------------------------------------------- /themes/macOS-Sierra-master/gtk-3.20/gtk.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/macOS-Sierra-master/gtk-3.20/gtk.css -------------------------------------------------------------------------------- /themes/macOS-Sierra-master/index.theme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/macOS-Sierra-master/index.theme -------------------------------------------------------------------------------- /themes/macOS-Sierra-master/plank/dock.theme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/macOS-Sierra-master/plank/dock.theme -------------------------------------------------------------------------------- /themes/macOS-Sierra-master/plank/hover.theme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/macOS-Sierra-master/plank/hover.theme -------------------------------------------------------------------------------- /themes/macOS-Sierra-master/unity/close.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/macOS-Sierra-master/unity/close.svg -------------------------------------------------------------------------------- /themes/macOS-Sierra-master/unity/close_focused_normal.svg: -------------------------------------------------------------------------------- 1 | close.svg -------------------------------------------------------------------------------- /themes/macOS-Sierra-master/unity/close_unfocused.svg: -------------------------------------------------------------------------------- 1 | unfocused.svg -------------------------------------------------------------------------------- /themes/macOS-Sierra-master/unity/close_unfocused_prelight.svg: -------------------------------------------------------------------------------- 1 | close_focused_prelight.svg -------------------------------------------------------------------------------- /themes/macOS-Sierra-master/unity/close_unfocused_pressed.svg: -------------------------------------------------------------------------------- 1 | close_focused_pressed.svg -------------------------------------------------------------------------------- /themes/macOS-Sierra-master/unity/maximize_focused_normal.svg: -------------------------------------------------------------------------------- 1 | maximize.svg -------------------------------------------------------------------------------- /themes/macOS-Sierra-master/unity/maximize_unfocused.svg: -------------------------------------------------------------------------------- 1 | unfocused.svg -------------------------------------------------------------------------------- /themes/macOS-Sierra-master/unity/maximize_unfocused_prelight.svg: -------------------------------------------------------------------------------- 1 | maximize_focused_prelight.svg -------------------------------------------------------------------------------- /themes/macOS-Sierra-master/unity/maximize_unfocused_pressed.svg: -------------------------------------------------------------------------------- 1 | maximize_focused_pressed.svg -------------------------------------------------------------------------------- /themes/macOS-Sierra-master/unity/minimize_focused_normal.svg: -------------------------------------------------------------------------------- 1 | minimize.svg -------------------------------------------------------------------------------- /themes/macOS-Sierra-master/unity/minimize_unfocused.svg: -------------------------------------------------------------------------------- 1 | unfocused.svg -------------------------------------------------------------------------------- /themes/macOS-Sierra-master/unity/minimize_unfocused_prelight.svg: -------------------------------------------------------------------------------- 1 | minimize_focused_prelight.svg -------------------------------------------------------------------------------- /themes/macOS-Sierra-master/unity/minimize_unfocused_pressed.svg: -------------------------------------------------------------------------------- 1 | minimize_focused_pressed.svg -------------------------------------------------------------------------------- /themes/macOS-Sierra-master/unity/unmaximize.svg: -------------------------------------------------------------------------------- 1 | maximize.svg -------------------------------------------------------------------------------- /themes/macOS-Sierra-master/unity/unmaximize_focused_normal.svg: -------------------------------------------------------------------------------- 1 | maximize.svg -------------------------------------------------------------------------------- /themes/macOS-Sierra-master/unity/unmaximize_focused_prelight.svg: -------------------------------------------------------------------------------- 1 | maximize_focused_prelight.svg -------------------------------------------------------------------------------- /themes/macOS-Sierra-master/unity/unmaximize_focused_pressed.svg: -------------------------------------------------------------------------------- 1 | maximize_focused_pressed.svg -------------------------------------------------------------------------------- /themes/macOS-Sierra-master/unity/unmaximize_unfocused.svg: -------------------------------------------------------------------------------- 1 | unfocused.svg -------------------------------------------------------------------------------- /themes/macOS-Sierra-master/unity/unmaximize_unfocused_prelight.svg: -------------------------------------------------------------------------------- 1 | maximize_focused_prelight.svg -------------------------------------------------------------------------------- /themes/macOS-Sierra-master/unity/unmaximize_unfocused_pressed.svg: -------------------------------------------------------------------------------- 1 | maximize_focused_pressed.svg -------------------------------------------------------------------------------- /themes/macOS-Sierra-master/xfwm4/close-inactive.xpm: -------------------------------------------------------------------------------- 1 | unfocused.xpm -------------------------------------------------------------------------------- /themes/macOS-Sierra-master/xfwm4/hide-inactive.xpm: -------------------------------------------------------------------------------- 1 | unfocused.xpm -------------------------------------------------------------------------------- /themes/macOS-Sierra-master/xfwm4/maximize-inactive.xpm: -------------------------------------------------------------------------------- 1 | unfocused.xpm -------------------------------------------------------------------------------- /themes/macOS-Sierra-master/xfwm4/themerc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linux-Theme-Collection/GTK-Themes/HEAD/themes/macOS-Sierra-master/xfwm4/themerc --------------------------------------------------------------------------------