├── AUTHORS ├── Bubble-Dark ├── cinnamon │ ├── assets │ │ ├── checkbox │ │ │ ├── checkbox-checked.svg │ │ │ └── checkbox-unchecked.svg │ │ ├── misc │ │ │ ├── add-workspace-active.svg │ │ │ ├── add-workspace-hover.svg │ │ │ ├── add-workspace.svg │ │ │ ├── calendar-arrow-left-hover.svg │ │ │ ├── calendar-arrow-left.svg │ │ │ ├── calendar-arrow-right-hover.svg │ │ │ ├── calendar-arrow-right.svg │ │ │ ├── close-active.svg │ │ │ ├── close-hover.svg │ │ │ ├── close.svg │ │ │ ├── corner-ripple.svg │ │ │ ├── overview-hover.png │ │ │ ├── overview.png │ │ │ └── trash-icon.svg │ │ └── switch │ │ │ ├── switch-off-selected.svg │ │ │ ├── switch-off.svg │ │ │ ├── switch-on-selected.svg │ │ │ └── switch-on.svg │ ├── cinnamon.css │ ├── readme.md │ └── thumbnail.png ├── gnome-shell │ ├── common-assets │ │ ├── dash │ │ │ ├── dash-left.svg │ │ │ ├── dash-placeholder.svg │ │ │ ├── dash-right.svg │ │ │ ├── running1.svg │ │ │ ├── running2.svg │ │ │ ├── running3.svg │ │ │ └── running4.svg │ │ ├── misc │ │ │ ├── bg.svg │ │ │ ├── calendar-day-event.svg │ │ │ ├── calendar-today.svg │ │ │ ├── close-active.svg │ │ │ ├── close-hover.svg │ │ │ ├── close.svg │ │ │ ├── corner-ripple-ltr.svg │ │ │ ├── corner-ripple-rtl.svg │ │ │ ├── more-results.svg │ │ │ ├── osd.svg │ │ │ ├── page-indicator-active.svg │ │ │ ├── page-indicator-checked.svg │ │ │ ├── page-indicator-hover.svg │ │ │ ├── page-indicator-inactive.svg │ │ │ ├── process-working.svg │ │ │ ├── ws-switch-arrow-down.png │ │ │ └── ws-switch-arrow-up.png │ │ ├── panel │ │ │ ├── activities-active.svg │ │ │ └── activities.svg │ │ └── switch │ │ │ ├── switch-off-selected.svg │ │ │ └── switch-on-selected.svg │ ├── dark-assets │ │ ├── checkbox │ │ │ ├── checkbox-checked-focused.svg │ │ │ ├── checkbox-checked.svg │ │ │ ├── checkbox-unchecked-focused.svg │ │ │ └── checkbox-unchecked.svg │ │ ├── misc │ │ │ ├── message-close-active.svg │ │ │ ├── message-close-hover.svg │ │ │ └── message-close.svg │ │ └── switch │ │ │ ├── switch-off.svg │ │ │ └── switch-on.svg │ ├── gnome-shell.css │ └── readme.md ├── gtk-2.0 │ ├── apps.rc │ ├── assets │ │ ├── arrow-down-insens.png │ │ ├── arrow-down-prelight.png │ │ ├── arrow-down-small-insens.png │ │ ├── arrow-down-small-prelight.png │ │ ├── arrow-down-small.png │ │ ├── arrow-down.png │ │ ├── arrow-left-insens.png │ │ ├── arrow-left-prelight.png │ │ ├── arrow-left.png │ │ ├── arrow-right-insens.png │ │ ├── arrow-right-prelight.png │ │ ├── arrow-right.png │ │ ├── arrow-up-insens.png │ │ ├── arrow-up-prelight.png │ │ ├── arrow-up-small-insens.png │ │ ├── arrow-up-small-prelight.png │ │ ├── arrow-up-small.png │ │ ├── arrow-up.png │ │ ├── button-active.png │ │ ├── button-hover.png │ │ ├── button-insensitive.png │ │ ├── button.png │ │ ├── checkbox-checked-insensitive.png │ │ ├── checkbox-checked.png │ │ ├── checkbox-unchecked-insensitive.png │ │ ├── checkbox-unchecked.png │ │ ├── combo-entry-border-focus-rtl.png │ │ ├── combo-entry-border-focus.png │ │ ├── combo-entry-border-rtl.png │ │ ├── combo-entry-border.png │ │ ├── combo-entry-button-active-rtl.png │ │ ├── combo-entry-button-active.png │ │ ├── combo-entry-button-insensitive-rtl.png │ │ ├── combo-entry-button-insensitive.png │ │ ├── combo-entry-button-rtl.png │ │ ├── combo-entry-button.png │ │ ├── combo-entry-focus-notebook-rtl.png │ │ ├── combo-entry-focus-notebook.png │ │ ├── combo-entry-focus-rtl.png │ │ ├── combo-entry-focus.png │ │ ├── combo-entry-insensitive-notebook-rtl.png │ │ ├── combo-entry-insensitive-notebook.png │ │ ├── combo-entry-insensitive-rtl.png │ │ ├── combo-entry-insensitive.png │ │ ├── combo-entry-notebook-rtl.png │ │ ├── combo-entry-notebook.png │ │ ├── combo-entry-rtl.png │ │ ├── combo-entry.png │ │ ├── down-background-disable-rtl.png │ │ ├── down-background-disable.png │ │ ├── down-background-rtl.png │ │ ├── down-background.png │ │ ├── entry-active-bg.png │ │ ├── entry-active-notebook.png │ │ ├── entry-active-toolbar.png │ │ ├── entry-background-disabled.png │ │ ├── entry-background.png │ │ ├── entry-bg.png │ │ ├── entry-border-active-bg.png │ │ ├── entry-border-bg.png │ │ ├── entry-disabled-bg.png │ │ ├── entry-disabled-notebook.png │ │ ├── entry-disabled-toolbar.png │ │ ├── entry-notebook.png │ │ ├── entry-toolbar.png │ │ ├── focus-line.png │ │ ├── frame-gap-end.png │ │ ├── frame-gap-start.png │ │ ├── frame.png │ │ ├── handle-h.png │ │ ├── handle-v.png │ │ ├── inline-toolbar.png │ │ ├── line-h.png │ │ ├── line-v.png │ │ ├── menu-arrow-prelight.png │ │ ├── menu-arrow.png │ │ ├── menu-checkbox-checked-insensitive.png │ │ ├── menu-checkbox-checked-selected.png │ │ ├── menu-checkbox-checked.png │ │ ├── menu-checkbox-unchecked-insensitive.png │ │ ├── menu-checkbox-unchecked-selected.png │ │ ├── menu-checkbox-unchecked.png │ │ ├── menu-radio-checked-insensitive.png │ │ ├── menu-radio-checked-selected.png │ │ ├── menu-radio-checked.png │ │ ├── menu-radio-unchecked-insensitive.png │ │ ├── menu-radio-unchecked-selected.png │ │ ├── menu-radio-unchecked.png │ │ ├── menubar.png │ │ ├── menubar_button.png │ │ ├── menuitem.png │ │ ├── minus.png │ │ ├── notebook-gap-horiz.png │ │ ├── notebook-gap-vert.png │ │ ├── notebook.png │ │ ├── null.png │ │ ├── plus.png │ │ ├── progressbar.png │ │ ├── progressbar_v.png │ │ ├── radio-checked-insensitive.png │ │ ├── radio-checked.png │ │ ├── radio-unchecked-insensitive.png │ │ ├── radio-unchecked.png │ │ ├── slider-horiz-active.png │ │ ├── slider-horiz-insens.png │ │ ├── slider-horiz-prelight.png │ │ ├── slider-horiz.png │ │ ├── slider-insensitive.png │ │ ├── slider-prelight.png │ │ ├── slider-vert-active.png │ │ ├── slider-vert-insens.png │ │ ├── slider-vert-prelight.png │ │ ├── slider-vert.png │ │ ├── slider.png │ │ ├── tab-bottom-active.png │ │ ├── tab-left-active.png │ │ ├── tab-right-active.png │ │ ├── tab-top-active.png │ │ ├── toolbar.png │ │ ├── tree_header.png │ │ ├── trough-horizontal-active.png │ │ ├── trough-horizontal.png │ │ ├── trough-progressbar.png │ │ ├── trough-progressbar_v.png │ │ ├── trough-scrollbar-horiz.png │ │ ├── trough-scrollbar-vert.png │ │ ├── trough-vertical-active.png │ │ ├── trough-vertical.png │ │ ├── up-background-disable-rtl.png │ │ ├── up-background-disable.png │ │ ├── up-background-rtl.png │ │ └── up-background.png │ ├── gtkrc │ ├── main.rc │ ├── menubar-toolbar │ │ ├── button-active.png │ │ ├── button-hover.png │ │ ├── button-insensitive.png │ │ ├── button.png │ │ ├── entry-active-toolbar-dark.png │ │ ├── entry-active-toolbar.png │ │ ├── entry-disabled-toolbar-dark.png │ │ ├── entry-disabled-toolbar.png │ │ ├── entry-toolbar-dark.png │ │ ├── entry-toolbar.png │ │ ├── menubar-dark.png │ │ ├── menubar-toolbar-dark.rc │ │ ├── menubar-toolbar.rc │ │ ├── menubar.png │ │ ├── menubar_button-dark.png │ │ └── menubar_button.png │ ├── panel.rc │ ├── readme.md │ └── xfce-notify.rc ├── gtk-3.0 │ ├── assets │ │ ├── checkbox-checked-dark.png │ │ ├── checkbox-checked-dark@2.png │ │ ├── checkbox-checked-insensitive-dark.png │ │ ├── checkbox-checked-insensitive-dark@2.png │ │ ├── checkbox-checked-insensitive-selected-dark.png │ │ ├── checkbox-checked-insensitive-selected-dark@2.png │ │ ├── checkbox-checked-insensitive-selected.png │ │ ├── checkbox-checked-insensitive-selected@2.png │ │ ├── checkbox-checked-insensitive.png │ │ ├── checkbox-checked-insensitive@2.png │ │ ├── checkbox-checked-selected-dark.png │ │ ├── checkbox-checked-selected-dark@2.png │ │ ├── checkbox-checked-selected.png │ │ ├── checkbox-checked-selected@2.png │ │ ├── checkbox-checked-selectionmode-dark.png │ │ ├── checkbox-checked-selectionmode-dark@2.png │ │ ├── checkbox-checked-selectionmode.png │ │ ├── checkbox-checked-selectionmode@2.png │ │ ├── checkbox-checked.png │ │ ├── checkbox-checked@2.png │ │ ├── checkbox-mixed-dark.png │ │ ├── checkbox-mixed-dark@2.png │ │ ├── checkbox-mixed-insensitive-dark.png │ │ ├── checkbox-mixed-insensitive-dark@2.png │ │ ├── checkbox-mixed-insensitive-selected-dark.png │ │ ├── checkbox-mixed-insensitive-selected-dark@2.png │ │ ├── checkbox-mixed-insensitive-selected.png │ │ ├── checkbox-mixed-insensitive-selected@2.png │ │ ├── checkbox-mixed-insensitive.png │ │ ├── checkbox-mixed-insensitive@2.png │ │ ├── checkbox-mixed-selected-dark.png │ │ ├── checkbox-mixed-selected-dark@2.png │ │ ├── checkbox-mixed-selected.png │ │ ├── checkbox-mixed-selected@2.png │ │ ├── checkbox-mixed.png │ │ ├── checkbox-mixed@2.png │ │ ├── checkbox-selectionmode-dark.png │ │ ├── checkbox-selectionmode-dark@2.png │ │ ├── checkbox-selectionmode.png │ │ ├── checkbox-selectionmode@2.png │ │ ├── checkbox-unchecked-dark.png │ │ ├── checkbox-unchecked-dark@2.png │ │ ├── checkbox-unchecked-insensitive-dark.png │ │ ├── checkbox-unchecked-insensitive-dark@2.png │ │ ├── checkbox-unchecked-insensitive-selected-dark.png │ │ ├── checkbox-unchecked-insensitive-selected-dark@2.png │ │ ├── checkbox-unchecked-insensitive-selected.png │ │ ├── checkbox-unchecked-insensitive-selected@2.png │ │ ├── checkbox-unchecked-insensitive.png │ │ ├── checkbox-unchecked-insensitive@2.png │ │ ├── checkbox-unchecked-selected-dark.png │ │ ├── checkbox-unchecked-selected-dark@2.png │ │ ├── checkbox-unchecked-selected.png │ │ ├── checkbox-unchecked-selected@2.png │ │ ├── checkbox-unchecked.png │ │ ├── checkbox-unchecked@2.png │ │ ├── radio-checked-dark.png │ │ ├── radio-checked-dark@2.png │ │ ├── radio-checked-insensitive-dark.png │ │ ├── radio-checked-insensitive-dark@2.png │ │ ├── radio-checked-insensitive-selected-dark.png │ │ ├── radio-checked-insensitive-selected-dark@2.png │ │ ├── radio-checked-insensitive-selected.png │ │ ├── radio-checked-insensitive-selected@2.png │ │ ├── radio-checked-insensitive.png │ │ ├── radio-checked-insensitive@2.png │ │ ├── radio-checked-selected-dark.png │ │ ├── radio-checked-selected-dark@2.png │ │ ├── radio-checked-selected.png │ │ ├── radio-checked-selected@2.png │ │ ├── radio-checked.png │ │ ├── radio-checked@2.png │ │ ├── radio-mixed-dark.png │ │ ├── radio-mixed-dark@2.png │ │ ├── radio-mixed-insensitive-dark.png │ │ ├── radio-mixed-insensitive-dark@2.png │ │ ├── radio-mixed-insensitive-selected-dark.png │ │ ├── radio-mixed-insensitive-selected-dark@2.png │ │ ├── radio-mixed-insensitive-selected.png │ │ ├── radio-mixed-insensitive-selected@2.png │ │ ├── radio-mixed-insensitive.png │ │ ├── radio-mixed-insensitive@2.png │ │ ├── radio-mixed-selected-dark.png │ │ ├── radio-mixed-selected-dark@2.png │ │ ├── radio-mixed-selected.png │ │ ├── radio-mixed-selected@2.png │ │ ├── radio-mixed.png │ │ ├── radio-mixed@2.png │ │ ├── radio-unchecked-dark.png │ │ ├── radio-unchecked-dark@2.png │ │ ├── radio-unchecked-insensitive-dark.png │ │ ├── radio-unchecked-insensitive-dark@2.png │ │ ├── radio-unchecked-insensitive-selected-dark.png │ │ ├── radio-unchecked-insensitive-selected-dark@2.png │ │ ├── radio-unchecked-insensitive-selected.png │ │ ├── radio-unchecked-insensitive-selected@2.png │ │ ├── radio-unchecked-insensitive.png │ │ ├── radio-unchecked-insensitive@2.png │ │ ├── radio-unchecked-selected-dark.png │ │ ├── radio-unchecked-selected-dark@2.png │ │ ├── radio-unchecked-selected.png │ │ ├── radio-unchecked-selected@2.png │ │ ├── radio-unchecked.png │ │ ├── radio-unchecked@2.png │ │ ├── switch-active-dark.png │ │ ├── switch-active-dark@2.png │ │ ├── switch-active-header-dark.png │ │ ├── switch-active-header-dark@2.png │ │ ├── switch-active-header.png │ │ ├── switch-active-header@2.png │ │ ├── switch-active-insensitive-dark.png │ │ ├── switch-active-insensitive-dark@2.png │ │ ├── switch-active-insensitive-header-dark.png │ │ ├── switch-active-insensitive-header-dark@2.png │ │ ├── switch-active-insensitive-header.png │ │ ├── switch-active-insensitive-header@2.png │ │ ├── switch-active-insensitive-selected-dark.png │ │ ├── switch-active-insensitive-selected-dark@2.png │ │ ├── switch-active-insensitive-selected.png │ │ ├── switch-active-insensitive-selected@2.png │ │ ├── switch-active-insensitive.png │ │ ├── switch-active-insensitive@2.png │ │ ├── switch-active-selected-dark.png │ │ ├── switch-active-selected-dark@2.png │ │ ├── switch-active-selected.png │ │ ├── switch-active-selected@2.png │ │ ├── switch-active.png │ │ ├── switch-active@2.png │ │ ├── switch-dark.png │ │ ├── switch-dark@2.png │ │ ├── switch-header-dark.png │ │ ├── switch-header-dark@2.png │ │ ├── switch-header.png │ │ ├── switch-header@2.png │ │ ├── switch-insensitive-dark.png │ │ ├── switch-insensitive-dark@2.png │ │ ├── switch-insensitive-header-dark.png │ │ ├── switch-insensitive-header-dark@2.png │ │ ├── switch-insensitive-header.png │ │ ├── switch-insensitive-header@2.png │ │ ├── switch-insensitive-selected-dark.png │ │ ├── switch-insensitive-selected-dark@2.png │ │ ├── switch-insensitive-selected.png │ │ ├── switch-insensitive-selected@2.png │ │ ├── switch-insensitive.png │ │ ├── switch-insensitive@2.png │ │ ├── switch-restricts-active.png │ │ ├── switch-restricts-active@2.png │ │ ├── switch-restricts-dark-active.png │ │ ├── switch-restricts-dark-active@2.png │ │ ├── switch-restricts-dark.png │ │ ├── switch-restricts-dark@2.png │ │ ├── switch-restricts.png │ │ ├── switch-restricts@2.png │ │ ├── switch-selected-dark.png │ │ ├── switch-selected-dark@2.png │ │ ├── switch-selected.png │ │ ├── switch-selected@2.png │ │ ├── switch.png │ │ ├── switch@2.png │ │ ├── thumbnail-frame.png │ │ ├── titlebutton-close-active-dark.png │ │ ├── titlebutton-close-active-dark@2.png │ │ ├── titlebutton-close-active.png │ │ ├── titlebutton-close-active@2.png │ │ ├── titlebutton-close-backdrop-dark.png │ │ ├── titlebutton-close-backdrop-dark@2.png │ │ ├── titlebutton-close-backdrop.png │ │ ├── titlebutton-close-backdrop@2.png │ │ ├── titlebutton-close-dark.png │ │ ├── titlebutton-close-dark@2.png │ │ ├── titlebutton-close-hover-dark.png │ │ ├── titlebutton-close-hover-dark@2.png │ │ ├── titlebutton-close-hover.png │ │ ├── titlebutton-close-hover@2.png │ │ ├── titlebutton-close.png │ │ ├── titlebutton-close@2.png │ │ ├── titlebutton-maximize-active-dark.png │ │ ├── titlebutton-maximize-active-dark@2.png │ │ ├── titlebutton-maximize-active.png │ │ ├── titlebutton-maximize-active@2.png │ │ ├── titlebutton-maximize-backdrop-dark.png │ │ ├── titlebutton-maximize-backdrop-dark@2.png │ │ ├── titlebutton-maximize-backdrop.png │ │ ├── titlebutton-maximize-backdrop@2.png │ │ ├── titlebutton-maximize-dark.png │ │ ├── titlebutton-maximize-dark@2.png │ │ ├── titlebutton-maximize-hover-dark.png │ │ ├── titlebutton-maximize-hover-dark@2.png │ │ ├── titlebutton-maximize-hover.png │ │ ├── titlebutton-maximize-hover@2.png │ │ ├── titlebutton-maximize.png │ │ ├── titlebutton-maximize@2.png │ │ ├── titlebutton-minimize-active-dark.png │ │ ├── titlebutton-minimize-active-dark@2.png │ │ ├── titlebutton-minimize-active.png │ │ ├── titlebutton-minimize-active@2.png │ │ ├── titlebutton-minimize-backdrop-dark.png │ │ ├── titlebutton-minimize-backdrop-dark@2.png │ │ ├── titlebutton-minimize-backdrop.png │ │ ├── titlebutton-minimize-backdrop@2.png │ │ ├── titlebutton-minimize-dark.png │ │ ├── titlebutton-minimize-dark@2.png │ │ ├── titlebutton-minimize-hover-dark.png │ │ ├── titlebutton-minimize-hover-dark@2.png │ │ ├── titlebutton-minimize-hover.png │ │ ├── titlebutton-minimize-hover@2.png │ │ ├── titlebutton-minimize.png │ │ └── titlebutton-minimize@2.png │ ├── gtk-dark.css │ ├── gtk.css │ ├── readme.md │ └── thumbnail.png ├── gtk-4.0 │ ├── assets │ │ ├── bullet-symbolic.svg │ │ ├── bullet-symbolic.symbolic.png │ │ ├── bullet@2-symbolic.symbolic.png │ │ ├── check-symbolic.svg │ │ ├── check-symbolic.symbolic.png │ │ ├── check@2-symbolic.symbolic.png │ │ ├── dash-symbolic.svg │ │ ├── dash-symbolic.symbolic.png │ │ ├── dash@2-symbolic.symbolic.png │ │ ├── slider-horz-scale-has-marks-above-active-dark.png │ │ ├── slider-horz-scale-has-marks-above-active-dark@2.png │ │ ├── slider-horz-scale-has-marks-above-backdrop-dark.png │ │ ├── slider-horz-scale-has-marks-above-backdrop-dark@2.png │ │ ├── slider-horz-scale-has-marks-above-backdrop-insensitive-dark.png │ │ ├── slider-horz-scale-has-marks-above-backdrop-insensitive-dark@2.png │ │ ├── slider-horz-scale-has-marks-above-dark.png │ │ ├── slider-horz-scale-has-marks-above-dark@2.png │ │ ├── slider-horz-scale-has-marks-above-hover-dark.png │ │ ├── slider-horz-scale-has-marks-above-hover-dark@2.png │ │ ├── slider-horz-scale-has-marks-above-insensitive-dark.png │ │ ├── slider-horz-scale-has-marks-above-insensitive-dark@2.png │ │ ├── slider-horz-scale-has-marks-below-active-dark.png │ │ ├── slider-horz-scale-has-marks-below-active-dark@2.png │ │ ├── slider-horz-scale-has-marks-below-backdrop-dark.png │ │ ├── slider-horz-scale-has-marks-below-backdrop-dark@2.png │ │ ├── slider-horz-scale-has-marks-below-backdrop-insensitive-dark.png │ │ ├── slider-horz-scale-has-marks-below-backdrop-insensitive-dark@2.png │ │ ├── slider-horz-scale-has-marks-below-dark.png │ │ ├── slider-horz-scale-has-marks-below-dark@2.png │ │ ├── slider-horz-scale-has-marks-below-hover-dark.png │ │ ├── slider-horz-scale-has-marks-below-hover-dark@2.png │ │ ├── slider-horz-scale-has-marks-below-insensitive-dark.png │ │ ├── slider-horz-scale-has-marks-below-insensitive-dark@2.png │ │ ├── slider-vert-scale-has-marks-above-active-dark.png │ │ ├── slider-vert-scale-has-marks-above-active-dark@2.png │ │ ├── slider-vert-scale-has-marks-above-backdrop-dark.png │ │ ├── slider-vert-scale-has-marks-above-backdrop-dark@2.png │ │ ├── slider-vert-scale-has-marks-above-backdrop-insensitive-dark.png │ │ ├── slider-vert-scale-has-marks-above-backdrop-insensitive-dark@2.png │ │ ├── slider-vert-scale-has-marks-above-dark.png │ │ ├── slider-vert-scale-has-marks-above-dark@2.png │ │ ├── slider-vert-scale-has-marks-above-hover-dark.png │ │ ├── slider-vert-scale-has-marks-above-hover-dark@2.png │ │ ├── slider-vert-scale-has-marks-above-insensitive-dark.png │ │ ├── slider-vert-scale-has-marks-above-insensitive-dark@2.png │ │ ├── slider-vert-scale-has-marks-below-active-dark.png │ │ ├── slider-vert-scale-has-marks-below-active-dark@2.png │ │ ├── slider-vert-scale-has-marks-below-backdrop-dark.png │ │ ├── slider-vert-scale-has-marks-below-backdrop-dark@2.png │ │ ├── slider-vert-scale-has-marks-below-backdrop-insensitive-dark.png │ │ ├── slider-vert-scale-has-marks-below-backdrop-insensitive-dark@2.png │ │ ├── slider-vert-scale-has-marks-below-dark.png │ │ ├── slider-vert-scale-has-marks-below-dark@2.png │ │ ├── slider-vert-scale-has-marks-below-hover-dark.png │ │ ├── slider-vert-scale-has-marks-below-hover-dark@2.png │ │ ├── slider-vert-scale-has-marks-below-insensitive-dark.png │ │ ├── slider-vert-scale-has-marks-below-insensitive-dark@2.png │ │ ├── switch-active-dark.png │ │ ├── switch-active-dark@2.png │ │ ├── switch-active-header-dark.png │ │ ├── switch-active-header-dark@2.png │ │ ├── switch-active-insensitive-dark.png │ │ ├── switch-active-insensitive-dark@2.png │ │ ├── switch-active-insensitive-header-dark.png │ │ ├── switch-active-insensitive-header-dark@2.png │ │ ├── switch-active-insensitive-selected-dark.png │ │ ├── switch-active-insensitive-selected-dark@2.png │ │ ├── switch-active-selected-dark.png │ │ ├── switch-active-selected-dark@2.png │ │ ├── switch-dark.png │ │ ├── switch-dark@2.png │ │ ├── switch-header-dark.png │ │ ├── switch-header-dark@2.png │ │ ├── switch-insensitive-dark.png │ │ ├── switch-insensitive-dark@2.png │ │ ├── switch-insensitive-header-dark.png │ │ ├── switch-insensitive-header-dark@2.png │ │ ├── switch-insensitive-selected-dark.png │ │ ├── switch-insensitive-selected-dark@2.png │ │ ├── switch-restricts-dark-active.png │ │ ├── switch-restricts-dark-active@2.png │ │ ├── switch-restricts-dark.png │ │ ├── switch-restricts-dark@2.png │ │ ├── switch-selected-dark.png │ │ ├── switch-selected-dark@2.png │ │ ├── text-select-end-active-dark.png │ │ ├── text-select-end-active-dark@2.png │ │ ├── text-select-end-dark.png │ │ ├── text-select-end-dark@2.png │ │ ├── text-select-end-hover-dark.png │ │ ├── text-select-end-hover-dark@2.png │ │ ├── text-select-start-active-dark.png │ │ ├── text-select-start-active-dark@2.png │ │ ├── text-select-start-dark.png │ │ ├── text-select-start-dark@2.png │ │ ├── text-select-start-hover-dark.png │ │ ├── text-select-start-hover-dark@2.png │ │ ├── titlebutton-close-active-dark.png │ │ ├── titlebutton-close-active-dark@2.png │ │ ├── titlebutton-close-backdrop-dark.png │ │ ├── titlebutton-close-backdrop-dark@2.png │ │ ├── titlebutton-close-dark.png │ │ ├── titlebutton-close-dark@2.png │ │ ├── titlebutton-close-hover-dark.png │ │ ├── titlebutton-close-hover-dark@2.png │ │ ├── titlebutton-maximize-active-dark.png │ │ ├── titlebutton-maximize-active-dark@2.png │ │ ├── titlebutton-maximize-backdrop-dark.png │ │ ├── titlebutton-maximize-backdrop-dark@2.png │ │ ├── titlebutton-maximize-dark.png │ │ ├── titlebutton-maximize-dark@2.png │ │ ├── titlebutton-maximize-hover-dark.png │ │ ├── titlebutton-maximize-hover-dark@2.png │ │ ├── titlebutton-minimize-active-dark.png │ │ ├── titlebutton-minimize-active-dark@2.png │ │ ├── titlebutton-minimize-backdrop-dark.png │ │ ├── titlebutton-minimize-backdrop-dark@2.png │ │ ├── titlebutton-minimize-dark.png │ │ ├── titlebutton-minimize-dark@2.png │ │ ├── titlebutton-minimize-hover-dark.png │ │ └── titlebutton-minimize-hover-dark@2.png │ ├── gtk-dark.css │ └── gtk.css ├── index.theme ├── metacity-1 │ ├── button-close-bg-active.svg │ ├── button-close-bg-backdrop.svg │ ├── button-close-bg-hover.svg │ ├── button-close-bg.svg │ ├── button-maximize-bg-active.svg │ ├── button-maximize-bg-backdrop.svg │ ├── button-maximize-bg-hover.svg │ ├── button-maximize-bg.svg │ ├── button-minimize-bg-active.svg │ ├── button-minimize-bg-backdrop.svg │ ├── button-minimize-bg-hover.svg │ ├── button-minimize-bg.svg │ ├── metacity-theme-2.xml │ ├── metacity-theme-3.xml │ ├── readme.md │ ├── thumbnail.png │ └── thumbnail.svg └── xfwm4 │ ├── bottom-active.png │ ├── bottom-inactive.png │ ├── bottom-left-active.png │ ├── bottom-left-inactive.png │ ├── bottom-right-active.png │ ├── bottom-right-inactive.png │ ├── close-active.png │ ├── close-inactive.png │ ├── close-prelight.png │ ├── close-pressed.png │ ├── hide-active.png │ ├── hide-inactive.png │ ├── hide-prelight.png │ ├── hide-pressed.png │ ├── left-active.png │ ├── left-inactive.png │ ├── maximize-active.png │ ├── maximize-inactive.png │ ├── maximize-prelight.png │ ├── maximize-pressed.png │ ├── menu-active.png │ ├── menu-inactive.png │ ├── menu-pressed.png │ ├── readme.md │ ├── right-active.png │ ├── right-inactive.png │ ├── shade-active.png │ ├── shade-inactive.png │ ├── shade-prelight.png │ ├── shade-pressed.png │ ├── stick-active.png │ ├── stick-inactive.png │ ├── stick-prelight.png │ ├── stick-pressed.png │ ├── themerc │ ├── title-1-active.png │ ├── title-1-inactive.png │ ├── title-2-active.png │ ├── title-2-inactive.png │ ├── title-3-active.png │ ├── title-3-inactive.png │ ├── title-4-active.png │ ├── title-4-inactive.png │ ├── title-5-active.png │ ├── title-5-inactive.png │ ├── top-left-active.png │ ├── top-left-inactive.png │ ├── top-right-active.png │ └── top-right-inactive.png ├── Bubble-Darker ├── cinnamon │ ├── assets │ │ ├── checkbox │ │ │ ├── checkbox-checked.svg │ │ │ └── checkbox-unchecked.svg │ │ ├── misc │ │ │ ├── add-workspace-active.svg │ │ │ ├── add-workspace-hover.svg │ │ │ ├── add-workspace.svg │ │ │ ├── calendar-arrow-left-hover.svg │ │ │ ├── calendar-arrow-left.svg │ │ │ ├── calendar-arrow-right-hover.svg │ │ │ ├── calendar-arrow-right.svg │ │ │ ├── close-active.svg │ │ │ ├── close-hover.svg │ │ │ ├── close.svg │ │ │ ├── corner-ripple.svg │ │ │ ├── overview-hover.png │ │ │ ├── overview.png │ │ │ └── trash-icon.svg │ │ └── switch │ │ │ ├── switch-off-selected.svg │ │ │ ├── switch-off.svg │ │ │ ├── switch-on-selected.svg │ │ │ └── switch-on.svg │ ├── cinnamon.css │ ├── readme.md │ └── thumbnail.png ├── gnome-shell │ ├── common-assets │ │ ├── dash │ │ │ ├── dash-left.svg │ │ │ ├── dash-placeholder.svg │ │ │ ├── dash-right.svg │ │ │ ├── running1.svg │ │ │ ├── running2.svg │ │ │ ├── running3.svg │ │ │ └── running4.svg │ │ ├── misc │ │ │ ├── bg.svg │ │ │ ├── calendar-day-event.svg │ │ │ ├── calendar-today.svg │ │ │ ├── close-active.svg │ │ │ ├── close-hover.svg │ │ │ ├── close.svg │ │ │ ├── corner-ripple-ltr.svg │ │ │ ├── corner-ripple-rtl.svg │ │ │ ├── more-results.svg │ │ │ ├── osd.svg │ │ │ ├── page-indicator-active.svg │ │ │ ├── page-indicator-checked.svg │ │ │ ├── page-indicator-hover.svg │ │ │ ├── page-indicator-inactive.svg │ │ │ ├── process-working.svg │ │ │ ├── ws-switch-arrow-down.png │ │ │ └── ws-switch-arrow-up.png │ │ ├── panel │ │ │ ├── activities-active.svg │ │ │ └── activities.svg │ │ └── switch │ │ │ ├── switch-off-selected.svg │ │ │ └── switch-on-selected.svg │ ├── dark-assets │ │ ├── checkbox │ │ │ ├── checkbox-checked-focused.svg │ │ │ ├── checkbox-checked.svg │ │ │ ├── checkbox-unchecked-focused.svg │ │ │ └── checkbox-unchecked.svg │ │ ├── misc │ │ │ ├── message-close-active.svg │ │ │ ├── message-close-hover.svg │ │ │ └── message-close.svg │ │ └── switch │ │ │ ├── switch-off.svg │ │ │ └── switch-on.svg │ ├── gnome-shell.css │ └── readme.md ├── gtk-2.0 │ ├── apps.rc │ ├── assets │ │ ├── arrow-down-insens.png │ │ ├── arrow-down-prelight.png │ │ ├── arrow-down-small-insens.png │ │ ├── arrow-down-small-prelight.png │ │ ├── arrow-down-small.png │ │ ├── arrow-down.png │ │ ├── arrow-left-insens.png │ │ ├── arrow-left-prelight.png │ │ ├── arrow-left.png │ │ ├── arrow-right-insens.png │ │ ├── arrow-right-prelight.png │ │ ├── arrow-right.png │ │ ├── arrow-up-insens.png │ │ ├── arrow-up-prelight.png │ │ ├── arrow-up-small-insens.png │ │ ├── arrow-up-small-prelight.png │ │ ├── arrow-up-small.png │ │ ├── arrow-up.png │ │ ├── button-active.png │ │ ├── button-hover.png │ │ ├── button-insensitive.png │ │ ├── button.png │ │ ├── checkbox-checked-insensitive.png │ │ ├── checkbox-checked.png │ │ ├── checkbox-unchecked-insensitive.png │ │ ├── checkbox-unchecked.png │ │ ├── combo-entry-border-focus-rtl.png │ │ ├── combo-entry-border-focus.png │ │ ├── combo-entry-border-rtl.png │ │ ├── combo-entry-border.png │ │ ├── combo-entry-button-active-rtl.png │ │ ├── combo-entry-button-active.png │ │ ├── combo-entry-button-insensitive-rtl.png │ │ ├── combo-entry-button-insensitive.png │ │ ├── combo-entry-button-rtl.png │ │ ├── combo-entry-button.png │ │ ├── combo-entry-focus-notebook-rtl.png │ │ ├── combo-entry-focus-notebook.png │ │ ├── combo-entry-focus-rtl.png │ │ ├── combo-entry-focus.png │ │ ├── combo-entry-insensitive-notebook-rtl.png │ │ ├── combo-entry-insensitive-notebook.png │ │ ├── combo-entry-insensitive-rtl.png │ │ ├── combo-entry-insensitive.png │ │ ├── combo-entry-notebook-rtl.png │ │ ├── combo-entry-notebook.png │ │ ├── combo-entry-rtl.png │ │ ├── combo-entry.png │ │ ├── down-background-disable-rtl.png │ │ ├── down-background-disable.png │ │ ├── down-background-rtl.png │ │ ├── down-background.png │ │ ├── entry-active-bg.png │ │ ├── entry-active-notebook.png │ │ ├── entry-active-toolbar.png │ │ ├── entry-background-disabled.png │ │ ├── entry-background.png │ │ ├── entry-bg.png │ │ ├── entry-border-active-bg.png │ │ ├── entry-border-bg.png │ │ ├── entry-disabled-bg.png │ │ ├── entry-disabled-notebook.png │ │ ├── entry-disabled-toolbar.png │ │ ├── entry-notebook.png │ │ ├── entry-toolbar.png │ │ ├── focus-line.png │ │ ├── frame-gap-end.png │ │ ├── frame-gap-start.png │ │ ├── frame.png │ │ ├── handle-h.png │ │ ├── handle-v.png │ │ ├── inline-toolbar.png │ │ ├── line-h.png │ │ ├── line-v.png │ │ ├── menu-arrow-prelight.png │ │ ├── menu-arrow.png │ │ ├── menu-checkbox-checked-insensitive.png │ │ ├── menu-checkbox-checked-selected.png │ │ ├── menu-checkbox-checked.png │ │ ├── menu-checkbox-unchecked-insensitive.png │ │ ├── menu-checkbox-unchecked-selected.png │ │ ├── menu-checkbox-unchecked.png │ │ ├── menu-radio-checked-insensitive.png │ │ ├── menu-radio-checked-selected.png │ │ ├── menu-radio-checked.png │ │ ├── menu-radio-unchecked-insensitive.png │ │ ├── menu-radio-unchecked-selected.png │ │ ├── menu-radio-unchecked.png │ │ ├── menubar.png │ │ ├── menubar_button.png │ │ ├── menuitem.png │ │ ├── minus.png │ │ ├── notebook-gap-horiz.png │ │ ├── notebook-gap-vert.png │ │ ├── notebook.png │ │ ├── null.png │ │ ├── plus.png │ │ ├── progressbar.png │ │ ├── progressbar_v.png │ │ ├── radio-checked-insensitive.png │ │ ├── radio-checked.png │ │ ├── radio-unchecked-insensitive.png │ │ ├── radio-unchecked.png │ │ ├── slider-horiz-active.png │ │ ├── slider-horiz-insens.png │ │ ├── slider-horiz-prelight.png │ │ ├── slider-horiz.png │ │ ├── slider-insensitive.png │ │ ├── slider-prelight.png │ │ ├── slider-vert-active.png │ │ ├── slider-vert-insens.png │ │ ├── slider-vert-prelight.png │ │ ├── slider-vert.png │ │ ├── slider.png │ │ ├── tab-bottom-active.png │ │ ├── tab-left-active.png │ │ ├── tab-right-active.png │ │ ├── tab-top-active.png │ │ ├── toolbar.png │ │ ├── tree_header.png │ │ ├── trough-horizontal-active.png │ │ ├── trough-horizontal.png │ │ ├── trough-progressbar.png │ │ ├── trough-progressbar_v.png │ │ ├── trough-scrollbar-horiz.png │ │ ├── trough-scrollbar-vert.png │ │ ├── trough-vertical-active.png │ │ ├── trough-vertical.png │ │ ├── up-background-disable-rtl.png │ │ ├── up-background-disable.png │ │ ├── up-background-rtl.png │ │ └── up-background.png │ ├── gtkrc │ ├── main.rc │ ├── menubar-toolbar │ │ ├── button-active.png │ │ ├── button-hover.png │ │ ├── button-insensitive.png │ │ ├── button.png │ │ ├── entry-active-toolbar-dark.png │ │ ├── entry-active-toolbar.png │ │ ├── entry-disabled-toolbar-dark.png │ │ ├── entry-disabled-toolbar.png │ │ ├── entry-toolbar-dark.png │ │ ├── entry-toolbar.png │ │ ├── menubar-dark.png │ │ ├── menubar-toolbar-dark.rc │ │ ├── menubar-toolbar.rc │ │ ├── menubar.png │ │ ├── menubar_button-dark.png │ │ └── menubar_button.png │ ├── panel.rc │ ├── readme.md │ └── xfce-notify.rc ├── gtk-3.0 │ ├── assets │ │ ├── checkbox-checked-dark.png │ │ ├── checkbox-checked-dark@2.png │ │ ├── checkbox-checked-insensitive-dark.png │ │ ├── checkbox-checked-insensitive-dark@2.png │ │ ├── checkbox-checked-insensitive-selected-dark.png │ │ ├── checkbox-checked-insensitive-selected-dark@2.png │ │ ├── checkbox-checked-insensitive-selected.png │ │ ├── checkbox-checked-insensitive-selected@2.png │ │ ├── checkbox-checked-insensitive.png │ │ ├── checkbox-checked-insensitive@2.png │ │ ├── checkbox-checked-selected-dark.png │ │ ├── checkbox-checked-selected-dark@2.png │ │ ├── checkbox-checked-selected.png │ │ ├── checkbox-checked-selected@2.png │ │ ├── checkbox-checked-selectionmode-dark.png │ │ ├── checkbox-checked-selectionmode-dark@2.png │ │ ├── checkbox-checked-selectionmode.png │ │ ├── checkbox-checked-selectionmode@2.png │ │ ├── checkbox-checked.png │ │ ├── checkbox-checked@2.png │ │ ├── checkbox-mixed-dark.png │ │ ├── checkbox-mixed-dark@2.png │ │ ├── checkbox-mixed-insensitive-dark.png │ │ ├── checkbox-mixed-insensitive-dark@2.png │ │ ├── checkbox-mixed-insensitive-selected-dark.png │ │ ├── checkbox-mixed-insensitive-selected-dark@2.png │ │ ├── checkbox-mixed-insensitive-selected.png │ │ ├── checkbox-mixed-insensitive-selected@2.png │ │ ├── checkbox-mixed-insensitive.png │ │ ├── checkbox-mixed-insensitive@2.png │ │ ├── checkbox-mixed-selected-dark.png │ │ ├── checkbox-mixed-selected-dark@2.png │ │ ├── checkbox-mixed-selected.png │ │ ├── checkbox-mixed-selected@2.png │ │ ├── checkbox-mixed.png │ │ ├── checkbox-mixed@2.png │ │ ├── checkbox-selectionmode-dark.png │ │ ├── checkbox-selectionmode-dark@2.png │ │ ├── checkbox-selectionmode.png │ │ ├── checkbox-selectionmode@2.png │ │ ├── checkbox-unchecked-dark.png │ │ ├── checkbox-unchecked-dark@2.png │ │ ├── checkbox-unchecked-insensitive-dark.png │ │ ├── checkbox-unchecked-insensitive-dark@2.png │ │ ├── checkbox-unchecked-insensitive-selected-dark.png │ │ ├── checkbox-unchecked-insensitive-selected-dark@2.png │ │ ├── checkbox-unchecked-insensitive-selected.png │ │ ├── checkbox-unchecked-insensitive-selected@2.png │ │ ├── checkbox-unchecked-insensitive.png │ │ ├── checkbox-unchecked-insensitive@2.png │ │ ├── checkbox-unchecked-selected-dark.png │ │ ├── checkbox-unchecked-selected-dark@2.png │ │ ├── checkbox-unchecked-selected.png │ │ ├── checkbox-unchecked-selected@2.png │ │ ├── checkbox-unchecked.png │ │ ├── checkbox-unchecked@2.png │ │ ├── radio-checked-dark.png │ │ ├── radio-checked-dark@2.png │ │ ├── radio-checked-insensitive-dark.png │ │ ├── radio-checked-insensitive-dark@2.png │ │ ├── radio-checked-insensitive-selected-dark.png │ │ ├── radio-checked-insensitive-selected-dark@2.png │ │ ├── radio-checked-insensitive-selected.png │ │ ├── radio-checked-insensitive-selected@2.png │ │ ├── radio-checked-insensitive.png │ │ ├── radio-checked-insensitive@2.png │ │ ├── radio-checked-selected-dark.png │ │ ├── radio-checked-selected-dark@2.png │ │ ├── radio-checked-selected.png │ │ ├── radio-checked-selected@2.png │ │ ├── radio-checked.png │ │ ├── radio-checked@2.png │ │ ├── radio-mixed-dark.png │ │ ├── radio-mixed-dark@2.png │ │ ├── radio-mixed-insensitive-dark.png │ │ ├── radio-mixed-insensitive-dark@2.png │ │ ├── radio-mixed-insensitive-selected-dark.png │ │ ├── radio-mixed-insensitive-selected-dark@2.png │ │ ├── radio-mixed-insensitive-selected.png │ │ ├── radio-mixed-insensitive-selected@2.png │ │ ├── radio-mixed-insensitive.png │ │ ├── radio-mixed-insensitive@2.png │ │ ├── radio-mixed-selected-dark.png │ │ ├── radio-mixed-selected-dark@2.png │ │ ├── radio-mixed-selected.png │ │ ├── radio-mixed-selected@2.png │ │ ├── radio-mixed.png │ │ ├── radio-mixed@2.png │ │ ├── radio-unchecked-dark.png │ │ ├── radio-unchecked-dark@2.png │ │ ├── radio-unchecked-insensitive-dark.png │ │ ├── radio-unchecked-insensitive-dark@2.png │ │ ├── radio-unchecked-insensitive-selected-dark.png │ │ ├── radio-unchecked-insensitive-selected-dark@2.png │ │ ├── radio-unchecked-insensitive-selected.png │ │ ├── radio-unchecked-insensitive-selected@2.png │ │ ├── radio-unchecked-insensitive.png │ │ ├── radio-unchecked-insensitive@2.png │ │ ├── radio-unchecked-selected-dark.png │ │ ├── radio-unchecked-selected-dark@2.png │ │ ├── radio-unchecked-selected.png │ │ ├── radio-unchecked-selected@2.png │ │ ├── radio-unchecked.png │ │ ├── radio-unchecked@2.png │ │ ├── switch-active-dark.png │ │ ├── switch-active-dark@2.png │ │ ├── switch-active-header-dark.png │ │ ├── switch-active-header-dark@2.png │ │ ├── switch-active-header.png │ │ ├── switch-active-header@2.png │ │ ├── switch-active-insensitive-dark.png │ │ ├── switch-active-insensitive-dark@2.png │ │ ├── switch-active-insensitive-header-dark.png │ │ ├── switch-active-insensitive-header-dark@2.png │ │ ├── switch-active-insensitive-header.png │ │ ├── switch-active-insensitive-header@2.png │ │ ├── switch-active-insensitive-selected-dark.png │ │ ├── switch-active-insensitive-selected-dark@2.png │ │ ├── switch-active-insensitive-selected.png │ │ ├── switch-active-insensitive-selected@2.png │ │ ├── switch-active-insensitive.png │ │ ├── switch-active-insensitive@2.png │ │ ├── switch-active-selected-dark.png │ │ ├── switch-active-selected-dark@2.png │ │ ├── switch-active-selected.png │ │ ├── switch-active-selected@2.png │ │ ├── switch-active.png │ │ ├── switch-active@2.png │ │ ├── switch-dark.png │ │ ├── switch-dark@2.png │ │ ├── switch-header-dark.png │ │ ├── switch-header-dark@2.png │ │ ├── switch-header.png │ │ ├── switch-header@2.png │ │ ├── switch-insensitive-dark.png │ │ ├── switch-insensitive-dark@2.png │ │ ├── switch-insensitive-header-dark.png │ │ ├── switch-insensitive-header-dark@2.png │ │ ├── switch-insensitive-header.png │ │ ├── switch-insensitive-header@2.png │ │ ├── switch-insensitive-selected-dark.png │ │ ├── switch-insensitive-selected-dark@2.png │ │ ├── switch-insensitive-selected.png │ │ ├── switch-insensitive-selected@2.png │ │ ├── switch-insensitive.png │ │ ├── switch-insensitive@2.png │ │ ├── switch-restricts-active.png │ │ ├── switch-restricts-active@2.png │ │ ├── switch-restricts-dark-active.png │ │ ├── switch-restricts-dark-active@2.png │ │ ├── switch-restricts-dark.png │ │ ├── switch-restricts-dark@2.png │ │ ├── switch-restricts.png │ │ ├── switch-restricts@2.png │ │ ├── switch-selected-dark.png │ │ ├── switch-selected-dark@2.png │ │ ├── switch-selected.png │ │ ├── switch-selected@2.png │ │ ├── switch.png │ │ ├── switch@2.png │ │ ├── thumbnail-frame.png │ │ ├── titlebutton-close-active-dark.png │ │ ├── titlebutton-close-active-dark@2.png │ │ ├── titlebutton-close-active.png │ │ ├── titlebutton-close-active@2.png │ │ ├── titlebutton-close-backdrop-dark.png │ │ ├── titlebutton-close-backdrop-dark@2.png │ │ ├── titlebutton-close-backdrop.png │ │ ├── titlebutton-close-backdrop@2.png │ │ ├── titlebutton-close-dark.png │ │ ├── titlebutton-close-dark@2.png │ │ ├── titlebutton-close-hover-dark.png │ │ ├── titlebutton-close-hover-dark@2.png │ │ ├── titlebutton-close-hover.png │ │ ├── titlebutton-close-hover@2.png │ │ ├── titlebutton-close.png │ │ ├── titlebutton-close@2.png │ │ ├── titlebutton-maximize-active-dark.png │ │ ├── titlebutton-maximize-active-dark@2.png │ │ ├── titlebutton-maximize-active.png │ │ ├── titlebutton-maximize-active@2.png │ │ ├── titlebutton-maximize-backdrop-dark.png │ │ ├── titlebutton-maximize-backdrop-dark@2.png │ │ ├── titlebutton-maximize-backdrop.png │ │ ├── titlebutton-maximize-backdrop@2.png │ │ ├── titlebutton-maximize-dark.png │ │ ├── titlebutton-maximize-dark@2.png │ │ ├── titlebutton-maximize-hover-dark.png │ │ ├── titlebutton-maximize-hover-dark@2.png │ │ ├── titlebutton-maximize-hover.png │ │ ├── titlebutton-maximize-hover@2.png │ │ ├── titlebutton-maximize.png │ │ ├── titlebutton-maximize@2.png │ │ ├── titlebutton-minimize-active-dark.png │ │ ├── titlebutton-minimize-active-dark@2.png │ │ ├── titlebutton-minimize-active.png │ │ ├── titlebutton-minimize-active@2.png │ │ ├── titlebutton-minimize-backdrop-dark.png │ │ ├── titlebutton-minimize-backdrop-dark@2.png │ │ ├── titlebutton-minimize-backdrop.png │ │ ├── titlebutton-minimize-backdrop@2.png │ │ ├── titlebutton-minimize-dark.png │ │ ├── titlebutton-minimize-dark@2.png │ │ ├── titlebutton-minimize-hover-dark.png │ │ ├── titlebutton-minimize-hover-dark@2.png │ │ ├── titlebutton-minimize-hover.png │ │ ├── titlebutton-minimize-hover@2.png │ │ ├── titlebutton-minimize.png │ │ └── titlebutton-minimize@2.png │ ├── gtk-dark.css │ ├── gtk.css │ ├── readme.md │ └── thumbnail.png ├── gtk-4.0 │ ├── assets │ │ ├── bullet-symbolic.svg │ │ ├── bullet-symbolic.symbolic.png │ │ ├── bullet@2-symbolic.symbolic.png │ │ ├── check-symbolic.svg │ │ ├── check-symbolic.symbolic.png │ │ ├── check@2-symbolic.symbolic.png │ │ ├── dash-symbolic.svg │ │ ├── dash-symbolic.symbolic.png │ │ ├── dash@2-symbolic.symbolic.png │ │ ├── slider-horz-scale-has-marks-above-active.png │ │ ├── slider-horz-scale-has-marks-above-active@2.png │ │ ├── slider-horz-scale-has-marks-above-backdrop-insensitive.png │ │ ├── slider-horz-scale-has-marks-above-backdrop-insensitive@2.png │ │ ├── slider-horz-scale-has-marks-above-backdrop.png │ │ ├── slider-horz-scale-has-marks-above-backdrop@2.png │ │ ├── slider-horz-scale-has-marks-above-hover.png │ │ ├── slider-horz-scale-has-marks-above-hover@2.png │ │ ├── slider-horz-scale-has-marks-above-insensitive.png │ │ ├── slider-horz-scale-has-marks-above-insensitive@2.png │ │ ├── slider-horz-scale-has-marks-above.png │ │ ├── slider-horz-scale-has-marks-above@2.png │ │ ├── slider-horz-scale-has-marks-below-active.png │ │ ├── slider-horz-scale-has-marks-below-active@2.png │ │ ├── slider-horz-scale-has-marks-below-backdrop-insensitive.png │ │ ├── slider-horz-scale-has-marks-below-backdrop-insensitive@2.png │ │ ├── slider-horz-scale-has-marks-below-backdrop.png │ │ ├── slider-horz-scale-has-marks-below-backdrop@2.png │ │ ├── slider-horz-scale-has-marks-below-hover.png │ │ ├── slider-horz-scale-has-marks-below-hover@2.png │ │ ├── slider-horz-scale-has-marks-below-insensitive.png │ │ ├── slider-horz-scale-has-marks-below-insensitive@2.png │ │ ├── slider-horz-scale-has-marks-below.png │ │ ├── slider-horz-scale-has-marks-below@2.png │ │ ├── slider-vert-scale-has-marks-above-active.png │ │ ├── slider-vert-scale-has-marks-above-active@2.png │ │ ├── slider-vert-scale-has-marks-above-backdrop-insensitive.png │ │ ├── slider-vert-scale-has-marks-above-backdrop-insensitive@2.png │ │ ├── slider-vert-scale-has-marks-above-backdrop.png │ │ ├── slider-vert-scale-has-marks-above-backdrop@2.png │ │ ├── slider-vert-scale-has-marks-above-hover.png │ │ ├── slider-vert-scale-has-marks-above-hover@2.png │ │ ├── slider-vert-scale-has-marks-above-insensitive.png │ │ ├── slider-vert-scale-has-marks-above-insensitive@2.png │ │ ├── slider-vert-scale-has-marks-above.png │ │ ├── slider-vert-scale-has-marks-above@2.png │ │ ├── slider-vert-scale-has-marks-below-active.png │ │ ├── slider-vert-scale-has-marks-below-active@2.png │ │ ├── slider-vert-scale-has-marks-below-backdrop-insensitive.png │ │ ├── slider-vert-scale-has-marks-below-backdrop-insensitive@2.png │ │ ├── slider-vert-scale-has-marks-below-backdrop.png │ │ ├── slider-vert-scale-has-marks-below-backdrop@2.png │ │ ├── slider-vert-scale-has-marks-below-hover.png │ │ ├── slider-vert-scale-has-marks-below-hover@2.png │ │ ├── slider-vert-scale-has-marks-below-insensitive.png │ │ ├── slider-vert-scale-has-marks-below-insensitive@2.png │ │ ├── slider-vert-scale-has-marks-below.png │ │ ├── slider-vert-scale-has-marks-below@2.png │ │ ├── switch-active-header-dark.png │ │ ├── switch-active-header-dark@2.png │ │ ├── switch-active-insensitive-header-dark.png │ │ ├── switch-active-insensitive-header-dark@2.png │ │ ├── switch-active-insensitive-selected.png │ │ ├── switch-active-insensitive-selected@2.png │ │ ├── switch-active-insensitive.png │ │ ├── switch-active-insensitive@2.png │ │ ├── switch-active-selected.png │ │ ├── switch-active-selected@2.png │ │ ├── switch-active.png │ │ ├── switch-active@2.png │ │ ├── switch-header-dark.png │ │ ├── switch-header-dark@2.png │ │ ├── switch-insensitive-header-dark.png │ │ ├── switch-insensitive-header-dark@2.png │ │ ├── switch-insensitive-selected.png │ │ ├── switch-insensitive-selected@2.png │ │ ├── switch-insensitive.png │ │ ├── switch-insensitive@2.png │ │ ├── switch-restricts-active.png │ │ ├── switch-restricts-active@2.png │ │ ├── switch-restricts.png │ │ ├── switch-restricts@2.png │ │ ├── switch-selected.png │ │ ├── switch-selected@2.png │ │ ├── switch.png │ │ ├── switch@2.png │ │ ├── text-select-end-active.png │ │ ├── text-select-end-active@2.png │ │ ├── text-select-end-hover.png │ │ ├── text-select-end-hover@2.png │ │ ├── text-select-end.png │ │ ├── text-select-end@2.png │ │ ├── text-select-start-active.png │ │ ├── text-select-start-active@2.png │ │ ├── text-select-start-hover.png │ │ ├── text-select-start-hover@2.png │ │ ├── text-select-start.png │ │ ├── text-select-start@2.png │ │ ├── titlebutton-close-active-dark.png │ │ ├── titlebutton-close-active-dark@2.png │ │ ├── titlebutton-close-backdrop-dark.png │ │ ├── titlebutton-close-backdrop-dark@2.png │ │ ├── titlebutton-close-dark.png │ │ ├── titlebutton-close-dark@2.png │ │ ├── titlebutton-close-hover-dark.png │ │ ├── titlebutton-close-hover-dark@2.png │ │ ├── titlebutton-maximize-active-dark.png │ │ ├── titlebutton-maximize-active-dark@2.png │ │ ├── titlebutton-maximize-backdrop-dark.png │ │ ├── titlebutton-maximize-backdrop-dark@2.png │ │ ├── titlebutton-maximize-dark.png │ │ ├── titlebutton-maximize-dark@2.png │ │ ├── titlebutton-maximize-hover-dark.png │ │ ├── titlebutton-maximize-hover-dark@2.png │ │ ├── titlebutton-minimize-active-dark.png │ │ ├── titlebutton-minimize-active-dark@2.png │ │ ├── titlebutton-minimize-backdrop-dark.png │ │ ├── titlebutton-minimize-backdrop-dark@2.png │ │ ├── titlebutton-minimize-dark.png │ │ ├── titlebutton-minimize-dark@2.png │ │ ├── titlebutton-minimize-hover-dark.png │ │ └── titlebutton-minimize-hover-dark@2.png │ ├── gtk-dark.css │ └── gtk.css ├── index.theme ├── metacity-1 │ ├── button-close-bg-active.svg │ ├── button-close-bg-backdrop.svg │ ├── button-close-bg-hover.svg │ ├── button-close-bg.svg │ ├── button-maximize-bg-active.svg │ ├── button-maximize-bg-backdrop.svg │ ├── button-maximize-bg-hover.svg │ ├── button-maximize-bg.svg │ ├── button-minimize-bg-active.svg │ ├── button-minimize-bg-backdrop.svg │ ├── button-minimize-bg-hover.svg │ ├── button-minimize-bg.svg │ ├── metacity-theme-2.xml │ ├── metacity-theme-3.xml │ ├── readme.md │ ├── thumbnail.png │ └── thumbnail.svg └── xfwm4 │ ├── bottom-active.png │ ├── bottom-inactive.png │ ├── bottom-left-active.png │ ├── bottom-left-inactive.png │ ├── bottom-right-active.png │ ├── bottom-right-inactive.png │ ├── close-active.png │ ├── close-inactive.png │ ├── close-prelight.png │ ├── close-pressed.png │ ├── hide-active.png │ ├── hide-inactive.png │ ├── hide-prelight.png │ ├── hide-pressed.png │ ├── left-active.png │ ├── left-inactive.png │ ├── maximize-active.png │ ├── maximize-inactive.png │ ├── maximize-prelight.png │ ├── maximize-pressed.png │ ├── menu-active.png │ ├── menu-inactive.png │ ├── menu-pressed.png │ ├── right-active.png │ ├── right-inactive.png │ ├── shade-active.png │ ├── shade-inactive.png │ ├── shade-prelight.png │ ├── shade-pressed.png │ ├── stick-active.png │ ├── stick-inactive.png │ ├── stick-prelight.png │ ├── stick-pressed.png │ ├── themerc │ ├── title-1-active.png │ ├── title-1-inactive.png │ ├── title-2-active.png │ ├── title-2-inactive.png │ ├── title-3-active.png │ ├── title-3-inactive.png │ ├── title-4-active.png │ ├── title-4-inactive.png │ ├── title-5-active.png │ ├── title-5-inactive.png │ ├── top-left-active.png │ ├── top-left-inactive.png │ ├── top-right-active.png │ └── top-right-inactive.png ├── Bubble-Lighter ├── cinnamon │ ├── assets │ │ ├── checkbox │ │ │ ├── checkbox-checked.svg │ │ │ └── checkbox-unchecked.svg │ │ ├── misc │ │ │ ├── add-workspace-active.svg │ │ │ ├── add-workspace-hover.svg │ │ │ ├── add-workspace.svg │ │ │ ├── calendar-arrow-left-hover.svg │ │ │ ├── calendar-arrow-left.svg │ │ │ ├── calendar-arrow-right-hover.svg │ │ │ ├── calendar-arrow-right.svg │ │ │ ├── close-active.svg │ │ │ ├── close-hover.svg │ │ │ ├── close.svg │ │ │ ├── corner-ripple.svg │ │ │ ├── overview-hover.png │ │ │ ├── overview.png │ │ │ └── trash-icon.svg │ │ └── switch │ │ │ ├── switch-off-selected.svg │ │ │ ├── switch-off.svg │ │ │ ├── switch-on-selected.svg │ │ │ └── switch-on.svg │ ├── cinnamon.css │ ├── readme.md │ └── thumbnail.png ├── gnome-shell │ ├── common-assets │ │ ├── dash │ │ │ ├── dash-left.svg │ │ │ ├── dash-placeholder.svg │ │ │ ├── dash-right.svg │ │ │ ├── running1.svg │ │ │ ├── running2.svg │ │ │ ├── running3.svg │ │ │ └── running4.svg │ │ ├── misc │ │ │ ├── bg.svg │ │ │ ├── calendar-day-event.svg │ │ │ ├── calendar-today.svg │ │ │ ├── close-active.svg │ │ │ ├── close-hover.svg │ │ │ ├── close.svg │ │ │ ├── corner-ripple-ltr.svg │ │ │ ├── corner-ripple-rtl.svg │ │ │ ├── more-results.svg │ │ │ ├── osd.svg │ │ │ ├── page-indicator-active.svg │ │ │ ├── page-indicator-checked.svg │ │ │ ├── page-indicator-hover.svg │ │ │ ├── page-indicator-inactive.svg │ │ │ ├── process-working.svg │ │ │ ├── ws-switch-arrow-down.png │ │ │ └── ws-switch-arrow-up.png │ │ ├── panel │ │ │ ├── activities-active.svg │ │ │ └── activities.svg │ │ └── switch │ │ │ ├── switch-off-selected.svg │ │ │ └── switch-on-selected.svg │ ├── gnome-shell.css │ ├── light-assets │ │ ├── checkbox │ │ │ ├── checkbox-checked-focused.svg │ │ │ ├── checkbox-checked.svg │ │ │ ├── checkbox-unchecked-focused.svg │ │ │ └── checkbox-unchecked.svg │ │ ├── misc │ │ │ ├── message-close-active.svg │ │ │ ├── message-close-hover.svg │ │ │ └── message-close.svg │ │ └── switch │ │ │ ├── switch-off.svg │ │ │ └── switch-on.svg │ └── readme.md ├── gtk-2.0 │ ├── apps.rc │ ├── assets │ │ ├── arrow-down-insens.png │ │ ├── arrow-down-prelight.png │ │ ├── arrow-down-small-insens.png │ │ ├── arrow-down-small-prelight.png │ │ ├── arrow-down-small.png │ │ ├── arrow-down.png │ │ ├── arrow-left-insens.png │ │ ├── arrow-left-prelight.png │ │ ├── arrow-left.png │ │ ├── arrow-right-insens.png │ │ ├── arrow-right-prelight.png │ │ ├── arrow-right.png │ │ ├── arrow-up-insens.png │ │ ├── arrow-up-prelight.png │ │ ├── arrow-up-small-insens.png │ │ ├── arrow-up-small-prelight.png │ │ ├── arrow-up-small.png │ │ ├── arrow-up.png │ │ ├── button-active.png │ │ ├── button-hover.png │ │ ├── button-insensitive.png │ │ ├── button.png │ │ ├── checkbox-checked-insensitive.png │ │ ├── checkbox-checked.png │ │ ├── checkbox-unchecked-insensitive.png │ │ ├── checkbox-unchecked.png │ │ ├── combo-entry-border-focus-rtl.png │ │ ├── combo-entry-border-focus.png │ │ ├── combo-entry-border-rtl.png │ │ ├── combo-entry-border.png │ │ ├── combo-entry-button-active-rtl.png │ │ ├── combo-entry-button-active.png │ │ ├── combo-entry-button-insensitive-rtl.png │ │ ├── combo-entry-button-insensitive.png │ │ ├── combo-entry-button-rtl.png │ │ ├── combo-entry-button.png │ │ ├── combo-entry-focus-notebook-rtl.png │ │ ├── combo-entry-focus-notebook.png │ │ ├── combo-entry-focus-rtl.png │ │ ├── combo-entry-focus.png │ │ ├── combo-entry-insensitive-notebook-rtl.png │ │ ├── combo-entry-insensitive-notebook.png │ │ ├── combo-entry-insensitive-rtl.png │ │ ├── combo-entry-insensitive.png │ │ ├── combo-entry-notebook-rtl.png │ │ ├── combo-entry-notebook.png │ │ ├── combo-entry-rtl.png │ │ ├── combo-entry.png │ │ ├── down-background-disable-rtl.png │ │ ├── down-background-disable.png │ │ ├── down-background-rtl.png │ │ ├── down-background.png │ │ ├── entry-active-bg.png │ │ ├── entry-active-notebook.png │ │ ├── entry-active-toolbar.png │ │ ├── entry-background-disabled.png │ │ ├── entry-background.png │ │ ├── entry-bg.png │ │ ├── entry-border-active-bg.png │ │ ├── entry-border-bg.png │ │ ├── entry-disabled-bg.png │ │ ├── entry-disabled-notebook.png │ │ ├── entry-disabled-toolbar.png │ │ ├── entry-notebook.png │ │ ├── entry-toolbar.png │ │ ├── focus-line.png │ │ ├── frame-gap-end.png │ │ ├── frame-gap-start.png │ │ ├── frame.png │ │ ├── handle-h.png │ │ ├── handle-v.png │ │ ├── inline-toolbar.png │ │ ├── line-h.png │ │ ├── line-v.png │ │ ├── menu-arrow-prelight.png │ │ ├── menu-arrow.png │ │ ├── menu-checkbox-checked-insensitive.png │ │ ├── menu-checkbox-checked-selected.png │ │ ├── menu-checkbox-checked.png │ │ ├── menu-checkbox-unchecked-insensitive.png │ │ ├── menu-checkbox-unchecked-selected.png │ │ ├── menu-checkbox-unchecked.png │ │ ├── menu-radio-checked-insensitive.png │ │ ├── menu-radio-checked-selected.png │ │ ├── menu-radio-checked.png │ │ ├── menu-radio-unchecked-insensitive.png │ │ ├── menu-radio-unchecked-selected.png │ │ ├── menu-radio-unchecked.png │ │ ├── menubar.png │ │ ├── menubar_button.png │ │ ├── menuitem.png │ │ ├── minus.png │ │ ├── notebook-gap-horiz.png │ │ ├── notebook-gap-vert.png │ │ ├── notebook.png │ │ ├── null.png │ │ ├── plus.png │ │ ├── progressbar.png │ │ ├── progressbar_v.png │ │ ├── radio-checked-insensitive.png │ │ ├── radio-checked.png │ │ ├── radio-unchecked-insensitive.png │ │ ├── radio-unchecked.png │ │ ├── slider-horiz-active.png │ │ ├── slider-horiz-insens.png │ │ ├── slider-horiz-prelight.png │ │ ├── slider-horiz.png │ │ ├── slider-insensitive.png │ │ ├── slider-prelight.png │ │ ├── slider-vert-active.png │ │ ├── slider-vert-insens.png │ │ ├── slider-vert-prelight.png │ │ ├── slider-vert.png │ │ ├── slider.png │ │ ├── tab-bottom-active.png │ │ ├── tab-left-active.png │ │ ├── tab-right-active.png │ │ ├── tab-top-active.png │ │ ├── toolbar.png │ │ ├── tree_header.png │ │ ├── trough-horizontal-active.png │ │ ├── trough-horizontal.png │ │ ├── trough-progressbar.png │ │ ├── trough-progressbar_v.png │ │ ├── trough-scrollbar-horiz.png │ │ ├── trough-scrollbar-vert.png │ │ ├── trough-vertical-active.png │ │ ├── trough-vertical.png │ │ ├── up-background-disable-rtl.png │ │ ├── up-background-disable.png │ │ ├── up-background-rtl.png │ │ └── up-background.png │ ├── gtkrc │ ├── main.rc │ ├── menubar-toolbar │ │ ├── button-active.png │ │ ├── button-hover.png │ │ ├── button-insensitive.png │ │ ├── button.png │ │ ├── entry-active-toolbar-dark.png │ │ ├── entry-active-toolbar.png │ │ ├── entry-disabled-toolbar-dark.png │ │ ├── entry-disabled-toolbar.png │ │ ├── entry-toolbar-dark.png │ │ ├── entry-toolbar.png │ │ ├── menubar-dark.png │ │ ├── menubar-toolbar-dark.rc │ │ ├── menubar-toolbar.rc │ │ ├── menubar.png │ │ ├── menubar_button-dark.png │ │ └── menubar_button.png │ ├── panel.rc │ ├── readme.md │ └── xfce-notify.rc ├── gtk-3.0 │ ├── assets │ │ ├── checkbox-checked-dark.png │ │ ├── checkbox-checked-dark@2.png │ │ ├── checkbox-checked-insensitive-dark.png │ │ ├── checkbox-checked-insensitive-dark@2.png │ │ ├── checkbox-checked-insensitive-selected-dark.png │ │ ├── checkbox-checked-insensitive-selected-dark@2.png │ │ ├── checkbox-checked-insensitive-selected.png │ │ ├── checkbox-checked-insensitive-selected@2.png │ │ ├── checkbox-checked-insensitive.png │ │ ├── checkbox-checked-insensitive@2.png │ │ ├── checkbox-checked-selected-dark.png │ │ ├── checkbox-checked-selected-dark@2.png │ │ ├── checkbox-checked-selected.png │ │ ├── checkbox-checked-selected@2.png │ │ ├── checkbox-checked-selectionmode-dark.png │ │ ├── checkbox-checked-selectionmode-dark@2.png │ │ ├── checkbox-checked-selectionmode.png │ │ ├── checkbox-checked-selectionmode@2.png │ │ ├── checkbox-checked.png │ │ ├── checkbox-checked@2.png │ │ ├── checkbox-mixed-dark.png │ │ ├── checkbox-mixed-dark@2.png │ │ ├── checkbox-mixed-insensitive-dark.png │ │ ├── checkbox-mixed-insensitive-dark@2.png │ │ ├── checkbox-mixed-insensitive-selected-dark.png │ │ ├── checkbox-mixed-insensitive-selected-dark@2.png │ │ ├── checkbox-mixed-insensitive-selected.png │ │ ├── checkbox-mixed-insensitive-selected@2.png │ │ ├── checkbox-mixed-insensitive.png │ │ ├── checkbox-mixed-insensitive@2.png │ │ ├── checkbox-mixed-selected-dark.png │ │ ├── checkbox-mixed-selected-dark@2.png │ │ ├── checkbox-mixed-selected.png │ │ ├── checkbox-mixed-selected@2.png │ │ ├── checkbox-mixed.png │ │ ├── checkbox-mixed@2.png │ │ ├── checkbox-selectionmode-dark.png │ │ ├── checkbox-selectionmode-dark@2.png │ │ ├── checkbox-selectionmode.png │ │ ├── checkbox-selectionmode@2.png │ │ ├── checkbox-unchecked-dark.png │ │ ├── checkbox-unchecked-dark@2.png │ │ ├── checkbox-unchecked-insensitive-dark.png │ │ ├── checkbox-unchecked-insensitive-dark@2.png │ │ ├── checkbox-unchecked-insensitive-selected-dark.png │ │ ├── checkbox-unchecked-insensitive-selected-dark@2.png │ │ ├── checkbox-unchecked-insensitive-selected.png │ │ ├── checkbox-unchecked-insensitive-selected@2.png │ │ ├── checkbox-unchecked-insensitive.png │ │ ├── checkbox-unchecked-insensitive@2.png │ │ ├── checkbox-unchecked-selected-dark.png │ │ ├── checkbox-unchecked-selected-dark@2.png │ │ ├── checkbox-unchecked-selected.png │ │ ├── checkbox-unchecked-selected@2.png │ │ ├── checkbox-unchecked.png │ │ ├── checkbox-unchecked@2.png │ │ ├── radio-checked-dark.png │ │ ├── radio-checked-dark@2.png │ │ ├── radio-checked-insensitive-dark.png │ │ ├── radio-checked-insensitive-dark@2.png │ │ ├── radio-checked-insensitive-selected-dark.png │ │ ├── radio-checked-insensitive-selected-dark@2.png │ │ ├── radio-checked-insensitive-selected.png │ │ ├── radio-checked-insensitive-selected@2.png │ │ ├── radio-checked-insensitive.png │ │ ├── radio-checked-insensitive@2.png │ │ ├── radio-checked-selected-dark.png │ │ ├── radio-checked-selected-dark@2.png │ │ ├── radio-checked-selected.png │ │ ├── radio-checked-selected@2.png │ │ ├── radio-checked.png │ │ ├── radio-checked@2.png │ │ ├── radio-mixed-dark.png │ │ ├── radio-mixed-dark@2.png │ │ ├── radio-mixed-insensitive-dark.png │ │ ├── radio-mixed-insensitive-dark@2.png │ │ ├── radio-mixed-insensitive-selected-dark.png │ │ ├── radio-mixed-insensitive-selected-dark@2.png │ │ ├── radio-mixed-insensitive-selected.png │ │ ├── radio-mixed-insensitive-selected@2.png │ │ ├── radio-mixed-insensitive.png │ │ ├── radio-mixed-insensitive@2.png │ │ ├── radio-mixed-selected-dark.png │ │ ├── radio-mixed-selected-dark@2.png │ │ ├── radio-mixed-selected.png │ │ ├── radio-mixed-selected@2.png │ │ ├── radio-mixed.png │ │ ├── radio-mixed@2.png │ │ ├── radio-unchecked-dark.png │ │ ├── radio-unchecked-dark@2.png │ │ ├── radio-unchecked-insensitive-dark.png │ │ ├── radio-unchecked-insensitive-dark@2.png │ │ ├── radio-unchecked-insensitive-selected-dark.png │ │ ├── radio-unchecked-insensitive-selected-dark@2.png │ │ ├── radio-unchecked-insensitive-selected.png │ │ ├── radio-unchecked-insensitive-selected@2.png │ │ ├── radio-unchecked-insensitive.png │ │ ├── radio-unchecked-insensitive@2.png │ │ ├── radio-unchecked-selected-dark.png │ │ ├── radio-unchecked-selected-dark@2.png │ │ ├── radio-unchecked-selected.png │ │ ├── radio-unchecked-selected@2.png │ │ ├── radio-unchecked.png │ │ ├── radio-unchecked@2.png │ │ ├── switch-active-dark.png │ │ ├── switch-active-dark@2.png │ │ ├── switch-active-header-dark.png │ │ ├── switch-active-header-dark@2.png │ │ ├── switch-active-header.png │ │ ├── switch-active-header@2.png │ │ ├── switch-active-insensitive-dark.png │ │ ├── switch-active-insensitive-dark@2.png │ │ ├── switch-active-insensitive-header-dark.png │ │ ├── switch-active-insensitive-header-dark@2.png │ │ ├── switch-active-insensitive-header.png │ │ ├── switch-active-insensitive-header@2.png │ │ ├── switch-active-insensitive-selected-dark.png │ │ ├── switch-active-insensitive-selected-dark@2.png │ │ ├── switch-active-insensitive-selected.png │ │ ├── switch-active-insensitive-selected@2.png │ │ ├── switch-active-insensitive.png │ │ ├── switch-active-insensitive@2.png │ │ ├── switch-active-selected-dark.png │ │ ├── switch-active-selected-dark@2.png │ │ ├── switch-active-selected.png │ │ ├── switch-active-selected@2.png │ │ ├── switch-active.png │ │ ├── switch-active@2.png │ │ ├── switch-dark.png │ │ ├── switch-dark@2.png │ │ ├── switch-header-dark.png │ │ ├── switch-header-dark@2.png │ │ ├── switch-header.png │ │ ├── switch-header@2.png │ │ ├── switch-insensitive-dark.png │ │ ├── switch-insensitive-dark@2.png │ │ ├── switch-insensitive-header-dark.png │ │ ├── switch-insensitive-header-dark@2.png │ │ ├── switch-insensitive-header.png │ │ ├── switch-insensitive-header@2.png │ │ ├── switch-insensitive-selected-dark.png │ │ ├── switch-insensitive-selected-dark@2.png │ │ ├── switch-insensitive-selected.png │ │ ├── switch-insensitive-selected@2.png │ │ ├── switch-insensitive.png │ │ ├── switch-insensitive@2.png │ │ ├── switch-restricts-active.png │ │ ├── switch-restricts-active@2.png │ │ ├── switch-restricts-dark-active.png │ │ ├── switch-restricts-dark-active@2.png │ │ ├── switch-restricts-dark.png │ │ ├── switch-restricts-dark@2.png │ │ ├── switch-restricts.png │ │ ├── switch-restricts@2.png │ │ ├── switch-selected-dark.png │ │ ├── switch-selected-dark@2.png │ │ ├── switch-selected.png │ │ ├── switch-selected@2.png │ │ ├── switch.png │ │ ├── switch@2.png │ │ ├── thumbnail-frame.png │ │ ├── titlebutton-close-active-dark.png │ │ ├── titlebutton-close-active-dark@2.png │ │ ├── titlebutton-close-active.png │ │ ├── titlebutton-close-active@2.png │ │ ├── titlebutton-close-backdrop-dark.png │ │ ├── titlebutton-close-backdrop-dark@2.png │ │ ├── titlebutton-close-backdrop.png │ │ ├── titlebutton-close-backdrop@2.png │ │ ├── titlebutton-close-dark.png │ │ ├── titlebutton-close-dark@2.png │ │ ├── titlebutton-close-hover-dark.png │ │ ├── titlebutton-close-hover-dark@2.png │ │ ├── titlebutton-close-hover.png │ │ ├── titlebutton-close-hover@2.png │ │ ├── titlebutton-close.png │ │ ├── titlebutton-close@2.png │ │ ├── titlebutton-maximize-active-dark.png │ │ ├── titlebutton-maximize-active-dark@2.png │ │ ├── titlebutton-maximize-active.png │ │ ├── titlebutton-maximize-active@2.png │ │ ├── titlebutton-maximize-backdrop-dark.png │ │ ├── titlebutton-maximize-backdrop-dark@2.png │ │ ├── titlebutton-maximize-backdrop.png │ │ ├── titlebutton-maximize-backdrop@2.png │ │ ├── titlebutton-maximize-dark.png │ │ ├── titlebutton-maximize-dark@2.png │ │ ├── titlebutton-maximize-hover-dark.png │ │ ├── titlebutton-maximize-hover-dark@2.png │ │ ├── titlebutton-maximize-hover.png │ │ ├── titlebutton-maximize-hover@2.png │ │ ├── titlebutton-maximize.png │ │ ├── titlebutton-maximize@2.png │ │ ├── titlebutton-minimize-active-dark.png │ │ ├── titlebutton-minimize-active-dark@2.png │ │ ├── titlebutton-minimize-active.png │ │ ├── titlebutton-minimize-active@2.png │ │ ├── titlebutton-minimize-backdrop-dark.png │ │ ├── titlebutton-minimize-backdrop-dark@2.png │ │ ├── titlebutton-minimize-backdrop.png │ │ ├── titlebutton-minimize-backdrop@2.png │ │ ├── titlebutton-minimize-dark.png │ │ ├── titlebutton-minimize-dark@2.png │ │ ├── titlebutton-minimize-hover-dark.png │ │ ├── titlebutton-minimize-hover-dark@2.png │ │ ├── titlebutton-minimize-hover.png │ │ ├── titlebutton-minimize-hover@2.png │ │ ├── titlebutton-minimize.png │ │ └── titlebutton-minimize@2.png │ ├── gtk-dark.css │ ├── gtk.css │ ├── readme.md │ └── thumbnail.png ├── gtk-4.0 │ ├── assets │ │ ├── bullet-symbolic.svg │ │ ├── bullet-symbolic.symbolic.png │ │ ├── bullet@2-symbolic.symbolic.png │ │ ├── check-symbolic.svg │ │ ├── check-symbolic.symbolic.png │ │ ├── check@2-symbolic.symbolic.png │ │ ├── dash-symbolic.svg │ │ ├── dash-symbolic.symbolic.png │ │ ├── dash@2-symbolic.symbolic.png │ │ ├── slider-horz-scale-has-marks-above-active.png │ │ ├── slider-horz-scale-has-marks-above-active@2.png │ │ ├── slider-horz-scale-has-marks-above-backdrop-insensitive.png │ │ ├── slider-horz-scale-has-marks-above-backdrop-insensitive@2.png │ │ ├── slider-horz-scale-has-marks-above-backdrop.png │ │ ├── slider-horz-scale-has-marks-above-backdrop@2.png │ │ ├── slider-horz-scale-has-marks-above-hover.png │ │ ├── slider-horz-scale-has-marks-above-hover@2.png │ │ ├── slider-horz-scale-has-marks-above-insensitive.png │ │ ├── slider-horz-scale-has-marks-above-insensitive@2.png │ │ ├── slider-horz-scale-has-marks-above.png │ │ ├── slider-horz-scale-has-marks-above@2.png │ │ ├── slider-horz-scale-has-marks-below-active.png │ │ ├── slider-horz-scale-has-marks-below-active@2.png │ │ ├── slider-horz-scale-has-marks-below-backdrop-insensitive.png │ │ ├── slider-horz-scale-has-marks-below-backdrop-insensitive@2.png │ │ ├── slider-horz-scale-has-marks-below-backdrop.png │ │ ├── slider-horz-scale-has-marks-below-backdrop@2.png │ │ ├── slider-horz-scale-has-marks-below-hover.png │ │ ├── slider-horz-scale-has-marks-below-hover@2.png │ │ ├── slider-horz-scale-has-marks-below-insensitive.png │ │ ├── slider-horz-scale-has-marks-below-insensitive@2.png │ │ ├── slider-horz-scale-has-marks-below.png │ │ ├── slider-horz-scale-has-marks-below@2.png │ │ ├── slider-vert-scale-has-marks-above-active.png │ │ ├── slider-vert-scale-has-marks-above-active@2.png │ │ ├── slider-vert-scale-has-marks-above-backdrop-insensitive.png │ │ ├── slider-vert-scale-has-marks-above-backdrop-insensitive@2.png │ │ ├── slider-vert-scale-has-marks-above-backdrop.png │ │ ├── slider-vert-scale-has-marks-above-backdrop@2.png │ │ ├── slider-vert-scale-has-marks-above-hover.png │ │ ├── slider-vert-scale-has-marks-above-hover@2.png │ │ ├── slider-vert-scale-has-marks-above-insensitive.png │ │ ├── slider-vert-scale-has-marks-above-insensitive@2.png │ │ ├── slider-vert-scale-has-marks-above.png │ │ ├── slider-vert-scale-has-marks-above@2.png │ │ ├── slider-vert-scale-has-marks-below-active.png │ │ ├── slider-vert-scale-has-marks-below-active@2.png │ │ ├── slider-vert-scale-has-marks-below-backdrop-insensitive.png │ │ ├── slider-vert-scale-has-marks-below-backdrop-insensitive@2.png │ │ ├── slider-vert-scale-has-marks-below-backdrop.png │ │ ├── slider-vert-scale-has-marks-below-backdrop@2.png │ │ ├── slider-vert-scale-has-marks-below-hover.png │ │ ├── slider-vert-scale-has-marks-below-hover@2.png │ │ ├── slider-vert-scale-has-marks-below-insensitive.png │ │ ├── slider-vert-scale-has-marks-below-insensitive@2.png │ │ ├── slider-vert-scale-has-marks-below.png │ │ ├── slider-vert-scale-has-marks-below@2.png │ │ ├── switch-active-header.png │ │ ├── switch-active-header@2.png │ │ ├── switch-active-insensitive-header.png │ │ ├── switch-active-insensitive-header@2.png │ │ ├── switch-active-insensitive-selected.png │ │ ├── switch-active-insensitive-selected@2.png │ │ ├── switch-active-insensitive.png │ │ ├── switch-active-insensitive@2.png │ │ ├── switch-active-selected.png │ │ ├── switch-active-selected@2.png │ │ ├── switch-active.png │ │ ├── switch-active@2.png │ │ ├── switch-header.png │ │ ├── switch-header@2.png │ │ ├── switch-insensitive-header.png │ │ ├── switch-insensitive-header@2.png │ │ ├── switch-insensitive-selected.png │ │ ├── switch-insensitive-selected@2.png │ │ ├── switch-insensitive.png │ │ ├── switch-insensitive@2.png │ │ ├── switch-restricts-active.png │ │ ├── switch-restricts-active@2.png │ │ ├── switch-restricts.png │ │ ├── switch-restricts@2.png │ │ ├── switch-selected.png │ │ ├── switch-selected@2.png │ │ ├── switch.png │ │ ├── switch@2.png │ │ ├── text-select-end-active.png │ │ ├── text-select-end-active@2.png │ │ ├── text-select-end-hover.png │ │ ├── text-select-end-hover@2.png │ │ ├── text-select-end.png │ │ ├── text-select-end@2.png │ │ ├── text-select-start-active.png │ │ ├── text-select-start-active@2.png │ │ ├── text-select-start-hover.png │ │ ├── text-select-start-hover@2.png │ │ ├── text-select-start.png │ │ ├── text-select-start@2.png │ │ ├── titlebutton-close-active.png │ │ ├── titlebutton-close-active@2.png │ │ ├── titlebutton-close-backdrop.png │ │ ├── titlebutton-close-backdrop@2.png │ │ ├── titlebutton-close-hover.png │ │ ├── titlebutton-close-hover@2.png │ │ ├── titlebutton-close.png │ │ ├── titlebutton-close@2.png │ │ ├── titlebutton-maximize-active.png │ │ ├── titlebutton-maximize-active@2.png │ │ ├── titlebutton-maximize-backdrop.png │ │ ├── titlebutton-maximize-backdrop@2.png │ │ ├── titlebutton-maximize-hover.png │ │ ├── titlebutton-maximize-hover@2.png │ │ ├── titlebutton-maximize.png │ │ ├── titlebutton-maximize@2.png │ │ ├── titlebutton-minimize-active.png │ │ ├── titlebutton-minimize-active@2.png │ │ ├── titlebutton-minimize-backdrop.png │ │ ├── titlebutton-minimize-backdrop@2.png │ │ ├── titlebutton-minimize-hover.png │ │ ├── titlebutton-minimize-hover@2.png │ │ ├── titlebutton-minimize.png │ │ └── titlebutton-minimize@2.png │ ├── gtk-dark.css │ └── gtk.css ├── index.theme ├── metacity-1 │ ├── button-close-bg-active.svg │ ├── button-close-bg-backdrop.svg │ ├── button-close-bg-hover.svg │ ├── button-close-bg.svg │ ├── button-maximize-bg-active.svg │ ├── button-maximize-bg-backdrop.svg │ ├── button-maximize-bg-hover.svg │ ├── button-maximize-bg.svg │ ├── button-minimize-bg-active.svg │ ├── button-minimize-bg-backdrop.svg │ ├── button-minimize-bg-hover.svg │ ├── button-minimize-bg.svg │ ├── metacity-theme-2.xml │ ├── metacity-theme-3.xml │ ├── readme.md │ ├── thumbnail.png │ └── thumbnail.svg └── xfwm4 │ ├── bottom-active.png │ ├── bottom-inactive.png │ ├── bottom-left-active.png │ ├── bottom-left-inactive.png │ ├── bottom-right-active.png │ ├── bottom-right-inactive.png │ ├── close-active.png │ ├── close-inactive.png │ ├── close-prelight.png │ ├── close-pressed.png │ ├── hide-active.png │ ├── hide-inactive.png │ ├── hide-prelight.png │ ├── hide-pressed.png │ ├── left-active.png │ ├── left-inactive.png │ ├── maximize-active.png │ ├── maximize-inactive.png │ ├── maximize-prelight.png │ ├── maximize-pressed.png │ ├── menu-active.png │ ├── menu-inactive.png │ ├── menu-pressed.png │ ├── readme.md │ ├── right-active.png │ ├── right-inactive.png │ ├── shade-active.png │ ├── shade-inactive.png │ ├── shade-prelight.png │ ├── shade-pressed.png │ ├── stick-active.png │ ├── stick-inactive.png │ ├── stick-prelight.png │ ├── stick-pressed.png │ ├── themerc │ ├── title-1-active.png │ ├── title-1-inactive.png │ ├── title-2-active.png │ ├── title-2-inactive.png │ ├── title-3-active.png │ ├── title-3-inactive.png │ ├── title-4-active.png │ ├── title-4-inactive.png │ ├── title-5-active.png │ ├── title-5-inactive.png │ ├── top-left-active.png │ ├── top-left-inactive.png │ ├── top-right-active.png │ └── top-right-inactive.png ├── Bubble-Solid-Dark ├── cinnamon │ ├── assets │ │ ├── checkbox │ │ │ ├── checkbox-checked.svg │ │ │ └── checkbox-unchecked.svg │ │ ├── misc │ │ │ ├── add-workspace-active.svg │ │ │ ├── add-workspace-hover.svg │ │ │ ├── add-workspace.svg │ │ │ ├── calendar-arrow-left-hover.svg │ │ │ ├── calendar-arrow-left.svg │ │ │ ├── calendar-arrow-right-hover.svg │ │ │ ├── calendar-arrow-right.svg │ │ │ ├── close-active.svg │ │ │ ├── close-hover.svg │ │ │ ├── close.svg │ │ │ ├── corner-ripple.svg │ │ │ ├── overview-hover.png │ │ │ ├── overview.png │ │ │ └── trash-icon.svg │ │ └── switch │ │ │ ├── switch-off-selected.svg │ │ │ ├── switch-off.svg │ │ │ ├── switch-on-selected.svg │ │ │ └── switch-on.svg │ ├── cinnamon.css │ ├── readme.md │ └── thumbnail.png ├── gnome-shell │ ├── common-assets │ │ ├── dash │ │ │ ├── dash-left.svg │ │ │ ├── dash-placeholder.svg │ │ │ ├── dash-right.svg │ │ │ ├── running1.svg │ │ │ ├── running2.svg │ │ │ ├── running3.svg │ │ │ └── running4.svg │ │ ├── misc │ │ │ ├── bg.svg │ │ │ ├── calendar-day-event.svg │ │ │ ├── calendar-today.svg │ │ │ ├── close-active.svg │ │ │ ├── close-hover.svg │ │ │ ├── close.svg │ │ │ ├── corner-ripple-ltr.svg │ │ │ ├── corner-ripple-rtl.svg │ │ │ ├── more-results.svg │ │ │ ├── osd.svg │ │ │ ├── page-indicator-active.svg │ │ │ ├── page-indicator-checked.svg │ │ │ ├── page-indicator-hover.svg │ │ │ ├── page-indicator-inactive.svg │ │ │ ├── process-working.svg │ │ │ ├── ws-switch-arrow-down.png │ │ │ └── ws-switch-arrow-up.png │ │ ├── panel │ │ │ ├── activities-active.svg │ │ │ └── activities.svg │ │ └── switch │ │ │ ├── switch-off-selected.svg │ │ │ └── switch-on-selected.svg │ ├── dark-assets │ │ ├── checkbox │ │ │ ├── checkbox-checked-focused.svg │ │ │ ├── checkbox-checked.svg │ │ │ ├── checkbox-unchecked-focused.svg │ │ │ └── checkbox-unchecked.svg │ │ ├── misc │ │ │ ├── message-close-active.svg │ │ │ ├── message-close-hover.svg │ │ │ └── message-close.svg │ │ └── switch │ │ │ ├── switch-off.svg │ │ │ └── switch-on.svg │ ├── gnome-shell.css │ └── readme.md ├── gtk-2.0 │ ├── apps.rc │ ├── assets │ │ ├── arrow-down-insens.png │ │ ├── arrow-down-prelight.png │ │ ├── arrow-down-small-insens.png │ │ ├── arrow-down-small-prelight.png │ │ ├── arrow-down-small.png │ │ ├── arrow-down.png │ │ ├── arrow-left-insens.png │ │ ├── arrow-left-prelight.png │ │ ├── arrow-left.png │ │ ├── arrow-right-insens.png │ │ ├── arrow-right-prelight.png │ │ ├── arrow-right.png │ │ ├── arrow-up-insens.png │ │ ├── arrow-up-prelight.png │ │ ├── arrow-up-small-insens.png │ │ ├── arrow-up-small-prelight.png │ │ ├── arrow-up-small.png │ │ ├── arrow-up.png │ │ ├── button-active.png │ │ ├── button-hover.png │ │ ├── button-insensitive.png │ │ ├── button.png │ │ ├── checkbox-checked-insensitive.png │ │ ├── checkbox-checked.png │ │ ├── checkbox-unchecked-insensitive.png │ │ ├── checkbox-unchecked.png │ │ ├── combo-entry-border-focus-rtl.png │ │ ├── combo-entry-border-focus.png │ │ ├── combo-entry-border-rtl.png │ │ ├── combo-entry-border.png │ │ ├── combo-entry-button-active-rtl.png │ │ ├── combo-entry-button-active.png │ │ ├── combo-entry-button-insensitive-rtl.png │ │ ├── combo-entry-button-insensitive.png │ │ ├── combo-entry-button-rtl.png │ │ ├── combo-entry-button.png │ │ ├── combo-entry-focus-notebook-rtl.png │ │ ├── combo-entry-focus-notebook.png │ │ ├── combo-entry-focus-rtl.png │ │ ├── combo-entry-focus.png │ │ ├── combo-entry-insensitive-notebook-rtl.png │ │ ├── combo-entry-insensitive-notebook.png │ │ ├── combo-entry-insensitive-rtl.png │ │ ├── combo-entry-insensitive.png │ │ ├── combo-entry-notebook-rtl.png │ │ ├── combo-entry-notebook.png │ │ ├── combo-entry-rtl.png │ │ ├── combo-entry.png │ │ ├── down-background-disable-rtl.png │ │ ├── down-background-disable.png │ │ ├── down-background-rtl.png │ │ ├── down-background.png │ │ ├── entry-active-bg.png │ │ ├── entry-active-notebook.png │ │ ├── entry-active-toolbar.png │ │ ├── entry-background-disabled.png │ │ ├── entry-background.png │ │ ├── entry-bg.png │ │ ├── entry-border-active-bg.png │ │ ├── entry-border-bg.png │ │ ├── entry-disabled-bg.png │ │ ├── entry-disabled-notebook.png │ │ ├── entry-disabled-toolbar.png │ │ ├── entry-notebook.png │ │ ├── entry-toolbar.png │ │ ├── focus-line.png │ │ ├── frame-gap-end.png │ │ ├── frame-gap-start.png │ │ ├── frame.png │ │ ├── handle-h.png │ │ ├── handle-v.png │ │ ├── inline-toolbar.png │ │ ├── line-h.png │ │ ├── line-v.png │ │ ├── menu-arrow-prelight.png │ │ ├── menu-arrow.png │ │ ├── menu-checkbox-checked-insensitive.png │ │ ├── menu-checkbox-checked-selected.png │ │ ├── menu-checkbox-checked.png │ │ ├── menu-checkbox-unchecked-insensitive.png │ │ ├── menu-checkbox-unchecked-selected.png │ │ ├── menu-checkbox-unchecked.png │ │ ├── menu-radio-checked-insensitive.png │ │ ├── menu-radio-checked-selected.png │ │ ├── menu-radio-checked.png │ │ ├── menu-radio-unchecked-insensitive.png │ │ ├── menu-radio-unchecked-selected.png │ │ ├── menu-radio-unchecked.png │ │ ├── menubar.png │ │ ├── menubar_button.png │ │ ├── menuitem.png │ │ ├── minus.png │ │ ├── notebook-gap-horiz.png │ │ ├── notebook-gap-vert.png │ │ ├── notebook.png │ │ ├── null.png │ │ ├── plus.png │ │ ├── progressbar.png │ │ ├── progressbar_v.png │ │ ├── radio-checked-insensitive.png │ │ ├── radio-checked.png │ │ ├── radio-unchecked-insensitive.png │ │ ├── radio-unchecked.png │ │ ├── slider-horiz-active.png │ │ ├── slider-horiz-insens.png │ │ ├── slider-horiz-prelight.png │ │ ├── slider-horiz.png │ │ ├── slider-insensitive.png │ │ ├── slider-prelight.png │ │ ├── slider-vert-active.png │ │ ├── slider-vert-insens.png │ │ ├── slider-vert-prelight.png │ │ ├── slider-vert.png │ │ ├── slider.png │ │ ├── tab-bottom-active.png │ │ ├── tab-left-active.png │ │ ├── tab-right-active.png │ │ ├── tab-top-active.png │ │ ├── toolbar.png │ │ ├── tree_header.png │ │ ├── trough-horizontal-active.png │ │ ├── trough-horizontal.png │ │ ├── trough-progressbar.png │ │ ├── trough-progressbar_v.png │ │ ├── trough-scrollbar-horiz.png │ │ ├── trough-scrollbar-vert.png │ │ ├── trough-vertical-active.png │ │ ├── trough-vertical.png │ │ ├── up-background-disable-rtl.png │ │ ├── up-background-disable.png │ │ ├── up-background-rtl.png │ │ └── up-background.png │ ├── gtkrc │ ├── main.rc │ ├── menubar-toolbar │ │ ├── button-active.png │ │ ├── button-hover.png │ │ ├── button-insensitive.png │ │ ├── button.png │ │ ├── entry-active-toolbar-dark.png │ │ ├── entry-active-toolbar.png │ │ ├── entry-disabled-toolbar-dark.png │ │ ├── entry-disabled-toolbar.png │ │ ├── entry-toolbar-dark.png │ │ ├── entry-toolbar.png │ │ ├── menubar-dark.png │ │ ├── menubar-toolbar-dark.rc │ │ ├── menubar-toolbar.rc │ │ ├── menubar.png │ │ ├── menubar_button-dark.png │ │ └── menubar_button.png │ ├── panel.rc │ ├── readme.md │ └── xfce-notify.rc ├── gtk-3.0 │ ├── assets │ │ ├── checkbox-checked-dark.png │ │ ├── checkbox-checked-dark@2.png │ │ ├── checkbox-checked-insensitive-dark.png │ │ ├── checkbox-checked-insensitive-dark@2.png │ │ ├── checkbox-checked-insensitive-selected-dark.png │ │ ├── checkbox-checked-insensitive-selected-dark@2.png │ │ ├── checkbox-checked-insensitive-selected.png │ │ ├── checkbox-checked-insensitive-selected@2.png │ │ ├── checkbox-checked-insensitive.png │ │ ├── checkbox-checked-insensitive@2.png │ │ ├── checkbox-checked-selected-dark.png │ │ ├── checkbox-checked-selected-dark@2.png │ │ ├── checkbox-checked-selected.png │ │ ├── checkbox-checked-selected@2.png │ │ ├── checkbox-checked-selectionmode-dark.png │ │ ├── checkbox-checked-selectionmode-dark@2.png │ │ ├── checkbox-checked-selectionmode.png │ │ ├── checkbox-checked-selectionmode@2.png │ │ ├── checkbox-checked.png │ │ ├── checkbox-checked@2.png │ │ ├── checkbox-mixed-dark.png │ │ ├── checkbox-mixed-dark@2.png │ │ ├── checkbox-mixed-insensitive-dark.png │ │ ├── checkbox-mixed-insensitive-dark@2.png │ │ ├── checkbox-mixed-insensitive-selected-dark.png │ │ ├── checkbox-mixed-insensitive-selected-dark@2.png │ │ ├── checkbox-mixed-insensitive-selected.png │ │ ├── checkbox-mixed-insensitive-selected@2.png │ │ ├── checkbox-mixed-insensitive.png │ │ ├── checkbox-mixed-insensitive@2.png │ │ ├── checkbox-mixed-selected-dark.png │ │ ├── checkbox-mixed-selected-dark@2.png │ │ ├── checkbox-mixed-selected.png │ │ ├── checkbox-mixed-selected@2.png │ │ ├── checkbox-mixed.png │ │ ├── checkbox-mixed@2.png │ │ ├── checkbox-selectionmode-dark.png │ │ ├── checkbox-selectionmode-dark@2.png │ │ ├── checkbox-selectionmode.png │ │ ├── checkbox-selectionmode@2.png │ │ ├── checkbox-unchecked-dark.png │ │ ├── checkbox-unchecked-dark@2.png │ │ ├── checkbox-unchecked-insensitive-dark.png │ │ ├── checkbox-unchecked-insensitive-dark@2.png │ │ ├── checkbox-unchecked-insensitive-selected-dark.png │ │ ├── checkbox-unchecked-insensitive-selected-dark@2.png │ │ ├── checkbox-unchecked-insensitive-selected.png │ │ ├── checkbox-unchecked-insensitive-selected@2.png │ │ ├── checkbox-unchecked-insensitive.png │ │ ├── checkbox-unchecked-insensitive@2.png │ │ ├── checkbox-unchecked-selected-dark.png │ │ ├── checkbox-unchecked-selected-dark@2.png │ │ ├── checkbox-unchecked-selected.png │ │ ├── checkbox-unchecked-selected@2.png │ │ ├── checkbox-unchecked.png │ │ ├── checkbox-unchecked@2.png │ │ ├── radio-checked-dark.png │ │ ├── radio-checked-dark@2.png │ │ ├── radio-checked-insensitive-dark.png │ │ ├── radio-checked-insensitive-dark@2.png │ │ ├── radio-checked-insensitive-selected-dark.png │ │ ├── radio-checked-insensitive-selected-dark@2.png │ │ ├── radio-checked-insensitive-selected.png │ │ ├── radio-checked-insensitive-selected@2.png │ │ ├── radio-checked-insensitive.png │ │ ├── radio-checked-insensitive@2.png │ │ ├── radio-checked-selected-dark.png │ │ ├── radio-checked-selected-dark@2.png │ │ ├── radio-checked-selected.png │ │ ├── radio-checked-selected@2.png │ │ ├── radio-checked.png │ │ ├── radio-checked@2.png │ │ ├── radio-mixed-dark.png │ │ ├── radio-mixed-dark@2.png │ │ ├── radio-mixed-insensitive-dark.png │ │ ├── radio-mixed-insensitive-dark@2.png │ │ ├── radio-mixed-insensitive-selected-dark.png │ │ ├── radio-mixed-insensitive-selected-dark@2.png │ │ ├── radio-mixed-insensitive-selected.png │ │ ├── radio-mixed-insensitive-selected@2.png │ │ ├── radio-mixed-insensitive.png │ │ ├── radio-mixed-insensitive@2.png │ │ ├── radio-mixed-selected-dark.png │ │ ├── radio-mixed-selected-dark@2.png │ │ ├── radio-mixed-selected.png │ │ ├── radio-mixed-selected@2.png │ │ ├── radio-mixed.png │ │ ├── radio-mixed@2.png │ │ ├── radio-unchecked-dark.png │ │ ├── radio-unchecked-dark@2.png │ │ ├── radio-unchecked-insensitive-dark.png │ │ ├── radio-unchecked-insensitive-dark@2.png │ │ ├── radio-unchecked-insensitive-selected-dark.png │ │ ├── radio-unchecked-insensitive-selected-dark@2.png │ │ ├── radio-unchecked-insensitive-selected.png │ │ ├── radio-unchecked-insensitive-selected@2.png │ │ ├── radio-unchecked-insensitive.png │ │ ├── radio-unchecked-insensitive@2.png │ │ ├── radio-unchecked-selected-dark.png │ │ ├── radio-unchecked-selected-dark@2.png │ │ ├── radio-unchecked-selected.png │ │ ├── radio-unchecked-selected@2.png │ │ ├── radio-unchecked.png │ │ ├── radio-unchecked@2.png │ │ ├── switch-active-dark.png │ │ ├── switch-active-dark@2.png │ │ ├── switch-active-header-dark.png │ │ ├── switch-active-header-dark@2.png │ │ ├── switch-active-header.png │ │ ├── switch-active-header@2.png │ │ ├── switch-active-insensitive-dark.png │ │ ├── switch-active-insensitive-dark@2.png │ │ ├── switch-active-insensitive-header-dark.png │ │ ├── switch-active-insensitive-header-dark@2.png │ │ ├── switch-active-insensitive-header.png │ │ ├── switch-active-insensitive-header@2.png │ │ ├── switch-active-insensitive-selected-dark.png │ │ ├── switch-active-insensitive-selected-dark@2.png │ │ ├── switch-active-insensitive-selected.png │ │ ├── switch-active-insensitive-selected@2.png │ │ ├── switch-active-insensitive.png │ │ ├── switch-active-insensitive@2.png │ │ ├── switch-active-selected-dark.png │ │ ├── switch-active-selected-dark@2.png │ │ ├── switch-active-selected.png │ │ ├── switch-active-selected@2.png │ │ ├── switch-active.png │ │ ├── switch-active@2.png │ │ ├── switch-dark.png │ │ ├── switch-dark@2.png │ │ ├── switch-header-dark.png │ │ ├── switch-header-dark@2.png │ │ ├── switch-header.png │ │ ├── switch-header@2.png │ │ ├── switch-insensitive-dark.png │ │ ├── switch-insensitive-dark@2.png │ │ ├── switch-insensitive-header-dark.png │ │ ├── switch-insensitive-header-dark@2.png │ │ ├── switch-insensitive-header.png │ │ ├── switch-insensitive-header@2.png │ │ ├── switch-insensitive-selected-dark.png │ │ ├── switch-insensitive-selected-dark@2.png │ │ ├── switch-insensitive-selected.png │ │ ├── switch-insensitive-selected@2.png │ │ ├── switch-insensitive.png │ │ ├── switch-insensitive@2.png │ │ ├── switch-restricts-active.png │ │ ├── switch-restricts-active@2.png │ │ ├── switch-restricts-dark-active.png │ │ ├── switch-restricts-dark-active@2.png │ │ ├── switch-restricts-dark.png │ │ ├── switch-restricts-dark@2.png │ │ ├── switch-restricts.png │ │ ├── switch-restricts@2.png │ │ ├── switch-selected-dark.png │ │ ├── switch-selected-dark@2.png │ │ ├── switch-selected.png │ │ ├── switch-selected@2.png │ │ ├── switch.png │ │ ├── switch@2.png │ │ ├── thumbnail-frame.png │ │ ├── titlebutton-close-active-dark.png │ │ ├── titlebutton-close-active-dark@2.png │ │ ├── titlebutton-close-active.png │ │ ├── titlebutton-close-active@2.png │ │ ├── titlebutton-close-backdrop-dark.png │ │ ├── titlebutton-close-backdrop-dark@2.png │ │ ├── titlebutton-close-backdrop.png │ │ ├── titlebutton-close-backdrop@2.png │ │ ├── titlebutton-close-dark.png │ │ ├── titlebutton-close-dark@2.png │ │ ├── titlebutton-close-hover-dark.png │ │ ├── titlebutton-close-hover-dark@2.png │ │ ├── titlebutton-close-hover.png │ │ ├── titlebutton-close-hover@2.png │ │ ├── titlebutton-close.png │ │ ├── titlebutton-close@2.png │ │ ├── titlebutton-maximize-active-dark.png │ │ ├── titlebutton-maximize-active-dark@2.png │ │ ├── titlebutton-maximize-active.png │ │ ├── titlebutton-maximize-active@2.png │ │ ├── titlebutton-maximize-backdrop-dark.png │ │ ├── titlebutton-maximize-backdrop-dark@2.png │ │ ├── titlebutton-maximize-backdrop.png │ │ ├── titlebutton-maximize-backdrop@2.png │ │ ├── titlebutton-maximize-dark.png │ │ ├── titlebutton-maximize-dark@2.png │ │ ├── titlebutton-maximize-hover-dark.png │ │ ├── titlebutton-maximize-hover-dark@2.png │ │ ├── titlebutton-maximize-hover.png │ │ ├── titlebutton-maximize-hover@2.png │ │ ├── titlebutton-maximize.png │ │ ├── titlebutton-maximize@2.png │ │ ├── titlebutton-minimize-active-dark.png │ │ ├── titlebutton-minimize-active-dark@2.png │ │ ├── titlebutton-minimize-active.png │ │ ├── titlebutton-minimize-active@2.png │ │ ├── titlebutton-minimize-backdrop-dark.png │ │ ├── titlebutton-minimize-backdrop-dark@2.png │ │ ├── titlebutton-minimize-backdrop.png │ │ ├── titlebutton-minimize-backdrop@2.png │ │ ├── titlebutton-minimize-dark.png │ │ ├── titlebutton-minimize-dark@2.png │ │ ├── titlebutton-minimize-hover-dark.png │ │ ├── titlebutton-minimize-hover-dark@2.png │ │ ├── titlebutton-minimize-hover.png │ │ ├── titlebutton-minimize-hover@2.png │ │ ├── titlebutton-minimize.png │ │ └── titlebutton-minimize@2.png │ ├── gtk-dark.css │ ├── gtk.css │ ├── readme.md │ └── thumbnail.png ├── gtk-4.0 │ ├── assets │ │ ├── bullet-symbolic.svg │ │ ├── bullet-symbolic.symbolic.png │ │ ├── bullet@2-symbolic.symbolic.png │ │ ├── check-symbolic.svg │ │ ├── check-symbolic.symbolic.png │ │ ├── check@2-symbolic.symbolic.png │ │ ├── dash-symbolic.svg │ │ ├── dash-symbolic.symbolic.png │ │ ├── dash@2-symbolic.symbolic.png │ │ ├── slider-horz-scale-has-marks-above-active-dark.png │ │ ├── slider-horz-scale-has-marks-above-active-dark@2.png │ │ ├── slider-horz-scale-has-marks-above-backdrop-dark.png │ │ ├── slider-horz-scale-has-marks-above-backdrop-dark@2.png │ │ ├── slider-horz-scale-has-marks-above-backdrop-insensitive-dark.png │ │ ├── slider-horz-scale-has-marks-above-backdrop-insensitive-dark@2.png │ │ ├── slider-horz-scale-has-marks-above-dark.png │ │ ├── slider-horz-scale-has-marks-above-dark@2.png │ │ ├── slider-horz-scale-has-marks-above-hover-dark.png │ │ ├── slider-horz-scale-has-marks-above-hover-dark@2.png │ │ ├── slider-horz-scale-has-marks-above-insensitive-dark.png │ │ ├── slider-horz-scale-has-marks-above-insensitive-dark@2.png │ │ ├── slider-horz-scale-has-marks-below-active-dark.png │ │ ├── slider-horz-scale-has-marks-below-active-dark@2.png │ │ ├── slider-horz-scale-has-marks-below-backdrop-dark.png │ │ ├── slider-horz-scale-has-marks-below-backdrop-dark@2.png │ │ ├── slider-horz-scale-has-marks-below-backdrop-insensitive-dark.png │ │ ├── slider-horz-scale-has-marks-below-backdrop-insensitive-dark@2.png │ │ ├── slider-horz-scale-has-marks-below-dark.png │ │ ├── slider-horz-scale-has-marks-below-dark@2.png │ │ ├── slider-horz-scale-has-marks-below-hover-dark.png │ │ ├── slider-horz-scale-has-marks-below-hover-dark@2.png │ │ ├── slider-horz-scale-has-marks-below-insensitive-dark.png │ │ ├── slider-horz-scale-has-marks-below-insensitive-dark@2.png │ │ ├── slider-vert-scale-has-marks-above-active-dark.png │ │ ├── slider-vert-scale-has-marks-above-active-dark@2.png │ │ ├── slider-vert-scale-has-marks-above-backdrop-dark.png │ │ ├── slider-vert-scale-has-marks-above-backdrop-dark@2.png │ │ ├── slider-vert-scale-has-marks-above-backdrop-insensitive-dark.png │ │ ├── slider-vert-scale-has-marks-above-backdrop-insensitive-dark@2.png │ │ ├── slider-vert-scale-has-marks-above-dark.png │ │ ├── slider-vert-scale-has-marks-above-dark@2.png │ │ ├── slider-vert-scale-has-marks-above-hover-dark.png │ │ ├── slider-vert-scale-has-marks-above-hover-dark@2.png │ │ ├── slider-vert-scale-has-marks-above-insensitive-dark.png │ │ ├── slider-vert-scale-has-marks-above-insensitive-dark@2.png │ │ ├── slider-vert-scale-has-marks-below-active-dark.png │ │ ├── slider-vert-scale-has-marks-below-active-dark@2.png │ │ ├── slider-vert-scale-has-marks-below-backdrop-dark.png │ │ ├── slider-vert-scale-has-marks-below-backdrop-dark@2.png │ │ ├── slider-vert-scale-has-marks-below-backdrop-insensitive-dark.png │ │ ├── slider-vert-scale-has-marks-below-backdrop-insensitive-dark@2.png │ │ ├── slider-vert-scale-has-marks-below-dark.png │ │ ├── slider-vert-scale-has-marks-below-dark@2.png │ │ ├── slider-vert-scale-has-marks-below-hover-dark.png │ │ ├── slider-vert-scale-has-marks-below-hover-dark@2.png │ │ ├── slider-vert-scale-has-marks-below-insensitive-dark.png │ │ ├── slider-vert-scale-has-marks-below-insensitive-dark@2.png │ │ ├── switch-active-dark.png │ │ ├── switch-active-dark@2.png │ │ ├── switch-active-header-dark.png │ │ ├── switch-active-header-dark@2.png │ │ ├── switch-active-insensitive-dark.png │ │ ├── switch-active-insensitive-dark@2.png │ │ ├── switch-active-insensitive-header-dark.png │ │ ├── switch-active-insensitive-header-dark@2.png │ │ ├── switch-active-insensitive-selected-dark.png │ │ ├── switch-active-insensitive-selected-dark@2.png │ │ ├── switch-active-selected-dark.png │ │ ├── switch-active-selected-dark@2.png │ │ ├── switch-dark.png │ │ ├── switch-dark@2.png │ │ ├── switch-header-dark.png │ │ ├── switch-header-dark@2.png │ │ ├── switch-insensitive-dark.png │ │ ├── switch-insensitive-dark@2.png │ │ ├── switch-insensitive-header-dark.png │ │ ├── switch-insensitive-header-dark@2.png │ │ ├── switch-insensitive-selected-dark.png │ │ ├── switch-insensitive-selected-dark@2.png │ │ ├── switch-restricts-dark-active.png │ │ ├── switch-restricts-dark-active@2.png │ │ ├── switch-restricts-dark.png │ │ ├── switch-restricts-dark@2.png │ │ ├── switch-selected-dark.png │ │ ├── switch-selected-dark@2.png │ │ ├── text-select-end-active-dark.png │ │ ├── text-select-end-active-dark@2.png │ │ ├── text-select-end-dark.png │ │ ├── text-select-end-dark@2.png │ │ ├── text-select-end-hover-dark.png │ │ ├── text-select-end-hover-dark@2.png │ │ ├── text-select-start-active-dark.png │ │ ├── text-select-start-active-dark@2.png │ │ ├── text-select-start-dark.png │ │ ├── text-select-start-dark@2.png │ │ ├── text-select-start-hover-dark.png │ │ ├── text-select-start-hover-dark@2.png │ │ ├── titlebutton-close-active-dark.png │ │ ├── titlebutton-close-active-dark@2.png │ │ ├── titlebutton-close-backdrop-dark.png │ │ ├── titlebutton-close-backdrop-dark@2.png │ │ ├── titlebutton-close-dark.png │ │ ├── titlebutton-close-dark@2.png │ │ ├── titlebutton-close-hover-dark.png │ │ ├── titlebutton-close-hover-dark@2.png │ │ ├── titlebutton-maximize-active-dark.png │ │ ├── titlebutton-maximize-active-dark@2.png │ │ ├── titlebutton-maximize-backdrop-dark.png │ │ ├── titlebutton-maximize-backdrop-dark@2.png │ │ ├── titlebutton-maximize-dark.png │ │ ├── titlebutton-maximize-dark@2.png │ │ ├── titlebutton-maximize-hover-dark.png │ │ ├── titlebutton-maximize-hover-dark@2.png │ │ ├── titlebutton-minimize-active-dark.png │ │ ├── titlebutton-minimize-active-dark@2.png │ │ ├── titlebutton-minimize-backdrop-dark.png │ │ ├── titlebutton-minimize-backdrop-dark@2.png │ │ ├── titlebutton-minimize-dark.png │ │ ├── titlebutton-minimize-dark@2.png │ │ ├── titlebutton-minimize-hover-dark.png │ │ └── titlebutton-minimize-hover-dark@2.png │ ├── gtk-dark.css │ └── gtk.css ├── index.theme ├── metacity-1 │ ├── button-close-bg-active.svg │ ├── button-close-bg-backdrop.svg │ ├── button-close-bg-hover.svg │ ├── button-close-bg.svg │ ├── button-maximize-bg-active.svg │ ├── button-maximize-bg-backdrop.svg │ ├── button-maximize-bg-hover.svg │ ├── button-maximize-bg.svg │ ├── button-minimize-bg-active.svg │ ├── button-minimize-bg-backdrop.svg │ ├── button-minimize-bg-hover.svg │ ├── button-minimize-bg.svg │ ├── metacity-theme-2.xml │ ├── metacity-theme-3.xml │ ├── readme.md │ ├── thumbnail.png │ └── thumbnail.svg └── xfwm4 │ ├── bottom-active.png │ ├── bottom-inactive.png │ ├── bottom-left-active.png │ ├── bottom-left-inactive.png │ ├── bottom-right-active.png │ ├── bottom-right-inactive.png │ ├── close-active.png │ ├── close-inactive.png │ ├── close-prelight.png │ ├── close-pressed.png │ ├── hide-active.png │ ├── hide-inactive.png │ ├── hide-prelight.png │ ├── hide-pressed.png │ ├── left-active.png │ ├── left-inactive.png │ ├── maximize-active.png │ ├── maximize-inactive.png │ ├── maximize-prelight.png │ ├── maximize-pressed.png │ ├── menu-active.png │ ├── menu-inactive.png │ ├── menu-pressed.png │ ├── readme.md │ ├── right-active.png │ ├── right-inactive.png │ ├── shade-active.png │ ├── shade-inactive.png │ ├── shade-prelight.png │ ├── shade-pressed.png │ ├── stick-active.png │ ├── stick-inactive.png │ ├── stick-prelight.png │ ├── stick-pressed.png │ ├── themerc │ ├── title-1-active.png │ ├── title-1-inactive.png │ ├── title-2-active.png │ ├── title-2-inactive.png │ ├── title-3-active.png │ ├── title-3-inactive.png │ ├── title-4-active.png │ ├── title-4-inactive.png │ ├── title-5-active.png │ ├── title-5-inactive.png │ ├── top-left-active.png │ ├── top-left-inactive.png │ ├── top-right-active.png │ └── top-right-inactive.png ├── Bubble-Solid-Darker ├── cinnamon │ ├── assets │ │ ├── checkbox │ │ │ ├── checkbox-checked.svg │ │ │ └── checkbox-unchecked.svg │ │ ├── misc │ │ │ ├── add-workspace-active.svg │ │ │ ├── add-workspace-hover.svg │ │ │ ├── add-workspace.svg │ │ │ ├── calendar-arrow-left-hover.svg │ │ │ ├── calendar-arrow-left.svg │ │ │ ├── calendar-arrow-right-hover.svg │ │ │ ├── calendar-arrow-right.svg │ │ │ ├── close-active.svg │ │ │ ├── close-hover.svg │ │ │ ├── close.svg │ │ │ ├── corner-ripple.svg │ │ │ ├── overview-hover.png │ │ │ ├── overview.png │ │ │ └── trash-icon.svg │ │ └── switch │ │ │ ├── switch-off-selected.svg │ │ │ ├── switch-off.svg │ │ │ ├── switch-on-selected.svg │ │ │ └── switch-on.svg │ ├── cinnamon.css │ ├── readme.md │ └── thumbnail.png ├── gnome-shell │ ├── common-assets │ │ ├── dash │ │ │ ├── dash-left.svg │ │ │ ├── dash-placeholder.svg │ │ │ ├── dash-right.svg │ │ │ ├── running1.svg │ │ │ ├── running2.svg │ │ │ ├── running3.svg │ │ │ └── running4.svg │ │ ├── misc │ │ │ ├── bg.svg │ │ │ ├── calendar-day-event.svg │ │ │ ├── calendar-today.svg │ │ │ ├── close-active.svg │ │ │ ├── close-hover.svg │ │ │ ├── close.svg │ │ │ ├── corner-ripple-ltr.svg │ │ │ ├── corner-ripple-rtl.svg │ │ │ ├── more-results.svg │ │ │ ├── osd.svg │ │ │ ├── page-indicator-active.svg │ │ │ ├── page-indicator-checked.svg │ │ │ ├── page-indicator-hover.svg │ │ │ ├── page-indicator-inactive.svg │ │ │ ├── process-working.svg │ │ │ ├── ws-switch-arrow-down.png │ │ │ └── ws-switch-arrow-up.png │ │ ├── panel │ │ │ ├── activities-active.svg │ │ │ └── activities.svg │ │ └── switch │ │ │ ├── switch-off-selected.svg │ │ │ └── switch-on-selected.svg │ ├── dark-assets │ │ ├── checkbox │ │ │ ├── checkbox-checked-focused.svg │ │ │ ├── checkbox-checked.svg │ │ │ ├── checkbox-unchecked-focused.svg │ │ │ └── checkbox-unchecked.svg │ │ ├── misc │ │ │ ├── message-close-active.svg │ │ │ ├── message-close-hover.svg │ │ │ └── message-close.svg │ │ └── switch │ │ │ ├── switch-off.svg │ │ │ └── switch-on.svg │ ├── gnome-shell.css │ └── readme.md ├── gtk-2.0 │ ├── apps.rc │ ├── assets │ │ ├── arrow-down-insens.png │ │ ├── arrow-down-prelight.png │ │ ├── arrow-down-small-insens.png │ │ ├── arrow-down-small-prelight.png │ │ ├── arrow-down-small.png │ │ ├── arrow-down.png │ │ ├── arrow-left-insens.png │ │ ├── arrow-left-prelight.png │ │ ├── arrow-left.png │ │ ├── arrow-right-insens.png │ │ ├── arrow-right-prelight.png │ │ ├── arrow-right.png │ │ ├── arrow-up-insens.png │ │ ├── arrow-up-prelight.png │ │ ├── arrow-up-small-insens.png │ │ ├── arrow-up-small-prelight.png │ │ ├── arrow-up-small.png │ │ ├── arrow-up.png │ │ ├── button-active.png │ │ ├── button-hover.png │ │ ├── button-insensitive.png │ │ ├── button.png │ │ ├── checkbox-checked-insensitive.png │ │ ├── checkbox-checked.png │ │ ├── checkbox-unchecked-insensitive.png │ │ ├── checkbox-unchecked.png │ │ ├── combo-entry-border-focus-rtl.png │ │ ├── combo-entry-border-focus.png │ │ ├── combo-entry-border-rtl.png │ │ ├── combo-entry-border.png │ │ ├── combo-entry-button-active-rtl.png │ │ ├── combo-entry-button-active.png │ │ ├── combo-entry-button-insensitive-rtl.png │ │ ├── combo-entry-button-insensitive.png │ │ ├── combo-entry-button-rtl.png │ │ ├── combo-entry-button.png │ │ ├── combo-entry-focus-notebook-rtl.png │ │ ├── combo-entry-focus-notebook.png │ │ ├── combo-entry-focus-rtl.png │ │ ├── combo-entry-focus.png │ │ ├── combo-entry-insensitive-notebook-rtl.png │ │ ├── combo-entry-insensitive-notebook.png │ │ ├── combo-entry-insensitive-rtl.png │ │ ├── combo-entry-insensitive.png │ │ ├── combo-entry-notebook-rtl.png │ │ ├── combo-entry-notebook.png │ │ ├── combo-entry-rtl.png │ │ ├── combo-entry.png │ │ ├── down-background-disable-rtl.png │ │ ├── down-background-disable.png │ │ ├── down-background-rtl.png │ │ ├── down-background.png │ │ ├── entry-active-bg.png │ │ ├── entry-active-notebook.png │ │ ├── entry-active-toolbar.png │ │ ├── entry-background-disabled.png │ │ ├── entry-background.png │ │ ├── entry-bg.png │ │ ├── entry-border-active-bg.png │ │ ├── entry-border-bg.png │ │ ├── entry-disabled-bg.png │ │ ├── entry-disabled-notebook.png │ │ ├── entry-disabled-toolbar.png │ │ ├── entry-notebook.png │ │ ├── entry-toolbar.png │ │ ├── focus-line.png │ │ ├── frame-gap-end.png │ │ ├── frame-gap-start.png │ │ ├── frame.png │ │ ├── handle-h.png │ │ ├── handle-v.png │ │ ├── inline-toolbar.png │ │ ├── line-h.png │ │ ├── line-v.png │ │ ├── menu-arrow-prelight.png │ │ ├── menu-arrow.png │ │ ├── menu-checkbox-checked-insensitive.png │ │ ├── menu-checkbox-checked-selected.png │ │ ├── menu-checkbox-checked.png │ │ ├── menu-checkbox-unchecked-insensitive.png │ │ ├── menu-checkbox-unchecked-selected.png │ │ ├── menu-checkbox-unchecked.png │ │ ├── menu-radio-checked-insensitive.png │ │ ├── menu-radio-checked-selected.png │ │ ├── menu-radio-checked.png │ │ ├── menu-radio-unchecked-insensitive.png │ │ ├── menu-radio-unchecked-selected.png │ │ ├── menu-radio-unchecked.png │ │ ├── menubar.png │ │ ├── menubar_button.png │ │ ├── menuitem.png │ │ ├── minus.png │ │ ├── notebook-gap-horiz.png │ │ ├── notebook-gap-vert.png │ │ ├── notebook.png │ │ ├── null.png │ │ ├── plus.png │ │ ├── progressbar.png │ │ ├── progressbar_v.png │ │ ├── radio-checked-insensitive.png │ │ ├── radio-checked.png │ │ ├── radio-unchecked-insensitive.png │ │ ├── radio-unchecked.png │ │ ├── slider-horiz-active.png │ │ ├── slider-horiz-insens.png │ │ ├── slider-horiz-prelight.png │ │ ├── slider-horiz.png │ │ ├── slider-insensitive.png │ │ ├── slider-prelight.png │ │ ├── slider-vert-active.png │ │ ├── slider-vert-insens.png │ │ ├── slider-vert-prelight.png │ │ ├── slider-vert.png │ │ ├── slider.png │ │ ├── tab-bottom-active.png │ │ ├── tab-left-active.png │ │ ├── tab-right-active.png │ │ ├── tab-top-active.png │ │ ├── toolbar.png │ │ ├── tree_header.png │ │ ├── trough-horizontal-active.png │ │ ├── trough-horizontal.png │ │ ├── trough-progressbar.png │ │ ├── trough-progressbar_v.png │ │ ├── trough-scrollbar-horiz.png │ │ ├── trough-scrollbar-vert.png │ │ ├── trough-vertical-active.png │ │ ├── trough-vertical.png │ │ ├── up-background-disable-rtl.png │ │ ├── up-background-disable.png │ │ ├── up-background-rtl.png │ │ └── up-background.png │ ├── gtkrc │ ├── main.rc │ ├── menubar-toolbar │ │ ├── button-active.png │ │ ├── button-hover.png │ │ ├── button-insensitive.png │ │ ├── button.png │ │ ├── entry-active-toolbar-dark.png │ │ ├── entry-active-toolbar.png │ │ ├── entry-disabled-toolbar-dark.png │ │ ├── entry-disabled-toolbar.png │ │ ├── entry-toolbar-dark.png │ │ ├── entry-toolbar.png │ │ ├── menubar-dark.png │ │ ├── menubar-toolbar-dark.rc │ │ ├── menubar-toolbar.rc │ │ ├── menubar.png │ │ ├── menubar_button-dark.png │ │ └── menubar_button.png │ ├── panel.rc │ ├── readme.md │ └── xfce-notify.rc ├── gtk-3.0 │ ├── assets │ │ ├── checkbox-checked-dark.png │ │ ├── checkbox-checked-dark@2.png │ │ ├── checkbox-checked-insensitive-dark.png │ │ ├── checkbox-checked-insensitive-dark@2.png │ │ ├── checkbox-checked-insensitive-selected-dark.png │ │ ├── checkbox-checked-insensitive-selected-dark@2.png │ │ ├── checkbox-checked-insensitive-selected.png │ │ ├── checkbox-checked-insensitive-selected@2.png │ │ ├── checkbox-checked-insensitive.png │ │ ├── checkbox-checked-insensitive@2.png │ │ ├── checkbox-checked-selected-dark.png │ │ ├── checkbox-checked-selected-dark@2.png │ │ ├── checkbox-checked-selected.png │ │ ├── checkbox-checked-selected@2.png │ │ ├── checkbox-checked-selectionmode-dark.png │ │ ├── checkbox-checked-selectionmode-dark@2.png │ │ ├── checkbox-checked-selectionmode.png │ │ ├── checkbox-checked-selectionmode@2.png │ │ ├── checkbox-checked.png │ │ ├── checkbox-checked@2.png │ │ ├── checkbox-mixed-dark.png │ │ ├── checkbox-mixed-dark@2.png │ │ ├── checkbox-mixed-insensitive-dark.png │ │ ├── checkbox-mixed-insensitive-dark@2.png │ │ ├── checkbox-mixed-insensitive-selected-dark.png │ │ ├── checkbox-mixed-insensitive-selected-dark@2.png │ │ ├── checkbox-mixed-insensitive-selected.png │ │ ├── checkbox-mixed-insensitive-selected@2.png │ │ ├── checkbox-mixed-insensitive.png │ │ ├── checkbox-mixed-insensitive@2.png │ │ ├── checkbox-mixed-selected-dark.png │ │ ├── checkbox-mixed-selected-dark@2.png │ │ ├── checkbox-mixed-selected.png │ │ ├── checkbox-mixed-selected@2.png │ │ ├── checkbox-mixed.png │ │ ├── checkbox-mixed@2.png │ │ ├── checkbox-selectionmode-dark.png │ │ ├── checkbox-selectionmode-dark@2.png │ │ ├── checkbox-selectionmode.png │ │ ├── checkbox-selectionmode@2.png │ │ ├── checkbox-unchecked-dark.png │ │ ├── checkbox-unchecked-dark@2.png │ │ ├── checkbox-unchecked-insensitive-dark.png │ │ ├── checkbox-unchecked-insensitive-dark@2.png │ │ ├── checkbox-unchecked-insensitive-selected-dark.png │ │ ├── checkbox-unchecked-insensitive-selected-dark@2.png │ │ ├── checkbox-unchecked-insensitive-selected.png │ │ ├── checkbox-unchecked-insensitive-selected@2.png │ │ ├── checkbox-unchecked-insensitive.png │ │ ├── checkbox-unchecked-insensitive@2.png │ │ ├── checkbox-unchecked-selected-dark.png │ │ ├── checkbox-unchecked-selected-dark@2.png │ │ ├── checkbox-unchecked-selected.png │ │ ├── checkbox-unchecked-selected@2.png │ │ ├── checkbox-unchecked.png │ │ ├── checkbox-unchecked@2.png │ │ ├── radio-checked-dark.png │ │ ├── radio-checked-dark@2.png │ │ ├── radio-checked-insensitive-dark.png │ │ ├── radio-checked-insensitive-dark@2.png │ │ ├── radio-checked-insensitive-selected-dark.png │ │ ├── radio-checked-insensitive-selected-dark@2.png │ │ ├── radio-checked-insensitive-selected.png │ │ ├── radio-checked-insensitive-selected@2.png │ │ ├── radio-checked-insensitive.png │ │ ├── radio-checked-insensitive@2.png │ │ ├── radio-checked-selected-dark.png │ │ ├── radio-checked-selected-dark@2.png │ │ ├── radio-checked-selected.png │ │ ├── radio-checked-selected@2.png │ │ ├── radio-checked.png │ │ ├── radio-checked@2.png │ │ ├── radio-mixed-dark.png │ │ ├── radio-mixed-dark@2.png │ │ ├── radio-mixed-insensitive-dark.png │ │ ├── radio-mixed-insensitive-dark@2.png │ │ ├── radio-mixed-insensitive-selected-dark.png │ │ ├── radio-mixed-insensitive-selected-dark@2.png │ │ ├── radio-mixed-insensitive-selected.png │ │ ├── radio-mixed-insensitive-selected@2.png │ │ ├── radio-mixed-insensitive.png │ │ ├── radio-mixed-insensitive@2.png │ │ ├── radio-mixed-selected-dark.png │ │ ├── radio-mixed-selected-dark@2.png │ │ ├── radio-mixed-selected.png │ │ ├── radio-mixed-selected@2.png │ │ ├── radio-mixed.png │ │ ├── radio-mixed@2.png │ │ ├── radio-unchecked-dark.png │ │ ├── radio-unchecked-dark@2.png │ │ ├── radio-unchecked-insensitive-dark.png │ │ ├── radio-unchecked-insensitive-dark@2.png │ │ ├── radio-unchecked-insensitive-selected-dark.png │ │ ├── radio-unchecked-insensitive-selected-dark@2.png │ │ ├── radio-unchecked-insensitive-selected.png │ │ ├── radio-unchecked-insensitive-selected@2.png │ │ ├── radio-unchecked-insensitive.png │ │ ├── radio-unchecked-insensitive@2.png │ │ ├── radio-unchecked-selected-dark.png │ │ ├── radio-unchecked-selected-dark@2.png │ │ ├── radio-unchecked-selected.png │ │ ├── radio-unchecked-selected@2.png │ │ ├── radio-unchecked.png │ │ ├── radio-unchecked@2.png │ │ ├── switch-active-dark.png │ │ ├── switch-active-dark@2.png │ │ ├── switch-active-header-dark.png │ │ ├── switch-active-header-dark@2.png │ │ ├── switch-active-header.png │ │ ├── switch-active-header@2.png │ │ ├── switch-active-insensitive-dark.png │ │ ├── switch-active-insensitive-dark@2.png │ │ ├── switch-active-insensitive-header-dark.png │ │ ├── switch-active-insensitive-header-dark@2.png │ │ ├── switch-active-insensitive-header.png │ │ ├── switch-active-insensitive-header@2.png │ │ ├── switch-active-insensitive-selected-dark.png │ │ ├── switch-active-insensitive-selected-dark@2.png │ │ ├── switch-active-insensitive-selected.png │ │ ├── switch-active-insensitive-selected@2.png │ │ ├── switch-active-insensitive.png │ │ ├── switch-active-insensitive@2.png │ │ ├── switch-active-selected-dark.png │ │ ├── switch-active-selected-dark@2.png │ │ ├── switch-active-selected.png │ │ ├── switch-active-selected@2.png │ │ ├── switch-active.png │ │ ├── switch-active@2.png │ │ ├── switch-dark.png │ │ ├── switch-dark@2.png │ │ ├── switch-header-dark.png │ │ ├── switch-header-dark@2.png │ │ ├── switch-header.png │ │ ├── switch-header@2.png │ │ ├── switch-insensitive-dark.png │ │ ├── switch-insensitive-dark@2.png │ │ ├── switch-insensitive-header-dark.png │ │ ├── switch-insensitive-header-dark@2.png │ │ ├── switch-insensitive-header.png │ │ ├── switch-insensitive-header@2.png │ │ ├── switch-insensitive-selected-dark.png │ │ ├── switch-insensitive-selected-dark@2.png │ │ ├── switch-insensitive-selected.png │ │ ├── switch-insensitive-selected@2.png │ │ ├── switch-insensitive.png │ │ ├── switch-insensitive@2.png │ │ ├── switch-restricts-active.png │ │ ├── switch-restricts-active@2.png │ │ ├── switch-restricts-dark-active.png │ │ ├── switch-restricts-dark-active@2.png │ │ ├── switch-restricts-dark.png │ │ ├── switch-restricts-dark@2.png │ │ ├── switch-restricts.png │ │ ├── switch-restricts@2.png │ │ ├── switch-selected-dark.png │ │ ├── switch-selected-dark@2.png │ │ ├── switch-selected.png │ │ ├── switch-selected@2.png │ │ ├── switch.png │ │ ├── switch@2.png │ │ ├── thumbnail-frame.png │ │ ├── titlebutton-close-active-dark.png │ │ ├── titlebutton-close-active-dark@2.png │ │ ├── titlebutton-close-active.png │ │ ├── titlebutton-close-active@2.png │ │ ├── titlebutton-close-backdrop-dark.png │ │ ├── titlebutton-close-backdrop-dark@2.png │ │ ├── titlebutton-close-backdrop.png │ │ ├── titlebutton-close-backdrop@2.png │ │ ├── titlebutton-close-dark.png │ │ ├── titlebutton-close-dark@2.png │ │ ├── titlebutton-close-hover-dark.png │ │ ├── titlebutton-close-hover-dark@2.png │ │ ├── titlebutton-close-hover.png │ │ ├── titlebutton-close-hover@2.png │ │ ├── titlebutton-close.png │ │ ├── titlebutton-close@2.png │ │ ├── titlebutton-maximize-active-dark.png │ │ ├── titlebutton-maximize-active-dark@2.png │ │ ├── titlebutton-maximize-active.png │ │ ├── titlebutton-maximize-active@2.png │ │ ├── titlebutton-maximize-backdrop-dark.png │ │ ├── titlebutton-maximize-backdrop-dark@2.png │ │ ├── titlebutton-maximize-backdrop.png │ │ ├── titlebutton-maximize-backdrop@2.png │ │ ├── titlebutton-maximize-dark.png │ │ ├── titlebutton-maximize-dark@2.png │ │ ├── titlebutton-maximize-hover-dark.png │ │ ├── titlebutton-maximize-hover-dark@2.png │ │ ├── titlebutton-maximize-hover.png │ │ ├── titlebutton-maximize-hover@2.png │ │ ├── titlebutton-maximize.png │ │ ├── titlebutton-maximize@2.png │ │ ├── titlebutton-minimize-active-dark.png │ │ ├── titlebutton-minimize-active-dark@2.png │ │ ├── titlebutton-minimize-active.png │ │ ├── titlebutton-minimize-active@2.png │ │ ├── titlebutton-minimize-backdrop-dark.png │ │ ├── titlebutton-minimize-backdrop-dark@2.png │ │ ├── titlebutton-minimize-backdrop.png │ │ ├── titlebutton-minimize-backdrop@2.png │ │ ├── titlebutton-minimize-dark.png │ │ ├── titlebutton-minimize-dark@2.png │ │ ├── titlebutton-minimize-hover-dark.png │ │ ├── titlebutton-minimize-hover-dark@2.png │ │ ├── titlebutton-minimize-hover.png │ │ ├── titlebutton-minimize-hover@2.png │ │ ├── titlebutton-minimize.png │ │ └── titlebutton-minimize@2.png │ ├── gtk-dark.css │ ├── gtk.css │ ├── readme.md │ └── thumbnail.png ├── gtk-4.0 │ ├── assets │ │ ├── bullet-symbolic.svg │ │ ├── bullet-symbolic.symbolic.png │ │ ├── bullet@2-symbolic.symbolic.png │ │ ├── check-symbolic.svg │ │ ├── check-symbolic.symbolic.png │ │ ├── check@2-symbolic.symbolic.png │ │ ├── dash-symbolic.svg │ │ ├── dash-symbolic.symbolic.png │ │ ├── dash@2-symbolic.symbolic.png │ │ ├── slider-horz-scale-has-marks-above-active.png │ │ ├── slider-horz-scale-has-marks-above-active@2.png │ │ ├── slider-horz-scale-has-marks-above-backdrop-insensitive.png │ │ ├── slider-horz-scale-has-marks-above-backdrop-insensitive@2.png │ │ ├── slider-horz-scale-has-marks-above-backdrop.png │ │ ├── slider-horz-scale-has-marks-above-backdrop@2.png │ │ ├── slider-horz-scale-has-marks-above-hover.png │ │ ├── slider-horz-scale-has-marks-above-hover@2.png │ │ ├── slider-horz-scale-has-marks-above-insensitive.png │ │ ├── slider-horz-scale-has-marks-above-insensitive@2.png │ │ ├── slider-horz-scale-has-marks-above.png │ │ ├── slider-horz-scale-has-marks-above@2.png │ │ ├── slider-horz-scale-has-marks-below-active.png │ │ ├── slider-horz-scale-has-marks-below-active@2.png │ │ ├── slider-horz-scale-has-marks-below-backdrop-insensitive.png │ │ ├── slider-horz-scale-has-marks-below-backdrop-insensitive@2.png │ │ ├── slider-horz-scale-has-marks-below-backdrop.png │ │ ├── slider-horz-scale-has-marks-below-backdrop@2.png │ │ ├── slider-horz-scale-has-marks-below-hover.png │ │ ├── slider-horz-scale-has-marks-below-hover@2.png │ │ ├── slider-horz-scale-has-marks-below-insensitive.png │ │ ├── slider-horz-scale-has-marks-below-insensitive@2.png │ │ ├── slider-horz-scale-has-marks-below.png │ │ ├── slider-horz-scale-has-marks-below@2.png │ │ ├── slider-vert-scale-has-marks-above-active.png │ │ ├── slider-vert-scale-has-marks-above-active@2.png │ │ ├── slider-vert-scale-has-marks-above-backdrop-insensitive.png │ │ ├── slider-vert-scale-has-marks-above-backdrop-insensitive@2.png │ │ ├── slider-vert-scale-has-marks-above-backdrop.png │ │ ├── slider-vert-scale-has-marks-above-backdrop@2.png │ │ ├── slider-vert-scale-has-marks-above-hover.png │ │ ├── slider-vert-scale-has-marks-above-hover@2.png │ │ ├── slider-vert-scale-has-marks-above-insensitive.png │ │ ├── slider-vert-scale-has-marks-above-insensitive@2.png │ │ ├── slider-vert-scale-has-marks-above.png │ │ ├── slider-vert-scale-has-marks-above@2.png │ │ ├── slider-vert-scale-has-marks-below-active.png │ │ ├── slider-vert-scale-has-marks-below-active@2.png │ │ ├── slider-vert-scale-has-marks-below-backdrop-insensitive.png │ │ ├── slider-vert-scale-has-marks-below-backdrop-insensitive@2.png │ │ ├── slider-vert-scale-has-marks-below-backdrop.png │ │ ├── slider-vert-scale-has-marks-below-backdrop@2.png │ │ ├── slider-vert-scale-has-marks-below-hover.png │ │ ├── slider-vert-scale-has-marks-below-hover@2.png │ │ ├── slider-vert-scale-has-marks-below-insensitive.png │ │ ├── slider-vert-scale-has-marks-below-insensitive@2.png │ │ ├── slider-vert-scale-has-marks-below.png │ │ ├── slider-vert-scale-has-marks-below@2.png │ │ ├── switch-active-header-dark.png │ │ ├── switch-active-header-dark@2.png │ │ ├── switch-active-insensitive-header-dark.png │ │ ├── switch-active-insensitive-header-dark@2.png │ │ ├── switch-active-insensitive-selected.png │ │ ├── switch-active-insensitive-selected@2.png │ │ ├── switch-active-insensitive.png │ │ ├── switch-active-insensitive@2.png │ │ ├── switch-active-selected.png │ │ ├── switch-active-selected@2.png │ │ ├── switch-active.png │ │ ├── switch-active@2.png │ │ ├── switch-header-dark.png │ │ ├── switch-header-dark@2.png │ │ ├── switch-insensitive-header-dark.png │ │ ├── switch-insensitive-header-dark@2.png │ │ ├── switch-insensitive-selected.png │ │ ├── switch-insensitive-selected@2.png │ │ ├── switch-insensitive.png │ │ ├── switch-insensitive@2.png │ │ ├── switch-restricts-active.png │ │ ├── switch-restricts-active@2.png │ │ ├── switch-restricts.png │ │ ├── switch-restricts@2.png │ │ ├── switch-selected.png │ │ ├── switch-selected@2.png │ │ ├── switch.png │ │ ├── switch@2.png │ │ ├── text-select-end-active.png │ │ ├── text-select-end-active@2.png │ │ ├── text-select-end-hover.png │ │ ├── text-select-end-hover@2.png │ │ ├── text-select-end.png │ │ ├── text-select-end@2.png │ │ ├── text-select-start-active.png │ │ ├── text-select-start-active@2.png │ │ ├── text-select-start-hover.png │ │ ├── text-select-start-hover@2.png │ │ ├── text-select-start.png │ │ ├── text-select-start@2.png │ │ ├── titlebutton-close-active-dark.png │ │ ├── titlebutton-close-active-dark@2.png │ │ ├── titlebutton-close-backdrop-dark.png │ │ ├── titlebutton-close-backdrop-dark@2.png │ │ ├── titlebutton-close-dark.png │ │ ├── titlebutton-close-dark@2.png │ │ ├── titlebutton-close-hover-dark.png │ │ ├── titlebutton-close-hover-dark@2.png │ │ ├── titlebutton-maximize-active-dark.png │ │ ├── titlebutton-maximize-active-dark@2.png │ │ ├── titlebutton-maximize-backdrop-dark.png │ │ ├── titlebutton-maximize-backdrop-dark@2.png │ │ ├── titlebutton-maximize-dark.png │ │ ├── titlebutton-maximize-dark@2.png │ │ ├── titlebutton-maximize-hover-dark.png │ │ ├── titlebutton-maximize-hover-dark@2.png │ │ ├── titlebutton-minimize-active-dark.png │ │ ├── titlebutton-minimize-active-dark@2.png │ │ ├── titlebutton-minimize-backdrop-dark.png │ │ ├── titlebutton-minimize-backdrop-dark@2.png │ │ ├── titlebutton-minimize-dark.png │ │ ├── titlebutton-minimize-dark@2.png │ │ ├── titlebutton-minimize-hover-dark.png │ │ └── titlebutton-minimize-hover-dark@2.png │ ├── gtk-dark.css │ └── gtk.css ├── index.theme ├── metacity-1 │ ├── button-close-bg-active.svg │ ├── button-close-bg-backdrop.svg │ ├── button-close-bg-hover.svg │ ├── button-close-bg.svg │ ├── button-maximize-bg-active.svg │ ├── button-maximize-bg-backdrop.svg │ ├── button-maximize-bg-hover.svg │ ├── button-maximize-bg.svg │ ├── button-minimize-bg-active.svg │ ├── button-minimize-bg-backdrop.svg │ ├── button-minimize-bg-hover.svg │ ├── button-minimize-bg.svg │ ├── metacity-theme-2.xml │ ├── metacity-theme-3.xml │ ├── readme.md │ ├── thumbnail.png │ └── thumbnail.svg └── xfwm4 │ ├── bottom-active.png │ ├── bottom-inactive.png │ ├── bottom-left-active.png │ ├── bottom-left-inactive.png │ ├── bottom-right-active.png │ ├── bottom-right-inactive.png │ ├── close-active.png │ ├── close-inactive.png │ ├── close-prelight.png │ ├── close-pressed.png │ ├── hide-active.png │ ├── hide-inactive.png │ ├── hide-prelight.png │ ├── hide-pressed.png │ ├── left-active.png │ ├── left-inactive.png │ ├── maximize-active.png │ ├── maximize-inactive.png │ ├── maximize-prelight.png │ ├── maximize-pressed.png │ ├── menu-active.png │ ├── menu-inactive.png │ ├── menu-pressed.png │ ├── right-active.png │ ├── right-inactive.png │ ├── shade-active.png │ ├── shade-inactive.png │ ├── shade-prelight.png │ ├── shade-pressed.png │ ├── stick-active.png │ ├── stick-inactive.png │ ├── stick-prelight.png │ ├── stick-pressed.png │ ├── themerc │ ├── title-1-active.png │ ├── title-1-inactive.png │ ├── title-2-active.png │ ├── title-2-inactive.png │ ├── title-3-active.png │ ├── title-3-inactive.png │ ├── title-4-active.png │ ├── title-4-inactive.png │ ├── title-5-active.png │ ├── title-5-inactive.png │ ├── top-left-active.png │ ├── top-left-inactive.png │ ├── top-right-active.png │ └── top-right-inactive.png ├── Bubble-Solid-Lighter ├── cinnamon │ ├── assets │ │ ├── checkbox │ │ │ ├── checkbox-checked.svg │ │ │ └── checkbox-unchecked.svg │ │ ├── misc │ │ │ ├── add-workspace-active.svg │ │ │ ├── add-workspace-hover.svg │ │ │ ├── add-workspace.svg │ │ │ ├── calendar-arrow-left-hover.svg │ │ │ ├── calendar-arrow-left.svg │ │ │ ├── calendar-arrow-right-hover.svg │ │ │ ├── calendar-arrow-right.svg │ │ │ ├── close-active.svg │ │ │ ├── close-hover.svg │ │ │ ├── close.svg │ │ │ ├── corner-ripple.svg │ │ │ ├── overview-hover.png │ │ │ ├── overview.png │ │ │ └── trash-icon.svg │ │ └── switch │ │ │ ├── switch-off-selected.svg │ │ │ ├── switch-off.svg │ │ │ ├── switch-on-selected.svg │ │ │ └── switch-on.svg │ ├── cinnamon.css │ ├── readme.md │ └── thumbnail.png ├── gnome-shell │ ├── common-assets │ │ ├── dash │ │ │ ├── dash-left.svg │ │ │ ├── dash-placeholder.svg │ │ │ ├── dash-right.svg │ │ │ ├── running1.svg │ │ │ ├── running2.svg │ │ │ ├── running3.svg │ │ │ └── running4.svg │ │ ├── misc │ │ │ ├── bg.svg │ │ │ ├── calendar-day-event.svg │ │ │ ├── calendar-today.svg │ │ │ ├── close-active.svg │ │ │ ├── close-hover.svg │ │ │ ├── close.svg │ │ │ ├── corner-ripple-ltr.svg │ │ │ ├── corner-ripple-rtl.svg │ │ │ ├── more-results.svg │ │ │ ├── osd.svg │ │ │ ├── page-indicator-active.svg │ │ │ ├── page-indicator-checked.svg │ │ │ ├── page-indicator-hover.svg │ │ │ ├── page-indicator-inactive.svg │ │ │ ├── process-working.svg │ │ │ ├── ws-switch-arrow-down.png │ │ │ └── ws-switch-arrow-up.png │ │ ├── panel │ │ │ ├── activities-active.svg │ │ │ └── activities.svg │ │ └── switch │ │ │ ├── switch-off-selected.svg │ │ │ └── switch-on-selected.svg │ ├── gnome-shell.css │ ├── light-assets │ │ ├── checkbox │ │ │ ├── checkbox-checked-focused.svg │ │ │ ├── checkbox-checked.svg │ │ │ ├── checkbox-unchecked-focused.svg │ │ │ └── checkbox-unchecked.svg │ │ ├── misc │ │ │ ├── message-close-active.svg │ │ │ ├── message-close-hover.svg │ │ │ └── message-close.svg │ │ └── switch │ │ │ ├── switch-off.svg │ │ │ └── switch-on.svg │ └── readme.md ├── gtk-2.0 │ ├── apps.rc │ ├── assets │ │ ├── arrow-down-insens.png │ │ ├── arrow-down-prelight.png │ │ ├── arrow-down-small-insens.png │ │ ├── arrow-down-small-prelight.png │ │ ├── arrow-down-small.png │ │ ├── arrow-down.png │ │ ├── arrow-left-insens.png │ │ ├── arrow-left-prelight.png │ │ ├── arrow-left.png │ │ ├── arrow-right-insens.png │ │ ├── arrow-right-prelight.png │ │ ├── arrow-right.png │ │ ├── arrow-up-insens.png │ │ ├── arrow-up-prelight.png │ │ ├── arrow-up-small-insens.png │ │ ├── arrow-up-small-prelight.png │ │ ├── arrow-up-small.png │ │ ├── arrow-up.png │ │ ├── button-active.png │ │ ├── button-hover.png │ │ ├── button-insensitive.png │ │ ├── button.png │ │ ├── checkbox-checked-insensitive.png │ │ ├── checkbox-checked.png │ │ ├── checkbox-unchecked-insensitive.png │ │ ├── checkbox-unchecked.png │ │ ├── combo-entry-border-focus-rtl.png │ │ ├── combo-entry-border-focus.png │ │ ├── combo-entry-border-rtl.png │ │ ├── combo-entry-border.png │ │ ├── combo-entry-button-active-rtl.png │ │ ├── combo-entry-button-active.png │ │ ├── combo-entry-button-insensitive-rtl.png │ │ ├── combo-entry-button-insensitive.png │ │ ├── combo-entry-button-rtl.png │ │ ├── combo-entry-button.png │ │ ├── combo-entry-focus-notebook-rtl.png │ │ ├── combo-entry-focus-notebook.png │ │ ├── combo-entry-focus-rtl.png │ │ ├── combo-entry-focus.png │ │ ├── combo-entry-insensitive-notebook-rtl.png │ │ ├── combo-entry-insensitive-notebook.png │ │ ├── combo-entry-insensitive-rtl.png │ │ ├── combo-entry-insensitive.png │ │ ├── combo-entry-notebook-rtl.png │ │ ├── combo-entry-notebook.png │ │ ├── combo-entry-rtl.png │ │ ├── combo-entry.png │ │ ├── down-background-disable-rtl.png │ │ ├── down-background-disable.png │ │ ├── down-background-rtl.png │ │ ├── down-background.png │ │ ├── entry-active-bg.png │ │ ├── entry-active-notebook.png │ │ ├── entry-active-toolbar.png │ │ ├── entry-background-disabled.png │ │ ├── entry-background.png │ │ ├── entry-bg.png │ │ ├── entry-border-active-bg.png │ │ ├── entry-border-bg.png │ │ ├── entry-disabled-bg.png │ │ ├── entry-disabled-notebook.png │ │ ├── entry-disabled-toolbar.png │ │ ├── entry-notebook.png │ │ ├── entry-toolbar.png │ │ ├── focus-line.png │ │ ├── frame-gap-end.png │ │ ├── frame-gap-start.png │ │ ├── frame.png │ │ ├── handle-h.png │ │ ├── handle-v.png │ │ ├── inline-toolbar.png │ │ ├── line-h.png │ │ ├── line-v.png │ │ ├── menu-arrow-prelight.png │ │ ├── menu-arrow.png │ │ ├── menu-checkbox-checked-insensitive.png │ │ ├── menu-checkbox-checked-selected.png │ │ ├── menu-checkbox-checked.png │ │ ├── menu-checkbox-unchecked-insensitive.png │ │ ├── menu-checkbox-unchecked-selected.png │ │ ├── menu-checkbox-unchecked.png │ │ ├── menu-radio-checked-insensitive.png │ │ ├── menu-radio-checked-selected.png │ │ ├── menu-radio-checked.png │ │ ├── menu-radio-unchecked-insensitive.png │ │ ├── menu-radio-unchecked-selected.png │ │ ├── menu-radio-unchecked.png │ │ ├── menubar.png │ │ ├── menubar_button.png │ │ ├── menuitem.png │ │ ├── minus.png │ │ ├── notebook-gap-horiz.png │ │ ├── notebook-gap-vert.png │ │ ├── notebook.png │ │ ├── null.png │ │ ├── plus.png │ │ ├── progressbar.png │ │ ├── progressbar_v.png │ │ ├── radio-checked-insensitive.png │ │ ├── radio-checked.png │ │ ├── radio-unchecked-insensitive.png │ │ ├── radio-unchecked.png │ │ ├── slider-horiz-active.png │ │ ├── slider-horiz-insens.png │ │ ├── slider-horiz-prelight.png │ │ ├── slider-horiz.png │ │ ├── slider-insensitive.png │ │ ├── slider-prelight.png │ │ ├── slider-vert-active.png │ │ ├── slider-vert-insens.png │ │ ├── slider-vert-prelight.png │ │ ├── slider-vert.png │ │ ├── slider.png │ │ ├── tab-bottom-active.png │ │ ├── tab-left-active.png │ │ ├── tab-right-active.png │ │ ├── tab-top-active.png │ │ ├── toolbar.png │ │ ├── tree_header.png │ │ ├── trough-horizontal-active.png │ │ ├── trough-horizontal.png │ │ ├── trough-progressbar.png │ │ ├── trough-progressbar_v.png │ │ ├── trough-scrollbar-horiz.png │ │ ├── trough-scrollbar-vert.png │ │ ├── trough-vertical-active.png │ │ ├── trough-vertical.png │ │ ├── up-background-disable-rtl.png │ │ ├── up-background-disable.png │ │ ├── up-background-rtl.png │ │ └── up-background.png │ ├── gtkrc │ ├── main.rc │ ├── menubar-toolbar │ │ ├── button-active.png │ │ ├── button-hover.png │ │ ├── button-insensitive.png │ │ ├── button.png │ │ ├── entry-active-toolbar-dark.png │ │ ├── entry-active-toolbar.png │ │ ├── entry-disabled-toolbar-dark.png │ │ ├── entry-disabled-toolbar.png │ │ ├── entry-toolbar-dark.png │ │ ├── entry-toolbar.png │ │ ├── menubar-dark.png │ │ ├── menubar-toolbar-dark.rc │ │ ├── menubar-toolbar.rc │ │ ├── menubar.png │ │ ├── menubar_button-dark.png │ │ └── menubar_button.png │ ├── panel.rc │ ├── readme.md │ └── xfce-notify.rc ├── gtk-3.0 │ ├── assets │ │ ├── checkbox-checked-dark.png │ │ ├── checkbox-checked-dark@2.png │ │ ├── checkbox-checked-insensitive-dark.png │ │ ├── checkbox-checked-insensitive-dark@2.png │ │ ├── checkbox-checked-insensitive-selected-dark.png │ │ ├── checkbox-checked-insensitive-selected-dark@2.png │ │ ├── checkbox-checked-insensitive-selected.png │ │ ├── checkbox-checked-insensitive-selected@2.png │ │ ├── checkbox-checked-insensitive.png │ │ ├── checkbox-checked-insensitive@2.png │ │ ├── checkbox-checked-selected-dark.png │ │ ├── checkbox-checked-selected-dark@2.png │ │ ├── checkbox-checked-selected.png │ │ ├── checkbox-checked-selected@2.png │ │ ├── checkbox-checked-selectionmode-dark.png │ │ ├── checkbox-checked-selectionmode-dark@2.png │ │ ├── checkbox-checked-selectionmode.png │ │ ├── checkbox-checked-selectionmode@2.png │ │ ├── checkbox-checked.png │ │ ├── checkbox-checked@2.png │ │ ├── checkbox-mixed-dark.png │ │ ├── checkbox-mixed-dark@2.png │ │ ├── checkbox-mixed-insensitive-dark.png │ │ ├── checkbox-mixed-insensitive-dark@2.png │ │ ├── checkbox-mixed-insensitive-selected-dark.png │ │ ├── checkbox-mixed-insensitive-selected-dark@2.png │ │ ├── checkbox-mixed-insensitive-selected.png │ │ ├── checkbox-mixed-insensitive-selected@2.png │ │ ├── checkbox-mixed-insensitive.png │ │ ├── checkbox-mixed-insensitive@2.png │ │ ├── checkbox-mixed-selected-dark.png │ │ ├── checkbox-mixed-selected-dark@2.png │ │ ├── checkbox-mixed-selected.png │ │ ├── checkbox-mixed-selected@2.png │ │ ├── checkbox-mixed.png │ │ ├── checkbox-mixed@2.png │ │ ├── checkbox-selectionmode-dark.png │ │ ├── checkbox-selectionmode-dark@2.png │ │ ├── checkbox-selectionmode.png │ │ ├── checkbox-selectionmode@2.png │ │ ├── checkbox-unchecked-dark.png │ │ ├── checkbox-unchecked-dark@2.png │ │ ├── checkbox-unchecked-insensitive-dark.png │ │ ├── checkbox-unchecked-insensitive-dark@2.png │ │ ├── checkbox-unchecked-insensitive-selected-dark.png │ │ ├── checkbox-unchecked-insensitive-selected-dark@2.png │ │ ├── checkbox-unchecked-insensitive-selected.png │ │ ├── checkbox-unchecked-insensitive-selected@2.png │ │ ├── checkbox-unchecked-insensitive.png │ │ ├── checkbox-unchecked-insensitive@2.png │ │ ├── checkbox-unchecked-selected-dark.png │ │ ├── checkbox-unchecked-selected-dark@2.png │ │ ├── checkbox-unchecked-selected.png │ │ ├── checkbox-unchecked-selected@2.png │ │ ├── checkbox-unchecked.png │ │ ├── checkbox-unchecked@2.png │ │ ├── radio-checked-dark.png │ │ ├── radio-checked-dark@2.png │ │ ├── radio-checked-insensitive-dark.png │ │ ├── radio-checked-insensitive-dark@2.png │ │ ├── radio-checked-insensitive-selected-dark.png │ │ ├── radio-checked-insensitive-selected-dark@2.png │ │ ├── radio-checked-insensitive-selected.png │ │ ├── radio-checked-insensitive-selected@2.png │ │ ├── radio-checked-insensitive.png │ │ ├── radio-checked-insensitive@2.png │ │ ├── radio-checked-selected-dark.png │ │ ├── radio-checked-selected-dark@2.png │ │ ├── radio-checked-selected.png │ │ ├── radio-checked-selected@2.png │ │ ├── radio-checked.png │ │ ├── radio-checked@2.png │ │ ├── radio-mixed-dark.png │ │ ├── radio-mixed-dark@2.png │ │ ├── radio-mixed-insensitive-dark.png │ │ ├── radio-mixed-insensitive-dark@2.png │ │ ├── radio-mixed-insensitive-selected-dark.png │ │ ├── radio-mixed-insensitive-selected-dark@2.png │ │ ├── radio-mixed-insensitive-selected.png │ │ ├── radio-mixed-insensitive-selected@2.png │ │ ├── radio-mixed-insensitive.png │ │ ├── radio-mixed-insensitive@2.png │ │ ├── radio-mixed-selected-dark.png │ │ ├── radio-mixed-selected-dark@2.png │ │ ├── radio-mixed-selected.png │ │ ├── radio-mixed-selected@2.png │ │ ├── radio-mixed.png │ │ ├── radio-mixed@2.png │ │ ├── radio-unchecked-dark.png │ │ ├── radio-unchecked-dark@2.png │ │ ├── radio-unchecked-insensitive-dark.png │ │ ├── radio-unchecked-insensitive-dark@2.png │ │ ├── radio-unchecked-insensitive-selected-dark.png │ │ ├── radio-unchecked-insensitive-selected-dark@2.png │ │ ├── radio-unchecked-insensitive-selected.png │ │ ├── radio-unchecked-insensitive-selected@2.png │ │ ├── radio-unchecked-insensitive.png │ │ ├── radio-unchecked-insensitive@2.png │ │ ├── radio-unchecked-selected-dark.png │ │ ├── radio-unchecked-selected-dark@2.png │ │ ├── radio-unchecked-selected.png │ │ ├── radio-unchecked-selected@2.png │ │ ├── radio-unchecked.png │ │ ├── radio-unchecked@2.png │ │ ├── switch-active-dark.png │ │ ├── switch-active-dark@2.png │ │ ├── switch-active-header-dark.png │ │ ├── switch-active-header-dark@2.png │ │ ├── switch-active-header.png │ │ ├── switch-active-header@2.png │ │ ├── switch-active-insensitive-dark.png │ │ ├── switch-active-insensitive-dark@2.png │ │ ├── switch-active-insensitive-header-dark.png │ │ ├── switch-active-insensitive-header-dark@2.png │ │ ├── switch-active-insensitive-header.png │ │ ├── switch-active-insensitive-header@2.png │ │ ├── switch-active-insensitive-selected-dark.png │ │ ├── switch-active-insensitive-selected-dark@2.png │ │ ├── switch-active-insensitive-selected.png │ │ ├── switch-active-insensitive-selected@2.png │ │ ├── switch-active-insensitive.png │ │ ├── switch-active-insensitive@2.png │ │ ├── switch-active-selected-dark.png │ │ ├── switch-active-selected-dark@2.png │ │ ├── switch-active-selected.png │ │ ├── switch-active-selected@2.png │ │ ├── switch-active.png │ │ ├── switch-active@2.png │ │ ├── switch-dark.png │ │ ├── switch-dark@2.png │ │ ├── switch-header-dark.png │ │ ├── switch-header-dark@2.png │ │ ├── switch-header.png │ │ ├── switch-header@2.png │ │ ├── switch-insensitive-dark.png │ │ ├── switch-insensitive-dark@2.png │ │ ├── switch-insensitive-header-dark.png │ │ ├── switch-insensitive-header-dark@2.png │ │ ├── switch-insensitive-header.png │ │ ├── switch-insensitive-header@2.png │ │ ├── switch-insensitive-selected-dark.png │ │ ├── switch-insensitive-selected-dark@2.png │ │ ├── switch-insensitive-selected.png │ │ ├── switch-insensitive-selected@2.png │ │ ├── switch-insensitive.png │ │ ├── switch-insensitive@2.png │ │ ├── switch-restricts-active.png │ │ ├── switch-restricts-active@2.png │ │ ├── switch-restricts-dark-active.png │ │ ├── switch-restricts-dark-active@2.png │ │ ├── switch-restricts-dark.png │ │ ├── switch-restricts-dark@2.png │ │ ├── switch-restricts.png │ │ ├── switch-restricts@2.png │ │ ├── switch-selected-dark.png │ │ ├── switch-selected-dark@2.png │ │ ├── switch-selected.png │ │ ├── switch-selected@2.png │ │ ├── switch.png │ │ ├── switch@2.png │ │ ├── thumbnail-frame.png │ │ ├── titlebutton-close-active-dark.png │ │ ├── titlebutton-close-active-dark@2.png │ │ ├── titlebutton-close-active.png │ │ ├── titlebutton-close-active@2.png │ │ ├── titlebutton-close-backdrop-dark.png │ │ ├── titlebutton-close-backdrop-dark@2.png │ │ ├── titlebutton-close-backdrop.png │ │ ├── titlebutton-close-backdrop@2.png │ │ ├── titlebutton-close-dark.png │ │ ├── titlebutton-close-dark@2.png │ │ ├── titlebutton-close-hover-dark.png │ │ ├── titlebutton-close-hover-dark@2.png │ │ ├── titlebutton-close-hover.png │ │ ├── titlebutton-close-hover@2.png │ │ ├── titlebutton-close.png │ │ ├── titlebutton-close@2.png │ │ ├── titlebutton-maximize-active-dark.png │ │ ├── titlebutton-maximize-active-dark@2.png │ │ ├── titlebutton-maximize-active.png │ │ ├── titlebutton-maximize-active@2.png │ │ ├── titlebutton-maximize-backdrop-dark.png │ │ ├── titlebutton-maximize-backdrop-dark@2.png │ │ ├── titlebutton-maximize-backdrop.png │ │ ├── titlebutton-maximize-backdrop@2.png │ │ ├── titlebutton-maximize-dark.png │ │ ├── titlebutton-maximize-dark@2.png │ │ ├── titlebutton-maximize-hover-dark.png │ │ ├── titlebutton-maximize-hover-dark@2.png │ │ ├── titlebutton-maximize-hover.png │ │ ├── titlebutton-maximize-hover@2.png │ │ ├── titlebutton-maximize.png │ │ ├── titlebutton-maximize@2.png │ │ ├── titlebutton-minimize-active-dark.png │ │ ├── titlebutton-minimize-active-dark@2.png │ │ ├── titlebutton-minimize-active.png │ │ ├── titlebutton-minimize-active@2.png │ │ ├── titlebutton-minimize-backdrop-dark.png │ │ ├── titlebutton-minimize-backdrop-dark@2.png │ │ ├── titlebutton-minimize-backdrop.png │ │ ├── titlebutton-minimize-backdrop@2.png │ │ ├── titlebutton-minimize-dark.png │ │ ├── titlebutton-minimize-dark@2.png │ │ ├── titlebutton-minimize-hover-dark.png │ │ ├── titlebutton-minimize-hover-dark@2.png │ │ ├── titlebutton-minimize-hover.png │ │ ├── titlebutton-minimize-hover@2.png │ │ ├── titlebutton-minimize.png │ │ └── titlebutton-minimize@2.png │ ├── gtk-dark.css │ ├── gtk.css │ ├── readme.md │ └── thumbnail.png ├── gtk-4.0 │ ├── assets │ │ ├── bullet-symbolic.svg │ │ ├── bullet-symbolic.symbolic.png │ │ ├── bullet@2-symbolic.symbolic.png │ │ ├── check-symbolic.svg │ │ ├── check-symbolic.symbolic.png │ │ ├── check@2-symbolic.symbolic.png │ │ ├── dash-symbolic.svg │ │ ├── dash-symbolic.symbolic.png │ │ ├── dash@2-symbolic.symbolic.png │ │ ├── slider-horz-scale-has-marks-above-active.png │ │ ├── slider-horz-scale-has-marks-above-active@2.png │ │ ├── slider-horz-scale-has-marks-above-backdrop-insensitive.png │ │ ├── slider-horz-scale-has-marks-above-backdrop-insensitive@2.png │ │ ├── slider-horz-scale-has-marks-above-backdrop.png │ │ ├── slider-horz-scale-has-marks-above-backdrop@2.png │ │ ├── slider-horz-scale-has-marks-above-hover.png │ │ ├── slider-horz-scale-has-marks-above-hover@2.png │ │ ├── slider-horz-scale-has-marks-above-insensitive.png │ │ ├── slider-horz-scale-has-marks-above-insensitive@2.png │ │ ├── slider-horz-scale-has-marks-above.png │ │ ├── slider-horz-scale-has-marks-above@2.png │ │ ├── slider-horz-scale-has-marks-below-active.png │ │ ├── slider-horz-scale-has-marks-below-active@2.png │ │ ├── slider-horz-scale-has-marks-below-backdrop-insensitive.png │ │ ├── slider-horz-scale-has-marks-below-backdrop-insensitive@2.png │ │ ├── slider-horz-scale-has-marks-below-backdrop.png │ │ ├── slider-horz-scale-has-marks-below-backdrop@2.png │ │ ├── slider-horz-scale-has-marks-below-hover.png │ │ ├── slider-horz-scale-has-marks-below-hover@2.png │ │ ├── slider-horz-scale-has-marks-below-insensitive.png │ │ ├── slider-horz-scale-has-marks-below-insensitive@2.png │ │ ├── slider-horz-scale-has-marks-below.png │ │ ├── slider-horz-scale-has-marks-below@2.png │ │ ├── slider-vert-scale-has-marks-above-active.png │ │ ├── slider-vert-scale-has-marks-above-active@2.png │ │ ├── slider-vert-scale-has-marks-above-backdrop-insensitive.png │ │ ├── slider-vert-scale-has-marks-above-backdrop-insensitive@2.png │ │ ├── slider-vert-scale-has-marks-above-backdrop.png │ │ ├── slider-vert-scale-has-marks-above-backdrop@2.png │ │ ├── slider-vert-scale-has-marks-above-hover.png │ │ ├── slider-vert-scale-has-marks-above-hover@2.png │ │ ├── slider-vert-scale-has-marks-above-insensitive.png │ │ ├── slider-vert-scale-has-marks-above-insensitive@2.png │ │ ├── slider-vert-scale-has-marks-above.png │ │ ├── slider-vert-scale-has-marks-above@2.png │ │ ├── slider-vert-scale-has-marks-below-active.png │ │ ├── slider-vert-scale-has-marks-below-active@2.png │ │ ├── slider-vert-scale-has-marks-below-backdrop-insensitive.png │ │ ├── slider-vert-scale-has-marks-below-backdrop-insensitive@2.png │ │ ├── slider-vert-scale-has-marks-below-backdrop.png │ │ ├── slider-vert-scale-has-marks-below-backdrop@2.png │ │ ├── slider-vert-scale-has-marks-below-hover.png │ │ ├── slider-vert-scale-has-marks-below-hover@2.png │ │ ├── slider-vert-scale-has-marks-below-insensitive.png │ │ ├── slider-vert-scale-has-marks-below-insensitive@2.png │ │ ├── slider-vert-scale-has-marks-below.png │ │ ├── slider-vert-scale-has-marks-below@2.png │ │ ├── switch-active-header.png │ │ ├── switch-active-header@2.png │ │ ├── switch-active-insensitive-header.png │ │ ├── switch-active-insensitive-header@2.png │ │ ├── switch-active-insensitive-selected.png │ │ ├── switch-active-insensitive-selected@2.png │ │ ├── switch-active-insensitive.png │ │ ├── switch-active-insensitive@2.png │ │ ├── switch-active-selected.png │ │ ├── switch-active-selected@2.png │ │ ├── switch-active.png │ │ ├── switch-active@2.png │ │ ├── switch-header.png │ │ ├── switch-header@2.png │ │ ├── switch-insensitive-header.png │ │ ├── switch-insensitive-header@2.png │ │ ├── switch-insensitive-selected.png │ │ ├── switch-insensitive-selected@2.png │ │ ├── switch-insensitive.png │ │ ├── switch-insensitive@2.png │ │ ├── switch-restricts-active.png │ │ ├── switch-restricts-active@2.png │ │ ├── switch-restricts.png │ │ ├── switch-restricts@2.png │ │ ├── switch-selected.png │ │ ├── switch-selected@2.png │ │ ├── switch.png │ │ ├── switch@2.png │ │ ├── text-select-end-active.png │ │ ├── text-select-end-active@2.png │ │ ├── text-select-end-hover.png │ │ ├── text-select-end-hover@2.png │ │ ├── text-select-end.png │ │ ├── text-select-end@2.png │ │ ├── text-select-start-active.png │ │ ├── text-select-start-active@2.png │ │ ├── text-select-start-hover.png │ │ ├── text-select-start-hover@2.png │ │ ├── text-select-start.png │ │ ├── text-select-start@2.png │ │ ├── titlebutton-close-active.png │ │ ├── titlebutton-close-active@2.png │ │ ├── titlebutton-close-backdrop.png │ │ ├── titlebutton-close-backdrop@2.png │ │ ├── titlebutton-close-hover.png │ │ ├── titlebutton-close-hover@2.png │ │ ├── titlebutton-close.png │ │ ├── titlebutton-close@2.png │ │ ├── titlebutton-maximize-active.png │ │ ├── titlebutton-maximize-active@2.png │ │ ├── titlebutton-maximize-backdrop.png │ │ ├── titlebutton-maximize-backdrop@2.png │ │ ├── titlebutton-maximize-hover.png │ │ ├── titlebutton-maximize-hover@2.png │ │ ├── titlebutton-maximize.png │ │ ├── titlebutton-maximize@2.png │ │ ├── titlebutton-minimize-active.png │ │ ├── titlebutton-minimize-active@2.png │ │ ├── titlebutton-minimize-backdrop.png │ │ ├── titlebutton-minimize-backdrop@2.png │ │ ├── titlebutton-minimize-hover.png │ │ ├── titlebutton-minimize-hover@2.png │ │ ├── titlebutton-minimize.png │ │ └── titlebutton-minimize@2.png │ ├── gtk-dark.css │ └── gtk.css ├── index.theme ├── metacity-1 │ ├── button-close-bg-active.svg │ ├── button-close-bg-backdrop.svg │ ├── button-close-bg-hover.svg │ ├── button-close-bg.svg │ ├── button-maximize-bg-active.svg │ ├── button-maximize-bg-backdrop.svg │ ├── button-maximize-bg-hover.svg │ ├── button-maximize-bg.svg │ ├── button-minimize-bg-active.svg │ ├── button-minimize-bg-backdrop.svg │ ├── button-minimize-bg-hover.svg │ ├── button-minimize-bg.svg │ ├── metacity-theme-2.xml │ ├── metacity-theme-3.xml │ ├── readme.md │ ├── thumbnail.png │ └── thumbnail.svg └── xfwm4 │ ├── bottom-active.png │ ├── bottom-inactive.png │ ├── bottom-left-active.png │ ├── bottom-left-inactive.png │ ├── bottom-right-active.png │ ├── bottom-right-inactive.png │ ├── close-active.png │ ├── close-inactive.png │ ├── close-prelight.png │ ├── close-pressed.png │ ├── hide-active.png │ ├── hide-inactive.png │ ├── hide-prelight.png │ ├── hide-pressed.png │ ├── left-active.png │ ├── left-inactive.png │ ├── maximize-active.png │ ├── maximize-inactive.png │ ├── maximize-prelight.png │ ├── maximize-pressed.png │ ├── menu-active.png │ ├── menu-inactive.png │ ├── menu-pressed.png │ ├── readme.md │ ├── right-active.png │ ├── right-inactive.png │ ├── shade-active.png │ ├── shade-inactive.png │ ├── shade-prelight.png │ ├── shade-pressed.png │ ├── stick-active.png │ ├── stick-inactive.png │ ├── stick-prelight.png │ ├── stick-pressed.png │ ├── themerc │ ├── title-1-active.png │ ├── title-1-inactive.png │ ├── title-2-active.png │ ├── title-2-inactive.png │ ├── title-3-active.png │ ├── title-3-inactive.png │ ├── title-4-active.png │ ├── title-4-inactive.png │ ├── title-5-active.png │ ├── title-5-inactive.png │ ├── top-left-active.png │ ├── top-left-inactive.png │ ├── top-right-active.png │ └── top-right-inactive.png ├── Bubble-Solid ├── cinnamon │ ├── assets │ │ ├── checkbox │ │ │ ├── checkbox-checked.svg │ │ │ └── checkbox-unchecked.svg │ │ ├── misc │ │ │ ├── add-workspace-active.svg │ │ │ ├── add-workspace-hover.svg │ │ │ ├── add-workspace.svg │ │ │ ├── calendar-arrow-left-hover.svg │ │ │ ├── calendar-arrow-left.svg │ │ │ ├── calendar-arrow-right-hover.svg │ │ │ ├── calendar-arrow-right.svg │ │ │ ├── close-active.svg │ │ │ ├── close-hover.svg │ │ │ ├── close.svg │ │ │ ├── corner-ripple.svg │ │ │ ├── overview-hover.png │ │ │ ├── overview.png │ │ │ └── trash-icon.svg │ │ └── switch │ │ │ ├── switch-off-selected.svg │ │ │ ├── switch-off.svg │ │ │ ├── switch-on-selected.svg │ │ │ └── switch-on.svg │ ├── cinnamon.css │ ├── readme.md │ └── thumbnail.png ├── gnome-shell │ ├── common-assets │ │ ├── dash │ │ │ ├── dash-left.svg │ │ │ ├── dash-placeholder.svg │ │ │ ├── dash-right.svg │ │ │ ├── running1.svg │ │ │ ├── running2.svg │ │ │ ├── running3.svg │ │ │ └── running4.svg │ │ ├── misc │ │ │ ├── bg.svg │ │ │ ├── calendar-day-event.svg │ │ │ ├── calendar-today.svg │ │ │ ├── close-active.svg │ │ │ ├── close-hover.svg │ │ │ ├── close.svg │ │ │ ├── corner-ripple-ltr.svg │ │ │ ├── corner-ripple-rtl.svg │ │ │ ├── more-results.svg │ │ │ ├── osd.svg │ │ │ ├── page-indicator-active.svg │ │ │ ├── page-indicator-checked.svg │ │ │ ├── page-indicator-hover.svg │ │ │ ├── page-indicator-inactive.svg │ │ │ ├── process-working.svg │ │ │ ├── ws-switch-arrow-down.png │ │ │ └── ws-switch-arrow-up.png │ │ ├── panel │ │ │ ├── activities-active.svg │ │ │ └── activities.svg │ │ └── switch │ │ │ ├── switch-off-selected.svg │ │ │ └── switch-on-selected.svg │ ├── gnome-shell.css │ ├── light-assets │ │ ├── checkbox │ │ │ ├── checkbox-checked-focused.svg │ │ │ ├── checkbox-checked.svg │ │ │ ├── checkbox-unchecked-focused.svg │ │ │ └── checkbox-unchecked.svg │ │ ├── misc │ │ │ ├── message-close-active.svg │ │ │ ├── message-close-hover.svg │ │ │ └── message-close.svg │ │ └── switch │ │ │ ├── switch-off.svg │ │ │ └── switch-on.svg │ └── readme.md ├── gtk-2.0 │ ├── apps.rc │ ├── assets │ │ ├── arrow-down-insens.png │ │ ├── arrow-down-prelight.png │ │ ├── arrow-down-small-insens.png │ │ ├── arrow-down-small-prelight.png │ │ ├── arrow-down-small.png │ │ ├── arrow-down.png │ │ ├── arrow-left-insens.png │ │ ├── arrow-left-prelight.png │ │ ├── arrow-left.png │ │ ├── arrow-right-insens.png │ │ ├── arrow-right-prelight.png │ │ ├── arrow-right.png │ │ ├── arrow-up-insens.png │ │ ├── arrow-up-prelight.png │ │ ├── arrow-up-small-insens.png │ │ ├── arrow-up-small-prelight.png │ │ ├── arrow-up-small.png │ │ ├── arrow-up.png │ │ ├── button-active.png │ │ ├── button-hover.png │ │ ├── button-insensitive.png │ │ ├── button.png │ │ ├── checkbox-checked-insensitive.png │ │ ├── checkbox-checked.png │ │ ├── checkbox-unchecked-insensitive.png │ │ ├── checkbox-unchecked.png │ │ ├── combo-entry-border-focus-rtl.png │ │ ├── combo-entry-border-focus.png │ │ ├── combo-entry-border-rtl.png │ │ ├── combo-entry-border.png │ │ ├── combo-entry-button-active-rtl.png │ │ ├── combo-entry-button-active.png │ │ ├── combo-entry-button-insensitive-rtl.png │ │ ├── combo-entry-button-insensitive.png │ │ ├── combo-entry-button-rtl.png │ │ ├── combo-entry-button.png │ │ ├── combo-entry-focus-notebook-rtl.png │ │ ├── combo-entry-focus-notebook.png │ │ ├── combo-entry-focus-rtl.png │ │ ├── combo-entry-focus.png │ │ ├── combo-entry-insensitive-notebook-rtl.png │ │ ├── combo-entry-insensitive-notebook.png │ │ ├── combo-entry-insensitive-rtl.png │ │ ├── combo-entry-insensitive.png │ │ ├── combo-entry-notebook-rtl.png │ │ ├── combo-entry-notebook.png │ │ ├── combo-entry-rtl.png │ │ ├── combo-entry.png │ │ ├── down-background-disable-rtl.png │ │ ├── down-background-disable.png │ │ ├── down-background-rtl.png │ │ ├── down-background.png │ │ ├── entry-active-bg.png │ │ ├── entry-active-notebook.png │ │ ├── entry-active-toolbar.png │ │ ├── entry-background-disabled.png │ │ ├── entry-background.png │ │ ├── entry-bg.png │ │ ├── entry-border-active-bg.png │ │ ├── entry-border-bg.png │ │ ├── entry-disabled-bg.png │ │ ├── entry-disabled-notebook.png │ │ ├── entry-disabled-toolbar.png │ │ ├── entry-notebook.png │ │ ├── entry-toolbar.png │ │ ├── focus-line.png │ │ ├── frame-gap-end.png │ │ ├── frame-gap-start.png │ │ ├── frame.png │ │ ├── handle-h.png │ │ ├── handle-v.png │ │ ├── inline-toolbar.png │ │ ├── line-h.png │ │ ├── line-v.png │ │ ├── menu-arrow-prelight.png │ │ ├── menu-arrow.png │ │ ├── menu-checkbox-checked-insensitive.png │ │ ├── menu-checkbox-checked-selected.png │ │ ├── menu-checkbox-checked.png │ │ ├── menu-checkbox-unchecked-insensitive.png │ │ ├── menu-checkbox-unchecked-selected.png │ │ ├── menu-checkbox-unchecked.png │ │ ├── menu-radio-checked-insensitive.png │ │ ├── menu-radio-checked-selected.png │ │ ├── menu-radio-checked.png │ │ ├── menu-radio-unchecked-insensitive.png │ │ ├── menu-radio-unchecked-selected.png │ │ ├── menu-radio-unchecked.png │ │ ├── menubar.png │ │ ├── menubar_button.png │ │ ├── menuitem.png │ │ ├── minus.png │ │ ├── notebook-gap-horiz.png │ │ ├── notebook-gap-vert.png │ │ ├── notebook.png │ │ ├── null.png │ │ ├── plus.png │ │ ├── progressbar.png │ │ ├── progressbar_v.png │ │ ├── radio-checked-insensitive.png │ │ ├── radio-checked.png │ │ ├── radio-unchecked-insensitive.png │ │ ├── radio-unchecked.png │ │ ├── slider-horiz-active.png │ │ ├── slider-horiz-insens.png │ │ ├── slider-horiz-prelight.png │ │ ├── slider-horiz.png │ │ ├── slider-insensitive.png │ │ ├── slider-prelight.png │ │ ├── slider-vert-active.png │ │ ├── slider-vert-insens.png │ │ ├── slider-vert-prelight.png │ │ ├── slider-vert.png │ │ ├── slider.png │ │ ├── tab-bottom-active.png │ │ ├── tab-left-active.png │ │ ├── tab-right-active.png │ │ ├── tab-top-active.png │ │ ├── toolbar.png │ │ ├── tree_header.png │ │ ├── trough-horizontal-active.png │ │ ├── trough-horizontal.png │ │ ├── trough-progressbar.png │ │ ├── trough-progressbar_v.png │ │ ├── trough-scrollbar-horiz.png │ │ ├── trough-scrollbar-vert.png │ │ ├── trough-vertical-active.png │ │ ├── trough-vertical.png │ │ ├── up-background-disable-rtl.png │ │ ├── up-background-disable.png │ │ ├── up-background-rtl.png │ │ └── up-background.png │ ├── gtkrc │ ├── main.rc │ ├── menubar-toolbar │ │ ├── button-active.png │ │ ├── button-hover.png │ │ ├── button-insensitive.png │ │ ├── button.png │ │ ├── entry-active-toolbar-dark.png │ │ ├── entry-active-toolbar.png │ │ ├── entry-disabled-toolbar-dark.png │ │ ├── entry-disabled-toolbar.png │ │ ├── entry-toolbar-dark.png │ │ ├── entry-toolbar.png │ │ ├── menubar-dark.png │ │ ├── menubar-toolbar-dark.rc │ │ ├── menubar-toolbar.rc │ │ ├── menubar.png │ │ ├── menubar_button-dark.png │ │ └── menubar_button.png │ ├── panel.rc │ ├── readme.md │ └── xfce-notify.rc ├── gtk-3.0 │ ├── assets │ │ ├── checkbox-checked-dark.png │ │ ├── checkbox-checked-dark@2.png │ │ ├── checkbox-checked-insensitive-dark.png │ │ ├── checkbox-checked-insensitive-dark@2.png │ │ ├── checkbox-checked-insensitive-selected-dark.png │ │ ├── checkbox-checked-insensitive-selected-dark@2.png │ │ ├── checkbox-checked-insensitive-selected.png │ │ ├── checkbox-checked-insensitive-selected@2.png │ │ ├── checkbox-checked-insensitive.png │ │ ├── checkbox-checked-insensitive@2.png │ │ ├── checkbox-checked-selected-dark.png │ │ ├── checkbox-checked-selected-dark@2.png │ │ ├── checkbox-checked-selected.png │ │ ├── checkbox-checked-selected@2.png │ │ ├── checkbox-checked-selectionmode-dark.png │ │ ├── checkbox-checked-selectionmode-dark@2.png │ │ ├── checkbox-checked-selectionmode.png │ │ ├── checkbox-checked-selectionmode@2.png │ │ ├── checkbox-checked.png │ │ ├── checkbox-checked@2.png │ │ ├── checkbox-mixed-dark.png │ │ ├── checkbox-mixed-dark@2.png │ │ ├── checkbox-mixed-insensitive-dark.png │ │ ├── checkbox-mixed-insensitive-dark@2.png │ │ ├── checkbox-mixed-insensitive-selected-dark.png │ │ ├── checkbox-mixed-insensitive-selected-dark@2.png │ │ ├── checkbox-mixed-insensitive-selected.png │ │ ├── checkbox-mixed-insensitive-selected@2.png │ │ ├── checkbox-mixed-insensitive.png │ │ ├── checkbox-mixed-insensitive@2.png │ │ ├── checkbox-mixed-selected-dark.png │ │ ├── checkbox-mixed-selected-dark@2.png │ │ ├── checkbox-mixed-selected.png │ │ ├── checkbox-mixed-selected@2.png │ │ ├── checkbox-mixed.png │ │ ├── checkbox-mixed@2.png │ │ ├── checkbox-selectionmode-dark.png │ │ ├── checkbox-selectionmode-dark@2.png │ │ ├── checkbox-selectionmode.png │ │ ├── checkbox-selectionmode@2.png │ │ ├── checkbox-unchecked-dark.png │ │ ├── checkbox-unchecked-dark@2.png │ │ ├── checkbox-unchecked-insensitive-dark.png │ │ ├── checkbox-unchecked-insensitive-dark@2.png │ │ ├── checkbox-unchecked-insensitive-selected-dark.png │ │ ├── checkbox-unchecked-insensitive-selected-dark@2.png │ │ ├── checkbox-unchecked-insensitive-selected.png │ │ ├── checkbox-unchecked-insensitive-selected@2.png │ │ ├── checkbox-unchecked-insensitive.png │ │ ├── checkbox-unchecked-insensitive@2.png │ │ ├── checkbox-unchecked-selected-dark.png │ │ ├── checkbox-unchecked-selected-dark@2.png │ │ ├── checkbox-unchecked-selected.png │ │ ├── checkbox-unchecked-selected@2.png │ │ ├── checkbox-unchecked.png │ │ ├── checkbox-unchecked@2.png │ │ ├── radio-checked-dark.png │ │ ├── radio-checked-dark@2.png │ │ ├── radio-checked-insensitive-dark.png │ │ ├── radio-checked-insensitive-dark@2.png │ │ ├── radio-checked-insensitive-selected-dark.png │ │ ├── radio-checked-insensitive-selected-dark@2.png │ │ ├── radio-checked-insensitive-selected.png │ │ ├── radio-checked-insensitive-selected@2.png │ │ ├── radio-checked-insensitive.png │ │ ├── radio-checked-insensitive@2.png │ │ ├── radio-checked-selected-dark.png │ │ ├── radio-checked-selected-dark@2.png │ │ ├── radio-checked-selected.png │ │ ├── radio-checked-selected@2.png │ │ ├── radio-checked.png │ │ ├── radio-checked@2.png │ │ ├── radio-mixed-dark.png │ │ ├── radio-mixed-dark@2.png │ │ ├── radio-mixed-insensitive-dark.png │ │ ├── radio-mixed-insensitive-dark@2.png │ │ ├── radio-mixed-insensitive-selected-dark.png │ │ ├── radio-mixed-insensitive-selected-dark@2.png │ │ ├── radio-mixed-insensitive-selected.png │ │ ├── radio-mixed-insensitive-selected@2.png │ │ ├── radio-mixed-insensitive.png │ │ ├── radio-mixed-insensitive@2.png │ │ ├── radio-mixed-selected-dark.png │ │ ├── radio-mixed-selected-dark@2.png │ │ ├── radio-mixed-selected.png │ │ ├── radio-mixed-selected@2.png │ │ ├── radio-mixed.png │ │ ├── radio-mixed@2.png │ │ ├── radio-unchecked-dark.png │ │ ├── radio-unchecked-dark@2.png │ │ ├── radio-unchecked-insensitive-dark.png │ │ ├── radio-unchecked-insensitive-dark@2.png │ │ ├── radio-unchecked-insensitive-selected-dark.png │ │ ├── radio-unchecked-insensitive-selected-dark@2.png │ │ ├── radio-unchecked-insensitive-selected.png │ │ ├── radio-unchecked-insensitive-selected@2.png │ │ ├── radio-unchecked-insensitive.png │ │ ├── radio-unchecked-insensitive@2.png │ │ ├── radio-unchecked-selected-dark.png │ │ ├── radio-unchecked-selected-dark@2.png │ │ ├── radio-unchecked-selected.png │ │ ├── radio-unchecked-selected@2.png │ │ ├── radio-unchecked.png │ │ ├── radio-unchecked@2.png │ │ ├── switch-active-dark.png │ │ ├── switch-active-dark@2.png │ │ ├── switch-active-header-dark.png │ │ ├── switch-active-header-dark@2.png │ │ ├── switch-active-header.png │ │ ├── switch-active-header@2.png │ │ ├── switch-active-insensitive-dark.png │ │ ├── switch-active-insensitive-dark@2.png │ │ ├── switch-active-insensitive-header-dark.png │ │ ├── switch-active-insensitive-header-dark@2.png │ │ ├── switch-active-insensitive-header.png │ │ ├── switch-active-insensitive-header@2.png │ │ ├── switch-active-insensitive-selected-dark.png │ │ ├── switch-active-insensitive-selected-dark@2.png │ │ ├── switch-active-insensitive-selected.png │ │ ├── switch-active-insensitive-selected@2.png │ │ ├── switch-active-insensitive.png │ │ ├── switch-active-insensitive@2.png │ │ ├── switch-active-selected-dark.png │ │ ├── switch-active-selected-dark@2.png │ │ ├── switch-active-selected.png │ │ ├── switch-active-selected@2.png │ │ ├── switch-active.png │ │ ├── switch-active@2.png │ │ ├── switch-dark.png │ │ ├── switch-dark@2.png │ │ ├── switch-header-dark.png │ │ ├── switch-header-dark@2.png │ │ ├── switch-header.png │ │ ├── switch-header@2.png │ │ ├── switch-insensitive-dark.png │ │ ├── switch-insensitive-dark@2.png │ │ ├── switch-insensitive-header-dark.png │ │ ├── switch-insensitive-header-dark@2.png │ │ ├── switch-insensitive-header.png │ │ ├── switch-insensitive-header@2.png │ │ ├── switch-insensitive-selected-dark.png │ │ ├── switch-insensitive-selected-dark@2.png │ │ ├── switch-insensitive-selected.png │ │ ├── switch-insensitive-selected@2.png │ │ ├── switch-insensitive.png │ │ ├── switch-insensitive@2.png │ │ ├── switch-restricts-active.png │ │ ├── switch-restricts-active@2.png │ │ ├── switch-restricts-dark-active.png │ │ ├── switch-restricts-dark-active@2.png │ │ ├── switch-restricts-dark.png │ │ ├── switch-restricts-dark@2.png │ │ ├── switch-restricts.png │ │ ├── switch-restricts@2.png │ │ ├── switch-selected-dark.png │ │ ├── switch-selected-dark@2.png │ │ ├── switch-selected.png │ │ ├── switch-selected@2.png │ │ ├── switch.png │ │ ├── switch@2.png │ │ ├── thumbnail-frame.png │ │ ├── titlebutton-close-active-dark.png │ │ ├── titlebutton-close-active-dark@2.png │ │ ├── titlebutton-close-active.png │ │ ├── titlebutton-close-active@2.png │ │ ├── titlebutton-close-backdrop-dark.png │ │ ├── titlebutton-close-backdrop-dark@2.png │ │ ├── titlebutton-close-backdrop.png │ │ ├── titlebutton-close-backdrop@2.png │ │ ├── titlebutton-close-dark.png │ │ ├── titlebutton-close-dark@2.png │ │ ├── titlebutton-close-hover-dark.png │ │ ├── titlebutton-close-hover-dark@2.png │ │ ├── titlebutton-close-hover.png │ │ ├── titlebutton-close-hover@2.png │ │ ├── titlebutton-close.png │ │ ├── titlebutton-close@2.png │ │ ├── titlebutton-maximize-active-dark.png │ │ ├── titlebutton-maximize-active-dark@2.png │ │ ├── titlebutton-maximize-active.png │ │ ├── titlebutton-maximize-active@2.png │ │ ├── titlebutton-maximize-backdrop-dark.png │ │ ├── titlebutton-maximize-backdrop-dark@2.png │ │ ├── titlebutton-maximize-backdrop.png │ │ ├── titlebutton-maximize-backdrop@2.png │ │ ├── titlebutton-maximize-dark.png │ │ ├── titlebutton-maximize-dark@2.png │ │ ├── titlebutton-maximize-hover-dark.png │ │ ├── titlebutton-maximize-hover-dark@2.png │ │ ├── titlebutton-maximize-hover.png │ │ ├── titlebutton-maximize-hover@2.png │ │ ├── titlebutton-maximize.png │ │ ├── titlebutton-maximize@2.png │ │ ├── titlebutton-minimize-active-dark.png │ │ ├── titlebutton-minimize-active-dark@2.png │ │ ├── titlebutton-minimize-active.png │ │ ├── titlebutton-minimize-active@2.png │ │ ├── titlebutton-minimize-backdrop-dark.png │ │ ├── titlebutton-minimize-backdrop-dark@2.png │ │ ├── titlebutton-minimize-backdrop.png │ │ ├── titlebutton-minimize-backdrop@2.png │ │ ├── titlebutton-minimize-dark.png │ │ ├── titlebutton-minimize-dark@2.png │ │ ├── titlebutton-minimize-hover-dark.png │ │ ├── titlebutton-minimize-hover-dark@2.png │ │ ├── titlebutton-minimize-hover.png │ │ ├── titlebutton-minimize-hover@2.png │ │ ├── titlebutton-minimize.png │ │ └── titlebutton-minimize@2.png │ ├── gtk-dark.css │ ├── gtk.css │ ├── readme.md │ └── thumbnail.png ├── gtk-4.0 │ ├── assets │ │ ├── bullet-symbolic.svg │ │ ├── bullet-symbolic.symbolic.png │ │ ├── bullet@2-symbolic.symbolic.png │ │ ├── check-symbolic.svg │ │ ├── check-symbolic.symbolic.png │ │ ├── check@2-symbolic.symbolic.png │ │ ├── dash-symbolic.svg │ │ ├── dash-symbolic.symbolic.png │ │ ├── dash@2-symbolic.symbolic.png │ │ ├── slider-horz-scale-has-marks-above-active.png │ │ ├── slider-horz-scale-has-marks-above-active@2.png │ │ ├── slider-horz-scale-has-marks-above-backdrop-insensitive.png │ │ ├── slider-horz-scale-has-marks-above-backdrop-insensitive@2.png │ │ ├── slider-horz-scale-has-marks-above-backdrop.png │ │ ├── slider-horz-scale-has-marks-above-backdrop@2.png │ │ ├── slider-horz-scale-has-marks-above-hover.png │ │ ├── slider-horz-scale-has-marks-above-hover@2.png │ │ ├── slider-horz-scale-has-marks-above-insensitive.png │ │ ├── slider-horz-scale-has-marks-above-insensitive@2.png │ │ ├── slider-horz-scale-has-marks-above.png │ │ ├── slider-horz-scale-has-marks-above@2.png │ │ ├── slider-horz-scale-has-marks-below-active.png │ │ ├── slider-horz-scale-has-marks-below-active@2.png │ │ ├── slider-horz-scale-has-marks-below-backdrop-insensitive.png │ │ ├── slider-horz-scale-has-marks-below-backdrop-insensitive@2.png │ │ ├── slider-horz-scale-has-marks-below-backdrop.png │ │ ├── slider-horz-scale-has-marks-below-backdrop@2.png │ │ ├── slider-horz-scale-has-marks-below-hover.png │ │ ├── slider-horz-scale-has-marks-below-hover@2.png │ │ ├── slider-horz-scale-has-marks-below-insensitive.png │ │ ├── slider-horz-scale-has-marks-below-insensitive@2.png │ │ ├── slider-horz-scale-has-marks-below.png │ │ ├── slider-horz-scale-has-marks-below@2.png │ │ ├── slider-vert-scale-has-marks-above-active.png │ │ ├── slider-vert-scale-has-marks-above-active@2.png │ │ ├── slider-vert-scale-has-marks-above-backdrop-insensitive.png │ │ ├── slider-vert-scale-has-marks-above-backdrop-insensitive@2.png │ │ ├── slider-vert-scale-has-marks-above-backdrop.png │ │ ├── slider-vert-scale-has-marks-above-backdrop@2.png │ │ ├── slider-vert-scale-has-marks-above-hover.png │ │ ├── slider-vert-scale-has-marks-above-hover@2.png │ │ ├── slider-vert-scale-has-marks-above-insensitive.png │ │ ├── slider-vert-scale-has-marks-above-insensitive@2.png │ │ ├── slider-vert-scale-has-marks-above.png │ │ ├── slider-vert-scale-has-marks-above@2.png │ │ ├── slider-vert-scale-has-marks-below-active.png │ │ ├── slider-vert-scale-has-marks-below-active@2.png │ │ ├── slider-vert-scale-has-marks-below-backdrop-insensitive.png │ │ ├── slider-vert-scale-has-marks-below-backdrop-insensitive@2.png │ │ ├── slider-vert-scale-has-marks-below-backdrop.png │ │ ├── slider-vert-scale-has-marks-below-backdrop@2.png │ │ ├── slider-vert-scale-has-marks-below-hover.png │ │ ├── slider-vert-scale-has-marks-below-hover@2.png │ │ ├── slider-vert-scale-has-marks-below-insensitive.png │ │ ├── slider-vert-scale-has-marks-below-insensitive@2.png │ │ ├── slider-vert-scale-has-marks-below.png │ │ ├── slider-vert-scale-has-marks-below@2.png │ │ ├── switch-active-header.png │ │ ├── switch-active-header@2.png │ │ ├── switch-active-insensitive-header.png │ │ ├── switch-active-insensitive-header@2.png │ │ ├── switch-active-insensitive-selected.png │ │ ├── switch-active-insensitive-selected@2.png │ │ ├── switch-active-insensitive.png │ │ ├── switch-active-insensitive@2.png │ │ ├── switch-active-selected.png │ │ ├── switch-active-selected@2.png │ │ ├── switch-active.png │ │ ├── switch-active@2.png │ │ ├── switch-header.png │ │ ├── switch-header@2.png │ │ ├── switch-insensitive-header.png │ │ ├── switch-insensitive-header@2.png │ │ ├── switch-insensitive-selected.png │ │ ├── switch-insensitive-selected@2.png │ │ ├── switch-insensitive.png │ │ ├── switch-insensitive@2.png │ │ ├── switch-restricts-active.png │ │ ├── switch-restricts-active@2.png │ │ ├── switch-restricts.png │ │ ├── switch-restricts@2.png │ │ ├── switch-selected.png │ │ ├── switch-selected@2.png │ │ ├── switch.png │ │ ├── switch@2.png │ │ ├── text-select-end-active.png │ │ ├── text-select-end-active@2.png │ │ ├── text-select-end-hover.png │ │ ├── text-select-end-hover@2.png │ │ ├── text-select-end.png │ │ ├── text-select-end@2.png │ │ ├── text-select-start-active.png │ │ ├── text-select-start-active@2.png │ │ ├── text-select-start-hover.png │ │ ├── text-select-start-hover@2.png │ │ ├── text-select-start.png │ │ ├── text-select-start@2.png │ │ ├── titlebutton-close-active.png │ │ ├── titlebutton-close-active@2.png │ │ ├── titlebutton-close-backdrop.png │ │ ├── titlebutton-close-backdrop@2.png │ │ ├── titlebutton-close-hover.png │ │ ├── titlebutton-close-hover@2.png │ │ ├── titlebutton-close.png │ │ ├── titlebutton-close@2.png │ │ ├── titlebutton-maximize-active.png │ │ ├── titlebutton-maximize-active@2.png │ │ ├── titlebutton-maximize-backdrop.png │ │ ├── titlebutton-maximize-backdrop@2.png │ │ ├── titlebutton-maximize-hover.png │ │ ├── titlebutton-maximize-hover@2.png │ │ ├── titlebutton-maximize.png │ │ ├── titlebutton-maximize@2.png │ │ ├── titlebutton-minimize-active.png │ │ ├── titlebutton-minimize-active@2.png │ │ ├── titlebutton-minimize-backdrop.png │ │ ├── titlebutton-minimize-backdrop@2.png │ │ ├── titlebutton-minimize-hover.png │ │ ├── titlebutton-minimize-hover@2.png │ │ ├── titlebutton-minimize.png │ │ └── titlebutton-minimize@2.png │ ├── gtk-dark.css │ └── gtk.css ├── index.theme ├── metacity-1 │ ├── button-close-bg-active.svg │ ├── button-close-bg-backdrop.svg │ ├── button-close-bg-hover.svg │ ├── button-close-bg.svg │ ├── button-maximize-bg-active.svg │ ├── button-maximize-bg-backdrop.svg │ ├── button-maximize-bg-hover.svg │ ├── button-maximize-bg.svg │ ├── button-minimize-bg-active.svg │ ├── button-minimize-bg-backdrop.svg │ ├── button-minimize-bg-hover.svg │ ├── button-minimize-bg.svg │ ├── metacity-theme-2.xml │ ├── metacity-theme-3.xml │ ├── readme.md │ ├── thumbnail.png │ └── thumbnail.svg └── xfwm4 │ ├── bottom-active.png │ ├── bottom-inactive.png │ ├── bottom-left-active.png │ ├── bottom-left-inactive.png │ ├── bottom-right-active.png │ ├── bottom-right-inactive.png │ ├── close-active.png │ ├── close-inactive.png │ ├── close-prelight.png │ ├── close-pressed.png │ ├── hide-active.png │ ├── hide-inactive.png │ ├── hide-prelight.png │ ├── hide-pressed.png │ ├── left-active.png │ ├── left-inactive.png │ ├── maximize-active.png │ ├── maximize-inactive.png │ ├── maximize-prelight.png │ ├── maximize-pressed.png │ ├── menu-active.png │ ├── menu-inactive.png │ ├── menu-pressed.png │ ├── readme.md │ ├── right-active.png │ ├── right-inactive.png │ ├── shade-active.png │ ├── shade-inactive.png │ ├── shade-prelight.png │ ├── shade-pressed.png │ ├── stick-active.png │ ├── stick-inactive.png │ ├── stick-prelight.png │ ├── stick-pressed.png │ ├── themerc │ ├── title-1-active.png │ ├── title-1-inactive.png │ ├── title-2-active.png │ ├── title-2-inactive.png │ ├── title-3-active.png │ ├── title-3-inactive.png │ ├── title-4-active.png │ ├── title-4-inactive.png │ ├── title-5-active.png │ ├── title-5-inactive.png │ ├── top-left-active.png │ ├── top-left-inactive.png │ ├── top-right-active.png │ └── top-right-inactive.png ├── Bubble ├── cinnamon │ ├── assets │ │ ├── checkbox │ │ │ ├── checkbox-checked.svg │ │ │ └── checkbox-unchecked.svg │ │ ├── misc │ │ │ ├── add-workspace-active.svg │ │ │ ├── add-workspace-hover.svg │ │ │ ├── add-workspace.svg │ │ │ ├── calendar-arrow-left-hover.svg │ │ │ ├── calendar-arrow-left.svg │ │ │ ├── calendar-arrow-right-hover.svg │ │ │ ├── calendar-arrow-right.svg │ │ │ ├── close-active.svg │ │ │ ├── close-hover.svg │ │ │ ├── close.svg │ │ │ ├── corner-ripple.svg │ │ │ ├── overview-hover.png │ │ │ ├── overview.png │ │ │ └── trash-icon.svg │ │ └── switch │ │ │ ├── switch-off-selected.svg │ │ │ ├── switch-off.svg │ │ │ ├── switch-on-selected.svg │ │ │ └── switch-on.svg │ ├── cinnamon.css │ ├── readme.md │ └── thumbnail.png ├── gnome-shell │ ├── common-assets │ │ ├── dash │ │ │ ├── dash-left.svg │ │ │ ├── dash-placeholder.svg │ │ │ ├── dash-right.svg │ │ │ ├── running1.svg │ │ │ ├── running2.svg │ │ │ ├── running3.svg │ │ │ └── running4.svg │ │ ├── misc │ │ │ ├── bg.svg │ │ │ ├── calendar-day-event.svg │ │ │ ├── calendar-today.svg │ │ │ ├── close-active.svg │ │ │ ├── close-hover.svg │ │ │ ├── close.svg │ │ │ ├── corner-ripple-ltr.svg │ │ │ ├── corner-ripple-rtl.svg │ │ │ ├── more-results.svg │ │ │ ├── osd.svg │ │ │ ├── page-indicator-active.svg │ │ │ ├── page-indicator-checked.svg │ │ │ ├── page-indicator-hover.svg │ │ │ ├── page-indicator-inactive.svg │ │ │ ├── process-working.svg │ │ │ ├── ws-switch-arrow-down.png │ │ │ └── ws-switch-arrow-up.png │ │ ├── panel │ │ │ ├── activities-active.svg │ │ │ └── activities.svg │ │ └── switch │ │ │ ├── switch-off-selected.svg │ │ │ └── switch-on-selected.svg │ ├── gnome-shell.css │ ├── light-assets │ │ ├── checkbox │ │ │ ├── checkbox-checked-focused.svg │ │ │ ├── checkbox-checked.svg │ │ │ ├── checkbox-unchecked-focused.svg │ │ │ └── checkbox-unchecked.svg │ │ ├── misc │ │ │ ├── message-close-active.svg │ │ │ ├── message-close-hover.svg │ │ │ └── message-close.svg │ │ └── switch │ │ │ ├── switch-off.svg │ │ │ └── switch-on.svg │ └── readme.md ├── gtk-2.0 │ ├── apps.rc │ ├── assets │ │ ├── arrow-down-insens.png │ │ ├── arrow-down-prelight.png │ │ ├── arrow-down-small-insens.png │ │ ├── arrow-down-small-prelight.png │ │ ├── arrow-down-small.png │ │ ├── arrow-down.png │ │ ├── arrow-left-insens.png │ │ ├── arrow-left-prelight.png │ │ ├── arrow-left.png │ │ ├── arrow-right-insens.png │ │ ├── arrow-right-prelight.png │ │ ├── arrow-right.png │ │ ├── arrow-up-insens.png │ │ ├── arrow-up-prelight.png │ │ ├── arrow-up-small-insens.png │ │ ├── arrow-up-small-prelight.png │ │ ├── arrow-up-small.png │ │ ├── arrow-up.png │ │ ├── button-active.png │ │ ├── button-hover.png │ │ ├── button-insensitive.png │ │ ├── button.png │ │ ├── checkbox-checked-insensitive.png │ │ ├── checkbox-checked.png │ │ ├── checkbox-unchecked-insensitive.png │ │ ├── checkbox-unchecked.png │ │ ├── combo-entry-border-focus-rtl.png │ │ ├── combo-entry-border-focus.png │ │ ├── combo-entry-border-rtl.png │ │ ├── combo-entry-border.png │ │ ├── combo-entry-button-active-rtl.png │ │ ├── combo-entry-button-active.png │ │ ├── combo-entry-button-insensitive-rtl.png │ │ ├── combo-entry-button-insensitive.png │ │ ├── combo-entry-button-rtl.png │ │ ├── combo-entry-button.png │ │ ├── combo-entry-focus-notebook-rtl.png │ │ ├── combo-entry-focus-notebook.png │ │ ├── combo-entry-focus-rtl.png │ │ ├── combo-entry-focus.png │ │ ├── combo-entry-insensitive-notebook-rtl.png │ │ ├── combo-entry-insensitive-notebook.png │ │ ├── combo-entry-insensitive-rtl.png │ │ ├── combo-entry-insensitive.png │ │ ├── combo-entry-notebook-rtl.png │ │ ├── combo-entry-notebook.png │ │ ├── combo-entry-rtl.png │ │ ├── combo-entry.png │ │ ├── down-background-disable-rtl.png │ │ ├── down-background-disable.png │ │ ├── down-background-rtl.png │ │ ├── down-background.png │ │ ├── entry-active-bg.png │ │ ├── entry-active-notebook.png │ │ ├── entry-active-toolbar.png │ │ ├── entry-background-disabled.png │ │ ├── entry-background.png │ │ ├── entry-bg.png │ │ ├── entry-border-active-bg.png │ │ ├── entry-border-bg.png │ │ ├── entry-disabled-bg.png │ │ ├── entry-disabled-notebook.png │ │ ├── entry-disabled-toolbar.png │ │ ├── entry-notebook.png │ │ ├── entry-toolbar.png │ │ ├── focus-line.png │ │ ├── frame-gap-end.png │ │ ├── frame-gap-start.png │ │ ├── frame.png │ │ ├── handle-h.png │ │ ├── handle-v.png │ │ ├── inline-toolbar.png │ │ ├── line-h.png │ │ ├── line-v.png │ │ ├── menu-arrow-prelight.png │ │ ├── menu-arrow.png │ │ ├── menu-checkbox-checked-insensitive.png │ │ ├── menu-checkbox-checked-selected.png │ │ ├── menu-checkbox-checked.png │ │ ├── menu-checkbox-unchecked-insensitive.png │ │ ├── menu-checkbox-unchecked-selected.png │ │ ├── menu-checkbox-unchecked.png │ │ ├── menu-radio-checked-insensitive.png │ │ ├── menu-radio-checked-selected.png │ │ ├── menu-radio-checked.png │ │ ├── menu-radio-unchecked-insensitive.png │ │ ├── menu-radio-unchecked-selected.png │ │ ├── menu-radio-unchecked.png │ │ ├── menubar.png │ │ ├── menubar_button.png │ │ ├── menuitem.png │ │ ├── minus.png │ │ ├── notebook-gap-horiz.png │ │ ├── notebook-gap-vert.png │ │ ├── notebook.png │ │ ├── null.png │ │ ├── plus.png │ │ ├── progressbar.png │ │ ├── progressbar_v.png │ │ ├── radio-checked-insensitive.png │ │ ├── radio-checked.png │ │ ├── radio-unchecked-insensitive.png │ │ ├── radio-unchecked.png │ │ ├── slider-horiz-active.png │ │ ├── slider-horiz-insens.png │ │ ├── slider-horiz-prelight.png │ │ ├── slider-horiz.png │ │ ├── slider-insensitive.png │ │ ├── slider-prelight.png │ │ ├── slider-vert-active.png │ │ ├── slider-vert-insens.png │ │ ├── slider-vert-prelight.png │ │ ├── slider-vert.png │ │ ├── slider.png │ │ ├── tab-bottom-active.png │ │ ├── tab-left-active.png │ │ ├── tab-right-active.png │ │ ├── tab-top-active.png │ │ ├── toolbar.png │ │ ├── tree_header.png │ │ ├── trough-horizontal-active.png │ │ ├── trough-horizontal.png │ │ ├── trough-progressbar.png │ │ ├── trough-progressbar_v.png │ │ ├── trough-scrollbar-horiz.png │ │ ├── trough-scrollbar-vert.png │ │ ├── trough-vertical-active.png │ │ ├── trough-vertical.png │ │ ├── up-background-disable-rtl.png │ │ ├── up-background-disable.png │ │ ├── up-background-rtl.png │ │ └── up-background.png │ ├── gtkrc │ ├── main.rc │ ├── menubar-toolbar │ │ ├── button-active.png │ │ ├── button-hover.png │ │ ├── button-insensitive.png │ │ ├── button.png │ │ ├── entry-active-toolbar-dark.png │ │ ├── entry-active-toolbar.png │ │ ├── entry-disabled-toolbar-dark.png │ │ ├── entry-disabled-toolbar.png │ │ ├── entry-toolbar-dark.png │ │ ├── entry-toolbar.png │ │ ├── menubar-dark.png │ │ ├── menubar-toolbar-dark.rc │ │ ├── menubar-toolbar.rc │ │ ├── menubar.png │ │ ├── menubar_button-dark.png │ │ └── menubar_button.png │ ├── panel.rc │ ├── readme.md │ └── xfce-notify.rc ├── gtk-3.0 │ ├── assets │ │ ├── checkbox-checked-dark.png │ │ ├── checkbox-checked-dark@2.png │ │ ├── checkbox-checked-insensitive-dark.png │ │ ├── checkbox-checked-insensitive-dark@2.png │ │ ├── checkbox-checked-insensitive-selected-dark.png │ │ ├── checkbox-checked-insensitive-selected-dark@2.png │ │ ├── checkbox-checked-insensitive-selected.png │ │ ├── checkbox-checked-insensitive-selected@2.png │ │ ├── checkbox-checked-insensitive.png │ │ ├── checkbox-checked-insensitive@2.png │ │ ├── checkbox-checked-selected-dark.png │ │ ├── checkbox-checked-selected-dark@2.png │ │ ├── checkbox-checked-selected.png │ │ ├── checkbox-checked-selected@2.png │ │ ├── checkbox-checked-selectionmode-dark.png │ │ ├── checkbox-checked-selectionmode-dark@2.png │ │ ├── checkbox-checked-selectionmode.png │ │ ├── checkbox-checked-selectionmode@2.png │ │ ├── checkbox-checked.png │ │ ├── checkbox-checked@2.png │ │ ├── checkbox-mixed-dark.png │ │ ├── checkbox-mixed-dark@2.png │ │ ├── checkbox-mixed-insensitive-dark.png │ │ ├── checkbox-mixed-insensitive-dark@2.png │ │ ├── checkbox-mixed-insensitive-selected-dark.png │ │ ├── checkbox-mixed-insensitive-selected-dark@2.png │ │ ├── checkbox-mixed-insensitive-selected.png │ │ ├── checkbox-mixed-insensitive-selected@2.png │ │ ├── checkbox-mixed-insensitive.png │ │ ├── checkbox-mixed-insensitive@2.png │ │ ├── checkbox-mixed-selected-dark.png │ │ ├── checkbox-mixed-selected-dark@2.png │ │ ├── checkbox-mixed-selected.png │ │ ├── checkbox-mixed-selected@2.png │ │ ├── checkbox-mixed.png │ │ ├── checkbox-mixed@2.png │ │ ├── checkbox-selectionmode-dark.png │ │ ├── checkbox-selectionmode-dark@2.png │ │ ├── checkbox-selectionmode.png │ │ ├── checkbox-selectionmode@2.png │ │ ├── checkbox-unchecked-dark.png │ │ ├── checkbox-unchecked-dark@2.png │ │ ├── checkbox-unchecked-insensitive-dark.png │ │ ├── checkbox-unchecked-insensitive-dark@2.png │ │ ├── checkbox-unchecked-insensitive-selected-dark.png │ │ ├── checkbox-unchecked-insensitive-selected-dark@2.png │ │ ├── checkbox-unchecked-insensitive-selected.png │ │ ├── checkbox-unchecked-insensitive-selected@2.png │ │ ├── checkbox-unchecked-insensitive.png │ │ ├── checkbox-unchecked-insensitive@2.png │ │ ├── checkbox-unchecked-selected-dark.png │ │ ├── checkbox-unchecked-selected-dark@2.png │ │ ├── checkbox-unchecked-selected.png │ │ ├── checkbox-unchecked-selected@2.png │ │ ├── checkbox-unchecked.png │ │ ├── checkbox-unchecked@2.png │ │ ├── radio-checked-dark.png │ │ ├── radio-checked-dark@2.png │ │ ├── radio-checked-insensitive-dark.png │ │ ├── radio-checked-insensitive-dark@2.png │ │ ├── radio-checked-insensitive-selected-dark.png │ │ ├── radio-checked-insensitive-selected-dark@2.png │ │ ├── radio-checked-insensitive-selected.png │ │ ├── radio-checked-insensitive-selected@2.png │ │ ├── radio-checked-insensitive.png │ │ ├── radio-checked-insensitive@2.png │ │ ├── radio-checked-selected-dark.png │ │ ├── radio-checked-selected-dark@2.png │ │ ├── radio-checked-selected.png │ │ ├── radio-checked-selected@2.png │ │ ├── radio-checked.png │ │ ├── radio-checked@2.png │ │ ├── radio-mixed-dark.png │ │ ├── radio-mixed-dark@2.png │ │ ├── radio-mixed-insensitive-dark.png │ │ ├── radio-mixed-insensitive-dark@2.png │ │ ├── radio-mixed-insensitive-selected-dark.png │ │ ├── radio-mixed-insensitive-selected-dark@2.png │ │ ├── radio-mixed-insensitive-selected.png │ │ ├── radio-mixed-insensitive-selected@2.png │ │ ├── radio-mixed-insensitive.png │ │ ├── radio-mixed-insensitive@2.png │ │ ├── radio-mixed-selected-dark.png │ │ ├── radio-mixed-selected-dark@2.png │ │ ├── radio-mixed-selected.png │ │ ├── radio-mixed-selected@2.png │ │ ├── radio-mixed.png │ │ ├── radio-mixed@2.png │ │ ├── radio-unchecked-dark.png │ │ ├── radio-unchecked-dark@2.png │ │ ├── radio-unchecked-insensitive-dark.png │ │ ├── radio-unchecked-insensitive-dark@2.png │ │ ├── radio-unchecked-insensitive-selected-dark.png │ │ ├── radio-unchecked-insensitive-selected-dark@2.png │ │ ├── radio-unchecked-insensitive-selected.png │ │ ├── radio-unchecked-insensitive-selected@2.png │ │ ├── radio-unchecked-insensitive.png │ │ ├── radio-unchecked-insensitive@2.png │ │ ├── radio-unchecked-selected-dark.png │ │ ├── radio-unchecked-selected-dark@2.png │ │ ├── radio-unchecked-selected.png │ │ ├── radio-unchecked-selected@2.png │ │ ├── radio-unchecked.png │ │ ├── radio-unchecked@2.png │ │ ├── switch-active-dark.png │ │ ├── switch-active-dark@2.png │ │ ├── switch-active-header-dark.png │ │ ├── switch-active-header-dark@2.png │ │ ├── switch-active-header.png │ │ ├── switch-active-header@2.png │ │ ├── switch-active-insensitive-dark.png │ │ ├── switch-active-insensitive-dark@2.png │ │ ├── switch-active-insensitive-header-dark.png │ │ ├── switch-active-insensitive-header-dark@2.png │ │ ├── switch-active-insensitive-header.png │ │ ├── switch-active-insensitive-header@2.png │ │ ├── switch-active-insensitive-selected-dark.png │ │ ├── switch-active-insensitive-selected-dark@2.png │ │ ├── switch-active-insensitive-selected.png │ │ ├── switch-active-insensitive-selected@2.png │ │ ├── switch-active-insensitive.png │ │ ├── switch-active-insensitive@2.png │ │ ├── switch-active-selected-dark.png │ │ ├── switch-active-selected-dark@2.png │ │ ├── switch-active-selected.png │ │ ├── switch-active-selected@2.png │ │ ├── switch-active.png │ │ ├── switch-active@2.png │ │ ├── switch-dark.png │ │ ├── switch-dark@2.png │ │ ├── switch-header-dark.png │ │ ├── switch-header-dark@2.png │ │ ├── switch-header.png │ │ ├── switch-header@2.png │ │ ├── switch-insensitive-dark.png │ │ ├── switch-insensitive-dark@2.png │ │ ├── switch-insensitive-header-dark.png │ │ ├── switch-insensitive-header-dark@2.png │ │ ├── switch-insensitive-header.png │ │ ├── switch-insensitive-header@2.png │ │ ├── switch-insensitive-selected-dark.png │ │ ├── switch-insensitive-selected-dark@2.png │ │ ├── switch-insensitive-selected.png │ │ ├── switch-insensitive-selected@2.png │ │ ├── switch-insensitive.png │ │ ├── switch-insensitive@2.png │ │ ├── switch-restricts-active.png │ │ ├── switch-restricts-active@2.png │ │ ├── switch-restricts-dark-active.png │ │ ├── switch-restricts-dark-active@2.png │ │ ├── switch-restricts-dark.png │ │ ├── switch-restricts-dark@2.png │ │ ├── switch-restricts.png │ │ ├── switch-restricts@2.png │ │ ├── switch-selected-dark.png │ │ ├── switch-selected-dark@2.png │ │ ├── switch-selected.png │ │ ├── switch-selected@2.png │ │ ├── switch.png │ │ ├── switch@2.png │ │ ├── thumbnail-frame.png │ │ ├── titlebutton-close-active-dark.png │ │ ├── titlebutton-close-active-dark@2.png │ │ ├── titlebutton-close-active.png │ │ ├── titlebutton-close-active@2.png │ │ ├── titlebutton-close-backdrop-dark.png │ │ ├── titlebutton-close-backdrop-dark@2.png │ │ ├── titlebutton-close-backdrop.png │ │ ├── titlebutton-close-backdrop@2.png │ │ ├── titlebutton-close-dark.png │ │ ├── titlebutton-close-dark@2.png │ │ ├── titlebutton-close-hover-dark.png │ │ ├── titlebutton-close-hover-dark@2.png │ │ ├── titlebutton-close-hover.png │ │ ├── titlebutton-close-hover@2.png │ │ ├── titlebutton-close.png │ │ ├── titlebutton-close@2.png │ │ ├── titlebutton-maximize-active-dark.png │ │ ├── titlebutton-maximize-active-dark@2.png │ │ ├── titlebutton-maximize-active.png │ │ ├── titlebutton-maximize-active@2.png │ │ ├── titlebutton-maximize-backdrop-dark.png │ │ ├── titlebutton-maximize-backdrop-dark@2.png │ │ ├── titlebutton-maximize-backdrop.png │ │ ├── titlebutton-maximize-backdrop@2.png │ │ ├── titlebutton-maximize-dark.png │ │ ├── titlebutton-maximize-dark@2.png │ │ ├── titlebutton-maximize-hover-dark.png │ │ ├── titlebutton-maximize-hover-dark@2.png │ │ ├── titlebutton-maximize-hover.png │ │ ├── titlebutton-maximize-hover@2.png │ │ ├── titlebutton-maximize.png │ │ ├── titlebutton-maximize@2.png │ │ ├── titlebutton-minimize-active-dark.png │ │ ├── titlebutton-minimize-active-dark@2.png │ │ ├── titlebutton-minimize-active.png │ │ ├── titlebutton-minimize-active@2.png │ │ ├── titlebutton-minimize-backdrop-dark.png │ │ ├── titlebutton-minimize-backdrop-dark@2.png │ │ ├── titlebutton-minimize-backdrop.png │ │ ├── titlebutton-minimize-backdrop@2.png │ │ ├── titlebutton-minimize-dark.png │ │ ├── titlebutton-minimize-dark@2.png │ │ ├── titlebutton-minimize-hover-dark.png │ │ ├── titlebutton-minimize-hover-dark@2.png │ │ ├── titlebutton-minimize-hover.png │ │ ├── titlebutton-minimize-hover@2.png │ │ ├── titlebutton-minimize.png │ │ └── titlebutton-minimize@2.png │ ├── gtk-dark.css │ ├── gtk.css │ ├── readme.md │ └── thumbnail.png ├── gtk-4.0 │ ├── assets │ │ ├── bullet-symbolic.svg │ │ ├── bullet-symbolic.symbolic.png │ │ ├── bullet@2-symbolic.symbolic.png │ │ ├── check-symbolic.svg │ │ ├── check-symbolic.symbolic.png │ │ ├── check@2-symbolic.symbolic.png │ │ ├── dash-symbolic.svg │ │ ├── dash-symbolic.symbolic.png │ │ ├── dash@2-symbolic.symbolic.png │ │ ├── slider-horz-scale-has-marks-above-active.png │ │ ├── slider-horz-scale-has-marks-above-active@2.png │ │ ├── slider-horz-scale-has-marks-above-backdrop-insensitive.png │ │ ├── slider-horz-scale-has-marks-above-backdrop-insensitive@2.png │ │ ├── slider-horz-scale-has-marks-above-backdrop.png │ │ ├── slider-horz-scale-has-marks-above-backdrop@2.png │ │ ├── slider-horz-scale-has-marks-above-hover.png │ │ ├── slider-horz-scale-has-marks-above-hover@2.png │ │ ├── slider-horz-scale-has-marks-above-insensitive.png │ │ ├── slider-horz-scale-has-marks-above-insensitive@2.png │ │ ├── slider-horz-scale-has-marks-above.png │ │ ├── slider-horz-scale-has-marks-above@2.png │ │ ├── slider-horz-scale-has-marks-below-active.png │ │ ├── slider-horz-scale-has-marks-below-active@2.png │ │ ├── slider-horz-scale-has-marks-below-backdrop-insensitive.png │ │ ├── slider-horz-scale-has-marks-below-backdrop-insensitive@2.png │ │ ├── slider-horz-scale-has-marks-below-backdrop.png │ │ ├── slider-horz-scale-has-marks-below-backdrop@2.png │ │ ├── slider-horz-scale-has-marks-below-hover.png │ │ ├── slider-horz-scale-has-marks-below-hover@2.png │ │ ├── slider-horz-scale-has-marks-below-insensitive.png │ │ ├── slider-horz-scale-has-marks-below-insensitive@2.png │ │ ├── slider-horz-scale-has-marks-below.png │ │ ├── slider-horz-scale-has-marks-below@2.png │ │ ├── slider-vert-scale-has-marks-above-active.png │ │ ├── slider-vert-scale-has-marks-above-active@2.png │ │ ├── slider-vert-scale-has-marks-above-backdrop-insensitive.png │ │ ├── slider-vert-scale-has-marks-above-backdrop-insensitive@2.png │ │ ├── slider-vert-scale-has-marks-above-backdrop.png │ │ ├── slider-vert-scale-has-marks-above-backdrop@2.png │ │ ├── slider-vert-scale-has-marks-above-hover.png │ │ ├── slider-vert-scale-has-marks-above-hover@2.png │ │ ├── slider-vert-scale-has-marks-above-insensitive.png │ │ ├── slider-vert-scale-has-marks-above-insensitive@2.png │ │ ├── slider-vert-scale-has-marks-above.png │ │ ├── slider-vert-scale-has-marks-above@2.png │ │ ├── slider-vert-scale-has-marks-below-active.png │ │ ├── slider-vert-scale-has-marks-below-active@2.png │ │ ├── slider-vert-scale-has-marks-below-backdrop-insensitive.png │ │ ├── slider-vert-scale-has-marks-below-backdrop-insensitive@2.png │ │ ├── slider-vert-scale-has-marks-below-backdrop.png │ │ ├── slider-vert-scale-has-marks-below-backdrop@2.png │ │ ├── slider-vert-scale-has-marks-below-hover.png │ │ ├── slider-vert-scale-has-marks-below-hover@2.png │ │ ├── slider-vert-scale-has-marks-below-insensitive.png │ │ ├── slider-vert-scale-has-marks-below-insensitive@2.png │ │ ├── slider-vert-scale-has-marks-below.png │ │ ├── slider-vert-scale-has-marks-below@2.png │ │ ├── switch-active-header.png │ │ ├── switch-active-header@2.png │ │ ├── switch-active-insensitive-header.png │ │ ├── switch-active-insensitive-header@2.png │ │ ├── switch-active-insensitive-selected.png │ │ ├── switch-active-insensitive-selected@2.png │ │ ├── switch-active-insensitive.png │ │ ├── switch-active-insensitive@2.png │ │ ├── switch-active-selected.png │ │ ├── switch-active-selected@2.png │ │ ├── switch-active.png │ │ ├── switch-active@2.png │ │ ├── switch-header.png │ │ ├── switch-header@2.png │ │ ├── switch-insensitive-header.png │ │ ├── switch-insensitive-header@2.png │ │ ├── switch-insensitive-selected.png │ │ ├── switch-insensitive-selected@2.png │ │ ├── switch-insensitive.png │ │ ├── switch-insensitive@2.png │ │ ├── switch-restricts-active.png │ │ ├── switch-restricts-active@2.png │ │ ├── switch-restricts.png │ │ ├── switch-restricts@2.png │ │ ├── switch-selected.png │ │ ├── switch-selected@2.png │ │ ├── switch.png │ │ ├── switch@2.png │ │ ├── text-select-end-active.png │ │ ├── text-select-end-active@2.png │ │ ├── text-select-end-hover.png │ │ ├── text-select-end-hover@2.png │ │ ├── text-select-end.png │ │ ├── text-select-end@2.png │ │ ├── text-select-start-active.png │ │ ├── text-select-start-active@2.png │ │ ├── text-select-start-hover.png │ │ ├── text-select-start-hover@2.png │ │ ├── text-select-start.png │ │ ├── text-select-start@2.png │ │ ├── titlebutton-close-active.png │ │ ├── titlebutton-close-active@2.png │ │ ├── titlebutton-close-backdrop.png │ │ ├── titlebutton-close-backdrop@2.png │ │ ├── titlebutton-close-hover.png │ │ ├── titlebutton-close-hover@2.png │ │ ├── titlebutton-close.png │ │ ├── titlebutton-close@2.png │ │ ├── titlebutton-maximize-active.png │ │ ├── titlebutton-maximize-active@2.png │ │ ├── titlebutton-maximize-backdrop.png │ │ ├── titlebutton-maximize-backdrop@2.png │ │ ├── titlebutton-maximize-hover.png │ │ ├── titlebutton-maximize-hover@2.png │ │ ├── titlebutton-maximize.png │ │ ├── titlebutton-maximize@2.png │ │ ├── titlebutton-minimize-active.png │ │ ├── titlebutton-minimize-active@2.png │ │ ├── titlebutton-minimize-backdrop.png │ │ ├── titlebutton-minimize-backdrop@2.png │ │ ├── titlebutton-minimize-hover.png │ │ ├── titlebutton-minimize-hover@2.png │ │ ├── titlebutton-minimize.png │ │ └── titlebutton-minimize@2.png │ ├── gtk-dark.css │ └── gtk.css ├── index.theme ├── metacity-1 │ ├── button-close-bg-active.svg │ ├── button-close-bg-backdrop.svg │ ├── button-close-bg-hover.svg │ ├── button-close-bg.svg │ ├── button-maximize-bg-active.svg │ ├── button-maximize-bg-backdrop.svg │ ├── button-maximize-bg-hover.svg │ ├── button-maximize-bg.svg │ ├── button-minimize-bg-active.svg │ ├── button-minimize-bg-backdrop.svg │ ├── button-minimize-bg-hover.svg │ ├── button-minimize-bg.svg │ ├── metacity-theme-2.xml │ ├── metacity-theme-3.xml │ ├── readme.md │ ├── thumbnail.png │ └── thumbnail.svg └── xfwm4 │ ├── bottom-active.png │ ├── bottom-inactive.png │ ├── bottom-left-active.png │ ├── bottom-left-inactive.png │ ├── bottom-right-active.png │ ├── bottom-right-inactive.png │ ├── close-active.png │ ├── close-inactive.png │ ├── close-prelight.png │ ├── close-pressed.png │ ├── hide-active.png │ ├── hide-inactive.png │ ├── hide-prelight.png │ ├── hide-pressed.png │ ├── left-active.png │ ├── left-inactive.png │ ├── maximize-active.png │ ├── maximize-inactive.png │ ├── maximize-prelight.png │ ├── maximize-pressed.png │ ├── menu-active.png │ ├── menu-inactive.png │ ├── menu-pressed.png │ ├── readme.md │ ├── right-active.png │ ├── right-inactive.png │ ├── shade-active.png │ ├── shade-inactive.png │ ├── shade-prelight.png │ ├── shade-pressed.png │ ├── stick-active.png │ ├── stick-inactive.png │ ├── stick-prelight.png │ ├── stick-pressed.png │ ├── themerc │ ├── title-1-active.png │ ├── title-1-inactive.png │ ├── title-2-active.png │ ├── title-2-inactive.png │ ├── title-3-active.png │ ├── title-3-inactive.png │ ├── title-4-active.png │ ├── title-4-inactive.png │ ├── title-5-active.png │ ├── title-5-inactive.png │ ├── top-left-active.png │ ├── top-left-inactive.png │ ├── top-right-active.png │ └── top-right-inactive.png ├── INSTALL ├── LICENSE └── README.md /AUTHORS: -------------------------------------------------------------------------------- 1 | auoi 2 | -------------------------------------------------------------------------------- /Bubble-Dark/cinnamon/assets/misc/close.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/cinnamon/assets/misc/close.svg -------------------------------------------------------------------------------- /Bubble-Dark/cinnamon/assets/misc/overview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/cinnamon/assets/misc/overview.png -------------------------------------------------------------------------------- /Bubble-Dark/cinnamon/assets/misc/trash-icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/cinnamon/assets/misc/trash-icon.svg -------------------------------------------------------------------------------- /Bubble-Dark/cinnamon/cinnamon.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/cinnamon/cinnamon.css -------------------------------------------------------------------------------- /Bubble-Dark/cinnamon/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/cinnamon/readme.md -------------------------------------------------------------------------------- /Bubble-Dark/cinnamon/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/cinnamon/thumbnail.png -------------------------------------------------------------------------------- /Bubble-Dark/gnome-shell/gnome-shell.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/gnome-shell/gnome-shell.css -------------------------------------------------------------------------------- /Bubble-Dark/gnome-shell/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/gnome-shell/readme.md -------------------------------------------------------------------------------- /Bubble-Dark/gtk-2.0/apps.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/gtk-2.0/apps.rc -------------------------------------------------------------------------------- /Bubble-Dark/gtk-2.0/assets/arrow-down-small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/gtk-2.0/assets/arrow-down-small.png -------------------------------------------------------------------------------- /Bubble-Dark/gtk-2.0/assets/arrow-down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/gtk-2.0/assets/arrow-down.png -------------------------------------------------------------------------------- /Bubble-Dark/gtk-2.0/assets/arrow-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/gtk-2.0/assets/arrow-left.png -------------------------------------------------------------------------------- /Bubble-Dark/gtk-2.0/assets/arrow-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/gtk-2.0/assets/arrow-right.png -------------------------------------------------------------------------------- /Bubble-Dark/gtk-2.0/assets/arrow-up-insens.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/gtk-2.0/assets/arrow-up-insens.png -------------------------------------------------------------------------------- /Bubble-Dark/gtk-2.0/assets/arrow-up-small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/gtk-2.0/assets/arrow-up-small.png -------------------------------------------------------------------------------- /Bubble-Dark/gtk-2.0/assets/arrow-up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/gtk-2.0/assets/arrow-up.png -------------------------------------------------------------------------------- /Bubble-Dark/gtk-2.0/assets/button-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/gtk-2.0/assets/button-active.png -------------------------------------------------------------------------------- /Bubble-Dark/gtk-2.0/assets/button-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/gtk-2.0/assets/button-hover.png -------------------------------------------------------------------------------- /Bubble-Dark/gtk-2.0/assets/button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/gtk-2.0/assets/button.png -------------------------------------------------------------------------------- /Bubble-Dark/gtk-2.0/assets/checkbox-checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/gtk-2.0/assets/checkbox-checked.png -------------------------------------------------------------------------------- /Bubble-Dark/gtk-2.0/assets/combo-entry-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/gtk-2.0/assets/combo-entry-rtl.png -------------------------------------------------------------------------------- /Bubble-Dark/gtk-2.0/assets/combo-entry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/gtk-2.0/assets/combo-entry.png -------------------------------------------------------------------------------- /Bubble-Dark/gtk-2.0/assets/down-background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/gtk-2.0/assets/down-background.png -------------------------------------------------------------------------------- /Bubble-Dark/gtk-2.0/assets/entry-active-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/gtk-2.0/assets/entry-active-bg.png -------------------------------------------------------------------------------- /Bubble-Dark/gtk-2.0/assets/entry-background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/gtk-2.0/assets/entry-background.png -------------------------------------------------------------------------------- /Bubble-Dark/gtk-2.0/assets/entry-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/gtk-2.0/assets/entry-bg.png -------------------------------------------------------------------------------- /Bubble-Dark/gtk-2.0/assets/entry-border-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/gtk-2.0/assets/entry-border-bg.png -------------------------------------------------------------------------------- /Bubble-Dark/gtk-2.0/assets/entry-notebook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/gtk-2.0/assets/entry-notebook.png -------------------------------------------------------------------------------- /Bubble-Dark/gtk-2.0/assets/entry-toolbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/gtk-2.0/assets/entry-toolbar.png -------------------------------------------------------------------------------- /Bubble-Dark/gtk-2.0/assets/focus-line.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/gtk-2.0/assets/focus-line.png -------------------------------------------------------------------------------- /Bubble-Dark/gtk-2.0/assets/frame-gap-end.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/gtk-2.0/assets/frame-gap-end.png -------------------------------------------------------------------------------- /Bubble-Dark/gtk-2.0/assets/frame-gap-start.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/gtk-2.0/assets/frame-gap-start.png -------------------------------------------------------------------------------- /Bubble-Dark/gtk-2.0/assets/frame.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/gtk-2.0/assets/frame.png -------------------------------------------------------------------------------- /Bubble-Dark/gtk-2.0/assets/handle-h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/gtk-2.0/assets/handle-h.png -------------------------------------------------------------------------------- /Bubble-Dark/gtk-2.0/assets/handle-v.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/gtk-2.0/assets/handle-v.png -------------------------------------------------------------------------------- /Bubble-Dark/gtk-2.0/assets/inline-toolbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/gtk-2.0/assets/inline-toolbar.png -------------------------------------------------------------------------------- /Bubble-Dark/gtk-2.0/assets/line-h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/gtk-2.0/assets/line-h.png -------------------------------------------------------------------------------- /Bubble-Dark/gtk-2.0/assets/line-v.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/gtk-2.0/assets/line-v.png -------------------------------------------------------------------------------- /Bubble-Dark/gtk-2.0/assets/menu-arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/gtk-2.0/assets/menu-arrow.png -------------------------------------------------------------------------------- /Bubble-Dark/gtk-2.0/assets/menubar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/gtk-2.0/assets/menubar.png -------------------------------------------------------------------------------- /Bubble-Dark/gtk-2.0/assets/menubar_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/gtk-2.0/assets/menubar_button.png -------------------------------------------------------------------------------- /Bubble-Dark/gtk-2.0/assets/menuitem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/gtk-2.0/assets/menuitem.png -------------------------------------------------------------------------------- /Bubble-Dark/gtk-2.0/assets/minus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/gtk-2.0/assets/minus.png -------------------------------------------------------------------------------- /Bubble-Dark/gtk-2.0/assets/notebook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/gtk-2.0/assets/notebook.png -------------------------------------------------------------------------------- /Bubble-Dark/gtk-2.0/assets/null.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/gtk-2.0/assets/null.png -------------------------------------------------------------------------------- /Bubble-Dark/gtk-2.0/assets/plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/gtk-2.0/assets/plus.png -------------------------------------------------------------------------------- /Bubble-Dark/gtk-2.0/assets/progressbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/gtk-2.0/assets/progressbar.png -------------------------------------------------------------------------------- /Bubble-Dark/gtk-2.0/assets/progressbar_v.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/gtk-2.0/assets/progressbar_v.png -------------------------------------------------------------------------------- /Bubble-Dark/gtk-2.0/assets/radio-checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/gtk-2.0/assets/radio-checked.png -------------------------------------------------------------------------------- /Bubble-Dark/gtk-2.0/assets/radio-unchecked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/gtk-2.0/assets/radio-unchecked.png -------------------------------------------------------------------------------- /Bubble-Dark/gtk-2.0/assets/slider-horiz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/gtk-2.0/assets/slider-horiz.png -------------------------------------------------------------------------------- /Bubble-Dark/gtk-2.0/assets/slider-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/gtk-2.0/assets/slider-prelight.png -------------------------------------------------------------------------------- /Bubble-Dark/gtk-2.0/assets/slider-vert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/gtk-2.0/assets/slider-vert.png -------------------------------------------------------------------------------- /Bubble-Dark/gtk-2.0/assets/slider.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/gtk-2.0/assets/slider.png -------------------------------------------------------------------------------- /Bubble-Dark/gtk-2.0/assets/tab-left-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/gtk-2.0/assets/tab-left-active.png -------------------------------------------------------------------------------- /Bubble-Dark/gtk-2.0/assets/tab-right-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/gtk-2.0/assets/tab-right-active.png -------------------------------------------------------------------------------- /Bubble-Dark/gtk-2.0/assets/tab-top-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/gtk-2.0/assets/tab-top-active.png -------------------------------------------------------------------------------- /Bubble-Dark/gtk-2.0/assets/toolbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/gtk-2.0/assets/toolbar.png -------------------------------------------------------------------------------- /Bubble-Dark/gtk-2.0/assets/tree_header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/gtk-2.0/assets/tree_header.png -------------------------------------------------------------------------------- /Bubble-Dark/gtk-2.0/assets/trough-vertical.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/gtk-2.0/assets/trough-vertical.png -------------------------------------------------------------------------------- /Bubble-Dark/gtk-2.0/assets/up-background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/gtk-2.0/assets/up-background.png -------------------------------------------------------------------------------- /Bubble-Dark/gtk-2.0/gtkrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/gtk-2.0/gtkrc -------------------------------------------------------------------------------- /Bubble-Dark/gtk-2.0/main.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/gtk-2.0/main.rc -------------------------------------------------------------------------------- /Bubble-Dark/gtk-2.0/menubar-toolbar/button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/gtk-2.0/menubar-toolbar/button.png -------------------------------------------------------------------------------- /Bubble-Dark/gtk-2.0/menubar-toolbar/menubar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/gtk-2.0/menubar-toolbar/menubar.png -------------------------------------------------------------------------------- /Bubble-Dark/gtk-2.0/panel.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/gtk-2.0/panel.rc -------------------------------------------------------------------------------- /Bubble-Dark/gtk-2.0/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/gtk-2.0/readme.md -------------------------------------------------------------------------------- /Bubble-Dark/gtk-2.0/xfce-notify.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/gtk-2.0/xfce-notify.rc -------------------------------------------------------------------------------- /Bubble-Dark/gtk-3.0/assets/checkbox-checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/gtk-3.0/assets/checkbox-checked.png -------------------------------------------------------------------------------- /Bubble-Dark/gtk-3.0/assets/checkbox-mixed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/gtk-3.0/assets/checkbox-mixed.png -------------------------------------------------------------------------------- /Bubble-Dark/gtk-3.0/assets/checkbox-mixed@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/gtk-3.0/assets/checkbox-mixed@2.png -------------------------------------------------------------------------------- /Bubble-Dark/gtk-3.0/assets/radio-checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/gtk-3.0/assets/radio-checked.png -------------------------------------------------------------------------------- /Bubble-Dark/gtk-3.0/assets/radio-checked@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/gtk-3.0/assets/radio-checked@2.png -------------------------------------------------------------------------------- /Bubble-Dark/gtk-3.0/assets/radio-mixed-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/gtk-3.0/assets/radio-mixed-dark.png -------------------------------------------------------------------------------- /Bubble-Dark/gtk-3.0/assets/radio-mixed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/gtk-3.0/assets/radio-mixed.png -------------------------------------------------------------------------------- /Bubble-Dark/gtk-3.0/assets/radio-mixed@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/gtk-3.0/assets/radio-mixed@2.png -------------------------------------------------------------------------------- /Bubble-Dark/gtk-3.0/assets/radio-unchecked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/gtk-3.0/assets/radio-unchecked.png -------------------------------------------------------------------------------- /Bubble-Dark/gtk-3.0/assets/switch-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/gtk-3.0/assets/switch-active.png -------------------------------------------------------------------------------- /Bubble-Dark/gtk-3.0/assets/switch-active@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/gtk-3.0/assets/switch-active@2.png -------------------------------------------------------------------------------- /Bubble-Dark/gtk-3.0/assets/switch-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/gtk-3.0/assets/switch-dark.png -------------------------------------------------------------------------------- /Bubble-Dark/gtk-3.0/assets/switch-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/gtk-3.0/assets/switch-dark@2.png -------------------------------------------------------------------------------- /Bubble-Dark/gtk-3.0/assets/switch-header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/gtk-3.0/assets/switch-header.png -------------------------------------------------------------------------------- /Bubble-Dark/gtk-3.0/assets/switch-header@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/gtk-3.0/assets/switch-header@2.png -------------------------------------------------------------------------------- /Bubble-Dark/gtk-3.0/assets/switch-restricts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/gtk-3.0/assets/switch-restricts.png -------------------------------------------------------------------------------- /Bubble-Dark/gtk-3.0/assets/switch-selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/gtk-3.0/assets/switch-selected.png -------------------------------------------------------------------------------- /Bubble-Dark/gtk-3.0/assets/switch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/gtk-3.0/assets/switch.png -------------------------------------------------------------------------------- /Bubble-Dark/gtk-3.0/assets/switch@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/gtk-3.0/assets/switch@2.png -------------------------------------------------------------------------------- /Bubble-Dark/gtk-3.0/assets/thumbnail-frame.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/gtk-3.0/assets/thumbnail-frame.png -------------------------------------------------------------------------------- /Bubble-Dark/gtk-3.0/gtk-dark.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/gtk-3.0/gtk-dark.css -------------------------------------------------------------------------------- /Bubble-Dark/gtk-3.0/gtk.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/gtk-3.0/gtk.css -------------------------------------------------------------------------------- /Bubble-Dark/gtk-3.0/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/gtk-3.0/readme.md -------------------------------------------------------------------------------- /Bubble-Dark/gtk-3.0/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/gtk-3.0/thumbnail.png -------------------------------------------------------------------------------- /Bubble-Dark/gtk-4.0/assets/bullet-symbolic.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/gtk-4.0/assets/bullet-symbolic.svg -------------------------------------------------------------------------------- /Bubble-Dark/gtk-4.0/assets/check-symbolic.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/gtk-4.0/assets/check-symbolic.svg -------------------------------------------------------------------------------- /Bubble-Dark/gtk-4.0/assets/dash-symbolic.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/gtk-4.0/assets/dash-symbolic.svg -------------------------------------------------------------------------------- /Bubble-Dark/gtk-4.0/assets/switch-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/gtk-4.0/assets/switch-dark.png -------------------------------------------------------------------------------- /Bubble-Dark/gtk-4.0/assets/switch-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/gtk-4.0/assets/switch-dark@2.png -------------------------------------------------------------------------------- /Bubble-Dark/gtk-4.0/gtk-dark.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/gtk-4.0/gtk-dark.css -------------------------------------------------------------------------------- /Bubble-Dark/gtk-4.0/gtk.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/gtk-4.0/gtk.css -------------------------------------------------------------------------------- /Bubble-Dark/index.theme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/index.theme -------------------------------------------------------------------------------- /Bubble-Dark/metacity-1/button-close-bg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/metacity-1/button-close-bg.svg -------------------------------------------------------------------------------- /Bubble-Dark/metacity-1/button-maximize-bg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/metacity-1/button-maximize-bg.svg -------------------------------------------------------------------------------- /Bubble-Dark/metacity-1/button-minimize-bg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/metacity-1/button-minimize-bg.svg -------------------------------------------------------------------------------- /Bubble-Dark/metacity-1/metacity-theme-2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/metacity-1/metacity-theme-2.xml -------------------------------------------------------------------------------- /Bubble-Dark/metacity-1/metacity-theme-3.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/metacity-1/metacity-theme-3.xml -------------------------------------------------------------------------------- /Bubble-Dark/metacity-1/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/metacity-1/readme.md -------------------------------------------------------------------------------- /Bubble-Dark/metacity-1/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/metacity-1/thumbnail.png -------------------------------------------------------------------------------- /Bubble-Dark/metacity-1/thumbnail.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/metacity-1/thumbnail.svg -------------------------------------------------------------------------------- /Bubble-Dark/xfwm4/bottom-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/xfwm4/bottom-active.png -------------------------------------------------------------------------------- /Bubble-Dark/xfwm4/bottom-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/xfwm4/bottom-inactive.png -------------------------------------------------------------------------------- /Bubble-Dark/xfwm4/bottom-left-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/xfwm4/bottom-left-active.png -------------------------------------------------------------------------------- /Bubble-Dark/xfwm4/bottom-left-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/xfwm4/bottom-left-inactive.png -------------------------------------------------------------------------------- /Bubble-Dark/xfwm4/bottom-right-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/xfwm4/bottom-right-active.png -------------------------------------------------------------------------------- /Bubble-Dark/xfwm4/bottom-right-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/xfwm4/bottom-right-inactive.png -------------------------------------------------------------------------------- /Bubble-Dark/xfwm4/close-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/xfwm4/close-active.png -------------------------------------------------------------------------------- /Bubble-Dark/xfwm4/close-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/xfwm4/close-inactive.png -------------------------------------------------------------------------------- /Bubble-Dark/xfwm4/close-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/xfwm4/close-prelight.png -------------------------------------------------------------------------------- /Bubble-Dark/xfwm4/close-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/xfwm4/close-pressed.png -------------------------------------------------------------------------------- /Bubble-Dark/xfwm4/hide-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/xfwm4/hide-active.png -------------------------------------------------------------------------------- /Bubble-Dark/xfwm4/hide-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/xfwm4/hide-inactive.png -------------------------------------------------------------------------------- /Bubble-Dark/xfwm4/hide-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/xfwm4/hide-prelight.png -------------------------------------------------------------------------------- /Bubble-Dark/xfwm4/hide-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/xfwm4/hide-pressed.png -------------------------------------------------------------------------------- /Bubble-Dark/xfwm4/left-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/xfwm4/left-active.png -------------------------------------------------------------------------------- /Bubble-Dark/xfwm4/left-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/xfwm4/left-inactive.png -------------------------------------------------------------------------------- /Bubble-Dark/xfwm4/maximize-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/xfwm4/maximize-active.png -------------------------------------------------------------------------------- /Bubble-Dark/xfwm4/maximize-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/xfwm4/maximize-inactive.png -------------------------------------------------------------------------------- /Bubble-Dark/xfwm4/maximize-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/xfwm4/maximize-prelight.png -------------------------------------------------------------------------------- /Bubble-Dark/xfwm4/maximize-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/xfwm4/maximize-pressed.png -------------------------------------------------------------------------------- /Bubble-Dark/xfwm4/menu-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/xfwm4/menu-active.png -------------------------------------------------------------------------------- /Bubble-Dark/xfwm4/menu-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/xfwm4/menu-inactive.png -------------------------------------------------------------------------------- /Bubble-Dark/xfwm4/menu-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/xfwm4/menu-pressed.png -------------------------------------------------------------------------------- /Bubble-Dark/xfwm4/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/xfwm4/readme.md -------------------------------------------------------------------------------- /Bubble-Dark/xfwm4/right-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/xfwm4/right-active.png -------------------------------------------------------------------------------- /Bubble-Dark/xfwm4/right-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/xfwm4/right-inactive.png -------------------------------------------------------------------------------- /Bubble-Dark/xfwm4/shade-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/xfwm4/shade-active.png -------------------------------------------------------------------------------- /Bubble-Dark/xfwm4/shade-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/xfwm4/shade-inactive.png -------------------------------------------------------------------------------- /Bubble-Dark/xfwm4/shade-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/xfwm4/shade-prelight.png -------------------------------------------------------------------------------- /Bubble-Dark/xfwm4/shade-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/xfwm4/shade-pressed.png -------------------------------------------------------------------------------- /Bubble-Dark/xfwm4/stick-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/xfwm4/stick-active.png -------------------------------------------------------------------------------- /Bubble-Dark/xfwm4/stick-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/xfwm4/stick-inactive.png -------------------------------------------------------------------------------- /Bubble-Dark/xfwm4/stick-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/xfwm4/stick-prelight.png -------------------------------------------------------------------------------- /Bubble-Dark/xfwm4/stick-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/xfwm4/stick-pressed.png -------------------------------------------------------------------------------- /Bubble-Dark/xfwm4/themerc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/xfwm4/themerc -------------------------------------------------------------------------------- /Bubble-Dark/xfwm4/title-1-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/xfwm4/title-1-active.png -------------------------------------------------------------------------------- /Bubble-Dark/xfwm4/title-1-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/xfwm4/title-1-inactive.png -------------------------------------------------------------------------------- /Bubble-Dark/xfwm4/title-2-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/xfwm4/title-2-active.png -------------------------------------------------------------------------------- /Bubble-Dark/xfwm4/title-2-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/xfwm4/title-2-inactive.png -------------------------------------------------------------------------------- /Bubble-Dark/xfwm4/title-3-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/xfwm4/title-3-active.png -------------------------------------------------------------------------------- /Bubble-Dark/xfwm4/title-3-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/xfwm4/title-3-inactive.png -------------------------------------------------------------------------------- /Bubble-Dark/xfwm4/title-4-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/xfwm4/title-4-active.png -------------------------------------------------------------------------------- /Bubble-Dark/xfwm4/title-4-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/xfwm4/title-4-inactive.png -------------------------------------------------------------------------------- /Bubble-Dark/xfwm4/title-5-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/xfwm4/title-5-active.png -------------------------------------------------------------------------------- /Bubble-Dark/xfwm4/title-5-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/xfwm4/title-5-inactive.png -------------------------------------------------------------------------------- /Bubble-Dark/xfwm4/top-left-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/xfwm4/top-left-active.png -------------------------------------------------------------------------------- /Bubble-Dark/xfwm4/top-left-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/xfwm4/top-left-inactive.png -------------------------------------------------------------------------------- /Bubble-Dark/xfwm4/top-right-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/xfwm4/top-right-active.png -------------------------------------------------------------------------------- /Bubble-Dark/xfwm4/top-right-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Dark/xfwm4/top-right-inactive.png -------------------------------------------------------------------------------- /Bubble-Darker/cinnamon/assets/misc/close.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Darker/cinnamon/assets/misc/close.svg -------------------------------------------------------------------------------- /Bubble-Darker/cinnamon/assets/misc/overview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Darker/cinnamon/assets/misc/overview.png -------------------------------------------------------------------------------- /Bubble-Darker/cinnamon/cinnamon.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Darker/cinnamon/cinnamon.css -------------------------------------------------------------------------------- /Bubble-Darker/cinnamon/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Darker/cinnamon/readme.md -------------------------------------------------------------------------------- /Bubble-Darker/cinnamon/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Darker/cinnamon/thumbnail.png -------------------------------------------------------------------------------- /Bubble-Darker/gnome-shell/gnome-shell.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Darker/gnome-shell/gnome-shell.css -------------------------------------------------------------------------------- /Bubble-Darker/gnome-shell/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Darker/gnome-shell/readme.md -------------------------------------------------------------------------------- /Bubble-Darker/gtk-2.0/apps.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Darker/gtk-2.0/apps.rc -------------------------------------------------------------------------------- /Bubble-Darker/gtk-2.0/assets/arrow-down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Darker/gtk-2.0/assets/arrow-down.png -------------------------------------------------------------------------------- /Bubble-Darker/gtk-2.0/assets/arrow-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Darker/gtk-2.0/assets/arrow-left.png -------------------------------------------------------------------------------- /Bubble-Darker/gtk-2.0/assets/arrow-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Darker/gtk-2.0/assets/arrow-right.png -------------------------------------------------------------------------------- /Bubble-Darker/gtk-2.0/assets/arrow-up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Darker/gtk-2.0/assets/arrow-up.png -------------------------------------------------------------------------------- /Bubble-Darker/gtk-2.0/assets/button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Darker/gtk-2.0/assets/button.png -------------------------------------------------------------------------------- /Bubble-Darker/gtk-2.0/assets/combo-entry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Darker/gtk-2.0/assets/combo-entry.png -------------------------------------------------------------------------------- /Bubble-Darker/gtk-2.0/assets/entry-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Darker/gtk-2.0/assets/entry-bg.png -------------------------------------------------------------------------------- /Bubble-Darker/gtk-2.0/assets/focus-line.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Darker/gtk-2.0/assets/focus-line.png -------------------------------------------------------------------------------- /Bubble-Darker/gtk-2.0/assets/frame.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Darker/gtk-2.0/assets/frame.png -------------------------------------------------------------------------------- /Bubble-Darker/gtk-2.0/assets/handle-h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Darker/gtk-2.0/assets/handle-h.png -------------------------------------------------------------------------------- /Bubble-Darker/gtk-2.0/assets/handle-v.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Darker/gtk-2.0/assets/handle-v.png -------------------------------------------------------------------------------- /Bubble-Darker/gtk-2.0/assets/line-h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Darker/gtk-2.0/assets/line-h.png -------------------------------------------------------------------------------- /Bubble-Darker/gtk-2.0/assets/line-v.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Darker/gtk-2.0/assets/line-v.png -------------------------------------------------------------------------------- /Bubble-Darker/gtk-2.0/assets/menu-arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Darker/gtk-2.0/assets/menu-arrow.png -------------------------------------------------------------------------------- /Bubble-Darker/gtk-2.0/assets/menubar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Darker/gtk-2.0/assets/menubar.png -------------------------------------------------------------------------------- /Bubble-Darker/gtk-2.0/assets/menuitem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Darker/gtk-2.0/assets/menuitem.png -------------------------------------------------------------------------------- /Bubble-Darker/gtk-2.0/assets/minus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Darker/gtk-2.0/assets/minus.png -------------------------------------------------------------------------------- /Bubble-Darker/gtk-2.0/assets/notebook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Darker/gtk-2.0/assets/notebook.png -------------------------------------------------------------------------------- /Bubble-Darker/gtk-2.0/assets/null.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Darker/gtk-2.0/assets/null.png -------------------------------------------------------------------------------- /Bubble-Darker/gtk-2.0/assets/plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Darker/gtk-2.0/assets/plus.png -------------------------------------------------------------------------------- /Bubble-Darker/gtk-2.0/assets/progressbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Darker/gtk-2.0/assets/progressbar.png -------------------------------------------------------------------------------- /Bubble-Darker/gtk-2.0/assets/slider-vert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Darker/gtk-2.0/assets/slider-vert.png -------------------------------------------------------------------------------- /Bubble-Darker/gtk-2.0/assets/slider.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Darker/gtk-2.0/assets/slider.png -------------------------------------------------------------------------------- /Bubble-Darker/gtk-2.0/assets/toolbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Darker/gtk-2.0/assets/toolbar.png -------------------------------------------------------------------------------- /Bubble-Darker/gtk-2.0/assets/tree_header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Darker/gtk-2.0/assets/tree_header.png -------------------------------------------------------------------------------- /Bubble-Darker/gtk-2.0/gtkrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Darker/gtk-2.0/gtkrc -------------------------------------------------------------------------------- /Bubble-Darker/gtk-2.0/main.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Darker/gtk-2.0/main.rc -------------------------------------------------------------------------------- /Bubble-Darker/gtk-2.0/panel.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Darker/gtk-2.0/panel.rc -------------------------------------------------------------------------------- /Bubble-Darker/gtk-2.0/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Darker/gtk-2.0/readme.md -------------------------------------------------------------------------------- /Bubble-Darker/gtk-2.0/xfce-notify.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Darker/gtk-2.0/xfce-notify.rc -------------------------------------------------------------------------------- /Bubble-Darker/gtk-3.0/assets/radio-mixed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Darker/gtk-3.0/assets/radio-mixed.png -------------------------------------------------------------------------------- /Bubble-Darker/gtk-3.0/assets/switch-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Darker/gtk-3.0/assets/switch-dark.png -------------------------------------------------------------------------------- /Bubble-Darker/gtk-3.0/assets/switch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Darker/gtk-3.0/assets/switch.png -------------------------------------------------------------------------------- /Bubble-Darker/gtk-3.0/assets/switch@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Darker/gtk-3.0/assets/switch@2.png -------------------------------------------------------------------------------- /Bubble-Darker/gtk-3.0/gtk-dark.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Darker/gtk-3.0/gtk-dark.css -------------------------------------------------------------------------------- /Bubble-Darker/gtk-3.0/gtk.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Darker/gtk-3.0/gtk.css -------------------------------------------------------------------------------- /Bubble-Darker/gtk-3.0/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Darker/gtk-3.0/readme.md -------------------------------------------------------------------------------- /Bubble-Darker/gtk-3.0/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Darker/gtk-3.0/thumbnail.png -------------------------------------------------------------------------------- /Bubble-Darker/gtk-4.0/assets/switch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Darker/gtk-4.0/assets/switch.png -------------------------------------------------------------------------------- /Bubble-Darker/gtk-4.0/assets/switch@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Darker/gtk-4.0/assets/switch@2.png -------------------------------------------------------------------------------- /Bubble-Darker/gtk-4.0/gtk-dark.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Darker/gtk-4.0/gtk-dark.css -------------------------------------------------------------------------------- /Bubble-Darker/gtk-4.0/gtk.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Darker/gtk-4.0/gtk.css -------------------------------------------------------------------------------- /Bubble-Darker/index.theme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Darker/index.theme -------------------------------------------------------------------------------- /Bubble-Darker/metacity-1/button-close-bg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Darker/metacity-1/button-close-bg.svg -------------------------------------------------------------------------------- /Bubble-Darker/metacity-1/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Darker/metacity-1/readme.md -------------------------------------------------------------------------------- /Bubble-Darker/metacity-1/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Darker/metacity-1/thumbnail.png -------------------------------------------------------------------------------- /Bubble-Darker/metacity-1/thumbnail.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Darker/metacity-1/thumbnail.svg -------------------------------------------------------------------------------- /Bubble-Darker/xfwm4/bottom-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Darker/xfwm4/bottom-active.png -------------------------------------------------------------------------------- /Bubble-Darker/xfwm4/bottom-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Darker/xfwm4/bottom-inactive.png -------------------------------------------------------------------------------- /Bubble-Darker/xfwm4/bottom-left-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Darker/xfwm4/bottom-left-active.png -------------------------------------------------------------------------------- /Bubble-Darker/xfwm4/bottom-left-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Darker/xfwm4/bottom-left-inactive.png -------------------------------------------------------------------------------- /Bubble-Darker/xfwm4/bottom-right-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Darker/xfwm4/bottom-right-active.png -------------------------------------------------------------------------------- /Bubble-Darker/xfwm4/close-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Darker/xfwm4/close-active.png -------------------------------------------------------------------------------- /Bubble-Darker/xfwm4/close-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Darker/xfwm4/close-inactive.png -------------------------------------------------------------------------------- /Bubble-Darker/xfwm4/close-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Darker/xfwm4/close-prelight.png -------------------------------------------------------------------------------- /Bubble-Darker/xfwm4/close-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Darker/xfwm4/close-pressed.png -------------------------------------------------------------------------------- /Bubble-Darker/xfwm4/hide-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Darker/xfwm4/hide-active.png -------------------------------------------------------------------------------- /Bubble-Darker/xfwm4/hide-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Darker/xfwm4/hide-inactive.png -------------------------------------------------------------------------------- /Bubble-Darker/xfwm4/hide-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Darker/xfwm4/hide-prelight.png -------------------------------------------------------------------------------- /Bubble-Darker/xfwm4/hide-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Darker/xfwm4/hide-pressed.png -------------------------------------------------------------------------------- /Bubble-Darker/xfwm4/left-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Darker/xfwm4/left-active.png -------------------------------------------------------------------------------- /Bubble-Darker/xfwm4/left-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Darker/xfwm4/left-inactive.png -------------------------------------------------------------------------------- /Bubble-Darker/xfwm4/maximize-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Darker/xfwm4/maximize-active.png -------------------------------------------------------------------------------- /Bubble-Darker/xfwm4/maximize-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Darker/xfwm4/maximize-inactive.png -------------------------------------------------------------------------------- /Bubble-Darker/xfwm4/maximize-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Darker/xfwm4/maximize-prelight.png -------------------------------------------------------------------------------- /Bubble-Darker/xfwm4/maximize-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Darker/xfwm4/maximize-pressed.png -------------------------------------------------------------------------------- /Bubble-Darker/xfwm4/menu-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Darker/xfwm4/menu-active.png -------------------------------------------------------------------------------- /Bubble-Darker/xfwm4/menu-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Darker/xfwm4/menu-inactive.png -------------------------------------------------------------------------------- /Bubble-Darker/xfwm4/menu-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Darker/xfwm4/menu-pressed.png -------------------------------------------------------------------------------- /Bubble-Darker/xfwm4/right-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Darker/xfwm4/right-active.png -------------------------------------------------------------------------------- /Bubble-Darker/xfwm4/right-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Darker/xfwm4/right-inactive.png -------------------------------------------------------------------------------- /Bubble-Darker/xfwm4/shade-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Darker/xfwm4/shade-active.png -------------------------------------------------------------------------------- /Bubble-Darker/xfwm4/shade-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Darker/xfwm4/shade-inactive.png -------------------------------------------------------------------------------- /Bubble-Darker/xfwm4/shade-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Darker/xfwm4/shade-prelight.png -------------------------------------------------------------------------------- /Bubble-Darker/xfwm4/shade-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Darker/xfwm4/shade-pressed.png -------------------------------------------------------------------------------- /Bubble-Darker/xfwm4/stick-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Darker/xfwm4/stick-active.png -------------------------------------------------------------------------------- /Bubble-Darker/xfwm4/stick-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Darker/xfwm4/stick-inactive.png -------------------------------------------------------------------------------- /Bubble-Darker/xfwm4/stick-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Darker/xfwm4/stick-prelight.png -------------------------------------------------------------------------------- /Bubble-Darker/xfwm4/stick-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Darker/xfwm4/stick-pressed.png -------------------------------------------------------------------------------- /Bubble-Darker/xfwm4/themerc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Darker/xfwm4/themerc -------------------------------------------------------------------------------- /Bubble-Darker/xfwm4/title-1-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Darker/xfwm4/title-1-active.png -------------------------------------------------------------------------------- /Bubble-Darker/xfwm4/title-1-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Darker/xfwm4/title-1-inactive.png -------------------------------------------------------------------------------- /Bubble-Darker/xfwm4/title-2-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Darker/xfwm4/title-2-active.png -------------------------------------------------------------------------------- /Bubble-Darker/xfwm4/title-2-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Darker/xfwm4/title-2-inactive.png -------------------------------------------------------------------------------- /Bubble-Darker/xfwm4/title-3-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Darker/xfwm4/title-3-active.png -------------------------------------------------------------------------------- /Bubble-Darker/xfwm4/title-3-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Darker/xfwm4/title-3-inactive.png -------------------------------------------------------------------------------- /Bubble-Darker/xfwm4/title-4-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Darker/xfwm4/title-4-active.png -------------------------------------------------------------------------------- /Bubble-Darker/xfwm4/title-4-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Darker/xfwm4/title-4-inactive.png -------------------------------------------------------------------------------- /Bubble-Darker/xfwm4/title-5-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Darker/xfwm4/title-5-active.png -------------------------------------------------------------------------------- /Bubble-Darker/xfwm4/title-5-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Darker/xfwm4/title-5-inactive.png -------------------------------------------------------------------------------- /Bubble-Darker/xfwm4/top-left-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Darker/xfwm4/top-left-active.png -------------------------------------------------------------------------------- /Bubble-Darker/xfwm4/top-left-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Darker/xfwm4/top-left-inactive.png -------------------------------------------------------------------------------- /Bubble-Darker/xfwm4/top-right-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Darker/xfwm4/top-right-active.png -------------------------------------------------------------------------------- /Bubble-Darker/xfwm4/top-right-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Darker/xfwm4/top-right-inactive.png -------------------------------------------------------------------------------- /Bubble-Lighter/cinnamon/cinnamon.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Lighter/cinnamon/cinnamon.css -------------------------------------------------------------------------------- /Bubble-Lighter/cinnamon/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Lighter/cinnamon/readme.md -------------------------------------------------------------------------------- /Bubble-Lighter/cinnamon/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Lighter/cinnamon/thumbnail.png -------------------------------------------------------------------------------- /Bubble-Lighter/gnome-shell/gnome-shell.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Lighter/gnome-shell/gnome-shell.css -------------------------------------------------------------------------------- /Bubble-Lighter/gnome-shell/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Lighter/gnome-shell/readme.md -------------------------------------------------------------------------------- /Bubble-Lighter/gtk-2.0/apps.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Lighter/gtk-2.0/apps.rc -------------------------------------------------------------------------------- /Bubble-Lighter/gtk-2.0/assets/arrow-down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Lighter/gtk-2.0/assets/arrow-down.png -------------------------------------------------------------------------------- /Bubble-Lighter/gtk-2.0/assets/arrow-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Lighter/gtk-2.0/assets/arrow-left.png -------------------------------------------------------------------------------- /Bubble-Lighter/gtk-2.0/assets/arrow-up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Lighter/gtk-2.0/assets/arrow-up.png -------------------------------------------------------------------------------- /Bubble-Lighter/gtk-2.0/assets/button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Lighter/gtk-2.0/assets/button.png -------------------------------------------------------------------------------- /Bubble-Lighter/gtk-2.0/assets/entry-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Lighter/gtk-2.0/assets/entry-bg.png -------------------------------------------------------------------------------- /Bubble-Lighter/gtk-2.0/assets/focus-line.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Lighter/gtk-2.0/assets/focus-line.png -------------------------------------------------------------------------------- /Bubble-Lighter/gtk-2.0/assets/frame.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Lighter/gtk-2.0/assets/frame.png -------------------------------------------------------------------------------- /Bubble-Lighter/gtk-2.0/assets/handle-h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Lighter/gtk-2.0/assets/handle-h.png -------------------------------------------------------------------------------- /Bubble-Lighter/gtk-2.0/assets/handle-v.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Lighter/gtk-2.0/assets/handle-v.png -------------------------------------------------------------------------------- /Bubble-Lighter/gtk-2.0/assets/line-h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Lighter/gtk-2.0/assets/line-h.png -------------------------------------------------------------------------------- /Bubble-Lighter/gtk-2.0/assets/line-v.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Lighter/gtk-2.0/assets/line-v.png -------------------------------------------------------------------------------- /Bubble-Lighter/gtk-2.0/assets/menu-arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Lighter/gtk-2.0/assets/menu-arrow.png -------------------------------------------------------------------------------- /Bubble-Lighter/gtk-2.0/assets/menubar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Lighter/gtk-2.0/assets/menubar.png -------------------------------------------------------------------------------- /Bubble-Lighter/gtk-2.0/assets/menuitem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Lighter/gtk-2.0/assets/menuitem.png -------------------------------------------------------------------------------- /Bubble-Lighter/gtk-2.0/assets/minus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Lighter/gtk-2.0/assets/minus.png -------------------------------------------------------------------------------- /Bubble-Lighter/gtk-2.0/assets/notebook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Lighter/gtk-2.0/assets/notebook.png -------------------------------------------------------------------------------- /Bubble-Lighter/gtk-2.0/assets/null.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Lighter/gtk-2.0/assets/null.png -------------------------------------------------------------------------------- /Bubble-Lighter/gtk-2.0/assets/plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Lighter/gtk-2.0/assets/plus.png -------------------------------------------------------------------------------- /Bubble-Lighter/gtk-2.0/assets/slider.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Lighter/gtk-2.0/assets/slider.png -------------------------------------------------------------------------------- /Bubble-Lighter/gtk-2.0/assets/toolbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Lighter/gtk-2.0/assets/toolbar.png -------------------------------------------------------------------------------- /Bubble-Lighter/gtk-2.0/gtkrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Lighter/gtk-2.0/gtkrc -------------------------------------------------------------------------------- /Bubble-Lighter/gtk-2.0/main.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Lighter/gtk-2.0/main.rc -------------------------------------------------------------------------------- /Bubble-Lighter/gtk-2.0/panel.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Lighter/gtk-2.0/panel.rc -------------------------------------------------------------------------------- /Bubble-Lighter/gtk-2.0/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Lighter/gtk-2.0/readme.md -------------------------------------------------------------------------------- /Bubble-Lighter/gtk-2.0/xfce-notify.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Lighter/gtk-2.0/xfce-notify.rc -------------------------------------------------------------------------------- /Bubble-Lighter/gtk-3.0/assets/switch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Lighter/gtk-3.0/assets/switch.png -------------------------------------------------------------------------------- /Bubble-Lighter/gtk-3.0/assets/switch@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Lighter/gtk-3.0/assets/switch@2.png -------------------------------------------------------------------------------- /Bubble-Lighter/gtk-3.0/gtk-dark.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Lighter/gtk-3.0/gtk-dark.css -------------------------------------------------------------------------------- /Bubble-Lighter/gtk-3.0/gtk.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Lighter/gtk-3.0/gtk.css -------------------------------------------------------------------------------- /Bubble-Lighter/gtk-3.0/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Lighter/gtk-3.0/readme.md -------------------------------------------------------------------------------- /Bubble-Lighter/gtk-3.0/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Lighter/gtk-3.0/thumbnail.png -------------------------------------------------------------------------------- /Bubble-Lighter/gtk-4.0/assets/switch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Lighter/gtk-4.0/assets/switch.png -------------------------------------------------------------------------------- /Bubble-Lighter/gtk-4.0/assets/switch@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Lighter/gtk-4.0/assets/switch@2.png -------------------------------------------------------------------------------- /Bubble-Lighter/gtk-4.0/gtk-dark.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Lighter/gtk-4.0/gtk-dark.css -------------------------------------------------------------------------------- /Bubble-Lighter/gtk-4.0/gtk.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Lighter/gtk-4.0/gtk.css -------------------------------------------------------------------------------- /Bubble-Lighter/index.theme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Lighter/index.theme -------------------------------------------------------------------------------- /Bubble-Lighter/metacity-1/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Lighter/metacity-1/readme.md -------------------------------------------------------------------------------- /Bubble-Lighter/metacity-1/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Lighter/metacity-1/thumbnail.png -------------------------------------------------------------------------------- /Bubble-Lighter/metacity-1/thumbnail.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Lighter/metacity-1/thumbnail.svg -------------------------------------------------------------------------------- /Bubble-Lighter/xfwm4/bottom-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Lighter/xfwm4/bottom-active.png -------------------------------------------------------------------------------- /Bubble-Lighter/xfwm4/bottom-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Lighter/xfwm4/bottom-inactive.png -------------------------------------------------------------------------------- /Bubble-Lighter/xfwm4/bottom-left-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Lighter/xfwm4/bottom-left-active.png -------------------------------------------------------------------------------- /Bubble-Lighter/xfwm4/bottom-right-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Lighter/xfwm4/bottom-right-active.png -------------------------------------------------------------------------------- /Bubble-Lighter/xfwm4/close-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Lighter/xfwm4/close-active.png -------------------------------------------------------------------------------- /Bubble-Lighter/xfwm4/close-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Lighter/xfwm4/close-inactive.png -------------------------------------------------------------------------------- /Bubble-Lighter/xfwm4/close-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Lighter/xfwm4/close-prelight.png -------------------------------------------------------------------------------- /Bubble-Lighter/xfwm4/close-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Lighter/xfwm4/close-pressed.png -------------------------------------------------------------------------------- /Bubble-Lighter/xfwm4/hide-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Lighter/xfwm4/hide-active.png -------------------------------------------------------------------------------- /Bubble-Lighter/xfwm4/hide-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Lighter/xfwm4/hide-inactive.png -------------------------------------------------------------------------------- /Bubble-Lighter/xfwm4/hide-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Lighter/xfwm4/hide-prelight.png -------------------------------------------------------------------------------- /Bubble-Lighter/xfwm4/hide-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Lighter/xfwm4/hide-pressed.png -------------------------------------------------------------------------------- /Bubble-Lighter/xfwm4/left-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Lighter/xfwm4/left-active.png -------------------------------------------------------------------------------- /Bubble-Lighter/xfwm4/left-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Lighter/xfwm4/left-inactive.png -------------------------------------------------------------------------------- /Bubble-Lighter/xfwm4/maximize-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Lighter/xfwm4/maximize-active.png -------------------------------------------------------------------------------- /Bubble-Lighter/xfwm4/maximize-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Lighter/xfwm4/maximize-inactive.png -------------------------------------------------------------------------------- /Bubble-Lighter/xfwm4/maximize-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Lighter/xfwm4/maximize-prelight.png -------------------------------------------------------------------------------- /Bubble-Lighter/xfwm4/maximize-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Lighter/xfwm4/maximize-pressed.png -------------------------------------------------------------------------------- /Bubble-Lighter/xfwm4/menu-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Lighter/xfwm4/menu-active.png -------------------------------------------------------------------------------- /Bubble-Lighter/xfwm4/menu-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Lighter/xfwm4/menu-inactive.png -------------------------------------------------------------------------------- /Bubble-Lighter/xfwm4/menu-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Lighter/xfwm4/menu-pressed.png -------------------------------------------------------------------------------- /Bubble-Lighter/xfwm4/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Lighter/xfwm4/readme.md -------------------------------------------------------------------------------- /Bubble-Lighter/xfwm4/right-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Lighter/xfwm4/right-active.png -------------------------------------------------------------------------------- /Bubble-Lighter/xfwm4/right-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Lighter/xfwm4/right-inactive.png -------------------------------------------------------------------------------- /Bubble-Lighter/xfwm4/shade-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Lighter/xfwm4/shade-active.png -------------------------------------------------------------------------------- /Bubble-Lighter/xfwm4/shade-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Lighter/xfwm4/shade-inactive.png -------------------------------------------------------------------------------- /Bubble-Lighter/xfwm4/shade-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Lighter/xfwm4/shade-prelight.png -------------------------------------------------------------------------------- /Bubble-Lighter/xfwm4/shade-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Lighter/xfwm4/shade-pressed.png -------------------------------------------------------------------------------- /Bubble-Lighter/xfwm4/stick-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Lighter/xfwm4/stick-active.png -------------------------------------------------------------------------------- /Bubble-Lighter/xfwm4/stick-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Lighter/xfwm4/stick-inactive.png -------------------------------------------------------------------------------- /Bubble-Lighter/xfwm4/stick-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Lighter/xfwm4/stick-prelight.png -------------------------------------------------------------------------------- /Bubble-Lighter/xfwm4/stick-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Lighter/xfwm4/stick-pressed.png -------------------------------------------------------------------------------- /Bubble-Lighter/xfwm4/themerc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Lighter/xfwm4/themerc -------------------------------------------------------------------------------- /Bubble-Lighter/xfwm4/title-1-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Lighter/xfwm4/title-1-active.png -------------------------------------------------------------------------------- /Bubble-Lighter/xfwm4/title-1-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Lighter/xfwm4/title-1-inactive.png -------------------------------------------------------------------------------- /Bubble-Lighter/xfwm4/title-2-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Lighter/xfwm4/title-2-active.png -------------------------------------------------------------------------------- /Bubble-Lighter/xfwm4/title-2-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Lighter/xfwm4/title-2-inactive.png -------------------------------------------------------------------------------- /Bubble-Lighter/xfwm4/title-3-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Lighter/xfwm4/title-3-active.png -------------------------------------------------------------------------------- /Bubble-Lighter/xfwm4/title-3-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Lighter/xfwm4/title-3-inactive.png -------------------------------------------------------------------------------- /Bubble-Lighter/xfwm4/title-4-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Lighter/xfwm4/title-4-active.png -------------------------------------------------------------------------------- /Bubble-Lighter/xfwm4/title-4-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Lighter/xfwm4/title-4-inactive.png -------------------------------------------------------------------------------- /Bubble-Lighter/xfwm4/title-5-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Lighter/xfwm4/title-5-active.png -------------------------------------------------------------------------------- /Bubble-Lighter/xfwm4/title-5-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Lighter/xfwm4/title-5-inactive.png -------------------------------------------------------------------------------- /Bubble-Lighter/xfwm4/top-left-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Lighter/xfwm4/top-left-active.png -------------------------------------------------------------------------------- /Bubble-Lighter/xfwm4/top-left-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Lighter/xfwm4/top-left-inactive.png -------------------------------------------------------------------------------- /Bubble-Lighter/xfwm4/top-right-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Lighter/xfwm4/top-right-active.png -------------------------------------------------------------------------------- /Bubble-Lighter/xfwm4/top-right-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Lighter/xfwm4/top-right-inactive.png -------------------------------------------------------------------------------- /Bubble-Solid-Dark/cinnamon/cinnamon.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Dark/cinnamon/cinnamon.css -------------------------------------------------------------------------------- /Bubble-Solid-Dark/cinnamon/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Dark/cinnamon/readme.md -------------------------------------------------------------------------------- /Bubble-Solid-Dark/cinnamon/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Dark/cinnamon/thumbnail.png -------------------------------------------------------------------------------- /Bubble-Solid-Dark/gnome-shell/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Dark/gnome-shell/readme.md -------------------------------------------------------------------------------- /Bubble-Solid-Dark/gtk-2.0/apps.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Dark/gtk-2.0/apps.rc -------------------------------------------------------------------------------- /Bubble-Solid-Dark/gtk-2.0/assets/button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Dark/gtk-2.0/assets/button.png -------------------------------------------------------------------------------- /Bubble-Solid-Dark/gtk-2.0/assets/frame.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Dark/gtk-2.0/assets/frame.png -------------------------------------------------------------------------------- /Bubble-Solid-Dark/gtk-2.0/assets/line-h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Dark/gtk-2.0/assets/line-h.png -------------------------------------------------------------------------------- /Bubble-Solid-Dark/gtk-2.0/assets/line-v.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Dark/gtk-2.0/assets/line-v.png -------------------------------------------------------------------------------- /Bubble-Solid-Dark/gtk-2.0/assets/menubar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Dark/gtk-2.0/assets/menubar.png -------------------------------------------------------------------------------- /Bubble-Solid-Dark/gtk-2.0/assets/minus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Dark/gtk-2.0/assets/minus.png -------------------------------------------------------------------------------- /Bubble-Solid-Dark/gtk-2.0/assets/null.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Dark/gtk-2.0/assets/null.png -------------------------------------------------------------------------------- /Bubble-Solid-Dark/gtk-2.0/assets/plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Dark/gtk-2.0/assets/plus.png -------------------------------------------------------------------------------- /Bubble-Solid-Dark/gtk-2.0/assets/slider.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Dark/gtk-2.0/assets/slider.png -------------------------------------------------------------------------------- /Bubble-Solid-Dark/gtk-2.0/assets/toolbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Dark/gtk-2.0/assets/toolbar.png -------------------------------------------------------------------------------- /Bubble-Solid-Dark/gtk-2.0/gtkrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Dark/gtk-2.0/gtkrc -------------------------------------------------------------------------------- /Bubble-Solid-Dark/gtk-2.0/main.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Dark/gtk-2.0/main.rc -------------------------------------------------------------------------------- /Bubble-Solid-Dark/gtk-2.0/panel.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Dark/gtk-2.0/panel.rc -------------------------------------------------------------------------------- /Bubble-Solid-Dark/gtk-2.0/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Dark/gtk-2.0/readme.md -------------------------------------------------------------------------------- /Bubble-Solid-Dark/gtk-2.0/xfce-notify.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Dark/gtk-2.0/xfce-notify.rc -------------------------------------------------------------------------------- /Bubble-Solid-Dark/gtk-3.0/assets/switch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Dark/gtk-3.0/assets/switch.png -------------------------------------------------------------------------------- /Bubble-Solid-Dark/gtk-3.0/gtk-dark.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Dark/gtk-3.0/gtk-dark.css -------------------------------------------------------------------------------- /Bubble-Solid-Dark/gtk-3.0/gtk.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Dark/gtk-3.0/gtk.css -------------------------------------------------------------------------------- /Bubble-Solid-Dark/gtk-3.0/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Dark/gtk-3.0/readme.md -------------------------------------------------------------------------------- /Bubble-Solid-Dark/gtk-3.0/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Dark/gtk-3.0/thumbnail.png -------------------------------------------------------------------------------- /Bubble-Solid-Dark/gtk-4.0/gtk-dark.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Dark/gtk-4.0/gtk-dark.css -------------------------------------------------------------------------------- /Bubble-Solid-Dark/gtk-4.0/gtk.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Dark/gtk-4.0/gtk.css -------------------------------------------------------------------------------- /Bubble-Solid-Dark/index.theme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Dark/index.theme -------------------------------------------------------------------------------- /Bubble-Solid-Dark/metacity-1/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Dark/metacity-1/readme.md -------------------------------------------------------------------------------- /Bubble-Solid-Dark/metacity-1/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Dark/metacity-1/thumbnail.png -------------------------------------------------------------------------------- /Bubble-Solid-Dark/metacity-1/thumbnail.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Dark/metacity-1/thumbnail.svg -------------------------------------------------------------------------------- /Bubble-Solid-Dark/xfwm4/bottom-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Dark/xfwm4/bottom-active.png -------------------------------------------------------------------------------- /Bubble-Solid-Dark/xfwm4/bottom-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Dark/xfwm4/bottom-inactive.png -------------------------------------------------------------------------------- /Bubble-Solid-Dark/xfwm4/close-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Dark/xfwm4/close-active.png -------------------------------------------------------------------------------- /Bubble-Solid-Dark/xfwm4/close-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Dark/xfwm4/close-inactive.png -------------------------------------------------------------------------------- /Bubble-Solid-Dark/xfwm4/close-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Dark/xfwm4/close-prelight.png -------------------------------------------------------------------------------- /Bubble-Solid-Dark/xfwm4/close-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Dark/xfwm4/close-pressed.png -------------------------------------------------------------------------------- /Bubble-Solid-Dark/xfwm4/hide-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Dark/xfwm4/hide-active.png -------------------------------------------------------------------------------- /Bubble-Solid-Dark/xfwm4/hide-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Dark/xfwm4/hide-inactive.png -------------------------------------------------------------------------------- /Bubble-Solid-Dark/xfwm4/hide-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Dark/xfwm4/hide-prelight.png -------------------------------------------------------------------------------- /Bubble-Solid-Dark/xfwm4/hide-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Dark/xfwm4/hide-pressed.png -------------------------------------------------------------------------------- /Bubble-Solid-Dark/xfwm4/left-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Dark/xfwm4/left-active.png -------------------------------------------------------------------------------- /Bubble-Solid-Dark/xfwm4/left-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Dark/xfwm4/left-inactive.png -------------------------------------------------------------------------------- /Bubble-Solid-Dark/xfwm4/maximize-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Dark/xfwm4/maximize-active.png -------------------------------------------------------------------------------- /Bubble-Solid-Dark/xfwm4/maximize-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Dark/xfwm4/maximize-pressed.png -------------------------------------------------------------------------------- /Bubble-Solid-Dark/xfwm4/menu-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Dark/xfwm4/menu-active.png -------------------------------------------------------------------------------- /Bubble-Solid-Dark/xfwm4/menu-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Dark/xfwm4/menu-inactive.png -------------------------------------------------------------------------------- /Bubble-Solid-Dark/xfwm4/menu-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Dark/xfwm4/menu-pressed.png -------------------------------------------------------------------------------- /Bubble-Solid-Dark/xfwm4/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Dark/xfwm4/readme.md -------------------------------------------------------------------------------- /Bubble-Solid-Dark/xfwm4/right-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Dark/xfwm4/right-active.png -------------------------------------------------------------------------------- /Bubble-Solid-Dark/xfwm4/right-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Dark/xfwm4/right-inactive.png -------------------------------------------------------------------------------- /Bubble-Solid-Dark/xfwm4/shade-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Dark/xfwm4/shade-active.png -------------------------------------------------------------------------------- /Bubble-Solid-Dark/xfwm4/shade-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Dark/xfwm4/shade-inactive.png -------------------------------------------------------------------------------- /Bubble-Solid-Dark/xfwm4/shade-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Dark/xfwm4/shade-prelight.png -------------------------------------------------------------------------------- /Bubble-Solid-Dark/xfwm4/shade-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Dark/xfwm4/shade-pressed.png -------------------------------------------------------------------------------- /Bubble-Solid-Dark/xfwm4/stick-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Dark/xfwm4/stick-active.png -------------------------------------------------------------------------------- /Bubble-Solid-Dark/xfwm4/stick-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Dark/xfwm4/stick-inactive.png -------------------------------------------------------------------------------- /Bubble-Solid-Dark/xfwm4/stick-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Dark/xfwm4/stick-prelight.png -------------------------------------------------------------------------------- /Bubble-Solid-Dark/xfwm4/stick-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Dark/xfwm4/stick-pressed.png -------------------------------------------------------------------------------- /Bubble-Solid-Dark/xfwm4/themerc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Dark/xfwm4/themerc -------------------------------------------------------------------------------- /Bubble-Solid-Dark/xfwm4/title-1-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Dark/xfwm4/title-1-active.png -------------------------------------------------------------------------------- /Bubble-Solid-Dark/xfwm4/title-1-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Dark/xfwm4/title-1-inactive.png -------------------------------------------------------------------------------- /Bubble-Solid-Dark/xfwm4/title-2-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Dark/xfwm4/title-2-active.png -------------------------------------------------------------------------------- /Bubble-Solid-Dark/xfwm4/title-2-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Dark/xfwm4/title-2-inactive.png -------------------------------------------------------------------------------- /Bubble-Solid-Dark/xfwm4/title-3-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Dark/xfwm4/title-3-active.png -------------------------------------------------------------------------------- /Bubble-Solid-Dark/xfwm4/title-3-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Dark/xfwm4/title-3-inactive.png -------------------------------------------------------------------------------- /Bubble-Solid-Dark/xfwm4/title-4-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Dark/xfwm4/title-4-active.png -------------------------------------------------------------------------------- /Bubble-Solid-Dark/xfwm4/title-4-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Dark/xfwm4/title-4-inactive.png -------------------------------------------------------------------------------- /Bubble-Solid-Dark/xfwm4/title-5-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Dark/xfwm4/title-5-active.png -------------------------------------------------------------------------------- /Bubble-Solid-Dark/xfwm4/title-5-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Dark/xfwm4/title-5-inactive.png -------------------------------------------------------------------------------- /Bubble-Solid-Dark/xfwm4/top-left-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Dark/xfwm4/top-left-active.png -------------------------------------------------------------------------------- /Bubble-Solid-Dark/xfwm4/top-right-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Dark/xfwm4/top-right-active.png -------------------------------------------------------------------------------- /Bubble-Solid-Darker/cinnamon/cinnamon.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Darker/cinnamon/cinnamon.css -------------------------------------------------------------------------------- /Bubble-Solid-Darker/cinnamon/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Darker/cinnamon/readme.md -------------------------------------------------------------------------------- /Bubble-Solid-Darker/cinnamon/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Darker/cinnamon/thumbnail.png -------------------------------------------------------------------------------- /Bubble-Solid-Darker/gnome-shell/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Darker/gnome-shell/readme.md -------------------------------------------------------------------------------- /Bubble-Solid-Darker/gtk-2.0/apps.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Darker/gtk-2.0/apps.rc -------------------------------------------------------------------------------- /Bubble-Solid-Darker/gtk-2.0/assets/frame.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Darker/gtk-2.0/assets/frame.png -------------------------------------------------------------------------------- /Bubble-Solid-Darker/gtk-2.0/assets/minus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Darker/gtk-2.0/assets/minus.png -------------------------------------------------------------------------------- /Bubble-Solid-Darker/gtk-2.0/assets/null.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Darker/gtk-2.0/assets/null.png -------------------------------------------------------------------------------- /Bubble-Solid-Darker/gtk-2.0/assets/plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Darker/gtk-2.0/assets/plus.png -------------------------------------------------------------------------------- /Bubble-Solid-Darker/gtk-2.0/gtkrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Darker/gtk-2.0/gtkrc -------------------------------------------------------------------------------- /Bubble-Solid-Darker/gtk-2.0/main.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Darker/gtk-2.0/main.rc -------------------------------------------------------------------------------- /Bubble-Solid-Darker/gtk-2.0/panel.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Darker/gtk-2.0/panel.rc -------------------------------------------------------------------------------- /Bubble-Solid-Darker/gtk-2.0/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Darker/gtk-2.0/readme.md -------------------------------------------------------------------------------- /Bubble-Solid-Darker/gtk-2.0/xfce-notify.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Darker/gtk-2.0/xfce-notify.rc -------------------------------------------------------------------------------- /Bubble-Solid-Darker/gtk-3.0/gtk-dark.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Darker/gtk-3.0/gtk-dark.css -------------------------------------------------------------------------------- /Bubble-Solid-Darker/gtk-3.0/gtk.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Darker/gtk-3.0/gtk.css -------------------------------------------------------------------------------- /Bubble-Solid-Darker/gtk-3.0/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Darker/gtk-3.0/readme.md -------------------------------------------------------------------------------- /Bubble-Solid-Darker/gtk-3.0/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Darker/gtk-3.0/thumbnail.png -------------------------------------------------------------------------------- /Bubble-Solid-Darker/gtk-4.0/gtk-dark.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Darker/gtk-4.0/gtk-dark.css -------------------------------------------------------------------------------- /Bubble-Solid-Darker/gtk-4.0/gtk.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Darker/gtk-4.0/gtk.css -------------------------------------------------------------------------------- /Bubble-Solid-Darker/index.theme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Darker/index.theme -------------------------------------------------------------------------------- /Bubble-Solid-Darker/metacity-1/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Darker/metacity-1/readme.md -------------------------------------------------------------------------------- /Bubble-Solid-Darker/metacity-1/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Darker/metacity-1/thumbnail.png -------------------------------------------------------------------------------- /Bubble-Solid-Darker/metacity-1/thumbnail.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Darker/metacity-1/thumbnail.svg -------------------------------------------------------------------------------- /Bubble-Solid-Darker/xfwm4/bottom-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Darker/xfwm4/bottom-active.png -------------------------------------------------------------------------------- /Bubble-Solid-Darker/xfwm4/close-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Darker/xfwm4/close-active.png -------------------------------------------------------------------------------- /Bubble-Solid-Darker/xfwm4/close-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Darker/xfwm4/close-inactive.png -------------------------------------------------------------------------------- /Bubble-Solid-Darker/xfwm4/close-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Darker/xfwm4/close-prelight.png -------------------------------------------------------------------------------- /Bubble-Solid-Darker/xfwm4/close-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Darker/xfwm4/close-pressed.png -------------------------------------------------------------------------------- /Bubble-Solid-Darker/xfwm4/hide-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Darker/xfwm4/hide-active.png -------------------------------------------------------------------------------- /Bubble-Solid-Darker/xfwm4/hide-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Darker/xfwm4/hide-inactive.png -------------------------------------------------------------------------------- /Bubble-Solid-Darker/xfwm4/hide-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Darker/xfwm4/hide-prelight.png -------------------------------------------------------------------------------- /Bubble-Solid-Darker/xfwm4/hide-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Darker/xfwm4/hide-pressed.png -------------------------------------------------------------------------------- /Bubble-Solid-Darker/xfwm4/left-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Darker/xfwm4/left-active.png -------------------------------------------------------------------------------- /Bubble-Solid-Darker/xfwm4/left-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Darker/xfwm4/left-inactive.png -------------------------------------------------------------------------------- /Bubble-Solid-Darker/xfwm4/menu-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Darker/xfwm4/menu-active.png -------------------------------------------------------------------------------- /Bubble-Solid-Darker/xfwm4/menu-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Darker/xfwm4/menu-inactive.png -------------------------------------------------------------------------------- /Bubble-Solid-Darker/xfwm4/menu-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Darker/xfwm4/menu-pressed.png -------------------------------------------------------------------------------- /Bubble-Solid-Darker/xfwm4/right-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Darker/xfwm4/right-active.png -------------------------------------------------------------------------------- /Bubble-Solid-Darker/xfwm4/right-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Darker/xfwm4/right-inactive.png -------------------------------------------------------------------------------- /Bubble-Solid-Darker/xfwm4/shade-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Darker/xfwm4/shade-active.png -------------------------------------------------------------------------------- /Bubble-Solid-Darker/xfwm4/shade-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Darker/xfwm4/shade-inactive.png -------------------------------------------------------------------------------- /Bubble-Solid-Darker/xfwm4/shade-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Darker/xfwm4/shade-prelight.png -------------------------------------------------------------------------------- /Bubble-Solid-Darker/xfwm4/shade-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Darker/xfwm4/shade-pressed.png -------------------------------------------------------------------------------- /Bubble-Solid-Darker/xfwm4/stick-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Darker/xfwm4/stick-active.png -------------------------------------------------------------------------------- /Bubble-Solid-Darker/xfwm4/stick-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Darker/xfwm4/stick-inactive.png -------------------------------------------------------------------------------- /Bubble-Solid-Darker/xfwm4/stick-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Darker/xfwm4/stick-prelight.png -------------------------------------------------------------------------------- /Bubble-Solid-Darker/xfwm4/stick-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Darker/xfwm4/stick-pressed.png -------------------------------------------------------------------------------- /Bubble-Solid-Darker/xfwm4/themerc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Darker/xfwm4/themerc -------------------------------------------------------------------------------- /Bubble-Solid-Darker/xfwm4/title-1-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Darker/xfwm4/title-1-active.png -------------------------------------------------------------------------------- /Bubble-Solid-Darker/xfwm4/title-2-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Darker/xfwm4/title-2-active.png -------------------------------------------------------------------------------- /Bubble-Solid-Darker/xfwm4/title-3-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Darker/xfwm4/title-3-active.png -------------------------------------------------------------------------------- /Bubble-Solid-Darker/xfwm4/title-4-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Darker/xfwm4/title-4-active.png -------------------------------------------------------------------------------- /Bubble-Solid-Darker/xfwm4/title-5-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Darker/xfwm4/title-5-active.png -------------------------------------------------------------------------------- /Bubble-Solid-Lighter/cinnamon/cinnamon.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Lighter/cinnamon/cinnamon.css -------------------------------------------------------------------------------- /Bubble-Solid-Lighter/cinnamon/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Lighter/cinnamon/readme.md -------------------------------------------------------------------------------- /Bubble-Solid-Lighter/cinnamon/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Lighter/cinnamon/thumbnail.png -------------------------------------------------------------------------------- /Bubble-Solid-Lighter/gnome-shell/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Lighter/gnome-shell/readme.md -------------------------------------------------------------------------------- /Bubble-Solid-Lighter/gtk-2.0/apps.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Lighter/gtk-2.0/apps.rc -------------------------------------------------------------------------------- /Bubble-Solid-Lighter/gtk-2.0/assets/null.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Lighter/gtk-2.0/assets/null.png -------------------------------------------------------------------------------- /Bubble-Solid-Lighter/gtk-2.0/assets/plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Lighter/gtk-2.0/assets/plus.png -------------------------------------------------------------------------------- /Bubble-Solid-Lighter/gtk-2.0/gtkrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Lighter/gtk-2.0/gtkrc -------------------------------------------------------------------------------- /Bubble-Solid-Lighter/gtk-2.0/main.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Lighter/gtk-2.0/main.rc -------------------------------------------------------------------------------- /Bubble-Solid-Lighter/gtk-2.0/panel.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Lighter/gtk-2.0/panel.rc -------------------------------------------------------------------------------- /Bubble-Solid-Lighter/gtk-2.0/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Lighter/gtk-2.0/readme.md -------------------------------------------------------------------------------- /Bubble-Solid-Lighter/gtk-2.0/xfce-notify.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Lighter/gtk-2.0/xfce-notify.rc -------------------------------------------------------------------------------- /Bubble-Solid-Lighter/gtk-3.0/gtk-dark.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Lighter/gtk-3.0/gtk-dark.css -------------------------------------------------------------------------------- /Bubble-Solid-Lighter/gtk-3.0/gtk.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Lighter/gtk-3.0/gtk.css -------------------------------------------------------------------------------- /Bubble-Solid-Lighter/gtk-3.0/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Lighter/gtk-3.0/readme.md -------------------------------------------------------------------------------- /Bubble-Solid-Lighter/gtk-3.0/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Lighter/gtk-3.0/thumbnail.png -------------------------------------------------------------------------------- /Bubble-Solid-Lighter/gtk-4.0/gtk-dark.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Lighter/gtk-4.0/gtk-dark.css -------------------------------------------------------------------------------- /Bubble-Solid-Lighter/gtk-4.0/gtk.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Lighter/gtk-4.0/gtk.css -------------------------------------------------------------------------------- /Bubble-Solid-Lighter/index.theme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Lighter/index.theme -------------------------------------------------------------------------------- /Bubble-Solid-Lighter/metacity-1/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Lighter/metacity-1/readme.md -------------------------------------------------------------------------------- /Bubble-Solid-Lighter/xfwm4/bottom-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Lighter/xfwm4/bottom-active.png -------------------------------------------------------------------------------- /Bubble-Solid-Lighter/xfwm4/close-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Lighter/xfwm4/close-active.png -------------------------------------------------------------------------------- /Bubble-Solid-Lighter/xfwm4/close-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Lighter/xfwm4/close-pressed.png -------------------------------------------------------------------------------- /Bubble-Solid-Lighter/xfwm4/hide-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Lighter/xfwm4/hide-active.png -------------------------------------------------------------------------------- /Bubble-Solid-Lighter/xfwm4/hide-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Lighter/xfwm4/hide-inactive.png -------------------------------------------------------------------------------- /Bubble-Solid-Lighter/xfwm4/hide-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Lighter/xfwm4/hide-prelight.png -------------------------------------------------------------------------------- /Bubble-Solid-Lighter/xfwm4/hide-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Lighter/xfwm4/hide-pressed.png -------------------------------------------------------------------------------- /Bubble-Solid-Lighter/xfwm4/left-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Lighter/xfwm4/left-active.png -------------------------------------------------------------------------------- /Bubble-Solid-Lighter/xfwm4/left-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Lighter/xfwm4/left-inactive.png -------------------------------------------------------------------------------- /Bubble-Solid-Lighter/xfwm4/menu-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Lighter/xfwm4/menu-active.png -------------------------------------------------------------------------------- /Bubble-Solid-Lighter/xfwm4/menu-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Lighter/xfwm4/menu-inactive.png -------------------------------------------------------------------------------- /Bubble-Solid-Lighter/xfwm4/menu-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Lighter/xfwm4/menu-pressed.png -------------------------------------------------------------------------------- /Bubble-Solid-Lighter/xfwm4/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Lighter/xfwm4/readme.md -------------------------------------------------------------------------------- /Bubble-Solid-Lighter/xfwm4/right-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Lighter/xfwm4/right-active.png -------------------------------------------------------------------------------- /Bubble-Solid-Lighter/xfwm4/shade-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Lighter/xfwm4/shade-active.png -------------------------------------------------------------------------------- /Bubble-Solid-Lighter/xfwm4/shade-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Lighter/xfwm4/shade-pressed.png -------------------------------------------------------------------------------- /Bubble-Solid-Lighter/xfwm4/stick-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Lighter/xfwm4/stick-active.png -------------------------------------------------------------------------------- /Bubble-Solid-Lighter/xfwm4/stick-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Lighter/xfwm4/stick-pressed.png -------------------------------------------------------------------------------- /Bubble-Solid-Lighter/xfwm4/themerc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid-Lighter/xfwm4/themerc -------------------------------------------------------------------------------- /Bubble-Solid/cinnamon/assets/misc/close.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid/cinnamon/assets/misc/close.svg -------------------------------------------------------------------------------- /Bubble-Solid/cinnamon/cinnamon.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid/cinnamon/cinnamon.css -------------------------------------------------------------------------------- /Bubble-Solid/cinnamon/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid/cinnamon/readme.md -------------------------------------------------------------------------------- /Bubble-Solid/cinnamon/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid/cinnamon/thumbnail.png -------------------------------------------------------------------------------- /Bubble-Solid/gnome-shell/gnome-shell.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid/gnome-shell/gnome-shell.css -------------------------------------------------------------------------------- /Bubble-Solid/gnome-shell/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid/gnome-shell/readme.md -------------------------------------------------------------------------------- /Bubble-Solid/gtk-2.0/apps.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid/gtk-2.0/apps.rc -------------------------------------------------------------------------------- /Bubble-Solid/gtk-2.0/assets/arrow-down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid/gtk-2.0/assets/arrow-down.png -------------------------------------------------------------------------------- /Bubble-Solid/gtk-2.0/assets/arrow-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid/gtk-2.0/assets/arrow-left.png -------------------------------------------------------------------------------- /Bubble-Solid/gtk-2.0/assets/arrow-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid/gtk-2.0/assets/arrow-right.png -------------------------------------------------------------------------------- /Bubble-Solid/gtk-2.0/assets/arrow-up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid/gtk-2.0/assets/arrow-up.png -------------------------------------------------------------------------------- /Bubble-Solid/gtk-2.0/assets/button-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid/gtk-2.0/assets/button-hover.png -------------------------------------------------------------------------------- /Bubble-Solid/gtk-2.0/assets/button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid/gtk-2.0/assets/button.png -------------------------------------------------------------------------------- /Bubble-Solid/gtk-2.0/assets/combo-entry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid/gtk-2.0/assets/combo-entry.png -------------------------------------------------------------------------------- /Bubble-Solid/gtk-2.0/assets/entry-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid/gtk-2.0/assets/entry-bg.png -------------------------------------------------------------------------------- /Bubble-Solid/gtk-2.0/assets/focus-line.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid/gtk-2.0/assets/focus-line.png -------------------------------------------------------------------------------- /Bubble-Solid/gtk-2.0/assets/frame.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid/gtk-2.0/assets/frame.png -------------------------------------------------------------------------------- /Bubble-Solid/gtk-2.0/assets/handle-h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid/gtk-2.0/assets/handle-h.png -------------------------------------------------------------------------------- /Bubble-Solid/gtk-2.0/assets/handle-v.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid/gtk-2.0/assets/handle-v.png -------------------------------------------------------------------------------- /Bubble-Solid/gtk-2.0/assets/line-h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid/gtk-2.0/assets/line-h.png -------------------------------------------------------------------------------- /Bubble-Solid/gtk-2.0/assets/line-v.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid/gtk-2.0/assets/line-v.png -------------------------------------------------------------------------------- /Bubble-Solid/gtk-2.0/assets/menu-arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid/gtk-2.0/assets/menu-arrow.png -------------------------------------------------------------------------------- /Bubble-Solid/gtk-2.0/assets/menubar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid/gtk-2.0/assets/menubar.png -------------------------------------------------------------------------------- /Bubble-Solid/gtk-2.0/assets/menuitem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid/gtk-2.0/assets/menuitem.png -------------------------------------------------------------------------------- /Bubble-Solid/gtk-2.0/assets/minus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid/gtk-2.0/assets/minus.png -------------------------------------------------------------------------------- /Bubble-Solid/gtk-2.0/assets/notebook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid/gtk-2.0/assets/notebook.png -------------------------------------------------------------------------------- /Bubble-Solid/gtk-2.0/assets/null.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid/gtk-2.0/assets/null.png -------------------------------------------------------------------------------- /Bubble-Solid/gtk-2.0/assets/plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid/gtk-2.0/assets/plus.png -------------------------------------------------------------------------------- /Bubble-Solid/gtk-2.0/assets/progressbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid/gtk-2.0/assets/progressbar.png -------------------------------------------------------------------------------- /Bubble-Solid/gtk-2.0/assets/slider-horiz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid/gtk-2.0/assets/slider-horiz.png -------------------------------------------------------------------------------- /Bubble-Solid/gtk-2.0/assets/slider-vert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid/gtk-2.0/assets/slider-vert.png -------------------------------------------------------------------------------- /Bubble-Solid/gtk-2.0/assets/slider.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid/gtk-2.0/assets/slider.png -------------------------------------------------------------------------------- /Bubble-Solid/gtk-2.0/assets/toolbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid/gtk-2.0/assets/toolbar.png -------------------------------------------------------------------------------- /Bubble-Solid/gtk-2.0/assets/tree_header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid/gtk-2.0/assets/tree_header.png -------------------------------------------------------------------------------- /Bubble-Solid/gtk-2.0/gtkrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid/gtk-2.0/gtkrc -------------------------------------------------------------------------------- /Bubble-Solid/gtk-2.0/main.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid/gtk-2.0/main.rc -------------------------------------------------------------------------------- /Bubble-Solid/gtk-2.0/panel.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid/gtk-2.0/panel.rc -------------------------------------------------------------------------------- /Bubble-Solid/gtk-2.0/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid/gtk-2.0/readme.md -------------------------------------------------------------------------------- /Bubble-Solid/gtk-2.0/xfce-notify.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid/gtk-2.0/xfce-notify.rc -------------------------------------------------------------------------------- /Bubble-Solid/gtk-3.0/assets/radio-mixed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid/gtk-3.0/assets/radio-mixed.png -------------------------------------------------------------------------------- /Bubble-Solid/gtk-3.0/assets/switch-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid/gtk-3.0/assets/switch-dark.png -------------------------------------------------------------------------------- /Bubble-Solid/gtk-3.0/assets/switch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid/gtk-3.0/assets/switch.png -------------------------------------------------------------------------------- /Bubble-Solid/gtk-3.0/assets/switch@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid/gtk-3.0/assets/switch@2.png -------------------------------------------------------------------------------- /Bubble-Solid/gtk-3.0/gtk-dark.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid/gtk-3.0/gtk-dark.css -------------------------------------------------------------------------------- /Bubble-Solid/gtk-3.0/gtk.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid/gtk-3.0/gtk.css -------------------------------------------------------------------------------- /Bubble-Solid/gtk-3.0/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid/gtk-3.0/readme.md -------------------------------------------------------------------------------- /Bubble-Solid/gtk-3.0/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid/gtk-3.0/thumbnail.png -------------------------------------------------------------------------------- /Bubble-Solid/gtk-4.0/assets/switch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid/gtk-4.0/assets/switch.png -------------------------------------------------------------------------------- /Bubble-Solid/gtk-4.0/assets/switch@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid/gtk-4.0/assets/switch@2.png -------------------------------------------------------------------------------- /Bubble-Solid/gtk-4.0/gtk-dark.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid/gtk-4.0/gtk-dark.css -------------------------------------------------------------------------------- /Bubble-Solid/gtk-4.0/gtk.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid/gtk-4.0/gtk.css -------------------------------------------------------------------------------- /Bubble-Solid/index.theme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid/index.theme -------------------------------------------------------------------------------- /Bubble-Solid/metacity-1/button-close-bg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid/metacity-1/button-close-bg.svg -------------------------------------------------------------------------------- /Bubble-Solid/metacity-1/metacity-theme-2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid/metacity-1/metacity-theme-2.xml -------------------------------------------------------------------------------- /Bubble-Solid/metacity-1/metacity-theme-3.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid/metacity-1/metacity-theme-3.xml -------------------------------------------------------------------------------- /Bubble-Solid/metacity-1/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid/metacity-1/readme.md -------------------------------------------------------------------------------- /Bubble-Solid/metacity-1/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid/metacity-1/thumbnail.png -------------------------------------------------------------------------------- /Bubble-Solid/metacity-1/thumbnail.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid/metacity-1/thumbnail.svg -------------------------------------------------------------------------------- /Bubble-Solid/xfwm4/bottom-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid/xfwm4/bottom-active.png -------------------------------------------------------------------------------- /Bubble-Solid/xfwm4/bottom-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid/xfwm4/bottom-inactive.png -------------------------------------------------------------------------------- /Bubble-Solid/xfwm4/bottom-left-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid/xfwm4/bottom-left-active.png -------------------------------------------------------------------------------- /Bubble-Solid/xfwm4/bottom-left-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid/xfwm4/bottom-left-inactive.png -------------------------------------------------------------------------------- /Bubble-Solid/xfwm4/bottom-right-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid/xfwm4/bottom-right-active.png -------------------------------------------------------------------------------- /Bubble-Solid/xfwm4/bottom-right-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid/xfwm4/bottom-right-inactive.png -------------------------------------------------------------------------------- /Bubble-Solid/xfwm4/close-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid/xfwm4/close-active.png -------------------------------------------------------------------------------- /Bubble-Solid/xfwm4/close-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid/xfwm4/close-inactive.png -------------------------------------------------------------------------------- /Bubble-Solid/xfwm4/close-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid/xfwm4/close-prelight.png -------------------------------------------------------------------------------- /Bubble-Solid/xfwm4/close-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid/xfwm4/close-pressed.png -------------------------------------------------------------------------------- /Bubble-Solid/xfwm4/hide-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid/xfwm4/hide-active.png -------------------------------------------------------------------------------- /Bubble-Solid/xfwm4/hide-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid/xfwm4/hide-inactive.png -------------------------------------------------------------------------------- /Bubble-Solid/xfwm4/hide-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid/xfwm4/hide-prelight.png -------------------------------------------------------------------------------- /Bubble-Solid/xfwm4/hide-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid/xfwm4/hide-pressed.png -------------------------------------------------------------------------------- /Bubble-Solid/xfwm4/left-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid/xfwm4/left-active.png -------------------------------------------------------------------------------- /Bubble-Solid/xfwm4/left-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid/xfwm4/left-inactive.png -------------------------------------------------------------------------------- /Bubble-Solid/xfwm4/maximize-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid/xfwm4/maximize-active.png -------------------------------------------------------------------------------- /Bubble-Solid/xfwm4/maximize-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid/xfwm4/maximize-inactive.png -------------------------------------------------------------------------------- /Bubble-Solid/xfwm4/maximize-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid/xfwm4/maximize-prelight.png -------------------------------------------------------------------------------- /Bubble-Solid/xfwm4/maximize-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid/xfwm4/maximize-pressed.png -------------------------------------------------------------------------------- /Bubble-Solid/xfwm4/menu-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid/xfwm4/menu-active.png -------------------------------------------------------------------------------- /Bubble-Solid/xfwm4/menu-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid/xfwm4/menu-inactive.png -------------------------------------------------------------------------------- /Bubble-Solid/xfwm4/menu-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid/xfwm4/menu-pressed.png -------------------------------------------------------------------------------- /Bubble-Solid/xfwm4/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid/xfwm4/readme.md -------------------------------------------------------------------------------- /Bubble-Solid/xfwm4/right-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid/xfwm4/right-active.png -------------------------------------------------------------------------------- /Bubble-Solid/xfwm4/right-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid/xfwm4/right-inactive.png -------------------------------------------------------------------------------- /Bubble-Solid/xfwm4/shade-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid/xfwm4/shade-active.png -------------------------------------------------------------------------------- /Bubble-Solid/xfwm4/shade-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid/xfwm4/shade-inactive.png -------------------------------------------------------------------------------- /Bubble-Solid/xfwm4/shade-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid/xfwm4/shade-prelight.png -------------------------------------------------------------------------------- /Bubble-Solid/xfwm4/shade-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid/xfwm4/shade-pressed.png -------------------------------------------------------------------------------- /Bubble-Solid/xfwm4/stick-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid/xfwm4/stick-active.png -------------------------------------------------------------------------------- /Bubble-Solid/xfwm4/stick-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid/xfwm4/stick-inactive.png -------------------------------------------------------------------------------- /Bubble-Solid/xfwm4/stick-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid/xfwm4/stick-prelight.png -------------------------------------------------------------------------------- /Bubble-Solid/xfwm4/stick-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid/xfwm4/stick-pressed.png -------------------------------------------------------------------------------- /Bubble-Solid/xfwm4/themerc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid/xfwm4/themerc -------------------------------------------------------------------------------- /Bubble-Solid/xfwm4/title-1-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid/xfwm4/title-1-active.png -------------------------------------------------------------------------------- /Bubble-Solid/xfwm4/title-1-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid/xfwm4/title-1-inactive.png -------------------------------------------------------------------------------- /Bubble-Solid/xfwm4/title-2-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid/xfwm4/title-2-active.png -------------------------------------------------------------------------------- /Bubble-Solid/xfwm4/title-2-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid/xfwm4/title-2-inactive.png -------------------------------------------------------------------------------- /Bubble-Solid/xfwm4/title-3-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid/xfwm4/title-3-active.png -------------------------------------------------------------------------------- /Bubble-Solid/xfwm4/title-3-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid/xfwm4/title-3-inactive.png -------------------------------------------------------------------------------- /Bubble-Solid/xfwm4/title-4-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid/xfwm4/title-4-active.png -------------------------------------------------------------------------------- /Bubble-Solid/xfwm4/title-4-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid/xfwm4/title-4-inactive.png -------------------------------------------------------------------------------- /Bubble-Solid/xfwm4/title-5-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid/xfwm4/title-5-active.png -------------------------------------------------------------------------------- /Bubble-Solid/xfwm4/title-5-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid/xfwm4/title-5-inactive.png -------------------------------------------------------------------------------- /Bubble-Solid/xfwm4/top-left-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid/xfwm4/top-left-active.png -------------------------------------------------------------------------------- /Bubble-Solid/xfwm4/top-left-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid/xfwm4/top-left-inactive.png -------------------------------------------------------------------------------- /Bubble-Solid/xfwm4/top-right-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid/xfwm4/top-right-active.png -------------------------------------------------------------------------------- /Bubble-Solid/xfwm4/top-right-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble-Solid/xfwm4/top-right-inactive.png -------------------------------------------------------------------------------- /Bubble/cinnamon/assets/misc/close-active.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/cinnamon/assets/misc/close-active.svg -------------------------------------------------------------------------------- /Bubble/cinnamon/assets/misc/close-hover.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/cinnamon/assets/misc/close-hover.svg -------------------------------------------------------------------------------- /Bubble/cinnamon/assets/misc/close.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/cinnamon/assets/misc/close.svg -------------------------------------------------------------------------------- /Bubble/cinnamon/assets/misc/overview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/cinnamon/assets/misc/overview.png -------------------------------------------------------------------------------- /Bubble/cinnamon/assets/misc/trash-icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/cinnamon/assets/misc/trash-icon.svg -------------------------------------------------------------------------------- /Bubble/cinnamon/assets/switch/switch-off.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/cinnamon/assets/switch/switch-off.svg -------------------------------------------------------------------------------- /Bubble/cinnamon/assets/switch/switch-on.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/cinnamon/assets/switch/switch-on.svg -------------------------------------------------------------------------------- /Bubble/cinnamon/cinnamon.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/cinnamon/cinnamon.css -------------------------------------------------------------------------------- /Bubble/cinnamon/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/cinnamon/readme.md -------------------------------------------------------------------------------- /Bubble/cinnamon/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/cinnamon/thumbnail.png -------------------------------------------------------------------------------- /Bubble/gnome-shell/common-assets/misc/bg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/gnome-shell/common-assets/misc/bg.svg -------------------------------------------------------------------------------- /Bubble/gnome-shell/gnome-shell.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/gnome-shell/gnome-shell.css -------------------------------------------------------------------------------- /Bubble/gnome-shell/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/gnome-shell/readme.md -------------------------------------------------------------------------------- /Bubble/gtk-2.0/apps.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/gtk-2.0/apps.rc -------------------------------------------------------------------------------- /Bubble/gtk-2.0/assets/arrow-down-insens.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/gtk-2.0/assets/arrow-down-insens.png -------------------------------------------------------------------------------- /Bubble/gtk-2.0/assets/arrow-down-small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/gtk-2.0/assets/arrow-down-small.png -------------------------------------------------------------------------------- /Bubble/gtk-2.0/assets/arrow-down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/gtk-2.0/assets/arrow-down.png -------------------------------------------------------------------------------- /Bubble/gtk-2.0/assets/arrow-left-insens.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/gtk-2.0/assets/arrow-left-insens.png -------------------------------------------------------------------------------- /Bubble/gtk-2.0/assets/arrow-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/gtk-2.0/assets/arrow-left.png -------------------------------------------------------------------------------- /Bubble/gtk-2.0/assets/arrow-right-insens.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/gtk-2.0/assets/arrow-right-insens.png -------------------------------------------------------------------------------- /Bubble/gtk-2.0/assets/arrow-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/gtk-2.0/assets/arrow-right.png -------------------------------------------------------------------------------- /Bubble/gtk-2.0/assets/arrow-up-insens.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/gtk-2.0/assets/arrow-up-insens.png -------------------------------------------------------------------------------- /Bubble/gtk-2.0/assets/arrow-up-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/gtk-2.0/assets/arrow-up-prelight.png -------------------------------------------------------------------------------- /Bubble/gtk-2.0/assets/arrow-up-small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/gtk-2.0/assets/arrow-up-small.png -------------------------------------------------------------------------------- /Bubble/gtk-2.0/assets/arrow-up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/gtk-2.0/assets/arrow-up.png -------------------------------------------------------------------------------- /Bubble/gtk-2.0/assets/button-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/gtk-2.0/assets/button-active.png -------------------------------------------------------------------------------- /Bubble/gtk-2.0/assets/button-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/gtk-2.0/assets/button-hover.png -------------------------------------------------------------------------------- /Bubble/gtk-2.0/assets/button-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/gtk-2.0/assets/button-insensitive.png -------------------------------------------------------------------------------- /Bubble/gtk-2.0/assets/button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/gtk-2.0/assets/button.png -------------------------------------------------------------------------------- /Bubble/gtk-2.0/assets/checkbox-checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/gtk-2.0/assets/checkbox-checked.png -------------------------------------------------------------------------------- /Bubble/gtk-2.0/assets/checkbox-unchecked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/gtk-2.0/assets/checkbox-unchecked.png -------------------------------------------------------------------------------- /Bubble/gtk-2.0/assets/combo-entry-border.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/gtk-2.0/assets/combo-entry-border.png -------------------------------------------------------------------------------- /Bubble/gtk-2.0/assets/combo-entry-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/gtk-2.0/assets/combo-entry-button.png -------------------------------------------------------------------------------- /Bubble/gtk-2.0/assets/combo-entry-focus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/gtk-2.0/assets/combo-entry-focus.png -------------------------------------------------------------------------------- /Bubble/gtk-2.0/assets/combo-entry-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/gtk-2.0/assets/combo-entry-rtl.png -------------------------------------------------------------------------------- /Bubble/gtk-2.0/assets/combo-entry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/gtk-2.0/assets/combo-entry.png -------------------------------------------------------------------------------- /Bubble/gtk-2.0/assets/down-background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/gtk-2.0/assets/down-background.png -------------------------------------------------------------------------------- /Bubble/gtk-2.0/assets/entry-active-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/gtk-2.0/assets/entry-active-bg.png -------------------------------------------------------------------------------- /Bubble/gtk-2.0/assets/entry-background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/gtk-2.0/assets/entry-background.png -------------------------------------------------------------------------------- /Bubble/gtk-2.0/assets/entry-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/gtk-2.0/assets/entry-bg.png -------------------------------------------------------------------------------- /Bubble/gtk-2.0/assets/entry-border-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/gtk-2.0/assets/entry-border-bg.png -------------------------------------------------------------------------------- /Bubble/gtk-2.0/assets/entry-disabled-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/gtk-2.0/assets/entry-disabled-bg.png -------------------------------------------------------------------------------- /Bubble/gtk-2.0/assets/entry-notebook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/gtk-2.0/assets/entry-notebook.png -------------------------------------------------------------------------------- /Bubble/gtk-2.0/assets/entry-toolbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/gtk-2.0/assets/entry-toolbar.png -------------------------------------------------------------------------------- /Bubble/gtk-2.0/assets/focus-line.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/gtk-2.0/assets/focus-line.png -------------------------------------------------------------------------------- /Bubble/gtk-2.0/assets/frame-gap-end.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/gtk-2.0/assets/frame-gap-end.png -------------------------------------------------------------------------------- /Bubble/gtk-2.0/assets/frame-gap-start.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/gtk-2.0/assets/frame-gap-start.png -------------------------------------------------------------------------------- /Bubble/gtk-2.0/assets/frame.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/gtk-2.0/assets/frame.png -------------------------------------------------------------------------------- /Bubble/gtk-2.0/assets/handle-h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/gtk-2.0/assets/handle-h.png -------------------------------------------------------------------------------- /Bubble/gtk-2.0/assets/handle-v.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/gtk-2.0/assets/handle-v.png -------------------------------------------------------------------------------- /Bubble/gtk-2.0/assets/inline-toolbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/gtk-2.0/assets/inline-toolbar.png -------------------------------------------------------------------------------- /Bubble/gtk-2.0/assets/line-h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/gtk-2.0/assets/line-h.png -------------------------------------------------------------------------------- /Bubble/gtk-2.0/assets/line-v.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/gtk-2.0/assets/line-v.png -------------------------------------------------------------------------------- /Bubble/gtk-2.0/assets/menu-arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/gtk-2.0/assets/menu-arrow.png -------------------------------------------------------------------------------- /Bubble/gtk-2.0/assets/menu-radio-checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/gtk-2.0/assets/menu-radio-checked.png -------------------------------------------------------------------------------- /Bubble/gtk-2.0/assets/menubar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/gtk-2.0/assets/menubar.png -------------------------------------------------------------------------------- /Bubble/gtk-2.0/assets/menubar_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/gtk-2.0/assets/menubar_button.png -------------------------------------------------------------------------------- /Bubble/gtk-2.0/assets/menuitem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/gtk-2.0/assets/menuitem.png -------------------------------------------------------------------------------- /Bubble/gtk-2.0/assets/minus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/gtk-2.0/assets/minus.png -------------------------------------------------------------------------------- /Bubble/gtk-2.0/assets/notebook-gap-horiz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/gtk-2.0/assets/notebook-gap-horiz.png -------------------------------------------------------------------------------- /Bubble/gtk-2.0/assets/notebook-gap-vert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/gtk-2.0/assets/notebook-gap-vert.png -------------------------------------------------------------------------------- /Bubble/gtk-2.0/assets/notebook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/gtk-2.0/assets/notebook.png -------------------------------------------------------------------------------- /Bubble/gtk-2.0/assets/null.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/gtk-2.0/assets/null.png -------------------------------------------------------------------------------- /Bubble/gtk-2.0/assets/plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/gtk-2.0/assets/plus.png -------------------------------------------------------------------------------- /Bubble/gtk-2.0/assets/progressbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/gtk-2.0/assets/progressbar.png -------------------------------------------------------------------------------- /Bubble/gtk-2.0/assets/progressbar_v.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/gtk-2.0/assets/progressbar_v.png -------------------------------------------------------------------------------- /Bubble/gtk-2.0/assets/radio-checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/gtk-2.0/assets/radio-checked.png -------------------------------------------------------------------------------- /Bubble/gtk-2.0/assets/radio-unchecked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/gtk-2.0/assets/radio-unchecked.png -------------------------------------------------------------------------------- /Bubble/gtk-2.0/assets/slider-horiz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/gtk-2.0/assets/slider-horiz.png -------------------------------------------------------------------------------- /Bubble/gtk-2.0/assets/slider-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/gtk-2.0/assets/slider-insensitive.png -------------------------------------------------------------------------------- /Bubble/gtk-2.0/assets/slider-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/gtk-2.0/assets/slider-prelight.png -------------------------------------------------------------------------------- /Bubble/gtk-2.0/assets/slider-vert-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/gtk-2.0/assets/slider-vert-active.png -------------------------------------------------------------------------------- /Bubble/gtk-2.0/assets/slider-vert-insens.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/gtk-2.0/assets/slider-vert-insens.png -------------------------------------------------------------------------------- /Bubble/gtk-2.0/assets/slider-vert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/gtk-2.0/assets/slider-vert.png -------------------------------------------------------------------------------- /Bubble/gtk-2.0/assets/slider.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/gtk-2.0/assets/slider.png -------------------------------------------------------------------------------- /Bubble/gtk-2.0/assets/tab-bottom-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/gtk-2.0/assets/tab-bottom-active.png -------------------------------------------------------------------------------- /Bubble/gtk-2.0/assets/tab-left-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/gtk-2.0/assets/tab-left-active.png -------------------------------------------------------------------------------- /Bubble/gtk-2.0/assets/tab-right-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/gtk-2.0/assets/tab-right-active.png -------------------------------------------------------------------------------- /Bubble/gtk-2.0/assets/tab-top-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/gtk-2.0/assets/tab-top-active.png -------------------------------------------------------------------------------- /Bubble/gtk-2.0/assets/toolbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/gtk-2.0/assets/toolbar.png -------------------------------------------------------------------------------- /Bubble/gtk-2.0/assets/tree_header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/gtk-2.0/assets/tree_header.png -------------------------------------------------------------------------------- /Bubble/gtk-2.0/assets/trough-horizontal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/gtk-2.0/assets/trough-horizontal.png -------------------------------------------------------------------------------- /Bubble/gtk-2.0/assets/trough-progressbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/gtk-2.0/assets/trough-progressbar.png -------------------------------------------------------------------------------- /Bubble/gtk-2.0/assets/trough-vertical.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/gtk-2.0/assets/trough-vertical.png -------------------------------------------------------------------------------- /Bubble/gtk-2.0/assets/up-background-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/gtk-2.0/assets/up-background-rtl.png -------------------------------------------------------------------------------- /Bubble/gtk-2.0/assets/up-background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/gtk-2.0/assets/up-background.png -------------------------------------------------------------------------------- /Bubble/gtk-2.0/gtkrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/gtk-2.0/gtkrc -------------------------------------------------------------------------------- /Bubble/gtk-2.0/main.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/gtk-2.0/main.rc -------------------------------------------------------------------------------- /Bubble/gtk-2.0/menubar-toolbar/button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/gtk-2.0/menubar-toolbar/button.png -------------------------------------------------------------------------------- /Bubble/gtk-2.0/menubar-toolbar/menubar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/gtk-2.0/menubar-toolbar/menubar.png -------------------------------------------------------------------------------- /Bubble/gtk-2.0/panel.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/gtk-2.0/panel.rc -------------------------------------------------------------------------------- /Bubble/gtk-2.0/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/gtk-2.0/readme.md -------------------------------------------------------------------------------- /Bubble/gtk-2.0/xfce-notify.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/gtk-2.0/xfce-notify.rc -------------------------------------------------------------------------------- /Bubble/gtk-3.0/assets/checkbox-checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/gtk-3.0/assets/checkbox-checked.png -------------------------------------------------------------------------------- /Bubble/gtk-3.0/assets/checkbox-checked@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/gtk-3.0/assets/checkbox-checked@2.png -------------------------------------------------------------------------------- /Bubble/gtk-3.0/assets/checkbox-mixed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/gtk-3.0/assets/checkbox-mixed.png -------------------------------------------------------------------------------- /Bubble/gtk-3.0/assets/checkbox-mixed@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/gtk-3.0/assets/checkbox-mixed@2.png -------------------------------------------------------------------------------- /Bubble/gtk-3.0/assets/checkbox-unchecked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/gtk-3.0/assets/checkbox-unchecked.png -------------------------------------------------------------------------------- /Bubble/gtk-3.0/assets/radio-checked-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/gtk-3.0/assets/radio-checked-dark.png -------------------------------------------------------------------------------- /Bubble/gtk-3.0/assets/radio-checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/gtk-3.0/assets/radio-checked.png -------------------------------------------------------------------------------- /Bubble/gtk-3.0/assets/radio-checked@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/gtk-3.0/assets/radio-checked@2.png -------------------------------------------------------------------------------- /Bubble/gtk-3.0/assets/radio-mixed-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/gtk-3.0/assets/radio-mixed-dark.png -------------------------------------------------------------------------------- /Bubble/gtk-3.0/assets/radio-mixed-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/gtk-3.0/assets/radio-mixed-dark@2.png -------------------------------------------------------------------------------- /Bubble/gtk-3.0/assets/radio-mixed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/gtk-3.0/assets/radio-mixed.png -------------------------------------------------------------------------------- /Bubble/gtk-3.0/assets/radio-mixed@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/gtk-3.0/assets/radio-mixed@2.png -------------------------------------------------------------------------------- /Bubble/gtk-3.0/assets/radio-unchecked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/gtk-3.0/assets/radio-unchecked.png -------------------------------------------------------------------------------- /Bubble/gtk-3.0/assets/radio-unchecked@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/gtk-3.0/assets/radio-unchecked@2.png -------------------------------------------------------------------------------- /Bubble/gtk-3.0/assets/switch-active-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/gtk-3.0/assets/switch-active-dark.png -------------------------------------------------------------------------------- /Bubble/gtk-3.0/assets/switch-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/gtk-3.0/assets/switch-active.png -------------------------------------------------------------------------------- /Bubble/gtk-3.0/assets/switch-active@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/gtk-3.0/assets/switch-active@2.png -------------------------------------------------------------------------------- /Bubble/gtk-3.0/assets/switch-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/gtk-3.0/assets/switch-dark.png -------------------------------------------------------------------------------- /Bubble/gtk-3.0/assets/switch-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/gtk-3.0/assets/switch-dark@2.png -------------------------------------------------------------------------------- /Bubble/gtk-3.0/assets/switch-header-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/gtk-3.0/assets/switch-header-dark.png -------------------------------------------------------------------------------- /Bubble/gtk-3.0/assets/switch-header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/gtk-3.0/assets/switch-header.png -------------------------------------------------------------------------------- /Bubble/gtk-3.0/assets/switch-header@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/gtk-3.0/assets/switch-header@2.png -------------------------------------------------------------------------------- /Bubble/gtk-3.0/assets/switch-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/gtk-3.0/assets/switch-insensitive.png -------------------------------------------------------------------------------- /Bubble/gtk-3.0/assets/switch-restricts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/gtk-3.0/assets/switch-restricts.png -------------------------------------------------------------------------------- /Bubble/gtk-3.0/assets/switch-restricts@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/gtk-3.0/assets/switch-restricts@2.png -------------------------------------------------------------------------------- /Bubble/gtk-3.0/assets/switch-selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/gtk-3.0/assets/switch-selected.png -------------------------------------------------------------------------------- /Bubble/gtk-3.0/assets/switch-selected@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/gtk-3.0/assets/switch-selected@2.png -------------------------------------------------------------------------------- /Bubble/gtk-3.0/assets/switch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/gtk-3.0/assets/switch.png -------------------------------------------------------------------------------- /Bubble/gtk-3.0/assets/switch@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/gtk-3.0/assets/switch@2.png -------------------------------------------------------------------------------- /Bubble/gtk-3.0/assets/thumbnail-frame.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/gtk-3.0/assets/thumbnail-frame.png -------------------------------------------------------------------------------- /Bubble/gtk-3.0/assets/titlebutton-close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/gtk-3.0/assets/titlebutton-close.png -------------------------------------------------------------------------------- /Bubble/gtk-3.0/gtk-dark.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/gtk-3.0/gtk-dark.css -------------------------------------------------------------------------------- /Bubble/gtk-3.0/gtk.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/gtk-3.0/gtk.css -------------------------------------------------------------------------------- /Bubble/gtk-3.0/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/gtk-3.0/readme.md -------------------------------------------------------------------------------- /Bubble/gtk-3.0/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/gtk-3.0/thumbnail.png -------------------------------------------------------------------------------- /Bubble/gtk-4.0/assets/bullet-symbolic.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/gtk-4.0/assets/bullet-symbolic.svg -------------------------------------------------------------------------------- /Bubble/gtk-4.0/assets/check-symbolic.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/gtk-4.0/assets/check-symbolic.svg -------------------------------------------------------------------------------- /Bubble/gtk-4.0/assets/dash-symbolic.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/gtk-4.0/assets/dash-symbolic.svg -------------------------------------------------------------------------------- /Bubble/gtk-4.0/assets/switch-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/gtk-4.0/assets/switch-active.png -------------------------------------------------------------------------------- /Bubble/gtk-4.0/assets/switch-active@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/gtk-4.0/assets/switch-active@2.png -------------------------------------------------------------------------------- /Bubble/gtk-4.0/assets/switch-header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/gtk-4.0/assets/switch-header.png -------------------------------------------------------------------------------- /Bubble/gtk-4.0/assets/switch-header@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/gtk-4.0/assets/switch-header@2.png -------------------------------------------------------------------------------- /Bubble/gtk-4.0/assets/switch-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/gtk-4.0/assets/switch-insensitive.png -------------------------------------------------------------------------------- /Bubble/gtk-4.0/assets/switch-restricts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/gtk-4.0/assets/switch-restricts.png -------------------------------------------------------------------------------- /Bubble/gtk-4.0/assets/switch-restricts@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/gtk-4.0/assets/switch-restricts@2.png -------------------------------------------------------------------------------- /Bubble/gtk-4.0/assets/switch-selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/gtk-4.0/assets/switch-selected.png -------------------------------------------------------------------------------- /Bubble/gtk-4.0/assets/switch-selected@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/gtk-4.0/assets/switch-selected@2.png -------------------------------------------------------------------------------- /Bubble/gtk-4.0/assets/switch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/gtk-4.0/assets/switch.png -------------------------------------------------------------------------------- /Bubble/gtk-4.0/assets/switch@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/gtk-4.0/assets/switch@2.png -------------------------------------------------------------------------------- /Bubble/gtk-4.0/assets/text-select-end.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/gtk-4.0/assets/text-select-end.png -------------------------------------------------------------------------------- /Bubble/gtk-4.0/assets/text-select-end@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/gtk-4.0/assets/text-select-end@2.png -------------------------------------------------------------------------------- /Bubble/gtk-4.0/assets/text-select-start.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/gtk-4.0/assets/text-select-start.png -------------------------------------------------------------------------------- /Bubble/gtk-4.0/assets/titlebutton-close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/gtk-4.0/assets/titlebutton-close.png -------------------------------------------------------------------------------- /Bubble/gtk-4.0/gtk-dark.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/gtk-4.0/gtk-dark.css -------------------------------------------------------------------------------- /Bubble/gtk-4.0/gtk.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/gtk-4.0/gtk.css -------------------------------------------------------------------------------- /Bubble/index.theme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/index.theme -------------------------------------------------------------------------------- /Bubble/metacity-1/button-close-bg-active.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/metacity-1/button-close-bg-active.svg -------------------------------------------------------------------------------- /Bubble/metacity-1/button-close-bg-hover.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/metacity-1/button-close-bg-hover.svg -------------------------------------------------------------------------------- /Bubble/metacity-1/button-close-bg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/metacity-1/button-close-bg.svg -------------------------------------------------------------------------------- /Bubble/metacity-1/button-maximize-bg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/metacity-1/button-maximize-bg.svg -------------------------------------------------------------------------------- /Bubble/metacity-1/button-minimize-bg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/metacity-1/button-minimize-bg.svg -------------------------------------------------------------------------------- /Bubble/metacity-1/metacity-theme-2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/metacity-1/metacity-theme-2.xml -------------------------------------------------------------------------------- /Bubble/metacity-1/metacity-theme-3.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/metacity-1/metacity-theme-3.xml -------------------------------------------------------------------------------- /Bubble/metacity-1/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/metacity-1/readme.md -------------------------------------------------------------------------------- /Bubble/metacity-1/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/metacity-1/thumbnail.png -------------------------------------------------------------------------------- /Bubble/metacity-1/thumbnail.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/metacity-1/thumbnail.svg -------------------------------------------------------------------------------- /Bubble/xfwm4/bottom-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/xfwm4/bottom-active.png -------------------------------------------------------------------------------- /Bubble/xfwm4/bottom-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/xfwm4/bottom-inactive.png -------------------------------------------------------------------------------- /Bubble/xfwm4/bottom-left-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/xfwm4/bottom-left-active.png -------------------------------------------------------------------------------- /Bubble/xfwm4/bottom-left-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/xfwm4/bottom-left-inactive.png -------------------------------------------------------------------------------- /Bubble/xfwm4/bottom-right-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/xfwm4/bottom-right-active.png -------------------------------------------------------------------------------- /Bubble/xfwm4/bottom-right-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/xfwm4/bottom-right-inactive.png -------------------------------------------------------------------------------- /Bubble/xfwm4/close-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/xfwm4/close-active.png -------------------------------------------------------------------------------- /Bubble/xfwm4/close-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/xfwm4/close-inactive.png -------------------------------------------------------------------------------- /Bubble/xfwm4/close-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/xfwm4/close-prelight.png -------------------------------------------------------------------------------- /Bubble/xfwm4/close-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/xfwm4/close-pressed.png -------------------------------------------------------------------------------- /Bubble/xfwm4/hide-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/xfwm4/hide-active.png -------------------------------------------------------------------------------- /Bubble/xfwm4/hide-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/xfwm4/hide-inactive.png -------------------------------------------------------------------------------- /Bubble/xfwm4/hide-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/xfwm4/hide-prelight.png -------------------------------------------------------------------------------- /Bubble/xfwm4/hide-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/xfwm4/hide-pressed.png -------------------------------------------------------------------------------- /Bubble/xfwm4/left-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/xfwm4/left-active.png -------------------------------------------------------------------------------- /Bubble/xfwm4/left-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/xfwm4/left-inactive.png -------------------------------------------------------------------------------- /Bubble/xfwm4/maximize-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/xfwm4/maximize-active.png -------------------------------------------------------------------------------- /Bubble/xfwm4/maximize-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/xfwm4/maximize-inactive.png -------------------------------------------------------------------------------- /Bubble/xfwm4/maximize-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/xfwm4/maximize-prelight.png -------------------------------------------------------------------------------- /Bubble/xfwm4/maximize-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/xfwm4/maximize-pressed.png -------------------------------------------------------------------------------- /Bubble/xfwm4/menu-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/xfwm4/menu-active.png -------------------------------------------------------------------------------- /Bubble/xfwm4/menu-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/xfwm4/menu-inactive.png -------------------------------------------------------------------------------- /Bubble/xfwm4/menu-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/xfwm4/menu-pressed.png -------------------------------------------------------------------------------- /Bubble/xfwm4/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/xfwm4/readme.md -------------------------------------------------------------------------------- /Bubble/xfwm4/right-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/xfwm4/right-active.png -------------------------------------------------------------------------------- /Bubble/xfwm4/right-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/xfwm4/right-inactive.png -------------------------------------------------------------------------------- /Bubble/xfwm4/shade-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/xfwm4/shade-active.png -------------------------------------------------------------------------------- /Bubble/xfwm4/shade-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/xfwm4/shade-inactive.png -------------------------------------------------------------------------------- /Bubble/xfwm4/shade-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/xfwm4/shade-prelight.png -------------------------------------------------------------------------------- /Bubble/xfwm4/shade-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/xfwm4/shade-pressed.png -------------------------------------------------------------------------------- /Bubble/xfwm4/stick-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/xfwm4/stick-active.png -------------------------------------------------------------------------------- /Bubble/xfwm4/stick-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/xfwm4/stick-inactive.png -------------------------------------------------------------------------------- /Bubble/xfwm4/stick-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/xfwm4/stick-prelight.png -------------------------------------------------------------------------------- /Bubble/xfwm4/stick-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/xfwm4/stick-pressed.png -------------------------------------------------------------------------------- /Bubble/xfwm4/themerc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/xfwm4/themerc -------------------------------------------------------------------------------- /Bubble/xfwm4/title-1-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/xfwm4/title-1-active.png -------------------------------------------------------------------------------- /Bubble/xfwm4/title-1-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/xfwm4/title-1-inactive.png -------------------------------------------------------------------------------- /Bubble/xfwm4/title-2-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/xfwm4/title-2-active.png -------------------------------------------------------------------------------- /Bubble/xfwm4/title-2-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/xfwm4/title-2-inactive.png -------------------------------------------------------------------------------- /Bubble/xfwm4/title-3-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/xfwm4/title-3-active.png -------------------------------------------------------------------------------- /Bubble/xfwm4/title-3-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/xfwm4/title-3-inactive.png -------------------------------------------------------------------------------- /Bubble/xfwm4/title-4-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/xfwm4/title-4-active.png -------------------------------------------------------------------------------- /Bubble/xfwm4/title-4-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/xfwm4/title-4-inactive.png -------------------------------------------------------------------------------- /Bubble/xfwm4/title-5-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/xfwm4/title-5-active.png -------------------------------------------------------------------------------- /Bubble/xfwm4/title-5-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/xfwm4/title-5-inactive.png -------------------------------------------------------------------------------- /Bubble/xfwm4/top-left-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/xfwm4/top-left-active.png -------------------------------------------------------------------------------- /Bubble/xfwm4/top-left-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/xfwm4/top-left-inactive.png -------------------------------------------------------------------------------- /Bubble/xfwm4/top-right-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/xfwm4/top-right-active.png -------------------------------------------------------------------------------- /Bubble/xfwm4/top-right-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/Bubble/xfwm4/top-right-inactive.png -------------------------------------------------------------------------------- /INSTALL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/INSTALL -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/i-mint/Bubble/HEAD/README.md --------------------------------------------------------------------------------