├── gtk-3.0 ├── settings.ini ├── img │ ├── radio-mixed.png │ ├── resize-grip.png │ ├── checkbox-mixed.png │ ├── menuitem-radio.png │ ├── radio-checked.png │ ├── radio-mixed@2.png │ ├── resize-grip@2.png │ ├── checkbox-checked.png │ ├── checkbox-mixed@2.png │ ├── menuitem-checkbox.png │ ├── menuitem-radio@2.png │ ├── radio-checked@2.png │ ├── radio-mixed-hover.png │ ├── radio-unchecked.png │ ├── radio-unchecked@2.png │ ├── scale-slider-horz.png │ ├── scale-slider-vert.png │ ├── slider-horz-grip.png │ ├── slider-vert-grip.png │ ├── checkbox-checked@2.png │ ├── checkbox-unchecked.png │ ├── menuitem-checkbox@2.png │ ├── radio-checked-hover.png │ ├── radio-mixed-hover@2.png │ ├── scale-slider-horz@2.png │ ├── scale-slider-vert@2.png │ ├── slider-horz-grip@2.png │ ├── slider-vert-grip@2.png │ ├── checkbox-checked-hover.png │ ├── checkbox-mixed-hover.png │ ├── checkbox-mixed-hover@2.png │ ├── checkbox-unchecked@2.png │ ├── menuitem-radio-checked.png │ ├── menuitem-radio-hover.png │ ├── menuitem-radio-hover@2.png │ ├── radio-checked-hover@2.png │ ├── radio-unchecked-hover.png │ ├── checkbox-checked-hover@2.png │ ├── checkbox-unchecked-hover.png │ ├── menuitem-checkbox-hover.png │ ├── menuitem-checkbox-mixed.png │ ├── menuitem-radio-checked@2.png │ ├── pane-separator-grip-horz.png │ ├── pane-separator-grip-vert.png │ ├── radio-mixed-insensitive.png │ ├── radio-unchecked-hover@2.png │ ├── scale-slider-horz-hover.png │ ├── scale-slider-vert-hover.png │ ├── checkbox-mixed-insensitive.png │ ├── checkbox-unchecked-hover@2.png │ ├── menuitem-checkbox-checked.png │ ├── menuitem-checkbox-checked@2.png │ ├── menuitem-checkbox-hover@2.png │ ├── menuitem-checkbox-mixed@2.png │ ├── menuitem-radio-insensitive.png │ ├── pane-separator-grip-horz@2.png │ ├── pane-separator-grip-vert@2.png │ ├── radio-checked-insensitive.png │ ├── radio-checked-insensitive@2.png │ ├── radio-mixed-insensitive@2.png │ ├── radio-unchecked-insensitive.png │ ├── scale-slider-horz-hover@2.png │ ├── scale-slider-vert-hover@2.png │ ├── checkbox-checked-insensitive.png │ ├── checkbox-mixed-insensitive@2.png │ ├── menuitem-checkbox-insensitive.png │ ├── menuitem-checkbox-mixed-hover.png │ ├── menuitem-radio-checked-hover.png │ ├── menuitem-radio-insensitive@2.png │ ├── radio-unchecked-insensitive@2.png │ ├── scale-slider-horz-insensitive.png │ ├── scale-slider-vert-insensitive.png │ ├── checkbox-checked-insensitive@2.png │ ├── checkbox-unchecked-insensitive.png │ ├── checkbox-unchecked-insensitive@2.png │ ├── menuitem-checkbox-checked-hover.png │ ├── menuitem-checkbox-insensitive@2.png │ ├── menuitem-checkbox-mixed-hover@2.png │ ├── menuitem-radio-checked-hover@2.png │ ├── scale-slider-horz-insensitive@2.png │ ├── scale-slider-vert-insensitive@2.png │ ├── menuitem-checkbox-checked-hover@2.png │ ├── menuitem-radio-checked-insensitive.png │ ├── menuitem-checkbox-checked-insensitive.png │ ├── menuitem-checkbox-mixed-insensitive.png │ ├── menuitem-checkbox-mixed-insensitive@2.png │ ├── menuitem-radio-checked-insensitive@2.png │ ├── menuitem-checkbox-checked-insensitive@2.png │ ├── border.svg │ ├── border-insensitive.svg │ ├── border-inline-button.svg │ ├── border-focused-ptb.svg │ ├── border-focused-switch.svg │ ├── border-focused.svg │ └── border-gnome-panel-button.svg └── applications.css ├── doc ├── gimp.png ├── poster.jpg ├── exemple1.png ├── exemple2.png └── exemple3.png ├── xfwm4 ├── png │ ├── hide-active.png │ ├── left-active.png │ ├── menu-active.png │ ├── bottom-active.png │ ├── close-active.png │ ├── close-inactive.png │ ├── close-pressed.png │ ├── hide-inactive.png │ ├── hide-pressed.png │ ├── left-inactive.png │ ├── menu-inactive.png │ ├── menu-pressed.png │ ├── right-active.png │ ├── right-inactive.png │ ├── title-1-active.png │ ├── bottom-inactive.png │ ├── maximize-active.png │ ├── maximize-pressed.png │ ├── title-1-inactive.png │ ├── top-left-active.png │ ├── top-right-active.png │ ├── bottom-left-active.png │ ├── bottom-right-active.png │ ├── maximize-inactive.png │ ├── top-left-inactive.png │ ├── top-right-inactive.png │ ├── bottom-left-inactive.png │ ├── bottom-right-inactive.png │ ├── maximize-toggled-active.png │ ├── maximize-toggled-pressed.png │ └── maximize-toggled-inactive.png ├── top-left-active.png ├── top-right-active.png ├── README ├── bottom-active.xpm ├── left-active.xpm ├── left-inactive.xpm ├── right-active.xpm ├── bottom-inactive.xpm ├── right-inactive.xpm ├── bottom-right-active.xpm ├── bottom-right-inactive.xpm ├── bottom-left-active.xpm ├── bottom-left-inactive.xpm ├── themerc ├── top-left-inactive.xpm ├── title-1-active.xpm ├── title-2-active.xpm ├── title-3-active.xpm ├── title-4-active.xpm ├── title-5-active.xpm ├── top-right-inactive.xpm ├── title-1-inactive.xpm ├── title-2-inactive.xpm ├── title-3-inactive.xpm ├── title-4-inactive.xpm ├── title-5-inactive.xpm ├── top-left-active.xpm ├── top-right-active.xpm ├── menu-active.xpm ├── menu-pressed.xpm ├── menu-inactive.xpm ├── hide-inactive.xpm ├── maximize-inactive.xpm ├── maximize-toggled-inactive.xpm ├── hide-active.xpm ├── maximize-active.xpm ├── maximize-toggled-active.xpm ├── hide-pressed.xpm ├── maximize-pressed.xpm ├── maximize-toggled-pressed.xpm ├── close-active.xpm ├── close-inactive.xpm └── close-pressed.xpm ├── wallpapers ├── clearlooks-phenix.png └── clearlooks-phenix.svg ├── index.theme ├── _src ├── Makefile ├── menuitem-checkbox.svg ├── menuitem-radio.svg ├── menuitem-checkbox-hover.svg ├── menuitem-checkbox-insensitive.svg ├── menuitem-radio-hover.svg ├── menuitem-radio-insensitive.svg ├── menuitem-checkbox-mixed.svg ├── menuitem-checkbox-mixed-insensitive.svg ├── menuitem-checkbox-mixed-hover.svg ├── menuitem-checkbox-checked-hover.svg ├── menuitem-checkbox-checked.svg ├── menuitem-checkbox-checked-insensitive.svg ├── slider-horz-grip.svg ├── slider-vert-grip.svg ├── radio-unchecked.svg ├── radio-unchecked-hover.svg ├── radio-unchecked-insensitive.svg ├── menuitem-radio-checked-hover.svg ├── menuitem-radio-checked-insensitive.svg ├── menuitem-radio-checked.svg ├── checkbox-checked.svg ├── checkbox-unchecked-insensitive.svg ├── checkbox-unchecked.svg ├── checkbox-unchecked-hover.svg ├── checkbox-mixed.svg ├── checkbox-mixed-hover.svg ├── checkbox-mixed-insensitive.svg └── scale-slider-horz-hover.svg └── gtk-2.0 └── applications.rc /gtk-3.0/settings.ini: -------------------------------------------------------------------------------- 1 | [Settings] 2 | gtk-primary-button-warps-slider = false 3 | -------------------------------------------------------------------------------- /doc/gimp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpfleury/clearlooks-phenix/HEAD/doc/gimp.png -------------------------------------------------------------------------------- /doc/poster.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpfleury/clearlooks-phenix/HEAD/doc/poster.jpg -------------------------------------------------------------------------------- /doc/exemple1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpfleury/clearlooks-phenix/HEAD/doc/exemple1.png -------------------------------------------------------------------------------- /doc/exemple2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpfleury/clearlooks-phenix/HEAD/doc/exemple2.png -------------------------------------------------------------------------------- /doc/exemple3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpfleury/clearlooks-phenix/HEAD/doc/exemple3.png -------------------------------------------------------------------------------- /xfwm4/png/hide-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpfleury/clearlooks-phenix/HEAD/xfwm4/png/hide-active.png -------------------------------------------------------------------------------- /xfwm4/png/left-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpfleury/clearlooks-phenix/HEAD/xfwm4/png/left-active.png -------------------------------------------------------------------------------- /xfwm4/png/menu-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpfleury/clearlooks-phenix/HEAD/xfwm4/png/menu-active.png -------------------------------------------------------------------------------- /xfwm4/top-left-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpfleury/clearlooks-phenix/HEAD/xfwm4/top-left-active.png -------------------------------------------------------------------------------- /gtk-3.0/img/radio-mixed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpfleury/clearlooks-phenix/HEAD/gtk-3.0/img/radio-mixed.png -------------------------------------------------------------------------------- /gtk-3.0/img/resize-grip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpfleury/clearlooks-phenix/HEAD/gtk-3.0/img/resize-grip.png -------------------------------------------------------------------------------- /xfwm4/png/bottom-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpfleury/clearlooks-phenix/HEAD/xfwm4/png/bottom-active.png -------------------------------------------------------------------------------- /xfwm4/png/close-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpfleury/clearlooks-phenix/HEAD/xfwm4/png/close-active.png -------------------------------------------------------------------------------- /xfwm4/png/close-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpfleury/clearlooks-phenix/HEAD/xfwm4/png/close-inactive.png -------------------------------------------------------------------------------- /xfwm4/png/close-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpfleury/clearlooks-phenix/HEAD/xfwm4/png/close-pressed.png -------------------------------------------------------------------------------- /xfwm4/png/hide-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpfleury/clearlooks-phenix/HEAD/xfwm4/png/hide-inactive.png -------------------------------------------------------------------------------- /xfwm4/png/hide-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpfleury/clearlooks-phenix/HEAD/xfwm4/png/hide-pressed.png -------------------------------------------------------------------------------- /xfwm4/png/left-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpfleury/clearlooks-phenix/HEAD/xfwm4/png/left-inactive.png -------------------------------------------------------------------------------- /xfwm4/png/menu-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpfleury/clearlooks-phenix/HEAD/xfwm4/png/menu-inactive.png -------------------------------------------------------------------------------- /xfwm4/png/menu-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpfleury/clearlooks-phenix/HEAD/xfwm4/png/menu-pressed.png -------------------------------------------------------------------------------- /xfwm4/png/right-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpfleury/clearlooks-phenix/HEAD/xfwm4/png/right-active.png -------------------------------------------------------------------------------- /xfwm4/png/right-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpfleury/clearlooks-phenix/HEAD/xfwm4/png/right-inactive.png -------------------------------------------------------------------------------- /xfwm4/png/title-1-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpfleury/clearlooks-phenix/HEAD/xfwm4/png/title-1-active.png -------------------------------------------------------------------------------- /xfwm4/top-right-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpfleury/clearlooks-phenix/HEAD/xfwm4/top-right-active.png -------------------------------------------------------------------------------- /gtk-3.0/img/checkbox-mixed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpfleury/clearlooks-phenix/HEAD/gtk-3.0/img/checkbox-mixed.png -------------------------------------------------------------------------------- /gtk-3.0/img/menuitem-radio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpfleury/clearlooks-phenix/HEAD/gtk-3.0/img/menuitem-radio.png -------------------------------------------------------------------------------- /gtk-3.0/img/radio-checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpfleury/clearlooks-phenix/HEAD/gtk-3.0/img/radio-checked.png -------------------------------------------------------------------------------- /gtk-3.0/img/radio-mixed@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpfleury/clearlooks-phenix/HEAD/gtk-3.0/img/radio-mixed@2.png -------------------------------------------------------------------------------- /gtk-3.0/img/resize-grip@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpfleury/clearlooks-phenix/HEAD/gtk-3.0/img/resize-grip@2.png -------------------------------------------------------------------------------- /xfwm4/png/bottom-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpfleury/clearlooks-phenix/HEAD/xfwm4/png/bottom-inactive.png -------------------------------------------------------------------------------- /xfwm4/png/maximize-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpfleury/clearlooks-phenix/HEAD/xfwm4/png/maximize-active.png -------------------------------------------------------------------------------- /xfwm4/png/maximize-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpfleury/clearlooks-phenix/HEAD/xfwm4/png/maximize-pressed.png -------------------------------------------------------------------------------- /xfwm4/png/title-1-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpfleury/clearlooks-phenix/HEAD/xfwm4/png/title-1-inactive.png -------------------------------------------------------------------------------- /xfwm4/png/top-left-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpfleury/clearlooks-phenix/HEAD/xfwm4/png/top-left-active.png -------------------------------------------------------------------------------- /xfwm4/png/top-right-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpfleury/clearlooks-phenix/HEAD/xfwm4/png/top-right-active.png -------------------------------------------------------------------------------- /gtk-3.0/img/checkbox-checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpfleury/clearlooks-phenix/HEAD/gtk-3.0/img/checkbox-checked.png -------------------------------------------------------------------------------- /gtk-3.0/img/checkbox-mixed@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpfleury/clearlooks-phenix/HEAD/gtk-3.0/img/checkbox-mixed@2.png -------------------------------------------------------------------------------- /gtk-3.0/img/menuitem-checkbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpfleury/clearlooks-phenix/HEAD/gtk-3.0/img/menuitem-checkbox.png -------------------------------------------------------------------------------- /gtk-3.0/img/menuitem-radio@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpfleury/clearlooks-phenix/HEAD/gtk-3.0/img/menuitem-radio@2.png -------------------------------------------------------------------------------- /gtk-3.0/img/radio-checked@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpfleury/clearlooks-phenix/HEAD/gtk-3.0/img/radio-checked@2.png -------------------------------------------------------------------------------- /gtk-3.0/img/radio-mixed-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpfleury/clearlooks-phenix/HEAD/gtk-3.0/img/radio-mixed-hover.png -------------------------------------------------------------------------------- /gtk-3.0/img/radio-unchecked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpfleury/clearlooks-phenix/HEAD/gtk-3.0/img/radio-unchecked.png -------------------------------------------------------------------------------- /gtk-3.0/img/radio-unchecked@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpfleury/clearlooks-phenix/HEAD/gtk-3.0/img/radio-unchecked@2.png -------------------------------------------------------------------------------- /gtk-3.0/img/scale-slider-horz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpfleury/clearlooks-phenix/HEAD/gtk-3.0/img/scale-slider-horz.png -------------------------------------------------------------------------------- /gtk-3.0/img/scale-slider-vert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpfleury/clearlooks-phenix/HEAD/gtk-3.0/img/scale-slider-vert.png -------------------------------------------------------------------------------- /gtk-3.0/img/slider-horz-grip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpfleury/clearlooks-phenix/HEAD/gtk-3.0/img/slider-horz-grip.png -------------------------------------------------------------------------------- /gtk-3.0/img/slider-vert-grip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpfleury/clearlooks-phenix/HEAD/gtk-3.0/img/slider-vert-grip.png -------------------------------------------------------------------------------- /wallpapers/clearlooks-phenix.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpfleury/clearlooks-phenix/HEAD/wallpapers/clearlooks-phenix.png -------------------------------------------------------------------------------- /xfwm4/png/bottom-left-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpfleury/clearlooks-phenix/HEAD/xfwm4/png/bottom-left-active.png -------------------------------------------------------------------------------- /xfwm4/png/bottom-right-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpfleury/clearlooks-phenix/HEAD/xfwm4/png/bottom-right-active.png -------------------------------------------------------------------------------- /xfwm4/png/maximize-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpfleury/clearlooks-phenix/HEAD/xfwm4/png/maximize-inactive.png -------------------------------------------------------------------------------- /xfwm4/png/top-left-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpfleury/clearlooks-phenix/HEAD/xfwm4/png/top-left-inactive.png -------------------------------------------------------------------------------- /xfwm4/png/top-right-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpfleury/clearlooks-phenix/HEAD/xfwm4/png/top-right-inactive.png -------------------------------------------------------------------------------- /gtk-3.0/img/checkbox-checked@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpfleury/clearlooks-phenix/HEAD/gtk-3.0/img/checkbox-checked@2.png -------------------------------------------------------------------------------- /gtk-3.0/img/checkbox-unchecked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpfleury/clearlooks-phenix/HEAD/gtk-3.0/img/checkbox-unchecked.png -------------------------------------------------------------------------------- /gtk-3.0/img/menuitem-checkbox@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpfleury/clearlooks-phenix/HEAD/gtk-3.0/img/menuitem-checkbox@2.png -------------------------------------------------------------------------------- /gtk-3.0/img/radio-checked-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpfleury/clearlooks-phenix/HEAD/gtk-3.0/img/radio-checked-hover.png -------------------------------------------------------------------------------- /gtk-3.0/img/radio-mixed-hover@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpfleury/clearlooks-phenix/HEAD/gtk-3.0/img/radio-mixed-hover@2.png -------------------------------------------------------------------------------- /gtk-3.0/img/scale-slider-horz@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpfleury/clearlooks-phenix/HEAD/gtk-3.0/img/scale-slider-horz@2.png -------------------------------------------------------------------------------- /gtk-3.0/img/scale-slider-vert@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpfleury/clearlooks-phenix/HEAD/gtk-3.0/img/scale-slider-vert@2.png -------------------------------------------------------------------------------- /gtk-3.0/img/slider-horz-grip@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpfleury/clearlooks-phenix/HEAD/gtk-3.0/img/slider-horz-grip@2.png -------------------------------------------------------------------------------- /gtk-3.0/img/slider-vert-grip@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpfleury/clearlooks-phenix/HEAD/gtk-3.0/img/slider-vert-grip@2.png -------------------------------------------------------------------------------- /xfwm4/png/bottom-left-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpfleury/clearlooks-phenix/HEAD/xfwm4/png/bottom-left-inactive.png -------------------------------------------------------------------------------- /xfwm4/png/bottom-right-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpfleury/clearlooks-phenix/HEAD/xfwm4/png/bottom-right-inactive.png -------------------------------------------------------------------------------- /gtk-3.0/img/checkbox-checked-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpfleury/clearlooks-phenix/HEAD/gtk-3.0/img/checkbox-checked-hover.png -------------------------------------------------------------------------------- /gtk-3.0/img/checkbox-mixed-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpfleury/clearlooks-phenix/HEAD/gtk-3.0/img/checkbox-mixed-hover.png -------------------------------------------------------------------------------- /gtk-3.0/img/checkbox-mixed-hover@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpfleury/clearlooks-phenix/HEAD/gtk-3.0/img/checkbox-mixed-hover@2.png -------------------------------------------------------------------------------- /gtk-3.0/img/checkbox-unchecked@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpfleury/clearlooks-phenix/HEAD/gtk-3.0/img/checkbox-unchecked@2.png -------------------------------------------------------------------------------- /gtk-3.0/img/menuitem-radio-checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpfleury/clearlooks-phenix/HEAD/gtk-3.0/img/menuitem-radio-checked.png -------------------------------------------------------------------------------- /gtk-3.0/img/menuitem-radio-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpfleury/clearlooks-phenix/HEAD/gtk-3.0/img/menuitem-radio-hover.png -------------------------------------------------------------------------------- /gtk-3.0/img/menuitem-radio-hover@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpfleury/clearlooks-phenix/HEAD/gtk-3.0/img/menuitem-radio-hover@2.png -------------------------------------------------------------------------------- /gtk-3.0/img/radio-checked-hover@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpfleury/clearlooks-phenix/HEAD/gtk-3.0/img/radio-checked-hover@2.png -------------------------------------------------------------------------------- /gtk-3.0/img/radio-unchecked-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpfleury/clearlooks-phenix/HEAD/gtk-3.0/img/radio-unchecked-hover.png -------------------------------------------------------------------------------- /xfwm4/png/maximize-toggled-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpfleury/clearlooks-phenix/HEAD/xfwm4/png/maximize-toggled-active.png -------------------------------------------------------------------------------- /xfwm4/png/maximize-toggled-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpfleury/clearlooks-phenix/HEAD/xfwm4/png/maximize-toggled-pressed.png -------------------------------------------------------------------------------- /gtk-3.0/img/checkbox-checked-hover@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpfleury/clearlooks-phenix/HEAD/gtk-3.0/img/checkbox-checked-hover@2.png -------------------------------------------------------------------------------- /gtk-3.0/img/checkbox-unchecked-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpfleury/clearlooks-phenix/HEAD/gtk-3.0/img/checkbox-unchecked-hover.png -------------------------------------------------------------------------------- /gtk-3.0/img/menuitem-checkbox-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpfleury/clearlooks-phenix/HEAD/gtk-3.0/img/menuitem-checkbox-hover.png -------------------------------------------------------------------------------- /gtk-3.0/img/menuitem-checkbox-mixed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpfleury/clearlooks-phenix/HEAD/gtk-3.0/img/menuitem-checkbox-mixed.png -------------------------------------------------------------------------------- /gtk-3.0/img/menuitem-radio-checked@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpfleury/clearlooks-phenix/HEAD/gtk-3.0/img/menuitem-radio-checked@2.png -------------------------------------------------------------------------------- /gtk-3.0/img/pane-separator-grip-horz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpfleury/clearlooks-phenix/HEAD/gtk-3.0/img/pane-separator-grip-horz.png -------------------------------------------------------------------------------- /gtk-3.0/img/pane-separator-grip-vert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpfleury/clearlooks-phenix/HEAD/gtk-3.0/img/pane-separator-grip-vert.png -------------------------------------------------------------------------------- /gtk-3.0/img/radio-mixed-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpfleury/clearlooks-phenix/HEAD/gtk-3.0/img/radio-mixed-insensitive.png -------------------------------------------------------------------------------- /gtk-3.0/img/radio-unchecked-hover@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpfleury/clearlooks-phenix/HEAD/gtk-3.0/img/radio-unchecked-hover@2.png -------------------------------------------------------------------------------- /gtk-3.0/img/scale-slider-horz-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpfleury/clearlooks-phenix/HEAD/gtk-3.0/img/scale-slider-horz-hover.png -------------------------------------------------------------------------------- /gtk-3.0/img/scale-slider-vert-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpfleury/clearlooks-phenix/HEAD/gtk-3.0/img/scale-slider-vert-hover.png -------------------------------------------------------------------------------- /xfwm4/png/maximize-toggled-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpfleury/clearlooks-phenix/HEAD/xfwm4/png/maximize-toggled-inactive.png -------------------------------------------------------------------------------- /gtk-3.0/img/checkbox-mixed-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpfleury/clearlooks-phenix/HEAD/gtk-3.0/img/checkbox-mixed-insensitive.png -------------------------------------------------------------------------------- /gtk-3.0/img/checkbox-unchecked-hover@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpfleury/clearlooks-phenix/HEAD/gtk-3.0/img/checkbox-unchecked-hover@2.png -------------------------------------------------------------------------------- /gtk-3.0/img/menuitem-checkbox-checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpfleury/clearlooks-phenix/HEAD/gtk-3.0/img/menuitem-checkbox-checked.png -------------------------------------------------------------------------------- /gtk-3.0/img/menuitem-checkbox-checked@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpfleury/clearlooks-phenix/HEAD/gtk-3.0/img/menuitem-checkbox-checked@2.png -------------------------------------------------------------------------------- /gtk-3.0/img/menuitem-checkbox-hover@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpfleury/clearlooks-phenix/HEAD/gtk-3.0/img/menuitem-checkbox-hover@2.png -------------------------------------------------------------------------------- /gtk-3.0/img/menuitem-checkbox-mixed@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpfleury/clearlooks-phenix/HEAD/gtk-3.0/img/menuitem-checkbox-mixed@2.png -------------------------------------------------------------------------------- /gtk-3.0/img/menuitem-radio-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpfleury/clearlooks-phenix/HEAD/gtk-3.0/img/menuitem-radio-insensitive.png -------------------------------------------------------------------------------- /gtk-3.0/img/pane-separator-grip-horz@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpfleury/clearlooks-phenix/HEAD/gtk-3.0/img/pane-separator-grip-horz@2.png -------------------------------------------------------------------------------- /gtk-3.0/img/pane-separator-grip-vert@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpfleury/clearlooks-phenix/HEAD/gtk-3.0/img/pane-separator-grip-vert@2.png -------------------------------------------------------------------------------- /gtk-3.0/img/radio-checked-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpfleury/clearlooks-phenix/HEAD/gtk-3.0/img/radio-checked-insensitive.png -------------------------------------------------------------------------------- /gtk-3.0/img/radio-checked-insensitive@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpfleury/clearlooks-phenix/HEAD/gtk-3.0/img/radio-checked-insensitive@2.png -------------------------------------------------------------------------------- /gtk-3.0/img/radio-mixed-insensitive@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpfleury/clearlooks-phenix/HEAD/gtk-3.0/img/radio-mixed-insensitive@2.png -------------------------------------------------------------------------------- /gtk-3.0/img/radio-unchecked-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpfleury/clearlooks-phenix/HEAD/gtk-3.0/img/radio-unchecked-insensitive.png -------------------------------------------------------------------------------- /gtk-3.0/img/scale-slider-horz-hover@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpfleury/clearlooks-phenix/HEAD/gtk-3.0/img/scale-slider-horz-hover@2.png -------------------------------------------------------------------------------- /gtk-3.0/img/scale-slider-vert-hover@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpfleury/clearlooks-phenix/HEAD/gtk-3.0/img/scale-slider-vert-hover@2.png -------------------------------------------------------------------------------- /gtk-3.0/img/checkbox-checked-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpfleury/clearlooks-phenix/HEAD/gtk-3.0/img/checkbox-checked-insensitive.png -------------------------------------------------------------------------------- /gtk-3.0/img/checkbox-mixed-insensitive@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpfleury/clearlooks-phenix/HEAD/gtk-3.0/img/checkbox-mixed-insensitive@2.png -------------------------------------------------------------------------------- /gtk-3.0/img/menuitem-checkbox-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpfleury/clearlooks-phenix/HEAD/gtk-3.0/img/menuitem-checkbox-insensitive.png -------------------------------------------------------------------------------- /gtk-3.0/img/menuitem-checkbox-mixed-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpfleury/clearlooks-phenix/HEAD/gtk-3.0/img/menuitem-checkbox-mixed-hover.png -------------------------------------------------------------------------------- /gtk-3.0/img/menuitem-radio-checked-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpfleury/clearlooks-phenix/HEAD/gtk-3.0/img/menuitem-radio-checked-hover.png -------------------------------------------------------------------------------- /gtk-3.0/img/menuitem-radio-insensitive@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpfleury/clearlooks-phenix/HEAD/gtk-3.0/img/menuitem-radio-insensitive@2.png -------------------------------------------------------------------------------- /gtk-3.0/img/radio-unchecked-insensitive@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpfleury/clearlooks-phenix/HEAD/gtk-3.0/img/radio-unchecked-insensitive@2.png -------------------------------------------------------------------------------- /gtk-3.0/img/scale-slider-horz-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpfleury/clearlooks-phenix/HEAD/gtk-3.0/img/scale-slider-horz-insensitive.png -------------------------------------------------------------------------------- /gtk-3.0/img/scale-slider-vert-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpfleury/clearlooks-phenix/HEAD/gtk-3.0/img/scale-slider-vert-insensitive.png -------------------------------------------------------------------------------- /gtk-3.0/img/checkbox-checked-insensitive@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpfleury/clearlooks-phenix/HEAD/gtk-3.0/img/checkbox-checked-insensitive@2.png -------------------------------------------------------------------------------- /gtk-3.0/img/checkbox-unchecked-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpfleury/clearlooks-phenix/HEAD/gtk-3.0/img/checkbox-unchecked-insensitive.png -------------------------------------------------------------------------------- /gtk-3.0/img/checkbox-unchecked-insensitive@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpfleury/clearlooks-phenix/HEAD/gtk-3.0/img/checkbox-unchecked-insensitive@2.png -------------------------------------------------------------------------------- /gtk-3.0/img/menuitem-checkbox-checked-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpfleury/clearlooks-phenix/HEAD/gtk-3.0/img/menuitem-checkbox-checked-hover.png -------------------------------------------------------------------------------- /gtk-3.0/img/menuitem-checkbox-insensitive@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpfleury/clearlooks-phenix/HEAD/gtk-3.0/img/menuitem-checkbox-insensitive@2.png -------------------------------------------------------------------------------- /gtk-3.0/img/menuitem-checkbox-mixed-hover@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpfleury/clearlooks-phenix/HEAD/gtk-3.0/img/menuitem-checkbox-mixed-hover@2.png -------------------------------------------------------------------------------- /gtk-3.0/img/menuitem-radio-checked-hover@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpfleury/clearlooks-phenix/HEAD/gtk-3.0/img/menuitem-radio-checked-hover@2.png -------------------------------------------------------------------------------- /gtk-3.0/img/scale-slider-horz-insensitive@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpfleury/clearlooks-phenix/HEAD/gtk-3.0/img/scale-slider-horz-insensitive@2.png -------------------------------------------------------------------------------- /gtk-3.0/img/scale-slider-vert-insensitive@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpfleury/clearlooks-phenix/HEAD/gtk-3.0/img/scale-slider-vert-insensitive@2.png -------------------------------------------------------------------------------- /gtk-3.0/img/menuitem-checkbox-checked-hover@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpfleury/clearlooks-phenix/HEAD/gtk-3.0/img/menuitem-checkbox-checked-hover@2.png -------------------------------------------------------------------------------- /gtk-3.0/img/menuitem-radio-checked-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpfleury/clearlooks-phenix/HEAD/gtk-3.0/img/menuitem-radio-checked-insensitive.png -------------------------------------------------------------------------------- /gtk-3.0/img/menuitem-checkbox-checked-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpfleury/clearlooks-phenix/HEAD/gtk-3.0/img/menuitem-checkbox-checked-insensitive.png -------------------------------------------------------------------------------- /gtk-3.0/img/menuitem-checkbox-mixed-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpfleury/clearlooks-phenix/HEAD/gtk-3.0/img/menuitem-checkbox-mixed-insensitive.png -------------------------------------------------------------------------------- /gtk-3.0/img/menuitem-checkbox-mixed-insensitive@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpfleury/clearlooks-phenix/HEAD/gtk-3.0/img/menuitem-checkbox-mixed-insensitive@2.png -------------------------------------------------------------------------------- /gtk-3.0/img/menuitem-radio-checked-insensitive@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpfleury/clearlooks-phenix/HEAD/gtk-3.0/img/menuitem-radio-checked-insensitive@2.png -------------------------------------------------------------------------------- /gtk-3.0/img/menuitem-checkbox-checked-insensitive@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpfleury/clearlooks-phenix/HEAD/gtk-3.0/img/menuitem-checkbox-checked-insensitive@2.png -------------------------------------------------------------------------------- /xfwm4/README: -------------------------------------------------------------------------------- 1 | Clearlooks XFWM4 Theme 2 | ---------------------- 3 | Based on Clearlooks Metacity from Fedora 14. 4 | 5 | Author: Casey Kirsle 6 | Date: Jan 4 2011 7 | 8 | http://www.kirsle.net/ 9 | -------------------------------------------------------------------------------- /xfwm4/bottom-active.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char *bottom_active[] = { 3 | /* columns rows colors chars-per-pixel */ 4 | "4 4 3 1 ", 5 | " c #EDECEB", 6 | ". c #D2D0CE", 7 | "X c #6D6A68", 8 | /* pixels */ 9 | " ", 10 | " ", 11 | "....", 12 | "XXXX" 13 | }; 14 | -------------------------------------------------------------------------------- /xfwm4/left-active.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char *left_active[] = { 3 | /* columns rows colors chars-per-pixel */ 4 | "4 4 3 1 ", 5 | " c #EDECEB", 6 | ". c gray100", 7 | "X c #6D6A68", 8 | /* pixels */ 9 | "X. ", 10 | "X. ", 11 | "X. ", 12 | "X. " 13 | }; 14 | -------------------------------------------------------------------------------- /xfwm4/left-inactive.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char *left_inactive[] = { 3 | /* columns rows colors chars-per-pixel */ 4 | "4 4 3 1 ", 5 | " c #EDECEB", 6 | ". c #F4F4F3", 7 | "X c #85827E", 8 | /* pixels */ 9 | "X. ", 10 | "X. ", 11 | "X. ", 12 | "X. " 13 | }; 14 | -------------------------------------------------------------------------------- /xfwm4/right-active.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char *right_active[] = { 3 | /* columns rows colors chars-per-pixel */ 4 | "4 4 3 1 ", 5 | " c #EDECEB", 6 | ". c #D2D0CE", 7 | "X c #6D6A68", 8 | /* pixels */ 9 | " .X", 10 | " .X", 11 | " .X", 12 | " .X" 13 | }; 14 | -------------------------------------------------------------------------------- /xfwm4/bottom-inactive.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char *bottom_inactive[] = { 3 | /* columns rows colors chars-per-pixel */ 4 | "4 4 3 1 ", 5 | " c #EDECEB", 6 | ". c #D2D0CE", 7 | "X c #85827E", 8 | /* pixels */ 9 | " ", 10 | " ", 11 | "....", 12 | "XXXX" 13 | }; 14 | -------------------------------------------------------------------------------- /xfwm4/right-inactive.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char *right_inactive[] = { 3 | /* columns rows colors chars-per-pixel */ 4 | "4 4 3 1 ", 5 | " c #EDECEB", 6 | ". c #D2D0CE", 7 | "X c #85827E", 8 | /* pixels */ 9 | " .X", 10 | " .X", 11 | " .X", 12 | " .X" 13 | }; 14 | -------------------------------------------------------------------------------- /xfwm4/bottom-right-active.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char *bottom_right_active[] = { 3 | /* columns rows colors chars-per-pixel */ 4 | "4 4 3 1 ", 5 | " c #6D6A68", 6 | ". c #D2D0CE", 7 | "X c #EDECEB", 8 | /* pixels */ 9 | "XX. ", 10 | "XX. ", 11 | "... ", 12 | " " 13 | }; 14 | -------------------------------------------------------------------------------- /xfwm4/bottom-right-inactive.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char *bottom_right_inactive[] = { 3 | /* columns rows colors chars-per-pixel */ 4 | "4 4 3 1 ", 5 | " c #85827E", 6 | ". c #D2D0CE", 7 | "X c #EDECEB", 8 | /* pixels */ 9 | "XX. ", 10 | "XX. ", 11 | "... ", 12 | " " 13 | }; 14 | -------------------------------------------------------------------------------- /xfwm4/bottom-left-active.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char *bottom_left_active[] = { 3 | /* columns rows colors chars-per-pixel */ 4 | "4 4 4 1 ", 5 | " c #6D6A68", 6 | ". c #EDECEB", 7 | "X c gray100", 8 | "o c #D2D0CE", 9 | /* pixels */ 10 | " X..", 11 | " X..", 12 | " Xoo", 13 | " " 14 | }; 15 | -------------------------------------------------------------------------------- /xfwm4/bottom-left-inactive.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char *bottom_left_inactive[] = { 3 | /* columns rows colors chars-per-pixel */ 4 | "4 4 4 1 ", 5 | " c #85827E", 6 | ". c #EDECEB", 7 | "X c #F4F4F3", 8 | "o c #D2D0CE", 9 | /* pixels */ 10 | " X..", 11 | " X..", 12 | " Xoo", 13 | " " 14 | }; 15 | -------------------------------------------------------------------------------- /xfwm4/themerc: -------------------------------------------------------------------------------- 1 | # Clearlooks XFWM4 by Casey Kirsle 2 | 3 | show_app_icon=true 4 | active_text_color=#FFFFFF 5 | inactive_text_color=#939393 6 | title_shadow_active=frame 7 | title_shadow_inactive=false 8 | button_layout=O|HMC 9 | button_offset=2 10 | button_spacing=2 11 | full_width_title=true 12 | maximized_offset=0 13 | title_vertical_offset_active=1 14 | title_vertical_offset_inactive=1 15 | -------------------------------------------------------------------------------- /index.theme: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Type=X-GNOME-Metatheme 3 | Name=Clearlooks-Phénix 4 | Name[fr]=Clearlooks-Phénix 5 | Comment=GTK3 port of Clearlooks 6 | Comment[fr]=Version GTK3 de Clearlooks 7 | Encoding=UTF-8 8 | 9 | [X-GNOME-Metatheme] 10 | GtkTheme=Clearlooks-Phenix 11 | MetacityTheme=Clearlooks-Phenix 12 | IconTheme=gnome 13 | CursorTheme=DMZ-White 14 | CursorSize=16 15 | ButtonLayout=:minimize,maximize,close 16 | -------------------------------------------------------------------------------- /_src/Makefile: -------------------------------------------------------------------------------- 1 | OUTDIR = ../gtk-3.0/img 2 | SVGS = $(wildcard *.svg) 3 | PNGS = $(SVGS:%.svg=$(OUTDIR)/%.png) $(SVGS:%.svg=$(OUTDIR)/%@2.png) 4 | 5 | all: $(PNGS) 6 | 7 | clean: 8 | -rm -f $(PNGS) 9 | 10 | $(OUTDIR)/%.png: %.svg 11 | inkscape $< --export-type=png --export-filename=$@ --export-dpi=90 --export-background-opacity=0 12 | 13 | $(OUTDIR)/%@2.png: %.svg 14 | inkscape $< --export-type=png --export-filename=$@ --export-dpi=180 --export-background-opacity=0 15 | -------------------------------------------------------------------------------- /xfwm4/top-left-inactive.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * top_left_inactive_xpm[] = { 3 | "5 24 27 1", 4 | " c None", 5 | ". c #85827E", 6 | "+ c #F4F4F3", 7 | "@ c #F9F8F8", 8 | "# c #9D9996", 9 | "$ c #D6D4D2", 10 | "% c #DDDBD9", 11 | "& c #DBD9D7", 12 | "* c #E7E6E5", 13 | "= c #E2E1E0", 14 | "- c #DEDCDA", 15 | "; c #D8D6D4", 16 | "> c #DCDAD8", 17 | ", c #E5E4E3", 18 | "' c #D9D7D5", 19 | ") c #D4D2D0", 20 | "! c #DAD8D6", 21 | "~ c #E3E2E1", 22 | "{ c #E6E5E4", 23 | "] c #E8E7E6", 24 | "^ c #D5D3D1", 25 | "/ c #E4E3E2", 26 | "( c #D7D5D3", 27 | "_ c #E9E8E7", 28 | ": c #EAE9E8", 29 | "< c #A4A19D", 30 | "[ c #FFFFFF", 31 | " ", 32 | " .<", 33 | " .@@", 34 | " .@::", 35 | " <@__", 36 | ".+]]]", 37 | ".+***", 38 | ".+{{{", 39 | ".+,,,", 40 | ".+///", 41 | ".+~~~", 42 | ".+===", 43 | ".+---", 44 | ".+%%%", 45 | ".+>>>", 46 | ".+&&&", 47 | ".+!!!", 48 | ".+'''", 49 | ".+;;;", 50 | ".+(((", 51 | ".+$$$", 52 | ".+^^^", 53 | ".+)))", 54 | ".####"}; 55 | -------------------------------------------------------------------------------- /xfwm4/title-1-active.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char *title___active[] = { 3 | /* columns rows colors chars-per-pixel */ 4 | "5 24 24 1 ", 5 | " c #7BA2D2", 6 | ". c #7CA3D3", 7 | "X c #81A7D6", 8 | "o c #83A9D7", 9 | "O c #86ABD9", 10 | "+ c #8CB0DC", 11 | "@ c #92B4DF", 12 | "# c #7DA4D3", 13 | "$ c #96B7E1", 14 | "% c #84AAD8", 15 | "& c #90B3DE", 16 | "* c #7EA5D4", 17 | "= c #99BAE3", 18 | "- c #97B8E2", 19 | "; c #8DB1DD", 20 | ": c #80A6D5", 21 | "> c #B2CCED", 22 | ", c #94B6E0", 23 | "< c #7AA1D1", 24 | "1 c #455D7C", 25 | "2 c #8FB2DE", 26 | "3 c #82A8D6", 27 | "4 c #4E76A8", 28 | "5 c #93B5E0", 29 | /* pixels */ 30 | "11111", 31 | ">>>>>", 32 | "=====", 33 | "-----", 34 | "$$$$$", 35 | ",,,,,", 36 | "55555", 37 | "@@@@@", 38 | "&&&&&", 39 | "22222", 40 | ";;;;;", 41 | "+++++", 42 | "OOOOO", 43 | "%%%%%", 44 | "ooooo", 45 | "33333", 46 | "XXXXX", 47 | ":::::", 48 | "*****", 49 | "#####", 50 | ".....", 51 | " ", 52 | "<<<<<", 53 | "44444" 54 | }; 55 | -------------------------------------------------------------------------------- /xfwm4/title-2-active.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char *title___active[] = { 3 | /* columns rows colors chars-per-pixel */ 4 | "5 24 24 1 ", 5 | " c #7BA2D2", 6 | ". c #7CA3D3", 7 | "X c #81A7D6", 8 | "o c #83A9D7", 9 | "O c #86ABD9", 10 | "+ c #8CB0DC", 11 | "@ c #92B4DF", 12 | "# c #7DA4D3", 13 | "$ c #96B7E1", 14 | "% c #84AAD8", 15 | "& c #90B3DE", 16 | "* c #7EA5D4", 17 | "= c #99BAE3", 18 | "- c #97B8E2", 19 | "; c #8DB1DD", 20 | ": c #80A6D5", 21 | "> c #B2CCED", 22 | ", c #94B6E0", 23 | "< c #7AA1D1", 24 | "1 c #455D7C", 25 | "2 c #8FB2DE", 26 | "3 c #82A8D6", 27 | "4 c #4E76A8", 28 | "5 c #93B5E0", 29 | /* pixels */ 30 | "11111", 31 | ">>>>>", 32 | "=====", 33 | "-----", 34 | "$$$$$", 35 | ",,,,,", 36 | "55555", 37 | "@@@@@", 38 | "&&&&&", 39 | "22222", 40 | ";;;;;", 41 | "+++++", 42 | "OOOOO", 43 | "%%%%%", 44 | "ooooo", 45 | "33333", 46 | "XXXXX", 47 | ":::::", 48 | "*****", 49 | "#####", 50 | ".....", 51 | " ", 52 | "<<<<<", 53 | "44444" 54 | }; 55 | -------------------------------------------------------------------------------- /xfwm4/title-3-active.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char *title___active[] = { 3 | /* columns rows colors chars-per-pixel */ 4 | "5 24 24 1 ", 5 | " c #7BA2D2", 6 | ". c #7CA3D3", 7 | "X c #81A7D6", 8 | "o c #83A9D7", 9 | "O c #86ABD9", 10 | "+ c #8CB0DC", 11 | "@ c #92B4DF", 12 | "# c #7DA4D3", 13 | "$ c #96B7E1", 14 | "% c #84AAD8", 15 | "& c #90B3DE", 16 | "* c #7EA5D4", 17 | "= c #99BAE3", 18 | "- c #97B8E2", 19 | "; c #8DB1DD", 20 | ": c #80A6D5", 21 | "> c #B2CCED", 22 | ", c #94B6E0", 23 | "< c #7AA1D1", 24 | "1 c #455D7C", 25 | "2 c #8FB2DE", 26 | "3 c #82A8D6", 27 | "4 c #4E76A8", 28 | "5 c #93B5E0", 29 | /* pixels */ 30 | "11111", 31 | ">>>>>", 32 | "=====", 33 | "-----", 34 | "$$$$$", 35 | ",,,,,", 36 | "55555", 37 | "@@@@@", 38 | "&&&&&", 39 | "22222", 40 | ";;;;;", 41 | "+++++", 42 | "OOOOO", 43 | "%%%%%", 44 | "ooooo", 45 | "33333", 46 | "XXXXX", 47 | ":::::", 48 | "*****", 49 | "#####", 50 | ".....", 51 | " ", 52 | "<<<<<", 53 | "44444" 54 | }; 55 | -------------------------------------------------------------------------------- /xfwm4/title-4-active.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char *title___active[] = { 3 | /* columns rows colors chars-per-pixel */ 4 | "5 24 24 1 ", 5 | " c #7BA2D2", 6 | ". c #7CA3D3", 7 | "X c #81A7D6", 8 | "o c #83A9D7", 9 | "O c #86ABD9", 10 | "+ c #8CB0DC", 11 | "@ c #92B4DF", 12 | "# c #7DA4D3", 13 | "$ c #96B7E1", 14 | "% c #84AAD8", 15 | "& c #90B3DE", 16 | "* c #7EA5D4", 17 | "= c #99BAE3", 18 | "- c #97B8E2", 19 | "; c #8DB1DD", 20 | ": c #80A6D5", 21 | "> c #B2CCED", 22 | ", c #94B6E0", 23 | "< c #7AA1D1", 24 | "1 c #455D7C", 25 | "2 c #8FB2DE", 26 | "3 c #82A8D6", 27 | "4 c #4E76A8", 28 | "5 c #93B5E0", 29 | /* pixels */ 30 | "11111", 31 | ">>>>>", 32 | "=====", 33 | "-----", 34 | "$$$$$", 35 | ",,,,,", 36 | "55555", 37 | "@@@@@", 38 | "&&&&&", 39 | "22222", 40 | ";;;;;", 41 | "+++++", 42 | "OOOOO", 43 | "%%%%%", 44 | "ooooo", 45 | "33333", 46 | "XXXXX", 47 | ":::::", 48 | "*****", 49 | "#####", 50 | ".....", 51 | " ", 52 | "<<<<<", 53 | "44444" 54 | }; 55 | -------------------------------------------------------------------------------- /xfwm4/title-5-active.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char *title___active[] = { 3 | /* columns rows colors chars-per-pixel */ 4 | "5 24 24 1 ", 5 | " c #7BA2D2", 6 | ". c #7CA3D3", 7 | "X c #81A7D6", 8 | "o c #83A9D7", 9 | "O c #86ABD9", 10 | "+ c #8CB0DC", 11 | "@ c #92B4DF", 12 | "# c #7DA4D3", 13 | "$ c #96B7E1", 14 | "% c #84AAD8", 15 | "& c #90B3DE", 16 | "* c #7EA5D4", 17 | "= c #99BAE3", 18 | "- c #97B8E2", 19 | "; c #8DB1DD", 20 | ": c #80A6D5", 21 | "> c #B2CCED", 22 | ", c #94B6E0", 23 | "< c #7AA1D1", 24 | "1 c #455D7C", 25 | "2 c #8FB2DE", 26 | "3 c #82A8D6", 27 | "4 c #4E76A8", 28 | "5 c #93B5E0", 29 | /* pixels */ 30 | "11111", 31 | ">>>>>", 32 | "=====", 33 | "-----", 34 | "$$$$$", 35 | ",,,,,", 36 | "55555", 37 | "@@@@@", 38 | "&&&&&", 39 | "22222", 40 | ";;;;;", 41 | "+++++", 42 | "OOOOO", 43 | "%%%%%", 44 | "ooooo", 45 | "33333", 46 | "XXXXX", 47 | ":::::", 48 | "*****", 49 | "#####", 50 | ".....", 51 | " ", 52 | "<<<<<", 53 | "44444" 54 | }; 55 | -------------------------------------------------------------------------------- /xfwm4/top-right-inactive.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * top_right_inactive_xpm[] = { 3 | "5 24 27 1", 4 | " c None", 5 | ". c #85827E", 6 | "+ c #D2D0CE", 7 | "@ c #9D9996", 8 | "# c #DBD9D7", 9 | "$ c #DAD8D6", 10 | "% c #DCDAD8", 11 | "& c #E3E2E1", 12 | "* c #E2E1E0", 13 | "= c #E6E5E4", 14 | "- c #DEDCDA", 15 | "; c #E7E6E5", 16 | "> c #D7D5D3", 17 | ", c #E5E4E3", 18 | "' c #D9D7D5", 19 | ") c #D4D2D0", 20 | "! c #D8D6D4", 21 | "~ c #D6D4D2", 22 | "{ c #DDDBD9", 23 | "] c #E8E7E6", 24 | "^ c #E4E3E2", 25 | "/ c #D5D3D1", 26 | "( c #EAE9E8", 27 | "_ c #F6F6F5", 28 | ": c #E9E8E7", 29 | "< c #A4A19D", 30 | "[ c #FFFFFF", 31 | " ", 32 | "<. ", 33 | "__. ", 34 | "((+. ", 35 | "::+< ", 36 | "]]]+.", 37 | ";;;+.", 38 | "===+.", 39 | ",,,+.", 40 | "^^^+.", 41 | "&&&+.", 42 | "***+.", 43 | "---+.", 44 | "{{{+.", 45 | "%%%+.", 46 | "###+.", 47 | "$$$+.", 48 | "'''+.", 49 | "!!!+.", 50 | ">>>+.", 51 | "~~~+.", 52 | "///+.", 53 | ")))+.", 54 | "@@@@."}; 55 | -------------------------------------------------------------------------------- /xfwm4/title-1-inactive.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char *title___inactive[] = { 3 | /* columns rows colors chars-per-pixel */ 4 | "5 24 24 1 ", 5 | " c #D5D3D1", 6 | ". c #9D9996", 7 | "X c #D9D7D5", 8 | "o c #D8D6D4", 9 | "O c #F9F8F8", 10 | "+ c #DDDBD9", 11 | "@ c #E3E2E1", 12 | "# c #E2E1E0", 13 | "$ c #EBEAE9", 14 | "% c #D7D5D3", 15 | "& c #85827E", 16 | "* c #E7E6E5", 17 | "= c #E9E8E7", 18 | "- c #E5E4E3", 19 | "; c #DEDCDA", 20 | ": c #D6D4D2", 21 | "> c #DCDAD8", 22 | ", c #E6E5E4", 23 | "< c #E4E3E2", 24 | "1 c #E8E7E6", 25 | "2 c #DBD9D7", 26 | "3 c #EAE9E8", 27 | "4 c #D4D2D0", 28 | "5 c #DAD8D6", 29 | /* pixels */ 30 | "&&&&&", 31 | "OOOOO", 32 | "$$$$$", 33 | "33333", 34 | "=====", 35 | "11111", 36 | "*****", 37 | ",,,,,", 38 | "-----", 39 | "<<<<<", 40 | "@@@@@", 41 | "#####", 42 | ";;;;;", 43 | "+++++", 44 | ">>>>>", 45 | "22222", 46 | "55555", 47 | "XXXXX", 48 | "ooooo", 49 | "%%%%%", 50 | ":::::", 51 | " ", 52 | "44444", 53 | "....." 54 | }; 55 | -------------------------------------------------------------------------------- /xfwm4/title-2-inactive.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char *title___inactive[] = { 3 | /* columns rows colors chars-per-pixel */ 4 | "5 24 24 1 ", 5 | " c #D5D3D1", 6 | ". c #9D9996", 7 | "X c #D9D7D5", 8 | "o c #D8D6D4", 9 | "O c #F9F8F8", 10 | "+ c #DDDBD9", 11 | "@ c #E3E2E1", 12 | "# c #E2E1E0", 13 | "$ c #EBEAE9", 14 | "% c #D7D5D3", 15 | "& c #85827E", 16 | "* c #E7E6E5", 17 | "= c #E9E8E7", 18 | "- c #E5E4E3", 19 | "; c #DEDCDA", 20 | ": c #D6D4D2", 21 | "> c #DCDAD8", 22 | ", c #E6E5E4", 23 | "< c #E4E3E2", 24 | "1 c #E8E7E6", 25 | "2 c #DBD9D7", 26 | "3 c #EAE9E8", 27 | "4 c #D4D2D0", 28 | "5 c #DAD8D6", 29 | /* pixels */ 30 | "&&&&&", 31 | "OOOOO", 32 | "$$$$$", 33 | "33333", 34 | "=====", 35 | "11111", 36 | "*****", 37 | ",,,,,", 38 | "-----", 39 | "<<<<<", 40 | "@@@@@", 41 | "#####", 42 | ";;;;;", 43 | "+++++", 44 | ">>>>>", 45 | "22222", 46 | "55555", 47 | "XXXXX", 48 | "ooooo", 49 | "%%%%%", 50 | ":::::", 51 | " ", 52 | "44444", 53 | "....." 54 | }; 55 | -------------------------------------------------------------------------------- /xfwm4/title-3-inactive.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char *title___inactive[] = { 3 | /* columns rows colors chars-per-pixel */ 4 | "5 24 24 1 ", 5 | " c #D5D3D1", 6 | ". c #9D9996", 7 | "X c #D9D7D5", 8 | "o c #D8D6D4", 9 | "O c #F9F8F8", 10 | "+ c #DDDBD9", 11 | "@ c #E3E2E1", 12 | "# c #E2E1E0", 13 | "$ c #EBEAE9", 14 | "% c #D7D5D3", 15 | "& c #85827E", 16 | "* c #E7E6E5", 17 | "= c #E9E8E7", 18 | "- c #E5E4E3", 19 | "; c #DEDCDA", 20 | ": c #D6D4D2", 21 | "> c #DCDAD8", 22 | ", c #E6E5E4", 23 | "< c #E4E3E2", 24 | "1 c #E8E7E6", 25 | "2 c #DBD9D7", 26 | "3 c #EAE9E8", 27 | "4 c #D4D2D0", 28 | "5 c #DAD8D6", 29 | /* pixels */ 30 | "&&&&&", 31 | "OOOOO", 32 | "$$$$$", 33 | "33333", 34 | "=====", 35 | "11111", 36 | "*****", 37 | ",,,,,", 38 | "-----", 39 | "<<<<<", 40 | "@@@@@", 41 | "#####", 42 | ";;;;;", 43 | "+++++", 44 | ">>>>>", 45 | "22222", 46 | "55555", 47 | "XXXXX", 48 | "ooooo", 49 | "%%%%%", 50 | ":::::", 51 | " ", 52 | "44444", 53 | "....." 54 | }; 55 | -------------------------------------------------------------------------------- /xfwm4/title-4-inactive.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char *title___inactive[] = { 3 | /* columns rows colors chars-per-pixel */ 4 | "5 24 24 1 ", 5 | " c #D5D3D1", 6 | ". c #9D9996", 7 | "X c #D9D7D5", 8 | "o c #D8D6D4", 9 | "O c #F9F8F8", 10 | "+ c #DDDBD9", 11 | "@ c #E3E2E1", 12 | "# c #E2E1E0", 13 | "$ c #EBEAE9", 14 | "% c #D7D5D3", 15 | "& c #85827E", 16 | "* c #E7E6E5", 17 | "= c #E9E8E7", 18 | "- c #E5E4E3", 19 | "; c #DEDCDA", 20 | ": c #D6D4D2", 21 | "> c #DCDAD8", 22 | ", c #E6E5E4", 23 | "< c #E4E3E2", 24 | "1 c #E8E7E6", 25 | "2 c #DBD9D7", 26 | "3 c #EAE9E8", 27 | "4 c #D4D2D0", 28 | "5 c #DAD8D6", 29 | /* pixels */ 30 | "&&&&&", 31 | "OOOOO", 32 | "$$$$$", 33 | "33333", 34 | "=====", 35 | "11111", 36 | "*****", 37 | ",,,,,", 38 | "-----", 39 | "<<<<<", 40 | "@@@@@", 41 | "#####", 42 | ";;;;;", 43 | "+++++", 44 | ">>>>>", 45 | "22222", 46 | "55555", 47 | "XXXXX", 48 | "ooooo", 49 | "%%%%%", 50 | ":::::", 51 | " ", 52 | "44444", 53 | "....." 54 | }; 55 | -------------------------------------------------------------------------------- /xfwm4/title-5-inactive.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char *title___inactive[] = { 3 | /* columns rows colors chars-per-pixel */ 4 | "5 24 24 1 ", 5 | " c #D5D3D1", 6 | ". c #9D9996", 7 | "X c #D9D7D5", 8 | "o c #D8D6D4", 9 | "O c #F9F8F8", 10 | "+ c #DDDBD9", 11 | "@ c #E3E2E1", 12 | "# c #E2E1E0", 13 | "$ c #EBEAE9", 14 | "% c #D7D5D3", 15 | "& c #85827E", 16 | "* c #E7E6E5", 17 | "= c #E9E8E7", 18 | "- c #E5E4E3", 19 | "; c #DEDCDA", 20 | ": c #D6D4D2", 21 | "> c #DCDAD8", 22 | ", c #E6E5E4", 23 | "< c #E4E3E2", 24 | "1 c #E8E7E6", 25 | "2 c #DBD9D7", 26 | "3 c #EAE9E8", 27 | "4 c #D4D2D0", 28 | "5 c #DAD8D6", 29 | /* pixels */ 30 | "&&&&&", 31 | "OOOOO", 32 | "$$$$$", 33 | "33333", 34 | "=====", 35 | "11111", 36 | "*****", 37 | ",,,,,", 38 | "-----", 39 | "<<<<<", 40 | "@@@@@", 41 | "#####", 42 | ";;;;;", 43 | "+++++", 44 | ">>>>>", 45 | "22222", 46 | "55555", 47 | "XXXXX", 48 | "ooooo", 49 | "%%%%%", 50 | ":::::", 51 | " ", 52 | "44444", 53 | "....." 54 | }; 55 | -------------------------------------------------------------------------------- /xfwm4/top-left-active.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * top_left_active_xpm[] = { 3 | "5 24 29 1", 4 | " c None", 5 | ". c #455D7C", 6 | "+ c #9EBDE5", 7 | "@ c #B2CCED", 8 | "# c #4E76A8", 9 | "$ c #8DB1DD", 10 | "% c #84AAD8", 11 | "& c #94B6E0", 12 | "* c #90B3DE", 13 | "= c #86ABD9", 14 | "- c #48668A", 15 | "; c #7DA4D3", 16 | "> c #8FB2DE", 17 | ", c #93B5E0", 18 | "' c #82A8D6", 19 | ") c #81A7D6", 20 | "! c #7BA2D2", 21 | "~ c #7EA5D4", 22 | "{ c #92B4DF", 23 | "] c #80A6D5", 24 | "^ c #8CB0DC", 25 | "/ c #83A9D7", 26 | "( c #7CA3D3", 27 | "_ c #7AA1D1", 28 | ": c #507BB1", 29 | "< c #97B8E2", 30 | "[ c #96B7E1", 31 | "} c #6D6A68", 32 | "| c #FFFFFF", 33 | " ", 34 | " -:", 35 | " -@@", 36 | " -@<<", 37 | " :@[[", 38 | ".+&&&", 39 | ".+,,,", 40 | ".+{{{", 41 | ".+***", 42 | ".+>>>", 43 | ".+$$$", 44 | ".+^^^", 45 | ".+===", 46 | ".+%%%", 47 | ".+///", 48 | ".+'''", 49 | ".+)))", 50 | ".+]]]", 51 | ".+~~~", 52 | ".+;;;", 53 | ".+(((", 54 | ".+!!!", 55 | ".+___", 56 | "}####"}; 57 | -------------------------------------------------------------------------------- /xfwm4/top-right-active.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * top_right_active_xpm[] = { 3 | "5 24 30 1", 4 | " c None", 5 | ". c #7BA2D3", 6 | "+ c #455D7C", 7 | "@ c #4E76A8", 8 | "# c #7CA3D3", 9 | "$ c #8DB1DD", 10 | "% c #94B6E0", 11 | "& c #86ABD9", 12 | "* c #83A9D7", 13 | "= c #92B4DF", 14 | "- c #7AA1D1", 15 | "; c #84AAD8", 16 | "> c #7BA2D2", 17 | ", c #93B5E0", 18 | "' c #90B3DE", 19 | ") c #7DA4D3", 20 | "! c #81A7D6", 21 | "~ c #8CB0DC", 22 | "{ c #8FB2DE", 23 | "] c #48668A", 24 | "^ c #80A6D5", 25 | "/ c #82A8D6", 26 | "( c #7EA5D4", 27 | "_ c #ADC8EB", 28 | ": c #82A8D7", 29 | "< c #507BB1", 30 | "[ c #96B7E1", 31 | "} c #97B8E2", 32 | "| c #6D6A68", 33 | "1 c #FFFFFF", 34 | " ", 35 | "<] ", 36 | "__] ", 37 | "}}:] ", 38 | "[[:< ", 39 | "%%%.+", 40 | ",,,.+", 41 | "===.+", 42 | "'''.+", 43 | "{{{.+", 44 | "$$$.+", 45 | "~~~.+", 46 | "&&&.+", 47 | ";;;.+", 48 | "***.+", 49 | "///.+", 50 | "!!!.+", 51 | "^^^.+", 52 | "(((.+", 53 | "))).+", 54 | "###.+", 55 | ">>>.+", 56 | "---.+", 57 | "@@@@|"}; 58 | -------------------------------------------------------------------------------- /xfwm4/menu-active.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char *menu_active[] = { 3 | /* columns rows colors chars-per-pixel */ 4 | "20 24 24 1 ", 5 | " c #7BA2D2", 6 | ". c #7CA3D3", 7 | "X c #81A7D6", 8 | "o c #83A9D7", 9 | "O c #86ABD9", 10 | "+ c #8CB0DC", 11 | "@ c #92B4DF", 12 | "# c #7DA4D3", 13 | "$ c #96B7E1", 14 | "% c #84AAD8", 15 | "& c #90B3DE", 16 | "* c #7EA5D4", 17 | "= c #99BAE3", 18 | "- c #97B8E2", 19 | "; c #8DB1DD", 20 | ": c #80A6D5", 21 | "> c #B2CCED", 22 | ", c #94B6E0", 23 | "< c #7AA1D1", 24 | "1 c #455D7C", 25 | "2 c #8FB2DE", 26 | "3 c #82A8D6", 27 | "4 c #4E76A8", 28 | "5 c #93B5E0", 29 | /* pixels */ 30 | "11111111111111111111", 31 | ">>>>>>>>>>>>>>>>>>>>", 32 | "====================", 33 | "--------------------", 34 | "$$$$$$$$$$$$$$$$$$$$", 35 | ",,,,,,,,,,,,,,,,,,,,", 36 | "55555555555555555555", 37 | "@@@@@@@@@@@@@@@@@@@@", 38 | "&&&&&&&&&&&&&&&&&&&&", 39 | "22222222222222222222", 40 | ";;;;;;;;;;;;;;;;;;;;", 41 | "++++++++++++++++++++", 42 | "OOOOOOOOOOOOOOOOOOOO", 43 | "%%%%%%%%%%%%%%%%%%%%", 44 | "oooooooooooooooooooo", 45 | "33333333333333333333", 46 | "XXXXXXXXXXXXXXXXXXXX", 47 | "::::::::::::::::::::", 48 | "********************", 49 | "####################", 50 | "....................", 51 | " ", 52 | "<<<<<<<<<<<<<<<<<<<<", 53 | "44444444444444444444" 54 | }; 55 | -------------------------------------------------------------------------------- /xfwm4/menu-pressed.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char *menu_pressed[] = { 3 | /* columns rows colors chars-per-pixel */ 4 | "20 24 24 1 ", 5 | " c #7BA2D2", 6 | ". c #7CA3D3", 7 | "X c #81A7D6", 8 | "o c #83A9D7", 9 | "O c #86ABD9", 10 | "+ c #8CB0DC", 11 | "@ c #92B4DF", 12 | "# c #7DA4D3", 13 | "$ c #96B7E1", 14 | "% c #84AAD8", 15 | "& c #90B3DE", 16 | "* c #7EA5D4", 17 | "= c #99BAE3", 18 | "- c #97B8E2", 19 | "; c #8DB1DD", 20 | ": c #80A6D5", 21 | "> c #B2CCED", 22 | ", c #94B6E0", 23 | "< c #7AA1D1", 24 | "1 c #455D7C", 25 | "2 c #8FB2DE", 26 | "3 c #82A8D6", 27 | "4 c #4E76A8", 28 | "5 c #93B5E0", 29 | /* pixels */ 30 | "11111111111111111111", 31 | ">>>>>>>>>>>>>>>>>>>>", 32 | "====================", 33 | "--------------------", 34 | "$$$$$$$$$$$$$$$$$$$$", 35 | ",,,,,,,,,,,,,,,,,,,,", 36 | "55555555555555555555", 37 | "@@@@@@@@@@@@@@@@@@@@", 38 | "&&&&&&&&&&&&&&&&&&&&", 39 | "22222222222222222222", 40 | ";;;;;;;;;;;;;;;;;;;;", 41 | "++++++++++++++++++++", 42 | "OOOOOOOOOOOOOOOOOOOO", 43 | "%%%%%%%%%%%%%%%%%%%%", 44 | "oooooooooooooooooooo", 45 | "33333333333333333333", 46 | "XXXXXXXXXXXXXXXXXXXX", 47 | "::::::::::::::::::::", 48 | "********************", 49 | "####################", 50 | "....................", 51 | " ", 52 | "<<<<<<<<<<<<<<<<<<<<", 53 | "44444444444444444444" 54 | }; 55 | -------------------------------------------------------------------------------- /xfwm4/menu-inactive.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char *menu_inactive[] = { 3 | /* columns rows colors chars-per-pixel */ 4 | "20 24 24 1 ", 5 | " c #D5D3D1", 6 | ". c #9D9996", 7 | "X c #D9D7D5", 8 | "o c #D8D6D4", 9 | "O c #F9F8F8", 10 | "+ c #DDDBD9", 11 | "@ c #E3E2E1", 12 | "# c #E2E1E0", 13 | "$ c #EBEAE9", 14 | "% c #D7D5D3", 15 | "& c #85827E", 16 | "* c #E7E6E5", 17 | "= c #E9E8E7", 18 | "- c #E5E4E3", 19 | "; c #DEDCDA", 20 | ": c #D6D4D2", 21 | "> c #DCDAD8", 22 | ", c #E6E5E4", 23 | "< c #E4E3E2", 24 | "1 c #E8E7E6", 25 | "2 c #DBD9D7", 26 | "3 c #EAE9E8", 27 | "4 c #D4D2D0", 28 | "5 c #DAD8D6", 29 | /* pixels */ 30 | "&&&&&&&&&&&&&&&&&&&&", 31 | "OOOOOOOOOOOOOOOOOOOO", 32 | "$$$$$$$$$$$$$$$$$$$$", 33 | "33333333333333333333", 34 | "====================", 35 | "11111111111111111111", 36 | "********************", 37 | ",,,,,,,,,,,,,,,,,,,,", 38 | "--------------------", 39 | "<<<<<<<<<<<<<<<<<<<<", 40 | "@@@@@@@@@@@@@@@@@@@@", 41 | "####################", 42 | ";;;;;;;;;;;;;;;;;;;;", 43 | "++++++++++++++++++++", 44 | ">>>>>>>>>>>>>>>>>>>>", 45 | "22222222222222222222", 46 | "55555555555555555555", 47 | "XXXXXXXXXXXXXXXXXXXX", 48 | "oooooooooooooooooooo", 49 | "%%%%%%%%%%%%%%%%%%%%", 50 | "::::::::::::::::::::", 51 | " ", 52 | "44444444444444444444", 53 | "...................." 54 | }; 55 | -------------------------------------------------------------------------------- /xfwm4/hide-inactive.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char *hide_inactive[] = { 3 | /* columns rows colors chars-per-pixel */ 4 | "20 24 42 1 ", 5 | " c #918E8A", 6 | ". c #FEFEFE", 7 | "X c #F9F8F8", 8 | "o c gray100", 9 | "O c #FDFDFD", 10 | "+ c #D4D2D0", 11 | "@ c #9D9996", 12 | "# c #85827E", 13 | "$ c #6B6A6A", 14 | "% c #EDECEB", 15 | "& c #F6F5F5", 16 | "* c #E4E3E2", 17 | "= c #F0EEEE", 18 | "- c #D9D7D5", 19 | "; c #EBE9E9", 20 | ": c #E7E5E4", 21 | "> c #DBD9D8", 22 | ", c #F2F0F0", 23 | "< c #F4F3F3", 24 | "1 c #D5D3D1", 25 | "2 c #DEDCDA", 26 | "3 c #E2E1DF", 27 | "4 c #EBEAE9", 28 | "5 c #E0DEDD", 29 | "6 c #E2E1E0", 30 | "7 c #F2F1F0", 31 | "8 c #CECBC9", 32 | "9 c #E1DFDE", 33 | "0 c #EAE9E8", 34 | "q c #DEDDDC", 35 | "w c #D6D4D2", 36 | "e c #DCDBDA", 37 | "r c #DEDCDB", 38 | "t c #D0CECB", 39 | "y c #E1E0DF", 40 | "u c #E0DFDE", 41 | "i c #DDDBDA", 42 | "p c #DFDDDC", 43 | "a c #E2E0DF", 44 | "s c #E3E2E1", 45 | "d c #DCDAD9", 46 | "f c #DFDDDB", 47 | /* pixels */ 48 | "####################", 49 | "XXXXXXXXXXXXXXXXXXXX", 50 | "442--------------244", 51 | "0>t t>0", 52 | ">8 7oooooooooooo7 8>", 53 | "> %oooooooooooooo3 >", 54 | "> o..............X >", 55 | "d o..............X d", 56 | "e o..............X e", 57 | "i o..............X i", 58 | "r oOOOOOOOOOOOOOOX r", 59 | "q oOOOOOOOOOOOOOOX q", 60 | "p oXXXXXXXXXXXXXXX p", 61 | "5 o&&&&&&&&&&&&&&X 5", 62 | "u o<<<$$$$$$$$<< c #E7E5E4", 22 | ", c #DBD9D8", 23 | "< c #F2F0F0", 24 | "1 c #DEDCDA", 25 | "2 c #E2E1DF", 26 | "3 c #D5D3D1", 27 | "4 c #EBEAE9", 28 | "5 c #E0DEDD", 29 | "6 c #D0CECB", 30 | "7 c #DEDCDB", 31 | "8 c #DFDDDB", 32 | "9 c #E1DFDE", 33 | "0 c #F2F1F0", 34 | "q c #E0DFDE", 35 | "w c #D6D4D2", 36 | "e c #DCDBDA", 37 | "r c #E1E0DF", 38 | "t c #DCDAD9", 39 | "y c #DFDDDC", 40 | "u c #DEDDDC", 41 | "i c #DDDBDA", 42 | "p c #EAE9E8", 43 | "a c #E2E0DF", 44 | "s c #E3E2E1", 45 | "d c #CECBC9", 46 | "f c #E2E1E0", 47 | /* pixels */ 48 | "$$$$$$$$$$$$$$$$$$$$", 49 | "....................", 50 | "441==============144", 51 | "p,6 6,p", 52 | ",d 0oooooooooooo0 d,", 53 | ", %oooooooooooooo2 ,", 54 | ", oXXXXXXXXXXXXXX. ,", 55 | "t oXXXXXXXXXXXXXX. t", 56 | "e oXXXOOOOOOOOXXX. e", 57 | "i oXXXOOOOOOOOXXX. i", 58 | "7 o+++O++++++O+++. 7", 59 | "u o+++O++++++O+++. u", 60 | "y o...O......O.... y", 61 | "5 o;;;O;;;;;;O;;;. 5", 62 | "q o:::O::::::O:::. q", 63 | "r o<<>>>>>>>>>>>@ 28", 68 | "w15 51w", 69 | "339&&&&&&&&&&&&&&933", 70 | "@@@@@@@@@@@@@@@@@@@@", 71 | "####################" 72 | }; 73 | -------------------------------------------------------------------------------- /xfwm4/maximize-toggled-inactive.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char *maximize_toggled_inactive[] = { 3 | /* columns rows colors chars-per-pixel */ 4 | "20 24 42 1 ", 5 | " c #918E8A", 6 | ". c #FEFEFE", 7 | "X c #F9F8F8", 8 | "o c gray100", 9 | "O c #6B6A6A", 10 | "+ c #D4D2D0", 11 | "@ c #85827E", 12 | "# c #FDFDFD", 13 | "$ c #9D9996", 14 | "% c #EDECEB", 15 | "& c #F2F0F0", 16 | "* c #F0EEEE", 17 | "= c #E4E3E2", 18 | "- c #D9D7D5", 19 | "; c #EBE9E9", 20 | ": c #F6F5F5", 21 | "> c #E7E5E4", 22 | ", c #F4F3F3", 23 | "< c #DBD9D8", 24 | "1 c #D5D3D1", 25 | "2 c #DEDCDA", 26 | "3 c #E2E1DF", 27 | "4 c #EBEAE9", 28 | "5 c #E0DEDD", 29 | "6 c #E2E0DF", 30 | "7 c #DCDBDA", 31 | "8 c #CECBC9", 32 | "9 c #F2F1F0", 33 | "0 c #EAE9E8", 34 | "q c #E0DFDE", 35 | "w c #D6D4D2", 36 | "e c #E2E1E0", 37 | "r c #DFDDDB", 38 | "t c #E3E2E1", 39 | "y c #DCDAD9", 40 | "u c #DEDCDB", 41 | "i c #DDDBDA", 42 | "p c #E1E0DF", 43 | "a c #DEDDDC", 44 | "s c #D0CECB", 45 | "d c #DFDDDC", 46 | "f c #E1DFDE", 47 | /* pixels */ 48 | "@@@@@@@@@@@@@@@@@@@@", 49 | "XXXXXXXXXXXXXXXXXXXX", 50 | "442--------------244", 51 | "0>>>>>>>>>>>+ 3r", 68 | "w25 52w", 69 | "11f==============f11", 70 | "++++++++++++++++++++", 71 | "$$$$$$$$$$$$$$$$$$$$" 72 | }; 73 | -------------------------------------------------------------------------------- /xfwm4/hide-active.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char *hide_active[] = { 3 | /* columns rows colors chars-per-pixel */ 4 | "20 24 45 1 ", 5 | " c #48668A", 6 | ". c #4E76A8", 7 | "X c #B2CCED", 8 | "o c #86ABD9", 9 | "O c #9EBDE5", 10 | "+ c #455D7C", 11 | "@ c #7AA1D1", 12 | "# c #97B8E2", 13 | "$ c #E1EAF6", 14 | "% c #95B6E1", 15 | "& c #82A8D7", 16 | "* c #9BBBE4", 17 | "= c #99B9E3", 18 | "- c #7AA2D2", 19 | "; c #78A0D1", 20 | ": c #93B5E0", 21 | "> c #91B3DF", 22 | ", c #94B6E1", 23 | "< c #749DCF", 24 | "1 c #81A7D6", 25 | "2 c #7DA4D4", 26 | "3 c #83A9D7", 27 | "4 c #8DB1DD", 28 | "5 c #7099CC", 29 | "6 c #7BA2D2", 30 | "7 c #8BAFDC", 31 | "8 c #84A9D8", 32 | "9 c #7FA5D5", 33 | "0 c #99BAE3", 34 | "q c #7EA5D4", 35 | "w c #84A9D7", 36 | "e c #89ADDA", 37 | "r c #8DB0DC", 38 | "t c #87ABD9", 39 | "y c #88ADDB", 40 | "u c #83A8D7", 41 | "i c #8AAEDB", 42 | "p c #90B2DE", 43 | "a c #80A6D5", 44 | "s c #7CA3D3", 45 | "d c #648EC3", 46 | "f c #729BCD", 47 | "g c #8CAFDB", 48 | "h c #86AAD8", 49 | "j c #8FB1DD", 50 | /* pixels */ 51 | "++++++++++++++++++++", 52 | "XXXXXXXXXXXXXXXXXXXX", 53 | "00o&&&&&&&&&&&&&&o00", 54 | "#8f f8#", 55 | "85 7XXXXXXXXXXXX7 58", 56 | "2 oOOOOOOOOOOOOOO5 2", 57 | "q O**************o q", 58 | "a O==============o a", 59 | "1 O##############o 1", 60 | "u O%%%%%%%%%%%%%%o u", 61 | "w O::::::::::::::o w", 62 | "h O>>>>>>>>>>>>>>o h", 63 | "t Oooooooooooooooo t", 64 | "e O33..........33o e", 65 | "i O11.$$$$$$$$.11o i", 66 | "g O99.$$$$$$$$.99o g", 67 | "r O22..........22o r", 68 | "j O--------------o j", 69 | "p o;;;;;;;;;;;;;;5 p", 70 | "y4 d<<<<<<<<<<< c #81A7D6", 22 | ", c #97B8E2", 23 | "< c #7DA4D4", 24 | "1 c #7099CC", 25 | "2 c #8BAFDC", 26 | "3 c #8DB1DD", 27 | "4 c #95B6E1", 28 | "5 c #7FA5D5", 29 | "6 c #99B9E3", 30 | "7 c #99BAE3", 31 | "8 c #7BA2D2", 32 | "9 c #93B5E0", 33 | "0 c #84A9D8", 34 | "q c #8FB1DD", 35 | "w c #84A9D7", 36 | "e c #8AAEDB", 37 | "r c #86AAD8", 38 | "t c #729BCD", 39 | "y c #8DB0DC", 40 | "u c #7CA3D3", 41 | "i c #8CAFDB", 42 | "p c #83A8D7", 43 | "a c #89ADDA", 44 | "s c #88ADDB", 45 | "d c #80A6D5", 46 | "f c #90B2DE", 47 | "g c #7EA5D4", 48 | "h c #87ABD9", 49 | "j c #648EC3", 50 | /* pixels */ 51 | "@@@@@@@@@@@@@@@@@@@@", 52 | "oooooooooooooooooooo", 53 | "77+==============+77", 54 | ",0t..............t0,", 55 | "01.2oooooooooooo2.10", 56 | "<.+OOOOOOOOOOOOOO1.<", 57 | "g.O%%%%%%%%%%%%%%+.g", 58 | "d.O66 66+.d", 59 | ">.O,, XXXXXXXX ,,+.>", 60 | "p.O44 XXXXXXXX 44+.p", 61 | "w.O99 X X 99+.w", 62 | "r.O;; X ;;;; X ;;+.r", 63 | "h.O++ X ++++ X +++.h", 64 | "a.O:: X :::: X ::+.a", 65 | "e.O>> X X >>+.e", 66 | "i.O55 XXXXXXXX 55+.i", 67 | "y.O<< <<+.y", 68 | "q.O&&&&&&&&&&&&&&+.q", 69 | "f.+**************1.f", 70 | "s3.j------------j.3s", 71 | "u+2..............2+u", 72 | "883$$$$$$$$$$$$$$388", 73 | "####################", 74 | " " 75 | }; 76 | -------------------------------------------------------------------------------- /xfwm4/maximize-toggled-active.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char *maximize_toggled_active[] = { 3 | /* columns rows colors chars-per-pixel */ 4 | "20 24 47 1 ", 5 | " c #48668A", 6 | ". c #4E76A8", 7 | "X c #86ABD9", 8 | "o c #9EBDE5", 9 | "O c #E1EAF6", 10 | "+ c #455D7C", 11 | "@ c #7AA1D1", 12 | "# c #99BAE3", 13 | "$ c #7DA4D4", 14 | "% c #78A0D1", 15 | "& c #7AA2D2", 16 | "* c #94B6E1", 17 | "= c #9BBBE4", 18 | "- c #99B9E3", 19 | "; c #82A8D7", 20 | ": c #749DCF", 21 | "> c #B2CCED", 22 | ", c #81A7D6", 23 | "< c #97B8E2", 24 | "1 c #95B6E1", 25 | "2 c #91B3DF", 26 | "3 c #7FA5D5", 27 | "4 c #83A9D7", 28 | "5 c #93B5E0", 29 | "6 c #84A9D8", 30 | "7 c #7099CC", 31 | "8 c #7BA2D2", 32 | "9 c #8DB1DD", 33 | "0 c #97B9E2", 34 | "q c #8BAFDC", 35 | "w c #8CAFDB", 36 | "e c #83A8D7", 37 | "r c #8AAEDB", 38 | "t c #8FB1DD", 39 | "y c #90B2DE", 40 | "u c #7EA5D4", 41 | "i c #7CA3D3", 42 | "p c #80A6D5", 43 | "a c #88ADDB", 44 | "s c #648EC3", 45 | "d c #86AAD8", 46 | "f c #729BCD", 47 | "g c #8DB0DC", 48 | "h c #84A9D7", 49 | "j c #89ADDA", 50 | "k c #96B8E1", 51 | "l c #87ABD9", 52 | /* pixels */ 53 | "++++++++++++++++++++", 54 | "####################", 55 | "00X;;;;;;;;;;;;;;X00", 56 | "k6f f6k", 57 | "67 q>>>>>>>>>>>>q 76", 58 | "$ Xoooooooooooooo7 $", 59 | "u o==============X u", 60 | "p o--------------X p", 61 | ", o<<<........<< c #769ED0", 22 | ", c #6690C4", 23 | "< c #97B8E2", 24 | "1 c #7BA2D2", 25 | "2 c #749CCF", 26 | "3 c #739BCE", 27 | "4 c #739CCE", 28 | "5 c #729ACD", 29 | "6 c #7CA3D3", 30 | "7 c #7DA4D3", 31 | "8 c #96B7E1", 32 | "9 c #89ADDA", 33 | "0 c #B7D0EF", 34 | "q c #9BBAE2", 35 | "w c #80A6D5", 36 | "e c #7EA5D4", 37 | "r c #94B5DF", 38 | "t c #97B8E0", 39 | "y c #8DB1DD", 40 | "u c #9EBDE4", 41 | "i c #90B2DD", 42 | "p c #8FB2DE", 43 | "a c #94B6E0", 44 | "s c #8CB0DC", 45 | "d c #ACC8EA", 46 | "f c #B3CDED", 47 | "g c #84AAD8", 48 | "h c #82A8D6", 49 | "j c #A9C5E8", 50 | "k c #83A9D7", 51 | "l c #8DB0DC", 52 | "z c #93B5E0", 53 | "x c #A5C2E7", 54 | "c c #81A7D6", 55 | "v c #B0CAEB", 56 | "b c #A2C0E5", 57 | "n c #90B3DE", 58 | "m c #92B4DF", 59 | /* pixels */ 60 | " ", 61 | "OOOOOOOOOOOOOOOOOOOO", 62 | "++++++++++++++++++++", 63 | "<<< <<<", 64 | "88 XXXXXXXXXXXXXX 08", 65 | "a ,*************** 0", 66 | "z ,::::::::::::::: f", 67 | "m ,=============== v", 68 | "n ,;;;;;;;;;;;;;;; d", 69 | "p ,&&&&&&&&&&&&&&& j", 70 | "y ,%%%%%%%%%%%%%%% x", 71 | "s ,>>>>>>>>>>>>>>> b", 72 | "@ ,$$$$$$$$$$$$$$$ u", 73 | "g ,22..........222 q", 74 | "k ,44.########.444 t", 75 | "h ,33.########.333 r", 76 | "c ,55..........555 i", 77 | "w ,--------------- l", 78 | "e ,XXXXXXXXXXXXXXX 9", 79 | "77 XXXXXXXXXXXXXX 97", 80 | "66@ @66", 81 | "111@@@@@@@@@@@@@@111", 82 | "oooooooooooooooooooo", 83 | "...................." 84 | }; 85 | -------------------------------------------------------------------------------- /xfwm4/maximize-pressed.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char *maximize_pressed[] = { 3 | /* columns rows colors chars-per-pixel */ 4 | "20 24 54 1 ", 5 | " c #455D7C", 6 | ". c #4E76A8", 7 | "X c #7099CC", 8 | "o c #E1EAF6", 9 | "O c #B2CCED", 10 | "+ c #7AA1D1", 11 | "@ c #99BAE3", 12 | "# c #86ABD9", 13 | "$ c #7BA2D3", 14 | "% c #7AA1D2", 15 | "& c #719ACD", 16 | "* c #6690C4", 17 | "= c #749CCF", 18 | "- c #769ED0", 19 | "; c #759DCF", 20 | ": c #7BA2D2", 21 | "> c #97B8E2", 22 | ", c #739BCE", 23 | "< c #779FD1", 24 | "1 c #79A0D2", 25 | "2 c #78A0D1", 26 | "3 c #739CCE", 27 | "4 c #729ACD", 28 | "5 c #779ED0", 29 | "6 c #7CA3D3", 30 | "7 c #7DA4D3", 31 | "8 c #96B7E1", 32 | "9 c #B7D0EF", 33 | "0 c #89ADDA", 34 | "q c #81A7D6", 35 | "w c #B0CAEB", 36 | "e c #97B8E0", 37 | "r c #92B4DF", 38 | "t c #94B6E0", 39 | "y c #9BBAE2", 40 | "u c #93B5E0", 41 | "i c #A2C0E5", 42 | "p c #84AAD8", 43 | "a c #80A6D5", 44 | "s c #90B3DE", 45 | "d c #A9C5E8", 46 | "f c #B3CDED", 47 | "g c #90B2DD", 48 | "h c #8CB0DC", 49 | "j c #8DB1DD", 50 | "k c #8FB2DE", 51 | "l c #94B5DF", 52 | "z c #83A9D7", 53 | "x c #7EA5D4", 54 | "c c #9EBDE4", 55 | "v c #82A8D6", 56 | "b c #A5C2E7", 57 | "n c #8DB0DC", 58 | "m c #ACC8EA", 59 | /* pixels */ 60 | " ", 61 | "OOOOOOOOOOOOOOOOOOOO", 62 | "@@@@@@@@@@@@@@@@@@@@", 63 | ">>> >>>", 64 | "88 XXXXXXXXXXXXXX 98", 65 | "t *$$$$$$$$$$$$$$$ 9", 66 | "u *%%%%%%%%%%%%%%% f", 67 | "r *11..........111 w", 68 | "s *22.oooooooo.222 m", 69 | "k *<<.oooooooo.<<< d", 70 | "j *55.o......o.555 b", 71 | "h *--.o.----.o.--- i", 72 | "# *;;.o.;;;;.o.;;; c", 73 | "p *==.o.====.o.=== y", 74 | "z *33.o......o.333 e", 75 | "v *,,.oooooooo.,,, l", 76 | "q *44..........444 g", 77 | "a *&&&&&&&&&&&&&&& n", 78 | "x *XXXXXXXXXXXXXXX 0", 79 | "77 XXXXXXXXXXXXXX 07", 80 | "66# #66", 81 | ":::##############:::", 82 | "++++++++++++++++++++", 83 | "...................." 84 | }; 85 | -------------------------------------------------------------------------------- /xfwm4/maximize-toggled-pressed.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char *maximize_toggled_pressed[] = { 3 | /* columns rows colors chars-per-pixel */ 4 | "20 24 54 1 ", 5 | " c #455D7C", 6 | ". c #4E76A8", 7 | "X c #7099CC", 8 | "o c #E1EAF6", 9 | "O c #7AA1D1", 10 | "+ c #99BAE3", 11 | "@ c #97B9E2", 12 | "# c #86ABD9", 13 | "$ c #7BA2D3", 14 | "% c #79A0D2", 15 | "& c #7AA1D2", 16 | "* c #729ACD", 17 | "= c #719ACD", 18 | "- c #6690C4", 19 | "; c #759DCF", 20 | ": c #769ED0", 21 | "> c #78A0D1", 22 | ", c #749CCF", 23 | "< c #779FD1", 24 | "1 c #739CCE", 25 | "2 c #739BCE", 26 | "3 c #779ED0", 27 | "4 c #7BA2D2", 28 | "5 c #96B8E1", 29 | "6 c #7CA3D3", 30 | "7 c #95B7E1", 31 | "8 c #7DA4D3", 32 | "9 c #B7D0EF", 33 | "0 c #89ADDA", 34 | "q c #9EBDE4", 35 | "w c #7EA5D4", 36 | "e c #8DB1DD", 37 | "r c #A5C2E7", 38 | "t c #91B4DF", 39 | "y c #93B6E0", 40 | "u c #A9C5E8", 41 | "i c #92B5DF", 42 | "p c #83A9D7", 43 | "a c #94B5DF", 44 | "s c #81A7D6", 45 | "d c #8EB2DD", 46 | "f c #8CB0DC", 47 | "g c #90B2DD", 48 | "h c #8DB0DC", 49 | "j c #82A8D6", 50 | "k c #90B3DE", 51 | "l c #A2C0E5", 52 | "z c #80A6D5", 53 | "x c #B0CAEB", 54 | "c c #ACC8EA", 55 | "v c #97B8E0", 56 | "b c #84AAD8", 57 | "n c #9BBAE2", 58 | "m c #B3CDED", 59 | /* pixels */ 60 | " ", 61 | "++++++++++++++++++++", 62 | "@@@@@@@@@@@@@@@@@@@@", 63 | "555 555", 64 | "77 XXXXXXXXXXXXXX 97", 65 | "y -$$$$$$$$$$$$$$$ 9", 66 | "i -&&&&&&&&&&&&&&& m", 67 | "t -%%%%%%%%%%%%%%% x", 68 | "k ->>>........>>>> c", 69 | "d -<<<.oooooo.<<<< u", 70 | "e -333.oooooo.3333 r", 71 | "f -:::.o....o.:::: l", 72 | "# -;;;.o.;;.o.;;;; q", 73 | "b -,,,.o....o.,,,, n", 74 | "p -111.oooooo.1111 v", 75 | "j -222........2222 a", 76 | "s -*************** g", 77 | "z -=============== h", 78 | "w -XXXXXXXXXXXXXXX 0", 79 | "88 XXXXXXXXXXXXXX 08", 80 | "66# #66", 81 | "444##############444", 82 | "OOOOOOOOOOOOOOOOOOOO", 83 | "...................." 84 | }; 85 | -------------------------------------------------------------------------------- /xfwm4/close-active.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char *close_active[] = { 3 | /* columns rows colors chars-per-pixel */ 4 | "20 24 66 1 ", 5 | " c #48668A", 6 | ". c #B2CCED", 7 | "X c #9EBDE5", 8 | "o c #86ABD9", 9 | "O c #4E76A8", 10 | "+ c #455D7C", 11 | "@ c #7AA1D1", 12 | "# c #CEDBED", 13 | "$ c #78A0D1", 14 | "% c #82A8D7", 15 | "& c #94B6E1", 16 | "* c #9BBBE4", 17 | "= c #7AA2D2", 18 | "- c #E1EAF6", 19 | "; c #749DCF", 20 | ": c #7DA4D4", 21 | "> c #CFDCED", 22 | ", c #5A80AF", 23 | "< c #99B9E3", 24 | "1 c #81A7D6", 25 | "2 c #91B3DF", 26 | "3 c #97B8E2", 27 | "4 c #7BA2D2", 28 | "5 c #7099CC", 29 | "6 c #99BAE3", 30 | "7 c #5A7FAE", 31 | "8 c #8BAFDC", 32 | "9 c #93B5E0", 33 | "0 c #84A9D8", 34 | "q c #7FA5D5", 35 | "w c #5A80AE", 36 | "e c #8DB1DD", 37 | "r c #7293BC", 38 | "t c #95B6E1", 39 | "y c #557BAC", 40 | "u c #537AAB", 41 | "i c #83A9D7", 42 | "p c #7EA5D4", 43 | "a c #88ADDB", 44 | "s c #7B9ECC", 45 | "d c #89ADDA", 46 | "f c #648EC3", 47 | "g c #83A8D7", 48 | "h c #6D94C5", 49 | "j c #80A2CF", 50 | "k c #7C9FCD", 51 | "l c #6F95C5", 52 | "z c #8FB1DD", 53 | "x c #7197C7", 54 | "c c #8DB0DC", 55 | "v c #7CA3D3", 56 | "b c #90B2DE", 57 | "n c #80A6D5", 58 | "m c #87ABD9", 59 | "M c #8CAFDB", 60 | "N c #8AAEDB", 61 | "B c #84A9D7", 62 | "V c #DCE7F4", 63 | "C c #729BCD", 64 | "Z c #7399C8", 65 | "A c #7EA1CE", 66 | "S c #86AAD8", 67 | "D c #C3D3E9", 68 | "F c #BACFEC", 69 | "G c #C0D0E8", 70 | "H c #ABC4E4", 71 | /* pixels */ 72 | "++++++++++++++++++++", 73 | "....................", 74 | "66o%%%%%%%%%%%%%%o66", 75 | "30C C03", 76 | "05 8............8 50", 77 | ": oXXXXXXXXXXXXXX5 :", 78 | "p X**************o p", 79 | "n X<<>-#,k99o B", 83 | "S X222s7>-->ws222o S", 84 | "m XoooZw>-->7Zoooo m", 85 | "d Xiix,#->>-#,xiio d", 86 | "N X11y#-#w7#-#y11o N", 87 | "M XqqOG#,ll,#Vrqqo M", 88 | "c X:::Ouh::hurH::o c", 89 | "z X==============o z", 90 | "b o$$$$$$$$$$$$$$5 b", 91 | "ae f;;;;;;;;;;;;f ea", 92 | "vo8 8ov", 93 | "44e&&&&&&&&&&&&&&e44", 94 | "@@@@@@@@@@@@@@@@@@@@", 95 | "OOOOOOOOOOOOOOOOOOOO" 96 | }; 97 | -------------------------------------------------------------------------------- /xfwm4/close-inactive.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char *close_inactive[] = { 3 | /* columns rows colors chars-per-pixel */ 4 | "20 24 66 1 ", 5 | " c #918E8A", 6 | ". c #F9F8F8", 7 | "X c gray100", 8 | "o c #FEFEFE", 9 | "O c #D4D2D0", 10 | "+ c #9D9996", 11 | "@ c #85827E", 12 | "# c #EDECEB", 13 | "$ c #FDFDFD", 14 | "% c #E4E3E2", 15 | "& c #D9D7D5", 16 | "* c #EBE9E9", 17 | "= c #6B6A6A", 18 | "- c #E7E5E4", 19 | "; c #F0EEEE", 20 | ": c #7E7D7D", 21 | "> c #DBD9D8", 22 | ", c #7C7C7C", 23 | "< c #F2F0F0", 24 | "1 c #F6F5F5", 25 | "2 c #7C7B7B", 26 | "3 c #F1F1F1", 27 | "4 c #F4F3F3", 28 | "5 c #EBEAE9", 29 | "6 c #D5D3D1", 30 | "7 c gray95", 31 | "8 c #DEDCDA", 32 | "9 c #E0DEDD", 33 | "0 c #E2E1DF", 34 | "q c #EEEDED", 35 | "w c gray93", 36 | "e c #E2E1E0", 37 | "r c #D6D4D2", 38 | "t c #E9E8E8", 39 | "y c #ECEAEA", 40 | "u c #E1DFDE", 41 | "i c #DEDDDC", 42 | "p c #DCDBDA", 43 | "a c #F2F1F0", 44 | "s c #E0DFDE", 45 | "d c #DFDDDC", 46 | "f c gray97", 47 | "g c #E1E0DF", 48 | "h c #EAE9E8", 49 | "j c #D0CECB", 50 | "k c #CECBC9", 51 | "l c #E3E2E1", 52 | "z c #717070", 53 | "x c #DFDDDB", 54 | "c c #F9F9F9", 55 | "v c #E2E0DF", 56 | "b c gray85", 57 | "n c #DCDAD9", 58 | "m c #DDDBDA", 59 | "M c #EBEAEA", 60 | "N c #DEDCDB", 61 | "B c #E7E5E5", 62 | "V c #7D7C7C", 63 | "C c #7C7A7A", 64 | "Z c #929292", 65 | "A c #7B7B7B", 66 | "S c #CFCDCD", 67 | "D c #B2B1B1", 68 | "F c gray56", 69 | "G c #D0CFCF", 70 | "H c #B9B9B9", 71 | /* pixels */ 72 | "@@@@@@@@@@@@@@@@@@@@", 73 | "....................", 74 | "558&&&&&&&&&&&&&&855", 75 | "h>j j>h", 76 | ">k aXXXXXXXXXXXXa k>", 77 | "> #XXXXXXXXXXXXXX0 >", 78 | "> Xoooooooooooooo. >", 79 | "n XoooocoooocbHoo. n", 80 | "p XoooZ:7oo7:zboo. p", 81 | "m Xoof:=:77:=:foo. m", 82 | "N X$$$3:=V,=:3$$$. N", 83 | "i X$$$$3V==,3$$$$. i", 84 | "d X....w2==2w..... d", 85 | "9 X111M,=CA=,M111. 9", 86 | "s X44q,=,tt,=,q44. s", 87 | "g X<< c #79A0D2", 22 | ", c #769ED0", 23 | "< c #759DCF", 24 | "1 c #7BA2D2", 25 | "2 c #97B8E2", 26 | "3 c #739CCE", 27 | "4 c #78A0D1", 28 | "5 c #779ED0", 29 | "6 c #779FD1", 30 | "7 c #749CCF", 31 | "8 c #739BCE", 32 | "9 c #5A7FAE", 33 | "0 c #7293BC", 34 | "q c #7CA3D3", 35 | "w c #557BAC", 36 | "e c #6990C2", 37 | "r c #537AAB", 38 | "t c #96B7E1", 39 | "y c #7DA4D3", 40 | "u c #89ADDA", 41 | "i c #678EC1", 42 | "p c #678FC1", 43 | "a c #6A91C3", 44 | "s c #6B91C3", 45 | "d c #DCE7F4", 46 | "f c #668DC0", 47 | "g c #B7D0EF", 48 | "h c #688FC1", 49 | "j c #90B3DE", 50 | "k c #A2C0E5", 51 | "l c #A9C2E3", 52 | "z c #A5BFE0", 53 | "x c #90B2DD", 54 | "c c #A5C2E7", 55 | "v c #82A8D6", 56 | "b c #ACC8EA", 57 | "n c #8FB2DE", 58 | "m c #9EBDE4", 59 | "M c #93B5E0", 60 | "N c #9BBAE2", 61 | "B c #83A9D7", 62 | "V c #94B5DF", 63 | "C c #BFD0E7", 64 | "Z c #8DB1DD", 65 | "A c #B3CDED", 66 | "S c #A9C5E8", 67 | "D c #84AAD8", 68 | "F c #8CB0DC", 69 | "G c #92B4DF", 70 | "H c #B0CAEB", 71 | "J c #BECFE6", 72 | "K c #97B8E0", 73 | "L c #81A7D6", 74 | "P c #8DB0DC", 75 | "I c #80A6D5", 76 | "U c #94B6E0", 77 | "Y c #7EA5D4", 78 | /* pixels */ 79 | " ", 80 | "OOOOOOOOOOOOOOOOOOOO", 81 | "oooooooooooooooooooo", 82 | "222 222", 83 | "tt .............. gt", 84 | "U *%%%%%%%%%%%%%%% g", 85 | "M *&&&&&&&&&&&&&&& A", 86 | "G *>>>Xrs>>sr0l>>> H", 87 | "j *44XC#-aa-#d0444 b", 88 | "n *66w#=#9-#=#w666 S", 89 | "Z *55e-#=::=#-e555 c", 90 | "F *,,,e9:==:-e,,,, k", 91 | "@ *<< 2 | 3 | 4 | 18 | 20 | 38 | 47 | 48 | 50 | 51 | 53 | image/svg+xml 54 | 56 | 57 | 58 | 59 | 60 | 65 | 75 | 76 | 77 | -------------------------------------------------------------------------------- /_src/menuitem-radio.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 18 | 20 | 38 | 47 | 48 | 50 | 51 | 53 | image/svg+xml 54 | 56 | 57 | 58 | 59 | 60 | 65 | 75 | 76 | 77 | -------------------------------------------------------------------------------- /_src/menuitem-checkbox-hover.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 21 | 23 | 42 | 51 | 52 | 54 | 55 | 57 | image/svg+xml 58 | 60 | 61 | 62 | 63 | 64 | 69 | 78 | 79 | 80 | -------------------------------------------------------------------------------- /_src/menuitem-checkbox-insensitive.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 21 | 23 | 42 | 51 | 52 | 54 | 55 | 57 | image/svg+xml 58 | 60 | 61 | 62 | 63 | 64 | 69 | 78 | 79 | 80 | -------------------------------------------------------------------------------- /_src/menuitem-radio-hover.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 21 | 23 | 42 | 51 | 52 | 54 | 55 | 57 | image/svg+xml 58 | 60 | 61 | 62 | 63 | 64 | 69 | 79 | 80 | 81 | -------------------------------------------------------------------------------- /_src/menuitem-radio-insensitive.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 21 | 23 | 42 | 51 | 52 | 54 | 55 | 57 | image/svg+xml 58 | 60 | 61 | 62 | 63 | 64 | 69 | 79 | 80 | 81 | -------------------------------------------------------------------------------- /gtk-2.0/applications.rc: -------------------------------------------------------------------------------- 1 | # Workaround for the evolution ETable (bug #527532) 2 | widget_class "*.." style "treeview_header" 3 | # Workaround for the evolution ETree 4 | widget_class "*.." style "treeview_header" 5 | 6 | # Special case the nautilus-extra-view-widget 7 | # ToDo: A more generic approach for all applications that have a widget like this. 8 | widget "*.nautilus-extra-view-widget" style : highest "nautilus_location" 9 | 10 | # Work around for http://bugzilla.gnome.org/show_bug.cgi?id=382646 11 | # Note that this work around assumes that the combobox is _not_ in appears-as-list mode. 12 | widget_class "*.." style "text_is_fg_color_workaround" 13 | # This is the part of the workaround that fixes the menus 14 | widget "*.gtk-combobox-popup-menu.*" style "menuitem_text_is_fg_color_workaround" 15 | 16 | # Work around the usage of GtkLabel inside GtkListItems to display text. 17 | # This breaks because the label is shown on a background that is based on the base color. 18 | widget_class "**" style "fg_is_text_color_workaround" 19 | # GtkCList also uses the fg color to draw text on top of the base colors. 20 | widget_class "*" style "fg_is_text_color_workaround" 21 | # Nautilus when renaming files, and maybe other places. 22 | widget_class "*" style "fg_is_text_color_workaround" 23 | 24 | # See the documentation of the style. 25 | widget_class "EShellWindow.GtkVBox.BonoboDock.BonoboDockBand.BonoboDockItem*" style "evo_new_button_workaround" 26 | 27 | ########################################################################## 28 | # Chromium. 29 | ########################################################################## 30 | 31 | style "chromium_toolbar_button" { 32 | engine "clearlooks" { 33 | colorize_scrollbar = TRUE 34 | reliefstyle = 1 35 | menubarstyle = 2 36 | toolbarstyle = 1 37 | animation = FALSE 38 | radius = 3.0 39 | style = GUMMY 40 | 41 | # Set a hint to disable backward compatibility fallbacks. 42 | hint = "use-hints" 43 | } 44 | } 45 | 46 | style "chrome-hacks" 47 | { 48 | ChromeGtkFrame::frame-color = "#86abd9" 49 | ChromeGtkFrame::frame-gradient-color = "#8cb0dc" 50 | ChromeGtkFrame::frame-gradient-size = 16 51 | ChromeGtkFrame::inactive-frame-color = "#dedcda" 52 | ChromeGtkFrame::inactive-frame-gradient-color = "#e3e2e0" 53 | ChromeGtkFrame::incognito-frame-color = "#4b6e99" 54 | ChromeGtkFrame::incognito-frame-gradient-color = shade (1.02, "#4b6e99") 55 | ChromeGtkFrame::incognito-inactive-frame-color = "#d5d3d1" 56 | ChromeGtkFrame::incognito-inactive-frame-gradient-color = shade (1.02, "#d5d3d1") 57 | ChromeGtkFrame::scrollbar-trough-color = shade (0.9, "#edeceb") 58 | ChromeGtkFrame::scrollbar-slider-prelight-color = shade (1.05, "#86abd9") 59 | ChromeGtkFrame::scrollbar-slider-normal-color = "#86abd9" 60 | } 61 | 62 | class "ChromeGtkFrame" style "chrome-hacks" 63 | widget_class "*Chrom*Button*" style "chromium_toolbar_button" 64 | -------------------------------------------------------------------------------- /_src/menuitem-checkbox-mixed.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 21 | 23 | 42 | 51 | 52 | 54 | 55 | 57 | image/svg+xml 58 | 60 | 61 | 62 | 63 | 64 | 69 | 78 | 83 | 84 | 85 | -------------------------------------------------------------------------------- /_src/menuitem-checkbox-mixed-insensitive.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 21 | 23 | 42 | 51 | 52 | 54 | 55 | 57 | image/svg+xml 58 | 60 | 61 | 62 | 63 | 64 | 69 | 78 | 83 | 84 | 85 | -------------------------------------------------------------------------------- /_src/menuitem-checkbox-mixed-hover.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 21 | 23 | 42 | 51 | 52 | 54 | 55 | 57 | image/svg+xml 58 | 60 | 61 | 62 | 63 | 64 | 69 | 78 | 84 | 85 | 86 | -------------------------------------------------------------------------------- /gtk-3.0/img/border.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 18 | 20 | 43 | 50 | 51 | 53 | 54 | 56 | image/svg+xml 57 | 59 | 60 | 61 | 62 | 63 | 67 | 73 | 82 | 83 | 84 | -------------------------------------------------------------------------------- /_src/menuitem-checkbox-checked-hover.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 21 | 23 | 42 | 51 | 52 | 54 | 55 | 57 | image/svg+xml 58 | 60 | 61 | 62 | 63 | 64 | 69 | 78 | 84 | 85 | 86 | -------------------------------------------------------------------------------- /_src/menuitem-checkbox-checked.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 21 | 23 | 42 | 51 | 52 | 54 | 55 | 57 | image/svg+xml 58 | 60 | 61 | 62 | 63 | 64 | 69 | 78 | 84 | 85 | 86 | -------------------------------------------------------------------------------- /gtk-3.0/img/border-insensitive.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 18 | 20 | 43 | 50 | 51 | 53 | 54 | 56 | image/svg+xml 57 | 59 | 60 | 61 | 62 | 63 | 67 | 73 | 82 | 83 | 84 | -------------------------------------------------------------------------------- /_src/menuitem-checkbox-checked-insensitive.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 21 | 23 | 42 | 51 | 52 | 54 | 55 | 57 | image/svg+xml 58 | 60 | 61 | 62 | 63 | 64 | 69 | 78 | 84 | 85 | 86 | -------------------------------------------------------------------------------- /_src/slider-horz-grip.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 21 | 23 | 43 | 52 | 53 | 55 | 56 | 58 | image/svg+xml 59 | 61 | 62 | 63 | 64 | 65 | 70 | 76 | 81 | 86 | 87 | 88 | -------------------------------------------------------------------------------- /gtk-3.0/img/border-inline-button.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 18 | 20 | 44 | 51 | 52 | 54 | 55 | 57 | image/svg+xml 58 | 60 | 61 | 62 | 63 | 64 | 68 | 71 | 77 | 86 | 87 | 88 | 89 | -------------------------------------------------------------------------------- /_src/slider-vert-grip.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 21 | 23 | 47 | 58 | 59 | 61 | 62 | 64 | image/svg+xml 65 | 67 | 68 | 69 | 70 | 71 | 76 | 81 | 86 | 91 | 92 | 93 | -------------------------------------------------------------------------------- /gtk-3.0/img/border-focused-ptb.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 18 | 20 | 22 | 26 | 30 | 31 | 32 | 55 | 62 | 63 | 65 | 66 | 68 | image/svg+xml 69 | 71 | 72 | 73 | 74 | 75 | 79 | 88 | 97 | 98 | 99 | -------------------------------------------------------------------------------- /gtk-3.0/img/border-focused-switch.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 18 | 20 | 22 | 26 | 30 | 31 | 32 | 55 | 62 | 63 | 65 | 66 | 68 | image/svg+xml 69 | 71 | 72 | 73 | 74 | 75 | 79 | 85 | 94 | 95 | 96 | -------------------------------------------------------------------------------- /wallpapers/clearlooks-phenix.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 39 | 41 | 45 | 52 | 55 | 59 | 63 | 67 | 71 | 72 | 73 | 74 | -------------------------------------------------------------------------------- /gtk-3.0/img/border-focused.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 18 | 20 | 22 | 26 | 30 | 31 | 32 | 55 | 62 | 63 | 65 | 66 | 68 | image/svg+xml 69 | 71 | 72 | 73 | 74 | 75 | 79 | 85 | 94 | 103 | 104 | 105 | -------------------------------------------------------------------------------- /gtk-3.0/img/border-gnome-panel-button.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 21 | 23 | 27 | 31 | 32 | 42 | 45 | 49 | 53 | 54 | 64 | 65 | 86 | 88 | 89 | 91 | image/svg+xml 92 | 94 | 95 | 96 | 97 | 98 | 102 | 111 | 112 | 113 | -------------------------------------------------------------------------------- /_src/radio-unchecked.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 22 | 24 | 26 | 30 | 34 | 35 | 45 | 46 | 64 | 73 | 74 | 76 | 77 | 79 | image/svg+xml 80 | 82 | 83 | 84 | 85 | 86 | 91 | 104 | 117 | 118 | 119 | -------------------------------------------------------------------------------- /_src/radio-unchecked-hover.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 22 | 24 | 26 | 30 | 34 | 35 | 45 | 46 | 64 | 73 | 74 | 76 | 77 | 79 | image/svg+xml 80 | 82 | 83 | 84 | 85 | 86 | 91 | 104 | 117 | 118 | 119 | -------------------------------------------------------------------------------- /_src/radio-unchecked-insensitive.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 22 | 24 | 26 | 30 | 34 | 35 | 45 | 46 | 64 | 73 | 74 | 76 | 77 | 79 | image/svg+xml 80 | 82 | 83 | 84 | 85 | 86 | 91 | 104 | 117 | 118 | 119 | -------------------------------------------------------------------------------- /_src/menuitem-radio-checked-hover.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 22 | 24 | 35 | 37 | 41 | 45 | 46 | 57 | 58 | 77 | 86 | 87 | 89 | 90 | 92 | image/svg+xml 93 | 95 | 96 | 97 | 98 | 99 | 104 | 114 | 127 | 128 | 129 | -------------------------------------------------------------------------------- /_src/menuitem-radio-checked-insensitive.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 22 | 24 | 35 | 37 | 41 | 45 | 46 | 57 | 58 | 77 | 86 | 87 | 89 | 90 | 92 | image/svg+xml 93 | 95 | 96 | 97 | 98 | 99 | 104 | 114 | 127 | 128 | 129 | -------------------------------------------------------------------------------- /_src/menuitem-radio-checked.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 22 | 24 | 35 | 37 | 41 | 45 | 46 | 57 | 58 | 77 | 86 | 87 | 89 | 90 | 92 | image/svg+xml 93 | 95 | 96 | 97 | 98 | 99 | 104 | 114 | 127 | 128 | 129 | -------------------------------------------------------------------------------- /gtk-3.0/applications.css: -------------------------------------------------------------------------------- 1 | /************ 2 | * Nautilus * 3 | ************/ 4 | 5 | .nautilus-desktop.nautilus-canvas-item { 6 | color: @theme_base_color; 7 | text-shadow: 1px 1px alpha (@theme_fg_color, 0.8); 8 | } 9 | 10 | .nautilus-desktop.nautilus-canvas-item:active, 11 | .nautilus-desktop.nautilus-canvas-item:hover, 12 | .nautilus-desktop.nautilus-canvas-item:selected { 13 | text-shadow: none; 14 | } 15 | 16 | .nautilus-desktop .entry { 17 | background-image: none; 18 | border-image: none; 19 | } 20 | 21 | /******************* 22 | * gnome-documents * 23 | *******************/ 24 | 25 | .documents-scrolledwin.frame { 26 | border-width: 1px 0px 0px 0px; 27 | border-radius: 0px; 28 | } 29 | 30 | .documents-main-view.view { 31 | background-color: @theme_base_color; 32 | } 33 | 34 | iconview.documents-main-view.check { 35 | background-repeat: no-repeat; 36 | background-position: center; 37 | background-color: @theme_base_color; 38 | } 39 | 40 | .documents-selection-mode.toolbar { 41 | border-width: 0px; 42 | } 43 | 44 | .documents-selection-mode.toolbar .dim-label { 45 | color: @theme_fg_color; 46 | } 47 | 48 | .documents-icon-bg { 49 | background-color: @switch_trough_active_gradient_a; 50 | border-radius: 3px; 51 | color: @theme_base_color; 52 | } 53 | 54 | .documents-collection-icon { 55 | background-color: @theme_bg_color; 56 | border-radius: 3px; 57 | } 58 | 59 | /***************** 60 | * gnome-weather * 61 | *****************/ 62 | 63 | #weather-page stack > scrolledwindow > viewport.frame, 64 | #weather-page stack > scrolledwindow > viewport.frame > grid > frame { 65 | background-color: transparent; 66 | } 67 | 68 | #weather-page frame.weather-clear .linked.stack-switcher.osd > button, 69 | #weather-page frame.weather-overcast .linked.stack-switcher.osd > button, 70 | #weather-page frame.weather-overcast stack > scrolledwindow > .frame label { 71 | color: @theme_fg_color; 72 | text-shadow: none; 73 | } 74 | 75 | #weather-page frame.weather-clear .linked.stack-switcher.osd > button:checked, 76 | #weather-page frame.weather-overcast .linked.stack-switcher.osd > button:checked { 77 | color: @osd_button_fg_active; 78 | } 79 | 80 | /*************** 81 | * gnome-panel * 82 | ***************/ 83 | 84 | .gnome-panel-menu-bar, 85 | PanelApplet > GtkMenuBar.menubar, 86 | PanelToplevel, 87 | PanelWidget, 88 | PanelApplet { 89 | background-color: @os_chrome_bg_color; 90 | background-image: none; 91 | color: @os_chrome_fg_color; 92 | } 93 | 94 | .gnome-panel-menu-bar, 95 | PanelApplet > GtkMenuBar.menubar, 96 | PanelApplet > GtkMenuBar.menubar.menuitem, 97 | PanelMenuBar.menubar, 98 | PanelMenuBar.menubar.menuitem { 99 | -PanelMenuBar-icon-visible: true; 100 | } 101 | 102 | PanelAppletFrame { 103 | background-color: @applet_frame_bg_color; 104 | background-image: none; 105 | color: @os_chrome_fg_color; 106 | } 107 | 108 | PanelApplet .button, 109 | PanelApplet .button:active, 110 | PanelApplet .button:hover, 111 | PanelApplet .button:hover:active { 112 | border-image: url("img/border-gnome-panel-button.svg") 3 3 4 3 / 3px 3px 4px 3px repeat; 113 | } 114 | 115 | PanelApplet .menu .menuitem *:active { 116 | color: @theme_text_color; 117 | } 118 | 119 | PanelApplet .menu .menuitem *:selected { 120 | color: @theme_selected_fg_color; 121 | } 122 | 123 | PanelWidget > .button { 124 | padding: 0px; 125 | } 126 | 127 | WnckPager { 128 | background-color: @pager_bg_color; 129 | } 130 | 131 | NaTrayApplet { 132 | -NaTrayApplet-icon-padding: 7; 133 | -NaTrayApplet-icon-size: 22; 134 | } 135 | 136 | GsmFailWhaleDialog { 137 | background-color: @os_chrome_bg_color; 138 | background-image: none; 139 | color: @os_chrome_fg_color; 140 | } 141 | 142 | /****************** 143 | * gnome-terminal * 144 | ******************/ 145 | 146 | TerminalScreen { 147 | background-color: @theme_base_color; 148 | color: @theme_fg_color; 149 | } 150 | 151 | /********* 152 | * Unity * 153 | *********/ 154 | 155 | UnityPanelWidget, 156 | .unity-panel { 157 | background-image: none; 158 | background-color: @theme_bg_color; 159 | color: @theme_fg_color; 160 | border-width: 0px; 161 | } 162 | 163 | .unity-panel menubar menuitem:hover { 164 | background-color: @menu_bg_color; 165 | border-style: solid; 166 | border-width: 1px 1px 0px; 167 | border-color: @menubar_menuitem_hover_border_color; 168 | border-radius: 3px 3px 0px 0px; 169 | background-image: -gtk-gradient (linear, 170 | left top, 171 | left bottom, 172 | from (@menubar_menuitem_hover_gradient_a), 173 | color-stop (0.50, @menubar_menuitem_hover_gradient_b), 174 | color-stop (0.50, @menubar_menuitem_hover_gradient_c), 175 | to (@menubar_menuitem_hover_gradient_d)); 176 | } -------------------------------------------------------------------------------- /_src/checkbox-checked.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 22 | 24 | 26 | 30 | 34 | 38 | 42 | 43 | 52 | 53 | 71 | 80 | 81 | 83 | 84 | 86 | image/svg+xml 87 | 89 | 90 | 91 | 92 | 93 | 98 | 107 | 116 | 123 | 124 | 125 | -------------------------------------------------------------------------------- /_src/checkbox-unchecked-insensitive.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 22 | 24 | 33 | 35 | 39 | 43 | 47 | 51 | 52 | 61 | 62 | 82 | 91 | 92 | 94 | 95 | 97 | image/svg+xml 98 | 100 | 101 | 102 | 103 | 104 | 109 | 118 | 127 | 128 | 129 | -------------------------------------------------------------------------------- /_src/checkbox-unchecked.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 22 | 24 | 33 | 35 | 39 | 43 | 47 | 51 | 52 | 62 | 63 | 82 | 91 | 92 | 94 | 95 | 97 | image/svg+xml 98 | 100 | 101 | 102 | 103 | 104 | 109 | 118 | 128 | 129 | 130 | -------------------------------------------------------------------------------- /_src/checkbox-unchecked-hover.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 22 | 24 | 33 | 35 | 39 | 43 | 47 | 51 | 52 | 62 | 63 | 82 | 91 | 92 | 94 | 95 | 97 | image/svg+xml 98 | 100 | 101 | 102 | 103 | 104 | 109 | 118 | 128 | 129 | 130 | -------------------------------------------------------------------------------- /_src/checkbox-mixed.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 22 | 24 | 33 | 35 | 39 | 43 | 47 | 51 | 52 | 62 | 63 | 82 | 91 | 92 | 94 | 95 | 97 | image/svg+xml 98 | 100 | 101 | 102 | 103 | 104 | 109 | 118 | 124 | 134 | 135 | 136 | -------------------------------------------------------------------------------- /_src/checkbox-mixed-hover.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 22 | 24 | 33 | 35 | 39 | 43 | 47 | 51 | 52 | 62 | 63 | 82 | 91 | 92 | 94 | 95 | 97 | image/svg+xml 98 | 100 | 101 | 102 | 103 | 104 | 109 | 118 | 124 | 134 | 135 | 136 | -------------------------------------------------------------------------------- /_src/checkbox-mixed-insensitive.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 22 | 24 | 33 | 35 | 39 | 43 | 47 | 51 | 52 | 62 | 63 | 82 | 91 | 92 | 94 | 95 | 97 | image/svg+xml 98 | 100 | 101 | 102 | 103 | 104 | 109 | 118 | 124 | 134 | 135 | 136 | -------------------------------------------------------------------------------- /_src/scale-slider-horz-hover.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 22 | 24 | 26 | 30 | 34 | 35 | 37 | 41 | 45 | 49 | 50 | 59 | 68 | 69 | 88 | 97 | 98 | 100 | 101 | 103 | image/svg+xml 104 | 106 | 107 | 108 | 109 | 110 | 115 | 124 | 129 | 136 | 143 | 144 | 145 | --------------------------------------------------------------------------------