├── README.md ├── SAO-kirito ├── gtk-2.0 │ ├── Arrows │ │ ├── arrow-down-insens.png │ │ ├── arrow-down-prelight.png │ │ ├── arrow-down-pressed.png │ │ ├── arrow-down.png │ │ ├── arrow-left.png │ │ ├── arrow-right-norm.png │ │ ├── arrow-right-prelight.png │ │ ├── arrow-right.png │ │ └── arrow-up.png │ ├── Buttons │ │ ├── button-default.png │ │ ├── button-insensitive.png │ │ ├── button-insensitive.xcf │ │ ├── button-normal.png │ │ ├── button-prelight.png │ │ └── button-pressed.png │ ├── Check-Radio │ │ ├── check1.png │ │ ├── check2.png │ │ ├── check3.png │ │ ├── check4.png │ │ ├── checklight.png │ │ ├── highlight.png │ │ ├── option1.png │ │ ├── option2.png │ │ ├── option3.png │ │ └── option4.png │ ├── Combo │ │ ├── combo-active.png │ │ ├── combo-arrow-insens.png │ │ ├── combo-arrow-prelight.png │ │ ├── combo-arrow.png │ │ ├── combo-inactive.png │ │ ├── combo-normal.png │ │ ├── combo-prelight.png │ │ ├── combo-pressed.png │ │ └── text-entry.png │ ├── Frame-Gap │ │ ├── frame-gap-end.png │ │ ├── frame-gap-start.png │ │ ├── frame1.png │ │ └── frame2.png │ ├── Handles │ │ ├── handle-h.png │ │ ├── handle-v.png │ │ └── resize-grip.png │ ├── Lines │ │ ├── line-h.png │ │ └── line-v.png │ ├── ListHeaders │ │ ├── list_header-insens.png │ │ ├── list_header-prelight.png │ │ ├── list_header-pressed.png │ │ └── list_header.png │ ├── Menu-Menubar │ │ ├── menu.png │ │ ├── menubar-item.png │ │ ├── menuitem.png │ │ └── menuline.png │ ├── Others │ │ ├── active.png │ │ ├── focus.png │ │ ├── null.png │ │ ├── null2.png │ │ └── ruler.png │ ├── Panel │ │ ├── handle-h.png │ │ ├── handle-v.png │ │ ├── panel-bg.png │ │ ├── panelbutton1.png │ │ ├── panelbutton2.png │ │ └── panelbutton3.png │ ├── ProgressBar │ │ ├── progressbar-horiz.png │ │ ├── progressbar-vert.png │ │ ├── trough-progressbar-horiz.png │ │ └── trough-progressbar-vert.png │ ├── Range │ │ ├── null.png │ │ ├── slider-horiz-prelight.png │ │ ├── slider-horiz.png │ │ ├── slider-vert-prelight.png │ │ ├── slider-vert.png │ │ ├── trough-horizontal.png │ │ └── trough-vertical.png │ ├── Scrollbars │ │ ├── slider-horiz-insens.png │ │ ├── slider-horiz-prelight.png │ │ ├── slider-horiz.png │ │ ├── slider-vert-insens.png │ │ ├── slider-vert-prelight.png │ │ ├── slider-vert.png │ │ ├── stepper-down-insens.png │ │ ├── stepper-down-prelight.png │ │ ├── stepper-down.png │ │ ├── stepper-left-insens.png │ │ ├── stepper-left-prelight.png │ │ ├── stepper-left.png │ │ ├── stepper-right-insens.png │ │ ├── stepper-right-prelight.png │ │ ├── stepper-right.png │ │ ├── stepper-up-insens.png │ │ ├── stepper-up-prelight.png │ │ ├── stepper-up.png │ │ ├── trough-scrollbar-horiz.png │ │ └── trough-scrollbar-vert.png │ ├── Shadows │ │ ├── entry-shadow-in.png │ │ ├── shadow-etched-out.png │ │ ├── shadow-in.png │ │ ├── shadow-none.png │ │ ├── shadow-out.png │ │ ├── text-entry.png │ │ └── text.png │ ├── Spin │ │ ├── arrow-down-disable.png │ │ ├── arrow-down-prelight.png │ │ ├── arrow-down.png │ │ ├── arrow-up-disable.png │ │ ├── arrow-up-prelight.png │ │ ├── arrow-up.png │ │ ├── entry-shadow-in.png │ │ ├── spin-down-bg.png │ │ ├── spin-up-bg.png │ │ ├── text-entry-focus.png │ │ └── text-entry.png │ ├── Tabs │ │ ├── gap-bottom.png │ │ ├── gap-left.png │ │ ├── gap-right.png │ │ ├── gap-top.png │ │ ├── notebook.png │ │ ├── null.png │ │ ├── tab-bottom-active.png │ │ ├── tab-bottom.png │ │ ├── tab-left-active.png │ │ ├── tab-left.png │ │ ├── tab-right-active.png │ │ ├── tab-right.png │ │ ├── tab-top-active.png │ │ └── tab-top.png │ ├── Toolbar │ │ ├── toolbutton-normal.png │ │ ├── toolbutton-prelight.png │ │ ├── toolbutton-pressed.png │ │ └── toolbutton-toggled.png │ ├── gtkrc │ ├── menubar.rc │ └── panel.rc └── xfwm4 │ ├── README │ ├── bottom-active.xpm │ ├── bottom-inactive.xpm │ ├── bottom-left-active.xpm │ ├── bottom-left-inactive.xpm │ ├── bottom-right-active.xpm │ ├── bottom-right-inactive.xpm │ ├── close-active.xpm │ ├── close-inactive.xpm │ ├── close-pressed.xpm │ ├── hide-active.xpm │ ├── hide-inactive.xpm │ ├── hide-pressed.xpm │ ├── left-active.xpm │ ├── left-inactive.xpm │ ├── maximize-active.xpm │ ├── maximize-inactive.xpm │ ├── maximize-pressed.xpm │ ├── menu-active.xpm │ ├── menu-inactive.xpm │ ├── menu-pressed.xpm │ ├── right-active.xpm │ ├── right-inactive.xpm │ ├── shade-active.xpm │ ├── shade-inactive.xpm │ ├── shade-pressed.xpm │ ├── stick-active.xpm │ ├── stick-inactive.xpm │ ├── stick-pressed.xpm │ ├── themerc │ ├── title-1-active.xpm │ ├── title-1-inactive.xpm │ ├── title-2-active.xpm │ ├── title-2-inactive.xpm │ ├── title-3-active.xpm │ ├── title-3-inactive.xpm │ ├── title-4-active.xpm │ ├── title-4-inactive.xpm │ ├── title-5-active (copy 1).xpm │ ├── title-5-active.xpm │ ├── title-5-inactive.xpm │ ├── top-left-active.xpm │ ├── top-left-inactive.xpm │ ├── top-right-active.xpm │ └── top-right-inactive.xpm ├── Sassandra └── xfwm4 │ ├── README │ ├── bottom-active.png │ ├── bottom-active.xpm │ ├── bottom-inactive.png │ ├── bottom-inactive.xpm │ ├── bottom-left-active.png │ ├── bottom-left-active.xpm │ ├── bottom-left-inactive.png │ ├── bottom-left-inactive.xpm │ ├── bottom-right-active.png │ ├── bottom-right-active.xpm │ ├── bottom-right-inactive.png │ ├── bottom-right-inactive.xpm │ ├── close-active.png │ ├── close-active.xpm │ ├── close-inactive.png │ ├── close-inactive.xpm │ ├── close-pressed.png │ ├── close-pressed.xpm │ ├── hide-active.png │ ├── hide-active.xpm │ ├── hide-inactive.png │ ├── hide-inactive.xpm │ ├── hide-pressed.png │ ├── hide-pressed.xpm │ ├── left-active.png │ ├── left-active.xpm │ ├── left-inactive.png │ ├── left-inactive.xpm │ ├── maximize-active.png │ ├── maximize-active.xpm │ ├── maximize-inactive.png │ ├── maximize-inactive.xpm │ ├── maximize-pressed.png │ ├── maximize-pressed.xpm │ ├── maximize-toggled-active.png │ ├── maximize-toggled-active.xpm │ ├── maximize-toggled-inactive.png │ ├── maximize-toggled-inactive.xpm │ ├── maximize-toggled-pressed.png │ ├── maximize-toggled-pressed.xpm │ ├── menu-active.png │ ├── menu-active.xpm │ ├── menu-inactive.png │ ├── menu-inactive.xpm │ ├── menu-pressed.png │ ├── menu-pressed.xpm │ ├── right-active.png │ ├── right-active.xpm │ ├── right-inactive.png │ ├── right-inactive.xpm │ ├── shade-active.png │ ├── shade-active.xpm │ ├── shade-inactive.png │ ├── shade-inactive.xpm │ ├── shade-pressed.png │ ├── shade-pressed.xpm │ ├── shade-toggled-active.png │ ├── shade-toggled-active.xpm │ ├── shade-toggled-inactive.png │ ├── shade-toggled-inactive.xpm │ ├── shade-toggled-pressed.png │ ├── shade-toggled-pressed.xpm │ ├── stick-active.png │ ├── stick-active.xpm │ ├── stick-inactive.png │ ├── stick-inactive.xpm │ ├── stick-pressed.png │ ├── stick-pressed.xpm │ ├── stick-toggled-active.png │ ├── stick-toggled-active.xpm │ ├── stick-toggled-inactive.png │ ├── stick-toggled-inactive.xpm │ ├── stick-toggled-pressed.png │ ├── stick-toggled-pressed.xpm │ ├── themerc │ ├── title-1-active.png │ ├── title-1-active.xpm │ ├── title-1-inactive.png │ ├── title-1-inactive.xpm │ ├── title-2-active.png │ ├── title-2-active.xpm │ ├── title-2-inactive.png │ ├── title-2-inactive.xpm │ ├── title-3-active.png │ ├── title-3-active.xpm │ ├── title-3-inactive.png │ ├── title-3-inactive.xpm │ ├── title-4-active.png │ ├── title-4-active.xpm │ ├── title-4-inactive.png │ ├── title-4-inactive.xpm │ ├── title-5-active.png │ ├── title-5-active.xpm │ ├── title-5-inactive.png │ ├── title-5-inactive.xpm │ ├── top-left-active.png │ ├── top-left-active.xpm │ ├── top-left-inactive.png │ ├── top-left-inactive.xpm │ ├── top-right-active.png │ ├── top-right-active.xpm │ ├── top-right-inactive.png │ └── top-right-inactive.xpm ├── alfred-cyan └── xfwm4 │ ├── README │ ├── bottom-active.xpm │ ├── bottom-inactive.xpm │ ├── bottom-left-active.xpm │ ├── bottom-left-inactive.xpm │ ├── bottom-right-active.xpm │ ├── bottom-right-inactive.xpm │ ├── close-active.xpm │ ├── close-inactive.xpm │ ├── close-pressed.xpm │ ├── hide-active.xpm │ ├── hide-inactive.xpm │ ├── hide-pressed.xpm │ ├── left-active.xpm │ ├── left-inactive.xpm │ ├── maximize-active.xpm │ ├── maximize-inactive.xpm │ ├── maximize-pressed.xpm │ ├── menu-active.xpm │ ├── menu-inactive.xpm │ ├── menu-pressed.xpm │ ├── right-active.xpm │ ├── right-inactive.xpm │ ├── shade-active.xpm │ ├── shade-inactive.xpm │ ├── shade-pressed.xpm │ ├── stick-active.xpm │ ├── stick-inactive.xpm │ ├── stick-pressed.xpm │ ├── themerc │ ├── title-1-active.xpm │ ├── title-1-inactive.xpm │ ├── title-2-active.xpm │ ├── title-2-inactive.xpm │ ├── title-3-active.xpm │ ├── title-3-inactive.xpm │ ├── title-4-active.xcf │ ├── title-4-active.xpm │ ├── title-4-inactive.xpm │ ├── title-5-active.xpm │ ├── title-5-inactive.xpm │ ├── top-left-active.xpm │ ├── top-left-inactive.xpm │ ├── top-right-active.xpm │ └── top-right-inactive.xpm ├── alfred-dark ├── gtk-2.0 │ ├── Arrows │ │ ├── arrow-down-insens.png │ │ ├── arrow-down-prelight.png │ │ ├── arrow-down-pressed.png │ │ ├── arrow-down.png │ │ ├── arrow-left.png │ │ ├── arrow-right-norm.png │ │ ├── arrow-right-prelight.png │ │ ├── arrow-right.png │ │ └── arrow-up.png │ ├── Buttons │ │ ├── button-default.png │ │ ├── button-insensitive.png │ │ ├── button-insensitive.xcf │ │ ├── button-normal.png │ │ ├── button-prelight.png │ │ └── button-pressed.png │ ├── Check-Radio │ │ ├── ..png │ │ ├── check1.png │ │ ├── check2.png │ │ ├── check3.png │ │ ├── check4.png │ │ ├── checklight.png │ │ ├── highlight.png │ │ ├── option1.png │ │ ├── option2.png │ │ ├── option3.png │ │ └── option4.png │ ├── Combo │ │ ├── combo-active.png │ │ ├── combo-arrow-insens.png │ │ ├── combo-arrow-prelight.png │ │ ├── combo-arrow.png │ │ ├── combo-inactive.png │ │ ├── combo-normal.png │ │ ├── combo-prelight.png │ │ ├── combo-pressed.png │ │ └── text-entry.png │ ├── Frame-Gap │ │ ├── frame-gap-end.png │ │ ├── frame-gap-start.png │ │ ├── frame1.png │ │ └── frame2.png │ ├── Handles │ │ ├── handle-h.png │ │ ├── handle-v.png │ │ └── resize-grip.png │ ├── Lines │ │ ├── line-h.png │ │ └── line-v.png │ ├── ListHeaders │ │ ├── list_header-insens.png │ │ ├── list_header-prelight.png │ │ ├── list_header-pressed.png │ │ └── list_header.png │ ├── Menu-Menubar │ │ ├── menu.png │ │ ├── menubar-item.png │ │ ├── menuitem.png │ │ └── menuline.png │ ├── Others │ │ ├── active.png │ │ ├── focus.png │ │ ├── null.png │ │ ├── null2.png │ │ └── ruler.png │ ├── Panel │ │ ├── handle-h.png │ │ ├── handle-v.png │ │ ├── panel-bg-pn.png │ │ ├── panel-bg.png │ │ ├── panelbutton1.png │ │ ├── panelbutton2.png │ │ └── panelbutton3.png │ ├── ProgressBar │ │ ├── progressbar-horiz.png │ │ ├── progressbar-vert.png │ │ ├── trough-progressbar-horiz.png │ │ └── trough-progressbar-vert.png │ ├── Range │ │ ├── null.png │ │ ├── slider-horiz-prelight.png │ │ ├── slider-horiz.png │ │ ├── slider-vert-prelight.png │ │ ├── slider-vert.png │ │ ├── trough-horizontal.png │ │ └── trough-vertical.png │ ├── Scrollbars │ │ ├── slider-horiz-insens.png │ │ ├── slider-horiz-prelight.png │ │ ├── slider-horiz.png │ │ ├── slider-vert-insens.png │ │ ├── slider-vert-prelight.png │ │ ├── slider-vert.png │ │ ├── stepper-down-insens.png │ │ ├── stepper-down-prelight.png │ │ ├── stepper-down.png │ │ ├── stepper-left-insens.png │ │ ├── stepper-left-prelight.png │ │ ├── stepper-left.png │ │ ├── stepper-right-insens.png │ │ ├── stepper-right-prelight.png │ │ ├── stepper-right.png │ │ ├── stepper-up-insens.png │ │ ├── stepper-up-prelight.png │ │ ├── stepper-up.png │ │ ├── trough-scrollbar-horiz.png │ │ └── trough-scrollbar-vert.png │ ├── Shadows │ │ ├── entry-shadow-in.png │ │ ├── shadow-etched-out.png │ │ ├── shadow-in.png │ │ ├── shadow-none.png │ │ ├── shadow-out.png │ │ ├── text-entry.png │ │ └── text.png │ ├── Spin │ │ ├── arrow-down-disable.png │ │ ├── arrow-down-prelight.png │ │ ├── arrow-down.png │ │ ├── arrow-up-disable.png │ │ ├── arrow-up-prelight.png │ │ ├── arrow-up.png │ │ ├── entry-shadow-in.png │ │ ├── spin-down-bg.png │ │ ├── spin-up-bg.png │ │ ├── text-entry-focus.png │ │ └── text-entry.png │ ├── Tabs │ │ ├── gap-bottom.png │ │ ├── gap-left.png │ │ ├── gap-right.png │ │ ├── gap-top.png │ │ ├── notebook.png │ │ ├── null.png │ │ ├── tab-bottom-active.png │ │ ├── tab-bottom.png │ │ ├── tab-left-active.png │ │ ├── tab-left.png │ │ ├── tab-right-active.png │ │ ├── tab-right.png │ │ ├── tab-top-active.png │ │ └── tab-top.png │ ├── Toolbar │ │ ├── toolbutton-normal.png │ │ ├── toolbutton-prelight.png │ │ ├── toolbutton-pressed.png │ │ └── toolbutton-toggled.png │ ├── gtkrc │ └── menubar.rc └── xfwm4 │ ├── README │ ├── bottom-active.xpm │ ├── bottom-inactive.xpm │ ├── bottom-left-active.xpm │ ├── bottom-left-inactive.xpm │ ├── bottom-right-active.xpm │ ├── bottom-right-inactive.xpm │ ├── close-active.xpm │ ├── close-inactive.xpm │ ├── close-pressed.xpm │ ├── hide-active.xpm │ ├── hide-inactive.xpm │ ├── hide-pressed.xpm │ ├── left-active.xpm │ ├── left-inactive.xpm │ ├── maximize-active.xpm │ ├── maximize-inactive.xpm │ ├── maximize-pressed.xpm │ ├── menu-active.xpm │ ├── menu-inactive.xpm │ ├── menu-pressed.xpm │ ├── right-active.xpm │ ├── right-inactive.xpm │ ├── shade-active.xpm │ ├── shade-inactive.xpm │ ├── shade-pressed.xpm │ ├── stick-active.xpm │ ├── stick-inactive.xpm │ ├── stick-pressed.xpm │ ├── themerc │ ├── title-1-active.xpm │ ├── title-1-inactive.xpm │ ├── title-2-active.xpm │ ├── title-2-inactive.xpm │ ├── title-3-active.xpm │ ├── title-3-inactive.xpm │ ├── title-4-active.xcf │ ├── title-4-active.xpm │ ├── title-4-inactive.xpm │ ├── title-5-active.xpm │ ├── title-5-inactive.xpm │ ├── top-left-active.xpm │ ├── top-left-inactive.xpm │ ├── top-right-active.xpm │ └── top-right-inactive.xpm ├── alfred-flat └── gtk-2.0 │ ├── Arrows │ ├── arrow-down-insens.png │ ├── arrow-down-prelight.png │ ├── arrow-down-pressed.png │ ├── arrow-down.png │ ├── arrow-left.png │ ├── arrow-right-norm.png │ ├── arrow-right-prelight.png │ ├── arrow-right.png │ └── arrow-up.png │ ├── Buttons │ ├── button-default.png │ ├── button-insensitive.png │ ├── button-normal.png │ ├── button-prelight.png │ └── button-pressed.png │ ├── Check-Radio │ ├── ..png │ ├── check1.png │ ├── check2.png │ ├── check3.png │ ├── check4.png │ ├── checklight.png │ ├── highlight.png │ ├── option1.png │ ├── option2.png │ ├── option3.png │ └── option4.png │ ├── Combo │ ├── combo-active.png │ ├── combo-arrow-insens.png │ ├── combo-arrow-prelight.png │ ├── combo-arrow.png │ ├── combo-inactive.png │ ├── combo-normal.png │ ├── combo-prelight.png │ ├── combo-pressed.png │ └── text-entry.png │ ├── Frame-Gap │ ├── frame-gap-end.png │ ├── frame-gap-start.png │ ├── frame1.png │ └── frame2.png │ ├── Handles │ ├── handle-h.png │ ├── handle-v.png │ └── resize-grip.png │ ├── Lines │ ├── line-h.png │ └── line-v.png │ ├── ListHeaders │ ├── list_header-insens.png │ ├── list_header-prelight.png │ ├── list_header-pressed.png │ └── list_header.png │ ├── Menu-Menubar │ ├── menu.png │ ├── menubar-item.png │ ├── menuitem.png │ └── menuline.png │ ├── Others │ ├── active.png │ ├── focus.png │ ├── null.png │ ├── null2.png │ └── ruler.png │ ├── Panel │ ├── handle-h.png │ ├── handle-v.png │ ├── panel-bg-pn.png │ ├── panel-bg.png │ ├── panelbutton1.png │ ├── panelbutton2.png │ └── panelbutton3.png │ ├── ProgressBar │ ├── progressbar-horiz.png │ ├── progressbar-vert.png │ ├── trough-progressbar-horiz.png │ └── trough-progressbar-vert.png │ ├── Range │ ├── null.png │ ├── slider-horiz-prelight.png │ ├── slider-horiz.png │ ├── slider-vert-prelight.png │ ├── slider-vert.png │ ├── trough-horizontal.png │ └── trough-vertical.png │ ├── Scrollbars │ ├── slider-horiz-insens.png │ ├── slider-horiz-prelight.png │ ├── slider-horiz.png │ ├── slider-vert-insens.png │ ├── slider-vert-prelight.png │ ├── slider-vert.png │ ├── stepper-down-insens.png │ ├── stepper-down-prelight.png │ ├── stepper-down.png │ ├── stepper-left-insens.png │ ├── stepper-left-prelight.png │ ├── stepper-left.png │ ├── stepper-right-insens.png │ ├── stepper-right-prelight.png │ ├── stepper-right.png │ ├── stepper-up-insens.png │ ├── stepper-up-prelight.png │ ├── stepper-up.png │ ├── trough-scrollbar-horiz.png │ └── trough-scrollbar-vert.png │ ├── Shadows │ ├── entry-shadow-in.png │ ├── shadow-etched-out.png │ ├── shadow-in.png │ ├── shadow-none.png │ ├── shadow-out.png │ ├── text-entry.png │ └── text.png │ ├── Spin │ ├── arrow-down-disable.png │ ├── arrow-down-prelight.png │ ├── arrow-down.png │ ├── arrow-up-disable.png │ ├── arrow-up-prelight.png │ ├── arrow-up.png │ ├── entry-shadow-in.png │ ├── spin-down-bg.png │ ├── spin-up-bg.png │ ├── text-entry-focus.png │ └── text-entry.png │ ├── Tabs │ ├── gap-bottom.png │ ├── gap-left.png │ ├── gap-right.png │ ├── gap-top.png │ ├── notebook.png │ ├── null.png │ ├── tab-bottom-active.png │ ├── tab-bottom.png │ ├── tab-left-active.png │ ├── tab-left.png │ ├── tab-right-active.png │ ├── tab-right.png │ ├── tab-top-active.png │ └── tab-top.png │ ├── Toolbar │ ├── toolbutton-normal.png │ ├── toolbutton-prelight.png │ ├── toolbutton-pressed.png │ └── toolbutton-toggled.png │ ├── gtkrc │ └── menubar.rc ├── alfred-red └── xfwm4 │ ├── README │ ├── bottom-active.xpm │ ├── bottom-inactive.xpm │ ├── bottom-left-active.xpm │ ├── bottom-left-inactive.xpm │ ├── bottom-right-active.xpm │ ├── bottom-right-inactive.xpm │ ├── close-active.xpm │ ├── close-inactive.xpm │ ├── close-pressed.xpm │ ├── hide-active.xpm │ ├── hide-inactive.xpm │ ├── hide-pressed.xpm │ ├── left-active.xpm │ ├── left-inactive.xpm │ ├── maximize-active.xpm │ ├── maximize-inactive.xpm │ ├── maximize-pressed.xpm │ ├── menu-active.xpm │ ├── menu-inactive.xpm │ ├── menu-pressed.xpm │ ├── right-active.xpm │ ├── right-inactive.xpm │ ├── shade-active.xpm │ ├── shade-inactive.xpm │ ├── shade-pressed.xpm │ ├── stick-active.xpm │ ├── stick-inactive.xpm │ ├── stick-pressed.xpm │ ├── themerc │ ├── title-1-active.xpm │ ├── title-1-inactive.xpm │ ├── title-2-active.xpm │ ├── title-2-inactive.xpm │ ├── title-3-active.xpm │ ├── title-3-inactive.xpm │ ├── title-4-active.xcf │ ├── title-4-active.xpm │ ├── title-4-inactive.xpm │ ├── title-5-active.xpm │ ├── title-5-inactive.xpm │ ├── top-left-active.xpm │ ├── top-left-inactive.xpm │ ├── top-right-active.xpm │ └── top-right-inactive.xpm ├── alfred-white └── xfwm4 │ ├── README │ ├── bottom-active.xpm │ ├── bottom-inactive.xpm │ ├── bottom-left-active.xpm │ ├── bottom-left-inactive.xpm │ ├── bottom-right-active.xpm │ ├── bottom-right-inactive.xpm │ ├── close-active.xpm │ ├── close-inactive.xpm │ ├── close-pressed.xpm │ ├── hide-active.xpm │ ├── hide-inactive.xpm │ ├── hide-pressed.xpm │ ├── left-active.xpm │ ├── left-inactive.xpm │ ├── maximize-active.xpm │ ├── maximize-inactive.xpm │ ├── maximize-pressed.xpm │ ├── menu-active.xpm │ ├── menu-inactive.xpm │ ├── menu-pressed.xpm │ ├── right-active.xpm │ ├── right-inactive.xpm │ ├── shade-active.xpm │ ├── shade-inactive.xpm │ ├── shade-pressed.xpm │ ├── stick-active.xpm │ ├── stick-inactive.xpm │ ├── stick-pressed.xpm │ ├── themerc │ ├── title-1-active.xpm │ ├── title-1-inactive.xpm │ ├── title-2-active.xpm │ ├── title-2-inactive.xpm │ ├── title-3-active.xpm │ ├── title-3-inactive.xpm │ ├── title-4-active.xcf │ ├── title-4-active.xpm │ ├── title-4-inactive.xpm │ ├── title-5-active.xpm │ ├── title-5-inactive.xpm │ ├── top-left-active.xpm │ ├── top-left-inactive.xpm │ ├── top-right-active.xpm │ └── top-right-inactive.xpm ├── boring-flat-dark ├── gtk-2.0 │ ├── Arrows │ │ ├── arrow-down-insens.png │ │ ├── arrow-down-prelight.png │ │ ├── arrow-down-pressed.png │ │ ├── arrow-down.png │ │ ├── arrow-left.png │ │ ├── arrow-right-norm.png │ │ ├── arrow-right-prelight.png │ │ ├── arrow-right.png │ │ └── arrow-up.png │ ├── Buttons │ │ ├── button-default.png │ │ ├── button-insensitive.png │ │ ├── button-insensitive.xcf │ │ ├── button-normal.png │ │ ├── button-prelight.png │ │ └── button-pressed.png │ ├── Check-Radio │ │ ├── ..png │ │ ├── check1.png │ │ ├── check2.png │ │ ├── check3.png │ │ ├── check4.png │ │ ├── checklight.png │ │ ├── highlight.png │ │ ├── option1.png │ │ ├── option2.png │ │ ├── option3.png │ │ └── option4.png │ ├── Combo │ │ ├── combo-active.png │ │ ├── combo-arrow-insens.png │ │ ├── combo-arrow-prelight.png │ │ ├── combo-arrow.png │ │ ├── combo-inactive.png │ │ ├── combo-normal.png │ │ ├── combo-prelight.png │ │ ├── combo-pressed.png │ │ └── text-entry.png │ ├── Frame-Gap │ │ ├── frame-gap-end.png │ │ ├── frame-gap-start.png │ │ ├── frame1.png │ │ └── frame2.png │ ├── Handles │ │ ├── handle-h.png │ │ ├── handle-v.png │ │ └── resize-grip.png │ ├── Lines │ │ ├── line-h.png │ │ └── line-v.png │ ├── ListHeaders │ │ ├── list_header-insens.png │ │ ├── list_header-prelight.png │ │ ├── list_header-pressed.png │ │ └── list_header.png │ ├── Menu-Menubar │ │ ├── menu.png │ │ ├── menubar-item.png │ │ ├── menuitem.png │ │ └── menuline.png │ ├── Others │ │ ├── active.png │ │ ├── focus.png │ │ ├── null.png │ │ ├── null2.png │ │ └── ruler.png │ ├── Panel │ │ ├── handle-h.png │ │ ├── handle-v.png │ │ ├── panel-bg-pn.png │ │ ├── panel-bg.png │ │ ├── panelbutton1.png │ │ ├── panelbutton2.png │ │ └── panelbutton3.png │ ├── ProgressBar │ │ ├── progressbar-horiz.png │ │ ├── progressbar-vert.png │ │ ├── trough-progressbar-horiz.png │ │ └── trough-progressbar-vert.png │ ├── Range │ │ ├── null.png │ │ ├── slider-horiz-prelight.png │ │ ├── slider-horiz.png │ │ ├── slider-vert-prelight.png │ │ ├── slider-vert.png │ │ ├── trough-horizontal.png │ │ └── trough-vertical.png │ ├── Scrollbars │ │ ├── slider-horiz-insens.png │ │ ├── slider-horiz-prelight.png │ │ ├── slider-horiz.png │ │ ├── slider-vert-insens.png │ │ ├── slider-vert-prelight.png │ │ ├── slider-vert.png │ │ ├── stepper-down-insens.png │ │ ├── stepper-down-prelight.png │ │ ├── stepper-down.png │ │ ├── stepper-left-insens.png │ │ ├── stepper-left-prelight.png │ │ ├── stepper-left.png │ │ ├── stepper-right-insens.png │ │ ├── stepper-right-prelight.png │ │ ├── stepper-right.png │ │ ├── stepper-up-insens.png │ │ ├── stepper-up-prelight.png │ │ ├── stepper-up.png │ │ ├── trough-scrollbar-horiz.png │ │ └── trough-scrollbar-vert.png │ ├── Shadows │ │ ├── entry-shadow-in.png │ │ ├── shadow-etched-out.png │ │ ├── shadow-in.png │ │ ├── shadow-none.png │ │ ├── shadow-out.png │ │ ├── text-entry.png │ │ └── text.png │ ├── Spin │ │ ├── arrow-down-disable.png │ │ ├── arrow-down-prelight.png │ │ ├── arrow-down.png │ │ ├── arrow-up-disable.png │ │ ├── arrow-up-prelight.png │ │ ├── arrow-up.png │ │ ├── entry-shadow-in.png │ │ ├── spin-down-bg.png │ │ ├── spin-up-bg.png │ │ ├── text-entry-focus.png │ │ └── text-entry.png │ ├── Tabs │ │ ├── gap-bottom.png │ │ ├── gap-left.png │ │ ├── gap-right.png │ │ ├── gap-top.png │ │ ├── notebook.png │ │ ├── null.png │ │ ├── tab-bottom-active.png │ │ ├── tab-bottom.png │ │ ├── tab-left-active.png │ │ ├── tab-left.png │ │ ├── tab-right-active.png │ │ ├── tab-right.png │ │ ├── tab-top-active.png │ │ └── tab-top.png │ ├── Toolbar │ │ ├── toolbutton-normal.png │ │ ├── toolbutton-prelight.png │ │ ├── toolbutton-pressed.png │ │ └── toolbutton-toggled.png │ ├── gtkrc │ └── menubar.rc └── xfwm4 │ ├── README │ ├── bottom-active.xpm │ ├── bottom-inactive.xpm │ ├── bottom-left-active.xpm │ ├── bottom-left-inactive.xpm │ ├── bottom-right-active.xpm │ ├── bottom-right-inactive.xpm │ ├── close-active.xpm │ ├── close-inactive.xpm │ ├── close-pressed.xpm │ ├── hide-active.xpm │ ├── hide-inactive.xpm │ ├── hide-pressed.xpm │ ├── left-active.xpm │ ├── left-inactive.xpm │ ├── maximize-active.xpm │ ├── maximize-inactive.xpm │ ├── maximize-pressed.xpm │ ├── menu-active.xpm │ ├── menu-inactive.xpm │ ├── menu-pressed.xpm │ ├── right-active.xpm │ ├── right-inactive.xpm │ ├── shade-active.xpm │ ├── shade-inactive.xpm │ ├── shade-pressed.xpm │ ├── stick-active.xpm │ ├── stick-inactive.xpm │ ├── stick-pressed.xpm │ ├── themerc │ ├── title-1-active.xpm │ ├── title-1-inactive.xpm │ ├── title-2-active.xpm │ ├── title-2-inactive.xpm │ ├── title-3-active.xpm │ ├── title-3-inactive.xpm │ ├── title-4-active.xcf │ ├── title-4-active.xpm │ ├── title-4-inactive.xpm │ ├── title-5-active.xpm │ ├── title-5-inactive.xpm │ ├── top-left-active.xpm │ ├── top-left-inactive.xpm │ ├── top-right-active.xpm │ └── top-right-inactive.xpm ├── boring-flat ├── gtk-2.0 │ ├── Arrows │ │ ├── arrow-down-insens.png │ │ ├── arrow-down-prelight.png │ │ ├── arrow-down-pressed.png │ │ ├── arrow-down.png │ │ ├── arrow-left.png │ │ ├── arrow-right-norm.png │ │ ├── arrow-right-prelight.png │ │ ├── arrow-right.png │ │ └── arrow-up.png │ ├── Buttons │ │ ├── button-default.png │ │ ├── button-insensitive.png │ │ ├── button-insensitive.xcf │ │ ├── button-normal.png │ │ ├── button-prelight.png │ │ └── button-pressed.png │ ├── Check-Radio │ │ ├── ..png │ │ ├── check1.png │ │ ├── check2.png │ │ ├── check3.png │ │ ├── check4.png │ │ ├── checklight.png │ │ ├── highlight.png │ │ ├── option1.png │ │ ├── option2.png │ │ ├── option3.png │ │ └── option4.png │ ├── Combo │ │ ├── combo-active.png │ │ ├── combo-arrow-insens.png │ │ ├── combo-arrow-prelight.png │ │ ├── combo-arrow.png │ │ ├── combo-inactive.png │ │ ├── combo-normal.png │ │ ├── combo-prelight.png │ │ ├── combo-pressed.png │ │ └── text-entry.png │ ├── Frame-Gap │ │ ├── frame-gap-end.png │ │ ├── frame-gap-start.png │ │ ├── frame1.png │ │ └── frame2.png │ ├── Handles │ │ ├── handle-h.png │ │ ├── handle-v.png │ │ └── resize-grip.png │ ├── Lines │ │ ├── line-h.png │ │ └── line-v.png │ ├── ListHeaders │ │ ├── list_header-insens.png │ │ ├── list_header-prelight.png │ │ ├── list_header-pressed.png │ │ └── list_header.png │ ├── Menu-Menubar │ │ ├── menu.png │ │ ├── menubar-item.png │ │ ├── menuitem.png │ │ └── menuline.png │ ├── Others │ │ ├── active.png │ │ ├── focus.png │ │ ├── null.png │ │ ├── null2.png │ │ └── ruler.png │ ├── Panel │ │ ├── handle-h.png │ │ ├── handle-v.png │ │ ├── panel-bg-pn.png │ │ ├── panel-bg.png │ │ ├── panelbutton1.png │ │ ├── panelbutton2.png │ │ └── panelbutton3.png │ ├── ProgressBar │ │ ├── progressbar-horiz.png │ │ ├── progressbar-vert.png │ │ ├── trough-progressbar-horiz.png │ │ └── trough-progressbar-vert.png │ ├── Range │ │ ├── null.png │ │ ├── slider-horiz-prelight.png │ │ ├── slider-horiz.png │ │ ├── slider-vert-prelight.png │ │ ├── slider-vert.png │ │ ├── trough-horizontal.png │ │ └── trough-vertical.png │ ├── Scrollbars │ │ ├── slider-horiz-insens.png │ │ ├── slider-horiz-prelight.png │ │ ├── slider-horiz.png │ │ ├── slider-vert-insens.png │ │ ├── slider-vert-prelight.png │ │ ├── slider-vert.png │ │ ├── stepper-down-insens.png │ │ ├── stepper-down-prelight.png │ │ ├── stepper-down.png │ │ ├── stepper-left-insens.png │ │ ├── stepper-left-prelight.png │ │ ├── stepper-left.png │ │ ├── stepper-right-insens.png │ │ ├── stepper-right-prelight.png │ │ ├── stepper-right.png │ │ ├── stepper-up-insens.png │ │ ├── stepper-up-prelight.png │ │ ├── stepper-up.png │ │ ├── trough-scrollbar-horiz.png │ │ └── trough-scrollbar-vert.png │ ├── Shadows │ │ ├── entry-shadow-in.png │ │ ├── shadow-etched-out.png │ │ ├── shadow-in.png │ │ ├── shadow-none.png │ │ ├── shadow-out.png │ │ ├── text-entry.png │ │ └── text.png │ ├── Spin │ │ ├── arrow-down-disable.png │ │ ├── arrow-down-prelight.png │ │ ├── arrow-down.png │ │ ├── arrow-up-disable.png │ │ ├── arrow-up-prelight.png │ │ ├── arrow-up.png │ │ ├── entry-shadow-in.png │ │ ├── spin-down-bg.png │ │ ├── spin-up-bg.png │ │ ├── text-entry-focus.png │ │ └── text-entry.png │ ├── Tabs │ │ ├── gap-bottom.png │ │ ├── gap-left.png │ │ ├── gap-right.png │ │ ├── gap-top.png │ │ ├── notebook.png │ │ ├── null.png │ │ ├── tab-bottom-active.png │ │ ├── tab-bottom.png │ │ ├── tab-left-active.png │ │ ├── tab-left.png │ │ ├── tab-right-active.png │ │ ├── tab-right.png │ │ ├── tab-top-active.png │ │ └── tab-top.png │ ├── Toolbar │ │ ├── toolbutton-normal.png │ │ ├── toolbutton-prelight.png │ │ ├── toolbutton-pressed.png │ │ └── toolbutton-toggled.png │ ├── gtkrc │ └── menubar.rc └── xfwm4 │ ├── README │ ├── bottom-active.xpm │ ├── bottom-inactive.xpm │ ├── bottom-left-active.xpm │ ├── bottom-left-inactive.xpm │ ├── bottom-right-active.xpm │ ├── bottom-right-inactive.xpm │ ├── close-active.xpm │ ├── close-inactive.xpm │ ├── close-pressed.xpm │ ├── hide-active.xpm │ ├── hide-inactive.xpm │ ├── hide-pressed.xpm │ ├── left-active.xpm │ ├── left-inactive.xpm │ ├── maximize-active.xpm │ ├── maximize-inactive.xpm │ ├── maximize-pressed.xpm │ ├── menu-active.xpm │ ├── menu-inactive.xpm │ ├── menu-pressed.xpm │ ├── right-active.xpm │ ├── right-inactive.xpm │ ├── shade-active.xpm │ ├── shade-inactive.xpm │ ├── shade-pressed.xpm │ ├── stick-active.xpm │ ├── stick-inactive.xpm │ ├── stick-pressed.xpm │ ├── themerc │ ├── title-1-active.xpm │ ├── title-1-inactive.xpm │ ├── title-2-active.xpm │ ├── title-2-inactive.xpm │ ├── title-3-active.xpm │ ├── title-3-inactive.xpm │ ├── title-4-active.xcf │ ├── title-4-active.xpm │ ├── title-4-inactive.xpm │ ├── title-5-active.xpm │ ├── title-5-inactive.xpm │ ├── top-left-active.xpm │ ├── top-left-inactive.xpm │ ├── top-right-active.xpm │ └── top-right-inactive.xpm ├── ghosh-edge-dark ├── gtk-2.0 │ ├── Arrows │ │ ├── arrow-down-insens.png │ │ ├── arrow-down-prelight.png │ │ ├── arrow-down-pressed.png │ │ ├── arrow-down.png │ │ ├── arrow-left.png │ │ ├── arrow-right-norm.png │ │ ├── arrow-right-prelight.png │ │ ├── arrow-right.png │ │ └── arrow-up.png │ ├── Buttons │ │ ├── button-default.png │ │ ├── button-insensitive.png │ │ ├── button-insensitive.xcf │ │ ├── button-normal.png │ │ ├── button-prelight.png │ │ ├── button-pressed.png │ │ └── my.png │ ├── Check-Radio │ │ ├── ..png │ │ ├── check1.png │ │ ├── check2.png │ │ ├── check3.png │ │ ├── check4.png │ │ ├── checklight.png │ │ ├── highlight.png │ │ ├── option1.png │ │ ├── option2.png │ │ ├── option3.png │ │ └── option4.png │ ├── Combo │ │ ├── combo-active.png │ │ ├── combo-arrow-insens.png │ │ ├── combo-arrow-prelight.png │ │ ├── combo-arrow.png │ │ ├── combo-inactive.png │ │ ├── combo-normal.png │ │ ├── combo-prelight.png │ │ ├── combo-pressed.png │ │ └── text-entry.png │ ├── Frame-Gap │ │ ├── frame-gap-end.png │ │ ├── frame-gap-start.png │ │ ├── frame1.png │ │ └── frame2.png │ ├── Handles │ │ ├── handle-h.png │ │ ├── handle-v.png │ │ └── resize-grip.png │ ├── Lines │ │ ├── line-h.png │ │ └── line-v.png │ ├── ListHeaders │ │ ├── list_header-insens.png │ │ ├── list_header-prelight.png │ │ ├── list_header-pressed.png │ │ └── list_header.png │ ├── Menu-Menubar │ │ ├── menu.png │ │ ├── menubar-item.png │ │ ├── menuitem.png │ │ └── menuline.png │ ├── Others │ │ ├── active.png │ │ ├── focus.png │ │ ├── null.png │ │ ├── null2.png │ │ └── ruler.png │ ├── Panel │ │ ├── handle-h.png │ │ ├── handle-v.png │ │ ├── panel-bg-pn.png │ │ ├── panel-bg.png │ │ ├── panelbutton1.png │ │ ├── panelbutton2.png │ │ └── panelbutton3.png │ ├── ProgressBar │ │ ├── progressbar-horiz.png │ │ ├── progressbar-vert.png │ │ ├── trough-progressbar-horiz.png │ │ └── trough-progressbar-vert.png │ ├── Range │ │ ├── null.png │ │ ├── slider-horiz-prelight.png │ │ ├── slider-horiz.png │ │ ├── slider-vert-prelight.png │ │ ├── slider-vert.png │ │ ├── trough-horizontal.png │ │ └── trough-vertical.png │ ├── Scrollbars │ │ ├── slider-horiz-insens.png │ │ ├── slider-horiz-prelight.png │ │ ├── slider-horiz.png │ │ ├── slider-vert-insens.png │ │ ├── slider-vert-prelight.png │ │ ├── slider-vert.png │ │ ├── stepper-down-insens.png │ │ ├── stepper-down-prelight.png │ │ ├── stepper-down.png │ │ ├── stepper-left-insens.png │ │ ├── stepper-left-prelight.png │ │ ├── stepper-left.png │ │ ├── stepper-right-insens.png │ │ ├── stepper-right-prelight.png │ │ ├── stepper-right.png │ │ ├── stepper-up-insens.png │ │ ├── stepper-up-prelight.png │ │ ├── stepper-up.png │ │ ├── trough-scrollbar-horiz.png │ │ └── trough-scrollbar-vert.png │ ├── Shadows │ │ ├── entry-shadow-in.png │ │ ├── shadow-etched-out.png │ │ ├── shadow-in.png │ │ ├── shadow-none.png │ │ ├── shadow-out.png │ │ ├── text-entry.png │ │ └── text.png │ ├── Spin │ │ ├── arrow-down-disable.png │ │ ├── arrow-down-prelight.png │ │ ├── arrow-down.png │ │ ├── arrow-up-disable.png │ │ ├── arrow-up-prelight.png │ │ ├── arrow-up.png │ │ ├── entry-shadow-in.png │ │ ├── spin-down-bg.png │ │ ├── spin-up-bg.png │ │ ├── text-entry-focus.png │ │ └── text-entry.png │ ├── Tabs │ │ ├── gap-bottom.png │ │ ├── gap-left.png │ │ ├── gap-right.png │ │ ├── gap-top.png │ │ ├── notebook.png │ │ ├── null.png │ │ ├── tab-bottom-active.png │ │ ├── tab-bottom.png │ │ ├── tab-left-active.png │ │ ├── tab-left.png │ │ ├── tab-right-active.png │ │ ├── tab-right.png │ │ ├── tab-top-active.png │ │ └── tab-top.png │ ├── Toolbar │ │ ├── toolbutton-normal.png │ │ ├── toolbutton-prelight.png │ │ ├── toolbutton-pressed.png │ │ └── toolbutton-toggled.png │ ├── gtkrc │ └── menubar.rc └── xfwm4 │ ├── 171106_202312_01.jpg │ ├── README │ ├── bottom-active.xpm │ ├── bottom-inactive.xpm │ ├── bottom-left-active.xpm │ ├── bottom-left-inactive.xpm │ ├── bottom-right-active.xpm │ ├── bottom-right-inactive.xpm │ ├── close-active.xpm │ ├── close-inactive.xpm │ ├── close-pressed.xpm │ ├── e.xpm │ ├── hide-active.xpm │ ├── hide-inactive.xpm │ ├── hide-pressed.xpm │ ├── left-active.xpm │ ├── left-inactive.xpm │ ├── maximize-active.xpm │ ├── maximize-inactive.xpm │ ├── maximize-pressed.xpm │ ├── menu-active.xpm │ ├── menu-inactive.xpm │ ├── menu-pressed.xpm │ ├── right-active.xpm │ ├── right-inactive.xpm │ ├── shade-active.xpm │ ├── shade-inactive.xpm │ ├── shade-pressed.xpm │ ├── stick-active.xpm │ ├── stick-inactive.xpm │ ├── stick-pressed.xpm │ ├── themerc │ ├── title-1-active.xpm │ ├── title-1-inactive.xpm │ ├── title-2-active.xpm │ ├── title-2-inactive.xpm │ ├── title-3-active.xpm │ ├── title-3-inactive.xpm │ ├── title-4-active.xpm │ ├── title-4-inactive.xpm │ ├── title-5-active.xpm │ ├── title-5-inactive.xpm │ ├── top-left-active.xpm │ ├── top-left-inactive.xpm │ ├── top-right-active.xpm │ └── top-right-inactive.xpm ├── ghost-dark-red ├── gtk-2.0 │ ├── Arrows │ │ ├── arrow-down-insens.png │ │ ├── arrow-down-prelight.png │ │ ├── arrow-down-pressed.png │ │ ├── arrow-down.png │ │ ├── arrow-left.png │ │ ├── arrow-right-norm.png │ │ ├── arrow-right-prelight.png │ │ ├── arrow-right.png │ │ └── arrow-up.png │ ├── Buttons │ │ ├── button-default.png │ │ ├── button-insensitive.png │ │ ├── button-insensitive.xcf │ │ ├── button-normal.png │ │ ├── button-prelight.png │ │ └── button-pressed.png │ ├── Check-Radio │ │ ├── ..png │ │ ├── check1.png │ │ ├── check2.png │ │ ├── check3.png │ │ ├── check4.png │ │ ├── checklight.png │ │ ├── highlight.png │ │ ├── option1.png │ │ ├── option2.png │ │ ├── option3.png │ │ └── option4.png │ ├── Combo │ │ ├── combo-active.png │ │ ├── combo-arrow-insens.png │ │ ├── combo-arrow-prelight.png │ │ ├── combo-arrow.png │ │ ├── combo-inactive.png │ │ ├── combo-normal.png │ │ ├── combo-prelight.png │ │ ├── combo-pressed.png │ │ └── text-entry.png │ ├── Frame-Gap │ │ ├── frame-gap-end.png │ │ ├── frame-gap-start.png │ │ ├── frame1.png │ │ └── frame2.png │ ├── Handles │ │ ├── handle-h.png │ │ ├── handle-v.png │ │ └── resize-grip.png │ ├── Lines │ │ ├── line-h.png │ │ └── line-v.png │ ├── ListHeaders │ │ ├── list_header-insens.png │ │ ├── list_header-prelight.png │ │ ├── list_header-pressed.png │ │ └── list_header.png │ ├── Menu-Menubar │ │ ├── menu.png │ │ ├── menubar-item.png │ │ ├── menuitem.png │ │ └── menuline.png │ ├── Others │ │ ├── active.png │ │ ├── focus.png │ │ ├── null.png │ │ ├── null2.png │ │ └── ruler.png │ ├── Panel │ │ ├── handle-h.png │ │ ├── handle-v.png │ │ ├── panel-bg-pn.png │ │ ├── panel-bg.png │ │ ├── panelbutton1.png │ │ ├── panelbutton2.png │ │ └── panelbutton3.png │ ├── ProgressBar │ │ ├── progressbar-horiz.png │ │ ├── progressbar-vert.png │ │ ├── trough-progressbar-horiz.png │ │ └── trough-progressbar-vert.png │ ├── Range │ │ ├── null.png │ │ ├── slider-horiz-prelight.png │ │ ├── slider-horiz.png │ │ ├── slider-vert-prelight.png │ │ ├── slider-vert.png │ │ ├── trough-horizontal.png │ │ └── trough-vertical.png │ ├── Scrollbars │ │ ├── slider-horiz-insens.png │ │ ├── slider-horiz-prelight.png │ │ ├── slider-horiz.png │ │ ├── slider-vert-insens.png │ │ ├── slider-vert-prelight.png │ │ ├── slider-vert.png │ │ ├── stepper-down-insens.png │ │ ├── stepper-down-prelight.png │ │ ├── stepper-down.png │ │ ├── stepper-left-insens.png │ │ ├── stepper-left-prelight.png │ │ ├── stepper-left.png │ │ ├── stepper-right-insens.png │ │ ├── stepper-right-prelight.png │ │ ├── stepper-right.png │ │ ├── stepper-up-insens.png │ │ ├── stepper-up-prelight.png │ │ ├── stepper-up.png │ │ ├── trough-scrollbar-horiz.png │ │ └── trough-scrollbar-vert.png │ ├── Shadows │ │ ├── entry-shadow-in.png │ │ ├── shadow-etched-out.png │ │ ├── shadow-in.png │ │ ├── shadow-none.png │ │ ├── shadow-out.png │ │ ├── text-entry.png │ │ └── text.png │ ├── Spin │ │ ├── arrow-down-disable.png │ │ ├── arrow-down-prelight.png │ │ ├── arrow-down.png │ │ ├── arrow-up-disable.png │ │ ├── arrow-up-prelight.png │ │ ├── arrow-up.png │ │ ├── entry-shadow-in.png │ │ ├── spin-down-bg.png │ │ ├── spin-up-bg.png │ │ ├── text-entry-focus.png │ │ └── text-entry.png │ ├── Tabs │ │ ├── gap-bottom.png │ │ ├── gap-left.png │ │ ├── gap-right.png │ │ ├── gap-top.png │ │ ├── notebook.png │ │ ├── null.png │ │ ├── tab-bottom-active.png │ │ ├── tab-bottom.png │ │ ├── tab-left-active.png │ │ ├── tab-left.png │ │ ├── tab-right-active.png │ │ ├── tab-right.png │ │ ├── tab-top-active.png │ │ └── tab-top.png │ ├── Toolbar │ │ ├── toolbutton-normal.png │ │ ├── toolbutton-prelight.png │ │ ├── toolbutton-pressed.png │ │ └── toolbutton-toggled.png │ ├── gtkrc │ └── menubar.rc └── xfwm4 │ ├── README │ ├── bottom-active.xpm │ ├── bottom-inactive.xpm │ ├── bottom-left-active.xpm │ ├── bottom-left-inactive.xpm │ ├── bottom-right-active.xpm │ ├── bottom-right-inactive.xpm │ ├── close-active.xpm │ ├── close-inactive.xpm │ ├── close-pressed.xpm │ ├── hide-active.xpm │ ├── hide-inactive.xpm │ ├── hide-pressed.xpm │ ├── left-active.xpm │ ├── left-inactive.xpm │ ├── maximize-active.xpm │ ├── maximize-inactive.xpm │ ├── maximize-pressed.xpm │ ├── menu-active.xpm │ ├── menu-inactive.xpm │ ├── menu-pressed.xpm │ ├── right-active.xpm │ ├── right-inactive.xpm │ ├── shade-active.xpm │ ├── shade-inactive.xpm │ ├── shade-pressed.xpm │ ├── stick-active.xpm │ ├── stick-inactive.xpm │ ├── stick-pressed.xpm │ ├── themerc │ ├── title-1-active.xpm │ ├── title-1-inactive.xpm │ ├── title-2-active.xpm │ ├── title-2-inactive.xpm │ ├── title-3-active.xpm │ ├── title-3-inactive.xpm │ ├── title-4-active.xpm │ ├── title-4-inactive.xpm │ ├── title-5-active.xpm │ ├── title-5-inactive.xpm │ ├── top-left-active.xpm │ ├── top-left-inactive.xpm │ ├── top-right-active.xpm │ └── top-right-inactive.xpm ├── ghost-dark-white ├── gtk-2.0 │ ├── Arrows │ │ ├── arrow-down-insens.png │ │ ├── arrow-down-prelight.png │ │ ├── arrow-down-pressed.png │ │ ├── arrow-down.png │ │ ├── arrow-left.png │ │ ├── arrow-right-norm.png │ │ ├── arrow-right-prelight.png │ │ ├── arrow-right.png │ │ └── arrow-up.png │ ├── Buttons │ │ ├── button-default.png │ │ ├── button-insensitive.png │ │ ├── button-insensitive.xcf │ │ ├── button-normal.png │ │ ├── button-prelight.png │ │ └── button-pressed.png │ ├── Check-Radio │ │ ├── ..png │ │ ├── check1.png │ │ ├── check2.png │ │ ├── check3.png │ │ ├── check4.png │ │ ├── checklight.png │ │ ├── highlight.png │ │ ├── option1.png │ │ ├── option2.png │ │ ├── option3.png │ │ └── option4.png │ ├── Combo │ │ ├── combo-active.png │ │ ├── combo-arrow-insens.png │ │ ├── combo-arrow-prelight.png │ │ ├── combo-arrow.png │ │ ├── combo-inactive.png │ │ ├── combo-normal.png │ │ ├── combo-prelight.png │ │ ├── combo-pressed.png │ │ └── text-entry.png │ ├── Frame-Gap │ │ ├── frame-gap-end.png │ │ ├── frame-gap-start.png │ │ ├── frame1.png │ │ └── frame2.png │ ├── Handles │ │ ├── handle-h.png │ │ ├── handle-v.png │ │ └── resize-grip.png │ ├── Lines │ │ ├── line-h.png │ │ └── line-v.png │ ├── ListHeaders │ │ ├── list_header-insens.png │ │ ├── list_header-prelight.png │ │ ├── list_header-pressed.png │ │ └── list_header.png │ ├── Menu-Menubar │ │ ├── menu.png │ │ ├── menubar-item.png │ │ ├── menuitem.png │ │ └── menuline.png │ ├── Others │ │ ├── active.png │ │ ├── focus.png │ │ ├── null.png │ │ ├── null2.png │ │ └── ruler.png │ ├── Panel │ │ ├── handle-h.png │ │ ├── handle-v.png │ │ ├── panel-bg-pn.png │ │ ├── panel-bg.png │ │ ├── panelbutton1.png │ │ ├── panelbutton2.png │ │ └── panelbutton3.png │ ├── ProgressBar │ │ ├── progressbar-horiz.png │ │ ├── progressbar-vert.png │ │ ├── trough-progressbar-horiz.png │ │ └── trough-progressbar-vert.png │ ├── Range │ │ ├── null.png │ │ ├── slider-horiz-prelight.png │ │ ├── slider-horiz.png │ │ ├── slider-vert-prelight.png │ │ ├── slider-vert.png │ │ ├── trough-horizontal.png │ │ └── trough-vertical.png │ ├── Scrollbars │ │ ├── slider-horiz-insens.png │ │ ├── slider-horiz-prelight.png │ │ ├── slider-horiz.png │ │ ├── slider-vert-insens.png │ │ ├── slider-vert-prelight.png │ │ ├── slider-vert.png │ │ ├── stepper-down-insens.png │ │ ├── stepper-down-prelight.png │ │ ├── stepper-down.png │ │ ├── stepper-left-insens.png │ │ ├── stepper-left-prelight.png │ │ ├── stepper-left.png │ │ ├── stepper-right-insens.png │ │ ├── stepper-right-prelight.png │ │ ├── stepper-right.png │ │ ├── stepper-up-insens.png │ │ ├── stepper-up-prelight.png │ │ ├── stepper-up.png │ │ ├── trough-scrollbar-horiz.png │ │ └── trough-scrollbar-vert.png │ ├── Shadows │ │ ├── entry-shadow-in.png │ │ ├── shadow-etched-out.png │ │ ├── shadow-in.png │ │ ├── shadow-none.png │ │ ├── shadow-out.png │ │ ├── text-entry.png │ │ └── text.png │ ├── Spin │ │ ├── arrow-down-disable.png │ │ ├── arrow-down-prelight.png │ │ ├── arrow-down.png │ │ ├── arrow-up-disable.png │ │ ├── arrow-up-prelight.png │ │ ├── arrow-up.png │ │ ├── entry-shadow-in.png │ │ ├── spin-down-bg.png │ │ ├── spin-up-bg.png │ │ ├── text-entry-focus.png │ │ └── text-entry.png │ ├── Tabs │ │ ├── gap-bottom.png │ │ ├── gap-left.png │ │ ├── gap-right.png │ │ ├── gap-top.png │ │ ├── notebook.png │ │ ├── null.png │ │ ├── tab-bottom-active.png │ │ ├── tab-bottom.png │ │ ├── tab-left-active.png │ │ ├── tab-left.png │ │ ├── tab-right-active.png │ │ ├── tab-right.png │ │ ├── tab-top-active.png │ │ └── tab-top.png │ ├── Toolbar │ │ ├── toolbutton-normal.png │ │ ├── toolbutton-prelight.png │ │ ├── toolbutton-pressed.png │ │ └── toolbutton-toggled.png │ ├── gtkrc │ └── menubar.rc └── xfwm4 │ ├── README │ ├── bottom-active.xpm │ ├── bottom-inactive.xpm │ ├── bottom-left-active.xpm │ ├── bottom-left-inactive.xpm │ ├── bottom-right-active.xpm │ ├── bottom-right-inactive.xpm │ ├── close-active.xpm │ ├── close-inactive.xpm │ ├── close-pressed.xpm │ ├── hide-active.xpm │ ├── hide-inactive.xpm │ ├── hide-pressed.xpm │ ├── left-active.xpm │ ├── left-inactive.xpm │ ├── maximize-active.xpm │ ├── maximize-inactive.xpm │ ├── maximize-pressed.xpm │ ├── menu-active.xpm │ ├── menu-inactive.xpm │ ├── menu-pressed.xpm │ ├── right-active.xpm │ ├── right-inactive.xpm │ ├── shade-active.xpm │ ├── shade-inactive.xpm │ ├── shade-pressed.xpm │ ├── stick-active.xpm │ ├── stick-inactive.xpm │ ├── stick-pressed.xpm │ ├── themerc │ ├── title-1-active.xpm │ ├── title-1-inactive.xpm │ ├── title-2-active.xpm │ ├── title-2-inactive.xpm │ ├── title-3-active.xpm │ ├── title-3-inactive.xpm │ ├── title-4-active.xcf │ ├── title-4-active.xpm │ ├── title-4-inactive.xpm │ ├── title-5-active.xpm │ ├── title-5-inactive.xpm │ ├── top-left-active.xpm │ ├── top-left-inactive.xpm │ ├── top-right-active.xpm │ └── top-right-inactive.xpm ├── ghost-dark ├── gtk-2.0 │ ├── Arrows │ │ ├── arrow-down-insens.png │ │ ├── arrow-down-prelight.png │ │ ├── arrow-down-pressed.png │ │ ├── arrow-down.png │ │ ├── arrow-left.png │ │ ├── arrow-right-norm.png │ │ ├── arrow-right-prelight.png │ │ ├── arrow-right.png │ │ └── arrow-up.png │ ├── Buttons │ │ ├── button-default.png │ │ ├── button-insensitive.png │ │ ├── button-insensitive.xcf │ │ ├── button-normal.png │ │ ├── button-prelight.png │ │ └── button-pressed.png │ ├── Check-Radio │ │ ├── ..png │ │ ├── check1.png │ │ ├── check2.png │ │ ├── check3.png │ │ ├── check4.png │ │ ├── checklight.png │ │ ├── highlight.png │ │ ├── option1.png │ │ ├── option2.png │ │ ├── option3.png │ │ └── option4.png │ ├── Combo │ │ ├── combo-active.png │ │ ├── combo-arrow-insens.png │ │ ├── combo-arrow-prelight.png │ │ ├── combo-arrow.png │ │ ├── combo-inactive.png │ │ ├── combo-normal.png │ │ ├── combo-prelight.png │ │ ├── combo-pressed.png │ │ └── text-entry.png │ ├── Frame-Gap │ │ ├── frame-gap-end.png │ │ ├── frame-gap-start.png │ │ ├── frame1.png │ │ └── frame2.png │ ├── Handles │ │ ├── handle-h.png │ │ ├── handle-v.png │ │ └── resize-grip.png │ ├── Lines │ │ ├── line-h.png │ │ └── line-v.png │ ├── ListHeaders │ │ ├── list_header-insens.png │ │ ├── list_header-prelight.png │ │ ├── list_header-pressed.png │ │ └── list_header.png │ ├── Menu-Menubar │ │ ├── menu.png │ │ ├── menubar-item.png │ │ ├── menuitem.png │ │ └── menuline.png │ ├── Others │ │ ├── active.png │ │ ├── focus.png │ │ ├── null.png │ │ ├── null2.png │ │ └── ruler.png │ ├── Panel │ │ ├── handle-h.png │ │ ├── handle-v.png │ │ ├── panel-bg-pn.png │ │ ├── panel-bg.png │ │ ├── panelbutton1.png │ │ ├── panelbutton2.png │ │ └── panelbutton3.png │ ├── ProgressBar │ │ ├── progressbar-horiz.png │ │ ├── progressbar-vert.png │ │ ├── trough-progressbar-horiz.png │ │ └── trough-progressbar-vert.png │ ├── Range │ │ ├── null.png │ │ ├── slider-horiz-prelight.png │ │ ├── slider-horiz.png │ │ ├── slider-vert-prelight.png │ │ ├── slider-vert.png │ │ ├── trough-horizontal.png │ │ └── trough-vertical.png │ ├── Scrollbars │ │ ├── slider-horiz-insens.png │ │ ├── slider-horiz-prelight.png │ │ ├── slider-horiz.png │ │ ├── slider-vert-insens.png │ │ ├── slider-vert-prelight.png │ │ ├── slider-vert.png │ │ ├── stepper-down-insens.png │ │ ├── stepper-down-prelight.png │ │ ├── stepper-down.png │ │ ├── stepper-left-insens.png │ │ ├── stepper-left-prelight.png │ │ ├── stepper-left.png │ │ ├── stepper-right-insens.png │ │ ├── stepper-right-prelight.png │ │ ├── stepper-right.png │ │ ├── stepper-up-insens.png │ │ ├── stepper-up-prelight.png │ │ ├── stepper-up.png │ │ ├── trough-scrollbar-horiz.png │ │ └── trough-scrollbar-vert.png │ ├── Shadows │ │ ├── entry-shadow-in.png │ │ ├── shadow-etched-out.png │ │ ├── shadow-in.png │ │ ├── shadow-none.png │ │ ├── shadow-out.png │ │ ├── text-entry.png │ │ └── text.png │ ├── Spin │ │ ├── arrow-down-disable.png │ │ ├── arrow-down-prelight.png │ │ ├── arrow-down.png │ │ ├── arrow-up-disable.png │ │ ├── arrow-up-prelight.png │ │ ├── arrow-up.png │ │ ├── entry-shadow-in.png │ │ ├── spin-down-bg.png │ │ ├── spin-up-bg.png │ │ ├── text-entry-focus.png │ │ └── text-entry.png │ ├── Tabs │ │ ├── gap-bottom.png │ │ ├── gap-left.png │ │ ├── gap-right.png │ │ ├── gap-top.png │ │ ├── notebook.png │ │ ├── null.png │ │ ├── tab-bottom-active.png │ │ ├── tab-bottom.png │ │ ├── tab-left-active.png │ │ ├── tab-left.png │ │ ├── tab-right-active.png │ │ ├── tab-right.png │ │ ├── tab-top-active.png │ │ └── tab-top.png │ ├── Toolbar │ │ ├── toolbutton-normal.png │ │ ├── toolbutton-prelight.png │ │ ├── toolbutton-pressed.png │ │ └── toolbutton-toggled.png │ ├── gtkrc │ └── menubar.rc └── xfwm4 │ ├── README │ ├── bottom-active.xpm │ ├── bottom-inactive.xpm │ ├── bottom-left-active.xpm │ ├── bottom-left-inactive.xpm │ ├── bottom-right-active.xpm │ ├── bottom-right-inactive.xpm │ ├── close-active.xpm │ ├── close-inactive.xpm │ ├── close-pressed.xpm │ ├── hide-active.xpm │ ├── hide-inactive.xpm │ ├── hide-pressed.xpm │ ├── left-active.xpm │ ├── left-inactive.xpm │ ├── maximize-active.xpm │ ├── maximize-inactive.xpm │ ├── maximize-pressed.xpm │ ├── menu-active.xpm │ ├── menu-inactive.xpm │ ├── menu-pressed.xpm │ ├── right-active.xpm │ ├── right-inactive.xpm │ ├── shade-active.xpm │ ├── shade-inactive.xpm │ ├── shade-pressed.xpm │ ├── stick-active.xpm │ ├── stick-inactive.xpm │ ├── stick-pressed.xpm │ ├── themerc │ ├── title-1-active.xpm │ ├── title-1-inactive.xpm │ ├── title-2-active.xpm │ ├── title-2-inactive.xpm │ ├── title-3-active.xpm │ ├── title-3-inactive.xpm │ ├── title-4-active.xpm │ ├── title-4-inactive.xpm │ ├── title-5-active.xpm │ ├── title-5-inactive.xpm │ ├── top-left-active.xpm │ ├── top-left-inactive.xpm │ ├── top-right-active.xpm │ └── top-right-inactive.xpm ├── gpl-2.0.txt ├── kolomonggo-hacking └── xfwm4 │ ├── README │ ├── bottom-active.xpm │ ├── bottom-inactive.xpm │ ├── bottom-left-active.xpm │ ├── bottom-left-inactive.xpm │ ├── bottom-right-active.xpm │ ├── bottom-right-inactive.xpm │ ├── close-active.xpm │ ├── close-inactive.xpm │ ├── close-pressed.xpm │ ├── hide-active.xpm │ ├── hide-inactive.xpm │ ├── hide-pressed.xpm │ ├── left-active.xpm │ ├── left-inactive.xpm │ ├── maximize-active.xpm │ ├── maximize-inactive.xpm │ ├── maximize-pressed.xpm │ ├── menu-active.xpm │ ├── menu-inactive.xpm │ ├── menu-pressed.xpm │ ├── right-active.xpm │ ├── right-inactive.xpm │ ├── shade-active.xpm │ ├── shade-inactive.xpm │ ├── shade-pressed.xpm │ ├── stick-active.xpm │ ├── stick-inactive.xpm │ ├── stick-pressed.xpm │ ├── themerc │ ├── title-1-active.xpm │ ├── title-1-inactive.xpm │ ├── title-2-active.xpm │ ├── title-2-inactive.xpm │ ├── title-3-active.xpm │ ├── title-3-inactive.xpm │ ├── title-4-active.xcf │ ├── title-4-active.xpm │ ├── title-4-inactive.xpm │ ├── title-5-active.xpm │ ├── title-5-inactive.xpm │ ├── top-left-active.xpm │ ├── top-left-inactive.xpm │ ├── top-right-active.xpm │ └── top-right-inactive.xpm ├── kolomonggo-hacking2-dark ├── gtk-2.0 │ ├── Arrows │ │ ├── arrow-down-insens.png │ │ ├── arrow-down-prelight.png │ │ ├── arrow-down-pressed.png │ │ ├── arrow-down.png │ │ ├── arrow-left.png │ │ ├── arrow-right-norm.png │ │ ├── arrow-right-prelight.png │ │ ├── arrow-right.png │ │ └── arrow-up.png │ ├── Buttons │ │ ├── button-default.png │ │ ├── button-insensitive.png │ │ ├── button-insensitive.xcf │ │ ├── button-normal.png │ │ ├── button-prelight.png │ │ └── button-pressed.png │ ├── Check-Radio │ │ ├── ..png │ │ ├── check1.png │ │ ├── check2.png │ │ ├── check3.png │ │ ├── check4.png │ │ ├── checklight.png │ │ ├── highlight.png │ │ ├── option1.png │ │ ├── option2.png │ │ ├── option3.png │ │ └── option4.png │ ├── Combo │ │ ├── combo-active.png │ │ ├── combo-arrow-insens.png │ │ ├── combo-arrow-prelight.png │ │ ├── combo-arrow.png │ │ ├── combo-inactive.png │ │ ├── combo-normal.png │ │ ├── combo-prelight.png │ │ ├── combo-pressed.png │ │ └── text-entry.png │ ├── Frame-Gap │ │ ├── frame-gap-end.png │ │ ├── frame-gap-start.png │ │ ├── frame1.png │ │ └── frame2.png │ ├── Handles │ │ ├── handle-h.png │ │ ├── handle-v.png │ │ └── resize-grip.png │ ├── Lines │ │ ├── line-h.png │ │ └── line-v.png │ ├── ListHeaders │ │ ├── list_header-insens.png │ │ ├── list_header-prelight.png │ │ ├── list_header-pressed.png │ │ └── list_header.png │ ├── Menu-Menubar │ │ ├── menu.png │ │ ├── menubar-item.png │ │ ├── menuitem.png │ │ └── menuline.png │ ├── Others │ │ ├── active.png │ │ ├── focus.png │ │ ├── null.png │ │ ├── null2.png │ │ └── ruler.png │ ├── Panel │ │ ├── handle-h.png │ │ ├── handle-v.png │ │ ├── panel-bg-pn.png │ │ ├── panel-bg.png │ │ ├── panelbutton1.png │ │ ├── panelbutton2.png │ │ └── panelbutton3.png │ ├── ProgressBar │ │ ├── progressbar-horiz.png │ │ ├── progressbar-vert.png │ │ ├── trough-progressbar-horiz.png │ │ └── trough-progressbar-vert.png │ ├── Range │ │ ├── null.png │ │ ├── slider-horiz-prelight.png │ │ ├── slider-horiz.png │ │ ├── slider-vert-prelight.png │ │ ├── slider-vert.png │ │ ├── trough-horizontal.png │ │ └── trough-vertical.png │ ├── Scrollbars │ │ ├── slider-horiz-insens.png │ │ ├── slider-horiz-prelight.png │ │ ├── slider-horiz.png │ │ ├── slider-vert-insens.png │ │ ├── slider-vert-prelight.png │ │ ├── slider-vert.png │ │ ├── stepper-down-insens.png │ │ ├── stepper-down-prelight.png │ │ ├── stepper-down.png │ │ ├── stepper-left-insens.png │ │ ├── stepper-left-prelight.png │ │ ├── stepper-left.png │ │ ├── stepper-right-insens.png │ │ ├── stepper-right-prelight.png │ │ ├── stepper-right.png │ │ ├── stepper-up-insens.png │ │ ├── stepper-up-prelight.png │ │ ├── stepper-up.png │ │ ├── trough-scrollbar-horiz.png │ │ └── trough-scrollbar-vert.png │ ├── Shadows │ │ ├── entry-shadow-in.png │ │ ├── shadow-etched-out.png │ │ ├── shadow-in.png │ │ ├── shadow-none.png │ │ ├── shadow-out.png │ │ ├── text-entry.png │ │ └── text.png │ ├── Spin │ │ ├── arrow-down-disable.png │ │ ├── arrow-down-prelight.png │ │ ├── arrow-down.png │ │ ├── arrow-up-disable.png │ │ ├── arrow-up-prelight.png │ │ ├── arrow-up.png │ │ ├── entry-shadow-in.png │ │ ├── spin-down-bg.png │ │ ├── spin-up-bg.png │ │ ├── text-entry-focus.png │ │ └── text-entry.png │ ├── Tabs │ │ ├── gap-bottom.png │ │ ├── gap-left.png │ │ ├── gap-right.png │ │ ├── gap-top.png │ │ ├── notebook.png │ │ ├── null.png │ │ ├── tab-bottom-active.png │ │ ├── tab-bottom.png │ │ ├── tab-left-active.png │ │ ├── tab-left.png │ │ ├── tab-right-active.png │ │ ├── tab-right.png │ │ ├── tab-top-active.png │ │ └── tab-top.png │ ├── Toolbar │ │ ├── toolbutton-normal.png │ │ ├── toolbutton-prelight.png │ │ ├── toolbutton-pressed.png │ │ └── toolbutton-toggled.png │ ├── gtkrc │ └── menubar.rc └── xfwm4 │ ├── README │ ├── bottom-active.xpm │ ├── bottom-inactive.xpm │ ├── bottom-right-active.xpm │ ├── bottom-right-inactive.xpm │ ├── close-active.xpm │ ├── close-inactive.xpm │ ├── close-pressed.xpm │ ├── hide-active.xpm │ ├── hide-inactive.xpm │ ├── hide-pressed.xpm │ ├── left-active.xpm │ ├── left-inactive.xpm │ ├── maximize-active.xpm │ ├── maximize-inactive.xpm │ ├── maximize-pressed.xpm │ ├── menu-active.xpm │ ├── menu-inactive.xpm │ ├── menu-pressed.xpm │ ├── right-active.xpm │ ├── right-inactive.xpm │ ├── shade-active.xpm │ ├── shade-inactive.xpm │ ├── shade-pressed.xpm │ ├── stick-active.xpm │ ├── stick-inactive.xpm │ ├── stick-pressed.xpm │ ├── themerc │ ├── title-1-active.xpm │ ├── title-1-inactive.xpm │ ├── title-2-active.xpm │ ├── title-2-inactive.xpm │ ├── title-3-active.xpm │ ├── title-3-inactive.xpm │ ├── title-4-active.xcf │ ├── title-4-active.xpm │ ├── title-4-inactive.xpm │ ├── title-5-active.xpm │ ├── title-5-inactive.xpm │ ├── top-left-active.xpm │ ├── top-left-inactive.xpm │ ├── top-right-active.xpm │ └── top-right-inactive.xpm ├── kolomonggo-hacking2 ├── gtk-2.0 │ ├── Arrows │ │ ├── arrow-down-insens.png │ │ ├── arrow-down-prelight.png │ │ ├── arrow-down-pressed.png │ │ ├── arrow-down.png │ │ ├── arrow-left.png │ │ ├── arrow-right-norm.png │ │ ├── arrow-right-prelight.png │ │ ├── arrow-right.png │ │ └── arrow-up.png │ ├── Buttons │ │ ├── button-default.png │ │ ├── button-insensitive.png │ │ ├── button-normal.png │ │ ├── button-prelight.png │ │ └── button-pressed.png │ ├── Check-Radio │ │ ├── check1.png │ │ ├── check2.png │ │ ├── check3.png │ │ ├── check4.png │ │ ├── checklight.png │ │ ├── highlight.png │ │ ├── option1.png │ │ ├── option2.png │ │ ├── option3.png │ │ └── option4.png │ ├── Combo │ │ ├── combo-active.png │ │ ├── combo-arrow-insens.png │ │ ├── combo-arrow-prelight.png │ │ ├── combo-arrow.png │ │ ├── combo-inactive.png │ │ ├── combo-normal.png │ │ ├── combo-prelight.png │ │ ├── combo-pressed.png │ │ └── text-entry.png │ ├── Frame-Gap │ │ ├── frame-gap-end.png │ │ ├── frame-gap-start.png │ │ ├── frame1.png │ │ └── frame2.png │ ├── Handles │ │ ├── handle-h.png │ │ ├── handle-v.png │ │ └── resize-grip.png │ ├── Lines │ │ ├── line-h.png │ │ └── line-v.png │ ├── ListHeaders │ │ ├── list_header-insens.png │ │ ├── list_header-prelight.png │ │ ├── list_header-pressed.png │ │ └── list_header.png │ ├── Menu-Menubar │ │ ├── menu.png │ │ ├── menubar-item.png │ │ ├── menuitem.png │ │ └── menuline.png │ ├── Others │ │ ├── active.png │ │ ├── focus.png │ │ ├── null.png │ │ ├── null2.png │ │ └── ruler.png │ ├── Panel │ │ ├── handle-h.png │ │ ├── handle-v.png │ │ ├── panel-bg.png │ │ ├── panelbutton1.png │ │ ├── panelbutton2.png │ │ └── panelbutton3.png │ ├── ProgressBar │ │ ├── progressbar-horiz.png │ │ ├── progressbar-vert.png │ │ ├── trough-progressbar-horiz.png │ │ └── trough-progressbar-vert.png │ ├── Range │ │ ├── null.png │ │ ├── slider-horiz-prelight.png │ │ ├── slider-horiz.png │ │ ├── slider-vert-prelight.png │ │ ├── slider-vert.png │ │ ├── trough-horizontal.png │ │ └── trough-vertical.png │ ├── Scrollbars │ │ ├── slider-horiz-insens.png │ │ ├── slider-horiz-prelight.png │ │ ├── slider-horiz.png │ │ ├── slider-vert-insens.png │ │ ├── slider-vert-prelight.png │ │ ├── slider-vert.png │ │ ├── stepper-down-insens.png │ │ ├── stepper-down-prelight.png │ │ ├── stepper-down.png │ │ ├── stepper-left-insens.png │ │ ├── stepper-left-prelight.png │ │ ├── stepper-left.png │ │ ├── stepper-right-insens.png │ │ ├── stepper-right-prelight.png │ │ ├── stepper-right.png │ │ ├── stepper-up-insens.png │ │ ├── stepper-up-prelight.png │ │ ├── stepper-up.png │ │ ├── trough-scrollbar-horiz.png │ │ └── trough-scrollbar-vert.png │ ├── Shadows │ │ ├── entry-shadow-in.png │ │ ├── shadow-etched-out.png │ │ ├── shadow-in.png │ │ ├── shadow-none.png │ │ ├── shadow-out.png │ │ ├── text-entry.png │ │ └── text.png │ ├── Spin │ │ ├── arrow-down-disable.png │ │ ├── arrow-down-prelight.png │ │ ├── arrow-down.png │ │ ├── arrow-up-disable.png │ │ ├── arrow-up-prelight.png │ │ ├── arrow-up.png │ │ ├── entry-shadow-in.png │ │ ├── spin-down-bg.png │ │ ├── spin-up-bg.png │ │ ├── text-entry-focus.png │ │ └── text-entry.png │ ├── Tabs │ │ ├── gap-bottom.png │ │ ├── gap-left.png │ │ ├── gap-right.png │ │ ├── gap-top.png │ │ ├── notebook.png │ │ ├── null.png │ │ ├── tab-bottom-active.png │ │ ├── tab-bottom.png │ │ ├── tab-left-active.png │ │ ├── tab-left.png │ │ ├── tab-right-active.png │ │ ├── tab-right.png │ │ ├── tab-top-active.png │ │ └── tab-top.png │ ├── Toolbar │ │ ├── toolbutton-normal.png │ │ ├── toolbutton-prelight.png │ │ ├── toolbutton-pressed.png │ │ └── toolbutton-toggled.png │ ├── gtkrc │ ├── menubar.rc │ └── panel.rc └── xfwm4 │ ├── README │ ├── bottom-active.xpm │ ├── bottom-inactive.xpm │ ├── bottom-right-active.xpm │ ├── bottom-right-inactive.xpm │ ├── close-active.xpm │ ├── close-inactive.xpm │ ├── close-pressed.xpm │ ├── hide-active.xpm │ ├── hide-inactive.xpm │ ├── hide-pressed.xpm │ ├── left-active.xpm │ ├── left-inactive.xpm │ ├── maximize-active.xpm │ ├── maximize-inactive.xpm │ ├── maximize-pressed.xpm │ ├── menu-active.xpm │ ├── menu-inactive.xpm │ ├── menu-pressed.xpm │ ├── right-active.xpm │ ├── right-inactive.xpm │ ├── shade-active.xpm │ ├── shade-inactive.xpm │ ├── shade-pressed.xpm │ ├── stick-active.xpm │ ├── stick-inactive.xpm │ ├── stick-pressed.xpm │ ├── themerc │ ├── title-1-active.xpm │ ├── title-1-inactive.xpm │ ├── title-2-active.xpm │ ├── title-2-inactive.xpm │ ├── title-3-active.xpm │ ├── title-3-inactive.xpm │ ├── title-4-active.xcf │ ├── title-4-active.xpm │ ├── title-4-inactive.xpm │ ├── title-5-active.xpm │ ├── title-5-inactive.xpm │ ├── top-left-active.xpm │ ├── top-left-inactive.xpm │ ├── top-right-active.xpm │ └── top-right-inactive.xpm ├── kolomonggo └── xfwm4 │ ├── 3.xpm │ ├── README │ ├── bottom-active.xpm │ ├── bottom-inactive.xpm │ ├── bottom-left-active.xpm │ ├── bottom-left-inactive.xpm │ ├── bottom-right-active.xpm │ ├── bottom-right-inactive.xpm │ ├── close-active.xpm │ ├── close-inactive.xpm │ ├── close-pressed.xpm │ ├── hide-active.xpm │ ├── hide-inactive.xpm │ ├── hide-pressed.xpm │ ├── left-active.xpm │ ├── left-inactive.xpm │ ├── maximize-active.xpm │ ├── maximize-inactive.xpm │ ├── maximize-pressed.xpm │ ├── menu-active.xpm │ ├── menu-inactive.xpm │ ├── menu-pressed.xpm │ ├── right-active.xpm │ ├── right-inactive.xpm │ ├── shade-active.xpm │ ├── shade-inactive.xpm │ ├── shade-pressed.xpm │ ├── stick-active.xpm │ ├── stick-inactive.xpm │ ├── stick-pressed.xpm │ ├── themerc │ ├── title-1-active.xpm │ ├── title-1-inactive.xpm │ ├── title-2-active.xpm │ ├── title-2-inactive.xpm │ ├── title-3-active.xpm │ ├── title-3-inactive.xpm │ ├── title-4-active.xpm │ ├── title-4-inactive.xpm │ ├── title-5-active.xpm │ ├── title-5-inactive.xpm │ ├── top-left-active.xpm │ ├── top-left-inactive.xpm │ ├── top-right-active.xpm │ └── top-right-inactive.xpm ├── kolomonggolinux-1 ├── gtk-2.0 │ ├── Arrows │ │ ├── arrow-down-insens.png │ │ ├── arrow-down-prelight.png │ │ ├── arrow-down-pressed.png │ │ ├── arrow-down.png │ │ ├── arrow-left.png │ │ ├── arrow-right-norm.png │ │ ├── arrow-right-prelight.png │ │ ├── arrow-right.png │ │ └── arrow-up.png │ ├── Buttons │ │ ├── button-default.png │ │ ├── button-insensitive.png │ │ ├── button-normal.png │ │ ├── button-prelight.png │ │ └── button-pressed.png │ ├── Check-Radio │ │ ├── ..png │ │ ├── check1.png │ │ ├── check2.png │ │ ├── check3.png │ │ ├── check4.png │ │ ├── checklight.png │ │ ├── highlight.png │ │ ├── option1.png │ │ ├── option2.png │ │ ├── option3.png │ │ └── option4.png │ ├── Combo │ │ ├── combo-active.png │ │ ├── combo-arrow-insens.png │ │ ├── combo-arrow-prelight.png │ │ ├── combo-arrow.png │ │ ├── combo-inactive.png │ │ ├── combo-normal.png │ │ ├── combo-prelight.png │ │ ├── combo-pressed.png │ │ └── text-entry.png │ ├── Frame-Gap │ │ ├── frame-gap-end.png │ │ ├── frame-gap-start.png │ │ ├── frame1.png │ │ └── frame2.png │ ├── Handles │ │ ├── handle-h.png │ │ ├── handle-v.png │ │ └── resize-grip.png │ ├── Lines │ │ ├── line-h.png │ │ └── line-v.png │ ├── ListHeaders │ │ ├── list_header-insens.png │ │ ├── list_header-prelight.png │ │ ├── list_header-pressed.png │ │ └── list_header.png │ ├── Menu-Menubar │ │ ├── menu.png │ │ ├── menubar-item.png │ │ ├── menuitem.png │ │ └── menuline.png │ ├── Others │ │ ├── active.png │ │ ├── focus.png │ │ ├── null.png │ │ ├── null2.png │ │ └── ruler.png │ ├── Panel │ │ ├── handle-h.png │ │ ├── handle-v.png │ │ ├── panel-bg-pn.png │ │ ├── panel-bg.png │ │ ├── panelbutton1.png │ │ ├── panelbutton2.png │ │ └── panelbutton3.png │ ├── ProgressBar │ │ ├── progressbar-horiz.png │ │ ├── progressbar-vert.png │ │ ├── trough-progressbar-horiz.png │ │ └── trough-progressbar-vert.png │ ├── Range │ │ ├── null.png │ │ ├── slider-horiz-prelight.png │ │ ├── slider-horiz.png │ │ ├── slider-vert-prelight.png │ │ ├── slider-vert.png │ │ ├── trough-horizontal.png │ │ └── trough-vertical.png │ ├── Scrollbars │ │ ├── slider-horiz-insens.png │ │ ├── slider-horiz-prelight.png │ │ ├── slider-horiz.png │ │ ├── slider-vert-insens.png │ │ ├── slider-vert-prelight.png │ │ ├── slider-vert.png │ │ ├── stepper-down-insens.png │ │ ├── stepper-down-prelight.png │ │ ├── stepper-down.png │ │ ├── stepper-left-insens.png │ │ ├── stepper-left-prelight.png │ │ ├── stepper-left.png │ │ ├── stepper-right-insens.png │ │ ├── stepper-right-prelight.png │ │ ├── stepper-right.png │ │ ├── stepper-up-insens.png │ │ ├── stepper-up-prelight.png │ │ ├── stepper-up.png │ │ ├── trough-scrollbar-horiz.png │ │ └── trough-scrollbar-vert.png │ ├── Shadows │ │ ├── entry-shadow-in.png │ │ ├── shadow-etched-out.png │ │ ├── shadow-in.png │ │ ├── shadow-none.png │ │ ├── shadow-out.png │ │ ├── text-entry.png │ │ └── text.png │ ├── Spin │ │ ├── arrow-down-disable.png │ │ ├── arrow-down-prelight.png │ │ ├── arrow-down.png │ │ ├── arrow-up-disable.png │ │ ├── arrow-up-prelight.png │ │ ├── arrow-up.png │ │ ├── entry-shadow-in.png │ │ ├── spin-down-bg.png │ │ ├── spin-up-bg.png │ │ ├── text-entry-focus.png │ │ └── text-entry.png │ ├── Tabs │ │ ├── gap-bottom.png │ │ ├── gap-left.png │ │ ├── gap-right.png │ │ ├── gap-top.png │ │ ├── notebook.png │ │ ├── null.png │ │ ├── tab-bottom-active.png │ │ ├── tab-bottom.png │ │ ├── tab-left-active.png │ │ ├── tab-left.png │ │ ├── tab-right-active.png │ │ ├── tab-right.png │ │ ├── tab-top-active.png │ │ └── tab-top.png │ ├── Toolbar │ │ ├── toolbutton-normal.png │ │ ├── toolbutton-prelight.png │ │ ├── toolbutton-pressed.png │ │ └── toolbutton-toggled.png │ ├── gtkrc │ └── menubar.rc └── xfwm4 │ ├── 171106_202312_01.jpg │ ├── README │ ├── bottom-active.xpm │ ├── bottom-inactive.xpm │ ├── bottom-left-active.xpm │ ├── bottom-left-inactive.xpm │ ├── bottom-right-active.xpm │ ├── bottom-right-inactive.xpm │ ├── close-active.xpm │ ├── close-inactive.xpm │ ├── close-pressed.xpm │ ├── e.xpm │ ├── hide-active.xpm │ ├── hide-inactive.xpm │ ├── hide-pressed.xpm │ ├── left-active.xpm │ ├── left-inactive.xpm │ ├── maximize-active.xpm │ ├── maximize-inactive.xpm │ ├── maximize-pressed.xpm │ ├── menu-active.xpm │ ├── menu-inactive.xpm │ ├── menu-pressed.xpm │ ├── right-active.xpm │ ├── right-inactive.xpm │ ├── shade-active.xpm │ ├── shade-inactive.xpm │ ├── shade-pressed.xpm │ ├── stick-active.xpm │ ├── stick-inactive.xpm │ ├── stick-pressed.xpm │ ├── themerc │ ├── title-1-active.xpm │ ├── title-1-inactive.xpm │ ├── title-2-active.xpm │ ├── title-2-inactive.xpm │ ├── title-3-active.xpm │ ├── title-3-inactive.xpm │ ├── title-4-active.xpm │ ├── title-4-inactive.xpm │ ├── title-5-active.xpm │ ├── title-5-inactive.xpm │ ├── top-left-active.xpm │ ├── top-left-inactive.xpm │ ├── top-right-active.xpm │ └── top-right-inactive.xpm ├── kolomonggolinux-2 ├── gtk-2.0 │ ├── Arrows │ │ ├── arrow-down-insens.png │ │ ├── arrow-down-prelight.png │ │ ├── arrow-down-pressed.png │ │ ├── arrow-down.png │ │ ├── arrow-left.png │ │ ├── arrow-right-norm.png │ │ ├── arrow-right-prelight.png │ │ ├── arrow-right.png │ │ └── arrow-up.png │ ├── Buttons │ │ ├── button-default.png │ │ ├── button-insensitive.png │ │ ├── button-normal.png │ │ ├── button-prelight.png │ │ └── button-pressed.png │ ├── Check-Radio │ │ ├── ..png │ │ ├── check1.png │ │ ├── check2.png │ │ ├── check3.png │ │ ├── check4.png │ │ ├── checklight.png │ │ ├── highlight.png │ │ ├── option1.png │ │ ├── option2.png │ │ ├── option3.png │ │ └── option4.png │ ├── Combo │ │ ├── combo-active.png │ │ ├── combo-arrow-insens.png │ │ ├── combo-arrow-prelight.png │ │ ├── combo-arrow.png │ │ ├── combo-inactive.png │ │ ├── combo-normal.png │ │ ├── combo-prelight.png │ │ ├── combo-pressed.png │ │ └── text-entry.png │ ├── Frame-Gap │ │ ├── frame-gap-end.png │ │ ├── frame-gap-start.png │ │ ├── frame1.png │ │ └── frame2.png │ ├── Handles │ │ ├── handle-h.png │ │ ├── handle-v.png │ │ └── resize-grip.png │ ├── Lines │ │ ├── line-h.png │ │ └── line-v.png │ ├── ListHeaders │ │ ├── list_header-insens.png │ │ ├── list_header-prelight.png │ │ ├── list_header-pressed.png │ │ └── list_header.png │ ├── Menu-Menubar │ │ ├── menu.png │ │ ├── menubar-item.png │ │ ├── menuitem.png │ │ └── menuline.png │ ├── Others │ │ ├── active.png │ │ ├── focus.png │ │ ├── null.png │ │ ├── null2.png │ │ └── ruler.png │ ├── Panel │ │ ├── handle-h.png │ │ ├── handle-v.png │ │ ├── panel-bg-pn.png │ │ ├── panel-bg.png │ │ ├── panelbutton1.png │ │ ├── panelbutton2.png │ │ └── panelbutton3.png │ ├── ProgressBar │ │ ├── progressbar-horiz.png │ │ ├── progressbar-vert.png │ │ ├── trough-progressbar-horiz.png │ │ └── trough-progressbar-vert.png │ ├── Range │ │ ├── null.png │ │ ├── slider-horiz-prelight.png │ │ ├── slider-horiz.png │ │ ├── slider-vert-prelight.png │ │ ├── slider-vert.png │ │ ├── trough-horizontal.png │ │ └── trough-vertical.png │ ├── Scrollbars │ │ ├── slider-horiz-insens.png │ │ ├── slider-horiz-prelight.png │ │ ├── slider-horiz.png │ │ ├── slider-vert-insens.png │ │ ├── slider-vert-prelight.png │ │ ├── slider-vert.png │ │ ├── stepper-down-insens.png │ │ ├── stepper-down-prelight.png │ │ ├── stepper-down.png │ │ ├── stepper-left-insens.png │ │ ├── stepper-left-prelight.png │ │ ├── stepper-left.png │ │ ├── stepper-right-insens.png │ │ ├── stepper-right-prelight.png │ │ ├── stepper-right.png │ │ ├── stepper-up-insens.png │ │ ├── stepper-up-prelight.png │ │ ├── stepper-up.png │ │ ├── trough-scrollbar-horiz.png │ │ └── trough-scrollbar-vert.png │ ├── Shadows │ │ ├── entry-shadow-in.png │ │ ├── shadow-etched-out.png │ │ ├── shadow-in.png │ │ ├── shadow-none.png │ │ ├── shadow-out.png │ │ ├── text-entry.png │ │ └── text.png │ ├── Spin │ │ ├── arrow-down-disable.png │ │ ├── arrow-down-prelight.png │ │ ├── arrow-down.png │ │ ├── arrow-up-disable.png │ │ ├── arrow-up-prelight.png │ │ ├── arrow-up.png │ │ ├── entry-shadow-in.png │ │ ├── spin-down-bg.png │ │ ├── spin-up-bg.png │ │ ├── text-entry-focus.png │ │ └── text-entry.png │ ├── Tabs │ │ ├── gap-bottom.png │ │ ├── gap-left.png │ │ ├── gap-right.png │ │ ├── gap-top.png │ │ ├── notebook.png │ │ ├── null.png │ │ ├── tab-bottom-active.png │ │ ├── tab-bottom.png │ │ ├── tab-left-active.png │ │ ├── tab-left.png │ │ ├── tab-right-active.png │ │ ├── tab-right.png │ │ ├── tab-top-active.png │ │ └── tab-top.png │ ├── Toolbar │ │ ├── toolbutton-normal.png │ │ ├── toolbutton-prelight.png │ │ ├── toolbutton-pressed.png │ │ └── toolbutton-toggled.png │ ├── gtkrc │ └── menubar.rc └── xfwm4 │ ├── 171106_202312_01.jpg │ ├── README │ ├── bottom-active.xpm │ ├── bottom-inactive.xpm │ ├── bottom-left-active.xpm │ ├── bottom-left-inactive.xpm │ ├── bottom-right-active.xpm │ ├── bottom-right-inactive.xpm │ ├── close-active.xpm │ ├── close-inactive.xpm │ ├── close-pressed.xpm │ ├── e.xpm │ ├── hide-active.xpm │ ├── hide-inactive.xpm │ ├── hide-pressed.xpm │ ├── left-active.xpm │ ├── left-inactive.xpm │ ├── maximize-active.xpm │ ├── maximize-inactive.xpm │ ├── maximize-pressed.xpm │ ├── menu-active.xpm │ ├── menu-inactive.xpm │ ├── menu-pressed.xpm │ ├── right-active.xpm │ ├── right-inactive.xpm │ ├── shade-active.xpm │ ├── shade-inactive.xpm │ ├── shade-pressed.xpm │ ├── stick-active.xpm │ ├── stick-inactive.xpm │ ├── stick-pressed.xpm │ ├── themerc │ ├── title-1-active.xpm │ ├── title-1-inactive.xpm │ ├── title-2-active.xpm │ ├── title-2-inactive.xpm │ ├── title-3-active.xpm │ ├── title-3-inactive.xpm │ ├── title-4-active.xpm │ ├── title-4-inactive.xpm │ ├── title-5-active.xpm │ ├── title-5-inactive.xpm │ ├── top-left-active.xpm │ ├── top-left-inactive.xpm │ ├── top-right-active.xpm │ └── top-right-inactive.xpm ├── kolomonggolinux └── balou │ ├── linux-forever.png │ └── themerc ├── kolomonggored └── xfwm4 │ ├── README │ ├── bottom-active.xpm │ ├── bottom-inactive.xpm │ ├── bottom-left-active.xpm │ ├── bottom-left-inactive.xpm │ ├── bottom-right-active.xpm │ ├── bottom-right-inactive.xpm │ ├── close-active.xpm │ ├── close-inactive.xpm │ ├── close-pressed.xpm │ ├── hide-active.xpm │ ├── hide-inactive.xpm │ ├── hide-pressed.xpm │ ├── left-active.xpm │ ├── left-inactive.xpm │ ├── maximize-active.xpm │ ├── maximize-inactive.xpm │ ├── maximize-pressed.xpm │ ├── menu-active.xpm │ ├── menu-inactive.xpm │ ├── menu-pressed.xpm │ ├── right-active.xpm │ ├── right-inactive.xpm │ ├── shade-active.xpm │ ├── shade-inactive.xpm │ ├── shade-pressed.xpm │ ├── stick-active.xpm │ ├── stick-inactive.xpm │ ├── stick-pressed.xpm │ ├── themerc │ ├── title-1-active.xpm │ ├── title-1-inactive.xpm │ ├── title-2-active.xpm │ ├── title-2-inactive.xpm │ ├── title-3-active.xpm │ ├── title-3-inactive.xpm │ ├── title-4-active.xpm │ ├── title-4-inactive.xpm │ ├── title-5-active.xpm │ ├── title-5-inactive.xpm │ ├── top-left-active.xpm │ ├── top-left-inactive.xpm │ ├── top-right-active.xpm │ └── top-right-inactive.xpm ├── nixie-tube ├── gtk-2.0 │ ├── Arrows │ │ ├── arrow-down-insens.png │ │ ├── arrow-down-prelight.png │ │ ├── arrow-down-pressed.png │ │ ├── arrow-down.png │ │ ├── arrow-left.png │ │ ├── arrow-right-norm.png │ │ ├── arrow-right-prelight.png │ │ ├── arrow-right.png │ │ └── arrow-up.png │ ├── Buttons │ │ ├── button-default.png │ │ ├── button-insensitive.png │ │ ├── button-insensitive.xcf │ │ ├── button-normal.png │ │ ├── button-prelight.png │ │ └── button-pressed.png │ ├── Check-Radio │ │ ├── ..png │ │ ├── check1.png │ │ ├── check2.png │ │ ├── check3.png │ │ ├── check4.png │ │ ├── checklight.png │ │ ├── highlight.png │ │ ├── option1.png │ │ ├── option2.png │ │ ├── option3.png │ │ └── option4.png │ ├── Combo │ │ ├── combo-active.png │ │ ├── combo-arrow-insens.png │ │ ├── combo-arrow-prelight.png │ │ ├── combo-arrow.png │ │ ├── combo-inactive.png │ │ ├── combo-normal.png │ │ ├── combo-prelight.png │ │ ├── combo-pressed.png │ │ └── text-entry.png │ ├── Frame-Gap │ │ ├── frame-gap-end.png │ │ ├── frame-gap-start.png │ │ ├── frame1.png │ │ └── frame2.png │ ├── Handles │ │ ├── handle-h.png │ │ ├── handle-v.png │ │ └── resize-grip.png │ ├── Lines │ │ ├── line-h.png │ │ └── line-v.png │ ├── ListHeaders │ │ ├── list_header-insens.png │ │ ├── list_header-prelight.png │ │ ├── list_header-pressed.png │ │ └── list_header.png │ ├── Menu-Menubar │ │ ├── menu.png │ │ ├── menubar-item.png │ │ ├── menuitem.png │ │ └── menuline.png │ ├── Others │ │ ├── active.png │ │ ├── focus.png │ │ ├── null.png │ │ ├── null2.png │ │ └── ruler.png │ ├── Panel │ │ ├── handle-h.png │ │ ├── handle-v.png │ │ ├── panel-bg-pn.png │ │ ├── panel-bg.png │ │ ├── panelbutton1.png │ │ ├── panelbutton2.png │ │ └── panelbutton3.png │ ├── ProgressBar │ │ ├── progressbar-horiz.png │ │ ├── progressbar-vert.png │ │ ├── trough-progressbar-horiz.png │ │ └── trough-progressbar-vert.png │ ├── Range │ │ ├── null.png │ │ ├── slider-horiz-prelight.png │ │ ├── slider-horiz.png │ │ ├── slider-vert-prelight.png │ │ ├── slider-vert.png │ │ ├── trough-horizontal.png │ │ └── trough-vertical.png │ ├── Scrollbars │ │ ├── slider-horiz-insens.png │ │ ├── slider-horiz-prelight.png │ │ ├── slider-horiz.png │ │ ├── slider-vert-insens.png │ │ ├── slider-vert-prelight.png │ │ ├── slider-vert.png │ │ ├── stepper-down-insens.png │ │ ├── stepper-down-prelight.png │ │ ├── stepper-down.png │ │ ├── stepper-left-insens.png │ │ ├── stepper-left-prelight.png │ │ ├── stepper-left.png │ │ ├── stepper-right-insens.png │ │ ├── stepper-right-prelight.png │ │ ├── stepper-right.png │ │ ├── stepper-up-insens.png │ │ ├── stepper-up-prelight.png │ │ ├── stepper-up.png │ │ ├── trough-scrollbar-horiz.png │ │ └── trough-scrollbar-vert.png │ ├── Shadows │ │ ├── entry-shadow-in.png │ │ ├── shadow-etched-out.png │ │ ├── shadow-in.png │ │ ├── shadow-none.png │ │ ├── shadow-out.png │ │ ├── text-entry.png │ │ └── text.png │ ├── Spin │ │ ├── arrow-down-disable.png │ │ ├── arrow-down-prelight.png │ │ ├── arrow-down.png │ │ ├── arrow-up-disable.png │ │ ├── arrow-up-prelight.png │ │ ├── arrow-up.png │ │ ├── entry-shadow-in.png │ │ ├── spin-down-bg.png │ │ ├── spin-up-bg.png │ │ ├── text-entry-focus.png │ │ └── text-entry.png │ ├── Tabs │ │ ├── gap-bottom.png │ │ ├── gap-left.png │ │ ├── gap-right.png │ │ ├── gap-top.png │ │ ├── notebook.png │ │ ├── null.png │ │ ├── tab-bottom-active.png │ │ ├── tab-bottom.png │ │ ├── tab-left-active.png │ │ ├── tab-left.png │ │ ├── tab-right-active.png │ │ ├── tab-right.png │ │ ├── tab-top-active.png │ │ └── tab-top.png │ ├── Toolbar │ │ ├── toolbutton-normal.png │ │ ├── toolbutton-prelight.png │ │ ├── toolbutton-pressed.png │ │ └── toolbutton-toggled.png │ ├── gtkrc │ └── menubar.rc └── xfwm4 │ ├── README │ ├── bottom-active.xpm │ ├── bottom-inactive.xpm │ ├── bottom-left-active.xpm │ ├── bottom-left-inactive.xpm │ ├── bottom-right-active.xpm │ ├── bottom-right-inactive.xpm │ ├── close-active.xpm │ ├── close-inactive.xpm │ ├── close-pressed.xpm │ ├── hide-active.xpm │ ├── hide-inactive.xpm │ ├── hide-pressed.xpm │ ├── left-active.xpm │ ├── left-inactive.xpm │ ├── maximize-active.xpm │ ├── maximize-inactive.xpm │ ├── maximize-pressed.xpm │ ├── menu-active.xpm │ ├── menu-inactive.xpm │ ├── menu-pressed.xpm │ ├── right-active.xpm │ ├── right-inactive.xpm │ ├── shade-active.xpm │ ├── shade-inactive.xpm │ ├── shade-pressed.xpm │ ├── stick-active.xpm │ ├── stick-inactive.xpm │ ├── stick-pressed.xpm │ ├── themerc │ ├── title-1-active.xpm │ ├── title-1-inactive.xpm │ ├── title-2-active.xpm │ ├── title-2-inactive.xpm │ ├── title-3-active.xpm │ ├── title-3-inactive.xpm │ ├── title-4-active.xpm │ ├── title-4-inactive.xpm │ ├── title-5-active.xpm │ ├── title-5-inactive.xpm │ ├── top-left-active.xpm │ ├── top-left-inactive.xpm │ ├── top-right-active.xpm │ └── top-right-inactive.xpm ├── notebook ├── gtk-2.0 │ ├── Arrows │ │ ├── arrow-down-insens.png │ │ ├── arrow-down-prelight.png │ │ ├── arrow-down-pressed.png │ │ ├── arrow-down.png │ │ ├── arrow-left.png │ │ ├── arrow-right-norm.png │ │ ├── arrow-right-prelight.png │ │ ├── arrow-right.png │ │ └── arrow-up.png │ ├── Buttons │ │ ├── button-default.png │ │ ├── button-insensitive.png │ │ ├── button-insensitive.xcf │ │ ├── button-normal.png │ │ ├── button-prelight.png │ │ └── button-pressed.png │ ├── Check-Radio │ │ ├── check1.png │ │ ├── check2.png │ │ ├── check3.png │ │ ├── check4.png │ │ ├── checklight.png │ │ ├── highlight.png │ │ ├── option1.png │ │ ├── option2.png │ │ ├── option3.png │ │ └── option4.png │ ├── Combo │ │ ├── combo-active.png │ │ ├── combo-arrow-insens.png │ │ ├── combo-arrow-prelight.png │ │ ├── combo-arrow.png │ │ ├── combo-inactive.png │ │ ├── combo-normal.png │ │ ├── combo-prelight.png │ │ ├── combo-pressed.png │ │ └── text-entry.png │ ├── Frame-Gap │ │ ├── frame-gap-end.png │ │ ├── frame-gap-start.png │ │ ├── frame1.png │ │ └── frame2.png │ ├── Handles │ │ ├── handle-h.png │ │ ├── handle-v.png │ │ └── resize-grip.png │ ├── Lines │ │ ├── line-h.png │ │ └── line-v.png │ ├── ListHeaders │ │ ├── list_header-insens.png │ │ ├── list_header-prelight.png │ │ ├── list_header-pressed.png │ │ └── list_header.png │ ├── Menu-Menubar │ │ ├── menu.png │ │ ├── menubar-item.png │ │ ├── menuitem.png │ │ └── menuline.png │ ├── Others │ │ ├── active.png │ │ ├── focus.png │ │ ├── null.png │ │ ├── null2.png │ │ └── ruler.png │ ├── Panel │ │ ├── handle-h.png │ │ ├── handle-v.png │ │ ├── panel-bg.png │ │ ├── panelbutton1.png │ │ ├── panelbutton2.png │ │ └── panelbutton3.png │ ├── ProgressBar │ │ ├── progressbar-horiz.png │ │ ├── progressbar-vert.png │ │ ├── trough-progressbar-horiz.png │ │ └── trough-progressbar-vert.png │ ├── Range │ │ ├── null.png │ │ ├── slider-horiz-prelight.png │ │ ├── slider-horiz.png │ │ ├── slider-vert-prelight.png │ │ ├── slider-vert.png │ │ ├── trough-horizontal.png │ │ └── trough-vertical.png │ ├── Scrollbars │ │ ├── slider-horiz-insens.png │ │ ├── slider-horiz-prelight.png │ │ ├── slider-horiz.png │ │ ├── slider-vert-insens.png │ │ ├── slider-vert-prelight.png │ │ ├── slider-vert.png │ │ ├── stepper-down-insens.png │ │ ├── stepper-down-prelight.png │ │ ├── stepper-down.png │ │ ├── stepper-left-insens.png │ │ ├── stepper-left-prelight.png │ │ ├── stepper-left.png │ │ ├── stepper-right-insens.png │ │ ├── stepper-right-prelight.png │ │ ├── stepper-right.png │ │ ├── stepper-up-insens.png │ │ ├── stepper-up-prelight.png │ │ ├── stepper-up.png │ │ ├── trough-scrollbar-horiz.png │ │ └── trough-scrollbar-vert.png │ ├── Shadows │ │ ├── entry-shadow-in.png │ │ ├── shadow-etched-out.png │ │ ├── shadow-in.png │ │ ├── shadow-none.png │ │ ├── shadow-out.png │ │ ├── text-entry.png │ │ └── text.png │ ├── Spin │ │ ├── arrow-down-disable.png │ │ ├── arrow-down-prelight.png │ │ ├── arrow-down.png │ │ ├── arrow-up-disable.png │ │ ├── arrow-up-prelight.png │ │ ├── arrow-up.png │ │ ├── entry-shadow-in.png │ │ ├── spin-down-bg.png │ │ ├── spin-up-bg.png │ │ ├── text-entry-focus.png │ │ └── text-entry.png │ ├── Tabs │ │ ├── gap-bottom.png │ │ ├── gap-left.png │ │ ├── gap-right.png │ │ ├── gap-top.png │ │ ├── notebook.png │ │ ├── null.png │ │ ├── tab-bottom-active.png │ │ ├── tab-bottom.png │ │ ├── tab-left-active.png │ │ ├── tab-left.png │ │ ├── tab-right-active.png │ │ ├── tab-right.png │ │ ├── tab-top-active.png │ │ └── tab-top.png │ ├── Toolbar │ │ ├── toolbutton-normal.png │ │ ├── toolbutton-prelight.png │ │ ├── toolbutton-pressed.png │ │ └── toolbutton-toggled.png │ ├── gtkrc │ ├── menubar.rc │ └── panel.rc └── xfwm4 │ ├── README │ ├── bottom-active.xpm │ ├── bottom-inactive.xpm │ ├── bottom-left-active.xpm │ ├── bottom-left-inactive.xpm │ ├── bottom-right-active.xpm │ ├── bottom-right-inactive.xpm │ ├── close-active.xpm │ ├── close-inactive.xpm │ ├── close-pressed.xpm │ ├── hide-active.xpm │ ├── hide-inactive.xpm │ ├── hide-pressed.xpm │ ├── left-active.xpm │ ├── left-inactive.xpm │ ├── maximize-active.xpm │ ├── maximize-inactive.xpm │ ├── maximize-pressed.xpm │ ├── menu-active.xpm │ ├── menu-inactive.xpm │ ├── menu-pressed.xpm │ ├── right-active.xpm │ ├── right-inactive.xpm │ ├── shade-active.xpm │ ├── shade-inactive.xpm │ ├── shade-pressed.xpm │ ├── stick-active.xpm │ ├── stick-inactive.xpm │ ├── stick-pressed.xpm │ ├── themerc │ ├── title-1-active.xpm │ ├── title-1-inactive.xpm │ ├── title-2-active.xpm │ ├── title-2-inactive.xpm │ ├── title-3-active.xpm │ ├── title-3-inactive.xpm │ ├── title-4-active.xpm │ ├── title-4-inactive.xpm │ ├── title-5-active.xpm │ ├── title-5-inactive.xpm │ ├── top-left-active.xpm │ ├── top-left-inactive.xpm │ ├── top-right-active.xpm │ └── top-right-inactive.xpm ├── tech-console-cyan ├── gtk-2.0 │ ├── Arrows │ │ ├── arrow-down-insens.png │ │ ├── arrow-down-prelight.png │ │ ├── arrow-down-pressed.png │ │ ├── arrow-down.png │ │ ├── arrow-left.png │ │ ├── arrow-right-norm.png │ │ ├── arrow-right-prelight.png │ │ ├── arrow-right.png │ │ └── arrow-up.png │ ├── Buttons │ │ ├── button-default.png │ │ ├── button-insensitive.png │ │ ├── button-insensitive.xcf │ │ ├── button-normal.png │ │ ├── button-prelight.png │ │ ├── button-pressed.png │ │ └── my.png │ ├── Check-Radio │ │ ├── ..png │ │ ├── check1.png │ │ ├── check2.png │ │ ├── check3.png │ │ ├── check4.png │ │ ├── checklight.png │ │ ├── highlight.png │ │ ├── option1.png │ │ ├── option2.png │ │ ├── option3.png │ │ └── option4.png │ ├── Combo │ │ ├── combo-active.png │ │ ├── combo-arrow-insens.png │ │ ├── combo-arrow-prelight.png │ │ ├── combo-arrow.png │ │ ├── combo-inactive.png │ │ ├── combo-normal.png │ │ ├── combo-prelight.png │ │ ├── combo-pressed.png │ │ └── text-entry.png │ ├── Frame-Gap │ │ ├── frame-gap-end.png │ │ ├── frame-gap-start.png │ │ ├── frame1.png │ │ └── frame2.png │ ├── Handles │ │ ├── handle-h.png │ │ ├── handle-v.png │ │ └── resize-grip.png │ ├── Lines │ │ ├── line-h.png │ │ └── line-v.png │ ├── ListHeaders │ │ ├── list_header-insens.png │ │ ├── list_header-prelight.png │ │ ├── list_header-pressed.png │ │ └── list_header.png │ ├── Menu-Menubar │ │ ├── menu.png │ │ ├── menubar-item.png │ │ ├── menuitem.png │ │ └── menuline.png │ ├── Others │ │ ├── active.png │ │ ├── focus.png │ │ ├── null.png │ │ ├── null2.png │ │ └── ruler.png │ ├── Panel │ │ ├── handle-h.png │ │ ├── handle-v.png │ │ ├── panel-bg-pn.png │ │ ├── panel-bg.png │ │ ├── panelbutton1.png │ │ ├── panelbutton2.png │ │ └── panelbutton3.png │ ├── ProgressBar │ │ ├── progressbar-horiz.png │ │ ├── progressbar-vert.png │ │ ├── trough-progressbar-horiz.png │ │ └── trough-progressbar-vert.png │ ├── Range │ │ ├── null.png │ │ ├── slider-horiz-prelight.png │ │ ├── slider-horiz.png │ │ ├── slider-vert-prelight.png │ │ ├── slider-vert.png │ │ ├── trough-horizontal.png │ │ └── trough-vertical.png │ ├── Scrollbars │ │ ├── slider-horiz-insens.png │ │ ├── slider-horiz-prelight.png │ │ ├── slider-horiz.png │ │ ├── slider-vert-insens.png │ │ ├── slider-vert-prelight.png │ │ ├── slider-vert.png │ │ ├── stepper-down-insens.png │ │ ├── stepper-down-prelight.png │ │ ├── stepper-down.png │ │ ├── stepper-left-insens.png │ │ ├── stepper-left-prelight.png │ │ ├── stepper-left.png │ │ ├── stepper-right-insens.png │ │ ├── stepper-right-prelight.png │ │ ├── stepper-right.png │ │ ├── stepper-up-insens.png │ │ ├── stepper-up-prelight.png │ │ ├── stepper-up.png │ │ ├── trough-scrollbar-horiz.png │ │ └── trough-scrollbar-vert.png │ ├── Shadows │ │ ├── entry-shadow-in.png │ │ ├── shadow-etched-out.png │ │ ├── shadow-in.png │ │ ├── shadow-none.png │ │ ├── shadow-out.png │ │ ├── text-entry.png │ │ └── text.png │ ├── Spin │ │ ├── arrow-down-disable.png │ │ ├── arrow-down-prelight.png │ │ ├── arrow-down.png │ │ ├── arrow-up-disable.png │ │ ├── arrow-up-prelight.png │ │ ├── arrow-up.png │ │ ├── entry-shadow-in.png │ │ ├── spin-down-bg.png │ │ ├── spin-up-bg.png │ │ ├── text-entry-focus.png │ │ └── text-entry.png │ ├── Tabs │ │ ├── gap-bottom.png │ │ ├── gap-left.png │ │ ├── gap-right.png │ │ ├── gap-top.png │ │ ├── notebook.png │ │ ├── null.png │ │ ├── tab-bottom-active.png │ │ ├── tab-bottom.png │ │ ├── tab-left-active.png │ │ ├── tab-left.png │ │ ├── tab-right-active.png │ │ ├── tab-right.png │ │ ├── tab-top-active.png │ │ └── tab-top.png │ ├── Toolbar │ │ ├── toolbutton-normal.png │ │ ├── toolbutton-prelight.png │ │ ├── toolbutton-pressed.png │ │ └── toolbutton-toggled.png │ ├── assets │ │ ├── arrow │ │ │ ├── arrow_down.png │ │ │ ├── arrow_small_down.png │ │ │ ├── arrow_small_left.png │ │ │ ├── arrow_small_right.png │ │ │ ├── arrow_small_up.png │ │ │ └── arrow_up.png │ │ ├── button │ │ │ ├── button_active.png │ │ │ ├── button_desactive.png │ │ │ └── button_prelight.png │ │ ├── checkbox │ │ │ ├── checkbox_active.png │ │ │ ├── checkbox_active_checked.png │ │ │ ├── checkbox_disabled.png │ │ │ ├── checkbox_disabled_checked.png │ │ │ ├── checkbox_normal.png │ │ │ ├── checkbox_normal_checked.png │ │ │ ├── checkbox_selected.png │ │ │ ├── checkbox_selected_checked.png │ │ │ ├── radio_active.png │ │ │ ├── radio_active_checked.png │ │ │ ├── radio_disabled.png │ │ │ ├── radio_disabled_checked.png │ │ │ ├── radio_normal.png │ │ │ ├── radio_normal_checked.png │ │ │ ├── radio_selected.png │ │ │ └── radio_selected_checked.png │ │ ├── entry │ │ │ ├── .png │ │ │ ├── combobox_button_disabled.png │ │ │ ├── combobox_button_normal.png │ │ │ ├── combobox_disabled.png │ │ │ ├── combobox_normal.png │ │ │ ├── combobox_selected.png │ │ │ ├── entry_disabled.png │ │ │ ├── entry_normal.png │ │ │ └── entry_selected.png │ │ ├── menu │ │ │ ├── menu_border.png │ │ │ ├── menu_frame.png │ │ │ ├── menu_selection.png │ │ │ └── menu_separator.png │ │ ├── notebook │ │ │ ├── notebook_back.png │ │ │ ├── notebook_gap_h.png │ │ │ ├── notebook_gap_v.png │ │ │ ├── tab_bottom.png │ │ │ ├── tab_bottom_active.png │ │ │ ├── tab_left.png │ │ │ ├── tab_left_active.png │ │ │ ├── tab_right.png │ │ │ ├── tab_right_active.png │ │ │ ├── tab_top.png │ │ │ └── tab_top_active.png │ │ ├── others │ │ │ ├── box.png │ │ │ ├── expander_minus.png │ │ │ ├── expander_plus.png │ │ │ ├── frame.png │ │ │ ├── gap_end.png │ │ │ ├── gap_start.png │ │ │ ├── invisible.png │ │ │ └── line.png │ │ ├── progressbar │ │ │ ├── progressbar_back.png │ │ │ └── progressbar_bar.png │ │ ├── range │ │ │ ├── range_back_h.png │ │ │ ├── range_back_v.png │ │ │ ├── slider_h.png │ │ │ ├── slider_h_click.png │ │ │ ├── slider_h_slide.png │ │ │ ├── slider_v.png │ │ │ ├── slider_v_click.png │ │ │ └── slider_v_slide.png │ │ ├── scrollbar │ │ │ ├── scrollbar_arrow_down.png │ │ │ ├── scrollbar_arrow_down_prelight.png │ │ │ ├── scrollbar_arrow_down_selected.png │ │ │ ├── scrollbar_arrow_left.png │ │ │ ├── scrollbar_arrow_left_prelight.png │ │ │ ├── scrollbar_arrow_left_selected.png │ │ │ ├── scrollbar_arrow_right.png │ │ │ ├── scrollbar_arrow_right_prelight.png │ │ │ ├── scrollbar_arrow_right_selected.png │ │ │ ├── scrollbar_arrow_up.png │ │ │ ├── scrollbar_arrow_up_prelight.png │ │ │ ├── scrollbar_arrow_up_selected.png │ │ │ ├── scrollbar_background.png │ │ │ ├── scrollbar_prelight.png │ │ │ └── scrollbar_slider.png │ │ ├── spinbutton │ │ │ ├── back_bottom_disabled.png │ │ │ ├── back_bottom_normal.png │ │ │ ├── back_bottom_selected.png │ │ │ ├── back_top_disabled.png │ │ │ ├── back_top_normal.png │ │ │ └── back_top_selected.png │ │ ├── toolbar │ │ │ ├── toolbar_button_active.png │ │ │ ├── toolbar_button_prelight.png │ │ │ ├── toolbar_normal.png │ │ │ └── toolbar_separator.png │ │ ├── treeview │ │ │ ├── treeview_header.png │ │ │ └── treeview_header_prelight.png │ │ ├── wisker │ │ │ ├── arrow_down_normal.png │ │ │ ├── arrow_down_selected.png │ │ │ ├── arrow_left_normal.png │ │ │ ├── arrow_left_selected.png │ │ │ ├── arrow_right_normal.png │ │ │ ├── arrow_right_selected.png │ │ │ ├── arrow_up_normal.png │ │ │ ├── arrow_up_selected.png │ │ │ ├── scrollbar_back.png │ │ │ ├── scrollbar_slider_normal.png │ │ │ ├── scrollbar_slider_prelight.png │ │ │ └── shadow.png │ │ └── xfce-panel │ │ │ ├── button_active.png │ │ │ └── button_selected.png │ ├── gtkrc │ └── menubar.rc ├── menu-active.xpm ├── menu-inactive.xpm ├── menu-pressed.xpm ├── shade-active.xpm ├── shade-inactive.xpm ├── shade-pressed.xpm ├── stick-active.xpm ├── stick-inactive.xpm ├── stick-pressed.xpm └── xfwm4 │ ├── 171106_202312_01.jpg │ ├── README │ ├── bottom-active.xpm │ ├── bottom-inactive.xpm │ ├── bottom-left-active.xpm │ ├── bottom-left-inactive.xpm │ ├── bottom-right-active.xpm │ ├── bottom-right-inactive.xpm │ ├── close-active.xpm │ ├── close-inactive.xpm │ ├── close-pressed.xpm │ ├── hide-active.xpm │ ├── hide-inactive.xpm │ ├── hide-pressed.xpm │ ├── left-active.xpm │ ├── left-inactive.xpm │ ├── maximize-active.xpm │ ├── maximize-inactive.xpm │ ├── maximize-pressed.xpm │ ├── right-active.xpm │ ├── right-inactive.xpm │ ├── themerc │ ├── title-1-active.xpm │ ├── title-1-inactive.xpm │ ├── title-2-active.xpm │ ├── title-2-inactive.xpm │ ├── title-3-active.xpm │ ├── title-3-inactive.xpm │ ├── title-4-active.xpm │ ├── title-4-inactive.xpm │ ├── title-5-active.xpm │ ├── title-5-inactive.xpm │ ├── top-left-active.xpm │ ├── top-left-inactive.xpm │ ├── top-right-active.png │ ├── top-right-active.xcf │ ├── top-right-active.xpm │ ├── top-right-inactive.png │ └── top-right-inactive.xpm ├── tech-console-green ├── gtk-2.0 │ ├── Arrows │ │ ├── arrow-down-insens.png │ │ ├── arrow-down-prelight.png │ │ ├── arrow-down-pressed.png │ │ ├── arrow-down.png │ │ ├── arrow-left.png │ │ ├── arrow-right-norm.png │ │ ├── arrow-right-prelight.png │ │ ├── arrow-right.png │ │ └── arrow-up.png │ ├── Buttons │ │ ├── button-default.png │ │ ├── button-insensitive.png │ │ ├── button-insensitive.xcf │ │ ├── button-normal.png │ │ ├── button-prelight.png │ │ ├── button-pressed.png │ │ └── my.png │ ├── Check-Radio │ │ ├── ..png │ │ ├── check1.png │ │ ├── check2.png │ │ ├── check3.png │ │ ├── check4.png │ │ ├── checklight.png │ │ ├── highlight.png │ │ ├── option1.png │ │ ├── option2.png │ │ ├── option3.png │ │ └── option4.png │ ├── Combo │ │ ├── combo-active.png │ │ ├── combo-arrow-insens.png │ │ ├── combo-arrow-prelight.png │ │ ├── combo-arrow.png │ │ ├── combo-inactive.png │ │ ├── combo-normal.png │ │ ├── combo-prelight.png │ │ ├── combo-pressed.png │ │ └── text-entry.png │ ├── Frame-Gap │ │ ├── frame-gap-end.png │ │ ├── frame-gap-start.png │ │ ├── frame1.png │ │ └── frame2.png │ ├── Handles │ │ ├── handle-h.png │ │ ├── handle-v.png │ │ └── resize-grip.png │ ├── Lines │ │ ├── line-h.png │ │ └── line-v.png │ ├── ListHeaders │ │ ├── list_header-insens.png │ │ ├── list_header-prelight.png │ │ ├── list_header-pressed.png │ │ └── list_header.png │ ├── Menu-Menubar │ │ ├── menu.png │ │ ├── menubar-item.png │ │ ├── menuitem.png │ │ └── menuline.png │ ├── Others │ │ ├── active.png │ │ ├── focus.png │ │ ├── null.png │ │ ├── null2.png │ │ └── ruler.png │ ├── Panel │ │ ├── handle-h.png │ │ ├── handle-v.png │ │ ├── panel-bg-pn.png │ │ ├── panel-bg.png │ │ ├── panelbutton1.png │ │ ├── panelbutton2.png │ │ └── panelbutton3.png │ ├── ProgressBar │ │ ├── progressbar-horiz.png │ │ ├── progressbar-vert.png │ │ ├── trough-progressbar-horiz.png │ │ └── trough-progressbar-vert.png │ ├── Range │ │ ├── null.png │ │ ├── slider-horiz-prelight.png │ │ ├── slider-horiz.png │ │ ├── slider-vert-prelight.png │ │ ├── slider-vert.png │ │ ├── trough-horizontal.png │ │ └── trough-vertical.png │ ├── Scrollbars │ │ ├── slider-horiz-insens.png │ │ ├── slider-horiz-prelight.png │ │ ├── slider-horiz.png │ │ ├── slider-vert-insens.png │ │ ├── slider-vert-prelight.png │ │ ├── slider-vert.png │ │ ├── stepper-down-insens.png │ │ ├── stepper-down-prelight.png │ │ ├── stepper-down.png │ │ ├── stepper-left-insens.png │ │ ├── stepper-left-prelight.png │ │ ├── stepper-left.png │ │ ├── stepper-right-insens.png │ │ ├── stepper-right-prelight.png │ │ ├── stepper-right.png │ │ ├── stepper-up-insens.png │ │ ├── stepper-up-prelight.png │ │ ├── stepper-up.png │ │ ├── trough-scrollbar-horiz.png │ │ └── trough-scrollbar-vert.png │ ├── Shadows │ │ ├── entry-shadow-in.png │ │ ├── shadow-etched-out.png │ │ ├── shadow-in.png │ │ ├── shadow-none.png │ │ ├── shadow-out.png │ │ ├── text-entry.png │ │ └── text.png │ ├── Spin │ │ ├── arrow-down-disable.png │ │ ├── arrow-down-prelight.png │ │ ├── arrow-down.png │ │ ├── arrow-up-disable.png │ │ ├── arrow-up-prelight.png │ │ ├── arrow-up.png │ │ ├── entry-shadow-in.png │ │ ├── spin-down-bg.png │ │ ├── spin-up-bg.png │ │ ├── text-entry-focus.png │ │ └── text-entry.png │ ├── Tabs │ │ ├── gap-bottom.png │ │ ├── gap-left.png │ │ ├── gap-right.png │ │ ├── gap-top.png │ │ ├── notebook.png │ │ ├── null.png │ │ ├── tab-bottom-active.png │ │ ├── tab-bottom.png │ │ ├── tab-left-active.png │ │ ├── tab-left.png │ │ ├── tab-right-active.png │ │ ├── tab-right.png │ │ ├── tab-top-active.png │ │ └── tab-top.png │ ├── Toolbar │ │ ├── toolbutton-normal.png │ │ ├── toolbutton-prelight.png │ │ ├── toolbutton-pressed.png │ │ └── toolbutton-toggled.png │ ├── assets │ │ ├── arrow │ │ │ ├── arrow_down.png │ │ │ ├── arrow_small_down.png │ │ │ ├── arrow_small_left.png │ │ │ ├── arrow_small_right.png │ │ │ ├── arrow_small_up.png │ │ │ └── arrow_up.png │ │ ├── button │ │ │ ├── button_active.png │ │ │ ├── button_desactive.png │ │ │ └── button_prelight.png │ │ ├── checkbox │ │ │ ├── checkbox_active.png │ │ │ ├── checkbox_active_checked.png │ │ │ ├── checkbox_disabled.png │ │ │ ├── checkbox_disabled_checked.png │ │ │ ├── checkbox_normal.png │ │ │ ├── checkbox_normal_checked.png │ │ │ ├── checkbox_selected.png │ │ │ ├── checkbox_selected_checked.png │ │ │ ├── radio_active.png │ │ │ ├── radio_active_checked.png │ │ │ ├── radio_disabled.png │ │ │ ├── radio_disabled_checked.png │ │ │ ├── radio_normal.png │ │ │ ├── radio_normal_checked.png │ │ │ ├── radio_selected.png │ │ │ └── radio_selected_checked.png │ │ ├── entry │ │ │ ├── .png │ │ │ ├── combobox_button_disabled.png │ │ │ ├── combobox_button_normal.png │ │ │ ├── combobox_disabled.png │ │ │ ├── combobox_normal.png │ │ │ ├── combobox_selected.png │ │ │ ├── entry_disabled.png │ │ │ ├── entry_normal.png │ │ │ └── entry_selected.png │ │ ├── menu │ │ │ ├── menu_border.png │ │ │ ├── menu_frame.png │ │ │ ├── menu_selection.png │ │ │ └── menu_separator.png │ │ ├── notebook │ │ │ ├── notebook_back.png │ │ │ ├── notebook_gap_h.png │ │ │ ├── notebook_gap_v.png │ │ │ ├── tab_bottom.png │ │ │ ├── tab_bottom_active.png │ │ │ ├── tab_left.png │ │ │ ├── tab_left_active.png │ │ │ ├── tab_right.png │ │ │ ├── tab_right_active.png │ │ │ ├── tab_top.png │ │ │ └── tab_top_active.png │ │ ├── others │ │ │ ├── box.png │ │ │ ├── expander_minus.png │ │ │ ├── expander_plus.png │ │ │ ├── frame.png │ │ │ ├── gap_end.png │ │ │ ├── gap_start.png │ │ │ ├── invisible.png │ │ │ └── line.png │ │ ├── progressbar │ │ │ ├── progressbar_back.png │ │ │ └── progressbar_bar.png │ │ ├── range │ │ │ ├── range_back_h.png │ │ │ ├── range_back_v.png │ │ │ ├── slider_h.png │ │ │ ├── slider_h_click.png │ │ │ ├── slider_h_slide.png │ │ │ ├── slider_v.png │ │ │ ├── slider_v_click.png │ │ │ └── slider_v_slide.png │ │ ├── scrollbar │ │ │ ├── scrollbar_arrow_down.png │ │ │ ├── scrollbar_arrow_down_prelight.png │ │ │ ├── scrollbar_arrow_down_selected.png │ │ │ ├── scrollbar_arrow_left.png │ │ │ ├── scrollbar_arrow_left_prelight.png │ │ │ ├── scrollbar_arrow_left_selected.png │ │ │ ├── scrollbar_arrow_right.png │ │ │ ├── scrollbar_arrow_right_prelight.png │ │ │ ├── scrollbar_arrow_right_selected.png │ │ │ ├── scrollbar_arrow_up.png │ │ │ ├── scrollbar_arrow_up_prelight.png │ │ │ ├── scrollbar_arrow_up_selected.png │ │ │ ├── scrollbar_background.png │ │ │ ├── scrollbar_prelight.png │ │ │ └── scrollbar_slider.png │ │ ├── spinbutton │ │ │ ├── back_bottom_disabled.png │ │ │ ├── back_bottom_normal.png │ │ │ ├── back_bottom_selected.png │ │ │ ├── back_top_disabled.png │ │ │ ├── back_top_normal.png │ │ │ └── back_top_selected.png │ │ ├── toolbar │ │ │ ├── toolbar_button_active.png │ │ │ ├── toolbar_button_prelight.png │ │ │ ├── toolbar_normal.png │ │ │ └── toolbar_separator.png │ │ ├── treeview │ │ │ ├── treeview_header.png │ │ │ └── treeview_header_prelight.png │ │ ├── wisker │ │ │ ├── arrow_down_normal.png │ │ │ ├── arrow_down_selected.png │ │ │ ├── arrow_left_normal.png │ │ │ ├── arrow_left_selected.png │ │ │ ├── arrow_right_normal.png │ │ │ ├── arrow_right_selected.png │ │ │ ├── arrow_up_normal.png │ │ │ ├── arrow_up_selected.png │ │ │ ├── scrollbar_back.png │ │ │ ├── scrollbar_slider_normal.png │ │ │ ├── scrollbar_slider_prelight.png │ │ │ └── shadow.png │ │ └── xfce-panel │ │ │ ├── button_active.png │ │ │ └── button_selected.png │ ├── gtkrc │ └── menubar.rc └── xfwm4 │ ├── 171106_202312_01.jpg │ ├── README │ ├── bottom-active.xpm │ ├── bottom-inactive.xpm │ ├── bottom-left-active.xpm │ ├── bottom-left-inactive.xpm │ ├── bottom-right-active.xpm │ ├── bottom-right-inactive.xpm │ ├── close-active.xpm │ ├── close-inactive.xpm │ ├── close-pressed.xpm │ ├── hide-active.xpm │ ├── hide-inactive.xpm │ ├── hide-pressed.xpm │ ├── left-active.xpm │ ├── left-inactive.xpm │ ├── maximize-active.xpm │ ├── maximize-inactive.xpm │ ├── maximize-pressed.xpm │ ├── right-active.xpm │ ├── right-inactive.xpm │ ├── themerc │ ├── title-1-active.xpm │ ├── title-1-inactive.xpm │ ├── title-2-active.xpm │ ├── title-2-inactive.xpm │ ├── title-3-active.xpm │ ├── title-3-inactive.xpm │ ├── title-4-active.xpm │ ├── title-4-inactive.xpm │ ├── title-5-active.xpm │ ├── title-5-inactive.xpm │ ├── top-left-active.xpm │ ├── top-left-inactive.xpm │ ├── top-right-active.png │ ├── top-right-active.xcf │ ├── top-right-active.xpm │ ├── top-right-inactive.png │ └── top-right-inactive.xpm ├── tech-console-red ├── gtk-2.0 │ ├── Arrows │ │ ├── arrow-down-insens.png │ │ ├── arrow-down-prelight.png │ │ ├── arrow-down-pressed.png │ │ ├── arrow-down.png │ │ ├── arrow-left.png │ │ ├── arrow-right-norm.png │ │ ├── arrow-right-prelight.png │ │ ├── arrow-right.png │ │ └── arrow-up.png │ ├── Buttons │ │ ├── button-default.png │ │ ├── button-insensitive.png │ │ ├── button-insensitive.xcf │ │ ├── button-normal.png │ │ ├── button-prelight.png │ │ ├── button-pressed.png │ │ └── my.png │ ├── Check-Radio │ │ ├── ..png │ │ ├── check1.png │ │ ├── check2.png │ │ ├── check3.png │ │ ├── check4.png │ │ ├── checklight.png │ │ ├── highlight.png │ │ ├── option1.png │ │ ├── option2.png │ │ ├── option3.png │ │ └── option4.png │ ├── Combo │ │ ├── combo-active.png │ │ ├── combo-arrow-insens.png │ │ ├── combo-arrow-prelight.png │ │ ├── combo-arrow.png │ │ ├── combo-inactive.png │ │ ├── combo-normal.png │ │ ├── combo-prelight.png │ │ ├── combo-pressed.png │ │ └── text-entry.png │ ├── Frame-Gap │ │ ├── frame-gap-end.png │ │ ├── frame-gap-start.png │ │ ├── frame1.png │ │ └── frame2.png │ ├── Handles │ │ ├── handle-h.png │ │ ├── handle-v.png │ │ └── resize-grip.png │ ├── Lines │ │ ├── line-h.png │ │ └── line-v.png │ ├── ListHeaders │ │ ├── list_header-insens.png │ │ ├── list_header-prelight.png │ │ ├── list_header-pressed.png │ │ └── list_header.png │ ├── Menu-Menubar │ │ ├── menu.png │ │ ├── menubar-item.png │ │ ├── menuitem.png │ │ └── menuline.png │ ├── Others │ │ ├── active.png │ │ ├── focus.png │ │ ├── null.png │ │ ├── null2.png │ │ └── ruler.png │ ├── Panel │ │ ├── handle-h.png │ │ ├── handle-v.png │ │ ├── panel-bg-pn.png │ │ ├── panel-bg.png │ │ ├── panelbutton1.png │ │ ├── panelbutton2.png │ │ └── panelbutton3.png │ ├── ProgressBar │ │ ├── progressbar-horiz.png │ │ ├── progressbar-vert.png │ │ ├── trough-progressbar-horiz.png │ │ └── trough-progressbar-vert.png │ ├── Range │ │ ├── null.png │ │ ├── slider-horiz-prelight.png │ │ ├── slider-horiz.png │ │ ├── slider-vert-prelight.png │ │ ├── slider-vert.png │ │ ├── trough-horizontal.png │ │ └── trough-vertical.png │ ├── Scrollbars │ │ ├── slider-horiz-insens.png │ │ ├── slider-horiz-prelight.png │ │ ├── slider-horiz.png │ │ ├── slider-vert-insens.png │ │ ├── slider-vert-prelight.png │ │ ├── slider-vert.png │ │ ├── stepper-down-insens.png │ │ ├── stepper-down-prelight.png │ │ ├── stepper-down.png │ │ ├── stepper-left-insens.png │ │ ├── stepper-left-prelight.png │ │ ├── stepper-left.png │ │ ├── stepper-right-insens.png │ │ ├── stepper-right-prelight.png │ │ ├── stepper-right.png │ │ ├── stepper-up-insens.png │ │ ├── stepper-up-prelight.png │ │ ├── stepper-up.png │ │ ├── trough-scrollbar-horiz.png │ │ └── trough-scrollbar-vert.png │ ├── Shadows │ │ ├── entry-shadow-in.png │ │ ├── shadow-etched-out.png │ │ ├── shadow-in.png │ │ ├── shadow-none.png │ │ ├── shadow-out.png │ │ ├── text-entry.png │ │ └── text.png │ ├── Spin │ │ ├── arrow-down-disable.png │ │ ├── arrow-down-prelight.png │ │ ├── arrow-down.png │ │ ├── arrow-up-disable.png │ │ ├── arrow-up-prelight.png │ │ ├── arrow-up.png │ │ ├── entry-shadow-in.png │ │ ├── spin-down-bg.png │ │ ├── spin-up-bg.png │ │ ├── text-entry-focus.png │ │ └── text-entry.png │ ├── Tabs │ │ ├── gap-bottom.png │ │ ├── gap-left.png │ │ ├── gap-right.png │ │ ├── gap-top.png │ │ ├── notebook.png │ │ ├── null.png │ │ ├── tab-bottom-active.png │ │ ├── tab-bottom.png │ │ ├── tab-left-active.png │ │ ├── tab-left.png │ │ ├── tab-right-active.png │ │ ├── tab-right.png │ │ ├── tab-top-active.png │ │ └── tab-top.png │ ├── Toolbar │ │ ├── toolbutton-normal.png │ │ ├── toolbutton-prelight.png │ │ ├── toolbutton-pressed.png │ │ └── toolbutton-toggled.png │ ├── assets │ │ ├── arrow │ │ │ ├── arrow_down.png │ │ │ ├── arrow_small_down.png │ │ │ ├── arrow_small_left.png │ │ │ ├── arrow_small_right.png │ │ │ ├── arrow_small_up.png │ │ │ └── arrow_up.png │ │ ├── button │ │ │ ├── button_active.png │ │ │ ├── button_desactive.png │ │ │ └── button_prelight.png │ │ ├── checkbox │ │ │ ├── checkbox_active.png │ │ │ ├── checkbox_active_checked.png │ │ │ ├── checkbox_disabled.png │ │ │ ├── checkbox_disabled_checked.png │ │ │ ├── checkbox_normal.png │ │ │ ├── checkbox_normal_checked.png │ │ │ ├── checkbox_selected.png │ │ │ ├── checkbox_selected_checked.png │ │ │ ├── radio_active.png │ │ │ ├── radio_active_checked.png │ │ │ ├── radio_disabled.png │ │ │ ├── radio_disabled_checked.png │ │ │ ├── radio_normal.png │ │ │ ├── radio_normal_checked.png │ │ │ ├── radio_selected.png │ │ │ └── radio_selected_checked.png │ │ ├── entry │ │ │ ├── .png │ │ │ ├── combobox_button_disabled.png │ │ │ ├── combobox_button_normal.png │ │ │ ├── combobox_disabled.png │ │ │ ├── combobox_normal.png │ │ │ ├── combobox_selected.png │ │ │ ├── entry_disabled.png │ │ │ ├── entry_normal.png │ │ │ └── entry_selected.png │ │ ├── menu │ │ │ ├── menu_border.png │ │ │ ├── menu_frame.png │ │ │ ├── menu_selection.png │ │ │ └── menu_separator.png │ │ ├── notebook │ │ │ ├── notebook_back.png │ │ │ ├── notebook_gap_h.png │ │ │ ├── notebook_gap_v.png │ │ │ ├── tab_bottom.png │ │ │ ├── tab_bottom_active.png │ │ │ ├── tab_left.png │ │ │ ├── tab_left_active.png │ │ │ ├── tab_right.png │ │ │ ├── tab_right_active.png │ │ │ ├── tab_top.png │ │ │ └── tab_top_active.png │ │ ├── others │ │ │ ├── box.png │ │ │ ├── expander_minus.png │ │ │ ├── expander_plus.png │ │ │ ├── frame.png │ │ │ ├── gap_end.png │ │ │ ├── gap_start.png │ │ │ ├── invisible.png │ │ │ └── line.png │ │ ├── progressbar │ │ │ ├── progressbar_back.png │ │ │ └── progressbar_bar.png │ │ ├── range │ │ │ ├── range_back_h.png │ │ │ ├── range_back_v.png │ │ │ ├── slider_h.png │ │ │ ├── slider_h_click.png │ │ │ ├── slider_h_slide.png │ │ │ ├── slider_v.png │ │ │ ├── slider_v_click.png │ │ │ └── slider_v_slide.png │ │ ├── scrollbar │ │ │ ├── scrollbar_arrow_down.png │ │ │ ├── scrollbar_arrow_down_prelight.png │ │ │ ├── scrollbar_arrow_down_selected.png │ │ │ ├── scrollbar_arrow_left.png │ │ │ ├── scrollbar_arrow_left_prelight.png │ │ │ ├── scrollbar_arrow_left_selected.png │ │ │ ├── scrollbar_arrow_right.png │ │ │ ├── scrollbar_arrow_right_prelight.png │ │ │ ├── scrollbar_arrow_right_selected.png │ │ │ ├── scrollbar_arrow_up.png │ │ │ ├── scrollbar_arrow_up_prelight.png │ │ │ ├── scrollbar_arrow_up_selected.png │ │ │ ├── scrollbar_background.png │ │ │ ├── scrollbar_prelight.png │ │ │ └── scrollbar_slider.png │ │ ├── spinbutton │ │ │ ├── back_bottom_disabled.png │ │ │ ├── back_bottom_normal.png │ │ │ ├── back_bottom_selected.png │ │ │ ├── back_top_disabled.png │ │ │ ├── back_top_normal.png │ │ │ └── back_top_selected.png │ │ ├── toolbar │ │ │ ├── toolbar_button_active.png │ │ │ ├── toolbar_button_prelight.png │ │ │ ├── toolbar_normal.png │ │ │ └── toolbar_separator.png │ │ ├── treeview │ │ │ ├── treeview_header.png │ │ │ └── treeview_header_prelight.png │ │ ├── wisker │ │ │ ├── arrow_down_normal.png │ │ │ ├── arrow_down_selected.png │ │ │ ├── arrow_left_normal.png │ │ │ ├── arrow_left_selected.png │ │ │ ├── arrow_right_normal.png │ │ │ ├── arrow_right_selected.png │ │ │ ├── arrow_up_normal.png │ │ │ ├── arrow_up_selected.png │ │ │ ├── scrollbar_back.png │ │ │ ├── scrollbar_slider_normal.png │ │ │ ├── scrollbar_slider_prelight.png │ │ │ └── shadow.png │ │ └── xfce-panel │ │ │ ├── button_active.png │ │ │ └── button_selected.png │ ├── gtkrc │ └── menubar.rc └── xfwm4 │ ├── 171106_202312_01.jpg │ ├── README │ ├── bottom-active.xpm │ ├── bottom-inactive.xpm │ ├── bottom-left-active.xpm │ ├── bottom-left-inactive.xpm │ ├── bottom-right-active.xpm │ ├── bottom-right-inactive.xpm │ ├── close-active.xpm │ ├── close-inactive.xpm │ ├── close-pressed.xpm │ ├── hide-active.xpm │ ├── hide-inactive.xpm │ ├── hide-pressed.xpm │ ├── left-active.xpm │ ├── left-inactive.xpm │ ├── maximize-active.xpm │ ├── maximize-inactive.xpm │ ├── maximize-pressed.xpm │ ├── right-active.xpm │ ├── right-inactive.xpm │ ├── themerc │ ├── title-1-active.xpm │ ├── title-1-inactive.xpm │ ├── title-2-active.xpm │ ├── title-2-inactive.xpm │ ├── title-3-active.xpm │ ├── title-3-inactive.xpm │ ├── title-4-active.xpm │ ├── title-4-inactive.xpm │ ├── title-5-active.xpm │ ├── title-5-inactive.xpm │ ├── top-left-active.xpm │ ├── top-left-inactive.xpm │ ├── top-right-active.png │ ├── top-right-active.xcf │ ├── top-right-active.xpm │ ├── top-right-inactive.png │ └── top-right-inactive.xpm ├── tech-edge-dark ├── gtk-2.0 │ ├── Arrows │ │ ├── arrow-down-insens.png │ │ ├── arrow-down-prelight.png │ │ ├── arrow-down-pressed.png │ │ ├── arrow-down.png │ │ ├── arrow-left.png │ │ ├── arrow-right-norm.png │ │ ├── arrow-right-prelight.png │ │ ├── arrow-right.png │ │ └── arrow-up.png │ ├── Buttons │ │ ├── button-default.png │ │ ├── button-insensitive.png │ │ ├── button-insensitive.xcf │ │ ├── button-normal.png │ │ ├── button-prelight.png │ │ └── button-pressed.png │ ├── Check-Radio │ │ ├── ..png │ │ ├── check1.png │ │ ├── check2.png │ │ ├── check3.png │ │ ├── check4.png │ │ ├── checklight.png │ │ ├── highlight.png │ │ ├── option1.png │ │ ├── option2.png │ │ ├── option3.png │ │ └── option4.png │ ├── Combo │ │ ├── combo-active.png │ │ ├── combo-arrow-insens.png │ │ ├── combo-arrow-prelight.png │ │ ├── combo-arrow.png │ │ ├── combo-inactive.png │ │ ├── combo-normal.png │ │ ├── combo-prelight.png │ │ ├── combo-pressed.png │ │ └── text-entry.png │ ├── Frame-Gap │ │ ├── frame-gap-end.png │ │ ├── frame-gap-start.png │ │ ├── frame1.png │ │ └── frame2.png │ ├── Handles │ │ ├── handle-h.png │ │ ├── handle-v.png │ │ └── resize-grip.png │ ├── Lines │ │ ├── line-h.png │ │ └── line-v.png │ ├── ListHeaders │ │ ├── list_header-insens.png │ │ ├── list_header-prelight.png │ │ ├── list_header-pressed.png │ │ └── list_header.png │ ├── Menu-Menubar │ │ ├── menu.png │ │ ├── menubar-item.png │ │ ├── menuitem.png │ │ └── menuline.png │ ├── Others │ │ ├── active.png │ │ ├── focus.png │ │ ├── null.png │ │ ├── null2.png │ │ └── ruler.png │ ├── Panel │ │ ├── handle-h.png │ │ ├── handle-v.png │ │ ├── panel-bg-pn.png │ │ ├── panel-bg.png │ │ ├── panelbutton1.png │ │ ├── panelbutton2.png │ │ └── panelbutton3.png │ ├── ProgressBar │ │ ├── progressbar-horiz.png │ │ ├── progressbar-vert.png │ │ ├── trough-progressbar-horiz.png │ │ └── trough-progressbar-vert.png │ ├── Range │ │ ├── null.png │ │ ├── slider-horiz-prelight.png │ │ ├── slider-horiz.png │ │ ├── slider-vert-prelight.png │ │ ├── slider-vert.png │ │ ├── trough-horizontal.png │ │ └── trough-vertical.png │ ├── Scrollbars │ │ ├── slider-horiz-insens.png │ │ ├── slider-horiz-prelight.png │ │ ├── slider-horiz.png │ │ ├── slider-vert-insens.png │ │ ├── slider-vert-prelight.png │ │ ├── slider-vert.png │ │ ├── stepper-down-insens.png │ │ ├── stepper-down-prelight.png │ │ ├── stepper-down.png │ │ ├── stepper-left-insens.png │ │ ├── stepper-left-prelight.png │ │ ├── stepper-left.png │ │ ├── stepper-right-insens.png │ │ ├── stepper-right-prelight.png │ │ ├── stepper-right.png │ │ ├── stepper-up-insens.png │ │ ├── stepper-up-prelight.png │ │ ├── stepper-up.png │ │ ├── trough-scrollbar-horiz.png │ │ └── trough-scrollbar-vert.png │ ├── Shadows │ │ ├── entry-shadow-in.png │ │ ├── shadow-etched-out.png │ │ ├── shadow-in.png │ │ ├── shadow-none.png │ │ ├── shadow-out.png │ │ ├── text-entry.png │ │ └── text.png │ ├── Spin │ │ ├── arrow-down-disable.png │ │ ├── arrow-down-prelight.png │ │ ├── arrow-down.png │ │ ├── arrow-up-disable.png │ │ ├── arrow-up-prelight.png │ │ ├── arrow-up.png │ │ ├── entry-shadow-in.png │ │ ├── spin-down-bg.png │ │ ├── spin-up-bg.png │ │ ├── text-entry-focus.png │ │ └── text-entry.png │ ├── Tabs │ │ ├── gap-bottom.png │ │ ├── gap-left.png │ │ ├── gap-right.png │ │ ├── gap-top.png │ │ ├── notebook.png │ │ ├── null.png │ │ ├── tab-bottom-active.png │ │ ├── tab-bottom.png │ │ ├── tab-left-active.png │ │ ├── tab-left.png │ │ ├── tab-right-active.png │ │ ├── tab-right.png │ │ ├── tab-top-active.png │ │ └── tab-top.png │ ├── Toolbar │ │ ├── toolbutton-normal.png │ │ ├── toolbutton-prelight.png │ │ ├── toolbutton-pressed.png │ │ └── toolbutton-toggled.png │ ├── gtkrc │ └── menubar.rc └── xfwm4 │ ├── README │ ├── bottom-active.xpm │ ├── bottom-inactive.xpm │ ├── bottom-left-active.xpm │ ├── bottom-left-inactive.xpm │ ├── bottom-right-active.xpm │ ├── bottom-right-inactive.xpm │ ├── close-active.xpm │ ├── close-inactive.xpm │ ├── close-pressed.xpm │ ├── e.xpm │ ├── hide-active.xpm │ ├── hide-inactive.xpm │ ├── hide-pressed.xpm │ ├── left-active.xpm │ ├── left-inactive.xpm │ ├── maximize-active.xpm │ ├── maximize-inactive.xpm │ ├── maximize-pressed.xpm │ ├── menu-active.xpm │ ├── menu-inactive.xpm │ ├── menu-pressed.xpm │ ├── right-active.xpm │ ├── right-inactive.xpm │ ├── shade-active.xpm │ ├── shade-inactive.xpm │ ├── shade-pressed.xpm │ ├── stick-active.xpm │ ├── stick-inactive.xpm │ ├── stick-pressed.xpm │ ├── themerc │ ├── title-1-active.xpm │ ├── title-1-inactive.xpm │ ├── title-2-active.xpm │ ├── title-2-inactive.xpm │ ├── title-3-active.xpm │ ├── title-3-inactive.xpm │ ├── title-4-active.xpm │ ├── title-4-inactive.xpm │ ├── title-5-active.xpm │ ├── title-5-inactive.xpm │ ├── top-left-active.xpm │ ├── top-left-inactive.xpm │ ├── top-right-active.xpm │ └── top-right-inactive.xpm ├── tech-edge-light ├── gtk-2.0 │ ├── Arrows │ │ ├── arrow-down-insens.png │ │ ├── arrow-down-prelight.png │ │ ├── arrow-down-pressed.png │ │ ├── arrow-down.png │ │ ├── arrow-left.png │ │ ├── arrow-right-norm.png │ │ ├── arrow-right-prelight.png │ │ ├── arrow-right.png │ │ └── arrow-up.png │ ├── Buttons │ │ ├── button-default.png │ │ ├── button-insensitive.png │ │ ├── button-insensitive.xcf │ │ ├── button-normal.png │ │ ├── button-prelight.png │ │ └── button-pressed.png │ ├── Check-Radio │ │ ├── check1.png │ │ ├── check2.png │ │ ├── check3.png │ │ ├── check4.png │ │ ├── checklight.png │ │ ├── highlight.png │ │ ├── option1.png │ │ ├── option2.png │ │ ├── option3.png │ │ └── option4.png │ ├── Combo │ │ ├── combo-active.png │ │ ├── combo-arrow-insens.png │ │ ├── combo-arrow-prelight.png │ │ ├── combo-arrow.png │ │ ├── combo-inactive.png │ │ ├── combo-normal.png │ │ ├── combo-prelight.png │ │ ├── combo-pressed.png │ │ └── text-entry.png │ ├── Frame-Gap │ │ ├── frame-gap-end.png │ │ ├── frame-gap-start.png │ │ ├── frame1.png │ │ └── frame2.png │ ├── Handles │ │ ├── handle-h.png │ │ ├── handle-v.png │ │ └── resize-grip.png │ ├── Lines │ │ ├── line-h.png │ │ └── line-v.png │ ├── ListHeaders │ │ ├── list_header-insens.png │ │ ├── list_header-prelight.png │ │ ├── list_header-pressed.png │ │ └── list_header.png │ ├── Menu-Menubar │ │ ├── menu.png │ │ ├── menubar-item.png │ │ ├── menuitem.png │ │ └── menuline.png │ ├── Others │ │ ├── active.png │ │ ├── focus.png │ │ ├── null.png │ │ ├── null2.png │ │ └── ruler.png │ ├── Panel │ │ ├── handle-h.png │ │ ├── handle-v.png │ │ ├── panel-bg-pn.png │ │ ├── panel-bg.png │ │ ├── panelbutton1.png │ │ ├── panelbutton2.png │ │ └── panelbutton3.png │ ├── ProgressBar │ │ ├── progressbar-horiz.png │ │ ├── progressbar-vert.png │ │ ├── trough-progressbar-horiz.png │ │ └── trough-progressbar-vert.png │ ├── Range │ │ ├── null.png │ │ ├── slider-horiz-prelight.png │ │ ├── slider-horiz.png │ │ ├── slider-vert-prelight.png │ │ ├── slider-vert.png │ │ ├── trough-horizontal.png │ │ └── trough-vertical.png │ ├── Scrollbars │ │ ├── slider-horiz-insens.png │ │ ├── slider-horiz-prelight.png │ │ ├── slider-horiz.png │ │ ├── slider-vert-insens.png │ │ ├── slider-vert-prelight.png │ │ ├── slider-vert.png │ │ ├── stepper-down-insens.png │ │ ├── stepper-down-prelight.png │ │ ├── stepper-down.png │ │ ├── stepper-left-insens.png │ │ ├── stepper-left-prelight.png │ │ ├── stepper-left.png │ │ ├── stepper-right-insens.png │ │ ├── stepper-right-prelight.png │ │ ├── stepper-right.png │ │ ├── stepper-up-insens.png │ │ ├── stepper-up-prelight.png │ │ ├── stepper-up.png │ │ ├── trough-scrollbar-horiz.png │ │ └── trough-scrollbar-vert.png │ ├── Shadows │ │ ├── entry-shadow-in.png │ │ ├── shadow-etched-out.png │ │ ├── shadow-in.png │ │ ├── shadow-none.png │ │ ├── shadow-out.png │ │ ├── text-entry.png │ │ └── text.png │ ├── Spin │ │ ├── arrow-down-disable.png │ │ ├── arrow-down-prelight.png │ │ ├── arrow-down.png │ │ ├── arrow-up-disable.png │ │ ├── arrow-up-prelight.png │ │ ├── arrow-up.png │ │ ├── entry-shadow-in.png │ │ ├── spin-down-bg.png │ │ ├── spin-up-bg.png │ │ ├── text-entry-focus.png │ │ └── text-entry.png │ ├── Tabs │ │ ├── gap-bottom.png │ │ ├── gap-left.png │ │ ├── gap-right.png │ │ ├── gap-top.png │ │ ├── notebook.png │ │ ├── null.png │ │ ├── tab-bottom-active.png │ │ ├── tab-bottom.png │ │ ├── tab-left-active.png │ │ ├── tab-left.png │ │ ├── tab-right-active.png │ │ ├── tab-right.png │ │ ├── tab-top-active.png │ │ └── tab-top.png │ ├── Toolbar │ │ ├── toolbutton-normal.png │ │ ├── toolbutton-prelight.png │ │ ├── toolbutton-pressed.png │ │ └── toolbutton-toggled.png │ ├── gtkrc │ └── menubar.rc └── xfwm4 │ ├── README │ ├── bottom-active.xpm │ ├── bottom-inactive.xpm │ ├── bottom-left-active.xpm │ ├── bottom-left-inactive.xpm │ ├── bottom-right-active.xpm │ ├── bottom-right-inactive.xpm │ ├── close-active.xpm │ ├── close-inactive.xpm │ ├── close-pressed.xpm │ ├── e.xpm │ ├── hide-active.xpm │ ├── hide-inactive.xpm │ ├── hide-pressed.xpm │ ├── left-active.xpm │ ├── left-inactive.xpm │ ├── maximize-active.xpm │ ├── maximize-inactive.xpm │ ├── maximize-pressed.xpm │ ├── menu-active.xpm │ ├── menu-inactive.xpm │ ├── menu-pressed.xpm │ ├── right-active.xpm │ ├── right-inactive.xpm │ ├── shade-active.xpm │ ├── shade-inactive.xpm │ ├── shade-pressed.xpm │ ├── stick-active.xpm │ ├── stick-inactive.xpm │ ├── stick-pressed.xpm │ ├── themerc │ ├── title-1-active.xpm │ ├── title-1-inactive.xpm │ ├── title-2-active.xpm │ ├── title-2-inactive.xpm │ ├── title-3-active.xpm │ ├── title-3-inactive.xpm │ ├── title-4-active.xpm │ ├── title-4-inactive.xpm │ ├── title-5-active.xpm │ ├── title-5-inactive.xpm │ ├── top-left-active.xpm │ ├── top-left-inactive.xpm │ ├── top-right-active.xpm │ └── top-right-inactive.xpm ├── time-machine ├── gtk-2.0 │ ├── Arrows │ │ ├── arrow-down-insens.png │ │ ├── arrow-down-prelight.png │ │ ├── arrow-down-pressed.png │ │ ├── arrow-down.png │ │ ├── arrow-left.png │ │ ├── arrow-right-norm.png │ │ ├── arrow-right-prelight.png │ │ ├── arrow-right.png │ │ └── arrow-up.png │ ├── Buttons │ │ ├── button-default.png │ │ ├── button-insensitive.png │ │ ├── button-insensitive.xcf │ │ ├── button-normal.png │ │ ├── button-prelight.png │ │ └── button-pressed.png │ ├── Check-Radio │ │ ├── ..png │ │ ├── check1.png │ │ ├── check2.png │ │ ├── check3.png │ │ ├── check4.png │ │ ├── checklight.png │ │ ├── highlight.png │ │ ├── option1.png │ │ ├── option2.png │ │ ├── option3.png │ │ └── option4.png │ ├── Combo │ │ ├── combo-active.png │ │ ├── combo-arrow-insens.png │ │ ├── combo-arrow-prelight.png │ │ ├── combo-arrow.png │ │ ├── combo-inactive.png │ │ ├── combo-normal.png │ │ ├── combo-prelight.png │ │ ├── combo-pressed.png │ │ └── text-entry.png │ ├── Frame-Gap │ │ ├── frame-gap-end.png │ │ ├── frame-gap-start.png │ │ ├── frame1.png │ │ └── frame2.png │ ├── Handles │ │ ├── handle-h.png │ │ ├── handle-v.png │ │ └── resize-grip.png │ ├── Lines │ │ ├── line-h.png │ │ └── line-v.png │ ├── ListHeaders │ │ ├── list_header-insens.png │ │ ├── list_header-prelight.png │ │ ├── list_header-pressed.png │ │ └── list_header.png │ ├── Menu-Menubar │ │ ├── menu.png │ │ ├── menubar-item.png │ │ ├── menuitem.png │ │ └── menuline.png │ ├── Others │ │ ├── active.png │ │ ├── focus.png │ │ ├── null.png │ │ ├── null2.png │ │ └── ruler.png │ ├── Panel │ │ ├── handle-h.png │ │ ├── handle-v.png │ │ ├── panel-bg-pn.png │ │ ├── panel-bg.png │ │ ├── panelbutton1.png │ │ ├── panelbutton2.png │ │ └── panelbutton3.png │ ├── ProgressBar │ │ ├── progressbar-horiz.png │ │ ├── progressbar-vert.png │ │ ├── trough-progressbar-horiz.png │ │ └── trough-progressbar-vert.png │ ├── Range │ │ ├── null.png │ │ ├── slider-horiz-prelight.png │ │ ├── slider-horiz.png │ │ ├── slider-vert-prelight.png │ │ ├── slider-vert.png │ │ ├── trough-horizontal.png │ │ └── trough-vertical.png │ ├── Scrollbars │ │ ├── slider-horiz-insens.png │ │ ├── slider-horiz-prelight.png │ │ ├── slider-horiz.png │ │ ├── slider-vert-insens.png │ │ ├── slider-vert-prelight.png │ │ ├── slider-vert.png │ │ ├── stepper-down-insens.png │ │ ├── stepper-down-prelight.png │ │ ├── stepper-down.png │ │ ├── stepper-left-insens.png │ │ ├── stepper-left-prelight.png │ │ ├── stepper-left.png │ │ ├── stepper-right-insens.png │ │ ├── stepper-right-prelight.png │ │ ├── stepper-right.png │ │ ├── stepper-up-insens.png │ │ ├── stepper-up-prelight.png │ │ ├── stepper-up.png │ │ ├── trough-scrollbar-horiz.png │ │ └── trough-scrollbar-vert.png │ ├── Shadows │ │ ├── entry-shadow-in.png │ │ ├── shadow-etched-out.png │ │ ├── shadow-in.png │ │ ├── shadow-none.png │ │ ├── shadow-out.png │ │ ├── text-entry.png │ │ └── text.png │ ├── Spin │ │ ├── arrow-down-disable.png │ │ ├── arrow-down-prelight.png │ │ ├── arrow-down.png │ │ ├── arrow-up-disable.png │ │ ├── arrow-up-prelight.png │ │ ├── arrow-up.png │ │ ├── entry-shadow-in.png │ │ ├── spin-down-bg.png │ │ ├── spin-up-bg.png │ │ ├── text-entry-focus.png │ │ └── text-entry.png │ ├── Tabs │ │ ├── gap-bottom.png │ │ ├── gap-left.png │ │ ├── gap-right.png │ │ ├── gap-top.png │ │ ├── notebook.png │ │ ├── null.png │ │ ├── tab-bottom-active.png │ │ ├── tab-bottom.png │ │ ├── tab-left-active.png │ │ ├── tab-left.png │ │ ├── tab-right-active.png │ │ ├── tab-right.png │ │ ├── tab-top-active.png │ │ └── tab-top.png │ ├── Toolbar │ │ ├── toolbutton-normal.png │ │ ├── toolbutton-prelight.png │ │ ├── toolbutton-pressed.png │ │ └── toolbutton-toggled.png │ ├── gtkrc │ └── menubar.rc └── xfwm4 │ ├── README │ ├── bottom-active.xpm │ ├── bottom-inactive.xpm │ ├── bottom-left-active.xpm │ ├── bottom-left-inactive.xpm │ ├── bottom-right-active.xpm │ ├── bottom-right-inactive.xpm │ ├── close-active.xpm │ ├── close-inactive.xpm │ ├── close-pressed.xpm │ ├── hide-active.xpm │ ├── hide-inactive.xpm │ ├── hide-pressed.xpm │ ├── left-active.xpm │ ├── left-inactive.xpm │ ├── maximize-active.xpm │ ├── maximize-inactive.xpm │ ├── maximize-pressed.xpm │ ├── menu-active.xpm │ ├── menu-inactive.xpm │ ├── menu-pressed.xpm │ ├── right-active.xpm │ ├── right-inactive.xpm │ ├── shade-active.xpm │ ├── shade-inactive.xpm │ ├── shade-pressed.xpm │ ├── stick-active.xpm │ ├── stick-inactive.xpm │ ├── stick-pressed.xpm │ ├── themerc │ ├── title-1-active.xpm │ ├── title-1-inactive.xpm │ ├── title-2-active.xpm │ ├── title-2-inactive.xpm │ ├── title-3-active.xpm │ ├── title-3-inactive.xpm │ ├── title-4-active.xcf │ ├── title-4-active.xpm │ ├── title-4-inactive.xpm │ ├── title-5-active.xpm │ ├── title-5-inactive.xpm │ ├── top-left-active.xpm │ ├── top-left-inactive.xpm │ ├── top-right-active.xpm │ └── top-right-inactive.xpm ├── ugly-dark └── xfwm4 │ ├── README │ ├── bottom-active.xpm │ ├── bottom-inactive.xpm │ ├── bottom-left-active.xpm │ ├── bottom-left-inactive.xpm │ ├── bottom-right-active.xpm │ ├── bottom-right-inactive.xpm │ ├── close-active.xpm │ ├── close-inactive.xpm │ ├── close-pressed.xpm │ ├── hide-active.xpm │ ├── hide-inactive.xpm │ ├── hide-pressed.xpm │ ├── left-active.xpm │ ├── left-inactive.xpm │ ├── maximize-active.xpm │ ├── maximize-inactive.xpm │ ├── maximize-pressed.xpm │ ├── menu-active.xpm │ ├── menu-inactive.xpm │ ├── menu-pressed.xpm │ ├── right-active.xpm │ ├── right-inactive.xpm │ ├── shade-active.xpm │ ├── shade-inactive.xpm │ ├── shade-pressed.xpm │ ├── stick-active.xpm │ ├── stick-inactive.xpm │ ├── stick-pressed.xpm │ ├── themerc │ ├── title-1-active.xpm │ ├── title-1-inactive.xpm │ ├── title-2-active.xpm │ ├── title-2-inactive.xpm │ ├── title-3-active.xpm │ ├── title-3-inactive.xpm │ ├── title-4-active.xcf │ ├── title-4-active.xpm │ ├── title-4-inactive.xpm │ ├── title-5-active.xpm │ ├── title-5-inactive.xpm │ ├── top-left-active.xpm │ ├── top-left-inactive.xpm │ ├── top-right-active.xpm │ └── top-right-inactive.xpm └── ugly └── xfwm4 ├── README ├── bottom-active.xpm ├── bottom-inactive.xpm ├── bottom-left-active.xpm ├── bottom-left-inactive.xpm ├── bottom-right-active.xpm ├── bottom-right-inactive.xpm ├── close-active.xpm ├── close-inactive.xpm ├── close-pressed.xpm ├── hide-active.xpm ├── hide-inactive.xpm ├── hide-pressed.xpm ├── left-active.xpm ├── left-inactive.xpm ├── maximize-active.xpm ├── maximize-inactive.xpm ├── maximize-pressed.xpm ├── menu-active.xpm ├── menu-inactive.xpm ├── menu-pressed.xpm ├── right-active.xpm ├── right-inactive.xpm ├── shade-active.xpm ├── shade-inactive.xpm ├── shade-pressed.xpm ├── stick-active.xpm ├── stick-inactive.xpm ├── stick-pressed.xpm ├── themerc ├── title-1-active.xpm ├── title-1-inactive.xpm ├── title-2-active.xpm ├── title-2-inactive.xpm ├── title-3-active.xpm ├── title-3-inactive.xpm ├── title-4-active.xcf ├── title-4-active.xpm ├── title-4-inactive.xpm ├── title-5-active.xpm ├── title-5-inactive.xpm ├── top-left-active.xpm ├── top-left-inactive.xpm ├── top-right-active.xpm └── top-right-inactive.xpm /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/README.md -------------------------------------------------------------------------------- /SAO-kirito/gtk-2.0/Lines/line-h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/SAO-kirito/gtk-2.0/Lines/line-h.png -------------------------------------------------------------------------------- /SAO-kirito/gtk-2.0/Lines/line-v.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/SAO-kirito/gtk-2.0/Lines/line-v.png -------------------------------------------------------------------------------- /SAO-kirito/gtk-2.0/Others/active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/SAO-kirito/gtk-2.0/Others/active.png -------------------------------------------------------------------------------- /SAO-kirito/gtk-2.0/Others/focus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/SAO-kirito/gtk-2.0/Others/focus.png -------------------------------------------------------------------------------- /SAO-kirito/gtk-2.0/Others/null.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/SAO-kirito/gtk-2.0/Others/null.png -------------------------------------------------------------------------------- /SAO-kirito/gtk-2.0/Others/null2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/SAO-kirito/gtk-2.0/Others/null2.png -------------------------------------------------------------------------------- /SAO-kirito/gtk-2.0/Others/ruler.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/SAO-kirito/gtk-2.0/Others/ruler.png -------------------------------------------------------------------------------- /SAO-kirito/gtk-2.0/Panel/handle-h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/SAO-kirito/gtk-2.0/Panel/handle-h.png -------------------------------------------------------------------------------- /SAO-kirito/gtk-2.0/Panel/handle-v.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/SAO-kirito/gtk-2.0/Panel/handle-v.png -------------------------------------------------------------------------------- /SAO-kirito/gtk-2.0/Panel/panel-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/SAO-kirito/gtk-2.0/Panel/panel-bg.png -------------------------------------------------------------------------------- /SAO-kirito/gtk-2.0/Range/null.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/SAO-kirito/gtk-2.0/Range/null.png -------------------------------------------------------------------------------- /SAO-kirito/gtk-2.0/Shadows/text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/SAO-kirito/gtk-2.0/Shadows/text.png -------------------------------------------------------------------------------- /SAO-kirito/gtk-2.0/Spin/arrow-up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/SAO-kirito/gtk-2.0/Spin/arrow-up.png -------------------------------------------------------------------------------- /SAO-kirito/gtk-2.0/Tabs/gap-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/SAO-kirito/gtk-2.0/Tabs/gap-left.png -------------------------------------------------------------------------------- /SAO-kirito/gtk-2.0/Tabs/gap-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/SAO-kirito/gtk-2.0/Tabs/gap-right.png -------------------------------------------------------------------------------- /SAO-kirito/gtk-2.0/Tabs/gap-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/SAO-kirito/gtk-2.0/Tabs/gap-top.png -------------------------------------------------------------------------------- /SAO-kirito/gtk-2.0/Tabs/notebook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/SAO-kirito/gtk-2.0/Tabs/notebook.png -------------------------------------------------------------------------------- /SAO-kirito/gtk-2.0/Tabs/null.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/SAO-kirito/gtk-2.0/Tabs/null.png -------------------------------------------------------------------------------- /SAO-kirito/gtk-2.0/Tabs/tab-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/SAO-kirito/gtk-2.0/Tabs/tab-left.png -------------------------------------------------------------------------------- /SAO-kirito/gtk-2.0/Tabs/tab-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/SAO-kirito/gtk-2.0/Tabs/tab-right.png -------------------------------------------------------------------------------- /SAO-kirito/gtk-2.0/Tabs/tab-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/SAO-kirito/gtk-2.0/Tabs/tab-top.png -------------------------------------------------------------------------------- /SAO-kirito/gtk-2.0/gtkrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/SAO-kirito/gtk-2.0/gtkrc -------------------------------------------------------------------------------- /SAO-kirito/gtk-2.0/menubar.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/SAO-kirito/gtk-2.0/menubar.rc -------------------------------------------------------------------------------- /SAO-kirito/gtk-2.0/panel.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/SAO-kirito/gtk-2.0/panel.rc -------------------------------------------------------------------------------- /SAO-kirito/xfwm4/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/SAO-kirito/xfwm4/README -------------------------------------------------------------------------------- /SAO-kirito/xfwm4/bottom-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/SAO-kirito/xfwm4/bottom-active.xpm -------------------------------------------------------------------------------- /SAO-kirito/xfwm4/bottom-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/SAO-kirito/xfwm4/bottom-inactive.xpm -------------------------------------------------------------------------------- /SAO-kirito/xfwm4/close-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/SAO-kirito/xfwm4/close-active.xpm -------------------------------------------------------------------------------- /SAO-kirito/xfwm4/close-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/SAO-kirito/xfwm4/close-inactive.xpm -------------------------------------------------------------------------------- /SAO-kirito/xfwm4/close-pressed.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/SAO-kirito/xfwm4/close-pressed.xpm -------------------------------------------------------------------------------- /SAO-kirito/xfwm4/hide-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/SAO-kirito/xfwm4/hide-active.xpm -------------------------------------------------------------------------------- /SAO-kirito/xfwm4/hide-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/SAO-kirito/xfwm4/hide-inactive.xpm -------------------------------------------------------------------------------- /SAO-kirito/xfwm4/hide-pressed.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/SAO-kirito/xfwm4/hide-pressed.xpm -------------------------------------------------------------------------------- /SAO-kirito/xfwm4/left-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/SAO-kirito/xfwm4/left-active.xpm -------------------------------------------------------------------------------- /SAO-kirito/xfwm4/left-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/SAO-kirito/xfwm4/left-inactive.xpm -------------------------------------------------------------------------------- /SAO-kirito/xfwm4/maximize-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/SAO-kirito/xfwm4/maximize-active.xpm -------------------------------------------------------------------------------- /SAO-kirito/xfwm4/maximize-pressed.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/SAO-kirito/xfwm4/maximize-pressed.xpm -------------------------------------------------------------------------------- /SAO-kirito/xfwm4/menu-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/SAO-kirito/xfwm4/menu-active.xpm -------------------------------------------------------------------------------- /SAO-kirito/xfwm4/menu-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/SAO-kirito/xfwm4/menu-inactive.xpm -------------------------------------------------------------------------------- /SAO-kirito/xfwm4/menu-pressed.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/SAO-kirito/xfwm4/menu-pressed.xpm -------------------------------------------------------------------------------- /SAO-kirito/xfwm4/right-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/SAO-kirito/xfwm4/right-active.xpm -------------------------------------------------------------------------------- /SAO-kirito/xfwm4/right-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/SAO-kirito/xfwm4/right-inactive.xpm -------------------------------------------------------------------------------- /SAO-kirito/xfwm4/shade-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/SAO-kirito/xfwm4/shade-active.xpm -------------------------------------------------------------------------------- /SAO-kirito/xfwm4/shade-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/SAO-kirito/xfwm4/shade-inactive.xpm -------------------------------------------------------------------------------- /SAO-kirito/xfwm4/shade-pressed.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/SAO-kirito/xfwm4/shade-pressed.xpm -------------------------------------------------------------------------------- /SAO-kirito/xfwm4/stick-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/SAO-kirito/xfwm4/stick-active.xpm -------------------------------------------------------------------------------- /SAO-kirito/xfwm4/stick-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/SAO-kirito/xfwm4/stick-inactive.xpm -------------------------------------------------------------------------------- /SAO-kirito/xfwm4/stick-pressed.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/SAO-kirito/xfwm4/stick-pressed.xpm -------------------------------------------------------------------------------- /SAO-kirito/xfwm4/themerc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/SAO-kirito/xfwm4/themerc -------------------------------------------------------------------------------- /SAO-kirito/xfwm4/title-1-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/SAO-kirito/xfwm4/title-1-active.xpm -------------------------------------------------------------------------------- /SAO-kirito/xfwm4/title-1-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/SAO-kirito/xfwm4/title-1-inactive.xpm -------------------------------------------------------------------------------- /SAO-kirito/xfwm4/title-2-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/SAO-kirito/xfwm4/title-2-active.xpm -------------------------------------------------------------------------------- /SAO-kirito/xfwm4/title-2-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/SAO-kirito/xfwm4/title-2-inactive.xpm -------------------------------------------------------------------------------- /SAO-kirito/xfwm4/title-3-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/SAO-kirito/xfwm4/title-3-active.xpm -------------------------------------------------------------------------------- /SAO-kirito/xfwm4/title-3-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/SAO-kirito/xfwm4/title-3-inactive.xpm -------------------------------------------------------------------------------- /SAO-kirito/xfwm4/title-4-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/SAO-kirito/xfwm4/title-4-active.xpm -------------------------------------------------------------------------------- /SAO-kirito/xfwm4/title-4-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/SAO-kirito/xfwm4/title-4-inactive.xpm -------------------------------------------------------------------------------- /SAO-kirito/xfwm4/title-5-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/SAO-kirito/xfwm4/title-5-active.xpm -------------------------------------------------------------------------------- /SAO-kirito/xfwm4/title-5-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/SAO-kirito/xfwm4/title-5-inactive.xpm -------------------------------------------------------------------------------- /SAO-kirito/xfwm4/top-left-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/SAO-kirito/xfwm4/top-left-active.xpm -------------------------------------------------------------------------------- /SAO-kirito/xfwm4/top-right-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/SAO-kirito/xfwm4/top-right-active.xpm -------------------------------------------------------------------------------- /Sassandra/xfwm4/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/Sassandra/xfwm4/README -------------------------------------------------------------------------------- /Sassandra/xfwm4/bottom-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/Sassandra/xfwm4/bottom-active.png -------------------------------------------------------------------------------- /Sassandra/xfwm4/bottom-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/Sassandra/xfwm4/bottom-active.xpm -------------------------------------------------------------------------------- /Sassandra/xfwm4/bottom-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/Sassandra/xfwm4/bottom-inactive.png -------------------------------------------------------------------------------- /Sassandra/xfwm4/bottom-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/Sassandra/xfwm4/bottom-inactive.xpm -------------------------------------------------------------------------------- /Sassandra/xfwm4/close-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/Sassandra/xfwm4/close-active.png -------------------------------------------------------------------------------- /Sassandra/xfwm4/close-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/Sassandra/xfwm4/close-active.xpm -------------------------------------------------------------------------------- /Sassandra/xfwm4/close-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/Sassandra/xfwm4/close-inactive.png -------------------------------------------------------------------------------- /Sassandra/xfwm4/close-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/Sassandra/xfwm4/close-inactive.xpm -------------------------------------------------------------------------------- /Sassandra/xfwm4/close-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/Sassandra/xfwm4/close-pressed.png -------------------------------------------------------------------------------- /Sassandra/xfwm4/close-pressed.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/Sassandra/xfwm4/close-pressed.xpm -------------------------------------------------------------------------------- /Sassandra/xfwm4/hide-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/Sassandra/xfwm4/hide-active.png -------------------------------------------------------------------------------- /Sassandra/xfwm4/hide-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/Sassandra/xfwm4/hide-active.xpm -------------------------------------------------------------------------------- /Sassandra/xfwm4/hide-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/Sassandra/xfwm4/hide-inactive.png -------------------------------------------------------------------------------- /Sassandra/xfwm4/hide-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/Sassandra/xfwm4/hide-inactive.xpm -------------------------------------------------------------------------------- /Sassandra/xfwm4/hide-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/Sassandra/xfwm4/hide-pressed.png -------------------------------------------------------------------------------- /Sassandra/xfwm4/hide-pressed.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/Sassandra/xfwm4/hide-pressed.xpm -------------------------------------------------------------------------------- /Sassandra/xfwm4/left-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/Sassandra/xfwm4/left-active.png -------------------------------------------------------------------------------- /Sassandra/xfwm4/left-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/Sassandra/xfwm4/left-active.xpm -------------------------------------------------------------------------------- /Sassandra/xfwm4/left-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/Sassandra/xfwm4/left-inactive.png -------------------------------------------------------------------------------- /Sassandra/xfwm4/left-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/Sassandra/xfwm4/left-inactive.xpm -------------------------------------------------------------------------------- /Sassandra/xfwm4/maximize-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/Sassandra/xfwm4/maximize-active.png -------------------------------------------------------------------------------- /Sassandra/xfwm4/maximize-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/Sassandra/xfwm4/maximize-active.xpm -------------------------------------------------------------------------------- /Sassandra/xfwm4/maximize-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/Sassandra/xfwm4/maximize-inactive.png -------------------------------------------------------------------------------- /Sassandra/xfwm4/maximize-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/Sassandra/xfwm4/maximize-inactive.xpm -------------------------------------------------------------------------------- /Sassandra/xfwm4/maximize-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/Sassandra/xfwm4/maximize-pressed.png -------------------------------------------------------------------------------- /Sassandra/xfwm4/maximize-pressed.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/Sassandra/xfwm4/maximize-pressed.xpm -------------------------------------------------------------------------------- /Sassandra/xfwm4/menu-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/Sassandra/xfwm4/menu-active.png -------------------------------------------------------------------------------- /Sassandra/xfwm4/menu-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/Sassandra/xfwm4/menu-active.xpm -------------------------------------------------------------------------------- /Sassandra/xfwm4/menu-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/Sassandra/xfwm4/menu-inactive.png -------------------------------------------------------------------------------- /Sassandra/xfwm4/menu-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/Sassandra/xfwm4/menu-inactive.xpm -------------------------------------------------------------------------------- /Sassandra/xfwm4/menu-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/Sassandra/xfwm4/menu-pressed.png -------------------------------------------------------------------------------- /Sassandra/xfwm4/menu-pressed.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/Sassandra/xfwm4/menu-pressed.xpm -------------------------------------------------------------------------------- /Sassandra/xfwm4/right-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/Sassandra/xfwm4/right-active.png -------------------------------------------------------------------------------- /Sassandra/xfwm4/right-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/Sassandra/xfwm4/right-active.xpm -------------------------------------------------------------------------------- /Sassandra/xfwm4/right-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/Sassandra/xfwm4/right-inactive.png -------------------------------------------------------------------------------- /Sassandra/xfwm4/right-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/Sassandra/xfwm4/right-inactive.xpm -------------------------------------------------------------------------------- /Sassandra/xfwm4/shade-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/Sassandra/xfwm4/shade-active.png -------------------------------------------------------------------------------- /Sassandra/xfwm4/shade-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/Sassandra/xfwm4/shade-active.xpm -------------------------------------------------------------------------------- /Sassandra/xfwm4/shade-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/Sassandra/xfwm4/shade-inactive.png -------------------------------------------------------------------------------- /Sassandra/xfwm4/shade-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/Sassandra/xfwm4/shade-inactive.xpm -------------------------------------------------------------------------------- /Sassandra/xfwm4/shade-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/Sassandra/xfwm4/shade-pressed.png -------------------------------------------------------------------------------- /Sassandra/xfwm4/shade-pressed.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/Sassandra/xfwm4/shade-pressed.xpm -------------------------------------------------------------------------------- /Sassandra/xfwm4/stick-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/Sassandra/xfwm4/stick-active.png -------------------------------------------------------------------------------- /Sassandra/xfwm4/stick-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/Sassandra/xfwm4/stick-active.xpm -------------------------------------------------------------------------------- /Sassandra/xfwm4/stick-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/Sassandra/xfwm4/stick-inactive.png -------------------------------------------------------------------------------- /Sassandra/xfwm4/stick-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/Sassandra/xfwm4/stick-inactive.xpm -------------------------------------------------------------------------------- /Sassandra/xfwm4/stick-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/Sassandra/xfwm4/stick-pressed.png -------------------------------------------------------------------------------- /Sassandra/xfwm4/stick-pressed.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/Sassandra/xfwm4/stick-pressed.xpm -------------------------------------------------------------------------------- /Sassandra/xfwm4/themerc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/Sassandra/xfwm4/themerc -------------------------------------------------------------------------------- /Sassandra/xfwm4/title-1-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/Sassandra/xfwm4/title-1-active.png -------------------------------------------------------------------------------- /Sassandra/xfwm4/title-1-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/Sassandra/xfwm4/title-1-active.xpm -------------------------------------------------------------------------------- /Sassandra/xfwm4/title-1-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/Sassandra/xfwm4/title-1-inactive.png -------------------------------------------------------------------------------- /Sassandra/xfwm4/title-1-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/Sassandra/xfwm4/title-1-inactive.xpm -------------------------------------------------------------------------------- /Sassandra/xfwm4/title-2-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/Sassandra/xfwm4/title-2-active.png -------------------------------------------------------------------------------- /Sassandra/xfwm4/title-2-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/Sassandra/xfwm4/title-2-active.xpm -------------------------------------------------------------------------------- /Sassandra/xfwm4/title-2-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/Sassandra/xfwm4/title-2-inactive.png -------------------------------------------------------------------------------- /Sassandra/xfwm4/title-2-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/Sassandra/xfwm4/title-2-inactive.xpm -------------------------------------------------------------------------------- /Sassandra/xfwm4/title-3-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/Sassandra/xfwm4/title-3-active.png -------------------------------------------------------------------------------- /Sassandra/xfwm4/title-3-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/Sassandra/xfwm4/title-3-active.xpm -------------------------------------------------------------------------------- /Sassandra/xfwm4/title-3-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/Sassandra/xfwm4/title-3-inactive.png -------------------------------------------------------------------------------- /Sassandra/xfwm4/title-3-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/Sassandra/xfwm4/title-3-inactive.xpm -------------------------------------------------------------------------------- /Sassandra/xfwm4/title-4-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/Sassandra/xfwm4/title-4-active.png -------------------------------------------------------------------------------- /Sassandra/xfwm4/title-4-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/Sassandra/xfwm4/title-4-active.xpm -------------------------------------------------------------------------------- /Sassandra/xfwm4/title-4-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/Sassandra/xfwm4/title-4-inactive.png -------------------------------------------------------------------------------- /Sassandra/xfwm4/title-4-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/Sassandra/xfwm4/title-4-inactive.xpm -------------------------------------------------------------------------------- /Sassandra/xfwm4/title-5-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/Sassandra/xfwm4/title-5-active.png -------------------------------------------------------------------------------- /Sassandra/xfwm4/title-5-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/Sassandra/xfwm4/title-5-active.xpm -------------------------------------------------------------------------------- /Sassandra/xfwm4/title-5-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/Sassandra/xfwm4/title-5-inactive.png -------------------------------------------------------------------------------- /Sassandra/xfwm4/title-5-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/Sassandra/xfwm4/title-5-inactive.xpm -------------------------------------------------------------------------------- /Sassandra/xfwm4/top-left-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/Sassandra/xfwm4/top-left-active.png -------------------------------------------------------------------------------- /Sassandra/xfwm4/top-left-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/Sassandra/xfwm4/top-left-active.xpm -------------------------------------------------------------------------------- /Sassandra/xfwm4/top-left-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/Sassandra/xfwm4/top-left-inactive.png -------------------------------------------------------------------------------- /Sassandra/xfwm4/top-left-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/Sassandra/xfwm4/top-left-inactive.xpm -------------------------------------------------------------------------------- /Sassandra/xfwm4/top-right-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/Sassandra/xfwm4/top-right-active.png -------------------------------------------------------------------------------- /Sassandra/xfwm4/top-right-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/Sassandra/xfwm4/top-right-active.xpm -------------------------------------------------------------------------------- /alfred-cyan/xfwm4/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-cyan/xfwm4/README -------------------------------------------------------------------------------- /alfred-cyan/xfwm4/bottom-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-cyan/xfwm4/bottom-active.xpm -------------------------------------------------------------------------------- /alfred-cyan/xfwm4/bottom-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-cyan/xfwm4/bottom-inactive.xpm -------------------------------------------------------------------------------- /alfred-cyan/xfwm4/close-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-cyan/xfwm4/close-active.xpm -------------------------------------------------------------------------------- /alfred-cyan/xfwm4/close-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-cyan/xfwm4/close-inactive.xpm -------------------------------------------------------------------------------- /alfred-cyan/xfwm4/close-pressed.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-cyan/xfwm4/close-pressed.xpm -------------------------------------------------------------------------------- /alfred-cyan/xfwm4/hide-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-cyan/xfwm4/hide-active.xpm -------------------------------------------------------------------------------- /alfred-cyan/xfwm4/hide-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-cyan/xfwm4/hide-inactive.xpm -------------------------------------------------------------------------------- /alfred-cyan/xfwm4/hide-pressed.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-cyan/xfwm4/hide-pressed.xpm -------------------------------------------------------------------------------- /alfred-cyan/xfwm4/left-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-cyan/xfwm4/left-active.xpm -------------------------------------------------------------------------------- /alfred-cyan/xfwm4/left-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-cyan/xfwm4/left-inactive.xpm -------------------------------------------------------------------------------- /alfred-cyan/xfwm4/maximize-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-cyan/xfwm4/maximize-active.xpm -------------------------------------------------------------------------------- /alfred-cyan/xfwm4/menu-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-cyan/xfwm4/menu-active.xpm -------------------------------------------------------------------------------- /alfred-cyan/xfwm4/menu-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-cyan/xfwm4/menu-inactive.xpm -------------------------------------------------------------------------------- /alfred-cyan/xfwm4/menu-pressed.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-cyan/xfwm4/menu-pressed.xpm -------------------------------------------------------------------------------- /alfred-cyan/xfwm4/right-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-cyan/xfwm4/right-active.xpm -------------------------------------------------------------------------------- /alfred-cyan/xfwm4/right-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-cyan/xfwm4/right-inactive.xpm -------------------------------------------------------------------------------- /alfred-cyan/xfwm4/shade-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-cyan/xfwm4/shade-active.xpm -------------------------------------------------------------------------------- /alfred-cyan/xfwm4/shade-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-cyan/xfwm4/shade-inactive.xpm -------------------------------------------------------------------------------- /alfred-cyan/xfwm4/shade-pressed.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-cyan/xfwm4/shade-pressed.xpm -------------------------------------------------------------------------------- /alfred-cyan/xfwm4/stick-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-cyan/xfwm4/stick-active.xpm -------------------------------------------------------------------------------- /alfred-cyan/xfwm4/stick-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-cyan/xfwm4/stick-inactive.xpm -------------------------------------------------------------------------------- /alfred-cyan/xfwm4/stick-pressed.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-cyan/xfwm4/stick-pressed.xpm -------------------------------------------------------------------------------- /alfred-cyan/xfwm4/themerc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-cyan/xfwm4/themerc -------------------------------------------------------------------------------- /alfred-cyan/xfwm4/title-1-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-cyan/xfwm4/title-1-active.xpm -------------------------------------------------------------------------------- /alfred-cyan/xfwm4/title-2-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-cyan/xfwm4/title-2-active.xpm -------------------------------------------------------------------------------- /alfred-cyan/xfwm4/title-3-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-cyan/xfwm4/title-3-active.xpm -------------------------------------------------------------------------------- /alfred-cyan/xfwm4/title-4-active.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-cyan/xfwm4/title-4-active.xcf -------------------------------------------------------------------------------- /alfred-cyan/xfwm4/title-4-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-cyan/xfwm4/title-4-active.xpm -------------------------------------------------------------------------------- /alfred-cyan/xfwm4/title-5-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-cyan/xfwm4/title-5-active.xpm -------------------------------------------------------------------------------- /alfred-cyan/xfwm4/top-left-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-cyan/xfwm4/top-left-active.xpm -------------------------------------------------------------------------------- /alfred-dark/gtk-2.0/Check-Radio/..png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-dark/gtk-2.0/Check-Radio/..png -------------------------------------------------------------------------------- /alfred-dark/gtk-2.0/Lines/line-h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-dark/gtk-2.0/Lines/line-h.png -------------------------------------------------------------------------------- /alfred-dark/gtk-2.0/Lines/line-v.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-dark/gtk-2.0/Lines/line-v.png -------------------------------------------------------------------------------- /alfred-dark/gtk-2.0/Others/active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-dark/gtk-2.0/Others/active.png -------------------------------------------------------------------------------- /alfred-dark/gtk-2.0/Others/focus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-dark/gtk-2.0/Others/focus.png -------------------------------------------------------------------------------- /alfred-dark/gtk-2.0/Others/null.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-dark/gtk-2.0/Others/null.png -------------------------------------------------------------------------------- /alfred-dark/gtk-2.0/Others/null2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-dark/gtk-2.0/Others/null2.png -------------------------------------------------------------------------------- /alfred-dark/gtk-2.0/Others/ruler.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-dark/gtk-2.0/Others/ruler.png -------------------------------------------------------------------------------- /alfred-dark/gtk-2.0/Range/null.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-dark/gtk-2.0/Range/null.png -------------------------------------------------------------------------------- /alfred-dark/gtk-2.0/Shadows/text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-dark/gtk-2.0/Shadows/text.png -------------------------------------------------------------------------------- /alfred-dark/gtk-2.0/Spin/arrow-up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-dark/gtk-2.0/Spin/arrow-up.png -------------------------------------------------------------------------------- /alfred-dark/gtk-2.0/Tabs/gap-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-dark/gtk-2.0/Tabs/gap-left.png -------------------------------------------------------------------------------- /alfred-dark/gtk-2.0/Tabs/gap-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-dark/gtk-2.0/Tabs/gap-top.png -------------------------------------------------------------------------------- /alfred-dark/gtk-2.0/Tabs/notebook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-dark/gtk-2.0/Tabs/notebook.png -------------------------------------------------------------------------------- /alfred-dark/gtk-2.0/Tabs/null.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-dark/gtk-2.0/Tabs/null.png -------------------------------------------------------------------------------- /alfred-dark/gtk-2.0/Tabs/tab-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-dark/gtk-2.0/Tabs/tab-left.png -------------------------------------------------------------------------------- /alfred-dark/gtk-2.0/Tabs/tab-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-dark/gtk-2.0/Tabs/tab-top.png -------------------------------------------------------------------------------- /alfred-dark/gtk-2.0/gtkrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-dark/gtk-2.0/gtkrc -------------------------------------------------------------------------------- /alfred-dark/gtk-2.0/menubar.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-dark/gtk-2.0/menubar.rc -------------------------------------------------------------------------------- /alfred-dark/xfwm4/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-dark/xfwm4/README -------------------------------------------------------------------------------- /alfred-dark/xfwm4/bottom-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-dark/xfwm4/bottom-active.xpm -------------------------------------------------------------------------------- /alfred-dark/xfwm4/bottom-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-dark/xfwm4/bottom-inactive.xpm -------------------------------------------------------------------------------- /alfred-dark/xfwm4/close-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-dark/xfwm4/close-active.xpm -------------------------------------------------------------------------------- /alfred-dark/xfwm4/close-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-dark/xfwm4/close-inactive.xpm -------------------------------------------------------------------------------- /alfred-dark/xfwm4/close-pressed.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-dark/xfwm4/close-pressed.xpm -------------------------------------------------------------------------------- /alfred-dark/xfwm4/hide-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-dark/xfwm4/hide-active.xpm -------------------------------------------------------------------------------- /alfred-dark/xfwm4/hide-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-dark/xfwm4/hide-inactive.xpm -------------------------------------------------------------------------------- /alfred-dark/xfwm4/hide-pressed.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-dark/xfwm4/hide-pressed.xpm -------------------------------------------------------------------------------- /alfred-dark/xfwm4/left-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-dark/xfwm4/left-active.xpm -------------------------------------------------------------------------------- /alfred-dark/xfwm4/left-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-dark/xfwm4/left-inactive.xpm -------------------------------------------------------------------------------- /alfred-dark/xfwm4/maximize-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-dark/xfwm4/maximize-active.xpm -------------------------------------------------------------------------------- /alfred-dark/xfwm4/menu-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-dark/xfwm4/menu-active.xpm -------------------------------------------------------------------------------- /alfred-dark/xfwm4/menu-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-dark/xfwm4/menu-inactive.xpm -------------------------------------------------------------------------------- /alfred-dark/xfwm4/menu-pressed.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-dark/xfwm4/menu-pressed.xpm -------------------------------------------------------------------------------- /alfred-dark/xfwm4/right-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-dark/xfwm4/right-active.xpm -------------------------------------------------------------------------------- /alfred-dark/xfwm4/right-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-dark/xfwm4/right-inactive.xpm -------------------------------------------------------------------------------- /alfred-dark/xfwm4/shade-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-dark/xfwm4/shade-active.xpm -------------------------------------------------------------------------------- /alfred-dark/xfwm4/shade-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-dark/xfwm4/shade-inactive.xpm -------------------------------------------------------------------------------- /alfred-dark/xfwm4/shade-pressed.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-dark/xfwm4/shade-pressed.xpm -------------------------------------------------------------------------------- /alfred-dark/xfwm4/stick-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-dark/xfwm4/stick-active.xpm -------------------------------------------------------------------------------- /alfred-dark/xfwm4/stick-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-dark/xfwm4/stick-inactive.xpm -------------------------------------------------------------------------------- /alfred-dark/xfwm4/stick-pressed.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-dark/xfwm4/stick-pressed.xpm -------------------------------------------------------------------------------- /alfred-dark/xfwm4/themerc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-dark/xfwm4/themerc -------------------------------------------------------------------------------- /alfred-dark/xfwm4/title-1-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-dark/xfwm4/title-1-active.xpm -------------------------------------------------------------------------------- /alfred-dark/xfwm4/title-2-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-dark/xfwm4/title-2-active.xpm -------------------------------------------------------------------------------- /alfred-dark/xfwm4/title-3-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-dark/xfwm4/title-3-active.xpm -------------------------------------------------------------------------------- /alfred-dark/xfwm4/title-4-active.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-dark/xfwm4/title-4-active.xcf -------------------------------------------------------------------------------- /alfred-dark/xfwm4/title-4-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-dark/xfwm4/title-4-active.xpm -------------------------------------------------------------------------------- /alfred-dark/xfwm4/title-5-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-dark/xfwm4/title-5-active.xpm -------------------------------------------------------------------------------- /alfred-dark/xfwm4/top-left-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-dark/xfwm4/top-left-active.xpm -------------------------------------------------------------------------------- /alfred-flat/gtk-2.0/Check-Radio/..png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-flat/gtk-2.0/Check-Radio/..png -------------------------------------------------------------------------------- /alfred-flat/gtk-2.0/Lines/line-h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-flat/gtk-2.0/Lines/line-h.png -------------------------------------------------------------------------------- /alfred-flat/gtk-2.0/Lines/line-v.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-flat/gtk-2.0/Lines/line-v.png -------------------------------------------------------------------------------- /alfred-flat/gtk-2.0/Others/active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-flat/gtk-2.0/Others/active.png -------------------------------------------------------------------------------- /alfred-flat/gtk-2.0/Others/focus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-flat/gtk-2.0/Others/focus.png -------------------------------------------------------------------------------- /alfred-flat/gtk-2.0/Others/null.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-flat/gtk-2.0/Others/null.png -------------------------------------------------------------------------------- /alfred-flat/gtk-2.0/Others/null2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-flat/gtk-2.0/Others/null2.png -------------------------------------------------------------------------------- /alfred-flat/gtk-2.0/Others/ruler.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-flat/gtk-2.0/Others/ruler.png -------------------------------------------------------------------------------- /alfred-flat/gtk-2.0/Range/null.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-flat/gtk-2.0/Range/null.png -------------------------------------------------------------------------------- /alfred-flat/gtk-2.0/Shadows/text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-flat/gtk-2.0/Shadows/text.png -------------------------------------------------------------------------------- /alfred-flat/gtk-2.0/Spin/arrow-up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-flat/gtk-2.0/Spin/arrow-up.png -------------------------------------------------------------------------------- /alfred-flat/gtk-2.0/Tabs/gap-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-flat/gtk-2.0/Tabs/gap-left.png -------------------------------------------------------------------------------- /alfred-flat/gtk-2.0/Tabs/gap-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-flat/gtk-2.0/Tabs/gap-top.png -------------------------------------------------------------------------------- /alfred-flat/gtk-2.0/Tabs/notebook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-flat/gtk-2.0/Tabs/notebook.png -------------------------------------------------------------------------------- /alfred-flat/gtk-2.0/Tabs/null.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-flat/gtk-2.0/Tabs/null.png -------------------------------------------------------------------------------- /alfred-flat/gtk-2.0/Tabs/tab-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-flat/gtk-2.0/Tabs/tab-left.png -------------------------------------------------------------------------------- /alfred-flat/gtk-2.0/Tabs/tab-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-flat/gtk-2.0/Tabs/tab-top.png -------------------------------------------------------------------------------- /alfred-flat/gtk-2.0/gtkrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-flat/gtk-2.0/gtkrc -------------------------------------------------------------------------------- /alfred-flat/gtk-2.0/menubar.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-flat/gtk-2.0/menubar.rc -------------------------------------------------------------------------------- /alfred-red/xfwm4/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-red/xfwm4/README -------------------------------------------------------------------------------- /alfred-red/xfwm4/bottom-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-red/xfwm4/bottom-active.xpm -------------------------------------------------------------------------------- /alfred-red/xfwm4/bottom-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-red/xfwm4/bottom-inactive.xpm -------------------------------------------------------------------------------- /alfred-red/xfwm4/close-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-red/xfwm4/close-active.xpm -------------------------------------------------------------------------------- /alfred-red/xfwm4/close-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-red/xfwm4/close-inactive.xpm -------------------------------------------------------------------------------- /alfred-red/xfwm4/close-pressed.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-red/xfwm4/close-pressed.xpm -------------------------------------------------------------------------------- /alfred-red/xfwm4/hide-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-red/xfwm4/hide-active.xpm -------------------------------------------------------------------------------- /alfred-red/xfwm4/hide-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-red/xfwm4/hide-inactive.xpm -------------------------------------------------------------------------------- /alfred-red/xfwm4/hide-pressed.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-red/xfwm4/hide-pressed.xpm -------------------------------------------------------------------------------- /alfred-red/xfwm4/left-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-red/xfwm4/left-active.xpm -------------------------------------------------------------------------------- /alfred-red/xfwm4/left-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-red/xfwm4/left-inactive.xpm -------------------------------------------------------------------------------- /alfred-red/xfwm4/maximize-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-red/xfwm4/maximize-active.xpm -------------------------------------------------------------------------------- /alfred-red/xfwm4/maximize-pressed.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-red/xfwm4/maximize-pressed.xpm -------------------------------------------------------------------------------- /alfred-red/xfwm4/menu-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-red/xfwm4/menu-active.xpm -------------------------------------------------------------------------------- /alfred-red/xfwm4/menu-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-red/xfwm4/menu-inactive.xpm -------------------------------------------------------------------------------- /alfred-red/xfwm4/menu-pressed.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-red/xfwm4/menu-pressed.xpm -------------------------------------------------------------------------------- /alfred-red/xfwm4/right-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-red/xfwm4/right-active.xpm -------------------------------------------------------------------------------- /alfred-red/xfwm4/right-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-red/xfwm4/right-inactive.xpm -------------------------------------------------------------------------------- /alfred-red/xfwm4/shade-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-red/xfwm4/shade-active.xpm -------------------------------------------------------------------------------- /alfred-red/xfwm4/shade-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-red/xfwm4/shade-inactive.xpm -------------------------------------------------------------------------------- /alfred-red/xfwm4/shade-pressed.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-red/xfwm4/shade-pressed.xpm -------------------------------------------------------------------------------- /alfred-red/xfwm4/stick-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-red/xfwm4/stick-active.xpm -------------------------------------------------------------------------------- /alfred-red/xfwm4/stick-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-red/xfwm4/stick-inactive.xpm -------------------------------------------------------------------------------- /alfred-red/xfwm4/stick-pressed.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-red/xfwm4/stick-pressed.xpm -------------------------------------------------------------------------------- /alfred-red/xfwm4/themerc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-red/xfwm4/themerc -------------------------------------------------------------------------------- /alfred-red/xfwm4/title-1-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-red/xfwm4/title-1-active.xpm -------------------------------------------------------------------------------- /alfred-red/xfwm4/title-1-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-red/xfwm4/title-1-inactive.xpm -------------------------------------------------------------------------------- /alfred-red/xfwm4/title-2-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-red/xfwm4/title-2-active.xpm -------------------------------------------------------------------------------- /alfred-red/xfwm4/title-2-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-red/xfwm4/title-2-inactive.xpm -------------------------------------------------------------------------------- /alfred-red/xfwm4/title-3-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-red/xfwm4/title-3-active.xpm -------------------------------------------------------------------------------- /alfred-red/xfwm4/title-3-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-red/xfwm4/title-3-inactive.xpm -------------------------------------------------------------------------------- /alfred-red/xfwm4/title-4-active.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-red/xfwm4/title-4-active.xcf -------------------------------------------------------------------------------- /alfred-red/xfwm4/title-4-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-red/xfwm4/title-4-active.xpm -------------------------------------------------------------------------------- /alfred-red/xfwm4/title-4-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-red/xfwm4/title-4-inactive.xpm -------------------------------------------------------------------------------- /alfred-red/xfwm4/title-5-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-red/xfwm4/title-5-active.xpm -------------------------------------------------------------------------------- /alfred-red/xfwm4/title-5-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-red/xfwm4/title-5-inactive.xpm -------------------------------------------------------------------------------- /alfred-red/xfwm4/top-left-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-red/xfwm4/top-left-active.xpm -------------------------------------------------------------------------------- /alfred-red/xfwm4/top-right-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-red/xfwm4/top-right-active.xpm -------------------------------------------------------------------------------- /alfred-white/xfwm4/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-white/xfwm4/README -------------------------------------------------------------------------------- /alfred-white/xfwm4/bottom-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-white/xfwm4/bottom-active.xpm -------------------------------------------------------------------------------- /alfred-white/xfwm4/close-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-white/xfwm4/close-active.xpm -------------------------------------------------------------------------------- /alfred-white/xfwm4/close-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-white/xfwm4/close-inactive.xpm -------------------------------------------------------------------------------- /alfred-white/xfwm4/close-pressed.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-white/xfwm4/close-pressed.xpm -------------------------------------------------------------------------------- /alfred-white/xfwm4/hide-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-white/xfwm4/hide-active.xpm -------------------------------------------------------------------------------- /alfred-white/xfwm4/hide-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-white/xfwm4/hide-inactive.xpm -------------------------------------------------------------------------------- /alfred-white/xfwm4/hide-pressed.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-white/xfwm4/hide-pressed.xpm -------------------------------------------------------------------------------- /alfred-white/xfwm4/left-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-white/xfwm4/left-active.xpm -------------------------------------------------------------------------------- /alfred-white/xfwm4/left-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-white/xfwm4/left-inactive.xpm -------------------------------------------------------------------------------- /alfred-white/xfwm4/menu-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-white/xfwm4/menu-active.xpm -------------------------------------------------------------------------------- /alfred-white/xfwm4/menu-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-white/xfwm4/menu-inactive.xpm -------------------------------------------------------------------------------- /alfred-white/xfwm4/menu-pressed.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-white/xfwm4/menu-pressed.xpm -------------------------------------------------------------------------------- /alfred-white/xfwm4/right-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-white/xfwm4/right-active.xpm -------------------------------------------------------------------------------- /alfred-white/xfwm4/right-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-white/xfwm4/right-inactive.xpm -------------------------------------------------------------------------------- /alfred-white/xfwm4/shade-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-white/xfwm4/shade-active.xpm -------------------------------------------------------------------------------- /alfred-white/xfwm4/shade-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-white/xfwm4/shade-inactive.xpm -------------------------------------------------------------------------------- /alfred-white/xfwm4/shade-pressed.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-white/xfwm4/shade-pressed.xpm -------------------------------------------------------------------------------- /alfred-white/xfwm4/stick-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-white/xfwm4/stick-active.xpm -------------------------------------------------------------------------------- /alfred-white/xfwm4/stick-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-white/xfwm4/stick-inactive.xpm -------------------------------------------------------------------------------- /alfred-white/xfwm4/stick-pressed.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-white/xfwm4/stick-pressed.xpm -------------------------------------------------------------------------------- /alfred-white/xfwm4/themerc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-white/xfwm4/themerc -------------------------------------------------------------------------------- /alfred-white/xfwm4/title-1-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-white/xfwm4/title-1-active.xpm -------------------------------------------------------------------------------- /alfred-white/xfwm4/title-2-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-white/xfwm4/title-2-active.xpm -------------------------------------------------------------------------------- /alfred-white/xfwm4/title-3-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-white/xfwm4/title-3-active.xpm -------------------------------------------------------------------------------- /alfred-white/xfwm4/title-4-active.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-white/xfwm4/title-4-active.xcf -------------------------------------------------------------------------------- /alfred-white/xfwm4/title-4-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-white/xfwm4/title-4-active.xpm -------------------------------------------------------------------------------- /alfred-white/xfwm4/title-5-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/alfred-white/xfwm4/title-5-active.xpm -------------------------------------------------------------------------------- /boring-flat-dark/gtk-2.0/gtkrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/boring-flat-dark/gtk-2.0/gtkrc -------------------------------------------------------------------------------- /boring-flat-dark/gtk-2.0/menubar.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/boring-flat-dark/gtk-2.0/menubar.rc -------------------------------------------------------------------------------- /boring-flat-dark/xfwm4/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/boring-flat-dark/xfwm4/README -------------------------------------------------------------------------------- /boring-flat-dark/xfwm4/themerc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/boring-flat-dark/xfwm4/themerc -------------------------------------------------------------------------------- /boring-flat/gtk-2.0/Check-Radio/..png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/boring-flat/gtk-2.0/Check-Radio/..png -------------------------------------------------------------------------------- /boring-flat/gtk-2.0/Lines/line-h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/boring-flat/gtk-2.0/Lines/line-h.png -------------------------------------------------------------------------------- /boring-flat/gtk-2.0/Lines/line-v.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/boring-flat/gtk-2.0/Lines/line-v.png -------------------------------------------------------------------------------- /boring-flat/gtk-2.0/Others/active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/boring-flat/gtk-2.0/Others/active.png -------------------------------------------------------------------------------- /boring-flat/gtk-2.0/Others/focus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/boring-flat/gtk-2.0/Others/focus.png -------------------------------------------------------------------------------- /boring-flat/gtk-2.0/Others/null.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/boring-flat/gtk-2.0/Others/null.png -------------------------------------------------------------------------------- /boring-flat/gtk-2.0/Others/null2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/boring-flat/gtk-2.0/Others/null2.png -------------------------------------------------------------------------------- /boring-flat/gtk-2.0/Others/ruler.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/boring-flat/gtk-2.0/Others/ruler.png -------------------------------------------------------------------------------- /boring-flat/gtk-2.0/Range/null.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/boring-flat/gtk-2.0/Range/null.png -------------------------------------------------------------------------------- /boring-flat/gtk-2.0/Shadows/text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/boring-flat/gtk-2.0/Shadows/text.png -------------------------------------------------------------------------------- /boring-flat/gtk-2.0/Spin/arrow-up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/boring-flat/gtk-2.0/Spin/arrow-up.png -------------------------------------------------------------------------------- /boring-flat/gtk-2.0/Tabs/gap-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/boring-flat/gtk-2.0/Tabs/gap-left.png -------------------------------------------------------------------------------- /boring-flat/gtk-2.0/Tabs/gap-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/boring-flat/gtk-2.0/Tabs/gap-top.png -------------------------------------------------------------------------------- /boring-flat/gtk-2.0/Tabs/notebook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/boring-flat/gtk-2.0/Tabs/notebook.png -------------------------------------------------------------------------------- /boring-flat/gtk-2.0/Tabs/null.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/boring-flat/gtk-2.0/Tabs/null.png -------------------------------------------------------------------------------- /boring-flat/gtk-2.0/Tabs/tab-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/boring-flat/gtk-2.0/Tabs/tab-left.png -------------------------------------------------------------------------------- /boring-flat/gtk-2.0/Tabs/tab-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/boring-flat/gtk-2.0/Tabs/tab-top.png -------------------------------------------------------------------------------- /boring-flat/gtk-2.0/gtkrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/boring-flat/gtk-2.0/gtkrc -------------------------------------------------------------------------------- /boring-flat/gtk-2.0/menubar.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/boring-flat/gtk-2.0/menubar.rc -------------------------------------------------------------------------------- /boring-flat/xfwm4/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/boring-flat/xfwm4/README -------------------------------------------------------------------------------- /boring-flat/xfwm4/bottom-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/boring-flat/xfwm4/bottom-active.xpm -------------------------------------------------------------------------------- /boring-flat/xfwm4/bottom-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/boring-flat/xfwm4/bottom-inactive.xpm -------------------------------------------------------------------------------- /boring-flat/xfwm4/close-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/boring-flat/xfwm4/close-active.xpm -------------------------------------------------------------------------------- /boring-flat/xfwm4/close-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/boring-flat/xfwm4/close-inactive.xpm -------------------------------------------------------------------------------- /boring-flat/xfwm4/close-pressed.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/boring-flat/xfwm4/close-pressed.xpm -------------------------------------------------------------------------------- /boring-flat/xfwm4/hide-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/boring-flat/xfwm4/hide-active.xpm -------------------------------------------------------------------------------- /boring-flat/xfwm4/hide-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/boring-flat/xfwm4/hide-inactive.xpm -------------------------------------------------------------------------------- /boring-flat/xfwm4/hide-pressed.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/boring-flat/xfwm4/hide-pressed.xpm -------------------------------------------------------------------------------- /boring-flat/xfwm4/left-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/boring-flat/xfwm4/left-active.xpm -------------------------------------------------------------------------------- /boring-flat/xfwm4/left-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/boring-flat/xfwm4/left-inactive.xpm -------------------------------------------------------------------------------- /boring-flat/xfwm4/maximize-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/boring-flat/xfwm4/maximize-active.xpm -------------------------------------------------------------------------------- /boring-flat/xfwm4/menu-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/boring-flat/xfwm4/menu-active.xpm -------------------------------------------------------------------------------- /boring-flat/xfwm4/menu-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/boring-flat/xfwm4/menu-inactive.xpm -------------------------------------------------------------------------------- /boring-flat/xfwm4/menu-pressed.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/boring-flat/xfwm4/menu-pressed.xpm -------------------------------------------------------------------------------- /boring-flat/xfwm4/right-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/boring-flat/xfwm4/right-active.xpm -------------------------------------------------------------------------------- /boring-flat/xfwm4/right-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/boring-flat/xfwm4/right-inactive.xpm -------------------------------------------------------------------------------- /boring-flat/xfwm4/shade-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/boring-flat/xfwm4/shade-active.xpm -------------------------------------------------------------------------------- /boring-flat/xfwm4/shade-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/boring-flat/xfwm4/shade-inactive.xpm -------------------------------------------------------------------------------- /boring-flat/xfwm4/shade-pressed.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/boring-flat/xfwm4/shade-pressed.xpm -------------------------------------------------------------------------------- /boring-flat/xfwm4/stick-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/boring-flat/xfwm4/stick-active.xpm -------------------------------------------------------------------------------- /boring-flat/xfwm4/stick-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/boring-flat/xfwm4/stick-inactive.xpm -------------------------------------------------------------------------------- /boring-flat/xfwm4/stick-pressed.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/boring-flat/xfwm4/stick-pressed.xpm -------------------------------------------------------------------------------- /boring-flat/xfwm4/themerc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/boring-flat/xfwm4/themerc -------------------------------------------------------------------------------- /boring-flat/xfwm4/title-1-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/boring-flat/xfwm4/title-1-active.xpm -------------------------------------------------------------------------------- /boring-flat/xfwm4/title-2-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/boring-flat/xfwm4/title-2-active.xpm -------------------------------------------------------------------------------- /boring-flat/xfwm4/title-3-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/boring-flat/xfwm4/title-3-active.xpm -------------------------------------------------------------------------------- /boring-flat/xfwm4/title-4-active.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/boring-flat/xfwm4/title-4-active.xcf -------------------------------------------------------------------------------- /boring-flat/xfwm4/title-4-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/boring-flat/xfwm4/title-4-active.xpm -------------------------------------------------------------------------------- /boring-flat/xfwm4/title-5-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/boring-flat/xfwm4/title-5-active.xpm -------------------------------------------------------------------------------- /boring-flat/xfwm4/top-left-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/boring-flat/xfwm4/top-left-active.xpm -------------------------------------------------------------------------------- /ghosh-edge-dark/gtk-2.0/Tabs/null.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ghosh-edge-dark/gtk-2.0/Tabs/null.png -------------------------------------------------------------------------------- /ghosh-edge-dark/gtk-2.0/gtkrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ghosh-edge-dark/gtk-2.0/gtkrc -------------------------------------------------------------------------------- /ghosh-edge-dark/gtk-2.0/menubar.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ghosh-edge-dark/gtk-2.0/menubar.rc -------------------------------------------------------------------------------- /ghosh-edge-dark/xfwm4/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ghosh-edge-dark/xfwm4/README -------------------------------------------------------------------------------- /ghosh-edge-dark/xfwm4/e.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ghosh-edge-dark/xfwm4/e.xpm -------------------------------------------------------------------------------- /ghosh-edge-dark/xfwm4/hide-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ghosh-edge-dark/xfwm4/hide-active.xpm -------------------------------------------------------------------------------- /ghosh-edge-dark/xfwm4/left-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ghosh-edge-dark/xfwm4/left-active.xpm -------------------------------------------------------------------------------- /ghosh-edge-dark/xfwm4/menu-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ghosh-edge-dark/xfwm4/menu-active.xpm -------------------------------------------------------------------------------- /ghosh-edge-dark/xfwm4/themerc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ghosh-edge-dark/xfwm4/themerc -------------------------------------------------------------------------------- /ghost-dark-red/gtk-2.0/Range/null.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ghost-dark-red/gtk-2.0/Range/null.png -------------------------------------------------------------------------------- /ghost-dark-red/gtk-2.0/Tabs/null.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ghost-dark-red/gtk-2.0/Tabs/null.png -------------------------------------------------------------------------------- /ghost-dark-red/gtk-2.0/gtkrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ghost-dark-red/gtk-2.0/gtkrc -------------------------------------------------------------------------------- /ghost-dark-red/gtk-2.0/menubar.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ghost-dark-red/gtk-2.0/menubar.rc -------------------------------------------------------------------------------- /ghost-dark-red/xfwm4/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ghost-dark-red/xfwm4/README -------------------------------------------------------------------------------- /ghost-dark-red/xfwm4/close-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ghost-dark-red/xfwm4/close-active.xpm -------------------------------------------------------------------------------- /ghost-dark-red/xfwm4/hide-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ghost-dark-red/xfwm4/hide-active.xpm -------------------------------------------------------------------------------- /ghost-dark-red/xfwm4/hide-pressed.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ghost-dark-red/xfwm4/hide-pressed.xpm -------------------------------------------------------------------------------- /ghost-dark-red/xfwm4/left-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ghost-dark-red/xfwm4/left-active.xpm -------------------------------------------------------------------------------- /ghost-dark-red/xfwm4/menu-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ghost-dark-red/xfwm4/menu-active.xpm -------------------------------------------------------------------------------- /ghost-dark-red/xfwm4/menu-pressed.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ghost-dark-red/xfwm4/menu-pressed.xpm -------------------------------------------------------------------------------- /ghost-dark-red/xfwm4/right-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ghost-dark-red/xfwm4/right-active.xpm -------------------------------------------------------------------------------- /ghost-dark-red/xfwm4/shade-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ghost-dark-red/xfwm4/shade-active.xpm -------------------------------------------------------------------------------- /ghost-dark-red/xfwm4/stick-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ghost-dark-red/xfwm4/stick-active.xpm -------------------------------------------------------------------------------- /ghost-dark-red/xfwm4/themerc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ghost-dark-red/xfwm4/themerc -------------------------------------------------------------------------------- /ghost-dark-white/gtk-2.0/gtkrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ghost-dark-white/gtk-2.0/gtkrc -------------------------------------------------------------------------------- /ghost-dark-white/gtk-2.0/menubar.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ghost-dark-white/gtk-2.0/menubar.rc -------------------------------------------------------------------------------- /ghost-dark-white/xfwm4/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ghost-dark-white/xfwm4/README -------------------------------------------------------------------------------- /ghost-dark-white/xfwm4/themerc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ghost-dark-white/xfwm4/themerc -------------------------------------------------------------------------------- /ghost-dark/gtk-2.0/Check-Radio/..png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ghost-dark/gtk-2.0/Check-Radio/..png -------------------------------------------------------------------------------- /ghost-dark/gtk-2.0/Lines/line-h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ghost-dark/gtk-2.0/Lines/line-h.png -------------------------------------------------------------------------------- /ghost-dark/gtk-2.0/Lines/line-v.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ghost-dark/gtk-2.0/Lines/line-v.png -------------------------------------------------------------------------------- /ghost-dark/gtk-2.0/Others/active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ghost-dark/gtk-2.0/Others/active.png -------------------------------------------------------------------------------- /ghost-dark/gtk-2.0/Others/focus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ghost-dark/gtk-2.0/Others/focus.png -------------------------------------------------------------------------------- /ghost-dark/gtk-2.0/Others/null.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ghost-dark/gtk-2.0/Others/null.png -------------------------------------------------------------------------------- /ghost-dark/gtk-2.0/Others/null2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ghost-dark/gtk-2.0/Others/null2.png -------------------------------------------------------------------------------- /ghost-dark/gtk-2.0/Others/ruler.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ghost-dark/gtk-2.0/Others/ruler.png -------------------------------------------------------------------------------- /ghost-dark/gtk-2.0/Panel/handle-h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ghost-dark/gtk-2.0/Panel/handle-h.png -------------------------------------------------------------------------------- /ghost-dark/gtk-2.0/Panel/handle-v.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ghost-dark/gtk-2.0/Panel/handle-v.png -------------------------------------------------------------------------------- /ghost-dark/gtk-2.0/Panel/panel-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ghost-dark/gtk-2.0/Panel/panel-bg.png -------------------------------------------------------------------------------- /ghost-dark/gtk-2.0/Range/null.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ghost-dark/gtk-2.0/Range/null.png -------------------------------------------------------------------------------- /ghost-dark/gtk-2.0/Shadows/text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ghost-dark/gtk-2.0/Shadows/text.png -------------------------------------------------------------------------------- /ghost-dark/gtk-2.0/Spin/arrow-up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ghost-dark/gtk-2.0/Spin/arrow-up.png -------------------------------------------------------------------------------- /ghost-dark/gtk-2.0/Tabs/gap-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ghost-dark/gtk-2.0/Tabs/gap-left.png -------------------------------------------------------------------------------- /ghost-dark/gtk-2.0/Tabs/gap-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ghost-dark/gtk-2.0/Tabs/gap-right.png -------------------------------------------------------------------------------- /ghost-dark/gtk-2.0/Tabs/gap-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ghost-dark/gtk-2.0/Tabs/gap-top.png -------------------------------------------------------------------------------- /ghost-dark/gtk-2.0/Tabs/notebook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ghost-dark/gtk-2.0/Tabs/notebook.png -------------------------------------------------------------------------------- /ghost-dark/gtk-2.0/Tabs/null.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ghost-dark/gtk-2.0/Tabs/null.png -------------------------------------------------------------------------------- /ghost-dark/gtk-2.0/Tabs/tab-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ghost-dark/gtk-2.0/Tabs/tab-left.png -------------------------------------------------------------------------------- /ghost-dark/gtk-2.0/Tabs/tab-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ghost-dark/gtk-2.0/Tabs/tab-right.png -------------------------------------------------------------------------------- /ghost-dark/gtk-2.0/Tabs/tab-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ghost-dark/gtk-2.0/Tabs/tab-top.png -------------------------------------------------------------------------------- /ghost-dark/gtk-2.0/gtkrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ghost-dark/gtk-2.0/gtkrc -------------------------------------------------------------------------------- /ghost-dark/gtk-2.0/menubar.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ghost-dark/gtk-2.0/menubar.rc -------------------------------------------------------------------------------- /ghost-dark/xfwm4/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ghost-dark/xfwm4/README -------------------------------------------------------------------------------- /ghost-dark/xfwm4/bottom-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ghost-dark/xfwm4/bottom-active.xpm -------------------------------------------------------------------------------- /ghost-dark/xfwm4/bottom-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ghost-dark/xfwm4/bottom-inactive.xpm -------------------------------------------------------------------------------- /ghost-dark/xfwm4/close-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ghost-dark/xfwm4/close-active.xpm -------------------------------------------------------------------------------- /ghost-dark/xfwm4/close-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ghost-dark/xfwm4/close-inactive.xpm -------------------------------------------------------------------------------- /ghost-dark/xfwm4/close-pressed.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ghost-dark/xfwm4/close-pressed.xpm -------------------------------------------------------------------------------- /ghost-dark/xfwm4/hide-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ghost-dark/xfwm4/hide-active.xpm -------------------------------------------------------------------------------- /ghost-dark/xfwm4/hide-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ghost-dark/xfwm4/hide-inactive.xpm -------------------------------------------------------------------------------- /ghost-dark/xfwm4/hide-pressed.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ghost-dark/xfwm4/hide-pressed.xpm -------------------------------------------------------------------------------- /ghost-dark/xfwm4/left-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ghost-dark/xfwm4/left-active.xpm -------------------------------------------------------------------------------- /ghost-dark/xfwm4/left-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ghost-dark/xfwm4/left-inactive.xpm -------------------------------------------------------------------------------- /ghost-dark/xfwm4/maximize-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ghost-dark/xfwm4/maximize-active.xpm -------------------------------------------------------------------------------- /ghost-dark/xfwm4/maximize-pressed.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ghost-dark/xfwm4/maximize-pressed.xpm -------------------------------------------------------------------------------- /ghost-dark/xfwm4/menu-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ghost-dark/xfwm4/menu-active.xpm -------------------------------------------------------------------------------- /ghost-dark/xfwm4/menu-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ghost-dark/xfwm4/menu-inactive.xpm -------------------------------------------------------------------------------- /ghost-dark/xfwm4/menu-pressed.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ghost-dark/xfwm4/menu-pressed.xpm -------------------------------------------------------------------------------- /ghost-dark/xfwm4/right-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ghost-dark/xfwm4/right-active.xpm -------------------------------------------------------------------------------- /ghost-dark/xfwm4/right-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ghost-dark/xfwm4/right-inactive.xpm -------------------------------------------------------------------------------- /ghost-dark/xfwm4/shade-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ghost-dark/xfwm4/shade-active.xpm -------------------------------------------------------------------------------- /ghost-dark/xfwm4/shade-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ghost-dark/xfwm4/shade-inactive.xpm -------------------------------------------------------------------------------- /ghost-dark/xfwm4/shade-pressed.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ghost-dark/xfwm4/shade-pressed.xpm -------------------------------------------------------------------------------- /ghost-dark/xfwm4/stick-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ghost-dark/xfwm4/stick-active.xpm -------------------------------------------------------------------------------- /ghost-dark/xfwm4/stick-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ghost-dark/xfwm4/stick-inactive.xpm -------------------------------------------------------------------------------- /ghost-dark/xfwm4/stick-pressed.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ghost-dark/xfwm4/stick-pressed.xpm -------------------------------------------------------------------------------- /ghost-dark/xfwm4/themerc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ghost-dark/xfwm4/themerc -------------------------------------------------------------------------------- /ghost-dark/xfwm4/title-1-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ghost-dark/xfwm4/title-1-active.xpm -------------------------------------------------------------------------------- /ghost-dark/xfwm4/title-1-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ghost-dark/xfwm4/title-1-inactive.xpm -------------------------------------------------------------------------------- /ghost-dark/xfwm4/title-2-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ghost-dark/xfwm4/title-2-active.xpm -------------------------------------------------------------------------------- /ghost-dark/xfwm4/title-2-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ghost-dark/xfwm4/title-2-inactive.xpm -------------------------------------------------------------------------------- /ghost-dark/xfwm4/title-3-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ghost-dark/xfwm4/title-3-active.xpm -------------------------------------------------------------------------------- /ghost-dark/xfwm4/title-3-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ghost-dark/xfwm4/title-3-inactive.xpm -------------------------------------------------------------------------------- /ghost-dark/xfwm4/title-4-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ghost-dark/xfwm4/title-4-active.xpm -------------------------------------------------------------------------------- /ghost-dark/xfwm4/title-4-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ghost-dark/xfwm4/title-4-inactive.xpm -------------------------------------------------------------------------------- /ghost-dark/xfwm4/title-5-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ghost-dark/xfwm4/title-5-active.xpm -------------------------------------------------------------------------------- /ghost-dark/xfwm4/title-5-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ghost-dark/xfwm4/title-5-inactive.xpm -------------------------------------------------------------------------------- /ghost-dark/xfwm4/top-left-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ghost-dark/xfwm4/top-left-active.xpm -------------------------------------------------------------------------------- /ghost-dark/xfwm4/top-right-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ghost-dark/xfwm4/top-right-active.xpm -------------------------------------------------------------------------------- /gpl-2.0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/gpl-2.0.txt -------------------------------------------------------------------------------- /kolomonggo-hacking/xfwm4/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/kolomonggo-hacking/xfwm4/README -------------------------------------------------------------------------------- /kolomonggo-hacking/xfwm4/themerc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/kolomonggo-hacking/xfwm4/themerc -------------------------------------------------------------------------------- /kolomonggo-hacking2-dark/xfwm4/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/kolomonggo-hacking2-dark/xfwm4/README -------------------------------------------------------------------------------- /kolomonggo-hacking2/gtk-2.0/gtkrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/kolomonggo-hacking2/gtk-2.0/gtkrc -------------------------------------------------------------------------------- /kolomonggo-hacking2/gtk-2.0/panel.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/kolomonggo-hacking2/gtk-2.0/panel.rc -------------------------------------------------------------------------------- /kolomonggo-hacking2/xfwm4/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/kolomonggo-hacking2/xfwm4/README -------------------------------------------------------------------------------- /kolomonggo-hacking2/xfwm4/themerc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/kolomonggo-hacking2/xfwm4/themerc -------------------------------------------------------------------------------- /kolomonggo/xfwm4/3.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/kolomonggo/xfwm4/3.xpm -------------------------------------------------------------------------------- /kolomonggo/xfwm4/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/kolomonggo/xfwm4/README -------------------------------------------------------------------------------- /kolomonggo/xfwm4/bottom-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/kolomonggo/xfwm4/bottom-active.xpm -------------------------------------------------------------------------------- /kolomonggo/xfwm4/bottom-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/kolomonggo/xfwm4/bottom-inactive.xpm -------------------------------------------------------------------------------- /kolomonggo/xfwm4/close-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/kolomonggo/xfwm4/close-active.xpm -------------------------------------------------------------------------------- /kolomonggo/xfwm4/close-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/kolomonggo/xfwm4/close-inactive.xpm -------------------------------------------------------------------------------- /kolomonggo/xfwm4/close-pressed.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/kolomonggo/xfwm4/close-pressed.xpm -------------------------------------------------------------------------------- /kolomonggo/xfwm4/hide-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/kolomonggo/xfwm4/hide-active.xpm -------------------------------------------------------------------------------- /kolomonggo/xfwm4/hide-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/kolomonggo/xfwm4/hide-inactive.xpm -------------------------------------------------------------------------------- /kolomonggo/xfwm4/hide-pressed.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/kolomonggo/xfwm4/hide-pressed.xpm -------------------------------------------------------------------------------- /kolomonggo/xfwm4/left-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/kolomonggo/xfwm4/left-active.xpm -------------------------------------------------------------------------------- /kolomonggo/xfwm4/left-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/kolomonggo/xfwm4/left-inactive.xpm -------------------------------------------------------------------------------- /kolomonggo/xfwm4/maximize-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/kolomonggo/xfwm4/maximize-active.xpm -------------------------------------------------------------------------------- /kolomonggo/xfwm4/maximize-pressed.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/kolomonggo/xfwm4/maximize-pressed.xpm -------------------------------------------------------------------------------- /kolomonggo/xfwm4/menu-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/kolomonggo/xfwm4/menu-active.xpm -------------------------------------------------------------------------------- /kolomonggo/xfwm4/menu-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/kolomonggo/xfwm4/menu-inactive.xpm -------------------------------------------------------------------------------- /kolomonggo/xfwm4/menu-pressed.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/kolomonggo/xfwm4/menu-pressed.xpm -------------------------------------------------------------------------------- /kolomonggo/xfwm4/right-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/kolomonggo/xfwm4/right-active.xpm -------------------------------------------------------------------------------- /kolomonggo/xfwm4/right-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/kolomonggo/xfwm4/right-inactive.xpm -------------------------------------------------------------------------------- /kolomonggo/xfwm4/shade-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/kolomonggo/xfwm4/shade-active.xpm -------------------------------------------------------------------------------- /kolomonggo/xfwm4/shade-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/kolomonggo/xfwm4/shade-inactive.xpm -------------------------------------------------------------------------------- /kolomonggo/xfwm4/shade-pressed.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/kolomonggo/xfwm4/shade-pressed.xpm -------------------------------------------------------------------------------- /kolomonggo/xfwm4/stick-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/kolomonggo/xfwm4/stick-active.xpm -------------------------------------------------------------------------------- /kolomonggo/xfwm4/stick-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/kolomonggo/xfwm4/stick-inactive.xpm -------------------------------------------------------------------------------- /kolomonggo/xfwm4/stick-pressed.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/kolomonggo/xfwm4/stick-pressed.xpm -------------------------------------------------------------------------------- /kolomonggo/xfwm4/themerc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/kolomonggo/xfwm4/themerc -------------------------------------------------------------------------------- /kolomonggo/xfwm4/title-1-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/kolomonggo/xfwm4/title-1-active.xpm -------------------------------------------------------------------------------- /kolomonggo/xfwm4/title-1-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/kolomonggo/xfwm4/title-1-inactive.xpm -------------------------------------------------------------------------------- /kolomonggo/xfwm4/title-2-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/kolomonggo/xfwm4/title-2-active.xpm -------------------------------------------------------------------------------- /kolomonggo/xfwm4/title-2-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/kolomonggo/xfwm4/title-2-inactive.xpm -------------------------------------------------------------------------------- /kolomonggo/xfwm4/title-3-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/kolomonggo/xfwm4/title-3-active.xpm -------------------------------------------------------------------------------- /kolomonggo/xfwm4/title-3-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/kolomonggo/xfwm4/title-3-inactive.xpm -------------------------------------------------------------------------------- /kolomonggo/xfwm4/title-4-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/kolomonggo/xfwm4/title-4-active.xpm -------------------------------------------------------------------------------- /kolomonggo/xfwm4/title-4-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/kolomonggo/xfwm4/title-4-inactive.xpm -------------------------------------------------------------------------------- /kolomonggo/xfwm4/title-5-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/kolomonggo/xfwm4/title-5-active.xpm -------------------------------------------------------------------------------- /kolomonggo/xfwm4/title-5-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/kolomonggo/xfwm4/title-5-inactive.xpm -------------------------------------------------------------------------------- /kolomonggo/xfwm4/top-left-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/kolomonggo/xfwm4/top-left-active.xpm -------------------------------------------------------------------------------- /kolomonggo/xfwm4/top-right-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/kolomonggo/xfwm4/top-right-active.xpm -------------------------------------------------------------------------------- /kolomonggolinux-1/gtk-2.0/gtkrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/kolomonggolinux-1/gtk-2.0/gtkrc -------------------------------------------------------------------------------- /kolomonggolinux-1/gtk-2.0/menubar.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/kolomonggolinux-1/gtk-2.0/menubar.rc -------------------------------------------------------------------------------- /kolomonggolinux-1/xfwm4/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/kolomonggolinux-1/xfwm4/README -------------------------------------------------------------------------------- /kolomonggolinux-1/xfwm4/e.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/kolomonggolinux-1/xfwm4/e.xpm -------------------------------------------------------------------------------- /kolomonggolinux-1/xfwm4/themerc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/kolomonggolinux-1/xfwm4/themerc -------------------------------------------------------------------------------- /kolomonggolinux-2/gtk-2.0/gtkrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/kolomonggolinux-2/gtk-2.0/gtkrc -------------------------------------------------------------------------------- /kolomonggolinux-2/gtk-2.0/menubar.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/kolomonggolinux-2/gtk-2.0/menubar.rc -------------------------------------------------------------------------------- /kolomonggolinux-2/xfwm4/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/kolomonggolinux-2/xfwm4/README -------------------------------------------------------------------------------- /kolomonggolinux-2/xfwm4/e.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/kolomonggolinux-2/xfwm4/e.xpm -------------------------------------------------------------------------------- /kolomonggolinux-2/xfwm4/themerc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/kolomonggolinux-2/xfwm4/themerc -------------------------------------------------------------------------------- /kolomonggolinux/balou/themerc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/kolomonggolinux/balou/themerc -------------------------------------------------------------------------------- /kolomonggored/xfwm4/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/kolomonggored/xfwm4/README -------------------------------------------------------------------------------- /kolomonggored/xfwm4/bottom-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/kolomonggored/xfwm4/bottom-active.xpm -------------------------------------------------------------------------------- /kolomonggored/xfwm4/close-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/kolomonggored/xfwm4/close-active.xpm -------------------------------------------------------------------------------- /kolomonggored/xfwm4/close-pressed.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/kolomonggored/xfwm4/close-pressed.xpm -------------------------------------------------------------------------------- /kolomonggored/xfwm4/hide-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/kolomonggored/xfwm4/hide-active.xpm -------------------------------------------------------------------------------- /kolomonggored/xfwm4/hide-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/kolomonggored/xfwm4/hide-inactive.xpm -------------------------------------------------------------------------------- /kolomonggored/xfwm4/hide-pressed.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/kolomonggored/xfwm4/hide-pressed.xpm -------------------------------------------------------------------------------- /kolomonggored/xfwm4/left-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/kolomonggored/xfwm4/left-active.xpm -------------------------------------------------------------------------------- /kolomonggored/xfwm4/left-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/kolomonggored/xfwm4/left-inactive.xpm -------------------------------------------------------------------------------- /kolomonggored/xfwm4/menu-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/kolomonggored/xfwm4/menu-active.xpm -------------------------------------------------------------------------------- /kolomonggored/xfwm4/menu-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/kolomonggored/xfwm4/menu-inactive.xpm -------------------------------------------------------------------------------- /kolomonggored/xfwm4/menu-pressed.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/kolomonggored/xfwm4/menu-pressed.xpm -------------------------------------------------------------------------------- /kolomonggored/xfwm4/right-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/kolomonggored/xfwm4/right-active.xpm -------------------------------------------------------------------------------- /kolomonggored/xfwm4/shade-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/kolomonggored/xfwm4/shade-active.xpm -------------------------------------------------------------------------------- /kolomonggored/xfwm4/shade-pressed.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/kolomonggored/xfwm4/shade-pressed.xpm -------------------------------------------------------------------------------- /kolomonggored/xfwm4/stick-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/kolomonggored/xfwm4/stick-active.xpm -------------------------------------------------------------------------------- /kolomonggored/xfwm4/stick-pressed.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/kolomonggored/xfwm4/stick-pressed.xpm -------------------------------------------------------------------------------- /kolomonggored/xfwm4/themerc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/kolomonggored/xfwm4/themerc -------------------------------------------------------------------------------- /nixie-tube/gtk-2.0/Check-Radio/..png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/nixie-tube/gtk-2.0/Check-Radio/..png -------------------------------------------------------------------------------- /nixie-tube/gtk-2.0/Lines/line-h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/nixie-tube/gtk-2.0/Lines/line-h.png -------------------------------------------------------------------------------- /nixie-tube/gtk-2.0/Lines/line-v.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/nixie-tube/gtk-2.0/Lines/line-v.png -------------------------------------------------------------------------------- /nixie-tube/gtk-2.0/Others/active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/nixie-tube/gtk-2.0/Others/active.png -------------------------------------------------------------------------------- /nixie-tube/gtk-2.0/Others/focus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/nixie-tube/gtk-2.0/Others/focus.png -------------------------------------------------------------------------------- /nixie-tube/gtk-2.0/Others/null.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/nixie-tube/gtk-2.0/Others/null.png -------------------------------------------------------------------------------- /nixie-tube/gtk-2.0/Others/null2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/nixie-tube/gtk-2.0/Others/null2.png -------------------------------------------------------------------------------- /nixie-tube/gtk-2.0/Others/ruler.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/nixie-tube/gtk-2.0/Others/ruler.png -------------------------------------------------------------------------------- /nixie-tube/gtk-2.0/Panel/handle-h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/nixie-tube/gtk-2.0/Panel/handle-h.png -------------------------------------------------------------------------------- /nixie-tube/gtk-2.0/Panel/handle-v.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/nixie-tube/gtk-2.0/Panel/handle-v.png -------------------------------------------------------------------------------- /nixie-tube/gtk-2.0/Panel/panel-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/nixie-tube/gtk-2.0/Panel/panel-bg.png -------------------------------------------------------------------------------- /nixie-tube/gtk-2.0/Range/null.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/nixie-tube/gtk-2.0/Range/null.png -------------------------------------------------------------------------------- /nixie-tube/gtk-2.0/Shadows/text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/nixie-tube/gtk-2.0/Shadows/text.png -------------------------------------------------------------------------------- /nixie-tube/gtk-2.0/Spin/arrow-up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/nixie-tube/gtk-2.0/Spin/arrow-up.png -------------------------------------------------------------------------------- /nixie-tube/gtk-2.0/Tabs/gap-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/nixie-tube/gtk-2.0/Tabs/gap-left.png -------------------------------------------------------------------------------- /nixie-tube/gtk-2.0/Tabs/gap-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/nixie-tube/gtk-2.0/Tabs/gap-right.png -------------------------------------------------------------------------------- /nixie-tube/gtk-2.0/Tabs/gap-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/nixie-tube/gtk-2.0/Tabs/gap-top.png -------------------------------------------------------------------------------- /nixie-tube/gtk-2.0/Tabs/notebook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/nixie-tube/gtk-2.0/Tabs/notebook.png -------------------------------------------------------------------------------- /nixie-tube/gtk-2.0/Tabs/null.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/nixie-tube/gtk-2.0/Tabs/null.png -------------------------------------------------------------------------------- /nixie-tube/gtk-2.0/Tabs/tab-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/nixie-tube/gtk-2.0/Tabs/tab-left.png -------------------------------------------------------------------------------- /nixie-tube/gtk-2.0/Tabs/tab-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/nixie-tube/gtk-2.0/Tabs/tab-right.png -------------------------------------------------------------------------------- /nixie-tube/gtk-2.0/Tabs/tab-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/nixie-tube/gtk-2.0/Tabs/tab-top.png -------------------------------------------------------------------------------- /nixie-tube/gtk-2.0/gtkrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/nixie-tube/gtk-2.0/gtkrc -------------------------------------------------------------------------------- /nixie-tube/gtk-2.0/menubar.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/nixie-tube/gtk-2.0/menubar.rc -------------------------------------------------------------------------------- /nixie-tube/xfwm4/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/nixie-tube/xfwm4/README -------------------------------------------------------------------------------- /nixie-tube/xfwm4/bottom-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/nixie-tube/xfwm4/bottom-active.xpm -------------------------------------------------------------------------------- /nixie-tube/xfwm4/bottom-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/nixie-tube/xfwm4/bottom-inactive.xpm -------------------------------------------------------------------------------- /nixie-tube/xfwm4/close-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/nixie-tube/xfwm4/close-active.xpm -------------------------------------------------------------------------------- /nixie-tube/xfwm4/close-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/nixie-tube/xfwm4/close-inactive.xpm -------------------------------------------------------------------------------- /nixie-tube/xfwm4/close-pressed.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/nixie-tube/xfwm4/close-pressed.xpm -------------------------------------------------------------------------------- /nixie-tube/xfwm4/hide-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/nixie-tube/xfwm4/hide-active.xpm -------------------------------------------------------------------------------- /nixie-tube/xfwm4/hide-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/nixie-tube/xfwm4/hide-inactive.xpm -------------------------------------------------------------------------------- /nixie-tube/xfwm4/hide-pressed.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/nixie-tube/xfwm4/hide-pressed.xpm -------------------------------------------------------------------------------- /nixie-tube/xfwm4/left-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/nixie-tube/xfwm4/left-active.xpm -------------------------------------------------------------------------------- /nixie-tube/xfwm4/left-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/nixie-tube/xfwm4/left-inactive.xpm -------------------------------------------------------------------------------- /nixie-tube/xfwm4/maximize-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/nixie-tube/xfwm4/maximize-active.xpm -------------------------------------------------------------------------------- /nixie-tube/xfwm4/maximize-pressed.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/nixie-tube/xfwm4/maximize-pressed.xpm -------------------------------------------------------------------------------- /nixie-tube/xfwm4/menu-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/nixie-tube/xfwm4/menu-active.xpm -------------------------------------------------------------------------------- /nixie-tube/xfwm4/menu-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/nixie-tube/xfwm4/menu-inactive.xpm -------------------------------------------------------------------------------- /nixie-tube/xfwm4/menu-pressed.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/nixie-tube/xfwm4/menu-pressed.xpm -------------------------------------------------------------------------------- /nixie-tube/xfwm4/right-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/nixie-tube/xfwm4/right-active.xpm -------------------------------------------------------------------------------- /nixie-tube/xfwm4/right-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/nixie-tube/xfwm4/right-inactive.xpm -------------------------------------------------------------------------------- /nixie-tube/xfwm4/shade-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/nixie-tube/xfwm4/shade-active.xpm -------------------------------------------------------------------------------- /nixie-tube/xfwm4/shade-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/nixie-tube/xfwm4/shade-inactive.xpm -------------------------------------------------------------------------------- /nixie-tube/xfwm4/shade-pressed.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/nixie-tube/xfwm4/shade-pressed.xpm -------------------------------------------------------------------------------- /nixie-tube/xfwm4/stick-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/nixie-tube/xfwm4/stick-active.xpm -------------------------------------------------------------------------------- /nixie-tube/xfwm4/stick-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/nixie-tube/xfwm4/stick-inactive.xpm -------------------------------------------------------------------------------- /nixie-tube/xfwm4/stick-pressed.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/nixie-tube/xfwm4/stick-pressed.xpm -------------------------------------------------------------------------------- /nixie-tube/xfwm4/themerc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/nixie-tube/xfwm4/themerc -------------------------------------------------------------------------------- /nixie-tube/xfwm4/title-1-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/nixie-tube/xfwm4/title-1-active.xpm -------------------------------------------------------------------------------- /nixie-tube/xfwm4/title-1-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/nixie-tube/xfwm4/title-1-inactive.xpm -------------------------------------------------------------------------------- /nixie-tube/xfwm4/title-2-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/nixie-tube/xfwm4/title-2-active.xpm -------------------------------------------------------------------------------- /nixie-tube/xfwm4/title-2-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/nixie-tube/xfwm4/title-2-inactive.xpm -------------------------------------------------------------------------------- /nixie-tube/xfwm4/title-3-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/nixie-tube/xfwm4/title-3-active.xpm -------------------------------------------------------------------------------- /nixie-tube/xfwm4/title-3-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/nixie-tube/xfwm4/title-3-inactive.xpm -------------------------------------------------------------------------------- /nixie-tube/xfwm4/title-4-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/nixie-tube/xfwm4/title-4-active.xpm -------------------------------------------------------------------------------- /nixie-tube/xfwm4/title-4-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/nixie-tube/xfwm4/title-4-inactive.xpm -------------------------------------------------------------------------------- /nixie-tube/xfwm4/title-5-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/nixie-tube/xfwm4/title-5-active.xpm -------------------------------------------------------------------------------- /nixie-tube/xfwm4/title-5-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/nixie-tube/xfwm4/title-5-inactive.xpm -------------------------------------------------------------------------------- /nixie-tube/xfwm4/top-left-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/nixie-tube/xfwm4/top-left-active.xpm -------------------------------------------------------------------------------- /nixie-tube/xfwm4/top-right-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/nixie-tube/xfwm4/top-right-active.xpm -------------------------------------------------------------------------------- /notebook/gtk-2.0/Arrows/arrow-up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/notebook/gtk-2.0/Arrows/arrow-up.png -------------------------------------------------------------------------------- /notebook/gtk-2.0/Combo/text-entry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/notebook/gtk-2.0/Combo/text-entry.png -------------------------------------------------------------------------------- /notebook/gtk-2.0/Frame-Gap/frame1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/notebook/gtk-2.0/Frame-Gap/frame1.png -------------------------------------------------------------------------------- /notebook/gtk-2.0/Frame-Gap/frame2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/notebook/gtk-2.0/Frame-Gap/frame2.png -------------------------------------------------------------------------------- /notebook/gtk-2.0/Handles/handle-h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/notebook/gtk-2.0/Handles/handle-h.png -------------------------------------------------------------------------------- /notebook/gtk-2.0/Handles/handle-v.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/notebook/gtk-2.0/Handles/handle-v.png -------------------------------------------------------------------------------- /notebook/gtk-2.0/Lines/line-h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/notebook/gtk-2.0/Lines/line-h.png -------------------------------------------------------------------------------- /notebook/gtk-2.0/Lines/line-v.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/notebook/gtk-2.0/Lines/line-v.png -------------------------------------------------------------------------------- /notebook/gtk-2.0/Others/active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/notebook/gtk-2.0/Others/active.png -------------------------------------------------------------------------------- /notebook/gtk-2.0/Others/focus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/notebook/gtk-2.0/Others/focus.png -------------------------------------------------------------------------------- /notebook/gtk-2.0/Others/null.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/notebook/gtk-2.0/Others/null.png -------------------------------------------------------------------------------- /notebook/gtk-2.0/Others/null2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/notebook/gtk-2.0/Others/null2.png -------------------------------------------------------------------------------- /notebook/gtk-2.0/Others/ruler.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/notebook/gtk-2.0/Others/ruler.png -------------------------------------------------------------------------------- /notebook/gtk-2.0/Panel/handle-h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/notebook/gtk-2.0/Panel/handle-h.png -------------------------------------------------------------------------------- /notebook/gtk-2.0/Panel/handle-v.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/notebook/gtk-2.0/Panel/handle-v.png -------------------------------------------------------------------------------- /notebook/gtk-2.0/Panel/panel-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/notebook/gtk-2.0/Panel/panel-bg.png -------------------------------------------------------------------------------- /notebook/gtk-2.0/Range/null.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/notebook/gtk-2.0/Range/null.png -------------------------------------------------------------------------------- /notebook/gtk-2.0/Shadows/text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/notebook/gtk-2.0/Shadows/text.png -------------------------------------------------------------------------------- /notebook/gtk-2.0/Spin/arrow-down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/notebook/gtk-2.0/Spin/arrow-down.png -------------------------------------------------------------------------------- /notebook/gtk-2.0/Spin/arrow-up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/notebook/gtk-2.0/Spin/arrow-up.png -------------------------------------------------------------------------------- /notebook/gtk-2.0/Spin/spin-up-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/notebook/gtk-2.0/Spin/spin-up-bg.png -------------------------------------------------------------------------------- /notebook/gtk-2.0/Spin/text-entry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/notebook/gtk-2.0/Spin/text-entry.png -------------------------------------------------------------------------------- /notebook/gtk-2.0/Tabs/gap-bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/notebook/gtk-2.0/Tabs/gap-bottom.png -------------------------------------------------------------------------------- /notebook/gtk-2.0/Tabs/gap-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/notebook/gtk-2.0/Tabs/gap-left.png -------------------------------------------------------------------------------- /notebook/gtk-2.0/Tabs/gap-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/notebook/gtk-2.0/Tabs/gap-right.png -------------------------------------------------------------------------------- /notebook/gtk-2.0/Tabs/gap-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/notebook/gtk-2.0/Tabs/gap-top.png -------------------------------------------------------------------------------- /notebook/gtk-2.0/Tabs/notebook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/notebook/gtk-2.0/Tabs/notebook.png -------------------------------------------------------------------------------- /notebook/gtk-2.0/Tabs/null.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/notebook/gtk-2.0/Tabs/null.png -------------------------------------------------------------------------------- /notebook/gtk-2.0/Tabs/tab-bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/notebook/gtk-2.0/Tabs/tab-bottom.png -------------------------------------------------------------------------------- /notebook/gtk-2.0/Tabs/tab-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/notebook/gtk-2.0/Tabs/tab-left.png -------------------------------------------------------------------------------- /notebook/gtk-2.0/Tabs/tab-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/notebook/gtk-2.0/Tabs/tab-right.png -------------------------------------------------------------------------------- /notebook/gtk-2.0/Tabs/tab-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/notebook/gtk-2.0/Tabs/tab-top.png -------------------------------------------------------------------------------- /notebook/gtk-2.0/gtkrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/notebook/gtk-2.0/gtkrc -------------------------------------------------------------------------------- /notebook/gtk-2.0/menubar.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/notebook/gtk-2.0/menubar.rc -------------------------------------------------------------------------------- /notebook/gtk-2.0/panel.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/notebook/gtk-2.0/panel.rc -------------------------------------------------------------------------------- /notebook/xfwm4/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/notebook/xfwm4/README -------------------------------------------------------------------------------- /notebook/xfwm4/bottom-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/notebook/xfwm4/bottom-active.xpm -------------------------------------------------------------------------------- /notebook/xfwm4/bottom-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/notebook/xfwm4/bottom-inactive.xpm -------------------------------------------------------------------------------- /notebook/xfwm4/bottom-left-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/notebook/xfwm4/bottom-left-active.xpm -------------------------------------------------------------------------------- /notebook/xfwm4/close-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/notebook/xfwm4/close-active.xpm -------------------------------------------------------------------------------- /notebook/xfwm4/close-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/notebook/xfwm4/close-inactive.xpm -------------------------------------------------------------------------------- /notebook/xfwm4/close-pressed.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/notebook/xfwm4/close-pressed.xpm -------------------------------------------------------------------------------- /notebook/xfwm4/hide-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/notebook/xfwm4/hide-active.xpm -------------------------------------------------------------------------------- /notebook/xfwm4/hide-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/notebook/xfwm4/hide-inactive.xpm -------------------------------------------------------------------------------- /notebook/xfwm4/hide-pressed.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/notebook/xfwm4/hide-pressed.xpm -------------------------------------------------------------------------------- /notebook/xfwm4/left-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/notebook/xfwm4/left-active.xpm -------------------------------------------------------------------------------- /notebook/xfwm4/left-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/notebook/xfwm4/left-inactive.xpm -------------------------------------------------------------------------------- /notebook/xfwm4/maximize-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/notebook/xfwm4/maximize-active.xpm -------------------------------------------------------------------------------- /notebook/xfwm4/maximize-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/notebook/xfwm4/maximize-inactive.xpm -------------------------------------------------------------------------------- /notebook/xfwm4/maximize-pressed.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/notebook/xfwm4/maximize-pressed.xpm -------------------------------------------------------------------------------- /notebook/xfwm4/menu-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/notebook/xfwm4/menu-active.xpm -------------------------------------------------------------------------------- /notebook/xfwm4/menu-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/notebook/xfwm4/menu-inactive.xpm -------------------------------------------------------------------------------- /notebook/xfwm4/menu-pressed.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/notebook/xfwm4/menu-pressed.xpm -------------------------------------------------------------------------------- /notebook/xfwm4/right-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/notebook/xfwm4/right-active.xpm -------------------------------------------------------------------------------- /notebook/xfwm4/right-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/notebook/xfwm4/right-inactive.xpm -------------------------------------------------------------------------------- /notebook/xfwm4/shade-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/notebook/xfwm4/shade-active.xpm -------------------------------------------------------------------------------- /notebook/xfwm4/shade-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/notebook/xfwm4/shade-inactive.xpm -------------------------------------------------------------------------------- /notebook/xfwm4/shade-pressed.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/notebook/xfwm4/shade-pressed.xpm -------------------------------------------------------------------------------- /notebook/xfwm4/stick-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/notebook/xfwm4/stick-active.xpm -------------------------------------------------------------------------------- /notebook/xfwm4/stick-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/notebook/xfwm4/stick-inactive.xpm -------------------------------------------------------------------------------- /notebook/xfwm4/stick-pressed.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/notebook/xfwm4/stick-pressed.xpm -------------------------------------------------------------------------------- /notebook/xfwm4/themerc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/notebook/xfwm4/themerc -------------------------------------------------------------------------------- /notebook/xfwm4/title-1-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/notebook/xfwm4/title-1-active.xpm -------------------------------------------------------------------------------- /notebook/xfwm4/title-1-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/notebook/xfwm4/title-1-inactive.xpm -------------------------------------------------------------------------------- /notebook/xfwm4/title-2-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/notebook/xfwm4/title-2-active.xpm -------------------------------------------------------------------------------- /notebook/xfwm4/title-2-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/notebook/xfwm4/title-2-inactive.xpm -------------------------------------------------------------------------------- /notebook/xfwm4/title-3-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/notebook/xfwm4/title-3-active.xpm -------------------------------------------------------------------------------- /notebook/xfwm4/title-3-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/notebook/xfwm4/title-3-inactive.xpm -------------------------------------------------------------------------------- /notebook/xfwm4/title-4-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/notebook/xfwm4/title-4-active.xpm -------------------------------------------------------------------------------- /notebook/xfwm4/title-4-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/notebook/xfwm4/title-4-inactive.xpm -------------------------------------------------------------------------------- /notebook/xfwm4/title-5-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/notebook/xfwm4/title-5-active.xpm -------------------------------------------------------------------------------- /notebook/xfwm4/title-5-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/notebook/xfwm4/title-5-inactive.xpm -------------------------------------------------------------------------------- /notebook/xfwm4/top-left-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/notebook/xfwm4/top-left-active.xpm -------------------------------------------------------------------------------- /notebook/xfwm4/top-left-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/notebook/xfwm4/top-left-inactive.xpm -------------------------------------------------------------------------------- /notebook/xfwm4/top-right-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/notebook/xfwm4/top-right-active.xpm -------------------------------------------------------------------------------- /notebook/xfwm4/top-right-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/notebook/xfwm4/top-right-inactive.xpm -------------------------------------------------------------------------------- /tech-console-cyan/gtk-2.0/gtkrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/tech-console-cyan/gtk-2.0/gtkrc -------------------------------------------------------------------------------- /tech-console-cyan/gtk-2.0/menubar.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/tech-console-cyan/gtk-2.0/menubar.rc -------------------------------------------------------------------------------- /tech-console-cyan/menu-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/tech-console-cyan/menu-active.xpm -------------------------------------------------------------------------------- /tech-console-cyan/menu-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/tech-console-cyan/menu-inactive.xpm -------------------------------------------------------------------------------- /tech-console-cyan/menu-pressed.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/tech-console-cyan/menu-pressed.xpm -------------------------------------------------------------------------------- /tech-console-cyan/shade-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/tech-console-cyan/shade-active.xpm -------------------------------------------------------------------------------- /tech-console-cyan/shade-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/tech-console-cyan/shade-inactive.xpm -------------------------------------------------------------------------------- /tech-console-cyan/shade-pressed.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/tech-console-cyan/shade-pressed.xpm -------------------------------------------------------------------------------- /tech-console-cyan/stick-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/tech-console-cyan/stick-active.xpm -------------------------------------------------------------------------------- /tech-console-cyan/stick-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/tech-console-cyan/stick-inactive.xpm -------------------------------------------------------------------------------- /tech-console-cyan/stick-pressed.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/tech-console-cyan/stick-pressed.xpm -------------------------------------------------------------------------------- /tech-console-cyan/xfwm4/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/tech-console-cyan/xfwm4/README -------------------------------------------------------------------------------- /tech-console-cyan/xfwm4/themerc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/tech-console-cyan/xfwm4/themerc -------------------------------------------------------------------------------- /tech-console-green/gtk-2.0/gtkrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/tech-console-green/gtk-2.0/gtkrc -------------------------------------------------------------------------------- /tech-console-green/gtk-2.0/menubar.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/tech-console-green/gtk-2.0/menubar.rc -------------------------------------------------------------------------------- /tech-console-green/xfwm4/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/tech-console-green/xfwm4/README -------------------------------------------------------------------------------- /tech-console-green/xfwm4/themerc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/tech-console-green/xfwm4/themerc -------------------------------------------------------------------------------- /tech-console-red/gtk-2.0/gtkrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/tech-console-red/gtk-2.0/gtkrc -------------------------------------------------------------------------------- /tech-console-red/gtk-2.0/menubar.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/tech-console-red/gtk-2.0/menubar.rc -------------------------------------------------------------------------------- /tech-console-red/xfwm4/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/tech-console-red/xfwm4/README -------------------------------------------------------------------------------- /tech-console-red/xfwm4/themerc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/tech-console-red/xfwm4/themerc -------------------------------------------------------------------------------- /tech-edge-dark/gtk-2.0/Range/null.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/tech-edge-dark/gtk-2.0/Range/null.png -------------------------------------------------------------------------------- /tech-edge-dark/gtk-2.0/Tabs/null.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/tech-edge-dark/gtk-2.0/Tabs/null.png -------------------------------------------------------------------------------- /tech-edge-dark/gtk-2.0/gtkrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/tech-edge-dark/gtk-2.0/gtkrc -------------------------------------------------------------------------------- /tech-edge-dark/gtk-2.0/menubar.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/tech-edge-dark/gtk-2.0/menubar.rc -------------------------------------------------------------------------------- /tech-edge-dark/xfwm4/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/tech-edge-dark/xfwm4/README -------------------------------------------------------------------------------- /tech-edge-dark/xfwm4/close-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/tech-edge-dark/xfwm4/close-active.xpm -------------------------------------------------------------------------------- /tech-edge-dark/xfwm4/e.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/tech-edge-dark/xfwm4/e.xpm -------------------------------------------------------------------------------- /tech-edge-dark/xfwm4/hide-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/tech-edge-dark/xfwm4/hide-active.xpm -------------------------------------------------------------------------------- /tech-edge-dark/xfwm4/hide-pressed.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/tech-edge-dark/xfwm4/hide-pressed.xpm -------------------------------------------------------------------------------- /tech-edge-dark/xfwm4/left-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/tech-edge-dark/xfwm4/left-active.xpm -------------------------------------------------------------------------------- /tech-edge-dark/xfwm4/menu-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/tech-edge-dark/xfwm4/menu-active.xpm -------------------------------------------------------------------------------- /tech-edge-dark/xfwm4/menu-pressed.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/tech-edge-dark/xfwm4/menu-pressed.xpm -------------------------------------------------------------------------------- /tech-edge-dark/xfwm4/right-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/tech-edge-dark/xfwm4/right-active.xpm -------------------------------------------------------------------------------- /tech-edge-dark/xfwm4/shade-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/tech-edge-dark/xfwm4/shade-active.xpm -------------------------------------------------------------------------------- /tech-edge-dark/xfwm4/stick-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/tech-edge-dark/xfwm4/stick-active.xpm -------------------------------------------------------------------------------- /tech-edge-dark/xfwm4/themerc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/tech-edge-dark/xfwm4/themerc -------------------------------------------------------------------------------- /tech-edge-light/gtk-2.0/Tabs/null.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/tech-edge-light/gtk-2.0/Tabs/null.png -------------------------------------------------------------------------------- /tech-edge-light/gtk-2.0/gtkrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/tech-edge-light/gtk-2.0/gtkrc -------------------------------------------------------------------------------- /tech-edge-light/gtk-2.0/menubar.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/tech-edge-light/gtk-2.0/menubar.rc -------------------------------------------------------------------------------- /tech-edge-light/xfwm4/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/tech-edge-light/xfwm4/README -------------------------------------------------------------------------------- /tech-edge-light/xfwm4/e.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/tech-edge-light/xfwm4/e.xpm -------------------------------------------------------------------------------- /tech-edge-light/xfwm4/hide-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/tech-edge-light/xfwm4/hide-active.xpm -------------------------------------------------------------------------------- /tech-edge-light/xfwm4/left-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/tech-edge-light/xfwm4/left-active.xpm -------------------------------------------------------------------------------- /tech-edge-light/xfwm4/menu-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/tech-edge-light/xfwm4/menu-active.xpm -------------------------------------------------------------------------------- /tech-edge-light/xfwm4/themerc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/tech-edge-light/xfwm4/themerc -------------------------------------------------------------------------------- /time-machine/gtk-2.0/Lines/line-h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/time-machine/gtk-2.0/Lines/line-h.png -------------------------------------------------------------------------------- /time-machine/gtk-2.0/Lines/line-v.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/time-machine/gtk-2.0/Lines/line-v.png -------------------------------------------------------------------------------- /time-machine/gtk-2.0/Others/focus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/time-machine/gtk-2.0/Others/focus.png -------------------------------------------------------------------------------- /time-machine/gtk-2.0/Others/null.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/time-machine/gtk-2.0/Others/null.png -------------------------------------------------------------------------------- /time-machine/gtk-2.0/Others/null2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/time-machine/gtk-2.0/Others/null2.png -------------------------------------------------------------------------------- /time-machine/gtk-2.0/Others/ruler.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/time-machine/gtk-2.0/Others/ruler.png -------------------------------------------------------------------------------- /time-machine/gtk-2.0/Range/null.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/time-machine/gtk-2.0/Range/null.png -------------------------------------------------------------------------------- /time-machine/gtk-2.0/Shadows/text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/time-machine/gtk-2.0/Shadows/text.png -------------------------------------------------------------------------------- /time-machine/gtk-2.0/Tabs/gap-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/time-machine/gtk-2.0/Tabs/gap-top.png -------------------------------------------------------------------------------- /time-machine/gtk-2.0/Tabs/null.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/time-machine/gtk-2.0/Tabs/null.png -------------------------------------------------------------------------------- /time-machine/gtk-2.0/Tabs/tab-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/time-machine/gtk-2.0/Tabs/tab-top.png -------------------------------------------------------------------------------- /time-machine/gtk-2.0/gtkrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/time-machine/gtk-2.0/gtkrc -------------------------------------------------------------------------------- /time-machine/gtk-2.0/menubar.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/time-machine/gtk-2.0/menubar.rc -------------------------------------------------------------------------------- /time-machine/xfwm4/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/time-machine/xfwm4/README -------------------------------------------------------------------------------- /time-machine/xfwm4/bottom-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/time-machine/xfwm4/bottom-active.xpm -------------------------------------------------------------------------------- /time-machine/xfwm4/close-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/time-machine/xfwm4/close-active.xpm -------------------------------------------------------------------------------- /time-machine/xfwm4/close-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/time-machine/xfwm4/close-inactive.xpm -------------------------------------------------------------------------------- /time-machine/xfwm4/close-pressed.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/time-machine/xfwm4/close-pressed.xpm -------------------------------------------------------------------------------- /time-machine/xfwm4/hide-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/time-machine/xfwm4/hide-active.xpm -------------------------------------------------------------------------------- /time-machine/xfwm4/hide-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/time-machine/xfwm4/hide-inactive.xpm -------------------------------------------------------------------------------- /time-machine/xfwm4/hide-pressed.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/time-machine/xfwm4/hide-pressed.xpm -------------------------------------------------------------------------------- /time-machine/xfwm4/left-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/time-machine/xfwm4/left-active.xpm -------------------------------------------------------------------------------- /time-machine/xfwm4/left-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/time-machine/xfwm4/left-inactive.xpm -------------------------------------------------------------------------------- /time-machine/xfwm4/menu-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/time-machine/xfwm4/menu-active.xpm -------------------------------------------------------------------------------- /time-machine/xfwm4/menu-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/time-machine/xfwm4/menu-inactive.xpm -------------------------------------------------------------------------------- /time-machine/xfwm4/menu-pressed.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/time-machine/xfwm4/menu-pressed.xpm -------------------------------------------------------------------------------- /time-machine/xfwm4/right-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/time-machine/xfwm4/right-active.xpm -------------------------------------------------------------------------------- /time-machine/xfwm4/right-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/time-machine/xfwm4/right-inactive.xpm -------------------------------------------------------------------------------- /time-machine/xfwm4/shade-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/time-machine/xfwm4/shade-active.xpm -------------------------------------------------------------------------------- /time-machine/xfwm4/shade-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/time-machine/xfwm4/shade-inactive.xpm -------------------------------------------------------------------------------- /time-machine/xfwm4/shade-pressed.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/time-machine/xfwm4/shade-pressed.xpm -------------------------------------------------------------------------------- /time-machine/xfwm4/stick-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/time-machine/xfwm4/stick-active.xpm -------------------------------------------------------------------------------- /time-machine/xfwm4/stick-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/time-machine/xfwm4/stick-inactive.xpm -------------------------------------------------------------------------------- /time-machine/xfwm4/stick-pressed.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/time-machine/xfwm4/stick-pressed.xpm -------------------------------------------------------------------------------- /time-machine/xfwm4/themerc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/time-machine/xfwm4/themerc -------------------------------------------------------------------------------- /time-machine/xfwm4/title-1-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/time-machine/xfwm4/title-1-active.xpm -------------------------------------------------------------------------------- /time-machine/xfwm4/title-2-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/time-machine/xfwm4/title-2-active.xpm -------------------------------------------------------------------------------- /time-machine/xfwm4/title-3-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/time-machine/xfwm4/title-3-active.xpm -------------------------------------------------------------------------------- /time-machine/xfwm4/title-4-active.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/time-machine/xfwm4/title-4-active.xcf -------------------------------------------------------------------------------- /time-machine/xfwm4/title-4-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/time-machine/xfwm4/title-4-active.xpm -------------------------------------------------------------------------------- /time-machine/xfwm4/title-5-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/time-machine/xfwm4/title-5-active.xpm -------------------------------------------------------------------------------- /ugly-dark/xfwm4/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ugly-dark/xfwm4/README -------------------------------------------------------------------------------- /ugly-dark/xfwm4/bottom-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ugly-dark/xfwm4/bottom-active.xpm -------------------------------------------------------------------------------- /ugly-dark/xfwm4/bottom-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ugly-dark/xfwm4/bottom-inactive.xpm -------------------------------------------------------------------------------- /ugly-dark/xfwm4/close-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ugly-dark/xfwm4/close-active.xpm -------------------------------------------------------------------------------- /ugly-dark/xfwm4/close-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ugly-dark/xfwm4/close-inactive.xpm -------------------------------------------------------------------------------- /ugly-dark/xfwm4/close-pressed.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ugly-dark/xfwm4/close-pressed.xpm -------------------------------------------------------------------------------- /ugly-dark/xfwm4/hide-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ugly-dark/xfwm4/hide-active.xpm -------------------------------------------------------------------------------- /ugly-dark/xfwm4/hide-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ugly-dark/xfwm4/hide-inactive.xpm -------------------------------------------------------------------------------- /ugly-dark/xfwm4/hide-pressed.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ugly-dark/xfwm4/hide-pressed.xpm -------------------------------------------------------------------------------- /ugly-dark/xfwm4/left-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ugly-dark/xfwm4/left-active.xpm -------------------------------------------------------------------------------- /ugly-dark/xfwm4/left-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ugly-dark/xfwm4/left-inactive.xpm -------------------------------------------------------------------------------- /ugly-dark/xfwm4/maximize-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ugly-dark/xfwm4/maximize-active.xpm -------------------------------------------------------------------------------- /ugly-dark/xfwm4/menu-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ugly-dark/xfwm4/menu-active.xpm -------------------------------------------------------------------------------- /ugly-dark/xfwm4/menu-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ugly-dark/xfwm4/menu-inactive.xpm -------------------------------------------------------------------------------- /ugly-dark/xfwm4/menu-pressed.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ugly-dark/xfwm4/menu-pressed.xpm -------------------------------------------------------------------------------- /ugly-dark/xfwm4/right-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ugly-dark/xfwm4/right-active.xpm -------------------------------------------------------------------------------- /ugly-dark/xfwm4/right-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ugly-dark/xfwm4/right-inactive.xpm -------------------------------------------------------------------------------- /ugly-dark/xfwm4/shade-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ugly-dark/xfwm4/shade-active.xpm -------------------------------------------------------------------------------- /ugly-dark/xfwm4/shade-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ugly-dark/xfwm4/shade-inactive.xpm -------------------------------------------------------------------------------- /ugly-dark/xfwm4/shade-pressed.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ugly-dark/xfwm4/shade-pressed.xpm -------------------------------------------------------------------------------- /ugly-dark/xfwm4/stick-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ugly-dark/xfwm4/stick-active.xpm -------------------------------------------------------------------------------- /ugly-dark/xfwm4/stick-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ugly-dark/xfwm4/stick-inactive.xpm -------------------------------------------------------------------------------- /ugly-dark/xfwm4/stick-pressed.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ugly-dark/xfwm4/stick-pressed.xpm -------------------------------------------------------------------------------- /ugly-dark/xfwm4/themerc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ugly-dark/xfwm4/themerc -------------------------------------------------------------------------------- /ugly-dark/xfwm4/title-1-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ugly-dark/xfwm4/title-1-active.xpm -------------------------------------------------------------------------------- /ugly-dark/xfwm4/title-2-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ugly-dark/xfwm4/title-2-active.xpm -------------------------------------------------------------------------------- /ugly-dark/xfwm4/title-3-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ugly-dark/xfwm4/title-3-active.xpm -------------------------------------------------------------------------------- /ugly-dark/xfwm4/title-4-active.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ugly-dark/xfwm4/title-4-active.xcf -------------------------------------------------------------------------------- /ugly-dark/xfwm4/title-4-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ugly-dark/xfwm4/title-4-active.xpm -------------------------------------------------------------------------------- /ugly-dark/xfwm4/title-5-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ugly-dark/xfwm4/title-5-active.xpm -------------------------------------------------------------------------------- /ugly/xfwm4/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ugly/xfwm4/README -------------------------------------------------------------------------------- /ugly/xfwm4/bottom-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ugly/xfwm4/bottom-active.xpm -------------------------------------------------------------------------------- /ugly/xfwm4/bottom-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ugly/xfwm4/bottom-inactive.xpm -------------------------------------------------------------------------------- /ugly/xfwm4/bottom-left-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ugly/xfwm4/bottom-left-active.xpm -------------------------------------------------------------------------------- /ugly/xfwm4/bottom-right-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ugly/xfwm4/bottom-right-active.xpm -------------------------------------------------------------------------------- /ugly/xfwm4/close-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ugly/xfwm4/close-active.xpm -------------------------------------------------------------------------------- /ugly/xfwm4/close-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ugly/xfwm4/close-inactive.xpm -------------------------------------------------------------------------------- /ugly/xfwm4/close-pressed.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ugly/xfwm4/close-pressed.xpm -------------------------------------------------------------------------------- /ugly/xfwm4/hide-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ugly/xfwm4/hide-active.xpm -------------------------------------------------------------------------------- /ugly/xfwm4/hide-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ugly/xfwm4/hide-inactive.xpm -------------------------------------------------------------------------------- /ugly/xfwm4/hide-pressed.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ugly/xfwm4/hide-pressed.xpm -------------------------------------------------------------------------------- /ugly/xfwm4/left-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ugly/xfwm4/left-active.xpm -------------------------------------------------------------------------------- /ugly/xfwm4/left-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ugly/xfwm4/left-inactive.xpm -------------------------------------------------------------------------------- /ugly/xfwm4/maximize-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ugly/xfwm4/maximize-active.xpm -------------------------------------------------------------------------------- /ugly/xfwm4/maximize-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ugly/xfwm4/maximize-inactive.xpm -------------------------------------------------------------------------------- /ugly/xfwm4/maximize-pressed.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ugly/xfwm4/maximize-pressed.xpm -------------------------------------------------------------------------------- /ugly/xfwm4/menu-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ugly/xfwm4/menu-active.xpm -------------------------------------------------------------------------------- /ugly/xfwm4/menu-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ugly/xfwm4/menu-inactive.xpm -------------------------------------------------------------------------------- /ugly/xfwm4/menu-pressed.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ugly/xfwm4/menu-pressed.xpm -------------------------------------------------------------------------------- /ugly/xfwm4/right-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ugly/xfwm4/right-active.xpm -------------------------------------------------------------------------------- /ugly/xfwm4/right-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ugly/xfwm4/right-inactive.xpm -------------------------------------------------------------------------------- /ugly/xfwm4/shade-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ugly/xfwm4/shade-active.xpm -------------------------------------------------------------------------------- /ugly/xfwm4/shade-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ugly/xfwm4/shade-inactive.xpm -------------------------------------------------------------------------------- /ugly/xfwm4/shade-pressed.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ugly/xfwm4/shade-pressed.xpm -------------------------------------------------------------------------------- /ugly/xfwm4/stick-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ugly/xfwm4/stick-active.xpm -------------------------------------------------------------------------------- /ugly/xfwm4/stick-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ugly/xfwm4/stick-inactive.xpm -------------------------------------------------------------------------------- /ugly/xfwm4/stick-pressed.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ugly/xfwm4/stick-pressed.xpm -------------------------------------------------------------------------------- /ugly/xfwm4/themerc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ugly/xfwm4/themerc -------------------------------------------------------------------------------- /ugly/xfwm4/title-1-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ugly/xfwm4/title-1-active.xpm -------------------------------------------------------------------------------- /ugly/xfwm4/title-1-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ugly/xfwm4/title-1-inactive.xpm -------------------------------------------------------------------------------- /ugly/xfwm4/title-2-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ugly/xfwm4/title-2-active.xpm -------------------------------------------------------------------------------- /ugly/xfwm4/title-2-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ugly/xfwm4/title-2-inactive.xpm -------------------------------------------------------------------------------- /ugly/xfwm4/title-3-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ugly/xfwm4/title-3-active.xpm -------------------------------------------------------------------------------- /ugly/xfwm4/title-3-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ugly/xfwm4/title-3-inactive.xpm -------------------------------------------------------------------------------- /ugly/xfwm4/title-4-active.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ugly/xfwm4/title-4-active.xcf -------------------------------------------------------------------------------- /ugly/xfwm4/title-4-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ugly/xfwm4/title-4-active.xpm -------------------------------------------------------------------------------- /ugly/xfwm4/title-4-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ugly/xfwm4/title-4-inactive.xpm -------------------------------------------------------------------------------- /ugly/xfwm4/title-5-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ugly/xfwm4/title-5-active.xpm -------------------------------------------------------------------------------- /ugly/xfwm4/title-5-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ugly/xfwm4/title-5-inactive.xpm -------------------------------------------------------------------------------- /ugly/xfwm4/top-left-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ugly/xfwm4/top-left-active.xpm -------------------------------------------------------------------------------- /ugly/xfwm4/top-left-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ugly/xfwm4/top-left-inactive.xpm -------------------------------------------------------------------------------- /ugly/xfwm4/top-right-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ugly/xfwm4/top-right-active.xpm -------------------------------------------------------------------------------- /ugly/xfwm4/top-right-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purnomoshinigami/xfce4-theme/HEAD/ugly/xfwm4/top-right-inactive.xpm --------------------------------------------------------------------------------