├── CREDITS ├── LICENSE ├── README ├── README.md ├── gtk-2.0 ├── Arrows │ ├── arrow-down-insens.png │ ├── arrow-down-prelight.png │ ├── arrow-down-pressed.png │ ├── arrow-down.png │ ├── arrow-left-active.png │ ├── arrow-left-insensitive.png │ ├── arrow-left-prelight.png │ ├── arrow-left.png │ ├── arrow-right-active.png │ ├── arrow-right-insensitive.png │ ├── arrow-right-prelight.png │ ├── arrow-right.png │ ├── arrow-up-active.png │ ├── arrow-up-insensitive.png │ ├── arrow-up-prelight.png │ └── arrow-up.png ├── Buttons │ ├── button-default.png │ ├── button-insensitive.png │ ├── button-normal.png │ ├── button-prelight.png │ └── button-pressed.png ├── Check-Radio │ ├── check1.png │ ├── check2.png │ ├── check3.png │ ├── check4.png │ ├── checklight.png │ ├── highlight.png │ ├── menuitem-checkbox-insensitive.png │ ├── menuitem-checkbox-selected.png │ ├── menuitem-checkbox.png │ ├── menuitem-radio-checked-insensitive.png │ ├── menuitem-radio-checked-selected.png │ ├── menuitem-radio-checked.png │ ├── option1.png │ ├── option2.png │ ├── option3.png │ └── option4.png ├── Combo │ ├── combo-arrow-active.png │ ├── combo-arrow-insens.png │ ├── combo-arrow-prelight.png │ ├── combo-arrow.png │ ├── combo-inactive.png │ ├── combo-normal.png │ ├── combo-prelight.png │ ├── combo-pressed.png │ ├── op-ins.png │ ├── op-pre.png │ └── op.png ├── Frame-Gap │ ├── frame-gap-end.png │ ├── frame-gap-start.png │ └── frame1.png ├── Handles │ ├── handle-h.png │ ├── handle-v.png │ └── resize-grip.png ├── Lines │ ├── line-h.png │ ├── line-v.png │ ├── linep-h.png │ └── linep-v.png ├── ListHeaders │ ├── list_header-insens.png │ ├── list_header-prelight.png │ ├── list_header-pressed.png │ ├── list_header.png │ └── tree.png ├── Menu-Menubar │ ├── arrow-right-prelight.png │ ├── arrow-right.png │ ├── menu.png │ ├── menubar-item.png │ ├── menubar.png │ ├── menuitem.png │ └── menuline.png ├── Others │ ├── close.png │ ├── focus.png │ ├── null.png │ ├── ruler.png │ └── tooltip.png ├── Panel │ ├── button-active.png │ ├── button-inactive.png │ ├── button-prelight.png │ ├── handle-h.png │ ├── handle-v.png │ ├── menubar-item.png │ ├── panel-bg.png │ ├── panel-button-active-prelight.png │ ├── panel-button-active.png │ ├── panel-button-inactive.png │ ├── panel-button-prelight.png │ └── panel-menubar.png ├── ProgressBar │ ├── progressbar-pat.png │ ├── trough-progressbar-horiz.png │ └── trough-progressbar.png ├── Scrollbars │ ├── scroll-thumb-horiz.png │ ├── scroll-thumb-vert.png │ ├── slider-horiz-active.png │ ├── slider-horiz-insens.png │ ├── slider-horiz-prelight.png │ ├── slider-horiz.png │ ├── slider-vert-active.png │ ├── slider-vert-insens.png │ ├── slider-vert-prelight.png │ ├── slider-vert.png │ ├── stepper-down-insens.png │ ├── stepper-down-prelight.png │ ├── stepper-down.png │ ├── stepper-left-insens.png │ ├── stepper-left-prelight.png │ ├── stepper-left.png │ ├── stepper-right-insens.png │ ├── stepper-right-prelight.png │ ├── stepper-right.png │ ├── stepper-up-insens.png │ ├── stepper-up-prelight.png │ ├── stepper-up.png │ ├── trough-scrollbar-horiz-insens.png │ ├── trough-scrollbar-horiz.png │ ├── trough-scrollbar-vert-insens.png │ └── trough-scrollbar-vert.png ├── Shadows │ ├── entry-shadow-in-notebook.png │ ├── entry-shadow-in.png │ ├── shadow-etched-in.png │ ├── shadow-etched-out.png │ ├── shadow-in.png │ ├── shadow-none.png │ ├── shadow-out.png │ ├── text-entry-notebook.png │ └── text-entry.png ├── Spin │ ├── arrow-down-active.png │ ├── arrow-down-disable.png │ ├── arrow-down-prelight.png │ ├── arrow-down.png │ ├── arrow-up-active.png │ ├── arrow-up-disable.png │ ├── arrow-up-prelight.png │ ├── arrow-up.png │ ├── entry-shadow-in.png │ ├── spin-down-bg-notebook.png │ ├── spin-down-bg.png │ ├── spin-up-bg-notebook.png │ ├── spin-up-bg.png │ ├── text-entry-focus-notebook.png │ ├── text-entry-focus.png │ ├── text-entry-notebook.png │ └── text-entry.png ├── Tabs │ ├── gap-bottom-left.png │ ├── gap-bottom-right.png │ ├── gap-bottom.png │ ├── gap-left.png │ ├── gap-right.png │ ├── gap-top-left.png │ ├── gap-top-right.png │ ├── gap-top.png │ ├── notebook-bottom.png │ ├── notebook-left.png │ ├── notebook-right.png │ ├── notebook-top.png │ ├── notebook.png │ ├── null.png │ ├── tab-bottom-active.png │ ├── tab-bottom.png │ ├── tab-left-active.png │ ├── tab-left.png │ ├── tab-right-active.png │ ├── tab-right.png │ ├── tab-top-active.png │ └── tab-top.png ├── Toolbar │ ├── toolbar.png │ ├── toolbutton-insensitive.png │ ├── toolbutton-normal.png │ ├── toolbutton-prelight.png │ └── toolbutton-pressed.png ├── gtkrc └── styles │ ├── button │ ├── checkbutton │ ├── combo │ ├── entry │ ├── handlebox │ ├── listheader │ ├── menu-menubar │ ├── murrine-style-images-and-labels │ ├── notebook │ ├── optionmenu │ ├── panel │ ├── progressbar │ ├── radiobutton │ ├── range │ ├── scrollbar │ ├── spin │ ├── statusbar │ ├── toolbar │ └── tooltips ├── gtk-3.0 ├── apps │ ├── budgie.css │ ├── gnome-applications.css │ ├── granite-widgets.css │ ├── nemo.css │ ├── unity.css │ └── xfce.css ├── assets │ ├── arrow.png │ ├── checkbox-checked-hover.svg │ ├── checkbox-checked-insensitive.svg │ ├── checkbox-checked.png │ ├── checkbox-checked.svg │ ├── checkbox-mixed-hover.svg │ ├── checkbox-mixed.svg │ ├── checkbox-unchecked-hover.svg │ ├── checkbox-unchecked-insensitive.svg │ ├── checkbox-unchecked.svg │ ├── grid-selection-checked.svg │ ├── grid-selection-unchecked.svg │ ├── menuitem-checkbox-checked-hover.svg │ ├── menuitem-checkbox-checked-insensitive.svg │ ├── menuitem-checkbox-checked.svg │ ├── menuitem-checkbox-mixed-hover.svg │ ├── menuitem-checkbox-mixed-insensitive.svg │ ├── menuitem-checkbox-mixed-selected.svg │ ├── menuitem-checkbox-mixed.svg │ ├── menuitem-checkbox-unchecked.svg │ ├── menuitem-radio-checked-hover.svg │ ├── menuitem-radio-checked-insensitive.svg │ ├── menuitem-radio-checked.svg │ ├── pane-handle-vertical.svg │ ├── pane-handle.svg │ ├── path5160.png │ ├── radio-mixed-hover.svg │ ├── radio-mixed-insensitive.svg │ ├── radio-mixed.svg │ ├── radio-selected-hover.svg │ ├── radio-selected-insensitive.svg │ ├── radio-selected.svg │ ├── radio-unselected-hover.svg │ ├── radio-unselected-insensitive.svg │ ├── radio-unselected.svg │ ├── slider-active.png │ ├── slider-active@2.png │ ├── slider.png │ ├── slider.svg │ ├── slider@2.png │ ├── spinner-02.svg │ ├── spinner-03.svg │ ├── spinner-04.svg │ ├── spinner-05.svg │ ├── spinner-06.svg │ ├── switch-active-insensitive-selected.png │ ├── switch-active-insensitive-selected@2.png │ ├── switch-active-insensitive.png │ ├── switch-active-insensitive@2.png │ ├── switch-active-selected.png │ ├── switch-active-selected@2.png │ ├── switch-active.png │ ├── switch-active@2.png │ ├── switch-header.png │ ├── switch-header@2.png │ ├── switch-insensitive-header.png │ ├── switch-insensitive-header@2.png │ ├── switch-insensitive-selected.png │ ├── switch-insensitive-selected@2.png │ ├── switch-insensitive.png │ ├── switch-insensitive@2.png │ ├── switch-selected.png │ ├── switch-selected@2.png │ ├── switch.png │ ├── switch.svg │ ├── switch@2.png │ └── titlebar │ │ ├── buttons.svg │ │ ├── titlebutton-close-active.png │ │ ├── titlebutton-close-active@2.png │ │ ├── titlebutton-close-backdrop.png │ │ ├── titlebutton-close-backdrop@2.png │ │ ├── titlebutton-close-hover.png │ │ ├── titlebutton-close-hover@2.png │ │ ├── titlebutton-close.png │ │ ├── titlebutton-close@2.png │ │ ├── titlebutton-max-active.png │ │ ├── titlebutton-max-active@2.png │ │ ├── titlebutton-max-backdrop.png │ │ ├── titlebutton-max-backdrop@2.png │ │ ├── titlebutton-max-hover.png │ │ ├── titlebutton-max-hover@2.png │ │ ├── titlebutton-max.png │ │ ├── titlebutton-max@2.png │ │ ├── titlebutton-min-active.png │ │ ├── titlebutton-min-active@2.png │ │ ├── titlebutton-min-backdrop.png │ │ ├── titlebutton-min-backdrop@2.png │ │ ├── titlebutton-min-hover.png │ │ ├── titlebutton-min-hover@2.png │ │ ├── titlebutton-min.png │ │ └── titlebutton-min@2.png ├── gtk-widgets-assets.css ├── gtk-widgets.css ├── gtk.css ├── settings.ini └── widgets │ ├── assistant.css │ ├── button.css │ ├── calendar.css │ ├── cell-row.css │ ├── check-radio.css │ ├── color-chooser.css │ ├── column-header.css │ ├── combobox.css │ ├── content-view.css │ ├── csd.css │ ├── dialogs.css │ ├── entry.css │ ├── infobar.css │ ├── listbox.css │ ├── menu.css │ ├── notebook.css │ ├── osd.css │ ├── popover.css │ ├── progress-scale.css │ ├── scrollbar.css │ ├── selection-mode.css │ ├── separator.css │ ├── sidebar.css │ ├── spinbutton.css │ ├── spinner.css │ ├── switch.css │ └── toolbar.css ├── index.theme ├── metacity-1 └── metacity-theme-3.xml ├── openbox-3 ├── close.xbm ├── desk.xbm ├── desk_toggled.xbm ├── iconify.xbm ├── max.xbm ├── max_toggled.xbm ├── shade.xbm ├── shade_toggled.xbm └── themerc ├── unity ├── close.png ├── close_focused_normal.png ├── close_focused_prelight.png ├── close_focused_pressed.png ├── close_unfocused.png ├── close_unfocused_prelight.png ├── close_unfocused_pressed.png ├── launcher_icon_back_150.svg ├── launcher_icon_back_54.svg ├── launcher_icon_edge_150.svg ├── launcher_icon_edge_54.svg ├── launcher_icon_glow_200.svg ├── launcher_icon_glow_62.svg ├── launcher_icon_selected_back_150.svg ├── launcher_icon_selected_back_54.svg ├── launcher_icon_shadow_200.svg ├── launcher_icon_shadow_62.svg ├── launcher_icon_shine_150.svg ├── launcher_icon_shine_54.svg ├── maximize.png ├── maximize_focused_normal.png ├── maximize_focused_prelight.png ├── maximize_focused_pressed.png ├── maximize_unfocused.png ├── maximize_unfocused_prelight.png ├── maximize_unfocused_pressed.png ├── minimize.png ├── minimize_focused_normal.png ├── minimize_focused_prelight.png ├── minimize_focused_pressed.png ├── minimize_unfocused.png ├── minimize_unfocused_prelight.png ├── minimize_unfocused_pressed.png ├── minimized.png ├── unmaximize.png ├── unmaximize_focused_normal.png ├── unmaximize_focused_prelight.png ├── unmaximize_focused_pressed.png ├── unmaximize_unfocused.png ├── unmaximize_unfocused_prelight.png └── unmaximize_unfocused_pressed.png └── xfwm4 ├── bottom-active.xpm ├── bottom-inactive.xpm ├── bottom-left-active.xpm ├── bottom-left-inactive.xpm ├── bottom-right-active.xpm ├── bottom-right-inactive.xpm ├── close-active.xpm ├── close-inactive.xpm ├── close-prelight.xpm ├── close-pressed.xpm ├── hide-active.xpm ├── hide-inactive.xpm ├── hide-prelight.xpm ├── hide-pressed.xpm ├── left-active.xpm ├── left-inactive.xpm ├── maximize-active.xpm ├── maximize-inactive.xpm ├── maximize-prelight.xpm ├── maximize-pressed.xpm ├── right-active.xpm ├── right-inactive.xpm ├── themerc ├── title-1-active.xpm ├── title-1-inactive.xpm ├── title-2-active.xpm ├── title-2-inactive.xpm ├── title-3-active.xpm ├── title-3-inactive.xpm ├── title-4-active.xpm ├── title-4-inactive.xpm ├── title-5-active.xpm ├── title-5-inactive.xpm ├── top-left-active.xpm ├── top-left-inactive.xpm ├── top-right-active.xpm └── top-right-inactive.xpm /CREDITS: -------------------------------------------------------------------------------- 1 | For the Original Numix theme which *may* have been used as a base for this ;): 2 | 3 | Joern Konopka 4 | Georgi Karavasilev 5 | David Barr 6 | Satyajit Sahoo 7 | 8 | For Iris: 9 | Me 10 | -------------------------------------------------------------------------------- /README: -------------------------------------------------------------------------------- 1 | Iris Dark is a modern looking flat theme for Gtk. The theme is compatible with GTK 3.10 and GTK 3.12. It also includes a GTK 2.0 theme using Murrine engine. 2 | 3 | --- 4 | 5 | Installation Instructions: 6 | 7 | Extract the zip file to the themes directory i.e. "/usr/share/themes/" 8 | Alternatively, extract it to the ".themes" directory in your home folder if you want the theme to be applied only to you user. 9 | 10 | Use a theme changer such as Gnome Tweak Tool, Ubuntu Tweak or LXappearance to change the the theme to Iris Dark 11 | 12 | --- 13 | 14 | License: GPL-3.0+ 15 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | iris 2 | ==== 3 | 4 | A simple, flat and bold GTK theme. 5 | 6 | This repo was made to host the dark version of the Iris theme. The repository for Iris Light is at http://github.com/xyl0n/iris-light 7 | -------------------------------------------------------------------------------- /gtk-2.0/Arrows/arrow-down-insens.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Arrows/arrow-down-insens.png -------------------------------------------------------------------------------- /gtk-2.0/Arrows/arrow-down-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Arrows/arrow-down-prelight.png -------------------------------------------------------------------------------- /gtk-2.0/Arrows/arrow-down-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Arrows/arrow-down-pressed.png -------------------------------------------------------------------------------- /gtk-2.0/Arrows/arrow-down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Arrows/arrow-down.png -------------------------------------------------------------------------------- /gtk-2.0/Arrows/arrow-left-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Arrows/arrow-left-active.png -------------------------------------------------------------------------------- /gtk-2.0/Arrows/arrow-left-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Arrows/arrow-left-insensitive.png -------------------------------------------------------------------------------- /gtk-2.0/Arrows/arrow-left-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Arrows/arrow-left-prelight.png -------------------------------------------------------------------------------- /gtk-2.0/Arrows/arrow-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Arrows/arrow-left.png -------------------------------------------------------------------------------- /gtk-2.0/Arrows/arrow-right-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Arrows/arrow-right-active.png -------------------------------------------------------------------------------- /gtk-2.0/Arrows/arrow-right-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Arrows/arrow-right-insensitive.png -------------------------------------------------------------------------------- /gtk-2.0/Arrows/arrow-right-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Arrows/arrow-right-prelight.png -------------------------------------------------------------------------------- /gtk-2.0/Arrows/arrow-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Arrows/arrow-right.png -------------------------------------------------------------------------------- /gtk-2.0/Arrows/arrow-up-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Arrows/arrow-up-active.png -------------------------------------------------------------------------------- /gtk-2.0/Arrows/arrow-up-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Arrows/arrow-up-insensitive.png -------------------------------------------------------------------------------- /gtk-2.0/Arrows/arrow-up-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Arrows/arrow-up-prelight.png -------------------------------------------------------------------------------- /gtk-2.0/Arrows/arrow-up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Arrows/arrow-up.png -------------------------------------------------------------------------------- /gtk-2.0/Buttons/button-default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Buttons/button-default.png -------------------------------------------------------------------------------- /gtk-2.0/Buttons/button-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Buttons/button-insensitive.png -------------------------------------------------------------------------------- /gtk-2.0/Buttons/button-normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Buttons/button-normal.png -------------------------------------------------------------------------------- /gtk-2.0/Buttons/button-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Buttons/button-prelight.png -------------------------------------------------------------------------------- /gtk-2.0/Buttons/button-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Buttons/button-pressed.png -------------------------------------------------------------------------------- /gtk-2.0/Check-Radio/check1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Check-Radio/check1.png -------------------------------------------------------------------------------- /gtk-2.0/Check-Radio/check2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Check-Radio/check2.png -------------------------------------------------------------------------------- /gtk-2.0/Check-Radio/check3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Check-Radio/check3.png -------------------------------------------------------------------------------- /gtk-2.0/Check-Radio/check4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Check-Radio/check4.png -------------------------------------------------------------------------------- /gtk-2.0/Check-Radio/checklight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Check-Radio/checklight.png -------------------------------------------------------------------------------- /gtk-2.0/Check-Radio/highlight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Check-Radio/highlight.png -------------------------------------------------------------------------------- /gtk-2.0/Check-Radio/menuitem-checkbox-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Check-Radio/menuitem-checkbox-insensitive.png -------------------------------------------------------------------------------- /gtk-2.0/Check-Radio/menuitem-checkbox-selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Check-Radio/menuitem-checkbox-selected.png -------------------------------------------------------------------------------- /gtk-2.0/Check-Radio/menuitem-checkbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Check-Radio/menuitem-checkbox.png -------------------------------------------------------------------------------- /gtk-2.0/Check-Radio/menuitem-radio-checked-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Check-Radio/menuitem-radio-checked-insensitive.png -------------------------------------------------------------------------------- /gtk-2.0/Check-Radio/menuitem-radio-checked-selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Check-Radio/menuitem-radio-checked-selected.png -------------------------------------------------------------------------------- /gtk-2.0/Check-Radio/menuitem-radio-checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Check-Radio/menuitem-radio-checked.png -------------------------------------------------------------------------------- /gtk-2.0/Check-Radio/option1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Check-Radio/option1.png -------------------------------------------------------------------------------- /gtk-2.0/Check-Radio/option2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Check-Radio/option2.png -------------------------------------------------------------------------------- /gtk-2.0/Check-Radio/option3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Check-Radio/option3.png -------------------------------------------------------------------------------- /gtk-2.0/Check-Radio/option4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Check-Radio/option4.png -------------------------------------------------------------------------------- /gtk-2.0/Combo/combo-arrow-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Combo/combo-arrow-active.png -------------------------------------------------------------------------------- /gtk-2.0/Combo/combo-arrow-insens.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Combo/combo-arrow-insens.png -------------------------------------------------------------------------------- /gtk-2.0/Combo/combo-arrow-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Combo/combo-arrow-prelight.png -------------------------------------------------------------------------------- /gtk-2.0/Combo/combo-arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Combo/combo-arrow.png -------------------------------------------------------------------------------- /gtk-2.0/Combo/combo-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Combo/combo-inactive.png -------------------------------------------------------------------------------- /gtk-2.0/Combo/combo-normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Combo/combo-normal.png -------------------------------------------------------------------------------- /gtk-2.0/Combo/combo-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Combo/combo-prelight.png -------------------------------------------------------------------------------- /gtk-2.0/Combo/combo-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Combo/combo-pressed.png -------------------------------------------------------------------------------- /gtk-2.0/Combo/op-ins.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Combo/op-ins.png -------------------------------------------------------------------------------- /gtk-2.0/Combo/op-pre.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Combo/op-pre.png -------------------------------------------------------------------------------- /gtk-2.0/Combo/op.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Combo/op.png -------------------------------------------------------------------------------- /gtk-2.0/Frame-Gap/frame-gap-end.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Frame-Gap/frame-gap-end.png -------------------------------------------------------------------------------- /gtk-2.0/Frame-Gap/frame-gap-start.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Frame-Gap/frame-gap-start.png -------------------------------------------------------------------------------- /gtk-2.0/Frame-Gap/frame1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Frame-Gap/frame1.png -------------------------------------------------------------------------------- /gtk-2.0/Handles/handle-h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Handles/handle-h.png -------------------------------------------------------------------------------- /gtk-2.0/Handles/handle-v.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Handles/handle-v.png -------------------------------------------------------------------------------- /gtk-2.0/Handles/resize-grip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Handles/resize-grip.png -------------------------------------------------------------------------------- /gtk-2.0/Lines/line-h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Lines/line-h.png -------------------------------------------------------------------------------- /gtk-2.0/Lines/line-v.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Lines/line-v.png -------------------------------------------------------------------------------- /gtk-2.0/Lines/linep-h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Lines/linep-h.png -------------------------------------------------------------------------------- /gtk-2.0/Lines/linep-v.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Lines/linep-v.png -------------------------------------------------------------------------------- /gtk-2.0/ListHeaders/list_header-insens.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/ListHeaders/list_header-insens.png -------------------------------------------------------------------------------- /gtk-2.0/ListHeaders/list_header-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/ListHeaders/list_header-prelight.png -------------------------------------------------------------------------------- /gtk-2.0/ListHeaders/list_header-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/ListHeaders/list_header-pressed.png -------------------------------------------------------------------------------- /gtk-2.0/ListHeaders/list_header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/ListHeaders/list_header.png -------------------------------------------------------------------------------- /gtk-2.0/ListHeaders/tree.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/ListHeaders/tree.png -------------------------------------------------------------------------------- /gtk-2.0/Menu-Menubar/arrow-right-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Menu-Menubar/arrow-right-prelight.png -------------------------------------------------------------------------------- /gtk-2.0/Menu-Menubar/arrow-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Menu-Menubar/arrow-right.png -------------------------------------------------------------------------------- /gtk-2.0/Menu-Menubar/menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Menu-Menubar/menu.png -------------------------------------------------------------------------------- /gtk-2.0/Menu-Menubar/menubar-item.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Menu-Menubar/menubar-item.png -------------------------------------------------------------------------------- /gtk-2.0/Menu-Menubar/menubar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Menu-Menubar/menubar.png -------------------------------------------------------------------------------- /gtk-2.0/Menu-Menubar/menuitem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Menu-Menubar/menuitem.png -------------------------------------------------------------------------------- /gtk-2.0/Menu-Menubar/menuline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Menu-Menubar/menuline.png -------------------------------------------------------------------------------- /gtk-2.0/Others/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Others/close.png -------------------------------------------------------------------------------- /gtk-2.0/Others/focus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Others/focus.png -------------------------------------------------------------------------------- /gtk-2.0/Others/null.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Others/null.png -------------------------------------------------------------------------------- /gtk-2.0/Others/ruler.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Others/ruler.png -------------------------------------------------------------------------------- /gtk-2.0/Others/tooltip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Others/tooltip.png -------------------------------------------------------------------------------- /gtk-2.0/Panel/button-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Panel/button-active.png -------------------------------------------------------------------------------- /gtk-2.0/Panel/button-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Panel/button-inactive.png -------------------------------------------------------------------------------- /gtk-2.0/Panel/button-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Panel/button-prelight.png -------------------------------------------------------------------------------- /gtk-2.0/Panel/handle-h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Panel/handle-h.png -------------------------------------------------------------------------------- /gtk-2.0/Panel/handle-v.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Panel/handle-v.png -------------------------------------------------------------------------------- /gtk-2.0/Panel/menubar-item.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Panel/menubar-item.png -------------------------------------------------------------------------------- /gtk-2.0/Panel/panel-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Panel/panel-bg.png -------------------------------------------------------------------------------- /gtk-2.0/Panel/panel-button-active-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Panel/panel-button-active-prelight.png -------------------------------------------------------------------------------- /gtk-2.0/Panel/panel-button-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Panel/panel-button-active.png -------------------------------------------------------------------------------- /gtk-2.0/Panel/panel-button-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Panel/panel-button-inactive.png -------------------------------------------------------------------------------- /gtk-2.0/Panel/panel-button-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Panel/panel-button-prelight.png -------------------------------------------------------------------------------- /gtk-2.0/Panel/panel-menubar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Panel/panel-menubar.png -------------------------------------------------------------------------------- /gtk-2.0/ProgressBar/progressbar-pat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/ProgressBar/progressbar-pat.png -------------------------------------------------------------------------------- /gtk-2.0/ProgressBar/trough-progressbar-horiz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/ProgressBar/trough-progressbar-horiz.png -------------------------------------------------------------------------------- /gtk-2.0/ProgressBar/trough-progressbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/ProgressBar/trough-progressbar.png -------------------------------------------------------------------------------- /gtk-2.0/Scrollbars/scroll-thumb-horiz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Scrollbars/scroll-thumb-horiz.png -------------------------------------------------------------------------------- /gtk-2.0/Scrollbars/scroll-thumb-vert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Scrollbars/scroll-thumb-vert.png -------------------------------------------------------------------------------- /gtk-2.0/Scrollbars/slider-horiz-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Scrollbars/slider-horiz-active.png -------------------------------------------------------------------------------- /gtk-2.0/Scrollbars/slider-horiz-insens.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Scrollbars/slider-horiz-insens.png -------------------------------------------------------------------------------- /gtk-2.0/Scrollbars/slider-horiz-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Scrollbars/slider-horiz-prelight.png -------------------------------------------------------------------------------- /gtk-2.0/Scrollbars/slider-horiz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Scrollbars/slider-horiz.png -------------------------------------------------------------------------------- /gtk-2.0/Scrollbars/slider-vert-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Scrollbars/slider-vert-active.png -------------------------------------------------------------------------------- /gtk-2.0/Scrollbars/slider-vert-insens.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Scrollbars/slider-vert-insens.png -------------------------------------------------------------------------------- /gtk-2.0/Scrollbars/slider-vert-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Scrollbars/slider-vert-prelight.png -------------------------------------------------------------------------------- /gtk-2.0/Scrollbars/slider-vert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Scrollbars/slider-vert.png -------------------------------------------------------------------------------- /gtk-2.0/Scrollbars/stepper-down-insens.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Scrollbars/stepper-down-insens.png -------------------------------------------------------------------------------- /gtk-2.0/Scrollbars/stepper-down-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Scrollbars/stepper-down-prelight.png -------------------------------------------------------------------------------- /gtk-2.0/Scrollbars/stepper-down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Scrollbars/stepper-down.png -------------------------------------------------------------------------------- /gtk-2.0/Scrollbars/stepper-left-insens.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Scrollbars/stepper-left-insens.png -------------------------------------------------------------------------------- /gtk-2.0/Scrollbars/stepper-left-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Scrollbars/stepper-left-prelight.png -------------------------------------------------------------------------------- /gtk-2.0/Scrollbars/stepper-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Scrollbars/stepper-left.png -------------------------------------------------------------------------------- /gtk-2.0/Scrollbars/stepper-right-insens.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Scrollbars/stepper-right-insens.png -------------------------------------------------------------------------------- /gtk-2.0/Scrollbars/stepper-right-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Scrollbars/stepper-right-prelight.png -------------------------------------------------------------------------------- /gtk-2.0/Scrollbars/stepper-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Scrollbars/stepper-right.png -------------------------------------------------------------------------------- /gtk-2.0/Scrollbars/stepper-up-insens.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Scrollbars/stepper-up-insens.png -------------------------------------------------------------------------------- /gtk-2.0/Scrollbars/stepper-up-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Scrollbars/stepper-up-prelight.png -------------------------------------------------------------------------------- /gtk-2.0/Scrollbars/stepper-up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Scrollbars/stepper-up.png -------------------------------------------------------------------------------- /gtk-2.0/Scrollbars/trough-scrollbar-horiz-insens.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Scrollbars/trough-scrollbar-horiz-insens.png -------------------------------------------------------------------------------- /gtk-2.0/Scrollbars/trough-scrollbar-horiz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Scrollbars/trough-scrollbar-horiz.png -------------------------------------------------------------------------------- /gtk-2.0/Scrollbars/trough-scrollbar-vert-insens.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Scrollbars/trough-scrollbar-vert-insens.png -------------------------------------------------------------------------------- /gtk-2.0/Scrollbars/trough-scrollbar-vert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Scrollbars/trough-scrollbar-vert.png -------------------------------------------------------------------------------- /gtk-2.0/Shadows/entry-shadow-in-notebook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Shadows/entry-shadow-in-notebook.png -------------------------------------------------------------------------------- /gtk-2.0/Shadows/entry-shadow-in.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Shadows/entry-shadow-in.png -------------------------------------------------------------------------------- /gtk-2.0/Shadows/shadow-etched-in.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Shadows/shadow-etched-in.png -------------------------------------------------------------------------------- /gtk-2.0/Shadows/shadow-etched-out.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Shadows/shadow-etched-out.png -------------------------------------------------------------------------------- /gtk-2.0/Shadows/shadow-in.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Shadows/shadow-in.png -------------------------------------------------------------------------------- /gtk-2.0/Shadows/shadow-none.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Shadows/shadow-none.png -------------------------------------------------------------------------------- /gtk-2.0/Shadows/shadow-out.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Shadows/shadow-out.png -------------------------------------------------------------------------------- /gtk-2.0/Shadows/text-entry-notebook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Shadows/text-entry-notebook.png -------------------------------------------------------------------------------- /gtk-2.0/Shadows/text-entry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Shadows/text-entry.png -------------------------------------------------------------------------------- /gtk-2.0/Spin/arrow-down-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Spin/arrow-down-active.png -------------------------------------------------------------------------------- /gtk-2.0/Spin/arrow-down-disable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Spin/arrow-down-disable.png -------------------------------------------------------------------------------- /gtk-2.0/Spin/arrow-down-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Spin/arrow-down-prelight.png -------------------------------------------------------------------------------- /gtk-2.0/Spin/arrow-down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Spin/arrow-down.png -------------------------------------------------------------------------------- /gtk-2.0/Spin/arrow-up-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Spin/arrow-up-active.png -------------------------------------------------------------------------------- /gtk-2.0/Spin/arrow-up-disable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Spin/arrow-up-disable.png -------------------------------------------------------------------------------- /gtk-2.0/Spin/arrow-up-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Spin/arrow-up-prelight.png -------------------------------------------------------------------------------- /gtk-2.0/Spin/arrow-up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Spin/arrow-up.png -------------------------------------------------------------------------------- /gtk-2.0/Spin/entry-shadow-in.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Spin/entry-shadow-in.png -------------------------------------------------------------------------------- /gtk-2.0/Spin/spin-down-bg-notebook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Spin/spin-down-bg-notebook.png -------------------------------------------------------------------------------- /gtk-2.0/Spin/spin-down-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Spin/spin-down-bg.png -------------------------------------------------------------------------------- /gtk-2.0/Spin/spin-up-bg-notebook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Spin/spin-up-bg-notebook.png -------------------------------------------------------------------------------- /gtk-2.0/Spin/spin-up-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Spin/spin-up-bg.png -------------------------------------------------------------------------------- /gtk-2.0/Spin/text-entry-focus-notebook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Spin/text-entry-focus-notebook.png -------------------------------------------------------------------------------- /gtk-2.0/Spin/text-entry-focus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Spin/text-entry-focus.png -------------------------------------------------------------------------------- /gtk-2.0/Spin/text-entry-notebook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Spin/text-entry-notebook.png -------------------------------------------------------------------------------- /gtk-2.0/Spin/text-entry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Spin/text-entry.png -------------------------------------------------------------------------------- /gtk-2.0/Tabs/gap-bottom-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Tabs/gap-bottom-left.png -------------------------------------------------------------------------------- /gtk-2.0/Tabs/gap-bottom-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Tabs/gap-bottom-right.png -------------------------------------------------------------------------------- /gtk-2.0/Tabs/gap-bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Tabs/gap-bottom.png -------------------------------------------------------------------------------- /gtk-2.0/Tabs/gap-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Tabs/gap-left.png -------------------------------------------------------------------------------- /gtk-2.0/Tabs/gap-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Tabs/gap-right.png -------------------------------------------------------------------------------- /gtk-2.0/Tabs/gap-top-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Tabs/gap-top-left.png -------------------------------------------------------------------------------- /gtk-2.0/Tabs/gap-top-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Tabs/gap-top-right.png -------------------------------------------------------------------------------- /gtk-2.0/Tabs/gap-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Tabs/gap-top.png -------------------------------------------------------------------------------- /gtk-2.0/Tabs/notebook-bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Tabs/notebook-bottom.png -------------------------------------------------------------------------------- /gtk-2.0/Tabs/notebook-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Tabs/notebook-left.png -------------------------------------------------------------------------------- /gtk-2.0/Tabs/notebook-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Tabs/notebook-right.png -------------------------------------------------------------------------------- /gtk-2.0/Tabs/notebook-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Tabs/notebook-top.png -------------------------------------------------------------------------------- /gtk-2.0/Tabs/notebook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Tabs/notebook.png -------------------------------------------------------------------------------- /gtk-2.0/Tabs/null.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Tabs/null.png -------------------------------------------------------------------------------- /gtk-2.0/Tabs/tab-bottom-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Tabs/tab-bottom-active.png -------------------------------------------------------------------------------- /gtk-2.0/Tabs/tab-bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Tabs/tab-bottom.png -------------------------------------------------------------------------------- /gtk-2.0/Tabs/tab-left-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Tabs/tab-left-active.png -------------------------------------------------------------------------------- /gtk-2.0/Tabs/tab-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Tabs/tab-left.png -------------------------------------------------------------------------------- /gtk-2.0/Tabs/tab-right-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Tabs/tab-right-active.png -------------------------------------------------------------------------------- /gtk-2.0/Tabs/tab-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Tabs/tab-right.png -------------------------------------------------------------------------------- /gtk-2.0/Tabs/tab-top-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Tabs/tab-top-active.png -------------------------------------------------------------------------------- /gtk-2.0/Tabs/tab-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Tabs/tab-top.png -------------------------------------------------------------------------------- /gtk-2.0/Toolbar/toolbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Toolbar/toolbar.png -------------------------------------------------------------------------------- /gtk-2.0/Toolbar/toolbutton-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Toolbar/toolbutton-insensitive.png -------------------------------------------------------------------------------- /gtk-2.0/Toolbar/toolbutton-normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Toolbar/toolbutton-normal.png -------------------------------------------------------------------------------- /gtk-2.0/Toolbar/toolbutton-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Toolbar/toolbutton-prelight.png -------------------------------------------------------------------------------- /gtk-2.0/Toolbar/toolbutton-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-2.0/Toolbar/toolbutton-pressed.png -------------------------------------------------------------------------------- /gtk-2.0/styles/button: -------------------------------------------------------------------------------- 1 | style "button" 2 | { 3 | xthickness = 4 4 | ythickness = 4 5 | fg[NORMAL] = @text_color 6 | fg[PRELIGHT] = @text_color 7 | fg[ACTIVE] = @text_color 8 | fg[INSENSITIVE] = mix (0.3, @base_color, @text_color) 9 | engine "pixmap" 10 | { 11 | image 12 | { 13 | function = BOX 14 | recolorable = TRUE 15 | detail = "buttondefault" 16 | file = "Buttons/button-default.png" 17 | border = { 0, 0, 0, 0} 18 | stretch = TRUE 19 | } 20 | image 21 | { 22 | function = BOX 23 | state = PRELIGHT 24 | recolorable = TRUE 25 | shadow = OUT 26 | file = "Buttons/button-prelight.png" 27 | border = { 0, 0, 0, 0 } 28 | stretch = TRUE 29 | } 30 | image 31 | { 32 | function = BOX 33 | state = PRELIGHT 34 | recolorable = TRUE 35 | shadow = IN 36 | file = "Buttons/button-pressed.png" 37 | border = { 0, 0, 0, 0 } 38 | stretch = TRUE 39 | } 40 | image 41 | { 42 | function = BOX 43 | state = ACTIVE 44 | file = "Buttons/button-pressed.png" 45 | border = { 0, 0, 0, 0 } 46 | stretch = TRUE 47 | } 48 | image 49 | { 50 | function = BOX 51 | state = INSENSITIVE 52 | file = "Buttons/button-insensitive.png" 53 | border = { 0, 0, 0, 0 } 54 | stretch = TRUE 55 | } 56 | image 57 | { 58 | function = BOX 59 | file = "Buttons/button-normal.png" 60 | border = { 0, 0, 0, 0 } 61 | stretch = TRUE 62 | } 63 | } 64 | } 65 | widget_class "*..*" style "button" 66 | class "GtkButton" style "button" 67 | widget_class "*GtkToggleButton*" style "button" 68 | 69 | -------------------------------------------------------------------------------- /gtk-2.0/styles/combo: -------------------------------------------------------------------------------- 1 | 2 | style "combo" = "default" 3 | { 4 | base[INSENSITIVE] = shade (0.95, @bg_color) 5 | text[INSENSITIVE] = mix (0.3, @base_color, @text_color) 6 | 7 | GtkWidget::wide-separators = 0 8 | xthickness = 5 9 | ythickness = 5 10 | GtkWidget::interior_focus = 0 11 | engine "pixmap" 12 | { 13 | image 14 | { 15 | function = BOX 16 | recolorable = TRUE 17 | state = PRELIGHT 18 | file = "Combo/combo-prelight.png" 19 | border = { 5, 5, 5, 5 } 20 | stretch = TRUE 21 | } 22 | image 23 | { 24 | function = BOX 25 | recolorable = TRUE 26 | state = NORMAL 27 | file = "Combo/combo-normal.png" 28 | border = { 5, 5, 5, 5 } 29 | stretch = TRUE 30 | } 31 | 32 | image 33 | { 34 | function = BOX 35 | recolorable = TRUE 36 | state = ACTIVE 37 | file = "Combo/combo-pressed.png" 38 | border = { 5, 5, 5, 5 } 39 | stretch = TRUE 40 | } 41 | image 42 | { 43 | function = BOX 44 | recolorable = TRUE 45 | state = INSENSITIVE 46 | file = "Combo/combo-inactive.png" 47 | border = { 5, 5, 5, 5 } 48 | stretch = TRUE 49 | } 50 | image 51 | { 52 | function = ARROW 53 | state = NORMAL 54 | recolorable = TRUE 55 | overlay_file = "Combo/combo-arrow.png" 56 | overlay_border = { 0, 0, 0, 0 } 57 | overlay_stretch = FALSE 58 | arrow_direction = DOWN 59 | } 60 | image 61 | { 62 | function = ARROW 63 | state = PRELIGHT 64 | recolorable = TRUE 65 | overlay_file = "Combo/combo-arrow-prelight.png" 66 | overlay_border = { 0, 0, 0, 0 } 67 | overlay_stretch = FALSE 68 | arrow_direction = DOWN 69 | } 70 | 71 | image 72 | { 73 | function = ARROW 74 | state = ACTIVE 75 | recolorable = TRUE 76 | overlay_file = "Combo/combo-arrow-active.png" 77 | overlay_border = { 0, 0, 0, 0 } 78 | overlay_stretch = FALSE 79 | arrow_direction = DOWN 80 | } 81 | 82 | image 83 | { 84 | function = ARROW 85 | state = INSENSITIVE 86 | recolorable = TRUE 87 | overlay_file = "Combo/combo-arrow-insens.png" 88 | overlay_border = { 0, 0, 0, 0 } 89 | overlay_stretch = FALSE 90 | arrow_direction = DOWN 91 | } 92 | image 93 | { 94 | function = VLINE 95 | recolorable = TRUE 96 | file = "Others/null.png" 97 | border = { 0, 0, 0, 0 } 98 | stretch = TRUE 99 | } 100 | } 101 | } 102 | 103 | widget_class "*Combo*" style "combo" 104 | style "combobutton" 105 | { 106 | text[NORMAL] = @text_color 107 | text[PRELIGHT] = @selected_fg_color 108 | text[ACTIVE] = @fg_color 109 | text[INSENSITIVE] = mix (0.3, @base_color, @text_color) 110 | } 111 | widget_class "***" style "combobutton" 112 | -------------------------------------------------------------------------------- /gtk-2.0/styles/entry: -------------------------------------------------------------------------------- 1 | style "entry" = "default" 2 | { 3 | xthickness = 3 4 | ythickness = 3 5 | GtkWidget::interior_focus = 0 6 | base[INSENSITIVE] = shade (0.95, @bg_color) 7 | text[INSENSITIVE] = mix (0.3, @base_color, @text_color) 8 | engine "pixmap" 9 | { 10 | image 11 | { 12 | function = FOCUS 13 | recolorable = TRUE 14 | file = "Shadows/entry-shadow-in.png" 15 | border = { 1,1,1,1 } 16 | stretch = TRUE 17 | } 18 | image 19 | { 20 | function = BOX 21 | recolorable = TRUE 22 | shadow = IN 23 | state = NORMAL 24 | file = "Shadows/entry-shadow-in.png" 25 | border = { 1,1,1,1 } 26 | stretch = TRUE 27 | } 28 | image 29 | { 30 | function = BOX 31 | recolorable = TRUE 32 | shadow = OUT 33 | state = NORMAL 34 | file = "Shadows/text-entry.png" 35 | border = { 1,1,1,1 } 36 | stretch = TRUE 37 | } 38 | image 39 | { 40 | function = SHADOW 41 | detail = "entry" 42 | shadow = IN 43 | recolorable = FALSE 44 | file = "Shadows/text-entry.png" 45 | border = { 1,1,1,1 } 46 | stretch = TRUE 47 | } 48 | } 49 | } 50 | style "entry-notebook" = "default" 51 | { 52 | xthickness = 5 53 | ythickness = 5 54 | GtkWidget::interior_focus = 0 55 | base[INSENSITIVE] = shade (0.95, @bg_color) 56 | text[INSENSITIVE] = mix (0.3, @base_color, @text_color) 57 | engine "pixmap" 58 | { 59 | image 60 | { 61 | function = FOCUS 62 | recolorable = TRUE 63 | file = "Shadows/entry-shadow-in-notebook.png" 64 | border = { 1,1,1,1 } 65 | stretch = TRUE 66 | } 67 | image 68 | { 69 | function = BOX 70 | recolorable = TRUE 71 | shadow = IN 72 | state = NORMAL 73 | file = "Shadows/entry-shadow-in-notebook.png" 74 | border = { 1,1,1,1 } 75 | stretch = TRUE 76 | } 77 | image 78 | { 79 | function = BOX 80 | recolorable = TRUE 81 | shadow = OUT 82 | state = NORMAL 83 | file = "Shadows/text-entry-notebook.png" 84 | border = { 1,1,1,1 } 85 | stretch = TRUE 86 | } 87 | image 88 | { 89 | function = SHADOW 90 | detail = "entry" 91 | shadow = IN 92 | recolorable = FALSE 93 | file = "Shadows/text-entry-notebook.png" 94 | border = { 1,1,1,1 } 95 | stretch = TRUE 96 | } 97 | } 98 | } 99 | style "xfce-heading-style" { base[NORMAL] = @bg_color } 100 | class "XfceHeading" style "xfce-heading-style" 101 | class "GtkEntry" style "entry" 102 | class "GtkOldEditable" style "entry" 103 | class "GtkEditable" style "entry" 104 | widget_class "***" style "entry-notebook" 105 | widget_class "***" style "entry-notebook" 106 | widget_class "***" style "entry-notebook" 107 | widget_class "****" style "entry" 108 | widget_class "****" style "entry" 109 | -------------------------------------------------------------------------------- /gtk-2.0/styles/handlebox: -------------------------------------------------------------------------------- 1 | style "handlebox" = "default" 2 | { 3 | engine "pixmap" 4 | { 5 | image 6 | { 7 | function = HANDLE 8 | recolorable = TRUE 9 | overlay_file = "Others/null.png" 10 | overlay_file = "Handles/handle-h.png" 11 | overlay_stretch = FALSE 12 | orientation = VERTICAL 13 | } 14 | image 15 | { 16 | function = HANDLE 17 | overlay_file = "Others/null.png" 18 | overlay_file = "Handles/handle-v.png" 19 | overlay_stretch = FALSE 20 | orientation = HORIZONTAL 21 | } 22 | } 23 | } 24 | class "GtkHandleBox" style "handlebox" 25 | class "GtkPaned" style "handlebox" 26 | -------------------------------------------------------------------------------- /gtk-2.0/styles/listheader: -------------------------------------------------------------------------------- 1 | style "treeview" { 2 | fg[PRELIGHT] = @selected_fg_color 3 | fg[SELECTED] = @selected_fg_color 4 | fg[ACTIVE] = @selected_fg_color 5 | 6 | bg[NORMAL] = @bg_color 7 | bg[SELECTED] = @bg_color 8 | bg[PRELIGHT] = @bg_color 9 | bg[SELECTED] = @bg_color 10 | 11 | text[NORMAL] = @text_color 12 | text[SELECTED] = @selected_fg_color 13 | text[ACTIVE] = @selected_fg_color 14 | text[PRELIGHT] = @selected_fg_color 15 | 16 | base[SELECTED] = @bg_color 17 | base[ACTIVE ] = @bg_color 18 | 19 | GtkTreeView::odd_row_color = "#ffffff" 20 | GtkTreeView::even_row_color = "#ffffff" 21 | GtkTreeView::odd_col_color = "#ffffff" 22 | GtkTreeView::even_col_color = "#ffffff" 23 | 24 | engine "murrine" { 25 | cellstyle = 0 26 | listviewstyle = 0 27 | listviewheaderstyle = 0 28 | progressbarstyle = 0 29 | glazestyle = 0 30 | 31 | gradient_shades = {2.0,2.0,2.0,2.0} 32 | } 33 | } 34 | 35 | widget_class "*List" style "treeview" 36 | widget_class "*GtkTree*" style "treeview" 37 | widget_class "*GtkCList*" style "treeview" 38 | widget_class "*GtkCTree*" style "treeview" 39 | widget_class "*GtkList*" style "treeview" 40 | widget_class "*.ETree.*" style "treeview" 41 | class "GtkTreeView" style "treeview" 42 | 43 | -------------------------------------------------------------------------------- /gtk-2.0/styles/murrine-style-images-and-labels: -------------------------------------------------------------------------------- 1 | style "murrinestyle" 2 | { 3 | 4 | #remove the ugly stipple effect that the pixmap engine causes 5 | #remove the ugly distortion that the pixmap engine causes on disabled text 6 | engine "murrine" { 7 | } 8 | } 9 | 10 | style "murrine-cell" { 11 | 12 | engine "murrine" { 13 | cellstyle = 0 14 | listviewstyle = 0 15 | listviewheaderstyle = 0 16 | progressbarstyle = 0 17 | glazestyle = 0 18 | } 19 | } 20 | 21 | class "GtkImage" style "murrinestyle" 22 | class "GtkLabel" style "murrinestyle" 23 | class "GtkComboBox" style "murrinestyle" 24 | class "GtkCellView" style "murrine-cell" 25 | widget_class "*.." style "murrinestyle" 26 | widget_class "*.." style "murrinestyle" 27 | widget_class "**" style "murrinestyle" 28 | widget_class "*." style:highest "murrinestyle" 29 | widget_class "*..*" style:highest "murrinestyle" 30 | widget_class "***" style:highest "murrinestyle" 31 | widget_class "*CPUFreqApplet*" style:highest "murrinestyle" 32 | widget_class "****" style:highest "murrinestyle" 33 | widget_class "***" style:highest "murrinestyle" 34 | widget_class "***" style:highest "murrinestyle" 35 | 36 | 37 | -------------------------------------------------------------------------------- /gtk-2.0/styles/optionmenu: -------------------------------------------------------------------------------- 1 | style "optionmenu" = "default" 2 | { 3 | xthickness = 3 4 | ythickness = 6 5 | engine "pixmap" 6 | { 7 | image 8 | { 9 | function = BOX 10 | recolorable = TRUE 11 | state = PRELIGHT 12 | file = "Combo/combo-prelight.png" 13 | border = { 5, 5, 5, 5 } 14 | stretch = TRUE 15 | } 16 | image 17 | { 18 | function = BOX 19 | recolorable = TRUE 20 | state = NORMAL 21 | file = "Combo/combo-normal.png" 22 | border = { 5, 5, 5, 5 } 23 | stretch = TRUE 24 | } 25 | 26 | image 27 | { 28 | function = BOX 29 | recolorable = TRUE 30 | state = ACTIVE 31 | file = "Combo/combo-pressed.png" 32 | border = { 5, 5, 5, 5 } 33 | stretch = TRUE 34 | } 35 | image 36 | { 37 | function = BOX 38 | recolorable = TRUE 39 | state = INSENSITIVE 40 | file = "Combo/combo-inactive.png" 41 | border = { 5, 5, 5, 5 } 42 | stretch = TRUE 43 | } 44 | image 45 | { 46 | function = TAB 47 | state = INSENSITIVE 48 | recolorable = TRUE 49 | overlay_file = "Combo/op-ins.png" 50 | overlay_stretch = FALSE 51 | } 52 | image 53 | { 54 | function = TAB 55 | recolorable = TRUE 56 | state = NORMAL 57 | overlay_file = "Combo/op.png" 58 | overlay_border = { 0, 0, 0, 0 } 59 | overlay_stretch = FALSE 60 | } 61 | image 62 | { 63 | function = TAB 64 | recolorable = TRUE 65 | state = PRELIGHT 66 | overlay_file = "Combo/op-pre.png" 67 | overlay_border = { 0, 0, 0, 0 } 68 | overlay_stretch = FALSE 69 | } 70 | } 71 | } 72 | 73 | class "GtkOptionMenu" style "optionmenu" 74 | 75 | -------------------------------------------------------------------------------- /gtk-2.0/styles/progressbar: -------------------------------------------------------------------------------- 1 | style "progressbar" { 2 | xthickness = 0 3 | ythickness = 0 4 | 5 | bg[SELECTED] = shade (1.00, @selected_fg_color) 6 | fg[PRELIGHT] = @selected_bg_color #active text-color 7 | 8 | engine "murrine" { 9 | gradient_shades = {1.00, 1.00, 1.00, 1.00} 10 | contrast = 0.0 11 | roundness = 0 12 | } 13 | } 14 | 15 | widget_class "*ProgressBar*" style "progressbar" 16 | class "GtkProgressBar" style "progressbar" 17 | class "GtkBar" style "progressbar" 18 | -------------------------------------------------------------------------------- /gtk-2.0/styles/range: -------------------------------------------------------------------------------- 1 | style "range" = "default" 2 | { 3 | xthickness = 0 4 | ythickness = 0 5 | bg[NORMAL] = @bg_color 6 | bg[ACTIVE] = shade (0.96, @bg_color) 7 | bg[SELECTED] = @selected_fg_color 8 | base[SELECTED] = @selected_fg_color 9 | bg[INSENSITIVE] = shade (0.95, @bg_color) 10 | engine "murrine" 11 | { 12 | animation = FALSE 13 | border_shades = { 0.747, 0.747 } # gradient to draw on border 14 | contrast = 0.6 # overal contrast with borders 15 | focusstyle = 1 # 0 = none, 1 = grey dotted, 2 = colored with fill, 3 = colored glow 16 | glazestyle = 0 # 0 = flat highlight, 1 = curved highlight, 2 = concave, 3 = top curved highlight, 4 = beryl highlight 17 | glowstyle = 0 # 0 = glow on top, 1 = glow on bottom, 2 = glow on top and bottom, 3 = glow on middle vertically, 4 = glow on middle horizontally, 5 = glow on all sides 18 | glow_shade = 1.0 # amount of glow 19 | gradient_shades = { 0.747, 0.747, 0.747, 0.747 } # gradient to draw on widgets 20 | highlight_shade = 1.0 # amount of highlight 21 | lightborder_shade = 1.0 # amount of inset light border 22 | lightborderstyle = 0 # 0 = lightborder on top side, 1 = lightborder on all sides 23 | progressbarstyle = 0 # 0 = none, 1 = diagonal striped, 2 = vertical striped 24 | reliefstyle = 0 # 0 = flat, 1 = inset, 2 = shadow, 3 = shadow with gradient, 4 = stronger shadow with gradient 25 | roundness = 8 # roundness of widgets 26 | scrollbarstyle = 0 # 0 = none, 1 = circles, 2 = handles, 3 = diagonal stripes, 4 = diagonal stripes and handles, 5 = horizontal stripes, 6 = horizontal stripes and handles 27 | sliderstyle = 0 # 0 = none, 1 = handles 28 | stepperstyle = 1 # 0 = standard, 1 = integrated stepper handles 29 | toolbarstyle = 0 # 0 = flat, 1 = glassy, 2 = gradient 30 | trough_border_shades = { 1.0, 1.0 } 31 | } 32 | } 33 | 34 | class "GtkScale" style "range" 35 | class "GtkVScale" style "range" 36 | class "GtkHScale" style "range" 37 | 38 | -------------------------------------------------------------------------------- /gtk-2.0/styles/statusbar: -------------------------------------------------------------------------------- 1 | 2 | 3 | style "statusbar" = "default" 4 | { 5 | # xthickness = 1 6 | # ythickness = 1 7 | 8 | engine "pixmap" 9 | { 10 | image 11 | { 12 | function = RESIZE_GRIP 13 | recolorable = TRUE 14 | #state = NORMAL 15 | detail = "statusbar" 16 | overlay_file = "Handles/resize-grip.png" 17 | 18 | overlay_border = {0,0,0,0 } 19 | overlay_stretch = FALSE 20 | } 21 | } 22 | } 23 | 24 | 25 | class "GtkStatusbar" style "statusbar" 26 | 27 | # Firefox handles this a little differently... it needs to be applied to GtkWindow and have no other details... 28 | style "FirefoxGrip" 29 | { 30 | engine "pixmap" 31 | { 32 | image 33 | { 34 | function = RESIZE_GRIP 35 | overlay_file = "Handles/resize-grip.png" 36 | 37 | } 38 | } 39 | } 40 | 41 | class "GtkWindow" style "FirefoxGrip" 42 | -------------------------------------------------------------------------------- /gtk-2.0/styles/toolbar: -------------------------------------------------------------------------------- 1 | style "toolbar" 2 | { 3 | 4 | xthickness=3 5 | ythickness=4 6 | engine "pixmap" 7 | { 8 | image 9 | { 10 | function=BOX 11 | file="/Toolbar/toolbar.png" 12 | border={2,2,2,2} 13 | stretch=TRUE 14 | } 15 | } 16 | } 17 | widget_class "*HandleBox" style "toolbar" 18 | class "*HandleBox" style "toolbar" 19 | widget_class "*Toolbar" style "toolbar" 20 | class "*Toolbar" style "toolbar" 21 | #widget "MozillaGtkWidget*Toolbar*" style "toolbar" 22 | style "toolbuttons"="default" 23 | { 24 | xthickness=5 25 | ythickness=5 26 | fg[NORMAL] = @fg_color 27 | fg[PRELIGHT] = @selected_fg_color 28 | fg[ACTIVE] = @fg_color 29 | fg[INSENSITIVE] = mix (0.3, @base_color, @text_color) 30 | GtkWidget::focus_padding=2 31 | engine "pixmap" { 32 | 33 | image 34 | { 35 | function = BOX 36 | recolorable = TRUE 37 | state = NORMAL 38 | file = "Toolbar/toolbutton-normal.png" 39 | border = { 5, 5, 5, 5 } 40 | stretch = TRUE 41 | } 42 | image 43 | { 44 | function = BOX 45 | recolorable = TRUE 46 | state = PRELIGHT 47 | shadow = IN 48 | file = "Toolbar/toolbutton-pressed.png" 49 | border = { 5, 5, 5, 5 } 50 | stretch = TRUE 51 | } 52 | image 53 | { 54 | function = BOX 55 | recolorable = TRUE 56 | state = PRELIGHT 57 | shadow = OUT 58 | file = "Toolbar/toolbutton-prelight.png" 59 | border = { 5, 5, 5, 5 } 60 | stretch = TRUE 61 | } 62 | image 63 | { 64 | function = BOX 65 | recolorable = TRUE 66 | state = ACTIVE 67 | file = "Toolbar/toolbutton-pressed.png" 68 | border = { 5, 5, 5, 5 } 69 | stretch = TRUE 70 | } 71 | image 72 | { 73 | function = BOX 74 | recolorable = TRUE 75 | state = INSENSITIVE 76 | file = "Toolbar/toolbutton-insensitive.png" 77 | border = { 5, 5, 5, 5 } 78 | stretch = TRUE 79 | } 80 | } 81 | } 82 | widget_class "***" style "toolbuttons" 83 | #widget "MozillaGtkWidget.GtkFixed.GtkButton" style "toolbuttons" 84 | 85 | style "chrome-gtk-frame" 86 | { 87 | ChromeGtkFrame::frame-color = @bg_color 88 | ChromeGtkFrame::inactive-frame-color = @bg_color 89 | 90 | ChromeGtkFrame::frame-gradient-size = 1 91 | ChromeGtkFrame::frame-gradient-color = @bg_color 92 | 93 | ChromeGtkFrame::incognito-frame-color = @bg_color 94 | ChromeGtkFrame::incognito-inactive-frame-color = @bg_color 95 | 96 | ChromeGtkFrame::incognito-frame-gradient-color = @bg_color 97 | 98 | ChromeGtkFrame::scrollbar-trough-color = shade(0.98, @bg_color) 99 | ChromeGtkFrame::scrollbar-slider-prelight-color = @selected_fg_color 100 | ChromeGtkFrame::scrollbar-slider-normal-color = shade(0.9, @bg_color) 101 | } 102 | 103 | class "ChromeGtkFrame" style "chrome-gtk-frame" 104 | -------------------------------------------------------------------------------- /gtk-2.0/styles/tooltips: -------------------------------------------------------------------------------- 1 | style "tooltips" = "default" 2 | { 3 | bg[NORMAL] = @tooltip_bg_color 4 | fg[NORMAL] = @tooltip_fg_color 5 | bg[SELECTED] = @tooltip_bg_color 6 | 7 | } 8 | widget "gtk-tooltip*" style "tooltips" 9 | class "*GtkTooltips*" style "tooltips" 10 | widget_class "*Tooltips*" style "tooltips" 11 | widget "*.nautilus-extra-view-widget" style:highest "tooltips" 12 | 13 | style "xfdesktop-icon-view" 14 | { 15 | XfdesktopIconView::label-alpha = 0 16 | XfdesktopIconView::selected-label-alpha = 170 17 | 18 | base[NORMAL] = @bg_color 19 | fg[NORMAL] = @selected_fg_color 20 | base[SELECTED] = @selected_bg_color 21 | fg[SELECTED] = @selected_fg_color 22 | engine "murrine" { 23 | textstyle = 1 24 | text_shade = 0.1 25 | } 26 | } 27 | widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view" 28 | -------------------------------------------------------------------------------- /gtk-3.0/apps/budgie.css: -------------------------------------------------------------------------------- 1 | GtkPopover .button { 2 | color: @theme_fg_color; 3 | border: 1px solid shade(@theme_bg_color, 1.0); 4 | } 5 | 6 | GtkPopover .button:hover, 7 | GtkPopover .button:active:hover { 8 | transition: color 200ms ease-in; 9 | color: @theme_selected_fg_color; 10 | background-color: transparent; 11 | } 12 | 13 | GtkPopover .button:active { 14 | color: @theme_selected_fg_color; 15 | background-color: transparent; 16 | border: 1px solid shade(@theme_bg_color, 0.7); 17 | } 18 | 19 | .budgie-panel *:active { 20 | background-color: transparent; 21 | } 22 | -------------------------------------------------------------------------------- /gtk-3.0/apps/nemo.css: -------------------------------------------------------------------------------- 1 | /*********************** 2 | * pathbar breadcrumbs * 3 | ***********************/ 4 | NemoPathbarButton { 5 | border-color: shade(@toolbar_bg_color, 0.8); 6 | background-color: shade(@toolbar_bg_color, 1.08); 7 | background-image: none; 8 | color: @toolbar_fg_color; 9 | 10 | -NemoPathbarButton-border-radius: 2px; 11 | } 12 | 13 | NemoPathbarButton:active { 14 | border-color: shade(@toolbar_bg_color, 0.8); 15 | background-color: shade(@toolbar_bg_color, 0.95); 16 | background-image: none; 17 | } 18 | 19 | NemoPathbarButton:hover { 20 | border-color: shade(@toolbar_bg_color, 0.7); 21 | background-color: shade(@toolbar_bg_color, 1.10); 22 | background-image: none; 23 | } 24 | 25 | NemoPathbarButton:active:hover { 26 | border-color: shade(@toolbar_bg_color, 0.7); 27 | } 28 | 29 | -------------------------------------------------------------------------------- /gtk-3.0/apps/unity.css: -------------------------------------------------------------------------------- 1 | UnityPanelWidget, 2 | .unity-panel { 3 | border-width: 0 0 1px 0; 4 | border-style: solid; 5 | border-color: @panel_bg_color; 6 | background-color: @panel_bg_color; 7 | background-image: none; 8 | color: @panel_fg_color; 9 | } 10 | 11 | .unity-panel.menubar, 12 | .unity-panel .menubar { 13 | } 14 | 15 | .unity-panel.menuitem, 16 | .unity-panel .menuitem { 17 | border-width: 0 1px; 18 | color: @panel_fg_color; 19 | } 20 | 21 | .unity-panel.menubar.menuitem:hover, 22 | .unity-panel.menubar .menuitem *:hover { 23 | border-color: mix(@panel_bg_color, @panel_fg_color, 0.21); 24 | background-color: mix(@panel_bg_color, @panel_fg_color, 0.21); 25 | background-image: none; 26 | color: shade(@panel_fg_color, 1.08); 27 | } 28 | 29 | /*---------------------------------------------------*/ 30 | 31 | UnityDecoration.top { 32 | border: 1px solid @wm_border_focused; 33 | border-bottom-width: 0; 34 | border-radius: 0 0 0 0; 35 | padding: 1px 8px 0 8px; 36 | background-color: @wm_bg; 37 | color: @wm_title_focused; 38 | } 39 | 40 | UnityDecoration.top:backdrop { 41 | border: 1px solid @wm_border_unfocused; 42 | border-bottom-width: 0; 43 | background-color: @wm_bg; 44 | color: @wm_title_unfocused; 45 | } 46 | 47 | UnityDecoration.left, 48 | UnityDecoration.right, 49 | UnityDecoration.bottom { 50 | background-color: @wm_border_focused; 51 | } 52 | 53 | UnityDecoration.left:backdrop, 54 | UnityDecoration.right:backdrop, 55 | UnityDecoration.bottom:backdrop { 56 | background-color: @wm_border_unfocused; 57 | } -------------------------------------------------------------------------------- /gtk-3.0/apps/xfce.css: -------------------------------------------------------------------------------- 1 | XfceHeading { 2 | background-color: @theme_base_color; 3 | background-image: none; 4 | padding: 0; 5 | border-width: 0; 6 | } 7 | 8 | .xfce4-panel { 9 | background-color: @panel_bg_color; 10 | font: normal; 11 | } 12 | 13 | .xfce4-panel .button { 14 | border-radius: 0; 15 | padding: 1px; 16 | color: @panel_fg_color; 17 | border-width: 0px; 18 | } 19 | 20 | .xfce4-panel .button:active { 21 | border-radius: 0; 22 | border-color: shade(@panel_bg_color, 0.8); 23 | background-color: shade(@panel_bg_color, 0.9); 24 | background-image: none; 25 | color: shade(@panel_fg_color, 1.08); 26 | transition: none; 27 | } 28 | 29 | .xfce4-panel .button:hover, 30 | .xfce4-panel .button:active:hover { 31 | border-color: mix(@panel_bg_color, @panel_fg_color, 0.21); 32 | background-color: mix(@panel_bg_color, @panel_fg_color, 0.31); 33 | background-image: none; 34 | color: shade(@panel_fg_color, 1.08); 35 | transition: none; 36 | } 37 | 38 | /* menu-styling, e.g. for indicators */ 39 | .xfce4-panel .menu, 40 | .xfce4-panel .menu GtkLabel, 41 | .xfce4-panel .menu GtkImage { 42 | background-color: @menu_bg_color; 43 | color: @menu_fg_color; 44 | } 45 | 46 | .xfce4-panel .menu *:hover { 47 | border-color: shade(@theme_selected_fg_color, 0.9); 48 | background-color: @theme_selected_fg_color; 49 | background-image: none; 50 | color: @theme_base_color; 51 | } 52 | 53 | .xfce4-panel .menu GtkLabel:hover, 54 | .xfce4-panel .menu GtkImage:hover { 55 | background-image: none; 56 | color: @theme_base_color; 57 | } -------------------------------------------------------------------------------- /gtk-3.0/assets/arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-3.0/assets/arrow.png -------------------------------------------------------------------------------- /gtk-3.0/assets/checkbox-checked-insensitive.svg: -------------------------------------------------------------------------------- 1 | 2 | 17 | 19 | 20 | 22 | image/svg+xml 23 | 25 | 26 | 27 | 28 | 30 | 50 | 59 | 65 | 71 | 76 | 77 | -------------------------------------------------------------------------------- /gtk-3.0/assets/checkbox-checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-3.0/assets/checkbox-checked.png -------------------------------------------------------------------------------- /gtk-3.0/assets/checkbox-checked.svg: -------------------------------------------------------------------------------- 1 | 2 | 20 | 22 | 23 | 25 | image/svg+xml 26 | 28 | 29 | 30 | 31 | 32 | 34 | 54 | 63 | 69 | 75 | 80 | 81 | -------------------------------------------------------------------------------- /gtk-3.0/assets/checkbox-mixed-hover.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 38 | 40 | 42 | 43 | 45 | image/svg+xml 46 | 48 | 49 | 50 | 51 | 52 | 56 | 65 | 72 | 79 | 80 | 81 | -------------------------------------------------------------------------------- /gtk-3.0/assets/checkbox-mixed.svg: -------------------------------------------------------------------------------- 1 | 2 | 17 | 19 | 20 | 22 | image/svg+xml 23 | 25 | 26 | 27 | 28 | 30 | 50 | 59 | 66 | 73 | 74 | -------------------------------------------------------------------------------- /gtk-3.0/assets/checkbox-unchecked-hover.svg: -------------------------------------------------------------------------------- 1 | 2 | 17 | 19 | 20 | 22 | image/svg+xml 23 | 25 | 26 | 27 | 28 | 30 | 50 | 55 | 64 | 65 | -------------------------------------------------------------------------------- /gtk-3.0/assets/checkbox-unchecked-insensitive.svg: -------------------------------------------------------------------------------- 1 | 2 | 17 | 19 | 20 | 22 | image/svg+xml 23 | 25 | 26 | 27 | 28 | 30 | 50 | 59 | 60 | -------------------------------------------------------------------------------- /gtk-3.0/assets/checkbox-unchecked.svg: -------------------------------------------------------------------------------- 1 | 2 | 17 | 19 | 20 | 22 | image/svg+xml 23 | 25 | 26 | 27 | 28 | 30 | 50 | 53 | 54 | 63 | 64 | -------------------------------------------------------------------------------- /gtk-3.0/assets/grid-selection-checked.svg: -------------------------------------------------------------------------------- 1 | 2 | 17 | 19 | 20 | 22 | image/svg+xml 23 | 25 | 26 | 27 | 28 | 30 | 50 | 59 | 65 | 71 | 76 | 77 | -------------------------------------------------------------------------------- /gtk-3.0/assets/grid-selection-unchecked.svg: -------------------------------------------------------------------------------- 1 | 2 | 17 | 19 | 20 | 22 | image/svg+xml 23 | 25 | 26 | 27 | 28 | 30 | 50 | 59 | 60 | -------------------------------------------------------------------------------- /gtk-3.0/assets/menuitem-checkbox-checked-hover.svg: -------------------------------------------------------------------------------- 1 | 2 | 17 | 19 | 20 | 22 | image/svg+xml 23 | 25 | 26 | 27 | 28 | 30 | 50 | 54 | 58 | 59 | 60 | -------------------------------------------------------------------------------- /gtk-3.0/assets/menuitem-checkbox-checked-insensitive.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /gtk-3.0/assets/menuitem-checkbox-checked.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /gtk-3.0/assets/menuitem-checkbox-mixed-hover.svg: -------------------------------------------------------------------------------- 1 | 2 | 17 | 19 | 20 | 22 | image/svg+xml 23 | 25 | 26 | 27 | 28 | 30 | 50 | 54 | 62 | 63 | 64 | -------------------------------------------------------------------------------- /gtk-3.0/assets/menuitem-checkbox-mixed-insensitive.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /gtk-3.0/assets/menuitem-checkbox-mixed-selected.svg: -------------------------------------------------------------------------------- 1 | 2 | 17 | 19 | 20 | 22 | image/svg+xml 23 | 25 | 26 | 27 | 28 | 30 | 50 | 54 | 62 | 63 | 64 | -------------------------------------------------------------------------------- /gtk-3.0/assets/menuitem-checkbox-mixed.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /gtk-3.0/assets/menuitem-checkbox-unchecked.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /gtk-3.0/assets/menuitem-radio-checked-hover.svg: -------------------------------------------------------------------------------- 1 | 2 | 17 | 19 | 20 | 22 | image/svg+xml 23 | 25 | 26 | 27 | 28 | 30 | 50 | 54 | 59 | 60 | 61 | -------------------------------------------------------------------------------- /gtk-3.0/assets/menuitem-radio-checked-insensitive.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /gtk-3.0/assets/menuitem-radio-checked.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /gtk-3.0/assets/pane-handle-vertical.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /gtk-3.0/assets/pane-handle.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /gtk-3.0/assets/path5160.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-3.0/assets/path5160.png -------------------------------------------------------------------------------- /gtk-3.0/assets/radio-mixed-hover.svg: -------------------------------------------------------------------------------- 1 | 2 | 17 | 19 | 20 | 22 | image/svg+xml 23 | 25 | 26 | 27 | 28 | 30 | 50 | 53 | 54 | 57 | 63 | 68 | 77 | 78 | 79 | -------------------------------------------------------------------------------- /gtk-3.0/assets/radio-mixed-insensitive.svg: -------------------------------------------------------------------------------- 1 | 2 | 17 | 19 | 20 | 22 | image/svg+xml 23 | 25 | 26 | 27 | 28 | 30 | 50 | 53 | 54 | 60 | 65 | 74 | 75 | -------------------------------------------------------------------------------- /gtk-3.0/assets/radio-mixed.svg: -------------------------------------------------------------------------------- 1 | 2 | 17 | 19 | 20 | 22 | image/svg+xml 23 | 25 | 26 | 27 | 28 | 30 | 50 | 53 | 54 | 57 | 63 | 68 | 77 | 78 | 79 | -------------------------------------------------------------------------------- /gtk-3.0/assets/radio-selected-hover.svg: -------------------------------------------------------------------------------- 1 | 2 | 17 | 19 | 20 | 22 | image/svg+xml 23 | 25 | 26 | 27 | 28 | 30 | 51 | 54 | 55 | 61 | 66 | 70 | 74 | 75 | -------------------------------------------------------------------------------- /gtk-3.0/assets/radio-selected-insensitive.svg: -------------------------------------------------------------------------------- 1 | 2 | 17 | 19 | 20 | 22 | image/svg+xml 23 | 25 | 26 | 27 | 28 | 30 | 50 | 56 | 61 | 66 | 67 | -------------------------------------------------------------------------------- /gtk-3.0/assets/radio-selected.svg: -------------------------------------------------------------------------------- 1 | 2 | 17 | 19 | 20 | 22 | image/svg+xml 23 | 25 | 26 | 27 | 28 | 30 | 51 | 54 | 55 | 61 | 66 | 70 | 74 | 75 | -------------------------------------------------------------------------------- /gtk-3.0/assets/radio-unselected-hover.svg: -------------------------------------------------------------------------------- 1 | 2 | 15 | 17 | 18 | 20 | image/svg+xml 21 | 23 | 24 | 25 | 26 | 28 | 48 | 51 | 56 | 61 | 62 | 63 | -------------------------------------------------------------------------------- /gtk-3.0/assets/radio-unselected-insensitive.svg: -------------------------------------------------------------------------------- 1 | 2 | 17 | 19 | 20 | 22 | image/svg+xml 23 | 25 | 26 | 27 | 28 | 30 | 50 | 55 | 60 | 61 | -------------------------------------------------------------------------------- /gtk-3.0/assets/radio-unselected.svg: -------------------------------------------------------------------------------- 1 | 2 | 15 | 17 | 18 | 20 | image/svg+xml 21 | 23 | 24 | 25 | 26 | 28 | 48 | 51 | 56 | 61 | 62 | 63 | -------------------------------------------------------------------------------- /gtk-3.0/assets/slider-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-3.0/assets/slider-active.png -------------------------------------------------------------------------------- /gtk-3.0/assets/slider-active@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-3.0/assets/slider-active@2.png -------------------------------------------------------------------------------- /gtk-3.0/assets/slider.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-3.0/assets/slider.png -------------------------------------------------------------------------------- /gtk-3.0/assets/slider.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 22 | 24 | 43 | 46 | 47 | 49 | 50 | 52 | image/svg+xml 53 | 55 | 56 | 57 | 58 | 59 | 64 | 68 | 71 | 79 | 80 | 81 | -------------------------------------------------------------------------------- /gtk-3.0/assets/slider@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-3.0/assets/slider@2.png -------------------------------------------------------------------------------- /gtk-3.0/assets/switch-active-insensitive-selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-3.0/assets/switch-active-insensitive-selected.png -------------------------------------------------------------------------------- /gtk-3.0/assets/switch-active-insensitive-selected@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-3.0/assets/switch-active-insensitive-selected@2.png -------------------------------------------------------------------------------- /gtk-3.0/assets/switch-active-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-3.0/assets/switch-active-insensitive.png -------------------------------------------------------------------------------- /gtk-3.0/assets/switch-active-insensitive@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-3.0/assets/switch-active-insensitive@2.png -------------------------------------------------------------------------------- /gtk-3.0/assets/switch-active-selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-3.0/assets/switch-active-selected.png -------------------------------------------------------------------------------- /gtk-3.0/assets/switch-active-selected@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-3.0/assets/switch-active-selected@2.png -------------------------------------------------------------------------------- /gtk-3.0/assets/switch-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-3.0/assets/switch-active.png -------------------------------------------------------------------------------- /gtk-3.0/assets/switch-active@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-3.0/assets/switch-active@2.png -------------------------------------------------------------------------------- /gtk-3.0/assets/switch-header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-3.0/assets/switch-header.png -------------------------------------------------------------------------------- /gtk-3.0/assets/switch-header@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-3.0/assets/switch-header@2.png -------------------------------------------------------------------------------- /gtk-3.0/assets/switch-insensitive-header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-3.0/assets/switch-insensitive-header.png -------------------------------------------------------------------------------- /gtk-3.0/assets/switch-insensitive-header@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-3.0/assets/switch-insensitive-header@2.png -------------------------------------------------------------------------------- /gtk-3.0/assets/switch-insensitive-selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-3.0/assets/switch-insensitive-selected.png -------------------------------------------------------------------------------- /gtk-3.0/assets/switch-insensitive-selected@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-3.0/assets/switch-insensitive-selected@2.png -------------------------------------------------------------------------------- /gtk-3.0/assets/switch-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-3.0/assets/switch-insensitive.png -------------------------------------------------------------------------------- /gtk-3.0/assets/switch-insensitive@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-3.0/assets/switch-insensitive@2.png -------------------------------------------------------------------------------- /gtk-3.0/assets/switch-selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-3.0/assets/switch-selected.png -------------------------------------------------------------------------------- /gtk-3.0/assets/switch-selected@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-3.0/assets/switch-selected@2.png -------------------------------------------------------------------------------- /gtk-3.0/assets/switch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-3.0/assets/switch.png -------------------------------------------------------------------------------- /gtk-3.0/assets/switch@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-3.0/assets/switch@2.png -------------------------------------------------------------------------------- /gtk-3.0/assets/titlebar/titlebutton-close-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-3.0/assets/titlebar/titlebutton-close-active.png -------------------------------------------------------------------------------- /gtk-3.0/assets/titlebar/titlebutton-close-active@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-3.0/assets/titlebar/titlebutton-close-active@2.png -------------------------------------------------------------------------------- /gtk-3.0/assets/titlebar/titlebutton-close-backdrop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-3.0/assets/titlebar/titlebutton-close-backdrop.png -------------------------------------------------------------------------------- /gtk-3.0/assets/titlebar/titlebutton-close-backdrop@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-3.0/assets/titlebar/titlebutton-close-backdrop@2.png -------------------------------------------------------------------------------- /gtk-3.0/assets/titlebar/titlebutton-close-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-3.0/assets/titlebar/titlebutton-close-hover.png -------------------------------------------------------------------------------- /gtk-3.0/assets/titlebar/titlebutton-close-hover@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-3.0/assets/titlebar/titlebutton-close-hover@2.png -------------------------------------------------------------------------------- /gtk-3.0/assets/titlebar/titlebutton-close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-3.0/assets/titlebar/titlebutton-close.png -------------------------------------------------------------------------------- /gtk-3.0/assets/titlebar/titlebutton-close@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-3.0/assets/titlebar/titlebutton-close@2.png -------------------------------------------------------------------------------- /gtk-3.0/assets/titlebar/titlebutton-max-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-3.0/assets/titlebar/titlebutton-max-active.png -------------------------------------------------------------------------------- /gtk-3.0/assets/titlebar/titlebutton-max-active@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-3.0/assets/titlebar/titlebutton-max-active@2.png -------------------------------------------------------------------------------- /gtk-3.0/assets/titlebar/titlebutton-max-backdrop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-3.0/assets/titlebar/titlebutton-max-backdrop.png -------------------------------------------------------------------------------- /gtk-3.0/assets/titlebar/titlebutton-max-backdrop@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-3.0/assets/titlebar/titlebutton-max-backdrop@2.png -------------------------------------------------------------------------------- /gtk-3.0/assets/titlebar/titlebutton-max-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-3.0/assets/titlebar/titlebutton-max-hover.png -------------------------------------------------------------------------------- /gtk-3.0/assets/titlebar/titlebutton-max-hover@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-3.0/assets/titlebar/titlebutton-max-hover@2.png -------------------------------------------------------------------------------- /gtk-3.0/assets/titlebar/titlebutton-max.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-3.0/assets/titlebar/titlebutton-max.png -------------------------------------------------------------------------------- /gtk-3.0/assets/titlebar/titlebutton-max@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-3.0/assets/titlebar/titlebutton-max@2.png -------------------------------------------------------------------------------- /gtk-3.0/assets/titlebar/titlebutton-min-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-3.0/assets/titlebar/titlebutton-min-active.png -------------------------------------------------------------------------------- /gtk-3.0/assets/titlebar/titlebutton-min-active@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-3.0/assets/titlebar/titlebutton-min-active@2.png -------------------------------------------------------------------------------- /gtk-3.0/assets/titlebar/titlebutton-min-backdrop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-3.0/assets/titlebar/titlebutton-min-backdrop.png -------------------------------------------------------------------------------- /gtk-3.0/assets/titlebar/titlebutton-min-backdrop@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-3.0/assets/titlebar/titlebutton-min-backdrop@2.png -------------------------------------------------------------------------------- /gtk-3.0/assets/titlebar/titlebutton-min-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-3.0/assets/titlebar/titlebutton-min-hover.png -------------------------------------------------------------------------------- /gtk-3.0/assets/titlebar/titlebutton-min-hover@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-3.0/assets/titlebar/titlebutton-min-hover@2.png -------------------------------------------------------------------------------- /gtk-3.0/assets/titlebar/titlebutton-min.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-3.0/assets/titlebar/titlebutton-min.png -------------------------------------------------------------------------------- /gtk-3.0/assets/titlebar/titlebutton-min@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/gtk-3.0/assets/titlebar/titlebutton-min@2.png -------------------------------------------------------------------------------- /gtk-3.0/settings.ini: -------------------------------------------------------------------------------- 1 | [Settings] 2 | gtk-color-scheme = "base_color:#fefefe\nbg_color:#fafafa\ntooltip_bg_color:#333333\nselected_bg_color:#fafafa\ntext_color:#333333\nfg_color:#555555\ntooltip_fg_color:#fafafa\nselected_fg_color:#df253f\nmenubar_bg_color:#333333\nmenubar_fg_color:#fafafa\ntoolbar_bg_color:#fafafa\ntoolbar_fg_color:#333333\nmenu_bg_color:#333333\nmenu_fg_color:#fafafa\npanel_bg_color:#333333\npanel_fg_color:#fafafa\nlink_color:#df253f" 3 | gtk-auto-mnemonics = 1 4 | gtk-visible-focus = automatic 5 | 6 | -------------------------------------------------------------------------------- /gtk-3.0/widgets/assistant.css: -------------------------------------------------------------------------------- 1 | /************* 2 | * assistant * 3 | *************/ 4 | GtkAssistant .sidebar .highlight { 5 | font: bold; 6 | } 7 | 8 | GtkAssistant .sidebar { 9 | padding: 4px; 10 | border-width: 0 1px 0 0; 11 | border-style: solid; 12 | border-right-color: shade(@theme_bg_color, 0.8); 13 | border-radius: 0; 14 | background-color: @theme_bg_color; 15 | color: mix(@theme_fg_color, @theme_bg_color, 0.1); 16 | } 17 | 18 | -------------------------------------------------------------------------------- /gtk-3.0/widgets/calendar.css: -------------------------------------------------------------------------------- 1 | /*********** 2 | * calendar * 3 | ************/ 4 | GtkCalendar { 5 | padding: 4px; 6 | } 7 | 8 | GtkCalendar:inconsistent { 9 | color: mix(@theme_fg_color, @theme_bg_color, 0.5); 10 | } 11 | 12 | GtkCalendar.view, 13 | GtkCalendar.header, 14 | GtkCalendar.button, 15 | GtkCalendar.button:hover, 16 | GtkCalendar.button:insensitive { 17 | border-width: 0; 18 | background-color: transparent; 19 | background-image: none; 20 | } 21 | 22 | .highlight, 23 | GtkCalendar.highlight { 24 | border-width: 0; 25 | background-color: transparent; 26 | color: @theme_selected_fg_color; 27 | } 28 | -------------------------------------------------------------------------------- /gtk-3.0/widgets/cell-row.css: -------------------------------------------------------------------------------- 1 | /**************** 2 | * cell and row * 3 | ****************/ 4 | .cell { 5 | border-width: 1px; 6 | border-color: transparent; 7 | border-radius: 0; 8 | box-shadow: None; 9 | background-color: transparent; 10 | } 11 | 12 | .cell:selected, 13 | .cell:selected:focus { 14 | background-color: alpha (@theme_base_color, 0.75); 15 | border-top: solid 1px alpha (black, 0.07); 16 | border-bottom: solid 1px alpha (black, 0.04); 17 | box-shadow: inset 0 -1px alpha (black, 0.1); 18 | color: @theme_selected_fg_color; 19 | } 20 | 21 | .cell:selected.image:hover { 22 | color: shade(@theme_selected_fg_color, 1.15); 23 | } 24 | 25 | GtkTreeView.cell.button { 26 | color: @theme_fg_color; 27 | } 28 | 29 | GtkTreeView.cell.button:hover { 30 | color: @theme_selected_fg_color; 31 | } 32 | 33 | row:selected, 34 | row:selected:hover, 35 | row:selected:focus { 36 | border-style: none; 37 | border-color: shade(@theme_selected_fg_color, 0.9); 38 | background-color: transparent; 39 | color: @theme_selected_fg_color; 40 | background-image: none; 41 | font-weight: bold; 42 | } 43 | -------------------------------------------------------------------------------- /gtk-3.0/widgets/check-radio.css: -------------------------------------------------------------------------------- 1 | /******************* 2 | * check and radio * 3 | *******************/ 4 | .check, 5 | .radio, 6 | .check:insensitive, 7 | .radio:insensitive { 8 | border-style: none; 9 | background-color: transparent; 10 | } 11 | 12 | GtkCheckButton:hover, 13 | GtkCheckButton:active:hover, 14 | GtkCheckButton:selected, 15 | GtkCheckButton:selected:focus { 16 | background-color: transparent; 17 | } 18 | -------------------------------------------------------------------------------- /gtk-3.0/widgets/color-chooser.css: -------------------------------------------------------------------------------- 1 | /***************** 2 | * color chooser * 3 | *****************/ 4 | GtkColorSwatch, 5 | GtkColorSwatch:selected { 6 | border-width: 1px; 7 | border-style: solid; 8 | border-color: alpha(black, 0.1); 9 | border-radius: 1px; 10 | background-color: transparent; 11 | background-clip: border-box; 12 | } 13 | 14 | GtkColorSwatch:hover, 15 | GtkColorSwatch:selected:hover { 16 | border-color: alpha(black, 0.3); 17 | } 18 | 19 | GtkColorSwatch.color-dark:hover { 20 | } 21 | 22 | GtkColorSwatch.color-light:hover { 23 | } 24 | 25 | GtkColorSwatch.color-light:selected:hover, 26 | GtkColorSwatch.color-dark:selected:hover { 27 | background-image: none; 28 | } 29 | 30 | GtkColorSwatch.left, 31 | GtkColorSwatch:first-child { 32 | border-top-left-radius: 0px; 33 | border-bottom-left-radius: 0px; 34 | } 35 | 36 | GtkColorSwatch.right, 37 | GtkColorSwatch:last-child { 38 | border-top-right-radius: 0px; 39 | border-bottom-right-radius: 0px; 40 | } 41 | 42 | GtkColorSwatch:only-child { 43 | border-radius: 0px; 44 | } 45 | 46 | GtkColorSwatch.top { 47 | border-top-left-radius: 0px; 48 | border-top-right-radius: 0px; 49 | } 50 | 51 | GtkColorSwatch.bottom { 52 | border-bottom-left-radius: 0px; 53 | border-bottom-right-radius: 0px; 54 | } 55 | 56 | GtkColorChooserWidget #add-color-button { 57 | background-clip: padding-box; 58 | border-color: alpha(black, 0.1); 59 | background-color: shade(@theme_bg_color, 0.95); 60 | color: @theme_fg_color; 61 | } 62 | 63 | GtkColorChooserWidget #add-color-button:hover { 64 | border-color: alpha(black, 0.3); 65 | background-color: shade(@theme_bg_color, 0.90); 66 | color: @theme_fg_color; 67 | } 68 | 69 | .color-active-badge, 70 | .color-active-badge:selected { 71 | border-width: 1px; 72 | border-style: solid; 73 | border-width: 2px; 74 | background-color: transparent; 75 | } 76 | 77 | .color-active-badge.color-light, 78 | .color-active-badge.color-light:hover { 79 | border-color: alpha(black, 0.3); 80 | color: alpha(black, 0.3); 81 | } 82 | 83 | .color-active-badge.color-dark, 84 | .color-active-badge.color-dark:hover { 85 | border-color: alpha(white, 0.3); 86 | color: alpha(white, 0.3); 87 | } 88 | 89 | GtkColorEditor GtkColorSwatch { 90 | border-radius: 0px; 91 | } 92 | 93 | GtkColorEditor GtkColorSwatch.color-dark:hover, 94 | GtkColorEditor GtkColorSwatch.color-light:hover { 95 | background-image: none; 96 | border-color: alpha(black, 0.3); 97 | } 98 | 99 | GtkColorButton.button { 100 | padding: 2px; 101 | } 102 | 103 | -------------------------------------------------------------------------------- /gtk-3.0/widgets/column-header.css: -------------------------------------------------------------------------------- 1 | /***************** 2 | * column-header * 3 | *****************/ 4 | column-header .button, 5 | column-header .button:active { 6 | border-width: 0 1px 1px 1px; 7 | border-radius: 0; 8 | border-style: solid; 9 | } 10 | 11 | column-header .button, 12 | column-header .button:active, 13 | column-header .button:focus, 14 | column-header .button:active:focus { 15 | border-color: shade(@theme_base_color, 0.95); 16 | border-bottom-color: shade(@theme_base_color, 0.9); 17 | background-color: shade(@theme_base_color, 0.97); 18 | background-image: none; 19 | color: @theme_text_color; 20 | } 21 | 22 | column-header .button:hover, 23 | column-header .button:active:hover, 24 | column-header .button:hover:focus, 25 | column-header .button:active:hover:focus { 26 | border-color: shade(@theme_base_color, 0.9); 27 | border-bottom-color: shade(@theme_base_color, 0.8); 28 | background-color: shade(@theme_base_color, 0.99); 29 | background-image: none; 30 | color: @theme_selected_fg_color; 31 | } 32 | 33 | column-header:last-child .button { 34 | border-width: 0 0 1px 0; 35 | } 36 | -------------------------------------------------------------------------------- /gtk-3.0/widgets/combobox.css: -------------------------------------------------------------------------------- 1 | /************ 2 | * combobox * 3 | ************/ 4 | .primary-toolbar GtkComboBox.combobox-entry .entry, 5 | .primary-toolbar GtkComboBox.combobox-entry .entry:active, 6 | .primary-toolbar GtkComboBox.combobox-entry .entry:focus, 7 | .primary-toolbar GtkComboBox.combobox-entry .entry:insensitive, 8 | GtkComboBox.combobox-entry .entry, 9 | GtkComboBox.combobox-entry .entry:active, 10 | GtkComboBox.combobox-entry .entry:focus, 11 | GtkComboBox.combobox-entry .entry:insensitive { 12 | border-width: 1px 0 1px 1px; 13 | border-top-right-radius: 0; 14 | border-bottom-right-radius: 0; 15 | } 16 | 17 | .primary-toolbar GtkComboBox.combobox-entry .button, 18 | .primary-toolbar GtkComboBox.combobox-entry .button:hover, 19 | .primary-toolbar GtkComboBox.combobox-entry .button:active, 20 | .primary-toolbar GtkComboBox.combobox-entry .button:insensitive, 21 | GtkComboBox.combobox-entry .button, 22 | GtkComboBox.combobox-entry .button:hover, 23 | GtkComboBox.combobox-entry .button:active, 24 | GtkComboBox.combobox-entry .button:insensitive { 25 | border-width: 1px 1px 1px 1px; 26 | border-bottom-left-radius: 0; 27 | border-top-left-radius: 0; 28 | } 29 | 30 | GtkComboBox .button, 31 | .action-bar GtkComboBox .button { 32 | padding: 4px 10px; 33 | /*background-color: shade(@theme_bg_color, 0.87);*/ 34 | background-color: @combobox_bg_color; 35 | border-width: 1px; 36 | border-style: solid; 37 | border-color: @light_grey; 38 | color: shade(@theme_text_color, 1.10); 39 | } 40 | 41 | GtkComboBox .button:hover, 42 | GtkComboBox .button:active, 43 | GtkComboBox .button:checked, 44 | GtkComboBox .button:active:hover, 45 | .action-bar GtkComboBox .button:hover, 46 | .action-bar GtkComboBox .button:active, 47 | .action-bar GtkComboBox .button:checked, 48 | .action-bar GtkComboBox .button:active:hover { 49 | background-color: shade(@combobox_bg_color, 1.03); 50 | color: shade(@theme_text_color, 0.92); 51 | border-color: shade (@light_grey, 0.95); 52 | box-shadow: 0 1px alpha (black, 0.07); 53 | } 54 | 55 | GtkComboBox .csd { 56 | box-shadow: none; 57 | } 58 | 59 | GtkComboBox .popup { 60 | box-shadow: #c6c7c9 0 1px, 61 | #c6c7c9 0 -1px, 62 | #c6c7c9 1px 0, 63 | #c6c7c9 -1px 0; 64 | } 65 | 66 | GtkComboBox .popup { 67 | box-shadow: alpha (#000, 0.15) 0 3px 3px; 68 | } 69 | 70 | GtkComboBox .menu { 71 | background-color: #f8f8f8; 72 | } 73 | 74 | GtkComboBox .menu .menuitem { 75 | color: @theme_fg_color; 76 | } 77 | -------------------------------------------------------------------------------- /gtk-3.0/widgets/dialogs.css: -------------------------------------------------------------------------------- 1 | /*********** 2 | * Dialogs * 3 | ***********/ 4 | .message-dialog .titlebar, 5 | .message-dialog .titlebar:backdrop { 6 | background-color: @theme_bg_color; 7 | color: @theme_fg_color; 8 | } 9 | 10 | .message-dialog.csd .dialog-action-area .button { 11 | padding: 6px; 12 | border-radius: 0; 13 | color: @theme_fg_color; 14 | background-color: @theme_bg_color; 15 | box-shadow: none; 16 | border: solid 1px transparent; 17 | } 18 | 19 | .message-dialog.csd .dialog-action-area .button:last-child { 20 | border-right-color: transparent; 21 | } 22 | 23 | .message-dialog.csd .dialog-action-area .button:hover { 24 | background-color: shade (@theme_bg_color, 0.97); 25 | border: solid 1px shade (@theme_bg_color, 0.75); 26 | color: @theme_text_color; 27 | } 28 | 29 | .message-dialog.csd .dialog-action-area .button:active, 30 | .message-dialog.csd .dialog-action-area .button:checked, 31 | .message-dialog.csd .dialog-action-area .button:active:focus, 32 | .message-dialog.csd .dialog-action-area .button:checked:focus { 33 | color: @theme_bg_color; 34 | background-color: shade(@theme_selected_fg_color, 1.15); 35 | border: solid 1px shade (@theme_selected_fg_color, 1.15); 36 | } 37 | 38 | GtkDialog .header-bar .right .button.titlebutton.close { 39 | background-position: center; 40 | } -------------------------------------------------------------------------------- /gtk-3.0/widgets/entry.css: -------------------------------------------------------------------------------- 1 | /********* 2 | * entry * 3 | *********/ 4 | 5 | .entry, 6 | .primary-toolbar .entry { 7 | transition: 200ms linear; 8 | padding: 4px 5px; 9 | border-style: solid; 10 | border-radius: 0px; 11 | border-width: 1px; 12 | background-color: shade(@theme_bg_color, 0.96); 13 | background-image: none; 14 | border-color: shade(@theme_bg_color, 0.87); 15 | color: @theme_text_color; 16 | } 17 | 18 | .header-bar .entry { 19 | transition: 200ms linear; 20 | padding: 4px 5px; 21 | border-style: solid; 22 | border-radius: 0px; 23 | border-width: 1px; 24 | background-color: shade(@menu_bg_color, 0.96); 25 | background-image: none; 26 | border-color: shade(@menu_bg_color, 0.87); 27 | color: @theme_base_color; 28 | } 29 | 30 | .entry:focus, 31 | .primary-toolbar .entry:focus { 32 | transition: 200ms linear; 33 | background-color: @theme_base_color; 34 | border-style: solid; 35 | border-color: shade(@theme_bg_color, 0.87); 36 | color: @theme_text_color; 37 | } 38 | 39 | .header-bar .entry:focus { 40 | transition: 200ms linear; 41 | background-color: shade(@menu_bg_color, 0.9); 42 | border-style: solid; 43 | border-color: shade(@menu_bg_color, 0.82); 44 | color: @theme_base_color; 45 | } 46 | 47 | .entry:selected, 48 | .primary-toolbar .entry:selected, 49 | .entry:selected:focus, 50 | .primary-toolbar .entry:selected:focus { 51 | background-color: shade(@theme_bg_color, 0.9); 52 | } 53 | 54 | .header-bar .entry:selected, 55 | .header-bar .entry:selected:focus { 56 | background-color: shade(@menu_bg_color, 0.75); 57 | } 58 | 59 | .entry:insensitive { 60 | background-color: shade(@theme_bg_color, 0.95); 61 | background-image: none; 62 | color: mix(@theme_text_color, @theme_base_color, 0.5); 63 | } 64 | 65 | .primary-toolbar .entry:insensitive { 66 | background-color: shade(@menu_bg_color, 0.95); 67 | background-image: none; 68 | color: mix(@theme_text_color, @theme_base_color, 0.5); 69 | } 70 | 71 | .entry.progressbar { 72 | border-width: 0; 73 | border-radius: 0; 74 | background-color: @theme_selected_fg_color; 75 | background-image: none; 76 | color: @theme_base_color; 77 | border-color: @theme_selected_fg_color; 78 | } 79 | -------------------------------------------------------------------------------- /gtk-3.0/widgets/listbox.css: -------------------------------------------------------------------------------- 1 | /************** 2 | * List boxes * 3 | **************/ 4 | 5 | .list-row { 6 | font-weight: normal; 7 | padding: 6px; 8 | transition: 100ms linear; 9 | } 10 | 11 | .sidebar .list-row *{ 12 | padding: 0; 13 | padding-left: 4px; 14 | } 15 | 16 | .list-row.button { 17 | font-weight: normal; 18 | background-color: @theme_bg_color; 19 | color: @theme_fg_color; 20 | } 21 | 22 | .list-row.button:hover, 23 | .list-row:hover { 24 | background-color: shade(@theme_bg_color, 0.92); 25 | } 26 | 27 | .list-row.button:active, 28 | .list-row.button:active:hover { 29 | color: @theme_fg_color; 30 | background-color: shade(@theme_bg_color, 0.92); 31 | } 32 | 33 | .list-row.button:checked { 34 | color: @theme_selected_fg_color; 35 | } 36 | 37 | .list-row.button:selected, 38 | .list-row.button:selected:hover, 39 | .list-row.button:focus, 40 | .list-row.button:focus:hover { 41 | outline-color: alpha(@theme_selected_fg_color, 0.3); 42 | } 43 | 44 | .list-row.button:selected, 45 | .list-row:selected { 46 | background-color: @theme_selected_bg_color; 47 | color: @theme_selected_fg_color; 48 | outline-color: alpha(@theme_selected_fg_color, 0.3); 49 | } 50 | 51 | .list-row.button:selected:hover { 52 | background-color: shade(@theme_selected_bg_color, 1.05); 53 | color: @theme_selected_fg_color; 54 | } 55 | 56 | .list-row.button:selected:active:hover { 57 | color: @theme_selected_fg_color; 58 | background-color: shade(@theme_selected_bg_color, 0.97); 59 | } 60 | -------------------------------------------------------------------------------- /gtk-3.0/widgets/popover.css: -------------------------------------------------------------------------------- 1 | /************ 2 | * popovers * 3 | ************/ 4 | GtkPopover { 5 | margin: 10px; 6 | padding: 2px; 7 | border-radius: 1px; 8 | border-color: alpha (black, 0.25); 9 | border-width: 1px; 10 | border-style: solid; 11 | background-clip: border-box; 12 | background-color: @theme_bg_color; 13 | color: @theme_fg_color; 14 | box-shadow: 0 0 2px alpha(black, 0.75); 15 | } 16 | 17 | .popover { 18 | box-shadow: alpha (#000, 0.15) 0 3px 3px; 19 | } 20 | 21 | .popover .button, 22 | .popover .button.flat, 23 | .popover .list-row.button { 24 | transition: 100ms ease-in; 25 | background-color: @theme_bg_color; 26 | color: @theme_text_color; 27 | border: solid 1px @theme_bg_color; 28 | } 29 | 30 | 31 | .popover .button.flat:hover, 32 | .popover .button:hover, 33 | .popover .list-row.button:hover, 34 | .popover .list-row.button.flat:hover { 35 | transition: 100ms ease-in; 36 | color: @menu_selected_fg_color; 37 | border: solid 1px alpha (black, 0.15); 38 | background-color: alpha(@theme_base_color, 0.5); 39 | } 40 | 41 | .popover > .list, 42 | .popover > .view, 43 | .popover > .toolbar { 44 | background-color: transparent; 45 | } 46 | 47 | .popover.osd > .toolbar .button { 48 | border-radius: 0; 49 | border-width: 0; 50 | background-image: none; 51 | background-color: transparent; 52 | } 53 | 54 | .popover .separator { 55 | border: 0; 56 | background-color: transparent; 57 | color: alpha(black, 0.1); 58 | font-size: 80%; 59 | font-weight: bold; 60 | } 61 | 62 | 63 | .popover .list-row.button:active, 64 | .popover .list-row.button:checked, 65 | .popover .list-row.button:active:hover, 66 | .popover .list-row.button:checked:hover { 67 | color: shade(@theme_selected_fg_color, 0.92); 68 | background-color: transparent; 69 | border: none; 70 | } 71 | 72 | GtkModelButton.button, 73 | GtkModelButton.button:active, 74 | GtkModelButton.button:checked, 75 | GtkModelButton.button:insensitive, 76 | GtkModelButton.button:active:insensitive { 77 | background-color: transparent; 78 | background-image: none; 79 | box-shadow: none; 80 | color: @theme_fg_color; 81 | border: none; 82 | } 83 | 84 | GtkModelButton.button:active:hover, 85 | GtkModelButton.button:checked:hover, 86 | GtkModelButton.button:hover, 87 | GtkModelButton.button:selected { 88 | background-color: @theme_selected_bg_color; 89 | background-image: none; 90 | color: @menu_selected_fg_color; 91 | border: none; 92 | } 93 | -------------------------------------------------------------------------------- /gtk-3.0/widgets/scrollbar.css: -------------------------------------------------------------------------------- 1 | /************* 2 | * scrollbar * 3 | *************/ 4 | .scrollbar { 5 | border-width: 0px; 6 | border-style: none; 7 | padding: 0; 8 | } 9 | 10 | .scrollbars-junction, 11 | .scrollbar.trough { 12 | border: solid 3px transparent; 13 | border-radius: 0; 14 | background-color: transparent; 15 | background-image: none; 16 | } 17 | 18 | .scrollbar.button, 19 | .scrollbar.button:active, 20 | .scrollbar.button:active:hover { 21 | border-width: 0; 22 | border-radius: 0; 23 | background-color: transparent; 24 | background-image: none; 25 | color: shade(@theme_bg_color, 0.6); 26 | } 27 | 28 | .scrollbar.slider { 29 | padding: 10px; 30 | border-width: 3px; 31 | border-color: transparent; 32 | border-radius: 0; 33 | border-style: solid; 34 | background-color: shade (alpha (mix (black, white, 0.6), 0.5), 0.75); 35 | } 36 | 37 | .scrollbar.slider:hover, 38 | .scrollbar.slider.vertical:hover { 39 | background-color: alpha (mix(@theme_bg_color, @theme_fg_color, 0.4), 0.8); 40 | } 41 | 42 | .scrollbar.slider:active, 43 | .scrollbar.slider.vertical:active { 44 | background-color: alpha(@theme_selected_fg_color, 0.8); 45 | } 46 | 47 | .scrollbar.slider.fine-tune:prelight:active { 48 | background-size: 50%; 49 | background-repeat: no-repeat; 50 | background-position: center; 51 | } 52 | 53 | /* overlay scrollbar */ 54 | OsThumb { 55 | color: shade(@theme_bg_color, 0.7); 56 | } 57 | 58 | OsThumb:selected, 59 | OsScrollbar:selected { 60 | background-color: @theme_selected_fg_color; 61 | } 62 | 63 | OsThumb:active, 64 | OsScrollbar:active { 65 | background-color: @theme_selected_fg_color; 66 | } 67 | 68 | OsThumb:insensitive, 69 | OsScrollbar:insensitive { 70 | background-color: shade(@theme_bg_color, 0.9); 71 | } 72 | 73 | -------------------------------------------------------------------------------- /gtk-3.0/widgets/selection-mode.css: -------------------------------------------------------------------------------- 1 | /****************** 2 | * selection mode * 3 | ******************/ 4 | .selection-mode.header-bar, 5 | .selection-mode.toolbar { 6 | border-style: none; 7 | background-color: shade (@wm_bg, 0.75); 8 | background-image: none; 9 | color: @theme_base_color; 10 | } 11 | 12 | .selection-mode.toolbar { 13 | padding: 4px; 14 | } -------------------------------------------------------------------------------- /gtk-3.0/widgets/separator.css: -------------------------------------------------------------------------------- 1 | /************* 2 | * separator * 3 | *************/ 4 | 5 | .sidebar.view.separator, 6 | .view.separator, 7 | .separator, 8 | .sidebar .view.separator { 9 | color: shade(@theme_bg_color, 0.9); 10 | } 11 | 12 | .button .separator, 13 | .button.separator { 14 | color: @button_bg_color; 15 | } 16 | 17 | .button .separator:insensitive, 18 | .button.separator:insensitive { 19 | color: shade(@button_bg_color, 1.05); 20 | } 21 | 22 | .primary-toolbar GtkSeparatorToolItem, 23 | .primary-toolbar .separator, 24 | .primary-toolbar .separator:insensitive, 25 | .toolbar GtkSeparatorToolItem, 26 | .toolbar .separator, 27 | .toolbar .separator:insensitive, 28 | .header-bar GtkSeparatorToolItem, 29 | .header-bar .separator, 30 | .header-bar .separator:insensitive { 31 | border-color: shade(@toolbar_bg_color, 0.87); 32 | color: shade(@toolbar_bg_color, 0.87); 33 | } 34 | 35 | .primary-toolbar .button .separator, 36 | .primary-toolbar .button.separator, 37 | .toolbar .button .separator, 38 | .toolbar .button.separator, 39 | .header-bar .button .separator, 40 | .header-bar .button.separator { 41 | border-color: shade(@toolbar_bg_color, 0.95); 42 | } 43 | 44 | .primary-toolbar .button .separator:insensitive, 45 | .primary-toolbar .button.separator:insensitive, 46 | .toolbar .button .separator:insensitive, 47 | .toolbar .button.separator:insensitive, 48 | .header-bar .button .separator:insensitive, 49 | .header-bar .button.separator:insensitive { 50 | border-color: shade(@toolbar_bg_color, 0.85); 51 | } 52 | 53 | .menuitem.separator { 54 | -GtkMenuItem-horizontal-padding: 0; 55 | -GtkWidget-separator-height: 1; 56 | 57 | border-style: none; 58 | color: shade(@menu_bg_color, 0.9); 59 | } 60 | 61 | GtkComboBox .separator { 62 | border-style: none; 63 | 64 | /* always disable separators */ 65 | -GtkWidget-wide-separators: true; 66 | -GtkWidget-horizontal-separator: 0; 67 | -GtkWidget-vertical-separator: 0; 68 | } 69 | 70 | -------------------------------------------------------------------------------- /gtk-3.0/widgets/sidebar.css: -------------------------------------------------------------------------------- 1 | /*********** 2 | * sidebar * 3 | ***********/ 4 | .sidebar, 5 | .sidebar.view, 6 | .sidebar .view { 7 | background-color: shade(@theme_bg_color, 0.98); 8 | color: @theme_fg_color; 9 | } 10 | 11 | .sidebar .image:selected { 12 | color: @theme_fg_color; 13 | } 14 | 15 | .sidebar .image:selected:focus, 16 | .sidebar .image:selected:hover { 17 | color: @theme_selected_fg_color; 18 | } 19 | 20 | .sidebar .cell:selected, 21 | .sidebar .cell:selected:focus { 22 | color: @theme_selected_fg_color; 23 | } 24 | 25 | .sidebar .frame { 26 | border-width: 0; 27 | } 28 | 29 | .sidebar-button { 30 | border: none; 31 | background-color: transparent; 32 | color: @theme_fg_color; 33 | box-shadow: none; 34 | border-radius: 2px; 35 | } 36 | 37 | .sidebar-button:hover { 38 | background-color: transparent; 39 | color: @theme_selected_fg_color; 40 | } 41 | 42 | .sidebar-button:active, 43 | .sidebar-button:active:hover, 44 | .sidebar-button:checked { 45 | background-color: transparent; 46 | color: shade(@theme_selected_fg_color, 0.87); 47 | } 48 | 49 | .sidebar-row { 50 | border-top: solid 1px @theme_bg_color; 51 | border-bottom: solid 1px @theme_bg_color; 52 | } 53 | 54 | .sidebar-row:selected { 55 | background-color: alpha (@theme_base_color, 0.75); 56 | border-top: solid 1px alpha (black, 0.07); 57 | border-bottom: solid 1px alpha (black, 0.1); 58 | box-shadow: 0 1px alpha (black, 0.03); 59 | } 60 | -------------------------------------------------------------------------------- /gtk-3.0/widgets/spinbutton.css: -------------------------------------------------------------------------------- 1 | /************** 2 | * spinbutton * 3 | **************/ 4 | .spinbutton.entry { 5 | padding: 3px 8px; 6 | border-top-right-radius: 0; 7 | border-bottom-right-radius: 0; 8 | border-right-width: 0; 9 | } 10 | 11 | .spinbutton.button { 12 | padding: 4px; 13 | border-style: none; 14 | border-radius: 0; 15 | background-color: transparent; 16 | color: @theme_fg_color; 17 | } 18 | 19 | .spinbutton.button:active { 20 | transition: 500ms linear; 21 | border-style: none; 22 | border-radius: 0; 23 | background-color: transparent; 24 | color: shade(@theme_selected_fg_color, 0.85); 25 | } 26 | 27 | .spinbutton.button:hover { 28 | transition: all 500ms linear; 29 | border-style: none; 30 | border-radius: 0; 31 | color: @theme_selected_fg_color; 32 | } 33 | 34 | .spinbutton.button:insensitive { 35 | border-color: alpha(@theme_bg_color, 0.01); 36 | color: mix(@theme_fg_color, @theme_bg_color, 0.5); 37 | } 38 | 39 | .spinbutton.button { 40 | border-radius: 0; 41 | border-style: solid; 42 | border-width: 0; 43 | } 44 | 45 | .spinbutton.button:first-child { 46 | border-radius: 0; 47 | border-top-right-radius: 0; 48 | border-bottom-right-radius: 0; 49 | border-left-width: 1px; 50 | border-left-color: shade(@theme_bg_color, 0.8); 51 | border-style: solid; 52 | } 53 | 54 | .spinbutton.button:last-child { 55 | border-radius: 0; 56 | border-bottom-left-radius: 0; 57 | border-top-left-radius: 0; 58 | border-right-width: 1px; 59 | border-right-color: shade(@theme_bg_color, 0.82); 60 | border-style: solid; 61 | } 62 | 63 | .spinbutton.vertical .button:first-child { 64 | border-width: 1px; 65 | border-bottom-width: 0; 66 | border-radius: 0; 67 | border-bottom-right-radius: 0; 68 | border-bottom-left-radius: 0; 69 | border: solid 1px shade(@theme_bg_color, 0.82); 70 | border-bottom: none; 71 | } 72 | 73 | .spinbutton.vertical .button:last-child { 74 | border-width: 1px; 75 | border-top-width: 0; 76 | border-radius: 0; 77 | border-top-left-radius: 0; 78 | border-top-right-radius: 0; 79 | border: solid 1px shade(@theme_bg_color, 0.82); 80 | border-top: none; 81 | } 82 | 83 | .spinbutton.vertical.entry { 84 | border-width: 1px; 85 | border-style: solid; 86 | border-radius: 0; 87 | } 88 | -------------------------------------------------------------------------------- /gtk-3.0/widgets/spinner.css: -------------------------------------------------------------------------------- 1 | 2 | @keyframes spin { 3 | to { 4 | -gtk-icon-transform: rotate(1turn); 5 | } 6 | } 7 | 8 | .spinner { 9 | background-image: none; 10 | background-color: blue; 11 | opacity: 0; 12 | -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); 13 | } 14 | 15 | .spinner:active { 16 | opacity: 1; 17 | animation: spin 1s linear infinite; 18 | } 19 | 20 | .spinner:active:insensitive { 21 | opacity: 0.5; 22 | } 23 | -------------------------------------------------------------------------------- /gtk-3.0/widgets/switch.css: -------------------------------------------------------------------------------- 1 | /********** 2 | * Switch * 3 | **********/ 4 | GtkSwitch { 5 | font: 1; 6 | -GtkSwitch-slider-width: 26; 7 | -GtkSwitch-slider-height: 24; 8 | outline-color: transparent; 9 | transition: all 500ms linear; 10 | background-size: 52px 24px; 11 | } 12 | 13 | 14 | GtkSwitch.trough { 15 | background-repeat: no-repeat; 16 | background-position: center center; 17 | color: transparent; 18 | background-color: transparent; 19 | border-color: transparent; 20 | border-image: none; 21 | border-style: none; 22 | box-shadow: none; 23 | } 24 | 25 | GtkSwitch.slider { 26 | background-size: 14px 14px; 27 | background-repeat: no-repeat; 28 | background-position: center center; 29 | color: transparent; 30 | background-color: transparent; 31 | border-color: transparent; 32 | border-image: none; 33 | border-style: none; 34 | box-shadow: none; 35 | } 36 | 37 | GtkSwitch.trough:dir(rtl), GtkSwitch.slider:dir(rtl) { 38 | background-position: left center; 39 | } 40 | -------------------------------------------------------------------------------- /index.theme: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Type=X-GNOME-Metatheme 3 | Name=Iris 4 | Comment=A flat and light theme with a modern look 5 | Encoding=UTF-8 6 | 7 | [X-GNOME-Metatheme] 8 | GtkTheme=Iris 9 | MetacityTheme=Iris 10 | ButtonLayout=:minimize,maximize,close 11 | -------------------------------------------------------------------------------- /openbox-3/close.xbm: -------------------------------------------------------------------------------- 1 | #define close_width 8 2 | #define close_height 8 3 | static unsigned char close_bits[] = { 4 | 0xc3, 0xe7, 0x7e, 0x3c, 0x3c, 0x7e, 0xe7, 0xc3 }; 5 | -------------------------------------------------------------------------------- /openbox-3/desk.xbm: -------------------------------------------------------------------------------- 1 | #define desk_toggled_width 8 2 | #define desk_toggled_height 8 3 | static unsigned char desk_toggled_bits[] = { 4 | 0xe7, 0xe7, 0xe7, 0x00, 0x00, 0xe7, 0xe7, 0xe7 }; 5 | -------------------------------------------------------------------------------- /openbox-3/desk_toggled.xbm: -------------------------------------------------------------------------------- 1 | #define desk_width 8 2 | #define desk_height 8 3 | static unsigned char desk_bits[] = { 4 | 0x04, 0x0e, 0x3f, 0x1e, 0x1c, 0x24, 0x40, 0x80 }; 5 | -------------------------------------------------------------------------------- /openbox-3/iconify.xbm: -------------------------------------------------------------------------------- 1 | #define iconify_width 8 2 | #define iconify_height 8 3 | static unsigned char iconify_bits[] = { 4 | 0x00, 0x00, 0x00, 0xff, 0xff, 0x00, 0x00, 0x00 }; 5 | -------------------------------------------------------------------------------- /openbox-3/max.xbm: -------------------------------------------------------------------------------- 1 | #define max_width 8 2 | #define max_height 8 3 | static unsigned char max_bits[] = { 4 | 0xff, 0xff, 0xc3, 0xc3, 0xc3, 0xc3, 0xff, 0xff }; 5 | -------------------------------------------------------------------------------- /openbox-3/max_toggled.xbm: -------------------------------------------------------------------------------- 1 | #define max_toggled_width 8 2 | #define max_toggled_height 8 3 | static unsigned char max_toggled_bits[] = { 4 | 0xff, 0xff, 0xc3, 0xc3, 0xc3, 0xc3, 0xff, 0xff }; 5 | -------------------------------------------------------------------------------- /openbox-3/shade.xbm: -------------------------------------------------------------------------------- 1 | #define shade_width 8 2 | #define shade_height 8 3 | static unsigned char shade_bits[] = { 4 | 0x18, 0x3c, 0x7e, 0xff, 0x18, 0x18, 0x18, 0x18 }; 5 | -------------------------------------------------------------------------------- /openbox-3/shade_toggled.xbm: -------------------------------------------------------------------------------- 1 | #define shade_toggled_width 8 2 | #define shade_toggled_height 8 3 | static unsigned char shade_toggled_bits[] = { 4 | 0x18, 0x18, 0x18, 0x18, 0xff, 0x7e, 0x3c, 0x18 }; 5 | -------------------------------------------------------------------------------- /unity/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/unity/close.png -------------------------------------------------------------------------------- /unity/close_focused_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/unity/close_focused_normal.png -------------------------------------------------------------------------------- /unity/close_focused_prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/unity/close_focused_prelight.png -------------------------------------------------------------------------------- /unity/close_focused_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/unity/close_focused_pressed.png -------------------------------------------------------------------------------- /unity/close_unfocused.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/unity/close_unfocused.png -------------------------------------------------------------------------------- /unity/close_unfocused_prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/unity/close_unfocused_prelight.png -------------------------------------------------------------------------------- /unity/close_unfocused_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/unity/close_unfocused_pressed.png -------------------------------------------------------------------------------- /unity/launcher_icon_back_150.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /unity/launcher_icon_back_54.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /unity/launcher_icon_edge_150.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /unity/launcher_icon_edge_54.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /unity/launcher_icon_glow_200.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /unity/launcher_icon_glow_62.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /unity/launcher_icon_selected_back_150.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /unity/launcher_icon_selected_back_54.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /unity/launcher_icon_shadow_200.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /unity/launcher_icon_shadow_62.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /unity/launcher_icon_shine_150.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /unity/launcher_icon_shine_54.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /unity/maximize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/unity/maximize.png -------------------------------------------------------------------------------- /unity/maximize_focused_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/unity/maximize_focused_normal.png -------------------------------------------------------------------------------- /unity/maximize_focused_prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/unity/maximize_focused_prelight.png -------------------------------------------------------------------------------- /unity/maximize_focused_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/unity/maximize_focused_pressed.png -------------------------------------------------------------------------------- /unity/maximize_unfocused.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/unity/maximize_unfocused.png -------------------------------------------------------------------------------- /unity/maximize_unfocused_prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/unity/maximize_unfocused_prelight.png -------------------------------------------------------------------------------- /unity/maximize_unfocused_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/unity/maximize_unfocused_pressed.png -------------------------------------------------------------------------------- /unity/minimize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/unity/minimize.png -------------------------------------------------------------------------------- /unity/minimize_focused_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/unity/minimize_focused_normal.png -------------------------------------------------------------------------------- /unity/minimize_focused_prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/unity/minimize_focused_prelight.png -------------------------------------------------------------------------------- /unity/minimize_focused_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/unity/minimize_focused_pressed.png -------------------------------------------------------------------------------- /unity/minimize_unfocused.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/unity/minimize_unfocused.png -------------------------------------------------------------------------------- /unity/minimize_unfocused_prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/unity/minimize_unfocused_prelight.png -------------------------------------------------------------------------------- /unity/minimize_unfocused_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/unity/minimize_unfocused_pressed.png -------------------------------------------------------------------------------- /unity/minimized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/unity/minimized.png -------------------------------------------------------------------------------- /unity/unmaximize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/unity/unmaximize.png -------------------------------------------------------------------------------- /unity/unmaximize_focused_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/unity/unmaximize_focused_normal.png -------------------------------------------------------------------------------- /unity/unmaximize_focused_prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/unity/unmaximize_focused_prelight.png -------------------------------------------------------------------------------- /unity/unmaximize_focused_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/unity/unmaximize_focused_pressed.png -------------------------------------------------------------------------------- /unity/unmaximize_unfocused.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/unity/unmaximize_unfocused.png -------------------------------------------------------------------------------- /unity/unmaximize_unfocused_prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/unity/unmaximize_unfocused_prelight.png -------------------------------------------------------------------------------- /unity/unmaximize_unfocused_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyl0n/iris/3468e91948ff6f4145cd305c3db96673afd43fbe/unity/unmaximize_unfocused_pressed.png -------------------------------------------------------------------------------- /xfwm4/bottom-active.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * bottom_active_xpm[] = { 3 | "8 2 2 1", 4 | " c None", 5 | ". c #FFFFFF", 6 | "........", 7 | "........"}; 8 | -------------------------------------------------------------------------------- /xfwm4/bottom-inactive.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * bottom_inactive_xpm[] = { 3 | "8 2 2 1", 4 | " c None", 5 | ". c #FFFFFF", 6 | "........", 7 | "........"}; 8 | -------------------------------------------------------------------------------- /xfwm4/bottom-left-active.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * bottom_left_active_xpm[] = { 3 | "2 2 2 1", 4 | " c None", 5 | ". c #FFFFFF", 6 | "..", 7 | ".."}; 8 | -------------------------------------------------------------------------------- /xfwm4/bottom-left-inactive.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * bottom_left_inactive_xpm[] = { 3 | "2 2 2 1", 4 | " c None", 5 | ". c #FFFFFF", 6 | "..", 7 | ".."}; 8 | -------------------------------------------------------------------------------- /xfwm4/bottom-right-active.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * bottom_right_active_xpm[] = { 3 | "2 2 2 1", 4 | " c None", 5 | ". c #FFFFFF", 6 | "..", 7 | ".."}; 8 | -------------------------------------------------------------------------------- /xfwm4/bottom-right-inactive.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * bottom_right_inactive_xpm[] = { 3 | "2 2 2 1", 4 | " c None", 5 | ". c #FFFFFF", 6 | "..", 7 | ".."}; 8 | -------------------------------------------------------------------------------- /xfwm4/close-active.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * close_active_xpm[] = { 3 | "16 16 8 1", 4 | " c None", 5 | ". c #FFFFFF", 6 | "+ c #444444", 7 | "@ c #DFDFDF", 8 | "# c #CECECE", 9 | "$ c #E3E3E3", 10 | "% c #EBEBEB", 11 | "& c #474747", 12 | "................", 13 | "................", 14 | "................", 15 | "................", 16 | "....++@...++....", 17 | "....+++#$+++....", 18 | ".....++++++.....", 19 | ".....%+++&%.....", 20 | ".....%+++&%.....", 21 | ".....++++++.....", 22 | "....+++%%+++....", 23 | "....++....++....", 24 | "................", 25 | "................", 26 | "................", 27 | "................"}; 28 | -------------------------------------------------------------------------------- /xfwm4/close-inactive.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * close_inactive_xpm[] = { 3 | "16 16 27 1", 4 | " c None", 5 | ". c #FFFFFF", 6 | "+ c #B3AFAE", 7 | "@ c #BAB8B8", 8 | "# c #BBB8B8", 9 | "$ c #BAB7B6", 10 | "% c #BFBDBD", 11 | "& c #ADA9A8", 12 | "* c #B4B0B0", 13 | "= c #F5F5F5", 14 | "- c #F4F4F4", 15 | "; c #AEAAAA", 16 | "> c #B7B4B4", 17 | ", c #B5B2B1", 18 | "' c #A39F9D", 19 | ") c #F8F8F8", 20 | "! c #A6A3A2", 21 | "~ c #F2F2F2", 22 | "{ c #F6F6F6", 23 | "] c #A29F9E", 24 | "^ c #A8A5A4", 25 | "/ c #B7B6B6", 26 | "( c #ACAAA9", 27 | "_ c #B2B0AF", 28 | ": c #B6B3B3", 29 | "< c #C2C1C1", 30 | "[ c #B6B4B3", 31 | "................", 32 | "................", 33 | "................", 34 | "................", 35 | "....+@....#$....", 36 | "....%&*=-;&>....", 37 | ".....,&''&*.....", 38 | ".....)!&&'=.....", 39 | ".....~!&&'{.....", 40 | ".....,&]]&^.....", 41 | "..../&({=_&:....", 42 | "....$<....[,....", 43 | "................", 44 | "................", 45 | "................", 46 | "................"}; 47 | -------------------------------------------------------------------------------- /xfwm4/close-prelight.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * close_prelight_xpm[] = { 3 | "16 16 29 1", 4 | " c None", 5 | ". c #FFFFFF", 6 | "+ c #DC6758", 7 | "@ c #B06056", 8 | "# c #EFEEEE", 9 | "$ c #F6F6F6", 10 | "% c #CA968F", 11 | "& c #D95E4E", 12 | "* c #BB7269", 13 | "= c #D64937", 14 | "- c #CC4736", 15 | "; c #F9F8F8", 16 | "> c #F5F3F3", 17 | ", c #BB766D", 18 | "' c #F9F9F9", 19 | ") c #CE4736", 20 | "! c #C94636", 21 | "~ c #F0EEEE", 22 | "{ c #F6F5F5", 23 | "] c #EDEAEA", 24 | "^ c #C84636", 25 | "/ c #BB766C", 26 | "( c #CA4736", 27 | "_ c #EEECEC", 28 | ": c #F3F2F2", 29 | "< c #B0635A", 30 | "[ c #B1655B", 31 | "} c #BB7A71", 32 | "| c #DD6D5E", 33 | "................", 34 | "................", 35 | "................", 36 | "................", 37 | "....+@#..$%&....", 38 | "....*=-;>-=,....", 39 | "....')=!!=-~....", 40 | ".....{)==!].....", 41 | ".....{)==!].....", 42 | "....$)=^^=-{....", 43 | "..../=(_:(=<....", 44 | "....&[....}|....", 45 | "................", 46 | "................", 47 | "................", 48 | "................"}; 49 | -------------------------------------------------------------------------------- /xfwm4/close-pressed.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * close_pressed_xpm[] = { 3 | "16 16 22 1", 4 | " c None", 5 | ". c #FFFFFF", 6 | "+ c #C04949", 7 | "@ c #D07979", 8 | "# c #DB9A9A", 9 | "$ c #F2D9D9", 10 | "% c #F4DFDF", 11 | "& c #CE7171", 12 | "* c #C04B4B", 13 | "= c #D78E8E", 14 | "- c #CC6C6C", 15 | "; c #C14E4E", 16 | "> c #C86363", 17 | ", c #C45555", 18 | "' c #CF7474", 19 | ") c #C96666", 20 | "! c #C75E5E", 21 | "~ c #D38080", 22 | "{ c #C25151", 23 | "] c #C55858", 24 | "^ c #CC6D6D", 25 | "/ c #C86161", 26 | "................", 27 | "................", 28 | "................", 29 | "................", 30 | "....+@....#+....", 31 | "....@+@$%&*=....", 32 | ".....-;>,;'.....", 33 | "......);;>......", 34 | "......,+;!......", 35 | ".....~+{];=.....", 36 | "....#*>..#;^....", 37 | "....;#..../+....", 38 | "................", 39 | "................", 40 | "................", 41 | "................"}; 42 | -------------------------------------------------------------------------------- /xfwm4/hide-active.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * hide_active_xpm[] = { 3 | "16 16 3 1", 4 | " c None", 5 | ". c #FFFFFF", 6 | "+ c #444444", 7 | "................", 8 | "................", 9 | "................", 10 | "................", 11 | "................", 12 | "................", 13 | "................", 14 | "....++++++++....", 15 | "....++++++++....", 16 | "................", 17 | "................", 18 | "................", 19 | "................", 20 | "................", 21 | "................", 22 | "................"}; 23 | -------------------------------------------------------------------------------- /xfwm4/hide-inactive.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * hide_inactive_xpm[] = { 3 | "16 16 3 1", 4 | " c None", 5 | ". c #FFFFFF", 6 | "+ c #ADA9A8", 7 | "................", 8 | "................", 9 | "................", 10 | "................", 11 | "................", 12 | "................", 13 | "................", 14 | "....++++++++....", 15 | "....++++++++....", 16 | "................", 17 | "................", 18 | "................", 19 | "................", 20 | "................", 21 | "................", 22 | "................"}; 23 | -------------------------------------------------------------------------------- /xfwm4/hide-prelight.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * hide_prelight_xpm[] = { 3 | "16 16 3 1", 4 | " c None", 5 | ". c #FFFFFF", 6 | "+ c #D64937", 7 | "................", 8 | "................", 9 | "................", 10 | "................", 11 | "................", 12 | "................", 13 | "................", 14 | "....++++++++....", 15 | "....++++++++....", 16 | "................", 17 | "................", 18 | "................", 19 | "................", 20 | "................", 21 | "................", 22 | "................"}; 23 | -------------------------------------------------------------------------------- /xfwm4/hide-pressed.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * hide_pressed_xpm[] = { 3 | "16 16 3 1", 4 | " c None", 5 | ". c #FFFFFF", 6 | "+ c #B44335", 7 | "................", 8 | "................", 9 | "................", 10 | "................", 11 | "................", 12 | "................", 13 | "................", 14 | "....++++++++....", 15 | "....++++++++....", 16 | "................", 17 | "................", 18 | "................", 19 | "................", 20 | "................", 21 | "................", 22 | "................"}; 23 | -------------------------------------------------------------------------------- /xfwm4/left-active.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * left_active_xpm[] = { 3 | "2 21 2 1", 4 | " c None", 5 | ". c #FFFFFF", 6 | "..", 7 | "..", 8 | "..", 9 | "..", 10 | "..", 11 | "..", 12 | "..", 13 | "..", 14 | "..", 15 | "..", 16 | "..", 17 | "..", 18 | "..", 19 | "..", 20 | "..", 21 | "..", 22 | "..", 23 | "..", 24 | "..", 25 | "..", 26 | ".."}; 27 | -------------------------------------------------------------------------------- /xfwm4/left-inactive.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * left_inactive_xpm[] = { 3 | "2 21 2 1", 4 | " c None", 5 | ". c #FFFFFF", 6 | "..", 7 | "..", 8 | "..", 9 | "..", 10 | "..", 11 | "..", 12 | "..", 13 | "..", 14 | "..", 15 | "..", 16 | "..", 17 | "..", 18 | "..", 19 | "..", 20 | "..", 21 | "..", 22 | "..", 23 | "..", 24 | "..", 25 | "..", 26 | ".."}; 27 | -------------------------------------------------------------------------------- /xfwm4/maximize-active.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * maximize_active_xpm[] = { 3 | "16 16 3 1", 4 | " c None", 5 | ". c #FFFFFF", 6 | "+ c #444444", 7 | "................", 8 | "................", 9 | "................", 10 | "................", 11 | "....++++++++....", 12 | "....++++++++....", 13 | "....++....++....", 14 | "....++....++....", 15 | "....++....++....", 16 | "....++....++....", 17 | "....++++++++....", 18 | "....++++++++....", 19 | "................", 20 | "................", 21 | "................", 22 | "................"}; 23 | -------------------------------------------------------------------------------- /xfwm4/maximize-inactive.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * maximize_inactive_xpm[] = { 3 | "16 16 3 1", 4 | " c None", 5 | ". c #FFFFFF", 6 | "+ c #ADA9A8", 7 | "................", 8 | "................", 9 | "................", 10 | "................", 11 | "....++++++++....", 12 | "....++++++++....", 13 | "....++....++....", 14 | "....++....++....", 15 | "....++....++....", 16 | "....++....++....", 17 | "....++++++++....", 18 | "....++++++++....", 19 | "................", 20 | "................", 21 | "................", 22 | "................"}; 23 | -------------------------------------------------------------------------------- /xfwm4/maximize-prelight.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * maximize_prelight_xpm[] = { 3 | "16 16 3 1", 4 | " c None", 5 | ". c #FFFFFF", 6 | "+ c #D64937", 7 | "................", 8 | "................", 9 | "................", 10 | "................", 11 | "....++++++++....", 12 | "....++++++++....", 13 | "....++....++....", 14 | "....++....++....", 15 | "....++....++....", 16 | "....++....++....", 17 | "....++++++++....", 18 | "....++++++++....", 19 | "................", 20 | "................", 21 | "................", 22 | "................"}; 23 | -------------------------------------------------------------------------------- /xfwm4/maximize-pressed.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * maximize_pressed_xpm[] = { 3 | "16 16 3 1", 4 | " c None", 5 | ". c #FFFFFF", 6 | "+ c #B44335", 7 | "................", 8 | "................", 9 | "................", 10 | "................", 11 | "....++++++++....", 12 | "....++++++++....", 13 | "....++....++....", 14 | "....++....++....", 15 | "....++....++....", 16 | "....++....++....", 17 | "....++++++++....", 18 | "....++++++++....", 19 | "................", 20 | "................", 21 | "................", 22 | "................"}; 23 | -------------------------------------------------------------------------------- /xfwm4/right-active.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * right_active_xpm[] = { 3 | "2 21 2 1", 4 | " c None", 5 | ". c #FFFFFF", 6 | "..", 7 | "..", 8 | "..", 9 | "..", 10 | "..", 11 | "..", 12 | "..", 13 | "..", 14 | "..", 15 | "..", 16 | "..", 17 | "..", 18 | "..", 19 | "..", 20 | "..", 21 | "..", 22 | "..", 23 | "..", 24 | "..", 25 | "..", 26 | ".."}; 27 | -------------------------------------------------------------------------------- /xfwm4/right-inactive.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * right_inactive_xpm[] = { 3 | "2 21 2 1", 4 | " c None", 5 | ". c #FFFFFF", 6 | "..", 7 | "..", 8 | "..", 9 | "..", 10 | "..", 11 | "..", 12 | "..", 13 | "..", 14 | "..", 15 | "..", 16 | "..", 17 | "..", 18 | "..", 19 | "..", 20 | "..", 21 | "..", 22 | "..", 23 | "..", 24 | "..", 25 | "..", 26 | ".."}; 27 | -------------------------------------------------------------------------------- /xfwm4/themerc: -------------------------------------------------------------------------------- 1 | # Name: Numix xfwm4 theme 2 | # Author: Xylon 3 | # License: GPL-3.0+ 4 | 5 | active_text_color=#2d2d2d 6 | inactive_text_color=#d0d0d0 7 | active_color_1=#ffffff 8 | active_color_2=#ffffff 9 | button_offset=4 10 | button_spacing=4 11 | show_app_icon=false 12 | full_width_title=true 13 | maximized_offset=4 14 | title_horizontal_offset=6 15 | title_shadow_active=false 16 | title_shadow_inactive=false 17 | title_vertical_offset_active=0 18 | title_vertical_offset_inactive=0 19 | title_shadow_active=false 20 | title_shadow_inactive=false 21 | shadow_delta_height=0 22 | shadow_delta_width=0 23 | shadow_delta_x=0 24 | shadow_delta_y=0 25 | shadow_opacity=30 26 | -------------------------------------------------------------------------------- /xfwm4/title-1-active.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * title_1_active_xpm[] = { 3 | "1 25 2 1", 4 | " c None", 5 | ". c #FFFFFF", 6 | ".", 7 | ".", 8 | ".", 9 | ".", 10 | ".", 11 | ".", 12 | ".", 13 | ".", 14 | ".", 15 | ".", 16 | ".", 17 | ".", 18 | ".", 19 | ".", 20 | ".", 21 | ".", 22 | ".", 23 | ".", 24 | ".", 25 | ".", 26 | ".", 27 | ".", 28 | ".", 29 | ".", 30 | "."}; 31 | -------------------------------------------------------------------------------- /xfwm4/title-1-inactive.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * title_1_inactive_xpm[] = { 3 | "1 25 2 1", 4 | " c None", 5 | ". c #FFFFFF", 6 | ".", 7 | ".", 8 | ".", 9 | ".", 10 | ".", 11 | ".", 12 | ".", 13 | ".", 14 | ".", 15 | ".", 16 | ".", 17 | ".", 18 | ".", 19 | ".", 20 | ".", 21 | ".", 22 | ".", 23 | ".", 24 | ".", 25 | ".", 26 | ".", 27 | ".", 28 | ".", 29 | ".", 30 | "."}; 31 | -------------------------------------------------------------------------------- /xfwm4/title-2-active.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * title_2_active_xpm[] = { 3 | "1 25 2 1", 4 | " c None", 5 | ". c #FFFFFF", 6 | ".", 7 | ".", 8 | ".", 9 | ".", 10 | ".", 11 | ".", 12 | ".", 13 | ".", 14 | ".", 15 | ".", 16 | ".", 17 | ".", 18 | ".", 19 | ".", 20 | ".", 21 | ".", 22 | ".", 23 | ".", 24 | ".", 25 | ".", 26 | ".", 27 | ".", 28 | ".", 29 | ".", 30 | "."}; 31 | -------------------------------------------------------------------------------- /xfwm4/title-2-inactive.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * title_2_inactive_xpm[] = { 3 | "1 25 2 1", 4 | " c None", 5 | ". c #FFFFFF", 6 | ".", 7 | ".", 8 | ".", 9 | ".", 10 | ".", 11 | ".", 12 | ".", 13 | ".", 14 | ".", 15 | ".", 16 | ".", 17 | ".", 18 | ".", 19 | ".", 20 | ".", 21 | ".", 22 | ".", 23 | ".", 24 | ".", 25 | ".", 26 | ".", 27 | ".", 28 | ".", 29 | ".", 30 | "."}; 31 | -------------------------------------------------------------------------------- /xfwm4/title-3-active.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * title_3_active_xpm[] = { 3 | "1 25 2 1", 4 | " c None", 5 | ". c #FFFFFF", 6 | ".", 7 | ".", 8 | ".", 9 | ".", 10 | ".", 11 | ".", 12 | ".", 13 | ".", 14 | ".", 15 | ".", 16 | ".", 17 | ".", 18 | ".", 19 | ".", 20 | ".", 21 | ".", 22 | ".", 23 | ".", 24 | ".", 25 | ".", 26 | ".", 27 | ".", 28 | ".", 29 | ".", 30 | "."}; 31 | -------------------------------------------------------------------------------- /xfwm4/title-3-inactive.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * title_3_inactive_xpm[] = { 3 | "1 25 2 1", 4 | " c None", 5 | ". c #FFFFFF", 6 | ".", 7 | ".", 8 | ".", 9 | ".", 10 | ".", 11 | ".", 12 | ".", 13 | ".", 14 | ".", 15 | ".", 16 | ".", 17 | ".", 18 | ".", 19 | ".", 20 | ".", 21 | ".", 22 | ".", 23 | ".", 24 | ".", 25 | ".", 26 | ".", 27 | ".", 28 | ".", 29 | ".", 30 | "."}; 31 | -------------------------------------------------------------------------------- /xfwm4/title-4-active.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * title_4_active_xpm[] = { 3 | "1 25 2 1", 4 | " c None", 5 | ". c #FFFFFF", 6 | ".", 7 | ".", 8 | ".", 9 | ".", 10 | ".", 11 | ".", 12 | ".", 13 | ".", 14 | ".", 15 | ".", 16 | ".", 17 | ".", 18 | ".", 19 | ".", 20 | ".", 21 | ".", 22 | ".", 23 | ".", 24 | ".", 25 | ".", 26 | ".", 27 | ".", 28 | ".", 29 | ".", 30 | "."}; 31 | -------------------------------------------------------------------------------- /xfwm4/title-4-inactive.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * title_4_inactive_xpm[] = { 3 | "1 25 2 1", 4 | " c None", 5 | ". c #FFFFFF", 6 | ".", 7 | ".", 8 | ".", 9 | ".", 10 | ".", 11 | ".", 12 | ".", 13 | ".", 14 | ".", 15 | ".", 16 | ".", 17 | ".", 18 | ".", 19 | ".", 20 | ".", 21 | ".", 22 | ".", 23 | ".", 24 | ".", 25 | ".", 26 | ".", 27 | ".", 28 | ".", 29 | ".", 30 | "."}; 31 | -------------------------------------------------------------------------------- /xfwm4/title-5-active.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * title_5_active_xpm[] = { 3 | "1 25 2 1", 4 | " c None", 5 | ". c #FFFFFF", 6 | ".", 7 | ".", 8 | ".", 9 | ".", 10 | ".", 11 | ".", 12 | ".", 13 | ".", 14 | ".", 15 | ".", 16 | ".", 17 | ".", 18 | ".", 19 | ".", 20 | ".", 21 | ".", 22 | ".", 23 | ".", 24 | ".", 25 | ".", 26 | ".", 27 | ".", 28 | ".", 29 | ".", 30 | "."}; 31 | -------------------------------------------------------------------------------- /xfwm4/title-5-inactive.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * title_5_inactive_xpm[] = { 3 | "1 25 2 1", 4 | " c None", 5 | ". c #FFFFFF", 6 | ".", 7 | ".", 8 | ".", 9 | ".", 10 | ".", 11 | ".", 12 | ".", 13 | ".", 14 | ".", 15 | ".", 16 | ".", 17 | ".", 18 | ".", 19 | ".", 20 | ".", 21 | ".", 22 | ".", 23 | ".", 24 | ".", 25 | ".", 26 | ".", 27 | ".", 28 | ".", 29 | ".", 30 | "."}; 31 | -------------------------------------------------------------------------------- /xfwm4/top-left-active.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * top_left_active_xpm[] = { 3 | "2 25 2 1", 4 | " c None", 5 | ". c #FFFFFF", 6 | " .", 7 | "..", 8 | "..", 9 | "..", 10 | "..", 11 | "..", 12 | "..", 13 | "..", 14 | "..", 15 | "..", 16 | "..", 17 | "..", 18 | "..", 19 | "..", 20 | "..", 21 | "..", 22 | "..", 23 | "..", 24 | "..", 25 | "..", 26 | "..", 27 | "..", 28 | "..", 29 | "..", 30 | ".."}; 31 | -------------------------------------------------------------------------------- /xfwm4/top-left-inactive.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * top_left_inactive_xpm[] = { 3 | "2 25 2 1", 4 | " c None", 5 | ". c #FFFFFF", 6 | " .", 7 | "..", 8 | "..", 9 | "..", 10 | "..", 11 | "..", 12 | "..", 13 | "..", 14 | "..", 15 | "..", 16 | "..", 17 | "..", 18 | "..", 19 | "..", 20 | "..", 21 | "..", 22 | "..", 23 | "..", 24 | "..", 25 | "..", 26 | "..", 27 | "..", 28 | "..", 29 | "..", 30 | ".."}; 31 | -------------------------------------------------------------------------------- /xfwm4/top-right-active.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * top_right_active_xpm[] = { 3 | "2 25 2 1", 4 | " c None", 5 | ". c #FFFFFF", 6 | ". ", 7 | "..", 8 | "..", 9 | "..", 10 | "..", 11 | "..", 12 | "..", 13 | "..", 14 | "..", 15 | "..", 16 | "..", 17 | "..", 18 | "..", 19 | "..", 20 | "..", 21 | "..", 22 | "..", 23 | "..", 24 | "..", 25 | "..", 26 | "..", 27 | "..", 28 | "..", 29 | "..", 30 | ".."}; 31 | -------------------------------------------------------------------------------- /xfwm4/top-right-inactive.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * top_right_inactive_xpm[] = { 3 | "2 25 2 1", 4 | " c None", 5 | ". c #FFFFFF", 6 | ". ", 7 | "..", 8 | "..", 9 | "..", 10 | "..", 11 | "..", 12 | "..", 13 | "..", 14 | "..", 15 | "..", 16 | "..", 17 | "..", 18 | "..", 19 | "..", 20 | "..", 21 | "..", 22 | "..", 23 | "..", 24 | "..", 25 | "..", 26 | "..", 27 | "..", 28 | "..", 29 | "..", 30 | ".."}; 31 | --------------------------------------------------------------------------------