├── mcOS11-Shell ├── gnome-shell │ ├── no-events.svg │ ├── no-notifications.svg │ ├── process-working.svg │ ├── assets │ │ ├── launchpad.png │ │ ├── dash │ │ │ ├── left-running1.svg │ │ │ ├── top-running1.svg │ │ │ ├── bottom-running1.svg │ │ │ ├── right-running1.svg │ │ │ ├── top-running2.svg │ │ │ ├── bottom-running2.svg │ │ │ ├── left-running2.svg │ │ │ ├── right-running2.svg │ │ │ ├── left-running1-focused.svg │ │ │ ├── top-running1-focused.svg │ │ │ ├── bottom-running1-focused.svg │ │ │ ├── right-running1-focused.svg │ │ │ ├── left-running3.svg │ │ │ ├── top-running3.svg │ │ │ ├── bottom-running3.svg │ │ │ ├── right-running3.svg │ │ │ ├── bottom-running2-focused.svg │ │ │ ├── left-running2-focused.svg │ │ │ ├── right-running2-focused.svg │ │ │ ├── top-running2-focused.svg │ │ │ ├── left-running4.svg │ │ │ ├── top-running4.svg │ │ │ ├── right-running4.svg │ │ │ ├── bottom-running4.svg │ │ │ ├── left-running3-focused.svg │ │ │ ├── top-running3-focused.svg │ │ │ ├── bottom-running3-focused.svg │ │ │ ├── right-running3-focused.svg │ │ │ ├── top-running4-focused.svg │ │ │ ├── left-running4-focused.svg │ │ │ ├── right-running4-focused.svg │ │ │ └── bottom-running4-focused.svg │ │ ├── calendar-arrow-left.svg │ │ ├── calendar-arrow-right.svg │ │ ├── calendar-event.svg │ │ ├── dash-placeholder.svg │ │ ├── checkbox-off.svg │ │ ├── close.svg │ │ ├── no-notifications.svg │ │ ├── checkbox.svg │ │ ├── launchpad-old.svg │ │ ├── more-results.svg │ │ ├── noise-texture.svg │ │ ├── window-close.svg │ │ ├── window-close-active.svg │ │ ├── window-close-hover.svg │ │ ├── no-events.svg │ │ ├── key-shift.svg │ │ ├── key-hide.svg │ │ ├── key-layout.svg │ │ ├── key-shift-uppercase.svg │ │ ├── key-enter-active.svg │ │ ├── key-enter.svg │ │ ├── key-shift-latched-uppercase.svg │ │ ├── process-working.svg │ │ └── activities.svg │ ├── message-indicator-symbolic.svg │ └── pad-osd.css └── index.theme ├── mcOS11-Shell-Dark ├── gnome-shell │ ├── no-events.svg │ ├── no-notifications.svg │ ├── process-working.svg │ ├── assets │ │ ├── launchpad.png │ │ ├── dash │ │ │ ├── left-running1.svg │ │ │ ├── top-running1.svg │ │ │ ├── bottom-running1.svg │ │ │ ├── right-running1.svg │ │ │ ├── top-running2.svg │ │ │ ├── bottom-running2.svg │ │ │ ├── left-running2.svg │ │ │ ├── right-running2.svg │ │ │ ├── left-running1-focused.svg │ │ │ ├── top-running1-focused.svg │ │ │ ├── bottom-running1-focused.svg │ │ │ ├── right-running1-focused.svg │ │ │ ├── left-running3.svg │ │ │ ├── top-running3.svg │ │ │ ├── bottom-running3.svg │ │ │ ├── right-running3.svg │ │ │ ├── bottom-running2-focused.svg │ │ │ ├── left-running2-focused.svg │ │ │ ├── right-running2-focused.svg │ │ │ ├── top-running2-focused.svg │ │ │ ├── left-running4.svg │ │ │ ├── top-running4.svg │ │ │ ├── right-running4.svg │ │ │ ├── bottom-running4.svg │ │ │ ├── left-running3-focused.svg │ │ │ ├── top-running3-focused.svg │ │ │ ├── bottom-running3-focused.svg │ │ │ ├── right-running3-focused.svg │ │ │ ├── top-running4-focused.svg │ │ │ ├── left-running4-focused.svg │ │ │ ├── right-running4-focused.svg │ │ │ └── bottom-running4-focused.svg │ │ ├── calendar-arrow-left.svg │ │ ├── calendar-arrow-right.svg │ │ ├── calendar-event.svg │ │ ├── dash-placeholder.svg │ │ ├── checkbox-off.svg │ │ ├── close.svg │ │ ├── no-notifications.svg │ │ ├── checkbox.svg │ │ ├── launchpad-old.svg │ │ ├── more-results.svg │ │ ├── noise-texture.svg │ │ ├── window-close.svg │ │ ├── window-close-active.svg │ │ ├── window-close-hover.svg │ │ ├── no-events.svg │ │ ├── key-shift.svg │ │ ├── key-hide.svg │ │ ├── key-layout.svg │ │ ├── key-shift-uppercase.svg │ │ ├── key-enter-active.svg │ │ ├── key-enter.svg │ │ ├── key-shift-latched-uppercase.svg │ │ ├── process-working.svg │ │ └── activities.svg │ ├── message-indicator-symbolic.svg │ └── pad-osd.css └── index.theme ├── .DS_Store ├── .gitattributes └── mcOS11-GTK ├── .DS_Store ├── gtk-2.0 ├── assets │ ├── null.png │ ├── plus.png │ ├── button.png │ ├── frame.png │ ├── line-h.png │ ├── line-v.png │ ├── menubar.png │ ├── minus.png │ ├── slider.png │ ├── toolbar.png │ ├── arrow-up.png │ ├── entry-bg.png │ ├── handle-h.png │ ├── handle-v.png │ ├── menuitem.png │ ├── notebook.png │ ├── arrow-down.png │ ├── arrow-left.png │ ├── arrow-right.png │ ├── button-hover.png │ ├── combo-entry.png │ ├── focus-line.png │ ├── menu-arrow.png │ ├── progressbar.png │ ├── slider-horiz.png │ ├── slider-vert.png │ ├── tree_header.png │ ├── arrow-up-small.png │ ├── button-active.png │ ├── entry-notebook.png │ ├── entry-toolbar.png │ ├── frame-gap-end.png │ ├── inline-toolbar.png │ ├── menubar_button.png │ ├── progressbar_v.png │ ├── radio-checked.png │ ├── tab-top-active.png │ ├── up-background.png │ ├── arrow-down-insens.png │ ├── arrow-down-small.png │ ├── arrow-left-insens.png │ ├── arrow-up-insens.png │ ├── arrow-up-prelight.png │ ├── checkbox-checked.png │ ├── combo-entry-focus.png │ ├── combo-entry-rtl.png │ ├── down-background.png │ ├── entry-active-bg.png │ ├── entry-background.png │ ├── entry-border-bg.png │ ├── entry-disabled-bg.png │ ├── frame-gap-start.png │ ├── notebook-gap-vert.png │ ├── radio-unchecked.png │ ├── slider-prelight.png │ ├── tab-bottom-active.png │ ├── tab-left-active.png │ ├── tab-right-active.png │ ├── trough-horizontal.png │ ├── trough-vertical.png │ ├── up-background-rtl.png │ ├── arrow-down-prelight.png │ ├── arrow-left-prelight.png │ ├── arrow-right-insens.png │ ├── button-insensitive.png │ ├── checkbox-unchecked.png │ ├── combo-entry-border.png │ ├── combo-entry-button.png │ ├── down-background-rtl.png │ ├── menu-arrow-prelight.png │ ├── menu-radio-checked.png │ ├── notebook-gap-horiz.png │ ├── slider-horiz-active.png │ ├── slider-horiz-insens.png │ ├── slider-insensitive.png │ ├── slider-vert-active.png │ ├── slider-vert-insens.png │ ├── trough-progressbar.png │ ├── arrow-right-prelight.png │ ├── arrow-up-small-insens.png │ ├── combo-entry-border-rtl.png │ ├── combo-entry-button-rtl.png │ ├── combo-entry-focus-rtl.png │ ├── combo-entry-notebook.png │ ├── entry-active-notebook.png │ ├── entry-active-toolbar.png │ ├── entry-border-active-bg.png │ ├── entry-disabled-toolbar.png │ ├── menu-checkbox-checked.png │ ├── menu-radio-unchecked.png │ ├── pathbar_button_active.png │ ├── slider-horiz-prelight.png │ ├── slider-vert-prelight.png │ ├── trough-progressbar_v.png │ ├── trough-scrollbar-horiz.png │ ├── trough-scrollbar-vert.png │ ├── trough-vertical-active.png │ ├── up-background-disable.png │ ├── arrow-down-small-insens.png │ ├── arrow-up-small-prelight.png │ ├── combo-entry-border-focus.png │ ├── combo-entry-insensitive.png │ ├── combo-entry-notebook-rtl.png │ ├── down-background-disable.png │ ├── entry-disabled-notebook.png │ ├── menu-checkbox-unchecked.png │ ├── pathbar_button_prelight.png │ ├── trough-horizontal-active.png │ ├── arrow-down-small-prelight.png │ ├── combo-entry-button-active.png │ ├── combo-entry-focus-notebook.png │ ├── combo-entry-insensitive-rtl.png │ ├── down-background-disable-rtl.png │ ├── entry-background-disabled.png │ ├── menu-radio-checked-selected.png │ ├── radio-checked-insensitive.png │ ├── radio-unchecked-insensitive.png │ ├── up-background-disable-rtl.png │ ├── checkbox-checked-insensitive.png │ ├── combo-entry-border-focus-rtl.png │ ├── combo-entry-button-active-rtl.png │ ├── menu-radio-unchecked-selected.png │ ├── checkbox-unchecked-insensitive.png │ ├── combo-entry-button-insensitive.png │ ├── combo-entry-focus-notebook-rtl.png │ ├── combo-entry-insensitive-notebook.png │ ├── menu-checkbox-checked-selected.png │ ├── menu-checkbox-unchecked-selected.png │ ├── menu-radio-checked-insensitive.png │ ├── menu-radio-unchecked-insensitive.png │ ├── combo-entry-button-insensitive-rtl.png │ ├── menu-checkbox-checked-insensitive.png │ ├── combo-entry-insensitive-notebook-rtl.png │ └── menu-checkbox-unchecked-insensitive.png ├── gtkrc ├── xfce-notify.rc ├── apps.rc └── menubar-toolbar.rc ├── gtk-3.0 └── assets │ ├── dash-symbolic.symbolic.png │ ├── bullet-symbolic.symbolic.png │ ├── check-symbolic.symbolic.png │ ├── text-select-end-symbolic.symbolic.png │ ├── text-select-start-symbolic.symbolic.png │ ├── slider-horz-scale-has-marks-above-symbolic.symbolic.png │ ├── slider-horz-scale-has-marks-below-symbolic.symbolic.png │ ├── slider-vert-scale-has-marks-above-symbolic.symbolic.png │ ├── slider-vert-scale-has-marks-below-symbolic.symbolic.png │ ├── text-select-end-symbolic.svg │ ├── text-select-start-symbolic.svg │ ├── slider-horz-scale-has-marks-below-symbolic.svg │ ├── slider-vert-scale-has-marks-above-symbolic.svg │ ├── slider-horz-scale-has-marks-above-symbolic.svg │ ├── slider-vert-scale-has-marks-below-symbolic.svg │ └── dash-symbolic.svg └── index.theme /mcOS11-Shell/gnome-shell/no-events.svg: -------------------------------------------------------------------------------- 1 | assets/no-events.svg -------------------------------------------------------------------------------- /mcOS11-Shell-Dark/gnome-shell/no-events.svg: -------------------------------------------------------------------------------- 1 | assets/no-events.svg -------------------------------------------------------------------------------- /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/.DS_Store -------------------------------------------------------------------------------- /mcOS11-Shell/gnome-shell/no-notifications.svg: -------------------------------------------------------------------------------- 1 | assets/no-notifications.svg -------------------------------------------------------------------------------- /mcOS11-Shell/gnome-shell/process-working.svg: -------------------------------------------------------------------------------- 1 | assets/process-working.svg -------------------------------------------------------------------------------- /mcOS11-Shell-Dark/gnome-shell/no-notifications.svg: -------------------------------------------------------------------------------- 1 | assets/no-notifications.svg -------------------------------------------------------------------------------- /mcOS11-Shell-Dark/gnome-shell/process-working.svg: -------------------------------------------------------------------------------- 1 | assets/process-working.svg -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- 1 | # Auto detect text files and perform LF normalization 2 | * text=auto 3 | -------------------------------------------------------------------------------- /mcOS11-GTK/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/.DS_Store -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-2.0/assets/null.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-2.0/assets/null.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-2.0/assets/plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-2.0/assets/plus.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-2.0/assets/button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-2.0/assets/button.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-2.0/assets/frame.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-2.0/assets/frame.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-2.0/assets/line-h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-2.0/assets/line-h.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-2.0/assets/line-v.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-2.0/assets/line-v.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-2.0/assets/menubar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-2.0/assets/menubar.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-2.0/assets/minus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-2.0/assets/minus.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-2.0/assets/slider.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-2.0/assets/slider.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-2.0/assets/toolbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-2.0/assets/toolbar.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-2.0/assets/arrow-up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-2.0/assets/arrow-up.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-2.0/assets/entry-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-2.0/assets/entry-bg.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-2.0/assets/handle-h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-2.0/assets/handle-h.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-2.0/assets/handle-v.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-2.0/assets/handle-v.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-2.0/assets/menuitem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-2.0/assets/menuitem.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-2.0/assets/notebook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-2.0/assets/notebook.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-2.0/assets/arrow-down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-2.0/assets/arrow-down.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-2.0/assets/arrow-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-2.0/assets/arrow-left.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-2.0/assets/arrow-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-2.0/assets/arrow-right.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-2.0/assets/button-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-2.0/assets/button-hover.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-2.0/assets/combo-entry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-2.0/assets/combo-entry.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-2.0/assets/focus-line.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-2.0/assets/focus-line.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-2.0/assets/menu-arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-2.0/assets/menu-arrow.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-2.0/assets/progressbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-2.0/assets/progressbar.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-2.0/assets/slider-horiz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-2.0/assets/slider-horiz.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-2.0/assets/slider-vert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-2.0/assets/slider-vert.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-2.0/assets/tree_header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-2.0/assets/tree_header.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-2.0/assets/arrow-up-small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-2.0/assets/arrow-up-small.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-2.0/assets/button-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-2.0/assets/button-active.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-2.0/assets/entry-notebook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-2.0/assets/entry-notebook.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-2.0/assets/entry-toolbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-2.0/assets/entry-toolbar.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-2.0/assets/frame-gap-end.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-2.0/assets/frame-gap-end.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-2.0/assets/inline-toolbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-2.0/assets/inline-toolbar.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-2.0/assets/menubar_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-2.0/assets/menubar_button.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-2.0/assets/progressbar_v.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-2.0/assets/progressbar_v.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-2.0/assets/radio-checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-2.0/assets/radio-checked.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-2.0/assets/tab-top-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-2.0/assets/tab-top-active.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-2.0/assets/up-background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-2.0/assets/up-background.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-2.0/assets/arrow-down-insens.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-2.0/assets/arrow-down-insens.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-2.0/assets/arrow-down-small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-2.0/assets/arrow-down-small.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-2.0/assets/arrow-left-insens.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-2.0/assets/arrow-left-insens.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-2.0/assets/arrow-up-insens.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-2.0/assets/arrow-up-insens.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-2.0/assets/arrow-up-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-2.0/assets/arrow-up-prelight.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-2.0/assets/checkbox-checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-2.0/assets/checkbox-checked.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-2.0/assets/combo-entry-focus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-2.0/assets/combo-entry-focus.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-2.0/assets/combo-entry-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-2.0/assets/combo-entry-rtl.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-2.0/assets/down-background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-2.0/assets/down-background.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-2.0/assets/entry-active-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-2.0/assets/entry-active-bg.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-2.0/assets/entry-background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-2.0/assets/entry-background.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-2.0/assets/entry-border-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-2.0/assets/entry-border-bg.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-2.0/assets/entry-disabled-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-2.0/assets/entry-disabled-bg.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-2.0/assets/frame-gap-start.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-2.0/assets/frame-gap-start.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-2.0/assets/notebook-gap-vert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-2.0/assets/notebook-gap-vert.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-2.0/assets/radio-unchecked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-2.0/assets/radio-unchecked.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-2.0/assets/slider-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-2.0/assets/slider-prelight.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-2.0/assets/tab-bottom-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-2.0/assets/tab-bottom-active.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-2.0/assets/tab-left-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-2.0/assets/tab-left-active.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-2.0/assets/tab-right-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-2.0/assets/tab-right-active.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-2.0/assets/trough-horizontal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-2.0/assets/trough-horizontal.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-2.0/assets/trough-vertical.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-2.0/assets/trough-vertical.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-2.0/assets/up-background-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-2.0/assets/up-background-rtl.png -------------------------------------------------------------------------------- /mcOS11-Shell/gnome-shell/assets/launchpad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-Shell/gnome-shell/assets/launchpad.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-2.0/assets/arrow-down-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-2.0/assets/arrow-down-prelight.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-2.0/assets/arrow-left-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-2.0/assets/arrow-left-prelight.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-2.0/assets/arrow-right-insens.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-2.0/assets/arrow-right-insens.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-2.0/assets/button-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-2.0/assets/button-insensitive.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-2.0/assets/checkbox-unchecked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-2.0/assets/checkbox-unchecked.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-2.0/assets/combo-entry-border.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-2.0/assets/combo-entry-border.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-2.0/assets/combo-entry-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-2.0/assets/combo-entry-button.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-2.0/assets/down-background-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-2.0/assets/down-background-rtl.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-2.0/assets/menu-arrow-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-2.0/assets/menu-arrow-prelight.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-2.0/assets/menu-radio-checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-2.0/assets/menu-radio-checked.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-2.0/assets/notebook-gap-horiz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-2.0/assets/notebook-gap-horiz.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-2.0/assets/slider-horiz-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-2.0/assets/slider-horiz-active.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-2.0/assets/slider-horiz-insens.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-2.0/assets/slider-horiz-insens.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-2.0/assets/slider-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-2.0/assets/slider-insensitive.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-2.0/assets/slider-vert-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-2.0/assets/slider-vert-active.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-2.0/assets/slider-vert-insens.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-2.0/assets/slider-vert-insens.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-2.0/assets/trough-progressbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-2.0/assets/trough-progressbar.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-2.0/assets/arrow-right-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-2.0/assets/arrow-right-prelight.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-2.0/assets/arrow-up-small-insens.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-2.0/assets/arrow-up-small-insens.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-2.0/assets/combo-entry-border-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-2.0/assets/combo-entry-border-rtl.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-2.0/assets/combo-entry-button-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-2.0/assets/combo-entry-button-rtl.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-2.0/assets/combo-entry-focus-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-2.0/assets/combo-entry-focus-rtl.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-2.0/assets/combo-entry-notebook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-2.0/assets/combo-entry-notebook.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-2.0/assets/entry-active-notebook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-2.0/assets/entry-active-notebook.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-2.0/assets/entry-active-toolbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-2.0/assets/entry-active-toolbar.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-2.0/assets/entry-border-active-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-2.0/assets/entry-border-active-bg.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-2.0/assets/entry-disabled-toolbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-2.0/assets/entry-disabled-toolbar.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-2.0/assets/menu-checkbox-checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-2.0/assets/menu-checkbox-checked.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-2.0/assets/menu-radio-unchecked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-2.0/assets/menu-radio-unchecked.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-2.0/assets/pathbar_button_active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-2.0/assets/pathbar_button_active.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-2.0/assets/slider-horiz-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-2.0/assets/slider-horiz-prelight.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-2.0/assets/slider-vert-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-2.0/assets/slider-vert-prelight.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-2.0/assets/trough-progressbar_v.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-2.0/assets/trough-progressbar_v.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-2.0/assets/trough-scrollbar-horiz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-2.0/assets/trough-scrollbar-horiz.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-2.0/assets/trough-scrollbar-vert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-2.0/assets/trough-scrollbar-vert.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-2.0/assets/trough-vertical-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-2.0/assets/trough-vertical-active.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-2.0/assets/up-background-disable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-2.0/assets/up-background-disable.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-3.0/assets/dash-symbolic.symbolic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-3.0/assets/dash-symbolic.symbolic.png -------------------------------------------------------------------------------- /mcOS11-Shell-Dark/gnome-shell/assets/launchpad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-Shell-Dark/gnome-shell/assets/launchpad.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-2.0/assets/arrow-down-small-insens.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-2.0/assets/arrow-down-small-insens.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-2.0/assets/arrow-up-small-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-2.0/assets/arrow-up-small-prelight.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-2.0/assets/combo-entry-border-focus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-2.0/assets/combo-entry-border-focus.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-2.0/assets/combo-entry-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-2.0/assets/combo-entry-insensitive.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-2.0/assets/combo-entry-notebook-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-2.0/assets/combo-entry-notebook-rtl.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-2.0/assets/down-background-disable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-2.0/assets/down-background-disable.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-2.0/assets/entry-disabled-notebook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-2.0/assets/entry-disabled-notebook.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-2.0/assets/menu-checkbox-unchecked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-2.0/assets/menu-checkbox-unchecked.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-2.0/assets/pathbar_button_prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-2.0/assets/pathbar_button_prelight.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-2.0/assets/trough-horizontal-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-2.0/assets/trough-horizontal-active.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-3.0/assets/bullet-symbolic.symbolic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-3.0/assets/bullet-symbolic.symbolic.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-3.0/assets/check-symbolic.symbolic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-3.0/assets/check-symbolic.symbolic.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-2.0/assets/arrow-down-small-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-2.0/assets/arrow-down-small-prelight.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-2.0/assets/combo-entry-button-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-2.0/assets/combo-entry-button-active.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-2.0/assets/combo-entry-focus-notebook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-2.0/assets/combo-entry-focus-notebook.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-2.0/assets/combo-entry-insensitive-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-2.0/assets/combo-entry-insensitive-rtl.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-2.0/assets/down-background-disable-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-2.0/assets/down-background-disable-rtl.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-2.0/assets/entry-background-disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-2.0/assets/entry-background-disabled.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-2.0/assets/menu-radio-checked-selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-2.0/assets/menu-radio-checked-selected.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-2.0/assets/radio-checked-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-2.0/assets/radio-checked-insensitive.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-2.0/assets/radio-unchecked-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-2.0/assets/radio-unchecked-insensitive.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-2.0/assets/up-background-disable-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-2.0/assets/up-background-disable-rtl.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-2.0/assets/checkbox-checked-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-2.0/assets/checkbox-checked-insensitive.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-2.0/assets/combo-entry-border-focus-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-2.0/assets/combo-entry-border-focus-rtl.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-2.0/assets/combo-entry-button-active-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-2.0/assets/combo-entry-button-active-rtl.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-2.0/assets/menu-radio-unchecked-selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-2.0/assets/menu-radio-unchecked-selected.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-2.0/assets/checkbox-unchecked-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-2.0/assets/checkbox-unchecked-insensitive.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-2.0/assets/combo-entry-button-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-2.0/assets/combo-entry-button-insensitive.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-2.0/assets/combo-entry-focus-notebook-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-2.0/assets/combo-entry-focus-notebook-rtl.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-2.0/assets/combo-entry-insensitive-notebook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-2.0/assets/combo-entry-insensitive-notebook.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-2.0/assets/menu-checkbox-checked-selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-2.0/assets/menu-checkbox-checked-selected.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-2.0/assets/menu-checkbox-unchecked-selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-2.0/assets/menu-checkbox-unchecked-selected.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-2.0/assets/menu-radio-checked-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-2.0/assets/menu-radio-checked-insensitive.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-2.0/assets/menu-radio-unchecked-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-2.0/assets/menu-radio-unchecked-insensitive.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-2.0/assets/combo-entry-button-insensitive-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-2.0/assets/combo-entry-button-insensitive-rtl.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-2.0/assets/menu-checkbox-checked-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-2.0/assets/menu-checkbox-checked-insensitive.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-3.0/assets/text-select-end-symbolic.symbolic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-3.0/assets/text-select-end-symbolic.symbolic.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-2.0/assets/combo-entry-insensitive-notebook-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-2.0/assets/combo-entry-insensitive-notebook-rtl.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-2.0/assets/menu-checkbox-unchecked-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-2.0/assets/menu-checkbox-unchecked-insensitive.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-3.0/assets/text-select-start-symbolic.symbolic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-3.0/assets/text-select-start-symbolic.symbolic.png -------------------------------------------------------------------------------- /mcOS11-Shell/gnome-shell/assets/dash/left-running1.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /mcOS11-Shell/gnome-shell/assets/dash/top-running1.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /mcOS11-Shell/gnome-shell/message-indicator-symbolic.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /mcOS11-Shell-Dark/gnome-shell/assets/dash/left-running1.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /mcOS11-Shell-Dark/gnome-shell/assets/dash/top-running1.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /mcOS11-Shell-Dark/gnome-shell/message-indicator-symbolic.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /mcOS11-Shell/gnome-shell/assets/dash/bottom-running1.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /mcOS11-Shell/gnome-shell/assets/dash/right-running1.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-3.0/assets/slider-horz-scale-has-marks-above-symbolic.symbolic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-3.0/assets/slider-horz-scale-has-marks-above-symbolic.symbolic.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-3.0/assets/slider-horz-scale-has-marks-below-symbolic.symbolic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-3.0/assets/slider-horz-scale-has-marks-below-symbolic.symbolic.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-3.0/assets/slider-vert-scale-has-marks-above-symbolic.symbolic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-3.0/assets/slider-vert-scale-has-marks-above-symbolic.symbolic.png -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-3.0/assets/slider-vert-scale-has-marks-below-symbolic.symbolic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USBA/macOS11-theme/HEAD/mcOS11-GTK/gtk-3.0/assets/slider-vert-scale-has-marks-below-symbolic.symbolic.png -------------------------------------------------------------------------------- /mcOS11-Shell-Dark/gnome-shell/assets/dash/bottom-running1.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /mcOS11-Shell-Dark/gnome-shell/assets/dash/right-running1.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /mcOS11-Shell/gnome-shell/assets/calendar-arrow-left.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /mcOS11-Shell/gnome-shell/assets/calendar-arrow-right.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /mcOS11-Shell-Dark/gnome-shell/assets/calendar-arrow-left.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /mcOS11-Shell-Dark/gnome-shell/assets/calendar-arrow-right.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /mcOS11-Shell-Dark/gnome-shell/assets/calendar-event.svg: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | -------------------------------------------------------------------------------- /mcOS11-Shell/gnome-shell/assets/calendar-event.svg: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | -------------------------------------------------------------------------------- /mcOS11-Shell/gnome-shell/assets/dash/top-running2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /mcOS11-Shell-Dark/gnome-shell/assets/dash/top-running2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /mcOS11-Shell/gnome-shell/assets/dash/bottom-running2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /mcOS11-Shell/gnome-shell/assets/dash/left-running2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /mcOS11-Shell/gnome-shell/assets/dash/right-running2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /mcOS11-Shell-Dark/gnome-shell/assets/dash/bottom-running2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /mcOS11-Shell-Dark/gnome-shell/assets/dash/left-running2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /mcOS11-Shell-Dark/gnome-shell/assets/dash/right-running2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /mcOS11-Shell/gnome-shell/assets/dash/left-running1-focused.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /mcOS11-Shell/gnome-shell/assets/dash/top-running1-focused.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /mcOS11-Shell-Dark/gnome-shell/assets/dash/left-running1-focused.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /mcOS11-Shell-Dark/gnome-shell/assets/dash/top-running1-focused.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /mcOS11-Shell/gnome-shell/assets/dash-placeholder.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /mcOS11-Shell/gnome-shell/assets/dash/bottom-running1-focused.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /mcOS11-Shell/gnome-shell/assets/dash/right-running1-focused.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /mcOS11-Shell-Dark/gnome-shell/assets/dash-placeholder.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /mcOS11-Shell-Dark/gnome-shell/assets/dash/bottom-running1-focused.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /mcOS11-Shell-Dark/gnome-shell/assets/dash/right-running1-focused.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /mcOS11-Shell/gnome-shell/assets/dash/left-running3.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /mcOS11-Shell/gnome-shell/assets/dash/top-running3.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /mcOS11-Shell-Dark/gnome-shell/assets/dash/left-running3.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /mcOS11-Shell-Dark/gnome-shell/assets/dash/top-running3.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /mcOS11-Shell/gnome-shell/assets/checkbox-off.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /mcOS11-Shell/gnome-shell/assets/dash/bottom-running3.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /mcOS11-Shell/gnome-shell/assets/dash/right-running3.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /mcOS11-Shell-Dark/gnome-shell/assets/checkbox-off.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /mcOS11-Shell-Dark/gnome-shell/assets/dash/bottom-running3.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /mcOS11-Shell-Dark/gnome-shell/assets/dash/right-running3.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /mcOS11-Shell/gnome-shell/assets/close.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /mcOS11-Shell/gnome-shell/assets/dash/bottom-running2-focused.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /mcOS11-Shell/gnome-shell/assets/dash/left-running2-focused.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /mcOS11-Shell/gnome-shell/assets/dash/right-running2-focused.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /mcOS11-Shell/gnome-shell/assets/dash/top-running2-focused.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /mcOS11-Shell-Dark/gnome-shell/assets/close.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /mcOS11-Shell-Dark/gnome-shell/assets/dash/bottom-running2-focused.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /mcOS11-Shell-Dark/gnome-shell/assets/dash/left-running2-focused.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /mcOS11-Shell-Dark/gnome-shell/assets/dash/right-running2-focused.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /mcOS11-Shell-Dark/gnome-shell/assets/dash/top-running2-focused.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /mcOS11-GTK/index.theme: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Type=X-GNOME-Metatheme 3 | Name=mcOS11 4 | Comment=macOS11 concept theme 5 | Encoding=UTF-8 6 | 7 | [X-GNOME-Metatheme] 8 | GtkTheme=mcOS11 9 | MetacityTheme=mcOS11 10 | IconTheme=mcOS11 11 | CursorTheme=Adwaita 12 | ButtonLayout=:minimize,maximize,close 13 | -------------------------------------------------------------------------------- /mcOS11-Shell/gnome-shell/assets/dash/left-running4.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /mcOS11-Shell/gnome-shell/assets/dash/top-running4.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /mcOS11-Shell-Dark/gnome-shell/assets/dash/left-running4.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /mcOS11-Shell-Dark/gnome-shell/assets/dash/top-running4.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /mcOS11-Shell/gnome-shell/assets/dash/right-running4.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /mcOS11-Shell-Dark/gnome-shell/assets/dash/right-running4.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /mcOS11-Shell/gnome-shell/assets/dash/bottom-running4.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /mcOS11-Shell/gnome-shell/assets/dash/left-running3-focused.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /mcOS11-Shell/gnome-shell/assets/dash/top-running3-focused.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /mcOS11-Shell-Dark/gnome-shell/assets/dash/bottom-running4.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /mcOS11-Shell-Dark/gnome-shell/assets/dash/left-running3-focused.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /mcOS11-Shell-Dark/gnome-shell/assets/dash/top-running3-focused.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /mcOS11-Shell/gnome-shell/assets/dash/bottom-running3-focused.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /mcOS11-Shell/gnome-shell/assets/dash/right-running3-focused.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /mcOS11-Shell-Dark/gnome-shell/assets/dash/bottom-running3-focused.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /mcOS11-Shell-Dark/gnome-shell/assets/dash/right-running3-focused.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /mcOS11-Shell/gnome-shell/assets/dash/top-running4-focused.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /mcOS11-Shell/index.theme: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Type=X-GNOME-Metatheme 3 | Name=mcOS11-Shell 4 | Comment=Concept macOS shell theme for GNOME desktop 5 | Encoding=UTF-8 6 | 7 | [X-GNOME-Metatheme] 8 | GtkTheme=mcOS11-Shell 9 | MetacityTheme=mcOS11-Shell 10 | IconTheme=Adwaita 11 | CursorTheme=Adwaita 12 | ButtonLayout=close,minimize,maximize:menu 13 | -------------------------------------------------------------------------------- /mcOS11-Shell-Dark/gnome-shell/assets/dash/top-running4-focused.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /mcOS11-Shell/gnome-shell/assets/dash/left-running4-focused.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /mcOS11-Shell/gnome-shell/assets/dash/right-running4-focused.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /mcOS11-Shell-Dark/gnome-shell/assets/dash/left-running4-focused.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /mcOS11-Shell-Dark/gnome-shell/assets/dash/right-running4-focused.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /mcOS11-Shell/gnome-shell/assets/dash/bottom-running4-focused.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /mcOS11-Shell-Dark/gnome-shell/assets/dash/bottom-running4-focused.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /mcOS11-Shell-Dark/index.theme: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Type=X-GNOME-Metatheme 3 | Name=mcOS11-Shell-Dark 4 | Comment=Concept macOS shell theme for GNOME desktop 5 | Encoding=UTF-8 6 | 7 | [X-GNOME-Metatheme] 8 | GtkTheme=mcOS11-Shell-Dark 9 | MetacityTheme=mcOS11-Shell-Dark 10 | IconTheme=Adwaita 11 | CursorTheme=Adwaita 12 | ButtonLayout=close,minimize,maximize:menu 13 | -------------------------------------------------------------------------------- /mcOS11-Shell/gnome-shell/assets/no-notifications.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /mcOS11-Shell-Dark/gnome-shell/assets/no-notifications.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /mcOS11-Shell/gnome-shell/pad-osd.css: -------------------------------------------------------------------------------- 1 | .Leader { 2 | stroke-width: .5 !important; 3 | stroke: #535353; 4 | fill: none !important; 5 | } 6 | 7 | .Button { 8 | stroke-width: .25; 9 | stroke: #ededed; 10 | fill: #ededed; 11 | } 12 | 13 | .Ring { 14 | stroke-width: .5 !important; 15 | stroke: #535353 !important; 16 | fill: none !important; 17 | } 18 | 19 | .Label { 20 | stroke: none !important; 21 | stroke-width: .1 !important; 22 | font-size: .1 !important; 23 | fill: transparent !important; 24 | } 25 | 26 | .TouchStrip, .TouchRing { 27 | stroke-width: .1 !important; 28 | stroke: #ededed !important; 29 | fill: #535353 !important; 30 | } 31 | -------------------------------------------------------------------------------- /mcOS11-Shell-Dark/gnome-shell/pad-osd.css: -------------------------------------------------------------------------------- 1 | .Leader { 2 | stroke-width: .5 !important; 3 | stroke: #535353; 4 | fill: none !important; 5 | } 6 | 7 | .Button { 8 | stroke-width: .25; 9 | stroke: #ededed; 10 | fill: #ededed; 11 | } 12 | 13 | .Ring { 14 | stroke-width: .5 !important; 15 | stroke: #535353 !important; 16 | fill: none !important; 17 | } 18 | 19 | .Label { 20 | stroke: none !important; 21 | stroke-width: .1 !important; 22 | font-size: .1 !important; 23 | fill: transparent !important; 24 | } 25 | 26 | .TouchStrip, .TouchRing { 27 | stroke-width: .1 !important; 28 | stroke: #ededed !important; 29 | fill: #535353 !important; 30 | } 31 | -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-2.0/gtkrc: -------------------------------------------------------------------------------- 1 | gtk-color-scheme = "base_color: #ffffff" 2 | gtk-color-scheme = "text_color: #333333" 3 | gtk-color-scheme = "bg_color: #ffffff" 4 | gtk-color-scheme = "fg_color: #333333" 5 | gtk-color-scheme = "tooltip_bg_color: #000000" 6 | gtk-color-scheme = "tooltip_fg_color: #ffffff" 7 | gtk-color-scheme = "selected_bg_color: #15a6f0" 8 | gtk-color-scheme = "selected_fg_color: #ffffff" 9 | gtk-color-scheme = "insensitive_bg_color: #ffffff" 10 | gtk-color-scheme = "insensitive_fg_color: #bebebe" 11 | gtk-color-scheme = "notebook_bg: #ffffff" 12 | gtk-color-scheme = "dark_sidebar_bg: #ffffff" 13 | gtk-color-scheme = "link_color: #15a6f0" 14 | gtk-color-scheme = "menu_bg: #ffffff" 15 | gtk-color-scheme = "menu_fg: #333333" 16 | 17 | gtk-icon-sizes = "gtk-button=16,16" # This makes button icons smaller. 18 | gtk-auto-mnemonics = 1 19 | gtk-primary-button-warps-slider = 1 20 | 21 | include "main.rc" 22 | include "apps.rc" 23 | include "panel.rc" 24 | include "xfce-notify.rc" 25 | include "menubar-toolbar.rc" 26 | -------------------------------------------------------------------------------- /mcOS11-Shell/gnome-shell/assets/checkbox.svg: -------------------------------------------------------------------------------- 1 | 2 | 18 | 20 | 21 | 23 | image/svg+xml 24 | 26 | 27 | 28 | 29 | 30 | 32 | 52 | 55 | 56 | 60 | 61 | -------------------------------------------------------------------------------- /mcOS11-Shell-Dark/gnome-shell/assets/checkbox.svg: -------------------------------------------------------------------------------- 1 | 2 | 18 | 20 | 21 | 23 | image/svg+xml 24 | 26 | 27 | 28 | 29 | 30 | 32 | 52 | 55 | 56 | 60 | 61 | -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-3.0/assets/text-select-end-symbolic.svg: -------------------------------------------------------------------------------- 1 | 2 | 17 | 37 | 39 | 40 | 42 | image/svg+xml 43 | 45 | 46 | 47 | 48 | 49 | 51 | 56 | 57 | -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-3.0/assets/text-select-start-symbolic.svg: -------------------------------------------------------------------------------- 1 | 2 | 17 | 37 | 39 | 40 | 42 | image/svg+xml 43 | 45 | 46 | 47 | 48 | 49 | 51 | 56 | 57 | -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-3.0/assets/slider-horz-scale-has-marks-below-symbolic.svg: -------------------------------------------------------------------------------- 1 | 2 | 17 | 37 | 39 | 40 | 42 | image/svg+xml 43 | 45 | 46 | 47 | 48 | 49 | 51 | 55 | 56 | -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-3.0/assets/slider-vert-scale-has-marks-above-symbolic.svg: -------------------------------------------------------------------------------- 1 | 2 | 17 | 37 | 39 | 40 | 42 | image/svg+xml 43 | 45 | 46 | 47 | 48 | 49 | 51 | 56 | 57 | -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-3.0/assets/slider-horz-scale-has-marks-above-symbolic.svg: -------------------------------------------------------------------------------- 1 | 2 | 17 | 37 | 39 | 40 | 42 | image/svg+xml 43 | 45 | 46 | 47 | 48 | 49 | 51 | 56 | 57 | -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-3.0/assets/slider-vert-scale-has-marks-below-symbolic.svg: -------------------------------------------------------------------------------- 1 | 2 | 17 | 37 | 39 | 40 | 42 | image/svg+xml 43 | 45 | 46 | 47 | 48 | 49 | 51 | 56 | 57 | -------------------------------------------------------------------------------- /mcOS11-Shell/gnome-shell/assets/launchpad-old.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /mcOS11-Shell-Dark/gnome-shell/assets/launchpad-old.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-2.0/xfce-notify.rc: -------------------------------------------------------------------------------- 1 | 2 | style "notify-window" { 3 | XfceNotifyWindow::summary-bold = 1 4 | XfceNotifyWindow::border-color = shade(1.3, @tooltip_bg_color) 5 | XfceNotifyWindow::border-color-hover = shade(1.3, @tooltip_bg_color) 6 | XfceNotifyWindow::border-radius = 3.0 7 | XfceNotifyWindow::border-width = 1.0 8 | XfceNotifyWindow::border-width-hover = 1.0 9 | 10 | bg[NORMAL] = @tooltip_bg_color 11 | } 12 | 13 | style "notify-button" { 14 | bg[NORMAL] = shade(1.1, @tooltip_bg_color) 15 | bg[PRELIGHT] = shade(1.2, @tooltip_bg_color) 16 | bg[ACTIVE] = shade(1.15, @tooltip_bg_color) 17 | 18 | fg[NORMAL] = @tooltip_fg_color 19 | fg[PRELIGHT] = shade(1.1, @tooltip_fg_color) 20 | fg[ACTIVE] = @selected_fg_color 21 | 22 | engine "murrine" { 23 | gradient_shades = { 1.0, 1.0, 1.0, 1.0 } 24 | border_shades = { 1.0, 1.0 } 25 | roundness = 2 26 | textstyle = 0 27 | } 28 | } 29 | 30 | style "notify-text" { 31 | GtkWidget::link-color = @selected_bg_color 32 | 33 | fg[NORMAL] = shade(1.0, @tooltip_fg_color) 34 | fg[PRELIGHT] = shade(1.1, @tooltip_fg_color) 35 | fg[ACTIVE] = shade(1.0, @tooltip_fg_color) 36 | 37 | engine "murrine" { 38 | textstyle = 0 39 | } 40 | } 41 | 42 | style "notify-summary" { 43 | font_name = "Bold" 44 | } 45 | 46 | style "notify-progressbar" { 47 | GtkProgressBar::min-horizontal-bar-height = 4 48 | 49 | xthickness = 0 50 | ythickness = 0 51 | 52 | fg[PRELIGHT] = shade(0.8, @tooltip_bg_color) 53 | bg[NORMAL] = @selected_bg_color 54 | bg[ACTIVE] = shade(0.8, @tooltip_bg_color) 55 | bg[SELECTED] = @selected_bg_color 56 | 57 | engine "murrine" { 58 | gradient_shades = { 1.0, 1.0, 1.0, 1.0 } 59 | border_shades = { 1.0, 1.0 } 60 | trough_shades = { 1.0, 1.0 } 61 | trough_border_shades = { 1.0, 1.0 } 62 | progressbarstyle = 0 63 | roundness = 2 64 | textstyle = 0 65 | } 66 | } 67 | 68 | class "XfceNotifyWindow" style "notify-window" 69 | widget "XfceNotifyWindow.*.summary" style "notify-summary" 70 | widget_class "XfceNotifyWindow.*" style "notify-button" 71 | widget_class "XfceNotifyWindow.*." style "notify-text" 72 | widget_class "XfceNotifyWindow.*." style "notify-progressbar" 73 | widget_class "XfceNotifyWindow.*." style "notify-progressbar" 74 | -------------------------------------------------------------------------------- /mcOS11-Shell/gnome-shell/assets/more-results.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 21 | 40 | 43 | 44 | 46 | 47 | 49 | image/svg+xml 50 | 52 | 53 | 54 | 55 | 56 | 61 | 67 | 72 | 73 | 74 | -------------------------------------------------------------------------------- /mcOS11-Shell-Dark/gnome-shell/assets/more-results.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 21 | 40 | 43 | 44 | 46 | 47 | 49 | image/svg+xml 50 | 52 | 53 | 54 | 55 | 56 | 61 | 67 | 72 | 73 | 74 | -------------------------------------------------------------------------------- /mcOS11-Shell/gnome-shell/assets/noise-texture.svg: -------------------------------------------------------------------------------- 1 | 2 | 17 | 19 | 20 | 22 | image/svg+xml 23 | 25 | 26 | 27 | 28 | 48 | 50 | 53 | 59 | 65 | 71 | 72 | 73 | 78 | 79 | -------------------------------------------------------------------------------- /mcOS11-Shell-Dark/gnome-shell/assets/noise-texture.svg: -------------------------------------------------------------------------------- 1 | 2 | 17 | 19 | 20 | 22 | image/svg+xml 23 | 25 | 26 | 27 | 28 | 48 | 50 | 53 | 59 | 65 | 71 | 72 | 73 | 78 | 79 | -------------------------------------------------------------------------------- /mcOS11-Shell/gnome-shell/assets/window-close.svg: -------------------------------------------------------------------------------- 1 | 2 | 17 | 19 | 20 | 22 | image/svg+xml 23 | 25 | 26 | 27 | 28 | 29 | 31 | 39 | 43 | 44 | 45 | 68 | 71 | 72 | 78 | 84 | 90 | 95 | 96 | -------------------------------------------------------------------------------- /mcOS11-Shell-Dark/gnome-shell/assets/window-close.svg: -------------------------------------------------------------------------------- 1 | 2 | 17 | 19 | 20 | 22 | image/svg+xml 23 | 25 | 26 | 27 | 28 | 29 | 31 | 39 | 43 | 44 | 45 | 68 | 71 | 72 | 78 | 84 | 90 | 95 | 96 | -------------------------------------------------------------------------------- /mcOS11-Shell/gnome-shell/assets/window-close-active.svg: -------------------------------------------------------------------------------- 1 | 2 | 17 | 19 | 20 | 22 | image/svg+xml 23 | 25 | 26 | 27 | 28 | 29 | 31 | 39 | 43 | 44 | 45 | 68 | 71 | 72 | 78 | 84 | 90 | 95 | 96 | -------------------------------------------------------------------------------- /mcOS11-Shell/gnome-shell/assets/window-close-hover.svg: -------------------------------------------------------------------------------- 1 | 2 | 17 | 19 | 20 | 22 | image/svg+xml 23 | 25 | 26 | 27 | 28 | 29 | 31 | 39 | 43 | 44 | 45 | 68 | 71 | 72 | 78 | 84 | 90 | 95 | 96 | -------------------------------------------------------------------------------- /mcOS11-Shell-Dark/gnome-shell/assets/window-close-active.svg: -------------------------------------------------------------------------------- 1 | 2 | 17 | 19 | 20 | 22 | image/svg+xml 23 | 25 | 26 | 27 | 28 | 29 | 31 | 39 | 43 | 44 | 45 | 68 | 71 | 72 | 78 | 84 | 90 | 95 | 96 | -------------------------------------------------------------------------------- /mcOS11-Shell-Dark/gnome-shell/assets/window-close-hover.svg: -------------------------------------------------------------------------------- 1 | 2 | 17 | 19 | 20 | 22 | image/svg+xml 23 | 25 | 26 | 27 | 28 | 29 | 31 | 39 | 43 | 44 | 45 | 68 | 71 | 72 | 78 | 84 | 90 | 95 | 96 | -------------------------------------------------------------------------------- /mcOS11-Shell/gnome-shell/assets/no-events.svg: -------------------------------------------------------------------------------- 1 | 2 | 17 | 19 | 20 | 22 | image/svg+xml 23 | 25 | 26 | 28 | 29 | 31 | 33 | 35 | 37 | 39 | 41 | 43 | 44 | 45 | 46 | 48 | 68 | 71 | 72 | 76 | 82 | 83 | -------------------------------------------------------------------------------- /mcOS11-Shell-Dark/gnome-shell/assets/no-events.svg: -------------------------------------------------------------------------------- 1 | 2 | 17 | 19 | 20 | 22 | image/svg+xml 23 | 25 | 26 | 28 | 29 | 31 | 33 | 35 | 37 | 39 | 41 | 43 | 44 | 45 | 46 | 48 | 68 | 71 | 72 | 76 | 82 | 83 | -------------------------------------------------------------------------------- /mcOS11-Shell/gnome-shell/assets/key-shift.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 21 | 41 | 43 | 44 | 46 | image/svg+xml 47 | 49 | 50 | 52 | 53 | 55 | 57 | 59 | 61 | 63 | 65 | 67 | 68 | 69 | 70 | 75 | 82 | 83 | 84 | -------------------------------------------------------------------------------- /mcOS11-Shell-Dark/gnome-shell/assets/key-shift.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 21 | 41 | 43 | 44 | 46 | image/svg+xml 47 | 49 | 50 | 52 | 53 | 55 | 57 | 59 | 61 | 63 | 65 | 67 | 68 | 69 | 70 | 75 | 82 | 83 | 84 | -------------------------------------------------------------------------------- /mcOS11-Shell/gnome-shell/assets/key-hide.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 21 | 40 | 43 | 44 | 46 | 47 | 49 | image/svg+xml 50 | 52 | 53 | 55 | 56 | 58 | 60 | 62 | 64 | 66 | 68 | 70 | 71 | 72 | 73 | 78 | 84 | 85 | 86 | -------------------------------------------------------------------------------- /mcOS11-Shell-Dark/gnome-shell/assets/key-hide.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 21 | 40 | 43 | 44 | 46 | 47 | 49 | image/svg+xml 50 | 52 | 53 | 55 | 56 | 58 | 60 | 62 | 64 | 66 | 68 | 70 | 71 | 72 | 73 | 78 | 84 | 85 | 86 | -------------------------------------------------------------------------------- /mcOS11-Shell/gnome-shell/assets/key-layout.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 21 | 41 | 44 | 45 | 47 | 48 | 50 | image/svg+xml 51 | 53 | 54 | 56 | 57 | 59 | 61 | 63 | 65 | 67 | 69 | 71 | 72 | 73 | 74 | 79 | 83 | 84 | 85 | -------------------------------------------------------------------------------- /mcOS11-Shell-Dark/gnome-shell/assets/key-layout.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 21 | 41 | 44 | 45 | 47 | 48 | 50 | image/svg+xml 51 | 53 | 54 | 56 | 57 | 59 | 61 | 63 | 65 | 67 | 69 | 71 | 72 | 73 | 74 | 79 | 83 | 84 | 85 | -------------------------------------------------------------------------------- /mcOS11-Shell/gnome-shell/assets/key-shift-uppercase.svg: -------------------------------------------------------------------------------- 1 | 2 | 18 | 38 | 40 | 41 | 43 | image/svg+xml 44 | 46 | Gnome Symbolic Icon Theme 47 | 48 | 49 | 50 | Gnome Symbolic Icon Theme 52 | 54 | 58 | 62 | 63 | 64 | 68 | 72 | 75 | 79 | 82 | 86 | 90 | 94 | 98 | 103 | 104 | 105 | -------------------------------------------------------------------------------- /mcOS11-Shell-Dark/gnome-shell/assets/key-shift-uppercase.svg: -------------------------------------------------------------------------------- 1 | 2 | 18 | 38 | 40 | 41 | 43 | image/svg+xml 44 | 46 | Gnome Symbolic Icon Theme 47 | 48 | 49 | 50 | Gnome Symbolic Icon Theme 52 | 54 | 58 | 62 | 63 | 64 | 68 | 72 | 75 | 79 | 82 | 86 | 90 | 94 | 98 | 103 | 104 | 105 | -------------------------------------------------------------------------------- /mcOS11-Shell/gnome-shell/assets/key-enter-active.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 21 | 40 | 43 | 44 | 46 | 47 | 49 | image/svg+xml 50 | 52 | 53 | 55 | 56 | 58 | 60 | 62 | 64 | 66 | 68 | 70 | 71 | 72 | 73 | 78 | 82 | 88 | 94 | 95 | 96 | 97 | -------------------------------------------------------------------------------- /mcOS11-Shell-Dark/gnome-shell/assets/key-enter-active.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 21 | 40 | 43 | 44 | 46 | 47 | 49 | image/svg+xml 50 | 52 | 53 | 55 | 56 | 58 | 60 | 62 | 64 | 66 | 68 | 70 | 71 | 72 | 73 | 78 | 82 | 88 | 94 | 95 | 96 | 97 | -------------------------------------------------------------------------------- /mcOS11-Shell/gnome-shell/assets/key-enter.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 21 | 40 | 43 | 44 | 46 | 47 | 49 | image/svg+xml 50 | 52 | 53 | 55 | 56 | 58 | 60 | 62 | 64 | 66 | 68 | 70 | 71 | 72 | 73 | 78 | 82 | 88 | 94 | 95 | 96 | 97 | -------------------------------------------------------------------------------- /mcOS11-Shell-Dark/gnome-shell/assets/key-enter.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 21 | 40 | 43 | 44 | 46 | 47 | 49 | image/svg+xml 50 | 52 | 53 | 55 | 56 | 58 | 60 | 62 | 64 | 66 | 68 | 70 | 71 | 72 | 73 | 78 | 82 | 88 | 94 | 95 | 96 | 97 | -------------------------------------------------------------------------------- /mcOS11-Shell/gnome-shell/assets/key-shift-latched-uppercase.svg: -------------------------------------------------------------------------------- 1 | 2 | 18 | 39 | 41 | 42 | 44 | image/svg+xml 45 | 47 | Gnome Symbolic Icon Theme 48 | 49 | 50 | 51 | Gnome Symbolic Icon Theme 53 | 55 | 59 | 63 | 64 | 65 | 69 | 73 | 76 | 80 | 83 | 87 | 91 | 95 | 99 | 104 | 109 | 110 | 111 | -------------------------------------------------------------------------------- /mcOS11-Shell-Dark/gnome-shell/assets/key-shift-latched-uppercase.svg: -------------------------------------------------------------------------------- 1 | 2 | 18 | 39 | 41 | 42 | 44 | image/svg+xml 45 | 47 | Gnome Symbolic Icon Theme 48 | 49 | 50 | 51 | Gnome Symbolic Icon Theme 53 | 55 | 59 | 63 | 64 | 65 | 69 | 73 | 76 | 80 | 83 | 87 | 91 | 95 | 99 | 104 | 109 | 110 | 111 | -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-2.0/apps.rc: -------------------------------------------------------------------------------- 1 | # 2 | # Thunar 3 | # 4 | style "thunar-handle" { GtkPaned::handle-size = 2 } 5 | 6 | style "dark-sidebar" { 7 | GtkTreeView::odd_row_color = @dark_sidebar_bg 8 | GtkTreeView::even_row_color = @dark_sidebar_bg 9 | 10 | 11 | base[NORMAL] = @dark_sidebar_bg 12 | base[INSENSITIVE] = @dark_sidebar_bg 13 | 14 | text[NORMAL] = @fg_color 15 | text[ACTIVE] = @selected_fg_color 16 | text[SELECTED] = @selected_fg_color 17 | } 18 | 19 | style "thunar-frame" { 20 | xthickness = 0 21 | ythickness = 0 22 | } 23 | 24 | widget_class "*ThunarWindow*." style "thunar-frame" 25 | widget_class "*ThunarShortcutsView*" style "dark-sidebar" 26 | widget_class "*ThunarTreeView*" style "dark-sidebar" 27 | widget_class "*ThunarWindow*." style "thunar-handle" 28 | 29 | # 30 | # Workaround for colored entries 31 | # 32 | style "entry_border" { 33 | 34 | xthickness = 7 35 | ythickness = 5 36 | 37 | engine "pixmap" { 38 | 39 | image { 40 | function = SHADOW 41 | state = NORMAL 42 | detail = "entry" 43 | file = "assets/entry-border-bg.png" 44 | border = {6, 6, 6, 6} 45 | stretch = TRUE 46 | } 47 | 48 | image { 49 | function = SHADOW 50 | state = ACTIVE 51 | detail = "entry" 52 | file = "assets/entry-border-active-bg.png" 53 | border = {6, 6, 6, 6} 54 | stretch = TRUE 55 | } 56 | 57 | image { 58 | function = FLAT_BOX 59 | state = ACTIVE 60 | detail = "entry_bg" 61 | file = "assets/null.png" 62 | } 63 | 64 | image { 65 | function = FLAT_BOX 66 | state = INSENSITIVE 67 | detail = "entry_bg" 68 | file = "assets/null.png" 69 | } 70 | 71 | image { 72 | function = FLAT_BOX 73 | detail = "entry_bg" 74 | file = "assets/null.png" 75 | } 76 | } 77 | } 78 | 79 | style "combobox_entry_border" = "combobox_entry" { 80 | 81 | engine "pixmap" { 82 | 83 | image { 84 | function = SHADOW 85 | detail = "entry" 86 | state = NORMAL 87 | shadow = IN 88 | file = "assets/combo-entry-border.png" 89 | border = { 4, 4, 12, 12 } 90 | stretch = TRUE 91 | direction = LTR 92 | } 93 | 94 | image { 95 | function = SHADOW 96 | detail = "entry" 97 | state = ACTIVE 98 | file = "assets/combo-entry-border-focus.png" 99 | border = { 4, 4, 12, 12 } 100 | stretch = TRUE 101 | direction = LTR 102 | } 103 | 104 | image { 105 | function = SHADOW 106 | detail = "entry" 107 | state = NORMAL 108 | shadow = IN 109 | file = "assets/combo-entry-border-rtl.png" 110 | border = { 4, 4, 12, 12 } 111 | stretch = TRUE 112 | direction = RTL 113 | } 114 | 115 | image { 116 | function = SHADOW 117 | detail = "entry" 118 | state = ACTIVE 119 | file = "assets/combo-entry-border-focus-rtl.png" 120 | border = { 4, 4, 12, 12 } 121 | stretch = TRUE 122 | direction = RTL 123 | } 124 | 125 | image { 126 | function = FLAT_BOX 127 | state = INSENSITIVE 128 | detail = "entry_bg" 129 | file = "assets/null.png" 130 | } 131 | 132 | image { 133 | function = FLAT_BOX 134 | detail = "entry_bg" 135 | file = "assets/null.png" 136 | } 137 | } 138 | } 139 | 140 | 141 | # Mousepad search entry 142 | widget_class "*MousepadSearchBar*." style "entry_border" 143 | 144 | # Mousepad find and replace 145 | widget_class "*MousepadReplaceDialog*." style "entry_border" 146 | 147 | # Thunar bulk rename 148 | widget_class "*ThunarRenamerDialog*." style "entry_border" 149 | 150 | # Hexchat input box 151 | class "SexySpellEntry" style:highest "entry_border" 152 | 153 | # Geany search entries 154 | widget "*GeanyToolbar.*geany-search-entry-no-match*" style "entry_border" 155 | widget "*GeanyToolbar.*GtkEntry*" style "entry_border" 156 | 157 | widget "GeanyDialogSearch.*GtkComboBoxEntry*.*geany-search-entry-no-match*" style "combobox_entry_border" 158 | -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-2.0/menubar-toolbar.rc: -------------------------------------------------------------------------------- 1 | style "menubar" { 2 | 3 | bg[NORMAL] = @bg_color 4 | fg[NORMAL] = @fg_color 5 | fg[PRELIGHT] = shade(1.15, @fg_color) 6 | fg[ACTIVE] = shade(1.15, @fg_color) 7 | fg[SELECTED] = @selected_bg_color 8 | fg[INSENSITIVE] = shade(0.7, @fg_color) 9 | 10 | xthickness = 0 11 | ythickness = 0 12 | 13 | engine "pixmap" { 14 | 15 | image { 16 | function = BOX 17 | file = "assets/menubar.png" 18 | stretch = TRUE 19 | border = { 1, 1, 1, 1 } 20 | } 21 | } 22 | } 23 | 24 | style "menubar-borderless" { 25 | 26 | bg[NORMAL] = @bg_color 27 | fg[NORMAL] = @fg_color 28 | fg[SELECTED] = @selected_bg_color 29 | fg[INSENSITIVE] = shade(0.7, @fg_color) 30 | 31 | xthickness = 0 32 | ythickness = 0 33 | 34 | engine "pixmap" { 35 | 36 | image { 37 | function = BOX 38 | file = "assets/null.png" 39 | stretch = TRUE 40 | border = { 1, 1, 1, 1 } 41 | } 42 | } 43 | } 44 | 45 | style "menubar_item" { 46 | 47 | xthickness = 2 48 | ythickness = 4 49 | 50 | fg[PRELIGHT] = @selected_bg_color 51 | 52 | engine "pixmap" { 53 | 54 | image { 55 | function = BOX 56 | state = PRELIGHT 57 | file = "assets/menubar_button.png" 58 | border = { 2, 2, 2, 2 } 59 | stretch = TRUE 60 | } 61 | } 62 | } 63 | 64 | # Text Style Menubar 65 | style "menubar-text" { 66 | 67 | engine "murrine" { 68 | text_shade = 0.0 69 | textstyle = 0 70 | } 71 | } 72 | 73 | style "toolbar_entry" { 74 | 75 | text[NORMAL] = @text_color 76 | 77 | engine "pixmap" { 78 | 79 | image { 80 | function = SHADOW 81 | state = NORMAL 82 | detail = "entry" 83 | file = "assets/entry-toolbar.png" 84 | border = {6, 6, 6, 6} 85 | stretch = TRUE 86 | } 87 | 88 | image { 89 | function = SHADOW 90 | state = ACTIVE 91 | detail = "entry" 92 | file = "assets/entry-active-toolbar.png" 93 | border = {6, 6, 6, 6} 94 | stretch = TRUE 95 | } 96 | 97 | image { 98 | function = SHADOW 99 | state = INSENSITIVE 100 | detail = "entry" 101 | file = "assets/entry-disabled-toolbar.png" 102 | border = {6, 6, 6, 6} 103 | stretch = TRUE 104 | } 105 | 106 | image { 107 | function = FLAT_BOX 108 | state = ACTIVE 109 | detail = "entry_bg" 110 | file = "assets/null.png" 111 | } 112 | 113 | image { 114 | function = FLAT_BOX 115 | state = INSENSITIVE 116 | detail = "entry_bg" 117 | file = "assets/null.png" 118 | } 119 | 120 | image { 121 | function = FLAT_BOX 122 | detail = "entry_bg" 123 | file = "assets/null.png" 124 | } 125 | } 126 | } 127 | 128 | #Chromium 129 | style "chrome-gtk-frame" { 130 | 131 | ChromeGtkFrame::frame-color = @tooltip_bg_color 132 | ChromeGtkFrame::inactive-frame-color = @tooltip_bg_color 133 | 134 | ChromeGtkFrame::frame-gradient-size = 0 135 | ChromeGtkFrame::frame-gradient-color = shade(0.5, @bg_color) 136 | 137 | ChromeGtkFrame::incognito-frame-color = shade(0.85, @bg_color) 138 | ChromeGtkFrame::incognito-inactive-frame-color = @bg_color 139 | 140 | ChromeGtkFrame::incognito-frame-gradient-color = @bg_color 141 | 142 | ChromeGtkFrame::scrollbar-trough-color = shade(0.912, @bg_color) 143 | ChromeGtkFrame::scrollbar-slider-prelight-color = shade(1.04, @bg_color) 144 | ChromeGtkFrame::scrollbar-slider-normal-color = @bg_color 145 | 146 | } 147 | 148 | widget_class "**" style "menubar" 149 | widget_class "*.*" style "menubar_item" 150 | 151 | widget_class "*ThunarWindow*" style "menubar" 152 | widget_class "*CajaNavigationWindow*" style "menubar" 153 | 154 | class "ChromeGtkFrame" style "chrome-gtk-frame" 155 | 156 | widget_class "***" style "menubar-text" 157 | 158 | # Whitelist for dark toolbars 159 | widget_class "*ThunarWindow*" style "menubar" 160 | widget_class "*CajaNavigationWindow*" style "menubar" 161 | widget_class "*ThunarWindow**" style "toolbar_entry" 162 | widget_class "*CajaNavigationWindow**" style "toolbar_entry" 163 | -------------------------------------------------------------------------------- /mcOS11-Shell/gnome-shell/assets/process-working.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | -------------------------------------------------------------------------------- /mcOS11-Shell-Dark/gnome-shell/assets/process-working.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | -------------------------------------------------------------------------------- /mcOS11-Shell/gnome-shell/assets/activities.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 23 | 66 | 73 | 78 | 79 | 81 | 83 | 84 | 86 | image/svg+xml 87 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 97 | 98 | 99 | 100 | 101 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 110 | 111 | 112 | 113 | 114 | 115 | 116 | 117 | 118 | 119 | 120 | 121 | 122 | 123 | 125 | image/svg+xml 126 | 128 | 129 | 130 | 131 | 137 | 142 | 143 | 144 | -------------------------------------------------------------------------------- /mcOS11-Shell-Dark/gnome-shell/assets/activities.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 23 | 66 | 73 | 78 | 79 | 81 | 83 | 84 | 86 | image/svg+xml 87 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 97 | 98 | 99 | 100 | 101 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 110 | 111 | 112 | 113 | 114 | 115 | 116 | 117 | 118 | 119 | 120 | 121 | 122 | 123 | 125 | image/svg+xml 126 | 128 | 129 | 130 | 131 | 137 | 142 | 143 | 144 | -------------------------------------------------------------------------------- /mcOS11-GTK/gtk-3.0/assets/dash-symbolic.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 22 | 24 | 25 | 27 | image/svg+xml 28 | 30 | Gnome Symbolic Icon Theme 31 | 32 | 33 | 34 | 69 | 81 | 82 | Gnome Symbolic Icon Theme 84 | 86 | 90 | 94 | 95 | 96 | 102 | 106 | 107 | 113 | 118 | 124 | 129 | 135 | 141 | 147 | 153 | 154 | --------------------------------------------------------------------------------