├── COPYING ├── README.md ├── gtk-2.0 ├── apps.rc ├── assets │ ├── arrow-down-insens.png │ ├── arrow-down-prelight.png │ ├── arrow-down-small-insens.png │ ├── arrow-down-small-prelight.png │ ├── arrow-down-small.png │ ├── arrow-down.png │ ├── arrow-left-insens.png │ ├── arrow-left-prelight.png │ ├── arrow-left.png │ ├── arrow-right-insens.png │ ├── arrow-right-prelight.png │ ├── arrow-right.png │ ├── arrow-up-insens.png │ ├── arrow-up-prelight.png │ ├── arrow-up-small-insens.png │ ├── arrow-up-small-prelight.png │ ├── arrow-up-small.png │ ├── arrow-up.png │ ├── background.png │ ├── button-active.png │ ├── button-hover.png │ ├── button-insensitive.png │ ├── button.png │ ├── checkbox-checked-insensitive.png │ ├── checkbox-checked.png │ ├── checkbox-unchecked-insensitive.png │ ├── checkbox-unchecked.png │ ├── combo-entry-border-focus-rtl.png │ ├── combo-entry-border-focus.png │ ├── combo-entry-border-rtl.png │ ├── combo-entry-border.png │ ├── combo-entry-button-active-rtl.png │ ├── combo-entry-button-active.png │ ├── combo-entry-button-insensitive-rtl.png │ ├── combo-entry-button-insensitive.png │ ├── combo-entry-button-rtl.png │ ├── combo-entry-button.png │ ├── combo-entry-focus-notebook-rtl.png │ ├── combo-entry-focus-notebook.png │ ├── combo-entry-focus-rtl.png │ ├── combo-entry-focus.png │ ├── combo-entry-insensitive-notebook-rtl.png │ ├── combo-entry-insensitive-notebook.png │ ├── combo-entry-insensitive-rtl.png │ ├── combo-entry-insensitive.png │ ├── combo-entry-notebook-rtl.png │ ├── combo-entry-notebook.png │ ├── combo-entry-rtl.png │ ├── combo-entry.png │ ├── down-background-disable-rtl.png │ ├── down-background-disable.png │ ├── down-background-rtl.png │ ├── down-background.png │ ├── entry-active-bg.png │ ├── entry-active-notebook.png │ ├── entry-active-toolbar.png │ ├── entry-background-disabled.png │ ├── entry-background.png │ ├── entry-bg.png │ ├── entry-border-active-bg.png │ ├── entry-border-bg.png │ ├── entry-disabled-bg.png │ ├── entry-disabled-notebook.png │ ├── entry-disabled-toolbar.png │ ├── entry-notebook.png │ ├── entry-toolbar.png │ ├── focus-line.png │ ├── frame-gap-end.png │ ├── frame-gap-start.png │ ├── frame.png │ ├── handle-h.png │ ├── handle-v.png │ ├── inline-toolbar.png │ ├── line-h.png │ ├── line-v.png │ ├── line.png │ ├── menu-arrow-prelight.png │ ├── menu-arrow.png │ ├── menu-checkbox-checked-insensitive.png │ ├── menu-checkbox-checked-selected.png │ ├── menu-checkbox-checked.png │ ├── menu-checkbox-unchecked-insensitive.png │ ├── menu-checkbox-unchecked-selected.png │ ├── menu-checkbox-unchecked.png │ ├── menu-line.png │ ├── menu-radio-checked-insensitive.png │ ├── menu-radio-checked-selected.png │ ├── menu-radio-checked.png │ ├── menu-radio-unchecked-insensitive.png │ ├── menu-radio-unchecked-selected.png │ ├── menu-radio-unchecked.png │ ├── menu_shadow.png │ ├── menubar_button.png │ ├── menuitem.png │ ├── minus.png │ ├── notebook-gap-horiz.png │ ├── notebook-gap-vert.png │ ├── notebook.png │ ├── null.png │ ├── plus.png │ ├── progressbar.png │ ├── progressbar_v.png │ ├── radio-checked-insensitive.png │ ├── radio-checked-selected.png │ ├── radio-checked.png │ ├── radio-unchecked-insensitive.png │ ├── radio-unchecked.png │ ├── slider-horiz-active.png │ ├── slider-horiz-insens.png │ ├── slider-horiz-prelight.png │ ├── slider-horiz.png │ ├── slider-insensitive.png │ ├── slider-prelight.png │ ├── slider-vert-active.png │ ├── slider-vert-insens.png │ ├── slider-vert-prelight.png │ ├── slider-vert.png │ ├── slider.png │ ├── tab-bottom-active.png │ ├── tab-left-active.png │ ├── tab-right-active.png │ ├── tab-top-active.png │ ├── toolbar.png │ ├── tree_header.png │ ├── trough-horizontal-active.png │ ├── trough-horizontal.png │ ├── trough-progressbar.png │ ├── trough-progressbar_v.png │ ├── trough-scrollbar-horiz.png │ ├── trough-scrollbar-vert.png │ ├── trough-vertical-active.png │ ├── trough-vertical.png │ ├── up-background-disable-rtl.png │ ├── up-background-disable.png │ ├── up-background-rtl.png │ └── up-background.png ├── gtkrc ├── main.rc └── menubar-toolbar │ ├── button-active.png │ ├── button-hover.png │ ├── button-insensitive.png │ ├── button.png │ ├── entry-active-toolbar-dark.png │ ├── entry-active-toolbar.png │ ├── entry-disabled-toolbar-dark.png │ ├── entry-disabled-toolbar.png │ ├── entry-toolbar-dark.png │ ├── entry-toolbar.png │ ├── menubar-dark.png │ ├── menubar-disabled.png │ ├── menubar-toolbar-dark.rc │ ├── menubar-toolbar.rc │ ├── menubar.png │ ├── menubar2.png │ ├── menubar_button-dark.png │ └── menubar_button.png └── gtk-3.0 ├── gtk-dark.css ├── gtk.css └── objects ├── checkbox-objects ├── checkbox-checked-dark.svg ├── checkbox-checked-dark@2.svg ├── checkbox-checked-insensitive-dark.svg ├── checkbox-checked-insensitive-dark@2.svg ├── checkbox-checked-insensitive-selected.svg ├── checkbox-checked-insensitive-selected@2.svg ├── checkbox-checked-insensitive.svg ├── checkbox-checked-insensitive@2.svg ├── checkbox-checked-selected.svg ├── checkbox-checked-selected@2.svg ├── checkbox-checked-selectionmode-dark.svg ├── checkbox-checked-selectionmode-dark@2.svg ├── checkbox-checked-selectionmode.svg ├── checkbox-checked-selectionmode@2.svg ├── checkbox-checked.svg ├── checkbox-checked@2.svg ├── checkbox-mixed-dark.svg ├── checkbox-mixed-dark@2.svg ├── checkbox-mixed-insensitive-dark.svg ├── checkbox-mixed-insensitive-dark@2.svg ├── checkbox-mixed-insensitive-selected.svg ├── checkbox-mixed-insensitive-selected@2.svg ├── checkbox-mixed-insensitive.svg ├── checkbox-mixed-insensitive@2.svg ├── checkbox-mixed-selected.svg ├── checkbox-mixed-selected@2.svg ├── checkbox-mixed.svg ├── checkbox-mixed@2.svg ├── checkbox-selectionmode-dark.svg ├── checkbox-selectionmode-dark@2.svg ├── checkbox-selectionmode.svg ├── checkbox-selectionmode@2.svg ├── checkbox-unchecked-dark.svg ├── checkbox-unchecked-dark@2.svg ├── checkbox-unchecked-insensitive-dark.svg ├── checkbox-unchecked-insensitive-dark@2.svg ├── checkbox-unchecked-insensitive-selected.svg ├── checkbox-unchecked-insensitive-selected@2.svg ├── checkbox-unchecked-insensitive.svg ├── checkbox-unchecked-insensitive@2.svg ├── checkbox-unchecked-selected.svg ├── checkbox-unchecked-selected@2.svg ├── checkbox-unchecked.svg └── checkbox-unchecked@2.svg ├── other └── thumbnail-frame.png ├── radio-objects ├── radio-checked-dark.svg ├── radio-checked-dark@2.svg ├── radio-checked-insensitive-dark.svg ├── radio-checked-insensitive-dark@2.svg ├── radio-checked-insensitive-selected.svg ├── radio-checked-insensitive-selected@2.svg ├── radio-checked-insensitive.svg ├── radio-checked-insensitive@2.svg ├── radio-checked-selected.svg ├── radio-checked-selected@2.svg ├── radio-checked.svg ├── radio-checked@2.svg ├── radio-mixed-dark.svg ├── radio-mixed-dark@2.svg ├── radio-mixed-insensitive-dark.svg ├── radio-mixed-insensitive-dark@2.svg ├── radio-mixed-insensitive-selected.svg ├── radio-mixed-insensitive-selected@2.svg ├── radio-mixed-insensitive.svg ├── radio-mixed-insensitive@2.svg ├── radio-mixed-selected.svg ├── radio-mixed-selected@2.svg ├── radio-mixed.svg ├── radio-mixed@2.svg ├── radio-unchecked-dark.svg ├── radio-unchecked-dark@2.svg ├── radio-unchecked-insensitive-dark.svg ├── radio-unchecked-insensitive-dark@2.svg ├── radio-unchecked-insensitive-selected.svg ├── radio-unchecked-insensitive-selected@2.svg ├── radio-unchecked-insensitive.svg ├── radio-unchecked-insensitive@2.svg ├── radio-unchecked-selected.svg ├── radio-unchecked-selected@2.svg ├── radio-unchecked.svg └── radio-unchecked@2.svg ├── scale-slider-marks ├── after-horizontal-active.svg ├── after-horizontal-active@2.svg ├── after-horizontal-insensitive.svg ├── after-horizontal-insensitive@2.svg ├── after-horizontal.svg ├── after-horizontal@2.svg ├── after-vertical-active.svg ├── after-vertical-active@2.svg ├── after-vertical-insensitive.svg ├── after-vertical-insensitive@2.svg ├── after-vertical.svg ├── after-vertical@2.svg ├── before-horizontal-active.svg ├── before-horizontal-active@2.svg ├── before-horizontal-insensitive.svg ├── before-horizontal-insensitive@2.svg ├── before-horizontal.svg ├── before-horizontal@2.svg ├── before-vertical-active.svg ├── before-vertical-active@2.svg ├── before-vertical-insensitive.svg ├── before-vertical-insensitive@2.svg ├── before-vertical.svg └── before-vertical@2.svg ├── title-buttons-dark ├── titlebutton-close-active-dark.svg ├── titlebutton-close-active-dark@2.svg ├── titlebutton-close-backdrop-dark.svg ├── titlebutton-close-backdrop-dark@2.svg ├── titlebutton-close-dark.svg ├── titlebutton-close-dark@2.svg ├── titlebutton-close-hover-dark.svg ├── titlebutton-close-hover-dark@2.svg ├── titlebutton-maximize-active-dark.svg ├── titlebutton-maximize-active-dark@2.svg ├── titlebutton-maximize-backdrop-dark.svg ├── titlebutton-maximize-backdrop-dark@2.svg ├── titlebutton-maximize-dark.svg ├── titlebutton-maximize-dark@2.svg ├── titlebutton-maximize-hover-dark.svg ├── titlebutton-maximize-hover-dark@2.svg ├── titlebutton-minimize-active-dark.svg ├── titlebutton-minimize-active-dark@2.svg ├── titlebutton-minimize-backdrop-dark.svg ├── titlebutton-minimize-backdrop-dark@2.svg ├── titlebutton-minimize-dark.svg ├── titlebutton-minimize-dark@2.svg ├── titlebutton-minimize-hover-dark.svg └── titlebutton-minimize-hover-dark@2.svg └── title-buttons ├── titlebutton-close-active.svg ├── titlebutton-close-active@2.svg ├── titlebutton-close-backdrop.svg ├── titlebutton-close-backdrop@2.svg ├── titlebutton-close-hover.svg ├── titlebutton-close-hover@2.svg ├── titlebutton-close.svg ├── titlebutton-close@2.svg ├── titlebutton-maximize-active.svg ├── titlebutton-maximize-active@2.svg ├── titlebutton-maximize-backdrop.svg ├── titlebutton-maximize-backdrop@2.svg ├── titlebutton-maximize-hover.svg ├── titlebutton-maximize-hover@2.svg ├── titlebutton-maximize.svg ├── titlebutton-maximize@2.svg ├── titlebutton-minimize-active.svg ├── titlebutton-minimize-active@2.svg ├── titlebutton-minimize-backdrop.svg ├── titlebutton-minimize-backdrop@2.svg ├── titlebutton-minimize-hover.svg ├── titlebutton-minimize-hover@2.svg ├── titlebutton-minimize.svg └── titlebutton-minimize@2.svg /README.md: -------------------------------------------------------------------------------- 1 | # Pro-Dark-GTK 2 | a GTK2,and GTK3 file for the Gnome-desktop 3 | 4 | ![s](https://cn.pling.com/img/d/5/1/3/b525d04353d8770f0e9ef12a4bcc15fd6064.png) 5 | 6 | ## author: paulxfce 7 | 8 | A clear and easy-on-the-eyes theme that is meant for those who use the Gnome-desktop professionally on a daily basis. The focus in this theme is compatibility: GTK-2 applications and GTK-3 applications look virtually the same. Libre-office, Scribus, Evolution, Geary, Planner, GnuCash, LaTeXila, Geany, the Gimp, Inkscape,... 9 | 10 | Chrome, firefox, Web and Opera have no issues with this theme. 11 | 12 | About the looks, you will notice some Elementary-theme, Arc-theme and Gnome-OSX, in a darker version. 13 | 14 | Gnome 3.28 ready, with crispier fonts, new hover-effects and new check- and radio-items, and the use of gradient-colors (even on GTK2-menu's), and reduced clutter on the headerbar (simple headerbar buttons) makes this new version a more serene, comfortable layout for your daily jobs. I've also added rounded and transparent menu's and context-menu's on GTK3-compliant app's. 15 | 16 | ## Requirements 17 | 18 | When, as such, theming does not look the way it should be: make sure you have installed the necessary theme-"engines" 19 | 20 | GTK2 ENGINES REQUIREMENT 21 | 22 | - GTK2 engine Murrine 23 | - GTK2 engine Pixbuf 24 | 25 | Fedora/RedHat distros: 26 | yum install gtk-murrine-engine gtk2-engines 27 | 28 | Ubuntu/Mint/Debian distros: 29 | sudo apt-get install gtk2-engines-murrine gtk2-engines-pixbuf 30 | 31 | ArchLinux: 32 | pacman -S gtk-engine-murrine gtk-engines 33 | 34 | ## How to install: 35 | 36 | Extract and put it into the themes directory i.e. ~/.themes/ or /usr/share/themes/ (create it if necessary).Then change the theme via distribution specific tool like Gnome tweak tool or Unity tweak tool, etc. (If you use Snap-packages instead of app's from the normal repositories than definitely put the theme to /usr/share/themes/. 37 | -------------------------------------------------------------------------------- /gtk-2.0/assets/arrow-down-insens.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/assets/arrow-down-insens.png -------------------------------------------------------------------------------- /gtk-2.0/assets/arrow-down-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/assets/arrow-down-prelight.png -------------------------------------------------------------------------------- /gtk-2.0/assets/arrow-down-small-insens.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/assets/arrow-down-small-insens.png -------------------------------------------------------------------------------- /gtk-2.0/assets/arrow-down-small-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/assets/arrow-down-small-prelight.png -------------------------------------------------------------------------------- /gtk-2.0/assets/arrow-down-small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/assets/arrow-down-small.png -------------------------------------------------------------------------------- /gtk-2.0/assets/arrow-down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/assets/arrow-down.png -------------------------------------------------------------------------------- /gtk-2.0/assets/arrow-left-insens.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/assets/arrow-left-insens.png -------------------------------------------------------------------------------- /gtk-2.0/assets/arrow-left-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/assets/arrow-left-prelight.png -------------------------------------------------------------------------------- /gtk-2.0/assets/arrow-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/assets/arrow-left.png -------------------------------------------------------------------------------- /gtk-2.0/assets/arrow-right-insens.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/assets/arrow-right-insens.png -------------------------------------------------------------------------------- /gtk-2.0/assets/arrow-right-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/assets/arrow-right-prelight.png -------------------------------------------------------------------------------- /gtk-2.0/assets/arrow-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/assets/arrow-right.png -------------------------------------------------------------------------------- /gtk-2.0/assets/arrow-up-insens.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/assets/arrow-up-insens.png -------------------------------------------------------------------------------- /gtk-2.0/assets/arrow-up-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/assets/arrow-up-prelight.png -------------------------------------------------------------------------------- /gtk-2.0/assets/arrow-up-small-insens.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/assets/arrow-up-small-insens.png -------------------------------------------------------------------------------- /gtk-2.0/assets/arrow-up-small-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/assets/arrow-up-small-prelight.png -------------------------------------------------------------------------------- /gtk-2.0/assets/arrow-up-small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/assets/arrow-up-small.png -------------------------------------------------------------------------------- /gtk-2.0/assets/arrow-up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/assets/arrow-up.png -------------------------------------------------------------------------------- /gtk-2.0/assets/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/assets/background.png -------------------------------------------------------------------------------- /gtk-2.0/assets/button-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/assets/button-active.png -------------------------------------------------------------------------------- /gtk-2.0/assets/button-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/assets/button-hover.png -------------------------------------------------------------------------------- /gtk-2.0/assets/button-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/assets/button-insensitive.png -------------------------------------------------------------------------------- /gtk-2.0/assets/button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/assets/button.png -------------------------------------------------------------------------------- /gtk-2.0/assets/checkbox-checked-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/assets/checkbox-checked-insensitive.png -------------------------------------------------------------------------------- /gtk-2.0/assets/checkbox-checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/assets/checkbox-checked.png -------------------------------------------------------------------------------- /gtk-2.0/assets/checkbox-unchecked-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/assets/checkbox-unchecked-insensitive.png -------------------------------------------------------------------------------- /gtk-2.0/assets/checkbox-unchecked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/assets/checkbox-unchecked.png -------------------------------------------------------------------------------- /gtk-2.0/assets/combo-entry-border-focus-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/assets/combo-entry-border-focus-rtl.png -------------------------------------------------------------------------------- /gtk-2.0/assets/combo-entry-border-focus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/assets/combo-entry-border-focus.png -------------------------------------------------------------------------------- /gtk-2.0/assets/combo-entry-border-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/assets/combo-entry-border-rtl.png -------------------------------------------------------------------------------- /gtk-2.0/assets/combo-entry-border.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/assets/combo-entry-border.png -------------------------------------------------------------------------------- /gtk-2.0/assets/combo-entry-button-active-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/assets/combo-entry-button-active-rtl.png -------------------------------------------------------------------------------- /gtk-2.0/assets/combo-entry-button-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/assets/combo-entry-button-active.png -------------------------------------------------------------------------------- /gtk-2.0/assets/combo-entry-button-insensitive-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/assets/combo-entry-button-insensitive-rtl.png -------------------------------------------------------------------------------- /gtk-2.0/assets/combo-entry-button-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/assets/combo-entry-button-insensitive.png -------------------------------------------------------------------------------- /gtk-2.0/assets/combo-entry-button-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/assets/combo-entry-button-rtl.png -------------------------------------------------------------------------------- /gtk-2.0/assets/combo-entry-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/assets/combo-entry-button.png -------------------------------------------------------------------------------- /gtk-2.0/assets/combo-entry-focus-notebook-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/assets/combo-entry-focus-notebook-rtl.png -------------------------------------------------------------------------------- /gtk-2.0/assets/combo-entry-focus-notebook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/assets/combo-entry-focus-notebook.png -------------------------------------------------------------------------------- /gtk-2.0/assets/combo-entry-focus-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/assets/combo-entry-focus-rtl.png -------------------------------------------------------------------------------- /gtk-2.0/assets/combo-entry-focus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/assets/combo-entry-focus.png -------------------------------------------------------------------------------- /gtk-2.0/assets/combo-entry-insensitive-notebook-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/assets/combo-entry-insensitive-notebook-rtl.png -------------------------------------------------------------------------------- /gtk-2.0/assets/combo-entry-insensitive-notebook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/assets/combo-entry-insensitive-notebook.png -------------------------------------------------------------------------------- /gtk-2.0/assets/combo-entry-insensitive-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/assets/combo-entry-insensitive-rtl.png -------------------------------------------------------------------------------- /gtk-2.0/assets/combo-entry-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/assets/combo-entry-insensitive.png -------------------------------------------------------------------------------- /gtk-2.0/assets/combo-entry-notebook-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/assets/combo-entry-notebook-rtl.png -------------------------------------------------------------------------------- /gtk-2.0/assets/combo-entry-notebook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/assets/combo-entry-notebook.png -------------------------------------------------------------------------------- /gtk-2.0/assets/combo-entry-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/assets/combo-entry-rtl.png -------------------------------------------------------------------------------- /gtk-2.0/assets/combo-entry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/assets/combo-entry.png -------------------------------------------------------------------------------- /gtk-2.0/assets/down-background-disable-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/assets/down-background-disable-rtl.png -------------------------------------------------------------------------------- /gtk-2.0/assets/down-background-disable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/assets/down-background-disable.png -------------------------------------------------------------------------------- /gtk-2.0/assets/down-background-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/assets/down-background-rtl.png -------------------------------------------------------------------------------- /gtk-2.0/assets/down-background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/assets/down-background.png -------------------------------------------------------------------------------- /gtk-2.0/assets/entry-active-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/assets/entry-active-bg.png -------------------------------------------------------------------------------- /gtk-2.0/assets/entry-active-notebook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/assets/entry-active-notebook.png -------------------------------------------------------------------------------- /gtk-2.0/assets/entry-active-toolbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/assets/entry-active-toolbar.png -------------------------------------------------------------------------------- /gtk-2.0/assets/entry-background-disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/assets/entry-background-disabled.png -------------------------------------------------------------------------------- /gtk-2.0/assets/entry-background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/assets/entry-background.png -------------------------------------------------------------------------------- /gtk-2.0/assets/entry-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/assets/entry-bg.png -------------------------------------------------------------------------------- /gtk-2.0/assets/entry-border-active-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/assets/entry-border-active-bg.png -------------------------------------------------------------------------------- /gtk-2.0/assets/entry-border-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/assets/entry-border-bg.png -------------------------------------------------------------------------------- /gtk-2.0/assets/entry-disabled-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/assets/entry-disabled-bg.png -------------------------------------------------------------------------------- /gtk-2.0/assets/entry-disabled-notebook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/assets/entry-disabled-notebook.png -------------------------------------------------------------------------------- /gtk-2.0/assets/entry-disabled-toolbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/assets/entry-disabled-toolbar.png -------------------------------------------------------------------------------- /gtk-2.0/assets/entry-notebook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/assets/entry-notebook.png -------------------------------------------------------------------------------- /gtk-2.0/assets/entry-toolbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/assets/entry-toolbar.png -------------------------------------------------------------------------------- /gtk-2.0/assets/focus-line.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/assets/focus-line.png -------------------------------------------------------------------------------- /gtk-2.0/assets/frame-gap-end.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/assets/frame-gap-end.png -------------------------------------------------------------------------------- /gtk-2.0/assets/frame-gap-start.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/assets/frame-gap-start.png -------------------------------------------------------------------------------- /gtk-2.0/assets/frame.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/assets/frame.png -------------------------------------------------------------------------------- /gtk-2.0/assets/handle-h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/assets/handle-h.png -------------------------------------------------------------------------------- /gtk-2.0/assets/handle-v.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/assets/handle-v.png -------------------------------------------------------------------------------- /gtk-2.0/assets/inline-toolbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/assets/inline-toolbar.png -------------------------------------------------------------------------------- /gtk-2.0/assets/line-h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/assets/line-h.png -------------------------------------------------------------------------------- /gtk-2.0/assets/line-v.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/assets/line-v.png -------------------------------------------------------------------------------- /gtk-2.0/assets/line.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/assets/line.png -------------------------------------------------------------------------------- /gtk-2.0/assets/menu-arrow-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/assets/menu-arrow-prelight.png -------------------------------------------------------------------------------- /gtk-2.0/assets/menu-arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/assets/menu-arrow.png -------------------------------------------------------------------------------- /gtk-2.0/assets/menu-checkbox-checked-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/assets/menu-checkbox-checked-insensitive.png -------------------------------------------------------------------------------- /gtk-2.0/assets/menu-checkbox-checked-selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/assets/menu-checkbox-checked-selected.png -------------------------------------------------------------------------------- /gtk-2.0/assets/menu-checkbox-checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/assets/menu-checkbox-checked.png -------------------------------------------------------------------------------- /gtk-2.0/assets/menu-checkbox-unchecked-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/assets/menu-checkbox-unchecked-insensitive.png -------------------------------------------------------------------------------- /gtk-2.0/assets/menu-checkbox-unchecked-selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/assets/menu-checkbox-unchecked-selected.png -------------------------------------------------------------------------------- /gtk-2.0/assets/menu-checkbox-unchecked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/assets/menu-checkbox-unchecked.png -------------------------------------------------------------------------------- /gtk-2.0/assets/menu-line.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/assets/menu-line.png -------------------------------------------------------------------------------- /gtk-2.0/assets/menu-radio-checked-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/assets/menu-radio-checked-insensitive.png -------------------------------------------------------------------------------- /gtk-2.0/assets/menu-radio-checked-selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/assets/menu-radio-checked-selected.png -------------------------------------------------------------------------------- /gtk-2.0/assets/menu-radio-checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/assets/menu-radio-checked.png -------------------------------------------------------------------------------- /gtk-2.0/assets/menu-radio-unchecked-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/assets/menu-radio-unchecked-insensitive.png -------------------------------------------------------------------------------- /gtk-2.0/assets/menu-radio-unchecked-selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/assets/menu-radio-unchecked-selected.png -------------------------------------------------------------------------------- /gtk-2.0/assets/menu-radio-unchecked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/assets/menu-radio-unchecked.png -------------------------------------------------------------------------------- /gtk-2.0/assets/menu_shadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/assets/menu_shadow.png -------------------------------------------------------------------------------- /gtk-2.0/assets/menubar_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/assets/menubar_button.png -------------------------------------------------------------------------------- /gtk-2.0/assets/menuitem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/assets/menuitem.png -------------------------------------------------------------------------------- /gtk-2.0/assets/minus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/assets/minus.png -------------------------------------------------------------------------------- /gtk-2.0/assets/notebook-gap-horiz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/assets/notebook-gap-horiz.png -------------------------------------------------------------------------------- /gtk-2.0/assets/notebook-gap-vert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/assets/notebook-gap-vert.png -------------------------------------------------------------------------------- /gtk-2.0/assets/notebook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/assets/notebook.png -------------------------------------------------------------------------------- /gtk-2.0/assets/null.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/assets/null.png -------------------------------------------------------------------------------- /gtk-2.0/assets/plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/assets/plus.png -------------------------------------------------------------------------------- /gtk-2.0/assets/progressbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/assets/progressbar.png -------------------------------------------------------------------------------- /gtk-2.0/assets/progressbar_v.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/assets/progressbar_v.png -------------------------------------------------------------------------------- /gtk-2.0/assets/radio-checked-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/assets/radio-checked-insensitive.png -------------------------------------------------------------------------------- /gtk-2.0/assets/radio-checked-selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/assets/radio-checked-selected.png -------------------------------------------------------------------------------- /gtk-2.0/assets/radio-checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/assets/radio-checked.png -------------------------------------------------------------------------------- /gtk-2.0/assets/radio-unchecked-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/assets/radio-unchecked-insensitive.png -------------------------------------------------------------------------------- /gtk-2.0/assets/radio-unchecked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/assets/radio-unchecked.png -------------------------------------------------------------------------------- /gtk-2.0/assets/slider-horiz-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/assets/slider-horiz-active.png -------------------------------------------------------------------------------- /gtk-2.0/assets/slider-horiz-insens.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/assets/slider-horiz-insens.png -------------------------------------------------------------------------------- /gtk-2.0/assets/slider-horiz-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/assets/slider-horiz-prelight.png -------------------------------------------------------------------------------- /gtk-2.0/assets/slider-horiz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/assets/slider-horiz.png -------------------------------------------------------------------------------- /gtk-2.0/assets/slider-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/assets/slider-insensitive.png -------------------------------------------------------------------------------- /gtk-2.0/assets/slider-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/assets/slider-prelight.png -------------------------------------------------------------------------------- /gtk-2.0/assets/slider-vert-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/assets/slider-vert-active.png -------------------------------------------------------------------------------- /gtk-2.0/assets/slider-vert-insens.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/assets/slider-vert-insens.png -------------------------------------------------------------------------------- /gtk-2.0/assets/slider-vert-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/assets/slider-vert-prelight.png -------------------------------------------------------------------------------- /gtk-2.0/assets/slider-vert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/assets/slider-vert.png -------------------------------------------------------------------------------- /gtk-2.0/assets/slider.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/assets/slider.png -------------------------------------------------------------------------------- /gtk-2.0/assets/tab-bottom-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/assets/tab-bottom-active.png -------------------------------------------------------------------------------- /gtk-2.0/assets/tab-left-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/assets/tab-left-active.png -------------------------------------------------------------------------------- /gtk-2.0/assets/tab-right-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/assets/tab-right-active.png -------------------------------------------------------------------------------- /gtk-2.0/assets/tab-top-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/assets/tab-top-active.png -------------------------------------------------------------------------------- /gtk-2.0/assets/toolbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/assets/toolbar.png -------------------------------------------------------------------------------- /gtk-2.0/assets/tree_header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/assets/tree_header.png -------------------------------------------------------------------------------- /gtk-2.0/assets/trough-horizontal-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/assets/trough-horizontal-active.png -------------------------------------------------------------------------------- /gtk-2.0/assets/trough-horizontal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/assets/trough-horizontal.png -------------------------------------------------------------------------------- /gtk-2.0/assets/trough-progressbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/assets/trough-progressbar.png -------------------------------------------------------------------------------- /gtk-2.0/assets/trough-progressbar_v.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/assets/trough-progressbar_v.png -------------------------------------------------------------------------------- /gtk-2.0/assets/trough-scrollbar-horiz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/assets/trough-scrollbar-horiz.png -------------------------------------------------------------------------------- /gtk-2.0/assets/trough-scrollbar-vert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/assets/trough-scrollbar-vert.png -------------------------------------------------------------------------------- /gtk-2.0/assets/trough-vertical-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/assets/trough-vertical-active.png -------------------------------------------------------------------------------- /gtk-2.0/assets/trough-vertical.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/assets/trough-vertical.png -------------------------------------------------------------------------------- /gtk-2.0/assets/up-background-disable-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/assets/up-background-disable-rtl.png -------------------------------------------------------------------------------- /gtk-2.0/assets/up-background-disable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/assets/up-background-disable.png -------------------------------------------------------------------------------- /gtk-2.0/assets/up-background-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/assets/up-background-rtl.png -------------------------------------------------------------------------------- /gtk-2.0/assets/up-background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/assets/up-background.png -------------------------------------------------------------------------------- /gtk-2.0/gtkrc: -------------------------------------------------------------------------------- 1 | gtk-color-scheme = "base_color: #ffffff" 2 | gtk-color-scheme = "text_color: #202020" 3 | gtk-color-scheme = "bg_color: #dde2e7" 4 | gtk-color-scheme = "fg_color: #202020" 5 | gtk-color-scheme = "tooltip_bg_color: #4B5162" 6 | gtk-color-scheme = "tooltip_fg_color: #ffffff" 7 | gtk-color-scheme = "selected_bg_color: #4a85cb" 8 | gtk-color-scheme = "selected_fg_color: #ffffff" 9 | gtk-color-scheme = "insensitive_bg_color: #eff4f7" 10 | gtk-color-scheme = "insensitive_fg_color: #a9acb2" 11 | gtk-color-scheme = "notebook_bg: #ffffff" 12 | gtk-color-scheme = "dark_sidebar_bg: #353945" 13 | gtk-color-scheme = "link_color: #4a85cb" 14 | gtk-color-scheme = "menu_bg: #e3e8ee" 15 | 16 | gtk-icon-sizes = "gtk-button=16,16" # This makes button icons smaller. 17 | gtk-auto-mnemonics = 1 18 | gtk-primary-button-warps-slider = 1 19 | 20 | include "main.rc" 21 | include "apps.rc" 22 | include "menubar-toolbar/menubar-toolbar.rc" 23 | 24 | -------------------------------------------------------------------------------- /gtk-2.0/menubar-toolbar/button-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/menubar-toolbar/button-active.png -------------------------------------------------------------------------------- /gtk-2.0/menubar-toolbar/button-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/menubar-toolbar/button-hover.png -------------------------------------------------------------------------------- /gtk-2.0/menubar-toolbar/button-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/menubar-toolbar/button-insensitive.png -------------------------------------------------------------------------------- /gtk-2.0/menubar-toolbar/button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/menubar-toolbar/button.png -------------------------------------------------------------------------------- /gtk-2.0/menubar-toolbar/entry-active-toolbar-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/menubar-toolbar/entry-active-toolbar-dark.png -------------------------------------------------------------------------------- /gtk-2.0/menubar-toolbar/entry-active-toolbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/menubar-toolbar/entry-active-toolbar.png -------------------------------------------------------------------------------- /gtk-2.0/menubar-toolbar/entry-disabled-toolbar-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/menubar-toolbar/entry-disabled-toolbar-dark.png -------------------------------------------------------------------------------- /gtk-2.0/menubar-toolbar/entry-disabled-toolbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/menubar-toolbar/entry-disabled-toolbar.png -------------------------------------------------------------------------------- /gtk-2.0/menubar-toolbar/entry-toolbar-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/menubar-toolbar/entry-toolbar-dark.png -------------------------------------------------------------------------------- /gtk-2.0/menubar-toolbar/entry-toolbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/menubar-toolbar/entry-toolbar.png -------------------------------------------------------------------------------- /gtk-2.0/menubar-toolbar/menubar-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/menubar-toolbar/menubar-dark.png -------------------------------------------------------------------------------- /gtk-2.0/menubar-toolbar/menubar-disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/menubar-toolbar/menubar-disabled.png -------------------------------------------------------------------------------- /gtk-2.0/menubar-toolbar/menubar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/menubar-toolbar/menubar.png -------------------------------------------------------------------------------- /gtk-2.0/menubar-toolbar/menubar2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/menubar-toolbar/menubar2.png -------------------------------------------------------------------------------- /gtk-2.0/menubar-toolbar/menubar_button-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/menubar-toolbar/menubar_button-dark.png -------------------------------------------------------------------------------- /gtk-2.0/menubar-toolbar/menubar_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-2.0/menubar-toolbar/menubar_button.png -------------------------------------------------------------------------------- /gtk-3.0/objects/checkbox-objects/checkbox-checked-dark.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 38 | 40 | 42 | 43 | 45 | image/svg+xml 46 | 48 | 49 | 50 | 51 | 52 | 56 | 61 | 66 | 67 | 68 | -------------------------------------------------------------------------------- /gtk-3.0/objects/checkbox-objects/checkbox-checked.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 38 | 40 | 42 | 43 | 45 | image/svg+xml 46 | 48 | 49 | 50 | 51 | 52 | 56 | 61 | 66 | 67 | 68 | -------------------------------------------------------------------------------- /gtk-3.0/objects/checkbox-objects/checkbox-checked@2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 38 | 40 | 42 | 43 | 45 | image/svg+xml 46 | 48 | 49 | 50 | 51 | 52 | 57 | 62 | 67 | 68 | 69 | -------------------------------------------------------------------------------- /gtk-3.0/objects/checkbox-objects/checkbox-mixed-dark.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 38 | 41 | 42 | 44 | 46 | 47 | 49 | image/svg+xml 50 | 52 | 53 | 54 | 55 | 56 | 60 | 65 | 73 | 74 | 75 | -------------------------------------------------------------------------------- /gtk-3.0/objects/checkbox-objects/checkbox-mixed-dark@2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 38 | 41 | 42 | 44 | 46 | 47 | 49 | image/svg+xml 50 | 52 | 53 | 54 | 55 | 56 | 61 | 66 | 74 | 75 | 76 | -------------------------------------------------------------------------------- /gtk-3.0/objects/checkbox-objects/checkbox-mixed-insensitive-dark.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 38 | 41 | 42 | 44 | 46 | 47 | 49 | image/svg+xml 50 | 52 | 53 | 54 | 55 | 56 | 60 | 65 | 73 | 74 | 75 | -------------------------------------------------------------------------------- /gtk-3.0/objects/checkbox-objects/checkbox-mixed-insensitive-dark@2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 38 | 41 | 42 | 44 | 46 | 47 | 49 | image/svg+xml 50 | 52 | 53 | 54 | 55 | 56 | 61 | 66 | 74 | 75 | 76 | -------------------------------------------------------------------------------- /gtk-3.0/objects/checkbox-objects/checkbox-mixed-insensitive-selected.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 38 | 41 | 42 | 44 | 46 | 47 | 49 | image/svg+xml 50 | 52 | 53 | 54 | 55 | 56 | 60 | 65 | 73 | 74 | 75 | -------------------------------------------------------------------------------- /gtk-3.0/objects/checkbox-objects/checkbox-mixed-insensitive-selected@2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 38 | 41 | 42 | 44 | 46 | 47 | 49 | image/svg+xml 50 | 52 | 53 | 54 | 55 | 56 | 61 | 66 | 74 | 75 | 76 | -------------------------------------------------------------------------------- /gtk-3.0/objects/checkbox-objects/checkbox-mixed-insensitive.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 38 | 41 | 42 | 44 | 46 | 47 | 49 | image/svg+xml 50 | 52 | 53 | 54 | 55 | 56 | 60 | 65 | 73 | 74 | 75 | -------------------------------------------------------------------------------- /gtk-3.0/objects/checkbox-objects/checkbox-mixed-insensitive@2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 38 | 41 | 42 | 44 | 46 | 47 | 49 | image/svg+xml 50 | 52 | 53 | 54 | 55 | 56 | 61 | 66 | 74 | 75 | 76 | -------------------------------------------------------------------------------- /gtk-3.0/objects/checkbox-objects/checkbox-mixed-selected.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 38 | 41 | 42 | 44 | 46 | 47 | 49 | image/svg+xml 50 | 52 | 53 | 54 | 55 | 56 | 60 | 65 | 73 | 74 | 75 | -------------------------------------------------------------------------------- /gtk-3.0/objects/checkbox-objects/checkbox-mixed-selected@2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 38 | 41 | 42 | 44 | 46 | 47 | 49 | image/svg+xml 50 | 52 | 53 | 54 | 55 | 56 | 61 | 66 | 74 | 75 | 76 | -------------------------------------------------------------------------------- /gtk-3.0/objects/checkbox-objects/checkbox-mixed.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 38 | 41 | 42 | 44 | 46 | 47 | 49 | image/svg+xml 50 | 52 | 53 | 54 | 55 | 56 | 60 | 65 | 73 | 74 | 75 | -------------------------------------------------------------------------------- /gtk-3.0/objects/checkbox-objects/checkbox-mixed@2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 38 | 41 | 42 | 44 | 46 | 47 | 49 | image/svg+xml 50 | 52 | 53 | 54 | 55 | 56 | 61 | 66 | 74 | 75 | 76 | -------------------------------------------------------------------------------- /gtk-3.0/objects/checkbox-objects/checkbox-unchecked-dark.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 38 | 40 | 42 | 43 | 45 | image/svg+xml 46 | 48 | 49 | 50 | 51 | 52 | 56 | 61 | 62 | 63 | -------------------------------------------------------------------------------- /gtk-3.0/objects/checkbox-objects/checkbox-unchecked-dark@2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 38 | 41 | 42 | 44 | 46 | 47 | 49 | image/svg+xml 50 | 52 | 53 | 54 | 55 | 56 | 61 | 66 | 67 | 68 | -------------------------------------------------------------------------------- /gtk-3.0/objects/checkbox-objects/checkbox-unchecked-insensitive-dark.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 38 | 40 | 42 | 43 | 45 | image/svg+xml 46 | 48 | 49 | 50 | 51 | 52 | 56 | 61 | 62 | 63 | -------------------------------------------------------------------------------- /gtk-3.0/objects/checkbox-objects/checkbox-unchecked-insensitive-dark@2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 38 | 41 | 42 | 44 | 46 | 47 | 49 | image/svg+xml 50 | 52 | 53 | 54 | 55 | 56 | 61 | 66 | 67 | 68 | -------------------------------------------------------------------------------- /gtk-3.0/objects/checkbox-objects/checkbox-unchecked-insensitive-selected.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 38 | 40 | 42 | 43 | 45 | image/svg+xml 46 | 48 | 49 | 50 | 51 | 52 | 56 | 61 | 62 | 63 | -------------------------------------------------------------------------------- /gtk-3.0/objects/checkbox-objects/checkbox-unchecked-insensitive-selected@2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 38 | 41 | 42 | 44 | 46 | 47 | 49 | image/svg+xml 50 | 52 | 53 | 54 | 55 | 56 | 61 | 66 | 67 | 68 | -------------------------------------------------------------------------------- /gtk-3.0/objects/checkbox-objects/checkbox-unchecked-insensitive.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 38 | 40 | 42 | 43 | 45 | image/svg+xml 46 | 48 | 49 | 50 | 51 | 52 | 56 | 61 | 62 | 63 | -------------------------------------------------------------------------------- /gtk-3.0/objects/checkbox-objects/checkbox-unchecked-insensitive@2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 38 | 41 | 42 | 44 | 46 | 47 | 49 | image/svg+xml 50 | 52 | 53 | 54 | 55 | 56 | 61 | 66 | 67 | 68 | -------------------------------------------------------------------------------- /gtk-3.0/objects/checkbox-objects/checkbox-unchecked-selected.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 38 | 40 | 42 | 43 | 45 | image/svg+xml 46 | 48 | 49 | 50 | 51 | 52 | 56 | 61 | 62 | 63 | -------------------------------------------------------------------------------- /gtk-3.0/objects/checkbox-objects/checkbox-unchecked-selected@2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 38 | 41 | 42 | 44 | 46 | 47 | 49 | image/svg+xml 50 | 52 | 53 | 54 | 55 | 56 | 61 | 66 | 67 | 68 | -------------------------------------------------------------------------------- /gtk-3.0/objects/checkbox-objects/checkbox-unchecked.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 38 | 40 | 42 | 43 | 45 | image/svg+xml 46 | 48 | 49 | 50 | 51 | 52 | 56 | 61 | 62 | 63 | -------------------------------------------------------------------------------- /gtk-3.0/objects/checkbox-objects/checkbox-unchecked@2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 38 | 41 | 42 | 44 | 46 | 47 | 49 | image/svg+xml 50 | 52 | 53 | 54 | 55 | 56 | 61 | 66 | 67 | 68 | -------------------------------------------------------------------------------- /gtk-3.0/objects/other/thumbnail-frame.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paullinuxthemer/Pro-Dark-GTK/0c896ac5fe676044dca03fefa3f811b009afdeb6/gtk-3.0/objects/other/thumbnail-frame.png -------------------------------------------------------------------------------- /gtk-3.0/objects/radio-objects/radio-checked-dark.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 38 | 40 | 42 | 43 | 45 | image/svg+xml 46 | 48 | 49 | 50 | 51 | 52 | 56 | 61 | 68 | 69 | 70 | -------------------------------------------------------------------------------- /gtk-3.0/objects/radio-objects/radio-checked-dark@2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 38 | 41 | 42 | 44 | 46 | 47 | 49 | image/svg+xml 50 | 52 | 53 | 54 | 55 | 56 | 61 | 66 | 73 | 74 | 75 | -------------------------------------------------------------------------------- /gtk-3.0/objects/radio-objects/radio-checked-insensitive-dark.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 38 | 40 | 42 | 43 | 45 | image/svg+xml 46 | 48 | 49 | 50 | 51 | 52 | 56 | 61 | 68 | 69 | 70 | -------------------------------------------------------------------------------- /gtk-3.0/objects/radio-objects/radio-checked-insensitive-dark@2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 38 | 41 | 42 | 44 | 46 | 47 | 49 | image/svg+xml 50 | 52 | 53 | 54 | 55 | 56 | 61 | 66 | 73 | 74 | 75 | -------------------------------------------------------------------------------- /gtk-3.0/objects/radio-objects/radio-checked-insensitive-selected.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 38 | 40 | 42 | 43 | 45 | image/svg+xml 46 | 48 | 49 | 50 | 51 | 52 | 56 | 61 | 68 | 69 | 70 | -------------------------------------------------------------------------------- /gtk-3.0/objects/radio-objects/radio-checked-insensitive-selected@2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 38 | 41 | 42 | 44 | 46 | 47 | 49 | image/svg+xml 50 | 52 | 53 | 54 | 55 | 56 | 61 | 66 | 73 | 74 | 75 | -------------------------------------------------------------------------------- /gtk-3.0/objects/radio-objects/radio-checked-insensitive.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 38 | 40 | 42 | 43 | 45 | image/svg+xml 46 | 48 | 49 | 50 | 51 | 52 | 56 | 61 | 68 | 69 | 70 | -------------------------------------------------------------------------------- /gtk-3.0/objects/radio-objects/radio-checked-insensitive@2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 38 | 41 | 42 | 44 | 46 | 47 | 49 | image/svg+xml 50 | 52 | 53 | 54 | 55 | 56 | 61 | 66 | 73 | 74 | 75 | -------------------------------------------------------------------------------- /gtk-3.0/objects/radio-objects/radio-checked-selected.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 38 | 40 | 42 | 43 | 45 | image/svg+xml 46 | 48 | 49 | 50 | 51 | 52 | 56 | 61 | 68 | 69 | 70 | -------------------------------------------------------------------------------- /gtk-3.0/objects/radio-objects/radio-checked-selected@2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 38 | 41 | 42 | 44 | 46 | 47 | 49 | image/svg+xml 50 | 52 | 53 | 54 | 55 | 56 | 61 | 66 | 73 | 74 | 75 | -------------------------------------------------------------------------------- /gtk-3.0/objects/radio-objects/radio-checked.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 38 | 40 | 42 | 43 | 45 | image/svg+xml 46 | 48 | 49 | 50 | 51 | 52 | 56 | 61 | 68 | 69 | 70 | -------------------------------------------------------------------------------- /gtk-3.0/objects/radio-objects/radio-checked@2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 38 | 41 | 42 | 44 | 46 | 47 | 49 | image/svg+xml 50 | 52 | 53 | 54 | 55 | 56 | 61 | 66 | 73 | 74 | 75 | -------------------------------------------------------------------------------- /gtk-3.0/objects/radio-objects/radio-mixed-dark.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 39 | 42 | 43 | 45 | 47 | 48 | 50 | image/svg+xml 51 | 53 | 54 | 55 | 56 | 57 | 61 | 66 | 74 | 75 | 76 | -------------------------------------------------------------------------------- /gtk-3.0/objects/radio-objects/radio-mixed-dark@2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 39 | 42 | 43 | 45 | 47 | 48 | 50 | image/svg+xml 51 | 53 | 54 | 55 | 56 | 57 | 62 | 67 | 75 | 76 | 77 | -------------------------------------------------------------------------------- /gtk-3.0/objects/radio-objects/radio-mixed-insensitive-dark.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 39 | 42 | 43 | 45 | 47 | 48 | 50 | image/svg+xml 51 | 53 | 54 | 55 | 56 | 57 | 61 | 66 | 74 | 75 | 76 | -------------------------------------------------------------------------------- /gtk-3.0/objects/radio-objects/radio-mixed-insensitive-dark@2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 39 | 42 | 43 | 45 | 47 | 48 | 50 | image/svg+xml 51 | 53 | 54 | 55 | 56 | 57 | 62 | 67 | 75 | 76 | 77 | -------------------------------------------------------------------------------- /gtk-3.0/objects/radio-objects/radio-mixed-insensitive-selected.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 39 | 42 | 43 | 45 | 47 | 48 | 50 | image/svg+xml 51 | 53 | 54 | 55 | 56 | 57 | 61 | 66 | 74 | 75 | 76 | -------------------------------------------------------------------------------- /gtk-3.0/objects/radio-objects/radio-mixed-insensitive-selected@2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 39 | 42 | 43 | 45 | 47 | 48 | 50 | image/svg+xml 51 | 53 | 54 | 55 | 56 | 57 | 62 | 67 | 75 | 76 | 77 | -------------------------------------------------------------------------------- /gtk-3.0/objects/radio-objects/radio-mixed-insensitive.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 39 | 42 | 43 | 45 | 47 | 48 | 50 | image/svg+xml 51 | 53 | 54 | 55 | 56 | 57 | 61 | 66 | 74 | 75 | 76 | -------------------------------------------------------------------------------- /gtk-3.0/objects/radio-objects/radio-mixed-insensitive@2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 39 | 42 | 43 | 45 | 47 | 48 | 50 | image/svg+xml 51 | 53 | 54 | 55 | 56 | 57 | 62 | 67 | 75 | 76 | 77 | -------------------------------------------------------------------------------- /gtk-3.0/objects/radio-objects/radio-mixed-selected.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 39 | 42 | 43 | 45 | 47 | 48 | 50 | image/svg+xml 51 | 53 | 54 | 55 | 56 | 57 | 61 | 66 | 74 | 75 | 76 | -------------------------------------------------------------------------------- /gtk-3.0/objects/radio-objects/radio-mixed-selected@2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 39 | 42 | 43 | 45 | 47 | 48 | 50 | image/svg+xml 51 | 53 | 54 | 55 | 56 | 57 | 62 | 67 | 75 | 76 | 77 | -------------------------------------------------------------------------------- /gtk-3.0/objects/radio-objects/radio-mixed.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 39 | 42 | 43 | 45 | 47 | 48 | 50 | image/svg+xml 51 | 53 | 54 | 55 | 56 | 57 | 61 | 66 | 74 | 75 | 76 | -------------------------------------------------------------------------------- /gtk-3.0/objects/radio-objects/radio-mixed@2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 39 | 42 | 43 | 45 | 47 | 48 | 50 | image/svg+xml 51 | 53 | 54 | 55 | 56 | 57 | 62 | 67 | 75 | 76 | 77 | -------------------------------------------------------------------------------- /gtk-3.0/objects/radio-objects/radio-unchecked-dark.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 38 | 40 | 42 | 43 | 45 | image/svg+xml 46 | 48 | 49 | 50 | 51 | 52 | 56 | 61 | 62 | 63 | -------------------------------------------------------------------------------- /gtk-3.0/objects/radio-objects/radio-unchecked-dark@2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 38 | 40 | 42 | 43 | 45 | image/svg+xml 46 | 48 | 49 | 50 | 51 | 52 | 56 | 61 | 62 | 63 | -------------------------------------------------------------------------------- /gtk-3.0/objects/radio-objects/radio-unchecked-insensitive-dark.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 38 | 40 | 42 | 43 | 45 | image/svg+xml 46 | 48 | 49 | 50 | 51 | 52 | 56 | 61 | 62 | 63 | -------------------------------------------------------------------------------- /gtk-3.0/objects/radio-objects/radio-unchecked-insensitive-dark@2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 38 | 41 | 42 | 44 | 46 | 47 | 49 | image/svg+xml 50 | 52 | 53 | 54 | 55 | 56 | 61 | 66 | 67 | 68 | -------------------------------------------------------------------------------- /gtk-3.0/objects/radio-objects/radio-unchecked-insensitive-selected.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 38 | 40 | 42 | 43 | 45 | image/svg+xml 46 | 48 | 49 | 50 | 51 | 52 | 56 | 61 | 62 | 63 | -------------------------------------------------------------------------------- /gtk-3.0/objects/radio-objects/radio-unchecked-insensitive-selected@2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 38 | 41 | 42 | 44 | 46 | 47 | 49 | image/svg+xml 50 | 52 | 53 | 54 | 55 | 56 | 61 | 66 | 67 | 68 | -------------------------------------------------------------------------------- /gtk-3.0/objects/radio-objects/radio-unchecked-insensitive.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 38 | 40 | 42 | 43 | 45 | image/svg+xml 46 | 48 | 49 | 50 | 51 | 52 | 56 | 61 | 62 | 63 | -------------------------------------------------------------------------------- /gtk-3.0/objects/radio-objects/radio-unchecked-insensitive@2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 38 | 41 | 42 | 44 | 46 | 47 | 49 | image/svg+xml 50 | 52 | 53 | 54 | 55 | 56 | 61 | 66 | 67 | 68 | -------------------------------------------------------------------------------- /gtk-3.0/objects/radio-objects/radio-unchecked-selected.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 38 | 40 | 42 | 43 | 45 | image/svg+xml 46 | 48 | 49 | 50 | 51 | 52 | 56 | 61 | 62 | 63 | -------------------------------------------------------------------------------- /gtk-3.0/objects/radio-objects/radio-unchecked-selected@2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 38 | 41 | 42 | 44 | 46 | 47 | 49 | image/svg+xml 50 | 52 | 53 | 54 | 55 | 56 | 61 | 66 | 67 | 68 | -------------------------------------------------------------------------------- /gtk-3.0/objects/radio-objects/radio-unchecked.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 38 | 40 | 42 | 43 | 45 | image/svg+xml 46 | 48 | 49 | 50 | 51 | 52 | 56 | 61 | 62 | 63 | -------------------------------------------------------------------------------- /gtk-3.0/objects/radio-objects/radio-unchecked@2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 38 | 41 | 42 | 44 | 46 | 47 | 49 | image/svg+xml 50 | 52 | 53 | 54 | 55 | 56 | 61 | 66 | 67 | 68 | --------------------------------------------------------------------------------