├── LICENSE ├── README.md ├── gtk └── fantome │ ├── gtk-2.0 │ ├── apps.rc │ ├── assets.svg │ ├── assets │ │ ├── arrow-down-insens.png │ │ ├── arrow-down-prelight.png │ │ ├── arrow-down-small-insens.png │ │ ├── arrow-down-small-prelight.png │ │ ├── arrow-down-small.png │ │ ├── arrow-down.png │ │ ├── arrow-left-insens.png │ │ ├── arrow-left-prelight.png │ │ ├── arrow-left.png │ │ ├── arrow-right-insens.png │ │ ├── arrow-right-prelight.png │ │ ├── arrow-right.png │ │ ├── arrow-up-insens.png │ │ ├── arrow-up-prelight.png │ │ ├── arrow-up-small-insens.png │ │ ├── arrow-up-small-prelight.png │ │ ├── arrow-up-small.png │ │ ├── arrow-up.png │ │ ├── button-active.png │ │ ├── button-hover.png │ │ ├── button-insensitive.png │ │ ├── button.png │ │ ├── checkbox-checked-insensitive.png │ │ ├── checkbox-checked.png │ │ ├── checkbox-unchecked-insensitive.png │ │ ├── checkbox-unchecked.png │ │ ├── combo-entry-border-focus-rtl.png │ │ ├── combo-entry-border-focus.png │ │ ├── combo-entry-border-rtl.png │ │ ├── combo-entry-border.png │ │ ├── combo-entry-button-active-rtl.png │ │ ├── combo-entry-button-active.png │ │ ├── combo-entry-button-insensitive-rtl.png │ │ ├── combo-entry-button-insensitive.png │ │ ├── combo-entry-button-rtl.png │ │ ├── combo-entry-button.png │ │ ├── combo-entry-focus-notebook-rtl.png │ │ ├── combo-entry-focus-notebook.png │ │ ├── combo-entry-focus-rtl.png │ │ ├── combo-entry-focus.png │ │ ├── combo-entry-insensitive-notebook-rtl.png │ │ ├── combo-entry-insensitive-notebook.png │ │ ├── combo-entry-insensitive-rtl.png │ │ ├── combo-entry-insensitive.png │ │ ├── combo-entry-notebook-rtl.png │ │ ├── combo-entry-notebook.png │ │ ├── combo-entry-rtl.png │ │ ├── combo-entry.png │ │ ├── down-background-disable-rtl.png │ │ ├── down-background-disable.png │ │ ├── down-background-rtl.png │ │ ├── down-background.png │ │ ├── entry-active-bg.png │ │ ├── entry-active-notebook.png │ │ ├── entry-active-toolbar.png │ │ ├── entry-background-disabled.png │ │ ├── entry-background.png │ │ ├── entry-bg.png │ │ ├── entry-border-active-bg.png │ │ ├── entry-border-bg.png │ │ ├── entry-disabled-bg.png │ │ ├── entry-disabled-notebook.png │ │ ├── entry-disabled-toolbar.png │ │ ├── entry-notebook.png │ │ ├── entry-toolbar.png │ │ ├── focus-line.png │ │ ├── frame-gap-end.png │ │ ├── frame-gap-start.png │ │ ├── frame.png │ │ ├── handle-h.png │ │ ├── handle-v.png │ │ ├── inline-toolbar.png │ │ ├── line-h.png │ │ ├── line-v.png │ │ ├── menu-arrow-prelight.png │ │ ├── menu-arrow.png │ │ ├── menu-checkbox-checked-insensitive.png │ │ ├── menu-checkbox-checked-selected.png │ │ ├── menu-checkbox-checked.png │ │ ├── menu-checkbox-unchecked-insensitive.png │ │ ├── menu-checkbox-unchecked-selected.png │ │ ├── menu-checkbox-unchecked.png │ │ ├── menu-radio-checked-insensitive.png │ │ ├── menu-radio-checked-selected.png │ │ ├── menu-radio-checked.png │ │ ├── menu-radio-unchecked-insensitive.png │ │ ├── menu-radio-unchecked-selected.png │ │ ├── menu-radio-unchecked.png │ │ ├── menubar.png │ │ ├── menubar_button.png │ │ ├── menuitem.png │ │ ├── minus.png │ │ ├── notebook-gap-horiz.png │ │ ├── notebook-gap-vert.png │ │ ├── notebook.png │ │ ├── null.png │ │ ├── plus.png │ │ ├── progressbar.png │ │ ├── progressbar_v.png │ │ ├── radio-checked-insensitive.png │ │ ├── radio-checked.png │ │ ├── radio-unchecked-insensitive.png │ │ ├── radio-unchecked.png │ │ ├── slider-horiz-active.png │ │ ├── slider-horiz-insens.png │ │ ├── slider-horiz-prelight.png │ │ ├── slider-horiz.png │ │ ├── slider-insensitive.png │ │ ├── slider-prelight.png │ │ ├── slider-vert-active.png │ │ ├── slider-vert-insens.png │ │ ├── slider-vert-prelight.png │ │ ├── slider-vert.png │ │ ├── slider.png │ │ ├── tab-bottom-active.png │ │ ├── tab-left-active.png │ │ ├── tab-right-active.png │ │ ├── tab-top-active.png │ │ ├── toolbar.png │ │ ├── tree_header.png │ │ ├── trough-horizontal-active.png │ │ ├── trough-horizontal.png │ │ ├── trough-progressbar.png │ │ ├── trough-progressbar_v.png │ │ ├── trough-scrollbar-horiz.png │ │ ├── trough-scrollbar-vert.png │ │ ├── trough-vertical-active.png │ │ ├── trough-vertical.png │ │ ├── up-background-disable-rtl.png │ │ ├── up-background-disable.png │ │ ├── up-background-rtl.png │ │ └── up-background.png │ ├── gtkrc │ ├── listassets.txt │ ├── main.rc │ ├── menubar-toolbar.rc │ ├── menubar-toolbar │ │ ├── button-active.png │ │ ├── button-hover.png │ │ ├── button-insensitive.png │ │ ├── button.png │ │ ├── entry-active-toolbar-dark.png │ │ ├── entry-active-toolbar.png │ │ ├── entry-disabled-toolbar-dark.png │ │ ├── entry-disabled-toolbar.png │ │ ├── entry-toolbar-dark.png │ │ ├── entry-toolbar.png │ │ ├── menubar-dark.png │ │ ├── menubar-toolbar-dark.rc │ │ ├── menubar-toolbar.rc │ │ ├── menubar.png │ │ ├── menubar_button-dark.png │ │ └── menubar_button.png │ ├── panel.rc │ ├── render-assets.py │ └── xfce-notify.rc │ ├── gtk-3.0 │ ├── assets.svg │ ├── assets.txt │ ├── assets │ │ ├── checkbox-checked-dark.png │ │ ├── checkbox-checked-dark@2.png │ │ ├── checkbox-checked-insensitive-dark.png │ │ ├── checkbox-checked-insensitive-dark@2.png │ │ ├── checkbox-checked-insensitive-selected.png │ │ ├── checkbox-checked-insensitive-selected@2.png │ │ ├── checkbox-checked-insensitive.png │ │ ├── checkbox-checked-insensitive@2.png │ │ ├── checkbox-checked-selected.png │ │ ├── checkbox-checked-selected@2.png │ │ ├── checkbox-checked-selectionmode-dark.png │ │ ├── checkbox-checked-selectionmode-dark@2.png │ │ ├── checkbox-checked-selectionmode.png │ │ ├── checkbox-checked-selectionmode@2.png │ │ ├── checkbox-checked.png │ │ ├── checkbox-checked@2.png │ │ ├── checkbox-mixed-dark.png │ │ ├── checkbox-mixed-dark@2.png │ │ ├── checkbox-mixed-insensitive-dark.png │ │ ├── checkbox-mixed-insensitive-dark@2.png │ │ ├── checkbox-mixed-insensitive-selected.png │ │ ├── checkbox-mixed-insensitive-selected@2.png │ │ ├── checkbox-mixed-insensitive.png │ │ ├── checkbox-mixed-insensitive@2.png │ │ ├── checkbox-mixed-selected.png │ │ ├── checkbox-mixed-selected@2.png │ │ ├── checkbox-mixed.png │ │ ├── checkbox-mixed@2.png │ │ ├── checkbox-selectionmode-dark.png │ │ ├── checkbox-selectionmode-dark@2.png │ │ ├── checkbox-selectionmode.png │ │ ├── checkbox-selectionmode@2.png │ │ ├── checkbox-unchecked-dark.png │ │ ├── checkbox-unchecked-dark@2.png │ │ ├── checkbox-unchecked-insensitive-dark.png │ │ ├── checkbox-unchecked-insensitive-dark@2.png │ │ ├── checkbox-unchecked-insensitive-selected.png │ │ ├── checkbox-unchecked-insensitive-selected@2.png │ │ ├── checkbox-unchecked-insensitive.png │ │ ├── checkbox-unchecked-insensitive@2.png │ │ ├── checkbox-unchecked-selected.png │ │ ├── checkbox-unchecked-selected@2.png │ │ ├── checkbox-unchecked.png │ │ ├── checkbox-unchecked@2.png │ │ ├── radio-checked-dark.png │ │ ├── radio-checked-dark@2.png │ │ ├── radio-checked-insensitive-dark.png │ │ ├── radio-checked-insensitive-dark@2.png │ │ ├── radio-checked-insensitive-selected.png │ │ ├── radio-checked-insensitive-selected@2.png │ │ ├── radio-checked-insensitive.png │ │ ├── radio-checked-insensitive@2.png │ │ ├── radio-checked-selected.png │ │ ├── radio-checked-selected@2.png │ │ ├── radio-checked.png │ │ ├── radio-checked@2.png │ │ ├── radio-mixed-dark.png │ │ ├── radio-mixed-dark@2.png │ │ ├── radio-mixed-insensitive-dark.png │ │ ├── radio-mixed-insensitive-dark@2.png │ │ ├── radio-mixed-insensitive-selected.png │ │ ├── radio-mixed-insensitive-selected@2.png │ │ ├── radio-mixed-insensitive.png │ │ ├── radio-mixed-insensitive@2.png │ │ ├── radio-mixed-selected.png │ │ ├── radio-mixed-selected@2.png │ │ ├── radio-mixed.png │ │ ├── radio-mixed@2.png │ │ ├── radio-unchecked-dark.png │ │ ├── radio-unchecked-dark@2.png │ │ ├── radio-unchecked-insensitive-dark.png │ │ ├── radio-unchecked-insensitive-dark@2.png │ │ ├── radio-unchecked-insensitive-selected.png │ │ ├── radio-unchecked-insensitive-selected@2.png │ │ ├── radio-unchecked-insensitive.png │ │ ├── radio-unchecked-insensitive@2.png │ │ ├── radio-unchecked-selected.png │ │ ├── radio-unchecked-selected@2.png │ │ ├── radio-unchecked.png │ │ ├── radio-unchecked@2.png │ │ ├── switch-active-dark.png │ │ ├── switch-active-dark@2.png │ │ ├── switch-active-header-dark.png │ │ ├── switch-active-header-dark@2.png │ │ ├── switch-active-header.png │ │ ├── switch-active-header@2.png │ │ ├── switch-active-insensitive-dark.png │ │ ├── switch-active-insensitive-dark@2.png │ │ ├── switch-active-insensitive-header-dark.png │ │ ├── switch-active-insensitive-header-dark@2.png │ │ ├── switch-active-insensitive-header.png │ │ ├── switch-active-insensitive-header@2.png │ │ ├── switch-active-insensitive-selected.png │ │ ├── switch-active-insensitive-selected@2.png │ │ ├── switch-active-insensitive.png │ │ ├── switch-active-insensitive@2.png │ │ ├── switch-active-selected.png │ │ ├── switch-active-selected@2.png │ │ ├── switch-active.png │ │ ├── switch-active@2.png │ │ ├── switch-dark.png │ │ ├── switch-dark@2.png │ │ ├── switch-header-dark.png │ │ ├── switch-header-dark@2.png │ │ ├── switch-header.png │ │ ├── switch-header@2.png │ │ ├── switch-insensitive-dark.png │ │ ├── switch-insensitive-dark@2.png │ │ ├── switch-insensitive-header-dark.png │ │ ├── switch-insensitive-header-dark@2.png │ │ ├── switch-insensitive-header.png │ │ ├── switch-insensitive-header@2.png │ │ ├── switch-insensitive-selected.png │ │ ├── switch-insensitive-selected@2.png │ │ ├── switch-insensitive.png │ │ ├── switch-insensitive@2.png │ │ ├── switch-selected.png │ │ ├── switch-selected@2.png │ │ ├── switch.png │ │ ├── switch@2.png │ │ ├── thumbnail-frame.png │ │ ├── titlebutton-close-active-dark.png │ │ ├── titlebutton-close-active-dark@2.png │ │ ├── titlebutton-close-active.png │ │ ├── titlebutton-close-active@2.png │ │ ├── titlebutton-close-backdrop-dark.png │ │ ├── titlebutton-close-backdrop-dark@2.png │ │ ├── titlebutton-close-backdrop.png │ │ ├── titlebutton-close-backdrop@2.png │ │ ├── titlebutton-close-dark.png │ │ ├── titlebutton-close-dark@2.png │ │ ├── titlebutton-close-hover-dark.png │ │ ├── titlebutton-close-hover-dark@2.png │ │ ├── titlebutton-close-hover.png │ │ ├── titlebutton-close-hover@2.png │ │ ├── titlebutton-close.png │ │ ├── titlebutton-close@2.png │ │ ├── titlebutton-maximize-active-dark.png │ │ ├── titlebutton-maximize-active-dark@2.png │ │ ├── titlebutton-maximize-active.png │ │ ├── titlebutton-maximize-active@2.png │ │ ├── titlebutton-maximize-backdrop-dark.png │ │ ├── titlebutton-maximize-backdrop-dark@2.png │ │ ├── titlebutton-maximize-backdrop.png │ │ ├── titlebutton-maximize-backdrop@2.png │ │ ├── titlebutton-maximize-dark.png │ │ ├── titlebutton-maximize-dark@2.png │ │ ├── titlebutton-maximize-hover-dark.png │ │ ├── titlebutton-maximize-hover-dark@2.png │ │ ├── titlebutton-maximize-hover.png │ │ ├── titlebutton-maximize-hover@2.png │ │ ├── titlebutton-maximize.png │ │ ├── titlebutton-maximize@2.png │ │ ├── titlebutton-minimize-active-dark.png │ │ ├── titlebutton-minimize-active-dark@2.png │ │ ├── titlebutton-minimize-active.png │ │ ├── titlebutton-minimize-active@2.png │ │ ├── titlebutton-minimize-backdrop-dark.png │ │ ├── titlebutton-minimize-backdrop-dark@2.png │ │ ├── titlebutton-minimize-backdrop.png │ │ ├── titlebutton-minimize-backdrop@2.png │ │ ├── titlebutton-minimize-dark.png │ │ ├── titlebutton-minimize-dark@2.png │ │ ├── titlebutton-minimize-hover-dark.png │ │ ├── titlebutton-minimize-hover-dark@2.png │ │ ├── titlebutton-minimize-hover.png │ │ ├── titlebutton-minimize-hover@2.png │ │ ├── titlebutton-minimize.png │ │ └── titlebutton-minimize@2.png │ ├── gtk.css │ └── render-assets.py │ └── index.theme ├── openbox ├── large-tb │ ├── bullet.xbm │ ├── close.xbm │ ├── close_hover.xbm │ ├── desk.xbm │ ├── desk_hover.xbm │ ├── desk_hover_toggled.xbm │ ├── desk_toggled.xbm │ ├── iconify.xbm │ ├── iconify_hover.xbm │ ├── max.xbm │ ├── max_hover.xbm │ ├── max_hover_toggled.xbm │ ├── max_toggled.xbm │ ├── shade.xbm │ ├── shade_hover.xbm │ ├── shade_hover_toggled.xbm │ ├── shade_toggled.xbm │ ├── test.xbm │ └── themerc ├── medium-border │ ├── bullet.xbm │ ├── close.xbm │ ├── close_hover.xbm │ ├── desk.xbm │ ├── desk_hover.xbm │ ├── desk_hover_toggled.xbm │ ├── desk_toggled.xbm │ ├── iconify.xbm │ ├── iconify_hover.xbm │ ├── max.xbm │ ├── max_hover.xbm │ ├── max_hover_toggled.xbm │ ├── max_toggled.xbm │ ├── shade.xbm │ ├── shade_hover.xbm │ ├── shade_hover_toggled.xbm │ ├── shade_toggled.xbm │ └── themerc ├── medium-tb │ ├── bullet.xbm │ ├── close.xbm │ ├── close_hover.xbm │ ├── desk.xbm │ ├── desk_hover.xbm │ ├── desk_hover_toggled.xbm │ ├── desk_toggled.xbm │ ├── iconify.xbm │ ├── iconify_hover.xbm │ ├── max.xbm │ ├── max_hover.xbm │ ├── max_hover_toggled.xbm │ ├── max_toggled.xbm │ ├── shade.xbm │ ├── shade_hover.xbm │ ├── shade_hover_toggled.xbm │ ├── shade_toggled.xbm │ ├── test.xbm │ └── themerc ├── mek-oes │ ├── bullet.xbm │ ├── close.xbm │ ├── close_hover.xbm │ ├── desk.xbm │ ├── desk_hover.xbm │ ├── desk_hover_toggled.xbm │ ├── desk_toggled.xbm │ ├── iconify.xbm │ ├── iconify_hover.xbm │ ├── max.xbm │ ├── max_hover.xbm │ ├── max_hover_toggled.xbm │ ├── max_toggled.xbm │ ├── shade.xbm │ ├── shade_hover.xbm │ ├── shade_hover_toggled.xbm │ ├── shade_toggled.xbm │ ├── test.xbm │ └── themerc ├── pelangi │ ├── bullet.xbm │ ├── close.xbm │ ├── desk.xbm │ ├── desk_toggled.xbm │ ├── iconify.xbm │ ├── max.xbm │ ├── max_disabled.xbm │ ├── max_toggled.xbm │ ├── shade.xbm │ └── themerc ├── slight-medium │ ├── bullet.xbm │ ├── close.xbm │ ├── close_hover.xbm │ ├── desk.xbm │ ├── desk_hover.xbm │ ├── desk_hover_toggled.xbm │ ├── desk_toggled.xbm │ ├── iconify.xbm │ ├── iconify_hover.xbm │ ├── max.xbm │ ├── max_hover.xbm │ ├── max_hover_toggled.xbm │ ├── max_toggled.xbm │ ├── shade.xbm │ ├── shade_hover.xbm │ ├── shade_hover_toggled.xbm │ ├── shade_toggled.xbm │ ├── test.xbm │ └── themerc ├── slight │ ├── bullet.xbm │ ├── close.xbm │ ├── close_hover.xbm │ ├── desk.xbm │ ├── desk_hover.xbm │ ├── desk_hover_toggled.xbm │ ├── desk_toggled.xbm │ ├── iconify.xbm │ ├── iconify_hover.xbm │ ├── max.xbm │ ├── max_hover.xbm │ ├── max_hover_toggled.xbm │ ├── max_toggled.xbm │ ├── shade.xbm │ ├── shade_hover.xbm │ ├── shade_hover_toggled.xbm │ ├── shade_toggled.xbm │ ├── test.xbm │ └── themerc ├── small-border │ ├── bullet.xbm │ ├── close.xbm │ ├── close_hover.xbm │ ├── desk.xbm │ ├── desk_hover.xbm │ ├── desk_hover_toggled.xbm │ ├── desk_toggled.xbm │ ├── iconify.xbm │ ├── iconify_hover.xbm │ ├── max.xbm │ ├── max_hover.xbm │ ├── max_hover_toggled.xbm │ ├── max_toggled.xbm │ ├── shade.xbm │ ├── shade_hover.xbm │ ├── shade_hover_toggled.xbm │ ├── shade_toggled.xbm │ └── themerc ├── small-tb │ ├── bullet.xbm │ ├── close.xbm │ ├── close_hover.xbm │ ├── desk.xbm │ ├── desk_hover.xbm │ ├── desk_hover_toggled.xbm │ ├── desk_toggled.xbm │ ├── iconify.xbm │ ├── iconify_hover.xbm │ ├── max.xbm │ ├── max_hover.xbm │ ├── max_hover_toggled.xbm │ ├── max_toggled.xbm │ ├── shade.xbm │ ├── shade_hover.xbm │ ├── shade_hover_toggled.xbm │ ├── shade_toggled.xbm │ ├── test.xbm │ └── themerc └── tricky │ ├── bullet.xbm │ ├── close.xbm │ ├── close_hover.xbm │ ├── desk.xbm │ ├── desk_hover.xbm │ ├── desk_hover_toggled.xbm │ ├── desk_toggled.xbm │ ├── iconify.xbm │ ├── iconify_hover.xbm │ ├── max.xbm │ ├── max_hover.xbm │ ├── max_hover_toggled.xbm │ ├── max_toggled.xbm │ ├── shade.xbm │ ├── shade_hover.xbm │ ├── shade_hover_toggled.xbm │ ├── shade_toggled.xbm │ └── themerc ├── preview └── 2018-06-14_06-43-02.webm ├── tint2 ├── chrome-os-mpc │ ├── menu.svg │ └── tint2rc ├── chrome-os │ ├── menu.svg │ └── tint2rc ├── chromeos-pelangi │ ├── chrome_launcher_menu.svg │ └── tint2rc ├── chromeos-tinted │ ├── chrome_launcher_menu.svg │ └── tint2rc ├── chromeos │ ├── chrome_launcher_menu.svg │ └── tint2rc ├── floaty-rounded │ ├── menu.svg │ └── tint2rc ├── floaty │ ├── menu.svg │ └── tint2rc ├── less-is-more │ ├── tint2rc │ └── wsp ├── minima-rounded │ ├── menu.svg │ └── tint2rc ├── slim-float │ └── tint2rc ├── slim-text-dark │ └── tint2rc ├── slim-text-tinted-dark │ └── tint2rc ├── slim-text-tinted │ └── tint2rc ├── squared-full │ ├── menu.svg │ └── tint2rc ├── squared │ ├── menu.svg │ └── tint2rc └── tint2rc ├── warnai ├── xfce-notify-4.0 └── gtk.css └── xfwm4 ├── 365 ├── close-active.xpm ├── close-inactive.xpm ├── close-prelight.xpm ├── close-pressed.xpm ├── hide-active.xpm ├── hide-inactive.xpm ├── hide-prelight.xpm ├── hide-pressed.xpm ├── maximize-active.xpm ├── maximize-inactive.xpm ├── maximize-prelight.xpm ├── maximize-pressed.xpm ├── 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 ├── 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 ├── black-paha ├── 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 ├── hide-active.xpm ├── hide-inactive.xpm ├── left-active.xpm ├── left-inactive.xpm ├── maximize-active.xpm ├── maximize-inactive.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.xpm └── top-right-inactive.xpm ├── diamondo ├── close-active.xpm ├── close-inactive.xpm ├── hide-active.xpm ├── hide-inactive.xpm ├── maximize-active.xpm ├── maximize-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 ├── just-title-bar ├── close-active.xpm ├── close-inactive.xpm ├── close-prelight.xpm ├── close-pressed.xpm ├── hide-active.xpm ├── hide-inactive.xpm ├── hide-prelight.xpm ├── hide-pressed.xpm ├── maximize-active.xpm ├── maximize-inactive.xpm ├── maximize-prelight.xpm ├── maximize-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 ├── nest1 ├── 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 ├── hide-active.xpm ├── hide-inactive.xpm ├── left-active.xpm ├── left-inactive.xpm ├── maximize-active.xpm ├── maximize-inactive.xpm ├── right-active.xpm ├── right-inactive.xpm ├── shade-active.xpm ├── shade-inactive.xpm ├── themerc ├── 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 ├── one_new ├── bottom-active.xpm ├── bottom-inactive.xpm ├── bottom-left-active.xpm ├── bottom-left-inactive.xpm ├── bottom-right-active.xpm ├── bottom-right-inactive.xpm ├── close-a.xpm ├── close-active.xpm ├── close-inactive.xpm ├── hide-active.xpm ├── hide-inactive.xpm ├── left-active.xpm ├── left-inactive.xpm ├── maximize-active.xpm ├── maximize-inactive.xpm ├── right-active.xpm ├── right-inactive.xpm ├── shade-active.xpm ├── shade-inactive.xpm ├── themerc ├── 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 ├── pastel ├── 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 ├── hide-active.xpm ├── hide-inactive.xpm ├── maximize-active.xpm ├── maximize-inactive.xpm ├── shade-active.xpm ├── shade-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.xpm └── top-right-inactive.xpm ├── ribbon ├── close-active.xpm ├── close-inactive.xpm ├── hide-active.xpm ├── hide-inactive.xpm ├── hide-prelight.xpm ├── maximize-active.xpm ├── maximize-inactive.xpm ├── maximize-prelight.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 ├── tetris ├── 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-prelight.xpm ├── close-pressed.xpm ├── hide-active.xpm ├── hide-inactive.xpm ├── hide-prelight.xpm ├── hide-pressed.xpm ├── left-active.xpm ├── left-inactive.xpm ├── maximize-active.xpm ├── maximize-inactive.xpm ├── maximize-prelight.xpm ├── maximize-pressed.xpm ├── 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.xpm └── top-right-inactive.xpm ├── vela ├── border.svg ├── close-active.svg ├── close-inactive.svg ├── close-prelight.svg ├── close-pressed.svg ├── hide-active.svg ├── hide-inactive.svg ├── hide-prelight.svg ├── hide-pressed.svg ├── maximize-active.svg ├── maximize-inactive.svg ├── maximize-prelight.svg ├── maximize-pressed.svg ├── maximize-toggled-active.svg ├── maximize-toggled-inactive.svg ├── maximize-toggled-prelight.svg ├── maximize-toggled-pressed.svg ├── menu-active.svg ├── menu-inactive.svg ├── menu-prelight.svg ├── menu-pressed.svg ├── shade-active.svg ├── shade-inactive.svg ├── shade-prelight.svg ├── shade-pressed.svg ├── shade-toggled-active.svg ├── shade-toggled-inactive.svg ├── shade-toggled-prelight.svg ├── shade-toggled-pressed.svg ├── stick-active.svg ├── stick-inactive.svg ├── stick-prelight.svg ├── stick-pressed.svg ├── stick-toggled-active.svg ├── stick-toggled-inactive.svg ├── stick-toggled-prelight.svg ├── stick-toggled-pressed.svg ├── themerc ├── title-1-active.svg ├── title-1-inactive.svg ├── title-2-active.svg ├── title-2-inactive.svg ├── title-3-active.svg ├── title-3-inactive.svg ├── title-4-active.svg ├── title-4-inactive.svg ├── title-5-active.svg ├── title-5-inactive.svg ├── top-left-active.svg ├── top-left-inactive.svg ├── top-right-active.svg └── top-right-inactive.svg └── wendows ├── 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-prelight.xpm ├── hide-active.xpm ├── hide-inactive.xpm ├── left-active.xpm ├── left-inactive.xpm ├── maximize-active.xpm ├── maximize-inactive.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.xpm └── top-right-inactive.xpm /gtk/fantome/gtk-2.0/assets/arrow-down-insens.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/assets/arrow-down-insens.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/assets/arrow-down-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/assets/arrow-down-prelight.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/assets/arrow-down-small-insens.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/assets/arrow-down-small-insens.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/assets/arrow-down-small-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/assets/arrow-down-small-prelight.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/assets/arrow-down-small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/assets/arrow-down-small.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/assets/arrow-down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/assets/arrow-down.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/assets/arrow-left-insens.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/assets/arrow-left-insens.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/assets/arrow-left-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/assets/arrow-left-prelight.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/assets/arrow-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/assets/arrow-left.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/assets/arrow-right-insens.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/assets/arrow-right-insens.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/assets/arrow-right-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/assets/arrow-right-prelight.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/assets/arrow-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/assets/arrow-right.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/assets/arrow-up-insens.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/assets/arrow-up-insens.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/assets/arrow-up-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/assets/arrow-up-prelight.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/assets/arrow-up-small-insens.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/assets/arrow-up-small-insens.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/assets/arrow-up-small-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/assets/arrow-up-small-prelight.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/assets/arrow-up-small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/assets/arrow-up-small.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/assets/arrow-up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/assets/arrow-up.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/assets/button-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/assets/button-active.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/assets/button-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/assets/button-hover.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/assets/button-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/assets/button-insensitive.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/assets/button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/assets/button.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/assets/checkbox-checked-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/assets/checkbox-checked-insensitive.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/assets/checkbox-checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/assets/checkbox-checked.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/assets/checkbox-unchecked-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/assets/checkbox-unchecked-insensitive.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/assets/checkbox-unchecked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/assets/checkbox-unchecked.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/assets/combo-entry-border-focus-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/assets/combo-entry-border-focus-rtl.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/assets/combo-entry-border-focus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/assets/combo-entry-border-focus.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/assets/combo-entry-border-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/assets/combo-entry-border-rtl.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/assets/combo-entry-border.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/assets/combo-entry-border.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/assets/combo-entry-button-active-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/assets/combo-entry-button-active-rtl.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/assets/combo-entry-button-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/assets/combo-entry-button-active.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/assets/combo-entry-button-insensitive-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/assets/combo-entry-button-insensitive-rtl.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/assets/combo-entry-button-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/assets/combo-entry-button-insensitive.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/assets/combo-entry-button-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/assets/combo-entry-button-rtl.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/assets/combo-entry-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/assets/combo-entry-button.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/assets/combo-entry-focus-notebook-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/assets/combo-entry-focus-notebook-rtl.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/assets/combo-entry-focus-notebook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/assets/combo-entry-focus-notebook.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/assets/combo-entry-focus-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/assets/combo-entry-focus-rtl.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/assets/combo-entry-focus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/assets/combo-entry-focus.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/assets/combo-entry-insensitive-notebook-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/assets/combo-entry-insensitive-notebook-rtl.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/assets/combo-entry-insensitive-notebook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/assets/combo-entry-insensitive-notebook.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/assets/combo-entry-insensitive-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/assets/combo-entry-insensitive-rtl.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/assets/combo-entry-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/assets/combo-entry-insensitive.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/assets/combo-entry-notebook-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/assets/combo-entry-notebook-rtl.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/assets/combo-entry-notebook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/assets/combo-entry-notebook.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/assets/combo-entry-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/assets/combo-entry-rtl.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/assets/combo-entry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/assets/combo-entry.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/assets/down-background-disable-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/assets/down-background-disable-rtl.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/assets/down-background-disable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/assets/down-background-disable.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/assets/down-background-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/assets/down-background-rtl.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/assets/down-background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/assets/down-background.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/assets/entry-active-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/assets/entry-active-bg.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/assets/entry-active-notebook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/assets/entry-active-notebook.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/assets/entry-active-toolbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/assets/entry-active-toolbar.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/assets/entry-background-disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/assets/entry-background-disabled.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/assets/entry-background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/assets/entry-background.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/assets/entry-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/assets/entry-bg.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/assets/entry-border-active-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/assets/entry-border-active-bg.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/assets/entry-border-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/assets/entry-border-bg.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/assets/entry-disabled-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/assets/entry-disabled-bg.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/assets/entry-disabled-notebook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/assets/entry-disabled-notebook.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/assets/entry-disabled-toolbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/assets/entry-disabled-toolbar.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/assets/entry-notebook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/assets/entry-notebook.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/assets/entry-toolbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/assets/entry-toolbar.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/assets/focus-line.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/assets/focus-line.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/assets/frame-gap-end.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/assets/frame-gap-end.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/assets/frame-gap-start.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/assets/frame-gap-start.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/assets/frame.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/assets/frame.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/assets/handle-h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/assets/handle-h.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/assets/handle-v.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/assets/handle-v.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/assets/inline-toolbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/assets/inline-toolbar.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/assets/line-h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/assets/line-h.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/assets/line-v.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/assets/line-v.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/assets/menu-arrow-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/assets/menu-arrow-prelight.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/assets/menu-arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/assets/menu-arrow.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/assets/menu-checkbox-checked-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/assets/menu-checkbox-checked-insensitive.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/assets/menu-checkbox-checked-selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/assets/menu-checkbox-checked-selected.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/assets/menu-checkbox-checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/assets/menu-checkbox-checked.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/assets/menu-checkbox-unchecked-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/assets/menu-checkbox-unchecked-insensitive.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/assets/menu-checkbox-unchecked-selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/assets/menu-checkbox-unchecked-selected.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/assets/menu-checkbox-unchecked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/assets/menu-checkbox-unchecked.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/assets/menu-radio-checked-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/assets/menu-radio-checked-insensitive.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/assets/menu-radio-checked-selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/assets/menu-radio-checked-selected.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/assets/menu-radio-checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/assets/menu-radio-checked.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/assets/menu-radio-unchecked-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/assets/menu-radio-unchecked-insensitive.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/assets/menu-radio-unchecked-selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/assets/menu-radio-unchecked-selected.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/assets/menu-radio-unchecked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/assets/menu-radio-unchecked.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/assets/menubar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/assets/menubar.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/assets/menubar_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/assets/menubar_button.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/assets/menuitem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/assets/menuitem.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/assets/minus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/assets/minus.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/assets/notebook-gap-horiz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/assets/notebook-gap-horiz.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/assets/notebook-gap-vert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/assets/notebook-gap-vert.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/assets/notebook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/assets/notebook.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/assets/null.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/assets/null.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/assets/plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/assets/plus.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/assets/progressbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/assets/progressbar.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/assets/progressbar_v.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/assets/progressbar_v.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/assets/radio-checked-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/assets/radio-checked-insensitive.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/assets/radio-checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/assets/radio-checked.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/assets/radio-unchecked-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/assets/radio-unchecked-insensitive.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/assets/radio-unchecked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/assets/radio-unchecked.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/assets/slider-horiz-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/assets/slider-horiz-active.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/assets/slider-horiz-insens.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/assets/slider-horiz-insens.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/assets/slider-horiz-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/assets/slider-horiz-prelight.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/assets/slider-horiz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/assets/slider-horiz.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/assets/slider-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/assets/slider-insensitive.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/assets/slider-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/assets/slider-prelight.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/assets/slider-vert-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/assets/slider-vert-active.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/assets/slider-vert-insens.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/assets/slider-vert-insens.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/assets/slider-vert-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/assets/slider-vert-prelight.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/assets/slider-vert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/assets/slider-vert.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/assets/slider.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/assets/slider.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/assets/tab-bottom-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/assets/tab-bottom-active.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/assets/tab-left-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/assets/tab-left-active.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/assets/tab-right-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/assets/tab-right-active.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/assets/tab-top-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/assets/tab-top-active.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/assets/toolbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/assets/toolbar.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/assets/tree_header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/assets/tree_header.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/assets/trough-horizontal-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/assets/trough-horizontal-active.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/assets/trough-horizontal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/assets/trough-horizontal.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/assets/trough-progressbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/assets/trough-progressbar.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/assets/trough-progressbar_v.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/assets/trough-progressbar_v.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/assets/trough-scrollbar-horiz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/assets/trough-scrollbar-horiz.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/assets/trough-scrollbar-vert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/assets/trough-scrollbar-vert.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/assets/trough-vertical-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/assets/trough-vertical-active.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/assets/trough-vertical.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/assets/trough-vertical.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/assets/up-background-disable-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/assets/up-background-disable-rtl.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/assets/up-background-disable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/assets/up-background-disable.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/assets/up-background-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/assets/up-background-rtl.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/assets/up-background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/assets/up-background.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/menubar-toolbar/button-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/menubar-toolbar/button-active.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/menubar-toolbar/button-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/menubar-toolbar/button-hover.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/menubar-toolbar/button-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/menubar-toolbar/button-insensitive.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/menubar-toolbar/button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/menubar-toolbar/button.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/menubar-toolbar/entry-active-toolbar-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/menubar-toolbar/entry-active-toolbar-dark.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/menubar-toolbar/entry-active-toolbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/menubar-toolbar/entry-active-toolbar.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/menubar-toolbar/entry-disabled-toolbar-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/menubar-toolbar/entry-disabled-toolbar-dark.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/menubar-toolbar/entry-disabled-toolbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/menubar-toolbar/entry-disabled-toolbar.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/menubar-toolbar/entry-toolbar-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/menubar-toolbar/entry-toolbar-dark.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/menubar-toolbar/entry-toolbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/menubar-toolbar/entry-toolbar.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/menubar-toolbar/menubar-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/menubar-toolbar/menubar-dark.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/menubar-toolbar/menubar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/menubar-toolbar/menubar.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/menubar-toolbar/menubar_button-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/menubar-toolbar/menubar_button-dark.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-2.0/menubar-toolbar/menubar_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-2.0/menubar-toolbar/menubar_button.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/checkbox-checked-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/checkbox-checked-dark.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/checkbox-checked-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/checkbox-checked-dark@2.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/checkbox-checked-insensitive-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/checkbox-checked-insensitive-dark.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/checkbox-checked-insensitive-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/checkbox-checked-insensitive-dark@2.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/checkbox-checked-insensitive-selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/checkbox-checked-insensitive-selected.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/checkbox-checked-insensitive-selected@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/checkbox-checked-insensitive-selected@2.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/checkbox-checked-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/checkbox-checked-insensitive.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/checkbox-checked-insensitive@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/checkbox-checked-insensitive@2.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/checkbox-checked-selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/checkbox-checked-selected.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/checkbox-checked-selected@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/checkbox-checked-selected@2.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/checkbox-checked-selectionmode-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/checkbox-checked-selectionmode-dark.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/checkbox-checked-selectionmode-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/checkbox-checked-selectionmode-dark@2.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/checkbox-checked-selectionmode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/checkbox-checked-selectionmode.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/checkbox-checked-selectionmode@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/checkbox-checked-selectionmode@2.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/checkbox-checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/checkbox-checked.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/checkbox-checked@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/checkbox-checked@2.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/checkbox-mixed-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/checkbox-mixed-dark.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/checkbox-mixed-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/checkbox-mixed-dark@2.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/checkbox-mixed-insensitive-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/checkbox-mixed-insensitive-dark.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/checkbox-mixed-insensitive-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/checkbox-mixed-insensitive-dark@2.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/checkbox-mixed-insensitive-selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/checkbox-mixed-insensitive-selected.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/checkbox-mixed-insensitive-selected@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/checkbox-mixed-insensitive-selected@2.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/checkbox-mixed-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/checkbox-mixed-insensitive.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/checkbox-mixed-insensitive@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/checkbox-mixed-insensitive@2.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/checkbox-mixed-selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/checkbox-mixed-selected.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/checkbox-mixed-selected@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/checkbox-mixed-selected@2.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/checkbox-mixed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/checkbox-mixed.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/checkbox-mixed@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/checkbox-mixed@2.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/checkbox-selectionmode-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/checkbox-selectionmode-dark.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/checkbox-selectionmode-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/checkbox-selectionmode-dark@2.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/checkbox-selectionmode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/checkbox-selectionmode.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/checkbox-selectionmode@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/checkbox-selectionmode@2.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/checkbox-unchecked-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/checkbox-unchecked-dark.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/checkbox-unchecked-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/checkbox-unchecked-dark@2.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/checkbox-unchecked-insensitive-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/checkbox-unchecked-insensitive-dark.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/checkbox-unchecked-insensitive-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/checkbox-unchecked-insensitive-dark@2.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/checkbox-unchecked-insensitive-selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/checkbox-unchecked-insensitive-selected.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/checkbox-unchecked-insensitive-selected@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/checkbox-unchecked-insensitive-selected@2.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/checkbox-unchecked-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/checkbox-unchecked-insensitive.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/checkbox-unchecked-insensitive@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/checkbox-unchecked-insensitive@2.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/checkbox-unchecked-selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/checkbox-unchecked-selected.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/checkbox-unchecked-selected@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/checkbox-unchecked-selected@2.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/checkbox-unchecked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/checkbox-unchecked.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/checkbox-unchecked@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/checkbox-unchecked@2.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/radio-checked-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/radio-checked-dark.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/radio-checked-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/radio-checked-dark@2.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/radio-checked-insensitive-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/radio-checked-insensitive-dark.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/radio-checked-insensitive-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/radio-checked-insensitive-dark@2.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/radio-checked-insensitive-selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/radio-checked-insensitive-selected.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/radio-checked-insensitive-selected@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/radio-checked-insensitive-selected@2.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/radio-checked-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/radio-checked-insensitive.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/radio-checked-insensitive@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/radio-checked-insensitive@2.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/radio-checked-selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/radio-checked-selected.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/radio-checked-selected@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/radio-checked-selected@2.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/radio-checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/radio-checked.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/radio-checked@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/radio-checked@2.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/radio-mixed-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/radio-mixed-dark.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/radio-mixed-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/radio-mixed-dark@2.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/radio-mixed-insensitive-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/radio-mixed-insensitive-dark.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/radio-mixed-insensitive-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/radio-mixed-insensitive-dark@2.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/radio-mixed-insensitive-selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/radio-mixed-insensitive-selected.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/radio-mixed-insensitive-selected@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/radio-mixed-insensitive-selected@2.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/radio-mixed-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/radio-mixed-insensitive.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/radio-mixed-insensitive@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/radio-mixed-insensitive@2.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/radio-mixed-selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/radio-mixed-selected.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/radio-mixed-selected@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/radio-mixed-selected@2.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/radio-mixed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/radio-mixed.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/radio-mixed@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/radio-mixed@2.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/radio-unchecked-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/radio-unchecked-dark.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/radio-unchecked-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/radio-unchecked-dark@2.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/radio-unchecked-insensitive-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/radio-unchecked-insensitive-dark.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/radio-unchecked-insensitive-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/radio-unchecked-insensitive-dark@2.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/radio-unchecked-insensitive-selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/radio-unchecked-insensitive-selected.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/radio-unchecked-insensitive-selected@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/radio-unchecked-insensitive-selected@2.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/radio-unchecked-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/radio-unchecked-insensitive.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/radio-unchecked-insensitive@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/radio-unchecked-insensitive@2.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/radio-unchecked-selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/radio-unchecked-selected.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/radio-unchecked-selected@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/radio-unchecked-selected@2.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/radio-unchecked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/radio-unchecked.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/radio-unchecked@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/radio-unchecked@2.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/switch-active-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/switch-active-dark.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/switch-active-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/switch-active-dark@2.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/switch-active-header-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/switch-active-header-dark.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/switch-active-header-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/switch-active-header-dark@2.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/switch-active-header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/switch-active-header.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/switch-active-header@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/switch-active-header@2.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/switch-active-insensitive-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/switch-active-insensitive-dark.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/switch-active-insensitive-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/switch-active-insensitive-dark@2.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/switch-active-insensitive-header-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/switch-active-insensitive-header-dark.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/switch-active-insensitive-header-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/switch-active-insensitive-header-dark@2.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/switch-active-insensitive-header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/switch-active-insensitive-header.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/switch-active-insensitive-header@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/switch-active-insensitive-header@2.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/switch-active-insensitive-selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/switch-active-insensitive-selected.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/switch-active-insensitive-selected@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/switch-active-insensitive-selected@2.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/switch-active-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/switch-active-insensitive.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/switch-active-insensitive@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/switch-active-insensitive@2.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/switch-active-selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/switch-active-selected.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/switch-active-selected@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/switch-active-selected@2.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/switch-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/switch-active.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/switch-active@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/switch-active@2.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/switch-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/switch-dark.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/switch-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/switch-dark@2.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/switch-header-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/switch-header-dark.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/switch-header-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/switch-header-dark@2.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/switch-header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/switch-header.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/switch-header@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/switch-header@2.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/switch-insensitive-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/switch-insensitive-dark.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/switch-insensitive-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/switch-insensitive-dark@2.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/switch-insensitive-header-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/switch-insensitive-header-dark.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/switch-insensitive-header-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/switch-insensitive-header-dark@2.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/switch-insensitive-header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/switch-insensitive-header.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/switch-insensitive-header@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/switch-insensitive-header@2.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/switch-insensitive-selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/switch-insensitive-selected.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/switch-insensitive-selected@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/switch-insensitive-selected@2.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/switch-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/switch-insensitive.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/switch-insensitive@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/switch-insensitive@2.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/switch-selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/switch-selected.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/switch-selected@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/switch-selected@2.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/switch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/switch.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/switch@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/switch@2.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/thumbnail-frame.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/thumbnail-frame.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/titlebutton-close-active-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/titlebutton-close-active-dark.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/titlebutton-close-active-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/titlebutton-close-active-dark@2.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/titlebutton-close-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/titlebutton-close-active.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/titlebutton-close-active@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/titlebutton-close-active@2.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/titlebutton-close-backdrop-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/titlebutton-close-backdrop-dark.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/titlebutton-close-backdrop-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/titlebutton-close-backdrop-dark@2.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/titlebutton-close-backdrop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/titlebutton-close-backdrop.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/titlebutton-close-backdrop@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/titlebutton-close-backdrop@2.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/titlebutton-close-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/titlebutton-close-dark.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/titlebutton-close-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/titlebutton-close-dark@2.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/titlebutton-close-hover-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/titlebutton-close-hover-dark.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/titlebutton-close-hover-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/titlebutton-close-hover-dark@2.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/titlebutton-close-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/titlebutton-close-hover.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/titlebutton-close-hover@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/titlebutton-close-hover@2.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/titlebutton-close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/titlebutton-close.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/titlebutton-close@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/titlebutton-close@2.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/titlebutton-maximize-active-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/titlebutton-maximize-active-dark.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/titlebutton-maximize-active-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/titlebutton-maximize-active-dark@2.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/titlebutton-maximize-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/titlebutton-maximize-active.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/titlebutton-maximize-active@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/titlebutton-maximize-active@2.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/titlebutton-maximize-backdrop-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/titlebutton-maximize-backdrop-dark.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/titlebutton-maximize-backdrop-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/titlebutton-maximize-backdrop-dark@2.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/titlebutton-maximize-backdrop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/titlebutton-maximize-backdrop.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/titlebutton-maximize-backdrop@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/titlebutton-maximize-backdrop@2.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/titlebutton-maximize-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/titlebutton-maximize-dark.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/titlebutton-maximize-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/titlebutton-maximize-dark@2.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/titlebutton-maximize-hover-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/titlebutton-maximize-hover-dark.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/titlebutton-maximize-hover-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/titlebutton-maximize-hover-dark@2.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/titlebutton-maximize-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/titlebutton-maximize-hover.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/titlebutton-maximize-hover@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/titlebutton-maximize-hover@2.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/titlebutton-maximize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/titlebutton-maximize.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/titlebutton-maximize@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/titlebutton-maximize@2.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/titlebutton-minimize-active-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/titlebutton-minimize-active-dark.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/titlebutton-minimize-active-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/titlebutton-minimize-active-dark@2.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/titlebutton-minimize-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/titlebutton-minimize-active.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/titlebutton-minimize-active@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/titlebutton-minimize-active@2.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/titlebutton-minimize-backdrop-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/titlebutton-minimize-backdrop-dark.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/titlebutton-minimize-backdrop-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/titlebutton-minimize-backdrop-dark@2.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/titlebutton-minimize-backdrop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/titlebutton-minimize-backdrop.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/titlebutton-minimize-backdrop@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/titlebutton-minimize-backdrop@2.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/titlebutton-minimize-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/titlebutton-minimize-dark.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/titlebutton-minimize-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/titlebutton-minimize-dark@2.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/titlebutton-minimize-hover-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/titlebutton-minimize-hover-dark.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/titlebutton-minimize-hover-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/titlebutton-minimize-hover-dark@2.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/titlebutton-minimize-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/titlebutton-minimize-hover.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/titlebutton-minimize-hover@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/titlebutton-minimize-hover@2.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/titlebutton-minimize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/titlebutton-minimize.png -------------------------------------------------------------------------------- /gtk/fantome/gtk-3.0/assets/titlebutton-minimize@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/gtk/fantome/gtk-3.0/assets/titlebutton-minimize@2.png -------------------------------------------------------------------------------- /gtk/fantome/index.theme: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Type=X-GNOME-Metatheme 3 | Name=Fantome 4 | Comment=Yet Another Theme Based on Arc 5 | Encoding=UTF-8 6 | 7 | [X-GNOME-Metatheme] 8 | GtkTheme=Fantome 9 | IconTheme=gnome 10 | CursorTheme=DMZ-Black 11 | ButtonLayout=menu:minimize,maximize,close 12 | -------------------------------------------------------------------------------- /openbox/large-tb/bullet.xbm: -------------------------------------------------------------------------------- 1 | #define bullet_width 6 2 | #define bullet_height 6 3 | static unsigned char bullet_bits[] = { 4 | 0x06, 0x0c, 0x18, 0x18, 0x0c, 0x06 }; 5 | -------------------------------------------------------------------------------- /openbox/large-tb/close.xbm: -------------------------------------------------------------------------------- 1 | #define close_width 10 2 | #define close_height 10 3 | static unsigned char close_bits[] = { 4 | 0x7c, 0x00, 0xfe, 0x00, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 5 | 0xff, 0x01, 0xfe, 0x00, 0x7c, 0x00, 0x00, 0x00 }; 6 | -------------------------------------------------------------------------------- /openbox/large-tb/close_hover.xbm: -------------------------------------------------------------------------------- 1 | #define close_width 8 2 | #define close_height 8 3 | static unsigned char close_bits[] = { 4 | 0xc3, 0xe7, 0x7e, 0x3c, 0x3c, 0x7e, 0xe7, 0xc3 }; 5 | -------------------------------------------------------------------------------- /openbox/large-tb/desk.xbm: -------------------------------------------------------------------------------- 1 | #define close_width 10 2 | #define close_height 10 3 | static unsigned char close_bits[] = { 4 | 0x7c, 0x00, 0xfe, 0x00, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 5 | 0xff, 0x01, 0xfe, 0x00, 0x7c, 0x00, 0x00, 0x00 }; 6 | -------------------------------------------------------------------------------- /openbox/large-tb/desk_hover.xbm: -------------------------------------------------------------------------------- 1 | #define desk_toggled_width 8 2 | #define desk_toggled_height 8 3 | static unsigned char desk_toggled_bits[] = { 4 | 0xe7, 0xe7, 0xe7, 0x00, 0x00, 0xe7, 0xe7, 0xe7 }; 5 | -------------------------------------------------------------------------------- /openbox/large-tb/desk_hover_toggled.xbm: -------------------------------------------------------------------------------- 1 | #define desk_width 8 2 | #define desk_height 8 3 | static unsigned char desk_bits[] = { 4 | 0x04, 0x0e, 0x3f, 0x1e, 0x1c, 0x24, 0x40, 0x80 }; 5 | -------------------------------------------------------------------------------- /openbox/large-tb/desk_toggled.xbm: -------------------------------------------------------------------------------- 1 | #define close_width 10 2 | #define close_height 10 3 | static unsigned char close_bits[] = { 4 | 0x7c, 0x00, 0xfe, 0x00, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 5 | 0xff, 0x01, 0xfe, 0x00, 0x7c, 0x00, 0x00, 0x00 }; 6 | -------------------------------------------------------------------------------- /openbox/large-tb/iconify.xbm: -------------------------------------------------------------------------------- 1 | #define iconify_width 10 2 | #define iconify_height 10 3 | static unsigned char iconify_bits[] = { 4 | 0x7c, 0x00, 0xfe, 0x00, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 5 | 0xff, 0x01, 0xfe, 0x00, 0x7c, 0x00, 0x00, 0x00 }; 6 | -------------------------------------------------------------------------------- /openbox/large-tb/iconify_hover.xbm: -------------------------------------------------------------------------------- 1 | #define iconify_width 8 2 | #define iconify_height 8 3 | static unsigned char iconify_bits[] = { 4 | 0x00, 0x00, 0x00, 0xff, 0xff, 0x00, 0x00, 0x00 }; 5 | -------------------------------------------------------------------------------- /openbox/large-tb/max.xbm: -------------------------------------------------------------------------------- 1 | #define max_width 10 2 | #define max_height 10 3 | static unsigned char max_bits[] = { 4 | 0x7c, 0x00, 0xfe, 0x00, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 5 | 0xff, 0x01, 0xfe, 0x00, 0x7c, 0x00, 0x00, 0x00 }; 6 | -------------------------------------------------------------------------------- /openbox/large-tb/max_hover.xbm: -------------------------------------------------------------------------------- 1 | #define titlebutton_max_2_width 8 2 | #define titlebutton_max_2_height 8 3 | static unsigned char titlebutton_max_2_bits[] = { 4 | 0xf8, 0xf0, 0xe0, 0xc1, 0x83, 0x07, 0x0f, 0x1f }; 5 | -------------------------------------------------------------------------------- /openbox/large-tb/max_hover_toggled.xbm: -------------------------------------------------------------------------------- 1 | #define titlebutton_max_2_width 8 2 | #define titlebutton_max_2_height 8 3 | static unsigned char titlebutton_max_2_bits[] = { 4 | 0xf8, 0xf0, 0xe0, 0xc1, 0x83, 0x07, 0x0f, 0x1f }; 5 | -------------------------------------------------------------------------------- /openbox/large-tb/max_toggled.xbm: -------------------------------------------------------------------------------- 1 | #define max_width 10 2 | #define max_height 10 3 | static unsigned char max_bits[] = { 4 | 0x7c, 0x00, 0xfe, 0x00, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 5 | 0xff, 0x01, 0xfe, 0x00, 0x7c, 0x00, 0x00, 0x00 }; 6 | -------------------------------------------------------------------------------- /openbox/large-tb/shade.xbm: -------------------------------------------------------------------------------- 1 | #define iconify_width 10 2 | #define iconify_height 10 3 | static unsigned char iconify_bits[] = { 4 | 0x7c, 0x00, 0xfe, 0x00, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 5 | 0xff, 0x01, 0xfe, 0x00, 0x7c, 0x00, 0x00, 0x00 }; 6 | -------------------------------------------------------------------------------- /openbox/large-tb/shade_hover.xbm: -------------------------------------------------------------------------------- 1 | #define shade_width 8 2 | #define shade_height 8 3 | static unsigned char shade_bits[] = { 4 | 0x18, 0x3c, 0x7e, 0xff, 0xdb, 0x18, 0x18, 0x18 }; 5 | -------------------------------------------------------------------------------- /openbox/large-tb/shade_hover_toggled.xbm: -------------------------------------------------------------------------------- 1 | #define shade_toggled_width 8 2 | #define shade_toggled_height 8 3 | static unsigned char shade_toggled_bits[] = { 4 | 0x18, 0x18, 0x18, 0xdb, 0xff, 0x7e, 0x3c, 0x18 }; 5 | -------------------------------------------------------------------------------- /openbox/large-tb/shade_toggled.xbm: -------------------------------------------------------------------------------- 1 | #define iconify_width 10 2 | #define iconify_height 10 3 | static unsigned char iconify_bits[] = { 4 | 0x7c, 0x00, 0xfe, 0x00, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 5 | 0xff, 0x01, 0xfe, 0x00, 0x7c, 0x00, 0x00, 0x00 }; 6 | -------------------------------------------------------------------------------- /openbox/medium-border/bullet.xbm: -------------------------------------------------------------------------------- 1 | #define bullet_width 6 2 | #define bullet_height 6 3 | static unsigned char bullet_bits[] = { 4 | 0x06, 0x0c, 0x18, 0x18, 0x0c, 0x06 }; 5 | -------------------------------------------------------------------------------- /openbox/medium-border/close.xbm: -------------------------------------------------------------------------------- 1 | #define close_width 10 2 | #define close_height 10 3 | static unsigned char close_bits[] = { 4 | 0x7c, 0x00, 0xfe, 0x00, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 5 | 0xff, 0x01, 0xfe, 0x00, 0x7c, 0x00, 0x00, 0x00 }; 6 | -------------------------------------------------------------------------------- /openbox/medium-border/close_hover.xbm: -------------------------------------------------------------------------------- 1 | #define close_width 8 2 | #define close_height 8 3 | static unsigned char close_bits[] = { 4 | 0xc3, 0xe7, 0x7e, 0x3c, 0x3c, 0x7e, 0xe7, 0xc3 }; 5 | -------------------------------------------------------------------------------- /openbox/medium-border/desk.xbm: -------------------------------------------------------------------------------- 1 | #define close_width 10 2 | #define close_height 10 3 | static unsigned char close_bits[] = { 4 | 0x7c, 0x00, 0xfe, 0x00, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 5 | 0xff, 0x01, 0xfe, 0x00, 0x7c, 0x00, 0x00, 0x00 }; 6 | -------------------------------------------------------------------------------- /openbox/medium-border/desk_hover.xbm: -------------------------------------------------------------------------------- 1 | #define desk_toggled_width 8 2 | #define desk_toggled_height 8 3 | static unsigned char desk_toggled_bits[] = { 4 | 0xe7, 0xe7, 0xe7, 0x00, 0x00, 0xe7, 0xe7, 0xe7 }; 5 | -------------------------------------------------------------------------------- /openbox/medium-border/desk_hover_toggled.xbm: -------------------------------------------------------------------------------- 1 | #define desk_width 8 2 | #define desk_height 8 3 | static unsigned char desk_bits[] = { 4 | 0x04, 0x0e, 0x3f, 0x1e, 0x1c, 0x24, 0x40, 0x80 }; 5 | -------------------------------------------------------------------------------- /openbox/medium-border/desk_toggled.xbm: -------------------------------------------------------------------------------- 1 | #define close_width 10 2 | #define close_height 10 3 | static unsigned char close_bits[] = { 4 | 0x7c, 0x00, 0xfe, 0x00, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 5 | 0xff, 0x01, 0xfe, 0x00, 0x7c, 0x00, 0x00, 0x00 }; 6 | -------------------------------------------------------------------------------- /openbox/medium-border/iconify.xbm: -------------------------------------------------------------------------------- 1 | #define iconify_width 10 2 | #define iconify_height 10 3 | static unsigned char iconify_bits[] = { 4 | 0x7c, 0x00, 0xfe, 0x00, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 5 | 0xff, 0x01, 0xfe, 0x00, 0x7c, 0x00, 0x00, 0x00 }; 6 | -------------------------------------------------------------------------------- /openbox/medium-border/iconify_hover.xbm: -------------------------------------------------------------------------------- 1 | #define iconify_width 8 2 | #define iconify_height 8 3 | static unsigned char iconify_bits[] = { 4 | 0x00, 0x00, 0x00, 0xff, 0xff, 0x00, 0x00, 0x00 }; 5 | -------------------------------------------------------------------------------- /openbox/medium-border/max.xbm: -------------------------------------------------------------------------------- 1 | #define max_width 10 2 | #define max_height 10 3 | static unsigned char max_bits[] = { 4 | 0x7c, 0x00, 0xfe, 0x00, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 5 | 0xff, 0x01, 0xfe, 0x00, 0x7c, 0x00, 0x00, 0x00 }; 6 | -------------------------------------------------------------------------------- /openbox/medium-border/max_hover.xbm: -------------------------------------------------------------------------------- 1 | #define titlebutton_max_2_width 8 2 | #define titlebutton_max_2_height 8 3 | static unsigned char titlebutton_max_2_bits[] = { 4 | 0xf8, 0xf0, 0xe0, 0xc1, 0x83, 0x07, 0x0f, 0x1f }; 5 | -------------------------------------------------------------------------------- /openbox/medium-border/max_hover_toggled.xbm: -------------------------------------------------------------------------------- 1 | #define titlebutton_max_2_width 8 2 | #define titlebutton_max_2_height 8 3 | static unsigned char titlebutton_max_2_bits[] = { 4 | 0xf8, 0xf0, 0xe0, 0xc1, 0x83, 0x07, 0x0f, 0x1f }; 5 | -------------------------------------------------------------------------------- /openbox/medium-border/max_toggled.xbm: -------------------------------------------------------------------------------- 1 | #define max_width 10 2 | #define max_height 10 3 | static unsigned char max_bits[] = { 4 | 0x7c, 0x00, 0xfe, 0x00, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 5 | 0xff, 0x01, 0xfe, 0x00, 0x7c, 0x00, 0x00, 0x00 }; 6 | -------------------------------------------------------------------------------- /openbox/medium-border/shade.xbm: -------------------------------------------------------------------------------- 1 | #define iconify_width 10 2 | #define iconify_height 10 3 | static unsigned char iconify_bits[] = { 4 | 0x7c, 0x00, 0xfe, 0x00, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 5 | 0xff, 0x01, 0xfe, 0x00, 0x7c, 0x00, 0x00, 0x00 }; 6 | -------------------------------------------------------------------------------- /openbox/medium-border/shade_hover.xbm: -------------------------------------------------------------------------------- 1 | #define shade_width 8 2 | #define shade_height 8 3 | static unsigned char shade_bits[] = { 4 | 0x18, 0x3c, 0x7e, 0xff, 0xdb, 0x18, 0x18, 0x18 }; 5 | -------------------------------------------------------------------------------- /openbox/medium-border/shade_hover_toggled.xbm: -------------------------------------------------------------------------------- 1 | #define shade_toggled_width 8 2 | #define shade_toggled_height 8 3 | static unsigned char shade_toggled_bits[] = { 4 | 0x18, 0x18, 0x18, 0xdb, 0xff, 0x7e, 0x3c, 0x18 }; 5 | -------------------------------------------------------------------------------- /openbox/medium-border/shade_toggled.xbm: -------------------------------------------------------------------------------- 1 | #define iconify_width 10 2 | #define iconify_height 10 3 | static unsigned char iconify_bits[] = { 4 | 0x7c, 0x00, 0xfe, 0x00, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 5 | 0xff, 0x01, 0xfe, 0x00, 0x7c, 0x00, 0x00, 0x00 }; 6 | -------------------------------------------------------------------------------- /openbox/medium-tb/bullet.xbm: -------------------------------------------------------------------------------- 1 | #define bullet_width 6 2 | #define bullet_height 6 3 | static unsigned char bullet_bits[] = { 4 | 0x06, 0x0c, 0x18, 0x18, 0x0c, 0x06 }; 5 | -------------------------------------------------------------------------------- /openbox/medium-tb/close.xbm: -------------------------------------------------------------------------------- 1 | #define close_width 10 2 | #define close_height 10 3 | static unsigned char close_bits[] = { 4 | 0x7c, 0x00, 0xfe, 0x00, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 5 | 0xff, 0x01, 0xfe, 0x00, 0x7c, 0x00, 0x00, 0x00 }; 6 | -------------------------------------------------------------------------------- /openbox/medium-tb/close_hover.xbm: -------------------------------------------------------------------------------- 1 | #define close_width 8 2 | #define close_height 8 3 | static unsigned char close_bits[] = { 4 | 0xc3, 0xe7, 0x7e, 0x3c, 0x3c, 0x7e, 0xe7, 0xc3 }; 5 | -------------------------------------------------------------------------------- /openbox/medium-tb/desk.xbm: -------------------------------------------------------------------------------- 1 | #define close_width 10 2 | #define close_height 10 3 | static unsigned char close_bits[] = { 4 | 0x7c, 0x00, 0xfe, 0x00, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 5 | 0xff, 0x01, 0xfe, 0x00, 0x7c, 0x00, 0x00, 0x00 }; 6 | -------------------------------------------------------------------------------- /openbox/medium-tb/desk_hover.xbm: -------------------------------------------------------------------------------- 1 | #define desk_toggled_width 8 2 | #define desk_toggled_height 8 3 | static unsigned char desk_toggled_bits[] = { 4 | 0xe7, 0xe7, 0xe7, 0x00, 0x00, 0xe7, 0xe7, 0xe7 }; 5 | -------------------------------------------------------------------------------- /openbox/medium-tb/desk_hover_toggled.xbm: -------------------------------------------------------------------------------- 1 | #define desk_width 8 2 | #define desk_height 8 3 | static unsigned char desk_bits[] = { 4 | 0x04, 0x0e, 0x3f, 0x1e, 0x1c, 0x24, 0x40, 0x80 }; 5 | -------------------------------------------------------------------------------- /openbox/medium-tb/desk_toggled.xbm: -------------------------------------------------------------------------------- 1 | #define close_width 10 2 | #define close_height 10 3 | static unsigned char close_bits[] = { 4 | 0x7c, 0x00, 0xfe, 0x00, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 5 | 0xff, 0x01, 0xfe, 0x00, 0x7c, 0x00, 0x00, 0x00 }; 6 | -------------------------------------------------------------------------------- /openbox/medium-tb/iconify.xbm: -------------------------------------------------------------------------------- 1 | #define iconify_width 10 2 | #define iconify_height 10 3 | static unsigned char iconify_bits[] = { 4 | 0x7c, 0x00, 0xfe, 0x00, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 5 | 0xff, 0x01, 0xfe, 0x00, 0x7c, 0x00, 0x00, 0x00 }; 6 | -------------------------------------------------------------------------------- /openbox/medium-tb/iconify_hover.xbm: -------------------------------------------------------------------------------- 1 | #define iconify_width 8 2 | #define iconify_height 8 3 | static unsigned char iconify_bits[] = { 4 | 0x00, 0x00, 0x00, 0xff, 0xff, 0x00, 0x00, 0x00 }; 5 | -------------------------------------------------------------------------------- /openbox/medium-tb/max.xbm: -------------------------------------------------------------------------------- 1 | #define max_width 10 2 | #define max_height 10 3 | static unsigned char max_bits[] = { 4 | 0x7c, 0x00, 0xfe, 0x00, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 5 | 0xff, 0x01, 0xfe, 0x00, 0x7c, 0x00, 0x00, 0x00 }; 6 | -------------------------------------------------------------------------------- /openbox/medium-tb/max_hover.xbm: -------------------------------------------------------------------------------- 1 | #define titlebutton_max_2_width 8 2 | #define titlebutton_max_2_height 8 3 | static unsigned char titlebutton_max_2_bits[] = { 4 | 0xf8, 0xf0, 0xe0, 0xc1, 0x83, 0x07, 0x0f, 0x1f }; 5 | -------------------------------------------------------------------------------- /openbox/medium-tb/max_hover_toggled.xbm: -------------------------------------------------------------------------------- 1 | #define titlebutton_max_2_width 8 2 | #define titlebutton_max_2_height 8 3 | static unsigned char titlebutton_max_2_bits[] = { 4 | 0xf8, 0xf0, 0xe0, 0xc1, 0x83, 0x07, 0x0f, 0x1f }; 5 | -------------------------------------------------------------------------------- /openbox/medium-tb/max_toggled.xbm: -------------------------------------------------------------------------------- 1 | #define max_width 10 2 | #define max_height 10 3 | static unsigned char max_bits[] = { 4 | 0x7c, 0x00, 0xfe, 0x00, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 5 | 0xff, 0x01, 0xfe, 0x00, 0x7c, 0x00, 0x00, 0x00 }; 6 | -------------------------------------------------------------------------------- /openbox/medium-tb/shade.xbm: -------------------------------------------------------------------------------- 1 | #define iconify_width 10 2 | #define iconify_height 10 3 | static unsigned char iconify_bits[] = { 4 | 0x7c, 0x00, 0xfe, 0x00, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 5 | 0xff, 0x01, 0xfe, 0x00, 0x7c, 0x00, 0x00, 0x00 }; 6 | -------------------------------------------------------------------------------- /openbox/medium-tb/shade_hover.xbm: -------------------------------------------------------------------------------- 1 | #define shade_width 8 2 | #define shade_height 8 3 | static unsigned char shade_bits[] = { 4 | 0x18, 0x3c, 0x7e, 0xff, 0xdb, 0x18, 0x18, 0x18 }; 5 | -------------------------------------------------------------------------------- /openbox/medium-tb/shade_hover_toggled.xbm: -------------------------------------------------------------------------------- 1 | #define shade_toggled_width 8 2 | #define shade_toggled_height 8 3 | static unsigned char shade_toggled_bits[] = { 4 | 0x18, 0x18, 0x18, 0xdb, 0xff, 0x7e, 0x3c, 0x18 }; 5 | -------------------------------------------------------------------------------- /openbox/medium-tb/shade_toggled.xbm: -------------------------------------------------------------------------------- 1 | #define iconify_width 10 2 | #define iconify_height 10 3 | static unsigned char iconify_bits[] = { 4 | 0x7c, 0x00, 0xfe, 0x00, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 5 | 0xff, 0x01, 0xfe, 0x00, 0x7c, 0x00, 0x00, 0x00 }; 6 | -------------------------------------------------------------------------------- /openbox/mek-oes/bullet.xbm: -------------------------------------------------------------------------------- 1 | #define bullet_width 6 2 | #define bullet_height 6 3 | static unsigned char bullet_bits[] = { 4 | 0x06, 0x0c, 0x18, 0x18, 0x0c, 0x06 }; 5 | -------------------------------------------------------------------------------- /openbox/mek-oes/close.xbm: -------------------------------------------------------------------------------- 1 | #define close_width 10 2 | #define close_height 10 3 | static unsigned char close_bits[] = { 4 | 0x7c, 0x00, 0xfe, 0x00, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 5 | 0xff, 0x01, 0xfe, 0x00, 0x7c, 0x00, 0x00, 0x00 }; 6 | -------------------------------------------------------------------------------- /openbox/mek-oes/close_hover.xbm: -------------------------------------------------------------------------------- 1 | #define close_width 8 2 | #define close_height 8 3 | static unsigned char close_bits[] = { 4 | 0xc3, 0xe7, 0x7e, 0x3c, 0x3c, 0x7e, 0xe7, 0xc3 }; 5 | -------------------------------------------------------------------------------- /openbox/mek-oes/desk.xbm: -------------------------------------------------------------------------------- 1 | #define close_width 10 2 | #define close_height 10 3 | static unsigned char close_bits[] = { 4 | 0x7c, 0x00, 0xfe, 0x00, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 5 | 0xff, 0x01, 0xfe, 0x00, 0x7c, 0x00, 0x00, 0x00 }; 6 | -------------------------------------------------------------------------------- /openbox/mek-oes/desk_hover.xbm: -------------------------------------------------------------------------------- 1 | #define desk_toggled_width 8 2 | #define desk_toggled_height 8 3 | static unsigned char desk_toggled_bits[] = { 4 | 0xe7, 0xe7, 0xe7, 0x00, 0x00, 0xe7, 0xe7, 0xe7 }; 5 | -------------------------------------------------------------------------------- /openbox/mek-oes/desk_hover_toggled.xbm: -------------------------------------------------------------------------------- 1 | #define desk_width 8 2 | #define desk_height 8 3 | static unsigned char desk_bits[] = { 4 | 0x04, 0x0e, 0x3f, 0x1e, 0x1c, 0x24, 0x40, 0x80 }; 5 | -------------------------------------------------------------------------------- /openbox/mek-oes/desk_toggled.xbm: -------------------------------------------------------------------------------- 1 | #define close_width 10 2 | #define close_height 10 3 | static unsigned char close_bits[] = { 4 | 0x7c, 0x00, 0xfe, 0x00, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 5 | 0xff, 0x01, 0xfe, 0x00, 0x7c, 0x00, 0x00, 0x00 }; 6 | -------------------------------------------------------------------------------- /openbox/mek-oes/iconify.xbm: -------------------------------------------------------------------------------- 1 | #define iconify_width 10 2 | #define iconify_height 10 3 | static unsigned char iconify_bits[] = { 4 | 0x7c, 0x00, 0xfe, 0x00, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 5 | 0xff, 0x01, 0xfe, 0x00, 0x7c, 0x00, 0x00, 0x00 }; 6 | -------------------------------------------------------------------------------- /openbox/mek-oes/iconify_hover.xbm: -------------------------------------------------------------------------------- 1 | #define iconify_width 8 2 | #define iconify_height 8 3 | static unsigned char iconify_bits[] = { 4 | 0x00, 0x00, 0x00, 0xff, 0xff, 0x00, 0x00, 0x00 }; 5 | -------------------------------------------------------------------------------- /openbox/mek-oes/max.xbm: -------------------------------------------------------------------------------- 1 | #define max_width 10 2 | #define max_height 10 3 | static unsigned char max_bits[] = { 4 | 0x7c, 0x00, 0xfe, 0x00, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 5 | 0xff, 0x01, 0xfe, 0x00, 0x7c, 0x00, 0x00, 0x00 }; 6 | -------------------------------------------------------------------------------- /openbox/mek-oes/max_hover.xbm: -------------------------------------------------------------------------------- 1 | #define titlebutton_max_2_width 8 2 | #define titlebutton_max_2_height 8 3 | static unsigned char titlebutton_max_2_bits[] = { 4 | 0xf8, 0xf0, 0xe0, 0xc1, 0x83, 0x07, 0x0f, 0x1f }; 5 | -------------------------------------------------------------------------------- /openbox/mek-oes/max_hover_toggled.xbm: -------------------------------------------------------------------------------- 1 | #define titlebutton_max_2_width 8 2 | #define titlebutton_max_2_height 8 3 | static unsigned char titlebutton_max_2_bits[] = { 4 | 0xf8, 0xf0, 0xe0, 0xc1, 0x83, 0x07, 0x0f, 0x1f }; 5 | -------------------------------------------------------------------------------- /openbox/mek-oes/max_toggled.xbm: -------------------------------------------------------------------------------- 1 | #define max_width 10 2 | #define max_height 10 3 | static unsigned char max_bits[] = { 4 | 0x7c, 0x00, 0xfe, 0x00, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 5 | 0xff, 0x01, 0xfe, 0x00, 0x7c, 0x00, 0x00, 0x00 }; 6 | -------------------------------------------------------------------------------- /openbox/mek-oes/shade.xbm: -------------------------------------------------------------------------------- 1 | #define iconify_width 10 2 | #define iconify_height 10 3 | static unsigned char iconify_bits[] = { 4 | 0x7c, 0x00, 0xfe, 0x00, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 5 | 0xff, 0x01, 0xfe, 0x00, 0x7c, 0x00, 0x00, 0x00 }; 6 | -------------------------------------------------------------------------------- /openbox/mek-oes/shade_hover.xbm: -------------------------------------------------------------------------------- 1 | #define shade_width 8 2 | #define shade_height 8 3 | static unsigned char shade_bits[] = { 4 | 0x18, 0x3c, 0x7e, 0xff, 0xdb, 0x18, 0x18, 0x18 }; 5 | -------------------------------------------------------------------------------- /openbox/mek-oes/shade_hover_toggled.xbm: -------------------------------------------------------------------------------- 1 | #define shade_toggled_width 8 2 | #define shade_toggled_height 8 3 | static unsigned char shade_toggled_bits[] = { 4 | 0x18, 0x18, 0x18, 0xdb, 0xff, 0x7e, 0x3c, 0x18 }; 5 | -------------------------------------------------------------------------------- /openbox/mek-oes/shade_toggled.xbm: -------------------------------------------------------------------------------- 1 | #define iconify_width 10 2 | #define iconify_height 10 3 | static unsigned char iconify_bits[] = { 4 | 0x7c, 0x00, 0xfe, 0x00, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 5 | 0xff, 0x01, 0xfe, 0x00, 0x7c, 0x00, 0x00, 0x00 }; 6 | -------------------------------------------------------------------------------- /openbox/pelangi/bullet.xbm: -------------------------------------------------------------------------------- 1 | #define bullet_width 10 2 | #define bullet_height 10 3 | static unsigned char bullet_bits[] = { 4 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x30, 0x00, 5 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; 6 | -------------------------------------------------------------------------------- /openbox/pelangi/close.xbm: -------------------------------------------------------------------------------- 1 | #define close_width 4 2 | #define close_height 4 3 | static unsigned char close_bits[] = { 4 | 0x0f, 0x0f, 0x0f, 0x0f }; 5 | -------------------------------------------------------------------------------- /openbox/pelangi/desk.xbm: -------------------------------------------------------------------------------- 1 | #define close_width 4 2 | #define close_height 4 3 | static unsigned char close_bits[] = { 4 | 0x0f, 0x0f, 0x0f, 0x0f }; 5 | -------------------------------------------------------------------------------- /openbox/pelangi/desk_toggled.xbm: -------------------------------------------------------------------------------- 1 | #define close_width 4 2 | #define close_height 4 3 | static unsigned char close_bits[] = { 4 | 0x0f, 0x0f, 0x0f, 0x0f }; 5 | -------------------------------------------------------------------------------- /openbox/pelangi/iconify.xbm: -------------------------------------------------------------------------------- 1 | #define close_width 4 2 | #define close_height 4 3 | static unsigned char close_bits[] = { 4 | 0x0f, 0x0f, 0x0f, 0x0f }; 5 | -------------------------------------------------------------------------------- /openbox/pelangi/max.xbm: -------------------------------------------------------------------------------- 1 | #define close_width 4 2 | #define close_height 4 3 | static unsigned char close_bits[] = { 4 | 0x0f, 0x0f, 0x0f, 0x0f }; 5 | -------------------------------------------------------------------------------- /openbox/pelangi/max_disabled.xbm: -------------------------------------------------------------------------------- 1 | #define close_width 4 2 | #define close_height 4 3 | static unsigned char close_bits[] = { 4 | 0x0f, 0x0f, 0x0f, 0x0f }; 5 | -------------------------------------------------------------------------------- /openbox/pelangi/max_toggled.xbm: -------------------------------------------------------------------------------- 1 | #define close_width 4 2 | #define close_height 4 3 | static unsigned char close_bits[] = { 4 | 0x0f, 0x0f, 0x0f, 0x0f }; 5 | -------------------------------------------------------------------------------- /openbox/pelangi/shade.xbm: -------------------------------------------------------------------------------- 1 | #define close_width 4 2 | #define close_height 4 3 | static unsigned char close_bits[] = { 4 | 0x0f, 0x0f, 0x0f, 0x0f }; 5 | -------------------------------------------------------------------------------- /openbox/slight-medium/bullet.xbm: -------------------------------------------------------------------------------- 1 | #define bullet_width 6 2 | #define bullet_height 6 3 | static unsigned char bullet_bits[] = { 4 | 0x04, 0x08, 0x10, 0x10, 0x08, 0x04 }; 5 | -------------------------------------------------------------------------------- /openbox/slight-medium/close.xbm: -------------------------------------------------------------------------------- 1 | #define close_width 8 2 | #define close_height 8 3 | static unsigned char close_bits[] = { 4 | 0x00, 0x42, 0x24, 0x18, 0x18, 0x24, 0x42, 0x00 }; 5 | -------------------------------------------------------------------------------- /openbox/slight-medium/close_hover.xbm: -------------------------------------------------------------------------------- 1 | #define close_hover_width 8 2 | #define close_hover_height 8 3 | static unsigned char close_hover_bits[] = { 4 | 0x00, 0x42, 0x24, 0x18, 0x18, 0x24, 0x42, 0x00 }; 5 | -------------------------------------------------------------------------------- /openbox/slight-medium/desk.xbm: -------------------------------------------------------------------------------- 1 | #define desk_width 8 2 | #define desk_height 8 3 | static unsigned char desk_bits[] = { 4 | 0x00, 0x66, 0x66, 0x00, 0x00, 0x66, 0x66, 0x00 }; 5 | -------------------------------------------------------------------------------- /openbox/slight-medium/desk_hover.xbm: -------------------------------------------------------------------------------- 1 | #define desk_hover_width 8 2 | #define desk_hover_height 8 3 | static unsigned char desk_hover_bits[] = { 4 | 0x00, 0x66, 0x66, 0x00, 0x00, 0x66, 0x66, 0x00 }; 5 | -------------------------------------------------------------------------------- /openbox/slight-medium/desk_hover_toggled.xbm: -------------------------------------------------------------------------------- 1 | #define desk_hover_toggled_width 8 2 | #define desk_hover_toggled_height 8 3 | static unsigned char desk_hover_toggled_bits[] = { 4 | 0x00, 0x00, 0x00, 0x18, 0x18, 0x00, 0x00, 0x00 }; 5 | -------------------------------------------------------------------------------- /openbox/slight-medium/desk_toggled.xbm: -------------------------------------------------------------------------------- 1 | #define desk_toggled_width 8 2 | #define desk_toggled_height 8 3 | static unsigned char desk_toggled_bits[] = { 4 | 0x00, 0x00, 0x00, 0x18, 0x18, 0x00, 0x00, 0x00 }; 5 | -------------------------------------------------------------------------------- /openbox/slight-medium/iconify.xbm: -------------------------------------------------------------------------------- 1 | #define iconify_width 8 2 | #define iconify_height 8 3 | static unsigned char iconify_bits[] = { 4 | 0x00, 0x00, 0x00, 0x00, 0xff, 0x00, 0x00, 0x00 }; 5 | -------------------------------------------------------------------------------- /openbox/slight-medium/iconify_hover.xbm: -------------------------------------------------------------------------------- 1 | #define iconify_hover_width 8 2 | #define iconify_hover_height 8 3 | static unsigned char iconify_hover_bits[] = { 4 | 0x00, 0x00, 0x00, 0x00, 0xff, 0x00, 0x00, 0x00 }; 5 | -------------------------------------------------------------------------------- /openbox/slight-medium/max.xbm: -------------------------------------------------------------------------------- 1 | #define max_width 8 2 | #define max_height 8 3 | static unsigned char max_bits[] = { 4 | 0x00, 0x78, 0x40, 0x42, 0x42, 0x02, 0x1e, 0x00 }; 5 | -------------------------------------------------------------------------------- /openbox/slight-medium/max_hover.xbm: -------------------------------------------------------------------------------- 1 | #define max_hover_width 8 2 | #define max_hover_height 8 3 | static unsigned char max_hover_bits[] = { 4 | 0x00, 0x78, 0x40, 0x42, 0x42, 0x02, 0x1e, 0x00 }; 5 | -------------------------------------------------------------------------------- /openbox/slight-medium/max_hover_toggled.xbm: -------------------------------------------------------------------------------- 1 | #define max_hover_toggled_width 8 2 | #define max_hover_toggled_height 8 3 | static unsigned char max_hover_toggled_bits[] = { 4 | 0x00, 0x08, 0x08, 0x0a, 0x7a, 0x02, 0x1e, 0x00 }; 5 | -------------------------------------------------------------------------------- /openbox/slight-medium/max_toggled.xbm: -------------------------------------------------------------------------------- 1 | #define max_toggled_width 8 2 | #define max_toggled_height 8 3 | static unsigned char max_toggled_bits[] = { 4 | 0x00, 0x08, 0x08, 0x0a, 0x7a, 0x02, 0x1e, 0x00 }; 5 | -------------------------------------------------------------------------------- /openbox/slight-medium/shade.xbm: -------------------------------------------------------------------------------- 1 | #define shade_width 8 2 | #define shade_height 8 3 | static unsigned char shade_bits[] = { 4 | 0x00, 0x00, 0x18, 0x24, 0x42, 0x81, 0x00, 0x00 }; 5 | -------------------------------------------------------------------------------- /openbox/slight-medium/shade_hover.xbm: -------------------------------------------------------------------------------- 1 | #define shade_hover_width 8 2 | #define shade_hover_height 8 3 | static unsigned char shade_hover_bits[] = { 4 | 0x00, 0x00, 0x18, 0x24, 0x42, 0x81, 0x00, 0x00 }; 5 | -------------------------------------------------------------------------------- /openbox/slight-medium/shade_hover_toggled.xbm: -------------------------------------------------------------------------------- 1 | #define shade_hover_toggled_width 8 2 | #define shade_hover_toggled_height 8 3 | static unsigned char shade_hover_toggled_bits[] = { 4 | 0x00, 0x00, 0x81, 0x42, 0x24, 0x18, 0x00, 0x00 }; 5 | -------------------------------------------------------------------------------- /openbox/slight-medium/shade_toggled.xbm: -------------------------------------------------------------------------------- 1 | #define shade_toggled_width 8 2 | #define shade_toggled_height 8 3 | static unsigned char shade_toggled_bits[] = { 4 | 0x00, 0x00, 0x81, 0x42, 0x24, 0x18, 0x00, 0x00 }; 5 | -------------------------------------------------------------------------------- /openbox/slight/bullet.xbm: -------------------------------------------------------------------------------- 1 | #define bullet_width 6 2 | #define bullet_height 6 3 | static unsigned char bullet_bits[] = { 4 | 0x04, 0x08, 0x10, 0x10, 0x08, 0x04 }; 5 | -------------------------------------------------------------------------------- /openbox/slight/close.xbm: -------------------------------------------------------------------------------- 1 | #define close_width 8 2 | #define close_height 8 3 | static unsigned char close_bits[] = { 4 | 0x00, 0x42, 0x24, 0x18, 0x18, 0x24, 0x42, 0x00 }; 5 | -------------------------------------------------------------------------------- /openbox/slight/close_hover.xbm: -------------------------------------------------------------------------------- 1 | #define close_hover_width 8 2 | #define close_hover_height 8 3 | static unsigned char close_hover_bits[] = { 4 | 0x00, 0x42, 0x24, 0x18, 0x18, 0x24, 0x42, 0x00 }; 5 | -------------------------------------------------------------------------------- /openbox/slight/desk.xbm: -------------------------------------------------------------------------------- 1 | #define desk_width 8 2 | #define desk_height 8 3 | static unsigned char desk_bits[] = { 4 | 0x00, 0x66, 0x66, 0x00, 0x00, 0x66, 0x66, 0x00 }; 5 | -------------------------------------------------------------------------------- /openbox/slight/desk_hover.xbm: -------------------------------------------------------------------------------- 1 | #define desk_hover_width 8 2 | #define desk_hover_height 8 3 | static unsigned char desk_hover_bits[] = { 4 | 0x00, 0x66, 0x66, 0x00, 0x00, 0x66, 0x66, 0x00 }; 5 | -------------------------------------------------------------------------------- /openbox/slight/desk_hover_toggled.xbm: -------------------------------------------------------------------------------- 1 | #define desk_hover_toggled_width 8 2 | #define desk_hover_toggled_height 8 3 | static unsigned char desk_hover_toggled_bits[] = { 4 | 0x00, 0x00, 0x00, 0x18, 0x18, 0x00, 0x00, 0x00 }; 5 | -------------------------------------------------------------------------------- /openbox/slight/desk_toggled.xbm: -------------------------------------------------------------------------------- 1 | #define desk_toggled_width 8 2 | #define desk_toggled_height 8 3 | static unsigned char desk_toggled_bits[] = { 4 | 0x00, 0x00, 0x00, 0x18, 0x18, 0x00, 0x00, 0x00 }; 5 | -------------------------------------------------------------------------------- /openbox/slight/iconify.xbm: -------------------------------------------------------------------------------- 1 | #define iconify_width 8 2 | #define iconify_height 8 3 | static unsigned char iconify_bits[] = { 4 | 0x00, 0x00, 0x00, 0x00, 0xff, 0x00, 0x00, 0x00 }; 5 | -------------------------------------------------------------------------------- /openbox/slight/iconify_hover.xbm: -------------------------------------------------------------------------------- 1 | #define iconify_hover_width 8 2 | #define iconify_hover_height 8 3 | static unsigned char iconify_hover_bits[] = { 4 | 0x00, 0x00, 0x00, 0x00, 0xff, 0x00, 0x00, 0x00 }; 5 | -------------------------------------------------------------------------------- /openbox/slight/max.xbm: -------------------------------------------------------------------------------- 1 | #define max_width 8 2 | #define max_height 8 3 | static unsigned char max_bits[] = { 4 | 0x00, 0x78, 0x40, 0x42, 0x42, 0x02, 0x1e, 0x00 }; 5 | -------------------------------------------------------------------------------- /openbox/slight/max_hover.xbm: -------------------------------------------------------------------------------- 1 | #define max_hover_width 8 2 | #define max_hover_height 8 3 | static unsigned char max_hover_bits[] = { 4 | 0x00, 0x78, 0x40, 0x42, 0x42, 0x02, 0x1e, 0x00 }; 5 | -------------------------------------------------------------------------------- /openbox/slight/max_hover_toggled.xbm: -------------------------------------------------------------------------------- 1 | #define max_hover_toggled_width 8 2 | #define max_hover_toggled_height 8 3 | static unsigned char max_hover_toggled_bits[] = { 4 | 0x00, 0x08, 0x08, 0x0a, 0x7a, 0x02, 0x1e, 0x00 }; 5 | -------------------------------------------------------------------------------- /openbox/slight/max_toggled.xbm: -------------------------------------------------------------------------------- 1 | #define max_toggled_width 8 2 | #define max_toggled_height 8 3 | static unsigned char max_toggled_bits[] = { 4 | 0x00, 0x08, 0x08, 0x0a, 0x7a, 0x02, 0x1e, 0x00 }; 5 | -------------------------------------------------------------------------------- /openbox/slight/shade.xbm: -------------------------------------------------------------------------------- 1 | #define shade_width 8 2 | #define shade_height 8 3 | static unsigned char shade_bits[] = { 4 | 0x00, 0x00, 0x18, 0x24, 0x42, 0x81, 0x00, 0x00 }; 5 | -------------------------------------------------------------------------------- /openbox/slight/shade_hover.xbm: -------------------------------------------------------------------------------- 1 | #define shade_hover_width 8 2 | #define shade_hover_height 8 3 | static unsigned char shade_hover_bits[] = { 4 | 0x00, 0x00, 0x18, 0x24, 0x42, 0x81, 0x00, 0x00 }; 5 | -------------------------------------------------------------------------------- /openbox/slight/shade_hover_toggled.xbm: -------------------------------------------------------------------------------- 1 | #define shade_hover_toggled_width 8 2 | #define shade_hover_toggled_height 8 3 | static unsigned char shade_hover_toggled_bits[] = { 4 | 0x00, 0x00, 0x81, 0x42, 0x24, 0x18, 0x00, 0x00 }; 5 | -------------------------------------------------------------------------------- /openbox/slight/shade_toggled.xbm: -------------------------------------------------------------------------------- 1 | #define shade_toggled_width 8 2 | #define shade_toggled_height 8 3 | static unsigned char shade_toggled_bits[] = { 4 | 0x00, 0x00, 0x81, 0x42, 0x24, 0x18, 0x00, 0x00 }; 5 | -------------------------------------------------------------------------------- /openbox/small-border/bullet.xbm: -------------------------------------------------------------------------------- 1 | #define bullet_width 6 2 | #define bullet_height 6 3 | static unsigned char bullet_bits[] = { 4 | 0x06, 0x0c, 0x18, 0x18, 0x0c, 0x06 }; 5 | -------------------------------------------------------------------------------- /openbox/small-border/close.xbm: -------------------------------------------------------------------------------- 1 | #define close_width 10 2 | #define close_height 10 3 | static unsigned char close_bits[] = { 4 | 0x7c, 0x00, 0xfe, 0x00, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 5 | 0xff, 0x01, 0xfe, 0x00, 0x7c, 0x00, 0x00, 0x00 }; 6 | -------------------------------------------------------------------------------- /openbox/small-border/close_hover.xbm: -------------------------------------------------------------------------------- 1 | #define close_width 8 2 | #define close_height 8 3 | static unsigned char close_bits[] = { 4 | 0xc3, 0xe7, 0x7e, 0x3c, 0x3c, 0x7e, 0xe7, 0xc3 }; 5 | -------------------------------------------------------------------------------- /openbox/small-border/desk.xbm: -------------------------------------------------------------------------------- 1 | #define close_width 10 2 | #define close_height 10 3 | static unsigned char close_bits[] = { 4 | 0x7c, 0x00, 0xfe, 0x00, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 5 | 0xff, 0x01, 0xfe, 0x00, 0x7c, 0x00, 0x00, 0x00 }; 6 | -------------------------------------------------------------------------------- /openbox/small-border/desk_hover.xbm: -------------------------------------------------------------------------------- 1 | #define desk_toggled_width 8 2 | #define desk_toggled_height 8 3 | static unsigned char desk_toggled_bits[] = { 4 | 0xe7, 0xe7, 0xe7, 0x00, 0x00, 0xe7, 0xe7, 0xe7 }; 5 | -------------------------------------------------------------------------------- /openbox/small-border/desk_hover_toggled.xbm: -------------------------------------------------------------------------------- 1 | #define desk_width 8 2 | #define desk_height 8 3 | static unsigned char desk_bits[] = { 4 | 0x04, 0x0e, 0x3f, 0x1e, 0x1c, 0x24, 0x40, 0x80 }; 5 | -------------------------------------------------------------------------------- /openbox/small-border/desk_toggled.xbm: -------------------------------------------------------------------------------- 1 | #define close_width 10 2 | #define close_height 10 3 | static unsigned char close_bits[] = { 4 | 0x7c, 0x00, 0xfe, 0x00, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 5 | 0xff, 0x01, 0xfe, 0x00, 0x7c, 0x00, 0x00, 0x00 }; 6 | -------------------------------------------------------------------------------- /openbox/small-border/iconify.xbm: -------------------------------------------------------------------------------- 1 | #define iconify_width 10 2 | #define iconify_height 10 3 | static unsigned char iconify_bits[] = { 4 | 0x7c, 0x00, 0xfe, 0x00, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 5 | 0xff, 0x01, 0xfe, 0x00, 0x7c, 0x00, 0x00, 0x00 }; 6 | -------------------------------------------------------------------------------- /openbox/small-border/iconify_hover.xbm: -------------------------------------------------------------------------------- 1 | #define iconify_width 8 2 | #define iconify_height 8 3 | static unsigned char iconify_bits[] = { 4 | 0x00, 0x00, 0x00, 0xff, 0xff, 0x00, 0x00, 0x00 }; 5 | -------------------------------------------------------------------------------- /openbox/small-border/max.xbm: -------------------------------------------------------------------------------- 1 | #define max_width 10 2 | #define max_height 10 3 | static unsigned char max_bits[] = { 4 | 0x7c, 0x00, 0xfe, 0x00, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 5 | 0xff, 0x01, 0xfe, 0x00, 0x7c, 0x00, 0x00, 0x00 }; 6 | -------------------------------------------------------------------------------- /openbox/small-border/max_hover.xbm: -------------------------------------------------------------------------------- 1 | #define titlebutton_max_2_width 8 2 | #define titlebutton_max_2_height 8 3 | static unsigned char titlebutton_max_2_bits[] = { 4 | 0xf8, 0xf0, 0xe0, 0xc1, 0x83, 0x07, 0x0f, 0x1f }; 5 | -------------------------------------------------------------------------------- /openbox/small-border/max_hover_toggled.xbm: -------------------------------------------------------------------------------- 1 | #define titlebutton_max_2_width 8 2 | #define titlebutton_max_2_height 8 3 | static unsigned char titlebutton_max_2_bits[] = { 4 | 0xf8, 0xf0, 0xe0, 0xc1, 0x83, 0x07, 0x0f, 0x1f }; 5 | -------------------------------------------------------------------------------- /openbox/small-border/max_toggled.xbm: -------------------------------------------------------------------------------- 1 | #define max_width 10 2 | #define max_height 10 3 | static unsigned char max_bits[] = { 4 | 0x7c, 0x00, 0xfe, 0x00, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 5 | 0xff, 0x01, 0xfe, 0x00, 0x7c, 0x00, 0x00, 0x00 }; 6 | -------------------------------------------------------------------------------- /openbox/small-border/shade.xbm: -------------------------------------------------------------------------------- 1 | #define iconify_width 10 2 | #define iconify_height 10 3 | static unsigned char iconify_bits[] = { 4 | 0x7c, 0x00, 0xfe, 0x00, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 5 | 0xff, 0x01, 0xfe, 0x00, 0x7c, 0x00, 0x00, 0x00 }; 6 | -------------------------------------------------------------------------------- /openbox/small-border/shade_hover.xbm: -------------------------------------------------------------------------------- 1 | #define shade_width 8 2 | #define shade_height 8 3 | static unsigned char shade_bits[] = { 4 | 0x18, 0x3c, 0x7e, 0xff, 0xdb, 0x18, 0x18, 0x18 }; 5 | -------------------------------------------------------------------------------- /openbox/small-border/shade_hover_toggled.xbm: -------------------------------------------------------------------------------- 1 | #define shade_toggled_width 8 2 | #define shade_toggled_height 8 3 | static unsigned char shade_toggled_bits[] = { 4 | 0x18, 0x18, 0x18, 0xdb, 0xff, 0x7e, 0x3c, 0x18 }; 5 | -------------------------------------------------------------------------------- /openbox/small-border/shade_toggled.xbm: -------------------------------------------------------------------------------- 1 | #define iconify_width 10 2 | #define iconify_height 10 3 | static unsigned char iconify_bits[] = { 4 | 0x7c, 0x00, 0xfe, 0x00, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 5 | 0xff, 0x01, 0xfe, 0x00, 0x7c, 0x00, 0x00, 0x00 }; 6 | -------------------------------------------------------------------------------- /openbox/small-tb/bullet.xbm: -------------------------------------------------------------------------------- 1 | #define bullet_width 6 2 | #define bullet_height 6 3 | static unsigned char bullet_bits[] = { 4 | 0x06, 0x0c, 0x18, 0x18, 0x0c, 0x06 }; 5 | -------------------------------------------------------------------------------- /openbox/small-tb/close.xbm: -------------------------------------------------------------------------------- 1 | #define close_width 10 2 | #define close_height 10 3 | static unsigned char close_bits[] = { 4 | 0x7c, 0x00, 0xfe, 0x00, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 5 | 0xff, 0x01, 0xfe, 0x00, 0x7c, 0x00, 0x00, 0x00 }; 6 | -------------------------------------------------------------------------------- /openbox/small-tb/close_hover.xbm: -------------------------------------------------------------------------------- 1 | #define close_width 8 2 | #define close_height 8 3 | static unsigned char close_bits[] = { 4 | 0xc3, 0xe7, 0x7e, 0x3c, 0x3c, 0x7e, 0xe7, 0xc3 }; 5 | -------------------------------------------------------------------------------- /openbox/small-tb/desk.xbm: -------------------------------------------------------------------------------- 1 | #define close_width 10 2 | #define close_height 10 3 | static unsigned char close_bits[] = { 4 | 0x7c, 0x00, 0xfe, 0x00, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 5 | 0xff, 0x01, 0xfe, 0x00, 0x7c, 0x00, 0x00, 0x00 }; 6 | -------------------------------------------------------------------------------- /openbox/small-tb/desk_hover.xbm: -------------------------------------------------------------------------------- 1 | #define desk_toggled_width 8 2 | #define desk_toggled_height 8 3 | static unsigned char desk_toggled_bits[] = { 4 | 0xe7, 0xe7, 0xe7, 0x00, 0x00, 0xe7, 0xe7, 0xe7 }; 5 | -------------------------------------------------------------------------------- /openbox/small-tb/desk_hover_toggled.xbm: -------------------------------------------------------------------------------- 1 | #define desk_width 8 2 | #define desk_height 8 3 | static unsigned char desk_bits[] = { 4 | 0x04, 0x0e, 0x3f, 0x1e, 0x1c, 0x24, 0x40, 0x80 }; 5 | -------------------------------------------------------------------------------- /openbox/small-tb/desk_toggled.xbm: -------------------------------------------------------------------------------- 1 | #define close_width 10 2 | #define close_height 10 3 | static unsigned char close_bits[] = { 4 | 0x7c, 0x00, 0xfe, 0x00, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 5 | 0xff, 0x01, 0xfe, 0x00, 0x7c, 0x00, 0x00, 0x00 }; 6 | -------------------------------------------------------------------------------- /openbox/small-tb/iconify.xbm: -------------------------------------------------------------------------------- 1 | #define iconify_width 10 2 | #define iconify_height 10 3 | static unsigned char iconify_bits[] = { 4 | 0x7c, 0x00, 0xfe, 0x00, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 5 | 0xff, 0x01, 0xfe, 0x00, 0x7c, 0x00, 0x00, 0x00 }; 6 | -------------------------------------------------------------------------------- /openbox/small-tb/iconify_hover.xbm: -------------------------------------------------------------------------------- 1 | #define iconify_width 8 2 | #define iconify_height 8 3 | static unsigned char iconify_bits[] = { 4 | 0x00, 0x00, 0x00, 0xff, 0xff, 0x00, 0x00, 0x00 }; 5 | -------------------------------------------------------------------------------- /openbox/small-tb/max.xbm: -------------------------------------------------------------------------------- 1 | #define max_width 10 2 | #define max_height 10 3 | static unsigned char max_bits[] = { 4 | 0x7c, 0x00, 0xfe, 0x00, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 5 | 0xff, 0x01, 0xfe, 0x00, 0x7c, 0x00, 0x00, 0x00 }; 6 | -------------------------------------------------------------------------------- /openbox/small-tb/max_hover.xbm: -------------------------------------------------------------------------------- 1 | #define titlebutton_max_2_width 8 2 | #define titlebutton_max_2_height 8 3 | static unsigned char titlebutton_max_2_bits[] = { 4 | 0xf8, 0xf0, 0xe0, 0xc1, 0x83, 0x07, 0x0f, 0x1f }; 5 | -------------------------------------------------------------------------------- /openbox/small-tb/max_hover_toggled.xbm: -------------------------------------------------------------------------------- 1 | #define titlebutton_max_2_width 8 2 | #define titlebutton_max_2_height 8 3 | static unsigned char titlebutton_max_2_bits[] = { 4 | 0xf8, 0xf0, 0xe0, 0xc1, 0x83, 0x07, 0x0f, 0x1f }; 5 | -------------------------------------------------------------------------------- /openbox/small-tb/max_toggled.xbm: -------------------------------------------------------------------------------- 1 | #define max_width 10 2 | #define max_height 10 3 | static unsigned char max_bits[] = { 4 | 0x7c, 0x00, 0xfe, 0x00, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 5 | 0xff, 0x01, 0xfe, 0x00, 0x7c, 0x00, 0x00, 0x00 }; 6 | -------------------------------------------------------------------------------- /openbox/small-tb/shade.xbm: -------------------------------------------------------------------------------- 1 | #define iconify_width 10 2 | #define iconify_height 10 3 | static unsigned char iconify_bits[] = { 4 | 0x7c, 0x00, 0xfe, 0x00, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 5 | 0xff, 0x01, 0xfe, 0x00, 0x7c, 0x00, 0x00, 0x00 }; 6 | -------------------------------------------------------------------------------- /openbox/small-tb/shade_hover.xbm: -------------------------------------------------------------------------------- 1 | #define shade_width 8 2 | #define shade_height 8 3 | static unsigned char shade_bits[] = { 4 | 0x18, 0x3c, 0x7e, 0xff, 0xdb, 0x18, 0x18, 0x18 }; 5 | -------------------------------------------------------------------------------- /openbox/small-tb/shade_hover_toggled.xbm: -------------------------------------------------------------------------------- 1 | #define shade_toggled_width 8 2 | #define shade_toggled_height 8 3 | static unsigned char shade_toggled_bits[] = { 4 | 0x18, 0x18, 0x18, 0xdb, 0xff, 0x7e, 0x3c, 0x18 }; 5 | -------------------------------------------------------------------------------- /openbox/small-tb/shade_toggled.xbm: -------------------------------------------------------------------------------- 1 | #define iconify_width 10 2 | #define iconify_height 10 3 | static unsigned char iconify_bits[] = { 4 | 0x7c, 0x00, 0xfe, 0x00, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 5 | 0xff, 0x01, 0xfe, 0x00, 0x7c, 0x00, 0x00, 0x00 }; 6 | -------------------------------------------------------------------------------- /openbox/tricky/bullet.xbm: -------------------------------------------------------------------------------- 1 | #define bullet_width 6 2 | #define bullet_height 6 3 | static unsigned char bullet_bits[] = { 4 | 0x06, 0x0c, 0x18, 0x18, 0x0c, 0x06 }; 5 | -------------------------------------------------------------------------------- /openbox/tricky/close.xbm: -------------------------------------------------------------------------------- 1 | #define close_width 10 2 | #define close_height 10 3 | static unsigned char close_bits[] = { 4 | 0x7c, 0x00, 0xfe, 0x00, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 5 | 0xff, 0x01, 0xfe, 0x00, 0x7c, 0x00, 0x00, 0x00 }; 6 | -------------------------------------------------------------------------------- /openbox/tricky/close_hover.xbm: -------------------------------------------------------------------------------- 1 | #define close_width 8 2 | #define close_height 8 3 | static unsigned char close_bits[] = { 4 | 0xc3, 0xe7, 0x7e, 0x3c, 0x3c, 0x7e, 0xe7, 0xc3 }; 5 | -------------------------------------------------------------------------------- /openbox/tricky/desk.xbm: -------------------------------------------------------------------------------- 1 | #define close_width 10 2 | #define close_height 10 3 | static unsigned char close_bits[] = { 4 | 0x7c, 0x00, 0xfe, 0x00, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 5 | 0xff, 0x01, 0xfe, 0x00, 0x7c, 0x00, 0x00, 0x00 }; 6 | -------------------------------------------------------------------------------- /openbox/tricky/desk_hover.xbm: -------------------------------------------------------------------------------- 1 | #define desk_toggled_width 8 2 | #define desk_toggled_height 8 3 | static unsigned char desk_toggled_bits[] = { 4 | 0xe7, 0xe7, 0xe7, 0x00, 0x00, 0xe7, 0xe7, 0xe7 }; 5 | -------------------------------------------------------------------------------- /openbox/tricky/desk_hover_toggled.xbm: -------------------------------------------------------------------------------- 1 | #define desk_width 8 2 | #define desk_height 8 3 | static unsigned char desk_bits[] = { 4 | 0x04, 0x0e, 0x3f, 0x1e, 0x1c, 0x24, 0x40, 0x80 }; 5 | -------------------------------------------------------------------------------- /openbox/tricky/desk_toggled.xbm: -------------------------------------------------------------------------------- 1 | #define close_width 10 2 | #define close_height 10 3 | static unsigned char close_bits[] = { 4 | 0x7c, 0x00, 0xfe, 0x00, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 5 | 0xff, 0x01, 0xfe, 0x00, 0x7c, 0x00, 0x00, 0x00 }; 6 | -------------------------------------------------------------------------------- /openbox/tricky/iconify.xbm: -------------------------------------------------------------------------------- 1 | #define iconify_width 10 2 | #define iconify_height 10 3 | static unsigned char iconify_bits[] = { 4 | 0x7c, 0x00, 0xfe, 0x00, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 5 | 0xff, 0x01, 0xfe, 0x00, 0x7c, 0x00, 0x00, 0x00 }; 6 | -------------------------------------------------------------------------------- /openbox/tricky/iconify_hover.xbm: -------------------------------------------------------------------------------- 1 | #define iconify_width 8 2 | #define iconify_height 8 3 | static unsigned char iconify_bits[] = { 4 | 0x00, 0x00, 0x00, 0xff, 0xff, 0x00, 0x00, 0x00 }; 5 | -------------------------------------------------------------------------------- /openbox/tricky/max.xbm: -------------------------------------------------------------------------------- 1 | #define max_width 10 2 | #define max_height 10 3 | static unsigned char max_bits[] = { 4 | 0x7c, 0x00, 0xfe, 0x00, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 5 | 0xff, 0x01, 0xfe, 0x00, 0x7c, 0x00, 0x00, 0x00 }; 6 | -------------------------------------------------------------------------------- /openbox/tricky/max_hover.xbm: -------------------------------------------------------------------------------- 1 | #define titlebutton_max_2_width 8 2 | #define titlebutton_max_2_height 8 3 | static unsigned char titlebutton_max_2_bits[] = { 4 | 0xf8, 0xf0, 0xe0, 0xc1, 0x83, 0x07, 0x0f, 0x1f }; 5 | -------------------------------------------------------------------------------- /openbox/tricky/max_hover_toggled.xbm: -------------------------------------------------------------------------------- 1 | #define titlebutton_max_2_width 8 2 | #define titlebutton_max_2_height 8 3 | static unsigned char titlebutton_max_2_bits[] = { 4 | 0xf8, 0xf0, 0xe0, 0xc1, 0x83, 0x07, 0x0f, 0x1f }; 5 | -------------------------------------------------------------------------------- /openbox/tricky/max_toggled.xbm: -------------------------------------------------------------------------------- 1 | #define max_width 10 2 | #define max_height 10 3 | static unsigned char max_bits[] = { 4 | 0x7c, 0x00, 0xfe, 0x00, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 5 | 0xff, 0x01, 0xfe, 0x00, 0x7c, 0x00, 0x00, 0x00 }; 6 | -------------------------------------------------------------------------------- /openbox/tricky/shade.xbm: -------------------------------------------------------------------------------- 1 | #define iconify_width 10 2 | #define iconify_height 10 3 | static unsigned char iconify_bits[] = { 4 | 0x7c, 0x00, 0xfe, 0x00, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 5 | 0xff, 0x01, 0xfe, 0x00, 0x7c, 0x00, 0x00, 0x00 }; 6 | -------------------------------------------------------------------------------- /openbox/tricky/shade_hover.xbm: -------------------------------------------------------------------------------- 1 | #define shade_width 8 2 | #define shade_height 8 3 | static unsigned char shade_bits[] = { 4 | 0x18, 0x3c, 0x7e, 0xff, 0xdb, 0x18, 0x18, 0x18 }; 5 | -------------------------------------------------------------------------------- /openbox/tricky/shade_hover_toggled.xbm: -------------------------------------------------------------------------------- 1 | #define shade_toggled_width 8 2 | #define shade_toggled_height 8 3 | static unsigned char shade_toggled_bits[] = { 4 | 0x18, 0x18, 0x18, 0xdb, 0xff, 0x7e, 0x3c, 0x18 }; 5 | -------------------------------------------------------------------------------- /openbox/tricky/shade_toggled.xbm: -------------------------------------------------------------------------------- 1 | #define iconify_width 10 2 | #define iconify_height 10 3 | static unsigned char iconify_bits[] = { 4 | 0x7c, 0x00, 0xfe, 0x00, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 5 | 0xff, 0x01, 0xfe, 0x00, 0x7c, 0x00, 0x00, 0x00 }; 6 | -------------------------------------------------------------------------------- /preview/2018-06-14_06-43-02.webm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reorr/warnai/14ea73c42f6e60fd2a3929cd7719057957c770a5/preview/2018-06-14_06-43-02.webm -------------------------------------------------------------------------------- /tint2/floaty-rounded/menu.svg: -------------------------------------------------------------------------------- 1 | 12 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /tint2/floaty/menu.svg: -------------------------------------------------------------------------------- 1 | 12 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /tint2/minima-rounded/menu.svg: -------------------------------------------------------------------------------- 1 | 12 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /tint2/squared-full/menu.svg: -------------------------------------------------------------------------------- 1 | 12 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /tint2/squared/menu.svg: -------------------------------------------------------------------------------- 1 | 12 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /xfwm4/black-paha/bottom-active.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * bottom_active_xpm[] = { 3 | "2 2 2 1", 4 | " c None", 5 | ". c #color_bg", 6 | "..", 7 | ".."}; 8 | -------------------------------------------------------------------------------- /xfwm4/black-paha/bottom-inactive.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * bottom_active_xpm[] = { 3 | "2 2 2 1", 4 | " c None", 5 | ". c #color_bg", 6 | "..", 7 | ".."}; 8 | -------------------------------------------------------------------------------- /xfwm4/black-paha/left-active.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * left_active_xpm[] = { 3 | "2 2 1 1", 4 | " c None", 5 | " ", 6 | " "}; 7 | -------------------------------------------------------------------------------- /xfwm4/black-paha/left-inactive.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * left_inactive_xpm[] = { 3 | "2 2 1 1", 4 | " c None", 5 | " ", 6 | " "}; 7 | -------------------------------------------------------------------------------- /xfwm4/black-paha/right-active.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * right_active_xpm[] = { 3 | "2 2 1 1", 4 | " c None", 5 | " ", 6 | " "}; 7 | -------------------------------------------------------------------------------- /xfwm4/black-paha/right-inactive.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * right_inactive_xpm[] = { 3 | "2 2 1 1", 4 | " c None", 5 | " ", 6 | " "}; 7 | -------------------------------------------------------------------------------- /xfwm4/black-paha/themerc: -------------------------------------------------------------------------------- 1 | button_offset=10 2 | button_spacing=10 3 | full_width_title=true 4 | 5 | title_horizontal_offset_=0 6 | title_vertical_offset_active=1 7 | title_vertical_offset_inactive=1 8 | 9 | 10 | active_text_color=#color_7 11 | inactive_text_color=#color_7 12 | -------------------------------------------------------------------------------- /xfwm4/just-title-bar/themerc: -------------------------------------------------------------------------------- 1 | active_text_color=#color_2 2 | button_offset=5 3 | button_spacing=2.5 4 | full_width_title=false 5 | inactive_text_color=#color_1 6 | maximized_offset=0 7 | show_app_icon=false 8 | 9 | shadow_delta_y=1 10 | shadow_delta_x=1 11 | shadow_delta_height=3 12 | shadow_delta_width=3 13 | shadow_opacity=12 14 | 15 | title_horizontal_offset=0 16 | title_vertical_offset_active=1 17 | title_vertical_offset_inactive=1 -------------------------------------------------------------------------------- /xfwm4/nest1/bottom-active.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * bottom_active_xpm[] = { 3 | "6 6 2 1", 4 | " c None", 5 | ". c #color_bg", 6 | "......", 7 | "......", 8 | "......", 9 | "......", 10 | "......", 11 | "......"}; 12 | -------------------------------------------------------------------------------- /xfwm4/nest1/bottom-inactive.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * bottom_inactive_xpm[] = { 3 | "6 6 2 1", 4 | " c None", 5 | ". c #color_bg", 6 | "......", 7 | "......", 8 | "......", 9 | "......", 10 | "......", 11 | "......"}; 12 | -------------------------------------------------------------------------------- /xfwm4/nest1/bottom-left-active.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * bottom_left_active_xpm[] = { 3 | "6 6 2 1", 4 | " c None", 5 | ". c #color_bg", 6 | "......", 7 | "......", 8 | "......", 9 | "......", 10 | "......", 11 | "......"}; 12 | -------------------------------------------------------------------------------- /xfwm4/nest1/bottom-left-inactive.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * bottom_left_inactive_xpm[] = { 3 | "6 6 2 1", 4 | " c None", 5 | ". c #color_bg", 6 | "......", 7 | "......", 8 | "......", 9 | "......", 10 | "......", 11 | "......"}; 12 | -------------------------------------------------------------------------------- /xfwm4/nest1/bottom-right-active.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * bottom_right_active_xpm[] = { 3 | "6 6 2 1", 4 | " c None", 5 | ". c #color_bg", 6 | "......", 7 | "......", 8 | "......", 9 | "......", 10 | "......", 11 | "......"}; 12 | -------------------------------------------------------------------------------- /xfwm4/nest1/bottom-right-inactive.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * bottom_right_inactive_xpm[] = { 3 | "6 6 2 1", 4 | " c None", 5 | ". c #color_bg", 6 | "......", 7 | "......", 8 | "......", 9 | "......", 10 | "......", 11 | "......"}; 12 | -------------------------------------------------------------------------------- /xfwm4/nest1/close-active.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * close_active_xpm[] = { 3 | "20 6 2 1", 4 | " c None", 5 | ". c #color_1", 6 | "....................", 7 | "....................", 8 | "....................", 9 | "....................", 10 | "....................", 11 | "...................."}; 12 | -------------------------------------------------------------------------------- /xfwm4/nest1/close-inactive.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * close_active_xpm[] = { 3 | "20 6 2 1", 4 | " c None", 5 | ". c #color_1", 6 | "....................", 7 | "....................", 8 | "....................", 9 | "....................", 10 | "....................", 11 | "...................."}; 12 | -------------------------------------------------------------------------------- /xfwm4/nest1/hide-active.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * hide_active_xpm[] = { 3 | "20 6 2 1", 4 | " c None", 5 | ". c #color_3", 6 | "....................", 7 | "....................", 8 | "....................", 9 | "....................", 10 | "....................", 11 | "...................."}; 12 | -------------------------------------------------------------------------------- /xfwm4/nest1/hide-inactive.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * hide_active_xpm[] = { 3 | "20 6 2 1", 4 | " c None", 5 | ". c #color_3", 6 | "....................", 7 | "....................", 8 | "....................", 9 | "....................", 10 | "....................", 11 | "...................."}; 12 | -------------------------------------------------------------------------------- /xfwm4/nest1/left-active.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * left_active_xpm[] = { 3 | "6 6 2 1", 4 | " c None", 5 | ". c #color_bg", 6 | "......", 7 | "......", 8 | "......", 9 | "......", 10 | "......", 11 | "......"}; 12 | -------------------------------------------------------------------------------- /xfwm4/nest1/left-inactive.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * left_inactive_xpm[] = { 3 | "6 6 2 1", 4 | " c None", 5 | ". c #color_bg", 6 | "......", 7 | "......", 8 | "......", 9 | "......", 10 | "......", 11 | "......"}; 12 | -------------------------------------------------------------------------------- /xfwm4/nest1/maximize-active.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * maximize_active_xpm[] = { 3 | "20 6 2 1", 4 | " c None", 5 | ". c #color_2", 6 | "....................", 7 | "....................", 8 | "....................", 9 | "....................", 10 | "....................", 11 | "...................."}; 12 | -------------------------------------------------------------------------------- /xfwm4/nest1/maximize-inactive.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * maximize_active_xpm[] = { 3 | "20 6 2 1", 4 | " c None", 5 | ". c #color_2", 6 | "....................", 7 | "....................", 8 | "....................", 9 | "....................", 10 | "....................", 11 | "...................."}; 12 | -------------------------------------------------------------------------------- /xfwm4/nest1/right-active.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * right_active_xpm[] = { 3 | "6 6 2 1", 4 | " c None", 5 | ". c #color_bg", 6 | "......", 7 | "......", 8 | "......", 9 | "......", 10 | "......", 11 | "......"}; 12 | -------------------------------------------------------------------------------- /xfwm4/nest1/right-inactive.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * right_inactive_xpm[] = { 3 | "6 6 2 1", 4 | " c None", 5 | ". c #color_bg", 6 | "......", 7 | "......", 8 | "......", 9 | "......", 10 | "......", 11 | "......"}; 12 | -------------------------------------------------------------------------------- /xfwm4/nest1/shade-active.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * shade_inactive_xpm[] = { 3 | "20 6 2 1", 4 | " c None", 5 | ". c #color_4", 6 | "....................", 7 | "....................", 8 | "....................", 9 | "....................", 10 | "....................", 11 | "...................."}; 12 | -------------------------------------------------------------------------------- /xfwm4/nest1/shade-inactive.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * shade_inactive_xpm[] = { 3 | "20 6 2 1", 4 | " c None", 5 | ". c #color_4", 6 | "....................", 7 | "....................", 8 | "....................", 9 | "....................", 10 | "....................", 11 | "...................."}; 12 | -------------------------------------------------------------------------------- /xfwm4/nest1/themerc: -------------------------------------------------------------------------------- 1 | active_text_color=#color_bg 2 | button_offset=0 3 | button_spacing=0 4 | full_width_title=false 5 | inactive_text_color=#color_bg 6 | maximized_offset=0 7 | show_app_icon=false 8 | 9 | shadow_delta_y=1 10 | shadow_delta_x=1 11 | shadow_delta_height=3 12 | shadow_delta_width=3 13 | shadow_opacity=12 14 | 15 | title_horizontal_offset=0 16 | title_vertical_offset_active=1 17 | title_vertical_offset_inactive=1 18 | 19 | #fuutux 20 | -------------------------------------------------------------------------------- /xfwm4/nest1/themerc~: -------------------------------------------------------------------------------- 1 | active_text_color=#ffffff 2 | button_offset=0 3 | button_spacing=0 4 | full_width_title=false 5 | inactive_text_color=#ffffff 6 | maximized_offset=0 7 | show_app_icon=false 8 | title_horizontal_offset=0 9 | title_vertical_offset_active=1 10 | title_vertical_offset_inactive=1 11 | -------------------------------------------------------------------------------- /xfwm4/nest1/title-1-active.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * title_1_active_xpm[] = { 3 | "6 6 2 1", 4 | " c None", 5 | ". c #color_bg", 6 | "......", 7 | "......", 8 | "......", 9 | "......", 10 | "......", 11 | "......"}; 12 | -------------------------------------------------------------------------------- /xfwm4/nest1/title-1-inactive.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * title_1_inactive_xpm[] = { 3 | "6 6 2 1", 4 | " c None", 5 | ". c #color_bg", 6 | "......", 7 | "......", 8 | "......", 9 | "......", 10 | "......", 11 | "......"}; 12 | -------------------------------------------------------------------------------- /xfwm4/nest1/title-2-active.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * title_2_active_xpm[] = { 3 | "6 6 2 1", 4 | " c None", 5 | ". c #color_bg", 6 | "......", 7 | "......", 8 | "......", 9 | "......", 10 | "......", 11 | "......"}; 12 | -------------------------------------------------------------------------------- /xfwm4/nest1/title-2-inactive.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * title_2_inactive_xpm[] = { 3 | "6 6 2 1", 4 | " c None", 5 | ". c #color_bg", 6 | "......", 7 | "......", 8 | "......", 9 | "......", 10 | "......", 11 | "......"}; 12 | -------------------------------------------------------------------------------- /xfwm4/nest1/title-3-active.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * title_3_active_xpm[] = { 3 | "6 6 2 1", 4 | " c None", 5 | ". c #color_bg", 6 | "......", 7 | "......", 8 | "......", 9 | "......", 10 | "......", 11 | "......"}; 12 | -------------------------------------------------------------------------------- /xfwm4/nest1/title-3-inactive.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * title_3_inactive_xpm[] = { 3 | "6 6 2 1", 4 | " c None", 5 | ". c #color_bg", 6 | "......", 7 | "......", 8 | "......", 9 | "......", 10 | "......", 11 | "......"}; 12 | -------------------------------------------------------------------------------- /xfwm4/nest1/title-4-active.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * title_4_active_xpm[] = { 3 | "6 6 2 1", 4 | " c None", 5 | ". c #color_bg", 6 | "......", 7 | "......", 8 | "......", 9 | "......", 10 | "......", 11 | "......"}; 12 | -------------------------------------------------------------------------------- /xfwm4/nest1/title-4-inactive.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * title_4_inactive_xpm[] = { 3 | "6 6 2 1", 4 | " c None", 5 | ". c #color_bg", 6 | "......", 7 | "......", 8 | "......", 9 | "......", 10 | "......", 11 | "......"}; 12 | -------------------------------------------------------------------------------- /xfwm4/nest1/title-5-active.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * title_5_active_xpm[] = { 3 | "6 6 2 1", 4 | " c None", 5 | ". c #color_bg", 6 | "......", 7 | "......", 8 | "......", 9 | "......", 10 | "......", 11 | "......"}; 12 | -------------------------------------------------------------------------------- /xfwm4/nest1/title-5-inactive.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * title_5_inactive_xpm[] = { 3 | "6 6 2 1", 4 | " c None", 5 | ". c #color_bg", 6 | "......", 7 | "......", 8 | "......", 9 | "......", 10 | "......", 11 | "......"}; 12 | -------------------------------------------------------------------------------- /xfwm4/nest1/top-left-active.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * top_left_active_xpm[] = { 3 | "6 6 2 1", 4 | " c None", 5 | ". c #color_bg", 6 | "......", 7 | "......", 8 | "......", 9 | "......", 10 | "......", 11 | "......"}; 12 | -------------------------------------------------------------------------------- /xfwm4/nest1/top-left-inactive.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * top_left_inactive_xpm[] = { 3 | "6 6 2 1", 4 | " c None", 5 | ". c #color_bg", 6 | "......", 7 | "......", 8 | "......", 9 | "......", 10 | "......", 11 | "......"}; 12 | -------------------------------------------------------------------------------- /xfwm4/nest1/top-right-active.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * top_right_active_xpm[] = { 3 | "6 6 2 1", 4 | " c None", 5 | ". c #color_bg", 6 | "......", 7 | "......", 8 | "......", 9 | "......", 10 | "......", 11 | "......"}; 12 | -------------------------------------------------------------------------------- /xfwm4/nest1/top-right-inactive.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * top_right_inactive_xpm[] = { 3 | "6 6 2 1", 4 | " c None", 5 | ". c #color_bg", 6 | "......", 7 | "......", 8 | "......", 9 | "......", 10 | "......", 11 | "......"}; 12 | -------------------------------------------------------------------------------- /xfwm4/one_new/bottom-active.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * bottom_active_xpm[] = { 3 | "4 4 2 1", 4 | " c None", 5 | ". c #color_1", 6 | "....", 7 | "....", 8 | "....", 9 | "...."}; 10 | -------------------------------------------------------------------------------- /xfwm4/one_new/bottom-inactive.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * bottom_active_xpm[] = { 3 | "4 4 2 1", 4 | " c None", 5 | ". c #color_7", 6 | "....", 7 | "....", 8 | "....", 9 | "...."}; 10 | -------------------------------------------------------------------------------- /xfwm4/one_new/bottom-left-active.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * bottom_left_active_xpm[] = { 3 | "4 4 2 1", 4 | " c None", 5 | ". c #color_1", 6 | " ..", 7 | " ..", 8 | " .", 9 | " "}; 10 | -------------------------------------------------------------------------------- /xfwm4/one_new/bottom-left-inactive.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * bottom_left_active_xpm[] = { 3 | "4 4 2 1", 4 | " c None", 5 | ". c #color_7", 6 | " ..", 7 | " ..", 8 | " .", 9 | " "}; 10 | -------------------------------------------------------------------------------- /xfwm4/one_new/bottom-right-active.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * bottom_right_active_xpm[] = { 3 | "4 4 2 1", 4 | " c None", 5 | ". c #color_1", 6 | ".. ", 7 | ".. ", 8 | ". ", 9 | " "}; 10 | -------------------------------------------------------------------------------- /xfwm4/one_new/bottom-right-inactive.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * bottom_right_active_xpm[] = { 3 | "4 4 2 1", 4 | " c None", 5 | ". c #color_7", 6 | ".. ", 7 | ".. ", 8 | ". ", 9 | " "}; 10 | -------------------------------------------------------------------------------- /xfwm4/one_new/left-active.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * left_active_xpm[] = { 3 | "2 2 1 1", 4 | " c None", 5 | " ", 6 | " "}; 7 | -------------------------------------------------------------------------------- /xfwm4/one_new/left-inactive.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * left_inactive_xpm[] = { 3 | "2 2 1 1", 4 | " c None", 5 | " ", 6 | " "}; 7 | -------------------------------------------------------------------------------- /xfwm4/one_new/right-active.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * right_active_xpm[] = { 3 | "2 2 1 1", 4 | " c None", 5 | " ", 6 | " "}; 7 | -------------------------------------------------------------------------------- /xfwm4/one_new/right-inactive.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * right_inactive_xpm[] = { 3 | "2 2 1 1", 4 | " c None", 5 | " ", 6 | " "}; 7 | -------------------------------------------------------------------------------- /xfwm4/one_new/themerc: -------------------------------------------------------------------------------- 1 | button_offset=0 2 | button_spacing=0 3 | full_width_title=true 4 | 5 | title_horizontal_offset_=0 6 | title_vertical_offset_active=1 7 | title_vertical_offset_inactive=1 8 | 9 | 10 | active_text_color=#color_7 11 | inactive_text_color=#color_bg 12 | button_layout=O|SHMC 13 | shadow_delta_y=1 14 | shadow_delta_x=1 15 | shadow_delta_height=3 16 | shadow_delta_width=3 17 | shadow_opacity=12 18 | 19 | #fuutux 20 | -------------------------------------------------------------------------------- /xfwm4/one_new/themerc~: -------------------------------------------------------------------------------- 1 | button_offset=0 2 | button_spacing=0 3 | full_width_title=true 4 | 5 | title_horizontal_offset_=0 6 | title_vertical_offset_active=1 7 | title_vertical_offset_inactive=1 8 | 9 | 10 | active_text_color=#c1c1c1 11 | inactive_text_color=#888888 12 | button_layout=O|SHMC 13 | 14 | 15 | #fuutux 16 | -------------------------------------------------------------------------------- /xfwm4/pastel/bottom-active.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * bottom_active_xpm[] = { 3 | "4 4 2 1", 4 | " c None", 5 | ". c #color_bg", 6 | "....", 7 | "....", 8 | "....", 9 | "...."}; 10 | -------------------------------------------------------------------------------- /xfwm4/pastel/bottom-inactive.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * bottom_active_xpm[] = { 3 | "4 4 2 1", 4 | " c None", 5 | ". c #color_bg", 6 | "....", 7 | "....", 8 | "....", 9 | "...."}; 10 | -------------------------------------------------------------------------------- /xfwm4/pastel/bottom-left-active.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * bottom_left_active_xpm[] = { 3 | "4 4 2 1", 4 | " c None", 5 | ". c #color_bg", 6 | "....", 7 | "....", 8 | "....", 9 | "...."}; 10 | -------------------------------------------------------------------------------- /xfwm4/pastel/bottom-left-inactive.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * bottom_left_inactive_xpm[] = { 3 | "4 4 2 1", 4 | " c None", 5 | ". c #color_bg", 6 | "....", 7 | "....", 8 | "....", 9 | "...."}; 10 | -------------------------------------------------------------------------------- /xfwm4/pastel/bottom-right-active.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * bottom_right_active_xpm[] = { 3 | "4 4 2 1", 4 | " c None", 5 | ". c #color_bg", 6 | "....", 7 | "....", 8 | "....", 9 | "...."}; 10 | -------------------------------------------------------------------------------- /xfwm4/pastel/bottom-right-inactive.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * bottom_right_inactive_xpm[] = { 3 | "4 4 2 1", 4 | " c None", 5 | ". c #color_bg", 6 | "....", 7 | "....", 8 | "....", 9 | "...."}; 10 | -------------------------------------------------------------------------------- /xfwm4/pastel/themerc: -------------------------------------------------------------------------------- 1 | active_text_color=#color_bg 2 | button_offset=0 3 | button_spacing=0 4 | full_width_title=true 5 | inactive_text_color=#color_bg 6 | maximized_offset=0 7 | show_app_icon=false 8 | title_horizontal_offset=0 9 | title_vertical_offset_active=1 10 | title_vertical_offset_inactive=1 11 | 12 | button_layout=O|SHMC 13 | -------------------------------------------------------------------------------- /xfwm4/pastel/title-1-active.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * title_1_active_xpm[] = { 3 | "4 24 2 1", 4 | " c None", 5 | ". c #color_bg", 6 | "....", 7 | "....", 8 | "....", 9 | "....", 10 | "....", 11 | "....", 12 | "....", 13 | "....", 14 | "....", 15 | "....", 16 | "....", 17 | "....", 18 | "....", 19 | "....", 20 | "....", 21 | "....", 22 | "....", 23 | "....", 24 | "....", 25 | "....", 26 | "....", 27 | "....", 28 | "....", 29 | "...."}; 30 | -------------------------------------------------------------------------------- /xfwm4/pastel/title-1-inactive.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * title_1_inactive_xpm[] = { 3 | "4 24 2 1", 4 | " c None", 5 | ". c #color_bg", 6 | "....", 7 | "....", 8 | "....", 9 | "....", 10 | "....", 11 | "....", 12 | "....", 13 | "....", 14 | "....", 15 | "....", 16 | "....", 17 | "....", 18 | "....", 19 | "....", 20 | "....", 21 | "....", 22 | "....", 23 | "....", 24 | "....", 25 | "....", 26 | "....", 27 | "....", 28 | "....", 29 | "...."}; 30 | -------------------------------------------------------------------------------- /xfwm4/pastel/title-2-active.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * title_1_inactive_xpm[] = { 3 | "4 24 2 1", 4 | " c None", 5 | ". c #color_bg", 6 | "....", 7 | "....", 8 | "....", 9 | "....", 10 | "....", 11 | "....", 12 | "....", 13 | "....", 14 | "....", 15 | "....", 16 | "....", 17 | "....", 18 | "....", 19 | "....", 20 | "....", 21 | "....", 22 | "....", 23 | "....", 24 | "....", 25 | "....", 26 | "....", 27 | "....", 28 | "....", 29 | "...."}; 30 | -------------------------------------------------------------------------------- /xfwm4/pastel/title-2-inactive.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * title_1_inactive_xpm[] = { 3 | "4 24 2 1", 4 | " c None", 5 | ". c #color_bg", 6 | "....", 7 | "....", 8 | "....", 9 | "....", 10 | "....", 11 | "....", 12 | "....", 13 | "....", 14 | "....", 15 | "....", 16 | "....", 17 | "....", 18 | "....", 19 | "....", 20 | "....", 21 | "....", 22 | "....", 23 | "....", 24 | "....", 25 | "....", 26 | "....", 27 | "....", 28 | "....", 29 | "...."}; 30 | -------------------------------------------------------------------------------- /xfwm4/pastel/title-3-active.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * title_1_inactive_xpm[] = { 3 | "4 24 2 1", 4 | " c None", 5 | ". c #color_bg", 6 | "....", 7 | "....", 8 | "....", 9 | "....", 10 | "....", 11 | "....", 12 | "....", 13 | "....", 14 | "....", 15 | "....", 16 | "....", 17 | "....", 18 | "....", 19 | "....", 20 | "....", 21 | "....", 22 | "....", 23 | "....", 24 | "....", 25 | "....", 26 | "....", 27 | "....", 28 | "....", 29 | "...."}; 30 | -------------------------------------------------------------------------------- /xfwm4/pastel/title-4-active.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * title_1_inactive_xpm[] = { 3 | "4 24 2 1", 4 | " c None", 5 | ". c #color_bg", 6 | "....", 7 | "....", 8 | "....", 9 | "....", 10 | "....", 11 | "....", 12 | "....", 13 | "....", 14 | "....", 15 | "....", 16 | "....", 17 | "....", 18 | "....", 19 | "....", 20 | "....", 21 | "....", 22 | "....", 23 | "....", 24 | "....", 25 | "....", 26 | "....", 27 | "....", 28 | "....", 29 | "...."}; 30 | -------------------------------------------------------------------------------- /xfwm4/pastel/title-5-active.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * title_1_inactive_xpm[] = { 3 | "4 24 2 1", 4 | " c None", 5 | ". c #color_bg", 6 | "....", 7 | "....", 8 | "....", 9 | "....", 10 | "....", 11 | "....", 12 | "....", 13 | "....", 14 | "....", 15 | "....", 16 | "....", 17 | "....", 18 | "....", 19 | "....", 20 | "....", 21 | "....", 22 | "....", 23 | "....", 24 | "....", 25 | "....", 26 | "....", 27 | "....", 28 | "....", 29 | "...."}; 30 | -------------------------------------------------------------------------------- /xfwm4/pastel/top-left-active.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * top_left_active_xpm[] = { 3 | "4 24 2 1", 4 | " c None", 5 | ". c #color_bg", 6 | "....", 7 | "....", 8 | "....", 9 | "....", 10 | "....", 11 | "....", 12 | "....", 13 | "....", 14 | "....", 15 | "....", 16 | "....", 17 | "....", 18 | "....", 19 | "....", 20 | "....", 21 | "....", 22 | "....", 23 | "....", 24 | "....", 25 | "....", 26 | "....", 27 | "....", 28 | "....", 29 | "...."}; 30 | -------------------------------------------------------------------------------- /xfwm4/tetris/bottom-active.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * bottom_active_xpm[] = { 3 | "2 2 2 1", 4 | " c None", 5 | ". c #color_3", 6 | "..", 7 | ".."}; 8 | -------------------------------------------------------------------------------- /xfwm4/tetris/bottom-inactive.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * bottom_inactive_xpm[] = { 3 | "2 2 2 1", 4 | " c None", 5 | ". c #color_bg", 6 | "..", 7 | ".."}; 8 | -------------------------------------------------------------------------------- /xfwm4/tetris/left-active.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * left_active_xpm[] = { 3 | "2 2 1 1", 4 | " c None", 5 | " ", 6 | " "}; 7 | -------------------------------------------------------------------------------- /xfwm4/tetris/left-inactive.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * left_inactive_xpm[] = { 3 | "2 2 1 1", 4 | " c None", 5 | " ", 6 | " "}; 7 | -------------------------------------------------------------------------------- /xfwm4/tetris/right-active.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * right_active_xpm[] = { 3 | "2 2 1 1", 4 | " c None", 5 | " ", 6 | " "}; 7 | -------------------------------------------------------------------------------- /xfwm4/tetris/right-inactive.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * right_inactive_xpm[] = { 3 | "2 2 1 1", 4 | " c None", 5 | " ", 6 | " "}; 7 | -------------------------------------------------------------------------------- /xfwm4/tetris/themerc: -------------------------------------------------------------------------------- 1 | button_offset=10 2 | button_spacing=0 3 | full_width_title=true 4 | 5 | title_horizontal_offset_=0 6 | title_vertical_offset_active=0 7 | title_vertical_offset_inactive=0 8 | 9 | 10 | active_text_color=#color_bg 11 | inactive_text_color=#color_bg 12 | -------------------------------------------------------------------------------- /xfwm4/vela/border.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /xfwm4/vela/hide-active.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /xfwm4/vela/hide-inactive.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /xfwm4/vela/hide-prelight.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /xfwm4/vela/hide-pressed.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /xfwm4/vela/maximize-active.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /xfwm4/vela/maximize-inactive.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /xfwm4/vela/maximize-prelight.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /xfwm4/vela/maximize-pressed.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /xfwm4/vela/maximize-toggled-active.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /xfwm4/vela/maximize-toggled-inactive.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /xfwm4/vela/maximize-toggled-prelight.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /xfwm4/vela/maximize-toggled-pressed.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /xfwm4/vela/menu-active.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /xfwm4/vela/menu-inactive.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /xfwm4/vela/menu-prelight.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /xfwm4/vela/menu-pressed.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /xfwm4/vela/shade-active.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /xfwm4/vela/shade-inactive.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /xfwm4/vela/shade-prelight.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /xfwm4/vela/shade-pressed.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /xfwm4/vela/shade-toggled-active.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /xfwm4/vela/shade-toggled-inactive.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /xfwm4/vela/shade-toggled-prelight.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /xfwm4/vela/shade-toggled-pressed.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /xfwm4/vela/title-1-active.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /xfwm4/vela/title-1-inactive.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /xfwm4/vela/title-2-active.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /xfwm4/vela/title-2-inactive.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /xfwm4/vela/title-3-active.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /xfwm4/vela/title-3-inactive.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /xfwm4/vela/title-4-active.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /xfwm4/vela/title-4-inactive.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /xfwm4/vela/title-5-active.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /xfwm4/vela/title-5-inactive.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /xfwm4/vela/top-left-active.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /xfwm4/vela/top-left-inactive.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /xfwm4/vela/top-right-active.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /xfwm4/vela/top-right-inactive.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /xfwm4/wendows/bottom-active.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * bottom_active_xpm[] = { 3 | "8 1 2 1", 4 | " c None", 5 | ". c #color_7", 6 | "........"}; 7 | -------------------------------------------------------------------------------- /xfwm4/wendows/bottom-inactive.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * bottom_active_xpm[] = { 3 | "8 1 2 1", 4 | " c None", 5 | ". c #color_7", 6 | "........"}; 7 | -------------------------------------------------------------------------------- /xfwm4/wendows/bottom-left-active.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * bottom_left_active_xpm[] = { 3 | "1 1 2 1", 4 | " c None", 5 | ". c #color_7", 6 | "."}; 7 | -------------------------------------------------------------------------------- /xfwm4/wendows/bottom-left-inactive.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * bottom_left_active_xpm[] = { 3 | "1 1 2 1", 4 | " c None", 5 | ". c #color_7", 6 | "."}; 7 | -------------------------------------------------------------------------------- /xfwm4/wendows/bottom-right-active.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * bottom_left_active_xpm[] = { 3 | "1 1 2 1", 4 | " c None", 5 | ". c #color_7", 6 | "."}; 7 | -------------------------------------------------------------------------------- /xfwm4/wendows/bottom-right-inactive.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * bottom_left_active_xpm[] = { 3 | "1 1 2 1", 4 | " c None", 5 | ". c #color_7", 6 | "."}; 7 | -------------------------------------------------------------------------------- /xfwm4/wendows/left-active.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * left_active_xpm[] = { 3 | "1 21 2 1", 4 | " c None", 5 | ". c #color_7", 6 | ".", 7 | ".", 8 | ".", 9 | ".", 10 | ".", 11 | ".", 12 | ".", 13 | ".", 14 | ".", 15 | ".", 16 | ".", 17 | ".", 18 | ".", 19 | ".", 20 | ".", 21 | ".", 22 | ".", 23 | ".", 24 | ".", 25 | ".", 26 | "."}; 27 | -------------------------------------------------------------------------------- /xfwm4/wendows/left-inactive.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * left_active_xpm[] = { 3 | "1 21 2 1", 4 | " c None", 5 | ". c #color_7", 6 | ".", 7 | ".", 8 | ".", 9 | ".", 10 | ".", 11 | ".", 12 | ".", 13 | ".", 14 | ".", 15 | ".", 16 | ".", 17 | ".", 18 | ".", 19 | ".", 20 | ".", 21 | ".", 22 | ".", 23 | ".", 24 | ".", 25 | ".", 26 | "."}; 27 | -------------------------------------------------------------------------------- /xfwm4/wendows/right-active.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * left_active_xpm[] = { 3 | "1 21 2 1", 4 | " c None", 5 | ". c #color_7", 6 | ".", 7 | ".", 8 | ".", 9 | ".", 10 | ".", 11 | ".", 12 | ".", 13 | ".", 14 | ".", 15 | ".", 16 | ".", 17 | ".", 18 | ".", 19 | ".", 20 | ".", 21 | ".", 22 | ".", 23 | ".", 24 | ".", 25 | ".", 26 | "."}; 27 | -------------------------------------------------------------------------------- /xfwm4/wendows/right-inactive.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * left_active_xpm[] = { 3 | "1 21 2 1", 4 | " c None", 5 | ". c #color_7", 6 | ".", 7 | ".", 8 | ".", 9 | ".", 10 | ".", 11 | ".", 12 | ".", 13 | ".", 14 | ".", 15 | ".", 16 | ".", 17 | ".", 18 | ".", 19 | ".", 20 | ".", 21 | ".", 22 | ".", 23 | ".", 24 | ".", 25 | ".", 26 | "."}; 27 | -------------------------------------------------------------------------------- /xfwm4/wendows/themerc: -------------------------------------------------------------------------------- 1 | button_offset=10 2 | button_spacing=15 3 | 4 | full_width_title=true 5 | maximized_offset=10 6 | 7 | title_vertical_offset_active=0 8 | title_vertical_offset_inactive=0 9 | 10 | title_horizontal_offset=3 11 | 12 | title_shadow_active=false 13 | title_shadow_inactive=false 14 | 15 | active_text_color=#color_7 16 | inactive_text_color=#color_bg 17 | 18 | button_layout=O|HMC 19 | 20 | #fuut 21 | -------------------------------------------------------------------------------- /xfwm4/wendows/title-1-active.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * title_1_active_xpm[] = { 3 | "2 26 3 1", 4 | " c None", 5 | ". c #color_7", 6 | "+ c #color_bg", 7 | "..", 8 | "++", 9 | "++", 10 | "++", 11 | "++", 12 | "++", 13 | "++", 14 | "++", 15 | "++", 16 | "++", 17 | "++", 18 | "++", 19 | "++", 20 | "++", 21 | "++", 22 | "++", 23 | "++", 24 | "++", 25 | "++", 26 | "++", 27 | "++", 28 | "++", 29 | "++", 30 | "++", 31 | "++", 32 | "++"}; 33 | -------------------------------------------------------------------------------- /xfwm4/wendows/title-1-inactive.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * title_1_active_xpm[] = { 3 | "2 26 3 1", 4 | " c None", 5 | ". c #color_7", 6 | "+ c #color_bg", 7 | "..", 8 | "++", 9 | "++", 10 | "++", 11 | "++", 12 | "++", 13 | "++", 14 | "++", 15 | "++", 16 | "++", 17 | "++", 18 | "++", 19 | "++", 20 | "++", 21 | "++", 22 | "++", 23 | "++", 24 | "++", 25 | "++", 26 | "++", 27 | "++", 28 | "++", 29 | "++", 30 | "++", 31 | "++", 32 | "++"}; 33 | -------------------------------------------------------------------------------- /xfwm4/wendows/title-2-active.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * title_1_active_xpm[] = { 3 | "2 26 3 1", 4 | " c None", 5 | ". c #color_7", 6 | "+ c #color_bg", 7 | "..", 8 | "++", 9 | "++", 10 | "++", 11 | "++", 12 | "++", 13 | "++", 14 | "++", 15 | "++", 16 | "++", 17 | "++", 18 | "++", 19 | "++", 20 | "++", 21 | "++", 22 | "++", 23 | "++", 24 | "++", 25 | "++", 26 | "++", 27 | "++", 28 | "++", 29 | "++", 30 | "++", 31 | "++", 32 | "++"}; 33 | -------------------------------------------------------------------------------- /xfwm4/wendows/title-2-inactive.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * title_1_active_xpm[] = { 3 | "2 26 3 1", 4 | " c None", 5 | ". c #color_7", 6 | "+ c #color_bg", 7 | "..", 8 | "++", 9 | "++", 10 | "++", 11 | "++", 12 | "++", 13 | "++", 14 | "++", 15 | "++", 16 | "++", 17 | "++", 18 | "++", 19 | "++", 20 | "++", 21 | "++", 22 | "++", 23 | "++", 24 | "++", 25 | "++", 26 | "++", 27 | "++", 28 | "++", 29 | "++", 30 | "++", 31 | "++", 32 | "++"}; 33 | -------------------------------------------------------------------------------- /xfwm4/wendows/title-3-active.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * title_1_active_xpm[] = { 3 | "2 26 3 1", 4 | " c None", 5 | ". c #color_7", 6 | "+ c #color_bg", 7 | "..", 8 | "++", 9 | "++", 10 | "++", 11 | "++", 12 | "++", 13 | "++", 14 | "++", 15 | "++", 16 | "++", 17 | "++", 18 | "++", 19 | "++", 20 | "++", 21 | "++", 22 | "++", 23 | "++", 24 | "++", 25 | "++", 26 | "++", 27 | "++", 28 | "++", 29 | "++", 30 | "++", 31 | "++", 32 | "++"}; 33 | -------------------------------------------------------------------------------- /xfwm4/wendows/title-3-inactive.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * title_1_active_xpm[] = { 3 | "2 26 3 1", 4 | " c None", 5 | ". c #color_7", 6 | "+ c #color_bg", 7 | "..", 8 | "++", 9 | "++", 10 | "++", 11 | "++", 12 | "++", 13 | "++", 14 | "++", 15 | "++", 16 | "++", 17 | "++", 18 | "++", 19 | "++", 20 | "++", 21 | "++", 22 | "++", 23 | "++", 24 | "++", 25 | "++", 26 | "++", 27 | "++", 28 | "++", 29 | "++", 30 | "++", 31 | "++", 32 | "++"}; 33 | -------------------------------------------------------------------------------- /xfwm4/wendows/title-4-active.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * title_1_active_xpm[] = { 3 | "2 26 3 1", 4 | " c None", 5 | ". c #color_7", 6 | "+ c #color_bg", 7 | "..", 8 | "++", 9 | "++", 10 | "++", 11 | "++", 12 | "++", 13 | "++", 14 | "++", 15 | "++", 16 | "++", 17 | "++", 18 | "++", 19 | "++", 20 | "++", 21 | "++", 22 | "++", 23 | "++", 24 | "++", 25 | "++", 26 | "++", 27 | "++", 28 | "++", 29 | "++", 30 | "++", 31 | "++", 32 | "++"}; 33 | -------------------------------------------------------------------------------- /xfwm4/wendows/title-4-inactive.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * title_1_active_xpm[] = { 3 | "2 26 3 1", 4 | " c None", 5 | ". c #color_7", 6 | "+ c #color_bg", 7 | "..", 8 | "++", 9 | "++", 10 | "++", 11 | "++", 12 | "++", 13 | "++", 14 | "++", 15 | "++", 16 | "++", 17 | "++", 18 | "++", 19 | "++", 20 | "++", 21 | "++", 22 | "++", 23 | "++", 24 | "++", 25 | "++", 26 | "++", 27 | "++", 28 | "++", 29 | "++", 30 | "++", 31 | "++", 32 | "++"}; 33 | -------------------------------------------------------------------------------- /xfwm4/wendows/title-5-active.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * title_1_active_xpm[] = { 3 | "2 26 3 1", 4 | " c None", 5 | ". c #color_7", 6 | "+ c #color_bg", 7 | "..", 8 | "++", 9 | "++", 10 | "++", 11 | "++", 12 | "++", 13 | "++", 14 | "++", 15 | "++", 16 | "++", 17 | "++", 18 | "++", 19 | "++", 20 | "++", 21 | "++", 22 | "++", 23 | "++", 24 | "++", 25 | "++", 26 | "++", 27 | "++", 28 | "++", 29 | "++", 30 | "++", 31 | "++", 32 | "++"}; 33 | -------------------------------------------------------------------------------- /xfwm4/wendows/title-5-inactive.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * title_1_active_xpm[] = { 3 | "2 26 3 1", 4 | " c None", 5 | ". c #color_7", 6 | "+ c #color_bg", 7 | "..", 8 | "++", 9 | "++", 10 | "++", 11 | "++", 12 | "++", 13 | "++", 14 | "++", 15 | "++", 16 | "++", 17 | "++", 18 | "++", 19 | "++", 20 | "++", 21 | "++", 22 | "++", 23 | "++", 24 | "++", 25 | "++", 26 | "++", 27 | "++", 28 | "++", 29 | "++", 30 | "++", 31 | "++", 32 | "++"}; 33 | -------------------------------------------------------------------------------- /xfwm4/wendows/top-left-active.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * top_left_active_xpm[] = { 3 | "2 26 3 1", 4 | " c None", 5 | ". c #color_7", 6 | "+ c #color_bg", 7 | "..", 8 | ".+", 9 | ".+", 10 | ".+", 11 | ".+", 12 | ".+", 13 | ".+", 14 | ".+", 15 | ".+", 16 | ".+", 17 | ".+", 18 | ".+", 19 | ".+", 20 | ".+", 21 | ".+", 22 | ".+", 23 | ".+", 24 | ".+", 25 | ".+", 26 | ".+", 27 | ".+", 28 | ".+", 29 | ".+", 30 | ".+", 31 | ".+", 32 | ".+"}; 33 | -------------------------------------------------------------------------------- /xfwm4/wendows/top-left-inactive.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * top_left_active_xpm[] = { 3 | "2 26 3 1", 4 | " c None", 5 | ". c #color_7", 6 | "+ c #color_bg", 7 | "..", 8 | ".+", 9 | ".+", 10 | ".+", 11 | ".+", 12 | ".+", 13 | ".+", 14 | ".+", 15 | ".+", 16 | ".+", 17 | ".+", 18 | ".+", 19 | ".+", 20 | ".+", 21 | ".+", 22 | ".+", 23 | ".+", 24 | ".+", 25 | ".+", 26 | ".+", 27 | ".+", 28 | ".+", 29 | ".+", 30 | ".+", 31 | ".+", 32 | ".+"}; 33 | -------------------------------------------------------------------------------- /xfwm4/wendows/top-right-active.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * top_right_active_xpm[] = { 3 | "2 26 3 1", 4 | " c None", 5 | ". c #color_7", 6 | "+ c #color_bg", 7 | "..", 8 | "+.", 9 | "+.", 10 | "+.", 11 | "+.", 12 | "+.", 13 | "+.", 14 | "+.", 15 | "+.", 16 | "+.", 17 | "+.", 18 | "+.", 19 | "+.", 20 | "+.", 21 | "+.", 22 | "+.", 23 | "+.", 24 | "+.", 25 | "+.", 26 | "+.", 27 | "+.", 28 | "+.", 29 | "+.", 30 | "+.", 31 | "+.", 32 | "+."}; 33 | -------------------------------------------------------------------------------- /xfwm4/wendows/top-right-inactive.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * top_right_active_xpm[] = { 3 | "2 26 3 1", 4 | " c None", 5 | ". c #color_7", 6 | "+ c #color_bg", 7 | "..", 8 | "+.", 9 | "+.", 10 | "+.", 11 | "+.", 12 | "+.", 13 | "+.", 14 | "+.", 15 | "+.", 16 | "+.", 17 | "+.", 18 | "+.", 19 | "+.", 20 | "+.", 21 | "+.", 22 | "+.", 23 | "+.", 24 | "+.", 25 | "+.", 26 | "+.", 27 | "+.", 28 | "+.", 29 | "+.", 30 | "+.", 31 | "+.", 32 | "+."}; 33 | --------------------------------------------------------------------------------